Fix for even more missed events; eliminate thread-hop code.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2014-03-20 Pedro Alves <palves@redhat.com>
2
3 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
4 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
5
6 2014-03-20 Pedro Alves <palves@redhat.com>
7
8 PR breakpoints/7143
9 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
10 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
11 of gdb_test_multiple.
12 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
13 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
14
15 2014-03-20 Pedro Alves <palves@redhat.com>
16
17 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
18 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
19
20 2014-03-19 Pedro Alves <palves@redhat.com>
21
22 * gdb.base/async.exp: Remove early return.
23
24 2014-03-19 Pedro Alves <palves@redhat.com>
25
26 * gdb.base/async.exp (step& tests): Pass explicit test messages.
27
28 2014-03-19 Pedro Alves <palves@redhat.com>
29
30 * gdb.base/async.exp (test_background): Expect \r\n after
31 "completed." in the fail pattern.
32
33 2014-03-19 Pedro Alves <palves@redhat.com>
34
35 * gdb.base/async.exp (test_background): New procedure.
36 Use it for all background execution command tests.
37
38 2014-03-19 Pedro Alves <palves@redhat.com>
39
40 * gdb.base/async.exp: Use prepare_for_testing.
41
42 2014-03-19 Pedro Alves <palves@redhat.com>
43
44 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
45 the same line.
46
47 2014-03-19 Pedro Alves <palves@redhat.com>
48
49 * gdb.base/async.c (main): Add "jump here" and "until here" line
50 marker comments.
51 * gdb.base/async.exp (jump_here): New global.
52 (jump& test): Use it.
53 (until_here): New global.
54 (until& test): Use it.
55
56 2014-03-19 Pedro Alves <palves@redhat.com>
57
58 * gdb.base/async.exp: Don't frob gdb_protocol.
59
60 2014-03-18 Doug Evans <xdje42@gmail.com>
61
62 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
63 Fix spelling of exec-done-display.
64
65 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
66
67 PR gdb/15358
68 * gdb.base/gdb-sigterm.c: New file.
69 * gdb.base/gdb-sigterm.exp: New file.
70
71 2014-03-18 Pedro Alves <palves@redhat.com>
72
73 PR gdb/13860
74 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
75 * lib/mi-support.exp (mi_expect_stop): Add special handling for
76 solib-event.
77
78 2014-03-17 Joel Brobecker <brobecker@adacore.com>
79
80 * gdb.ada/pckd_arr_ren: New testcase.
81
82 2014-03-13 Doug Evans <xdje42@gmail.com>
83
84 PR guile/16612
85 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
86 collect after discarding symbols.
87
88 2014-03-13 Ludovic Courtès <ludo@gnu.org>
89 Doug Evans <xdje42@gmail.com>
90
91 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
92 to history survives a gc.
93
94 2014-03-13 Pedro Alves <palves@redhat.com>
95
96 * gdb.base/default.exp: Don't test "target procfs".
97
98 2014-03-13 Pedro Alves <palves@redhat.com>
99
100 * gdb.base/default.exp: Update "target child" and "target procfs"
101 tests to not expect "Unix".
102
103 2014-03-12 Tom Tromey <tromey@redhat.com>
104
105 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
106 New procs. Add target-async tests.
107 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
108 Add target-async tests.
109
110 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
111
112 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
113 'func_start' and 'func_end' for the beginning and end of the
114 function code, respectively.
115 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
116 'func_end' instead of 'func' and 'main'.
117
118 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
119
120 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
121 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
122 generate the debug info assembler source.
123
124 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
125
126 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
127 * gdb.dwarf2/arr-subrange.exp: Likewise.
128 * gdb.dwarf2/dwz.exp: Likewise.
129 * gdb.dwarf2/method-ptr.exp: Likewise.
130 * gdb.dwarf2/missing-sig-type.exp: Likewise.
131 * gdb.dwarf2/subrange.exp: Likewise.
132 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
133 * gdb.dwarf2/implptrpiece.exp: Likewise.
134 * gdb.dwarf2/nostaticblock.exp: Likewise.
135
136 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
137
138 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
139 directory to absolute path name arguments.
140
141 2014-03-10 Joel Brobecker <brobecker@adacore.com>
142
143 * gdb.ada/tagged_access: New testcase.
144
145 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
146
147 * gdb.btrace/data.exp: Update expected output.
148
149 2014-03-06 Yao Qi <yao@codesourcery.com>
150
151 * gdb.trace/pr16508.exp: New file.
152
153 2014-03-05 Pedro Alves <palves@redhat.com>
154
155 PR gdb/16575
156 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
157 procedure.
158 (top level): Adjust to use it. Add tests that exercise breakpoint
159 interaction with the code-cache.
160
161 2014-02-26 Ludovic Courtès <ludo@gnu.org>
162
163 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
164 test for 'history-append!'.
165
166 2014-02-26 Joel Brobecker <brobecker@adacore.com>
167
168 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
169 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
170 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
171 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
172 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
173 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
174
175 2014-02-26 Joel Brobecker <brobecker@adacore.com>
176
177 * testsuite/gdb.python/py-pp-re-notag.c: New file.
178 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
179 * testsuite/gdb.python/py-pp-re-notag.p: New file.
180
181 2014-02-26 Joel Brobecker <brobecker@adacore.com>
182
183 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
184
185 2014-02-26 Joel Brobecker <brobecker@adacore.com>
186
187 * gdb.dwarf2/arr-stride.c: New file.
188 * gdb.dwarf2/arr-stride.exp: New file.
189
190 2014-02-26 Pedro Alves <palves@redhat.com>
191
192 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
193 that won't ever trigger. Make sure that GDB reports the correct
194 breakpoint that caused the stop.
195
196 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
197
198 PR gdb/16626
199 * gdb.base/auto-load-script: New file.
200 * gdb.base/auto-load.c: New file.
201 * gdb.base/auto-load.exp: New file.
202
203 PR gdb/16626
204 * gdb.base/auto-load.exp: Fix out-of-srctree run.
205
206 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
207
208 Fix dw2-icycle.exp -fsanitize=address GDB crash.
209 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
210
211 2014-02-24 Doug Evans <dje@google.com>
212
213 * lib/gdb.exp (run_on_host): Log error output if program fails.
214
215 2014-02-21 Pedro Alves <palves@redhat.com>
216
217 * gdb.threads/step-after-sr-lock.c: Rename to ...
218 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
219 * gdb.threads/step-after-sr-lock.exp: Rename to ...
220 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
221 ... this.
222
223 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
224
225 PR tdep/16397
226 * gdb.arch/amd64-stap-special-operands.exp: New file.
227 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
228 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
229 * gdb.arch/amd64-stap-triplet.S: Likewise.
230 * gdb.arch/amd64-stap-triplet.c: Likewise.
231
232 2014-02-20 Joel Brobecker <brobecker@adacore.com>
233
234 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
235 in .section pseudo-op.
236
237 2014-02-20 lin zuojian <manjian2006@gmail.com>
238 Joel Brobecker <brobecker@adacore.com>
239 Doug Evans <xdje42@gmail.com>
240
241 PR symtab/16581
242 * gdb.dwarf2/dw2-icycle.S: New file.
243 * gdb.dwarf2/dw2-icycle.c: New file.
244 * gdb.dwarf2/dw2-icycle.exp: New file.
245
246 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
247
248 * gdb.python/py-value-cc.cc: Improve test case to enable testing
249 operations on gdb.Value objects.
250 * gdb.python/py-value-cc.exp: Add new test to test operations on
251 gdb.Value objects.
252
253 2014-02-18 Doug Evans <dje@google.com>
254
255 * Makefile.in (TESTS): New variable.
256 (expanded_tests, expanded_tests_or_none): New variables
257 (check-single): Pass $(expanded_tests_or_none) to runtest.
258 (check-parallel): Only run tests in $(TESTS) if non-empty.
259 (check/no-matching-tests-found): New rule.
260 * README: Document TESTS makefile variable.
261
262 2014-02-18 Doug Evans <dje@google.com>
263
264 * Makefile.in (check-parallel): rm -rf outputs temp.
265
266 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
267
268 Fix "ERROR: no fileid for" in the testsuite.
269 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
270
271 2014-02-12 Doug Evans <dje@google.com>
272
273 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
274 (MISCELLANEOUS): New variable.
275 (clean): rm -rf $(MISCELLANEOUS).
276 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
277 dwp live in the same directory as symlinks, with each symlink pointed
278 to a differently named file in a different directory.
279
280 2014-02-11 Doug Evans <dje@google.com>
281
282 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
283 of Tcl file commands.
284
285 2014-02-10 Mark Kettenis <kettenis@gnu.org>
286
287 * gdb.threads/step-after-sr-lock.exp: Avoid executing
288 "kill -SIGUSR1 -1".
289
290 2014-02-10 Joel Brobecker <brobecker@adacore.com>
291
292 * gdb.ada/tick_length_array_enum_idx: New testcase.
293
294 2014-02-10 Doug Evans <xdje42@gmail.com>
295
296 * configure.ac (AC_OUTPUT): Add gdb.guile.
297 * configure: Regenerate.
298 * lib/gdb-guile.exp: New file.
299 * lib/gdb.exp (get_target_charset): New function.
300 * gdb.base/help.exp: Update expected output from "apropos apropos".
301 * gdb.guile/Makefile.in: New file.
302 * gdb.guile/guile.exp: New file.
303 * gdb.guile/scm-arch.c: New file.
304 * gdb.guile/scm-arch.exp: New file.
305 * gdb.guile/scm-block.c: New file.
306 * gdb.guile/scm-block.exp: New file.
307 * gdb.guile/scm-breakpoint.c: New file.
308 * gdb.guile/scm-breakpoint.exp: New file.
309 * gdb.guile/scm-disasm.c: New file.
310 * gdb.guile/scm-disasm.exp: New file.
311 * gdb.guile/scm-equal.c: New file.
312 * gdb.guile/scm-equal.exp: New file.
313 * gdb.guile/scm-error.exp: New file.
314 * gdb.guile/scm-error.scm: New file.
315 * gdb.guile/scm-frame-args.c: New file.
316 * gdb.guile/scm-frame-args.exp: New file.
317 * gdb.guile/scm-frame-args.scm: New file.
318 * gdb.guile/scm-frame-inline.c: New file.
319 * gdb.guile/scm-frame-inline.exp: New file.
320 * gdb.guile/scm-frame.c: New file.
321 * gdb.guile/scm-frame.exp: New file.
322 * gdb.guile/scm-generics.exp: New file.
323 * gdb.guile/scm-gsmob.exp: New file.
324 * gdb.guile/scm-iterator.c: New file.
325 * gdb.guile/scm-iterator.exp: New file.
326 * gdb.guile/scm-math.c: New file.
327 * gdb.guile/scm-math.exp: New file.
328 * gdb.guile/scm-objfile-script-gdb.in: New file.
329 * gdb.guile/scm-objfile-script.c: New file.
330 * gdb.guile/scm-objfile-script.exp: New file.
331 * gdb.guile/scm-objfile.c: New file.
332 * gdb.guile/scm-objfile.exp: New file.
333 * gdb.guile/scm-ports.exp: New file.
334 * gdb.guile/scm-pretty-print.c: New file.
335 * gdb.guile/scm-pretty-print.exp: New file.
336 * gdb.guile/scm-pretty-print.scm: New file.
337 * gdb.guile/scm-section-script.c: New file.
338 * gdb.guile/scm-section-script.exp: New file.
339 * gdb.guile/scm-section-script.scm: New file.
340 * gdb.guile/scm-symbol.c: New file.
341 * gdb.guile/scm-symbol.exp: New file.
342 * gdb.guile/scm-symtab-2.c: New file.
343 * gdb.guile/scm-symtab.c: New file.
344 * gdb.guile/scm-symtab.exp: New file.
345 * gdb.guile/scm-type.c: New file.
346 * gdb.guile/scm-type.exp: New file.
347 * gdb.guile/scm-value-cc.cc: New file.
348 * gdb.guile/scm-value-cc.exp: New file.
349 * gdb.guile/scm-value.c: New file.
350 * gdb.guile/scm-value.exp: New file.
351 * gdb.guile/source2.scm: New file.
352 * gdb.guile/types-module.cc: New file.
353 * gdb.guile/types-module.exp: New file.
354
355 2014-02-10 Yao Qi <yao@codesourcery.com>
356
357 PR testsuite/16543
358 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
359 * configure: Regenerated.
360 * Makefile.in: New file.
361
362 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
363
364 * gdb.python/py-framefilter.exp: Fix typo.
365
366 2014-02-08 Yao Qi <yao@codesourcery.com>
367
368 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
369 that no =breakpoint-modified is emitted when breakpoints are
370 modified through MI commands.
371
372 2014-02-07 Pedro Alves <pedro@codesourcery.com>
373 Pedro Alves <palves@redhat.com>
374
375 * gdb.threads/step-after-sr-lock.c: New file.
376 * gdb.threads/step-after-sr-lock.exp: New file.
377
378 2014-02-07 Pedro Alves <palves@redhat.com>
379
380 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
381
382 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
383
384 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
385 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
386
387 2014-02-06 Doug Evans <xdje42@gmail.com>
388
389 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
390 output.
391
392 * gdb.gdb/python-interrupts.exp: New file.
393
394 2014-02-05 Yao Qi <yao@codesourcery.com>
395
396 * gdb.trace/report.exp (use_collected_data): Test the output
397 of "info threads" and "info inferiors".
398
399 2014-02-05 Yao Qi <yao@codesourcery.com>
400
401 Revert this patch:
402
403 2013-05-24 Yao Qi <yao@codesourcery.com>
404
405 * gdb.trace/tfile.exp: Test inferior and thread.
406
407 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
408
409 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
410 on a function.
411 * gdb.base/step-bt.c: Call hello via function pointer to make
412 sure its first instruction is executed on powerpc64le-linux.
413
414 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
415
416 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
417
418 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
419
420 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
421 of the test patterns for use on little-endian systems.
422
423 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
424
425 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
426 (decimal_vector): Fix for little-endian.
427
428 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
429
430 * gdb.arch/sparc-sysstep.exp: New file.
431 * gdb.arch/sparc-sysstep.c: Likewise.
432
433 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
434
435 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
436
437 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
438
439 2014-01-23 Tom Tromey <tromey@redhat.com>
440
441 * gdb.ada/array_char_idx: New testcase.
442
443 2014-01-23 Tom Tromey <tromey@redhat.com>
444
445 PR python/16487:
446 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
447 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
448 classes.
449
450 2014-01-23 Tom Tromey <tromey@redhat.com>
451
452 PR python/16491:
453 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
454 string from an inferior frame.
455 * gdb.python/py-framefilter-mi.exp: Update.
456
457 2014-01-22 Doug Evans <dje@google.com>
458
459 * gdb.server/server-mon.exp: Add tests for "set debug-format".
460
461 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
462
463 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
464
465 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
466
467 * gdb.trace/entry-values.exp: Remove excess space character from
468 regex patterns. Handle s390 call instruction.
469
470 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
471
472 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
473 define "*_start" label. Make "name" static.
474 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
475 ${name} by references to ${name}_start.
476
477 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
478
479 * gdb.base/info-macros.exp: Remove "debug" from the compile
480 options.
481
482 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
483
484 * gdb.dlang/demangle.exp: New file.
485
486 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
487
488 * gdb.dlang/primitive-types.exp: New file.
489
490 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
491
492 * configure.ac: Create gdb.dlang/Makefile.
493 * configure: Regenerate.
494 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
495 * gdb.dlang/Makefile.in: New file.
496 * lib/d-support.exp: New file.
497 * lib/gdb.exp (skip_d_tests): New proc.
498
499 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
500
501 * gdb.btrace/delta.exp: Check reverse stepi.
502 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
503 * gdb.btrace/finish.exp: New.
504 * gdb.btrace/next.exp: New.
505 * gdb.btrace/nexti.exp: New.
506 * gdb.btrace/record_goto.c: Add comments.
507 * gdb.btrace/step.exp: New.
508 * gdb.btrace/stepi.exp: New.
509 * gdb.btrace/multi-thread-step.c: New.
510 * gdb.btrace/multi-thread-step.exp: New.
511 * gdb.btrace/rn-dl-bind.c: New.
512 * gdb.btrace/rn-dl-bind.exp: New.
513 * gdb.btrace/data.c: New.
514 * gdb.btrace/data.exp: New.
515 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
516
517 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
518
519 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
520 * gdb.btrace/exception.exp: Update.
521 * gdb.btrace/instruction_history.exp: Update.
522 * gdb.btrace/record_goto.exp: Update.
523 * gdb.btrace/tailcall.exp: Update.
524 * gdb.btrace/unknown_functions.exp: Update.
525 * gdb.btrace/delta.exp: New.
526
527 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
528
529 * gdb.btrace/record_goto.exp: Add backtrace test.
530 * gdb.btrace/tailcall.exp: Add backtrace test.
531
532 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
533
534 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
535 * gdb.btrace/record_goto.c: New.
536 * gdb.btrace/record_goto.exp: New.
537 * gdb.btrace/x86-record_goto.S: New.
538
539 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
540
541 * gdb.btrace/function_call_history.exp: Update tests.
542 * gdb.btrace/instruction_history.exp: Update tests.
543
544 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
545
546 * gdb.btrace/function_call_history.exp: Fix expected field
547 order for "record function-call-history".
548 Add new tests for "record function-call-history /c".
549 * gdb.btrace/exception.cc: New.
550 * gdb.btrace/exception.exp: New.
551 * gdb.btrace/tailcall.exp: New.
552 * gdb.btrace/x86-tailcall.S: New.
553 * gdb.btrace/x86-tailcall.c: New.
554 * gdb.btrace/unknown_functions.c: New.
555 * gdb.btrace/unknown_functions.exp: New.
556 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
557
558 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
559
560 * gdb.btrace/instruction_history.exp: Update.
561 * gdb.btrace/function_call_history.exp: Update.
562
563 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
564
565 * gdb.btrace/function_call_history.exp: Fix expected function
566 trace.
567 * gdb.btrace/instruction_history.exp: Initialize traced.
568 Remove traced_functions.
569
570 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
571
572 * gdb.btrace/function_call_history.exp: Update
573 * gdb.btrace/instruction_history.exp: Update.
574
575 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
576
577 * gdb.btrace/enable.exp: Update expected text.
578
579 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
580
581 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
582 bytes.
583
584 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
585
586 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
587
588 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
589
590 * lib/gdb.exp (supports_process_record): Return true for
591 arm*-linux*. (supports_reverse): Likewise.
592
593 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
594
595 PR python/15464
596 PR python/16113
597 * gdb.python/py-type.c: Enhance test case.
598 * gdb.python/py-value-cc.cc: Likewise
599 * gdb.python/py-type.exp: Add new tests.
600 * gdb.python/py-value-cc.exp: Likewise
601
602 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
603 Pedro Alves <palves@redhat.com>
604
605 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
606 Make "name" extern.
607 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
608 references to ${name}_start by references to ${name}.
609
610 2014-01-10 Joel Brobecker <brobecker@adacore.com>
611
612 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
613
614 2014-01-10 Joel Brobecker <brobecker@adacore.com>
615
616 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
617
618 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
619 Pedro Alves <palves@redhat.com>
620
621 * gdb.mi/mi-info-os.exp: Connect to the target with
622 mi_gdb_target_load.
623
624 2014-01-08 Pedro Alves <palves@redhat.com>
625
626 * gdb.threads/reconnect-signal.c: New file.
627 * gdb.threads/reconnect-signal.exp: New file.
628
629 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
630
631 * gdb.base/source-dir.exp: New file.
632
633 2014-01-07 Joel Brobecker <brobecker@adacore.com>
634
635 * gdb.ada/mi_interface: New testcase.
636
637 2014-01-07 Joel Brobecker <brobecker@adacore.com>
638
639 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
640 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
641 gdb.ada/pp-rec-component/pck.ads: New files.
642
643 2014-01-07 Joel Brobecker <brobecker@adacore.com>
644
645 * gdb.python/py-pp-integral.c: New file.
646 * gdb.python/py-pp-integral.py: New file.
647 * gdb.python/py-pp-integral.exp: New file.
648
649 2013-12-19 Sergio Durigan Junior <sergiodj@redhat.com>
650
651 PR breakpoints/16297
652 * gdb.base/catch-syscall.c (read_syscall, pipe_syscall)
653 (write_syscall): New variables.
654 (main): Create a pipe, write 1 byte in it, and read 1 byte from
655 it.
656 * gdb.base/catch-syscall.exp (all_syscalls): Include "pipe,
657 "write" and "read" syscalls.
658 (fill_all_syscalls_numbers): Improve the way to obtain syscalls
659 numbers.
660
661 2013-12-19 Keven Boell <keven.boell@intel.com>
662
663 * gdb.fortran/module.exp: Completion matches fortran module
664 names as well. ptype/whatis on modules return a proper type.
665 Add new check for having the correct scope.
666
667 2013-12-19 Keven Boell <keven.boell@intel.com>
668
669 * gdb.fortran/type.f90: New file.
670 * gdb.fortran/whatis_type.f90: New file.
671
672 2013-12-18 Sergio Durigan Junior <sergiodj@redhat.com>
673
674 * gdb.base/catch-syscall.c: Include <sys/syscall.h>.
675 (close_syscall, chroot_syscall, exit_group_syscall): New
676 variables.
677 * gdb.base/catch-syscall.exp: Replace gdb_compile by
678 prepare_for_testing. Call fill_all_syscalls_numbers before
679 starting. Replace gdb_exit, gdb_start, gdb_reinitialize_dir and
680 gdb_load by clean_restart.
681 (check_info_bp_any_syscall, check_info_bp_specific_syscall)
682 (check_info_bp_many_syscalls): Remove global gdb_prompt.
683 (check_call_to_syscall): Likewise. Add global decimal. Improve
684 testing regex.
685 (check_return_from_syscall): Likewise.
686 (check_continue, insert_catch_syscall_with_arg): Remove global
687 gdb_prompt.
688 (insert_catch_syscall_with_many_args): Likewise. Add global
689 decimal. Fix $filter_str. Improve testing regex.
690 (check_for_program_end): Remove global gdb_prompt.
691 (test_catch_syscall_without_args): Likewise. Add global decimal.
692 Improve testing regex.
693 (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
694 (test_catch_syscall_with_wrong_args)
695 (test_catch_syscall_restarting_inferior)
696 (test_catch_syscall_fail_nodatadir): Remove global gdb_prompt.
697 (do_syscall_tests): Likewise. Remove global srcdir.
698 (test_catch_syscall_without_args_noxml): Remove global gdb_prompt.
699 Add global last_syscall_number. Test for the exact syscall number
700 to be caught.
701 (test_catch_syscall_with_args_noxml): Remove global gdb_prompt.
702 Add global all_syscalls_numbers. Test each syscall number to be
703 caught, instead of only testing "close".
704 (test_catch_syscall_with_wrong_args_noxml): Remove global gdb_prompt.
705 (do_syscall_tests_without_xml): Likewise. Remove global srcdir.
706 Remove stale comment.
707 (fill_all_syscalls_numbers): Add global last_syscall_number. Fill
708 the correct syscall numbers using information from the inferior.
709
710 2013-12-17 Pedro Alves <palves@redhat.com>
711
712 * gdb.trace/circ.exp: Expect frame info to be printed when
713 switching between frames with unavailable stack, but different
714 functions.
715
716 2013-12-17 Andrew Burgess <aburgess@broadcom.com>
717
718 * gdb.trace/unavailable-dwarf-piece.c: New file.
719 * gdb.trace/unavailable-dwarf-piece.exp: New file.
720
721 2013-12-15 Yao Qi <yao@codesourcery.com>
722
723 * gdb.perf/skip-prologue.c: New.
724 * gdb.perf/skip-prologue.exp: New.
725 * gdb.perf/skip-prologue.py: New.
726
727 2013-12-13 Joel Brobecker <brobecker@adacore.com>
728
729 * gdb.ada/arraydim: New testcase.
730
731 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
732
733 PR python/16113
734 * gdb.python/py-value-cc.cc: Improve test case.
735 * gdb.python/py-value-cc.exp: Add new tests to test usage of
736 gdb.Field objects as subscripts on gdb.Value objects.
737
738 2013-12-10 Doug Evans <dje@google.com>
739
740 PR 16286
741 * gdb.python/py-value.c: #include stdlib.h, string.h.
742 (str): New struct.
743 (main): New local xstr.
744 * gdb.python/py-value.exp (test_value_in_inferior): Add test to
745 fetch a value as a string with a length beyond the declared length
746 of the array.
747
748 2013-12-10 Andrew Burgess <aburgess@broadcom.com>
749
750 * lib/gdb.exp (gdb_compile_shlib): Add call to get_compiler_info,
751 update comment.
752
753 2013-12-10 Joel Brobecker <brobecker@adacore.com>
754
755 * gdb.ada/int_deref.exp: Add test verifying that we print
756 the decoded symbol name when printing the address of Ada
757 symbols.
758
759 2013-12-10 Joel Brobecker <brobecker@adacore.com>
760
761 * gdb.mi/mi-start.exp: Add test verifying that -list-features
762 contains "exec-run-start-option".
763
764 2013-12-08 Yao Qi <yao@codesourcery.com>
765
766 * lib/gdb.exp (support_complex_tests): Use gdb_produce_source.
767 (is_elf_target, is_ilp32_target, is_ilp64_target): Likewise.
768 (is_64_target, is_amd64_regs_target): Likewise.
769 (skip_altivec_tests, skip_vsx_tests, skip_btrace_tests): Likewise.
770
771 2013-12-07 Mike Frysinger <vapier@gentoo.org>
772
773 * gdb.ada/uninitialized_vars/parse_controlled.ads: Remove +x file mode.
774 * gdb.base/testenv.c: Likewise.
775
776 2013-12-07 Mike Frysinger <vapier@gentoo.org>
777
778 * gdb.hp/gdb.base-hp/so-thresh.sh: Change /bin/ksh to /bin/sh.
779 * gdb.hp/gdb.objdbg/tools/symaddr: Likewise.
780 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: Likewise.
781
782 2013-12-06 Pedro Alves <palves@redhat.com>
783
784 * gdb.dwarf2/dw2-undefined-ret-addr.S: New file.
785 * gdb.dwarf2/dw2-undefined-ret-addr.c: New file.
786 * gdb.dwarf2/dw2-undefined-ret-addr.exp: New file.
787
788 2013-12-06 Doug Evans <dje@google.com>
789
790 * gdb.base/break.exp: Fix setting of $baz.
791
792 2013-12-06 Andrew Burgess <aburgess@broadcom.com>
793
794 * lib/dwarf.exp: (Dwarf::_location): Handle DW_OP_bit_piece and
795 DW_OP_plus_uconst.
796
797 2013-12-06 Keven Boell <keven.boell@intel.com>
798
799 * lib/mi-support.exp (mi_list_varobj_children_range): Add
800 call to mi_list_array_varobj_children_with_index.
801 (mi_list_array_varobj_children_with_index): New function.
802 Add parameter to specify array start.
803
804 2013-12-03 Jose E. Marchesi <jose.marchesi@oracle.com>
805
806 * gdb.base/sigall.exp (test_one_sig): gdb identifies SIGLOST as a
807 SIGPWR in sparc64.
808
809 * gdb.base/sigall.c (main): In some targets SIGLOST and SIGPWR
810 have the same signal number. Handle this situation.
811
812 2013-12-03 Joel Brobecker <brobecker@adacore.com>
813
814 * gdb.ada/dot_all: New testcase.
815
816 2013-12-03 Joel Brobecker <brobecker@adacore.com>
817
818 * gdb.mi/mi-undefined-cmd.exp: New testcase.
819
820 2013-12-03 Joel Brobecker <brobecker@adacore.com>
821
822 * gdb.mi/mi-i-cmd.exp: New file.
823
824 2013-12-02 Doug Evans <dje@google.com>
825
826 * gdb.dwarf/dwp-symlink.c: Fake out gdb to not load debug info
827 at start.
828 * gdb.dwarf/dwp-symlink.exp: Test trying to load dwp when the binary
829 has been specified with a relative path and we have chdir'd before
830 accessing the debug info.
831
832 2013-11-28 Andrew Burgess <aburgess@broadcom.com>
833
834 * gdb.trace/unavailable.exp (gdb_collect_args_test): Update
835 expected results.
836 (gdb_collect_locals_test): Likewise.
837 (gdb_collect_globals_test): Likewise.
838
839 2013-11-28 Yao Qi <yao@codesourcery.com>
840
841 * lib/gdb.exp (with_gdb_prompt): New proc.
842 * gdb.perf/disassemble.exp: New.
843 * gdb.perf/disassemble.py: New.
844
845 2013-11-26 Luis Machado <lgustavo@codesourcery.com>
846
847 * gdb.base/callfuncs.c (main): Assign malloc's return value
848 and free it afterwards.
849 * gdb.base/charset-malloc.c (malloc_stub): Likewise.
850 * gdb.base/printcmds.c (main): Likewise.
851 * gdb.base/randomize.c (main): Free "p" and change breakpoint
852 marker position.
853 * gdb.base/setvar.c (dummy): Assign malloc's return value
854 and free it afterwards.
855
856 2013-11-26 Andrew Burgess <aburgess@broadcom.com>
857
858 * gdb.base/setshow.exp: Add $gdb_prompt to the patterns in
859 gdb_test_multiple.
860
861 2013-11-26 Tom Tromey <tromey@redhat.com>
862
863 * gdb.dwarf2/dw2-unspecified-ret-addr.S: Remove.
864 * gdb.dwarf2/dw2-unspecified-ret-addr.c: Remove.
865 * gdb.dwarf2/dw2-unspecified-ret-addr.exp: Remove.
866
867 2013-11-25 Keith Seitz <keiths@redhat.com>
868
869 PR c++/14819
870 * gdb.cp/impl-this.cc: New file.
871 * gdb.cp/impl-this.exp: New file.
872
873 2013-11-25 Yao Qi <yao@codesourcery.com>
874
875 * gdb.perf/backtrace.c: New.
876 * gdb.perf/backtrace.exp: New.
877 * gdb.perf/backtrace.py: New.
878
879 2013-11-24 Yao Qi <yao@codesourcery.com>
880
881 * gdb.perf/single-step.c: New.
882 * gdb.perf/single-step.exp: New.
883 * gdb.perf/single-step.py: New.
884
885 2013-11-23 Doug Evans <xdje42@gmail.com>
886
887 * gdb.base/ena-dis-br.exp: Add missing quote to "step after continue
888 with ignore count".
889
890 2013-11-23 Doug Evans <xdje42@gmail.com>
891
892 * gdb.python/py-value.exp (test_lazy_strings): Tweak test names.
893 (test_subscript_regression): Ditto.
894 (top level): Run test_subscript_regression for c++ with "c++" prefix.
895
896 2013-11-23 Doug Evans <xdje42@gmail.com>
897
898 * gdb.python/py-type.exp (test_enums): Fix typo.
899
900 2013-11-23 Doug Evans <xdje42@gmail.com>
901
902 * gdb.python/py-symbol.exp: Add some comments. Make all test names
903 unique.
904
905 2013-11-23 Doug Evans <xdje42@gmail.com>
906
907 * gdb.python/py-symbol.exp: Fix whitespace.
908
909 2013-11-23 Doug Evans <xdje42@gmail.com>
910
911 * gdb.python/python.exp: Don't call skip_python_tests, we still want
912 to test some things in the case where python is not configured in.
913
914 2013-11-22 Pedro Alves <palves@redhat.com>
915
916 * gdb.dwarf2/dw2-bad-cfi.S: Rename to ...
917 * gdb.dwarf2/dw2-unspecified-ret-addr.S: ... this. Adjust.
918 * gdb.dwarf2/dw2-bad-cfi.c: Rename to ...
919 * gdb.dwarf2/dw2-unspecified-ret-addr.c: ... this.
920 * gdb.dwarf2/dw2-bad-cfi.exp: Rename to ...
921 * gdb.dwarf2/dw2-unspecified-ret-addr.exp: ... this.
922
923 2013-11-22 Tom Tromey <tromey@redhat.com>
924
925 * gdb.dwarf2/dw2-bad-cfi.S: Update comment.
926
927 2013-11-22 Tom Tromey <tromey@redhat.com>
928
929 * gdb.dwarf2/dw2-bad-cfi.c: New file.
930 * gdb.dwarf2/dw2-bad-cfi.exp: New file.
931 * gdb.dwarf2/dw2-bad-cfi.S: New file.
932
933 2013-11-22 Pedro Alves <palves@redhat.com>
934
935 PR 16155
936 * gdb.dwarf2/dw2-dup-frame.S: New file.
937 * gdb.dwarf2/dw2-dup-frame.c: New file.
938 * gdb.dwarf2/dw2-dup-frame.exp: New file.
939
940 2013-11-22 Yao Qi <yao@codesourcery.com>
941
942 * lib/mi-support.exp (mi_create_dynamic_varobj): Update
943 comment and add one more argument "has_more".
944 * gdb.python/py-mi.exp: Callers update.
945
946 2013-11-22 Yao Qi <yao@codesourcery.com>
947
948 * gdb.python/py-mi.exp: Use mi_create_floating_varobj instead
949 of mi_create_dynamic_varobj.
950
951 2013-11-20 Pedro Alves <palves@redhat.com>
952
953 * gdb.base/maint.exp (maint print objfiles): Consume one line at a
954 time, and run it through all three milestone regexes.
955
956 2013-11-20 Sanimir Agovic <sanimir.agovic@intel.com>
957
958 * gdb.base/eval-avoid-side-effects.exp: New file.
959
960 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
961
962 * gdb.arch/i386-mpx.c: New file
963 * gdb.arch/i386-mpx.exp: New file.
964
965 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
966
967 * gdb.python/py-pp-maint.exp: Consider new pretty-print added
968 for bnd registers.
969
970 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
971
972 * gdb.xml/maint_print_struct.xml (bitfield): Added bitfield having
973 start and end equal 0.
974
975 2013-11-19 Yao Qi <yao@codesourcery.com>
976
977 * lib/mi-support.exp (mi_child_regexp): Remove 'whatever'.
978 (mi_list_varobj_children_range): Likewise.
979
980 2013-11-19 Yao Qi <yao@codesourcery.com>
981
982 * lib/mi-support.exp (mi_child_regexp): Remove unnecessary '\'.
983
984 2013-11-19 Yao Qi <yao@codesourcery.com>
985
986 * lib/mi-support.exp: Fix format.
987
988 2013-11-19 Joel Brobecker <brobecker@adacore.com>
989
990 * gdb.ada/py_range: New testcase.
991
992 2013-11-18 Joel Brobecker <brobecker@adacore.com>
993
994 * mi-language.exp: Add "-list-features" test verifying that
995 its output contains "language-option".
996
997 2013-11-16 Joel Brobecker <brobecker@adacore.com>
998
999 * info_exc/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
1000 * info_exc/foo.adb: Adjust to new exception name.
1001 * info_exc.exp: Adjust after exception renaming in const.ads.
1002 Update "info exception global" test to test "info exceptions
1003 global_gdb" instead.
1004
1005 * mi_exc_info/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
1006 * mi_exc_info/foo.adb (Adjust to new exception name.
1007 * mi_exc_info.exp: Adjust after exception renaming in const.ads.
1008 Update "-info-ada-exceptions global" test to test
1009 "-info-ada-exceptions global_gdb" instead.
1010
1011 2013-11-15 Luis Machado <lgustavo@codesourcery.com>
1012
1013 * lib/mi-support.exp (mi_gdb_test): Expect different formats
1014 of inferior output for remote and native sessions.
1015 * gdb.mi/mi-console.exp: Remove obsolete comment.
1016 Check for semihosted inferior output pattern.
1017 (semihosted_string): New function.
1018
1019 2013-11-15 Joel Brobecker <brobecker@adacore.com>
1020
1021 * gdb.ada/info_exc.exp: Allow other global exceptions to be
1022 listed in the output of "info exceptions".
1023 * gdb.ada/mi_exc_info.exp: Allow other global exceptions to be
1024 listed in the output of "-info-ada-exceptions".
1025
1026 2013-11-15 Joel Brobecker <brobecker@adacore.com>
1027
1028 * gdb.ada/info_exc.exp: Start inferior before starting
1029 the "info exceptions" tests.
1030 * gdb.ada/mi_exc_info.exp: Start inferior before starting
1031 the "-info-ada-exceptions" tests.
1032
1033 2013-11-15 Tom Tromey <tromey@redhat.com>
1034
1035 * gdb.cp/includefile: New file.
1036 * gdb.cp/filename.exp: New file.
1037 * gdb.cp/filename.cc: New file.
1038
1039 2013-11-15 Doug Evans <xdje42@gmail.com>
1040
1041 * gdb.python/py-breakpoint.exp: Make tests have unique names.
1042
1043 2013-11-15 Doug Evans <xdje42@gmail.com>
1044
1045 * gdb.python/py-breakpoint.exp: Reformat for 80 columns.
1046
1047 2013-11-15 Doug Evans <xdje42@gmail.com>
1048
1049 * gdb.python/py-breakpoint.exp: Split up into several functions,
1050 each with their own test prefix.
1051
1052 2013-11-15 Joel Brobecker <brobecker@adacore.com>
1053
1054 * gdb.ada/O2_float_param: New testcase.
1055
1056 2013-11-14 Tom Tromey <tromey@redhat.com>
1057
1058 * Makefile.in (check-parallel): Print summary from gdb.sum.
1059
1060 2013-11-14 Omair Javaid <Omair.Javaid@linaro.org>
1061
1062 * gdb.dwarf2/dw2-case-insensitive-debug.S: Updated compile unit
1063 and function label names.
1064 * gdb.dwarf2/dw2-case-insensitive.c: Created function and
1065 compile unit labels.
1066
1067 2013-11-14 Joel Brobecker <brobecker@adacore.com>
1068
1069 * gdb.mi/mi-language.exp: New file.
1070
1071 2013-09-17 Keith Seitz <keiths@redhat.com>
1072
1073 PR c++/7935
1074 PR c++/10541
1075 * gdb.cp/nsalias.exp: New file.
1076 * gdb.cp/nsalias.cc: New file.
1077 * gdb.cp/nsrecurs.exp: Remove kfails. Conditionally run
1078 tests only on known, working compiler versions.
1079
1080 2013-11-13 Tom Tromey <tromey@redhat.com>
1081
1082 * gdb.multi/multi-arch-exec.exp: Define BASEDIR when compiling.
1083 * gdb.multi/multi-arch-exec.c (main): Use BASEDIR.
1084
1085 2013-11-12 Doug Evans <dje@google.com>
1086
1087 * gdb.base/fileio.exp: Make $dir2 writable after the test is done
1088 so that "rm -rf $builddir" Just Works.
1089
1090 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1091
1092 * gdb.ada/mi_exc_info: New testcase.
1093
1094 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1095
1096 * gdb.ada/info_exc: New testcase.
1097
1098 2013-11-11 Doug Evans <dje@google.com>
1099
1100 * gdb.arch/arm-bl-branch-dest.exp: Use gdb_test_file_name instead
1101 of testfile.
1102
1103 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1104
1105 * gdb.python/py-linetable.S: New file.
1106 * gdb.python/py-linetable.c: New file.
1107 * gdb.python/py-linetable.exp: New file.
1108
1109 2013-11-11 Joel Brobecker <brobecker@adacore.com>
1110
1111 * gdb.ada/mi_ex_cond: New testcase.
1112
1113 2013-11-07 Doug Evans <dje@google.com>
1114
1115 PR 11786
1116 * gdb.base/gcore-relro-pie.c: New file.
1117 * gdb.base/gcore-relro-pie.exp: New file.
1118
1119 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1120
1121 * gdb.python/py-cmd.exp: Add COMPLETE_EXPRESSION tests.
1122 * gdb.python/py-cmd.c: New File.
1123
1124 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1125
1126 * gdb.python/py-breakpoint.exp: Add temporary breakpoint tests.
1127
1128 2013-11-06 Doug Evans <xdje42@gmail.com>
1129
1130 * gdb.python/py-arch.exp: Tweak test name for bad memory access test.
1131
1132 2013-11-06 Yao Qi <yao@codesourcery.com>
1133
1134 * lib/gdb.exp (gdb_produce_source): New procedure.
1135 * gdb.perf/solib.c: New.
1136 * gdb.perf/solib.exp: New.
1137 * gdb.perf/solib.py: New.
1138
1139 2013-11-06 Yao Qi <yao@codesourcery.com>
1140
1141 * README: Mention performance tests.
1142
1143 2013-11-06 Yao Qi <yao@codesourcery.com>
1144
1145 * lib/perftest.exp: New.
1146 * gdb.perf/lib/perftest/__init__.py: New.
1147 * gdb.perf/lib/perftest/measure.py: New.
1148 * gdb.perf/lib/perftest/perftest.py: New.
1149 * gdb.perf/lib/perftest/reporter.py: New.
1150 * gdb.perf/lib/perftest/testresult.py: New.
1151
1152 2013-11-06 Yao Qi <yao@codesourcery.com>
1153
1154 * Makefile.in (check-perf): New target.
1155 * configure.ac (AC_OUTPUT): Output Makefile in gdb.perf.
1156 * configure: Re-generated.
1157 * gdb.perf/Makefile.in: New.
1158
1159 2013-11-04 Tom Tromey <tromey@redhat.com>
1160
1161 * Makefile.in (TEST_DIRS): Remove.
1162 (TEST_TARGETS, check-parallel): Rewrite.
1163 (check-gdb.%, BASE1_FILES, BASE2_FILES, check-gdb.base%)
1164 (subdir_do, subdirs): Remove.
1165 (do-check-parallel, check/%): New targets.
1166 (clean): Remove outputs, temp, and cache directories.
1167 (saw_dash_j): New variable.
1168 (CHECK_TARGET): Use it.
1169 (check): Depend on all, site.exp. Rewrite.
1170 (check-single): Remove dependencies.
1171 (slow_tests, all_tests, reordered_tests): New variables.
1172
1173 2013-11-04 Tom Tromey <tromey@redhat.com>
1174
1175 * gdb.dwarf2/fission-base.S: Remove "gdb.dwarf/".
1176 * gdb.dwarf2/fission-base.exp: Set debug-file-directory
1177 before loading binfile.
1178 * gdb.dwarf2/fission-loclists.S: Remove "gdb.dwarf/".
1179 * gdb.dwarf2/fission-loclists.exp: Set debug-file-directory
1180 before loading binfile.
1181
1182 2013-11-04 Tom Tromey <tromey@redhat.com>
1183
1184 * gdb.base/foll-exec.c (main): Use BASEDIR.
1185 * gdb.base/foll-exec.exp: Define BASEDIR during compilation.
1186 * gdb.base/foll-vfork.c (main): Use BASEDIR.
1187 * gdb.base/foll-vfork.exp: Define BASEDIR during compilation.
1188 * gdb.multi/bkpt-multi-exec.c (main): Use BASEDIR.
1189 * gdb.multi/bkpt-multi-exec.exp: Define BASEDIR during compilation.
1190
1191 2013-11-04 Tom Tromey <tromey@redhat.com>
1192
1193 * gdb.base/argv0-symlink.exp: Compute executable's directory
1194 dynamically.
1195
1196 2013-11-04 Tom Tromey <tromey@redhat.com>
1197
1198 * gdb.asm/asm-source.exp: Use standard_output_file.
1199
1200 2013-11-04 Tom Tromey <tromey@redhat.com>
1201
1202 * gdb.server/file-transfer.exp: Use standard_output_file.
1203
1204 2013-11-04 Tom Tromey <tromey@redhat.com>
1205
1206 * gdb.base/fullname.exp: Use standard_output_file,
1207 relative_filename.
1208 * gdb.base/hashline1.exp: Use standard_testfile,
1209 standard_output_file, relative_filename, clean_restart.
1210 * gdb.base/hashline2.exp: Use standard_testfile,
1211 standard_output_file.
1212 * gdb.base/hashline3.exp: Use standard_testfile,
1213 standard_output_file, relative_filename.
1214 * lib/gdb.exp (relative_filename): New proc.
1215
1216 2013-11-04 Tom Tromey <tromey@redhat.com>
1217
1218 * gdb.base/fileio.c (test_open, test_write, test_read)
1219 (test_lseek, test_close, test_stat, test_fstat)
1220 (test_isatty, test_system, test_rename, test_unlink):
1221 Use OUTDIR define.
1222 * gdb.base/fileio.exp: Define OUTDIR during compilation.
1223 Use standard_output_file.
1224
1225 2013-11-04 Tom Tromey <tromey@redhat.com>
1226
1227 * gdb.base/checkpoint.c (main): Use PI_TXT and COPY1_TXT
1228 defines.
1229 * gdb.base/checkpoint.exp: Define PI_TXT and COPY1_TXT during
1230 compilation. Use prepare_for_testing, standard_output_file.
1231
1232 2013-11-04 Tom Tromey <tromey@redhat.com>
1233
1234 * gdb.base/advance.exp: Use standard_testfile and
1235 prepare_for_testing.
1236 * gdb.base/bigcore.exp: Use standard_output_file. "cd" to
1237 appropriate directory when local.
1238 * gdb.base/dump.exp: Use standard_output_file. Update all
1239 "dump" and "restore" filenames.
1240 * gdb.base/interact.exp: Use standard_output_file.
1241 * gdb.base/jit-so.exp: Don't download file when local.
1242 * gdb.base/jit.exp (compile_jit_test): Don't download file
1243 when local.
1244 * gdb.base/list.exp: Use gdb_remote_download.
1245 * gdb.base/maint.exp: Use standard_output_file.
1246 * gdb.base/prelink.exp: Use standard_output_file.
1247 * gdb.base/save-bp.exp: Use standard_output_file.
1248 * gdb.base/sepdebug.exp: Use standard_testfile,
1249 standard_output_file.
1250 (test_different_dir): Don't declare objdir.
1251 * gdb.base/solib-search.exp: Use standard_output_file.
1252 * gdb.base/step-line.exp: Use gdb_remote_download.
1253 * gdb.base/trace-commands.exp: Use standard_output_file.
1254
1255 2013-11-04 Tom Tromey <tromey@redhat.com>
1256
1257 * gdb.trace/mi-traceframe-changed.exp: Pass -DTFILE_DIR
1258 to compilation. Use standard_output_file.
1259 (test_tfind_tfile): Update.
1260 * gdb.trace/tfile.c (write_basic_trace_file)
1261 (write_error_trace_file): Use TFILE_DIR.
1262 * gdb.trace/tfile.exp: Pass -DTFILE_DIR to compilation. Use
1263 standard_output_file.
1264
1265 2013-11-04 Tom Tromey <tromey@redhat.com>
1266
1267 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
1268 Use "dwarf2 always-disassemble" for the "maint set" test.
1269 * gdb.mi/mi-file-transfer.exp (test_file_transfer): Use
1270 standard_output_file.
1271 * gdb.mi/mi-logging.exp: Use standard_output_file.
1272
1273 2013-11-04 Tom Tromey <tromey@redhat.com>
1274
1275 * gdb.xml/tdesc-arch.exp: Use standard_output_file. Make
1276 downloads conditional on remote host.
1277 (set_arch): Likewise.
1278 * gdb.xml/tdesc-regs.exp: Use gdb_remote_download.
1279 (load_description): Use standard_output_file.
1280
1281 2013-11-04 Tom Tromey <tromey@redhat.com>
1282
1283 * gdb.gdb/selftest.exp: Use standard_output_file.
1284 * lib/selftest-support.exp (do_self_tests): Use
1285 standard_output_file.
1286
1287 2013-11-04 Tom Tromey <tromey@redhat.com>
1288
1289 * gdb.stabs/weird.exp: Use gdb_remote_download and
1290 standard_output_file.
1291
1292 2013-11-04 Tom Tromey <tromey@redhat.com>
1293
1294 * gdb.base/gcore-buffer-overflow.exp: Use
1295 standard_output_file, not standard_testfile.
1296 * gdb.base/twice.exp: Use standard_testfile, not
1297 standard_output_file. Use gdb_remote_download.
1298
1299 2013-11-04 Tom Tromey <tromey@redhat.com>
1300
1301 * lib/gdb.exp (get_compiler_info): Use log_file -info and
1302 restore from that.
1303
1304 2013-11-02 Maciej W. Rozycki <macro@codesourcery.com>
1305
1306 * gdb.cp/derivation.exp: s/perrro/perror/
1307
1308 2013-11-01 Maciej W. Rozycki <macro@codesourcery.com>
1309
1310 * gdb.dwarf2/dwzbuildid.exp: Rename `outdir' variable to
1311 `debugdir'.
1312
1313 2013-10-31 Andrew Burgess <aburgess@broadcom.com>
1314
1315 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): Add additional
1316 tests and update expected error message.
1317 (test_watch_register_location): New tests.
1318 (do_tests): Call test_watch_register_location.
1319 * gdb.base/watchpoints.exp: Update expected error message.
1320
1321 2013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
1322
1323 * gdb.arch/s390-multiarch.exp (test_linux_v2): Add $gdb_prompt to
1324 the patterns in gdb_test_multiple.
1325
1326 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1327
1328 * gdb.base/sym-file-lib.c: New file.
1329 * gdb.base/sym-file-loader.c: New file.
1330 * gdb.base/sym-file-loader.h: New file.
1331 * gdb.base/sym-file-main.c: New file.
1332 * gdb.base/sym-file.exp: New file.
1333 * lib/gdb.exp (is_elf_target): New function.
1334
1335 2013-10-29 Pedro Alves <palves@redhat.com>
1336
1337 * gdb.mi/mi-console.c, gdb.mi/mi-stack.c: Remove local emacs
1338 variable setting change-log-default-name to ChangeLog-mi.
1339
1340 2013-10-29 Andrew Burgess <aburgess@broadcom.com>
1341
1342 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test):
1343 Expect <unavailable> pattern.
1344
1345 2013-10-28 Tom de Vries <tom@codesourcery.com>
1346
1347 * gdb.arch/thumb2-it.S (it_8): Fix typo.
1348
1349 2013-10-25 Anton Kolesov <Anton.Kolesov@synopsys.com> (tiny change)
1350
1351 * gdb.base/bang.exp: Use gdb_continue_to_end to properly support
1352 remote stubs where exit() behaviour is unreliable.
1353
1354 2013-10-25 Pedro Alves <palves@redhat.com>
1355
1356 * gdb.cp/m-static.exp: Adjust expected output of printing a
1357 nonexistent or optimized out static field. Also test printing the
1358 the "container" object.
1359
1360 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
1361
1362 * lib/gdb.exp (gdb_finish): Send a kill request to `gdbserver'
1363 if in the persistent mode.
1364 * gdb.trace/disconnected-tracing.exp: Reconnect before completion.
1365
1366 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
1367
1368 * lib/gdb.exp (gdb_gcore_cmd): Also handle a "Target does not
1369 support core file generation" reply.
1370
1371 2013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
1372
1373 PR gdb/15986
1374 * gdb.base/run.c (main): gdb_get_line_number tag added for
1375 commands.exp.
1376 (factorial): Likewise.
1377
1378 * gdb.base/commands.exp (watchpoint_command_test): Use
1379 gdb_get_line_number in order to determine the locations in run.c
1380 where local_var is detected to go out of scope.
1381
1382 2013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
1383
1384 * gdb.base/gnu_vector.exp: Care about endianness when casting
1385 scalars to vectors.
1386
1387 2013-10-18 Tom Tromey <tromey@redhat.com>
1388
1389 * lib/gdb.exp (build_executable_from_specs): Remove duplicate set
1390 of "binfile".
1391
1392 2013-10-18 Andrew Burgess <aburgess@broadcom.com>
1393
1394 * gdb.base/watchpoints.exp: Add test for setting software
1395 watchpoints of different types before starting the inferior.
1396
1397 2013-10-18 Pedro Alves <palves@redhat.com>
1398
1399 PR gdb/16062
1400 * gdb.threads/stepi-random-signal.c: New file.
1401 * gdb.threads/stepi-random-signal.exp: New file.
1402
1403 2013-10-17 Maciej W. Rozycki <macro@codesourcery.com>
1404
1405 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
1406 Fix comment typo.
1407 * lib/gdb.exp (gdb_init): Likewise.
1408
1409 2013-10-17 Tom Tromey <tromey@redhat.com>
1410
1411 * gdb.base/printcmds.exp (test_printf): Test printf flushing.
1412
1413 2013-10-14 Tom Tromey <tromey@redhat.com>
1414
1415 * gdb.dwarf2/dwzbuildid.exp (write_dwarf_file): Pass explicit test
1416 name to gdb_test_no_output.
1417
1418 2013-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1419
1420 Canonicalize directories for EXEC_FILENAME.
1421 * gdb.base/argv0-symlink.exp
1422 (kept file symbolic link name for info inferiors): New.
1423 (kept directory symbolic link name): Setup kfail.
1424 (kept directory symbolic link name for info inferiors): New.
1425
1426 2013-10-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
1427
1428 * gdb.arch/s390-multiarch.exp: New file.
1429 * gdb.arch/s390-multiarch.c: New file.
1430
1431 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1432
1433 * gdb.ada/mi_catch_ex.exp: Adjusts all "catch ..." tests to
1434 use the appropriate GDB/MI command instead, and verify
1435 the test output.
1436
1437 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1438
1439 * gdb.base/source-nofile.gdb: New file.
1440 * gdb.base/source.exp: Add two tests verifying the behavior when
1441 the "source" command is given a non-existant filename.
1442
1443 2013-10-11 Yao Qi <yao@codesourcery.com>
1444
1445 * gdb.mi/mi-catch-load.c: Remove the include of "dlfcn.h".
1446 [__WIN32__]: Include "windows.h" and define macro 'dlopen'
1447 and 'dlclose'.
1448 [!__WIN32__]: Include "dlfcn.h".
1449 * gdb.mi/mi-catch-load.exp: Set up kfail.
1450
1451 2013-10-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1452
1453 * lib/gdb.exp (gdb_core_cmd): Replace fixed string "re-load
1454 generated corefile" by argument "$test".
1455
1456 2013-10-09 Pedro Alves <palves@redhat.com>
1457
1458 * gdb.python/py-prettyprint.exp (run_lang_tests): Adjust expected
1459 output.
1460
1461 2013-10-09 Pedro Alves <palves@redhat.com>
1462
1463 * gdb.base/catch-syscall.exp (test_catch_syscall_without_args)
1464 (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
1465 (test_catch_syscall_with_wrong_args)
1466 (test_catch_syscall_restarting_inferior)
1467 (test_catch_syscall_fail_nodatadir)
1468 (test_catch_syscall_without_args_noxml)
1469 (test_catch_syscall_with_args_noxml)
1470 (test_catch_syscall_with_wrong_args_noxml): Use with_test_prefix.
1471
1472 2013-10-08 Tom Tromey <tromey@redhat.com>
1473
1474 * gdb.dwarf2/dwzbuildid.exp: New file.
1475 * lib/dwarf.exp (Dwarf::_section): Add "flags" and "type"
1476 parameters.
1477 (Dwarf::_defer_output): Change "section" parameter to
1478 "section_spec"; update.
1479 (Dwarf::gnu_debugaltlink, Dwarf::_note, Dwarf::build_id): New
1480 procs.
1481
1482 2013-10-08 Joel Brobecker <brobecker@adacore.com>
1483
1484 * gdb.ada/mi_catch_ex.exp: Make "mi_execute_to" test names unique.
1485
1486 2013-10-07 Tom Tromey <tromey@redhat.com>
1487
1488 * lib/mi-support.exp (varobj_tree::walk_tree): Set _root_idx
1489 to 0.
1490
1491 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1492
1493 * gdb.base/corefile.exp: Test whether $_exitsignal is set and
1494 $_exitcode is void when opening a corefile.
1495 * gdb.base/exitsignal.exp: New file.
1496 * gdb.base/segv.c: Likewise.
1497 * gdb.base/normal.c: Likewise.
1498
1499 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1500
1501 * gdb.mi/mi-start.c, gdb.mi/mi-start.exp: New files.
1502
1503 2013-10-02 Vidya Praveen <vidyapraveen@arm.com>
1504
1505 * gdb.trace/entry-values.exp: Modify regular expression to scan for
1506 'bl' instruction instead of 'call' for ARM and AArch64 targets.
1507
1508 2013-10-02 Pedro Alves <palves@redhat.com>
1509
1510 * gdb.dwarf2/dw2-reg-undefined.exp <pattern_rax_rbx_rcx_print,
1511 pattern_rax_rbx_rcx_info>: Set to "<not saved>".
1512 * gdb.mi/mi-reg-undefined.exp (opt_out_pattern): Delete.
1513 (not_saved_pattern): New.
1514 Replace use of the former with the latter.
1515
1516 2013-10-02 Pedro Alves <palves@redhat.com>
1517
1518 * README (Board Settings): Document "exit_is_reliable".
1519 * lib/gdb.exp (gdb_continue_to_end): Check whether the board says
1520 running to exit reliably reports program exits.
1521 * boards/native-gdbserver.exp: Set exit_is_reliable in the board
1522 info.
1523 * boards/native-stdio-gdbserver.exp: Likewise.
1524
1525 2013-10-01 Doug Evans <dje@google.com>
1526
1527 * gdb.python/python.exp: Remove redundant print-stack tests.
1528 Make all print-stack test names unique. Fix spelling of print-stack.
1529
1530 2013-09-29 Yao Qi <yao@codesourcery.com>
1531
1532 * gdb.base/shreloc.exp: Set $msymfile to 'shreloc.txt' if host
1533 is remote.
1534
1535 2013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1536
1537 PR shlibs/8882
1538 * gdb.base/corefile.exp: Add a check to assure warning-free
1539 core-file load.
1540
1541 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1542
1543 * gdb.dwarf2/dwp-symlink.c: New file.
1544 * gdb.dwarf2/dwp-symlink.exp: New file.
1545
1546 2013-09-20 Doug Evans <dje@google.com>
1547
1548 * lib/dwarf.exp (build_executable_from_fission_assembler): New proc.
1549 * gdb.dwarf2/fission-base.S: Update. Split out .dwo into separate
1550 file.
1551 * gdb.dwarf2/fission-loclists.S: Ditto.
1552 * gdb.dwarf2/fission-reread.S: Ditto.
1553 * gdb.dwarf2/fission-base.exp: Skip of remote host. Compile with
1554 build_executable_from_fission_assembler.
1555 * gdb.dwarf2/fission-loclists.exp: Ditto.
1556 * gdb.dwarf2/fission-reread.exp: Ditto.
1557
1558 * lib/future.exp (gdb_find_objcopy, gdb_find_readelf): New procs.
1559 * lib/gdb.exp (build_id_debug_filename_get): Update to use them.
1560 (gdb_gnu_strip_debug): Ditto.
1561 * lib/prelink-support.exp (section_get, prelink_no): Ditto.
1562 * gdb.arch/altivec-abi.exp: Ditto.
1563 * gdb.base/attach-pie-misread.exp: Ditto.
1564 * gdb.base/comprdebug.exp: Ditto.
1565 * gdb.base/dup-sect.exp: Ditto.
1566 * gdb.base/gnu-debugdata.exp: Ditto.
1567 * gdb.base/step-symless.exp: Ditto.
1568 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
1569 * gdb.dwarf2/dw2-skip-prologue.exp: Ditto.
1570 * gdb.dwarf2/gdb-index.exp: Ditto.
1571
1572 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
1573
1574 * gdb.dwarf2/dw2-reg-undefined.exp: Change pattern for info
1575 register to "<optimized out>", and also print the registers.
1576
1577 2013-09-18 Pedro Alves <palves@redhat.com>
1578
1579 PR server/15967
1580 * gdb.server/wrapper.exp: Also return unsupported for Cygwin, and
1581 change text.
1582
1583 2013-09-18 Yao Qi <yao@codesourcery.com>
1584
1585 * gdb.server/wrapper.c: New.
1586 * gdb.server/wrapper.exp: New.
1587
1588 2013-09-17 Muhammad Waqas <mwaqas@codesourccery.com>
1589 Jan Kratochvil <jan.kartochvil@redhat.com>
1590 Pedro Alves <palves@redhat.com>
1591
1592 PR gdb/11568
1593 * gdb.thread/thread-specific-bp.c: New file.
1594 * gdb.thread/thread-specific-bp.exp: New file.
1595
1596 2013-09-17 Sergio Durigan Junior <sergiodj@redhat.com>
1597
1598 * gdb.base/defaults.exp (<show_conv_list>): Add check for $_isvoid
1599 convenience function.
1600
1601 2013-09-17 Pedro Alves <palves@redhat.com>
1602
1603 PR gdb/15911
1604 * gdb.threads/info-threads-cur-sal-2.c: New file.
1605 * gdb.threads/info-threads-cur-sal.c: New file.
1606 * gdb.threads/info-threads-cur-sal.exp: New file.
1607
1608 2013-09-17 Yao Qi <yao@codesourcery.com>
1609
1610 * gdb.base/catch-load.c: Remove the include of "dlfcn.h".
1611 [__WIN32__]: Include "windows.h" and define macro dlopen
1612 and dlclose.
1613 [!__WIN32__]: Include "dlfcn.h".
1614 * gdb.base/catch-load.exp (one_catch_load_test): Match
1615 directory separator.
1616
1617 2013-09-16 Doug Evans <dje@google.com>
1618
1619 * lib/gdb.exp (using_fission): New proc.
1620 * gdb.base/info-macros.exp: Skip test if using Fission.
1621
1622 * gdb.base/break-interp.exp: Fix indentation.
1623
1624 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1625
1626 * gdb.base/gdbvars.c (foo_void): New function.
1627 (foo_int): Likewise.
1628 * gdb.base/gdbvars.exp (test_convenience_functions): New
1629 function. Call it.
1630
1631 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1632
1633 * gdb.arch/s390-tdbregs.c: New file.
1634 * gdb.arch/s390-tdbregs.exp: New file.
1635
1636 2013-09-12 Stan Shebs <stan@codesourcery.com>
1637
1638 * README: New file.
1639
1640 2013-09-12 Doug Evans <dje@google.com>
1641
1642 * gdb.python/py-events.py (new_objfile_handler): Remove accidentally
1643 added code to print event.inferior.
1644
1645 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1646
1647 * gdb.base/gnu-debugdata.exp (objcopy 1): Move it lower and use only
1648 debug part of the binary.
1649
1650 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1651
1652 * gdb.base/gnu-debugdata.exp (strip): Add -R .comment.
1653 (addlink): Add comment.
1654
1655 2013-09-10 Sanimir Agovic <sanimir.agovic@intel.com>
1656
1657 * gdb.base/default.exp: Adjust regexpr for 'cd' to match optional
1658 canonical pathname.
1659
1660 2013-09-04 Doug Evans <dje@google.com>
1661
1662 * gdb.python/py-events.py (exit_handler): Verify we get the expected
1663 event.
1664 (continue_handler, new_objfile_handler): Ditto.
1665 (test_events): Rename command to "test-events".
1666 (test_newobj_events): Rename command to "test-objfile-events".
1667 * gdb.python/py-events.exp: Update.
1668 * gdb.python/py-evsignal.exp: Update.
1669 * gdb.python/py-evthreads.exp: Update.
1670
1671 * gdb.base/enumval.c (ZERO): New enum value.
1672 (main): Use it
1673 * gdb.base/enumval.exp: Test ability to print ZERO.
1674
1675 2013-09-03 Muhammad Bilal <mbilal@codesourcery.com>
1676 Pedro Alves <palves@redhat.com>
1677
1678 * gdb.base/relocate.exp: Check that invalid options are
1679 rejected.
1680
1681 2013-08-30 Andrew Burgess <aburgess@broadcom.com>
1682
1683 * gdb.base/code_elim1.c (my_bss_symbol): New variable added.
1684 (my_static_symbol): Add comment.
1685 (main): Reference my_bss_symbol.
1686
1687 2013-08-30 Phil Muldoon <pmuldoon@redhat.com>
1688
1689 * gdb.python/py-arch.exp: Tests for invalid architecture.
1690
1691 2013-08-29 Sterling Augustine <saugustine@google.com>
1692
1693 * boards/remote-stdio-gdbserver.exp: Set rcp_prog and
1694 rsh_prog in new conditional. Move use of REMOTE_PORTNUM into
1695 said conditional.
1696
1697 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
1698
1699 * gdb.python/py-arch.exp: Load gdb-python.exp.
1700
1701 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
1702
1703 * gdb.python/py-framefilter.py (FrameFilter.filter): Check
1704 itertools for imap attribute. Otherwise use map().
1705 (ElidingIterator): Define wrapper function __next__.
1706 * gdb.python/py-framefilter-mi.exp: Do not use execfile,
1707 use exec (open (read ())) instead.
1708 * gdb.python/py-framefilter.exp: Ditto.
1709 * gdb.python/py-arch.exp: Update print based test to Python 3.x
1710 compliance.
1711 * gdb.python/py-frame.exp: Ditto.
1712 * gdb.python/py-type.exp: Ditto.
1713
1714 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1715
1716 PR gdb/15415
1717 * gdb.base/argv0-symlink.c: New file.
1718 * gdb.base/argv0-symlink.exp: New file.
1719
1720 2013-08-28 Tom Tromey <tromey@redhat.com>
1721
1722 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Use explicit test name
1723 when saving index.
1724
1725 2013-08-27 Yao Qi <yao@codesourcery.com>
1726
1727 * gdb.trace/entry-values.exp: Test unavailable entry value is
1728 not shown when option '--skip-unavailable' is specified.
1729 * gdb.trace/mi-trace-unavailable.exp (test_trace_unavailable):
1730 Add tests for new option '--skip-unavailable'.
1731
1732 2013-08-27 Yao Qi <yao@codesourcery.com>
1733
1734 * lib/gdb.exp (gdb_remote_download): Don't pass $tofile to
1735 remote_download if it is empty.
1736
1737 2013-08-26 Doug Evans <dje@google.com>
1738
1739 PR symtab/15885
1740 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add gdb-index.
1741 (clean): rm -f *.gdb-index *.with-index.
1742 * gdb.dwarf2/gdb-index.exp: New testcase.
1743
1744 * lib/gdb.exp (run_on_host): Moved here from gnu-debugdata.exp.
1745 * gdb.base/gnu-debugdata.exp (run): Moved to gdb.exp and renamed to
1746 run_on_host. All callers updated.
1747
1748 2013-08-24 Yao Qi <yao@codesourcery.com>
1749
1750 * gdb.trace/entry-values.c (end): New
1751 (main): Call end.
1752 * gdb.trace/entry-values.exp: Load trace-support.exp. Set
1753 tracepoint and collect data. Test entry value is unavailable.
1754
1755 2013-08-24 Yao Qi <yao@codesourcery.com>
1756
1757 * lib/dwarf.exp (_location): Handle DW_OP_deref_size.
1758 * gdb.trace/entry-values.c: New.
1759 * gdb.trace/entry-values.exp: New.
1760
1761 2013-07-12 Muhammad Waqas <mwaqas@codesourccery.com>
1762
1763 PR gdb/15501
1764 * gdb.base/ena-dis-br.exp: Add test to verify
1765 enable/disable commands work correctly with
1766 multiple arguments that include multiple locations.
1767
1768 2013-08-22 Samuel Bronson <naesten@gmail.com>
1769
1770 ARM Linux support for `catch syscall'.
1771 * gdb.base/catch-syscall.exp: Test this on ARM now.
1772 (fill_all_syscalls_numbers): ARM has close/chroot on 6/61, too.
1773
1774 2013-08-22 Tom Tromey <tromey@redhat.com>
1775
1776 * lib/dwarf.exp (cu, tu): Handle addr_size of "default". Change
1777 default addr_size.
1778 * lib/gdb.exp (is_64_target): New gdb_caching_proc.
1779
1780 2013-08-22 Tom Tromey <tromey@redhat.com>
1781
1782 * lib/gdb.exp (skip_btrace_tests): Use gdb_caching_proc and
1783 standard_temp_file.
1784
1785 2013-08-22 Tom Tromey <tromey@redhat.com>
1786
1787 * gdb.arch/amd64-byte.exp: Use standard_testfile,
1788 clean_restart.
1789 * gdb.arch/amd64-disp-step.exp: Use standard_testfile.
1790 * gdb.arch/amd64-dword.exp: Use standard_testfile,
1791 clean_restart.
1792 * gdb.arch/amd64-entry-value-param.exp: Use standard_testfile.
1793 * gdb.arch/amd64-entry-value.exp: Use standard_testfile.
1794 * gdb.arch/amd64-prologue-xmm.exp: Use standard_testfile.
1795 * gdb.arch/amd64-word.exp: Use standard_testfile,
1796 clean_restart.
1797 * gdb.arch/i386-avx.exp: Use standard_testfile, clean_restart.
1798 * gdb.arch/i386-byte.exp: Use standard_testfile, clean_restart.
1799 * gdb.arch/i386-disp-step.exp: Use standard_testfile.
1800 * gdb.arch/i386-dr3-watch.exp: Use standard_testfile.
1801 * gdb.arch/i386-permbkpt.exp: Use standard_testfile, clean_restart.
1802 * gdb.arch/i386-signal.exp: Use standard_testfile.
1803 * gdb.arch/i386-size-overlap.exp: Use standard_testfile, clean_restart.
1804 * gdb.arch/i386-sse.exp: Use standard_testfile, clean_restart.
1805 * gdb.arch/i386-unwind.exp: Use standard_testfile.
1806 * gdb.arch/i386-word.exp: Use standard_testfile, clean_restart.
1807
1808 2013-08-22 Tom Tromey <tromey@redhat.com>
1809
1810 * gdb.python/py-error.exp: Use gdb_remote_download.
1811 * gdb.python/py-mi.exp: Use gdb_remote_download.
1812 * gdb.python/py-objfile-script.exp: Use standard_output_file.
1813 * gdb.python/py-prettyprint.exp: Use gdb_remote_download.
1814 (run_lang_tests): Likewise.
1815 * gdb.python/py-section-script.c: Use SCRIPT_FILE rather than
1816 filename.
1817 * gdb.python/py-section-script.exp: Set SCRIPT_FILE when
1818 compiling. Use gdb_remote_download. Update some tests.
1819 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
1820 standard_output_file.
1821 * gdb.python/py-typeprint.exp: Use gdb_remote_download.
1822 * gdb.python/py-frame-args.exp: Use gdb_remote_download.
1823 * gdb.python/py-framefilter-mi.exp: Use gdb_remote_download.
1824 * gdb.python/py-framefilter.exp: Use gdb_remote_download,
1825 standard_output_file.
1826
1827 2013-08-22 Tom Tromey <tromey@redhat.com>
1828
1829 * lib/cell.exp (skip_cell_tests): Use standard_temp_file.
1830
1831 2013-08-22 Tom Tromey <tromey@redhat.com>
1832
1833 * gdb.dwarf2/dw2-basic.exp: Use gdb_remote_download.
1834 * gdb.dwarf2/dw2-compressed.exp: Use gdb_remote_download.
1835 * gdb.dwarf2/dw2-intercu.exp: Use gdb_remote_download.
1836 * gdb.dwarf2/dw2-intermix.exp: Use gdb_remote_download.
1837 * gdb.dwarf2/dw2-producer.exp: Use gdb_remote_download.
1838 * gdb.dwarf2/mac-fileno.exp: Use gdb_remote_download.
1839 * lib/gdb.exp (gdb_remote_download): New proc.
1840
1841 2013-08-22 Tom Tromey <tromey@redhat.com>
1842
1843 * gdb.dwarf2/clztest.exp: Use standard_testfile.
1844 * gdb.dwarf2/dw2-minsym-in-cu.exp: Use standard_testfile.
1845 * gdb.dwarf2/fission-base.S: Remove directory from
1846 DW_AT_GNU_dwo_name.
1847 * gdb.dwarf2/fission-base.exp: Use build_executable. Set
1848 debug-file-directory.
1849 * gdb.dwarf2/fission-reread.S: Remove directory from
1850 DW_AT_GNU_dwo_name.
1851 * gdb.dwarf2/fission-reread.exp: Use build_executable. Set
1852 debug-file-directory.
1853
1854 2013-08-16 Doug Evans <dje@google.com>
1855
1856 * lib/prelink-support.exp (prelink_yes): Flag test as unsupported if
1857 prelink complains about an unhandled DWARF version.
1858
1859 2013-08-14 Cary Coutant <ccoutant@google.com>
1860
1861 * boards/fission.exp: Add -fdebug-types-section to debug_flags.
1862
1863 2013-08-13 Tom Tromey <tromey@redhat.com>
1864 Yao Qi <yao@codesourcery.com>
1865
1866 * lib/cache.exp (gdb_do_cache): Handle GDB_PARALLEL.
1867 * lib/gdb.exp: Handle GDB_PARALLEL.
1868 (default_gdb_version): Kill inotify_pid if it exists.
1869 (default_gdb_exit): Emit warning if the inotify log is not
1870 empty.
1871 (standard_output_file): Respect GDB_PARALLEL.
1872 (standard_temp_file): Likewise.
1873 (gdb_init): Start inotifywait if requested.
1874
1875 2013-08-13 Andrew Burgess <aburgess@broadcom.com>
1876
1877 * gdb.base/printcmds.exp (test_printf): Add test for printf of
1878 pointer with various flags.
1879
1880 2013-08-13 Tom Tromey <tromey@redhat.com>
1881
1882 * lib/cache.exp: New file.
1883 * lib/cell.exp (skip_cell_tests): Use gdb_caching_proc.
1884 * lib/gdb.exp: Load cache.exp.
1885 (support_complex_tests, is_ilp32_target, is_lp64_target)
1886 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests)
1887 (gdb_skip_xml_test): Use gdb_caching_proc.
1888 * lib/opencl.exp (skip_opencl_tests): Use gdb_caching_proc.
1889
1890 2013-08-13 Tom Tromey <tromey@redhat.com>
1891
1892 * lib/gdb.exp (standard_temp_file): New proc.
1893 (support_complex_tests, is_ilp32_target, is_lp64_target)
1894 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests): Use
1895 standard_temp_file.
1896
1897 2013-08-13 Tom Tromey <tromey@redhat.com>
1898
1899 * lib/gdb.exp (build_id_debug_filename_get): Use
1900 standard_output_file.
1901 * lib/prelink-support.exp (section_get)
1902 (build_executable_own_libs): Use standard_output_file.
1903
1904 2013-08-12 Tom Tromey <tromey@redhat.com>
1905
1906 * Makefile.in (ALL_SUBDIRS): Add gdb.go.
1907
1908 2013-08-12 Ali Anwar <alianwar@codesourcery.com>
1909
1910 * gdb.base/break.exp: Test break via convenience variable
1911 with file name.
1912
1913 2013-08-09 Doug Evans <dje@google.com>
1914
1915 * lib/future.exp (gdb_find_ldd): New proc.
1916 * lib/prelink-support.exp (build_executable_own_libs): Call it.
1917 Make "/usr/sbin/" in prelink path optional.
1918
1919 2013-08-09 Yao Qi <yao@codesourcery.com>
1920
1921 * gdb.trace/collection.exp (gdb_collect_args_test): Set
1922 "only" and "both" to 'print entry-values' before selecting
1923 trace frame.
1924
1925 2013-08-08 Yao Qi <yao@codesourcery.com>
1926
1927 * gdb.trace/mi-trace-unavailable.exp: Don't set
1928 "print entry-values" to "no".
1929 (test_trace_unavailable): Set various values to
1930 "print entry-values" to test that the output of
1931 '-stack-list-locals' is not affected, and then set
1932 set "print entry-values" to "no".
1933
1934 2013-08-07 Doug Evans <dje@google.com>
1935
1936 * gdb.python/py-value-cc.cc: Renamed from py-value.cc.
1937 * gdb.python/py-value-cc.exp: Update.
1938 * gdb.python/py-value.exp: Use different names for .o files for
1939 C and C++. Only perform C++ tests if !skip_cplus_tests.
1940
1941 2013-08-07 Tom Tromey <tromey@redhat.com>
1942
1943 * gdb.base/maint.exp: Allow zero symtabs to be expanded.
1944
1945 2013-08-07 Tom Tromey <tromey@redhat.com>
1946
1947 * gdb.dwarf2/dwz.exp: New file.
1948
1949 2013-08-02 Tom Tromey <tromey@redhat.com>
1950
1951 * gdb.base/watchpoint.c (struct foo5): New.
1952 (nullptr): New global.
1953 * gdb.base/watchpoint.exp (test_watch_location): Add test.
1954
1955 2013-08-01 Doug Evans <dje@google.com>
1956
1957 PR symtab/15691
1958 * gdb.dwarf2/fission-mix.exp: New file.
1959 * gdb.dwarf2/fission-mix.h: New file.
1960 * gdb.dwarf2/fission-mix.c: New file.
1961 * gdb.dwarf2/fission-mix2.c: New file.
1962
1963 PR symtab/15695
1964 * gdb.base/func-ptr.exp: New file.
1965 * gdb.base/func-ptr.c: New file.
1966
1967 2013-08-01 Yao Qi <yao@codesourcery.com>
1968
1969 * gdb.python/py-sync-interp.c: New.
1970 * gdb.python/py-sync-interp.exp: New.
1971
1972 2013-07-31 Yao Qi <yao@codesourcery.com>
1973
1974 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Test command
1975 'tdump' on stack frame 0 and 1 respectively.
1976
1977 2013-07-31 Yao Qi <yao@codesourcery.com>
1978
1979 PR gdb/13443
1980 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_3): Add parameter
1981 'traceframe'. Wrap test with with_test_prefix.
1982 (top level): Update.
1983
1984 2013-07-31 Yao Qi <yao@codesourcery.com>
1985
1986 * gdb.trace/backtrace.exp: Don't invoke 'get_exit' and
1987 'gdb_start'.
1988 Invoke 'prepare_for_testing' instead of 'gdb_compile'.
1989 Use gdb_test_no_output to issue commands 'tstart' and 'tstop'.
1990
1991 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
1992
1993 * gdb.dwarf2/pieces-optimized-out.exp: Expect "<optimized out>"
1994 when printing an optimized out value. Expect an error when using
1995 an optimized out value in an expression.
1996
1997 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
1998
1999 * gdb.dwarf2/pieces-optimized-out.exp: New file.
2000 * gdb.dwarf2/pieces-optimized-out.c: New file.
2001 * gdb.dwarf2/pieces-optimized-out.S: New file.
2002
2003 2013-07-30 Muhammad Bilal <mbilal@codesourcery.com>
2004
2005 PR gdb/15715
2006 * gdb.base/setshow.exp: Test that relative paths passed to
2007 'set history filename' are converted to absolute paths.
2008
2009 2013-07-26 Keith Seitz <keiths@redhat.com>
2010
2011 * gdb.mi/mi-var-child-f.exp: Pass f90 to gdb_compile instead
2012 of f77.
2013 Allow for compiler variations of integer types.
2014 Use mi_create_varobj.
2015 Use mi_list_varobj_children for the immediate children of `array'.
2016 Add "has_more" attribute for grandchildren test.
2017
2018 2013-07-26 Pedro Alves <palves@redhat.com>
2019
2020 * gdb.base/interrupt-noterm.c, gdb.base/interrupt-noterm.exp: New
2021 files.
2022
2023 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
2024
2025 * gdb.mi/mi-reg-undefined.exp: New file.
2026 * gdb.mi/mi-reg-undefined.c: Likewise.
2027 * gdb.mi/mi-reg-undefined.S: Likewise.
2028
2029 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
2030
2031 * gdb.base/printcmds.exp (test_print_int_arrays): Add tests for x,
2032 z, o, and t output formats.
2033 * gdb.base/display.exp: Use 'k' as an undefined format now that
2034 'z' is defined.
2035
2036 2013-07-24 Doug Evans <dje@google.com>
2037
2038 * boards/native-stdio-gdbserver.exp (${board}_build_remote_cmd): Pass
2039 "--" to switch.
2040
2041 2013-07-24 Yao Qi <yao@codesourcery.com>
2042
2043 * gdb.mi/mi-var-cmd.exp: If host is remote, use ${testfile} on
2044 host.
2045 * gdb.mi/mi-basics.exp (test_exec_and_symbol_mi_operatons):
2046 Likewise. If host is remote, copy ${binfile} to host.
2047
2048 2013-07-23 Yao Qi <yao@codesourcery.com>
2049
2050 * gdb.mi/mi-var-cmd.exp: Adjust pattern to match current error
2051 message.
2052
2053 2013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
2054
2055 * gdb.base/disp-step-syscall.exp: Add svc and swi syscall
2056 instructions and enable disp-step-syscall for arm targets.
2057
2058 2013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
2059
2060 * gdb.dwarf2/fission-reread.S: Replace @ sign with % sign to remove
2061 assembler errors on arm.
2062 * gdb.dwarf2/mac-fileno.S: Likewise.
2063 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
2064 * gdb.dwarf2/pr13961.S: Likewise.
2065
2066 2013-07-19 Hui Zhu <hui@codesourcery.com>
2067
2068 PR gdb/15692
2069 * gdb.mi/mi-dprintf.exp: Add double quotes test.
2070
2071 2013-07-19 Yao Qi <yao@codesourcery.com>
2072
2073 * gdb.trace/read-memory.exp (test_from_remote): Update test.
2074 (teset_from_exec): Likewise.
2075
2076 2013-07-19 Yao Qi <yao@codesourcery.com>
2077
2078 * gdb.trace/read-memory.c: New.
2079 * gdb.trace/read-memory.exp: New.
2080
2081 2013-07-19 Yao Qi <yao@codesourcery.com>
2082
2083 * lib/gdb.exp (gdb_compile_shlib): Pass the tail name of
2084 $dest to link options if host is remote. Move the
2085 generated file to $dest.a on host if host is remote.
2086
2087 2013-07-18 Will Newton <will.newton@linaro.org>
2088
2089 * gdb.threads/tls-nodebug.c: Call pthread_testcancel
2090 to ensure the test is linked against pthreads.
2091 * gdb.threads/tls-var-main.c: Likewise.
2092 * gdb.threads/tls-shared.c: Likewise.
2093
2094 2013-07-18 Yao Qi <yao@codesourcery.com>
2095
2096 * lib/future.exp (gdb_default_target_compile): Use tail name
2097 of $destfile as the output name of compile. Move the
2098 generated file to $destfile on build.
2099
2100 2013-07-18 Yao Qi <yao@codesourcery.com>
2101
2102 * lib/gdb.exp (gdb_compile): Set
2103 gdb_saved_set_unbuffered_mode_obj to
2104 set_unbuffered_mode_saved.o if host is remote. Invoke
2105 remote_download to copy $unbuf_obj to host.
2106
2107 2013-07-17 Doug Evans <dje@google.com>
2108
2109 * gdb.python/py-frame-args.c: New file.
2110 * gdb.python/py-frame-args.py: New file.
2111 * gdb.python/py-frame-args.exp New file.
2112
2113 2013-07-16 Andrew Burgess <aburgess@broadcom.com>
2114
2115 * gdb.base/printcmds.exp (test_printf): Add tests for format
2116 strings with missing format specifier.
2117
2118 2013-07-16 Tom Tromey <tromey@redhat.com>
2119
2120 * gdb.ada/info_types.exp: Use standard_testfile.
2121
2122 2013-07-16 Tom Tromey <tromey@redhat.com>
2123
2124 * gdb.mi/mi-basics.exp: Use standard_output_file.
2125 (test_dir_specification, test_cwd_specification)
2126 (test_path_specification): Use testsubdir, not subdir and objdir.
2127
2128 2013-07-16 Tom Tromey <tromey@redhat.com>
2129
2130 * gdb.trace/mi-traceframe-changed.exp: Don't use objdir.
2131
2132 2013-07-09 Joel Brobecker <brobecker@adacore.com>
2133
2134 * gdb.ada/small_reg_param.exp: Accept optional entry value
2135 for parameter "w".
2136
2137 2013-07-09 Joel Brobecker <brobecker@adacore.com>
2138
2139 * gdb.ada/small_reg_param.exp: Remove trailing space.
2140
2141 2013-07-09 Doug Evans <dje@google.com>
2142
2143 * gdb.base/default.exp: Update expected output of "show print array"
2144 and "show print pretty".
2145
2146 2013-07-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
2147
2148 * gdb.threads/wp-replication.exp: Stop counting available hardware
2149 watchpoints after NR_THREADS iterations.
2150
2151 2013-07-08 Andrew Burgess <aburgess@broadcom.com>
2152
2153 * gdb.python/py-explore.exp: Add $gdb_prompt to test regexp.
2154
2155 2013-07-07 Yao Qi <yao@codesourcery.com>
2156
2157 * boards/native-gdbserver.exp: Move invoke of
2158 process_multilib_options to gdbserver-base.exp.
2159 Move set_board_info 'compiler', 'gdb,noinferiorio',
2160 'gdb,nofileio', 'gdb_server_prog' and 'gdb,predefined_tsv' to
2161 gdbserver-base.exp.
2162 Move proc ${board}_download, ${board}_upload and
2163 ${board}_file to gdbserver-base.exp.
2164 * boards/native-extended-gdbserver.exp: Likewise.
2165 * boards/native-stdio-gdbserver.exp: Likewise.
2166 * boards/gdbserver-base.exp: New file.
2167
2168 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
2169
2170 * gdb.base/dump.exp: Remove arch-specific tests and do a
2171 generic data address check to set is64bitonly correctly.
2172
2173 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
2174
2175 * gdb.mi/gdb2549.exp (register_tests): Expect any decimal for
2176 the register number instead of expecting only 0.
2177
2178 2013-07-05 Will Newton <will.newton@linaro.org>
2179
2180 * gdb.base/gnu-ifunc-lib.c: Use %function instead of @function
2181 in asm syntax to allow building on ARM.
2182
2183 2013-07-05 Yao Qi <yao@codesourcery.com>
2184
2185 * boards/local-remote-host.exp: Remove obsolete comments.
2186 * boards/native-extended-gdbserver.exp: Likewise.
2187 * boards/native-gdbserver.exp: Likewise.
2188 * boards/native-stdio-gdbserver.exp: Likewise.
2189
2190 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
2191
2192 * gdb.dwarf2/dw2-reg-undefined.exp: New file.
2193 * gdb.dwarf2/dw2-reg-undefined.c: Likewise.
2194 * gdb.dwarf2/dw2-reg-undefined.S: Likewise.
2195
2196 2013-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2197
2198 * gdb.base/break-on-linker-gcd-function.exp: Replace
2199 prepare_for_testing by build_executable_from_specs and clean_restart.
2200
2201 2013-06-27 Tom Tromey <tromey@redhat.com>
2202
2203 * gdb.base/testenv.exp, gdb.base/tui-layout.exp,
2204 gdb.base/twice.exp, gdb.base/type-opaque.exp, gdb.base/unload.exp,
2205 gdb.base/unwindonsignal.exp, gdb.base/valgrind-db-attach.exp,
2206 gdb.base/valgrind-infcall.exp, gdb.base/value-double-free.exp,
2207 gdb.base/varargs.exp, gdb.base/watch-cond-infcall.exp,
2208 gdb.base/watch-cond.exp, gdb.base/watch-non-mem.exp,
2209 gdb.base/watch-read.exp, gdb.base/watch-vfork.exp,
2210 gdb.base/watch_thread_num.exp, gdb.base/watchpoint-cond-gone.exp,
2211 gdb.base/watchpoint-delete.exp, gdb.base/watchpoint-hw.exp,
2212 gdb.base/watchpoint-solib.exp, gdb.base/watchpoint.exp,
2213 gdb.base/watchpoints.exp, gdb.base/wchar.exp, gdb.base/whatis.exp:
2214 Use standard_testfile, standard_output_file, prepare_for_testing,
2215 clean_restart.
2216
2217 2013-06-27 Tom Tromey <tromey@redhat.com>
2218
2219 * gdb.base/save-bp.exp, gdb.base/savedregs.exp,
2220 gdb.base/scope.exp, gdb.base/sep.exp, gdb.base/sepsymtab.exp,
2221 gdb.base/set-lang-auto.exp, gdb.base/setshow.exp,
2222 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
2223 gdb.base/shreloc.exp, gdb.base/sigall.exp,
2224 gdb.base/sigaltstack.exp, gdb.base/sigbpt.exp,
2225 gdb.base/sigchld.exp, gdb.base/siginfo-addr.exp,
2226 gdb.base/siginfo-infcall.exp, gdb.base/siginfo-obj.exp,
2227 gdb.base/siginfo.exp, gdb.base/signals.exp, gdb.base/signest.exp,
2228 gdb.base/signull.exp, gdb.base/sigrepeat.exp,
2229 gdb.base/sigstep.exp, gdb.base/sizeof.exp,
2230 gdb.base/skip-solib.exp, gdb.base/so-impl-ld.exp,
2231 gdb.base/solib-display.exp, gdb.base/solib-nodir.exp,
2232 gdb.base/solib-overlap.exp, gdb.base/solib-symbol.exp,
2233 gdb.base/solib-weak.exp, gdb.base/source.exp,
2234 gdb.base/stack-checking.exp, gdb.base/stale-infcall.exp,
2235 gdb.base/stap-probe.exp, gdb.base/start.exp,
2236 gdb.base/step-break.exp, gdb.base/step-bt.exp,
2237 gdb.base/step-line.exp, gdb.base/step-resume-infcall.exp,
2238 gdb.base/step-test.exp, gdb.base/structs.exp,
2239 gdb.base/structs2.exp, gdb.base/structs3.exp,
2240 gdb.base/symbol-without-target_section.exp: Use standard_testfile,
2241 standard_output_file, prepare_for_testing, clean_restart.
2242
2243 2013-06-27 Tom Tromey <tromey@redhat.com>
2244
2245 * gdb.base/nextoverexit.exp, gdb.base/nextoverexit.exp,
2246 gdb.base/nodebug.exp, gdb.base/nofield.exp, gdb.base/nostdlib.exp,
2247 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/pc-fp.exp,
2248 gdb.base/pending.exp, gdb.base/permissions.exp,
2249 gdb.base/pie-execl.exp, gdb.base/pointers.exp,
2250 gdb.base/pr11022.exp, gdb.base/print-file-var.exp,
2251 gdb.base/printcmds.exp, gdb.base/prologue.exp,
2252 gdb.base/psymtab.exp, gdb.base/ptr-typedef.exp,
2253 gdb.base/ptype.exp, gdb.base/randomize.exp,
2254 gdb.base/readline-ask.exp, gdb.base/recpar.exp,
2255 gdb.base/recurse.exp, gdb.base/relativedebug.exp,
2256 gdb.base/relocate.exp, gdb.base/remote.exp, gdb.base/reread.exp,
2257 gdb.base/return-nodebug.exp, gdb.base/return2.exp: Use
2258 standard_testfile, standard_output_file, prepare_for_testing,
2259 clean_restart.
2260
2261 2013-06-27 Tom Tromey <tromey@redhat.com>
2262
2263 * gdb.base/hook-stop-continue.exp, gdb.base/hook-stop-frame.exp,
2264 gdb.base/huge.exp, gdb.base/included.exp,
2265 gdb.base/inferior-died.exp, gdb.base/infnan.exp,
2266 gdb.base/info-fun.exp, gdb.base/info-macros.exp,
2267 gdb.base/info-os.exp, gdb.base/info-proc.exp,
2268 gdb.base/info-target.exp, gdb.base/infoline.exp,
2269 gdb.base/interp.exp, gdb.base/interrupt.exp,
2270 gdb.base/jit-simple.exp, gdb.base/jit-so.exp, gdb.base/jump.exp,
2271 gdb.base/kill-after-signal.exp, gdb.base/label.exp,
2272 gdb.base/langs.exp, gdb.base/lineinc.exp, gdb.base/list.exp,
2273 gdb.base/logical.exp, gdb.base/long_long.exp,
2274 gdb.base/longjmp.exp, gdb.base/macscp.exp, gdb.base/maint.exp,
2275 gdb.base/memattr.exp, gdb.base/mips_pro.exp,
2276 gdb.base/miscexprs.exp, gdb.base/morestack.exp,
2277 gdb.base/moribund-step.exp, gdb.base/multi-forks.exp: Use
2278 standard_testfile, standard_output_file, prepare_for_testing,
2279 clean_restart.
2280
2281 2013-06-27 Tom Tromey <tromey@redhat.com>
2282
2283 * gdb.base/ena-dis-br.exp, gdb.base/enum_cond.exp,
2284 gdb.base/enumval.exp, gdb.base/environ.exp,
2285 gdb.base/eu-strip-infcall.exp, gdb.base/eval-skip.exp,
2286 gdb.base/exe-lock.exp, gdb.base/expand-psymtabs.exp,
2287 gdb.base/exprs.exp, gdb.base/fileio.exp, gdb.base/find.exp,
2288 gdb.base/fixsection.exp, gdb.base/foll-exec.exp,
2289 gdb.base/foll-fork.exp, gdb.base/fortran-sym-case.exp,
2290 gdb.base/frame-args.exp, gdb.base/freebpcmd.exp,
2291 gdb.base/fullname.exp, gdb.base/funcargs.exp,
2292 gdb.base/gcore-buffer-overflow.exp, gdb.base/gcore.exp,
2293 gdb.base/gdb1090.exp, gdb.base/gdb11530.exp,
2294 gdb.base/gdb11531.exp, gdb.base/gdb1250.exp, gdb.base/gdb1555.exp,
2295 gdb.base/gdb1821.exp, gdb.base/gdbindex-stabs.exp,
2296 gdb.base/gdbvars.exp, gdb.base/gnu-ifunc.exp,
2297 gdb.base/gnu_vector.exp: Use standard_testfile,
2298 standard_output_file, prepare_for_testing, clean_restart.
2299
2300 2013-06-27 Tom Tromey <tromey@redhat.com>
2301
2302 * gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
2303 gdb.base/call-sc.exp, gdb.base/call-signal-resume.exp,
2304 gdb.base/call-strs.exp, gdb.base/callexit.exp,
2305 gdb.base/callfuncs.exp, gdb.base/catch-load.exp,
2306 gdb.base/catch-syscall.exp, gdb.base/charset.exp,
2307 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
2308 gdb.base/code-expr.exp, gdb.base/code_elim.exp,
2309 gdb.base/commands.exp, gdb.base/completion.exp,
2310 gdb.base/complex.exp, gdb.base/cond-expr.exp,
2311 gdb.base/condbreak.exp, gdb.base/consecutive.exp,
2312 gdb.base/constvars.exp, gdb.base/corefile.exp,
2313 gdb.base/ctxobj.exp, gdb.base/cursal.exp, gdb.base/cvexpr.exp,
2314 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
2315 gdb.base/del.exp, gdb.base/detach.exp, gdb.base/dfp-test.exp,
2316 gdb.base/display.exp, gdb.base/dmsym.exp, gdb.base/dump.exp,
2317 gdb.base/dup-sect.exp: Use standard_testfile,
2318 standard_output_file, prepare_for_testing, clean_restart.
2319
2320 2013-06-27 Tom Tromey <tromey@redhat.com>
2321
2322 * gdb.base/a2-run.exp, gdb.base/all-bin.exp, gdb.base/annota1.exp,
2323 gdb.base/annota3.exp, gdb.base/anon.exp, gdb.base/args.exp,
2324 gdb.base/arithmet.exp, gdb.base/arrayidx.exp, gdb.base/assign.exp,
2325 gdb.base/async-shell.exp, gdb.base/async.exp,
2326 gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-noexec.exp,
2327 gdb.base/attach-twice.exp, gdb.base/attach.exp, gdb.base/auxv.exp,
2328 gdb.base/bang.exp, gdb.base/bfp-test.exp, gdb.base/bigcore.exp,
2329 gdb.base/bitfields.exp, gdb.base/bitfields2.exp,
2330 gdb.base/break-entry.exp, gdb.base/break-interp.exp,
2331 gdb.base/break-on-linker-gcd-function.exp,
2332 gdb.base/breakpoint-shadow.exp: Use standard_testfile,
2333 standard_output_file, prepare_for_testing, clean_restart.
2334
2335 2013-06-26 Yao Qi <yao@codesourcery.com>
2336
2337 * gdb.trace/mi-trace-frame-collected.exp: New.
2338
2339 2013-06-25 Yao Qi <yao@codesourcery.com>
2340
2341 * boards/native-extended-gdbserver.exp: Set board_info
2342 'gdb,predefined_tsv'.
2343 * boards/native-gdbserver.exp: Likewise.
2344 * boards/native-stdio-gdbserver.exp: Likewise.
2345 * gdb.server/ext-attach.exp: Load trace-support.exp. Check
2346 uploaded TSVs if target supports tracing.
2347 * gdb.trace/tsv.exp: Check uploaded TSVs if target supports
2348 tracing and target has predefined tsv.
2349
2350 2013-06-25 Yao Qi <yao@codesourcery.com>
2351 Hui Zhu <hui@codesourcery.com>
2352 Pedro Alves <palves@redhat.com>
2353
2354 PR breakpoints/15075
2355 PR breakpoints/15434
2356 * gdb.base/dprintf-next.c: New file.
2357 * gdb.base/dprintf-next.exp: New file.
2358 * gdb.base/dprintf-non-stop.c: New file.
2359 * gdb.base/dprintf-non-stop.exp: New file.
2360 * gdb.base/dprintf.exp: Don't check "continue" in the output
2361 of "info breakpoints".
2362 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
2363 Don't check "continue" in script field.
2364
2365 2013-06-21 Tom Tromey <tromey@redhat.com>
2366
2367 * gdb.trace/actions.exp (check_tracepoint): Don't use a full file
2368 name in a test name.
2369
2370 2013-06-20 Yao Qi <yao@codesourcery.com>
2371
2372 * gdb.trace/mi-trace-unavailable.exp: Set tracepoint on 'foo'
2373 and set an action.
2374 (test_trace_unavailable): Test command -data-list-register-values
2375 in the context of traceframe and with option --skip-unavailable.
2376 * gdb.trace/trace-unavailable.c (foo): New.
2377 (main): Call it.
2378 * gdb.mi/gdb2549.exp: Update matching pattern.
2379
2380 2013-06-19 Mike Frysinger <vapier@gentoo.org>
2381
2382 * gdb.arch/i386-avx.c (have_avx): Change __get_cpuid call to i386_cpuid.
2383 * gdb.arch/i386-avx.exp (additional_flags): Add -I${srcdir}/../common.
2384 * gdb.arch/i386-cpuid.h: Moved to ../common/i386-gcc-cpuid.h.
2385 * gdb.arch/i386-sse.c: Call new i386_cpuid function.
2386 * gdb.arch/i386-see.exp (additional_flags): Add -I${srcdir}/../common.
2387
2388 2013-06-19 Luis Machado <lgustavo@codesourcery.com>
2389
2390 * gdb.base/subst.exp: Delete default rules before further
2391 tests.
2392
2393 2013-06-19 Yao Qi <yao@codesourcery.com>
2394
2395 * gdb.base/maint.exp: Make the test to command 'maint dump-me'
2396 unsupported if it is not registered.
2397
2398 2013-06-18 Tom Tromey <tromey@redhat.com>
2399
2400 * gdb.base/random-signal.c: New file.
2401 * gdb.base/random-signal.exp: New file.
2402
2403 2013-06-18 Will Newton <will.newton@linaro.org>
2404
2405 * gdb.base/skip.c: Use comma to evaluate results of foo()
2406 and bar() before passing to baz().
2407 * gdb.base/skip.c: baz() now takes one argument instead of
2408 two.
2409
2410 2013-06-18 Tom Tromey <tromey@redhat.com>
2411
2412 * gdb.dwarf2/implptrpiece.exp: New file.
2413 * gdb.dwarf2/implptrconst.exp (d): New variable.
2414 Print d.
2415 * lib/dwarf2.exp (Dwarf::_location): Handle DW_OP_piece.
2416
2417 2013-06-18 Tom Tromey <tromey@redhat.com>
2418
2419 * lib/selftest-support.exp (do_self_tests): Reject remote or
2420 non-native targets.
2421 * gdb.gdb/complaints.exp: Remove check.
2422 * gdb.gdb/observer.exp: Remove check.
2423 * gdb.gdb/xfullpath.exp: Remove check.
2424 * gdb.gdb/complaints.exp: Remove check.
2425
2426 2013-06-07 Pedro Alves <palves@redhat.com>
2427
2428 * boards/native-extended-gdbserver.exp: Remove semicolon.
2429 * config/arm-ice.exp: Likewise.
2430 * config/bfin.exp: Likewise.
2431 * config/cygmon.exp: Likewise.
2432 * config/h8300.exp: Likewise.
2433 * config/monitor.exp: Likewise.
2434 * config/sid.exp: Likewise.
2435 * config/sim.exp: Likewise.
2436 * config/slite.exp: Likewise.
2437 * config/vx.exp: Likewise.
2438 * gdb.arch/i386-bp_permanent.exp: Likewise.
2439 * gdb.asm/asm-source.exp: Likewise.
2440 * gdb.base/args.exp: Likewise.
2441 * gdb.base/attach-pie-misread.exp: Likewise.
2442 * gdb.base/auxv.exp: Likewise.
2443 * gdb.base/bigcore.exp: Likewise.
2444 * gdb.base/bitfields2.exp: Likewise.
2445 * gdb.base/bitfields.exp: Likewise.
2446 * gdb.base/break.exp: Likewise.
2447 * gdb.base/break-interp.exp: Likewise.
2448 * gdb.base/callfuncs.exp: Likewise.
2449 * gdb.base/call-sc.exp: Likewise.
2450 * gdb.base/commands.exp: Likewise.
2451 * gdb.base/corefile.exp: Likewise.
2452 * gdb.base/dbx.exp: Likewise.
2453 * gdb.base/ending-run.exp: Likewise.
2454 * gdb.base/exprs.exp: Likewise.
2455 * gdb.base/funcargs.exp: Likewise.
2456 * gdb.base/hbreak2.exp: Likewise.
2457 * gdb.base/huge.exp: Likewise.
2458 * gdb.base/list.exp: Likewise.
2459 * gdb.base/memattr.exp: Likewise.
2460 * gdb.base/overlays.exp: Likewise.
2461 * gdb.base/printcmds.exp: Likewise.
2462 * gdb.base/recurse.exp: Likewise.
2463 * gdb.base/remotetimeout.exp: Likewise.
2464 * gdb.base/reread.exp: Likewise.
2465 * gdb.base/savedregs.exp: Likewise.
2466 * gdb.base/scope.exp: Likewise.
2467 * gdb.base/sepdebug.exp: Likewise.
2468 * gdb.base/setshow.exp: Likewise.
2469 * gdb.base/setvar.exp: Likewise.
2470 * gdb.base/sigaltstack.exp: Likewise.
2471 * gdb.base/siginfo-addr.exp: Likewise.
2472 * gdb.base/siginfo.exp: Likewise.
2473 * gdb.base/siginfo-obj.exp: Likewise.
2474 * gdb.base/sigrepeat.exp: Likewise.
2475 * gdb.base/sigstep.exp: Likewise.
2476 * gdb.base/structs.exp: Likewise.
2477 * gdb.base/testenv.exp: Likewise.
2478 * gdb.base/twice.exp: Likewise.
2479 * gdb.base/valgrind-db-attach.exp: Likewise.
2480 * gdb.base/valgrind-infcall.exp: Likewise.
2481 * gdb.base/varargs.exp: Likewise.
2482 * gdb.base/watchpoint.exp: Likewise.
2483 * gdb.cp/gdb1355.exp: Likewise.
2484 * gdb.cp/misc.exp: Likewise.
2485 * gdb.disasm/hppa.exp: Likewise.
2486 * gdb.disasm/t01_mov.exp: Likewise.
2487 * gdb.disasm/t02_mova.exp: Likewise.
2488 * gdb.disasm/t03_add.exp: Likewise.
2489 * gdb.disasm/t04_sub.exp: Likewise.
2490 * gdb.disasm/t05_cmp.exp: Likewise.
2491 * gdb.disasm/t06_ari2.exp: Likewise.
2492 * gdb.disasm/t07_ari3.exp: Likewise.
2493 * gdb.disasm/t08_or.exp: Likewise.
2494 * gdb.disasm/t09_xor.exp: Likewise.
2495 * gdb.disasm/t10_and.exp: Likewise.
2496 * gdb.disasm/t11_logs.exp: Likewise.
2497 * gdb.disasm/t12_bit.exp: Likewise.
2498 * gdb.disasm/t13_otr.exp: Likewise.
2499 * gdb.gdb/selftest.exp: Likewise.
2500 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2501 * gdb.mi/mi-reverse.exp: Likewise.
2502 * gdb.pascal/floats.exp: Likewise.
2503 * gdb.python/py-inferior.exp: Likewise.
2504 * gdb.threads/attach-into-signal.exp: Likewise.
2505 * gdb.threads/pthreads.exp: Likewise.
2506 * gdb.threads/thread_events.exp: Likewise.
2507 * gdb.threads/watchthreads.exp: Likewise.
2508 * gdb.trace/actions-changed.exp: Likewise.
2509 * gdb.trace/actions.exp: Likewise.
2510 * gdb.trace/ax.exp: Likewise.
2511 * gdb.trace/backtrace.exp: Likewise.
2512 * gdb.trace/change-loc.exp: Likewise.
2513 * gdb.trace/deltrace.exp: Likewise.
2514 * gdb.trace/disconnected-tracing.exp: Likewise.
2515 * gdb.trace/ftrace.exp: Likewise.
2516 * gdb.trace/infotrace.exp: Likewise.
2517 * gdb.trace/passc-dyn.exp: Likewise.
2518 * gdb.trace/passcount.exp: Likewise.
2519 * gdb.trace/pending.exp: Likewise.
2520 * gdb.trace/qtro.exp: Likewise.
2521 * gdb.trace/range-stepping.exp: Likewise.
2522 * gdb.trace/report.exp: Likewise.
2523 * gdb.trace/save-trace.exp: Likewise.
2524 * gdb.trace/status-stop.exp: Likewise.
2525 * gdb.trace/strace.exp: Likewise.
2526 * gdb.trace/tfile.exp: Likewise.
2527 * gdb.trace/tfind.exp: Likewise.
2528 * gdb.trace/trace-break.exp: Likewise.
2529 * gdb.trace/tracecmd.exp: Likewise.
2530 * gdb.trace/trace-mt.exp: Likewise.
2531 * gdb.trace/tspeed.exp: Likewise.
2532 * gdb.trace/tsv.exp: Likewise.
2533 * gdb.trace/while-stepping.exp: Likewise.
2534 * lib/gdb.exp: Likewise.
2535 * lib/gdbserver-support.exp: Likewise.
2536 * lib/java.exp: Likewise.
2537 * lib/mi-support.exp: Likewise.
2538 * lib/pascal.exp: Likewise.
2539 * lib/prompt.exp: Likewise.
2540 * lib/trace-support.exp: Likewise.
2541
2542 2013-06-07 Pedro Alves <palves@redhat.com>
2543
2544 * gdb.ada/info_types.c: Fix formating in copyright header.
2545 * gdb.base/break-on-linker-gcd-function.cc: Likewise.
2546 * gdb.base/float.c: Likewise.
2547 * gdb.base/inferior-died.c: Likewise.
2548 * gdb.base/interp.c: Likewise.
2549 * gdb.base/jit-main.c: Likewise.
2550 * gdb.base/jit-solib.c: Likewise.
2551 * gdb.base/long_long.c: Likewise.
2552 * gdb.base/longjmp.c: Likewise.
2553 * gdb.base/nextoverexit.c: Likewise.
2554 * gdb.base/pr11022.c: Likewise.
2555 * gdb.base/prelink-lib.c: Likewise.
2556 * gdb.base/prelink.c: Likewise.
2557 * gdb.base/prologue.c: Likewise.
2558 * gdb.base/restore.c: Likewise.
2559 * gdb.base/sigchld.c: Likewise.
2560 * gdb.base/solib-search-lib1.c: Likewise.
2561 * gdb.base/solib-search-lib2.c: Likewise.
2562 * gdb.base/solib-search.c: Likewise.
2563 * gdb.base/solib-search.h: Likewise.
2564 * gdb.base/whatis.c: Likewise.
2565 * gdb.cp/abstract-origin.cc: Likewise.
2566 * gdb.cp/anon-struct.cc: Likewise.
2567 * gdb.cp/baseenum.cc: Likewise.
2568 * gdb.cp/bs15503.cc: Likewise.
2569 * gdb.cp/call-c-1.c: Likewise.
2570 * gdb.cp/call-c.cc: Likewise.
2571 * gdb.cp/class2.cc: Likewise.
2572 * gdb.cp/classes.cc: Likewise.
2573 * gdb.cp/cttiadd.cc: Likewise.
2574 * gdb.cp/cttiadd1.cc: Likewise.
2575 * gdb.cp/cttiadd2.cc: Likewise.
2576 * gdb.cp/cttiadd3.cc: Likewise.
2577 * gdb.cp/derivation.cc: Likewise.
2578 * gdb.cp/derivation2.cc: Likewise.
2579 * gdb.cp/dispcxx.cc: Likewise.
2580 * gdb.cp/exception.cc: Likewise.
2581 * gdb.cp/gdb2384-base.cc: Likewise.
2582 * gdb.cp/gdb2384-base.h: Likewise.
2583 * gdb.cp/gdb2384.cc: Likewise.
2584 * gdb.cp/gdb2495.cc: Likewise.
2585 * gdb.cp/mb-inline.h: Likewise.
2586 * gdb.cp/mb-inline1.cc: Likewise.
2587 * gdb.cp/mb-inline2.cc: Likewise.
2588 * gdb.cp/member-name.cc: Likewise.
2589 * gdb.cp/member-ptr.cc: Likewise.
2590 * gdb.cp/misc.cc: Likewise.
2591 * gdb.cp/namespace1.cc: Likewise.
2592 * gdb.cp/nextoverthrow.cc: Likewise.
2593 * gdb.cp/pr-574.cc: Likewise.
2594 * gdb.cp/pr9631.cc: Likewise.
2595 * gdb.cp/printmethod.cc: Likewise.
2596 * gdb.cp/psmang1.cc: Likewise.
2597 * gdb.cp/psmang2.cc: Likewise.
2598 * gdb.cp/psymtab-parameter.cc: Likewise.
2599 * gdb.cp/ptype-flags.cc: Likewise.
2600 * gdb.cp/ref-params.cc: Likewise.
2601 * gdb.cp/ref-types.cc: Likewise.
2602 * gdb.cp/smartp.cc: Likewise.
2603 * gdb.cp/try_catch.cc: Likewise.
2604 * gdb.cp/userdef.cc: Likewise.
2605 * gdb.cp/using-crash.cc: Likewise.
2606 * gdb.cp/virtfunc.cc: Likewise.
2607 * gdb.cp/virtfunc2.cc: Likewise.
2608 * gdb.dwarf2/callframecfa.S: Likewise.
2609 * gdb.dwarf2/dw2-ranges.c: Likewise.
2610 * gdb.dwarf2/dw2-ranges2.c: Likewise.
2611 * gdb.dwarf2/dw2-ranges3.c: Likewise.
2612 * gdb.dwarf2/dw2-restore.S: Likewise.
2613 * gdb.dwarf2/pieces.S: Likewise.
2614 * gdb.dwarf2/valop.S: Likewise.
2615 * gdb.java/jnpe.java: Likewise.
2616 * gdb.mi/mi-stepn.c: Likewise.
2617 * gdb.mi/mi-var-cp.cc: Likewise.
2618 * gdb.mi/mi-var-rtti.cc: Likewise.
2619 * gdb.mi/ns-stale-regcache.c: Likewise.
2620 * gdb.mi/pr11022.c: Likewise.
2621 * gdb.mi/solib-lib.c: Likewise.
2622 * gdb.mi/solib-main.c: Likewise.
2623 * gdb.python/py-arch.c: Likewise.
2624 * gdb.python/py-block.c: Likewise.
2625 * gdb.python/py-breakpoint.c: Likewise.
2626 * gdb.python/py-events.c: Likewise.
2627 * gdb.python/py-evthreads.c: Likewise.
2628 * gdb.python/py-explore.c: Likewise.
2629 * gdb.python/py-explore.cc: Likewise.
2630 * gdb.python/py-finish-breakpoint.c: Likewise.
2631 * gdb.python/py-finish-breakpoint2.cc: Likewise.
2632 * gdb.python/py-symbol.c: Likewise.
2633 * gdb.threads/execl.c: Likewise.
2634 * gdb.threads/execl1.c: Likewise.
2635
2636 2013-06-07 Will Newton <will.newton@linaro.org>
2637
2638 * gdb.base/long_long.exp: Fix ARM EABI target glob.
2639
2640 2013-06-07 Will Newton <will.newton@linaro.org>
2641
2642 * gdb.cp/annota2.exp: Add empty line between "post-prompt"
2643 and "starting".
2644
2645 2013-06-07 Will Newton <will.newton@linaro.org>
2646
2647 * gdb.cp/anon-struct.exp: Conditionalize constructor and
2648 destructor prototypes for ARM ABI.
2649 * gdb.cp/m-static.exp: Likewise.
2650
2651 2013-06-07 Yao Qi <yao@codesourcery.com>
2652
2653 * gdb.trace/mi-trace-unavailable.exp: New.
2654 * gdb.trace/trace-unavailable.c: New.
2655
2656 2013-06-06 Doug Evans <dje@google.com>
2657
2658 * gdb.cp/derivation.exp: Make tests have unique names.
2659
2660 2013-06-06 Tom Tromey <tromey@redhat.com>
2661
2662 * gdb.base/dump.exp (capture_value): Don't put expression into
2663 test name if arguments passed in.
2664 Rename a couple more tests to make them unique.
2665
2666 2013-06-06 Tom Tromey <tromey@redhat.com>
2667
2668 * gdb.base/break-always.exp: Explicitly specify test name.
2669
2670 2013-06-05 Doug Evans <dje@google.com>
2671 Keith Seitz <keiths@redhat.com>
2672
2673 * gdb.cp/derivation2.cc: New file.
2674 * gdb.cp/derivation.cc (main): Call foo2.
2675 * gdb.cp/derivation.exp: Add tests for typedefs in another
2676 file, and when there's an active block.
2677
2678 2013-06-05 Luis Machado <lgustavo@codesourcery.com>
2679
2680 * gdb.cp/virtfunc.exp (make_one_vtable_result): Handle extra output
2681 from targets that use function descriptors in the virtual tables.
2682 Handle presence of dot symbols.
2683
2684 2013-06-04 Gary Benson <gbenson@redhat.com>
2685
2686 * gdb.base/break-probes.exp: New file.
2687 * gdb.base/break-probes.c: Likewise.
2688 * gdb.base/break-probes-solib.c: Likewise.
2689 * gdb.base/info-shared.exp: New file.
2690 * gdb.base/info-shared.c: Likewise.
2691 * gdb.base/info-shared-solib1.c: Likewise.
2692 * gdb.base/info-shared-solib2.c: Likewise.
2693
2694 2013-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2695 Gary Benson <gbenson@redhat.com>
2696
2697 * lib/gdb.exp (build_executable_from_specs): Use gdb_compile_pthread,
2698 gdb_compile_shlib or gdb_compile_shlib_pthreads where appropriate.
2699 * lib/prelink-support.exp (build_executable_own_libs): Allow INTERP
2700 to be set to "no" to indicate that no ld.so copy should be made.
2701 * gdb.base/break-interp.exp (solib_bp): New constant.
2702 (reach_1): Use the above instead of "_dl_debug_state".
2703 (test_attach): Likewise.
2704 (test_ld): Likewise.
2705 * gdb.threads/dlopen-libpthread.exp: New file.
2706 * gdb.threads/dlopen-libpthread.c: Likewise.
2707 * gdb.threads/dlopen-libpthread-lib.c: Likewise.
2708 * gdb.base/solib-corrupted.exp: Disable test if GDB is using probes.
2709
2710 2013-05-30 Yao Qi <yao@codesourcery.com>
2711
2712 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
2713 Add a test that no MI notification is emitted when executing
2714 -exec-arguments.
2715
2716 2013-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2717
2718 PR testsuite/12649
2719 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf) (mi 2nd dprintf): Replace
2720 $mi_gdb_prompt expectation by mi_expect_stop.
2721 (mi 1st dprintf, agent, mi 2nd dprintf, agent)
2722 (mi info dprintf second time): Replace them by mi_send_resuming_command
2723 and mi_expect_stop.
2724
2725 2013-05-24 Gary Benson <gbenson@redhat.com>
2726
2727 * gdb.base/solib-disc.exp (exec_opts): Remove unnecesary
2728 backslash.
2729 * gdb.base/unload.exp (exec_opts): Remove two unnecessary
2730 backslashes.
2731 * gdb.base/watchpoint-solib.exp (exec_opts): Remove unnecesary
2732 backslash.
2733
2734 2013-05-24 Yao Qi <yao@codesourcery.com>
2735
2736 * gdb.trace/tfile.exp: Test inferior and thread.
2737
2738 2013-05-24 Yao Qi <yao@codesourcery.com>
2739 Pedro Alves <palves@redhat.com>
2740
2741 * gdb.base/range-stepping.exp: Skip the rest of tests if the
2742 test fails.
2743 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
2744 Return 0 if the test passes, otherwise return 1.
2745
2746 2013-05-23 Doug Evans <dje@google.com>
2747
2748 * boards/fission-dwp.exp: New file.
2749
2750 2013-05-23 Yao Qi <yao@codesourcery.com>
2751 Pedro Alves <palves@redhat.com>
2752
2753 * gdb.base/range-stepping.c: New file.
2754 * gdb.base/range-stepping.exp: New file.
2755 * gdb.trace/range-stepping.c: New file.
2756 * gdb.trace/range-stepping.exp: New file.
2757 * lib/range-stepping-support.exp: New file.
2758
2759 2013-05-22 Tom Tromey <tromey@redhat.com>
2760
2761 * gdb.cp/class2.cc (main): New local 'aref'.
2762 * gdb.cp/class2.exp: Check printing of 'aref'.
2763
2764 2013-05-22 Doug Evans <dje@google.com>
2765
2766 * gdb.threads/wp-replication.c (main): Insert some code at the start
2767 to ensure the breakpoint on main is only hit once. Fix comment.
2768
2769 2013-05-21 Keith Seitz <keiths@redhat.com>
2770 Pedro Alves <palves@redhat.com>
2771
2772 * gdb.base/filesym.exp: Use gdb_test_multiple instead of
2773 gdb_expect.
2774 Add test to flush the remaining input buffer so that this
2775 file passes testsuite/12649.
2776
2777 2013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2778
2779 * gdb.base/catch-signal-fork.exp: New file.
2780 * gdb.base/catch-signal-fork.c: New file.
2781
2782 2013-05-21 Sterling Augustine <saugustine@google.com>
2783
2784 * boards/remote-stdio-gdbserver.exp: New file.
2785
2786 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2787
2788 PR testsuite/12649
2789 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf): Fix expect strings for
2790 racy matches.
2791
2792 2013-05-21 Christian Groessler <chris@groessler.org>
2793
2794 * gdb.dwarf2/dw2-dir-file-name.exp: Don't use brace expansion,
2795 since it's not supported in all shells.
2796
2797 2013-05-21 Hui Zhu <hui@codesourcery.com>
2798
2799 * gdb.mi/Makefile.in (PROGS): Add "mi-dprintf".
2800 * gdb.mi/mi-dprintf.exp, gdb.mi/mi-dprintf.c: New.
2801
2802 2013-05-20 Doug Evans <dje@google.com>
2803
2804 * lib/dwarf.exp (Dwarf): New variable _abbrev_section.
2805 (_handle_DW_TAG): Use it.
2806 (cu, tu): Replace parameters is_64, version, addr_size with options.
2807 All callers updated. Add Fission support.
2808 * gdb.dwarf2/implptrconst.exp: Update callers of "cu".
2809 * gdb.dwarf2/method-ptr.exp: Ditto.
2810 * gdb.dwarf2/nostaticblock.exp: Ditto.
2811 * gdb.dwarf2/subrange.exp: Ditto.
2812 * gdb.dwarf2/missing-sig-type.exp: Update callers of "cu", "tu".
2813
2814 2013-05-20 Tom Tromey <tromey@redhat.com>
2815
2816 * gdb.gdb/python-selftest.exp: New file.
2817
2818 2013-05-20 Doug Evans <dje@google.com>
2819
2820 * gdb.base/maint.exp: Fix test for "mt expand-symtabs" to account for
2821 -fdebug-types-section.
2822
2823 2013-05-20 Joel Brobecker <brobecker@adacore.com>
2824
2825 * gdb.ada/float_param: New testcase.
2826
2827 2013-05-17 Doug Evans <dje@google.com>
2828
2829 * gdb.base/maint.exp: Update test for "maint check-psymtabs".
2830 Add tests for "maint check-symtabs", "maint expand-symtabs".
2831
2832 * gdb.base/maint.exp: Remove testing of individual maint command
2833 help output.
2834
2835 2013-05-16 Pedro Alves <palves@redhat.com>
2836
2837 * gdb.ada/complete.exp (test_gdb_no_completion): Fix typo in
2838 comment. Use gdb_test_no_output.
2839
2840 2013-05-16 Joel Brobecker <brobecker@adacore.com>
2841
2842 * gdb.ada/complete.exp: Add test verifying completion using
2843 the "tab" key.
2844
2845 2013-05-15 Keith Seitz <keiths@redhat.com>
2846
2847 * gdb.base/filesym.exp: New completer test.
2848 * gdb.base/filesym.c: New file.
2849
2850 2013-05-15 Pedro Alves <palves@redhat.com>
2851
2852 * gdb.base/fixsection.c: Remove attribution.
2853 * gdb.base/watch-read.exp: Ditto.
2854
2855 2013-05-13 Tom Tromey <tromey@redhat.com>
2856
2857 * gdb.dwarf2/implptrconst.exp: Create a CU with 4 byte address
2858 size and change type sizes to 4 bytes.
2859
2860 2013-05-13 Tom Tromey <tromey@redhat.com>
2861
2862 * gdb.base/exprs.exp (test_expr): Add regression test.
2863 * gdb.base/exprs.c (null_t_struct): New global.
2864
2865 2013-05-13 Muhammad Bilal <mbilal@codesourcery.com>
2866
2867 * gdb.base/default.exp: Disable history saving.
2868 * gdb.base/setshow.exp: Likewise.
2869
2870 2013-05-10 Pedro Alves <palves@redhat.com>
2871
2872 PR remote/15455
2873
2874 * gdb.trace/qtro.c: New file.
2875 * gdb.trace/qtro.exp: New file.
2876
2877 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2878
2879 * gdb.python/py-framefilter.py: New File.
2880 * gdb.python/py-framefilter-mi.exp: Ditto.
2881 * gdb.python/py-framefilter.c: Ditto.
2882 * gdb.python/py-framefilter-mi.exp: Ditto.
2883 * gdb.python/py-framefilter-mi.c: Ditto,
2884 * gdb.python/py-framefilter-gdb.py.in: Ditto.
2885
2886 2013-05-08 Tom Tromey <tromey@redhat.com>
2887
2888 * gdb.base/solib-search.exp: Set test name for "set
2889 solib-search-path" test.
2890
2891 2013-05-08 Hafiz Abid Qadeer <abidh@codesourcery.com>
2892
2893 * gdb.trace/circ.exp: Remove unnecessary 'if then' checks.
2894 (set_a_tracepoint): Set tracepoint before prologue.
2895 (run_trace_experiment): Test setup_tracepoints and 'break end'
2896 in it.
2897 (trace_buffer_normal): Remove.
2898 (gdb_trace_circular_tests): Remove. Move tests to...
2899 (top level): ...here. Call 'runto_main' before checking for
2900 trace support. Use commands to check the support for circular
2901 trace buffer and changing of trace buffer size. Add test
2902 to calculate size of single frame. Use this size to
2903 calculate the size of trace buffer. Use 'tfind pc func9'
2904 instead of 'tfind 9'. Use 'with_test_prefix'.
2905
2906 2013-05-07 Tom Tromey <tromey@redhat.com>
2907
2908 * lib/selftest-support.exp: New file.
2909 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
2910 do_self_tests.
2911 (setup_test, find_gdb): Remove.
2912 * gdb.gdb/observer.exp: Load selftest-support.exp. Use
2913 do_self_tests.
2914 (setup_test, find_gdb): Remove.
2915 (test_observer): Don't call setup_test. Remove argument.
2916 * gdb.gdb/selftest.exp: Load selftest-support.exp.
2917 (find_gdb): Remove.
2918 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
2919 do_self_tests.
2920 (setup_test, find_gdb): Remove.
2921 (test_with_self): Don't call setup_test. Remove argument.
2922
2923 2013-05-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
2924
2925 * gdb.arch/system-gcore.exp: Remove.
2926 * gdb.arch/gcore.c: Remove.
2927 * gdb.base/gcore.exp: Add "info reg system".
2928
2929 2013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
2930
2931 PR breakpoints/15413:
2932 * gdb.base/pending.exp: Add test for completion of the "condition"
2933 command for pending breakpoints.
2934 * gdb.linespec/linespec.ex: Add test for completion of the
2935 "condition" command when dealing with multiple locations.
2936
2937 2013-05-07 Luis Machado <lgustavo@codesourcery.com>
2938
2939 * gdb.threads/wp-replication.c: New file.
2940 * gdb.threads/wp-replication.exp: New file.
2941
2942 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
2943
2944 * gdb.xml/tdesc-regs.exp: Add case for nios2.
2945
2946 2013-05-06 Doug Evans <dje@google.com>
2947
2948 * gdb.base/solib-search-lib1.c: New file.
2949 * gdb.base/solib-search-lib2.c: New file.
2950 * gdb.base/solib-search.c: New file.
2951 * gdb.base/solib-search.h: New file.
2952 * gdb.base/solib-search.exp: New file.
2953
2954 * lib/gdb.exp (gdb_core_cmd): New function.
2955 * gdb.arch/system-gcore.exp: Use it.
2956 * gdb.arch/vsx-regs.exp: Ditto.
2957 * gdb.base/gcore.exp: Ditto.
2958 * gdb.threads/gcore-thread.exp: Ditto.
2959
2960 * gdb.reverse/shr.h: New file.
2961 * gdb.reverse/shr1.c: New file.
2962 * gdb.reverse/shr2.c: #include "shr.h".
2963 * gdb.reverse/solib-reverse.c: Remove #include <stdio.h>.
2964 #include "shr.h". Replace calls to printf,sleep to call shr1 instead.
2965 * gdb.reverse/solib-precsave.exp: Build shr2.sl.
2966 Update tests using sleep/printf to use shr2.sl instead.
2967 * gdb.reverse/solib-reverse.exp: Ditto.
2968
2969 2013-05-06 Tom Tromey <tromey@redhat.com>
2970
2971 * gdb.dwarf2/implptrconst.c: New file.
2972 * gdb.dwarf2/implptrconst.exp: New file.
2973 * lib/dwarf.exp (Dwarf::_nz_quote): New proc.
2974 (Dwarf::_handle_DW_FORM): Handle DW_FORM_block1.
2975 (Dwarf::_location): Handle DW_OP_GNU_implicit_pointer.
2976
2977 2013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2978
2979 * gdb.base/catch-sig.c (main): Raise SIGINT.
2980 * gdb.base/catch-sig.exp: Test "catch signal SIGINT".
2981
2982 2013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
2983
2984 * status-stop.exp (test_tstart_tstart): Check for error
2985 returned by the second 'tstart' command.
2986
2987 2013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
2988
2989 * gdb.xml/maint_print_struct.exp: New file.
2990 * gdb.xml/maint_print_struct.xml: New file.
2991
2992 2013-04-25 Tom Tromey <tromey@redhat.com>
2993
2994 * gdb.dwarf2/nostaticblock.exp: New file.
2995
2996 2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
2997
2998 PR gdb/10462
2999 * gdb.base/setshow.exp: Add test case.
3000
3001 2013-04-23 Hui Zhu <hui@codesourcery.com>
3002
3003 PR gdb/15293
3004 * gdb.base/dprintf.exp: Add ignore command.
3005
3006 2013-04-23 Hui Zhu <hui@codesourcery.com>
3007
3008 PR gdb/15165
3009 * gdb.base/save-bp.exp: Add test for dprintf.
3010
3011 2013-04-22 Tom Tromey <tromey@redhat.com>
3012
3013 * gdb.gdb/selftest.exp (do_steps_and_nexts): Check for
3014 notice_open_fds.
3015
3016 2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
3017
3018 * gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by
3019 ldflags.
3020
3021 2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
3022
3023 * gdb.arch/arm-bl-branch-dest.c: New file.
3024 * gdb.arch/arm-bl-branch-dest.exp: Likewise.
3025
3026 2013-04-19 Vladimir Kargov <kargov@gmail.com>
3027 Pedro Alves <palves@redhat.com>
3028
3029 * gdb.arch/i386-float.S: New file.
3030 * gdb.arch/i386-float.exp: New file.
3031
3032 2013-04-18 Luis Machado <lgustavo@codesourcery.com>
3033
3034 * gdb.mi/mi-var-create-rtti.exp: Create a variable of
3035 type void *.
3036
3037 2013-04-17 Doug Evans <dje@google.com>
3038
3039 * lib/dwarf.exp (Dwarf): New proc "tu".
3040 * gdb.dwarf2/missing-sig-type.exp: New file.
3041
3042 2013-04-15 Siva Chandra Reddy <sivachandra@google.com>
3043
3044 Add option to link testcases with Pthreads library when
3045 using 'prepare_for_testing' in tests.
3046
3047 * lib/gdb.exp (build_executable_from_specs): Use
3048 gdb_compile_pthreads to compile if option "pthreads" is
3049 specified.
3050
3051 2013-04-15 Tom Tromey <tromey@redhat.com>
3052
3053 * gdb.cp/exceptprint.exp: Add regexp catchpoint tests.
3054
3055 2013-04-15 Tom Tromey <tromey@redhat.com>
3056
3057 * gdb.base/default.exp: Update for $_exception.
3058 * gdb.cp/exceptprint.cc: New file.
3059 * gdb.cp/exceptprint.exp: New file.
3060 * lib/gdb.exp (skip_libstdcxx_probe_tests): New proc.
3061
3062 2013-04-15 Tom Tromey <tromey@redhat.com>
3063
3064 * gdb.cp/typeid.cc: New file.
3065 * gdb.cp/typeid.exp: New file.
3066
3067 2013-04-15 Tom Tromey <tromey@redhat.com>
3068
3069 * gdb.cp/exception.exp: Add "catch rethrow" tests.
3070
3071 2013-04-13 Yao Qi <yao@codesourcery.com>
3072
3073 * gdb.base/completion.exp: Test completion of command
3074 'target ctf' if target ctf is supported.
3075
3076 2013-04-10 Pedro Alves <palves@redhat.com>
3077
3078 * gdb.base/completion.exp: Test "set height", "set listsize" and
3079 "set trace-buffer-size" completion.
3080 * gdb.base/setshow.exp: Test "set height unlimited".
3081 * gdb.trace/trace-buffer-size.exp: Test "set trace-buffer-size
3082 unlimited".
3083
3084 2013-04-10 Yao Qi <yao@codesourcery.com>
3085
3086 * gdb.trace/actions.exp: Save trace data to CTF.
3087 Change to ctf target if GDB supports, read CTF data in ctf
3088 target, and check the actions of tracepoints.
3089 * gdb.trace/while-stepping.exp: Likewise.
3090 * gdb.trace/report.exp: Test GDB saves trace data to CTF
3091 format and read CTF trace file if GDB supports.
3092 * gdb.trace/tstatus.exp: Save trace data to CTF. If ctf
3093 target is supported, change to ctf target, read trace data and
3094 check output of command "tstatus".
3095 * gdb.trace/tsv.exp: Save trace frame to CTF. If GDB supports,
3096 read CTF data by target ctf and call check_tsv.
3097
3098 2013-04-10 Yao Qi <yao@codesourcery.com>
3099
3100 * gdb.trace/actions.exp (check_tracepoint): New.
3101 (top level): Start the tracing and check the actions of
3102 tracepoints. Save trace data to tfile format. Restart GDB
3103 and read trace file in tfile target. Check the actions of
3104 tracepoints again.
3105 * gdb.trace/while-stepping.exp: Likewise.
3106
3107 2013-04-10 Yao Qi <yao@codesourcery.com>
3108
3109 * gdb.trace/report.exp: Use standard_output_file for saved
3110 trace file.
3111
3112 2013-04-10 Hui Zhu <hui@codesourcery.com>
3113
3114 * gdb.base/Makefile.in (EXECUTABLES): Add dprintf-pending.
3115 (MISCELLANEOUS): Add dprintf-pendshr.sl.
3116 * gdb.base/dprintf-pending.c, gdb.base/dprintf-pending.exp: New.
3117
3118 2013-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3119
3120 * gdb.server/server-kill.exp (tstatus): Permit also ECONNRESET
3121 response.
3122
3123 2013-04-08 Pedro Alves <palves@redhat.com>
3124
3125 * gdb.mi/mi-break.exp (test_error): Add tests with garbage after
3126 the location.
3127
3128 2013-04-04 Sandra Loosemore <sandra@codesourcery.com>
3129
3130 * gdb.cp/cplabel.exp: Allow empty directory in file reported
3131 for breakpoint location.
3132
3133 2013-04-04 Sandra Loosemore <sandra@codesourcery.com>
3134
3135 * gdb.linespec/linespec.exp: Make dir/file:line tests
3136 conditional for non-remote hosts only.
3137
3138 2013-04-04 Stan Shebs <stan@codesourcery.com>
3139 Pedro Alves <palves@redhat.com>
3140
3141 * gdb.trace/Makefile.in (PROGS): Add actions-changed.
3142 * gdb.trace/actions-changed.c: New file.
3143 * gdb.trace/actions-changed.exp: New file.
3144 * lib/trace-support.exp (gdb_trace_setactions): Rename to ...
3145 (gdb_trace_setactions_command): ... this. Add "actions_command"
3146 parameter, and handle it.
3147 (gdb_trace_setactions, gdb_trace_setcommands): New procedures.
3148
3149 2013-04-04 Yao Qi <yao@codesourcery.com>
3150
3151 * gdb.server/server-kill.exp: Use command 'tstatus' instead of
3152 'step'.
3153
3154 2013-04-03 Yao Qi <yao@codesourcery.com>
3155
3156 * gdb.trace/mi-traceframe-changed.exp: Update tfile name to
3157 "tfile-basic.tf".
3158 (test_tfind_tfile): Likewise.
3159
3160 2013-04-03 Yao Qi <yao@codesourcery.com>
3161
3162 * gdb.trace/tfile.c (write_basic_trace_file): Pass argument
3163 "tfile-basic.tf" instead of "basic.tf".
3164 (write_error_trace_file): Pass argument "tfile-error.tf"
3165 instead of "error.tf".
3166 * gdb.trace/tfile.exp: Update tfile names to
3167 "tfile-basic.tf" and "tfile-error.tf".
3168
3169 2013-04-02 Sandra Loosemore <sandra@codesourcery.com>
3170
3171 * gdb.cp/ovsrch.exp (test_class): Correct regexp to allow
3172 empty directory in file for breakpoint hit.
3173
3174 2013-03-29 Yao Qi <yao@codesourcery.com>
3175
3176 * gdb.base/completion.exp: Test completion of commands
3177 "target core", "target tfile" and "target exec".
3178 * gdb.trace/tfile.exp: Test completion of command
3179 "target tfile".
3180
3181 2013-03-28 Joel Brobecker <brobecker@adacore.com>
3182
3183 * gdb.ada/win_fu_syms: New testcase.
3184
3185 2013-03-28 Doug Evans <dje@google.com>
3186
3187 * gdb.base/maint.exp (maint print statistics): Update expected output.
3188
3189 2013-03-28 Pedro Alves <palves@redhat.com>
3190
3191 PR gdb/15294
3192
3193 * gdb.base/list.exp (set_listsize): Adjust to accept $arg == 0 to
3194 mean unlimited instead of $arg < 0.
3195 (test_listsize): Remove "listsize of 0 suppresses output" test.
3196 Test that "set listsize 0" ends up with an unlimited listsize.
3197
3198 2013-03-28 Pedro Alves <palves@redhat.com>
3199
3200 * gdb.base/list.exp (last_line): New global.
3201 (last_line_re): New global.
3202 (test_listsize, test_list_function, test_list_forward)
3203 (test_repeat_list_command, test_list_range)
3204 (test_list_filename_and_function): Use them.
3205 * gdb.base/list0.c: Comment the last line of the file with "last
3206 line".
3207
3208 2013-03-28 Pedro Alves <palves@redhat.com>
3209
3210 * gdb.base/list.exp (test_listsize): Adjust test to make sure we
3211 list the whole file.
3212
3213 2013-03-28 Pedro Alves <palves@redhat.com>
3214
3215 * gdb.base/list.exp (set_listsize): Use gdb_test_no_output for
3216 "set listsize".
3217
3218 2013-03-26 Keith Seitz <keiths@redhat.com>
3219
3220 * gdb.base/dprintf.exp: Fix typo preventing "dprintf info 2"
3221 from passing.
3222
3223 2013-03-26 Pedro Alves <palves@redhat.com>
3224
3225 * lib/gdb.exp (skip_btrace_tests): Delay deleting the source file
3226 until after GDB has run.
3227
3228 2013-03-26 Yao Qi <yao@codesourcery.com>
3229
3230 * gdb.trace/actions.c, gdb.trace/circ.c: Add license header.
3231 * gdb.trace/collection.c, gdb.trace/tfile.c: Likewise.
3232
3233 2013-03-26 Markus Metzger <markus.t.metzger@intel.com>
3234
3235 * gdb.btrace/enable.exp: Add regression test.
3236
3237 2013-03-25 Tom Tromey <tromey@redhat.com>
3238
3239 * gdb.cp/m-static.exp: Add destructor-printing tests.
3240
3241 2013-03-25 Tom Tromey <tromey@redhat.com>
3242
3243 * gdb.cp/m-static.exp: Add constructor ptype tests.
3244 * gdb.cp/m-static.cc (single_constructor): New class.
3245 (main): Make instance of single_constructor.
3246
3247 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3248 Pedro Alves <palves@redhat.com>
3249
3250 * gdb.server/server-kill.c: New file.
3251 * gdb.server/server-kill.exp: New file.
3252
3253 2013-03-21 Pedro Alves <palves@redhat.com>
3254
3255 * gdb.trace/trace-buffer-size.exp (get default buffer size):
3256 Expect $gdb_prompt in gdb_test_multiple.
3257
3258 2013-03-21 Doug Evans <dje@google.com>
3259
3260 * gdb.base/maint.exp: Update tests for per-command stats.
3261
3262 2013-03-21 Tom Tromey <tromey@redhat.com>
3263
3264 * gdb.cp/cpexprs.exp: Add test for FILENAME:: case.
3265 * gdb.cp/misc.exp: Add test for FILENAME:: case.
3266
3267 2013-03-20 Pedro Alves <palves@redhat.com>
3268
3269 PR gdb/15289
3270
3271 * gdb.base/remote.exp: Test
3272 "set remote hardware-watchpoint-limit -1",
3273 "set remote hardware-breakpoint-limit -1",
3274 "set remote hardware-watchpoint-limit 2147483647" and
3275 "set remote hardware-breakpoint-limit 2147483647".
3276
3277 2013-03-20 Pedro Alves <palves@redhat.com>
3278 Yao Qi <yao@codesourcery.com>
3279
3280 * gdb.trace/tfile.c: Add comments.
3281 (nonconstglob): New global.
3282 * gdb.trace/tfile.exp: Add comments. Test printing a non-const
3283 global that is not covered by the trace frame. Test
3284 disassembling.
3285
3286 2013-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3287
3288 * gdb.base/valgrind-infcall.exp
3289 (continue #$continue_count) <remote connection closed>
3290 (continue #$continue_count) <valgrind vgdb has terminated>: Add kill of
3291 $valgrind_pid.
3292
3293 2013-03-15 Tom Tromey <tromey@redhat.com>
3294
3295 * gdb.cp/overload.cc (intintfunc): New.
3296 * gdb.cp/overload.exp: Add regression test.
3297
3298 2013-03-15 Yao Qi <yao@codesourcery.com>
3299
3300 * gdb.threads/non-ldr-exc-1.exp (do_test): Fix the indent of
3301 using with_test_prefix.
3302 * gdb.threads/non-ldr-exc-2.exp (do_test): Likewise.
3303 * gdb.threads/non-ldr-exc-3.exp (do_test): Likewise.
3304 * gdb.threads/non-ldr-exc-4.exp (do_test): Likewise.
3305 * gdb.threads/watchpoint-fork.exp (test): Likewise.
3306 * gdb.base/break-interp.exp (test_core): Likewise.
3307 (test_attach_gdb): Likewise.
3308 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3309 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3310 Likewise.
3311 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3312 * gdb.base/jit.exp (one_jit_test): Likewise.
3313 * gdb.base/sepdebug.exp (test_different_dir): Likewise.
3314 * gdb.dwarf2/dw2-dir-file-name.exp (test): Likewise.
3315 * gdb.dwarf2/dw2-noloc.exp (file_symbols): Likewise.
3316 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved):
3317 Likewise.
3318 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
3319 Likewise.
3320 * gdb.mi/mi-watch.exp test_watchpoint_all): Likewise.
3321 * gdb.mi/pr11022.exp (test_memory_changed_observer): Likewise.
3322 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Likewise.
3323 (tracepoint_change_loc_2): Likewise.
3324 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
3325 Likewise.
3326 (disconnected_tfind): Likewise.
3327 * gdb.trace/mi-traceframe-changed.exp (test_tfind_tfile):
3328 Likewise.
3329 (test_tfind_remote): Likewise.
3330 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect):
3331 Likewise.
3332 (test_pending_resolved): Likewise.
3333 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
3334 Likewise.
3335 (test_upload_tsv): Likewise.
3336 * gdb.trace/pending.exp (pending_tracepoint_resolved):
3337 Likewise.
3338 (pending_tracepoint_works): Likewise.
3339 * gdb.trace/report.exp (use_collected_data): Likewise.
3340 * gdb.trace/status-stop.exp (test_tstart_tstop_tstart):
3341 Likewise.
3342 (test_tstart_tstart, test_buffer_full_tstart): Likewise.
3343 * gdb.trace/strace.exp (strace_info_marker): Likewise.
3344 (strace_trace_on_same_addr): Likewise.
3345 (strace_trace_on_diff_addr): Likewise.
3346 * gdb.trace/unavailable.exp (gdb_collect_args_test): Likewise.
3347 (gdb_collect_locals_test): Likewise.
3348 (gdb_unavailable_registers_test): Likewise.
3349 (gdb_collect_globals_test): Likewise.
3350
3351 2013-03-15 Yao Qi <yao@codesourcery.com>
3352
3353 * gdb.base/condbreak.exp: Add semicolon back which was removed
3354 by my previous commit.
3355
3356 2013-03-14 Yao Qi <yao@codesourcery.com>
3357
3358 * config/monitor.exp (gdb_target_cmd): Remove semicolon after
3359 'return'.
3360 (gdb_target_monitor, gdb_load): Likewise.
3361 * config/sid.exp (gdb_load): Likewise.
3362 * config/slite.exp (gdb_load): Likewise.
3363 * config/vx.exp (gdb_start, spawn_vxgdb): Likewise.
3364 * gdb.ada/arrayidx.exp, gdb.ada/null_array.exp: Likewise.
3365 * gdb.arch/mips-octeon-bbit.exp (single_step): Likewise.
3366 (single_step_until): Likewise.
3367 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3368 * gdb.arch/system-gcore.exp: Likewise.
3369 * gdb.base/bigcore.exp (extract_heap): Likewise.
3370 * gdb.base/break-on-linker-gcd-function.exp: Likewise.
3371 * gdb.base/call-ar-st.exp: Likewise.
3372 * gdb.base/call-rt-st.exp: Likewise.
3373 * gdb.base/call-sc.exp, gdb.base/call-strs.exp: Likewise.
3374 * gdb.base/callfuncs.exp, gdb.base/completion.exp: Likewise.
3375 * gdb.base/condbreak.exp, gdb.base/constvars.exp: Likewise.
3376 * gdb.base/corefile.exp: Likewise.
3377 * gdb.base/dbx.exp (gdb_file_cmd): Likewise.
3378 * gdb.base/exprs.exp, gdb.base/fileio.exp: Likewise.
3379 * gdb.base/fixsection.exp: Likewise.
3380 * gdb.base/funcargs.exp: Likewise.
3381 * gdb.base/gcore-buffer-overflow.exp: Likewise.
3382 * gdb.base/gcore-relro.exp: Likewise.
3383 * gdb.base/gcore.exp, gdb.base/gdb11530.exp: Likewise.
3384 * gdb.base/gdb11531.exp, gdb.base/gnu-ifunc.exp: Likewise.
3385 * gdb.base/info-os.exp, gdb.base/info-proc.exp: Likewise.
3386 * gdb.base/interp.exp, gdb.base/langs.exp:: Likewise.
3387 * gdb.base/list.exp: Likewise.
3388 (set_listsize): Likewise.
3389 * gdb.base/logical.exp, gdb.base/mips_pro.exp: Likewise.
3390 * gdb.base/miscexprs.exp, gdb.base/nodebug.exp: Likewise.
3391 * gdb.base/opaque.exp, gdb.base/pointers.exp: Likewise.
3392 * gdb.base/psymtab.exp, gdb.base/ptype.exp: Likewise.
3393 * gdb.base/relational.exp, gdb.base/scope.exp: Likewise.
3394 * gdb.base/setvar.exp: Likewise.
3395 (test_set): Likewise.
3396 * gdb.base/signals.exp, gdb.base/sizeof.exp: Likewise.
3397 * gdb.base/solib-overlap.exp: Likewise.
3398 * gdb.base/store.exp, gdb.base/structs.exp: Likewise.
3399 * gdb.base/structs2.exp, gdb.base/volatile.exp: Likewise.
3400 * gdb.base/watchpoint.exp (initialize): Likewise.
3401 (test_simple_watchpoint): Likewise.
3402 (test_disabling_watchpoints): Likewise.
3403 (test_watchpoint_triggered_in_syscall): Likewise.
3404 * gdb.base/whatis.exp, gdb.cp/ambiguous.exp: Likewise.
3405 * gdb.cp/casts.exp, gdb.cp/ctti.exp: Likewise.
3406 * gdb.cp/namespace.exp, gdb.cp/nsdecl.exp: Likewise.
3407 * gdb.cp/psmang.exp, gdb.dwarf2/dw2-ranges.exp: Likewise.
3408 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
3409 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
3410 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
3411 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
3412 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
3413 * gdb.hp/gdb.compat/xdb2.exp: Likewise.
3414 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
3415 * gdb.hp/gdb.defects/bs14602.exp: Likewise.
3416 * gdb.hp/gdb.defects/solib-d.exp: Likewise.
3417 * gdb.mi/gdb792.exp: Likewise.
3418 * gdb.mi/mi-inheritance-syntax-error.exp: Likewise.
3419 * gdb.mi/mi-logging.exp, gdb.mi/mi-var-cp.exp : Likewise.
3420 * gdb.mi/mi-var-rtti.exp, gdb.python/py-type.exp: Likewise.
3421 * gdb.threads/gcore-thread.exp: Likewise.
3422 (load_core): Likewise.
3423 * gdb.threads/pthreads.exp (all_threads_running): Likewise.
3424 (test_startup, check_control_c): Likewise.
3425 * gdb.threads/sigstep-threads.exp: Likewise.
3426 * gdb.threads/thread_check.exp: Likewise.
3427 * gdb.trace/backtrace.exp, gdb.trace/change-loc.exp: Likewise.
3428 * gdb.trace/circ.exp (run_trace_experiment): Likewise.
3429 (set_a_tracepoint, trace_buffer_normal): Likewise.
3430 (gdb_trace_circular_tests): Likewise.
3431 * gdb.trace/collection.exp: Likewise.
3432 * gdb.trace/disconnected-tracing.exp: Likewise.
3433 * gdb.trace/infotrace.exp: Likewise.
3434 * gdb.trace/mi-traceframe-changed.exp: Likewise.
3435 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3436 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv): Likewise.
3437 * gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp: Likewise.
3438 * gdb.trace/pending.exp, gdb.trace/report.exp: Likewise.
3439 * gdb.trace/stap-trace.exp: Likewise.
3440 * gdb.trace/status-stop.exp,gdb.trace/strace.exp: Likewise.
3441 * gdb.trace/tfind.exp, gdb.trace/trace-break.exp: Likewise.
3442 * gdb.trace/trace-buffer-size.exp: Likewise.
3443 * gdb.trace/tspeed.exp, gdb.trace/tsv.exp: Likewise.
3444 * gdb.trace/unavailable.exp: Likewise.
3445 * gdb.trace/while-dyn.exp: Likewise.
3446 * lib/fortran.exp (set_lang_fortran): Likewise.
3447 * lib/gdb.exp (default_gdb_version, gdb_start_cmd): Likewise.
3448 (gdb_breakpoint, gdb_reinitialize_dir): Likewise.
3449 (default_gdb_start, get_compiler_info): Likewise.
3450 (gdb_compile, gdb_compile_objc, gdb_reload, gdb_init): Likewise.
3451 (get_debug_format, setup_xfail_format): Likewise.
3452 (rerun_to_main, gdb_skip_float_test): Likewise.
3453 (build_id_debug_filename_get, get_remotetimeout): Likewise.
3454 * lib/java.exp (set_lang_java): Likewise.
3455 * lib/mi-support.exp (default_mi_gdb_start): Likewise.
3456 (mi_gdb_reinitialize_dir, mi_gdb_target_cmd): Likewise.
3457 (mi_gdb_file_cmd, mi_gdb_test): Likewise.
3458 (mi_run_cmd_full, mi_expect_interrupt): Likewise.
3459 * lib/objc.exp (set_lang_objc): Likewise.
3460 * lib/pascal.exp (set_lang_pascal): Likewise.
3461 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
3462 * lib/trace-support.exp (gdb_trace_setactions, gdb_tfind_test): Likewise.
3463 (gdb_readexpr, gdb_gettpnum, gdb_find_recursion_test_baseline): Likewise.
3464
3465 2013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
3466
3467 PR c++/15203
3468 PR c++/15210
3469 * gdb.cp/m-static.cc (keepalive_int): New function.
3470 (gnu_obj_1::method): New variable `sintvar', call `keepalive_int'.
3471 * gdb.cp/m-static.exp: New test for `sintvar'.
3472
3473 2013-03-14 Yao Qi <yao@codesourcery.com>
3474
3475 * gdb.trace/tstatus.exp (run_trace_experiment): Save the output
3476 of 'tstatus' into tstatus_output.
3477 (top level): Save the trace data to tfile. Read trace file in
3478 tfile target. Check the trace status.
3479
3480 2013-03-13 Yao Qi <yao@codesourcery.com>
3481
3482 * gdb.trace/tsv.exp (check_tsv): New.
3483 (top level): Save a tfile on current trace session. Call
3484 check_tsv on live target. Load the tfile with target tfile
3485 and call check_tsv again.
3486
3487 2013-03-13 Yao Qi <yao@codesourcery.com>
3488
3489 * gdb.trace/tsv.exp: Remove code unrelated to testing TSV.
3490 Replace some "gdb_test" with "gdb_test_no_output".
3491
3492 2013-03-12 Paul Hilfinger <hilfingr@adacore.com>
3493
3494 * gdb.ada/expr_delims.exp: New file.
3495 * gdb.ada/expr_delims/foo.adb: New file.
3496 * gdb.ada/expr_delims/pck.ads: New file.
3497 * gdb.ada/expr_delims/pck.adb: New file.
3498
3499 2013-03-11 Keith Seitz <keiths@redhat.com>
3500
3501 * watchpoint.exp (test_no_hw_watchpoints): Add test using
3502 both condition and thread. Then delete the watchpoint.
3503
3504 2013-03-11 Christian Himpel <christian.himpel@intel.com>
3505
3506 * Makefile.in: Add btrace testsuite.
3507 * configure: Regenerated.
3508 * configure.ac: Add btrace testsuite.
3509 * gdb.btrace/Makefile.in: New file.
3510 * gdb.btrace/enable.c: New file.
3511 * gdb.btrace/enable.exp: New file.
3512 * gdb.btrace/function_call_history.c: New file.
3513 * gdb.btrace/function_call_history.exp: New file.
3514 * gdb.btrace/instruction_history.c: New file.
3515 * gdb.btrace/instruction_history.exp: New file.
3516 * gdb.btrace/instruction_history.S: New file.
3517 * lib/gdb.exp: Add btrace skip proc.
3518
3519 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3520
3521 Fix entry-values if the callee called a noreturn function.
3522 * gdb.arch/amd64-tailcall-noret.S: New file.
3523 * gdb.arch/amd64-tailcall-noret.c: New file.
3524 * gdb.arch/amd64-tailcall-noret.exp: New file.
3525
3526 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3527
3528 Fix entry-values in C++ across CUs.
3529 * gdb.arch/amd64-tailcall-cxx.exp: New file.
3530 * gdb.arch/amd64-tailcall-cxx1.S: New file.
3531 * gdb.arch/amd64-tailcall-cxx1.cc: New file.
3532 * gdb.arch/amd64-tailcall-cxx2.S: New file.
3533 * gdb.arch/amd64-tailcall-cxx2.cc: New file.
3534
3535 2013-03-08 Stan Shebs <stan@codesourcery.com>
3536 Hafiz Abid Qadeer <abidh@codesourcery.com>
3537
3538 gdb/testsuite/
3539 * gdb.trace/trace-buffer-size.exp: New file.
3540 * gdb.trace/trace-buffer-size.c: New file.
3541
3542 2013-03-06 Pedro Alves <palves@redhat.com>
3543
3544 * gdb.trace/tstatus.exp (run_trace_experiment): When the target
3545 doesn't support the tested optional feature, call "unsupported"
3546 with the same test message as the "pass" case, instead of calling
3547 "pass" with a different message. Use the same text for the "fail"
3548 cases too.
3549
3550 2013-03-06 Yao Qi <yao@codesourcery.com>
3551
3552 * gdb.trace/tstatus.exp: Remove the invocation of
3553 gdb_load_shlibs, gdb_compile, clean_restart and runto_main.
3554 (test_tracepoints): Don't set fast tracepoint.
3555 (top level): Don't check agent library is loaded or not.
3556
3557 2013-03-06 Yao Qi <yao@codesourcery.com>
3558
3559 * gdb.trace/tstatus.exp (run_trace_experiment): Escape
3560 parentheses by "\\".
3561
3562 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3563
3564 * gdb.linespec/base/one/thefile.cc (twodup): New.
3565 (m): Call it.
3566 * gdb.linespec/base/two/thefile.cc (dupname): New.
3567 (n): Call it.
3568 * gdb.linespec/break-ask.exp: New file.
3569 * gdb.linespec/lspec.cc (body_elsewhere): New comment marker.
3570
3571 2013-02-28 Yao Qi <yao@codesourcery.com>
3572
3573 * gdb.trace/report.exp: Move some code to ...
3574 (use_collected_data): New.
3575 (top level): Call use_collected_data once on the live target.
3576 Save at file of the current trace session, load it with target
3577 tfile, and call use_collected_data again.
3578
3579 2013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3580
3581 * gdb.threads/fork-thread-pending.c (main): Add alarm.
3582
3583 2013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3584
3585 * gdb.base/valgrind-infcall.exp (valgrind_pid): New variable.
3586 Add final kill of ${valgrind_pid}.
3587
3588 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
3589
3590 * gdb.python/py-arch.c: New test case
3591 * gdb.python/py-arch.exp: New tests to test
3592 gdb.Architecture.disassemble
3593 * gdb.python/Makefile.in: Add py-arch to the list of
3594 EXECUTABLES.
3595
3596 2013-02-18 Tom Tromey <tromey@redhat.com>
3597
3598 * gdb.dwarf2/subrange.exp: New file.
3599
3600 2013-02-15 Pedro Alves <pedro@codesourcery.com>
3601 Hafiz Abid Qadeer <abidh@codesourcery.com>
3602
3603 * gdb.trace/tfile.exp: Add test for -trace-status command.
3604
3605 2013-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3606
3607 * gdb.threads/pthread_cond_wait.c (main): Remove variable ts. Replace
3608 nanosleep by sleep.
3609
3610 2013-02-14 Pedro Alves <palves@redhat.com>
3611
3612 * gdb.cp/userdef.exp (ptype &*c): Don't expect an &.
3613
3614 2013-02-14 Pedro Alves <pedro@codesourcery.com>
3615 Hafiz Abid Qadeer <abidh@codesourcery.com>
3616
3617 * gdb.trace/tsv.exp: Adjust tests, and add a few more.
3618
3619 2013-02-12 Tom Tromey <tromey@redhat.com>
3620
3621 * gdb.cp/m-static.cc (gnu_obj_1::~gnu_obj_1): New destructor.
3622 * gdb.cp/m-static.exp: Add tests to print quoted destructor.
3623
3624 2013-02-12 Pedro Alves <palves@redhat.com>
3625
3626 * gdb.base/catch-signal.c: Update copyright years.
3627 * gdb.base/catch-signal.exp: Update copyright years.
3628 * gdb.dwarf2/dw2-dir-file-name.c: Update copyright years.
3629 * gdb.dwarf2/dw2-dir-file-name.exp: Update copyright years.
3630 * gdb.dwarf2/dw2-empty-pc-range.S: Update copyright years.
3631 * gdb.dwarf2/dw2-error.S: Update copyright years.
3632 * gdb.dwarf2/dw2-error.c: Update copyright years.
3633 * gdb.dwarf2/dw2-restrict.S: Update copyright years.
3634 * gdb.dwarf2/dw2-restrict.c: Update copyright years.
3635 * gdb.dwarf2/dw2-restrict.exp: Update copyright years.
3636
3637 2013-02-12 Pedro Alves <palves@redhat.com>
3638
3639 * gdb.base/catch-signal.exp: Correct test file name in "Skipping"
3640 message.
3641 * gdb.base/sigaltstack.exp: Ditto.
3642 * gdb.base/siginfo.exp: Ditto.
3643 * gdb.base/sizeof.exp: Ditto.
3644
3645 2013-02-12 Pedro Alves <palves@redhat.com>
3646
3647 * gdb.mi/mi-basics.exp: Tweak intro comment.
3648 * gdb.mi/mi-break.exp: Tweak intro comment.
3649 * gdb.mi/mi-console.exp: Tweak intro comment.
3650 * gdb.mi/mi-file.exp: Tweak intro comment.
3651 * gdb.mi/mi-read-memory.exp: Tweak intro comment.
3652 * gdb.mi/mi-return.exp: Tweak intro comment.
3653 * gdb.mi/mi-stepi.exp: Tweak intro comment.
3654 * gdb.mi/mi-until.exp: Tweak intro comment.
3655 * gdb.mi/mi-watch.exp: Tweak intro comment.
3656
3657 2013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
3658
3659 * gdb.server/no-thread-db.exp: New file.
3660 * gdb.server/no-thread-db.c: New file.
3661 * gdb.server/Makefile.in (EXECUTABLES): Add no-thread-db.
3662
3663 2013-02-11 Doug Evans <dje@google.com>
3664
3665 * gdb.base/printcmds.exp (test_printf_with_dfp): Add test for printing
3666 two decfloats.
3667
3668 2013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
3669
3670 * gdb.base/bitfields.c (struct internalvartest): New declaration.
3671 * gdb.base/bitfields.exp (bitfield_internalvar): New function.
3672
3673 2013-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3674
3675 * gdb.python/py-prompt.exp: Add to the end a kill of $testpid.
3676
3677 2013-02-06 Yao Qi <yao@codesourcery.com>
3678
3679 * gdb.trace/mi-tsv-changed.exp (test_create_delete_tsv): Rename
3680 to ...
3681 (test_create_delete_modify_tsv): ... here. New test on modifying
3682 the initial value of a tsv.
3683
3684 2013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3685
3686 * gdb.dwarf2/dw2-dir-file-name.exp (cd ${srcabsdir}/rdir): Rename to ...
3687 (cd .../rdir): ... here.
3688
3689 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3690
3691 * gdb.linespec/base/one/header.h: New file.
3692 * gdb.linespec/base/two/header.h: New file.
3693 * gdb.linespec/macro-relative.c: New file.
3694 * gdb.linespec/macro-relative.exp: New file.
3695
3696 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3697
3698 * gdb.base/fullpath-expand-func.c: New file.
3699 * gdb.base/fullpath-expand.c: New file.
3700 * gdb.base/fullpath-expand.exp: New file.
3701 * gdb.base/realname-expand-real.c: New file.
3702 * gdb.base/realname-expand.c: New file.
3703 * gdb.base/realname-expand.exp: New file.
3704
3705 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3706
3707 * gdb.dwarf2/dw2-dir-file-name.exp: New file.
3708 * gdb.dwarf2/dw2-dir-file-name.c: New file.
3709
3710 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3711
3712 * gdb.mi/mi-fullname-deleted.exp: Use double last slash for $srcfileabs.
3713 (compare_filenames_for_search does not match)
3714 (compare_filenames_for_search does match): New tests.
3715
3716 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3717
3718 * gdb.gdb/xfullpath.exp: Replace xfullpath calls by gdb_realpath calls.
3719
3720 2013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3721
3722 * lib/java.exp (compile_java_from_source): Initialize ARGS as a list.
3723
3724 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3725
3726 * gdb.base/gnu-debugdata.exp): Create ${binfile}.debug,
3727 ${binfile}.mini_debuginfo-debuglink, add -k to xz, use now
3728 ${binfile}.mini_debuginfo-debuglink and
3729 ${binfile}.mini_debuginfo-debuglink.xz.
3730
3731 2013-02-01 Tom Tromey <tromey@redhat.com>
3732
3733 * gdb.dwarf2/method-ptr.exp: Use correct form for non-string
3734 attributes.
3735
3736 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3737 Tom Tromey <tromey@redhat.com>
3738
3739 * gdb.dwarf2/method-ptr.exp: Link with c++.
3740 * lib/dwarf.exp (Dwarf::assemble): Declare _cu_count.
3741
3742 2013-01-31 Tom Tromey <tromey@redhat.com>
3743
3744 * gdb.base/jit.exp (compile_jit_test): New proc.
3745 Add PIE tests.
3746
3747 2013-01-31 Tom Tromey <tromey@redhat.com>
3748
3749 * gdb.dwarf2/method-ptr.cc: New file.
3750 * gdb.dwarf2/method-ptr.exp: New file.
3751
3752 2013-01-31 Tom Tromey <tromey@redhat.com>
3753
3754 * lib/dwarf.exp (namespace Dwarf): New.
3755
3756 2013-01-29 Tom Tromey <tromey@redhat.com>
3757
3758 * gdb.dwarf2/fission-reread.exp: Add unload test.
3759
3760 2013-01-28 Doug Evans <dje@google.com>
3761
3762 * gdb.dwarf2/fission-loclists.exp: New file.
3763 * gdb.dwarf2/fission-loclists.S: New file.
3764
3765 2013-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3766
3767 Code cleanup.
3768 * gdb.base/restore.exp: Replace gdb_compile, gdb_exit, gdb_start,
3769 gdb_reinitialize_dir and gdb_load by standard_testfile, set executable
3770 and prepare_for_testing.
3771 * gdb.base/store.exp: Likewise.
3772
3773 2013-01-25 Tom Tromey <tromey@redhat.com>
3774
3775 * gdb.python/py-explore.exp: Expect the gdb prompt.
3776
3777 2013-01-25 Andrew Burgess <aburgess@broadcom.com>
3778
3779 * gdb.base/gnu_vector.c: New variable for use in tests.
3780 * gdb.base/gnu_vector.exp: Update and extend tests to reflect
3781 changes in scalar to vector casting and widening.
3782 * gdb.python/py-type.c: New variables for use in tests.
3783 * gdb.python/py-type.exp: Update vector related tests to reflect
3784 changes in scalar to vector casting and widening.
3785
3786 2013-01-24 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
3787
3788 * gdb.base/prologue-include.c: New file.
3789 * gdb.base/prologue-include.exp: New file.
3790 * gdb.base/prologue-include.h: New file.
3791
3792 2013-01-24 Hafiz Abid Qadeer <abidh@codesourcery.com>
3793
3794 PR gdb/13443
3795 * gdb.mi/mi-var-block.exp: Make test messages unique.
3796
3797 2013-01-23 Tom Tromey <tromey@redhat.com>
3798
3799 * gdb.dwarf2/dw2-error.exp: Pass test name to "file" test.
3800
3801 2013-01-23 Tom Tromey <tromey@redhat.com>
3802
3803 * gdb.cp/converts.cc (main): Initialize 'a'.
3804
3805 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
3806
3807 * testsuite/gdb.python/frame.exp: Add a test for
3808 gdb.Frame.architecture() method.
3809
3810 2013-01-22 Pedro Alves <palves@redhat.com>
3811
3812 * gdb.base/annota1.exp (signal sent): No longer expect
3813 breakpoints-invalid.
3814 * gdb.cp/annota2.exp (continue until exit)
3815 (watch triggered on a.x): Ditto.
3816
3817 2013-01-22 Pedro Alves <palves@redhat.com>
3818
3819 * gdb.base/annota1.exp (breakpoints_invalid): New variable.
3820 Adjust tests to breakpoints-invalid changes.
3821 * gdb.cp/annota2.exp (breakpoints_invalid, frames_invalid): New
3822 variables.
3823 Adjust tests to breakpoints-invalid changes.
3824
3825 2013-01-22 Pedro Alves <palves@redhat.com>
3826
3827 * gdb.base/annota1.exp (annotate ignore count change): Add
3828 expected output for failure case.
3829
3830 2013-01-22 Tom Tromey <tromey@redhat.com>
3831
3832 * gdb.gdb/selftest.exp (do_steps_and_nexts): Handle bfd_init
3833 call.
3834
3835 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
3836
3837 * gdb.mi/mi-break.exp: Expect new 'thread-groups' field.
3838 * gdb.mi/mi-catch-load.exp: Ditto.
3839 * gdb.mi/mi-nsmoribund.exp: Expect new 'thread-groups' field.
3840 Also handle 'thread' field.
3841 * gdb.mi/mi-simplerun.exp: Expect new 'thread-groups' field.
3842 * gdb.mi/mi-watch.exp: Ditto.
3843 * lib/mi-support.exp: Ditto.
3844
3845 2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
3846
3847 * gdb.python/py-explore.exp: Improve a test
3848
3849 2013-01-18  David Blaikie  <dblaikie@gmail.com>
3850
3851 * gdb.base/label.c (main): Correct the type of the second
3852 parameter.
3853
3854 2013-01-18 Tom Tromey <tromey@redhat.com>
3855
3856 * gdb.dwarf2/trace-crash.s: New file.
3857 * gdb.dwarf2/trace-crash.exp: New file.
3858
3859 2013-01-18 Hafiz Abid Qadeer<abidh@codesourcery.com>
3860
3861 PR gdb/13443
3862 * gdb.base/checkpoint.exp: Update test messages to make them
3863 unique.
3864
3865 2013-01-18 Yao Qi <yao@codesourcery.com>
3866
3867 * gdb.trace/infotrace.exp: Check 'traceframe usage' in the
3868 output of 'info tracepoints'.
3869 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
3870 Likewise.
3871 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
3872 * gdb.trace/disconnected-tracing.c (struct foo): New.
3873
3874 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3875
3876 * gdb.dwarf2/dw2-dos-drive.S: New file.
3877 * gdb.dwarf2/dw2-dos-drive.exp: New file.
3878
3879 2013-01-17 Doug Evans <dje@google.com>
3880
3881 * boards/dwarf4-gdb-index.exp: Use any existing CC_FOR_TARGET,
3882 CXX_FOR_TARGET.
3883
3884 * boards/cc-with-tweaks.exp: New file.
3885
3886 2013-01-17 Tom Tromey <tromey@redhat.com>
3887
3888 * gdb.base/completion.exp: Add "set cp-abi" completion test.
3889
3890 2013-01-17 Pedro Alves <palves@redhat.com>
3891
3892 Merge dg-extract-results.sh from upstream (svn 195224).
3893
3894 2013-01-15 David Blaikie <dblaikie@gmail.com>
3895 * dg-extract-results.sh: Fix order of summary counts.
3896
3897 2013-01-15 David Blaikie <dblaikie@gmail.com>
3898 * dg-extract-results.sh: Constrain the start-of-log pattern.
3899
3900 2013-01-15 David Blaikie <dblaikie@gmail.com>
3901 * dg-extract-results.sh: Handle KPASSes.
3902
3903 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3904 * dg-extract-results.sh: Redirect grep output to /dev/null instead
3905 of grep -q.
3906
3907 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3908
3909 * gdb.base/jit-reader.exp: New file. Test case for the jit-reader
3910 interface.
3911 * gdb.base/jithost.c: New file.
3912 * gdb.base/jithost.h: New file.
3913 * gdb.base/jitreader.c : New file.
3914 * gdb.base/jit-protocol.h: New file.
3915
3916 2013-01-16 Tom Tromey <tromey@redhat.com>
3917
3918 * gdb.base/catch-signal.c: New file.
3919 * gdb.base/catch-signal.exp: New file.
3920
3921 2013-01-16 Tom Tromey <tromey@redhat.com>
3922
3923 * gdb.mi/mi-catch-load.exp: Look for "catch-type".
3924
3925 2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3926
3927 * gdb.dwarf2/dw2-restrict.exp: Skip compilation on non-x86_64 targets.
3928
3929 2013-01-14 Tom Tromey <tromey@redhat.com>
3930
3931 * gdb.base/completion.exp: Add "set gnutarget" test.
3932
3933 2013-01-14 Tom Tromey <tromey@redhat.com>
3934
3935 * gdb.dwarf2/dw2-restrict.S: New file.
3936 * gdb.dwarf2/dw2-restrict.c: New file.
3937 * gdb.dwarf2/dw2-restrict.exp: New file.
3938
3939 2013-01-14 Tom Tromey <tromey@redhat.com>
3940
3941 * gdb.dwarf2/dw2-error.exp: New file.
3942 * gdb.dwarf2/dw2-error.c: New file.
3943 * gdb.dwarf2/dw2-error.S: New file.
3944
3945 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3946
3947 * gdb.cp/parse-lang.cc: New file.
3948 * gdb.cp/parse-lang.exp: New file.
3949
3950 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3951
3952 * gdb.mi/mi-fullname-deleted.exp: Set srcfileabssubst and initdir.
3953 (set substitute-path): New test.
3954 (fullname present): Remove content.
3955 (substituted fullname): New test.
3956
3957 2013-01-13 Joel Brobecker <brobecker@adacore.com>
3958
3959 * gdb.python/py-finish-breakpoint.exp: Add skip_python_tests
3960 check. Move $gdb_py_is_py24 value check right after.
3961
3962 2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3963
3964 * gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit
3965 targets.
3966
3967 2013-01-11 Yao Qi <yao@codesourcery.com>
3968
3969 * gdb.base/dprintf.exp: Check the output of 'info breakpoints'
3970 for dprintf.
3971 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
3972 Check the fields in "=breakpoint-created" for dprintf.
3973
3974 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3975
3976 * gdb.mi/mi-fullname-deleted.exp: New file.
3977
3978 2012-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3979
3980 * gdb.base/skip-solib.exp (info skip with pending file): Update the
3981 expected output.
3982 (info skip with pending file): Remove.
3983 (ignoring function in solib, info skip for function multiply): Update
3984 the expected output.
3985 * gdb.base/skip.ex (skip (main), skip function baz, info skip)
3986 (info skip (delete 1), info skip after disabling all)
3987 (info skip after enabling all, info skip after disabling 4 2-3)
3988 (info skip after enabling 2-3, info skip 2-3)
3989 (info skip after deleting 2 3): Update the expected output.
3990 * gdb.linespec/base/two/thefile.cc (n): New variable v, split the
3991 statement to its initialization and return.
3992 * gdb.linespec/skip-two.exp: New file.
3993
3994 2012-12-19 Doug Evans <dje@google.com>
3995
3996 * gdb.base/maint.exp: Handle testing with .gdb_index.
3997
3998 2012-12-19 Joel Brobecker <brobecker@adacore.com>
3999
4000 * gdb.arch/mips-octeon-bbit.exp: Fix copyright header from
4001 Cavium to FSF.
4002
4003 2012-12-19 Joel Brobecker <brobecker@adacore.com>
4004
4005 * dg-extract-results.sh: Update contact info in copyright notice.
4006 * gdb.arch/mips-octeon-bbit.exp: Update copyright notice to
4007 GPL v3 or later. Update contact info.
4008 * gdb.fortran/logical.f90, gdb.threads/watchpoint-fork-child.c,
4009 gdb.threads/watchpoint-fork-mt.c,
4010 gdb.threads/watchpoint-fork-parent.c,
4011 gdb.threads/watchpoint-fork-st.c,
4012 gdb.threads/watchpoint-fork.h: Likewise.
4013
4014 2012-12-15 Yao Qi <yao@codesourcery.com>
4015
4016 * gdb.trace/mi-tracepoint-changed.exp (test_pending_resolved): Check
4017 'installed' field in '=breakpoint-modified'.
4018 (test_reconnect): Check 'installed' field in
4019 '=breakpoint-modified' and '=breakpoint-created'.
4020
4021 * gdb.trace/actions.exp: Update test for 'installed' field.
4022 * gdb.trace/change-loc.exp (tracepoint_change_loc_1):
4023 (tracepoint_change_loc_2): Likewise.
4024 Check 'info tracepoint' display nothing else.
4025 * gdb.trace/deltrace.exp: Likewise.
4026 * gdb.trace/infotrace.exp: Likewise.
4027 * gdb.trace/mi-traceframe-changed.exp (test_tfind_remote):
4028 Likewise.
4029 * gdb.trace/passcount.exp: Likewise.
4030 * gdb.trace/tracecmd.exp: Likewise.
4031 * gdb.trace/while-stepping.exp: Likewise.
4032
4033 2012-12-14 Tom Tromey <tromey@redhat.com>
4034
4035 * gdb.cp/member-name.exp: New file.
4036 * gdb.cp/member-name.cc: New file.
4037
4038 2012-12-14 Tom Tromey <tromey@redhat.com>
4039
4040 * gdb.cp/templates.exp (test_ptype_of_templates): Update kfails.
4041
4042 2012-12-14 Doug Evans <dje@google.com>
4043
4044 * gdb.dwarf2/implptr-optimized-out.S: DIE offset for
4045 DW_OP_GNU_implicit_pointer is section-relative.
4046
4047 2012-12-14 Tom Tromey <tromey@redhat.com>
4048
4049 * gdb.base/info-proc.exp: Add core file tests.
4050
4051 2012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>
4052
4053 * gdb.base/kill-after-signal.exp: Disable if gdb,nosignals.
4054
4055 2012-12-13 Doug Evans <dje@google.com>
4056
4057 * gdb.multi/multi-arch-exec.exp: Skip for i*86-linux.
4058 * gdb.multi/multi-arch.exp: Ditto.
4059
4060 2012-12-12 Keven Boell <keven.boell@intel.com>
4061
4062 * gdb.mi/mi-catch-load-so.c: New. Clone of the
4063 catch load test library source file.
4064 * gdb.mi/mi-catch-load.c: New. Clone of the catch
4065 load test source file.
4066 * gdb.mi/mi-catch-load.exp: New. Test file for
4067 basic MI -catch-load and -catch-unload tests.
4068
4069 2012-12-11 Paul Koning <paul_koning@dell.com>
4070
4071 * gdb.python/py-prettyprint.py (_iterator): Remove exception_flag
4072 exception.
4073 (_iterator_except): New function.
4074 (ArrayPrinter): Use _iterator function instead of local _iterator
4075 class for Python 3 compatibility.
4076 (NoStringContainerPrinter): Use _iterator_except instead of
4077 _iterator.
4078 * gdb.python/py-typeprint.exp: Use exec(open(...).read()) instead of
4079 execfile for Python 3 compatibility.
4080 * gdb.python/python.exp: Handle Python 2.4 exception traceback
4081 format in error_prompt test.
4082
4083 2012-12-10 Paul Koning <paul_koning@dell.com>
4084
4085 * gdb.base/charset.exp: Change print syntax for Python 3
4086 compatibility.
4087 * gdb.python/py-block.exp: Ditto.
4088 * gdb.python/py-breakpoint.exp: Ditto.
4089 * gdb.python/py-cmd.exp: Ditto.
4090 * gdb.python/py-events.py: Ditto.
4091 * gdb.python/py-finish-breakpoint.py: Ditto.
4092 * gdb.python/py-finish-breakpoint2.exp: Ditto.
4093 * gdb.python/py-finish-breakpoint2.py: Ditto.
4094 * gdb.python/py-frame-inline.exp: Ditto.
4095 * gdb.python/py-frame.exp: Ditto.
4096 * gdb.python/py-infthread.exp: Ditto.
4097 * gdb.python/py-objfile.exp: Ditto.
4098 * gdb.python/py-parameter.exp: Ditto.
4099 * gdb.python/py-progspace.exp: Ditto.
4100 * gdb.python/py-prompt.exp: Ditto.
4101 * gdb.python/py-symbol.exp: Ditto.
4102 * gdb.python/py-symtab.exp: Ditto.
4103 * gdb.python/py-template.exp: Ditto.
4104 * gdb.python/py-value-cc.exp: Ditto.
4105 * gdb.python/python.exp: Ditto.
4106 * gdb.python/source2.py: Ditto.
4107 * gdb.python/lib-types.exp: Change print syntax for Python 3
4108 compatibility.
4109 Use sorted() function rather than sort() method.
4110 Accept either int or long values for enum values.
4111 * gdb.python/py-events.exp: Use exec(open(...).read()) instead of
4112 execfile for Python 3 compatibility.
4113 * gdb.python/py-evsignal.exp: Ditto.
4114 * gdb.python/py-evthreads.exp: Ditto.
4115 * gdb.python/py-mi.exp: Ditto.
4116 * gdb.python/py-pp-maint.exp: Ditto.
4117 * gdb.python/py-prettyprint.exp: Ditto.
4118 * gdb.python/py-finish-breakpoint.exp: Change print syntax for
4119 Python 3 compatibility.
4120 Skip tests for Python 2.4.
4121 * gdb.python/py-inferior.exp: Change print syntax for
4122 Python 3 compatibility.
4123 Use byte string rather than character string in memory write test
4124 if Python 3.
4125 * gdb.python/py-pp-maint.py: Change class declarations to "new
4126 class" syntax.
4127 * gdb.python/py-prettyprint.py: Change iterator class to generator
4128 function for Python 3 compatibility.
4129 Make all classes "new style".
4130 Fix indentation issue and stray semicolon.
4131 * gdb.python/py-shared.expChange print syntax for Python 3
4132 compatibility.
4133 Define "long" if Python 3.
4134 * gdb.python/py-type.exp: Change print syntax for Python 3
4135 compatibility.
4136 Accept either int or long values for enum values.
4137 * gdb.python/py-value.exp: Change print syntax for Python 3
4138 compatibility.
4139 Skip "long" and "unicode" tests if Python 3.
4140 Accept either "type" or "class" in type checks.
4141 * lib/gdb.exp (gdb_py_is_py3k): New flag set if Python 3.
4142 (gdb_py_is_py24): New flag set if Python 2.4 or 2.5.
4143
4144 2012-12-10 Tom Tromey <tromey@redhat.com>
4145
4146 * gdb.dwarf2/implptr-64bit.exp: Run tests with two CUs as well.
4147 (test): Add "two_cu" argument.
4148 * gdb.dwarf2/implptr-64bit.S: Move subprogram later; use ref_addr
4149 for types; allow two CUs.
4150
4151 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4152
4153 * gdb.dwarf2/dw2-compdir-oldgcc.S: New file.
4154 * gdb.dwarf2/dw2-compdir-oldgcc.exp: New file.
4155
4156 2012-12-08 Yao Qi <yao@codesourcery.com>
4157 Pedro Alves <palves@redhat.com>
4158
4159 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Test
4160 '=breakpoint-created' when GDB merges the tracepoints of both
4161 sides.
4162
4163 2012-12-07 Tom Tromey <tromey@redhat.com>
4164
4165 * gdb.base/break1.c (enum some_enum, union some_union): New.
4166 (some_enum_global, some_union_global, some_value): New globals.
4167 * gdb.base/completion.exp: Add tag completion tests.
4168
4169 2012-12-07 Tom Tromey <tromey@redhat.com>
4170
4171 * gdb.base/completion.exp: Add tests for ptype and whatis
4172 completion.
4173
4174 2012-12-07 Joel Brobecker <brobecker@adacore.com>
4175
4176 * gdb.base/stale-infcall.exp: Fix copyright line.
4177
4178 2012-12-07 Joel Brobecker <brobecker@adacore.com>
4179
4180 * gdb.ada/lang_switch.exp: The "msg" parameter may be a reference.
4181
4182 2012-12-06 Pedro Alves <palves@redhat.com>
4183 Tom Tromey <tromey@redhat.com>
4184
4185 * gdb.base/exprs.exp: Add tests for cast to void.
4186
4187 2012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
4188
4189 * gdb.python/py-mi.exp: Correct expected results for attribute
4190 "dynamic" returned by -var-update.
4191 Add test case for correct handling of "diplayhint" for children
4192 of dynamic varobjs.
4193 * gdb.python/py-prettyprint.c (set_itme): New function.
4194 (bug_14741) New function.
4195 (main) Add call to bug_14741().
4196 * gdb.python/py-prettyprint.py (class ArrayPrinter): New class.
4197
4198 2012-12-05 Ulrich Weigand <uweigand@de.ibm.com>
4199
4200 * gdb.base/gnu-debugdata.exp: Also include "D" symbols in
4201 ${binfile}.funcsyms list.
4202
4203 2012-12-04 Yao Qi <yao@codesourcery.com>
4204
4205 PR gdb/13443
4206 * gdb.trace/actions.exp: Make test messages unique.
4207
4208 2012-11-29 Tom Tromey <tromey@redhat.com>
4209
4210 * gdb.base/gnu-debugdata.exp (run, pipeline): Don't use lassign.
4211
4212 2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
4213
4214 * gdb.opencl/convs_casts.exp: Always expect standard vector type names.
4215 * gdb.opencl/datatypes.exp: Likewise.
4216 * gdb.opencl/operators.exp: Likewise.
4217 * gdb.opencl/vec_comps.exp: Likewise.
4218
4219 2012-11-29 Jerome Guitton <guitton@adacore.com>
4220
4221 * gdb.ada/iwide: New testcase.
4222
4223 2012-11-29 Jerome Guitton <guitton@adacore.com>
4224
4225 * gdb.ada/ptype_tagged_param.exp: Adjust expected output in
4226 ptype test.
4227
4228 2012-11-29 Jerome Guitton <guitton@adacore.com>
4229
4230 * gdb.ada/variant_record_packed_array.exp: Test expressions of the
4231 form {VARIANT_TYPE}ADDRESS.
4232
4233 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
4234
4235 * gdb.cp/member-ptr.cc (class Diamond): Add func_ptr.
4236 (func): New function.
4237 (main): Initialize diamond.func_ptr and add diamond_pfunc_ptr.
4238 * gdb.cp/member-ptr.exp: Add new tests for ptype and for
4239 pointers to members with pointer-to-function type.
4240
4241 2012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4242 Tom Tromey <tromey@redhat.com>
4243
4244 * gdb.base/gnu-debugdata.exp: New file.
4245 * gdb.base/gnu-debugdata.c: New file.
4246 * lib/gdb.exp (gdb_file_cmd): Handle LZMA warning.
4247 (gdb_unload): Return 0 on success.
4248
4249 2012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4250
4251 * gdb.base/enumval.exp (print e, print f, print K): XFAIL on GCC <= 4.6.
4252
4253 2012-11-26 Joel Brobecker <brobecker@adacore.com>
4254
4255 * gdb.base/empty_exe.exp: New testcase.
4256
4257 2012-11-20 Mike Frysinger <vapier@gentoo.org>
4258
4259 * gdb.base/completion.exp: Add test for help aliases completion.
4260
4261 2012-11-20 Yao Qi <yao@codesourcery.com>
4262
4263 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
4264 Don't test 'maint set show-debug-regs'.
4265 Use command 'set remotecache' instead of
4266 'set circular-trace-buffer'.
4267
4268 2012-11-16 Keith Seitz <keiths@redhat.com>
4269
4270 PR c++/13615
4271 * gdb.cp/baseenum.cc: New file.
4272 * gdb.cp/baseenum.exp: New file.
4273 * gdb.cp/derivation.cc (A): Add copyright.
4274 Add a typedef.
4275 (B): Use A::value_type instead of int. Change all references.
4276 (D): Use value_type instead of int. Change all references.
4277 (E): Likewise.
4278 (F); Likewise.
4279 (Z): New class.
4280 (ZZ): New class.
4281 (N, Base, Derived): New namespace and classes.
4282 (main): Add instances of Z and ZZ.
4283 Make sure all symbols from N are kept.
4284 * gdb.cp/derivation.exp: Update typedef changes in tests.
4285 Add tests for class typedefs both before and after starting
4286 the inferior.
4287 Add tests for searching for a typedef while stopped in a
4288 method.
4289
4290 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
4291
4292 * gdb.mi/mi-var-create-rtti.c: New file.
4293 * gdb.mi/mi-var-create-rtti.exp: New file.
4294
4295 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
4296
4297 * gdb.base/structs3.exp: Run to main before doing any tests.
4298
4299 2012-11-14 Andrew Burgess <aburgess@broadcom.com>
4300
4301 * gdb.python/py-type.exp: Uniquify test names.
4302
4303 2012-11-14 Yao Qi <yao@codesourcery.com>
4304
4305 * gdb.threads/manythreads.c [DEBUG]: Include "stdio.h".
4306 (thread_function) [DEBUG]: Call 'printf'.
4307 * gdb.threads/manythreads.exp: Pass '-DDEBUG' to compilation
4308 command line if 'DEBUG=1' is passed to test.
4309 Remove a pattern to match inferior's output.
4310
4311 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
4312
4313 * gdb.mi/mi-fill-memory.exp: New test.
4314
4315 2012-11-12 Tom Tromey <tromey@redhat.com>
4316
4317 * gdb.base/completion.exp: Update for "info type-printers".
4318 * gdb.python/py-typeprint.cc: New file.
4319 * gdb.python/py-typeprint.exp: New file.
4320 * gdb.python/py-typeprint.py: New file.
4321
4322 2012-11-12 Tom Tromey <tromey@redhat.com>
4323
4324 * gdb.base/call-sc.exp: Use "ptype/r".
4325 * gdb.base/volatile.exp: Don't expect "int".
4326 * gdb.cp/ptype-flags.cc: New file.
4327 * gdb.cp/ptype-flags.exp: New file.
4328 * gdb.cp/templates.exp: Use ptype/r.
4329 (test_ptype_of_templates, test_template_typedef): Likewise.
4330 * lib/cp-support.exp (cp_test_ptype_class): Add in_ptype_arg
4331 argument. Handle template names and template parameters.
4332 * gdb.mi/mi-var-cmd.exp: Accept "long".
4333 * gdb.mi/mi-var-child.exp: Accept "long".
4334 * gdb.mi/mi-var-display.exp: Accept "long".
4335 * gdb.mi/mi2-var-child.exp: Accept "long".
4336
4337 2012-11-12 Tom Tromey <tromey@redhat.com>
4338
4339 * gdb.cp/classes.exp (test_ptype_class_objects): Remove
4340 "ptype" from calls to cp_test_ptype_class.
4341 (test_enums): Likewise.
4342 * gdb.cp/derivation.exp: Remove "ptype" from calls to
4343 cp_test_ptype_class.
4344 * gdb.cp/inherit.exp (test_ptype_si): Remove "ptype" from
4345 calls to cp_test_ptype_class.
4346 (test_ptype_mi, test_ptype_vi, test_ptype_mvi): Likewise.
4347 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Remove "ptype"
4348 from calls to cp_test_ptype_class.
4349 * lib/cp-support.exp (cp_test_ptype_class): Supply "ptype"
4350 command here. Change "in_command" argument to "in_exp".
4351
4352 2012-11-10 Keith Seitz <keiths@redhat.com>
4353
4354 PR gdb/14288
4355 * gdb.base/printcmds.c: Add invalid_XXX globals
4356 for repeated byte tests.
4357 * gdb.base/printcmds.exp (test_repeat_bytes): New procedure.
4358 * gdb.base/wchar.c (main): Add and construct a wchar_t
4359 array with repeated characters.
4360 * gdb.base/wchar.exp: Add repeated character tests.
4361
4362 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
4363
4364 * gdb.mi/mi-disassemble.exp: Expect fullname field in mi
4365 disassembly output.
4366
4367 2012-11-09 Pedro Alves <palves@redhat.com>
4368
4369 PR gdb/14306
4370
4371 * gdb.multi/multi-arch-exec.c: New file.
4372 * gdb.multi/multi-arch-exec.exp: New file.
4373
4374 2012-11-09 Yao Qi <yao@codesourcery.com>
4375
4376 * gdb.mi/mi-break.exp (test_abreak_creation): New procedure.
4377 (top level): Call it.
4378
4379 2012-11-09 Yao Qi <yao@codesourcery.com>
4380
4381 * gdb.mi/mi-watch.exp (test_rwatch_creation_and_listing): Fix
4382 typo.
4383
4384 2012-11-09 Pedro Alves <palves@redhat.com>
4385
4386 * gdb.multi/multi-arch.exp: New.
4387
4388 2012-11-08 Tom Tromey <tromey@redhat.com>
4389
4390 * gdb.base/siginfo-obj.exp: Create core file. Test siginfo from
4391 core files, if possible.
4392 * gdb.base/siginfo-thread.c: New file
4393 * gdb.base/siginfo-thread.exp: New file
4394
4395 2012-11-08 Tom Tromey <tromey@redhat.com>
4396
4397 * gdb.base/comprdebug.exp: New file.
4398
4399 2012-11-06 Pedro Alves <palves@redhat.com>
4400
4401 PR gdb/14810
4402
4403 * gdb.base/disabled-location.c: New file.
4404 * gdb.base/disabled-location.exp: New file.
4405
4406 2012-11-06 Tom Tromey <tromey@redhat.com>
4407
4408 * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd.
4409 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
4410 gdb_gcore_cmd.
4411 * gdb.cell/gcore.exp: Use gdb_gcore_cmd.
4412 * gdb.base/gcore.exp: Use gdb_gcore_cmd.
4413 * gdb.base/gcore-relro.exp: Use gdb_gcore_cmd.
4414 * gdb.base/gcore-buffer-overflow.exp: Use gdb_gcore_cmd.
4415 * gdb.base/auxv.exp: Use gdb_gcore_cmd.
4416 * gdb.arch/vsx-regs.exp: Use gdb_gcore_cmd.
4417 * gdb.arch/system-gcore.exp: Use gdb_gcore_cmd.
4418 * gdb.arch/pa-nullify.exp (test_core_bt): Use gdb_gcore_cmd.
4419 * lib/gdb.exp (gdb_gcore_cmd): New proc.
4420
4421 2012-11-05 Pedro Alves <palves@redhat.com>
4422
4423 * gdb.base/foll-vfork.exp (vfork_relations_in_info_inferiors): New
4424 procedure.
4425 (do_vfork_and_follow_child_tests_exec)
4426 (do_vfork_and_follow_child_tests_exit): Call it.
4427
4428 2012-11-05 Pedro Alves <palves@redhat.com>
4429
4430 * gdb.base/foll-vfork.c (main): Call perror and _exit if execlp()
4431 fails.
4432
4433 2012-11-03 Yao Qi <yao@codesourcery.com>
4434
4435 Fix PR gdb/14617.
4436 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
4437 Remove setup_kfail, and update test.
4438
4439 2012-11-02 Tom Tromey <tromey@redhat.com>
4440
4441 * gdb.base/catch-syscall.exp (do_syscall_tests): Add completion
4442 test.
4443
4444 2012-11-02 Pedro Alves <palves@redhat.com>
4445
4446 PR gdb/14766
4447
4448 * gdb.base/foll-vfork.exp (vfork_child_follow_to_exit): Remove
4449 setup_kfail.
4450 (tcatch_vfork_then_child_follow_exit): No longer expect "Couldn't
4451 get registers".
4452
4453 2012-11-02 Pedro Alves <palves@redhat.com>
4454
4455 * gdb.base/foll-vfork-exit.c: New file.
4456 * gdb.base/foll-vfork.exp (top level): New file-describing
4457 comment.
4458 (vfork_child_follow_to_exit): New procedure.
4459 (tcatch_vfork_then_child_follow): Rename as ...
4460 (tcatch_vfork_then_child_follow_exec): ... this.
4461 (tcatch_vfork_then_child_follow_exit): New procedure.
4462 (do_vfork_and_follow_parent_tests): New procedure, factored out
4463 from do_vfork_and_exec_tests.
4464 (do_vfork_and_follow_child_tests_exec): Ditto.
4465 (do_vfork_and_exec_tests): Delete.
4466 (do_vfork_and_follow_child_tests_exit): New procedure.
4467 (top level): Run tests with both the program that has the vfork
4468 child execing, and the program has the vfork child exiting.
4469
4470 2012-11-02 Pedro Alves <palves@redhat.com>
4471
4472 * gdb.base/foll-vfork.exp (setup_gdb): New procedure.
4473 (check_vfork_catchpoints, vfork_parent_follow_through_step)
4474 (vfork_parent_follow_to_bp): Call it.
4475 (kill_child): Delete.
4476 (vfork_and_exec_child_follow_to_main_bp)
4477 (vfork_and_exec_child_follow_through_step): Call setup_gdb. No
4478 longer call kill_child.
4479 (tcatch_vfork_then_parent_follow): Call setup_gdb.
4480 (do_vfork_and_exec_tests): Don't runto_main before calling each
4481 test procedure.
4482 (top level): Don't clean restart and set verbose before running
4483 each test procedure.
4484
4485 2012-11-02 Pedro Alves <palves@redhat.com>
4486
4487 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step)
4488 (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)
4492 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
4493 Use with_test_prefix.
4494
4495 2012-11-02 Pedro Alves <palves@redhat.com>
4496
4497 * gdb.base/foll-vfork.c: Add copyright header.
4498 * gdb.base/vforked-prog.c: Add copyright header.
4499
4500 2012-11-02 Pedro Alves <palves@redhat.com>
4501
4502 * gdb.base/foll-vfork.exp
4503 (vfork_and_exec_child_follow_through_step): Don't skip on
4504 non-HP/UX targets. Expect the next to only step one line on
4505 non-HP/UX targets, rather than stopping only after the exec.
4506
4507 2012-11-02 Pedro Alves <palves@redhat.com>
4508
4509 Don't hard code line numbers.
4510
4511 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step):
4512 Expect text from the sources instead of a line number.
4513 (vfork_parent_follow_to_bp)
4514 (vfork_and_exec_child_follow_to_main_bp)
4515 (vfork_and_exec_child_follow_through_step)
4516 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
4517 Use gdb_get_line_number.
4518
4519 2012-11-02 Pedro Alves <palves@redhat.com>
4520
4521 Modernize.
4522
4523 * gdb.base/foll-vfork.exp: Use standard_testfile and
4524 build_executable. Pass descriptive string to untested.
4525 (vfork_parent_follow_through_step, vfork_parent_follow_to_bp)
4526 (vfork_and_exec_child_follow_to_main_bp)
4527 (vfork_and_exec_child_follow_through_step)
4528 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow)
4529 (do_vfork_and_exec_tests): Use gdb_test/gdb_test_multiple instead
4530 of send_gdb/gdb_expect.
4531
4532 (kill_child): New procedure.
4533 (vfork_and_exec_child_follow_to_main_bp)
4534 (vfork_and_exec_child_follow_through_step): Use it.
4535
4536 2012-11-02 Yao Qi <yao@codesourcery.com>
4537
4538 * gdb.base/setvar.exp: Test setting nested struct.
4539 * gdb.base/setvar.c (v_struct3): New.
4540
4541 2012-11-01 Doug Evans <dje@google.com>
4542
4543 * gdb.arch/amd64-pseudo.c (main): Mark registers that the testsuite
4544 changes as clobbered (e.g., amd64-dword.exp) so gcc doesn't try to
4545 use them.
4546
4547 2012-10-31 Andrew Burgess <aburgess@broadcom.com>
4548
4549 PR cli/14772
4550 * gdb.base/gnu_vector.c (union_with_vector_1)
4551 (struct_with_vector_1): Add new struct and union for testing
4552 ptype.
4553 * gdb.base/gnu_vector.exp: Add testing of ptype on vectors, and
4554 structs / unions containing vectors.
4555
4556 2012-10-25 Yao Qi <yao@codesourcery.com>
4557
4558 * gdb.trace/ftrace.exp (test_fast_tracepoints): Use
4559 'setup_kfail' instead of 'setup_kfail_for_target'.
4560 * gdb.base/varargs.exp: Likewise.
4561 * lib/gdb.exp (setup_kfail_for_target): Remove.
4562
4563 2012-10-25 Mark Kettenis <kettenis@openbsd.nfra.nl>
4564
4565 * gdb.base/varargs.exp: PR gdb/12790 is now fixed.
4566
4567 2012-10-25 Mark Kettenis <kettenis@gnu.org>
4568
4569 * gdb.base/varargs.exp: PR gdb/12776 is now fixed.
4570
4571 2012-10-24 Joel Brobecker <brobecker@adacore.com>
4572
4573 * gdb.ada/set_wstr: New testcase.
4574
4575 2012-10-24 Joel Brobecker <brobecker@adacore.com>
4576
4577 * gdb.base/ldbl_e308.c, gdb.base/ldbl_e308.exp: New files.
4578
4579 2012-10-24 Joel Brobecker <brobecker@adacore.com>
4580
4581 * gdb.ada/unc_arr_ptr_in_var_rec: New testcase.
4582
4583 2012-10-24 Mark Kettenis <kettenis@gnu.org>
4584
4585 * gdb.base/callfuncs.exp: PR gdb/12783 is now fixed.
4586
4587 2012-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4588
4589 * gdb.base/callfuncs.exp (do_function_calls): Fix
4590 setup_kfail_for_target for -m32 mode.
4591
4592 2012-10-23 Mark Kettenis <kettenis@gnu.org>
4593
4594 * gdb.base/callfuncs.exp: PR gdb/12796, gdb/12798 and gdb/12800
4595 are now fixed.
4596
4597 2012-10-23 Yao Qi <yao@codesourcery.com>
4598
4599 * gdb.base/info-os.exp: Resume the inferior until it exits.
4600
4601 2012-10-18 Yufeng Zhang <yufeng.zhang@arm.com>
4602
4603 * gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.
4604 * gdb.base/print-file-var.exp: Likewise.
4605 * gdb.base/type-opaque.exp: Likewise.
4606
4607 2012-10-17 Yao Qi <yao@codesourcery.com>
4608
4609 * gdb.mi/mi-memory-changed.exp: New.
4610
4611 2012-10-16 Yao Qi <yao@codesourcery.com>
4612
4613 * gdb.reverse/solib-precsave.exp: Skip if skip_shlib_test
4614 returns true.
4615 Call gdb_load_shlibs.
4616 * gdb.reverse/solib-reverse.exp: Likewise.
4617
4618 2012-10-15 Keith Seitz <keiths@redhat.com>
4619
4620 * lib/cp-support.exp (cp_test_ptype_class): Add support
4621 for class typedefs.
4622
4623 * gdb.cp/derivation.exp: Add tests for g_instance.
4624
4625 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4626
4627 Fix entry values resolving in inlined frames.
4628 * gdb.arch/amd64-entry-value-inline.S: New file.
4629 * gdb.arch/amd64-entry-value-inline.c: New file.
4630 * gdb.arch/amd64-entry-value-inline.exp: New file.
4631
4632 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4633 Doug Evans <dje@google.com>
4634
4635 Fix recent gdb_breakpoint regression.
4636 * gdb.java/jmisc.exp: gdb_breakpoint for $function - remove curly
4637 braces from the parameter.
4638 * gdb.java/jprint.exp: Likewise.
4639
4640 2012-10-15 Doug Evans <dje@google.com>
4641
4642 * lib/gdb.exp (runto): Fix call to gdb_breakpoint.
4643
4644 2012-10-15 Yufeng Zhang <yufeng.zhang@arm.com>
4645
4646 * gdb.dwarf2/dw2-icc-opaque.S: Remove '#'.
4647
4648 2012-10-15 Tom Tromey <tromey@redhat.com>
4649
4650 * gdb.python/py-symtab.exp: Test sal and symtab destructors.
4651
4652 2012-10-15 Tom Tromey <tromey@redhat.com>
4653
4654 * gdb.python/py-symbol.exp: Test symbol destructor.
4655
4656 2012-10-14 Yao Qi <yao@codesourcery.com>
4657
4658 * gdb.mi/mi2-cli.exp: Move to mi-cli.exp.
4659 * gdb.mi/mi-cli.exp: New.
4660
4661 * gdb.mi/mi2-basics.exp: Remove.
4662 * gdb.mi/mi2-break.exp: Remove.
4663 * gdb.mi/mi2-console.exp: Remove.
4664 * gdb.mi/mi2-disassemble.exp: Remove.
4665 * gdb.mi/mi2-eval.exp: Remove.
4666 * gdb.mi/mi2-file.exp: Remove.
4667 * gdb.mi/mi2-hack-cli.exp: Remove.
4668 * gdb.mi/mi2-pthreads.exp: Remove.
4669 * gdb.mi/mi2-read-memory.exp: Remove.
4670 * gdb.mi/mi2-regs.exp: Remove.
4671 * gdb.mi/mi2-return.exp: Remove.
4672 * gdb.mi/mi2-simplerun.exp: Remove.
4673 * gdb.mi/mi2-stack.exp: Remove.
4674 * gdb.mi/mi2-stepi.exp: Remove.
4675 * gdb.mi/mi2-syn-frame.exp: Remove.
4676 * gdb.mi/mi2-until.exp: Remove.
4677 * gdb.mi/mi2-watch.exp: Remove.
4678 * gdb.mi/mi2-var-block.exp: Remove.
4679 * gdb.mi/mi2-var-cmd.exp: Remove.
4680 * gdb.mi/mi2-var-display.exp: Remove.
4681
4682 2012-10-12 Yao Qi <yao@codesourcery.com>
4683
4684 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved): Remove
4685 trail '.*' on matching patterns.
4686
4687 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
4688
4689 * gdb.arch/i386-bp_permanent.exp: Skip if not is_x86_like_target.
4690 * gdb.arch/i386-cfi-notcurrent.exp: Likewise.
4691 * gdb.arch/i386-disp-step.exp: Likewise.
4692 * gdb.arch/i386-gnu-cfi.exp: Likewise.
4693 * gdb.arch/i386-prologue.exp: Likewise.
4694 * gdb.arch/i386-size-overlap.exp: Likewise.
4695 * gdb.arch/i386-size.exp: Likewise.
4696 * gdb.arch/i386-unwind.exp: Likewise.
4697
4698 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
4699
4700 * gdb.arch/i386-byte.exp: Remove is_ilp32_target check.
4701 * gdb.arch/i386-word.exp: Likewise.
4702
4703 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
4704
4705 * gdb.arch/i386-avx.exp: Check is_amd64_regs_target instead of
4706 is_ilp32_target to set nr_regs.
4707 * gdb.arch/i386-sse.exp: Likewise.
4708
4709 2012-10-11 Doug Evans <dje@google.com>
4710
4711 PR breakpoints/14643.
4712 * gdb.linespec/ls-errs.exp: Change tests of "b if|task|thread".
4713 * gdb.linespec/thread.c: New file.
4714 * gdb.linespec/thread.exp: New file.
4715
4716 * lib/gdb.exp (gdb_breakpoint): Fix varargs scan.
4717 Recognize "message" -> print pass and fail. Add eof case.
4718 (runto): Recognize message, no-message. Print pass/fail if requested,
4719 with same treatment as gdb_breakpoint.
4720 (runto_main): Pass no-message to runto.
4721 (gdb_internal_error_resync): Add log message.
4722 (gdb_file_cmd): Tweak internal error fail text for consistency.
4723
4724 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4725
4726 Fix crash during stepping on ppc32.
4727 * gdb.base/step-symless.c: New file.
4728 * gdb.base/step-symless.exp: New file.
4729
4730 2012-10-03 Doug Evans <dje@google.com>
4731
4732 PR symtab/14601
4733 * gdb.cp/using-crash.exp: New file.
4734 * gdb.cp/using-crash.cc: New file.
4735
4736 2012-10-02 Doug Evans <dje@google.com>
4737
4738 * lib/gdb.exp (gdb_unload): Change wording of perror text to be
4739 more consistent.
4740 (runto,gdb_debug_format): Ditto.
4741 (gdb_file_cmd): Watch for eof in nested gdb_expect.
4742 Clean up logging and error messages.
4743
4744 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
4745
4746 Test find command on unmapped memory.
4747 * gdb.base/find-unmapped.c: New file.
4748 * gdb.base/find-unmapped.exp: New file.
4749
4750 2012-09-29 Yao Qi <yao@codesourcery.com>
4751
4752 * gdb.trace/mi-tracepoint-changed.exp: New.
4753 * gdb.mi/mi-breakpoint-changed.exp: New.
4754 * gdb.mi/pending.c, gdb.mi/pendshr1.c: New
4755 * gdb.mi/pendshr2.c: New.
4756
4757 2012-09-28 Yao Qi <yao@codesourcery.com>
4758
4759 * gdb.mi/pr11022.exp: New.
4760 * gdb.mi/pr11022.c: New. Copied from gdb.base/.
4761
4762 2012-09-27 Tom Tromey <tromey@redhat.com>
4763
4764 * gdb.cp/derivation.exp: Add regression test.
4765 * gdb.cp/derivation.cc (class V_base, class V_inter, class
4766 V_derived): New.
4767 (vderived): New global.
4768
4769 2012-09-26 Tom Tromey <tromey@redhat.com>
4770
4771 * gdb.dwarf2/dw2-common-block.S: New file.
4772 * gdb.dwarf2/dw2-common-block.exp: New file.
4773
4774 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4775
4776 * gdb.fortran/common-block.exp: New file.
4777 * gdb.fortran/common-block.f90: New file.
4778
4779 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
4780
4781 * gdb.base/duplicate-bp.c: New file.
4782 * gdb.base/duplicate-bp.exp: New file.
4783
4784 2012-09-26 Yao Qi <yao@codesourcery.com>
4785
4786 * gdb.mi/mi2-cli.exp: Avoid line number in test summary.
4787
4788 Revert:
4789 2012-09-21 Yao Qi <yao@codesourcery.com>
4790
4791 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
4792
4793 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
4794
4795 * gdb.base/longest-types.c: New test case.
4796 * gdb.base/longest-types.exp: New test case.
4797
4798 2012-09-25 Yao Qi <yao@codesourcery.com>
4799
4800 * gdb.mi/mi2-cli.exp: Check breakpoint notification.
4801
4802 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4803
4804 Fix internal error on canonicalization of clang types.
4805 * gdb.dwarf2/dw2-canonicalize-type.S: New file.
4806 * gdb.dwarf2/dw2-canonicalize-type.exp: New file.
4807 * lib/gdb.exp (gdb_file_cmd): Catch also GDB internal error.
4808
4809 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4810
4811 Fix disassemble without parameters in tailcall frame.
4812 * gdb.arch/amd64-entry-value.exp (down, disassemble): New tests.
4813
4814 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
4815
4816 * gdb.dwarf2/dw2-op-out-param.S: New file.
4817 * gdb.dwarf2/dw2-op-out-param.exp: New file.
4818
4819 2012-09-21 Yao Qi <yao@codesourcery.com>
4820
4821 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
4822
4823 2012-09-21 Yao Qi <yao@codesourcery.com>
4824
4825 * gdb.mi/mi-cli.exp: Remove.
4826 * gdb.mi/mi2-cli.exp: Merged from mi-cli.exp.
4827
4828 2012-09-21 Yao Qi <yao@codesourcery.com>
4829
4830 * gdb.mi/mi-reverse.exp: Fix the typo in expected output of
4831 "=record-started" notification.
4832
4833 2012-09-21 Yao Qi <yao@codesourcery.com>
4834
4835 * gdb.mi/mi-record-changed.exp: New.
4836 * gdb.mi/mi-reverse.exp: Adjust expected output.
4837
4838 2012-09-20 Tom Tromey <tromey@redhat.com>
4839
4840 * gdb.python/python.exp: Test atexit.register.
4841
4842 2012-09-20 Doug Evans <dje@google.com>
4843
4844 * boards/dwarf4-gdb-index.exp: New file.
4845
4846 * gdb.base/callfuncs.exp (do_function_calls): Set unwindonsignal to on
4847 while running the tests.
4848
4849 2012-09-18 Joel Brobecker <brobecker@adacore.com>
4850
4851 * gdb.ada/bp_reset: New testcase.
4852
4853 2012-09-18 Yao Qi <yao@codesourcery.com>
4854
4855 * gdb.trace/mi-tsv-changed.exp: New.
4856
4857 2012-09-18 Yao Qi <yao@codesourcery.com>
4858
4859 * gdb.trace/mi-traceframe-changed.exp: New.
4860
4861 2012-09-17 Yao Qi <yao@codesourcery.com>
4862
4863 * gdb.base/list.exp (set_listsize): Don't set arg to "unlimited"
4864 when it is less than 0.
4865
4866 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4867
4868 PR 14119
4869 * gdb.arch/amd64-tailcall-ret.S: New file.
4870 * gdb.arch/amd64-tailcall-ret.c: New file.
4871 * gdb.arch/amd64-tailcall-ret.exp: New file.
4872 * gdb.reverse/amd64-tailcall-reverse.S: New file.
4873 * gdb.reverse/amd64-tailcall-reverse.c: New file.
4874 * gdb.reverse/amd64-tailcall-reverse.exp: New file.
4875
4876 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4877
4878 PR 14548
4879 * gdb.reverse/singlejmp-reverse-nodebug.S: New file.
4880 * gdb.reverse/singlejmp-reverse-nodebug.c: New file.
4881 * gdb.reverse/singlejmp-reverse.S: New file.
4882 * gdb.reverse/singlejmp-reverse.c: New file.
4883 * gdb.reverse/singlejmp-reverse.exp: New file.
4884
4885 2012-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4886
4887 Fix compatibility with old GCC (~4.1).
4888 * gdb.cp/converts.cc (my_enum_var): New variable.
4889
4890 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
4891
4892 * gdb.xml/tdesc-regs.exp: Update expected output for new
4893 vector_size syntax of vector types.
4894
4895 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
4896
4897 Refactor Python "gdb" module into a proper Python package, by
4898 introducing a new "_gdb" module for code implemented in C, and
4899 using reload/__import__ instead of exec.
4900 * gdb.python/python.exp (Test stderr location): Update module
4901 location of GDB-specific sys.stderr.
4902 (Test stdout location): Ditto for sys.stdout.
4903
4904 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4905
4906 * gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu.
4907
4908 2012-09-12 Keith Seitz <keiths@redhat.com>
4909
4910 * gdb.cp/converts.cc (main): Comment out the pointer to boolean
4911 conversion statement.
4912
4913 2012-09-12 Doug Evans <dje@google.com>
4914
4915 * gdb.base/help.exp: Remove testing of individual command help text,
4916 too much of a maintenance burden. Instead, test the functionality
4917 of "help" itself.
4918
4919 2012-09-11 Doug Evans <dje@google.com>
4920
4921 * gdb.cp/mb-inline.exp: Do "info break" after setting multi-location
4922 breakpoint.
4923
4924 * gdb.dwarf2/fission-base.S: Include gdb.dwarf2/ in dwo_name.
4925 * gdb.dwarf2/fission-reread.S: Ditto.
4926 * gdb.dwarf2/fission-base.exp: Remove setting of debug-file-directory.
4927 * gdb.dwarf2/fission-reread.exp: Ditto.
4928
4929 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
4930
4931 * gdb.base/ptype.exp: Test ptype on a pointer to a typedef.
4932
4933 2012-09-10 Joel Brobecker <brobecker@adacore.com>
4934
4935 * gdb.ada/optim_drec: New testcase.
4936
4937 2012-09-10 Doug Evans <dje@google.com>
4938
4939 * boards/fission.exp: Explicitly mark "board" as not remote.
4940
4941 2012-09-10 Keith Seitz <keiths@redhat.com>
4942
4943 PR gdb/13483
4944 * gdb.cp/converts.cc (A::A): Add ctor.
4945 (A::member_): Add member.
4946 (enum my_enum): New enumeration.
4947 (main): Add calls to foo1_7 with various
4948 permitted arguments.
4949 * gdb.cp/converts.exp: Add tests for boolean
4950 conversions permitted by the standard.
4951
4952 2012-09-08 Khoo Yit Phang <khooyp@cs.umd.edu>
4953
4954 Replace -nw option with $INTERNAL_GDBFLAGS in "xgdb" tests to
4955 avoid spurious results due to ~/.gdbinit.
4956 * gdb.gdb/complaint.exp (setup_test): Replace -nw option with
4957 $INTERNAL_GDBFLAGS in run command.
4958 * gdb.gdb/observer.exp (setup_test): Ditto.
4959 * gdb.gdb/selftest.exp (test_with_self): Ditto.
4960 * gdb.gdb/xfullpath.exp (setup_test): Ditto.
4961
4962 2012-09-06 Doug Evans <dje@google.com>
4963
4964 * boards/fission.exp: New file.
4965
4966 * gdb.python/py-value.exp: Use clean_restart.
4967
4968 2012-09-05 Doug Evans <dje@google.com>
4969
4970 * gdb.base/info-macros.c: Fix whitespace.
4971
4972 2012-08-28 Pedro Alves <palves@redhat.com>
4973
4974 PR gdb/14428
4975
4976 * gdb.base/pc-fp.exp: Adjust expected output of 'info registers pc fp'.
4977
4978 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4979
4980 * gdb.base/break-caller-line.c: New file.
4981 * gdb.base/break-caller-line.exp: New file.
4982
4983 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4984
4985 * gdb.ada/rdv_wait.exp (set debug-file-directory): New command.
4986 * gdb.arch/i386-cfi-notcurrent.S: New file.
4987 * gdb.arch/i386-cfi-notcurrent.exp: New file.
4988
4989 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
4990 Yao Qi <yao@codesourcery.com>
4991 Pedro Alves <palves@redhat.com>
4992
4993 * gdb.base/memattr.exp (delete_memory, region_pass, region_fail):
4994 New procedures.
4995 (top level): Add overlap checking tests.
4996
4997 2012-08-24 Tom Tromey <tromey@redhat.com>
4998
4999 * lib/gdb.exp (skip_unwinder_tests): Don't leave 'ok' set if
5000 gdb_test_multiple fails for other reasons.
5001
5002 2012-08-24 Yao Qi <yao@codesourcery.com>
5003
5004 * lib/gdb.exp (skip_unwinder_tests): Remove pass.
5005
5006 2012-08-23 Pedro Alves <palves@redhat.com>
5007
5008 * gdb.base/help.exp: Adjust to "handle" help text change.
5009
5010 2012-08-23 Yao Qi <yao@codesourcery.com>
5011
5012 * gdb.trace/disconnected-tracing.c (start, end): New.
5013 (main): Call start and end.
5014 * gdb.trace/disconnected-tracing.exp (disconnected_tracing): Move
5015 existing tests into this proc.
5016 (disconnected_tfind): New.
5017
5018 2012-08-23 Yao Qi <yao@codesourcery.com>
5019
5020 * boards/native-gdbserver.exp (${board}_upload): New.
5021 * boards/native-stdio-gdbserver.exp (${board}_upload): New.
5022 * gdb.trace/tfile.exp: Don't check 'gdb,nofileio'.
5023 Execute tfile on remote target.
5024 Copy trace file from target to host.
5025
5026 2012-08-22 Joseph Myers <joseph@codesourcery.com>
5027
5028 * gdb.arch/thumb-bx-pc.S: New file.
5029 * gdb.arch/thumb-bx-pc.exp: New file.
5030
5031 2012-08-22 Tom Tromey <tromey@redhat.com>
5032
5033 * gdb.base/maint.exp: Update.
5034
5035 2012-08-22 Tom Tromey <tromey@redhat.com>
5036
5037 * lib/gdb.exp (skip_unwinder_tests): New proc.
5038 * gdb.cp/nextoverthrow.exp: Use skip_unwinder_tests.
5039 * gdb.java/jnpe.exp: Use skip_unwinder_tests.
5040
5041 2012-08-21 Tom Tromey <tromey@redhat.com>
5042
5043 * gdb.hp/gdb.aCC/exception.exp: Remove.
5044
5045 012-08-19 Andrew Pinski <apinski@cavium.com>
5046
5047 * gdb.arch/mips-octeon-bbit.c: New file.
5048 * gdb.arch/mips-octeon-bbit.exp: New Test.
5049
5050 012-08-19 Keith Seitz <keiths@redhat.com>
5051
5052 PR c++/14365
5053 * gdb.dwarf2/dw2-anon-mptr.exp: New file.
5054 * gdb.dwarf2/dw2-anon-mptr.S: New file.
5055
5056 2012-08-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5057
5058 * gdb.base/solib-corrupted.exp (make solibs looping): Replace
5059 verbose -log by more specific untested call.
5060
5061 2012-08-18 Yao Qi <yao@codesourcery.com>
5062
5063 * gdb.trace/tfind.exp: Move tests on various command help before
5064 checking target supports trace.
5065 Fix the expected output of 'help tfind end'.
5066
5067 2012-08-17 Keith Seitz <keiths@redhat.com>
5068
5069 PR c++/13356
5070 * gdb.base/default.exp: Update all "check type" tests.
5071 * gdb.base/help.exp: Likewise.
5072 * gdb.base/setshow.exp: Likewise.
5073 * gdb.cp/converts.cc (foo1_type_check): New function.
5074 (foo2_type_check): New function.
5075 (foo3_type_check): New function.
5076 (main): Call new functions.
5077 * converts.exp: Add tests for integer-to-pointer conversions
5078 with/without strict type-checking.
5079
5080 2012-08-16 Mike Frysinger <vapier@gentoo.org>
5081
5082 * gdb.base/help.exp: Update expected output.
5083
5084 2012-08-16 Joel Brobecker <brobecker@adacore.com>
5085
5086 * gdb.ada/rdv_wait: New testcase.
5087
5088 2012-08-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5089
5090 * gdb.base/attach-twice.exp: Remove excessive ps exec.
5091
5092 2012-08-13 Doug Evans <dje@google.com>
5093
5094 * gdb.base/help.exp: Update expected output.
5095 * gdb.base/default.exp: Update expected output of "show convenience".
5096
5097 2012-08-10 Doug Evans <dje@google.com>
5098
5099 * gdb.python/py-strfns.c: New file.
5100 * gdb.python/py-strfns.exp: New file.
5101 * gdb.python/py-type.exp (test_fields): Add vector tests.
5102
5103 2012-08-10 Mike Frysinger <vapier@gentoo.org>
5104
5105 PR cli/10436:
5106 * gdb.base/completion.exp: Add tests for handle completion.
5107
5108 2012-08-09 Yao Qi <yao@codesourcery.com>
5109
5110 * gdb.mi/mi-cmd-param-changed.exp: New.
5111 * gdb.mi/mi-cli.exp: Update for MI notification "=cmd-param-changed".
5112 * gdb.mi/mi-var-rtti.exp, gdb.mi/mi2-cli.exp: Likewise.
5113 * gdb.mi/mi2-prompt.exp: Likewise.
5114
5115 2012-08-08 Doug Evans <dje@google.com>
5116
5117 * gdb.base/debug-expr.c: New file.
5118 * gdb.base/debug-expr.exp: New file.
5119 * gdb.base/exprs.exp: Test {type} casts.
5120 * gdb.cp/debug-expr.exp: New file.
5121
5122 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5123
5124 * gdb.base/valgrind-infcall.exp (continue #$continue_count): Use
5125 global variable loop, not a 'break'. Add loop count limit to 100.
5126 Add new fail case for terminated vgdb.
5127
5128 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5129 Jean-Marc Saffroy <saffroy@gmail.com>
5130
5131 PR 11804
5132 * gdb.base/gcore-relro.exp: New file.
5133 * gdb.base/gcore-relro-main.c: New file.
5134 * gdb.base/gcore-relro-lib.c: New file.
5135
5136 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5137
5138 Do not false FAIL with old GCCs.
5139 * gdb.base/watchpoint.exp (self-delete local watch) <$no_hw>: XFAIL for
5140 GCC < 4.5 in $no_hw mode.
5141
5142 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5143
5144 * gdb.base/default.exp (cd): Accept new directory with no arguments.
5145
5146 2012-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5147
5148 * gdb.base/list.exp (test_only_end): New function.
5149 Call it.
5150
5151 2012-08-06 Tom Tromey <tromey@redhat.com>
5152
5153 * gdb.python/py-mi.exp: Add test for printer whose children
5154 are a list.
5155 * gdb.python/py-prettyprint.c (struct children_as_list): New.
5156 (main): New variable children_as_list.
5157 * gdb.python/py-prettyprint.py (class pp_children_as_list):
5158 New.
5159 (register_pretty_printers): Register new printer.
5160
5161 2012-08-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
5162
5163 * gdb.base/valgrind-infcall.exp: Expect leading `.' on ppc64's
5164 symbols. Abort if vgdb remote connection is closed.
5165
5166 2012-08-02 Doug Evans <dje@google.com>
5167
5168 * gdb.base/info-fun.exp: Fix failures on m68k, ppc64, s390x.
5169
5170 2012-08-02 Sergio Durigan Junior <sergiodj@redhat.com>
5171
5172 * gdb.base/pc-fp.exp: Adjust testcase to match different outputs from
5173 s390x, PowerPC 64 and m68k-linux.
5174
5175 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
5176
5177 * gdb.base/annota1.exp: Accept no frames-invalid notification
5178 when starting up the program.
5179 * gdb.python/py-value.exp (test_value_numeric_ops): Pointers may
5180 show a symbolic value as well.
5181 * gdb.server/server-exec-info.exp: Skip test when skipping
5182 gdbserver test and/or when skipping shared library tests.
5183 * gdb.threads/linux-dp.exp: Unset "seen" when done with it to
5184 avoid name conflicts with other tests.
5185
5186 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
5187
5188 * gdb.dwarf2/dw2-icc-opaque.S: Remove .align directives.
5189 Fix wrong output on big-endian systems.
5190 * gdb.dwarf2/dw2-icc-opaque.exp: Expect @mode32 attribute on
5191 4-byte pointer types on 64-bit s390x.
5192
5193 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
5194
5195 * gdb.base/watchpoint.c (func2): Initialize local_a. Add
5196 marker comment at the beginning (after intialization).
5197 * gdb.base/watchpoint.exp (test_complex_watchpoint): Set func2
5198 breakpoint on marker comment instead of function begin.
5199 (test_wide_location_1): Do not expect HW watchpoints on 32-bit
5200 PowerPC.
5201 (test_wide_location_2): Do not expect HW watchpoints on 32-bit
5202 or 64-bit PowerPC.
5203 (do_tests): Consistently set can-use-hw-watchpoints to 0 if
5204 gdb,no_hardware_watchpoints flag is set.
5205 (initialize): Remove now redundant can-use-hw-watchpoints change.
5206
5207 2012-08-02 Yao Qi <yao@codesourcery.com>
5208 Pedro Alves <palves@redhat.com>
5209
5210 * boards/local-remote-host.exp: New.
5211
5212 2012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
5213
5214 * gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs.
5215 * gdb.base/ctxobj.exp: Call gdb_load_shlibs.
5216 * gdb.base/print-file-var.exp: Likewise.
5217 * gdb.server/solib-list.exp: Skip on remote targets.
5218
5219 2012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
5220
5221 * gdb.base/watchpoint.exp (test_wide_location_1): Expect software
5222 watchpoints on ARM. When expecting software watchpoints, tolerate
5223 (remote) targets that report unsupported hardware watchpoint only
5224 at continue time.
5225 (test_wide_location_2): Likewise.
5226
5227 2012-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5228
5229 * gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
5230 valgrind versions.
5231
5232 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
5233
5234 * gdb.base/valgrind-infcall.c: New file.
5235 * gdb.base/valgrind-infcall.exp: New file.
5236
5237 * gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
5238
5239 2012-07-30 Keith Seitz <keiths@redhat.com>
5240
5241 * gdb.linespec/ls-errs.exp: Check some quote-enclosed
5242 linespecs.
5243
5244 2012-07-30 Doug Evans <dje@google.com>
5245
5246 * gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
5247 * gdb.dwarf2/pr13961.S: Ditto.
5248
5249 * gdb.dwarf2/dw4-sig-types.exp: Fix typo.
5250
5251 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
5252
5253 * gdb.mi/mi-var-invalidate.exp: Create a floating variable and
5254 change its format immediately after reloading the binary.
5255
5256 2012-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5257
5258 Fix testsuite regression after --use-deprecated-index-sections removal.
5259 * gdb.base/annota1.exp (run until main breakpoint): Update the expect
5260 string.
5261 * gdb.base/async-shell.exp (gdbindex_warning_re): Likewise.
5262
5263 2012-07-27 Yao Qi <yao@codesourcery.com>
5264
5265 KFAIL for PR remote/14161.
5266 * gdb.trace/strace.exp (strace_remove_socket): kfail for native.
5267 Cleanup socket files.
5268 (strace_info_marker): Detach inferior.
5269
5270 2012-07-26 Tom Tromey <tromey@redhat.com>
5271
5272 * gdb.objc/print.exp (test_float_accepted): Remove kfails.
5273
5274 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
5275
5276 * gdb.python/py-inferior.c (thread): New function.
5277 (check_threads): New function.
5278 (test_threads): New function.
5279 * gdb.python/py-inferior.exp: Added test.
5280 Replaced runto with continue to breakpoint.
5281
5282 2012-07-26 Tom Tromey <tromey@redhat.com>
5283
5284 * lib/ada.exp (standard_ada_testfile): New proc.
5285 * gdb.ada/aliased_array.exp: Use standard_ada_testfile.
5286 * gdb.ada/array_bounds.exp: Use standard_ada_testfile.
5287 * gdb.ada/array_return.exp: Use standard_ada_testfile.
5288 * gdb.ada/array_subscript_addr.exp: Use standard_ada_testfile.
5289 * gdb.ada/arrayidx.exp: Use standard_ada_testfile.
5290 * gdb.ada/arrayparam.exp: Use standard_ada_testfile.
5291 * gdb.ada/arrayptr.exp: Use standard_ada_testfile.
5292 * gdb.ada/atomic_enum.exp: Use standard_ada_testfile.
5293 * gdb.ada/bad-task-bp-keyword.exp: Use standard_ada_testfile.
5294 * gdb.ada/bp_enum_homonym.exp: Use standard_ada_testfile.
5295 * gdb.ada/bp_on_var.exp: Use standard_ada_testfile.
5296 * gdb.ada/bp_range_type.exp: Use standard_ada_testfile.
5297 * gdb.ada/call_pn.exp: Use standard_ada_testfile.
5298 * gdb.ada/catch_ex.exp: Use standard_ada_testfile.
5299 * gdb.ada/char_enum.exp: Use standard_ada_testfile.
5300 * gdb.ada/char_param.exp: Use standard_ada_testfile.
5301 * gdb.ada/complete.exp: Use standard_ada_testfile.
5302 * gdb.ada/cond_lang.exp: Use standard_ada_testfile,
5303 standard_output_file.
5304 * gdb.ada/dyn_loc.exp: Use standard_ada_testfile.
5305 * gdb.ada/enum_idx_packed.exp: Use standard_ada_testfile.
5306 * gdb.ada/exec_changed.exp: Use standard_ada_testfile,
5307 standard_output_file.
5308 * gdb.ada/exprs.exp: Use standard_ada_testfile.
5309 * gdb.ada/fixed_cmp.exp: Use standard_ada_testfile.
5310 * gdb.ada/fixed_points.exp: Use standard_ada_testfile.
5311 * gdb.ada/formatted_ref.exp: Use standard_ada_testfile.
5312 * gdb.ada/frame_args.exp: Use standard_ada_testfile.
5313 * gdb.ada/fullname_bp.exp: Use standard_ada_testfile.
5314 * gdb.ada/fun_addr.exp: Use standard_ada_testfile.
5315 * gdb.ada/fun_in_declare.exp: Use standard_ada_testfile.
5316 * gdb.ada/funcall_param.exp: Use standard_ada_testfile.
5317 * gdb.ada/homonym.exp: Use standard_ada_testfile.
5318 * gdb.ada/info_locals_renaming.exp: Use standard_ada_testfile.
5319 * gdb.ada/int_deref.exp: Use standard_ada_testfile.
5320 * gdb.ada/interface.exp: Use standard_ada_testfile.
5321 * gdb.ada/lang_switch.exp: Use standard_ada_testfile,
5322 standard_output_file
5323 * gdb.ada/mi_catch_ex.exp: Use standard_ada_testfile.
5324 * gdb.ada/mi_task_arg.exp: Use standard_ada_testfile.
5325 * gdb.ada/mi_task_info.exp: Use standard_ada_testfile.
5326 * gdb.ada/mod_from_name.exp: Use standard_ada_testfile.
5327 * gdb.ada/nested.exp: Use standard_ada_testfile.
5328 * gdb.ada/null_array.exp: Use standard_ada_testfile.
5329 * gdb.ada/null_record.exp: Use standard_ada_testfile.
5330 * gdb.ada/operator_bp.exp: Use standard_ada_testfile.
5331 * gdb.ada/packed_array.exp: Use standard_ada_testfile.
5332 * gdb.ada/packed_tagged.exp: Use standard_ada_testfile.
5333 * gdb.ada/print_chars.exp: Use standard_ada_testfile.
5334 * gdb.ada/print_pc.exp: Use standard_ada_testfile.
5335 * gdb.ada/ptr_typedef.exp: Use standard_ada_testfile.
5336 * gdb.ada/ptype_field.exp: Use standard_ada_testfile.
5337 * gdb.ada/ptype_tagged_param.exp: Use standard_ada_testfile.
5338 * gdb.ada/rec_return.exp: Use standard_ada_testfile.
5339 * gdb.ada/ref_param.exp: Use standard_ada_testfile.
5340 * gdb.ada/ref_tick_size.exp: Use standard_ada_testfile.
5341 * gdb.ada/same_enum.exp: Use standard_ada_testfile.
5342 * gdb.ada/set_pckd_arr_elt.exp: Use standard_ada_testfile.
5343 * gdb.ada/small_reg_param.exp: Use standard_ada_testfile.
5344 * gdb.ada/start.exp: Use standard_ada_testfile.
5345 * gdb.ada/str_ref_cmp.exp: Use standard_ada_testfile.
5346 * gdb.ada/sym_print_name.exp: Use standard_ada_testfile.
5347 * gdb.ada/taft_type.exp: Use standard_ada_testfile.
5348 * gdb.ada/tagged.exp: Use standard_ada_testfile.
5349 * gdb.ada/tagged_not_init.exp: Use standard_ada_testfile.
5350 * gdb.ada/task_bp.exp: Use standard_ada_testfile.
5351 * gdb.ada/tasks.exp: Use standard_ada_testfile.
5352 * gdb.ada/tick_last_segv.exp: Use standard_ada_testfile.
5353 * gdb.ada/type_coercion.exp: Use standard_ada_testfile.
5354 * gdb.ada/uninitialized_vars.exp: Use standard_ada_testfile.
5355 * gdb.ada/variant_record_packed_array.exp: Use standard_ada_testfile.
5356 * gdb.ada/watch_arg.exp: Use standard_ada_testfile.
5357 * gdb.ada/whatis_array_val.exp: Use standard_ada_testfile.
5358 * gdb.ada/widewide.exp: Use standard_ada_testfile.
5359
5360 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5361
5362 Fix testsuite regression after --use-deprecated-index-sections removal.
5363 * lib/mi-support.exp (gdbindex_warning_re): Update the expect string.
5364
5365 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5366
5367 Fix compatibility with Tcl before 7.5.
5368 * lib/future.exp (lreverse): New function if it does not exist.
5369
5370 2012-07-25 Marc Khouzam <marc.khouzam@ericsson.com>
5371
5372 * gdb.mi/mi-pending.c: New method to set a second pending
5373 breakpoint.
5374 * gdb.mi/mi-pending.exp: Set a pending breakpoint with a
5375 condition.
5376
5377 2012-07-20 Pedro Alves <palves@redhat.com>
5378
5379 PR threads/11692
5380 PR gdb/12203
5381
5382 * gdb.threads/create-fail.c: New file.
5383 * gdb.threads/create-fail.exp: New file.
5384
5385 2012-07-19 Pedro Alves <palves@redhat.com>
5386
5387 * config/monitor.exp (gdb_load): Remove redundant ';' in for loop.
5388 * config/vx.exp (gdb_start): Likewise.
5389 * gdb.base/printcmds.exp (test_print_repeats_10): Likewise.
5390 * gdb.base/setvar.exp (test_set): Likewise.
5391 * gdb.base/sigall.exp: Use foreach+lrange instead of for+continue.
5392 * gdb.reverse/sigall-precsave.exp: Likewise.
5393 * gdb.reverse/sigall-reverse.exp: Likewise.
5394
5395 2012-07-19 Pedro Alves <palves@redhat.com>
5396
5397 * gdb.reverse/sigall-precsave.exp: Set a breakpoint at each signal
5398 handler before recording.
5399
5400 2012-07-19 Tom Tromey <tromey@redhat.com>
5401
5402 * gdb.cp/casts.exp: Add tests for typeof and decltype.
5403 * gdb.cp/casts.cc (decltype): New function.
5404 (main): Use it.
5405
5406 2012-07-19 Pedro Alves <palves@redhat.com>
5407
5408 * gdb.base/sigall.exp (signals): New list.
5409 <top level>: Loop over signals in the $signals list instead of
5410 calling a test function once per signal.
5411 * gdb.reverse/sigall-precsave.exp (signals): New list.
5412 <top level>: Loop over signals in the $signals list instead of
5413 calling a test function once per signal.
5414 * gdb.reverse/sigall-reverse.exp (signals): New list.
5415 <top level>: Loop over signals in the $signals list instead of
5416 calling a test function once per signal.
5417
5418 2012-07-19 Yao Qi <yao@codesourcery.com>
5419
5420 * gdb.base/setshow.exp: Test 'set args ~'.
5421
5422 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5423
5424 * gdb.base/store.exp (check_set): Import gdb_prompt.
5425 (continue to wack_${t}): Make it to conditional gdb_test_multiple.
5426 (${prefix}; next ${t}): Hide its name, handle it conditionally now.
5427
5428 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5429
5430 PR 11914
5431 * gdb.python/py-prettyprint.c (eval_func, eval_sub): New.
5432 (main): Call eval_sub.
5433 * gdb.python/py-prettyprint.exp:
5434 (python execfile ('py-prettyprint.py')): Move it earlier.
5435 New breakpoint for eval-break.
5436 (continue to breakpoint: eval-break, info locals): New test.
5437 (python execfile ('py-prettyprint.py')): Move it from here.
5438 * gdb.python/py-prettyprint.py (class pp_eval_type): New.
5439 (register_pretty_printers): Register pp_eval_type.
5440
5441 2012-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5442
5443 Fix a testcase regression by me.
5444 * gdb.dwarf2/fission-reread.S: Fix two DW_FORM_data8 to be
5445 DW_FORM_data4.
5446
5447 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5448 Doug Evans <dje@google.com>
5449
5450 * gdb.dwarf2/dw2-minsym-in-cu.S: New file.
5451 * gdb.dwarf2/dw2-minsym-in-cu.exp: New file.
5452
5453 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5454
5455 Fix gdbserver run regression.
5456 * gdb.trace/disconnected-tracing.exp (executabel): Fix typo.
5457
5458 2012-07-12 Tom Tromey <tromey@redhat.com>
5459
5460 * lib/gdb.exp (standard_testfile): Don't declare objdir.
5461 (clean_restart): Likewise.
5462 (core_find): Use standard_output_file.
5463
5464 2012-07-12 Tom Tromey <tromey@redhat.com>
5465
5466 * gdb.dwarf2/dup-psym.exp: Use prepare_for_testing_full.
5467 * gdb.dwarf2/dw2-anonymous-func.exp: Use
5468 prepare_for_testing_full.
5469 * gdb.dwarf2/dw2-basic.exp: Use prepare_for_testing_full.
5470 * gdb.dwarf2/dw2-compressed.exp: Use prepare_for_testing_full.
5471 * gdb.dwarf2/dw2-const.exp: Use prepare_for_testing_full.
5472 * gdb.dwarf2/dw2-cu-size.exp: Use prepare_for_testing_full.
5473 * gdb.dwarf2/dw2-intercu.exp: Use prepare_for_testing_full.
5474 * gdb.dwarf2/dw2-intermix.exp: Use prepare_for_testing_full.
5475 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use
5476 prepare_for_testing_full.
5477 * gdb.dwarf2/dw2-producer.exp: Use prepare_for_testing_full.
5478 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use
5479 prepare_for_testing_full.
5480 * gdb.dwarf2/dw2-restore.exp: Use prepare_for_testing_full.
5481 * gdb.dwarf2/dw2-strp.exp: Use prepare_for_testing_full.
5482 * gdb.dwarf2/mac-fileno.exp: Use prepare_for_testing_full.
5483
5484 2012-07-12 Tom Tromey <tromey@redhat.com>
5485
5486 * lib/gdb.exp (build_executable_from_specs): New proc, from
5487 build_executable.
5488 (build_executable): Use it.
5489 (prepare_for_testing_full): New proc.
5490
5491 2012-07-11 Tom Tromey <tromey@redhat.com>
5492
5493 * gdb.reverse/break-precsave.exp: Use standard_output_file.
5494 * gdb.reverse/consecutive-precsave.exp: Use standard_output_file.
5495 * gdb.reverse/finish-precsave.exp: Use standard_output_file.
5496 * gdb.reverse/i386-precsave.exp: Use standard_output_file.
5497 * gdb.reverse/machinestate-precsave.exp: Use standard_output_file.
5498 * gdb.reverse/sigall-precsave.exp: Use standard_output_file.
5499 * gdb.reverse/solib-precsave.exp: Use standard_output_file.
5500 * gdb.reverse/step-precsave.exp: Use standard_output_file.
5501 * gdb.reverse/until-precsave.exp: Use standard_output_file.
5502 * gdb.reverse/watch-precsave.exp: Use standard_output_file.
5503
5504 2012-07-10 Tom Tromey <tromey@redhat.com>
5505
5506 * gdb.mi/dw2-ref-missing-frame.exp: Use standard_testfile,
5507 standard_output_file.
5508 * gdb.mi/gdb2549.exp: Use standard_testfile.
5509 * gdb.mi/gdb669.exp: Use standard_testfile.
5510 * gdb.mi/gdb701.exp: Use standard_testfile.
5511 * gdb.mi/gdb792.exp: Use standard_testfile.
5512 * gdb.mi/mi-async.exp: Use standard_testfile.
5513 * gdb.mi/mi-basics.exp: Use standard_testfile.
5514 * gdb.mi/mi-break.exp: Use standard_testfile.
5515 * gdb.mi/mi-cli.exp: Use standard_testfile.
5516 * gdb.mi/mi-console.exp: Use standard_testfile.
5517 * gdb.mi/mi-disassemble.exp: Use standard_testfile.
5518 * gdb.mi/mi-eval.exp: Use standard_testfile.
5519 * gdb.mi/mi-file-transfer.exp: Use standard_testfile.
5520 * gdb.mi/mi-file.exp: Use standard_testfile.
5521 * gdb.mi/mi-inheritance-syntax-error.exp: Use standard_testfile.
5522 * gdb.mi/mi-logging.exp: Use standard_testfile.
5523 * gdb.mi/mi-nonstop-exit.exp: Use standard_testfile.
5524 * gdb.mi/mi-nonstop.exp: Use standard_testfile.
5525 * gdb.mi/mi-ns-stale-regcache.exp: Use standard_testfile.
5526 * gdb.mi/mi-nsintrall.exp: Use standard_testfile.
5527 * gdb.mi/mi-nsmoribund.exp: Use standard_testfile.
5528 * gdb.mi/mi-nsthrexec.exp: Use standard_testfile.
5529 * gdb.mi/mi-pending.exp: Use standard_testfile,
5530 standard_output_file.
5531 * gdb.mi/mi-pthreads.exp: Use standard_testfile.
5532 * gdb.mi/mi-read-memory.exp: Use standard_testfile.
5533 * gdb.mi/mi-regs.exp: Use standard_testfile.
5534 * gdb.mi/mi-return.exp: Use standard_testfile.
5535 * gdb.mi/mi-reverse.exp: Use standard_testfile.
5536 * gdb.mi/mi-simplerun.exp: Use standard_testfile.
5537 * gdb.mi/mi-solib.exp: Use standard_testfile,
5538 standard_output_file.
5539 * gdb.mi/mi-stack.exp: Use standard_testfile.
5540 * gdb.mi/mi-stepi.exp: Use standard_testfile.
5541 * gdb.mi/mi-stepn.exp: Use standard_testfile.
5542 * gdb.mi/mi-syn-frame.exp: Use standard_testfile.
5543 * gdb.mi/mi-until.exp: Use standard_testfile.
5544 * gdb.mi/mi-var-block.exp: Use standard_testfile.
5545 * gdb.mi/mi-var-child-f.exp: Use standard_testfile.
5546 * gdb.mi/mi-var-child.exp: Use standard_testfile.
5547 * gdb.mi/mi-var-cmd.exp: Use standard_testfile.
5548 * gdb.mi/mi-var-cp.exp: Use standard_testfile.
5549 * gdb.mi/mi-var-display.exp: Use standard_testfile.
5550 * gdb.mi/mi-var-invalidate.exp: Use standard_testfile,
5551 standard_output_file.
5552 * gdb.mi/mi-var-rtti.exp: Use standard_testfile.
5553 * gdb.mi/mi-watch-nonstop.exp: Use standard_testfile.
5554 * gdb.mi/mi-watch.exp: Use standard_testfile.
5555 * gdb.mi/mi2-amd64-entry-value.exp: Use standard_testfile.
5556 * gdb.mi/mi2-basics.exp: Use standard_testfile.
5557 * gdb.mi/mi2-break.exp: Use standard_testfile.
5558 * gdb.mi/mi2-cli.exp: Use standard_testfile.
5559 * gdb.mi/mi2-console.exp: Use standard_testfile.
5560 * gdb.mi/mi2-disassemble.exp: Use standard_testfile.
5561 * gdb.mi/mi2-eval.exp: Use standard_testfile.
5562 * gdb.mi/mi2-file.exp: Use standard_testfile.
5563 * gdb.mi/mi2-pthreads.exp: Use standard_testfile.
5564 * gdb.mi/mi2-read-memory.exp: Use standard_testfile.
5565 * gdb.mi/mi2-regs.exp: Use standard_testfile.
5566 * gdb.mi/mi2-return.exp: Use standard_testfile.
5567 * gdb.mi/mi2-simplerun.exp: Use standard_testfile.
5568 * gdb.mi/mi2-stack.exp: Use standard_testfile.
5569 * gdb.mi/mi2-stepi.exp: Use standard_testfile.
5570 * gdb.mi/mi2-syn-frame.exp: Use standard_testfile.
5571 * gdb.mi/mi2-until.exp: Use standard_testfile.
5572 * gdb.mi/mi2-var-block.exp: Use standard_testfile.
5573 * gdb.mi/mi2-var-child.exp: Use standard_testfile.
5574 * gdb.mi/mi2-var-cmd.exp: Use standard_testfile.
5575 * gdb.mi/mi2-var-display.exp: Use standard_testfile.
5576 * gdb.mi/mi2-watch.exp: Use standard_testfile.
5577
5578 2012-07-10 Tom Tromey <tromey@redhat.com>
5579
5580 * gdb.cp/abstract-origin.exp: Use standard_testfile.
5581 * gdb.cp/ambiguous.exp: Use standard_testfile,
5582 prepare_for_testing.
5583 * gdb.cp/annota2.exp: Use standard_testfile, prepare_for_testing.
5584 * gdb.cp/annota3.exp: Use standard_testfile, prepare_for_testing.
5585 * gdb.cp/anon-ns.exp: Use standard_testfile.
5586 * gdb.cp/anon-struct.exp: Use standard_testfile.
5587 * gdb.cp/anon-union.exp: Use standard_testfile,
5588 prepare_for_testing.
5589 * gdb.cp/arg-reference.exp: Use standard_testfile,
5590 prepare_for_testing.
5591 * gdb.cp/bool.exp: Use standard_testfile, prepare_for_testing.
5592 * gdb.cp/breakpoint.exp: Use standard_testfile,
5593 prepare_for_testing.
5594 * gdb.cp/bs15503.exp: Use standard_testfile, prepare_for_testing.
5595 * gdb.cp/call-c.exp: Use standard_testfile, clean_restart,
5596 standard_output_file.
5597 * gdb.cp/casts.exp: Use standard_testfile, prepare_for_testing.
5598 * gdb.cp/class2.exp: Use standard_testfile, prepare_for_testing.
5599 * gdb.cp/classes.exp: Use standard_testfile, prepare_for_testing.
5600 (test_static_members): Update.
5601 * gdb.cp/cmpd-minsyms.exp: Use standard_testfile.
5602 * gdb.cp/converts.exp: Use standard_testfile.
5603 * gdb.cp/cp-relocate.exp: Use standard_testfile.
5604 * gdb.cp/cpcompletion.exp: Use standard_testfile,
5605 prepare_for_testing.
5606 * gdb.cp/cpexprs.exp: Use standard_testfile, prepare_for_testing.
5607 * gdb.cp/cplabel.exp: Use standard_testfile.
5608 * gdb.cp/cplusfuncs.exp: Use standard_testfile,
5609 prepare_for_testing.
5610 * gdb.cp/ctti.exp: Use standard_testfile, prepare_for_testing.
5611 * gdb.cp/derivation.exp: Use standard_testfile,
5612 prepare_for_testing.
5613 * gdb.cp/destrprint.exp: Use standard_testfile.
5614 * gdb.cp/dispcxx.exp: Use standard_testfile.
5615 * gdb.cp/exception.exp: Use standard_testfile,
5616 prepare_for_testing.
5617 * gdb.cp/expand-psymtabs-cxx.exp: Use standard_testfile.
5618 * gdb.cp/extern-c.exp: Use standard_testfile,
5619 prepare_for_testing.
5620 * gdb.cp/formatted-ref.exp: Use standard_testfile,
5621 prepare_for_testing.
5622 * gdb.cp/fpointer.exp: Use standard_testfile.
5623 * gdb.cp/gdb1355.exp: Use standard_testfile, prepare_for_testing.
5624 * gdb.cp/gdb2384.exp: Use standard_testfile, clean_restart,
5625 standard_output_file.
5626 * gdb.cp/gdb2495.exp: Use standard_testfile, prepare_for_testing.
5627 * gdb.cp/hang.exp: Use standard_testfile, prepare_for_testing.
5628 * gdb.cp/infcall-dlopen.exp: Use standard_testfile,
5629 standard_output_file.
5630 * gdb.cp/inherit.exp: Use standard_testfile, prepare_for_testing.
5631 (do_tests): Update.
5632 * gdb.cp/koenig.exp: Use standard_testfile.
5633 * gdb.cp/local.exp: Use standard_testfile, prepare_for_testing.
5634 * gdb.cp/m-data.exp: Use standard_testfile, prepare_for_testing.
5635 * gdb.cp/m-static.exp: Use standard_testfile,
5636 prepare_for_testing.
5637 * gdb.cp/mb-ctor.exp: Use standard_testfile, prepare_for_testing.
5638 * gdb.cp/mb-inline.exp: Use standard_testfile,
5639 prepare_for_testing.
5640 * gdb.cp/mb-templates.exp: Use standard_testfile,
5641 prepare_for_testing.
5642 * gdb.cp/member-ptr.exp: Use standard_testfile,
5643 prepare_for_testing.
5644 * gdb.cp/meth-typedefs.exp: Use standard_testfile.
5645 * gdb.cp/method.exp: Use standard_testfile, prepare_for_testing.
5646 * gdb.cp/method2.exp: Use standard_testfile.
5647 * gdb.cp/minsym-fallback.exp: Use standard_testfile,
5648 standard_output_file.
5649 * gdb.cp/misc.exp: Use standard_testfile, prepare_for_testing.
5650 (do_tests): Update.
5651 * gdb.cp/namespace-enum.exp: Use standard_testfile,
5652 prepare_for_testing.
5653 * gdb.cp/namespace-nested-import.exp: Use standard_testfile,
5654 prepare_for_testing.
5655 * gdb.cp/namespace.exp: Use standard_testfile,
5656 prepare_for_testing.
5657 * gdb.cp/nextoverthrow.exp: Use standard_testfile.
5658 * gdb.cp/no-dmgl-verbose.exp: Use standard_testfile.
5659 * gdb.cp/nsdecl.exp: Use standard_testfile, prepare_for_testing.
5660 * gdb.cp/nsimport.exp: Use standard_testfile,
5661 prepare_for_testing.
5662 * gdb.cp/nsnested.exp: Use standard_testfile.
5663 * gdb.cp/nsnoimports.exp: Use standard_testfile.
5664 * gdb.cp/nsrecurs.exp: Use standard_testfile,
5665 prepare_for_testing.
5666 * gdb.cp/nsstress.exp: Use standard_testfile,
5667 prepare_for_testing.
5668 * gdb.cp/nsusing.exp: Use standard_testfile, prepare_for_testing.
5669 * gdb.cp/operator.exp: Use standard_testfile.
5670 * gdb.cp/oranking.exp: Use standard_testfile.
5671 * gdb.cp/overload-const.exp: Use standard_testfile.
5672 * gdb.cp/overload.exp: Use standard_testfile,
5673 prepare_for_testing.
5674 * gdb.cp/ovldbreak.exp: Use standard_testfile.
5675 * gdb.cp/ovsrch.exp: Use standard_testfile.
5676 * gdb.cp/paren-type.exp: Use standard_testfile.
5677 * gdb.cp/pass-by-ref.exp: Use standard_testfile,
5678 prepare_for_testing.
5679 * gdb.cp/pr-1023.exp: Use standard_testfile, prepare_for_testing.
5680 * gdb.cp/pr-1210.exp: Use standard_testfile, prepare_for_testing.
5681 * gdb.cp/pr-574.exp: Use standard_testfile, prepare_for_testing.
5682 * gdb.cp/pr10687.exp: Use standard_testfile, clean_restart.
5683 * gdb.cp/pr10728.exp: Use standard_testfile,
5684 standard_output_file.
5685 * gdb.cp/pr12028.exp: Use standard_testfile.
5686 * gdb.cp/pr9067.exp: Use standard_testfile, prepare_for_testing.
5687 * gdb.cp/pr9167.exp: Use standard_testfile.
5688 * gdb.cp/pr9631.exp: Use standard_testfile, prepare_for_testing.
5689 * gdb.cp/printmethod.exp: Use standard_testfile,
5690 prepare_for_testing.
5691 * gdb.cp/psmang.exp: Use standard_testfile, clean_restart.
5692 * gdb.cp/psymtab-parameter.exp: Use standard_testfile.
5693 * gdb.cp/ptype-cv-cp.exp: Use standard_testfile.
5694 * gdb.cp/re-set-overloaded.exp: Use standard_testfile,
5695 standard_output_file.
5696 * gdb.cp/readnow-language.exp: Use standard_testfile.
5697 * gdb.cp/ref-params.exp: Use standard_testfile, build_executable.
5698 (gdb_start_again): Use clean_restart.
5699 * gdb.cp/ref-types.exp: Use standard_testfile,
5700 prepare_for_testing.
5701 * gdb.cp/rtti.exp: Use standard_testfile, prepare_for_testing.
5702 * gdb.cp/shadow.exp: Use standard_testfile, prepare_for_testing.
5703 * gdb.cp/smartp.exp: Use standard_testfile.
5704 * gdb.cp/static-method.exp: Use standard_testfile.
5705 * gdb.cp/static-print-quit.exp: Use standard_testfile.
5706 * gdb.cp/temargs.exp: Use standard_testfile.
5707 * gdb.cp/templates.exp: Use standard_testfile,
5708 prepare_for_testing.
5709 (do_tests): Update.
5710 * gdb.cp/try_catch.exp: Use standard_testfile,
5711 prepare_for_testing.
5712 * gdb.cp/typedef-operator.exp: Use standard_testfile.
5713 * gdb.cp/userdef.exp: Use standard_testfile, prepare_for_testing.
5714 * gdb.cp/virtbase.exp: Use standard_testfile,
5715 prepare_for_testing.
5716 * gdb.cp/virtfunc.exp: Use standard_testfile,
5717 prepare_for_testing.
5718 (do_tests): Update.
5719 * gdb.cp/virtfunc2.exp: Use standard_testfile,
5720 prepare_for_testing.
5721
5722 2012-07-10 Tom Tromey <tromey@redhat.com>
5723
5724 * lib/gdb.exp (standard_testfile): Unset output variables from
5725 earlier invocations.
5726
5727 2012-07-10 Yao Qi <yao@codesourcery.com>
5728
5729 * gdb.mi/gdb2549.exp: Remove -DFAKEARGV from compilation flags.
5730 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp: Likewise.
5731 * gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp: Likewise.
5732 * gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp: Likewise.
5733 * gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp: Likewise.
5734 * gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp: Likewise.
5735 * gdb.mi/mi-return.exp, gdb.mi/mi-reverse.exp: Likewise.
5736 * gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp: Likewise.
5737 * gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp: Likewise.
5738 * gdb.mi/mi-until.exp, gdb.mi/mi-var-block.exp: Likewise.
5739 * gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp: Likewise.
5740 * gdb.mi/mi-var-display.exp: Likewise.
5741 * gdb.mi/mi-var-invalidate.exp: Likewise.
5742 * gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp: Likewise.
5743 * gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp: Likewise.
5744 * gdb.mi/mi2-console.exp: Likewise.
5745 * gdb.mi/mi2-disassemble.exp: Likewise.
5746 * gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp: Likewise.
5747 * gdb.mi/mi2-read-memory.exp: Likewise.
5748 * gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp: Likewise.
5749 * gdb.mi/mi2-simplerun.exp: Likewise.
5750 * gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp: Likewise.
5751 * gdb.mi/mi2-syn-frame.exp: Likewise.
5752 * gdb.mi/mi2-until.exp, gdb.mi/mi2-var-block.exp: Likewise.
5753 * gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp: Likewise.
5754 * gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp: Likewise.
5755
5756 2012-07-09 Tom Tromey <tromey@redhat.com>
5757
5758 * gdb.base/whatis.exp: Add error checks for improper 'void' uses.
5759 * gdb.base/callfuncs.exp: Add cast-based test.
5760 * gdb.base/callfuncs.c (voidfunc): New function.
5761
5762 2012-07-08 Doug Evans <dje@google.com>
5763
5764 * gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
5765
5766 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5767
5768 Fix XFAIL compatibility with old i386 systems.
5769 * gdb.base/stale-infcall.exp (test system longjmp tracking support):
5770 Check also 'Cannot insert breakpoint 0'.
5771
5772 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5773
5774 PR 14321
5775 * gdb.base/find.exp
5776 (find int64_search_buf, +64/8*100, int64_search_buf): New test.
5777
5778 2012-07-06 Tom Tromey <tromey@redhat.com>
5779
5780 * gdb.base/whatis.exp: Add test.
5781
5782 2012-07-06 Tom Tromey <tromey@redhat.com>
5783
5784 * gdb.base/whatis.exp: Add regression test.
5785
5786 2012-07-06 Tom Tromey <tromey@redhat.com>
5787
5788 * gdb.base/whatis.exp: Add tests.
5789
5790 2012-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5791
5792 PR 12649
5793 * gdb.base/dprintf.exp (Set dprintf style to agent): Add missing
5794 gdb_test_multiple $gdb_prompt terminator.
5795
5796 2012-07-04 Pedro Alves <palves@redhat.com>
5797
5798 * gdb.mi/mi-reverse.exp: Use supports_reverse and
5799 supports_process_record.
5800
5801 2012-07-04 Pedro Alves <palves@redhat.com>
5802
5803 * gdb.ada/packed_tagged/comp_bug.adb: Convert to unix text line
5804 endings.
5805 * gdb.mi/mi-reverse.exp: Convert to unix text line endings.
5806
5807 2012-07-03 Stan Shebs <stan@codesourcery.com>
5808
5809 * gdb.base/info-os.c (main): Retry resource acquisition until an
5810 available one is found.
5811 * gdb.base/info-os.exp: Collect resource keys from the program
5812 and use them in matching.
5813
5814 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5815
5816 * gdb.threads/gcore-thread.exp: Remove variable libthread_db_seen.
5817 Wrap the test into loop for corefile and core0file.
5818
5819 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5820
5821 * gdb.dwarf2/fission-reread.S: Remove .section attributes.
5822 Change CU pointer size to 4 bytes, adjust .8byte to .4byte. Remove
5823 .note.GNU-stack.
5824
5825 * gdb.dwarf2/fission-reread.S: Change # comments to /* */ comments.
5826
5827 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
5828
5829 * gdb.base/help.exp (help b, help br, help bre, help brea, help
5830 break): Include help message for the new `-probe' and `-probe-stap'
5831 options.
5832
5833 2012-07-02 Stan Shebs <stan@codesourcery.com>
5834
5835 * gdb.base/dprintf.exp: Add agent style tests.
5836
5837 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5838
5839 * gdb.base/stale-infcall.c (infcall): New label test-next.
5840 (main): New labels test-pass and test-fail.
5841 * gdb.base/stale-infcall.exp: Continue to test-next. Put breakpoint
5842 $test_fail_bpnum to test-fail.
5843 (test system longjmp tracking support): New test.
5844 Delete $test_fail_bpnum.
5845 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept also Temporary
5846 breakpoint.
5847
5848 2012-06-30 Doug Evans <dje@google.com>
5849
5850 * gdb.dwarf2/fission-reread.S: New file.
5851 * gdb.dwarf2/fission-reread.exp: New file.
5852
5853 2012-06-28 Stan Shebs <stan@codesourcery.com>
5854
5855 * gdb.mi/mi-logging.exp: New file.
5856
5857 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5858 Pedro Alves <palves@redhat.com>
5859
5860 * gdb.threads/siginfo-threads.exp: New file.
5861 * gdb.threads/siginfo-threads.c: New file.
5862 * gdb.threads/sigstep-threads.exp: New file.
5863 * gdb.threads/sigstep-threads.c: New file.
5864
5865 2012-06-28 Tom Tromey <tromey@redhat.com>
5866
5867 * gdb.go/package.exp: Partially revert earlier patch; use
5868 gdb_compile again. Use standard_output_file.
5869
5870 2012-06-27 Doug Evans <dje@google.com>
5871
5872 * gdb.dwarf2/fission-base.c: New file.
5873 * gdb.dwarf2/fission-base.S: New file.
5874 * gdb.dwarf2/fission-base.exp: New file.
5875
5876 2012-06-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5877
5878 * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile.
5879
5880 2012-06-27 Tom Tromey <tromey@redhat.com>
5881
5882 * gdb.base/macscp1.c (macscp_expr): Add breakpoint comment.
5883 * gdb.base/macscp.exp (maybe_kfail): Add test for macro scope.
5884
5885 2012-06-27 Tom Tromey <tromey@redhat.com>
5886
5887 * gdb.dwarf2/pr10770.exp: Use standard_testfile.
5888 * gdb.dwarf2/dw2-var-zero-addr.exp: Use standard_testfile.
5889 * gdb.dwarf2/dw2-param-error.exp: Use standard_testfile.
5890 * gdb.dwarf2/dw2-op-call.exp: Use standard_testfile.
5891 * gdb.dwarf2/dw2-inline-param.exp: Use standard_testfile,
5892 prepare_for_testing.
5893 * gdb.dwarf2/dw2-inline-break.exp: Use standard_testfile.
5894 * gdb.dwarf2/dw2-ifort-parameter.exp: Use standard_testfile.
5895 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Use
5896 standard_testfile.
5897 * gdb.dwarf2/dw2-case-insensitive.exp: Use standard_testfile.
5898 * gdb.dwarf2/dw4-sig-types.exp: Use standard_testfile.
5899 * gdb.dwarf2/dw2-objfile-overlap.exp: Use standard_testfile.
5900 * gdb.dwarf2/callframecfa.exp: Use standard_testfile,
5901 prepare_for_testing.
5902 * gdb.dwarf2/dup-psym.exp: Use standard_testfile.
5903 * gdb.dwarf2/dw2-ada-ffffffff.exp: Use standard_testfile.
5904 * gdb.dwarf2/dw2-anonymous-func.exp: Use standard_testfile.
5905 * gdb.dwarf2/dw2-bad-parameter-type.exp: Use standard_testfile.
5906 * gdb.dwarf2/dw2-basic.exp: Use standard_testfile.
5907 * gdb.dwarf2/dw2-compressed.exp: Use standard_testfile.
5908 * gdb.dwarf2/dw2-const.exp: Use standard_testfile.
5909 * gdb.dwarf2/dw2-cu-size.exp: Use standard_testfile.
5910 * gdb.dwarf2/dw2-double-set-die-type.exp: Use standard_testfile.
5911 * gdb.dwarf2/dw2-empty-namespace.exp: Use standard_testfile.
5912 * gdb.dwarf2/dw2-empty-pc-range.exp: Use standard_testfile.
5913 * gdb.dwarf2/dw2-filename.exp: Use standard_testfile.
5914 * gdb.dwarf2/dw2-icc-opaque.exp: Use standard_testfile.
5915 * gdb.dwarf2/dw2-inheritance.exp: Use standard_testfile.
5916 * gdb.dwarf2/dw2-intercu.exp: Use standard_testfile.
5917 * gdb.dwarf2/dw2-intermix.exp: Use standard_testfile.
5918 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use standard_testfile.
5919 * gdb.dwarf2/dw2-modula2-self-type.exp: Use standard_testfile.
5920 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use standard_testfile.
5921 * gdb.dwarf2/dw2-op-stack-value.exp: Use standard_testfile.
5922 * gdb.dwarf2/dw2-producer.exp: Use standard_testfile.
5923 * gdb.dwarf2/dw2-ranges.exp: Use standard_testfile,
5924 standard_output_file.
5925 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use standard_testfile,
5926 standard_output_file.
5927 * gdb.dwarf2/dw2-restore.exp: Use standard_testfile.
5928 * gdb.dwarf2/dw2-simple-locdesc.exp: Use standard_testfile.
5929 * gdb.dwarf2/dw2-skip-prologue.exp: Use standard_testfile.
5930 * gdb.dwarf2/dw2-stack-boundary.exp: Use standard_testfile.
5931 * gdb.dwarf2/dw2-strp.exp: Use standard_testfile.
5932 * gdb.dwarf2/dw4-sig-type-unused.exp: Use standard_testfile.
5933 * gdb.dwarf2/implptr-64bit.exp: Use standard_testfile.
5934 * gdb.dwarf2/implptr-optimized-out.exp: Use standard_testfile.
5935 * gdb.dwarf2/implptr.exp: Use standard_testfile.
5936 * gdb.dwarf2/mac-fileno.exp: Use standard_testfile.
5937 * gdb.dwarf2/member-ptr-forwardref.exp: Use standard_testfile.
5938 * gdb.dwarf2/pieces.exp: Use standard_testfile.
5939 * gdb.dwarf2/pr11465.exp: Use standard_testfile.
5940 * gdb.dwarf2/pr13961.exp: Use standard_testfile.
5941 * gdb.dwarf2/valop.exp: Use standard_testfile,
5942 prepare_for_testing.
5943
5944 2012-06-27 Tom Tromey <tromey@redhat.com>
5945
5946 * gdb.python/python.exp: Fix regexps in pagination tests.
5947
5948 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
5949
5950 * gdb.python/py-symtab.exp: Add tests to test the new attribute
5951 'last' of gdb.Symtab_and_line.
5952 * gdb.python/py-symbol.c: Move break point comment to enable
5953 testing of gdb.Symtab_and_line.last.
5954
5955 2012-06-26 Tom Tromey <tromey@redhat.com>
5956
5957 * gdb.threads/step.c: Remove.
5958 * gdb.threads/step.exp: Remove.
5959 * gdb.threads/step2.exp: Remove.
5960
5961 2012-06-26 Tom Tromey <tromey@redhat.com>
5962
5963 * gdb.threads/watchpoint-fork.exp (test): Use
5964 standard_output_file. Don't declare objdir.
5965 * gdb.threads/attach-into-signal.exp: Use standard_testfile,
5966 standard_output_file.
5967 * gdb.threads/attach-stopped.exp: Use standard_testfile.
5968 * gdb.threads/bp_in_thread.exp: Use standard_testfile,
5969 clean_restart. Remove incdir.
5970 * gdb.threads/corethreads.exp: Use standard_testfile.
5971 * gdb.threads/execl.exp: Use standard_testfile,
5972 standard_output_file, clean_restart.
5973 * gdb.threads/fork-child-threads.exp: Use standard_testfile,
5974 clean_restart.
5975 * gdb.threads/fork-thread-pending.exp: Use standard_testfile,
5976 clean_restart.
5977 * gdb.threads/gcore-thread.exp: Use standard_testfile. Remove
5978 incdir.
5979 * gdb.threads/hand-call-in-threads.exp: Use standard_testfile,
5980 clean_restart. Remove incdir.
5981 * gdb.threads/ia64-sigill.exp: Use standard_testfile.
5982 * gdb.threads/interrupted-hand-call.exp: Use standard_testfile,
5983 clean_restart. Remove incdir.
5984 * gdb.threads/killed.exp: Use standard_testfile, clean_restart.
5985 Remove incdir.
5986 * gdb.threads/leader-exit.exp: Use standard_testfile.
5987 * gdb.threads/linux-dp.exp: Use standard_testfile, clean_restart.
5988 * gdb.threads/local-watch-wrong-thread.exp: Use standard_testfile,
5989 clean_restart.
5990 * gdb.threads/manythreads.exp: Use standard_testfile,
5991 clean_restart. Remove incdir.
5992 * gdb.threads/multi-create.exp: Use standard_testfile,
5993 clean_restart.
5994 * gdb.threads/no-unwaited-for-left.exp: Use standard_testfile.
5995 * gdb.threads/non-ldr-exc-1.exp: Use standard_testfile.
5996 * gdb.threads/non-ldr-exc-2.exp: Use standard_testfile.
5997 * gdb.threads/non-ldr-exc-3.exp: Use standard_testfile.
5998 * gdb.threads/non-ldr-exc-4.exp: Use standard_testfile.
5999 * gdb.threads/pending-step.exp: Use standard_testfile,
6000 clean_restart. Remove incdir.
6001 * gdb.threads/print-threads.exp: Use standard_testfile,
6002 clean_restart. Remove incdir.
6003 * gdb.threads/pthread_cond_wait.exp: Use standard_testfile,
6004 clean_restart. Remove incdir.
6005 * gdb.threads/pthreads.exp: Use standard_testfile, clean_restart.
6006 Remove incdir.
6007 * gdb.threads/schedlock.exp: Use standard_testfile. Remove
6008 incdir.
6009 * gdb.threads/sigthread.exp: Use standard_testfile,
6010 clean_restart.
6011 * gdb.threads/staticthreads.exp: Use standard_testfile,
6012 clean_restart. Remove incdir.
6013 * gdb.threads/switch-threads.exp: Use standard_testfile,
6014 clean_restart. Remove incdir.
6015 * gdb.threads/thread-execl.exp: Use standard_testfile,
6016 clean_restart. Remove incdir.
6017 * gdb.threads/thread-find.exp: Use standard_testfile,
6018 clean_restart.
6019 * gdb.threads/thread-specific.exp: Use standard_testfile,
6020 clean_restart. Remove incdir.
6021 * gdb.threads/thread-unwindonsignal.exp: Use standard_testfile,
6022 clean_restart. Remove incdir.
6023 * gdb.threads/thread_check.exp: Use standard_testfile,
6024 clean_restart. Remove incdir.
6025 * gdb.threads/thread_events.exp: Use standard_testfile. Remove
6026 incdir.
6027 * gdb.threads/threadapply.exp: Use standard_testfile,
6028 clean_restart. Remove incdir.
6029 * gdb.threads/threxit-hop-specific.exp: Use standard_testfile,
6030 clean_restart. Remove incdir.
6031 * gdb.threads/tls-nodebug.exp: Use standard_testfile,
6032 clean_restart.
6033 * gdb.threads/tls-shared.exp: Use standard_testfile,
6034 clean_restart, standard_output_file.
6035 * gdb.threads/tls-var.exp: Use standard_testfile,
6036 standard_output_file.
6037 * gdb.threads/tls.exp: Use standard_testfile, clean_restart.
6038 Remove incdir.
6039 * gdb.threads/watchthreads-reorder.exp: Use standard_testfile.
6040 * gdb.threads/watchthreads.exp: Use standard_testfile. Remove
6041 incdir.
6042 * gdb.threads/watchthreads2.exp: Use standard_testfile,
6043 clean_restart. Remove incdir.
6044
6045 2012-06-26 Tom Tromey <tromey@redhat.com>
6046
6047 * gdb.trace/actions.exp: Use standard_testfile.
6048 * gdb.trace/ax.exp: Use standard_testfile.
6049 * gdb.trace/backtrace.exp: Use standard_testfile.
6050 * gdb.trace/change-loc.exp: Use standard_testfile.
6051 * gdb.trace/circ.exp: Use standard_testfile, prepare_for_testing.
6052 * gdb.trace/collection.exp: Use standard_testfile,
6053 prepare_for_testing.
6054 * gdb.trace/deltrace.exp: Use standard_testfile.
6055 * gdb.trace/disconnected-tracing.exp: Use standard_testfile.
6056 * gdb.trace/ftrace.exp: Use standard_testfile.
6057 * gdb.trace/infotrace.exp: Use standard_testfile.
6058 * gdb.trace/packetlen.exp: Use standard_testfile.
6059 * gdb.trace/passc-dyn.exp: Use standard_testfile.
6060 * gdb.trace/passcount.exp: Use standard_testfile.
6061 * gdb.trace/pending.exp: Use standard_testfile.
6062 * gdb.trace/report.exp: Use standard_testfile.
6063 * gdb.trace/save-trace.exp: Use standard_testfile.
6064 * gdb.trace/stap-trace.exp: Use standard_testfile.
6065 * gdb.trace/status-stop.exp: Use standard_testfile.
6066 * gdb.trace/strace.exp: Use standard_testfile.
6067 * gdb.trace/tfile.exp: Use standard_testfile.
6068 * gdb.trace/tfind.exp: Use standard_testfile.
6069 * gdb.trace/trace-break.exp: Use standard_testfile.
6070 * gdb.trace/trace-mt.exp: Use standard_testfile.
6071 * gdb.trace/tracecmd.exp: Use standard_testfile.
6072 * gdb.trace/tspeed.exp: Use standard_testfile.
6073 * gdb.trace/tstatus.exp: Use standard_testfile.
6074 * gdb.trace/tsv.exp: Use standard_testfile.
6075 * gdb.trace/unavailable.exp: Use standard_testfile,
6076 prepare_for_testing.
6077 * gdb.trace/while-dyn.exp: Use standard_testfile.
6078 * gdb.trace/while-stepping.exp: Use standard_testfile.
6079
6080 2012-06-26 Tom Tromey <tromey@redhat.com>
6081
6082 * gdb.reverse/break-precsave.exp: Use standard_testfile.
6083 * gdb.reverse/break-reverse.exp: Use standard_testfile.
6084 * gdb.reverse/consecutive-precsave.exp: Use standard_testfile.
6085 * gdb.reverse/consecutive-reverse.exp: Use standard_testfile.
6086 * gdb.reverse/finish-precsave.exp: Use standard_testfile.
6087 * gdb.reverse/finish-reverse-bkpt.exp: Use standard_testfile.
6088 * gdb.reverse/finish-reverse.exp: Use standard_testfile.
6089 * gdb.reverse/i386-precsave.exp: Use standard_testfile,
6090 prepare_for_testing.
6091 * gdb.reverse/i386-reverse.exp: Use standard_testfile,
6092 prepare_for_testing.
6093 * gdb.reverse/i386-sse-reverse.exp: Use standard_testfile,
6094 prepare_for_testing.
6095 * gdb.reverse/i387-env-reverse.exp: Use standard_testfile,
6096 prepare_for_testing.
6097 * gdb.reverse/i387-stack-reverse.exp: Use standard_testfile,
6098 prepare_for_testing
6099 * gdb.reverse/machinestate-precsave.exp: Use standard_testfile.
6100 * gdb.reverse/machinestate.exp: Use standard_testfile.
6101 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Use standard_testfile.
6102 * gdb.reverse/sigall-precsave.exp: Use standard_testfile,
6103 build_executable.
6104 * gdb.reverse/sigall-reverse.exp: Use standard_testfile,
6105 build_executable.
6106 * gdb.reverse/solib-precsave.exp: Use standard_testfile,
6107 standard_output_file.
6108 * gdb.reverse/solib-reverse.exp: Use standard_testfile,
6109 standard_output_file.
6110 * gdb.reverse/step-precsave.exp: Use standard_testfile.
6111 * gdb.reverse/step-reverse.exp: Use standard_testfile.
6112 * gdb.reverse/until-precsave.exp: Use standard_testfile.
6113 * gdb.reverse/until-reverse.exp: Use standard_testfile.
6114 * gdb.reverse/watch-precsave.exp: Use standard_testfile.
6115 * gdb.reverse/watch-reverse.exp: Use standard_testfile.
6116
6117 2012-06-26 Tom Tromey <tromey@redhat.com>
6118
6119 * gdb.stabs/weird.exp: Remove directory-checking code. Use
6120 standard_output_file.
6121 * gdb.stabs/exclfwd.exp: Use standard_testfile,
6122 prepare_for_testing. Remove directory-checking code.
6123
6124 2012-06-25 Tom Tromey <tromey@redhat.com>
6125
6126 * gdb.multi/watchpoint-multi.exp: Use standard_testfile.
6127 * gdb.multi/bkpt-multi-exec.exp: Use standard_output_file. Use
6128 build_executable, not prepare_for_testing.
6129 * gdb.multi/base.exp: Use standard_output_file. Use
6130 build_executable, not prepare_for_testing.
6131
6132 2012-06-25 Tom Tromey <tromey@redhat.com>
6133
6134 * gdb.fortran/subarray.exp: Use standard_testfile,
6135 prepare_for_testing.
6136 * gdb.fortran/multi-dim.exp: Use standard_testfile.
6137 * gdb.fortran/module.exp: Use standard_testfile.
6138 * gdb.fortran/logical.exp: Use standard_testfile.
6139 * gdb.fortran/library-module.exp: Use standard_testfile,
6140 standard_output_file.
6141 * gdb.fortran/derived-type.exp: Use standard_testfile,
6142 prepare_for_testing.
6143 * gdb.fortran/complex.exp: Use standard_testfile,
6144 prepare_for_testing.
6145 * gdb.fortran/charset.exp: Use standard_testfile.
6146 * gdb.fortran/array-element.exp: Use standard_testfile,
6147 prepare_for_testing.
6148
6149 2012-06-25 Keith Seitz <keiths@redhat.com>
6150
6151 * gdb.mi/mi-break.exp (test_rbreak_creation_and_listing):
6152 Change rbreak-related tests to KFAIL and add bugzilla numbers.
6153
6154 2012-06-25 Tom Tromey <tromey@redhat.com>
6155
6156 * gdb.pascal/integers.exp: Use standard_testfile, clean_restart.
6157 * gdb.pascal/hello.exp: Use standard_testfile, clean_restart.
6158 * gdb.pascal/gdb11492.exp: Use standard_testfile, clean_restart.
6159 * gdb.pascal/floats.exp: Use standard_testfile, clean_restart.
6160
6161 2012-06-25 Tom Tromey <tromey@redhat.com>
6162
6163 * gdb.linespec/ls-errs.exp: Use standard_testfile.
6164 * gdb.linespec/ls-dollar.exp: Use standard_testfile.
6165 * gdb.linespec/linespec.exp: Use standard_testfile.
6166
6167 2012-06-25 Tom Tromey <tromey@redhat.com>
6168
6169 * gdb.modula2/unbounded-array.exp: Use standard_testfile,
6170 prepare_for_testing.
6171
6172 2012-06-25 Tom Tromey <tromey@redhat.com>
6173
6174 * gdb.opt/clobbered-registers-O2.exp: Use standard_testfile,
6175 prepare_for_testing.
6176 * gdb.opt/inline-break.exp: Use standard_testfile,
6177 prepare_for_testing.
6178 * gdb.opt/inline-bt.exp: Use standard_testfile,
6179 prepare_for_testing.
6180 * gdb.opt/inline-cmds.exp: Use standard_testfile,
6181 prepare_for_testing.
6182 * gdb.opt/inline-locals.exp: Use standard_testfile,
6183 prepare_for_testing.
6184
6185 2012-06-25 Tom Tromey <tromey@redhat.com>
6186
6187 * gdb.asm/asm-source.exp: Use standard_output_file,
6188 standard_testfile. Construct .o files in proper subdir.
6189
6190 2012-06-25 Tom Tromey <tromey@redhat.com>
6191
6192 * gdb.server/ext-attach.exp: Use standard_testfile,
6193 prepare_for_testing.
6194 * gdb.server/ext-run.exp: Use standard_testfile,
6195 build_executable.
6196 * gdb.server/file-transfer.exp: Use standard_testfile,
6197 prepare_for_testing.
6198 * gdb.server/server-exec-info.exp: Use standard_testfile.
6199 * gdb.server/server-mon.exp: Use standard_testfile,
6200 prepare_for_testing.
6201 * gdb.server/server-run.exp: Use standard_testfile,
6202 build_executable.
6203 * gdb.server/solib-list.exp: Use standard_testfile,
6204 standard_output_file.
6205
6206 2012-06-25 Tom Tromey <tromey@redhat.com>
6207
6208 * lib/gdb.exp (standard_output_file): Use "file join".
6209 * gdb.go/chan.exp: Use standard_testfile.
6210 * gdb.go/handcall.exp: Use standard_testfile.
6211 * gdb.go/hello.exp: Use standard_testfile.
6212 * gdb.integers/chan.exp: Use standard_testfile.
6213 * gdb.go/methods.exp: Use standard_testfile.
6214 * gdb.go/package.exp: Use standard_testfile.
6215 * gdb.go/strings.exp: Use standard_testfile.
6216 * gdb.go/types.exp: Use standard_testfile.
6217 * gdb.go/unsafe.exp: Use standard_testfile.
6218
6219 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
6220
6221 * gdb.arch/arm-disp-step.S: Fix use of .global directives.
6222
6223 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6224
6225 Fix regression by the previous commit.
6226 * gdb.python/lib-types.exp: Add c++ to the compilation flags.
6227
6228 2012-06-22 Tom Tromey <tromey@redhat.com>
6229
6230 * gdb.python/lib-types.exp: Use standard_testfile,
6231 prepare_for_testing.
6232 * gdb.python/py-block.exp: Use standard_testfile.
6233 * gdb.python/py-breakpoint.exp: Use standard_testfile.
6234 * gdb.python/py-events.exp: Use standard_testfile,
6235 standard_output_file.
6236 * gdb.python/py-evsignal.exp: Use standard_testfile.
6237 * gdb.python/py-evethreads.exp: Use standard_testfile.
6238 * gdb.python/py-explore-cc.exp: Use standard_testfile.
6239 * gdb.python/py-explore.exp: Use standard_testfile.
6240 * gdb.python/py-finish-breakpoint.exp: Use standard_testfile,
6241 standard_output_file.
6242 * gdb.python/py-finish-breakpoint2.exp: Use standard_testfile,
6243 prepare_for_testing.
6244 * gdb.python/py-frame-inline.exp: Use standard_testfile.
6245 * gdb.python/py-frame.exp: Use standard_testfile.
6246 * gdb.python/py-inferior.exp: Use standard_testfile.
6247 * gdb.python/py-infthread.exp: Use standard_testfile.
6248 * gdb.python/py-mi.exp: Use standard_testfile.
6249 * gdb.python/py-objfile-script.exp: Use standard_testfile,
6250 build_executable.
6251 * gdb.python/py-objfile.exp: Use standard_testfile.
6252 * gdb.python/py-pp-maint.exp: Use standard_testfile,
6253 prepare_for_testing.
6254 * gdb.python/py-prettyprint.exp: Use standard_testfile.
6255 * gdb.python/py-progspace.exp: Use standard_testfile,
6256 build_executable.
6257 * gdb.python/py-prompt.exp: Use standard_testfile,
6258 build_executable.
6259 * gdb.python/py-section-script.exp: Use standard_testfile,
6260 build_executable.
6261 * gdb.python/py-shared.exp: Use standard_testfile,
6262 standard_output_file, clean_restart.
6263 * gdb.python/py-symbol.exp: Use standard_output_file,
6264 prepare_for_testing.
6265 * gdb.python/py-symtab.exp: Use standard_output_file,
6266 prepare_for_testing
6267 * gdb.python/py-template.exp: Use standard_testfile.
6268 * gdb.python/py-type.exp: Use standard_testfile.
6269 * gdb.python/py-value-cc.exp: Use standard_testfile.
6270 * gdb.python/py-value.exp: Use standard_testfile.
6271 * gdb.python/python.exp: Use standard_testfile, build_executable.
6272
6273 2012-06-22 Tom Tromey <tromey@redhat.com>
6274
6275 * gdb.objc/basicclass.exp: Use standard_testfile.
6276 (do_objc_tests): Don't declare objdir.
6277 * gdb.objc/nondebug.exp: Use standard_testfile.
6278 (do_objc_tests): Don't declare objdir.
6279 * gdb.objc/objcdecode.exp: Use standard_testfile.
6280 (do_objc_tests): Don't declare objdir.
6281
6282 2012-06-22 Tom Tromey <tromey@redhat.com>
6283
6284 * gdb.java/jmain.exp: Use standard_testfile.
6285 * gdb.java/jmisc.exp: Use standard_testfile.
6286 * gdb.java/jnpe.exp: Use standard_testfile.
6287 * gdb.java/jprint.exp: Use standard_testfile.
6288
6289 2012-06-22 Tom Tromey <tromey@redhat.com>
6290
6291 * lib/gdb.exp (default_gdb_init): Set gdb_test_file_name.
6292 (standard_output_file, standard_testfile): New procs.
6293 (build_executable, clean_restart): Use standard_output_file.
6294
6295 2012-06-22 Yao Qi <yao@codesourcery.com>
6296
6297 * boards/native-gdbserver.exp: New proc ${board}_exec.
6298 * boards/native-stdio-gdbserver.exp: Likewise.
6299
6300 2012-06-21 Tom Tromey <tromey@redhat.com>
6301
6302 * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests)
6303 (build_executable): Update.
6304 (get_compiler_info): Remove 'binfile' argument.
6305 * gdb.ada/arrayidx.exp: Update.
6306 * gdb.ada/null_array.exp: Update.
6307 * gdb.arch/altivec-abi.exp: Update.
6308 * gdb.arch/altivec-regs.exp: Update.
6309 * gdb.arch/amd64-byte.exp: Update.
6310 * gdb.arch/amd64-dword.exp: Update.
6311 * gdb.arch/amd64-word.exp: Update.
6312 * gdb.arch/i386-avx.exp: Update.
6313 * gdb.arch/i386-byte.exp: Update.
6314 * gdb.arch/i386-sse.exp: Update.
6315 * gdb.arch/i386-word.exp: Update.
6316 * gdb.arch/ppc-dfp.exp: Update.
6317 * gdb.arch/ppc-fp.exp: Update.
6318 * gdb.arch/vsx-regs.exp: Update.
6319 * gdb.base/all-bin.exp: Update.
6320 * gdb.base/annota1.exp: Update.
6321 * gdb.base/async.exp: Update.
6322 * gdb.base/attach.exp: Update.
6323 * gdb.base/break-interp.exp: Update.
6324 * gdb.base/call-ar-st.exp: Update.
6325 * gdb.base/call-rt-st.exp: Update.
6326 * gdb.base/call-sc.exp: Update.
6327 * gdb.base/callfuncs.exp: Update.
6328 * gdb.base/catch-load.exp: Update.
6329 * gdb.base/completion.exp: Update.
6330 * gdb.base/complex.exp: Update.
6331 * gdb.base/condbreak.exp: Update.
6332 * gdb.base/consecutive.exp: Update.
6333 * gdb.base/constvars.exp: Update.
6334 * gdb.base/corefile.exp: Update.
6335 * gdb.base/eval-skip.exp: Update.
6336 * gdb.base/expand-psymtabs.exp: Update.
6337 * gdb.base/exprs.exp: Update.
6338 * gdb.base/fileio.exp: Update.
6339 * gdb.base/fixsection.exp: Update.
6340 * gdb.base/funcargs.exp: Update.
6341 * gdb.base/gdb11530.exp: Update.
6342 * gdb.base/gdb1555.exp: Update.
6343 * gdb.base/gnu-ifunc.exp: Update.
6344 * gdb.base/gnu_vector.exp: Update.
6345 * gdb.base/info-macros.exp: Update.
6346 * gdb.base/jit-simple.exp: Update.
6347 * gdb.base/jit-so.exp: Update.
6348 * gdb.base/jit.exp: Update.
6349 * gdb.base/langs.exp: Update.
6350 * gdb.base/list.exp: Update.
6351 * gdb.base/logical.exp: Update.
6352 * gdb.base/long_long.exp: Update.
6353 * gdb.base/longjmp.exp: Update.
6354 * gdb.base/macscp.exp: Update.
6355 * gdb.base/mips_pro.exp: Update.
6356 * gdb.base/miscexprs.exp: Update.
6357 * gdb.base/morestack.exp: Update.
6358 * gdb.base/nodebug.exp: Update.
6359 * gdb.base/opaque.exp: Update.
6360 * gdb.base/pc-fp.exp: Update.
6361 * gdb.base/pending.exp: Update.
6362 * gdb.base/permissions.exp: Update.
6363 * gdb.base/pointers.exp: Update.
6364 * gdb.base/prelink.exp: Update.
6365 * gdb.base/printcmds.exp: Update.
6366 * gdb.base/psymtab.exp: Update.
6367 * gdb.base/ptype.exp: Update.
6368 * gdb.base/relational.exp: Update.
6369 * gdb.base/scope.exp: Update.
6370 * gdb.base/setvar.exp: Update.
6371 * gdb.base/shlib-call.exp: Update.
6372 * gdb.base/shreloc.exp: Update.
6373 * gdb.base/signals.exp: Update.
6374 * gdb.base/sizeof.exp: Update.
6375 * gdb.base/so-impl-ld.exp: Update.
6376 * gdb.base/so-indr-cl.exp: Update.
6377 * gdb.base/solib-disc.exp: Update.
6378 * gdb.base/solib-display.exp: Update.
6379 * gdb.base/solib-nodir.exp: Update.
6380 * gdb.base/solib-overlap.exp: Update.
6381 * gdb.base/solib-symbol.exp: Update.
6382 * gdb.base/solib-weak.exp: Update.
6383 * gdb.base/solib.exp: Update.
6384 * gdb.base/store.exp: Update.
6385 * gdb.base/structs.exp: Update.
6386 * gdb.base/structs2.exp: Update.
6387 * gdb.base/type-opaque.exp: Update.
6388 * gdb.base/unload.exp: Update.
6389 * gdb.base/varargs.exp: Update.
6390 * gdb.base/volatile.exp: Update.
6391 * gdb.base/watch_thread_num.exp: Update.
6392 * gdb.base/watchpoint-solib.exp: Update.
6393 * gdb.base/watchpoint.exp: Update.
6394 * gdb.base/watchpoints.exp: Update.
6395 * gdb.base/whatis.exp: Update.
6396 * gdb.cell/arch.exp: Update.
6397 * gdb.cell/break.exp: Update.
6398 * gdb.cell/bt.exp: Update.
6399 * gdb.cell/core.exp: Update.
6400 * gdb.cell/data.exp: Update.
6401 * gdb.cell/ea-cache.exp: Update.
6402 * gdb.cell/f-regs.exp: Update.
6403 * gdb.cell/fork.exp: Update.
6404 * gdb.cell/gcore.exp: Update.
6405 * gdb.cell/mem-access.exp: Update.
6406 * gdb.cell/ptype.exp: Update.
6407 * gdb.cell/registers.exp: Update.
6408 * gdb.cell/sizeof.exp: Update.
6409 * gdb.cell/solib-symbol.exp: Update.
6410 * gdb.cell/solib.exp: Update.
6411 * gdb.cp/ambiguous.exp: Update.
6412 * gdb.cp/breakpoint.exp: Update.
6413 * gdb.cp/bs15503.exp: Update.
6414 * gdb.cp/casts.exp: Update.
6415 * gdb.cp/class2.exp: Update.
6416 * gdb.cp/cpexprs.exp: Update.
6417 * gdb.cp/cplusfuncs.exp: Update.
6418 * gdb.cp/ctti.exp: Update.
6419 * gdb.cp/dispcxx.exp: Update.
6420 * gdb.cp/gdb1355.exp: Update.
6421 * gdb.cp/gdb2384.exp: Update.
6422 * gdb.cp/gdb2495.exp: Update.
6423 * gdb.cp/infcall-dlopen.exp: Update.
6424 * gdb.cp/local.exp: Update.
6425 * gdb.cp/m-data.exp: Update.
6426 * gdb.cp/m-static.exp: Update.
6427 * gdb.cp/mb-ctor.exp: Update.
6428 * gdb.cp/mb-inline.exp: Update.
6429 * gdb.cp/mb-templates.exp: Update.
6430 * gdb.cp/member-ptr.exp: Update.
6431 * gdb.cp/method.exp: Update.
6432 * gdb.cp/namespace.exp: Update.
6433 * gdb.cp/nextoverthrow.exp: Update.
6434 * gdb.cp/nsdecl.exp: Update.
6435 * gdb.cp/nsrecurs.exp: Update.
6436 * gdb.cp/nsstress.exp: Update.
6437 * gdb.cp/nsusing.exp: Update.
6438 * gdb.cp/pr-1023.exp: Update.
6439 * gdb.cp/pr-1210.exp: Update.
6440 * gdb.cp/pr-574.exp: Update.
6441 * gdb.cp/pr9631.exp: Update.
6442 * gdb.cp/printmethod.exp: Update.
6443 * gdb.cp/psmang.exp: Update.
6444 * gdb.cp/re-set-overloaded.exp: Update.
6445 * gdb.cp/rtti.exp: Update.
6446 * gdb.cp/shadow.exp: Update.
6447 * gdb.cp/templates.exp: Update.
6448 * gdb.cp/try_catch.exp: Update.
6449 * gdb.dwarf2/dw2-ranges.exp: Update.
6450 * gdb.dwarf2/pr10770.exp: Update.
6451 * gdb.fortran/library-module.exp: Update.
6452 * gdb.hp/gdb.aCC/optimize.exp: Update.
6453 * gdb.hp/gdb.aCC/watch-cmd.exp: Update.
6454 * gdb.hp/gdb.base-hp/callfwmall.exp: Update.
6455 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Update.
6456 * gdb.hp/gdb.base-hp/pxdb.exp: Update.
6457 * gdb.hp/gdb.base-hp/sized-enum.exp: Update.
6458 * gdb.hp/gdb.base-hp/so-thresh.exp: Update.
6459 * gdb.hp/gdb.compat/xdb1.exp: Update.
6460 * gdb.hp/gdb.compat/xdb2.exp: Update.
6461 * gdb.hp/gdb.compat/xdb3.exp: Update.
6462 * gdb.hp/gdb.defects/bs14602.exp: Update.
6463 * gdb.hp/gdb.defects/solib-d.exp: Update.
6464 * gdb.hp/gdb.objdbg/objdbg01.exp: Update.
6465 * gdb.hp/gdb.objdbg/objdbg02.exp: Update.
6466 * gdb.hp/gdb.objdbg/objdbg03.exp: Update.
6467 * gdb.hp/gdb.objdbg/objdbg04.exp: Update.
6468 * gdb.mi/gdb792.exp: Update.
6469 * gdb.mi/mi-pending.exp: Update.
6470 * gdb.mi/mi-solib.exp: Update.
6471 * gdb.mi/mi-var-cp.exp: Update.
6472 * gdb.opt/clobbered-registers-O2.exp: Update.
6473 * gdb.opt/inline-bt.exp: Update.
6474 * gdb.opt/inline-cmds.exp: Update.
6475 * gdb.opt/inline-locals.exp: Update.
6476 * gdb.python/py-events.exp: Update.
6477 * gdb.python/py-finish-breakpoint.exp: Update.
6478 * gdb.python/py-type.exp: Update.
6479 * gdb.reverse/solib-precsave.exp: Update.
6480 * gdb.reverse/solib-reverse.exp: Update.
6481 * gdb.server/solib-list.exp: Update.
6482 * gdb.stabs/weird.exp: Update.
6483 * gdb.threads/attach-into-signal.exp: Update.
6484 * gdb.threads/attach-stopped.exp: Update.
6485 * gdb.threads/tls-shared.exp: Update.
6486 * gdb.trace/change-loc.exp: Update.
6487 * gdb.trace/strace.exp: Update.
6488
6489 2012-06-19 Tom Tromey <tromey@redhat.com>
6490
6491 * gdb.base/whatis.exp: Add tests.
6492
6493 2012-06-19 Tom Tromey <tromey@redhat.com>
6494
6495 * gdb.cp/m-static.cc (keepalive): New function.
6496 (gnu_obj_1::method): Use it.
6497
6498 2012-06-18 Doug Evans <dje@google.com>
6499
6500 * gdb.base/info-fun.exp: New file.
6501 * gdb.base/info-fun.c: New file.
6502 * gdb.base/info-fun-solib.c: New file.
6503
6504 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6505
6506 Remove stale dummy frames.
6507 * gdb.base/call-signal-resume.exp (maintenance print dummy-frames)
6508 (maintenance info breakpoints): New tests.
6509 * gdb.base/stale-infcall.c: New file.
6510 * gdb.base/stale-infcall.exp: New file.
6511
6512 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6513
6514 * gdb.arch/amd64-entry-value-param.S: New file.
6515 * gdb.arch/amd64-entry-value-param.c: New file.
6516 * gdb.arch/amd64-entry-value-param.exp: New file.
6517
6518 2012-06-15 Tom Tromey <tromey@redhat.com>
6519
6520 * gdb.cp/namespace.exp: Add "show lang" test.
6521
6522 2012-06-15 Iain Sandoe <iain@codesourcery.com>
6523
6524 * gdb.base/list.exp (test_listsize): Remove $use_gdb_stub special
6525 case. (top level): Use gdb_file_cmd instead of gdb_load.
6526
6527 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6528
6529 PR tdep/14222
6530 * gdb.arch/i386-sse-stack-align.S: New file.
6531 * gdb.arch/i386-sse-stack-align.c: New file.
6532 * gdb.arch/i386-sse-stack-align.exp: New file.
6533
6534 2012-06-13 Keith Seitz <keiths@redhat.com>
6535
6536 PR breakpoints/13798 and mi/11541
6537 * gdb.linespec/ls-errs.exp: Add a few more tests for
6538 filenames with spaces and colons.
6539
6540 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6541
6542 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
6543 * gdb.cp/cpexprs.cc (class CV, CV::i, ATTRIBUTE_USED, CV_f): New.
6544 (test_function): Call CV_f.
6545 * gdb.cp/cpexprs.exp (p 'CV::m(int)', p CV::m(int))
6546 (p 'CV::m(int) const', p CV::m(int) const, p 'CV::m(int) volatile')
6547 (p CV::m(int) volatile, p 'CV::m(int) const volatile')
6548 (p CV::m(int) const volatile, p CV_f(int), p CV_f(CV::t))
6549 (p CV_f(CV::i)): New tests.
6550
6551 2012-06-13 Tom Tromey <tromey@redhat.com>
6552
6553 * gdb.base/condbreak.exp: Add tests for "condition" completion.
6554
6555 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6556
6557 Fix regression by the "ambiguous linespec" series.
6558 * gdb.base/break.exp (list marker1, break lineno, delete $bpnum): New
6559 tests.
6560
6561 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6562
6563 * lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
6564 missing.
6565
6566 2012-06-11 Tom Tromey <tromey@redhat.com>
6567
6568 * gdb.base/longjmp.c (hidden_longjmp): Move expected catch
6569 location...
6570 (main): ...here.
6571
6572 2012-06-07 Yao Qi <yao@codesourcery.com>
6573
6574 * gdb.trace/strace.exp: Shorten some too-long lines.
6575
6576 2012-06-06 Pedro Alves <palves@redhat.com>
6577
6578 * gdb.threads/clone-new-thread-event.c: New file.
6579 * gdb.threads/clone-new-thread-event.exp: New file.
6580
6581 2012-06-06 Yao Qi <yao@codesourcery.com>
6582
6583 * gdb.base/dprintf.c (main): Add extra parameter when calling
6584 printf and fprintf.
6585 (bar): New function. It is a dead function, but to ensure
6586 'malloc' is linked explicitly.
6587
6588 2012-06-06 Yao Qi <yao@codesourcery.com>
6589
6590 * gdb.base/info-proc.exp: Return if target doesn't support
6591 'info proc'.
6592
6593 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6594
6595 * gdb.base/freebpcmd.exp (set lines): Check valid range of I.
6596 (run program with breakpoint commands): XFAIl if it is not.
6597
6598 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6599
6600 * gdb.base/ctxobj-f.c (GET_VERSION): Introduce local variable
6601 and add comment.
6602 * gdb.base/ctxobj-m.c (main): Rewrite, and add comment.
6603 * gdb.base/ctxobj.exp: Insert breakpoint in ctxobj-f.c using
6604 "STOP" marker. Adjust testing strategy to make it work on
6605 all targets.
6606
6607 * gdb.base/print-file-var-main.c (main): Rewrite using local
6608 variables and adjust get_version_2's return value check.
6609 Add small comment.
6610 * gdb.base/print-file-var.exp: Insert breakpoint using "STOP"
6611 marker. Adjust testing strategy to make it work on all targets.
6612
6613 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6614
6615 * gdb.ada/bad-task-bp-keyword: New testcase.
6616
6617 2012-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6618
6619 * gdb.base/code_elim.exp (add-symbol-file ${testfile1} 0x100000):
6620 Simplify it to ...
6621 (symbol-file ${testfile1}): ... here.
6622 (test eliminated var my_global_symbol)
6623 (test eliminated var my_static_symbol)
6624 (test eliminated var my_global_func, get address of main): Wrap them to
6625 'single psymtabs' and 'single symtabs'
6626 (get address of my_global_symbol, get address of my_static_symbol)
6627 (get address of my_global_func, get address of main): Wrap them to
6628 'order1' and 'order2'.
6629
6630 * gdb.base/code_elim.exp
6631 (add-symbol-file ${testfile1} 0x100000)
6632 (add-symbol-file ${testfile2} 0x200000): Wrap them to 'order1' and
6633 'order2'.
6634 (order1: add-symbol-file ${testfile1} 0x100000)
6635 (order1: add-symbol-file ${testfile2} 0x200000)
6636 (order2: add-symbol-file ${testfile2} 0x200000)
6637 (order2: add-symbol-file ${testfile1} 0x100000): Add -s .data and -s
6638 .bss as appropriate.
6639
6640 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6641
6642 * gdb.server/solib-list-lib.c: New file.
6643 * gdb.server/solib-list-main.c: New file.
6644 * gdb.server/solib-list.exp: New file.
6645
6646 2012-05-25 Maciej W. Rozycki <macro@codesourcery.com>
6647
6648 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
6649 for 'set print symbol' change.
6650
6651 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6652
6653 * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and
6654 .debug_abbrev_seg3.
6655
6656 2012-05-24 John Steele Scott <toojays@toojays.net>
6657
6658 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
6659 * gdb.dwarf2/dw2-icc-opaque.S: New file.
6660 * gdb.dwarf2/dw2-icc-opaque.exp: New file.
6661
6662 2012-05-23 Stan Shebs <stan@codesourcery.com>
6663
6664 * gdb.mi/mi-info-os.exp: New file.
6665
6666 2012-05-23 Keith Seitz <keiths@redhat.com>
6667
6668 * gdb.trace/stap-trace.exp: If compile_stap_bin fails,
6669 return -1 to suppress the rest of the tests.
6670 (compile_stap_bin): Return boolean success value.
6671
6672 2012-05-21 Tom Tromey <tromey@redhat.com>
6673
6674 * gdb.cp/inherit.exp (test_print_mi_members): Expect errors.
6675 Remove kfails.
6676 (test_print_mi_member_types): Likewise.
6677
6678 2012-05-21 Tom Tromey <tromey@redhat.com>
6679
6680 * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
6681 print symbol' change.
6682
6683 2012-05-18 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
6684
6685 * gdb.python/py-prompt.exp: Quit if the target is remote.
6686
6687 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6688
6689 Fix ERROR: internal buffer is full.
6690 * gdb.base/info-os.exp (expect_multiline): New function.
6691 (get process list, get process groups, get threads)
6692 (get file descriptors, get internet-domain sockets)
6693 (get shared-memory regions, get semaphores, get message queues): Use
6694 it for these tests.
6695
6696 2012-05-18 Tom Tromey <tromey@redhat.com>
6697
6698 * gdb.mi/mi-var-cmd.exp: Update.
6699 * gdb.objc/basicclass.exp (do_objc_tests): Update.
6700 * gdb.cp/virtbase.exp: Update.
6701 * gdb.cp/classes.exp (test_static_members): Update.
6702 * gdb.cp/casts.exp: Update.
6703 * gdb.base/pointers.exp: Update.
6704 * gdb.base/funcargs.exp (pointer_args): Update.
6705 (structs_by_reference): Update.
6706 * gdb.base/find.exp: Update.
6707 * gdb.base/call-strs.exp: Send "set print symbol off".
6708 * gdb.base/call-ar-st.exp: Update.
6709 * gdb.ada/fun_addr.exp: Update.
6710 * gdb.base/printcmds.exp (test_print_symbol): New proc.
6711 Call it.
6712 (test_print_repeats_10, test_print_strings)
6713 (test_print_char_arrays): Update.
6714
6715 2012-05-18 Tom Tromey <tromey@redhat.com>
6716
6717 * gdb.base/charset.exp (string_display): Update.
6718
6719 2012-05-18 Tom Tromey <tromey@redhat.com>
6720
6721 * gdb.mi/mi2-var-display.exp: Update.
6722 * gdb.mi/mi-var-display.exp: Update.
6723 * gdb.mi/mi-var-child.exp: Update.
6724 * gdb.cp/expand-psymtabs-cxx.exp: Update.
6725 * gdb.cp/cp-relocate.exp (get_func_address): Update.
6726
6727 2012-05-17 Doug Evans <dje@google.com>
6728
6729 * info-macros.exp: Pass "debug" to prepare_for_testing.
6730
6731 * Makefile.in (clean): Remove Fission .dwo and .dwp files.
6732 * gdb.ada/Makefile.in (clean): Ditto.
6733 * gdb.arch/Makefile.in (clean): Ditto.
6734 * gdb.asm/Makefile.in (clean): Ditto.
6735 * gdb.base/Makefile.in (clean): Ditto.
6736 * gdb.cell/Makefile.in (clean): Ditto.
6737 * gdb.cp/Makefile.in (clean): Ditto.
6738 * gdb.disasm/Makefile.in (clean): Ditto.
6739 * gdb.dwarf2/Makefile.in (clean): Ditto.
6740 * gdb.fortran/Makefile.in (clean): Ditto.
6741 * gdb.go/Makefile.in (clean): Ditto.
6742 * gdb.hp/Makefile.in (clean): Ditto.
6743 * gdb.hp/gdb.aCC/Makefile.in (clean): Ditto.
6744 * gdb.hp/gdb.base-hp/Makefile.in (clean): Ditto.
6745 * gdb.hp/gdb.compat/Makefile.in (clean): Ditto.
6746 * gdb.hp/gdb.defects/Makefile.in (clean): Ditto.
6747 * gdb.hp/gdb.objdbg/Makefile.in (clean): Ditto.
6748 * gdb.java/Makefile.in (clean): Ditto.
6749 * gdb.linespec/Makefile.in (clean): Ditto.
6750 * gdb.mi/Makefile.in (clean): Ditto.
6751 * gdb.modula2/Makefile.in (clean): Ditto.
6752 * gdb.multi/Makefile.in (clean): Ditto.
6753 * gdb.objc/Makefile.in (clean): Ditto.
6754 * gdb.opencl/Makefile.in (clean): Ditto.
6755 * gdb.opt/Makefile.in (clean): Ditto.
6756 * gdb.pascal/Makefile.in (clean): Ditto.
6757 * gdb.python/Makefile.in (clean): Ditto.
6758 * gdb.reverse/Makefile.in (clean): Ditto.
6759 * gdb.server/Makefile.in (clean): Ditto.
6760 * gdb.stabs/Makefile.in (clean): Ditto.
6761 * gdb.threads/Makefile.in (clean): Ditto.
6762 * gdb.trace/Makefile.in (clean): Ditto.
6763 * gdb.xml/Makefile.in (clean): Ditto.
6764
6765 2012-05-16 Tom Tromey <tromey@redhat.com>
6766
6767 * gdb.base/macscp1.c (macscp_expr): Add comment.
6768 * gdb.base/macscp.exp: Test __FILE__ and __LINE__.
6769
6770 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
6771
6772 * gdb.base/return-nodebug.exp: Also test float and double types.
6773
6774 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6775
6776 PR testsuite/12649
6777 * gdb.base/dprintf.exp: Replace gdb_run_cmd by runto main.
6778
6779 * gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
6780
6781 2012-05-14 Sergio Durigan Junior <sergiodj@redhat.com>
6782
6783 * gdb.base/stap-probe.exp (stap_test): Remove calls to
6784 `rerun_to_main'.
6785 (stap_test_no_debuginfo): Likewise.
6786
6787 2012-05-14 Stan Shebs <stan@codesourcery.com>
6788
6789 * gdb.base/dprintf.c: New file.
6790 * gdb.base/dprintf.exp: New file.
6791
6792 2012-05-14 Hui Zhu <hui_zhu@mentor.com>
6793
6794 * gdb.trace/Makefile.in (PROGS): Add disconnected-tracing.
6795 * gdb.trace/disconnected-tracing.c: New file.
6796 * gdb.trace/disconnected-tracing.exp: New file.
6797
6798 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
6799
6800 * gdb.python/python.c: Add a new breakpoint comment.
6801 * gdb.python/python.exp: Add tests to test gdb.find_pc_line.
6802
6803 2011-12-26 Kwok Cheung Yeung <kcy@codesourcery.com>
6804
6805 * gdb.base/info-os.exp: New file.
6806 * gdb.base/info-os.c: New file.
6807
6808 2012-05-10 Joel Brobecker <brobecker@adacore.com>
6809
6810 * gdb.base/print-file-var-lib1.c, gdb.base/print-file-var-lib2.c,
6811 gdb.base/print-file-var-main.c, gdb.base/print-file-var.exp:
6812 New files.
6813
6814 2012-05-10 Joel Brobecker <brobecker@adacore.com>
6815
6816 * gdb.base/ctxobj-f.c, gdb.base/ctxobj-m.c, gdb.base/ctxobj-v.c,
6817 gdb.base/ctxobj.exp: New files.
6818
6819 2012-05-09 Tom Tromey <tromey@redhat.com>
6820
6821 * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
6822
6823 2012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
6824
6825 * lib/gdb.exp (gdb_test_multiple): Correct formatting.
6826
6827 2012-05-08 Maciej W. Rozycki <macro@codesourcery.com>
6828
6829 * gdb.mi/mi-var-display.exp: Check for the existence of $fp
6830 before using it.
6831
6832 2012-05-04 Tristan Gingold <gingold@adacore.com>
6833
6834 * gdb.base/set-noassign.exp: New test.
6835
6836 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
6837
6838 * gdb.python/py-symbol.exp: Add tests to test the new methods
6839 gdb.Symtab.global_block() and gdb.Symtab.static_block().
6840 * gdb.python/py-symbol.c: Add new struct to help test
6841 gdb.Symtab.static_block().
6842
6843 2012-05-03 Doug Evans <dje@google.com>
6844
6845 * gdb.dwarf2/pr13961.S: Add file and source location, but leave
6846 commented out.
6847
6848 2012-05-03 Yao Qi <yao@codesourcery.com>
6849
6850 * gdb.base/catch-syscall.exp: Skip it before compilation if target
6851 doesn't support.
6852 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
6853 * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
6854
6855 2012-05-03 Yao Qi <yao@codesourcery.com>
6856
6857 * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
6858
6859 2012-04-30 Doug Evans <dje@google.com>
6860
6861 PR testsuite/13961
6862 * gdb.dwarf2/pr13961.S: New file.
6863 * gdb.dwarf2/pr13961.exp: New file.
6864
6865 2012-04-29 Yao Qi <yao@codesourcery.com>
6866
6867 * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
6868
6869 2012-04-28 Doug Evans <dje@google.com>
6870
6871 * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
6872 .Ltype_int_in_cu2. Use name "int2" instead of "int".
6873 All uses updated.
6874 * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
6875 "ptype func_cu1" to expand cu2 before cu1.
6876
6877 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6878 Tom Tromey <tromey@redhat.com>
6879
6880 * gdb.base/default.exp: Add `$_probe_arg*' convenience
6881 variables.
6882 * gdb.base/stap-probe.c: New file.
6883 * gdb.base/stap-probe.exp: New file.
6884 * gdb.trace/stap-trace.c: New file.
6885 * gdb.trace/stap-trace.exp: New file.
6886 * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
6887 libgcc's unwinder.
6888
6889 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
6890
6891 * gdb.arch/mips16-thunks-inmain.c: New file.
6892 * gdb.arch/mips16-thunks-main.c: New file.
6893 * gdb.arch/mips16-thunks-sin.c: New file.
6894 * gdb.arch/mips16-thunks-sinfrob.c: New file.
6895 * gdb.arch/mips16-thunks-sinfrob16.c: New file.
6896 * gdb.arch/mips16-thunks-sinmain.c: New file.
6897 * gdb.arch/mips16-thunks-sinmips16.c: New file.
6898 * gdb.arch/mips16-thunks.exp: New file.
6899
6900 2012-04-25 Doug Evans <dje@google.com>
6901
6902 * configure.ac: Create gdb.go/Makefile.
6903 * configure: Regenerate.
6904 * gdb.base/default.exp: Add "go" to "set language" testing.
6905 * gdb.go/Makefile.in: New file.
6906 * gdb.go/basic-types.exp: New file.
6907 * gdb.go/chan.exp: New file.
6908 * gdb.go/chan.go: New file.
6909 * gdb.go/handcall.exp: New file.
6910 * gdb.go/handcall.go: New file.
6911 * gdb.go/hello.exp: New file.
6912 * gdb.go/hello.go: New file.
6913 * gdb.go/integers.exp: New file.
6914 * gdb.go/integers.go: New file.
6915 * gdb.go/methods.exp: New file.
6916 * gdb.go/methods.go: New file.
6917 * gdb.go/package.exp: New file.
6918 * gdb.go/package1.go: New file.
6919 * gdb.go/package2.go: New file.
6920 * gdb.go/print.exp: New file.
6921 * gdb.go/strings.exp: New file.
6922 * gdb.go/strings.go: New file.
6923 * gdb.go/types.exp: New file.
6924 * gdb.go/types.go: New file.
6925 * gdb.go/unsafe.exp: New file.
6926 * gdb.go/unsafe.go: New file.
6927 * lib/future.exp: Add Go support.
6928 (gdb_find_go, gdb_find_go_linker): New procs.
6929 (gdb_default_target_compile): Add Go support.
6930 * lib/gdb.exp (skip_go_tests): New proc.
6931 * lib/go.exp: New file.
6932
6933 2012-04-25 Tom Tromey <tromey@redhat.com>
6934
6935 * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
6936
6937 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
6938 Jan Kratochvil <jan.kratochvil@redhat.com>
6939
6940 PR symtab/7259:
6941 * gdb.base/enumval.c: New test case.
6942 * gdb.base/enumval.exp: New test case.
6943 * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
6944 field.bitpos.
6945
6946 2012-04-17 Pedro Alves <palves@redhat.com>
6947
6948 * Makefile.in (site.exp): Make site.exp source
6949 $srcdir/lib/append_gdb_boards_dir.exp.
6950 * lib/append_gdb_boards_dir.exp: New file.
6951
6952 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6953
6954 New option "set auto-load safe-path".
6955 * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
6956 * gdb.python/py-section-script.exp (set auto-load safe-path): New.
6957
6958 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6959
6960 auto-load: Implementation.
6961 * gdb.base/help.exp (test set height): Increase the height.
6962 * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
6963 to ...
6964 (info auto-load python-scripts): ... here.
6965 * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
6966 to ...
6967 (info auto-load python-scripts *): ... here.
6968
6969 2012-04-16 Yao Qi <yao@codesourcery.com>
6970
6971 * lib/trace-support.exp (get_in_proc_agent): New.
6972 * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
6973 of in process trace agent.
6974 * gdb.trace/ftrace.exp: Likewise.
6975 * gdb.trace/pending.exp: Likewise.
6976 * gdb.trace/trace-break.exp: Likewise.
6977 * gdb.trace/trace-mt.exp
6978 * gdb.trace/tspeed.exp: Likewise.
6979 * gdb.trace/tstatus.exp
6980 * gdb.trace/strace.exp: Likewise.
6981
6982 2012-04-16 Thomas Schwinge <thomas@codesourcery.com>
6983
6984 * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
6985 symbol _stack is defined. Get rid of a hard-coded constant for _stack.
6986
6987 * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
6988
6989 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
6990
6991 PR mi/13393
6992 * gdb.mi/mi-var-rtti.cc: New file.
6993 * gdb.mi/mi-var-rtti.exp: New file.
6994 * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
6995 function.
6996 (mi_varobj_update_with_type_change): updated to avoid code duplication.
6997
6998 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
6999
7000 * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
7001 EXECUTABLES.
7002 * gdb.python/py-explore.c: C program used for testing the new
7003 'explore' command on C constructs.
7004 * gdb.python/py-explore.cc: C++ program used for testing the new
7005 'explore' command on C++ constructs.
7006 * gdb-python/py-explore.exp: Tests for the new 'explore'
7007 command on C constructs.
7008 * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
7009 command on C++ constructs.
7010
7011 2012-04-07 Mark Kettenis <kettenis@gnu.org>
7012
7013 * gdb.base/funcargs.exp (complex_args): Fix typo.
7014
7015 2012-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7016
7017 * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
7018 (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
7019
7020 2012-04-05 Keith Seitz <keiths@redhat.com>
7021
7022 * gdb.base/advance.exp: Update error message for
7023 "advance malformed" test.
7024 * gdb.base/break.exp: Likewise for "breakpoint with
7025 trailing garbage" test.
7026 * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
7027 with trailing garbage" test.
7028 * gdb.base/sepdebug.exp: Likewise for "breakpoint with
7029 trailng garbage" test.
7030 * gdb.base/until.exp: Likewise for "malformed until" test.
7031 * gdb.cp/ovldbreak.exp: Create the breakpoint table
7032 for "breakpoint info (after setting on all)".
7033 * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
7034 tests.
7035 * gdb.cp/cplabel.cc: New file.
7036 * gdb.cp/cplabel.exp: New test.
7037 * gdb.linespec/ls-errs.c: New file.
7038 * gdb.linespec/ls-errs.exp: New test.
7039
7040 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7041
7042 * gdb.trace/unavailable.exp
7043 (collect globals: print object on: print derived_partial)
7044 (collect globals: print object on: print derived_whole)
7045 (collect globals: print object off: print derived_partial)
7046 (collect globals: print object off: print derived_whole): Update
7047 expected output.
7048
7049 2012-03-30 Keith Seitz <keiths@redhat.com>
7050
7051 * gdb.python: Add test for linespecs with commas.
7052
7053 2012-03-28 Keith Seitz <keiths@redhat.com>
7054
7055 * gdb.linespec/ls-dollar.cc: New file.
7056 * gdb.linespec/ls-dollar.exp: New test.
7057
7058 2012-03-28 Keith Seitz <keiths@redhat.com>
7059
7060 * gdb.cp/namespace.exp: Add breakpoint tests for functions
7061 starting with the global namespace.
7062
7063 2012-03-23 Doug Evans <dje@google.com>
7064
7065 * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
7066
7067 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
7068
7069 * gdb.python/py-value.cc: Add test case for testing the
7070 methodology exposing C++ values to Python.
7071 * gdb.python/py-value-cc.exp: Add tests testing the methodology
7072 exposing C++ values to Python.
7073 * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
7074
7075 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7076 Siddhesh Poyarekar <siddhesh@redhat.com>
7077
7078 * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
7079 * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
7080 (generate native core dump): Make the test unsupported if core cannot
7081 be generated.
7082
7083 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7084
7085 * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
7086 for cmdarg_vec = NULL. Remove entries for cmdsize = 1, cmdarg = and
7087 ncmd = 0. New entry for VEC_cleanup cmdarg_s.
7088
7089 2012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
7090
7091 * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
7092
7093 2012-03-17 Doug Evans <dje@google.com>
7094
7095 * dg-extract-results.sh: Handle KFAILs.
7096
7097 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7098
7099 PR symtab/13777
7100 * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
7101
7102 2012-03-16 Joel Brobecker <brobecker@adacore.com>
7103
7104 * gdb.ada/set_pckd_arr_elt: New testcase.
7105
7106 2012-03-16 Gary Benson <gbenson@redhat.com>
7107
7108 PR breakpoints/10738
7109 * gdb.opt/inline-break.exp: New file.
7110 * gdb.opt/inline-break.c: Likewise.
7111 * gdb.dwarf2/dw2-inline-break.exp: Likewise.
7112 * gdb.dwarf2/dw2-inline-break.S: Likewise.
7113 * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
7114 * gdb.base/async-shell.exp: Likewise.
7115 * lib/mi-support.exp (library_loaded_re): Likewise.
7116
7117 2012-03-15 Tom Tromey <tromey@redhat.com>
7118
7119 * gdb.cp/virtfunc2.exp: Update expected output.
7120 * gdb.cp/pr9631.exp: Update expected output.
7121 * gdb.cp/member-ptr.exp: Update expected output.
7122 * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
7123 output.
7124 * gdb.cp/casts.exp: Update expected output.
7125
7126 2012-03-15 Tom Tromey <tromey@redhat.com>
7127
7128 * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
7129 (test_info_vtbl): Likewise.
7130 (do_tests): Call test_info_vtbl.
7131 * gdb.cp/virtfunc.cc (va): New global.
7132
7133 2012-03-15 Thomas Schwinge <thomas@codesourcery.com>
7134
7135 * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
7136 describing DWARF data structures.
7137 * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
7138 * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
7139 * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
7140 * gdb.dwarf2/dw2-entry-value.S: Likewise.
7141 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
7142 * gdb.dwarf2/dw2-param-error.S: Likewise.
7143 * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
7144 * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
7145 * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
7146 * gdb.dwarf2/implptr-optimized-out.S: Likewise.
7147 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
7148 * gdb.dwarf2/pr11465.S: Likewise.
7149
7150 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7151
7152 * gdb.mi/mi2-prompt.exp: New file.
7153
7154 2012-03-13 Joel Brobecker <brobecker@adacore.com>
7155
7156 * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
7157
7158 2012-03-13 Joel Brobecker <brobecker@adacore.com>
7159
7160 * gdb.ada/bp_range_type: New testcase.
7161
7162 2012-03-13 Doug Evans <dje@google.com>
7163
7164 * gdb.base/default.exp: Delete tests for symbol-reloading.
7165 * gdb.base/help.exp: Ditto.
7166 * gdb.base/setshow.exp: Ditto.
7167 * gdb.base/gdb_history: Delete references to symbol-reloading.
7168
7169 2012-03-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7170
7171 * gdb.base/attach-twice.c: New files.
7172 * gdb.base/attach-twice.exp: New files.
7173
7174 2012-03-08 Keith Seitz <keiths@redhat.com>
7175
7176 * lib/gdb.exp (gdb_get_line_number): Throw an
7177 error instead of returning -1.
7178 * gdb.base/break.exp: Remove unused variable
7179 bp_location5.
7180 * gdb.base/hbreak2.exp: Likewise.
7181 * gdb.base/sepdebug.exp: Likewise.
7182
7183 2012-03-08 Yao Qi <yao@codesourcery.com>
7184 Pedro Alves <palves@redhat.com>
7185
7186 Fix PR server/13392.
7187 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
7188 (tracepoint_change_loc_2): Remove kfail. Return if failed to
7189 download tracepoints.
7190 * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
7191 (pending_tracepoint_resolved_during_trace): Likewise.
7192 (pending_tracepoint_installed_during_trace): Likewise.
7193 (pending_tracepoint_with_action_resolved): Likewise.
7194
7195 2012-03-08 Keith Seitz <keiths@redhat.com>
7196
7197 * gdb.ada/array_bounds.exp: Get breakpoint for line
7198 with "START", not "STOP".
7199 * gdb.python/py-infthread.exp: Do not continue to
7200 line marked "Break here.", which is undefined.
7201
7202 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
7203
7204 Revert:
7205
7206 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7207
7208 Implement testsuite workaround for PR breakpoints/13781.
7209 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
7210 (set breakpoint condition-evaluation host): New conditional command.
7211
7212 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7213
7214 Fix CU relative vs. absolute DIE offsets.
7215 * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
7216 one.
7217
7218 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7219
7220 Fix false FAIL on distros with relro linkage as default.
7221 * gdb.reverse/solib-precsave.exp: Try to compile the test using
7222 -Wl,-z,norelro first.
7223
7224 2012-03-06 Joel Brobecker <brobecker@adacore.com>
7225
7226 * gdb.ada/bp_on_var: New testcase.
7227
7228 2012-03-06 Joel Brobecker <brobecker@adacore.com>
7229
7230 * gdb.ada/bp_enum_homonym: New testcase.
7231
7232 2012-03-06 Yao Qi <yao@codesourcery.com>
7233
7234 * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
7235 x86_64-*-* and i?86-*-*.
7236 Set up KFAIL for gdb/13808.
7237
7238 2012-03-05 Tom Tromey <tromey@redhat.com>
7239
7240 * gdb.ada/operator_bp.exp: Clear debug-file-directory.
7241 * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
7242
7243 2012-03-05 Tom Tromey <tromey@redhat.com>
7244
7245 * gdb.java/jprint.java (jprint.main): Keep 'x' live.
7246
7247 2012-03-04 Yao Qi <yao@codesourcery.com>
7248
7249 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
7250 messages for KFAIL.
7251
7252 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7253
7254 * gdb.ada/arrayidx.exp: Call get_compiler_info. New variable old_gcc.
7255 (print one_two_three, indexes off, print few_reps, indexes off)
7256 (print many_reps, indexes off, print empty, indexes off)
7257 (print one_two_three, print few_reps, print many_reps, print empty):
7258 Call setup_xfail if $gcc_old.
7259
7260 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7261
7262 Implement testsuite workaround for PR breakpoints/13781.
7263 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
7264 (set breakpoint condition-evaluation host): New conditional command.
7265
7266 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7267
7268 Code cleanup.
7269 * gdb.cp/mb-templates.exp: New variables executable. Use it for
7270 binfile. use clean_restart. Replace gdb_expect by gdb_test_multiple.
7271 Replace GDB restart by kill and delete_breakpoints. Replace breakpoint
7272 number 1 by $bpnum. Four times.
7273
7274 2012-03-03 Yao Qi <yao@codesourcery.com>
7275
7276 * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
7277
7278 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7279
7280 Setup KFAIL for PR server/13796.
7281 * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
7282
7283 2012-03-02 Joel Brobecker <brobecker@adacore.com>
7284
7285 * gdb.ada/operator_bp: New testcase.
7286
7287 2012-03-02 Joel Brobecker <brobecker@adacore.com>
7288
7289 * gdb.ada/info_locals_renaming: New testcase.
7290
7291 2012-03-02 Tom Tromey <tromey@redhat.com>
7292
7293 * gdb.base/nextoverexit.c: New file.
7294 * gdb.base/nextoverexit.exp: New file.
7295
7296 2012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
7297
7298 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
7299 parameter.
7300
7301 2012-03-01 Maciej W. Rozycki <macro@mips.com>
7302
7303 * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
7304 core registers.
7305
7306 2012-03-01 Maciej W. Rozycki <macro@mips.com>
7307 Maciej W. Rozycki <macro@codesourcery.com>
7308 Daniel Jacobowitz <dan@codesourcery.com>
7309
7310 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
7311
7312 2012-03-01 Pedro Alves <palves@redhat.com>
7313
7314 PR gdb/13767
7315
7316 * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
7317 (gdb_collect_globals_test): Call it.
7318
7319 2012-03-01 Keith Seitz <keiths@redhat.com>
7320
7321 * gdb.cp/method2.exp: Output of overload menu is now
7322 alphabetized. Update tests for "break A::method".
7323 * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
7324 of hard-coding them.
7325 Overload menu is alphabetized: rewrite to accommodate.
7326 Unset variables LINE and TYPES which are used in other tests.
7327 Compute the output of "info break".
7328 Update the breakpoint table after all breakpoints are deleted.
7329 (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
7330 compute ACTUALS and the method body based on parameters.
7331 Update expected output accordingly.
7332 * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
7333 unique comments to allow the use of gdb_get_line_number.
7334
7335 2012-03-01 Keith Seitz <keiths@redhat.com>
7336
7337 * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
7338 some Tcl syntax.
7339 * gdb.cp/ovldbreak.exp: Likewise.
7340
7341 2012-03-01 Keith Seitz <keiths@redhat.com>
7342
7343 * gdb.base/help.exp (help show user): Update expected result
7344 for new doc string changes (add "non-python").
7345
7346 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
7347
7348 * gdb.python/py-cmd.exp: Add test to verify that python commands can
7349 be put in the user-defined category and that the commands appear in
7350 "help user-defined".
7351
7352 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7353
7354 * gdb.ada/tagged_not_init: New testcase.
7355
7356 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7357
7358 * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
7359 * gdb.ada/enum_idx_packed: New testcase.
7360
7361 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7362
7363 * gdb.ada/aliased_array: New testcase.
7364
7365 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7366
7367 * gdb.ada/whatis_array_val: New testcase.
7368
7369 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7370
7371 Fix disp-step-syscall.exp: fork: single step over fork.
7372 * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
7373 whitespaces.
7374 (single step over $syscall): Remove its check.
7375 (single step over $syscall final pc): New check.
7376
7377 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7378
7379 Support processors without SSSE3.
7380 * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
7381 pabsd into ...
7382 (ssse3_test): ... a new function.
7383 (main): Call ssse3_test.
7384 * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
7385 Update expected values everywhere.
7386 (reverse-step to pabsd, verify xmm0 after reverse pabsd)
7387 (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
7388 (reverse-step to pabsw, verify xmm0 after reverse pabsw)
7389 (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
7390 (reverse-step to pabsb, verify xmm0 after reverse pabsb)
7391 (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
7392 Move these tests lower.
7393 (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
7394 (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
7395 (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
7396 New tests.
7397
7398 2012-02-29 Yao Qi <yao@codesourcery.com>
7399 Pedro Alves <palves@redhat.com>
7400
7401 * gdb.trace/trace-mt.c: New.
7402 * gdb.trace/trace-mt.exp: New.
7403
7404 2012-02-28 Thomas Schwinge <thomas@codesourcery.com>
7405
7406 * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
7407 numbers instead of hardcoding them.
7408 * gdb.base/annota1.c: Provide suitable markers.
7409 * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
7410 numbers instead of hardcoding them.
7411 * gdb.base/annota3.c: Provide suitable markers.
7412
7413 * gdb.base/annota1.c [__sh__]: Remove any special-casing.
7414 * gdb.base/annota3.c: Likewise.
7415 * gdb.base/sigall.c: Likewise.
7416 * gdb.base/signals.c: Likewise.
7417 * gdb.reverse/sigall-reverse.c: Likewise.
7418
7419 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
7420
7421 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
7422 failure return path.
7423
7424 2012-02-27 Luis Machado <lgustavo@codesourcery.com>
7425
7426 * gdb.base/save-bp.exp: Account for new condition evaluator output.
7427
7428 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
7429
7430 * gdb.base/cond-eval-mode.exp: New file.
7431
7432 2012-02-24 Pedro Alves <palves@redhat.com>
7433
7434 * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
7435 (top level): Use with_test_prefix.
7436
7437 2012-02-24 Pedro Alves <palves@redhat.com>
7438
7439 * gdb.threads/attach-into-signal.exp (corefunc): Use
7440 with_test_prefix.
7441
7442 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7443
7444 Fix false FAILs on old CPUs without SSE.
7445 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
7446 Return untested for Illegal instruction.
7447
7448 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7449
7450 Fix false FAILs with glibc debug infos installed.
7451 * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
7452 * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
7453
7454 2012-02-22 Sterling Augustine <saugustine@google.com>
7455
7456 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
7457 constant with cast.
7458
7459 2012-02-21 Pedro Alves <palves@redhat.com>
7460
7461 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
7462
7463 2012-02-21 Pedro Alves <palves@redhat.com>
7464
7465 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
7466
7467 2012-02-21 Pedro Alves <palves@redhat.com>
7468
7469 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
7470 with_test_prefix.
7471
7472 2012-02-21 Pedro Alves <palves@redhat.com>
7473
7474 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
7475 with_test_prefix here.
7476 (top level): Do it here instead. Remove `:' from the
7477 with_test_prefix string.
7478 * gdb.base/attach-pie-misread.exp: Remove the leading space the
7479 the suffix `:' from the with_test_prefix prefix string.
7480 * gdb.base/break-interp.exp: Ditto.
7481 * gdb.base/catch-load.exp: Ditto.
7482 * gdb.base/disp-step-syscall.exp: Ditto.
7483 * gdb.base/jit-so.exp: Ditto.
7484 * gdb.base/jit.exp: Ditto.
7485 * gdb.base/sepdebug.exp: Ditto.
7486 * gdb.base/solib-display.exp: Ditto.
7487 * gdb.base/solib-overlap.exp: Ditto.
7488 * gdb.base/watch-cond-infcall.exp: Ditto.
7489 * gdb.base/watchpoint.exp: Ditto.
7490 * gdb.dwarf2/dw2-noloc.exp: Ditto.
7491 * gdb.mi/mi-watch.exp: Ditto.
7492 * gdb.mi/mi2-watch.exp: Ditto.
7493 * gdb.threads/non-ldr-exc-1.exp: Ditto.
7494 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7495 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7496 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7497 * gdb.threads/watchpoint-fork.exp: Ditto.
7498 * gdb.threads/watchthreads-reorder.exp: Ditto.
7499 * gdb.trace/change-loc.exp: Ditto.
7500 * gdb.trace/pending.exp: Ditto.
7501 * gdb.trace/status-stop.exp: Ditto.
7502 * gdb.trace/strace.exp: Ditto.
7503 * gdb.trace/trace-break.exp: Ditto.
7504 * gdb.trace/unavailable.exp: Ditto.
7505 * lib/gdb.exp (with_test_prefix): Always prefix with space and
7506 suffix with colon. Adjust leading comments.
7507
7508 2012-02-21 Pedro Alves <palves@redhat.com>
7509 Tom Tromey <tromey@redhat.com>
7510
7511 * lib/gdb.exp: Add description of test prefixes.
7512 (with_test_prefix): New procedure.
7513 * gdb.arch/altivec-abi.exp: Use with_test_prefix.
7514 * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
7515 * gdb.base/break-interp.exp: Use with_test_prefix. Use append
7516 instead of lappend to append to pf_prefix.
7517 * gdb.base/catch-load.exp: Use with_test_prefix.
7518 * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
7519 * gdb.base/jit-so.exp: Use with_test_prefix.
7520 * gdb.base/jit.exp: Use with_test_prefix.
7521 * gdb.base/return-nodebug.exp (do_test): Use append instead of
7522 lappend to append to pf_prefix.
7523 * gdb.base/sepdebug.exp: Use with_test_prefix.
7524 * gdb.base/solib-display.exp: Use with_test_prefix.
7525 * gdb.base/solib-overlap.exp: Use with_test_prefix.
7526 * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
7527 * gdb.base/watchpoint.exp: Use with_test_prefix.
7528 * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
7529 * gdb.mi/mi-watch.exp: Use with_test_prefix.
7530 * gdb.mi/mi2-watch.exp: Use with_test_prefix.
7531 * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
7532 * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
7533 * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
7534 * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
7535 * gdb.threads/watchpoint-fork.exp: Use with_test_prefix. Use
7536 append instead of lappend to append to pf_prefix.
7537 * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
7538 * gdb.trace/change-loc.exp: Use with_test_prefix.
7539 * gdb.trace/pending.exp: Use with_test_prefix.
7540 * gdb.trace/status-stop.exp: Use with_test_prefix.
7541 * gdb.trace/strace.exp: Use with_test_prefix.
7542 * gdb.trace/trace-break.exp: Use with_test_prefix.
7543 * gdb.trace/unavailable.exp: Use with_test_prefix. Use append
7544 instead of lappend to append to pf_prefix.
7545
7546 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7547
7548 Fix racy FAILs.
7549 * gdb.base/inferior-died.c (main): Add return of 0.
7550 * gdb.base/inferior-died.exp (continue): Fix expectation of
7551 asynchronous events.
7552 (p 1): New test.
7553
7554 2012-02-20 Pedro Alves <palves@redhat.com>
7555
7556 * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
7557 lin-lwp output. Set SIGALRM to stop. Adjust tests to not rely on
7558 gdb's internal debug output. For the non-threaded case, look for
7559 "Program received signal SIGLARM", for the threaded case, peek at
7560 the thread's siginfo.
7561
7562 2012-02-20 Pedro Alves <palves@redhat.com>
7563
7564 General cleanup, make output test messages unique, and build
7565 different executable files for the non-threaded and threaded
7566 cases.
7567
7568 * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
7569 Delete.
7570 (executable_nothr, executable_thr): New globals.
7571 (top level): Adjust to delete both executables.
7572 (corefunc): New parameter $executable. Set $pf_prefix instead of
7573 hand writing a prefix in tests. Issue a clean_restart and enable
7574 lin-lwp debug output here.
7575 (top level): Adjust. Use build_executable. Don't start gdb here,
7576 and don't enable lin-lwp debug output here.
7577 * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
7578
7579 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7580
7581 Fix racy FAILs.
7582 * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
7583 "continue" command.
7584
7585 2012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7586
7587 Fix for gdbserver non-extended mode.
7588 * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
7589 and gdb_run_cmd.
7590
7591 2012-02-17 Tom Tromey <tromey@redhat.com>
7592
7593 * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
7594 * gdb.python/py-events.exp: Check 'dir' output.
7595 * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
7596
7597 2012-02-17 Yao Qi <yao@codesourcery.com>
7598
7599 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
7600
7601 2012-02-16 Tom Tromey <tromey@redhat.com>
7602
7603 * gdb.base/inferior-died.c: Don't include stdio.h.
7604
7605 2012-02-16 Tom Tromey <tromey@redhat.com>
7606
7607 * gdb.base/inferior-died.c: New file.
7608 * gdb.base/inferior-died.exp: New file.
7609
7610 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
7611
7612 * gdb.base/break-inline.exp: New file.
7613 * gdb.base/break-inline.c: New file.
7614
7615 2012-02-15 Tom Tromey <tromey@redhat.com>
7616
7617 * gdb.base/pc-fp.exp: Add "info register" tests.
7618
7619 2012-02-15 Tom Tromey <tromey@redhat.com>
7620
7621 * gdb.base/regs.exp: Remove.
7622
7623 2012-02-15 Pedro Alves <palves@redhat.com>
7624
7625 * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
7626 the target doesn't support tracepoints.
7627 * gdb.trace/circ.exp: Ditto.
7628 * gdb.trace/collection.exp: Ditto.
7629 * gdb.trace/packetlen.exp: Ditto.
7630 * gdb.trace/passc-dyn.exp: Ditto.
7631 * gdb.trace/report.exp: Ditto.
7632 * gdb.trace/tfind.exp: Ditto.
7633 * gdb.trace/tspeed.exp: Ditto.
7634 * gdb.trace/tsv.exp: Ditto.
7635 * gdb.trace/unavailable.exp: Ditto.
7636 * gdb.trace/while-dyn.exp: Ditto.
7637
7638 2012-02-15 Pedro Alves <palves@redhat.com>
7639
7640 * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
7641 gdb_test_multiple, and call unsupported instead of fail, if the
7642 remote side does not support the request.
7643
7644 2012-02-15 Pedro Alves <palves@redhat.com>
7645
7646 * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
7647 * gdb.server/ext-run.exp: Make sure gdb is disconnected.
7648 * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
7649 * gdb.server/server-mon.exp: Make sure gdb is disconnected.
7650 * gdb.server/server-run.exp: Make sure gdb is disconnected.
7651 * lib/gdbserver-support.exp (gdbserver_start_extended): Only
7652 prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
7653 doesn't start with "extended-" already.
7654
7655 2012-02-15 Pedro Alves <palves@redhat.com>
7656
7657 Support extended-remote. Avoid cascading timeouts.
7658
7659 * gdb.base/attach.exp (do_attach_tests): Add expected output for
7660 the extended-remote target. If attaching with no file fails, load
7661 the file manually.
7662 * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
7663
7664 2012-02-14 Stan Shebs <stan@codesourcery.com>
7665
7666 * gdb.base/ena-dis-br.exp: Add enable count test.
7667
7668 2012-02-13 Pedro Alves <palves@redhat.com>
7669
7670 * config/mips-idt.exp: Delete.
7671 * gdb.base/a2-run.exp: Remove mips-idt xfails.
7672 * gdb.base/bitfields.exp: Remove mips-idt restarts.
7673 * gdb.base/break.exp: Remove mips-idt references.
7674 * gdb.base/chng-syms.exp: Ditto.
7675 * gdb.base/default.exp: Ditto.
7676 * gdb.base/funcargs.exp (funcargs_reload): Delete.
7677 (top level): Don't call it.
7678 * gdb.base/opaque.exp: Remove mips-idt restarts.
7679 * gdb.base/ptype.exp: Remove mips-idt xfails.
7680 * gdb.base/scope.exp: Remove mips-idt restarts.
7681 * gdb.base/sepdebug.exp: Remove mips-idt references.
7682 * gdb.base/watchpoint.exp (maybe_clean_restart)
7683 (maybe_reinitialize): Delete.
7684 (test_disabling_watchpoints, test_disabling_watchpoints)
7685 (test_watchpoint_triggered_in_syscall)
7686 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
7687 Don't call them.
7688
7689 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7690
7691 * gdb.server/server-exec-info.exp: New file.
7692
7693 2012-02-10 Pedro Alves <palves@redhat.com>
7694
7695 * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
7696 always non-empty.
7697 (test_attach): Always pass $exec to test_attach_gdb.
7698
7699 2012-02-08 Tom Tromey <tromey@redhat.com>
7700
7701 * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
7702 before inferior is started.
7703
7704 2012-02-07 Tom Tromey <tromey@redhat.com>
7705
7706 * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
7707 Symbol.value.
7708 * gdb.python/py-symbol.c (qq): Set default value.
7709
7710 2012-02-07 Tom Tromey <tromey@redhat.com>
7711
7712 * gdb.python/py-symbol.c (qq): New global.
7713 * gdb.python/py-symbol.exp: Add test for frame-less
7714 lookup_symbol.
7715 * gdb.python/py-symtab.exp: Fix line number.
7716
7717 2012-02-03 Joel Brobecker <brobecker@adacore.com>
7718
7719 * gdb.ada/mi_task_arg: New testcase.
7720
7721 2012-02-02 Pedro Alves <palves@redhat.com>
7722
7723 * gdb.reverse/until-precsave.exp: Also put "record save" under the
7724 extended timeout.
7725
7726 2012-02-02 Pedro Alves <palves@redhat.com>
7727
7728 * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
7729 * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
7730
7731 2012-02-02 Pedro Alves <palves@redhat.com>
7732
7733 * gdb.base/term.exp: Rewrite.
7734 * gdb.base/term.c: New.
7735
7736 2012-02-02 Pedro Alves <palves@redhat.com>
7737
7738 * gdb.base/default.exp (run "r" abbreviation, run): Add
7739 extended-remote expected output.
7740
7741 2012-02-02 Tom Tromey <tromey@redhat.com>
7742
7743 * gdb.cp/dispcxx.exp: New file.
7744 * gdb.cp/dispcxx.cc: New file.
7745
7746 2012-02-01 Tom Tromey <tromey@redhat.com>
7747
7748 * gdb.base/jit-simple.exp: New file.
7749 * gdb.base/jit-simple.c: New file.
7750
7751 2012-01-30 Yao Qi <yao@codesourcery.com>
7752
7753 * gdb.base/skip.exp: Make test result unique.
7754
7755 2012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7756
7757 * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
7758 compatibility with valgrind-3.7.0.
7759
7760 2012-01-27 Pedro Alves <palves@redhat.com>
7761
7762 * gdb.base/watchpoint.exp (no_hw): New global.
7763 (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
7764 disable hw watchpoints.
7765 (test_wide_location_1, test_wide_location_2): If no_hw is set,
7766 don't expect hw watchpoints.
7767 (no_hw_watchpoints): Always clean restart.
7768 (do_tests): New procedure, factored out from the top level.
7769 (top level): Run tests twice. Once with hw watchpoints enabled,
7770 another time with hw watchpoints disabled.
7771
7772 2012-01-27 Pedro Alves <palves@redhat.com>
7773
7774 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
7775 out from the top level.
7776 (top level): Call it instead.
7777
7778 2012-01-27 Pedro Alves <palves@redhat.com>
7779
7780 * gdb.base/watchpoint.exp (top level): Re-enable hardware
7781 watchpoints sooner.
7782
7783 2012-01-27 Pedro Alves <palves@redhat.com>
7784
7785 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
7786
7787 2012-01-27 Pedro Alves <palves@redhat.com>
7788
7789 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
7790 "You may have requested too many hardware
7791 breakpoints/watchpoints".
7792
7793 2012-01-27 Pedro Alves <palves@redhat.com>
7794
7795 * gdb.base/watchpoint.exp (maybe_clean_restart)
7796 (maybe_reinitialize): New.
7797 (test_disabling_watchpoints): Call maybe_reinitialize. Don't
7798 expect "hit N times".
7799 (test_disabling_watchpoints, test_complex_watchpoint)
7800 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
7801 Call maybe_clean_restart.
7802 (top level): Use clean_restart. Remove "mips-idt-*"
7803 reinitialization.
7804
7805 2012-01-27 Pedro Alves <palves@redhat.com>
7806
7807 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
7808
7809 2012-01-27 Pedro Alves <palves@redhat.com>
7810
7811 * gdb.base/watchpoint.exp: Clean restart after tests that don't
7812 require `initialize' anymore. Remove unnecessary `initialize'
7813 calls.
7814
7815 2012-01-27 Pedro Alves <palves@redhat.com>
7816
7817 * gdb.base/watchpoint.exp (wp_set): Delete.
7818 (initialize, test_simple_watchpoint, top level): Remove dead code.
7819
7820 2012-01-27 Pedro Alves <palves@redhat.com>
7821
7822 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
7823 typo.
7824
7825 2012-01-27 Pedro Alves <palves@redhat.com>
7826
7827 * config/extended-gdbserver.exp: New file.
7828 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
7829 comment.
7830 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
7831 * boards/native-extended-gdbserver.exp: New file.
7832
7833 2012-01-26 Pedro Alves <palves@redhat.com>
7834
7835 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
7836 and gdb_test_multiple.
7837
7838 2012-01-26 Pedro Alves <palves@redhat.com>
7839
7840 Make test messages unique, and more identifiable.
7841 * gdb.multi/watchpoint-multi.exp: Change test messages.
7842
7843 2012-01-25 Tom Tromey <tromey@redhat.com>
7844
7845 * gdb.base/solib-disc.exp: Fix regexps.
7846
7847 2012-01-24 Tom Tromey <tromey@redhat.com>
7848
7849 * lib/mi-support.exp (mi_expect_stop): Add special case for
7850 solib-event.
7851 * gdb.base/catch-load-so.c: New file.
7852 * gdb.base/catch-load.exp: New file.
7853 * gdb.base/catch-load.c: New file.
7854 * gdb.base/break-interp.exp (reach_1): Update regexp.
7855
7856 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7857
7858 Fix fuzzy results.
7859 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
7860 lpsimple and func.
7861
7862 2012-01-24 Gary Benson <gbenson@redhat.com>
7863
7864 Delete #if 0'd out code.
7865 * gdb.base/default.exp (info catch): Remove.
7866 * gdb.base/gdb_history (info catch): Likewise.
7867 * gdb.base/help.exp (info catch): Likewise.
7868
7869 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7870
7871 Fix watchpoints to be specific for each inferior.
7872 * gdb.multi/watchpoint-multi.c: New file.
7873 * gdb.multi/watchpoint-multi.exp: New file.
7874
7875 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7876
7877 Fix watchpoints across inferior fork.
7878 * gdb.threads/watchpoint-fork-child.c: New file.
7879 * gdb.threads/watchpoint-fork-mt.c: New file.
7880 * gdb.threads/watchpoint-fork-parent.c: New file.
7881 * gdb.threads/watchpoint-fork-st.c: New file.
7882 * gdb.threads/watchpoint-fork.exp: New file.
7883 * gdb.threads/watchpoint-fork.h: New file.
7884
7885 2012-01-23 Pedro Alves <palves@redhat.com>
7886
7887 * gdb.base/call-signal-resume.exp: Allow output after "return".
7888
7889 2012-01-20 Pedro Alves <palves@redhat.com>
7890
7891 * gdb.python/py-finish-breakpoint.py: Fix typo.
7892
7893 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
7894
7895 * gdb.base/info-proc.exp: Also run on remote targets. Main
7896 "info proc" command is now always present; whether target supports
7897 actual info proc operation is detected when attempting to issue
7898 the command.
7899
7900 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7901
7902 * .gdbinit: Remove.
7903
7904 2012-01-19 Pedro Alves <palves@redhat.com>
7905
7906 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
7907 look at the funtions' returns.
7908 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
7909 (jprint.print(int, int)): Change return type to int. Adjust.
7910
7911 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
7912
7913 PR gdb/9538
7914 * gdb.base/sepdebug.exp: New test.
7915
7916 2012-01-18 Pedro Alves <palves@redhat.com>
7917
7918 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
7919 Allow output before ^done.
7920
7921 2012-01-16 Tom Tromey <tromey@redhat.com>
7922
7923 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
7924 Add tests for relative directory.
7925
7926 2012-01-16 Tom Tromey <tromey@redhat.com>
7927
7928 * gdb.base/printcmds.c (enum flag_enum): New.
7929 (three): New global.
7930 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
7931 enum printing.
7932 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
7933 FlagEnumerationPrinter.
7934 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
7935 * gdb.python/py-pp-maint.c (enum flag_enum): New.
7936 (fval): New global.
7937
7938 2012-01-16 Pedro Alves <palves@redhat.com>
7939
7940 * lib/gdb.exp (banned_procedures): New variable.
7941 (banned_variables_traced): Rename to ...
7942 (banned_traced): ... this.
7943 (gdb_init): Also trace banned procedures.
7944 (gdb_finish): Also untrace banned procedures.
7945
7946 2012-01-16 Pedro Alves <palves@redhat.com>
7947
7948 Remove all calls to strace.
7949
7950 2012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7951
7952 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
7953 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
7954
7955 2012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
7956
7957 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
7958 * gdb.base/pie-execl.exp: Likewise.
7959
7960 2012-01-12 Keith Seitz <keiths@redhat.com>
7961
7962 PR mi/10586
7963 * gdb.mi/var-cmd.c (struct anonymous): New structure.
7964 (do_anonymous_type_tests): New function.
7965 (main): Call do_anonymous_type_tests.
7966 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
7967 (verify_everything): New procedure.
7968 * gdb.mi/mi-var-cp.cc (class A): New class.
7969 (anonymous_structs_and_unions): New function.
7970 (main): Call anonymous_structs_and_unions.
7971 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
7972 (verify_everything): New procedure.
7973
7974 2012-01-12 Keith Seitz <keiths@redhat.com>
7975
7976 * lib/mi-support.exp: Expand comments about PATH_EXPR.
7977 (varobj_tree::get_path_expr): Assume that all varobjs are
7978 compound unless they are known simple types.
7979 Adjust path expressions based on parent type, path parent type,
7980 and tree language.
7981 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
7982 the root varobj.
7983 (mi_walk_varobj_tree): Add LANGUAGE parameter.
7984
7985 2012-01-11 Pedro Alves <palves@redhat.com>
7986
7987 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
7988 core files on this machine" anymore.
7989
7990 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
7991
7992 * gdb.base/watchpoint.c (recurser): Initialize local_x.
7993 (main): Repeat recurser call.
7994 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
7995 equivalent to 'local_x'.
7996
7997 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
7998 Joel Brobecker <brobecker@adacore.com>
7999
8000 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
8001
8002 2012-01-05 Pedro Alves <alves.ped@gmail.com>
8003
8004 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
8005 * gdb.python/py-events.c (first): Add bits for new "step N" test.
8006 * gdb.python/py-events.exp: Test that "step N" tripping on a
8007 breakpoint emits a breakpoint event.
8008
8009 2012-01-03 Joel Brobecker <brobecker@adacore.com>
8010
8011 * gdb.base/auxv.exp: Reformat the copyright notice.
8012
8013 2012-01-03 Yao Qi <yao@codesourcery.com>
8014
8015 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
8016 (strace_trace_on_diff_addr): New.
8017 * gdb.trace/strace.c: (main): Add two local variables.
8018
8019 2011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
8020
8021 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
8022 * gdb.cell/gcore.exp: Likewise.
8023 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
8024 to verify the correct instance of main is selected.
8025
8026 2012-01-02 Joel Brobecker <brobecker@adacore.com>
8027
8028 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
8029 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
8030 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
8031 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
8032 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
8033 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
8034 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
8035 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
8036 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
8037 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
8038 gdb.threads/thread_check.c: Reformat copyright header.
8039
8040 2011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
8041
8042 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
8043 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
8044 is not enabled.
8045
8046 2011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8047
8048 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
8049 parameter to self_exec, adjust the function.
8050 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
8051 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
8052 (set var do_exit = 0): Remove test.
8053 (newline at end of file): Add one.
8054
8055 2011-12-27 Joel Brobecker <brobecker@adacore.com>
8056
8057 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
8058 New files.
8059
8060 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8061
8062 Fix racy FAILs.
8063 * gdb.threads/fork-thread-pending.c (barrier): New variable.
8064 (thread_function, thread_forker): Call pthread_barrier_wait for it.
8065 (main): Call pthread_barrier_init for it.
8066
8067 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8068
8069 Fix double send_gdb leading to racy FAILs.
8070 * gdb.base/break.exp (set silent break bp_location1): Replace
8071 3x send_gdb and gdb_expect by gdb_test.
8072 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
8073 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
8074 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
8075 instead of send_gdb. Twice.
8076 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
8077 3x send_gdb and gdb_expect by gdb_test.
8078 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
8079
8080 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8081
8082 * gdb.linespec/linespec.exp: Compile using {c++}.
8083
8084 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8085
8086 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
8087 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
8088 (verify GCC PR debug/51668): New test.
8089
8090 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
8091
8092 Introduce gdb.FinishBreakpoint in Python.
8093 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
8094 py-finish-breakpoint2
8095 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
8096 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
8097 instead of line number.
8098 * gdb.python/py-finish-breakpoint.c: New file.
8099 * gdb.python/py-finish-breakpoint.exp: New file.
8100 * gdb.python/py-finish-breakpoint.py: New file.
8101 * gdb.python/py-finish-breakpoint2.cc: New file.
8102 * gdb.python/py-finish-breakpoint2.exp: New file.
8103 * gdb.python/py-finish-breakpoint2.py: New file.
8104
8105 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8106
8107 Partial fix of compatibility with gcc-4.7.
8108 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
8109 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
8110 Add comment to add a PASS case in the future.
8111
8112 Fix compatibility with gcc-4.7.
8113 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
8114
8115 2011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
8116
8117 PR tdep/12797
8118 * gdb.base/callfuncs.exp: Remove KFAIL.
8119
8120 2011-12-21 Joel Brobecker <brobecker@adacore.com>
8121
8122 * gdb.ada/task_bp: New testcase.
8123
8124 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8125
8126 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
8127 -DNO_SECTIONS.
8128 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
8129
8130 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8131
8132 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
8133 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
8134 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
8135 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
8136 conditional for gcc <= 4.5.
8137
8138 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8139
8140 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
8141 by XFAIL.
8142 * gdb.cp/static-method.exp (info addr A::func())
8143 (list static-method.cc:xxx::(anonymous namespace)::A::func)
8144 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
8145 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
8146 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
8147 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
8148 (test value of F in k3_m): Likewise.
8149 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
8150 Likewise.
8151
8152 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8153
8154 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
8155 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
8156 Remove.
8157 * gdb.threads/attachstop-mt.c: Remove.
8158 * gdb.threads/attachstop-mt.exp: Remove.
8159
8160 2011-12-17 Mark Kettenis <kettenis@gnu.org>
8161
8162 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
8163
8164 2011-12-16 Doug Evans <dje@google.com>
8165
8166 * boards/native-stdio-gdbserver.exp: New file.
8167 * boards/native-gdbserver.exp: New file.
8168
8169 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
8170 gdbserver output.
8171 (gdbserver_default_get_remote_address): New function.
8172 (gdbserver_start): Call gdb,get_remote_address to compute argument
8173 to "target remote" command.
8174
8175 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
8176
8177 * gdb.python/py-function.exp: Change "on" to "full" for
8178 python print-stack. Add set/show python print-stack
8179 off|full|message tests.
8180
8181 2011-12-15 Yao Qi <yao@codesourcery.com>
8182
8183 * gdb.trace/strace.c: New
8184 * gdb.trace/strace.exp: New.
8185
8186 2011-12-14 Tom Tromey <tromey@redhat.com>
8187
8188 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
8189
8190 2011-12-14 Doug Evans <dje@google.com>
8191
8192 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
8193
8194 2011-12-14 Pedro Alves <pedro@codesourcery.com>
8195
8196 PR threads/10729
8197
8198 * gdb.mi/watch-nonstop.c: New file.
8199 * gdb.mi/mi-watch-nonstop.exp: New file.
8200
8201 2011-12-13 Pedro Alves <pedro@codesourcery.com>
8202 Doug Evans <dje@google.com>
8203
8204 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
8205 (clean_restart): Remove references to the gdb_stub target board
8206 variable.
8207 (gdb_step_for_stub): Delete.
8208
8209 * gdb.base/annota1.exp: Remove all references to [target_info
8210 exists gdb_stub], gdb_step_for_stub and usestubs.
8211 * gdb.base/annota3.exp: Ditto.
8212 * gdb.base/async.exp: Ditto.
8213 * gdb.base/break.exp: Ditto.
8214 * gdb.base/code-expr.exp: Ditto.
8215 * gdb.base/commands.exp: Ditto.
8216 * gdb.base/completion.exp: Ditto.
8217 * gdb.base/condbreak.exp: Ditto.
8218 * gdb.base/consecutive.exp: Ditto.
8219 * gdb.base/cvexpr.exp: Ditto.
8220 * gdb.base/define.exp: Ditto.
8221 * gdb.base/display.exp: Ditto.
8222 * gdb.base/ena-dis-br.exp: Ditto.
8223 * gdb.base/environ.exp: Ditto.
8224 * gdb.base/gnu-ifunc.exp: Ditto.
8225 * gdb.base/maint.exp: Ditto.
8226 * gdb.base/pending.exp: Ditto.
8227 * gdb.base/sect-cmd.exp: Ditto.
8228 * gdb.base/sepdebug.exp: Ditto.
8229 * gdb.base/unload.exp: Ditto.
8230 * gdb.base/watchpoint-solib.exp: Ditto.
8231 * gdb.cp/annota2.exp: Ditto.
8232 * gdb.cp/annota3.exp: Ditto.
8233 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
8234 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
8235 * gdb.mi/mi-pending.exp: Ditto.
8236 * gdb.trace/circ.exp: Ditto.
8237 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
8238 * gdb.base/list.exp: Ditto.
8239
8240 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
8241 breakpoint function and all references to the usestubs macro.
8242 * gdb.base/exprs.c: Ditto.
8243 * gdb.base/freebpcmd.c: Ditto.
8244 * gdb.base/bitfields.c: Ditto.
8245 * gdb.base/bitfields2.c: Ditto.
8246 * gdb.base/break.c: Ditto.
8247 * gdb.base/call-sc.c: Ditto.
8248 * gdb.base/call-signals.c: Ditto.
8249 * gdb.base/callfuncs.c: Ditto.
8250 * gdb.base/charset.c: Ditto.
8251 * gdb.base/consecutive.c: Ditto.
8252 * gdb.base/constvars.c: Ditto.
8253 * gdb.base/funcargs.c: Ditto.
8254 * gdb.base/int-type.c: Ditto.
8255 * gdb.base/interrupt.c: Ditto.
8256 * gdb.base/langs0.c: Ditto.
8257 * gdb.base/list0.c: Ditto.
8258 * gdb.base/mips_pro.c: Ditto.
8259 * gdb.base/miscexprs.c: Ditto.
8260 * gdb.base/nodebug.c: Ditto.
8261 * gdb.base/opaque0.c: Ditto.
8262 * gdb.base/pointers.c: Ditto.
8263 * gdb.base/printcmds.c: Ditto.
8264 * gdb.base/ptype.c: Ditto.
8265 * gdb.base/recurse.c: Ditto.
8266 * gdb.base/reread1.c: Ditto.
8267 * gdb.base/reread2.c: Ditto.
8268 * gdb.base/restore.c: Ditto.
8269 * gdb.base/return.c: Ditto.
8270 * gdb.base/run.c: Ditto.
8271 * gdb.base/scope0.c: Ditto.
8272 * gdb.base/sepdebug.c: Ditto.
8273 * gdb.base/setshow.c: Ditto.
8274 * gdb.base/setvar.c: Ditto.
8275 * gdb.base/sigall.c: Ditto.
8276 * gdb.base/signals.c: Ditto.
8277 * gdb.base/structs.c: Ditto.
8278 * gdb.base/structs2.c: Ditto.
8279 * gdb.base/testenv.c: Ditto.
8280 * gdb.base/twice.c: Ditto.
8281 * gdb.base/unwindonsignal.c: Ditto.
8282 * gdb.base/watchpoint.c: Ditto.
8283 * gdb.base/watchpoints.c: Ditto.
8284 * gdb.base/whatis.c: Ditto.
8285 * gdb.cp/classes.cc: Ditto.
8286 * gdb.cp/cplusfuncs.cc: Ditto.
8287 * gdb.cp/derivation.cc: Ditto.
8288 * gdb.cp/formatted-ref.cc: Ditto.
8289 * gdb.cp/misc.cc: Ditto.
8290 * gdb.cp/overload.cc: Ditto.
8291 * gdb.cp/ovldbreak.cc: Ditto.
8292 * gdb.cp/ref-params.cc: Ditto.
8293 * gdb.cp/ref-types.cc: Ditto.
8294 * gdb.cp/templates.cc: Ditto.
8295 * gdb.cp/virtfunc.cc: Ditto.
8296 * gdb.hp/gdb.aCC/run.c: Ditto.
8297 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
8298 * gdb.hp/gdb.compat/xdb0.c: Ditto.
8299 * gdb.reverse/consecutive-reverse.c: Ditto.
8300 * gdb.reverse/sigall-reverse.c: Ditto.
8301 * gdb.reverse/until-reverse.c: Ditto.
8302 * gdb.reverse/watch-reverse.c: Ditto.
8303 * gdb.trace/actions.c: Ditto.
8304 * gdb.trace/circ.c: Ditto.
8305 * gdb.trace/collection.c: Ditto.
8306
8307 2011-12-13 Pedro Alves <pedro@codesourcery.com>
8308
8309 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
8310 (func6, func7): New.
8311 (main): Call func6 and func7.
8312 * gdb.base/watchpoint.exp (test_wide_location_1)
8313 (test_wide_location_2): New.
8314 (top level): Re-enable hardware watchpoints if necessary. Call
8315 test_wide_location_1 and test_wide_location_2.
8316
8317 2011-12-11 Yao Qi <yao@codesourcery.com>
8318
8319 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
8320
8321 2011-12-11 Joel Brobecker <brobecker@adacore.com>
8322
8323 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
8324 expected output for unsupported case.
8325
8326 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8327
8328 PR testsuite/12649
8329 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
8330 Protect gdb_test_multiple by final $gdb_prompt match.
8331
8332 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8333
8334 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
8335 New variable, new test.
8336 (list static-method.cc:xxx::(anonymous namespace)::A::func)
8337 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
8338 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
8339 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
8340 them if HAVE_GCC_45682_FIXED is not set.
8341
8342 2011-12-10 Yao Qi <yao@codesourcery.com>
8343
8344 * gdb.trace/status-stop.exp: New.
8345 * gdb.trace/status-stop.c: New.
8346
8347 2011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8348
8349 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
8350 timeout.
8351
8352 2011-12-08 Tom Tromey <tromey@redhat.com>
8353
8354 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
8355 condition.
8356
8357 2011-12-07 Stan Shebs <stan@codesourcery.com>
8358
8359 * gdb.trace/tfind.exp: Update for output changes.
8360
8361 2011-12-07 Pedro Alves <pedro@codesourcery.com>
8362
8363 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
8364 throws "Cannot insert catchpoints in this configuration".
8365 * gdb.ada/mi_catch_ex.exp: Likewise.
8366
8367 2011-12-06 Pedro Alves <pedro@codesourcery.com>
8368
8369 * gdb.base/break-always.exp: Test changing memory at addresses
8370 with breakpoints inserted.
8371
8372 2011-12-06 Joel Brobecker <brobecker@acacore.com>
8373
8374 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
8375 involving a fully qualified function name.
8376
8377 2011-12-06 Tom Tromey <tromey@redhat.com>
8378
8379 * gdb.ada/homonym.exp: Add three breakpoint tests.
8380
8381 2011-12-06 Tom Tromey <tromey@redhat.com>
8382
8383 * gdb.base/solib-weak.exp (do_test): Remove kfail.
8384 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
8385 * gdb.objc/objcdecode.exp: Update for output changes.
8386 * gdb.linespec/linespec.exp: New file.
8387 * gdb.linespec/lspec.cc: New file.
8388 * gdb.linespec/lspec.h: New file.
8389 * gdb.linespec/body.h: New file.
8390 * gdb.linespec/base/two/thefile.cc: New file.
8391 * gdb.linespec/base/one/thefile.cc: New file.
8392 * gdb.linespec/Makefile.in: New file.
8393 * gdb.cp/templates.exp (test_template_breakpoints): Update for
8394 output changes.
8395 * gdb.cp/re-set-overloaded.exp: Remove kfail.
8396 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
8397 makes one breakpoint.
8398 * gdb.cp/method2.exp (test_break): Update for output changes.
8399 * gdb.cp/mb-templates.exp: Update for output changes.
8400 * gdb.cp/mb-inline.exp: Update for output changes.
8401 * gdb.cp/mb-ctor.exp: Update for output changes.
8402 * gdb.cp/ovsrch.exp: Use fully-qualified names.
8403 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
8404 has multiple matches.
8405 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
8406 error message change.
8407 * gdb.base/list.exp (test_list_filename_and_number): Update for
8408 error message change.
8409 * gdb.base/break.exp: Disable pending breakpoints. Update for
8410 output changes.
8411 * configure.ac: Add gdb.linespec.
8412 * configure: Rebuild.
8413 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
8414
8415 2011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
8416
8417 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
8418 last_break register on s390*-*-* targets.
8419
8420 2011-12-06 Joel Brobecker <brobecker@adacore.com>
8421
8422 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
8423 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
8424 of parameter X in procedure Foo.
8425
8426 2011-12-05 Stan Shebs <stan@codesourcery.com>
8427
8428 * gdb.trace/tfind.exp: Update help string matches.
8429
8430 2011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8431
8432 * gdb.server/ext-run.exp (get process list): Accept also systemd
8433 as PID 1.
8434
8435 2011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8436 Pedro Alves <pedro@codesourcery.com>
8437
8438 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
8439 starting GDB.
8440 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
8441 $use_gdb_stub.
8442 * gdb.base/display.exp: Likewise.
8443 * gdb.base/ending-run.exp: Likewise.
8444 * gdb.base/list.exp (test_listsize): Likewise.
8445 * gdb.base/setshow.exp: Likewise.
8446 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
8447 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
8448 check by global $use_gdb_stub.
8449 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
8450 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
8451 (default_gdb_init): Unset global $use_gdb_stub.
8452 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
8453 by global $use_gdb_stub.
8454 * lib/gdbserver-support.exp: Extend comments for set_board_info
8455 gdb_protocol and gdb,socketport.
8456 (gdbserver_start_extended): Set global gdbserver_protocol and
8457 gdbserver_gdbport. Clear global use_gdb_stub.
8458 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
8459 from target use_gdb_stub.
8460 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
8461
8462 2011-12-03 Doug Evans <dje@google.com>
8463
8464 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
8465 (gdb_step_for_stub): Add comments.
8466
8467 2011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
8468
8469 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
8470 to the caller.
8471 (gdb_test_multiple): Likewise.
8472
8473 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8474
8475 Fix gdb.mi/mi-solib.exp without system debug info installed.
8476 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
8477 expect attribute, return 0 for it. Update comments.
8478
8479 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8480
8481 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
8482 (corrupted list): Adjust the expectation.
8483
8484 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8485
8486 PR threads/13448
8487 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
8488 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
8489 * gdb.threads/tls-var-main.c: New file.
8490 * gdb.threads/tls-var.c: New file.
8491 * gdb.threads/tls-var.exp: New file.
8492
8493 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8494
8495 PR testsuite/12649
8496 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
8497 Protect gdb_test_multiple by final $gdb_prompt match.
8498 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
8499 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
8500 (test_tracepoints): Likewise.
8501
8502 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8503
8504 PR breakpoints/13346
8505 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
8506 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
8507 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
8508
8509 2011-12-01 Joel Brobecker <brobecker@adacore.com>
8510
8511 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
8512 * gdb.ada/homonym/homonym.adb: For use of all types defined
8513 locally inside both Get_Value subprograms.
8514
8515 2011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8516
8517 Fix racy FAILs.
8518 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
8519 of send_gdb.
8520
8521 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8522
8523 * gdb.base/testenv.exp: Skip on remote targets. Unset global
8524 environment variable after test completed.
8525
8526 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8527
8528 * gdb.base/solib-nodir.exp: Skip if remote target.
8529 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
8530 application. Call gdb_load_shlibs.
8531 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
8532
8533 2011-11-29 Joel Brobecker <brobecker@adacore.com>
8534
8535 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
8536
8537 2011-11-28 Joel Brobecker <brobecker@adacore.com>
8538
8539 * gdb.ada/fullname_bp: New testcase.
8540
8541 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8542
8543 PR testsuite/12649
8544 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
8545 Wrap send_gdb into a new gdb_test.
8546
8547 Code cleanup.
8548 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
8549 Convert send_gdb and gdb_expect to gdb_test_multiple.
8550
8551 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8552
8553 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
8554
8555 2011-11-23 Keith Seitz <keiths@redhat.com>
8556
8557 * lib/mi-support.exp (varobj_tree): New namespace and procs.
8558 (mi_varobj_tree_test_children_callback): New proc.
8559 (mi_walk_varobj_tree): New proc.
8560
8561 2011-11-22 Tom Tromey <tromey@redhat.com>
8562
8563 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
8564 Add "use_mi_command" argument.
8565 (mi_run_cmd, mi_run_with_cli): New procs.
8566 * gdb.mi/solib-lib.c: New file.
8567 * gdb.mi/solib-main.c: New file.
8568 * gdb.mi/mi-solib.exp: New file.
8569
8570 2011-11-21 Doug Evans <dje@google.com>
8571
8572 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
8573 _Unwind_DebugHook is missing.
8574
8575 2011-11-20 Stan Shebs <stan@codesourcery.com>
8576
8577 * gdb.trace/tstatus.exp: New.
8578 * gdb.trace/actions.c: Include string.h.
8579
8580 2011-11-18 Yao Qi <yao@codesourcery.com>
8581
8582 * gdb.trace/pending.exp: New.
8583 * gdb.trace/pending.c: New.
8584 * gdb.trace/pendshr1.c: New.
8585 * gdb.trace/pendshr2.c: New.
8586 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
8587 tracepoint location becomes pending.
8588 (tracepoint_change_loc_2): New.
8589
8590 2011-11-16 David S. Miller <davem@davemloft.net>
8591
8592 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
8593 target is sparc*-*-linux*
8594
8595 2011-11-15 Paul Koning <paul_koning@dell.com>
8596
8597 * gdb.python/py-type.exp: New testcases for exceptions on scalar
8598 types.
8599
8600 2011-11-14 Doug Evans <dje@google.com>
8601
8602 * gdb.base/shell.exp: New file.
8603
8604 2011-11-14 Stan Shebs <stan@codesourcery.com>
8605
8606 * gdb.trace/ftrace.c: New.
8607 * gdb.trace/ftrace.exp: New.
8608
8609 2011-11-14 Yao Qi <yao@codesourcery.com>
8610
8611 * gdb.trace/change-loc-1.c: New.
8612 * gdb.trace/change-loc-2.c: New.
8613 * gdb.trace/change-loc.c: New.
8614 * gdb.trace/change-loc.exp: New.
8615 * gdb.trace/change-loc.h: New.
8616 * gdb.trace/trace-break.c (marker): Define new symbol.
8617 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
8618 New.
8619 (break_trace_same_addr_6): New.
8620
8621 2011-11-12 Matt Rice <ratmice@gmail.com>
8622
8623 * gdb.base/info-macros.exp: Make tests for info definitions
8624 test info macro. Add tests for info macro argument processing.
8625 Rename a few tests.
8626
8627 2011-11-11 Keith Seitz <keiths@redhat.com>
8628
8629 PR gdb/12843
8630 * gdb.base/linespecs.exp: New file.
8631
8632 2011-11-11 Doug Evans <dje@google.com>
8633
8634 * gdb.threads/print-threads.exp: Extend timeout for slower
8635 tests.
8636
8637 2011-11-10 Doug Evans <dje@google.com>
8638
8639 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
8640 "record to end of main" test.
8641
8642 * gdb.python/py-type.c (TS): New typedef.
8643 (ts): New global.
8644 * gdb.python/py-type.exp: Test field list of typedef.
8645
8646 2011-11-10 Joel Brobecker <brobecker@adacore.com>
8647
8648 * gdb.ada/small_reg_param: New testcase.
8649
8650 2011-11-09 Tom Tromey <tromey@redhat.com>
8651
8652 * gdb.cp/destrprint.exp: New file.
8653 * gdb.cp/destrprint.cc: New file.
8654
8655 2011-11-08 Meador Inge <meadori@codesourcery.com>
8656
8657 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
8658 (switch_stack_to_other): New test function.
8659 * gdb.arch/thumb-prologue.exp: New test cases.
8660
8661 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
8662
8663 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
8664
8665 2011-11-08 Yao Qi <yao@codesourcery.com>
8666
8667 * gdb.exp (supports_process_record): New.
8668 (supports_reverse): New.
8669 * gdb.reverse/break-precsave.exp: Call support_process_record
8670 to run test conditionally.
8671 * gdb.reverse/consecutive-precsave.exp: Likewise.
8672 * gdb.reverse/i386-precsave.exp: Likewise.
8673 * gdb.reverse/machinestate-precsave.exp: Likewise.
8674 * gdb.reverse/solib-precsave.exp: Likewise.
8675 * gdb.reverse/step-precsave.exp: Likewise.
8676 * gdb.reverse/until-precsave.exp: Likewise.
8677 * gdb.reverse/watch-precsave.exp: Likewise.
8678 * gdb.reverse/break-reverse.exp: Call support_reverse to run
8679 test conditionally.
8680 * gdb.reverse/consecutive-reverse.exp: Likewise.
8681 * gdb.reverse/finish-precsave.exp: Likewise.
8682 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8683 * gdb.reverse/finish-reverse.exp: Likewise.
8684 * gdb.reverse/i386-reverse.exp: Likewise.
8685 * gdb.reverse/i386-sse-reverse.exp: Likewise.
8686 * gdb.reverse/machinestate.exp: Likewise.
8687 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
8688 * gdb.reverse/sigall-precsave.exp: Likewise.
8689 * gdb.reverse/sigall-reverse.exp: Likewise.
8690 * gdb.reverse/solib-reverse.exp: Likewise.
8691 * gdb.reverse/step-reverse.exp: Likewise.
8692 * gdb.reverse/until-reverse.exp: Likewise.
8693 * gdb.reverse/watch-reverse.exp: Likewise.
8694
8695 2011-11-05 Yao Qi <yao@codesourcery.com>
8696
8697 * gdb.trace/trace-break.exp: Add test on setting two
8698 fast tracepoints at the same address.
8699
8700 2011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8701
8702 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
8703
8704 2011-11-02 Stan Shebs <stan@codesourcery.com>
8705
8706 * gdb.trace/collection.c: Add code using strings.
8707 * gdb.trace/collection.exp: Add tests of string collection.
8708
8709 2011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8710
8711 * gdb.base/skip-solib.exp (executable_main): New variable.
8712 (binfile_main): Base it on that.
8713 Use $executable_main in clean_restart calls. Drop gdb_exit and
8714 gdb_start calls.
8715
8716 2011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8717
8718 Fix racy FAILs.
8719 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
8720 breakpoint_re globals import by async. Set string_regex to .* for
8721 async. Remove the optional thread_selected_re and breakpoint_re
8722 globals expectations.
8723
8724 2011-11-01 Joseph Myers <joseph@codesourcery.com>
8725
8726 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
8727 well as Cygwin.
8728
8729 2011-11-01 Justin Lebar <justin.lebar@gmail.com>
8730
8731 Add tests for skip command.
8732 * gdb.base/skip-solib-lib.c: New
8733 * gdb.base/skip-solib-main.c: New
8734 * gdb.base/skip-solib.exp: New
8735 * gdb.base/skip.c: New
8736 * gdb.base/skip.exp: New
8737 * gdb.base/skip1.c: New
8738 * gdb.base/Makefile.in: Adding new files.
8739
8740 2011-10-31 Yao Qi <yao@codesourcery.com>
8741 Pedro Alves <pedro@codesourcery.com>
8742
8743 * gdb.trace/trace-break.c: New.
8744 * gdb.trace/trace-break.exp: New.
8745
8746 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8747
8748 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
8749 break-here-2.
8750
8751 2011-10-28 Pedro Alves <pedro@codesourcery.com>
8752
8753 * gdb.threads/no-unwaited-for-left.c: New.
8754 * gdb.threads/no-unwaited-for-left.exp: New.
8755 * gdb.threads/non-ldr-exc-1.c: New.
8756 * gdb.threads/non-ldr-exc-1.exp: New.
8757 * gdb.threads/non-ldr-exc-2.c: New.
8758 * gdb.threads/non-ldr-exc-2.exp: New.
8759 * gdb.threads/non-ldr-exc-3.c: New.
8760 * gdb.threads/non-ldr-exc-3.exp: New.
8761 * gdb.threads/non-ldr-exc-4.c: New.
8762 * gdb.threads/non-ldr-exc-4.exp: New.
8763
8764 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8765
8766 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
8767 * gdb.base/attach-pie-misread.exp: Likewise.
8768 * gdb.base/break-interp.exp: Likewise.
8769 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
8770 testcases for use_gdb_stub.
8771 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
8772 (continue): New testcase.
8773 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
8774 * gdb.threads/attach-into-signal.exp: Likewise.
8775 * gdb.threads/attach-stopped.exp: Likewise.
8776 * gdb.threads/attachstop-mt.exp: Likewise.
8777
8778 2011-10-28 Paul Koning <paul_koning@dell.com>
8779
8780 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
8781
8782 2011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8783
8784 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
8785 (mi_gdb_test): Import globals thread_selected_re
8786 and breakpoint_re. Expect them optionally at the regex start.
8787
8788 2011-10-27 Doug Evans <dje@google.com>
8789
8790 * gdb.python/python.exp: Test source -s.
8791
8792 2011-10-26 Paul Koning <paul_koning@dell.com>
8793
8794 * gdb.python/lib-types.cc (struct A): New structure.
8795 * gdb.python/lib-types.exp (deepitems): New tests.
8796
8797 2011-10-25 Paul Koning <paul_koning@dell.com>
8798
8799 PR python/13327
8800
8801 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
8802 fetch_lazy method.
8803
8804 2011-10-24 Yao Qi <yao@codesourcery.com>
8805
8806 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
8807 target is tic6x-*-*.
8808
8809 2011-10-21 Joel Brobecker <brobecker@adacore.com>
8810
8811 * gdb.ada/mi_task_info/task_switch.adb: New file.
8812 * gdb.ada/mi_task_info.exp: New file.
8813
8814 2011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8815
8816 * gdb.cp/expand-psymtabs-cxx.exp: New file.
8817 * gdb.cp/expand-psymtabs-cxx.cc: New file.
8818
8819 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
8820
8821 PR python/12656
8822
8823 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
8824 global_block tests.
8825
8826 2011-10-18 Tom Tromey <tromey@redhat.com>
8827
8828 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
8829
8830 2011-10-18 Tom Tromey <tromey@redhat.com>
8831
8832 * gdb.base/source.exp: Don't include full file name in test name.
8833 * gdb.python/python.exp: Don't include full file name in test
8834 name.
8835
8836 2011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8837
8838 * gdb.base/attach-pie-noexec.c: New files.
8839 * gdb.base/attach-pie-noexec.exp: New files.
8840
8841 2011-10-17 Joseph Myers <joseph@codesourcery.com>
8842
8843 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
8844 prompt for each extra line in command.
8845
8846 2011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8847
8848 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
8849 Revert the part of:
8850 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8851 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
8852 Change the expected string.
8853
8854 2011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8855
8856 Fix results with system glibc debug info installed.
8857 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
8858 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
8859 Accept also __libc_ symbol prefix and no prefix.
8860
8861 2011-10-14 Keith Seitz <keiths@redhat.com>
8862
8863 PR c++/13225
8864 * gdb.cp/converts.cc (foo3_1): New function.
8865 (foo3_2): New functions.
8866 * gdb.cp/converts.exp: Add tests for int to pointer conversion
8867 and null pointer conversions of integer constant zero.
8868 Add test to check if all arguments are checked for incompatible
8869 conversion BADNESS.
8870
8871 2011-10-14 Tom Tromey <tromey@redhat.com>
8872
8873 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
8874 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
8875 linespec.
8876
8877 2011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8878
8879 Fix internal error regression.
8880 * gdb.dwarf2/implptr-optimized-out.S: New file.
8881 * gdb.dwarf2/implptr-optimized-out.exp: New file.
8882
8883 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8884
8885 Fix empty DWARF expressions DATA vs. SIZE conditionals.
8886 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
8887 (loclist): New.
8888 (4): New abbrev.
8889 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
8890 Use prepare_for_testing, remove clean_restart.
8891 (p arraynoloc, p arraycallnoloc): New tests.
8892
8893 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8894
8895 * gdb.cp/namespace-enum.exp (executable): New variable.
8896 (binfile): Use ${objdir}/${subdir}/ prefix.
8897 Use ${executable} for clean_restart.
8898
8899 2011-10-11 Sterling Augustine <saugustine@google.com>
8900
8901 * gdb.cp/Makefile.in: Add namespace-enum test.
8902 * gdb.cp/namespace-enum.exp: New file.
8903 * gdb.cp/namespace-enum.c: New file.
8904 * gdb.cp/namespace-enum-main.c: New file.
8905
8906 2011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
8907
8908 * gdb.python/py-shared.exp: Relax filename check to handle remote:
8909 sysroot.
8910
8911 2011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8912
8913 Reimplement @entry in input expressions.
8914 * gdb.base/exprs.c (v_int_array_init): New variable.
8915 * gdb.base/exprs.exp (print v_int_array_init)
8916 (print *v_int_array_init@1, print *v_int_array_init@2)
8917 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
8918 (print v_int_array_init[1]@1): New tests.
8919
8920 2011-10-10 Joseph Myers <joseph@codesourcery.com>
8921
8922 * gdb.cp/gdb2495.exp: Do not include directories in filename in
8923 expected message.
8924
8925 2011-10-09 Doug Evans <dje@google.com>
8926
8927 * gdb.base/alias.exp: Add tests for alias command.
8928
8929 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8930
8931 * gdb.arch/amd64-entry-value.s: New file.
8932 * gdb.mi/mi2-amd64-entry-value.s: New file.
8933
8934 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8935
8936 Display @entry parameter values even for references.
8937 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
8938 functions.
8939 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
8940 reference and datap_input.
8941 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
8942 breakpoints.
8943 (continue to breakpoint: entry_reference: reference)
8944 (entry_reference: bt at entry)
8945 (continue to breakpoint: entry_reference: breakhere_reference)
8946 (entry_reference: bt, entry_reference: ptype regparam)
8947 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
8948 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
8949 (entry_reference: p regcopy, entry_reference: p nodataparam)
8950 (entry_reference: p nodataparam@entry): New tests.
8951
8952 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8953
8954 Support @entry in input expressions.
8955 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
8956 (entry_stack: p s1@entry, entry_stack: p s2@entry)
8957 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
8958 (tailcall: p j@entry): New tests.
8959 * gdb.cp/koenig.cc (A::entry): New function.
8960 (main): Call it.
8961 * gdb.cp/koenig.exp (p entry (c)): New test.
8962
8963 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8964
8965 Display @entry parameter values (without references).
8966 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
8967 (different, validity, invalid): New functions.
8968 (main): Call them.
8969 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
8970 stacktest, breakhere_stacktest, different, breakhere_different,
8971 breakhere_validity and breakhere_invalid.
8972 (entry: bt): Update for @entry.
8973 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
8974 (entry_validity: *, entry_invalid: *): Many new tests.
8975 * gdb.base/break.exp
8976 (run until breakpoint set at small function, optimized file): Accept
8977 also the @entry suffix.
8978 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
8979 * gdb.mi/mi2-amd64-entry-value.c: New files.
8980 * gdb.mi/mi2-amd64-entry-value.exp: New files.
8981
8982 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8983
8984 Protect entry values against self tail calls.
8985 * gdb.arch/amd64-entry-value.cc (self2, self): New.
8986 (main): Call self.
8987 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
8988 (set debug entry-values 1, self: bt debug entry-values): New tests.
8989
8990 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8991
8992 Recognize virtual tail call frames.
8993 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
8994 (amb_b, amb_a): New.
8995 (main): Call a and b.
8996 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
8997 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
8998 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
8999 New tests.
9000
9001 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9002
9003 Implement basic support for DW_TAG_GNU_call_site.
9004 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
9005 * gdb.arch/amd64-entry-value.cc: New file.
9006 * gdb.arch/amd64-entry-value.exp: New file.
9007
9008 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9009
9010 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
9011 * gdb.dwarf2/implptr-64bit.S: New file.
9012 * gdb.dwarf2/implptr-64bit.exp: New file.
9013
9014 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9015
9016 Fix initial language detection with -readnow.
9017 * gdb.cp/readnow-language.cc: New file.
9018 * gdb.cp/readnow-language.exp: New file.
9019
9020 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9021
9022 Fix printed anonymous struct name.
9023 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
9024
9025 2011-10-09 Joseph Myers <joseph@codesourcery.com>
9026
9027 * gdb.base/solib-symbol.exp: Do not include directories in
9028 filenames in expected messages.
9029
9030 2011-10-07 Doug Evans <dje@google.com>
9031
9032 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
9033
9034 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
9035
9036 Allow Python notification of new object-file loadings.
9037 * gdb.python/py-events.exp: Test newobjfile event.
9038 * gdb.python/py-events.py: Register newobjfile callback.
9039 * gdb.python/py-events.c: Add call to shared library
9040 * gdb.python/py-events-shlib.c: New file.
9041
9042 2011-10-06 Joseph Myers <joseph@codesourcery.com>
9043
9044 * gdb.base/fixsection.exp: Do not include directories in filename
9045 in expected message.
9046
9047 2011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
9048
9049 Add tests for passing of environment variables to inferior.
9050 * gdb.base/testenv.c: New test source.
9051 * gdb.base/testenv.exp: New expect test.
9052
9053 2011-10-04 Paul Koning <paul_koning@dell.com>
9054
9055 * gdb.python/py-value.c (main): Break before return.
9056
9057 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
9058
9059 PR python/12691: Add the inferior to Python exited event
9060 * gdb.python/py-events.exp: Test the inferior attribute of exited
9061 event with a fork.
9062 * gdb.python/py-events.py: Print inferior number on exit.
9063 * gdb.python/py-events.c: Fork the inferior.
9064
9065 2011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
9066
9067 * gdb.base/jit.exp: Add testcase name to log message
9068
9069 2011-10-03 Paul Koning <paul_koning@dell.com>
9070 Jan Kratochvil <jan.kratochvil@redhat.com>
9071
9072 * gdb.python/py-value.exp
9073 (python inval = gdb.parse_and_eval('*(int*)0'))
9074 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
9075 (set argc=2, python print argc_lazy): New tests.
9076
9077 2011-10-02 Joel Brobecker <brobecker@adacore.com>
9078
9079 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
9080
9081 2011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9082 Pedro Alves <pedro@codesourcery.com>
9083
9084 * gdb.python/py-value.exp (test_value_in_inferior): New variable
9085 can_read_0, test for it.
9086 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
9087 (parse_and_eval with memory error): ... here, make it untested if
9088 can_read_0.
9089
9090 2011-09-30 Marek Polacek <mpolacek@redhat.com>
9091
9092 * gdb.python/python.exp (verify pagination beforehand)
9093 (verify pagination afterwards): Fix race by splitting the line.
9094
9095 2011-09-29 Joseph Myers <joseph@codesourcery.com>
9096
9097 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
9098 for 64-bit multilibs from i?86-* targets.
9099
9100 2011-09-29 Marek Polacek <mpolacek@redhat.com>
9101
9102 * lib/gdb.exp: Fix a typo in one of the comments.
9103
9104 2011-09-29 Marek Polacek <mpolacek@redhat.com>
9105
9106 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
9107 matching pattern.
9108
9109 2011-09-28 Paul Koning <paul_koning@dell.com>
9110
9111 * gdb.python/py-type.c (enum E): New.
9112 * gdb.python/py-type.exp (test_fields): Add tests for Python
9113 mapping access to fields.
9114 (test_enums): New test for field access on enums.
9115
9116 2011-09-27 Stan Shebs <stan@codesourcery.com>
9117
9118 * gdb.trace/collection.exp: Test collection of $_ret.
9119
9120 2011-09-22 Andreas Tobler <andreast@fgznet.ch>
9121
9122 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
9123 list of compilation switches for <*-*-freebsd*>.
9124
9125 2011-09-19 Stan Shebs <stan@codesourcery.com>
9126
9127 * gdb.trace/tspeed.exp: New file.
9128 * gdb.trace/tspeed.c: New file.
9129
9130 2011-09-18 Yao Qi <yao@codesourcery.com>
9131
9132 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
9133 instructions.
9134 (test_adr_32bit, test_pop_pc): Likewise.
9135 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
9136 Thumb instructions.
9137 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
9138 in gdb_test_multiple.
9139 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
9140
9141 2011-09-17 Yao Qi <yao@codesourcery.com>
9142
9143 * lib/gdb.exp (can_single_step_to_signal_handler): New.
9144 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
9145 support single step to signal handler.
9146
9147 2011-09-17 Yao Qi <yao@codesourcery.com>
9148
9149 * gdb.base/disp-step-fork.c: New.
9150 * gdb.base/disp-step-syscall.exp: New.
9151 * gdb.base/disp-step-vfork.c: New.
9152
9153 2011-09-16 Joel Brobecker <brobecker@adacore.com>
9154
9155 * gdb.ada/tasks.exp: Make the expected output for
9156 the `info tasks' tests more resilient to spacing
9157 changes.
9158
9159 2011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9160
9161 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
9162 (reached breakpoint 2, reached breakpoint 3): Update expected output.
9163
9164 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
9165
9166 PR Python/12692 Add gdb.selected_inferior() to Python interface.
9167 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
9168
9169 2011-04-30 Kevin Pouget <kevin.pouget@st.com>
9170
9171 Handle multiple breakpoint hits in Python interface:
9172 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
9173 presence.
9174 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
9175 breakpoint hits.
9176
9177 2011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
9178 Jan Kratochvil <jan.kratochvil@redhat.com>
9179
9180 * gdb.python/py-events.exp: Remove pretty printing comment.
9181 * gdb.python/py-evsignal.exp: New file.
9182 * gdb.python/py-evthreads.c: Include signal.h.
9183 (thread3): Remove variable count3. Remove variable bad and use raise
9184 instead.
9185 (thread2): Remove variable count2. Move thread3 pthread_create here,
9186 merge pthread_join to a single line.
9187 (main): Remove variable count1. Merge pthread_join with pthread_create
9188 to a single line.
9189 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
9190 KFAIL python/12966 for gdbserver. Test return value of
9191 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
9192 gdb_expect by gdb_test and gdb_test_multiple.
9193 (thread 2, thread 3): New tests.
9194
9195 2011-09-12 Matt Rice <ratmice@gmail.com>
9196 Pedro Alves <pedro@codesourcery.com>
9197
9198 PR gdb/13175
9199
9200 * gdb.base/interp.exp: New tests.
9201 * gdb.base/interp.c: New file.
9202
9203 2011-09-12 Doug Evans <dje@google.com>
9204
9205 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
9206 * gdb.dwarf2/typeddwarf.exp: Ditto.
9207
9208 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9209
9210 Fix compatibility with x32 arch.
9211 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
9212 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
9213 is_x86_like_target.
9214 * testsuite/gdb.trace/collection.exp: Likewise.
9215 * testsuite/gdb.trace/report.exp: Likewise.
9216 * testsuite/gdb.trace/unavailable.exp: Likewise.
9217 * testsuite/gdb.trace/while-dyn.exp: Likewise.
9218 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
9219 (is_x86_like_target): Check also is_amd64_regs_target.
9220
9221 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9222
9223 PR breakpoints/12435
9224 * gdb.arch/amd64-prologue-xmm.c: New file.
9225 * gdb.arch/amd64-prologue-xmm.exp: New file.
9226 * gdb.arch/amd64-prologue-xmm.s: New file.
9227
9228 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9229
9230 * gdb.dwarf2/dw2-param-error-main.c: New file.
9231 * gdb.dwarf2/dw2-param-error.S: New file.
9232 * gdb.dwarf2/dw2-param-error.exp: New file.
9233
9234 2011-09-08 Pedro Alves <pedro@codesourcery.com>
9235
9236 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
9237 inferior's pid and look for a core dump named core.$pid. Use
9238 `remote_file' commands on the host instead of hand coding shell
9239 commands on the build.
9240 * gdb.base/valgrind-db-attach.exp: Kill the program before
9241 finishing the test.
9242
9243 2011-09-02 Matt Rice <ratmice@gmail.com>
9244
9245 * lib/prompt.exp: New file for testing the first prompt.
9246 * gdb.python/py-prompt.exp: Ditto.
9247 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
9248
9249 2011-09-02 Pedro Alves <pedro@codesourcery.com>
9250
9251 * gdb.threads/gcore-thread.exp: Set the global core_supported to
9252 0, before testing gcore.
9253
9254 2011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9255
9256 * dw2-ifort-parameter-debug.S: Update copyright year.
9257 * dw2-ifort-parameter.c: Update copyright year.
9258 * dw2-ifort-parameter.exp: Update copyright year.
9259
9260 * dw2-ifort-parameter-debug.S: New file.
9261 * dw2-ifort-parameter.c: New file.
9262 * dw2-ifort-parameter.exp: New file.
9263
9264 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9265
9266 * gdb.base/commands.exp (error_clears_commands_left): New function.
9267 (): Call it.
9268
9269 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9270
9271 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
9272 (C): Initialize `a'.
9273 * gdb.mi/mi-inheritance-syntax-error.exp
9274 (-data-evaluate-expression $path): Expect `a' as 5.
9275
9276 2011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
9277
9278 PR mi/11912
9279 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
9280 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
9281 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
9282 keyword in output of -var-info-path-expression.
9283
9284 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9285
9286 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
9287 * gdb.trace/collection.exp: Likewise.
9288 * gdb.trace/report.exp: Likewise.
9289 * gdb.trace/unavailable.exp: Likewise.
9290 * gdb.trace/while-dyn.exp: Likewise.
9291
9292 2011-08-18 Keith Seitz <keiths@redhat.com>
9293
9294 PR c++/12266
9295 * gdb.cp/meth-typedefs.cc: New file.
9296 * gdb.cp/meth-typedefs.exp: New file.
9297
9298 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
9299
9300 * gdb.python/python.exp: Add extended-prompt tests.
9301
9302 2011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9303
9304 * gdb.arch/i386-dr3-watch.exp
9305 (watchpoint on gap1 does not fit debug registers)
9306 (delete all watchpoints): Fix racy expect strings.
9307
9308 2011-08-14 Yao Qi <yao@codesourcery.com>
9309
9310 * gdb.base/maint.exp: set data_section to ".neardata".
9311 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
9312 * gdb.base/savedregs.exp: Handle SIGILL.
9313 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
9314 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
9315
9316 2011-08-12 Doug Evans <dje@google.com>
9317
9318 * gdb.python/py-symbol.exp: Add test for symbol.type.
9319
9320 2011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
9321
9322 * gdb.threads/pthreads.exp: Enable on non-native configurations.
9323 * gdb.mi/mi-pthreads.exp: Likewise.
9324 * gdb.mi/mi2-pthreads.exp: Likewise.
9325 * gdb.mi/gdb669.exp.exp: Likewise.
9326
9327 2011-08-09 Pedro Alves <pedro@codesourcery.com>
9328
9329 * lib/mi-support.exp (detect_async): Rename to...
9330 (mi_detect_async): ... this.
9331 * gdb.mi/mi-nonstop-exit.exp: Adjust.
9332 * gdb.mi/mi-nonstop.exp: Adjust.
9333 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
9334 * gdb.mi/mi-nsintrall.exp: Adjust.
9335 * gdb.mi/mi-nsmoribund.exp: Adjust.
9336 * gdb.mi/mi-nsthrexec.exp: Adjust.
9337
9338 2011-08-09 Pedro Alves <pedro@codesourcery.com>
9339
9340 * gdb.base/display.c (do_loops): New `p_i' local.
9341 * gdb.base/display.exp: Test displaying a variable that is
9342 temporarily at a bad address.
9343
9344 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9345
9346 * gdb.dwarf2/dw2-op-stack-value.S: New file.
9347 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
9348
9349 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9350
9351 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
9352 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
9353 (p fuNC_symtab): Permit also ppc64 leading dot.
9354
9355 2011-08-05 Pedro Alves <pedro@codesourcery.com>
9356
9357 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
9358 procedure.
9359 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
9360
9361 2011-08-05 Yao Qi <yao@codesourcery.com>
9362
9363 * gdb.base/callfuncs.exp: Set language after main.
9364 * gdb.cp/cplusfuncs.exp: Likewise.
9365 * gdb.cp/inherit.exp: Likewise.
9366
9367 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
9368
9369 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
9370 * gdb.base/watch-vfork.exp: Skip on remote targets.
9371
9372 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
9373
9374 * gdb.threads/thread-find.exp: Support remote targets.
9375
9376 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
9377
9378 * gdb.base/jit.exp: Download solib_binfile to target.
9379 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
9380 and call dlopen without full path name.
9381 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
9382 dlopen without full path name.
9383
9384 2011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9385
9386 * gdb.base/break-always.exp: Complete the test
9387 with duplicated breakpoints and enabling/disabling them.
9388
9389 2011-08-02 Tom Tromey <tromey@redhat.com>
9390
9391 PR gdb/11289:
9392 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
9393
9394 2011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
9395
9396 PR gdb/13045
9397 * gdb.base/float.exp: Add new test case for PR gdb/13045
9398 * gdb.base/float.c: New file.
9399
9400 2011-07-28 Phil Muldoon <pmuldoon@redhat.com>
9401
9402 * gdb.python/py-mi.exp: Test printers returning string hint, and
9403 also not returning a value.
9404 * gdb.python/py-prettyprint.c: Add testcase for above.
9405 * gdb.python/py-prettyprint.py: Add test printer for above.
9406
9407 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9408
9409 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
9410 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
9411 (.Ldie30) Add as field "data4".
9412 (.Ldie32) Rename field "b" to "shl".
9413 (abbrev4) Change for the "data4" field.
9414 (abbrev5, abbrev6) Remove.
9415 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
9416 (p &s.shl): ... here. Add comment.
9417 (p &s.data4): New.
9418
9419 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9420
9421 Fix crash on lval_computed values.
9422 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
9423
9424 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9425
9426 * gdb.base/help.exp (help whatis): Update the expected string.
9427
9428 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9429
9430 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
9431 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
9432 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
9433 Change the expected string.
9434
9435 2011-07-26 Pedro Alves <pedro@codesourcery.com>
9436
9437 * gdb.base/watchpoint.exp
9438 (test_disable_enable_software_watchpoint): New procedure.
9439 (top level): Run it.
9440
9441 2011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
9442
9443 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
9444 executable file "${binfile}", C++ version "${binfile}-cxx".
9445 * gdb.python/py-prettyprint.exp: Likewise.
9446 * gdb.python/py-symbol.exp: Likewise.
9447 * gdb.python/py-type.exp: Likewise.
9448 * gdb.python/py-value.exp: Likewise.
9449 * gdb.python/py-template.exp (test_template_arg): Pass full executable
9450 file name instead of just suffix.
9451
9452 2011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9453
9454 Fix implicit pointer offsets.
9455 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
9456 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
9457 (continue to breakpoint: continue to baz breakpoint for implptr)
9458 (sanity check element 0, sanity check element 1)
9459 (enter the inlined function, check element 0 for the offset)
9460 (check element 1 for the offset)
9461 (continue to breakpoint: ignore the second baz breakpoint): New tests.
9462 (set foo breakpoint for implptr): Update the breakpoint number.
9463
9464 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
9465
9466 * gdb.python/py-mi.exp: Use different file names for different
9467 versions of the executable under test.
9468 * gdb.python/py-prettyprint.exp: Likewise.
9469 * gdb.python/py-symbol.exp: Likewise.
9470 * gdb.python/py-template.exp: Likewise.
9471 * gdb.python/py-type.exp: Likewise.
9472 * gdb.python/py-value.exp: Likewise.
9473
9474 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
9475
9476 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
9477 flag after restarting GDB if necessary.
9478
9479 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
9480
9481 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
9482
9483 2011-07-22 Pedro Alves <pedro@codesourcery.com>
9484
9485 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
9486 backend doesn't leave used debug registers behind.
9487
9488 2011-07-22 Tom Tromey <tromey@redhat.com>
9489
9490 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
9491 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
9492 argument.
9493 * gdb.dwarf2/typeddwarf-amd64.S: New file.
9494
9495 2011-07-21 Matt Rice <ratmice@gmail.com>
9496
9497 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
9498 in mostlyclean rule. Add files ending in .core.
9499
9500 2011-07-21 Matt Rice <ratmice@gmail.com>
9501
9502 PR macros/12999
9503 * gdb.base/info-macros.c: New test sources.
9504 * gdb.base/info-macros.exp: New tests.
9505
9506 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
9507
9508 * gdb.python/python.exp: Add prompt substitution tests.
9509
9510 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9511
9512 Fix crash if referenced CU is aged out.
9513 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
9514 New.
9515 * gdb.dwarf2/implptr.exp: Likewise.
9516
9517 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9518
9519 * gdb.dwarf2/implptr.S: Rebuilt.
9520 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
9521 (bar): Use them for j, k, l.
9522 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
9523 COMPILE.
9524 (print j in implptr:bar): Update for the intp typedef.
9525 (print p[0].x in implptr:foo): Use more exact regex.
9526
9527 2011-07-18 Tom Tromey <tromey@redhat.com>
9528
9529 * gdb.cp/static-method.exp: Add missing single quote.
9530
9531 2011-07-18 Yao Qi <yao@codesourcery.com>
9532
9533 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
9534 supported.
9535 * gdb.mi/mi-nonstop-exit.exp: Likewise.
9536 * gdb.mi/mi-nonstop.exp: Likewise.
9537 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9538 * gdb.mi/mi-nsintrall.exp: Likewise.
9539 * gdb.mi/mi-nsmoribund.exp: Likewise.
9540 * gdb.mi/mi-nsthrexec.exp: Likewise.
9541 * gdb.python/py-evthreads.exp: Likewise.
9542
9543 2011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9544
9545 Code cleanup.
9546 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
9547 it. Substitute it instead of test_compiler_info everywhere.
9548
9549 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
9550
9551 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
9552 remote targets as well.
9553
9554 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
9555
9556 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
9557 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
9558
9559 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
9560
9561 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
9562 a remote machine, not the host.
9563 (gdb_compile_shlib): Set soname if target is remote.
9564
9565 2011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
9566
9567 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
9568
9569 2011-07-13 Matt Rice <ratmice@gmail.com>
9570
9571 * gdb.python/py-objfile-script-gdb.py: Renamed to
9572 py-objfile-script-gdb.py.in.
9573 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
9574 py-objfile-script-gdb.py.
9575 * gdb.python/py-objfile-script.exp: Update reference to
9576 py-objfile-script-gdb.py.
9577
9578 2011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9579
9580 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
9581 reference undefined label.
9582
9583 2011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9584
9585 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
9586 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
9587 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
9588 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
9589
9590 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
9591
9592 PR python/12438
9593 * gdb.python/python.exp: Add maint set/show python print-stack
9594 deprecated tests. Add set/show python print-backtrace tests.
9595
9596 2011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9597
9598 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
9599 debug info.
9600
9601 2011-07-06 Matt Rice <ratmice@gmail.com>
9602
9603 * gdb.python/python.exp: Update filename paths.
9604 * gdb.python/py-symtab.exp: Ditto.
9605
9606 2011-07-06 Marek Polacek <mpolacek@redhat.com>
9607
9608 * gdb.python/py-evthreads.exp: Add missing `$'.
9609
9610 2011-07-06 Jie Zhang <jie.zhang@analog.com>
9611
9612 * config/bfin.exp: New file.
9613 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
9614 * gdb.asm/bfin.inc: New file.
9615
9616 2011-07-06 Marek Polacek <mpolacek@redhat.com>
9617
9618 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
9619 the whole output.
9620
9621 2011-07-05 Tom Tromey <tromey@redhat.com>
9622
9623 * gdb.java/jprint.java (jprint.hi): New field.
9624 * gdb.java/jprint.exp: Print string.
9625
9626 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
9627
9628 * gdb.base/call-sc.c: Fix typos.
9629 * gdb.base/ifelse.exp: Likewise.
9630 * gdb.base/structs.c: Likewise.
9631
9632 2011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
9633
9634 * gdb.base/jit-so.exp: New test.
9635 * gdb.base/jit-dlmain.c: New file.
9636 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
9637
9638 2011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9639
9640 * gdb.cp/m-static.exp: Call get_compiler_info.
9641 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
9642 * gdb.cp/pr9167.exp (p b): Likewise.
9643 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
9644 (test value of P in inner_m, test type of Z in inner_m): Call
9645 setup_xfail for gcc <= 4.5.
9646
9647 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9648
9649 * gdb.cp/paren-type.cc: New files.
9650 * gdb.cp/paren-type.exp: New files.
9651
9652 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9653
9654 Stop on first linespec terminator instead of eating what we can.
9655 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
9656 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
9657 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
9658 (break C::f()): ... this one.
9659 (break C::operator()()): New test.
9660 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
9661 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
9662 test.
9663
9664 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9665
9666 Fall back linespec to minimal symbols.
9667 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
9668 error message.
9669 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
9670 * gdb.cp/minsym-fallback-main.cc: New file.
9671 * gdb.cp/minsym-fallback.cc: New file.
9672 * gdb.cp/minsym-fallback.exp: New file.
9673 * gdb.cp/minsym-fallback.h: New file.
9674
9675 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9676
9677 * gdb.cp/no-dmgl-verbose.cc: New file.
9678 * gdb.cp/no-dmgl-verbose.exp: New file.
9679
9680 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9681
9682 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
9683 __GI_.
9684 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
9685 (f): New function.
9686 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
9687 (complete p 'func<short>(): ... here.
9688 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
9689 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
9690 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
9691 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
9692 Make them KFAIL gcc/49546.
9693
9694 2011-07-01 Joel Brobecker <brobecker@adacore.com>
9695
9696 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
9697
9698 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9699
9700 Test GCC PR debug/49546.
9701 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
9702 (test type of F in k3_m, test value of F in k3_m): New.
9703 * gdb.cp/temargs.cc (struct S3, struct K3): New.
9704 (main): New variable k3. Call k3.k3_m.
9705
9706 2011-07-01 Jean-Charles Delay <delay@adacore.com>
9707
9708 * gdb.ada/packed_array.exp: Fix expected outout.
9709
9710 2011-07-01 Jean-Charles Delay <delay@adacore.com>
9711
9712 * gdb.ada/packed_array.exp: fixed expected output.
9713
9714 2011-07-01 Joel Brobecker <brobecker@adacore.com>
9715
9716 * gdb.ada/same_enum: New testcase.
9717
9718 2011-07-01 Joel Brobecker <brobecker@adacore.com>
9719
9720 * gdb.ada/ptr_typedef: New testcase.
9721
9722 2011-07-01 Joel Brobecker <brobecker@adacore.com>
9723
9724 * gdb.ada/arrayptr.exp: Add ptype test.
9725
9726 2011-07-01 Joel Brobecker <brobecker@adacore.com>
9727
9728 * gdb.ada/char_enum: New testcase.
9729
9730 2011-07-01 Yao Qi <yao@codesourcery.com>
9731
9732 * gdb.base/dump.exp (capture_pointer_with_type): New.
9733 Get value from address instead of name.
9734 Start GDB once, and do `dump' and `restore'
9735 tests together.
9736
9737 2011-06-30 Jie Zhang <jie.zhang@analog.com>
9738 Mike Frysinger <vapier@gentoo.org>
9739
9740 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
9741 helper functions for getting/setting remotetimeout variable.
9742 * lib/gdb.exp (gdb_load): If the target is remote, set
9743 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
9744 with $loadtimeout. Set $load_ok to 0 before doing the load.
9745 Instead of returning, immediately, set $load_ok to 0. Call
9746 set_remotetimeout with $oldremotetimeout, and then return if
9747 $load_ok is 1.
9748
9749 2011-06-30 Andrew Burgess <aburgess@broadcom.com>
9750
9751 * gdb.python/py-template.exp: Don't run this test if the target
9752 does not support c++ tests.
9753
9754 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9755
9756 Fix non-only rename list for Fortran modules import.
9757 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
9758 tests.
9759 * gdb.fortran/module.f90 (module moduse): New.
9760 (program module): use moduse, test var_x, var_y and var_z.
9761
9762 2011-06-29 Tom Tromey <tromey@redhat.com>
9763
9764 PR testsuite/12040:
9765 * gdb.fortran/array-element.exp: Use f90, not f77.
9766 * gdb.fortran/complex.exp: Use f90, not f77.
9767 * gdb.fortran/derived-type.exp: Use f90, not f77.
9768 * gdb.fortran/library-module.exp: Use f90, not f77.
9769 * gdb.fortran/logical.exp: Use f90, not f77.
9770 * gdb.fortran/module.exp: Use f90, not f77.
9771 * gdb.fortran/multi-dim.exp: Use f90, not f77.
9772 * gdb.fortran/subarray.exp: Use f90, not f77.
9773
9774 2011-06-29 Tom Tromey <tromey@redhat.com>
9775
9776 * gdb.fortran/charset.exp: New file.
9777 * gdb.fortran/charset.f90: New file.
9778
9779 2011-06-29 Tom Tromey <tromey@redhat.com>
9780
9781 PR testsuite/12040:
9782 * lib/future.exp: New file, mostly extracted from ada.exp.
9783 Rewrote compatibility code to use rename.
9784 (gdb_find_gfortran): New proc.
9785 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
9786 gfortran patch.
9787 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
9788 Move to future.exp.
9789 * lib/gdb.exp: Always load future.exp.
9790
9791 2011-06-28 Yao Qi <yao@codesourcery.com>
9792
9793 * gdb.cp/exception.cc: Don't include iostream.
9794 (bar): Remove print statement.
9795 (catcher): New.
9796 (main): Remove print statements. Call function catcher.
9797 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
9798 Set breakpoint on catcher, and check the value of parameter.
9799
9800 2011-06-23 Yao Qi <yao@codesourcery.com>
9801
9802 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check
9803 breakpoint 1.2 is disabled. KFAIL for uclinux.
9804
9805 2011-06-23 Marek Polacek <mpolacek@redhat.com>
9806
9807 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
9808 mi_gdb_test.
9809
9810 2011-06-23 Marek Polacek <mpolacek@redhat.com>
9811
9812 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
9813
9814 2011-06-23 Marek Polacek <mpolacek@redhat.com>
9815
9816 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
9817
9818 2011-06-23 Marek Polacek <mpolacek@redhat.com>
9819
9820 * gdb.mi/mi2-basics.exp: Fix races. Honour the
9821 `test_exec_and_symbol_mi_operatons' return value.
9822 (test_mi_interpreter_selection): Use mi_gdb_test instead of
9823 gdb_test_multiple.
9824 (test_exec_and_symbol_mi_operatons): Likewise.
9825 (test_path_specification): Likewise.
9826
9827 2011-06-23 Yao Qi <yao@codesourcery.com>
9828
9829 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
9830 supported.
9831 * lib/gdb.exp (support_displaced_stepping): New.
9832
9833 2011-06-23 Yao Qi <yao@codesourcery.com>
9834
9835 * gdb.threads/execl.exp: Skip on remote target.
9836
9837 2011-06-21 Marek Polacek <mpolacek@redhat.com>
9838
9839 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
9840 mi_gdb_test.
9841
9842 2011-06-20 Marek Polacek <mpolacek@redhat.com>
9843
9844 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
9845
9846 2011-06-20 Marek Polacek <mpolacek@redhat.com>
9847
9848 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
9849 mi_gdb_test.
9850
9851 2011-06-20 Marek Polacek <mpolacek@redhat.com>
9852
9853 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
9854
9855 2011-06-14 Yao Qi <yao@codesourcery.com>
9856
9857 gdb/testsuite/
9858 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
9859
9860 2011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9861
9862 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
9863
9864 2011-06-10 Tom Tromey <tromey@redhat.com>
9865
9866 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
9867 Add tests for pointer-to-member-function.
9868 * gdb.cp/temargs.cc (S::somefunc): New function.
9869 (K2): New class.
9870 (main): Instantiate K2; call method.
9871
9872 2011-06-08 Joel Brobecker <brobecker@adacore.com>
9873
9874 * gdb.python/py-inferior.c (f2): Make str an array rather
9875 than a pointer.
9876 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
9877
9878 2011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9879
9880 * gdb.base/async-shell.c: New file.
9881 * gdb.base/async-shell.exp: New file.
9882
9883 2011-06-06 Pedro Alves <pedro@codesourcery.com>
9884
9885 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
9886
9887 2011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
9888
9889 From Stephen Kitt <steve@sk2.org>
9890 * gdb.base/help.exp: Adjust following some spelling corrections
9891 in GDB.
9892
9893 2011-06-01 Yao Qi <yao@codesourcery.com>
9894
9895 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
9896
9897 2010-05-31 Keith Seitz <keiths@redhat.com>
9898
9899 PR c++/12750
9900 * gdb.cp/static-method.cc: New file.
9901 * gdb.cp/static-method.exp: New file.
9902
9903 2010-05-31 Keith Seitz <keiths@redhat.com>
9904
9905 PR symtab/12704
9906 * gdb.cp/anon-ns.cc: New file.
9907 * gdb.cp/anon-ns.exp: New file.
9908
9909 2011-05-31 Pedro Alves <pedro@codesourcery.com>
9910
9911 * gdb.arch/i386-dr3-watch.c: New file.
9912 * gdb.arch/i386-dr3-watch.exp: New file.
9913
9914 2011-05-30 Yao Qi <yao@codesourcery.com>
9915
9916 * gdb.base/callfuncs.c (t_structs_fc): New.
9917 (t_structs_dc, t_structs_ldc): New.
9918 (t_double_many_args):
9919 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
9920 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
9921 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
9922 * gdb.base/callfuncs.exp: Call new functions.
9923
9924 2011-05-30 Yao Qi <yao@codesourcery.com>
9925
9926 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
9927 Call rerun_and_prepare for each test to isolate effects.
9928
9929 2011-05-30 Yao Qi <yao@codesourcery.com>
9930
9931 * gdb.base/varargs.c (find_max_float_real): New.
9932 (find_max_double_real, find_max_long_double_real): New.
9933 * gdb.base/varargs.exp: Call these new added functions.
9934 * lib/gdb.exp (setup_kfail_for_target): New.
9935
9936 2011-05-30 Yao Qi <yao@codesourcery.com>
9937
9938 * gdb.base/funcargs.c (callca, callcb, callcc): New.
9939 (callcd, callce, callcf, callc1a, callc1b): New.
9940 (callc2a, callc2b): New.
9941 * gdb.base/funcargs.exp (complex_args): New.
9942 (complex_integral_args, complex_float_integral_args): New.
9943 * lib/gdb.exp (support_complex_tests): New. Determine
9944 whether to run test cases on _Complex types.
9945
9946 2011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9947
9948 * gdb.threads/leader-exit.c: New file.
9949 * gdb.threads/leader-exit.exp: New file.
9950
9951 2011-05-27 Marek Polacek <mpolacek@redhat.com>
9952
9953 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
9954
9955 2011-05-27 Marek Polacek <mpolacek@redhat.com>
9956
9957 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
9958 remove the `supported' variable.
9959 * gdb.mi/mi-nonstop.exp: Likewise.
9960 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9961 * gdb.mi/mi-nsintrall.exp: Likewise.
9962 * gdb.mi/mi-nsmoribund.exp: Likewise.
9963 * gdb.mi/mi-nsthrexec.exp: Likewise.
9964
9965 2011-05-26 Pedro Alves <pedro@codesourcery.com>
9966
9967 * gdb.reverse/finish-reverse-bkpt.exp: New test.
9968
9969 2011-05-26 Pedro Alves <pedro@codesourcery.com>
9970
9971 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
9972
9973 2011-05-24 Keith Seitz <keiths@redhat.com>
9974
9975 PR breakpoint/12803
9976 * gdb.cp/cmpd-minsyms.cc (a): New method.
9977 (b): New method.
9978 (c): New method.
9979 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
9980
9981 2011-05-24 Pedro Alves <pedro@codesourcery.com>
9982
9983 * gdb.base/commands.exp (watchpoint_command_test): Check that the
9984 watchpoint's command list didn't execute when the watchpoint went
9985 out of scope.
9986
9987 2011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
9988
9989 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
9990 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
9991 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
9992 * gdb.arch/i386-gnu-cfi.exp: Likewise.
9993 * gdb.arch/i386-permbkpt.exp: Likewise.
9994 * gdb.arch/i386-prologue.exp: Likewise.
9995 * gdb.arch/i386-size-overlap.exp: Likewise.
9996 * gdb.arch/i386-size.exp: Likewise.
9997 * gdb.arch/i386-unwind.exp: Likewise.
9998 * gdb.reverse/i386-precsave.exp: Likewise.
9999 * gdb.reverse/i386-reverse.exp: Likewise.
10000 * gdb.reverse/i386-sse-reverse.exp: Likewise.
10001 * gdb.reverse/i387-env-reverse.exp: Likewise.
10002 * gdb.reverse/i387-stack-reverse.exp: Likewise.
10003
10004 2011-05-24 Pedro Alves <pedro@codesourcery.com>
10005
10006 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
10007 file doesn't error, using MI.
10008
10009 2011-05-23 Tom Tromey <tromey@redhat.com>
10010
10011 * gdb.base/charset.exp (string_display): Add tests to assign to
10012 arrays.
10013 * gdb.base/charset.c (short_array, int_array, long_array): New.
10014
10015 2011-05-20 Pedro Alves <pedro@codesourcery.com>
10016
10017 Cope with async mode.
10018
10019 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
10020 into gdb_test + mi_expect_stop.
10021
10022 2011-05-20 Pedro Alves <pedro@codesourcery.com>
10023
10024 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
10025 (callme): Remove printf call.
10026
10027 2011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
10028
10029 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
10030 quote pattern to avoid problems with Cygwin/mingw expect versions.
10031 * gdb.base/default.exp (show convenience): Use double
10032 quote pattern for regular expressions.
10033
10034 2011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10035
10036 Fix -readnow for -gdwarf-4 unused type units.
10037 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
10038 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
10039
10040 2011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
10041
10042 * gdb.base/kill-after-signal.c: New file.
10043 * gdb.base/kill-after-signal.exp: New file.
10044
10045 2011-05-16 Pedro Alves <pedro@codesourcery.com>
10046
10047 * gdb.ada/start.exp: Call untested with the correct test filename.
10048 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
10049 test filename. Make the test's binary unique.
10050 * gdb.arch/i386-signal.exp: Call untested with the correct test
10051 filename.
10052 * gdb.arch/i386-size-overlap.exp: Ditto.
10053 * gdb.arch/Makefile.in (EXECUTABLES): Update.
10054 * gdb.base/gcore-buffer-overflow.exp: Ditto.
10055 * gdb.cp/call-c.exp: Ditto.
10056 * gdb.mi/mi-reverse.exp: Call untested with the correct test
10057 filename. Make the test's binary unique.
10058 * gdb.mi/Makefile.in (EXECUTABLES): Update.
10059 * gdb.python/py-mi.exp: Ditto.
10060 * gdb.python/Makefile.in (EXECUTABLES): Update.
10061 * gdb.reverse/i386-precsave.exp: Ditto.
10062 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
10063 test filename.
10064 * gdb.reverse/i387-stack-reverse.exp: Ditto.
10065 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
10066 unique.
10067 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
10068 test filename.
10069 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
10070 * gdb.trace/tfile.exp: Ditto.
10071
10072 2011-05-14 Yao Qi <yao@codesourcery.com>
10073
10074 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
10075 type.
10076
10077 2011-05-13 Doug Evans <dje@google.com>
10078
10079 * gdb.python/py-objfile-script.exp: New file.
10080 * gdb.python/py-objfile-script.c: New file.
10081 * gdb.python/py-objfile-script-gdb.py: New file.
10082 * testsuite/gdb.python/py-section-script.exp: Test
10083 "info auto-load-scripts".
10084
10085 2011-05-13 Tom Tromey <tromey@redhat.com>
10086
10087 * gdb.dwarf2/clztest.exp: New file.
10088 * gdb.dwarf2/clztest.c: New file.
10089 * gdb.dwarf2/clztest.S: New file.
10090
10091 2011-05-13 Doug Evans <dje@google.com>
10092
10093 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
10094 String16 tests.
10095
10096 2011-05-13 Tom Tromey <tromey@redhat.com>
10097
10098 * lib/gdb.exp (is_x86_like_target): New proc.
10099 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
10100 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
10101 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
10102 -nostdlib to compiler.
10103 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
10104 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
10105 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
10106 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
10107 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
10108
10109 2011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
10110
10111 * gdb.python/py-function.exp: Test setting a value from a function
10112 which executes a command.
10113
10114 2011-05-12 Tom Tromey <tromey@redhat.com>
10115
10116 * gdb.dwarf2/typeddwarf.S: New file.
10117 * gdb.dwarf2/typeddwarf.c: New file.
10118 * gdb.dwarf2/typeddwarf.exp: New file.
10119
10120 2011-05-12 Marek Polacek <mpolacek@redhat.com>
10121
10122 * gdb.mi/mi-basics.exp: Fix races. Honour the
10123 `test_exec_and_symbol_mi_operatons' return value.
10124 (test_mi_interpreter_selection): Use mi_gdb_test instead of
10125 gdb_test_multiple.
10126 (test_exec_and_symbol_mi_operatons): Likewise.
10127 (test_path_specification): Likewise.
10128
10129 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10130
10131 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
10132 (gdb_touch_execfile): Remove catch wrappers. New variable time.
10133 Replace `file copy' and `file rename' by `file mtime'. Twice.
10134
10135 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10136
10137 * gdb.base/readline-ask.c: New file.
10138 * gdb.base/readline-ask.exp: New file.
10139 * gdb.base/readline-ask.inputrc: New file.
10140
10141 2011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
10142
10143 * gdb.cell/bt.exp: Delete breakpoints before running to signal
10144 to avoid race condition.
10145 * gdb.cell/coremaker.c: Use small stack size.
10146 * gdb.cell/ea-standalone.exp: Use file name without path as
10147 argument to c_to.
10148 * gdb.cell/fork.exp: Allow other output when continuing to end.
10149
10150 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10151
10152 * gdb.threads/corethreads.c: New file.
10153 * gdb.threads/corethreads.exp: New file.
10154
10155 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10156
10157 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
10158 Try to compile the test using -Wl,-z,norelro first.
10159 (load_core): New variable libthread_db_seen, initialize it.
10160 (zeroed-threads cannot be listed): Protect it by XFAIL on
10161 !$libthread_db_seen.
10162
10163 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10164
10165 PR 12573
10166 * gdb.dwarf2/dw2-skip-prologue.S: New file.
10167 * gdb.dwarf2/dw2-skip-prologue.c: New file.
10168 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
10169
10170 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10171
10172 * gdb.cp/psymtab-parameter.cc: New file.
10173 * gdb.cp/psymtab-parameter.exp: New file.
10174
10175 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10176
10177 Fix a race.
10178 * gdb.cp/static-print-quit.exp (print c): Split to ...
10179 (print c - <return>, print c - q <return>, print c - to quit):
10180 ... these. Make the testfile untested on gdb-7.1.
10181
10182 2011-5-05 Janis Johnson <janisjo@codesourcery.com>
10183
10184 * lib/gdb.exp (exec_target_file, exec_symbol_file,
10185 gdb_rename_execfile, gdb_touch_execfile): New.
10186 * gdb.base/reread.exp: Use new procs to handle multiple
10187 exec files.
10188
10189 2011-05-05 Yao Qi <yao@codesourcery.com>
10190
10191 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
10192 (test_adr_32bit, test_pop_pc): New.
10193 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
10194 (test_adr_32bit, test_pop_pc): New.
10195
10196 2011-05-04 Joseph Myers <joseph@codesourcery.com>
10197
10198 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
10199 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
10200 targets.
10201 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
10202 handle targets.
10203
10204 2011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10205
10206 * gdb.base/completion.exp (complete help info wat): Rename to ...
10207 (complete 'help info wat'): ... here.
10208 Remove all `-re ".*' and `-re "^.*' redundant regexes.
10209 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
10210
10211 2011-05-04 Pedro Alves <pedro@codesourcery.com>
10212
10213 * gdb.base/completion.exp: Use gdb_test_multiple instead of
10214 gdb_test and explicit $gdb_prompt/timeout matches.
10215
10216 2011-05-04 Yao Qi <yao@codesourcery.com>
10217
10218 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
10219 and __thumb2__.
10220
10221 2011-05-03 Marek Polacek <mpolacek@redhat.com>
10222
10223 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
10224 in place of `gdb_test "delete breakpoints"'. This eliminates two
10225 testcases.
10226
10227 2011-05-02 Pedro Alves <pedro@codesourcery.com>
10228
10229 PR testsuite/12649
10230 Fix races.
10231
10232 * gdb.base/completion.exp: Remove all sleep calls. Remove
10233 unnecessary regexs. Don't explicitly expect anything after the
10234 prompt. Eat the prompt if necessary.
10235
10236 2011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
10237
10238 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
10239 accept to show the caller line again as well as the line after.
10240
10241 2011-04-29 Phil Muldoon <pmuldoon@redhat.com>
10242
10243 PR mi/12531
10244
10245 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
10246 compile target.
10247 * gdb.python/py-prettyprint.exp: Add C++ object for
10248 CPLUS_FAKE_CHILD test.
10249
10250 2011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
10251
10252 * gdb.base/signest.exp: New file.
10253 * gdb.base/signest.c: Likewise.
10254
10255 2011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10256
10257 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
10258 thread and breakpoint notifications.
10259
10260 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10261
10262 * gdb.base/fortran-sym-case.c: New file.
10263 * gdb.base/fortran-sym-case.exp: New file.
10264 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
10265 * gdb.dwarf2/dw2-case-insensitive.c: New file.
10266 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
10267
10268 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10269
10270 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
10271 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
10272 false #1', `if true else false #2' and `if true else false #3'.
10273
10274 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
10275
10276 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
10277 while delivering signal.
10278
10279 2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
10280
10281 MI breakpoint notifications.
10282
10283 * testsuite/gdb.mi/mi-cli.exp: Adust.
10284 * testsuite/gdb.mi/mi2-cli.exp: Adust.
10285 * testsuite/gdb.mi/mi-watch.exp: Adust.
10286 * testsuite/gdb.mi/mi2-watch.exp: Adust.
10287 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
10288 notifications.
10289
10290 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10291
10292 * gdb.base/gdbindex-stabs-dwarf.c: New file.
10293 * gdb.base/gdbindex-stabs.c: New file.
10294 * gdb.base/gdbindex-stabs.exp: New file.
10295
10296 2011-04-25 Yao Qi <yao@codesourcery.com>
10297
10298 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
10299 with /*...*/.
10300 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
10301
10302 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10303
10304 * gdb.python/py-value.exp (test_objfiles): Name the first test
10305 `py-value in file.filename'.
10306
10307 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10308
10309 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
10310 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
10311 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
10312 !gdbserver_reconnect_p..
10313 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
10314
10315 2011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10316
10317 * gdb.cp/cpcompletion.exp (complete class methods)
10318 (complete class methods beginning with F): Move them above runto. New
10319 comment about the runto delimiter.
10320
10321 2011-04-20 Pedro Alves <pedro@codesourcery.com>
10322
10323 * gdb.base/maint.exp: Test that "maint print registers" works
10324 without a running program.
10325
10326 2011-04-20 Marek Polacek <mpolacek@redhat.com>
10327
10328 * gdb.base/setshow.exp: Fix racy tests.
10329 ($old_gdb_prompt): New variable.
10330
10331 2011-04-19 Tom Tromey <tromey@redhat.com>
10332
10333 * gdb.mi/mi-nsmoribund.exp:
10334 * gdb.hp/gdb.objdbg/objdbg01.exp:
10335 * gdb.base/structs.exp (test_struct_returns):
10336 * gdb.base/call-sc.exp (test_scalar_returns):
10337 * gdb.base/bigcore.exp: Remove duplicate words.
10338
10339 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10340
10341 * gdb.base/break-interp-lib.c (v, vptr): New variables.
10342 * gdb.base/break-interp.exp (test_attach): New comment.
10343
10344 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10345
10346 * gdb.threads/gcore-thread.exp ($core0file): New variable.
10347 (clear __stack_user.next, clear stack_used.next)
10348 (save a zeroed-threads corefile): New test.
10349 Call core_load for $core0file.
10350 (zeroed-threads cannot be listed): New test.
10351
10352 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10353
10354 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
10355 filename.
10356 ($srcfile): Preserve the original value.
10357 ($testfile): Match it the .exp filename.
10358 ($corefile): New variable. Substitute it around.
10359 Use clean_restart.
10360 ($prev_timeout): Remove.
10361 (load_core): Move core loading into this proc.
10362 Fix restore of $timeout if load_core fails.
10363
10364 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10365
10366 * gdb.base/eu-strip-infcall.c: New file.
10367 * gdb.base/eu-strip-infcall.exp: New file.
10368
10369 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10370
10371 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
10372 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
10373
10374 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10375
10376 Fix Python access to inlined frames.
10377 * gdb.python/py-frame-inline.c: New file.
10378 * gdb.python/py-frame-inline.exp: New file.
10379
10380 2011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
10381
10382 * gdb.base/gdb1090.exp: Change breakpoint location to read the
10383 content of 's24' correctly (avoiding "optimized out").
10384 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
10385
10386 2011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10387
10388 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
10389
10390 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
10391
10392 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
10393 expect a colon in watch -location output.
10394
10395 2011-04-13 Marek Polacek <mpolacek@redhat.com>
10396
10397 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
10398 New testcase `expect response to define backtrace'. Also remove
10399 redundant `default' block.
10400
10401 2011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10402
10403 * gdb.python/py-prettyprint.c (struct hint_error): New.
10404 (main): New variable hint_error.
10405 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
10406 "print hint_error".
10407 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
10408 (register_pretty_printers): Register it.
10409
10410 2011-04-04 Tom Tromey <tromey@redhat.com>
10411
10412 * gdb.cp/maint.exp (test_help): Update.
10413 (test_namespace): Likewise.
10414
10415 2011-04-01 Joel Brobecker <brobecker@adacore.com>
10416
10417 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
10418 * gdb.ada/arrayptr.exp: Add new tests.
10419
10420 2011-04-01 Joel Brobecker <brobecker@adacore.com>
10421
10422 * gdb.ada/mi_catch_ex: New testcase.
10423
10424 2011-04-01 Pedro Alves <pedro@codesourcery.com>
10425
10426 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
10427 base::overload(void) method without specifying "const".
10428
10429 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
10430
10431 * gdb.arch/thumb-singlestep.S: New file.
10432 * gdb.arch/thumb-singlestep.exp: Likewise.
10433
10434 2011-03-31 Tom Tromey <tromey@redhat.com>
10435
10436 * gdb.python/py-prettyprint.py (exception_flag): New global.
10437 (NoStringContainerPrinter._iterator.next): Check it.
10438 * gdb.python/py-prettyprint.c (main): New variable nstype2.
10439 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
10440
10441 2011-03-29 Tom Tromey <tromey@redhat.com>
10442
10443 * gdb.cp/anon-struct.cc: New file.
10444 * gdb.cp/anon-struct.exp: New file.
10445
10446 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10447
10448 Test STT_GNU_IFUNC support.
10449 * gdb.base/gnu-ifunc-lib.c: New file.
10450 * gdb.base/gnu-ifunc.c: New file.
10451 * gdb.base/gnu-ifunc.exp: New file.
10452
10453 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10454
10455 Support a ring of related breakpoints.
10456 * gdb.base/watchpoint-delete.c: New file.
10457 * gdb.base/watchpoint-delete.exp: New file.
10458
10459 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10460
10461 * gdb.ada/arrayparam.exp (print first after function call): Use
10462 explicit package name. Add a comment
10463 (print lasta after function call): Rename ...
10464 (print last after function call): ... it and use explicit package
10465 name.
10466 (print length after function call): Use explicit package name.
10467 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
10468 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
10469 (multiple matches for symbol i): Rename ...
10470 (multiple matches for symbol integervar): ... it.
10471 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
10472 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
10473
10474 2011-03-25 Andrew Burgess <aburgess@broadcom.com>
10475
10476 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
10477 environment variable to make grep output more predictable. Move
10478 all the environment setup into gdb_init so it's done once per test
10479 case rather than each time we start gdb.
10480
10481 2011-03-24 Tom Tromey <tromey@redhat.com>
10482
10483 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
10484 test.
10485
10486 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10487
10488 * gdb.dwarf2/dw2-entry-value-main.c: New file.
10489 * gdb.dwarf2/dw2-entry-value.S: New file.
10490 * gdb.dwarf2/dw2-entry-value.exp: New file.
10491
10492 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
10493
10494 PR python/12183
10495
10496 * gdb.python/py-function.exp: Add GdbError tests.
10497
10498 2011-03-18 Pedro Alves <pedro@codesourcery.com>
10499
10500 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
10501 (reglocal_test_func, statlocal_test_func): New functions.
10502 (globals_test_func): Call new functions.
10503 * gdb.trace/unavailable.exp (gdb_collect_args_test)
10504 (gdb_collect_locals_test): New procedure.
10505 (gdb_trace_collection_test): Call new procedures.
10506
10507 2011-03-18 Pedro Alves <pedro@codesourcery.com>
10508
10509 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
10510 (test_register, test_register_unavailable): New procedures.
10511 (gdb_unavailable_registers_test): New procedure.
10512 (gdb_trace_collection_test): Call it.
10513
10514 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
10515
10516 PR python/12149
10517
10518 * gdb.python/python.exp: Add gdb.write tests.
10519
10520 2010-03-17 Phil Muldoon <pmuldoon@redhat.com>
10521
10522 * gdb.python/Makefile.in: Add py-objfile.
10523 * gdb.python/py-objfile.exp: New file.
10524 * gdb.python/py-objfile.c: New file.
10525 * gdb.python/py-block.exp: Add is_valid tests.
10526 * gdb.python/py-inferior.exp: Ditto.
10527 * gdb.python/py-infthread.exp: Ditto.
10528 * gdb.python/py-symbol.exp: Ditto.
10529 * gdb.python/py-symtab.exp: Ditto.
10530
10531 2011-03-16 Keith Seitz <keiths@redhat.com>
10532
10533 PR c++/12273
10534 * gdb.cp/cmpd-minsyms.exp: New test.
10535 * gdb.cp/cmpd-minsyms.cc: New file.
10536
10537 PR c++/11734
10538 * gdb.cp/ovsrch.exp: New test.
10539 * gdb.cp/ovsrch.h: New file.
10540 * gdb.cp/ovsrch1.cc: New file.
10541 * gdb.cp/ovsrch2.cc: New file.
10542 * gdb.cp/ovsrch3.cc: New file.
10543 * gdb.cp/ovsrch4.cc: New file.
10544
10545 2011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
10546
10547 PR gdb/12528
10548 * gdb.base/Makefile.in: Adjust EXECUTABLES.
10549 * gdb.base/break-on-linker-gcd-function.exp: New test.
10550 * gdb.base/break-on-linker-gcd-function.cc: New file.
10551
10552 2011-03-15 Andreas Tobler <andreast@fgznet.ch>
10553
10554 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
10555
10556 2011-03-15 Phil Muldoon <pmuldoon@redhat.com>
10557
10558 * lib/gdb.exp (gdb_unload): Add another termination case.
10559
10560 2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10561
10562 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
10563 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
10564 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
10565 Provide a stub byte there.
10566 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
10567 DW_AT_entry_pc.
10568 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
10569
10570 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
10571
10572 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
10573 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
10574 "generic ABI, auto".
10575 (altivec_abi_tests): Accept vectors returned by reference.
10576
10577 2010-03-14 Phil Muldoon <pmuldoon@redhat.com>
10578
10579 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
10580
10581 2011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
10582
10583 * gdb.python/py-section-script.exp: Skip test if no Python support.
10584
10585 2011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
10586
10587 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
10588
10589 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
10590
10591 * gdb.python/py-parameter.exp: Update tests to the new Python
10592 parameter API. Add "no documentation" test. Add deprecated API
10593 backward compatibility test.
10594
10595 2011-03-09 Tom Tromey <tromey@redhat.com>
10596
10597 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
10598 gdb_continue_to_end.
10599
10600 2011-03-09 Mark Kettenis <kettenis@gnu.org>
10601
10602 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
10603 tabs.
10604
10605 2011-03-09 Tom Tromey <tromey@redhat.com>
10606
10607 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
10608 parentheses.
10609 (gdb_continue_to_end): Add "allow_extra" parameter. Use
10610 $command.
10611 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
10612 argument to gdb_continue_to_end.
10613 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
10614 argument to gdb_continue_to_end.
10615 * gdb.cp/annota3.exp: Fix regex.
10616 * gdb.cp/annota2.exp: Fix regex.
10617 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
10618 gdb_continue_to_end.
10619 * gdb.base/call-signal-resume.exp: Revert earlier patch.
10620 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
10621 gdb_continue_to_end.
10622
10623 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10624
10625 * gdb.server/ext-run.exp
10626 (load new file without any gdbserver inferior): New test.
10627
10628 2011-03-07 Tom Tromey <tromey@redhat.com>
10629
10630 * Makefile.in (TAGS): Rewrite.
10631
10632 2011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10633
10634 * gdb.trace/report.exp (12.1: trace report #1): New match for the
10635 initial commands echo. New match for `Found trace'. Anchor all the
10636 other matches. Anchor and match for `No trace frame found' the final
10637 match.
10638
10639 2011-03-07 Tom Tromey <tromey@redhat.com>
10640
10641 * Makefile.in (TAGS): New target.
10642
10643 2011-03-07 Tom Tromey <tromey@redhat.com>
10644
10645 * lib/opencl.exp (skip_opencl_tests): Update for exit message
10646 change.
10647 * lib/mi-support.exp (mi_gdb_test): Update for exit message
10648 change.
10649 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
10650 exit message change.
10651 (skip_altivec_tests): Update for exit message change.
10652 (skip_vsx_tests): Likewise.
10653 (gdb_continue_to_end): Likewise. Add 'command' argument.
10654 * lib/cell.exp (skip_cell_tests): Update for exit message change.
10655 * gdb.threads/tls.exp: Update for exit message change.
10656 * gdb.threads/thread-unwindonsignal.exp: Use
10657 gdb_continue_to_end.
10658 * gdb.threads/step.exp (step_it): Update for exit message change.
10659 (continue_all): Likewise.
10660 * gdb.threads/print-threads.exp (test_all_threads): Update for
10661 exit message change.
10662 * gdb.threads/interrupted-hand-call.exp: Use
10663 gdb_continue_to_end.
10664 * gdb.threads/execl.exp: Use gdb_continue_to_end.
10665 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
10666 gdb_continue_to_end.
10667 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
10668 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
10669 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
10670 * gdb.cp/method.exp: Update for exit message change.
10671 * gdb.cp/mb-templates.exp: Update for exit message change.
10672 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
10673 * gdb.cp/annota3.exp: Update for exit message change.
10674 * gdb.cp/annota2.exp: Update for exit message change.
10675 * gdb.cell/fork.exp: Use gdb_continue_to_end.
10676 * gdb.base/term.exp: Update for exit message change.
10677 * gdb.base/step-test.exp (test_i): Update for exit message change.
10678 * gdb.base/sigstep.exp (advance): Update for exit message change.
10679 (advancei): Likewise.
10680 * gdb.base/siginfo.exp: Update for exit message change.
10681 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
10682 * gdb.base/reread.exp: Use gdb_continue_to_end.
10683 * gdb.base/langs.exp: Use gdb_continue_to_end.
10684 * gdb.base/interrupt.exp: Update for exit message change.
10685 * gdb.base/gdb1555.exp: Update for exit message change.
10686 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
10687 * gdb.base/ending-run.exp: Update for exit message change.
10688 * gdb.base/chng-syms.exp: Update for exit message change.
10689 * gdb.base/checkpoint.exp: Update for exit message change.
10690 * gdb.base/catch-syscall.exp (check_for_program_end): Use
10691 gdb_continue_to_end.
10692 (test_catch_syscall_with_wrong_args): Likewise.
10693 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
10694 * gdb.base/break-interp.exp (test_ld): Update for exit message
10695 change.
10696 * gdb.base/bang.exp: Update for exit message change.
10697 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
10698 (do_call_attach_tests): Likewise.
10699 * gdb.base/a2-run.exp: Update for exit message change.
10700 * gdb.arch/ppc-dfp.exp: Update for exit message change.
10701 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
10702 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
10703
10704 2011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10705
10706 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
10707
10708 2011-03-03 Tom Tromey <tromey@redhat.com>
10709
10710 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
10711 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
10712 * gdb.hp/gdb.aCC/configure.ac: Remove.
10713 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
10714 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
10715 * gdb.hp/gdb.base-hp/configure.ac: Remove.
10716 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
10717 * gdb.hp/gdb.compat/configure (Makefile): Remove.
10718 * gdb.hp/gdb.compat/configure.ac: Remove.
10719 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
10720 * gdb.hp/gdb.defects/configure (Makefile): Remove.
10721 * gdb.hp/gdb.defects/configure.ac: Remove.
10722 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
10723 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
10724 * gdb.hp/gdb.objdbg/configure.ac: Remove.
10725 * gdb.hp/configure.ac: Remove.
10726 * gdb.hp/configure: Remove.
10727 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
10728 substitution.
10729 (Makefile): Remove rule.
10730 * gdb.cell/configure.ac: Remove.
10731 * gdb.cell/configure: Remove.
10732 * gdb.stabs/Makefile.in (Makefile): Remove.
10733 (distclean): Don't remove config.status or config.log.
10734 * gdb.stabs/configure (Makefile): Remove.
10735 * gdb.stabs/configure.ac: Remove.
10736 * configure: Rebuild.
10737 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
10738 Remove stabs- and cell-specific logic. Test for existence of
10739 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
10740 subdirectories, gdb.cell, and and gdb.stabs.
10741 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
10742
10743 2011-03-03 Joel Brobecker <brobecker@adacore.com>
10744
10745 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
10746 end of buffer.
10747
10748 2011-03-02 Joel Brobecker <brobecker@adacore.com>
10749
10750 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
10751 gdb_test when running a test where we expected no output back.
10752
10753 2011-02-28 Michael Snyder <msnyder@vmware.com>
10754
10755 * gdb.cp/overload.cc: Change initializer value to integer.
10756
10757 2011-02-27 Michael Snyder <msnyder@vmware.com>
10758
10759 * gdb.multi/base.exp: Add test for remove-inferiors.
10760
10761 2011-02-26 Joel Brobecker <brobecker@adacore.com>
10762
10763 * gdb.python/py-frame.exp: Simplify the initialization phase
10764 using prepare_for_testing.
10765
10766 2011-02-25 Michael Snyder <msnyder@vmware.com>
10767
10768 * gdb.multi/base.exp: Add tests for info inferiors with args.
10769
10770 2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10771
10772 * gdb.dwarf2/dw2-ranges.S: Rename to ...
10773 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
10774 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
10775 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
10776 asmfile3. Comment the STABS (#3) file compilation. Compile
10777 everything through assembler. Provide KFAIL for symtab/12497.
10778 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
10779 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
10780 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
10781 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
10782
10783 2011-02-24 Michael Snyder <msnyder@vmware.com>
10784
10785 * gdb.base/break.exp: Add tests for delete breakpoints using
10786 convenience variables and value history references.
10787
10788 2011-02-24 Michael Snyder <msnyder@vmware.com>
10789
10790 * gdb.base/break.exp: Remove debugging 'printf' accidentally
10791 left behind in previous check-in.
10792
10793 2011-02-23 Michael Snyder <msnyder@vmware.com>
10794
10795 * gdb.base/break.exp: Add tests for "info break" with arguments.
10796 * gdb.trace/infotrace.exp: Update patterns for error and help.
10797 * gdb.base/completion.exp: Update pattern.
10798 * gdb.base/ena-dis-br.exp: Update pattern.
10799 * gdb.base/help.exp: Update patterns.
10800
10801 2011-02-23 Michael Snyder <msnyder@vmware.com>
10802
10803 * gdb.base/memattr.exp: New test.
10804 * gdb.base/memattr.c: Test load for memattr.exp.
10805
10806 2011-02-22 Doug Evans <dje@google.com>
10807
10808 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
10809
10810 2011-02-22 Michael Snyder <msnyder@vmware.com>
10811
10812 * Makefile.in: Make more clean.
10813 * gdb.ada/Makefile.in: Ditto.
10814 * gdb.arch/Makefile.in: Ditto.
10815 * gdb.asm/Makefile.in: Ditto.
10816 * gdb.base/Makefile.in: Ditto.
10817 * gdb.cp/Makefile.in: Ditto.
10818 * gdb.dwarf2/Makefile.in: Ditto.
10819 * gdb.java/Makefile.in: Ditto.
10820 * gdb.mi/Makefile.in: Ditto.
10821 * gdb.modula2/Makefile.in: Ditto.
10822 * gdb.python/Makefile.in: Ditto.
10823 * gdb.server/Makefile.in: Ditto.
10824 * gdb.stabs/Makefile.in: Ditto.
10825 * gdb.threads/Makefile.in: Ditto.
10826 * gdb.trace/Makefile.in: Ditto.
10827
10828 2011-02-22 Michael Snyder <msnyder@vmware.com>
10829
10830 * gdb.threads/thread-find.exp: Add tests for bad input to
10831 info threads.
10832
10833 2011-02-22 Joel Brobecker <brobecker@adacore.com>
10834
10835 * gdb.python/py-breakpoint.exp: Fix the expected output of
10836 one of the "maint info breakpoints" tests to accept the output
10837 generated on platforms that do not have hardware watchpoints.
10838
10839 2011-02-22 Joel Brobecker <brobecker@adacore.com>
10840
10841 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
10842 clean_restart. Be a little stricter in the expected output
10843 for one of the tests. Fix a typo in one of the comments.
10844
10845 2011-02-22 Joel Brobecker <brobecker@adacore.com>
10846
10847 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
10848 Delete variable binfile, no longer use. Add or modify test
10849 comments to make them unique.
10850
10851 2011-02-21 Michael Snyder <msnyder@vmware.com>
10852
10853 * Makefile.in: Update for make clean.
10854 * gdb.ada/Makefile.in: Ditto.
10855 * gdb.arch/Makefile.in: Ditto.
10856 * gdb.asm/Makefile.in: Ditto.
10857 * gdb.base/Makefile.in: Ditto.
10858 * gdb.cp/Makefile.in: Ditto.
10859 * gdb.dwarf2/Makefile.in: Ditto.
10860 * gdb.java/Makefile.in: Ditto.
10861 * gdb.mi/Makefile.in: Ditto.
10862 * gdb.modula2/Makefile.in: Ditto.
10863 * gdb.python/Makefile.in: Ditto.
10864 * gdb.server/Makefile.in: Ditto.
10865 * gdb.stabs/Makefile.in: Ditto.
10866 * gdb.threads/Makefile.in: Ditto.
10867 * gdb.trace/Makefile.in: Ditto.
10868
10869 2011-02-21 Michael Snyder <msnyder@vmware.com>
10870
10871 * gdb.threads/thread-find.exp: Update patterns for changes in
10872 output of "info threads" command.
10873
10874 2011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
10875 Ulrich Weigand <uweigand@de.ibm.com>
10876
10877 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
10878 (skip_hw_watchpoint_tests): Likewise.
10879 (skip_hw_watchpoint_multi_tests): Likewise.
10880
10881 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
10882
10883 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
10884 (skip_hw_watchpoint_tests): Likewise.
10885 (skip_hw_watchpoint_multi_tests): Likewise.
10886 (skip_hw_watchpoint_access_tests): Likewise.
10887
10888 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
10889 * gdb.base/pr11022.exp: Likewise.
10890 * gdb.base/watch-read.exp: Likewise.
10891 * gdb.base/watch_thread_num.exp: Likewise.
10892 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
10893 * gdb.base/watchpoint-hw.exp: Likewise.
10894 * gdb.base/watchpoint.exp: Likewise.
10895 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
10896 * gdb.threads/watchthreads-reorder.exp: Likewise.
10897 * gdb.threads/watchthreads.exp: Likewise.
10898 * gdb.threads/watchthreads2.exp: Likewise.
10899
10900 2011-02-21 Joel Brobecker <brobecker@adacore.com>
10901
10902 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
10903 the debugger is unable to find the array bounds.
10904
10905 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
10906
10907 * gdb.cp/typedef-operator.exp: New file.
10908 * gdb.cp/typedef-operator.cc: New file.
10909
10910 2011-02-17 Michael Snyder <msnyder@vmware.com>
10911
10912 * gdb.threads/thread-find.exp: Fix regular expressions.
10913
10914 2011-02-17 Joel Brobecker <brobecker@adacore.com>
10915
10916 * gdb.ada/packed_array: Expand testcase to test printing of
10917 unconstrained packed array.
10918
10919 2011-02-17 Joel Brobecker <brobecker@adacore.com>
10920
10921 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
10922
10923 2011-02-16 Pedro Alves <pedro@codesourcery.com>
10924
10925 * gdb.trace/collection.c (globalarr3): New global.
10926 (main): Initialize it before collecting, and and clear it
10927 afterwards.
10928 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
10929 collecting with '{type} addr', where the addr expression is not an
10930 rvalue.
10931
10932 2011-02-16 Ken Werner <ken.werner@de.ibm.com>
10933
10934 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
10935 a bool variable. Expect correct OpenCL names for vector types. Use the
10936 uc3 variable name instead of referring to the uchar3 built-in type.
10937 Escape the asterisk at the half pointer test.
10938
10939 2011-02-16 Pedro Alves <pedro@codesourcery.com>
10940
10941 * gdb.trace/collection.c (globalarr2): New global.
10942 (main): Initialize it before collecting, and and clear it
10943 afterwards.
10944 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
10945 collecting overlapping memory ranges.
10946
10947 2011-02-15 Michael Snyder <msnyder@vmware.com>
10948
10949 * gdb.base/default.exp: Add tests for thread commands.
10950 * gdb.base/help.exp: Add tests for thread commands.
10951 * gdb.threads/thread-find.exp: New test for thread find command.
10952
10953 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
10954
10955 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
10956
10957 2011-02-15 Yao Qi <yao@codesourcery.com>
10958
10959 PR tdep/12352
10960 * gdb.arch/arm-disp-step.S : New test for str instruction.
10961 * gdb.arch/arm-disp-step.exp : Likewise.
10962
10963 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
10964
10965 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
10966 "vector_register2_vr" test strings. Test the extended floating
10967 point registers (F32~F63).
10968 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
10969 IBM XL C compiler. Make the test program use a register provided
10970 by the compiler for the lxvd2x instruction.
10971
10972 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10973
10974 * gdb.trace/unavailable.cc (class Base, class Middle, class
10975 Derived): New types.
10976 (derived_unavail, derived_partial, derived_whole): New globals.
10977 (virtual_partial): New global.
10978 (virtualp): Point at virtual_partial.
10979 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
10980 related to unavailable vptr.
10981
10982 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10983
10984 * gdb.trace/unavailable.cc (a, b, c): New globals.
10985 (main): Set and clear them.
10986 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
10987 `a' and `c', and check that `b' isn't collected, although `a' and
10988 `c' are.
10989
10990 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10991
10992 * gdb.trace/unavailable.cc (struct Virtual): New.
10993 (virtualp): New global pointer.
10994 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
10995 printing a pointer to an object whose type has a vtable, with
10996 print object on.
10997
10998 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10999
11000 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
11001 value repeat handles unavailableness.
11002
11003 2011-02-14 Pedro Alves <pedro@codesourcery.com>
11004
11005 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
11006 tests for building arrays from unavailable values, subscripting
11007 non-memory rvalue unvailable arrays, and accessing fields or
11008 baseclasses of non-lazy unavailable values,
11009 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
11010 struct types.
11011 (g_smallstruct, g_smallstruct_b): New globals.
11012
11013 2011-02-14 Pedro Alves <pedro@codesourcery.com>
11014
11015 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
11016
11017 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11018
11019 Fix const/volatile qualifiers of C++ types, PR c++/12328.
11020 * gdb.cp/overload-const.exp: New file.
11021 * gdb.cp/overload-const.cc: New file.
11022
11023 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
11024
11025 * gdb.opencl/callfuncs.cl: New file.
11026 * gdb.opencl/callfuncs.exp: New test.
11027 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
11028
11029 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
11030
11031 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
11032 when computing result.
11033 * gdb.arch/altivec-abi.exp: Update expected results.
11034
11035 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
11036
11037 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
11038 * gdb.base/jit.exp: Likewise.
11039 * gdb.base/pie-execl.exp: Likewise.
11040 * gdb.base/solib-nodir.exp: Likewise.
11041 * gdb.base/solib-overlap.exp: Likewise.
11042
11043 2011-02-07 Pedro Alves <pedro@codesourcery.com>
11044
11045 * gdb.trace/collection.c (global_pieces): New.
11046 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
11047 New procedure.
11048 (gdb_trace_collection_test): Call it.
11049
11050 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
11051
11052 * gdb.python/py-evthreads.c: New file.
11053 * gdb.python/py-evthreads.exp: New file.
11054 * gdb.python/py-events.py: New file.
11055 * gdb.python/py-events.exp: New file.
11056 * gdb.python/py-events.c: New file.
11057
11058 2011-02-04 David Daney <ddaney@caviumnetworks.com>
11059
11060 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
11061
11062 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
11063
11064 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
11065 gdb.base/disasm-end-cu.exp: New test for disassembling over the
11066 boundary between two compilation units.
11067
11068 2011-02-02 Pedro Alves <pedro@codesourcery.com>
11069
11070 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
11071 (Virtual): New structs.
11072 (virtual_o, virtual_middle_b): New globals.
11073 * gdb.cp/virtbase.exp: New tests.
11074
11075 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
11076
11077 * gdb.base/jit.exp: New file.
11078 * gdb.base/jit-main.c: New file.
11079 * gdb.base/jit-solib.c: New file.
11080
11081 2011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
11082
11083 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
11084 proceed to initial kernel entry point.
11085 * gdb.opencl/datatypes.exp: Likewise.
11086 * gdb.opencl/operators.exp: Likewise.
11087 * gdb.opencl/vec_comps.exp: Likewise.
11088
11089 2011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
11090
11091 * gdb.cp/nsnested.cc: New.
11092 * gdb.cp/nsnested.exp: New.
11093 * gdb.cp/nsnoimports.exp: New.
11094 * gdb.cp/nsnoimports.cc: New.
11095
11096 2011-01-31 Joel Brobecker <brobecker@adacore.com>
11097
11098 * gdb.base/interact.exp: Add extra tests that verify that
11099 the value of the interactive-mode setting does not change
11100 after the script is sourced.
11101
11102 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11103
11104 * gdb.cp/noparam.exp: New file.
11105 * gdb.cp/noparam.cc: New file.
11106
11107 2011-01-28 Pedro Alves <pedro@codesourcery.com>
11108
11109 * gdb.trace/tfile.exp: Test that with no traceframe selected,
11110 there's no stack or registers.
11111
11112 2011-01-26 Tom Tromey <tromey@redhat.com>
11113
11114 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
11115 space before string output. Add test for "set print pretty off"
11116 case.
11117
11118 2011-01-25 Pedro Alves <pedro@codesourcery.com>
11119
11120 * gdb.base/frame-args.exp: Adjust.
11121 * gdb.dwarf2/dw2-noloc.exp: Adjust.
11122 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
11123 * gdb.dwarf2/pieces.exp: Adjust.
11124 * gdb.opt/clobbered-registers-O2.exp: Adjust.
11125 * gdb.opt/inline-locals.exp: Adjust.
11126 * gdb.threads/fork-child-threads.exp: Adjust.
11127
11128 2011-01-25 Ken Werner <ken.werner@de.ibm.com>
11129
11130 * gdb.opencl/convs_casts.cl: Move program scope variables into the
11131 OpenCL kernel function. Add a comment as marker. Add address space
11132 qualifiers for the remaining program scope variables.
11133 * gdb.opencl/datatypes.cl: Likewise.
11134 * gdb.opencl/operators.cl: Likewise.
11135 * gdb.opencl/vec_comps.cl: Likewise.
11136 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
11137 Add breakpoint at the marker comment.
11138 * gdb.opencl/datatypes.exp: Likewise.
11139 * gdb.opencl/operators.exp: Likewise.
11140 * gdb.opencl/vec_comps.exp: Likewise.
11141
11142 2011-01-24 Pedro Alves <pedro@codesourcery.com>
11143
11144 * gdb.base/printcmds.c (some_struct): New struct and instance.
11145 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
11146 procedure.
11147 <global scope>: Call it.
11148
11149 2011-01-21 Ken Werner <ken.werner@de.ibm.com>
11150
11151 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
11152 argument to the gdb_compile_opencl_hostapp call.
11153
11154 2011-01-19 Yao Qi <yao@codesourcery.com>
11155
11156 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
11157 positve list.
11158
11159 2011-01-19 Yao Qi <yao@codesourcery.com>
11160
11161 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
11162 canonical form.
11163 Remove "xscale-*-*"
11164 * gdb.xml/tdesc-regs.exp: Likewise.
11165 * gdb.python/py-section-script.exp: Replace ARM target triplet
11166 with canonical form.
11167 Match arm*-*-symbianelf*.
11168 * gdb.base/dup-sect.exp: Likewise.
11169 * lib/dwarf.exp: New.
11170 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
11171 dwarf2_support.
11172 * gdb.dwarf2/dup-psym.exp: Likewise.
11173 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
11174 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11175 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
11176 * gdb.dwarf2/dw2-basic.exp: Likewise.
11177 * gdb.dwarf2/dw2-compressed.exp: Likewise.
11178 * gdb.dwarf2/dw2-const.exp: Likewise.
11179 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
11180 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
11181 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
11182 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
11183 * gdb.dwarf2/dw2-filename.exp: Likewise.
11184 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
11185 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
11186 * gdb.dwarf2/dw2-intercu.exp: Likewise.
11187 * gdb.dwarf2/dw2-intermix.exp: Likewise.
11188 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
11189 * gdb.dwarf2/dw2-noloc.exp: Likewise.
11190 * gdb.dwarf2/dw2-op-call.exp: Likewise.
11191 * gdb.dwarf2/dw2-producer.exp: Likewise.
11192 * gdb.dwarf2/dw2-ranges.exp: Likewise.
11193 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
11194 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
11195 * gdb.dwarf2/dw2-strp.exp: Likewise.
11196 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
11197 * gdb.dwarf2/implptr.exp: Likewise.
11198 * gdb.dwarf2/mac-fileno.exp: Likewise.
11199 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
11200 * gdb.dwarf2/pieces.exp: Likewise.
11201 * gdb.dwarf2/pr11465.exp: Likewise.
11202 * gdb.dwarf2/valop.exp: Likewise.
11203 * gdb.dwarf2/watch-notconst.exp: Likewise.
11204 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
11205
11206 2011-01-19 Tom Tromey <tromey@redhat.com>
11207
11208 * gdb.python/py-infthread.exp: Add thread tests.
11209
11210 2011-01-14 Joel Brobecker <brobecker@adacore.com>
11211
11212 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
11213
11214 2011-01-14 Joel Brobecker <brobecker@adacore.com>
11215
11216 * gdb.ada/widewide: New testcase.
11217
11218 2011-01-13 Joel Brobecker <brobecker@adacore.com>
11219
11220 * gdb.base/interact.exp: New testcase.
11221
11222 2011-01-12 Tom Tromey <tromey@redhat.com>
11223
11224 * gdb.mi/gdb2549.exp: Update for error message changes.
11225 * gdb.mi/mi-cli.exp: Likewise.
11226 * gdb.mi/mi-disassemble.exp: Likewise.
11227 * gdb.mi/mi-pthreads.exp: Likewise.
11228 * gdb.mi/mi-regs.exp: Likewise.
11229 * gdb.mi/mi-stack.exp: Likewise.
11230 * gdb.mi/mi-var-block.exp: Likewise.
11231 * gdb.mi/mi-var-cmd.exp: Likewise.
11232 * gdb.mi/mi2-cli.exp: Likewise.
11233 * gdb.mi/mi2-disassemble.exp: Likewise.
11234 * gdb.mi/mi2-pthreads.exp: Likewise.
11235 * gdb.mi/mi2-regs.exp: Likewise.
11236 * gdb.mi/mi2-stack.exp: Likewise.
11237 * gdb.mi/mi2-var-block.exp: Likewise.
11238 * gdb.mi/mi2-var-cmd.exp: Likewise.
11239
11240 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
11241 Jan Kratochvil <jan.kratochvil@redhat.com>
11242
11243 PR fortran/11104 and DWARF unbound arrays detection.
11244 * gdb.fortran/multi-dim.exp: New file.
11245 * gdb.fortran/multi-dim.f90: New file.
11246
11247 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
11248
11249 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
11250 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
11251 add new tests for opcode dumping.
11252
11253 2011-01-11 Tom Tromey <tromey@redhat.com>
11254
11255 * gdb.python/py-infthread.exp: Load gdb-python.exp.
11256
11257 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
11258
11259 Convert hardware watchpoints to use breakpoint_ops.
11260 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
11261 type is not supported.
11262 * gdb.base/foll-fork.exp: Likewise.
11263 * gdb.base/foll-vfork.exp: Likewise.
11264
11265 2011-01-10 Phil Muldoon <pmuldoon@redhat.com>
11266
11267 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
11268 Use load_lib gdb-python.exp.
11269 * gdb.python/python.exp: Ditto.
11270 * gdb.python/py-function.exp: Ditto.
11271
11272 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
11273
11274 * gdb.threads/tls.exp ("info address me"): Fix expected output.
11275
11276 2011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11277
11278 * configure: Regenerate.
11279
11280 2011-01-06 Tom Tromey <tromey@redhat.com>
11281
11282 * gdb.python/py-frame.exp: Test gdb.newest_frame.
11283
11284 2011-01-06 Joel Brobecker <brobecker@adacore.com>
11285
11286 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
11287 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
11288 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
11289 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
11290 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
11291 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
11292 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
11293 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
11294 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
11295 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
11296 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
11297 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
11298 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
11299 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
11300 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
11301 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
11302 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
11303 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
11304 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
11305 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
11306 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
11307 gdb.ada/uninitialized_vars.exp,
11308 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
11309 Simplify by using clean_restart.
11310
11311 2011-01-06 Joel Brobecker <brobecker@adacore.com>
11312
11313 Add marker to be used as anchor for inserting breakpoints.
11314 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
11315 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
11316 Likewise.
11317
11318 Remove uses of gdb_start_cmd.
11319 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
11320 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
11321
11322 Do not run testcase if testing with GDBserver.
11323 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
11324 if testing with GDBserver.
11325
11326 2011-01-06 Joel Brobecker <brobecker@adacore.com>
11327
11328 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
11329 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
11330 copyright header.
11331
11332 2011-01-05 Joel Brobecker <brobecker@adacore.com>
11333
11334 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
11335 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
11336 testsuite/gdb.fortran/complex.f,
11337 testsuite/gdb.fortran/derived-type.f90,
11338 testsuite/gdb.fortran/library-module-lib.f90,
11339 testsuite/gdb.fortran/library-module-main.f90,
11340 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
11341 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
11342 Copyright year update.
11343
11344 2011-01-05 Joel Brobecker <brobecker@adacore.com>
11345
11346 * gdb.base/langs1.f: Add copyright header.
11347
11348 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11349
11350 * gdb.base/morestack.exp: New file.
11351 * gdb.base/morestack.c: New file.
11352
11353 2011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11354
11355 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
11356
11357 2010-12-29 Joel Brobecker <brobecker@adacore.com>
11358
11359 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
11360 * gdb.ada/arrayptr.exp: Add test printing that new variable.
11361
11362 2010-12-29 Joel Brobecker <brobecker@adacore.com>
11363
11364 * gdb.ada/lang_switch.exp: Correct expected parameter value.
11365
11366 2010-12-25 Andreas Schwab <schwab@linux-m68k.org>
11367
11368 * gdb.threads/tls.exp: Fix typo.
11369
11370 * gdb.threads/thread-specific.exp (get_thread_list): Update.
11371 * gdb.threads/execl.exp: Update.
11372
11373 2010-12-23 Yao Qi <yao@codesourcery.com>
11374
11375 * gdb.arch/arm-disp-step.exp: New.
11376 * gdb.arch/arm-disp-step.S: New.
11377
11378 2010-12-21 Tom Tromey <tromey@redhat.com>
11379
11380 * gdb.threads/execl.exp: Update.
11381 * gdb.threads/linux-dp.exp: Update.
11382 * gdb.threads/manythreads.exp: Update.
11383 * gdb.threads/tls.exp: Update.
11384
11385 2010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11386
11387 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
11388 (NextOverThrowDerivates) <resumebpt>: New.
11389 (resumebpt_test): New.
11390 (main): Call resumebpt_test.
11391 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
11392
11393 2010-12-12 Stan Shebs <stan@codesourcery.com>
11394
11395 * gdb.trace/tsv.exp: Test print command on trace state variables.
11396
11397 2010-12-09 Tom Tromey <tromey@redhat.com>
11398
11399 * gdb.base/interp.exp: Add regression test.
11400
11401 2010-12-09 Tom Tromey <tromey@redhat.com>
11402
11403 * gdb.java/jnpe.java: New file.
11404 * gdb.java/jnpe.exp: New file.
11405 * gdb.cp/nextoverthrow.exp: New file.
11406 * gdb.cp/nextoverthrow.cc: New file.
11407
11408 2010-12-07 Doug Evans <dje@google.com>
11409
11410 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
11411 of data-directory.
11412 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
11413 updated.
11414 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
11415
11416 2010-11-29 Michael Snyder <msnyder@vmware.com>
11417
11418 * gdb.base/callfuncs.exp: Test for skip_float_tests.
11419 * gdb.base/call-sc.exp: Ditto.
11420 * gdb.base/finish.exp: Ditto.
11421 * gdb.base/return.exp: Ditto.
11422 * gdb.base/return2.exp: Ditto.
11423
11424 2010-11-30 Doug Evans <dje@google.com>
11425
11426 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
11427 (gdb_expect_list): Fix spelling errors in comments.
11428 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
11429 send_gdb/gdb_expect_list where applicable.
11430 * gdb.base/call-ar-st.exp: Ditto.
11431 * gdb.base/funcargs.exp: Ditto.
11432 * gdb.base/gcore.exp: Ditto.
11433 * gdb.base/page.exp: Ditto.
11434 * gdb.base/sigaltstack.exp: Ditto.
11435 * gdb.base/siginfo.exp: Ditto.
11436 * gdb.base/sigstep.exp: Ditto.
11437 * gdb.base/trace-commands.exp: Ditto.
11438
11439 2010-11-29 Doug Evans <dje@google.com>
11440
11441 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
11442 printer-name;subprinter-name.
11443
11444 2010-11-29 Tom Tromey <tromey@redhat.com>
11445
11446 * gdb.dwarf2/implptr.exp: New file.
11447 * gdb.dwarf2/implptr.c: New file.
11448 * gdb.dwarf2/implptr.S: New file.
11449
11450 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
11451
11452 PR python/12199
11453
11454 * gdb.python/py-breakpoint.exp: Test the delete method.
11455
11456 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11457
11458 Fix step_resume_breakpoint unsaved during an infcall.
11459 * gdb.base/step-resume-infcall.exp: New file.
11460 * gdb.base/step-resume-infcall.c: New file.
11461
11462 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
11463
11464 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
11465
11466 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
11467
11468 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
11469 on ppc64's symbols; "finish" and "return" commands must accept to
11470 show the caller line again as well as the line after.
11471 * gdb.asm/powerpc64.inc: New file.
11472
11473 2010-11-23 Doug Evans <dje@google.com>
11474
11475 * lib/gdb.exp (gdb_test_sequence): New function.
11476 (gdb_expect_list): Add verbose -log call for each pattern.
11477 * gdb.base/signals.exp (test_handle_all_print): Call it.
11478 Reduce timeout increment from 6 minutes to 1 minute.
11479 * gdb.server/ext-run.exp: Call it.
11480
11481 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
11482
11483 PR python/12212
11484
11485 * gdb.python/python.exp: Check that selected_thread raises an
11486 error when no inferior is loaded.
11487
11488 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11489
11490 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
11491 * gdb.dwarf2/dw2-stack-boundary.S: New file.
11492
11493 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11494
11495 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
11496 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
11497
11498 2010-11-18 Doug Evans <dje@google.com>
11499
11500 * gdb.server/ext-run.exp: Fix intermittent failures.
11501
11502 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
11503
11504 * gdb.stabs/gdb11479.exp: Use runto_main.
11505
11506 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
11507
11508 * gdb.base/break-entry.exp: Skip if using a stub.
11509
11510 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
11511
11512 * gdb.python/py-inferior.exp: Pack values in target endianness.
11513
11514 2010-11-12 Tom Tromey <tromey@redhat.com>
11515
11516 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
11517 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
11518 MemoryError.
11519 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
11520 type.
11521 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
11522 MemoryError.
11523 (test_subscript_regression): Update exception type.
11524
11525 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
11526
11527 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
11528 breakpoint tests.
11529
11530 2010-11-09 Pedro Alves <pedro@codesourcery.com>
11531
11532 * gdb.base/watchpoint.exp: Test "watch -location" with an
11533 innacessible location.
11534
11535 2010-11-09 Edjunior Machado <emachado@br.ibm.com>
11536 Luis Machado <luisgpm@br.ibm.com>
11537
11538 * gdb.base/maint.exp: Expect "." prefix.
11539 * gdb.base/nodebug.exp: Expect "." Likewise.
11540 * gdb.base/sepsymtab.exp: Expect "." Likewise.
11541 * gdb.base/watchpoint-cond-gone.exp: Likewise.
11542 * gdb.base/watchpoint.exp: Expect a software watch to be created for
11543 POWER server processors.
11544
11545 2010-11-08 Edjunior Machado <emachado@br.ibm.com>
11546 Luis Machado <luisgpm@br.ibm.com>
11547
11548 * gdb.base/break-entry.exp: convert entry point for
11549 ppc64 and expect leading `.' on ppc64's symbols
11550
11551 2010-11-05 Doug Evans <dje@google.com>
11552
11553 * gdb.base/help.exp: Update expected output.
11554 * gdb.python/py-param.exp: Delete, contents moved to ...
11555 * gdb.python/py-parameter.exp: ... here. New file.
11556 Add test for gdb.parameter ("directories").
11557
11558 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
11559
11560 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
11561 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
11562 * configure: Regenerate.
11563 * gdb.opencl/Makefile.in: New File.
11564 * gdb.opencl/datatypes.exp: Likewise.
11565 * gdb.opencl/datatypes.cl: Likewise.
11566 * gdb.opencl/operators.exp: Likewise.
11567 * gdb.opencl/operators.cl: Likewise.
11568 * gdb.opencl/vec_comps.exp: Likewise.
11569 * gdb.opencl/vec_comps.cl: Likewise.
11570 * gdb.opencl/convs_casts.exp: Likewise.
11571 * gdb.opencl/convs_casts.cl: Likewise.
11572 * lib/opencl.exp: Likewise.
11573 * lib/opencl_hostapp.c: Likewise.
11574 * lib/opencl_kernel.cl: Likewise.
11575 * lib/cl_util.c: Likewise.
11576 * lib/cl_util.c: Likewise.
11577 * gdb.base/default.exp (set language): Add "opencl" to the list of
11578 languages.
11579
11580 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
11581
11582 * gdb.cp/overload.exp: Added test for inheritance overload.
11583 * gdb.cp/overload.cc: Ditto.
11584 * gdb.cp/oranking.exp: Removed releveant kfails.
11585
11586 2010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11587 Joel Brobecker <brobecker@adacore.com>
11588
11589 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
11590 check test_compiler_info.
11591
11592 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
11593
11594 * gdb.base/gnu_vector.exp: Adjust expect messages.
11595
11596 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
11597
11598 * gdb.base/gnu_vector.exp: Add unary operator tests.
11599
11600 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
11601
11602 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
11603
11604 2010-11-02 Doug Evans <dje@google.com>
11605
11606 * gdb.python/py-pp-maint.c: New file.
11607 * gdb.python/py-pp-maint.exp: New file.
11608 * gdb.python/py-pp-maint.py: New file.
11609
11610 2010-11-02 Tom Tromey <tromey@redhat.com>
11611
11612 * gdb.base/default.exp: Remove "scheme" from language list.
11613
11614 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11615
11616 Revert:
11617 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11618 * gdb.threads/sigstep-threads.exp: New file.
11619 * gdb.threads/sigstep-threads.c: New file.
11620
11621 2010-10-20 Michael Snyder <msnyder@vmware.com>
11622
11623 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
11624
11625 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
11626
11627 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
11628 Skip test completely if gdb,no_hardware_watchpoints.
11629
11630 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
11631
11632 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
11633 strict, but do not check for any particular function name within libc.
11634
11635 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
11636
11637 * gdb.cp/smartp.exp: New test.
11638 * gdb.cp/smartp.cc : New test.
11639
11640 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
11641
11642 * gdb.cp/converts.exp: Test pointer to bool conversion.
11643 Test pointer to long conversion.
11644 * gdb.cp/oranking.exp: Removed relevant kfail.
11645
11646 2010-10-18 Tom Tromey <tromey@redhat.com>
11647
11648 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
11649 argument to lazy_string.
11650 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
11651 (pp_ls.to_string): Use it.
11652 * gdb.python/py-prettyprint.c (main): Move declarations to top.
11653 Add "estring2" local.
11654
11655 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11656
11657 Fix s390x compatibility.
11658 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
11659 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
11660
11661 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11662
11663 * gdb.threads/sigstep-threads.exp: New file.
11664 * gdb.threads/sigstep-threads.c: New file.
11665
11666 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11667
11668 * gdb.base/pie-execl.exp: New file.
11669 * gdb.base/pie-execl.c: New file.
11670
11671 2010-10-13 Doug Evans <dje@google.com>
11672 Jan Kratochvil <jan.kratochvil@redhat.com>
11673
11674 PR exp/12117
11675 * gdb.cp/ptype-cv-cp.cc: New file.
11676 * gdb.cp/ptype-cv-cp.exp: New file.
11677
11678 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
11679
11680 * gdb.cp/converts.cc: New test program.
11681 * gdb.cp/converts.exp: New test.
11682 * gdb.cp/overload.exp: Added test for void* vs int*.
11683 * gdb.cp/overload.exp: Ditto.
11684 * gdb.cp/oranking.exp: Removed related kfail.
11685
11686 2010-10-13 Doug Evans <dje@google.com>
11687
11688 * lib/gdb-python.exp (gdb_check_python_config): New function.
11689 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
11690 * gdb.python/lib-types.cc: New file.
11691 * gdb.python/lib-types.exp: New file.
11692
11693 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11694
11695 * gdb.python/py-error.exp: New file.
11696 * gdb.python/py-error.py: New file.
11697
11698 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11699
11700 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
11701 gdb_test_multiple.
11702
11703 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11704
11705 * gdb.base/break-interp.exp: Use ldlags for linking flags.
11706 * gdb.base/prelink.exp: Likewise.
11707 * gdb.base/solib-nodir.exp: Likewise.
11708 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
11709 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
11710 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
11711
11712 2010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
11713
11714 * break-interp.exp (test_ld): Use two separate gdb_expect statements
11715 for the "info files" test to avoid timeouts on slow machines.
11716
11717 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11718
11719 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
11720 (main): Make openlib dummy call.
11721
11722 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11723
11724 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
11725 * break-interp.exp (reach): Move the core body ...
11726 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
11727 (test_ld): Provide always real argument, even to the linker. Replace
11728 dl_main by _dl_debug_state.
11729
11730 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11731
11732 Fix results of prelinked PIEs on ppc*.
11733 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
11734 Accept also DISPLACEMENT "PRESENT".
11735 (main): Replace "ZERO" displacements by "PRESENT".
11736
11737 2010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
11738
11739 * gdb.cp/oranking.exp: New test.
11740 * gdb.cp/oranking.cc: New test program.
11741
11742 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
11743
11744 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
11745 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
11746
11747 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
11748
11749 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
11750 lush, lynx) New constant.
11751 * gdb.base/constvars.exp: Test const array types.
11752 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
11753
11754 2010-10-06 Doug Evans <dje@google.com>
11755
11756 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
11757 of syscall staging area.
11758
11759 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
11760
11761 * gdb.base/gnu_vector.c: Add variable c4.
11762 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
11763 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
11764
11765 2010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
11766
11767 * gdb.arch/altivec-abi.exp: Fix a typo.
11768
11769 2010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
11770
11771 * lib/mi-support.exp (thread_selected_re): Correct pattern used
11772 to match a thread ID.
11773
11774 2010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11775
11776 Fix s390x testcase compatibility.
11777 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
11778
11779 2010-10-01 Doug Evans <dje@google.com>
11780
11781 * lib/gdb-python.exp: New file.
11782 * gdb.python/py-block.exp: Use it.
11783 * gdb.python/py-breakpoint.exp: Ditto.
11784 * gdb.python/py-frame.exp: Ditto.
11785 * gdb.python/py-inferior.exp: Ditto.
11786 * gdb.python/py-param.exp: Ditto.
11787 * gdb.python/py-prettyprint.exp: Ditto.
11788 * gdb.python/py-shared.exp: Ditto.
11789 * gdb.python/py-symbol.exp: Ditto.
11790 * gdb.python/py-symtab.exp: Ditto.
11791 * gdb.python/py-type.exp: Ditto.
11792 * gdb.python/py-value.exp: Ditto.
11793 * gdb.python/python.exp: Ditto.
11794
11795 2010-09-30 Tom Tromey <tromey@redhat.com>
11796
11797 * gdb.base/anon.exp: New file.
11798 * gdb.base/anon.c: New file.
11799
11800 2010-09-30 Tom Tromey <tromey@redhat.com>
11801
11802 * gdb.base/completion.exp: Test completion through anonymous
11803 union.
11804 * gdb.base/break1.c (struct some_struct): Add anonymous union.
11805
11806 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11807
11808 Fix printing parameters of inlined functions.
11809 * gdb.dwarf2/dw2-inline-param.exp: New file.
11810 * gdb.dwarf2/dw2-inline-param-main.c: New file.
11811 * gdb.dwarf2/dw2-inline-param.S: New file.
11812
11813 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11814
11815 PR corefiles/12071.
11816 * gdb.base/corefile.exp (quit with a process, no question: load core)
11817 (quit with a core file): New tests.
11818
11819 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11820
11821 Fix GDB crash on inferior calls with self-referencing classes.
11822 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
11823 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
11824 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
11825
11826 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11827
11828 Fix lost siginfo_t for inferior calls.
11829 * gdb.base/siginfo-infcall.exp: New file.
11830 * gdb.base/siginfo-infcall.c: New file.
11831
11832 2010-09-22 Joel Brobecker <brobecker@adacore.com>
11833
11834 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
11835
11836 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11837
11838 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
11839 New test.
11840 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
11841
11842 2010-09-22 Joel Brobecker <brobecker@adacore.com>
11843
11844 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
11845 type of our const type.
11846
11847 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
11848
11849 * gdb.cp/pr12028.cc: New.
11850 * gdb.cp/pr12028.exp: New.
11851
11852 2010-09-22 Joel Brobecker <brobecker@adacore.com>
11853
11854 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
11855
11856 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
11857 Jan Kratochvil <jan.kratochvil@redhat.com>
11858
11859 PR mi/11407
11860 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
11861 * gdb.mi/dw2-ref-missing-frame-main.c New File.
11862 * gdb.mi/dw2-ref-missing-frame.S New File.
11863 * gdb.mi/dw2-ref-missing-frame.exp New File.
11864
11865 2010-09-14 Tom Tromey <tromey@redhat.com>
11866
11867 PR symtab/8399:
11868 * gdb.threads/tls.exp: Remove kfail. Update expected output.
11869
11870 2010-09-14 Tom Tromey <tromey@redhat.com>
11871
11872 PR exp/11803:
11873 * gdb.threads/tls.exp: Use C++.
11874 (check_thread_local): Use K::another_thread_local.
11875 * gdb.threads/tls.c (class K): New.
11876 (another_thread_local): Now a member of K.
11877 (spin): Update. No longer K&R C.
11878
11879 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
11880
11881 * gdb.cp/koenig.cc: created class for testing member lookup.
11882 * gdb.cp/koenig.exp: Added test for member lookup.
11883
11884 2010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11885
11886 Fix false FAILs on sourcetree topdir directory containing "kill".
11887 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
11888 source line matching regexp.
11889
11890 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11891
11892 * gdb.python/python.exp (set height 0, collect help from uiout)
11893 (verify help to uiout): New tests.
11894
11895 2010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11896
11897 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
11898 is_lp64_target to check 64bit target.
11899
11900 2010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11901
11902 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
11903 (test_ld) <powerpc64-*>: New.
11904
11905 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
11906
11907 * gdb.cp/templates.exp (test_template_args): Allow "struct".
11908
11909 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
11910
11911 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
11912 (FunctionArg::method): New function.
11913 (empty, arg): New variables.
11914 (main): Call arg.method.
11915 * gdb.cp/templates.exp (test_template_args): New function.
11916 (do_tests): Call it.
11917
11918 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
11919
11920 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
11921 of "next" to proceed over pthread_exit call.
11922
11923 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
11924
11925 * gdb.base/maint.exp: Avoid wildcards against potentially very long
11926 "maint print statistics" output to prevent expect timeouts.
11927
11928 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11929
11930 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
11931 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11932 (test_float_rejected): ... here.
11933 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
11934 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11935 (test_float_rejected): ... here.
11936 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
11937 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11938 (test_float_rejected): ... here.
11939 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
11940 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11941 (test_float_rejected): ... here.
11942
11943 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
11944
11945 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
11946 before disabling hardware watchpoints.
11947 (test_inaccessible_watchpoint): Check that hardware watchpoints
11948 are used. Test for watchpoints on a constant address.
11949
11950 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11951
11952 * gdb.base/ui-redirect.exp: New file.
11953
11954 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11955 Joel Brobecker <brobecker@adacore.com>
11956
11957 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
11958
11959 2010-08-31 Doug Evans <dje@google.com>
11960
11961 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
11962
11963 2010-08-30 Tom Tromey <tromey@redhat.com>
11964
11965 PR python/11792:
11966 * gdb.python/py-value.exp (test_subscript_regression): Add
11967 dynamic_type test.
11968
11969 2010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
11970
11971 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
11972 instead of running to main. Do not test the main function.
11973 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
11974 Add new main.
11975
11976 2010-08-26 Pedro Alves <pedro@codesourcery.com>
11977
11978 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
11979 one test.
11980
11981 2010-08-24 Doug Evans <dje@google.com>
11982
11983 PR symtab/11942
11984 * gdb.dwarf2/dw4-sig-types.cc: New file.
11985 * gdb.dwarf2/dw4-sig-types.h: New file.
11986 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
11987 * gdb.dwarf2/dw4-sig-types.exp: New file.
11988
11989 2010-08-23 Tom Tromey <tromey@redhat.com>
11990
11991 PR python/11145:
11992 * gdb.python/py-value.c (Base, Derived): New types.
11993 (base): New global.
11994 * gdb.python/py-value.exp (test_subscript_regression): Add
11995 dynamic_cast test.
11996
11997 2010-08-23 Tom Tromey <tromey@redhat.com>
11998
11999 PR python/10676:
12000 * gdb.python/py-type.exp (test_fields): Add tests for type
12001 equality.
12002
12003 2010-08-23 Tom Tromey <tromey@redhat.com>
12004
12005 PR python/11915:
12006 * gdb.python/py-type.exp (test_fields): Add tests for array.
12007
12008 2010-08-23 Keith Seitz <keiths@redhat.com>
12009
12010 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
12011 have any children. Create a new abbrev for it.
12012 Add missing terminal sequence to .debug_abbrev.
12013
12014 2010-08-20 Keith Seitz <keiths@redhat.com>
12015
12016 PR symtab/11465:
12017 * gdb.dwarf2/pr11465.exp: New test.
12018 * gdb.dwarf2/pr11465.S: New file.
12019 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
12020 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
12021
12022 2010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
12023
12024 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
12025 registers. Update data sets with the new v2_double element in the
12026 VSX register union. Add vector_register3_vr data set for the AltiVec
12027 registers. Use gdb_test_no_output instead of send_gdb.
12028
12029 2010-08-19 Pedro Alves <pedro@codesourcery.com>
12030
12031 * gdb.python/py-shared.exp: New file, factored out from
12032 python.exp.
12033 * gdb.python/py-shared.c: New file.
12034 * gdb.python/py-shared-sl.c: New file.
12035 * gdb.python/python-1.c: New file.
12036 * gdb.python/python-sl.c: Delete.
12037 * gdb.python/python.c: Mention python-1.c.
12038 * gdb.python/python.exp: Move shared library tests to
12039 py-shared.exp.
12040 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
12041 (MISCELLANEOUS): New.
12042 (clean mostlyclean): Also remove $MISCELLANEOUS.
12043
12044 2010-08-19 Doug Evans <dje@google.com>
12045
12046 PR exp/11926
12047 * gdb.base/printcmds.exp (test_float_accepted): New function.
12048 Move existing float tests there. Add tests for floats with suffixes.
12049 (test_float_rejected): New function.
12050 * gdb.java/jv-print.exp (test_float_accepted): New function.
12051 (test_float_rejected): New function.
12052 * gdb.objc/print.exp: New file.
12053 * gdb.pascal/print.exp: New file.
12054 * lib/objc.exp: New file.
12055
12056 2010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
12057
12058 * gdb.base/default.exp (info set): Avoid full buffer error and force
12059 reading up to final gdb prompt.
12060 (show): Likewise.
12061
12062 2010-08-18 Tom Tromey <tromey@redhat.com>
12063
12064 PR symtab/11919:
12065 * gdb.base/completion.exp: Add test.
12066
12067 2010-08-18 Doug Evans <dje@google.com>
12068
12069 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
12070 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
12071 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
12072 Simplify, early exit if runto_main fails.
12073 * gdb.fortran/exprs.exp: load_lib fortran.exp.
12074 (set_lang_fortran): Moved to lib/fortran.exp.
12075 * gdb.fortran/types.exp: load_lib fortran.exp.
12076 (set_lang_fortran): Moved to lib/fortran.exp.
12077 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
12078 * gdb.java/jprint.exp (set_lang_java): Ditto.
12079 * gdb.java/jv-exp.exp: load_lib java.exp.
12080 If set_lang_java fails, issue a warning instead of failure to be
12081 consistent with other set_lang_foo uses.
12082 (set_lang_java): Moved to lib/java.exp.
12083 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
12084 If set_lang_java fails, issue a warning instead of failure to be
12085 consistent with other set_lang_foo uses.
12086 * gdb.pascal/types.exp: load_lib pascal.exp.
12087 (set_lang_pascal): Moved to lib/pascal.exp.
12088 * lib/fortran.exp: New file.
12089 * lib/java.exp (set_lang_java): New function.
12090 * lib/pascal.exp (set_lang_pascal): New function.
12091
12092 2010-08-18 Yao Qi <yao@codesourcery.com
12093
12094 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
12095 func_nofb_start and func_loopfb_start, so that address of functions
12096 is equal to these labels on Thumb.
12097
12098 2010-08-18 Yao Qi <yao@codesourcery.com>
12099
12100 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
12101 to reflect latest c source file.
12102
12103 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12104
12105 * gdb.cp/infcall-dlopen.exp: New file.
12106 * gdb.cp/infcall-dlopen.cc: New file.
12107 * gdb.cp/infcall-dlopen-lib.cc: New file.
12108
12109 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12110 Pedro Alves <pedro@codesourcery.com>
12111
12112 PR breakpoints/11371
12113
12114 * gdb.base/watch-cond-infcall.exp: New file.
12115 * gdb.base/watch-cond-infcall.c: New file.
12116
12117 2010-08-16 Tom Tromey <tromey@redhat.com>
12118
12119 * gdb.base/help.exp: Update.
12120 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
12121 watchpoint.
12122 (test_watch_location): New proc.
12123 (test_watchpoint_in_big_blob): Delete watchpoint.
12124 * gdb.base/watchpoint.c (func5): New function.
12125 (main): Call it.
12126
12127 2010-08-16 Doug Evans <dje@google.com>
12128
12129 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
12130
12131 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
12132
12133 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
12134 tests.
12135
12136 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
12137
12138 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
12139 * gdb.base/gnu_vector.c: New File.
12140 * gdb.base/gnu_vector.exp: Likewise.
12141
12142 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
12143
12144 * gdb.python/python.c: New File.
12145 * gdb.python/python-sl.c: New File.
12146 * gdb.python/python.exp: Test solib_address and decode_line
12147 * functions.
12148
12149 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12150
12151 * gdb.python/python.exp (show height, set height 10)
12152 (verify pagination beforehand, verify pagination beforehand: q)
12153 (gdb.execute does not page, verify pagination afterwards)
12154 (verify pagination afterwards: q): New.
12155
12156 2010-08-02 Doug Evans <dje@google.com>
12157
12158 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
12159 because of an older gcc, change test2
12160 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
12161 to unsupported.
12162
12163 2010-07-30 Kazu Hirata <kazu@codesourcery.com>
12164
12165 * gdb.base/break-always.exp: Do not expect full paths to file
12166 names.
12167 * gdb.base/commands.exp: Likewise.
12168
12169 2010-07-30 Doug Evans <dje@google.com>
12170
12171 * gdb.cp/temargs.exp: For new tests that require newer gccs,
12172 xfail them when run with older gccs.
12173
12174 * lib/gdb.exp (build_executable): Forward "c++" option to
12175 get_compiler_info.
12176
12177 * gdb.python/py-type.exp (test_template): Mark as xfail tests
12178 "python print ttype.template_argument(1)" and
12179 "python print isinstance(ttype.template_argument(1), gdb.Value)"
12180 if using gcc 4.4 or earlier.
12181
12182 * gdb.base/valgrind-db-attach.exp: Use unique test name for
12183 attach-to-debugger handling.
12184
12185 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12186
12187 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
12188 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
12189 (main): Use copyreloc.
12190 * gdb.base/prelink.exp (split debug of executable)
12191 (.dynbss vs. .bss address shift): New tests.
12192
12193 2010-07-29 Pedro Alves <pedro@codesourcery.com>
12194
12195 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
12196 in gdb_test_multiple.
12197
12198 2010-07-29 Pedro Alves <pedro@codesourcery.com>
12199
12200 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
12201 environment.
12202
12203 2010-07-28 Tom Tromey <tromey@redhat.com>
12204
12205 PR python/11060:
12206 * gdb.python/py-type.c (Temargs): New template.
12207 (temvar): New variable.
12208 * gdb.python/py-type.exp (test_template): New proc.
12209
12210 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
12211
12212 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
12213 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
12214
12215 2010-07-28 Tom Tromey <tromey@redhat.com>
12216
12217 PR c++/9946:
12218 * gdb.cp/temargs.exp: New file.
12219 * gdb.cp/temargs.cc: New file.
12220
12221 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12222
12223 * gdb.base/help.exp (help disassemble): Update the content.
12224
12225 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12226
12227 * gdb.threads/ia64-sigill.exp: New file.
12228 * gdb.threads/ia64-sigill.c: New file.
12229
12230 2010-07-27 Tom Tromey <tromey@redhat.com>
12231
12232 * gdb.opt/inline-cmds.c (ATTR): New define.
12233 (func1): Use it.
12234 (func2): Likewise.
12235 (func3): Likewise.
12236 (outer_inline1): Likewise.
12237 (outer_inline2): Likewise.
12238 * gdb.opt/inline-bt.c (ATTR): New define.
12239 (func1): Use it.
12240 (func2): Likewise.
12241 * gdb.opt/inline-locals.c (ATTR): New define.
12242 (func1): Use it.
12243 (func2): Likewise.
12244
12245 2010-07-27 Tom Tromey <tromey@redhat.com>
12246
12247 * gdb.stabs/gdb11479.c (hack): New function.
12248 (test): Use it.
12249 (test2): Use it.
12250 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
12251 (int32_search_buf, int64_search_buf): No longer static.
12252 (x): Remove.
12253 * gdb.base/relocate.c (hack): New function.
12254
12255 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
12256
12257 * gdb.python/py-value.exp (test_inferior_function_call): New function.
12258 * gdb.python/py-value.c (func1): New function.
12259 (func2): Likewise.
12260
12261 2010-07-26 Corinna Vinschen <vinschen@redhat.com>
12262
12263 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
12264 as not to clash with .data section.
12265
12266 2010-07-26 Jerome Guitton <guitton@adacore.com>
12267
12268 * gdb.base/code_elim.exp: New file.
12269 * gdb.base/code_elim1.c: New file.
12270 * gdb.base/code_elim2.c: New file.
12271
12272 2010-07-21 Pedro Alves <pedro@codesourcery.com>
12273
12274 PR symtab/11827
12275
12276 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
12277 (some_volatile_enum): New variable.
12278 * gdb.base/printcmds.exp (test_print_enums): New.
12279 <top level>: Call it.
12280
12281 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
12282
12283 * gdb.cp/fpointer.cc: New test.
12284 * gdb.cp/fpointer.exp: New test.
12285
12286 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12287
12288 * gdb.base/solib-nodir.exp: New file.
12289 * lib/gdb.exp (runto): New case for a GDB internal error.
12290
12291 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12292 Ulrich Weigand <uweigand@de.ibm.com>
12293 Tom Tromey <tromey@redhat.com>
12294
12295 * gdb.base/charset-malloc.c: New file.
12296 * gdb.base/charset.c (malloc_stub): New prototype.
12297 (main): Call it instead of malloc itself.
12298 * gdb.base/charset.exp: Use only prepare_for_testing.
12299 (binfile): Remove the variable.
12300
12301 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12302
12303 Make core files the process_stratum.
12304 * gdb.base/corefile.exp (run: load core again)
12305 (run: sanity check we see the core file, run: with core)
12306 (run: core file is cleared, attach: load core again)
12307 (attach: sanity check we see the core file, attach: with core)
12308 (attach: core file is cleared): New tests.
12309 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
12310
12311 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
12312
12313 * gdb.arch/altivec-abi.exp: New tests.
12314
12315 2010-07-13 Tom Tromey <tromey@redhat.com>
12316
12317 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
12318 (main): Use it.
12319 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
12320
12321 2010-07-13 Tom Tromey <tromey@redhat.com>
12322
12323 * gdb.base/label.exp: New file.
12324 * gdb.base/label.c: New file.
12325
12326 2010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
12327 H.J. Lu <hongjiu.lu@intel.com>
12328
12329 * lib/gdb.exp (is_ilp32_target): New.
12330 (is_lp64_target): Likewise.
12331
12332 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
12333 target.
12334 * gdb.arch/amd64-disp-step.exp: Likewise.
12335 * gdb.arch/amd64-dword.exp: Likewise.
12336 * gdb.arch/amd64-i386-address.exp: Likewise.
12337 * gdb.arch/amd64-word.exp: Likewise.
12338
12339 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
12340 target.
12341 * gdb.arch/i386-bp_permanent.exp: Likewise.
12342 * gdb.arch/i386-byte.exp: Likewise.
12343 * gdb.arch/i386-disp-step.exp: Likewise.
12344 * gdb.arch/i386-gnu-cfi.exp: Likewise.
12345 * gdb.arch/i386-prologue.exp: Likewise.
12346 * gdb.arch/i386-size-overlap.exp: Likewise.
12347 * gdb.arch/i386-size.exp: Likewise.
12348 * gdb.arch/i386-sse.exp: Likewise.
12349 * gdb.arch/i386-unwind.exp: Likewise.
12350 * gdb.arch/i386-word.exp: Likewise.
12351
12352 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
12353 test only when building 64-bit executables. Do not hard-code
12354 -m64 option.
12355
12356 2010-07-07 Doug Evans <dje@google.com>
12357
12358 * lib/gdb.exp (gdb_test_list_exact): New function.
12359 * gdb.base/default.exp (show convenience): Call it, add tests for
12360 $_sdata = void, $_thread = 0.
12361
12362 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12363 Joel Brobecker <brobecker@adacore.com>
12364
12365 Fix re-run of PIE executable, PR shlibs/11776.
12366 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
12367 Remove $displacement_main to match the solib-svr4.c change. New "kill"
12368 and re-"run" of the inferior.
12369
12370 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12371 Joel Brobecker <brobecker@adacore.com>
12372
12373 Cope with missing /usr/sbin/prelink.
12374 * lib/prelink-support.exp (prelink_no):
12375 <result == 1 && $output is "no such file or directory">: New.
12376 (prelink_yes): Likewise. Return on failed prelink_no.
12377
12378 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12379 Joel Brobecker <brobecker@adacore.com>
12380
12381 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
12382 build_executable by build_executable_own_libs. Replace "prelink -R"
12383 execution by a call of prelink_yes. Comment why "prelink -r" needs no
12384 change.
12385 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
12386 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
12387 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
12388 Replace build_executable by build_executable_own_libs's function
12389 build_executable_own_libs.
12390 (prelinkNO): Create new stub to call prelink_no.
12391 (prelinkYES): Create new stub to call prelink_yes.
12392 (test_attach): Rename calls of copy to file_copy.
12393 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
12394 (copy): Move to ...
12395 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
12396 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
12397 * gdb.base/prelink.exp: Disable testcase also for is_remote and
12398 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
12399 special flags by gdb_compile_shlib. Replace second gdb_compile by
12400 build_executable_own_libs. Replace "prelink -R" execution by a call of
12401 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
12402 a second call of prelink_yes. Replace restart commands by
12403 clean_restart.
12404 (prelink): Rename to ...
12405 (seen displacement message): ... this test. Extend its expectation
12406 strictness.
12407
12408 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12409
12410 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
12411 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
12412 displacement message exactly once.
12413
12414 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12415 Joel Brobecker <brobecker@adacore.com>
12416
12417 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
12418 its restore after the <$relink_args != ""> loop. new comment.
12419
12420 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12421 Joel Brobecker <brobecker@adacore.com>
12422
12423 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
12424 code for it. New variable relink_args.
12425 (prelinkYES): Call prelinkNO.
12426 (test_attach): Accept new parameter relink_args. Re-prelink the binary
12427 in such case. Move the core code to ...
12428 (test_attach_gdb): ... a new function. Send GDB command "file".
12429 Extend expected "Attaching to " string.
12430
12431 2010-07-02 Tom Tromey <tromey@redhat.com>
12432
12433 * gdb.base/bitops.exp: Remove extraneous "pass".
12434
12435 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
12436
12437 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
12438
12439 2010-07-01 Pedro Alves <pedro@codesourcery.com>
12440
12441 * gdb.base/help.exp: Adjust expected output.
12442
12443 2010-07-01 Pedro Alves <pedro@codesourcery.com>
12444
12445 * gdb.base/help.exp: Adjust expected output.
12446
12447 2010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12448
12449 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
12450 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
12451 c++/11702.
12452
12453 2010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12454 Doug Evans <dje@google.com>
12455
12456 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
12457 add .dynamic entry'.
12458
12459 2010-06-29 Doug Evans <dje@google.com>
12460
12461 Test PR c++/11702.
12462 * gdb.cp/m-static.exp: Add testcase.
12463 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
12464
12465 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
12466 Tom Tromey <tromey@redhat.com>
12467 Thiago Jung Bauermann <bauerman@br.ibm.com>
12468
12469 * gdb.python/py-inferior.c: New File.
12470 * gdb.python/py-infthread.c: New File.
12471 * gdb.python/py-inferior.exp: New File.
12472 * gdb.python/py-infthread.exp: New File.
12473
12474 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12475
12476 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
12477 (ptype ::C::OtherFileClass typedefs): New.
12478 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
12479 (C::OtherFileClass::cOtherFileClassVar2): New.
12480 (C::OtherFileClass::cOtherFileClassVar_use): Use also
12481 cOtherFileClassVar2.
12482 (C::cOtherFileType2, C::cOtherFileVar2): New.
12483 (C::cOtherFileVar_use): use also cOtherFileVar2.
12484 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
12485
12486 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12487
12488 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
12489 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
12490 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
12491 (print ::C::cOtherFileVar)
12492 (whatis C::OtherFileClass::cOtherFileClassType)
12493 (whatis ::C::OtherFileClass::cOtherFileClassType)
12494 (print C::OtherFileClass::cOtherFileClassVar)
12495 (print ::cOtherFileClassVar)
12496 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
12497 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
12498 trailing content.
12499 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
12500 (C::OtherFileClass::cOtherFileClassVar)
12501 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
12502 (C::cOtherFileVar, C::cOtherFileVar_use): New.
12503
12504 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12505
12506 Test PR c++/11703 and PR gdb/1448.
12507 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
12508 gdb/1448.
12509
12510 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12511
12512 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
12513 (main) <rtti_data>: New.
12514 * gdb.cp/virtbase.exp (print rtti_data): New.
12515
12516 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12517 Joel Brobecker <brobecker@adacore.com>
12518
12519 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
12520
12521 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12522
12523 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
12524
12525 2010-06-28 Doug Evans <dje@google.com>
12526
12527 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
12528
12529 2010-06-27 Doug Evans <dje@google.com>
12530
12531 * gdb.cp/m-static.exp: Update expected test output.
12532
12533 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
12534
12535 * gdb.gdb/selftest.exp: Adjust expected message for
12536 capturing start-up runtime.
12537
12538 2010-06-25 Tom Tromey <tromey@redhat.com>
12539
12540 PR python/10808:
12541 * gdb.python/python.exp: Add new tests.
12542
12543 2010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
12544
12545 * gdb.cp/operator.cc: Created an import loop.
12546 * gdb.cp/operator.exp: Added testcase for import loop.
12547
12548 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12549
12550 Test PR python/11407.
12551 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
12552 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
12553 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
12554 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
12555 executable_nofb and executable_fb. New variables srcsfile, objsfile,
12556 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
12557 binfile. Call gdb_compile with clean_restart twice.
12558 (func_nofb print, func_nofb backtrace, func_loopfb print)
12559 (func_loopfb backtrace): New.
12560
12561 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12562
12563 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
12564 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
12565 by a hand made one.
12566 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
12567 i?86 requirement. Remove variables srcfile and binfile. New variable
12568 sources, executable_nofb and executable_fb. Call prepare_for_testing.
12569
12570 2010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12571
12572 * gdb.cell/dwarfaddr.exp: New file.
12573 * gdb.cell/dwarfaddr.S: New file.
12574
12575 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12576
12577 Test PR 9436.
12578 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
12579
12580 2010-06-24 Hui Zhu <teawater@gmail.com>
12581
12582 * gdb.base/eval.exp: New file.
12583
12584 2010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12585
12586 * gdb.cell/fork.exp: New file.
12587 * gdb.cell/fork.c: Likewise.
12588 * gdb.cell/fork-spu.c: Likewise.
12589
12590 2010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
12591
12592 * lib/gdb.exp (banned_variables_traced): New global variable.
12593 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
12594 (gdb_init): Use `trace add variable' instead of obsolete
12595 `trace variable'.
12596
12597 2010-06-21 Doug Evans <dje@google.com>
12598
12599 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
12600
12601 2010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12602
12603 * gdb.arch/spu-ls.exp: New file.
12604 * gdb.arch/spu-ls.c: Likewise.
12605
12606 2010-06-18 Stan Shebs <stan@codesourcery.com>
12607
12608 * gdb.threads/thread-specific.exp: Add tests of $_thread.
12609
12610 2010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12611
12612 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
12613 * gdb.base/watch-cond.exp: Likewise.
12614 * gdb.python/py-breakpoint.exp: Likewise.
12615
12616 2010-06-18 Pedro Alves <pedro@codesourcery.com>
12617
12618 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
12619 clean_restart, make sure every test has a distinct message, and
12620 that messages don't include the executable' full path.
12621
12622 2010-06-17 Doug Evans <dje@google.com>
12623
12624 * gdb.arch/i386-size.exp: Updated expected output for
12625 DISASSEMBLY_OMIT_FNAME.
12626
12627 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12628 Sergio Durigan Junior <sergiodj@redhat.com>
12629
12630 * gdb.base/watch-notconst.c: New file.
12631 * gdb.base/watch-notconst.S: New file.
12632 * gdb.base/watch-notconst2.c: New file.
12633 * gdb.base/watch-notconst2.S: New file.
12634 * gdb.base/watch-notconst.exp: New file.
12635 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
12636 (func4): Add operations on `global_ptr_ptr'.
12637 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
12638 routine to test watchpoints created with a constant expression.
12639 (test_inaccessible_watchpoint): Include tests for watchpoints
12640 created with a constant expression.
12641
12642 2010-06-14 Kevin Buettner <kevinb@redhat.com>
12643
12644 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
12645 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
12646 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
12647 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
12648 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
12649 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
12650 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
12651 of `_start'.
12652
12653 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12654
12655 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
12656 not supported on the target.
12657 * gdb.mi/mi-nonstop-exit.exp: Likewise.
12658 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
12659 * gdb.mi/mi-nsintrall.exp: Likewise.
12660 * gdb.mi/mi-nsmoribund.exp: Likewise.
12661 * gdb.mi/mi-nsthrexec.exp: Likewise.
12662
12663 2010-06-11 Stan Shebs <stan@codesourcery.com>
12664
12665 * gdb.base/permissions.exp: New file.
12666
12667 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12668
12669 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
12670 does not support ELF executable class.
12671
12672 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12673
12674 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
12675
12676 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12677
12678 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
12679 (runto): Catch "The target does not support running in non-stop mode.".
12680
12681 2010-06-11 Michael Snyder <msnyder@vmware.com>
12682
12683 * gdb.base/setshow.exp (set language asm): Don't use
12684 gdb_test_no_output, fails on some targets.
12685
12686 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12687
12688 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
12689 * gdb.cp/pr9167.exp: Likewise.
12690
12691 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12692
12693 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
12694
12695 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12696
12697 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
12698
12699 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12700
12701 * gdb.base/charset.c (main): Make sure malloc gets linked in.
12702
12703 2010-06-11 Tom Tromey <tromey@redhat.com>
12704
12705 PR gdb/9977, PR exp/11636::
12706 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
12707 (pieces_test_f6): Update expected output.
12708
12709 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12710
12711 * gdb.base/moribund-step.exp: New.
12712
12713 2010-06-08 Michael Snyder <msnyder@vmware.com>
12714
12715 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
12716 * gdb.ada/boolean_expr.exp:
12717 * gdb.ada/frame_args.exp: Ditto.
12718 * gdb.ada/lang_switch.exp: Ditto.
12719 * gdb.ada/ptype_arith_binop.exp: Ditto.
12720 * gdb.ada/ref_param.exp: Ditto.
12721 * gdb.ada/type_coercion.exp:Ditto.
12722
12723 * gdb.asm/asm-source.exp: Ditto.
12724
12725 * gdb.base/attach.exp: Ditto.
12726 * gdb.base/bitfields2.exp: Ditto.
12727 * gdb.base/call-signal-resume.exp: Ditto.
12728 * gdb.base/callfuncs.exp: Ditto.
12729 * gdb.base/commands.exp: Ditto.
12730 * gdb.base/dbx.exp: Ditto.
12731 * gdb.base/default.exp: Ditto.
12732 * gdb.base/dump.exp: Ditto.
12733 * gdb.base/exprs.exp: Ditto.
12734 * gdb.base/freebpcmd.exp: Ditto.
12735 * gdb.base/interrupt.exp: Ditto.
12736 * gdb.base/list.exp: Ditto.
12737 * gdb.base/long_long.exp: Ditto.
12738 * gdb.base/maint.exp: Ditto.
12739 * gdb.base/ptype.exp: Ditto.
12740 * gdb.base/return.exp: Ditto.
12741 * gdb.base/setshow.exp: Ditto.
12742 * gdb.base/sigbpt.exp: Ditto.
12743 * gdb.base/sigrepeat.exp: Ditto.
12744
12745 * gdb.cp/classes.exp: Ditto.
12746
12747 * gdb.dwarf2/dw2-restore.exp: Ditto.
12748
12749 * gdb.gdb/selftest.exp: Ditto.
12750
12751 * gdb.multi/base.exp: Ditto.
12752 * gdb.multi/bkpt-multi-exec.exp: Ditto.
12753
12754 * gdb.python/py-block.exp: Ditto.
12755 * gdb.python/py-prettyprint.exp: Ditto.
12756 * gdb.python/py-template.exp: Ditto.
12757
12758 * gdb.server/ext-attach.exp: Ditto.
12759 * gdb.server/ext-run.exp: Ditto.
12760 * gdb.server/server-mon.exp: Ditto.
12761
12762 * gdb.threads/fork-thread-pending.exp: Ditto.
12763 * gdb.threads/hand-call-in-threads.exp: Ditto.
12764 * gdb.threads/interrupted-hand-call.exp: Ditto.
12765 * gdb.threads/linux-dp.exp: Ditto.
12766 * gdb.threads/manythreads.exp: Ditto.
12767 * gdb.threads/print-threads.exp: Ditto.
12768 * gdb.threads/pthreads.exp: Ditto.
12769 * gdb.threads/schedlock.exp: Ditto.
12770 * gdb.threads/thread-unwindonsignal.exp: Ditto.
12771 * gdb.threads/threadapply.exp: Ditto.
12772
12773 2010-06-08 Michael Snyder <msnyder@vmware.com>
12774
12775 * gdb.ada/exec_changed.exp:
12776 Use ".*" instead of "" as wildcard regexp.
12777
12778 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
12779 * gdb.base/call-ar-st.exp: Ditto.
12780 * gdb.base/checkpoint.exp: Ditto.
12781 * gdb.base/default.exp: Ditto.
12782 * gdb.base/dump.exp: Ditto.
12783 * gdb.base/ending-run.exp: Ditto.
12784 * gdb.base/fileio.exp: Ditto.
12785 * gdb.base/miscexprs.exp: Ditto.
12786 * gdb.base/pointers.exp: Ditto.
12787 * gdb.base/readline.exp: Ditto.
12788 * gdb.base/reread.exp: Ditto.
12789 * gdb.base/restore.exp: Ditto.
12790 * gdb.base/shlib-call.exp: Ditto.
12791 * gdb.base/valgrind-db-attach.exp: Ditto.
12792 * gdb.base/volatile.exp: Ditto.
12793 * gdb.base/watchpoints.exp: Ditto.
12794
12795 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
12796
12797 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
12798 * gdb.python/py-value.exp: Ditto.
12799
12800 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
12801 * gdb.trace/circ.exp: Ditto.
12802 * gdb.trace/collection.exp: Ditto.
12803 * gdb.trace/packetlen.exp: Ditto.
12804 * gdb.trace/passc-dyn.exp: Ditto.
12805 * gdb.trace/report.exp: Ditto.
12806 * gdb.trace/tfile.exp: Ditto.
12807 * gdb.trace/tfind.exp: Ditto.
12808 * gdb.trace/while-dyn.exp: Ditto.
12809
12810 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12811
12812 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
12813
12814 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12815
12816 Test PR 10640.
12817 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
12818
12819 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
12820
12821 * gdb.cp/koenig.exp: Test for ADL operators.
12822 * gdb.cp/koenig.cc: Added ADL operators.
12823 * gdb.cp/operator.exp: New test.
12824 * gdb.cp/operator.cc: New test.
12825
12826 2010-06-04 Michael Snyder <msnyder@vmware.com>
12827
12828 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
12829 * gdb.base/pending.exp: Ditto.
12830
12831 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
12832
12833 2010-06-04 Doug Evans <dje@google.com>
12834
12835 * gdb.python/py-prettyprint.exp: Add new test for enabled and
12836 disabled printers.
12837 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
12838 (enable_lookup_function): New function.
12839
12840 2010-06-04 Tom Tromey <tromey@redhat.com>
12841
12842 * gdb.python/py-value.exp (test_value_hash): Don't test equality
12843 of hash and id.
12844
12845 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12846
12847 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
12848 newline.
12849 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
12850 (empty verbose non-noisy clear, empty verbose noisy clear)
12851 (empty non-verbose noisy clear): Likewise.
12852
12853 2010-06-03 Michael Snyder <msnyder@vmware.com>
12854
12855 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
12856 * gdb.base/display.exp: Ditto.
12857 * gdb.base/find.exp: Ditto.
12858 * gdb.base/ifelse.exp: Ditto.
12859 * gdb.base/multi-forks.exp: Ditto.
12860 * gdb.base/recurse.exp: Ditto.
12861 * gdb.base/setshow.exp: Ditto.
12862 * gdb.base/value-double-free.exp: Ditto.
12863 * gdb.base/watch-vfork.exp: Ditto.
12864 * gdb.base/watch_thread_num.exp: Ditto.
12865 * gdb.base/watchpoint-solib.exp: Ditto.
12866 * gdb.base/watchpoint.exp: Ditto.
12867 * gdb.base/watchpoints.exp: Ditto.
12868
12869 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
12870 * gdb.cp/overload.exp: Ditto.
12871 * gdb.cp/virtfunc.exp: Ditto.
12872
12873 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
12874
12875 * gdb.reverse/watch-precsave.exp:
12876 Replace gdb_test with gdb_test_no_output.
12877
12878 * gdb.threads/attach-into-signal.exp:
12879 Replace gdb_test with gdb_test_no_output.
12880 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
12881 * gdb.threads/watchthreads.exp: Ditto.
12882 * gdb.threads/watchthreads2.exp: Ditto.
12883
12884 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
12885 * gdb.trace/tfind.exp: Ditto.
12886
12887 2010-06-03 Joel Brobecker <brobecker@adacore.com>
12888
12889 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
12890 successful test if message is the empty string.
12891
12892 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12893
12894 * gdb.fortran/module.exp (stopped language detection): New test.
12895
12896 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12897
12898 Support DW_TAG_module as separate namespaces.
12899 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
12900 gdb.fortran/library-module-lib.f90: New.
12901 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
12902 (print i): Remove.
12903 (continue to breakpoint: i-is-1, print var_i value 1)
12904 (continue to breakpoint: i-is-2, print var_i value 2)
12905 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
12906 (print var_d, print var_i value 14, ptype modmany, complete `modm)
12907 (complete `modmany, complete `modmany`, complete `modmany`var)
12908 (show language, setting breakpoint at module): New tests.
12909 * gdb.fortran/module.f90 (module mod): Remove.
12910 (module mod1, module mod2, module modmany, subroutine sub1)
12911 (subroutine sub2, program module): New.
12912
12913 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12914
12915 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
12916 (print value of rUC, print value of rI, print value of UI): ... here.
12917 * gdb.cp/anon-union.exp (pass): Rename to ...
12918 (print z 2): ... here.
12919
12920 2010-06-02 Michael Snyder <msnyder@vmware.com>
12921
12922 * gdb.trace/actions.exp: Use gdb_test_no_output.
12923 * gdb.trace/circ.exp: Ditto.
12924 * gdb.trace/packetlen.exp: Ditto.
12925 * gdb.trace/save-trace.exp: Ditto.
12926 * gdb.trace/tracecmd.exp: Ditto.
12927 * gdb.trace/tsv.exp: Ditto.
12928
12929 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
12930 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
12931 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
12932 * gdb.threads/manythreads.exp: Ditto.
12933 * gdb.threads/print-threads.exp: Ditto.
12934 * gdb.threads/pthreads.exp: Ditto.
12935 * gdb.threads/schedlock.exp: Ditto.
12936 * gdb.threads/staticthreads.exp: Ditto.
12937 * gdb.threads/thread-specific.exp: Ditto.
12938 * gdb.threads/thread-unwindonsignal.exp: Ditto.
12939 * gdb.threads/threadapply.exp: Ditto.
12940 * gdb.threads/watchthreads.exp: Ditto.
12941 * gdb.threads/watchthreads2.exp: Ditto.
12942
12943 * gdb.python/py-block.exp: Use gdb_test_no_output.
12944 * gdb.python/py-prettyprint.exp: Ditto.
12945 * gdb.python/py-template.exp: Ditto.
12946 * gdb.python/py-value.exp: Ditto.
12947
12948 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
12949 * gdb.reverse/watch-reverse.exp: Ditto.
12950
12951 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
12952 * gdb.server/ext-run.exp: Ditto.
12953
12954 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
12955 * gdb.dwarf2/dw2-compressed.exp: Ditto.
12956 * gdb.dwarf2/dw2-intercu.exp: Ditto.
12957 * gdb.dwarf2/dw2-intermix.exp: Ditto.
12958 * gdb.dwarf2/dw2-producer.exp: Ditto.
12959 * gdb.dwarf2/mac-fileno.exp: Ditto.
12960
12961 * gdb.gdb/observer.exp: Use gdb_test_no_output.
12962 * gdb.gdb/selftest.exp: Ditto.
12963
12964 * gdb.multi/base.exp: Use gdb_test_no_output.
12965
12966 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
12967
12968 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12969
12970 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
12971
12972 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
12973
12974 * gdb.cp/class2.exp: Use gdb_test_no_output.
12975 * gdb.cp/classes.exp: Ditto.
12976 * gdb.cp/extern-c.exp: Ditto.
12977 * gdb.cp/inherit.exp: Ditto.
12978 * gdb.cp/maint.exp: Ditto.
12979 * gdb.cp/mb-inline.exp: Ditto.
12980 * gdb.cp/mb-templates.exp: Ditto.
12981 * gdb.cp/method2.exp: Ditto.
12982 * gdb.cp/misc.exp: Ditto.
12983 * gdb.cp/ovldbreak.exp: Ditto.
12984 * gdb.cp/punctuator.exp: Ditto.
12985 * gdb.cp/templates.exp: Ditto.
12986 * gdb.cp/virtbase.exp: Ditto.
12987
12988 * gdb.threads/attach-stopped.exp:
12989 Replace uses of send_gdb / gdb_expect.
12990 * gdb.threads/attachstop-mt.exp:
12991 Replace uses of send_gdb / gdb_expect.
12992 * gdb.threads/gcore-thread.exp:
12993 Replace uses of send_gdb / gdb_expect.
12994 * gdb.threads/hand-call-in-threads.exp:
12995 Replace uses of send_gdb / gdb_expect.
12996 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
12997 * gdb.threads/print-threads.exp:
12998 Replace uses of send_gdb / gdb_expect.
12999 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
13000 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
13001 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
13002
13003 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
13004 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
13005 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
13006 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
13007 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
13008 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
13009 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
13010 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
13011 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
13012 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
13013 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
13014
13015 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13016
13017 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
13018
13019 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
13020
13021 * gdb.cp/koenig.exp: Added new test case.
13022 * gdb.cp/koenig.cc: Ditto.
13023
13024 2010-06-01 Michael Snyder <msnyder@vmware.com>
13025
13026 * gdb.base/arithmet.exp: Use gdb_test_no_output.
13027 * gdb.base/arrayidx.exp: Ditto.
13028 * gdb.base/attach.exp: Ditto.
13029 * gdb.base/auxv.exp: Ditto.
13030 * gdb.base/bigcre.exp: Ditto.
13031 * gdb.base/break-always.exp: Ditto.
13032 * gdb.base/break-interp.exp: Ditto.
13033 * gdb.base/break.exp: Ditto.
13034 * gdb.base/breakpoint-shadow.exp: Ditto.
13035 * gdb.base/call-ar-st.exp: Ditto.
13036 * gdb.base/call-sc.exp: Ditto.
13037 * gdb.base/call-signal-resume.exp: Ditto.
13038 * gdb.base/callfuncs.exp: Ditto.
13039 * gdb.base/catch-syscall.exp: Ditto.
13040 * gdb.base/charset.exp: Ditto.
13041 * gdb.base/code-expr.exp: Ditto.
13042 * gdb.base/commands.exp: Ditto.
13043 * gdb.base/cond-expr.exp: Ditto.
13044 * gdb.base/condbreak.exp: Ditto.
13045 * gdb.base/cursal.exp: Ditto.
13046 * gdb.base/cvexpr.exp: Ditto.
13047 * gdb.base/default.exp: Ditto.
13048 * gdb.base/del.exp: Ditto.
13049 * gdb.base/detach.exp: Ditto.
13050 * gdb.base/display.exp: Ditto.
13051 * gdb.base/ena-dis-br.exp: Ditto.
13052 * gdb.base/eval-skip.exp: Ditto.
13053 * gdb.base/foll-fork.exp: Ditto.
13054 * gdb.base/foll-vfork.exp: Ditto.
13055 * gdb.base/frame-args.exp: Ditto.
13056 * gdb.base/funcargs.exp: Ditto.
13057 * gdb.base/gcore-buffer-overflow.exp: Ditto.
13058 * gdb.base/gdbvars.exp: Ditto.
13059 * gdb.base/help.exp: Ditto.
13060 * gdb.base/ifelse.exp: Ditto.
13061 * gdb.base/included.exp: Ditto.
13062 * gdb.base/list.exp: Ditto.
13063 * gdb.base/macscp.exp: Ditto.
13064 * gdb.base/maint.exp: Ditto.
13065 * gdb.base/multi-fork.exp: Ditto.
13066 * gdb.base/overlays.exp: Ditto.
13067 * gdb.base/page.exp: Ditto.
13068 * gdb.base/pending.exp: Ditto.
13069 * gdb.base/pointers.exp: Ditto.
13070 * gdb.base/pr11022.exp: Ditto.
13071 * gdb.base/prelink.exp: Ditto.
13072 * gdb.base/printcmds.exp: Ditto.
13073 * gdb.base/psymtab.exp: Ditto.
13074 * gdb.base/randomize.exp: Ditto.
13075 * gdb.base/relational.exp: Ditto.
13076 * gdb.base/relocate.exp: Ditto.
13077 * gdb.base/remote.exp: Ditto.
13078 * gdb.base/sepdebug.exp: Ditto.
13079 * gdb.base/set-lang-auto.exp: Ditto.
13080 * gdb.base/setshow.exp: Ditto.
13081 * gdb.base/setvar.exp: Ditto.
13082 * gdb.base/signals.exp: Ditto.
13083 * gdb.base/signull.exp: Ditto.
13084 * gdb.base/sigstep.exp: Ditto.
13085 * gdb.base/sizeof.exp: Ditto.
13086 * gdb.base/solib-disc.exp: Ditto.
13087 * gdb.base/store.exp: Ditto.
13088 * gdb.base/structs.exp: Ditto.
13089 * gdb.base/structs2.exp: Ditto.
13090 * gdb.base/subst.exp: Ditto.
13091 * gdb.base/term.exp: Ditto.
13092 * gdb.base/trace-commands.exp: Ditto.
13093 * gdb.base/unwindonsignal.exp: Ditto.
13094 * gdb.base/valgrind-db-attach.exp: Ditto.
13095 * gdb.base/varargs.exp: Ditto.
13096 * gdb.base/watch-cond.exp: Ditto.
13097 * gdb.base/watch_thread_num.exp: Ditto.
13098 * gdb.base/watchpoint-cond-gone.exp: Ditto.
13099 * gdb.base/watchpoint.exp: Ditto.
13100 * gdb.base/whatis-exp.exp: Ditto.
13101
13102 2010-06-01 Michael Snyder <msnyder@vmware.com>
13103
13104 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
13105 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
13106 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
13107 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
13108 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
13109 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
13110 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
13111 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
13112 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
13113 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
13114 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
13115 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
13116 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
13117 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
13118 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
13119
13120 2010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13121
13122 * gdb.base/commands.exp (begin commands on watch): Remove excessive
13123 trailing newline.
13124 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
13125 * gdb.java/jmisc.exp (p *args\n): Rename to ...
13126 (p *args): ... here and remove excessive trailing newline.
13127
13128 2010-05-31 Joel Brobecker <brobecker@adacore.com>
13129
13130 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
13131
13132 2010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
13133
13134 Accept the new Linux kernel "t (tracing stop)" string.
13135 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
13136 Update comment.
13137 (state_wait) <T (tracing stop)>: New.
13138 (main): Update the state_wait expect string.
13139
13140 2010-05-28 Pedro Alves <pedro@codesourcery.com>
13141
13142 * limits.c, limits.exp: Delete files.
13143 * Makefile.in (clean mostlyclean): Adjust.
13144 * tracecmd.exp: Adjust.
13145
13146 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13147
13148 * gdb.base/tui-layout.exp: New.
13149
13150 2010-05-28 Michael Snyder <msnyder@vmware.com>
13151
13152 * gdb.reverse/break-precsave.exp:
13153 Replace uses of send_gdb / gdb_expect.
13154 * gdb.reverse/break-reverse.exp:
13155 Replace uses of send_gdb / gdb_expect.
13156 * gdb.reverse/consecutive-precsave.exp:
13157 Replace uses of send_gdb / gdb_expect.
13158 * gdb.reverse/consecutive-reverse.exp:
13159 Replace uses of send_gdb / gdb_expect.
13160 * gdb.reverse/finish-precsave.exp:
13161 Replace uses of send_gdb / gdb_expect.
13162 * gdb.reverse/finish-reverse.exp:
13163 Replace uses of send_gdb / gdb_expect.
13164 * gdb.reverse/i386-precsave.exp:
13165 Replace uses of send_gdb / gdb_expect.
13166 * gdb.reverse/i386-reverse.exp:
13167 Replace uses of send_gdb / gdb_expect.
13168 * gdb.reverse/i386-sse-reverse.exp:
13169 Replace uses of send_gdb / gdb_expect.
13170 * gdb.reverse/i387-env-reverse.exp:
13171 Replace uses of send_gdb / gdb_expect.
13172 * gdb.reverse/i387-stack-reverse.exp:
13173 Replace uses of send_gdb / gdb_expect.
13174 * gdb.reverse/machinestate-precsave.exp:
13175 Replace uses of send_gdb / gdb_expect.
13176 * gdb.reverse/machinestate.exp:
13177 Replace uses of send_gdb / gdb_expect.
13178 * gdb.reverse/sigall-precsave.exp:
13179 Replace uses of send_gdb / gdb_expect.
13180 * gdb.reverse/sigall-reverse.exp:
13181 Replace uses of send_gdb / gdb_expect.
13182 * gdb.reverse/solib-precsave.exp:
13183 Replace uses of send_gdb / gdb_expect.
13184 * gdb.reverse/solib-reverse.exp:
13185 Replace uses of send_gdb / gdb_expect.
13186 * gdb.reverse/step-precsave.exp:
13187 Replace uses of send_gdb / gdb_expect.
13188 * gdb.reverse/step-reverse.exp:
13189 Replace uses of send_gdb / gdb_expect.
13190 * gdb.reverse/until-precsave.exp:
13191 Replace uses of send_gdb / gdb_expect.
13192 * gdb.reverse/until-reverse.exp:
13193 Replace uses of send_gdb / gdb_expect.
13194 * gdb.reverse/watch-precsave.exp:
13195 Replace uses of send_gdb / gdb_expect.
13196 * gdb.reverse/watch-reverse.exp:
13197 Replace uses of send_gdb / gdb_expect.
13198
13199 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13200
13201 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
13202 excessive newline.
13203
13204 2010-05-27 Michael Snyder <msnyder@vmware.com>
13205
13206 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
13207 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
13208 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
13209 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
13210 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
13211 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
13212 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
13213 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
13214 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
13215 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
13216 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
13217 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
13218 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
13219 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
13220 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
13221 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
13222 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
13223 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
13224 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
13225
13226 2010-05-26 Michael Snyder <msnyder@vmware.com>
13227
13228 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
13229 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
13230
13231 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
13232 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
13233 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
13234
13235 * gdb.reverse/consecutive-reverse.exp:
13236 Replace uses of send_gdb / gdb_expect.
13237 * gdb.reverse/consecutive-precsave.exp:
13238 Replace uses of send_gdb / gdb_expect.
13239
13240 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
13241 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
13242 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
13243 * gdb.mi/mi-ns-stale-regcache.exp:
13244 Replace uses of send_gdb / gdb_expect.
13245 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
13246 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
13247 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
13248 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
13249 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
13250 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
13251 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
13252 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
13253 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
13254
13255 2010-05-26 Michael Snyder <msnyder@vmware.com>
13256
13257 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
13258
13259 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
13260
13261 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
13262 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
13263 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
13264 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
13265 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
13266 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
13267 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
13268 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
13269 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
13270
13271 2010-05-25 Tom Tromey <tromey@redhat.com>
13272
13273 * gdb.base/macscp.exp: Add missing space after setup_kfail.
13274
13275 2010-05-25 Tom Tromey <tromey@redhat.com>
13276
13277 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
13278 argument order.
13279 * gdb.base/macscp.exp: Fix setup_kfail argument order.
13280 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
13281 order.
13282 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
13283 order.
13284 * gdb.base/call-sc.exp (setup_kfails): Remove.
13285 (setup_compiler_kfails): Remove.
13286 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
13287 argument order.
13288 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
13289 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
13290 (advancei): Fix setup_kfail argument order.
13291 * gdb.base/radix.exp: Fix setup_kfail argument order.
13292 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
13293 order.
13294 * gdb.base/structs.exp (setup_kfails): Remove.
13295 (setup_compiler_kfails): Fix setup_kfail argument order.
13296 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
13297 order.
13298 * gdb.java/jmain.exp: Fix setup_kfail argument order.
13299 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
13300 setup_kfail argument order.
13301 * gdb.cp/overload.exp: Fix setup_kfail argument order.
13302
13303 2010-05-25 Tom Tromey <tromey@redhat.com>
13304
13305 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
13306
13307 2010-05-25 Michael Snyder <msnyder@vmware.com>
13308
13309 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
13310 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
13311 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
13312 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
13313 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
13314 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
13315 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
13316 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
13317 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
13318 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
13319 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
13320 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
13321 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
13322 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
13323 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
13324 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
13325 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
13326 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
13327 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
13328 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
13329 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
13330 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
13331 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
13332 * gdb.base/default.exp: Replace send_gdb with gdb_test.
13333 * gdb.base/define.exp: Replace send_gdb with gdb_test.
13334 * gdb.base/display.exp: Replace send_gdb with gdb_test.
13335 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
13336 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
13337 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
13338 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
13339 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
13340 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
13341 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
13342 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
13343 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
13344 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
13345 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
13346 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
13347 * gdb.base/help.exp: Replace send_gdb with gdb_test.
13348 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
13349 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
13350 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
13351 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
13352 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
13353 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
13354 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
13355 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
13356 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
13357
13358 2010-05-25 Doug Evans <dje@google.com>
13359
13360 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
13361 gdb.string_to_argv.
13362
13363 2010-05-21 Tom Tromey <tromey@redhat.com>
13364
13365 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
13366 Call it.
13367 * gdb.dwarf2/pieces.S: Update.
13368 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
13369
13370 2010-05-21 Tom Tromey <tromey@redhat.com>
13371
13372 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
13373 Call it.
13374 * gdb.dwarf2/pieces.c (struct C): New.
13375 (f6): New function.
13376 * gdb.dwarf2/pieces.S: Replace.
13377
13378 2010-05-21 Tom Tromey <tromey@redhat.com>
13379
13380 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
13381 Call it.
13382
13383 2010-05-21 Tom Tromey <tromey@redhat.com>
13384
13385 * gdb.dwarf2.pieces.exp: New file.
13386 * gdb.dwarf2.pieces.S: New file.
13387 * gdb.dwarf2.pieces.c: New file.
13388
13389 2010-05-20 Pedro Alves <pedro@codesourcery.com>
13390 Joel Brobecker <brobecker@adacore.com>
13391
13392 * lib/gdb.exp (gdb_test_no_output): New function.
13393 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
13394 when testing commands that should produce no output.
13395
13396 2010-05-17 Joel Brobecker <brobecker@adacore.com>
13397
13398 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
13399 parameter that we want to watch being a constant.
13400
13401 2010-05-17 Joel Brobecker <brobecker@adacore.com>
13402
13403 * gdb.ada/cond_lang: New testcase.
13404
13405 2010-05-17 Joel Brobecker <brobecker@adacore.com>
13406
13407 * lib/gdb.exp (banned_variables): New variable/constant.
13408 (gdb_init): Add write trace on variables listed in banned_variables.
13409 (gdb_finish): Remove write traces on variables listed in
13410 banned_variables.
13411
13412 2010-05-17 Joel Brobecker <brobecker@adacore.com>
13413
13414 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
13415 * gdb.cp/koenig.exp: Likewise.
13416
13417 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
13418
13419 PR python/11482
13420
13421 * gdb.python/py-value.exp (test_value_hash): New function.
13422
13423 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
13424
13425 PR exp/11530.
13426 * gdb.base/gdb11530.c: New file.
13427 * gdb.base/gdb11530.exp: New file.
13428
13429 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13430
13431 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
13432 * gdb.dwarf2/dw2-modula2-self-type.S: New.
13433
13434 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
13435
13436 * gdb.cp/koenig.exp: New test.
13437 * gdb.cp/koenig.cc: New test program.
13438
13439 2010-05-05 Joel Brobecker <brobecker@adacore.com>
13440
13441 Remove the use of prms_id and bug_id throughout the testsuite.
13442
13443 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
13444
13445 PR exp/11349.
13446 * testsuite/gdb.cp/ref-types.exp: Add test to examine
13447 use a reference local variable.
13448
13449 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13450
13451 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
13452 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
13453 variable different_dir. Move debugfile into a full directory pathname
13454 under DIFFERENT_DIR.
13455 * lib/gdb.exp (separate_debug_filename): Remove.
13456 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
13457 variable debug_dir and mkdir of it. Update function comments.
13458
13459 2010-04-29 Pedro Alves <pedro@codesourcery.com>
13460
13461 PR gdb/11557
13462
13463 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
13464 files.
13465
13466 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
13467
13468 * gdb.python/py-param.exp: New File.
13469
13470 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
13471
13472 * gdb.base/default.exp: Fix "set language" test.
13473
13474 2010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
13475
13476 PR breakpoints/11531.
13477 * gdb.base/gdb11531.c: New file.
13478 * gdb.base/gdb11531.exp: New file.
13479
13480 2010-04-26 Tom Tromey <tromey@redhat.com>
13481
13482 * gdb.base/completion.exp: Add tests for completion and deprecated
13483 commands.
13484
13485 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13486
13487 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
13488 (print /x char_array): Escape curly brackets.
13489
13490 2010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13491
13492 Fix deadlock on looped list of loaded shared objects.
13493 * gdb.base/solib-corrupted.exp: New.
13494
13495 2010-04-23 Doug Evans <dje@google.com>
13496
13497 * gdb.python/py-section-script.c: New file.
13498 * gdb.python/py-section-script.exp: New file.
13499 * gdb.python/py-section-script.py: New file.
13500
13501 2010-04-20 Chris Moller <cmoller@redhat.com>
13502
13503 PR 10179
13504
13505 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
13506 * gdb.base/pr10179-a.c:
13507 * gdb.base/pr10179-b.c:
13508 * gdb.base/pr10179.exp: New files.
13509
13510 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13511
13512 Fix crashes on dangling display expressions.
13513 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
13514 is SEP.
13515 (lib_flags): Remove the "debug" keyword.
13516 (libsepdebug): New variable for iterating new loop.
13517 (save_pf_prefix): New variable wrapping the loop.
13518 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
13519 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
13520
13521 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
13522
13523 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
13524
13525 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
13526
13527 PR stabs/11479.
13528 * gdb.stabs/gdb11479.exp: New file.
13529 * gdb.stabs/gdb11479.c: New file.
13530
13531 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
13532
13533 * gdb.base/charset.c (Strin16, String32): New variables.
13534 * gdb.base/charset.exp (gdb_test): Test correct display
13535 of 16 or 32 bit strings.
13536
13537 2010-04-21 Chris Moller <cmoller@redhat.com>
13538
13539 PR 9167
13540 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
13541 * gdb.cp/pr9167.cc: New file.
13542 * gdb.cp/pr9167.exp: New file.
13543
13544
13545 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
13546
13547 PR pascal/11492.
13548 * gdb.pascal/gdb11492.pas: New file.
13549 * gdb.pascal/gdb11492.exp: New file.
13550
13551 2010-04-20 Joel Brobecker <brobecker@adacore.com>
13552
13553 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
13554
13555 2010-04-20 Joel Brobecker <brobecker@adacore.com>
13556
13557 * gdb.ada/dyn_loc: New testcase.
13558
13559 2010-04-20 Chris Moller <cmoller@redhat.com>
13560
13561 PR 10867
13562
13563 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
13564 * gdb.cp/pr10687.cc: New file.
13565 * gdb.cp/pr10687.exp: New file.
13566
13567
13568 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13569 Sergio Durigan Junior <sergiodj@redhat.com>
13570
13571 * gdb.fortran/logical.exp: New testcase.
13572 * gdb.fortran/logical.f90: New file.
13573
13574 2010-04-19 Doug Evans <dje@google.com>
13575
13576 * gdb.base/help.exp (help source): Update expected output.
13577
13578 2010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13579
13580 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
13581 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
13582 gdb_exit and return.
13583 (executable): New variable.
13584 (binfile): Use it.
13585
13586 2010-04-19 Pedro Alves <pedro@codesourcery.com>
13587
13588 PR breakpoints/8554.
13589
13590 * gdb.trace/save-trace.exp: Adjust.
13591
13592 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
13593
13594 PR corefiles/11511
13595 * gdb.arch/system-gcore.exp: New.
13596 * gdb.arch/gcore.c: Likewise.
13597
13598 2010-04-15 Doug Evans <dje@google.com>
13599
13600 * gdb.python/py-progspace.c: New file.
13601 * gdb.python/py-progspace.exp: New file.
13602
13603 * gdb.base/source.exp: Add tests for "source -s".
13604
13605 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
13606
13607 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
13608 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
13609 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
13610 * gdb.python/py-mi.exp: New test for to_string returning None.
13611
13612 2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
13613
13614 * gdb.python/py-breakpoint.c: Make result global.
13615
13616 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
13617
13618 Fix non-GNU make compatibility.
13619 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
13620
13621 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
13622
13623 * gdb.python/py-breakpoint.exp: New File.
13624 * gdb.python/py-breakpoint.C: Ditto.
13625
13626 2010-04-08 Stan Shebs <stan@codesourcery.com>
13627
13628 * gdb.trace/actions.exp: Clear default-collect.
13629 * gdb.trace/save-trace.exp: Clear default-collect.
13630
13631 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
13632
13633 * gdb.python/py-value: Add null string variable.
13634 (test_lazy_string): Test zero length, NULL address lazy
13635 strings.
13636
13637 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
13638
13639 * gdb.arch/i386-avx.c: New.
13640 * gdb.arch/i386-avx.exp: Likewise.
13641
13642 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
13643
13644 2010-04-06 Doug Evans <dje@google.com>
13645
13646 * gdb.base/source-test.gdb: New file.
13647 * gdb.base/source.exp: Test source -v.
13648
13649 2010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13650
13651 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
13652
13653 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
13654
13655 * gdb.stabs/aout.sed: Convert all backslash to double backslash
13656 within one line, unless it is followed by a double quote.
13657 * gdb.stabs/hppa.sed: Idem.
13658 * gdb.stabs/weird.def: Add char and String constants
13659 * gdb.stabs/weird.exp: Check for correct parsing of
13660 char and string constants.
13661 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
13662 in .stabs to .stabx substitution.
13663
13664 2010-04-05 Stan Shebs <stan@codesourcery.com>
13665
13666 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
13667 constant global.
13668 * gdb.trace/tfile.exp: Try to print them.
13669
13670 2010-04-04 Stan Shebs <stan@codesourcery.com>
13671
13672 * gdb.base/completion.exp: Update for new "info watchpoints".
13673 * gdb.base/default.exp: Ditto.
13674 * gdb.base/help.exp: Ditto.
13675 * gdb.base/watchpoint.exp: Ditto.
13676 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
13677
13678 2010-04-04 Stan Shebs <stan@codesourcery.com>
13679
13680 * gdb.trace/tfile.exp: Sharpen tfind test.
13681
13682 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13683
13684 * gdb.base/break-entry.exp: New.
13685
13686 2010-04-02 Hui Zhu <teawater@gmail.com>
13687 Michael Snyder <msnyder@vmware.com>
13688
13689 * gdb.reverse/i386-sse-reverse.exp: New file.
13690 * gdb.reverse/i386-sse-reverse.c: New file.
13691
13692 2010-04-02 Pedro Alves <pedro@codesourcery.com>
13693
13694 * gdb.trace/tfind.exp: Adjust expected disassembly output.
13695
13696 2010-04-01 Stan Shebs <stan@codesourcery.com>
13697
13698 * gdb.trace/actions.exp: Tweak expected output.
13699 * gdb.trace/while-stepping.exp: Tweak expected output.
13700
13701 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
13702
13703 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
13704
13705 2010-04-01 Pedro Alves <pedro@codesourcery.com>
13706
13707 * gdb.base/commands.exp: Adjust.
13708 * gdb.cp/extern-c.exp: Adjust.
13709
13710 2010-04-01 Pedro Alves <pedro@codesourcery.com>
13711
13712 * gdb.trace/collection.c (local_test_func): Define a local struct,
13713 and instanciate it.
13714
13715 2010-04-01 Pedro Alves <pedro@codesourcery.com>
13716
13717 * gdb.trace/collection.exp (gdb_collect_args_test)
13718 (gdb_collect_argarray_test): XFAIL the tests that assume the
13719 argarray argument's elements are collected.
13720
13721 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
13722
13723 * gdb.dwarf2/dw2-bad-parameter-type.exp,
13724 gdb.dwarf2/dw2-bad-parameter-type.S: New.
13725
13726 2010-03-31 Stan Shebs <stan@codesourcery.com>
13727
13728 * gdb.trace/save-trace.exp: Test save/restore of default-collect
13729 and tracepoint conditionals.
13730 (gdb_verify_tracepoints): Delete unused return.
13731
13732 2010-03-26 Keith Seitz <keiths@redhat.com>
13733
13734 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
13735 appear in the output before main.
13736 Remove KFAIL for gdb/2215 aka bz 9320.
13737
13738 2010-03-30 Doug Evans <dje@google.com>
13739
13740 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
13741 by dejagnu.
13742 * gdb.arch/amd64-dword.exp: Ditto.
13743
13744 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
13745 match.
13746 (break printf): Ditto.
13747
13748 2010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
13749
13750 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
13751 gcc < 4.4.
13752 * gdb.cp/shadow.exp: Ditto.
13753
13754 2010-03-29 Pedro Alves <pedro@codesourcery.com>
13755
13756 * gdb.trace/collection.exp (run_trace_experiment): Make sure
13757 "tstart" is silent.
13758
13759 2010-03-29 Pedro Alves <pedro@codesourcery.com>
13760
13761 * gdb.trace/collection.exp (executable): New.
13762 (binfile): Use it.
13763 (fpreg, spreg, pcreg): New.
13764 (test_register): Use gdb_test_multiple. Pass /x to print.
13765 (prepare_for_trace_test): New.
13766 (run_trace_experiment): Use "continue", not gdb_run_cmd.
13767 (gdb_collect_args_test, gdb_collect_argstruct_test)
13768 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
13769 prepare_for_trace_test.
13770 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
13771 fpreg, spreg and pcreg.
13772 (gdb_collect_expression_test, gdb_collect_globals_test): Use
13773 prepare_for_trace_test.
13774 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
13775 try to detect tracing support here. Don't set breakpoints at
13776 `begin' or `end' here.
13777 <global scope>: Use clean_restart. Run to main before checking
13778 for tracing support. Check for for tracing support here.
13779
13780 2010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13781
13782 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
13783 " as $displacement" to "seen displacement message".
13784
13785 2010-03-28 Pedro Alves <pedro@codesourcery.com>
13786
13787 * gdb.trace/while-dyn.exp (executable): New variable.
13788 (binfile): Use it.
13789 (test_while_stepping): New function. Move most tests here. Call
13790 it once for each of the while-stepping, stepping and ws aliases.
13791
13792 2010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13793
13794 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
13795 that do not provide the tagless_struct type name at all.
13796 (test_print_anon_union): Do not check value of uninitialized
13797 union member. Do not use cp_test_ptype_class, so we can accept
13798 "long" as well as "long int".
13799
13800 2010-03-26 Pedro Alves <pedro@codesourcery.com>
13801
13802 * gdb.trace/tfile.c (tohex, bin2hex): New.
13803 (write_error_trace_file): Hexify error description.
13804
13805 2010-03-25 Stan Shebs <stan@codesourcery.com>
13806
13807 * gdb.trace/tfile.c: Generate an additional trace file, improve
13808 portability.
13809 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
13810 files in a better way.
13811
13812 2010-03-25 Keith Seitz <keiths@redhat.com>
13813
13814 * gdb.java/jprint.exp: XFAIL printing of static class members
13815 because of GCC debuginfo problem.
13816
13817 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13818
13819 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
13820
13821 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
13822
13823 * gdb.base/completion.exp: Allow long instead of long int.
13824 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
13825 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
13826 variable p.
13827 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
13828 * gdb.base/pointers.exp: Allow long instead of long int.
13829 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
13830 * gdb.base/step-line.exp: Allow a directory before the source file name.
13831
13832 2010-03-24 Tom Tromey <tromey@redhat.com>
13833
13834 PR breakpoints/9352:
13835 * gdb.base/default.exp: Update.
13836 * gdb.base/commands.exp: Update.
13837 * gdb.cp/extern-c.exp: Test setting commands on multiple
13838 breakpoints at once.
13839
13840 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
13841
13842 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
13843 if gdb,nosignals.
13844 * gdb.base/watchpoints.c: Do not include unnecessary headers.
13845 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
13846 exited".
13847
13848 2010-03-24 Stan Shebs <stan@codesourcery.com>
13849
13850 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
13851
13852 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
13853
13854 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
13855 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
13856 argument. Handle "short" and "long".
13857 (Top level): Pass overprototyped output for old_fptr and xptr.
13858
13859 2010-03-23 Pedro Alves <pedro@codesourcery.com>
13860
13861 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
13862 format strings and add casts to avoid compiler warnings.
13863
13864 2010-03-23 Vladimir Prus <vladimir@codesourcery.com>
13865
13866 * lib/trace-support.exp (gdb_trace_setactions):
13867 Don't expect whitespace after ">" prompt.
13868 * gdb.trace/actions.exp: Adjust for output changes.
13869 * gdb.trace/while-stepping.exp: Likewise.
13870
13871 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13872
13873 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
13874 and r157645).
13875
13876 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13877
13878 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
13879 New.
13880
13881 2010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
13882
13883 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
13884 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
13885
13886 2010-03-19 Stan Shebs <stan@codesourcery.com>
13887
13888 * gdb.trace/ax.exp: New file.
13889
13890 2010-03-19 Doug Evans <dje@google.com>
13891
13892 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
13893 output from gcc.
13894
13895 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
13896 named /usr/sbin/prelink<foo>.
13897
13898 2010-03-18 Stan Shebs <stan@codesourcery.com>
13899
13900 * gdb.trace/circ.exp: Test circular-trace-buffer.
13901 * gdb.trace/tfile.exp: Update tstatus test.
13902
13903 2010-03-18 Joel Brobecker <brobecker@adacore.com>
13904
13905 * gdb.dwarf2/dw2-anonymous-func.S: New file.
13906 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
13907
13908 2010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13909
13910 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
13911
13912 2010-03-18 Pedro Alves <pedro@codesourcery.com>
13913
13914 * gdb.base/default.exp: Adjust the expected output of the finish
13915 and until commands when the inferior is not being run.
13916
13917 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
13918
13919 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
13920 * gdb.cp/nsusing.exp: Ditto.
13921
13922 2010-03-15 Tom Tromey <tromey@redhat.com>
13923
13924 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
13925 * gdb.cp/userdef.cc (operator==): New function.
13926 (main): New locals mem1, mem2.
13927
13928 2010-03-15 Jie Zhang <jie@codesourcery.com>
13929
13930 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
13931 Declare and use new loadtimeout variable.
13932
13933 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
13934
13935 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
13936 Use gdb_load later.
13937
13938 2010-03-14 Pedro Alves <pedro@codesourcery.com>
13939
13940 * gdb.base/solib-disc.c (main): Make format of fprintf a string
13941 literal. Add missing endlines to prints to stderr.
13942
13943 2010-03-12 Tom Tromey <tromey@redhat.com>
13944
13945 PR c++/9708:
13946 * gdb.cp/m-static.exp: Add regression test.
13947 * gdb.cp/m-static.cc (method): New method.
13948 (main): Call it.
13949
13950 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
13951
13952 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
13953 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
13954
13955 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
13956
13957 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
13958
13959 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
13960
13961 * lib/gdb.exp (skip_stl_tests): New.
13962 (gdb_compile): Symbian needs -ldl.
13963 (shlib_target_file): New.
13964 (shlib_symbol_file): New.
13965 (gdb_load_shlibs): Use shlib_target_file.
13966 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
13967 * gdb.cp/exception.exp: Use skip_stl_tests.
13968 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
13969 * gdb.cp/try_catch.exp: Use skip_stl_tests.
13970 * gdb.cp/mb-templates.exp: Ditto.
13971 * gdb.base/commands.exp: Relax regexes.
13972 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
13973 shlib_target_file and shlib_symbol_file.
13974 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
13975 sections.
13976 * gdb.base/ending-run.exp: Accept E32Main for symbian.
13977 * gdb.base/solib-disc.exp: Use
13978 shlib_target_file and shlib_symbol_file.
13979 * gdb.base/unload.exp: Don't skip on symbian. Use
13980 shlib_target_file and shlib_symbol_file.
13981 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
13982
13983 2010-03-12 Pedro Alves <pedro@codesourcery.com>
13984
13985 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
13986 * gdb.trace/report.exp: Adjust for x86 and x86_64.
13987 Issue a tfind end before looking for a tracepoint frame.
13988 * gdb.trace/tfind.exp: Adjust tstatus output.
13989 Adjust disassembly output.
13990 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
13991
13992 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13993
13994 * gdb.base/break-interp.exp: Create new displacement parameter value
13995 for the test_ld calls.
13996 (reach): New parameter displacement, verify its content. New push of
13997 pf_prefix "reach-$func:". Import global expect_out.
13998 (test_core): New parameter displacement, verify its content. New push
13999 of pf_prefix "core:". New command "set verbose on". Import global
14000 expect_out.
14001 (test_attach): New parameter displacement, verify its content. New
14002 push of pf_prefix "attach:". New command "set verbose on". Import
14003 global expect_out.
14004 (test_ld): New parameter displacement, pass it to the reach, test_core
14005 and test_attach calls and verify its content in the "ld.so exit" test.
14006 * gdb.base/prelink.exp: Remove gdb_exit and final return.
14007 (prelink): Update expected text, use gdb_test.
14008
14009 2010-03-10 Doug Evans <dje@google.com>
14010
14011 * gdb.base/checkpoint.exp: Fix comment.
14012 Lengthen timeout while doing >600 checkpoints test.
14013 Rename duplicate "kill all one" test to keep test names unique.
14014
14015 2010-03-10 Pedro Alves <pedro@codesourcery.com>
14016
14017 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
14018
14019 2010-03-08 Keith Seitz <keiths@redhat.com>
14020
14021 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
14022 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
14023 (dm_type_long): New function.
14024 (dm_type_unsigned_short): New function.
14025 (dm_type_unsigned_long): New function.
14026 (myint): New typedef.
14027 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
14028 long, unsigned shor and long, operator char*, and typedef.
14029 (test_lookup_operator_functions): Add operator char* test.
14030 (test_paddr_operator_functions): Likewise.
14031 (test_paddr_overloaded_functions): Use probe values for
14032 short, long, and unsigned short and long.
14033 (test_paddr_hairy_functions): If the demangler probe detected
14034 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
14035 demangler.
14036 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
14037 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
14038 and "print null_pmf".
14039 Add test "ptype a.*pmf".
14040 * gdb.cp/overload.exp: Allow optional "int" to appear with
14041 "short" and "long".
14042 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
14043 long expect value for men_overload1arg.
14044 Allow "int" to appear with "short" and "long".
14045 When testing "info break", add argument for main (void).
14046 Also allow "int" to appear with "short" and "long".
14047 Ditto with "unsigned" and "long long".
14048 * gdb.java/jmain.exp: Do not enclose methods names in single
14049 quotes.
14050 * gdb.java/jmisc.exp: Likewise.
14051 * gdb.java/jprint.exp: Likewise.
14052 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
14053
14054 From Jan Kratochvil <jan.kratochvil@redhat.com>:
14055 * gdb.cp/exception.exp (backtrace after first throw)
14056 (backtrace after second throw): Allow a namespace before __cxa_throw.
14057 (backtrace after first catch, backtrace after second catch): Allow
14058 a namespace before __cxa_begin_catch.
14059
14060 * gdb.cp/cpexprs.exp: New file.
14061 * gdb.cp/cpexprs.cc: New file.
14062
14063 From Daniel Jacobowitz <dan@codesourcery.com>
14064 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
14065 to use string_to_regexp.
14066 (ctor, dtor): New functions. Use them to match constructor
14067 and destructor function types.
14068 (Top level): Use runto_main.
14069
14070 2010-03-05 Tom Tromey <tromey@redhat.com>
14071
14072 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
14073 gdb.target_charset.
14074 (pp_ns.to_string): Likewise.
14075
14076 2010-03-04 Keith Seitz <keiths@redhat.com>
14077
14078 * gdb.cp/overload.exp: Test that the filename portion of a linespec
14079 can be quoted. Test that both the filename and function/line
14080 portions can be quoted at the same time.
14081
14082 2010-03-04 Pedro Alves <pedro@codesourcery.com>
14083
14084 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
14085
14086 2010-03-03 Doug Evans <dje@google.com>
14087
14088 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
14089 libc contains libpthread.
14090
14091 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
14092 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
14093 of gdb_compile. Add another pattern to match android backtrace.
14094
14095 2010-03-03 Tom Tromey <tromey@redhat.com>
14096
14097 PR gdb/11345:
14098 * gdb.base/printcmds.exp (test_printf): Add test.
14099
14100 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
14101
14102 * gdb.arch/amd64-byte.exp: New.
14103 * gdb.arch/amd64-dword.exp: Likewise.
14104 * gdb.arch/amd64-pseudo.c: Likewise.
14105 * gdb.arch/amd64-word.exp: Likewise.
14106 * gdb.arch/i386-byte.exp: Likewise.
14107 * gdb.arch/i386-pseudo.c: Likewise.
14108 * gdb.arch/i386-word.exp: Likewise.
14109
14110 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
14111
14112 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
14113 types. Add structreg, bitfields, and flags registers.
14114 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
14115 registers.
14116
14117 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
14118
14119 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
14120 (load_description): Set architecture if defined.
14121
14122 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
14123
14124 * gdb.python/py-frame.exp: Add read_var block tests.
14125 * gdb.python/py-frame.c (block): New function.
14126
14127 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
14128 Daniel Jacobowitz <dan@codesourcery.com>
14129
14130 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
14131
14132 2010-02-25 David S. Miller <davem@davemloft.net>
14133
14134 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
14135 fix logic for setting all_syscalls_numbers.
14136
14137 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
14138
14139 * Makefile.in: Add py-block and py-symbol.
14140 * gdb.python/py-symbol.exp: New File.
14141 * gdb.python/py-symtab.exp: New File.
14142 * gdb.python/py-block.exp: New File.
14143 * gdb.python/py-symbol.c: New File.
14144 * gdb.python/py-block.c: New File.
14145
14146 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
14147
14148 PR python/11314
14149 * lib/gdb.exp (skip_python_tests): New function.
14150 * gdb.python/py-cmd.exp: Use skip_python_tests.
14151 * gdb.python/py-frame.exp: Likewise.
14152 * gdb.python/py-function.exp: Likewise.
14153 * gdb.python/py-prettyprint.exp: Likewise.
14154 * gdb.python/py-template.exp: Likewise.
14155 * gdb.python/py-type.exp: Likewise.
14156 * gdb.python/py-value.exp: Likewise.
14157
14158 2010-02-22 Pedro Alves <pedro@codesourcery.com>
14159
14160 PR9605
14161
14162 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
14163
14164 2010-02-19 Tom Tromey <tromey@redhat.com>
14165
14166 PR c++/8693, PR c++/9496:
14167 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
14168 regression tests.
14169
14170 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14171
14172 Fix compatibility with m68k as.
14173 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
14174 Use only /* comments */.
14175
14176 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14177
14178 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
14179 * configure: Regenerate.
14180
14181 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
14182
14183 * gdb.python/py-type.exp: Check for Python support.
14184
14185 2010-02-17 Pedro Alves <pedro@codesourcery.com>
14186
14187 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
14188 `regsub' syntax available.
14189
14190 2010-02-17 Pedro Alves <pedro@codesourcery.com>
14191
14192 * gdb.base/shmain.c (main): Remove printf call.
14193 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
14194 * gdb.base/unload.c (main): Make format of fprintf a string
14195 literal. Add missing endlines to prints to stderr.
14196 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
14197
14198 2010-02-17 Tom Tromey <tromey@redhat.com>
14199
14200 * gdb.java/jprint.java (jprint.props): New field.
14201 * gdb.java/jprint.exp (set_lang_java): Add regression test.
14202
14203 2010-02-17 Pedro Alves <pedro@codesourcery.com>
14204
14205 * gdb.base/charset.exp: Don't assume new `regsub' syntax
14206 available.
14207
14208 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14209
14210 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
14211 creation to support remote host testing.
14212
14213 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14214
14215 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
14216 Recognize "command not found".
14217
14218 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14219
14220 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
14221 single-stepping.
14222
14223 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14224
14225 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
14226 if arguments are not supported.
14227
14228 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14229
14230 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
14231 be const or non-const.
14232
14233 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14234
14235 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
14236 mi_send_resuming_command to send -exec-continue.
14237
14238 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14239
14240 * gdb.base/list.exp (test_list_filename_and_function): Add test
14241 with single quotes.
14242 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
14243 matching.
14244 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
14245 Add KFAIL'd tests for PR gdb/11289.
14246
14247 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14248
14249 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
14250
14251 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14252
14253 * gdb.base/comp-dir/subdir/dummy.txt: New file.
14254 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
14255 a temporary directory.
14256
14257 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14258
14259 * gdb.base/charset.exp: Use a single regular expression to match
14260 show host-charset and show target-charset output.
14261
14262 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14263
14264 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
14265 "Illegal process-id" expect string more exact.
14266 (attach to digits-starting nonsense is prohibited): New.
14267
14268 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14269
14270 * gdb.base/prelink.exp (set verbose on): New.
14271
14272 2010-02-12 Tomas Holmberg <th@virtutech.com>
14273
14274 * mi-reverse.exp: New file. Test for reverse option to the
14275 following MI commands: exec-continue, exec-finish, exec-next,
14276 exec-step, exec-next-instruction, exec-step-instruction.
14277
14278 2010-02-09 Joel Brobecker <brobecker@adacore.com>
14279
14280 * gdb.ada/ptype_tagged_param: New testcase.
14281
14282 2010-02-08 Tom Tromey <tromey@redhat.com>
14283
14284 PR c++/8017:
14285 * gdb.cp/overload.exp: Add tests.
14286 * gdb.cp/overload.cc (struct K): New.
14287 (namespace N): New.
14288 (main): Call new functions.
14289 (K::staticoverload): Define.
14290
14291 2010-02-08 Chris Moller <moller@mollerware.com>
14292
14293 PR gdb/10728
14294 * gdb.cp/pr10728-x.h: New file.
14295 * gdb.cp/pr10728-x.cc: New file.
14296 * gdb.cp/pr10728-y.cc: New file.
14297 * gdb.cp/pr10728.exp: New file.
14298 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
14299
14300 2010-02-08 Chris Moller <moller@mollerware.com>
14301
14302 PR gdb/9067
14303 * gdb.cp/pr9067.exp: New
14304 * gdb.cp/pr9067.cc: New
14305 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
14306
14307 2010-02-08 Joel Brobecker <brobecker@adacore.com>
14308
14309 * lib/gdb.exp (gdb_test_timeout): New global variable.
14310 Set it to timeout if not already set.
14311 (gdb_init): Reset the value of timeout to gdb_test_timeout.
14312
14313 2010-02-05 Doug Evans <dje@google.com>
14314
14315 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
14316 user.
14317
14318 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
14319
14320 PR c++/7935:
14321 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
14322
14323 2010-02-04 Tom Tromey <tromey@redhat.com>
14324
14325 * gdb.cp/virtbase.exp: Make test case names unique.
14326
14327 2010-02-02 Tom Tromey <tromey@redhat.com>
14328
14329 * gdb.cp/virtbase.exp: Add regression tests.
14330 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
14331 (main): Instantiate RHC.
14332
14333 2010-02-02 Tom Tromey <tromey@redhat.com>
14334
14335 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
14336 type-printing change.
14337
14338 2010-02-02 Tom Tromey <tromey@redhat.com>
14339
14340 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
14341 * gdb.cp/virtbase.cc: New file.
14342 * gdb.cp/virtbase.exp: New file.
14343 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
14344
14345 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14346
14347 PR libc/11214:
14348 * gdb.threads/current-lwp-dead.c: Include features.h.
14349 (HAS_NOMMU): New.
14350 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
14351
14352 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14353
14354 * gdb.base/symbol-without-target_section.exp,
14355 gdb.base/symbol-without-target_section.c: New.
14356
14357 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14358
14359 * gdb.base/bigcore.exp: Reset increased timeout.
14360 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
14361
14362 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14363
14364 * gdb.base/gcore.exp (capture_command_output): Use
14365 gdb_test_multiple.
14366
14367 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14368
14369 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
14370 * gdb.arch/thumb2-it.exp (test_it_break): New function.
14371 (Top level): Call it.
14372
14373 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14374
14375 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
14376
14377 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
14378
14379 * gdb.base/call-strs.exp, gdb.base/default.exp,
14380 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
14381 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
14382 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
14383 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
14384 gdb.base/watchpoint-solib.exp: Save and restore timeout.
14385 * gdb.base/ending-run.exp: Correct restore of timeout.
14386 * gdb.base/page.exp: Remove unnecessary timeout setting.
14387
14388 2010-01-29 Joel Brobecker <brobecker@adacore.com>
14389
14390 * gdb.ada/rec_return: New testcase.
14391
14392 2010-01-29 Joel Brobecker <brobecker@adacore.com>
14393
14394 * gdb.ada/call_pn: New testcase.
14395
14396 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
14397
14398 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
14399 (Top level): Use it to resume.
14400 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
14401 the Thumb mode displaced stepping error as unsupported.
14402
14403 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
14404
14405 * gdb.cp/nsusing.exp: Added more tests.
14406 * gdb.cp/nsrecurs.exp: Ditto.
14407 * gdb.cp/nsusing.cc: Added test functions.
14408 * gdb.cp/nsrecurs.cc: Ditto.
14409
14410 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14411
14412 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
14413 absolute directory pathnames in gdb.sum file.
14414
14415 2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
14416
14417 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
14418 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
14419
14420 2010-01-26 Tom Tromey <tromey@redhat.com>
14421
14422 PR exp/7643:
14423 * gdb.base/printcmds.exp (test_print_string_constants): Remove
14424 setup_kfail.
14425
14426 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
14427
14428 * gdb.cp/nsrecurs.exp: New test.
14429 * gdb.cp/nsrecurs.cc: New test program.
14430 * gdb.cp/nsstress.exp: New test.
14431 * gdb.cp/nsstress.cc: New test program.
14432 * gdb.cp/nsdecl.exp: New test.
14433 * gdb.cp/nsdecl.cc: New test program.
14434
14435 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
14436
14437 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
14438 imported into file scope.
14439 Marked test as xfail.
14440 * gdb.cp/namespace-using.cc (marker5): New function.
14441 * gdb.cp/shadow.exp: New test.
14442 * gdb.cp/shadow.cc: New test program.
14443 * gdb.cp/nsimport.exp: New test.
14444 * gdb.cp/nsimport.cc: New test program.
14445
14446 2010-01-25 Tom Tromey <tromey@redhat.com>
14447
14448 PR gdb/11049:
14449 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
14450 with "set print null-stop on".
14451
14452 2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14453
14454 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
14455 Adjust it for DISASSEMBLY_OMIT_FNAME.
14456
14457 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14458
14459 PR symtab/11199:
14460 * gdb.dwarf2/member-ptr-forwardref.exp,
14461 gdb.dwarf2/member-ptr-forwardref.S: New.
14462
14463 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14464
14465 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
14466 (thread1_func): Protect thread1_tid with thread1_tid_cond by
14467 thread1_tid_mutex. Remove gdbstop_mutex handling.
14468 (thread2_func): Protect thread2_tid with thread2_tid_cond by
14469 thread2_tid_mutex. Remove gdbstop_mutex handling.
14470 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
14471 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
14472 pthread_cond_wait conditionalizations by while loops.
14473
14474 2010-01-20 Tom Tromey <tromey@redhat.com>
14475
14476 PR backtrace/10770:
14477 * gdb.dwarf2/pr10770.exp: New file.
14478 * gdb.dwarf2/pr10770.c: New file.
14479 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
14480
14481 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
14482
14483 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
14484 that target was removed, and the test always runs native anyway.
14485
14486 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14487
14488 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
14489 gdb.base/watchpoint-cond-gone-stripped.c: New.
14490
14491 2010-01-19 Tom Tromey <tromey@redhat.com>
14492
14493 PR c++/8000:
14494 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
14495 existing tests.
14496 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
14497 (main): Use AAA::SomeEnum.
14498
14499 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14500
14501 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
14502 (test_ignore_count): Declare line_callme_body global.
14503 (run to breakpoint with ignore count): Use line_callme_body.
14504 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
14505 (set line_main_hello, set line_main_return): Reindent.
14506 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
14507 New.
14508 (continue to callee4): Use line_callee4_body.
14509 (check *stopped from CLI command): Use line_callee4_next.
14510 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
14511 (set line_main_hello, set line_main_return): Reindent.
14512 (set line_callee4_head, set line_callee4_body): New.
14513 (continue to callee4): Use line_callee4_body.
14514
14515 2010-01-18 Tom Tromey <tromey@redhat.com>
14516
14517 PR c++/9680:
14518 * gdb.cp/casts.cc: Add new classes and variables.
14519 * gdb.cp/casts.exp: Test new operators.
14520
14521 2010-01-18 Tom Tromey <tromey@redhat.com>
14522 Thiago Jung Bauermann <bauerman@br.ibm.com>
14523
14524 * gdb.python/source2.py: New file.
14525 * gdb.python/source1: New file.
14526 * gdb.python/python.exp: Test "source" command.
14527
14528 2010-01-15 Stan Shebs <stan@codesourcery.com>
14529
14530 * gdb.trace/tfile.c: New file.
14531 * gdb.trace/tfile.exp: New file.
14532
14533 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14534
14535 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
14536
14537 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14538
14539 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
14540
14541 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14542
14543 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
14544 (libfunc): New parameter action. Implement also selectable "sleep".
14545 * gdb.base/break-interp-main.c: Include assert.h.
14546 (libfunc): New parameter action.
14547 (main): New parameters argc and argv. Assert argc. Pass argv.
14548 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
14549 (test_attach): New proc.
14550 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
14551 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
14552
14553 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14554
14555 * gdb.base/break-interp.exp (test_core): New proc.
14556 (test_ld): Call it.
14557
14558 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14559
14560 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
14561 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
14562 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
14563 and gdb_compile_shlib. Use new -Wl compiler options.
14564 (dl bt, main bt): New tests.
14565
14566 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14567
14568 Support PIEs with no symfile_objfile.
14569 * gdb.base/break-interp.exp: New argument at the test_ld calls.
14570 (test_ld): New parameter trynosym.
14571 (test_ld <$trynosym>): New block.
14572
14573 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14574
14575 * gdb.base/break-interp.exp: New file.
14576
14577 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
14578
14579 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
14580 * gdb.python/py-prettyprint.py (pp_ls): New printer.
14581 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
14582 test.
14583 * gdb.python/py-prettyprint.c: Define lazystring test structure.
14584 * gdb.python/py-mi.exp: Add lazy string test.
14585
14586 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
14587
14588 * lib/mi-support.exp (mi_check_thread_states): Handle
14589 core number in thread listing.
14590
14591 2010-01-12 Joel Brobecker <brobecker@adacore.com>
14592
14593 * gdb.base/maint.exp: Adjust the expected output for the
14594 "maint print type" test. Use gdb_test_multiple instead of
14595 gdb_sent/gdb_expect.
14596
14597 2010-01-11 Doug Evans <dje@google.com>
14598
14599 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
14600 from gdbserver_download. All callers updated.
14601
14602 * gdb.server/ext-run.exp: "info os processes" requires xml support.
14603
14604 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14605
14606 Implement binary numbers parsing.
14607 * gdb.base/printcmds.exp (test_integer_literals_accepted)
14608 (test_integer_literals_rejected): New binary tests.
14609
14610 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14611
14612 * gdb.cell/configure: Regenerate.
14613
14614 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
14615
14616 * gdb.base/corefile.exp: Move the core finding block out and call it as
14617 core_find, new variable $corefile, replace corefile by $corefile and
14618 [file tail $corefile] for usage vs. test names resp.
14619 * lib/gdb.exp (core_find): Move it as a new function here. New
14620 parameter binfile and deletefiles. New variable $destcore. Pre-delete
14621 $destcore. Return "" on error.
14622
14623 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14624
14625 Workaround PR binutils/10802.
14626 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
14627 (twice).
14628
14629 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
14630
14631 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
14632
14633 2010-01-08 Joel Brobecker <brobecker@adacore.com>
14634
14635 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
14636 call, to avoid interruption.
14637
14638 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14639
14640 * gdb.stabs/weird.def (args93): New.
14641
14642 2010-01-07 Doug Evans <dje@google.com>
14643
14644 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
14645
14646 2010-01-07 Tom Tromey <tromey@redhat.com>
14647
14648 * gdb.base/source.exp: Use correct line number.
14649
14650 2010-01-05 Stan Shebs <stan@codesourcery.com>
14651
14652 * gdb.trace/tracecmd.exp: Test ftrace.
14653
14654 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14655
14656 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
14657
14658 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14659
14660 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
14661 "uint_for_mi_testing".
14662
14663 2010-01-01 Joel Brobecker <brobecker@adacore.com>
14664
14665 Test indented comment in file being sourced.
14666 * gdb.base/commands.exp: Test indented comment in file being sourced.
14667
14668 2010-01-01 Joel Brobecker <brobecker@adacore.com>
14669
14670 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
14671 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
14672 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
14673 notice.
14674
14675 2010-01-01 Joel Brobecker <brobecker@adacore.com>
14676
14677 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
14678 notice.
14679
14680 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14681
14682 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
14683 missing $after_stopped and comma (,) expectation.
14684
14685 2009-12-31 Stan Shebs <stan@codesourcery.com>
14686
14687 * gdb.trace/actions.exp: Test teval action.
14688
14689 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
14690
14691 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
14692 (top level): Call test_watchpoint_in_big_blob.
14693 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
14694 watchpoints.
14695 (func3): Write to buf.
14696
14697 2009-12-29 Stan Shebs <stan@codesourcery.com>
14698
14699 * gdb.trace/actions.exp: Test default-collect.
14700
14701 2009-12-28 Stan Shebs <stan@codesourcery.com>
14702
14703 * gdb.trace/tsv.exp: New file.
14704 * gdb.base/completion.exp: Update ambiguous info output.
14705
14706 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
14707
14708 * gdb.base/find.c (main): Reference search buffers.
14709 * gdb.base/included.c (main): Reference integer.
14710 * gdb.base/ptype.c (charfoo): Declare.
14711 (intfoo): Call charfoo.
14712 * gdb.base/scope0.c (useitp): New function.
14713 (usestatics): Use useitp.
14714 (useit): Add a type for val.
14715 * gdb.base/scope1.c (useit1): Take a pointer argument.
14716 (usestatics1): Update calls to useit1.
14717 * gdb.cp/call-c.cc: Declare foo.
14718 (main): Call foo.
14719 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
14720 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
14721 (main): Call C::ensureRefs and ensureOtherRefs.
14722 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
14723 variables.
14724 (ensureOtherRefs): New function.
14725 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
14726 * gdb.cp/templates.cc (main): Call t5i.value.
14727
14728 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14729
14730 Fix compatibility with G++-4.5.
14731 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
14732 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
14733 (uncaught return): Remove.
14734
14735 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14736 Phil Muldoon <pmuldoon@redhat.com>
14737
14738 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
14739 (bp_location13, bp_location14, bp_location17, bp_location18)
14740 (marker3_proto, marker4_proto): New variables.
14741 (breakpoint info): Update output.
14742 (run until breakpoint at marker3, run until breakpoint at marker4): New
14743 tests.
14744
14745 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14746
14747 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
14748 Replace the printf call of Y by provided "y-set-1" label. New block
14749 for the second shared library.
14750 * gdb.base/unload.exp: Compile also the second library, call
14751 gdb_load_shlibs also for it. Use now gdb_breakpoint.
14752 (single pending breakpoint info): Rename to ...
14753 (pending breakpoint info before run): ... this extended test.
14754 (libfile2, libname2, libsrcfile2, libsrc2)
14755 (lib_sl2): New variables.
14756 (exec_opts): Set also SHLIB_NAME2.
14757 (pending breakpoint info on first run at shrfunc1)
14758 (pending breakpoint info on second run at shrfunc1)
14759 (pending breakpoint info on second run at shrfunc2)
14760 (print y from libfile, print y from libfile2): New tests.
14761 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
14762 * gdb.base/unloadshr2.c: New.
14763
14764 2009-12-22 Hui Zhu <teawater@gmail.com>
14765
14766 * gdb.reverse/sigall-reverse.exp: Adjust.
14767
14768 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
14769
14770 PR gdb/10884
14771
14772 * gdb.mi/var-cmd.c (do_bitfield_tests): New
14773 (main): Call do_bitfield_tests.
14774 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
14775
14776 2009-12-20 Joel Brobecker <brobecker@adacore.com>
14777
14778 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
14779 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
14780 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
14781 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
14782 gdb.modula2/unbounded1.c: Update copyright header.
14783
14784 2009-12-10 Chris Moller <moller@mollerware.com>
14785
14786 PR gdb/9399
14787 * gdb.cp/virtfunc2.exp: New tests
14788 * gdb.cp/virtfunc2.cc: New tests
14789 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
14790
14791 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
14792
14793 * gdb.reverse/i387-env-reverse.c: New file.
14794 * gdb.reverse/i387-env-reverse.exp: New file.
14795 * gdb.reverse/i387-stack-reverse.c: New file.
14796 * gdb.reverse/i387-stack-reverse.exp: New file.
14797
14798 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
14799
14800 * gdb.python/py-type.exp (test_range): New test.
14801
14802 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
14803
14804 PR python/10805
14805
14806 * gdb.python/py-type.exp: New file.
14807 * gdb.python/py-type.c: New file.
14808 * Makefile.in: Add py-type.
14809
14810 2009-12-03 Tom Tromey <tromey@redhat.com>
14811
14812 * gdb.python/py-value.exp (test_parse_and_eval): New
14813 function.
14814
14815 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
14816
14817 PR gdb/11022
14818
14819 * gdb.base/pr11022.exp: New test.
14820 * gdb.base/pr11022.c: New test.
14821
14822 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14823
14824 Fix spurious false FAILs.
14825 * gdb.base/structs.c (chartest): New.
14826 (main): Fill-in chartest.
14827 * gdb.base/structs.exp (anychar_re, first): New.
14828 (start_structs_test): Import global anychar_re and first.
14829 New gdb_test call "set print elements 300; ${testfile}"
14830 (start_structs_test <$first>): New block.
14831 (any): Import global anychar_re. New variable ac. Use ${ac}.
14832
14833 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14834
14835 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
14836
14837 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14838
14839 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
14840 Force $srcfile file.
14841 * gdb.base/foll-fork.c (callee): Comment out the printf call.
14842
14843 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14844
14845 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
14846 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
14847 * gdb.threads/watchthreads-reorder.exp: Likewise.
14848
14849 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
14850
14851 PR gdb/8704
14852
14853 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
14854 "if", and "thread". Correct matching in the previous test.
14855
14856 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
14857
14858 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
14859
14860 2009-11-23 Michael Snyder <msnyder@vmware.com>
14861
14862 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
14863 * gdb.reverse-watch-precsave.exp: Ditto.
14864
14865 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
14866
14867 * gdb.asm/asm-source.exp: Adjust.
14868 * gdb.base/help.exp: Adjust.
14869
14870 2009-11-22 Pedro Alves <pedro@codesourcery.com>
14871
14872 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
14873 (do_syscall_tests_without_xml): Set data-directory to
14874 /the/path/to/nowhere.
14875
14876 2009-11-21 Pedro Alves <pedro@codesourcery.com>
14877
14878 * gdb.threads/local-watch-wrong-thread.c,
14879 gdb.threads/local-watch-wrong-thread.exp: New files.
14880
14881 2009-11-21 Pedro Alves <pedro@codesourcery.com>
14882
14883 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
14884 assume new `regsub' syntax available.
14885
14886 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14887
14888 * gdb.base/watchpoint-hw-hit-once.exp,
14889 gdb.base/watchpoint-hw-hit-once.c: New.
14890
14891 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14892
14893 * gdb.threads/watchthreads-reorder.exp,
14894 gdb.threads/watchthreads-reorder.c: New.
14895
14896 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
14897
14898 * gdb.xml/tdesc-regs.exp: Use for m68k.
14899
14900 2009-11-15 Pedro Alves <pedro@codesourcery.com>
14901
14902 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
14903
14904 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14905
14906 * lib/gdb.exp (current_target_name): New procedure.
14907 (gdb_wrapper_target): New variable.
14908 (gdb_wrapper_init): Set gdb_wrapper_target.
14909 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
14910 wrapper.
14911
14912 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14913
14914 * gdb.base/remote.exp: Delete the slowest load test.
14915 Do not load with fixed packet sizes.
14916
14917 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14918
14919 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
14920
14921 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14922
14923 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
14924 srcfile when setting a breakpoint.
14925
14926 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
14927
14928 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
14929 macros.
14930
14931 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14932
14933 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
14934 to be in memory.
14935 * gdb.base/display.c (force_mem): New.
14936 (do_loops): Use it. Add breakpoint comments.
14937 (do_vars): Add a breakpoint comment.
14938 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
14939 line numbers.
14940
14941 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
14942
14943 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
14944 instead of a bare "run".
14945
14946 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
14947
14948 * gdb.python/py-prettyprint.exp: Adjust.
14949
14950 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14951
14952 * lib/cell.exp (skip_cell_tests): Clean up test files before
14953 returning.
14954
14955 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14956
14957 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
14958 and the breakpoint menu. Do not call perror if a prompt is seen.
14959 Consume the following GDB prompt.
14960 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
14961 * gdb.cp/namespace.exp: Use gdb_test.
14962 * gdb.cp/templates.exp: Use gdb_test.
14963 (test_template_breakpoints): Use gdb_test_multiple.
14964
14965 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14966
14967 * gdb.base/break1.c (struct some_struct, values): Move earlier.
14968 (marker4): Reference values.
14969
14970 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14971
14972 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
14973 is missing.
14974
14975 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14976
14977 * gdb.base/break.c (need_malloc): New.
14978 * gdb.base/constvars.c (main): Reference crass and crisp.
14979 * gdb.base/gdb1821.c (main): Reference bar.
14980 * gdb.cp/gdb1355.cc (main): Reference s1.
14981 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
14982 (main): Call them.
14983 * gdb.cp/hang2.cc (dummy2): Define.
14984 * gdb.cp/hang3.cc (dummy3): Define.
14985 * gdb.cp/m-data.cc (main): Reference shadow.
14986
14987 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14988 Nathan Froyd <froydnj@codesourcery.com>
14989
14990 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
14991 remote host.
14992
14993 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
14994
14995 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
14996 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
14997 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14998 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14999 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15000 * gdb.dwarf2/dw2-producer.exp: Likewise.
15001 * gdb.dwarf2/mac-fileno.exp: Likewise.
15002 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
15003 py-prettyprint.py to the remote host.
15004 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
15005
15006 2009-11-11 Keith Seitz <keiths@redhat.com>
15007
15008 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
15009 use it instead of "Foo".
15010 * gdb.cp/classes.exp (do_tests): Add a test to access
15011 a method through a typedef'd class name.
15012
15013 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
15014
15015 * gdb.base/long_long.exp: Permit leading zeros on floating-point
15016 exponents.
15017 * gdb.base/pointers.exp: Likewise.
15018 * gdb.cp/ref-types.exp: Likewise.
15019
15020 2009-11-11 Keith Seitz <keiths@redhat.com>
15021
15022 * gdb.cp/cplusfuncs.cc (class foo): Add operators
15023 new[] and delete[].
15024 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
15025 "void".
15026 (probe_demangler): Remove all single-quoting of
15027 method and variable names.
15028 (info_func_regexp): Remove the word "void" from any
15029 occurrence of "(void)".
15030 (print_addr_2): Remove all single-quoting of
15031 method names.
15032 (print_addr_2_kfail): Likewise.
15033 (print_addr): Single-quote C function names before
15034 passing to print_addr_2.
15035 (test_paddr_operator_functions): Remove single-quoting
15036 for method names.
15037 Add tests for operator new[] and operator delete[].
15038
15039 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15040
15041 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
15042
15043 2009-11-09 Keith Seitz <keiths@redhat.com>
15044
15045 * gdb.cp/overload.exp: Add tests for resolving overloaded
15046 methods in expression parsing/evaluation.
15047
15048 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
15049
15050 * lib/gdb.exp (default_gdb_version): Use --version instead of
15051 --command.
15052
15053 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
15054
15055 * lib/gdb.exp (gdb_compile_test): New.
15056 (skip_ada_tests, skip_java_tests): New.
15057 (gdb_compile): Use gdb_compile_test for f77.
15058 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
15059 * lib/java.exp (compile_java_from_source): Remove runtests check,
15060 use gdb_compile_test to record result.
15061 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
15062 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
15063 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
15064 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
15065 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
15066 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
15067 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
15068 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
15069 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
15070 adjust gdb_compile invocations.
15071
15072 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
15073
15074 * Makefile.in (abs_builddir): New.
15075 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
15076 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
15077 `$(abs_builddir)/site.exp'.
15078
15079 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
15080
15081 * config/m68k-emc.exp, lib/emc-support.exp,
15082 gdb.trace/gdb_c_test.c: Delete.
15083 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
15084 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
15085 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
15086 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
15087 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
15088 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
15089 casing for m68k-*-elf.
15090
15091 2009-11-03 Pedro Alves <pedro@codesourcery.com>
15092
15093 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
15094 * gdb.arch/i386-prologue.exp: Likewise.
15095 * gdb.arch/i386-unwind.exp: Likewise.
15096
15097 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
15098
15099 * lib/gdb.exp (gdb_expect): Fix timeout typo.
15100
15101 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
15102
15103 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
15104
15105 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
15106
15107 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
15108
15109 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15110
15111 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
15112
15113 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15114
15115 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
15116 * gdb.base/sepdebug2.c: New file.
15117
15118 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
15119
15120 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
15121 the modified warnings for catch syscall. Verify if GDB was compiled
15122 with support for lib expat, and choose which tests to run depending
15123 on this.
15124
15125 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
15126
15127 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
15128 that composite commands are parsed OK. And also test
15129 that breakpoint commands do work.
15130
15131 2009-10-23 Michael Snyder <msnyder@vmware.com>
15132
15133 gdb.reverse/consecutive-precsave.exp: Change expect pattern
15134 to allow for new disassembly style.
15135
15136 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
15137
15138 * gdb.asm/asm-source.exp: Adjust.
15139
15140 2009-10-22 Michael Snyder <msnyder@vmware.com>
15141
15142 * gdb.reverse/break-precsave.exp: New test.
15143 * gdb.reverse/consecutive-precsave.exp: Ditto.
15144 * gdb.reverse/finish-precsave.exp: Ditto.
15145 * gdb.reverse/i386-precsave.exp: Ditto.
15146 * gdb.reverse/machinestate-precsave.exp: Ditto.
15147 * gdb.reverse/sigall-precsave.exp: Ditto.
15148 * gdb.reverse/solilb-precsave.exp: Ditto.
15149 * gdb.reverse/step-precsave.exp: Ditto.
15150 * gdb.reverse/until-precsave.exp: Ditto.
15151 * gdb.reverse/watch-precsave.exp: Ditto.
15152
15153 2009-10-22 Michael Snyder <msnyder@vmware.com>
15154
15155 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
15156 for gdb_expect. Adjust one test's expect strings for the new
15157 format of disassemble.
15158 * gdb.reverse/finish-reverse.exp: Delete 'return'.
15159 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
15160 gdb_test_multiple.
15161 * gdb.reverse/step-reverse.exp: Delete 'return'.
15162 * gdb.reverse/until-reverse.exp: Delete blank lines.
15163 * gdb.reverse/watch-reverse.exp: Delete blank lines.
15164
15165 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
15166
15167 * gdb.base/consecutive.exp: Adjust.
15168 * gdb.base/display.exp: Likewise.
15169 * gdb.base/pc-fp.exp: Likewise.
15170 * gdb.base/sigbpt.exp: Likewise.
15171
15172 2009-10-19 Michael Snyder <msnyder@vmware.com>
15173
15174 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
15175 * gdb.reverse/finish-reverse.c: Ditto.
15176 * gdb.reverse/sigall-reverse.c: Ditto.
15177 * gdb.reverse/solib-reverse.c: Ditto.
15178 * gdb.reverse/step-reverse.c: Ditto.
15179 * gdb.reverse/watch-reverse.c: Ditto.
15180
15181 2009-10-19 Pedro Alves <pedro@codesourcery.com>
15182 Stan Shebs <stan@codesourcery.com>
15183
15184 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
15185 * gdb.base/foll-exec.exp: Adjust to expect a process id before
15186 "Executing new program".
15187 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
15188 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
15189 left listed after having been killed.
15190 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
15191 * gdb.base/maint.exp: Adjust test.
15192
15193 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
15194 * gdb.multi/Makefile.in: New.
15195 * gdb.multi/base.exp: New.
15196 * gdb.multi/goodbye.c: New.
15197 * gdb.multi/hangout.c: New.
15198 * gdb.multi/hello.c: New.
15199 * gdb.multi/bkpt-multi-exec.c: New.
15200 * gdb.multi/bkpt-multi-exec.exp: New.
15201 * gdb.multi/crashme.c: New.
15202
15203 2009-10-13 Tristan Gingold <gingold@adacore.com>
15204
15205 * gdb.base/sepdebug.exp: Check debug info are found.
15206
15207 2009-10-08 Pedro Alves <pedro@codesourcery.com>
15208
15209 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
15210 bits.
15211
15212 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15213
15214 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
15215
15216 2009-10-07 Joel Brobecker <brobecker@adacore.com>
15217
15218 * gdb.base/watchpoints.c: Add copyright header. Reformat one
15219 of the comments.
15220
15221 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
15222
15223 * gdb.base/annota1.exp: Remove obsolete match_max increase.
15224 * gdb.base/annota3.exp: Idem.
15225 * gdb.base/maint.exp: Idem.
15226
15227 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
15228
15229 * lib/gdb.exp (default_gdb_init): Set current value of match_max
15230 to default.
15231
15232 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
15233
15234 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
15235 mingw and cygwin targets.
15236
15237 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
15238 Pedro Alves <pedro@codesourcery.com>
15239
15240 * lib/gdb.exp (gdb_compile): Avoid adding
15241 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
15242
15243 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
15244
15245 * gdb.base/shr1.c: Use %p in format string.
15246 * gdb.base/unload.c: Avoid warning in fprintf.
15247 * gdb.base/watchpoint-solib.c: Idem.
15248
15249 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
15250
15251 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
15252 long type.
15253 (test_unlink): Correct printf string.
15254 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
15255 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
15256
15257 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15258
15259 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
15260 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
15261 * gdb.arch/ia64-breakpoint-shadow.S: New file.
15262
15263 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15264
15265 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
15266 * gdb.objc/nondebug.exp: Likewise.
15267
15268 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15269
15270 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
15271 target_info setting.
15272
15273 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
15274 that detect new threads during "info threads".
15275
15276 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15277
15278 * gdb.threads/manythreads.c (main): Increase thread stack size
15279 to 2*PTHREAD_STACK_MIN.
15280 * gdb.threads/multi-create.c (main): Likewise.
15281 (create_function): Likewise.
15282
15283 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15284
15285 * gdb.base/dump.exp: Pass difference of pointer types instead
15286 of integer types as offset to restore in intarr3.srec case.
15287
15288 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15289
15290 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
15291
15292 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15293
15294 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
15295
15296 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
15297
15298 New test for two watchpoints, with disabling of
15299 the first inserted.
15300 * testsuite/gdb.base/watchpoints.c: New file.
15301 * testsuite/gdb.base/watchpoints.exp: New file.
15302
15303 2009-09-25 Tom Tromey <tromey@redhat.com>
15304
15305 * gdb.base/charset.exp: Test utf-16 strings with Python.
15306
15307 2009-09-25 Tom Tromey <tromey@redhat.com>
15308
15309 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
15310 UCS-4.
15311 * gdb.base/charset.c (utf_32_string): Rename.
15312 (init_utf32): Rename.
15313 (main): Update.
15314
15315 2009-09-22 Tom Tromey <tromey@redhat.com>
15316
15317 * gdb.python/py-function.exp: Add regression tests.
15318
15319 2009-09-21 Keith Seitz <keiths@redhat.com>
15320
15321 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
15322 with invalid operator.
15323
15324 2009-09-21 Keith Seitz <keiths@redhat.com>
15325
15326 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
15327 and destructor using typedef name of class.
15328 * gdb.cp/classes.cc (class Base1): Add a destructor.
15329 (base1): New typedef.
15330 (use_methods): Instanitate an object of type base1.
15331 * gdb.cp/templates.exp (test_template_typedef): New procedure.
15332 (do_tests): Call test_template_typedef.
15333 * gdb.cp/templates.cc (Baz::~Baz): New method.
15334 (intBazOne): New typedef.
15335 (main): Instantiate intBazOne.
15336
15337 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
15338
15339 PR python/10633
15340
15341 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
15342 Function.
15343 (run_lang_tests): Add print elements test.
15344
15345 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
15346
15347 * gdb.python/py-value.exp (test_subscript_regression): New
15348 function. Test for invalid subscripts.
15349 * gdb.python/py-value.c (main): Add test array, and pointer to it.
15350 (ptr_ref): New function.
15351
15352 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15353
15354 * gdb.base/default.exp: Fix "show convenience".
15355
15356 2009-09-15 Tom Tromey <tromey@redhat.com>
15357
15358 * lib/mi-support.exp (mi_create_varobj): Update.
15359 (mi_create_floating_varobj): Likewise.
15360 (mi_create_dynamic_varobj): New proc.
15361 (mi_varobj_update): Update.
15362 (mi_varobj_update_with_type_change): Likewise.
15363 (mi_varobj_update_kv_helper): New proc.
15364 (mi_varobj_update_dynamic_helper): Rewrite.
15365 (mi_varobj_update_dynamic): New proc.
15366 (mi_list_varobj_children): Update.
15367 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
15368 * gdb.python/python-prettyprint.py (pp_outer): New class.
15369 (pp_nullstr): Likewise.
15370 (lookup_function): Register new printers.
15371 * gdb.python/python-prettyprint.c (struct substruct): New type.
15372 (struct outerstruct): Likewise.
15373 (substruct_test): New function.
15374 (struct nullstr): New type.
15375 (string_1, string_2): New globals.
15376 (main): Add new tests.
15377 * gdb.python/python-mi.exp: Added regression tests.
15378 * gdb.mi/mi2-var-display.exp: Update.
15379 * gdb.mi/mi2-var-cmd.exp: Update.
15380 * gdb.mi/mi2-var-child.exp: Update.
15381 * gdb.mi/mi2-var-block.exp: Update.
15382 * gdb.mi/mi-var-invalidate.exp: Update.
15383 * gdb.mi/mi-var-display.exp: Update.
15384 * gdb.mi/mi-var-cmd.exp: Update.
15385 * gdb.mi/mi-var-child.exp: Update.
15386 * gdb.mi/mi-var-block.exp: Update.
15387 * gdb.mi/mi-break.exp: Update.
15388 * gdb.mi/gdb701.exp: Update.
15389
15390 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
15391
15392 * Makefile.in: Inclusion of catch-syscall object.
15393 * gdb.base/catch-syscall.c: New file.
15394 * gdb.base/catch-syscall.exp: New file.
15395
15396 2009-09-12 Michael Snyder <msnyder@vmware.com>
15397
15398 * gdb.reverse/step-reverse.exp: Explicitly check for targets
15399 that can support reverse debuggnig.
15400
15401 2009-09-11 Tom Tromey <tromey@redhat.com>
15402
15403 * gdb.dwarf2/valop.S: New file.
15404 * gdb.dwarf2/valop.exp: New file.
15405
15406 2009-09-11 Mark Kettenis <kettenis@gnu.org>
15407
15408 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
15409
15410 2009-09-10 Doug Evans <dje@google.com>
15411
15412 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
15413 Add $gdb_prompt to second breakpoint regexp.
15414
15415 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
15416
15417 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
15418 names, add missing ones.
15419 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
15420 * gdb.python/py-frame.c: Rename from python-frame.c.
15421 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
15422 testfile name.
15423 * gdb.python/py-function.exp: Rename from python-function.exp.
15424 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
15425 testfile name.
15426 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
15427 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
15428 Adjust testfile name.
15429 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
15430 * gdb.python/py-template.cc: Rename from python-template.cc.
15431 * gdb.python/py-template.exp: Rename from python-template.exp.
15432 Adjust testfile name.
15433 * gdb.python/py-value.c: Rename from python-value.c.
15434 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
15435 testfile name.
15436
15437 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15438
15439 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
15440 $bpt2address.
15441 (Second breakpoint address is valid on ia64)
15442 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
15443
15444 2009-09-03 Joseph Myers <joseph@codesourcery.com>
15445
15446 * gdb.base/ending-run.exp: Restrict regular expression matching
15447 line number to require closing brace following.
15448
15449 2009-09-03 Doug Evans <dje@google.com>
15450
15451 * gdb.base/store.exp (check_set): Fix typo in expected value message.
15452
15453 2009-09-02 Tom Tromey <tromey@redhat.com>
15454
15455 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
15456
15457 2009-09-02 Tom Tromey <tromey@redhat.com>
15458
15459 * gdb.dwarf2/callframecfa.exp: New file.
15460 * gdb.dwarf2/callframecfa.S: New file.
15461
15462 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15463
15464 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
15465 gdb.base/solib-overlap-main.c: New.
15466
15467 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
15468
15469 PR gdb/10565
15470
15471 * gdb.base/bitfields.c (struct container, container): New.
15472 (main): Initialize it and call break5.
15473 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
15474
15475 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
15476
15477 Support constant DW_AT_data_member_location by GCC PR debug/40659.
15478 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
15479
15480 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
15481
15482 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
15483
15484 2009-08-26 Michael Snyder <msnyder@vmware.com>
15485
15486 * gdb.base/i386-reverse.c: New file.
15487 * gdb.base/i386-reverse.exp: New file.
15488 * gdb.base/Makefile.in: Add new files to be removed.
15489
15490 2009-08-26 Joseph Myers <joseph@codesourcery.com>
15491
15492 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
15493 environment-pwd for remote host.
15494 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
15495
15496 2009-08-24 Keith Seitz <keiths@redhat.com>
15497
15498 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
15499 Add two new C++ completer tests which limit the output to a
15500 given class.
15501
15502 2009-08-24 Michael Snyder <msnyder@vmware.com>
15503
15504 * gdb.base/del.exp: Fix typo in comment.
15505 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
15506
15507 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
15508
15509 * configure: Regenerate.
15510 * gdb.hp/configure: Likewise.
15511 * gdb.hp/gdb.aCC/configure: Likewise.
15512 * gdb.hp/gdb.base-hp/configure: Likewise.
15513 * gdb.hp/gdb.compat/configure: Likewise.
15514 * gdb.hp/gdb.defects/configure: Likewise.
15515 * gdb.hp/gdb.objdbg/configure: Likewise.
15516 * gdb.stabs/configure: Likewise.
15517
15518 2009-08-19 Doug Evans <dje@google.com>
15519
15520 * gdb.base/gdbvars.c: New file.
15521 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
15522
15523 2009-08-14 Pedro Alves <pedro@codesourcery.com>
15524
15525 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
15526 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
15527
15528 2009-08-13 Pedro Alves <pedro@codesourcery.com>
15529
15530 * gdb.base/default.exp: Adjust "set language test": it's now an
15531 enum command. Larger help string moved to "help set language".
15532 * gdb.base/help.exp: Adjust "help set language" expected output,
15533 now lists all known languages.
15534
15535 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
15536
15537 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
15538 all frame arguments.
15539 * gdb.arch/altivec-regs.exp: Likewise.
15540
15541 2009-08-07 Tom Tromey <tromey@redhat.com>
15542
15543 * gdb.base/setshow.exp: Add tests for changes to set language, set
15544 check range, and set check type.
15545
15546 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
15547
15548 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
15549 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
15550 Call it.
15551
15552 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15553
15554 * configure.ac: Run gdb.cell tests when appropriate.
15555 * configure: Regenerate.
15556 * lib/cell.exp: New file.
15557 * gdb.cell: New directory.
15558 * gdb.cell/configure.ac: New file.
15559 * gdb.cell/configure: New file.
15560 * gdb.cell/Makefile.in: New file.
15561 * gdb.cell/arch.exp: New file.
15562 * gdb.cell/break.c: New file.
15563 * gdb.cell/break.exp: New file.
15564 * gdb.cell/break-spu.c: New file.
15565 * gdb.cell/bt.c: New file.
15566 * gdb.cell/bt2-spu.c: New file.
15567 * gdb.cell/bt-spu.c: New file.
15568 * gdb.cell/bt.exp: New file.
15569 * gdb.cell/coremaker.c: New file.
15570 * gdb.cell/coremaker-spu.c: New file.
15571 * gdb.cell/core.exp: New file.
15572 * gdb.cell/gcore.exp: New file.
15573 * gdb.cell/data.c: New file.
15574 * gdb.cell/data.exp: New file.
15575 * gdb.cell/data-spu.c: New file.
15576 * gdb.cell/ea-cache.exp: New file.
15577 * gdb.cell/ea-cache.c: New file.
15578 * gdb.cell/ea-cache-spu.c: New file.
15579 * gdb.cell/ea-standalone.c: New file.
15580 * gdb.cell/ea-standalone.exp: New file.
15581 * gdb.cell/ea-test.c: New file.
15582 * gdb.cell/ea-test.exp: New file.
15583 * gdb.cell/f-regs.exp: New file.
15584 * gdb.cell/mem-access.c: New file.
15585 * gdb.cell/mem-access.exp: New file.
15586 * gdb.cell/mem-access-spu.c: New file.
15587 * gdb.cell/ptype.exp: New file.
15588 * gdb.cell/registers.exp: New file.
15589 * gdb.cell/size.c: New file.
15590 * gdb.cell/sizeof.exp: New file.
15591 * gdb.cell/size-spu.c: New file.
15592 * gdb.cell/solib.exp: New file.
15593 * gdb.cell/solib-symbol.exp: New file.
15594
15595 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15596
15597 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
15598
15599 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
15600
15601 * gdb.base/float.exp: Handle VFP registers.
15602
15603 2009-07-14 Michael Snyder <msnyder@vmware.com>
15604
15605 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
15606 to bring gdb to the beginning of the calling line.
15607
15608 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
15609 confusing the i386 epilogue unwinder.
15610
15611 2009-07-14 Stan Shebs <stan@codesourcery.com>
15612
15613 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
15614
15615 2009-07-14 Michael Snyder <msnyder@vmware.com>
15616
15617 * gdb.reverse/step-reverse.exp (stepi into function call):
15618 Call instruction may not be first instruction in the line.
15619 (reverse stepi from a function call): Used wrong line number.
15620
15621 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15622
15623 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
15624
15625 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15626
15627 Fix gdb.base/macscp.exp when using custom inputrc.
15628 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
15629 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
15630 env(TERM) set.
15631 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
15632 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
15633
15634 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15635
15636 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
15637 * gdb.base/annota1.exp (thread_test): Import global $testfile.
15638 Change the compilation target to match the testcase name.
15639 * gdb.base/sect-cmd.exp: Change the compilation target to match the
15640 testcase name.
15641 * a2-run.exp: Use for setup prepare_for_testing. Change the
15642 compilation target to match the testcase name.
15643 * gdb.base/commands.exp: Likewise.
15644 * gdb.base/finish.exp: Likewise.
15645 * gdb.base/float.exp: Likewise.
15646 * gdb.base/info-target.exp: Likewise.
15647 * gdb.base/relational.exp: Likewise.
15648 * gdb.base/term.exp: Likewise.
15649 * gdb.base/until.exp: Likewise.
15650 * gdb.base/volatile.exp: Likewise.
15651 * gdb.base/whatis-exp.exp: Likewise.
15652
15653 2009-07-11 Hui Zhu <teawater@gmail.com>
15654
15655 * gdb.base/help.exp (disassemble): Update expected help text.
15656
15657 2009-07-09 Tom Tromey <tromey@redhat.com>
15658
15659 * lib/gdb.exp: Handle TRANSCRIPT.
15660 (remote_spawn, remote_close, send_gdb): New procs.
15661
15662 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
15663
15664 * gdb.python/python-prettyprint.c: Add counted null string
15665 structure.
15666 * gdb.python/python-prettyprint.exp: Print null string. Test for
15667 embedded nulls.
15668 * gdb.python/python-prettyprint.py (pp_ns): New Function.
15669 * gdb.python/python-value.exp (test_value_in_inferior): Add
15670 variable length string fetch tests.
15671 * gdb.python/python-value.c (main): Add strings for string fetch tests.
15672
15673 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
15674
15675 * gdb.base/dump.exp (inaccessible memory is reported): New test.
15676
15677 2009-07-07 Tom Tromey <tromey@redhat.com>
15678
15679 * gdb.base/call-rt-st.exp: Update for change to escape output.
15680 * gdb.base/callfuncs.exp: Likewise.
15681 * gdb.base/charset.exp: Likewise.
15682 * gdb.base/constvars.exp: Likewise.
15683 * gdb.base/long_long.exp: Likewise.
15684 * gdb.base/pointers.exp: Likewise.
15685 * gdb.base/printcmds.exp: Likewise.
15686 * gdb.base/setvar.exp: Likewise.
15687 * gdb.base/store.exp: Likewise.
15688 * gdb.cp/ref-types.exp: Likewise.
15689 * gdb.mi/mi-var-child.exp: Likewise.
15690 * gdb.mi/mi-var-display.exp: Likewise.
15691 * gdb.mi/mi2-var-display.exp: Likewise.
15692 * gdb.base/charset.exp: Test octal escape sequence length.
15693 Update for change to escape output.
15694
15695 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15696
15697 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
15698
15699 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
15700
15701 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
15702
15703 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15704
15705 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
15706 gdbserver increasing $portnum if "Can't bind address" has been seen.
15707
15708 2009-07-05 Pedro Alves <pedro@codesourcery.com>
15709
15710 * gdb.base/ending-run.exp: Add "step out of main" pattern for
15711 mingw32ce.
15712
15713 2009-07-05 Pedro Alves <pedro@codesourcery.com>
15714
15715 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
15716 VFP format.
15717
15718 2009-07-02 Pedro Alves <pedro@codesourcery.com>
15719
15720 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
15721 linux. Adjust to use "inferior", "info inferiors", "detach
15722 inferior" and "kill inferior" instead of "restart", "info fork",
15723 "detach fork" and "delete fork".
15724 * gdb.base/ending-run.exp: Spell out "info".
15725 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
15726 the "kill" command.
15727
15728 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15729
15730 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
15731 change to prefix TLS offset in hex with 0x.
15732
15733 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15734
15735 * gdb.base/default.exp: Update test case for "x" changes.
15736
15737 2009-07-01 Tristan Gingold <gingold@adacore.com>
15738
15739 * gdb.base/bigcore.exp: Make darwin untested.
15740
15741 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15742
15743 * gdb.base/completion.exp (directory completion): Create the directory.
15744 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
15745 escapeuniquesub.
15746 (directory completion 2): Expect now ${escapeuniquesub}.
15747 (Glob remaining of directory test): Remove one excessive newline.
15748 Expect the real output.
15749
15750 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15751
15752 Fix `make check//%' target after `make check' has been ran.
15753 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
15754 a mkdir call.
15755 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
15756 (%/.dir): Remove.
15757
15758 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15759
15760 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
15761 the expected result record.
15762
15763 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15764
15765 Remove racy FAILs relying just on the timeouts.
15766 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
15767 (annotation_level 2): Remove racy FAILs.
15768
15769 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
15770
15771 gdb/10275
15772 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
15773
15774 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
15775
15776 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
15777
15778 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
15779
15780 * gdb.mi/mi-stack.exp: Testing symbolic options
15781 to -stack-list-locals and -stack-list-arguments.
15782
15783 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15784
15785 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
15786
15787 2009-06-29 Tom Tromey <tromey@redhat.com>
15788
15789 * dg-extract-results.sh: New file.
15790 * Makefile.in (FORCE_PARALLEL): New variable.
15791 (CHECK_TARGET): New conditional variable.
15792 (check): Use CHECK_TARGET.
15793 (DO_RUNTEST): New variable.
15794 (check-single): New target.
15795 (TEST_DIRS): New variable.
15796 (TEST_TARGETS): Likewise.
15797 (check-parallel): New target.
15798 (check-gdb.%): New pattern.
15799 (BASE1_FILES): New variable.
15800 (BASE2_FILES): Likewise.
15801 (check-gdb.base%): New pattern.
15802 (%/.dir): New pattern.
15803 * configure: Rebuild.
15804 * aclocal.m4 (AM_CONDITIONAL): New defun.
15805 * configure.ac: Check whether user is using GNU make.
15806 (GMAKE): New conditional.
15807
15808 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
15809
15810 * gdb.cp/namespace-nested-import.cc: New test.
15811 * gdb.cp/namespace-nested-import.exp: New test.
15812
15813 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
15814
15815 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
15816 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
15817 * gdb.opt/Makefile.in (EXECUTABLES): Update.
15818 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
15819 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
15820 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
15821 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
15822 gdb.opt/inline-markers.c: New files.
15823 * lib/gdb.exp (skip_inline_frame_tests): New function.
15824 (skip_inline_var_tests): New function.
15825
15826 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
15827
15828 * gdb.cp/exception.exp: Don't require $hex before inner frame in
15829 backtrace.
15830
15831 2009-06-27 Michael Snyder <msnyder@vmware.com>
15832
15833 * gdb.reverse: New directory.
15834 * gdb.reverse/break-reverse.c: New test.
15835 * gdb.reverse/break-reverse.exp: New test.
15836 * gdb.reverse/consecutive-reverse.c: New test.
15837 * gdb.reverse/consecutive-reverse.exp: New test.
15838 * gdb.reverse/finish-reverse.c: New test.
15839 * gdb.reverse/finish-reverse.exp: New test.
15840 * gdb.reverse/machinestate.c: New test.
15841 * gdb.reverse/ms1.c: New test.
15842 * gdb.reverse/machinestate.exp: New test.
15843 * gdb.reverse/Makefile.in: New file.
15844 * gdb.reverse/shr2.c: New test.
15845 * gdb.reverse/solib-reverse.c: New test.
15846 * gdb.reverse/solib-reverse.exp: New test.
15847 * gdb.reverse/step-reverse.c: New test.
15848 * gdb.reverse/step-reverse.exp: New test.
15849 * gdb.reverse/until-reverse.c: New test.
15850 * gdb.reverse/ur1.c: New test.
15851 * gdb.reverse/until-reverse.exp: New test.
15852 * gdb.reverse/watch-reverse.c: New test.
15853 * gdb.reverse/watch-reverse.exp: New test.
15854 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
15855 * configure: Regenerate.
15856
15857 2009-06-26 Doug Evans <dje@google.com>
15858
15859 * gdb.base/psymtab.exp: Turn off pending breakpoints.
15860
15861 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
15862
15863 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
15864 windows problem for 'file delete $binfile'.
15865
15866 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
15867
15868 * gdb.cp/namespace-using.exp: New test.
15869 * gdb.cp/namespace-using.cc: New test.
15870
15871 2009-05-20 Joel Brobecker <brobecker@adacore.com>
15872
15873 * gdb.ada/variant_record_packed_array: New testcase.
15874
15875 2009-06-23 Tom Tromey <tromey@redhat.com>
15876
15877 * gdb.base/charset.exp (test_combination): Regression test.
15878 * gdb.base/charset.c (my_wchar_t): New typedef.
15879 (myvar): New global.
15880 (main): Set myvar.
15881
15882 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
15883
15884 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
15885 target.
15886
15887 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15888
15889 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
15890
15891 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15892
15893 * gdb.mi/gdb680.exp: Update test for error message.
15894
15895 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15896
15897 * gdb.base/annota1.exp: Allow multiple occurrences of the
15898 frames-invalid annotation.
15899 * gdb.cp/annota2.exp: Likewise.
15900
15901 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
15902
15903 * gdb.cp/gdb2495.cc: New file.
15904 * gdb.cp/gdb2495.exp: New file.
15905
15906 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15907
15908 Report error on GDB crash during runto.
15909 * lib/gdb.exp (runto <eof>): New.
15910
15911 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
15912
15913 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
15914 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
15915 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
15916 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
15917 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
15918 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
15919 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
15920 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
15921 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
15922 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
15923 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
15924 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
15925 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
15926 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
15927 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
15928 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
15929 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
15930 gdb.server/server-mon.exp, gdb.server/server-run.exp,
15931 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
15932 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
15933 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
15934 gdb.trace/passcount.exp, gdb.trace/report.exp,
15935 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
15936 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
15937 gdb.trace/while-stepping.exp: Use a unique name for the compiled
15938 executable.
15939
15940 2009-06-07 Pedro Alves <pedro@codesourcery.com>
15941
15942 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
15943 defined before referencing it.
15944
15945 2009-06-03 Doug Evans <dje@google.com>
15946
15947 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
15948 * gdb.arch/i386-see.c: Ditto.
15949
15950 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
15951
15952 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
15953 (check_macro): Return 1 if undefined.
15954 If first test fails, check if macro debug information is available,
15955 and report unsupported test if no macro information is found.
15956
15957 2009-05-29 Doug Evans <dje@google.com>
15958
15959 * gdb.threads/hand-call-in-threads.exp: New.
15960 * gdb.threads/hand-call-in-threads.c: New.
15961
15962 2009-05-29 Michael Snyder <msnyder@vmware.com>
15963
15964 * gdb.base/break-always.exp: Change "1" to "on".
15965 Add confirmation check.
15966
15967 2009-05-28 Pedro Alves <pedro@codesourcery.com>
15968
15969 * gdb.threads/threxit-hop-specific.c: New.
15970 * gdb.threads/threxit-hop-specific.exp: New.
15971 * gdb.threads/thread-execl.c: New.
15972 * gdb.threads/thread-execl.exp: New.
15973
15974 2009-05-27 Tom Tromey <tromey@redhat.com>
15975 Thiago Jung Bauermann <bauerman@br.ibm.com>
15976
15977 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
15978 (mi_child_regexp): Likewise.
15979 (mi_list_varobj_children_range): Likewise.
15980 (mi_get_features): Likewise.
15981 (mi_list_varobj_children): Rewrite.
15982 * gdb.python/python-mi.exp: New file.
15983
15984 2009-05-27 Tom Tromey <tromey@redhat.com>
15985 Thiago Jung Bauermann <bauerman@br.ibm.com>
15986 Phil Muldoon <pmuldoon@redhat.com>
15987 Paul Pluzhnikov <ppluzhnikov@google.com>
15988
15989 * gdb.python/python-prettyprint.exp: New file.
15990 * gdb.python/python-prettyprint.c: New file.
15991 * gdb.python/python-prettyprint.py: New file.
15992 * gdb.base/display.exp: print/r is now valid.
15993
15994 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
15995 Tom Tromey <tromey@redhat.com>
15996 Pedro Alves <pedro@codesourcery.com>
15997 Paul Pluzhnikov <ppluzhnikov@google.com>
15998
15999 * gdb.python/python-template.exp: New file.
16000 * gdb.python/python-template.cc: New file.
16001 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
16002 tests.
16003 * gdb.python/python-value.exp (py_objfile_tests): New proc.
16004 Call it.
16005 (test_value_after_death): New proc.
16006 * gdb.python/python-value.c (PTR): New typedef.
16007 (main): New variable 'x'.
16008
16009 2009-05-27 Tom Tromey <tromey@redhat.com>
16010
16011 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
16012 tests.
16013 * gdb.python/python-value.exp (py_objfile_tests): New proc.
16014 Call it.
16015
16016 2009-05-27 Pedro Alves <pedro@codesourcery.com>
16017
16018 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
16019
16020 2009-05-24 Pedro Alves <pedro@codesourcery.com>
16021
16022 * gdb.threads/fork-thread-pending.c: New.
16023 * gdb.threads/fork-thread-pending.exp: New.
16024
16025 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16026
16027 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
16028 * gdb.dwarf2/dw2-strp.S (a_string2): New.
16029
16030 2009-05-18 Jon Beniston <jon@beniston.com>
16031
16032 * gdb.asm/asm-source.exp: Add lm32 target.
16033
16034 2009-05-17 Pedro Alves <pedro@codesourcery.com>
16035
16036 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
16037 `gdb_get_line_number'. Call `callee' in both parent and child.
16038 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
16039 `gdb_get_line_number' instead of hardcoding line numbers.
16040 (catch_fork_unpatch_child): New procedure to test detaching
16041 breakpoints from child fork.
16042 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
16043 hardcoding line numbers.
16044 (do_fork_tests): Run `catch_fork_unpatch_child'.
16045
16046 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
16047
16048 * gdb.mi/mi-cmd-var.exp: Check that when varobj
16049 of structure type enters or leaves the scope, it
16050 is reported by -var-update.
16051
16052 2009-05-11 Doug Evans <dje@sebabeach.org>
16053
16054 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
16055 * gdb.threads/pending-step.c (main): Fix off-by-one error.
16056 * gdb.threads/schedlock.c (main): Fix off-by-one error.
16057
16058 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16059
16060 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
16061
16062 2009-04-30 Doug Evans <dje@google.com>
16063
16064 * gdb.threads/watchthreads2.exp: New testcase.
16065 * gdb.threads/watchthreads2.c: New testcase.
16066
16067 2009-04-29 Doug Evans <dje@google.com>
16068
16069 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
16070 * gdb.cp/mb-ctor.cc: Ditto.
16071 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
16072 * gdb.cp/mb-inline.h (multi_line_foo): New function.
16073 * gdb.cp/mb-inline1.cc: Call it.
16074 * gdb.cp/mb-inline2.cc: Ditto.
16075 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
16076 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
16077
16078 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
16079
16080 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
16081 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
16082 Replace all uses of `decimal' by `nonzero'.
16083 (info macro FROM_COMMANDLINE): New test.
16084
16085 2009-04-27 Tom Tromey <tromey@redhat.com>
16086
16087 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
16088
16089 2009-04-27 Doug Evans <dje@google.com>
16090
16091 * gdb.threads/watchthreads.c (main): Initialize args before starting
16092 the threads. Plus formatting cleanup.
16093 * gdb.threads/watchthreads.exp: Avoid errant failures due to
16094 biased scheduling of one thread.
16095
16096 2009-04-27 Jerome Guitton <guitton@adacore.com>
16097
16098 * gdb.cp/templates.cc (GetMax): New template.
16099 (main): Declare two instances of GetMax.
16100 * gdb.cp/templates.exp: Add new test.
16101
16102 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
16103
16104 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
16105
16106 2009-04-22 Joseph Myers <joseph@codesourcery.com>
16107
16108 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
16109
16110 2009-04-15 Tom Tromey <tromey@redhat.com>
16111
16112 * gdb.base/charset.exp: Add regression test.
16113
16114 2009-04-14 Joel Brobecker <brobecker@adacore.com>
16115
16116 * gdb.base/exe-lock.exp: New testcase.
16117
16118 2009-04-13 Tom Tromey <tromey@redhat.com>
16119
16120 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
16121 operator on Frame.
16122
16123 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16124
16125 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
16126 * gdb.server/ext-attach.exp: Likewise.
16127
16128 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
16129
16130 Eliminate some sleep usage.
16131
16132 * gdb.mi/basics.c (do_nothing): New.
16133 (main): Use do_nothing instead of printf, so that
16134 not to introduce race condition between output of
16135 inferiour and output of gdb. Do not use sleep as it
16136 is not generally available on embedded targets.
16137
16138 2009-04-02 Pedro Alves <pedro@codesourcery.com>
16139
16140 * gdb.server/ext-attach.exp: Expect an optional process id after
16141 "Detached from remote process".
16142
16143 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16144
16145 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
16146 gdb.dwarf2/dw2-unresolved.exp: New.
16147
16148 2009-04-02 Pedro Alves <pedro@codesourcery.com>
16149
16150 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
16151 mi_run_to_main.
16152
16153 2009-04-02 Pedro Alves <pedro@codesourcery.com>
16154
16155 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
16156 mi_run_to_main. Skip thread exit test on remote targets.
16157 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
16158 mi_run_to_main.
16159 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
16160 mi_run_to_main.
16161 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
16162 when expecting ^connected. Detect when the target doesn't support
16163 non-stop mode.
16164 (mi_run_cmd): Detect if non-stop mode was requested by isn't
16165 supported. Return -1 on error, 0 on success.
16166 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
16167 (mi_runto): Return mi_runto_helper's result explicitly.
16168
16169 2009-04-01 Pedro Alves <pedro@codesourcery.com>
16170
16171 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
16172
16173 2009-04-01 Tom Tromey <tromey@redhat.com>
16174
16175 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
16176 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
16177 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
16178 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
16179
16180 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
16181 Jan Kratochvil <jan.kratochvil@redhat.com>
16182
16183 PR gdb/931
16184 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
16185 output.
16186 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
16187 for gdb/931.
16188 * dw2-strp.S (DW_AT_language): Change to C++.
16189 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
16190
16191 2009-03-31 Joel Brobecker <brobecker@adacore.com>
16192
16193 * gdb.ada/tasks: New testcase.
16194
16195 2009-03-30 Stan Shebs <stan@codesourcery.com>
16196
16197 * gdb.trace/actions.exp: Update to match new info trace format.
16198 * gdb.trace/deltrace.exp: Ditto.
16199 * gdb.trace/infotrace.exp: Ditto.
16200 * gdb.trace/passcount.exp: Ditto.
16201 * gdb.trace/save-trace.exp: Ditto.
16202 * gdb.trace/while-stepping.exp: Ditto.
16203 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
16204
16205 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
16206
16207 * gdb.python/python-frame.c: New file.
16208 * gdb.python/python-frame.exp: New file.
16209
16210 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
16211
16212 * gdb.python/python-value.exp: Add tests for the address
16213 attribute.
16214
16215 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
16216
16217 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
16218
16219 2009-03-26 Doug Evans <dje@google.com>
16220
16221 * gdb.mi/mi-nonstop-exit.exp: New file.
16222 * gdb.mi/non-stop-exit.c: New file.
16223
16224 2009-03-26 Tom Tromey <tromey@redhat.com>
16225
16226 Update for change to prologue skipping:
16227 * gdb.mi/mi2-simplerun.exp: Update.
16228 * gdb.mi/mi2-break.exp: Update.
16229 * gdb.mi/mi-simplerun.exp: Update.
16230 * gdb.mi/mi-break.exp: Update.
16231 * gdb.base/ending-run.exp: Update.
16232
16233 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
16234
16235 * gdb.python/python-value.exp (test_value_in_inferior): Test
16236 gdb.Value.is_optimized_out attribute.
16237
16238 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16239
16240 * gdb.dwarf2/dw2-noloc-main.c: New file.
16241 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
16242 (.text): Remove.
16243 (.data): New.
16244 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
16245 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
16246 (DW_TAG_subprogram func_cu1, noloc): Remove.
16247 (main): New.
16248 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
16249 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
16250 (file_symbols): New procedure.
16251
16252 2009-03-25 Tom Tromey <tromey@redhat.com>
16253
16254 * gdb.base/charset.exp (valid_target_charset): New proc.
16255 Use it to skip tests on invalid charsets.
16256
16257 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
16258
16259 * gdb.base/completion.exp: Add a test for directory completion.
16260
16261 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16262
16263 Fix a racy FAIL.
16264 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
16265 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
16266
16267 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
16268
16269 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
16270 * gdb.python/python-function.exp: Add test for function returning
16271 a GDB value.
16272
16273 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
16274
16275 * gdb.python/python-function.exp: New file.
16276
16277 2009-03-20 Tom Tromey <tromey@redhat.com>
16278
16279 * gdb.base/store.exp: Update for change to escape output.
16280 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
16281 to escape output.
16282 * gdb.base/pointers.exp: Update for change to escape output.
16283 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
16284 to escape output.
16285 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
16286 escape output.
16287 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
16288 to escape output.
16289 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
16290 escape output.
16291 * gdb.base/setvar.exp: Update for change to escape output.
16292 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
16293 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
16294 to escape output.
16295 (test_print_string_constants): Likewise.
16296 * gdb.base/charset.exp (valid_host_charset): Check size of
16297 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
16298 cases. Handle "auto"-related output.
16299 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
16300 (uvar, Uvar): New globals.
16301
16302 2009-03-19 Jerome Guitton <guitton@adacore.com>
16303
16304 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
16305 deltas.
16306 * gdb.ada/fixed_points.exp: Ditto.
16307
16308 2009-03-18 Pedro Alves <pedro@codesourcery.com>
16309
16310 * return-nodebug.c: Don't include stdio.h.
16311 (init): Delete.
16312 (func): Delete definition and provide extern declaration.
16313 (t): New.
16314 (main): Don't call printf. Call func and store its result in t.
16315 * return-nodebug1.c: New.
16316 * return-nodebug.exp: Don't expect stdio output. Instead, print
16317 the global variable t. Drop printf formatters and cast types from
16318 foreach loop. Don't use prepare_for_testing. Compile
16319 return-nodebug.c and return-nodebug1.c in separate steps. Don't
16320 define FORMAT or CAST.
16321
16322 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
16323
16324 * gdb.base/solib-display.exp: Disable test for remote targers.
16325
16326 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16327
16328 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
16329
16330 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16331
16332 Fix a racy FAIL.
16333 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
16334 code from `follow parent, print pids'.
16335 (`follow child, print pids', `follow parent, print pids'): Call it.
16336 Replace `gdb_test "break..."' by gdb_breakpoint.
16337
16338 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
16339
16340 * gdb.mi/mi-cli.exp: Adjust for output difference in
16341 sync and async modes.
16342
16343 2009-03-12 Joel Brobecker <brobecker@adacore.com>
16344
16345 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
16346 that was checked in by mistake. Remove loading of ada.exp, since
16347 this is not necessary in this case.
16348
16349 2009-03-12 Joel Brobecker <brobecker@adacore.com>
16350
16351 * gdb.ada/ptype_arith_binop.exp: New testcase.
16352
16353 2009-03-12 Joel Brobecker <brobecker@adacore.com>
16354
16355 * gdb.ada/mod_from_name: New testcase.
16356
16357 2009-03-12 Joel Brobecker <brobecker@adacore.com>
16358
16359 * gdb.ada/tick_last_segv: New testcase.
16360
16361 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
16362
16363 * gdb.mi/mi-cli.exp: Remove debug print.
16364
16365 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
16366
16367 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
16368 include the token in ^running and frame info in *stopped.
16369
16370 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
16371
16372 * solib-display.exp: New file.
16373 * solib-display-main.c: New file.
16374 * solib-display-lib.c: New file.
16375
16376 2009-03-05 Pedro Alves <pedro@codesourcery.com>
16377
16378 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
16379
16380 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16381
16382 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
16383 (list_and_check_macro): Use more specific test name.
16384 (next to definition): Make the test names unique.
16385
16386 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
16387
16388 * gdb.pascal/floats.exp: Accept approximate results everywhere.
16389
16390 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
16391
16392 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
16393 notifications.
16394 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
16395 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
16396 * lib/mi-support.exp (library_loaded_re): New.
16397 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
16398
16399 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
16400
16401 * gdb.gdb/observer.exp: Use test_notification observer, not
16402 normal_stop, everywhere.
16403 (test_normal_stop_notifications): Rename to...
16404 (test_notifications): ...this.
16405 (test_observer_normal_stop): Rename to...
16406 (test_observer): ...this.
16407
16408 2009-02-16 Doug Evans <dje@google.com>
16409
16410 * gdb.arch/amd64-disp-step.S (test_int3): New test.
16411 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
16412 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
16413 (test_prefixed_syscall,test_int3): New tests.
16414 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
16415 (test_prefixed_syscall,test_int3): New tests.
16416
16417 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
16418
16419 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
16420 (mi_expect_interrupt): Likewise.
16421 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
16422 response.
16423
16424 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
16425
16426 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
16427 * gdb.base/pc-fp.exp (get_valueofx): Remove.
16428 Replace calls to get_valueofx by get_hexadecimal_valueof.
16429
16430 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
16431
16432 * lib/gdb.exp (get_valueof): Accept anything as a return value.
16433 (get_integer_valueof): New procedure.
16434 (get_sizeof): Use new get_integer_value_of.
16435 * gdb.base/sizeof.exp: Replace all uses of get_valueof
16436 by get_integer_valueof.
16437
16438 2009-02-13 Tom Tromey <tromey@redhat.com>
16439
16440 * gdb.base/remote.exp (get_sizeof): Remove.
16441 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
16442 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
16443 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
16444 * lib/gdb.exp (get_valueof): Move from long_long.exp.
16445 (get_sizeof): Likewise.
16446
16447 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16448
16449 PR fortran/9806
16450 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
16451
16452 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
16453
16454 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
16455
16456 2009-02-06 Pedro Alves <pedro@codesourcery.com>
16457
16458 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
16459
16460 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
16461
16462 * gdb.python/python-cmd.exp: New file.
16463
16464 2009-02-06 Tristan Gingold <gingold@adacore.com>
16465
16466 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
16467
16468 2009-02-05 Tristan Gingold <gingold@adacore.com>
16469
16470 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
16471 pointer is dereferenced and use this signal name in regexp.
16472 * gdb.base/signull.exp: Ditto.
16473 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
16474 * gdb.base/signull.c (main): Ditto.
16475
16476 2009-02-04 Tom Tromey <tromey@redhat.com>
16477 Thiago Jung Bauermann <bauerman@br.ibm.com>
16478
16479 * gdb.python/python-value.exp: Use `gdb.history' instead of
16480 `gdb.value_from_history'.
16481 (test_value_numeric_ops): Add test for conversion of enum constant.
16482 * gdb.python/python-value.c (enum e): New type.
16483 (evalue): New global.
16484 (main): Use argv.
16485
16486 2009-02-04 Jerome Guitton <guitton@adacore.com>
16487
16488 * gdb.ada/uninitialized_vars: New test program.
16489 * gdb.ada/uninitialized_vars.exp: New testcase.
16490
16491 2009-02-02 Tom Tromey <tromey@redhat.com>
16492
16493 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
16494 * gdb.cp/pr2489.cc: Rename...
16495 * gdb.cp/pr9594.cc: ... to this.
16496
16497 2009-02-02 Tom Tromey <tromey@redhat.com>
16498
16499 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
16500 * gdb.cp/pr2489.cc: New file.
16501 * gdb.cp/cpcompletion.exp: New file.
16502
16503 2009-02-02 Tom Tromey <tromey@redhat.com>
16504
16505 PR exp/9059:
16506 * gdb.cp/call-c.exp: Add regression test.
16507 * gdb.cp/call-c.cc (FooHandle): New typedef.
16508 (main): New variable 'handle'.
16509
16510 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
16511
16512 * lib/mi-support.exp (et_mi_thread_list)
16513 (check_mi_and_console_threads): Adjust for current thread in
16514 -thread-list-ids output.
16515
16516 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
16517
16518 * gdb.mi/mi-break.exp (test_disabled_creation): New.
16519 Call it.
16520
16521 2009-01-28 Doug Evans <dje@google.com>
16522
16523 * gdb.arch/amd64-disp-step.S: New file.
16524 * gdb.arch/amd64-disp-step.exp: New file.
16525 * gdb.arch/i386-disp-step.S: New file.
16526 * gdb.arch/i386-disp-step.exp: New file.
16527
16528 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
16529
16530 * gdb.base/find.exp: Set newline variable
16531 using quotes instead of braces to fix cygwin failures.
16532
16533 2009-01-23 Pedro Alves <pedro@codesourcery.com>
16534
16535 * gdb.base/radix.exp: Add tests to ensure that that set
16536 input-radix 0 and set output-radix 0 are really rejected.
16537
16538 2009-01-23 Pedro Alves <pedro@codesourcery.com>
16539
16540 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
16541 copyright years.
16542
16543 2009-01-23 Pedro Alves <pedro@codesourcery.com>
16544
16545 PR gdb/9664:
16546 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
16547
16548 2009-01-22 Pedro Alves <pedro@codesourcery.com>
16549
16550 PR c++/9631:
16551 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
16552
16553 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
16554
16555 * gdb.server/file-transfer.exp: Use EXEEXT variable for
16556 binfile definition to fix Windows OS failure.
16557
16558 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
16559
16560 PR gdb/9346
16561 * gdb.base/interrupt.c (sigint_handler): New.
16562 (main): Install a SIGINT handler if SIGNALS is defined. Exit
16563 on error.
16564 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
16565 Test "signal SIGINT".
16566
16567 2009-01-19 Doug Evans <dje@google.com>
16568
16569 * gdb.base/break.exp: Update expected gdb output.
16570 * gdb.base/sepdebug.exp: Ditto.
16571 * gdb.mi/mi-syn-frame.exp: Ditto.
16572 * gdb.mi/mi2-syn-frame.exp: Ditto.
16573 * gdb.base/call-signal-resume.exp: New file.
16574 * gdb.base/call-signals.c: New file.
16575 * gdb.base/unwindonsignal.exp: New file.
16576 * gdb.base/unwindonsignal.c: New file.
16577 * gdb.threads/interrupted-hand-call.exp: New file.
16578 * gdb.threads/interrupted-hand-call.c: New file.
16579 * gdb.threads/thread-unwindonsignal.exp: New file.
16580
16581 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
16582
16583 * gdb.base/define.exp: Test defining and hooking prefix commands.
16584 * gdb.python/python.exp: Update test for "show user" output.
16585
16586 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16587
16588 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
16589 now the output exactly, using less wildcards. Expect also the output
16590 of gfortran-4.3. Update for the f-valprint.c modification from
16591 2008-04-22.
16592 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
16593 Remove gdb_test test names where matching the command.
16594
16595 2009-01-01 Pedro Alves <pedro@codesourcery.com>
16596
16597 PR breakpoints/9681:
16598 * gdb.base/watchpoint.exp: Add regression test.
16599
16600 2008-12-31 Pedro Alves <pedro@codesourcery.com>
16601
16602 * gdb.threads/attach-into-signal.exp: Don't use
16603 gdb_suppress_entire_file.
16604 * gdb.threads/attach-stopped.exp: Ditto.
16605 * gdb.threads/attachstop-mt.exp: Ditto.
16606
16607 2008-12-31 Pedro Alves <pedro@codesourcery.com>
16608
16609 PR gdb/8812:
16610 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
16611
16612 2008-12-29 Pedro Alves <pedro@codesourcery.com>
16613
16614 PR gdb/7536:
16615 * gdb.base/radix.exp: Add tests to ensure invalid input radices
16616 and unsupported output radices are really rejected.
16617
16618 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16619
16620 * gdb.cp/punctuator.exp: Backslash the '$' signs.
16621
16622 2008-12-22 Tom Tromey <tromey@redhat.com>
16623
16624 * gdb.cp/punctuator.exp: New file.
16625
16626 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16627
16628 * gdb.base/completion.exp (Completing non-existing component): New test.
16629
16630 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16631
16632 Fix for PR gdb/8648.
16633 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
16634 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
16635 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
16636 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
16637
16638 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16639
16640 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
16641
16642 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
16643
16644 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
16645 compiler actually generate code at the expected line number.
16646
16647 2008-12-15 Jie Zhang <jie.zhang@analog.com>
16648
16649 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
16650
16651 2008-12-12 Tom Tromey <tromey@redhat.com>
16652
16653 * gdb.base/commands.exp (redefine_hook_test): New proc.
16654 Call it.
16655
16656 2008-12-11 Tom Tromey <tromey@redhat.com>
16657
16658 * gdb.base/macscp.exp: New regression test.
16659
16660 2008-12-11 Tom Tromey <tromey@redhat.com>
16661
16662 * gdb.base/macscp.exp: Print "address.addr".
16663 * gdb.base/macscp1.c (struct outer): New struct.
16664 (address): New global.
16665
16666 2008-12-09 Tom Tromey <tromey@redhat.com>
16667
16668 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
16669 Call it.
16670
16671 2008-12-04 Doug Evans <dje@google.com>
16672
16673 * gdb.server/ext-run.exp: Relax regexp for init program.
16674
16675 2008-12-03 Tristan Gingold <gingold@adacore.com>
16676
16677 * gdb.base/macscp.exp: Generate an object file during compilation
16678 to work around Darwin dsymutil limitations.
16679
16680 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16681
16682 Test resolving external references to TLS variables.
16683 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
16684 FILE2_THREAD_LOCAL.
16685 (testfile2, srcfile2): New variables.
16686 * gdb.threads/tls.c (file2_thread_local)
16687 (function_referencing_file2_thread_local): New.
16688 * gdb.threads/tls2.c: New file.
16689
16690 2008-11-28 Joel Brobecker <brobecker@adacore.com>
16691
16692 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
16693 rather than integer, as integer might not be big enough when
16694 on 64bit targets.
16695
16696 2008-11-27 Jerome Guitton <guitton@adacore.com>
16697
16698 * gdb.cp/formatted-ref.exp: Add equality test.
16699 * gdb.ada/formatted_ref.exp: Ditto.
16700
16701 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16702
16703 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
16704 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
16705
16706 2008-11-20 Andreas Schwab <schwab@suse.de>
16707
16708 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
16709 matching syscall entry point.
16710 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
16711 (tcatch_vfork_then_child_follow): Likewise. Finish through
16712 vfork even if we stopped at the syscall trampoline.
16713
16714 2008-11-20 Doug Evans <dje@google.com>
16715
16716 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
16717
16718 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
16719
16720 * gdb.arch/ppc-dfp.exp: New file.
16721 * gdb.arch/ppc-dfp.c: New file.
16722
16723 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
16724
16725 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
16726
16727 2008-11-17 Doug Evans <dje@google.com>
16728
16729 * gdb.mi/mi-syn-frame.exp: Update expected output.
16730 * gdb.mi/mi2-syn-frame.exp: Update expected output.
16731
16732 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
16733
16734 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
16735 "thread N" results in =thread-selected.
16736 * lib/mi-support (mi_run_cmd, mi_expect_stop)
16737 (mi_send_resuming_command_raw): Be prepared for
16738 =thread-selected.
16739
16740 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
16741
16742 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
16743 * lib/mi-support.exp: Likewise.
16744
16745 2008-11-16 Joel Brobecker <brobecker@adacore.com>
16746
16747 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
16748 commands from the expected output for "help catch".
16749
16750 2008-11-15 Joel Brobecker <brobecker@adacore.com>
16751
16752 * gdb.ada/int_deref.exp: New testcase.
16753
16754 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
16755
16756 * gdb.mi/gdb2549.exp: New file.
16757
16758 2008-11-11 Doug Evans <dje@google.com>
16759
16760 * gdb.base/callexit.exp: New file.
16761 * gdb.base/callexit.c: New file.
16762
16763 2008-11-10 Doug Evans <dje@google.com>
16764
16765 * lib/gdb.exp (GDBFLAGS): Move -nx ...
16766 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
16767 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
16768 (default_gdb_start,default_gdb_exit): Ditto.
16769 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
16770 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
16771 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
16772 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
16773 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
16774 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
16775
16776 2008-11-03 Andreas Schwab <schwab@suse.de>
16777
16778 * gdb.base/hashline2.exp: Fix typo.
16779 * gdb.base/hashline3.exp: Likewise.
16780
16781 2008-10-30 Tom Tromey <tromey@redhat.com>
16782
16783 * gdb.base/pointers.exp: Add test.
16784 * gdb.base/pointers.c (k, S): New typedefs.
16785 (instance): New global.
16786
16787 2008-10-30 Andreas Schwab <schwab@suse.de>
16788
16789 * gdb.base/args.exp: Add tests for newlines.
16790
16791 2008-10-30 Joel Brobecker <brobecker@adacore.com>
16792
16793 gdb.base/foll-exec.exp: Update the expected output of a couple
16794 of "info breakpoints" tests.
16795
16796 2008-10-28 Tom Tromey <tromey@redhat.com>
16797
16798 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
16799
16800 2008-10-24 Pedro Alves <pedro@codesourcery.com>
16801
16802 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
16803 gdb_start_cmd.
16804 Use runto_main before any test that requires execution.
16805
16806 2008-10-23 Pedro Alves <pedro@codesourcery.com>
16807
16808 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
16809 instead of SIGINT.
16810
16811 2008-10-22 Joel Brobecker <brobecker@adacore.com>
16812
16813 * gdb.base/completion.exp: Update expected output following
16814 the addition of the "info tasks" command.
16815
16816 2008-10-22 Tom Tromey <tromey@redhat.com>
16817
16818 * gdb.base/exprs.exp (test_expr): Add test for string
16819 concatenation.
16820
16821 2008-10-19 Pedro Alves <pedro@codesourcery.com>
16822
16823 * configure.ac: Output gdb.python/Makefile.
16824 * configure: Regenerate.
16825 * gdb.python/Makefile.in: New.
16826
16827 2008-10-16 Joel Brobecker <brobecker@adacore.com>
16828
16829 * gdb.base/foll-fork.exp: Adjust the expected output to match
16830 the new description for fork/vfork catchpoints in the "info
16831 breakpoints" output.
16832
16833 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
16834
16835 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
16836
16837 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
16838
16839 * gdb.python/python-value.c: New file.
16840 * gdb.python/python-value.exp: New file.
16841
16842 2008-10-15 Pedro Alves <pedro@codesourcery.com>
16843
16844 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
16845
16846 2008-10-15 Denis Pilat <denis.pilat@st.com>
16847
16848 * gdb.cp/mb-ctor.exp: Fix a typo.
16849
16850 2008-10-09 Tom Tromey <tromey@redhat.com>
16851
16852 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
16853 'fprintf' and 'stderr'.
16854
16855 2008-10-07 Joel Brobecker <brobecker@adacore.com>
16856
16857 * gdb.ada/ref_tick_size.exp: New testcase.
16858
16859 2008-10-06 Doug Evans <dje@google.com>
16860
16861 * gdb.dwarf2/dw2-cu-size.exp: New file.
16862 * gdb.dwarf2/dw2-cu-size.S: New file.
16863
16864 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
16865 .Ltype_int for clarity.
16866
16867 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
16868
16869 PR gdb/2384:
16870 * gdb.cp/gdb2384.exp: Extended to test more cases.
16871 * gdb.cp/gdb2384.cc: Likewise.
16872 * gdb.cp/gdb2384-base.h: Likewise.
16873 * gdb.cp/gdb2384-base.cc: Likewise.
16874
16875 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16876
16877 * gdb.base/maint.exp (maint print type): Remove printing
16878 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
16879
16880 2008-09-30 Tom Tromey <tromey@redhat.com>
16881
16882 * gdb.base/macscp.exp: Add completion tests.
16883 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
16884 (TWENTY_THREE): Likewise.
16885 (FORTY_EIGHT): Likewise.
16886
16887 2008-09-30 Tom Tromey <tromey@redhat.com>
16888
16889 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
16890 everywhere.
16891 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
16892
16893 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
16894
16895 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
16896 testcase is derived from. Fix racy dependency on an expected PID
16897 number. No longer support the testcase on Linux kernel 2.4.x.
16898
16899 2008-09-27 Tom Tromey <tromey@redhat.com>
16900
16901 * gdb.base/macscp.exp: Add tests for stringification, splicing,
16902 and varargs.
16903
16904 2008-09-22 Pedro Alves <pedro@codesourcery.com>
16905
16906 * lib/mi-support.exp (mi_expect_interrupt): New.
16907 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
16908 from gdb.mi/mi-nonstop.exp.
16909 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
16910 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
16911 lib/mi-support.exp.
16912 Use mi_check_thread_states throughout. Avoid ".*" and do not
16913 require an anchor after -exec-run.
16914
16915 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
16916
16917 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
16918 stop is pending. Avoid ".*" when two stops are pending.
16919 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
16920 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
16921 newlines in fullnames.
16922 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
16923 (mi_expect_stop): Update comments. Only anchor in sync mode.
16924 Do not match newlines.
16925 (mi_send_resuming_command_raw): Always return status.
16926 (mi_get_stop_line): Do not match more than one line by accident.
16927 Only anchor in sync mode.
16928 (mi_run_inline_test): If -exec-next fails, give up.
16929
16930 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16931
16932 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
16933 on SPU.
16934
16935 2008-09-10 Joel Brobecker <brobecker@adacore.com>
16936
16937 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
16938
16939 2008-09-10 Joel Brobecker <brobecker@adacore.com>
16940
16941 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
16942 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
16943 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
16944 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
16945 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
16946 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
16947 gdb.ada/interface.exp, gdb.ada/null_array.exp,
16948 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
16949 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
16950 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
16951 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
16952 Include the "= " sequence in the expected output of print tests.
16953
16954 2008-09-10 Joel Brobecker <brobecker@adacore.com>
16955
16956 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
16957 description for boolean types.
16958
16959 2008-09-09 Pedro Alves <pedro@codesourcery.com>
16960
16961 * gdb.base/hook-stop-continue.c: New.
16962 * gdb.base/hook-stop-continue.exp: New.
16963
16964 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
16965
16966 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
16967
16968 2008-09-08 Jerome Guitton <guitton@adacore.com>
16969
16970 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
16971 (stack_check_probe_2, stack_check_probe_loop_1)
16972 (stack_check_probe_loop_2): New functions.
16973 (main): Add call to these new functions.
16974 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
16975 functions, check that the breakpoint is inserted at the appropriate
16976 location.
16977 (insert_breakpoint): Slightly refine this procedure so that it can
16978 be called several times in the test.
16979
16980 2008-09-08 Jerome Guitton <guitton@adacore.com>
16981
16982 * gdb.base/stack-checking.c: New file.
16983 * gdb.base/stack-checking.exp: New file.
16984
16985 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
16986
16987 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
16988 * gdb.arch/altivec-regs.exp: Likewise.
16989 * gdb.arch/vsx-regs.exp: Likewise.
16990
16991 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
16992
16993 * gdb.arch/ppc-fp.exp: New file.
16994 * gdb.arch/ppc-fp.c: New file.
16995
16996 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
16997
16998 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
16999 lest gcc-4.3.1 optimizes the whole thing away.
17000
17001 2008-09-04 Michael Snyder <msnyder@vmware.com>
17002
17003 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
17004 as "at" (for non-debug functions such as _start).
17005
17006 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17007
17008 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
17009 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
17010 software watchpoints.
17011 * gdb.base/watch_thread_num.exp: Likewise.
17012
17013 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
17014
17015 * gdb.arch/i386-bp_permanent.exp: New test.
17016
17017 2008-08-24 Tom Tromey <tromey@redhat.com>
17018
17019 * gdb.base/maint.exp: Update "maint print type".
17020
17021 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
17022
17023 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
17024 support. Adjust the order of "*running" notifications.
17025 * gdb.mi/non-stop.c: Don't cast from int to void* and
17026 back.
17027
17028 2008-08-20 Mark Kettenis <kettenis@gnu.org>
17029
17030 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
17031 expect to find it in the "info frame" output.
17032
17033 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
17034
17035 * gdb.base/interp.exp: Always consume both prompts.
17036
17037 2008-08-20 Pedro Alves <pedro@codesourcery.com>
17038
17039 * gdb.base/pending.exp: Test pending breakpoints without symbols
17040 loaded.
17041
17042 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
17043
17044 * lib/mi-support.exp (mi_expect_stop): Produce
17045 more details on failures.
17046 * gdb.mi/mi-nonstop.exp: New.
17047 * gdb.mi/non-stop.c: New.
17048
17049 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
17050
17051 * gdb.mi/mi-async.exp: Use 'set target-async'.
17052 * lib/mi-support.exp: Use 'set/show target-async'.
17053
17054 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
17055
17056 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
17057
17058 2008-08-17 Tom Tromey <tromey@redhat.com>
17059
17060 * gdb.base/help.exp (help catch): Rewrite.
17061
17062 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
17063
17064 * gdb.base/define.exp: Test indented command documentation.
17065 * gdb.python/python.exp: Test indented multi-line command.
17066
17067 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
17068
17069 * testsuite/gdb.arch/vsx-regs.c: New source file.
17070 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
17071 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
17072
17073 2008-08-14 Tom Tromey <tromey@redhat.com>
17074
17075 * gdb.base/macscp.exp: Add regression test for "macro define" or
17076 "macro undef" with no arguments.
17077
17078 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
17079
17080 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
17081
17082 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17083
17084 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
17085
17086 2008-08-06 Tom Tromey <tromey@redhat.com>
17087
17088 * gdb.python/python.exp: New file.
17089
17090 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17091
17092 Fix for PR gdb/1543.
17093 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
17094 $LOCATION.
17095 (location): New variable.
17096 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
17097 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
17098 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
17099 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
17100 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
17101 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
17102 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
17103 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
17104 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
17105 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
17106 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
17107 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
17108 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
17109 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
17110 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
17111 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
17112 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
17113 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
17114 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
17115 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
17116 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
17117 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
17118 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
17119 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
17120 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
17121 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
17122 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
17123 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
17124 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
17125 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
17126 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
17127 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
17128 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
17129 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
17130 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
17131 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
17132 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
17133 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
17134 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
17135 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
17136 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
17137 gdb.base/type-opaque.exp, gdb.base/until.exp,
17138 gdb.base/value-double-free.c, gdb.base/varargs.exp,
17139 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
17140 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
17141 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
17142 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
17143 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
17144 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
17145 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
17146 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
17147 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
17148 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
17149 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
17150 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
17151 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
17152 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
17153 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
17154 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
17155 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
17156 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
17157 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
17158 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
17159 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
17160 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
17161 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
17162 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
17163 gdb.pascal/types.exp, gdb.stabs/weird.exp,
17164 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
17165 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
17166 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
17167 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
17168 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
17169 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
17170 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
17171 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
17172 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
17173 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
17174 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
17175 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
17176 lib/mi-support.exp, lib/trace-support.exp: Remove reference
17177 to bug-gdb@prep.ai.mit.edu .
17178
17179 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
17180
17181 * lib/mi-support.exp (mi_load_shlibs): New.
17182 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
17183
17184 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
17185
17186 * lib/mi-support.exp (get_mi_thread_list)
17187 (check_mi_and_console_threads): New, moved from ...
17188 * gdb.mi/mi-pthread.exp: ...here.
17189 * gdb.mi/gdb669.exp (get_mi_thread_list)
17190 (check_mi_and_console_threads): Delete.
17191 * gdb.mi/mi2-pthread.exp: Likewise.
17192
17193 2008-07-28 Tom Tromey <tromey@redhat.com>
17194
17195 * Makefile.in (just-check): Remove. Move body to...
17196 (check): ... here.
17197
17198 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17199
17200 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
17201 Add a test for duplicated SIGINTs.
17202
17203 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17204
17205 * gdb.threads/schedlock.exp (get_args): Update to work for any
17206 value of NUM.
17207 (Top level): Report the number of threads that did not resume.
17208
17209 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17210
17211 * gdb.dwarf2/dw2-compressed.S: Also define __start.
17212
17213 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17214
17215 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
17216 non-MI prompt.
17217
17218 2008-07-26 Tom Tromey <tromey@redhat.com>
17219
17220 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
17221 (function_struct, function_struct_ptr): New globals.
17222 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
17223 function pointer in a struct.
17224
17225 2008-07-26 Tom Tromey <tromey@redhat.com>
17226
17227 * gdb.base/macscp.exp: Add test for macro lexing bug.
17228
17229 2008-07-18 Tom Tromey <tromey@redhat.com>
17230
17231 * gdb.base/macscp.exp: Add macro tests.
17232
17233 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
17234
17235 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
17236
17237 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
17238
17239 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
17240
17241 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
17242
17243 * gdb.cp/class2.exp: fix for failure on spu-elf
17244
17245 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
17246
17247 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
17248
17249 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17250
17251 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
17252
17253 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
17254
17255 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
17256
17257 2008-07-11 Kevin Buettner <kevinb@redhat.com>
17258
17259 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
17260 of regexp to account for changes made to GDB in the printing of
17261 byte vectors.
17262
17263 2008-07-11 Tom Tromey <tromey@redhat.com>
17264
17265 * gdb.base/completion.exp: Add 'help' completion test.
17266
17267 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17268
17269 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
17270
17271 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17272
17273 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
17274
17275 2008-07-09 Pedro Alves <pedro@codesourcery.com>
17276
17277 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
17278
17279 2008-07-09 Pedro Alves <pedro@codesourcery.com>
17280
17281 * gdb.base/fullname.exp: Restore pwd if compiling failed.
17282
17283 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17284
17285 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
17286
17287 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
17288
17289 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
17290 previous commit. Add a comment.
17291
17292 2008-06-28 Pedro Alves <pedro@codesourcery.com>
17293
17294 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
17295
17296 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
17297
17298 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
17299
17300 2008-06-27 Pedro Alves <pedro@codesourcery.com>
17301
17302 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
17303 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
17304 compiling an executable, link in an object that forces unbuffered
17305 output.
17306 * lib/set_unbuffered_mode.c: New file.
17307
17308 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17309
17310 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
17311
17312 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
17313
17314 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
17315 mi_expect_stop.
17316 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
17317 Demand that *running is output.
17318 (detect_async): Perform checking every time.
17319 (mi_send_resuming_command): Extract everything into...
17320 (mi_send_resuming_command_raw): ...this.
17321 (mi_expect_stop): Don't accept any output before *stopped.
17322
17323 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
17324
17325 Robustify mi-simplerun.
17326 * gdb.mi/basics.c (main): Add a call to sleep.
17327 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
17328 * gdb.mi/mi2-cli.exp: Likewise.
17329 * gdb.mi/mi-break.exp: Likewise.
17330
17331 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
17332
17333 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
17334
17335 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
17336
17337 * gdb.mi/mi-console.exp: Adjust.
17338 * gdb.mi/mi-syn-frame.exp: Adjust.
17339 * gdb.mi/mi2-console.exp: Adjust.
17340 * gdb.mi/mi2-syn-frame.exp: Adjust.
17341 * lib/mi-support.exp (mi_run_cmd): Adjust.
17342 (mi_send_resuming_command): Adjust.
17343
17344 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
17345
17346 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
17347 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
17348 testing of stopped.
17349 * gdb.mi/mi2-syn-frame.exp: Likewise.
17350 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
17351 (async, detect_async): New.
17352 (mi_expect_stop, mi_continue_to_line): Adjust expectation
17353 depending on if we're running in sync or async mode.
17354
17355 2008-06-09 Tom Tromey <tromey@redhat.com>
17356
17357 * gdb.base/completion.exp: New tests for field name completion
17358 with spaces, and field name completion with '->'.
17359
17360 2008-06-06 Tom Tromey <tromey@redhat.com>
17361
17362 * gdb.base/break1.c (struct some_struct): New struct.
17363 (values): New global.
17364 * gdb.base/completion.exp: Add field name completion test.
17365
17366 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
17367
17368 * gdb.cp/call-c.exp: Test for incorrect handling of reference
17369 to pointer.
17370 * gdb.cp/call-c.cc: Likewise.
17371
17372 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
17373
17374 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
17375 annotation.
17376
17377 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
17378 Pedro Alves <pedro@codesourcery.com>
17379
17380 * gdb.threads/execl.c, gdb.threads/execl1.c,
17381 gdb.threads/execl.exp: New tests.
17382
17383 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
17384 Daniel Jacobowitz <dan@codesourcery.com>
17385
17386 * gdb.cp/exception.exp: Activate test, make it work with pending
17387 catchpoints.
17388
17389 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
17390
17391 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
17392
17393 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
17394
17395 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
17396 now printed.
17397 * gdb.mi/mi2-var-cmd.exp: Likewise.
17398
17399 2008-05-27 Andreas Schwab <schwab@suse.de>
17400
17401 * gdb.base/frame-args.exp: Handle arguments that are optimized
17402 out.
17403
17404 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
17405
17406 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
17407 quiet for ppc32 and group options into a single variable.
17408
17409 2008-05-23 Joel Brobecker <brobecker@adacore.com>
17410
17411 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
17412 of zero-size elements.
17413 * gdb.ada/null_array.exp: Test printing this new array.
17414
17415 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17416
17417 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
17418
17419 2008-05-21 Joel Brobecker <brobecker@adacore.com>
17420
17421 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
17422 of the "finish" command.
17423
17424 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
17425
17426 * gdb.base/annota1.exp: Test for new annotation.
17427
17428 2008-05-16 Pedro Alves <pedro@codesourcery.com>
17429
17430 * gdb.base/fixsection.exp: New file.
17431 * gdb.base/fixsection0.c: New file.
17432 * gdb.base/fixsection1.c: New file.
17433
17434 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17435
17436 * gdb.base/annota1.exp: Accept printf@... in place of printf.
17437 * gdb.base/annota3.exp: Likewise.
17438
17439 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
17440
17441 * gdb.base/watch_thread_num.exp: Don't run tests that require
17442 watchpoints if the target doesn't support them.
17443
17444 2008-05-12 Doug Evans <dje@google.com>
17445
17446 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
17447
17448 2008-05-09 Joel Brobecker <brobecker@adacore.com>
17449
17450 * gdb.ada/assign_1.exp: New testcase.
17451
17452 2008-05-09 Doug Evans <dje@google.com>
17453
17454 * gdb.base/find.exp: New file.
17455 * gdb.base/find.c: New file.
17456
17457 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
17458
17459 * gdb.base/commands.exp (watchpoint_command_test): Handle
17460 gdb,no_hardware_watchpoints.
17461 * gdb.base/float.exp: Allow ARM targets without floating point.
17462 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
17463
17464 2008-05-06 Jerome Guitton <guitton@adacore.com>
17465 Joel Brobecker <brobecker@adacore.com>
17466
17467 * gdb.ada/lang_switch: New test program.
17468 * gdb.ada/lang_switch.exp: New testcase.
17469
17470 2008-05-05 Doug Evans <dje@google.com>
17471
17472 * gdb.base/help.exp (disassemble): Update expected help text.
17473
17474 2008-05-04 Pedro Alves <pedro@codesourcery.com>
17475
17476 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
17477
17478 2008-05-04 Pedro Alves <pedro@codesourcery.com>
17479
17480 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
17481 different times.
17482
17483 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
17484
17485 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
17486 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
17487 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
17488 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
17489
17490 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
17491
17492 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
17493 notification to appear.
17494
17495 2008-05-04 Daniel Jacobowitz <dan@debian.org>
17496
17497 * gdb.base/fullname.c: New file.
17498 * gdb.base/fullname.exp: New file.
17499 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
17500
17501 2008-05-03 Pedro Alves <pedro@codesourcery.com>
17502
17503 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
17504 expressions with macros.
17505
17506 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
17507
17508 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
17509
17510 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
17511
17512 * gdb.base/completion.exp: Handle lack of other symbols beginning
17513 with "a".
17514
17515 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
17516
17517 2008-05-02 Jim Blandy <jimb@codesourcery.com>
17518
17519 * gdb.asm/asmsrc1.s: Add scratch space.
17520
17521 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
17522 Daniel Jacobowitz <dan@codesourcery.com>
17523
17524 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
17525 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
17526 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
17527
17528 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
17529
17530 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
17531
17532 2008-05-01 Joel Brobecker <brobecker@adacore.com>
17533
17534 * gdb.base/info-target.exp: New testcase.
17535
17536 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
17537
17538 * gdb.cp/hang.exp: Use .cc instead of .C.
17539 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
17540 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
17541
17542 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
17543
17544 * gdb.base/gdb1250.exp: Remove perror.
17545 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
17546
17547 2008-04-30 Pedro Alves <pedro@codesourcery.com>
17548
17549 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
17550 .2byte.
17551
17552 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
17553
17554 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
17555 (maybe_kfail): New.
17556
17557 2008-04-25 Pedro Alves <pedro@codesourcery.com>
17558
17559 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
17560
17561 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
17562
17563 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
17564 * gdb.mi/mi2-syn-frame.exp: Likewise.
17565 * lib/mi-support.exp: Likewise.
17566
17567 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
17568
17569 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
17570 to specify regexp for the location to stop at.
17571 * gdb.base/break-always.c: New.
17572 * gdb.base/break-always.exp: New.
17573
17574 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
17575
17576 * lib/mi-support.exp (mi_runto_helper): Adjust
17577 for the original-location field.
17578 (mi_create_breakpoint, mi_list_breakpoints): New.
17579 * gdb.mi/mi-break.exp: Adjust.
17580 * gdb.mi/mi2-break.exp: Adjust.
17581 * gdb.mi/mi-pending.exp: Adjust.
17582 * gdb.mi/mi-simplerun.exp: Adjust.
17583 * gdb.mi/mi2-simplerun.exp: Adjust.
17584 * gdb.mi/mi-syn-frame.exp: Adjust.
17585 * gdb.mi/mi2-syn-frame.exp: Adjust.
17586 * gdb.mi/mi-until.exp: Adjust.
17587 * gdb.mi/mi2-until.exp: Adjust.
17588 * gdb.mi/mi-var-display.exp: Adjust.
17589 * gdb.mi/mi2-var-display.exp: Adjust.
17590 * gdb.mi/mi-watch.exp: Adjust.
17591 * gdb.mi/mi2-watch.exp: Adjust.
17592
17593 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
17594
17595 * aclocal.m4: Add override.m4.
17596 * configure: Regenerate.
17597
17598 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
17599
17600 * gdb.mi/var-cmd.c (do_at_tests): Verify that
17601 '-var-update --all-values' reports new value even the type
17602 of a variable object has changed.
17603
17604 2008-04-18 Craig Silverstein <csilvers@google.com>
17605
17606 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
17607 files.
17608
17609 2008-04-18 Joel Brobecker <brobecker@adacore.com>
17610
17611 * gdb.ada/atomic_enum: New test program.
17612 * gdb.ada/atomic_enum.exp: New testcase.
17613
17614 2008-04-17 Doug Evans <dje@google.com>
17615
17616 * gdb.opt/Makefile.in: Fix whitespace.
17617
17618 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
17619
17620 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
17621
17622 2008-04-17 Doug Evans <dje@google.com>
17623
17624 * gdb.base/hashline1.exp: New testcase.
17625 * gdb.base/hashline2.exp: New testcase.
17626 * gdb.base/hashline2.exp: New testcase.
17627
17628 2008-04-17 Pedro Alves <pedro@codesourcery.com>
17629
17630 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
17631
17632 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
17633
17634 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
17635 temporary breakpoint to match "Temporary breakpoint".
17636 * gdb.base/break.exp (delete_breakpoints): Likewise.
17637 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
17638 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
17639 * gdb.base/display.exp: Likewise.
17640 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
17641 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
17642 * gdb.base/restore.exp (restore_tests): Likewise.
17643 * gdb.base/sepdebug.exp: Likewise.
17644 * gdb.base/watchpoint.exp: Likewise.
17645 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
17646 * gdb.mi/mi-pending.exp: Likewise.
17647 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
17648 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
17649 * gdb.mi/mi-var-cmd.exp: Likewise.
17650 * gdb.mi/mi-var-display.exp: Likewise.
17651 * gdb.mi/mi2-cli.exp: Likewise.
17652 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
17653 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
17654 * gdb.mi/mi2-var-display.exp: Likewise.
17655 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
17656 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
17657 new "disp" field.
17658 (mi_expect_stop): Move after_reason argument to be really after
17659 reason. This is to support fix for PR2424.
17660
17661 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17662
17663 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
17664
17665 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
17666
17667 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
17668 field. Add more floating varobj tests.
17669 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
17670 field.
17671 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
17672 (main): Call do_at_tests.
17673 * lib/mi-support.exp (mi_create_floating_varobj)
17674 (mi_varobj_update_with_type_change): New.
17675
17676 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
17677
17678 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
17679 option of -var-evaluate-expression.
17680 * gdb.mi/mi2-var-display.exp: Likewise.
17681
17682 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
17683
17684 Introduce test setup helpers.
17685 * lib/gdb.exp (build_executable, clean_restart)
17686 (prepare_for_testing): New.
17687 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
17688 * gdb.base/return.exp: Likewise.
17689 * gdb.base/ending-run.exp: Likewise.
17690
17691 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
17692
17693 * gdb.mi/mi-async.exp: New test for asynchronous Machine
17694 Interface (MI) responses.
17695
17696 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
17697
17698 * gdb.cp/breakpoint.cc: New code to test conditions involving
17699 member variables.
17700 * gdb.cp/breakpoint.exp: Test condition involving member
17701 variables.
17702
17703 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
17704
17705 * lib/mi-support.exp (mi_expect_stop): New.
17706 (mi_run_cmd): Change the
17707 token. Use mi_send_resuming_command, use
17708 mi_expect_stop.
17709 (mi_execute_to_helper): Rename to mi_execute_to.
17710 (mi_send_resuming_command): Add more error patterns.
17711 (mi_wait_for_stop): Renamed to...
17712 (mi_get_stop_line): ...this.
17713 (mi_run_inline_test): Adjust.
17714
17715 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
17716 * gdb.mi/mi-console.exp: Likewise.
17717 * gdb.mi/mi-pending.exp: Likewise.
17718 * gdb.mi/mi-simplerun.exp: Likewise.
17719 * gdb.mi/mi-stack.exp: Likewise.
17720 * gdb.mi/mi-stepi.exp: Likewise.
17721 * gdb.mi/mi-syn-frame.exp: Add comment.
17722 * gdb.mi/mi-until.exp: Likewise.
17723 * gdb.mi/mi-var-display.exp: Likewise.
17724 * gdb.mi/mi-watch.exp: Likewise.
17725 * gdb.mi/mi2-cli.exp: Likewise.
17726 * gdb.mi/mi2-console.exp: Likewise.
17727 * gdb.mi/mi2-simplerun.exp: Likewise.
17728 * gdb.mi/mi2-stack.exp: Likewise.
17729 * gdb.mi/mi2-stepi.exp: Likewise.
17730 * gdb.mi/mi2-until.exp: Likewise.
17731 * gdb.mi/mi2-var-display.exp: Likewise.
17732 * gdb.mi/mi2-watch.exp: Likewise.
17733
17734 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17735
17736 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
17737
17738 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
17739
17740 2008-04-04 Pedro Alves <pedro@codesourcery.com>
17741
17742 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
17743 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
17744 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
17745 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
17746 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
17747 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
17748 expect an mi error duplicated in stderr.
17749
17750 2008-04-03 Joel Brobecker <brobecker@adacore.com>
17751
17752 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
17753 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
17754 Add a couple of tests that verify the behavior when the new setting
17755 is set to "cancel" and "all".
17756 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
17757 "ask" before we start the testing.
17758
17759 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
17760
17761 * gdb.cp/casts.cc: Add class reference variables.
17762 * gdb.cp/casts.exp: New test cases for up/down casting references.
17763
17764 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
17765
17766 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
17767 instead of beginning to make an extra test pass.
17768 * gdb.mi/mi2-var-display.exp: Likewise.
17769
17770 2008-03-31 Maciej W. Rozycki <macro@mips.com>
17771
17772 * gdb.base/break.exp: Mark failures as such. Fix formatting.
17773
17774 2008-03-31 Markus Deuling <deuling@de.ibm.com>
17775 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17776
17777 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
17778 value. Add xfail for older kernels.
17779
17780 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
17781
17782 Bring mi-support in line with gdb.exp.
17783 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
17784 (mi_gdb_start): New function.
17785
17786 2008-03-28 Maciej W. Rozycki <macro@mips.com>
17787
17788 * gdb.mi/mi-var-cmd.exp: Fix a typo.
17789
17790 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
17791
17792 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
17793 * gdb.mi/mi2-var-display.exp: Likewise.
17794
17795 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
17796
17797 * lib/mi-support.exp (mi_create_varobj_checked): New.
17798 (mi_list_varobj_children): Allow to check for a
17799 value.
17800 (mi_list_array_varobj_children): New.
17801
17802 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
17803 and mi_list_varobj_children, as opposed to hardcoding
17804 expected strings.
17805 * gdb.mi/gdb701.exp: Likewise.
17806 * gdb.mi/gdb792.exp: Likewise.
17807 * gdb.mi/mi-var-block.exp: Likewise.
17808 * gdb.mi/mi-var-cmd.exp: Likewise.
17809 * gdb.mi/mi-var-invalidate.exp: Likewise.
17810 * gdb.mi/mi2-var-block.exp: Likewise.
17811 * gdb.mi/mi2-var-child.exp: Likewise.
17812 * gdb.mi/mi2-var-cmd.exp: Likewise.
17813 * gdb.mi/mi2-var-display.exp: Likewise.
17814
17815 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17816
17817 Fix random false FAILs on i386.
17818 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
17819
17820 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
17821
17822 PR gdb/544
17823 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
17824
17825 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
17826
17827 PR gdb/544
17828 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
17829
17830 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
17831
17832 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
17833 fixed PR gdb/544.
17834
17835 2008-03-21 Pedro Alves <pedro@codesourcery.com>
17836
17837 * gdb.threads/fork-child-threads.exp: Test next over fork.
17838
17839 2008-03-21 Chris Demetriou <cgd@google.com>
17840
17841 * gdb.base/break.exp (rbreak junk): New test for rbreak
17842 "Junk at end of arguments" issue.
17843
17844 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
17845
17846 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
17847 *& to work on created array elements.
17848 (Top level): Test print $pc with a file. Test string operations
17849 without a target.
17850 * gdb.base/ptype.exp: Do not expect *& to work on created array
17851 elements.
17852
17853 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
17854
17855 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
17856 gdb.threads/staticthreads.exp: Update exit query.
17857
17858 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
17859
17860 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
17861
17862 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
17863
17864 * gdb.base/watchpoint.c (global_ptr, func4): New.
17865 (main): Call func4.
17866 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
17867 (test_inaccessible_watchpoint): New.
17868
17869 2008-02-29 Maciej W. Rozycki <macro@mips.com>
17870
17871 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
17872 select the largest.
17873
17874 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
17875
17876 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
17877 frames-invalid annotations.
17878
17879 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
17880
17881 * gdb.base/assign.exp: avoid same output for different tests.
17882
17883 2008-02-27 Doug Evans <dje@google.com>
17884
17885 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
17886 for bug 1738.
17887 (breakpoint_to_handler_entry): Ditto.
17888
17889 2008-02-27 Joel Brobecker <brobecker@adacore.com>
17890
17891 * gdb.base/ending-run.exp: Use the first line of code inside
17892 function body to test breakpoints.
17893 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
17894 location where the breakpoint is inserted when using the line
17895 where a function is declared. Fix typo in the description of
17896 one of the tests.
17897 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
17898
17899 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
17900
17901 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
17902 tests.
17903
17904 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
17905
17906 * gdb.base/args.exp: avoid same output for tests
17907 with single quotes.
17908
17909 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
17910
17911 * gdb.base/annota1.exp: Adjust for 'info break'
17912 format changes.
17913 * gdb.base/annota3.exp: Likewise.
17914 * gdb.base/break.exp: Likewise.
17915 * gdb.base/condbreak.exp: Likewise.
17916 * gdb.base/pending.exp: Likewise.
17917 * gdb.base/sepdebug.exp: Likewise.
17918 * gdb.base/unload.exp: Likewise.
17919 * gdb.cp/ovldbreak.exp: Likewise.
17920 * gdb.mi/mi-pending.exp: Likewise.
17921
17922 2008-02-07 Doug Evans <dje@google.com>
17923
17924 * gdb.cp/mb-inline.exp: New.
17925 * gdb.cp/mb-inline.h: New.
17926 * gdb.cp/mb-inline1.cc: New.
17927 * gdb.cp/mb-inline2.cc: New.
17928
17929 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
17930
17931 * gdb.pascal/floats.pas: New test program.
17932 * gdb.pascal/floats.exp: New testcase.
17933
17934 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
17935
17936 * gdb.base/callfuncs.c (t_float_many_args): New function.
17937 (t_double_many_args): New function.
17938 * gdb.base/callfuncs.exp: Add tests for exceeding float
17939 and double parameters passed through the stack.
17940
17941 2008-02-05 Joel Brobecker <brobecker@adacore.com>
17942
17943 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
17944 gdb.ada/complete/foo.adb: New files.
17945 * gdb.ada/complete.exp: New testcase.
17946
17947 2008-02-03 Doug Evans <dje@google.com>
17948
17949 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
17950
17951 * gdb.cp/gdb2384.exp: New file.
17952 * gdb.cp/gdb2384.cc: New file.
17953 * gdb.cp/gdb2384-base.h: New file.
17954 * gdb.cp/gdb2384-base.cc: New file.
17955
17956 2008-02-02 Doug Evans <dje@google.com>
17957
17958 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
17959
17960 2007-02-01 Joel Brobecker <brobecker@adacore.com>
17961
17962 * gdb.ada/sym_print_name: New test program.
17963 * gdb.ada/sym_print_name.exp: New testcase.
17964
17965 2007-02-01 Joel Brobecker <brobecker@adacore.com>
17966
17967 * gdb.ada/nested/hello.adb: New file.
17968 * gdb.ada/nested.exp: New testcase.
17969 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
17970
17971 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
17972
17973 * gdb.mi/basic.c (return_1): New function.
17974 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
17975 don't cause future evaluations of function to report
17976 creation of internal breakpoints.
17977
17978 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
17979
17980 * gdb.mi/mi-break.exp (test_error): New.
17981 Call it.
17982
17983 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
17984
17985 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
17986 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
17987
17988 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
17989
17990 * gdb.pascal/integers.pas: New test program.
17991 * gdb.pascal/integers.exp: New testcase.
17992
17993 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
17994
17995 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
17996
17997 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
17998
17999 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
18000 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
18001
18002 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
18003
18004 * gdb.ada/formatted_ref: New test program.
18005 * gdb.ada/formatted_ref.exp: New testcase.
18006
18007 * gdb.cp/formatted-ref.cc: New file.
18008 * gdb.cp/formatted-ref.exp: New testcase.
18009
18010 2008-01-30 Joel Brobecker <brobecker@adacore.com>
18011
18012 * gdb.base/ptype.exp: Add testing of "ptype $pc".
18013
18014 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
18015
18016 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
18017 (test_file_list_exec_source_file): Update to new macro-info field.
18018
18019 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
18020
18021 * gdb.ada/exprs: New test program.
18022 * gdb.ada/exprs.exp: New testcase.
18023
18024 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
18025
18026 * dfp-test.c (DELTA, DELTA_B): New definitions.
18027 (double_val1, double_val2, double_val3, double_val4, double_val5,
18028 double_val6, double_val7, double_val8, double_val9, double_val10,
18029 double_val11, double_val12, double_val13, double_val14, dec32_val1,
18030 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
18031 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
18032 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
18033 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
18034 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
18035 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
18036 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
18037 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
18038 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
18039 dec128_val16): New global variables.
18040 (decimal_dec128_align): New function.
18041 (decimal_mixed): Likewise.
18042 (decimal_many_args_dec32): Likewise.
18043 (decimal_many_args_dec64): Likewise.
18044 (decimal_many_args_dec128): Likewise.
18045 (decimal_many_args_mixed): Likewise.
18046 * dfp-test.exp: Add tests calling new inferior functions.
18047
18048 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
18049
18050 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
18051 gdb.server/ext-run.exp: New files.
18052 * lib/gdbserver-support.exp (gdbserver_download): New.
18053 (gdbserver_start): New. Update gdbserver expected
18054 output.
18055 (gdbserver_spawn): Use them.
18056 (gdbserver_start_extended): New.
18057
18058 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
18059
18060 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
18061 Run on GNU/Linux.
18062 (do_exec_tests): Check for systems which do not support catchpoints.
18063 Do not match START.
18064 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
18065 Run on GNU/Linux. Enable verbose output.
18066 (check_fork_catchpoints): New.
18067 (explicit_fork_child_follow, catch_fork_child_follow)
18068 (tcatch_fork_parent_follow): Update expected messages.
18069 (do_fork_tests): Use check_fork_catchpoints.
18070 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
18071 Run on GNU/Linux. Enable verbose output.
18072 (check_vfork_catchpoints): New.
18073 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
18074 expected messages.
18075 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
18076
18077 2008-01-29 Jim Blandy <jimb@red-bean.com>
18078
18079 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
18080 host' errors.
18081 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
18082
18083 2008-01-29 Jim Blandy <jimb@red-bean.com>
18084
18085 * gdb.threads/sigthread.c: Use barriers to ensure that
18086 child_thread and child_thread_two are always initialized before we
18087 start to use them.
18088
18089 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
18090
18091 * gdb.base/watchpoint-solib.exp: New.
18092 * gdb.base/watchpoint-solib.c: New.
18093 * gdb.base/watchpoint-solib-shr.c: New.
18094
18095 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
18096
18097 * gdb.base/gdb1056.exp: Add unsigned integer test.
18098
18099 2008-01-28 Doug Evans <dje@google.com>
18100
18101 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
18102
18103 2008-01-27 Jim Blandy <jimb@codesourcery.com>
18104
18105 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
18106
18107 * gdb.base/expand-psymtabs.exp: Doc fix.
18108
18109 2008-01-26 Mark Kettenis <kettenis@gnu.org>
18110
18111 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
18112
18113 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
18114
18115 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
18116 -var-set-format.
18117
18118 2008-01-23 Chris Demetriou <cgd@google.com>
18119
18120 * gdb.threads/thread_events.c: New testcase source file.
18121 * gdb.threads/thread_events.exp: New testcase expect file.
18122
18123 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
18124
18125 * lib/gdb.exp: Add the variable octal.
18126
18127 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
18128 -var-set-format.
18129
18130 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
18131 Vladimir Prus <vladimir@codesourcery.com>
18132
18133 * gdb.base/float.exp: Allow missing floating point for m68k and
18134 PowerPC.
18135
18136 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
18137
18138 * gdb.mi/basics.c: Setup for testing breakpoints
18139 ignore count.
18140 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
18141 * gdb.mi/mi-cli.exp: Adjust.
18142 * gdb.mi/mi2-cli.exp: Adjust.
18143
18144 2008-01-17 Pedro Alves <pedro@codesourcery.com>
18145
18146 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
18147 and 'dummy_ptr' integer pointer. Initialize struct_declarations
18148 with dummy_ptr's address.
18149 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
18150 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
18151 all targets.
18152 * gdb.mi/mi2-var-child.exp: Likewise.
18153
18154 2008-01-09 Joel Brobecker <brobecker@adacore.com>
18155
18156 * gdb.ada/null_array: New test program.
18157 * gdb.ada/null_array.exp: New testcase.
18158
18159 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
18160
18161 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
18162 with required float modifiers.
18163
18164 2008-01-08 Joel Brobecker <brobecker@adacore.com>
18165
18166 * gdb.ada/funcall_param: New test program.
18167 * gdb.ada/funcall_param.exp: New testcase.
18168
18169 2008-01-08 Joel Brobecker <brobecker@adacore.com>
18170
18171 * gdb.ada/arrayparam: New test program.
18172 * gdb.ada/arrayparam.exp: New testcase.
18173
18174 2008-01-08 Joel Brobecker <brobecker@adacore.com>
18175
18176 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
18177 landed. Should also fix random failures in the test following it.
18178
18179 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
18180
18181 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
18182 for expressions with decimal float values.
18183 (test_dfp_conversions): New function to test casts to and from
18184 decimal float types.
18185 Call test_dfp_conversions.
18186 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
18187 elements.
18188 (main): Initialize ds.float4 and ds.double8 elements.
18189 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
18190 string to new error message.
18191 (d64_set_tests): Likewise.
18192 (d128_set_tests): Likewise.
18193 Add tests for expressions with decimal float variables. Add tests for
18194 conversions to and from decimal float types.
18195
18196 2008-01-05 Joel Brobecker <brobecker@adacore.com>
18197
18198 * gdb.ada/packed_tagged/comp_bug.adb: New file.
18199 * gdb.ada/packed_tagged.exp: New testcase.
18200
18201 2008-01-04 Joel Brobecker <brobecker@adacore.com>
18202
18203 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
18204 gdb.ada/homonym/homonym_main.adb: New files.
18205 * gdb.ada/homonym.exp: New testcase.
18206
18207 2008-01-04 Joel Brobecker <brobecker@adacore.com>
18208
18209 * gdb.ada/packed_array.exp: Add testing of references to
18210 a packed array.
18211
18212 2008-01-04 Joel Brobecker <brobecker@adacore.com>
18213
18214 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
18215 New files.
18216 * gdb.ada/type_coercion.exp: New testcase.
18217
18218 2008-01-04 Joel Brobecker <brobecker@adacore.com>
18219
18220 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
18221 gdb.ada/tagged/foo.adb: New file.
18222 * gdb.ada/tagged.exp: New testcase.
18223
18224 2008-01-04 Joel Brobecker <brobecker@adacore.com>
18225
18226 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
18227 gdb.ada/ptype_field/foo.adb: New files.
18228 * gdb.ada/ptype_field.exp: New testcase.
18229
18230 2008-01-03 Joel Brobecker <brobecker@adacore.com>
18231
18232 * gdb.ada/print_pc.exp: New testcase.
18233
18234 2008-01-03 Joel Brobecker <brobecker@adacore.com>
18235
18236 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
18237 gdb.ada/taft_type/p.adb: New files.
18238 * gdb.ada/taft_type.exp: New testcase.
18239
18240 2008-01-03 Joel Brobecker <brobecker@adacore.com>
18241
18242 * gdb.ada/array_bounds/bar.adb: New file.
18243 * gdb.ada/array_bounds.exp: New testcase.
18244
18245 2008-01-03 Joel Brobecker <brobecker@adacore.com>
18246
18247 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
18248 gdb.ada/arrayptr/foo.adb: New files.
18249 * gdb.ada/arrayptr.exp: New testcase.
18250
18251 2008-01-03 Joel Brobecker <brobecker@adacore.com>
18252
18253 * gdb.base/set-lang-auto.exp: New testcase.
18254
18255 2008-01-03 Joel Brobecker <brobecker@adacore.com>
18256
18257 * gdb.ada/fun_addr/foo.adb: New file.
18258 * gdb.ada/fun_addr.exp: New testcase.
18259
18260 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
18261
18262 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
18263 New files
18264
18265 2008-01-02 Joel Brobecker <brobecker@adacore.com>
18266
18267 * array_subscript_addr/p.adb: New file.
18268 * array_subscript_addr.exp: New testcase.
18269
18270 2008-01-02 Joel Brobecker <brobecker@adacore.com>
18271
18272 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
18273 New files.
18274 * gdb.ada/str_cmp_ref.exp: New testcase.
18275
18276 2008-01-01 Joel Brobecker <brobecker@adacore.com>
18277
18278 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
18279 gdb.ada/fun_in_declare/foo.adb: New files.
18280 * gdb.ada/fun_in_declare.exp: New testcase.
18281
18282 2008-01-01 Joel Brobecker <brobecker@adacore.com>
18283
18284 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
18285 gdb.ada/ref_param/pck.ads: New files.
18286 * gdb.ada/ref_param.exp: New testcase.
18287
18288 2008-01-01 Joel Brobecker <brobecker@adacore.com>
18289
18290 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
18291 gdb.ada/interface/foo.adb: New files.
18292 * gdb.ada/interface.exp: New testcase.
18293
18294 2007-12-31 Jim Blandy <jimb@codesourcery.com>
18295
18296 * gdb.base/multi-forks.exp: Consume all output from child
18297 processes before proceeding to next test.
18298
18299 2007-12-29 Jim Blandy <jimb@codesourcery.com>
18300
18301 * configure: Regenerated.
18302
18303 2007-12-27 Joel Brobecker <brobecker@adacore.com>
18304
18305 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
18306 gdb.ada/fixed_cmp/fixed.adb: New files.
18307 * gdb.ada/fixed_cmp.exp: New testcase.
18308
18309 2007-12-27 Joel Brobecker <brobecker@adacore.com>
18310
18311 * gdb.ada/boolean_expr.exp: New testcase.
18312
18313 2007-12-26 Jim Blandy <jimb@codesourcery.com>
18314
18315 * gdb.base/multi-forks.exp: Doc fix.
18316
18317 2007-12-26 Joel Brobecker <brobecker@adacore.com>
18318
18319 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
18320 * gdb.ada/char_param.exp: Do not compile our test program with
18321 -gnata, this is unnecessary.
18322 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
18323
18324 2007-12-24 Joel Brobecker <brobecker@adacore.com>
18325
18326 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
18327 gdb.ada/print_chars/foo.adb: New files.
18328 * gdb.ada/print_chars.exp: New testcase.
18329
18330 2007-12-24 Joel Brobecker <brobecker@adacore.com>
18331
18332 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
18333 gdb.ada/char_param/foo.adb: New files.
18334 * gdb.ada/char_param.exp: New testcase.
18335
18336 2007-12-22 Jim Blandy <jimb@codesourcery.com>
18337
18338 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
18339 hard-coding source line numbers into the test.
18340 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
18341 gdb_get_line_number to find.
18342
18343 2007-12-22 Joel Brobecker <brobecker@adacore.com>
18344
18345 * gdb.base/ptype.c (highest): New struct type.
18346 (the_highest): New variable of that type.
18347 (main): Add dummy assignment to a field of variable the_highest.
18348 * gdb.base/ptype.exp: Test type printing of our new variable.
18349
18350 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
18351
18352 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
18353 and record first explicitly generated thread number.
18354 Use that thread number for thread specific watchpoint test.
18355 Add iteration number to repetitive tests.
18356
18357 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
18358 Jim Blandy <jimb@codesourcery.com>
18359
18360 * gdb.base/expand-psymtabs.c: New testcase
18361 source file.
18362 * gdb.base/expand-psymtabs.exp: New testcase
18363 expect file.
18364
18365 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
18366
18367 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
18368 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
18369
18370 2007-12-17 Joel Brobecker <brobecker@adacore.com>
18371
18372 * gdb.ada/frame_args/foo.adb: New file.
18373 * gdb.ada/frame_args/pck.ads: New file.
18374 * gdb.ada/frame_args/pck.adb: New file.
18375 * gdb.ada/frame_args.exp: New testcase.
18376
18377 2007-12-17 Joel Brobecker <brobecker@adacore.com>
18378
18379 * gdb.base/frame-args.c: New file.
18380 * gdb.base/frame-args.exp: New testcase.
18381
18382 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
18383 Joseph Myers <joseph@codesourcery.com>
18384
18385 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
18386
18387 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
18388
18389 * gdb.mi/mi-pending.exp: New.
18390 * gdb.mi/mi-pending.c: New.
18391 * gdb.mi/mi-pendshr.c: New.
18392
18393 2007-12-06 Jim Blandy <jimb@codesourcery.com>
18394
18395 * gdb.base/default.exp: Update expected output for 'info catch'.
18396
18397 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18398
18399 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
18400 must be set to binary.
18401
18402 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
18403
18404 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
18405
18406 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
18407
18408 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
18409 gdb.mi/mi-file-transfer.exp: New.
18410
18411 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18412
18413 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
18414
18415 2007-11-22 Maciej W. Rozycki <macro@mips.com>
18416
18417 * gdb.trace/backtrace.exp: Fix a typo.
18418 * gdb.trace/circ.exp: Likewise.
18419 * gdb.trace/collection.exp: Likewise.
18420 * gdb.trace/limits.exp: Likewise.
18421 * gdb.trace/report.exp: Likewise.
18422 * gdb.trace/tfind.exp: Likewise.
18423 * gdb.trace/while-dyn.exp: Likewise.
18424
18425 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
18426
18427 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
18428 objects of pointers that can't be dereferenced are now
18429 "noneditable".
18430
18431 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18432
18433 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
18434 (target_cpu): Remove.
18435
18436 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
18437
18438 * gdb.base/ending-run.exp: Expect the list of cleared
18439 breakpoint to come in natural order, not the reversed one.
18440
18441 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
18442
18443 * gdb.mi/mi-var-child.c (do_child_deletion): New.
18444 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
18445
18446 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
18447
18448 * gdb.base/printcmds.exp: New function
18449 test_printf_with_dfp.
18450
18451 2007-11-02 Doug Evans <dje@google.com>
18452
18453 * gdb.disasm/t01_mov.s: Remove carriage returns.
18454 * gdb.disasm/t02_mova.s: Ditto.
18455 * gdb.disasm/t03_add.s: Ditto.
18456 * gdb.disasm/t04_sub.s: Ditto.
18457 * gdb.disasm/t05_cmp.s: Ditto.
18458 * gdb.disasm/t06_ari2.s: Ditto.
18459 * gdb.disasm/t07_ari3.s: Ditto.
18460 * gdb.disasm/t08_or.s: Ditto.
18461 * gdb.disasm/t09_xor.s: Ditto.
18462 * gdb.disasm/t10_and.s: Ditto.
18463 * gdb.disasm/t11_logs.s: Ditto.
18464 * gdb.disasm/t12_bit.s: Ditto.
18465 * gdb.disasm/t13_otr.s: Ditto.
18466
18467 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
18468
18469 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
18470
18471 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18472
18473 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
18474 provide DFP support.
18475
18476 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
18477
18478 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
18479 Test "set powerpc vector-abi". Skip auto-detection tests for old
18480 toolchains.
18481
18482 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
18483
18484 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
18485 with [string compare].
18486
18487 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
18488
18489 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
18490 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
18491
18492 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
18493
18494 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
18495 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
18496 * gdb.opt/Makefile.in: New makefile.
18497 * Makefile.in: Create new directory "gdb.opt".
18498 * configure.ac: Add "gdb.opt" directory.
18499 * configure: Regenerated.
18500
18501 2007-10-25 Doug Evans <dje@google.com>
18502
18503 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
18504 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
18505
18506 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
18507 Thiago Jung Bauermann <bauerman@br.ibm.com>
18508
18509 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
18510 Floating Point expressions.
18511 * gdb.base/dfp-test.exp: new file adding tests for Decimal
18512 Floating Point variables.
18513 * gdb.base/dfp-test.c: new file containing program with Decimal
18514 Floating variables, used by gdb.base/dfp-test.exp.
18515
18516 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
18517
18518 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
18519
18520 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18521
18522 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
18523 compiling test case with GCC.
18524 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
18525
18526 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18527
18528 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
18529 format changes.
18530
18531 2007-10-18 Michael Snyder <msnyder@specifix.com>
18532
18533 * gdb.base/dbx.exp: Add missing "-re " operator.
18534
18535 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
18536
18537 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
18538 * configure.ac: Removed trailing spaces after backslash.
18539 * gdb.modula2: New directory.
18540 * gdb.modula2/Makefile.in: New file.
18541 * gdb.modula2/unbounded-array.exp: New file.
18542 * gdb.modula2/unbounded1.c: New file.
18543
18544 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
18545
18546 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
18547
18548 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
18549
18550 * gdb.base/sigstep.c (main): Add checks for
18551 return values for setitimer call.
18552 Call setitimer again with itimer = ITIMER_REAL
18553 if first call to setitimer fails.
18554
18555 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
18556
18557 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
18558 of $timeout.
18559
18560 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
18561
18562 * gdb.server/server-run.exp: Test for dynamic linker symbols.
18563
18564 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
18565
18566 * lib/gdb.exp (gdb_run_cmd): Move comment outside
18567 of gdb_expect call, to avoid interruption.
18568
18569 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
18570
18571 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
18572 (v_unsigned_long_long, v_long_long_array)
18573 (v_signed_long_long_array, v_unsigned_long_long_array)
18574 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
18575 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
18576 [!NO_LONG_LONG]: New.
18577 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
18578 v_long_long_member.
18579
18580 (v_long_long_func, v_signed_long_long_func)
18581 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
18582 (main) [!NO_LONG_LONG]: Initialize long long variants.
18583
18584 * gdb.base/whatis.exp: If board file requests no_long_long, build
18585 test with NO_LONG_LONG defined. Test long long, signed long long,
18586 and unsigned long long variants but only if board file doesn't
18587 disable it.
18588
18589 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
18590 Daniel Jacobowitz <dan@codesourcery.com>
18591
18592 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
18593 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
18594 * configure: Regenerated.
18595 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
18596 gdb.pascal/types.exp, lib/pascal.exp: New files.
18597
18598 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
18599
18600 * gdb.cp/classes.exp (do_tests): Always step to the line after the
18601 call.
18602 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
18603 to return to the call.
18604 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
18605 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
18606 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
18607 * gdb.mi/mi-until.exp (test_until): Likewise.
18608 * gdb.mi/mi2-until.exp (test_until): Likewise.
18609
18610 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
18611
18612 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
18613 two-char array.
18614 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
18615
18616 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
18617
18618 * gdb.threads/watchthreads.c (thread_function): Sleep between
18619 iterations.
18620 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
18621 at once for S/390. Generate matching fails and passes.
18622
18623 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
18624
18625 * gdb.mi/var-cmd.c (do_children_tests): Initialize
18626 the 'struct_declarations' variable to zeros.
18627
18628 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
18629
18630 * gdb.cp/mb-ctor.cc: New.
18631 * gdb.cp/mb-ctor.exp: New.
18632 * gdb.cp/mb-templates.cc: New.
18633 * gdb.cp/mb-templates.exp: New.
18634
18635 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
18636
18637 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
18638
18639 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
18640
18641 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
18642 targets.
18643 * configure: Regenerate.
18644
18645 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
18646
18647 * gdb.base/annota1.exp: Adjust for 'info break'
18648 format changes.
18649 * gdb.base/annota3.exp: Likewise.
18650 * gdb.base/break.exp: Likewise.
18651 * gdb.base/condbreak.exp: Likewise.
18652 * gdb.base/pending.exp: Likewise.
18653 * gdb.base/sepdebug.exp: Likewise.
18654 * gdb.base/unload.exp: Likewise.
18655 * gdb.base/ovldbreak.exp: Likewise.
18656
18657 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
18658
18659 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
18660 messages.
18661 * gdb.base/chng-syms.exp: Likewise.
18662 * gdb.base/unload.exp: Likewise.
18663
18664 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
18665
18666 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
18667
18668 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
18669
18670 * schedlock.c (NUM): Change to 1.
18671 (main): Use args[0] for the main thread.
18672 * schedlock.exp: Only expect two threads. Only issue one pass or fail
18673 regardless of the number of threads.
18674
18675 2007-09-14 Maciej W. Rozycki <macro@mips.com>
18676
18677 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
18678 type down.
18679 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
18680 test.
18681 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
18682 watchpoint type down.
18683 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
18684 test.
18685
18686 2007-09-14 Maciej W. Rozycki <macro@mips.com>
18687
18688 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
18689 Move all the tests here and run them twice, once using software
18690 watchpoints and once using hardware watchpoints.
18691 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
18692
18693 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
18694
18695 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
18696 test.
18697
18698 2007-09-10 Mark Kettenis <kettenis@gnu.org>
18699
18700 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
18701 build-id.
18702
18703 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
18704 know about $ORIGIN. Calculate output dir from $dest instead of
18705 using ${objdir}/{$subdir}.
18706
18707 2007-09-09 Mark Kettenis <kettenis@gnu.org>
18708
18709 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
18710 gcore, before continuing with the test.
18711
18712 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
18713
18714 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
18715 * gdb.mi/mi-watch.exp: Likewise.
18716
18717 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
18718 Jim Blandy <jimb@codesourcery.com>
18719
18720 * gdb.arch/i386-sse.exp: Do not expect character constants.
18721 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
18722 * gdb.base/display.exp: Allow print/s.
18723 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
18724 and unsigned char array changes.
18725
18726 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
18727
18728 * gdb.base/display.exp: Add tests for printf %p.
18729
18730 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
18731
18732 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
18733 the dll name to unicode.
18734
18735 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18736
18737 * gdb.base/default.exp (show version): Update the version text.
18738 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
18739
18740 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
18741
18742 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
18743 New files.
18744
18745 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
18746
18747 * lib/gdb.exp (build_id_debug_filename_get): New function.
18748 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
18749 Remove the generate DEBUG file for the future testcase runs.
18750 New testcase for the NT_GNU_BUILD_ID retrieval.
18751 Move the final testing step to ...
18752 (test_different_dir): ... a new function.
18753 New parameter XFAIL to XFAIL all the tests performed.
18754 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
18755 New parameter TYPE to PF_PREFIX all the tests performed.
18756
18757 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
18758
18759 * gdb.mi/mi-var-cp.cc (path_expression): New
18760 function.
18761 * gdb.mi/mi-var-cp.exp: Run path exression tests.
18762
18763 2007-08-27 Markus Deuling <deuling@de.ibm.com>
18764
18765 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
18766 to fit into SPU Local Store memory.
18767
18768 2007-08-23 Joel Brobecker <brobecker@adacore.com>
18769
18770 * gdb.base/default.exp: Adjust the expected output of "info
18771 warranty" after the switch to GPLv3.
18772
18773 2007-08-23 Joel Brobecker <brobecker@adacore.com>
18774
18775 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
18776 to 30000 (from 20000).
18777
18778 2007-08-23 Joel Brobecker <brobecker@adacore.com>
18779
18780 Switch the license of all .exp files to GPLv3.
18781 Switch the license of all .f and .f90 files to GPLv3.
18782 Switch the license of all .s and .S files to GPLv3.
18783
18784 2007-08-23 Joel Brobecker <brobecker@adacore.com>
18785
18786 * configure.ac: Switch license to GPLv3.
18787
18788 2007-08-23 Joel Brobecker <brobecker@adacore.com>
18789
18790 Switch the licensing to GPLv3 for all .ads and .adb files.
18791
18792 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
18793
18794 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
18795 and t_int_double.
18796 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
18797
18798 2007-08-17 Joel Brobecker <brobecker@adacore.com>
18799
18800 * gdb.base/step-line.c: Switch license to GPL version 3, and
18801 update copyright year.
18802 * gdb.base/step-line.inp: Likewise.
18803
18804 2007-08-17 Joel Brobecker <brobecker@adacore.com>
18805
18806 * gdb.base/gdb1555.exp: Make expected output immune to formatting
18807 changes inside gdb1555.c.
18808 * gdb.base/pending.exp: Likewise.
18809
18810 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
18811
18812 * config/default.exp: New file.
18813
18814 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
18815
18816 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
18817 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
18818
18819 2007-07-30 Maciej W. Rozycki <macro@mips.com>
18820
18821 * gdb.base/dump.exp: Force the correct endianness for binary
18822 formats not carrying this information.
18823
18824 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
18825
18826 * gdb.threads/staticthreads.exp: Match .*sem_post.
18827
18828 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
18829
18830 * gdb.base/readline.exp (operate_and_get_next): Match the final
18831 prompt.
18832
18833 2007-07-23 Kevin Buettner <kevinb@redhat.com>
18834
18835 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
18836 to restarting SID.
18837
18838 2007-07-18 Kevin Buettner <kevinb@redhat.com>
18839
18840 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
18841 prior to `gdb_start'.
18842
18843 2007-07-18 Kevin Buettner <kevinb@redhat.com>
18844
18845 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
18846 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
18847 Remove call to gdb_unload.
18848
18849 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
18850 Daniel Jacobowitz <dan@codesourcery.com>
18851
18852 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
18853 for __WIN32__.
18854 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
18855 * gdb.base/unload.exp: Use shared library test routines.
18856
18857 2007-07-03 Markus Deuling <deuling@de.ibm.com>
18858
18859 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
18860 * gdb.base/solib-symbol-lib.c: Likewise.
18861 * gdb.base/solib-symbol-main.c: Likewise.
18862
18863 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
18864
18865 * config/gdbserver.exp (gdb_reconnect): New.
18866 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
18867 gdb.base/solib-disc.exp: New files.
18868 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
18869 remote debugging".
18870 (gdb_compile): Add shlib_load flag.
18871 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
18872 port.
18873 (gdbserver_reconnect): New.
18874
18875 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
18876 Daniel Jacobowitz <dan@codesourcery.com>
18877
18878 * gdb.base/annota3.exp: Test for if construct.
18879
18880 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
18881
18882 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
18883
18884 2007-06-21 Chris Dearman <chris@mips.com>
18885 Maciej W. Rozycki <macro@mips.com>
18886
18887 * gdb.base/display.exp: Allow a newline after display/i.
18888 * gdb.base/pc-fp.exp: Likewise.
18889 * gdb.base/sigbpt.exp: Likewise.
18890
18891 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
18892
18893 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
18894 required features to be included.
18895
18896 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
18897
18898 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
18899 in info threads output.
18900
18901 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18902 Markus Deuling <deuling@de.ibm.com>
18903
18904 * gdb.arch/spu-info.exp: New testcase.
18905 * gdb.arch/spu-info.c: New file.
18906
18907 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
18908
18909 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
18910 tpcs_offset. Restore lr after the call.
18911 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
18912
18913 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
18914
18915 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
18916 (gdbserver_run): Kill any running gdbserver.
18917 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
18918
18919 2007-05-17 Maciej W. Rozycki <macro@mips.com>
18920
18921 * gdb.base/sigbpt.exp: Preset segv_addr.
18922
18923 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
18924
18925 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
18926 (gdb_compile_shlib): Likewise.
18927 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
18928 (default_gdb_init): Clear cleanfiles.
18929 (gdb_finish): Delete recorded cleanfiles.
18930 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
18931
18932 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
18933 Do not use isnative.
18934 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
18935 gdb.base/so-impl-ld.exp: Likewise.
18936 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
18937 * gdb.base/unload.exp: Likewise. Do not pass empty option to
18938 gdb_compile.
18939
18940 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
18941
18942 * config/unknown.exp: Remove.
18943
18944 2007-05-15 Markus Deuling <deuling@de.ibm.com>
18945
18946 * gdb.base/info-proc.exp: Check is_remote.
18947
18948 2007-05-14 Markus Deuling <deuling@de.ibm.com>
18949
18950 * gdb.base/gcore.exp: Initialize variable core_supported.
18951
18952 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
18953
18954 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
18955
18956 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
18957
18958 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
18959 * gdb.threads/print-threads.exp (test_all_threads): Allow
18960 negative and hexadecimal thread IDs.
18961
18962 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
18963
18964 * gdb.java/jprint.java (public): Avoid invalid call to static
18965 method.
18966
18967 2007-05-14 Denis Pilat <denis.pilat@st.com>
18968
18969 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
18970 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
18971 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
18972 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
18973 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
18974
18975 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18976
18977 * gdb.base/overlays.exp: Add support for targets with only code
18978 overlay support, not data overlay. Support spu-*-* target in
18979 this mode.
18980 * gdb.base/ovlymgr.c: Provide stubs for spu target.
18981 * gdb.base/spu.ld: New file.
18982
18983 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
18984
18985 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
18986
18987 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
18988
18989 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
18990
18991 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
18992
18993 * gdb.java/jmain.exp: Handle demangled names with and without method
18994 signatures.
18995
18996 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
18997
18998 * gdb.mi/mi-syn-frame.c (main, foo, bar)
18999 (have_a_very_merry_interrupt): Remove calls to puts.
19000 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
19001 inferior output.
19002 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
19003 test names.
19004
19005 2007-04-29 Markus Deuling <deuling@de.ibm.com>
19006 Daniel Jacobowitz <dan@codesourcery.com>
19007
19008 * gdb.base/auxv.exp (core_works): Also check is_remote.
19009 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
19010
19011 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
19012
19013 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
19014 message, not the undefined 'module' variable.
19015 * gdb.base/siginfo.exp: Likewise.
19016 * gdb.base/sigstep.exp: Likewise.
19017 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
19018 serialport.
19019 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
19020
19021 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
19022
19023 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
19024 target sim fails. Return 0 otherwise.
19025 (gdb_load): Return prematurely if gdb_target_sim fails.
19026
19027 2007-04-16 Denis Pilat <denis.pilat@st.com>
19028
19029 * gdb.base/setshow.exp: Reset height after having set it to 100.
19030
19031 2007-04-16 Denis Pilat <denis.pilat@st.com>
19032
19033 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
19034
19035 2007-04-16 Denis Pilat <denis.pilat@st.com>
19036
19037 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
19038
19039 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
19040
19041 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
19042 tests. Run the frozen varobjs test.
19043 * gdb.mi/var-cmd.c (do_frozen_tests): New.
19044 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
19045
19046 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19047
19048 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
19049 gdb.base/type-opaque.exp: New files.
19050
19051 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
19052
19053 * gdb.mi/mi-var-child.c
19054 (do_children_tests): User char[2] instead of
19055 char so that automatic printing of pointers to char
19056 don't give unpredicable result.
19057 * gdb.mi/var-cmd.c (do_locals_test): Initialize
19058 local variables.
19059 * gdb.mi/mi-var-child.exp: Step to right line
19060 of do_children_tests.
19061 * gdb.mi/mi2-var-child.exp: Likewise.
19062 * gdb.mi/mi-var-cmd.exp: Step to right line of
19063 do_locals_tests.
19064 (do_children_tests): User char[2] instead of
19065 char so that automatic printing of pointers to char
19066 don't give unpredicable result.
19067 * gdb.mi/mi2-var-cmd.exp: Likewise.
19068 * lib/mi-support.exp (mi_continue_to_line):
19069 Pass test name to mi_wait_for_stop.
19070
19071 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
19072
19073 * gdb.asm/asm-source.exp: Remove d10v case.
19074 * lib/gdb.exp (skip_cplus_tests): Likewise.
19075 * gdb.asm/d10v.inc: Deleted.
19076
19077 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
19078
19079 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
19080
19081 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
19082
19083 * config/netware.exp: Delete file.
19084
19085 2007-03-29 Joel Brobecker <brobecker@adacore.com>
19086
19087 * gdb.dwarf2/dw2-noloc.S: New file.
19088 * gdb.dwarf2/dw2-noloc.exp: New file.
19089
19090 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
19091
19092 * gdb.cp/method2.cc: New test.
19093 * gdb.cp/method2.exp: New test.
19094 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
19095
19096 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
19097
19098 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
19099
19100 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
19101
19102 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
19103
19104 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
19105
19106 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
19107 (gdb_load): Delete, replace with...
19108 (gdb_reload): ...this.
19109 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
19110 * gdb.server/server-mon.exp: Likewise.
19111 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
19112 (gdb_start_cmd): New.
19113 (gdb_file_cmd): Save the last loaded file.
19114 (gdb_reload): New.
19115 (gdb_gnu_strip_debug): Use transform.
19116 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
19117 support here. Use new $last_loaded_file. Check mtime.
19118 (gdb_target_cmd): Handle ObjC failure case.
19119 (infer_host_exec): Delete.
19120 (gdbserver_load): Rename to...
19121 (gdbserver_run): ...this. Simplify.
19122 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
19123 (mi_gdb_load): Move most contents to a new function...
19124 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
19125 (mi_run_cmd): Use mi_gdb_target_load.
19126 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
19127 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
19128 Use gdb_run_cmd.
19129 * gdb.base/charsign.exp: Remove incorrect comment.
19130 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
19131 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
19132 gdb.base/start.exp: Use gdb_start_cmd.
19133
19134 2007-03-23 Nigel Stephens <nigel@mips.com>
19135 Maciej W. Rozycki <macro@mips.com>
19136
19137 * gdb.base/sigbpt.exp: Fix the message when skipping test.
19138 * gdb.base/signull.exp: Similarly.
19139
19140 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19141
19142 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
19143 messages available to test cases (like chng-sym.exp).
19144
19145 2007-03-14 Andreas Schwab <schwab@suse.de>
19146
19147 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
19148 format changes.
19149
19150 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
19151
19152 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
19153 (optimized_1): New.
19154 (main): Call optimized_1.
19155 (gdb2029): Correct typos. Call gdb2029_marker.
19156 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
19157 for gdb2029.
19158
19159 2007-03-12 Mark Kettenis <kettenis@gnu.org>
19160
19161 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
19162 as tabs. Remove redundant test pattern.
19163
19164 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19165
19166 * gdb.base/long_long.exp: Accept optional symbol name in <...>
19167 for /a format output.
19168
19169 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
19170
19171 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
19172 collect output incrementally.
19173
19174 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19175
19176 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
19177 for -var-create lpcharacter test.
19178 * gdb.mi/mi2-var-cmd.exp: Likewise.
19179
19180 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19181
19182 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
19183 pass on targets where address zero is readable.
19184
19185 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19186
19187 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
19188 just a single architecture.
19189
19190 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19191
19192 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
19193 (fetch_all_registers): New function, uses gdb_test_multiple and
19194 exp_continue to fetch inferior output line-by-line.
19195 Replace all uses of do_get_all_registers by fetch_all_registers.
19196
19197 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19198
19199 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
19200 in target_info.
19201
19202 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
19203
19204 * gdb.threads/manythreads.exp: Use $message string for
19205 consistancy; add a default (timeout) case.
19206
19207 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
19208
19209 * gdb.base/watchpoint.exp: Fix truncated comment.
19210
19211 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
19212
19213 * Makefile.in: Remove spurious single-quotes from sed command.
19214
19215 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
19216
19217 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
19218 func.
19219 * gdb.mi/mi2-var-cmd.exp: Likewise.
19220
19221 2007-02-27 Joel Brobecker <brobecker@adacore.com>
19222
19223 * gdb.dwarf2/dw2-producer.S: New file.
19224 * gdb.dwarf2/dw2-producer.exp: New testcase.
19225
19226 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
19227
19228 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
19229 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
19230 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
19231 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
19232 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
19233 Revert tests to use mi_gdb_test and include value field in output
19234 of -var-create.
19235
19236 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
19237
19238 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
19239
19240 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
19241
19242 * gdb.base/maint.exp: Remove full paths from test names.
19243 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
19244 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
19245
19246 2007-02-27 Joel Brobecker <brobecker@adacore.com>
19247
19248 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
19249
19250 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
19251
19252 * gdb.server/server-mon.exp: New test.
19253
19254 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
19255
19256 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
19257
19258 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
19259
19260 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
19261 register capitalization.
19262
19263 2007-02-13 Denis Pilat <denis.pilat@st.com>
19264
19265 * gdb.mi/mi-var-invalidate.exp: New file.
19266
19267 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
19268
19269 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
19270
19271 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
19272
19273 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
19274
19275 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
19276
19277 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
19278 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
19279
19280 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
19281
19282 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
19283 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
19284 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
19285 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
19286 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
19287 * gdb.mi/gdb792.exp, lib/mi-support.exp:
19288 Update tests to include value field in output of -var-create.
19289
19290 2007-02-08 Andreas Schwab <schwab@suse.de>
19291
19292 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
19293
19294 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
19295
19296 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
19297 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
19298
19299 2007-02-02 Denis Pilat <denis.pilat@st.com>
19300
19301 * gdb.threads/threadapply.exp: check that frame is not changed by
19302 the thread apply all command.
19303
19304 2007-01-31 Andreas Schwab <schwab@suse.de>
19305
19306 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
19307
19308 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
19309 in the dwarf sections.
19310 * gdb.dwarf2/mac-fileno.S: Likewise.
19311
19312 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
19313 bspstore register on ia64.
19314
19315 2007-01-29 Andreas Schwab <schwab@suse.de>
19316
19317 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
19318 "frame-begin" annotation.
19319
19320 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
19321 number of "frames-invalid" annotations.
19322
19323 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
19324
19325 * gdb.base/commands.exp: Call if_commands_test.
19326 (gdb_test_no_prompt, if_commands_test): New.
19327
19328 2007-01-28 Mark Kettenis <kettenis@gnu.org>
19329
19330 * gdb.threads/sigthread.c (NSIGS): Make bigger.
19331
19332 2007-01-27 Andreas Schwab <schwab@suse.de>
19333
19334 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
19335 .short/.int/.quad in the dwarf sections.
19336 * gdb.dwarf2/dw2-intercu.S: Likewise.
19337 * gdb.dwarf2/dw2-intermix.S: Likewise.
19338
19339 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19340
19341 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
19342 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
19343 array.
19344 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
19345 * gdb.base/setvar.exp: Likewise.
19346
19347 2007-01-26 Andreas Schwab <schwab@suse.de>
19348
19349 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
19350 test.
19351
19352 * gdb.base/multi-forks.exp ("restart $i"): Also match
19353 __kernel_syscall_via_break.
19354
19355 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
19356
19357 * lib/mi-support.exp (mi_delete_varobj): New.
19358 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
19359 testcase.
19360 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
19361 (main): Call the above.
19362 (reference_update_test, base_in_reference_test)
19363 (reference_to_pointer): Delete the created varobjs.
19364
19365 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
19366
19367 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
19368 * configure: Regenerated.
19369 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
19370 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
19371 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
19372 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
19373 * lib/gdb.exp (gdb_skip_xml_test): New function.
19374
19375 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
19376
19377 * gdb.base/sigrepeat.exp: Correct error message.
19378
19379 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19380 Daniel Jacobowitz <dan@codesourcery.com>
19381
19382 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
19383 gdb.arch/i386-gnu-cfi-asm.S: New files.
19384
19385 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
19386
19387 * lib/gdb.exp: Abort on missing `site.exp'.
19388
19389 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19390 Daniel Jacobowitz <dan@codesourcery.com>
19391
19392 * gdb.base/included.c, gdb.base/included.exp,
19393 gdb.base/included.h: New files.
19394
19395 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
19396
19397 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
19398 (maximize_rlimit): Reduce limits on 64-bit systems.
19399
19400 2007-01-19 Mark Kettenis <kettenis@gnu.org>
19401
19402 From Marcus Deuling <deuling@de.ibm.com>:
19403 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
19404 every case.
19405
19406 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
19407
19408 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
19409 (test_path_specification): Use objdir instead of srcdir to always
19410 get an absolute filename.
19411
19412 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
19413
19414 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
19415
19416 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
19417
19418 * gdb.mi/mi-var-cp.cc (reference_update_tests):
19419 Make sure the variable we're using is in scope.
19420 (reference_to_pointer): Likewise.
19421
19422 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
19423
19424 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
19425 has no debug information.
19426
19427 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
19428
19429 * gdb.base/annota1.exp: Remove extra send_gdb.
19430
19431 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
19432
19433 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
19434
19435 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
19436
19437 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
19438
19439 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
19440 Daniel Jacobowitz <dan@codesourcery.com>
19441
19442 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
19443 lcharacter or linteger change. Correct duplicated test name.
19444 * gdb.mi/mi2-var-cmd.exp: Likewise.
19445
19446 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
19447
19448 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
19449
19450 2007-01-05 Joel Brobecker <brobecker@adacore.com>
19451
19452 * gdb.base/nofield.c: New file.
19453 * gdb.base/nofield.exp: New testcase.
19454
19455 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
19456
19457 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
19458
19459 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
19460 test.
19461
19462 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
19463
19464 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
19465
19466 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
19467
19468 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
19469 when continuing.
19470
19471 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
19472
19473 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
19474 Expect ".exe" extension.
19475
19476 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
19477
19478 * gdb.base/charset.exp: Add explicit filename to break.
19479 * gdb.base/dbx.exp: Add explicit filename to breaks.
19480
19481 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
19482
19483 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
19484 * gdb.mi/mi2-file.exp: Likewise.
19485
19486 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
19487
19488 Implement specification of MI tests as comments
19489 in C and C++ sources.
19490 * lib/mi-support.exp (mi_autotest_data): New variable.
19491 (mi_autotest_source): New variable.
19492 (count_newlines, mi_prepare_inline_tests)
19493 (mi_get_inline_test, mi_continue_to_line)
19494 (mi_run_inline_test, mi_tbreak)
19495 (mi_send_resuming_command, mi_wait_for_stop): New functions.
19496 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
19497 Run inline tests.
19498 * gdb.mi/mi-var-cp.cc: Define tests here.
19499
19500 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
19501
19502 Simplify usage of mi_continue_to.
19503 * lib/mi-support.exp (mi_runto_helper): Renamed
19504 from mi_runto, added new parameter 'run_or_continue'.
19505 (mi_runto): Use mi_runto_helper.
19506 (mi_continue_to): Accept just function name as parameter.
19507 Use mi_runto_helper.
19508 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
19509 * gdb.mi/mi2-var-cmd.exp: Likewise.
19510
19511 2006-01-04 Joel Brobecker <brobecker@adacore.com>
19512
19513 Make this testcase a bit more realistic. The current code
19514 is too simplistic, and allows the compiler to optimize out
19515 some of the entities we need for this testcase.
19516 * gdb.ada/null_record/bar.ads (Void_Star): New type.
19517 (Do_Nothing): Add extra parameter.
19518 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
19519 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
19520 by using a variable of type Void_Star.
19521
19522 2006-01-04 Joel Brobecker <brobecker@adacore.com>
19523
19524 * gdb.ada/catch_ex/foo.adb: New file.
19525 * gdb.ada/catch_ex.exp: New testcase.
19526
19527 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
19528
19529 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
19530 pass --image-base to linker.
19531
19532 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
19533 Daniel Jacobowitz <dan@codesourcery.com>
19534
19535 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
19536 secondary prompts.
19537
19538 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
19539
19540 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
19541 output. Test the types of members and member pointers.
19542 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
19543 gdb/2092.
19544 * gdb.cp/member-ptr.exp: Search for a comment instead of a
19545 statement. Enable for GCC. Update expected output for some tests
19546 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
19547 layout.
19548 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
19549 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
19550 (Diamond::vget_base): New.
19551 (main): Add new tests.
19552 * gdb.cp/printmethod.exp: Update expected output for member functions.
19553 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
19554 print pEe->D::vg().
19555
19556 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
19557
19558 * gdb.threads/tls.exp: Allow stops in sem_post.
19559
19560 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
19561
19562 * gdb.base/annota1.exp: Allow .*printf in backtraces.
19563 * gdb.base/annota3.exp: Likewise.
19564 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
19565 again (instead of timing out).
19566 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
19567 GCC bug 26475.
19568 * gdb.java/jmisc.exp: Adjust to work with method signatures including
19569 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
19570 test from jmisc1.exp.
19571 * gdb.java/jmisc1.exp: Delete.
19572 * gdb.java/jprint.exp: Adjust to work with method signatures including
19573 return types.
19574 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
19575 * gdb.threads/linux-dp.exp: Don't be confused by program output.
19576 * lib/java.exp (compile_java_from_source): Pass the correct type
19577 to target_compile.
19578
19579 2006-12-31 Joel Brobecker <brobecker@adacore.com>
19580
19581 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
19582 (stack_align_edx): New function.
19583 (stack_align_eax): New function.
19584 (main): Add calls to stack_align_edx and stack_align_eax.
19585 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
19586 Add testing for the cases where the register used during a stack
19587 realignment is edx. Same for eax.
19588
19589 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
19590
19591 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
19592 and generic PE targets.
19593
19594 2006-12-29 Joel Brobecker <brobecker@adacore.com>
19595
19596 * gdb.ada/array_return.exp: Update copyright date list.
19597
19598 2006-12-27 Joel Brobecker <brobecker@adacore.com>
19599
19600 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
19601 (Create_Small_Float_Vector): New function.
19602 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
19603 function body.
19604 * gdb.ada/array_return/p.adb: Use new type and function from
19605 package Pck.
19606 * gdb.ada/array_return.exp: Add a test verifying that GDB is
19607 able to print the value returned by a function returning an
19608 array of float.
19609
19610 2006-12-20 Joel Brobecker <brobecker@adacore.com>
19611
19612 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
19613 The associated tests should be PASSing.
19614
19615 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
19616
19617 Test for base in references.
19618 * gdb.mi/mi-var-cp.cc: Add test code.
19619 * gdb.mi/mi-var-cp.exp: Test for bases in references.
19620 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
19621 * gdb.mi/mi2-watch.exp: Likewise.
19622 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
19623 (mi_list_varobj_children): New function.
19624
19625 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
19626
19627 * lib/mi-support.exp
19628 (mi_runto): Accept "()" after function name.
19629 (mi_create_varobj): New function.
19630 (mi_varobj_update): New function.
19631 (mi_Check_varobj_value): New function.
19632 * gdb.mi/mi-var-cp.exp: New file.
19633 * gdb.mi/mi-var-cp.cc: New file.
19634
19635 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
19636
19637 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
19638 gdb.base/weaklib2.c: New files.
19639
19640 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
19641
19642 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
19643 info. Adjust test names.
19644
19645 * gdb.base/break.c (main): Move position of malloc.
19646 * gdb.base/break.exp: Revert mistaken checkin.
19647
19648 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
19649
19650 * gdb.mi/mi-var-cmd.exp: Check -var-update after
19651 assignement of arrays and function pointers.
19652 * gdb.mi/var-cmd.c: Add declaration necessary for above
19653 tests.
19654
19655 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
19656
19657 * gdb.base/break.c (main): Call malloc.
19658
19659 * gdb.threads/linux-dp.exp: Read thread table before and after
19660 creating each philosopher and verify it.
19661
19662 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
19663 Paul Brook <paul@codesourcery.com>
19664 Daniel Jacobowitz <dan@codesourcery.com>
19665
19666 * gdb.base/ending-run.exp: Flatten expect script stepping out of
19667 main to remove duplication. Add start function of the form
19668 '_*start[1-9]*'. Add RVDS start function.
19669
19670 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
19671
19672 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
19673
19674 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19675
19676 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
19677 * gdb.asm/spu.inc: New file.
19678 * gdb.base/term.exp: Disable if [target_info exists noargs].
19679 * gdb.gdb/complaints.exp: Disable if ![isnative].
19680 * gdb.gdb/selftest.exp: Likewise.
19681 * gdb.gdb/observer.exp: Likewise.
19682 * gdb.gdb/xfullpath.exp: Likewise.
19683 * gdb.base/attach.exp: Disable on SPU target.
19684 * gdb.cp/bs145503.exp: Likewise.
19685 * gdb.cp/exception.exp: Likewise.
19686 * gdb.cp/userdef.exp: Likewise.
19687
19688 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
19689
19690 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
19691
19692 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
19693
19694 * gdb.base/completion.exp: Fix completion tests for
19695 'info' and 'info '.
19696 * gdb.base/help.exp (help_test_raw, test_class_help)
19697 (test_prefix_command_help): Move...
19698 * lib/gdb.exp: Here.
19699 * gdb.base/main.exp: Adjust.
19700 * gdb.cp/maint.exp: Adjust.
19701 * gdb.trace/tracecmd.exp: Use test_help_class.
19702
19703 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
19704
19705 * gdb.stabs/weird.exp (print_weird_var): Use
19706 gdb_test_multiple instead of gdb_expect.
19707
19708 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
19709
19710 * gdb.base/help.exp (help_test_raw): New.
19711 (test_class_help): New.
19712 (test_prefix_command_help): New.
19713 Adjust testcases.
19714
19715 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
19716
19717 * gdb.base/constvars.c (main): Write to crass and crips, so that
19718 they are allocated by the compiler.
19719
19720 2006-10-27 Andreas Schwab <schwab@suse.de>
19721
19722 * gdb.base/multi-forks.exp: Use "detach fork" instead of
19723 "detach-fork".
19724
19725 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
19726
19727 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
19728 of patterns.
19729
19730 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
19731
19732 * gdb.base/sepdebug.exp: Remove debug format test.
19733 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
19734 Handle no-symtab.
19735 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
19736
19737 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
19738
19739 * gdb.threads/manythreads.c (thread_function, main): Don't cast
19740 int to pointer or pointer to int.
19741 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
19742
19743 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
19744
19745 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
19746
19747 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
19748
19749 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
19750
19751 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
19752
19753 PR c++/2116
19754 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
19755
19756 2006-10-06 Joel Brobecker <brobecker@adacore.com>
19757
19758 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
19759 the corresponding bug has been fixed in GDB (PR/2018).
19760
19761 2006-10-06 Joel Brobecker <brobecker@adacore.com>
19762
19763 * gdb.base/subst.exp: New testcase.
19764
19765 2006-10-06 Joel Brobecker <brobecker@adacore.com>
19766
19767 * gdb.ada/array_return/pck.ads: Add copyright notice.
19768 * gdb.ada/array_return/pck.adb: Likewise.
19769 * gdb.ada/array_return/p.adb: Likewise.
19770 * gdb.ada/exec_changed/first.adb: Likewise.
19771 * gdb.ada/exec_changed/second.adb: Likewise.
19772
19773 2006-10-06 Joel Brobecker <brobecker@adacore.com>
19774
19775 * gdb.ada/watch_arg/watch.adb: New file.
19776 * gdb.ada/watch_arg.exp: New testcase.
19777
19778 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
19779
19780 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
19781 via string_to_regexp.
19782 * gdb.mi/mi2-basics.exp: Likewise.
19783
19784 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
19785
19786 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
19787 Remove unused / obsolete files.
19788
19789 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
19790
19791 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
19792
19793 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
19794
19795 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
19796 HIGH_FRAME argument to -stack-list-arguments can be larger than
19797 the number of frames.
19798
19799 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
19800
19801 * gdb.base/args.c (main): Add breakpoint marker.
19802 * gdb.base/args.exp: Use args_test for tests. Add new tests which
19803 really test empty arguments.
19804 (args_load): Delete.
19805 (args_test): New.
19806
19807 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
19808
19809 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
19810 check for one file.
19811
19812 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
19813
19814 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
19815 HIGH_FRAME argument to -stack-list-locals can be larger than
19816 the number of frames.
19817
19818 2006-08-18 Fred Fish <fnf@specifix.com>
19819
19820 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
19821 '$' in front of skip_vmx_tests_saved when setting that.
19822
19823 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
19824
19825 * gdb.base/trace-commands.exp: New file.
19826
19827 2006-08-10 Joel Brobecker <brobecker@adacore.com>
19828 Daniel Jacobowitz <dan@codesourcery.com>
19829
19830 * gdb.base/step-bt.exp: Make hexadecimal address optional in
19831 expected output of the backtrace commands.
19832
19833 2006-08-09 Joel Brobecker <brobecker@adacore.com>
19834
19835 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
19836 untested followed by return combination.
19837 * gdb.arch/altivec-regs.exp: Likewise.
19838 * gdb.arch/e500-abi.exp: Likewise.
19839 * gdb.arch/e500-regs.exp: Likewise.
19840 * gdb.arch/gdb1291.exp: Likewise.
19841 * gdb.arch/gdb1431.exp: Likewise.
19842 * gdb.arch/gdb1558.exp: Likewise.
19843 * gdb.arch/i386-prologue.exp: Likewise.
19844 * gdb.arch/i386-unwind.exp: Likewise.
19845 * gdb.asm/asm-source.exp: Likewise.
19846 * gdb.base/a2-run.exp: Likewise.
19847 * gdb.base/advance.exp: Likewise.
19848 * gdb.base/all-bin.exp: Likewise.
19849 * gdb.base/annota1.exp: Likewise.
19850 * gdb.base/annota3.exp: Likewise.
19851 * gdb.base/args.exp: Likewise.
19852 * gdb.base/arithmet.exp: Likewise.
19853 * gdb.base/assign.exp: Likewise.
19854 * gdb.base/async.exp: Likewise.
19855 * gdb.base/attach.exp: Likewise.
19856 * gdb.base/bang.exp: Likewise.
19857 * gdb.base/bigcore.exp: Likewise.
19858 * gdb.base/bitfields.exp: Likewise.
19859 * gdb.base/bitfields2.exp: Likewise.
19860 * gdb.base/break.exp: Likewise.
19861 * gdb.base/call-sc.exp: Likewise.
19862 * gdb.base/call-strs.exp: Likewise.
19863 * gdb.base/callfuncs.exp: Likewise.
19864 * gdb.base/checkpoint.exp: Likewise.
19865 * gdb.base/chng-syms.exp: Likewise.
19866 * gdb.base/code-expr.exp: Likewise.
19867 * gdb.base/commands.exp: Likewise.
19868 * gdb.base/completion.exp: Likewise.
19869 * gdb.base/cond-expr.exp: Likewise.
19870 * gdb.base/condbreak.exp: Likewise.
19871 * gdb.base/consecutive.exp: Likewise.
19872 * gdb.base/constvars.exp: Likewise.
19873 * gdb.base/corefile.exp: Likewise.
19874 * gdb.base/cvexpr.exp: Likewise.
19875 * gdb.base/dbx.exp: Likewise.
19876 * gdb.base/define.exp: Likewise.
19877 * gdb.base/detach.exp: Likewise.
19878 * gdb.base/display.exp: Likewise.
19879 * gdb.base/dump.exp: Likewise.
19880 * gdb.base/ena-dis-br.exp: Likewise.
19881 * gdb.base/ending-run.exp: Likewise.
19882 * gdb.base/environ.exp: Likewise.
19883 * gdb.base/eval-skip.exp: Likewise.
19884 * gdb.base/exprs.exp: Likewise.
19885 * gdb.base/fileio.exp: Likewise.
19886 * gdb.base/finish.exp: Likewise.
19887 * gdb.base/float.exp: Likewise.
19888 * gdb.base/foll-exec.exp: Likewise.
19889 * gdb.base/foll-fork.exp: Likewise.
19890 * gdb.base/foll-vfork.exp: Likewise.
19891 * gdb.base/freebpcmd.exp: Likewise.
19892 * gdb.base/funcargs.exp: Likewise.
19893 * gdb.base/gcore.exp: Likewise.
19894 * gdb.base/gdb1090.exp: Likewise.
19895 * gdb.base/gdb1250.exp: Likewise.
19896 * gdb.base/huge.exp: Likewise.
19897 * gdb.base/info-proc.exp: Likewise.
19898 * gdb.base/interrupt.exp: Likewise.
19899 * gdb.base/jump.exp: Likewise.
19900 * gdb.base/langs.exp: Likewise.
19901 * gdb.base/lineinc.exp: Likewise.
19902 * gdb.base/list.exp: Likewise.
19903 * gdb.base/logical.exp: Likewise.
19904 * gdb.base/long_long.exp: Likewise.
19905 * gdb.base/macscp.exp: Likewise.
19906 * gdb.base/maint.exp: Likewise.
19907 * gdb.base/mips_pro.exp: Likewise.
19908 * gdb.base/miscexprs.exp: Likewise.
19909 * gdb.base/multi-forks.exp: Likewise.
19910 * gdb.base/opaque.exp: Likewise.
19911 * gdb.base/overlays.exp: Likewise.
19912 * gdb.base/pc-fp.exp: Likewise.
19913 * gdb.base/pointers.exp: Likewise.
19914 * gdb.base/printcmds.exp: Likewise.
19915 * gdb.base/psymtab.exp: Likewise.
19916 * gdb.base/ptype.exp: Likewise.
19917 * gdb.base/recurse.exp: Likewise.
19918 * gdb.base/relational.exp: Likewise.
19919 * gdb.base/relocate.exp: Likewise.
19920 * gdb.base/remote.exp: Likewise.
19921 * gdb.base/reread.exp: Likewise.
19922 * gdb.base/restore.exp: Likewise.
19923 * gdb.base/return.exp: Likewise.
19924 * gdb.base/return2.exp: Likewise.
19925 * gdb.base/scope.exp: Likewise.
19926 * gdb.base/sect-cmd.exp: Likewise.
19927 * gdb.base/sep.exp: Likewise.
19928 * gdb.base/sepdebug.exp: Likewise.
19929 * gdb.base/setshow.exp: Likewise.
19930 * gdb.base/setvar.exp: Likewise.
19931 * gdb.base/sigall.exp: Likewise.
19932 * gdb.base/sigbpt.exp: Likewise.
19933 * gdb.base/signals.exp: Likewise.
19934 * gdb.base/signull.exp: Likewise.
19935 * gdb.base/sizeof.exp: Likewise.
19936 * gdb.base/solib.exp: Likewise.
19937 * gdb.base/step-line.exp: Likewise.
19938 * gdb.base/step-test.exp: Likewise.
19939 * gdb.base/structs.exp: Likewise.
19940 * gdb.base/structs2.exp: Likewise.
19941 * gdb.base/term.exp: Likewise.
19942 * gdb.base/twice.exp: Likewise.
19943 * gdb.base/until.exp: Likewise.
19944 * gdb.base/varargs.exp: Likewise.
19945 * gdb.base/volatile.exp: Likewise.
19946 * gdb.base/watchpoint.exp: Likewise.
19947 * gdb.base/whatis-exp.exp: Likewise.
19948 * gdb.base/whatis.exp: Likewise.
19949 * gdb.cp/ambiguous.exp: Likewise.
19950 * gdb.cp/annota2.exp: Likewise.
19951 * gdb.cp/annota3.exp: Likewise.
19952 * gdb.cp/bool.exp: Likewise.
19953 * gdb.cp/breakpoint.exp: Likewise.
19954 * gdb.cp/casts.exp: Likewise.
19955 * gdb.cp/class2.exp: Likewise.
19956 * gdb.cp/classes.exp: Likewise.
19957 * gdb.cp/cplusfuncs.exp: Likewise.
19958 * gdb.cp/ctti.exp: Likewise.
19959 * gdb.cp/derivation.exp: Likewise.
19960 * gdb.cp/exception.exp: Likewise.
19961 * gdb.cp/gdb1355.exp: Likewise.
19962 * gdb.cp/hang.exp: Likewise.
19963 * gdb.cp/inherit.exp: Likewise.
19964 * gdb.cp/local.exp: Likewise.
19965 * gdb.cp/m-data.exp: Likewise.
19966 * gdb.cp/m-static.exp: Likewise.
19967 * gdb.cp/member-ptr.exp: Likewise.
19968 * gdb.cp/method.exp: Likewise.
19969 * gdb.cp/misc.exp: Likewise.
19970 * gdb.cp/namespace.exp: Likewise.
19971 * gdb.cp/overload.exp: Likewise.
19972 * gdb.cp/ovldbreak.exp: Likewise.
19973 * gdb.cp/pr-1023.exp: Likewise.
19974 * gdb.cp/pr-1210.exp: Likewise.
19975 * gdb.cp/pr-574.exp: Likewise.
19976 * gdb.cp/printmethod.exp: Likewise.
19977 * gdb.cp/psmang.exp: Likewise.
19978 * gdb.cp/ref-params.exp: Likewise.
19979 * gdb.cp/ref-types.exp: Likewise.
19980 * gdb.cp/rtti.exp: Likewise.
19981 * gdb.cp/templates.exp: Likewise.
19982 * gdb.cp/try_catch.exp: Likewise.
19983 * gdb.cp/userdef.exp: Likewise.
19984 * gdb.cp/virtfunc.exp: Likewise.
19985 * gdb.disasm/am33.exp: Likewise.
19986 * gdb.disasm/h8300s.exp: Likewise.
19987 * gdb.disasm/mn10300.exp: Likewise.
19988 * gdb.disasm/sh3.exp: Likewise.
19989 * gdb.disasm/t01_mov.exp: Likewise.
19990 * gdb.disasm/t02_mova.exp: Likewise.
19991 * gdb.disasm/t03_add.exp: Likewise.
19992 * gdb.disasm/t04_sub.exp: Likewise.
19993 * gdb.disasm/t05_cmp.exp: Likewise.
19994 * gdb.disasm/t06_ari2.exp: Likewise.
19995 * gdb.disasm/t07_ari3.exp: Likewise.
19996 * gdb.disasm/t08_or.exp: Likewise.
19997 * gdb.disasm/t09_xor.exp: Likewise.
19998 * gdb.disasm/t10_and.exp: Likewise.
19999 * gdb.disasm/t11_logs.exp: Likewise.
20000 * gdb.disasm/t12_bit.exp: Likewise.
20001 * gdb.disasm/t13_otr.exp: Likewise.
20002 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
20003 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
20004 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
20005 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
20006 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
20007 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
20008 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
20009 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
20010 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
20011 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
20012 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
20013 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
20014 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
20015 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
20016 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
20017 * gdb.mi/gdb701.exp: Likewise.
20018 * gdb.mi/gdb792.exp: Likewise.
20019 * gdb.mi/mi-basics.exp: Likewise.
20020 * gdb.mi/mi-break.exp: Likewise.
20021 * gdb.mi/mi-cli.exp: Likewise.
20022 * gdb.mi/mi-console.exp: Likewise.
20023 * gdb.mi/mi-disassemble.exp: Likewise.
20024 * gdb.mi/mi-eval.exp: Likewise.
20025 * gdb.mi/mi-file.exp: Likewise.
20026 * gdb.mi/mi-read-memory.exp: Likewise.
20027 * gdb.mi/mi-regs.exp: Likewise.
20028 * gdb.mi/mi-return.exp: Likewise.
20029 * gdb.mi/mi-simplerun.exp: Likewise.
20030 * gdb.mi/mi-stack.exp: Likewise.
20031 * gdb.mi/mi-stepi.exp: Likewise.
20032 * gdb.mi/mi-syn-frame.exp: Likewise.
20033 * gdb.mi/mi-until.exp: Likewise.
20034 * gdb.mi/mi-var-block.exp: Likewise.
20035 * gdb.mi/mi-var-child.exp: Likewise.
20036 * gdb.mi/mi-var-cmd.exp: Likewise.
20037 * gdb.mi/mi-var-display.exp: Likewise.
20038 * gdb.mi/mi-watch.exp: Likewise.
20039 * gdb.mi/mi2-basics.exp: Likewise.
20040 * gdb.mi/mi2-break.exp: Likewise.
20041 * gdb.mi/mi2-cli.exp: Likewise.
20042 * gdb.mi/mi2-console.exp: Likewise.
20043 * gdb.mi/mi2-disassemble.exp: Likewise.
20044 * gdb.mi/mi2-eval.exp: Likewise.
20045 * gdb.mi/mi2-file.exp: Likewise.
20046 * gdb.mi/mi2-read-memory.exp: Likewise.
20047 * gdb.mi/mi2-regs.exp: Likewise.
20048 * gdb.mi/mi2-return.exp: Likewise.
20049 * gdb.mi/mi2-simplerun.exp: Likewise.
20050 * gdb.mi/mi2-stack.exp: Likewise.
20051 * gdb.mi/mi2-stepi.exp: Likewise.
20052 * gdb.mi/mi2-syn-frame.exp: Likewise.
20053 * gdb.mi/mi2-until.exp: Likewise.
20054 * gdb.mi/mi2-var-block.exp: Likewise.
20055 * gdb.mi/mi2-var-child.exp: Likewise.
20056 * gdb.mi/mi2-var-cmd.exp: Likewise.
20057 * gdb.mi/mi2-var-display.exp: Likewise.
20058 * gdb.mi/mi2-watch.exp: Likewise.
20059 * gdb.stabs/exclfwd.exp: Likewise.
20060 * gdb.stabs/weird.exp: Likewise.
20061 * gdb.threads/gcore-thread.exp: Likewise.
20062 * gdb.trace/actions.exp: Likewise.
20063 * gdb.trace/backtrace.exp: Likewise.
20064 * gdb.trace/circ.exp: Likewise.
20065 * gdb.trace/collection.exp: Likewise.
20066 * gdb.trace/deltrace.exp: Likewise.
20067 * gdb.trace/infotrace.exp: Likewise.
20068 * gdb.trace/limits.exp: Likewise.
20069 * gdb.trace/packetlen.exp: Likewise.
20070 * gdb.trace/passc-dyn.exp: Likewise.
20071 * gdb.trace/passcount.exp: Likewise.
20072 * gdb.trace/report.exp: Likewise.
20073 * gdb.trace/save-trace.exp: Likewise.
20074 * gdb.trace/tfind.exp: Likewise.
20075 * gdb.trace/tracecmd.exp: Likewise.
20076 * gdb.trace/while-dyn.exp: Likewise.
20077 * gdb.trace/while-stepping.exp: Likewise.
20078
20079 2006-08-08 Joel Brobecker <brobecker@adacore.com>
20080
20081 * gdb.base/step-bt.c: New file.
20082 * gdb.base/step-bt.exp: New testcase.
20083
20084 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
20085
20086 * config/monitor.exp (gdb_load): Remove support for obsolete
20087 download-write-size.
20088 * gdb.base/remote.exp: Likewise. Update all callers of
20089 gdb_timed_load.
20090
20091 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
20092
20093 * cursal.exp: Pass binfile to gdb_load.
20094
20095 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
20096
20097 * gdb.base/cursal.exp: Add "" to gdb_load call.
20098
20099 2006-07-29 Mark Kettenis <kettenis@gnu.org>
20100
20101 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
20102 NetBSD/ELF targets.
20103
20104 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
20105
20106 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
20107 operator*.
20108
20109 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
20110
20111 * gdb.base/completion.exp: Update for change in "file" behavior.
20112 * gdb.stabs/weird.exp: Likewise.
20113 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
20114 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
20115
20116 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
20117
20118 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
20119 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
20120
20121 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
20122
20123 * gdb.base/default.exp: Update source command error message.
20124 * gdb.base/help.exp: Update 'help source' message.
20125
20126 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
20127
20128 * gdb.cp/bs15503.exp: Update comment for no longer crashing
20129 test.
20130
20131 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
20132
20133 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
20134
20135 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
20136
20137 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
20138
20139 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
20140
20141 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
20142
20143 2006-07-17 Mark Kettenis <kettenis@gnu.org>
20144
20145 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
20146 *-*-openbsd* from targets for wich we expect ARM FPA floating
20147 point format.
20148
20149 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
20150
20151 * gdb.cp/annota3.exp: Expect frame-begin annotation.
20152
20153 2006-07-17 Mark Kettenis <kettenis@gnu.org>
20154
20155 * gdb.base/annota3.exp: Expect frame-begin annotation.
20156
20157 2006-07-14 Joel Brobecker <brobecker@adacore.com>
20158
20159 * gdb.base/help.exp: Adjust "help unset" test to accept
20160 any list of unset commands.
20161
20162 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
20163 Daniel Jacobowitz <dan@codesourcery.com>
20164
20165 * gdb.cp/ref-params.exp: New test.
20166 * gdb.cp/ref-params.cc: New source file.
20167 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
20168
20169 2006-07-08 Mark Kettenis <kettenis@gnu.org>
20170
20171 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
20172 spaces/tabs in regular expressions since they might not be there.
20173
20174 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
20175
20176 * gdb.base/ifelse.exp: New file.
20177
20178 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
20179
20180 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
20181 line.
20182 * gdb.base/huge.exp: Loop over compilation to find a size that
20183 is acceptable.
20184 * gdb.base/remote.exp: Correct expected strings.
20185 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
20186
20187 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20188
20189 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
20190
20191 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20192
20193 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
20194 native.
20195
20196 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20197
20198 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
20199 enable stabs testing.
20200
20201 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20202
20203 * gdb.base/auxv.exp: Intercept undefined command messages before
20204 gdb_test_multiple does.
20205
20206 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20207
20208 * Makefile.in (host_alias): Remove.
20209 (target_alias): Use @target_noncanonical@.
20210 (site.exp): Don't set host_alias.
20211 * aclocal.m4: Remove contents. Include acx.m4.
20212 * configure: Regenerated.
20213 * configure.ac: Use ACX_NONCANONICAL_TARGET.
20214
20215 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
20216
20217 * lib/gdb.exp (gdb_load_cmd): New.
20218
20219 * gdb.base/fileio.c: Add system(NULL) test.
20220 * gdb.base/fileio.exp: Check it.
20221
20222 * gdb.base/break.c: Add 10a breakpoint at }
20223 * gdb.base/break.exp: Add test for breakpoint at }
20224 * gdb.cp/anon-union.cc: Add code at end of function.
20225 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
20226 * gdb.mi/var-cmd.c: Add code at end of function.
20227 * gdb.mi/mi-var-display.exp: Adjust end of next.
20228 * gdb.mi/mi2-var-display.exp: Likewise.
20229 * gdb.base/fileio.c: Add stop function and insert calls at
20230 stopping places.
20231 * gdb.base/fileio.exp: Breakpoint stop function and remove
20232 explicit line number references.
20233
20234 2006-05-19 Joel Brobecker <brobecker@adacore.com>
20235
20236 * gdb.base/del.exp (test_delete_alias): New function.
20237 Now check that both "del" and "d" work as aliases for "delete".
20238
20239 2006-05-18 Fred Fish <fnf@specifix.com>
20240
20241 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
20242 required. Check for spurious output after program exits normally.
20243
20244 2006-05-17 Fred Fish <fnf@specifix.com>
20245
20246 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
20247 gdb_load, so it works in the simulator.
20248
20249 2006-05-11 Fred Fish <fnf@specifix.com>
20250
20251 * gdb.base/bang.exp: Ignore unexpected output between the
20252 "program exited normally" and the gdb prompt, as many other
20253 tests do.
20254
20255 2006-05-07 Mark Kettenis <kettenis@gnu.org>
20256
20257 * gdb.base/help.exp: Make "delete checkpoint" part option for
20258 "help d" and "help delete" tests.
20259
20260 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20261
20262 * gdb.mi/mi-basics.exp: Add missing serial number to
20263 expected output in some mi_gdb_test statements.
20264 * gdb.mi/mi2-basics.exp: Likewise.
20265
20266 2006-05-05 Joel Brobecker <brobecker@adacore.com>
20267
20268 * gdb.base/del.c: New file.
20269 * gdb.base/del.exp: New testcase.
20270
20271 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
20272
20273 * gdb.base/break.exp: Do not assume a breakpoint on
20274 main will actually be in $srcfile when optimizing.
20275 * gdb.base/savedregs.exp: Do not require that the dummy
20276 frame location match up to a symbol and source file location.
20277 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
20278 will get printed without a mi_cmd_data_list_register_values prefix.
20279 (*-data-list-register-*): Correct regular expressions to expect the new
20280 pseudo d? floating point registers.
20281 * gdb.mi/mi2-regs.exp: Likewise.
20282
20283 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
20284
20285 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
20286 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
20287 is allocated by the compiler.
20288 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
20289 anons, e, anone to force their allocation by the compiler.
20290
20291 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
20292
20293 * gdb.base/help.exp: Update expected text for help d and
20294 help delete.
20295
20296 2006-05-02 Mark Kettenis <kettenis@gnu.org>
20297
20298 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
20299 NetBSD/ELF targets.
20300
20301 2006-04-30 Mark Kettenis <kettenis@gnu.org>
20302
20303 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
20304 single-step breakpoint fails; make this a KFAIL on
20305 sparc*-*-openbsd*.
20306 * gdb.base/siginfo.exp: Likewise.
20307 * gdb.base/sigstep.exp (advance, advancei): Likewise.
20308
20309 2006-04-26 Michael Snyder <msnyder@redhat.com>
20310
20311 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
20312 which may have to consume output from other forks.
20313 Add tests to make sure that "delete fork" succeeded.
20314
20315 2006-04-20 Michael Snyder <msnyder@redhat.com>
20316
20317 * 2006-03-22 Jim Blandy <jimb@redhat.com>
20318 Add support for the Renesas M32C and M16C.
20319
20320 * gdb.asm/asm-source.exp: Add m32c target.
20321 * gdb.asm/m32c.inc: Support for m32c target.
20322
20323 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
20324
20325 * gdb.base/commands.exp (recursive_source_test): New test.
20326
20327 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
20328
20329 * gdb.base/float.exp: Add pattern for sparc targets.
20330
20331 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
20332
20333 * gdb.base/commands.exp (stray_arg0_test): New test.
20334
20335 2006-03-30 Paul Brook <paul@codesourcery.com>
20336
20337 * gdb.mi/mi-until.exp: kfail broken until command.
20338 * gdb.mi/mi2-until.exp: Ditto.
20339
20340 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
20341
20342 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
20343
20344 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
20345
20346 * gdb.base/prelink.exp: Anchor tested-for regular expression
20347 on gdb prompt.
20348
20349 2006-03-07 Paul Brook <paul@codesourcery.com>
20350
20351 * gdb.base/assign.exp: Correct fail message.
20352
20353 2006-03-07 Paul Brook <paul@codesourcery.com>
20354
20355 * lib/compiler.c: Extract armcc version number.
20356 * lib/compiler.cc: Ditto.
20357
20358 2006-03-07 Paul Brook <paul@codesourcery.com>
20359
20360 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
20361 additional_flags=-w.
20362 * gdb.arch/altivec-regs.exp: Ditto.
20363 * gdb.arch/e500-abi.exp: Ditto.
20364 * gdb.arch/e500-regs.exp: Ditto.
20365 * gdb.base/all-bin.exp: Ditto.
20366 * gdb.base/annota1.exp: Ditto.
20367 * gdb.base/annota3.exp: Ditto.
20368 * gdb.base/args.exp: Ditto.
20369 * gdb.base/arithmet.exp: Ditto.
20370 * gdb.base/assign.exp: Ditto.
20371 * gdb.base/async.exp: Ditto.
20372 * gdb.base/bang.exp: Ditto.
20373 * gdb.base/break.exp: Ditto.
20374 * gdb.base/call-rt-st.exp: Ditto.
20375 * gdb.base/completion.exp: Ditto.
20376 * gdb.base/cond-expr.exp: Ditto.
20377 * gdb.base/condbreak.exp: Ditto.
20378 * gdb.base/consecutive.exp: Ditto.
20379 * gdb.base/define.exp: Ditto.
20380 * gdb.base/display.exp: Ditto.
20381 * gdb.base/ena-dis-br.exp: Ditto.
20382 * gdb.base/environ.exp: Ditto.
20383 * gdb.base/eval-skip.exp: Ditto.
20384 * gdb.base/info-proc.exp: Ditto.
20385 * gdb.base/jump.exp: Ditto.
20386 * gdb.base/logical.exp: Ditto.
20387 * gdb.base/long_long.exp: Ditto.
20388 * gdb.base/maint.exp: Ditto.
20389 * gdb.base/miscexprs.exp: Ditto.
20390 * gdb.base/pc-fp.exp: Ditto.
20391 * gdb.base/pointers.exp: Ditto.
20392 * gdb.base/relational.exp: Ditto.
20393 * gdb.base/reread.exp: Ditto.
20394 * gdb.base/sect-cmd.exp: Ditto.
20395 * gdb.base/sep.exp: Ditto.
20396 * gdb.base/sepdebug.exp: Ditto.
20397 * gdb.base/until.exp: Ditto.
20398 * gdb.base/whatis-exp.exp: Ditto.
20399 * gdb.cp/annota2.exp: Ditto.
20400 * gdb.cp/annota3.exp: Ditto.
20401 * gdb.trace/actions.exp: Ditto.
20402 * gdb.trace/backtrace.exp: Ditto.
20403 * gdb.trace/circ.exp: Ditto.
20404 * gdb.trace/collection.exp: Ditto.
20405 * gdb.trace/deltrace.exp: Ditto.
20406 * gdb.trace/infotrace.exp: Ditto.
20407 * gdb.trace/limits.exp: Ditto.
20408 * gdb.trace/packetlen.exp: Ditto.
20409 * gdb.trace/passc-dyn.exp: Ditto.
20410 * gdb.trace/passcount.exp: Ditto.
20411 * gdb.trace/report.exp: Ditto.
20412 * gdb.trace/save-trace.exp: Ditto.
20413 * gdb.trace/tfind.exp: Ditto.
20414 * gdb.trace/tracecmd.exp: Ditto.
20415 * gdb.trace/while-dyn.exp: Ditto.
20416 * gdb.trace/while-stepping.exp: Ditto.
20417 * lib/gdb.exp: Ditto.
20418 (gdb_compile): Handle nowarning option.
20419
20420 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
20421
20422 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
20423 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
20424 Rename executable to prelinkt. Don't re-prelink if we didn't
20425 get a core file. Test prelink -u exit status to tell whether
20426 prelinking failed. Use gdb_test_multiple.
20427
20428 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
20429
20430 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
20431 (do_tests): Call it.
20432
20433 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
20434
20435 * gdb.base/prelink.exp: New test.
20436 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
20437
20438 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
20439
20440 * gdb.fortran/derived-type.f90: New file.
20441 * gdb.fortran/derived-type.exp: New testcase.
20442
20443 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
20444
20445 * gdb.base/default.exp: Allow ';' as a directory separator.
20446
20447 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
20448
20449 * gdb.base/help.exp (help add-symbol-file): Update.
20450
20451 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
20452
20453 * gdb.base/help.exp (help load): Update expected results.
20454
20455 2006-02-19 Fred Fish <fnf@specifix.com>
20456
20457 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
20458 specifix hex value as part of results.
20459 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
20460
20461 2006-02-16 Fred Fish <fnf@specifix.com>
20462
20463 * gdb.base/whatis.c: Define variables using typedefs char_addr,
20464 ushort_addr, and slong_addr, so the typedefs are not optimized
20465 away.
20466 * gdb.base/whatis.exp: Add tests using type name for struct type,
20467 union type, enum type, and typedef.
20468
20469 2006-02-13 Mark Kettenis <kettenis@gnu.org>
20470
20471 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
20472
20473 2006-02-13 Jim Blandy <jimb@redhat.com>
20474
20475 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
20476 case where it takes two "next" commands to skip past the init
20477 call.
20478
20479 2006-02-12 Fred Fish <fnf@specifix.com>
20480
20481 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
20482 to handle cases where it takes two "next" commands to skip
20483 past the init call.
20484
20485 2006-02-07 Joel Brobecker <brobecker@adacore.com>
20486
20487 * gdb.ada/array_return.exp: Mark the last test as expected to fail
20488 on hppa32 targets.
20489
20490 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
20491
20492 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
20493 field.
20494
20495 2006-01-29 Mark Kettenis <kettenis@gnu.org>
20496
20497 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
20498
20499 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
20500
20501 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
20502 files.
20503
20504 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
20505
20506 * gdb.cp/maint.exp: Set complaints to a positive value.
20507
20508 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
20509
20510 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
20511 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
20512 function name.
20513
20514 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
20515
20516 * gdb.base/checkpoint.c: Update copyright notice. Include
20517 <stdlib.h>.
20518
20519 2006-01-04 Jim Blandy <jimb@redhat.com>
20520
20521 * gdb.asm/asm-source.exp: Independently provide default values for
20522 asm-flags and debug-flags. Use 'string equal' to do the
20523 comparison, not the implicit expr's '==' operator. Remove
20524 now-unneeded assignments to asm-flags. In h8300 case, place
20525 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
20526
20527 2006-01-04 Michael Snyder <msnyder@redhat.com>
20528
20529 * gdb.base/checkpoint.c: New file.
20530 * gdb.base/checkpoint.exp: New file.
20531 * gdb.base/multi-fork.c: New file.
20532 * gdb.base/multi-fork.exp: New file.
20533 * gdb.base/pi.txt: New file (data for checkpoint.c test).
20534
20535 2006-01-04 Fred Fish <fnf@specifix.com>
20536
20537 * gdb.base/ptype.c (foo): Add typedef.
20538 (intfoo): Add function.
20539 * gdb.base/ptype1.c: New file.
20540 * gdb.base/ptype.exp: Handle compilation and linking with two
20541 source files. Test that proper type for "foo" is found based
20542 on source context rather than first match found in symtabs.
20543
20544 2005-12-28 Mark Kettenis <kettenis@gnu.org>
20545
20546 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
20547 * gdb.asm/openbsd.inc: Indent commands.
20548
20549 2005-12-26 Mark Kettenis <kettenis@gnu.org>
20550
20551 * gdb.base/freebpcmd.exp: Increase timeout.
20552
20553 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
20554
20555 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
20556
20557 * gdb.base/default.exp: Update check for "show version".
20558
20559 2005-12-09 Randolph Chung <tausq@debian.org>
20560
20561 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
20562 * gdb.asm/pa64.inc: New file.
20563
20564 2005-12-09 Randolph Chung <tausq@debian.org>
20565
20566 * gdb.asm/common.inc: Indent commands.
20567 * gdb.asm/asmsrc1.s: Likewise.
20568 * gdb.asm/asmsrc2.s: Likewise.
20569
20570 2005-12-09 Randolph Chung <tausq@debian.org>
20571
20572 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
20573 (get_addr_of_sym): Remove duplicate print.
20574 (gen_core): xfail hppa*-*-hpux*, update expected output.
20575 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
20576 * gdb.arch/pa64-nullify.s: New file.
20577
20578 2005-12-09 Randolph Chung <tausq@debian.org>
20579
20580 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
20581
20582 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
20583
20584 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
20585 code generation for these functions.
20586 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
20587 error message.
20588
20589 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
20590
20591 * gdb.base/help.exp (help b, help br, help bre, help brea)
20592 (help break): Update the expected message.
20593
20594 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
20595
20596 * gdb.asm/m68hc11.inc: Setup the data section.
20597 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
20598 script for this test.
20599 (m6812-*-*): Likewise.
20600
20601 2005-11-09 Randolph Chung <tausq@debian.org>
20602
20603 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
20604
20605 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
20606
20607 * gdb.base/break.exp: Fix a comment typo.
20608
20609 2005-11-03 Jim Blandy <jimb@redhat.com>
20610
20611 Checked in by Elena Zannoni <ezannoni@redhat.com>
20612
20613 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
20614
20615 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
20616
20617 * gdb.arch/gdb1558.c: Include stdio.h.
20618
20619 2005-10-31 Mark Kettenis <kettenis@gnu.org>
20620
20621 * gdb.asm/asm-source.exp: Use -e instead of --entry.
20622
20623 2005-10-31 Mark Kettenis <kettenis@gnu.org>
20624
20625 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
20626
20627 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
20628
20629 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
20630 vscr" tests to better match output.
20631
20632 2005-10-12 Jim Blandy <jimb@redhat.com>
20633
20634 * gdb.base/structs.exp (any): New function.
20635 (test_struct_returns): Don't make any assumptions at all about
20636 what value the function returns when GDB can't set the return
20637 value.
20638
20639 2005-10-09 Joel Brobecker <brobecker@adacore.com>
20640
20641 * gdb.ada/arrayidx/p.adb: New file.
20642 * gdb.ada/arrayidx.exp: New testcase
20643
20644 2005-10-09 Joel Brobecker <brobecker@adacore.com>
20645
20646 * gdb.ada/array_return/pck.ads: New file.
20647 * gdb.ada/array_return/pck.adb: New file.
20648 * gdb.ada/array_return/p.adb: New file.
20649 * gdb.ada/array_return.exp: New testcase.
20650
20651 2005-10-03 Joel Brobecker <brobecker@adacore.com>
20652
20653 * gdb.base/arrayidx.c: New file.
20654 * gdb.base/arrayidx.exp: New testcase.
20655
20656 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
20657
20658 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
20659 frames-invalid and breakpoints-invalid are no longer generated
20660 with level 3 so don't expect them in the output.
20661
20662 2005-09-27 Bob Rossi <bob@brasko.net>
20663
20664 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
20665 from test. Escape the | in mi_gdb_test call.
20666 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
20667 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
20668 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
20669 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
20670 expected regex's in mi_gdb_test calls.
20671 * lib/mi-support.exp: Remove arbitrary .* from tests.
20672 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
20673 Fully anchor GDB/MI expected results in mi_gdb_test.
20674 * lib/gdb.exp (string_to_regexp): Escape the ] character.
20675 * gdb.base/sizeof.exp: Remove escape character. Correct test.
20676
20677 2005-09-26 Paul Brook <paul@codesourcery.com>
20678
20679 * long_long.exp: Exclude eabi targets from arm FPA float format test.
20680
20681 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
20682
20683 * bfp-test.c: New file.
20684 * bfp-test.exp: New testcase.
20685
20686 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
20687
20688 * gdb.fortran/subarray.exp: New testcase to test the evaluation
20689 of subarray and substring variable.
20690 * gdb.fortran/subarray.f: New source file for the test of subarray
20691 and substring variable evaluation.
20692 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
20693 of string constant.
20694
20695 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
20696
20697 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
20698 copyright dates.
20699
20700 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
20701
20702 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
20703 powerpc altivec' test with an almost identical 'info vector' test.
20704
20705 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
20706
20707 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
20708 vscr" tests to match output.
20709
20710 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
20711
20712 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
20713 output.
20714
20715 2005-09-11 Bob Rossi <bob@brasko.net>
20716
20717 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
20718 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
20719 commands that return an MI output command and an asyncronous MI output
20720 command.
20721 * gdb.mi/mi-console.exp: Ditto.
20722
20723 2005-09-11 Bob Rossi <bob@brasko.net>
20724
20725 * gdb.mi/mi-var-child.c: Include <string.h>.
20726
20727 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
20728
20729 * killed.exp: Correct gdb_expect syntax.
20730
20731 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
20732
20733 * lib/mi-support.exp (mi_gdb_load): Fix typo.
20734
20735 2005-08-02 Bob Rossi <bob@brasko.net>
20736
20737 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
20738 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
20739 Change tests to inferior-tty-set/show.
20740 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
20741 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
20742 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
20743 inferior. Use mi_gdb_test to get GDB and Inferior output.
20744 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
20745 descriptor.
20746 (mi_inferior_tty_name): Add inferior PTY file name.
20747 (mi_gdb_start): Add INFERIOR_PTY parameter.
20748 (mi_gdb_test): Add IPATTERN parameter.
20749
20750 2005-08-02 Bob Rossi <bob@brasko.net>
20751
20752 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
20753 parameter to mi_gdb_test.
20754 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
20755
20756 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
20757
20758 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
20759 struct_declarations.
20760 * gdb.mi/mi-var-child.exp: Step over the initialization of
20761 struct_declarations.
20762
20763 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
20764
20765 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
20766 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
20767 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
20768 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
20769 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
20770 file.
20771
20772 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
20773
20774 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
20775 (do_children_tests): Assign values to the extra elements.
20776
20777 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
20778 them for tests for "-var-update --no-values" and
20779 "-var-update --all-values".
20780 Add test for "-var-list-children --simple-values".
20781
20782 * gdb.mi/basics.c (callee4): Add integer array D[3]...
20783
20784 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
20785 "-stack-list-locals --simple-values" Improve doc strings and
20786 comments.
20787
20788 2005-07-18 Mark Kettenis <kettenis@gnu.org>
20789
20790 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
20791 *-*-openbsd*.
20792 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
20793
20794 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
20795 sigaltsatck'.
20796
20797 2005-07-14 Bob Rossi <bob@brasko.net>
20798
20799 * gdb.base/default.exp (tty): Changed output of command.
20800 * gdb.base/help.exp (help tty): Ditto.
20801
20802 2005-07-12 Mark Kettenis <kettenis@gnu.org>
20803
20804 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
20805
20806 2005-07-10 Mark Kettenis <kettenis@gnu.org>
20807
20808 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
20809 -stack-select-frame without arguments.
20810 (test_stack_frame_listing): Add test for newly implemented command
20811 -stack-info-frame.
20812
20813 2005-07-06 Bob Rossi <bob@brasko.net>
20814
20815 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
20816 command.
20817 (Copyright): Update copyright.
20818
20819 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
20820
20821 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
20822 tests to evaluate exponentiation expression.
20823
20824 2005-06-29 Andreas Schwab <schwab@suse.de>
20825
20826 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
20827 main to avoid warnings.
20828
20829 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
20830
20831 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
20832
20833 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
20834 -stack-select-frame without arguments.
20835 (test_stack_frame_listing): Add test for newly implemented command
20836 -stack-info-frame.
20837
20838 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
20839
20840 * gdb.fortran/array-element.f: New file.
20841 * gdb.fortran/array-element.exp: New testcase.
20842
20843 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
20844
20845 * gdb.base/bigcore.exp: Correct checks for systems which can
20846 not dump a large core file.
20847
20848 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
20849
20850 * gdb.base/relocate.c: Add a copyright notice.
20851 (dummy): Remove.
20852 * gdb.base/relocate.exp: Test printing the values of variables
20853 from a relocatable file.
20854
20855 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
20856
20857 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
20858 excess MI output after an error.
20859
20860 2005-05-29 Joel Brobecker <brobecker@adacore.com>
20861
20862 * gdb.arch/alpha-step.c: New file.
20863 * gdb.arch/alpha-step.exp: New testcase.
20864
20865 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
20866 Dennis Brueni <dennis@slickedit.com>
20867
20868 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
20869 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
20870 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
20871 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
20872 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
20873 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
20874 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
20875
20876 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
20877 Wu Zhou <woodzltc@cn.ibm.com>
20878
20879 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
20880 IBM's xlc compiler.
20881 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
20882 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
20883
20884 2005-05-13 Jim Blandy <jimb@redhat.com>
20885
20886 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
20887 calling gdb_suppress_entire_file.
20888 * gdb.base/charset.exp: Same.
20889 * gdb.base/call-rt-st.exp: Same.
20890
20891 2005-05-05 Bob Rossi <bob_rossi@cox.net>
20892
20893 * lib/gdb.exp (fullname_syntax): Added global regex.
20894 (fullname_syntax_POSIX): Ditto.
20895 (fullname_syntax_UNC): Ditto.
20896 (fullname_syntax_DOS_CASE): Ditto.
20897 (fullname_syntax_DOS): Ditto.
20898 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
20899 fullname_syntax variable to scope and use it.
20900 (test_file_list_exec_source_files): Ditto.
20901 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
20902
20903 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
20904
20905 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
20906
20907 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
20908
20909 * lib/gdb.exp (skip_altivec_tests): New function, based on
20910 check_vmx_hw_available from the GCC testsuite.
20911 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
20912 * lib/gdb.arch/altivec-regs.exp: Likewise.
20913
20914 2005-05-02 Jim Blandy <jimb@redhat.com>
20915
20916 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
20917 calling gdb_suppress_entire_file.
20918
20919 2005-04-30 Randolph Chung <tausq@debian.org>
20920
20921 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
20922 Slightly relax "sem_post" name checking.
20923
20924 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
20925
20926 * gdb.base/unload.exp: Use new shared library infrastructure.
20927
20928 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
20929
20930 * gdb.base/so-impl-ld.exp: Use new shared library
20931 infrastructure.
20932
20933 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
20934
20935 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
20936 * gdb.asm/h8300.inc: New file.
20937
20938 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
20939
20940 * gdb.base/shlib-call.exp: Change to use new shared library
20941 infrastructure.
20942
20943 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
20944
20945 * gdb.base/pending.exp: Change to use new shared library
20946 infrastructure.
20947
20948 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
20949
20950 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
20951 use test_compiler_info instead of gcc_compiled, and update copyright.
20952
20953 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
20954
20955 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
20956 shared objects being adjusted and update copyright years.
20957
20958 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
20959
20960 * ChangeLog: Correct some 2003-01-13 dates.
20961 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
20962 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
20963 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
20964 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
20965 gdb.trace/tfind.exp: Update copyright years.
20966
20967 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
20968 Daniel Jacobowitz <dan@codesourcery.com>
20969
20970 * lib/gdb.exp (gdb_compile): Handle shlib=.
20971 (gdb_compile_shlib): New function.
20972
20973 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
20974
20975 * lib/gdb.exp (test_compiler_info): Give argument a default value.
20976
20977 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
20978
20979 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
20980 gdb.server.
20981 * configure.ac: Likewise.
20982 * configure: Regenerated.
20983 * gdb.gdbserver/Makefile.in: Moved to...
20984 * gdb.server/Makefile.in: ... here.
20985 * gdb.gdbserver/server.c: Moved to...
20986 * gdb.server/server.c: ... here.
20987 * gdb.gdbserver/server-run.exp: Moved to...
20988 * gdb.server/server-run.exp: ... here.
20989
20990 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
20991
20992 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
20993 * configure.ac: Create gdb.gdbserver/Makefile.
20994 * configure: Regenerated.
20995 * lib/gdbserver-support.exp: New file, derived from
20996 config/gdbserver.exp.
20997 * config/gdbserver.exp: Use gdbserver-support.exp.
20998 * gdb.gdbserver/Makefile.in: New file.
20999 * gdb.gdbserver/server.c: New file.
21000 * gdb.gdbserver/server-run.exp: New file.
21001
21002 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
21003
21004 * lib/gdb.exp (test_compiler_info): Return compiler_info
21005 if no arguments are given.
21006
21007 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
21008
21009 * gdb.arch/altivec-abi.exp: Check for compiler and set
21010 use altivec' flag accordingly.
21011 * gdb.arch/altivec-regs.exp: Likewise.
21012
21013 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
21014
21015 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
21016
21017 2005-03-27 Andreas Schwab <schwab@suse.de>
21018
21019 * gdb.base/bigcore.c (main): Add missing mode argument in open
21020 call.
21021
21022 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
21023
21024 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
21025 downloads.
21026 * config/gdbserver.exp (gdb_load): Likewise.
21027
21028 2005-03-14 Paul Brook <paul@codesourcery.com>
21029
21030 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
21031 targets.
21032
21033 2005-03-09 Joel Brobecker <brobecker@adacore.com>
21034
21035 * gdb.dwarf2/dup-psym.S: New file.
21036 * gdb.dwarf2/dup-psym.exp: New testcase.
21037
21038 2005-03-09 Joel Brobecker <brobecker@adacore.com>
21039
21040 * gdb.ada/exec_changed/first.adb: New file.
21041 * gdb.ada/exec_changed/second.adb: New file.
21042 * gdb.ada/exec_changed.exp: New testcase.
21043
21044 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
21045
21046 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
21047 (A2): New class.
21048 (main): Test operator+.
21049 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
21050 breakpoint test.
21051
21052 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
21053 * gdb.base/signull.exp: Disable if gdb,nosignals.
21054 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
21055 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
21056 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
21057 * gdb.mi/mi2-console.exp: Likewise.
21058 * gdb.trace/collection.exp (run_trace_experiment): Consume the
21059 continue output at start.
21060 (gdb_collect_locals_test): Robustify regexp.
21061 * gdb.trace/passc-dyn.exp: Fix comment typo.
21062 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
21063
21064 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
21065
21066 * gdb.asm/asm-source.exp: Add iq2000 case.
21067 * gdb.asm/iq2000.inc: New file.
21068
21069 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
21070
21071 * gdb.base/command.exp: Change hardcoded value to regular expression.
21072 * gdb.base/float.exp: Add powerpc to the list of targets checked.
21073
21074 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
21075
21076 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
21077 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
21078 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
21079 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
21080 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
21081
21082 2005-03-05 Mark Kettenis <kettenis@gnu.org>
21083
21084 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
21085 changes.
21086
21087 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
21088
21089 * lib/compiler.c: Add test for IBM's xlc compiler.
21090 * lib/compiler.cc: Likewise.
21091
21092 2004-02-24 Joel Brobecker <brobecker@adacore.com>
21093
21094 * gdb.ada/fixed_points.exp: Create compilation object directory
21095 before running the test.
21096 * gdb.ada/null_record.exp: Likewise.
21097 * gdb.ada/packed_array.exp: Likewise.
21098 * gdb.ada/start.exp: Likewise.
21099
21100 2005-02-15 Joel Brobecker <brobecker@adacore.com>
21101
21102 * gdb.ada/packed_array/pa.adb: New file.
21103 * gdb.ada/packed_array.exp: New testcase.
21104
21105 2005-02-10 Mark Kettenis <kettenis@gnu.org>
21106
21107 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
21108 files.
21109
21110 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
21111 on *-*-openbsd*. Correctly match whitespace in regukar
21112 expressions.
21113
21114 2005-02-10 Daniel Jacobowitz <dan@debian.org>
21115
21116 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
21117 PR exp/1821
21118 * gdb.base/gdb1821.c: New test file.
21119 * gdb.base/gdb1821.exp: New test file.
21120
21121 2005-02-09 Joel Brobecker <brobecker@adacore.com>
21122
21123 * gdb.base/start.c: New file.
21124 * gdb.base/start.exp: New testcase.
21125
21126 2005-02-09 Joel Brobecker <brobecker@adacore.com>
21127
21128 * gdb.ada/start/dummy.adb: New file.
21129 * gdb.ada/start.exp: New testcase.
21130
21131 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
21132
21133 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
21134 for printing symbols and statistics.
21135 Add test for using relative pathnames in "maint print msymbols" test.
21136 Mark "maint info sections DATA" XFAIL on Cygwin.
21137 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
21138 tests.
21139
21140 2005-02-09 Andreas Schwab <schwab@suse.de>
21141
21142 Committed by Andrew Cagney <cagney@gnu.org>
21143 * gdb.base/remotetimeout.exp: New file.
21144
21145 2005-02-07 Mark Kettenis <kettenis@gnu.org>
21146
21147 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
21148
21149 2005-02-03 Joel Brobecker <brobecker@adacore.com>
21150
21151 * gdb.ada/gnat_ada.gpr: New file.
21152 * gdb.ada/gnat_ada.gin: Delete, no longer used.
21153 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
21154 * configure.ac: No longer generate gnat_ada.gpr.
21155 * configure: Regenerate.
21156 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
21157 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
21158 * gdb.ada/null_record/bar.ads: Likewise.
21159 * gdb.ada/null_record/bar.adb: Likewise.
21160 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
21161 * gdb.ada/null_record.exp (testdir): New variable.
21162 (testfile): executable is now in testdir subdirectory.
21163 (srcfile): Use full path to the main compilation unit.
21164 * gdb.ada/fixed_points.exp: Same changes as above.
21165
21166 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
21167
21168 * gdb.base/interp.exp: New test.
21169
21170 2005-01-24 Andrew Cagney <cagney@gnu.org>
21171
21172 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
21173
21174 2005-01-19 Andrew Cagney <cagney@gnu.org>
21175
21176 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
21177 configure.ac not configure.in.
21178
21179 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
21180 of powerpc*-*-*.
21181 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
21182 * gdb.base/list.exp (test_list_function)
21183 (test_list_filename_and_function): Ditto.
21184 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
21185
21186 2005-01-16 Andrew Cagney <cagney@gnu.org>
21187
21188 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
21189
21190 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
21191
21192 2005-01-14 Andrew Cagney <cagney@gnu.org>
21193
21194 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
21195 * gdb.mi/mi2-var-cmd.exp: Ditto.
21196
21197 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
21198
21199 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
21200
21201 2005-01-07 Andrew Cagney <cagney@gnu.org>
21202
21203 * configure.ac: Rename configure.in, require autoconf 2.59.
21204 * configure: Re-generate.
21205 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
21206 * gdb.stabs/configure: Re-generate.
21207 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
21208 * gdb.hp/configure: Re-generate.
21209 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
21210 autoconf 2.59.
21211 * gdb.hp/gdb.objdbg/configure: Re-generate.
21212 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
21213 autoconf 2.59.
21214 * gdb.hp/gdb.defects/configure: Re-generate.
21215 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
21216 autoconf 2.59.
21217 * gdb.hp/gdb.compat/configure: Re-generate.
21218 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
21219 autoconf 2.59.
21220 * gdb.hp/gdb.base-hp/configure: Re-generate.
21221 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
21222 autoconf 2.59.
21223 * gdb.hp/gdb.aCC/configure: Re-generate.
21224
21225 2004-12-15 Jim Blandy <jimb@redhat.com>
21226
21227 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
21228 under NPTL when there is debugging info available for libpthread.
21229
21230 2004-12-13 Jerome Guitton <guitton@gnat.com>
21231
21232 * gdb.ada/fixed_points.c: New file.
21233 * gdb.ada/fixed_points.exp: New file.
21234
21235 2004-12-03 Randolph Chung <tausq@debian.org>
21236
21237 * gdb.arch/pa-nullify.exp: New file.
21238 * gdb.arch/pa-nullify.s: New file.
21239
21240 2004-11-30 Randolph Chung <tausq@debian.org>
21241
21242 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
21243 instead of "tbug". Fix regexp to work properly with gdb_test.
21244
21245 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
21246
21247 * gdb.base/bitfields2.exp: New test.
21248 * gdb.base/bitfields2.c: New file.
21249
21250 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
21251
21252 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
21253
21254 2004-11-16 Randolph Chung <tausq@debian.org>
21255
21256 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
21257
21258 2004-11-14 Daniel Jacobowitz <dan@debian.org>
21259
21260 * gdb.threads/threadapply.exp: Correct "macro details" test.
21261
21262 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
21263
21264 * gdb.threads/threadapply.exp: New test.
21265 * gdb.threads/threadapply.c: New file.
21266
21267 2004-11-07 Mark Kettenis <kettenis@gnu.org>
21268
21269 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
21270 frames.
21271
21272 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
21273
21274 * gdb.base/cursal.exp: New file.
21275 * gdb.base/cursal.c: New file.
21276
21277 2004-11-03 Andrew Cagney <cagney@gnu.org>
21278
21279 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
21280
21281 2004-10-30 Mark Kettenis <kettenis@gnu.org>
21282
21283 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
21284 NetBSD/ELF targets.
21285
21286 2004-10-29 Joel Brobecker <brobecker@gnat.com>
21287
21288 * gdb.threads/bp_in_thread.c: New file, copied from
21289 pthread_cond_wait.c.
21290 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
21291 file, rather than reusing the .c file from another testcase.
21292
21293 2004-10-20 Joel Brobecker <brobecker@gnat.com>
21294
21295 * gdb.ada/null_record.exp: Check where we stopped after
21296 sending the start command, instead of where the associated
21297 temporary breakpoint was inserted.
21298
21299 2004-10-14 Andrew Cagney <cagney@gnu.org>
21300
21301 * gdb.mi/gdb701.c (main): Return 0.
21302
21303 2004-10-13 Daniel Jacobowitz <dan@debian.org>
21304
21305 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
21306
21307 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
21308
21309 * gdb.threads/schedlock.c: Add comment markers to use to find
21310 line numbers.
21311 * gdb.threads/schedlock.exp: Adjust regex to handle the new
21312 comments.
21313 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
21314 breakpoint lines.
21315
21316 2004-10-12 Daniel Jacobowitz <dan@debian.org>
21317
21318 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
21319
21320 2004-10-12 Daniel Jacobowitz <dan@debian.org>
21321
21322 * configure.in: Add gdb.dwarf2.
21323 * configure: Regenerated.
21324 * Makefile.in: Add gdb.dwarf2.
21325 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
21326 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
21327 gdb.dwarf2/file1.txt: New files.
21328
21329 2004-10-11 Orjan Friberg <orjanf@axis.com>
21330
21331 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
21332 of "run", since the latter doesn't work with remote targets. Adjust
21333 the breakpoint numbering accordingly.
21334 * gdb.threads/pthread_cond_wait.exp: Ditto.
21335
21336 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
21337
21338 * gdb.base/overlays.exp: Update copyright years.
21339
21340 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
21341
21342 * gdb.base/overlays.exp: Disable if target is Linux.
21343
21344 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
21345
21346 * config/gdbserver.exp (gdb_load): Use right filename on remote.
21347
21348 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
21349
21350 * gdb.asm/asm-source.exp: Add m32r-linux target.
21351 * gdb.asm/m32r-linux.inc: New file.
21352
21353 2004-09-24 Andrew Cagney <cagney@redhat.com>
21354 David Anderson <anderson@redhat.com>
21355
21356 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
21357 command fails, assume things will work.
21358 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
21359 (_GNU_SOURCE): Define.
21360 (print_unsigned, print_hex): Change parameter to "long long".
21361 (print_byte_count): New function, use to print byte counts.
21362 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
21363 O_LARGEFILE.
21364 (main): Compute an upper bound on a corefile in max_core_size.
21365 Limit memory chunk size to max_core_size. Limit total memory
21366 allocated to max_core_size.
21367
21368 2004-09-23 Andrew Cagney <cagney@gnu.org>
21369
21370 * gdb.base/bigcore.exp: Replace the code that creates a corefile
21371 from a separate process with code that creates a corefile by
21372 making the inferior dump core.
21373
21374 2004-09-23 Mark Kettenis <kettenis@gnu.org>
21375
21376 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
21377 block.
21378
21379 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
21380
21381 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
21382 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
21383 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
21384 Likewise.
21385
21386 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
21387
21388 * gdb.java/jprint.exp: New test case for java inferior call.
21389 * gdb.java/jprint.java: Ditto.
21390
21391 2004-09-15 Joel Brobecker <brobecker@gnat.com>
21392
21393 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
21394
21395 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
21396
21397 * gdb.threads/killed.c: Include <stdlib.h>.
21398 * gdb.threads/pthreads.c: Likewise.
21399
21400 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
21401
21402 * gdb.threads/killed.c: Add copyright notice.
21403
21404 2004-09-10 Jason Molenda (jmolenda@apple.com)
21405
21406 * gdb.base/define.exp: Two new tests to verify zero space chars
21407 after 'if' and 'while' commands in a user-defined command is correctly
21408 parsed.
21409
21410 2004-09-08 Andrew Cagney <cagney@gnu.org>
21411
21412 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
21413 delivery test with duplicate at end of file.
21414
21415 2004-09-06 Mark Kettenis <kettenis@jive.nl>
21416
21417 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
21418
21419 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
21420
21421 * config/hppro.exp: Removed.
21422
21423 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
21424
21425 * config/sparclet.exp: Removed.
21426
21427 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
21428
21429 * config/udi.exp: Removed.
21430
21431 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
21432
21433 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
21434 of "exp_continue".
21435 (advancei): Likewise.
21436
21437 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
21438
21439 * gdb.base/unload.exp: Fix so messages aren't duplicated.
21440
21441 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
21442
21443 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
21444 to check for nodebug in executable.
21445 * gdb.gdb/observer.exp (setup_test): Likewise.
21446 * gdb.gdb/selftest.exp (test_with_self): Likewise.
21447 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
21448
21449 2004-09-01 Andrew Cagney <cagney@gnu.org>
21450
21451 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
21452 files.
21453
21454 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
21455
21456 * gdb.base/unload.exp: Fix expected warning message to match
21457 latest format.
21458
21459 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
21460
21461 * gdb.base/call-rt-st.exp: Fix typos.
21462
21463 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
21464
21465 * gdb.threads/thread_check.exp: New testcase.
21466 * gdb.threads/thread_check.c: New testcase.
21467
21468 2004-08-31 Andrew Cagney <cagney@gnu.org>
21469
21470 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
21471 (skip_to_handler_entry): New procedures. Test stepping into a
21472 handler when the breakpoint is at the handler's entry point.
21473
21474 2004-08-30 Andrew Cagney <cagney@gnu.org>
21475
21476 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
21477 gdb/1757.
21478
21479 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
21480
21481 With code from Manoj Iyer <manjo@austin.ibm.com>:
21482 * lib/gdb.exp (gdb_file_cmd): Return more information in the
21483 return value. Add an arm for "no debugging symbols found".
21484 Change a stray "error" to "perror".
21485 (gdb_run_cmd): Adapt to new return value.
21486 * gdb.base/remote.exp: Adapt to new return value.
21487 * gdb.gdb/complaints.exp: Likewise.
21488 * gdb.gdb/observer.exp: Likewise.
21489 * gdb.gdb/selftest.exp: Likewise.
21490 * gdb.gdb/xfullpath.exp: Likewise.
21491
21492 2004-08-27 Joel Brobecker <brobecker@gnat.com>
21493
21494 * gdb.threads/bp_in_thread.exp: New testcase.
21495
21496 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
21497
21498 Fix PR testsuite/1735.
21499 * gdb.threads/schedlock.c (thread_function): Add a cast
21500 to suppress a gcc warning.
21501 * gdb.threads/thread-specific.c (thread_function): Likewise.
21502
21503 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
21504
21505 * gdb.base/unload.c: Include <stdlib.h>.
21506
21507 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
21508
21509 From Paul Gilliam <pgilliam@us.ibm.com>:
21510 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
21511 synchronized after the "return".
21512
21513 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
21514
21515 * gdb.mi/basics.c: Include <stdio.h>.
21516 * gdb.mi/pthreads.c: Include <stdlib.h>.
21517 * gdb.mi/var-cmd.c: Include <stdlib.h>.
21518
21519 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
21520
21521 * gdb.threads/schedlock.c: Add copyright notice.
21522
21523 2004-08-25 Andrew Cagney <cagney@gnu.org>
21524
21525 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
21526 (skip_over_handler, breakpoint_over_hander): New test procedures.
21527 (advance, advancei): Add a proper prefix, do not use
21528 rerun_to_main.
21529 * gdb.base/sigstep.c (main): Change to use an infinite loop.
21530
21531 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
21532
21533 * gdb.mi/basics.c: Add copyright notice.
21534 * gdb.mi/var-cmd.c: Add copyright notice.
21535
21536 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
21537
21538 * lib/gdb.exp: Remove signed_keyword_not_used.
21539 * lib/compiler.c: Likewise.
21540 * lib/compiler.cc: Likewise.
21541
21542 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
21543
21544 * gdb.base/whatis.c: Remove conditional disabling of "signed".
21545 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
21546
21547 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
21548
21549 * gdb.base/whatis.c: Add copyright notice.
21550
21551 2004-08-20 Mark Kettenis <kettenis@gnu.org>
21552
21553 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
21554 it to skip the breakpoints encoded in the inline assembly.
21555
21556 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
21557
21558 * Makefile.in: Add gdb.fortran.
21559
21560 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
21561
21562 * gdb.base/call-sc.exp (test_scalar_returns):
21563 Fix cut-and-paste glitch in "Make fun return now".
21564
21565 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
21566
21567 * configure.in: Add gdb.fortran.
21568 * configure: Regenerate.
21569 * gdb.fortran/Makefile.in: New file.
21570 * lib/gdb.exp (skip_fortran_tests): New procedure.
21571
21572 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
21573
21574 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
21575 reference to bug-gnu@prep.ai.mit.edu.
21576 * gdb.mi/mi-var-child.exp: Likewise.
21577 * gdb.mi/mi-var-cmd.exp: Likewise.
21578 * gdb.mi/mi-var-display.exp: Likewise.
21579 * gdb.mi/mi2-var-block.exp: Likewise.
21580 * gdb.mi/mi2-var-child.exp: Likewise.
21581 * gdb.mi/mi2-var-cmd.exp: Likewise.
21582 * gdb.mi/mi2-var-display.exp: Likewise.
21583
21584 2004-08-15 Mark Kettenis <kettenis@gnu.org>
21585
21586 * gdb.base/unload.c (main): Make local variable msg const.
21587
21588 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
21589
21590 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
21591 to bug-gnu@prep.ai.mit.edu.
21592 * gdb.mi/mi-disassemble.exp: Likewise.
21593 * gdb.mi/mi-eval.exp: Likewise.
21594 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
21595 default line number.
21596 * gdb.mi/mi-return.exp: Likewise.
21597 * gdb.mi/mi-simplerun.exp: Likewise.
21598 * gdb.mi/mi-stack.exp: Likewise.
21599 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
21600 number with explicit range test.
21601 * gdb.mi/mi-watch.exp: Likewise.
21602 * gdb.mi/mi2-break.exp: Likewise.
21603 * gdb.mi/mi2-cli.exp: Likewise.
21604 * gdb.mi/mi2-disassemble.exp: Likewise.
21605 * gdb.mi/mi2-eval.exp: Likewise.
21606 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
21607 default line number.
21608 * gdb.mi/mi2-return.exp: Likewise.
21609 * gdb.mi/mi2-simplerun.exp: Likewise.
21610 * gdb.mi/mi2-stack.exp: Likewise.
21611 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
21612 number with explicit range test.
21613 * gdb.mi/mi2-watch.exp: Likewise.
21614
21615 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
21616
21617 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
21618 * gdb.cp/m-static.exp: Likewise.
21619 * gdb.cp/rtti.exp: Likewise.
21620
21621 2004-08-14 Mark Kettenis <kettenis@gnu.org>
21622
21623 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
21624
21625 2004-08-14 Eli Zaretskii <eliz@gnu.org>
21626
21627 * ChangeLog: Prefix Local Variables with semi-colons and indent
21628 the reference to older ChangeLog files, to fix fontification in
21629 Emacs.
21630
21631 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21632
21633 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
21634 * gdb.mi/mi2-break.exp: Likewise.
21635
21636 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21637
21638 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
21639
21640 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21641
21642 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
21643
21644 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21645
21646 * gdb.cp/classes.exp: Remove unused declarations. Just let
21647 test names default instead of providing special names. Remove
21648 extraneous demangler test.
21649
21650 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
21651
21652 * gdb.base/unload.exp: New test for breakpoints in dynamically
21653 loaded libraries.
21654 * gdb.base/unload.c: Ditto.
21655 * gdb.base/unloadshr.c: Ditto.
21656
21657 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
21658
21659 * gdb.cp/classes.exp (test_ptype_class_objects): Call
21660 cp_test_ptype_class.
21661 (test_enums): Likewise.
21662
21663 2004-08-10 Andrew Cagney <cagney@gnu.org>
21664
21665 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
21666 files.
21667
21668 2004-08-10 Andrew Cagney <cagney@gnu.org>
21669
21670 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
21671 init_malloc call.
21672
21673 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
21674
21675 * ChangeLog: Add copyright notice. The notice is copied
21676 from emacs 21.3 top level ChangeLog.
21677
21678 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
21679
21680 * lib/cp-support.exp: New file.
21681 * lib/cp-support.exp (cp_test_type_class): New function.
21682 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
21683 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
21684 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
21685 cp_test_ptype_class.
21686
21687 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
21688
21689 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
21690 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
21691 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
21692 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
21693 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
21694 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
21695 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
21696 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
21697 gdb.mi/mi2-watch.exp: Update copyright years.
21698
21699 2004-08-09 Mark Kettenis <kettenis@gnu.org>
21700
21701 * gdb.base/sigaltstack.exp: Provide proper anchoring.
21702
21703 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
21704
21705 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
21706 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
21707 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
21708 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
21709 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
21710 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
21711 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
21712 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
21713 gdb.mi/mi-watch.exp: Update copyright years.
21714
21715 2004-08-08 Daniel Jacobowitz <dan@debian.org>
21716
21717 PR gdb/1738
21718 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
21719 from a breakpoint with a pending signal.
21720
21721 2004-08-08 Daniel Jacobowitz <dan@debian.org>
21722
21723 PR gdb/1736
21724 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
21725 * gdb.base/sigaltstack.exp (finish_test): Consume output until
21726 the prompt.
21727 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
21728
21729 2004-08-08 Daniel Jacobowitz <dan@debian.org>
21730
21731 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
21732
21733 2004-08-08 Daniel Jacobowitz <dan@debian.org>
21734
21735 PR gdb/1736
21736 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
21737 for i?86-*-linux*.
21738
21739 2004-08-08 Daniel Jacobowitz <dan@debian.org>
21740
21741 * gdb.arch/i386-prologue.exp: Compile without debug information.
21742
21743 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
21744
21745 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
21746 rather than asking gdb to search.
21747
21748 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
21749
21750 * gdb.base/gcore.c: Include <string.h>.
21751
21752 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
21753
21754 * gdb.base/gcore.c: Add copyright notice.
21755
21756 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
21757
21758 * gdb.base/freebpcmd.c: Include <stdio.h>.
21759 * gdb.base/long_long.c: Include <string.h>.
21760 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
21761 * gdb.base/siginfo.c: Include <string.h>.
21762 * gdb.base/sigstep.c: Include <string.h>.
21763
21764 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21765
21766 * gdb.base/complex.c: Include <stdlib.h>.
21767
21768 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21769
21770 * gdb.base/complex.c: Add copyright notice.
21771
21772 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21773
21774 * gdb.base/charset.c: Include <stdlib.h>.
21775
21776 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21777
21778 * gdb.base/auxv.c: Include <stdlib.h>.
21779
21780 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21781
21782 * gdb.base/auxv.c: Add copyright notice.
21783
21784 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21785
21786 * gdb.base/coremaker.c: Add copyright notice.
21787 * gdb.base/coremaker2.c: Add copyright notice.
21788
21789 2004-08-04 Andrew Cagney <cagney@gnu.org>
21790
21791 * gdb.base/store.exp: Update copyright.
21792 (check_set, up_set, check_struct, up_struct): Add a prefix to test
21793 names, do not import gdb_prompt.
21794
21795 2004-08-01 Andrew Cagney <cagney@gnu.org>
21796
21797 Fix PR testsuite/1729.
21798 * gdb.base/dump.exp: Add test name to callers of capture_value, do
21799 not use capture_value with value 4.
21800 (capture_value): Add optional test name parameter.
21801 (test_reload_saved_value, test_restore_saved_value): Use $msg as
21802 the prefix, pass to capture_value.
21803
21804 2004-08-01 Mark Kettenis <kettenis@gnu.org>
21805
21806 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
21807 * gdb.arch/i386-prologue.c (standard): New prototype and function.
21808 (main): Call new function.
21809
21810 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
21811
21812 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
21813
21814 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
21815
21816 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
21817
21818 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
21819
21820 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
21821 Accept more values of vtbl pointer. Remove some messages
21822 about "obsolete gcc or gdb".
21823
21824 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
21825
21826 * gdb.cp/classes.exp: Accept more varieties of ptype output.
21827
21828 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
21829
21830 * gdb.base/asm-source.exp: Properly convert target board
21831 debug flags from gcc format to binutils format.
21832
21833 2004-07-28 Mark Kettenis <kettenis@gnu.org>
21834
21835 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
21836 gdb1718". PR backtrace/1718 partially fixed.
21837
21838 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
21839
21840 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
21841
21842 2004-07-26 Nick Clifton <nickc@redhat.com>
21843
21844 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
21845 good default value for a specific architecture is available then
21846 set it to that value. Otherwise default to the -gstabs switch.
21847 Remove the -g... switches from the asm-flags variable. Allow the
21848 target board info to override the value if it wants to. Pass the
21849 switch on the assembler command line.
21850
21851 2004-07-23 Mark Kettenis <kettenis@gnu.org>
21852
21853 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
21854 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
21855 (main): Call new function.
21856
21857 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
21858
21859 Test for PR exp/1715.
21860 * gdb.base/radix.exp: Refactor common procedures. Make all
21861 test names unique. Change XFAIL to KFAIL.
21862
21863 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
21864
21865 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
21866 * gdb.ada/gnat_ada.gin: ... to here.
21867 * configure.in: Use gnat_ada.gin.
21868 * configure: Regenerate.
21869
21870 2004-07-20 Andrew Cagney <cagney@gnu.org>
21871
21872 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
21873 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
21874 XFAILs. Clean up test messages and comments. Check backtraces.
21875 Delete re-sync code.
21876
21877 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
21878
21879 Fix PR cli/740.
21880 * gdb.base/annota1.exp: Honor gdb,nosignals.
21881 * gdb.base/annota3.exp: Likewise.
21882
21883 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
21884
21885 * lib/java.exp: Update copyright notice.
21886
21887 2004-07-19 Andrew Cagney <cagney@gnu.org>
21888
21889 * gdb.base/selftest.exp: Copy file from here ...
21890 * gdb.gdb/selftest.exp: ... to here.
21891
21892 2004-07-16 Andrew Cagney <cagney@redhat.com>
21893
21894 * lib/insight-support.exp: Delete file.
21895 * lib/java.exp (java_init): Fix copyright.
21896
21897 2004-07-16 Andrew Cagney <cagney@gnu.org>
21898
21899 * gdb.base/restore.c: Append "prologue" to comments marking the a
21900 function's prologue.
21901 * gdb.base/restore.exp: Update copyright, re-indent.
21902 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
21903 callerN" prefix where needed. Update patterns that match a
21904 function's prologue.
21905
21906 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
21907
21908 * gdb.base/restore.c: Add copyright notice.
21909
21910 2004-07-16 Andrew Cagney <cagney@gnu.org>
21911
21912 * gdb.base/logical.exp: Update copyright.
21913 (evaluate): New procedure. Use to re-implement tests using
21914 several tables.
21915
21916 2004-07-14 Martin Hunt <hunt@redhat.com>
21917
21918 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
21919 which fixes some problems where init.tcl was not found.
21920
21921 2004-07-13 Andrew Cagney <cagney@gnu.org>
21922
21923 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
21924 (check_sizeof, check_valueof): Do not include the output in the
21925 test name. Use gdb_test.
21926 (get_valueof): Use gdb_test_multiple.
21927
21928 * gdb.base/step-test.exp: Update copyright. Use
21929 gdb_test_multiple. Ensure that test names do not include
21930 architecture dependent output.
21931
21932 * gdb.gdb/observer.exp: Update copyright.
21933 (setup_test): Use gdb_test_multiple.
21934 (attach_first_observer, attach_second_observer)
21935 (attach_third_observer, detach_first_observer)
21936 (detach_second_observer, detach_third_observer)
21937 (reset_counters, check_counters): Make $message a prefix.
21938 (test_normal_stop_notifications): Add "args" parameter - a list of
21939 init functions to be called. Make $message a prefix,
21940 (test_observer_normal_stop): Change the message prefixes so that
21941 they are unique, pass the attach / detach procedures to
21942 test_normal_stop_notifications.
21943
21944 * gdb.base/signull.exp (test_segv): Prefix all tests with
21945 "${name}". Clean up test messages.
21946
21947 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
21948
21949 * gdb.base/ena-dis-br.exp: Update copyright.
21950 (break_at): New function. Replace send_gdb with gdb_test,
21951 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
21952 ignore count, not stopped at bpt", with KFAIL.
21953
21954 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
21955
21956 * gdb.base/attach.exp: Remove cleanupfile handling.
21957
21958 2004-07-12 Andrew Cagney <cagney@gnu.org>
21959
21960 * gdb.base/annota1.exp: Cleanup corefile test name.
21961 * gdb.base/annota3.exp: Ditto.
21962
21963 2004-07-12 Andrew Cagney <cagney@gnu.org>
21964
21965 * gdb.base/signals.exp: Clean up copyright, re-indent.
21966
21967 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
21968 gdb_test and gdb_test_multiple.
21969
21970 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
21971
21972 * gdb.java/jmain.exp: Fix expected line number for main to
21973 break at. Set XFAIL for break at main test since gcj does not
21974 provide line number info for first statement in main.
21975
21976 2004-07-08 Andrew Cagney <cagney@gnu.org>
21977
21978 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
21979
21980 * gdb.base/sigbpt.exp: Make the common part of each test name a
21981 prefix instead of suffix.
21982
21983 2004-07-07 Bob Rossi <bob_rossi@cox.net>
21984
21985 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
21986 test from test_tbreak_creation_and_listing to
21987 test_file_list_exec_source_file
21988 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
21989 Changed name of test from test_tbreak_creation_and_listing to
21990 test_file_list_exec_source_file
21991
21992 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
21993
21994 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
21995 the jmisc() constructor instead of <init>.
21996 * gdb.java/jmisc1.exp: Ditto.
21997
21998 2004-07-07 Andrew Cagney <cagney@gnu.org>
21999
22000 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
22001 corrupting the PC.
22002
22003 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
22004
22005 * gdb.cp/templates.exp: Accept whitespace change in demangler
22006 output.
22007
22008 2004-07-06 Andrew Cagney <cagney@gnu.org>
22009
22010 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
22011
22012 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
22013
22014 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
22015 * lib/compiler.cc: Likewise.
22016
22017 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
22018
22019 * lib/compiler.cc: Work around string preprocessing problem
22020 with old hp c++ compiler.
22021 * lib/compiler.c: Likewise.
22022
22023 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
22024
22025 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
22026 directives to conditionalize symbol prefixing.
22027 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
22028 additional_flags handling. Add underscore prefix for Cygwin.
22029 * gdb.arch/i386-unwind.c: Use preprocessor directives to
22030 conditionalize symbol prefixing.
22031 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
22032 additional_flags handling. Add underscore prefix for Cygwin.
22033
22034 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
22035
22036 * gdb.base/bigcore.exp: Skip test on Cygwin.
22037
22038 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
22039
22040 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
22041 formats for "info register". Use gdb_test_multiple. Fix
22042 the "invalid register" test.
22043
22044 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
22045
22046 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
22047 PID for Cygwin. Add Cygwin specific strings to check for in some
22048 tests.
22049 (do_attach_tests): Add a test for user interaction when attaching
22050 to a process with no matching symbol table already loaded.
22051
22052 2004-06-26 Andrew Cagney <cagney@gnu.org>
22053
22054 Test PR java/1567 and PR java/1565.
22055 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
22056 * gdb.java/jmisc2.exp: Delete file.
22057
22058 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
22059
22060 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
22061
22062 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
22063
22064 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
22065 attach process.
22066
22067 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
22068
22069 * gdb.cp/pr-1553.exp: Remove.
22070
22071 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
22072
22073 * gdb.cp/pr-1553.cc: Remove.
22074 * gdb.cp/pr-1553.exp: Disable this test.
22075
22076 2004-06-20 Jim Blandy <jimb@redhat.com>
22077
22078 Fix PR testsuite/1680.
22079 * gdb.arch/i386-sse.exp: Properly quote curly braces in
22080 regular expressions.
22081
22082 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
22083
22084 Fix PR testsuite/1679.
22085 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
22086 Issue an UNSUPPORTED result instead.
22087
22088 2004-06-18 Jim Blandy <jimb@redhat.com>
22089
22090 * gdb.base/charset.exp: Only send a control-C if we see a new
22091 prompt and incomplete command.
22092
22093 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
22094
22095 * gdb.cp/pr-574.cc: Add copyright notice.
22096
22097 2004-06-17 Jim Blandy <jimb@redhat.com>
22098
22099 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
22100 cases where the regexp has no groups; this grabs random text from
22101 the previous test suite, whatever that was.
22102
22103 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
22104
22105 * gdb.cp/printmethod.cc: Add copyright notice.
22106
22107 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
22108
22109 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
22110
22111 2004-06-16 Andrew Cagney <cagney@gnu.org>
22112
22113 * gdb.base/signull.c: Update copyright. Include <string.h>.
22114 (bowler): Replace data_pointer with data_read
22115 and data_write cases. Add code_descriptor case.
22116 (zero, desc): New array and pointer.
22117 (data, code): Change to simple pointers.
22118 * gdb.base/signull.exp: Fix probe pattern matching a function
22119 descriptor SIGSEGV. Replace data_pointer with data_read and
22120 data_write tests.
22121
22122 2004-06-16 Andrew Cagney <cagney@gnu.org>
22123
22124 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
22125
22126 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
22127
22128 * gdb.base/long_long.c: Add copyright notice.
22129
22130 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
22131
22132 * gdb.base/long_long.exp: Remove reference to
22133 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
22134 to gdb_breakpoint and gdb_continue_to_breakpoint.
22135
22136 2004-06-14 Jim Blandy <jimb@redhat.com>
22137
22138 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
22139 endian case.
22140
22141 2004-06-14 Andrew Cagney <cagney@gnu.org>
22142
22143 * gdb.base/gcore.exp (capture_command_output): Delete the always
22144 passing tests containing inferior values.
22145 * gdb.base/ending-run.exp: Do not include the breakpoint address
22146 in the test message. Update copyright.
22147 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
22148 size in the test name, use gdb_test_multiple. Update copyright.
22149
22150 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
22151
22152 * gdb.cp/ref-types.cc: Add copyright notice.
22153
22154 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
22155
22156 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
22157 hp_aCC_compiler.
22158 * lib/compiler.cc: Likewise.
22159 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
22160 'set' commands. Log diagnostics for other lines. Set
22161 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
22162
22163 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
22164
22165 * gdb.cp/try_catch.cc: Add copyright notice.
22166
22167 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
22168
22169 * gdb.cp/userdef.cc: Add copyright notice.
22170
22171 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
22172
22173 * gdb.cp/virtfunc.cc: Add copyright notice.
22174
22175 2004-06-11 Randolph Chung <tausq@debian.org>
22176
22177 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
22178 problem.
22179
22180 2004-06-10 Andrew Cagney <cagney@gnu.org>
22181
22182 * lib/compiler.cc, lib/compiler.c: Append either
22183 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
22184 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
22185 instead of gcc-3-3.
22186
22187 2004-06-09 Andrew Cagney <cagney@gnu.org>
22188
22189 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
22190 gdb/1455, bug is specific to "long long" and "double".
22191
22192 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
22193 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
22194 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
22195 fixed.
22196
22197 2004-06-09 Andrew Cagney <cagney@gnu.org>
22198
22199 * gdb.base/structs.exp (test_struct_returns): Replace
22200 "return_value_unknown" and "finish_value_unknown" by
22201 "return_value_known" and "finish_value_known". Instead of
22202 "return_value_unknown" iff "finish_value_unknown", check
22203 "return_value_known" implies "finish_value_known".
22204
22205 2004-06-08 Martin Hunt <hunt@redhat.com>
22206
22207 * gdb.base/float.exp: Add pattern for mips targets.
22208
22209 2004-06-08 Randolph Chung <tausq@debian.org>
22210
22211 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
22212 message for unknown architectures more clear.
22213
22214 2004-06-08 Joel Brobecker <brobecker@gnat.com>
22215
22216 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
22217 start the execution of the program.
22218
22219 2004-06-07 Jim Blandy <jimb@redhat.com>
22220
22221 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
22222 * gdb.arch/i386-cpuid.h: New helper file.
22223
22224 2004-06-07 Randolph Chung <tausq@debian.org>
22225
22226 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
22227 has started.
22228
22229 2004-06-04 Roland McGrath <roland@redhat.com>
22230
22231 Fix PR gdb/1647.
22232 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
22233 differently to be robust to output buffering differences.
22234
22235 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
22236
22237 * gdb.threads/pthreads.exp: Update copyright years.
22238 (check_control_c): Change asynchronous 'after' to synchronous.
22239
22240 2004-06-04 Roland McGrath <roland@redhat.com>
22241
22242 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
22243 next gdb prompt.
22244
22245 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
22246
22247 Fix PR gdb/1636.
22248 * gdb.threads/manythreads.exp: Change asynchronous 'after'
22249 calls to synchronous.
22250
22251 2004-05-26 Jim Blandy <jimb@redhat.com>
22252
22253 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
22254
22255 2004-05-24 Randolph Chung <tausq@debian.org>
22256
22257 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
22258 * gdb.asm/pa.inc: New file.
22259
22260 2004-05-22 Mark Kettenis <kettenis@gnu.org>
22261
22262 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
22263
22264 2004-05-21 Joel Brobecker <brobecker@gnat.com>
22265 Daniel Jacobowitz <drow@mvista.com>
22266
22267 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
22268 GDB prompt.
22269
22270 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22271
22272 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
22273 setjmp/longjmp. Use sigaction instead of signal.
22274
22275 2004-05-19 J. Brobecker <brobecker@gnat.com>
22276 Michael Snyder <msnyder@redhat.com>
22277
22278 * gdb.threads/pthread_cond_wait.c: New file.
22279 * gdb.threads/pthread_cond_wait.exp: New testcase.
22280
22281 2004-05-13 Andrew Cagney <cagney@redhat.com>
22282
22283 * gdb.base/signull.exp, gdb.base/signull.c: New files.
22284 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
22285
22286 2004-05-11 Andrew Cagney <cagney@redhat.com>
22287
22288 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
22289 fixed but revealed gdb/1639.
22290
22291 2004-05-10 Andrew Cagney <cagney@redhat.com>
22292
22293 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
22294 func1" and "next to 2nd alarm", kernel bug avoided.
22295
22296 2004-05-10 Daniel Jacobowitz <dan@debian.org>
22297
22298 PR external/1568
22299 * gdb.base/bigcore.exp: Check the size of the dumped core file.
22300 XFAIL if it is smaller than bytes_allocated.
22301 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
22302 (main): Make chunks_allocated unsigned. Correct comment.
22303
22304 2004-05-07 Joel Brobecker <brobecker@gnat.com>
22305
22306 * gdb.arch/powerpc-aix-prologue.c: New file.
22307 * gdb.arch/powerpc-aix-prologue.exp: New file.
22308
22309 2004-05-07 Jim Blandy <jimb@redhat.com>
22310
22311 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
22312 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
22313
22314 2004-05-06 Joel Brobecker <brobecker@gnat.com>
22315
22316 * gdb.base/sep.exp: No longer setup_kfail when the program was
22317 built with dwarf2.
22318
22319 2004-05-05 Jim Ingham <jingham@apple.com>
22320
22321 * gdb.base/pending.exp: Make sure pending breakpoints
22322 preserve the ignore count.
22323
22324 2004-04-27 Jerome Guitton <guitton@gnat.com>
22325
22326 * i386-prologue.exp: Add testcase for jump instruction as first
22327 instruction of the real code.
22328 * i386-prologue.c (jump_at_beginning): New function.
22329
22330 2004-04-28 Mark Kettenis <kettenis@gnu.org>
22331
22332 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
22333 x86_64-*-*.
22334
22335 2004-04-28 Mark Kettenis <kettenis@gnu.org>
22336
22337 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
22338 i*86-*-*.
22339
22340 2004-04-25 Mark Kettenis <kettenis@gnu.org>
22341
22342 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
22343 expression that checks the return type.
22344
22345 2004-04-23 Andrew Cagney <cagney@redhat.com>
22346
22347 * gdb.base/call-sc.exp: New test of scalar call/return values.
22348 * gdb.base/call-sc.c: Ditto.
22349
22350 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22351
22352 * gdb.threads/manythreads.c: Reduce thread stack size.
22353
22354 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
22355
22356 * gdb.threads/manythreads.c: Add copyright notice.
22357
22358 2004-04-23 Andrew Cagney <cagney@redhat.com>
22359
22360 * gdb.base/siginfo.exp: Better handle step out of signal.
22361 * gdb.base/sigstep.exp: Ditto.
22362
22363 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
22364 Daniel Jacobowitz <drow@mvista.com>
22365
22366 * gdb.threads/manythreads.c: New testcase.
22367 * gdb.threads/manythreads.exp: Ditto.
22368
22369 2004-04-22 Jim Blandy <jimb@redhat.com>
22370
22371 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
22372 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
22373
22374 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
22375
22376 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
22377
22378 2004-04-21 Andrew Cagney <cagney@redhat.com>
22379
22380 * gdb.base/sigstep.c: New file.
22381 * gdb.base/sigstep.exp: New file.
22382
22383 2004-04-16 Joel Brobecker <brobecker@gnat.com>
22384
22385 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
22386 call to observer_notify_normal_stop.
22387
22388 2004-04-15 Andrew Cagney <cagney@redhat.com>
22389
22390 * gdb.base/siginfo.c: New file.
22391 * gdb.base/siginfo.exp: New file.
22392
22393 2004-04-12 J. Brobecker <brobecker@gnat.com>
22394
22395 * gdb.base/sep.exp: Fix typo in comment.
22396
22397 2004-04-12 J. Brobecker <brobecker@gnat.com>
22398
22399 * gdb.base/sep.c: New file.
22400 * gdb.base/sep-proc.c: New file.
22401 * gdb.base/sep.exp: New testcase.
22402
22403 2004-04-09 Mark Kettenis <kettenis@gnu.org>
22404
22405 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
22406 support.
22407
22408 2004-04-05 Andrew Cagney <cagney@redhat.com>
22409
22410 * gdb.base/sigaltstack.c: New file.
22411 * gdb.base/sigaltstack.exp: New file.
22412
22413 2004-04-04 Joel Brobecker <brobecker@gnat.com>
22414
22415 * gdb.base/foll-fork.exp: Update the expected output for
22416 "help set follow-fork-mode", to match a change that was made
22417 to the help of this variable on 2004-01-13.
22418
22419 2004-04-01 Joel Brobecker <brobecker@gnat.com>
22420
22421 * lib/ada.exp: Add copyright notice.
22422 * bar.ads: Likewise.
22423 * bar.adb: Likewise.
22424 * null_record.adb: Likewise.
22425 * null_record.exp: Likewise.
22426 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
22427
22428 2004-04-01 Joel Brobecker <brobecker@gnat.com>
22429
22430 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
22431 * configure: Regenerate.
22432
22433 2004-04-01 Joel Brobecker <brobecker@gnat.com>
22434
22435 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
22436 to build the application. Remove the message printed when in
22437 verbose mode, redundant with the UNSUPPORTED message above.
22438
22439 2004-03-31 Joel Brobecker <brobecker@gnat.com>
22440
22441 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
22442 * gdb.ada (null_record.exp): New testcase.
22443
22444 2004-03-31 Joel Brobecker <brobecker@gnat.com>
22445
22446 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
22447
22448 2004-03-31 Joel Brobecker <brobecker@gnat.com>
22449
22450 * gdb.ada: New subdirectory.
22451 * gdb.ada/Makefile.in: New file.
22452 * gdb.ada/gnat_ada.gpr.in: New file.
22453
22454 2004-03-31 Joel Brobecker <brobecker@gnat.com>
22455
22456 * lib/ada.exp: New file.
22457
22458 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
22459
22460 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
22461 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
22462
22463 2004-03-22 Andrew Cagney <cagney@redhat.com>
22464
22465 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
22466 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
22467 Problem identified by Ulrich Weigand.
22468
22469 2004-03-17 David Carlton <carlton@kealia.com>
22470
22471 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
22472 PR c++/826.
22473
22474 2004-03-16 Roland McGrath <roland@redhat.com>
22475
22476 * gdb.base/auxv.exp: New file.
22477 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
22478
22479 2004-03-12 David Carlton <carlton@kealia.com>
22480
22481 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
22482 * gdb.cp/pr-1553.cc: Ditto.
22483 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
22484 pass branch.
22485
22486 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
22487
22488 * gdb.cp/templates.exp: Accept more template types.
22489
22490 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
22491
22492 From Corinna Vinschen with modifications.
22493 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
22494 local variable obj_with_enum.
22495 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
22496 results with obj_with_enum.
22497
22498 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
22499
22500 * gdb.cp/classes.cc: New file, copied from misc.cc.
22501 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
22502
22503 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
22504
22505 * gdb.cp/misc.cc: Add copyright notice.
22506
22507 2004-03-05 David Carlton <carlton@kealia.com>
22508
22509 * gdb.cp/rtti.exp: Add 'print *obj3' test.
22510 * gdb.cp/rtti.h: Update copyright.
22511 (namespace n2::n3): New.
22512 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
22513 (n2::n3::func3): New.
22514 (main): Call n2::n3::func3.
22515 * gdb.cp/rtti2.cc: Update copyright.
22516 (n2::create3): New.
22517
22518 2004-03-04 Mark Kettenis <kettenis@gnu.org>
22519
22520 * gdb.asm/openbsd.inc: Fix typo.
22521
22522 2004-03-03 Fred Fish <fnf@redhat.com>
22523
22524 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
22525 "val" instead of unused "size". Update copyright year.
22526
22527 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
22528
22529 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
22530 to use unsigned char.
22531 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
22532 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
22533
22534 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
22535
22536 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
22537 line of output.
22538
22539 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
22540
22541 * gdb.base/relocate.c (dummy): Initialize.
22542
22543 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
22544
22545 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
22546 a breakpoint at exit.
22547
22548 2004-02-27 Fred Fish <fnf@redhat.com>
22549
22550 * gdb.base/chng-syms.exp: Add expect condition to match failing
22551 case that isn't a timeout.
22552
22553 2004-02-27 Andrew Cagney <cagney@redhat.com>
22554
22555 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
22556 support.
22557
22558 2004-02-26 Fred Fish <fnf@redhat.com>
22559
22560 * gdb.arch/gdb1431.c: Remove.
22561 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
22562 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
22563 of "until" incorrectly.
22564
22565 2004-02-26 J. Brobecker <brobecker@gnat.com>
22566
22567 * gdb.cp/class2.cc (empty): New class.
22568 (refer): New function.
22569 (main): Declare an object of type empty and use it.
22570 * gdb.cp/class2.exp: Print the value of an object of type empty.
22571
22572 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
22573
22574 * gdb.base/langs.exp: Update query string to match the
22575 new nquery format used for pending breakpoints.
22576
22577 2004-02-26 Andrew Cagney <cagney@redhat.com>
22578
22579 Fix PR i18n/1570.
22580 * gdb.base/charset.c: Update copyright notice.
22581 (main, init_string): Remove the escape character '\e' tests.
22582 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
22583 * gdb.base/charset.exp (valid_host_charset): Ditto.
22584 * gdb.base/setvar.exp: Ditto.
22585
22586 2004-02-24 Andrew Cagney <cagney@redhat.com>
22587
22588 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
22589 mmapped data in core file" PASS and FAIL messages consistent.
22590
22591 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
22592 setting a breakpoint. Work around PR java/1565.
22593
22594 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
22595
22596 * lib/gdb.exp (gdb_breakpoint): Update query string to match
22597 new nquery format.
22598 * gdb.base/pending.exp: Ditto.
22599
22600 2004-02-22 Mark Kettenis <kettenis@gnu.org>
22601
22602 * configure.in: Run stabs tests on *BSD.
22603 * configure: Regenerated.
22604
22605 2004-02-21 Mark Kettenis <kettenis@gnu.org>
22606
22607 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
22608
22609 2004-02-20 Fred Fish <fnf@redhat.com>
22610
22611 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
22612 blank in test for "returns short", for consistency with other
22613 "returns xxx" tests. Update copyright year.
22614
22615 2004-02-19 Fred Fish <fnf@redhat.com>
22616
22617 New testcase for PR breakpoint/1558.
22618 * gdb.arch/gdb1558.exp: New file.
22619 * gdb.arch/gdb1558.c: New file.
22620
22621 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
22622
22623 * gdb.base/nodebug.exp: Fix typo.
22624
22625 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22626
22627 Committed by Jim Blandy <jimb@redhat.com>.
22628
22629 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
22630
22631 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
22632
22633 * gdb.base/float.exp: Support s390*-*-* targets.
22634
22635 2004-02-17 Adam Fedor <fedor@gnu.org>
22636
22637 * gdb.base/gdb1555.exp: New file.
22638 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
22639
22640 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
22641
22642 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
22643
22644 2004-02-16 Fred Fish <fnf@redhat.com>
22645
22646 * gdb.arch/gdb1291.c: Remove
22647 * gdb.arch/gdb1291.s: New test input file.
22648 * gdb.arch/gdb1291.exp: Expand test to check case that should not
22649 fail. Test for correct result, known incorrect result, other
22650 failures and timeouts.
22651
22652 2004-02-16 Andrew Cagney <cagney@redhat.com>
22653
22654 * gdb.base/bigcore.exp: New file.
22655 * gdb.base/bigcore.c: New file.
22656
22657 2004-02-13 Andrew Cagney <cagney@redhat.com>
22658
22659 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
22660 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
22661 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
22662 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
22663 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
22664 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
22665 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
22666 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
22667 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
22668 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
22669
22670 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
22671
22672 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
22673 executed is an alloc instruction.
22674
22675 2004-02-11 David Carlton <carlton@kealia.com>
22676
22677 * gdb.cp/breakpoint.exp: New.
22678 * gdb.cp/breakpoint.cc: New.
22679
22680 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
22681
22682 Partial fix for PR gdb/1543.
22683 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
22684 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
22685 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
22686 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
22687 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
22688 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
22689 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
22690 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
22691 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
22692 to bug-gdb@prep.ai.mit.edu .
22693 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
22694 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
22695 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
22696 Likewise.
22697
22698 2004-02-10 Andrew Cagney <cagney@redhat.com>
22699
22700 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
22701 using gdb_internal_error_resync.
22702
22703 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
22704
22705 * gdb.threads/thread-specific.exp: Stop early if no threads are
22706 found.
22707
22708 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
22709
22710 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
22711
22712 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
22713
22714 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
22715 breakpoints.
22716
22717 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
22718
22719 * config/sim.exp (gdb_load): Handle $arg == "".
22720 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
22721 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
22722
22723 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
22724
22725 * gdb.base/maint.exp: Update test to reflect
22726 obstack changes.
22727
22728 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
22729
22730 * gdb.base/pendshr.c (pendfunc): New function that calls
22731 pendfunc1.
22732 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
22733
22734 2004-02-04 Fred Fish <fnf@redhat.com>
22735
22736 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
22737 function symbols and update copyright years.
22738 * gdb.arch/gdb1291.c: Ditto.
22739
22740 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
22741
22742 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
22743
22744 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
22745
22746 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
22747
22748 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
22749
22750 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
22751
22752 2004-02-02 Fred Fish <fnf@redhat.com>
22753
22754 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
22755 remote targets. Update copyright years.
22756
22757 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
22758
22759 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
22760 support.
22761 * gdb.base/langs.exp: Fix test which attempts to create
22762 breakpoint on non-existent function to handle new pending
22763 support.
22764 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
22765 a breakpoint.
22766 * gdb.base/pending.exp: New test.
22767 * gdb.base/pending.c: New file.
22768 * gdb.base/pendshr.c: Ditto.
22769
22770 2004-02-02 David Carlton <carlton@kealia.com>
22771
22772 * gdb.cp/overload.exp: Add overloadNamespace tests.
22773 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
22774 (overloadNamespace, XXX): New.
22775 (main): Call XXX::marker2.
22776
22777 2004-02-01 Fred Fish <fnf@redhat.com>
22778
22779 * gdb.base/dump.exp: Use runto_main instead of "runto main".
22780 * gdb.base/finish.exp: Ditto.
22781 * gdb.base/gcore.exp: Ditto.
22782 * gdb.base/huge.exp: Ditto.
22783 * gdb.base/info-proc.exp: Ditto.
22784 * gdb.base/return2.exp: Ditto.
22785 * gdb.threads/gcore-thread.exp: Ditto.
22786
22787 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
22788
22789 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
22790
22791 2004-02-01 Mark Kettenis <kettenis@gnu.org>
22792
22793 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
22794 that opening the file succeeds on OpenBSD.
22795
22796 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
22797
22798 * gdb.threads/thread-specific.c: New file.
22799 * gdb.threads/threads-specific.exp: New test script.
22800 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
22801 to expect_out.
22802
22803 2004-02-01 Mark Kettenis <kettenis@gnu.org>
22804
22805 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
22806 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
22807 only on the "print_small_structs from print_long_arg_list" test.
22808
22809 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
22810
22811 * gdb.base/completion.exp: Kill a stray backslash.
22812
22813 From Jim Ingham <jingham@apple.com>:
22814 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
22815 agrees with the result from sending a tab.
22816
22817 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
22818
22819 * gdb.base/chng-syms.exp: Remove stray newline.
22820
22821 2004-01-31 Mark Kettenis <kettenis@gnu.org>
22822
22823 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
22824 *-*-openbsd*.
22825 * gdb.asm/openbsd.inc: New file.
22826
22827 2004-01-30 Mark Kettenis <kettenis@gnu.org>
22828
22829 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
22830 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
22831 *-*solaris2*. Remove commented out default settings for
22832 asm-flags. Replace gdb_compile with target_link.
22833
22834 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
22835
22836 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
22837 for all tests. Remove old hp-ux and cygnus xfail cases.
22838
22839 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
22840
22841 * gdb.base/chng-syms.exp: New file.
22842 * gdb.base/chng-syms.c: New file.
22843
22844 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
22845
22846 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
22847 Provide arms for current output in all my configurations.
22848
22849 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
22850
22851 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
22852 * lib/compiler.cc: Likewise.
22853 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
22854 get the right preprocessor. Eval the output directly. Remove
22855 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
22856 hp_f77_compiler and hp_f90_compiler completely.
22857 (gdb_preprocess): Delete.
22858 (get_compiler): Delete.
22859
22860 2004-01-24 Mark Kettenis <kettenis@gnu.org>
22861
22862 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
22863 <string.h>.
22864
22865 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
22866
22867 * gdb.mi/mi-stack.exp: Update copyright.
22868
22869 2004-01-23 David Carlton <carlton@kealia.com>
22870
22871 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
22872 test for cp_lookup_transparent_type.
22873 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
22874 call them.
22875
22876 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
22877
22878 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
22879 after -var-update.
22880
22881 2004-01-23 David Carlton <carlton@kealia.com>
22882
22883 * gdb.cp/namespace.cc (C::ensureRefs): New.
22884 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
22885
22886 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
22887
22888 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
22889 case "-stack-list-locals 2".
22890 * gdb.mi/mi-var-child.exp: Test for case
22891 "-var-list-children --all-values NAME".
22892
22893 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
22894
22895 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
22896
22897 2004-01-18 Mark Kettenis <kettenis@gnu.org>
22898
22899 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
22900 used with gdb_test_multiple.
22901
22902 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
22903 read at address 0. This fixes PR testsuite/1504.
22904
22905 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
22906
22907 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
22908 Remove downloading, guessing the host executable, the calls to
22909 gdb_file_cmd and gdb_target_cmd, and "load" support.
22910 (infer_host_exec): New function broken out from gdb_load.
22911 (gdb_load): New wrapper for gdbserver_gdb_load.
22912 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
22913 gdb_target_cmd. Use -target-select.
22914 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
22915 Download binaries to the host. Clear last_mi_remote_file when
22916 we load a new binary.
22917 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
22918 call gdbserver_gdb_load and mi_gdb_target_cmd.
22919
22920 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
22921
22922 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
22923 type patterns.
22924
22925 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
22926
22927 * gdb.cp/templates.exp: Fix typo in test name of
22928 "print Foo<volatile char*>::foo".
22929
22930 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
22931
22932 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
22933
22934 2004-01-16 Ben Elliston <bje@wasabisystems.com>
22935
22936 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
22937 (clean mostlyclean): Remove empty rm.
22938
22939 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
22940
22941 * gdb.base/setvar.exp: Add copyright years.
22942
22943 2004-01-14 David Carlton <carlton@bactrian.org>
22944
22945 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
22946 PR c++/1511 and update coment.
22947 * gdb.cp/templates.exp: Update patterns to match current output.
22948 If changes involve something other than whitespace, KFAIL
22949 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
22950
22951 2004-01-14 David Carlton <carlton@kealia.com>
22952
22953 * gdb.cp/namespace.exp: Add tests involving classes defined within
22954 namespaces.
22955 * gdb.cp/namespace.cc (C::CClass): New.
22956 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
22957
22958 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
22959
22960 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
22961 what debug info we have. Print a better message if something goes
22962 wrong while producing the separate debug info file.
22963
22964 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
22965
22966 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
22967
22968 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
22969
22970 * gdb.base/callfuncs.c: Add copyright notice.
22971
22972 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
22973
22974 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
22975 inheritance. PR gdb/1498, PR gcc/13539.
22976
22977 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
22978
22979 * gdb.threads/gcore-thread.exp: Prefix name of binary with
22980 test specific name.
22981 * gdb.mi/gdb669.exp: Ditto.
22982 * gdb.mi/mi-pthreads.exp: Ditto.
22983 * gdb.mi/mi1-pthreads.exp: Ditto.
22984 * gdb.mi/mi2-pthreads.exp: Ditto.
22985
22986 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
22987
22988 * gdb.cp/member-ptr.cc: Add copyright notice.
22989
22990 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
22991
22992 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
22993 some patterns for recent versions of gcc and hpacc. Delete
22994 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
22995 Delete tests that access a NULL pointer-to-member-data. This
22996 script is still disabled for gcc.
22997
22998 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
22999
23000 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
23001 escaped correctly.
23002
23003 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
23004
23005 * gdb.base/sepdebug.exp: New file.
23006 * gdb.base/sepdebug.c: New file.
23007 * lib/gdb.exp (separate_debug_filename): New procedure.
23008 (gdb_gnu_strip_debug): New procedure.
23009
23010 2004-01-12 Andrew Cagney <cagney@redhat.com>
23011
23012 * gdb.mi/ChangeLog: Delete file. Renamed to ...
23013 * gdb.mi/ChangeLog-1999-2003: New file.
23014
23015 2004-01-12 Andrew Cagney <cagney@redhat.com>
23016
23017 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
23018 "Renaming a directory to a non-empty directory returns ENOTEMPTY
23019 or EEXIST", treat EBUSY as an XFAIL.
23020
23021 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
23022
23023 * gdb.base/scope.exp: Remove obsolete setup_xfail for
23024 hp_cc_compiler.
23025
23026 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
23027
23028 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
23029 decorations.
23030
23031 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
23032
23033 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
23034 and "(aCC)" decorations. Remove obsolete doco about old
23035 test results.
23036
23037 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
23038
23039 * gdb.cp/exception.exp: Fix typo in doco.
23040
23041 2004-01-09 Mark Kettenis <kettenis@gnu.org>
23042
23043 * gdb.base/gdb1476.exp: Fix typo.
23044
23045 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
23046
23047 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
23048 file.
23049
23050 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
23051
23052 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
23053 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
23054 Use gdb_compile. Remove restriction on gcc. Add some patterns
23055 for recent version of gdb. Delete second half, which was a copy
23056 of the first half with different build flags. This test is
23057 still disabled because it is still not ready for production.
23058
23059 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
23060
23061 * gdb.cp/exception.cc: Add copyright notice.
23062 * gdb.cp/exception.exp: Add a notice that this file is broken
23063 because of line number changes caused by addition of copyright
23064 notice.
23065
23066 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
23067
23068 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
23069 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
23070
23071 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
23072
23073 * gdb.cp/classes.exp: Accept gnu abi 2.
23074 * gdb.cp/derivation.exp: Likewise.
23075 * gdb.cp/overload.exp: Likewise.
23076 * gdb.cp/virtfunc.exp: Likewise.
23077
23078 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
23079
23080 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
23081 semicolon after end of function.
23082
23083 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23084
23085 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
23086 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
23087 boilerplate code for compiling and running the program under
23088 test. Add some string method tests.
23089
23090 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23091
23092 * gdb.cp/bs15503.cc: Add copyright notice.
23093 * gdb.cp/bs15503.exp: Adjust line number.
23094
23095 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23096
23097 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
23098 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
23099
23100 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23101
23102 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
23103 hp_cc_compiler.
23104
23105 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23106
23107 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
23108 * gdb.cp/ctti.exp: Use the marker instead of "next".
23109 With gcc, run further before bailing.
23110
23111 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23112
23113 * gdb.cp/cttiadd.cc: Add copyright notice.
23114 * gdb.cp/cttiadd1.cc: Likewise.
23115 * gdb.cp/cttiadd2.cc: Likewise.
23116 * gdb.cp/cttiadd3.cc: Likewise.
23117
23118 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23119
23120 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
23121 Use gdb_test, gdb_test_multiple. Use floating-point values that
23122 have exact representations in IEEE-ish formats.
23123
23124 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23125
23126 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
23127 compilers. Delete duplicate call to get_compiler_info.
23128 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
23129 * gdb.base/volatile.exp: Likewise.
23130
23131 2004-01-07 Mark Kettenis <kettenis@gnu.org>
23132
23133 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
23134 memory at address 0.
23135
23136 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23137
23138 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
23139 to test for hp-ux assembler. Fix copyright years.
23140
23141 2004-01-07 Andrew Cagney <cagney@redhat.com>
23142
23143 * gdb.base/fileio.c (strerrno): Add "EBUSY".
23144
23145 2004-01-07 Andrew Cagney <cagney@redhat.com>
23146
23147 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
23148 when creating the read-only file. From analysis by Roland McGrath
23149 and Elena Zannoni.
23150
23151 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
23152
23153 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
23154
23155 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
23156
23157 * gdb.base/cvexpr.c: Be type-safe with function pointers and
23158 data pointers.
23159
23160 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
23161
23162 * gdb.cp/m-static.exp: Compile one source file at a time.
23163 Delete unused call to get_compiler_info.
23164
23165 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
23166
23167 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
23168 * gdb.base/call-rt-st.exp: Likewise.
23169 * gdb.base/nodebug.exp: Likewise.
23170 * gdb.base/volatile.exp: Likewise.
23171 * gdb.cp/ref-types.exp: Likewise.
23172 * gdb.cp/templates.exp: Likewise.
23173
23174 2004-01-05 Mark Kettenis <kettenis@gnu.org>
23175
23176 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
23177
23178 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
23179
23180 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
23181 hppa*-hp-hpux*.
23182
23183 2004-01-04 Mark Kettenis <kettenis@gnu.org>
23184
23185 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
23186 x86_64-*-*.
23187
23188 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
23189 sparc64-*-* and sparc*-solaris2*.
23190
23191 2004-01-04 Mark Kettenis <kettenis@gnu.org>
23192
23193 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
23194 return ${tests}" test. The ${tests} already mentions the
23195 filename.
23196
23197 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
23198
23199 * gdb.cp/local.exp: Accept gcc abi 2.
23200
23201 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
23202
23203 * gdb.cp/templates.exp: Accept gcc abi 2.
23204
23205 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
23206
23207 * lib/compiler.cc: Remove supports_template_debugging.
23208 * gdb.cp/templates.exp: Do not test supports_template_debugging.
23209
23210 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23211
23212 * gdb.cp/namespace.exp: Accept gcc abi 2.
23213
23214 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23215
23216 * gdb.cp/method.exp: Accept gcc abi 2.
23217
23218 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23219
23220 * gdb.cp/classes.exp: Generate identical results as old version.
23221 * gdb.cp/derivation.exp: Likewise.
23222 * gdb.cp/overload.exp: Likewise.
23223 * gdb.cp/virtfunc.exp: Likewise.
23224
23225 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23226
23227 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
23228 mysterious bug with sourceware version of expect.
23229
23230 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23231
23232 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
23233 current versions of gcc, including gcc abi 2. Remove gratuitous
23234 restart of test program. Use gdb_test_multiple and gdb_test for
23235 all tests. Add patterns to xfail missing "const" in "const char *"
23236 and kfail PR gdb/1155.
23237
23238 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23239
23240 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
23241 current versions of gcc, including gcc abi 2. Remove gratuitous
23242 restart of test program. Use gdb_test_multiple and gdb_test for
23243 all tests. Add patterns to kfail PR gdb/1498.
23244
23245 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
23246
23247 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
23248 current versions of gcc, including gcc abi 2. Use "breakpoint"
23249 and "continue" instead of restarting the target program. Use
23250 gdb_test_multiple and gdb_test for all tests.
23251
23252 2004-01-01 Mark Kettenis <kettenis@gnu.org>
23253
23254 * gdb.asm/asm-source.exp: Update copyright year. Link statically
23255 for *-*-solaris2*.
23256
23257 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
23258
23259 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
23260 current versions of gcc, including gcc abi 2. Use "breakpoint"
23261 and "continue" instead of restarting the target program several
23262 times. Use gdb_test_multiple and gdb_test for all tests.
23263
23264 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
23265
23266 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
23267 source files.
23268
23269 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
23270
23271 * gdb.base/environ.exp: Handle compiling test case from multiple
23272 source files.
23273
23274 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
23275
23276 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
23277
23278 2003-12-17 Jim Blandy <jimb@redhat.com>
23279
23280 * gdb.base/freebpcmd.c: Add copyright notice.
23281
23282 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
23283
23284 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
23285
23286 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
23287
23288 2003-12-13 Jim Blandy <jimb@redhat.com>
23289
23290 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
23291
23292 2003-12-12 Kevin Buettner <kevinb@redhat.com>
23293
23294 * gdb.asm/frv.inc: New file.
23295 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
23296
23297 2003-12-09 Fred Fish <fnf@redhat.com>
23298
23299 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
23300 functions to break1.c and leave prototypes behind. Add more
23301 "set breakpoint NN here" comments.
23302 * gdb.base/break1.c: New file.
23303
23304 * gdb.base/break.exp: Handle compiling test case from multiple
23305 source files and change source file references as needed.
23306 * gdb.base/completion.exp: Ditto.
23307 * gdb.base/condbreak.exp: Ditto.
23308 * gdb.base/define.exp: Ditto.
23309 * gdb.base/ena-dis-br.exp: Ditto.
23310 * gdb.base/info-proc.exp: Ditto.
23311 * gdb.base/maint.exp: Ditto.
23312 * gdb.base/until.exp: Ditto.
23313
23314 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
23315 hardcoded line numbers.
23316 * gdb.base/define.exp: Ditto.
23317 * gdb.base/ena-dis-br.exp: Ditto.
23318 * gdb.base/maint.exp: Ditto.
23319 * gdb.base/until.exp: Ditto.
23320
23321 * gdb.base/completion.exp: Use "break1" for completion tests since
23322 "break" is no longer a unique prefix.
23323
23324 2003-12-06 Andrew Cagney <cagney@redhat.com>
23325
23326 * gdb.base/structs.exp (test_struct_returns): When applicable, set
23327 "return_value_unimplemented". When an unimplemented struct return
23328 architecture, report incorrect values as a KFAIL
23329
23330 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
23331
23332 * gdb.cp/rtti.exp: Accept new wording of warning from
23333 cp_lookup_rtti_type.
23334
23335 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
23336
23337 Partial fix for PR testsuite/1456.
23338 * gdb.base/scope.exp (test_at_main): Replace references to
23339 gcc_compiled with calls to test_compiler_info.
23340 (test_at_foo): Likewise.
23341 (test_at_bar): Likewise.
23342
23343 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
23344
23345 Partial fix for PR testsuite/1456.
23346 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
23347 to test_compiler_info.
23348
23349 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
23350
23351 * gdb.base/so-impl-ld.exp: Update copyright notice.
23352
23353 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
23354
23355 Partial fix for PR testsuite/1456.
23356 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
23357 to test_compiler_info.
23358
23359 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
23360
23361 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
23362 from current versions of gdb. Clean up regular expressions.
23363 Delete redundant timeout case.
23364
23365 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
23366
23367 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
23368 from current versions of gdb. Clean up regular expressions.
23369 Delete redundant timeout case.
23370
23371 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
23372
23373 Partial fix for PR testsuite/1456.
23374 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
23375 gcc_compiled with call to test_compiler_info.
23376
23377 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
23378
23379 Partial fix for PR testsuite/1456.
23380 * gdb.base/list.exp (test_list_function): Delete unused declaration
23381 of gcc_compiled.
23382
23383 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
23384
23385 Partial fix for PR testsuite/1456.
23386 * gdb.base/complex.exp: Replace reference to gcc_compiled with
23387 call to test_compiler_info.
23388
23389 2003-11-29 Mark Kettenis <kettenis@gnu.org>
23390
23391 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
23392 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
23393 it to create the appropriate note.inc.
23394 * gdb.asm/asmsrc1.s: Include "note.inc".
23395 * gdb.asm/netbsd.inc: New file.
23396 * gdb.asm/empty.inc: New file.
23397
23398 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
23399
23400 Partial fix for PR testsuite/1456.
23401 * gdb.base/constvars.exp: Replace references to gcc_compiled with
23402 calls to test_compiler_info.
23403
23404 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
23405
23406 Partial fix for PR testsuite/1456.
23407 * gdb.base/volatile.exp: Replace references to gcc_compiled with
23408 calls to test_compiler_info.
23409
23410 2003-11-27 Mark Kettenis <kettenis@gnu.org>
23411
23412 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
23413 pattern for the KFAILs.
23414
23415 2003-11-25 Adam Fedor <fedor@gnu.org>
23416
23417 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
23418 * gdb.objc/objcdecode.m: New file.
23419
23420 2003-11-25 Adam Fedor <fedor@gnu.org>
23421
23422 * gdb.objc/nondebug.exp: Test for PR objc/1236.
23423 * gdb.objc/nondebug.m: New file.
23424
23425 2003-11-26 Ben Elliston <bje@wasabisystems.com>
23426
23427 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
23428 NetBSD as it does on FreeBSD. Modelled on a similar change by
23429 Mark Kettenis on 2003-05-30.
23430 (link-flags): Set to "--entry _start" regardless of target.
23431 Special linker flags are to be appended to $link-flags.
23432 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
23433
23434 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
23435
23436 * gdb.cp/method.exp: Accept output of new demangler.
23437
23438 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
23439
23440 * gdb/class2.exp: New file.
23441 * gdb/class2.cc: New file.
23442
23443 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
23444
23445 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
23446 of new demangler.
23447
23448 2003-11-23 Mark Kettenis <kettenis@gnu.org>
23449
23450 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
23451 of gdb_test "run".
23452
23453 2003-11-23 Mark Kettenis <kettenis@gnu.org>
23454
23455 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
23456 "continue" into "run".
23457
23458 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
23459
23460 Partial fix for PR testsuite/1456.
23461 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
23462 call to test_compiler_info.
23463 * gdb.cp/ctti.exp: Likewise.
23464 * gdb.cp/derivation.exp: Likewise.
23465 * gdb.cp/member-ptr.exp: Likewise.
23466 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
23467 reference to gcc_compiled.
23468
23469 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
23470
23471 Fix PR testsuite/1463.
23472 * gdb.base/structs.exp (start_structs_test): Call
23473 get_debug_format before using the debug format.
23474
23475 2003-11-22 Andrew Cagney <cagney@redhat.com>
23476
23477 * lib/gdb.exp (gdb_test_multiple): Add simple example.
23478 * gdb.base/structs.exp: Use gdb_test_multiple.
23479
23480 2003-11-20 Andrew Cagney <cagney@redhat.com>
23481
23482 * gdb.base/structs.exp: Handle and recover from internal errors.
23483 Replace "foo${n}" with "foo<n>" in test messages.
23484
23485 * gdb.base/structs.exp: Update copyright. Rewrite.
23486 * gdb.base/structs.c: Update copyright. Rewrite.
23487
23488 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
23489 resync count exceeded.
23490
23491 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
23492 from the internal error.
23493 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
23494 Original from Jim Blandy.
23495 (gdb_test_multiple): Use gdb_internal_error_resync.
23496
23497 2003-11-19 Andrew Cagney <cagney@redhat.com>
23498
23499 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
23500 KFAIL.
23501
23502 2003-11-17 Mark Kettenis <kettenis@gnu.org>
23503
23504 New testcase for PR backtrace/1435.
23505 * gdb.arch/i386-unwind.exp: New file.
23506 * gdb.arch/i386-unwind.c: New file.
23507
23508 2003-11-17 Andrew Cagney <cagney@redhat.com>
23509
23510 * lib/gdb.exp (compiler_info): New global.
23511 (test_compiler_info): New function.
23512 (get_compiler_info): Set compiler_info.
23513 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
23514 "compiler_info" to gcc-<major>-<minor>.
23515
23516 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
23517
23518 * gdb.trace/configure: Remove.
23519
23520 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
23521
23522 * gdb.base/break.c: Add comments to aid finding line numbers for
23523 breakpoints.
23524 * gdb.base/break.exp: Remove all references to explicit line
23525 numbers.
23526
23527 2003-11-11 Nick Clifton <nickc@redhat.com>
23528
23529 * gdb.base/shreloc.exp: Do not run for targets which do not
23530 support shared objects.
23531
23532 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
23533
23534 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
23535 Don't run tests if nofileio flag is given.
23536
23537 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
23538
23539 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
23540 as well as 'Watchpoint'.
23541
23542 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
23543
23544 Reported by Jim Ingham <jingham@apple.com>:
23545 * gdb.base/annota1.exp: Match at least one occurrence of the
23546 signal handler annotation.
23547
23548 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
23549
23550 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
23551 as well as 'Watchpoint'.
23552
23553 2003-11-05 Michael Chastain <mec@shout.net>
23554
23555 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
23556
23557 2003-11-03 Kris Warkentin <kewarken@qnx.com>
23558
23559 * gdb.arch/gdb1291.c: New test file.
23560 * gdb.arch/gdb1291.exp: New test script.
23561 * gdb.arch/gdb1431.c: New test file.
23562 * gdb.arch/gdb1431.exp: New test script.
23563
23564 2003-10-22 Michael Chastain <mec@shout.net>
23565
23566 * gdb.mi/pthreads.c: Add copyright notice.
23567
23568 2003-10-22 Michael Chastain <mec@shout.net>
23569
23570 * gdb.threads/pthreads.c: Add copyright notice.
23571
23572 2003-10-20 Michael Chastain <mec@shout.net>
23573
23574 * gdb.base/gdb1056.exp: New test script.
23575
23576 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
23577
23578 * gdb.threads/killed.exp: Use gdb_run_cmd.
23579
23580 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
23581
23582 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
23583 create a core file.
23584 * gdb.threads/gcore-thread.exp: Likewise.
23585
23586 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
23587
23588 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
23589 type, based on char type.
23590 (struct bit_flags_short_t): New bitfield type, based on short type.
23591 (init_bit_flags_char): New fuction.
23592 (init_bit_flags_short): Ditto.
23593 (print_bit_flags_char): Ditto.
23594 (print_bit_flags_short): Ditto.
23595 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
23596
23597 2003-10-11 Michael Chastain <mec@shout.net>
23598
23599 * gdb.base/call-rt-st.exp: Update copyright year.
23600
23601 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
23602
23603 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
23604 * gdb.disasm/sh3.s: Ditto.
23605
23606 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
23607
23608 * gdb.threads/switch-threads.exp: New test.
23609 * gdb.threads/switch-threads.c: New source file.
23610
23611 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
23612
23613 * gdb.base/ending-run.exp: Add sh specific case.
23614
23615 2003-10-06 Andrew Cagney <cagney@redhat.com>
23616
23617 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
23618 * gdb.disasm/mn10200.exp: Delete obsolete file.
23619
23620 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
23621
23622 * ChangeLog: Correct an entry command.exp -> commands.exp.
23623 * gdb.base/commands.exp (bp_deleted_in_command_test)
23624 (temporary_breakpoint_commands): Check noargs.
23625
23626 2003-09-25 David Carlton <carlton@kealia.com>
23627
23628 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
23629 of some print tests, where appropriate. Add tests for C::D::cd,
23630 E::ce, F::cXfX, G::XgX.
23631 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
23632
23633 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
23634
23635 * lib/java.exp (java_init): Import target_alias before using it.
23636
23637 2003-09-25 David Carlton <carlton@kealia.com>
23638
23639 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
23640
23641 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
23642
23643 * gdb.base/selftest.exp: Accomodate more instruction reordering
23644 weirdness.
23645
23646 2003-09-17 Michael Chastain <mec@shout.net>
23647
23648 * gdb.cp/gdb1355.exp: New file.
23649 * gdb.cp/gdb1355.c: New file.
23650
23651 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
23652
23653 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
23654 * gdb.asm/sh.inc: New file.
23655
23656 2003-09-11 David Carlton <carlton@kealia.com>
23657
23658 * gdb.cp/namespace.exp: Add tests for namespace types.
23659 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
23660 (test_namespace): New.
23661
23662 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
23663
23664 * gdb.base/relocate.exp: Handle new gdb output at startup.
23665 * gdb.stabs/weird.exp: Ditto.
23666
23667 2003-09-08 Michael Chastain <mec@shout.net>
23668
23669 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
23670
23671 2003-09-07 Michael Chastain <mec@shout.net>
23672
23673 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
23674 'parse error'.
23675
23676 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
23677
23678 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
23679
23680 2003-08-30 Michael Chastain <mec@shout.net>
23681
23682 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
23683 * gdb.gdb/observer.exp: Ditto.
23684 * gdb.gdb/xfullpath.exp: Ditto.
23685
23686 2003-08-29 Mark Kettenis <kettenis@gnu.org>
23687
23688 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
23689 *-*-*bsd*.
23690
23691 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
23692
23693 * gdb.base/dump.exp: Skip for ia64.
23694
23695 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
23696
23697 * gdb.asm/asm-source.exp: Add ia64 support.
23698 * gdb.asm/ia64.inc: New file.
23699
23700 2003-08-22 Michael Chastain <mec@shout.net>
23701
23702 * gdb.cp: New directory.
23703 * gdb.cp/*: Copy from gdb.c++/*.
23704 * gdb.c++/*: Remove.
23705 * Makefile.in: Change gdb.c++ to gdb.cp.
23706 * configure.in: Ditto.
23707 * configure: Regnerate.
23708
23709 2003-08-18 Mark Kettenis <kettenis@gnu.org>
23710
23711 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
23712 * gdb.arch/i386-prologue.c (gdb1338): Add function.
23713
23714 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
23715
23716 * mi-var-display.exp (-var-list-children weird): Accept function
23717 pointers with argument types.
23718 * mi1-var-display.exp (-var-list-children weird): Likewise.
23719 * mi2-var-display.exp (-var-list-children weird): Likewise.
23720
23721 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
23722
23723 * gdb.base/annota3.exp: Add missing newline.
23724
23725 2003-08-06 Michael Chastain <mec@shout.net>
23726
23727 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
23728
23729 2003-08-12 Michael Snyder <msnyder@redhat.com>
23730
23731 * gdb.base/float.exp: Add test for SH.
23732
23733 2003-08-10 Mark Kettenis <kettenis@gnu.org>
23734
23735 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
23736
23737 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
23738
23739 * gdb.base/completion.exp: Remove reduntant completion test
23740 on filename.
23741
23742 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
23743
23744 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
23745 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
23746 gdb.trace/save-trace.exp: Make sure that full pathnames are
23747 escaped correctly.
23748
23749 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
23750
23751 * configure.in: Don't generate config.h from config.hin.
23752 * configure: Regenerate.
23753 * config.hin: Remove file.
23754 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
23755 * gdb.threads/pthreads.c: Ditto.
23756
23757 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
23758
23759 From Kei Sakamoto <sakamoto.kei@renesas.com>:
23760 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
23761 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
23762 Replace ld24 with seth/add3.
23763
23764 2003-08-02 Andrew Cagney <cagney@redhat.com>
23765
23766 * gdb.base/annota3.exp: New file.
23767 * gdb.base/annota3.c: New file.
23768 * gdb.c++/annota3.exp: New file.
23769 * gdb.c++/annota3.cc: New file.
23770
23771 2003-07-29 Michael Chastain <mec@shout.net>
23772
23773 * gdb.threads/tls.c (spin): Check errno only if sem_wait
23774 actually failed.
23775 (do_pass): Likewise.
23776 * gdb.threads/tls.exp: Always initialize no_of_threads.
23777
23778 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
23779
23780 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
23781 pattern.
23782 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
23783 * gdb.threads/tls.exp: Recognize one case of the host library not
23784 supporting TLS.
23785
23786 2003-07-27 Andrew Cagney <cagney@redhat.com>
23787
23788 * gdb.base/fileio.exp: Use SH when running commands using
23789 remote_exec.
23790
23791 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
23792
23793 From Kei Sakamoto <sakamoto.kei@renesas.com>:
23794 * gdb.base/relocate.c (dummy): New padding array.
23795
23796 2003-07-22 Michael Snyder <msnyder@redhat.com>
23797
23798 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
23799
23800 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
23801 patterns to be more general, accepting old and new output.
23802 Some output chars (such as '+') also must be quoted.
23803 Some addresses are displayed numerically instead of
23804 symbolically.
23805
23806 2003-07-23 Michael Snyder <msnyder@redhat.com>
23807
23808 * gdb.base/return2.exp: Don't test long-long return.
23809
23810 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
23811 * gdb.disasm/t01_mov.exp: Ditto.
23812 * gdb.disasm/t02_mova.s: Ditto.
23813 * gdb.disasm/t02_mova.exp: Ditto.
23814 * gdb.disasm/t03_add.s: Ditto.
23815 * gdb.disasm/t03_add.exp: Ditto.
23816 * gdb.disasm/t04_sub.s: Ditto.
23817 * gdb.disasm/t04_sub.exp: Ditto.
23818 * gdb.disasm/t05_cmp.s: Ditto.
23819 * gdb.disasm/t05_cmp.exp: Ditto.
23820 * gdb.disasm/t06_ari2.s: Ditto.
23821 * gdb.disasm/t06_ari2.exp: Ditto.
23822 * gdb.disasm/t07_ari3.s: Ditto.
23823 * gdb.disasm/t07_ari3.exp: Ditto.
23824 * gdb.disasm/t08_or.s: Ditto.
23825 * gdb.disasm/t08_or.exp: Ditto.
23826 * gdb.disasm/t09_xor.s: Ditto.
23827 * gdb.disasm/t09_xor.exp: Ditto.
23828 * gdb.disasm/t10_and.s: Ditto.
23829 * gdb.disasm/t10_and.exp: Ditto.
23830 * gdb.disasm/t11_logs.s: Ditto.
23831 * gdb.disasm/t11_logs.exp: Ditto.
23832 * gdb.disasm/t12_bit.s: Ditto.
23833 * gdb.disasm/t12_bit.exp: Ditto.
23834 * gdb.disasm/t13_otr.s: Ditto.
23835 * gdb.disasm/t13_otr.exp: Ditto.
23836
23837 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
23838
23839 * gdb.threads/tls.exp :Add kfail for 'info address' case.
23840
23841 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
23842
23843 * gdb.threads/tls.c : New file.
23844 * gdb.threads/tls.exp : New file.
23845 * gdb.threads/tls-main.c : New file.
23846 * gdb.threads/tls-shared.c : New file.
23847 * gdb.threads/tls-shared.exp : New file.
23848
23849 2003-07-22 Andreas Schwab <schwab@suse.de>
23850
23851 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
23852
23853 2003-07-20 Andreas Schwab <schwab@suse.de>
23854
23855 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
23856 due to insn reordering.
23857
23858 2003-07-15 Andrew Cagney <cagney@redhat.com>
23859
23860 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
23861
23862 2003-07-15 Michael Chastain <mec@shout.net>
23863
23864 * gdb.base/gdb1250.exp: New file.
23865 * gdb.base/gdb1250.c: New file.
23866
23867 2003-07-09 Michal Ludvig <mludvig@suse.cz>
23868
23869 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
23870 expansion of size_t to 'unsigned long', not only to 'unsigned'.
23871
23872 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
23873
23874 * gdb.threads/tls.c: New file.
23875 * gdb.threads/tls.exp: New file.
23876 * gdb.threads/tls-main.c: New file.
23877 * gdb.threads/tls-shared.c: New file.
23878 * gdb.threads/tls-shared.exp: New file.
23879
23880 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
23881
23882 * gdb.base/annota1.exp: Make sure that we properly escape the
23883 full path of the source file. Xfail more permissive patterns,
23884 due to a compiler debug info problem.
23885
23886 2003-07-07 Andreas Schwab <schwab@suse.de>
23887
23888 * gdb.asm/m68k.inc: New file.
23889 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
23890
23891 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
23892 arguments"): Also match negative number.
23893
23894 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
23895
23896 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
23897
23898 * gdb.base/store.c (charest): New typedef.
23899 (add_char): Rename to add_charest, update.
23900 (wack_char): Rename to wack_charest, update types. Return l + r
23901 to keep r live across the call.
23902 (wack_short, wack_int, wack_long, wack_longest, wack_float)
23903 (wack_double, wack_doublest): Return l + r to keep r live across
23904 the call.
23905 * gdb.base/store.exp: Accomodate store.c changes.
23906
23907 2003-06-30 David Carlton <carlton@kealia.com>
23908
23909 * gdb.c++/maint.exp (test_invalid_name): New.
23910 (test_first_component): Add tests for invalid names.
23911
23912 2003-06-29 Michael Chastain <mec@shout.net>
23913
23914 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
23915 output of '<VTT for class>' for virtual base classes.
23916
23917 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
23918
23919 * gdb.base/completion.exp: Tab-complete "complet" instead of
23920 "compl".
23921 * gdb.base/complex.exp, gdb.base/complex.c: New files.
23922
23923 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
23924
23925 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
23926 * gdb.base/volatile.exp: Likewise.
23927
23928 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
23929
23930 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
23931 gdb/1265.
23932
23933 2003-06-28 Michael Chastain <mec@shout.net>
23934 Daniel Jacobowitz <drow@mvista.com>
23935
23936 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
23937 initial line count of 'captured_main' from 26 to 32.
23938 (test_with_self): Allow xmalloc call to be interleaved with the
23939 preceding two lines.
23940
23941 2003-06-24 Joel Brobecker <brobecker@gnat.com>
23942
23943 * gdb.base/bang.exp: New testcase.
23944
23945 2003-06-23 Joel Brobecker <brobecker@gnat.com>
23946
23947 * gdb.base/langs.exp: Add some tests for the "minimal" language
23948 support.
23949
23950 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
23951
23952 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
23953 the testcase.
23954
23955 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
23956
23957 * gdb.base/relocate.exp: Test add-symbol-file with a variable
23958 offset.
23959
23960 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
23961
23962 * gdb.c++/pr-1210.cc: New file.
23963 * gdb.c++/pr-1210.exp: New file.
23964
23965 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
23966
23967 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
23968 000-exec-continue.
23969
23970 2003-06-15 Mark Kettenis <kettenis@gnu.org>
23971
23972 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
23973 on *-*-*bsd* instead of *-*-freebsd*.
23974
23975 2003-06-14 Andrew Cagney <cagney@redhat.com>
23976
23977 * gdb.base/store.exp: Test longest and doublest. Test all
23978 parameters. Weaken return statement match.
23979 * gdb.base/store.c: Add longest and doublest - aka long long and
23980 long double functions. Put all parameters into local register
23981 variables. Use negative values.
23982
23983 2003-06-14 Andrew Cagney <cagney@redhat.com>
23984
23985 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
23986 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
23987 exit status.
23988 * gdb.base/fileio.exp: Disable target when nointerrupts and
23989 noinferiorio, instead of limiting it to remote. Use remote_exec
23990 instead of system.
23991
23992 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
23993
23994 * gdb.base/float.exp: Add ia64 support.
23995
23996 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
23997
23998 * gdb.base/fileio.exp: Run only on remote targets.
23999
24000 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
24001
24002 * gdb.base/fileio.c: New file, testing File-I/O.
24003 * gdb.base/fileio.exp: Ditto.
24004
24005 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
24006
24007 * gdb.base/shreloc.exp: New file, check symbol values obtained from
24008 shared objects after relocation at load time (gdb PR/1132).
24009 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
24010 as above, part of the shared object relocation test.
24011
24012 2003-06-08 Mark Kettenis <kettenis@gnu.org>
24013
24014 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
24015 fully filled history list.
24016 * gdb.base/gdb_history: New file.
24017
24018 * gdb.base/signals.exp: XFAIL "continue to func1" on
24019 i*86-*-freebsd*.
24020
24021 * gdb.base/attach.exp: When trying to attach to a nonexistent
24022 process, make it possible to specify the PID based on the target,
24023 and do so for *-*-freebsd*.
24024
24025 2003-06-02 Richard Henderson <rth@redhat.com>
24026
24027 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
24028
24029 2003-06-02 Richard Henderson <rth@redhat.com>
24030
24031 * gdb.base/selftest.exp: Next over lim_at_start initialization.
24032
24033 2003-06-02 Richard Henderson <rth@redhat.com>
24034
24035 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
24036
24037 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
24038
24039 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
24040 of globalvar.
24041
24042 2003-06-01 Mark Kettenis <kettenis@gnu.org>
24043
24044 * gdb.asm/asm-source.exp: Check for memory read errors in
24045 disassembler test on *BSD too.
24046
24047 2003-06-01 Richard Henderson <rth@redhat.com>
24048
24049 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
24050 for .frame.
24051 (gdbasm_call): Lose ldgp.
24052 (gdbasm_startup): Add frame information.
24053 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
24054
24055 2003-05-31 Mark Kettenis <kettenis@gnu.org>
24056
24057 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
24058 i?86-*-*.
24059
24060 2003-05-30 Mark Kettenis <kettenis@gnu.org>
24061
24062 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
24063 FreeBSD.
24064
24065 2003-05-29 Richard Henderson <rth@redhat.com>
24066
24067 * gdb.asm/alpha.inc: New file.
24068 * gdb.asm/asm-source.exp: Use it.
24069
24070 2003-05-29 Jim Blandy <jimb@redhat.com>
24071
24072 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
24073 'core.PID'.
24074
24075 2003-05-22 Jim Blandy <jimb@redhat.com>
24076
24077 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
24078 backtrace.
24079
24080 2003-05-20 David Carlton <carlton@math.stanford.edu>
24081
24082 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
24083 this time.
24084
24085 2003-05-19 David Carlton <carlton@bactrian.org>
24086
24087 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
24088 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
24089
24090 2003-05-19 David Carlton <carlton@bactrian.org>
24091
24092 * gdb.c++/namespace.exp: Add namespace scope and anonymous
24093 namespace tests.
24094 Bump copyright date.
24095 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
24096 (main): Call C::D::marker2.
24097 * gdb.c++/namespace1.cc: New file.
24098
24099 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
24100
24101 Roland McGrath <roland@redhat.com>
24102 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
24103 there is no manager thread.
24104
24105 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
24106
24107 * gdb.threads/schedlock.exp: Remove assumption that all threads
24108 will run in a particular small time slice. Also ensure we break
24109 in one of the child threads rather than the main thread.
24110
24111 2003-05-07 Jim Blandy <jimb@redhat.com>
24112
24113 Add support for assembly source testing on the s390x.
24114 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
24115 architecture.
24116 * gdb.asm/s390x.inc: New file.
24117
24118 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
24119 succession of 'if' statements.
24120
24121 2003-05-05 Andrew Cagney <cagney@redhat.com>
24122
24123 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
24124
24125 2003-05-05 Andrew Cagney <cagney@redhat.com>
24126
24127 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
24128 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
24129
24130 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
24131
24132 * gdb.base/charset.exp: Update based on new behavior of set/show
24133 charset commands.
24134
24135 2003-05-01 Andrew Cagney <cagney@redhat.com>
24136
24137 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
24138 variable do not give memory errors.
24139
24140 2003-04-30 Adam Fedor <fedor@gnu.org>
24141
24142 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
24143 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
24144 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
24145 gdb.objc/basicclass.m: : New files
24146
24147 * lib/gdb.exp (gdb_compile_objc): New procedure.
24148
24149 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
24150
24151 * gdb.base/signals.exp: Make backtrace tests more specific.
24152
24153 2003-04-23 David Carlton <carlton@bactrian.org>
24154
24155 * gdb.c++/maint.exp (test_first_component): Add tests for
24156 'operator' in more locations.
24157
24158 2003-04-16 Kevin Buettner <kevinb@redhat.com>
24159
24160 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
24161
24162 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
24163
24164 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
24165 func marke' instead. Update test name.
24166
24167 2003-04-15 David Carlton <carlton@math.stanford.edu>
24168
24169 * gdb.c++/maint.exp: New file.
24170
24171 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
24172
24173 * gdb.threads/schedlock.c: Change type of thread function argument
24174 to long, to avoid warnings on 64-bit platforms.
24175
24176 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
24177
24178 * gdb.base/attach.exp: Add new message from ptrace in case of
24179 attaching to nonexistent process.
24180
24181 2003-04-11 Jim Blandy <jimb@redhat.com>
24182
24183 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
24184 gdb.c++/userdef.cc: Place comments on the lines to which the
24185 marker function might return.
24186 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
24187 gdb.c++/userdef.exp: Look for those comments to check that we've
24188 returned to the right place, instead of checking line numbers.
24189
24190 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
24191
24192 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
24193 match on sourcefile name, instead of directory name.
24194
24195 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
24196
24197 * gdb.base/completion.exp: Use string_to_regexp to match the
24198 working directory name.
24199
24200 2003-04-09 Jim Blandy <jimb@redhat.com>
24201
24202 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
24203 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
24204 after an inferior function call, report the failure, but allow the
24205 test to continue.
24206
24207 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
24208
24209 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
24210 with -DPROTOTYPES.
24211
24212 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
24213
24214 * gdb.base/break.exp: Revert last patch.
24215
24216 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
24217
24218 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
24219 with -DPROTOTYPES.
24220
24221 2003-04-02 Andrew Cagney <cagney@redhat.com>
24222
24223 * gdb.base/callfuncs.exp: Make "print add" messages unique.
24224 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
24225 matching directories by the name breakpoint.
24226 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
24227 Make "continue to marker1" consistent.
24228 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
24229 message consistent.
24230 * lib/gdb.exp: Put "the program is no longer running", and "the
24231 program exited" in parenthesis.
24232 * lib/mi-support.exp: Ditto.
24233
24234 2003-04-02 Bob Rossi <bob_rossi@cox.net>
24235
24236 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
24237
24238 2003-03-29 Andrew Cagney <cagney@redhat.com>
24239
24240 * gdb.base/sizeof.c (main): Print the value of '\377'.
24241 * gdb.base/sizeof.exp: Check the sign of '\377'.
24242
24243 2003-03-27 Michael Chastain <mec@shout.net>
24244
24245 * gdb.base/gdb1090.exp: New file.
24246 * gdb.base/gdb1090.cc: New file.
24247
24248 2003-03-27 J. Brobecker <brobecker@gnat.com>
24249
24250 * gdb.gdb/observer.exp: New regression test.
24251
24252 2003-03-27 Michael Chastain <mec@shout.net>
24253
24254 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
24255 * gdb.base/ptype.exp: Likewise.
24256
24257 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
24258
24259 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
24260
24261 2003-03-26 Michael Chastain <mec@shout.net>
24262
24263 * gdb.base/ptype.exp: Actually use some typedef'd types.
24264
24265 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
24266
24267 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
24268 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
24269
24270 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
24271
24272 * gdb.base/default.exp: Fix regular expression.
24273
24274 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
24275
24276 * gdb.base/args.exp: Fix regular expression.
24277
24278 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
24279
24280 * gdb.base/help.exp: Allow Win32 child process.
24281
24282 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
24283
24284 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
24285 when stepping out of main().
24286
24287 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
24288
24289 * gdb.base/default.exp: Check for win32 specific message when calling
24290 "run" without executable.
24291
24292 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
24293
24294 * gdb.base/args.exp: Expect .exe in output.
24295
24296 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
24297
24298 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
24299 Cygwin native.
24300
24301 2003-03-17 Andrew Cagney <cagney@redhat.com>
24302
24303 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
24304 vector registes.
24305 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
24306 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
24307
24308 2003-03-17 David Carlton <carlton@math.stanford.edu>
24309
24310 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
24311 test, for PR breakpoints/38.
24312 Call test_watchpoint_and_breakpoint.
24313 * gdb.base/watchpoint.c (func3): New function.
24314 (main): Call func3.
24315
24316 2003-03-04 David Carlton <carlton@math.stanford.edu>
24317
24318 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
24319 Garply<Garply<char> >:: garply".
24320 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
24321 with respect to PR c++/1111; note also PR c++/1113.
24322 (test_template_breakpoints): KFAIL "constructor breakpoint" with
24323 respect to PR c++/1062.
24324 KFAIL "destructor breakpoint" with respect to PR c++/1112.
24325
24326 2003-03-03 David Carlton <carlton@math.stanford.edu>
24327
24328 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
24329 with respect to PR c++/57.
24330 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
24331 c++/826.
24332 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
24333 respect to PR c++/57.
24334
24335 2003-03-03 David Carlton <carlton@math.stanford.edu>
24336
24337 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
24338 respect to PR c++/33 into FAILs.
24339
24340 2003-03-03 Michael Chastain <mec@shout.net>
24341
24342 * configure.in: Update copyright years.
24343
24344 2003-03-03 Michael Chastain <mec@shout.net>
24345
24346 * Makefile.in: Update copyright years.
24347
24348 2003-02-28 David Carlton <carlton@math.stanford.edu>
24349
24350 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
24351 print class instead of struct and/or superfluous protection
24352 specifiers, as long as the resulting output is equivalent to the
24353 source code.
24354 Delete FIXME from end of messages on tests that don't need
24355 fixing.
24356
24357 2003-02-28 David Carlton <carlton@math.stanford.edu>
24358
24359 * gdb.c++/templates.exp (do_tests): Allow const in the two
24360 Foo<volatile char *>::foo tests.
24361
24362 2003-02-27 Michael Snyder <msnyder@redhat.com>
24363
24364 * gdb.base/restore.c (main): Return zero, so exit code
24365 will be consistant.
24366
24367 2003-02-26 David Carlton <carlton@math.stanford.edu>
24368
24369 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
24370 char *>::foo" test with respect to PR c++/33. Create a new test
24371 which is identical to that one except that it doesn't put the
24372 space between the "char" and the "*"; KFAIL it, too.
24373
24374 2003-02-26 David Carlton <carlton@math.stanford.edu>
24375
24376 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
24377 template types into either PASSes or KFAILs (corresponding to PR
24378 c++/57). Tweak indentation. Update copyright.
24379
24380 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
24381
24382 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
24383
24384 2003-02-13 Michael Chastain <mec@shout.net>
24385
24386 * gdb.base/exprs.exp: Remove i960 remnants.
24387 * gdb.base/funcargs.exp: Likewise.
24388 * gdb.base/list.exp: Likewise.
24389 * gdb.base/ptype.exp: Likewise.
24390
24391 2003-02-14 David Carlton <carlton@math.stanford.edu>
24392
24393 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
24394 pEe->D::vg()" from XFAIL to KFAIL.
24395
24396 2003-02-13 Jason Molenda (jmolenda@apple.com)
24397
24398 * gdb.base/maint.exp: Update maint print statistics regexp to include
24399 new entries.
24400
24401 2003-02-13 Michael Chastain <mec@shout.net>
24402
24403 * gdb.c++/inherit.exp: Remove call to get_debug_format.
24404
24405 2003-02-12 Michael Chastain <mec@shout.net>
24406
24407 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
24408 * gdb.c++/inherit.exp: Likewise.
24409 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
24410 * gdb.c++/templates.exp: Likewise.
24411 * gdb.c++/virtfunc.exp: Likewise.
24412
24413 2003-02-06 Jason Molenda (jason-cl@molenda.com)
24414
24415 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
24416 why the code is written that way.
24417
24418 2003-02-05 Michael Chastain <mec@shout.net>
24419
24420 * gdb.base/dump.exp: Add missing copyright line.
24421
24422 2003-02-05 Jason Molenda (jason-cl@molenda.com)
24423
24424 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
24425 at the beginning so the breakpoint doesn't get set on the loop.
24426
24427 2003-02-05 Michael Chastain <mec@shout.net>
24428
24429 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
24430 output for configurations with gcc 2.95.3.
24431
24432 2003-02-05 Keith Seitz <keiths@redhat.com>
24433 Andrew Cagney <ac131313@redhat.com>
24434
24435 * gdb.mi/mi-cli.exp: New file.
24436
24437 2003-02-04 Michael Chastain <mec@shout.net>
24438
24439 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
24440 Call perror and then continue.
24441
24442 2003-02-03 Michael Chastain <mec@shout.net>
24443
24444 * gdb.c++/pr-1023.cc: New file.
24445 * gdb.c++/pr-1023.exp: New file.
24446
24447 2003-02-05 Jim Blandy <jimb@redhat.com>
24448
24449 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
24450 it's local to foobar. Check for it there, and check that it's not
24451 present in main.
24452 * gdb.c++/local.cc (marker2): New function.
24453 (foobar): Call marker1.
24454 (main): Call marker2 instead of marker1.
24455
24456 2003-02-04 Andrew Cagney <ac131313@redhat.com>
24457
24458 * gdb.disasm/mn10200.exp: Obsolete file.
24459 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
24460 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
24461 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
24462
24463 2003-02-04 David Carlton <carlton@math.stanford.edu>
24464
24465 * gdb.c++/overload.exp: Test intToChar(1).
24466 * gdb.c++/overload.cc (intToChar): New.
24467 (main): Call intToChar.
24468
24469 2003-02-03 David Carlton <carlton@math.stanford.edu>
24470
24471 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
24472 'might_kfail' arg.
24473 KFAIL some of the continue_to_bp_overloaded calls, according to
24474 PR c++/1025.
24475
24476 2003-02-01 Michael Chastain <mec@shout.net>
24477
24478 * gdb.base/advance.c (marker1): New marker function.
24479 * gdb.base/advance.exp: When the 'advance' command lands on the
24480 return breakpoint, it can legitimately stop on either the
24481 current line or the next line. Accommodate both outcomes.
24482 * gdb.base/until.exp: Likewise.
24483
24484 2003-02-02 Andrew Cagney <ac131313@redhat.com>
24485
24486 2002-11-10 Jason Molenda (jason-cl@molenda.com):
24487 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
24488 now a list, not a tuple.
24489 * gdb.mi/mi-var-display.exp: Ditto.
24490 * gdb.mi/gdb792.exp: Ditto.
24491
24492 2003-02-01 Andrew Cagney <ac131313@redhat.com>
24493
24494 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
24495 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
24496 stack backtraces.
24497 * gdb.mi/mi-syn-frame.c: Part of same.
24498
24499 2003-02-01 Mark Kettenis <kettenis@gnu.org>
24500
24501 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
24502 gdb.mi/mi1-pthreads.exp: Return instead of calling
24503 gdb_suppress_entire_file.
24504
24505 2003-02-01 Mark Salter <msalter@redhat.com>
24506
24507 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
24508
24509 2003-01-31 Mark Salter <msalter@redhat.com>
24510
24511 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
24512 Support empty arg.
24513
24514 2003-01-30 Michael Chastain <mec@shout.net>
24515
24516 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
24517 This was a workaround for a UTF-8 bug in readline 4.3. The bug
24518 has been fixed in gdb/readline on 2003-01-09.
24519
24520 2003-01-29 Michael Snyder <msnyder@redhat.com>
24521
24522 * gdb.base/maint.exp: Allow for leading underscore in symbol.
24523 * gdb.base/display.exp: Allow for leading underscore in symbol.
24524 * gdb.base/args.exp: Skip if target does not support args passing.
24525
24526 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
24527
24528 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
24529 gdb_test. Accept a list of expect arguments as the third
24530 parameter.
24531 (gdb_test): Use it.
24532
24533 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
24534
24535 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
24536 allow for different test tree configurations. Update some
24537 tescases accordingly.
24538 * gdb.arch/altivec-regs.exp: Ditto.
24539 * gdb.asm/asm-source.exp: Ditto.
24540 * gdb.base/advance.exp: Ditto.
24541 * gdb.base/display.exp: Ditto.
24542 * gdb.base/long_long.exp: Ditto.
24543 * gdb.base/mips_pro.exp: Ditto.
24544 * gdb.base/overlays.exp: Ditto.
24545 * gdb.base/relocate.exp: Ditto.
24546 * gdb.base/setshow.exp: Ditto.
24547 * gdb.base/step-line.exp: Ditto.
24548 * gdb.base/step-test.exp: Ditto.
24549 * gdb.base/until.exp: Ditto.
24550 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
24551
24552 2003-01-17 David Carlton <carlton@math.stanford.edu>
24553
24554 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
24555 corresponding to PR c++/945.
24556 Update copyright.
24557
24558 2003-01-17 David Carlton <carlton@math.stanford.edu>
24559
24560 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
24561 corresponding to PR c++/68.
24562
24563 2003-01-17 David Carlton <carlton@math.stanford.edu>
24564
24565 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
24566 (test_paddr_hairy_functions): Call print_addr_2_kfail for
24567 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
24568
24569 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
24570
24571 * gdb.base/break.exp: Fix change of default location, because of
24572 removal of until tests.
24573 * gdb.base/help.exp: Update test for new 'until' help message.
24574 Add test for help on 'advance'.
24575 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
24576
24577 2003-01-15 Mark Kettenis <kettenis@gnu.org>
24578
24579 * gdb.base/default.exp: Adapt "info float" test for recent changes
24580 to that command. Add test for "info vector".
24581 * gdb.base/float.exp: New file. Add test for "info float" that
24582 resembles the old test in gdb.base/default.exp.
24583
24584 2003-01-15 David Carlton <carlton@math.stanford.edu>
24585
24586 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
24587
24588 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
24589
24590 * gdb.base/break.exp: Move the tests of until command from here...
24591 * gdb.base/until.exp: ... to here. New file. Add other tests.
24592 * gdb.base/advance.c: New file.
24593 * gdb.base/advance.exp: New file.
24594
24595 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
24596
24597 * gdb.base/args.c: New file.
24598 * gdb.base/args.exp: New file.
24599
24600 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
24601
24602 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
24603
24604 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
24605
24606 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
24607
24608 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
24609
24610 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
24611 dates.
24612
24613 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
24614
24615 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
24616
24617 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
24618
24619 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
24620 (ptype &*"foo").
24621 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
24622
24623 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
24624
24625 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
24626 * gdb.mi/mi1-console.exp: Likewise.
24627
24628 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
24629
24630 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
24631 * gdb.mi/mi1-console.exp: Likewise.
24632
24633 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
24634
24635 * gdb.c++/overload.exp: Remove some fixed XFAILs.
24636
24637 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
24638
24639 * gdb.base/detach.exp: New test.
24640
24641 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
24642
24643 * Makefile.in (ALL_SUBDIRS): New variable.
24644 (subdirs, clean, distclean): Use it.
24645 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
24646 regenerating Makefile, since it is generated from the top level.
24647 * gdb.asm/Makefile.in: Likewise.
24648 * gdb.base/Makefile.in: Likewise.
24649 * gdb.c++/Makefile.in: Likewise.
24650 * gdb.disasm/Makefile.in: Likewise.
24651 * gdb.java/Makefile.in: Likewise.
24652 * gdb.mi/Makefile.in: Likewise.
24653 * gdb.threads/Makefile.in: Likewise.
24654 * gdb.trace/Makefile.in: Likewise.
24655
24656 2003-01-09 David Carlton <carlton@math.stanford.edu>
24657
24658 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
24659 Add copyright year 2003.
24660
24661 2003-01-06 Michael Chastain <mec@shout.net>
24662
24663 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
24664 When selecting a thread, 'line' and 'file' are optional.
24665 * gdb.mi/mi1-pthreads.exp: Likewise.
24666
24667 2003-01-06 Andreas Schwab <schwab@suse.de>
24668
24669 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
24670 failures.
24671
24672 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
24673
24674 Fix PR gdb/844
24675 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
24676 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
24677
24678 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
24679 instead of calling gdb_suppress_entire_file.
24680 * gdb.threads/print-threads.exp: Likewise.
24681 * gdb.threads/schedlock.exp: Likewise.
24682
24683 * gdb.threads/killed.exp: Return instead of calling
24684 gdb_suppress_entire_file.
24685 * gdb.threads/linux-dp.exp: Likewise.
24686 * gdb.threads/pthreads.exp: Likewise.
24687
24688 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
24689
24690 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
24691 stabs.
24692 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
24693 * gdb.base/whatis.exp: Always allow (void) after function names.
24694
24695 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
24696
24697 * gdb.c++/casts.exp: Correct regexp.
24698
24699 2003-01-04 Mark Kettenis <kettenis@gnu.org>
24700
24701 * configure.in: Call AC_CONFIG_HEADER. Don't call
24702 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
24703 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
24704 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
24705 aforementioned directories in the AC_OUPUT call.
24706 * config.hin: New file.
24707 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
24708 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
24709 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
24710 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
24711 pass -I$objdir instead of -I$objdir/$subdir in compilation.
24712 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
24713 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
24714 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
24715 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
24716 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
24717 gdb.threads/configure.in, gdb.threads/configure,
24718 gdb.threads/config.in, gdb.trace/configure.in,
24719 gdb.trace/configure: Removed.
24720
24721 2003-01-03 Michael Chastain <mec@shout.net>
24722
24723 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
24724 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
24725
24726 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
24727
24728 * gdb.base/store.exp: Fix regular expressions.
24729
24730 2002-12-28 Mark Kettenis <kettenis@gnu.org>
24731
24732 * configure.in: Rewrite.
24733 * configure: Regenerated.
24734
24735 2003-01-03 David Carlton <carlton@math.stanford.edu>
24736
24737 * gdb.base/psymtab.exp: New file.
24738 * gdb.base/psymtab1.c: Ditto.
24739 * gdb.base/psymtab2.c: Ditto.
24740
24741 2002-12-23 Adam Fedor <fedor@gnu.org>
24742
24743 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
24744
24745 2002-12-23 David Carlton <carlton@math.stanford.edu>
24746
24747 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
24748 and current_directory initialization.
24749
24750 2002-12-22 Jim Blandy <jimb@redhat.com>
24751
24752 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
24753 rather than as part of the output file name.
24754
24755 * gdb.base/attach.exp: There's no need to copy the test program to
24756 /tmp; that was only ever necessary on HP/UX, and this test is
24757 entirely disabled there anyway.
24758
24759 2002-12-21 Jim Blandy <jimb@redhat.com>
24760
24761 * gdb.c++/psmang.exp: Doc fix.
24762
24763 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
24764 test.
24765
24766 2002-12-20 David Carlton <carlton@math.stanford.edu>
24767
24768 * gdb.c++/annota2.exp: KFAIL annotate-quit.
24769
24770 2002-12-18 Michael Chastain <mec@shout.net>
24771
24772 * gdb.c++/annota2.exp: Add copyright year 2002.
24773
24774 2002-12-17 David Carlton <carlton@math.stanford.edu>
24775
24776 * gdb.c++/try_catch.cc: Add marker comments.
24777 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
24778 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
24779 * gdb.c++/m-static.cc: Ditto.
24780 * gdb.c++/m-static1.cc: Ditto.
24781 * gdb.c++/try_catch.cc: Ditto.
24782
24783 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
24784
24785 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
24786 to see whether we are using the new -environment-directory
24787 command which resets via -r or the old version of the command
24788 which may prompt the user. Part of fix for gdb/741.
24789
24790 2002-12-13 Andrew Cagney <ac131313@redhat.com>
24791
24792 * gdb.fortran/types.exp: Update obsolete comment.
24793 * gdb.fortran/exprs.exp: Ditto.
24794 * lib/gdb.exp: Delete obsolete code.
24795 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
24796 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
24797 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
24798 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
24799 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
24800 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
24801 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
24802 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
24803 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
24804 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
24805 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
24806 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
24807 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
24808 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
24809 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
24810 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
24811 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
24812 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
24813 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
24814 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
24815 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
24816 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
24817 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
24818 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
24819 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
24820 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
24821 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
24822 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
24823 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
24824 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
24825 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
24826 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
24827 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
24828 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
24829 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
24830 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
24831 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
24832
24833 2002-12-11 David Carlton <carlton@math.stanford.edu>
24834
24835 * gdb.c++/m-data.exp: Add test for members that shadow global
24836 variables: see PR gdb/804.
24837 * gdb.c++/m-data.cc: Ditto.
24838
24839 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
24840
24841 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
24842
24843 2002-12-06 David Carlton <carlton@math.stanford.edu>
24844
24845 * gdb.base/store.c: Don't declare functions static.
24846
24847 2002-12-04 Andrew Cagney <ac131313@redhat.com>
24848
24849 * gdb.base/store.exp, gdb.base/store.c: New files.
24850
24851 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
24852
24853 * gdb.base/selftest.exp: Update for current gdb.
24854
24855 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
24856
24857 * gdb.base/maint.exp: Only dump symbols from one source file
24858 or objfile.
24859
24860 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
24861
24862 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
24863 function call.
24864
24865 2002-11-25 Jim Blandy <jimb@redhat.com>
24866
24867 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
24868 function appearing in error message.
24869
24870 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
24871
24872 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
24873
24874 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
24875
24876 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
24877 for mi1 and current mi is in correct format. New mi startup message
24878 should be in mi console format. This is part of fix for PR gdb/604.
24879
24880 2002-09-18 Fernando Nasser <fnasser@redhat.com>
24881
24882 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
24883 which explicitly prints the zero offset as "+0".
24884
24885 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
24886
24887 * gdb.threads/schedlock.c (args): Make unsigned.
24888
24889 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
24890
24891 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
24892 numbers. Allow "foo2|selected stack frame".
24893 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
24894 * gdb.asm/asmsrc2.s: Likewise.
24895 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
24896 comments.
24897 * gdb.asm/mips.inc: New file.
24898
24899 2002-10-18 Adam Fedor <fedor@gnu.org>
24900
24901 * gdb.base/default.exp: Update expected output to include 'ObjC'.
24902 * gdb.base/help.exp: Likewise.
24903
24904 2002-10-17 Kevin Buettner <kevinb@redhat.com>
24905
24906 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
24907 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
24908
24909 2002-10-02 Jim Blandy <jimb@redhat.com>
24910
24911 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
24912
24913 2002-10-01 Andrew Cagney <ac131313@redhat.com>
24914
24915 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
24916 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
24917 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
24918 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
24919 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
24920 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
24921 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
24922
24923 2002-09-29 Andrew Cagney <ac131313@redhat.com>
24924
24925 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
24926 * mi0-disassemble.exp, mi0-eval.exp: Delete.
24927 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
24928 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
24929 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
24930 * mi0-var-block.exp, mi0-var-child.exp: Delete.
24931 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
24932
24933 2002-09-27 Kevin Buettner <kevinb@redhat.com>
24934
24935 * gdb.base/annota1.exp (info break): Make directory components of
24936 path optional since not all compilers emit this debug information.
24937
24938 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
24939 step ends up stepping out of the function instead of stopping on
24940 the epilogue.
24941
24942 2002-09-26 Keith Seitz <keiths@redhat.com>
24943
24944 * lib/insight-support.exp (gdbtk_start): Figure out where
24945 the insight executable is based on where gdb is. Use this
24946 executable to start insight instead of gdb.
24947
24948 2002-09-25 Andrew Cagney <cagney@redhat.com>
24949
24950 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
24951
24952 2002-09-24 Andrew Cagney <ac131313@redhat.com>
24953
24954 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
24955 test_isolated_complaints.
24956 (test_empty_complaint): New function.
24957 (test_empty_complaints): New function. Check no output when no
24958 complaints.
24959
24960 2002-09-19 Jim Blandy <jimb@redhat.com>
24961
24962 * gdb.base/charset.exp, gdb.base/charset.c: New files.
24963
24964 2002-09-19 Andrew Cagney <ac131313@redhat.com>
24965
24966 * gdb.gdb/complaints.exp: New file.
24967
24968 2002-09-18 Andrew Cagney <ac131313@redhat.com>
24969
24970 * gdb.base/maint.exp: Check `help maint internal-warning'.
24971
24972 2002-09-18 David Carlton <carlton@math.stanford.edu>
24973
24974 * gdb.c++/m-static.exp: Remove breakpoints depending on line
24975 numbers, and replace them by a single breakpoint after the
24976 constructors are all finished.
24977 Add test 4.
24978 * gdb.c++/m-static.cc: Add test 4.
24979 * gdb.c++/m-static.h: New file.
24980 * gdb.c++/m-static1.cc: New file.
24981
24982 * gdb.c++/printmethod.exp: New file.
24983 * gdb.c++/printmethod.cc: New file.
24984
24985 * gdb.c++/pr-574.exp: New file.
24986 * gdb.c++/pr-574.cc: New file.
24987
24988 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
24989
24990 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
24991 embedded targets which never actually exit.
24992
24993 2002-09-18 Fernando Nasser <fnasser@redhat.com>
24994
24995 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
24996 "don't step after run" as unresolved or unsupported, instead of xfail.
24997
24998 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
24999
25000 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
25001 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
25002 Add newline to expected string in "step out of main (status wrapper)"
25003 case.
25004
25005 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
25006
25007 * lib/gdb.exp (rerun_to_main): Allow restarting application.
25008 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
25009
25010 2002-09-17 Tom Tromey <tromey@redhat.com>
25011
25012 * gdb.base/printcmds.exp (test_print_string_constants): Expect
25013 \000, not \0, in double-quoted string.
25014
25015 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
25016
25017 * gdb.base/commands.exp: Don't expect a "Program exited normally"
25018 string after running the commands execution on breakpoint tests.
25019
25020 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
25021
25022 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
25023
25024 2002-09-12 Joel Brobecker <brobecker@gnat.com>
25025
25026 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
25027
25028 2002-09-10 Keith Seitz <keiths@redhat.com>
25029
25030 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
25031 runto proc.
25032 (mi_run_to_main): Use mi_runto.
25033 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
25034
25035 2002-09-10 Keith Seitz <keiths@redhat.com>
25036
25037 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
25038 regexp for stopping at main. Could have multiple event notifications.
25039 Don't assume that main was declared with no parameters.
25040 (mi_next): Use mi_step_to.
25041 (mi_step): Use mi_next_to.
25042
25043 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
25044
25045 * gdb.base/default.exp: Fix expected string in `info float' test.
25046
25047 2002-09-09 Ben Elliston <bje@redhat.com>
25048
25049 * config/mips.exp: Update comments.
25050 * config/mips-idt.exp: Likewise.
25051 * config/nind.exp: Likewise.
25052 * config/slite.exp: Likewise.
25053 * config/sparclet.exp: Likewise.
25054 * config/udi.exp: Likewise.
25055 * config/vx.exp: Likewise.
25056 * config/vxworks29k.exp: Likewise.
25057
25058 2002-09-05 Jim Blandy <jimb@redhat.com>
25059
25060 * gdb.threads/killed.exp: Fix test failure message.
25061
25062 2002-09-04 Keith Seitz <keiths@redhat.com>
25063
25064 * lib/mi-support.exp: Update copyright.
25065 (mi_gdb_test): Increase the priority of the expected pattern
25066 so that it matches gdb_test.
25067
25068 2002-09-03 Keith Seitz <keiths@redhat.com>
25069
25070 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
25071 Use integer comparison instead of string comparison for testing
25072 whether binary was built.
25073
25074 2002-09-03 Jim Blandy <jimb@redhat.com>
25075
25076 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
25077
25078 2002-08-29 Jim Blandy <jimb@redhat.com>
25079
25080 * gdb.threads/pthreads.exp: Move the portable thread compilation
25081 code into a function in lib/gdb.exp, and call that from here.
25082 * lib/gdb.exp (gdb_compile_pthreads): New function.
25083
25084 2002-08-29 Keith Seitz <keiths@redhat.com>
25085
25086 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
25087 expect_out so that callers can get at it.
25088
25089 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
25090
25091 * gdb.threads/print-threads.c: New file.
25092 * gdb.threads/print-threads.exp: New file.
25093 * gdb.threads/schedlock.c: New file.
25094 * gdb.threads/schedlock.exp: New file.
25095
25096 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
25097
25098 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
25099 not altivec.c.
25100
25101 2002-08-17 Mark Kettenis <kettenis@gnu.org>
25102
25103 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
25104 targets. The problem should be fixed now.
25105
25106 2002-08-15 Mark Kettenis <kettenis@gnu.org>
25107
25108 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
25109 2002-07-24 change that removes final dots from error messages.
25110
25111 2002-08-13 Tom Tromey <tromey@redhat.com>
25112
25113 * gdb.base/readline.exp: New file.
25114
25115 2002-08-01 Andrew Cagney <ac131313@redhat.com>
25116
25117 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
25118 supress message.
25119
25120 2002-08-01 Andrew Cagney <cagney@redhat.com>
25121
25122 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
25123 CHILL_FOR_TARGET and CHILL_LIB.
25124 * configure.in (configdirs): Remove gdb.chill.
25125 * configure: Regenerate.
25126 * lib/gdb.exp: Obsolete references to chill.
25127 * gdb.fortran/types.exp: Ditto.
25128 * gdb.fortran/exprs.exp: Ditto.
25129
25130 2002-07-30 Kevin Buettner <kevinb@redhat.com>
25131
25132 * gdb.base/shlib-call.exp (additional_flags): Conditionally
25133 set Irix-specific compile and link flags.
25134
25135 2002-07-29 Kevin Buettner <kevinb@redhat.com>
25136
25137 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
25138 source files. The ``-o'' option doesn't work with the ``-E'' option
25139 when using the Irix compiler.
25140
25141 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
25142
25143 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
25144 Improve support for reusing an exec file. Copy exec file
25145 to target, and run gdbserver on the target instead of on the host.
25146
25147 2002-07-18 Jim Blandy <jimb@redhat.com>
25148
25149 * gdb.base/ending-run.exp: Don't expect to see the program end in
25150 some orderly fashion when we're running on a real stand-alone
25151 board.
25152
25153 * gdb.base/interrupt.exp: Correct logic for skipping tests on
25154 targets that don't support interrupts.
25155
25156 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
25157
25158 * gdb.base/attach.exp: Add patterns to match output from /proc-based
25159 systems.
25160 Move comments in expect statements to inside the actions, so that they
25161 don't get matched against.
25162
25163 2002-07-10 Mark Kettenis <kettenis@gnu.org>
25164
25165 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
25166 function when asleep" test.
25167
25168 2002-07-10 Andrew Cagney <ac131313@redhat.com>
25169
25170 * gdb.base/page.exp: Rewrite to handle problems with very long
25171 `info set' output. Update copyright.
25172
25173 2002-06-26 Andrew Cagney <ac131313@redhat.com>
25174
25175 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
25176 gdb.threads-hp.
25177 * gdb.hp/configure: Regenerate.
25178 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
25179 * gdb.hp/gdb.threads-hp/configure: Delete file.
25180 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
25181
25182 2002-06-22 Andrew Cagney <ac131313@redhat.com>
25183
25184 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
25185 setlocale, bindtextdomain and textdomain.
25186
25187 2002-06-11 Jim Blandy <jimb@redhat.com>
25188
25189 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
25190 preprocessor macro information is present.
25191
25192 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
25193 tests.
25194
25195 2002-06-06 Michael Snyder <msnyder@redhat.com>
25196
25197 * gdb.base/overlays.exp: Record addresses of overlay
25198 functions in TCL variables rather than in GDB variables,
25199 to avoid having GDB convert them to pointers (with loss
25200 of information).
25201
25202 * gdb.base/d10v.ld: Merge in several years worth of
25203 default linker script changes.
25204 * gdb.base/long_long.exp: Add check for sizeof (long double).
25205
25206 2002-06-06 Michal Ludvig <mludvig@suse.cz>
25207
25208 * gdb.asm/asm-source.exp: Add x86-64 target.
25209 * gdb.asm/x86_64.inc: New.
25210
25211 2002-05-30 Michael Chastain <mec@shout.net>
25212
25213 From Benjamin Kosnik <bkoz@redhat.com>:
25214 * gdb.c++/m-static.cc: New file.
25215 * gdb.c++/m-static.exp: New file.
25216
25217 2002-05-28 Michael Snyder <msnyder@redhat.com>
25218
25219 * gdb.base/call-ar-st.exp: Allow for reduced floating point
25220 precision.
25221
25222 2002-05-27 Michael Chastain <mec@shout.net>
25223
25224 From Benjamin Kosnik <bkoz@redhat.com>:
25225 * gdb.c++/m-data.cc: New file.
25226 * gdb.c++/m-data.exp: New file.
25227
25228 2002-05-27 Michael Chastain <mec@shout.net>
25229
25230 From Benjamin Kosnik <bkoz@redhat.com>:
25231 * gdb.c++/try_catch.cc: New file.
25232 * gdb.c++/try_catch.exp: New file.
25233
25234 2002-05-27 Michael Chastain <mec@shout.net>
25235
25236 * gdb.c++/local.exp: Accept more nested types in output.
25237
25238 2002-05-26 Michael Chastain <mec@shout.net>
25239
25240 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
25241
25242 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
25243
25244 * lib/gdb.exp (gdb_wrapper_init): Just because
25245 gdb_wrapper_file exists, this does not mean that the file
25246 should not be rebuilt. That is what gdb_wrapper_initialized
25247 is for.
25248 (default_gdb_init): Reset gdb_wrapper_initialized.
25249
25250 2002-05-23 Michael Snyder <msnyder@redhat.com>
25251
25252 * gdb.base/all-bin.exp: Revise previous patch by just reducing
25253 the precision of the floating point test results.
25254 * gdb.base/call-rt-st.exp: Ditto.
25255
25256 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
25257 * gdb.base/call-rt-st.exp: Ditto.
25258
25259 2002-05-19 Michael Chastain <mec@shout.net>
25260
25261 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
25262
25263 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
25264
25265 * configure.in (configdirs): Add gdb.arch.
25266 * configure: Regenerate.
25267
25268 2002-05-17 Jim Blandy <jimb@redhat.com>
25269
25270 * gdb.base/completion.exp: Recognize the more detailed error
25271 messages produced by the macro expander's lexical analyzer.
25272
25273 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
25274
25275 * gdb.arch/altivec-abi.c: New file.
25276 * gdb.arch/altivec-abi.exp: New file.
25277 * gdb.arch/altivec-regs.c: New file.
25278 * gdb.arch/altivec-regs.exp: New file.
25279
25280 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
25281
25282 * gdb.base/maint.exp (maint print type): Update for new type
25283 structure.
25284
25285 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
25286
25287 * gdb.arch: New directory.
25288 * gdb.arch/configure.in: New file.
25289 * gdb.arch/configure: New file.
25290 * gdb.arch/Makefile.in: New file.
25291
25292 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
25293
25294 * gdb.asm/asm-source.exp: Add v850 as supported target.
25295 * gdb.asm/v850.inc: New file.
25296
25297 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
25298
25299 * gdb.c++/annota2.exp (annotate-quit): Add comment.
25300
25301 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
25302
25303 * gdb.base/break.exp: Check 'break "marker2"'.
25304
25305 2002-05-10 Michael Snyder <msnyder@redhat.com>
25306
25307 * gdb.base/long_long.exp: Fix typo.
25308
25309 2002-05-10 Jim Blandy <jimb@redhat.com>
25310
25311 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
25312 a bug.
25313
25314 * gdb.base/printcmds.exp (test_integer_literals_rejected):
25315 Recognize more detailed error message produced by the macro
25316 expander's lexical analyzer.
25317 * lib/gdb.exp (test_print_reject): Same.
25318
25319 2002-05-09 Mark Kettenis <kettenis@gnu.org>
25320
25321 * gdb.c++/method.exp: Fix typo.
25322
25323 2002-05-08 Michael Snyder <msnyder@redhat.com>
25324
25325 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
25326 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
25327 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
25328 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
25329 Add iftarget clause for strongarm.
25330
25331 2002-05-06 Michael Snyder <msnyder@redhat.com>
25332
25333 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
25334 (gdb_continue_to_end): Accept output from status wrapper.
25335 * gdb.base/ending-run.exp: Add case for output from status wrapper.
25336 Clean up fail messages to match pass messages.
25337
25338 Enable the "needs_status_wrapper" testsuite feature.
25339 * lib/gdb.exp (gdb_wrapper_init): New procedure.
25340 (gdb_compile): Conditionally call gdb_wrapper_init.
25341 * gdb.base/a2-run.exp: Recognize output from status wrapper.
25342 * gdb.c++/method.exp: Recognize output from status wrapper.
25343
25344 2002-05-06 Ben Elliston <bje@redhat.com>
25345 From Graydon Hoare <graydon@redhat.com>
25346
25347 * config/sid.exp: Include support for "rawsid" protocol.
25348
25349 2002-05-03 Jim Blandy <jimb@redhat.com>
25350
25351 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
25352 * gdb.c++/hang3.C: New file.
25353
25354 2002-05-04 Andrew Cagney <ac131313@redhat.com>
25355
25356 * gdb.base/default.exp: Remove obsolete code.
25357 * gdb.c++/misc.exp: Ditto. Update copyright.
25358 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
25359 * gdb.base/whatis.exp: Ditto. Update copyright.
25360 * gdb.base/scope.exp: Ditto. Update copyright.
25361 * gdb.base/ptype.exp: Ditto. Update copyright.
25362 * gdb.base/printcmds.exp: Ditto. Update copyright.
25363 * gdb.base/opaque.exp: Ditto. Update copyright.
25364 * gdb.base/list.exp: Ditto.
25365 * gdb.base/funcargs.exp: Ditto. Update copyright.
25366 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
25367 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
25368 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
25369 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
25370 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
25371 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
25372
25373 2002-05-02 Michael Snyder <msnyder@redhat.com>
25374
25375 * gdb.base/watchpoint.exp: Add xscale target.
25376 * gdb.base/long_long.exp: Add xscale target.
25377 * gdb.base/default.exp: Add xscale target.
25378
25379 2002-05-01 Jim Blandy <jimb@redhat.com>
25380
25381 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
25382 gdb.c++/hang.exp: New test.
25383
25384 2002-05-01 Fred Fish <fnf@redhat.com>
25385
25386 * gdb.base/completion.exp: Handle completions of "./Make" for
25387 more than one completion possibility, as is the case when we
25388 build and test in the source tree.
25389
25390 2002-04-29 Anthony Green <green@redhat.com>
25391
25392 * gdb.java/jmisc1.exp: New file.
25393 * gdb.java/jmisc2.exp: New file.
25394
25395 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
25396
25397 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
25398
25399 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
25400
25401 * gdb.base/help.exp: Change 'help status' to allow for target
25402 dependent output differences.
25403
25404 2002-04-22 Michael Chastain <mec@shout.net>
25405
25406 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
25407
25408 2002-04-22 Michael Chastain <mec@shout.net>
25409
25410 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
25411
25412 2002-04-17 David S. Miller <davem@redhat.com>
25413
25414 * gdb.asm/sparc64.inc: New file.
25415 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
25416
25417 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
25418
25419 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
25420 instruction file directly into the build tree. Clean up at end of
25421 test.
25422
25423 2002-04-18 David S. Miller <davem@redhat.com>
25424
25425 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
25426 handle 64-bit platforms correctly.
25427 * gdb.base/maint.exp: Likewise.
25428
25429 2002-04-18 Kevin Buettner <kevinb@redhat.com>
25430
25431 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
25432 ``-fpic'' when compiling files comprising a shared library, but
25433 it does need additional linker flags in order to find shared
25434 libraries at run time.
25435
25436 2002-04-18 Kevin Buettner <kevinb@redhat.com>
25437
25438 * gdb.base/cvexpr.c (use): New function.
25439 (main): Invoke use() on all global variables to prevent
25440 some linkers from deleting these otherwise unused symbols.
25441
25442 2002-04-17 Michael Chastain <mec@shout.net>
25443 From David S. Miller <davem@redhat.com>
25444
25445 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
25446 handle 64-bit platforms correctly.
25447
25448 2002-04-12 Michael Snyder <msnyder@redhat.com>
25449 From Jim Blandy <jimb@redhat.com>
25450 * gdb.base/foo.c (foox): Remove section attribute; the linker
25451 script can handle this instead.
25452 * gdb.base/bar.c (barx): Same.
25453 * gdb.base/baz.c (bazx): Same.
25454 * gdb.base/grbx.c (grbxx): Same.
25455
25456 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
25457 manager doesn't automatically unmap overlays unnecessarily.
25458
25459 2002-04-10 Martin M. Hunt <hunt@redhat.com>
25460
25461 * gdb.base/ending-run.exp: Fix pattern for Mips targets
25462 stepping out of main.
25463
25464 2002-04-09 Michael Chastain <mec@shout.net>
25465
25466 * gdb.c++/local.cc (main): Move call to marker1() inside nested
25467 scope so that the nested scope tests will make sense.
25468 * gdb.c++/local.exp: Write patterns that actually work with gcc
25469 (the HP patterns "were never known to work with gcc").
25470 Keep the old aCC patterns too.
25471
25472 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
25473
25474 * gdb.base/attach.exp: Correct target board test.
25475
25476 2002-04-08 Michael Chastain <mec@shout.net>
25477
25478 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
25479 in a const method. Add some xfail and fail cases for configurations
25480 that do not emit the "const ...".
25481
25482 2002-04-07 Michael Chastain <mec@shout.net>
25483
25484 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
25485 Accept "A * const" and "const A * const" as type of "this".
25486 Fix spelling of getFunky throughout. Make messages uniform.
25487
25488 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
25489
25490 Work around for PR gdb/285:
25491 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
25492
25493 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
25494
25495 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
25496 instructions file at run time instead of configure time.
25497 Sometimes we run the test in a directory that is not the one we
25498 configured in.
25499 * gdb.asm/configure.in: Delete creation of symlink.
25500 * gdb.asm/configure: Regenerate.
25501
25502 2002-04-05 J. Brobecker <brobecker@gnat.com>
25503
25504 * gdb.gdb/xfullpath.exp: New test, to exercise the new
25505 xfullpath () function.
25506
25507 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
25508
25509 * gdb.asm/Makefile.in: Correct dependencies.
25510
25511 * gdb.asm/powerpc.inc: New file.
25512 * gdb.asm/asm-source.exp: Add PowerPC.
25513 * gdb.asm/configure.in: Likewise.
25514 * gdb.asm/configure: Regenerated.
25515
25516 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
25517
25518 * gdb.base/relocate.exp: New file.
25519 * gdb.base/relocate.c: New file.
25520
25521 2002-04-04 Fred Fish <fnf@redhat.com>
25522
25523 * gdb.base/step-test.exp: Update comment regarding stopping in
25524 memcpy/bcopy calls inserted as part of the compiler runtime.
25525
25526 2002-04-04 Michael Snyder <msnyder@redhat.com>
25527
25528 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
25529
25530 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
25531
25532 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
25533 (gdb_expect): Remove $notransfer hack.
25534
25535 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
25536
25537 * gdb.c++/classes.exp ("calling method for small class"): Match
25538 updated register output.
25539
25540 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
25541
25542 Fix PR gdb/452
25543 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
25544 when finished. Make gdb_file_cmd send "exec-file" when
25545 appropriate.
25546
25547 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
25548
25549 * gdb.base/attach.exp: Remove extra setup_xfail.
25550
25551 2002-03-26 Michael Snyder <msnyder@redhat.com>
25552
25553 * gdb.base/default.exp: Add tests for dump, append, and restore.
25554 * gdb.base/help.exp: Add tests for dump, append, and restore.
25555 * gdb.base/dump.exp: New file, test dump, append and restore.
25556 * gdb.base/dump.c: New file.
25557
25558 2002-03-27 Michael Snyder <msnyder@redhat.com>
25559
25560 * gdb.base/help.exp: Modify expect strings to reflect
25561 clean-ups in help messages.
25562
25563 2002-03-26 Fred Fish <fnf@redhat.com>
25564
25565 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
25566 have debugging info for those functions and the compiler uses them
25567 internally to copy structs around.
25568
25569 2002-03-26 Fred Fish <fnf@redhat.com>
25570
25571 * gdb.base/list.exp: Revert the change made yesterday and add note
25572 about why we don't list the default lines for remote targets.
25573
25574 2002-03-25 Michael Snyder <msnyder@redhat.com>
25575
25576 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
25577
25578 2002-03-25 Fred Fish <fnf@redhat.com>
25579
25580 * gdb.base/list.exp: This test works on remote targets so remove
25581 the short circuit for remote targets. Update copyright.
25582
25583 2002-03-25 Fred Fish <fnf@redhat.com>
25584
25585 * gdb.base/attach.exp: Fix logic error that was suppressing this
25586 test for all non hppa*-*-hpux* targets, instead of the hp target.
25587 Move comments closer to the suppression point. Also now need to
25588 check that we are running natively.
25589
25590 2002-03-22 Michael Snyder <msnyder@redhat.com>
25591
25592 * gdb.base/default.exp: Add test for gcore. Update copyright.
25593 * gdb.base/help.exp: Add test for gcore. Update copyright.
25594
25595 2002-03-06 Fred Fish <fnf@redhat.com>
25596
25597 * gdb.base/funcargs.c: Remove extraneous ';' character.
25598 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
25599
25600 2002-03-04 Michael Chastain <mec@shout.net>
25601
25602 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
25603 accommodate gcc v3 function signature.
25604 * gdb.mi/mi0-var-cmd-exp: Ditto.
25605
25606 2002-02-24 Andrew Cagney <ac131313@redhat.com>
25607
25608 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
25609 ``GNU/Linux'' or ``Linux kernel''
25610 * testsuite/gdb.threads/pthreads.c: Ditto.
25611
25612 2002-02-24 Michael Chastain <mec@shout.net>
25613
25614 * gdb.threads/pthreads.c (thread1): Add a return statement.
25615 (thread2): Likewise.
25616 (foo): Likewise.
25617
25618 2002-02-23 Michael Chastain <mec@shout.net>
25619
25620 * gdb.threads/linux-dp.c (philosopher): Add a return statement
25621 to placate gcc.
25622
25623 2002-02-23 Michael Chastain <mec@shout.net>
25624
25625 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
25626 test "ptype bint". The test passes on all my stabs configurations.
25627
25628 2002-02-21 Jim Blandy <jimb@redhat.com>
25629
25630 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
25631 filename at a time, and watch for the ones we want to see.
25632
25633 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
25634 types of pointers to prototyped functions.
25635
25636 2002-02-20 Andrew Cagney <ac131313@redhat.com>
25637
25638 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
25639 signed, unsigned and straight char.
25640 (padding_char, padding_short, padding_int, padding_long,
25641 padding_long_long, padding_float, padding_double,
25642 padding_long_double): New global variables.
25643 (fill, fill_structs): New functions.
25644
25645 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
25646 for correctly sized writes. Update copyright.
25647 (get_valueof): New procedure.
25648 (get_sizeof): Call get_valueof.
25649 (check_valueof): New procedure.
25650 (check_padding): New procedure.
25651
25652 2002-02-20 Michael Chastain <mec@shout.net>
25653
25654 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
25655 to setup_xfail. Document some of the remaining calls.
25656
25657 2002-02-18 Michael Chastain <mec@shout.net>
25658
25659 * gdb.c++/userdef.exp: Update copyright year.
25660
25661 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
25662
25663 * gdb.c++/userdef.exp: Test overloaded operators properly.
25664 Remove xfails.
25665
25666 2002-02-14 Michael Snyder <msnyder@redhat.com>
25667
25668 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
25669
25670 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
25671
25672 * gdb.base/a2-run.exp: Check for a remote target properly.
25673 * gdb.base/annota1.exp: Likewise.
25674 * gdb.base/list.exp: Likewise.
25675 * gdb.base/reread.exp: Likewise.
25676 * gdb.base/scope.exp: Likewise.
25677 * gdb.base/shlib-call.exp: Likewise.
25678 * gdb.base/term.exp: Likewise.
25679 * gdb.c++/annota2.exp: Likewise.
25680
25681 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
25682
25683 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
25684
25685 2002-02-10 Michael Chastain <mec@shout.net>
25686
25687 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
25688 (call_after_alloca): Ditto.
25689
25690 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
25691
25692 * gdb.base/ending-run.exp: Guard "cont" test with
25693 gdb_skip_stdio_test.
25694
25695 2002-02-06 Jim Blandy <jimb@redhat.com>
25696
25697 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
25698 from here...
25699 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
25700 To here. Disable this test on non-HP platforms. Add big comment.
25701
25702 2002-02-04 Michael Snyder <msnyder@redhat.com>
25703
25704 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
25705 other than d10v and m32r.
25706
25707 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
25708
25709 * gdb.base/default.exp: Rewrite test patterns to reduce time
25710 taken to match them.
25711
25712 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
25713
25714 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
25715 Allow a start function above main.
25716 * gdb.threads/linux-dp.exp: Fix copyright date.
25717
25718 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
25719
25720 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
25721 (check_philosopher_stack): Check for manager thread before checking
25722 for a just-starting thread.
25723
25724 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
25725
25726 From Neil Booth <neil@daikokuya.demon.co.uk>:
25727 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
25728 warnings.
25729
25730 2002-01-21 Fred Fish <fnf@redhat.com>
25731
25732 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
25733 not caller.
25734
25735 2002-01-21 Jim Blandy <jimb@redhat.com>
25736
25737 * gdb.base/reread.exp: Check that GDB properly re-reads the
25738 executable file when it changes while no inferior is running.
25739
25740 2002-01-21 Fred Fish <fnf@redhat.com>
25741
25742 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
25743 optionally accept the "shlib events" variation.
25744
25745 2002-01-21 Jim Blandy <jimb@redhat.com>
25746
25747 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
25748 call `fflush' after every `printf', so that the output is produced
25749 at predictable points, regardless of whatever buffering does (or
25750 doesn't) take place.
25751 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
25752 at different points.
25753
25754 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
25755
25756 * gdb.c++/inherit.exp: Update copyright years.
25757 * gdb.c++/method.exp: Likewise.
25758
25759 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
25760
25761 * gdb.c++/classes.exp: Update for improved v3 support and skipping
25762 artificial methods/arguments.
25763 * gdb.c++/derivation.exp: Likewise.
25764 * gdb.c++/inherit.exp: Likewise.
25765 * gdb.c++/method.exp: Likewise.
25766 * gdb.c++/virtfunc.exp: Likewise.
25767
25768 2002-01-18 Andrew Cagney <ac131313@redhat.com>
25769
25770 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
25771 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
25772 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
25773 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
25774 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
25775 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
25776
25777 2002-01-17 Jim Blandy <jimb@redhat.com>
25778
25779 * gdb.asm/asm-source.exp (info symbol): Take another shot at
25780 anchoring the pattern matching the entry point symbol's name.
25781
25782 2002-01-17 Andrew Cagney <ac131313@redhat.com>
25783
25784 * gdb.base/maint.exp: Update ``maint internal-error'' to match
25785 continue/quit query. Update copyright.
25786
25787 2002-01-14 Michael Snyder <msnyder@redhat.com>
25788
25789 * gdb.base/gcore.exp: Remove extra debugging output.
25790
25791 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
25792
25793 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
25794 for slightly dubious v2 mangled string.
25795
25796 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
25797
25798 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
25799
25800 2002-01-10 Jason Merrill <jason@redhat.com>
25801
25802 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
25803
25804 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
25805 constructors.
25806 * gdb.c++/derivation.exp: Likewise.
25807 * gdb.c++/templates.exp: Likewise.
25808 * gdb.c++/virtfunc.exp: Likewise.
25809
25810 2002-01-10 Michael Snyder <msnyder@redhat.com>
25811
25812 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
25813
25814 2002-01-08 Michael Snyder <msnyder@redhat.com>
25815
25816 * gdb.base/gcore.exp: New test for generate-core-file command.
25817 * gdb.base/gcore.c: Testcase for above.
25818 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
25819
25820 2002-01-08 Jason Merrill <jason@redhat.com>
25821
25822 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
25823
25824 2002-01-07 Fred Fish <fnf@redhat.com>
25825
25826 * gdb.c++/overload.exp: Remove unconditional xfails for:
25827 print foo_instance1.overloadargs(1)
25828 print foo_instance1.overloadargs(1, 2)
25829 print foo_instance1.overloadargs(1, 2, 3)
25830 print foo_instance1.overloadargs(1, 2, 3, 4)
25831 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
25832 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
25833 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
25834 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
25835 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
25836 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
25837 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
25838 print foo_instance1.overload1arg()
25839 print foo_instance1.overload1arg((char)arg2)
25840 print foo_instance1.overload1arg((signed char)arg3)
25841 print foo_instance1.overload1arg((unsigned char)arg4)
25842 print foo_instance1.overload1arg((int)arg7)
25843 print foo_instance1.overload1arg((unsigned int)arg8)
25844 print foo_instance1.overload1arg((float)arg11)
25845 print foo_instance1.overload1arg((double)arg12)
25846
25847 2002-01-07 Michael Snyder <msnyder@redhat.com>
25848
25849 * gdb.base/huge.exp: New test. Print a very large target data object.
25850 (skip_huge_test): New test variable. Define if you want to skip this
25851 test. The test reads an 8 megabyte data object from the target, so it
25852 might be very time consuming on remote targets with a slow connection.
25853 * gdb.base/huge.c: New file. Test case for above.
25854
25855 2002-01-07 Fred Fish <fnf@redhat.com>
25856
25857 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
25858 g_instance.bfoo, and g_instance.cfoo.
25859
25860 2002-01-07 Jeffrey A Law <law@redhat.com>
25861
25862 * gdb.base/break.c (multi_line_if_conditional): New function.
25863 (multi_ilne_while_conditional): Likewise.
25864 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
25865 IF or WHILE condition puts the breakpoint at the start of
25866 the condition.
25867
25868 * gdb.base/selftest.exp (backtrace through signal handler): Remove
25869 hppa*-*-hpux* expected failure.
25870 * gdb.base/structs.exp (do_function_calls): Similarly.
25871
25872 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
25873 watchpoints.
25874
25875 2002-01-06 Andrew Cagney <ac131313@redhat.com>
25876
25877 Fix PR gdb/66.
25878 * gdb.base/structs.exp: Replace skip for a29k with skip for
25879 gdb,cannot_call_functions.
25880 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
25881 * gdb.base/callfuncs.exp: Ditto.
25882 * gdb.base/call-rt-st.exp: Ditto.
25883 * gdb.base/call-strs.exp: Ditto.
25884 * gdb.base/callfwmall.exp: Ditto.
25885 * gdb.base/scope.exp: Obsolete xfail a29k.
25886 * gdb.c++/misc.exp: Ditto.
25887 * gdb.c++/cplusfuncs.exp: Ditto.
25888 * gdb.base/ptype.exp: Ditto.
25889 * gdb.base/printcmds.exp: Ditto.
25890 * gdb.base/opaque.exp: Ditto.
25891 * gdb.base/list.exp: Ditto.
25892 * gdb.base/funcargs.exp: Ditto.
25893 * gdb.base/default.exp: Ditto.
25894
25895 2002-01-04 Michael Snyder <msnyder@redhat.com>
25896
25897 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
25898 * gdb.base/maint.exp: Add tests for maint info sections options.
25899
25900 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
25901
25902 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
25903
25904 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
25905
25906 * gdb.asm/arm.inc: New file.
25907 * gdb.asm/asm-source.exp: Add arm targets.
25908 * gdb.asm/configure.in: Ditto.
25909 * gdb.asm/configure: Recreated from configure.in.
25910
25911 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
25912
25913 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
25914 with HP's compiler.
25915 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
25916 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
25917 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
25918 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
25919
25920 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
25921 either HP's compilers or GCC.
25922
25923 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
25924 a SIGBUS or SIGSEGV.
25925
25926 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
25927
25928 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
25929 can be compiled with either HP's compiler or GCC.
25930
25931 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
25932 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
25933 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
25934
25935 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
25936 to match current gdb output. Update due to using auto-solib-limit
25937 for limiting instead of overloading auto-solib-add.
25938 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
25939 test program.
25940
25941 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
25942 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
25943 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
25944 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
25945 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
25946 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
25947 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
25948 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
25949 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
25950 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
25951 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
25952 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
25953 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
25954
25955 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
25956 a SIGTRAP to the inferior.
25957
25958 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
25959
25960 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
25961 Substitute call to target_link by call to gdb_compile.
25962
25963 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
25964
25965 * gdb.base/break.exp: Fix HP specific search string when testing
25966 backtracing in a called function.
25967
25968 * gdb.base/constvars.exp: Only set lang to C++ if we're
25969 compiling the test with HP's compilers.
25970 * gdb.base/volatile.exp: Similarly.
25971
25972 2001-12-19 Jim Blandy <jimb@redhat.com>
25973
25974 * gdb.base/printcmds.exp: Expect the null character to be printed
25975 as '\0', and the '\013' to be printed as '\v'.
25976 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
25977 * gdb.base/setvar.exp: Same.
25978
25979 2001-12-17 Jim Blandy <jimb@redhat.com>
25980
25981 * gdb.base/completion.exp: Rather than completing very long
25982 filenames, which can make the readline library produce output we
25983 don't recognize, cd to the directory first, and then complete
25984 using nice, short relative paths.
25985
25986 * gdb.base/completion.exp: On some systems, there is, in fact, a
25987 variable named `b' in scope, since GDB treats all static
25988 variables as being in scope. So use `no_var_named_this'
25989 instead of `b'.
25990
25991 * gdb.base/corefile.exp: Recognize the message saying that GDB
25992 can't find the core file's registers as a failure.
25993
25994 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
25995
25996 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
25997 test expect string more specific.
25998
25999 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
26000
26001 * gdb.asm/asm-source.exp: Add support for xstormy16.
26002 * gdb.asm/configure.in: Ditto.
26003 * gdb.asm/configure: Rebuild.
26004 * gdb.asm/xstormy16.inc: New file.
26005
26006 2001-12-10 Fred Fish <fnf@redhat.com>
26007
26008 * gdb.base/maint.exp: Update to match changes in type dumping code.
26009
26010 2001-12-10 Jim Blandy <jimb@redhat.com>
26011
26012 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
26013 matching the entry point symbol's name at the beginning of the
26014 line.
26015
26016 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
26017
26018 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
26019 gdb.c++/inherit.exp, gdb.c++/method.exp,
26020 gdb.c++/namespace.exp, gdb.c++/templates.exp,
26021 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
26022 and class layout support.
26023
26024 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
26025
26026 * gdb.c++/classes.exp: Add test for static member function.
26027 * gdb.c++/misc.cc: Add class with static member function.
26028
26029 2001-12-07 Jim Blandy <jimb@redhat.com>
26030
26031 If GDB says it can't find the struct the function returned, report
26032 those tests as `unsupported'.
26033 * gdb.base/call-rt-st.exp (print_struct_call): New function.
26034 Rewrite subsequent tests to use it.
26035
26036 If GDB says it can't find the struct the function returned, report
26037 those tests as `unsupported'.
26038 * gdb.base/structs.exp (call_struct_func): New function.
26039 (do_function_calls): Use call_struct_func to call the functions
26040 returning structs.
26041
26042 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
26043 whether functions are prototyped or not, so we can't possibly pass
26044 arguments to t_float_values2 properly.
26045
26046 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
26047 value of `timeout' for targets other than the mips*tx39-*.
26048
26049 2001-12-06 Michael Snyder <msnyder@redhat.com>
26050
26051 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
26052 and detect whether the start symbol has a leading underscore.
26053
26054 2001-12-04 Jim Blandy <jimb@redhat.com>
26055
26056 * gdb.base/completion.exp: Clarify indentation.
26057
26058 2001-12-03 Jim Blandy <jimb@redhat.com>
26059
26060 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
26061 variables on the S/390, not `.word'.
26062
26063 2001-11-30 Jim Blandy <jimb@redhat.com>
26064
26065 Add assembly-source tests for s390-ibm-linux.
26066 * gdb.asm/s390.inc: New file.
26067 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
26068 the S/390 architecture.
26069 * gdb.asm/configure: Regenerated.
26070
26071 2001-11-30 Michael Snyder <msnyder@redhat.com>
26072
26073 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
26074 next, info source, info sources, info line, global and static
26075 variables, and static functions.
26076 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
26077 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
26078 * gdb.asm/asmsrc1.s: Add a static function and some variables.
26079 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
26080 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
26081 (gdbasm_leave): Restore frame pointer.
26082 (gdbasm_startup): Copy stack set-up from crt0.S.
26083
26084 2001-11-26 Fernando Nasser <fnasser@redhat.com>
26085
26086 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
26087 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
26088 to a local (non-static) variable. Copy tstruct.a to a static buffer
26089 and return a pointer to that buffer.
26090 * gdb.base/callfwmall.c (t_structs_a): Ditto.
26091
26092 2001-11-24 Mark Kettenis <kettenis@gnu.org>
26093
26094 * gdb.asm/configure.in: Fix recognition of ix86 target.
26095 * gdb.asm/configure: Regenerate.
26096
26097 2001-11-21 Michael Snyder <msnyder@redhat.com>
26098
26099 * gdb.asm/sparc.inc: New file.
26100 * gdb.asm/asm-source.exp: Recognize sparc target.
26101 * gdb.asm/configure.in: Recognize sparc target.
26102 * gdb.asm/configure: Regenerate.
26103
26104 2001-11-21 Michael Snyder <msnyder@redhat.com>
26105
26106 * gdb.asm/m32r.inc: New file.
26107 * gdb.asm/asm-source.exp: Recognize m32r target.
26108 * gdb.asm/configure.in: Recognize m32r target.
26109 * gdb.asm/configure: Regenerate.
26110
26111 2001-11-20 Michael Snyder <msnyder@redhat.com>
26112
26113 * gdb.asm/i386.inc: New file.
26114 * gdb.asm/asm-source.exp: Recognize ix86 target.
26115 * gdb.asm/configure.in: Recognize ix86 target.
26116 * gdb.asm/configure: Regenerate.
26117
26118 * gdb.c++/namespace.exp: Fix quotes in output messages.
26119
26120 2001-11-14 Michael Snyder <msnyder@redhat.com>
26121
26122 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
26123 qualifier in a type cast expression, to designate an address
26124 in the instruction space (Harvard architecture).
26125
26126 2001-11-13 Michael Snyder <msnyder@redhat.com>
26127
26128 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
26129 Tests for expressions using 'const' and 'volatile'.
26130
26131 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
26132
26133 * gdb.asm/asm-sources.exp: Allow defining linker flags.
26134
26135 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
26136
26137 * lib/mi-support.exp (mi_run_to_helper): Move comments
26138 outside of gdb_expect.
26139
26140 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
26141
26142 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
26143 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
26144 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
26145 mi0_run_to): New functions.
26146 * gdb.mi/mi-simplerun.exp: Use them.
26147 * gdb.mi/mi0-simplerun.exp: Likewise.
26148 * gdb.mi/mi-var-cmd.exp: Likewise.
26149 * gdb.mi/mi0-var-cmd.exp: Likewise.
26150
26151 2001-11-10 Andrew Cagney <ac131313@redhat.com>
26152
26153 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
26154 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
26155
26156 2001-11-09 Andrew Cagney <ac131313@redhat.com>
26157
26158 * gdb.base/restore.exp: Include $expected value in restored test
26159 message.
26160
26161 2001-11-09 Andrew Cagney <ac131313@redhat.com>
26162
26163 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
26164 implemented.
26165
26166 2001-11-08 Michael Snyder <msnyder@redhat.com>
26167
26168 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
26169 Add pass/fail message for stop at breakpoint in call dummy function.
26170
26171 2001-11-07 Michael Snyder <msnyder@redhat.com>
26172
26173 * gdb.c++/templates.exp (test_template_breakpoints):
26174 If we get an overload menu, but it does not match what
26175 we expect, we still need to issue the "cancel" command.
26176 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
26177 making the whitespace optional. Argument for "new" may be
26178 "unsigned" as well as "unsigned int/long".
26179 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
26180 making the whitespace optional. Also replace "(void) with
26181 "((void|)), making the keyword "void" optional.
26182 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
26183 making the whitespace optional. Also replace "(void) with
26184 "((void|)), making the keyword "void" optional.
26185 * gdb.base/callfuncs.c (t_float_values): This function must
26186 _not_ be prototyped, and the following function (t_float_values2)
26187 must be prototyped (if the compiler supports it), so that GDB
26188 can be tested against both cases. Usually one case involves
26189 promotion of float to double, while the other does not.
26190 * gdb.base/callfwmall.c: Ditto.
26191 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
26192 includes a stack frame for "start".
26193
26194 2001-11-05 Jim Blandy <jimb@redhat.com>
26195
26196 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
26197 pointers are 32 bits long, and that offsets of relocs are always
26198 stored in the data (REL-style), and not in the reloc entry itself
26199 (RELA-style).
26200 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
26201 stabs.
26202
26203 2001-11-01 Michael Snyder <msnyder@redhat.com>
26204
26205 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
26206 and regular expression operators by using quoting.
26207
26208 2001-10-31 Michael Snyder <msnyder@redhat.com>
26209
26210 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
26211 depending on what the symbol table contains.
26212 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
26213 the output of the ptype command. Similarly, accept both "const &"
26214 and "const&".
26215
26216 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
26217
26218 * gdb.base/miscexprs.c (main): Add usage of preprocessor
26219 symbol `STORAGE' to allow to choose the storage class of
26220 the local datastructures.
26221 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
26222 compiler directive.
26223
26224 2001-10-30 Michael Snyder <msnyder@redhat.com>
26225
26226 * gdb.base/jump.exp: Allow it to run for all targets.
26227
26228 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
26229
26230 * gdb.base/call-ar-st.c (print_double_array): Match for loop
26231 with new double_array size.
26232 (main): Change storage class of all local variables to static.
26233 Reduce size of double_array to 9.
26234 * gdb.base/call-ar-st.exp: Increase timeout value.
26235 Change expected output for double array to match new size in
26236 call-ar-st.c.
26237
26238 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
26239
26240 * gdb.base/ending-run.exp: Create identical output when passing
26241 `step to end of run' case. Add regular expression branch satisfying
26242 Stormy16 target.
26243
26244 2001-10-28 Mark Kettenis <kettenis@gnu.org>
26245
26246 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
26247 that we catch the expected failure under Linux/x86.
26248
26249 2001-10-29 Orjan Friberg <orjanf@axis.com>
26250
26251 * gdb.base/setvar.exp: Escape curly braces.
26252 * gdb.stabs/weird.exp: Ditto.
26253
26254 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
26255
26256 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
26257 * gdm.mi/mi0-hack-cli.exp: Likewise.
26258
26259 2001-10-25 Andrew Cagney <ac131313@redhat.com>
26260
26261 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
26262 messages.
26263
26264 2001-10-21 Andrew Cagney <ac131313@redhat.com>
26265
26266 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
26267 checking MI enabled.
26268
26269 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
26270
26271 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
26272
26273 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
26274
26275 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
26276 if gdb child process crashes, just signal an error.
26277
26278 2001-10-02 Jim Blandy <jimb@redhat.com>
26279
26280 * lib/gdb.exp (test_xfail_format): Simplify.
26281
26282 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
26283 front of the variable name `format'. Simplify `if'.
26284
26285 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
26286
26287 * gdb.threads/pthreads.exp: Wait for output and delay
26288 before sending ^C.
26289
26290 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
26291
26292 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
26293 some incorrect output instead of timing out.
26294 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
26295
26296 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
26297
26298 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
26299 check to allow additional `int'.
26300
26301 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
26302
26303 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
26304 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
26305
26306 2001-09-27 Michael Snyder <msnyder@redhat.com>
26307
26308 * lib/gdb.exp (test_debug_format): New proc.
26309 (setup_xfail_format): Use new proc test_debug_format.
26310 * gdb.base/constvars.exp (local_compiler_xfail_check): New
26311 proc; use new service proc test_debug_format.
26312 Replace all other "gcc_compiled" tests with this test.
26313 * gdb.base/volatile.exp (local_compiler_xfail_check): New
26314 proc; use new service proc test_debug_format.
26315 Replace all other "gcc_compiled" tests with this test.
26316
26317 2001-09-27 Michael Snyder <msnyder@redhat.com>
26318
26319 * gdb.base/cvexpr.exp: New file.
26320 * gdb.base/cvexpr.c: New file
26321 Test for expressions using const and volatile keywords.
26322
26323 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
26324
26325 * gdb.base/constvars.exp: Check for different orders of keywords
26326 and additional "int" strings in output.
26327
26328 2001-09-22 Andrew Cagney <ac131313@redhat.com>
26329
26330 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
26331 responses from "help maint".
26332
26333 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
26334
26335 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
26336 to localhost:NNN instead of :NNN, in case Xvfb is listening
26337 only on TCP.
26338
26339 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
26340
26341 * gdb.base/recurse.exp: When checking leaving the watchpoint
26342 scope, recognize when gdb is in function's epilogue and pass.
26343
26344 2001-09-18 Keith Seitz <keiths@redhat.com>
26345
26346 * lib/insight-support.exp (_gdbtk_export_target_info): Add
26347 support for running tests against sid targets.
26348 (gdbtk_done): Ditto.
26349
26350 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
26351
26352 * gdb.base/ending-run.c (main): Set stdout buffersize
26353 to the same reasonable value for any target.
26354 * gdb.base/ending-run.exp: Add a regular expression
26355 to make testsuite happy on Sanyo Stormy16 target.
26356
26357 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
26358
26359 * gdb.base/display.c (do_loops): Add float variable `f'.
26360 Increment f in loop.
26361 * gdb.base/display.exp: Increment timeout by 60 seconds.
26362 Change float display test to use variable `f'.
26363
26364 2001-09-17 Jim Blandy <jimb@redhat.com>
26365
26366 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
26367 overflowing the limited breakpoint tables on some ROM monitors
26368 (like the ROM68K).
26369
26370 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
26371
26372 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
26373 the "-ac" (disable access control) flag.
26374
26375 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
26376
26377 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
26378 ints.
26379
26380 2001-08-30 Keith Seitz <keiths@redhat.com>
26381
26382 * lib/gdb.exp: Move all insight-related functionality into
26383 separate file.
26384 * lib/insight-support.exp: New file.
26385
26386 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
26387
26388 * config/sid.exp (sid_start): Never set sid verbosity; disable
26389 expect_background {} that consumed its stdout; tolerate </dev/null.
26390 Attempt to set endianness override in "sid" protocol mode. Cleanup.
26391
26392 2001-08-18 Andrew Cagney <ac131313@redhat.com>
26393
26394 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
26395 CLI jump command to start it.
26396 (mi_run_to_main): Fail immediatly when unexpected output.
26397
26398 2001-08-18 Andrew Cagney <ac131313@redhat.com>
26399
26400 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
26401 beginning of function. Fix PR gdb/191.
26402
26403 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
26404
26405 * config/sid.exp (sid_start): Don't warn if we cannot figure out
26406 what to force sid endianness to.
26407
26408 2001-08-15 Keith Seitz <keiths@redhat.com>
26409
26410 * lib/gdb.exp (gdbtk_start): Don't set environment
26411 variables for TCL_LIBRARY and friends. Insight will
26412 now figure these out for itself.
26413
26414 2001-08-02 Michael Snyder <msnyder@redhat.com>
26415
26416 * gdb.base/completion.exp: Remove the symbol "a64l" from
26417 the expect string; this is target-specific, and not related
26418 to what is being tested.
26419
26420 2001-08-02 Dave Brolley <brolley@redhat.com>
26421
26422 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
26423
26424 2001-07-25 Michael Snyder <msnyder@redhat.com>
26425
26426 * gdb.base/consecutive.exp: New file. Test stepping over
26427 breakpoints on consecutive instructions.
26428 * gdb.base/consecutive.c: New file.
26429
26430 * gdb.base/call-rt-st.exp: Use double-backslash to quote
26431 curly braces in regular expressions.
26432
26433 2001-07-25 Michael Snyder <msnyder@redhat.com>
26434
26435 * gdb.base/ending-run.exp: Accept "Program exited normally" as
26436 legitimate output from stepping out of main.
26437
26438 2001-07-22 Keith Seitz <keiths@redhat.com>
26439
26440 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
26441 the empty string, do not run the tests.
26442
26443 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26444
26445 * gdb.base/long_long.exp: Detect size of pointer. Take into
26446 account 2-byte pointers when testing for p/a results.
26447
26448 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26449
26450 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
26451 and defined to 1K for m68hc11.
26452 (random_data): Reduce table to 1K for embedded platforms (68hc11).
26453 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
26454 (sizeof_random_data): New variable to tell the size of the data table;
26455 don't test past this size; always run to main.
26456
26457 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26458
26459 * gdb.base/return2.exp: return of long long and double fails for
26460 68HC11; don't execute these tests on that platform.
26461 * gdb.base/return.exp: Return of a double fails for 68hc11.
26462
26463 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26464
26465 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
26466 tests that print a float.
26467 * call-rt-st.exp: Likewise.
26468
26469 2001-07-12 Mark Kettenis <kettenis@gnu.org>
26470
26471 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
26472 running this test on Linux.
26473
26474 2001-06-24 Michael Chastain <chastain@redhat.com>
26475
26476 * gdb.base/arithmet.exp: Remove some tests to make all test names
26477 unique.
26478
26479 2001-07-03 Michael Snyder <msnyder@redhat.com>
26480
26481 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
26482 the output of the ptype command.
26483
26484 2001-07-02 Michael Snyder <msnyder@redhat.com>
26485
26486 * gdb.base/completion.exp: Don't assume that break.c is the only
26487 source file that may contain functions named "marker".
26488 * gdb.base/corefile.exp: Quote the curly braces in regexp.
26489
26490 2001-06-28 Andrew Cagney <ac131313@redhat.com>
26491
26492 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
26493 of files to delete.
26494
26495 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
26496 * gdb.disasm/h8300s.exp: New file.
26497 gdb.disasm/h8300s.s: Likewise.
26498
26499 2001-06-27 Andrew Cagney <ac131313@redhat.com>
26500
26501 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
26502 empty breakpoint tables.
26503
26504 2001-06-25 Andrew Cagney <ac131313@redhat.com>
26505
26506 * lib/mi-support.exp: Update args=... part of stop-reason
26507 patterns. Accept either a list or a tuple.
26508
26509 2001-06-23 Andrew Cagney <ac131313@redhat.com>
26510
26511 * lib/mi-support.exp: Remove local emacs variable defining
26512 change-log-default-name.
26513
26514 2001-06-22 Michael Chastain <chastain@redhat.com>
26515
26516 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
26517 This is operationally compatible with the previous version.
26518
26519 2001-06-13 Jim Blandy <jimb@redhat.com>
26520
26521 * lib/gdb.exp (gdb_test): Doc fix.
26522
26523 2001-06-10 Michael Chastain <chastain@redhat.com>
26524
26525 * gdb.base/exprs.exp: Remove a duplicate test.
26526
26527 2001-06-06 Jim Blandy <jimb@redhat.com>
26528
26529 * gdb.base/return2.exp (main): Use values to test float and double
26530 returns that are not NaN's, to avoid being confused by IEEE
26531 comparison rules.
26532
26533 2001-06-04 Michael Snyder <msnyder@redhat.com>
26534
26535 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
26536 non-zero if control_c fails. Terminate the test on failure,
26537 rather than wait for 12 more tests to time out.
26538
26539 2001-06-06 Jim Blandy <jimb@redhat.com>
26540
26541 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
26542 Don't forget to match the GDB prompt.
26543
26544 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
26545
26546 2001-06-04 Jim Blandy <jimb@redhat.com>
26547
26548 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
26549 command.
26550
26551 2001-05-31 Kevin Buettner <kevinb@redhat.com>
26552
26553 * gdb.base/annota1.exp (info break): Match four or more spaces
26554 after "Address".
26555
26556 2001-05-31 Michael Chastain <chastain@redhat.com>
26557
26558 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
26559 (dm_type_int_star): Likewise.
26560 (dm_type_long_star): Likewise.
26561 (dm_type_void_star): Likewise.
26562
26563 2001-05-29 Kevin Buettner <kevinb@redhat.com>
26564
26565 * gdb.base/completion.exp (INPUTRC): Set this environment variable
26566 to a known value in order to get consistent results regardless
26567 of the setting of INPUTRC or the presence or contents of .inputrc.
26568
26569 2001-05-24 Michael Snyder <msnyder@redhat.com>
26570
26571 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
26572 Don't require that the main thread and the manager thread are the
26573 first in the list.
26574
26575 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
26576 debugging. If test fails, issue an "unsupported" not a "fail".
26577
26578 2001-05-24 Jim Blandy <jimb@redhat.com>
26579
26580 Don't assume that short is shorter than int.
26581 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
26582 assume that shorts are smaller than ints. On a 16-bit machine,
26583 this isn't true.
26584 ("print unsigned char == (~0)"): Add test that verifies that ~0,
26585 an int, is not equal to ~0 stored in an unsigned char. This tests
26586 the same thing that the previous test meant to, but works on
26587 16-bit machines, too.
26588 ("print unsigned char != (~0)"): Same test, complemented.
26589
26590 2001-05-24 Michael Snyder <msnyder@redhat.com>
26591
26592 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
26593 test for (full_coverage == 0). This makes the test run faster,
26594 and prevents dejagnu getting out of step.
26595
26596 2001-05-23 Kevin Buettner <kevinb@redhat.com>
26597
26598 * gdb.base/finish.exp (finish_void): Revise pattern for
26599 stopping on the call statement to not permit stopping at
26600 the start of the instructions comprising the call sequence.
26601
26602 2001-05-19 Michael Chastain <chastain@redhat.com>
26603
26604 * gdb.base/callfuncs.exp: Make all test names unique.
26605 * gdb.base/commands.exp: Make all test names unique.
26606 * gdb.base/condbreak.exp: Make all test names unique.
26607 * gdb.base/dbx.exp: Make all test names unique.
26608 * gdb.base/default.exp: Make all test names unique.
26609 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
26610 and TIMEOUT messages to their corresponding PASS message.
26611 * gdb.base/ending-run.exp: Make all test names unique.
26612 * gdb.base/long_long.exp: Remove duplicate test.
26613
26614 2001-05-21 Kevin Buettner <kevinb@redhat.com>
26615
26616 * gdb.base/finish.exp (finish_void): Allow "finish" command to
26617 stop on the call statement as well as the statement after the
26618 call.
26619
26620 2001-05-21 Michael Snyder <msnyder@redhat.com>
26621
26622 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
26623
26624 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
26625
26626 * gdb.base/completion.exp: Revamp test. Make it execute on all
26627 platforms.
26628
26629 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
26630
26631 * config/gdbserver.exp (gdb_load): Handle the case
26632 in which the arguments to gdbserver are given in the
26633 baseboard configuration file.
26634 Also handle the case in which the server needs to do a
26635 load.
26636
26637 2001-05-07 Keith Seitz <keiths@cygnus.com>
26638
26639 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
26640 set up the display for testing.
26641 (gdbtk_start): Convert all paths to paths that tcl will like.
26642 Export target information to environment.
26643 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
26644 necessary.
26645 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
26646 (to_tcl_path): New proc to convert a given pathname into
26647 a path acceptible as an argument to a tcl command.
26648 (_gdbtk_export_target_info): New proc to export target info
26649 into the environment for gdbtk testing.
26650 (gdbtk_done): New proc to signal end-of-test.
26651
26652 2001-05-06 Jim Blandy <jimb@redhat.com>
26653
26654 * restore.c: Make the code of caller0 correspond to its comment.
26655
26656 2001-05-03 Michael Snyder <msnyder@redhat.com>
26657
26658 * config/sid.exp (gdb_target_sid): Check for error messages.
26659 On error or timeout, don't make expect exit (which will terminate
26660 all subsequent tests); instead just make gdb exit.
26661 (gdb_load): Check for error messages. On error or timeout,
26662 return a negative value.
26663
26664 2001-04-24 Jim Blandy <jimb@redhat.com>
26665
26666 * gdb.c++/templates.exp: If we see the prompt for the overload
26667 list, but we haven't recognized any of the longer patterns,
26668 arrange for this test to fail, not hang.
26669
26670 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
26671 variations.
26672
26673 2001-04-22 Michael Chastain <chastain@redhat.com>
26674
26675 * gdb.c++/local.exp: Use the 'runto' library function.
26676 * gdb.c++/namespace.exp: Likewise.
26677 * gdb.c++/overload.exp: Likewise.
26678
26679 2001-03-26 Kevin Buettner <kevinb@redhat.com>
26680
26681 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
26682 * gdb.base/step-line.exp: New file. Test step/next in presence of
26683 #line directives.
26684 * gdb.base/step-line.c: New file. Test program for the above.
26685 * gdb.base/step-line.inp: New file. We pretend that this file has
26686 been transformed by some other tool into step-line.c.
26687
26688 2001-03-21 Jim Blandy <jimb@redhat.com>
26689
26690 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
26691 unmangled operator names.
26692
26693 2001-03-20 Jim Blandy <jimb@redhat.com>
26694
26695 * gdb.threads/linux-dp.exp: Recognize an additional message
26696 generated by GDB when it doesn't understand how to debug threads
26697 on the target system.
26698
26699 2001-03-19 Andrew Cagney <ac131313@redhat.com>
26700
26701 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
26702
26703 2001-03-12 Michael Chastain <chastain@redhat.com>
26704
26705 * gdb.c++/derivation.exp: Use the 'runto' library function.
26706
26707 2001-03-12 Michael Chastain <chastain@redhat.com>
26708
26709 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
26710
26711 2001-02-24 Michael Chastain <chastain@redhat.com>
26712
26713 * gdb.c++/ref-types.exp: Change handwritten code to library
26714 function 'runto'.
26715
26716 2001-03-16 Orjan Friberg <orjanf@axis.com>
26717
26718 * gdb.base/signals.exp: Set count to 0 explicitly.
26719
26720 2001-03-15 Mark Salter <msalter@redhat.com>
26721
26722 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
26723 (gdb_target_monitor): Add check of gdb_target_cmd return value.
26724 (gdb_load): Add support for additional target_info: gdb_download_size
26725 and gdb_load_timeout.
26726
26727 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
26728
26729 * gdb.base/annota1.exp: Move test of isnative to earlier in the
26730 file -- to prevent failing when the compile fails but we have no
26731 intention of running the tests anyway.
26732
26733 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
26734 tests if set.
26735
26736 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
26737 integers.
26738
26739 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
26740 * gdb.c++/namespace.exp: Ditto.
26741
26742 2001-03-07 Orjan Friberg <orjanf@axis.com>
26743
26744 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
26745 * gdb.base/pointers.exp: Relax pattern match of decimals.
26746
26747 2001-03-06 Kevin Buettner <kevinb@redhat.com>
26748
26749 * Makefile.in, config/abug.exp, config/cfdbug.exp,
26750 config/cpu32bug.exp, config/dve.exp, config/est.exp,
26751 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
26752 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
26753 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
26754 config/sh.exp, config/sid.exp, config/slite.exp,
26755 config/sparclet.exp, config/udi.exp, config/unknown.exp,
26756 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
26757 config/vxworks.exp, config/vxworks29k.exp,
26758 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
26759 gdb.base/all-bin.exp, gdb.base/annota1.exp,
26760 gdb.base/arithmet.exp, gdb.base/assign.exp,
26761 gdb.base/async.exp, gdb.base/attach.exp,
26762 gdb.base/bitfields.exp, gdb.base/bitops.exp,
26763 gdb.base/break.exp, gdb.base/call-ar-st.exp,
26764 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
26765 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
26766 gdb.base/commands.exp, gdb.base/completion.exp,
26767 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
26768 gdb.base/constvars.exp, gdb.base/corefile.exp,
26769 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
26770 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
26771 gdb.base/ending-run.exp, gdb.base/environ.exp,
26772 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
26773 gdb.base/finish.exp, gdb.base/foll-exec.exp,
26774 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
26775 gdb.base/funcargs.exp, gdb.base/help.exp,
26776 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
26777 gdb.base/logical.exp, gdb.base/long_long.exp,
26778 gdb.base/maint.exp, gdb.base/mips_pro.exp,
26779 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
26780 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
26781 gdb.base/pointers.exp, gdb.base/printcmds.exp,
26782 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
26783 gdb.base/regs.exp, gdb.base/relational.exp,
26784 gdb.base/remote.exp, gdb.base/reread.exp,
26785 gdb.base/restore.exp, gdb.base/return2.exp,
26786 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
26787 gdb.base/selftest.exp, gdb.base/setshow.exp,
26788 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
26789 gdb.base/sigall.exp, gdb.base/signals.exp,
26790 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
26791 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
26792 gdb.base/step-test.exp, gdb.base/structs.c,
26793 gdb.base/structs.exp, gdb.base/structs2.exp,
26794 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
26795 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
26796 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
26797 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
26798 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
26799 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
26800 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
26801 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
26802 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
26803 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
26804 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
26805 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
26806 gdb.fortran/types.exp, gdb.java/jmisc.exp,
26807 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
26808 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
26809 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
26810 gdb.trace/circ.exp, gdb.trace/collection.exp,
26811 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
26812 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
26813 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
26814 gdb.trace/report.exp, gdb.trace/save-trace.exp,
26815 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
26816 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
26817 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
26818 notices.
26819
26820 2001-02-27 Michael Snyder <msnyder@cygnus.com>
26821
26822 * gdb.base/varargs.c (find_max_double): Fix printf format string:
26823 first arg is int not float.
26824
26825 2001-02-22 Michael Snyder <msnyder@cygnus.com>
26826
26827 * gdb.base/reread.exp: Unsupported for non-native targets;
26828 doesn't work for remote debugging.
26829
26830 2001-02-19 Fernando Nasser <fnasser@redhat.com>
26831
26832 From Drew Moseley <dmoseley@redhat.com>
26833 * gdb.base/ending-run.exp: Properly handle the BSP state when
26834 stepping past the end of main.
26835
26836 2001-02-19 John Moore <jmoore@redhat.com>
26837
26838 * gdb.base/commands.exp (infrun_breakpoint_command_test):
26839 Converted HPUX fix for non-expected items following multiple
26840 step commands into general solution for all platforms.
26841
26842 2001-02-18 Michael Chastain <chastain@redhat.com>
26843
26844 * gdb.c++/classes.exp (do_tests): Change runto statements
26845 from "runto 'foo(void)'" to "runto 'foo'". This makes the
26846 statements demangler agnostic.
26847 * gdb.c++/virtfunc.exp (do_tests): Likewise.
26848 (gdb_virtfunc_restart): Likewise.
26849
26850 2001-02-14 Michael Chastain <chastain@redhat.com>
26851
26852 * gdb.c++/inherit.exp (do_tests): Change runto statements
26853 from "runto 'foo(void)'" to "runto 'foo'". This makes the
26854 statements demangler agnostic.
26855
26856 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
26857
26858 * gdb.threads/pthreads.exp: Unify pass/fail messages for
26859 ``continue to bkpt at common_routine in thread 2'' and ``stopped
26860 before calling common_routine 15 times'' tests.
26861
26862 2001-02-11 Michael Chastain <chastain@redhat.com>
26863
26864 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
26865 Helps the test script figure out which demangler is in use.
26866 (dm_type_foo_ref): Ditto.
26867 (dm_type_int_star): Ditto.
26868 (dm_type_long_star): Ditto.
26869 (dm_type_unsigned_int): Ditto.
26870 (dm_type_void): Ditto.
26871 (dm_type_void_star): Ditto.
26872 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
26873 Probe the gdb demangler and set variables to accommodate
26874 formatting differences.
26875 (info_func_regexp): New function. Same as info_func, but
26876 matches against a regexp.
26877 (info_func): Match against a literal string.
26878 (print_addr_2): New function. Match against a literal string,
26879 which can be different from the input to gdb.
26880 (print_addr): Simply call print_addr_2 with the same argument twice.
26881 (test_lookup_operator_functions): Use demangler formatting variables.
26882 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
26883 the tests in the same order as the C++ class declaration.
26884 (test_paddr_operator_functions): Ditto.
26885 (test_paddr_overloaded_functions): Ditto.
26886 (test_paddr_hairy_functions): Use demangler formatting variables.
26887 Add reference to gdb/19 for related tests.
26888 (do_tests): Call probe_demangler.
26889
26890 2001-01-30 Kevin Buettner <kevinb@redhat.com>
26891
26892 * gdb.c++/templates.cc (printf): Remove unused function definition.
26893
26894 2001-01-26 Felix Lee <flee@redhat.com>
26895
26896 * sid.exp (sid_exit): Pass host, not target, to remote_close.
26897
26898 2001-01-25 matthew green <mrg@redhat.com>
26899
26900 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
26901 up sid.
26902 (sid_exit): Call `remote_pop_conn' after GDB is gone.
26903
26904 2001-01-25 matthew green <mrg@redhat.com>
26905
26906 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
26907 Deprecate $sid_spawn_id.
26908 (sid_exit): Remove code necessary only for `spawn.'
26909
26910 2001-01-25 matthew green <mrg@redhat.com>
26911
26912 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
26913
26914 2001-01-28 Michael Chastain <chastain@redhat.com>
26915
26916 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
26917 to call when tests fail. It takes gdb out of the overloaded
26918 function choice menu back to the main prompt, so that the test
26919 program stays synchronized.
26920 (set_bp_overloaded): New proc to collect all the common
26921 code for setting a breakpoint on an overloaded name. Calls
26922 take_gdb_out_of_choice_menu when needed.
26923 (menu_overload1arg): New variable to collect the repeated
26924 instances of the expected menu for an overloaded name. Change
26925 the regular expression to handle changes in g++ type encoding:
26926 "void" can be either "void" or "", and "unsigned int" can be
26927 either "unsigned int" or "unsigned".
26928 (continue_to_bp_overloaded): Change regular expressions to handle
26929 changes in g++ type encoding.
26930 (no proc): Call take_gdb_out_of_choice_menu when needed.
26931 Remove redundant calls to "info break". Accept either "canceled"
26932 or "cancelled". Change regular expressions in "info break"
26933 calls to handle changes in g++ type encoding. Give all tests
26934 unique strings.
26935
26936 2001-01-17 Ben Elliston <bje@redhat.com>
26937
26938 * config/sid.exp: New file.
26939
26940 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
26941
26942 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
26943
26944 2000-12-21 Michael Snyder <msnyder@cygnus.com>
26945
26946 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
26947 Add a RE to accept a non-ascii char if one is ever presented.
26948
26949 2000-12-20 Fernando Nasser <fnasser@redhat.com>
26950
26951 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
26952
26953 2000-12-18 Michael Snyder <msnyder@cygnus.com>
26954
26955 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
26956 in regexp. One '\' does not suffice on Linux.
26957
26958 2000-12-09 Michael Chastain <chastain@redhat.com>
26959
26960 * gdb.base/break.exp (test_clear_command): Use a marker function
26961 rather than 'main' for the test function. Also move this
26962 test to an execution point where the marker function names are
26963 guaranteed to be bound to functions. (Executing tests after a
26964 'finish' from main runs into name conflicts with local names
26965 in __libc_start_main).
26966
26967 2000-12-07 Michael Snyder <msnyder@cygnus.com>
26968
26969 * gdb.base/finish.exp: New test for gdb's "finish" command.
26970 * gdb.base/return2.exp: New test for gdb's "return" command.
26971 * gdb.base/return2.c: New source file for above.
26972
26973 2000-12-05 Michael Snyder <msnyder@cygnus.com>
26974
26975 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
26976 * gdb.base/miscexprs.exp: Ditto.
26977 * gdb.base/pointers.exp: Ditto.
26978 * gdb.c++/derivation.exp: Ditto.
26979 * gdb.c++/local.exp: Ditto.
26980 * gdb.c++/namespace.exp: Ditto.
26981 * gdb.c++/overload.exp: Ditto.
26982 * gdb.c++/ref-types.exp: Ditto.
26983
26984 2000-12-05 Michael Snyder <msnyder@cygnus.com>
26985
26986 * gdb.base/constvars.exp: Test result of "up" command.
26987 * gdb.base/miscexprs.exp: Ditto.
26988 * gdb.base/pointers.exp: Ditto.
26989 * gdb.base/scope.exp: Ditto.
26990 * gdb.c++/derivation.exp: Ditto.
26991 * gdb.c++/local.exp: Ditto.
26992 * gdb.c++/namespace.exp: Ditto.
26993 * gdb.c++/overload.exp: Ditto.
26994 * gdb.c++/ref-types.exp: Ditto.
26995
26996 2000-11-22 Michael Chastain <chastain@redhat.com>
26997
26998 * mips_pro.exp: Accept either "middle -> top -> main" or
26999 "middle -> main" in the backtrace, because gcc can optimize
27000 tail calls to jumps. Remove setup_xfail for the hppa case.
27001 Add a comment with the original warning messages from PR 3016,
27002 which was filed in 1993, to preserve them for posterity.
27003
27004 2000-11-17 Nick Duffek <nsd@redhat.com>
27005
27006 * lib/gdb.exp (gdb_test): Override timeout with board info.
27007
27008 2000-11-17 Nick Duffek <nsd@redhat.com>
27009
27010 * gdb.base/display.exp: Don't kill running stub. Add "again" to
27011 the second kill and detach messages.
27012
27013 2000-11-17 Nick Duffek <nsd@redhat.com>
27014
27015 * configure.in: Add AC_EXEEXT.
27016 * configure: Regenerate.
27017 * Makefile.in (just-check): Export EXEEXT.
27018 * lib/gdb.exp ($EXEEXT): Import from environment.
27019 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
27020 expect "maint dump-me" on Cygwin.
27021 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
27022 $EXEEXT.
27023
27024 2000-11-17 Nick Duffek <nsd@redhat.com>
27025
27026 * gdb.base/break.exp: Test backtrace and finish from called
27027 function on all platforms, not just HP-UX.
27028
27029 2000-11-03 Michael Snyder <msnyder@cygnus.com>
27030
27031 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
27032 code from gdb_target_monitor, so it can be used independantly
27033 for gdbserver. Also comment out an unnecessary PUTS.
27034
27035 2000-11-03 Michael Snyder <msnyder@cygnus.com>
27036
27037 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
27038 * gdb.base/corefile.exp: Expect the message "Program is being
27039 debugged already" when we send the "corefile" command, since
27040 the preceeding gdb_load may have connected gdb to a remote target.
27041 * gdb.base/display.exp: Disable hardware watchpoints if new
27042 board info variable "no_hardware_watchpoints" is true.
27043 Replace single-letter commands with more readable ones.
27044 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
27045 if new board info variable "no_hardware_watchpoints" is true.
27046 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
27047 to see if stdio (printf) testing is possible.
27048 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
27049 board info variable "no_hardware_watchpoints" is true. Use new
27050 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
27051
27052 2000-11-13 Fernando Nasser <fnasser@redhat.com>
27053
27054 From Orjan Friberg <orjanf@axis.com>:
27055 * gdb.base/printcmds.exp: Escape curly braces followed by a number
27056 in array print pattern match.
27057
27058 2000-11-09 Fernando Nasser <fnasser@redhat.com>
27059
27060 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
27061 spelling "cancelled" to U.S. spelling "canceled" to match changes
27062 made to gdb.
27063 * gdb.c++/ovldbreak.exp: Ditto.
27064
27065 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
27066
27067 * gdb.base/callfuncs.c (main): Moved to end of file, call
27068 t_double_values to initialize the FPU before inferior calls are made.
27069 * gdb.base/callfuncs.exp: Test for register preservation after calling
27070 inferior functions. Add tests for continuining, finishing and
27071 returning from a stop in a call dummy.
27072
27073 2000-10-24 Michael Snyder <msnyder@cygnus.com>
27074
27075 * gdb.base/commands.exp: Break up long lines, and re-indent.
27076
27077 2000-10-19 Michael Snyder <msnyder@cygnus.com>
27078
27079 * config/gdbserver.exp: Rewritten from the ground up, to make it
27080 compatible with the current dejagnu tree, and to make it work with
27081 the new "gdbserver" in libremote.
27082
27083 2000-10-16 Michael Snyder <msnyder@cygnus.com>
27084
27085 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
27086 * gdb.base/varargs.exp: Skip entire test if no printf support.
27087 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
27088 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
27089
27090 2000-10-13 Michael Snyder <msnyder@cygnus.com>
27091
27092 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
27093 no floating point support.
27094 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
27095 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
27096 * gdb.base/call-rt-st.exp: Ditto.
27097 * gdb.base/call-strs.exp: Ditto.
27098
27099 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
27100
27101 * gdb.base/sizeof.c: include <stdio.h>.
27102
27103 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
27104 'finish', otherwise uncaptured gdb_prompt would potentially
27105 throw remaining test points out of sync.
27106
27107 2000-07-26 Scott Bambrough <scottb@netwinder.org>
27108
27109 * gdb.base/recurse.exp: Run tests for all targets.
27110 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
27111 gnu-oldld case on ARM.
27112 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
27113 for ARM targets.
27114
27115 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
27116
27117 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
27118 * gdb.java/configure: Rebuild.
27119
27120 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
27121
27122 * gdb.java/jv-exp.exp: New file.
27123
27124 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
27125
27126 * configure: Rebuilt.
27127 * configure.in (configdirs): Add gdb.java.
27128 * gdb.java/jmisc.java: New file.
27129 * gdb.java/jmisc.exp: New file.
27130 * gdb.java/Makefile.in: New file.
27131 * gdb.java/configure: Rebuilt.
27132 * gdb.java/configure.in: New file.
27133 * lib/java.exp: New file.
27134
27135 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
27136
27137 * gdb.base/exprs.exp: Test casts to a pointer including over and
27138 underflow.
27139
27140 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
27141
27142 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
27143 and the compilers sizes.
27144
27145 2000-07-09 Nick Duffek <nsd@redhat.com>
27146
27147 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
27148 (use_methods): New function.
27149 (main): Call use_methods().
27150 * gdb.c++/classes.exp (test_method_param_class): New procedure.
27151 (do_tests): Call test_method_param_class.
27152
27153 2000-07-09 Nick Duffek <nsd@redhat.com>
27154
27155 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
27156 spelling.
27157 (test_enums): New procedure. Move enum tests from end of script
27158 to here. Set breakpoint on function name instead of line number.
27159 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
27160 (enums2): New marker function.
27161 (enums1): New function.
27162 (main): Call enums1(). Move enum tests to enums1().
27163
27164 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
27165
27166 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
27167 compile/link program. Update line numbers.
27168 * gdb.asm/d10v.inc: Define ``startup''.
27169 * gdb.asm/asmsrc1.s: Add definition of _start.
27170
27171 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
27172
27173 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
27174
27175 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27176
27177 * gdb.base/maint.exp: Add 'maint print architecture' item to output
27178 of 'help maint print' command.
27179
27180 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
27181
27182 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
27183 they use gdb_expect_list.
27184
27185 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
27186
27187 * gdb.base/commands.exp: Use ``set remote
27188 memory-read-packet-size'' instead of ``set endian big'' to test
27189 long commands.
27190
27191 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
27192
27193 * gdb.c++/templates.exp (do_tests): Make all of these work under
27194 g++, and stop skipping them.
27195
27196 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
27197 work under g++.
27198
27199 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
27200 initialization.
27201
27202 2000-06-02 Michael Snyder <msnyder@cygnus.com>
27203
27204 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
27205 the regular expression: accept an (almost) arbitrary sequence of
27206 "frames-invalid" and "breakpoints-invalid" messages both before
27207 and after the "starting" message.
27208
27209 2000-06-02 Michael Snyder <msnyder@cygnus.com>
27210
27211 * gdb.c++/local.exp: This test has never been known to work with g++.
27212
27213 2000-05-18 Michael Snyder <msnyder@cygnus.com>
27214
27215 * gdb.base/annota1.exp (annotate-signal-handler-caller):
27216 Relax the regular expression a little, make it pass on Solaris 8.
27217
27218 2000-05-12 Kevin Buettner <kevinb@redhat.com>
27219
27220 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
27221 a call, do not require that gdb stop on the line after the call.
27222 Instead, it is permissible for gdb to stop on the line of the
27223 call itself.
27224
27225 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
27226
27227 * gdb.base/break.exp (bp on small function, optimized file):
27228 Add a second pass pattern. The behavior differs here between stabs
27229 and dwarf for one-line functions. Stabs preserves two line symbols
27230 (one before the prologue and one after) with the same line number,
27231 but dwarf regards these as duplicates and discards one of them.
27232 Therefore the address after the prologue (where the breakpoint is)
27233 has no exactly matching line symbol, and GDB reports the breakpoint
27234 as if it were in the middle of a line rather than at the beginning.
27235
27236 2000-05-08 Michael Snyder <msnyder@cygnus.com>
27237
27238 * gdb.base/interrupt.exp: Make "pass" message say "send"
27239 rather than "send_gdb" (for consistancy).
27240
27241 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
27242
27243 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
27244 * gdb.c++/templates.cc: Properly check for GCC version number.
27245 * lib/compiler.cc: Likewise
27246
27247 2000-04-28 Michael Snyder <msnyder@cygnus.com>
27248
27249 * gdb.base/break.exp: When compiled with -O2 optimization,
27250 gdb may not stop at the first line of main, due to code motion.
27251
27252 2000-04-26 Michael Snyder <msnyder@cygnus.com>
27253
27254 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
27255 This test depends on parsing the printf output from the target.
27256 Since the sparclet stub doesn't do stdio, this will never work.
27257 * gdb.base/call-rt-st.exp: ditto.
27258 * gdb.base/call-strs: ditto.
27259
27260 2000-04-24 Michael Snyder <msnyder@cygnus.com>
27261
27262 * gdb.base/miscexprs.exp: make sizeof long array test portable.
27263
27264 * gdb.base/ending-run.exp: After connecting to a remote target,
27265 but before running, the target will appear to be in a random
27266 location. Specify both a file and a line for breakpoints.
27267 Also, the function that calls main may be called 'init'
27268 rather than 'start'.
27269
27270 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27271
27272 * gdb.base/help.exp: Update output for add-symbol-file command.
27273
27274 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
27275
27276 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
27277 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
27278
27279 2000-04-07 J.T. Conklin <jtc@redback.com>
27280
27281 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
27282
27283 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
27284
27285 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
27286
27287 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
27288 values that can be represented exactly.
27289 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
27290 above change, and to not check against the directory part of the source
27291 file name.
27292 (step into print_long_arg_list): Likewise.
27293 (print print_small_structs from print_long_arg_list): Likewise.
27294 (print print_long_arg_list): Likewise.
27295
27296 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27297
27298 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
27299
27300 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
27301
27302 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
27303
27304 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
27305
27306 * gdb.base/commands.exp (deprecated_command_test): Add test for
27307 deprecate with no arguments.
27308
27309 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
27310
27311 * gdb.base/break.exp: Add new test for setting breakpoints on
27312 optimized code so we can test breakpoints work even when function
27313 prologues may be optimized away
27314
27315 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
27316
27317 From David Whedon <dwhedon@gordian.com>
27318 * gdb.base/commands.exp : Added command deprecator tests.
27319
27320 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
27321
27322 * gdb.base/help.exp: Added test for new apropos command.
27323
27324 2000-03-21 Kevin Buettner <kevinb@redhat.com>
27325
27326 * gdb.base/pointers.c (usevar): New function.
27327 (main): Make sure that global variables v_int_pointer2, rptr,
27328 and y are all referenced someplace in the program by calling
27329 usevar() on them. [Some linkers delete symbols which are
27330 never referenced. The space remains, but there's no way to
27331 get a (symbolic) handle on the variable from the debugger.]
27332
27333 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27334
27335 * gdb.base/printcmds.c: Add typedeffed arrays.
27336
27337 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
27338 procedure to test arrays that are typedef'd.
27339
27340 2000-03-13 James Ingham <jingham@leda.cygnus.com>
27341
27342 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
27343 the library directories.
27344
27345 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
27346
27347 * configure.in (configdirs): Add sub directory gdb.mi.
27348 * configure: Re-generate.
27349
27350 * gdb.mi: New directory.
27351
27352 2000-02-25 Scott Bambrough <scottb@netwinder.org>
27353
27354 * gdb.base/long_long.exp: Correct test suite failure when printing
27355 a long long value as a double on ARM platforms.
27356
27357 2000-02-16 Jim Blandy <jimb@redhat.com>
27358
27359 * gdb.base/break.exp ("breakpoint line number"): Make sure the
27360 default source file is set properly before running this test.
27361
27362 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27363
27364 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
27365 gdbtk/library directory, not in gdbtcl2.
27366
27367 2000-02-04 Jim Blandy <jimb@redhat.com>
27368
27369 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
27370 backslash from regexp pattern.
27371
27372 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
27373 procedure. Use it to run all the "continue to bp overloaded"
27374 tests. Note that this changes the names of the tests slightly.
27375 If the breakpoint hit message includes a hex PC value, because
27376 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
27377 from the real source code, still consider that a pass.
27378
27379 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
27380 XFAIL here if the breakpoint message contains a hex address. Note
27381 similar change on 1999-11-02.
27382
27383 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
27384
27385 * gdb.base/ptype.exp: Establish a default source file before
27386 calling get_debug_format.
27387
27388 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
27389
27390 * gdb.base/watchpoint.exp: Remove duplication of test messages.
27391
27392 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
27393
27394 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
27395 of successive stepi commands -- while in the prologue we should see
27396 the function entry bracket.
27397
27398 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
27399
27400 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
27401 reach __change_mode() when stepping through the end of main().
27402
27403 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
27404
27405 * gdb.base/default.exp: Fix expected pattern.
27406 * gdb.base/help.exp: Same.
27407
27408 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27409
27410 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
27411 Don't use xfail's because that affects only the following test.
27412
27413 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
27414 solaris or linux.
27415
27416 * gdb.base/selftest.exp: Update to reflect changes to main.c.
27417
27418 2000-01-07 Michael Snyder <msnyder@cygnus.com>
27419
27420 * gdb.base/display.exp: Some yacc parsers like to say
27421 "A syntax error" rather than "A parse error". Accept both.
27422
27423 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
27424
27425 * gdb.base/default.exp: Remove OS dependent string from "target
27426 remote" test.
27427 * gdb.base/help.exp: Same for "help target remote" test.
27428
27429 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27430
27431 From Jim Kingdon <kingdon@redhat.com>:
27432
27433 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
27434 prompt (cleanup rather than necessity, but still might keep output
27435 from spilling to next test).
27436
27437 2000-01-02 Fred Fish <fnf@cygnus.com>
27438
27439 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
27440 AIX, which defines them in <sys/types.h>.
27441
27442 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
27443
27444 * gdb.base/default.exp: Match arm* etc instead of arm in "info
27445 float" test.
27446
27447 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
27448
27449 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
27450
27451 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
27452 outermost frame disallowed".
27453
27454 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
27455
27456 * gdb.base/setvar.exp: New tests for setting the value of a struct
27457 with a constant list.
27458
27459 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
27460
27461 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
27462 require the user to type a cast before setting the value of a struct.
27463
27464 1999-12-06 Jim Blandy <jimb@cygnus.com>
27465
27466 * gdb.base/default.exp: Expect the new 'info float' command on
27467 all i386 platforms.
27468
27469 * gdb.threads/linux-dp.exp: Expand our ability to recognize
27470 LinuxThreads libraries that don't support debugging.
27471
27472 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
27473
27474 * gdb.base/remote.c: Fill the buffer with truely random data.
27475 Change the buffer type to ``unsigned char'' to simplify size
27476 arithmetic.
27477
27478 * gdb.base/remote.exp: Reduce download numbers by one. Typical
27479 stub only handles 400-1 byte packets. Verify that the download
27480 worked.
27481
27482 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
27483
27484 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
27485 tests, using UNRESOLVED for the untested cases. Also, does not wait
27486 for a timeout if the prompt was received before a recognizable pattern.
27487
27488 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
27489
27490 * lib/gdb.exp (gdb_expect_list): Fix spelling.
27491
27492 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27493
27494 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
27495 watchpoints.
27496
27497 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
27498
27499 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
27500
27501 * gdb.c++/local.exp: Be more flexible in recognizing local class
27502 name mangling. Don't allow horribly truncated method names.
27503 * gdb.c++/derivation.exp: Expect protected inheritance.
27504 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
27505 * gdb.c++/virtfunc.exp: Likewise.
27506 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
27507 when printing a nested enum.
27508
27509 1999-11-22 Jim Blandy <jimb@cygnus.com>
27510
27511 * gdb.base/step-test.exp: Properly await GDB's response to setting
27512 a breakpoint on the call to large_struct_by_value.
27513
27514 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
27515 just because we have debug info for the `start' function.
27516
27517 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
27518
27519 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
27520 "Unknown signal" messages, which indicate (on LinuxThreads) that
27521 GDB doesn't know how to debug threads on this system. This is
27522 better than hanging while philosopher 0 dumps chatter into gdb.log.
27523
27524 1999-11-18 Tom Tromey <tromey@cygnus.com>
27525
27526 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
27527
27528 1999-11-18 Fred Fish <fnf@cygnus.com>
27529
27530 * gdb.base/coremaker2.c: Add sample program for generating
27531 cores that is more self contained than coremaker.c. Eventually
27532 I'll add more code to this and tie it into the testsuite.
27533
27534 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
27535
27536 * gdb.base/dollar.exp: Remove, now in gdb.hp.
27537
27538 1999-11-10 Jimmy Guo <guo@cup.hp.com>
27539
27540 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
27541 from $srcdir/lib/.
27542 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
27543 and gdb.c++/.
27544
27545 * gdb.c++/derivation.exp: remove redundant get compiler info code.
27546
27547 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
27548 'continue with watch' test point.
27549
27550 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
27551
27552 Merged from p2linux-990323-branch:
27553
27554 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
27555
27556 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
27557
27558 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
27559 {limit,fixed}''. Test ``set download-write-size''.
27560
27561 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
27562
27563 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
27564 gdb_expect_list.
27565
27566 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
27567
27568 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
27569
27570 1999-11-03 Mark Salter <msalter@cygnus.com>
27571
27572 * gdb.base/break.exp: Fix "stub continue" pattern.
27573
27574 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
27575
27576 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
27577
27578 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
27579
27580 * gdb.base/display.exp ("finish"): Add timeout clause.
27581
27582 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
27583 plain prompt clause, so this doesn't have to time out in order to
27584 fail.
27585
27586 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
27587 breakpoint hit messages include an address.
27588
27589 * gdb.base/display.exp: Don't forget to escape parens in regular
27590 expressions. Unix regexp notatation sucks.
27591
27592 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27593
27594 * gdb.base/annota1.exp: Test for annotate-signalled: change output
27595 order for 'signalled' message.
27596
27597 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
27598
27599 From Jimmy Guo <guo@cup.hp.com>:
27600 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
27601 * gdb.base/annota1.c: Add code for tests to work with.
27602
27603 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
27604
27605 * gdb.base/remote.exp: New test for remote downloading settings.
27606 * gdb.base/remote.c: New file with large .data.
27607
27608 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
27609
27610 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
27611 for LinuxThreads support, merged from the Code Fusion branch.
27612
27613 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
27614
27615 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
27616 containing exp_continue into a while within an expect. Don't
27617 attempt a start more than three times. Check return value from
27618 gdb_load.
27619
27620 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
27621
27622 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
27623 a pass case.
27624
27625 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
27626
27627 * gdb.base/break.c (main): Added a statement that we can step
27628 off of.
27629 * gdb.base/break.exp: Added tests for setting a breakpoint
27630 at an offset and stepping onto a breakpoint.
27631
27632 1999-10-01 Fred Fish <fnf@cygnus.com>
27633
27634 * gdb.base/help.exp (help add-symbol-file): Update to match current
27635 gdb output.
27636
27637 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
27638
27639 * gdb.base/break.exp: Code locations are in hex, don't forget!
27640 (For HP-UX.)
27641
27642 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
27643
27644 * condbreak.exp: Use break.c as test program.
27645 * condbreak.c: Remove, redundant with break.c.
27646
27647 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
27648
27649 * config/monitor.exp (gdb_target_monitor): Disable X- and
27650 Z-packets if the target needs it.
27651
27652 1999-09-13 James Ingham <jingham@leda.cygnus.com>
27653
27654 * gdb.c++/overload.exp: Added tests for listing overloaded
27655 functions with function pointers in the arg, explicitly calling
27656 out the version you want.
27657
27658 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
27659
27660 * long_long.exp: Add variations of test cases that work for
27661 targets with 16-bit ints and 32-bit doubles.
27662
27663 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
27664
27665 * break.c (main): Compare a possibly-uninitialized argc with an
27666 unlikely value that fits in 16 bits.
27667
27668 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
27669
27670 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
27671 0xfeeb, don't want negative numbers if ints are 16 bits.
27672
27673 * lib/gdb.exp (skip_cplus_tests): New proc.
27674 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
27675 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
27676 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
27677 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
27678 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
27679 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
27680 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
27681 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
27682
27683 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
27684
27685 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
27686
27687 * gdb.base/corefile.exp (up): Allow a parameter to appear
27688 in the frame that we're going up to.
27689
27690 From Jim Blandy <jimb@cygnus.com>:
27691
27692 * gdb.base/default.exp (info float): Expect some output now.
27693
27694 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
27695 returning floating-point values to fail on the x86.
27696 * gdb.base/callfwmall.exp (do_function_calls): Same.
27697
27698 * gdb.base/list.exp (test_listsize): Correct expectations for
27699 listing line 1 with listsize 2. Also, listing a single line
27700 works now, as does listing three lines. [Kevin's note: There
27701 were a number of other cases fixed too where the expectations
27702 differed...]
27703
27704 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
27705
27706 * gdb.base/selftest.exp: Add case for when version prints as
27707 constant string instead of char pointer.
27708
27709 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
27710
27711 * gdb.base/ending-run.exp: Add Solaris case for what happens when
27712 stepping out of main.
27713
27714 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
27715 G++ used.
27716
27717 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
27718 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
27719
27720 * gdb.c++/ovldbreak.exp: Update match string in test that
27721 includes a warning of multiple breakpoints.
27722
27723 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
27724
27725 * gdb.base/display.exp: Improve precision of step-after-finish
27726 added yesterday.
27727
27728 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
27729 test.
27730
27731 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
27732 configs when using G++, not just hppa*.
27733
27734 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27735
27736 * gdb.base/async.c: New file.
27737 * gdb.base/async.exp: New file.
27738
27739 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
27740
27741 * gdb.base/break.exp: Tweak PA specific tests to properly handle
27742 PA64.
27743
27744 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
27745
27746 * gdb.base/display.exp: "finish" can leave us mid-line on many
27747 targets, deal with it. Add a small constant to main, instead of
27748 1000 since main+1000 may not be a valid address in the target.
27749
27750 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
27751 on hpux11.
27752
27753 * gdb.base/attach.exp: Handle another hpux11 error message variant
27754 when attaching to a process that does not exist.
27755
27756 1999-08-19 J.T. Conklin <jtc@redback.com>
27757
27758 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
27759 characters in 'continue to 1241' test.
27760
27761 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
27762
27763 * gdb.base/call-ar-st.exp: Add a shorter match case for the
27764 stop in print_long_arg_list, define and use a whitespace
27765 variable in print_small_structs test, add an XFAIL for Solaris.
27766 * gdb.base/dbx.exp: XFAIL func commands until somebody is
27767 interested enough to fix.
27768
27769 1999-08-13 Keith Seitz <keiths@cygnus.com>
27770
27771 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
27772 (dbx_gdb_load): Remove. Use gdb_load instead, since that
27773 proc knows about targets other than the natives.
27774 (test_assign): Use "gdb_run_cmd" to "run" the target.
27775 Check that we've actually hit the breakpoint at main.
27776 When we attempt to assign a value to a local variable, check
27777 that the variable is in the current scope, i.e., don't use
27778 a test with an empty result.
27779
27780 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
27781
27782 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
27783 command.
27784
27785 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
27786
27787 From Jimmy Guo <guo@cup.hp.com> and others at HP:
27788 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
27789 gdb.compat, gdb.threads-hp.
27790 gdb.hp/configure, gdb.hp/configure.in: New files.
27791 gdb.hp/Makefile.in: Recurse into new subdirs.
27792 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
27793 gdb.hp/gdb.objdbg: New directory, tests for debugging info
27794 in object files.
27795 gdb.hp/tools: New directory, aux tools for HP-specific tests.
27796
27797 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
27798
27799 * gdb.base/display.exp: Help expect by putting a newline in the
27800 funky printf, remove a bogus p/a test.
27801
27802 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27803
27804 * gdb.base/display.exp: Make sure that when we say 'run', we are
27805 connected to the target. This is necessary when running not
27806 natively.
27807
27808 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
27809
27810 * gdb.base/step-test.exp: Removed some extraneous messages.
27811
27812 * gdb.base/long_long.exp: Don't run memory examination tests
27813 on little-endian targets (they will need a different set of
27814 results to match).
27815
27816 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
27817
27818 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
27819 until somebody decides to fix GDB.
27820
27821 * gdb.base/long_long.c: Stop compiler complaint by specifying long
27822 constant as "ULL".
27823 * gdb.base/long_long.exp: Loosen x/c test, add partial result
27824 matches for a couple x/2 commands.
27825
27826 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
27827
27828 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
27829 by merging in ref-types2 tests.
27830 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
27831
27832 From Jimmy Guo <guo@cup.hp.com> and others at HP:
27833 * gdb.c++/Makefile.in: Add standard actions.
27834 (EXECUTABLES): Rename from PROGS, update list.
27835 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
27836 from gdb.hp.
27837 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
27838 foo and bar locals.
27839 * gdb.c++/anon-union.exp: Fix tests to match.
27840 * gdb.c++/classes.exp: Run if HP compiler used, add extra
27841 expect matches to handle output variations.
27842 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
27843 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
27844 output, add HP alternatives for new and delete prints.
27845 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
27846 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
27847 * gdb.c++/demangle.exp: Use $style when reporting failure.
27848 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
27849 * gdb.c++/inherit.exp: Run if HP compiler used, add some
27850 match alternatives.
27851 * gdb.c++/local.exp: Add match alternatives or xfails for HP
27852 compilers.
27853 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
27854 * gdb.c++/method.exp: Add match alternatives.
27855 * gdb.c++/misc.cc: Add bool types.
27856 * gdb.c++/misc.exp: Add tests for bool types.
27857 * gdb.c++/overload.exp: Add xfails.
27858 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
27859 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
27860 add some more template parameter tests (only for HP currently).
27861 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
27862 * gdb.c++/virtfunc.cc: Add return type and value for main.
27863 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
27864 match alternatives.
27865
27866 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27867
27868 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
27869
27870 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
27871
27872 * gdb.base/signals.exp: Don't expect getting a backtrace from
27873 within a signal handler to fail on Linux.
27874
27875 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
27876
27877 From Jimmy Guo <guo@cup.hp.com> and others at HP:
27878 * lib/gdb.exp: Remove some gratuitious semicolons.
27879 (delete_breakpoints): Increase timeout.
27880 (gdb_expect): Add -notransfer option.
27881 (gdb_test): Use -notransfer option.
27882 (get_compiler_info): Add f77 case.
27883 (get_compiler): New proc, split out from gdb_preprocess, add f77
27884 case.
27885 (gdb_preprocess): Call get_compiler.
27886
27887 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
27888 * gdb.base/attach.exp, gdb.base/display.exp,
27889 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
27890 gdb.base/long_long.exp, gdb.base/printcmds.exp,
27891 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
27892 third arg to gdb_test.
27893 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
27894 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
27895 HP-UX xfails, add others.
27896 * gdb.base/completion.exp: Reflect name change of self-test.
27897 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
27898 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
27899 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
27900 HP failure number.
27901 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
27902 useless HP-UX 10.30 references.
27903 * gdb.base/maint.exp: Loosen matches.
27904 * gdb.base/pointers.c (main): Declare more_code.
27905 * gdb.base/pointers.exp: Match on output of a `next'.
27906 * gdb.base/structs.c: Add prototypes.
27907 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
27908 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
27909
27910 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27911
27912 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
27913 command.
27914
27915 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27916
27917 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
27918 Fix run to main failures. Watchpoint can be hardware watchpoint.
27919
27920 * gdb.base/annota1.exp: Clean up some more, in case printf has
27921 debug info. Deal with lack of signal hanlder info in stack.
27922
27923 From Jim Kingdon <kingdon@redhat.com>:
27924 * gdb.base/annota1.exp: If printf has debug info, deal with it.
27925
27926 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
27927
27928 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
27929 gdb.base/foll-vfork.exp: Don't run for crosses.
27930
27931 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
27932
27933 * gdb.base/configure.in: Check for gdbvars.exp instead of
27934 a1-selftest.exp.
27935 * gdb.base/configure: Re-generate.
27936
27937 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
27938
27939 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
27940 in trying to run first and name is too long.
27941
27942 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
27943 pointers2.c and pointers2.exp, respectively.
27944 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
27945 doschk happier.
27946
27947 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
27948
27949 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
27950 callfuncs2.c and callfuncs2.exp.
27951
27952 * gdb.base/list.exp: Remove mistaken xfails.
27953 * gdb.base/list0.h: Add optional prototypes.
27954
27955 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
27956
27957 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
27958 calling malloc.
27959 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
27960 * ptype.exp: Move test for get_debug_format to before its first
27961 use.
27962
27963 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27964
27965 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
27966 * gdb.base/annota2.cc, annota2.exp: Move from here.
27967 * gdb.c++/annota2.cc, annota2.exp: To here.
27968 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
27969
27970 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
27971
27972 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
27973 a consistent format.
27974
27975 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
27976
27977 From Jimmy Guo <guo@cup.hp.com> and others at HP:
27978 * lib/gdb.exp (get_compiler_info): Add detection for assorted
27979 HP compilers, also set the globals $true and $false.
27980
27981 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
27982 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
27983 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
27984 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
27985 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
27986 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
27987 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
27988 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
27989 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
27990 whatis.c} Add C++ compatible function definitions and return
27991 types, add includes for library functions.
27992 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
27993 * gdb.base/step-test.c (myglob): Rename from glob.
27994 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
27995 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
27996 files, move here from gdb.hp.
27997 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
27998 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
27999 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
28000 Adjust line numbers in regexps.
28001
28002 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
28003 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
28004 instead of 0/1.
28005
28006 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
28007 foll-vfork.exp: New files, move here from gdb.hp.
28008 * gdb.base/page.exp: New file, test of pagination command.
28009
28010 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
28011 recursion test.
28012 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
28013
28014 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
28015 gdb.base/solib.exp: Fix compiler invocation process.
28016
28017 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
28018 HP-UX 11, turn off overload resolution explicitly.
28019 * gdb.base/commands.exp: Set argument list explicitly, add
28020 watchpoint test.
28021 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
28022 them work.
28023 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
28024 expressions properly.
28025 * gdb.base/corefile.exp: Loosen the match slightly.
28026 * gdb.base/default.exp: Allow "Error accessing memory" message
28027 also.
28028 * gdb.base/display.exp: Skip over x/0 j if PA64.
28029 * gdb.base/funcargs.exp: Add xfails for HP-UX.
28030 * gdb.base/interrupt.exp: Ditto.
28031 * gdb.base/langs.exp: Add symbolic matches governed by compiler
28032 in use.
28033 * gdb.base/list.exp: Add xfails for HP-UX.
28034 * gdb.base/long_long.exp: Refine some of the numeric matches.
28035 * gdb.base/mips_pro.exp: Xfail on HP-UX.
28036 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
28037 * gdb.base/nodebug.exp: Succeed on more varieties of output.
28038 * gdb.base/opaque.exp: Remove some HP-UX xfails.
28039 * gdb.base/ptype.exp: Succeed on more varieties of output.
28040 * gdb.base/scope.exp: Add xfails for HP-UX.
28041 * gdb.base/sect-cmd.exp: Add more cases.
28042 * gdb.base/setvar.exp: Add xfails for HP-UX.
28043 * gdb.base/shlib-call.exp: Loosen some matches slightly.
28044 * gdb.base/signals.exp: Match on void symbolically.
28045 * gdb.base/step-test.exp: Add case for PA64.
28046 * gdb.base/term.exp: Add exit and restart.
28047 * gdb.base/twice.exp: Clean up after self.
28048 * gdb.base/varargs.exp: Disable overload resolution explicitly.
28049 * gdb.base/whatis.exp: Allow more ways to pass tests.
28050
28051 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
28052 no longer useful.
28053
28054 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
28055
28056 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
28057 list of patterns.
28058 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
28059 print_double_array(double_array)", "continuing to breakpoint
28060 1018", "print print_double_array(array_d)" and "continuing to
28061 1034" tests.
28062
28063 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
28064
28065 * Makefile.in: Add empty html and install-html targets.
28066
28067 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
28068
28069 * config/mt-*: Remove, these haven't been used since 1996.
28070
28071 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
28072
28073 * gdb.base/call-strs.c, gdb.base/ending-run.c,
28074 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
28075 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
28076
28077 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
28078
28079 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
28080 simpler match case for the ptype of the big class.
28081
28082 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
28083
28084 * gdb.exp: Fix test for gdb_prompt existence.
28085
28086 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
28087
28088 * gdb.exp (gdb_test): Add fail after calls to perror.
28089
28090 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
28091
28092 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
28093
28094 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
28095
28096 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
28097
28098 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
28099
28100 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
28101 malloc() is linked in.
28102
28103 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
28104
28105 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
28106 step at end.
28107
28108 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
28109
28110 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
28111
28112 * gdb.java/jv-print.exp: New file. (Our first Java test!)
28113
28114 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
28115
28116 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
28117 * gdb.base/mips_pro.exp: Likewise.
28118
28119 1999-06-02 Keith Seitz <keiths@cygnus.com>
28120
28121 * gdb.c++/templates.cc: Change all "new" operators to throw
28122 an exception.
28123 * gdb.c++/cplusfuncs.cc: Likewise.
28124
28125 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
28126
28127 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
28128
28129 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
28130 * gdb.base/ending-run.exp: When stepping out of main, accept a
28131 step into an arbitrary assembler file.
28132
28133 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28134
28135 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
28136 "breakpoint-invalid" to be printed.
28137 * gdb.base/annota2.exp: Revise line number for main
28138 breakpoint. Allow any number of "frames-invalid" and
28139 "breakpoint-invalid" to be printed.
28140 * gdb.base/annota2.cc: Initialize a.x to 0.
28141
28142 1999-05-17 Keith Seitz <keiths@cygnus.com>
28143
28144 * gdb.base/call-ar-st.exp: Skip
28145 "print print_double_array (double_array)" when "skip_float_tests" set.
28146 Ditto for "print print_double_array(array_d)",
28147 "print print_small_structs", "print print_ten_doubles", and
28148 "step into print_long_arg_list".
28149 Don't assume we can step into "print_long_arg_list": we could step
28150 into memcpy.
28151 * gdb.base/call-rt-st.exp: Don't run float-related tests when
28152 "skip_float_tests" is set: "print print_one_double(*d1)"
28153 and "print print_two_floats(*f3)".
28154 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
28155 "skip_float_tests" is set.
28156 * gdb.base/varargs.exp: Skip
28157 "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)" when
28158 "skip_float_tests" set.
28159
28160 1999-05-06 Keith Seitz <keiths@cygnus.com>
28161
28162 * gdb.base/annota2.cc: Include stdio.h.
28163
28164 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
28165
28166 * gdb.base/crossload.exp: Remove, this has been disabled ever
28167 since BFD stopped including all targets, and cross-GDB gets
28168 plenty of testing anyway.
28169 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
28170 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
28171 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
28172 * gdb.base/README: Remove, was doc for this.
28173 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
28174 needed.
28175
28176 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28177
28178 * gdb.base/call-ar-st.exp: Fix one regular expression in test
28179 output.
28180
28181 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
28182 * gdb.base/annota2.exp: New file. More annotation tests.
28183 * gdb.base/annota1.c: New file. Source file for annota1.exp.
28184 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
28185
28186 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
28187
28188 * config/cfdbug.exp: New file.
28189
28190 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
28191
28192 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
28193 Marcus Daniel's and Dale Hawkins's demangler crashes.
28194
28195 * gdb.c++/demangle.exp (test_gnu_style_demangling,
28196 test_lucid_style_demangling, test_arm_style_demangling,
28197 test_hp_style_demangling): Try Tom Tromey's core-dumping
28198 identifier under each demangling style.
28199
28200 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
28201
28202 * gdb.c++/demangle.exp: Include the current demangling style
28203 in all test names.
28204 (current_demangling_style): New global variable.
28205 (set_demangling_style, test_demangling_core, test_demangling,
28206 test_demangling_exact): New functions.
28207 (test_gnu_style_demangling, test_lucid_style_demangling,
28208 test_arm_style_demangling, test_hp_style_demangling): Use those,
28209 instead of calling gdb_test and gdb_test_exact directly.
28210 (catch_demangling_errors): New function, which reports errors
28211 signalled by the demangling test functions in an orderly way.
28212 (do_tests): Use catch_demangling_errors.
28213
28214 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
28215
28216 * gdb.base/signals.exp (test_handle_all_print): Use () for
28217 grouping in expressions, not {}.
28218
28219 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
28220 initialized yet.
28221
28222 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
28223
28224 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
28225 are listed.
28226
28227 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
28228
28229 * gdb.stabs/weird.exp: Test for CC being defined before
28230 looking at its value.
28231
28232 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
28233
28234 * gdb.base/call-ar-st.exp: Remove stray '#'.
28235 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
28236 "short int" and "long int".
28237 * gdb.c++/overload.cc: Cast the string added in the previous
28238 change, to mollify finicky HP compiler.
28239 * gdb.hp/reg-test.exp (testfile): Fix file name.
28240 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
28241
28242 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
28243 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
28244 alternate form of enum ptype.
28245
28246 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
28247
28248 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
28249 * gdb.hp/*.exp: Change all to run compiler probe only after
28250 passing skip_hp_tests, so as not to waste time on guaranteed
28251 failure.
28252
28253 * gdb.c++/overload.cc: Pass string instead of char addr, always
28254 init ccpfoo.
28255 * gdb.c++/templates.cc: Fix syntax error.
28256
28257 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28258
28259 * gdb.base/commands.exp: Add test for correct position of '>'
28260 when issuing the 'commands' command after a 'while' or 'if'
28261 command.
28262
28263 1999-03-18 James Ingham <jingham@cygnus.com>
28264
28265 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
28266
28267 * gdb.c++/method.exp: It was testing an uninitialized int on the
28268 stack and assuming it was positive.
28269
28270 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
28271
28272 * gdb.base/step-test.exp: Catch a case where finish is broken and
28273 keep it from killing the rest of the tests.
28274 Use gdb_continue_to_end.
28275
28276 * gdb.base/sigall.exp: use gdb_continue_to_end.
28277
28278 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
28279
28280 * gdb.base/display.exp: use runto_main, not run.
28281
28282 * gdb.base/default.exp: Check for the current error message in the
28283 r abbreviation test.
28284 Add strongarm to the targets that know info float.
28285
28286 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
28287 run which doesn't work with monitors.
28288
28289 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to
28290 1034 test.
28291
28292 * gdb.base/break.exp: use the gdb_continue_to_end proc.
28293
28294 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the
28295 end of a program. Traps the case (in Cygmon) when the program
28296 never really exits. Same as Mark's continue_to_exit, but I had
28297 put it in a lot more places, so I used my name. Sorry Mark...
28298
28299 * config/monitor.exp (gdb_target_monitor): added another
28300 target_info parameter: remotebinarydownload. This will set the
28301 remotebinarydownload flag if this is causing some boards trouble.
28302
28303 1999-03-18 Mark Salter <msalter@cygnus.com>
28304
28305 * lib/gdb.exp (continue_to_exit): New function.
28306
28307 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
28308 * gdb.base/ending-run.exp: Ditto.
28309 * gdb.base/step-test.exp: Ditto.
28310
28311 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
28312
28313 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
28314 (suggested by Art Haas <ahaas@neosoft.com>).
28315
28316 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
28317
28318 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
28319
28320 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
28321
28322 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
28323 descriptions of types (short unsigned int vs unsigned short, etc).
28324
28325 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
28326
28327 * gdb.base/call-strs.exp: Don't assume that `step' will step over
28328 a call to strlen; sometimes we do have sources.
28329
28330 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
28331
28332 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
28333 character, so GDB won't print garbage after its end.
28334
28335 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
28336 breakpoint there instead. Sometimes GCC emits memcpy to handle
28337 the large structures being passed by value, so we step into that
28338 instead of sum_array_print, which obscures what we're really testing.
28339 * gdb.base/step-test.exp: However, we do want a test that notices
28340 the bizarre steps into memcpy, so do that here. Add check for
28341 stepping into function calls that pass large structures by value.
28342 ("Is that a noun clause, or are you just happy to see me?")
28343 Remove all references to specific line numbers.
28344 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
28345 New type and function.
28346 (main): Call large_struct_by_value, passing it a large struct by value.
28347 * lib/gdb.exp (gdb_get_line_number): New function.
28348
28349 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
28350 more portable.
28351
28352 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
28353
28354 * lib/gdb.exp: Doc fixes.
28355
28356 1999-03-05 Nick Clifton <nickc@cygnus.com>
28357
28358 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
28359
28360 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
28361
28362 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
28363 commands. They're not germane to this test, and they don't work
28364 that way on remote targets.
28365
28366 1999-03-01 James Ingham <jingham@cygnus.com>
28367
28368 * Changelog entries merged over from gdb development branch.
28369
28370 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
28371
28372 * lib/gdb.exp (gdbtk_analyze_results): Generic function
28373 for outputting results of test run.
28374
28375 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
28376
28377 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
28378
28379 1999-02-25 Felix Lee <flee@cygnus.com>
28380
28381 * lib/gdb.exp (debug_format): initialize
28382
28383 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
28384
28385 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
28386 * gdb.base/call-rt-st.c: Ditto.
28387
28388 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
28389
28390 * gdb.threads/pthreads.exp (horiz): New variable.
28391 (test_startup): Fix regexps that capture thread numbers.
28392
28393 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
28394
28395 * gdb.base/smoke.exp: Disambiguate two test case names (both
28396 called ``print'').
28397
28398 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
28399
28400 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
28401 compilation.
28402
28403 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
28404
28405 * gdb.base/miscexprs.exp: Change patterns to match GDB's
28406 actual output formatting.
28407 * gdb.base/smoke.exp: GDB removes leading 0's.
28408 * gdb.base/volatile.exp: Don't check type of remuneration;
28409 that variable is no longer defined in constvars.c.
28410 * gdb.base/step-test.c (main): Exit with explicit exit code.
28411 * gdb.base/step-test.exp: Remove two nexti checks--they are
28412 not portable.
28413
28414 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
28415
28416 * gdb.base/help.exp ("help delete display"): Fix test to match
28417 gdb's output.
28418
28419 * gdb.base/long_long.c (known_types): Initialize values to zero.
28420 * gdb.base/long_long.exp: Step one more line
28421 so 'dec' is initialized in "get to known place". GDB removes
28422 leading zeros. Explicitly ask for hex formatting. Use
28423 unique test case names.
28424
28425 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28426
28427 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
28428
28429 * gdb.c++/method.exp: Add missing close brace.
28430
28431 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
28432
28433 * gdb.base/maint.exp: Use 'set height 0' to disable page
28434 prompting, not 'set height 400'.
28435
28436 Fix a bunch of timeouts.
28437 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
28438 four separate tests, so expect doesn't take forever to match a ton
28439 of text against a regexp with lots of .* forms.
28440 ("maint print psymbols", "maint print symbols"): Make some of
28441 these greps more selective, so that expect doesn't try to wade
28442 through huge piles of output and time out.
28443
28444 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
28445
28446 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
28447 tests: one which doesn't expect shlib events to be reported, and
28448 another which does, but is XFAIL for all platforms other than
28449 HP/UX.
28450
28451 * gdb.base/break.exp: Teach the test suite that the `catch
28452 fork', `catch vfork', and `catch exec' commands produce error
28453 messages on platforms that don't provide these features.
28454
28455 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
28456
28457 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
28458 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
28459 (shortening names from solib_threshold.exp etc), won't run on
28460 anything but HP-UX for the foreseeable future.
28461 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
28462 reflect move.
28463
28464 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
28465
28466 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
28467 gdb.trace/Makefile.in (clean): Remove all test executables.
28468
28469 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
28470
28471 * gdb.base/shlib-call.exp: add test cases to verify that gdb
28472 successfully re-sets breakpoints in shared libraries.
28473 * gdb.base/shmain.c (main): return 0, don't fall off the end.
28474
28475 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28476
28477 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
28478 and compiled w/o GCC.
28479
28480 * gdb.hp/watch-cmd.exp: ditto.
28481
28482 * gdb.hp/watch-hp.exp: ditto.
28483
28484 * gdb.hp/xdb1.exp: ditto.
28485
28486 * gdb.hp/xdb2.exp: ditto.
28487
28488 * gdb.hp/dbx.exp: ditto.
28489
28490 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
28491
28492 * constvars.c: Remove C++-isms.
28493 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
28494 with GCC.
28495
28496 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
28497
28498 The following changes are part of the HP merge.
28499
28500 * gdb.base/break.exp: new tests to verify that catchpoints for
28501 fork, vfork, and exec don't trigger inappropriately.
28502
28503 * gdb.base/opaque.exp: compile one file at a time, then link.
28504
28505 * gdb.base/signals.exp: be more restrictive about which hppa
28506 systems receive a setup_xfail. new tests.
28507
28508 * gdb.base/solib_threshold.build: new file.
28509 * gdb.base/solib_threshold.exp: new file.
28510 * gdb.base/solib_threshold.link_opts: new file.
28511 * gdb.base/solib_threshold.mk: new file.
28512 * gdb.base/gen_solib_threshold.c: new file.
28513
28514 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
28515 tests. New tests for enums inside classes.
28516
28517 * gdb.c++/compiler.cc: indicate support of template debugging.
28518
28519 * gdb.c++/demangle.exp: run hp style demangling tests.
28520
28521 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
28522 tests.
28523
28524 * gdb.c++/misc.cc: changes to support new tests.
28525
28526 * gdb.c++/templates.cc: changes to support HP's compiler; changes
28527 to support new tests.
28528
28529 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
28530 gcc, then skip these tests.
28531
28532 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
28533
28534 The following files are part of the HP merge; some had longer
28535 names at HP, but have been renamed to be no more than 14
28536 characters in length.
28537
28538 * gdb.hp/ambiguous.cc: new file.
28539 * gdb.hp/ambiguous.exp: new file.
28540 * gdb.hp/attach.exp: new file.
28541 * gdb.hp/attach2.exp: new file.
28542 * gdb.hp/classes-hp.exp: new file.
28543 * gdb.hp/ctti.exp: new file.
28544 * gdb.hp/ctti-add.cc: new file.
28545 * gdb.hp/ctti-add1.cc: new file.
28546 * gdb.hp/ctti-add2.cc: new file.
28547 * gdb.hp/ctti-add3.cc: new file.
28548 * gdb.hp/dbx.exp: new file.
28549 * gdb.hp/exception.cc: new file.
28550 * gdb.hp/exception.exp: new file.
28551 * gdb.hp/foll-exec.c: new file.
28552 * gdb.hp/foll-exec.exp: new file.
28553 * gdb.hp/foll-fork.c: new file.
28554 * gdb.hp/foll-fork.exp: new file.
28555 * gdb.hp/foll-vfork.c: new file.
28556 * gdb.hp/foll-vfork.exp: new file.
28557 * gdb.hp/inherit-hp.exp: new file.
28558 * gdb.hp/more-steps.exp: new file.
28559 * gdb.hp/namespace.cc: new file.
28560 * gdb.hp/namespace.exp: new file.
28561 * gdb.hp/optimize.exp: new file.
28562 * gdb.hp/pxdb.c: new file.
28563 * gdb.hp/pxdb.exp: new file.
28564 * gdb.hp/quicksort.exp: new file.
28565 * gdb.hp/reg-test.exp: new file.
28566 * gdb.hp/reg-test.s: new file.
28567 * gdb.hp/sized-enum.c: new file.
28568 * gdb.hp/sized-enum.exp: new file.
28569 * gdb.hp/start-stop.exp: new file.
28570 * gdb.hp/templ-hp.cc: new file.
28571 * gdb.hp/templ-hp.exp: new file.
28572 * gdb.hp/thr-lib.c: new file.
28573 * gdb.hp/thr-lib.exp: new file.
28574 * gdb.hp/thr-lib.h: new file.
28575 * gdb.hp/thr-liblib.c: new file.
28576 * gdb.hp/virtfun-hp.c: new file.
28577 * gdb.hp/virtfun-hp.exp: new file.
28578 * gdb.hp/watch-cmd.exp: new file.
28579 * gdb.hp/watch-hp.exp: new file.
28580 * gdb.hp/xdb1.exp: new file.
28581 * gdb.hp/xdb2.exp: new file.
28582 * gdb.hp/xdb3.exp: new file.
28583
28584 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
28585
28586 The following files are part of the HP merge; some had longer
28587 names at HP, but have been renamed to be no more than 14
28588 characters in length.
28589
28590 * gdb.base/ss.h: new file.
28591 * gdb.base/call-ar-st.c: new file.
28592 * gdb.base/call-ar-st.exp: new file.
28593 * gdb.base/call-rt-st.c: new file.
28594 * gdb.base/call-rt-st-exp: new file.
28595 * gdb.base/call-strs.exp: new file.
28596 * gdb.base/ena-dis-br.exp: new file.
28597 * gdb.base/environ.exp: new file.
28598 * gdb.base/long_long.exp: new file.
28599 * gdb.base/sect-cmd.exp: new file.
28600 * gdb.base/shlib-cl2.exp: new file.
28601 * gdb.base/smoke.exp: new file.
28602 * gdb.base/so-impl-ld.c: new file.
28603 * gdb.base/so-impl-ld.exp: new file.
28604 * gdb.base/so-indr-cl.c: new file.
28605 * gdb.base/so-indr-cl.exp: new file.
28606 * gdb.base/varargs.exp: new file.
28607 * gdb.base/volatile.exp: new file.
28608 * gdb.base/whatis-exp.exp: new file.
28609 * gdb.base/display.exp: new file.
28610 * gdb.c++/derivation.exp: new file.
28611 * gdb.c++/local.exp: new file.
28612 * gdb.c++/member-ptr.exp: new file.
28613 * gdb.c++/overload.exp: new file.
28614 * gdb.c++/ovldbreak.exp: new file.
28615 * gdb.c++/ref-types.exp: new file.
28616 * gdb.c++/ref-types2.exp: new file.
28617 * gdb.c++/userdef.exp: new file.
28618
28619 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
28620
28621 * gdb.base/default.exp: Reflect wording change in remote.c.
28622
28623 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
28624
28625 * gdb.base/help.exp: Update to reflect current text.
28626
28627 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
28628
28629 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
28630 they're stack variables and contain garbage.
28631 * gdb.c++/anon-union.exp: new file.
28632
28633 The following changes were made by David Taylor
28634 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
28635 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
28636 in changes by HP.
28637
28638 * gdb.base/bitops.exp: new file.
28639 * gdb.base/default.exp: change expected messages for catch and
28640 info catch tests to reflect HP merge changes.
28641 * gdb.base/enable-disable-break.exp
28642 * gdb.base/ending-run.c: new file.
28643 * gdb.base/long_long.c: new file.
28644 * gdb.base/maint.exp: new file.
28645 * gdb.base/pointers2.exp: new file.
28646 * gdb.base/shlib-call2.exp: new file.
28647 * gdb.base/solib.exp: new file.
28648 * gdb.base/step-test.c: new file.
28649 * gdb.c++/anon-union.cc: new file.
28650 * gdb.c++/local.cc: new file.
28651 * gdb.c++/member-pointer.cc: new file.
28652 * gdb.c++/method.cc: new file.
28653 * gdb.c++/ref-types.cc: new file.
28654 * gdb.c++/ref-types2.cc: new file.
28655 * gdb.c++/userdef.cc: new file.
28656
28657 * gdb.base/scope.exp: compile one file at a time, then link.
28658 * gdb.base/langs.exp: ditto.
28659 * gdb.base/list.exp: ditto.
28660
28661 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
28662
28663 The following changes were made by David Taylor
28664 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
28665 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
28666 in changes by HP.
28667
28668 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
28669 skip tests. When compiling pass c++ flag to gdb_compile.
28670 * gdb.c++/
28671
28672 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
28673 test for on hppa*-*-hpux*; use args to see if c++ was specified.
28674 (skip_hp_tests): new function.
28675 (gdb_preprocess): new function.
28676
28677 * configure.in (hpdir): decide whether to configure gdb.hp.
28678 * configure: regenerated.
28679
28680 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
28681 to delete on clean.
28682 (EXECUTABLES): update to reflect new additions.
28683 * gdb.base/commands.exp: update message expected.
28684 * gdb.base/default.exp: add copyright notice.
28685 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
28686 * gdb.base/help.exp: update messages to reflect current text.
28687 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
28688 targets for recurse tests.
28689 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
28690 skip this file.
28691
28692 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
28693 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
28694 compilation.
28695 * gdb.c++/misc.exp: ditto.
28696 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
28697 run the tests. tell gdb_compile that it's a c++ compilation.
28698
28699 * gdb.threads/pthreads.exp: fix typo in message.
28700
28701 * gdb.base/all-bin.exp: new file.
28702 * gdb.base/arithmet.exp: new file.
28703 * gdb.base/assign.exp: new file.
28704 * gdb.base/completion.exp: new file.
28705 * gdb.base/cond-expr.exp: new file.
28706 * gdb.base/condbreak.exp: new file.
28707 * gdb.base/define.exp: new file.
28708 * gdb.base/dollar.exp: new file.
28709 * gdb.base/environment.exp: new file.
28710 * gdb.base/eval-skip.exp: new file.
28711 * gdb.base/jump.exp: new file.
28712 * gdb.base/logical.exp: new file.
28713 * gdb.base/pointers.exp: new file.
28714 * gdb.base/relational.exp: new file.
28715 * gdb.base/section_command.exp: new file.
28716 * gdb.base/whatis-expr.exp: new file.
28717
28718 * gdb.base/all-types.c: new file.
28719 * gdb.base/call-array-struct.c: new file.
28720 * gdb.base/call-return-struct.c: new file.
28721 * gdb.base/call-strings.c: new file.
28722 * gdb.base/callfuncs2.c: new file.
28723 * gdb.base/condbreak.c: new file.
28724 * gdb.base/constvars.c: new file.
28725 * gdb.base/display.c: new file.
28726 * gdb.base/int-type.c: new file.
28727 * gdb.base/jump.c: new file.
28728 * gdb.base/miscexprs.c: new file.
28729 * gdb.base/pointers.c: new file.
28730 * gdb.base/pointers2.c: new file.
28731 * gdb.base/shmain.c: new file.
28732 * gdb.base/shr1.c: new file.
28733 * gdb.base/shr2.c: new file.
28734 * gdb.base/solib.c: new file.
28735 * gdb.base/solib1.c: new file.
28736 * gdb.base/solib2.c: new file.
28737 * gdb.base/varargs.c: new file.
28738 * gdb.c++/derivation.cc: new file.
28739 * gdb.c++/overload.cc: new file.
28740 * gdb.c++/ovldbreak.cc: new file.
28741 * gdb.hp/attach.c: new file.
28742 * gdb.hp/attach2.c: new file.
28743 * gdb.hp/average.c: new file.
28744 * gdb.hp/compiler.c: new file.
28745 * gdb.hp/compiler.cc: new file.
28746 * gdb.hp/execd-program.c: new file.
28747 * gdb.hp/follow-exec.c: new file.
28748 * gdb.hp/follow-fork.c: new file.
28749 * gdb.hp/follow-vfork-and-exec.c: new file.
28750 * gdb.hp/misc-hp.cc: new file.
28751 * gdb.hp/more-steps.c: new file.
28752 * gdb.hp/optimize.c: new file.
28753 * gdb.hp/quicksort.c: new file.
28754 * gdb.hp/run-hp.c: new file.
28755 * gdb.hp/start-stop.c: new file.
28756 * gdb.hp/sum.c: new file.
28757 * gdb.hp/templates-hp.cc: new file.
28758 * gdb.hp/thread-local-in-lib.c: new file.
28759 * gdb.hp/thread-local-in-lib.h: new file.
28760 * gdb.hp/thread-local-in-lib.lib.c: new file.
28761 * gdb.hp/vforked-program.c: new file.
28762 * gdb.hp/virtfunc-hp.cc: new file.
28763 * gdb.hp/watchpoint-hp.c: new file.
28764 * gdb.hp/xdb.c: new file.
28765 * gdb.hp/xdb0.c: new file.
28766 * gdb.hp/xdb0.h: new file.
28767 * gdb.hp/xdb1.c: new file.
28768
28769 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
28770
28771 The following change was made by Edith Epstein
28772 <eepstein@cygnus.com> as part of a project to merge in changes
28773 originally made by HP; HP did not create ChangeLog entries.
28774
28775 * gdb.c++/demangle.exp: changed the expected output for some
28776 ARM-style mangling -- removed second reference to datatype.
28777 For example, maint demangle __dt__11T1__pt__2_cFv
28778 T1<char>::~T1<char>(void)
28779 becomes,
28780 maint demangle __dt__11T1__pt__2_cFv
28781 T1<char>::~T1(void)
28782
28783 (test_hp_style_demangling): new hp specific demangling test cases.
28784
28785 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
28786
28787 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
28788 * gdb.trace/backtrace.exp: Likewise.
28789 * gdb.trace/circ.exp: Likewise.
28790 * gdb.trace/collection.exp: Likewise.
28791 * gdb.trace/deltrace.exp: Likewise.
28792 * gdb.trace/infotrace.exp: Likewise.
28793 * gdb.trace/limits.exp: Likewise.
28794 * gdb.trace/packetlen.exp: Likewise.
28795 * gdb.trace/passc-dyn.exp: Likewise.
28796 * gdb.trace/passcount.exp: Likewise.
28797 * gdb.trace/report.exp: Likewise.
28798 * gdb.trace/save-trace.exp: Likewise.
28799 * gdb.trace/tfind.exp: Likewise.
28800 * gdb.trace/tracecmd.exp: Likewise.
28801 * gdb.trace/while-dyn.exp: Likewise.
28802 * gdb.trace/while-stepping.exp: Likewise.
28803
28804 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
28805
28806 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
28807
28808 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
28809
28810 From Brendan Kehoe:
28811 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
28812 int return types.
28813
28814 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
28815
28816 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
28817 remote dos host testing right.
28818
28819 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
28820
28821 * gdb.base/corefile.exp: remove some xfails.
28822
28823 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
28824
28825 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
28826 have different timestamps.
28827
28828 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
28829
28830 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
28831 gdb.base/default.exp: Replace "exec" with "executable".
28832
28833 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
28834
28835 * gdb.base/default.exp: Change else if to elseif from previous
28836 delta.
28837
28838 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
28839
28840 * gdb.base/default.exp: Add brace missing from previous delta.
28841
28842 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
28843
28844 * gdb.base/default.exp: Support test for info float for all
28845 varieties of arm toolchain.
28846
28847 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
28848
28849 * gdb.trace/*.exp: remove "remote_download" command.
28850
28851 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
28852
28853 * gdb.trace/*.exp: remove -gdwarf from compile.
28854
28855 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
28856
28857 * gdb.trace/configure.in(AC_INIT): typo
28858 * gdb.trace/configure: regenerated
28859
28860 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
28861
28862 * config/m68k-emc.exp: New file.
28863 * lib/<emc-support.exp trace-support.exp}: New files.
28864 * configure.in: add new test directory gdb.trace.
28865 * gdb.trace/{configure configure.in Makefile.in}: New files.
28866 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
28867 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
28868 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
28869 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
28870 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
28871 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
28872 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
28873
28874 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
28875
28876 * gdb.c++/classes.exp: Change all regular expressions to match
28877 arbitrary combinations of newline/carriage-return, so that they
28878 will work equally well on Unix and Windows.
28879 * gdb.c++/inherit.exp: ditto.
28880 * gdb.c++/virtfunc.exp: ditto.
28881
28882 1998-08-11 Dawn Perchik <dawn@cygnus.com>
28883
28884 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
28885
28886 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
28887
28888 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
28889 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
28890 to use a0-a3/d0-d3 as needed.
28891
28892 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
28893
28894 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
28895 * gdb.disasm/am33.exp: Corresponding changes.
28896
28897 1998-07-11 Felix Lee <flee@cygnus.com>
28898
28899 * gdb.base/callfuncs.exp: add cmp10 test.
28900 * gdb.base/callfuncs.c (cmp10): new function.
28901
28902 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
28903
28904 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
28905 into two parts to get around a synchronization problem in expect.
28906
28907 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
28908
28909 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
28910
28911 * configure.in: Add options for gdbtk testsuite.
28912
28913 * configure: Regenerate.
28914
28915 * gdb.gdbtk: New directory to hold gdbtk tests.
28916
28917 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
28918
28919 * gdb.fortran/types.exp: Escape brackets in expect patterns
28920 for test_float_literal_types_accepted tests.
28921 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
28922 before run test.
28923
28924 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
28925
28926 * am33.exp: Just compile, do not link the testcase.
28927 * am33.s: Add ".am33" pseudoop to force am33 mode.
28928
28929 1998-06-25 Felix Lee <flee@cygnus.com>
28930
28931 * gdb.base/setshow.exp: make sure $pc is sane.
28932
28933 * gdb.stabs/weird.exp: split expect patterns properly.
28934
28935 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
28936
28937 * gdb.disasm/am33.s: New disassembler testfile for the am33.
28938 * gdb.disasm/am33.exp: Run it.
28939
28940 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
28941
28942 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
28943 match processing (and eliminate spurious timeouts when running).
28944
28945 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
28946
28947 * gdb.base/signals.exp (test_handle_all_print): put back Mach
28948 exception test, but conditionalize it on target [mach | gnu].
28949
28950 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
28951
28952 * gdb.base/overlays.exp: fixup compile line for linker script.
28953
28954 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
28955
28956 * gdb.fortran/types.exp: don't guess at float size.
28957
28958 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
28959
28960 * gdb.base/exprs.exp: delete test that depends on int size.
28961
28962 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
28963
28964 * config/sim.exp: Removed checks for target triplets.
28965 (gdb_target_sim): Use gdb,target_sim_options.
28966
28967 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
28968
28969 * gdb.base/reread.exp: New file.
28970 * gdb.base/reread1.c: New file.
28971 * gdb.base/reread2.c: New file.
28972
28973 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
28974
28975 * config/sim.exp: Use 'target sim -sparclite' when running
28976 SPARClite programs.
28977
28978 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
28979
28980 * gdb.base/structs2.exp: New file.
28981 * gdb.base/structs2.c: New file.
28982
28983 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
28984
28985 * gdb.asm/common.inc: New file.
28986 * gdb.asm/d10v.inc: New file.
28987 * asm-source.exp: Pass -I's to gas to find .inc files.
28988 Update line numbers in expected output.
28989 * asmsrc1.s: Rewrite.
28990 * asmsrc2.s: Rewrite.
28991 * configure.in: Create arch.inc symlink.
28992 * configure: Regenerate.
28993 * Makefile.in (distclean): Delete arch.inc.
28994
28995 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
28996
28997 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
28998 (t_enum_value2): ditto
28999 (t_enum_value3): ditto
29000 (main): ditto
29001 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
29002
29003 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
29004 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
29005 change.
29006 Use gdb_test instead of send_gdb/gdb_expect sequences.
29007
29008 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
29009
29010 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
29011 not void.
29012
29013 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
29014
29015 * gdb.base/branches.c: Code with lots of loops and
29016 subroutines. Used to test gdbs ability to single step through PC
29017 changes, especially to test mips-tdep.c:mips_next_pc
29018
29019 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
29020
29021 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
29022 more rigorous EGCS C++ error checking.
29023
29024 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29025
29026 * gdb.base/help.exp: Clean up `help set args' and `help show args'
29027 tests.
29028 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
29029 function when asleep.
29030 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
29031 for i*86 Linux and SVR4 signal handling problems.
29032 Remove linux xfail for `next to handler in signals_tests_1', fixed
29033 by recent infrun.c change.
29034 Limit backtrace to 10 frames to avoid timeout problems with infinite
29035 stack backtraces.
29036 Adjust expect pattern in `handle all print' test to match Apr 28 1997
29037 target.[ch] change.
29038
29039 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
29040
29041 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
29042 for a newline from gdb before continuing.
29043 (default_gdb_exit): Just look for y or n.
29044 (gdb_test): Detect abnormal exit from GDB running on DOS; if
29045 it does, fail the rests of the tests in the file.
29046
29047 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
29048
29049 * config/cygmon.exp: New file.
29050
29051 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
29052
29053 * gdb.base/list.exp: Fix problem with "list default lines around
29054 main" test on remote targets.
29055
29056 * gdb.base/scope.exp: Fix problem with filelocal_bss before
29057 run test on remote targets.
29058
29059 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
29060
29061 * gdb.asm: New directory.
29062 * configure.in: Configure it.
29063 * configure: Regenerate.
29064 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
29065 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
29066
29067 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
29068
29069 * config/mn10300-eval.exp: New file to support MN10300 eval board.
29070
29071 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
29072
29073 * gdb.base/overlays (several files): Merge the two overlay
29074 managers into one. Change variables (foox, barx, bazx, grbxx)
29075 back into ints but force them to load in their proper sections.
29076
29077 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
29078
29079 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
29080 on-chip insn memory and IMAP1 to upper 128k.
29081 (D10VCopy): Handle memory regions crossing 16k boundaries.
29082 (D10VCopy): Transfer data in 32 bit chunks.
29083
29084 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
29085
29086 * gdb.base/overlays.c (main): Exit normally when result is
29087 correct.
29088
29089 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
29090 map. Include space for printf in .text segment.
29091
29092 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
29093 updated d10v memory VMA/LMA map.
29094 (D10VCopy): Call D10VTranslate.
29095
29096 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
29097
29098 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
29099
29100 * gdb.base/bar.c (barx, bar): Change variable to small array so
29101 that it won't be put into the .sdata - small data -
29102 section. Update reference.
29103 * gdb.base/baz.c (bazx, baz): Ditto.
29104 * gdb.base/foo.c (foox, foo): Ditto.
29105 * gdb.base/grbx.c (grbxx, grbx): Ditto.
29106
29107 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
29108 to be arrays.
29109
29110 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
29111
29112 * gdb.base/overlays.exp: fix up and get working again.
29113 Add tests for backtraces from an overlay function.
29114
29115 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
29116
29117 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
29118 "calling function with watchpoint enabled".
29119
29120 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
29121
29122 * gdb.base/break.exp (test_next_with_recursion): Remove
29123 gdb_suppress_tests for d10v-*-*.
29124 * lib/gdb.exp (gdb_suppress_tests): Disable this function
29125 pending review of whether it is useful or not.
29126
29127 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
29128
29129 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
29130
29131 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
29132
29133 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
29134 * config/dve.exp: New file to support Densan boards.
29135
29136 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
29137
29138 * gdb.base/interrupt.exp: Document problem of simulators, signals,
29139 reads and BSD.
29140
29141 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
29142
29143 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
29144 response.
29145
29146 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
29147
29148 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
29149
29150 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
29151 test.
29152
29153 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
29154 target_sizeof_long and target_bigendian_p.
29155 (structs_by_value, structs_by_reference): Check values according
29156 to targets word size and endianess.
29157
29158 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
29159
29160 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
29161 output.
29162
29163 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
29164
29165 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
29166 Update test of set args help to match source change.
29167
29168 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
29169
29170 * gdb.base/default.exp: Expect help system output to be in
29171 alphabetical order.
29172 * gdb.base/help.exp: Ditto.
29173
29174 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
29175
29176 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
29177 "i*86-pc-linux-gnu*".
29178 * gdb.base/interrupt.exp: Ditto.
29179 * gdb.base/corefile.exp: Ditto.
29180
29181 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
29182 define vxworks when building the testcase.
29183
29184 * gdb.base/ptype.exp: Fix testnames to be unique.
29185 * gdb.base/radix.exp: Ditto.
29186 * gdb.base/term.exp: Ditto.
29187 * gdb.base/whatis.exp: Ditto.
29188 * gdb.c++/classes.exp: Ditto.
29189
29190 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
29191
29192 * gdb.base/callfuncs.exp: Fix indentation.
29193
29194 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
29195 suppress_flag has been set.
29196 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
29197 target feature.
29198
29199 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
29200
29201 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
29202 the testcase.
29203
29204 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
29205 set_debug_traps() and breakpoint().
29206 * gdb.c++/misc.cc (main): Ditto.
29207 * gdb.c++/templates.cc (main): Ditto.
29208 * gdb.c++/virtfunc.cc (main): Ditto.
29209
29210 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
29211
29212 * lib/gdb.exp(gdb_step_for_stub): New function.
29213 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
29214 exists, reload the executable and do a "continue" instead of
29215 doing a jump.
29216 (runto_main): Use gdb_step_for_stub.
29217
29218 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
29219 tests to have unique names.
29220 * gdb.base/callfuncs.exp: Ditto.
29221 * gdb.base/commands.exp: Ditto.
29222 * gdb.base/default.exp: Ditto.
29223 * gdb.base/help.exp: Ditto.
29224 * gdb.base/list.exp: Ditto.
29225 * gdb.base/opaque.exp: Ditto.
29226 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
29227 similar tests.
29228
29229 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
29230 * gdb.c++/cplusfuncs.cc: Ditto.
29231 * gdb.c++/virtfunc.cc: Ditto.
29232
29233 * config/monitor.exp: Keep track of the last file we saw, rather
29234 than trying to get the info from gdb.
29235
29236 * gdb.fortran/types.exp: Move comment to previous line.
29237
29238 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
29239
29240 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
29241 target mode.
29242
29243 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
29244
29245 From Bob Manson:
29246 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
29247 string from GDB when it connects.
29248
29249 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
29250
29251 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
29252
29253 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
29254 if we can't get a debug format from GDB (we may be testing an
29255 older GDB). Use a 10 second timeout when checking for the format.
29256
29257 * gdb.stabs/weird.exp: Fix quoting.
29258
29259 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
29260
29261 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
29262
29263 * config/arm-ice.exp: New file.
29264
29265 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
29266
29267 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
29268 until it has been modified to work with the new testsuite.
29269
29270 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
29271 testcase won't compile, cause all of the testcases in the file to
29272 fail instead.
29273
29274 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
29275 (gdb_clear_suppressed): New procedure.
29276 (gdb_stop_suppressing_tests): Only clear suppress_flag if
29277 it contains a positive value.
29278
29279 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
29280
29281 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
29282
29283 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
29284
29285 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
29286
29287 * lib/gdb.exp (setup_xfail_format): New function.
29288 (get_debug_format): New function to get debug format.
29289 (debug_format): New global variable to hold last value set
29290 by get_debug_format.
29291 * gdb.base/list.exp: Call get_debug_format and expect some
29292 tests to fail for DWARF 1 and COFF formats.
29293 * gdb.c++/ptype.exp: Ditto.
29294 * gdb.c++/classes.exp: Ditto.
29295 * gdb.c++/cplusfuncs.exp: Ditto.
29296 * gdb.c++/inherit.exp: Ditto.
29297 * gdb.c++/templates.exp: Ditto.
29298 * gdb.c++/virtfunc.exp: Ditto.
29299
29300 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
29301
29302 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
29303 host doesn't have a currently-open connection.
29304
29305 * config/sparclet.exp: Cleanups and fixes to make it generic for
29306 any gdb stub target. Handle cases where gdb doesn't respond when
29307 interrupted in a sane fashion.
29308
29309 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
29310 same thing in a totally different way.
29311
29312 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
29313 setting "timeout".
29314 (gdb_start): We set the global gdb_prompt variable in
29315 default_gdb_init now.
29316
29317 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
29318
29319 * gdb.base/printcmds.exp: Fix "check for floating addition"
29320 regexp to accept results within approx +/- .01 of exact value.
29321 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
29322
29323 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
29324
29325 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
29326 properly.
29327 (gdb_expect): Add optional timeout parameter, and add timeout
29328 value to various calls.
29329 (gdb_suppress_tests): Only give one warning message per group.
29330
29331 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
29332
29333 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
29334 global variables. Handle getting a value for $timeout more
29335 gracefully.
29336
29337 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
29338
29339 * lib/gdb.exp: Close connection to remote host if gdb doesn't
29340 initialize.
29341 (default_gdb_init): New procedure; allow gdb_init to be overridden
29342 by a target configuration file.
29343 (gdb_expect): Pass the timeout to remote_expect.
29344
29345 * config/monitor.exp(gdb_load): Fix typo in regexp.
29346
29347 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
29348
29349 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
29350
29351 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
29352
29353 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
29354 here. Call gdb_target_exec before rebooting the target, to make
29355 sure the connection to the target is closed.
29356 (gdb_load): Pass the name of the executable to gdb_target_monitor.
29357 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
29358 Also detect "Timeout reading from remote" error.
29359
29360 * config/gdbserver.exp: Pass the executable being loaded to
29361 gdb_target_monitor. Don't call gdb_file_cmd here; let
29362 gdb_target_monitor do it.
29363
29364 * gdb.disasm/hppa.exp: Don't use exec_output.
29365
29366 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
29367
29368 * gdb.base/list.exp: If we're debugging a non-native target,
29369 try to set the pc register to point to the start of the
29370 program before doing the first list command.
29371
29372 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
29373 test_calls after restarting.
29374
29375 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
29376 reloading.
29377
29378 * gdb.base/watchpoint.exp: Fix typo.
29379
29380 * gdb.base/setshow.exp: Check for use_gdb_stub.
29381
29382 * gdb.base/break.exp: Fix continue until exit test for the gdb
29383 stub case.
29384 * gdb.base/langs.exp: Ditto.
29385
29386 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
29387 gdb_load_offset. If we weren't given a file to load, figure out
29388 what the current file is and use it.
29389
29390 * config/i386-bozo.exp: New file.
29391
29392 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
29393
29394 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
29395 feature.
29396
29397 * config/proelf.exp: New entry.
29398
29399 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
29400
29401 * lib/gdb.exp: Remove spurious .* patterns at the beginning
29402 of regexps.
29403
29404 * gdb.base/watchpoint.exp: Don't run the test_stepping
29405 tests if gdb can't call functions on the target.
29406
29407 * gdb.base/setshow.exp: Don't run the set prompt tests if
29408 the board has gdb_prompt set.
29409
29410 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
29411
29412 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
29413 * gdb.base/commands.exp: Likewise.
29414 * gdb.base/setshow.exp: Likewise.
29415
29416 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
29417
29418 * config/monitor.exp(gdb_start): Look for gdb_prompt target
29419 feature.
29420
29421 * config/i960.exp: New file.
29422
29423 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
29424
29425 * gdb.base/funcargs.exp: Check for gdb,short_int target
29426 feature instead of looking for explicit target triplets.
29427
29428 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
29429
29430 * gdb.base/printcmds.exp: add a couple more tests a la
29431 "p 123DEADBEEF", to check parse_number.
29432 * top.c: change "to enable to enable" to "to enable" in a couple
29433 of help strings.
29434
29435 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
29436
29437 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
29438 on the mn10300.
29439
29440 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
29441
29442 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
29443 where the test executable is run with explicit args.
29444 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
29445
29446 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
29447
29448 * gdb.base/run.c: Use FAKEARGV to build test executable that
29449 does not require a command line arg, since most simulators
29450 don't currently support passing such an arg into the simulated
29451 program.
29452 * gdb.base/commands.exp: Change tests to insert the proper
29453 value as the arg to the first recursive factorial call. Change
29454 compilation line to define FAKEARGV at compile time.
29455
29456 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
29457
29458 * gdb.base/recurse.exp: Enable these tests for the mn10300.
29459 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
29460 function with watchpoint enabled" test.
29461
29462 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
29463
29464 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
29465 Don't call gdb_test when the command doesn't return to a gdb prompt.
29466
29467 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
29468 "Tests restarted" messages.
29469
29470 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
29471
29472 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
29473
29474 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
29475
29476 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
29477 for INFO SYMBOL; add help tests for OVERLAY commands.
29478 * gdb.base/default.exp: add tests for INFO SYMBOL command;
29479 add tests for OVERLAY commands
29480 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
29481 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
29482 * gdb.base/sigall.c: add usestubs code frag
29483 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
29484
29485 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
29486
29487 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
29488 failures.
29489 (gdb_stop_suppressing_tests): Note that tests have restarted.
29490
29491 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
29492
29493 * config/h8300.exp: New file.
29494
29495 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
29496
29497 * gdb.base/setshow.exp: Check for the existence of a
29498 feature, not its value.
29499
29500 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
29501
29502 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
29503
29504 * gdb.base/scope.exp: It's now init0(), not init().
29505
29506 * gdb.base/scope0.c: For now, change init() to be init0().
29507
29508 * config/monitor.exp: Use gdb_serial in preference to serial
29509 or netport.
29510
29511 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
29512 and it's not already set.
29513
29514 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
29515
29516 * gdb.base/setshow.exp: Only test the run command if the target
29517 isn't using a stub and if it supports argument passing.
29518
29519 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
29520
29521 * config/udi.exp(gdb_start): Make sure UDICONF is set
29522 properly before starting gdb.
29523
29524 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
29525
29526 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
29527 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
29528 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
29529
29530 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
29531
29532 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
29533 specialized code to reboot the board, use remote_reboot instead.
29534
29535 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
29536
29537 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
29538
29539 * config/monitor.exp: Make sure we disconnect from the target.
29540 Also, try a reboot/reload cycle instead of failing if the
29541 load fails.
29542
29543 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
29544
29545 * gdb.base/default.exp: Don't set match_max.
29546 * gdb.base/help.exp: Ditto.
29547 * gdb.base/list.exp: Ditto.
29548 * gdb.base/signals.exp: Ditto.
29549
29550 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
29551 set, use remote_ld to download the testcase instead of
29552 the GDB loader.
29553
29554 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
29555
29556 * config/vr5000.exp: New file.
29557
29558 * config/monitor.exp(gdb_target_monitor): Add pattern for
29559 "Ending remote" to detect errors in connecting.
29560
29561 * gdb.base/setshow.exp: Add .* within auto language test.
29562
29563 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
29564 target feature.
29565
29566 * config/monitor.exp(gdb_load): Check for a failure when loading,
29567 and reboot the board if necessary.
29568
29569 * gdb.base/setvar.exp(test_set): Handle multiple prints within
29570 a set of tests. Remove print.* from the patterns being checked.
29571
29572 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
29573
29574 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
29575 refer to gdb_spawn_id.
29576
29577 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
29578 longer used.
29579 * config/sparclet.exp: Ditto.
29580 * config/sparclet-old.exp: Ditto.
29581 * config/slite.exp: Ditto.
29582 * config/sim.exp: Ditto.
29583 * gdb.base/funcargs.exp: Ditto.
29584
29585 * lib/gdb.exp:Remove references to gdb_spawn_id.
29586 (gdb_expect): Move to remote.exp.
29587
29588 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
29589
29590 * config/monitor.exp: Detect the "Couldn't establish connection"
29591 message from GDB.
29592
29593 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
29594
29595 * gdb.base/bitfields.exp: Use runto instead of explicit
29596 gdb_run_cmd/gdb_expect sequences.
29597
29598 * gdb.base/break.exp(text_next_with_recursion): Add match for
29599 gdb_expect call.
29600
29601 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
29602 We also need to handle the "A program is being debugged already"
29603 prompt from gdb. Use gdb_test to set the baud rate.
29604
29605 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
29606 to 20000. Really. I mean it.
29607
29608 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
29609
29610 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
29611 fails. If suppress_flag is set, skip perror message about not
29612 being able to send to GDB.
29613 (send_gdb): If suppress_flag is set, don't try to send commands to
29614 GDB.
29615 (gdb_expect): If suppress_flag is set, always fail immediately.
29616 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
29617 (gdb_init): Call gdb_stop_suppressing_tests.
29618 (default_gdb_exit): Ditto.
29619 (default_gdb_start): Ditto.
29620
29621 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
29622 gdb_stop_suppressing_tests as appropriate.
29623 * gdb.base/break.exp: Ditto.
29624 * gdb.base/callfuncs.exp: Ditto.
29625 * gdb.base/commands.exp: Ditto.
29626 * gdb.base/exprs.exp: Ditto.
29627 * gdb.base/funcargs.exp: Ditto.
29628 * gdb.base/list.exp: Ditto.
29629 * gdb.base/recurse.exp: Ditto.
29630 * gdb.base/scope.exp: Ditto.
29631 * gdb.base/structs.exp: Ditto.
29632 * gdb.c++/inherit.exp: Ditto.
29633
29634 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
29635
29636 * config/vr4300.exp: New file.
29637
29638 * gdb.*/*.exp: Call gdb_expect instead of expect.
29639
29640 * lib/gdb.exp(gdb_expect): New function.
29641
29642 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
29643
29644 * lib/gdb.exp(gdb_init): New function.
29645
29646 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
29647 for each individual variable set.
29648
29649 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
29650 name.
29651
29652 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
29653
29654 * gdb.base/scope.exp: Use gdb_test.
29655
29656 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
29657 aborting; the testsuite driver will do that for us (see
29658 gdb_finish). Also, use gdb_test in a few more places.
29659
29660 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
29661
29662 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
29663
29664 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
29665
29666 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
29667 and "add_tests" are not at the same address.
29668
29669 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
29670
29671 * gdb.base/ptype.exp: Use gdb_test.
29672
29673 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
29674
29675 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
29676 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
29677 left in. No longer expect them to fail.
29678
29679 * gdb.stabs/*.mt; Deleted, no longer used.
29680 * gdb.stabs/configure.in: Remove references to target makefile
29681 frags.
29682 * gdb.stabs/configure: Rebuilt.
29683
29684 * gdb.disasm/*.mt: Deleted, no longer used.
29685 * gdb.disasm/configure.in: Remove references to target makefile
29686 frags. Use "sh3.s" as the unique filename for this directory.
29687 * gdb.disasm/configure: Rebuilt.
29688
29689 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
29690 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
29691 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
29692
29693 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
29694
29695 * config/udi.exp: Use mondfe,name instead of remote_host.
29696
29697 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
29698
29699 * gdb.base/watchpoint.exp: Don't expect a failure when calling
29700 a function with a watchpoint enabled on the mn10200.
29701
29702 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
29703 before trying to create it!
29704
29705 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
29706
29707 * config/vx.exp: Use hostname instead of netport.
29708
29709 * config/vxworks.exp: New file.
29710
29711 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
29712
29713 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
29714 gdb before assuming everything worked. Send a ^C if a timeout
29715 occurs.
29716
29717 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
29718 $gdb_spawn_id directly.
29719 (gdb_run_cmd): Try _start as well as start. Use the target feature
29720 gdb,start_symbol as the symbol to start from when jumping.
29721
29722 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
29723
29724 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
29725 redundant) test.
29726
29727 * gdb.base/recurse.exp: Relax final value test for 'b' so that
29728 it doesn't lose for 16bit integer systems.
29729
29730 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
29731
29732 * gdb.fortran/types.exp: If the target doesn't support "double"
29733 data types, then expect "real" types to only be 4 bytes.
29734
29735 * gdb.c++/virtfunc.exp: Expect failure for virtual function
29736 call tests if the target doesn't support inferior function calls.
29737
29738 * gdb.base/printcmds.exp: Allow minor deviation in FP values
29739 in printf tests.
29740
29741 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
29742
29743 * gdb.base/help.exp: Disable "help set", "help show", and
29744 "help support". Simplify regexp for "help stack".
29745
29746 * gdb.base/default.exp: Set match_max to 5000 and the timeout
29747 to 60 seconds. Temporarily set match_max to 15000 around the
29748 "info copying" test.
29749
29750 * gdb.base/nodebug.exp: Don't try to do an inferior function
29751 call if the target doesn't support them.
29752 * gdb.base/printcmds.exp: Likewise.
29753 * gdb.base/setvar.exp: Likewise.
29754 * gdb.base/structs.exp: Likewise.
29755 * gdb.c++/templates.exp: Likewise.
29756 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
29757
29758 * gdb.base/recurse.exp: Enable for the mn10200.
29759
29760 * configure.in: Do configure gdb.stabs directory for *-*-elf
29761 targets.
29762 * configure: Rebuilt.
29763
29764 * gdb.base/break.exp: Check for gdb,noresults before testing
29765 exit status and/or results from the target.
29766 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
29767 * lib/gdb.exp: Remove old (now bogus) initialization of
29768 noinferior, noargs, noresults and nosignals.
29769
29770 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
29771
29772 * config/sh.exp: New file.
29773
29774 * config/slite.exp: Try to connect multiple times to the board
29775 before rebooting. Only send a "monitor run" if need_monitor_run
29776 is set.
29777
29778 * gdb.base/break.exp: Don't do the "stub continue" test if
29779 the target has gdb_stub set.
29780
29781 * gdb.base/callfuncs.exp: Increase the timeout.
29782
29783 * gdb.base/interrupt.exp: Don't even try to compile the testcase
29784 if the target has gdb,noinferiorio set.
29785
29786 * gdb.base/list.exp: Increase match_max to 10000 characters.
29787
29788 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
29789
29790 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
29791 target.
29792
29793 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
29794
29795 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
29796
29797 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
29798 trying to delete the copy of gdb. Catch the file delete so we
29799 don't die if the delete fails; also, the file should be copied to
29800 the host, not to the build.
29801
29802 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
29803
29804 * lib/gdb.exp(gdb_test): Surround the result pattern with
29805 parenthesis in case it contains multiple regexps separated
29806 with |.
29807
29808 * gdb.base/watchpoint.exp: Use gdb_test.
29809 * gdb.base/default.exp: Ditto.
29810
29811 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
29812
29813 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
29814
29815 * gdb.base/scope.exp: Use gdb_test.
29816 * gdb.c++/classes.exp: Ditto.
29817 * gdb.c++/inherit.exp: Ditto.
29818
29819 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
29820
29821 * gdb.base/crossload.exp: Don't use execute_anywhere, use
29822 remote_exec instead.
29823 * gdb.base/corefile.exp: Don't be ridiculous.
29824 * gdb.base/*.c: Add missing stub invocations.
29825
29826 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
29827
29828 * config/slite.exp: Miscellaneous fixes.
29829
29830 * lib/gdb.exp: Fix runto.
29831
29832 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
29833 the target.
29834
29835 * gdb.base/watchpoint.exp: Fix regexp.
29836
29837 * lib/gdb.exp(default_gdb_exit): Add a catch to the
29838 close and wait commands, as the descriptor may now be
29839 invalid. Always call "remote_close host".
29840
29841 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
29842
29843 Major rewrite for testsuite revision.
29844
29845 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
29846 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
29847 instead of relying on spawn_id to always contain a valid
29848 spawn id.
29849 (get_compiler_info): New procedure to build the ${binfile}.ci
29850 file, instead of replicating this in N different places.
29851 (gdb_compile): New procedure.
29852
29853 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
29854 appropriate arguments) instead of compile. Use gdb_test in a lot
29855 more places. Use send_gdb instead of send. Always run gdb_start
29856 at the start of a testcase, as this is no longer done magically.
29857
29858 config/*-gdb.exp: Rename without the -gdb suffix.
29859
29860 config/mips.exp: Use remote_close instead of exit_remote_shell.
29861 config/monitor.exp: Use target_info instead of looking at
29862 baud, timeout, etc.
29863 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
29864
29865 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29866
29867 * gdb.c++/templates.exp (test_ptype_of_templates),
29868 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
29869 Update expect patterns for destructors and assignment operators
29870 to match corresponding c-typeprint.c changes.
29871 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
29872 to destructor breakpoint test, GDB should be able to set the
29873 destructor breakpoint without specifying arguments.
29874
29875 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
29876
29877 * gdb.threads/pthreads.exp: Change result for failure to compile due
29878 to lack of pthreads runtime support from an error to simply an
29879 unsupported test, per dejagnu standards.
29880
29881 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29882
29883 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
29884 where GDB exits to reduce pattern match time.
29885 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
29886
29887 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
29888
29889 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
29890
29891 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
29892 * gdb.base/default.exp: ditto.
29893 * gdb.base/nodebug.exp: ditto.
29894 * gdb.base/printcmds.exp: ditto.
29895 * gdb.base/ptype.exp: ditto.
29896 * gdb.base/setvar.exp: ditto.
29897 * gdb.base/structs.exp: ditto.
29898 * gdb.base/setshow.c: Guard against uninitialized values of argc.
29899
29900 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
29901
29902 * configure, */configure: Rebuild with autoconf 2.12.
29903
29904 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
29905
29906 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
29907 use new i*86-pc-linux*-gnu quads.
29908 * gdb.base/corefile.exp: Ditto.
29909 * gdb.base/signals.exp: Ditto.
29910 * gdb.base/sigall.exp: Ditto.
29911 * gdb.base/interrupt.exp: Ditto.
29912
29913 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
29914 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
29915 RedHat 4.0.
29916
29917 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
29918 linux. This allows the test case to at least compile on latest
29919 linux, but still not run due to missing the threads runtime library.
29920
29921 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29922
29923 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
29924 directory to search gdb directory. Accept and step over conditional
29925 stack alignment code. Consume $prompt in failure cases.
29926 Reset timeout to $oldtimeout instead of some arbitrary value.
29927 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
29928 timeout problems with infinite stack backtraces.
29929 * gdb.base/ptype.exp (ptype struct link, union tu_link):
29930 Accept function parameters for linkfunc member.
29931
29932 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
29933
29934 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
29935 (CXXFLAGS): Remove, unreferenced.
29936 (B_OPTIONS): Add for -B options and add code to initialize with
29937 previous -B options and also add -B option to pick up cross compiled
29938 runtime.
29939 (TARGET_INCLUDES): Add for -I options and add code to initialize when
29940 doing cross compiles.
29941 (target_alias): Declare global.
29942 (xgcc): Set variable to full path of gcc in build tree. Use findfile
29943 to verify that gcc exists in build tree, and if so set CC to that
29944 gcc and to use B_OPTIONS and TARGET_INCLUDES.
29945
29946 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
29947
29948 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
29949 ptype test for anonymous union. Fixup testcase to match
29950 current gcc debug output.
29951
29952 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
29953
29954 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
29955 force argument to an unsigned long type.
29956
29957 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
29958
29959 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
29960 tests and anonymous union print/ptype tests.
29961 * gdb.base/list.exp (test_forward-search): Increase timeout by
29962 5 minutes for the "search extremely long line" case.
29963 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
29964 completely optional and that the pass/fail messages use the command as
29965 the message if that third arg is a null string.
29966 (gdb_test_exact): Arrange that a null string pattern means match a
29967 null string output rather than any output, which might include random
29968 errors.
29969 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
29970 backtrace test.
29971 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
29972 always failing and failure is now exposed by gdb.exp changes.
29973
29974 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
29975
29976 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
29977 weren't being noted.
29978
29979 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29980
29981 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
29982 * gdb.stabs/weird.exp: Remove v_comb xfails.
29983
29984 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
29985
29986 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
29987 list.exp scope.exp watchpoint.exp]
29988 Make all timeout error msgs explicitly say "(timeout)".
29989
29990 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
29991
29992 * config/monitor.exp: Increase download timeout to 1000 seconds.
29993
29994 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
29995
29996 * config/m32r.exp: Increase timeout to 120 seconds.
29997
29998 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
29999
30000 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
30001 and accept older ordering as obsolescent gcc or gdb.
30002 * gdb.c++/templates.exp: Ditto.
30003 * gdb.c++/virtfunc.exp: Ditto.
30004
30005 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
30006
30007 * gdb.base/coremaker.c: Add code to mmap some data so we
30008 can check that it ends up in the core file.
30009 * gdb.base/corefile.exp: Add test to read mmapped data
30010 from core file.
30011
30012 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
30013
30014 * config/m32r.exp: New file.
30015
30016 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
30017
30018 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
30019 that cflags can contains -gstabs, and work correctly for other tests.
30020
30021 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
30022
30023 * gdb.base/setshow.exp: New file, tests show and set.
30024 * gdb.base/setshow.c: New file, tests show and set.
30025 * gdb.base/help.exp: Add test for help set|show annotate.
30026 * gdb.base/default.exp: Add test for set|show annotate.
30027
30028 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
30029
30030 * testsuite/gdb.base/break.exp: Make backtrace from factorial
30031 errors unique.
30032 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
30033 explicitly.
30034
30035 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
30036
30037 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
30038 and width commands. This is done elsewhere.
30039 * (gdb_start): Don't call gdb_start_sim here. That's already
30040 done in gdb_load. This fixes lots of failures in default.exp.
30041
30042 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
30043
30044 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
30045 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
30046 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
30047 in the same we we treat other failures (since it may be an expected
30048 condition), rather than as an error.
30049 * gdb.base/signals.exp (test_handle_all_print): Revert back to
30050 old test format.
30051
30052 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
30053
30054 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
30055 (distclean maintainer-clean realclean): No need to remove files
30056 twice. Nuke the duplicates.
30057 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
30058 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
30059 Remove config.h along with other config files.
30060
30061 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
30062
30063 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
30064 "p func1 ()" and note that rests of tests are skipped.
30065 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
30066 setup_xfails for "print func2::coremaker_local".
30067 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
30068 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
30069 affected by the previous run test.
30070 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
30071 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
30072 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
30073 "pass int powerset tuple" and "pass modeless int powerset tuple".
30074 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
30075 "real write 4" and "real write 8".
30076 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
30077 setup_xfails for "print vs1 after tuple assign 2",
30078 "print \$i after tuple assign 2", and
30079 "print vs2 after tuple assign 2".
30080 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
30081 meaningful error message and return -1 so the caller can
30082 suppress further tests and avoid a cascade of errors.
30083
30084 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
30085
30086 * gdb.base/a1-selftest.exp: Tweak tests to account for new
30087 format for printing version.
30088 * gdb.base/default.exp: Ditto.
30089 * gdb.base/interrupt.exp: Fix problem with cascade of
30090 errors if child process dies while calling a function.
30091
30092 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
30093
30094 * Makefile.in (VPATH): Add
30095 * Makefile.in (Makefile, config.status): Fix rules so things get
30096 remade when necessary.
30097
30098 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
30099
30100 * Makefile.in (just-check): Add path to sibling expect dir
30101 to environment variable specified by RPATH_ENVVAR.
30102
30103 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
30104
30105 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
30106 (just-check): Add shared library paths for libstdc++, tk,
30107 tcl, bfd, and opcodes to the environment variable specified
30108 in RPATH_ENVVAR.
30109 * configure.in: Add support to recognize --enable-shared flag
30110 and generate correct value for RPATH_ENVVAR.
30111 * configure: Regenerated with autoconf.
30112
30113 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
30114
30115 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
30116 include all osf versions.
30117 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
30118 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
30119 when target is linux. When failing to build pthreads test
30120 executable, give more meaningful message.
30121 * gdb.threads/pthreads.c: Hpux also uses old definition of second
30122 arg for pthread_create.
30123
30124 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
30125
30126 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
30127 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
30128 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
30129 and -lpthreads (everybody else).
30130 (test_startup): Fail gracefully if threads are not supported.
30131 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
30132 "p/c array_index("abcdef",2)" when not gcc compiled.
30133 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
30134 "print func2::coremaker_local" when not gcc compiled.
30135 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
30136 "ptype on opaque struct tagname (statically)",
30137 "ptype on opaque struct tagname (dynamically) 1", and
30138 "ptype on opaque struct tagname (dynamically) 2"
30139 for not compiled with gcc.
30140 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
30141 backtrace when compiled with gcc.
30142 * lib/gdb.exp (runto_main): Return result of "runto main" rather
30143 than always return success.
30144
30145 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
30146
30147 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
30148
30149 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
30150
30151 * gdb.base/structs.exp: Undo last change.
30152
30153 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
30154
30155 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
30156 encapsulate all the steps/nexts done during self test, starting
30157 at main, and makes them less sensitive to optimization issues.
30158 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
30159 signal handler" test.
30160 * gdb.threads/pthreads.exp: Only run this for native configs.
30161 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
30162 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
30163 tests.
30164 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
30165 for "runto test_calls(void)" test.
30166
30167 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
30168
30169 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
30170 and don't expect address info in breakpoint confirmations.
30171
30172 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
30173
30174 * gdb.base/list.exp (test_forward_search): Increase timeout
30175 temporarily by 60 seconds for searching extremely long line,
30176 and then reset to old value when done. Increase expect input
30177 buffer to 10000.
30178
30179 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
30180
30181 * gdb.base/list.exp (test_forward_search): Fix to handle very
30182 long source line without overflowing expect's input buffer.
30183
30184 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
30185
30186 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
30187 "buffer_full".
30188
30189 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
30190 "buffer_full".
30191
30192 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
30193 "buffer_full".
30194
30195 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
30196 "buffer_full".
30197
30198 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
30199
30200 * configure.in (configdirs): Add gdb.threads.
30201 * configure: Regenerated with autoconf.
30202 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
30203 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
30204 * gdb.threads/configure: New, generated with autoconf.
30205
30206 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
30207
30208 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
30209
30210 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
30211
30212 * gdb.base/signals.exp (test_handle_all_print): Test separately for
30213 each signal's status in the output of "handle all print".
30214 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
30215 the \r\n sequence that immediately precedes the gdb prompt.
30216 * gdb.base/a1-selftest.exp: Save original timeout and restore
30217 after test.
30218
30219 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
30220
30221 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
30222 symbol.
30223
30224 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
30225
30226 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
30227
30228 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
30229
30230 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
30231 timeout by 60 seconds.
30232
30233 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
30234
30235 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
30236 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
30237 error return.
30238
30239 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
30240
30241 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
30242 gdb initialization, also report how long dejagnu waited. Restore
30243 old timeout before doing error return. Temporarily increase timeout
30244 by 3 minutes to allow for slow startups over heavy NFS use.
30245
30246 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
30247
30248 * lib/gdb.exp: Report timeout value for verbosity level 2.
30249 * config/gdbserver.exp: Ditto.
30250 * config/hppro.exp: Ditto.
30251 * config/mips-gdb.exp: Ditto.
30252 * config/monitor.exp: Ditto.
30253 * config/netware.exp: Ditto.
30254 * config/sim-gdb.exp: Ditto.
30255 * config/slite-gdb.exp: Ditto.
30256 * config/udi-gdb.exp: Ditto.
30257 * config/unix-gdb.exp: Ditto.
30258 * config/vx-gdb.exp: Ditto.
30259 * gdb.base/a1-selftest.exp: Ditto.
30260 * gdb.base/a2-run.exp: Ditto.
30261 * gdb.base/break.exp: Ditto.
30262 * gdb.base/corefile.exp: Ditto.
30263 * gdb.base/list.exp: Ditto.
30264 * gdb.base/recurse.exp: Ditto.
30265 * gdb.base/scope.exp: Ditto.
30266 * gdb.base/signals.exp: Ditto.
30267
30268 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
30269
30270 * gdb.threads/Makefile.in (docdir): Removed.
30271
30272 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
30273
30274 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
30275 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
30276 @srcdir@.
30277 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
30278 autoconf 2.5 or higher.
30279 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
30280
30281 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
30282
30283 * configure: Regenerated.
30284 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
30285 avoid name clashes with SunOS headers.
30286
30287 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
30288
30289 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
30290
30291 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
30292
30293 * gdb.base/callfuncs.exp: Finish last change -- make sure the
30294 prototype information ends up in the compiler info file.
30295
30296 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
30297
30298 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
30299 attempting to regenerate it. Eliminate use of a temporary file
30300 and just generate the info file directly. Source it immediately,
30301 for consistency of use.
30302 * gdb.base/corefile.exp: Ditto
30303 * gdb.base/exprs.exp: Ditto.
30304 * gdb.base/funcargs.exp: Ditto.
30305 * gdb.base/langs.exp: Ditto.
30306 * gdb.base/list.exp: Ditto.
30307 * gdb.base/mips_pro.exp: Ditto.
30308 * gdb.base/nodebug.exp: Ditto.
30309 * gdb.base/opaque.exp: Ditto.
30310 * gdb.base/ptype.exp: Ditto.
30311 * gdb.base/scope.exp: Ditto.
30312 * gdb.base/setvar.exp: Ditto.
30313 * gdb.base/signals.exp: Ditto.
30314 * gdb.base/whatis.exp: Ditto.
30315 * gdb.c++/templates.exp: Ditto.
30316 * gdb.c++/virtfunc.exp: Ditto.
30317 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
30318 whether or not to add -lstdc++ to the compile command line args.
30319
30320 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30321
30322 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
30323 it got fixed by the recent lookup_minimal_symbol_by_pc change.
30324 Increase timeout, a lot of single stepping might be needed if the
30325 target has no hardware watchpoints.
30326
30327 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
30328
30329 * gdb.base/break.exp: Ignore compiler warnings when compiling
30330 break.c.
30331 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
30332 * gdb.base/default.exp: Add h8300 xfails. Handle messages
30333 from remote-sim.
30334 * gdb.base/exprs.exp: Add h8300 xfails.
30335 * gdb.base/funcargs.exp: Likewise.
30336 * gdb.base/nodebug.exp: Likewise.
30337 * gdb.base/printcmds.exp: Likewise.
30338 * gdb.base/ptype.exp: Likewise.
30339 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
30340 h8300 xfails.
30341 * gdb.base/return.exp: Handle float/double precision problems
30342 on the h8300.
30343 * gdb.base/funcargs.c: Explicitly make last constant argument to
30344 call_after_alloca_subr an unsigned long type.
30345 * gdb.base/return.c: Include stdio.h.
30346
30347 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
30348
30349 * config/abug.exp: New file for the older Motorola Bug monitor
30350 that runs on the mvme13x series VME boards.
30351 * config/monitor.exp: Use the new config array for target settings
30352 if they exist.
30353
30354 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
30355
30356 * sim-gdb.exp: Make the SH simulator allocate less space when
30357 it is targeted.
30358
30359 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
30360
30361 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
30362 test.
30363
30364 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
30365
30366 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
30367 "rs6000-*-*" for "list function in include file" when gcc compiled.
30368 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
30369 for "p ctable1[120]".
30370 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
30371 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
30372 Remove setup_xfail for "rs6000-*-*" for
30373 "print 'scope0.c'::filelocal before run".
30374 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
30375 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
30376 since some compilers don't allow both options to be given
30377 on the same command line. Create object file and move it.
30378
30379 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
30380
30381 * gdb.base/corefile.exp: Always regenerate the core file, since
30382 we always regenerate the coremaker program. Detect special case
30383 where registers cannot be read from core file.
30384
30385 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
30386
30387 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
30388 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
30389 * gdb.c++/templates.exp: Only match on basename of file since
30390 some formats like xcoff don't encode directory information.
30391 * gdb.stabs/weird.exp: Use the right sed script for powerpc
30392 and rs6000 AIX xcoff targets.
30393 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
30394 * configure: Regenerate.
30395 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
30396 here, rather than in distclean.
30397
30398 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
30399
30400 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
30401 defined, and use it to compile the test case with -O2. The
30402 native compilation still uses no optimization.
30403 * gdb.base/mips_pro.c: Remove inline assembly code since
30404 it is compiled PIC by default, which results in assembler
30405 warnings that make the testsuite think the compilation
30406 was unsuccessful.
30407
30408 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
30409
30410 * gdb.c++/misc.exp: Add note to message for
30411 "print s.a for foo struct" that this is a known gcc 2.7.2
30412 and earlier bug.
30413
30414 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
30415
30416 * gdb.base/break.exp: Fix pattern for matching "Delete all
30417 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
30418 setup_xfail for deleting all breakpoints test. Fix various
30419 timeout messages to include "(timeout)".
30420 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
30421 for "p t_float_values2(3.14159,float_val2)".
30422 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
30423 for "continue to call2g" when gcc compiled.
30424 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
30425 "up to foo in langs.exp", "show language at foo in langs.exp",
30426 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
30427 and "show language at fsub in langs.exp".
30428 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
30429 "list line 1 in include file", "list message for lines past EOF",
30430 "list function in include file", "list list0.h:foo", and
30431 "list filename:function; nonexistant function".
30432 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
30433 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
30434 and "ptype t_char_array" to be for native cc only.
30435
30436 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
30437
30438 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
30439 setup_xfail for "print coremaker_bss", "print coremaker_ro",
30440 "print func2::coremaker_local", and "backtrace in corefile.exp".
30441
30442 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
30443
30444 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
30445 "bt in signals.exp". This problem only appears when running
30446 the testsuite, and then only intermittently.
30447
30448 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
30449
30450 * gdb.base/return.exp (return_tests): Differentiate between
30451 two tests of continuing.
30452
30453 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
30454
30455 * */Makefile.in (maintainer-clean): Remove config.log.
30456 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
30457 * gdb.c++/Makefile.in (PROGS): Add inherit.
30458 (clean): Remove *.ci.
30459
30460 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
30461
30462 * gdb.c++/misc.cc: Add test code from Mike Stump.
30463 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
30464
30465 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
30466
30467 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
30468 to "alpha-*-osf2*" and add comment.
30469 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
30470 setup_xfail for "step over execarg initialization" and
30471 "step over corearg initialization".
30472 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
30473 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
30474 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
30475 gcc compiled for "print coremaker_bss", "print coremaker_ro",
30476 "print func2::coremaker_local", and "backtrace in corefile.exp".
30477 * gdb.base/signals.exp: Build and source signals.ci.
30478 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
30479 to be for gcc only.
30480 * lib/gdb.exp: Move verbose statements outside conditionals.
30481
30482 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30483
30484 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
30485 Feb 3 procfs.c change.
30486
30487 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
30488
30489 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
30490
30491 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
30492
30493 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
30494 from dejagnu's apparent default of 10 seconds, which gives random
30495 results when running the tests over NFS on moderately loaded systems.
30496 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
30497
30498 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
30499
30500 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
30501 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
30502 result reports.
30503
30504 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
30505
30506 * configure.in (CY_AC_PATH_TCLH): Remove.
30507 * configure: Regenerate.
30508
30509 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
30510
30511 * gdb.c++/Makefile.in (clean): Add missing '{'.
30512
30513 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
30514
30515 * lib/gdb.exp: Provide a default value for noinferior.
30516
30517 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
30518 Load libgloss.exp.
30519
30520 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
30521
30522 * gdb.disasm/hppa.exp: Compile directly into an executable, use
30523 the executable, not the .o to run the tests from.
30524
30525 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
30526
30527 * gdb.base/break.exp: Don't test for program exit or exit status
30528 if $noresults if nonzero.
30529 * gdb.base/langs.exp: Likewise.
30530 * gdb.base/watchpoint.exp: Likewise.
30531
30532 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
30533 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
30534 trying to compile the testcase.
30535
30536 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
30537
30538 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
30539 * gdb.base/signals.exp (continue to handler): Likewise.
30540
30541 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
30542
30543 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
30544
30545 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
30546
30547 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
30548
30549 * gdb.base/corefile.exp: Recognize "not found" as failure
30550 when trying to determine if a core file was generated.
30551 If no core file was generate the first time, try again without
30552 the ulimit -c to work around braindamaged shells.
30553
30554 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
30555
30556 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
30557 [] tests with "test" and enclose string in quotes.
30558 * gdb.stabs/configure: Rebuild
30559
30560 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
30561
30562 Changes in sync with expect:
30563 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
30564 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
30565 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
30566 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
30567 argument to AC_REQUIRE.
30568 * configure: Regenerated.
30569
30570 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
30571
30572 * gdb.base/corefile.exp: When generating a core, discard any
30573 error messages about ulimit not found and the "core dumped"
30574 message from the shell that runs the coredumper.
30575
30576 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
30577
30578 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
30579
30580 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
30581 which sed script to run. Expect failure for v_comb test
30582 on PA targets too.
30583
30584 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
30585
30586 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
30587 "print func2::coremaker_local" and for "backtrace in corefile.exp"
30588
30589 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
30590
30591 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
30592 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
30593 "sparc-sun-solaris*" xfails for "p v_comb".
30594 * lib/gdb.exp (default_gdb_start): Fix typo.
30595 * gdb.base/corefile.exp: Allow "Core was generated by ..."
30596 messages to not include the full program name that caused
30597 the core dump since some systems (such as solaris) apparently
30598 truncate this path to about 80 characters.
30599 When generating a core file first try increasing the core file
30600 size limit to unlimited since some systems may default it to
30601 zero, and it is harmless to try it. Move the test for failing
30602 to generate a core file to where it will actually get executed.
30603 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
30604 new gdb result from g++ debug info improvements and make old
30605 pattern obsolescent. Also account for size_t differences
30606 (may be int or long).
30607 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
30608 initialization before function call is placed in the delay slot
30609 and thus appears to be skipped over by commands such as "next".
30610
30611 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
30612
30613 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
30614
30615 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
30616
30617 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
30618 input source file; fix code to compile test to deal with this
30619 convention.
30620 * gdb.c++/*.exp: Likewise.
30621
30622 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
30623
30624 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
30625 "bt in signals.exp".
30626
30627 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
30628
30629 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
30630 "step over execarg initialization" and
30631 "step over corearg initialization".
30632
30633 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
30634
30635 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
30636 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
30637
30638 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
30639
30640 From Rob Savoye (rob@poseidon.cygnus.com)
30641 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
30642 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
30643 configure.in}, gdb.disasm/{Makefile.in, configure.in},
30644 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
30645 configure.in}: Major reworking for autoconfig.
30646 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
30647 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
30648 New files.
30649 * config/unix-gdb.exp: Make GDB global.
30650 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
30651 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
30652 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
30653 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
30654 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
30655 term.exp, twice.exp, watchpoint.exp, whatis.exp},
30656 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
30657 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
30658 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
30659 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
30660 pr-8136.exp, result.exp, string.exp, tuples.exp},
30661 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
30662 to returns as necessary, arrange for test to compile own testcase
30663 executable.
30664 * lib/gdb.exp: Changes for testsuite to compile own test cases.
30665
30666 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
30667
30668 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
30669 clear_xfail at end of test which might not call either pass or fail.
30670 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
30671 "backtrace through signal handler".
30672
30673 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30674
30675 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
30676 continuing from a job control stop signal.
30677 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
30678
30679 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
30680
30681 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
30682 * gdb.base/corefile.exp: Likewise.
30683 * gdb.base/funcargs.exp: Likewise.
30684
30685 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
30686
30687 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
30688 * config/monitor.exp: Add support for setting baud rate.
30689
30690 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
30691
30692 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
30693 i*86-*-linux* xfails for "backtrace through signal handler".
30694 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
30695 "print func2::coremaker_local".
30696 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
30697 alpha-dec-osf2* xfail for
30698 "delete all breakpoints when none".
30699
30700 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
30701
30702 * gdb.base/break.exp: Change test that deletes all breakpoints
30703 when no user breakpoints are installed. A post 4.15 change
30704 causes gdb to no longer prompt in this case.
30705
30706 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
30707
30708 * gdb.base/return.exp (return_tests): Change xfail for test
30709 "correct value returned double test" to stop xfailing at
30710 Solaris 2.5. Apparently the bug has been fixed.
30711
30712 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
30713
30714 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
30715 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
30716
30717 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
30718
30719 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
30720 * gdb.disasm/hppa.s: Corresponding changes.
30721
30722 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
30723
30724 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
30725 makefile fragment.
30726 * config/mt-hpux: Deleted.
30727
30728 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
30729
30730 * Many files: When warning about suppressed tests due to a
30731 nonexistant test binary, avoid incrementing the warning count.
30732
30733 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
30734
30735 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
30736
30737 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30738
30739 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
30740 "sparc-*-solaris2*".
30741
30742 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30743
30744 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
30745 Add global and local variables and initialize them.
30746 * gdb.base/corefile.exp: Test correct mapping of corefile sections
30747 by printing variables. Remove rs6000 and powerpc xfails, BFD now
30748 extracts the file name and terminating signal from the core file.
30749 * TODO: Remove note about tests for correct mapping of corefile.
30750 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
30751 from optimizing it away.
30752 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
30753 handles common blocks.
30754
30755 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
30756
30757 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
30758 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
30759
30760 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
30761
30762 * Makefile.in (maintainer-clean): New target, synonym for
30763 realclean.
30764 * gdb.base/Makefile.in (maintainer-clean): Likewise.
30765 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
30766 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
30767 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
30768 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
30769 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
30770
30771 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
30772
30773 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
30774 xfails when not gcc compiled for "print foo::funclocal".
30775 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
30776 "print foo::funclocal at foo",
30777 "print 'scope1.c'::foo::funclocal at foo",
30778 "print foo::funclocal_bss at foo",
30779 "print 'scope1.c'::foo::funclocal_bss at foo",
30780 "print foo::funclocal_ro at foo",
30781 "print 'scope1.c'::foo::funclocal_ro at foo",
30782 "print bar::funclocal at foo" and
30783 "print 'scope1.c'::bar::funclocal at foo".
30784 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
30785 gcc compiled for "print foo::funclocal at bar".
30786 Expand all messages to ensure that they identify that
30787 the test is at bar().
30788 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
30789 gcc compiled for:
30790 "ptype on opaque struct pointer (statically)",
30791 "ptype on opaque struct tagname (statically)",
30792 "ptype on opaque struct pointer (dynamically) 1",
30793 "ptype on opaque struct tagname (dynamically) 1",
30794 "ptype on opaque struct pointer (dynamically) 2" and
30795 "ptype on opaque struct tagname (dynamically) 2
30796 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
30797 gcc compiled for:
30798 "p datalocal"
30799 "whatis datalocal",
30800 "ptype datalocal",
30801 "p bsslocal",
30802 "whatis bsslocal", and
30803 "ptype bsslocal".
30804 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
30805 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
30806 when not gcc compiled.
30807 * gdb.base/funcargs.exp (float_and_integral_args): Add
30808 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
30809 compiled.
30810 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
30811 "backtrace from call6a" when not gcc compiled.
30812 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
30813 "backtrace from call7a" when not gcc compiled.
30814 * gdb.base/callfuncs.exp (do_function_calls):
30815 Add "hppa*-*-hpux*" xfail when not gcc compiled for
30816 "p t_char_array_values(char_array_val2,char_array_val1)",
30817 "p t_char_array_values(char_array_val1,char_array_val2)",
30818 "p t_char_array_values("carray 1","carray 2")",
30819 "p t_char_array_values("carray 1",char_array_val2)",
30820 "p t_char_array_values(char_array_val1,"carray 2")",
30821 "p sum_args(1,{2})",
30822 "p sum_args(2,{2,3})",
30823 "p sum_args(3,{2,3,4})",
30824 "p sum_args(4,{2,3,4,5})"
30825 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
30826 "backtrace in corefile.exp" when not gcc compiled.
30827
30828 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30829
30830 * gdb.base/signals.exp: Rewrite `handle all print' test as
30831 a procedure. Accept blanks or TABs as whitespace, increase
30832 timeout and expect input buffer size for the large output
30833 from the command. Remove "i*86-*-bsdi2.0" xfail.
30834
30835 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30836
30837 * gdb.base/setvar.exp: Add new testcases for truncation when
30838 assigning invalid values to bitfields.
30839
30840 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
30841
30842 * gdb.base/callfuncs.exp (do_function_calls): Remove
30843 mips-sgi-irix* xfail for
30844 "call inferior func with struct - returns char *"
30845 and fix test so that an optional (unsigned char *) cast is
30846 accepted in the result.
30847
30848 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
30849
30850 * gdb.base/funcargs.exp (float_and_integral_args): Remove
30851 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
30852 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
30853 * gdb.base/signals.exp: Remove duplicate "handle all print" test
30854 that accidentally got checked in.
30855
30856 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
30857
30858 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
30859 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
30860 compiled test.
30861 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
30862 Add mips-sgi-irix5* xfail for not gcc compiled.
30863 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
30864 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc
30865 compiled for "p top", "whatis top", "p middle", and "whatis
30866 middle".
30867 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
30868 "whatis signed char" for not gcc compiled.
30869 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
30870 "set variable signed char=-1 (-1)" and
30871 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
30872 * gdb.base/funcargs.exp (float_and_integral_args):
30873 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
30874 Add mips-sgi-irix* xfail when not gcc compiled for
30875 "continue to call2b".
30876 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
30877 "continue to call2g".
30878 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc
30879 compiled for "backtrace from call6a"
30880 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc
30881 compiled for "backtrace from call7k". Add mips-sgi-irix5* xfail
30882 when not gcc compiled for "backtrace from call7a".
30883 (localvars_after_alloca): Fix gdb_test cmds for
30884 "print * after runto ...".
30885 Remove rs6000-*-* xfails for
30886 "print i after runto localvars_after_alloca" and
30887 "print l after runto localvars_after_alloca"
30888 for all compilers.
30889 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
30890 when not compiled with gcc, for:
30891 "print signed char == (minus)",
30892 "print signed char != (minus)",
30893 "print signed char < (minus)",
30894 "print signed char > (minus)".
30895 * gdb.base/callfuncs.exp (do_function_calls):
30896 Add mips-sgi-irix* xfail, when compiled with native compiler, for
30897 "call inferior func with struct - returns char *".
30898 * gdb.base/return.exp (return_tests): Change xfail for
30899 "correct value returned double test" to include Solaris 2.4.
30900 * gdb.base/funcargs.exp (float_and_integral_args):
30901 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
30902
30903 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30904
30905 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
30906 enumeration bitfields if compiling with GNU C.
30907 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
30908 to empty' prompt.
30909
30910 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
30911
30912 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
30913 test for PRO targets.
30914
30915 * gdb.base/funcargs.exp: Avoid ever setting more than 8
30916 breakpoints in the inferior at any given time by making
30917 two groups of breakpoints for call2*, call6* and call7*
30918 tests.
30919
30920 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30921
30922 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
30923 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
30924 from optimizing it away.
30925 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
30926 "call inferior func with struct".
30927
30928 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
30929
30930 * configure.in: Only configure gdb.chill for particular targets.
30931
30932 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
30933
30934 * gdb.base/Makefile.in: Add action to .c.o transformation
30935 rule that generates a .ci file for each .o file and remove
30936 explicit .c.o rules except for callfuncs.o.
30937 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
30938 generates a .ci file for each .o file and remove explicit
30939 .cc.o rules.
30940 (clean): Remove *.tmp *.ci files.
30941 (EXECUTABLES): Remove templ-info.exp.
30942 * gdb.base/compiler.c: New file.
30943 * gdb.c++/compiler.cc: New file
30944 * gdb.base/scope.exp: Source gdb.base/scope.ci.
30945 Change rs6000-*-* xfail for
30946 "print 'scope0.c'::filelocal_ro" and
30947 "print 'scope1.c'::filelocal" and
30948 "print 'scope1.c'::filelocal_bss" and
30949 "print 'scope1.c'::filelocal_ro" and
30950 "print 'scope1.c'::foo::funclocal" and
30951 "print 'scope1.c'::foo::funclocal_ro" and
30952 "print 'scope1.c'::bar::funclocal" and
30953 "print 'scope0.c'::filelocal_ro" and
30954 "print 'scope1.c'::filelocal at foo" and
30955 "print 'scope1.c'::filelocal_bss at foo" and
30956 "print 'scope1.c'::filelocal_ro at foo" and
30957 "print 'scope1.c'::foo::funclocal at foo" and
30958 "print 'scope1.c'::foo::funclocal_bss at foo" and
30959 "print 'scope1.c'::foo::funclocal_ro at foo" and
30960 "print 'scope1.c'::bar::funclocal at foo" and
30961 "print 'scope0.c'::filelocal_ro" and
30962 "print 'scope1.c'::filelocal" and
30963 "print 'scope1.c'::filelocal_bss" and
30964 "print 'scope1.c'::filelocal_ro" and
30965 "print 'scope1.c'::foo::funclocal" and
30966 "print 'scope1.c'::foo::funclocal_bss" and
30967 "print 'scope1.c'::foo::funclocal_ro" and
30968 "print 'scope1.c'::bar::funclocal" and
30969 "print 'scope1.c'::bar::funclocal_bss"
30970 to only be xfail'd when not compiled with gcc.
30971 Add rs6000-*-* xfail for
30972 "print 'scope0.c'::filelocal_bss before run"
30973 when compiled with gcc.
30974 (test_at_main): Add rs6000-*-* xfail for
30975 "print filelocal_ro in test_at_main"
30976 when compiled with gcc.
30977 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
30978 Add rs6000-*-aix* xfail for
30979 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
30980 "ptype t_char_array", not compiled with gcc.
30981 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
30982 xfail for "list foo (in include file)" when gcc compiled.
30983 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
30984 (integral_args): Add rs6000-*-* xfail for
30985 "run to call0a" if not compiled with gcc.
30986 (unsigned_integral_args): Add rs6000-*-* xfail for
30987 "run to call1a" if not compiled with gcc.
30988 (float_and_integral_args): Add rs6000-*-* xfail for
30989 "run to call2a" if not compiled with gcc and for
30990 "continue to call2b" for any compiler.
30991 Add rs6000-*-* xfail to
30992 "print f1 after run to call2a" for gcc compiled.
30993 (discard_and_shuffle): Add rs6000-*-* xfail for
30994 "run to call6a".
30995 (shuffle_round_robin): Add rs6000-*-* xfail for
30996 "backtrace from call7a" if not compiled with gcc.
30997 Add rs6000-*-* xfail for
30998 "backtrace from call7b" if compiled with gcc.
30999 (call_after_alloca): Add rs6000-*-* xfail for
31000 "print c in call_after_alloca" and
31001 "print s in call_after_alloca" and
31002 "backtrace from call_after_alloca_subr"
31003 if not compiled with gcc.
31004 (localvars_in_indirect_call): Add rs6000-*-* xfail for
31005 "print c in localvars_in_indirect_call" and
31006 "print c in localvars_in_indirect_call" and
31007 "backtrace in indirectly called function" and
31008 "stepping into indirectly called function"
31009 if not compiled with gcc.
31010 (localvars_after_alloca): Add rs6000-*-* xfail for
31011 "print c after runto localvars_after_alloca" and
31012 "print s after runto localvars_after_alloca" and
31013 "print i after runto localvars_after_alloca" and
31014 "print l after runto localvars_after_alloca"
31015 for all compilers.
31016 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
31017 than whatis-info.exp.
31018 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
31019 than opaque-info.exp.
31020 Setup rs6000-*-* xfail for
31021 "ptype on opaque struct pointer (statically)" and
31022 "ptype on opaque struct pointer (dynamically)" when
31023 not compiled with gcc.
31024 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
31025 rather than callf-info.exp.
31026 (do_function_calls): Add clear_xfail for rs6000-*-* for
31027 "p t_float_values2(3.14159,float_val2)". Seems to work
31028 fine there, both with xlc and gcc. Need to find out what
31029 it is doing right and fix other platforms.
31030 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
31031 "call inferior func with struct - returns int",
31032 "call inferior func with struct - returns long",
31033 "call inferior func with struct - returns float",
31034 "call inferior func with struct - returns double",
31035 "call inferior func with struct - returns char *",
31036 but only if not gcc compiled (presumes xlc compiled).
31037 Change rs6000-*-* xfails for
31038 "call inferior func with struct - returns char" and
31039 " call inferior func with struct - returns short" to only
31040 xfail if not using gcc.
31041 (clean mostlyclean): Remove *.ci and *.tmp files.
31042 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
31043 than templ-info.exp.
31044 * gdb.base/langs.exp: Source gdb.base/langs.ci.
31045 Add rs6000-*-* xfail for "up to foo in langs.exp"
31046 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
31047 when not gcc compiled.
31048
31049 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
31050
31051 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
31052 * gdb.base/corefile.exp: Likewise.
31053 * gdb.base/list.exp: Likewise.
31054 * gdb.base/scope.exp: Likewise.
31055 * gdb.base/siganls.exp: Likewise.
31056
31057 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
31058 compiler output.
31059 * gdb.base/whatis.exp: Likewise.
31060
31061 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
31062
31063 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
31064 failure (opcode table has been fixed to match reality).
31065
31066 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
31067
31068 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
31069 "call inferior func with struct - returns char",
31070 "call inferior func with struct - returns short"
31071
31072 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
31073 "print 'scope0.c'::filelocal at main",
31074 "print 'scope0.c'::filelocal_bss in test_at_main",
31075 "print 'scope0.c'::filelocal at foo",
31076 "print 'scope0.c'::filelocal_bss in test_at_foo",
31077 "print 'scope0.c'::filelocal at bar",
31078 "print 'scope0.c'::filelocal_bss in test_at_bar"
31079
31080 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
31081 in source file 1". This bug seems to have been fixed with both
31082 gcc and native cc (was native assembler bug?).
31083
31084 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
31085
31086 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
31087 "backtrace through signal handler" to "i*86-*-sysv4*".
31088 * gdb.base/signals.exp: Add xfail for "'next' behaved as
31089 continue" case. Add "known SVR4 bug" to fail message.
31090 Add "i*86-*-bsdi2.0" xfail for "handle all print".
31091 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
31092 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
31093 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
31094 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
31095 "up to foo in langs.exp", "show language at foo in
31096 langs.exp", "up to cppsub_ in langs.exp", "show
31097 language at cppsub_ in langs.exp", "up to fsub in
31098 langs.exp", and "show language at fsub in langs.exp".
31099 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
31100 "bactrace in corefile.exp".
31101 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
31102 "call inferior function with struct - returns float" and
31103 "call inferior function with struct - returns double".
31104
31105 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
31106
31107 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
31108 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
31109 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
31110 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
31111
31112 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
31113
31114 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
31115 (or overriden) "CHILL" macro rather then bare "gcc".
31116 Also look for ../../gcc/xgcc since that is what we will
31117 actually need, not "Makefile". Remove following assignment
31118 of CHILL to CHILL_FOR_TARGET because that results in
31119 recursive definition.
31120
31121 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
31122
31123 * gdb.base/corefile.exp: Change xfail for backtrace in
31124 corefile.exp from linuxaout to all linux.
31125 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
31126 cases where we miss the breakpoint at the signal handler
31127 for some reason. Setup xfail for linuxoldld/linuxaout and
31128 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
31129 hitting SIGURG breakpoint.
31130 * gdb.base/signals.exp: Setup xfail for "next" acting like
31131 continue to add linuxoldld. Setup xfail for all linux for
31132 "next to handler in signals_tests_1", "backtrace in
31133 signals_tests_1", "continue to func1", "pass SIGUSR1",
31134 and continue to handler".
31135
31136 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
31137
31138 * Update all FSF addresses except those in COPYING* files.
31139
31140 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
31141
31142 * gdb.base/a2-run.exp: Change messages to be more explicit about
31143 the status of args, and quote binfile in results.
31144
31145 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
31146
31147 * gdb.base/callfuncs.exp: Add tests for passing structs to
31148 inferior functions and return various types.
31149 * gdb.base/callfuncs.c: Add functions to receive a struct
31150 and return a member of the struct, in various types.
31151
31152 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31153
31154 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
31155
31156 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
31157
31158 * config/vxworks29k.exp: New file, sources vxworks.exp.
31159
31160 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
31161
31162 * config/gdbremote.exp: New file. Testing framework using
31163 gdbserver.
31164
31165 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
31166
31167 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
31168 "call function when asleep" and "send end of file".
31169 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
31170 for "backtrace in corefile.exp".
31171 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
31172 for "backtrace through signal handler".
31173 * gdb.base/corefile.exp: Make sure we actually generate a core file
31174 before trying the core tests. Some systems allow the user to suppress
31175 generation of core files and default to that (linux for example).
31176 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
31177 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
31178
31179 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
31180
31181 * gdb.threads: New directory with some crude multi-threaded
31182 gdb tests (step.exp and step2.exp).
31183 * config/mt-lynx (STEP_EXECUTABLE): Define.
31184 (THREADFLAGS): Define.
31185
31186 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
31187
31188 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
31189
31190 * gdb.base/signals.exp: Disable whole file for lynx until
31191 further notice.
31192
31193 * gdb.base/signals.exp: xfail test where "next" acts like
31194 "continue" for lynx.
31195
31196 * gdb.base/interrupt.exp: xfail test for calling function while
31197 inferior is asleep for lynx.
31198
31199 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
31200 than one cr-lf after each command.
31201
31202 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31203
31204 * configure.in: Reinstate setting of stabsdirs variable, fix
31205 typo in setting up configdirs for native builds.
31206
31207 * gdb.base/return.exp: Fix typo in return double test.
31208 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
31209 compiler from optimizing them away.
31210
31211 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
31212
31213 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
31214 sequences to be echo'd by gdb when using gdb_test.
31215 * gdb.chill/chexp.exp: Likewise.
31216 * gdb.fortran/exprs.exp: Likewise
31217
31218 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
31219
31220 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
31221 after the inferior gdb has started.
31222
31223 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
31224 after each command.
31225 * gdb.base/funcargs.exp: Likewise.
31226 * gdb.base/gdbvars.exp: Likewise.
31227 * gdb.base/interrupt.exp: Likewise.
31228 * gdb.base/list.exp: Likewise.
31229 * gdb.base/watchpoint.exp: Likewise.
31230 * gdb.c++/demangle.exp: Likewise.
31231 * gdb.c++/inherit.exp: Likewise.
31232 * gdb.chill/chexp.exp: Likewise.
31233 * gdb.fortran/exprs.exp: Likewise.
31234
31235 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
31236 test if we can't handle IO to/from the inferior.
31237
31238 * gdb.c++/misc.exp: Always check for a program already being
31239 started after sending a "run" command to gdb.
31240
31241 * gdb.base/twice.exp: Start with a fresh gdb.
31242
31243 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
31244 only depend on gdb's expression code, not the chill runtime.
31245
31246 * gdb.base/return.c: Put return values into variables so we
31247 can have gdb print them rather than depending on the program
31248 to print them.
31249 * gdb.base/return.exp: Corresponding changes.
31250
31251 * lib/gdb.exp: Provide default value for noinferiorio.
31252 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
31253 the inferior.
31254
31255 * gdb.base/break.exp: Always check for a program already being
31256 started after sending a "run" command to gdb.
31257 (text_next_with_recursion): Don't check the output from the
31258 program's printf statement. Instead just make sure the program
31259 exited.
31260
31261 * gdb.base/commands.exp: Protect tests which need arguments with
31262 $noargs conditionals.
31263
31264 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31265
31266 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
31267 of structure member arrays to match gdb/valops.c:value_addr change.
31268
31269 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
31270
31271 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
31272 cases.
31273
31274 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
31275
31276 * configure.in (configdirs): Remove gdb.chill from default list
31277 of subdirs and then add it back in only if doing a native build.
31278 The current chill compiler does not yet work in any cross build.
31279 * Revert all signal changes from Jul 6.
31280 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
31281 for sh-hms targets, allowing these tests to link, with no other
31282 changes. Testing is suppressed by setting "nosignals" in site.exp.
31283
31284 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
31285
31286 * configure.in (signaldirs): Define and add to configdirs for all
31287 targets except some specific ones that are known to not support signals.
31288 Also clean up formatting.
31289 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
31290 (signals, sigall): Remove rules to build.
31291 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
31292 Moved to new gdb.signals directory.
31293 * gdb.signals: New test directory.
31294 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
31295 signals.c signals.exp}: New or moved files.
31296
31297 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
31298
31299 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
31300
31301 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
31302
31303 * gdb.base/return.exp: Xfail `return double' test failure
31304 on at least Solaris 2.3 and handle future/past versions on
31305 a case by case basis as appropriate. Also update message
31306 to include i*86 failures.
31307
31308 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31309
31310 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
31311
31312 * lib/gdb.exp: Fix comment which erroneously identified
31313 gdb_file_cmd as gdb_load (the 19 May change was in fact to
31314 gdb_file_cmd not gdb_load).
31315 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
31316
31317 * gdb.base/setvar.exp: Make test names consistent between pass and
31318 fail cases. Use gdb_test more.
31319
31320 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31321
31322 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
31323
31324 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31325
31326 * gdb.base/help.exp: Fix expected help string for `show commands'.
31327
31328 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
31329
31330 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
31331
31332 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
31333 of a text section.
31334
31335 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
31336
31337 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
31338 that loop eventually terminates. Fix Connection refused logic so
31339 that testsuite will expire nicely.
31340
31341 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
31342
31343 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
31344 config/rom68k.exp: New tcl glue for the appropriate monitors.
31345 These all just end up calling monitor.exp.
31346 * config/monitor.exp (gdb_target_monitor): Handle `Connection
31347 refused' by retrying. Cleanup some timeout issues.
31348 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
31349 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
31350 callers don't have to set/restore global timeout variable.
31351
31352 * The following set of changes centralizes management of the global
31353 timeout variable. This way, it can be set in one target dependent
31354 place instead of dozens of places scattered throughout the test suite.
31355 If you need to lengthen a timeout, then you should either set timeout
31356 in one of the config/{target}.exp files, or multiply it by a factor.
31357 Setting it to an absolute value is always going to lose for some
31358 targets.
31359 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
31360 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
31361 * gdb.base/funcargs.exp: Don't set timeout.
31362 * gdb.base/list.exp (test_forward_search): Only use local timeout.
31363 * gdb.base/printcmds.exp (test_print_string_constants
31364 test_print_array_constants): Don't set timeout.
31365 * gdb.base/ptype.exp: Don't set timeout.
31366 * gdb.base/recurse.exp: Don't set timeout.
31367 * gdb.base/return.exp: Don't set timeout.
31368 * gdb.base/watchpoint.exp: Don't set timeout.
31369 * gdb.c++/classes.exp (do_tests): Don't set timeout.
31370 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
31371
31372 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
31373
31374 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
31375
31376 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31377
31378 * lib/gdb.exp: Disable chill tests for irix5.
31379
31380 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31381
31382 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
31383 each test pass or fail.
31384
31385 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31386
31387 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
31388 xlc not gcc.
31389
31390 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
31391
31392 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
31393
31394 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
31395
31396 * config/est.exp: Fix copyright and comments. Remove dead code.
31397 Use targetname, serialport and baud variables instead of fixed
31398 constants.
31399 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
31400 * config/cpu32bug.exp: New file to support cpu32bug monitors.
31401
31402 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31403
31404 * gdb.base/watchpoint.exp: Don't run
31405 test_watchpoint_triggered_in_syscall for sunos.
31406
31407 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31408
31409 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
31410 they don't seem to exist. Do include stdio.h.
31411
31412 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31413
31414 * gdb.base/a1-selftest.exp: Add alpha xfail.
31415
31416 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31417
31418 * gdb.base/watchpoint.c (main): Prompt before calling read().
31419 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
31420 Revise accordingly. Remove cruft about sending "123" several
31421 times, until it gets noticed. Clean up the "print buf[0]" stuff
31422 so that it passes or fails, and waits for prompts in the usual way.
31423
31424 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31425
31426 * gdb.base/recurse.exp: Fix comment.
31427
31428 * TODO: Remove item about printing variables in nodebug.exp. Add
31429 item about enabling tests which are only run on some targets.
31430
31431 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
31432 fail, make test names unique, use new gdb_test convention
31433 regarding pattern, use gdb_test more, etc.).
31434
31435 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
31436 fail, make test names unique, etc.).
31437
31438 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31439
31440 * gdb.base/nodebug.c: Change return type of top and middle to
31441 short.
31442 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
31443 are fixed by the recent mdebugread.c changes. Allow `short ()'
31444 as type for top and middle.
31445
31446 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31447
31448 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
31449 nearly as I can tell, the whole thing was an accident in Stu's
31450 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
31451 to replace a send/expect pair with gdb_test, but ended up only
31452 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
31453 of 30 Mar 1995 took care of it, but left this vestigial comment
31454 which I am now nuking.
31455
31456 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31457
31458 * gdb.base/break.exp: Look for different line number for
31459 breakpoint at main depending on usestubs.
31460
31461 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31462
31463 * gdb.base/list.exp: Adjust some alternate expect patterns to
31464 match recent list0.c change. Add alternate expect pattern for
31465 output from `list default lines around main' for optimizing
31466 compilers.
31467
31468 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31469
31470 * lib/gdb.exp: If nosignals is not set, set it to 0.
31471
31472 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
31473
31474 * config/slite-gdb.exp: Responds to load symbol table prompt.
31475 * gdb.base/break.exp: Adjust line number, fix rerun.
31476 * gdb.base/langs0.c: Add #ifdef usestubs.
31477
31478 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
31479
31480 * gdb.base/list.exp: Adjust line contents after adding new lines in
31481 list0.c. Also fix a syntax error.
31482
31483 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
31484 * gdb.base/break.exp: ditto.
31485 * gdb.base/list.exp: ditto.
31486 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
31487 * gdb.base/run.c: ditto.
31488 * gdb.base/list0.c: ditto.
31489 * gdb.base/funcargs.c: ditto.
31490
31491 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
31492
31493 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
31494 $targetname, $serialport and $baud instead of hardwired variables.
31495 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
31496 target doesn't support signals.
31497
31498 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
31499
31500 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
31501
31502 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31503
31504 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
31505 Don't rely on the value of an auto variable before it has been
31506 initialized. Use gdb_test more.
31507
31508 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31509
31510 * lib/gdb.exp (default_gdb_version): A version number must start
31511 with a digit, but other than that contains all characters up to
31512 the first whitespace character.
31513
31514 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31515
31516 * gdb.base/commands.exp (breakpoint_command_test): New tests.
31517
31518 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31519
31520 * gdb.c++/*.exp: Warn if executable does not exist. The original
31521 reason for skipping the warning was that configure.in sometimes
31522 intentionally skipped building the executables but the tcl code
31523 had no way of knowing. That (a) was always bogus with respect to
31524 error handling, (b) is no longer true (right now there is no way
31525 to skip C++ tests).
31526
31527 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
31528
31529 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31530
31531 * gdb.base/list.exp: Add expect patterns for output from
31532 SunPRO compiled executables.
31533 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
31534 types.
31535
31536 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31537
31538 * gdb.base/break.exp (test_next_with_recursion): Accept any line
31539 number (we are already testing that the correct source line text
31540 gets printed).
31541
31542 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
31543 that is what is intended, but something needed to be done to get
31544 sunos4 native working again.
31545
31546 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
31547
31548 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
31549 apparently went with a (very) old xfail.
31550
31551 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
31552
31553 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
31554 runto_main is a proc in gdb.exp that will do 'step' for target use
31555 stubs.
31556 * gdb.base/exprs.exp: ditto.
31557 * gdb.base/interrupt.exp: ditto.
31558 * gdb.base/opaque.exp: ditto.
31559 * gdb.base/printcmds.exp: ditto.
31560 * gdb.base/ptype.exp: ditto.
31561 * gdb.base/scope.exp: ditto.
31562 * gdb.base/setvar.exp: ditto.
31563 * gdb.base/signals.exp: ditto.
31564 * gdb.base/twice.exp: ditto.
31565 * gdb.c++/classes.exp: ditto.
31566 * gdb.c++/inherit.exp: ditto.
31567 * gdb.c++/templates.exp: ditto.
31568 * gdb.base/break.exp: no run and hit main for stubs. Change line
31569 numbers for breakpoints and info breakpoint.
31570 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
31571 breakpoint().
31572 * gdb.base/callfuncs.c: ditto.
31573 * gdb.base/exprs: ditto.
31574 * gdb.base/interrupt.c: ditto.
31575 * gdb.base/opaque0.c: ditto.
31576 * gdb.base/printcmds.c: ditto.
31577 * gdb.base/ptype.c: ditto.
31578 * gdb.base/scope0.c: ditto.
31579 * gdb.base/setvar.c: ditto.
31580 * gdb.base/signals.c: ditto.
31581 * gdb.base/twice.c: ditto.
31582 * gdb.c++/misc.cc: ditto.
31583 * gdb.c++/templates.cc: ditto.
31584
31585 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31586
31587 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
31588
31589 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
31590 somewhere between `read' and `main.c'. I'm pretty sure the
31591 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
31592 and it isn't particularly useful.
31593
31594 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
31595
31596 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31597
31598 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
31599
31600 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
31601
31602 * config/mt-slite: add LIBS and -nostdlib.
31603 * config/slite-gdb.exp: add this new file to support sparclite target.
31604
31605 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
31606
31607 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
31608
31609 * gdb.base/a2-run.exp: Change argument to istarget from
31610 "*-*-vxworks" to "*-*-vxworks*".
31611 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
31612
31613 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
31614
31615 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
31616 will not runto main but do a 'step' to step out of breakpoint().
31617 * config/mt-slite: add -Dusestubs.
31618
31619 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31620
31621 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
31622 instead of just @.
31623
31624 * gdb.base/signals.exp: Add test for "handle all print".
31625 * TODO: Remove "handle all print". Also remove item about
31626 checking copyright date (I don't like the idea of a spurious FAIL
31627 based on when we run the tests).
31628
31629 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
31630 for SunOS4 (reason for failure not investigated). Remove
31631 redundant test for $binfile.
31632
31633 * gdb.base/nodebug.c (array_index): Call malloc.
31634
31635 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
31636
31637 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
31638
31639 * gdb.base/recurse.exp: Update gdb_test invocation to use new
31640 conventions and slightly simplify the matching regexp.
31641
31642 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31643
31644 * gdb.base/break.exp: Update gdb_test invocation to use new
31645 convention.
31646
31647 * lib/gdb.exp: If noargs is not set, set it to 0.
31648
31649 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
31650 tests unique.
31651
31652 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
31653
31654 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31655
31656 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
31657 one argument of type "<non-float parameter>".
31658
31659 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
31660
31661 * config/rom68k.exp: New file to support Motorola IDP board.
31662 * gdb.base/a2-run.exp: Skip this file if noargs is set.
31663 * gdb.base/break.c: Change things around so that this program
31664 doesn't depend upon args. This is necessary to make remote
31665 targets work (in general, they can't take args).
31666 * gdb.base/break.exp: Don't try to send args to program. Don't
31667 expect output. Also, replace lots of code with gdb_test.
31668
31669 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31670
31671 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
31672 printing of '\'' (which is what the comment says we are testing,
31673 even though we were not), not '''.
31674 (test_integer_literals_rejected): Test that printing ''' is an error.
31675
31676 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
31677 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
31678 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
31679 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
31680 Use gdb_test not test_print_accept.
31681 * lib/gdb.exp: Remove test_print_accept.
31682
31683 * gdb.base/signals.exp (signal_tests_1): Make pass message
31684 consistent with fail message.
31685
31686 * gdb.base/whatis.exp: Remove xfails for printing char vs.
31687 unsigned char; the bug (PR 1821) is fixed.
31688
31689 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
31690
31691 * gdb.base/scope.exp (test_at_localscopes): Call pass for
31692 successful tests--makes xfailing them work right.
31693
31694 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31695
31696 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
31697 only \r\n, not .*. The test can pass .* as the last thing in
31698 $pattern if that is what it wants. In addition to providing this
31699 flexibility, this change should speed up pattern matching in cases
31700 where the pattern already ended with .* (there were a number of
31701 them). This change also helps catch bad patterns--in the old
31702 scheme the typo "char \*" instead of "char \\*" would pass. Now
31703 it is caught.
31704 * Many .exp files: Update callers.
31705
31706 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
31707 clearer and does not spuriously match multiple ('s. Likewise for
31708 ) and *.
31709
31710 * gdb.base/nodebug.exp: Test ability to call a function and pass
31711 it a string (even with no debugging info).
31712
31713 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
31714 "p '\'", which is the same as "p ''" once tcl gets done with
31715 quoting, to "p '\\'", which I suspect is what is intended (one
31716 backslash gets sent to GDB).
31717
31718 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
31719
31720 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31721
31722 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
31723 1817) was fixed literally years ago.
31724
31725 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31726
31727 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
31728 test, it causes stepping out of call_after_alloca_subr with
31729 optimizing compilers.
31730 (localvars_in_indirect_call): Consume GDB prompt if `finish'
31731 fails.
31732
31733 * gdb.c++/templates.exp: Source templ-info.exp only if
31734 the templates executable exists.
31735
31736 * gdb.c++/misc.cc (class Contains_static_instance,
31737 class Contains_nested_static_instance),
31738 gdb.c++/classes.exp (test_static_members): Test printing of
31739 a class that contains a static instance of the class.
31740
31741 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31742
31743 * gdb.base/langs2.c (cppsub_): Don't prototype.
31744 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
31745 only, I believe).
31746
31747 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31748
31749 * lib/gdb.exp (skip_chill_tests): New procedure.
31750
31751 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
31752
31753 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
31754
31755 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
31756 each expect pattern. Cuts runtime from 12 to about 4 seconds.
31757
31758 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31759
31760 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
31761
31762 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
31763 disassemble 8, not 16, instructions for part 4.
31764
31765 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
31766 support the latter anymore.
31767
31768 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
31769 -DNO_PROTOTYPES.
31770 * gdb.base/callfuncs.c: Control use of prototypes based on
31771 NO_PROTOTYPES, not __STDC__.
31772 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
31773 t_float_values2 tests if prototypes in use.
31774
31775 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
31776 t_double_values): When checking differences against DELTA, check
31777 that difference is within the range (-DELTA,DELTA), not just
31778 (-infinity,DELTA).
31779
31780 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
31781
31782 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
31783 'file' command firts, then 'target', then 'load', this is due to gdb
31784 target set up.
31785 * config/mips-gdb.exp: Fix a couple regular exp bugs.
31786
31787 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
31788
31789 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
31790 FP load/store variants.
31791 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
31792
31793 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
31794
31795 * gdb.base/term.exp: Do not give a warning if not native, it is
31796 not an abnormal condition.
31797
31798 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
31799
31800 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
31801 t_char_array".
31802
31803 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
31804
31805 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
31806 are getting the version number.
31807
31808 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
31809 if not native, it is not an abnormal condition.
31810
31811 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31812
31813 * lib/gdb.exp: Just use "file exists", rather than undocumented
31814 dejagnu procedure "findfile".
31815
31816 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
31817
31818 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
31819 (LDFLAGS): Set to -Xlinker -Ur.
31820
31821 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
31822 Removed, these values are set by lib/gdb.exp.
31823
31824 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
31825
31826 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
31827
31828 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
31829 of replicating gdb startup code.
31830
31831 * config/mt-vxworks (LDFLAGS): Set to -r.
31832 (CFLAGS_FOR_TARGET): Removed.
31833
31834 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
31835 (gdb) and gdb for vxworks uses (vxgdb).
31836
31837 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
31838 executable is not in the tree and host != target, use sed and
31839 program_transform_name to determine the gdb name used by the
31840 target.
31841
31842 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
31843 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
31844
31845 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31846
31847 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
31848 floats, chars, and shorts where there are ANSI-style function
31849 definitions.
31850
31851 * gdb.base/langs.exp, gdb.base/langs*: New test.
31852 * gdb.base/Makefile.in: Build it.
31853 * TODO: Remove item about checking that C names don't get C++
31854 demangling applied; this test tests it.
31855
31856 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31857
31858 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
31859 went with the const70 xfail. The xfail went away a year ago.
31860
31861 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
31862
31863 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
31864 for hp300.
31865
31866 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
31867
31868 * gdb.base/a1-selftest.exp: Don't run on hp300.
31869
31870 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31871
31872 * Makefile.in (site.exp): Set host_alias and target_alias as well
31873 as host_triplet and target_triplet.
31874
31875 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31876
31877 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
31878
31879 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
31880 places as other ecoff systems).
31881
31882 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
31883 ultrix.
31884
31885 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31886
31887 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
31888 remove them.
31889 * gdb.base/nodebug.exp: Accept "function" in addition to "text
31890 variable and "variable" in addition to "data variable".
31891 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
31892
31893 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
31894 2.
31895 * gdb.base/list1.c (long_line): Add additional statement at start
31896 of function.
31897 * gdb.base/list.exp (test_forward_search): Update line number to
31898 reflect new statement.
31899
31900 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31901
31902 * gdb.base/signals.exp: Reinitialize searched source directories
31903 after gdb_start call.
31904
31905 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
31906
31907 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
31908 * gdb.stabs/Makefile.in: Likewise.
31909
31910 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
31911 change. Instead split the tests into smaller pieces.
31912 * gdb.disasm/hppa.s: Corresponding changes.
31913
31914 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31915
31916 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
31917 Quote ^C when passing it to stty. For some shells ^ is a pipe.
31918
31919 * gdb.base/funcargs.exp: Modify many tests so that every test
31920 either passes or fails. Make some test names unique.
31921
31922 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31923
31924 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
31925 Call stty to set interrupt character.
31926
31927 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
31928 for HP assembler versus GNU assembler based on actual behavior of
31929 $(CC), rather than assuming that $(AS) is always the GNU assembler.
31930
31931 * TODO: Suggest a few more stepping tests.
31932
31933 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
31934
31935 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
31936 restart GDB for h8300 after a continue.
31937 (return): Add pattern to match a29k-udi behavior.
31938 * gdb.base/nodebug.exp: Remove obsolete comment.
31939 * gdb.base/regs.exp: New file, testing of register displays.
31940 * gdb.base/return.exp: Fix typo in reference to $objdir.
31941 * gdb.base/whatis.exp: Always start with a fresh GDB.
31942
31943 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31944
31945 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
31946 higher, these tests generate a lot of output.
31947
31948 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31949
31950 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
31951 code following the catch silently ignored some errors; without the
31952 catch they should be thrown like any other tcl error. Also, the
31953 catch used "" instead of {} which meant all the callers who wanted
31954 to include one of the characters "[]$ had to quote it an extra time.
31955 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
31956 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
31957 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
31958 Remove extra quoting.
31959
31960 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
31961
31962 * gdb.base/commands.exp: Make test names unique; every test either
31963 passes or fails. Update some comments.
31964
31965 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
31966
31967 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31968
31969 The following fixes a FAIL caused by the fact that the alpha stabs
31970 configuration didn't use the ".if alpha" code in weird.def.
31971 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
31972 bit pointer, so the 32 bit version works even on the alpha.
31973 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
31974 Remove the stuff which allowed us to have separate versions for
31975 alpha and everything else.
31976
31977 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
31978 regexp which "info func operator\[\](" is supposed to match. Fix
31979 string to send to GDB. Note that GDB still doesn't work right. Add a
31980 new test for "info func .perator\[\](" which GDB does handle correctly.
31981
31982 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
31983
31984 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31985
31986 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
31987 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
31988 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
31989 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
31990 it makes the tests harder to understand and confuses test-o-matic.
31991 The preferred style is that each test provides a PASS or a FAIL,
31992 and has a unique message (e.g. "continue #54" not just "continue")
31993 which is the same for the pass and the fail.
31994 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
31995 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
31996 to lib/gdb.exp.
31997 * gdb.base/printcmds.exp: Use test_print_accept. Remove
31998 prt_accept which was basically the same thing. Likewise for
31999 test_print_reject and prt_reject.
32000 * lib/gdb.exp (test_print_reject): Add some more error message
32001 patterns to match from the former printcmds.exp (prt_reject).
32002 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
32003 One defect of the passcount stuff is that some of it failed to
32004 report XPASS where appropriate.
32005 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
32006 stuff before and after arg in expected pattern.
32007 (test_paddr_operator_functions): Re-do test without print_addr_of;
32008 this is the only test which seems to want extra stuff there.
32009
32010 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32011
32012 * gdb.base/nodebug.exp: Update new tests to reflect improved
32013 wording of gdb output.
32014
32015 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
32016 and "ptype" work on variables in files compiled without -g.
32017 Replaces commented out "maint print msymbol" tests.
32018
32019 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32020
32021 * gdb.base/setvar.c (dummy): Call malloc.
32022
32023 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
32024 losing with the irix4 sed.
32025
32026 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
32027 ALRM" on irix4.
32028
32029 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32030
32031 * TODO: Remove items about corefile.exp testing new exec-file and
32032 backtrace; both are now done. Add items about printing enums.
32033
32034 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32035
32036 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
32037 "get signal $thissig" test fails.
32038
32039 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
32040
32041 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32042
32043 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
32044 compiler warning with dec alpha compiler.
32045
32046 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
32047 extra \n from gdb_test call (this explains why the prompt test
32048 that I removed yesterday was there).
32049 (user_defined_command_test): Remove extra \n and prompt test.
32050
32051 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
32052 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
32053 doesn't exist.
32054 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
32055 Also remove alpha workaround, which turns out to be because
32056 SIGABRT == SIGLOST.
32057
32058 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
32059
32060 * gdb.base/help.exp: Don't test "help show".
32061
32062 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32063
32064 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
32065 "set print address" is on.
32066 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
32067 pass prompt to gdb_test; gdb_test already looks for the prompt.
32068
32069 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
32070
32071 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
32072 was a vestige of the manual TESTSTRATEGY, and the purpose of it
32073 was to make sure that gdb can read a core file. But (a) the "read
32074 the corefile" part didn't make it to a1-selftest.exp, we just
32075 delete the corefile after creating it, and (b) we test reading
32076 corefiles in corefile.exp anyway. Also, this test left around a
32077 xgdb process on Solaris.
32078
32079 * gdb.base/corefile.exp: Also test backtrace.
32080
32081 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
32082
32083 * gdb.base/commands.exp: Test a simple user defined command with
32084 arguments and if/while statements; verify the full user command is
32085 printed by "show user".
32086
32087 * gdb.base/commands.exp: Test if/while commands as part of a
32088 breakpoint command list; verify they appear in breakpoint
32089 information.
32090
32091 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32092
32093 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
32094 than by dividing by zero.
32095
32096 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
32097
32098 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
32099 performing an inferior call with watchpoints enabled.
32100 * gdb.base/watchpoint.c (main): Delete second unnecessary read
32101 call.
32102
32103 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32104
32105 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
32106 of "file" command.
32107
32108 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
32109 Add additional pattern for when "int operator int(void);" appears
32110 in a different order.
32111
32112 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32113
32114 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
32115
32116 * gdb.base/help.exp: Replace most of docstrings for "info signals"
32117 and "signal" with ".*".
32118
32119 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32120
32121 * TODO: Add note about "handle all nostop".
32122
32123 * gdb.base/{sigall.c, sigall.exp}: New test.
32124 * gdb.base/Makefile.in: Add it.
32125
32126 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
32127
32128 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
32129 when invoking GDB, suppresses any windowing interface.
32130
32131 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
32132
32133 * config/sim-gdb: New file, simulator testing support.
32134
32135 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
32136
32137 * gdb.base/interrupt.exp: Test calling func1 twice.
32138
32139 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
32140
32141 * gdb.base/list.exp (test_forward_search): Set timeout higher
32142 when we'll be getting lots of output from gdb.
32143
32144 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
32145 "init_malloc" to after the expect statement. Run it if that
32146 regexp is taken, but also for two others which happen if source
32147 cannot be found.
32148
32149 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32150
32151 * gdb.base/printcmds.exp: New test, for printing register before
32152 program is running.
32153
32154 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32155
32156 * gdb.base/list.exp: Correct some alternate expect patterns
32157 to reflect changes in list1.c.
32158
32159 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32160
32161 * TODO: Add item regarding large frames.
32162
32163 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
32164
32165 * TODO: Remove item about enabling return.exp; it
32166 is enabled. Suggest a few more "return" tests.
32167
32168 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32169
32170 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
32171 anonymous unions.
32172
32173 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32174
32175 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
32176 and pr-5646.o, so "make" is the same as "make all", not "make
32177 pr-4975.o".
32178
32179 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
32180
32181 * gdb.base/list.exp: Adjust expectations to reflect changes in
32182 list1.c.
32183 (test_forward_search): New test proc.
32184 * gdb.base/list1.c (long_line): New function, has long source line.
32185
32186 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
32187
32188 * gdb.base/a1-selftest.exp: Change initial stepping to know about
32189 additional line of code that was added.
32190
32191 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
32192
32193 * gdb.disasm/hppa.s: Break the large branching tests into smaller
32194 tests so as not to overflow expect's input buffers.
32195 * gdb.disasm/hppa.exp: Corresponding changes.
32196
32197 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32198
32199 Beginnings of template debugging tests.
32200 * gdb.c++/templ-info.cc: New file to test for template
32201 debugging capability of the compiler.
32202 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
32203 templ-info.cc.
32204 * gdb.c++/templates.cc: Add explicit template instantiations
32205 to enable compiling with -fno-implicit-templates. Add destructor
32206 and 'value' method to T5 class for template tests.
32207 * gdb.c++/templates.exp: Add testcases for printing of template
32208 types, setting breakpoints on template methods and calling a
32209 template method.
32210
32211 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
32212
32213 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
32214 branch target since some assemblers (gas-2.5) may emit a
32215 relocation for the branch instead of resolving it in the
32216 assembler.
32217
32218 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32219
32220 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
32221 through signal handler.
32222
32223 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32224
32225 * configure.in (*-*-netware): Use config/mt-netware.
32226
32227 * config/mt-netware: New file.
32228 * config/mt-i386-netware: Removed, separate configs for different
32229 netware architectures are no longer needed now that we have
32230 --with-headers.
32231
32232 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32233
32234 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
32235 by the recent changes to use ANSI C arithmetic conversions.
32236
32237 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32238
32239 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
32240 bug involving using inferior_pid to figure out whether to select a
32241 frame.
32242
32243 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
32244
32245 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
32246 match the current disassembler output.
32247
32248 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
32249
32250 * gdb.fortran/exprs.exp: Expect VOID instead of void.
32251 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
32252 types, expect "int" as type of integer values (for now).
32253
32254 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
32255
32256 * gdb.base/commands.exp: New tests for if/while commands.
32257
32258 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
32259
32260 * lib/gdb.exp (runto): Replace sub-pattern for hex value
32261 by .*, since hex values have different syntax in Chill mode.
32262
32263 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32264
32265 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
32266 linefeed from expect pattern for repeated types with indices > 9.
32267
32268 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
32269
32270 First part of Fortran test suite.
32271 * gdb.fortran: New directory.
32272 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
32273
32274 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32275
32276 * gdb.base/default.exp: Update expect pattern for load command
32277 without arguments.
32278
32279 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
32280
32281 * configure.in: Change i386 to i[345]86.
32282 * gdb.base/configure.in: Likewise.
32283 * gdb.c++/configure.in: Likewise.
32284 * gdb.chill/configure.in: Likewise.
32285
32286 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
32287
32288 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
32289 patterns, since that is not a valid context for comments.
32290
32291 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
32292
32293 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
32294 repeated types and repeated types with indices > 9.
32295
32296 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
32297
32298 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
32299 2417; old bug has been fixed.
32300
32301 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
32302
32303 * gdb.base/interrupt.exp: When trying to wake up the inferior,
32304 send the newline ourselves instead of assuming gdb_test will do
32305 so when passed an empty input string.
32306
32307 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
32308 stabs testcode.
32309
32310 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32311
32312 * lib/gdb.exp (gdb_test): Don't send anything if the first
32313 argument is an empty string. This makes cases where we want to
32314 match output that is already in expect's buffers (for example,
32315 matching a breakpoint after gdb_run_cmd has been called) work
32316 reliably.
32317
32318 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32319
32320 * config/netware.exp: New file.
32321
32322 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32323
32324 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
32325 the -B and -L prefixes so we can find the debugging stub.
32326
32327 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
32328 there and we are using the gcc from the tree.
32329
32330 * gdb.base/types.c: Removed.
32331
32332 * gdb.base/configure.in: Look for makefile fragments in ../config.
32333 Recognize i386-*-netware.
32334 * gdb.c++/configure.in: Likewise.
32335
32336 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32337
32338 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
32339 the correct TCL syntax.
32340
32341 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32342
32343 * gdb.base/opaque.exp: use runto instead of messing around with
32344 breakpoints. Simplify by using gdb_test.
32345
32346 * gdb.base/bitfields.exp: restart between tests on netware targets
32347 because breakpoints aren't relocated after target death. Run
32348 processes to completion.
32349
32350 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
32351
32352 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
32353
32354 * Makefile.in: Remove extra tabs that confuse some versions
32355 of "make". Use the newly built gdb to test with by default,
32356 rather than the first one in the tester's search path.
32357
32358 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
32359
32360 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
32361
32362 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
32363 condition help.
32364
32365 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32366
32367 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
32368
32369 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
32370 running.
32371 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
32372 * gdb.base/funcargs.exp: Likewise.
32373
32374 * gdb.base/bitfields.exp: Simplify by using gdb_test.
32375 * gdb.base/funcargs.exp: Likewise.
32376
32377 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
32378 message is "".
32379
32380 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32381
32382 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
32383 return,signals,twice}.exp: Handle non-existant binaries
32384 consistantly.
32385
32386 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
32387 * gdb.base/Makefile.in: Don't try to generate a core dump, we
32388 might testing a cross development system.
32389
32390 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32391
32392 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
32393 runtest script is relative to ${srcdir}, not ${rootdir}.
32394
32395 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
32396
32397 * gdb.base/signals.exp: Allow for optionality of breakpoint
32398 address.
32399
32400 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32401
32402 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
32403
32404 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32405
32406 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
32407 for size_t definition.
32408 * gdb.c++/templates.cc: Likewise
32409
32410 * config/mt-i386-netware: New file.
32411
32412 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
32413 defined.
32414
32415 * gdb.base/Makefile.in: Added support for systems that name core
32416 files by appending "core" to the program name.
32417 * gdb.base/a1-selftest.exp: Likewise.
32418
32419 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32420
32421 * gdb.base/return.exp: Add comment and message for `return double'
32422 test failure on Sparc Solaris.
32423
32424 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
32425
32426 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
32427
32428 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32429
32430 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
32431 from optimizing them away.
32432 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
32433 patterns to include default constructors and assignment operators,
32434 to match gcc versions beyond 2.5.8. Accept any cplus demangling
32435 character in the output of the virtual base pointer.
32436
32437 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32438
32439 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
32440 expression match in print_addr_of to avoid unintented matches.
32441 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
32442 versions up to 2.5.8.
32443
32444 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32445
32446 * gdb.base/list.exp: Tweak alternate pattern for listing of an
32447 included file to run under newer versions of expect.
32448 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
32449 consecutive >'s in templates to accomodate recent cplus-dem.c change.
32450 Remove xfail for the virtual table of BDDHookV.
32451
32452 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
32453
32454 * lib/gdb.exp (string_to_regexp): Set a default result.
32455 (default_gdb_start): Fix misleading message.
32456
32457 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
32458
32459 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
32460 Remove all CC, etc definitions.
32461 * config/mt-hpux: New file.
32462 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
32463 (CFLAGS, LDFLAGS): Define.
32464 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
32465
32466 * Makefile.in (site.exp): Don't insert host_os, etc.
32467 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
32468 (distclean): Check existence of subdir.
32469 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
32470 * gdb.base/Makefile.in: General cleanup and simplification.
32471 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
32472 to build executables. Use default rule to build .o files.
32473 (EXPECT, RUNTEST, CC): Fix relative pathname.
32474 (site.exp): Don't insert host_os, etc.
32475 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
32476 and/or SIGUSR1 defined.
32477 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
32478 * gdb.c++/Makefile.in: General cleanup and simplification.
32479 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
32480 (CFLAGS): Remove.
32481 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
32482
32483 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
32484
32485 * gdb.base/recurse.exp: Misc changes to get tests running again
32486 after Kung's changes to the watchpoint code.
32487 * gdb.base/watchpoint.exp: Likewise.
32488
32489 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
32490
32491 * lib/gdb.exp (string_to_regexp): Convert {\} also.
32492
32493 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
32494
32495 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
32496 * lib/gdb.exp (default_gdb_start): Define.
32497 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
32498 gdb.base/funcargs.exp, gdb.base/opaque.exp,
32499 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
32500 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
32501 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
32502 Don't call gdb_target_udi in between tests.
32503
32504 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32505
32506 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
32507 (which was basically just a local version of the same thing). In
32508 addition to avoiding duplication, gdb_test_exact is faster.
32509 * lib/gdb.exp (gdb_test_exact): Fix typo.
32510
32511 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
32512 don't give an error.
32513
32514 * gdb.base/term.exp: Call delete_breakpoints before starting.
32515
32516 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
32517 (t10): Add comment.
32518
32519 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
32520
32521 Reorganization of the GDB Test Suite.
32522
32523 * gdb.base: New directory, contains all the basic tests.
32524 * gdb.c++: New directory, tests specific to C++.
32525 * gdb.chill: New directory, tests specific to Chill.
32526 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
32527 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
32528 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
32529 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
32530 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
32531 t30-31 to chill).
32532 * */gdbme.*: Rename to match appropriate expect scripts.
32533 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
32534 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
32535 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
32536 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
32537 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
32538 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
32539 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
32540 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
32541 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
32542 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
32543 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
32544 gdb.c++/virtfunc.cc: New names of C++ files.
32545 * gdb.chill/chillvars.ch: New name of Chill file.
32546 * gdb.base/configure.in, gdb.c++/configure.in,
32547 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
32548 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
32549 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
32550 * configure.in (configdirs): Update to reflect directory changes.
32551 (target_abbrev): No longer define for any configuration.
32552 * Makefile.in: Cosmetic improvements to header comments.
32553
32554 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
32555
32556 Various changes to gdb.t31:
32557
32558 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
32559 * gdbme.ch: Make all key-words and predefineds be upper-case.
32560 * chillvars.exp: Expect key-words and predefinds in upper-case.
32561
32562 * chillvars.exp: Use gdb_test_exact many places.
32563 Change expected output for arrays (which now includes index labels).
32564
32565 * pr-5020.exp, gdme.ch (module PR_5020):
32566 New test, for PR-5020.
32567
32568 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
32569
32570 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
32571 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
32572
32573 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
32574
32575 * Makefile.in: Fix bit-rot in definitions of CHILL,
32576 CHILL_FOR_TARGET and Chill_LIB.
32577 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
32578 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
32579 CHILL, and CHILL_LIB.
32580
32581 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
32582
32583 * Revert the previous changes. Please see Rob's directory
32584 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
32585
32586 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
32587
32588 * Makefile.in, configure.in, config/mips-gdb.exp,
32589 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
32590 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
32591 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
32592 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
32593 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
32594 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
32595 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
32596 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
32597 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
32598 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
32599 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
32600 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
32601 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
32602 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
32603 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
32604 changes from 94Q1.
32605
32606 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
32607
32608 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
32609 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
32610 Rob's new testing fragments.
32611
32612 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
32613
32614 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
32615 lib/gdb.exp: Replace error proc calls with perror.
32616
32617 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
32618
32619 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
32620 version also, match on casted version strings, and match on
32621 gdb startup case where the line numbers might be messed up.
32622
32623 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
32624
32625 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
32626 (CFLAGS): Delete it from here.
32627
32628 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
32629
32630 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
32631
32632 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
32633
32634 * Makefile.in (RUNTEST): Default to just "runtest".
32635
32636 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32637
32638 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
32639 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
32640 the code has been restructured.
32641
32642 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32643
32644 * gdb.t00/default.exp (set write): Allow any number of \r and/or
32645 \n, not just one of each.
32646
32647 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
32648 /bin/cc gives a warning if you do.
32649
32650 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
32651
32652 * gdb.t24/demangle.exp: change expect pattern of
32653 __t10ListS_link1ZUiRCUiPT0
32654
32655 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32656
32657 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
32658 on local variables in recursive functions.
32659
32660 * gdb.t07/Makefile.in: Build the new test.
32661
32662 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32663
32664 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
32665 directly. Instead compare the return values from actual calls.
32666
32667 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
32668
32669 * Makefile.in (check): Set TCL_LIBRARY for runtest.
32670
32671 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32672
32673 * From Peter Schauer with minor modifications.
32674 * gdb.t15/return.exp (return_tests): Handle targets where "return"
32675 stops in mid-line in the caller. Add xfail for returning a float
32676 value on X86 targets.
32677
32678 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32679
32680 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
32681 to avoid expect lossage.
32682 (fmem_LRbug_tests): Likewise.
32683 * gdb.disasm/hppa.s: Corresponding changes.
32684
32685 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
32686 conditions to work with latest dejagnu/expect.
32687
32688 * gdb.t15/funcargs.exp (finish from indirect call): No longer
32689 expected to fail on the PA.
32690 (backtrace in call with trampolines): Explicitly require main
32691 to be frame #1 (no trampolines should show up in backtrace).
32692
32693 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
32694 "continue -expect".
32695 * gdb.t06/break.exp: Likewise.
32696 * gdb.t07/watchpoint.exp: Likewise.
32697 * gdb.t13/bitfields.exp: Likewise.
32698 * gdb.t15/{funcargs,return}.exp: Likewise.
32699 * gdb.stabs/weird.exp: Likewise.
32700 * config/{mips,udi}-gdb.exp: Likewise.
32701
32702 * hppa.sed: Enclose comments within a sed command to avoid
32703 losing with the old OSF1 sed.
32704
32705 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32706
32707 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
32708 sequent dynix.
32709 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
32710 * gdb.t15/funcargs.exp: Conditionally step again to really
32711 finish from marker_call_with_trampolines. Handle the case where
32712 the first step from within call_with_trampolines already steps
32713 us back to main.
32714 * gdb.t15/gdbme.c: Add comment to closing brace of
32715 call_with_trampolines for funcargs.exp.
32716
32717 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32718
32719 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
32720 Fix typo(s).
32721
32722 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32723
32724 * gdb.t07/gdbme.c: More code for watchpoint testing.
32725
32726 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
32727 "Hardware watchpoint" throughout file.
32728 (test_watchpoint_triggered_in_syscall): New test.
32729 (test_complex_watchpoint): New test.
32730
32731 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32732
32733 * gdbme.c (call_with_trampolines): New function to try and step
32734 into. Tests trampoline problems on the PA.
32735
32736 * funcargs.exp (localvars_in_indirect_call): No longer expect
32737 stepping into indirect call to fail on PAs.
32738 (test_stepping_over_trampolines): New test.
32739
32740 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32741
32742 * TODO: Add suggestions for static member function tests, and
32743 completion tests.
32744
32745 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32746
32747 * TODO: Add suggestions for "p/a" tests.
32748
32749 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
32750 (default_gdb_exit): Replace all the hair with sending "quit" to
32751 the process with a simple close.
32752
32753 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32754
32755 * TODO: Add suggestions for shared library tests.
32756
32757 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32758
32759 * TODO: Add suggestions for x/s tests.
32760
32761 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32762
32763 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
32764 "enable once", and "enable breakpoints once" with ".*".
32765
32766 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32767
32768 * TODO: Add suggestions about structure passing tests.
32769
32770 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32771
32772 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
32773 the primary1 test, use work around if __GNUC__ < 2.
32774 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
32775 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
32776 Test for bad output rather than waiting for timeout. Issue
32777 second continue only if first continue failed.
32778
32779 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
32780
32781 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
32782 operator[] test with gdb_test because the old code didn't seem to
32783 be getting the quoting right with the new dejagnu.
32784
32785 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
32786
32787 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
32788 one from the path.
32789 * Makefile.in: Use a fresh expect if there is one, use runtest
32790 from the src tree if there is one.
32791
32792 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
32793
32794 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
32795 next over recursive call. Revise the tests from that point on
32796 (which had been skipped) to match GDB's actual (correct) output.
32797
32798 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
32799 with next over a breakpoint whose condition is false.
32800
32801 * gdb.t00/help.exp: Comment out "help set print" tests just like
32802 (and for same reason as) "help set" test.
32803
32804 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32805
32806 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
32807 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
32808
32809 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32810
32811 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
32812 necessary gdb_target_udi.
32813
32814 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
32815
32816 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
32817 1838 and 2417; they are fixed.
32818
32819 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
32820 gdb.t03/ptype.exp (ptype structure, ptype union):
32821 Remove xfails; the test is looser than when the xfails were added.
32822
32823 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
32824 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
32825
32826 * gdb.t01/run.exp: Only run shell test if isnative.
32827
32828 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
32829 since "run" automatically loads if necessary. Call gdb_target_udi
32830 after the "file" since "file" kills any execution target.
32831
32832 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
32833 GDB. GDB doesn't work that way (not anymore at least) on UDI.
32834 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
32835 argument for UDI.
32836
32837 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
32838
32839 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
32840
32841 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
32842
32843 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32844
32845 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
32846 properly quoting regexps. This makes the second argument to
32847 demangle a fixed string, which matches the callers, instead of a
32848 shell-style pattern which is what the previous implementation
32849 used. Update some of the callers.
32850
32851 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32852
32853 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
32854 (comib_nullified_tests): Fix typo.
32855 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
32856 strings. No longer expected to fail.
32857
32858 * gdb.disasm/hppa.s (addib_tests): Fix typo.
32859 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
32860 strings. No longer expected to fail.
32861
32862 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
32863 string. No longer expected to fail.
32864
32865 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32866
32867 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
32868 No longer expected to fail.
32869
32870 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
32871 string. No longer expected to fail.
32872
32873 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32874
32875 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
32876 only in the names (I probably got most of them). I was even
32877 generous with some which differed in underscores in names, and
32878 probably missed a few, and I *still* was able to remove almost a
32879 third of the file with almost no impact on testsuite coverage.
32880
32881 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32882
32883 * gdb.t00/default.exp: Match udi_attach error message as well as
32884 the one from child_attach.
32885
32886 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
32887
32888 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
32889
32890 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
32891 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
32892
32893 * Move test with enums and partial symbols back to
32894 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
32895 Reverts the change of 26 May 93. Per today's change to
32896 stabs.texinfo, the behavior that weird.exp was expecting was
32897 unreasonable; what is important is that the compiler+gdb get
32898 things right, which happens with a recent gcc. Also fix the test
32899 to deal with native compilers which put out the stab gdb can't
32900 deal with.
32901
32902 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32903
32904 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
32905 in the names. The main thing these accomplish is to slow things down.
32906 Many more such duplicates surely remain.
32907
32908 * gdb.t00/help.exp: Comment out "help support" test just like
32909 (and for same reason as) "help set" test.
32910
32911 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
32912
32913 * gdb.t06/break.exp: Remove setup_xfails for
32914 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
32915 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
32916 about known bug in gcc to include up through 2.5.8.
32917 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
32918 well as "_vb$".
32919 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
32920 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
32921 with latest gcc and gdb.
32922 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
32923 well as "_vb$".
32924
32925 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32926
32927 * configure.in (hppa*-*-*): Also configure and build stabs-only
32928 tests.
32929
32930 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32931
32932 * gdb.t10/hppa.mt: A makefile fragment for the PA.
32933 * gdb.t10/configure.in (hppa*-*-*): Use it.
32934
32935 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32936
32937 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
32938
32939 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32940
32941 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
32942 versions prior to 1.13.5.
32943
32944 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32945
32946 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
32947 the prompt is at the start of a line.
32948
32949 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32950
32951 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
32952 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
32953 in the copr tests now.
32954 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
32955 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
32956 expected to fail.
32957
32958 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
32959
32960 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
32961 gdb.t31/chillvars.exp, lib/gdb.exp:
32962 Tweak to run under either version of expect.
32963 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
32964 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
32965 * gdb.t11/list.exp: Remove extraneous whitespace.
32966
32967 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32968
32969 * gdb.t16/printcmds.exp (test_print_strings): Accept
32970 "(unsigned char *) " before the string.
32971
32972 * TODO: Add notes about printing of fancy types and GDB expressions.
32973
32974 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
32975
32976 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
32977 * gdb.t06/configure.in: Don't try to compile signals test program
32978 if doing mips-idt-ecoff.
32979
32980 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
32981
32982 * Most .exp files: Tweak to run under either version of expect.
32983
32984 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32985
32986 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
32987 xfails; I'm not sure why they are failing, but not because of PR 1806.
32988
32989 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
32990
32991 * config/unix-gdb.exp: Remove gdb_unload cause it's already
32992 defined in lib/gdb.exp.
32993
32994 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32995
32996 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
32997 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
32998 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
32999 have to be typeless.
33000
33001 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33002
33003 * TODO: Add suggestion for copyright year test.
33004
33005 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
33006
33007 * configure.in (*-*-lynxos*): Add stabs tests.
33008
33009 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
33010
33011 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
33012 so insert a tab before any assembler directive in column zero.
33013
33014 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
33015 stores.
33016 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
33017 stores.
33018 (fpu_short_memory_tests): Likewise.
33019
33020 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33021
33022 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
33023 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
33024 .stabs directives in comments.
33025
33026 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33027
33028 * TODO: New file, describing tests we could write.
33029 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
33030
33031 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33032
33033 * gdb.t06/signals.exp: Add kludge to force re-sync.
33034
33035 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
33036 to xgdb instead of gdb, get out of gdb.
33037
33038 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
33039
33040 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
33041 for info.
33042
33043 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
33044
33045 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
33046 * gdb.stabs/configure.in (hppa*-*-*): Use it.
33047 * gdb.stabs/hppa.sed: New sed script for the PA.
33048
33049 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33050
33051 * gdb.stabs: Re-write weird.def and configuration to use sed
33052 instead of cpp. sed is portable and POSIX; cpp is neither.
33053
33054 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33055
33056 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
33057
33058 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33059
33060 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
33061
33062 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33063
33064 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
33065 "_vb$".
33066 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
33067 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
33068
33069 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33070
33071 * lib/gdb.exp: Comment out code which depends on non-existent
33072 `transform' procedure.
33073
33074 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
33075
33076 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
33077 * lib/gdb.exp: Transform tool name.
33078 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
33079 1.1's new error handling system.
33080
33081 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33082
33083 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
33084
33085 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33086
33087 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
33088 They made pattern matching so slow that timeouts happened on
33089 heavily loaded systems. Now any output from "show print" which
33090 gets us back to the GDB prompt is a PASS.
33091
33092 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
33093
33094 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
33095
33096 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33097
33098 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
33099
33100 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
33101 It is not from PR 3220.
33102
33103 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33104
33105 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
33106 just started failing because they depended on the order the
33107 subcommands are presented, or exact docstring text. This kind of
33108 test is a pain and has minimal benefit.
33109
33110 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33111
33112 * gdb.t09/corefile.exp: At end of test, use "core" command with
33113 no arguments.
33114
33115 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
33116
33117 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
33118 17}/Makefile.in: Make it possible to run the testsuite with Sun
33119 make and CC = cross gcc by adding explicit build rules for .o
33120 files.
33121
33122 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33123
33124 * gdb.t15/funcargs.exp: Don't put comments on same line as
33125 setup_xfail (@#$*%& tcl braindamage!).
33126
33127 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33128
33129 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
33130
33131 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
33132
33133 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
33134 * gdb.t20/inherit.exp: remove three dumplicate entries.
33135
33136 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33137
33138 * gdb.t06/break.exp: For "next over recursive call", fail on any
33139 incorrect output, not just on "factorial (value=2)".
33140
33141 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33142
33143 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
33144 working now. Add an xfail if accesing a bss variable causes
33145 a memory error if the target is not yet run.
33146
33147 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33148
33149 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
33150 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
33151 name of __st* demangling (2 strings). Did Kung really get the
33152 more than 95 others right without testing them?
33153
33154 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
33155
33156 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
33157
33158 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
33159
33160 * configure.in (configdirs): Add gdb.disasm
33161 * gdb.disasm: New directory for GDB disassembler tests.
33162 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
33163
33164 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33165
33166 * gdb.t00/help.exp: Don't test "help set".
33167
33168 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
33169 from within expect statements. None of these happen anymore and
33170 they cause regressions to be silently unnoticed.
33171
33172 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
33173 messages) about known failures with gcc cygnus-2.4.5-930417.
33174
33175 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
33176 comp-info.exp so it gets built if it doesn't exist.
33177
33178 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
33179 it is no longer used.
33180 * gdb.t13/comp-info.c: Removed.
33181
33182 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
33183
33184 * gdb.t06/signals.exp: Add xfail for sun3.
33185
33186 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33187
33188 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
33189 relevant because ^C doesn't get sent but failure can be reproduced
33190 interactively).
33191
33192 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33193
33194 * gdb.stabs/alpha.mt: New configuration file for alpha.
33195 * gdb.stabs/configure.in: Use it.
33196 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
33197 sharing with alpha.mt, redefine long to word via preprocessor.
33198 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
33199 for alpha.
33200 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
33201 native cc.
33202 * gdb.t00/teststrategy.exp: Change expect string so that we
33203 consume the `(xgdb)' from the command echo and from the gdb prompt.
33204 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
33205 gdb currently compares all values as long, so this failure probably
33206 applies to any configuration where LONGEST is bigger than a target int.
33207 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
33208 with gcc.
33209 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
33210 to handle opaque pointers, gcc is.
33211 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
33212 as first argument. Include <sys/types.h> and change all operator
33213 new definitions to use size_t.
33214 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
33215 now that we use size_t.
33216
33217 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33218
33219 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
33220 a long or float array cast all array members to the same type.
33221 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
33222 with 64 bit longs.
33223 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
33224 on alpha.
33225 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
33226
33227 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33228
33229 * gdb.t24 (demangle.exp): Constructors of templates have names like
33230 vector<int>::vector(int) not vector<int>::vector<int>(int). See
33231 section 14.6 of the ARM.
33232
33233 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
33234 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
33235 accomplish little and slow down the testsuite.
33236
33237 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
33238 Accept spaces various places.
33239
33240 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33241
33242 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
33243 with watchpoint enabled.
33244
33245 * Makefile.in: Remove definition of CC and remove the second
33246 definition of CXX (the "CXX = gcc" one remains). These definitions
33247 were causing backquotes to be expanded within backquotes, which
33248 doesn't work.
33249
33250 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
33251
33252 * gdb.t17/callfuncs.exp: Add "return 0" to end.
33253
33254 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33255
33256 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
33257 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
33258 by mips cc and contains no stabs entries.
33259
33260 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
33261
33262 * config/vx-gdb.exp: Use fake device to load files rather than
33263 NFS.
33264 * lib/gdb.exp: New proc to do "file" command.
33265 * config/unix-gdb.exp: Use new "file" proc.
33266
33267 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
33268
33269 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
33270 Rework board rebooting slightly.
33271 (gdb_exit): Don't exit from the remote shell; there isn't one.
33272 * gdb.stabs/weird.exp: If a program is being debugged already,
33273 kill it.
33274 * gdb.t04/setvar.exp: Stop and restart gdb.
33275 * gdb.t05/expr.exp: Likewise.
33276 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
33277 restart gdb and reload the program.
33278 * gdb.t08/opaque.exp: Likewise.
33279 * gdb.t12/scope.exp: Likewise.
33280 * gdb.t13/bitfields.exp: Likewise.
33281 * gdb.t15/funcargs.exp: Likewise.
33282 * gdb.t20/classes.exp: Likewise.
33283 * gdb.t03/ptype.exp: Increase timeout.
33284 * gdb.t16/printcmds.exp (test_print_string_constants,
33285 test_print_array_constants): Likewise.
33286 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
33287 * gdb.t20/classes.exp (do_tests): Likewise.
33288 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
33289
33290 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
33291
33292 * gdb.stabs: Renamed *wierd* to *weird*.
33293
33294 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
33295
33296 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
33297 for timeout. Add "known gcc 2.4.5 bug" to failure message.
33298
33299 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
33300
33301 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
33302 (do_tests): Remove xfail for whatis on one_var and two_var.
33303
33304 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
33305
33306 * Makefile.in: Made cross building work better by adding
33307 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
33308
33309 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33310
33311 * gdb.t15/{return.c,return.exp,Makefile.in}:
33312 New test, currently commented out.
33313
33314 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
33315
33316 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
33317 still running and removes the leftover named socket so GDb can do
33318 clean restarts.
33319
33320 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
33321
33322 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
33323 console, not GDB.
33324 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
33325 cross testing works better with "make check"
33326 * config/unix-gdb: Use default procedures for exit and version.
33327 * config/vx-gdb.exp: Cleaned up and massaged back to working order
33328 with the newest VxWorks.
33329
33330 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33331
33332 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
33333 old form.
33334
33335 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
33336 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
33337
33338 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
33339
33340 * config/unix-gdb.exp: Remove this version of gdb_exit
33341 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
33342 Rob says he'll look at it when he gets back to testing boards.
33343
33344 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
33345
33346 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
33347 an expected fail for certain ptype commands.
33348
33349 * gdb.t20/classes.exp: Update expected results of "ptype class
33350 Base1" to account for the constructor that now appears in the type.
33351
33352 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
33353
33354 * configure.in (configdirs): Restore gdb.t04, which mysteriously
33355 disappeared from list.
33356 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
33357 "alldone" proc with call to cleanup and exit.
33358 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
33359 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
33360 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
33361 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
33362 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
33363 "alldone" proc with simple returns that suppress remaining
33364 tests. The alldone proc went away many months ago.
33365
33366 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33367
33368 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
33369
33370 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
33371
33372 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33373
33374 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
33375 as vax gdb will display them.
33376
33377 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33378
33379 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
33380 optimizers.
33381
33382 * scope.exp: Change "bad value for localval" messages so each one
33383 is unique.
33384
33385 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
33386 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
33387
33388 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
33389
33390 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33391
33392 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
33393 doesn't exist (due to optimization).
33394
33395 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33396
33397 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
33398 contains \r because the filename is long.
33399
33400 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
33401 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
33402
33403 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33404
33405 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
33406 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
33407 Ultrix.
33408 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
33409 int tests.
33410 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
33411
33412 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
33413
33414 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
33415
33416 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
33417 to match does not match the passing case but still matches the
33418 failing case.
33419
33420 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33421
33422 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
33423
33424 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
33425
33426 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
33427 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
33428 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
33429 Remove various versions of gdb_exit.
33430 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
33431 gdb_exit.
33432 * config/unix-gdb.exp: gdb_exit remains here, and should override
33433 the generic version, since it's doing a lot of wierd stuff that
33434 the other versions aren't. FIXME, fold it in, or abandon this
33435 version.
33436
33437 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33438
33439 * gdb.t24/demangle.exp: Add tests for PR 3220.
33440
33441 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33442
33443 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
33444
33445 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
33446
33447 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
33448 "i386-*-*". Works for i486 as well.
33449
33450 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
33451 bug, and expand domain of xfail to all SVR4 systems, since the
33452 actual problem is likely to be in generic SVR4 /proc support.
33453
33454 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33455
33456 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
33457
33458 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
33459
33460 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
33461 xfails for other systems. Match a missing 'Continuing.' as an
33462 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
33463
33464 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
33465 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
33466 Only issue warning for missing executables if -all option is used.
33467
33468 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
33469 file if -all option is used. It's like an unpredictable XFAIL.
33470
33471 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33472
33473 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
33474 for dynamically linked binaries.
33475
33476 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
33477
33478 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33479
33480 * gdb.t20/inherit.exp: Change message for "print tagless struct"
33481 to state that this is a known bug in old versions of g++.
33482
33483 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33484
33485 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
33486 while waiting for `Continuing'.
33487
33488 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
33489
33490 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
33491 in text, data, and bss.
33492 * gdb.t10/nodebug.c: Add local and global test variables for
33493 initialized and uninitialized data.
33494
33495 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33496
33497 * config/unix-gdb.exp (gdb_exit): Add "wait".
33498
33499 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33500
33501 * gdb.t06/signals.exp: xfail the continue from the handler for all
33502 targets.
33503
33504 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
33505 function with watchpoints enabled, the i386 call dummy starts with
33506 a call.
33507
33508 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
33509 386 bsd names its corefiles.
33510
33511 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
33512
33513 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
33514 compilers don't grok it.
33515 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
33516 with small octal ints rather than character constants, which
33517 are signed and might not fit if first promoted to int.
33518
33519 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
33520
33521 * gdb.t09/Makefile.in (clean): Remove corefile.
33522
33523 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33524
33525 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
33526
33527 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33528 and Jim Kingdon (kingdon@cygnus.com)
33529
33530 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
33531 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
33532 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
33533
33534 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33535
33536 * gdb.t17/interrupt.exp: Add xfail for hppa.
33537
33538 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33539
33540 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
33541 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
33542 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
33543 to determine signed-ness of bitfields and use the result to setup
33544 the xfail.
33545 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
33546 * gdb.t15/funcargs.exp: Use them to step until the second indirect
33547 call line is reached if necessary.
33548
33549 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33550
33551 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
33552
33553 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33554
33555 * gdb.t06/break.exp: Also test `clear' command.
33556
33557 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
33558
33559 * gdb.t00/teststrategy.exp: Remove extra quote.
33560
33561 * gdb.t07/watchpoint.exp: Change xfail for calling function with
33562 watchpoint enabled to be for all non-68k machines.
33563
33564 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
33565
33566 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33567
33568 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
33569 targets use aout.mt instead of ecoff.mt as gas understands
33570 standard aout format.
33571
33572 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
33573
33574 * lib/gdb.exp (runto): Don't insist that function we are running to
33575 was compiled with -g.
33576
33577 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
33578
33579 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
33580 to get back into the read system call.
33581 Accept leading newline in case where we woke it up.
33582
33583 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33584
33585 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
33586 to make the stabs test work on ecoff systems using gcc and -with-stabs.
33587 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
33588 enable ecoff configuration.
33589
33590 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33591
33592 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
33593
33594 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33595
33596 * gdb.t16/printcmds.exp: Add another printf test.
33597
33598 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
33599
33600 * configure.in: If configured -with-stabs on any target, add
33601 stabsdirs to configdirs.
33602
33603 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33604
33605 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
33606 fun" so pattern does not match the command itself.
33607
33608 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33609
33610 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
33611
33612 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33613
33614 * gdb.t17/interrupt.exp: Test for more things.
33615
33616 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33617
33618 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
33619 compiler arranges the code and line numbers.
33620
33621 * gdb.t17/interrupt.exp: Don't send \n after ^C.
33622
33623 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33624
33625 * gdb.t00/help.exp: Increase expect input buffer size.
33626
33627 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33628
33629 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
33630
33631 * gdb.t07/watchpoint.exp: Add xfail for hppa.
33632
33633 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
33634
33635 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
33636 [0-9]*, not just [0-9].
33637
33638 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33639
33640 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
33641
33642 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
33643
33644 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33645
33646 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
33647
33648 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33649
33650 * gdb.t06/signals.c: Add xfails for sun3.
33651
33652 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
33653
33654 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
33655 test_stepping tests.
33656
33657 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33658
33659 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
33660
33661 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
33662
33663 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
33664 rather than actually putting it through cpp twice.
33665
33666 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
33667
33668 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
33669
33670 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
33671 no longer needed.
33672
33673 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33674
33675 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
33676
33677 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
33678 C++ features prints as "struct", make it a pass, not an xfail.
33679
33680 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33681
33682 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
33683 Don't require VA to print as "class" rather than "struct".
33684
33685 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
33686
33687 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
33688
33689 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33690
33691 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
33692
33693 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33694
33695 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
33696 order.
33697
33698 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33699
33700 * gdb.t16/printcmds.exp: Add printf tests.
33701
33702 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
33703
33704 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
33705
33706 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
33707
33708 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
33709 pass counts, to counteract any existing or future setup_xfails.
33710
33711 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33712
33713 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
33714 {BEGIN,END}_COMMON for common block instead of STAB.
33715 * gdb.stabs/wierd.exp: Add xfail for rs6000.
33716
33717 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
33718 intp_var should be N_GSYM not N_LSYM.
33719 wierd-aout.S: Use a label for the value of the N_SO.
33720 wierd.def: Remove all backslashes.
33721 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
33722
33723 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33724
33725 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
33726 get the expected next to inheritance3.
33727
33728 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33729
33730 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
33731 now that gcc-2.4 gets it right.
33732
33733 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33734
33735 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
33736
33737 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
33738 generating comp-info.exp which works for cross-compilation.
33739
33740 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
33741
33742 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
33743 "*-*-sysv4.*".
33744
33745 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
33746
33747 * gdb.t01/run.exp: Start with a fresh gdb.
33748 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
33749 SVR4.x.
33750
33751 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
33752
33753 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
33754 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
33755 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
33756 Makefile.in (distclean, realclean): Remove gdbme.c from list of
33757 things to remove.
33758
33759 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
33760
33761 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
33762 test cases from bug reports.
33763
33764 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
33765
33766 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
33767 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
33768 avoid spurious xfails.
33769 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
33770 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
33771 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
33772
33773 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
33774
33775 * gdb.t00/teststrategy.exp: Rework to provide more useful
33776 description of each test, fix problem with systems that define
33777 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
33778 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
33779 results for "next over recursive call" so timeouts aren't taken
33780 by error.
33781
33782 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
33783
33784 * gdb.t12/scope.exp: Test printing of variables before run.
33785
33786 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
33787 printed in wrong order due to sorting.
33788
33789 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
33790
33791 * gdb.t00/teststrategy.exp: Fix expected results for printing
33792 user entered string constant. Is array of char, prints with no
33793 address.
33794
33795 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
33796 commands.
33797 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
33798 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
33799 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
33800 of struct of char arrays.
33801 * gdb.t00/radix.exp: New tests for radix commands.
33802
33803 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
33804
33805 * gdb.t16/printcmd.exp: Print a variable before running program
33806 (with xfail for AIX).
33807
33808 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
33809
33810 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
33811
33812 * gdb.t16/printcmd.exp: Don't print variables before running program.
33813
33814 * gdb.t06/break.exp: Don't require envp argument to main.
33815
33816 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
33817
33818 * gdb.t02/whatis.exp, gdb.t11/list.exp:
33819 Add xfails for rs6000.
33820
33821 * gdb.t02/whatis.exp: Change other tests not to re-test something
33822 we already tested.
33823
33824 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
33825 each type used has a variable of that type.
33826
33827 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
33828
33829 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
33830
33831 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
33832
33833 * configure.in: change srctrigger to be a file, not a directory
33834
33835 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
33836
33837 * configure.in (mips-idt-ecoff*): Added trailing '*'.
33838
33839 * gdb.t11/list.exp: Fixed a couple of typos.
33840
33841 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
33842
33843 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
33844 is fixed and PR is closed.
33845 * gdb.t16 (gdbme.c): Add simple test string variable.
33846 * gdb.t16 (printcmds.exp): Add tests with simple test string
33847 variable, primarily for boundaries on "set print elements".
33848
33849 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
33850
33851 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
33852 Make leading 0's optional and don't expect a tab in the middle
33853 of the number.
33854
33855 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
33856
33857 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
33858 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
33859 don't end command passed to gdb_test with newline.
33860
33861 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
33862 signed keyword away, don't expect signed bitfields to be signed.
33863
33864 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
33865 printing with only as many 1's as are in the field as well as printing
33866 with 32 1's (see comment).
33867
33868 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
33869
33870 * gdb.t00/default.exp: Start with a fresh gdb.
33871 * configure.in (configdirs): Remove gdb.t31 until the chill
33872 compiler works again. It no longer is able to find chillrt0
33873 since it isn't in libchill.a anymore.
33874 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
33875 wierd.o, make more modular.
33876 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
33877 spurious newlines that caused problems.
33878
33879 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33880
33881 * Move test with enums and partial symbols from gdb.t03/ptype.exp
33882 to gdb.stabs/wierd.exp since GCC has worked around the bug.
33883 gdb.stabs/wierd.{exp,def}: Many new tests.
33884
33885 * gdb.t00/default.exp: update info line for new message.
33886
33887 * gdb.t02/{whatis.exp,gdbme.c}:
33888 Test that "char *" doesn't print as "caddr_t".
33889
33890 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33891
33892 * gdb.t00/help.exp: Use .* in place of some help messages which
33893 just changed.
33894 gdb.t00/default.exp: Update "info frame" test for new message.
33895 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
33896 Remove some xfails
33897
33898 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33899
33900 * gdb.t03/{gdbme.c,ptype.exp}:
33901 Add tests for typedef'd struct and union without tags.
33902 Also check "whatis" on a variable of a typedef'd enum without a tag.
33903
33904 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
33905 PRMS 1823; the bug still exists but isn't reproduced by this test
33906 anymore), and remove rs6000 XFAIL (the bug is fixed).
33907
33908 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
33909 duplicated from whatis.exp. For those that are left, accept
33910 "long", "long int", or "int" for long variables (whatis.exp already
33911 has an XFAIL for "int", so no need to fail it here).
33912
33913 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
33914 Deal with GCC's names for types now that GDB uses the compiler's names.
33915
33916 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
33917 setup_xfail's for sunos4. If we #defined the signed keyword away,
33918 don't expect GDB to know that char it is signed.
33919
33920 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
33921
33922 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
33923
33924 * configure.in (configdirs): Add gdb.t24 for C++ tests that
33925 should work on any system, regardless of debugging format.
33926 * gdb.t21/demangle.exp: Move to gdb.t24.
33927 * gdb.t24/demangle.exp: Move from gdb.t21.
33928 * gdb.t24/{Makefile.in, configure.in}: New files.
33929
33930 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33931
33932 * configure.in: Do gdb.stabs and C++ tests only for stabs.
33933 * gdb.stabs: New directory.
33934
33935 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33936
33937 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
33938 not just "Quit anyway?".
33939
33940 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
33941
33942 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
33943 that all setup_xfails are immediately followed by clear_xfails.
33944
33945 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
33946
33947 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
33948 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
33949 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
33950 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
33951 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
33952 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
33953 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
33954 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
33955 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
33956 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
33957 gdb.t31/chillvars.exp, lib/gdb.exp:
33958 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
33959 bug-gdb@prep.ai.mit.edu.
33960
33961 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
33962
33963 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
33964 with 0.0, not integer 0.
33965
33966 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
33967
33968 * gdb.t06/break.exp: Update for "Kill the program" message change.
33969
33970 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
33971
33972 * Makefile.in (GDBFLAGS): Set to -nx.
33973 * Makefile.in (site.exp): Use GDBFLAGS.
33974
33975 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
33976
33977 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
33978 Makefiles.
33979 (check): depend on just-check.
33980 (just-check): added so that tests can be run without a noop
33981 build pass.
33982
33983 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
33984
33985 Switch to using configure's configdirs.
33986 * Makefile.in (Makefile): add configure.in dependency.
33987 (SUBDIRS): removed redundant assignment.
33988 * configure.in: switch subdirs assignment to configdirs.
33989 * gdb.t*/configure.in: new files.
33990
33991 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
33992
33993 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
33994 works.
33995
33996 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
33997
33998 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
33999 in explicit rules. Apparently this is not supported by some makes.
34000
34001 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
34002
34003 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
34004
34005 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34006
34007 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
34008 disappeared.
34009
34010 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
34011
34012 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
34013
34014 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
34015
34016 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
34017 watchpoint problem that is now fixed.
34018 * gdb.t30/chexp.exp: Remove setup_xfail for printing
34019 uninitialized convenience variables.
34020 * gdb.t31/chillvars.exp: Fix expected patterns for printing
34021 structures.
34022
34023 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34024
34025 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
34026 which causes expect to get out of sync with gdb on long output
34027 from help set.
34028 * gdb.t09/corefile.exp: Make expected pattern for core file
34029 failing signal and frame output format less sun specific.
34030
34031 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
34032
34033 * gdb.t31/chillvars.exp: Add and remove initial dummy
34034 breakpoint, so that symbol table is forced in.
34035 (Needed at least on Sunos4, though it seems not SVR4.)
34036 * gdb.t31/chillvars.exp: Update for changed output format.
34037
34038 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
34039
34040 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
34041
34042 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
34043
34044 * Makefile.in: Added --srcdir when invoking runtest, removed the
34045 need for a local config file. (optional now)
34046
34047 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
34048
34049 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
34050 failure count used to force early termination. Add some more
34051 expected failures for gnu style demangling.
34052
34053 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34054
34055 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
34056 pmi variable from gdb.t20/gdbme to get optimized away.
34057 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
34058 Check for written corefile upon timeout _and_ eof.
34059
34060 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34061
34062 * config/unix-gdb.exp: Add missing return 0.
34063
34064 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34065
34066 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
34067 test termination.
34068
34069 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
34070
34071 * configure.in (subdirs): Put back gdb.t17 which mysteriously
34072 disappeared.
34073
34074 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
34075
34076 * gdb.t10/crossload.exp: Disable the i860-elf test until such
34077 time as i860 support works.
34078
34079 * gdb.t15/funcargs.exp: Fix expected outputs to include
34080 "backtrace 100\r" rather than just "backtrace\r", to match last
34081 change.
34082
34083 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
34084
34085 * config/udi-gdb.exp (gdb_exit): Remove close command.
34086 (gdb_target_udi): New procedure to set the UDI target.
34087 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
34088 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
34089 Added waits for prompts after several question responses. Added
34090 some more responses used by a29k-amd-udi-gdb.
34091 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
34092 pass different arguments, restart UDI connection after program
34093 completion.
34094 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
34095 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
34096 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
34097 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
34098 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
34099 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
34100 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
34101 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
34102 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
34103 after program completion.
34104 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
34105 compiled with a SELECT_VECS setting.
34106 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
34107 infinite recursion.
34108
34109 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
34110 Added checks for COFF results, and made them expected failures for
34111 all targets. It would be better to make them expected failures
34112 for COFF targets only.
34113
34114 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
34115
34116 * Makefile.in: add null dvi target, don't bother to recurse
34117 through test directories for info and install-info; rename
34118 $(datadir) to be dejagnu instead of deja-gnu
34119
34120 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
34121
34122 * gdb.t31/gdbme.ch: Re-enable code that previously caused
34123 compiler to coredump.
34124 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
34125 code.
34126
34127 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
34128
34129 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
34130 coredump.
34131 * gdb.t31/chillvars.exp: Comment out tests that depend on that
34132 code.
34133
34134 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
34135
34136 * gdb.t03/ptype.exp: tests for return code from gdb_test.
34137 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
34138 which in a shell. Deletes xgdb when done.
34139 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
34140 Tests the return from the "set height" or "set width" commands.
34141 Added a few return codes where needed.
34142
34143 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
34144
34145 * Makefile.in (SUBDIRS): Add gdb.t17.
34146 * configure.in (subdirs): Add gdb.t17.
34147 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
34148 files to test gdb's calling of functions in the inferior with
34149 the correct arguments and gdb's ability to retrieve any
34150 result returned.
34151
34152 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
34153
34154 * config/unix-gdb.exp (gdb_exit): Remove close commands that
34155 may be called after gdb goes away. Previous versions of expect
34156 needed these to avoid file descriptor leaks, but they cause
34157 errors with the current revision of expect.
34158 * gdb.t00/gdbvars.exp: Use -re on expected output after
34159 setting sevenbit-strings.
34160 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
34161 to set sevenbit-strings consistent across tests.
34162 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
34163 set sevenbit-strings consistent across tests.
34164
34165 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
34166
34167 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
34168 expected output to match current "expect" expectations.
34169
34170 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
34171
34172 * gdb.t00/default.exp: Change expected output for default "source"
34173 command, to match new gdb behavior which requires a filename to
34174 source.
34175
34176 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
34177
34178 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
34179 expected fail for i486-*-* that misses the marker2 function.
34180 * gdb.t10/crossload.exp (bfddefault): Allow successful
34181 recognition of a format to pass even if no symbols are found.
34182 Explicitly catch failures where the format is not recognized
34183 or is ambiguous, and add the reason to the fail message.
34184 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
34185 the cause is and invalid target and add reason to failure message.
34186 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
34187 elf32-i386, elf32-sparc, and elf32-i860.
34188 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
34189 Set up expected failure for 'filename'::variable scope resolution,
34190 which is now apparently broken on all targets.
34191 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
34192 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
34193 gdb.t23/templates.exp: Change failure for missing binfile into
34194 just a warning.
34195 gdb.t21/demangle.exp: Change all cfront references to 'arm'
34196 references.
34197
34198 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
34199
34200 * gdb.t00/default.exp: Add expected output for default "source"
34201 command, to match new gdb behavior.
34202 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
34203
34204 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
34205
34206 * config/*-gdb.exp: returns an error, rather than exiting on
34207 internal errors.
34208
34209 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
34210
34211 * gdb.t03/gdbme.c: Add pointer to struct variable.
34212 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
34213 referencing struct members.
34214
34215 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
34216
34217 * configure.in (mips-idt-ecoff): New target.
34218 * config/mips-gdb.exp: New file for remote board using MIPS remote
34219 debugging protocol.
34220
34221 * Redid configuration scheme. Removed gdb.t*/configure.in.
34222 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
34223 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
34224 distclean targets. Built executables via .o files. Adjusted
34225 tests to account for source files in $(srcdir) rather than
34226 $(objdir).
34227 * lib/gdb.exp (runto): Don't expect () after the function name,
34228 because it may have arguments.
34229
34230 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
34231
34232 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
34233 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
34234 expected failures for mips-idt-* and mips-sgi-*.
34235 * gdb.t00/default.exp (attach): Kill process if requested.
34236 * gdb.t00/help.exp (help target core, help target): Accept a gdb
34237 that does not read core files.
34238 * gdb.t01/run.exp: Removed checks for exit status code.
34239 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
34240 it is linked in.
34241 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
34242 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
34243 appropriate, rather than doing it by hand.
34244 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
34245 execution.
34246 * gdb.t10/crossload.exp: Kill existing program if needed.
34247 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
34248 appropriate, rather than doing it by hand. Always increase
34249 timeout for this test, not just for VxWorks.
34250
34251 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
34252
34253 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
34254 of Chill STRUCT types and STRUCT values.
34255 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
34256 than "char".
34257 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
34258 struct2): New struct definitions and initializations to test
34259 simple Chill STRUCT types.
34260
34261 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
34262
34263 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
34264 the null byte at the end of strings.
34265 * gdb.t00/default.exp: Make show version insensitive to copyright
34266 date.
34267 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
34268 to avoid dependencies on target char signedness.
34269 * gdb.t16/printcmds.exp: Update expected results for explicitly
34270 unsigned char.
34271 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
34272 now work.
34273 * gdb.t21/demangle.exp: Add many more patterns for template
34274 demangling, most of them being expected failures.
34275 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
34276 string we are matching for, to match on the whole string.
34277 * gdb.t21/demangle.exp: Add many new test strings to demangle,
34278 and fix a whole bunch that had incorrect expected output but were
34279 passing anyway because of the bug in "proc demangle".
34280 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
34281 type.
34282 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
34283
34284 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
34285
34286 * gdb/testsuite: made modifications to testcases, etc., to allow
34287 them to work properly given the reorganization of deja-gnu and the
34288 relocation of the testcases from deja-gnu to a "tool" subdirectory.
34289
34290 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
34291
34292 * gdb/testsuite: Initial creation of gdb/testsuite.
34293 Migrated dejagnu testcases and support files for testing nm to
34294 gdb/testsuite from deja-gnu. These files were moved "as is"
34295 with no modifications. This migration is part of a major overhaul
34296 of dejagnu. The modifications to these testcases, etc., which
34297 will allow them to work with the new version of dejagnu will be
34298 made in a future update.
34299
34300 For additional changes see gdb.mi/ChangeLog-1999-2003.
34301 \f
34302 ;; Local Variables:
34303 ;; mode: change-log
34304 ;; left-margin: 8
34305 ;; fill-column: 74
34306 ;; version-control: never
34307 ;; End:
34308
34309 Copyright 1993-2014 Free Software Foundation, Inc.
34310 Copying and distribution of this file, with or without modification,
34311 are permitted provided the copyright notice and this notice are preserved.
This page took 0.739317 seconds and 5 git commands to generate.