gdb.linespec/macro-relative.exp: Mark the test as unsupported if using fission.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
01672a57
DE
12014-03-24 Doug Evans <dje@google.com>
2
3 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
4 using fission.
5
88bbeca9
HZ
62014-03-24 Hui Zhu <hui@codesourcery.com>
7 Pedro Alves <palves@redhat.com>
8
9 PR breakpoints/16101
10 * gdb.base/dprintf.exp: Use unsupported rather than changing the
11 test pass/fail messages. Detect missing support for dprintf when
12 breakpoints are actually inserted.
13 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
14 breakpoints are actually inserted.
15 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
16 fails.
17
d2348791
JK
182014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19
20 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
21
feef67ab
DE
222014-03-22 Doug Evans <xdje42@gmail.com>
23
24 * gdb.python/python.exp (python not supported): Verify multi-line
25 python command issues an error.
25d743f9 26 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 27 guile command issues an error.
feef67ab 28
ecebef6a
MR
292014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
30
31 * gdb.threads/thread-specific.exp: Handle the lack of usable
32 $this_breakpoint and $this_thread.
33
ccdd1909
HZ
342014-03-21 Hui Zhu <hui@codesourcery.com>
35
36 * gdb.base/attach.exp (do_command_attach_tests): New.
37
beb460e8
PA
382014-03-20 Tom Tromey <tromey@redhat.com>
39 Pedro Alves <palves@redhat.com>
40
41 PR cli/15718
42 * gdb.base/condbreak-call-false.c: New file.
43 * gdb.base/condbreak-call-false.exp: New file.
44
40acf43a
PA
452014-03-20 Pedro Alves <palves@redhat.com>
46
47 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
48 Delete.
49 (block_signals, unblock_signals): Delete.
50 (child_function_2, main): Remove references to deleted variable
51 and functions.
52
9f5e1e02
PA
532014-03-20 Pedro Alves <palves@redhat.com>
54
55 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
56 Use pthread_kill to signal thread 2.
57 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
58 Adjust to make the test send itself a signal rather than using the
59 host's "kill" command.
60
99619bea
PA
612014-03-20 Pedro Alves <palves@redhat.com>
62
63 * gdb.threads/multiple-step-overs.c: New file.
64 * gdb.threads/multiple-step-overs.exp: New file.
65 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
66 Adjust expected infrun debug output.
67
2adfaa28
PA
682014-03-20 Pedro Alves <palves@redhat.com>
69
70 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
71 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
72
31e77af2
PA
732014-03-20 Pedro Alves <palves@redhat.com>
74
75 PR breakpoints/7143
76 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
77 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
78 of gdb_test_multiple.
79 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
80 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
81
b9f437de
PA
822014-03-20 Pedro Alves <palves@redhat.com>
83
84 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
85 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
86
05adc73e
PA
872014-03-19 Pedro Alves <palves@redhat.com>
88
89 * gdb.base/async.exp: Remove early return.
90
6048b950
PA
912014-03-19 Pedro Alves <palves@redhat.com>
92
93 * gdb.base/async.exp (step& tests): Pass explicit test messages.
94
8bcfb00a
PA
952014-03-19 Pedro Alves <palves@redhat.com>
96
97 * gdb.base/async.exp (test_background): Expect \r\n after
98 "completed." in the fail pattern.
99
884e37dc
PA
1002014-03-19 Pedro Alves <palves@redhat.com>
101
102 * gdb.base/async.exp (test_background): New procedure.
103 Use it for all background execution command tests.
104
148e57e2
PA
1052014-03-19 Pedro Alves <palves@redhat.com>
106
107 * gdb.base/async.exp: Use prepare_for_testing.
108
f48088c7
PA
1092014-03-19 Pedro Alves <palves@redhat.com>
110
111 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
112 the same line.
113
e2f6c966
PA
1142014-03-19 Pedro Alves <palves@redhat.com>
115
116 * gdb.base/async.c (main): Add "jump here" and "until here" line
117 marker comments.
118 * gdb.base/async.exp (jump_here): New global.
119 (jump& test): Use it.
120 (until_here): New global.
121 (until& test): Use it.
122
c30568d4
PA
1232014-03-19 Pedro Alves <palves@redhat.com>
124
125 * gdb.base/async.exp: Don't frob gdb_protocol.
126
0172b6a7
DE
1272014-03-18 Doug Evans <xdje42@gmail.com>
128
129 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
130 Fix spelling of exec-done-display.
131
06c868a8
JK
1322014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
133
134 PR gdb/15358
135 * gdb.base/gdb-sigterm.c: New file.
136 * gdb.base/gdb-sigterm.exp: New file.
137
0c7e1a46
PA
1382014-03-18 Pedro Alves <palves@redhat.com>
139
140 PR gdb/13860
141 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
142 * lib/mi-support.exp (mi_expect_stop): Add special handling for
143 solib-event.
144
f7c77d93
JB
1452014-03-17 Joel Brobecker <brobecker@adacore.com>
146
147 * gdb.ada/pckd_arr_ren: New testcase.
148
5a1e8c7a
DE
1492014-03-13 Doug Evans <xdje42@gmail.com>
150
151 PR guile/16612
152 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
153 collect after discarding symbols.
154
350e1a76
DE
1552014-03-13 Ludovic Courtès <ludo@gnu.org>
156 Doug Evans <xdje42@gmail.com>
157
158 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
159 to history survives a gc.
160
a69900ae
PA
1612014-03-13 Pedro Alves <palves@redhat.com>
162
163 * gdb.base/default.exp: Don't test "target procfs".
164
5db9f0bd
PA
1652014-03-13 Pedro Alves <palves@redhat.com>
166
167 * gdb.base/default.exp: Update "target child" and "target procfs"
168 tests to not expect "Unix".
169
b3ccfe11
TT
1702014-03-12 Tom Tromey <tromey@redhat.com>
171
172 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
173 New procs. Add target-async tests.
174 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
175 Add target-async tests.
176
646f4417
AA
1772014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
178
179 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
180 'func_start' and 'func_end' for the beginning and end of the
181 function code, respectively.
182 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
183 'func_end' instead of 'func' and 'main'.
184
288c211f
AA
1852014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
186
187 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
188 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
189 generate the debug info assembler source.
190
e0c0f156
AA
1912014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
192
193 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
194 * gdb.dwarf2/arr-subrange.exp: Likewise.
195 * gdb.dwarf2/dwz.exp: Likewise.
196 * gdb.dwarf2/method-ptr.exp: Likewise.
197 * gdb.dwarf2/missing-sig-type.exp: Likewise.
198 * gdb.dwarf2/subrange.exp: Likewise.
199 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
200 * gdb.dwarf2/implptrpiece.exp: Likewise.
201 * gdb.dwarf2/nostaticblock.exp: Likewise.
202
0e5c4555
AA
2032014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
204
205 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
206 directory to absolute path name arguments.
207
5ec18f2b
JG
2082014-03-10 Joel Brobecker <brobecker@adacore.com>
209
210 * gdb.ada/tagged_access: New testcase.
211
847fc4f2
MM
2122014-03-07 Markus Metzger <markus.t.metzger@intel.com>
213
214 * gdb.btrace/data.exp: Update expected output.
215
cc3da688
YQ
2162014-03-06 Yao Qi <yao@codesourcery.com>
217
218 * gdb.trace/pr16508.exp: New file.
219
0f26cec1
PA
2202014-03-05 Pedro Alves <palves@redhat.com>
221
222 PR gdb/16575
223 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
224 procedure.
225 (top level): Adjust to use it. Add tests that exercise breakpoint
226 interaction with the code-cache.
227
7a5a839f
LC
2282014-02-26 Ludovic Courtès <ludo@gnu.org>
229
230 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
231 test for 'history-append!'.
232
31aa7e4e
JB
2332014-02-26 Joel Brobecker <brobecker@adacore.com>
234
235 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
236 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
237 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
238 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
239 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
240 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
241
1b588015
JB
2422014-02-26 Joel Brobecker <brobecker@adacore.com>
243
244 * testsuite/gdb.python/py-pp-re-notag.c: New file.
245 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
246 * testsuite/gdb.python/py-pp-re-notag.p: New file.
247
55426c9d
JB
2482014-02-26 Joel Brobecker <brobecker@adacore.com>
249
250 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
251
dc53a7ad
JB
2522014-02-26 Joel Brobecker <brobecker@adacore.com>
253
254 * gdb.dwarf2/arr-stride.c: New file.
255 * gdb.dwarf2/arr-stride.exp: New file.
256
12ab52e9
PA
2572014-02-26 Pedro Alves <palves@redhat.com>
258
259 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
260 that won't ever trigger. Make sure that GDB reports the correct
261 breakpoint that caused the stop.
262
849c862e
JK
2632014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
264
265 PR gdb/16626
266 * gdb.base/auto-load-script: New file.
267 * gdb.base/auto-load.c: New file.
268 * gdb.base/auto-load.exp: New file.
269
71b7d793
JK
270 PR gdb/16626
271 * gdb.base/auto-load.exp: Fix out-of-srctree run.
272
e2f0d509
JK
2732014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
274
275 Fix dw2-icycle.exp -fsanitize=address GDB crash.
276 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
277
50cc37c8
DE
2782014-02-24 Doug Evans <dje@google.com>
279
280 * lib/gdb.exp (run_on_host): Log error output if program fails.
281
ea4758f2
PA
2822014-02-21 Pedro Alves <palves@redhat.com>
283
284 * gdb.threads/step-after-sr-lock.c: Rename to ...
285 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
286 * gdb.threads/step-after-sr-lock.exp: Rename to ...
287 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
288 ... this.
289
d7b30f67
SDJ
2902014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
291
292 PR tdep/16397
293 * gdb.arch/amd64-stap-special-operands.exp: New file.
294 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
295 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
296 * gdb.arch/amd64-stap-triplet.S: Likewise.
297 * gdb.arch/amd64-stap-triplet.c: Likewise.
298
83deb43f
JB
2992014-02-20 Joel Brobecker <brobecker@adacore.com>
300
301 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
302 in .section pseudo-op.
303
adde2bff
DE
3042014-02-20 lin zuojian <manjian2006@gmail.com>
305 Joel Brobecker <brobecker@adacore.com>
306 Doug Evans <xdje42@gmail.com>
307
308 PR symtab/16581
309 * gdb.dwarf2/dw2-icycle.S: New file.
310 * gdb.dwarf2/dw2-icycle.c: New file.
311 * gdb.dwarf2/dw2-icycle.exp: New file.
312
f7bd0f78
SC
3132014-02-19 Siva Chandra Reddy <sivachandra@google.com>
314
315 * gdb.python/py-value-cc.cc: Improve test case to enable testing
316 operations on gdb.Value objects.
317 * gdb.python/py-value-cc.exp: Add new test to test operations on
318 gdb.Value objects.
319
c17ef0d5
DE
3202014-02-18 Doug Evans <dje@google.com>
321
322 * Makefile.in (TESTS): New variable.
323 (expanded_tests, expanded_tests_or_none): New variables
324 (check-single): Pass $(expanded_tests_or_none) to runtest.
325 (check-parallel): Only run tests in $(TESTS) if non-empty.
326 (check/no-matching-tests-found): New rule.
327 * README: Document TESTS makefile variable.
328
5dd3176f
DE
3292014-02-18 Doug Evans <dje@google.com>
330
331 * Makefile.in (check-parallel): rm -rf outputs temp.
332
0b10be4f
JK
3332014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
334
335 Fix "ERROR: no fileid for" in the testsuite.
336 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
337
85f224e7
DE
3382014-02-12 Doug Evans <dje@google.com>
339
340 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
341 (MISCELLANEOUS): New variable.
342 (clean): rm -rf $(MISCELLANEOUS).
343 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
344 dwp live in the same directory as symlinks, with each symlink pointed
345 to a differently named file in a different directory.
346
149b30ff
DE
3472014-02-11 Doug Evans <dje@google.com>
348
349 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
350 of Tcl file commands.
351
1dfdac32
MK
3522014-02-10 Mark Kettenis <kettenis@gnu.org>
353
354 * gdb.threads/step-after-sr-lock.exp: Avoid executing
355 "kill -SIGUSR1 -1".
356
aa4fb036
JB
3572014-02-10 Joel Brobecker <brobecker@adacore.com>
358
359 * gdb.ada/tick_length_array_enum_idx: New testcase.
360
ed3ef339
DE
3612014-02-10 Doug Evans <xdje42@gmail.com>
362
363 * configure.ac (AC_OUTPUT): Add gdb.guile.
364 * configure: Regenerate.
365 * lib/gdb-guile.exp: New file.
366 * lib/gdb.exp (get_target_charset): New function.
367 * gdb.base/help.exp: Update expected output from "apropos apropos".
368 * gdb.guile/Makefile.in: New file.
369 * gdb.guile/guile.exp: New file.
370 * gdb.guile/scm-arch.c: New file.
371 * gdb.guile/scm-arch.exp: New file.
372 * gdb.guile/scm-block.c: New file.
373 * gdb.guile/scm-block.exp: New file.
374 * gdb.guile/scm-breakpoint.c: New file.
375 * gdb.guile/scm-breakpoint.exp: New file.
376 * gdb.guile/scm-disasm.c: New file.
377 * gdb.guile/scm-disasm.exp: New file.
378 * gdb.guile/scm-equal.c: New file.
379 * gdb.guile/scm-equal.exp: New file.
380 * gdb.guile/scm-error.exp: New file.
381 * gdb.guile/scm-error.scm: New file.
382 * gdb.guile/scm-frame-args.c: New file.
383 * gdb.guile/scm-frame-args.exp: New file.
384 * gdb.guile/scm-frame-args.scm: New file.
385 * gdb.guile/scm-frame-inline.c: New file.
386 * gdb.guile/scm-frame-inline.exp: New file.
387 * gdb.guile/scm-frame.c: New file.
388 * gdb.guile/scm-frame.exp: New file.
389 * gdb.guile/scm-generics.exp: New file.
390 * gdb.guile/scm-gsmob.exp: New file.
391 * gdb.guile/scm-iterator.c: New file.
392 * gdb.guile/scm-iterator.exp: New file.
393 * gdb.guile/scm-math.c: New file.
394 * gdb.guile/scm-math.exp: New file.
395 * gdb.guile/scm-objfile-script-gdb.in: New file.
396 * gdb.guile/scm-objfile-script.c: New file.
397 * gdb.guile/scm-objfile-script.exp: New file.
398 * gdb.guile/scm-objfile.c: New file.
399 * gdb.guile/scm-objfile.exp: New file.
400 * gdb.guile/scm-ports.exp: New file.
401 * gdb.guile/scm-pretty-print.c: New file.
402 * gdb.guile/scm-pretty-print.exp: New file.
403 * gdb.guile/scm-pretty-print.scm: New file.
404 * gdb.guile/scm-section-script.c: New file.
405 * gdb.guile/scm-section-script.exp: New file.
406 * gdb.guile/scm-section-script.scm: New file.
407 * gdb.guile/scm-symbol.c: New file.
408 * gdb.guile/scm-symbol.exp: New file.
409 * gdb.guile/scm-symtab-2.c: New file.
410 * gdb.guile/scm-symtab.c: New file.
411 * gdb.guile/scm-symtab.exp: New file.
412 * gdb.guile/scm-type.c: New file.
413 * gdb.guile/scm-type.exp: New file.
414 * gdb.guile/scm-value-cc.cc: New file.
415 * gdb.guile/scm-value-cc.exp: New file.
416 * gdb.guile/scm-value.c: New file.
417 * gdb.guile/scm-value.exp: New file.
418 * gdb.guile/source2.scm: New file.
419 * gdb.guile/types-module.cc: New file.
420 * gdb.guile/types-module.exp: New file.
421
7026a7c1
YQ
4222014-02-10 Yao Qi <yao@codesourcery.com>
423
424 PR testsuite/16543
425 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
426 * configure: Regenerated.
427 * Makefile.in: New file.
428
6c466447
AS
4292014-02-08 Andreas Schwab <schwab@linux-m68k.org>
430
431 * gdb.python/py-framefilter.exp: Fix typo.
432
6e854735
YQ
4332014-02-08 Yao Qi <yao@codesourcery.com>
434
435 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
436 that no =breakpoint-modified is emitted when breakpoints are
437 modified through MI commands.
438
d137e6dc
PA
4392014-02-07 Pedro Alves <pedro@codesourcery.com>
440 Pedro Alves <palves@redhat.com>
441
442 * gdb.threads/step-after-sr-lock.c: New file.
443 * gdb.threads/step-after-sr-lock.exp: New file.
444
b5ee5a50
PA
4452014-02-07 Pedro Alves <palves@redhat.com>
446
447 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
448
3c77faf3
JK
4492014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
450
451 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
452 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
453
6dddc817
DE
4542014-02-06 Doug Evans <xdje42@gmail.com>
455
456 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
457 output.
458
459 * gdb.gdb/python-interrupts.exp: New file.
460
de7b2893
YQ
4612014-02-05 Yao Qi <yao@codesourcery.com>
462
463 * gdb.trace/report.exp (use_collected_data): Test the output
464 of "info threads" and "info inferiors".
465
66d032ac
YQ
4662014-02-05 Yao Qi <yao@codesourcery.com>
467
468 Revert this patch:
469
470 2013-05-24 Yao Qi <yao@codesourcery.com>
471
472 * gdb.trace/tfile.exp: Test inferior and thread.
473
591a12a1
UW
4742014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
475
476 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
477 on a function.
478 * gdb.base/step-bt.c: Call hello via function pointer to make
479 sure its first instruction is executed on powerpc64le-linux.
480
0ff3e01f
UW
4812014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
482
483 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
484
084ee545
UW
4852014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
486
487 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
488 of the test patterns for use on little-endian systems.
489
6ed14ff3
UW
4902014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
491
492 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
493 (decimal_vector): Fix for little-endian.
494
401e27fd
JM
4952014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
496
497 * gdb.arch/sparc-sysstep.exp: New file.
498 * gdb.arch/sparc-sysstep.c: Likewise.
499
500 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
501
8b924729
EBM
5022014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
503
504 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
505
fb151210
JB
5062014-01-23 Tom Tromey <tromey@redhat.com>
507
508 * gdb.ada/array_char_idx: New testcase.
509
0740f8d8
TT
5102014-01-23 Tom Tromey <tromey@redhat.com>
511
512 PR python/16487:
513 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
514 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
515 classes.
516
21909fa1
TT
5172014-01-23 Tom Tromey <tromey@redhat.com>
518
519 PR python/16491:
520 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
521 string from an inferior frame.
522 * gdb.python/py-framefilter-mi.exp: Update.
523
87ce2a04
DE
5242014-01-22 Doug Evans <dje@google.com>
525
526 * gdb.server/server-mon.exp: Add tests for "set debug-format".
527
237b092b
AA
5282014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
529
530 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
531
d674a709
AA
5322014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
533
534 * gdb.trace/entry-values.exp: Remove excess space character from
535 regex patterns. Handle s390 call instruction.
536
20fa3390
AA
5372014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
538
539 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
540 define "*_start" label. Make "name" static.
541 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
542 ${name} by references to ${name}_start.
543
78466714
AA
5442014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
545
546 * gdb.base/info-macros.exp: Remove "debug" from the compile
547 options.
548
ec9f644a
IB
5492014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
550
551 * gdb.dlang/demangle.exp: New file.
552
94b1b47e
IB
5532014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
554
555 * gdb.dlang/primitive-types.exp: New file.
556
7f420862
IB
5572014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
558
559 * configure.ac: Create gdb.dlang/Makefile.
560 * configure: Regenerate.
561 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
562 * gdb.dlang/Makefile.in: New file.
563 * lib/d-support.exp: New file.
564 * lib/gdb.exp (skip_d_tests): New proc.
565
52834460
MM
5662014-01-16 Markus Metzger <markus.t.metzger@intel.com>
567
568 * gdb.btrace/delta.exp: Check reverse stepi.
569 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
570 * gdb.btrace/finish.exp: New.
571 * gdb.btrace/next.exp: New.
572 * gdb.btrace/nexti.exp: New.
573 * gdb.btrace/record_goto.c: Add comments.
574 * gdb.btrace/step.exp: New.
575 * gdb.btrace/stepi.exp: New.
576 * gdb.btrace/multi-thread-step.c: New.
577 * gdb.btrace/multi-thread-step.exp: New.
578 * gdb.btrace/rn-dl-bind.c: New.
579 * gdb.btrace/rn-dl-bind.exp: New.
580 * gdb.btrace/data.c: New.
581 * gdb.btrace/data.exp: New.
582 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
583
6e07b1d2
MM
5842014-01-16 Markus Metzger <markus.t.metzger@intel.com>
585
586 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
587 * gdb.btrace/exception.exp: Update.
588 * gdb.btrace/instruction_history.exp: Update.
589 * gdb.btrace/record_goto.exp: Update.
590 * gdb.btrace/tailcall.exp: Update.
591 * gdb.btrace/unknown_functions.exp: Update.
592 * gdb.btrace/delta.exp: New.
593
0b722aec
MM
5942014-01-16 Markus Metzger <markus.t.metzger@intel.com>
595
596 * gdb.btrace/record_goto.exp: Add backtrace test.
597 * gdb.btrace/tailcall.exp: Add backtrace test.
598
066ce621
MM
5992014-01-16 Markus Metzger <markus.t.metzger@intel.com>
600
601 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
602 * gdb.btrace/record_goto.c: New.
603 * gdb.btrace/record_goto.exp: New.
604 * gdb.btrace/x86-record_goto.S: New.
605
0688d04e
MM
6062014-01-16 Markus Metzger <markus.t.metzger@intel.com>
607
608 * gdb.btrace/function_call_history.exp: Update tests.
609 * gdb.btrace/instruction_history.exp: Update tests.
610
8710b709
MM
6112014-01-16 Markus Metzger <markus.t.metzger@intel.com>
612
613 * gdb.btrace/function_call_history.exp: Fix expected field
614 order for "record function-call-history".
615 Add new tests for "record function-call-history /c".
616 * gdb.btrace/exception.cc: New.
617 * gdb.btrace/exception.exp: New.
618 * gdb.btrace/tailcall.exp: New.
619 * gdb.btrace/x86-tailcall.S: New.
620 * gdb.btrace/x86-tailcall.c: New.
621 * gdb.btrace/unknown_functions.c: New.
622 * gdb.btrace/unknown_functions.exp: New.
623 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
624
5de9129b
MM
6252014-01-16 Markus Metzger <markus.t.metzger@intel.com>
626
627 * gdb.btrace/instruction_history.exp: Update.
628 * gdb.btrace/function_call_history.exp: Update.
629
23a7fe75
MM
6302014-01-16 Markus Metzger <markus.t.metzger@intel.com>
631
632 * gdb.btrace/function_call_history.exp: Fix expected function
633 trace.
634 * gdb.btrace/instruction_history.exp: Initialize traced.
635 Remove traced_functions.
636
724c7dd8
MM
6372014-01-16 Markus Metzger <markus.t.metzger@intel.com>
638
639 * gdb.btrace/function_call_history.exp: Update
640 * gdb.btrace/instruction_history.exp: Update.
641
6d78d93b
MM
6422014-01-16 Markus Metzger <markus.t.metzger@intel.com>
643
644 * gdb.btrace/enable.exp: Update expected text.
645
93a360cc
OJ
6462014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
647
648 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
649 bytes.
650
3772b53f
MR
6512014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
652
653 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
654
596662fa
OJ
6552014-01-15 Omair Javaid <omair.javaid@linaro.org>
656
657 * lib/gdb.exp (supports_process_record): Return true for
658 arm*-linux*. (supports_reverse): Likewise.
659
b5b08fb4
SC
6602014-01-13 Siva Chandra Reddy <sivachandra@google.com>
661
662 PR python/15464
663 PR python/16113
664 * gdb.python/py-type.c: Enhance test case.
665 * gdb.python/py-value-cc.cc: Likewise
666 * gdb.python/py-type.exp: Add new tests.
667 * gdb.python/py-value-cc.exp: Likewise
668
52d7fb13
AA
6692014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
670 Pedro Alves <palves@redhat.com>
671
672 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
673 Make "name" extern.
674 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
675 references to ${name}_start by references to ${name}.
676
a2cd8cfe
JB
6772014-01-10 Joel Brobecker <brobecker@adacore.com>
678
679 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
680
4e23fced
JB
6812014-01-10 Joel Brobecker <brobecker@adacore.com>
682
683 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
684
c6a9e42c
PA
6852014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
686 Pedro Alves <palves@redhat.com>
687
688 * gdb.mi/mi-info-os.exp: Connect to the target with
689 mi_gdb_target_load.
690
b7ea362b
PA
6912014-01-08 Pedro Alves <palves@redhat.com>
692
693 * gdb.threads/reconnect-signal.c: New file.
694 * gdb.threads/reconnect-signal.exp: New file.
695
5e3f4fab
EBM
6962014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
697
698 * gdb.base/source-dir.exp: New file.
699
79301218
JB
7002014-01-07 Joel Brobecker <brobecker@adacore.com>
701
702 * gdb.ada/mi_interface: New testcase.
703
8e355c5d
JB
7042014-01-07 Joel Brobecker <brobecker@adacore.com>
705
706 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
707 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
708 gdb.ada/pp-rec-component/pck.ads: New files.
709
c0d48811
JB
7102014-01-07 Joel Brobecker <brobecker@adacore.com>
711
712 * gdb.python/py-pp-integral.c: New file.
713 * gdb.python/py-pp-integral.py: New file.
714 * gdb.python/py-pp-integral.exp: New file.
715
4924df79
GKB
7162013-12-19 Sergio Durigan Junior <sergiodj@redhat.com>
717
718 PR breakpoints/16297
719 * gdb.base/catch-syscall.c (read_syscall, pipe_syscall)
720 (write_syscall): New variables.
721 (main): Create a pipe, write 1 byte in it, and read 1 byte from
722 it.
723 * gdb.base/catch-syscall.exp (all_syscalls): Include "pipe,
724 "write" and "read" syscalls.
725 (fill_all_syscalls_numbers): Improve the way to obtain syscalls
726 numbers.
727
530e8392
KB
7282013-12-19 Keven Boell <keven.boell@intel.com>
729
730 * gdb.fortran/module.exp: Completion matches fortran module
731 names as well. ptype/whatis on modules return a proper type.
732 Add new check for having the correct scope.
733
7f9b20bb
KB
7342013-12-19 Keven Boell <keven.boell@intel.com>
735
736 * gdb.fortran/type.f90: New file.
737 * gdb.fortran/whatis_type.f90: New file.
738
2e0d821f
SDJ
7392013-12-18 Sergio Durigan Junior <sergiodj@redhat.com>
740
741 * gdb.base/catch-syscall.c: Include <sys/syscall.h>.
742 (close_syscall, chroot_syscall, exit_group_syscall): New
743 variables.
744 * gdb.base/catch-syscall.exp: Replace gdb_compile by
745 prepare_for_testing. Call fill_all_syscalls_numbers before
746 starting. Replace gdb_exit, gdb_start, gdb_reinitialize_dir and
747 gdb_load by clean_restart.
748 (check_info_bp_any_syscall, check_info_bp_specific_syscall)
749 (check_info_bp_many_syscalls): Remove global gdb_prompt.
750 (check_call_to_syscall): Likewise. Add global decimal. Improve
751 testing regex.
752 (check_return_from_syscall): Likewise.
753 (check_continue, insert_catch_syscall_with_arg): Remove global
754 gdb_prompt.
755 (insert_catch_syscall_with_many_args): Likewise. Add global
756 decimal. Fix $filter_str. Improve testing regex.
757 (check_for_program_end): Remove global gdb_prompt.
758 (test_catch_syscall_without_args): Likewise. Add global decimal.
759 Improve testing regex.
760 (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
761 (test_catch_syscall_with_wrong_args)
762 (test_catch_syscall_restarting_inferior)
763 (test_catch_syscall_fail_nodatadir): Remove global gdb_prompt.
764 (do_syscall_tests): Likewise. Remove global srcdir.
765 (test_catch_syscall_without_args_noxml): Remove global gdb_prompt.
766 Add global last_syscall_number. Test for the exact syscall number
767 to be caught.
768 (test_catch_syscall_with_args_noxml): Remove global gdb_prompt.
769 Add global all_syscalls_numbers. Test each syscall number to be
770 caught, instead of only testing "close".
771 (test_catch_syscall_with_wrong_args_noxml): Remove global gdb_prompt.
772 (do_syscall_tests_without_xml): Likewise. Remove global srcdir.
773 Remove stale comment.
774 (fill_all_syscalls_numbers): Add global last_syscall_number. Fill
775 the correct syscall numbers using information from the inferior.
776
5ce0145d
PA
7772013-12-17 Pedro Alves <palves@redhat.com>
778
779 * gdb.trace/circ.exp: Expect frame info to be printed when
780 switching between frames with unavailable stack, but different
781 functions.
782
bdf22206
AB
7832013-12-17 Andrew Burgess <aburgess@broadcom.com>
784
785 * gdb.trace/unavailable-dwarf-piece.c: New file.
786 * gdb.trace/unavailable-dwarf-piece.exp: New file.
787
07d100d4
YQ
7882013-12-15 Yao Qi <yao@codesourcery.com>
789
790 * gdb.perf/skip-prologue.c: New.
791 * gdb.perf/skip-prologue.exp: New.
792 * gdb.perf/skip-prologue.py: New.
793
8a48ac95
JB
7942013-12-13 Joel Brobecker <brobecker@adacore.com>
795
796 * gdb.ada/arraydim: New testcase.
797
a16b0e22
SC
7982013-12-12 Siva Chandra Reddy <sivachandra@google.com>
799
800 PR python/16113
801 * gdb.python/py-value-cc.cc: Improve test case.
802 * gdb.python/py-value-cc.exp: Add new tests to test usage of
803 gdb.Field objects as subscripts on gdb.Value objects.
804
0987cf35
DE
8052013-12-10 Doug Evans <dje@google.com>
806
7b3fd68b 807 PR 16286
0987cf35
DE
808 * gdb.python/py-value.c: #include stdlib.h, string.h.
809 (str): New struct.
810 (main): New local xstr.
811 * gdb.python/py-value.exp (test_value_in_inferior): Add test to
812 fetch a value as a string with a length beyond the declared length
813 of the array.
814
409d8f48
AB
8152013-12-10 Andrew Burgess <aburgess@broadcom.com>
816
817 * lib/gdb.exp (gdb_compile_shlib): Add call to get_compiler_info,
818 update comment.
819
036e93df
JB
8202013-12-10 Joel Brobecker <brobecker@adacore.com>
821
822 * gdb.ada/int_deref.exp: Add test verifying that we print
823 the decoded symbol name when printing the address of Ada
824 symbols.
825
72bfa06c
JB
8262013-12-10 Joel Brobecker <brobecker@adacore.com>
827
828 * gdb.mi/mi-start.exp: Add test verifying that -list-features
829 contains "exec-run-start-option".
830
11ec5965
YQ
8312013-12-08 Yao Qi <yao@codesourcery.com>
832
833 * lib/gdb.exp (support_complex_tests): Use gdb_produce_source.
834 (is_elf_target, is_ilp32_target, is_ilp64_target): Likewise.
835 (is_64_target, is_amd64_regs_target): Likewise.
836 (skip_altivec_tests, skip_vsx_tests, skip_btrace_tests): Likewise.
837
594d8fa8
MF
8382013-12-07 Mike Frysinger <vapier@gentoo.org>
839
840 * gdb.ada/uninitialized_vars/parse_controlled.ads: Remove +x file mode.
841 * gdb.base/testenv.c: Likewise.
842
d9a196da
MF
8432013-12-07 Mike Frysinger <vapier@gentoo.org>
844
845 * gdb.hp/gdb.base-hp/so-thresh.sh: Change /bin/ksh to /bin/sh.
846 * gdb.hp/gdb.objdbg/tools/symaddr: Likewise.
847 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: Likewise.
848
782d47df
PA
8492013-12-06 Pedro Alves <palves@redhat.com>
850
851 * gdb.dwarf2/dw2-undefined-ret-addr.S: New file.
852 * gdb.dwarf2/dw2-undefined-ret-addr.c: New file.
853 * gdb.dwarf2/dw2-undefined-ret-addr.exp: New file.
854
399d6e30
DE
8552013-12-06 Doug Evans <dje@google.com>
856
857 * gdb.base/break.exp: Fix setting of $baz.
858
16b5a7cb
AB
8592013-12-06 Andrew Burgess <aburgess@broadcom.com>
860
861 * lib/dwarf.exp: (Dwarf::_location): Handle DW_OP_bit_piece and
862 DW_OP_plus_uconst.
863
f84bc218
KB
8642013-12-06 Keven Boell <keven.boell@intel.com>
865
866 * lib/mi-support.exp (mi_list_varobj_children_range): Add
867 call to mi_list_array_varobj_children_with_index.
868 (mi_list_array_varobj_children_with_index): New function.
869 Add parameter to specify array start.
870
489e41dd 8712013-12-03 Jose E. Marchesi <jose.marchesi@oracle.com>
f1300300
JM
872
873 * gdb.base/sigall.exp (test_one_sig): gdb identifies SIGLOST as a
874 SIGPWR in sparc64.
875
876 * gdb.base/sigall.c (main): In some targets SIGLOST and SIGPWR
877 have the same signal number. Handle this situation.
878
7fb1b8b1
JB
8792013-12-03 Joel Brobecker <brobecker@adacore.com>
880
881 * gdb.ada/dot_all: New testcase.
882
2ea126fa
JB
8832013-12-03 Joel Brobecker <brobecker@adacore.com>
884
885 * gdb.mi/mi-undefined-cmd.exp: New testcase.
886
6b7cbff1
JB
8872013-12-03 Joel Brobecker <brobecker@adacore.com>
888
889 * gdb.mi/mi-i-cmd.exp: New file.
890
04affae3
JK
8912013-12-02 Doug Evans <dje@google.com>
892
893 * gdb.dwarf/dwp-symlink.c: Fake out gdb to not load debug info
894 at start.
895 * gdb.dwarf/dwp-symlink.exp: Test trying to load dwp when the binary
896 has been specified with a relative path and we have chdir'd before
897 accessing the debug info.
898
eebc056c
AB
8992013-11-28 Andrew Burgess <aburgess@broadcom.com>
900
901 * gdb.trace/unavailable.exp (gdb_collect_args_test): Update
902 expected results.
903 (gdb_collect_locals_test): Likewise.
904 (gdb_collect_globals_test): Likewise.
905
8b5e6dc2
YQ
9062013-11-28 Yao Qi <yao@codesourcery.com>
907
908 * lib/gdb.exp (with_gdb_prompt): New proc.
909 * gdb.perf/disassemble.exp: New.
910 * gdb.perf/disassemble.py: New.
911
0db4ca18
LM
9122013-11-26 Luis Machado <lgustavo@codesourcery.com>
913
914 * gdb.base/callfuncs.c (main): Assign malloc's return value
915 and free it afterwards.
916 * gdb.base/charset-malloc.c (malloc_stub): Likewise.
917 * gdb.base/printcmds.c (main): Likewise.
918 * gdb.base/randomize.c (main): Free "p" and change breakpoint
919 marker position.
920 * gdb.base/setvar.c (dummy): Assign malloc's return value
921 and free it afterwards.
922
d24a9f15
AB
9232013-11-26 Andrew Burgess <aburgess@broadcom.com>
924
925 * gdb.base/setshow.exp: Add $gdb_prompt to the patterns in
926 gdb_test_multiple.
927
15859968
TT
9282013-11-26 Tom Tromey <tromey@redhat.com>
929
930 * gdb.dwarf2/dw2-unspecified-ret-addr.S: Remove.
931 * gdb.dwarf2/dw2-unspecified-ret-addr.c: Remove.
932 * gdb.dwarf2/dw2-unspecified-ret-addr.exp: Remove.
933
f7e3ecae
KS
9342013-11-25 Keith Seitz <keiths@redhat.com>
935
936 PR c++/14819
937 * gdb.cp/impl-this.cc: New file.
938 * gdb.cp/impl-this.exp: New file.
939
23e9d3b9
YQ
9402013-11-25 Yao Qi <yao@codesourcery.com>
941
942 * gdb.perf/backtrace.c: New.
943 * gdb.perf/backtrace.exp: New.
944 * gdb.perf/backtrace.py: New.
945
22825df7
YQ
9462013-11-24 Yao Qi <yao@codesourcery.com>
947
948 * gdb.perf/single-step.c: New.
949 * gdb.perf/single-step.exp: New.
950 * gdb.perf/single-step.py: New.
951
c1ea7c01
DE
9522013-11-23 Doug Evans <xdje42@gmail.com>
953
954 * gdb.base/ena-dis-br.exp: Add missing quote to "step after continue
955 with ignore count".
956
35720eaa
DE
9572013-11-23 Doug Evans <xdje42@gmail.com>
958
959 * gdb.python/py-value.exp (test_lazy_strings): Tweak test names.
960 (test_subscript_regression): Ditto.
961 (top level): Run test_subscript_regression for c++ with "c++" prefix.
962
3cd14e45
DE
9632013-11-23 Doug Evans <xdje42@gmail.com>
964
965 * gdb.python/py-type.exp (test_enums): Fix typo.
966
985c818c
DE
9672013-11-23 Doug Evans <xdje42@gmail.com>
968
969 * gdb.python/py-symbol.exp: Add some comments. Make all test names
970 unique.
971
f873dd7a
DE
9722013-11-23 Doug Evans <xdje42@gmail.com>
973
974 * gdb.python/py-symbol.exp: Fix whitespace.
975
38a502a4
DE
9762013-11-23 Doug Evans <xdje42@gmail.com>
977
978 * gdb.python/python.exp: Don't call skip_python_tests, we still want
979 to test some things in the case where python is not configured in.
980
c0621699
PA
9812013-11-22 Pedro Alves <palves@redhat.com>
982
983 * gdb.dwarf2/dw2-bad-cfi.S: Rename to ...
984 * gdb.dwarf2/dw2-unspecified-ret-addr.S: ... this. Adjust.
985 * gdb.dwarf2/dw2-bad-cfi.c: Rename to ...
986 * gdb.dwarf2/dw2-unspecified-ret-addr.c: ... this.
987 * gdb.dwarf2/dw2-bad-cfi.exp: Rename to ...
988 * gdb.dwarf2/dw2-unspecified-ret-addr.exp: ... this.
989
f57e61cd
TT
9902013-11-22 Tom Tromey <tromey@redhat.com>
991
992 * gdb.dwarf2/dw2-bad-cfi.S: Update comment.
993
da2b2fdf
TT
9942013-11-22 Tom Tromey <tromey@redhat.com>
995
996 * gdb.dwarf2/dw2-bad-cfi.c: New file.
997 * gdb.dwarf2/dw2-bad-cfi.exp: New file.
998 * gdb.dwarf2/dw2-bad-cfi.S: New file.
999
33f8fe58
PA
10002013-11-22 Pedro Alves <palves@redhat.com>
1001
1002 PR 16155
1003 * gdb.dwarf2/dw2-dup-frame.S: New file.
1004 * gdb.dwarf2/dw2-dup-frame.c: New file.
1005 * gdb.dwarf2/dw2-dup-frame.exp: New file.
1006
0a1e6121
YQ
10072013-11-22 Yao Qi <yao@codesourcery.com>
1008
1009 * lib/mi-support.exp (mi_create_dynamic_varobj): Update
1010 comment and add one more argument "has_more".
1011 * gdb.python/py-mi.exp: Callers update.
1012
0061ea24
YQ
10132013-11-22 Yao Qi <yao@codesourcery.com>
1014
1015 * gdb.python/py-mi.exp: Use mi_create_floating_varobj instead
1016 of mi_create_dynamic_varobj.
1017
069d6a0f
PA
10182013-11-20 Pedro Alves <palves@redhat.com>
1019
1020 * gdb.base/maint.exp (maint print objfiles): Consume one line at a
1021 time, and run it through all three milestone regexes.
1022
10d8cbd2
SA
10232013-11-20 Sanimir Agovic <sanimir.agovic@intel.com>
1024
1025 * gdb.base/eval-avoid-side-effects.exp: New file.
1026
57803a3c
WT
10272013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
1028
60650f2e
WT
1029 * gdb.arch/i386-mpx.c: New file
1030 * gdb.arch/i386-mpx.exp: New file.
1031
09748966
WT
10322013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
1033
1034 * gdb.python/py-pp-maint.exp: Consider new pretty-print added
1035 for bnd registers.
1036
60650f2e
WT
10372013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
1038
57803a3c
WT
1039 * gdb.xml/maint_print_struct.xml (bitfield): Added bitfield having
1040 start and end equal 0.
1041
3e9ecad3
YQ
10422013-11-19 Yao Qi <yao@codesourcery.com>
1043
1044 * lib/mi-support.exp (mi_child_regexp): Remove 'whatever'.
1045 (mi_list_varobj_children_range): Likewise.
1046
31b4ab9e
YQ
10472013-11-19 Yao Qi <yao@codesourcery.com>
1048
1049 * lib/mi-support.exp (mi_child_regexp): Remove unnecessary '\'.
1050
4392c534
YQ
10512013-11-19 Yao Qi <yao@codesourcery.com>
1052
1053 * lib/mi-support.exp: Fix format.
1054
df7752b0
JB
10552013-11-19 Joel Brobecker <brobecker@adacore.com>
1056
1057 * gdb.ada/py_range: New testcase.
1058
176f037c
JB
10592013-11-18 Joel Brobecker <brobecker@adacore.com>
1060
1061 * mi-language.exp: Add "-list-features" test verifying that
1062 its output contains "language-option".
1063
ee4a1c63
JB
10642013-11-16 Joel Brobecker <brobecker@adacore.com>
1065
1066 * info_exc/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
1067 * info_exc/foo.adb: Adjust to new exception name.
1068 * info_exc.exp: Adjust after exception renaming in const.ads.
1069 Update "info exception global" test to test "info exceptions
1070 global_gdb" instead.
1071
1072 * mi_exc_info/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
1073 * mi_exc_info/foo.adb (Adjust to new exception name.
1074 * mi_exc_info.exp: Adjust after exception renaming in const.ads.
1075 Update "-info-ada-exceptions global" test to test
1076 "-info-ada-exceptions global_gdb" instead.
1077
6ec41e1e
LM
10782013-11-15 Luis Machado <lgustavo@codesourcery.com>
1079
1080 * lib/mi-support.exp (mi_gdb_test): Expect different formats
1081 of inferior output for remote and native sessions.
1082 * gdb.mi/mi-console.exp: Remove obsolete comment.
1083 Check for semihosted inferior output pattern.
1084 (semihosted_string): New function.
1085
391d3400
JB
10862013-11-15 Joel Brobecker <brobecker@adacore.com>
1087
1088 * gdb.ada/info_exc.exp: Allow other global exceptions to be
1089 listed in the output of "info exceptions".
1090 * gdb.ada/mi_exc_info.exp: Allow other global exceptions to be
1091 listed in the output of "-info-ada-exceptions".
1092
e092da29
JB
10932013-11-15 Joel Brobecker <brobecker@adacore.com>
1094
1095 * gdb.ada/info_exc.exp: Start inferior before starting
1096 the "info exceptions" tests.
1097 * gdb.ada/mi_exc_info.exp: Start inferior before starting
1098 the "-info-ada-exceptions" tests.
1099
805e1f19
TT
11002013-11-15 Tom Tromey <tromey@redhat.com>
1101
1102 * gdb.cp/includefile: New file.
1103 * gdb.cp/filename.exp: New file.
1104 * gdb.cp/filename.cc: New file.
1105
9abb1bd6
DE
11062013-11-15 Doug Evans <xdje42@gmail.com>
1107
1108 * gdb.python/py-breakpoint.exp: Make tests have unique names.
1109
8abea1a1
DE
11102013-11-15 Doug Evans <xdje42@gmail.com>
1111
1112 * gdb.python/py-breakpoint.exp: Reformat for 80 columns.
1113
330a7fce
DE
11142013-11-15 Doug Evans <xdje42@gmail.com>
1115
1116 * gdb.python/py-breakpoint.exp: Split up into several functions,
1117 each with their own test prefix.
1118
0acf8b65
JB
11192013-11-15 Joel Brobecker <brobecker@adacore.com>
1120
1121 * gdb.ada/O2_float_param: New testcase.
1122
496038b3
TT
11232013-11-14 Tom Tromey <tromey@redhat.com>
1124
1125 * Makefile.in (check-parallel): Print summary from gdb.sum.
1126
c7e8af9b
OJ
11272013-11-14 Omair Javaid <Omair.Javaid@linaro.org>
1128
1129 * gdb.dwarf2/dw2-case-insensitive-debug.S: Updated compile unit
1130 and function label names.
1131 * gdb.dwarf2/dw2-case-insensitive.c: Created function and
1132 compile unit labels.
1133
403cb6b1
JB
11342013-11-14 Joel Brobecker <brobecker@adacore.com>
1135
1136 * gdb.mi/mi-language.exp: New file.
1137
74921315
KS
11382013-09-17 Keith Seitz <keiths@redhat.com>
1139
1140 PR c++/7935
1141 PR c++/10541
1142 * gdb.cp/nsalias.exp: New file.
1143 * gdb.cp/nsalias.cc: New file.
1144 * gdb.cp/nsrecurs.exp: Remove kfails. Conditionally run
1145 tests only on known, working compiler versions.
1146
08c43050
TT
11472013-11-13 Tom Tromey <tromey@redhat.com>
1148
1149 * gdb.multi/multi-arch-exec.exp: Define BASEDIR when compiling.
1150 * gdb.multi/multi-arch-exec.c (main): Use BASEDIR.
1151
0682e708
DE
11522013-11-12 Doug Evans <dje@google.com>
1153
1154 * gdb.base/fileio.exp: Make $dir2 writable after the test is done
1155 so that "rm -rf $builddir" Just Works.
1156
a7e332c2
JB
11572013-11-12 Joel Brobecker <brobecker@adacore.com>
1158
1159 * gdb.ada/mi_exc_info: New testcase.
1160
778865d3
JB
11612013-11-12 Joel Brobecker <brobecker@adacore.com>
1162
1163 * gdb.ada/info_exc: New testcase.
1164
304a8ac1
DE
11652013-11-11 Doug Evans <dje@google.com>
1166
1167 * gdb.arch/arm-bl-branch-dest.exp: Use gdb_test_file_name instead
1168 of testfile.
1169
bc79de95
PM
11702013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1171
1172 * gdb.python/py-linetable.S: New file.
1173 * gdb.python/py-linetable.c: New file.
1174 * gdb.python/py-linetable.exp: New file.
1175
2df4d1d5
JB
11762013-11-11 Joel Brobecker <brobecker@adacore.com>
1177
1178 * gdb.ada/mi_ex_cond: New testcase.
1179
204b5331
DE
11802013-11-07 Doug Evans <dje@google.com>
1181
1182 PR 11786
1183 * gdb.base/gcore-relro-pie.c: New file.
1184 * gdb.base/gcore-relro-pie.exp: New file.
1185
92e32e33
PM
11862013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1187
1188 * gdb.python/py-cmd.exp: Add COMPLETE_EXPRESSION tests.
1189 * gdb.python/py-cmd.c: New File.
1190
f76c27b5
PM
11912013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1192
1193 * gdb.python/py-breakpoint.exp: Add temporary breakpoint tests.
1194
79600f4f 11952013-11-06 Doug Evans <xdje42@gmail.com>
01e48c0c
DE
1196
1197 * gdb.python/py-arch.exp: Tweak test name for bad memory access test.
1198
6dbb6798
YQ
11992013-11-06 Yao Qi <yao@codesourcery.com>
1200
1201 * lib/gdb.exp (gdb_produce_source): New procedure.
1202 * gdb.perf/solib.c: New.
1203 * gdb.perf/solib.exp: New.
1204 * gdb.perf/solib.py: New.
1205
71c0c615
YQ
12062013-11-06 Yao Qi <yao@codesourcery.com>
1207
1208 * README: Mention performance tests.
1209
f27a1236
YQ
12102013-11-06 Yao Qi <yao@codesourcery.com>
1211
1212 * lib/perftest.exp: New.
1213 * gdb.perf/lib/perftest/__init__.py: New.
1214 * gdb.perf/lib/perftest/measure.py: New.
1215 * gdb.perf/lib/perftest/perftest.py: New.
1216 * gdb.perf/lib/perftest/reporter.py: New.
1217 * gdb.perf/lib/perftest/testresult.py: New.
1218
7636ccf9
YQ
12192013-11-06 Yao Qi <yao@codesourcery.com>
1220
1221 * Makefile.in (check-perf): New target.
1222 * configure.ac (AC_OUTPUT): Output Makefile in gdb.perf.
1223 * configure: Re-generated.
1224 * gdb.perf/Makefile.in: New.
1225
81208388
TT
12262013-11-04 Tom Tromey <tromey@redhat.com>
1227
1228 * Makefile.in (TEST_DIRS): Remove.
1229 (TEST_TARGETS, check-parallel): Rewrite.
1230 (check-gdb.%, BASE1_FILES, BASE2_FILES, check-gdb.base%)
1231 (subdir_do, subdirs): Remove.
1232 (do-check-parallel, check/%): New targets.
1233 (clean): Remove outputs, temp, and cache directories.
1234 (saw_dash_j): New variable.
1235 (CHECK_TARGET): Use it.
1236 (check): Depend on all, site.exp. Rewrite.
1237 (check-single): Remove dependencies.
1238 (slow_tests, all_tests, reordered_tests): New variables.
1239
c63ffa1f
TT
12402013-11-04 Tom Tromey <tromey@redhat.com>
1241
1242 * gdb.dwarf2/fission-base.S: Remove "gdb.dwarf/".
1243 * gdb.dwarf2/fission-base.exp: Set debug-file-directory
1244 before loading binfile.
1245 * gdb.dwarf2/fission-loclists.S: Remove "gdb.dwarf/".
1246 * gdb.dwarf2/fission-loclists.exp: Set debug-file-directory
1247 before loading binfile.
1248
3fef966c
TT
12492013-11-04 Tom Tromey <tromey@redhat.com>
1250
1251 * gdb.base/foll-exec.c (main): Use BASEDIR.
1252 * gdb.base/foll-exec.exp: Define BASEDIR during compilation.
1253 * gdb.base/foll-vfork.c (main): Use BASEDIR.
1254 * gdb.base/foll-vfork.exp: Define BASEDIR during compilation.
1255 * gdb.multi/bkpt-multi-exec.c (main): Use BASEDIR.
1256 * gdb.multi/bkpt-multi-exec.exp: Define BASEDIR during compilation.
1257
24890efd
TT
12582013-11-04 Tom Tromey <tromey@redhat.com>
1259
1260 * gdb.base/argv0-symlink.exp: Compute executable's directory
1261 dynamically.
1262
c59ffcab
TT
12632013-11-04 Tom Tromey <tromey@redhat.com>
1264
1265 * gdb.asm/asm-source.exp: Use standard_output_file.
1266
479c8d68
TT
12672013-11-04 Tom Tromey <tromey@redhat.com>
1268
1269 * gdb.server/file-transfer.exp: Use standard_output_file.
1270
1e537771
TT
12712013-11-04 Tom Tromey <tromey@redhat.com>
1272
1273 * gdb.base/fullname.exp: Use standard_output_file,
1274 relative_filename.
1275 * gdb.base/hashline1.exp: Use standard_testfile,
1276 standard_output_file, relative_filename, clean_restart.
1277 * gdb.base/hashline2.exp: Use standard_testfile,
1278 standard_output_file.
1279 * gdb.base/hashline3.exp: Use standard_testfile,
1280 standard_output_file, relative_filename.
1281 * lib/gdb.exp (relative_filename): New proc.
1282
b44b82af
TT
12832013-11-04 Tom Tromey <tromey@redhat.com>
1284
1285 * gdb.base/fileio.c (test_open, test_write, test_read)
1286 (test_lseek, test_close, test_stat, test_fstat)
1287 (test_isatty, test_system, test_rename, test_unlink):
1288 Use OUTDIR define.
1289 * gdb.base/fileio.exp: Define OUTDIR during compilation.
1290 Use standard_output_file.
1291
59b28c5d
TT
12922013-11-04 Tom Tromey <tromey@redhat.com>
1293
1294 * gdb.base/checkpoint.c (main): Use PI_TXT and COPY1_TXT
1295 defines.
1296 * gdb.base/checkpoint.exp: Define PI_TXT and COPY1_TXT during
1297 compilation. Use prepare_for_testing, standard_output_file.
1298
08b3fe69
TT
12992013-11-04 Tom Tromey <tromey@redhat.com>
1300
1301 * gdb.base/advance.exp: Use standard_testfile and
1302 prepare_for_testing.
1303 * gdb.base/bigcore.exp: Use standard_output_file. "cd" to
1304 appropriate directory when local.
1305 * gdb.base/dump.exp: Use standard_output_file. Update all
1306 "dump" and "restore" filenames.
1307 * gdb.base/interact.exp: Use standard_output_file.
1308 * gdb.base/jit-so.exp: Don't download file when local.
1309 * gdb.base/jit.exp (compile_jit_test): Don't download file
1310 when local.
1311 * gdb.base/list.exp: Use gdb_remote_download.
1312 * gdb.base/maint.exp: Use standard_output_file.
1313 * gdb.base/prelink.exp: Use standard_output_file.
1314 * gdb.base/save-bp.exp: Use standard_output_file.
1315 * gdb.base/sepdebug.exp: Use standard_testfile,
1316 standard_output_file.
1317 (test_different_dir): Don't declare objdir.
1318 * gdb.base/solib-search.exp: Use standard_output_file.
1319 * gdb.base/step-line.exp: Use gdb_remote_download.
1320 * gdb.base/trace-commands.exp: Use standard_output_file.
1321
32cfb09d
TT
13222013-11-04 Tom Tromey <tromey@redhat.com>
1323
1324 * gdb.trace/mi-traceframe-changed.exp: Pass -DTFILE_DIR
1325 to compilation. Use standard_output_file.
1326 (test_tfind_tfile): Update.
1327 * gdb.trace/tfile.c (write_basic_trace_file)
1328 (write_error_trace_file): Use TFILE_DIR.
1329 * gdb.trace/tfile.exp: Pass -DTFILE_DIR to compilation. Use
1330 standard_output_file.
1331
84741506
TT
13322013-11-04 Tom Tromey <tromey@redhat.com>
1333
1334 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
1335 Use "dwarf2 always-disassemble" for the "maint set" test.
1336 * gdb.mi/mi-file-transfer.exp (test_file_transfer): Use
1337 standard_output_file.
1338 * gdb.mi/mi-logging.exp: Use standard_output_file.
1339
cfb7b9a3
TT
13402013-11-04 Tom Tromey <tromey@redhat.com>
1341
1342 * gdb.xml/tdesc-arch.exp: Use standard_output_file. Make
1343 downloads conditional on remote host.
1344 (set_arch): Likewise.
1345 * gdb.xml/tdesc-regs.exp: Use gdb_remote_download.
1346 (load_description): Use standard_output_file.
1347
bdfe0594
TT
13482013-11-04 Tom Tromey <tromey@redhat.com>
1349
1350 * gdb.gdb/selftest.exp: Use standard_output_file.
1351 * lib/selftest-support.exp (do_self_tests): Use
1352 standard_output_file.
1353
8c639e73
TT
13542013-11-04 Tom Tromey <tromey@redhat.com>
1355
1356 * gdb.stabs/weird.exp: Use gdb_remote_download and
1357 standard_output_file.
1358
5030a410
TT
13592013-11-04 Tom Tromey <tromey@redhat.com>
1360
1361 * gdb.base/gcore-buffer-overflow.exp: Use
1362 standard_output_file, not standard_testfile.
1363 * gdb.base/twice.exp: Use standard_testfile, not
1364 standard_output_file. Use gdb_remote_download.
1365
95d7853e
TT
13662013-11-04 Tom Tromey <tromey@redhat.com>
1367
1368 * lib/gdb.exp (get_compiler_info): Use log_file -info and
1369 restore from that.
1370
eab88b54
MR
13712013-11-02 Maciej W. Rozycki <macro@codesourcery.com>
1372
1373 * gdb.cp/derivation.exp: s/perrro/perror/
1374
a1b0fbee
MR
13752013-11-01 Maciej W. Rozycki <macro@codesourcery.com>
1376
1377 * gdb.dwarf2/dwzbuildid.exp: Rename `outdir' variable to
1378 `debugdir'.
1379
638aa5a1
AB
13802013-10-31 Andrew Burgess <aburgess@broadcom.com>
1381
1382 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): Add additional
1383 tests and update expected error message.
1384 (test_watch_register_location): New tests.
1385 (do_tests): Call test_watch_register_location.
1386 * gdb.base/watchpoints.exp: Update expected error message.
1387
055e608a
UW
13882013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
1389
1390 * gdb.arch/s390-multiarch.exp (test_linux_v2): Add $gdb_prompt to
1391 the patterns in gdb_test_multiple.
1392
9ac69859
NB
13932013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1394
1395 * gdb.base/sym-file-lib.c: New file.
1396 * gdb.base/sym-file-loader.c: New file.
1397 * gdb.base/sym-file-loader.h: New file.
1398 * gdb.base/sym-file-main.c: New file.
1399 * gdb.base/sym-file.exp: New file.
1400 * lib/gdb.exp (is_elf_target): New function.
1401
24ba476b
PA
14022013-10-29 Pedro Alves <palves@redhat.com>
1403
1404 * gdb.mi/mi-console.c, gdb.mi/mi-stack.c: Remove local emacs
1405 variable setting change-log-default-name to ChangeLog-mi.
1406
f69d9aef
AB
14072013-10-29 Andrew Burgess <aburgess@broadcom.com>
1408
1409 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test):
1410 Expect <unavailable> pattern.
1411
71193121
TV
14122013-10-28 Tom de Vries <tom@codesourcery.com>
1413
1414 * gdb.arch/thumb2-it.S (it_8): Fix typo.
1415
38095c27
AK
14162013-10-25 Anton Kolesov <Anton.Kolesov@synopsys.com> (tiny change)
1417
1418 * gdb.base/bang.exp: Use gdb_continue_to_end to properly support
1419 remote stubs where exit() behaviour is unreliable.
1420
686d4def
PA
14212013-10-25 Pedro Alves <palves@redhat.com>
1422
1423 * gdb.cp/m-static.exp: Adjust expected output of printing a
1424 nonexistent or optimized out static field. Also test printing the
1425 the "container" object.
1426
a35cfb40
MR
14272013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
1428
1429 * lib/gdb.exp (gdb_finish): Send a kill request to `gdbserver'
1430 if in the persistent mode.
1431 * gdb.trace/disconnected-tracing.exp: Reconnect before completion.
1432
bbe769cc
MR
14332013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
1434
1435 * lib/gdb.exp (gdb_gcore_cmd): Also handle a "Target does not
1436 support core file generation" reply.
1437
95e4302a
JM
14382013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
1439
1440 PR gdb/15986
1441 * gdb.base/run.c (main): gdb_get_line_number tag added for
1442 commands.exp.
1443 (factorial): Likewise.
1444
1445 * gdb.base/commands.exp (watchpoint_command_test): Use
1446 gdb_get_line_number in order to determine the locations in run.c
1447 where local_var is detected to go out of scope.
1448
4c406179
JM
14492013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
1450
1451 * gdb.base/gnu_vector.exp: Care about endianness when casting
1452 scalars to vectors.
1453
bb6216d8
TT
14542013-10-18 Tom Tromey <tromey@redhat.com>
1455
1456 * lib/gdb.exp (build_executable_from_specs): Remove duplicate set
1457 of "binfile".
1458
e8369a73
AB
14592013-10-18 Andrew Burgess <aburgess@broadcom.com>
1460
1461 * gdb.base/watchpoints.exp: Add test for setting software
1462 watchpoints of different types before starting the inferior.
1463
776f04fa
PA
14642013-10-18 Pedro Alves <palves@redhat.com>
1465
1466 PR gdb/16062
1467 * gdb.threads/stepi-random-signal.c: New file.
1468 * gdb.threads/stepi-random-signal.exp: New file.
1469
e4b8388f
MR
14702013-10-17 Maciej W. Rozycki <macro@codesourcery.com>
1471
1472 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
1473 Fix comment typo.
1474 * lib/gdb.exp (gdb_init): Likewise.
1475
50b34a18
TT
14762013-10-17 Tom Tromey <tromey@redhat.com>
1477
1478 * gdb.base/printcmds.exp (test_printf): Test printf flushing.
1479
3db258f5
TT
14802013-10-14 Tom Tromey <tromey@redhat.com>
1481
1482 * gdb.dwarf2/dwzbuildid.exp (write_dwarf_file): Pass explicit test
1483 name to gdb_test_no_output.
1484
4856b6bc
JK
14852013-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1486
1487 Canonicalize directories for EXEC_FILENAME.
1488 * gdb.base/argv0-symlink.exp
1489 (kept file symbolic link name for info inferiors): New.
1490 (kept directory symbolic link name): Setup kfail.
1491 (kept directory symbolic link name for info inferiors): New.
1492
9772d074
UW
14932013-10-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
1494
1495 * gdb.arch/s390-multiarch.exp: New file.
1496 * gdb.arch/s390-multiarch.c: New file.
1497
2a3be966
JB
14982013-10-11 Joel Brobecker <brobecker@adacore.com>
1499
1500 * gdb.ada/mi_catch_ex.exp: Adjusts all "catch ..." tests to
1501 use the appropriate GDB/MI command instead, and verify
1502 the test output.
1503
7c647d61
JB
15042013-10-11 Joel Brobecker <brobecker@adacore.com>
1505
1506 * gdb.base/source-nofile.gdb: New file.
1507 * gdb.base/source.exp: Add two tests verifying the behavior when
1508 the "source" command is given a non-existant filename.
1509
bb66bd51
YQ
15102013-10-11 Yao Qi <yao@codesourcery.com>
1511
1512 * gdb.mi/mi-catch-load.c: Remove the include of "dlfcn.h".
1513 [__WIN32__]: Include "windows.h" and define macro 'dlopen'
1514 and 'dlclose'.
1515 [!__WIN32__]: Include "dlfcn.h".
1516 * gdb.mi/mi-catch-load.exp: Set up kfail.
1517
4f424bb1
AK
15182013-10-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1519
1520 * lib/gdb.exp (gdb_core_cmd): Replace fixed string "re-load
1521 generated corefile" by argument "$test".
1522
578d3588
PA
15232013-10-09 Pedro Alves <palves@redhat.com>
1524
1525 * gdb.python/py-prettyprint.exp (run_lang_tests): Adjust expected
1526 output.
1527
eb4ca471
PA
15282013-10-09 Pedro Alves <palves@redhat.com>
1529
1530 * gdb.base/catch-syscall.exp (test_catch_syscall_without_args)
1531 (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
1532 (test_catch_syscall_with_wrong_args)
1533 (test_catch_syscall_restarting_inferior)
1534 (test_catch_syscall_fail_nodatadir)
1535 (test_catch_syscall_without_args_noxml)
1536 (test_catch_syscall_with_args_noxml)
1537 (test_catch_syscall_with_wrong_args_noxml): Use with_test_prefix.
1538
dc294be5
TT
15392013-10-08 Tom Tromey <tromey@redhat.com>
1540
1541 * gdb.dwarf2/dwzbuildid.exp: New file.
1542 * lib/dwarf.exp (Dwarf::_section): Add "flags" and "type"
1543 parameters.
1544 (Dwarf::_defer_output): Change "section" parameter to
1545 "section_spec"; update.
1546 (Dwarf::gnu_debugaltlink, Dwarf::_note, Dwarf::build_id): New
1547 procs.
1548
c968bd18
JB
15492013-10-08 Joel Brobecker <brobecker@adacore.com>
1550
1551 * gdb.ada/mi_catch_ex.exp: Make "mi_execute_to" test names unique.
1552
f44eeb11
TT
15532013-10-07 Tom Tromey <tromey@redhat.com>
1554
1555 * lib/mi-support.exp (varobj_tree::walk_tree): Set _root_idx
1556 to 0.
1557
0c557179
SDJ
15582013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1559
1560 * gdb.base/corefile.exp: Test whether $_exitsignal is set and
1561 $_exitcode is void when opening a corefile.
1562 * gdb.base/exitsignal.exp: New file.
1563 * gdb.base/segv.c: Likewise.
1564 * gdb.base/normal.c: Likewise.
1565
5713b9b5
JB
15662013-10-04 Joel Brobecker <brobecker@adacore.com>
1567
1568 * gdb.mi/mi-start.c, gdb.mi/mi-start.exp: New files.
1569
3f983d47
YZ
15702013-10-02 Vidya Praveen <vidyapraveen@arm.com>
1571
1572 * gdb.trace/entry-values.exp: Modify regular expression to scan for
1573 'bl' instruction instead of 'call' for ARM and AArch64 targets.
1574
901461f8
PA
15752013-10-02 Pedro Alves <palves@redhat.com>
1576
1577 * gdb.dwarf2/dw2-reg-undefined.exp <pattern_rax_rbx_rcx_print,
1578 pattern_rax_rbx_rcx_info>: Set to "<not saved>".
1579 * gdb.mi/mi-reg-undefined.exp (opt_out_pattern): Delete.
1580 (not_saved_pattern): New.
1581 Replace use of the former with the latter.
1582
b477a5e6
PA
15832013-10-02 Pedro Alves <palves@redhat.com>
1584
1585 * README (Board Settings): Document "exit_is_reliable".
1586 * lib/gdb.exp (gdb_continue_to_end): Check whether the board says
1587 running to exit reliably reports program exits.
1588 * boards/native-gdbserver.exp: Set exit_is_reliable in the board
1589 info.
1590 * boards/native-stdio-gdbserver.exp: Likewise.
1591
a49bed3a
DE
15922013-10-01 Doug Evans <dje@google.com>
1593
1594 * gdb.python/python.exp: Remove redundant print-stack tests.
1595 Make all print-stack test names unique. Fix spelling of print-stack.
1596
2ed2ad44
YQ
15972013-09-29 Yao Qi <yao@codesourcery.com>
1598
1599 * gdb.base/shreloc.exp: Set $msymfile to 'shreloc.txt' if host
1600 is remote.
1601
7d760051
UW
16022013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1603
1604 PR shlibs/8882
1605 * gdb.base/corefile.exp: Add a check to assure warning-free
1606 core-file load.
1607
82bf32bc
JK
16082013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1609
1610 * gdb.dwarf2/dwp-symlink.c: New file.
1611 * gdb.dwarf2/dwp-symlink.exp: New file.
1612
4fa7d390
DE
16132013-09-20 Doug Evans <dje@google.com>
1614
6b4646ce
DE
1615 * lib/dwarf.exp (build_executable_from_fission_assembler): New proc.
1616 * gdb.dwarf2/fission-base.S: Update. Split out .dwo into separate
1617 file.
1618 * gdb.dwarf2/fission-loclists.S: Ditto.
1619 * gdb.dwarf2/fission-reread.S: Ditto.
1620 * gdb.dwarf2/fission-base.exp: Skip of remote host. Compile with
1621 build_executable_from_fission_assembler.
1622 * gdb.dwarf2/fission-loclists.exp: Ditto.
1623 * gdb.dwarf2/fission-reread.exp: Ditto.
1624
4fa7d390
DE
1625 * lib/future.exp (gdb_find_objcopy, gdb_find_readelf): New procs.
1626 * lib/gdb.exp (build_id_debug_filename_get): Update to use them.
1627 (gdb_gnu_strip_debug): Ditto.
1628 * lib/prelink-support.exp (section_get, prelink_no): Ditto.
1629 * gdb.arch/altivec-abi.exp: Ditto.
1630 * gdb.base/attach-pie-misread.exp: Ditto.
1631 * gdb.base/comprdebug.exp: Ditto.
1632 * gdb.base/dup-sect.exp: Ditto.
1633 * gdb.base/gnu-debugdata.exp: Ditto.
1634 * gdb.base/step-symless.exp: Ditto.
1635 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
1636 * gdb.dwarf2/dw2-skip-prologue.exp: Ditto.
1637 * gdb.dwarf2/gdb-index.exp: Ditto.
1638
e4c6a2c4
AB
16392013-09-18 Andrew Burgess <aburgess@broadcom.com>
1640
1641 * gdb.dwarf2/dw2-reg-undefined.exp: Change pattern for info
1642 register to "<optimized out>", and also print the registers.
1643
a205fbfc
PA
16442013-09-18 Pedro Alves <palves@redhat.com>
1645
1646 PR server/15967
1647 * gdb.server/wrapper.exp: Also return unsupported for Cygwin, and
1648 change text.
1649
ee47b2f8
YQ
16502013-09-18 Yao Qi <yao@codesourcery.com>
1651
1652 * gdb.server/wrapper.c: New.
1653 * gdb.server/wrapper.exp: New.
1654
49fa26b0
PA
16552013-09-17 Muhammad Waqas <mwaqas@codesourccery.com>
1656 Jan Kratochvil <jan.kartochvil@redhat.com>
1657 Pedro Alves <palves@redhat.com>
1658
1659 PR gdb/11568
1660 * gdb.thread/thread-specific-bp.c: New file.
1661 * gdb.thread/thread-specific-bp.exp: New file.
1662
e83b28bc
SDJ
16632013-09-17 Sergio Durigan Junior <sergiodj@redhat.com>
1664
1665 * gdb.base/defaults.exp (<show_conv_list>): Add check for $_isvoid
1666 convenience function.
1667
08d72866
PA
16682013-09-17 Pedro Alves <palves@redhat.com>
1669
1670 PR gdb/15911
1671 * gdb.threads/info-threads-cur-sal-2.c: New file.
1672 * gdb.threads/info-threads-cur-sal.c: New file.
1673 * gdb.threads/info-threads-cur-sal.exp: New file.
1674
57b0d98e
YQ
16752013-09-17 Yao Qi <yao@codesourcery.com>
1676
1677 * gdb.base/catch-load.c: Remove the include of "dlfcn.h".
1678 [__WIN32__]: Include "windows.h" and define macro dlopen
1679 and dlclose.
1680 [!__WIN32__]: Include "dlfcn.h".
1681 * gdb.base/catch-load.exp (one_catch_load_test): Match
1682 directory separator.
1683
0295a32e
DE
16842013-09-16 Doug Evans <dje@google.com>
1685
a587b477
DE
1686 * lib/gdb.exp (using_fission): New proc.
1687 * gdb.base/info-macros.exp: Skip test if using Fission.
1688
0295a32e
DE
1689 * gdb.base/break-interp.exp: Fix indentation.
1690
a280dbd1
SDJ
16912013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1692
1693 * gdb.base/gdbvars.c (foo_void): New function.
1694 (foo_int): Likewise.
1695 * gdb.base/gdbvars.exp (test_convenience_functions): New
1696 function. Call it.
1697
4ac33720
UW
16982013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1699
1700 * gdb.arch/s390-tdbregs.c: New file.
1701 * gdb.arch/s390-tdbregs.exp: New file.
1702
b866c52d
SS
17032013-09-12 Stan Shebs <stan@codesourcery.com>
1704
1705 * README: New file.
1706
dc59cba6
DE
17072013-09-12 Doug Evans <dje@google.com>
1708
1709 * gdb.python/py-events.py (new_objfile_handler): Remove accidentally
1710 added code to print event.inferior.
1711
edf9f00c
JK
17122013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1713
1714 * gdb.base/gnu-debugdata.exp (objcopy 1): Move it lower and use only
1715 debug part of the binary.
1716
5423b017
JK
17172013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1718
1719 * gdb.base/gnu-debugdata.exp (strip): Add -R .comment.
1720 (addlink): Add comment.
1721
9295cf6f
SA
17222013-09-10 Sanimir Agovic <sanimir.agovic@intel.com>
1723
1724 * gdb.base/default.exp: Adjust regexpr for 'cd' to match optional
1725 canonical pathname.
1726
89e63ee4
DE
17272013-09-04 Doug Evans <dje@google.com>
1728
314bb8c3
DE
1729 * gdb.python/py-events.py (exit_handler): Verify we get the expected
1730 event.
1731 (continue_handler, new_objfile_handler): Ditto.
1732 (test_events): Rename command to "test-events".
1733 (test_newobj_events): Rename command to "test-objfile-events".
1734 * gdb.python/py-events.exp: Update.
1735 * gdb.python/py-evsignal.exp: Update.
1736 * gdb.python/py-evthreads.exp: Update.
1737
89e63ee4
DE
1738 * gdb.base/enumval.c (ZERO): New enum value.
1739 (main): Use it
1740 * gdb.base/enumval.exp: Test ability to print ZERO.
1741
17422013-09-03 Muhammad Bilal <mbilal@codesourcery.com>
41dc8db8
MB
1743 Pedro Alves <palves@redhat.com>
1744
1745 * gdb.base/relocate.exp: Check that invalid options are
1746 rejected.
1747
26c2b53c
AB
17482013-08-30 Andrew Burgess <aburgess@broadcom.com>
1749
1750 * gdb.base/code_elim1.c (my_bss_symbol): New variable added.
1751 (my_static_symbol): Add comment.
1752 (main): Reference my_bss_symbol.
1753
96d9056e
PM
17542013-08-30 Phil Muldoon <pmuldoon@redhat.com>
1755
1756 * gdb.python/py-arch.exp: Tests for invalid architecture.
1757
489d4f4d
SA
17582013-08-29 Sterling Augustine <saugustine@google.com>
1759
1760 * boards/remote-stdio-gdbserver.exp: Set rcp_prog and
1761 rsh_prog in new conditional. Move use of REMOTE_PORTNUM into
1762 said conditional.
1763
5b791bb5
PM
17642013-08-29 Phil Muldoon <pmuldoon@redhat.com>
1765
1766 * gdb.python/py-arch.exp: Load gdb-python.exp.
1767
8f28f522
PM
17682013-08-29 Phil Muldoon <pmuldoon@redhat.com>
1769
1770 * gdb.python/py-framefilter.py (FrameFilter.filter): Check
1771 itertools for imap attribute. Otherwise use map().
1772 (ElidingIterator): Define wrapper function __next__.
1773 * gdb.python/py-framefilter-mi.exp: Do not use execfile,
1774 use exec (open (read ())) instead.
1775 * gdb.python/py-framefilter.exp: Ditto.
1776 * gdb.python/py-arch.exp: Update print based test to Python 3.x
1777 compliance.
1778 * gdb.python/py-frame.exp: Ditto.
1779 * gdb.python/py-type.exp: Ditto.
1780
1f0c4988
JK
17812013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1782
1783 PR gdb/15415
1784 * gdb.base/argv0-symlink.c: New file.
1785 * gdb.base/argv0-symlink.exp: New file.
1786
7893c162
TT
17872013-08-28 Tom Tromey <tromey@redhat.com>
1788
1789 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Use explicit test name
1790 when saving index.
1791
6211c335
YQ
17922013-08-27 Yao Qi <yao@codesourcery.com>
1793
1794 * gdb.trace/entry-values.exp: Test unavailable entry value is
1795 not shown when option '--skip-unavailable' is specified.
1796 * gdb.trace/mi-trace-unavailable.exp (test_trace_unavailable):
1797 Add tests for new option '--skip-unavailable'.
1798
ce4ea2bb
YQ
17992013-08-27 Yao Qi <yao@codesourcery.com>
1800
1801 * lib/gdb.exp (gdb_remote_download): Don't pass $tofile to
1802 remote_download if it is empty.
1803
6e45f158
DE
18042013-08-26 Doug Evans <dje@google.com>
1805
779bd270
DE
1806 PR symtab/15885
1807 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add gdb-index.
1808 (clean): rm -f *.gdb-index *.with-index.
1809 * gdb.dwarf2/gdb-index.exp: New testcase.
1810
6e45f158
DE
1811 * lib/gdb.exp (run_on_host): Moved here from gnu-debugdata.exp.
1812 * gdb.base/gnu-debugdata.exp (run): Moved to gdb.exp and renamed to
1813 run_on_host. All callers updated.
1814
b1224238
YQ
18152013-08-24 Yao Qi <yao@codesourcery.com>
1816
1817 * gdb.trace/entry-values.c (end): New
1818 (main): Call end.
1819 * gdb.trace/entry-values.exp: Load trace-support.exp. Set
1820 tracepoint and collect data. Test entry value is unavailable.
1821
b39a8faf
YQ
18222013-08-24 Yao Qi <yao@codesourcery.com>
1823
1824 * lib/dwarf.exp (_location): Handle DW_OP_deref_size.
1825 * gdb.trace/entry-values.c: New.
1826 * gdb.trace/entry-values.exp: New.
1827
9eaabc75
MW
18282013-07-12 Muhammad Waqas <mwaqas@codesourccery.com>
1829
1830 PR gdb/15501
1831 * gdb.base/ena-dis-br.exp: Add test to verify
1832 enable/disable commands work correctly with
1833 multiple arguments that include multiple locations.
1834
9f948660
SDJ
18352013-08-22 Samuel Bronson <naesten@gmail.com>
1836
1837 ARM Linux support for `catch syscall'.
1838 * gdb.base/catch-syscall.exp: Test this on ARM now.
1839 (fill_all_syscalls_numbers): ARM has close/chroot on 6/61, too.
1840
e630b974
TT
18412013-08-22 Tom Tromey <tromey@redhat.com>
1842
1843 * lib/dwarf.exp (cu, tu): Handle addr_size of "default". Change
1844 default addr_size.
1845 * lib/gdb.exp (is_64_target): New gdb_caching_proc.
1846
f3a76454
TT
18472013-08-22 Tom Tromey <tromey@redhat.com>
1848
1849 * lib/gdb.exp (skip_btrace_tests): Use gdb_caching_proc and
1850 standard_temp_file.
1851
de5f37e1
TT
18522013-08-22 Tom Tromey <tromey@redhat.com>
1853
1854 * gdb.arch/amd64-byte.exp: Use standard_testfile,
1855 clean_restart.
1856 * gdb.arch/amd64-disp-step.exp: Use standard_testfile.
1857 * gdb.arch/amd64-dword.exp: Use standard_testfile,
1858 clean_restart.
1859 * gdb.arch/amd64-entry-value-param.exp: Use standard_testfile.
1860 * gdb.arch/amd64-entry-value.exp: Use standard_testfile.
1861 * gdb.arch/amd64-prologue-xmm.exp: Use standard_testfile.
1862 * gdb.arch/amd64-word.exp: Use standard_testfile,
1863 clean_restart.
1864 * gdb.arch/i386-avx.exp: Use standard_testfile, clean_restart.
1865 * gdb.arch/i386-byte.exp: Use standard_testfile, clean_restart.
1866 * gdb.arch/i386-disp-step.exp: Use standard_testfile.
1867 * gdb.arch/i386-dr3-watch.exp: Use standard_testfile.
1868 * gdb.arch/i386-permbkpt.exp: Use standard_testfile, clean_restart.
1869 * gdb.arch/i386-signal.exp: Use standard_testfile.
1870 * gdb.arch/i386-size-overlap.exp: Use standard_testfile, clean_restart.
1871 * gdb.arch/i386-sse.exp: Use standard_testfile, clean_restart.
1872 * gdb.arch/i386-unwind.exp: Use standard_testfile.
1873 * gdb.arch/i386-word.exp: Use standard_testfile, clean_restart.
1874
8448e842
TT
18752013-08-22 Tom Tromey <tromey@redhat.com>
1876
1877 * gdb.python/py-error.exp: Use gdb_remote_download.
1878 * gdb.python/py-mi.exp: Use gdb_remote_download.
1879 * gdb.python/py-objfile-script.exp: Use standard_output_file.
1880 * gdb.python/py-prettyprint.exp: Use gdb_remote_download.
1881 (run_lang_tests): Likewise.
1882 * gdb.python/py-section-script.c: Use SCRIPT_FILE rather than
1883 filename.
1884 * gdb.python/py-section-script.exp: Set SCRIPT_FILE when
1885 compiling. Use gdb_remote_download. Update some tests.
1886 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
1887 standard_output_file.
1888 * gdb.python/py-typeprint.exp: Use gdb_remote_download.
1889 * gdb.python/py-frame-args.exp: Use gdb_remote_download.
1890 * gdb.python/py-framefilter-mi.exp: Use gdb_remote_download.
1891 * gdb.python/py-framefilter.exp: Use gdb_remote_download,
1892 standard_output_file.
1893
16cfcbc2
TT
18942013-08-22 Tom Tromey <tromey@redhat.com>
1895
1896 * lib/cell.exp (skip_cell_tests): Use standard_temp_file.
1897
44ee8174
TT
18982013-08-22 Tom Tromey <tromey@redhat.com>
1899
1900 * gdb.dwarf2/dw2-basic.exp: Use gdb_remote_download.
1901 * gdb.dwarf2/dw2-compressed.exp: Use gdb_remote_download.
1902 * gdb.dwarf2/dw2-intercu.exp: Use gdb_remote_download.
1903 * gdb.dwarf2/dw2-intermix.exp: Use gdb_remote_download.
1904 * gdb.dwarf2/dw2-producer.exp: Use gdb_remote_download.
1905 * gdb.dwarf2/mac-fileno.exp: Use gdb_remote_download.
1906 * lib/gdb.exp (gdb_remote_download): New proc.
1907
7a218f88
TT
19082013-08-22 Tom Tromey <tromey@redhat.com>
1909
1910 * gdb.dwarf2/clztest.exp: Use standard_testfile.
1911 * gdb.dwarf2/dw2-minsym-in-cu.exp: Use standard_testfile.
1912 * gdb.dwarf2/fission-base.S: Remove directory from
1913 DW_AT_GNU_dwo_name.
1914 * gdb.dwarf2/fission-base.exp: Use build_executable. Set
1915 debug-file-directory.
1916 * gdb.dwarf2/fission-reread.S: Remove directory from
1917 DW_AT_GNU_dwo_name.
1918 * gdb.dwarf2/fission-reread.exp: Use build_executable. Set
1919 debug-file-directory.
1920
70cc1c23
DE
19212013-08-16 Doug Evans <dje@google.com>
1922
1923 * lib/prelink-support.exp (prelink_yes): Flag test as unsupported if
1924 prelink complains about an unhandled DWARF version.
1925
61884d20
DE
19262013-08-14 Cary Coutant <ccoutant@google.com>
1927
1928 * boards/fission.exp: Add -fdebug-types-section to debug_flags.
1929
5e92f71a
TT
19302013-08-13 Tom Tromey <tromey@redhat.com>
1931 Yao Qi <yao@codesourcery.com>
1932
1933 * lib/cache.exp (gdb_do_cache): Handle GDB_PARALLEL.
1934 * lib/gdb.exp: Handle GDB_PARALLEL.
1935 (default_gdb_version): Kill inotify_pid if it exists.
1936 (default_gdb_exit): Emit warning if the inotify log is not
1937 empty.
1938 (standard_output_file): Respect GDB_PARALLEL.
1939 (standard_temp_file): Likewise.
1940 (gdb_init): Start inotifywait if requested.
1941
5c30d39a
AB
19422013-08-13 Andrew Burgess <aburgess@broadcom.com>
1943
1944 * gdb.base/printcmds.exp (test_printf): Add test for printf of
1945 pointer with various flags.
1946
17e1c970
TT
19472013-08-13 Tom Tromey <tromey@redhat.com>
1948
1949 * lib/cache.exp: New file.
1950 * lib/cell.exp (skip_cell_tests): Use gdb_caching_proc.
1951 * lib/gdb.exp: Load cache.exp.
1952 (support_complex_tests, is_ilp32_target, is_lp64_target)
1953 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests)
1954 (gdb_skip_xml_test): Use gdb_caching_proc.
1955 * lib/opencl.exp (skip_opencl_tests): Use gdb_caching_proc.
1956
4e234898
TT
19572013-08-13 Tom Tromey <tromey@redhat.com>
1958
1959 * lib/gdb.exp (standard_temp_file): New proc.
1960 (support_complex_tests, is_ilp32_target, is_lp64_target)
1961 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests): Use
1962 standard_temp_file.
1963
53e981d9
TT
19642013-08-13 Tom Tromey <tromey@redhat.com>
1965
1966 * lib/gdb.exp (build_id_debug_filename_get): Use
1967 standard_output_file.
1968 * lib/prelink-support.exp (section_get)
1969 (build_executable_own_libs): Use standard_output_file.
1970
3f539315
TT
19712013-08-12 Tom Tromey <tromey@redhat.com>
1972
1973 * Makefile.in (ALL_SUBDIRS): Add gdb.go.
1974
b4013987
AA
19752013-08-12 Ali Anwar <alianwar@codesourcery.com>
1976
1977 * gdb.base/break.exp: Test break via convenience variable
1978 with file name.
1979
f61d5529
DE
19802013-08-09 Doug Evans <dje@google.com>
1981
1982 * lib/future.exp (gdb_find_ldd): New proc.
1983 * lib/prelink-support.exp (build_executable_own_libs): Call it.
1984 Make "/usr/sbin/" in prelink path optional.
1985
1ed8d800
YQ
19862013-08-09 Yao Qi <yao@codesourcery.com>
1987
1988 * gdb.trace/collection.exp (gdb_collect_args_test): Set
1989 "only" and "both" to 'print entry-values' before selecting
1990 trace frame.
1991
82a0a75f
YQ
19922013-08-08 Yao Qi <yao@codesourcery.com>
1993
1994 * gdb.trace/mi-trace-unavailable.exp: Don't set
1995 "print entry-values" to "no".
1996 (test_trace_unavailable): Set various values to
1997 "print entry-values" to test that the output of
1998 '-stack-list-locals' is not affected, and then set
1999 set "print entry-values" to "no".
2000
ac52f9a2
DE
20012013-08-07 Doug Evans <dje@google.com>
2002
2003 * gdb.python/py-value-cc.cc: Renamed from py-value.cc.
2004 * gdb.python/py-value-cc.exp: Update.
2005 * gdb.python/py-value.exp: Use different names for .o files for
2006 C and C++. Only perform C++ tests if !skip_cplus_tests.
2007
bf6d8a91
TT
20082013-08-07 Tom Tromey <tromey@redhat.com>
2009
2010 * gdb.base/maint.exp: Allow zero symtabs to be expanded.
2011
f9125b6c
TT
20122013-08-07 Tom Tromey <tromey@redhat.com>
2013
2014 * gdb.dwarf2/dwz.exp: New file.
2015
3a1115a0
TT
20162013-08-02 Tom Tromey <tromey@redhat.com>
2017
2018 * gdb.base/watchpoint.c (struct foo5): New.
2019 (nullptr): New global.
2020 * gdb.base/watchpoint.exp (test_watch_location): Add test.
2021
b846d303
DE
20222013-08-01 Doug Evans <dje@google.com>
2023
7ee85ab1
DE
2024 PR symtab/15691
2025 * gdb.dwarf2/fission-mix.exp: New file.
2026 * gdb.dwarf2/fission-mix.h: New file.
2027 * gdb.dwarf2/fission-mix.c: New file.
2028 * gdb.dwarf2/fission-mix2.c: New file.
2029
b846d303
DE
2030 PR symtab/15695
2031 * gdb.base/func-ptr.exp: New file.
2032 * gdb.base/func-ptr.c: New file.
2033
67d21849
YQ
20342013-08-01 Yao Qi <yao@codesourcery.com>
2035
2036 * gdb.python/py-sync-interp.c: New.
2037 * gdb.python/py-sync-interp.exp: New.
2038
de74e63a
YQ
20392013-07-31 Yao Qi <yao@codesourcery.com>
2040
2041 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Test command
2042 'tdump' on stack frame 0 and 1 respectively.
2043
680558e8
YQ
20442013-07-31 Yao Qi <yao@codesourcery.com>
2045
2046 PR gdb/13443
2047 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_3): Add parameter
2048 'traceframe'. Wrap test with with_test_prefix.
2049 (top level): Update.
2050
48bbe0bf
YQ
20512013-07-31 Yao Qi <yao@codesourcery.com>
2052
2053 * gdb.trace/backtrace.exp: Don't invoke 'get_exit' and
2054 'gdb_start'.
2055 Invoke 'prepare_for_testing' instead of 'gdb_compile'.
2056 Use gdb_test_no_output to issue commands 'tstart' and 'tstop'.
2057
11b4b7cc
AB
20582013-07-30 Andrew Burgess <aburgess@broadcom.com>
2059
2060 * gdb.dwarf2/pieces-optimized-out.exp: Expect "<optimized out>"
2061 when printing an optimized out value. Expect an error when using
2062 an optimized out value in an expression.
2063
b0c54aa5
AB
20642013-07-30 Andrew Burgess <aburgess@broadcom.com>
2065
2066 * gdb.dwarf2/pieces-optimized-out.exp: New file.
2067 * gdb.dwarf2/pieces-optimized-out.c: New file.
2068 * gdb.dwarf2/pieces-optimized-out.S: New file.
2069
97c85fc6
MB
20702013-07-30 Muhammad Bilal <mbilal@codesourcery.com>
2071
2072 PR gdb/15715
2073 * gdb.base/setshow.exp: Test that relative paths passed to
2074 'set history filename' are converted to absolute paths.
2075
5b32ae97
KS
20762013-07-26 Keith Seitz <keiths@redhat.com>
2077
2078 * gdb.mi/mi-var-child-f.exp: Pass f90 to gdb_compile instead
2079 of f77.
2080 Allow for compiler variations of integer types.
2081 Use mi_create_varobj.
2082 Use mi_list_varobj_children for the immediate children of `array'.
2083 Add "has_more" attribute for grandchildren test.
2084
6f64ef53
PA
20852013-07-26 Pedro Alves <palves@redhat.com>
2086
2087 * gdb.base/interrupt-noterm.c, gdb.base/interrupt-noterm.exp: New
2088 files.
2089
fdc8aae8
AB
20902013-07-25 Andrew Burgess <aburgess@broadcom.com>
2091
2092 * gdb.mi/mi-reg-undefined.exp: New file.
2093 * gdb.mi/mi-reg-undefined.c: Likewise.
2094 * gdb.mi/mi-reg-undefined.S: Likewise.
2095
6fbe845e
AB
20962013-07-25 Andrew Burgess <aburgess@broadcom.com>
2097
2098 * gdb.base/printcmds.exp (test_print_int_arrays): Add tests for x,
2099 z, o, and t output formats.
2100 * gdb.base/display.exp: Use 'k' as an undefined format now that
2101 'z' is defined.
2102
7b79b135
DE
21032013-07-24 Doug Evans <dje@google.com>
2104
2105 * boards/native-stdio-gdbserver.exp (${board}_build_remote_cmd): Pass
2106 "--" to switch.
2107
a0607b84
YQ
21082013-07-24 Yao Qi <yao@codesourcery.com>
2109
2110 * gdb.mi/mi-var-cmd.exp: If host is remote, use ${testfile} on
2111 host.
2112 * gdb.mi/mi-basics.exp (test_exec_and_symbol_mi_operatons):
2113 Likewise. If host is remote, copy ${binfile} to host.
2114
2eb14a9b
YQ
21152013-07-23 Yao Qi <yao@codesourcery.com>
2116
2117 * gdb.mi/mi-var-cmd.exp: Adjust pattern to match current error
2118 message.
2119
5d0a3b53
WN
21202013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
2121
2122 * gdb.base/disp-step-syscall.exp: Add svc and swi syscall
2123 instructions and enable disp-step-syscall for arm targets.
2124
9a5911c0
WN
21252013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
2126
2127 * gdb.dwarf2/fission-reread.S: Replace @ sign with % sign to remove
2128 assembler errors on arm.
2129 * gdb.dwarf2/mac-fileno.S: Likewise.
2130 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
2131 * gdb.dwarf2/pr13961.S: Likewise.
2132
fa876972
HZ
21332013-07-19 Hui Zhu <hui@codesourcery.com>
2134
2135 PR gdb/15692
2136 * gdb.mi/mi-dprintf.exp: Add double quotes test.
2137
1527aea8
YQ
21382013-07-19 Yao Qi <yao@codesourcery.com>
2139
2140 * gdb.trace/read-memory.exp (test_from_remote): Update test.
2141 (teset_from_exec): Likewise.
2142
73c1d57e
YQ
21432013-07-19 Yao Qi <yao@codesourcery.com>
2144
2145 * gdb.trace/read-memory.c: New.
2146 * gdb.trace/read-memory.exp: New.
2147
a075c3e5
YQ
21482013-07-19 Yao Qi <yao@codesourcery.com>
2149
2150 * lib/gdb.exp (gdb_compile_shlib): Pass the tail name of
2151 $dest to link options if host is remote. Move the
2152 generated file to $dest.a on host if host is remote.
2153
623cc285
WN
21542013-07-18 Will Newton <will.newton@linaro.org>
2155
2156 * gdb.threads/tls-nodebug.c: Call pthread_testcancel
2157 to ensure the test is linked against pthreads.
2158 * gdb.threads/tls-var-main.c: Likewise.
2159 * gdb.threads/tls-shared.c: Likewise.
2160
1f74d3b5
YQ
21612013-07-18 Yao Qi <yao@codesourcery.com>
2162
2163 * lib/future.exp (gdb_default_target_compile): Use tail name
2164 of $destfile as the output name of compile. Move the
2165 generated file to $destfile on build.
2166
f6dc277e
YQ
21672013-07-18 Yao Qi <yao@codesourcery.com>
2168
2169 * lib/gdb.exp (gdb_compile): Set
2170 gdb_saved_set_unbuffered_mode_obj to
2171 set_unbuffered_mode_saved.o if host is remote. Invoke
2172 remote_download to copy $unbuf_obj to host.
2173
e7045703
DE
21742013-07-17 Doug Evans <dje@google.com>
2175
2176 * gdb.python/py-frame-args.c: New file.
2177 * gdb.python/py-frame-args.py: New file.
2178 * gdb.python/py-frame-args.exp New file.
2179
5ea5559b
AB
21802013-07-16 Andrew Burgess <aburgess@broadcom.com>
2181
2182 * gdb.base/printcmds.exp (test_printf): Add tests for format
2183 strings with missing format specifier.
2184
4229ca0e
TT
21852013-07-16 Tom Tromey <tromey@redhat.com>
2186
2187 * gdb.ada/info_types.exp: Use standard_testfile.
2188
5ee657d5
TT
21892013-07-16 Tom Tromey <tromey@redhat.com>
2190
2191 * gdb.mi/mi-basics.exp: Use standard_output_file.
2192 (test_dir_specification, test_cwd_specification)
2193 (test_path_specification): Use testsubdir, not subdir and objdir.
2194
20e3d738
TT
21952013-07-16 Tom Tromey <tromey@redhat.com>
2196
2197 * gdb.trace/mi-traceframe-changed.exp: Don't use objdir.
2198
7d7c6477
JB
21992013-07-09 Joel Brobecker <brobecker@adacore.com>
2200
2201 * gdb.ada/small_reg_param.exp: Accept optional entry value
2202 for parameter "w".
2203
52cd8b7d
JB
22042013-07-09 Joel Brobecker <brobecker@adacore.com>
2205
2206 * gdb.ada/small_reg_param.exp: Remove trailing space.
2207
2a998fc0
DE
22082013-07-09 Doug Evans <dje@google.com>
2209
2210 * gdb.base/default.exp: Update expected output of "show print array"
2211 and "show print pretty".
2212
0329e9fb
UW
22132013-07-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
2214
2215 * gdb.threads/wp-replication.exp: Stop counting available hardware
2216 watchpoints after NR_THREADS iterations.
2217
1953058f
AB
22182013-07-08 Andrew Burgess <aburgess@broadcom.com>
2219
2220 * gdb.python/py-explore.exp: Add $gdb_prompt to test regexp.
2221
7c0de741
YQ
22222013-07-07 Yao Qi <yao@codesourcery.com>
2223
2224 * boards/native-gdbserver.exp: Move invoke of
2225 process_multilib_options to gdbserver-base.exp.
2226 Move set_board_info 'compiler', 'gdb,noinferiorio',
2227 'gdb,nofileio', 'gdb_server_prog' and 'gdb,predefined_tsv' to
2228 gdbserver-base.exp.
2229 Move proc ${board}_download, ${board}_upload and
2230 ${board}_file to gdbserver-base.exp.
2231 * boards/native-extended-gdbserver.exp: Likewise.
2232 * boards/native-stdio-gdbserver.exp: Likewise.
2233 * boards/gdbserver-base.exp: New file.
2234
497a4c48
LM
22352013-07-05 Luis Machado <lgustavo@codesourcery.com>
2236
2237 * gdb.base/dump.exp: Remove arch-specific tests and do a
2238 generic data address check to set is64bitonly correctly.
2239
bb3f62fc
LM
22402013-07-05 Luis Machado <lgustavo@codesourcery.com>
2241
2242 * gdb.mi/gdb2549.exp (register_tests): Expect any decimal for
2243 the register number instead of expecting only 0.
2244
005faa9d
WN
22452013-07-05 Will Newton <will.newton@linaro.org>
2246
2247 * gdb.base/gnu-ifunc-lib.c: Use %function instead of @function
2248 in asm syntax to allow building on ARM.
2249
4767856f
YQ
22502013-07-05 Yao Qi <yao@codesourcery.com>
2251
2252 * boards/local-remote-host.exp: Remove obsolete comments.
2253 * boards/native-extended-gdbserver.exp: Likewise.
2254 * boards/native-gdbserver.exp: Likewise.
2255 * boards/native-stdio-gdbserver.exp: Likewise.
2256
691a26f5
AB
22572013-07-04 Andrew Burgess <aburgess@broadcom.com>
2258
2259 * gdb.dwarf2/dw2-reg-undefined.exp: New file.
2260 * gdb.dwarf2/dw2-reg-undefined.c: Likewise.
2261 * gdb.dwarf2/dw2-reg-undefined.S: Likewise.
2262
4d142eaa
JK
22632013-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2264
2265 * gdb.base/break-on-linker-gcd-function.exp: Replace
2266 prepare_for_testing by build_executable_from_specs and clean_restart.
2267
62cef515
TT
22682013-06-27 Tom Tromey <tromey@redhat.com>
2269
2270 * gdb.base/testenv.exp, gdb.base/tui-layout.exp,
2271 gdb.base/twice.exp, gdb.base/type-opaque.exp, gdb.base/unload.exp,
2272 gdb.base/unwindonsignal.exp, gdb.base/valgrind-db-attach.exp,
2273 gdb.base/valgrind-infcall.exp, gdb.base/value-double-free.exp,
2274 gdb.base/varargs.exp, gdb.base/watch-cond-infcall.exp,
2275 gdb.base/watch-cond.exp, gdb.base/watch-non-mem.exp,
2276 gdb.base/watch-read.exp, gdb.base/watch-vfork.exp,
2277 gdb.base/watch_thread_num.exp, gdb.base/watchpoint-cond-gone.exp,
2278 gdb.base/watchpoint-delete.exp, gdb.base/watchpoint-hw.exp,
2279 gdb.base/watchpoint-solib.exp, gdb.base/watchpoint.exp,
2280 gdb.base/watchpoints.exp, gdb.base/wchar.exp, gdb.base/whatis.exp:
2281 Use standard_testfile, standard_output_file, prepare_for_testing,
2282 clean_restart.
2283
0ab77f5f
TT
22842013-06-27 Tom Tromey <tromey@redhat.com>
2285
2286 * gdb.base/save-bp.exp, gdb.base/savedregs.exp,
2287 gdb.base/scope.exp, gdb.base/sep.exp, gdb.base/sepsymtab.exp,
2288 gdb.base/set-lang-auto.exp, gdb.base/setshow.exp,
2289 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
2290 gdb.base/shreloc.exp, gdb.base/sigall.exp,
2291 gdb.base/sigaltstack.exp, gdb.base/sigbpt.exp,
2292 gdb.base/sigchld.exp, gdb.base/siginfo-addr.exp,
2293 gdb.base/siginfo-infcall.exp, gdb.base/siginfo-obj.exp,
2294 gdb.base/siginfo.exp, gdb.base/signals.exp, gdb.base/signest.exp,
2295 gdb.base/signull.exp, gdb.base/sigrepeat.exp,
2296 gdb.base/sigstep.exp, gdb.base/sizeof.exp,
2297 gdb.base/skip-solib.exp, gdb.base/so-impl-ld.exp,
2298 gdb.base/solib-display.exp, gdb.base/solib-nodir.exp,
2299 gdb.base/solib-overlap.exp, gdb.base/solib-symbol.exp,
2300 gdb.base/solib-weak.exp, gdb.base/source.exp,
2301 gdb.base/stack-checking.exp, gdb.base/stale-infcall.exp,
2302 gdb.base/stap-probe.exp, gdb.base/start.exp,
2303 gdb.base/step-break.exp, gdb.base/step-bt.exp,
2304 gdb.base/step-line.exp, gdb.base/step-resume-infcall.exp,
2305 gdb.base/step-test.exp, gdb.base/structs.exp,
2306 gdb.base/structs2.exp, gdb.base/structs3.exp,
2307 gdb.base/symbol-without-target_section.exp: Use standard_testfile,
2308 standard_output_file, prepare_for_testing, clean_restart.
2309
822bd149
TT
23102013-06-27 Tom Tromey <tromey@redhat.com>
2311
2312 * gdb.base/nextoverexit.exp, gdb.base/nextoverexit.exp,
2313 gdb.base/nodebug.exp, gdb.base/nofield.exp, gdb.base/nostdlib.exp,
2314 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/pc-fp.exp,
2315 gdb.base/pending.exp, gdb.base/permissions.exp,
2316 gdb.base/pie-execl.exp, gdb.base/pointers.exp,
2317 gdb.base/pr11022.exp, gdb.base/print-file-var.exp,
2318 gdb.base/printcmds.exp, gdb.base/prologue.exp,
2319 gdb.base/psymtab.exp, gdb.base/ptr-typedef.exp,
2320 gdb.base/ptype.exp, gdb.base/randomize.exp,
2321 gdb.base/readline-ask.exp, gdb.base/recpar.exp,
2322 gdb.base/recurse.exp, gdb.base/relativedebug.exp,
2323 gdb.base/relocate.exp, gdb.base/remote.exp, gdb.base/reread.exp,
2324 gdb.base/return-nodebug.exp, gdb.base/return2.exp: Use
2325 standard_testfile, standard_output_file, prepare_for_testing,
2326 clean_restart.
2327
f8b41b00
TT
23282013-06-27 Tom Tromey <tromey@redhat.com>
2329
a8c97a87
TT
2330 * gdb.base/hook-stop-continue.exp, gdb.base/hook-stop-frame.exp,
2331 gdb.base/huge.exp, gdb.base/included.exp,
2332 gdb.base/inferior-died.exp, gdb.base/infnan.exp,
2333 gdb.base/info-fun.exp, gdb.base/info-macros.exp,
2334 gdb.base/info-os.exp, gdb.base/info-proc.exp,
2335 gdb.base/info-target.exp, gdb.base/infoline.exp,
2336 gdb.base/interp.exp, gdb.base/interrupt.exp,
2337 gdb.base/jit-simple.exp, gdb.base/jit-so.exp, gdb.base/jump.exp,
2338 gdb.base/kill-after-signal.exp, gdb.base/label.exp,
2339 gdb.base/langs.exp, gdb.base/lineinc.exp, gdb.base/list.exp,
2340 gdb.base/logical.exp, gdb.base/long_long.exp,
2341 gdb.base/longjmp.exp, gdb.base/macscp.exp, gdb.base/maint.exp,
2342 gdb.base/memattr.exp, gdb.base/mips_pro.exp,
2343 gdb.base/miscexprs.exp, gdb.base/morestack.exp,
2344 gdb.base/moribund-step.exp, gdb.base/multi-forks.exp: Use
f8b41b00
TT
2345 standard_testfile, standard_output_file, prepare_for_testing,
2346 clean_restart.
2347
289f9037
TT
23482013-06-27 Tom Tromey <tromey@redhat.com>
2349
a8c97a87
TT
2350 * gdb.base/ena-dis-br.exp, gdb.base/enum_cond.exp,
2351 gdb.base/enumval.exp, gdb.base/environ.exp,
2352 gdb.base/eu-strip-infcall.exp, gdb.base/eval-skip.exp,
2353 gdb.base/exe-lock.exp, gdb.base/expand-psymtabs.exp,
2354 gdb.base/exprs.exp, gdb.base/fileio.exp, gdb.base/find.exp,
2355 gdb.base/fixsection.exp, gdb.base/foll-exec.exp,
2356 gdb.base/foll-fork.exp, gdb.base/fortran-sym-case.exp,
2357 gdb.base/frame-args.exp, gdb.base/freebpcmd.exp,
2358 gdb.base/fullname.exp, gdb.base/funcargs.exp,
2359 gdb.base/gcore-buffer-overflow.exp, gdb.base/gcore.exp,
2360 gdb.base/gdb1090.exp, gdb.base/gdb11530.exp,
2361 gdb.base/gdb11531.exp, gdb.base/gdb1250.exp, gdb.base/gdb1555.exp,
2362 gdb.base/gdb1821.exp, gdb.base/gdbindex-stabs.exp,
2363 gdb.base/gdbvars.exp, gdb.base/gnu-ifunc.exp,
2364 gdb.base/gnu_vector.exp: Use standard_testfile,
2365 standard_output_file, prepare_for_testing, clean_restart.
289f9037 2366
f76495c8
TT
23672013-06-27 Tom Tromey <tromey@redhat.com>
2368
a8c97a87
TT
2369 * gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
2370 gdb.base/call-sc.exp, gdb.base/call-signal-resume.exp,
2371 gdb.base/call-strs.exp, gdb.base/callexit.exp,
2372 gdb.base/callfuncs.exp, gdb.base/catch-load.exp,
2373 gdb.base/catch-syscall.exp, gdb.base/charset.exp,
2374 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
2375 gdb.base/code-expr.exp, gdb.base/code_elim.exp,
2376 gdb.base/commands.exp, gdb.base/completion.exp,
2377 gdb.base/complex.exp, gdb.base/cond-expr.exp,
2378 gdb.base/condbreak.exp, gdb.base/consecutive.exp,
2379 gdb.base/constvars.exp, gdb.base/corefile.exp,
2380 gdb.base/ctxobj.exp, gdb.base/cursal.exp, gdb.base/cvexpr.exp,
2381 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
2382 gdb.base/del.exp, gdb.base/detach.exp, gdb.base/dfp-test.exp,
2383 gdb.base/display.exp, gdb.base/dmsym.exp, gdb.base/dump.exp,
2384 gdb.base/dup-sect.exp: Use standard_testfile,
f76495c8
TT
2385 standard_output_file, prepare_for_testing, clean_restart.
2386
a64d2530
TT
23872013-06-27 Tom Tromey <tromey@redhat.com>
2388
a8c97a87
TT
2389 * gdb.base/a2-run.exp, gdb.base/all-bin.exp, gdb.base/annota1.exp,
2390 gdb.base/annota3.exp, gdb.base/anon.exp, gdb.base/args.exp,
2391 gdb.base/arithmet.exp, gdb.base/arrayidx.exp, gdb.base/assign.exp,
2392 gdb.base/async-shell.exp, gdb.base/async.exp,
2393 gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-noexec.exp,
2394 gdb.base/attach-twice.exp, gdb.base/attach.exp, gdb.base/auxv.exp,
2395 gdb.base/bang.exp, gdb.base/bfp-test.exp, gdb.base/bigcore.exp,
2396 gdb.base/bitfields.exp, gdb.base/bitfields2.exp,
2397 gdb.base/break-entry.exp, gdb.base/break-interp.exp,
2398 gdb.base/break-on-linker-gcd-function.exp,
2399 gdb.base/breakpoint-shadow.exp: Use standard_testfile,
a64d2530
TT
2400 standard_output_file, prepare_for_testing, clean_restart.
2401
aaff8d73
YQ
24022013-06-26 Yao Qi <yao@codesourcery.com>
2403
2404 * gdb.trace/mi-trace-frame-collected.exp: New.
2405
a0743c90
YQ
24062013-06-25 Yao Qi <yao@codesourcery.com>
2407
2408 * boards/native-extended-gdbserver.exp: Set board_info
2409 'gdb,predefined_tsv'.
2410 * boards/native-gdbserver.exp: Likewise.
2411 * boards/native-stdio-gdbserver.exp: Likewise.
2412 * gdb.server/ext-attach.exp: Load trace-support.exp. Check
2413 uploaded TSVs if target supports tracing.
2414 * gdb.trace/tsv.exp: Check uploaded TSVs if target supports
2415 tracing and target has predefined tsv.
2416
9d6e6e84
HZ
24172013-06-25 Yao Qi <yao@codesourcery.com>
2418 Hui Zhu <hui@codesourcery.com>
2419 Pedro Alves <palves@redhat.com>
2420
2421 PR breakpoints/15075
2422 PR breakpoints/15434
2423 * gdb.base/dprintf-next.c: New file.
2424 * gdb.base/dprintf-next.exp: New file.
2425 * gdb.base/dprintf-non-stop.c: New file.
2426 * gdb.base/dprintf-non-stop.exp: New file.
2427 * gdb.base/dprintf.exp: Don't check "continue" in the output
2428 of "info breakpoints".
2429 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
2430 Don't check "continue" in script field.
2431
e7ab3185
TT
24322013-06-21 Tom Tromey <tromey@redhat.com>
2433
2434 * gdb.trace/actions.exp (check_tracepoint): Don't use a full file
2435 name in a test name.
2436
c898adb7
YQ
24372013-06-20 Yao Qi <yao@codesourcery.com>
2438
2439 * gdb.trace/mi-trace-unavailable.exp: Set tracepoint on 'foo'
2440 and set an action.
2441 (test_trace_unavailable): Test command -data-list-register-values
2442 in the context of traceframe and with option --skip-unavailable.
2443 * gdb.trace/trace-unavailable.c (foo): New.
2444 (main): Call it.
2445 * gdb.mi/gdb2549.exp: Update matching pattern.
2446
4d157a3d
MF
24472013-06-19 Mike Frysinger <vapier@gentoo.org>
2448
2449 * gdb.arch/i386-avx.c (have_avx): Change __get_cpuid call to i386_cpuid.
2450 * gdb.arch/i386-avx.exp (additional_flags): Add -I${srcdir}/../common.
2451 * gdb.arch/i386-cpuid.h: Moved to ../common/i386-gcc-cpuid.h.
2452 * gdb.arch/i386-sse.c: Call new i386_cpuid function.
2453 * gdb.arch/i386-see.exp (additional_flags): Add -I${srcdir}/../common.
2454
d69cace4
LM
24552013-06-19 Luis Machado <lgustavo@codesourcery.com>
2456
2457 * gdb.base/subst.exp: Delete default rules before further
2458 tests.
2459
9bdd0636
YQ
24602013-06-19 Yao Qi <yao@codesourcery.com>
2461
2462 * gdb.base/maint.exp: Make the test to command 'maint dump-me'
2463 unsupported if it is not registered.
2464
427cd150
TT
24652013-06-18 Tom Tromey <tromey@redhat.com>
2466
2467 * gdb.base/random-signal.c: New file.
2468 * gdb.base/random-signal.exp: New file.
2469
6de7c271
WN
24702013-06-18 Will Newton <will.newton@linaro.org>
2471
2472 * gdb.base/skip.c: Use comma to evaluate results of foo()
2473 and bar() before passing to baz().
2474 * gdb.base/skip.c: baz() now takes one argument instead of
2475 two.
2476
5bd1ef56
TT
24772013-06-18 Tom Tromey <tromey@redhat.com>
2478
2479 * gdb.dwarf2/implptrpiece.exp: New file.
2480 * gdb.dwarf2/implptrconst.exp (d): New variable.
2481 Print d.
2482 * lib/dwarf2.exp (Dwarf::_location): Handle DW_OP_piece.
2483
e379b391
TT
24842013-06-18 Tom Tromey <tromey@redhat.com>
2485
2486 * lib/selftest-support.exp (do_self_tests): Reject remote or
2487 non-native targets.
2488 * gdb.gdb/complaints.exp: Remove check.
2489 * gdb.gdb/observer.exp: Remove check.
2490 * gdb.gdb/xfullpath.exp: Remove check.
2491 * gdb.gdb/complaints.exp: Remove check.
2492
4ec70201
PA
24932013-06-07 Pedro Alves <palves@redhat.com>
2494
2495 * boards/native-extended-gdbserver.exp: Remove semicolon.
2496 * config/arm-ice.exp: Likewise.
2497 * config/bfin.exp: Likewise.
2498 * config/cygmon.exp: Likewise.
2499 * config/h8300.exp: Likewise.
2500 * config/monitor.exp: Likewise.
2501 * config/sid.exp: Likewise.
2502 * config/sim.exp: Likewise.
2503 * config/slite.exp: Likewise.
2504 * config/vx.exp: Likewise.
2505 * gdb.arch/i386-bp_permanent.exp: Likewise.
2506 * gdb.asm/asm-source.exp: Likewise.
2507 * gdb.base/args.exp: Likewise.
2508 * gdb.base/attach-pie-misread.exp: Likewise.
2509 * gdb.base/auxv.exp: Likewise.
2510 * gdb.base/bigcore.exp: Likewise.
2511 * gdb.base/bitfields2.exp: Likewise.
2512 * gdb.base/bitfields.exp: Likewise.
2513 * gdb.base/break.exp: Likewise.
2514 * gdb.base/break-interp.exp: Likewise.
2515 * gdb.base/callfuncs.exp: Likewise.
2516 * gdb.base/call-sc.exp: Likewise.
2517 * gdb.base/commands.exp: Likewise.
2518 * gdb.base/corefile.exp: Likewise.
2519 * gdb.base/dbx.exp: Likewise.
2520 * gdb.base/ending-run.exp: Likewise.
2521 * gdb.base/exprs.exp: Likewise.
2522 * gdb.base/funcargs.exp: Likewise.
2523 * gdb.base/hbreak2.exp: Likewise.
2524 * gdb.base/huge.exp: Likewise.
2525 * gdb.base/list.exp: Likewise.
2526 * gdb.base/memattr.exp: Likewise.
2527 * gdb.base/overlays.exp: Likewise.
2528 * gdb.base/printcmds.exp: Likewise.
2529 * gdb.base/recurse.exp: Likewise.
2530 * gdb.base/remotetimeout.exp: Likewise.
2531 * gdb.base/reread.exp: Likewise.
2532 * gdb.base/savedregs.exp: Likewise.
2533 * gdb.base/scope.exp: Likewise.
2534 * gdb.base/sepdebug.exp: Likewise.
2535 * gdb.base/setshow.exp: Likewise.
2536 * gdb.base/setvar.exp: Likewise.
2537 * gdb.base/sigaltstack.exp: Likewise.
2538 * gdb.base/siginfo-addr.exp: Likewise.
2539 * gdb.base/siginfo.exp: Likewise.
2540 * gdb.base/siginfo-obj.exp: Likewise.
2541 * gdb.base/sigrepeat.exp: Likewise.
2542 * gdb.base/sigstep.exp: Likewise.
2543 * gdb.base/structs.exp: Likewise.
2544 * gdb.base/testenv.exp: Likewise.
2545 * gdb.base/twice.exp: Likewise.
2546 * gdb.base/valgrind-db-attach.exp: Likewise.
2547 * gdb.base/valgrind-infcall.exp: Likewise.
2548 * gdb.base/varargs.exp: Likewise.
2549 * gdb.base/watchpoint.exp: Likewise.
2550 * gdb.cp/gdb1355.exp: Likewise.
2551 * gdb.cp/misc.exp: Likewise.
2552 * gdb.disasm/hppa.exp: Likewise.
2553 * gdb.disasm/t01_mov.exp: Likewise.
2554 * gdb.disasm/t02_mova.exp: Likewise.
2555 * gdb.disasm/t03_add.exp: Likewise.
2556 * gdb.disasm/t04_sub.exp: Likewise.
2557 * gdb.disasm/t05_cmp.exp: Likewise.
2558 * gdb.disasm/t06_ari2.exp: Likewise.
2559 * gdb.disasm/t07_ari3.exp: Likewise.
2560 * gdb.disasm/t08_or.exp: Likewise.
2561 * gdb.disasm/t09_xor.exp: Likewise.
2562 * gdb.disasm/t10_and.exp: Likewise.
2563 * gdb.disasm/t11_logs.exp: Likewise.
2564 * gdb.disasm/t12_bit.exp: Likewise.
2565 * gdb.disasm/t13_otr.exp: Likewise.
2566 * gdb.gdb/selftest.exp: Likewise.
2567 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2568 * gdb.mi/mi-reverse.exp: Likewise.
2569 * gdb.pascal/floats.exp: Likewise.
2570 * gdb.python/py-inferior.exp: Likewise.
2571 * gdb.threads/attach-into-signal.exp: Likewise.
2572 * gdb.threads/pthreads.exp: Likewise.
2573 * gdb.threads/thread_events.exp: Likewise.
2574 * gdb.threads/watchthreads.exp: Likewise.
2575 * gdb.trace/actions-changed.exp: Likewise.
2576 * gdb.trace/actions.exp: Likewise.
2577 * gdb.trace/ax.exp: Likewise.
2578 * gdb.trace/backtrace.exp: Likewise.
2579 * gdb.trace/change-loc.exp: Likewise.
2580 * gdb.trace/deltrace.exp: Likewise.
2581 * gdb.trace/disconnected-tracing.exp: Likewise.
2582 * gdb.trace/ftrace.exp: Likewise.
2583 * gdb.trace/infotrace.exp: Likewise.
2584 * gdb.trace/passc-dyn.exp: Likewise.
2585 * gdb.trace/passcount.exp: Likewise.
2586 * gdb.trace/pending.exp: Likewise.
2587 * gdb.trace/qtro.exp: Likewise.
2588 * gdb.trace/range-stepping.exp: Likewise.
2589 * gdb.trace/report.exp: Likewise.
2590 * gdb.trace/save-trace.exp: Likewise.
2591 * gdb.trace/status-stop.exp: Likewise.
2592 * gdb.trace/strace.exp: Likewise.
2593 * gdb.trace/tfile.exp: Likewise.
2594 * gdb.trace/tfind.exp: Likewise.
2595 * gdb.trace/trace-break.exp: Likewise.
2596 * gdb.trace/tracecmd.exp: Likewise.
2597 * gdb.trace/trace-mt.exp: Likewise.
2598 * gdb.trace/tspeed.exp: Likewise.
2599 * gdb.trace/tsv.exp: Likewise.
2600 * gdb.trace/while-stepping.exp: Likewise.
2601 * lib/gdb.exp: Likewise.
2602 * lib/gdbserver-support.exp: Likewise.
2603 * lib/java.exp: Likewise.
2604 * lib/mi-support.exp: Likewise.
2605 * lib/pascal.exp: Likewise.
2606 * lib/prompt.exp: Likewise.
2607 * lib/trace-support.exp: Likewise.
2608
47d48711
PA
26092013-06-07 Pedro Alves <palves@redhat.com>
2610
2611 * gdb.ada/info_types.c: Fix formating in copyright header.
2612 * gdb.base/break-on-linker-gcd-function.cc: Likewise.
2613 * gdb.base/float.c: Likewise.
2614 * gdb.base/inferior-died.c: Likewise.
2615 * gdb.base/interp.c: Likewise.
2616 * gdb.base/jit-main.c: Likewise.
2617 * gdb.base/jit-solib.c: Likewise.
2618 * gdb.base/long_long.c: Likewise.
2619 * gdb.base/longjmp.c: Likewise.
2620 * gdb.base/nextoverexit.c: Likewise.
2621 * gdb.base/pr11022.c: Likewise.
2622 * gdb.base/prelink-lib.c: Likewise.
2623 * gdb.base/prelink.c: Likewise.
2624 * gdb.base/prologue.c: Likewise.
2625 * gdb.base/restore.c: Likewise.
2626 * gdb.base/sigchld.c: Likewise.
2627 * gdb.base/solib-search-lib1.c: Likewise.
2628 * gdb.base/solib-search-lib2.c: Likewise.
2629 * gdb.base/solib-search.c: Likewise.
2630 * gdb.base/solib-search.h: Likewise.
2631 * gdb.base/whatis.c: Likewise.
2632 * gdb.cp/abstract-origin.cc: Likewise.
2633 * gdb.cp/anon-struct.cc: Likewise.
2634 * gdb.cp/baseenum.cc: Likewise.
2635 * gdb.cp/bs15503.cc: Likewise.
2636 * gdb.cp/call-c-1.c: Likewise.
2637 * gdb.cp/call-c.cc: Likewise.
2638 * gdb.cp/class2.cc: Likewise.
2639 * gdb.cp/classes.cc: Likewise.
2640 * gdb.cp/cttiadd.cc: Likewise.
2641 * gdb.cp/cttiadd1.cc: Likewise.
2642 * gdb.cp/cttiadd2.cc: Likewise.
2643 * gdb.cp/cttiadd3.cc: Likewise.
2644 * gdb.cp/derivation.cc: Likewise.
2645 * gdb.cp/derivation2.cc: Likewise.
2646 * gdb.cp/dispcxx.cc: Likewise.
2647 * gdb.cp/exception.cc: Likewise.
2648 * gdb.cp/gdb2384-base.cc: Likewise.
2649 * gdb.cp/gdb2384-base.h: Likewise.
2650 * gdb.cp/gdb2384.cc: Likewise.
2651 * gdb.cp/gdb2495.cc: Likewise.
2652 * gdb.cp/mb-inline.h: Likewise.
2653 * gdb.cp/mb-inline1.cc: Likewise.
2654 * gdb.cp/mb-inline2.cc: Likewise.
2655 * gdb.cp/member-name.cc: Likewise.
2656 * gdb.cp/member-ptr.cc: Likewise.
2657 * gdb.cp/misc.cc: Likewise.
2658 * gdb.cp/namespace1.cc: Likewise.
2659 * gdb.cp/nextoverthrow.cc: Likewise.
2660 * gdb.cp/pr-574.cc: Likewise.
2661 * gdb.cp/pr9631.cc: Likewise.
2662 * gdb.cp/printmethod.cc: Likewise.
2663 * gdb.cp/psmang1.cc: Likewise.
2664 * gdb.cp/psmang2.cc: Likewise.
2665 * gdb.cp/psymtab-parameter.cc: Likewise.
2666 * gdb.cp/ptype-flags.cc: Likewise.
2667 * gdb.cp/ref-params.cc: Likewise.
2668 * gdb.cp/ref-types.cc: Likewise.
2669 * gdb.cp/smartp.cc: Likewise.
2670 * gdb.cp/try_catch.cc: Likewise.
2671 * gdb.cp/userdef.cc: Likewise.
2672 * gdb.cp/using-crash.cc: Likewise.
2673 * gdb.cp/virtfunc.cc: Likewise.
2674 * gdb.cp/virtfunc2.cc: Likewise.
2675 * gdb.dwarf2/callframecfa.S: Likewise.
2676 * gdb.dwarf2/dw2-ranges.c: Likewise.
2677 * gdb.dwarf2/dw2-ranges2.c: Likewise.
2678 * gdb.dwarf2/dw2-ranges3.c: Likewise.
2679 * gdb.dwarf2/dw2-restore.S: Likewise.
2680 * gdb.dwarf2/pieces.S: Likewise.
2681 * gdb.dwarf2/valop.S: Likewise.
2682 * gdb.java/jnpe.java: Likewise.
2683 * gdb.mi/mi-stepn.c: Likewise.
2684 * gdb.mi/mi-var-cp.cc: Likewise.
2685 * gdb.mi/mi-var-rtti.cc: Likewise.
2686 * gdb.mi/ns-stale-regcache.c: Likewise.
2687 * gdb.mi/pr11022.c: Likewise.
2688 * gdb.mi/solib-lib.c: Likewise.
2689 * gdb.mi/solib-main.c: Likewise.
2690 * gdb.python/py-arch.c: Likewise.
2691 * gdb.python/py-block.c: Likewise.
2692 * gdb.python/py-breakpoint.c: Likewise.
2693 * gdb.python/py-events.c: Likewise.
2694 * gdb.python/py-evthreads.c: Likewise.
2695 * gdb.python/py-explore.c: Likewise.
2696 * gdb.python/py-explore.cc: Likewise.
2697 * gdb.python/py-finish-breakpoint.c: Likewise.
2698 * gdb.python/py-finish-breakpoint2.cc: Likewise.
2699 * gdb.python/py-symbol.c: Likewise.
2700 * gdb.threads/execl.c: Likewise.
2701 * gdb.threads/execl1.c: Likewise.
2702
88ab5684
WN
27032013-06-07 Will Newton <will.newton@linaro.org>
2704
2705 * gdb.base/long_long.exp: Fix ARM EABI target glob.
2706
42daa7a0
WN
27072013-06-07 Will Newton <will.newton@linaro.org>
2708
2709 * gdb.cp/annota2.exp: Add empty line between "post-prompt"
2710 and "starting".
2711
f4059ef3
WN
27122013-06-07 Will Newton <will.newton@linaro.org>
2713
2714 * gdb.cp/anon-struct.exp: Conditionalize constructor and
2715 destructor prototypes for ARM ABI.
2716 * gdb.cp/m-static.exp: Likewise.
2717
8cb5cc78
YQ
27182013-06-07 Yao Qi <yao@codesourcery.com>
2719
2720 * gdb.trace/mi-trace-unavailable.exp: New.
2721 * gdb.trace/trace-unavailable.c: New.
2722
c6cf1712
DE
27232013-06-06 Doug Evans <dje@google.com>
2724
2725 * gdb.cp/derivation.exp: Make tests have unique names.
2726
bf6be0f4
TT
27272013-06-06 Tom Tromey <tromey@redhat.com>
2728
2729 * gdb.base/dump.exp (capture_value): Don't put expression into
2730 test name if arguments passed in.
2731 Rename a couple more tests to make them unique.
2732
ebb022fa
TT
27332013-06-06 Tom Tromey <tromey@redhat.com>
2734
2735 * gdb.base/break-always.exp: Explicitly specify test name.
2736
69fc87c2
DE
27372013-06-05 Doug Evans <dje@google.com>
2738 Keith Seitz <keiths@redhat.com>
2739
2740 * gdb.cp/derivation2.cc: New file.
2741 * gdb.cp/derivation.cc (main): Call foo2.
2742 * gdb.cp/derivation.exp: Add tests for typedefs in another
2743 file, and when there's an active block.
2744
f993f39e
LM
27452013-06-05 Luis Machado <lgustavo@codesourcery.com>
2746
2747 * gdb.cp/virtfunc.exp (make_one_vtable_result): Handle extra output
2748 from targets that use function descriptors in the virtual tables.
2749 Handle presence of dot symbols.
2750
afacd7f3
GB
27512013-06-04 Gary Benson <gbenson@redhat.com>
2752
2753 * gdb.base/break-probes.exp: New file.
2754 * gdb.base/break-probes.c: Likewise.
2755 * gdb.base/break-probes-solib.c: Likewise.
2756 * gdb.base/info-shared.exp: New file.
2757 * gdb.base/info-shared.c: Likewise.
2758 * gdb.base/info-shared-solib1.c: Likewise.
2759 * gdb.base/info-shared-solib2.c: Likewise.
2760
a29a3fb7
GB
27612013-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2762 Gary Benson <gbenson@redhat.com>
2763
2764 * lib/gdb.exp (build_executable_from_specs): Use gdb_compile_pthread,
2765 gdb_compile_shlib or gdb_compile_shlib_pthreads where appropriate.
2766 * lib/prelink-support.exp (build_executable_own_libs): Allow INTERP
2767 to be set to "no" to indicate that no ld.so copy should be made.
2768 * gdb.base/break-interp.exp (solib_bp): New constant.
2769 (reach_1): Use the above instead of "_dl_debug_state".
2770 (test_attach): Likewise.
2771 (test_ld): Likewise.
2772 * gdb.threads/dlopen-libpthread.exp: New file.
2773 * gdb.threads/dlopen-libpthread.c: Likewise.
2774 * gdb.threads/dlopen-libpthread-lib.c: Likewise.
2775 * gdb.base/solib-corrupted.exp: Disable test if GDB is using probes.
2776
62a813cc
YQ
27772013-05-30 Yao Qi <yao@codesourcery.com>
2778
2779 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
2780 Add a test that no MI notification is emitted when executing
2781 -exec-arguments.
2782
8f56dad4
JK
27832013-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2784
2785 PR testsuite/12649
2786 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf) (mi 2nd dprintf): Replace
2787 $mi_gdb_prompt expectation by mi_expect_stop.
2788 (mi 1st dprintf, agent, mi 2nd dprintf, agent)
2789 (mi info dprintf second time): Replace them by mi_send_resuming_command
2790 and mi_expect_stop.
2791
c588eb20
GB
27922013-05-24 Gary Benson <gbenson@redhat.com>
2793
2794 * gdb.base/solib-disc.exp (exec_opts): Remove unnecesary
2795 backslash.
2796 * gdb.base/unload.exp (exec_opts): Remove two unnecessary
2797 backslashes.
2798 * gdb.base/watchpoint-solib.exp (exec_opts): Remove unnecesary
2799 backslash.
2800
c0ea94eb
YQ
28012013-05-24 Yao Qi <yao@codesourcery.com>
2802
2803 * gdb.trace/tfile.exp: Test inferior and thread.
2804
db1ac436
YQ
28052013-05-24 Yao Qi <yao@codesourcery.com>
2806 Pedro Alves <palves@redhat.com>
2807
2808 * gdb.base/range-stepping.exp: Skip the rest of tests if the
2809 test fails.
2810 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
2811 Return 0 if the test passes, otherwise return 1.
2812
b6abb10c
DE
28132013-05-23 Doug Evans <dje@google.com>
2814
2815 * boards/fission-dwp.exp: New file.
2816
bc5065a7
PA
28172013-05-23 Yao Qi <yao@codesourcery.com>
2818 Pedro Alves <palves@redhat.com>
2819
2820 * gdb.base/range-stepping.c: New file.
2821 * gdb.base/range-stepping.exp: New file.
2822 * gdb.trace/range-stepping.c: New file.
2823 * gdb.trace/range-stepping.exp: New file.
2824 * lib/range-stepping-support.exp: New file.
2825
5f2e6b00
TT
28262013-05-22 Tom Tromey <tromey@redhat.com>
2827
2828 * gdb.cp/class2.cc (main): New local 'aref'.
2829 * gdb.cp/class2.exp: Check printing of 'aref'.
2830
e6ba475a
DE
28312013-05-22 Doug Evans <dje@google.com>
2832
2833 * gdb.threads/wp-replication.c (main): Insert some code at the start
2834 to ensure the breakpoint on main is only hit once. Fix comment.
2835
52c935b6
KS
28362013-05-21 Keith Seitz <keiths@redhat.com>
2837 Pedro Alves <palves@redhat.com>
2838
2839 * gdb.base/filesym.exp: Use gdb_test_multiple instead of
2840 gdb_expect.
2841 Add test to flush the remaining input buffer so that this
2842 file passes testsuite/12649.
2843
bd9673a4
PW
28442013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2845
2846 * gdb.base/catch-signal-fork.exp: New file.
2847 * gdb.base/catch-signal-fork.c: New file.
2848
69a97597
SA
28492013-05-21 Sterling Augustine <saugustine@google.com>
2850
2851 * boards/remote-stdio-gdbserver.exp: New file.
2852
44e97363
JK
28532013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2854
2855 PR testsuite/12649
2856 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf): Fix expect strings for
2857 racy matches.
2858
02392865
CG
28592013-05-21 Christian Groessler <chris@groessler.org>
2860
2861 * gdb.dwarf2/dw2-dir-file-name.exp: Don't use brace expansion,
2862 since it's not supported in all shells.
2863
c5867ab6
HZ
28642013-05-21 Hui Zhu <hui@codesourcery.com>
2865
2866 * gdb.mi/Makefile.in (PROGS): Add "mi-dprintf".
2867 * gdb.mi/mi-dprintf.exp, gdb.mi/mi-dprintf.c: New.
2868
6c9e2db4
DE
28692013-05-20 Doug Evans <dje@google.com>
2870
2871 * lib/dwarf.exp (Dwarf): New variable _abbrev_section.
2872 (_handle_DW_TAG): Use it.
2873 (cu, tu): Replace parameters is_64, version, addr_size with options.
2874 All callers updated. Add Fission support.
2875 * gdb.dwarf2/implptrconst.exp: Update callers of "cu".
2876 * gdb.dwarf2/method-ptr.exp: Ditto.
2877 * gdb.dwarf2/nostaticblock.exp: Ditto.
2878 * gdb.dwarf2/subrange.exp: Ditto.
2879 * gdb.dwarf2/missing-sig-type.exp: Update callers of "cu", "tu".
2880
4a6e676c
TT
28812013-05-20 Tom Tromey <tromey@redhat.com>
2882
2883 * gdb.gdb/python-selftest.exp: New file.
2884
e19d3afb
DE
28852013-05-20 Doug Evans <dje@google.com>
2886
2887 * gdb.base/maint.exp: Fix test for "mt expand-symtabs" to account for
2888 -fdebug-types-section.
2889
4d804846
JB
28902013-05-20 Joel Brobecker <brobecker@adacore.com>
2891
2892 * gdb.ada/float_param: New testcase.
2893
8d324e83
DE
28942013-05-17 Doug Evans <dje@google.com>
2895
7d0c9981
DE
2896 * gdb.base/maint.exp: Update test for "maint check-psymtabs".
2897 Add tests for "maint check-symtabs", "maint expand-symtabs".
2898
8d324e83
DE
2899 * gdb.base/maint.exp: Remove testing of individual maint command
2900 help output.
2901
177aadc4
PA
29022013-05-16 Pedro Alves <palves@redhat.com>
2903
2904 * gdb.ada/complete.exp (test_gdb_no_completion): Fix typo in
2905 comment. Use gdb_test_no_output.
2906
b8fea896
JB
29072013-05-16 Joel Brobecker <brobecker@adacore.com>
2908
2909 * gdb.ada/complete.exp: Add test verifying completion using
2910 the "tab" key.
2911
52c935b6
KS
29122013-05-15 Keith Seitz <keiths@redhat.com>
2913
2914 * gdb.base/filesym.exp: New completer test.
2915 * gdb.base/filesym.c: New file.
2916
ed0f00b8
PA
29172013-05-15 Pedro Alves <palves@redhat.com>
2918
2919 * gdb.base/fixsection.c: Remove attribution.
2920 * gdb.base/watch-read.exp: Ditto.
2921
55fb6d27
TT
29222013-05-13 Tom Tromey <tromey@redhat.com>
2923
2924 * gdb.dwarf2/implptrconst.exp: Create a CU with 4 byte address
2925 size and change type sizes to 4 bytes.
2926
ac1ca910
TT
29272013-05-13 Tom Tromey <tromey@redhat.com>
2928
2929 * gdb.base/exprs.exp (test_expr): Add regression test.
2930 * gdb.base/exprs.c (null_t_struct): New global.
2931
8414efef
MB
29322013-05-13 Muhammad Bilal <mbilal@codesourcery.com>
2933
2934 * gdb.base/default.exp: Disable history saving.
2935 * gdb.base/setshow.exp: Likewise.
2936
9779ab84
PA
29372013-05-10 Pedro Alves <palves@redhat.com>
2938
2939 PR remote/15455
2940
2941 * gdb.trace/qtro.c: New file.
2942 * gdb.trace/qtro.exp: New file.
2943
1e611234
PM
29442013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2945
2946 * gdb.python/py-framefilter.py: New File.
2947 * gdb.python/py-framefilter-mi.exp: Ditto.
2948 * gdb.python/py-framefilter.c: Ditto.
2949 * gdb.python/py-framefilter-mi.exp: Ditto.
2950 * gdb.python/py-framefilter-mi.c: Ditto,
2951 * gdb.python/py-framefilter-gdb.py.in: Ditto.
2952
5e4c3ac4
TT
29532013-05-08 Tom Tromey <tromey@redhat.com>
2954
2955 * gdb.base/solib-search.exp: Set test name for "set
2956 solib-search-path" test.
2957
993654a9
HAQ
29582013-05-08 Hafiz Abid Qadeer <abidh@codesourcery.com>
2959
2960 * gdb.trace/circ.exp: Remove unnecessary 'if then' checks.
2961 (set_a_tracepoint): Set tracepoint before prologue.
2962 (run_trace_experiment): Test setup_tracepoints and 'break end'
2963 in it.
2964 (trace_buffer_normal): Remove.
2965 (gdb_trace_circular_tests): Remove. Move tests to...
2966 (top level): ...here. Call 'runto_main' before checking for
2967 trace support. Use commands to check the support for circular
2968 trace buffer and changing of trace buffer size. Add test
2969 to calculate size of single frame. Use this size to
2970 calculate the size of trace buffer. Use 'tfind pc func9'
2971 instead of 'tfind 9'. Use 'with_test_prefix'.
2972
c95aea6b
TT
29732013-05-07 Tom Tromey <tromey@redhat.com>
2974
2975 * lib/selftest-support.exp: New file.
2976 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
2977 do_self_tests.
2978 (setup_test, find_gdb): Remove.
2979 * gdb.gdb/observer.exp: Load selftest-support.exp. Use
2980 do_self_tests.
2981 (setup_test, find_gdb): Remove.
2982 (test_observer): Don't call setup_test. Remove argument.
2983 * gdb.gdb/selftest.exp: Load selftest-support.exp.
2984 (find_gdb): Remove.
2985 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
2986 do_self_tests.
2987 (setup_test, find_gdb): Remove.
2988 (test_with_self): Don't call setup_test. Remove argument.
2989
1f031429
PA
29902013-05-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
2991
2992 * gdb.arch/system-gcore.exp: Remove.
2993 * gdb.arch/gcore.c: Remove.
2994 * gdb.base/gcore.exp: Add "info reg system".
2995
58ce7251
SDJ
29962013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
2997
2998 PR breakpoints/15413:
2999 * gdb.base/pending.exp: Add test for completion of the "condition"
3000 command for pending breakpoints.
3001 * gdb.linespec/linespec.ex: Add test for completion of the
3002 "condition" command when dealing with multiple locations.
3003
aacbb8a5
LM
30042013-05-07 Luis Machado <lgustavo@codesourcery.com>
3005
3006 * gdb.threads/wp-replication.c: New file.
3007 * gdb.threads/wp-replication.exp: New file.
3008
2dd6254d
SL
30092013-05-06 Sandra Loosemore <sandra@codesourcery.com>
3010
3011 * gdb.xml/tdesc-regs.exp: Add case for nios2.
3012
c2a96e8c
DE
30132013-05-06 Doug Evans <dje@google.com>
3014
b903e17e
DE
3015 * gdb.base/solib-search-lib1.c: New file.
3016 * gdb.base/solib-search-lib2.c: New file.
3017 * gdb.base/solib-search.c: New file.
3018 * gdb.base/solib-search.h: New file.
3019 * gdb.base/solib-search.exp: New file.
3020
fac51dd9
DE
3021 * lib/gdb.exp (gdb_core_cmd): New function.
3022 * gdb.arch/system-gcore.exp: Use it.
3023 * gdb.arch/vsx-regs.exp: Ditto.
3024 * gdb.base/gcore.exp: Ditto.
3025 * gdb.threads/gcore-thread.exp: Ditto.
3026
c2a96e8c
DE
3027 * gdb.reverse/shr.h: New file.
3028 * gdb.reverse/shr1.c: New file.
3029 * gdb.reverse/shr2.c: #include "shr.h".
3030 * gdb.reverse/solib-reverse.c: Remove #include <stdio.h>.
3031 #include "shr.h". Replace calls to printf,sleep to call shr1 instead.
3032 * gdb.reverse/solib-precsave.exp: Build shr2.sl.
3033 Update tests using sleep/printf to use shr2.sl instead.
3034 * gdb.reverse/solib-reverse.exp: Ditto.
3035
b6807d98
TT
30362013-05-06 Tom Tromey <tromey@redhat.com>
3037
3038 * gdb.dwarf2/implptrconst.c: New file.
3039 * gdb.dwarf2/implptrconst.exp: New file.
3040 * lib/dwarf.exp (Dwarf::_nz_quote): New proc.
3041 (Dwarf::_handle_DW_FORM): Handle DW_FORM_block1.
3042 (Dwarf::_location): Handle DW_OP_GNU_implicit_pointer.
3043
96f7d3f1
PW
30442013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3045
3046 * gdb.base/catch-sig.c (main): Raise SIGINT.
3047 * gdb.base/catch-sig.exp: Test "catch signal SIGINT".
3048
1ebff1fd
HAQ
30492013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
3050
3051 * status-stop.exp (test_tstart_tstart): Check for error
3052 returned by the second 'tstart' command.
3053
f92b06da
WT
30542013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
3055
3056 * gdb.xml/maint_print_struct.exp: New file.
3057 * gdb.xml/maint_print_struct.xml: New file.
3058
ff546935
TT
30592013-04-25 Tom Tromey <tromey@redhat.com>
3060
3061 * gdb.dwarf2/nostaticblock.exp: New file.
3062
bf9e4d0c
MB
30632013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
3064
3065 PR gdb/10462
3066 * gdb.base/setshow.exp: Add test case.
3067
a11cfd87
HZ
30682013-04-23 Hui Zhu <hui@codesourcery.com>
3069
3070 PR gdb/15293
a11cfd87
HZ
3071 * gdb.base/dprintf.exp: Add ignore command.
3072
2d9442cc
HZ
30732013-04-23 Hui Zhu <hui@codesourcery.com>
3074
3075 PR gdb/15165
2d9442cc
HZ
3076 * gdb.base/save-bp.exp: Add test for dprintf.
3077
0f3305ed
TT
30782013-04-22 Tom Tromey <tromey@redhat.com>
3079
3080 * gdb.gdb/selftest.exp (do_steps_and_nexts): Check for
3081 notice_open_fds.
3082
d504301e
SDJ
30832013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
3084
3085 * gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by
3086 ldflags.
3087
9991b207
SDJ
30882013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
3089
3090 * gdb.arch/arm-bl-branch-dest.c: New file.
3091 * gdb.arch/arm-bl-branch-dest.exp: Likewise.
3092
433730c9
PA
30932013-04-19 Vladimir Kargov <kargov@gmail.com>
3094 Pedro Alves <palves@redhat.com>
3095
3096 * gdb.arch/i386-float.S: New file.
3097 * gdb.arch/i386-float.exp: New file.
3098
9a908334
LM
30992013-04-18 Luis Machado <lgustavo@codesourcery.com>
3100
3101 * gdb.mi/mi-var-create-rtti.exp: Create a variable of
3102 type void *.
3103
4f22ed5c
DE
31042013-04-17 Doug Evans <dje@google.com>
3105
3106 * lib/dwarf.exp (Dwarf): New proc "tu".
3107 * gdb.dwarf2/missing-sig-type.exp: New file.
3108
a0d3f2f5
SCR
31092013-04-15 Siva Chandra Reddy <sivachandra@google.com>
3110
3111 Add option to link testcases with Pthreads library when
3112 using 'prepare_for_testing' in tests.
3113
3114 * lib/gdb.exp (build_executable_from_specs): Use
3115 gdb_compile_pthreads to compile if option "pthreads" is
3116 specified.
3117
cc16e6c9
TT
31182013-04-15 Tom Tromey <tromey@redhat.com>
3119
3120 * gdb.cp/exceptprint.exp: Add regexp catchpoint tests.
3121
72f1fe8a
TT
31222013-04-15 Tom Tromey <tromey@redhat.com>
3123
3124 * gdb.base/default.exp: Update for $_exception.
3125 * gdb.cp/exceptprint.cc: New file.
3126 * gdb.cp/exceptprint.exp: New file.
3127 * lib/gdb.exp (skip_libstdcxx_probe_tests): New proc.
3128
6e72ca20
TT
31292013-04-15 Tom Tromey <tromey@redhat.com>
3130
3131 * gdb.cp/typeid.cc: New file.
3132 * gdb.cp/typeid.exp: New file.
3133
591f19e8
TT
31342013-04-15 Tom Tromey <tromey@redhat.com>
3135
3136 * gdb.cp/exception.exp: Add "catch rethrow" tests.
3137
da9160e4
YQ
31382013-04-13 Yao Qi <yao@codesourcery.com>
3139
3140 * gdb.base/completion.exp: Test completion of command
3141 'target ctf' if target ctf is supported.
3142
f81d1120
PA
31432013-04-10 Pedro Alves <palves@redhat.com>
3144
3145 * gdb.base/completion.exp: Test "set height", "set listsize" and
3146 "set trace-buffer-size" completion.
3147 * gdb.base/setshow.exp: Test "set height unlimited".
3148 * gdb.trace/trace-buffer-size.exp: Test "set trace-buffer-size
3149 unlimited".
3150
393fd4c3
YQ
31512013-04-10 Yao Qi <yao@codesourcery.com>
3152
3153 * gdb.trace/actions.exp: Save trace data to CTF.
3154 Change to ctf target if GDB supports, read CTF data in ctf
3155 target, and check the actions of tracepoints.
3156 * gdb.trace/while-stepping.exp: Likewise.
3157 * gdb.trace/report.exp: Test GDB saves trace data to CTF
3158 format and read CTF trace file if GDB supports.
3159 * gdb.trace/tstatus.exp: Save trace data to CTF. If ctf
3160 target is supported, change to ctf target, read trace data and
3161 check output of command "tstatus".
3162 * gdb.trace/tsv.exp: Save trace frame to CTF. If GDB supports,
3163 read CTF data by target ctf and call check_tsv.
3164
b7a273f8
YQ
31652013-04-10 Yao Qi <yao@codesourcery.com>
3166
3167 * gdb.trace/actions.exp (check_tracepoint): New.
3168 (top level): Start the tracing and check the actions of
3169 tracepoints. Save trace data to tfile format. Restart GDB
3170 and read trace file in tfile target. Check the actions of
3171 tracepoints again.
3172 * gdb.trace/while-stepping.exp: Likewise.
3173
f3786771
YQ
31742013-04-10 Yao Qi <yao@codesourcery.com>
3175
3176 * gdb.trace/report.exp: Use standard_output_file for saved
3177 trace file.
3178
5c2b4418
HZ
31792013-04-10 Hui Zhu <hui@codesourcery.com>
3180
3181 * gdb.base/Makefile.in (EXECUTABLES): Add dprintf-pending.
3182 (MISCELLANEOUS): Add dprintf-pendshr.sl.
3183 * gdb.base/dprintf-pending.c, gdb.base/dprintf-pending.exp: New.
3184
f7543f0a
JK
31852013-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3186
3187 * gdb.server/server-kill.exp (tstatus): Permit also ECONNRESET
3188 response.
3189
f6de8ec2
PA
31902013-04-08 Pedro Alves <palves@redhat.com>
3191
3192 * gdb.mi/mi-break.exp (test_error): Add tests with garbage after
3193 the location.
3194
b8abfd58
SL
31952013-04-04 Sandra Loosemore <sandra@codesourcery.com>
3196
3197 * gdb.cp/cplabel.exp: Allow empty directory in file reported
3198 for breakpoint location.
3199
156bffd0
SL
32002013-04-04 Sandra Loosemore <sandra@codesourcery.com>
3201
3202 * gdb.linespec/linespec.exp: Make dir/file:line tests
3203 conditional for non-remote hosts only.
3204
c9a6ce02
PA
32052013-04-04 Stan Shebs <stan@codesourcery.com>
3206 Pedro Alves <palves@redhat.com>
3207
3208 * gdb.trace/Makefile.in (PROGS): Add actions-changed.
3209 * gdb.trace/actions-changed.c: New file.
3210 * gdb.trace/actions-changed.exp: New file.
3211 * lib/trace-support.exp (gdb_trace_setactions): Rename to ...
3212 (gdb_trace_setactions_command): ... this. Add "actions_command"
3213 parameter, and handle it.
3214 (gdb_trace_setactions, gdb_trace_setcommands): New procedures.
3215
4bd05f24
YQ
32162013-04-04 Yao Qi <yao@codesourcery.com>
3217
3218 * gdb.server/server-kill.exp: Use command 'tstatus' instead of
3219 'step'.
3220
3758b5ce
YQ
32212013-04-03 Yao Qi <yao@codesourcery.com>
3222
3223 * gdb.trace/mi-traceframe-changed.exp: Update tfile name to
3224 "tfile-basic.tf".
3225 (test_tfind_tfile): Likewise.
3226
1dcaed0d
YQ
32272013-04-03 Yao Qi <yao@codesourcery.com>
3228
3229 * gdb.trace/tfile.c (write_basic_trace_file): Pass argument
3230 "tfile-basic.tf" instead of "basic.tf".
3231 (write_error_trace_file): Pass argument "tfile-error.tf"
3232 instead of "error.tf".
3233 * gdb.trace/tfile.exp: Update tfile names to
3234 "tfile-basic.tf" and "tfile-error.tf".
3235
0e7a53fc
SL
32362013-04-02 Sandra Loosemore <sandra@codesourcery.com>
3237
3238 * gdb.cp/ovsrch.exp (test_class): Correct regexp to allow
3239 empty directory in file for breakpoint hit.
3240
9852c492
YQ
32412013-03-29 Yao Qi <yao@codesourcery.com>
3242
3243 * gdb.base/completion.exp: Test completion of commands
3244 "target core", "target tfile" and "target exec".
3245 * gdb.trace/tfile.exp: Test completion of command
3246 "target tfile".
3247
af312be7
JB
32482013-03-28 Joel Brobecker <brobecker@adacore.com>
3249
3250 * gdb.ada/win_fu_syms: New testcase.
3251
e4a48d9d
DE
32522013-03-28 Doug Evans <dje@google.com>
3253
3254 * gdb.base/maint.exp (maint print statistics): Update expected output.
3255
7f7cc265
PA
32562013-03-28 Pedro Alves <palves@redhat.com>
3257
3258 PR gdb/15294
3259
3260 * gdb.base/list.exp (set_listsize): Adjust to accept $arg == 0 to
3261 mean unlimited instead of $arg < 0.
3262 (test_listsize): Remove "listsize of 0 suppresses output" test.
3263 Test that "set listsize 0" ends up with an unlimited listsize.
3264
fc0da894
PA
32652013-03-28 Pedro Alves <palves@redhat.com>
3266
3267 * gdb.base/list.exp (last_line): New global.
3268 (last_line_re): New global.
3269 (test_listsize, test_list_function, test_list_forward)
3270 (test_repeat_list_command, test_list_range)
3271 (test_list_filename_and_function): Use them.
3272 * gdb.base/list0.c: Comment the last line of the file with "last
3273 line".
3274
abe7b711
PA
32752013-03-28 Pedro Alves <palves@redhat.com>
3276
3277 * gdb.base/list.exp (test_listsize): Adjust test to make sure we
3278 list the whole file.
3279
15b3979c
PA
32802013-03-28 Pedro Alves <palves@redhat.com>
3281
3282 * gdb.base/list.exp (set_listsize): Use gdb_test_no_output for
3283 "set listsize".
3284
96811e3b
KS
32852013-03-26 Keith Seitz <keiths@redhat.com>
3286
3287 * gdb.base/dprintf.exp: Fix typo preventing "dprintf info 2"
3288 from passing.
3289
4043f22b
PA
32902013-03-26 Pedro Alves <palves@redhat.com>
3291
3292 * lib/gdb.exp (skip_btrace_tests): Delay deleting the source file
3293 until after GDB has run.
3294
14a1aa17
YQ
32952013-03-26 Yao Qi <yao@codesourcery.com>
3296
3297 * gdb.trace/actions.c, gdb.trace/circ.c: Add license header.
3298 * gdb.trace/collection.c, gdb.trace/tfile.c: Likewise.
3299
99c819ee
MM
33002013-03-26 Markus Metzger <markus.t.metzger@intel.com>
3301
3302 * gdb.btrace/enable.exp: Add regression test.
3303
24955f63
TT
33042013-03-25 Tom Tromey <tromey@redhat.com>
3305
3306 * gdb.cp/m-static.exp: Add destructor-printing tests.
3307
fce632b6
TT
33082013-03-25 Tom Tromey <tromey@redhat.com>
3309
3310 * gdb.cp/m-static.exp: Add constructor ptype tests.
3311 * gdb.cp/m-static.cc (single_constructor): New class.
3312 (main): Make instance of single_constructor.
3313
598d3636
JK
33142013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3315 Pedro Alves <palves@redhat.com>
3316
3317 * gdb.server/server-kill.c: New file.
3318 * gdb.server/server-kill.exp: New file.
3319
c12440c9
PA
33202013-03-21 Pedro Alves <palves@redhat.com>
3321
3322 * gdb.trace/trace-buffer-size.exp (get default buffer size):
3323 Expect $gdb_prompt in gdb_test_multiple.
3324
bd712aed
DE
33252013-03-21 Doug Evans <dje@google.com>
3326
3327 * gdb.base/maint.exp: Update tests for per-command stats.
3328
b2f83c08
TT
33292013-03-21 Tom Tromey <tromey@redhat.com>
3330
3331 * gdb.cp/cpexprs.exp: Add test for FILENAME:: case.
3332 * gdb.cp/misc.exp: Add test for FILENAME:: case.
3333
ef0026f0
PA
33342013-03-20 Pedro Alves <palves@redhat.com>
3335
3336 PR gdb/15289
3337
3338 * gdb.base/remote.exp: Test
3339 "set remote hardware-watchpoint-limit -1",
3340 "set remote hardware-breakpoint-limit -1",
3341 "set remote hardware-watchpoint-limit 2147483647" and
3342 "set remote hardware-breakpoint-limit 2147483647".
3343
3f1175a9
PA
33442013-03-20 Pedro Alves <palves@redhat.com>
3345 Yao Qi <yao@codesourcery.com>
3346
3347 * gdb.trace/tfile.c: Add comments.
3348 (nonconstglob): New global.
3349 * gdb.trace/tfile.exp: Add comments. Test printing a non-const
3350 global that is not covered by the trace frame. Test
3351 disassembling.
3352
a09ae1c1
JK
33532013-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3354
3355 * gdb.base/valgrind-infcall.exp
3356 (continue #$continue_count) <remote connection closed>
3357 (continue #$continue_count) <valgrind vgdb has terminated>: Add kill of
3358 $valgrind_pid.
3359
9ce98649
TT
33602013-03-15 Tom Tromey <tromey@redhat.com>
3361
3362 * gdb.cp/overload.cc (intintfunc): New.
3363 * gdb.cp/overload.exp: Add regression test.
3364
0a251e08
YQ
33652013-03-15 Yao Qi <yao@codesourcery.com>
3366
3367 * gdb.threads/non-ldr-exc-1.exp (do_test): Fix the indent of
3368 using with_test_prefix.
3369 * gdb.threads/non-ldr-exc-2.exp (do_test): Likewise.
3370 * gdb.threads/non-ldr-exc-3.exp (do_test): Likewise.
3371 * gdb.threads/non-ldr-exc-4.exp (do_test): Likewise.
3372 * gdb.threads/watchpoint-fork.exp (test): Likewise.
3373 * gdb.base/break-interp.exp (test_core): Likewise.
3374 (test_attach_gdb): Likewise.
3375 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3376 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3377 Likewise.
3378 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3379 * gdb.base/jit.exp (one_jit_test): Likewise.
3380 * gdb.base/sepdebug.exp (test_different_dir): Likewise.
3381 * gdb.dwarf2/dw2-dir-file-name.exp (test): Likewise.
3382 * gdb.dwarf2/dw2-noloc.exp (file_symbols): Likewise.
3383 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved):
3384 Likewise.
3385 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
3386 Likewise.
3387 * gdb.mi/mi-watch.exp test_watchpoint_all): Likewise.
3388 * gdb.mi/pr11022.exp (test_memory_changed_observer): Likewise.
3389 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Likewise.
3390 (tracepoint_change_loc_2): Likewise.
3391 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
3392 Likewise.
3393 (disconnected_tfind): Likewise.
3394 * gdb.trace/mi-traceframe-changed.exp (test_tfind_tfile):
3395 Likewise.
3396 (test_tfind_remote): Likewise.
3397 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect):
3398 Likewise.
3399 (test_pending_resolved): Likewise.
3400 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
3401 Likewise.
3402 (test_upload_tsv): Likewise.
3403 * gdb.trace/pending.exp (pending_tracepoint_resolved):
3404 Likewise.
3405 (pending_tracepoint_works): Likewise.
3406 * gdb.trace/report.exp (use_collected_data): Likewise.
3407 * gdb.trace/status-stop.exp (test_tstart_tstop_tstart):
3408 Likewise.
3409 (test_tstart_tstart, test_buffer_full_tstart): Likewise.
3410 * gdb.trace/strace.exp (strace_info_marker): Likewise.
3411 (strace_trace_on_same_addr): Likewise.
3412 (strace_trace_on_diff_addr): Likewise.
3413 * gdb.trace/unavailable.exp (gdb_collect_args_test): Likewise.
3414 (gdb_collect_locals_test): Likewise.
3415 (gdb_unavailable_registers_test): Likewise.
3416 (gdb_collect_globals_test): Likewise.
3417
2c415c0f
YQ
34182013-03-15 Yao Qi <yao@codesourcery.com>
3419
3420 * gdb.base/condbreak.exp: Add semicolon back which was removed
3421 by my previous commit.
3422
ae59b1da
YQ
34232013-03-14 Yao Qi <yao@codesourcery.com>
3424
3425 * config/monitor.exp (gdb_target_cmd): Remove semicolon after
3426 'return'.
3427 (gdb_target_monitor, gdb_load): Likewise.
3428 * config/sid.exp (gdb_load): Likewise.
3429 * config/slite.exp (gdb_load): Likewise.
3430 * config/vx.exp (gdb_start, spawn_vxgdb): Likewise.
3431 * gdb.ada/arrayidx.exp, gdb.ada/null_array.exp: Likewise.
3432 * gdb.arch/mips-octeon-bbit.exp (single_step): Likewise.
3433 (single_step_until): Likewise.
3434 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3435 * gdb.arch/system-gcore.exp: Likewise.
3436 * gdb.base/bigcore.exp (extract_heap): Likewise.
3437 * gdb.base/break-on-linker-gcd-function.exp: Likewise.
3438 * gdb.base/call-ar-st.exp: Likewise.
3439 * gdb.base/call-rt-st.exp: Likewise.
3440 * gdb.base/call-sc.exp, gdb.base/call-strs.exp: Likewise.
3441 * gdb.base/callfuncs.exp, gdb.base/completion.exp: Likewise.
3442 * gdb.base/condbreak.exp, gdb.base/constvars.exp: Likewise.
3443 * gdb.base/corefile.exp: Likewise.
3444 * gdb.base/dbx.exp (gdb_file_cmd): Likewise.
3445 * gdb.base/exprs.exp, gdb.base/fileio.exp: Likewise.
3446 * gdb.base/fixsection.exp: Likewise.
3447 * gdb.base/funcargs.exp: Likewise.
3448 * gdb.base/gcore-buffer-overflow.exp: Likewise.
3449 * gdb.base/gcore-relro.exp: Likewise.
3450 * gdb.base/gcore.exp, gdb.base/gdb11530.exp: Likewise.
3451 * gdb.base/gdb11531.exp, gdb.base/gnu-ifunc.exp: Likewise.
3452 * gdb.base/info-os.exp, gdb.base/info-proc.exp: Likewise.
3453 * gdb.base/interp.exp, gdb.base/langs.exp:: Likewise.
3454 * gdb.base/list.exp: Likewise.
3455 (set_listsize): Likewise.
3456 * gdb.base/logical.exp, gdb.base/mips_pro.exp: Likewise.
3457 * gdb.base/miscexprs.exp, gdb.base/nodebug.exp: Likewise.
3458 * gdb.base/opaque.exp, gdb.base/pointers.exp: Likewise.
3459 * gdb.base/psymtab.exp, gdb.base/ptype.exp: Likewise.
3460 * gdb.base/relational.exp, gdb.base/scope.exp: Likewise.
3461 * gdb.base/setvar.exp: Likewise.
3462 (test_set): Likewise.
3463 * gdb.base/signals.exp, gdb.base/sizeof.exp: Likewise.
3464 * gdb.base/solib-overlap.exp: Likewise.
3465 * gdb.base/store.exp, gdb.base/structs.exp: Likewise.
3466 * gdb.base/structs2.exp, gdb.base/volatile.exp: Likewise.
3467 * gdb.base/watchpoint.exp (initialize): Likewise.
3468 (test_simple_watchpoint): Likewise.
3469 (test_disabling_watchpoints): Likewise.
3470 (test_watchpoint_triggered_in_syscall): Likewise.
3471 * gdb.base/whatis.exp, gdb.cp/ambiguous.exp: Likewise.
3472 * gdb.cp/casts.exp, gdb.cp/ctti.exp: Likewise.
3473 * gdb.cp/namespace.exp, gdb.cp/nsdecl.exp: Likewise.
3474 * gdb.cp/psmang.exp, gdb.dwarf2/dw2-ranges.exp: Likewise.
3475 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
3476 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
3477 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
3478 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
3479 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
3480 * gdb.hp/gdb.compat/xdb2.exp: Likewise.
3481 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
3482 * gdb.hp/gdb.defects/bs14602.exp: Likewise.
3483 * gdb.hp/gdb.defects/solib-d.exp: Likewise.
3484 * gdb.mi/gdb792.exp: Likewise.
3485 * gdb.mi/mi-inheritance-syntax-error.exp: Likewise.
3486 * gdb.mi/mi-logging.exp, gdb.mi/mi-var-cp.exp : Likewise.
3487 * gdb.mi/mi-var-rtti.exp, gdb.python/py-type.exp: Likewise.
3488 * gdb.threads/gcore-thread.exp: Likewise.
3489 (load_core): Likewise.
3490 * gdb.threads/pthreads.exp (all_threads_running): Likewise.
3491 (test_startup, check_control_c): Likewise.
3492 * gdb.threads/sigstep-threads.exp: Likewise.
3493 * gdb.threads/thread_check.exp: Likewise.
3494 * gdb.trace/backtrace.exp, gdb.trace/change-loc.exp: Likewise.
3495 * gdb.trace/circ.exp (run_trace_experiment): Likewise.
3496 (set_a_tracepoint, trace_buffer_normal): Likewise.
3497 (gdb_trace_circular_tests): Likewise.
3498 * gdb.trace/collection.exp: Likewise.
3499 * gdb.trace/disconnected-tracing.exp: Likewise.
3500 * gdb.trace/infotrace.exp: Likewise.
3501 * gdb.trace/mi-traceframe-changed.exp: Likewise.
3502 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3503 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv): Likewise.
3504 * gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp: Likewise.
3505 * gdb.trace/pending.exp, gdb.trace/report.exp: Likewise.
3506 * gdb.trace/stap-trace.exp: Likewise.
3507 * gdb.trace/status-stop.exp,gdb.trace/strace.exp: Likewise.
3508 * gdb.trace/tfind.exp, gdb.trace/trace-break.exp: Likewise.
3509 * gdb.trace/trace-buffer-size.exp: Likewise.
3510 * gdb.trace/tspeed.exp, gdb.trace/tsv.exp: Likewise.
3511 * gdb.trace/unavailable.exp: Likewise.
3512 * gdb.trace/while-dyn.exp: Likewise.
3513 * lib/fortran.exp (set_lang_fortran): Likewise.
3514 * lib/gdb.exp (default_gdb_version, gdb_start_cmd): Likewise.
3515 (gdb_breakpoint, gdb_reinitialize_dir): Likewise.
3516 (default_gdb_start, get_compiler_info): Likewise.
3517 (gdb_compile, gdb_compile_objc, gdb_reload, gdb_init): Likewise.
3518 (get_debug_format, setup_xfail_format): Likewise.
3519 (rerun_to_main, gdb_skip_float_test): Likewise.
3520 (build_id_debug_filename_get, get_remotetimeout): Likewise.
3521 * lib/java.exp (set_lang_java): Likewise.
3522 * lib/mi-support.exp (default_mi_gdb_start): Likewise.
3523 (mi_gdb_reinitialize_dir, mi_gdb_target_cmd): Likewise.
3524 (mi_gdb_file_cmd, mi_gdb_test): Likewise.
3525 (mi_run_cmd_full, mi_expect_interrupt): Likewise.
3526 * lib/objc.exp (set_lang_objc): Likewise.
3527 * lib/pascal.exp (set_lang_pascal): Likewise.
3528 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
3529 * lib/trace-support.exp (gdb_trace_setactions, gdb_tfind_test): Likewise.
3530 (gdb_readexpr, gdb_gettpnum, gdb_find_recursion_test_baseline): Likewise.
3531
bb869963
SDJ
35322013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
3533
3534 PR c++/15203
3535 PR c++/15210
3536 * gdb.cp/m-static.cc (keepalive_int): New function.
3537 (gnu_obj_1::method): New variable `sintvar', call `keepalive_int'.
3538 * gdb.cp/m-static.exp: New test for `sintvar'.
3539
e2be70a0
YQ
35402013-03-14 Yao Qi <yao@codesourcery.com>
3541
3542 * gdb.trace/tstatus.exp (run_trace_experiment): Save the output
3543 of 'tstatus' into tstatus_output.
3544 (top level): Save the trace data to tfile. Read trace file in
3545 tfile target. Check the trace status.
3546
8ddb1965
YQ
35472013-03-13 Yao Qi <yao@codesourcery.com>
3548
3549 * gdb.trace/tsv.exp (check_tsv): New.
3550 (top level): Save a tfile on current trace session. Call
3551 check_tsv on live target. Load the tfile with target tfile
3552 and call check_tsv again.
3553
045dd51f
YQ
35542013-03-13 Yao Qi <yao@codesourcery.com>
3555
3556 * gdb.trace/tsv.exp: Remove code unrelated to testing TSV.
3557 Replace some "gdb_test" with "gdb_test_no_output".
3558
82d049ab
PH
35592013-03-12 Paul Hilfinger <hilfingr@adacore.com>
3560
3561 * gdb.ada/expr_delims.exp: New file.
3562 * gdb.ada/expr_delims/foo.adb: New file.
3563 * gdb.ada/expr_delims/pck.ads: New file.
3564 * gdb.ada/expr_delims/pck.adb: New file.
3565
cb8ea32b
KS
35662013-03-11 Keith Seitz <keiths@redhat.com>
3567
3568 * watchpoint.exp (test_no_hw_watchpoints): Add test using
3569 both condition and thread. Then delete the watchpoint.
3570
2f1d9bdd
MM
35712013-03-11 Christian Himpel <christian.himpel@intel.com>
3572
3573 * Makefile.in: Add btrace testsuite.
3574 * configure: Regenerated.
3575 * configure.ac: Add btrace testsuite.
3576 * gdb.btrace/Makefile.in: New file.
3577 * gdb.btrace/enable.c: New file.
3578 * gdb.btrace/enable.exp: New file.
3579 * gdb.btrace/function_call_history.c: New file.
3580 * gdb.btrace/function_call_history.exp: New file.
3581 * gdb.btrace/instruction_history.c: New file.
3582 * gdb.btrace/instruction_history.exp: New file.
3583 * gdb.btrace/instruction_history.S: New file.
3584 * lib/gdb.exp: Add btrace skip proc.
3585
05c56a9d
JK
35862013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3587
3588 Fix entry-values if the callee called a noreturn function.
3589 * gdb.arch/amd64-tailcall-noret.S: New file.
3590 * gdb.arch/amd64-tailcall-noret.c: New file.
3591 * gdb.arch/amd64-tailcall-noret.exp: New file.
3592
9112db09
JK
35932013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3594
3595 Fix entry-values in C++ across CUs.
3596 * gdb.arch/amd64-tailcall-cxx.exp: New file.
3597 * gdb.arch/amd64-tailcall-cxx1.S: New file.
3598 * gdb.arch/amd64-tailcall-cxx1.cc: New file.
3599 * gdb.arch/amd64-tailcall-cxx2.S: New file.
3600 * gdb.arch/amd64-tailcall-cxx2.cc: New file.
3601
be9a119c 36022013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
3603 Hafiz Abid Qadeer <abidh@codesourcery.com>
3604
3605 gdb/testsuite/
3606 * gdb.trace/trace-buffer-size.exp: New file.
3607 * gdb.trace/trace-buffer-size.c: New file.
3608
049109b0
PA
36092013-03-06 Pedro Alves <palves@redhat.com>
3610
3611 * gdb.trace/tstatus.exp (run_trace_experiment): When the target
3612 doesn't support the tested optional feature, call "unsupported"
3613 with the same test message as the "pass" case, instead of calling
3614 "pass" with a different message. Use the same text for the "fail"
3615 cases too.
3616
4aa54120
YQ
36172013-03-06 Yao Qi <yao@codesourcery.com>
3618
3619 * gdb.trace/tstatus.exp: Remove the invocation of
3620 gdb_load_shlibs, gdb_compile, clean_restart and runto_main.
3621 (test_tracepoints): Don't set fast tracepoint.
3622 (top level): Don't check agent library is loaded or not.
3623
b8b71e63
YQ
36242013-03-06 Yao Qi <yao@codesourcery.com>
3625
3626 * gdb.trace/tstatus.exp (run_trace_experiment): Escape
3627 parentheses by "\\".
3628
33f448b1
JK
36292013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3630
3631 * gdb.linespec/base/one/thefile.cc (twodup): New.
3632 (m): Call it.
3633 * gdb.linespec/base/two/thefile.cc (dupname): New.
3634 (n): Call it.
3635 * gdb.linespec/break-ask.exp: New file.
3636 * gdb.linespec/lspec.cc (body_elsewhere): New comment marker.
3637
1c942fb9
YQ
36382013-02-28 Yao Qi <yao@codesourcery.com>
3639
3640 * gdb.trace/report.exp: Move some code to ...
3641 (use_collected_data): New.
3642 (top level): Call use_collected_data once on the live target.
3643 Save at file of the current trace session, load it with target
3644 tfile, and call use_collected_data again.
3645
5b967901
JK
36462013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3647
3648 * gdb.threads/fork-thread-pending.c (main): Add alarm.
3649
6447023f
JK
36502013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3651
3652 * gdb.base/valgrind-infcall.exp (valgrind_pid): New variable.
3653 Add final kill of ${valgrind_pid}.
3654
9f44fbc0
SCR
36552013-02-20 Siva Chandra Reddy <sivachandra@google.com>
3656
3657 * gdb.python/py-arch.c: New test case
3658 * gdb.python/py-arch.exp: New tests to test
3659 gdb.Architecture.disassemble
3660 * gdb.python/Makefile.in: Add py-arch to the list of
3661 EXECUTABLES.
3662
4c9ad8c2
TT
36632013-02-18 Tom Tromey <tromey@redhat.com>
3664
3665 * gdb.dwarf2/subrange.exp: New file.
3666
f5911ea1
HAQ
36672013-02-15 Pedro Alves <pedro@codesourcery.com>
3668 Hafiz Abid Qadeer <abidh@codesourcery.com>
3669
3670 * gdb.trace/tfile.exp: Add test for -trace-status command.
3671
420f4384
JK
36722013-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3673
3674 * gdb.threads/pthread_cond_wait.c (main): Remove variable ts. Replace
3675 nanosleep by sleep.
3676
4819b3f8
PA
36772013-02-14 Pedro Alves <palves@redhat.com>
3678
3679 * gdb.cp/userdef.exp (ptype &*c): Don't expect an &.
3680
1773c82c
HAQ
36812013-02-14 Pedro Alves <pedro@codesourcery.com>
3682 Hafiz Abid Qadeer <abidh@codesourcery.com>
3683
3684 * gdb.trace/tsv.exp: Adjust tests, and add a few more.
3685
e234dfaf
TT
36862013-02-12 Tom Tromey <tromey@redhat.com>
3687
3688 * gdb.cp/m-static.cc (gnu_obj_1::~gnu_obj_1): New destructor.
3689 * gdb.cp/m-static.exp: Add tests to print quoted destructor.
3690
6c01dd94
PA
36912013-02-12 Pedro Alves <palves@redhat.com>
3692
3693 * gdb.base/catch-signal.c: Update copyright years.
3694 * gdb.base/catch-signal.exp: Update copyright years.
3695 * gdb.dwarf2/dw2-dir-file-name.c: Update copyright years.
3696 * gdb.dwarf2/dw2-dir-file-name.exp: Update copyright years.
3697 * gdb.dwarf2/dw2-empty-pc-range.S: Update copyright years.
3698 * gdb.dwarf2/dw2-error.S: Update copyright years.
3699 * gdb.dwarf2/dw2-error.c: Update copyright years.
3700 * gdb.dwarf2/dw2-restrict.S: Update copyright years.
3701 * gdb.dwarf2/dw2-restrict.c: Update copyright years.
3702 * gdb.dwarf2/dw2-restrict.exp: Update copyright years.
3703
595fc67f
PA
37042013-02-12 Pedro Alves <palves@redhat.com>
3705
3706 * gdb.base/catch-signal.exp: Correct test file name in "Skipping"
3707 message.
3708 * gdb.base/sigaltstack.exp: Ditto.
3709 * gdb.base/siginfo.exp: Ditto.
3710 * gdb.base/sizeof.exp: Ditto.
3711
17282693
PA
37122013-02-12 Pedro Alves <palves@redhat.com>
3713
3714 * gdb.mi/mi-basics.exp: Tweak intro comment.
3715 * gdb.mi/mi-break.exp: Tweak intro comment.
3716 * gdb.mi/mi-console.exp: Tweak intro comment.
3717 * gdb.mi/mi-file.exp: Tweak intro comment.
3718 * gdb.mi/mi-read-memory.exp: Tweak intro comment.
3719 * gdb.mi/mi-return.exp: Tweak intro comment.
3720 * gdb.mi/mi-stepi.exp: Tweak intro comment.
3721 * gdb.mi/mi-until.exp: Tweak intro comment.
3722 * gdb.mi/mi-watch.exp: Tweak intro comment.
3723
8a4ac37e
PA
37242013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
3725
3726 * gdb.server/no-thread-db.exp: New file.
3727 * gdb.server/no-thread-db.c: New file.
3728 * gdb.server/Makefile.in (EXECUTABLES): Add no-thread-db.
3729
c2792f5a
DE
37302013-02-11 Doug Evans <dje@google.com>
3731
3732 * gdb.base/printcmds.exp (test_printf_with_dfp): Add test for printing
3733 two decfloats.
3734
d9e98382
SDJ
37352013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
3736
3737 * gdb.base/bitfields.c (struct internalvartest): New declaration.
3738 * gdb.base/bitfields.exp (bitfield_internalvar): New function.
3739
a321661a
JK
37402013-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3741
3742 * gdb.python/py-prompt.exp: Add to the end a kill of $testpid.
3743
134a2066
YQ
37442013-02-06 Yao Qi <yao@codesourcery.com>
3745
3746 * gdb.trace/mi-tsv-changed.exp (test_create_delete_tsv): Rename
3747 to ...
3748 (test_create_delete_modify_tsv): ... here. New test on modifying
3749 the initial value of a tsv.
3750
5a2dc60a
JK
37512013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3752
3753 * gdb.dwarf2/dw2-dir-file-name.exp (cd ${srcabsdir}/rdir): Rename to ...
3754 (cd .../rdir): ... here.
3755
233d95b5
JK
37562013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3757
3758 * gdb.linespec/base/one/header.h: New file.
3759 * gdb.linespec/base/two/header.h: New file.
3760 * gdb.linespec/macro-relative.c: New file.
3761 * gdb.linespec/macro-relative.exp: New file.
3762
fbd9ab74
JK
37632013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3764
3765 * gdb.base/fullpath-expand-func.c: New file.
3766 * gdb.base/fullpath-expand.c: New file.
3767 * gdb.base/fullpath-expand.exp: New file.
3768 * gdb.base/realname-expand-real.c: New file.
3769 * gdb.base/realname-expand.c: New file.
3770 * gdb.base/realname-expand.exp: New file.
3771
1b56eb55
JK
37722013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3773
3774 * gdb.dwarf2/dw2-dir-file-name.exp: New file.
3775 * gdb.dwarf2/dw2-dir-file-name.c: New file.
3776
af529f8f
JK
37772013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3778
3779 * gdb.mi/mi-fullname-deleted.exp: Use double last slash for $srcfileabs.
3780 (compare_filenames_for_search does not match)
3781 (compare_filenames_for_search does match): New tests.
3782
f5b95b50
JK
37832013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3784
3785 * gdb.gdb/xfullpath.exp: Replace xfullpath calls by gdb_realpath calls.
3786
d47921b9
JK
37872013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3788
3789 * lib/java.exp (compile_java_from_source): Initialize ARGS as a list.
3790
8a92335b
JK
37912013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3792
3793 * gdb.base/gnu-debugdata.exp): Create ${binfile}.debug,
3794 ${binfile}.mini_debuginfo-debuglink, add -k to xz, use now
3795 ${binfile}.mini_debuginfo-debuglink and
3796 ${binfile}.mini_debuginfo-debuglink.xz.
3797
17f2157d
TT
37982013-02-01 Tom Tromey <tromey@redhat.com>
3799
3800 * gdb.dwarf2/method-ptr.exp: Use correct form for non-string
3801 attributes.
3802
d65f0a9c
TT
38032013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3804 Tom Tromey <tromey@redhat.com>
3805
3806 * gdb.dwarf2/method-ptr.exp: Link with c++.
3807 * lib/dwarf.exp (Dwarf::assemble): Declare _cu_count.
3808
f25c0135
TT
38092013-01-31 Tom Tromey <tromey@redhat.com>
3810
3811 * gdb.base/jit.exp (compile_jit_test): New proc.
3812 Add PIE tests.
3813
7078baeb
TT
38142013-01-31 Tom Tromey <tromey@redhat.com>
3815
3816 * gdb.dwarf2/method-ptr.cc: New file.
3817 * gdb.dwarf2/method-ptr.exp: New file.
3818
1d24041a
TT
38192013-01-31 Tom Tromey <tromey@redhat.com>
3820
3821 * lib/dwarf.exp (namespace Dwarf): New.
3822
8d9878a4
TT
38232013-01-29 Tom Tromey <tromey@redhat.com>
3824
3825 * gdb.dwarf2/fission-reread.exp: Add unload test.
3826
bed911e5
DE
38272013-01-28 Doug Evans <dje@google.com>
3828
3829 * gdb.dwarf2/fission-loclists.exp: New file.
3830 * gdb.dwarf2/fission-loclists.S: New file.
3831
e229648e
JK
38322013-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3833
3834 Code cleanup.
3835 * gdb.base/restore.exp: Replace gdb_compile, gdb_exit, gdb_start,
3836 gdb_reinitialize_dir and gdb_load by standard_testfile, set executable
3837 and prepare_for_testing.
3838 * gdb.base/store.exp: Likewise.
3839
86700f00
TT
38402013-01-25 Tom Tromey <tromey@redhat.com>
3841
3842 * gdb.python/py-explore.exp: Expect the gdb prompt.
3843
8954db33
AB
38442013-01-25 Andrew Burgess <aburgess@broadcom.com>
3845
3846 * gdb.base/gnu_vector.c: New variable for use in tests.
3847 * gdb.base/gnu_vector.exp: Update and extend tests to reflect
3848 changes in scalar to vector casting and widening.
3849 * gdb.python/py-type.c: New variables for use in tests.
3850 * gdb.python/py-type.exp: Update vector related tests to reflect
3851 changes in scalar to vector casting and widening.
3852
2077afdd
TD
38532013-01-24 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
3854
3855 * gdb.base/prologue-include.c: New file.
3856 * gdb.base/prologue-include.exp: New file.
3857 * gdb.base/prologue-include.h: New file.
3858
d7499464
HAQ
38592013-01-24 Hafiz Abid Qadeer <abidh@codesourcery.com>
3860
3861 PR gdb/13443
3862 * gdb.mi/mi-var-block.exp: Make test messages unique.
3863
e2a3e0f1
TT
38642013-01-23 Tom Tromey <tromey@redhat.com>
3865
3866 * gdb.dwarf2/dw2-error.exp: Pass test name to "file" test.
3867
152fcc9c
TT
38682013-01-23 Tom Tromey <tromey@redhat.com>
3869
3870 * gdb.cp/converts.cc (main): Initialize 'a'.
3871
bea883fd
SCR
38722013-01-23 Siva Chandra Reddy <sivachandra@google.com>
3873
3874 * testsuite/gdb.python/frame.exp: Add a test for
3875 gdb.Frame.architecture() method.
3876
0928e93d
PA
38772013-01-22 Pedro Alves <palves@redhat.com>
3878
3879 * gdb.base/annota1.exp (signal sent): No longer expect
3880 breakpoints-invalid.
3881 * gdb.cp/annota2.exp (continue until exit)
3882 (watch triggered on a.x): Ditto.
3883
9c97429f
PA
38842013-01-22 Pedro Alves <palves@redhat.com>
3885
3886 * gdb.base/annota1.exp (breakpoints_invalid): New variable.
3887 Adjust tests to breakpoints-invalid changes.
3888 * gdb.cp/annota2.exp (breakpoints_invalid, frames_invalid): New
3889 variables.
3890 Adjust tests to breakpoints-invalid changes.
3891
187d10dd
PA
38922013-01-22 Pedro Alves <palves@redhat.com>
3893
3894 * gdb.base/annota1.exp (annotate ignore count change): Add
3895 expected output for failure case.
3896
ea3aedcb
TT
38972013-01-22 Tom Tromey <tromey@redhat.com>
3898
3899 * gdb.gdb/selftest.exp (do_steps_and_nexts): Handle bfd_init
3900 call.
3901
998580f1
MK
39022013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
3903
3904 * gdb.mi/mi-break.exp: Expect new 'thread-groups' field.
8f1d5693 3905 * gdb.mi/mi-catch-load.exp: Ditto.
998580f1
MK
3906 * gdb.mi/mi-nsmoribund.exp: Expect new 'thread-groups' field.
3907 Also handle 'thread' field.
3908 * gdb.mi/mi-simplerun.exp: Expect new 'thread-groups' field.
3909 * gdb.mi/mi-watch.exp: Ditto.
3910 * lib/mi-support.exp: Ditto.
3911
8f1d5693
MK
39122013-01-21 Siva Chandra Reddy <sivachandra@google.com>
3913
3914 * gdb.python/py-explore.exp: Improve a test
3915
2d8c5d7c
DB
39162013-01-18  David Blaikie  <dblaikie@gmail.com>
3917
3918 * gdb.base/label.c (main): Correct the type of the second
3919 parameter.
3920
46f35228
TT
39212013-01-18 Tom Tromey <tromey@redhat.com>
3922
3923 * gdb.dwarf2/trace-crash.s: New file.
3924 * gdb.dwarf2/trace-crash.exp: New file.
3925
5965d69d
HAQ
39262013-01-18 Hafiz Abid Qadeer<abidh@codesourcery.com>
3927
43aaf8b6
PA
3928 PR gdb/13443
3929 * gdb.base/checkpoint.exp: Update test messages to make them
3930 unique.
5965d69d 3931
5ae4861a
YQ
39322013-01-18 Yao Qi <yao@codesourcery.com>
3933
3934 * gdb.trace/infotrace.exp: Check 'traceframe usage' in the
3935 output of 'info tracepoints'.
3936 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
3937 Likewise.
3938 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
3939 * gdb.trace/disconnected-tracing.c (struct foo): New.
3940
d84fca2c
JK
39412013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3942
3943 * gdb.dwarf2/dw2-dos-drive.S: New file.
3944 * gdb.dwarf2/dw2-dos-drive.exp: New file.
3945
aebb1cc9
DE
39462013-01-17 Doug Evans <dje@google.com>
3947
2782d512
DE
3948 * boards/dwarf4-gdb-index.exp: Use any existing CC_FOR_TARGET,
3949 CXX_FOR_TARGET.
3950
aebb1cc9
DE
3951 * boards/cc-with-tweaks.exp: New file.
3952
db2b2972
TT
39532013-01-17 Tom Tromey <tromey@redhat.com>
3954
3955 * gdb.base/completion.exp: Add "set cp-abi" completion test.
3956
96343774
PA
39572013-01-17 Pedro Alves <palves@redhat.com>
3958
3959 Merge dg-extract-results.sh from upstream (svn 195224).
3960
3961 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 3962 * dg-extract-results.sh: Fix order of summary counts.
96343774
PA
3963
3964 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 3965 * dg-extract-results.sh: Constrain the start-of-log pattern.
96343774
PA
3966
3967 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 3968 * dg-extract-results.sh: Handle KPASSes.
96343774
PA
3969
3970 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3971 * dg-extract-results.sh: Redirect grep output to /dev/null instead
3972 of grep -q.
3973
675921c0
SD
39742012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3975
3976 * gdb.base/jit-reader.exp: New file. Test case for the jit-reader
3977 interface.
3978 * gdb.base/jithost.c: New file.
3979 * gdb.base/jithost.h: New file.
3980 * gdb.base/jitreader.c : New file.
3981 * gdb.base/jit-protocol.h: New file.
3982
ab04a2af
TT
39832013-01-16 Tom Tromey <tromey@redhat.com>
3984
3985 * gdb.base/catch-signal.c: New file.
3986 * gdb.base/catch-signal.exp: New file.
3987
8ac3646f
TT
39882013-01-16 Tom Tromey <tromey@redhat.com>
3989
3990 * gdb.mi/mi-catch-load.exp: Look for "catch-type".
3991
22fc223e
JK
39922013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3993
3994 * gdb.dwarf2/dw2-restrict.exp: Skip compilation on non-x86_64 targets.
3995
44478ab3
TT
39962013-01-14 Tom Tromey <tromey@redhat.com>
3997
3998 * gdb.base/completion.exp: Add "set gnutarget" test.
3999
06d66ee9
TT
40002013-01-14 Tom Tromey <tromey@redhat.com>
4001
4002 * gdb.dwarf2/dw2-restrict.S: New file.
4003 * gdb.dwarf2/dw2-restrict.c: New file.
4004 * gdb.dwarf2/dw2-restrict.exp: New file.
4005
c9bf0622
TT
40062013-01-14 Tom Tromey <tromey@redhat.com>
4007
4008 * gdb.dwarf2/dw2-error.exp: New file.
4009 * gdb.dwarf2/dw2-error.c: New file.
4010 * gdb.dwarf2/dw2-error.S: New file.
4011
5b12a61c
JK
40122013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4013
4014 * gdb.cp/parse-lang.cc: New file.
4015 * gdb.cp/parse-lang.exp: New file.
4016
f0a4b570
JK
40172013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4018
4019 * gdb.mi/mi-fullname-deleted.exp: Set srcfileabssubst and initdir.
4020 (set substitute-path): New test.
4021 (fullname present): Remove content.
4022 (substituted fullname): New test.
4023
f751cc97
JB
40242013-01-13 Joel Brobecker <brobecker@adacore.com>
4025
4026 * gdb.python/py-finish-breakpoint.exp: Add skip_python_tests
4027 check. Move $gdb_py_is_py24 value check right after.
4028
04164e8e
JK
40292013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4030
4031 * gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit
4032 targets.
4033
5bf480a5
YQ
40342013-01-11 Yao Qi <yao@codesourcery.com>
4035
4036 * gdb.base/dprintf.exp: Check the output of 'info breakpoints'
4037 for dprintf.
4038 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
4039 Check the fields in "=breakpoint-created" for dprintf.
4040
f35a17b5
JK
40412012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4042
4043 * gdb.mi/mi-fullname-deleted.exp: New file.
4044
85817405
JK
40452012-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4046
4047 * gdb.base/skip-solib.exp (info skip with pending file): Update the
4048 expected output.
4049 (info skip with pending file): Remove.
4050 (ignoring function in solib, info skip for function multiply): Update
4051 the expected output.
4052 * gdb.base/skip.ex (skip (main), skip function baz, info skip)
4053 (info skip (delete 1), info skip after disabling all)
4054 (info skip after enabling all, info skip after disabling 4 2-3)
4055 (info skip after enabling 2-3, info skip 2-3)
4056 (info skip after deleting 2 3): Update the expected output.
4057 * gdb.linespec/base/two/thefile.cc (n): New variable v, split the
4058 statement to its initialization and return.
4059 * gdb.linespec/skip-two.exp: New file.
4060
27210e12
DE
40612012-12-19 Doug Evans <dje@google.com>
4062
4063 * gdb.base/maint.exp: Handle testing with .gdb_index.
4064
bb627a12
JB
40652012-12-19 Joel Brobecker <brobecker@adacore.com>
4066
4067 * gdb.arch/mips-octeon-bbit.exp: Fix copyright header from
4068 Cavium to FSF.
4069
7785b880
JB
40702012-12-19 Joel Brobecker <brobecker@adacore.com>
4071
4072 * dg-extract-results.sh: Update contact info in copyright notice.
4073 * gdb.arch/mips-octeon-bbit.exp: Update copyright notice to
4074 GPL v3 or later. Update contact info.
4075 * gdb.fortran/logical.f90, gdb.threads/watchpoint-fork-child.c,
4076 gdb.threads/watchpoint-fork-mt.c,
4077 gdb.threads/watchpoint-fork-parent.c,
4078 gdb.threads/watchpoint-fork-st.c,
4079 gdb.threads/watchpoint-fork.h: Likewise.
4080
f2a8bc8a
YQ
40812012-12-15 Yao Qi <yao@codesourcery.com>
4082
4083 * gdb.trace/mi-tracepoint-changed.exp (test_pending_resolved): Check
4084 'installed' field in '=breakpoint-modified'.
4085 (test_reconnect): Check 'installed' field in
4086 '=breakpoint-modified' and '=breakpoint-created'.
4087
4088 * gdb.trace/actions.exp: Update test for 'installed' field.
4089 * gdb.trace/change-loc.exp (tracepoint_change_loc_1):
4090 (tracepoint_change_loc_2): Likewise.
4091 Check 'info tracepoint' display nothing else.
4092 * gdb.trace/deltrace.exp: Likewise.
4093 * gdb.trace/infotrace.exp: Likewise.
4094 * gdb.trace/mi-traceframe-changed.exp (test_tfind_remote):
4095 Likewise.
4096 * gdb.trace/passcount.exp: Likewise.
4097 * gdb.trace/tracecmd.exp: Likewise.
4098 * gdb.trace/while-stepping.exp: Likewise.
4099
6592e36f
TT
41002012-12-14 Tom Tromey <tromey@redhat.com>
4101
4102 * gdb.cp/member-name.exp: New file.
4103 * gdb.cp/member-name.cc: New file.
4104
7d27a96d
TT
41052012-12-14 Tom Tromey <tromey@redhat.com>
4106
4107 * gdb.cp/templates.exp (test_ptype_of_templates): Update kfails.
4108
f8c05d0d
DE
41092012-12-14 Doug Evans <dje@google.com>
4110
4111 * gdb.dwarf2/implptr-optimized-out.S: DIE offset for
4112 DW_OP_GNU_implicit_pointer is section-relative.
4113
451b7c33
TT
41142012-12-14 Tom Tromey <tromey@redhat.com>
4115
43aaf8b6 4116 * gdb.base/info-proc.exp: Add core file tests.
451b7c33 4117
10e339df
PA
41182012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>
4119
6fdff2c5 4120 * gdb.base/kill-after-signal.exp: Disable if gdb,nosignals.
10e339df 4121
e780d813
DE
41222012-12-13 Doug Evans <dje@google.com>
4123
4124 * gdb.multi/multi-arch-exec.exp: Skip for i*86-linux.
4125 * gdb.multi/multi-arch.exp: Ditto.
4126
ca3dbcc8 41272012-12-12 Keven Boell <keven.boell@intel.com>
6fdff2c5 4128
ca3dbcc8
MG
4129 * gdb.mi/mi-catch-load-so.c: New. Clone of the
4130 catch load test library source file.
4131 * gdb.mi/mi-catch-load.c: New. Clone of the catch
4132 load test source file.
4133 * gdb.mi/mi-catch-load.exp: New. Test file for
4134 basic MI -catch-load and -catch-unload tests.
4135
2960a434
PK
41362012-12-11 Paul Koning <paul_koning@dell.com>
4137
4138 * gdb.python/py-prettyprint.py (_iterator): Remove exception_flag
4139 exception.
4140 (_iterator_except): New function.
4141 (ArrayPrinter): Use _iterator function instead of local _iterator
4142 class for Python 3 compatibility.
4143 (NoStringContainerPrinter): Use _iterator_except instead of
6fdff2c5 4144 _iterator.
2960a434
PK
4145 * gdb.python/py-typeprint.exp: Use exec(open(...).read()) instead of
4146 execfile for Python 3 compatibility.
4147 * gdb.python/python.exp: Handle Python 2.4 exception traceback
4148 format in error_prompt test.
6fdff2c5 4149
9325cb04
PK
41502012-12-10 Paul Koning <paul_koning@dell.com>
4151
4152 * gdb.base/charset.exp: Change print syntax for Python 3
6fdff2c5 4153 compatibility.
9325cb04
PK
4154 * gdb.python/py-block.exp: Ditto.
4155 * gdb.python/py-breakpoint.exp: Ditto.
4156 * gdb.python/py-cmd.exp: Ditto.
4157 * gdb.python/py-events.py: Ditto.
4158 * gdb.python/py-finish-breakpoint.py: Ditto.
4159 * gdb.python/py-finish-breakpoint2.exp: Ditto.
4160 * gdb.python/py-finish-breakpoint2.py: Ditto.
4161 * gdb.python/py-frame-inline.exp: Ditto.
4162 * gdb.python/py-frame.exp: Ditto.
4163 * gdb.python/py-infthread.exp: Ditto.
4164 * gdb.python/py-objfile.exp: Ditto.
4165 * gdb.python/py-parameter.exp: Ditto.
4166 * gdb.python/py-progspace.exp: Ditto.
4167 * gdb.python/py-prompt.exp: Ditto.
4168 * gdb.python/py-symbol.exp: Ditto.
4169 * gdb.python/py-symtab.exp: Ditto.
4170 * gdb.python/py-template.exp: Ditto.
4171 * gdb.python/py-value-cc.exp: Ditto.
4172 * gdb.python/python.exp: Ditto.
4173 * gdb.python/source2.py: Ditto.
4174 * gdb.python/lib-types.exp: Change print syntax for Python 3
6fdff2c5 4175 compatibility.
9325cb04
PK
4176 Use sorted() function rather than sort() method.
4177 Accept either int or long values for enum values.
4178 * gdb.python/py-events.exp: Use exec(open(...).read()) instead of
4179 execfile for Python 3 compatibility.
4180 * gdb.python/py-evsignal.exp: Ditto.
4181 * gdb.python/py-evthreads.exp: Ditto.
4182 * gdb.python/py-mi.exp: Ditto.
4183 * gdb.python/py-pp-maint.exp: Ditto.
4184 * gdb.python/py-prettyprint.exp: Ditto.
4185 * gdb.python/py-finish-breakpoint.exp: Change print syntax for
6fdff2c5 4186 Python 3 compatibility.
9325cb04
PK
4187 Skip tests for Python 2.4.
4188 * gdb.python/py-inferior.exp: Change print syntax for
6fdff2c5 4189 Python 3 compatibility.
9325cb04
PK
4190 Use byte string rather than character string in memory write test
4191 if Python 3.
4192 * gdb.python/py-pp-maint.py: Change class declarations to "new
4193 class" syntax.
4194 * gdb.python/py-prettyprint.py: Change iterator class to generator
4195 function for Python 3 compatibility.
4196 Make all classes "new style".
4197 Fix indentation issue and stray semicolon.
4198 * gdb.python/py-shared.expChange print syntax for Python 3
4199 compatibility.
4200 Define "long" if Python 3.
4201 * gdb.python/py-type.exp: Change print syntax for Python 3
6fdff2c5 4202 compatibility.
9325cb04
PK
4203 Accept either int or long values for enum values.
4204 * gdb.python/py-value.exp: Change print syntax for Python 3
6fdff2c5 4205 compatibility.
9325cb04
PK
4206 Skip "long" and "unicode" tests if Python 3.
4207 Accept either "type" or "class" in type checks.
4208 * lib/gdb.exp (gdb_py_is_py3k): New flag set if Python 3.
4209 (gdb_py_is_py24): New flag set if Python 2.4 or 2.5.
4210
8b9737bf
TT
42112012-12-10 Tom Tromey <tromey@redhat.com>
4212
4213 * gdb.dwarf2/implptr-64bit.exp: Run tests with two CUs as well.
4214 (test): Add "two_cu" argument.
4215 * gdb.dwarf2/implptr-64bit.S: Move subprogram later; use ref_addr
4216 for types; allow two CUs.
4217
1b80a9fa
JK
42182012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4219
4220 * gdb.dwarf2/dw2-compdir-oldgcc.S: New file.
4221 * gdb.dwarf2/dw2-compdir-oldgcc.exp: New file.
4222
f0b6d50a
YQ
42232012-12-08 Yao Qi <yao@codesourcery.com>
4224 Pedro Alves <palves@redhat.com>
4225
4226 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Test
4227 '=breakpoint-created' when GDB merges the tracepoints of both
4228 sides.
4229
2f68a895
TT
42302012-12-07 Tom Tromey <tromey@redhat.com>
4231
4232 * gdb.base/break1.c (enum some_enum, union some_union): New.
4233 (some_enum_global, some_union_global, some_value): New globals.
4234 * gdb.base/completion.exp: Add tag completion tests.
4235
4fc5d43e
TT
42362012-12-07 Tom Tromey <tromey@redhat.com>
4237
4238 * gdb.base/completion.exp: Add tests for ptype and whatis
4239 completion.
4240
6559e013
JB
42412012-12-07 Joel Brobecker <brobecker@adacore.com>
4242
4243 * gdb.base/stale-infcall.exp: Fix copyright line.
4244
ae2b630d
JB
42452012-12-07 Joel Brobecker <brobecker@adacore.com>
4246
4247 * gdb.ada/lang_switch.exp: The "msg" parameter may be a reference.
4248
0ba2eb0f
TT
42492012-12-06 Pedro Alves <palves@redhat.com>
4250 Tom Tromey <tromey@redhat.com>
4251
4252 * gdb.base/exprs.exp: Add tests for cast to void.
4253
731145cb
TT
42542012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
4255
4256 * gdb.python/py-mi.exp: Correct expected results for attribute
4257 "dynamic" returned by -var-update.
4258 Add test case for correct handling of "diplayhint" for children
4259 of dynamic varobjs.
4260 * gdb.python/py-prettyprint.c (set_itme): New function.
4261 (bug_14741) New function.
4262 (main) Add call to bug_14741().
4263 * gdb.python/py-prettyprint.py (class ArrayPrinter): New class.
4264
e58fcc15
UW
42652012-12-05 Ulrich Weigand <uweigand@de.ibm.com>
4266
4267 * gdb.base/gnu-debugdata.exp: Also include "D" symbols in
4268 ${binfile}.funcsyms list.
4269
e9eb0d14
YQ
42702012-12-04 Yao Qi <yao@codesourcery.com>
4271
4272 PR gdb/13443
4273 * gdb.trace/actions.exp: Make test messages unique.
4274
4983028c
TT
42752012-11-29 Tom Tromey <tromey@redhat.com>
4276
4277 * gdb.base/gnu-debugdata.exp (run, pipeline): Don't use lassign.
4278
ea5e6b0e
UW
42792012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
4280
4281 * gdb.opencl/convs_casts.exp: Always expect standard vector type names.
4282 * gdb.opencl/datatypes.exp: Likewise.
4283 * gdb.opencl/operators.exp: Likewise.
4284 * gdb.opencl/vec_comps.exp: Likewise.
4285
cdde3dfb
JG
42862012-11-29 Jerome Guitton <guitton@adacore.com>
4287
4288 * gdb.ada/iwide: New testcase.
4289
b50d69b5
JG
42902012-11-29 Jerome Guitton <guitton@adacore.com>
4291
4292 * gdb.ada/ptype_tagged_param.exp: Adjust expected output in
4293 ptype test.
4294
c2d3fccf
JG
42952012-11-29 Jerome Guitton <guitton@adacore.com>
4296
4297 * gdb.ada/variant_record_packed_array.exp: Test expressions of the
4298 form {VARIANT_TYPE}ADDRESS.
4299
5edf51fe
YQ
43002012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
4301
4302 * gdb.cp/member-ptr.cc (class Diamond): Add func_ptr.
4303 (func): New function.
4304 (main): Initialize diamond.func_ptr and add diamond_pfunc_ptr.
4305 * gdb.cp/member-ptr.exp: Add new tests for ptype and for
4306 pointers to members with pointer-to-function type.
4307
608e2dbb
TT
43082012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4309 Tom Tromey <tromey@redhat.com>
4310
4311 * gdb.base/gnu-debugdata.exp: New file.
4312 * gdb.base/gnu-debugdata.c: New file.
4313 * lib/gdb.exp (gdb_file_cmd): Handle LZMA warning.
4314 (gdb_unload): Return 0 on success.
4315
4648e588
JK
43162012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4317
4318 * gdb.base/enumval.exp (print e, print f, print K): XFAIL on GCC <= 4.6.
4319
17d6efc4
JB
43202012-11-26 Joel Brobecker <brobecker@adacore.com>
4321
4322 * gdb.base/empty_exe.exp: New testcase.
4323
ace21957
MF
43242012-11-20 Mike Frysinger <vapier@gentoo.org>
4325
4326 * gdb.base/completion.exp: Add test for help aliases completion.
4327
5c401a0a
YQ
43282012-11-20 Yao Qi <yao@codesourcery.com>
4329
4330 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
4331 Don't test 'maint set show-debug-regs'.
4332 Use command 'set remotecache' instead of
4333 'set circular-trace-buffer'.
4334
8dea366b
KS
43352012-11-16 Keith Seitz <keiths@redhat.com>
4336
4337 PR c++/13615
4338 * gdb.cp/baseenum.cc: New file.
4339 * gdb.cp/baseenum.exp: New file.
4340 * gdb.cp/derivation.cc (A): Add copyright.
4341 Add a typedef.
4342 (B): Use A::value_type instead of int. Change all references.
4343 (D): Use value_type instead of int. Change all references.
4344 (E): Likewise.
4345 (F); Likewise.
4346 (Z): New class.
4347 (ZZ): New class.
6fdff2c5 4348 (N, Base, Derived): New namespace and classes.
8dea366b
KS
4349 (main): Add instances of Z and ZZ.
4350 Make sure all symbols from N are kept.
4351 * gdb.cp/derivation.exp: Update typedef changes in tests.
4352 Add tests for class typedefs both before and after starting
4353 the inferior.
4354 Add tests for searching for a typedef while stopped in a
4355 method.
4356
5e34c6c3
LM
43572012-11-14 Luis Machado <lgustavo@codesourcery.com>
4358
4359 * gdb.mi/mi-var-create-rtti.c: New file.
4360 * gdb.mi/mi-var-create-rtti.exp: New file.
4361
5e487a5f
LM
43622012-11-14 Luis Machado <lgustavo@codesourcery.com>
4363
4364 * gdb.base/structs3.exp: Run to main before doing any tests.
4365
6d67b990
AB
43662012-11-14 Andrew Burgess <aburgess@broadcom.com>
4367
4368 * gdb.python/py-type.exp: Uniquify test names.
4369
e5d98164
YQ
43702012-11-14 Yao Qi <yao@codesourcery.com>
4371
4372 * gdb.threads/manythreads.c [DEBUG]: Include "stdio.h".
4373 (thread_function) [DEBUG]: Call 'printf'.
4374 * gdb.threads/manythreads.exp: Pass '-DDEBUG' to compilation
4375 command line if 'DEBUG=1' is passed to test.
4376 Remove a pattern to match inferior's output.
4377
62747a60
TT
43782012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
4379
4380 * gdb.mi/mi-fill-memory.exp: New test.
4381
18a9fc12
TT
43822012-11-12 Tom Tromey <tromey@redhat.com>
4383
4384 * gdb.base/completion.exp: Update for "info type-printers".
4385 * gdb.python/py-typeprint.cc: New file.
4386 * gdb.python/py-typeprint.exp: New file.
4387 * gdb.python/py-typeprint.py: New file.
4388
bd69fc68
TT
43892012-11-12 Tom Tromey <tromey@redhat.com>
4390
4391 * gdb.base/call-sc.exp: Use "ptype/r".
4392 * gdb.base/volatile.exp: Don't expect "int".
4393 * gdb.cp/ptype-flags.cc: New file.
4394 * gdb.cp/ptype-flags.exp: New file.
4395 * gdb.cp/templates.exp: Use ptype/r.
4396 (test_ptype_of_templates, test_template_typedef): Likewise.
4397 * lib/cp-support.exp (cp_test_ptype_class): Add in_ptype_arg
4398 argument. Handle template names and template parameters.
4399 * gdb.mi/mi-var-cmd.exp: Accept "long".
4400 * gdb.mi/mi-var-child.exp: Accept "long".
4401 * gdb.mi/mi-var-display.exp: Accept "long".
4402 * gdb.mi/mi2-var-child.exp: Accept "long".
4403
b3720c3a
TT
44042012-11-12 Tom Tromey <tromey@redhat.com>
4405
4406 * gdb.cp/classes.exp (test_ptype_class_objects): Remove
4407 "ptype" from calls to cp_test_ptype_class.
4408 (test_enums): Likewise.
4409 * gdb.cp/derivation.exp: Remove "ptype" from calls to
4410 cp_test_ptype_class.
4411 * gdb.cp/inherit.exp (test_ptype_si): Remove "ptype" from
4412 calls to cp_test_ptype_class.
4413 (test_ptype_mi, test_ptype_vi, test_ptype_mvi): Likewise.
4414 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Remove "ptype"
4415 from calls to cp_test_ptype_class.
4416 * lib/cp-support.exp (cp_test_ptype_class): Supply "ptype"
4417 command here. Change "in_command" argument to "in_exp".
4418
0d63ecda
KS
44192012-11-10 Keith Seitz <keiths@redhat.com>
4420
4421 PR gdb/14288
4422 * gdb.base/printcmds.c: Add invalid_XXX globals
4423 for repeated byte tests.
4424 * gdb.base/printcmds.exp (test_repeat_bytes): New procedure.
4425 * gdb.base/wchar.c (main): Add and construct a wchar_t
4426 array with repeated characters.
4427 * gdb.base/wchar.exp: Add repeated character tests.
4428
ed8a1c2d
AB
44292012-11-09 Andrew Burgess <aburgess@broadcom.com>
4430
4431 * gdb.mi/mi-disassemble.exp: Expect fullname field in mi
4432 disassembly output.
4433
9107fc8d
PA
44342012-11-09 Pedro Alves <palves@redhat.com>
4435
4436 PR gdb/14306
4437
4438 * gdb.multi/multi-arch-exec.c: New file.
4439 * gdb.multi/multi-arch-exec.exp: New file.
4440
558a9d82
YQ
44412012-11-09 Yao Qi <yao@codesourcery.com>
4442
4443 * gdb.mi/mi-break.exp (test_abreak_creation): New procedure.
4444 (top level): Call it.
4445
e714f336
YQ
44462012-11-09 Yao Qi <yao@codesourcery.com>
4447
4448 * gdb.mi/mi-watch.exp (test_rwatch_creation_and_listing): Fix
4449 typo.
4450
6ecd4729
PA
44512012-11-09 Pedro Alves <palves@redhat.com>
4452
4453 * gdb.multi/multi-arch.exp: New.
4454
9015683b
TT
44552012-11-08 Tom Tromey <tromey@redhat.com>
4456
4457 * gdb.base/siginfo-obj.exp: Create core file. Test siginfo from
4458 core files, if possible.
4459 * gdb.base/siginfo-thread.c: New file
4460 * gdb.base/siginfo-thread.exp: New file
4461
ea9f10bb
TT
44622012-11-08 Tom Tromey <tromey@redhat.com>
4463
4464 * gdb.base/comprdebug.exp: New file.
4465
f6592439
PA
44662012-11-06 Pedro Alves <palves@redhat.com>
4467
4468 PR gdb/14810
4469
4470 * gdb.base/disabled-location.c: New file.
4471 * gdb.base/disabled-location.exp: New file.
4472
2d338fa9
TT
44732012-11-06 Tom Tromey <tromey@redhat.com>
4474
4475 * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd.
4476 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
4477 gdb_gcore_cmd.
4478 * gdb.cell/gcore.exp: Use gdb_gcore_cmd.
4479 * gdb.base/gcore.exp: Use gdb_gcore_cmd.
4480 * gdb.base/gcore-relro.exp: Use gdb_gcore_cmd.
4481 * gdb.base/gcore-buffer-overflow.exp: Use gdb_gcore_cmd.
4482 * gdb.base/auxv.exp: Use gdb_gcore_cmd.
4483 * gdb.arch/vsx-regs.exp: Use gdb_gcore_cmd.
4484 * gdb.arch/system-gcore.exp: Use gdb_gcore_cmd.
4485 * gdb.arch/pa-nullify.exp (test_core_bt): Use gdb_gcore_cmd.
4486 * lib/gdb.exp (gdb_gcore_cmd): New proc.
4487
68c9da30
PA
44882012-11-05 Pedro Alves <palves@redhat.com>
4489
4490 * gdb.base/foll-vfork.exp (vfork_relations_in_info_inferiors): New
4491 procedure.
4492 (do_vfork_and_follow_child_tests_exec)
4493 (do_vfork_and_follow_child_tests_exit): Call it.
4494
a7c8c931
PA
44952012-11-05 Pedro Alves <palves@redhat.com>
4496
4497 * gdb.base/foll-vfork.c (main): Call perror and _exit if execlp()
4498 fails.
4499
6f6484cd
YQ
45002012-11-03 Yao Qi <yao@codesourcery.com>
4501
4502 Fix PR gdb/14617.
4503 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
4504 Remove setup_kfail, and update test.
4505
b45627a0
TT
45062012-11-02 Tom Tromey <tromey@redhat.com>
4507
4508 * gdb.base/catch-syscall.exp (do_syscall_tests): Add completion
4509 test.
4510
f50f4e56
PA
45112012-11-02 Pedro Alves <palves@redhat.com>
4512
4513 PR gdb/14766
4514
4515 * gdb.base/foll-vfork.exp (vfork_child_follow_to_exit): Remove
4516 setup_kfail.
4517 (tcatch_vfork_then_child_follow_exit): No longer expect "Couldn't
4518 get registers".
4519
71ce889d
PA
45202012-11-02 Pedro Alves <palves@redhat.com>
4521
4522 * gdb.base/foll-vfork-exit.c: New file.
4523 * gdb.base/foll-vfork.exp (top level): New file-describing
4524 comment.
4525 (vfork_child_follow_to_exit): New procedure.
4526 (tcatch_vfork_then_child_follow): Rename as ...
4527 (tcatch_vfork_then_child_follow_exec): ... this.
4528 (tcatch_vfork_then_child_follow_exit): New procedure.
4529 (do_vfork_and_follow_parent_tests): New procedure, factored out
4530 from do_vfork_and_exec_tests.
4531 (do_vfork_and_follow_child_tests_exec): Ditto.
4532 (do_vfork_and_exec_tests): Delete.
4533 (do_vfork_and_follow_child_tests_exit): New procedure.
4534 (top level): Run tests with both the program that has the vfork
4535 child execing, and the program has the vfork child exiting.
4536
1e35b1a9
PA
45372012-11-02 Pedro Alves <palves@redhat.com>
4538
4539 * gdb.base/foll-vfork.exp (setup_gdb): New procedure.
4540 (check_vfork_catchpoints, vfork_parent_follow_through_step)
4541 (vfork_parent_follow_to_bp): Call it.
4542 (kill_child): Delete.
4543 (vfork_and_exec_child_follow_to_main_bp)
4544 (vfork_and_exec_child_follow_through_step): Call setup_gdb. No
4545 longer call kill_child.
4546 (tcatch_vfork_then_parent_follow): Call setup_gdb.
4547 (do_vfork_and_exec_tests): Don't runto_main before calling each
4548 test procedure.
4549 (top level): Don't clean restart and set verbose before running
4550 each test procedure.
4551
45522012-11-02 Pedro Alves <palves@redhat.com>
4553
4554 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step)
4555 (vfork_parent_follow_to_bp)
4556 (vfork_and_exec_child_follow_to_main_bp)
4557 (vfork_and_exec_child_follow_through_step)
4558 (tcatch_vfork_then_parent_follow)
4559 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
4560 Use with_test_prefix.
4561
45622012-11-02 Pedro Alves <palves@redhat.com>
4563
4564 * gdb.base/foll-vfork.c: Add copyright header.
4565 * gdb.base/vforked-prog.c: Add copyright header.
4566
45672012-11-02 Pedro Alves <palves@redhat.com>
4568
4569 * gdb.base/foll-vfork.exp
4570 (vfork_and_exec_child_follow_through_step): Don't skip on
4571 non-HP/UX targets. Expect the next to only step one line on
4572 non-HP/UX targets, rather than stopping only after the exec.
4573
45742012-11-02 Pedro Alves <palves@redhat.com>
4575
4576 Don't hard code line numbers.
4577
4578 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step):
4579 Expect text from the sources instead of a line number.
4580 (vfork_parent_follow_to_bp)
4581 (vfork_and_exec_child_follow_to_main_bp)
4582 (vfork_and_exec_child_follow_through_step)
4583 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
4584 Use gdb_get_line_number.
4585
45862012-11-02 Pedro Alves <palves@redhat.com>
4587
4588 Modernize.
4589
4590 * gdb.base/foll-vfork.exp: Use standard_testfile and
4591 build_executable. Pass descriptive string to untested.
4592 (vfork_parent_follow_through_step, vfork_parent_follow_to_bp)
4593 (vfork_and_exec_child_follow_to_main_bp)
4594 (vfork_and_exec_child_follow_through_step)
4595 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow)
4596 (do_vfork_and_exec_tests): Use gdb_test/gdb_test_multiple instead
4597 of send_gdb/gdb_expect.
4598
4599 (kill_child): New procedure.
4600 (vfork_and_exec_child_follow_to_main_bp)
4601 (vfork_and_exec_child_follow_through_step): Use it.
4602
f0559fff
YQ
46032012-11-02 Yao Qi <yao@codesourcery.com>
4604
4605 * gdb.base/setvar.exp: Test setting nested struct.
4606 * gdb.base/setvar.c (v_struct3): New.
4607
c207c6da
DE
46082012-11-01 Doug Evans <dje@google.com>
4609
4610 * gdb.arch/amd64-pseudo.c (main): Mark registers that the testsuite
4611 changes as clobbered (e.g., amd64-dword.exp) so gcc doesn't try to
4612 use them.
4613
2f27adfe
AB
46142012-10-31 Andrew Burgess <aburgess@broadcom.com>
4615
4616 PR cli/14772
4617 * gdb.base/gnu_vector.c (union_with_vector_1)
4618 (struct_with_vector_1): Add new struct and union for testing
4619 ptype.
4620 * gdb.base/gnu_vector.exp: Add testing of ptype on vectors, and
4621 structs / unions containing vectors.
4622
bb662ca6
YQ
46232012-10-25 Yao Qi <yao@codesourcery.com>
4624
4625 * gdb.trace/ftrace.exp (test_fast_tracepoints): Use
4626 'setup_kfail' instead of 'setup_kfail_for_target'.
4627 * gdb.base/varargs.exp: Likewise.
4628 * lib/gdb.exp (setup_kfail_for_target): Remove.
4629
635d23ff
MK
46302012-10-25 Mark Kettenis <kettenis@openbsd.nfra.nl>
4631
4632 * gdb.base/varargs.exp: PR gdb/12790 is now fixed.
4633
afdb064f
MK
46342012-10-25 Mark Kettenis <kettenis@gnu.org>
4635
4636 * gdb.base/varargs.exp: PR gdb/12776 is now fixed.
4637
d99dcf51
JB
46382012-10-24 Joel Brobecker <brobecker@adacore.com>
4639
4640 * gdb.ada/set_wstr: New testcase.
4641
32560274
JB
46422012-10-24 Joel Brobecker <brobecker@adacore.com>
4643
4644 * gdb.base/ldbl_e308.c, gdb.base/ldbl_e308.exp: New files.
4645
5ded5331
JB
46462012-10-24 Joel Brobecker <brobecker@adacore.com>
4647
4648 * gdb.ada/unc_arr_ptr_in_var_rec: New testcase.
4649
d8d84291
MK
46502012-10-24 Mark Kettenis <kettenis@gnu.org>
4651
4652 * gdb.base/callfuncs.exp: PR gdb/12783 is now fixed.
4653
6e933c51
JK
46542012-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4655
4656 * gdb.base/callfuncs.exp (do_function_calls): Fix
4657 setup_kfail_for_target for -m32 mode.
4658
274bd000
MK
46592012-10-23 Mark Kettenis <kettenis@gnu.org>
4660
4661 * gdb.base/callfuncs.exp: PR gdb/12796, gdb/12798 and gdb/12800
4662 are now fixed.
4663
545f743d
YQ
46642012-10-23 Yao Qi <yao@codesourcery.com>
4665
4666 * gdb.base/info-os.exp: Resume the inferior until it exits.
4667
48b56b6a 46682012-10-18 Yufeng Zhang <yufeng.zhang@arm.com>
4669
99c7d5a8 4670 * gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.
4671 * gdb.base/print-file-var.exp: Likewise.
4672 * gdb.base/type-opaque.exp: Likewise.
48b56b6a 4673
8de0566d
YQ
46742012-10-17 Yao Qi <yao@codesourcery.com>
4675
4676 * gdb.mi/mi-memory-changed.exp: New.
4677
44883546
YQ
46782012-10-16 Yao Qi <yao@codesourcery.com>
4679
4680 * gdb.reverse/solib-precsave.exp: Skip if skip_shlib_test
4681 returns true.
4682 Call gdb_load_shlibs.
4683 * gdb.reverse/solib-reverse.exp: Likewise.
4684
345f514a
KS
46852012-10-15 Keith Seitz <keiths@redhat.com>
4686
4687 * lib/cp-support.exp (cp_test_ptype_class): Add support
4688 for class typedefs.
4689
4690 * gdb.cp/derivation.exp: Add tests for g_instance.
4691
9e3a7d65
JK
46922012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4693
4694 Fix entry values resolving in inlined frames.
4695 * gdb.arch/amd64-entry-value-inline.S: New file.
4696 * gdb.arch/amd64-entry-value-inline.c: New file.
4697 * gdb.arch/amd64-entry-value-inline.exp: New file.
4698
21a7b089
JK
46992012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4700 Doug Evans <dje@google.com>
4701
4702 Fix recent gdb_breakpoint regression.
4703 * gdb.java/jmisc.exp: gdb_breakpoint for $function - remove curly
4704 braces from the parameter.
4705 * gdb.java/jprint.exp: Likewise.
4706
2c47921e
DE
47072012-10-15 Doug Evans <dje@google.com>
4708
4709 * lib/gdb.exp (runto): Fix call to gdb_breakpoint.
4710
89398707
JB
47112012-10-15 Yufeng Zhang <yufeng.zhang@arm.com>
4712
4713 * gdb.dwarf2/dw2-icc-opaque.S: Remove '#'.
4714
801e4185
TT
47152012-10-15 Tom Tromey <tromey@redhat.com>
4716
4717 * gdb.python/py-symtab.exp: Test sal and symtab destructors.
4718
74f910c8
TT
47192012-10-15 Tom Tromey <tromey@redhat.com>
4720
4721 * gdb.python/py-symbol.exp: Test symbol destructor.
4722
91567807
YQ
47232012-10-14 Yao Qi <yao@codesourcery.com>
4724
4725 * gdb.mi/mi2-cli.exp: Move to mi-cli.exp.
4726 * gdb.mi/mi-cli.exp: New.
4727
4728 * gdb.mi/mi2-basics.exp: Remove.
4729 * gdb.mi/mi2-break.exp: Remove.
4730 * gdb.mi/mi2-console.exp: Remove.
4731 * gdb.mi/mi2-disassemble.exp: Remove.
4732 * gdb.mi/mi2-eval.exp: Remove.
4733 * gdb.mi/mi2-file.exp: Remove.
4734 * gdb.mi/mi2-hack-cli.exp: Remove.
4735 * gdb.mi/mi2-pthreads.exp: Remove.
4736 * gdb.mi/mi2-read-memory.exp: Remove.
4737 * gdb.mi/mi2-regs.exp: Remove.
4738 * gdb.mi/mi2-return.exp: Remove.
4739 * gdb.mi/mi2-simplerun.exp: Remove.
4740 * gdb.mi/mi2-stack.exp: Remove.
4741 * gdb.mi/mi2-stepi.exp: Remove.
4742 * gdb.mi/mi2-syn-frame.exp: Remove.
4743 * gdb.mi/mi2-until.exp: Remove.
4744 * gdb.mi/mi2-watch.exp: Remove.
4745 * gdb.mi/mi2-var-block.exp: Remove.
4746 * gdb.mi/mi2-var-cmd.exp: Remove.
4747 * gdb.mi/mi2-var-display.exp: Remove.
4748
87332029
YQ
47492012-10-12 Yao Qi <yao@codesourcery.com>
4750
4751 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved): Remove
4752 trail '.*' on matching patterns.
4753
11fc9057
L
47542012-10-11 H.J. Lu <hongjiu.lu@intel.com>
4755
4756 * gdb.arch/i386-bp_permanent.exp: Skip if not is_x86_like_target.
4757 * gdb.arch/i386-cfi-notcurrent.exp: Likewise.
4758 * gdb.arch/i386-disp-step.exp: Likewise.
4759 * gdb.arch/i386-gnu-cfi.exp: Likewise.
4760 * gdb.arch/i386-prologue.exp: Likewise.
4761 * gdb.arch/i386-size-overlap.exp: Likewise.
4762 * gdb.arch/i386-size.exp: Likewise.
4763 * gdb.arch/i386-unwind.exp: Likewise.
4764
7d46bcdc
L
47652012-10-11 H.J. Lu <hongjiu.lu@intel.com>
4766
4767 * gdb.arch/i386-byte.exp: Remove is_ilp32_target check.
4768 * gdb.arch/i386-word.exp: Likewise.
4769
31224d9d
L
47702012-10-11 H.J. Lu <hongjiu.lu@intel.com>
4771
4772 * gdb.arch/i386-avx.exp: Check is_amd64_regs_target instead of
4773 is_ilp32_target to set nr_regs.
4774 * gdb.arch/i386-sse.exp: Likewise.
4775
5b7d0050
DE
47762012-10-11 Doug Evans <dje@google.com>
4777
7c09e5a0
DE
4778 PR breakpoints/14643.
4779 * gdb.linespec/ls-errs.exp: Change tests of "b if|task|thread".
4780 * gdb.linespec/thread.c: New file.
4781 * gdb.linespec/thread.exp: New file.
4782
5b7d0050
DE
4783 * lib/gdb.exp (gdb_breakpoint): Fix varargs scan.
4784 Recognize "message" -> print pass and fail. Add eof case.
4785 (runto): Recognize message, no-message. Print pass/fail if requested,
4786 with same treatment as gdb_breakpoint.
4787 (runto_main): Pass no-message to runto.
4788 (gdb_internal_error_resync): Add log message.
4789 (gdb_file_cmd): Tweak internal error fail text for consistency.
4790
2e24f4aa
JK
47912012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4792
4793 Fix crash during stepping on ppc32.
4794 * gdb.base/step-symless.c: New file.
4795 * gdb.base/step-symless.exp: New file.
4796
aa14df25
DE
47972012-10-03 Doug Evans <dje@google.com>
4798
4799 PR symtab/14601
4800 * gdb.cp/using-crash.exp: New file.
4801 * gdb.cp/using-crash.cc: New file.
4802
975531db
DE
48032012-10-02 Doug Evans <dje@google.com>
4804
4805 * lib/gdb.exp (gdb_unload): Change wording of perror text to be
4806 more consistent.
4807 (runto,gdb_debug_format): Ditto.
4808 (gdb_file_cmd): Watch for eof in nested gdb_expect.
4809 Clean up logging and error messages.
4810
b3dc46ff
AB
48112012-10-01 Andrew Burgess <aburgess@broadcom.com>
4812
4813 Test find command on unmapped memory.
4814 * gdb.base/find-unmapped.c: New file.
4815 * gdb.base/find-unmapped.exp: New file.
4816
45814d45
YQ
48172012-09-29 Yao Qi <yao@codesourcery.com>
4818
4819 * gdb.trace/mi-tracepoint-changed.exp: New.
4820 * gdb.mi/mi-breakpoint-changed.exp: New.
4821 * gdb.mi/pending.c, gdb.mi/pendshr1.c: New
4822 * gdb.mi/pendshr2.c: New.
4823
4c2786ba
YQ
48242012-09-28 Yao Qi <yao@codesourcery.com>
4825
4826 * gdb.mi/pr11022.exp: New.
4827 * gdb.mi/pr11022.c: New. Copied from gdb.base/.
4828
7977e5d2
TT
48292012-09-27 Tom Tromey <tromey@redhat.com>
4830
4831 * gdb.cp/derivation.exp: Add regression test.
4832 * gdb.cp/derivation.cc (class V_base, class V_inter, class
4833 V_derived): New.
4834 (vderived): New global.
4835
0971de02
TT
48362012-09-26 Tom Tromey <tromey@redhat.com>
4837
4838 * gdb.dwarf2/dw2-common-block.S: New file.
4839 * gdb.dwarf2/dw2-common-block.exp: New file.
4840
4357ac6c
TT
48412012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4842
4843 * gdb.fortran/common-block.exp: New file.
4844 * gdb.fortran/common-block.f90: New file.
4845
6f380991
AB
48462012-09-26 Andrew Burgess <aburgess@broadcom.com>
4847
4848 * gdb.base/duplicate-bp.c: New file.
4849 * gdb.base/duplicate-bp.exp: New file.
4850
8ae551cf
YQ
48512012-09-26 Yao Qi <yao@codesourcery.com>
4852
4853 * gdb.mi/mi2-cli.exp: Avoid line number in test summary.
4854
4855 Revert:
4856 2012-09-21 Yao Qi <yao@codesourcery.com>
4857
4858 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
4859
318102b9
SP
48602012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
4861
4862 * gdb.base/longest-types.c: New test case.
4863 * gdb.base/longest-types.exp: New test case.
4864
a1e5fd69
YQ
48652012-09-25 Yao Qi <yao@codesourcery.com>
4866
4867 * gdb.mi/mi2-cli.exp: Check breakpoint notification.
4868
04e7407c
JK
48692012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4870
4871 Fix internal error on canonicalization of clang types.
4872 * gdb.dwarf2/dw2-canonicalize-type.S: New file.
4873 * gdb.dwarf2/dw2-canonicalize-type.exp: New file.
4874 * lib/gdb.exp (gdb_file_cmd): Catch also GDB internal error.
4875
9bf4bce9
JK
48762012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4877
4878 Fix disassemble without parameters in tailcall frame.
4879 * gdb.arch/amd64-entry-value.exp (down, disassemble): New tests.
4880
2603f7ee
AB
48812012-09-21 Andrew Burgess <aburgess@broadcom.com>
4882
4883 * gdb.dwarf2/dw2-op-out-param.S: New file.
4884 * gdb.dwarf2/dw2-op-out-param.exp: New file.
4885
a3569abd
YQ
48862012-09-21 Yao Qi <yao@codesourcery.com>
4887
4888 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
4889
a065d7af
YQ
48902012-09-21 Yao Qi <yao@codesourcery.com>
4891
4892 * gdb.mi/mi-cli.exp: Remove.
4893 * gdb.mi/mi2-cli.exp: Merged from mi-cli.exp.
4894
15544bd9
YQ
48952012-09-21 Yao Qi <yao@codesourcery.com>
4896
4897 * gdb.mi/mi-reverse.exp: Fix the typo in expected output of
4898 "=record-started" notification.
4899
82a90ccf
YQ
49002012-09-21 Yao Qi <yao@codesourcery.com>
4901
4902 * gdb.mi/mi-record-changed.exp: New.
4903 * gdb.mi/mi-reverse.exp: Adjust expected output.
4904
d7de8e3c
TT
49052012-09-20 Tom Tromey <tromey@redhat.com>
4906
4907 * gdb.python/python.exp: Test atexit.register.
4908
1aa99537
DE
49092012-09-20 Doug Evans <dje@google.com>
4910
05eade73
DE
4911 * boards/dwarf4-gdb-index.exp: New file.
4912
1aa99537
DE
4913 * gdb.base/callfuncs.exp (do_function_calls): Set unwindonsignal to on
4914 while running the tests.
4915
4ae24af0
JB
49162012-09-18 Joel Brobecker <brobecker@adacore.com>
4917
4918 * gdb.ada/bp_reset: New testcase.
4919
bb25a15c
YQ
49202012-09-18 Yao Qi <yao@codesourcery.com>
4921
4922 * gdb.trace/mi-tsv-changed.exp: New.
4923
201b4506
YQ
49242012-09-18 Yao Qi <yao@codesourcery.com>
4925
4926 * gdb.trace/mi-traceframe-changed.exp: New.
4927
6fc1c773
YQ
49282012-09-17 Yao Qi <yao@codesourcery.com>
4929
4930 * gdb.base/list.exp (set_listsize): Don't set arg to "unlimited"
4931 when it is less than 0.
4932
1ab3b62c
JK
49332012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4934
4935 PR 14119
4936 * gdb.arch/amd64-tailcall-ret.S: New file.
4937 * gdb.arch/amd64-tailcall-ret.c: New file.
4938 * gdb.arch/amd64-tailcall-ret.exp: New file.
4939 * gdb.reverse/amd64-tailcall-reverse.S: New file.
4940 * gdb.reverse/amd64-tailcall-reverse.c: New file.
4941 * gdb.reverse/amd64-tailcall-reverse.exp: New file.
4942
acf9414f
JK
49432012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4944
4945 PR 14548
4946 * gdb.reverse/singlejmp-reverse-nodebug.S: New file.
4947 * gdb.reverse/singlejmp-reverse-nodebug.c: New file.
4948 * gdb.reverse/singlejmp-reverse.S: New file.
4949 * gdb.reverse/singlejmp-reverse.c: New file.
4950 * gdb.reverse/singlejmp-reverse.exp: New file.
4951
666b578b
JK
49522012-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4953
4954 Fix compatibility with old GCC (~4.1).
4955 * gdb.cp/converts.cc (my_enum_var): New variable.
4956
42056501
AB
49572012-09-14 Andrew Burgess <aburgess@broadcom.com>
4958
4959 * gdb.xml/tdesc-regs.exp: Update expected output for new
4960 vector_size syntax of vector types.
4961
b9516fa1
YPK
49622012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
4963
4964 Refactor Python "gdb" module into a proper Python package, by
4965 introducing a new "_gdb" module for code implemented in C, and
4966 using reload/__import__ instead of exec.
4967 * gdb.python/python.exp (Test stderr location): Update module
4968 location of GDB-specific sys.stderr.
4969 (Test stdout location): Ditto for sys.stdout.
4970
18dc9ad8
JK
49712012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4972
4973 * gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu.
4974
ea3a9873
KS
49752012-09-12 Keith Seitz <keiths@redhat.com>
4976
4977 * gdb.cp/converts.cc (main): Comment out the pointer to boolean
4978 conversion statement.
4979
5941debb
DE
49802012-09-12 Doug Evans <dje@google.com>
4981
4982 * gdb.base/help.exp: Remove testing of individual command help text,
4983 too much of a maintenance burden. Instead, test the functionality
4984 of "help" itself.
4985
cfc35e02
DE
49862012-09-11 Doug Evans <dje@google.com>
4987
3a0ed5d7
DE
4988 * gdb.cp/mb-inline.exp: Do "info break" after setting multi-location
4989 breakpoint.
4990
cfc35e02
DE
4991 * gdb.dwarf2/fission-base.S: Include gdb.dwarf2/ in dwo_name.
4992 * gdb.dwarf2/fission-reread.S: Ditto.
4993 * gdb.dwarf2/fission-base.exp: Remove setting of debug-file-directory.
4994 * gdb.dwarf2/fission-reread.exp: Ditto.
4995
350b1b26
AB
49962012-09-11 Andrew Burgess <aburgess@broadcom.com>
4997
4998 * gdb.base/ptype.exp: Test ptype on a pointer to a typedef.
4999
2fa15f23
JB
50002012-09-10 Joel Brobecker <brobecker@adacore.com>
5001
5002 * gdb.ada/optim_drec: New testcase.
5003
09be558e
DE
50042012-09-10 Doug Evans <dje@google.com>
5005
5006 * boards/fission.exp: Explicitly mark "board" as not remote.
5007
5b4f6e25
KS
50082012-09-10 Keith Seitz <keiths@redhat.com>
5009
5010 PR gdb/13483
5011 * gdb.cp/converts.cc (A::A): Add ctor.
5012 (A::member_): Add member.
5013 (enum my_enum): New enumeration.
5014 (main): Add calls to foo1_7 with various
5015 permitted arguments.
5016 * gdb.cp/converts.exp: Add tests for boolean
5017 conversions permitted by the standard.
5018
b4ca5ed9
YPK
50192012-09-08 Khoo Yit Phang <khooyp@cs.umd.edu>
5020
5021 Replace -nw option with $INTERNAL_GDBFLAGS in "xgdb" tests to
5022 avoid spurious results due to ~/.gdbinit.
5023 * gdb.gdb/complaint.exp (setup_test): Replace -nw option with
5024 $INTERNAL_GDBFLAGS in run command.
5025 * gdb.gdb/observer.exp (setup_test): Ditto.
5026 * gdb.gdb/selftest.exp (test_with_self): Ditto.
5027 * gdb.gdb/xfullpath.exp (setup_test): Ditto.
5028
d54b30bb
DE
50292012-09-06 Doug Evans <dje@google.com>
5030
14910956
DE
5031 * boards/fission.exp: New file.
5032
d54b30bb
DE
5033 * gdb.python/py-value.exp: Use clean_restart.
5034
91b253e1
DE
50352012-09-05 Doug Evans <dje@google.com>
5036
5037 * gdb.base/info-macros.c: Fix whitespace.
5038
1292279a
PA
50392012-08-28 Pedro Alves <palves@redhat.com>
5040
5041 PR gdb/14428
5042
5043 * gdb.base/pc-fp.exp: Adjust expected output of 'info registers pc fp'.
5044
1c8cdcb1
JK
50452012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5046
5047 * gdb.base/break-caller-line.c: New file.
5048 * gdb.base/break-caller-line.exp: New file.
5049
1e8e8b51
JK
50502012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5051
5052 * gdb.ada/rdv_wait.exp (set debug-file-directory): New command.
5053 * gdb.arch/i386-cfi-notcurrent.S: New file.
5054 * gdb.arch/i386-cfi-notcurrent.exp: New file.
5055
1591a1e8
PA
50562012-08-27 Wei-cheng Wang <cole945@gmail.com>
5057 Yao Qi <yao@codesourcery.com>
5058 Pedro Alves <palves@redhat.com>
5059
5060 * gdb.base/memattr.exp (delete_memory, region_pass, region_fail):
5061 New procedures.
5062 (top level): Add overlap checking tests.
5063
4442ada7
TT
50642012-08-24 Tom Tromey <tromey@redhat.com>
5065
5066 * lib/gdb.exp (skip_unwinder_tests): Don't leave 'ok' set if
5067 gdb_test_multiple fails for other reasons.
5068
e7d50cc9
YQ
50692012-08-24 Yao Qi <yao@codesourcery.com>
5070
5071 * lib/gdb.exp (skip_unwinder_tests): Remove pass.
5072
dfbd5e7b
PA
50732012-08-23 Pedro Alves <palves@redhat.com>
5074
5075 * gdb.base/help.exp: Adjust to "handle" help text change.
5076
8d735b87
YQ
50772012-08-23 Yao Qi <yao@codesourcery.com>
5078
5079 * gdb.trace/disconnected-tracing.c (start, end): New.
5080 (main): Call start and end.
5081 * gdb.trace/disconnected-tracing.exp (disconnected_tracing): Move
5082 existing tests into this proc.
5083 (disconnected_tfind): New.
5084
61b1d759
YQ
50852012-08-23 Yao Qi <yao@codesourcery.com>
5086
5087 * boards/native-gdbserver.exp (${board}_upload): New.
5088 * boards/native-stdio-gdbserver.exp (${board}_upload): New.
5089 * gdb.trace/tfile.exp: Don't check 'gdb,nofileio'.
5090 Execute tfile on remote target.
5091 Copy trace file from target to host.
5092
6ca1b147
JM
50932012-08-22 Joseph Myers <joseph@codesourcery.com>
5094
5095 * gdb.arch/thumb-bx-pc.S: New file.
5096 * gdb.arch/thumb-bx-pc.exp: New file.
5097
706e3705
TT
50982012-08-22 Tom Tromey <tromey@redhat.com>
5099
5100 * gdb.base/maint.exp: Update.
5101
b4893d48
TT
51022012-08-22 Tom Tromey <tromey@redhat.com>
5103
5104 * lib/gdb.exp (skip_unwinder_tests): New proc.
5105 * gdb.cp/nextoverthrow.exp: Use skip_unwinder_tests.
5106 * gdb.java/jnpe.exp: Use skip_unwinder_tests.
5107
45b7da81
TT
51082012-08-21 Tom Tromey <tromey@redhat.com>
5109
5110 * gdb.hp/gdb.aCC/exception.exp: Remove.
5111
f94363d7
AP
5112012-08-19 Andrew Pinski <apinski@cavium.com>
5113
5114 * gdb.arch/mips-octeon-bbit.c: New file.
5115 * gdb.arch/mips-octeon-bbit.exp: New Test.
5116
e5afdbd7
KS
5117012-08-19 Keith Seitz <keiths@redhat.com>
5118
5119 PR c++/14365
5120 * gdb.dwarf2/dw2-anon-mptr.exp: New file.
5121 * gdb.dwarf2/dw2-anon-mptr.S: New file.
5122
c29e8b64
JK
51232012-08-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5124
5125 * gdb.base/solib-corrupted.exp (make solibs looping): Replace
5126 verbose -log by more specific untested call.
5127
15a7e7bc
YQ
51282012-08-18 Yao Qi <yao@codesourcery.com>
5129
5130 * gdb.trace/tfind.exp: Move tests on various command help before
5131 checking target supports trace.
5132 Fix the expected output of 'help tfind end'.
5133
a451cb65
KS
51342012-08-17 Keith Seitz <keiths@redhat.com>
5135
5136 PR c++/13356
5137 * gdb.base/default.exp: Update all "check type" tests.
5138 * gdb.base/help.exp: Likewise.
5139 * gdb.base/setshow.exp: Likewise.
5140 * gdb.cp/converts.cc (foo1_type_check): New function.
5141 (foo2_type_check): New function.
5142 (foo3_type_check): New function.
5143 (main): Call new functions.
5144 * converts.exp: Add tests for integer-to-pointer conversions
5145 with/without strict type-checking.
5146
dbf6a605
MF
51472012-08-16 Mike Frysinger <vapier@gentoo.org>
5148
5149 * gdb.base/help.exp: Update expected output.
5150
0c92d8c1
JB
51512012-08-16 Joel Brobecker <brobecker@adacore.com>
5152
5153 * gdb.ada/rdv_wait: New testcase.
5154
e56f7f42
JK
51552012-08-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5156
5157 * gdb.base/attach-twice.exp: Remove excessive ps exec.
5158
f47f77df
DE
51592012-08-13 Doug Evans <dje@google.com>
5160
e202d6e8 5161 * gdb.base/help.exp: Update expected output.
f47f77df
DE
5162 * gdb.base/default.exp: Update expected output of "show convenience".
5163
a72c3253
DE
51642012-08-10 Doug Evans <dje@google.com>
5165
5166 * gdb.python/py-strfns.c: New file.
5167 * gdb.python/py-strfns.exp: New file.
5168 * gdb.python/py-type.exp (test_fields): Add vector tests.
5169
de0bea00
MF
51702012-08-10 Mike Frysinger <vapier@gentoo.org>
5171
5172 PR cli/10436:
5173 * gdb.base/completion.exp: Add tests for handle completion.
5174
5b9afe8a
YQ
51752012-08-09 Yao Qi <yao@codesourcery.com>
5176
5177 * gdb.mi/mi-cmd-param-changed.exp: New.
5178 * gdb.mi/mi-cli.exp: Update for MI notification "=cmd-param-changed".
5179 * gdb.mi/mi-var-rtti.exp, gdb.mi/mi2-cli.exp: Likewise.
5180 * gdb.mi/mi2-prompt.exp: Likewise.
5181
4f485ebc
DE
51822012-08-08 Doug Evans <dje@google.com>
5183
5184 * gdb.base/debug-expr.c: New file.
5185 * gdb.base/debug-expr.exp: New file.
5186 * gdb.base/exprs.exp: Test {type} casts.
5187 * gdb.cp/debug-expr.exp: New file.
5188
5888842d
JK
51892012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5190
5191 * gdb.base/valgrind-infcall.exp (continue #$continue_count): Use
5192 global variable loop, not a 'break'. Add loop count limit to 100.
5193 Add new fail case for terminated vgdb.
5194
4f69f4c2
JK
51952012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5196 Jean-Marc Saffroy <saffroy@gmail.com>
5197
5198 PR 11804
5199 * gdb.base/gcore-relro.exp: New file.
5200 * gdb.base/gcore-relro-main.c: New file.
5201 * gdb.base/gcore-relro-lib.c: New file.
5202
e2de5390
JK
52032012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5204
5205 Do not false FAIL with old GCCs.
5206 * gdb.base/watchpoint.exp (self-delete local watch) <$no_hw>: XFAIL for
5207 GCC < 4.5 in $no_hw mode.
5208
606603c5
JK
52092012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5210
5211 * gdb.base/default.exp (cd): Accept new directory with no arguments.
5212
777f26c2
JK
52132012-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5214
5215 * gdb.base/list.exp (test_only_end): New function.
5216 Call it.
5217
2c12abee
TT
52182012-08-06 Tom Tromey <tromey@redhat.com>
5219
5220 * gdb.python/py-mi.exp: Add test for printer whose children
5221 are a list.
5222 * gdb.python/py-prettyprint.c (struct children_as_list): New.
5223 (main): New variable children_as_list.
5224 * gdb.python/py-prettyprint.py (class pp_children_as_list):
5225 New.
5226 (register_pretty_printers): Register new printer.
5227
0eae2cf4
EBM
52282012-08-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
5229
5230 * gdb.base/valgrind-infcall.exp: Expect leading `.' on ppc64's
5231 symbols. Abort if vgdb remote connection is closed.
5232
09e0881d
DE
52332012-08-02 Doug Evans <dje@google.com>
5234
5235 * gdb.base/info-fun.exp: Fix failures on m68k, ppc64, s390x.
5236
b40f514f
SDJ
52372012-08-02 Sergio Durigan Junior <sergiodj@redhat.com>
5238
5239 * gdb.base/pc-fp.exp: Adjust testcase to match different outputs from
5240 s390x, PowerPC 64 and m68k-linux.
5241
11315ae0
UW
52422012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
5243
5244 * gdb.base/annota1.exp: Accept no frames-invalid notification
5245 when starting up the program.
5246 * gdb.python/py-value.exp (test_value_numeric_ops): Pointers may
5247 show a symbolic value as well.
5248 * gdb.server/server-exec-info.exp: Skip test when skipping
5249 gdbserver test and/or when skipping shared library tests.
5250 * gdb.threads/linux-dp.exp: Unset "seen" when done with it to
5251 avoid name conflicts with other tests.
5252
0547eeed
UW
52532012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
5254
5255 * gdb.dwarf2/dw2-icc-opaque.S: Remove .align directives.
5256 Fix wrong output on big-endian systems.
5257 * gdb.dwarf2/dw2-icc-opaque.exp: Expect @mode32 attribute on
5258 4-byte pointer types on 64-bit s390x.
5259
bdddb4de
UW
52602012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
5261
5262 * gdb.base/watchpoint.c (func2): Initialize local_a. Add
5263 marker comment at the beginning (after intialization).
5264 * gdb.base/watchpoint.exp (test_complex_watchpoint): Set func2
5265 breakpoint on marker comment instead of function begin.
5266 (test_wide_location_1): Do not expect HW watchpoints on 32-bit
5267 PowerPC.
5268 (test_wide_location_2): Do not expect HW watchpoints on 32-bit
5269 or 64-bit PowerPC.
5270 (do_tests): Consistently set can-use-hw-watchpoints to 0 if
5271 gdb,no_hardware_watchpoints flag is set.
5272 (initialize): Remove now redundant can-use-hw-watchpoints change.
5273
5d206025
YQ
52742012-08-02 Yao Qi <yao@codesourcery.com>
5275 Pedro Alves <palves@redhat.com>
5276
5277 * boards/local-remote-host.exp: New.
5278
4f665099
UW
52792012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
5280
5281 * gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs.
5282 * gdb.base/ctxobj.exp: Call gdb_load_shlibs.
5283 * gdb.base/print-file-var.exp: Likewise.
5284 * gdb.server/solib-list.exp: Skip on remote targets.
5285
b62e2b27
UW
52862012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
5287
5288 * gdb.base/watchpoint.exp (test_wide_location_1): Expect software
5289 watchpoints on ARM. When expecting software watchpoints, tolerate
5290 (remote) targets that report unsupported hardware watchpoint only
5291 at continue time.
5292 (test_wide_location_2): Likewise.
5293
a967a851
JK
52942012-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5295
5296 * gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
5297 valgrind versions.
5298
75d9f9ff 52992012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
a14dd77e
JK
5300
5301 * gdb.base/valgrind-infcall.c: New file.
5302 * gdb.base/valgrind-infcall.exp: New file.
5303
75d9f9ff
JK
5304 * gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
5305
1c9f2ed2
KS
53062012-07-30 Keith Seitz <keiths@redhat.com>
5307
5308 * gdb.linespec/ls-errs.exp: Check some quote-enclosed
5309 linespecs.
5310
7f9b2034
DE
53112012-07-30 Doug Evans <dje@google.com>
5312
85220e01
DE
5313 * gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
5314 * gdb.dwarf2/pr13961.S: Ditto.
5315
7f9b2034
DE
5316 * gdb.dwarf2/dw4-sig-types.exp: Fix typo.
5317
4e969b4f
AB
53182012-07-30 Andrew Burgess <aburgess@broadcom.com>
5319
5320 * gdb.mi/mi-var-invalidate.exp: Create a floating variable and
5321 change its format immediately after reloading the binary.
5322
e7de8362
JK
53232012-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5324
5325 Fix testsuite regression after --use-deprecated-index-sections removal.
5326 * gdb.base/annota1.exp (run until main breakpoint): Update the expect
5327 string.
5328 * gdb.base/async-shell.exp (gdbindex_warning_re): Likewise.
5329
7255706c
YQ
53302012-07-27 Yao Qi <yao@codesourcery.com>
5331
5332 KFAIL for PR remote/14161.
5333 * gdb.trace/strace.exp (strace_remove_socket): kfail for native.
5334 Cleanup socket files.
5335 (strace_info_marker): Detach inferior.
5336
f2e8016f
TT
53372012-07-26 Tom Tromey <tromey@redhat.com>
5338
6fdff2c5 5339 * gdb.objc/print.exp (test_float_accepted): Remove kfails.
f2e8016f 5340
f66713d2
JK
53412012-07-26 Markus Metzger <markus.t.metzger@intel.com>
5342
5343 * gdb.python/py-inferior.c (thread): New function.
5344 (check_threads): New function.
5345 (test_threads): New function.
5346 * gdb.python/py-inferior.exp: Added test.
5347 Replaced runto with continue to breakpoint.
5348
8223e12c
TT
53492012-07-26 Tom Tromey <tromey@redhat.com>
5350
5351 * lib/ada.exp (standard_ada_testfile): New proc.
5352 * gdb.ada/aliased_array.exp: Use standard_ada_testfile.
5353 * gdb.ada/array_bounds.exp: Use standard_ada_testfile.
5354 * gdb.ada/array_return.exp: Use standard_ada_testfile.
5355 * gdb.ada/array_subscript_addr.exp: Use standard_ada_testfile.
5356 * gdb.ada/arrayidx.exp: Use standard_ada_testfile.
5357 * gdb.ada/arrayparam.exp: Use standard_ada_testfile.
5358 * gdb.ada/arrayptr.exp: Use standard_ada_testfile.
5359 * gdb.ada/atomic_enum.exp: Use standard_ada_testfile.
5360 * gdb.ada/bad-task-bp-keyword.exp: Use standard_ada_testfile.
5361 * gdb.ada/bp_enum_homonym.exp: Use standard_ada_testfile.
5362 * gdb.ada/bp_on_var.exp: Use standard_ada_testfile.
5363 * gdb.ada/bp_range_type.exp: Use standard_ada_testfile.
5364 * gdb.ada/call_pn.exp: Use standard_ada_testfile.
5365 * gdb.ada/catch_ex.exp: Use standard_ada_testfile.
5366 * gdb.ada/char_enum.exp: Use standard_ada_testfile.
5367 * gdb.ada/char_param.exp: Use standard_ada_testfile.
5368 * gdb.ada/complete.exp: Use standard_ada_testfile.
5369 * gdb.ada/cond_lang.exp: Use standard_ada_testfile,
5370 standard_output_file.
5371 * gdb.ada/dyn_loc.exp: Use standard_ada_testfile.
5372 * gdb.ada/enum_idx_packed.exp: Use standard_ada_testfile.
5373 * gdb.ada/exec_changed.exp: Use standard_ada_testfile,
5374 standard_output_file.
5375 * gdb.ada/exprs.exp: Use standard_ada_testfile.
5376 * gdb.ada/fixed_cmp.exp: Use standard_ada_testfile.
5377 * gdb.ada/fixed_points.exp: Use standard_ada_testfile.
5378 * gdb.ada/formatted_ref.exp: Use standard_ada_testfile.
5379 * gdb.ada/frame_args.exp: Use standard_ada_testfile.
5380 * gdb.ada/fullname_bp.exp: Use standard_ada_testfile.
5381 * gdb.ada/fun_addr.exp: Use standard_ada_testfile.
5382 * gdb.ada/fun_in_declare.exp: Use standard_ada_testfile.
5383 * gdb.ada/funcall_param.exp: Use standard_ada_testfile.
5384 * gdb.ada/homonym.exp: Use standard_ada_testfile.
5385 * gdb.ada/info_locals_renaming.exp: Use standard_ada_testfile.
5386 * gdb.ada/int_deref.exp: Use standard_ada_testfile.
5387 * gdb.ada/interface.exp: Use standard_ada_testfile.
5388 * gdb.ada/lang_switch.exp: Use standard_ada_testfile,
5389 standard_output_file
5390 * gdb.ada/mi_catch_ex.exp: Use standard_ada_testfile.
5391 * gdb.ada/mi_task_arg.exp: Use standard_ada_testfile.
5392 * gdb.ada/mi_task_info.exp: Use standard_ada_testfile.
5393 * gdb.ada/mod_from_name.exp: Use standard_ada_testfile.
5394 * gdb.ada/nested.exp: Use standard_ada_testfile.
5395 * gdb.ada/null_array.exp: Use standard_ada_testfile.
5396 * gdb.ada/null_record.exp: Use standard_ada_testfile.
5397 * gdb.ada/operator_bp.exp: Use standard_ada_testfile.
5398 * gdb.ada/packed_array.exp: Use standard_ada_testfile.
5399 * gdb.ada/packed_tagged.exp: Use standard_ada_testfile.
5400 * gdb.ada/print_chars.exp: Use standard_ada_testfile.
5401 * gdb.ada/print_pc.exp: Use standard_ada_testfile.
5402 * gdb.ada/ptr_typedef.exp: Use standard_ada_testfile.
5403 * gdb.ada/ptype_field.exp: Use standard_ada_testfile.
5404 * gdb.ada/ptype_tagged_param.exp: Use standard_ada_testfile.
5405 * gdb.ada/rec_return.exp: Use standard_ada_testfile.
5406 * gdb.ada/ref_param.exp: Use standard_ada_testfile.
5407 * gdb.ada/ref_tick_size.exp: Use standard_ada_testfile.
5408 * gdb.ada/same_enum.exp: Use standard_ada_testfile.
5409 * gdb.ada/set_pckd_arr_elt.exp: Use standard_ada_testfile.
5410 * gdb.ada/small_reg_param.exp: Use standard_ada_testfile.
5411 * gdb.ada/start.exp: Use standard_ada_testfile.
5412 * gdb.ada/str_ref_cmp.exp: Use standard_ada_testfile.
5413 * gdb.ada/sym_print_name.exp: Use standard_ada_testfile.
5414 * gdb.ada/taft_type.exp: Use standard_ada_testfile.
5415 * gdb.ada/tagged.exp: Use standard_ada_testfile.
5416 * gdb.ada/tagged_not_init.exp: Use standard_ada_testfile.
5417 * gdb.ada/task_bp.exp: Use standard_ada_testfile.
5418 * gdb.ada/tasks.exp: Use standard_ada_testfile.
5419 * gdb.ada/tick_last_segv.exp: Use standard_ada_testfile.
5420 * gdb.ada/type_coercion.exp: Use standard_ada_testfile.
5421 * gdb.ada/uninitialized_vars.exp: Use standard_ada_testfile.
5422 * gdb.ada/variant_record_packed_array.exp: Use standard_ada_testfile.
5423 * gdb.ada/watch_arg.exp: Use standard_ada_testfile.
5424 * gdb.ada/whatis_array_val.exp: Use standard_ada_testfile.
5425 * gdb.ada/widewide.exp: Use standard_ada_testfile.
5426
bbec57e4
JK
54272012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5428
5429 Fix testsuite regression after --use-deprecated-index-sections removal.
5430 * lib/mi-support.exp (gdbindex_warning_re): Update the expect string.
5431
9cc8e32c
JK
54322012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5433
5434 Fix compatibility with Tcl before 7.5.
5435 * lib/future.exp (lreverse): New function if it does not exist.
5436
ea5ca7b5
MK
54372012-07-25 Marc Khouzam <marc.khouzam@ericsson.com>
5438
5439 * gdb.mi/mi-pending.c: New method to set a second pending
5440 breakpoint.
5441 * gdb.mi/mi-pending.exp: Set a pending breakpoint with a
5442 condition.
5443
64776a0b
PA
54442012-07-20 Pedro Alves <palves@redhat.com>
5445
5446 PR threads/11692
5447 PR gdb/12203
5448
5449 * gdb.threads/create-fail.c: New file.
5450 * gdb.threads/create-fail.exp: New file.
5451
13e4e967
PA
54522012-07-19 Pedro Alves <palves@redhat.com>
5453
5454 * config/monitor.exp (gdb_load): Remove redundant ';' in for loop.
5455 * config/vx.exp (gdb_start): Likewise.
5456 * gdb.base/printcmds.exp (test_print_repeats_10): Likewise.
5457 * gdb.base/setvar.exp (test_set): Likewise.
5458 * gdb.base/sigall.exp: Use foreach+lrange instead of for+continue.
5459 * gdb.reverse/sigall-precsave.exp: Likewise.
5460 * gdb.reverse/sigall-reverse.exp: Likewise.
5461
b7aefa4d
PA
54622012-07-19 Pedro Alves <palves@redhat.com>
5463
5464 * gdb.reverse/sigall-precsave.exp: Set a breakpoint at each signal
5465 handler before recording.
5466
608b4967
TT
54672012-07-19 Tom Tromey <tromey@redhat.com>
5468
5469 * gdb.cp/casts.exp: Add tests for typeof and decltype.
5470 * gdb.cp/casts.cc (decltype): New function.
5471 (main): Use it.
5472
b1e0c0fa
PA
54732012-07-19 Pedro Alves <palves@redhat.com>
5474
5475 * gdb.base/sigall.exp (signals): New list.
5476 <top level>: Loop over signals in the $signals list instead of
5477 calling a test function once per signal.
5478 * gdb.reverse/sigall-precsave.exp (signals): New list.
5479 <top level>: Loop over signals in the $signals list instead of
5480 calling a test function once per signal.
5481 * gdb.reverse/sigall-reverse.exp (signals): New list.
5482 <top level>: Loop over signals in the $signals list instead of
5483 calling a test function once per signal.
5484
6ace3df1
YQ
54852012-07-19 Yao Qi <yao@codesourcery.com>
5486
5487 * gdb.base/setshow.exp: Test 'set args ~'.
5488
263a0f8c
JK
54892012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5490
5491 * gdb.base/store.exp (check_set): Import gdb_prompt.
5492 (continue to wack_${t}): Make it to conditional gdb_test_multiple.
5493 (${prefix}; next ${t}): Hide its name, handle it conditionally now.
5494
8f043999
JK
54952012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5496
5497 PR 11914
5498 * gdb.python/py-prettyprint.c (eval_func, eval_sub): New.
5499 (main): Call eval_sub.
5500 * gdb.python/py-prettyprint.exp:
5501 (python execfile ('py-prettyprint.py')): Move it earlier.
5502 New breakpoint for eval-break.
5503 (continue to breakpoint: eval-break, info locals): New test.
5504 (python execfile ('py-prettyprint.py')): Move it from here.
5505 * gdb.python/py-prettyprint.py (class pp_eval_type): New.
5506 (register_pretty_printers): Register pp_eval_type.
5507
725c7b66
JK
55082012-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5509
5510 Fix a testcase regression by me.
5511 * gdb.dwarf2/fission-reread.S: Fix two DW_FORM_data8 to be
5512 DW_FORM_data4.
5513
4359dff1
JK
55142012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5515 Doug Evans <dje@google.com>
5516
5517 * gdb.dwarf2/dw2-minsym-in-cu.S: New file.
5518 * gdb.dwarf2/dw2-minsym-in-cu.exp: New file.
5519
61e44cfa
JK
55202012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5521
5522 Fix gdbserver run regression.
5523 * gdb.trace/disconnected-tracing.exp (executabel): Fix typo.
5524
93c0ef37
TT
55252012-07-12 Tom Tromey <tromey@redhat.com>
5526
5527 * lib/gdb.exp (standard_testfile): Don't declare objdir.
5528 (clean_restart): Likewise.
5529 (core_find): Use standard_output_file.
5530
76027ef5
TT
55312012-07-12 Tom Tromey <tromey@redhat.com>
5532
5533 * gdb.dwarf2/dup-psym.exp: Use prepare_for_testing_full.
5534 * gdb.dwarf2/dw2-anonymous-func.exp: Use
5535 prepare_for_testing_full.
5536 * gdb.dwarf2/dw2-basic.exp: Use prepare_for_testing_full.
5537 * gdb.dwarf2/dw2-compressed.exp: Use prepare_for_testing_full.
5538 * gdb.dwarf2/dw2-const.exp: Use prepare_for_testing_full.
5539 * gdb.dwarf2/dw2-cu-size.exp: Use prepare_for_testing_full.
5540 * gdb.dwarf2/dw2-intercu.exp: Use prepare_for_testing_full.
5541 * gdb.dwarf2/dw2-intermix.exp: Use prepare_for_testing_full.
5542 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use
5543 prepare_for_testing_full.
5544 * gdb.dwarf2/dw2-producer.exp: Use prepare_for_testing_full.
5545 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use
5546 prepare_for_testing_full.
5547 * gdb.dwarf2/dw2-restore.exp: Use prepare_for_testing_full.
5548 * gdb.dwarf2/dw2-strp.exp: Use prepare_for_testing_full.
5549 * gdb.dwarf2/mac-fileno.exp: Use prepare_for_testing_full.
5550
85b4440a
TT
55512012-07-12 Tom Tromey <tromey@redhat.com>
5552
5553 * lib/gdb.exp (build_executable_from_specs): New proc, from
5554 build_executable.
5555 (build_executable): Use it.
5556 (prepare_for_testing_full): New proc.
5557
55baab26
TT
55582012-07-11 Tom Tromey <tromey@redhat.com>
5559
5560 * gdb.reverse/break-precsave.exp: Use standard_output_file.
5561 * gdb.reverse/consecutive-precsave.exp: Use standard_output_file.
5562 * gdb.reverse/finish-precsave.exp: Use standard_output_file.
5563 * gdb.reverse/i386-precsave.exp: Use standard_output_file.
5564 * gdb.reverse/machinestate-precsave.exp: Use standard_output_file.
5565 * gdb.reverse/sigall-precsave.exp: Use standard_output_file.
5566 * gdb.reverse/solib-precsave.exp: Use standard_output_file.
5567 * gdb.reverse/step-precsave.exp: Use standard_output_file.
5568 * gdb.reverse/until-precsave.exp: Use standard_output_file.
5569 * gdb.reverse/watch-precsave.exp: Use standard_output_file.
5570
298a9cf0
TT
55712012-07-10 Tom Tromey <tromey@redhat.com>
5572
5573 * gdb.mi/dw2-ref-missing-frame.exp: Use standard_testfile,
5574 standard_output_file.
5575 * gdb.mi/gdb2549.exp: Use standard_testfile.
5576 * gdb.mi/gdb669.exp: Use standard_testfile.
5577 * gdb.mi/gdb701.exp: Use standard_testfile.
5578 * gdb.mi/gdb792.exp: Use standard_testfile.
5579 * gdb.mi/mi-async.exp: Use standard_testfile.
5580 * gdb.mi/mi-basics.exp: Use standard_testfile.
5581 * gdb.mi/mi-break.exp: Use standard_testfile.
5582 * gdb.mi/mi-cli.exp: Use standard_testfile.
5583 * gdb.mi/mi-console.exp: Use standard_testfile.
5584 * gdb.mi/mi-disassemble.exp: Use standard_testfile.
5585 * gdb.mi/mi-eval.exp: Use standard_testfile.
5586 * gdb.mi/mi-file-transfer.exp: Use standard_testfile.
5587 * gdb.mi/mi-file.exp: Use standard_testfile.
5588 * gdb.mi/mi-inheritance-syntax-error.exp: Use standard_testfile.
5589 * gdb.mi/mi-logging.exp: Use standard_testfile.
5590 * gdb.mi/mi-nonstop-exit.exp: Use standard_testfile.
5591 * gdb.mi/mi-nonstop.exp: Use standard_testfile.
5592 * gdb.mi/mi-ns-stale-regcache.exp: Use standard_testfile.
5593 * gdb.mi/mi-nsintrall.exp: Use standard_testfile.
5594 * gdb.mi/mi-nsmoribund.exp: Use standard_testfile.
5595 * gdb.mi/mi-nsthrexec.exp: Use standard_testfile.
5596 * gdb.mi/mi-pending.exp: Use standard_testfile,
5597 standard_output_file.
5598 * gdb.mi/mi-pthreads.exp: Use standard_testfile.
5599 * gdb.mi/mi-read-memory.exp: Use standard_testfile.
5600 * gdb.mi/mi-regs.exp: Use standard_testfile.
5601 * gdb.mi/mi-return.exp: Use standard_testfile.
5602 * gdb.mi/mi-reverse.exp: Use standard_testfile.
5603 * gdb.mi/mi-simplerun.exp: Use standard_testfile.
5604 * gdb.mi/mi-solib.exp: Use standard_testfile,
5605 standard_output_file.
5606 * gdb.mi/mi-stack.exp: Use standard_testfile.
5607 * gdb.mi/mi-stepi.exp: Use standard_testfile.
5608 * gdb.mi/mi-stepn.exp: Use standard_testfile.
5609 * gdb.mi/mi-syn-frame.exp: Use standard_testfile.
5610 * gdb.mi/mi-until.exp: Use standard_testfile.
5611 * gdb.mi/mi-var-block.exp: Use standard_testfile.
5612 * gdb.mi/mi-var-child-f.exp: Use standard_testfile.
5613 * gdb.mi/mi-var-child.exp: Use standard_testfile.
5614 * gdb.mi/mi-var-cmd.exp: Use standard_testfile.
5615 * gdb.mi/mi-var-cp.exp: Use standard_testfile.
5616 * gdb.mi/mi-var-display.exp: Use standard_testfile.
5617 * gdb.mi/mi-var-invalidate.exp: Use standard_testfile,
5618 standard_output_file.
5619 * gdb.mi/mi-var-rtti.exp: Use standard_testfile.
5620 * gdb.mi/mi-watch-nonstop.exp: Use standard_testfile.
5621 * gdb.mi/mi-watch.exp: Use standard_testfile.
5622 * gdb.mi/mi2-amd64-entry-value.exp: Use standard_testfile.
5623 * gdb.mi/mi2-basics.exp: Use standard_testfile.
5624 * gdb.mi/mi2-break.exp: Use standard_testfile.
5625 * gdb.mi/mi2-cli.exp: Use standard_testfile.
5626 * gdb.mi/mi2-console.exp: Use standard_testfile.
5627 * gdb.mi/mi2-disassemble.exp: Use standard_testfile.
5628 * gdb.mi/mi2-eval.exp: Use standard_testfile.
5629 * gdb.mi/mi2-file.exp: Use standard_testfile.
5630 * gdb.mi/mi2-pthreads.exp: Use standard_testfile.
5631 * gdb.mi/mi2-read-memory.exp: Use standard_testfile.
5632 * gdb.mi/mi2-regs.exp: Use standard_testfile.
5633 * gdb.mi/mi2-return.exp: Use standard_testfile.
5634 * gdb.mi/mi2-simplerun.exp: Use standard_testfile.
5635 * gdb.mi/mi2-stack.exp: Use standard_testfile.
5636 * gdb.mi/mi2-stepi.exp: Use standard_testfile.
5637 * gdb.mi/mi2-syn-frame.exp: Use standard_testfile.
5638 * gdb.mi/mi2-until.exp: Use standard_testfile.
5639 * gdb.mi/mi2-var-block.exp: Use standard_testfile.
5640 * gdb.mi/mi2-var-child.exp: Use standard_testfile.
5641 * gdb.mi/mi2-var-cmd.exp: Use standard_testfile.
5642 * gdb.mi/mi2-var-display.exp: Use standard_testfile.
5643 * gdb.mi/mi2-watch.exp: Use standard_testfile.
5644
f5f3a911
TT
56452012-07-10 Tom Tromey <tromey@redhat.com>
5646
5647 * gdb.cp/abstract-origin.exp: Use standard_testfile.
5648 * gdb.cp/ambiguous.exp: Use standard_testfile,
5649 prepare_for_testing.
5650 * gdb.cp/annota2.exp: Use standard_testfile, prepare_for_testing.
5651 * gdb.cp/annota3.exp: Use standard_testfile, prepare_for_testing.
5652 * gdb.cp/anon-ns.exp: Use standard_testfile.
5653 * gdb.cp/anon-struct.exp: Use standard_testfile.
5654 * gdb.cp/anon-union.exp: Use standard_testfile,
5655 prepare_for_testing.
5656 * gdb.cp/arg-reference.exp: Use standard_testfile,
5657 prepare_for_testing.
5658 * gdb.cp/bool.exp: Use standard_testfile, prepare_for_testing.
5659 * gdb.cp/breakpoint.exp: Use standard_testfile,
5660 prepare_for_testing.
5661 * gdb.cp/bs15503.exp: Use standard_testfile, prepare_for_testing.
5662 * gdb.cp/call-c.exp: Use standard_testfile, clean_restart,
5663 standard_output_file.
5664 * gdb.cp/casts.exp: Use standard_testfile, prepare_for_testing.
5665 * gdb.cp/class2.exp: Use standard_testfile, prepare_for_testing.
5666 * gdb.cp/classes.exp: Use standard_testfile, prepare_for_testing.
5667 (test_static_members): Update.
5668 * gdb.cp/cmpd-minsyms.exp: Use standard_testfile.
5669 * gdb.cp/converts.exp: Use standard_testfile.
5670 * gdb.cp/cp-relocate.exp: Use standard_testfile.
5671 * gdb.cp/cpcompletion.exp: Use standard_testfile,
5672 prepare_for_testing.
5673 * gdb.cp/cpexprs.exp: Use standard_testfile, prepare_for_testing.
5674 * gdb.cp/cplabel.exp: Use standard_testfile.
5675 * gdb.cp/cplusfuncs.exp: Use standard_testfile,
5676 prepare_for_testing.
5677 * gdb.cp/ctti.exp: Use standard_testfile, prepare_for_testing.
5678 * gdb.cp/derivation.exp: Use standard_testfile,
5679 prepare_for_testing.
5680 * gdb.cp/destrprint.exp: Use standard_testfile.
5681 * gdb.cp/dispcxx.exp: Use standard_testfile.
5682 * gdb.cp/exception.exp: Use standard_testfile,
5683 prepare_for_testing.
5684 * gdb.cp/expand-psymtabs-cxx.exp: Use standard_testfile.
5685 * gdb.cp/extern-c.exp: Use standard_testfile,
5686 prepare_for_testing.
5687 * gdb.cp/formatted-ref.exp: Use standard_testfile,
5688 prepare_for_testing.
5689 * gdb.cp/fpointer.exp: Use standard_testfile.
5690 * gdb.cp/gdb1355.exp: Use standard_testfile, prepare_for_testing.
5691 * gdb.cp/gdb2384.exp: Use standard_testfile, clean_restart,
5692 standard_output_file.
5693 * gdb.cp/gdb2495.exp: Use standard_testfile, prepare_for_testing.
5694 * gdb.cp/hang.exp: Use standard_testfile, prepare_for_testing.
5695 * gdb.cp/infcall-dlopen.exp: Use standard_testfile,
5696 standard_output_file.
5697 * gdb.cp/inherit.exp: Use standard_testfile, prepare_for_testing.
5698 (do_tests): Update.
5699 * gdb.cp/koenig.exp: Use standard_testfile.
5700 * gdb.cp/local.exp: Use standard_testfile, prepare_for_testing.
5701 * gdb.cp/m-data.exp: Use standard_testfile, prepare_for_testing.
5702 * gdb.cp/m-static.exp: Use standard_testfile,
5703 prepare_for_testing.
5704 * gdb.cp/mb-ctor.exp: Use standard_testfile, prepare_for_testing.
5705 * gdb.cp/mb-inline.exp: Use standard_testfile,
5706 prepare_for_testing.
5707 * gdb.cp/mb-templates.exp: Use standard_testfile,
5708 prepare_for_testing.
5709 * gdb.cp/member-ptr.exp: Use standard_testfile,
5710 prepare_for_testing.
5711 * gdb.cp/meth-typedefs.exp: Use standard_testfile.
5712 * gdb.cp/method.exp: Use standard_testfile, prepare_for_testing.
5713 * gdb.cp/method2.exp: Use standard_testfile.
5714 * gdb.cp/minsym-fallback.exp: Use standard_testfile,
5715 standard_output_file.
5716 * gdb.cp/misc.exp: Use standard_testfile, prepare_for_testing.
5717 (do_tests): Update.
5718 * gdb.cp/namespace-enum.exp: Use standard_testfile,
5719 prepare_for_testing.
5720 * gdb.cp/namespace-nested-import.exp: Use standard_testfile,
5721 prepare_for_testing.
5722 * gdb.cp/namespace.exp: Use standard_testfile,
5723 prepare_for_testing.
5724 * gdb.cp/nextoverthrow.exp: Use standard_testfile.
5725 * gdb.cp/no-dmgl-verbose.exp: Use standard_testfile.
5726 * gdb.cp/nsdecl.exp: Use standard_testfile, prepare_for_testing.
5727 * gdb.cp/nsimport.exp: Use standard_testfile,
5728 prepare_for_testing.
5729 * gdb.cp/nsnested.exp: Use standard_testfile.
5730 * gdb.cp/nsnoimports.exp: Use standard_testfile.
5731 * gdb.cp/nsrecurs.exp: Use standard_testfile,
5732 prepare_for_testing.
5733 * gdb.cp/nsstress.exp: Use standard_testfile,
5734 prepare_for_testing.
5735 * gdb.cp/nsusing.exp: Use standard_testfile, prepare_for_testing.
5736 * gdb.cp/operator.exp: Use standard_testfile.
5737 * gdb.cp/oranking.exp: Use standard_testfile.
5738 * gdb.cp/overload-const.exp: Use standard_testfile.
5739 * gdb.cp/overload.exp: Use standard_testfile,
5740 prepare_for_testing.
5741 * gdb.cp/ovldbreak.exp: Use standard_testfile.
5742 * gdb.cp/ovsrch.exp: Use standard_testfile.
5743 * gdb.cp/paren-type.exp: Use standard_testfile.
5744 * gdb.cp/pass-by-ref.exp: Use standard_testfile,
5745 prepare_for_testing.
5746 * gdb.cp/pr-1023.exp: Use standard_testfile, prepare_for_testing.
5747 * gdb.cp/pr-1210.exp: Use standard_testfile, prepare_for_testing.
5748 * gdb.cp/pr-574.exp: Use standard_testfile, prepare_for_testing.
5749 * gdb.cp/pr10687.exp: Use standard_testfile, clean_restart.
5750 * gdb.cp/pr10728.exp: Use standard_testfile,
5751 standard_output_file.
5752 * gdb.cp/pr12028.exp: Use standard_testfile.
5753 * gdb.cp/pr9067.exp: Use standard_testfile, prepare_for_testing.
5754 * gdb.cp/pr9167.exp: Use standard_testfile.
5755 * gdb.cp/pr9631.exp: Use standard_testfile, prepare_for_testing.
5756 * gdb.cp/printmethod.exp: Use standard_testfile,
5757 prepare_for_testing.
5758 * gdb.cp/psmang.exp: Use standard_testfile, clean_restart.
5759 * gdb.cp/psymtab-parameter.exp: Use standard_testfile.
5760 * gdb.cp/ptype-cv-cp.exp: Use standard_testfile.
5761 * gdb.cp/re-set-overloaded.exp: Use standard_testfile,
5762 standard_output_file.
5763 * gdb.cp/readnow-language.exp: Use standard_testfile.
5764 * gdb.cp/ref-params.exp: Use standard_testfile, build_executable.
5765 (gdb_start_again): Use clean_restart.
5766 * gdb.cp/ref-types.exp: Use standard_testfile,
5767 prepare_for_testing.
5768 * gdb.cp/rtti.exp: Use standard_testfile, prepare_for_testing.
5769 * gdb.cp/shadow.exp: Use standard_testfile, prepare_for_testing.
5770 * gdb.cp/smartp.exp: Use standard_testfile.
5771 * gdb.cp/static-method.exp: Use standard_testfile.
5772 * gdb.cp/static-print-quit.exp: Use standard_testfile.
5773 * gdb.cp/temargs.exp: Use standard_testfile.
5774 * gdb.cp/templates.exp: Use standard_testfile,
5775 prepare_for_testing.
5776 (do_tests): Update.
5777 * gdb.cp/try_catch.exp: Use standard_testfile,
5778 prepare_for_testing.
5779 * gdb.cp/typedef-operator.exp: Use standard_testfile.
5780 * gdb.cp/userdef.exp: Use standard_testfile, prepare_for_testing.
5781 * gdb.cp/virtbase.exp: Use standard_testfile,
5782 prepare_for_testing.
5783 * gdb.cp/virtfunc.exp: Use standard_testfile,
5784 prepare_for_testing.
5785 (do_tests): Update.
5786 * gdb.cp/virtfunc2.exp: Use standard_testfile,
5787 prepare_for_testing.
5788
686f09d0
TT
57892012-07-10 Tom Tromey <tromey@redhat.com>
5790
5791 * lib/gdb.exp (standard_testfile): Unset output variables from
5792 earlier invocations.
5793
9357e021
YQ
57942012-07-10 Yao Qi <yao@codesourcery.com>
5795
5796 * gdb.mi/gdb2549.exp: Remove -DFAKEARGV from compilation flags.
5797 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp: Likewise.
5798 * gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp: Likewise.
5799 * gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp: Likewise.
5800 * gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp: Likewise.
5801 * gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp: Likewise.
5802 * gdb.mi/mi-return.exp, gdb.mi/mi-reverse.exp: Likewise.
5803 * gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp: Likewise.
5804 * gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp: Likewise.
5805 * gdb.mi/mi-until.exp, gdb.mi/mi-var-block.exp: Likewise.
5806 * gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp: Likewise.
5807 * gdb.mi/mi-var-display.exp: Likewise.
5808 * gdb.mi/mi-var-invalidate.exp: Likewise.
5809 * gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp: Likewise.
5810 * gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp: Likewise.
5811 * gdb.mi/mi2-console.exp: Likewise.
5812 * gdb.mi/mi2-disassemble.exp: Likewise.
5813 * gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp: Likewise.
5814 * gdb.mi/mi2-read-memory.exp: Likewise.
5815 * gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp: Likewise.
5816 * gdb.mi/mi2-simplerun.exp: Likewise.
5817 * gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp: Likewise.
5818 * gdb.mi/mi2-syn-frame.exp: Likewise.
5819 * gdb.mi/mi2-until.exp, gdb.mi/mi2-var-block.exp: Likewise.
5820 * gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp: Likewise.
5821 * gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp: Likewise.
5822
e314d629
TT
58232012-07-09 Tom Tromey <tromey@redhat.com>
5824
5825 * gdb.base/whatis.exp: Add error checks for improper 'void' uses.
5826 * gdb.base/callfuncs.exp: Add cast-based test.
5827 * gdb.base/callfuncs.c (voidfunc): New function.
5828
06928b3f
DE
58292012-07-08 Doug Evans <dje@google.com>
5830
5831 * gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
5832
32f11bad
JK
58332012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5834
5835 Fix XFAIL compatibility with old i386 systems.
5836 * gdb.base/stale-infcall.exp (test system longjmp tracking support):
5837 Check also 'Cannot insert breakpoint 0'.
5838
76b83c51
JK
58392012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5840
5841 PR 14321
5842 * gdb.base/find.exp
5843 (find int64_search_buf, +64/8*100, int64_search_buf): New test.
5844
a6fb9c08
TT
58452012-07-06 Tom Tromey <tromey@redhat.com>
5846
5847 * gdb.base/whatis.exp: Add test.
5848
71918a86
TT
58492012-07-06 Tom Tromey <tromey@redhat.com>
5850
5851 * gdb.base/whatis.exp: Add regression test.
5852
fcde5961
TT
58532012-07-06 Tom Tromey <tromey@redhat.com>
5854
5855 * gdb.base/whatis.exp: Add tests.
5856
f9cf0f4a
JK
58572012-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5858
5859 PR 12649
5860 * gdb.base/dprintf.exp (Set dprintf style to agent): Add missing
5861 gdb_test_multiple $gdb_prompt terminator.
5862
979ade8b
PA
58632012-07-04 Pedro Alves <palves@redhat.com>
5864
5865 * gdb.mi/mi-reverse.exp: Use supports_reverse and
5866 supports_process_record.
5867
8a980b44
PA
58682012-07-04 Pedro Alves <palves@redhat.com>
5869
5870 * gdb.ada/packed_tagged/comp_bug.adb: Convert to unix text line
5871 endings.
5872 * gdb.mi/mi-reverse.exp: Convert to unix text line endings.
5873
855ba978
SS
58742012-07-03 Stan Shebs <stan@codesourcery.com>
5875
5876 * gdb.base/info-os.c (main): Retry resource acquisition until an
5877 available one is found.
5878 * gdb.base/info-os.exp: Collect resource keys from the program
5879 and use them in matching.
5880
fcb44371
JK
58812012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5882
5883 * gdb.threads/gcore-thread.exp: Remove variable libthread_db_seen.
5884 Wrap the test into loop for corefile and core0file.
5885
08a67be6
JK
58862012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5887
5888 * gdb.dwarf2/fission-reread.S: Remove .section attributes.
5889 Change CU pointer size to 4 bytes, adjust .8byte to .4byte. Remove
5890 .note.GNU-stack.
5891
0f3c2347
JK
5892 * gdb.dwarf2/fission-reread.S: Change # comments to /* */ comments.
5893
ff4a4500
SDJ
58942012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
5895
5896 * gdb.base/help.exp (help b, help br, help bre, help brea, help
5897 break): Include help message for the new `-probe' and `-probe-stap'
5898 options.
5899
d3ce09f5
SS
59002012-07-02 Stan Shebs <stan@codesourcery.com>
5901
5902 * gdb.base/dprintf.exp: Add agent style tests.
5903
a1624241
JK
59042012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5905
5906 * gdb.base/stale-infcall.c (infcall): New label test-next.
5907 (main): New labels test-pass and test-fail.
5908 * gdb.base/stale-infcall.exp: Continue to test-next. Put breakpoint
5909 $test_fail_bpnum to test-fail.
5910 (test system longjmp tracking support): New test.
5911 Delete $test_fail_bpnum.
5912 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept also Temporary
5913 breakpoint.
5914
42e7ad6c
DE
59152012-06-30 Doug Evans <dje@google.com>
5916
5917 * gdb.dwarf2/fission-reread.S: New file.
5918 * gdb.dwarf2/fission-reread.exp: New file.
5919
37ce89eb
SS
59202012-06-28 Stan Shebs <stan@codesourcery.com>
5921
5922 * gdb.mi/mi-logging.exp: New file.
5923
e5ef252a
PA
59242012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5925 Pedro Alves <palves@redhat.com>
5926
5927 * gdb.threads/siginfo-threads.exp: New file.
5928 * gdb.threads/siginfo-threads.c: New file.
5929 * gdb.threads/sigstep-threads.exp: New file.
5930 * gdb.threads/sigstep-threads.c: New file.
5931
22f1fbae
TT
59322012-06-28 Tom Tromey <tromey@redhat.com>
5933
5934 * gdb.go/package.exp: Partially revert earlier patch; use
5935 gdb_compile again. Use standard_output_file.
5936
2e3cf129
DE
59372012-06-27 Doug Evans <dje@google.com>
5938
5939 * gdb.dwarf2/fission-base.c: New file.
5940 * gdb.dwarf2/fission-base.S: New file.
5941 * gdb.dwarf2/fission-base.exp: New file.
5942
785fd303
JK
59432012-06-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5944
5945 * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile.
5946
1bb9788d
TT
59472012-06-27 Tom Tromey <tromey@redhat.com>
5948
5949 * gdb.base/macscp1.c (macscp_expr): Add breakpoint comment.
5950 * gdb.base/macscp.exp (maybe_kfail): Add test for macro scope.
5951
c83ee902
TT
59522012-06-27 Tom Tromey <tromey@redhat.com>
5953
5954 * gdb.dwarf2/pr10770.exp: Use standard_testfile.
5955 * gdb.dwarf2/dw2-var-zero-addr.exp: Use standard_testfile.
5956 * gdb.dwarf2/dw2-param-error.exp: Use standard_testfile.
5957 * gdb.dwarf2/dw2-op-call.exp: Use standard_testfile.
5958 * gdb.dwarf2/dw2-inline-param.exp: Use standard_testfile,
5959 prepare_for_testing.
5960 * gdb.dwarf2/dw2-inline-break.exp: Use standard_testfile.
5961 * gdb.dwarf2/dw2-ifort-parameter.exp: Use standard_testfile.
5962 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Use
5963 standard_testfile.
5964 * gdb.dwarf2/dw2-case-insensitive.exp: Use standard_testfile.
5965 * gdb.dwarf2/dw4-sig-types.exp: Use standard_testfile.
5966 * gdb.dwarf2/dw2-objfile-overlap.exp: Use standard_testfile.
5967 * gdb.dwarf2/callframecfa.exp: Use standard_testfile,
5968 prepare_for_testing.
5969 * gdb.dwarf2/dup-psym.exp: Use standard_testfile.
5970 * gdb.dwarf2/dw2-ada-ffffffff.exp: Use standard_testfile.
5971 * gdb.dwarf2/dw2-anonymous-func.exp: Use standard_testfile.
5972 * gdb.dwarf2/dw2-bad-parameter-type.exp: Use standard_testfile.
5973 * gdb.dwarf2/dw2-basic.exp: Use standard_testfile.
5974 * gdb.dwarf2/dw2-compressed.exp: Use standard_testfile.
5975 * gdb.dwarf2/dw2-const.exp: Use standard_testfile.
5976 * gdb.dwarf2/dw2-cu-size.exp: Use standard_testfile.
5977 * gdb.dwarf2/dw2-double-set-die-type.exp: Use standard_testfile.
5978 * gdb.dwarf2/dw2-empty-namespace.exp: Use standard_testfile.
5979 * gdb.dwarf2/dw2-empty-pc-range.exp: Use standard_testfile.
5980 * gdb.dwarf2/dw2-filename.exp: Use standard_testfile.
5981 * gdb.dwarf2/dw2-icc-opaque.exp: Use standard_testfile.
5982 * gdb.dwarf2/dw2-inheritance.exp: Use standard_testfile.
5983 * gdb.dwarf2/dw2-intercu.exp: Use standard_testfile.
5984 * gdb.dwarf2/dw2-intermix.exp: Use standard_testfile.
5985 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use standard_testfile.
5986 * gdb.dwarf2/dw2-modula2-self-type.exp: Use standard_testfile.
5987 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use standard_testfile.
5988 * gdb.dwarf2/dw2-op-stack-value.exp: Use standard_testfile.
5989 * gdb.dwarf2/dw2-producer.exp: Use standard_testfile.
5990 * gdb.dwarf2/dw2-ranges.exp: Use standard_testfile,
5991 standard_output_file.
5992 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use standard_testfile,
5993 standard_output_file.
5994 * gdb.dwarf2/dw2-restore.exp: Use standard_testfile.
5995 * gdb.dwarf2/dw2-simple-locdesc.exp: Use standard_testfile.
5996 * gdb.dwarf2/dw2-skip-prologue.exp: Use standard_testfile.
5997 * gdb.dwarf2/dw2-stack-boundary.exp: Use standard_testfile.
5998 * gdb.dwarf2/dw2-strp.exp: Use standard_testfile.
5999 * gdb.dwarf2/dw4-sig-type-unused.exp: Use standard_testfile.
6000 * gdb.dwarf2/implptr-64bit.exp: Use standard_testfile.
6001 * gdb.dwarf2/implptr-optimized-out.exp: Use standard_testfile.
6002 * gdb.dwarf2/implptr.exp: Use standard_testfile.
6003 * gdb.dwarf2/mac-fileno.exp: Use standard_testfile.
6004 * gdb.dwarf2/member-ptr-forwardref.exp: Use standard_testfile.
6005 * gdb.dwarf2/pieces.exp: Use standard_testfile.
6006 * gdb.dwarf2/pr11465.exp: Use standard_testfile.
6007 * gdb.dwarf2/pr13961.exp: Use standard_testfile.
6008 * gdb.dwarf2/valop.exp: Use standard_testfile,
6009 prepare_for_testing.
6010
5204774b
TT
60112012-06-27 Tom Tromey <tromey@redhat.com>
6012
6013 * gdb.python/python.exp: Fix regexps in pagination tests.
6014
ee0bf529
SCR
60152012-06-26 Siva Chandra Reddy <sivachandra@google.com>
6016
6017 * gdb.python/py-symtab.exp: Add tests to test the new attribute
6018 'last' of gdb.Symtab_and_line.
6019 * gdb.python/py-symbol.c: Move break point comment to enable
6020 testing of gdb.Symtab_and_line.last.
6021
14fcc022
TT
60222012-06-26 Tom Tromey <tromey@redhat.com>
6023
6024 * gdb.threads/step.c: Remove.
6025 * gdb.threads/step.exp: Remove.
6026 * gdb.threads/step2.exp: Remove.
6027
0efbbabc
TT
60282012-06-26 Tom Tromey <tromey@redhat.com>
6029
6030 * gdb.threads/watchpoint-fork.exp (test): Use
6031 standard_output_file. Don't declare objdir.
6032 * gdb.threads/attach-into-signal.exp: Use standard_testfile,
6033 standard_output_file.
6034 * gdb.threads/attach-stopped.exp: Use standard_testfile.
6035 * gdb.threads/bp_in_thread.exp: Use standard_testfile,
6036 clean_restart. Remove incdir.
6037 * gdb.threads/corethreads.exp: Use standard_testfile.
6038 * gdb.threads/execl.exp: Use standard_testfile,
6039 standard_output_file, clean_restart.
6040 * gdb.threads/fork-child-threads.exp: Use standard_testfile,
6041 clean_restart.
6042 * gdb.threads/fork-thread-pending.exp: Use standard_testfile,
6043 clean_restart.
6044 * gdb.threads/gcore-thread.exp: Use standard_testfile. Remove
6045 incdir.
6046 * gdb.threads/hand-call-in-threads.exp: Use standard_testfile,
6047 clean_restart. Remove incdir.
6048 * gdb.threads/ia64-sigill.exp: Use standard_testfile.
6049 * gdb.threads/interrupted-hand-call.exp: Use standard_testfile,
6050 clean_restart. Remove incdir.
6051 * gdb.threads/killed.exp: Use standard_testfile, clean_restart.
6052 Remove incdir.
6053 * gdb.threads/leader-exit.exp: Use standard_testfile.
6054 * gdb.threads/linux-dp.exp: Use standard_testfile, clean_restart.
6055 * gdb.threads/local-watch-wrong-thread.exp: Use standard_testfile,
6056 clean_restart.
6057 * gdb.threads/manythreads.exp: Use standard_testfile,
6058 clean_restart. Remove incdir.
6059 * gdb.threads/multi-create.exp: Use standard_testfile,
6060 clean_restart.
6061 * gdb.threads/no-unwaited-for-left.exp: Use standard_testfile.
6062 * gdb.threads/non-ldr-exc-1.exp: Use standard_testfile.
6063 * gdb.threads/non-ldr-exc-2.exp: Use standard_testfile.
6064 * gdb.threads/non-ldr-exc-3.exp: Use standard_testfile.
6065 * gdb.threads/non-ldr-exc-4.exp: Use standard_testfile.
6066 * gdb.threads/pending-step.exp: Use standard_testfile,
6067 clean_restart. Remove incdir.
6068 * gdb.threads/print-threads.exp: Use standard_testfile,
6069 clean_restart. Remove incdir.
6070 * gdb.threads/pthread_cond_wait.exp: Use standard_testfile,
6071 clean_restart. Remove incdir.
6072 * gdb.threads/pthreads.exp: Use standard_testfile, clean_restart.
6073 Remove incdir.
6074 * gdb.threads/schedlock.exp: Use standard_testfile. Remove
6075 incdir.
6076 * gdb.threads/sigthread.exp: Use standard_testfile,
6077 clean_restart.
6078 * gdb.threads/staticthreads.exp: Use standard_testfile,
6079 clean_restart. Remove incdir.
6080 * gdb.threads/switch-threads.exp: Use standard_testfile,
6081 clean_restart. Remove incdir.
6082 * gdb.threads/thread-execl.exp: Use standard_testfile,
6083 clean_restart. Remove incdir.
6084 * gdb.threads/thread-find.exp: Use standard_testfile,
6085 clean_restart.
6086 * gdb.threads/thread-specific.exp: Use standard_testfile,
6087 clean_restart. Remove incdir.
6088 * gdb.threads/thread-unwindonsignal.exp: Use standard_testfile,
6089 clean_restart. Remove incdir.
6090 * gdb.threads/thread_check.exp: Use standard_testfile,
6091 clean_restart. Remove incdir.
6092 * gdb.threads/thread_events.exp: Use standard_testfile. Remove
6093 incdir.
6094 * gdb.threads/threadapply.exp: Use standard_testfile,
6095 clean_restart. Remove incdir.
6096 * gdb.threads/threxit-hop-specific.exp: Use standard_testfile,
6097 clean_restart. Remove incdir.
6098 * gdb.threads/tls-nodebug.exp: Use standard_testfile,
6099 clean_restart.
6100 * gdb.threads/tls-shared.exp: Use standard_testfile,
6101 clean_restart, standard_output_file.
6102 * gdb.threads/tls-var.exp: Use standard_testfile,
6103 standard_output_file.
6104 * gdb.threads/tls.exp: Use standard_testfile, clean_restart.
6105 Remove incdir.
6106 * gdb.threads/watchthreads-reorder.exp: Use standard_testfile.
6107 * gdb.threads/watchthreads.exp: Use standard_testfile. Remove
6108 incdir.
6109 * gdb.threads/watchthreads2.exp: Use standard_testfile,
6110 clean_restart. Remove incdir.
6111
497a5eb0
TT
61122012-06-26 Tom Tromey <tromey@redhat.com>
6113
6114 * gdb.trace/actions.exp: Use standard_testfile.
6115 * gdb.trace/ax.exp: Use standard_testfile.
6116 * gdb.trace/backtrace.exp: Use standard_testfile.
6117 * gdb.trace/change-loc.exp: Use standard_testfile.
6118 * gdb.trace/circ.exp: Use standard_testfile, prepare_for_testing.
6119 * gdb.trace/collection.exp: Use standard_testfile,
6120 prepare_for_testing.
6121 * gdb.trace/deltrace.exp: Use standard_testfile.
6122 * gdb.trace/disconnected-tracing.exp: Use standard_testfile.
6123 * gdb.trace/ftrace.exp: Use standard_testfile.
6124 * gdb.trace/infotrace.exp: Use standard_testfile.
6125 * gdb.trace/packetlen.exp: Use standard_testfile.
6126 * gdb.trace/passc-dyn.exp: Use standard_testfile.
6127 * gdb.trace/passcount.exp: Use standard_testfile.
6128 * gdb.trace/pending.exp: Use standard_testfile.
6129 * gdb.trace/report.exp: Use standard_testfile.
6130 * gdb.trace/save-trace.exp: Use standard_testfile.
6131 * gdb.trace/stap-trace.exp: Use standard_testfile.
6132 * gdb.trace/status-stop.exp: Use standard_testfile.
6133 * gdb.trace/strace.exp: Use standard_testfile.
6134 * gdb.trace/tfile.exp: Use standard_testfile.
6135 * gdb.trace/tfind.exp: Use standard_testfile.
6136 * gdb.trace/trace-break.exp: Use standard_testfile.
6137 * gdb.trace/trace-mt.exp: Use standard_testfile.
6138 * gdb.trace/tracecmd.exp: Use standard_testfile.
6139 * gdb.trace/tspeed.exp: Use standard_testfile.
6140 * gdb.trace/tstatus.exp: Use standard_testfile.
6141 * gdb.trace/tsv.exp: Use standard_testfile.
6142 * gdb.trace/unavailable.exp: Use standard_testfile,
6143 prepare_for_testing.
6144 * gdb.trace/while-dyn.exp: Use standard_testfile.
6145 * gdb.trace/while-stepping.exp: Use standard_testfile.
6146
7686c074
TT
61472012-06-26 Tom Tromey <tromey@redhat.com>
6148
6149 * gdb.reverse/break-precsave.exp: Use standard_testfile.
6150 * gdb.reverse/break-reverse.exp: Use standard_testfile.
6151 * gdb.reverse/consecutive-precsave.exp: Use standard_testfile.
6152 * gdb.reverse/consecutive-reverse.exp: Use standard_testfile.
6153 * gdb.reverse/finish-precsave.exp: Use standard_testfile.
6154 * gdb.reverse/finish-reverse-bkpt.exp: Use standard_testfile.
6155 * gdb.reverse/finish-reverse.exp: Use standard_testfile.
6156 * gdb.reverse/i386-precsave.exp: Use standard_testfile,
6157 prepare_for_testing.
6158 * gdb.reverse/i386-reverse.exp: Use standard_testfile,
6159 prepare_for_testing.
6160 * gdb.reverse/i386-sse-reverse.exp: Use standard_testfile,
6161 prepare_for_testing.
6162 * gdb.reverse/i387-env-reverse.exp: Use standard_testfile,
6163 prepare_for_testing.
6164 * gdb.reverse/i387-stack-reverse.exp: Use standard_testfile,
6165 prepare_for_testing
6166 * gdb.reverse/machinestate-precsave.exp: Use standard_testfile.
6167 * gdb.reverse/machinestate.exp: Use standard_testfile.
6168 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Use standard_testfile.
6169 * gdb.reverse/sigall-precsave.exp: Use standard_testfile,
6170 build_executable.
6171 * gdb.reverse/sigall-reverse.exp: Use standard_testfile,
6172 build_executable.
6173 * gdb.reverse/solib-precsave.exp: Use standard_testfile,
6174 standard_output_file.
6175 * gdb.reverse/solib-reverse.exp: Use standard_testfile,
6176 standard_output_file.
6177 * gdb.reverse/step-precsave.exp: Use standard_testfile.
6178 * gdb.reverse/step-reverse.exp: Use standard_testfile.
6179 * gdb.reverse/until-precsave.exp: Use standard_testfile.
6180 * gdb.reverse/until-reverse.exp: Use standard_testfile.
6181 * gdb.reverse/watch-precsave.exp: Use standard_testfile.
6182 * gdb.reverse/watch-reverse.exp: Use standard_testfile.
6183
481fc100
TT
61842012-06-26 Tom Tromey <tromey@redhat.com>
6185
6186 * gdb.stabs/weird.exp: Remove directory-checking code. Use
6187 standard_output_file.
6188 * gdb.stabs/exclfwd.exp: Use standard_testfile,
6189 prepare_for_testing. Remove directory-checking code.
6190
7bb18ae2
TT
61912012-06-25 Tom Tromey <tromey@redhat.com>
6192
6193 * gdb.multi/watchpoint-multi.exp: Use standard_testfile.
6194 * gdb.multi/bkpt-multi-exec.exp: Use standard_output_file. Use
6195 build_executable, not prepare_for_testing.
6196 * gdb.multi/base.exp: Use standard_output_file. Use
6197 build_executable, not prepare_for_testing.
6198
cf09b3e4
TT
61992012-06-25 Tom Tromey <tromey@redhat.com>
6200
6201 * gdb.fortran/subarray.exp: Use standard_testfile,
6202 prepare_for_testing.
6203 * gdb.fortran/multi-dim.exp: Use standard_testfile.
6204 * gdb.fortran/module.exp: Use standard_testfile.
6205 * gdb.fortran/logical.exp: Use standard_testfile.
6206 * gdb.fortran/library-module.exp: Use standard_testfile,
6207 standard_output_file.
6208 * gdb.fortran/derived-type.exp: Use standard_testfile,
6209 prepare_for_testing.
6210 * gdb.fortran/complex.exp: Use standard_testfile,
6211 prepare_for_testing.
6212 * gdb.fortran/charset.exp: Use standard_testfile.
6213 * gdb.fortran/array-element.exp: Use standard_testfile,
6214 prepare_for_testing.
6215
18b5ff1b
KS
62162012-06-25 Keith Seitz <keiths@redhat.com>
6217
6218 * gdb.mi/mi-break.exp (test_rbreak_creation_and_listing):
6219 Change rbreak-related tests to KFAIL and add bugzilla numbers.
6220
17b77626
TT
62212012-06-25 Tom Tromey <tromey@redhat.com>
6222
6223 * gdb.pascal/integers.exp: Use standard_testfile, clean_restart.
6224 * gdb.pascal/hello.exp: Use standard_testfile, clean_restart.
6225 * gdb.pascal/gdb11492.exp: Use standard_testfile, clean_restart.
6226 * gdb.pascal/floats.exp: Use standard_testfile, clean_restart.
6227
f91e3dc1
TT
62282012-06-25 Tom Tromey <tromey@redhat.com>
6229
6230 * gdb.linespec/ls-errs.exp: Use standard_testfile.
6231 * gdb.linespec/ls-dollar.exp: Use standard_testfile.
6232 * gdb.linespec/linespec.exp: Use standard_testfile.
6233
a884434d
TT
62342012-06-25 Tom Tromey <tromey@redhat.com>
6235
6236 * gdb.modula2/unbounded-array.exp: Use standard_testfile,
6237 prepare_for_testing.
6238
efc9d70a
TT
62392012-06-25 Tom Tromey <tromey@redhat.com>
6240
6241 * gdb.opt/clobbered-registers-O2.exp: Use standard_testfile,
6242 prepare_for_testing.
6243 * gdb.opt/inline-break.exp: Use standard_testfile,
6244 prepare_for_testing.
6245 * gdb.opt/inline-bt.exp: Use standard_testfile,
6246 prepare_for_testing.
6247 * gdb.opt/inline-cmds.exp: Use standard_testfile,
6248 prepare_for_testing.
6249 * gdb.opt/inline-locals.exp: Use standard_testfile,
6250 prepare_for_testing.
6251
e2fc92c6
TT
62522012-06-25 Tom Tromey <tromey@redhat.com>
6253
6254 * gdb.asm/asm-source.exp: Use standard_output_file,
6255 standard_testfile. Construct .o files in proper subdir.
6256
b0963d73
TT
62572012-06-25 Tom Tromey <tromey@redhat.com>
6258
6259 * gdb.server/ext-attach.exp: Use standard_testfile,
6260 prepare_for_testing.
6261 * gdb.server/ext-run.exp: Use standard_testfile,
6262 build_executable.
6263 * gdb.server/file-transfer.exp: Use standard_testfile,
6264 prepare_for_testing.
6265 * gdb.server/server-exec-info.exp: Use standard_testfile.
6266 * gdb.server/server-mon.exp: Use standard_testfile,
6267 prepare_for_testing.
6268 * gdb.server/server-run.exp: Use standard_testfile,
6269 build_executable.
6270 * gdb.server/solib-list.exp: Use standard_testfile,
6271 standard_output_file.
6272
8a3e1f8d
TT
62732012-06-25 Tom Tromey <tromey@redhat.com>
6274
6275 * lib/gdb.exp (standard_output_file): Use "file join".
6276 * gdb.go/chan.exp: Use standard_testfile.
6277 * gdb.go/handcall.exp: Use standard_testfile.
6278 * gdb.go/hello.exp: Use standard_testfile.
6279 * gdb.integers/chan.exp: Use standard_testfile.
6280 * gdb.go/methods.exp: Use standard_testfile.
6281 * gdb.go/package.exp: Use standard_testfile.
6282 * gdb.go/strings.exp: Use standard_testfile.
6283 * gdb.go/types.exp: Use standard_testfile.
6284 * gdb.go/unsafe.exp: Use standard_testfile.
6285
944a9061
MGD
62862012-06-25 Greta Yorsh <greta.yorsh@arm.com>
6287
6288 * gdb.arch/arm-disp-step.S: Fix use of .global directives.
6289
1c06bd58
JK
62902012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6291
6292 Fix regression by the previous commit.
6293 * gdb.python/lib-types.exp: Add c++ to the compilation flags.
6294
b4a58790
TT
62952012-06-22 Tom Tromey <tromey@redhat.com>
6296
6297 * gdb.python/lib-types.exp: Use standard_testfile,
6298 prepare_for_testing.
6299 * gdb.python/py-block.exp: Use standard_testfile.
6300 * gdb.python/py-breakpoint.exp: Use standard_testfile.
6301 * gdb.python/py-events.exp: Use standard_testfile,
6302 standard_output_file.
6303 * gdb.python/py-evsignal.exp: Use standard_testfile.
6304 * gdb.python/py-evethreads.exp: Use standard_testfile.
6305 * gdb.python/py-explore-cc.exp: Use standard_testfile.
6306 * gdb.python/py-explore.exp: Use standard_testfile.
6307 * gdb.python/py-finish-breakpoint.exp: Use standard_testfile,
6308 standard_output_file.
6309 * gdb.python/py-finish-breakpoint2.exp: Use standard_testfile,
6310 prepare_for_testing.
6311 * gdb.python/py-frame-inline.exp: Use standard_testfile.
6312 * gdb.python/py-frame.exp: Use standard_testfile.
6313 * gdb.python/py-inferior.exp: Use standard_testfile.
6314 * gdb.python/py-infthread.exp: Use standard_testfile.
6315 * gdb.python/py-mi.exp: Use standard_testfile.
6316 * gdb.python/py-objfile-script.exp: Use standard_testfile,
6317 build_executable.
6318 * gdb.python/py-objfile.exp: Use standard_testfile.
6319 * gdb.python/py-pp-maint.exp: Use standard_testfile,
6320 prepare_for_testing.
6321 * gdb.python/py-prettyprint.exp: Use standard_testfile.
6322 * gdb.python/py-progspace.exp: Use standard_testfile,
6323 build_executable.
6324 * gdb.python/py-prompt.exp: Use standard_testfile,
6325 build_executable.
6326 * gdb.python/py-section-script.exp: Use standard_testfile,
6327 build_executable.
6328 * gdb.python/py-shared.exp: Use standard_testfile,
6329 standard_output_file, clean_restart.
6330 * gdb.python/py-symbol.exp: Use standard_output_file,
6331 prepare_for_testing.
6332 * gdb.python/py-symtab.exp: Use standard_output_file,
6333 prepare_for_testing
6334 * gdb.python/py-template.exp: Use standard_testfile.
6335 * gdb.python/py-type.exp: Use standard_testfile.
6336 * gdb.python/py-value-cc.exp: Use standard_testfile.
6337 * gdb.python/py-value.exp: Use standard_testfile.
6338 * gdb.python/python.exp: Use standard_testfile, build_executable.
6339
2c44deac
TT
63402012-06-22 Tom Tromey <tromey@redhat.com>
6341
6342 * gdb.objc/basicclass.exp: Use standard_testfile.
6343 (do_objc_tests): Don't declare objdir.
6344 * gdb.objc/nondebug.exp: Use standard_testfile.
6345 (do_objc_tests): Don't declare objdir.
6346 * gdb.objc/objcdecode.exp: Use standard_testfile.
6347 (do_objc_tests): Don't declare objdir.
6348
c24ccbce
TT
63492012-06-22 Tom Tromey <tromey@redhat.com>
6350
6351 * gdb.java/jmain.exp: Use standard_testfile.
6352 * gdb.java/jmisc.exp: Use standard_testfile.
6353 * gdb.java/jnpe.exp: Use standard_testfile.
6354 * gdb.java/jprint.exp: Use standard_testfile.
6355
0a6d0306
TT
63562012-06-22 Tom Tromey <tromey@redhat.com>
6357
6358 * lib/gdb.exp (default_gdb_init): Set gdb_test_file_name.
6359 (standard_output_file, standard_testfile): New procs.
6360 (build_executable, clean_restart): Use standard_output_file.
6361
6ea815ef
YQ
63622012-06-22 Yao Qi <yao@codesourcery.com>
6363
6364 * boards/native-gdbserver.exp: New proc ${board}_exec.
6365 * boards/native-stdio-gdbserver.exp: Likewise.
6366
4c93b1db
TT
63672012-06-21 Tom Tromey <tromey@redhat.com>
6368
6369 * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests)
6370 (build_executable): Update.
6371 (get_compiler_info): Remove 'binfile' argument.
6372 * gdb.ada/arrayidx.exp: Update.
6373 * gdb.ada/null_array.exp: Update.
6374 * gdb.arch/altivec-abi.exp: Update.
6375 * gdb.arch/altivec-regs.exp: Update.
6376 * gdb.arch/amd64-byte.exp: Update.
6377 * gdb.arch/amd64-dword.exp: Update.
6378 * gdb.arch/amd64-word.exp: Update.
6379 * gdb.arch/i386-avx.exp: Update.
6380 * gdb.arch/i386-byte.exp: Update.
6381 * gdb.arch/i386-sse.exp: Update.
6382 * gdb.arch/i386-word.exp: Update.
6383 * gdb.arch/ppc-dfp.exp: Update.
6384 * gdb.arch/ppc-fp.exp: Update.
6385 * gdb.arch/vsx-regs.exp: Update.
6386 * gdb.base/all-bin.exp: Update.
6387 * gdb.base/annota1.exp: Update.
6388 * gdb.base/async.exp: Update.
6389 * gdb.base/attach.exp: Update.
6390 * gdb.base/break-interp.exp: Update.
6391 * gdb.base/call-ar-st.exp: Update.
6392 * gdb.base/call-rt-st.exp: Update.
6393 * gdb.base/call-sc.exp: Update.
6394 * gdb.base/callfuncs.exp: Update.
6395 * gdb.base/catch-load.exp: Update.
6396 * gdb.base/completion.exp: Update.
6397 * gdb.base/complex.exp: Update.
6398 * gdb.base/condbreak.exp: Update.
6399 * gdb.base/consecutive.exp: Update.
6400 * gdb.base/constvars.exp: Update.
6401 * gdb.base/corefile.exp: Update.
6402 * gdb.base/eval-skip.exp: Update.
6403 * gdb.base/expand-psymtabs.exp: Update.
6404 * gdb.base/exprs.exp: Update.
6405 * gdb.base/fileio.exp: Update.
6406 * gdb.base/fixsection.exp: Update.
6407 * gdb.base/funcargs.exp: Update.
6408 * gdb.base/gdb11530.exp: Update.
6409 * gdb.base/gdb1555.exp: Update.
6410 * gdb.base/gnu-ifunc.exp: Update.
6411 * gdb.base/gnu_vector.exp: Update.
6412 * gdb.base/info-macros.exp: Update.
6413 * gdb.base/jit-simple.exp: Update.
6414 * gdb.base/jit-so.exp: Update.
6415 * gdb.base/jit.exp: Update.
6416 * gdb.base/langs.exp: Update.
6417 * gdb.base/list.exp: Update.
6418 * gdb.base/logical.exp: Update.
6419 * gdb.base/long_long.exp: Update.
6420 * gdb.base/longjmp.exp: Update.
6421 * gdb.base/macscp.exp: Update.
6422 * gdb.base/mips_pro.exp: Update.
6423 * gdb.base/miscexprs.exp: Update.
6424 * gdb.base/morestack.exp: Update.
6425 * gdb.base/nodebug.exp: Update.
6426 * gdb.base/opaque.exp: Update.
6427 * gdb.base/pc-fp.exp: Update.
6428 * gdb.base/pending.exp: Update.
6429 * gdb.base/permissions.exp: Update.
6430 * gdb.base/pointers.exp: Update.
6431 * gdb.base/prelink.exp: Update.
6432 * gdb.base/printcmds.exp: Update.
6433 * gdb.base/psymtab.exp: Update.
6434 * gdb.base/ptype.exp: Update.
6435 * gdb.base/relational.exp: Update.
6436 * gdb.base/scope.exp: Update.
6437 * gdb.base/setvar.exp: Update.
6438 * gdb.base/shlib-call.exp: Update.
6439 * gdb.base/shreloc.exp: Update.
6440 * gdb.base/signals.exp: Update.
6441 * gdb.base/sizeof.exp: Update.
6442 * gdb.base/so-impl-ld.exp: Update.
6443 * gdb.base/so-indr-cl.exp: Update.
6444 * gdb.base/solib-disc.exp: Update.
6445 * gdb.base/solib-display.exp: Update.
6446 * gdb.base/solib-nodir.exp: Update.
6447 * gdb.base/solib-overlap.exp: Update.
6448 * gdb.base/solib-symbol.exp: Update.
6449 * gdb.base/solib-weak.exp: Update.
6450 * gdb.base/solib.exp: Update.
6451 * gdb.base/store.exp: Update.
6452 * gdb.base/structs.exp: Update.
6453 * gdb.base/structs2.exp: Update.
6454 * gdb.base/type-opaque.exp: Update.
6455 * gdb.base/unload.exp: Update.
6456 * gdb.base/varargs.exp: Update.
6457 * gdb.base/volatile.exp: Update.
6458 * gdb.base/watch_thread_num.exp: Update.
6459 * gdb.base/watchpoint-solib.exp: Update.
6460 * gdb.base/watchpoint.exp: Update.
6461 * gdb.base/watchpoints.exp: Update.
6462 * gdb.base/whatis.exp: Update.
6463 * gdb.cell/arch.exp: Update.
6464 * gdb.cell/break.exp: Update.
6465 * gdb.cell/bt.exp: Update.
6466 * gdb.cell/core.exp: Update.
6467 * gdb.cell/data.exp: Update.
6468 * gdb.cell/ea-cache.exp: Update.
6469 * gdb.cell/f-regs.exp: Update.
6470 * gdb.cell/fork.exp: Update.
6471 * gdb.cell/gcore.exp: Update.
6472 * gdb.cell/mem-access.exp: Update.
6473 * gdb.cell/ptype.exp: Update.
6474 * gdb.cell/registers.exp: Update.
6475 * gdb.cell/sizeof.exp: Update.
6476 * gdb.cell/solib-symbol.exp: Update.
6477 * gdb.cell/solib.exp: Update.
6478 * gdb.cp/ambiguous.exp: Update.
6479 * gdb.cp/breakpoint.exp: Update.
6480 * gdb.cp/bs15503.exp: Update.
6481 * gdb.cp/casts.exp: Update.
6482 * gdb.cp/class2.exp: Update.
6483 * gdb.cp/cpexprs.exp: Update.
6484 * gdb.cp/cplusfuncs.exp: Update.
6485 * gdb.cp/ctti.exp: Update.
6486 * gdb.cp/dispcxx.exp: Update.
6487 * gdb.cp/gdb1355.exp: Update.
6488 * gdb.cp/gdb2384.exp: Update.
6489 * gdb.cp/gdb2495.exp: Update.
6490 * gdb.cp/infcall-dlopen.exp: Update.
6491 * gdb.cp/local.exp: Update.
6492 * gdb.cp/m-data.exp: Update.
6493 * gdb.cp/m-static.exp: Update.
6494 * gdb.cp/mb-ctor.exp: Update.
6495 * gdb.cp/mb-inline.exp: Update.
6496 * gdb.cp/mb-templates.exp: Update.
6497 * gdb.cp/member-ptr.exp: Update.
6498 * gdb.cp/method.exp: Update.
6499 * gdb.cp/namespace.exp: Update.
6500 * gdb.cp/nextoverthrow.exp: Update.
6501 * gdb.cp/nsdecl.exp: Update.
6502 * gdb.cp/nsrecurs.exp: Update.
6503 * gdb.cp/nsstress.exp: Update.
6504 * gdb.cp/nsusing.exp: Update.
6505 * gdb.cp/pr-1023.exp: Update.
6506 * gdb.cp/pr-1210.exp: Update.
6507 * gdb.cp/pr-574.exp: Update.
6508 * gdb.cp/pr9631.exp: Update.
6509 * gdb.cp/printmethod.exp: Update.
6510 * gdb.cp/psmang.exp: Update.
6511 * gdb.cp/re-set-overloaded.exp: Update.
6512 * gdb.cp/rtti.exp: Update.
6513 * gdb.cp/shadow.exp: Update.
6514 * gdb.cp/templates.exp: Update.
6515 * gdb.cp/try_catch.exp: Update.
6516 * gdb.dwarf2/dw2-ranges.exp: Update.
6517 * gdb.dwarf2/pr10770.exp: Update.
6518 * gdb.fortran/library-module.exp: Update.
6519 * gdb.hp/gdb.aCC/optimize.exp: Update.
6520 * gdb.hp/gdb.aCC/watch-cmd.exp: Update.
6521 * gdb.hp/gdb.base-hp/callfwmall.exp: Update.
6522 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Update.
6523 * gdb.hp/gdb.base-hp/pxdb.exp: Update.
6524 * gdb.hp/gdb.base-hp/sized-enum.exp: Update.
6525 * gdb.hp/gdb.base-hp/so-thresh.exp: Update.
6526 * gdb.hp/gdb.compat/xdb1.exp: Update.
6527 * gdb.hp/gdb.compat/xdb2.exp: Update.
6528 * gdb.hp/gdb.compat/xdb3.exp: Update.
6529 * gdb.hp/gdb.defects/bs14602.exp: Update.
6530 * gdb.hp/gdb.defects/solib-d.exp: Update.
6531 * gdb.hp/gdb.objdbg/objdbg01.exp: Update.
6532 * gdb.hp/gdb.objdbg/objdbg02.exp: Update.
6533 * gdb.hp/gdb.objdbg/objdbg03.exp: Update.
6534 * gdb.hp/gdb.objdbg/objdbg04.exp: Update.
6535 * gdb.mi/gdb792.exp: Update.
6536 * gdb.mi/mi-pending.exp: Update.
6537 * gdb.mi/mi-solib.exp: Update.
6538 * gdb.mi/mi-var-cp.exp: Update.
6539 * gdb.opt/clobbered-registers-O2.exp: Update.
6540 * gdb.opt/inline-bt.exp: Update.
6541 * gdb.opt/inline-cmds.exp: Update.
6542 * gdb.opt/inline-locals.exp: Update.
6543 * gdb.python/py-events.exp: Update.
6544 * gdb.python/py-finish-breakpoint.exp: Update.
6545 * gdb.python/py-type.exp: Update.
6546 * gdb.reverse/solib-precsave.exp: Update.
6547 * gdb.reverse/solib-reverse.exp: Update.
6548 * gdb.server/solib-list.exp: Update.
6549 * gdb.stabs/weird.exp: Update.
6550 * gdb.threads/attach-into-signal.exp: Update.
6551 * gdb.threads/attach-stopped.exp: Update.
6552 * gdb.threads/tls-shared.exp: Update.
6553 * gdb.trace/change-loc.exp: Update.
6554 * gdb.trace/strace.exp: Update.
6555
95c391b6
TT
65562012-06-19 Tom Tromey <tromey@redhat.com>
6557
6558 * gdb.base/whatis.exp: Add tests.
6559
e910f0b6
TT
65602012-06-19 Tom Tromey <tromey@redhat.com>
6561
6562 * gdb.cp/m-static.cc (keepalive): New function.
6563 (gnu_obj_1::method): Use it.
6564
422d65e7
DE
65652012-06-18 Doug Evans <dje@google.com>
6566
6567 * gdb.base/info-fun.exp: New file.
6568 * gdb.base/info-fun.c: New file.
6569 * gdb.base/info-fun-solib.c: New file.
6570
e2e4d78b
JK
65712012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6572
6573 Remove stale dummy frames.
6574 * gdb.base/call-signal-resume.exp (maintenance print dummy-frames)
6575 (maintenance info breakpoints): New tests.
6576 * gdb.base/stale-infcall.c: New file.
6577 * gdb.base/stale-infcall.exp: New file.
6578
1788b2d3
JK
65792012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6580
6581 * gdb.arch/amd64-entry-value-param.S: New file.
6582 * gdb.arch/amd64-entry-value-param.c: New file.
6583 * gdb.arch/amd64-entry-value-param.exp: New file.
6584
663b969e
TT
65852012-06-15 Tom Tromey <tromey@redhat.com>
6586
6587 * gdb.cp/namespace.exp: Add "show lang" test.
6588
8e09ad05
IS
65892012-06-15 Iain Sandoe <iain@codesourcery.com>
6590
6591 * gdb.base/list.exp (test_listsize): Remove $use_gdb_stub special
6592 case. (top level): Use gdb_file_cmd instead of gdb_load.
6593
f85e18ee
JK
65942012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6595
6596 PR tdep/14222
6597 * gdb.arch/i386-sse-stack-align.S: New file.
6598 * gdb.arch/i386-sse-stack-align.c: New file.
6599 * gdb.arch/i386-sse-stack-align.exp: New file.
6600
f3b5e280
KS
66012012-06-13 Keith Seitz <keiths@redhat.com>
6602
6603 PR breakpoints/13798 and mi/11541
6604 * gdb.linespec/ls-errs.exp: Add a few more tests for
6605 filenames with spaces and colons.
6606
50af5481
JK
66072012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6608
6609 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
6610 * gdb.cp/cpexprs.cc (class CV, CV::i, ATTRIBUTE_USED, CV_f): New.
6611 (test_function): Call CV_f.
6612 * gdb.cp/cpexprs.exp (p 'CV::m(int)', p CV::m(int))
6613 (p 'CV::m(int) const', p CV::m(int) const, p 'CV::m(int) volatile')
6614 (p CV::m(int) volatile, p 'CV::m(int) const volatile')
6615 (p CV::m(int) const volatile, p CV_f(int), p CV_f(CV::t))
6616 (p CV_f(CV::i)): New tests.
6617
d55637df
TT
66182012-06-13 Tom Tromey <tromey@redhat.com>
6619
6620 * gdb.base/condbreak.exp: Add tests for "condition" completion.
6621
cc80f267
JK
66222012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6623
6624 Fix regression by the "ambiguous linespec" series.
6625 * gdb.base/break.exp (list marker1, break lineno, delete $bpnum): New
6626 tests.
6627
bb2af9cc
JK
66282012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6629
6630 * lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
6631 missing.
6632
e81a37f7
TT
66332012-06-11 Tom Tromey <tromey@redhat.com>
6634
6635 * gdb.base/longjmp.c (hidden_longjmp): Move expected catch
6636 location...
6637 (main): ...here.
6638
8efd7788
YQ
66392012-06-07 Yao Qi <yao@codesourcery.com>
6640
6641 * gdb.trace/strace.exp: Shorten some too-long lines.
6642
359f5fe6
PA
66432012-06-06 Pedro Alves <palves@redhat.com>
6644
6645 * gdb.threads/clone-new-thread-event.c: New file.
6646 * gdb.threads/clone-new-thread-event.exp: New file.
6647
7b2fe205
YQ
66482012-06-06 Yao Qi <yao@codesourcery.com>
6649
6650 * gdb.base/dprintf.c (main): Add extra parameter when calling
6651 printf and fprintf.
6652 (bar): New function. It is a dead function, but to ensure
6653 'malloc' is linked explicitly.
6654
3eca55e8
YQ
66552012-06-06 Yao Qi <yao@codesourcery.com>
6656
6657 * gdb.base/info-proc.exp: Return if target doesn't support
6658 'info proc'.
6659
91cc9324
JK
66602012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6661
6662 * gdb.base/freebpcmd.exp (set lines): Check valid range of I.
6663 (run program with breakpoint commands): XFAIl if it is not.
6664
c56e7c43
JB
66652012-06-05 Joel Brobecker <brobecker@adacore.com>
6666
6667 * gdb.base/ctxobj-f.c (GET_VERSION): Introduce local variable
6668 and add comment.
6669 * gdb.base/ctxobj-m.c (main): Rewrite, and add comment.
6670 * gdb.base/ctxobj.exp: Insert breakpoint in ctxobj-f.c using
6671 "STOP" marker. Adjust testing strategy to make it work on
6672 all targets.
6673
6674 * gdb.base/print-file-var-main.c (main): Rewrite using local
6675 variables and adjust get_version_2's return value check.
6676 Add small comment.
6677 * gdb.base/print-file-var.exp: Insert breakpoint using "STOP"
6678 marker. Adjust testing strategy to make it work on all targets.
6679
ccab2054
JB
66802012-06-05 Joel Brobecker <brobecker@adacore.com>
6681
6682 * gdb.ada/bad-task-bp-keyword: New testcase.
6683
d0d86158
JK
66842012-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6685
6686 * gdb.base/code_elim.exp (add-symbol-file ${testfile1} 0x100000):
6687 Simplify it to ...
6688 (symbol-file ${testfile1}): ... here.
6689 (test eliminated var my_global_symbol)
6690 (test eliminated var my_static_symbol)
6691 (test eliminated var my_global_func, get address of main): Wrap them to
6692 'single psymtabs' and 'single symtabs'
6693 (get address of my_global_symbol, get address of my_static_symbol)
6694 (get address of my_global_func, get address of main): Wrap them to
6695 'order1' and 'order2'.
6696
952cf74c
JK
6697 * gdb.base/code_elim.exp
6698 (add-symbol-file ${testfile1} 0x100000)
6699 (add-symbol-file ${testfile2} 0x200000): Wrap them to 'order1' and
6700 'order2'.
6701 (order1: add-symbol-file ${testfile1} 0x100000)
6702 (order1: add-symbol-file ${testfile2} 0x200000)
6703 (order2: add-symbol-file ${testfile2} 0x200000)
6704 (order2: add-symbol-file ${testfile1} 0x100000): Add -s .data and -s
6705 .bss as appropriate.
6706
0c5bf5a9
JK
67072012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6708
6709 * gdb.server/solib-list-lib.c: New file.
6710 * gdb.server/solib-list-main.c: New file.
6711 * gdb.server/solib-list.exp: New file.
6712
4196f325
MR
67132012-05-25 Maciej W. Rozycki <macro@codesourcery.com>
6714
6715 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
6716 for 'set print symbol' change.
6717
bfb05775
JK
67182012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6719
6720 * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and
6721 .debug_abbrev_seg3.
6722
685b1105
JK
67232012-05-24 John Steele Scott <toojays@toojays.net>
6724
6725 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
6726 * gdb.dwarf2/dw2-icc-opaque.S: New file.
6727 * gdb.dwarf2/dw2-icc-opaque.exp: New file.
6728
f3e0e960
SS
67292012-05-23 Stan Shebs <stan@codesourcery.com>
6730
6731 * gdb.mi/mi-info-os.exp: New file.
6732
11eb1b4d
KS
67332012-05-23 Keith Seitz <keiths@redhat.com>
6734
6735 * gdb.trace/stap-trace.exp: If compile_stap_bin fails,
6736 return -1 to suppress the rest of the tests.
6737 (compile_stap_bin): Return boolean success value.
6738
b1af9e97
TT
67392012-05-21 Tom Tromey <tromey@redhat.com>
6740
6741 * gdb.cp/inherit.exp (test_print_mi_members): Expect errors.
6742 Remove kfails.
6743 (test_print_mi_member_types): Likewise.
6744
248537e3
TT
67452012-05-21 Tom Tromey <tromey@redhat.com>
6746
6747 * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
6748 print symbol' change.
6749
d791e155
TJB
67502012-05-18 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
6751
6752 * gdb.python/py-prompt.exp: Quit if the target is remote.
6753
e77afa2e
JK
67542012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6755
6756 Fix ERROR: internal buffer is full.
6757 * gdb.base/info-os.exp (expect_multiline): New function.
6758 (get process list, get process groups, get threads)
6759 (get file descriptors, get internet-domain sockets)
6760 (get shared-memory regions, get semaphores, get message queues): Use
6761 it for these tests.
6762
9cb709b6
TT
67632012-05-18 Tom Tromey <tromey@redhat.com>
6764
6765 * gdb.mi/mi-var-cmd.exp: Update.
6766 * gdb.objc/basicclass.exp (do_objc_tests): Update.
6767 * gdb.cp/virtbase.exp: Update.
6768 * gdb.cp/classes.exp (test_static_members): Update.
6769 * gdb.cp/casts.exp: Update.
6770 * gdb.base/pointers.exp: Update.
6771 * gdb.base/funcargs.exp (pointer_args): Update.
6772 (structs_by_reference): Update.
6773 * gdb.base/find.exp: Update.
6774 * gdb.base/call-strs.exp: Send "set print symbol off".
6775 * gdb.base/call-ar-st.exp: Update.
6776 * gdb.ada/fun_addr.exp: Update.
6777 * gdb.base/printcmds.exp (test_print_symbol): New proc.
6778 Call it.
6779 (test_print_repeats_10, test_print_strings)
6780 (test_print_char_arrays): Update.
6781
b012acdd
TT
67822012-05-18 Tom Tromey <tromey@redhat.com>
6783
6784 * gdb.base/charset.exp (string_display): Update.
6785
1d51a733
TT
67862012-05-18 Tom Tromey <tromey@redhat.com>
6787
6788 * gdb.mi/mi2-var-display.exp: Update.
6789 * gdb.mi/mi-var-display.exp: Update.
6790 * gdb.mi/mi-var-child.exp: Update.
6791 * gdb.cp/expand-psymtabs-cxx.exp: Update.
6792 * gdb.cp/cp-relocate.exp (get_func_address): Update.
6793
957df313
DE
67942012-05-17 Doug Evans <dje@google.com>
6795
682c7f7b
DE
6796 * info-macros.exp: Pass "debug" to prepare_for_testing.
6797
957df313
DE
6798 * Makefile.in (clean): Remove Fission .dwo and .dwp files.
6799 * gdb.ada/Makefile.in (clean): Ditto.
6800 * gdb.arch/Makefile.in (clean): Ditto.
6801 * gdb.asm/Makefile.in (clean): Ditto.
6802 * gdb.base/Makefile.in (clean): Ditto.
6803 * gdb.cell/Makefile.in (clean): Ditto.
6804 * gdb.cp/Makefile.in (clean): Ditto.
6805 * gdb.disasm/Makefile.in (clean): Ditto.
6806 * gdb.dwarf2/Makefile.in (clean): Ditto.
6807 * gdb.fortran/Makefile.in (clean): Ditto.
6808 * gdb.go/Makefile.in (clean): Ditto.
6809 * gdb.hp/Makefile.in (clean): Ditto.
6810 * gdb.hp/gdb.aCC/Makefile.in (clean): Ditto.
6811 * gdb.hp/gdb.base-hp/Makefile.in (clean): Ditto.
6812 * gdb.hp/gdb.compat/Makefile.in (clean): Ditto.
6813 * gdb.hp/gdb.defects/Makefile.in (clean): Ditto.
6814 * gdb.hp/gdb.objdbg/Makefile.in (clean): Ditto.
6815 * gdb.java/Makefile.in (clean): Ditto.
6816 * gdb.linespec/Makefile.in (clean): Ditto.
6817 * gdb.mi/Makefile.in (clean): Ditto.
6818 * gdb.modula2/Makefile.in (clean): Ditto.
6819 * gdb.multi/Makefile.in (clean): Ditto.
6820 * gdb.objc/Makefile.in (clean): Ditto.
6821 * gdb.opencl/Makefile.in (clean): Ditto.
6822 * gdb.opt/Makefile.in (clean): Ditto.
6823 * gdb.pascal/Makefile.in (clean): Ditto.
6824 * gdb.python/Makefile.in (clean): Ditto.
6825 * gdb.reverse/Makefile.in (clean): Ditto.
6826 * gdb.server/Makefile.in (clean): Ditto.
6827 * gdb.stabs/Makefile.in (clean): Ditto.
6828 * gdb.threads/Makefile.in (clean): Ditto.
6829 * gdb.trace/Makefile.in (clean): Ditto.
6830 * gdb.xml/Makefile.in (clean): Ditto.
6831
abc9d0dc
TT
68322012-05-16 Tom Tromey <tromey@redhat.com>
6833
6834 * gdb.base/macscp1.c (macscp_expr): Add comment.
6835 * gdb.base/macscp.exp: Test __FILE__ and __LINE__.
6836
6a3a010b
MR
68372012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
6838
6839 * gdb.base/return-nodebug.exp: Also test float and double types.
6840
01429c8e
JK
68412012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6842
6843 PR testsuite/12649
6844 * gdb.base/dprintf.exp: Replace gdb_run_cmd by runto main.
6845
54115cd4
JK
6846 * gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
6847
0c5f383f
SDJ
68482012-05-14 Sergio Durigan Junior <sergiodj@redhat.com>
6849
6850 * gdb.base/stap-probe.exp (stap_test): Remove calls to
6851 `rerun_to_main'.
6852 (stap_test_no_debuginfo): Likewise.
6853
e7e0cddf
SS
68542012-05-14 Stan Shebs <stan@codesourcery.com>
6855
6856 * gdb.base/dprintf.c: New file.
6857 * gdb.base/dprintf.exp: New file.
6858
c772f8e7
HZ
68592012-05-14 Hui Zhu <hui_zhu@mentor.com>
6860
6861 * gdb.trace/Makefile.in (PROGS): Add disconnected-tracing.
6862 * gdb.trace/disconnected-tracing.c: New file.
6863 * gdb.trace/disconnected-tracing.exp: New file.
6864
7efc75aa
SCR
68652012-05-13 Siva Chandra Reddy <sivachandra@google.com>
6866
6867 * gdb.python/python.c: Add a new breakpoint comment.
6868 * gdb.python/python.exp: Add tests to test gdb.find_pc_line.
6869
85d4a676
SS
68702011-12-26 Kwok Cheung Yeung <kcy@codesourcery.com>
6871
6872 * gdb.base/info-os.exp: New file.
6873 * gdb.base/info-os.c: New file.
6874
64ea88dc
JB
68752012-05-10 Joel Brobecker <brobecker@adacore.com>
6876
4647ab1b
JB
6877 * gdb.base/print-file-var-lib1.c, gdb.base/print-file-var-lib2.c,
6878 gdb.base/print-file-var-main.c, gdb.base/print-file-var.exp:
6879 New files.
64ea88dc 6880
afba63f1
JB
68812012-05-10 Joel Brobecker <brobecker@adacore.com>
6882
6883 * gdb.base/ctxobj-f.c, gdb.base/ctxobj-m.c, gdb.base/ctxobj-v.c,
6884 gdb.base/ctxobj.exp: New files.
6885
9d198b1e
TT
68862012-05-09 Tom Tromey <tromey@redhat.com>
6887
6888 * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
6889
9bfee719
MR
68902012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
6891
6892 * lib/gdb.exp (gdb_test_multiple): Correct formatting.
6893
3a7341d8
MR
68942012-05-08 Maciej W. Rozycki <macro@codesourcery.com>
6895
6896 * gdb.mi/mi-var-display.exp: Check for the existence of $fp
6897 before using it.
6898
52b3699b
TG
68992012-05-04 Tristan Gingold <gingold@adacore.com>
6900
6901 * gdb.base/set-noassign.exp: New test.
6902
a20ee7a4
SCR
69032012-05-03 Siva Chandra Reddy <sivachandra@google.com>
6904
6905 * gdb.python/py-symbol.exp: Add tests to test the new methods
6906 gdb.Symtab.global_block() and gdb.Symtab.static_block().
6907 * gdb.python/py-symbol.c: Add new struct to help test
6908 gdb.Symtab.static_block().
6909
bf2f0858
DE
69102012-05-03 Doug Evans <dje@google.com>
6911
6912 * gdb.dwarf2/pr13961.S: Add file and source location, but leave
6913 commented out.
6914
2d4e0376
YQ
69152012-05-03 Yao Qi <yao@codesourcery.com>
6916
6917 * gdb.base/catch-syscall.exp: Skip it before compilation if target
6918 doesn't support.
6919 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
6920 * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
6921
6d0bb9f3
YQ
69222012-05-03 Yao Qi <yao@codesourcery.com>
6923
6924 * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
6925
fd820528
DE
69262012-04-30 Doug Evans <dje@google.com>
6927
6928 PR testsuite/13961
6929 * gdb.dwarf2/pr13961.S: New file.
6930 * gdb.dwarf2/pr13961.exp: New file.
6931
b9e219b9
YQ
69322012-04-29 Yao Qi <yao@codesourcery.com>
6933
6934 * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
6935
3019eac3
DE
69362012-04-28 Doug Evans <dje@google.com>
6937
6938 * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
6939 .Ltype_int_in_cu2. Use name "int2" instead of "int".
6940 All uses updated.
6941 * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
6942 "ptype func_cu1" to expand cu2 before cu1.
6943
62e5f89c
SDJ
69442012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6945 Tom Tromey <tromey@redhat.com>
6946
6947 * gdb.base/default.exp: Add `$_probe_arg*' convenience
6948 variables.
6949 * gdb.base/stap-probe.c: New file.
6950 * gdb.base/stap-probe.exp: New file.
6951 * gdb.trace/stap-trace.c: New file.
6952 * gdb.trace/stap-trace.exp: New file.
6953 * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
6954 libgcc's unwinder.
6955
14132e89
MR
69562012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
6957
6958 * gdb.arch/mips16-thunks-inmain.c: New file.
6959 * gdb.arch/mips16-thunks-main.c: New file.
6960 * gdb.arch/mips16-thunks-sin.c: New file.
6961 * gdb.arch/mips16-thunks-sinfrob.c: New file.
6962 * gdb.arch/mips16-thunks-sinfrob16.c: New file.
6963 * gdb.arch/mips16-thunks-sinmain.c: New file.
6964 * gdb.arch/mips16-thunks-sinmips16.c: New file.
6965 * gdb.arch/mips16-thunks.exp: New file.
6966
a766d390
DE
69672012-04-25 Doug Evans <dje@google.com>
6968
6969 * configure.ac: Create gdb.go/Makefile.
6970 * configure: Regenerate.
6971 * gdb.base/default.exp: Add "go" to "set language" testing.
6972 * gdb.go/Makefile.in: New file.
6973 * gdb.go/basic-types.exp: New file.
6974 * gdb.go/chan.exp: New file.
6975 * gdb.go/chan.go: New file.
6976 * gdb.go/handcall.exp: New file.
6977 * gdb.go/handcall.go: New file.
6978 * gdb.go/hello.exp: New file.
6979 * gdb.go/hello.go: New file.
6980 * gdb.go/integers.exp: New file.
6981 * gdb.go/integers.go: New file.
6982 * gdb.go/methods.exp: New file.
6983 * gdb.go/methods.go: New file.
6984 * gdb.go/package.exp: New file.
6985 * gdb.go/package1.go: New file.
6986 * gdb.go/package2.go: New file.
6987 * gdb.go/print.exp: New file.
6988 * gdb.go/strings.exp: New file.
6989 * gdb.go/strings.go: New file.
6990 * gdb.go/types.exp: New file.
6991 * gdb.go/types.go: New file.
6992 * gdb.go/unsafe.exp: New file.
6993 * gdb.go/unsafe.go: New file.
6994 * lib/future.exp: Add Go support.
6995 (gdb_find_go, gdb_find_go_linker): New procs.
6996 (gdb_default_target_compile): Add Go support.
6997 * lib/gdb.exp (skip_go_tests): New proc.
6998 * lib/go.exp: New file.
6999
e65f9ffb
TT
70002012-04-25 Tom Tromey <tromey@redhat.com>
7001
7002 * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
7003
14e75d8e
JK
70042012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
7005 Jan Kratochvil <jan.kratochvil@redhat.com>
7006
7007 PR symtab/7259:
7008 * gdb.base/enumval.c: New test case.
7009 * gdb.base/enumval.exp: New test case.
7010 * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
7011 field.bitpos.
7012
f3525b70
PA
70132012-04-17 Pedro Alves <palves@redhat.com>
7014
7015 * Makefile.in (site.exp): Make site.exp source
7016 $srcdir/lib/append_gdb_boards_dir.exp.
7017 * lib/append_gdb_boards_dir.exp: New file.
7018
bccbefd2
JK
70192012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7020
7021 New option "set auto-load safe-path".
7022 * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
7023 * gdb.python/py-section-script.exp (set auto-load safe-path): New.
7024
bf88dd68
JK
70252012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7026
7027 auto-load: Implementation.
7028 * gdb.base/help.exp (test set height): Increase the height.
7029 * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
7030 to ...
7031 (info auto-load python-scripts): ... here.
7032 * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
7033 to ...
7034 (info auto-load python-scripts *): ... here.
7035
c0d4d1c0
YQ
70362012-04-16 Yao Qi <yao@codesourcery.com>
7037
7038 * lib/trace-support.exp (get_in_proc_agent): New.
7039 * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
7040 of in process trace agent.
7041 * gdb.trace/ftrace.exp: Likewise.
7042 * gdb.trace/pending.exp: Likewise.
7043 * gdb.trace/trace-break.exp: Likewise.
7044 * gdb.trace/trace-mt.exp
7045 * gdb.trace/tspeed.exp: Likewise.
7046 * gdb.trace/tstatus.exp
7047 * gdb.trace/strace.exp: Likewise.
7048
cbf68a60
TS
70492012-04-16 Thomas Schwinge <thomas@codesourcery.com>
7050
dd6d3b70
TS
7051 * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
7052 symbol _stack is defined. Get rid of a hard-coded constant for _stack.
7053
cbf68a60
TS
7054 * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
7055
8264ba82
AG
70562012-04-14 Anton Gorenkov <xgsa@yandex.ru>
7057
7058 PR mi/13393
7059 * gdb.mi/mi-var-rtti.cc: New file.
7060 * gdb.mi/mi-var-rtti.exp: New file.
7061 * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
7062 function.
7063 (mi_varobj_update_with_type_change): updated to avoid code duplication.
7064
de0919f8 70652012-04-11 Siva Chandra Reddy <sivachandra@google.com>
06fc020f
SCR
7066
7067 * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
7068 EXECUTABLES.
7069 * gdb.python/py-explore.c: C program used for testing the new
7070 'explore' command on C constructs.
7071 * gdb.python/py-explore.cc: C++ program used for testing the new
7072 'explore' command on C++ constructs.
7073 * gdb-python/py-explore.exp: Tests for the new 'explore'
7074 command on C constructs.
7075 * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
7076 command on C++ constructs.
7077
a82da7dd
MK
70782012-04-07 Mark Kettenis <kettenis@gnu.org>
7079
7080 * gdb.base/funcargs.exp (complex_args): Fix typo.
7081
e127cba8
JK
70822012-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7083
7084 * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
7085 (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
7086
40e084e1
KS
70872012-04-05 Keith Seitz <keiths@redhat.com>
7088
7089 * gdb.base/advance.exp: Update error message for
7090 "advance malformed" test.
7091 * gdb.base/break.exp: Likewise for "breakpoint with
7092 trailing garbage" test.
7093 * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
7094 with trailing garbage" test.
7095 * gdb.base/sepdebug.exp: Likewise for "breakpoint with
7096 trailng garbage" test.
7097 * gdb.base/until.exp: Likewise for "malformed until" test.
7098 * gdb.cp/ovldbreak.exp: Create the breakpoint table
7099 for "breakpoint info (after setting on all)".
7100 * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
7101 tests.
7102 * gdb.cp/cplabel.cc: New file.
7103 * gdb.cp/cplabel.exp: New test.
7104 * gdb.linespec/ls-errs.c: New file.
7105 * gdb.linespec/ls-errs.exp: New test.
7106
a72c8f6a
JK
71072012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7108
7109 * gdb.trace/unavailable.exp
7110 (collect globals: print object on: print derived_partial)
7111 (collect globals: print object on: print derived_whole)
7112 (collect globals: print object off: print derived_partial)
7113 (collect globals: print object off: print derived_whole): Update
7114 expected output.
7115
f87a3023
KS
71162012-03-30 Keith Seitz <keiths@redhat.com>
7117
7118 * gdb.python: Add test for linespecs with commas.
7119
e2171b3c
KS
71202012-03-28 Keith Seitz <keiths@redhat.com>
7121
7122 * gdb.linespec/ls-dollar.cc: New file.
7123 * gdb.linespec/ls-dollar.exp: New test.
7124
71252012-03-28 Keith Seitz <keiths@redhat.com>
0e4acfcc
KS
7126
7127 * gdb.cp/namespace.exp: Add breakpoint tests for functions
7128 starting with the global namespace.
7129
2f4e0a80
DE
71302012-03-23 Doug Evans <dje@google.com>
7131
7132 * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
7133
7b282c5a
SCR
71342012-03-22 Siva Chandra Reddy <sivachandra@google.com>
7135
7136 * gdb.python/py-value.cc: Add test case for testing the
7137 methodology exposing C++ values to Python.
7138 * gdb.python/py-value-cc.exp: Add tests testing the methodology
7139 exposing C++ values to Python.
7140 * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
7141
2e98ca53
JK
71422012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7143 Siddhesh Poyarekar <siddhesh@redhat.com>
7144
7145 * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
7146 * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
7147 (generate native core dump): Make the test unsupported if core cannot
7148 be generated.
7149
8320cc4f
JK
71502012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7151
7152 * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
7153 for cmdarg_vec = NULL. Remove entries for cmdsize = 1, cmdarg = and
7154 ncmd = 0. New entry for VEC_cleanup cmdarg_s.
7155
3a69ffb2
JK
71562012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
7157
7158 * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
7159
8fabffee
DE
71602012-03-17 Doug Evans <dje@google.com>
7161
7162 * dg-extract-results.sh: Handle KFAILs.
7163
ab260dad
JK
71642012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7165
7166 PR symtab/13777
7167 * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
7168
53ba8333
JB
71692012-03-16 Joel Brobecker <brobecker@adacore.com>
7170
7171 * gdb.ada/set_pckd_arr_elt: New testcase.
7172
481860b3
GB
71732012-03-16 Gary Benson <gbenson@redhat.com>
7174
7175 PR breakpoints/10738
7176 * gdb.opt/inline-break.exp: New file.
7177 * gdb.opt/inline-break.c: Likewise.
d4ba18a2
DE
7178 * gdb.dwarf2/dw2-inline-break.exp: Likewise.
7179 * gdb.dwarf2/dw2-inline-break.S: Likewise.
481860b3
GB
7180 * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
7181 * gdb.base/async-shell.exp: Likewise.
7182 * lib/mi-support.exp (library_loaded_re): Likewise.
7183
410528f0
TT
71842012-03-15 Tom Tromey <tromey@redhat.com>
7185
7186 * gdb.cp/virtfunc2.exp: Update expected output.
7187 * gdb.cp/pr9631.exp: Update expected output.
7188 * gdb.cp/member-ptr.exp: Update expected output.
7189 * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
7190 output.
7191 * gdb.cp/casts.exp: Update expected output.
7192
c4aeac85
TT
71932012-03-15 Tom Tromey <tromey@redhat.com>
7194
7195 * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
7196 (test_info_vtbl): Likewise.
7197 (do_tests): Call test_info_vtbl.
7198 * gdb.cp/virtfunc.cc (va): New global.
7199
856d06f9
TS
72002012-03-15 Thomas Schwinge <thomas@codesourcery.com>
7201
7202 * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
7203 describing DWARF data structures.
7204 * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
7205 * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
7206 * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
7207 * gdb.dwarf2/dw2-entry-value.S: Likewise.
7208 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
7209 * gdb.dwarf2/dw2-param-error.S: Likewise.
7210 * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
7211 * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
7212 * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
7213 * gdb.dwarf2/implptr-optimized-out.S: Likewise.
7214 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
7215 * gdb.dwarf2/pr11465.S: Likewise.
7216
e837f12a
JK
72172012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7218
7219 * gdb.mi/mi2-prompt.exp: New file.
7220
ccbb4f28
JB
72212012-03-13 Joel Brobecker <brobecker@adacore.com>
7222
7223 * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
7224
32039130
JB
72252012-03-13 Joel Brobecker <brobecker@adacore.com>
7226
7227 * gdb.ada/bp_range_type: New testcase.
7228
16899756
DE
72292012-03-13 Doug Evans <dje@google.com>
7230
7231 * gdb.base/default.exp: Delete tests for symbol-reloading.
7232 * gdb.base/help.exp: Ditto.
7233 * gdb.base/setshow.exp: Ditto.
7234 * gdb.base/gdb_history: Delete references to symbol-reloading.
7235
87b0bb13
JK
72362012-03-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7237
7238 * gdb.base/attach-twice.c: New files.
7239 * gdb.base/attach-twice.exp: New files.
7240
0d7941a9
KS
72412012-03-08 Keith Seitz <keiths@redhat.com>
7242
7243 * lib/gdb.exp (gdb_get_line_number): Throw an
7244 error instead of returning -1.
7245 * gdb.base/break.exp: Remove unused variable
7246 bp_location5.
7247 * gdb.base/hbreak2.exp: Likewise.
7248 * gdb.base/sepdebug.exp: Likewise.
7249
f4647387
YQ
72502012-03-08 Yao Qi <yao@codesourcery.com>
7251 Pedro Alves <palves@redhat.com>
7252
7253 Fix PR server/13392.
7254 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
7255 (tracepoint_change_loc_2): Remove kfail. Return if failed to
7256 download tracepoints.
7257 * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
7258 (pending_tracepoint_resolved_during_trace): Likewise.
7259 (pending_tracepoint_installed_during_trace): Likewise.
7260 (pending_tracepoint_with_action_resolved): Likewise.
7261
83c532cb
KS
72622012-03-08 Keith Seitz <keiths@redhat.com>
7263
7264 * gdb.ada/array_bounds.exp: Get breakpoint for line
7265 with "START", not "STOP".
7266 * gdb.python/py-infthread.exp: Do not continue to
7267 line marked "Break here.", which is undefined.
7268
d6b6bbb7
LM
72692012-03-08 Luis Machado <lgustavo@codesourcery.com>
7270
7271 Revert:
7272
7273 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7274
7275 Implement testsuite workaround for PR breakpoints/13781.
7276 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
7277 (set breakpoint condition-evaluation host): New conditional command.
7278
7fe25d9b
JK
72792012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7280
7281 Fix CU relative vs. absolute DIE offsets.
7282 * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
7283 one.
7284
51898c15
JK
72852012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7286
7287 Fix false FAIL on distros with relro linkage as default.
7288 * gdb.reverse/solib-precsave.exp: Try to compile the test using
7289 -Wl,-z,norelro first.
7290
8131799e
JB
72912012-03-06 Joel Brobecker <brobecker@adacore.com>
7292
7293 * gdb.ada/bp_on_var: New testcase.
7294
ba241969
JB
72952012-03-06 Joel Brobecker <brobecker@adacore.com>
7296
7297 * gdb.ada/bp_enum_homonym: New testcase.
7298
abe49676
YQ
72992012-03-06 Yao Qi <yao@codesourcery.com>
7300
7301 * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
7302 x86_64-*-* and i?86-*-*.
7303 Set up KFAIL for gdb/13808.
7304
d8df103b
TT
73052012-03-05 Tom Tromey <tromey@redhat.com>
7306
7307 * gdb.ada/operator_bp.exp: Clear debug-file-directory.
7308 * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
7309
b7b189f3
TT
73102012-03-05 Tom Tromey <tromey@redhat.com>
7311
7312 * gdb.java/jprint.java (jprint.main): Keep 'x' live.
7313
69dc1c4d
YQ
73142012-03-04 Yao Qi <yao@codesourcery.com>
7315
7316 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
7317 messages for KFAIL.
7318
3f20c47f
JK
73192012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7320
7321 * gdb.ada/arrayidx.exp: Call get_compiler_info. New variable old_gcc.
7322 (print one_two_three, indexes off, print few_reps, indexes off)
7323 (print many_reps, indexes off, print empty, indexes off)
7324 (print one_two_three, print few_reps, print many_reps, print empty):
7325 Call setup_xfail if $gcc_old.
7326
abf1152a
JK
73272012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7328
7329 Implement testsuite workaround for PR breakpoints/13781.
7330 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
7331 (set breakpoint condition-evaluation host): New conditional command.
7332
a06715f8
JK
73332012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7334
7335 Code cleanup.
7336 * gdb.cp/mb-templates.exp: New variables executable. Use it for
7337 binfile. use clean_restart. Replace gdb_expect by gdb_test_multiple.
7338 Replace GDB restart by kill and delete_breakpoints. Replace breakpoint
7339 number 1 by $bpnum. Four times.
7340
5808517f
YQ
73412012-03-03 Yao Qi <yao@codesourcery.com>
7342
7343 * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
7344
dfe2ac14
JK
73452012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7346
7347 Setup KFAIL for PR server/13796.
7348 * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
7349
8bbc467a
JB
73502012-03-02 Joel Brobecker <brobecker@adacore.com>
7351
7352 * gdb.ada/operator_bp: New testcase.
7353
c0eac87f
JB
73542012-03-02 Joel Brobecker <brobecker@adacore.com>
7355
7356 * gdb.ada/info_locals_renaming: New testcase.
7357
4f42c881
TT
73582012-03-02 Tom Tromey <tromey@redhat.com>
7359
7360 * gdb.base/nextoverexit.c: New file.
7361 * gdb.base/nextoverexit.exp: New file.
7362
7380c0c9
EBM
73632012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
7364
7365 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
7366 parameter.
7367
1faeff08
MR
73682012-03-01 Maciej W. Rozycki <macro@mips.com>
7369
7370 * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
7371 core registers.
7372
320b6f49 73732012-03-01 Maciej W. Rozycki <macro@mips.com>
6fdff2c5
PA
7374 Maciej W. Rozycki <macro@codesourcery.com>
7375 Daniel Jacobowitz <dan@codesourcery.com>
320b6f49
MR
7376
7377 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
7378
ad5f7d6e
PA
73792012-03-01 Pedro Alves <palves@redhat.com>
7380
7381 PR gdb/13767
7382
7383 * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
7384 (gdb_collect_globals_test): Call it.
7385
d3dc44a6
KS
73862012-03-01 Keith Seitz <keiths@redhat.com>
7387
7388 * gdb.cp/method2.exp: Output of overload menu is now
7389 alphabetized. Update tests for "break A::method".
7390 * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
7391 of hard-coding them.
7392 Overload menu is alphabetized: rewrite to accommodate.
7393 Unset variables LINE and TYPES which are used in other tests.
7394 Compute the output of "info break".
7395 Update the breakpoint table after all breakpoints are deleted.
7396 (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
7397 compute ACTUALS and the method body based on parameters.
7398 Update expected output accordingly.
7399 * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
7400 unique comments to allow the use of gdb_get_line_number.
7401
74022012-03-01 Keith Seitz <keiths@redhat.com>
7403
7404 * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
7405 some Tcl syntax.
7406 * gdb.cp/ovldbreak.exp: Likewise.
7407
7949c2a0
KS
74082012-03-01 Keith Seitz <keiths@redhat.com>
7409
7410 * gdb.base/help.exp (help show user): Update expected result
7411 for new doc string changes (add "non-python").
7412
7d74f244
DE
74132012-03-01 Scott J. Goldman <scottjg@vmware.com>
7414
7415 * gdb.python/py-cmd.exp: Add test to verify that python commands can
7416 be put in the user-defined category and that the commands appear in
7417 "help user-defined".
7418
1b611343
JB
74192012-02-29 Joel Brobecker <brobecker@adacore.com>
7420
7421 * gdb.ada/tagged_not_init: New testcase.
7422
99b1c762
JB
74232012-02-29 Joel Brobecker <brobecker@adacore.com>
7424
7425 * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
7426 * gdb.ada/enum_idx_packed: New testcase.
7427
2d4a02ee
JB
74282012-02-29 Joel Brobecker <brobecker@adacore.com>
7429
7430 * gdb.ada/aliased_array: New testcase.
7431
2e6fda7d
JB
74322012-02-29 Joel Brobecker <brobecker@adacore.com>
7433
7434 * gdb.ada/whatis_array_val: New testcase.
7435
9a7f938f
JK
74362012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7437
7438 Fix disp-step-syscall.exp: fork: single step over fork.
7439 * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
7440 whitespaces.
7441 (single step over $syscall): Remove its check.
7442 (single step over $syscall final pc): New check.
7443
8703a944
JK
74442012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7445
7446 Support processors without SSSE3.
7447 * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
7448 pabsd into ...
7449 (ssse3_test): ... a new function.
7450 (main): Call ssse3_test.
7451 * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
7452 Update expected values everywhere.
7453 (reverse-step to pabsd, verify xmm0 after reverse pabsd)
7454 (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
7455 (reverse-step to pabsw, verify xmm0 after reverse pabsw)
7456 (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
7457 (reverse-step to pabsb, verify xmm0 after reverse pabsb)
7458 (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
7459 Move these tests lower.
7460 (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
7461 (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
7462 (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
7463 New tests.
7464
c03e6ccc
YQ
74652012-02-29 Yao Qi <yao@codesourcery.com>
7466 Pedro Alves <palves@redhat.com>
7467
7468 * gdb.trace/trace-mt.c: New.
7469 * gdb.trace/trace-mt.exp: New.
7470
7964b62a
TS
74712012-02-28 Thomas Schwinge <thomas@codesourcery.com>
7472
2c8910ba
TS
7473 * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
7474 numbers instead of hardcoding them.
7475 * gdb.base/annota1.c: Provide suitable markers.
7476 * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
7477 numbers instead of hardcoding them.
7478 * gdb.base/annota3.c: Provide suitable markers.
7479
7480 * gdb.base/annota1.c [__sh__]: Remove any special-casing.
7481 * gdb.base/annota3.c: Likewise.
7482 * gdb.base/sigall.c: Likewise.
7483 * gdb.base/signals.c: Likewise.
7484 * gdb.reverse/sigall-reverse.c: Likewise.
7964b62a 7485
5a41c0b7
MR
74862012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
7487
7488 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
7489 failure return path.
7490
ebbbe5c5
LM
74912012-02-27 Luis Machado <lgustavo@codesourcery.com>
7492
7493 * gdb.base/save-bp.exp: Account for new condition evaluator output.
7494
8d126d8a
LM
74952012-02-24 Luis Machado <lgustavo@codesourcery.com>
7496
7497 * gdb.base/cond-eval-mode.exp: New file.
7498
11337c2f
PA
74992012-02-24 Pedro Alves <palves@redhat.com>
7500
7501 * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
7502 (top level): Use with_test_prefix.
7503
13fc3e3c
PA
75042012-02-24 Pedro Alves <palves@redhat.com>
7505
7506 * gdb.threads/attach-into-signal.exp (corefunc): Use
7507 with_test_prefix.
7508
07c1b626
JK
75092012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7510
7511 Fix false FAILs on old CPUs without SSE.
7512 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
7513 Return untested for Illegal instruction.
7514
596ba138
JK
75152012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7516
7517 Fix false FAILs with glibc debug infos installed.
7518 * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
7519 * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
7520
aeaa2474
SA
75212012-02-22 Sterling Augustine <saugustine@google.com>
7522
7523 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
7524 constant with cast.
7525
aed555c9
PA
75262012-02-21 Pedro Alves <palves@redhat.com>
7527
7528 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
7529
78afebb4
PA
75302012-02-21 Pedro Alves <palves@redhat.com>
7531
7532 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
7533
fdcfef12
PA
75342012-02-21 Pedro Alves <palves@redhat.com>
7535
7536 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
7537 with_test_prefix.
7538
0f4d39d5
PA
75392012-02-21 Pedro Alves <palves@redhat.com>
7540
7541 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
7542 with_test_prefix here.
7543 (top level): Do it here instead. Remove `:' from the
7544 with_test_prefix string.
7545 * gdb.base/attach-pie-misread.exp: Remove the leading space the
7546 the suffix `:' from the with_test_prefix prefix string.
7547 * gdb.base/break-interp.exp: Ditto.
7548 * gdb.base/catch-load.exp: Ditto.
7549 * gdb.base/disp-step-syscall.exp: Ditto.
7550 * gdb.base/jit-so.exp: Ditto.
7551 * gdb.base/jit.exp: Ditto.
7552 * gdb.base/sepdebug.exp: Ditto.
7553 * gdb.base/solib-display.exp: Ditto.
7554 * gdb.base/solib-overlap.exp: Ditto.
7555 * gdb.base/watch-cond-infcall.exp: Ditto.
7556 * gdb.base/watchpoint.exp: Ditto.
7557 * gdb.dwarf2/dw2-noloc.exp: Ditto.
7558 * gdb.mi/mi-watch.exp: Ditto.
7559 * gdb.mi/mi2-watch.exp: Ditto.
7560 * gdb.threads/non-ldr-exc-1.exp: Ditto.
7561 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7562 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7563 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7564 * gdb.threads/watchpoint-fork.exp: Ditto.
7565 * gdb.threads/watchthreads-reorder.exp: Ditto.
7566 * gdb.trace/change-loc.exp: Ditto.
7567 * gdb.trace/pending.exp: Ditto.
7568 * gdb.trace/status-stop.exp: Ditto.
7569 * gdb.trace/strace.exp: Ditto.
7570 * gdb.trace/trace-break.exp: Ditto.
7571 * gdb.trace/unavailable.exp: Ditto.
7572 * lib/gdb.exp (with_test_prefix): Always prefix with space and
7573 suffix with colon. Adjust leading comments.
7574
6a5870ce
PA
75752012-02-21 Pedro Alves <palves@redhat.com>
7576 Tom Tromey <tromey@redhat.com>
7577
7578 * lib/gdb.exp: Add description of test prefixes.
7579 (with_test_prefix): New procedure.
7580 * gdb.arch/altivec-abi.exp: Use with_test_prefix.
7581 * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
7582 * gdb.base/break-interp.exp: Use with_test_prefix. Use append
7583 instead of lappend to append to pf_prefix.
7584 * gdb.base/catch-load.exp: Use with_test_prefix.
7585 * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
7586 * gdb.base/jit-so.exp: Use with_test_prefix.
7587 * gdb.base/jit.exp: Use with_test_prefix.
7588 * gdb.base/return-nodebug.exp (do_test): Use append instead of
7589 lappend to append to pf_prefix.
7590 * gdb.base/sepdebug.exp: Use with_test_prefix.
7591 * gdb.base/solib-display.exp: Use with_test_prefix.
7592 * gdb.base/solib-overlap.exp: Use with_test_prefix.
7593 * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
7594 * gdb.base/watchpoint.exp: Use with_test_prefix.
7595 * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
7596 * gdb.mi/mi-watch.exp: Use with_test_prefix.
7597 * gdb.mi/mi2-watch.exp: Use with_test_prefix.
7598 * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
7599 * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
7600 * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
7601 * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
7602 * gdb.threads/watchpoint-fork.exp: Use with_test_prefix. Use
7603 append instead of lappend to append to pf_prefix.
7604 * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
7605 * gdb.trace/change-loc.exp: Use with_test_prefix.
7606 * gdb.trace/pending.exp: Use with_test_prefix.
7607 * gdb.trace/status-stop.exp: Use with_test_prefix.
7608 * gdb.trace/strace.exp: Use with_test_prefix.
7609 * gdb.trace/trace-break.exp: Use with_test_prefix.
7610 * gdb.trace/unavailable.exp: Use with_test_prefix. Use append
7611 instead of lappend to append to pf_prefix.
7612
35dc4a6b
JK
76132012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7614
7615 Fix racy FAILs.
7616 * gdb.base/inferior-died.c (main): Add return of 0.
7617 * gdb.base/inferior-died.exp (continue): Fix expectation of
7618 asynchronous events.
7619 (p 1): New test.
7620
c5a006e6
PA
76212012-02-20 Pedro Alves <palves@redhat.com>
7622
7623 * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
7624 lin-lwp output. Set SIGALRM to stop. Adjust tests to not rely on
7625 gdb's internal debug output. For the non-threaded case, look for
7626 "Program received signal SIGLARM", for the threaded case, peek at
7627 the thread's siginfo.
7628
cc51a170
PA
76292012-02-20 Pedro Alves <palves@redhat.com>
7630
7631 General cleanup, make output test messages unique, and build
7632 different executable files for the non-threaded and threaded
7633 cases.
7634
7635 * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
7636 Delete.
7637 (executable_nothr, executable_thr): New globals.
7638 (top level): Adjust to delete both executables.
7639 (corefunc): New parameter $executable. Set $pf_prefix instead of
7640 hand writing a prefix in tests. Issue a clean_restart and enable
7641 lin-lwp debug output here.
7642 (top level): Adjust. Use build_executable. Don't start gdb here,
7643 and don't enable lin-lwp debug output here.
7644 * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
7645
c755f03d
JK
76462012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7647
7648 Fix racy FAILs.
7649 * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
7650 "continue" command.
7651
6bec5e0a
JK
76522012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7653
7654 Fix for gdbserver non-extended mode.
7655 * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
7656 and gdb_run_cmd.
7657
2e8265fd
TT
76582012-02-17 Tom Tromey <tromey@redhat.com>
7659
7660 * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
7661 * gdb.python/py-events.exp: Check 'dir' output.
7662 * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
7663
9e507076
YQ
76642012-02-17 Yao Qi <yao@codesourcery.com>
7665
7666 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
7667
32d22ab1
TT
76682012-02-16 Tom Tromey <tromey@redhat.com>
7669
7670 * gdb.base/inferior-died.c: Don't include stdio.h.
7671
9addecb9
TT
76722012-02-16 Tom Tromey <tromey@redhat.com>
7673
7674 * gdb.base/inferior-died.c: New file.
7675 * gdb.base/inferior-died.exp: New file.
7676
4cb6da1c
AR
76772012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
7678
7679 * gdb.base/break-inline.exp: New file.
7680 * gdb.base/break-inline.c: New file.
7681
3af2590d
TT
76822012-02-15 Tom Tromey <tromey@redhat.com>
7683
7684 * gdb.base/pc-fp.exp: Add "info register" tests.
7685
29988831
TT
76862012-02-15 Tom Tromey <tromey@redhat.com>
7687
7688 * gdb.base/regs.exp: Remove.
7689
10010058
PA
76902012-02-15 Pedro Alves <palves@redhat.com>
7691
7692 * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
7693 the target doesn't support tracepoints.
7694 * gdb.trace/circ.exp: Ditto.
7695 * gdb.trace/collection.exp: Ditto.
7696 * gdb.trace/packetlen.exp: Ditto.
7697 * gdb.trace/passc-dyn.exp: Ditto.
7698 * gdb.trace/report.exp: Ditto.
7699 * gdb.trace/tfind.exp: Ditto.
7700 * gdb.trace/tspeed.exp: Ditto.
7701 * gdb.trace/tsv.exp: Ditto.
7702 * gdb.trace/unavailable.exp: Ditto.
7703 * gdb.trace/while-dyn.exp: Ditto.
7704
a2e0062d
PA
77052012-02-15 Pedro Alves <palves@redhat.com>
7706
7707 * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
7708 gdb_test_multiple, and call unsupported instead of fail, if the
7709 remote side does not support the request.
7710
a1999d40
PA
77112012-02-15 Pedro Alves <palves@redhat.com>
7712
7713 * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
7714 * gdb.server/ext-run.exp: Make sure gdb is disconnected.
7715 * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
7716 * gdb.server/server-mon.exp: Make sure gdb is disconnected.
7717 * gdb.server/server-run.exp: Make sure gdb is disconnected.
7718 * lib/gdbserver-support.exp (gdbserver_start_extended): Only
7719 prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
7720 doesn't start with "extended-" already.
7721
7cee1e54
PA
77222012-02-15 Pedro Alves <palves@redhat.com>
7723
7724 Support extended-remote. Avoid cascading timeouts.
7725
7726 * gdb.base/attach.exp (do_attach_tests): Add expected output for
7727 the extended-remote target. If attaching with no file fails, load
7728 the file manually.
7729 * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
7730
816338b5
SS
77312012-02-14 Stan Shebs <stan@codesourcery.com>
7732
7733 * gdb.base/ena-dis-br.exp: Add enable count test.
7734
cc30c4bd
PA
77352012-02-13 Pedro Alves <palves@redhat.com>
7736
7737 * config/mips-idt.exp: Delete.
7738 * gdb.base/a2-run.exp: Remove mips-idt xfails.
7739 * gdb.base/bitfields.exp: Remove mips-idt restarts.
7740 * gdb.base/break.exp: Remove mips-idt references.
7741 * gdb.base/chng-syms.exp: Ditto.
7742 * gdb.base/default.exp: Ditto.
7743 * gdb.base/funcargs.exp (funcargs_reload): Delete.
7744 (top level): Don't call it.
7745 * gdb.base/opaque.exp: Remove mips-idt restarts.
7746 * gdb.base/ptype.exp: Remove mips-idt xfails.
7747 * gdb.base/scope.exp: Remove mips-idt restarts.
7748 * gdb.base/sepdebug.exp: Remove mips-idt references.
7749 * gdb.base/watchpoint.exp (maybe_clean_restart)
7750 (maybe_reinitialize): Delete.
7751 (test_disabling_watchpoints, test_disabling_watchpoints)
7752 (test_watchpoint_triggered_in_syscall)
7753 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
7754 Don't call them.
7755
57008375
JK
77562012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7757
7758 * gdb.server/server-exec-info.exp: New file.
7759
4a2d9c08
PA
77602012-02-10 Pedro Alves <palves@redhat.com>
7761
7762 * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
7763 always non-empty.
7764 (test_attach): Always pass $exec to test_attach_gdb.
7765
09fa21bd
TT
77662012-02-08 Tom Tromey <tromey@redhat.com>
7767
7768 * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
7769 before inferior is started.
7770
f0823d2c
TT
77712012-02-07 Tom Tromey <tromey@redhat.com>
7772
7773 * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
7774 Symbol.value.
7775 * gdb.python/py-symbol.c (qq): Set default value.
7776
77772012-02-07 Tom Tromey <tromey@redhat.com>
64e7d9dd
TT
7778
7779 * gdb.python/py-symbol.c (qq): New global.
7780 * gdb.python/py-symbol.exp: Add test for frame-less
7781 lookup_symbol.
7782 * gdb.python/py-symtab.exp: Fix line number.
7783
f7e44f65
JB
77842012-02-03 Joel Brobecker <brobecker@adacore.com>
7785
7786 * gdb.ada/mi_task_arg: New testcase.
7787
4c9ed63c
PA
77882012-02-02 Pedro Alves <palves@redhat.com>
7789
7790 * gdb.reverse/until-precsave.exp: Also put "record save" under the
7791 extended timeout.
7792
c0b9f2c6
PA
77932012-02-02 Pedro Alves <palves@redhat.com>
7794
7795 * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
7796 * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
7797
5f8cefd7
PA
77982012-02-02 Pedro Alves <palves@redhat.com>
7799
7800 * gdb.base/term.exp: Rewrite.
7801 * gdb.base/term.c: New.
7802
2f3a2569
PA
78032012-02-02 Pedro Alves <palves@redhat.com>
7804
7805 * gdb.base/default.exp (run "r" abbreviation, run): Add
7806 extended-remote expected output.
7807
f149aabd
TT
78082012-02-02 Tom Tromey <tromey@redhat.com>
7809
7810 * gdb.cp/dispcxx.exp: New file.
7811 * gdb.cp/dispcxx.cc: New file.
7812
03bef283
TT
78132012-02-01 Tom Tromey <tromey@redhat.com>
7814
7815 * gdb.base/jit-simple.exp: New file.
7816 * gdb.base/jit-simple.c: New file.
7817
a79b18b5
YQ
78182012-01-30 Yao Qi <yao@codesourcery.com>
7819
7820 * gdb.base/skip.exp: Make test result unique.
7821
f0d1a53e
JK
78222012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7823
7824 * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
7825 compatibility with valgrind-3.7.0.
7826
4b3c9f41
PA
78272012-01-27 Pedro Alves <palves@redhat.com>
7828
7829 * gdb.base/watchpoint.exp (no_hw): New global.
7830 (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
7831 disable hw watchpoints.
7832 (test_wide_location_1, test_wide_location_2): If no_hw is set,
7833 don't expect hw watchpoints.
7834 (no_hw_watchpoints): Always clean restart.
7835 (do_tests): New procedure, factored out from the top level.
7836 (top level): Run tests twice. Once with hw watchpoints enabled,
7837 another time with hw watchpoints disabled.
7838
a13491c8
PA
78392012-01-27 Pedro Alves <palves@redhat.com>
7840
7841 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
7842 out from the top level.
7843 (top level): Call it instead.
7844
f2c8a051
PA
78452012-01-27 Pedro Alves <palves@redhat.com>
7846
7847 * gdb.base/watchpoint.exp (top level): Re-enable hardware
7848 watchpoints sooner.
7849
654d7a9e
PA
78502012-01-27 Pedro Alves <palves@redhat.com>
7851
7852 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
7853
274f47f3
PA
78542012-01-27 Pedro Alves <palves@redhat.com>
7855
7856 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
7857 "You may have requested too many hardware
7858 breakpoints/watchpoints".
7859
e4d63ba2
PA
78602012-01-27 Pedro Alves <palves@redhat.com>
7861
7862 * gdb.base/watchpoint.exp (maybe_clean_restart)
7863 (maybe_reinitialize): New.
7864 (test_disabling_watchpoints): Call maybe_reinitialize. Don't
7865 expect "hit N times".
7866 (test_disabling_watchpoints, test_complex_watchpoint)
7867 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
7868 Call maybe_clean_restart.
7869 (top level): Use clean_restart. Remove "mips-idt-*"
7870 reinitialization.
7871
dbd95daf
PA
78722012-01-27 Pedro Alves <palves@redhat.com>
7873
7874 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
7875
f3ad2025
PA
78762012-01-27 Pedro Alves <palves@redhat.com>
7877
7878 * gdb.base/watchpoint.exp: Clean restart after tests that don't
7879 require `initialize' anymore. Remove unnecessary `initialize'
7880 calls.
7881
100aa3ae
PA
78822012-01-27 Pedro Alves <palves@redhat.com>
7883
7884 * gdb.base/watchpoint.exp (wp_set): Delete.
7885 (initialize, test_simple_watchpoint, top level): Remove dead code.
7886
c79a8e11
PA
78872012-01-27 Pedro Alves <palves@redhat.com>
7888
7889 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
7890 typo.
7891
048fe15a
PA
78922012-01-27 Pedro Alves <palves@redhat.com>
7893
7894 * config/extended-gdbserver.exp: New file.
7895 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
7896 comment.
7897 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
7898 * boards/native-extended-gdbserver.exp: New file.
7899
4033a6bf
PA
79002012-01-26 Pedro Alves <palves@redhat.com>
7901
7902 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
7903 and gdb_test_multiple.
7904
3d7f4b81
PA
79052012-01-26 Pedro Alves <palves@redhat.com>
7906
7907 Make test messages unique, and more identifiable.
7908 * gdb.multi/watchpoint-multi.exp: Change test messages.
7909
484abf42
TT
79102012-01-25 Tom Tromey <tromey@redhat.com>
7911
7912 * gdb.base/solib-disc.exp: Fix regexps.
7913
edcc5120
TT
79142012-01-24 Tom Tromey <tromey@redhat.com>
7915
7916 * lib/mi-support.exp (mi_expect_stop): Add special case for
7917 solib-event.
7918 * gdb.base/catch-load-so.c: New file.
7919 * gdb.base/catch-load.exp: New file.
7920 * gdb.base/catch-load.c: New file.
7921 * gdb.base/break-interp.exp (reach_1): Update regexp.
7922
30b91c90
JK
79232012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7924
7925 Fix fuzzy results.
7926 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
7927 lpsimple and func.
7928
53fe1783
GB
79292012-01-24 Gary Benson <gbenson@redhat.com>
7930
7931 Delete #if 0'd out code.
7932 * gdb.base/default.exp (info catch): Remove.
7933 * gdb.base/gdb_history (info catch): Likewise.
7934 * gdb.base/help.exp (info catch): Likewise.
7935
d0d8b0c6
JK
79362012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7937
7938 Fix watchpoints to be specific for each inferior.
7939 * gdb.multi/watchpoint-multi.c: New file.
7940 * gdb.multi/watchpoint-multi.exp: New file.
7941
4403d8e9
JK
79422012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7943
7944 Fix watchpoints across inferior fork.
7945 * gdb.threads/watchpoint-fork-child.c: New file.
7946 * gdb.threads/watchpoint-fork-mt.c: New file.
7947 * gdb.threads/watchpoint-fork-parent.c: New file.
7948 * gdb.threads/watchpoint-fork-st.c: New file.
7949 * gdb.threads/watchpoint-fork.exp: New file.
7950 * gdb.threads/watchpoint-fork.h: New file.
7951
050a2e1d
PA
79522012-01-23 Pedro Alves <palves@redhat.com>
7953
7954 * gdb.base/call-signal-resume.exp: Allow output after "return".
7955
6a52fb62
PA
79562012-01-20 Pedro Alves <palves@redhat.com>
7957
7958 * gdb.python/py-finish-breakpoint.py: Fix typo.
7959
145b16a9
UW
79602012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
7961
7962 * gdb.base/info-proc.exp: Also run on remote targets. Main
7963 "info proc" command is now always present; whether target supports
7964 actual info proc operation is detected when attempting to issue
7965 the command.
7966
26f6125e
JK
79672012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7968
7969 * .gdbinit: Remove.
7970
eb5227ce
PA
79712012-01-19 Pedro Alves <palves@redhat.com>
7972
7973 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
7974 look at the funtions' returns.
7975 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
7976 (jprint.print(int, int)): Change return type to int. Adjust.
7977
1db33378
PP
79782012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
7979
7980 PR gdb/9538
7981 * gdb.base/sepdebug.exp: New test.
7982
b9736cf8
PA
79832012-01-18 Pedro Alves <palves@redhat.com>
7984
7985 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
7986 Allow output before ^done.
7987
4aac40c8
TT
79882012-01-16 Tom Tromey <tromey@redhat.com>
7989
7990 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
7991 Add tests for relative directory.
7992
cafec441
TT
79932012-01-16 Tom Tromey <tromey@redhat.com>
7994
7995 * gdb.base/printcmds.c (enum flag_enum): New.
7996 (three): New global.
7997 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
7998 enum printing.
7999 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
8000 FlagEnumerationPrinter.
8001 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
8002 * gdb.python/py-pp-maint.c (enum flag_enum): New.
8003 (fval): New global.
8004
abcc4978
PA
80052012-01-16 Pedro Alves <palves@redhat.com>
8006
8007 * lib/gdb.exp (banned_procedures): New variable.
8008 (banned_variables_traced): Rename to ...
8009 (banned_traced): ... this.
8010 (gdb_init): Also trace banned procedures.
8011 (gdb_finish): Also untrace banned procedures.
8012
97ccebe8
PA
80132012-01-16 Pedro Alves <palves@redhat.com>
8014
8015 Remove all calls to strace.
8016
2af7517b
JK
80172012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8018
8019 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
8020 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
8021
9241a8bc
PP
80222012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
8023
8024 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
8025 * gdb.base/pie-execl.exp: Likewise.
8026
3848a17f
KS
80272012-01-12 Keith Seitz <keiths@redhat.com>
8028
8029 PR mi/10586
8030 * gdb.mi/var-cmd.c (struct anonymous): New structure.
8031 (do_anonymous_type_tests): New function.
8032 (main): Call do_anonymous_type_tests.
8033 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
8034 (verify_everything): New procedure.
8035 * gdb.mi/mi-var-cp.cc (class A): New class.
8036 (anonymous_structs_and_unions): New function.
8037 (main): Call anonymous_structs_and_unions.
8038 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
8039 (verify_everything): New procedure.
8040
440e2fca
KS
80412012-01-12 Keith Seitz <keiths@redhat.com>
8042
8043 * lib/mi-support.exp: Expand comments about PATH_EXPR.
8044 (varobj_tree::get_path_expr): Assume that all varobjs are
8045 compound unless they are known simple types.
8046 Adjust path expressions based on parent type, path parent type,
8047 and tree language.
8048 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
8049 the root varobj.
8050 (mi_walk_varobj_tree): Add LANGUAGE parameter.
8051
675399c9
PA
80522012-01-11 Pedro Alves <palves@redhat.com>
8053
8054 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
8055 core files on this machine" anymore.
8056
97ddaa9b
PH
80572012-01-11 Paul Hilfinger <hilfingr@adacore.com>
8058
8059 * gdb.base/watchpoint.c (recurser): Initialize local_x.
8060 (main): Repeat recurser call.
8061 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
8062 equivalent to 'local_x'.
8063
ea733575 80642012-01-11 Paul Hilfinger <hilfingr@adacore.com>
6fdff2c5 8065 Joel Brobecker <brobecker@adacore.com>
ea733575
PH
8066
8067 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
8068
2ca0b532
PA
80692012-01-05 Pedro Alves <alves.ped@gmail.com>
8070
8071 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
8072 * gdb.python/py-events.c (first): Add bits for new "step N" test.
8073 * gdb.python/py-events.exp: Test that "step N" tripping on a
8074 breakpoint emits a breakpoint event.
8075
6e681866
JB
80762012-01-03 Joel Brobecker <brobecker@adacore.com>
8077
8078 * gdb.base/auxv.exp: Reformat the copyright notice.
8079
3c2d6aff
YQ
80802012-01-03 Yao Qi <yao@codesourcery.com>
8081
8082 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
8083 (strace_trace_on_diff_addr): New.
8084 * gdb.trace/strace.c: (main): Add two local variables.
8085
0852fee3
UW
80862011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
8087
8088 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
8089 * gdb.cell/gcore.exp: Likewise.
8090 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
8091 to verify the correct instance of main is selected.
8092
12c3e59c
JB
80932012-01-02 Joel Brobecker <brobecker@adacore.com>
8094
8095 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
8096 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
8097 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
8098 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
8099 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
8100 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
8101 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
8102 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
8103 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
8104 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
8105 gdb.threads/thread_check.c: Reformat copyright header.
8106
c0f378ec
EBM
81072011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
8108
e4a7ca93 8109 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
c0f378ec
EBM
8110 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
8111 is not enabled.
8112
3bc96cfb
JK
81132011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8114
8115 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
8116 parameter to self_exec, adjust the function.
8117 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
8118 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
8119 (set var do_exit = 0): Remove test.
8120 (newline at end of file): Add one.
8121
095bcf5e
JB
81222011-12-27 Joel Brobecker <brobecker@adacore.com>
8123
8124 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
8125 New files.
8126
18d19bd1
JK
81272011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8128
8129 Fix racy FAILs.
8130 * gdb.threads/fork-thread-pending.c (barrier): New variable.
8131 (thread_function, thread_forker): Call pthread_barrier_wait for it.
8132 (main): Call pthread_barrier_init for it.
8133
e809353a
JK
81342011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8135
8136 Fix double send_gdb leading to racy FAILs.
8137 * gdb.base/break.exp (set silent break bp_location1): Replace
8138 3x send_gdb and gdb_expect by gdb_test.
8139 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
8140 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
8141 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
8142 instead of send_gdb. Twice.
8143 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
8144 3x send_gdb and gdb_expect by gdb_test.
8145 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
8146
da8cb7ec
JK
81472011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8148
8149 * gdb.linespec/linespec.exp: Compile using {c++}.
8150
ae1a303e
JK
81512011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8152
8153 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
8154 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
8155 (verify GCC PR debug/51668): New test.
8156
cc72b2a2
KP
81572011-12-23 Kevin Pouget <kevin.pouget@st.com>
8158
8159 Introduce gdb.FinishBreakpoint in Python.
8160 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
8161 py-finish-breakpoint2
8162 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
8163 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
8164 instead of line number.
8165 * gdb.python/py-finish-breakpoint.c: New file.
8166 * gdb.python/py-finish-breakpoint.exp: New file.
8167 * gdb.python/py-finish-breakpoint.py: New file.
8168 * gdb.python/py-finish-breakpoint2.cc: New file.
8169 * gdb.python/py-finish-breakpoint2.exp: New file.
8170 * gdb.python/py-finish-breakpoint2.py: New file.
8171
3b7962f9
JK
81722011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8173
8174 Partial fix of compatibility with gcc-4.7.
8175 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
8176 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
8177 Add comment to add a PASS case in the future.
8178
6538471c
JK
8179 Fix compatibility with gcc-4.7.
8180 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
8181
7052e42c
UW
81822011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
8183
8184 PR tdep/12797
8185 * gdb.base/callfuncs.exp: Remove KFAIL.
8186
9ac7f98e
JB
81872011-12-21 Joel Brobecker <brobecker@adacore.com>
8188
8189 * gdb.ada/task_bp: New testcase.
8190
f6eeced0
JK
81912011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8192
8193 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
8194 -DNO_SECTIONS.
8195 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
8196
72225e17
JK
81972011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8198
8199 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
8200 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
8201 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
8202 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
8203 conditional for gcc <= 4.5.
8204
13ac8d2c
JK
82052011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8206
8207 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
8208 by XFAIL.
8209 * gdb.cp/static-method.exp (info addr A::func())
8210 (list static-method.cc:xxx::(anonymous namespace)::A::func)
8211 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
8212 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
8213 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
8214 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
8215 (test value of F in k3_m): Likewise.
8216 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
8217 Likewise.
8218
049682ba
JK
82192011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8220
8221 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
8222 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
8223 Remove.
8224 * gdb.threads/attachstop-mt.c: Remove.
8225 * gdb.threads/attachstop-mt.exp: Remove.
8226
2c9d8796
MK
82272011-12-17 Mark Kettenis <kettenis@gnu.org>
8228
8229 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
8230
e0f9f062
DE
82312011-12-16 Doug Evans <dje@google.com>
8232
f4aa2101 8233 * boards/native-stdio-gdbserver.exp: New file.
966be4fd
DE
8234 * boards/native-gdbserver.exp: New file.
8235
e0f9f062
DE
8236 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
8237 gdbserver output.
8238 (gdbserver_default_get_remote_address): New function.
8239 (gdbserver_start): Call gdb,get_remote_address to compute argument
8240 to "target remote" command.
8241
80b6e756
PM
82422011-12-16 Phil Muldoon <pmuldoon@redhat.com>
8243
1c3ad6ab 8244 * gdb.python/py-function.exp: Change "on" to "full" for
80b6e756
PM
8245 python print-stack. Add set/show python print-stack
8246 off|full|message tests.
8247
1576bd00
YQ
82482011-12-15 Yao Qi <yao@codesourcery.com>
8249
8250 * gdb.trace/strace.c: New
8251 * gdb.trace/strace.exp: New.
8252
d6a0f6e0
TT
82532011-12-14 Tom Tromey <tromey@redhat.com>
8254
8255 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
8256
31015e1d
DE
82572011-12-14 Doug Evans <dje@google.com>
8258
8259 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
8260
7b50312a
PA
82612011-12-14 Pedro Alves <pedro@codesourcery.com>
8262
8263 PR threads/10729
8264
8265 * gdb.mi/watch-nonstop.c: New file.
6fdff2c5 8266 * gdb.mi/mi-watch-nonstop.exp: New file.
7b50312a 8267
924437bc
PA
82682011-12-13 Pedro Alves <pedro@codesourcery.com>
8269 Doug Evans <dje@google.com>
8270
8271 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
8272 (clean_restart): Remove references to the gdb_stub target board
8273 variable.
8274 (gdb_step_for_stub): Delete.
8275
8276 * gdb.base/annota1.exp: Remove all references to [target_info
8277 exists gdb_stub], gdb_step_for_stub and usestubs.
8278 * gdb.base/annota3.exp: Ditto.
8279 * gdb.base/async.exp: Ditto.
8280 * gdb.base/break.exp: Ditto.
8281 * gdb.base/code-expr.exp: Ditto.
8282 * gdb.base/commands.exp: Ditto.
8283 * gdb.base/completion.exp: Ditto.
8284 * gdb.base/condbreak.exp: Ditto.
8285 * gdb.base/consecutive.exp: Ditto.
8286 * gdb.base/cvexpr.exp: Ditto.
8287 * gdb.base/define.exp: Ditto.
8288 * gdb.base/display.exp: Ditto.
8289 * gdb.base/ena-dis-br.exp: Ditto.
8290 * gdb.base/environ.exp: Ditto.
8291 * gdb.base/gnu-ifunc.exp: Ditto.
8292 * gdb.base/maint.exp: Ditto.
8293 * gdb.base/pending.exp: Ditto.
8294 * gdb.base/sect-cmd.exp: Ditto.
8295 * gdb.base/sepdebug.exp: Ditto.
8296 * gdb.base/unload.exp: Ditto.
8297 * gdb.base/watchpoint-solib.exp: Ditto.
8298 * gdb.cp/annota2.exp: Ditto.
8299 * gdb.cp/annota3.exp: Ditto.
8300 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
8301 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
8302 * gdb.mi/mi-pending.exp: Ditto.
8303 * gdb.trace/circ.exp: Ditto.
8304 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
8305 * gdb.base/list.exp: Ditto.
8306
8307 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
8308 breakpoint function and all references to the usestubs macro.
8309 * gdb.base/exprs.c: Ditto.
8310 * gdb.base/freebpcmd.c: Ditto.
8311 * gdb.base/bitfields.c: Ditto.
8312 * gdb.base/bitfields2.c: Ditto.
8313 * gdb.base/break.c: Ditto.
8314 * gdb.base/call-sc.c: Ditto.
8315 * gdb.base/call-signals.c: Ditto.
8316 * gdb.base/callfuncs.c: Ditto.
8317 * gdb.base/charset.c: Ditto.
8318 * gdb.base/consecutive.c: Ditto.
8319 * gdb.base/constvars.c: Ditto.
8320 * gdb.base/funcargs.c: Ditto.
8321 * gdb.base/int-type.c: Ditto.
8322 * gdb.base/interrupt.c: Ditto.
8323 * gdb.base/langs0.c: Ditto.
8324 * gdb.base/list0.c: Ditto.
8325 * gdb.base/mips_pro.c: Ditto.
8326 * gdb.base/miscexprs.c: Ditto.
8327 * gdb.base/nodebug.c: Ditto.
8328 * gdb.base/opaque0.c: Ditto.
8329 * gdb.base/pointers.c: Ditto.
8330 * gdb.base/printcmds.c: Ditto.
8331 * gdb.base/ptype.c: Ditto.
8332 * gdb.base/recurse.c: Ditto.
8333 * gdb.base/reread1.c: Ditto.
8334 * gdb.base/reread2.c: Ditto.
8335 * gdb.base/restore.c: Ditto.
8336 * gdb.base/return.c: Ditto.
8337 * gdb.base/run.c: Ditto.
8338 * gdb.base/scope0.c: Ditto.
8339 * gdb.base/sepdebug.c: Ditto.
8340 * gdb.base/setshow.c: Ditto.
8341 * gdb.base/setvar.c: Ditto.
8342 * gdb.base/sigall.c: Ditto.
8343 * gdb.base/signals.c: Ditto.
8344 * gdb.base/structs.c: Ditto.
8345 * gdb.base/structs2.c: Ditto.
8346 * gdb.base/testenv.c: Ditto.
8347 * gdb.base/twice.c: Ditto.
8348 * gdb.base/unwindonsignal.c: Ditto.
8349 * gdb.base/watchpoint.c: Ditto.
8350 * gdb.base/watchpoints.c: Ditto.
8351 * gdb.base/whatis.c: Ditto.
8352 * gdb.cp/classes.cc: Ditto.
8353 * gdb.cp/cplusfuncs.cc: Ditto.
8354 * gdb.cp/derivation.cc: Ditto.
8355 * gdb.cp/formatted-ref.cc: Ditto.
8356 * gdb.cp/misc.cc: Ditto.
8357 * gdb.cp/overload.cc: Ditto.
8358 * gdb.cp/ovldbreak.cc: Ditto.
8359 * gdb.cp/ref-params.cc: Ditto.
8360 * gdb.cp/ref-types.cc: Ditto.
8361 * gdb.cp/templates.cc: Ditto.
8362 * gdb.cp/virtfunc.cc: Ditto.
8363 * gdb.hp/gdb.aCC/run.c: Ditto.
8364 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
8365 * gdb.hp/gdb.compat/xdb0.c: Ditto.
8366 * gdb.reverse/consecutive-reverse.c: Ditto.
8367 * gdb.reverse/sigall-reverse.c: Ditto.
8368 * gdb.reverse/until-reverse.c: Ditto.
8369 * gdb.reverse/watch-reverse.c: Ditto.
8370 * gdb.trace/actions.c: Ditto.
8371 * gdb.trace/circ.c: Ditto.
8372 * gdb.trace/collection.c: Ditto.
8373
fabde485
PA
83742011-12-13 Pedro Alves <pedro@codesourcery.com>
8375
8376 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
8377 (func6, func7): New.
8378 (main): Call func6 and func7.
8379 * gdb.base/watchpoint.exp (test_wide_location_1)
8380 (test_wide_location_2): New.
8381 (top level): Re-enable hardware watchpoints if necessary. Call
8382 test_wide_location_1 and test_wide_location_2.
8383
ff7d1690
YQ
83842011-12-11 Yao Qi <yao@codesourcery.com>
8385
8386 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
8387
a6af7abe
JB
83882011-12-11 Joel Brobecker <brobecker@adacore.com>
8389
8390 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
8391 expected output for unsupported case.
8392
61638e15
JK
83932011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8394
8395 PR testsuite/12649
8396 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
8397 Protect gdb_test_multiple by final $gdb_prompt match.
8398
0a00efc3
JK
83992011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8400
8401 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
8402 New variable, new test.
8403 (list static-method.cc:xxx::(anonymous namespace)::A::func)
8404 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
8405 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
8406 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
8407 them if HAVE_GCC_45682_FIXED is not set.
8408
4511b1ba
YQ
84092011-12-10 Yao Qi <yao@codesourcery.com>
8410
8411 * gdb.trace/status-stop.exp: New.
8412 * gdb.trace/status-stop.c: New.
8413
27949e73
JK
84142011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8415
8416 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
8417 timeout.
8418
d8ea7931
TT
84192011-12-08 Tom Tromey <tromey@redhat.com>
8420
8421 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
8422 condition.
8423
1cc310d2
SS
84242011-12-07 Stan Shebs <stan@codesourcery.com>
8425
8426 * gdb.trace/tfind.exp: Update for output changes.
8427
d482a875
PA
84282011-12-07 Pedro Alves <pedro@codesourcery.com>
8429
8430 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
8431 throws "Cannot insert catchpoints in this configuration".
8432 * gdb.ada/mi_catch_ex.exp: Likewise.
8433
f0ba3972
PA
84342011-12-06 Pedro Alves <pedro@codesourcery.com>
8435
8436 * gdb.base/break-always.exp: Test changing memory at addresses
8437 with breakpoints inserted.
8438
f8eba3c6
TT
84392011-12-06 Joel Brobecker <brobecker@acacore.com>
8440
6fdff2c5
PA
8441 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
8442 involving a fully qualified function name.
f8eba3c6
TT
8443
84442011-12-06 Tom Tromey <tromey@redhat.com>
8445
8446 * gdb.ada/homonym.exp: Add three breakpoint tests.
8447
84482011-12-06 Tom Tromey <tromey@redhat.com>
8449
8450 * gdb.base/solib-weak.exp (do_test): Remove kfail.
8451 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
8452 * gdb.objc/objcdecode.exp: Update for output changes.
8453 * gdb.linespec/linespec.exp: New file.
8454 * gdb.linespec/lspec.cc: New file.
8455 * gdb.linespec/lspec.h: New file.
8456 * gdb.linespec/body.h: New file.
8457 * gdb.linespec/base/two/thefile.cc: New file.
8458 * gdb.linespec/base/one/thefile.cc: New file.
8459 * gdb.linespec/Makefile.in: New file.
8460 * gdb.cp/templates.exp (test_template_breakpoints): Update for
8461 output changes.
8462 * gdb.cp/re-set-overloaded.exp: Remove kfail.
8463 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
8464 makes one breakpoint.
8465 * gdb.cp/method2.exp (test_break): Update for output changes.
8466 * gdb.cp/mb-templates.exp: Update for output changes.
8467 * gdb.cp/mb-inline.exp: Update for output changes.
8468 * gdb.cp/mb-ctor.exp: Update for output changes.
8469 * gdb.cp/ovsrch.exp: Use fully-qualified names.
8470 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
8471 has multiple matches.
8472 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
8473 error message change.
8474 * gdb.base/list.exp (test_list_filename_and_number): Update for
8475 error message change.
8476 * gdb.base/break.exp: Disable pending breakpoints. Update for
8477 output changes.
8478 * configure.ac: Add gdb.linespec.
8479 * configure: Rebuild.
8480 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
8481
c642a434
UW
84822011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
8483
8484 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
8485 last_break register on s390*-*-* targets.
8486
b18003d1
JB
84872011-12-06 Joel Brobecker <brobecker@adacore.com>
8488
8489 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
8490 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
8491 of parameter X in procedure Foo.
8492
fe96589c
SS
84932011-12-05 Stan Shebs <stan@codesourcery.com>
8494
8495 * gdb.trace/tfind.exp: Update help string matches.
8496
1820ab47
JK
84972011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8498
8499 * gdb.server/ext-run.exp (get process list): Accept also systemd
8500 as PID 1.
8501
e11ac3a3
JK
85022011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8503 Pedro Alves <pedro@codesourcery.com>
8504
8505 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
8506 starting GDB.
8507 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
8508 $use_gdb_stub.
8509 * gdb.base/display.exp: Likewise.
8510 * gdb.base/ending-run.exp: Likewise.
8511 * gdb.base/list.exp (test_listsize): Likewise.
8512 * gdb.base/setshow.exp: Likewise.
8513 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
8514 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
8515 check by global $use_gdb_stub.
8516 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
8517 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
8518 (default_gdb_init): Unset global $use_gdb_stub.
8519 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
8520 by global $use_gdb_stub.
8521 * lib/gdbserver-support.exp: Extend comments for set_board_info
8522 gdb_protocol and gdb,socketport.
8523 (gdbserver_start_extended): Set global gdbserver_protocol and
8524 gdbserver_gdbport. Clear global use_gdb_stub.
8525 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
8526 from target use_gdb_stub.
8527 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
8528
1d41d75c
DE
85292011-12-03 Doug Evans <dje@google.com>
8530
8531 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
8532 (gdb_step_for_stub): Add comments.
8533
d6d7a51a
MR
85342011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
8535
8536 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
8537 to the caller.
8538 (gdb_test_multiple): Likewise.
8539
05acf274
JK
85402011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8541
8542 Fix gdb.mi/mi-solib.exp without system debug info installed.
8543 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
8544 expect attribute, return 0 for it. Update comments.
8545
2268b414
JK
85462011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8547
8548 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
8549 (corrupted list): Adjust the expectation.
8550
585861ea
JK
85512011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8552
8553 PR threads/13448
8554 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
8555 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
8556 * gdb.threads/tls-var-main.c: New file.
8557 * gdb.threads/tls-var.c: New file.
8558 * gdb.threads/tls-var.exp: New file.
8559
968643aa
JK
85602011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8561
8562 PR testsuite/12649
8563 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
8564 Protect gdb_test_multiple by final $gdb_prompt match.
8565 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
8566 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
8567 (test_tracepoints): Likewise.
8568
9750bca9
JK
85692011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8570
8571 PR breakpoints/13346
8572 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
8573 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
8574 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
8575
ac1349b7
JB
85762011-12-01 Joel Brobecker <brobecker@adacore.com>
8577
8578 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
8579 * gdb.ada/homonym/homonym.adb: For use of all types defined
8580 locally inside both Get_Value subprograms.
8581
26d44faf
JK
85822011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8583
8584 Fix racy FAILs.
8585 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
8586 of send_gdb.
8587
514f6425
UW
85882011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8589
8590 * gdb.base/testenv.exp: Skip on remote targets. Unset global
8591 environment variable after test completed.
8592
4255c8d2
UW
85932011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8594
8595 * gdb.base/solib-nodir.exp: Skip if remote target.
8596 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
8597 application. Call gdb_load_shlibs.
8598 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
8599
a35ad96a
JB
86002011-11-29 Joel Brobecker <brobecker@adacore.com>
8601
8602 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
8603
1a1d5513
JB
86042011-11-28 Joel Brobecker <brobecker@adacore.com>
8605
8606 * gdb.ada/fullname_bp: New testcase.
8607
50b4ddf8
JK
86082011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8609
8610 PR testsuite/12649
8611 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
8612 Wrap send_gdb into a new gdb_test.
8613
fb0aec57
JK
8614 Code cleanup.
8615 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
8616 Convert send_gdb and gdb_expect to gdb_test_multiple.
8617
2376d946
JK
86182011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8619
8620 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
8621
1eec78bd
KS
86222011-11-23 Keith Seitz <keiths@redhat.com>
8623
8624 * lib/mi-support.exp (varobj_tree): New namespace and procs.
8625 (mi_varobj_tree_test_children_callback): New proc.
8626 (mi_walk_varobj_tree): New proc.
8627
36dfb11c
TT
86282011-11-22 Tom Tromey <tromey@redhat.com>
8629
8630 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
8631 Add "use_mi_command" argument.
8632 (mi_run_cmd, mi_run_with_cli): New procs.
8633 * gdb.mi/solib-lib.c: New file.
8634 * gdb.mi/solib-main.c: New file.
8635 * gdb.mi/mi-solib.exp: New file.
8636
0e965dd0
DE
86372011-11-21 Doug Evans <dje@google.com>
8638
8639 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
8640 _Unwind_DebugHook is missing.
8641
f196051f
SS
86422011-11-20 Stan Shebs <stan@codesourcery.com>
8643
8644 * gdb.trace/tstatus.exp: New.
8645 * gdb.trace/actions.c: Include string.h.
8646
bfccc43c
YQ
86472011-11-18 Yao Qi <yao@codesourcery.com>
8648
8649 * gdb.trace/pending.exp: New.
8650 * gdb.trace/pending.c: New.
8651 * gdb.trace/pendshr1.c: New.
8652 * gdb.trace/pendshr2.c: New.
8653 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
8654 tracepoint location becomes pending.
8655 (tracepoint_change_loc_2): New.
8656
73cd8ab1
DM
86572011-11-16 David S. Miller <davem@davemloft.net>
8658
8659 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
8660 target is sparc*-*-linux*
8661
77426730
PK
86622011-11-15 Paul Koning <paul_koning@dell.com>
8663
8664 * gdb.python/py-type.exp: New testcases for exceptions on scalar
8665 types.
8666
ed59ded5
DE
86672011-11-14 Doug Evans <dje@google.com>
8668
8669 * gdb.base/shell.exp: New file.
8670
405f8e94
SS
86712011-11-14 Stan Shebs <stan@codesourcery.com>
8672
8673 * gdb.trace/ftrace.c: New.
8674 * gdb.trace/ftrace.exp: New.
8675
1e4d1764
YQ
86762011-11-14 Yao Qi <yao@codesourcery.com>
8677
8678 * gdb.trace/change-loc-1.c: New.
8679 * gdb.trace/change-loc-2.c: New.
8680 * gdb.trace/change-loc.c: New.
8681 * gdb.trace/change-loc.exp: New.
8682 * gdb.trace/change-loc.h: New.
8683 * gdb.trace/trace-break.c (marker): Define new symbol.
8684 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
6fdff2c5 8685 New.
1e4d1764
YQ
8686 (break_trace_same_addr_6): New.
8687
71eba9c2 86882011-11-12 Matt Rice <ratmice@gmail.com>
8689
8690 * gdb.base/info-macros.exp: Make tests for info definitions
8691 test info macro. Add tests for info macro argument processing.
8692 Rename a few tests.
8693
1d93e29a
KS
86942011-11-11 Keith Seitz <keiths@redhat.com>
8695
8696 PR gdb/12843
8697 * gdb.base/linespecs.exp: New file.
8698
a4b5b48a
DE
86992011-11-11 Doug Evans <dje@google.com>
8700
8701 * gdb.threads/print-threads.exp: Extend timeout for slower
8702 tests.
8703
f6b47be4
DE
87042011-11-10 Doug Evans <dje@google.com>
8705
792a0230
DE
8706 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
8707 "record to end of main" test.
8708
f6b47be4
DE
8709 * gdb.python/py-type.c (TS): New typedef.
8710 (ts): New global.
8711 * gdb.python/py-type.exp: Test field list of typedef.
8712
22355c90
JB
87132011-11-10 Joel Brobecker <brobecker@adacore.com>
8714
8715 * gdb.ada/small_reg_param: New testcase.
8716
a7860e76
TT
87172011-11-09 Tom Tromey <tromey@redhat.com>
8718
8719 * gdb.cp/destrprint.exp: New file.
8720 * gdb.cp/destrprint.cc: New file.
8721
72a2e3dc
MI
87222011-11-08 Meador Inge <meadori@codesourcery.com>
8723
8724 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
8725 (switch_stack_to_other): New test function.
8726 * gdb.arch/thumb-prologue.exp: New test cases.
8727
c7195df2 87282011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
7bf9deb0
MR
8729
8730 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
8731
d3895d7d
YQ
87322011-11-08 Yao Qi <yao@codesourcery.com>
8733
8734 * gdb.exp (supports_process_record): New.
8735 (supports_reverse): New.
8736 * gdb.reverse/break-precsave.exp: Call support_process_record
8737 to run test conditionally.
8738 * gdb.reverse/consecutive-precsave.exp: Likewise.
8739 * gdb.reverse/i386-precsave.exp: Likewise.
8740 * gdb.reverse/machinestate-precsave.exp: Likewise.
8741 * gdb.reverse/solib-precsave.exp: Likewise.
8742 * gdb.reverse/step-precsave.exp: Likewise.
8743 * gdb.reverse/until-precsave.exp: Likewise.
8744 * gdb.reverse/watch-precsave.exp: Likewise.
8745 * gdb.reverse/break-reverse.exp: Call support_reverse to run
8746 test conditionally.
8747 * gdb.reverse/consecutive-reverse.exp: Likewise.
8748 * gdb.reverse/finish-precsave.exp: Likewise.
8749 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8750 * gdb.reverse/finish-reverse.exp: Likewise.
8751 * gdb.reverse/i386-reverse.exp: Likewise.
8752 * gdb.reverse/i386-sse-reverse.exp: Likewise.
8753 * gdb.reverse/machinestate.exp: Likewise.
8754 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
8755 * gdb.reverse/sigall-precsave.exp: Likewise.
8756 * gdb.reverse/sigall-reverse.exp: Likewise.
8757 * gdb.reverse/solib-reverse.exp: Likewise.
8758 * gdb.reverse/step-reverse.exp: Likewise.
8759 * gdb.reverse/until-reverse.exp: Likewise.
8760 * gdb.reverse/watch-reverse.exp: Likewise.
8761
a59306a3
YQ
87622011-11-05 Yao Qi <yao@codesourcery.com>
8763
8764 * gdb.trace/trace-break.exp: Add test on setting two
8765 fast tracepoints at the same address.
8766
87769f59
JK
87672011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8768
8769 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
8770
3065dfb6
SS
87712011-11-02 Stan Shebs <stan@codesourcery.com>
8772
8773 * gdb.trace/collection.c: Add code using strings.
8774 * gdb.trace/collection.exp: Add tests of string collection.
8775
89e208db
JK
87762011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8777
8778 * gdb.base/skip-solib.exp (executable_main): New variable.
8779 (binfile_main): Base it on that.
8780 Use $executable_main in clean_restart calls. Drop gdb_exit and
8781 gdb_start calls.
8782
405e54e9
JK
87832011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8784
8785 Fix racy FAILs.
8786 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
8787 breakpoint_re globals import by async. Set string_regex to .* for
8788 async. Remove the optional thread_selected_re and breakpoint_re
8789 globals expectations.
8790
58e8570a
JM
87912011-11-01 Joseph Myers <joseph@codesourcery.com>
8792
8793 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
8794 well as Cygwin.
8795
7b35ec7f 87962011-11-01 Justin Lebar <justin.lebar@gmail.com>
1bfeeb0f
JL
8797
8798 Add tests for skip command.
89e208db
JK
8799 * gdb.base/skip-solib-lib.c: New
8800 * gdb.base/skip-solib-main.c: New
8801 * gdb.base/skip-solib.exp: New
8802 * gdb.base/skip.c: New
8803 * gdb.base/skip.exp: New
8804 * gdb.base/skip1.c: New
8805 * gdb.base/Makefile.in: Adding new files.
1bfeeb0f 8806
b9fd1791
PA
88072011-10-31 Yao Qi <yao@codesourcery.com>
8808 Pedro Alves <pedro@codesourcery.com>
8809
6fdff2c5
PA
8810 * gdb.trace/trace-break.c: New.
8811 * gdb.trace/trace-break.exp: New.
b9fd1791 8812
4323fecc
JK
88132011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8814
8815 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
8816 break-here-2.
8817
0e5bf2a8
PA
88182011-10-28 Pedro Alves <pedro@codesourcery.com>
8819
8820 * gdb.threads/no-unwaited-for-left.c: New.
8821 * gdb.threads/no-unwaited-for-left.exp: New.
8822 * gdb.threads/non-ldr-exc-1.c: New.
8823 * gdb.threads/non-ldr-exc-1.exp: New.
8824 * gdb.threads/non-ldr-exc-2.c: New.
8825 * gdb.threads/non-ldr-exc-2.exp: New.
8826 * gdb.threads/non-ldr-exc-3.c: New.
8827 * gdb.threads/non-ldr-exc-3.exp: New.
8828 * gdb.threads/non-ldr-exc-4.c: New.
8829 * gdb.threads/non-ldr-exc-4.exp: New.
8830
3a3dad98
JK
88312011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8832
8833 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
8834 * gdb.base/attach-pie-misread.exp: Likewise.
8835 * gdb.base/break-interp.exp: Likewise.
8836 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
8837 testcases for use_gdb_stub.
8838 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
8839 (continue): New testcase.
8840 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
8841 * gdb.threads/attach-into-signal.exp: Likewise.
8842 * gdb.threads/attach-stopped.exp: Likewise.
8843 * gdb.threads/attachstop-mt.exp: Likewise.
8844
d6a5d40c
PK
88452011-10-28 Paul Koning <paul_koning@dell.com>
8846
8847 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
8848
ca539be8
JK
88492011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8850
8851 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
8852 (mi_gdb_test): Import globals thread_selected_re
8853 and breakpoint_re. Expect them optionally at the regex start.
8854
d234ef5c
DE
88552011-10-27 Doug Evans <dje@google.com>
8856
8857 * gdb.python/python.exp: Test source -s.
8858
ab964825
PK
88592011-10-26 Paul Koning <paul_koning@dell.com>
8860
8861 * gdb.python/lib-types.cc (struct A): New structure.
8862 * gdb.python/lib-types.exp (deepitems): New tests.
d234ef5c 8863
54d8a644
PK
88642011-10-25 Paul Koning <paul_koning@dell.com>
8865
8866 PR python/13327
d234ef5c 8867
54d8a644
PK
8868 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
8869 fetch_lazy method.
8870
b0221781
YQ
88712011-10-24 Yao Qi <yao@codesourcery.com>
8872
8873 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
8874 target is tic6x-*-*.
8875
6cda5a20
JB
88762011-10-21 Joel Brobecker <brobecker@adacore.com>
8877
8878 * gdb.ada/mi_task_info/task_switch.adb: New file.
8879 * gdb.ada/mi_task_info.exp: New file.
8880
5ed9db04
JK
88812011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8882
8883 * gdb.cp/expand-psymtabs-cxx.exp: New file.
8884 * gdb.cp/expand-psymtabs-cxx.cc: New file.
8885
9df2fbc4
PM
88862011-10-20 Phil Muldoon <pmuldoon@redhat.com>
8887
8888 PR python/12656
8889
8890 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
8891 global_block tests.
8892
736086ba
TT
88932011-10-18 Tom Tromey <tromey@redhat.com>
8894
8895 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
8896
4af31552
TT
88972011-10-18 Tom Tromey <tromey@redhat.com>
8898
8899 * gdb.base/source.exp: Don't include full file name in test name.
8900 * gdb.python/python.exp: Don't include full file name in test
8901 name.
8902
43136979
AR
89032011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8904
8905 * gdb.base/attach-pie-noexec.c: New files.
8906 * gdb.base/attach-pie-noexec.exp: New files.
8907
543a9323
JM
89082011-10-17 Joseph Myers <joseph@codesourcery.com>
8909
8910 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
8911 prompt for each extra line in command.
8912
21ae7a4d
JK
89132011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8914
8915 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
8916 Revert the part of:
8917 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8918 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
8919 Change the expected string.
8920
20ec36d9
JK
89212011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8922
8923 Fix results with system glibc debug info installed.
8924 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
8925 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
8926 Accept also __libc_ symbol prefix and no prefix.
8927
6501c2fc
KS
89282011-10-14 Keith Seitz <keiths@redhat.com>
8929
8930 PR c++/13225
8931 * gdb.cp/converts.cc (foo3_1): New function.
8932 (foo3_2): New functions.
8933 * gdb.cp/converts.exp: Add tests for int to pointer conversion
8934 and null pointer conversions of integer constant zero.
8935 Add test to check if all arguments are checked for incompatible
8936 conversion BADNESS.
8937
55b1fd0c
TT
89382011-10-14 Tom Tromey <tromey@redhat.com>
8939
8940 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
8941 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
8942 linespec.
8943
22c05d8a
JK
89442011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8945
8946 Fix internal error regression.
8947 * gdb.dwarf2/implptr-optimized-out.S: New file.
8948 * gdb.dwarf2/implptr-optimized-out.exp: New file.
8949
1d6edc3c
JK
89502011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8951
8952 Fix empty DWARF expressions DATA vs. SIZE conditionals.
8953 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
8954 (loclist): New.
8955 (4): New abbrev.
8956 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
8957 Use prepare_for_testing, remove clean_restart.
8958 (p arraynoloc, p arraycallnoloc): New tests.
8959
9ec72168
JK
89602011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8961
8962 * gdb.cp/namespace-enum.exp (executable): New variable.
8963 (binfile): Use ${objdir}/${subdir}/ prefix.
8964 Use ${executable} for clean_restart.
8965
9c6c53f7
SA
89662011-10-11 Sterling Augustine <saugustine@google.com>
8967
8968 * gdb.cp/Makefile.in: Add namespace-enum test.
8969 * gdb.cp/namespace-enum.exp: New file.
8970 * gdb.cp/namespace-enum.c: New file.
8971 * gdb.cp/namespace-enum-main.c: New file.
8972
fac7ceb3
UW
89732011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
8974
8975 * gdb.python/py-shared.exp: Relax filename check to handle remote:
8976 sysroot.
8977
941b2081
JK
89782011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8979
8980 Reimplement @entry in input expressions.
8981 * gdb.base/exprs.c (v_int_array_init): New variable.
8982 * gdb.base/exprs.exp (print v_int_array_init)
8983 (print *v_int_array_init@1, print *v_int_array_init@2)
8984 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
8985 (print v_int_array_init[1]@1): New tests.
8986
0344e878
JM
89872011-10-10 Joseph Myers <joseph@codesourcery.com>
8988
8989 * gdb.cp/gdb2495.exp: Do not include directories in filename in
8990 expected message.
8991
5a56e9c5
DE
89922011-10-09 Doug Evans <dje@google.com>
8993
8994 * gdb.base/alias.exp: Add tests for alias command.
8995
2bda9cc5
JK
89962011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8997
8998 * gdb.arch/amd64-entry-value.s: New file.
8999 * gdb.mi/mi2-amd64-entry-value.s: New file.
9000
a471c594
JK
90012011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9002
9003 Display @entry parameter values even for references.
9004 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
9005 functions.
9006 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
9007 reference and datap_input.
9008 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
9009 breakpoints.
9010 (continue to breakpoint: entry_reference: reference)
9011 (entry_reference: bt at entry)
9012 (continue to breakpoint: entry_reference: breakhere_reference)
9013 (entry_reference: bt, entry_reference: ptype regparam)
9014 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
9015 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
9016 (entry_reference: p regcopy, entry_reference: p nodataparam)
9017 (entry_reference: p nodataparam@entry): New tests.
9018
36b11add
JK
90192011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9020
9021 Support @entry in input expressions.
9022 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
9023 (entry_stack: p s1@entry, entry_stack: p s2@entry)
9024 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
9025 (tailcall: p j@entry): New tests.
9026 * gdb.cp/koenig.cc (A::entry): New function.
9027 (main): Call it.
9028 * gdb.cp/koenig.exp (p entry (c)): New test.
9029
e18b2753
JK
90302011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9031
9032 Display @entry parameter values (without references).
9033 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
9034 (different, validity, invalid): New functions.
9035 (main): Call them.
9036 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
9037 stacktest, breakhere_stacktest, different, breakhere_different,
9038 breakhere_validity and breakhere_invalid.
9039 (entry: bt): Update for @entry.
9040 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
9041 (entry_validity: *, entry_invalid: *): Many new tests.
9042 * gdb.base/break.exp
9043 (run until breakpoint set at small function, optimized file): Accept
9044 also the @entry suffix.
9045 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
9046 * gdb.mi/mi2-amd64-entry-value.c: New files.
9047 * gdb.mi/mi2-amd64-entry-value.exp: New files.
9048
2d6c5dc2
JK
90492011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9050
9051 Protect entry values against self tail calls.
9052 * gdb.arch/amd64-entry-value.cc (self2, self): New.
9053 (main): Call self.
9054 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
9055 (set debug entry-values 1, self: bt debug entry-values): New tests.
9056
111c6489
JK
90572011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9058
9059 Recognize virtual tail call frames.
9060 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
9061 (amb_b, amb_a): New.
9062 (main): Call a and b.
9063 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
9064 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
9065 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
9066 New tests.
9067
8e3b41a9
JK
90682011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9069
9070 Implement basic support for DW_TAG_GNU_call_site.
9071 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
9072 * gdb.arch/amd64-entry-value.cc: New file.
9073 * gdb.arch/amd64-entry-value.exp: New file.
9074
181cebd4
JK
90752011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9076
9077 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
9078 * gdb.dwarf2/implptr-64bit.S: New file.
9079 * gdb.dwarf2/implptr-64bit.exp: New file.
9080
741f5e3c
JK
90812011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9082
9083 Fix initial language detection with -readnow.
9084 * gdb.cp/readnow-language.cc: New file.
9085 * gdb.cp/readnow-language.exp: New file.
9086
a73d2258
JK
90872011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9088
9089 Fix printed anonymous struct name.
9090 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
9091
af369495
JM
90922011-10-09 Joseph Myers <joseph@codesourcery.com>
9093
9094 * gdb.base/solib-symbol.exp: Do not include directories in
9095 filenames in expected messages.
9096
1fa57852
DE
90972011-10-07 Doug Evans <dje@google.com>
9098
9099 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
9100
bd054e06
KP
91012011-10-07 Kevin Pouget <kevin.pouget@st.com>
9102
9103 Allow Python notification of new object-file loadings.
9104 * gdb.python/py-events.exp: Test newobjfile event.
9105 * gdb.python/py-events.py: Register newobjfile callback.
9106 * gdb.python/py-events.c: Add call to shared library
9107 * gdb.python/py-events-shlib.c: New file.
9108
8031b6f8
JM
91092011-10-06 Joseph Myers <joseph@codesourcery.com>
9110
9111 * gdb.base/fixsection.exp: Do not include directories in filename
9112 in expected message.
9113
7fea6923
PM
91142011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
9115
9116 Add tests for passing of environment variables to inferior.
9117 * gdb.base/testenv.c: New test source.
9118 * gdb.base/testenv.exp: New expect test.
9119
687f2a88
PK
91202011-10-04 Paul Koning <paul_koning@dell.com>
9121
9122 * gdb.python/py-value.c (main): Break before return.
9123
cb6be26b
KP
91242011-10-04 Kevin Pouget <kevin.pouget@st.com>
9125
9126 PR python/12691: Add the inferior to Python exited event
9127 * gdb.python/py-events.exp: Test the inferior attribute of exited
9128 event with a fork.
9129 * gdb.python/py-events.py: Print inferior number on exit.
9130 * gdb.python/py-events.c: Fork the inferior.
9131
fb213700
EBM
91322011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
9133
9134 * gdb.base/jit.exp: Add testcase name to log message
9135
aa2071bd
PK
91362011-10-03 Paul Koning <paul_koning@dell.com>
9137 Jan Kratochvil <jan.kratochvil@redhat.com>
9138
9139 * gdb.python/py-value.exp
9140 (python inval = gdb.parse_and_eval('*(int*)0'))
9141 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
9142 (set argc=2, python print argc_lazy): New tests.
9143
dd11a36c
JB
91442011-10-02 Joel Brobecker <brobecker@adacore.com>
9145
9146 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
9147
46f886f1
JK
91482011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9149 Pedro Alves <pedro@codesourcery.com>
9150
9151 * gdb.python/py-value.exp (test_value_in_inferior): New variable
9152 can_read_0, test for it.
9153 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
9154 (parse_and_eval with memory error): ... here, make it untested if
9155 can_read_0.
9156
c5cb204f
MP
91572011-09-30 Marek Polacek <mpolacek@redhat.com>
9158
9159 * gdb.python/python.exp (verify pagination beforehand)
9160 (verify pagination afterwards): Fix race by splitting the line.
9161
68fb0ec0
JM
91622011-09-29 Joseph Myers <joseph@codesourcery.com>
9163
9164 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
9165 for 64-bit multilibs from i?86-* targets.
9166
6aee0d90
MP
91672011-09-29 Marek Polacek <mpolacek@redhat.com>
9168
9169 * lib/gdb.exp: Fix a typo in one of the comments.
9170
e9101ff5
MP
91712011-09-29 Marek Polacek <mpolacek@redhat.com>
9172
9173 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
9174 matching pattern.
9175
7a81bdbf
PK
91762011-09-28 Paul Koning <paul_koning@dell.com>
9177
9178 * gdb.python/py-type.c (enum E): New.
9179 * gdb.python/py-type.exp (test_fields): Add tests for Python
9180 mapping access to fields.
9181 (test_enums): New test for field access on enums.
9182
6710bf39
SS
91832011-09-27 Stan Shebs <stan@codesourcery.com>
9184
9185 * gdb.trace/collection.exp: Test collection of $_ret.
9186
b2a6bdeb
AT
91872011-09-22 Andreas Tobler <andreast@fgznet.ch>
9188
9189 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
9190 list of compilation switches for <*-*-freebsd*>.
9191
3c9057f3
SS
91922011-09-19 Stan Shebs <stan@codesourcery.com>
9193
9194 * gdb.trace/tspeed.exp: New file.
9195 * gdb.trace/tspeed.c: New file.
9196
34518530
YQ
91972011-09-18 Yao Qi <yao@codesourcery.com>
9198
9199 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
9200 instructions.
9201 (test_adr_32bit, test_pop_pc): Likewise.
9202 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
9203 Thumb instructions.
9204 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
9205 in gdb_test_multiple.
9206 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
9207
ab254057
YQ
92082011-09-17 Yao Qi <yao@codesourcery.com>
9209
9210 * lib/gdb.exp (can_single_step_to_signal_handler): New.
9211 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
9212 support single step to signal handler.
9213
9c317b71
YQ
92142011-09-17 Yao Qi <yao@codesourcery.com>
9215
9216 * gdb.base/disp-step-fork.c: New.
9217 * gdb.base/disp-step-syscall.exp: New.
9218 * gdb.base/disp-step-vfork.c: New.
9219
a8123151
JB
92202011-09-16 Joel Brobecker <brobecker@adacore.com>
9221
9222 * gdb.ada/tasks.exp: Make the expected output for
9223 the `info tasks' tests more resilient to spacing
9224 changes.
9225
63a9aad8
JK
92262011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9227
9228 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
9229 (reached breakpoint 2, reached breakpoint 3): Update expected output.
9230
2aa48337
KP
92312011-09-15 Kevin Pouget <kevin.pouget@st.com>
9232
9233 PR Python/12692 Add gdb.selected_inferior() to Python interface.
9234 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
9235
6839b47f
KP
92362011-04-30 Kevin Pouget <kevin.pouget@st.com>
9237
9238 Handle multiple breakpoint hits in Python interface:
9239 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
9240 presence.
9241 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
9242 breakpoint hits.
9243
0935723e
JK
92442011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
9245 Jan Kratochvil <jan.kratochvil@redhat.com>
9246
9247 * gdb.python/py-events.exp: Remove pretty printing comment.
9248 * gdb.python/py-evsignal.exp: New file.
9249 * gdb.python/py-evthreads.c: Include signal.h.
9250 (thread3): Remove variable count3. Remove variable bad and use raise
9251 instead.
9252 (thread2): Remove variable count2. Move thread3 pthread_create here,
9253 merge pthread_join to a single line.
9254 (main): Remove variable count1. Merge pthread_join with pthread_create
9255 to a single line.
9256 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
9257 KFAIL python/12966 for gdbserver. Test return value of
9258 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
9259 gdb_expect by gdb_test and gdb_test_multiple.
9260 (thread 2, thread 3): New tests.
9261
4801a9a3
PA
92622011-09-12 Matt Rice <ratmice@gmail.com>
9263 Pedro Alves <pedro@codesourcery.com>
9264
9265 PR gdb/13175
9266
9267 * gdb.base/interp.exp: New tests.
9268 * gdb.base/interp.c: New file.
9269
24ece742
DE
92702011-09-12 Doug Evans <dje@google.com>
9271
9272 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
9273 * gdb.dwarf2/typeddwarf.exp: Ditto.
9274
7f062217
JK
92752011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9276
9277 Fix compatibility with x32 arch.
9278 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
9279 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
9280 is_x86_like_target.
9281 * testsuite/gdb.trace/collection.exp: Likewise.
9282 * testsuite/gdb.trace/report.exp: Likewise.
9283 * testsuite/gdb.trace/unavailable.exp: Likewise.
9284 * testsuite/gdb.trace/while-dyn.exp: Likewise.
9285 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
9286 (is_x86_like_target): Check also is_amd64_regs_target.
9287
08711b9a
JK
92882011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9289
9290 PR breakpoints/12435
9291 * gdb.arch/amd64-prologue-xmm.c: New file.
9292 * gdb.arch/amd64-prologue-xmm.exp: New file.
9293 * gdb.arch/amd64-prologue-xmm.s: New file.
9294
b99b5f66
JK
92952011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9296
9297 * gdb.dwarf2/dw2-param-error-main.c: New file.
9298 * gdb.dwarf2/dw2-param-error.S: New file.
9299 * gdb.dwarf2/dw2-param-error.exp: New file.
9300
a391a2f6
PA
93012011-09-08 Pedro Alves <pedro@codesourcery.com>
9302
9303 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
9304 inferior's pid and look for a core dump named core.$pid. Use
9305 `remote_file' commands on the host instead of hand coding shell
9306 commands on the build.
9307 * gdb.base/valgrind-db-attach.exp: Kill the program before
9308 finishing the test.
9309
7d8e6458 93102011-09-02 Matt Rice <ratmice@gmail.com>
9311
9312 * lib/prompt.exp: New file for testing the first prompt.
9313 * gdb.python/py-prompt.exp: Ditto.
9314 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
9315
68e77c9e
PA
93162011-09-02 Pedro Alves <pedro@codesourcery.com>
9317
9318 * gdb.threads/gcore-thread.exp: Set the global core_supported to
9319 0, before testing gcore.
9320
9655e943
JK
93212011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9322
df6dc84d
JK
9323 * dw2-ifort-parameter-debug.S: Update copyright year.
9324 * dw2-ifort-parameter.c: Update copyright year.
9325 * dw2-ifort-parameter.exp: Update copyright year.
9326
9655e943
JK
9327 * dw2-ifort-parameter-debug.S: New file.
9328 * dw2-ifort-parameter.c: New file.
9329 * dw2-ifort-parameter.exp: New file.
9330
353d1d73
JK
93312011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9332
9333 * gdb.base/commands.exp (error_clears_commands_left): New function.
9334 (): Call it.
9335
5c07461a
JK
93362011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9337
9338 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
9339 (C): Initialize `a'.
9340 * gdb.mi/mi-inheritance-syntax-error.exp
9341 (-data-evaluate-expression $path): Expect `a' as 5.
9342
0d932b2f
MK
93432011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
9344
9345 PR mi/11912
9346 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
9347 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
9348 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
9349 keyword in output of -var-info-path-expression.
9350
bdb54049
JK
93512011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9352
9353 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
9354 * gdb.trace/collection.exp: Likewise.
9355 * gdb.trace/report.exp: Likewise.
9356 * gdb.trace/unavailable.exp: Likewise.
9357 * gdb.trace/while-dyn.exp: Likewise.
9358
59cde39c
KS
93592011-08-18 Keith Seitz <keiths@redhat.com>
9360
9361 PR c++/12266
9362 * gdb.cp/meth-typedefs.cc: New file.
9363 * gdb.cp/meth-typedefs.exp: New file.
9364
fa3a4f15
PM
93652011-08-17 Phil Muldoon <pmuldoon@redhat.com>
9366
6fdff2c5 9367 * gdb.python/python.exp: Add extended-prompt tests.
fa3a4f15 9368
c1049fca
JK
93692011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9370
9371 * gdb.arch/i386-dr3-watch.exp
9372 (watchpoint on gap1 does not fit debug registers)
9373 (delete all watchpoints): Fix racy expect strings.
9374
d93f7b5c
YQ
93752011-08-14 Yao Qi <yao@codesourcery.com>
9376
9377 * gdb.base/maint.exp: set data_section to ".neardata".
9378 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
9379 * gdb.base/savedregs.exp: Handle SIGILL.
9380 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
9381 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
9382
457e09f0
DE
93832011-08-12 Doug Evans <dje@google.com>
9384
9385 * gdb.python/py-symbol.exp: Add test for symbol.type.
9386
5d0bb2fb
UW
93872011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
9388
9389 * gdb.threads/pthreads.exp: Enable on non-native configurations.
9390 * gdb.mi/mi-pthreads.exp: Likewise.
9391 * gdb.mi/mi2-pthreads.exp: Likewise.
9392 * gdb.mi/gdb669.exp.exp: Likewise.
9393
fcdfa280
PA
93942011-08-09 Pedro Alves <pedro@codesourcery.com>
9395
9396 * lib/mi-support.exp (detect_async): Rename to...
9397 (mi_detect_async): ... this.
9398 * gdb.mi/mi-nonstop-exit.exp: Adjust.
9399 * gdb.mi/mi-nonstop.exp: Adjust.
9400 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
9401 * gdb.mi/mi-nsintrall.exp: Adjust.
9402 * gdb.mi/mi-nsmoribund.exp: Adjust.
9403 * gdb.mi/mi-nsthrexec.exp: Adjust.
9404
9d8fa392
PA
94052011-08-09 Pedro Alves <pedro@codesourcery.com>
9406
9407 * gdb.base/display.c (do_loops): New `p_i' local.
9408 * gdb.base/display.exp: Test displaying a variable that is
9409 temporarily at a bad address.
9410
b6cede78
JK
94112011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9412
9413 * gdb.dwarf2/dw2-op-stack-value.S: New file.
9414 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
9415
67bedb8c
JK
94162011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9417
9418 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
3c542bc3
JK
9419 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
9420 (p fuNC_symtab): Permit also ppc64 leading dot.
67bedb8c 9421
af6e93b2
PA
94222011-08-05 Pedro Alves <pedro@codesourcery.com>
9423
9424 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
9425 procedure.
9426 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
9427
1cf0e11f
YQ
94282011-08-05 Yao Qi <yao@codesourcery.com>
9429
9430 * gdb.base/callfuncs.exp: Set language after main.
9431 * gdb.cp/cplusfuncs.exp: Likewise.
9432 * gdb.cp/inherit.exp: Likewise.
9433
a1e28cb2
UW
94342011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
9435
9436 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
9437 * gdb.base/watch-vfork.exp: Skip on remote targets.
9438
d4f5bbb9
UW
94392011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
9440
9441 * gdb.threads/thread-find.exp: Support remote targets.
9442
724f4f80
UW
94432011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
9444
9445 * gdb.base/jit.exp: Download solib_binfile to target.
9446 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
9447 and call dlopen without full path name.
9448 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
9449 dlopen without full path name.
9450
934709f0
PW
94512011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9452
9453 * gdb.base/break-always.exp: Complete the test
9454 with duplicated breakpoints and enabling/disabling them.
9455
c26106c4
TT
94562011-08-02 Tom Tromey <tromey@redhat.com>
9457
9458 PR gdb/11289:
9459 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
9460
9300444e 94612011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
fbe12357
PP
9462
9463 PR gdb/13045
9464 * gdb.base/float.exp: Add new test case for PR gdb/13045
9465 * gdb.base/float.c: New file.
9466
00bd41d6
PM
94672011-07-28 Phil Muldoon <pmuldoon@redhat.com>
9468
9469 * gdb.python/py-mi.exp: Test printers returning string hint, and
9470 also not returning a value.
9471 * gdb.python/py-prettyprint.c: Add testcase for above.
9472 * gdb.python/py-prettyprint.py: Add test printer for above.
9473
d24f74ce
JK
94742011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9475
9476 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
9477 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
9478 (.Ldie30) Add as field "data4".
9479 (.Ldie32) Rename field "b" to "shl".
9480 (abbrev4) Change for the "data4" field.
9481 (abbrev5, abbrev6) Remove.
9482 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
9483 (p &s.shl): ... here. Add comment.
9484 (p &s.data4): New.
9485
bb7da2bf
JK
94862011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9487
9488 Fix crash on lval_computed values.
9489 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
9490
11081198
JK
94912011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9492
9493 * gdb.base/help.exp (help whatis): Update the expected string.
9494
3c6e0cb3
JK
94952011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9496
9497 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
9498 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
9499 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
9500 Change the expected string.
9501
efa80663
PA
95022011-07-26 Pedro Alves <pedro@codesourcery.com>
9503
9504 * gdb.base/watchpoint.exp
9505 (test_disable_enable_software_watchpoint): New procedure.
9506 (top level): Run it.
9507
db8e4570
UW
95082011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
9509
9510 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
9511 executable file "${binfile}", C++ version "${binfile}-cxx".
9512 * gdb.python/py-prettyprint.exp: Likewise.
9513 * gdb.python/py-symbol.exp: Likewise.
9514 * gdb.python/py-type.exp: Likewise.
9515 * gdb.python/py-value.exp: Likewise.
9516 * gdb.python/py-template.exp (test_template_arg): Pass full executable
9517 file name instead of just suffix.
9518
543305c9
JK
95192011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9520
9521 Fix implicit pointer offsets.
9522 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
9523 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
9524 (continue to breakpoint: continue to baz breakpoint for implptr)
9525 (sanity check element 0, sanity check element 1)
9526 (enter the inlined function, check element 0 for the offset)
9527 (check element 1 for the offset)
9528 (continue to breakpoint: ignore the second baz breakpoint): New tests.
9529 (set foo breakpoint for implptr): Update the breakpoint number.
9530
b3215adc
UW
95312011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
9532
9533 * gdb.python/py-mi.exp: Use different file names for different
9534 versions of the executable under test.
9535 * gdb.python/py-prettyprint.exp: Likewise.
9536 * gdb.python/py-symbol.exp: Likewise.
9537 * gdb.python/py-template.exp: Likewise.
9538 * gdb.python/py-type.exp: Likewise.
9539 * gdb.python/py-value.exp: Likewise.
9540
182b9acc
UW
95412011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
9542
9543 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
9544 flag after restarting GDB if necessary.
9545
e6052b5d
UW
95462011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
9547
9548 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
9549
1ced966e
PA
95502011-07-22 Pedro Alves <pedro@codesourcery.com>
9551
9552 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
9553 backend doesn't leave used debug registers behind.
9554
3543a589
TT
95552011-07-22 Tom Tromey <tromey@redhat.com>
9556
9557 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
9558 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
9559 argument.
9560 * gdb.dwarf2/typeddwarf-amd64.S: New file.
9561
14d15303 95622011-07-21 Matt Rice <ratmice@gmail.com>
9563
9564 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
9565 in mostlyclean rule. Add files ending in .core.
9566
9b158ba0 95672011-07-21 Matt Rice <ratmice@gmail.com>
9568
9569 PR macros/12999
9570 * gdb.base/info-macros.c: New test sources.
9571 * gdb.base/info-macros.exp: New tests.
9572
d17b6f81
PM
95732011-07-21 Phil Muldoon <pmuldoon@redhat.com>
9574
9575 * gdb.python/python.exp: Add prompt substitution tests.
9576
918dd910
JK
95772011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9578
9579 Fix crash if referenced CU is aged out.
9580 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
9581 New.
9582 * gdb.dwarf2/implptr.exp: Likewise.
9583
0e37a63c
JK
95842011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9585
9586 * gdb.dwarf2/implptr.S: Rebuilt.
9587 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
9588 (bar): Use them for j, k, l.
9589 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
9590 COMPILE.
9591 (print j in implptr:bar): Update for the intp typedef.
9592 (print p[0].x in implptr:foo): Use more exact regex.
9593
f65cf84c
TT
95942011-07-18 Tom Tromey <tromey@redhat.com>
9595
9596 * gdb.cp/static-method.exp: Add missing single quote.
9597
d5b4a7be
YQ
95982011-07-18 Yao Qi <yao@codesourcery.com>
9599
9600 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
9601 supported.
9602 * gdb.mi/mi-nonstop-exit.exp: Likewise.
9603 * gdb.mi/mi-nonstop.exp: Likewise.
9604 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9605 * gdb.mi/mi-nsintrall.exp: Likewise.
9606 * gdb.mi/mi-nsmoribund.exp: Likewise.
9607 * gdb.mi/mi-nsthrexec.exp: Likewise.
9608 * gdb.python/py-evthreads.exp: Likewise.
9609
e9ea2662
JK
96102011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9611
9612 Code cleanup.
9613 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
9614 it. Substitute it instead of test_compiler_info everywhere.
9615
ce451573
UW
96162011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
9617
9618 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
9619 remote targets as well.
9620
756d88a7
UW
96212011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
9622
9623 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
9624 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
9625
31f83dc5
UW
96262011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
9627
9628 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
9629 a remote machine, not the host.
9630 (gdb_compile_shlib): Set soname if target is remote.
9631
059241a0
PP
96322011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
9633
9634 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
9635
28a0b48c 96362011-07-13 Matt Rice <ratmice@gmail.com>
9637
9638 * gdb.python/py-objfile-script-gdb.py: Renamed to
9639 py-objfile-script-gdb.py.in.
9640 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
9641 py-objfile-script-gdb.py.
9642 * gdb.python/py-objfile-script.exp: Update reference to
9643 py-objfile-script-gdb.py.
9644
9a771b67
JK
96452011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9646
9647 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
9648 reference undefined label.
9649
04ad99e6
JK
96502011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9651
9652 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
9653 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
9654 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
9655 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
9656
713389e0
PM
96572011-07-11 Phil Muldoon <pmuldoon@redhat.com>
9658
6fdff2c5 9659 PR python/12438
713389e0 9660 * gdb.python/python.exp: Add maint set/show python print-stack
6fdff2c5 9661 deprecated tests. Add set/show python print-backtrace tests.
713389e0 9662
97d146f8
JK
96632011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9664
9665 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
9666 debug info.
9667
facde0e5 96682011-07-06 Matt Rice <ratmice@gmail.com>
9669
9670 * gdb.python/python.exp: Update filename paths.
9671 * gdb.python/py-symtab.exp: Ditto.
9672
438640d1
MP
96732011-07-06 Marek Polacek <mpolacek@redhat.com>
9674
9675 * gdb.python/py-evthreads.exp: Add missing `$'.
9676
33a365df
MF
96772011-07-06 Jie Zhang <jie.zhang@analog.com>
9678
9679 * config/bfin.exp: New file.
9680 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
9681 * gdb.asm/bfin.inc: New file.
9682
8f7ae686
MP
96832011-07-06 Marek Polacek <mpolacek@redhat.com>
9684
df46027d 9685 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
8f7ae686
MP
9686 the whole output.
9687
eb2a6f42
TT
96882011-07-05 Tom Tromey <tromey@redhat.com>
9689
9690 * gdb.java/jprint.java (jprint.hi): New field.
9691 * gdb.java/jprint.exp: Print string.
9692
177b42fe
TJB
96932011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
9694
9695 * gdb.base/call-sc.c: Fix typos.
9696 * gdb.base/ifelse.exp: Likewise.
9697 * gdb.base/structs.c: Likewise.
9698
3b2a0cf2
JB
96992011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
9700
9701 * gdb.base/jit-so.exp: New test.
9702 * gdb.base/jit-dlmain.c: New file.
9703 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
9704
46fc714c
JK
97052011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9706
9707 * gdb.cp/m-static.exp: Call get_compiler_info.
e17476d7
JK
9708 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
9709 * gdb.cp/pr9167.exp (p b): Likewise.
9710 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
9711 (test value of P in inner_m, test type of Z in inner_m): Call
9712 setup_xfail for gcc <= 4.5.
46fc714c 9713
418c7cf7
JK
97142011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9715
9716 * gdb.cp/paren-type.cc: New files.
9717 * gdb.cp/paren-type.exp: New files.
9718
3d50dd94
JK
97192011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9720
9721 Stop on first linespec terminator instead of eating what we can.
9722 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
9723 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
9724 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
9725 (break C::f()): ... this one.
9726 (break C::operator()()): New test.
9727 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
9728 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
9729 test.
9730
dcf9f4ab
JK
97312011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9732
9733 Fall back linespec to minimal symbols.
9734 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
9735 error message.
9736 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
9737 * gdb.cp/minsym-fallback-main.cc: New file.
9738 * gdb.cp/minsym-fallback.cc: New file.
9739 * gdb.cp/minsym-fallback.exp: New file.
9740 * gdb.cp/minsym-fallback.h: New file.
9741
3f542ed1
JK
97422011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9743
9744 * gdb.cp/no-dmgl-verbose.cc: New file.
9745 * gdb.cp/no-dmgl-verbose.exp: New file.
9746
97472011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
900e11f9
JK
9748
9749 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
9750 __GI_.
9751 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
9752 (f): New function.
9753 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
9754 (complete p 'func<short>(): ... here.
9755 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
9756 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
9757 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
9758 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
9759 Make them KFAIL gcc/49546.
9760
00eb2c4a
JB
97612011-07-01 Joel Brobecker <brobecker@adacore.com>
9762
9763 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
9764
85a20c42
JK
97652011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9766
9767 Test GCC PR debug/49546.
9768 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
9769 (test type of F in k3_m, test value of F in k3_m): New.
9770 * gdb.cp/temargs.cc (struct S3, struct K3): New.
9771 (main): New variable k3. Call k3.k3_m.
9772
d2d43431
JB
97732011-07-01 Jean-Charles Delay <delay@adacore.com>
9774
9775 * gdb.ada/packed_array.exp: Fix expected outout.
9776
54ae186f
JB
97772011-07-01 Jean-Charles Delay <delay@adacore.com>
9778
9779 * gdb.ada/packed_array.exp: fixed expected output.
9780
8f17729f
JB
97812011-07-01 Joel Brobecker <brobecker@adacore.com>
9782
9783 * gdb.ada/same_enum: New testcase.
9784
f5aa6869
JB
97852011-07-01 Joel Brobecker <brobecker@adacore.com>
9786
9787 * gdb.ada/ptr_typedef: New testcase.
9788
828292f2
JB
97892011-07-01 Joel Brobecker <brobecker@adacore.com>
9790
9791 * gdb.ada/arrayptr.exp: Add ptype test.
9792
18920c42
JB
97932011-07-01 Joel Brobecker <brobecker@adacore.com>
9794
9795 * gdb.ada/char_enum: New testcase.
9796
3536d9e3 97972011-07-01 Yao Qi <yao@codesourcery.com>
54aeeb99
YQ
9798
9799 * gdb.base/dump.exp (capture_pointer_with_type): New.
9800 Get value from address instead of name.
9801 Start GDB once, and do `dump' and `restore'
9802 tests together.
9803
db863c42
MF
98042011-06-30 Jie Zhang <jie.zhang@analog.com>
9805 Mike Frysinger <vapier@gentoo.org>
9806
9807 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
9808 helper functions for getting/setting remotetimeout variable.
9809 * lib/gdb.exp (gdb_load): If the target is remote, set
9810 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
9811 with $loadtimeout. Set $load_ok to 0 before doing the load.
9812 Instead of returning, immediately, set $load_ok to 0. Call
9813 set_remotetimeout with $oldremotetimeout, and then return if
9814 $load_ok is 1.
9815
e9e642a8
AB
98162011-06-30 Andrew Burgess <aburgess@broadcom.com>
9817
9818 * gdb.python/py-template.exp: Don't run this test if the target
9819 does not support c++ tests.
9820
32019081
JK
98212011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9822
9823 Fix non-only rename list for Fortran modules import.
9824 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
9825 tests.
9826 * gdb.fortran/module.f90 (module moduse): New.
9827 (program module): use moduse, test var_x, var_y and var_z.
9828
0ecee54c
TT
98292011-06-29 Tom Tromey <tromey@redhat.com>
9830
9831 PR testsuite/12040:
9832 * gdb.fortran/array-element.exp: Use f90, not f77.
9833 * gdb.fortran/complex.exp: Use f90, not f77.
9834 * gdb.fortran/derived-type.exp: Use f90, not f77.
9835 * gdb.fortran/library-module.exp: Use f90, not f77.
9836 * gdb.fortran/logical.exp: Use f90, not f77.
9837 * gdb.fortran/module.exp: Use f90, not f77.
9838 * gdb.fortran/multi-dim.exp: Use f90, not f77.
9839 * gdb.fortran/subarray.exp: Use f90, not f77.
9840
3b2b8fea
TT
98412011-06-29 Tom Tromey <tromey@redhat.com>
9842
9843 * gdb.fortran/charset.exp: New file.
9844 * gdb.fortran/charset.f90: New file.
9845
42159ca5
TT
98462011-06-29 Tom Tromey <tromey@redhat.com>
9847
9848 PR testsuite/12040:
9849 * lib/future.exp: New file, mostly extracted from ada.exp.
9850 Rewrote compatibility code to use rename.
9851 (gdb_find_gfortran): New proc.
9852 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
9853 gfortran patch.
9854 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
9855 Move to future.exp.
9856 * lib/gdb.exp: Always load future.exp.
9857
af69a5ce
YQ
98582011-06-28 Yao Qi <yao@codesourcery.com>
9859
9860 * gdb.cp/exception.cc: Don't include iostream.
9861 (bar): Remove print statement.
9862 (catcher): New.
9863 (main): Remove print statements. Call function catcher.
9864 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
9865 Set breakpoint on catcher, and check the value of parameter.
9866
ab5c6a72
YQ
98672011-06-23 Yao Qi <yao@codesourcery.com>
9868
6fdff2c5
PA
9869 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check
9870 breakpoint 1.2 is disabled. KFAIL for uclinux.
ab5c6a72 9871
9497469f
MP
98722011-06-23 Marek Polacek <mpolacek@redhat.com>
9873
9874 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
9875 mi_gdb_test.
9876
b9132588
MP
98772011-06-23 Marek Polacek <mpolacek@redhat.com>
9878
5d197ed0 9879 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
b9132588 9880
e55595ca
MP
98812011-06-23 Marek Polacek <mpolacek@redhat.com>
9882
5d197ed0
MP
9883 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
9884
98852011-06-23 Marek Polacek <mpolacek@redhat.com>
9886
9887 * gdb.mi/mi2-basics.exp: Fix races. Honour the
9888 `test_exec_and_symbol_mi_operatons' return value.
9889 (test_mi_interpreter_selection): Use mi_gdb_test instead of
9890 gdb_test_multiple.
9891 (test_exec_and_symbol_mi_operatons): Likewise.
9892 (test_path_specification): Likewise.
e55595ca 9893
be777e08
YQ
98942011-06-23 Yao Qi <yao@codesourcery.com>
9895
9896 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
9897 supported.
9898 * lib/gdb.exp (support_displaced_stepping): New.
9899
615556d6
YQ
99002011-06-23 Yao Qi <yao@codesourcery.com>
9901
9902 * gdb.threads/execl.exp: Skip on remote target.
9903
833b0ca7
MP
99042011-06-21 Marek Polacek <mpolacek@redhat.com>
9905
5d197ed0 9906 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
833b0ca7
MP
9907 mi_gdb_test.
9908
1ee4023a
MP
99092011-06-20 Marek Polacek <mpolacek@redhat.com>
9910
5d197ed0 9911 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
1ee4023a 9912
d0b1d624
MP
99132011-06-20 Marek Polacek <mpolacek@redhat.com>
9914
5d197ed0 9915 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
d0b1d624
MP
9916 mi_gdb_test.
9917
79aa92c1
MP
99182011-06-20 Marek Polacek <mpolacek@redhat.com>
9919
5d197ed0 9920 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
79aa92c1 9921
5ce5db06
YQ
99222011-06-14 Yao Qi <yao@codesourcery.com>
9923
9924 gdb/testsuite/
9925 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
9926
533a737e
JK
99272011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9928
9929 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
9930
d0e53741
TT
99312011-06-10 Tom Tromey <tromey@redhat.com>
9932
9933 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
9934 Add tests for pointer-to-member-function.
9935 * gdb.cp/temargs.cc (S::somefunc): New function.
9936 (K2): New class.
9937 (main): Instantiate K2; call method.
9938
b5916bbd
JB
99392011-06-08 Joel Brobecker <brobecker@adacore.com>
9940
9941 * gdb.python/py-inferior.c (f2): Make str an array rather
9942 than a pointer.
9943 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
9944
5be4dfca
JK
99452011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9946
9947 * gdb.base/async-shell.c: New file.
9948 * gdb.base/async-shell.exp: New file.
9949
9f47e254
PA
99502011-06-06 Pedro Alves <pedro@codesourcery.com>
9951
9952 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
9953
64b9b334
JB
99542011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
9955
9956 From Stephen Kitt <steve@sk2.org>
9957 * gdb.base/help.exp: Adjust following some spelling corrections
9958 in GDB.
9959
dbc0f131
YQ
99602011-06-01 Yao Qi <yao@codesourcery.com>
9961
9962 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
9963
fd336a18
KS
99642010-05-31 Keith Seitz <keiths@redhat.com>
9965
9966 PR c++/12750
9967 * gdb.cp/static-method.cc: New file.
9968 * gdb.cp/static-method.exp: New file.
9969
fa8b9902
KS
99702010-05-31 Keith Seitz <keiths@redhat.com>
9971
9972 PR symtab/12704
9973 * gdb.cp/anon-ns.cc: New file.
9974 * gdb.cp/anon-ns.exp: New file.
9975
0a5b1e09
PA
99762011-05-31 Pedro Alves <pedro@codesourcery.com>
9977
9978 * gdb.arch/i386-dr3-watch.c: New file.
9979 * gdb.arch/i386-dr3-watch.exp: New file.
9980
0578b8d1
YQ
99812011-05-30 Yao Qi <yao@codesourcery.com>
9982
9983 * gdb.base/callfuncs.c (t_structs_fc): New.
9984 (t_structs_dc, t_structs_ldc): New.
9985 (t_double_many_args):
9986 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
9987 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
9988 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
9989 * gdb.base/callfuncs.exp: Call new functions.
9990
6680506e
YQ
99912011-05-30 Yao Qi <yao@codesourcery.com>
9992
ff4d2c60
YQ
9993 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
9994 Call rerun_and_prepare for each test to isolate effects.
9995
99962011-05-30 Yao Qi <yao@codesourcery.com>
9997
9998 * gdb.base/varargs.c (find_max_float_real): New.
9999 (find_max_double_real, find_max_long_double_real): New.
10000 * gdb.base/varargs.exp: Call these new added functions.
6680506e
YQ
10001 * lib/gdb.exp (setup_kfail_for_target): New.
10002
e43ec454
YQ
100032011-05-30 Yao Qi <yao@codesourcery.com>
10004
10005 * gdb.base/funcargs.c (callca, callcb, callcc): New.
10006 (callcd, callce, callcf, callc1a, callc1b): New.
10007 (callc2a, callc2b): New.
10008 * gdb.base/funcargs.exp (complex_args): New.
10009 (complex_integral_args, complex_float_integral_args): New.
10010 * lib/gdb.exp (support_complex_tests): New. Determine
10011 whether to run test cases on _Complex types.
10012
432b4d03
JK
100132011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10014
10015 * gdb.threads/leader-exit.c: New file.
10016 * gdb.threads/leader-exit.exp: New file.
10017
6caf069d
MP
100182011-05-27 Marek Polacek <mpolacek@redhat.com>
10019
9497469f 10020 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
6caf069d 10021
97fce28b
MP
100222011-05-27 Marek Polacek <mpolacek@redhat.com>
10023
10024 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
10025 remove the `supported' variable.
10026 * gdb.mi/mi-nonstop.exp: Likewise.
10027 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10028 * gdb.mi/mi-nsintrall.exp: Likewise.
10029 * gdb.mi/mi-nsmoribund.exp: Likewise.
10030 * gdb.mi/mi-nsthrexec.exp: Likewise.
10031
9da8c2a0
PA
100322011-05-26 Pedro Alves <pedro@codesourcery.com>
10033
10034 * gdb.reverse/finish-reverse-bkpt.exp: New test.
10035
2c03e5be
PA
100362011-05-26 Pedro Alves <pedro@codesourcery.com>
10037
10038 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
10039
2e21250d
KS
100402011-05-24 Keith Seitz <keiths@redhat.com>
10041
10042 PR breakpoint/12803
10043 * gdb.cp/cmpd-minsyms.cc (a): New method.
10044 (b): New method.
10045 (c): New method.
10046 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
10047
cdac0397
PA
100482011-05-24 Pedro Alves <pedro@codesourcery.com>
10049
10050 * gdb.base/commands.exp (watchpoint_command_test): Check that the
10051 watchpoint's command list didn't execute when the watchpoint went
10052 out of scope.
10053
ee5683ab
PM
100542011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
10055
10056 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
10057 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
10058 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
10059 * gdb.arch/i386-gnu-cfi.exp: Likewise.
10060 * gdb.arch/i386-permbkpt.exp: Likewise.
10061 * gdb.arch/i386-prologue.exp: Likewise.
10062 * gdb.arch/i386-size-overlap.exp: Likewise.
10063 * gdb.arch/i386-size.exp: Likewise.
10064 * gdb.arch/i386-unwind.exp: Likewise.
10065 * gdb.reverse/i386-precsave.exp: Likewise.
10066 * gdb.reverse/i386-reverse.exp: Likewise.
10067 * gdb.reverse/i386-sse-reverse.exp: Likewise.
10068 * gdb.reverse/i387-env-reverse.exp: Likewise.
10069 * gdb.reverse/i387-stack-reverse.exp: Likewise.
10070
c91c8c16
PA
100712011-05-24 Pedro Alves <pedro@codesourcery.com>
10072
10073 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
10074 file doesn't error, using MI.
10075
c50491a7
TT
100762011-05-23 Tom Tromey <tromey@redhat.com>
10077
10078 * gdb.base/charset.exp (string_display): Add tests to assign to
10079 arrays.
10080 * gdb.base/charset.c (short_array, int_array, long_array): New.
10081
4a07b7da
PA
100822011-05-20 Pedro Alves <pedro@codesourcery.com>
10083
10084 Cope with async mode.
10085
4a07b7da
PA
10086 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
10087 into gdb_test + mi_expect_stop.
10088
b275f2d2
PA
100892011-05-20 Pedro Alves <pedro@codesourcery.com>
10090
10091 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
10092 (callme): Remove printf call.
10093
eec52c44
PM
100942011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
10095
10096 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
10097 quote pattern to avoid problems with Cygwin/mingw expect versions.
10098 * gdb.base/default.exp (show convenience): Use double
10099 quote pattern for regular expressions.
10100
b3c8eb43
JK
101012011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10102
10103 Fix -readnow for -gdwarf-4 unused type units.
10104 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
10105 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
10106
ed731959
JK
101072011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
10108
10109 * gdb.base/kill-after-signal.c: New file.
10110 * gdb.base/kill-after-signal.exp: New file.
10111
3b48433d
PA
101122011-05-16 Pedro Alves <pedro@codesourcery.com>
10113
10114 * gdb.ada/start.exp: Call untested with the correct test filename.
10115 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
10116 test filename. Make the test's binary unique.
10117 * gdb.arch/i386-signal.exp: Call untested with the correct test
10118 filename.
10119 * gdb.arch/i386-size-overlap.exp: Ditto.
10120 * gdb.arch/Makefile.in (EXECUTABLES): Update.
10121 * gdb.base/gcore-buffer-overflow.exp: Ditto.
10122 * gdb.cp/call-c.exp: Ditto.
10123 * gdb.mi/mi-reverse.exp: Call untested with the correct test
10124 filename. Make the test's binary unique.
10125 * gdb.mi/Makefile.in (EXECUTABLES): Update.
10126 * gdb.python/py-mi.exp: Ditto.
10127 * gdb.python/Makefile.in (EXECUTABLES): Update.
10128 * gdb.reverse/i386-precsave.exp: Ditto.
10129 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
10130 test filename.
10131 * gdb.reverse/i387-stack-reverse.exp: Ditto.
10132 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
10133 unique.
10134 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
10135 test filename.
10136 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
10137 * gdb.trace/tfile.exp: Ditto.
10138
ba4a8bdd
YQ
101392011-05-14 Yao Qi <yao@codesourcery.com>
10140
10141 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
10142 type.
10143
dbaefcf7
DE
101442011-05-13 Doug Evans <dje@google.com>
10145
10146 * gdb.python/py-objfile-script.exp: New file.
10147 * gdb.python/py-objfile-script.c: New file.
10148 * gdb.python/py-objfile-script-gdb.py: New file.
10149 * testsuite/gdb.python/py-section-script.exp: Test
10150 "info auto-load-scripts".
10151
9930639c
TT
101522011-05-13 Tom Tromey <tromey@redhat.com>
10153
10154 * gdb.dwarf2/clztest.exp: New file.
10155 * gdb.dwarf2/clztest.c: New file.
10156 * gdb.dwarf2/clztest.S: New file.
10157
05272e11
DE
101582011-05-13 Doug Evans <dje@google.com>
10159
cc63ef9b
DE
10160 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
10161 String16 tests.
05272e11 10162
6edba76f
TT
101632011-05-13 Tom Tromey <tromey@redhat.com>
10164
10165 * lib/gdb.exp (is_x86_like_target): New proc.
10166 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
10167 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
10168 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
10169 -nostdlib to compiler.
10170 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
10171 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
10172 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
10173 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
10174 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
10175
028d0ed5
TJB
101762011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
10177
10178 * gdb.python/py-function.exp: Test setting a value from a function
10179 which executes a command.
10180
8a9b8146
TT
101812011-05-12 Tom Tromey <tromey@redhat.com>
10182
10183 * gdb.dwarf2/typeddwarf.S: New file.
10184 * gdb.dwarf2/typeddwarf.c: New file.
10185 * gdb.dwarf2/typeddwarf.exp: New file.
10186
10483e8e
MP
101872011-05-12 Marek Polacek <mpolacek@redhat.com>
10188
10189 * gdb.mi/mi-basics.exp: Fix races. Honour the
10190 `test_exec_and_symbol_mi_operatons' return value.
10191 (test_mi_interpreter_selection): Use mi_gdb_test instead of
10192 gdb_test_multiple.
10193 (test_exec_and_symbol_mi_operatons): Likewise.
10194 (test_path_specification): Likewise.
10195
faf067f1
JK
101962011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10197
10198 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
10199 (gdb_touch_execfile): Remove catch wrappers. New variable time.
10200 Replace `file copy' and `file rename' by `file mtime'. Twice.
10201
7ff911a3
JK
102022011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10203
10204 * gdb.base/readline-ask.c: New file.
10205 * gdb.base/readline-ask.exp: New file.
10206 * gdb.base/readline-ask.inputrc: New file.
10207
a536c6d7
UW
102082011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
10209
10210 * gdb.cell/bt.exp: Delete breakpoints before running to signal
10211 to avoid race condition.
10212 * gdb.cell/coremaker.c: Use small stack size.
10213 * gdb.cell/ea-standalone.exp: Use file name without path as
10214 argument to c_to.
10215 * gdb.cell/fork.exp: Allow other output when continuing to end.
10216
d472a426
JK
102172011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10218
10219 * gdb.threads/corethreads.c: New file.
10220 * gdb.threads/corethreads.exp: New file.
10221
102222011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
774094b8
JK
10223
10224 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
10225 Try to compile the test using -Wl,-z,norelro first.
10226 (load_core): New variable libthread_db_seen, initialize it.
10227 (zeroed-threads cannot be listed): Protect it by XFAIL on
10228 !$libthread_db_seen.
10229
8be455d7
JK
102302011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10231
10232 PR 12573
10233 * gdb.dwarf2/dw2-skip-prologue.S: New file.
10234 * gdb.dwarf2/dw2-skip-prologue.c: New file.
10235 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
10236
1976171a
JK
102372011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10238
10239 * gdb.cp/psymtab-parameter.cc: New file.
10240 * gdb.cp/psymtab-parameter.exp: New file.
10241
7db6f30f
JK
102422011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10243
10244 Fix a race.
10245 * gdb.cp/static-print-quit.exp (print c): Split to ...
10246 (print c - <return>, print c - q <return>, print c - to quit):
10247 ... these. Make the testfile untested on gdb-7.1.
10248
85161e9e 102492011-5-05 Janis Johnson <janisjo@codesourcery.com>
56744f0a
JJ
10250
10251 * lib/gdb.exp (exec_target_file, exec_symbol_file,
10252 gdb_rename_execfile, gdb_touch_execfile): New.
10253 * gdb.base/reread.exp: Use new procs to handle multiple
10254 exec files.
10255
0c51be18
YQ
102562011-05-05 Yao Qi <yao@codesourcery.com>
10257
10258 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
10259 (test_adr_32bit, test_pop_pc): New.
10260 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
10261 (test_adr_32bit, test_pop_pc): New.
10262
4d393d60
JM
102632011-05-04 Joseph Myers <joseph@codesourcery.com>
10264
10265 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
10266 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
10267 targets.
10268 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
10269 handle targets.
10270
8ffd0459
JK
102712011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10272
10273 * gdb.base/completion.exp (complete help info wat): Rename to ...
10274 (complete 'help info wat'): ... here.
10275 Remove all `-re ".*' and `-re "^.*' redundant regexes.
10276 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
10277
8e28d804
PA
102782011-05-04 Pedro Alves <pedro@codesourcery.com>
10279
10280 * gdb.base/completion.exp: Use gdb_test_multiple instead of
10281 gdb_test and explicit $gdb_prompt/timeout matches.
10282
3eb2ef34
YQ
102832011-05-04 Yao Qi <yao@codesourcery.com>
10284
10285 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
10286 and __thumb2__.
10287
aaaf81a3
MP
102882011-05-03 Marek Polacek <mpolacek@redhat.com>
10289
10290 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
10291 in place of `gdb_test "delete breakpoints"'. This eliminates two
10292 testcases.
10293
c4cbc0df
PA
102942011-05-02 Pedro Alves <pedro@codesourcery.com>
10295
10296 PR testsuite/12649
10297 Fix races.
10298
10299 * gdb.base/completion.exp: Remove all sleep calls. Remove
10300 unnecessary regexs. Don't explicitly expect anything after the
10301 prompt. Eat the prompt if necessary.
10302
b4cbb4a3
EBM
103032011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
10304
10305 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
10306 accept to show the caller line again as well as the line after.
10307
d65aec65
PM
103082011-04-29 Phil Muldoon <pmuldoon@redhat.com>
10309
10310 PR mi/12531
10311
10312 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
10313 compile target.
10314 * gdb.python/py-prettyprint.exp: Add C++ object for
10315 CPLUS_FAKE_CHILD test.
10316
30852783
UW
103172011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
10318
10319 * gdb.base/signest.exp: New file.
10320 * gdb.base/signest.c: Likewise.
10321
c7b1f0d9
JK
103222011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10323
10324 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
10325 thread and breakpoint notifications.
10326
559a7a62
JK
103272011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10328
10329 * gdb.base/fortran-sym-case.c: New file.
10330 * gdb.base/fortran-sym-case.exp: New file.
10331 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
10332 * gdb.dwarf2/dw2-case-insensitive.c: New file.
10333 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
10334
8344e389
JK
103352011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10336
10337 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
10338 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
10339 false #1', `if true else false #2' and `if true else false #3'.
10340
2484c66b
UW
103412011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
10342
10343 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
10344 while delivering signal.
10345
8d3788bd
VP
103462011-04-27 Vladimir Prus <vladimir@codesourcery.com>
10347
10348 MI breakpoint notifications.
10349
10350 * testsuite/gdb.mi/mi-cli.exp: Adust.
6fdff2c5
PA
10351 * testsuite/gdb.mi/mi2-cli.exp: Adust.
10352 * testsuite/gdb.mi/mi-watch.exp: Adust.
10353 * testsuite/gdb.mi/mi2-watch.exp: Adust.
10354 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
10355 notifications.
8d3788bd 10356
3e03848b
JK
103572011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10358
10359 * gdb.base/gdbindex-stabs-dwarf.c: New file.
10360 * gdb.base/gdbindex-stabs.c: New file.
10361 * gdb.base/gdbindex-stabs.exp: New file.
10362
918c9108
YQ
103632011-04-25 Yao Qi <yao@codesourcery.com>
10364
10365 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
10366 with /*...*/.
10367 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
10368
90556b8c
JK
103692011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10370
10371 * gdb.python/py-value.exp (test_objfiles): Name the first test
10372 `py-value in file.filename'.
10373
03f2bd59
JK
103742011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10375
10376 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
10377 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
10378 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
10379 !gdbserver_reconnect_p..
10380 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
10381
7b08b9eb
JK
103822011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10383
10384 * gdb.cp/cpcompletion.exp (complete class methods)
10385 (complete class methods beginning with F): Move them above runto. New
10386 comment about the runto delimiter.
10387
b78974c3
PA
103882011-04-20 Pedro Alves <pedro@codesourcery.com>
10389
10390 * gdb.base/maint.exp: Test that "maint print registers" works
10391 without a running program.
10392
20429c40 103932011-04-20 Marek Polacek <mpolacek@redhat.com>
b78974c3 10394
20429c40
MP
10395 * gdb.base/setshow.exp: Fix racy tests.
10396 ($old_gdb_prompt): New variable.
10397
7a9dd1b2
TT
103982011-04-19 Tom Tromey <tromey@redhat.com>
10399
10400 * gdb.mi/mi-nsmoribund.exp:
10401 * gdb.hp/gdb.objdbg/objdbg01.exp:
10402 * gdb.base/structs.exp (test_struct_returns):
10403 * gdb.base/call-sc.exp (test_scalar_returns):
10404 * gdb.base/bigcore.exp: Remove duplicate words.
10405
02835898
JK
104062011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10407
10408 * gdb.base/break-interp-lib.c (v, vptr): New variables.
10409 * gdb.base/break-interp.exp (test_attach): New comment.
10410
254f582e
JK
104112011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10412
10413 * gdb.threads/gcore-thread.exp ($core0file): New variable.
10414 (clear __stack_user.next, clear stack_used.next)
10415 (save a zeroed-threads corefile): New test.
10416 Call core_load for $core0file.
10417 (zeroed-threads cannot be listed): New test.
10418
4fe85f5c
JK
104192011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10420
10421 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
10422 filename.
10423 ($srcfile): Preserve the original value.
10424 ($testfile): Match it the .exp filename.
10425 ($corefile): New variable. Substitute it around.
10426 Use clean_restart.
10427 ($prev_timeout): Remove.
10428 (load_core): Move core loading into this proc.
10429 Fix restore of $timeout if load_core fails.
10430
63524580
JK
104312011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10432
10433 * gdb.base/eu-strip-infcall.c: New file.
10434 * gdb.base/eu-strip-infcall.exp: New file.
10435
90359a16
JK
104362011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10437
10438 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
10439 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
10440
626e7282
JK
104412011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10442
10443 Fix Python access to inlined frames.
10444 * gdb.python/py-frame-inline.c: New file.
10445 * gdb.python/py-frame-inline.exp: New file.
10446
3363d018
EBM
104472011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
10448
10449 * gdb.base/gdb1090.exp: Change breakpoint location to read the
10450 content of 's24' correctly (avoiding "optimized out").
10451 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
10452
28781456
JK
104532011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10454
10455 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
10456
4a4106ca
TJB
104572011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
10458
10459 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
10460 expect a colon in watch -location output.
10461
d26ccb4f
JK
104622011-04-13 Marek Polacek <mpolacek@redhat.com>
10463
df46027d 10464 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
d26ccb4f
JK
10465 New testcase `expect response to define backtrace'. Also remove
10466 redundant `default' block.
10467
e1ab1f9c
JK
104682011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10469
10470 * gdb.python/py-prettyprint.c (struct hint_error): New.
10471 (main): New variable hint_error.
10472 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
10473 "print hint_error".
10474 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
10475 (register_pretty_printers): Register it.
10476
0c2e6019
TT
104772011-04-04 Tom Tromey <tromey@redhat.com>
10478
10479 * gdb.cp/maint.exp (test_help): Update.
10480 (test_namespace): Likewise.
10481
af57139d
JB
104822011-04-01 Joel Brobecker <brobecker@adacore.com>
10483
10484 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
10485 * gdb.ada/arrayptr.exp: Add new tests.
10486
956a9fb9
JB
104872011-04-01 Joel Brobecker <brobecker@adacore.com>
10488
10489 * gdb.ada/mi_catch_ex: New testcase.
10490
d0c4d642
PA
104912011-04-01 Pedro Alves <pedro@codesourcery.com>
10492
10493 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
10494 base::overload(void) method without specifying "const".
10495
18819fa6
UW
104962011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
10497
10498 * gdb.arch/thumb-singlestep.S: New file.
10499 * gdb.arch/thumb-singlestep.exp: Likewise.
10500
a4c8e806
TT
105012011-03-31 Tom Tromey <tromey@redhat.com>
10502
10503 * gdb.python/py-prettyprint.py (exception_flag): New global.
10504 (NoStringContainerPrinter._iterator.next): Check it.
10505 * gdb.python/py-prettyprint.c (main): New variable nstype2.
10506 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
10507
53832f31
TT
105082011-03-29 Tom Tromey <tromey@redhat.com>
10509
10510 * gdb.cp/anon-struct.cc: New file.
10511 * gdb.cp/anon-struct.exp: New file.
10512
e4620230
JK
105132011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10514
10515 Test STT_GNU_IFUNC support.
10516 * gdb.base/gnu-ifunc-lib.c: New file.
10517 * gdb.base/gnu-ifunc.c: New file.
10518 * gdb.base/gnu-ifunc.exp: New file.
10519
d0fb5eae
JK
105202011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10521
10522 Support a ring of related breakpoints.
10523 * gdb.base/watchpoint-delete.c: New file.
10524 * gdb.base/watchpoint-delete.exp: New file.
10525
20106cfb
JK
105262011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10527
10528 * gdb.ada/arrayparam.exp (print first after function call): Use
10529 explicit package name. Add a comment
10530 (print lasta after function call): Rename ...
10531 (print last after function call): ... it and use explicit package
10532 name.
10533 (print length after function call): Use explicit package name.
10534 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
10535 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
10536 (multiple matches for symbol i): Rename ...
10537 (multiple matches for symbol integervar): ... it.
10538 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
10539 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
10540
e7ab5e63
AB
105412011-03-25 Andrew Burgess <aburgess@broadcom.com>
10542
10543 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
10544 environment variable to make grep output more predictable. Move
10545 all the environment setup into gdb_init so it's done once per test
10546 case rather than each time we start gdb.
10547
9ef07c8c
TT
105482011-03-24 Tom Tromey <tromey@redhat.com>
10549
10550 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
10551 test.
10552
dd90784c
JK
105532011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10554
10555 * gdb.dwarf2/dw2-entry-value-main.c: New file.
10556 * gdb.dwarf2/dw2-entry-value.S: New file.
10557 * gdb.dwarf2/dw2-entry-value.exp: New file.
10558
05775840
PM
105592011-03-22 Phil Muldoon <pmuldoon@redhat.com>
10560
6fdff2c5 10561 PR python/12183
05775840
PM
10562
10563 * gdb.python/py-function.exp: Add GdbError tests.
10564
8661b11b
PA
105652011-03-18 Pedro Alves <pedro@codesourcery.com>
10566
10567 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
10568 (reglocal_test_func, statlocal_test_func): New functions.
10569 (globals_test_func): Call new functions.
10570 * gdb.trace/unavailable.exp (gdb_collect_args_test)
10571 (gdb_collect_locals_test): New procedure.
10572 (gdb_trace_collection_test): Call new procedures.
10573
0fdb4f18
PA
105742011-03-18 Pedro Alves <pedro@codesourcery.com>
10575
10576 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
10577 (test_register, test_register_unavailable): New procedures.
10578 (gdb_unavailable_registers_test): New procedure.
10579 (gdb_trace_collection_test): Call it.
10580
99c3dc11
PM
105812011-03-18 Phil Muldoon <pmuldoon@redhat.com>
10582
6fdff2c5 10583 PR python/12149
99c3dc11
PM
10584
10585 * gdb.python/python.exp: Add gdb.write tests.
10586
29703da4
PM
105872010-03-17 Phil Muldoon <pmuldoon@redhat.com>
10588
10589 * gdb.python/Makefile.in: Add py-objfile.
10590 * gdb.python/py-objfile.exp: New file.
10591 * gdb.python/py-objfile.c: New file.
10592 * gdb.python/py-block.exp: Add is_valid tests.
10593 * gdb.python/py-inferior.exp: Ditto.
10594 * gdb.python/py-infthread.exp: Ditto.
10595 * gdb.python/py-symbol.exp: Ditto.
10596 * gdb.python/py-symtab.exp: Ditto.
10597
598997c8
KS
105982011-03-16 Keith Seitz <keiths@redhat.com>
10599
10600 PR c++/12273
10601 * gdb.cp/cmpd-minsyms.exp: New test.
10602 * gdb.cp/cmpd-minsyms.cc: New file.
10603
10604 PR c++/11734
10605 * gdb.cp/ovsrch.exp: New test.
10606 * gdb.cp/ovsrch.h: New file.
10607 * gdb.cp/ovsrch1.cc: New file.
10608 * gdb.cp/ovsrch2.cc: New file.
10609 * gdb.cp/ovsrch3.cc: New file.
10610 * gdb.cp/ovsrch4.cc: New file.
10611
c91513d8
PP
106122011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
10613
10614 PR gdb/12528
10615 * gdb.base/Makefile.in: Adjust EXECUTABLES.
10616 * gdb.base/break-on-linker-gcd-function.exp: New test.
10617 * gdb.base/break-on-linker-gcd-function.cc: New file.
10618
7470fc63
AT
106192011-03-15 Andreas Tobler <andreast@fgznet.ch>
10620
10621 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
10622
959e7469
PM
106232011-03-15 Phil Muldoon <pmuldoon@redhat.com>
10624
10625 * lib/gdb.exp (gdb_unload): Add another termination case.
10626
9373cf26
JK
106272011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10628
10629 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
10630 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
10631 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
10632 Provide a stub byte there.
10633 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
10634 DW_AT_entry_pc.
10635 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
10636
24e9cda0
UW
106372011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
10638
10639 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
10640 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
10641 "generic ABI, auto".
10642 (altivec_abi_tests): Accept vectors returned by reference.
10643
7371cf6d
PM
106442010-03-14 Phil Muldoon <pmuldoon@redhat.com>
10645
10646 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
10647
ce77046a
UW
106482011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
10649
10650 * gdb.python/py-section-script.exp: Skip test if no Python support.
10651
176400c3
UW
106522011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
10653
10654 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
10655
ecec24e6
PM
106562011-03-10 Phil Muldoon <pmuldoon@redhat.com>
10657
10658 * gdb.python/py-parameter.exp: Update tests to the new Python
10659 parameter API. Add "no documentation" test. Add deprecated API
10660 backward compatibility test.
10661
5dbdd470
TT
106622011-03-09 Tom Tromey <tromey@redhat.com>
10663
10664 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
10665 gdb_continue_to_end.
10666
b66e66ee
MK
106672011-03-09 Mark Kettenis <kettenis@gnu.org>
10668
10669 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
10670 tabs.
10671
eceb0c5f
TT
106722011-03-09 Tom Tromey <tromey@redhat.com>
10673
10674 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
10675 parentheses.
10676 (gdb_continue_to_end): Add "allow_extra" parameter. Use
10677 $command.
10678 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
10679 argument to gdb_continue_to_end.
10680 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
10681 argument to gdb_continue_to_end.
10682 * gdb.cp/annota3.exp: Fix regex.
10683 * gdb.cp/annota2.exp: Fix regex.
10684 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
10685 gdb_continue_to_end.
10686 * gdb.base/call-signal-resume.exp: Revert earlier patch.
10687 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
10688 gdb_continue_to_end.
10689
63154eca
PA
106902011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10691
10692 * gdb.server/ext-run.exp
10693 (load new file without any gdbserver inferior): New test.
10694
967d1f9b
TT
106952011-03-07 Tom Tromey <tromey@redhat.com>
10696
10697 * Makefile.in (TAGS): Rewrite.
10698
d68dcbb9
JK
106992011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10700
10701 * gdb.trace/report.exp (12.1: trace report #1): New match for the
10702 initial commands echo. New match for `Found trace'. Anchor all the
10703 other matches. Anchor and match for `No trace frame found' the final
10704 match.
10705
6bf58e63
TT
107062011-03-07 Tom Tromey <tromey@redhat.com>
10707
10708 * Makefile.in (TAGS): New target.
10709
fda326dd
TT
107102011-03-07 Tom Tromey <tromey@redhat.com>
10711
10712 * lib/opencl.exp (skip_opencl_tests): Update for exit message
10713 change.
10714 * lib/mi-support.exp (mi_gdb_test): Update for exit message
10715 change.
10716 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
10717 exit message change.
10718 (skip_altivec_tests): Update for exit message change.
10719 (skip_vsx_tests): Likewise.
10720 (gdb_continue_to_end): Likewise. Add 'command' argument.
10721 * lib/cell.exp (skip_cell_tests): Update for exit message change.
10722 * gdb.threads/tls.exp: Update for exit message change.
10723 * gdb.threads/thread-unwindonsignal.exp: Use
10724 gdb_continue_to_end.
10725 * gdb.threads/step.exp (step_it): Update for exit message change.
10726 (continue_all): Likewise.
10727 * gdb.threads/print-threads.exp (test_all_threads): Update for
10728 exit message change.
10729 * gdb.threads/interrupted-hand-call.exp: Use
10730 gdb_continue_to_end.
10731 * gdb.threads/execl.exp: Use gdb_continue_to_end.
10732 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
10733 gdb_continue_to_end.
10734 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
10735 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
10736 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
10737 * gdb.cp/method.exp: Update for exit message change.
10738 * gdb.cp/mb-templates.exp: Update for exit message change.
10739 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
10740 * gdb.cp/annota3.exp: Update for exit message change.
10741 * gdb.cp/annota2.exp: Update for exit message change.
10742 * gdb.cell/fork.exp: Use gdb_continue_to_end.
10743 * gdb.base/term.exp: Update for exit message change.
10744 * gdb.base/step-test.exp (test_i): Update for exit message change.
10745 * gdb.base/sigstep.exp (advance): Update for exit message change.
10746 (advancei): Likewise.
10747 * gdb.base/siginfo.exp: Update for exit message change.
10748 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
10749 * gdb.base/reread.exp: Use gdb_continue_to_end.
10750 * gdb.base/langs.exp: Use gdb_continue_to_end.
10751 * gdb.base/interrupt.exp: Update for exit message change.
10752 * gdb.base/gdb1555.exp: Update for exit message change.
10753 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
10754 * gdb.base/ending-run.exp: Update for exit message change.
10755 * gdb.base/chng-syms.exp: Update for exit message change.
10756 * gdb.base/checkpoint.exp: Update for exit message change.
10757 * gdb.base/catch-syscall.exp (check_for_program_end): Use
10758 gdb_continue_to_end.
10759 (test_catch_syscall_with_wrong_args): Likewise.
10760 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
10761 * gdb.base/break-interp.exp (test_ld): Update for exit message
10762 change.
10763 * gdb.base/bang.exp: Update for exit message change.
10764 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
10765 (do_call_attach_tests): Likewise.
10766 * gdb.base/a2-run.exp: Update for exit message change.
10767 * gdb.arch/ppc-dfp.exp: Update for exit message change.
10768 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
10769 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
10770
dd19bd70
JK
107712011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10772
10773 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
10774
30e62689
TT
107752011-03-03 Tom Tromey <tromey@redhat.com>
10776
10777 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
10778 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
10779 * gdb.hp/gdb.aCC/configure.ac: Remove.
10780 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
10781 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
10782 * gdb.hp/gdb.base-hp/configure.ac: Remove.
10783 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
10784 * gdb.hp/gdb.compat/configure (Makefile): Remove.
10785 * gdb.hp/gdb.compat/configure.ac: Remove.
10786 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
10787 * gdb.hp/gdb.defects/configure (Makefile): Remove.
10788 * gdb.hp/gdb.defects/configure.ac: Remove.
10789 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
10790 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
10791 * gdb.hp/gdb.objdbg/configure.ac: Remove.
10792 * gdb.hp/configure.ac: Remove.
10793 * gdb.hp/configure: Remove.
10794 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
10795 substitution.
10796 (Makefile): Remove rule.
10797 * gdb.cell/configure.ac: Remove.
10798 * gdb.cell/configure: Remove.
10799 * gdb.stabs/Makefile.in (Makefile): Remove.
10800 (distclean): Don't remove config.status or config.log.
10801 * gdb.stabs/configure (Makefile): Remove.
10802 * gdb.stabs/configure.ac: Remove.
10803 * configure: Rebuild.
10804 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
10805 Remove stabs- and cell-specific logic. Test for existence of
10806 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
10807 subdirectories, gdb.cell, and and gdb.stabs.
10808 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
10809
c171f854
JB
108102011-03-03 Joel Brobecker <brobecker@adacore.com>
10811
10812 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
10813 end of buffer.
10814
9a5193cb
JB
108152011-03-02 Joel Brobecker <brobecker@adacore.com>
10816
10817 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
10818 gdb_test when running a test where we expected no output back.
10819
9bb4c1bb
MS
108202011-02-28 Michael Snyder <msnyder@vmware.com>
10821
10822 * gdb.cp/overload.cc: Change initializer value to integer.
10823
3bd0f5ef
MS
108242011-02-27 Michael Snyder <msnyder@vmware.com>
10825
10826 * gdb.multi/base.exp: Add test for remove-inferiors.
10827
2279eaad
JB
108282011-02-26 Joel Brobecker <brobecker@adacore.com>
10829
10830 * gdb.python/py-frame.exp: Simplify the initialization phase
10831 using prepare_for_testing.
10832
c82c0b55
MS
108332011-02-25 Michael Snyder <msnyder@vmware.com>
10834
10835 * gdb.multi/base.exp: Add tests for info inferiors with args.
10836
1d94651b
JK
108372011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10838
10839 * gdb.dwarf2/dw2-ranges.S: Rename to ...
10840 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
10841 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
10842 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
10843 asmfile3. Comment the STABS (#3) file compilation. Compile
10844 everything through assembler. Provide KFAIL for symtab/12497.
10845 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
10846 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
10847 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
10848 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
10849
3bd0f5ef
MS
108502011-02-24 Michael Snyder <msnyder@vmware.com>
10851
10852 * gdb.base/break.exp: Add tests for delete breakpoints using
10853 convenience variables and value history references.
10854
12c1418e
MS
108552011-02-24 Michael Snyder <msnyder@vmware.com>
10856
10857 * gdb.base/break.exp: Remove debugging 'printf' accidentally
10858 left behind in previous check-in.
10859
e5a67952
MS
108602011-02-23 Michael Snyder <msnyder@vmware.com>
10861
10862 * gdb.base/break.exp: Add tests for "info break" with arguments.
10863 * gdb.trace/infotrace.exp: Update patterns for error and help.
10864 * gdb.base/completion.exp: Update pattern.
10865 * gdb.base/ena-dis-br.exp: Update pattern.
10866 * gdb.base/help.exp: Update patterns.
10867
108682011-02-23 Michael Snyder <msnyder@vmware.com>
fbcb778d
MS
10869
10870 * gdb.base/memattr.exp: New test.
10871 * gdb.base/memattr.c: Test load for memattr.exp.
10872
6e6fbe60
DE
108732011-02-22 Doug Evans <dje@google.com>
10874
10875 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
10876
1d41d745
MS
108772011-02-22 Michael Snyder <msnyder@vmware.com>
10878
10879 * Makefile.in: Make more clean.
10880 * gdb.ada/Makefile.in: Ditto.
10881 * gdb.arch/Makefile.in: Ditto.
10882 * gdb.asm/Makefile.in: Ditto.
10883 * gdb.base/Makefile.in: Ditto.
10884 * gdb.cp/Makefile.in: Ditto.
10885 * gdb.dwarf2/Makefile.in: Ditto.
10886 * gdb.java/Makefile.in: Ditto.
10887 * gdb.mi/Makefile.in: Ditto.
10888 * gdb.modula2/Makefile.in: Ditto.
10889 * gdb.python/Makefile.in: Ditto.
10890 * gdb.server/Makefile.in: Ditto.
10891 * gdb.stabs/Makefile.in: Ditto.
10892 * gdb.threads/Makefile.in: Ditto.
10893 * gdb.trace/Makefile.in: Ditto.
10894
79ba84ca
MS
108952011-02-22 Michael Snyder <msnyder@vmware.com>
10896
df46027d 10897 * gdb.threads/thread-find.exp: Add tests for bad input to
79ba84ca
MS
10898 info threads.
10899
b9b35694
JB
109002011-02-22 Joel Brobecker <brobecker@adacore.com>
10901
10902 * gdb.python/py-breakpoint.exp: Fix the expected output of
10903 one of the "maint info breakpoints" tests to accept the output
10904 generated on platforms that do not have hardware watchpoints.
10905
8bfb830f
JB
109062011-02-22 Joel Brobecker <brobecker@adacore.com>
10907
10908 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
10909 clean_restart. Be a little stricter in the expected output
10910 for one of the tests. Fix a typo in one of the comments.
10911
c45f3c54
JB
109122011-02-22 Joel Brobecker <brobecker@adacore.com>
10913
10914 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
10915 Delete variable binfile, no longer use. Add or modify test
10916 comments to make them unique.
10917
b97c863c
MS
109182011-02-21 Michael Snyder <msnyder@vmware.com>
10919
10920 * Makefile.in: Update for make clean.
10921 * gdb.ada/Makefile.in: Ditto.
10922 * gdb.arch/Makefile.in: Ditto.
10923 * gdb.asm/Makefile.in: Ditto.
10924 * gdb.base/Makefile.in: Ditto.
10925 * gdb.cp/Makefile.in: Ditto.
10926 * gdb.dwarf2/Makefile.in: Ditto.
10927 * gdb.java/Makefile.in: Ditto.
10928 * gdb.mi/Makefile.in: Ditto.
10929 * gdb.modula2/Makefile.in: Ditto.
10930 * gdb.python/Makefile.in: Ditto.
10931 * gdb.server/Makefile.in: Ditto.
10932 * gdb.stabs/Makefile.in: Ditto.
10933 * gdb.threads/Makefile.in: Ditto.
10934 * gdb.trace/Makefile.in: Ditto.
10935
aea5b279
MS
109362011-02-21 Michael Snyder <msnyder@vmware.com>
10937
10938 * gdb.threads/thread-find.exp: Update patterns for changes in
10939 output of "info threads" command.
10940
e3039479
UW
109412011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
10942 Ulrich Weigand <uweigand@de.ibm.com>
10943
10944 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
10945 (skip_hw_watchpoint_tests): Likewise.
10946 (skip_hw_watchpoint_multi_tests): Likewise.
10947
b800ec70
UW
109482011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
10949
10950 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
10951 (skip_hw_watchpoint_tests): Likewise.
10952 (skip_hw_watchpoint_multi_tests): Likewise.
10953 (skip_hw_watchpoint_access_tests): Likewise.
10954
10955 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
10956 * gdb.base/pr11022.exp: Likewise.
10957 * gdb.base/watch-read.exp: Likewise.
10958 * gdb.base/watch_thread_num.exp: Likewise.
10959 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
10960 * gdb.base/watchpoint-hw.exp: Likewise.
10961 * gdb.base/watchpoint.exp: Likewise.
10962 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
10963 * gdb.threads/watchthreads-reorder.exp: Likewise.
10964 * gdb.threads/watchthreads.exp: Likewise.
10965 * gdb.threads/watchthreads2.exp: Likewise.
10966
91033e37
JB
109672011-02-21 Joel Brobecker <brobecker@adacore.com>
10968
10969 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
10970 the debugger is unable to find the array bounds.
10971
eeaafae2
JK
109722011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
10973
10974 * gdb.cp/typedef-operator.exp: New file.
10975 * gdb.cp/typedef-operator.cc: New file.
10976
e338d953
MS
109772011-02-17 Michael Snyder <msnyder@vmware.com>
10978
10979 * gdb.threads/thread-find.exp: Fix regular expressions.
10980
e67ad678
JB
109812011-02-17 Joel Brobecker <brobecker@adacore.com>
10982
10983 * gdb.ada/packed_array: Expand testcase to test printing of
10984 unconstrained packed array.
10985
93084bca
JB
109862011-02-17 Joel Brobecker <brobecker@adacore.com>
10987
10988 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
10989
a0c78a73
PA
109902011-02-16 Pedro Alves <pedro@codesourcery.com>
10991
f65d5553 10992 * gdb.trace/collection.c (globalarr3): New global.
a0c78a73
PA
10993 (main): Initialize it before collecting, and and clear it
10994 afterwards.
f65d5553
PA
10995 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
10996 collecting with '{type} addr', where the addr expression is not an
10997 rvalue.
a0c78a73 10998
3dfcbbd2
KW
109992011-02-16 Ken Werner <ken.werner@de.ibm.com>
11000
11001 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
11002 a bool variable. Expect correct OpenCL names for vector types. Use the
11003 uc3 variable name instead of referring to the uchar3 built-in type.
11004 Escape the asterisk at the half pointer test.
11005
08807d5a
PA
110062011-02-16 Pedro Alves <pedro@codesourcery.com>
11007
f65d5553 11008 * gdb.trace/collection.c (globalarr2): New global.
08807d5a
PA
11009 (main): Initialize it before collecting, and and clear it
11010 afterwards.
f65d5553
PA
11011 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
11012 collecting overlapping memory ranges.
08807d5a 11013
60f98dde
MS
110142011-02-15 Michael Snyder <msnyder@vmware.com>
11015
11016 * gdb.base/default.exp: Add tests for thread commands.
11017 * gdb.base/help.exp: Add tests for thread commands.
11018 * gdb.threads/thread-find.exp: New test for thread find command.
11019
648cd113
KW
110202011-02-15 Ken Werner <ken.werner@de.ibm.com>
11021
11022 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
11023
494e194e
YQ
110242011-02-15 Yao Qi <yao@codesourcery.com>
11025
11026 PR tdep/12352
11027 * gdb.arch/arm-disp-step.S : New test for str instruction.
11028 * gdb.arch/arm-disp-step.exp : Likewise.
11029
d9492458
TJB
110302011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
11031
11032 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
11033 "vector_register2_vr" test strings. Test the extended floating
11034 point registers (F32~F63).
11035 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
11036 IBM XL C compiler. Make the test program use a register provided
11037 by the compiler for the lxvd2x instruction.
11038
8af8e3bc
PA
110392011-02-14 Pedro Alves <pedro@codesourcery.com>
11040
11041 * gdb.trace/unavailable.cc (class Base, class Middle, class
11042 Derived): New types.
11043 (derived_unavail, derived_partial, derived_whole): New globals.
11044 (virtual_partial): New global.
11045 (virtualp): Point at virtual_partial.
11046 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
11047 related to unavailable vptr.
11048
1b28d0b3
PA
110492011-02-14 Pedro Alves <pedro@codesourcery.com>
11050
11051 * gdb.trace/unavailable.cc (a, b, c): New globals.
11052 (main): Set and clear them.
11053 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
11054 `a' and `c', and check that `b' isn't collected, although `a' and
11055 `c' are.
11056
ec0a52e1
PA
110572011-02-14 Pedro Alves <pedro@codesourcery.com>
11058
11059 * gdb.trace/unavailable.cc (struct Virtual): New.
11060 (virtualp): New global pointer.
11061 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
11062 printing a pointer to an object whose type has a vtable, with
11063 print object on.
11064
24e6bcee
PA
110652011-02-14 Pedro Alves <pedro@codesourcery.com>
11066
11067 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
11068 value repeat handles unavailableness.
11069
39d37385
PA
110702011-02-14 Pedro Alves <pedro@codesourcery.com>
11071
11072 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
11073 tests for building arrays from unavailable values, subscripting
11074 non-memory rvalue unvailable arrays, and accessing fields or
11075 baseclasses of non-lazy unavailable values,
11076 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
11077 struct types.
11078 (g_smallstruct, g_smallstruct_b): New globals.
11079
06d72e16
PA
110802011-02-14 Pedro Alves <pedro@codesourcery.com>
11081
11082 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
11083
bc9a5551
JK
110842011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11085
11086 Fix const/volatile qualifiers of C++ types, PR c++/12328.
11087 * gdb.cp/overload-const.exp: New file.
11088 * gdb.cp/overload-const.cc: New file.
11089
54fcddd0
UW
110902011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
11091
11092 * gdb.opencl/callfuncs.cl: New file.
11093 * gdb.opencl/callfuncs.exp: New test.
11094 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
11095
d6dafb7c
UW
110962011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
11097
11098 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
11099 when computing result.
11100 * gdb.arch/altivec-abi.exp: Update expected results.
11101
a449c2d8
TJB
111022011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
11103
11104 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
11105 * gdb.base/jit.exp: Likewise.
11106 * gdb.base/pie-execl.exp: Likewise.
11107 * gdb.base/solib-nodir.exp: Likewise.
11108 * gdb.base/solib-overlap.exp: Likewise.
11109
764880b7
PA
111102011-02-07 Pedro Alves <pedro@codesourcery.com>
11111
11112 * gdb.trace/collection.c (global_pieces): New.
11113 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
11114 New procedure.
11115 (gdb_trace_collection_test): Call it.
11116
505500db
SW
111172011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
11118
11119 * gdb.python/py-evthreads.c: New file.
11120 * gdb.python/py-evthreads.exp: New file.
11121 * gdb.python/py-events.py: New file.
11122 * gdb.python/py-events.exp: New file.
11123 * gdb.python/py-events.c: New file.
11124
385203ed
DD
111252011-02-04 David Daney <ddaney@caviumnetworks.com>
11126
11127 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
11128
9011945e
AB
111292011-02-03 Andrew Burgess <aburgess@broadcom.com>
11130
11131 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
11132 gdb.base/disasm-end-cu.exp: New test for disassembling over the
11133 boundary between two compilation units.
11134
580688f3
PA
111352011-02-02 Pedro Alves <pedro@codesourcery.com>
11136
11137 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
11138 (Virtual): New structs.
11139 (virtual_o, virtual_middle_b): New globals.
11140 * gdb.cp/virtbase.exp: New tests.
11141
d3f0f853
PP
111422011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
11143
11144 * gdb.base/jit.exp: New file.
11145 * gdb.base/jit-main.c: New file.
11146 * gdb.base/jit-solib.c: New file.
11147
b2030fb5
UW
111482011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
11149
11150 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
11151 proceed to initial kernel entry point.
11152 * gdb.opencl/datatypes.exp: Likewise.
11153 * gdb.opencl/operators.exp: Likewise.
11154 * gdb.opencl/vec_comps.exp: Likewise.
11155
2db19d1e
SW
111562011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
11157
11158 * gdb.cp/nsnested.cc: New.
11159 * gdb.cp/nsnested.exp: New.
11160 * gdb.cp/nsnoimports.exp: New.
11161 * gdb.cp/nsnoimports.cc: New.
11162
6b0c4c1f
JB
111632011-01-31 Joel Brobecker <brobecker@adacore.com>
11164
11165 * gdb.base/interact.exp: Add extra tests that verify that
11166 the value of the interactive-mode setting does not change
11167 after the script is sourced.
11168
80b23b6a
JK
111692011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11170
11171 * gdb.cp/noparam.exp: New file.
11172 * gdb.cp/noparam.cc: New file.
11173
ffd5ec24
PA
111742011-01-28 Pedro Alves <pedro@codesourcery.com>
11175
11176 * gdb.trace/tfile.exp: Test that with no traceframe selected,
11177 there's no stack or registers.
11178
a81766d8
TT
111792011-01-26 Tom Tromey <tromey@redhat.com>
11180
11181 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
11182 space before string output. Add test for "set print pretty off"
11183 case.
11184
585fdaa1
PA
111852011-01-25 Pedro Alves <pedro@codesourcery.com>
11186
11187 * gdb.base/frame-args.exp: Adjust.
11188 * gdb.dwarf2/dw2-noloc.exp: Adjust.
11189 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
11190 * gdb.dwarf2/pieces.exp: Adjust.
11191 * gdb.opt/clobbered-registers-O2.exp: Adjust.
11192 * gdb.opt/inline-locals.exp: Adjust.
11193 * gdb.threads/fork-child-threads.exp: Adjust.
11194
d468832a
KW
111952011-01-25 Ken Werner <ken.werner@de.ibm.com>
11196
11197 * gdb.opencl/convs_casts.cl: Move program scope variables into the
11198 OpenCL kernel function. Add a comment as marker. Add address space
11199 qualifiers for the remaining program scope variables.
11200 * gdb.opencl/datatypes.cl: Likewise.
11201 * gdb.opencl/operators.cl: Likewise.
11202 * gdb.opencl/vec_comps.cl: Likewise.
11203 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
11204 Add breakpoint at the marker comment.
11205 * gdb.opencl/datatypes.exp: Likewise.
11206 * gdb.opencl/operators.exp: Likewise.
11207 * gdb.opencl/vec_comps.exp: Likewise.
11208
490f124f
PA
112092011-01-24 Pedro Alves <pedro@codesourcery.com>
11210
11211 * gdb.base/printcmds.c (some_struct): New struct and instance.
11212 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
11213 procedure.
11214 <global scope>: Call it.
11215
6da78614
KW
112162011-01-21 Ken Werner <ken.werner@de.ibm.com>
11217
11218 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
11219 argument to the gdb_compile_opencl_hostapp call.
11220
ec64c9aa
YQ
112212011-01-19 Yao Qi <yao@codesourcery.com>
11222
11223 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
11224 positve list.
11225
810cfdbb
YQ
112262011-01-19 Yao Qi <yao@codesourcery.com>
11227
11228 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
11229 canonical form.
11230 Remove "xscale-*-*"
11231 * gdb.xml/tdesc-regs.exp: Likewise.
11232 * gdb.python/py-section-script.exp: Replace ARM target triplet
11233 with canonical form.
11234 Match arm*-*-symbianelf*.
11235 * gdb.base/dup-sect.exp: Likewise.
11236 * lib/dwarf.exp: New.
11237 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
11238 dwarf2_support.
11239 * gdb.dwarf2/dup-psym.exp: Likewise.
11240 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
11241 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11242 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
11243 * gdb.dwarf2/dw2-basic.exp: Likewise.
11244 * gdb.dwarf2/dw2-compressed.exp: Likewise.
11245 * gdb.dwarf2/dw2-const.exp: Likewise.
11246 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
11247 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
11248 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
11249 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
11250 * gdb.dwarf2/dw2-filename.exp: Likewise.
11251 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
11252 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
11253 * gdb.dwarf2/dw2-intercu.exp: Likewise.
11254 * gdb.dwarf2/dw2-intermix.exp: Likewise.
11255 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
11256 * gdb.dwarf2/dw2-noloc.exp: Likewise.
11257 * gdb.dwarf2/dw2-op-call.exp: Likewise.
11258 * gdb.dwarf2/dw2-producer.exp: Likewise.
11259 * gdb.dwarf2/dw2-ranges.exp: Likewise.
11260 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
11261 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
11262 * gdb.dwarf2/dw2-strp.exp: Likewise.
11263 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
11264 * gdb.dwarf2/implptr.exp: Likewise.
11265 * gdb.dwarf2/mac-fileno.exp: Likewise.
11266 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
11267 * gdb.dwarf2/pieces.exp: Likewise.
11268 * gdb.dwarf2/pr11465.exp: Likewise.
11269 * gdb.dwarf2/valop.exp: Likewise.
11270 * gdb.dwarf2/watch-notconst.exp: Likewise.
11271 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
11272
4694da01
TT
112732011-01-19 Tom Tromey <tromey@redhat.com>
11274
11275 * gdb.python/py-infthread.exp: Add thread tests.
11276
b075872c
JB
112772011-01-14 Joel Brobecker <brobecker@adacore.com>
11278
11279 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
11280
2c3e6e24
JB
112812011-01-14 Joel Brobecker <brobecker@adacore.com>
11282
11283 * gdb.ada/widewide: New testcase.
11284
de8fa76c
JB
112852011-01-13 Joel Brobecker <brobecker@adacore.com>
11286
11287 * gdb.base/interact.exp: New testcase.
11288
1b05df00
TT
112892011-01-12 Tom Tromey <tromey@redhat.com>
11290
11291 * gdb.mi/gdb2549.exp: Update for error message changes.
11292 * gdb.mi/mi-cli.exp: Likewise.
11293 * gdb.mi/mi-disassemble.exp: Likewise.
11294 * gdb.mi/mi-pthreads.exp: Likewise.
11295 * gdb.mi/mi-regs.exp: Likewise.
11296 * gdb.mi/mi-stack.exp: Likewise.
11297 * gdb.mi/mi-var-block.exp: Likewise.
11298 * gdb.mi/mi-var-cmd.exp: Likewise.
11299 * gdb.mi/mi2-cli.exp: Likewise.
11300 * gdb.mi/mi2-disassemble.exp: Likewise.
11301 * gdb.mi/mi2-pthreads.exp: Likewise.
11302 * gdb.mi/mi2-regs.exp: Likewise.
11303 * gdb.mi/mi2-stack.exp: Likewise.
11304 * gdb.mi/mi2-var-block.exp: Likewise.
11305 * gdb.mi/mi2-var-cmd.exp: Likewise.
11306
c2ff108b
JK
113072011-01-12 Andrew Burgess <aburgess@broadcom.com>
11308 Jan Kratochvil <jan.kratochvil@redhat.com>
11309
11310 PR fortran/11104 and DWARF unbound arrays detection.
11311 * gdb.fortran/multi-dim.exp: New file.
11312 * gdb.fortran/multi-dim.f90: New file.
11313
b716877b
AB
113142011-01-12 Andrew Burgess <aburgess@broadcom.com>
11315
11316 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
11317 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
11318 add new tests for opcode dumping.
11319
6c162d5e
TT
113202011-01-11 Tom Tromey <tromey@redhat.com>
11321
11322 * gdb.python/py-infthread.exp: Load gdb-python.exp.
11323
77b06cd7
TJB
113242010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
11325
11326 Convert hardware watchpoints to use breakpoint_ops.
11327 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
11328 type is not supported.
11329 * gdb.base/foll-fork.exp: Likewise.
11330 * gdb.base/foll-vfork.exp: Likewise.
11331
f39a75d0
PM
113322011-01-10 Phil Muldoon <pmuldoon@redhat.com>
11333
11334 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
11335 Use load_lib gdb-python.exp.
11336 * gdb.python/python.exp: Ditto.
11337 * gdb.python/py-function.exp: Ditto.
11338
fc529d80
AS
113392011-01-09 Andreas Schwab <schwab@linux-m68k.org>
11340
11341 * gdb.threads/tls.exp ("info address me"): Fix expected output.
11342
fb03cb59
JK
113432011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11344
11345 * configure: Regenerate.
11346
d8e22779
TT
113472011-01-06 Tom Tromey <tromey@redhat.com>
11348
11349 * gdb.python/py-frame.exp: Test gdb.newest_frame.
11350
09050809
JB
113512011-01-06 Joel Brobecker <brobecker@adacore.com>
11352
fc529d80
AS
11353 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
11354 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
11355 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
11356 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
11357 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
11358 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
11359 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
11360 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
11361 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
11362 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
11363 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
11364 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
11365 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
11366 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
11367 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
11368 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
11369 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
11370 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
11371 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
11372 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
11373 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
11374 gdb.ada/uninitialized_vars.exp,
11375 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
11376 Simplify by using clean_restart.
09050809 11377
8ed5dd9e
JB
113782011-01-06 Joel Brobecker <brobecker@adacore.com>
11379
11380 Add marker to be used as anchor for inserting breakpoints.
11381 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
11382 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
11383 Likewise.
11384
11385 Remove uses of gdb_start_cmd.
11386 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
11387 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
11388
11389 Do not run testcase if testing with GDBserver.
11390 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
11391 if testing with GDBserver.
11392
368a124f
JB
113932011-01-06 Joel Brobecker <brobecker@adacore.com>
11394
11395 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
11396 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
11397 copyright header.
11398
44944448
JB
113992011-01-05 Joel Brobecker <brobecker@adacore.com>
11400
11401 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
11402 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
11403 testsuite/gdb.fortran/complex.f,
11404 testsuite/gdb.fortran/derived-type.f90,
11405 testsuite/gdb.fortran/library-module-lib.f90,
11406 testsuite/gdb.fortran/library-module-main.f90,
11407 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
11408 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
11409 Copyright year update.
11410
31886ea6
JB
114112011-01-05 Joel Brobecker <brobecker@adacore.com>
11412
11413 * gdb.base/langs1.f: Add copyright header.
11414
ebedcab5
JK
114152011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11416
11417 * gdb.base/morestack.exp: New file.
11418 * gdb.base/morestack.c: New file.
11419
de1eb2f9
JK
114202011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11421
11422 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
11423
9e87a409
JB
114242010-12-29 Joel Brobecker <brobecker@adacore.com>
11425
11426 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
11427 * gdb.ada/arrayptr.exp: Add test printing that new variable.
11428
720d1a40
JB
114292010-12-29 Joel Brobecker <brobecker@adacore.com>
11430
11431 * gdb.ada/lang_switch.exp: Correct expected parameter value.
11432
a283af87
AS
114332010-12-25 Andreas Schwab <schwab@linux-m68k.org>
11434
5d3d9cba
AS
11435 * gdb.threads/tls.exp: Fix typo.
11436
a283af87
AS
11437 * gdb.threads/thread-specific.exp (get_thread_list): Update.
11438 * gdb.threads/execl.exp: Update.
11439
2a20745c
YQ
114402010-12-23 Yao Qi <yao@codesourcery.com>
11441
11442 * gdb.arch/arm-disp-step.exp: New.
11443 * gdb.arch/arm-disp-step.S: New.
11444
a7658b96
TT
114452010-12-21 Tom Tromey <tromey@redhat.com>
11446
11447 * gdb.threads/execl.exp: Update.
11448 * gdb.threads/linux-dp.exp: Update.
11449 * gdb.threads/manythreads.exp: Update.
11450 * gdb.threads/tls.exp: Update.
11451
5b79abe7
TT
114522010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11453
11454 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
11455 (NextOverThrowDerivates) <resumebpt>: New.
11456 (resumebpt_test): New.
11457 (main): Call resumebpt_test.
11458 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
11459
0914bcdb
SS
114602010-12-12 Stan Shebs <stan@codesourcery.com>
11461
11462 * gdb.trace/tsv.exp: Test print command on trace state variables.
11463
305aeedc
TT
114642010-12-09 Tom Tromey <tromey@redhat.com>
11465
11466 * gdb.base/interp.exp: Add regression test.
11467
186c406b
TT
114682010-12-09 Tom Tromey <tromey@redhat.com>
11469
11470 * gdb.java/jnpe.java: New file.
11471 * gdb.java/jnpe.exp: New file.
11472 * gdb.cp/nextoverthrow.exp: New file.
11473 * gdb.cp/nextoverthrow.cc: New file.
11474
aae1c79a
DE
114752010-12-07 Doug Evans <dje@google.com>
11476
11477 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
11478 of data-directory.
11479 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
11480 updated.
11481 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
11482
60f98dde 114832010-11-29 Michael Snyder <msnyder@vmware.com>
d426f7b4
MS
11484
11485 * gdb.base/callfuncs.exp: Test for skip_float_tests.
11486 * gdb.base/call-sc.exp: Ditto.
11487 * gdb.base/finish.exp: Ditto.
11488 * gdb.base/return.exp: Ditto.
11489 * gdb.base/return2.exp: Ditto.
11490
5fa290c1
DE
114912010-11-30 Doug Evans <dje@google.com>
11492
11493 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
11494 (gdb_expect_list): Fix spelling errors in comments.
11495 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
11496 send_gdb/gdb_expect_list where applicable.
11497 * gdb.base/call-ar-st.exp: Ditto.
11498 * gdb.base/funcargs.exp: Ditto.
11499 * gdb.base/gcore.exp: Ditto.
11500 * gdb.base/page.exp: Ditto.
11501 * gdb.base/sigaltstack.exp: Ditto.
11502 * gdb.base/siginfo.exp: Ditto.
11503 * gdb.base/sigstep.exp: Ditto.
11504 * gdb.base/trace-commands.exp: Ditto.
11505
4e04c971
DE
115062010-11-29 Doug Evans <dje@google.com>
11507
11508 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
11509 printer-name;subprinter-name.
11510
8cf6f0b1
TT
115112010-11-29 Tom Tromey <tromey@redhat.com>
11512
11513 * gdb.dwarf2/implptr.exp: New file.
11514 * gdb.dwarf2/implptr.c: New file.
11515 * gdb.dwarf2/implptr.S: New file.
11516
94b6973e
PM
115172010-11-29 Phil Muldoon <pmuldoon@redhat.com>
11518
fc529d80 11519 PR python/12199
94b6973e
PM
11520
11521 * gdb.python/py-breakpoint.exp: Test the delete method.
11522
8358c15c
JK
115232010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11524
11525 Fix step_resume_breakpoint unsaved during an infcall.
11526 * gdb.base/step-resume-infcall.exp: New file.
11527 * gdb.base/step-resume-infcall.c: New file.
11528
f6df29bc
TJB
115292010-11-24 Edjunior Machado <emachado@br.ibm.com>
11530
11531 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
11532
f2b5a5cf
TJB
115332010-11-24 Edjunior Machado <emachado@br.ibm.com>
11534
11535 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
11536 on ppc64's symbols; "finish" and "return" commands must accept to
11537 show the caller line again as well as the line after.
11538 * gdb.asm/powerpc64.inc: New file.
11539
6b0ecdc2
DE
115402010-11-23 Doug Evans <dje@google.com>
11541
11542 * lib/gdb.exp (gdb_test_sequence): New function.
11543 (gdb_expect_list): Add verbose -log call for each pattern.
11544 * gdb.base/signals.exp (test_handle_all_print): Call it.
11545 Reduce timeout increment from 6 minutes to 1 minute.
11546 * gdb.server/ext-run.exp: Call it.
11547
ea976c60
PM
115482010-11-23 Phil Muldoon <pmuldoon@redhat.com>
11549
f2b5a5cf 11550 PR python/12212
ea976c60
PM
11551
11552 * gdb.python/python.exp: Check that selected_thread raises an
11553 error when no inferior is loaded.
11554
c0efa795
JK
115552010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11556
11557 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
11558 * gdb.dwarf2/dw2-stack-boundary.S: New file.
11559
ec3aa567
JK
115602010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11561
11562 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
11563 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
11564
d8249011
DE
115652010-11-18 Doug Evans <dje@google.com>
11566
11567 * gdb.server/ext-run.exp: Fix intermittent failures.
11568
d4eba7d1
NF
115692010-11-12 Nathan Froyd <froydnj@codesourcery.com>
11570
11571 * gdb.stabs/gdb11479.exp: Use runto_main.
11572
b04c2f88
NF
115732010-11-12 Nathan Froyd <froydnj@codesourcery.com>
11574
11575 * gdb.base/break-entry.exp: Skip if using a stub.
11576
ae9d7ce4
NF
115772010-11-12 Nathan Froyd <froydnj@codesourcery.com>
11578
11579 * gdb.python/py-inferior.exp: Pack values in target endianness.
11580
621c8364
TT
115812010-11-12 Tom Tromey <tromey@redhat.com>
11582
11583 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
11584 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
11585 MemoryError.
11586 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
11587 type.
11588 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
11589 MemoryError.
11590 (test_subscript_regression): Update exception type.
11591
84f4c1fe
PM
115922010-11-11 Phil Muldoon <pmuldoon@redhat.com>
11593
11594 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
11595 breakpoint tests.
11596
a1442452
PA
115972010-11-09 Pedro Alves <pedro@codesourcery.com>
11598
11599 * gdb.base/watchpoint.exp: Test "watch -location" with an
11600 innacessible location.
11601
efd11a33
JK
116022010-11-09 Edjunior Machado <emachado@br.ibm.com>
11603 Luis Machado <luisgpm@br.ibm.com>
11604
11605 * gdb.base/maint.exp: Expect "." prefix.
11606 * gdb.base/nodebug.exp: Expect "." Likewise.
11607 * gdb.base/sepsymtab.exp: Expect "." Likewise.
11608 * gdb.base/watchpoint-cond-gone.exp: Likewise.
11609 * gdb.base/watchpoint.exp: Expect a software watch to be created for
11610 POWER server processors.
11611
aa00efb5
JK
116122010-11-08 Edjunior Machado <emachado@br.ibm.com>
11613 Luis Machado <luisgpm@br.ibm.com>
11614
11615 * gdb.base/break-entry.exp: convert entry point for
11616 ppc64 and expect leading `.' on ppc64's symbols
11617
99e7ae30
DE
116182010-11-05 Doug Evans <dje@google.com>
11619
11620 * gdb.base/help.exp: Update expected output.
b521dba8
DE
11621 * gdb.python/py-param.exp: Delete, contents moved to ...
11622 * gdb.python/py-parameter.exp: ... here. New file.
11623 Add test for gdb.parameter ("directories").
99e7ae30 11624
f4b8a18d
KW
116252010-11-05 Ken Werner <ken.werner@de.ibm.com>
11626
11627 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
11628 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
11629 * configure: Regenerate.
11630 * gdb.opencl/Makefile.in: New File.
11631 * gdb.opencl/datatypes.exp: Likewise.
11632 * gdb.opencl/datatypes.cl: Likewise.
11633 * gdb.opencl/operators.exp: Likewise.
11634 * gdb.opencl/operators.cl: Likewise.
11635 * gdb.opencl/vec_comps.exp: Likewise.
11636 * gdb.opencl/vec_comps.cl: Likewise.
11637 * gdb.opencl/convs_casts.exp: Likewise.
11638 * gdb.opencl/convs_casts.cl: Likewise.
11639 * lib/opencl.exp: Likewise.
11640 * lib/opencl_hostapp.c: Likewise.
11641 * lib/opencl_kernel.cl: Likewise.
11642 * lib/cl_util.c: Likewise.
11643 * lib/cl_util.c: Likewise.
11644 * gdb.base/default.exp (set language): Add "opencl" to the list of
11645 languages.
11646
a9d5ef47
SW
116472010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
11648
11649 * gdb.cp/overload.exp: Added test for inheritance overload.
11650 * gdb.cp/overload.cc: Ditto.
11651 * gdb.cp/oranking.exp: Removed releveant kfails.
11652
03eb1c79
JK
116532010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11654 Joel Brobecker <brobecker@adacore.com>
11655
11656 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
11657 check test_compiler_info.
11658
dbc98a8b
KW
116592010-11-03 Ken Werner <ken.werner@de.ibm.com>
11660
11661 * gdb.base/gnu_vector.exp: Adjust expect messages.
11662
120bd360
KW
116632010-11-03 Ken Werner <ken.werner@de.ibm.com>
11664
11665 * gdb.base/gnu_vector.exp: Add unary operator tests.
11666
c37f7098
KW
116672010-11-03 Ken Werner <ken.werner@de.ibm.com>
11668
11669 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
11670
7b51bc51
DE
116712010-11-02 Doug Evans <dje@google.com>
11672
11673 * gdb.python/py-pp-maint.c: New file.
11674 * gdb.python/py-pp-maint.exp: New file.
11675 * gdb.python/py-pp-maint.py: New file.
11676
50c97f38
TT
116772010-11-02 Tom Tromey <tromey@redhat.com>
11678
11679 * gdb.base/default.exp: Remove "scheme" from language list.
11680
a289b8f6
JK
116812010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11682
11683 Revert:
11684 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11685 * gdb.threads/sigstep-threads.exp: New file.
11686 * gdb.threads/sigstep-threads.c: New file.
11687
cd017491
MS
116882010-10-20 Michael Snyder <msnyder@vmware.com>
11689
11690 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
11691
8e6a5956
UW
116922010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
11693
11694 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
11695 Skip test completely if gdb,no_hardware_watchpoints.
11696
2c04da0d
UW
116972010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
11698
11699 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
11700 strict, but do not check for any particular function name within libc.
11701
79afc5ef
SW
117022010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
11703
11704 * gdb.cp/smartp.exp: New test.
11705 * gdb.cp/smartp.cc : New test.
11706
026ffab7
SW
117072010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
11708
11709 * gdb.cp/converts.exp: Test pointer to bool conversion.
11710 Test pointer to long conversion.
11711 * gdb.cp/oranking.exp: Removed relevant kfail.
11712
3a772aa4
TT
117132010-10-18 Tom Tromey <tromey@redhat.com>
11714
11715 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
11716 argument to lazy_string.
11717 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
11718 (pp_ls.to_string): Use it.
11719 * gdb.python/py-prettyprint.c (main): Move declarations to top.
11720 Add "estring2" local.
11721
5fc3827b
JK
117222010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11723
11724 Fix s390x compatibility.
11725 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
11726 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
11727
8aeb23f3
JK
117282010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11729
11730 * gdb.threads/sigstep-threads.exp: New file.
11731 * gdb.threads/sigstep-threads.c: New file.
11732
c1e56572
JK
117332010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11734
11735 * gdb.base/pie-execl.exp: New file.
11736 * gdb.base/pie-execl.c: New file.
11737
92163a10
JK
117382010-10-13 Doug Evans <dje@google.com>
11739 Jan Kratochvil <jan.kratochvil@redhat.com>
11740
11741 PR exp/12117
11742 * gdb.cp/ptype-cv-cp.cc: New file.
11743 * gdb.cp/ptype-cv-cp.exp: New file.
11744
7062b0a0
SW
117452010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
11746
11747 * gdb.cp/converts.cc: New test program.
11748 * gdb.cp/converts.exp: New test.
11749 * gdb.cp/overload.exp: Added test for void* vs int*.
11750 * gdb.cp/overload.exp: Ditto.
11751 * gdb.cp/oranking.exp: Removed related kfail.
11752
0e3509db
DE
117532010-10-13 Doug Evans <dje@google.com>
11754
11755 * lib/gdb-python.exp (gdb_check_python_config): New function.
11756 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
11757 * gdb.python/lib-types.cc: New file.
11758 * gdb.python/lib-types.exp: New file.
11759
8dc78533
JK
117602010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11761
11762 * gdb.python/py-error.exp: New file.
11763 * gdb.python/py-error.py: New file.
11764
93c17e06
JK
117652010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11766
11767 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
11768 gdb_test_multiple.
11769
d8b34041
JK
117702010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11771
11772 * gdb.base/break-interp.exp: Use ldlags for linking flags.
11773 * gdb.base/prelink.exp: Likewise.
11774 * gdb.base/solib-nodir.exp: Likewise.
11775 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
11776 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
11777 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
11778
e0cc584e
UW
117792010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
11780
11781 * break-interp.exp (test_ld): Use two separate gdb_expect statements
11782 for the "info files" test to avoid timeouts on slow machines.
11783
cfc353b1
JK
117842010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11785
11786 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
11787 (main): Make openlib dummy call.
11788
d3d7896d
JK
117892010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11790
11791 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
11792 * break-interp.exp (reach): Move the core body ...
11793 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
11794 (test_ld): Provide always real argument, even to the linker. Replace
11795 dl_main by _dl_debug_state.
11796
5e533c94
JK
117972010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11798
11799 Fix results of prelinked PIEs on ppc*.
11800 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
11801 Accept also DISPLACEMENT "PRESENT".
11802 (main): Replace "ZERO" displacements by "PRESENT".
11803
33540610
SW
118042010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
11805
11806 * gdb.cp/oranking.exp: New test.
11807 * gdb.cp/oranking.cc: New test program.
11808
3bdf2bbd
KW
118092010-10-08 Ken Werner <ken.werner@de.ibm.com>
11810
11811 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
11812 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
11813
2f608a3a
KW
118142010-10-06 Ken Werner <ken.werner@de.ibm.com>
11815
11816 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
11817 lush, lynx) New constant.
11818 * gdb.base/constvars.exp: Test const array types.
11819 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
11820
aa2e2d8d
DE
118212010-10-06 Doug Evans <dje@google.com>
11822
11823 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
11824 of syscall staging area.
11825
2844d6b5
KW
118262010-10-06 Ken Werner <ken.werner@de.ibm.com>
11827
11828 * gdb.base/gnu_vector.c: Add variable c4.
11829 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
11830 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
11831
7d8ac8bb
MR
118322010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
11833
11834 * gdb.arch/altivec-abi.exp: Fix a typo.
11835
84a02e58
MR
118362010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
11837
11838 * lib/mi-support.exp (thread_selected_re): Correct pattern used
11839 to match a thread ID.
11840
b18e6318
JK
118412010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11842
11843 Fix s390x testcase compatibility.
11844 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
11845
a2c09bd0
DE
118462010-10-01 Doug Evans <dje@google.com>
11847
11848 * lib/gdb-python.exp: New file.
11849 * gdb.python/py-block.exp: Use it.
11850 * gdb.python/py-breakpoint.exp: Ditto.
11851 * gdb.python/py-frame.exp: Ditto.
11852 * gdb.python/py-inferior.exp: Ditto.
11853 * gdb.python/py-param.exp: Ditto.
11854 * gdb.python/py-prettyprint.exp: Ditto.
11855 * gdb.python/py-shared.exp: Ditto.
11856 * gdb.python/py-symbol.exp: Ditto.
11857 * gdb.python/py-symtab.exp: Ditto.
11858 * gdb.python/py-type.exp: Ditto.
11859 * gdb.python/py-value.exp: Ditto.
11860 * gdb.python/python.exp: Ditto.
11861
38f12cfc
TT
118622010-09-30 Tom Tromey <tromey@redhat.com>
11863
11864 * gdb.base/anon.exp: New file.
11865 * gdb.base/anon.c: New file.
11866
9ae8282d
TT
118672010-09-30 Tom Tromey <tromey@redhat.com>
11868
11869 * gdb.base/completion.exp: Test completion through anonymous
11870 union.
11871 * gdb.base/break1.c (struct some_struct): Add anonymous union.
11872
e9e07ba6
JK
118732010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11874
11875 Fix printing parameters of inlined functions.
11876 * gdb.dwarf2/dw2-inline-param.exp: New file.
11877 * gdb.dwarf2/dw2-inline-param-main.c: New file.
11878 * gdb.dwarf2/dw2-inline-param.S: New file.
11879
cd2effb2
JK
118802010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11881
11882 PR corefiles/12071.
11883 * gdb.base/corefile.exp (quit with a process, no question: load core)
11884 (quit with a core file): New tests.
11885
bceffbf3
JK
118862010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11887
11888 Fix GDB crash on inferior calls with self-referencing classes.
11889 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
11890 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
11891 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
11892
1736ad11
JK
118932010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11894
11895 Fix lost siginfo_t for inferior calls.
11896 * gdb.base/siginfo-infcall.exp: New file.
11897 * gdb.base/siginfo-infcall.c: New file.
11898
a176ad92
JB
118992010-09-22 Joel Brobecker <brobecker@adacore.com>
11900
11901 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
11902
c2b0a229
JK
119032010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11904
11905 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
11906 New test.
11907 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
11908
e8ae22d1
JB
119092010-09-22 Joel Brobecker <brobecker@adacore.com>
11910
11911 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
11912 type of our const type.
11913
ec322823
SW
119142010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
11915
11916 * gdb.cp/pr12028.cc: New.
11917 * gdb.cp/pr12028.exp: New.
11918
72929c62
JB
119192010-09-22 Joel Brobecker <brobecker@adacore.com>
11920
11921 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
11922
875b4ff5 119232010-09-16 Phil Muldoon <pmuldoon@redhat.com>
fc529d80 11924 Jan Kratochvil <jan.kratochvil@redhat.com>
875b4ff5
PM
11925
11926 PR mi/11407
11927 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
11928 * gdb.mi/dw2-ref-missing-frame-main.c New File.
11929 * gdb.mi/dw2-ref-missing-frame.S New File.
11930 * gdb.mi/dw2-ref-missing-frame.exp New File.
11931
7155d578
TT
119322010-09-14 Tom Tromey <tromey@redhat.com>
11933
11934 PR symtab/8399:
11935 * gdb.threads/tls.exp: Remove kfail. Update expected output.
11936
515ed532
TT
119372010-09-14 Tom Tromey <tromey@redhat.com>
11938
11939 PR exp/11803:
11940 * gdb.threads/tls.exp: Use C++.
11941 (check_thread_local): Use K::another_thread_local.
11942 * gdb.threads/tls.c (class K): New.
11943 (another_thread_local): Now a member of K.
11944 (spin): Update. No longer K&R C.
11945
450ca57c
SW
119462010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
11947
11948 * gdb.cp/koenig.cc: created class for testing member lookup.
11949 * gdb.cp/koenig.exp: Added test for member lookup.
11950
dbd492a3
JK
119512010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11952
11953 Fix false FAILs on sourcetree topdir directory containing "kill".
11954 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
11955 source line matching regexp.
11956
8d4d924b
JK
119572010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11958
11959 * gdb.python/python.exp (set height 0, collect help from uiout)
11960 (verify help to uiout): New tests.
11961
8e64f2a0
JK
119622010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11963
11964 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
11965 is_lp64_target to check 64bit target.
11966
4569eed2
JK
119672010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11968
11969 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
11970 (test_ld) <powerpc64-*>: New.
11971
5e1617b1
DJ
119722010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
11973
11974 * gdb.cp/templates.exp (test_template_args): Allow "struct".
11975
c767944b
DJ
119762010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
11977
11978 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
11979 (FunctionArg::method): New function.
11980 (empty, arg): New variables.
11981 (main): Call arg.method.
11982 * gdb.cp/templates.exp (test_template_args): New function.
11983 (do_tests): Call it.
11984
27d3a3fc
UW
119852010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
11986
11987 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
11988 of "next" to proceed over pthread_exit call.
11989
55b7ce7f
UW
119902010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
11991
11992 * gdb.base/maint.exp: Avoid wildcards against potentially very long
11993 "maint print statistics" output to prevent expect timeouts.
11994
809df446
JK
119952010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11996
11997 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
11998 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11999 (test_float_rejected): ... here.
12000 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
12001 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
12002 (test_float_rejected): ... here.
12003 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
12004 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
12005 (test_float_rejected): ... here.
12006 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
12007 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
12008 (test_float_rejected): ... here.
12009
8464be76
DJ
120102010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
12011
12012 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
12013 before disabling hardware watchpoints.
12014 (test_inaccessible_watchpoint): Check that hardware watchpoints
12015 are used. Test for watchpoints on a constant address.
12016
14dba4b4
JK
120172010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12018
12019 * gdb.base/ui-redirect.exp: New file.
12020
3f3540e1 120212010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
fc529d80 12022 Joel Brobecker <brobecker@adacore.com>
3f3540e1
JB
12023
12024 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
12025
0f254bb7
DE
120262010-08-31 Doug Evans <dje@google.com>
12027
12028 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
12029
03f17ccf
TT
120302010-08-30 Tom Tromey <tromey@redhat.com>
12031
12032 PR python/11792:
12033 * gdb.python/py-value.exp (test_subscript_regression): Add
12034 dynamic_type test.
12035
640617ad
DJ
120362010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
12037
12038 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
12039 instead of running to main. Do not test the main function.
12040 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
12041 Add new main.
12042
2ed91d1b
PA
120432010-08-26 Pedro Alves <pedro@codesourcery.com>
12044
12045 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
12046 one test.
12047
673bfd45
DE
120482010-08-24 Doug Evans <dje@google.com>
12049
12050 PR symtab/11942
12051 * gdb.dwarf2/dw4-sig-types.cc: New file.
12052 * gdb.dwarf2/dw4-sig-types.h: New file.
12053 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
12054 * gdb.dwarf2/dw4-sig-types.exp: New file.
12055
f9ffd4bb
TT
120562010-08-23 Tom Tromey <tromey@redhat.com>
12057
12058 PR python/11145:
12059 * gdb.python/py-value.c (Base, Derived): New types.
12060 (base): New global.
12061 * gdb.python/py-value.exp (test_subscript_regression): Add
12062 dynamic_cast test.
12063
d839c8a4
TT
120642010-08-23 Tom Tromey <tromey@redhat.com>
12065
12066 PR python/10676:
12067 * gdb.python/py-type.exp (test_fields): Add tests for type
12068 equality.
12069
702c2711
TT
120702010-08-23 Tom Tromey <tromey@redhat.com>
12071
12072 PR python/11915:
12073 * gdb.python/py-type.exp (test_fields): Add tests for array.
12074
832bafd3
KS
120752010-08-23 Keith Seitz <keiths@redhat.com>
12076
12077 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
12078 have any children. Create a new abbrev for it.
12079 Add missing terminal sequence to .debug_abbrev.
12080
c37bf528
KS
120812010-08-20 Keith Seitz <keiths@redhat.com>
12082
12083 PR symtab/11465:
12084 * gdb.dwarf2/pr11465.exp: New test.
12085 * gdb.dwarf2/pr11465.S: New file.
12086 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
12087 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
12088
4572cbac
TJB
120892010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
12090
12091 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
12092 registers. Update data sets with the new v2_double element in the
12093 VSX register union. Add vector_register3_vr data set for the AltiVec
12094 registers. Use gdb_test_no_output instead of send_gdb.
12095
e7fbb131
PA
120962010-08-19 Pedro Alves <pedro@codesourcery.com>
12097
12098 * gdb.python/py-shared.exp: New file, factored out from
12099 python.exp.
12100 * gdb.python/py-shared.c: New file.
12101 * gdb.python/py-shared-sl.c: New file.
12102 * gdb.python/python-1.c: New file.
12103 * gdb.python/python-sl.c: Delete.
12104 * gdb.python/python.c: Mention python-1.c.
12105 * gdb.python/python.exp: Move shared library tests to
12106 py-shared.exp.
12107 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
12108 (MISCELLANEOUS): New.
12109 (clean mostlyclean): Also remove $MISCELLANEOUS.
12110
d30f5e1f
DE
121112010-08-19 Doug Evans <dje@google.com>
12112
12113 PR exp/11926
12114 * gdb.base/printcmds.exp (test_float_accepted): New function.
12115 Move existing float tests there. Add tests for floats with suffixes.
12116 (test_float_rejected): New function.
12117 * gdb.java/jv-print.exp (test_float_accepted): New function.
12118 (test_float_rejected): New function.
12119 * gdb.objc/print.exp: New file.
12120 * gdb.pascal/print.exp: New file.
12121 * lib/objc.exp: New file.
12122
7b3fd859
PM
121232010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
12124
12125 * gdb.base/default.exp (info set): Avoid full buffer error and force
12126 reading up to final gdb prompt.
12127 (show): Likewise.
12128
c92817ce
TT
121292010-08-18 Tom Tromey <tromey@redhat.com>
12130
12131 PR symtab/11919:
12132 * gdb.base/completion.exp: Add test.
12133
f1208f9e
DE
121342010-08-18 Doug Evans <dje@google.com>
12135
12136 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
12137 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
12138 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
12139 Simplify, early exit if runto_main fails.
12140 * gdb.fortran/exprs.exp: load_lib fortran.exp.
12141 (set_lang_fortran): Moved to lib/fortran.exp.
12142 * gdb.fortran/types.exp: load_lib fortran.exp.
12143 (set_lang_fortran): Moved to lib/fortran.exp.
12144 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
12145 * gdb.java/jprint.exp (set_lang_java): Ditto.
12146 * gdb.java/jv-exp.exp: load_lib java.exp.
12147 If set_lang_java fails, issue a warning instead of failure to be
12148 consistent with other set_lang_foo uses.
12149 (set_lang_java): Moved to lib/java.exp.
12150 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
12151 If set_lang_java fails, issue a warning instead of failure to be
12152 consistent with other set_lang_foo uses.
12153 * gdb.pascal/types.exp: load_lib pascal.exp.
12154 (set_lang_pascal): Moved to lib/pascal.exp.
12155 * lib/fortran.exp: New file.
12156 * lib/java.exp (set_lang_java): New function.
12157 * lib/pascal.exp (set_lang_pascal): New function.
12158
2f06b485
YQ
121592010-08-18 Yao Qi <yao@codesourcery.com
12160
12161 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
12162 func_nofb_start and func_loopfb_start, so that address of functions
12163 is equal to these labels on Thumb.
12164
96e25403
YQ
121652010-08-18 Yao Qi <yao@codesourcery.com>
12166
12167 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
12168 to reflect latest c source file.
12169
36e6adc4
JK
121702010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12171
12172 * gdb.cp/infcall-dlopen.exp: New file.
12173 * gdb.cp/infcall-dlopen.cc: New file.
12174 * gdb.cp/infcall-dlopen-lib.cc: New file.
12175
f431efe5
PA
121762010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12177 Pedro Alves <pedro@codesourcery.com>
12178
12179 PR breakpoints/11371
12180
12181 * gdb.base/watch-cond-infcall.exp: New file.
12182 * gdb.base/watch-cond-infcall.c: New file.
12183
06a64a0b
TT
121842010-08-16 Tom Tromey <tromey@redhat.com>
12185
12186 * gdb.base/help.exp: Update.
12187 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
12188 watchpoint.
12189 (test_watch_location): New proc.
12190 (test_watchpoint_in_big_blob): Delete watchpoint.
12191 * gdb.base/watchpoint.c (func5): New function.
12192 (main): Call it.
12193
70ebf4ed
DE
121942010-08-16 Doug Evans <dje@google.com>
12195
12196 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
12197
ca5c20b6
PM
121982010-08-11 Phil Muldoon <pmuldoon@redhat.com>
12199
12200 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
12201 tests.
12202
7346b668
KW
122032010-08-11 Ken Werner <ken.werner@de.ibm.com>
12204
12205 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
12206 * gdb.base/gnu_vector.c: New File.
12207 * gdb.base/gnu_vector.exp: Likewise.
12208
cb2e07a6
PM
122092010-08-11 Phil Muldoon <pmuldoon@redhat.com>
12210
12211 * gdb.python/python.c: New File.
12212 * gdb.python/python-sl.c: New File.
12213 * gdb.python/python.exp: Test solib_address and decode_line
12214 * functions.
12215
5da1313b
JK
122162010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12217
12218 * gdb.python/python.exp (show height, set height 10)
12219 (verify pagination beforehand, verify pagination beforehand: q)
12220 (gdb.execute does not page, verify pagination afterwards)
12221 (verify pagination afterwards: q): New.
12222
49c3ccf7
DE
122232010-08-02 Doug Evans <dje@google.com>
12224
12225 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
12226 because of an older gcc, change test2
12227 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
12228 to unsupported.
12229
42c0c4f1
KH
122302010-07-30 Kazu Hirata <kazu@codesourcery.com>
12231
12232 * gdb.base/break-always.exp: Do not expect full paths to file
12233 names.
12234 * gdb.base/commands.exp: Likewise.
12235
d3765805
DE
122362010-07-30 Doug Evans <dje@google.com>
12237
c98ee71b
DE
12238 * gdb.cp/temargs.exp: For new tests that require newer gccs,
12239 xfail them when run with older gccs.
12240
fd961404
DE
12241 * lib/gdb.exp (build_executable): Forward "c++" option to
12242 get_compiler_info.
12243
999adef4
DE
12244 * gdb.python/py-type.exp (test_template): Mark as xfail tests
12245 "python print ttype.template_argument(1)" and
12246 "python print isinstance(ttype.template_argument(1), gdb.Value)"
12247 if using gcc 4.4 or earlier.
12248
d3765805
DE
12249 * gdb.base/valgrind-db-attach.exp: Use unique test name for
12250 attach-to-debugger handling.
12251
1276c759
JK
122522010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12253
12254 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
12255 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
12256 (main): Use copyreloc.
12257 * gdb.base/prelink.exp (split debug of executable)
12258 (.dynbss vs. .bss address shift): New tests.
12259
88caa9b9
PA
122602010-07-29 Pedro Alves <pedro@codesourcery.com>
12261
12262 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
12263 in gdb_test_multiple.
12264
c6f2ac43
PA
122652010-07-29 Pedro Alves <pedro@codesourcery.com>
12266
12267 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
12268 environment.
12269
326fd672
TT
122702010-07-28 Tom Tromey <tromey@redhat.com>
12271
12272 PR python/11060:
12273 * gdb.python/py-type.c (Temargs): New template.
12274 (temvar): New variable.
12275 * gdb.python/py-type.exp (test_template): New proc.
12276
3ce3b1ba
PA
122772010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
12278
12279 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
12280 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
12281
34eaf542
TT
122822010-07-28 Tom Tromey <tromey@redhat.com>
12283
12284 PR c++/9946:
12285 * gdb.cp/temargs.exp: New file.
12286 * gdb.cp/temargs.cc: New file.
12287
d41b819e
JK
122882010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12289
12290 * gdb.base/help.exp (help disassemble): Update the content.
12291
26ab7092
JK
122922010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12293
12294 * gdb.threads/ia64-sigill.exp: New file.
12295 * gdb.threads/ia64-sigill.c: New file.
12296
5283e9e1
TT
122972010-07-27 Tom Tromey <tromey@redhat.com>
12298
12299 * gdb.opt/inline-cmds.c (ATTR): New define.
12300 (func1): Use it.
12301 (func2): Likewise.
12302 (func3): Likewise.
12303 (outer_inline1): Likewise.
12304 (outer_inline2): Likewise.
12305 * gdb.opt/inline-bt.c (ATTR): New define.
12306 (func1): Use it.
12307 (func2): Likewise.
12308 * gdb.opt/inline-locals.c (ATTR): New define.
12309 (func1): Use it.
12310 (func2): Likewise.
12311
e992ef73
TT
123122010-07-27 Tom Tromey <tromey@redhat.com>
12313
12314 * gdb.stabs/gdb11479.c (hack): New function.
12315 (test): Use it.
12316 (test2): Use it.
12317 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
12318 (int32_search_buf, int64_search_buf): No longer static.
12319 (x): Remove.
12320 * gdb.base/relocate.c (hack): New function.
12321
5374244e
PM
123222010-07-27 Phil Muldoon <pmuldoon@redhat.com>
12323
12324 * gdb.python/py-value.exp (test_inferior_function_call): New function.
12325 * gdb.python/py-value.c (func1): New function.
12326 (func2): Likewise.
12327
a99aee83
CV
123282010-07-26 Corinna Vinschen <vinschen@redhat.com>
12329
12330 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
12331 as not to clash with .data section.
12332
a04ba985
JG
123332010-07-26 Jerome Guitton <guitton@adacore.com>
12334
12335 * gdb.base/code_elim.exp: New file.
12336 * gdb.base/code_elim1.c: New file.
12337 * gdb.base/code_elim2.c: New file.
12338
23bd0f7c
PA
123392010-07-21 Pedro Alves <pedro@codesourcery.com>
12340
12341 PR symtab/11827
12342
12343 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
12344 (some_volatile_enum): New variable.
12345 * gdb.base/printcmds.exp (test_print_enums): New.
12346 <top level>: Call it.
12347
883df6dd
SW
123482010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
12349
12350 * gdb.cp/fpointer.cc: New test.
12351 * gdb.cp/fpointer.exp: New test.
12352
569b05a5
JK
123532010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12354
12355 * gdb.base/solib-nodir.exp: New file.
12356 * lib/gdb.exp (runto): New case for a GDB internal error.
12357
51d7d803
JK
123582010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12359 Ulrich Weigand <uweigand@de.ibm.com>
12360 Tom Tromey <tromey@redhat.com>
12361
12362 * gdb.base/charset-malloc.c: New file.
12363 * gdb.base/charset.c (malloc_stub): New prototype.
12364 (main): Call it instead of malloc itself.
12365 * gdb.base/charset.exp: Use only prepare_for_testing.
12366 (binfile): Remove the variable.
12367
c0edd9ed
JK
123682010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12369
12370 Make core files the process_stratum.
12371 * gdb.base/corefile.exp (run: load core again)
12372 (run: sanity check we see the core file, run: with core)
12373 (run: core file is cleared, attach: load core again)
12374 (attach: sanity check we see the core file, attach: with core)
12375 (attach: core file is cleared): New tests.
12376 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
12377
3cbaedff
KW
123782010-07-14 Ken Werner <ken.werner@de.ibm.com>
12379
12380 * gdb.arch/altivec-abi.exp: New tests.
12381
91158a56
TT
123822010-07-13 Tom Tromey <tromey@redhat.com>
12383
12384 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
12385 (main): Use it.
12386 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
12387
0f5238ed
TT
123882010-07-13 Tom Tromey <tromey@redhat.com>
12389
12390 * gdb.base/label.exp: New file.
12391 * gdb.base/label.c: New file.
12392
add265ae
L
123932010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
12394 H.J. Lu <hongjiu.lu@intel.com>
12395
12396 * lib/gdb.exp (is_ilp32_target): New.
12397 (is_lp64_target): Likewise.
12398
12399 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
12400 target.
12401 * gdb.arch/amd64-disp-step.exp: Likewise.
12402 * gdb.arch/amd64-dword.exp: Likewise.
12403 * gdb.arch/amd64-i386-address.exp: Likewise.
12404 * gdb.arch/amd64-word.exp: Likewise.
889bf7c5 12405
add265ae
L
12406 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
12407 target.
12408 * gdb.arch/i386-bp_permanent.exp: Likewise.
12409 * gdb.arch/i386-byte.exp: Likewise.
12410 * gdb.arch/i386-disp-step.exp: Likewise.
12411 * gdb.arch/i386-gnu-cfi.exp: Likewise.
12412 * gdb.arch/i386-prologue.exp: Likewise.
12413 * gdb.arch/i386-size-overlap.exp: Likewise.
12414 * gdb.arch/i386-size.exp: Likewise.
12415 * gdb.arch/i386-sse.exp: Likewise.
12416 * gdb.arch/i386-unwind.exp: Likewise.
12417 * gdb.arch/i386-word.exp: Likewise.
12418
12419 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
12420 test only when building 64-bit executables. Do not hard-code
12421 -m64 option.
12422
2dfb8c17
DE
124232010-07-07 Doug Evans <dje@google.com>
12424
12425 * lib/gdb.exp (gdb_test_list_exact): New function.
12426 * gdb.base/default.exp (show convenience): Call it, add tests for
12427 $_sdata = void, $_thread = 0.
12428
4e5799b6
JK
124292010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12430 Joel Brobecker <brobecker@adacore.com>
12431
12432 Fix re-run of PIE executable, PR shlibs/11776.
12433 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
12434 Remove $displacement_main to match the solib-svr4.c change. New "kill"
12435 and re-"run" of the inferior.
12436
1a219cc7
JK
124372010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12438 Joel Brobecker <brobecker@adacore.com>
12439
12440 Cope with missing /usr/sbin/prelink.
12441 * lib/prelink-support.exp (prelink_no):
12442 <result == 1 && $output is "no such file or directory">: New.
12443 (prelink_yes): Likewise. Return on failed prelink_no.
12444
5e3b36f8
JK
124452010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12446 Joel Brobecker <brobecker@adacore.com>
12447
12448 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
12449 build_executable by build_executable_own_libs. Replace "prelink -R"
12450 execution by a call of prelink_yes. Comment why "prelink -r" needs no
12451 change.
12452 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
12453 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
12454 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
12455 Replace build_executable by build_executable_own_libs's function
12456 build_executable_own_libs.
12457 (prelinkNO): Create new stub to call prelink_no.
12458 (prelinkYES): Create new stub to call prelink_yes.
12459 (test_attach): Rename calls of copy to file_copy.
12460 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
12461 (copy): Move to ...
12462 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
12463 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
12464 * gdb.base/prelink.exp: Disable testcase also for is_remote and
12465 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
12466 special flags by gdb_compile_shlib. Replace second gdb_compile by
12467 build_executable_own_libs. Replace "prelink -R" execution by a call of
12468 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
12469 a second call of prelink_yes. Replace restart commands by
12470 clean_restart.
12471 (prelink): Rename to ...
12472 (seen displacement message): ... this test. Extend its expectation
12473 strictness.
12474
86e4bafc
JK
124752010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12476
12477 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
12478 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
12479 displacement message exactly once.
12480
3cd07d20
JK
124812010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12482 Joel Brobecker <brobecker@adacore.com>
12483
12484 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
12485 its restore after the <$relink_args != ""> loop. new comment.
12486
0a1e94c7
JK
124872010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12488 Joel Brobecker <brobecker@adacore.com>
12489
12490 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
12491 code for it. New variable relink_args.
12492 (prelinkYES): Call prelinkNO.
12493 (test_attach): Accept new parameter relink_args. Re-prelink the binary
12494 in such case. Move the core code to ...
12495 (test_attach_gdb): ... a new function. Send GDB command "file".
12496 Extend expected "Attaching to " string.
12497
2f70bcfb
TT
124982010-07-02 Tom Tromey <tromey@redhat.com>
12499
12500 * gdb.base/bitops.exp: Remove extraneous "pass".
12501
a17ac5b0
TT
125022010-07-02 Ken Werner <ken.werner@de.ibm.com>
12503
12504 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
12505
dc10affe
PA
125062010-07-01 Pedro Alves <pedro@codesourcery.com>
12507
d41c0fc8
PA
12508 * gdb.base/help.exp: Adjust expected output.
12509
125102010-07-01 Pedro Alves <pedro@codesourcery.com>
12511
12512 * gdb.base/help.exp: Adjust expected output.
dc10affe 12513
0a600c36
JK
125142010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12515
12516 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
12517 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
12518 c++/11702.
12519
37cc8bfe
JK
125202010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12521 Doug Evans <dje@google.com>
12522
12523 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
12524 add .dynamic entry'.
12525
254e6b9e
DE
125262010-06-29 Doug Evans <dje@google.com>
12527
12528 Test PR c++/11702.
12529 * gdb.cp/m-static.exp: Add testcase.
12530 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
12531
595939de 125322010-06-28 Phil Muldoon <pmuldoon@redhat.com>
889bf7c5
PA
12533 Tom Tromey <tromey@redhat.com>
12534 Thiago Jung Bauermann <bauerman@br.ibm.com>
595939de
PM
12535
12536 * gdb.python/py-inferior.c: New File.
12537 * gdb.python/py-infthread.c: New File.
12538 * gdb.python/py-inferior.exp: New File.
12539 * gdb.python/py-infthread.exp: New File.
12540
98751a41
JK
125412010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12542
12543 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
12544 (ptype ::C::OtherFileClass typedefs): New.
12545 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
12546 (C::OtherFileClass::cOtherFileClassVar2): New.
12547 (C::OtherFileClass::cOtherFileClassVar_use): Use also
12548 cOtherFileClassVar2.
12549 (C::cOtherFileType2, C::cOtherFileVar2): New.
12550 (C::cOtherFileVar_use): use also cOtherFileVar2.
12551 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
12552
41f62f39
JK
125532010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12554
12555 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
12556 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
12557 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
12558 (print ::C::cOtherFileVar)
12559 (whatis C::OtherFileClass::cOtherFileClassType)
12560 (whatis ::C::OtherFileClass::cOtherFileClassType)
12561 (print C::OtherFileClass::cOtherFileClassVar)
12562 (print ::cOtherFileClassVar)
12563 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
12564 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
12565 trailing content.
12566 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
12567 (C::OtherFileClass::cOtherFileClassVar)
12568 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
12569 (C::cOtherFileVar, C::cOtherFileVar_use): New.
12570
af53d231
JK
125712010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12572
12573 Test PR c++/11703 and PR gdb/1448.
12574 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
12575 gdb/1448.
12576
9655fd1a
JK
125772010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12578
12579 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
12580 (main) <rtti_data>: New.
12581 * gdb.cp/virtbase.exp (print rtti_data): New.
12582
824cc8dd
JK
125832010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12584 Joel Brobecker <brobecker@adacore.com>
12585
12586 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
12587
6036c742
JK
125882010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12589
12590 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
12591
de6a0421
DE
125922010-06-28 Doug Evans <dje@google.com>
12593
12594 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
12595
b2dae948
DE
125962010-06-27 Doug Evans <dje@google.com>
12597
12598 * gdb.cp/m-static.exp: Update expected test output.
12599
0f3bb72e
PH
126002010-06-25 Paul Hilfinger <hilfinger@adacore.com>
12601
889bf7c5
PA
12602 * gdb.gdb/selftest.exp: Adjust expected message for
12603 capturing start-up runtime.
0f3bb72e 12604
bc9f0842
TT
126052010-06-25 Tom Tromey <tromey@redhat.com>
12606
12607 PR python/10808:
12608 * gdb.python/python.exp: Add new tests.
12609
099ef718
SW
126102010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
12611
12612 * gdb.cp/operator.cc: Created an import loop.
12613 * gdb.cp/operator.exp: Added testcase for import loop.
12614
5868a632
JK
126152010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12616
12617 Test PR python/11407.
12618 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
12619 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
12620 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
12621 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
12622 executable_nofb and executable_fb. New variables srcsfile, objsfile,
12623 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
12624 binfile. Call gdb_compile with clean_restart twice.
12625 (func_nofb print, func_nofb backtrace, func_loopfb print)
12626 (func_loopfb backtrace): New.
12627
af76db58
JK
126282010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12629
12630 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
12631 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
12632 by a hand made one.
12633 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
12634 i?86 requirement. Remove variables srcfile and binfile. New variable
12635 sources, executable_nofb and executable_fb. Call prepare_for_testing.
12636
f2c7657e
UW
126372010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12638
12639 * gdb.cell/dwarfaddr.exp: New file.
12640 * gdb.cell/dwarfaddr.S: New file.
12641
628fe4e4
JK
126422010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12643
12644 Test PR 9436.
12645 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
12646
f1421989
HZ
126472010-06-24 Hui Zhu <teawater@gmail.com>
12648
12649 * gdb.base/eval.exp: New file.
12650
d03285ec
UW
126512010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12652
12653 * gdb.cell/fork.exp: New file.
12654 * gdb.cell/fork.c: Likewise.
12655 * gdb.cell/fork-spu.c: Likewise.
12656
41b2c92d
PM
126572010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
12658
12659 * lib/gdb.exp (banned_variables_traced): New global variable.
12660 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
12661 (gdb_init): Use `trace add variable' instead of obsolete
12662 `trace variable'.
12663
d5bc977f
DE
126642010-06-21 Doug Evans <dje@google.com>
12665
12666 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
12667
d2ed6730
UW
126682010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12669
12670 * gdb.arch/spu-ls.exp: New file.
12671 * gdb.arch/spu-ls.c: Likewise.
12672
6aed2dbc
SS
126732010-06-18 Stan Shebs <stan@codesourcery.com>
12674
12675 * gdb.threads/thread-specific.exp: Add tests of $_thread.
12676
e0756905
UW
126772010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12678
12679 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
12680 * gdb.base/watch-cond.exp: Likewise.
12681 * gdb.python/py-breakpoint.exp: Likewise.
12682
d8053d4d
PA
126832010-06-18 Pedro Alves <pedro@codesourcery.com>
12684
12685 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
12686 clean_restart, make sure every test has a distinct message, and
12687 that messages don't include the executable' full path.
12688
81ce510c
DE
126892010-06-17 Doug Evans <dje@google.com>
12690
12691 * gdb.arch/i386-size.exp: Updated expected output for
12692 DISASSEMBLY_OMIT_FNAME.
12693
65d79d4b
SDJ
126942010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12695 Sergio Durigan Junior <sergiodj@redhat.com>
12696
12697 * gdb.base/watch-notconst.c: New file.
12698 * gdb.base/watch-notconst.S: New file.
12699 * gdb.base/watch-notconst2.c: New file.
12700 * gdb.base/watch-notconst2.S: New file.
12701 * gdb.base/watch-notconst.exp: New file.
12702 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
12703 (func4): Add operations on `global_ptr_ptr'.
12704 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
12705 routine to test watchpoints created with a constant expression.
12706 (test_inaccessible_watchpoint): Include tests for watchpoints
12707 created with a constant expression.
12708
df0f4836
KB
127092010-06-14 Kevin Buettner <kevinb@redhat.com>
12710
12711 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
12712 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
12713 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
12714 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
12715 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
12716 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
12717 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
12718 of `_start'.
12719
b769def5
UW
127202010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12721
12722 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
12723 not supported on the target.
12724 * gdb.mi/mi-nonstop-exit.exp: Likewise.
12725 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
12726 * gdb.mi/mi-nsintrall.exp: Likewise.
12727 * gdb.mi/mi-nsmoribund.exp: Likewise.
12728 * gdb.mi/mi-nsthrexec.exp: Likewise.
12729
d914c394
SS
127302010-06-11 Stan Shebs <stan@codesourcery.com>
12731
12732 * gdb.base/permissions.exp: New file.
12733
127342010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5bbad94c
UW
12735
12736 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
12737 does not support ELF executable class.
12738
f3ce5b9c
UW
127392010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12740
12741 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
12742
8e46892c
JK
127432010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12744
12745 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
12746 (runto): Catch "The target does not support running in non-stop mode.".
12747
6cc55c64
MS
127482010-06-11 Michael Snyder <msnyder@vmware.com>
12749
12750 * gdb.base/setshow.exp (set language asm): Don't use
12751 gdb_test_no_output, fails on some targets.
12752
caddefa4
UW
127532010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12754
12755 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
12756 * gdb.cp/pr9167.exp: Likewise.
12757
468b1aa7
UW
127582010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12759
12760 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
12761
5c3552dc
UW
127622010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12763
12764 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
12765
02e6fe6a
UW
127662010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12767
12768 * gdb.base/charset.c (main): Make sure malloc gets linked in.
12769
0e03807e
TT
127702010-06-11 Tom Tromey <tromey@redhat.com>
12771
12772 PR gdb/9977, PR exp/11636::
12773 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
12774 (pieces_test_f6): Update expected output.
12775
2bdf28a0
JK
127762010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12777
12778 * gdb.base/moribund-step.exp: New.
12779
f6978de9
MS
127802010-06-08 Michael Snyder <msnyder@vmware.com>
12781
12782 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
889bf7c5 12783 * gdb.ada/boolean_expr.exp:
f6978de9
MS
12784 * gdb.ada/frame_args.exp: Ditto.
12785 * gdb.ada/lang_switch.exp: Ditto.
12786 * gdb.ada/ptype_arith_binop.exp: Ditto.
12787 * gdb.ada/ref_param.exp: Ditto.
12788 * gdb.ada/type_coercion.exp:Ditto.
12789
12790 * gdb.asm/asm-source.exp: Ditto.
12791
12792 * gdb.base/attach.exp: Ditto.
12793 * gdb.base/bitfields2.exp: Ditto.
12794 * gdb.base/call-signal-resume.exp: Ditto.
12795 * gdb.base/callfuncs.exp: Ditto.
12796 * gdb.base/commands.exp: Ditto.
12797 * gdb.base/dbx.exp: Ditto.
12798 * gdb.base/default.exp: Ditto.
12799 * gdb.base/dump.exp: Ditto.
12800 * gdb.base/exprs.exp: Ditto.
12801 * gdb.base/freebpcmd.exp: Ditto.
12802 * gdb.base/interrupt.exp: Ditto.
12803 * gdb.base/list.exp: Ditto.
12804 * gdb.base/long_long.exp: Ditto.
12805 * gdb.base/maint.exp: Ditto.
12806 * gdb.base/ptype.exp: Ditto.
12807 * gdb.base/return.exp: Ditto.
12808 * gdb.base/setshow.exp: Ditto.
12809 * gdb.base/sigbpt.exp: Ditto.
12810 * gdb.base/sigrepeat.exp: Ditto.
12811
12812 * gdb.cp/classes.exp: Ditto.
12813
12814 * gdb.dwarf2/dw2-restore.exp: Ditto.
12815
12816 * gdb.gdb/selftest.exp: Ditto.
12817
12818 * gdb.multi/base.exp: Ditto.
12819 * gdb.multi/bkpt-multi-exec.exp: Ditto.
12820
12821 * gdb.python/py-block.exp: Ditto.
12822 * gdb.python/py-prettyprint.exp: Ditto.
12823 * gdb.python/py-template.exp: Ditto.
12824
12825 * gdb.server/ext-attach.exp: Ditto.
12826 * gdb.server/ext-run.exp: Ditto.
12827 * gdb.server/server-mon.exp: Ditto.
12828
12829 * gdb.threads/fork-thread-pending.exp: Ditto.
12830 * gdb.threads/hand-call-in-threads.exp: Ditto.
12831 * gdb.threads/interrupted-hand-call.exp: Ditto.
12832 * gdb.threads/linux-dp.exp: Ditto.
12833 * gdb.threads/manythreads.exp: Ditto.
12834 * gdb.threads/print-threads.exp: Ditto.
12835 * gdb.threads/pthreads.exp: Ditto.
12836 * gdb.threads/schedlock.exp: Ditto.
12837 * gdb.threads/thread-unwindonsignal.exp: Ditto.
12838 * gdb.threads/threadapply.exp: Ditto.
12839
de7ff789
MS
128402010-06-08 Michael Snyder <msnyder@vmware.com>
12841
889bf7c5 12842 * gdb.ada/exec_changed.exp:
de7ff789
MS
12843 Use ".*" instead of "" as wildcard regexp.
12844
12845 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
12846 * gdb.base/call-ar-st.exp: Ditto.
12847 * gdb.base/checkpoint.exp: Ditto.
12848 * gdb.base/default.exp: Ditto.
12849 * gdb.base/dump.exp: Ditto.
12850 * gdb.base/ending-run.exp: Ditto.
12851 * gdb.base/fileio.exp: Ditto.
12852 * gdb.base/miscexprs.exp: Ditto.
12853 * gdb.base/pointers.exp: Ditto.
12854 * gdb.base/readline.exp: Ditto.
12855 * gdb.base/reread.exp: Ditto.
12856 * gdb.base/restore.exp: Ditto.
12857 * gdb.base/shlib-call.exp: Ditto.
12858 * gdb.base/valgrind-db-attach.exp: Ditto.
12859 * gdb.base/volatile.exp: Ditto.
12860 * gdb.base/watchpoints.exp: Ditto.
12861
12862 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
12863
12864 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
12865 * gdb.python/py-value.exp: Ditto.
12866
12867 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
12868 * gdb.trace/circ.exp: Ditto.
12869 * gdb.trace/collection.exp: Ditto.
12870 * gdb.trace/packetlen.exp: Ditto.
12871 * gdb.trace/passc-dyn.exp: Ditto.
12872 * gdb.trace/report.exp: Ditto.
12873 * gdb.trace/tfile.exp: Ditto.
12874 * gdb.trace/tfind.exp: Ditto.
12875 * gdb.trace/while-dyn.exp: Ditto.
12876
3bebe2f2
JK
128772010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12878
12879 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
12880
5c631832
JK
128812010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12882
12883 Test PR 10640.
12884 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
12885
4c3376c8
SW
128862010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
12887
12888 * gdb.cp/koenig.exp: Test for ADL operators.
12889 * gdb.cp/koenig.cc: Added ADL operators.
12890 * gdb.cp/operator.exp: New test.
12891 * gdb.cp/operator.cc: New test.
12892
dc226d5a
MS
128932010-06-04 Michael Snyder <msnyder@vmware.com>
12894
dfb88a23
MS
12895 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
12896 * gdb.base/pending.exp: Ditto.
f7ae76b3 12897
dc226d5a
MS
12898 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
12899
967cf477
DE
129002010-06-04 Doug Evans <dje@google.com>
12901
12902 * gdb.python/py-prettyprint.exp: Add new test for enabled and
12903 disabled printers.
12904 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
12905 (enable_lookup_function): New function.
12906
eb801841
TT
129072010-06-04 Tom Tromey <tromey@redhat.com>
12908
12909 * gdb.python/py-value.exp (test_value_hash): Don't test equality
12910 of hash and id.
12911
38979823
JK
129122010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12913
12914 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
12915 newline.
12916 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
12917 (empty verbose non-noisy clear, empty verbose noisy clear)
12918 (empty non-verbose noisy clear): Likewise.
12919
35ec993f
MS
129202010-06-03 Michael Snyder <msnyder@vmware.com>
12921
12922 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
12923 * gdb.base/display.exp: Ditto.
12924 * gdb.base/find.exp: Ditto.
12925 * gdb.base/ifelse.exp: Ditto.
12926 * gdb.base/multi-forks.exp: Ditto.
12927 * gdb.base/recurse.exp: Ditto.
12928 * gdb.base/setshow.exp: Ditto.
12929 * gdb.base/value-double-free.exp: Ditto.
12930 * gdb.base/watch-vfork.exp: Ditto.
12931 * gdb.base/watch_thread_num.exp: Ditto.
12932 * gdb.base/watchpoint-solib.exp: Ditto.
12933 * gdb.base/watchpoint.exp: Ditto.
12934 * gdb.base/watchpoints.exp: Ditto.
12935
12936 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
12937 * gdb.cp/overload.exp: Ditto.
12938 * gdb.cp/virtfunc.exp: Ditto.
12939
12940 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
12941
889bf7c5 12942 * gdb.reverse/watch-precsave.exp:
35ec993f
MS
12943 Replace gdb_test with gdb_test_no_output.
12944
889bf7c5 12945 * gdb.threads/attach-into-signal.exp:
35ec993f
MS
12946 Replace gdb_test with gdb_test_no_output.
12947 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
12948 * gdb.threads/watchthreads.exp: Ditto.
12949 * gdb.threads/watchthreads2.exp: Ditto.
12950
12951 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
12952 * gdb.trace/tfind.exp: Ditto.
12953
c22decce
JB
129542010-06-03 Joel Brobecker <brobecker@adacore.com>
12955
12956 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
12957 successful test if message is the empty string.
12958
fd5700c7
JK
129592010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12960
12961 * gdb.fortran/module.exp (stopped language detection): New test.
12962
f55ee35c
JK
129632010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12964
12965 Support DW_TAG_module as separate namespaces.
12966 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
12967 gdb.fortran/library-module-lib.f90: New.
12968 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
12969 (print i): Remove.
12970 (continue to breakpoint: i-is-1, print var_i value 1)
12971 (continue to breakpoint: i-is-2, print var_i value 2)
12972 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
12973 (print var_d, print var_i value 14, ptype modmany, complete `modm)
12974 (complete `modmany, complete `modmany`, complete `modmany`var)
12975 (show language, setting breakpoint at module): New tests.
12976 * gdb.fortran/module.f90 (module mod): Remove.
12977 (module mod1, module mod2, module modmany, subroutine sub1)
12978 (subroutine sub2, program module): New.
12979
b8e8282f
JK
129802010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12981
12982 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
12983 (print value of rUC, print value of rI, print value of UI): ... here.
31e43e98
JK
12984 * gdb.cp/anon-union.exp (pass): Rename to ...
12985 (print z 2): ... here.
b8e8282f 12986
019ebafc
MS
129872010-06-02 Michael Snyder <msnyder@vmware.com>
12988
e68d8fd4
MS
12989 * gdb.trace/actions.exp: Use gdb_test_no_output.
12990 * gdb.trace/circ.exp: Ditto.
12991 * gdb.trace/packetlen.exp: Ditto.
12992 * gdb.trace/save-trace.exp: Ditto.
12993 * gdb.trace/tracecmd.exp: Ditto.
12994 * gdb.trace/tsv.exp: Ditto.
12995
12b5d08a
MS
12996 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
12997 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
12998 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
12999 * gdb.threads/manythreads.exp: Ditto.
13000 * gdb.threads/print-threads.exp: Ditto.
13001 * gdb.threads/pthreads.exp: Ditto.
13002 * gdb.threads/schedlock.exp: Ditto.
13003 * gdb.threads/staticthreads.exp: Ditto.
13004 * gdb.threads/thread-specific.exp: Ditto.
13005 * gdb.threads/thread-unwindonsignal.exp: Ditto.
13006 * gdb.threads/threadapply.exp: Ditto.
13007 * gdb.threads/watchthreads.exp: Ditto.
13008 * gdb.threads/watchthreads2.exp: Ditto.
13009
89493308
MS
13010 * gdb.python/py-block.exp: Use gdb_test_no_output.
13011 * gdb.python/py-prettyprint.exp: Ditto.
13012 * gdb.python/py-template.exp: Ditto.
13013 * gdb.python/py-value.exp: Ditto.
13014
13015 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
13016 * gdb.reverse/watch-reverse.exp: Ditto.
13017
13018 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
13019 * gdb.server/ext-run.exp: Ditto.
13020
019ebafc
MS
13021 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
13022 * gdb.dwarf2/dw2-compressed.exp: Ditto.
13023 * gdb.dwarf2/dw2-intercu.exp: Ditto.
13024 * gdb.dwarf2/dw2-intermix.exp: Ditto.
13025 * gdb.dwarf2/dw2-producer.exp: Ditto.
13026 * gdb.dwarf2/mac-fileno.exp: Ditto.
13027
13028 * gdb.gdb/observer.exp: Use gdb_test_no_output.
13029 * gdb.gdb/selftest.exp: Ditto.
13030
13031 * gdb.multi/base.exp: Use gdb_test_no_output.
13032
13033 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
13034
3e0ca3a5
JK
130352010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13036
13037 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
13038
9db70545
MS
130392010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
13040
a8d52276
MS
13041 * gdb.cp/class2.exp: Use gdb_test_no_output.
13042 * gdb.cp/classes.exp: Ditto.
13043 * gdb.cp/extern-c.exp: Ditto.
13044 * gdb.cp/inherit.exp: Ditto.
13045 * gdb.cp/maint.exp: Ditto.
13046 * gdb.cp/mb-inline.exp: Ditto.
13047 * gdb.cp/mb-templates.exp: Ditto.
13048 * gdb.cp/method2.exp: Ditto.
13049 * gdb.cp/misc.exp: Ditto.
13050 * gdb.cp/ovldbreak.exp: Ditto.
13051 * gdb.cp/punctuator.exp: Ditto.
13052 * gdb.cp/templates.exp: Ditto.
13053 * gdb.cp/virtbase.exp: Ditto.
13054
889bf7c5 13055 * gdb.threads/attach-stopped.exp:
9db70545 13056 Replace uses of send_gdb / gdb_expect.
889bf7c5 13057 * gdb.threads/attachstop-mt.exp:
9db70545 13058 Replace uses of send_gdb / gdb_expect.
889bf7c5 13059 * gdb.threads/gcore-thread.exp:
9db70545 13060 Replace uses of send_gdb / gdb_expect.
889bf7c5 13061 * gdb.threads/hand-call-in-threads.exp:
9db70545
MS
13062 Replace uses of send_gdb / gdb_expect.
13063 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 13064 * gdb.threads/print-threads.exp:
9db70545
MS
13065 Replace uses of send_gdb / gdb_expect.
13066 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
13067 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
13068 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
13069
13070 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
13071 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
13072 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
13073 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
13074 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
13075 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
13076 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
13077 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
13078 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
13079 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
13080 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
13081
359cc68c
JK
130822010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13083
13084 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
13085
7d3fe98e
SW
130862010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
13087
13088 * gdb.cp/koenig.exp: Added new test case.
13089 * gdb.cp/koenig.cc: Ditto.
13090
27d3a1a2
MS
130912010-06-01 Michael Snyder <msnyder@vmware.com>
13092
13093 * gdb.base/arithmet.exp: Use gdb_test_no_output.
13094 * gdb.base/arrayidx.exp: Ditto.
13095 * gdb.base/attach.exp: Ditto.
13096 * gdb.base/auxv.exp: Ditto.
13097 * gdb.base/bigcre.exp: Ditto.
13098 * gdb.base/break-always.exp: Ditto.
13099 * gdb.base/break-interp.exp: Ditto.
13100 * gdb.base/break.exp: Ditto.
13101 * gdb.base/breakpoint-shadow.exp: Ditto.
13102 * gdb.base/call-ar-st.exp: Ditto.
13103 * gdb.base/call-sc.exp: Ditto.
13104 * gdb.base/call-signal-resume.exp: Ditto.
13105 * gdb.base/callfuncs.exp: Ditto.
13106 * gdb.base/catch-syscall.exp: Ditto.
13107 * gdb.base/charset.exp: Ditto.
13108 * gdb.base/code-expr.exp: Ditto.
13109 * gdb.base/commands.exp: Ditto.
13110 * gdb.base/cond-expr.exp: Ditto.
13111 * gdb.base/condbreak.exp: Ditto.
13112 * gdb.base/cursal.exp: Ditto.
13113 * gdb.base/cvexpr.exp: Ditto.
13114 * gdb.base/default.exp: Ditto.
13115 * gdb.base/del.exp: Ditto.
13116 * gdb.base/detach.exp: Ditto.
13117 * gdb.base/display.exp: Ditto.
13118 * gdb.base/ena-dis-br.exp: Ditto.
13119 * gdb.base/eval-skip.exp: Ditto.
13120 * gdb.base/foll-fork.exp: Ditto.
13121 * gdb.base/foll-vfork.exp: Ditto.
13122 * gdb.base/frame-args.exp: Ditto.
13123 * gdb.base/funcargs.exp: Ditto.
13124 * gdb.base/gcore-buffer-overflow.exp: Ditto.
13125 * gdb.base/gdbvars.exp: Ditto.
13126 * gdb.base/help.exp: Ditto.
13127 * gdb.base/ifelse.exp: Ditto.
13128 * gdb.base/included.exp: Ditto.
13129 * gdb.base/list.exp: Ditto.
13130 * gdb.base/macscp.exp: Ditto.
13131 * gdb.base/maint.exp: Ditto.
13132 * gdb.base/multi-fork.exp: Ditto.
13133 * gdb.base/overlays.exp: Ditto.
13134 * gdb.base/page.exp: Ditto.
13135 * gdb.base/pending.exp: Ditto.
13136 * gdb.base/pointers.exp: Ditto.
13137 * gdb.base/pr11022.exp: Ditto.
13138 * gdb.base/prelink.exp: Ditto.
13139 * gdb.base/printcmds.exp: Ditto.
13140 * gdb.base/psymtab.exp: Ditto.
13141 * gdb.base/randomize.exp: Ditto.
13142 * gdb.base/relational.exp: Ditto.
13143 * gdb.base/relocate.exp: Ditto.
13144 * gdb.base/remote.exp: Ditto.
13145 * gdb.base/sepdebug.exp: Ditto.
13146 * gdb.base/set-lang-auto.exp: Ditto.
13147 * gdb.base/setshow.exp: Ditto.
13148 * gdb.base/setvar.exp: Ditto.
13149 * gdb.base/signals.exp: Ditto.
13150 * gdb.base/signull.exp: Ditto.
13151 * gdb.base/sigstep.exp: Ditto.
13152 * gdb.base/sizeof.exp: Ditto.
13153 * gdb.base/solib-disc.exp: Ditto.
13154 * gdb.base/store.exp: Ditto.
13155 * gdb.base/structs.exp: Ditto.
13156 * gdb.base/structs2.exp: Ditto.
13157 * gdb.base/subst.exp: Ditto.
13158 * gdb.base/term.exp: Ditto.
13159 * gdb.base/trace-commands.exp: Ditto.
13160 * gdb.base/unwindonsignal.exp: Ditto.
13161 * gdb.base/valgrind-db-attach.exp: Ditto.
13162 * gdb.base/varargs.exp: Ditto.
13163 * gdb.base/watch-cond.exp: Ditto.
13164 * gdb.base/watch_thread_num.exp: Ditto.
13165 * gdb.base/watchpoint-cond-gone.exp: Ditto.
13166 * gdb.base/watchpoint.exp: Ditto.
13167 * gdb.base/whatis-exp.exp: Ditto.
13168
f8d3bf8f
MS
131692010-06-01 Michael Snyder <msnyder@vmware.com>
13170
13171 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
13172 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
13173 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
13174 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
13175 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
13176 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
13177 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
13178 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
13179 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
13180 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
13181 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
13182 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
13183 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
13184 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
13185 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
13186
3f9e0d32
JK
131872010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13188
13189 * gdb.base/commands.exp (begin commands on watch): Remove excessive
13190 trailing newline.
13191 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
13192 * gdb.java/jmisc.exp (p *args\n): Rename to ...
13193 (p *args): ... here and remove excessive trailing newline.
13194
f629457d
JB
131952010-05-31 Joel Brobecker <brobecker@adacore.com>
13196
13197 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
13198
09eef106
JK
131992010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
13200
13201 Accept the new Linux kernel "t (tracing stop)" string.
13202 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
13203 Update comment.
13204 (state_wait) <T (tracing stop)>: New.
13205 (main): Update the state_wait expect string.
13206
94f31136
PA
132072010-05-28 Pedro Alves <pedro@codesourcery.com>
13208
13209 * limits.c, limits.exp: Delete files.
13210 * Makefile.in (clean mostlyclean): Adjust.
13211 * tracecmd.exp: Adjust.
13212
096554ab
JK
132132010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13214
13215 * gdb.base/tui-layout.exp: New.
13216
27d3a1a2 132172010-05-28 Michael Snyder <msnyder@vmware.com>
bcd2dc50 13218
889bf7c5 13219 * gdb.reverse/break-precsave.exp:
bcd2dc50 13220 Replace uses of send_gdb / gdb_expect.
889bf7c5 13221 * gdb.reverse/break-reverse.exp:
bcd2dc50 13222 Replace uses of send_gdb / gdb_expect.
889bf7c5 13223 * gdb.reverse/consecutive-precsave.exp:
bcd2dc50 13224 Replace uses of send_gdb / gdb_expect.
889bf7c5 13225 * gdb.reverse/consecutive-reverse.exp:
bcd2dc50 13226 Replace uses of send_gdb / gdb_expect.
889bf7c5 13227 * gdb.reverse/finish-precsave.exp:
bcd2dc50 13228 Replace uses of send_gdb / gdb_expect.
889bf7c5 13229 * gdb.reverse/finish-reverse.exp:
bcd2dc50 13230 Replace uses of send_gdb / gdb_expect.
889bf7c5 13231 * gdb.reverse/i386-precsave.exp:
bcd2dc50 13232 Replace uses of send_gdb / gdb_expect.
889bf7c5 13233 * gdb.reverse/i386-reverse.exp:
bcd2dc50 13234 Replace uses of send_gdb / gdb_expect.
889bf7c5 13235 * gdb.reverse/i386-sse-reverse.exp:
bcd2dc50 13236 Replace uses of send_gdb / gdb_expect.
889bf7c5 13237 * gdb.reverse/i387-env-reverse.exp:
bcd2dc50 13238 Replace uses of send_gdb / gdb_expect.
889bf7c5 13239 * gdb.reverse/i387-stack-reverse.exp:
bcd2dc50 13240 Replace uses of send_gdb / gdb_expect.
889bf7c5 13241 * gdb.reverse/machinestate-precsave.exp:
bcd2dc50 13242 Replace uses of send_gdb / gdb_expect.
889bf7c5 13243 * gdb.reverse/machinestate.exp:
bcd2dc50 13244 Replace uses of send_gdb / gdb_expect.
889bf7c5 13245 * gdb.reverse/sigall-precsave.exp:
bcd2dc50 13246 Replace uses of send_gdb / gdb_expect.
889bf7c5 13247 * gdb.reverse/sigall-reverse.exp:
bcd2dc50 13248 Replace uses of send_gdb / gdb_expect.
889bf7c5 13249 * gdb.reverse/solib-precsave.exp:
bcd2dc50 13250 Replace uses of send_gdb / gdb_expect.
889bf7c5 13251 * gdb.reverse/solib-reverse.exp:
bcd2dc50 13252 Replace uses of send_gdb / gdb_expect.
889bf7c5 13253 * gdb.reverse/step-precsave.exp:
bcd2dc50 13254 Replace uses of send_gdb / gdb_expect.
889bf7c5 13255 * gdb.reverse/step-reverse.exp:
bcd2dc50 13256 Replace uses of send_gdb / gdb_expect.
889bf7c5 13257 * gdb.reverse/until-precsave.exp:
bcd2dc50 13258 Replace uses of send_gdb / gdb_expect.
889bf7c5 13259 * gdb.reverse/until-reverse.exp:
bcd2dc50 13260 Replace uses of send_gdb / gdb_expect.
889bf7c5 13261 * gdb.reverse/watch-precsave.exp:
bcd2dc50 13262 Replace uses of send_gdb / gdb_expect.
889bf7c5 13263 * gdb.reverse/watch-reverse.exp:
bcd2dc50
MS
13264 Replace uses of send_gdb / gdb_expect.
13265
3def43e0
JK
132662010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13267
13268 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
13269 excessive newline.
13270
27d3a1a2 132712010-05-27 Michael Snyder <msnyder@vmware.com>
22454424
MS
13272
13273 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
02746bbc
MS
13274 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
13275 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
13276 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
13277 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
13278 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
13279 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
13280 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
13281 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
13282 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
13283 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
13284 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
13285 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
13286 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
13287 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
13288 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
13289 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
13290 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
13291 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
22454424 13292
27d3a1a2 132932010-05-26 Michael Snyder <msnyder@vmware.com>
ec9f1212 13294
22454424
MS
13295 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
13296 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
13297
13298 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
13299 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
13300 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
13301
889bf7c5 13302 * gdb.reverse/consecutive-reverse.exp:
22454424 13303 Replace uses of send_gdb / gdb_expect.
889bf7c5 13304 * gdb.reverse/consecutive-precsave.exp:
22454424
MS
13305 Replace uses of send_gdb / gdb_expect.
13306
13307 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
13308 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
13309 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 13310 * gdb.mi/mi-ns-stale-regcache.exp:
22454424
MS
13311 Replace uses of send_gdb / gdb_expect.
13312 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
13313 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
13314 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
13315 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
13316 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
13317 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
13318 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
13319 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
13320 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
ec9f1212
MS
13321
133222010-05-26 Michael Snyder <msnyder@vmware.com>
6acb16a2 13323
22454424 13324 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 13325
22454424 13326 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 13327
22454424
MS
13328 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
13329 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
13330 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
13331 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
13332 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
13333 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
13334 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
13335 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
13336 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 13337
6e5f2c59
TT
133382010-05-25 Tom Tromey <tromey@redhat.com>
13339
13340 * gdb.base/macscp.exp: Add missing space after setup_kfail.
13341
bbc8b958
TT
133422010-05-25 Tom Tromey <tromey@redhat.com>
13343
13344 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
13345 argument order.
13346 * gdb.base/macscp.exp: Fix setup_kfail argument order.
13347 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
13348 order.
13349 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
13350 order.
13351 * gdb.base/call-sc.exp (setup_kfails): Remove.
13352 (setup_compiler_kfails): Remove.
13353 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
13354 argument order.
13355 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
13356 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
13357 (advancei): Fix setup_kfail argument order.
13358 * gdb.base/radix.exp: Fix setup_kfail argument order.
13359 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
13360 order.
13361 * gdb.base/structs.exp (setup_kfails): Remove.
13362 (setup_compiler_kfails): Fix setup_kfail argument order.
13363 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
13364 order.
13365 * gdb.java/jmain.exp: Fix setup_kfail argument order.
13366 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
13367 setup_kfail argument order.
13368 * gdb.cp/overload.exp: Fix setup_kfail argument order.
13369
83d1babf
TT
133702010-05-25 Tom Tromey <tromey@redhat.com>
13371
13372 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
13373
6acb16a2
MS
133742010-05-25 Michael Snyder <msnyder@vmware.com>
13375
13376 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
13377 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
13378 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
13379 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
13380 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
13381 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
13382 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
13383 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
13384 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
ad3986f0
MS
13385 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
13386 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
13387 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
13388 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
13389 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
13390 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
13391 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
13392 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
13393 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
13394 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
13395 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
13396 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
13397 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
13398 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
a76e022a
MS
13399 * gdb.base/default.exp: Replace send_gdb with gdb_test.
13400 * gdb.base/define.exp: Replace send_gdb with gdb_test.
13401 * gdb.base/display.exp: Replace send_gdb with gdb_test.
13402 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
13403 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
13404 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
13405 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
13406 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
13407 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
13408 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
13409 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
13410 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
13411 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
13412 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
13413 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
13414 * gdb.base/help.exp: Replace send_gdb with gdb_test.
13415 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
13416 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
13417 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
65731a6b
MS
13418 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
13419 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
13420 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
13421 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
13422 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
6acb16a2 13423 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
65731a6b
MS
13424
134252010-05-25 Doug Evans <dje@google.com>
13426
13427 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
13428 gdb.string_to_argv.
ad3986f0 13429
d3b1e874
TT
134302010-05-21 Tom Tromey <tromey@redhat.com>
13431
13432 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
13433 Call it.
13434 * gdb.dwarf2/pieces.S: Update.
13435 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
13436
cb826367
TT
134372010-05-21 Tom Tromey <tromey@redhat.com>
13438
13439 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
13440 Call it.
13441 * gdb.dwarf2/pieces.c (struct C): New.
13442 (f6): New function.
13443 * gdb.dwarf2/pieces.S: Replace.
13444
74de6778
TT
134452010-05-21 Tom Tromey <tromey@redhat.com>
13446
13447 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
13448 Call it.
13449
afd74c5f
TT
134502010-05-21 Tom Tromey <tromey@redhat.com>
13451
13452 * gdb.dwarf2.pieces.exp: New file.
13453 * gdb.dwarf2.pieces.S: New file.
13454 * gdb.dwarf2.pieces.c: New file.
13455
a7b75dfd 134562010-05-20 Pedro Alves <pedro@codesourcery.com>
889bf7c5 13457 Joel Brobecker <brobecker@adacore.com>
a7b75dfd
JB
13458
13459 * lib/gdb.exp (gdb_test_no_output): New function.
13460 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
13461 when testing commands that should produce no output.
13462
c81c812a
JB
134632010-05-17 Joel Brobecker <brobecker@adacore.com>
13464
13465 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
13466 parameter that we want to watch being a constant.
13467
0cce5bd9
JB
134682010-05-17 Joel Brobecker <brobecker@adacore.com>
13469
13470 * gdb.ada/cond_lang: New testcase.
13471
47050449
JB
134722010-05-17 Joel Brobecker <brobecker@adacore.com>
13473
13474 * lib/gdb.exp (banned_variables): New variable/constant.
13475 (gdb_init): Add write trace on variables listed in banned_variables.
13476 (gdb_finish): Remove write traces on variables listed in
13477 banned_variables.
13478
77c01586
JB
134792010-05-17 Joel Brobecker <brobecker@adacore.com>
13480
13481 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
13482 * gdb.cp/koenig.exp: Likewise.
13483
88d4aea7
PM
134842010-05-14 Phil Muldoon <pmuldoon@redhat.com>
13485
889bf7c5 13486 PR python/11482
88d4aea7
PM
13487
13488 * gdb.python/py-value.exp (test_value_hash): New function.
13489
f5a010c0
PM
134902010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
13491
13492 PR exp/11530.
13493 * gdb.base/gdb11530.c: New file.
13494 * gdb.base/gdb11530.exp: New file.
13495
8ef4892f
JK
134962010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13497
13498 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
13499 * gdb.dwarf2/dw2-modula2-self-type.S: New.
13500
7322dca9
SW
135012010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
13502
13503 * gdb.cp/koenig.exp: New test.
13504 * gdb.cp/koenig.cc: New test program.
13505
02e7ea18
JB
135062010-05-05 Joel Brobecker <brobecker@adacore.com>
13507
13508 Remove the use of prms_id and bug_id throughout the testsuite.
13509
e1c34c5d
PM
135102010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
13511
13512 PR exp/11349.
13513 * testsuite/gdb.cp/ref-types.exp: Add test to examine
13514 use a reference local variable.
13515
8e1d0c49
JK
135162010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13517
13518 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
13519 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
13520 variable different_dir. Move debugfile into a full directory pathname
13521 under DIFFERENT_DIR.
13522 * lib/gdb.exp (separate_debug_filename): Remove.
13523 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
13524 variable debug_dir and mkdir of it. Update function comments.
13525
e66408ed
PA
135262010-04-29 Pedro Alves <pedro@codesourcery.com>
13527
13528 PR gdb/11557
13529
13530 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
13531 files.
13532
d7b32ed3
PM
135332010-04-29 Phil Muldoon <pmuldoon@redhat.com>
13534
889bf7c5 13535 * gdb.python/py-param.exp: New File.
d7b32ed3 13536
6aecb9c2
JB
135372010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
13538
13539 * gdb.base/default.exp: Fix "set language" test.
13540
bdf92a1c
PM
135412010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
13542
13543 PR breakpoints/11531.
13544 * gdb.base/gdb11531.c: New file.
13545 * gdb.base/gdb11531.exp: New file.
13546
3f172e24
TT
135472010-04-26 Tom Tromey <tromey@redhat.com>
13548
13549 * gdb.base/completion.exp: Add tests for completion and deprecated
13550 commands.
13551
64af4c92
JK
135522010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13553
13554 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
13555 (print /x char_array): Escape curly brackets.
13556
492928e4
JK
135572010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13558
13559 Fix deadlock on looped list of loaded shared objects.
13560 * gdb.base/solib-corrupted.exp: New.
13561
66d09542
DE
135622010-04-23 Doug Evans <dje@google.com>
13563
13564 * gdb.python/py-section-script.c: New file.
13565 * gdb.python/py-section-script.exp: New file.
13566 * gdb.python/py-section-script.py: New file.
13567
8bd10a10
CM
135682010-04-20 Chris Moller <cmoller@redhat.com>
13569
13570 PR 10179
13571
13572 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
13573 * gdb.base/pr10179-a.c:
13574 * gdb.base/pr10179-b.c:
13575 * gdb.base/pr10179.exp: New files.
13576
c0201579
JK
135772010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13578
13579 Fix crashes on dangling display expressions.
13580 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
13581 is SEP.
13582 (lib_flags): Remove the "debug" keyword.
13583 (libsepdebug): New variable for iterating new loop.
13584 (save_pf_prefix): New variable wrapping the loop.
13585 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
13586 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
13587
793b0ff8
PM
135882010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
13589
13590 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
13591
097f51f7
PM
135922010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
13593
13594 PR stabs/11479.
13595 * gdb.stabs/gdb11479.exp: New file.
13596 * gdb.stabs/gdb11479.c: New file.
13597
9a22f0d0
PM
135982010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
13599
13600 * gdb.base/charset.c (Strin16, String32): New variables.
13601 * gdb.base/charset.exp (gdb_test): Test correct display
13602 of 16 or 32 bit strings.
13603
136042010-04-21 Chris Moller <cmoller@redhat.com>
0b66f317
CM
13605
13606 PR 9167
13607 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
13608 * gdb.cp/pr9167.cc: New file.
13609 * gdb.cp/pr9167.exp: New file.
13610
13611
6e354e5e
PM
136122010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
13613
13614 PR pascal/11492.
13615 * gdb.pascal/gdb11492.pas: New file.
13616 * gdb.pascal/gdb11492.exp: New file.
13617
be942545
JB
136182010-04-20 Joel Brobecker <brobecker@adacore.com>
13619
1667e6e3 13620 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
be942545 13621
0c3acc09
JB
136222010-04-20 Joel Brobecker <brobecker@adacore.com>
13623
13624 * gdb.ada/dyn_loc: New testcase.
13625
ec31cde5
CM
136262010-04-20 Chris Moller <cmoller@redhat.com>
13627
13628 PR 10867
889bf7c5 13629
ec31cde5
CM
13630 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
13631 * gdb.cp/pr10687.cc: New file.
13632 * gdb.cp/pr10687.exp: New file.
13633
13634
ce4b0682
SDJ
136352010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13636 Sergio Durigan Junior <sergiodj@redhat.com>
13637
13638 * gdb.fortran/logical.exp: New testcase.
13639 * gdb.fortran/logical.f90: New file.
13640
3436961f
DE
136412010-04-19 Doug Evans <dje@google.com>
13642
13643 * gdb.base/help.exp (help source): Update expected output.
13644
4d836c09
JK
136452010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13646
13647 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
13648 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
13649 gdb_exit and return.
13650 (executable): New variable.
13651 (binfile): Use it.
13652
6149aea9
PA
136532010-04-19 Pedro Alves <pedro@codesourcery.com>
13654
13655 PR breakpoints/8554.
13656
13657 * gdb.trace/save-trace.exp: Adjust.
13658
ed41462c
L
136592010-04-17 H.J. Lu <hongjiu.lu@intel.com>
13660
13661 PR corefiles/11511
13662 * gdb.arch/system-gcore.exp: New.
13663 * gdb.arch/gcore.c: Likewise.
13664
3f7b2faa
DE
136652010-04-15 Doug Evans <dje@google.com>
13666
fa33c3cd
DE
13667 * gdb.python/py-progspace.c: New file.
13668 * gdb.python/py-progspace.exp: New file.
13669
3f7b2faa
DE
13670 * gdb.base/source.exp: Add tests for "source -s".
13671
79f283fe
PM
136722010-04-14 Phil Muldoon <pmuldoon@redhat.com>
13673
13674 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
13675 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
13676 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
13677 * gdb.python/py-mi.exp: New test for to_string returning None.
13678
fc8eb08a
PM
136792010-04-12 Phil Muldoon <pmuldoon@redhat.com>
13680
13681 * gdb.python/py-breakpoint.c: Make result global.
13682
26e197f6
JK
136832010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
13684
13685 Fix non-GNU make compatibility.
13686 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
13687
adc36818
PM
136882010-04-09 Phil Muldoon <pmuldoon@redhat.com>
13689
13690 * gdb.python/py-breakpoint.exp: New File.
13691 * gdb.python/py-breakpoint.C: Ditto.
13692
64e17368
SS
136932010-04-08 Stan Shebs <stan@codesourcery.com>
13694
13695 * gdb.trace/actions.exp: Clear default-collect.
13696 * gdb.trace/save-trace.exp: Clear default-collect.
13697
fff5cc64
PM
136982010-04-08 Phil Muldoon <pmuldoon@redhat.com>
13699
13700 * gdb.python/py-value: Add null string variable.
13701 (test_lazy_string): Test zero length, NULL address lazy
13702 strings.
13703
a055a187
L
137042010-04-07 H.J. Lu <hongjiu.lu@intel.com>
13705
13706 * gdb.arch/i386-avx.c: New.
13707 * gdb.arch/i386-avx.exp: Likewise.
13708
13709 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
13710
96e39866
DE
137112010-04-06 Doug Evans <dje@google.com>
13712
13713 * gdb.base/source-test.gdb: New file.
13714 * gdb.base/source.exp: Test source -v.
13715
5984a431
UW
137162010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13717
13718 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
13719
ec8a089a
PM
137202010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
13721
13722 * gdb.stabs/aout.sed: Convert all backslash to double backslash
13723 within one line, unless it is followed by a double quote.
13724 * gdb.stabs/hppa.sed: Idem.
13725 * gdb.stabs/weird.def: Add char and String constants
889bf7c5
PA
13726 * gdb.stabs/weird.exp: Check for correct parsing of
13727 char and string constants.
ec8a089a
PM
13728 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
13729 in .stabs to .stabx substitution.
13730
fce3c1f0
SS
137312010-04-05 Stan Shebs <stan@codesourcery.com>
13732
13733 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
13734 constant global.
13735 * gdb.trace/tfile.exp: Try to print them.
13736
d77f58be
SS
137372010-04-04 Stan Shebs <stan@codesourcery.com>
13738
13739 * gdb.base/completion.exp: Update for new "info watchpoints".
13740 * gdb.base/default.exp: Ditto.
13741 * gdb.base/help.exp: Ditto.
13742 * gdb.base/watchpoint.exp: Ditto.
13743 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
889bf7c5 13744
af54718e
SS
137452010-04-04 Stan Shebs <stan@codesourcery.com>
13746
13747 * gdb.trace/tfile.exp: Sharpen tfind test.
13748
74d1f91e
JK
137492010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13750
13751 * gdb.base/break-entry.exp: New.
13752
eb8e76db 137532010-04-02 Hui Zhu <teawater@gmail.com>
889bf7c5 13754 Michael Snyder <msnyder@vmware.com>
eb8e76db
HZ
13755
13756 * gdb.reverse/i386-sse-reverse.exp: New file.
13757 * gdb.reverse/i386-sse-reverse.c: New file.
13758
bf65cad8
PA
137592010-04-02 Pedro Alves <pedro@codesourcery.com>
13760
13761 * gdb.trace/tfind.exp: Adjust expected disassembly output.
13762
fff87407
SS
137632010-04-01 Stan Shebs <stan@codesourcery.com>
13764
13765 * gdb.trace/actions.exp: Tweak expected output.
13766 * gdb.trace/while-stepping.exp: Tweak expected output.
13767
fe01d668
L
137682010-04-01 H.J. Lu <hongjiu.lu@intel.com>
13769
13770 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
13771
86b17b60
PA
137722010-04-01 Pedro Alves <pedro@codesourcery.com>
13773
13774 * gdb.base/commands.exp: Adjust.
13775 * gdb.cp/extern-c.exp: Adjust.
13776
2c58c0a9
PA
137772010-04-01 Pedro Alves <pedro@codesourcery.com>
13778
13779 * gdb.trace/collection.c (local_test_func): Define a local struct,
13780 and instanciate it.
13781
0db9b91c
PA
137822010-04-01 Pedro Alves <pedro@codesourcery.com>
13783
13784 * gdb.trace/collection.exp (gdb_collect_args_test)
13785 (gdb_collect_argarray_test): XFAIL the tests that assume the
13786 argarray argument's elements are collected.
13787
8072405b
JK
137882010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
13789
13790 * gdb.dwarf2/dw2-bad-parameter-type.exp,
13791 gdb.dwarf2/dw2-bad-parameter-type.S: New.
13792
8bf6485c
SS
137932010-03-31 Stan Shebs <stan@codesourcery.com>
13794
13795 * gdb.trace/save-trace.exp: Test save/restore of default-collect
13796 and tracepoint conditionals.
13797 (gdb_verify_tracepoints): Delete unused return.
13798
fd7f724a
KS
137992010-03-26 Keith Seitz <keiths@redhat.com>
13800
13801 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
13802 appear in the output before main.
13803 Remove KFAIL for gdb/2215 aka bz 9320.
13804
8d9e7719
DE
138052010-03-30 Doug Evans <dje@google.com>
13806
0906dd0b
DE
13807 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
13808 by dejagnu.
13809 * gdb.arch/amd64-dword.exp: Ditto.
13810
8d9e7719
DE
13811 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
13812 match.
13813 (break printf): Ditto.
13814
1da644f0
SW
138152010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
13816
13817 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
13818 gcc < 4.4.
13819 * gdb.cp/shadow.exp: Ditto.
13820
a8121990
PA
138212010-03-29 Pedro Alves <pedro@codesourcery.com>
13822
13823 * gdb.trace/collection.exp (run_trace_experiment): Make sure
13824 "tstart" is silent.
13825
6e79d367
PA
138262010-03-29 Pedro Alves <pedro@codesourcery.com>
13827
13828 * gdb.trace/collection.exp (executable): New.
13829 (binfile): Use it.
13830 (fpreg, spreg, pcreg): New.
13831 (test_register): Use gdb_test_multiple. Pass /x to print.
13832 (prepare_for_trace_test): New.
13833 (run_trace_experiment): Use "continue", not gdb_run_cmd.
13834 (gdb_collect_args_test, gdb_collect_argstruct_test)
13835 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
13836 prepare_for_trace_test.
13837 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
13838 fpreg, spreg and pcreg.
13839 (gdb_collect_expression_test, gdb_collect_globals_test): Use
13840 prepare_for_trace_test.
13841 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
13842 try to detect tracing support here. Don't set breakpoints at
13843 `begin' or `end' here.
13844 <global scope>: Use clean_restart. Run to main before checking
13845 for tracing support. Check for for tracing support here.
13846
09248348
JK
138472010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13848
13849 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
13850 " as $displacement" to "seen displacement message".
13851
d350db38
PA
138522010-03-28 Pedro Alves <pedro@codesourcery.com>
13853
13854 * gdb.trace/while-dyn.exp (executable): New variable.
13855 (binfile): Use it.
13856 (test_while_stepping): New function. Move most tests here. Call
13857 it once for each of the while-stepping, stepping and ws aliases.
13858
907af001
UW
138592010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13860
13861 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
13862 that do not provide the tagless_struct type name at all.
13863 (test_print_anon_union): Do not check value of uninitialized
13864 union member. Do not use cp_test_ptype_class, so we can accept
13865 "long" as well as "long int".
13866
610197fd
PA
138672010-03-26 Pedro Alves <pedro@codesourcery.com>
13868
13869 * gdb.trace/tfile.c (tohex, bin2hex): New.
13870 (write_error_trace_file): Hexify error description.
13871
6c28cbf2
SS
138722010-03-25 Stan Shebs <stan@codesourcery.com>
13873
13874 * gdb.trace/tfile.c: Generate an additional trace file, improve
13875 portability.
13876 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
13877 files in a better way.
13878
e62b8c7e
KS
138792010-03-25 Keith Seitz <keiths@redhat.com>
13880
13881 * gdb.java/jprint.exp: XFAIL printing of static class members
13882 because of GCC debuginfo problem.
13883
82ccf5a5
JK
138842010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13885
13886 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
13887
293e2f9e
DJ
138882010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
13889
13890 * gdb.base/completion.exp: Allow long instead of long int.
13891 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
13892 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
13893 variable p.
13894 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
13895 * gdb.base/pointers.exp: Allow long instead of long int.
13896 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
13897 * gdb.base/step-line.exp: Allow a directory before the source file name.
13898
95a42b64
TT
138992010-03-24 Tom Tromey <tromey@redhat.com>
13900
13901 PR breakpoints/9352:
13902 * gdb.base/default.exp: Update.
13903 * gdb.base/commands.exp: Update.
13904 * gdb.cp/extern-c.exp: Test setting commands on multiple
13905 breakpoints at once.
13906
2390201f
DJ
139072010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
13908
13909 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
13910 if gdb,nosignals.
13911 * gdb.base/watchpoints.c: Do not include unnecessary headers.
13912 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
13913 exited".
13914
8c9a6790
SS
139152010-03-24 Stan Shebs <stan@codesourcery.com>
13916
13917 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
13918
a6c727b2
DJ
139192010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
13920
13921 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
13922 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
13923 argument. Handle "short" and "long".
13924 (Top level): Pass overprototyped output for old_fptr and xptr.
13925
4dfd5423
PA
139262010-03-23 Pedro Alves <pedro@codesourcery.com>
13927
13928 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
13929 format strings and add casts to avoid compiler warnings.
13930
139312010-03-23 Vladimir Prus <vladimir@codesourcery.com>
a7bdde9e
VP
13932
13933 * lib/trace-support.exp (gdb_trace_setactions):
13934 Don't expect whitespace after ">" prompt.
13935 * gdb.trace/actions.exp: Adjust for output changes.
13936 * gdb.trace/while-stepping.exp: Likewise.
13937
c847d045
JK
139382010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13939
13940 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
13941 and r157645).
13942
5f717f1d
JK
139432010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13944
13945 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
13946 New.
13947
7d6d51d5
DJ
139482010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
13949
13950 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
13951 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
13952
3b11a015
SS
139532010-03-19 Stan Shebs <stan@codesourcery.com>
13954
13955 * gdb.trace/ax.exp: New file.
13956
d7d158ed
DE
139572010-03-19 Doug Evans <dje@google.com>
13958
6bb85cd1
DE
13959 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
13960 output from gcc.
13961
d7d158ed
DE
13962 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
13963 named /usr/sbin/prelink<foo>.
13964
4daf5ac0
SS
139652010-03-18 Stan Shebs <stan@codesourcery.com>
13966
13967 * gdb.trace/circ.exp: Test circular-trace-buffer.
13968 * gdb.trace/tfile.exp: Update tstatus test.
13969
e8d05480
JB
139702010-03-18 Joel Brobecker <brobecker@adacore.com>
13971
13972 * gdb.dwarf2/dw2-anonymous-func.S: New file.
13973 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
13974
441b986a
UW
139752010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13976
13977 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
13978
4247603b
PA
139792010-03-18 Pedro Alves <pedro@codesourcery.com>
13980
13981 * gdb.base/default.exp: Adjust the expected output of the finish
13982 and until commands when the inferior is not being run.
13983
13387711
SW
139842010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
13985
13986 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
13987 * gdb.cp/nsusing.exp: Ditto.
13988
6e31430b
TT
139892010-03-15 Tom Tromey <tromey@redhat.com>
13990
13991 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
13992 * gdb.cp/userdef.cc (operator==): New function.
13993 (main): New locals mem1, mem2.
13994
e2d69cb5
JZ
139952010-03-15 Jie Zhang <jie@codesourcery.com>
13996
13997 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
13998 Declare and use new loadtimeout variable.
13999
f572f0a9
DJ
140002010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
14001
14002 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
14003 Use gdb_load later.
14004
51f4c0b0
PA
140052010-03-14 Pedro Alves <pedro@codesourcery.com>
14006
14007 * gdb.base/solib-disc.c (main): Make format of fprintf a string
14008 literal. Add missing endlines to prints to stderr.
14009
1c809c68
TT
140102010-03-12 Tom Tromey <tromey@redhat.com>
14011
14012 PR c++/9708:
14013 * gdb.cp/m-static.exp: Add regression test.
14014 * gdb.cp/m-static.cc (method): New method.
14015 (main): Call it.
14016
00ae8fef
SW
140172010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
14018
14019 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
14020 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
14021
759f0f0b
PA
140222010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
14023
21e24d21
PA
14024 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
14025
140262010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
14027
759f0f0b
PA
14028 * lib/gdb.exp (skip_stl_tests): New.
14029 (gdb_compile): Symbian needs -ldl.
14030 (shlib_target_file): New.
14031 (shlib_symbol_file): New.
14032 (gdb_load_shlibs): Use shlib_target_file.
14033 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
14034 * gdb.cp/exception.exp: Use skip_stl_tests.
14035 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
14036 * gdb.cp/try_catch.exp: Use skip_stl_tests.
14037 * gdb.cp/mb-templates.exp: Ditto.
14038 * gdb.base/commands.exp: Relax regexes.
14039 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
14040 shlib_target_file and shlib_symbol_file.
14041 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
14042 sections.
14043 * gdb.base/ending-run.exp: Accept E32Main for symbian.
14044 * gdb.base/solib-disc.exp: Use
14045 shlib_target_file and shlib_symbol_file.
14046 * gdb.base/unload.exp: Don't skip on symbian. Use
14047 shlib_target_file and shlib_symbol_file.
14048 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
14049
6a8f2671 140502010-03-12 Pedro Alves <pedro@codesourcery.com>
889bf7c5 14051
6a8f2671
PA
14052 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
14053 * gdb.trace/report.exp: Adjust for x86 and x86_64.
14054 Issue a tfind end before looking for a tracepoint frame.
14055 * gdb.trace/tfind.exp: Adjust tstatus output.
14056 Adjust disassembly output.
14057 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
14058
ccf26247
JK
140592010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14060
14061 * gdb.base/break-interp.exp: Create new displacement parameter value
14062 for the test_ld calls.
14063 (reach): New parameter displacement, verify its content. New push of
14064 pf_prefix "reach-$func:". Import global expect_out.
14065 (test_core): New parameter displacement, verify its content. New push
14066 of pf_prefix "core:". New command "set verbose on". Import global
14067 expect_out.
14068 (test_attach): New parameter displacement, verify its content. New
14069 push of pf_prefix "attach:". New command "set verbose on". Import
14070 global expect_out.
14071 (test_ld): New parameter displacement, pass it to the reach, test_core
14072 and test_attach calls and verify its content in the "ld.so exit" test.
14073 * gdb.base/prelink.exp: Remove gdb_exit and final return.
14074 (prelink): Update expected text, use gdb_test.
14075
e469c7fb
DE
140762010-03-10 Doug Evans <dje@google.com>
14077
14078 * gdb.base/checkpoint.exp: Fix comment.
14079 Lengthen timeout while doing >600 checkpoints test.
14080 Rename duplicate "kill all one" test to keep test names unique.
14081
60e1c644
PA
140822010-03-10 Pedro Alves <pedro@codesourcery.com>
14083
14084 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
14085
cec808ec
KS
140862010-03-08 Keith Seitz <keiths@redhat.com>
14087
889bf7c5
PA
14088 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
14089 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
14090 (dm_type_long): New function.
14091 (dm_type_unsigned_short): New function.
14092 (dm_type_unsigned_long): New function.
14093 (myint): New typedef.
14094 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
14095 long, unsigned shor and long, operator char*, and typedef.
14096 (test_lookup_operator_functions): Add operator char* test.
14097 (test_paddr_operator_functions): Likewise.
14098 (test_paddr_overloaded_functions): Use probe values for
14099 short, long, and unsigned short and long.
14100 (test_paddr_hairy_functions): If the demangler probe detected
14101 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
14102 demangler.
14103 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
14104 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
14105 and "print null_pmf".
14106 Add test "ptype a.*pmf".
14107 * gdb.cp/overload.exp: Allow optional "int" to appear with
14108 "short" and "long".
14109 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
14110 long expect value for men_overload1arg.
14111 Allow "int" to appear with "short" and "long".
14112 When testing "info break", add argument for main (void).
14113 Also allow "int" to appear with "short" and "long".
14114 Ditto with "unsigned" and "long long".
cec808ec
KS
14115 * gdb.java/jmain.exp: Do not enclose methods names in single
14116 quotes.
14117 * gdb.java/jmisc.exp: Likewise.
14118 * gdb.java/jprint.exp: Likewise.
14119 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
14120
14121 From Jan Kratochvil <jan.kratochvil@redhat.com>:
14122 * gdb.cp/exception.exp (backtrace after first throw)
14123 (backtrace after second throw): Allow a namespace before __cxa_throw.
14124 (backtrace after first catch, backtrace after second catch): Allow
14125 a namespace before __cxa_begin_catch.
14126
14127 * gdb.cp/cpexprs.exp: New file.
14128 * gdb.cp/cpexprs.cc: New file.
14129
14130 From Daniel Jacobowitz <dan@codesourcery.com>
14131 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
14132 to use string_to_regexp.
14133 (ctor, dtor): New functions. Use them to match constructor
14134 and destructor function types.
14135 (Top level): Use runto_main.
14136
f870a310
TT
141372010-03-05 Tom Tromey <tromey@redhat.com>
14138
14139 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
14140 gdb.target_charset.
14141 (pp_ns.to_string): Likewise.
14142
0c199f28
KS
141432010-03-04 Keith Seitz <keiths@redhat.com>
14144
14145 * gdb.cp/overload.exp: Test that the filename portion of a linespec
14146 can be quoted. Test that both the filename and function/line
14147 portions can be quoted at the same time.
14148
c7437ca6
PA
141492010-03-04 Pedro Alves <pedro@codesourcery.com>
14150
14151 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
14152
b111b805
DE
141532010-03-03 Doug Evans <dje@google.com>
14154
24486cb7
DE
14155 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
14156 libc contains libpthread.
14157
b111b805
DE
14158 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
14159 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
14160 of gdb_compile. Add another pattern to match android backtrace.
14161
a0e0ef55
TT
141622010-03-03 Tom Tromey <tromey@redhat.com>
14163
14164 PR gdb/11345:
14165 * gdb.base/printcmds.exp (test_printf): Add test.
14166
1ba53b71
L
141672010-03-02 H.J. Lu <hongjiu.lu@intel.com>
14168
14169 * gdb.arch/amd64-byte.exp: New.
14170 * gdb.arch/amd64-dword.exp: Likewise.
14171 * gdb.arch/amd64-pseudo.c: Likewise.
14172 * gdb.arch/amd64-word.exp: Likewise.
14173 * gdb.arch/i386-byte.exp: Likewise.
14174 * gdb.arch/i386-pseudo.c: Likewise.
14175 * gdb.arch/i386-word.exp: Likewise.
14176
f5dff777
DJ
141772010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
14178
14179 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
14180 types. Add structreg, bitfields, and flags registers.
14181 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
14182 registers.
14183
90884b2b
L
141842010-03-01 H.J. Lu <hongjiu.lu@intel.com>
14185
14186 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
14187 (load_description): Set architecture if defined.
14188
dc00d89f
PM
141892010-02-28 Phil Muldoon <pmuldoon@redhat.com>
14190
14191 * gdb.python/py-frame.exp: Add read_var block tests.
14192 * gdb.python/py-frame.c (block): New function.
14193
0e095b7e
JK
141942010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
14195 Daniel Jacobowitz <dan@codesourcery.com>
14196
14197 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
14198
624f1a65
DM
141992010-02-25 David S. Miller <davem@davemloft.net>
14200
14201 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
14202 fix logic for setting all_syscalls_numbers.
14203
f3e9a817
PM
142042010-02-24 Phil Muldoon <pmuldoon@redhat.com>
14205
14206 * Makefile.in: Add py-block and py-symbol.
14207 * gdb.python/py-symbol.exp: New File.
14208 * gdb.python/py-symtab.exp: New File.
14209 * gdb.python/py-block.exp: New File.
14210 * gdb.python/py-symbol.c: New File.
14211 * gdb.python/py-block.c: New File.
14212
f6bbabf0
PM
142132010-02-24 Phil Muldoon <pmuldoon@redhat.com>
14214
14215 PR python/11314
14216 * lib/gdb.exp (skip_python_tests): New function.
14217 * gdb.python/py-cmd.exp: Use skip_python_tests.
14218 * gdb.python/py-frame.exp: Likewise.
14219 * gdb.python/py-function.exp: Likewise.
14220 * gdb.python/py-prettyprint.exp: Likewise.
14221 * gdb.python/py-template.exp: Likewise.
14222 * gdb.python/py-type.exp: Likewise.
14223 * gdb.python/py-value.exp: Likewise.
14224
85d721b8
PA
142252010-02-22 Pedro Alves <pedro@codesourcery.com>
14226
14227 PR9605
14228
14229 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
14230
48e32051
TT
142312010-02-19 Tom Tromey <tromey@redhat.com>
14232
14233 PR c++/8693, PR c++/9496:
14234 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
14235 regression tests.
14236
ac9c0048
JK
142372010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14238
14239 Fix compatibility with m68k as.
14240 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
14241 Use only /* comments */.
14242
57bb97a4
UW
142432010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14244
14245 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
14246 * configure: Regenerate.
14247
7d1bf85c
DJ
142482010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
14249
14250 * gdb.python/py-type.exp: Check for Python support.
14251
061b5285
PA
142522010-02-17 Pedro Alves <pedro@codesourcery.com>
14253
14254 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
14255 `regsub' syntax available.
14256
f8a8bc2c
PA
142572010-02-17 Pedro Alves <pedro@codesourcery.com>
14258
14259 * gdb.base/shmain.c (main): Remove printf call.
14260 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
14261 * gdb.base/unload.c (main): Make format of fprintf a string
14262 literal. Add missing endlines to prints to stderr.
14263 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
14264
6f451e5e
TT
142652010-02-17 Tom Tromey <tromey@redhat.com>
14266
14267 * gdb.java/jprint.java (jprint.props): New field.
14268 * gdb.java/jprint.exp (set_lang_java): Add regression test.
14269
12d79008
PA
142702010-02-17 Pedro Alves <pedro@codesourcery.com>
14271
ef801a0e 14272 * gdb.base/charset.exp: Don't assume new `regsub' syntax
12d79008
PA
14273 available.
14274
d252f7e5
DJ
142752010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14276
14277 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
14278 creation to support remote host testing.
14279
67bdab6c
DJ
142802010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14281
14282 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
14283 Recognize "command not found".
14284
bb391223
DJ
142852010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14286
14287 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
14288 single-stepping.
14289
70362913
DJ
142902010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14291
14292 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
14293 if arguments are not supported.
14294
493f3c00
DJ
142952010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14296
14297 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
14298 be const or non-const.
14299
8034c749
DJ
143002010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14301
14302 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
14303 mi_send_resuming_command to send -exec-continue.
14304
791dfb64
DJ
143052010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14306
14307 * gdb.base/list.exp (test_list_filename_and_function): Add test
14308 with single quotes.
14309 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
14310 matching.
14311 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
14312 Add KFAIL'd tests for PR gdb/11289.
14313
7c5fe868
DJ
143142010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14315
14316 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
14317
fdc498b8
DJ
143182010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14319
14320 * gdb.base/comp-dir/subdir/dummy.txt: New file.
14321 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
14322 a temporary directory.
14323
b519e2a6
DJ
143242010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14325
14326 * gdb.base/charset.exp: Use a single regular expression to match
14327 show host-charset and show target-charset output.
14328
74164c56
JK
143292010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14330
14331 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
14332 "Illegal process-id" expect string more exact.
14333 (attach to digits-starting nonsense is prohibited): New.
14334
701ed6dc
JK
143352010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14336
14337 * gdb.base/prelink.exp (set verbose on): New.
14338
889bf7c5 143392010-02-12 Tomas Holmberg <th@virtutech.com>
fa19b4e5
MS
14340
14341 * mi-reverse.exp: New file. Test for reverse option to the
14342 following MI commands: exec-continue, exec-finish, exec-next,
14343 exec-step, exec-next-instruction, exec-step-instruction.
889bf7c5 14344
dadf0e9c
JB
143452010-02-09 Joel Brobecker <brobecker@adacore.com>
14346
14347 * gdb.ada/ptype_tagged_param: New testcase.
14348
714f19d5
TT
143492010-02-08 Tom Tromey <tromey@redhat.com>
14350
14351 PR c++/8017:
14352 * gdb.cp/overload.exp: Add tests.
14353 * gdb.cp/overload.cc (struct K): New.
14354 (namespace N): New.
14355 (main): Call new functions.
14356 (K::staticoverload): Define.
14357
889bf7c5 143582010-02-08 Chris Moller <moller@mollerware.com>
83b10087
CM
14359
14360 PR gdb/10728
14361 * gdb.cp/pr10728-x.h: New file.
14362 * gdb.cp/pr10728-x.cc: New file.
14363 * gdb.cp/pr10728-y.cc: New file.
14364 * gdb.cp/pr10728.exp: New file.
14365 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
14366
889bf7c5 143672010-02-08 Chris Moller <moller@mollerware.com>
99903ae3
CM
14368
14369 PR gdb/9067
14370 * gdb.cp/pr9067.exp: New
14371 * gdb.cp/pr9067.cc: New
14372 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
14373
7b356089
JB
143742010-02-08 Joel Brobecker <brobecker@adacore.com>
14375
14376 * lib/gdb.exp (gdb_test_timeout): New global variable.
14377 Set it to timeout if not already set.
14378 (gdb_init): Reset the value of timeout to gdb_test_timeout.
14379
1be00882
DE
143802010-02-05 Doug Evans <dje@google.com>
14381
14382 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
14383 user.
14384
82856980
SW
143852010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
14386
14387 PR c++/7935:
14388 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
14389
1a334831
TT
143902010-02-04 Tom Tromey <tromey@redhat.com>
14391
14392 * gdb.cp/virtbase.exp: Make test case names unique.
14393
9c3c02fd
TT
143942010-02-02 Tom Tromey <tromey@redhat.com>
14395
14396 * gdb.cp/virtbase.exp: Add regression tests.
14397 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
14398 (main): Instantiate RHC.
14399
0cc2414c
TT
144002010-02-02 Tom Tromey <tromey@redhat.com>
14401
14402 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
14403 type-printing change.
14404
edf3d5f3
TT
144052010-02-02 Tom Tromey <tromey@redhat.com>
14406
14407 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
14408 * gdb.cp/virtbase.cc: New file.
14409 * gdb.cp/virtbase.exp: New file.
14410 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
14411
e4b7f41c
JK
144122010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14413
14414 PR libc/11214:
14415 * gdb.threads/current-lwp-dead.c: Include features.h.
14416 (HAS_NOMMU): New.
14417 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
14418
b381ea14
JK
144192010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14420
14421 * gdb.base/symbol-without-target_section.exp,
14422 gdb.base/symbol-without-target_section.c: New.
14423
c593ac0e
DJ
144242010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14425
14426 * gdb.base/bigcore.exp: Reset increased timeout.
14427 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
14428
db25f29d
DJ
144292010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14430
14431 * gdb.base/gcore.exp (capture_command_output): Use
14432 gdb_test_multiple.
14433
f9d67f43
DJ
144342010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14435
14436 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
14437 * gdb.arch/thumb2-it.exp (test_it_break): New function.
14438 (Top level): Call it.
14439
177321bd
DJ
144402010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14441
14442 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
14443
97f2ed50
DJ
144442010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
14445
14446 * gdb.base/call-strs.exp, gdb.base/default.exp,
14447 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
14448 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
14449 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
14450 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
14451 gdb.base/watchpoint-solib.exp: Save and restore timeout.
14452 * gdb.base/ending-run.exp: Correct restore of timeout.
14453 * gdb.base/page.exp: Remove unnecessary timeout setting.
14454
e4e2711a
JB
144552010-01-29 Joel Brobecker <brobecker@adacore.com>
14456
14457 * gdb.ada/rec_return: New testcase.
14458
ba581dc1
JB
144592010-01-29 Joel Brobecker <brobecker@adacore.com>
14460
14461 * gdb.ada/call_pn: New testcase.
14462
4ea95be9
DJ
144632010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
14464
14465 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
14466 (Top level): Use it to resume.
14467 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
14468 the Thumb mode displaced stepping error as unsupported.
14469
df83a9bf
SW
144702010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
14471
889bf7c5
PA
14472 * gdb.cp/nsusing.exp: Added more tests.
14473 * gdb.cp/nsrecurs.exp: Ditto.
14474 * gdb.cp/nsusing.cc: Added test functions.
14475 * gdb.cp/nsrecurs.cc: Ditto.
df83a9bf 14476
40b27cdc
JK
144772010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14478
14479 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
14480 absolute directory pathnames in gdb.sum file.
14481
de958931
SW
144822010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
14483
14484 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
14485 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
14486
708ead4e
TT
144872010-01-26 Tom Tromey <tromey@redhat.com>
14488
14489 PR exp/7643:
14490 * gdb.base/printcmds.exp (test_print_string_constants): Remove
14491 setup_kfail.
14492
b14e635e
SW
144932010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
14494
14495 * gdb.cp/nsrecurs.exp: New test.
14496 * gdb.cp/nsrecurs.cc: New test program.
14497 * gdb.cp/nsstress.exp: New test.
14498 * gdb.cp/nsstress.cc: New test program.
14499 * gdb.cp/nsdecl.exp: New test.
14500 * gdb.cp/nsdecl.cc: New test program.
14501
8540c487
SW
145022010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
14503
14504 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
14505 imported into file scope.
14506 Marked test as xfail.
14507 * gdb.cp/namespace-using.cc (marker5): New function.
14508 * gdb.cp/shadow.exp: New test.
14509 * gdb.cp/shadow.cc: New test program.
14510 * gdb.cp/nsimport.exp: New test.
14511 * gdb.cp/nsimport.cc: New test program.
14512
421d5d99
TT
145132010-01-25 Tom Tromey <tromey@redhat.com>
14514
14515 PR gdb/11049:
14516 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
14517 with "set print null-stop on".
14518
691f8dc1
JK
145192010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14520
14521 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
14522 Adjust it for DISASSEMBLY_OMIT_FNAME.
14523
0b92b5bb
TT
145242010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14525
14526 PR symtab/11199:
14527 * gdb.dwarf2/member-ptr-forwardref.exp,
14528 gdb.dwarf2/member-ptr-forwardref.S: New.
14529
23787403
JK
145302010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14531
14532 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
14533 (thread1_func): Protect thread1_tid with thread1_tid_cond by
14534 thread1_tid_mutex. Remove gdbstop_mutex handling.
14535 (thread2_func): Protect thread2_tid with thread2_tid_cond by
14536 thread2_tid_mutex. Remove gdbstop_mutex handling.
14537 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
14538 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
14539 pthread_cond_wait conditionalizations by while loops.
14540
b966cb8a
TT
145412010-01-20 Tom Tromey <tromey@redhat.com>
14542
14543 PR backtrace/10770:
14544 * gdb.dwarf2/pr10770.exp: New file.
14545 * gdb.dwarf2/pr10770.c: New file.
14546 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
14547
fcae584b
VP
145482010-01-20 Vladimir Prus <vladimir@codesourcery.com>
14549
14550 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
14551 that target was removed, and the test always runs native anyway.
14552
a0f49112
JK
145532010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14554
14555 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
14556 gdb.base/watchpoint-cond-gone-stripped.c: New.
14557
ceeb3d5a
TT
145582010-01-19 Tom Tromey <tromey@redhat.com>
14559
14560 PR c++/8000:
14561 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
14562 existing tests.
14563 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
14564 (main): Use AAA::SomeEnum.
14565
dd322c54
JK
145662010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14567
14568 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
14569 (test_ignore_count): Declare line_callme_body global.
14570 (run to breakpoint with ignore count): Use line_callme_body.
14571 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
14572 (set line_main_hello, set line_main_return): Reindent.
14573 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
14574 New.
14575 (continue to callee4): Use line_callee4_body.
14576 (check *stopped from CLI command): Use line_callee4_next.
14577 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
14578 (set line_main_hello, set line_main_return): Reindent.
14579 (set line_callee4_head, set line_callee4_body): New.
14580 (continue to callee4): Use line_callee4_body.
14581
4e8f195d
TT
145822010-01-18 Tom Tromey <tromey@redhat.com>
14583
14584 PR c++/9680:
14585 * gdb.cp/casts.cc: Add new classes and variables.
14586 * gdb.cp/casts.exp: Test new operators.
14587
9e14a9ba
JB
145882010-01-18 Tom Tromey <tromey@redhat.com>
14589 Thiago Jung Bauermann <bauerman@br.ibm.com>
14590
14591 * gdb.python/source2.py: New file.
14592 * gdb.python/source1: New file.
14593 * gdb.python/python.exp: Test "source" command.
14594
00bf0b85
SS
145952010-01-15 Stan Shebs <stan@codesourcery.com>
14596
14597 * gdb.trace/tfile.c: New file.
14598 * gdb.trace/tfile.exp: New file.
889bf7c5 14599
55235ad7
JK
146002010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14601
14602 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
14603
9f2982ff
JK
146042010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14605
14606 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
14607
bbfba9ed
JK
146082010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14609
14610 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
14611 (libfunc): New parameter action. Implement also selectable "sleep".
14612 * gdb.base/break-interp-main.c: Include assert.h.
14613 (libfunc): New parameter action.
14614 (main): New parameters argc and argv. Assert argc. Pass argv.
14615 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
14616 (test_attach): New proc.
14617 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
14618 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
14619
61f0d762
JK
146202010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14621
14622 * gdb.base/break-interp.exp (test_core): New proc.
14623 (test_ld): Call it.
14624
06a6f270
JK
146252010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14626
14627 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
14628 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
14629 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
14630 and gdb_compile_shlib. Use new -Wl compiler options.
14631 (dl bt, main bt): New tests.
14632
51bee8e9
JK
146332010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14634
14635 Support PIEs with no symfile_objfile.
14636 * gdb.base/break-interp.exp: New argument at the test_ld calls.
14637 (test_ld): New parameter trynosym.
14638 (test_ld <$trynosym>): New block.
14639
b8040f19
JK
146402010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14641
14642 * gdb.base/break-interp.exp: New file.
14643
be759fcf
PM
146442010-01-13 Phil Muldoon <pmuldoon@redhat.com>
14645
14646 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
14647 * gdb.python/py-prettyprint.py (pp_ls): New printer.
14648 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
14649 test.
14650 * gdb.python/py-prettyprint.c: Define lazystring test structure.
14651 * gdb.python/py-mi.exp: Add lazy string test.
14652
dc146f7c
VP
146532010-01-13 Vladimir Prus <vladimir@codesourcery.com>
14654
14655 * lib/mi-support.exp (mi_check_thread_states): Handle
14656 core number in thread listing.
14657
b4ba55a1
JB
146582010-01-12 Joel Brobecker <brobecker@adacore.com>
14659
14660 * gdb.base/maint.exp: Adjust the expected output for the
14661 "maint print type" test. Use gdb_test_multiple instead of
14662 gdb_sent/gdb_expect.
14663
08e24bd4
DE
146642010-01-11 Doug Evans <dje@google.com>
14665
6496a609
DE
14666 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
14667 from gdbserver_download. All callers updated.
14668
08e24bd4
DE
14669 * gdb.server/ext-run.exp: "info os processes" requires xml support.
14670
b5cfddf5
JK
146712010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14672
14673 Implement binary numbers parsing.
14674 * gdb.base/printcmds.exp (test_integer_literals_accepted)
14675 (test_integer_literals_rejected): New binary tests.
14676
3725885a
RW
146772010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14678
14679 * gdb.cell/configure: Regenerate.
14680
37aeb5df
JK
146812010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
14682
14683 * gdb.base/corefile.exp: Move the core finding block out and call it as
14684 core_find, new variable $corefile, replace corefile by $corefile and
14685 [file tail $corefile] for usage vs. test names resp.
14686 * lib/gdb.exp (core_find): Move it as a new function here. New
14687 parameter binfile and deletefiles. New variable $destcore. Pre-delete
14688 $destcore. Return "" on error.
14689
d521f563
JK
146902010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14691
14692 Workaround PR binutils/10802.
14693 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
14694 (twice).
14695
28f24826
DJ
146962010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
14697
14698 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
14699
2de75e71
JB
147002010-01-08 Joel Brobecker <brobecker@adacore.com>
14701
14702 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
14703 call, to avoid interruption.
14704
fe00719b 147052010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
d24d8548
JK
14706
14707 * gdb.stabs/weird.def (args93): New.
14708
d0ef5df8
DE
147092010-01-07 Doug Evans <dje@google.com>
14710
14711 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
14712
3a08d52f
TT
147132010-01-07 Tom Tromey <tromey@redhat.com>
14714
14715 * gdb.base/source.exp: Use correct line number.
14716
7a697b8d
SS
147172010-01-05 Stan Shebs <stan@codesourcery.com>
14718
14719 * gdb.trace/tracecmd.exp: Test ftrace.
14720
7803799a
UW
147212010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14722
14723 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
14724
c54eabfa
JK
147252010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14726
14727 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
14728 "uint_for_mi_testing".
14729
02e7ef19
JB
147302010-01-01 Joel Brobecker <brobecker@adacore.com>
14731
14732 Test indented comment in file being sourced.
14733 * gdb.base/commands.exp: Test indented comment in file being sourced.
14734
abd775ce
JB
147352010-01-01 Joel Brobecker <brobecker@adacore.com>
14736
14737 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
14738 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
14739 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
14740 notice.
14741
79b55b82
JB
147422010-01-01 Joel Brobecker <brobecker@adacore.com>
14743
14744 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
14745 notice.
14746
8997583e
JK
147472010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14748
14749 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
14750 missing $after_stopped and comma (,) expectation.
14751
6da95a67
SS
147522009-12-31 Stan Shebs <stan@codesourcery.com>
14753
14754 * gdb.trace/actions.exp: Test teval action.
889bf7c5 14755
218d2fc6
TJB
147562009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
14757
14758 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
14759 (top level): Call test_watchpoint_in_big_blob.
14760 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
14761 watchpoints.
14762 (func3): Write to buf.
14763
236f1d4d
SS
147642009-12-29 Stan Shebs <stan@codesourcery.com>
14765
14766 * gdb.trace/actions.exp: Test default-collect.
889bf7c5 14767
f61e138d
SS
147682009-12-28 Stan Shebs <stan@codesourcery.com>
14769
14770 * gdb.trace/tsv.exp: New file.
14771 * gdb.base/completion.exp: Update ambiguous info output.
889bf7c5 14772
0219b378
DJ
147732009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
14774
14775 * gdb.base/find.c (main): Reference search buffers.
14776 * gdb.base/included.c (main): Reference integer.
14777 * gdb.base/ptype.c (charfoo): Declare.
14778 (intfoo): Call charfoo.
14779 * gdb.base/scope0.c (useitp): New function.
14780 (usestatics): Use useitp.
14781 (useit): Add a type for val.
14782 * gdb.base/scope1.c (useit1): Take a pointer argument.
14783 (usestatics1): Update calls to useit1.
14784 * gdb.cp/call-c.cc: Declare foo.
14785 (main): Call foo.
14786 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
14787 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
14788 (main): Call C::ensureRefs and ensureOtherRefs.
14789 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
14790 variables.
14791 (ensureOtherRefs): New function.
14792 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
14793 * gdb.cp/templates.cc (main): Call t5i.value.
14794
3f78692f
JK
147952009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14796
14797 Fix compatibility with G++-4.5.
14798 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
14799 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
14800 (uncaught return): Remove.
14801
429374b8
JK
148022009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14803 Phil Muldoon <pmuldoon@redhat.com>
14804
14805 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
14806 (bp_location13, bp_location14, bp_location17, bp_location18)
14807 (marker3_proto, marker4_proto): New variables.
14808 (breakpoint info): Update output.
14809 (run until breakpoint at marker3, run until breakpoint at marker4): New
14810 tests.
14811
859825b8
JK
148122009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14813
14814 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
14815 Replace the printf call of Y by provided "y-set-1" label. New block
14816 for the second shared library.
14817 * gdb.base/unload.exp: Compile also the second library, call
14818 gdb_load_shlibs also for it. Use now gdb_breakpoint.
14819 (single pending breakpoint info): Rename to ...
14820 (pending breakpoint info before run): ... this extended test.
14821 (libfile2, libname2, libsrcfile2, libsrc2)
14822 (lib_sl2): New variables.
14823 (exec_opts): Set also SHLIB_NAME2.
14824 (pending breakpoint info on first run at shrfunc1)
14825 (pending breakpoint info on second run at shrfunc1)
14826 (pending breakpoint info on second run at shrfunc2)
14827 (print y from libfile, print y from libfile2): New tests.
14828 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
14829 * gdb.base/unloadshr2.c: New.
14830
e6a386cd
HZ
148312009-12-22 Hui Zhu <teawater@gmail.com>
14832
14833 * gdb.reverse/sigall-reverse.exp: Adjust.
14834
9e19b45e
VP
148352009-12-21 Vladimir Prus <vladimir@codesourcery.com>
14836
14837 PR gdb/10884
14838
14839 * gdb.mi/var-cmd.c (do_bitfield_tests): New
14840 (main): Call do_bitfield_tests.
aacf5b1e 14841 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
9e19b45e 14842
d53a7b30
JB
148432009-12-20 Joel Brobecker <brobecker@adacore.com>
14844
14845 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
14846 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
14847 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
14848 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
14849 gdb.modula2/unbounded1.c: Update copyright header.
14850
191ca0a1
CM
148512009-12-10 Chris Moller <moller@mollerware.com>
14852
14853 PR gdb/9399
14854 * gdb.cp/virtfunc2.exp: New tests
14855 * gdb.cp/virtfunc2.cc: New tests
14856 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
14857
0fa6cf1b
MS
148582009-12-10 Oza Pawandeep (paawan1982@yahoo.com
14859
14860 * gdb.reverse/i387-env-reverse.c: New file.
14861 * gdb.reverse/i387-env-reverse.exp: New file.
14862 * gdb.reverse/i387-stack-reverse.c: New file.
14863 * gdb.reverse/i387-stack-reverse.exp: New file.
14864
361ae042
PM
148652009-12-08 Phil Muldoon <pmuldoon@redhat.com>
14866
14867 * gdb.python/py-type.exp (test_range): New test.
14868
bfd31e71
PM
148692009-12-03 Phil Muldoon <pmuldoon@redhat.com>
14870
14871 PR python/10805
14872
14873 * gdb.python/py-type.exp: New file.
14874 * gdb.python/py-type.c: New file.
14875 * Makefile.in: Add py-type.
14876
57a1d736
TT
148772009-12-03 Tom Tromey <tromey@redhat.com>
14878
14879 * gdb.python/py-value.exp (test_parse_and_eval): New
14880 function.
14881
1f3b5d1b
PP
148822009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
14883
14884 PR gdb/11022
14885
14886 * gdb.base/pr11022.exp: New test.
889bf7c5
PA
14887 * gdb.base/pr11022.c: New test.
14888
8b7dbdc9
JK
148892009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14890
14891 Fix spurious false FAILs.
14892 * gdb.base/structs.c (chartest): New.
14893 (main): Fill-in chartest.
14894 * gdb.base/structs.exp (anychar_re, first): New.
14895 (start_structs_test): Import global anychar_re and first.
14896 New gdb_test call "set print elements 300; ${testfile}"
14897 (start_structs_test <$first>): New block.
14898 (any): Import global anychar_re. New variable ac. Use ${ac}.
14899
6a53b2ec
JK
149002009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14901
14902 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
14903
d7167b4c
JK
149042009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14905
14906 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
14907 Force $srcfile file.
14908 * gdb.base/foll-fork.c (callee): Comment out the printf call.
14909
b1798462
UW
149102009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14911
14912 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
14913 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
14914 * gdb.threads/watchthreads-reorder.exp: Likewise.
14915
b6199126
DJ
149162009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
14917
14918 PR gdb/8704
14919
14920 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
14921 "if", and "thread". Correct matching in the previous test.
14922
b22a0510
DJ
149232009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
14924
14925 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
14926
930636d2
MS
149272009-11-23 Michael Snyder <msnyder@vmware.com>
14928
14929 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
14930 * gdb.reverse-watch-precsave.exp: Ditto.
14931
21a0512e
PP
149322009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
14933
14934 * gdb.asm/asm-source.exp: Adjust.
14935 * gdb.base/help.exp: Adjust.
889bf7c5 14936
fc30d5e0
PA
149372009-11-22 Pedro Alves <pedro@codesourcery.com>
14938
14939 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
14940 (do_syscall_tests_without_xml): Set data-directory to
14941 /the/path/to/nowhere.
14942
f6bc2008
PA
149432009-11-21 Pedro Alves <pedro@codesourcery.com>
14944
14945 * gdb.threads/local-watch-wrong-thread.c,
14946 gdb.threads/local-watch-wrong-thread.exp: New files.
14947
8c2fb5de
PA
149482009-11-21 Pedro Alves <pedro@codesourcery.com>
14949
14950 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
14951 assume new `regsub' syntax available.
14952
ebec9a0f
PA
149532009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14954
a79d3c27
JK
14955 * gdb.base/watchpoint-hw-hit-once.exp,
14956 gdb.base/watchpoint-hw-hit-once.c: New.
14957
149582009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14959
14960 * gdb.threads/watchthreads-reorder.exp,
14961 gdb.threads/watchthreads-reorder.c: New.
ebec9a0f 14962
276a961b
MK
149632009-11-17 Nathan Sidwell <nathan@codesourcery.com>
14964
14965 * gdb.xml/tdesc-regs.exp: Use for m68k.
14966
4867c1fb
PA
149672009-11-15 Pedro Alves <pedro@codesourcery.com>
14968
14969 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
14970
f6838f81
DJ
149712009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14972
14973 * lib/gdb.exp (current_target_name): New procedure.
14974 (gdb_wrapper_target): New variable.
14975 (gdb_wrapper_init): Set gdb_wrapper_target.
14976 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
14977 wrapper.
14978
4ac4dd3f
DJ
149792009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14980
14981 * gdb.base/remote.exp: Delete the slowest load test.
14982 Do not load with fixed packet sizes.
14983
a7881759
DJ
149842009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14985
14986 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
14987
97a5b505
DJ
149882009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14989
14990 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
14991 srcfile when setting a breakpoint.
14992
d3e1fc54
DJ
149932009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
14994
14995 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
14996 macros.
14997
7cbcbded
DJ
149982009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14999
15000 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
15001 to be in memory.
15002 * gdb.base/display.c (force_mem): New.
15003 (do_loops): Use it. Add breakpoint comments.
15004 (do_vars): Add a breakpoint comment.
15005 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
15006 line numbers.
15007
bdea3a92
NF
150082009-11-13 Nathan Froyd <froydnj@codesourcery.com>
15009
15010 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
15011 instead of a bare "run".
15012
269f82e5
PP
150132009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
15014
15015 * gdb.python/py-prettyprint.exp: Adjust.
889bf7c5 15016
a69b7d9d
DJ
150172009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15018
15019 * lib/cell.exp (skip_cell_tests): Clean up test files before
15020 returning.
15021
b598bfda
DJ
150222009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15023
15024 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
15025 and the breakpoint menu. Do not call perror if a prompt is seen.
15026 Consume the following GDB prompt.
15027 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
15028 * gdb.cp/namespace.exp: Use gdb_test.
15029 * gdb.cp/templates.exp: Use gdb_test.
15030 (test_template_breakpoints): Use gdb_test_multiple.
15031
87728fa0
DJ
150322009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15033
15034 * gdb.base/break1.c (struct some_struct, values): Move earlier.
15035 (marker4): Reference values.
15036
b67c692f
DJ
150372009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15038
15039 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
15040 is missing.
15041
f0df251a
DJ
150422009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15043
15044 * gdb.base/break.c (need_malloc): New.
15045 * gdb.base/constvars.c (main): Reference crass and crisp.
15046 * gdb.base/gdb1821.c (main): Reference bar.
15047 * gdb.cp/gdb1355.cc (main): Reference s1.
15048 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
15049 (main): Call them.
15050 * gdb.cp/hang2.cc (dummy2): Define.
15051 * gdb.cp/hang3.cc (dummy3): Define.
15052 * gdb.cp/m-data.cc (main): Reference shadow.
15053
bdf7534a
NF
150542009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15055 Nathan Froyd <froydnj@codesourcery.com>
15056
15057 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
15058 remote host.
15059
f24fce77
NF
150602009-11-12 Nathan Froyd <froydnj@codesourcery.com>
15061
15062 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
15063 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
15064 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15065 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15066 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15067 * gdb.dwarf2/dw2-producer.exp: Likewise.
15068 * gdb.dwarf2/mac-fileno.exp: Likewise.
15069 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
15070 py-prettyprint.py to the remote host.
15071 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
15072
40f0318e
KS
150732009-11-11 Keith Seitz <keiths@redhat.com>
15074
15075 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
15076 use it instead of "Foo".
15077 * gdb.cp/classes.exp (do_tests): Add a test to access
15078 a method through a typedef'd class name.
15079
f3d9f7fb
NF
150802009-11-11 Nathan Froyd <froydnj@codesourcery.com>
15081
15082 * gdb.base/long_long.exp: Permit leading zeros on floating-point
15083 exponents.
15084 * gdb.base/pointers.exp: Likewise.
15085 * gdb.cp/ref-types.exp: Likewise.
15086
a4216f37
KS
150872009-11-11 Keith Seitz <keiths@redhat.com>
15088
15089 * gdb.cp/cplusfuncs.cc (class foo): Add operators
15090 new[] and delete[].
15091 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
15092 "void".
15093 (probe_demangler): Remove all single-quoting of
15094 method and variable names.
15095 (info_func_regexp): Remove the word "void" from any
15096 occurrence of "(void)".
15097 (print_addr_2): Remove all single-quoting of
15098 method names.
15099 (print_addr_2_kfail): Likewise.
15100 (print_addr): Single-quote C function names before
15101 passing to print_addr_2.
15102 (test_paddr_operator_functions): Remove single-quoting
15103 for method names.
15104 Add tests for operator new[] and operator delete[].
15105
9b14d7aa
JK
151062009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15107
15108 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
15109
85feb311
KS
151102009-11-09 Keith Seitz <keiths@redhat.com>
15111
15112 * gdb.cp/overload.exp: Add tests for resolving overloaded
15113 methods in expression parsing/evaluation.
15114
fa335448
DJ
151152009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
15116
15117 * lib/gdb.exp (default_gdb_version): Use --version instead of
15118 --command.
15119
ec3c07fc
NS
151202009-11-10 Nathan Sidwell <nathan@codesourcery.com>
15121
15122 * lib/gdb.exp (gdb_compile_test): New.
15123 (skip_ada_tests, skip_java_tests): New.
15124 (gdb_compile): Use gdb_compile_test for f77.
15125 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
15126 * lib/java.exp (compile_java_from_source): Remove runtests check,
15127 use gdb_compile_test to record result.
15128 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
15129 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
15130 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
15131 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
15132 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
15133 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
15134 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
15135 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
15136 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
15137 adjust gdb_compile invocations.
15138
b8b4e42b
JK
151392009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
15140
15141 * Makefile.in (abs_builddir): New.
15142 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
15143 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
15144 `$(abs_builddir)/site.exp'.
15145
f8b7eaf3
DJ
151462009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
15147
15148 * config/m68k-emc.exp, lib/emc-support.exp,
15149 gdb.trace/gdb_c_test.c: Delete.
15150 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
15151 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
15152 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
15153 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
15154 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
15155 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
15156 casing for m68k-*-elf.
15157
c4187697
NS
151582009-11-03 Pedro Alves <pedro@codesourcery.com>
15159
15160 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
15161 * gdb.arch/i386-prologue.exp: Likewise.
15162 * gdb.arch/i386-unwind.exp: Likewise.
15163
db16b772
DJ
151642009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
15165
15166 * lib/gdb.exp (gdb_expect): Fix timeout typo.
15167
bcf71277
DJ
151682009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
15169
15170 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
15171
0105cee2
DJ
151722009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
15173
15174 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
15175
24ddea62
JK
151762009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15177
15178 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
15179
287ccc17
JK
151802009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15181
15182 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
15183 * gdb.base/sepdebug2.c: New file.
15184
08bca259 151852009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
bccd0dd2
SDJ
15186
15187 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
15188 the modified warnings for catch syscall. Verify if GDB was compiled
15189 with support for lib expat, and choose which tests to run depending
15190 on this.
15191
5d4e2b76
VP
151922009-10-30 Vladimir Prus <vladimir@codesourcery.com>
15193
15194 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
15195 that composite commands are parsed OK. And also test
15196 that breakpoint commands do work.
15197
240e538a
MS
151982009-10-23 Michael Snyder <msnyder@vmware.com>
15199
15200 gdb.reverse/consecutive-precsave.exp: Change expect pattern
15201 to allow for new disassembly style.
15202
9c419145
PP
152032009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
15204
15205 * gdb.asm/asm-source.exp: Adjust.
889bf7c5 15206
02506ff1
MS
152072009-10-22 Michael Snyder <msnyder@vmware.com>
15208
15209 * gdb.reverse/break-precsave.exp: New test.
15210 * gdb.reverse/consecutive-precsave.exp: Ditto.
15211 * gdb.reverse/finish-precsave.exp: Ditto.
15212 * gdb.reverse/i386-precsave.exp: Ditto.
15213 * gdb.reverse/machinestate-precsave.exp: Ditto.
15214 * gdb.reverse/sigall-precsave.exp: Ditto.
15215 * gdb.reverse/solilb-precsave.exp: Ditto.
15216 * gdb.reverse/step-precsave.exp: Ditto.
15217 * gdb.reverse/until-precsave.exp: Ditto.
15218 * gdb.reverse/watch-precsave.exp: Ditto.
15219
4cf866a3
MS
152202009-10-22 Michael Snyder <msnyder@vmware.com>
15221
15222 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
15223 for gdb_expect. Adjust one test's expect strings for the new
15224 format of disassemble.
15225 * gdb.reverse/finish-reverse.exp: Delete 'return'.
15226 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
15227 gdb_test_multiple.
15228 * gdb.reverse/step-reverse.exp: Delete 'return'.
15229 * gdb.reverse/until-reverse.exp: Delete blank lines.
15230 * gdb.reverse/watch-reverse.exp: Delete blank lines.
15231
2b28d209
PP
152322009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
15233
15234 * gdb.base/consecutive.exp: Adjust.
15235 * gdb.base/display.exp: Likewise.
15236 * gdb.base/pc-fp.exp: Likewise.
15237 * gdb.base/sigbpt.exp: Likewise.
889bf7c5 15238
33b9c32b
MS
152392009-10-19 Michael Snyder <msnyder@vmware.com>
15240
15241 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
15242 * gdb.reverse/finish-reverse.c: Ditto.
15243 * gdb.reverse/sigall-reverse.c: Ditto.
15244 * gdb.reverse/solib-reverse.c: Ditto.
15245 * gdb.reverse/step-reverse.c: Ditto.
15246 * gdb.reverse/watch-reverse.c: Ditto.
15247
6c95b8df
PA
152482009-10-19 Pedro Alves <pedro@codesourcery.com>
15249 Stan Shebs <stan@codesourcery.com>
15250
15251 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
15252 * gdb.base/foll-exec.exp: Adjust to expect a process id before
15253 "Executing new program".
15254 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
15255 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
15256 left listed after having been killed.
15257 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
15258 * gdb.base/maint.exp: Adjust test.
15259
15260 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
15261 * gdb.multi/Makefile.in: New.
15262 * gdb.multi/base.exp: New.
15263 * gdb.multi/goodbye.c: New.
15264 * gdb.multi/hangout.c: New.
15265 * gdb.multi/hello.c: New.
15266 * gdb.multi/bkpt-multi-exec.c: New.
15267 * gdb.multi/bkpt-multi-exec.exp: New.
15268 * gdb.multi/crashme.c: New.
15269
279017b7
TG
152702009-10-13 Tristan Gingold <gingold@adacore.com>
15271
15272 * gdb.base/sepdebug.exp: Check debug info are found.
15273
0413d738
PA
152742009-10-08 Pedro Alves <pedro@codesourcery.com>
15275
15276 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
15277 bits.
15278
c628eecc
JK
152792009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15280
15281 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
15282
38af1bfe
JB
152832009-10-07 Joel Brobecker <brobecker@adacore.com>
15284
15285 * gdb.base/watchpoints.c: Add copyright header. Reformat one
15286 of the comments.
15287
2b0adecd
PM
152882009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
15289
15290 * gdb.base/annota1.exp: Remove obsolete match_max increase.
15291 * gdb.base/annota3.exp: Idem.
15292 * gdb.base/maint.exp: Idem.
15293
8d417781
PM
152942009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
15295
889bf7c5 15296 * lib/gdb.exp (default_gdb_init): Set current value of match_max
8d417781
PM
15297 to default.
15298
bb61102d
PM
152992009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
15300
889bf7c5 15301 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
bb61102d
PM
15302 mingw and cygwin targets.
15303
ace5c364
PM
153042009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
15305 Pedro Alves <pedro@codesourcery.com>
15306
889bf7c5 15307 * lib/gdb.exp (gdb_compile): Avoid adding
ace5c364
PM
15308 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
15309
c2d494a0
PM
153102009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
15311
e1b52ce2
PM
15312 * gdb.base/shr1.c: Use %p in format string.
15313 * gdb.base/unload.c: Avoid warning in fprintf.
15314 * gdb.base/watchpoint-solib.c: Idem.
c2d494a0 15315
209f53f5
PM
153162009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
15317
15318 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
15319 long type.
15320 (test_unlink): Correct printf string.
15321 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
15322 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
15323
8172766a
JK
153242009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15325
15326 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
15327 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
15328 * gdb.arch/ia64-breakpoint-shadow.S: New file.
15329
0f73703c
UW
153302009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15331
15332 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
15333 * gdb.objc/nondebug.exp: Likewise.
15334
b32306ca
UW
153352009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15336
15337 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
15338 target_info setting.
15339
15340 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
15341 that detect new threads during "info threads".
15342
0057022f
UW
153432009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15344
15345 * gdb.threads/manythreads.c (main): Increase thread stack size
15346 to 2*PTHREAD_STACK_MIN.
15347 * gdb.threads/multi-create.c (main): Likewise.
15348 (create_function): Likewise.
15349
f29c0325
UW
153502009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15351
15352 * gdb.base/dump.exp: Pass difference of pointer types instead
15353 of integer types as offset to restore in intarr3.srec case.
15354
fcb34849
UW
153552009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15356
15357 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
15358
d5142e3b
UW
153592009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15360
15361 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
15362
087b74b2 153632009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
889bf7c5 15364
087b74b2
PM
15365 New test for two watchpoints, with disabling of
15366 the first inserted.
15367 * testsuite/gdb.base/watchpoints.c: New file.
15368 * testsuite/gdb.base/watchpoints.exp: New file.
15369
96c07c5b
TT
153702009-09-25 Tom Tromey <tromey@redhat.com>
15371
15372 * gdb.base/charset.exp: Test utf-16 strings with Python.
15373
b8899f2b
TT
153742009-09-25 Tom Tromey <tromey@redhat.com>
15375
15376 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
15377 UCS-4.
15378 * gdb.base/charset.c (utf_32_string): Rename.
15379 (init_utf32): Rename.
15380 (main): Update.
15381
329719ec
TT
153822009-09-22 Tom Tromey <tromey@redhat.com>
15383
15384 * gdb.python/py-function.exp: Add regression tests.
15385
11ef0d76
KS
153862009-09-21 Keith Seitz <keiths@redhat.com>
15387
15388 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
15389 with invalid operator.
15390
3fe8f3b3
KS
153912009-09-21 Keith Seitz <keiths@redhat.com>
15392
15393 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
15394 and destructor using typedef name of class.
15395 * gdb.cp/classes.cc (class Base1): Add a destructor.
15396 (base1): New typedef.
15397 (use_methods): Instanitate an object of type base1.
15398 * gdb.cp/templates.exp (test_template_typedef): New procedure.
15399 (do_tests): Call test_template_typedef.
15400 * gdb.cp/templates.cc (Baz::~Baz): New method.
15401 (intBazOne): New typedef.
15402 (main): Instantiate intBazOne.
15403
7a9fe101
PM
154042009-09-21 Phil Muldoon <pmuldoon@redhat.com>
15405
15406 PR python/10633
15407
15408 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
15409 Function.
15410 (run_lang_tests): Add print elements test.
15411
2e4d963f
PM
154122009-09-21 Phil Muldoon <pmuldoon@redhat.com>
15413
15414 * gdb.python/py-value.exp (test_subscript_regression): New
15415 function. Test for invalid subscripts.
15416 * gdb.python/py-value.c (main): Add test array, and pointer to it.
15417 (ptr_ref): New function.
15418
ec7e75e7
PP
154192009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15420
15421 * gdb.base/default.exp: Fix "show convenience".
15422
0cc7d26f
TT
154232009-09-15 Tom Tromey <tromey@redhat.com>
15424
15425 * lib/mi-support.exp (mi_create_varobj): Update.
15426 (mi_create_floating_varobj): Likewise.
15427 (mi_create_dynamic_varobj): New proc.
15428 (mi_varobj_update): Update.
15429 (mi_varobj_update_with_type_change): Likewise.
15430 (mi_varobj_update_kv_helper): New proc.
15431 (mi_varobj_update_dynamic_helper): Rewrite.
15432 (mi_varobj_update_dynamic): New proc.
15433 (mi_list_varobj_children): Update.
15434 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
15435 * gdb.python/python-prettyprint.py (pp_outer): New class.
15436 (pp_nullstr): Likewise.
15437 (lookup_function): Register new printers.
15438 * gdb.python/python-prettyprint.c (struct substruct): New type.
15439 (struct outerstruct): Likewise.
15440 (substruct_test): New function.
15441 (struct nullstr): New type.
15442 (string_1, string_2): New globals.
15443 (main): Add new tests.
15444 * gdb.python/python-mi.exp: Added regression tests.
15445 * gdb.mi/mi2-var-display.exp: Update.
15446 * gdb.mi/mi2-var-cmd.exp: Update.
15447 * gdb.mi/mi2-var-child.exp: Update.
15448 * gdb.mi/mi2-var-block.exp: Update.
15449 * gdb.mi/mi-var-invalidate.exp: Update.
15450 * gdb.mi/mi-var-display.exp: Update.
15451 * gdb.mi/mi-var-cmd.exp: Update.
15452 * gdb.mi/mi-var-child.exp: Update.
15453 * gdb.mi/mi-var-block.exp: Update.
15454 * gdb.mi/mi-break.exp: Update.
15455 * gdb.mi/gdb701.exp: Update.
15456
a96d9b2e
SDJ
154572009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
15458
15459 * Makefile.in: Inclusion of catch-syscall object.
15460 * gdb.base/catch-syscall.c: New file.
15461 * gdb.base/catch-syscall.exp: New file.
15462
b43b923a
MS
154632009-09-12 Michael Snyder <msnyder@vmware.com>
15464
15465 * gdb.reverse/step-reverse.exp: Explicitly check for targets
15466 that can support reverse debuggnig.
15467
cec03d70
TT
154682009-09-11 Tom Tromey <tromey@redhat.com>
15469
15470 * gdb.dwarf2/valop.S: New file.
15471 * gdb.dwarf2/valop.exp: New file.
15472
e23bb3fc
MK
154732009-09-11 Mark Kettenis <kettenis@gnu.org>
15474
15475 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
15476
37c3696d
DE
154772009-09-10 Doug Evans <dje@google.com>
15478
15479 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
15480 Add $gdb_prompt to second breakpoint regexp.
15481
5172aecb
JB
154822009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
15483
15484 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
15485 names, add missing ones.
15486 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
15487 * gdb.python/py-frame.c: Rename from python-frame.c.
15488 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
15489 testfile name.
15490 * gdb.python/py-function.exp: Rename from python-function.exp.
15491 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
15492 testfile name.
15493 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
15494 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
15495 Adjust testfile name.
15496 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
15497 * gdb.python/py-template.cc: Rename from python-template.cc.
15498 * gdb.python/py-template.exp: Rename from python-template.exp.
15499 Adjust testfile name.
15500 * gdb.python/py-value.c: Rename from python-value.c.
15501 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
15502 testfile name.
15503
b554e4bd
JK
155042009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15505
15506 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
15507 $bpt2address.
15508 (Second breakpoint address is valid on ia64)
15509 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
15510
9a68ae16
JM
155112009-09-03 Joseph Myers <joseph@codesourcery.com>
15512
15513 * gdb.base/ending-run.exp: Restrict regular expression matching
15514 line number to require closing brace following.
15515
146b9145
DE
155162009-09-03 Doug Evans <dje@google.com>
15517
15518 * gdb.base/store.exp (check_set): Fix typo in expected value message.
15519
787d21e1
TT
155202009-09-02 Tom Tromey <tromey@redhat.com>
15521
15522 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
15523
e7802207
TT
155242009-09-02 Tom Tromey <tromey@redhat.com>
15525
15526 * gdb.dwarf2/callframecfa.exp: New file.
15527 * gdb.dwarf2/callframecfa.S: New file.
15528
817aadd2
JK
155292009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15530
15531 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
15532 gdb.base/solib-overlap-main.c: New.
15533
4a76eae5
DJ
155342009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
15535
15536 PR gdb/10565
15537
15538 * gdb.base/bitfields.c (struct container, container): New.
15539 (main): Initialize it and call break5.
15540 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
15541
d4b96c9a
JK
155422009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
15543
15544 Support constant DW_AT_data_member_location by GCC PR debug/40659.
15545 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
15546
4e22772d
JK
155472009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
15548
15549 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
15550
2efab443
MS
155512009-08-26 Michael Snyder <msnyder@vmware.com>
15552
15553 * gdb.base/i386-reverse.c: New file.
15554 * gdb.base/i386-reverse.exp: New file.
15555 * gdb.base/Makefile.in: Add new files to be removed.
15556
07ab73a0
JM
155572009-08-26 Joseph Myers <joseph@codesourcery.com>
15558
15559 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
15560 environment-pwd for remote host.
15561 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
15562
676accff
KS
155632009-08-24 Keith Seitz <keiths@redhat.com>
15564
15565 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
15566 Add two new C++ completer tests which limit the output to a
889bf7c5 15567 given class.
676accff 15568
f9f7ad22
MS
155692009-08-24 Michael Snyder <msnyder@vmware.com>
15570
15571 * gdb.base/del.exp: Fix typo in comment.
15572 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
15573
81ecdfbb
RW
155742009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
15575
15576 * configure: Regenerate.
15577 * gdb.hp/configure: Likewise.
15578 * gdb.hp/gdb.aCC/configure: Likewise.
15579 * gdb.hp/gdb.base-hp/configure: Likewise.
15580 * gdb.hp/gdb.compat/configure: Likewise.
15581 * gdb.hp/gdb.defects/configure: Likewise.
15582 * gdb.hp/gdb.objdbg/configure: Likewise.
15583 * gdb.stabs/configure: Likewise.
15584
cab0c772
UW
155852009-08-19 Doug Evans <dje@google.com>
15586
15587 * gdb.base/gdbvars.c: New file.
15588 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
15589
b8fa0bfa
PA
155902009-08-14 Pedro Alves <pedro@codesourcery.com>
15591
15592 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
15593 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
15594
b84aa90a
PA
155952009-08-13 Pedro Alves <pedro@codesourcery.com>
15596
15597 * gdb.base/default.exp: Adjust "set language test": it's now an
15598 enum command. Larger help string moved to "help set language".
15599 * gdb.base/help.exp: Adjust "help set language" expected output,
15600 now lists all known languages.
15601
0d8f9b2c
NF
156022009-08-11 Nathan Froyd <froydnj@codesourcery.com>
15603
15604 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
15605 all frame arguments.
15606 * gdb.arch/altivec-regs.exp: Likewise.
15607
bda180e0
TT
156082009-08-07 Tom Tromey <tromey@redhat.com>
15609
15610 * gdb.base/setshow.exp: Add tests for changes to set language, set
15611 check range, and set check type.
15612
48cb2d85
VP
156132009-08-03 Vladimir Prus <vladimir@codesourcery.com>
15614
15615 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
15616 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
889bf7c5 15617 Call it.
48cb2d85 15618
1ea34204
UW
156192009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15620
15621 * configure.ac: Run gdb.cell tests when appropriate.
15622 * configure: Regenerate.
15623 * lib/cell.exp: New file.
15624 * gdb.cell: New directory.
15625 * gdb.cell/configure.ac: New file.
15626 * gdb.cell/configure: New file.
15627 * gdb.cell/Makefile.in: New file.
15628 * gdb.cell/arch.exp: New file.
15629 * gdb.cell/break.c: New file.
15630 * gdb.cell/break.exp: New file.
15631 * gdb.cell/break-spu.c: New file.
15632 * gdb.cell/bt.c: New file.
15633 * gdb.cell/bt2-spu.c: New file.
15634 * gdb.cell/bt-spu.c: New file.
15635 * gdb.cell/bt.exp: New file.
15636 * gdb.cell/coremaker.c: New file.
15637 * gdb.cell/coremaker-spu.c: New file.
15638 * gdb.cell/core.exp: New file.
15639 * gdb.cell/gcore.exp: New file.
15640 * gdb.cell/data.c: New file.
15641 * gdb.cell/data.exp: New file.
15642 * gdb.cell/data-spu.c: New file.
15643 * gdb.cell/ea-cache.exp: New file.
15644 * gdb.cell/ea-cache.c: New file.
15645 * gdb.cell/ea-cache-spu.c: New file.
15646 * gdb.cell/ea-standalone.c: New file.
15647 * gdb.cell/ea-standalone.exp: New file.
15648 * gdb.cell/ea-test.c: New file.
15649 * gdb.cell/ea-test.exp: New file.
15650 * gdb.cell/f-regs.exp: New file.
15651 * gdb.cell/mem-access.c: New file.
15652 * gdb.cell/mem-access.exp: New file.
15653 * gdb.cell/mem-access-spu.c: New file.
15654 * gdb.cell/ptype.exp: New file.
15655 * gdb.cell/registers.exp: New file.
15656 * gdb.cell/size.c: New file.
15657 * gdb.cell/sizeof.exp: New file.
15658 * gdb.cell/size-spu.c: New file.
15659 * gdb.cell/solib.exp: New file.
15660 * gdb.cell/solib-symbol.exp: New file.
15661
85e747d2
UW
156622009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15663
15664 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
15665
58d6951d
DJ
156662009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
15667
15668 * gdb.base/float.exp: Handle VFP registers.
15669
6e0a4f15
MS
156702009-07-14 Michael Snyder <msnyder@vmware.com>
15671
dcd5da87
MS
15672 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
15673 to bring gdb to the beginning of the calling line.
15674
6e0a4f15
MS
15675 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
15676 confusing the i386 epilogue unwinder.
15677
782b2b07
SS
156782009-07-14 Stan Shebs <stan@codesourcery.com>
15679
15680 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
15681
f662c3bc
MS
156822009-07-14 Michael Snyder <msnyder@vmware.com>
15683
15684 * gdb.reverse/step-reverse.exp (stepi into function call):
15685 Call instruction may not be first instruction in the line.
15686 (reverse stepi from a function call): Used wrong line number.
15687
8f313923
JK
156882009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15689
15690 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
15691
4662c76e
JK
156922009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15693
15694 Fix gdb.base/macscp.exp when using custom inputrc.
15695 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
15696 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
15697 env(TERM) set.
15698 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
15699 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
15700
aa81e255
JK
157012009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15702
15703 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
15704 * gdb.base/annota1.exp (thread_test): Import global $testfile.
15705 Change the compilation target to match the testcase name.
15706 * gdb.base/sect-cmd.exp: Change the compilation target to match the
15707 testcase name.
15708 * a2-run.exp: Use for setup prepare_for_testing. Change the
15709 compilation target to match the testcase name.
15710 * gdb.base/commands.exp: Likewise.
15711 * gdb.base/finish.exp: Likewise.
15712 * gdb.base/float.exp: Likewise.
15713 * gdb.base/info-target.exp: Likewise.
15714 * gdb.base/relational.exp: Likewise.
15715 * gdb.base/term.exp: Likewise.
15716 * gdb.base/until.exp: Likewise.
15717 * gdb.base/volatile.exp: Likewise.
15718 * gdb.base/whatis-exp.exp: Likewise.
15719
4c93b1d7
HZ
157202009-07-11 Hui Zhu <teawater@gmail.com>
15721
15722 * gdb.base/help.exp (disassemble): Update expected help text.
15723
812f7342
TT
157242009-07-09 Tom Tromey <tromey@redhat.com>
15725
15726 * lib/gdb.exp: Handle TRANSCRIPT.
15727 (remote_spawn, remote_close, send_gdb): New procs.
15728
fbb8f299
PM
157292009-07-10 Phil Muldoon <pmuldoon@redhat.com>
15730
15731 * gdb.python/python-prettyprint.c: Add counted null string
15732 structure.
15733 * gdb.python/python-prettyprint.exp: Print null string. Test for
15734 embedded nulls.
15735 * gdb.python/python-prettyprint.py (pp_ns): New Function.
15736 * gdb.python/python-value.exp (test_value_in_inferior): Add
15737 variable length string fetch tests.
15738 * gdb.python/python-value.c (main): Add strings for string fetch tests.
15739
c0ac0ec7
JK
157402009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
15741
15742 * gdb.base/dump.exp (inaccessible memory is reported): New test.
15743
30b66ecc
TT
157442009-07-07 Tom Tromey <tromey@redhat.com>
15745
15746 * gdb.base/call-rt-st.exp: Update for change to escape output.
15747 * gdb.base/callfuncs.exp: Likewise.
15748 * gdb.base/charset.exp: Likewise.
15749 * gdb.base/constvars.exp: Likewise.
15750 * gdb.base/long_long.exp: Likewise.
15751 * gdb.base/pointers.exp: Likewise.
15752 * gdb.base/printcmds.exp: Likewise.
15753 * gdb.base/setvar.exp: Likewise.
15754 * gdb.base/store.exp: Likewise.
15755 * gdb.cp/ref-types.exp: Likewise.
15756 * gdb.mi/mi-var-child.exp: Likewise.
15757 * gdb.mi/mi-var-display.exp: Likewise.
15758 * gdb.mi/mi2-var-display.exp: Likewise.
15759 * gdb.base/charset.exp: Test octal escape sequence length.
15760 Update for change to escape output.
15761
187c4a2b
JK
157622009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15763
15764 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
15765
d80a43f9
DJ
157662009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
15767
15768 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
15769
047427a8
JK
157702009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15771
15772 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
15773 gdbserver increasing $portnum if "Can't bind address" has been seen.
15774
8b5a0f4f
PA
157752009-07-05 Pedro Alves <pedro@codesourcery.com>
15776
15777 * gdb.base/ending-run.exp: Add "step out of main" pattern for
15778 mingw32ce.
15779
7d93ba58
PA
157802009-07-05 Pedro Alves <pedro@codesourcery.com>
15781
15782 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
15783 VFP format.
15784
2277426b
PA
157852009-07-02 Pedro Alves <pedro@codesourcery.com>
15786
15787 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
15788 linux. Adjust to use "inferior", "info inferiors", "detach
15789 inferior" and "kill inferior" instead of "restart", "info fork",
15790 "detach fork" and "delete fork".
15791 * gdb.base/ending-run.exp: Spell out "info".
15792 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
15793 the "kill" command.
15794
5af949e3
UW
157952009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15796
15797 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
15798 change to prefix TLS offset in hex with 0x.
15799
5d3729b5
UW
158002009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15801
15802 * gdb.base/default.exp: Update test case for "x" changes.
15803
af589bd0
TG
158042009-07-01 Tristan Gingold <gingold@adacore.com>
15805
15806 * gdb.base/bigcore.exp: Make darwin untested.
15807
40974f91
JK
158082009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15809
15810 * gdb.base/completion.exp (directory completion): Create the directory.
15811 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
15812 escapeuniquesub.
15813 (directory completion 2): Expect now ${escapeuniquesub}.
15814 (Glob remaining of directory test): Remove one excessive newline.
15815 Expect the real output.
15816
59dd3af6
JK
158172009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15818
15819 Fix `make check//%' target after `make check' has been ran.
15820 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
15821 a mkdir call.
15822 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
15823 (%/.dir): Remove.
15824
f4e164aa
JK
158252009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15826
15827 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
15828 the expected result record.
15829
69af2122
JK
158302009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15831
15832 Remove racy FAILs relying just on the timeouts.
15833 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
15834 (annotation_level 2): Remove racy FAILs.
15835
2fd481e1
PP
158362009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
15837
15838 gdb/10275
889bf7c5
PA
15839 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
15840
c38f313d
DJ
158412009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
15842
15843 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
15844
8b777f02
VP
158452009-06-30 Vladimir Prus <vladimir@codesourcery.com>
15846
15847 * gdb.mi/mi-stack.exp: Testing symbolic options
15848 to -stack-list-locals and -stack-list-arguments.
15849
00c7eacf
JK
158502009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15851
15852 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
15853
6bc80edc
TT
158542009-06-29 Tom Tromey <tromey@redhat.com>
15855
15856 * dg-extract-results.sh: New file.
15857 * Makefile.in (FORCE_PARALLEL): New variable.
15858 (CHECK_TARGET): New conditional variable.
15859 (check): Use CHECK_TARGET.
15860 (DO_RUNTEST): New variable.
15861 (check-single): New target.
15862 (TEST_DIRS): New variable.
15863 (TEST_TARGETS): Likewise.
15864 (check-parallel): New target.
15865 (check-gdb.%): New pattern.
15866 (BASE1_FILES): New variable.
15867 (BASE2_FILES): Likewise.
15868 (check-gdb.base%): New pattern.
15869 (%/.dir): New pattern.
15870 * configure: Rebuild.
15871 * aclocal.m4 (AM_CONDITIONAL): New defun.
15872 * configure.ac: Check whether user is using GNU make.
15873 (GMAKE): New conditional.
15874
794684b6
SW
158752009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
15876
15877 * gdb.cp/namespace-nested-import.cc: New test.
15878 * gdb.cp/namespace-nested-import.exp: New test.
15879
edb3359d
DJ
158802009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
15881
15882 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
15883 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
15884 * gdb.opt/Makefile.in (EXECUTABLES): Update.
15885 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
15886 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
15887 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
15888 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
15889 gdb.opt/inline-markers.c: New files.
15890 * lib/gdb.exp (skip_inline_frame_tests): New function.
15891 (skip_inline_var_tests): New function.
15892
cf657a0c
AS
158932009-06-27 Andreas Schwab <schwab@linux-m68k.org>
15894
15895 * gdb.cp/exception.exp: Don't require $hex before inner frame in
15896 backtrace.
15897
28d41a99
MS
158982009-06-27 Michael Snyder <msnyder@vmware.com>
15899
15900 * gdb.reverse: New directory.
15901 * gdb.reverse/break-reverse.c: New test.
15902 * gdb.reverse/break-reverse.exp: New test.
15903 * gdb.reverse/consecutive-reverse.c: New test.
15904 * gdb.reverse/consecutive-reverse.exp: New test.
15905 * gdb.reverse/finish-reverse.c: New test.
15906 * gdb.reverse/finish-reverse.exp: New test.
15907 * gdb.reverse/machinestate.c: New test.
15908 * gdb.reverse/ms1.c: New test.
15909 * gdb.reverse/machinestate.exp: New test.
15910 * gdb.reverse/Makefile.in: New file.
15911 * gdb.reverse/shr2.c: New test.
15912 * gdb.reverse/solib-reverse.c: New test.
15913 * gdb.reverse/solib-reverse.exp: New test.
15914 * gdb.reverse/step-reverse.c: New test.
15915 * gdb.reverse/step-reverse.exp: New test.
15916 * gdb.reverse/until-reverse.c: New test.
15917 * gdb.reverse/ur1.c: New test.
15918 * gdb.reverse/until-reverse.exp: New test.
15919 * gdb.reverse/watch-reverse.c: New test.
15920 * gdb.reverse/watch-reverse.exp: New test.
15921 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
15922 * configure: Regenerate.
15923
fe3c8b0d
DE
159242009-06-26 Doug Evans <dje@google.com>
15925
15926 * gdb.base/psymtab.exp: Turn off pending breakpoints.
15927
3a72a602
PM
159282009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
15929
15930 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
15931 windows problem for 'file delete $binfile'.
15932
27aa8d6a
SW
159332009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
15934
15935 * gdb.cp/namespace-using.exp: New test.
15936 * gdb.cp/namespace-using.cc: New test.
15937
8ac055f8
JB
159382009-05-20 Joel Brobecker <brobecker@adacore.com>
15939
15940 * gdb.ada/variant_record_packed_array: New testcase.
15941
85e306ed
TT
159422009-06-23 Tom Tromey <tromey@redhat.com>
15943
15944 * gdb.base/charset.exp (test_combination): Regression test.
15945 * gdb.base/charset.c (my_wchar_t): New typedef.
15946 (myvar): New global.
15947 (main): Set myvar.
15948
56643c5e
PM
159492009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
15950
15951 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
15952 target.
15953
1fac167a
UW
159542009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15955
15956 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
15957
7ccb0be9
UW
159582009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15959
15960 * gdb.mi/gdb680.exp: Update test for error message.
15961
568d6575
UW
159622009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15963
15964 * gdb.base/annota1.exp: Allow multiple occurrences of the
15965 frames-invalid annotation.
15966 * gdb.cp/annota2.exp: Likewise.
15967
7cd1089b
PM
159682009-06-15 Phil Muldoon <pmuldoon@redhat.com>
15969
15970 * gdb.cp/gdb2495.cc: New file.
15971 * gdb.cp/gdb2495.exp: New file.
15972
72c63395
JK
159732009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15974
15975 Report error on GDB crash during runto.
15976 * lib/gdb.exp (runto <eof>): New.
15977
3788363d
DJ
159782009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
15979
15980 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
15981 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
15982 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
15983 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
15984 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
15985 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
15986 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
15987 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
15988 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
15989 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
15990 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
15991 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
15992 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
15993 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
15994 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
15995 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
15996 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
15997 gdb.server/server-mon.exp, gdb.server/server-run.exp,
15998 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
15999 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
16000 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
16001 gdb.trace/passcount.exp, gdb.trace/report.exp,
16002 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
16003 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
16004 gdb.trace/while-stepping.exp: Use a unique name for the compiled
16005 executable.
16006
17592de3
PA
160072009-06-07 Pedro Alves <pedro@codesourcery.com>
16008
16009 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
16010 defined before referencing it.
16011
701e355d
DE
160122009-06-03 Doug Evans <dje@google.com>
16013
16014 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
16015 * gdb.arch/i386-see.c: Ditto.
16016
f2292c65
PM
160172009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
16018
16019 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
16020 (check_macro): Return 1 if undefined.
16021 If first test fails, check if macro debug information is available,
16022 and report unsupported test if no macro information is found.
16023
5a437975
DE
160242009-05-29 Doug Evans <dje@google.com>
16025
16026 * gdb.threads/hand-call-in-threads.exp: New.
16027 * gdb.threads/hand-call-in-threads.c: New.
16028
c141c696
MS
160292009-05-29 Michael Snyder <msnyder@vmware.com>
16030
16031 * gdb.base/break-always.exp: Change "1" to "on".
16032 Add confirmation check.
16033
b3444185
PA
160342009-05-28 Pedro Alves <pedro@codesourcery.com>
16035
16036 * gdb.threads/threxit-hop-specific.c: New.
16037 * gdb.threads/threxit-hop-specific.exp: New.
16038 * gdb.threads/thread-execl.c: New.
16039 * gdb.threads/thread-execl.exp: New.
16040
b6313243
TT
160412009-05-27 Tom Tromey <tromey@redhat.com>
16042 Thiago Jung Bauermann <bauerman@br.ibm.com>
16043
16044 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
16045 (mi_child_regexp): Likewise.
16046 (mi_list_varobj_children_range): Likewise.
16047 (mi_get_features): Likewise.
16048 (mi_list_varobj_children): Rewrite.
16049 * gdb.python/python-mi.exp: New file.
16050
a6bac58e
TT
160512009-05-27 Tom Tromey <tromey@redhat.com>
16052 Thiago Jung Bauermann <bauerman@br.ibm.com>
16053 Phil Muldoon <pmuldoon@redhat.com>
16054 Paul Pluzhnikov <ppluzhnikov@google.com>
16055
16056 * gdb.python/python-prettyprint.exp: New file.
16057 * gdb.python/python-prettyprint.c: New file.
16058 * gdb.python/python-prettyprint.py: New file.
16059 * gdb.base/display.exp: print/r is now valid.
16060
2c74e833
TT
160612009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
16062 Tom Tromey <tromey@redhat.com>
16063 Pedro Alves <pedro@codesourcery.com>
16064 Paul Pluzhnikov <ppluzhnikov@google.com>
16065
16066 * gdb.python/python-template.exp: New file.
16067 * gdb.python/python-template.cc: New file.
16068 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
16069 tests.
16070 * gdb.python/python-value.exp (py_objfile_tests): New proc.
16071 Call it.
16072 (test_value_after_death): New proc.
16073 * gdb.python/python-value.c (PTR): New typedef.
16074 (main): New variable 'x'.
16075
89c73ade
TT
160762009-05-27 Tom Tromey <tromey@redhat.com>
16077
16078 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
16079 tests.
16080 * gdb.python/python-value.exp (py_objfile_tests): New proc.
16081 Call it.
16082
a75724bc
PA
160832009-05-27 Pedro Alves <pedro@codesourcery.com>
16084
16085 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
16086
e58b0e63
PA
160872009-05-24 Pedro Alves <pedro@codesourcery.com>
16088
16089 * gdb.threads/fork-thread-pending.c: New.
16090 * gdb.threads/fork-thread-pending.exp: New.
16091
4ac36638
JK
160922009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16093
16094 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
16095 * gdb.dwarf2/dw2-strp.S (a_string2): New.
16096
889bf7c5 160972009-05-18 Jon Beniston <jon@beniston.com>
c28c63d8 16098
889bf7c5 16099 * gdb.asm/asm-source.exp: Add lm32 target.
c28c63d8 16100
b242c3c2
PA
161012009-05-17 Pedro Alves <pedro@codesourcery.com>
16102
16103 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
16104 `gdb_get_line_number'. Call `callee' in both parent and child.
16105 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
16106 `gdb_get_line_number' instead of hardcoding line numbers.
16107 (catch_fork_unpatch_child): New procedure to test detaching
16108 breakpoints from child fork.
16109 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
16110 hardcoding line numbers.
16111 (do_fork_tests): Run `catch_fork_unpatch_child'.
16112
ee342b23
VP
161132009-05-17 Vladimir Prus <vladimir@codesourcery.com>
16114
16115 * gdb.mi/mi-cmd-var.exp: Check that when varobj
16116 of structure type enters or leaves the scope, it
16117 is reported by -var-update.
16118
e2009e98
DE
161192009-05-11 Doug Evans <dje@sebabeach.org>
16120
16121 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
fc529d80 16122 * gdb.threads/pending-step.c (main): Fix off-by-one error.
e2009e98
DE
16123 * gdb.threads/schedlock.c (main): Fix off-by-one error.
16124
00903456
JK
161252009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16126
16127 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
16128
dc621c35
DE
161292009-04-30 Doug Evans <dje@google.com>
16130
16131 * gdb.threads/watchthreads2.exp: New testcase.
16132 * gdb.threads/watchthreads2.c: New testcase.
16133
9ab4e744
DE
161342009-04-29 Doug Evans <dje@google.com>
16135
16136 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
16137 * gdb.cp/mb-ctor.cc: Ditto.
16138 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
16139 * gdb.cp/mb-inline.h (multi_line_foo): New function.
16140 * gdb.cp/mb-inline1.cc: Call it.
16141 * gdb.cp/mb-inline2.cc: Ditto.
16142 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
16143 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
16144
484086b7
JK
161452009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
16146
16147 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
16148 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
16149 Replace all uses of `decimal' by `nonzero'.
16150 (info macro FROM_COMMANDLINE): New test.
16151
379a77b5
TT
161522009-04-27 Tom Tromey <tromey@redhat.com>
16153
16154 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
16155
b92b73c2
DE
161562009-04-27 Doug Evans <dje@google.com>
16157
16158 * gdb.threads/watchthreads.c (main): Initialize args before starting
16159 the threads. Plus formatting cleanup.
16160 * gdb.threads/watchthreads.exp: Avoid errant failures due to
16161 biased scheduling of one thread.
16162
945a118d
JG
161632009-04-27 Jerome Guitton <guitton@adacore.com>
16164
16165 * gdb.cp/templates.cc (GetMax): New template.
16166 (main): Declare two instances of GetMax.
16167 * gdb.cp/templates.exp: Add new test.
16168
d389af10
JK
161692009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
16170
16171 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
16172
e7f86de9
JM
161732009-04-22 Joseph Myers <joseph@codesourcery.com>
16174
16175 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
16176
334cc82d
TT
161772009-04-15 Tom Tromey <tromey@redhat.com>
16178
16179 * gdb.base/charset.exp: Add regression test.
16180
d12672cc
JB
161812009-04-14 Joel Brobecker <brobecker@adacore.com>
16182
16183 * gdb.base/exe-lock.exp: New testcase.
16184
18e8c3bc
TT
161852009-04-13 Tom Tromey <tromey@redhat.com>
16186
16187 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
16188 operator on Frame.
16189
5ecd5cbe
UW
161902009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16191
16192 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
16193 * gdb.server/ext-attach.exp: Likewise.
16194
7309f756
VP
161952009-04-03 Vladimir Prus <vladimir@codesourcery.com>
16196
16197 Eliminate some sleep usage.
16198
889bf7c5
PA
16199 * gdb.mi/basics.c (do_nothing): New.
16200 (main): Use do_nothing instead of printf, so that
16201 not to introduce race condition between output of
16202 inferiour and output of gdb. Do not use sleep as it
16203 is not generally available on embedded targets.
7309f756 16204
f4b95f6f
PA
162052009-04-02 Pedro Alves <pedro@codesourcery.com>
16206
16207 * gdb.server/ext-attach.exp: Expect an optional process id after
16208 "Detached from remote process".
16209
de40b933
JK
162102009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16211
16212 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
16213 gdb.dwarf2/dw2-unresolved.exp: New.
16214
2ae101a4
PA
162152009-04-02 Pedro Alves <pedro@codesourcery.com>
16216
16217 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
16218 mi_run_to_main.
16219
56a8e183
PA
162202009-04-02 Pedro Alves <pedro@codesourcery.com>
16221
16222 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
16223 mi_run_to_main. Skip thread exit test on remote targets.
16224 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
16225 mi_run_to_main.
16226 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
16227 mi_run_to_main.
16228 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
16229 when expecting ^connected. Detect when the target doesn't support
16230 non-stop mode.
16231 (mi_run_cmd): Detect if non-stop mode was requested by isn't
16232 supported. Return -1 on error, 0 on success.
16233 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
16234 (mi_runto): Return mi_runto_helper's result explicitly.
16235
c35fafde
PA
162362009-04-01 Pedro Alves <pedro@codesourcery.com>
16237
16238 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
16239
f8a8dce6
JB
162402009-04-01 Tom Tromey <tromey@redhat.com>
16241
16242 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
16243 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
16244 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
16245 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
16246
71c25dea
TT
162472009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
16248 Jan Kratochvil <jan.kratochvil@redhat.com>
16249
16250 PR gdb/931
16251 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
16252 output.
16253 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
16254 for gdb/931.
16255 * dw2-strp.S (DW_AT_language): Change to C++.
16256 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
16257
02d9a9ce
JB
162582009-03-31 Joel Brobecker <brobecker@adacore.com>
16259
16260 * gdb.ada/tasks: New testcase.
16261
1042e4c0
SS
162622009-03-30 Stan Shebs <stan@codesourcery.com>
16263
16264 * gdb.trace/actions.exp: Update to match new info trace format.
16265 * gdb.trace/deltrace.exp: Ditto.
16266 * gdb.trace/infotrace.exp: Ditto.
16267 * gdb.trace/passcount.exp: Ditto.
16268 * gdb.trace/save-trace.exp: Ditto.
16269 * gdb.trace/while-stepping.exp: Ditto.
16270 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
16271
f8f6f20b
TJB
162722009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
16273
16274 * gdb.python/python-frame.c: New file.
16275 * gdb.python/python-frame.exp: New file.
16276
c0c6f777
TJB
162772009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
16278
16279 * gdb.python/python-value.exp: Add tests for the address
16280 attribute.
16281
3cb51905
AS
162822009-03-29 Andreas Schwab <schwab@linux-m68k.org>
16283
16284 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
16285
88fc996f
DE
162862009-03-26 Doug Evans <dje@google.com>
16287
16288 * gdb.mi/mi-nonstop-exit.exp: New file.
16289 * gdb.mi/non-stop-exit.c: New file.
16290
56ef84b1
TT
162912009-03-26 Tom Tromey <tromey@redhat.com>
16292
16293 Update for change to prologue skipping:
16294 * gdb.mi/mi2-simplerun.exp: Update.
16295 * gdb.mi/mi2-break.exp: Update.
16296 * gdb.mi/mi-simplerun.exp: Update.
16297 * gdb.mi/mi-break.exp: Update.
16298 * gdb.base/ending-run.exp: Update.
16299
def2b000
TJB
163002009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
16301
16302 * gdb.python/python-value.exp (test_value_in_inferior): Test
16303 gdb.Value.is_optimized_out attribute.
16304
442ddf59
JK
163052009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16306
16307 * gdb.dwarf2/dw2-noloc-main.c: New file.
16308 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
16309 (.text): Remove.
16310 (.data): New.
16311 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
16312 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
16313 (DW_TAG_subprogram func_cu1, noloc): Remove.
16314 (main): New.
16315 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
16316 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
16317 (file_symbols): New procedure.
16318
a8df5de4
TT
163192009-03-25 Tom Tromey <tromey@redhat.com>
16320
16321 * gdb.base/charset.exp (valid_target_charset): New proc.
16322 Use it to skip tests on invalid charsets.
16323
cc1d7add
PM
163242009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
16325
16326 * gdb.base/completion.exp: Add a test for directory completion.
16327
bcd5727b
JK
163282009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16329
16330 Fix a racy FAIL.
16331 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
16332 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
16333
cc924cad
TJB
163342009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
16335
16336 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
16337 * gdb.python/python-function.exp: Add test for function returning
16338 a GDB value.
16339
bc3b79fd
TJB
163402009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
16341
16342 * gdb.python/python-function.exp: New file.
16343
6c7a06a3
TT
163442009-03-20 Tom Tromey <tromey@redhat.com>
16345
16346 * gdb.base/store.exp: Update for change to escape output.
16347 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
16348 to escape output.
16349 * gdb.base/pointers.exp: Update for change to escape output.
16350 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
16351 to escape output.
16352 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
16353 escape output.
16354 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
16355 to escape output.
16356 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
16357 escape output.
16358 * gdb.base/setvar.exp: Update for change to escape output.
16359 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
16360 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
16361 to escape output.
16362 (test_print_string_constants): Likewise.
16363 * gdb.base/charset.exp (valid_host_charset): Check size of
16364 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
16365 cases. Handle "auto"-related output.
16366 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
16367 (uvar, Uvar): New globals.
16368
c31af87b
JG
163692009-03-19 Jerome Guitton <guitton@adacore.com>
16370
16371 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
16372 deltas.
16373 * gdb.ada/fixed_points.exp: Ditto.
16374
51272cf2
PA
163752009-03-18 Pedro Alves <pedro@codesourcery.com>
16376
16377 * return-nodebug.c: Don't include stdio.h.
16378 (init): Delete.
16379 (func): Delete definition and provide extern declaration.
16380 (t): New.
16381 (main): Don't call printf. Call func and store its result in t.
16382 * return-nodebug1.c: New.
16383 * return-nodebug.exp: Don't expect stdio output. Instead, print
16384 the global variable t. Drop printf formatters and cast types from
16385 foreach loop. Don't use prepare_for_testing. Compile
16386 return-nodebug.c and return-nodebug1.c in separate steps. Don't
16387 define FORMAT or CAST.
16388
d24948ac
PP
163892009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
16390
16391 * gdb.base/solib-display.exp: Disable test for remote targers.
16392
61ff14c6
JK
163932009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16394
16395 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
16396
cb4dce93
JK
163972009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16398
16399 Fix a racy FAIL.
16400 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
16401 code from `follow parent, print pids'.
16402 (`follow child, print pids', `follow parent, print pids'): Call it.
16403 Replace `gdb_test "break..."' by gdb_breakpoint.
16404
f7c60c5e
VP
164052009-03-13 Vladimir Prus <vladimir@codesourcery.com>
16406
16407 * gdb.mi/mi-cli.exp: Adjust for output difference in
61ff14c6 16408 sync and async modes.
f7c60c5e 16409
383ace49
JB
164102009-03-12 Joel Brobecker <brobecker@adacore.com>
16411
16412 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
16413 that was checked in by mistake. Remove loading of ada.exp, since
16414 this is not necessary in this case.
16415
4ce102af
JB
164162009-03-12 Joel Brobecker <brobecker@adacore.com>
16417
16418 * gdb.ada/ptype_arith_binop.exp: New testcase.
16419
529a2aef
JB
164202009-03-12 Joel Brobecker <brobecker@adacore.com>
16421
16422 * gdb.ada/mod_from_name: New testcase.
16423
8a38181c
JB
164242009-03-12 Joel Brobecker <brobecker@adacore.com>
16425
16426 * gdb.ada/tick_last_segv: New testcase.
16427
11436dee
VP
164282009-03-12 Vladimir Prus <vladimir@codesourcery.com>
16429
61ff14c6 16430 * gdb.mi/mi-cli.exp: Remove debug print.
11436dee 16431
1f31650a
VP
164322009-03-12 Vladimir Prus <vladimir@codesourcery.com>
16433
61ff14c6
JK
16434 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
16435 include the token in ^running and frame info in *stopped.
1f31650a 16436
a3247a22
PP
164372009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
16438
16439 * solib-display.exp: New file.
16440 * solib-display-main.c: New file.
16441 * solib-display-lib.c: New file.
61ff14c6 16442
aae64587
PA
164432009-03-05 Pedro Alves <pedro@codesourcery.com>
16444
16445 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
16446
44aabfbc
JK
164472009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16448
16449 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
16450 (list_and_check_macro): Use more specific test name.
16451 (next to definition): Make the test names unique.
16452
c087fcd3
PM
164532009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
16454
16455 * gdb.pascal/floats.exp: Accept approximate results everywhere.
3cb51905 16456
c86cf029
VP
164572009-02-17 Vladimir Prus <vladimir@codesourcery.com>
16458
16459 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
16460 notifications.
16461 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
16462 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
16463 * lib/mi-support.exp (library_loaded_re): New.
16464 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
16465
3ea85240
VP
164662009-02-17 Vladimir Prus <vladimir@codesourcery.com>
16467
16468 * gdb.gdb/observer.exp: Use test_notification observer, not
16469 normal_stop, everywhere.
16470 (test_normal_stop_notifications): Rename to...
16471 (test_notifications): ...this.
16472 (test_observer_normal_stop): Rename to...
16473 (test_observer): ...this.
16474
1903f0e6
DE
164752009-02-16 Doug Evans <dje@google.com>
16476
16477 * gdb.arch/amd64-disp-step.S (test_int3): New test.
16478 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
16479 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
16480 (test_prefixed_syscall,test_int3): New tests.
16481 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
16482 (test_prefixed_syscall,test_int3): New tests.
16483
1d33d6ba
VP
164842009-02-14 Vladimir Prus <vladimir@codesourcery.com>
16485
3cb51905
AS
16486 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
16487 (mi_expect_interrupt): Likewise.
16488 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
16489 response.
1d33d6ba 16490
faafb047
PM
164912009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
16492
16493 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
16494 * gdb.base/pc-fp.exp (get_valueofx): Remove.
16495 Replace calls to get_valueofx by get_hexadecimal_valueof.
16496
417e16e2
PM
164972009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
16498
16499 * lib/gdb.exp (get_valueof): Accept anything as a return value.
16500 (get_integer_valueof): New procedure.
16501 (get_sizeof): Use new get_integer_value_of.
16502 * gdb.base/sizeof.exp: Replace all uses of get_valueof
16503 by get_integer_valueof.
16504
7065b901
TT
165052009-02-13 Tom Tromey <tromey@redhat.com>
16506
16507 * gdb.base/remote.exp (get_sizeof): Remove.
16508 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
16509 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
16510 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
16511 * lib/gdb.exp (get_valueof): Move from long_long.exp.
16512 (get_sizeof): Likewise.
16513
5d7cb8df
JK
165142009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16515
16516 PR fortran/9806
16517 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
16518
b2febfff
PP
165192009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
16520
16521 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
16522
4aa995e1
PA
165232009-02-06 Pedro Alves <pedro@codesourcery.com>
16524
16525 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
16526
d8906c6f
TJB
165272009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
16528
16529 * gdb.python/python-cmd.exp: New file.
16530
ff4ab08d
TG
165312009-02-06 Tristan Gingold <gingold@adacore.com>
16532
16533 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
16534
aacd552b
TG
165352009-02-05 Tristan Gingold <gingold@adacore.com>
16536
16537 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
16538 pointer is dereferenced and use this signal name in regexp.
16539 * gdb.base/signull.exp: Ditto.
16540 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
16541 * gdb.base/signull.c (main): Ditto.
16542
08c637de
TJB
165432009-02-04 Tom Tromey <tromey@redhat.com>
16544 Thiago Jung Bauermann <bauerman@br.ibm.com>
16545
16546 * gdb.python/python-value.exp: Use `gdb.history' instead of
16547 `gdb.value_from_history'.
16548 (test_value_numeric_ops): Add test for conversion of enum constant.
16549 * gdb.python/python-value.c (enum e): New type.
16550 (evalue): New global.
16551 (main): Use argv.
16552
20261af8
JG
165532009-02-04 Jerome Guitton <guitton@adacore.com>
16554
16555 * gdb.ada/uninitialized_vars: New test program.
16556 * gdb.ada/uninitialized_vars.exp: New testcase.
16557
52e44b43
TT
165582009-02-02 Tom Tromey <tromey@redhat.com>
16559
16560 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
16561 * gdb.cp/pr2489.cc: Rename...
16562 * gdb.cp/pr9594.cc: ... to this.
16563
1c71341a
TT
165642009-02-02 Tom Tromey <tromey@redhat.com>
16565
16566 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
16567 * gdb.cp/pr2489.cc: New file.
16568 * gdb.cp/cpcompletion.exp: New file.
16569
a4295225
TT
165702009-02-02 Tom Tromey <tromey@redhat.com>
16571
16572 PR exp/9059:
16573 * gdb.cp/call-c.exp: Add regression test.
16574 * gdb.cp/call-c.cc (FooHandle): New typedef.
16575 (main): New variable 'handle'.
16576
592375cd
VP
165772009-01-30 Vladimir Prus <vladimir@codesourcery.com>
16578
16579 * lib/mi-support.exp (et_mi_thread_list)
16580 (check_mi_and_console_threads): Adjust for current thread in
16581 -thread-list-ids output.
16582
41447f92
VP
165832009-01-30 Vladimir Prus <vladimir@codesourcery.com>
16584
889bf7c5
PA
16585 * gdb.mi/mi-break.exp (test_disabled_creation): New.
16586 Call it.
41447f92 16587
35669430
DE
165882009-01-28 Doug Evans <dje@google.com>
16589
16590 * gdb.arch/amd64-disp-step.S: New file.
16591 * gdb.arch/amd64-disp-step.exp: New file.
16592 * gdb.arch/i386-disp-step.S: New file.
16593 * gdb.arch/i386-disp-step.exp: New file.
16594
09f00d9a
PM
165952009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
16596
16597 * gdb.base/find.exp: Set newline variable
16598 using quotes instead of braces to fix cygwin failures.
16599
1e8fb976
PA
166002009-01-23 Pedro Alves <pedro@codesourcery.com>
16601
16602 * gdb.base/radix.exp: Add tests to ensure that that set
16603 input-radix 0 and set output-radix 0 are really rejected.
16604
da061712
PA
166052009-01-23 Pedro Alves <pedro@codesourcery.com>
16606
16607 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
16608 copyright years.
16609
dd7e2d2b
PA
166102009-01-23 Pedro Alves <pedro@codesourcery.com>
16611
16612 PR gdb/9664:
16613 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
16614
392452f6
PA
166152009-01-22 Pedro Alves <pedro@codesourcery.com>
16616
16617 PR c++/9631:
16618 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
16619
8653e71c
PM
166202009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
16621
16622 * gdb.server/file-transfer.exp: Use EXEEXT variable for
16623 binfile definition to fix Windows OS failure.
16624
a12cc160
DJ
166252009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
16626
16627 PR gdb/9346
16628 * gdb.base/interrupt.c (sigint_handler): New.
16629 (main): Install a SIGINT handler if SIGNALS is defined. Exit
16630 on error.
16631 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
16632 Test "signal SIGINT".
16633
b89667eb
DE
166342009-01-19 Doug Evans <dje@google.com>
16635
16636 * gdb.base/break.exp: Update expected gdb output.
16637 * gdb.base/sepdebug.exp: Ditto.
16638 * gdb.mi/mi-syn-frame.exp: Ditto.
16639 * gdb.mi/mi2-syn-frame.exp: Ditto.
16640 * gdb.base/call-signal-resume.exp: New file.
16641 * gdb.base/call-signals.c: New file.
16642 * gdb.base/unwindonsignal.exp: New file.
16643 * gdb.base/unwindonsignal.c: New file.
16644 * gdb.threads/interrupted-hand-call.exp: New file.
16645 * gdb.threads/interrupted-hand-call.c: New file.
16646 * gdb.threads/thread-unwindonsignal.exp: New file.
16647
adb483fe
DJ
166482009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
16649
16650 * gdb.base/define.exp: Test defining and hooking prefix commands.
16651 * gdb.python/python.exp: Update test for "show user" output.
16652
60023297
JK
166532009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16654
16655 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
16656 now the output exactly, using less wildcards. Expect also the output
16657 of gfortran-4.3. Update for the f-valprint.c modification from
16658 2008-04-22.
16659 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
16660 Remove gdb_test test names where matching the command.
16661
ccc57cf9
PA
166622009-01-01 Pedro Alves <pedro@codesourcery.com>
16663
16664 PR breakpoints/9681:
16665 * gdb.base/watchpoint.exp: Add regression test.
16666
c7a6ca08
PA
166672008-12-31 Pedro Alves <pedro@codesourcery.com>
16668
16669 * gdb.threads/attach-into-signal.exp: Don't use
16670 gdb_suppress_entire_file.
16671 * gdb.threads/attach-stopped.exp: Ditto.
16672 * gdb.threads/attachstop-mt.exp: Ditto.
16673
3a031f65
PA
166742008-12-31 Pedro Alves <pedro@codesourcery.com>
16675
16676 PR gdb/8812:
16677 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
16678
09e6485f
PA
166792008-12-29 Pedro Alves <pedro@codesourcery.com>
16680
16681 PR gdb/7536:
16682 * gdb.base/radix.exp: Add tests to ensure invalid input radices
16683 and unsupported output radices are really rejected.
16684
0cd53049
JK
166852008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16686
16687 * gdb.cp/punctuator.exp: Backslash the '$' signs.
16688
ba163c7e
TT
166892008-12-22 Tom Tromey <tromey@redhat.com>
16690
16691 * gdb.cp/punctuator.exp: New file.
16692
6f4de6c9
JK
166932008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16694
16695 * gdb.base/completion.exp (Completing non-existing component): New test.
16696
0f34d0b4
JK
166972008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16698
16699 Fix for PR gdb/8648.
16700 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
16701 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
16702 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
16703 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
16704
db2ad4c3
JK
167052008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16706
16707 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
16708
bb5ef15e
DP
167092008-12-16 Christophe Lyon <christophe.lyon@st.com>
16710
16711 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
16712 compiler actually generate code at the expected line number.
16713
90142adc
JZ
167142008-12-15 Jie Zhang <jie.zhang@analog.com>
16715
16716 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
16717
fad6eecd
TT
167182008-12-12 Tom Tromey <tromey@redhat.com>
16719
16720 * gdb.base/commands.exp (redefine_hook_test): New proc.
16721 Call it.
16722
17c8aaf5
TT
167232008-12-11 Tom Tromey <tromey@redhat.com>
16724
16725 * gdb.base/macscp.exp: New regression test.
16726
7c8adf68
TT
167272008-12-11 Tom Tromey <tromey@redhat.com>
16728
16729 * gdb.base/macscp.exp: Print "address.addr".
16730 * gdb.base/macscp1.c (struct outer): New struct.
16731 (address): New global.
16732
b05dcbb7
TT
167332008-12-09 Tom Tromey <tromey@redhat.com>
16734
16735 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
16736 Call it.
16737
2d476de1
DE
167382008-12-04 Doug Evans <dje@google.com>
16739
16740 * gdb.server/ext-run.exp: Relax regexp for init program.
16741
87bdc959
TG
167422008-12-03 Tristan Gingold <gingold@adacore.com>
16743
16744 * gdb.base/macscp.exp: Generate an object file during compilation
16745 to work around Darwin dsymutil limitations.
16746
e0740f77
JK
167472008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16748
16749 Test resolving external references to TLS variables.
16750 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
16751 FILE2_THREAD_LOCAL.
16752 (testfile2, srcfile2): New variables.
16753 * gdb.threads/tls.c (file2_thread_local)
16754 (function_referencing_file2_thread_local): New.
16755 * gdb.threads/tls2.c: New file.
16756
67f0aac5
JB
167572008-11-28 Joel Brobecker <brobecker@adacore.com>
16758
16759 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
e0740f77
JK
16760 rather than integer, as integer might not be big enough when
16761 on 64bit targets.
67f0aac5 16762
c332165e
JG
167632008-11-27 Jerome Guitton <guitton@adacore.com>
16764
16765 * gdb.cp/formatted-ref.exp: Add equality test.
16766 * gdb.ada/formatted_ref.exp: Ditto.
16767
fc9b693c
JK
167682008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16769
16770 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
16771 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
16772
a9c64011
AS
167732008-11-20 Andreas Schwab <schwab@suse.de>
16774
16775 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
16776 matching syscall entry point.
16777 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
16778 (tcatch_vfork_then_child_follow): Likewise. Finish through
16779 vfork even if we stopped at the syscall trampoline.
16780
e2fd701e
DE
167812008-11-20 Doug Evans <dje@google.com>
16782
16783 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
16784
69abc51c
TJB
167852008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
16786
16787 * gdb.arch/ppc-dfp.exp: New file.
16788 * gdb.arch/ppc-dfp.c: New file.
16789
c14c28ba
PP
167902008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
16791
16792 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
a9c64011 16793
2e74121d
DE
167942008-11-17 Doug Evans <dje@google.com>
16795
16796 * gdb.mi/mi-syn-frame.exp: Update expected output.
16797 * gdb.mi/mi2-syn-frame.exp: Update expected output.
16798
66bb093b
VP
167992008-11-17 Vladimir Prus <vladimir@codesourcery.com>
16800
16801 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
a9c64011
AS
16802 "thread N" results in =thread-selected.
16803 * lib/mi-support (mi_run_cmd, mi_expect_stop)
16804 (mi_send_resuming_command_raw): Be prepared for
16805 =thread-selected.
16806
3d043ef6
VP
168072008-11-17 Vladimir Prus <vladimir@codesourcery.com>
16808
a9c64011
AS
16809 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
16810 * lib/mi-support.exp: Likewise.
3d043ef6 16811
808104c8
JB
168122008-11-16 Joel Brobecker <brobecker@adacore.com>
16813
16814 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
16815 commands from the expected output for "help catch".
16816
00b22944
JB
168172008-11-15 Joel Brobecker <brobecker@adacore.com>
16818
16819 * gdb.ada/int_deref.exp: New testcase.
16820
59669435
TT
168212008-11-14 Nick Roberts <nickrob@snap.net.nz>
16822
16823 * gdb.mi/gdb2549.exp: New file.
16824
de04a248
DE
168252008-11-11 Doug Evans <dje@google.com>
16826
16827 * gdb.base/callexit.exp: New file.
16828 * gdb.base/callexit.c: New file.
16829
6b8ce727
DE
168302008-11-10 Doug Evans <dje@google.com>
16831
16832 * lib/gdb.exp (GDBFLAGS): Move -nx ...
16833 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
16834 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
16835 (default_gdb_start,default_gdb_exit): Ditto.
16836 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
16837 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
16838 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
16839 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
16840 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
16841 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
16842
1b14b8aa
AS
168432008-11-03 Andreas Schwab <schwab@suse.de>
16844
16845 * gdb.base/hashline2.exp: Fix typo.
16846 * gdb.base/hashline3.exp: Likewise.
16847
f3134b88
TT
168482008-10-30 Tom Tromey <tromey@redhat.com>
16849
16850 * gdb.base/pointers.exp: Add test.
16851 * gdb.base/pointers.c (k, S): New typedefs.
16852 (instance): New global.
16853
c2226152
AS
168542008-10-30 Andreas Schwab <schwab@suse.de>
16855
16856 * gdb.base/args.exp: Add tests for newlines.
16857
462f405c
JB
168582008-10-30 Joel Brobecker <brobecker@adacore.com>
16859
16860 gdb.base/foll-exec.exp: Update the expected output of a couple
16861 of "info breakpoints" tests.
16862
79a45b7d
TT
168632008-10-28 Tom Tromey <tromey@redhat.com>
16864
16865 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
16866
adc13a14
PA
168672008-10-24 Pedro Alves <pedro@codesourcery.com>
16868
16869 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
16870 gdb_start_cmd.
16871 Use runto_main before any test that requires execution.
16872
252fbfc8
PA
168732008-10-23 Pedro Alves <pedro@codesourcery.com>
16874
16875 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
16876 instead of SIGINT.
16877
28148e3d
JB
168782008-10-22 Joel Brobecker <brobecker@adacore.com>
16879
16880 * gdb.base/completion.exp: Update expected output following
16881 the addition of the "info tasks" command.
16882
c209f847
TT
168832008-10-22 Tom Tromey <tromey@redhat.com>
16884
16885 * gdb.base/exprs.exp (test_expr): Add test for string
16886 concatenation.
16887
f177e350
PA
168882008-10-19 Pedro Alves <pedro@codesourcery.com>
16889
16890 * configure.ac: Output gdb.python/Makefile.
16891 * configure: Regenerate.
16892 * gdb.python/Makefile.in: New.
16893
cce89356
JB
168942008-10-16 Joel Brobecker <brobecker@adacore.com>
16895
16896 * gdb.base/foll-fork.exp: Adjust the expected output to match
16897 the new description for fork/vfork catchpoints in the "info
16898 breakpoints" output.
16899
176d289d
TJB
169002008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
16901
16902 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
16903
a08702d6
TJB
169042008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
16905
16906 * gdb.python/python-value.c: New file.
16907 * gdb.python/python-value.exp: New file.
16908
1c5cfe86
PA
169092008-10-15 Pedro Alves <pedro@codesourcery.com>
16910
16911 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
16912
5a98ad69
DP
169132008-10-15 Denis Pilat <denis.pilat@st.com>
16914
41702f1b 16915 * gdb.cp/mb-ctor.exp: Fix a typo.
5a98ad69 16916
dcb1a1e2
TT
169172008-10-09 Tom Tromey <tromey@redhat.com>
16918
16919 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
16920 'fprintf' and 'stderr'.
16921
9124fe48
JB
169222008-10-07 Joel Brobecker <brobecker@adacore.com>
16923
16924 * gdb.ada/ref_tick_size.exp: New testcase.
16925
45452591
DE
169262008-10-06 Doug Evans <dje@google.com>
16927
16928 * gdb.dwarf2/dw2-cu-size.exp: New file.
16929 * gdb.dwarf2/dw2-cu-size.S: New file.
16930
16931 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
16932 .Ltype_int for clarity.
16933
4fc5b208
PP
169342008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
16935
16936 PR gdb/2384:
16937 * gdb.cp/gdb2384.exp: Extended to test more cases.
16938 * gdb.cp/gdb2384.cc: Likewise.
16939 * gdb.cp/gdb2384-base.h: Likewise.
16940 * gdb.cp/gdb2384-base.cc: Likewise.
a9c64011 16941
d78df370
JK
169422008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16943
16944 * gdb.base/maint.exp (maint print type): Remove printing
16945 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
16946
9a044a89
TT
169472008-09-30 Tom Tromey <tromey@redhat.com>
16948
16949 * gdb.base/macscp.exp: Add completion tests.
16950 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
16951 (TWENTY_THREE): Likewise.
16952 (FORTY_EIGHT): Likewise.
16953
506800a9
TT
169542008-09-30 Tom Tromey <tromey@redhat.com>
16955
16956 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
16957 everywhere.
16958 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
16959
1a6f01b5
JK
169602008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
16961
16962 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
16963 testcase is derived from. Fix racy dependency on an expected PID
16964 number. No longer support the testcase on Linux kernel 2.4.x.
16965
2fae03e8
TT
169662008-09-27 Tom Tromey <tromey@redhat.com>
16967
16968 * gdb.base/macscp.exp: Add tests for stringification, splicing,
16969 and varargs.
16970
1ad15515
PA
169712008-09-22 Pedro Alves <pedro@codesourcery.com>
16972
16973 * lib/mi-support.exp (mi_expect_interrupt): New.
16974 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
16975 from gdb.mi/mi-nonstop.exp.
16976 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
16977 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
16978 lib/mi-support.exp.
16979 Use mi_check_thread_states throughout. Avoid ".*" and do not
16980 require an anchor after -exec-run.
16981
d0b76dc6
DJ
169822008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
16983
16984 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
16985 stop is pending. Avoid ".*" when two stops are pending.
16986 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
16987 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
16988 newlines in fullnames.
16989 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
16990 (mi_expect_stop): Update comments. Only anchor in sync mode.
16991 Do not match newlines.
16992 (mi_send_resuming_command_raw): Always return status.
16993 (mi_get_stop_line): Do not match more than one line by accident.
16994 Only anchor in sync mode.
16995 (mi_run_inline_test): If -exec-next fails, give up.
16996
9990c830
UW
169972008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16998
16999 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
17000 on SPU.
17001
ebcf6f00
JB
170022008-09-10 Joel Brobecker <brobecker@adacore.com>
17003
17004 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
17005
b6db24e5
JB
170062008-09-10 Joel Brobecker <brobecker@adacore.com>
17007
17008 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
17009 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
17010 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
17011 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
17012 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
17013 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
17014 gdb.ada/interface.exp, gdb.ada/null_array.exp,
17015 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
17016 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
17017 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
17018 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
17019 Include the "= " sequence in the expected output of print tests.
17020
2bf448e0
JB
170212008-09-10 Joel Brobecker <brobecker@adacore.com>
17022
17023 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
17024 description for boolean types.
17025
d51fd4c8
PA
170262008-09-09 Pedro Alves <pedro@codesourcery.com>
17027
17028 * gdb.base/hook-stop-continue.c: New.
17029 * gdb.base/hook-stop-continue.exp: New.
17030
694182d2
DJ
170312008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
17032
17033 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
17034
3b8a7fc0
JG
170352008-09-08 Jerome Guitton <guitton@adacore.com>
17036
17037 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
17038 (stack_check_probe_2, stack_check_probe_loop_1)
17039 (stack_check_probe_loop_2): New functions.
17040 (main): Add call to these new functions.
17041 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
17042 functions, check that the breakpoint is inserted at the appropriate
17043 location.
17044 (insert_breakpoint): Slightly refine this procedure so that it can
17045 be called several times in the test.
17046
96cc0ae8
JG
170472008-09-08 Jerome Guitton <guitton@adacore.com>
17048
17049 * gdb.base/stack-checking.c: New file.
17050 * gdb.base/stack-checking.exp: New file.
17051
1f08b409
TJB
170522008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
17053
17054 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
17055 * gdb.arch/altivec-regs.exp: Likewise.
17056 * gdb.arch/vsx-regs.exp: Likewise.
17057
3099e1c4
TJB
170582008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
17059
17060 * gdb.arch/ppc-fp.exp: New file.
17061 * gdb.arch/ppc-fp.c: New file.
17062
cc69bfc1
PP
170632008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
17064
17065 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
17066 lest gcc-4.3.1 optimizes the whole thing away.
a9c64011 17067
b02a33db
MS
170682008-09-04 Michael Snyder <msnyder@vmware.com>
17069
17070 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
17071 as "at" (for non-debug functions such as _start).
17072
2992cbe0
UW
170732008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17074
17075 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
17076 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
17077 software watchpoints.
17078 * gdb.base/watch_thread_num.exp: Likewise.
17079
514f746b
AR
170802008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
17081
17082 * gdb.arch/i386-bp_permanent.exp: New test.
17083
876cecd0
TT
170842008-08-24 Tom Tromey <tromey@redhat.com>
17085
17086 * gdb.base/maint.exp: Update "maint print type".
17087
80f73d71
VP
170882008-08-21 Vladimir Prus <vladimir@codesourcery.com>
17089
17090 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
17091 support. Adjust the order of "*running" notifications.
17092 * gdb.mi/non-stop.c: Don't cast from int to void* and
17093 back.
17094
d9c78d7d
MK
170952008-08-20 Mark Kettenis <kettenis@gnu.org>
17096
17097 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
17098 expect to find it in the "info frame" output.
17099
97a2d1d3
DJ
171002008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
17101
17102 * gdb.base/interp.exp: Always consume both prompts.
17103
b96e2927
PA
171042008-08-20 Pedro Alves <pedro@codesourcery.com>
17105
17106 * gdb.base/pending.exp: Test pending breakpoints without symbols
17107 loaded.
17108
8cf6e61a
VP
171092008-08-19 Vladimir Prus <vladimir@codesourcery.com>
17110
17111 * lib/mi-support.exp (mi_expect_stop): Produce
17112 more details on failures.
17113 * gdb.mi/mi-nonstop.exp: New.
17114 * gdb.mi/non-stop.c: New.
17115
c6ebd6cf
VP
171162008-08-19 Vladimir Prus <vladimir@codesourcery.com>
17117
a9c64011
AS
17118 * gdb.mi/mi-async.exp: Use 'set target-async'.
17119 * lib/mi-support.exp: Use 'set/show target-async'.
c6ebd6cf 17120
46a9b8ed
DJ
171212008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
17122
17123 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
17124
44feb3ce
TT
171252008-08-17 Tom Tromey <tromey@redhat.com>
17126
17127 * gdb.base/help.exp (help catch): Rewrite.
17128
311a4e6b
TJB
171292008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
17130
17131 * gdb.base/define.exp: Test indented command documentation.
17132 * gdb.python/python.exp: Test indented multi-line command.
17133
604c2f83
LM
171342008-08-15 Luis Machado <luisgpm@br.ibm.com>
17135
17136 * testsuite/gdb.arch/vsx-regs.c: New source file.
17137 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
17138 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
17139
886a217c
TT
171402008-08-14 Tom Tromey <tromey@redhat.com>
17141
17142 * gdb.base/macscp.exp: Add regression test for "macro define" or
17143 "macro undef" with no arguments.
17144
c814a4f3
PP
171452008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
17146
17147 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
a9c64011 17148
12ab8a60
UW
171492008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17150
17151 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
17152
d57a3c85
TJB
171532008-08-06 Tom Tromey <tromey@redhat.com>
17154
17155 * gdb.python/python.exp: New file.
17156
c7b778ff
JK
171572008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17158
17159 Fix for PR gdb/1543.
17160 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
17161 $LOCATION.
17162 (location): New variable.
17163 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
17164 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
17165 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
17166 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
17167 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
17168 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
17169 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
17170 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
17171 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
17172 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
17173 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
17174 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
17175 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
17176 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
17177 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
17178 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
17179 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
17180 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
17181 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
17182 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
17183 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
17184 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
17185 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
17186 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
17187 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
17188 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
17189 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
17190 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
17191 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
17192 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
17193 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
17194 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
17195 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
17196 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
17197 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
17198 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
17199 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
17200 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
17201 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
17202 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
17203 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
17204 gdb.base/type-opaque.exp, gdb.base/until.exp,
17205 gdb.base/value-double-free.c, gdb.base/varargs.exp,
17206 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
17207 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
17208 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
17209 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
17210 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
17211 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
17212 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
17213 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
17214 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
17215 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
17216 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
17217 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
17218 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
17219 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
17220 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
17221 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
17222 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
17223 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
17224 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
17225 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
17226 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
17227 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
17228 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
17229 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
17230 gdb.pascal/types.exp, gdb.stabs/weird.exp,
17231 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
17232 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
17233 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
17234 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
17235 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
17236 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
17237 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
17238 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
17239 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
17240 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
17241 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
17242 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
17243 lib/mi-support.exp, lib/trace-support.exp: Remove reference
17244 to bug-gdb@prep.ai.mit.edu .
17245
5e06a3d1
VP
172462008-07-31 Vladimir Prus <vladimir@codesourcery.com>
17247
17248 * lib/mi-support.exp (mi_load_shlibs): New.
17249 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
17250
9d81d21b
VP
172512008-07-30 Vladimir Prus <vladimir@codesourcery.com>
17252
17253 * lib/mi-support.exp (get_mi_thread_list)
17254 (check_mi_and_console_threads): New, moved from ...
17255 * gdb.mi/mi-pthread.exp: ...here.
17256 * gdb.mi/gdb669.exp (get_mi_thread_list)
17257 (check_mi_and_console_threads): Delete.
17258 * gdb.mi/mi2-pthread.exp: Likewise.
17259
bae98fe0
TT
172602008-07-28 Tom Tromey <tromey@redhat.com>
17261
17262 * Makefile.in (just-check): Remove. Move body to...
17263 (check): ... here.
17264
57380f4e
DJ
172652008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17266
17267 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
17268 Add a test for duplicated SIGINTs.
17269
e09490f1
DJ
172702008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17271
17272 * gdb.threads/schedlock.exp (get_args): Update to work for any
17273 value of NUM.
17274 (Top level): Report the number of threads that did not resume.
17275
6387b45f
DJ
172762008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17277
17278 * gdb.dwarf2/dw2-compressed.S: Also define __start.
17279
62f64ff2
DJ
172802008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17281
17282 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
17283 non-MI prompt.
17284
fa8de41e
TT
172852008-07-26 Tom Tromey <tromey@redhat.com>
17286
17287 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
17288 (function_struct, function_struct_ptr): New globals.
17289 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
17290 function pointer in a struct.
17291
ccb3ac8a
TT
172922008-07-26 Tom Tromey <tromey@redhat.com>
17293
17294 * gdb.base/macscp.exp: Add test for macro lexing bug.
17295
d7d9f01e
TT
172962008-07-18 Tom Tromey <tromey@redhat.com>
17297
17298 * gdb.base/macscp.exp: Add macro tests.
17299
9bf07184
PP
173002008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
17301
17302 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
17303
becf6477
PP
173042008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
17305
17306 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
17307
0709f7d3
PP
173082008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
17309
17310 * gdb.cp/class2.exp: fix for failure on spu-elf
a9c64011 17311
7093c834
PP
173122008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
17313
17314 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
a9c64011 17315
b432ffe3
JK
173162008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17317
17318 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
17319
b1a268e5
VP
173202008-07-12 Vladimir Prus <vladimir@codesourcery.com>
17321
17322 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
17323
e2995f8e
KB
173242008-07-11 Kevin Buettner <kevinb@redhat.com>
17325
17326 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
17327 of regexp to account for changes made to GDB in the printing of
17328 byte vectors.
17329
14032a66
TT
173302008-07-11 Tom Tromey <tromey@redhat.com>
17331
17332 * gdb.base/completion.exp: Add 'help' completion test.
17333
981505ef
JK
173342008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17335
17336 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
17337
10568435
JK
173382008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17339
17340 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
17341
4487aabf
PA
173422008-07-09 Pedro Alves <pedro@codesourcery.com>
17343
17344 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
17345
a4a9b1c4
PA
173462008-07-09 Pedro Alves <pedro@codesourcery.com>
17347
17348 * gdb.base/fullname.exp: Restore pwd if compiling failed.
17349
3c3185ac
JK
173502008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17351
17352 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
17353
7ebd49dc
VP
173542008-06-28 Vladimir Prus <vladimir@codesourcery.com>
17355
17356 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
17357 previous commit. Add a comment.
17358
84e46146
PA
173592008-06-28 Pedro Alves <pedro@codesourcery.com>
17360
17361 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
17362
0f8d4a2f
VP
173632008-06-28 Vladimir Prus <vladimir@codesourcery.com>
17364
17365 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
17366
f747e0ce
PA
173672008-06-27 Pedro Alves <pedro@codesourcery.com>
17368
17369 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
17370 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
17371 compiling an executable, link in an object that forces unbuffered
17372 output.
17373 * lib/set_unbuffered_mode.c: New file.
17374
734a5c36
JK
173752008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17376
17377 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
17378
a2840c35
VP
173792008-06-25 Vladimir Prus <vladimir@codesourcery.com>
17380
a9c64011
AS
17381 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
17382 mi_expect_stop.
17383 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
17384 Demand that *running is output.
17385 (detect_async): Perform checking every time.
17386 (mi_send_resuming_command): Extract everything into...
17387 (mi_send_resuming_command_raw): ...this.
a2840c35
VP
17388 (mi_expect_stop): Don't accept any output before *stopped.
17389
6ae37fef
VP
173902008-06-13 Vladimir Prus <vladimir@codesourcery.com>
17391
17392 Robustify mi-simplerun.
a9c64011
AS
17393 * gdb.mi/basics.c (main): Add a call to sleep.
17394 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
17395 * gdb.mi/mi2-cli.exp: Likewise.
17396 * gdb.mi/mi-break.exp: Likewise.
6ae37fef 17397
b4aa76f0 173982008-06-11 Vladimir Prus <vladimir@codesourcery.com>
83408de7
VP
17399
17400 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
17401
e1ac3328
VP
174022008-06-10 Vladimir Prus <vladimir@codesourcery.com>
17403
a9c64011
AS
17404 * gdb.mi/mi-console.exp: Adjust.
17405 * gdb.mi/mi-syn-frame.exp: Adjust.
17406 * gdb.mi/mi2-console.exp: Adjust.
17407 * gdb.mi/mi2-syn-frame.exp: Adjust.
17408 * lib/mi-support.exp (mi_run_cmd): Adjust.
17409 (mi_send_resuming_command): Adjust.
e1ac3328 17410
f7f9a841
VP
174112008-06-10 Vladimir Prus <vladimir@codesourcery.com>
17412
17413 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
a9c64011
AS
17414 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
17415 testing of stopped.
17416 * gdb.mi/mi2-syn-frame.exp: Likewise.
17417 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
17418 (async, detect_async): New.
17419 (mi_expect_stop, mi_continue_to_line): Adjust expectation
17420 depending on if we're running in sync or async mode.
f7f9a841 17421
37cd5d19
TT
174222008-06-09 Tom Tromey <tromey@redhat.com>
17423
17424 * gdb.base/completion.exp: New tests for field name completion
17425 with spaces, and field name completion with '->'.
17426
65d12d83
TT
174272008-06-06 Tom Tromey <tromey@redhat.com>
17428
17429 * gdb.base/break1.c (struct some_struct): New struct.
17430 (values): New global.
17431 * gdb.base/completion.exp: Add field name completion test.
17432
ebfe2e3f
PP
174332008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
17434
17435 * gdb.cp/call-c.exp: Test for incorrect handling of reference
17436 to pointer.
17437 * gdb.cp/call-c.cc: Likewise.
17438
bcf6fc3a
NR
174392008-06-06 Nick Roberts <nickrob@snap.net.nz>
17440
17441 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
17442 annotation.
17443
49fd4a42 174442008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
a9c64011 17445 Pedro Alves <pedro@codesourcery.com>
49fd4a42
PA
17446
17447 * gdb.threads/execl.c, gdb.threads/execl1.c,
17448 gdb.threads/execl.exp: New tests.
a9c64011 17449
8a34ac3f
AR
174502008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
17451 Daniel Jacobowitz <dan@codesourcery.com>
17452
17453 * gdb.cp/exception.exp: Activate test, make it work with pending
17454 catchpoints.
17455
86ae69ef
JK
174562008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
17457
17458 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
17459
f7f9ae2c
VP
174602008-05-28 Vladimir Prus <vladimir@codesourcery.com>
17461
a9c64011
AS
17462 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
17463 now printed.
17464 * gdb.mi/mi2-var-cmd.exp: Likewise.
f7f9ae2c 17465
2a2d4dc3
AS
174662008-05-27 Andreas Schwab <schwab@suse.de>
17467
17468 * gdb.base/frame-args.exp: Handle arguments that are optimized
17469 out.
17470
5099e4d9
LM
174712008-05-26 Luis Machado <luisgpm@br.ibm.com>
17472
17473 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
17474 quiet for ppc32 and group options into a single variable.
17475
d9c36a91
JB
174762008-05-23 Joel Brobecker <brobecker@adacore.com>
17477
17478 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
17479 of zero-size elements.
17480 * gdb.ada/null_array.exp: Test printing this new array.
17481
103a8671
JK
174822008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17483
17484 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
17485
07a4cc1a 174862008-05-21 Joel Brobecker <brobecker@adacore.com>
5943254b
JB
17487
17488 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
17489 of the "finish" command.
17490
55f996a7
NR
174912008-05-21 Nick Roberts <nickrob@snap.net.nz>
17492
17493 * gdb.base/annota1.exp: Test for new annotation.
17494
907fc202
UW
174952008-05-16 Pedro Alves <pedro@codesourcery.com>
17496
17497 * gdb.base/fixsection.exp: New file.
17498 * gdb.base/fixsection0.c: New file.
17499 * gdb.base/fixsection1.c: New file.
17500
e8f97270
UW
175012008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17502
17503 * gdb.base/annota1.exp: Accept printf@... in place of printf.
17504 * gdb.base/annota3.exp: Likewise.
17505
ac0bb574
NF
175062008-05-13 Nathan Froyd <froydnj@codesourcery.com>
17507
17508 * gdb.base/watch_thread_num.exp: Don't run tests that require
17509 watchpoints if the target doesn't support them.
17510
6fadd07a
DE
175112008-05-12 Doug Evans <dje@google.com>
17512
17513 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
17514
6e9a4a30
JB
175152008-05-09 Joel Brobecker <brobecker@adacore.com>
17516
17517 * gdb.ada/assign_1.exp: New testcase.
17518
08388c79
DE
175192008-05-09 Doug Evans <dje@google.com>
17520
a3c83fae
DE
17521 * gdb.base/find.exp: New file.
17522 * gdb.base/find.c: New file.
08388c79 17523
bd5ddfe8
DJ
175242008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
17525
17526 * gdb.base/commands.exp (watchpoint_command_test): Handle
17527 gdb,no_hardware_watchpoints.
17528 * gdb.base/float.exp: Allow ARM targets without floating point.
17529 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
17530
b5dd68e2 175312008-05-06 Jerome Guitton <guitton@adacore.com>
a9c64011 17532 Joel Brobecker <brobecker@adacore.com>
b5dd68e2
JB
17533
17534 * gdb.ada/lang_switch: New test program.
17535 * gdb.ada/lang_switch.exp: New testcase.
17536
382d13d1
DE
175372008-05-05 Doug Evans <dje@google.com>
17538
17539 * gdb.base/help.exp (disassemble): Update expected help text.
17540
9dd789d0
PA
175412008-05-04 Pedro Alves <pedro@codesourcery.com>
17542
17543 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
17544
611c83ae
PA
175452008-05-04 Pedro Alves <pedro@codesourcery.com>
17546
17547 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
17548 different times.
17549
ff013f42
JK
175502008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
17551
17552 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
17553 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
17554 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
17555 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
17556
96dff6a2
VP
175572008-05-04 Vladimir Prus <vladimir@codesourcery.com>
17558
17559 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
17560 notification to appear.
17561
55cd6f92
DJ
175622008-05-04 Daniel Jacobowitz <dan@debian.org>
17563
17564 * gdb.base/fullname.c: New file.
17565 * gdb.base/fullname.exp: New file.
17566 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
17567
d705c43c
PA
175682008-05-03 Pedro Alves <pedro@codesourcery.com>
17569
17570 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
17571 expressions with macros.
17572
333222e1
JK
175732008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
17574
17575 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
17576
5ac01682
DJ
175772008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
17578
17579 * gdb.base/completion.exp: Handle lack of other symbols beginning
17580 with "a".
17581
17582 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
17583
237fc4c9
PA
175842008-05-02 Jim Blandy <jimb@codesourcery.com>
17585
17586 * gdb.asm/asmsrc1.s: Add scratch space.
17587
ed5e9466
DJ
175882008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
17589 Daniel Jacobowitz <dan@codesourcery.com>
17590
17591 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
17592 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
17593 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
17594
b39cc962
DJ
175952007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
17596
17597 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
17598
36d520f5
JB
175992008-05-01 Joel Brobecker <brobecker@adacore.com>
17600
17601 * gdb.base/info-target.exp: New testcase.
17602
8d4e3071
DJ
176032008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
17604
17605 * gdb.cp/hang.exp: Use .cc instead of .C.
17606 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
17607 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
17608
6f3f3097
DJ
176092008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
17610
17611 * gdb.base/gdb1250.exp: Remove perror.
17612 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
17613
5550a914
PA
176142008-04-30 Pedro Alves <pedro@codesourcery.com>
17615
17616 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
17617 .2byte.
17618
d848e687
DJ
176192008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
17620
17621 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
17622 (maybe_kfail): New.
17623
93b5768b
PA
176242008-04-25 Pedro Alves <pedro@codesourcery.com>
17625
17626 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
17627
721c02de
VP
176282008-04-24 Vladimir Prus <vladimir@codesourcery.com>
17629
a9c64011
AS
17630 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
17631 * gdb.mi/mi2-syn-frame.exp: Likewise.
17632 * lib/mi-support.exp: Likewise.
721c02de 17633
74960c60
VP
176342008-04-24 Vladimir Prus <vladimir@codesourcery.com>
17635
17636 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
17637 to specify regexp for the location to stop at.
17638 * gdb.base/break-always.c: New.
17639 * gdb.base/break-always.exp: New.
17640
d24317b4
VP
176412008-04-24 Vladimir Prus <vladimir@codesourcery.com>
17642
17643 * lib/mi-support.exp (mi_runto_helper): Adjust
17644 for the original-location field.
17645 (mi_create_breakpoint, mi_list_breakpoints): New.
17646 * gdb.mi/mi-break.exp: Adjust.
17647 * gdb.mi/mi2-break.exp: Adjust.
17648 * gdb.mi/mi-pending.exp: Adjust.
17649 * gdb.mi/mi-simplerun.exp: Adjust.
17650 * gdb.mi/mi2-simplerun.exp: Adjust.
17651 * gdb.mi/mi-syn-frame.exp: Adjust.
17652 * gdb.mi/mi2-syn-frame.exp: Adjust.
17653 * gdb.mi/mi-until.exp: Adjust.
17654 * gdb.mi/mi2-until.exp: Adjust.
17655 * gdb.mi/mi-var-display.exp: Adjust.
17656 * gdb.mi/mi2-var-display.exp: Adjust.
17657 * gdb.mi/mi-watch.exp: Adjust.
17658 * gdb.mi/mi2-watch.exp: Adjust.
17659
fdc59709 176602008-04-23 Paolo Bonzini <bonzini@gnu.org>
d24317b4 17661
a9c64011
AS
17662 * aclocal.m4: Add override.m4.
17663 * configure: Regenerate.
fdc59709 17664
8e91f023
VP
176652008-04-19 Vladimir Prus <vladimir@codesourcery.com>
17666
17667 * gdb.mi/var-cmd.c (do_at_tests): Verify that
17668 '-var-update --all-values' reports new value even the type
17669 of a variable object has changed.
17670
233a11ab
CS
176712008-04-18 Craig Silverstein <csilvers@google.com>
17672
17673 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
17674 files.
d24317b4 17675
9c1137ad
JB
176762008-04-18 Joel Brobecker <brobecker@adacore.com>
17677
17678 * gdb.ada/atomic_enum: New test program.
17679 * gdb.ada/atomic_enum.exp: New testcase.
17680
66d0bbc7
DE
176812008-04-17 Doug Evans <dje@google.com>
17682
17683 * gdb.opt/Makefile.in: Fix whitespace.
17684
100906b0
UW
176852008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
17686
17687 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
17688
4584e32e
DE
176892008-04-17 Doug Evans <dje@google.com>
17690
17691 * gdb.base/hashline1.exp: New testcase.
17692 * gdb.base/hashline2.exp: New testcase.
17693 * gdb.base/hashline2.exp: New testcase.
17694
0a320680
PA
176952008-04-17 Pedro Alves <pedro@codesourcery.com>
17696
17697 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
17698
18ac113b
AR
176992008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
17700
17701 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
17702 temporary breakpoint to match "Temporary breakpoint".
17703 * gdb.base/break.exp (delete_breakpoints): Likewise.
17704 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
17705 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
17706 * gdb.base/display.exp: Likewise.
17707 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
17708 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
17709 * gdb.base/restore.exp (restore_tests): Likewise.
17710 * gdb.base/sepdebug.exp: Likewise.
17711 * gdb.base/watchpoint.exp: Likewise.
17712 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
17713 * gdb.mi/mi-pending.exp: Likewise.
17714 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
17715 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
17716 * gdb.mi/mi-var-cmd.exp: Likewise.
17717 * gdb.mi/mi-var-display.exp: Likewise.
17718 * gdb.mi/mi2-cli.exp: Likewise.
17719 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
17720 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
17721 * gdb.mi/mi2-var-display.exp: Likewise.
17722 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
17723 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
17724 new "disp" field.
a9c64011 17725 (mi_expect_stop): Move after_reason argument to be really after
18ac113b
AR
17726 reason. This is to support fix for PR2424.
17727
add38693
JK
177282008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17729
17730 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
17731
fcacd99f
VP
177322008-04-13 Vladimir Prus <vladimir@codesourcery.com>
17733
17734 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
a9c64011 17735 field. Add more floating varobj tests.
fcacd99f 17736 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
a9c64011
AS
17737 field.
17738 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
17739 (main): Call do_at_tests.
17740 * lib/mi-support.exp (mi_create_floating_varobj)
17741 (mi_varobj_update_with_type_change): New.
fcacd99f 17742
de051565
MK
177432008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
17744
17745 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
17746 option of -var-evaluate-expression.
17747 * gdb.mi/mi2-var-display.exp: Likewise.
17748
dbc52822
VP
177492008-04-07 Vladimir Prus <vladimir@codesourcery.com>
17750
17751 Introduce test setup helpers.
a9c64011
AS
17752 * lib/gdb.exp (build_executable, clean_restart)
17753 (prepare_for_testing): New.
17754 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
17755 * gdb.base/return.exp: Likewise.
17756 * gdb.base/ending-run.exp: Likewise.
dbc52822 17757
473591da
NR
177582008-04-07 Nick Roberts <nickrob@snap.net.nz>
17759
17760 * gdb.mi/mi-async.exp: New test for asynchronous Machine
17761 Interface (MI) responses.
17762
2b2d9e11
VP
177632008-04-06 Vladimir Prus <vladimir@codesourcery.com>
17764
a9c64011
AS
17765 * gdb.cp/breakpoint.cc: New code to test conditions involving
17766 member variables.
17767 * gdb.cp/breakpoint.exp: Test condition involving member
17768 variables.
2b2d9e11 17769
bb378428
VP
177702008-04-05 Vladimir Prus <vladimir@codesourcery.com>
17771
17772 * lib/mi-support.exp (mi_expect_stop): New.
17773 (mi_run_cmd): Change the
17774 token. Use mi_send_resuming_command, use
17775 mi_expect_stop.
17776 (mi_execute_to_helper): Rename to mi_execute_to.
17777 (mi_send_resuming_command): Add more error patterns.
17778 (mi_wait_for_stop): Renamed to...
17779 (mi_get_stop_line): ...this.
17780 (mi_run_inline_test): Adjust.
17781
17782 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
17783 * gdb.mi/mi-console.exp: Likewise.
17784 * gdb.mi/mi-pending.exp: Likewise.
17785 * gdb.mi/mi-simplerun.exp: Likewise.
17786 * gdb.mi/mi-stack.exp: Likewise.
17787 * gdb.mi/mi-stepi.exp: Likewise.
17788 * gdb.mi/mi-syn-frame.exp: Add comment.
17789 * gdb.mi/mi-until.exp: Likewise.
17790 * gdb.mi/mi-var-display.exp: Likewise.
17791 * gdb.mi/mi-watch.exp: Likewise.
17792 * gdb.mi/mi2-cli.exp: Likewise.
17793 * gdb.mi/mi2-console.exp: Likewise.
17794 * gdb.mi/mi2-simplerun.exp: Likewise.
17795 * gdb.mi/mi2-stack.exp: Likewise.
17796 * gdb.mi/mi2-stepi.exp: Likewise.
17797 * gdb.mi/mi2-until.exp: Likewise.
17798 * gdb.mi/mi2-var-display.exp: Likewise.
17799 * gdb.mi/mi2-watch.exp: Likewise.
17800
62172bb9
UW
178012008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17802
17803 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
17804
17805 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
17806
a13e061a
PA
178072008-04-04 Pedro Alves <pedro@codesourcery.com>
17808
17809 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
17810 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
17811 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
17812 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
17813 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
17814 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
17815 expect an mi error duplicated in stderr.
17816
eae06beb
JB
178172008-04-03 Joel Brobecker <brobecker@adacore.com>
17818
17819 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
17820 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
17821 Add a couple of tests that verify the behavior when the new setting
17822 is set to "cancel" and "all".
17823 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
17824 "ask" before we start the testing.
17825
79c6ced6
AR
178262008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
17827
17828 * gdb.cp/casts.cc: Add class reference variables.
17829 * gdb.cp/casts.exp: New test cases for up/down casting references.
17830
6c2d1a6b
MK
178312008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
17832
17833 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
17834 instead of beginning to make an extra test pass.
17835 * gdb.mi/mi2-var-display.exp: Likewise.
17836
55b411d9
MR
178372008-03-31 Maciej W. Rozycki <macro@mips.com>
17838
17839 * gdb.base/break.exp: Mark failures as such. Fix formatting.
17840
c6140da2
MD
178412008-03-31 Markus Deuling <deuling@de.ibm.com>
17842 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17843
17844 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
17845 value. Add xfail for older kernels.
17846
79732189
AR
178472008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
17848
17849 Bring mi-support in line with gdb.exp.
17850 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
17851 (mi_gdb_start): New function.
17852
33c3676e
MR
178532008-03-28 Maciej W. Rozycki <macro@mips.com>
17854
17855 * gdb.mi/mi-var-cmd.exp: Fix a typo.
17856
92e28119
VP
178572008-03-26 Vladimir Prus <vladimir@codesourcery.com>
17858
17859 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
17860 * gdb.mi/mi2-var-display.exp: Likewise.
a9c64011 17861
9e8e3afe
VP
178622008-03-26 Vladimir Prus <vladimir@codesourcery.com>
17863
17864 * lib/mi-support.exp (mi_create_varobj_checked): New.
17865 (mi_list_varobj_children): Allow to check for a
17866 value.
17867 (mi_list_array_varobj_children): New.
17868
17869 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
17870 and mi_list_varobj_children, as opposed to hardcoding
17871 expected strings.
17872 * gdb.mi/gdb701.exp: Likewise.
17873 * gdb.mi/gdb792.exp: Likewise.
17874 * gdb.mi/mi-var-block.exp: Likewise.
17875 * gdb.mi/mi-var-cmd.exp: Likewise.
17876 * gdb.mi/mi-var-invalidate.exp: Likewise.
17877 * gdb.mi/mi2-var-block.exp: Likewise.
17878 * gdb.mi/mi2-var-child.exp: Likewise.
17879 * gdb.mi/mi2-var-cmd.exp: Likewise.
17880 * gdb.mi/mi2-var-display.exp: Likewise.
17881
9df50351
JK
178822008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17883
17884 Fix random false FAILs on i386.
17885 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
17886
31e5d73a
DJ
178872008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
17888
17889 PR gdb/544
17890 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
17891
12f4afab
DJ
178922008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
17893
17894 PR gdb/544
17895 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
17896
b562a0cb
DJ
178972008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
17898
17899 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
17900 fixed PR gdb/544.
17901
17faa917
DJ
179022008-03-21 Pedro Alves <pedro@codesourcery.com>
17903
17904 * gdb.threads/fork-child-threads.exp: Test next over fork.
17905
6214f497
DJ
179062008-03-21 Chris Demetriou <cgd@google.com>
17907
17908 * gdb.base/break.exp (rbreak junk): New test for rbreak
17909 "Junk at end of arguments" issue.
17910
63092375
DJ
179112008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
17912
17913 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
17914 *& to work on created array elements.
17915 (Top level): Test print $pc with a file. Test string operations
17916 without a target.
17917 * gdb.base/ptype.exp: Do not expect *& to work on created array
17918 elements.
17919
b21991b0
DJ
179202008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
17921
17922 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
17923 gdb.threads/staticthreads.exp: Update exit query.
17924
c4b347c7
SL
179252008-03-07 Sandra Loosemore <sandra@codesourcery.com>
17926
17927 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
17928
fa4727a6
DJ
179292008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
17930
17931 * gdb.base/watchpoint.c (global_ptr, func4): New.
17932 (main): Call func4.
17933 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
17934 (test_inaccessible_watchpoint): New.
17935
2f34202f
MR
179362008-02-29 Maciej W. Rozycki <macro@mips.com>
17937
17938 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
17939 select the largest.
17940
0d6ba1b1
DJ
179412008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
17942
17943 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
17944 frames-invalid annotations.
17945
e691325a
PM
179462008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
17947
a9c64011 17948 * gdb.base/assign.exp: avoid same output for different tests.
e691325a 17949
f85b5ecc
DE
179502008-02-27 Doug Evans <dje@google.com>
17951
17952 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
17953 for bug 1738.
17954 (breakpoint_to_handler_entry): Ditto.
17955
b40e7bf3
JB
179562008-02-27 Joel Brobecker <brobecker@adacore.com>
17957
17958 * gdb.base/ending-run.exp: Use the first line of code inside
17959 function body to test breakpoints.
17960 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
17961 location where the breakpoint is inserted when using the line
17962 where a function is declared. Fix typo in the description of
17963 one of the tests.
17964 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
17965
2faca73a
PM
179662008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
17967
17968 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
a9c64011 17969 tests.
2faca73a 17970
6f439c36
PM
179712008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
17972
17973 * gdb.base/args.exp: avoid same output for tests
17974 with single quotes.
17975
54e52265
VP
179762008-02-26 Vladimir Prus <vladimir@codesourcery.com>
17977
a9c64011
AS
17978 * gdb.base/annota1.exp: Adjust for 'info break'
17979 format changes.
17980 * gdb.base/annota3.exp: Likewise.
17981 * gdb.base/break.exp: Likewise.
17982 * gdb.base/condbreak.exp: Likewise.
17983 * gdb.base/pending.exp: Likewise.
17984 * gdb.base/sepdebug.exp: Likewise.
17985 * gdb.base/unload.exp: Likewise.
17986 * gdb.cp/ovldbreak.exp: Likewise.
17987 * gdb.mi/mi-pending.exp: Likewise.
54e52265 17988
897b09ca
DE
179892008-02-07 Doug Evans <dje@google.com>
17990
17991 * gdb.cp/mb-inline.exp: New.
17992 * gdb.cp/mb-inline.h: New.
17993 * gdb.cp/mb-inline1.cc: New.
17994 * gdb.cp/mb-inline2.cc: New.
17995
b1c32d35
PM
179962008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
17997
17998 * gdb.pascal/floats.pas: New test program.
17999 * gdb.pascal/floats.exp: New testcase.
18000
1a4ca44a
TJB
180012008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
18002
18003 * gdb.base/callfuncs.c (t_float_many_args): New function.
18004 (t_double_many_args): New function.
18005 * gdb.base/callfuncs.exp: Add tests for exceeding float
18006 and double parameters passed through the stack.
18007
439048e8
JB
180082008-02-05 Joel Brobecker <brobecker@adacore.com>
18009
18010 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
18011 gdb.ada/complete/foo.adb: New files.
18012 * gdb.ada/complete.exp: New testcase.
18013
81fe8080
DE
180142008-02-03 Doug Evans <dje@google.com>
18015
301f0ecf
DE
18016 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
18017
81fe8080
DE
18018 * gdb.cp/gdb2384.exp: New file.
18019 * gdb.cp/gdb2384.cc: New file.
18020 * gdb.cp/gdb2384-base.h: New file.
18021 * gdb.cp/gdb2384-base.cc: New file.
18022
4b071aec
DE
180232008-02-02 Doug Evans <dje@google.com>
18024
18025 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
18026
61137ba6
JB
180272007-02-01 Joel Brobecker <brobecker@adacore.com>
18028
18029 * gdb.ada/sym_print_name: New test program.
18030 * gdb.ada/sym_print_name.exp: New testcase.
18031
180322007-02-01 Joel Brobecker <brobecker@adacore.com>
51ba8a62
JB
18033
18034 * gdb.ada/nested/hello.adb: New file.
18035 * gdb.ada/nested.exp: New testcase.
18036 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
18037
98deb0da
VP
180382008-02-01 Vladimir Prus <vladimir@codesourcery.com>
18039
18040 * gdb.mi/basic.c (return_1): New function.
a9c64011
AS
18041 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
18042 don't cause future evaluations of function to report
18043 creation of internal breakpoints.
98deb0da 18044
723a2275
VP
180452008-02-01 Vladimir Prus <vladimir@codesourcery.com>
18046
18047 * gdb.mi/mi-break.exp (test_error): New.
18048 Call it.
18049
fb546a2f
LM
180502008-01-31 Luis Machado <luisgpm@br.ibm.com>
18051
18052 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
18053 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
18054
2d8fd90a
PM
180552008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
18056
18057 * gdb.pascal/integers.pas: New test program.
18058 * gdb.pascal/integers.exp: New testcase.
18059
a7fa0ded
PM
180602008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
18061
18062 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
18063
5e1a1926
TJB
180642008-01-30 Luis Machado <luisgpm@br.ibm.com>
18065
18066 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
18067 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
18068
8d04f9f0
JB
180692008-01-30 Paul Hilfinger <hilfinger@adacore.com>
18070
18071 * gdb.ada/formatted_ref: New test program.
18072 * gdb.ada/formatted_ref.exp: New testcase.
18073
18074 * gdb.cp/formatted-ref.cc: New file.
18075 * gdb.cp/formatted-ref.exp: New testcase.
18076
ce75a98f
JB
180772008-01-30 Joel Brobecker <brobecker@adacore.com>
18078
18079 * gdb.base/ptype.exp: Add testing of "ptype $pc".
18080
e835f6bf
NR
180812008-01-30 Nick Roberts <nickrob@snap.net.nz>
18082
18083 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
18084 (test_file_list_exec_source_file): Update to new macro-info field.
18085
d118ef87
PH
180862008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
18087
18088 * gdb.ada/exprs: New test program.
18089 * gdb.ada/exprs.exp: New testcase.
18090
7d35ab09
TJB
180912008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
18092
18093 * dfp-test.c (DELTA, DELTA_B): New definitions.
18094 (double_val1, double_val2, double_val3, double_val4, double_val5,
18095 double_val6, double_val7, double_val8, double_val9, double_val10,
18096 double_val11, double_val12, double_val13, double_val14, dec32_val1,
18097 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
18098 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
18099 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
18100 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
18101 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
18102 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
18103 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
18104 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
18105 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
18106 dec128_val16): New global variables.
18107 (decimal_dec128_align): New function.
18108 (decimal_mixed): Likewise.
18109 (decimal_many_args_dec32): Likewise.
18110 (decimal_many_args_dec64): Likewise.
18111 (decimal_many_args_dec128): Likewise.
18112 (decimal_many_args_mixed): Likewise.
18113 * dfp-test.exp: Add tests calling new inferior functions.
18114
2d717e4f
DJ
181152008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
18116
18117 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
18118 gdb.server/ext-run.exp: New files.
18119 * lib/gdbserver-support.exp (gdbserver_download): New.
18120 (gdbserver_start): New. Update gdbserver expected
18121 output.
18122 (gdbserver_spawn): Use them.
18123 (gdbserver_start_extended): New.
18124
e85a822c
DJ
181252008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
18126
18127 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
18128 Run on GNU/Linux.
18129 (do_exec_tests): Check for systems which do not support catchpoints.
18130 Do not match START.
18131 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
18132 Run on GNU/Linux. Enable verbose output.
18133 (check_fork_catchpoints): New.
18134 (explicit_fork_child_follow, catch_fork_child_follow)
18135 (tcatch_fork_parent_follow): Update expected messages.
18136 (do_fork_tests): Use check_fork_catchpoints.
18137 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
18138 Run on GNU/Linux. Enable verbose output.
18139 (check_vfork_catchpoints): New.
18140 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
18141 expected messages.
18142 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
18143
401ea829
JB
181442008-01-29 Jim Blandy <jimb@red-bean.com>
18145
18146 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
18147 host' errors.
18148 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
18149
aceaf3ad
JB
181502008-01-29 Jim Blandy <jimb@red-bean.com>
18151
18152 * gdb.threads/sigthread.c: Use barriers to ensure that
18153 child_thread and child_thread_two are always initialized before we
18154 start to use them.
18155
a5606eee
VP
181562008-01-29 Vladimir Prus <vladimir@codesourcery.com>
18157
18158 * gdb.base/watchpoint-solib.exp: New.
a9c64011
AS
18159 * gdb.base/watchpoint-solib.c: New.
18160 * gdb.base/watchpoint-solib-shr.c: New.
a5606eee 18161
c55a82bb
PM
181622008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
18163
18164 * gdb.base/gdb1056.exp: Add unsigned integer test.
18165
0993fe05
DE
181662008-01-28 Doug Evans <dje@google.com>
18167
18168 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
18169
4fe42e7f
JB
181702008-01-27 Jim Blandy <jimb@codesourcery.com>
18171
c7a69933
JB
18172 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
18173
4fe42e7f
JB
18174 * gdb.base/expand-psymtabs.exp: Doc fix.
18175
5def8285
MK
181762008-01-26 Mark Kettenis <kettenis@gnu.org>
18177
18178 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
18179
5313c911
NR
181802008-01-24 Nick Roberts <nickrob@snap.net.nz>
18181
a9c64011 18182 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
5313c911
NR
18183 -var-set-format.
18184
93815fbf
VP
181852008-01-23 Chris Demetriou <cgd@google.com>
18186
18187 * gdb.threads/thread_events.c: New testcase source file.
18188 * gdb.threads/thread_events.exp: New testcase expect file.
18189
467a88ee
NR
181902008-01-23 Nick Roberts <nickrob@snap.net.nz>
18191
18192 * lib/gdb.exp: Add the variable octal.
a9c64011
AS
18193
18194 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
467a88ee
NR
18195 -var-set-format.
18196
d8f82aba
DJ
181972008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
18198 Vladimir Prus <vladimir@codesourcery.com>
18199
18200 * gdb.base/float.exp: Allow missing floating point for m68k and
18201 PowerPC.
18202
60c46647
VP
182032008-01-22 Vladimir Prus <vladimir@codesourcery.com>
18204
18205 * gdb.mi/basics.c: Setup for testing breakpoints
a9c64011
AS
18206 ignore count.
18207 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
18208 * gdb.mi/mi-cli.exp: Adjust.
18209 * gdb.mi/mi2-cli.exp: Adjust.
60c46647 18210
c7dd36a1
PA
182112008-01-17 Pedro Alves <pedro@codesourcery.com>
18212
18213 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
18214 and 'dummy_ptr' integer pointer. Initialize struct_declarations
18215 with dummy_ptr's address.
18216 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
18217 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
18218 all targets.
18219 * gdb.mi/mi2-var-child.exp: Likewise.
18220
39d5313e
JB
182212008-01-09 Joel Brobecker <brobecker@adacore.com>
18222
18223 * gdb.ada/null_array: New test program.
18224 * gdb.ada/null_array.exp: New testcase.
18225
0aea4bf3
LM
182262008-01-09 Luis Machado <luisgpm@br.ibm.com>
18227
18228 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
18229 with required float modifiers.
18230
0b354900
JB
182312008-01-08 Joel Brobecker <brobecker@adacore.com>
18232
18233 * gdb.ada/funcall_param: New test program.
18234 * gdb.ada/funcall_param.exp: New testcase.
18235
cdb7f5d4
JB
182362008-01-08 Joel Brobecker <brobecker@adacore.com>
18237
18238 * gdb.ada/arrayparam: New test program.
18239 * gdb.ada/arrayparam.exp: New testcase.
18240
88e2547f
JB
182412008-01-08 Joel Brobecker <brobecker@adacore.com>
18242
18243 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
18244 landed. Should also fix random failures in the test following it.
18245
f6867ce0
TJB
182462008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
18247
18248 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
18249 for expressions with decimal float values.
18250 (test_dfp_conversions): New function to test casts to and from
18251 decimal float types.
18252 Call test_dfp_conversions.
18253 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
18254 elements.
18255 (main): Initialize ds.float4 and ds.double8 elements.
18256 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
18257 string to new error message.
18258 (d64_set_tests): Likewise.
18259 (d128_set_tests): Likewise.
18260 Add tests for expressions with decimal float variables. Add tests for
18261 conversions to and from decimal float types.
18262
f9c11282
JB
182632008-01-05 Joel Brobecker <brobecker@adacore.com>
18264
18265 * gdb.ada/packed_tagged/comp_bug.adb: New file.
18266 * gdb.ada/packed_tagged.exp: New testcase.
18267
0ecbca72
JB
182682008-01-04 Joel Brobecker <brobecker@adacore.com>
18269
18270 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
18271 gdb.ada/homonym/homonym_main.adb: New files.
18272 * gdb.ada/homonym.exp: New testcase.
18273
c18d3d89
JB
182742008-01-04 Joel Brobecker <brobecker@adacore.com>
18275
18276 * gdb.ada/packed_array.exp: Add testing of references to
18277 a packed array.
18278
ecc7085b
JB
182792008-01-04 Joel Brobecker <brobecker@adacore.com>
18280
18281 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
18282 New files.
18283 * gdb.ada/type_coercion.exp: New testcase.
18284
c474c922
JB
182852008-01-04 Joel Brobecker <brobecker@adacore.com>
18286
18287 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
18288 gdb.ada/tagged/foo.adb: New file.
18289 * gdb.ada/tagged.exp: New testcase.
18290
9005b927
JB
182912008-01-04 Joel Brobecker <brobecker@adacore.com>
18292
18293 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
18294 gdb.ada/ptype_field/foo.adb: New files.
18295 * gdb.ada/ptype_field.exp: New testcase.
18296
1a6aaad8
JB
182972008-01-03 Joel Brobecker <brobecker@adacore.com>
18298
18299 * gdb.ada/print_pc.exp: New testcase.
18300
0ef22f53
JB
183012008-01-03 Joel Brobecker <brobecker@adacore.com>
18302
18303 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
18304 gdb.ada/taft_type/p.adb: New files.
18305 * gdb.ada/taft_type.exp: New testcase.
18306
1689ecf8
JB
183072008-01-03 Joel Brobecker <brobecker@adacore.com>
18308
18309 * gdb.ada/array_bounds/bar.adb: New file.
18310 * gdb.ada/array_bounds.exp: New testcase.
18311
a4d0b9c3
JB
183122008-01-03 Joel Brobecker <brobecker@adacore.com>
18313
18314 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
18315 gdb.ada/arrayptr/foo.adb: New files.
18316 * gdb.ada/arrayptr.exp: New testcase.
18317
a31ace00
JB
183182008-01-03 Joel Brobecker <brobecker@adacore.com>
18319
18320 * gdb.base/set-lang-auto.exp: New testcase.
18321
a97fced3
JB
183222008-01-03 Joel Brobecker <brobecker@adacore.com>
18323
18324 * gdb.ada/fun_addr/foo.adb: New file.
18325 * gdb.ada/fun_addr.exp: New testcase.
18326
ef29ce1a
JK
183272008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
18328
18329 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
18330 New files
18331
0fafefe3
JB
183322008-01-02 Joel Brobecker <brobecker@adacore.com>
18333
18334 * array_subscript_addr/p.adb: New file.
a9c64011 18335 * array_subscript_addr.exp: New testcase.
0fafefe3 18336
c4359f8d
JB
183372008-01-02 Joel Brobecker <brobecker@adacore.com>
18338
a9c64011 18339 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
c4359f8d
JB
18340 New files.
18341 * gdb.ada/str_cmp_ref.exp: New testcase.
18342
1aa1b15b
JB
183432008-01-01 Joel Brobecker <brobecker@adacore.com>
18344
18345 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
18346 gdb.ada/fun_in_declare/foo.adb: New files.
a9c64011 18347 * gdb.ada/fun_in_declare.exp: New testcase.
1aa1b15b 18348
81c9b2cf
JB
183492008-01-01 Joel Brobecker <brobecker@adacore.com>
18350
18351 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
18352 gdb.ada/ref_param/pck.ads: New files.
18353 * gdb.ada/ref_param.exp: New testcase.
18354
319e4674
JB
183552008-01-01 Joel Brobecker <brobecker@adacore.com>
18356
18357 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
18358 gdb.ada/interface/foo.adb: New files.
18359 * gdb.ada/interface.exp: New testcase.
18360
ef682c56
JB
183612007-12-31 Jim Blandy <jimb@codesourcery.com>
18362
18363 * gdb.base/multi-forks.exp: Consume all output from child
18364 processes before proceeding to next test.
18365
f6f3eb6c
JB
183662007-12-29 Jim Blandy <jimb@codesourcery.com>
18367
18368 * configure: Regenerated.
18369
f652e42f
JB
183702007-12-27 Joel Brobecker <brobecker@adacore.com>
18371
18372 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
18373 gdb.ada/fixed_cmp/fixed.adb: New files.
18374 * gdb.ada/fixed_cmp.exp: New testcase.
18375
6943e596
JB
183762007-12-27 Joel Brobecker <brobecker@adacore.com>
18377
18378 * gdb.ada/boolean_expr.exp: New testcase.
18379
aad9a193
JB
183802007-12-26 Jim Blandy <jimb@codesourcery.com>
18381
18382 * gdb.base/multi-forks.exp: Doc fix.
18383
fb5f3683
JB
183842007-12-26 Joel Brobecker <brobecker@adacore.com>
18385
18386 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
18387 * gdb.ada/char_param.exp: Do not compile our test program with
18388 -gnata, this is unnecessary.
18389 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
18390
384e4a9c
JB
183912007-12-24 Joel Brobecker <brobecker@adacore.com>
18392
18393 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
18394 gdb.ada/print_chars/foo.adb: New files.
18395 * gdb.ada/print_chars.exp: New testcase.
18396
01e044f7
JB
183972007-12-24 Joel Brobecker <brobecker@adacore.com>
18398
18399 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
18400 gdb.ada/char_param/foo.adb: New files.
18401 * gdb.ada/char_param.exp: New testcase.
18402
0ce17860
JB
184032007-12-22 Jim Blandy <jimb@codesourcery.com>
18404
18405 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
18406 hard-coding source line numbers into the test.
18407 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
18408 gdb_get_line_number to find.
18409
919809b9
JB
184102007-12-22 Joel Brobecker <brobecker@adacore.com>
18411
18412 * gdb.base/ptype.c (highest): New struct type.
18413 (the_highest): New variable of that type.
18414 (main): Add dummy assignment to a field of variable the_highest.
18415 * gdb.base/ptype.exp: Test type printing of our new variable.
18416
abc8a88d
PM
184172007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
18418
18419 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
a9c64011 18420 and record first explicitly generated thread number.
abc8a88d
PM
18421 Use that thread number for thread specific watchpoint test.
18422 Add iteration number to repetitive tests.
18423
5158f3e3
CES
184242007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
18425 Jim Blandy <jimb@codesourcery.com>
18426
18427 * gdb.base/expand-psymtabs.c: New testcase
18428 source file.
18429 * gdb.base/expand-psymtabs.exp: New testcase
18430 expect file.
18431
37e4754d
LM
184322007-12-17 Luis Machado <luisgpm@br.ibm.com>
18433
18434 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
18435 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
18436
551e5d04
JB
184372007-12-17 Joel Brobecker <brobecker@adacore.com>
18438
18439 * gdb.ada/frame_args/foo.adb: New file.
18440 * gdb.ada/frame_args/pck.ads: New file.
18441 * gdb.ada/frame_args/pck.adb: New file.
18442 * gdb.ada/frame_args.exp: New testcase.
18443
a05ee097
JB
184442007-12-17 Joel Brobecker <brobecker@adacore.com>
18445
18446 * gdb.base/frame-args.c: New file.
18447 * gdb.base/frame-args.exp: New testcase.
18448
c162e8c9 184492007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
a9c64011 18450 Joseph Myers <joseph@codesourcery.com>
c162e8c9
JM
18451
18452 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
18453
afe8ab22 184542007-12-14 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 18455
afe8ab22
VP
18456 * gdb.mi/mi-pending.exp: New.
18457 * gdb.mi/mi-pending.c: New.
18458 * gdb.mi/mi-pendshr.c: New.
18459
dfdfb3ca
JB
184602007-12-06 Jim Blandy <jimb@codesourcery.com>
18461
18462 * gdb.base/default.exp: Update expected output for 'info catch'.
18463
b7fca990
JK
184642007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18465
18466 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
18467 must be set to binary.
18468
6a1afc1e
PA
184692007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
18470
18471 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
18472
a6b151f1
DJ
184732007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
18474
18475 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
18476 gdb.mi/mi-file-transfer.exp: New.
18477
43039443
JK
184782007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18479
18480 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
18481
0ef2251b
MR
184822007-11-22 Maciej W. Rozycki <macro@mips.com>
18483
18484 * gdb.trace/backtrace.exp: Fix a typo.
18485 * gdb.trace/circ.exp: Likewise.
18486 * gdb.trace/collection.exp: Likewise.
18487 * gdb.trace/limits.exp: Likewise.
18488 * gdb.trace/report.exp: Likewise.
18489 * gdb.trace/tfind.exp: Likewise.
18490 * gdb.trace/while-dyn.exp: Likewise.
18491
5443631e
NR
184922007-11-21 Nick Roberts <nickrob@snap.net.nz>
18493
18494 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
18495 objects of pointers that can't be dereferenced are now
18496 "noneditable".
18497
a4ce5b0d
UW
184982007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18499
18500 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
18501 (target_cpu): Remove.
18502
d6e956e5
VP
185032007-10-15 Vladimir Prus <vladimir@codesourcery.com>
18504
18505 * gdb.base/ending-run.exp: Expect the list of cleared
18506 breakpoint to come in natural order, not the reversed one.
a9c64011 18507
214270ab
VP
185082007-11-07 Vladimir Prus <vladimir@codesourcery.com>
18509
18510 * gdb.mi/mi-var-child.c (do_child_deletion): New.
18511 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
a9c64011 18512
1a619819
LM
185132007-11-05 Luis Machado <luisgpm@br.ibm.com>
18514
18515 * gdb.base/printcmds.exp: New function
18516 test_printf_with_dfp.
18517
5b01a6fa
DE
185182007-11-02 Doug Evans <dje@google.com>
18519
18520 * gdb.disasm/t01_mov.s: Remove carriage returns.
18521 * gdb.disasm/t02_mova.s: Ditto.
18522 * gdb.disasm/t03_add.s: Ditto.
18523 * gdb.disasm/t04_sub.s: Ditto.
18524 * gdb.disasm/t05_cmp.s: Ditto.
18525 * gdb.disasm/t06_ari2.s: Ditto.
18526 * gdb.disasm/t07_ari3.s: Ditto.
18527 * gdb.disasm/t08_or.s: Ditto.
18528 * gdb.disasm/t09_xor.s: Ditto.
18529 * gdb.disasm/t10_and.s: Ditto.
18530 * gdb.disasm/t11_logs.s: Ditto.
18531 * gdb.disasm/t12_bit.s: Ditto.
18532 * gdb.disasm/t13_otr.s: Ditto.
18533
ec33ab7f
JK
185342007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
18535
18536 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
18537
ae0d01ff
UW
185382007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18539
18540 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
18541 provide DFP support.
18542
55eddb0f
DJ
185432007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
18544
18545 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
18546 Test "set powerpc vector-abi". Skip auto-detection tests for old
18547 toolchains.
18548
7020f05c
PA
185492007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
18550
18551 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
18552 with [string compare].
18553
84bc3db9
PA
185542007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
18555
18556 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
18557 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
18558
5876dc88
LM
185592007-10-25 Luis Machado <luisgpm@br.ibm.com>
18560
18561 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
18562 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
18563 * gdb.opt/Makefile.in: New makefile.
18564 * Makefile.in: Create new directory "gdb.opt".
18565 * configure.ac: Add "gdb.opt" directory.
18566 * configure: Regenerated.
a9c64011 18567
c3ea9a14
DE
185682007-10-25 Doug Evans <dje@google.com>
18569
18570 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
18571 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
18572
a9c64011 185732007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
93004d61
TJB
18574 Thiago Jung Bauermann <bauerman@br.ibm.com>
18575
18576 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
18577 Floating Point expressions.
18578 * gdb.base/dfp-test.exp: new file adding tests for Decimal
18579 Floating Point variables.
18580 * gdb.base/dfp-test.c: new file containing program with Decimal
18581 Floating variables, used by gdb.base/dfp-test.exp.
18582
62a24a2b
DJ
185832007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
18584
18585 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
18586
e7b1eae6
UW
185872007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18588
18589 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
18590 compiling test case with GCC.
18591 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
18592
c641edcc
UW
185932007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18594
18595 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
18596 format changes.
18597
5e5ebfe6
MS
185982007-10-18 Michael Snyder <msnyder@specifix.com>
18599
18600 * gdb.base/dbx.exp: Add missing "-re " operator.
18601
e831e7b6
GM
186022007-10-16 Gaius Mulley <gaius@glam.ac.uk>
18603
18604 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
18605 * configure.ac: Removed trailing spaces after backslash.
18606 * gdb.modula2: New directory.
18607 * gdb.modula2/Makefile.in: New file.
18608 * gdb.modula2/unbounded-array.exp: New file.
18609 * gdb.modula2/unbounded1.c: New file.
18610
7cc46491
DJ
186112007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
18612
18613 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
18614
186152007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
501b79c1
PM
18616
18617 * gdb.base/sigstep.c (main): Add checks for
18618 return values for setitimer call.
18619 Call setitimer again with itimer = ITIMER_REAL
18620 if first call to setitimer fails.
18621
e91528f0
KH
186222007-10-11 Kazu Hirata <kazu@codesourcery.com>
18623
18624 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
18625 of $timeout.
18626
2ec9a4f8
DJ
186272007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
18628
18629 * gdb.server/server-run.exp: Test for dynamic linker symbols.
18630
186312007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
5aa7ddc2
PM
18632
18633 * lib/gdb.exp (gdb_run_cmd): Move comment outside
18634 of gdb_expect call, to avoid interruption.
18635
64b2fa04
PA
186362007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
18637
18638 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
18639 (v_unsigned_long_long, v_long_long_array)
18640 (v_signed_long_long_array, v_unsigned_long_long_array)
18641 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
18642 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
18643 [!NO_LONG_LONG]: New.
18644 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
18645 v_long_long_member.
18646
18647 (v_long_long_func, v_signed_long_long_func)
18648 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
18649 (main) [!NO_LONG_LONG]: Initialize long long variants.
18650
18651 * gdb.base/whatis.exp: If board file requests no_long_long, build
18652 test with NO_LONG_LONG defined. Test long long, signed long long,
18653 and unsigned long long variants but only if board file doesn't
18654 disable it.
18655
a912286e 186562007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
a9c64011 18657 Daniel Jacobowitz <dan@codesourcery.com>
a912286e
DJ
18658
18659 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
18660 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
18661 * configure: Regenerated.
18662 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
18663 gdb.pascal/types.exp, lib/pascal.exp: New files.
18664
471ba8c9
DJ
186652007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
18666
18667 * gdb.cp/classes.exp (do_tests): Always step to the line after the
18668 call.
18669 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
18670 to return to the call.
18671 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
18672 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
18673 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
18674 * gdb.mi/mi-until.exp (test_until): Likewise.
18675 * gdb.mi/mi2-until.exp (test_until): Likewise.
18676
fef8a650
DJ
186772007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
18678
18679 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
18680 two-char array.
18681 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
18682
d983da9c
DJ
186832007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
18684
18685 * gdb.threads/watchthreads.c (thread_function): Sleep between
18686 iterations.
18687 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
18688 at once for S/390. Generate matching fails and passes.
18689
17f62551
VP
186902007-09-27 Vladimir Prus <vladimir@codesourcery.com>
18691
18692 * gdb.mi/var-cmd.c (do_children_tests): Initialize
18693 the 'struct_declarations' variable to zeros.
a9c64011 18694
ed0616c6
VP
186952007-09-24 Vladimir Prus <vladimir@codesourcery.com>
18696
18697 * gdb.cp/mb-ctor.cc: New.
18698 * gdb.cp/mb-ctor.exp: New.
18699 * gdb.cp/mb-templates.cc: New.
18700 * gdb.cp/mb-templates.exp: New.
18701
41f1b697
DJ
187022007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
18703
18704 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
18705
3f213f78
PA
187062007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
18707
18708 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
18709 targets.
18710 * configure: Regenerate.
18711
0d381245 187122007-09-23 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 18713
0d381245
VP
18714 * gdb.base/annota1.exp: Adjust for 'info break'
18715 format changes.
18716 * gdb.base/annota3.exp: Likewise.
18717 * gdb.base/break.exp: Likewise.
18718 * gdb.base/condbreak.exp: Likewise.
18719 * gdb.base/pending.exp: Likewise.
18720 * gdb.base/sepdebug.exp: Likewise.
18721 * gdb.base/unload.exp: Likewise.
18722 * gdb.base/ovldbreak.exp: Likewise.
a9c64011 18723
fe3f5fa8
VP
187242007-09-22 Vladimir Prus <vladimir@codesourcery.com>
18725
18726 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
18727 messages.
18728 * gdb.base/chng-syms.exp: Likewise.
18729 * gdb.base/unload.exp: Likewise.
a9c64011 18730
a75cf6c0
DJ
187312007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
18732
18733 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
18734
18ecae38
DJ
187352007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
18736
18737 * schedlock.c (NUM): Change to 1.
18738 (main): Use args[0] for the main thread.
18739 * schedlock.exp: Only expect two threads. Only issue one pass or fail
18740 regardless of the number of threads.
18741
5509918f
MR
187422007-09-14 Maciej W. Rozycki <macro@mips.com>
18743
4a543daf
MR
18744 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
18745 type down.
18746 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
18747 test.
18748 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
18749 watchpoint type down.
18750 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
18751 test.
18752
187532007-09-14 Maciej W. Rozycki <macro@mips.com>
18754
5509918f
MR
18755 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
18756 Move all the tests here and run them twice, once using software
18757 watchpoints and once using hardware watchpoints.
18758 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
18759
40b53987
DJ
187602007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
18761
18762 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
18763 test.
18764
695e2681
MK
187652007-09-10 Mark Kettenis <kettenis@gnu.org>
18766
8b3fc8d8
MK
18767 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
18768 build-id.
18769
695e2681
MK
18770 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
18771 know about $ORIGIN. Calculate output dir from $dest instead of
18772 using ${objdir}/{$subdir}.
18773
58d69f29
MK
187742007-09-09 Mark Kettenis <kettenis@gnu.org>
18775
18776 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
18777 gcore, before continuing with the test.
18778
3e347599
DJ
187792007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
18780
18781 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
18782 * gdb.mi/mi-watch.exp: Likewise.
18783
ea37ba09
DJ
187842007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
18785 Jim Blandy <jimb@codesourcery.com>
18786
18787 * gdb.arch/i386-sse.exp: Do not expect character constants.
18788 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
18789 * gdb.base/display.exp: Allow print/s.
18790 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
18791 and unsigned char array changes.
18792
2025a643
DJ
187932007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
18794
18795 * gdb.base/display.exp: Add tests for printf %p.
18796
26669a27
PA
187972007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
18798
18799 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
18800 the dll name to unicode.
18801
c8f021f8
JK
188022007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18803
18804 * gdb.base/default.exp (show version): Update the version text.
18805 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
18806
4cf31eea
JK
188072007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
18808
18809 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
18810 New files.
18811
4935890f
JK
188122007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
18813
18814 * lib/gdb.exp (build_id_debug_filename_get): New function.
18815 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
18816 Remove the generate DEBUG file for the future testcase runs.
18817 New testcase for the NT_GNU_BUILD_ID retrieval.
18818 Move the final testing step to ...
18819 (test_different_dir): ... a new function.
18820 New parameter XFAIL to XFAIL all the tests performed.
18821 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
18822 New parameter TYPE to PF_PREFIX all the tests performed.
18823
02142340
VP
188242007-08-31 Vladimir Prus <vladimir@codesourcery.com>
18825
18826 * gdb.mi/mi-var-cp.cc (path_expression): New
18827 function.
18828 * gdb.mi/mi-var-cp.exp: Run path exression tests.
18829
36acd84e
UW
188302007-08-27 Markus Deuling <deuling@de.ibm.com>
18831
18832 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
18833 to fit into SPU Local Store memory.
18834
a896d121
JB
188352007-08-23 Joel Brobecker <brobecker@adacore.com>
18836
18837 * gdb.base/default.exp: Adjust the expected output of "info
18838 warranty" after the switch to GPLv3.
18839
7b433602
JB
188402007-08-23 Joel Brobecker <brobecker@adacore.com>
18841
18842 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
18843 to 30000 (from 20000).
18844
e22f8b7c
JB
188452007-08-23 Joel Brobecker <brobecker@adacore.com>
18846
18847 Switch the license of all .exp files to GPLv3.
18848 Switch the license of all .f and .f90 files to GPLv3.
18849 Switch the license of all .s and .S files to GPLv3.
18850
5a0e3bd0
JB
188512007-08-23 Joel Brobecker <brobecker@adacore.com>
18852
18853 * configure.ac: Switch license to GPLv3.
18854
cc00619d
JB
188552007-08-23 Joel Brobecker <brobecker@adacore.com>
18856
18857 Switch the licensing to GPLv3 for all .ads and .adb files.
18858
8d26208a
DJ
188592007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
18860
18861 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
18862 and t_int_double.
18863 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
18864
4fcb9948
JB
188652007-08-17 Joel Brobecker <brobecker@adacore.com>
18866
18867 * gdb.base/step-line.c: Switch license to GPL version 3, and
18868 update copyright year.
18869 * gdb.base/step-line.inp: Likewise.
18870
b9c34f67
JB
188712007-08-17 Joel Brobecker <brobecker@adacore.com>
18872
18873 * gdb.base/gdb1555.exp: Make expected output immune to formatting
18874 changes inside gdb1555.c.
18875 * gdb.base/pending.exp: Likewise.
18876
2cc17678
DJ
188772007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
18878
18879 * config/default.exp: New file.
18880
e48883f7
DJ
188812007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
18882
18883 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
18884 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
18885
1ab80e5b
MR
188862007-07-30 Maciej W. Rozycki <macro@mips.com>
18887
18888 * gdb.base/dump.exp: Force the correct endianness for binary
18889 formats not carrying this information.
18890
aba471f5
DJ
188912007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
18892
18893 * gdb.threads/staticthreads.exp: Match .*sem_post.
18894
d4e07204
DJ
188952007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
18896
18897 * gdb.base/readline.exp (operate_and_get_next): Match the final
18898 prompt.
18899
2b97317d
KB
189002007-07-23 Kevin Buettner <kevinb@redhat.com>
18901
18902 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
18903 to restarting SID.
18904
44efa07a
KB
189052007-07-18 Kevin Buettner <kevinb@redhat.com>
18906
18907 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
18908 prior to `gdb_start'.
18909
7b5ebade
KB
189102007-07-18 Kevin Buettner <kevinb@redhat.com>
18911
18912 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
18913 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
18914 Remove call to gdb_unload.
18915
255e7678
DJ
189162007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
18917 Daniel Jacobowitz <dan@codesourcery.com>
18918
18919 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
18920 for __WIN32__.
18921 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
18922 * gdb.base/unload.exp: Use shared library test routines.
18923
3a40aaa0
UW
189242007-07-03 Markus Deuling <deuling@de.ibm.com>
18925
18926 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
18927 * gdb.base/solib-symbol-lib.c: Likewise.
18928 * gdb.base/solib-symbol-main.c: Likewise.
18929
b0f4b84b
DJ
189302007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
18931
18932 * config/gdbserver.exp (gdb_reconnect): New.
18933 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
18934 gdb.base/solib-disc.exp: New files.
18935 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
18936 remote debugging".
18937 (gdb_compile): Add shlib_load flag.
18938 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
18939 port.
18940 (gdbserver_reconnect): New.
18941
1b05479a
DJ
189422007-07-01 Nick Roberts <nickrob@snap.net.nz>
18943 Daniel Jacobowitz <dan@codesourcery.com>
18944
18945 * gdb.base/annota3.exp: Test for if construct.
18946
86f78eb2
DJ
189472007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
18948
18949 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
18950
6a2eb474 189512007-06-21 Chris Dearman <chris@mips.com>
a9c64011 18952 Maciej W. Rozycki <macro@mips.com>
6a2eb474
MR
18953
18954 * gdb.base/display.exp: Allow a newline after display/i.
18955 * gdb.base/pc-fp.exp: Likewise.
18956 * gdb.base/sigbpt.exp: Likewise.
18957
f8b73d13
DJ
189582007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
18959
18960 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
18961 required features to be included.
18962
4339e69e
DJ
189632007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
18964
18965 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
18966 in info threads output.
18967
23d964e7
UW
189682007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18969 Markus Deuling <deuling@de.ibm.com>
18970
18971 * gdb.arch/spu-info.exp: New testcase.
18972 * gdb.arch/spu-info.c: New file.
18973
fd20f75b
DJ
189742007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
18975
18976 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
18977 tpcs_offset. Restore lr after the call.
18978 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
18979
2226f861
DJ
189802007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
18981
18982 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
18983 (gdbserver_run): Kill any running gdbserver.
18984 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
18985
d12371a9
MR
189862007-05-17 Maciej W. Rozycki <macro@mips.com>
18987
18988 * gdb.base/sigbpt.exp: Preset segv_addr.
18989
93f02886
DJ
189902007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
18991
18992 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
18993 (gdb_compile_shlib): Likewise.
18994 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
18995 (default_gdb_init): Clear cleanfiles.
18996 (gdb_finish): Delete recorded cleanfiles.
18997 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
18998
18999 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
19000 Do not use isnative.
19001 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
19002 gdb.base/so-impl-ld.exp: Likewise.
19003 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
19004 * gdb.base/unload.exp: Likewise. Do not pass empty option to
19005 gdb_compile.
19006
b04e06d7
VP
190072007-05-15 Vladimir Prus <vladimir@codesourcery.com>
19008
19009 * config/unknown.exp: Remove.
19010
069ed931
UW
190112007-05-15 Markus Deuling <deuling@de.ibm.com>
19012
19013 * gdb.base/info-proc.exp: Check is_remote.
19014
09db0d03
UW
190152007-05-14 Markus Deuling <deuling@de.ibm.com>
19016
19017 * gdb.base/gcore.exp: Initialize variable core_supported.
19018
af2cbe8c
DJ
190192007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
19020
19021 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
19022
027c0295
DJ
190232007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
19024
19025 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
19026 * gdb.threads/print-threads.exp (test_all_threads): Allow
19027 negative and hexadecimal thread IDs.
19028
dc5000e7
DJ
190292007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
19030
19031 * gdb.java/jprint.java (public): Avoid invalid call to static
19032 method.
19033
2e74ed18
DP
190342007-05-14 Denis Pilat <denis.pilat@st.com>
19035
19036 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
19037 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
19038 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
19039 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
19040 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
19041
83547f02
UW
190422007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19043
19044 * gdb.base/overlays.exp: Add support for targets with only code
a9c64011 19045 overlay support, not data overlay. Support spu-*-* target in
83547f02
UW
19046 this mode.
19047 * gdb.base/ovlymgr.c: Provide stubs for spu target.
19048 * gdb.base/spu.ld: New file.
19049
b18be20d
DJ
190502007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
19051
19052 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
19053
be444858
DJ
190542007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
19055
19056 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
19057
b1d53152
DJ
190582007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
19059
19060 * gdb.java/jmain.exp: Handle demangled names with and without method
19061 signatures.
19062
d084b331
DJ
190632007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
19064
19065 * gdb.mi/mi-syn-frame.c (main, foo, bar)
19066 (have_a_very_merry_interrupt): Remove calls to puts.
19067 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
19068 inferior output.
19069 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
19070 test names.
19071
db9d7fc5
DJ
190722007-04-29 Markus Deuling <deuling@de.ibm.com>
19073 Daniel Jacobowitz <dan@codesourcery.com>
19074
19075 * gdb.base/auxv.exp (core_works): Also check is_remote.
19076 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
19077
ef783a7d 190782007-04-25 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 19079
ef783a7d
VP
19080 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
19081 message, not the undefined 'module' variable.
19082 * gdb.base/siginfo.exp: Likewise.
19083 * gdb.base/sigstep.exp: Likewise.
19084 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
19085 serialport.
19086 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
19087
b7b73cae
CV
190882007-04-25 Corinna Vinschen <vinschen@redhat.com>
19089
19090 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
19091 target sim fails. Return 0 otherwise.
19092 (gdb_load): Return prematurely if gdb_target_sim fails.
19093
7d90fdfa
DP
190942007-04-16 Denis Pilat <denis.pilat@st.com>
19095
19096 * gdb.base/setshow.exp: Reset height after having set it to 100.
19097
5d3e9c85
DP
190982007-04-16 Denis Pilat <denis.pilat@st.com>
19099
19100 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
19101
18e75969
DP
191022007-04-16 Denis Pilat <denis.pilat@st.com>
19103
19104 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
19105
25d5ea92
VP
191062007-04-14 Vladimir Prus <vladimir@codesourcery.com>
19107
19108 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
19109 tests. Run the frozen varobjs test.
19110 * gdb.mi/var-cmd.c (do_frozen_tests): New.
a9c64011 19111 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
25d5ea92 19112
0b49cb80
JK
191132007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19114
19115 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
19116 gdb.base/type-opaque.exp: New files.
19117
a73bafbc 191182007-04-01 Vladimir Prus <vladimir@codesourcery.com>
a9c64011
AS
19119
19120 * gdb.mi/mi-var-child.c
a73bafbc
VP
19121 (do_children_tests): User char[2] instead of
19122 char so that automatic printing of pointers to char
19123 don't give unpredicable result.
19124 * gdb.mi/var-cmd.c (do_locals_test): Initialize
19125 local variables.
19126 * gdb.mi/mi-var-child.exp: Step to right line
19127 of do_children_tests.
19128 * gdb.mi/mi2-var-child.exp: Likewise.
19129 * gdb.mi/mi-var-cmd.exp: Step to right line of
a9c64011 19130 do_locals_tests.
a73bafbc
VP
19131 (do_children_tests): User char[2] instead of
19132 char so that automatic printing of pointers to char
a9c64011 19133 don't give unpredicable result.
a73bafbc 19134 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 19135 * lib/mi-support.exp (mi_continue_to_line):
a73bafbc
VP
19136 Pass test name to mi_wait_for_stop.
19137
7ce59000
DJ
191382007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
19139
19140 * gdb.asm/asm-source.exp: Remove d10v case.
19141 * lib/gdb.exp (skip_cplus_tests): Likewise.
19142 * gdb.asm/d10v.inc: Deleted.
19143
20389057
DJ
191442007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
19145
19146 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
19147
8807d78b
DJ
191482007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
19149
19150 * config/netware.exp: Delete file.
19151
aa3edb8e
JB
191522007-03-29 Joel Brobecker <brobecker@adacore.com>
19153
19154 * gdb.dwarf2/dw2-noloc.S: New file.
19155 * gdb.dwarf2/dw2-noloc.exp: New file.
19156
297561ac
PA
191572007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
19158
19159 * gdb.cp/method2.cc: New test.
19160 * gdb.cp/method2.exp: New test.
19161 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
19162
1f81bd39
DJ
191632007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
19164
19165 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
19166
9453113a
DJ
191672007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
19168
19169 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
19170
b741e217
DJ
191712007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
19172
19173 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
19174 (gdb_load): Delete, replace with...
19175 (gdb_reload): ...this.
19176 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
19177 * gdb.server/server-mon.exp: Likewise.
19178 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
19179 (gdb_start_cmd): New.
19180 (gdb_file_cmd): Save the last loaded file.
19181 (gdb_reload): New.
19182 (gdb_gnu_strip_debug): Use transform.
19183 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
19184 support here. Use new $last_loaded_file. Check mtime.
19185 (gdb_target_cmd): Handle ObjC failure case.
19186 (infer_host_exec): Delete.
19187 (gdbserver_load): Rename to...
19188 (gdbserver_run): ...this. Simplify.
19189 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
19190 (mi_gdb_load): Move most contents to a new function...
19191 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
19192 (mi_run_cmd): Use mi_gdb_target_load.
19193 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
19194 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
19195 Use gdb_run_cmd.
19196 * gdb.base/charsign.exp: Remove incorrect comment.
19197 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
19198 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
19199 gdb.base/start.exp: Use gdb_start_cmd.
19200
446ab585 192012007-03-23 Nigel Stephens <nigel@mips.com>
a9c64011 19202 Maciej W. Rozycki <macro@mips.com>
446ab585
MR
19203
19204 * gdb.base/sigbpt.exp: Fix the message when skipping test.
19205 * gdb.base/signull.exp: Similarly.
19206
bbb88ebf
UW
192072007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19208
19209 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
19210 messages available to test cases (like chng-sym.exp).
19211
cb8c4a99
AS
192122007-03-14 Andreas Schwab <schwab@suse.de>
19213
19214 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
19215 format changes.
19216
4e463ff5
DJ
192172007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
19218
19219 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
19220 (optimized_1): New.
19221 (main): Call optimized_1.
19222 (gdb2029): Correct typos. Call gdb2029_marker.
19223 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
19224 for gdb2029.
19225
b6db2c47
MK
192262007-03-12 Mark Kettenis <kettenis@gnu.org>
19227
19228 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
19229 as tabs. Remove redundant test pattern.
19230
70ed3737
UW
192312007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19232
19233 * gdb.base/long_long.exp: Accept optional symbol name in <...>
19234 for /a format output.
19235
47b67b60
DJ
192362007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
19237
19238 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
19239 collect output incrementally.
19240
b8953b0e
UW
192412007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19242
19243 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
19244 for -var-create lpcharacter test.
19245 * gdb.mi/mi2-var-cmd.exp: Likewise.
19246
7acd5c40
UW
192472007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19248
19249 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
19250 pass on targets where address zero is readable.
19251
9c6759c1
UW
192522007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19253
19254 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
19255 just a single architecture.
19256
a2f1aeb4
UW
192572007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19258
19259 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
19260 (fetch_all_registers): New function, uses gdb_test_multiple and
19261 exp_continue to fetch inferior output line-by-line.
19262 Replace all uses of do_get_all_registers by fetch_all_registers.
19263
46579ac2
UW
192642007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19265
19266 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
19267 in target_info.
19268
fc133f24
MS
192692007-03-02 Michael Snyder <michael.snyder@palmsource.com>
19270
a9c64011 19271 * gdb.threads/manythreads.exp: Use $message string for
fc133f24
MS
19272 consistancy; add a default (timeout) case.
19273
7646a51d
MS
192742007-03-02 Michael Snyder <michael.snyder@palmsource.com>
19275
19276 * gdb.base/watchpoint.exp: Fix truncated comment.
19277
dcfff61f
MS
192782007-03-02 Michael Snyder <michael.snyder@palmsource.com>
19279
19280 * Makefile.in: Remove spurious single-quotes from sed command.
19281
664e3ee9
DJ
192822007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
19283
19284 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
19285 func.
19286 * gdb.mi/mi2-var-cmd.exp: Likewise.
19287
d7cc6f2f
JB
192882007-02-27 Joel Brobecker <brobecker@adacore.com>
19289
a9c64011
AS
19290 * gdb.dwarf2/dw2-producer.S: New file.
19291 * gdb.dwarf2/dw2-producer.exp: New testcase.
d7cc6f2f
JB
19292
192932007-02-27 Nick Roberts <nickrob@snap.net.nz>
c0e3bc07
NR
19294
19295 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
19296 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
19297 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
19298 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
19299 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
19300 Revert tests to use mi_gdb_test and include value field in output
19301 of -var-create.
19302
93d42b30
DJ
193032007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
19304
19305 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
19306
c499ed39
DJ
193072007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
19308
19309 * gdb.base/maint.exp: Remove full paths from test names.
19310 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
19311 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
19312
9836f81b
JB
193132007-02-27 Joel Brobecker <brobecker@adacore.com>
19314
19315 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
19316
c74d0ad8
DJ
193172007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
19318
19319 * gdb.server/server-mon.exp: New test.
19320
2711e456
DJ
193212007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
19322
19323 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
19324
ff6f572f
DJ
193252007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
19326
19327 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
19328 register capitalization.
19329
fada3feb
DP
193302007-02-13 Denis Pilat <denis.pilat@st.com>
19331
19332 * gdb.mi/mi-var-invalidate.exp: New file.
19333
fb1e4ffc
DJ
193342007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
19335
19336 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
19337
3da939d7
DJ
193382007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
19339
19340 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
19341
123dc839
DJ
193422007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
19343
19344 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
19345 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
19346
877e3645 193472007-02-08 Nick Roberts <nickrob@snap.net.nz>
87604222
NR
19348
19349 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
19350 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
19351 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
19352 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
19353 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
1183581f 19354 * gdb.mi/gdb792.exp, lib/mi-support.exp:
87604222 19355 Update tests to include value field in output of -var-create.
a9c64011 19356
3c0a2960
AS
193572007-02-08 Andreas Schwab <schwab@suse.de>
19358
19359 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
19360
108546a0
DJ
193612007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
19362
19363 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
19364 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
19365
d701dcab
DP
193662007-02-02 Denis Pilat <denis.pilat@st.com>
19367
19368 * gdb.threads/threadapply.exp: check that frame is not changed by
19369 the thread apply all command.
19370
783e3e2f
AS
193712007-01-31 Andreas Schwab <schwab@suse.de>
19372
6d9c3a87
AS
19373 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
19374
3c50d7b9
AS
19375 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
19376 in the dwarf sections.
19377 * gdb.dwarf2/mac-fileno.S: Likewise.
19378
783e3e2f
AS
19379 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
19380 bspstore register on ia64.
19381
78ff580e
AS
193822007-01-29 Andreas Schwab <schwab@suse.de>
19383
cc8e9b12
AS
19384 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
19385 "frame-begin" annotation.
19386
78ff580e
AS
19387 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
19388 number of "frames-invalid" annotations.
19389
704a4f78
DJ
193902007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
19391
19392 * gdb.base/commands.exp: Call if_commands_test.
19393 (gdb_test_no_prompt, if_commands_test): New.
19394
e741bf94
MK
193952007-01-28 Mark Kettenis <kettenis@gnu.org>
19396
19397 * gdb.threads/sigthread.c (NSIGS): Make bigger.
19398
474d0ad3
AS
193992007-01-27 Andreas Schwab <schwab@suse.de>
19400
19401 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
19402 .short/.int/.quad in the dwarf sections.
19403 * gdb.dwarf2/dw2-intercu.S: Likewise.
19404 * gdb.dwarf2/dw2-intermix.S: Likewise.
19405
e784b426
JK
194062007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19407
19408 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
4590cfcb
MK
19409 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
19410 array.
e784b426
JK
19411 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
19412 * gdb.base/setvar.exp: Likewise.
19413
37f08e04
AS
194142007-01-26 Andreas Schwab <schwab@suse.de>
19415
9a01813a
AS
19416 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
19417 test.
19418
37f08e04
AS
19419 * gdb.base/multi-forks.exp ("restart $i"): Also match
19420 __kernel_syscall_via_break.
19421
6e2a9270
VP
194222007-01-24 Vladimir Prus <vladimir@codesourcery.com>
19423
19424 * lib/mi-support.exp (mi_delete_varobj): New.
19425 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
19426 testcase.
19427 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
19428 (main): Call the above.
19429 (reference_update_test, base_in_reference_test)
19430 (reference_to_pointer): Delete the created varobjs.
a9c64011 19431
e515b470
DJ
194322007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
19433
19434 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
19435 * configure: Regenerated.
19436 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
19437 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
19438 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
19439 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
19440 * lib/gdb.exp (gdb_skip_xml_test): New function.
19441
08d8bcd7
DJ
194422007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
19443
19444 * gdb.base/sigrepeat.exp: Correct error message.
19445
194462007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
43a9b631
JK
19447 Daniel Jacobowitz <dan@codesourcery.com>
19448
19449 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
19450 gdb.arch/i386-gnu-cfi-asm.S: New files.
19451
97c3f1f3
JK
194522007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
19453
19454 * lib/gdb.exp: Abort on missing `site.exp'.
19455
cb1df416
DJ
194562007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19457 Daniel Jacobowitz <dan@codesourcery.com>
19458
19459 * gdb.base/included.c, gdb.base/included.exp,
19460 gdb.base/included.h: New files.
19461
35990120
DJ
194622007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
19463
19464 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
19465 (maximize_rlimit): Reduce limits on 64-bit systems.
19466
6e81a116 194672007-01-19 Mark Kettenis <kettenis@gnu.org>
2429decf
MK
19468
19469 From Marcus Deuling <deuling@de.ibm.com>:
19470 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
19471 every case.
19472
6c3c41f3
NR
194732007-01-13 Nick Roberts <nickrob@snap.net.nz>
19474
19475 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
19476 (test_path_specification): Use objdir instead of srcdir to always
19477 get an absolute filename.
19478
2f12c312
DJ
194792007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
19480
19481 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
19482
81121995
VP
194832007-01-11 Vladimir Prus <vladimir@codesourcery.com>
19484
19485 * gdb.mi/mi-var-cp.cc (reference_update_tests):
19486 Make sure the variable we're using is in scope.
19487 (reference_to_pointer): Likewise.
19488
4741b737
DJ
194892007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
19490
19491 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
19492 has no debug information.
19493
054410c3
DJ
194942007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
19495
19496 * gdb.base/annota1.exp: Remove extra send_gdb.
19497
818f79f6
DJ
194982007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
19499
19500 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
19501
f7a6bb70
DJ
195022007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
19503
19504 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
19505
57e66780
DJ
195062007-01-08 Nick Roberts <nickrob@snap.net.nz>
19507 Daniel Jacobowitz <dan@codesourcery.com>
19508
19509 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
19510 lcharacter or linteger change. Correct duplicated test name.
19511 * gdb.mi/mi2-var-cmd.exp: Likewise.
19512
3d799a95
DJ
195132007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
19514
19515 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
19516
195172007-01-05 Joel Brobecker <brobecker@adacore.com>
51679ba9 19518
a9c64011
AS
19519 * gdb.base/nofield.c: New file.
19520 * gdb.base/nofield.exp: New testcase.
51679ba9 19521
eafb94e8
NR
195222007-01-05 Nick Roberts <nickrob@snap.net.nz>
19523
19524 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
19525
19526 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
19527 test.
19528
5e572bb4
DJ
195292007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
19530
19531 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
19532
74a44383
DJ
195332007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
19534
19535 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
19536 when continuing.
19537
1b572db9
DJ
195382007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
19539
19540 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
19541 Expect ".exe" extension.
19542
381bc39b
DJ
195432007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
19544
19545 * gdb.base/charset.exp: Add explicit filename to break.
19546 * gdb.base/dbx.exp: Add explicit filename to breaks.
19547
2b70e4c6
DJ
195482007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
19549
19550 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
19551 * gdb.mi/mi2-file.exp: Likewise.
19552
303b6f5d
DJ
195532007-01-04 Vladimir Prus <vladimir@codesourcery.com>
19554
19555 Implement specification of MI tests as comments
19556 in C and C++ sources.
19557 * lib/mi-support.exp (mi_autotest_data): New variable.
19558 (mi_autotest_source): New variable.
19559 (count_newlines, mi_prepare_inline_tests)
19560 (mi_get_inline_test, mi_continue_to_line)
19561 (mi_run_inline_test, mi_tbreak)
19562 (mi_send_resuming_command, mi_wait_for_stop): New functions.
19563 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
19564 Run inline tests.
19565 * gdb.mi/mi-var-cp.cc: Define tests here.
19566
23da0d94
VP
195672007-01-04 Vladimir Prus <vladimir@codesourcery.com>
19568
19569 Simplify usage of mi_continue_to.
19570 * lib/mi-support.exp (mi_runto_helper): Renamed
19571 from mi_runto, added new parameter 'run_or_continue'.
19572 (mi_runto): Use mi_runto_helper.
19573 (mi_continue_to): Accept just function name as parameter.
19574 Use mi_runto_helper.
19575 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
19576 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 19577
f9e18282
JB
195782006-01-04 Joel Brobecker <brobecker@adacore.com>
19579
19580 Make this testcase a bit more realistic. The current code
19581 is too simplistic, and allows the compiler to optimize out
19582 some of the entities we need for this testcase.
19583 * gdb.ada/null_record/bar.ads (Void_Star): New type.
19584 (Do_Nothing): Add extra parameter.
19585 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
19586 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
19587 by using a variable of type Void_Star.
19588
fd678c65
JB
195892006-01-04 Joel Brobecker <brobecker@adacore.com>
19590
19591 * gdb.ada/catch_ex/foo.adb: New file.
19592 * gdb.ada/catch_ex.exp: New testcase.
19593
05cfdb42
DJ
195942007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
19595
19596 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
19597 pass --image-base to linker.
19598
2e03ee74
DJ
195992007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
19600 Daniel Jacobowitz <dan@codesourcery.com>
19601
19602 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
19603 secondary prompts.
19604
0d5de010
DJ
196052007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
19606
19607 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
19608 output. Test the types of members and member pointers.
19609 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
19610 gdb/2092.
19611 * gdb.cp/member-ptr.exp: Search for a comment instead of a
19612 statement. Enable for GCC. Update expected output for some tests
19613 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
19614 layout.
19615 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
19616 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
19617 (Diamond::vget_base): New.
19618 (main): Add new tests.
19619 * gdb.cp/printmethod.exp: Update expected output for member functions.
19620 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
19621 print pEe->D::vg().
19622
61a771aa
DJ
196232007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
19624
19625 * gdb.threads/tls.exp: Allow stops in sem_post.
19626
2fa63963
DJ
196272006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
19628
19629 * gdb.base/annota1.exp: Allow .*printf in backtraces.
19630 * gdb.base/annota3.exp: Likewise.
19631 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
19632 again (instead of timing out).
19633 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
19634 GCC bug 26475.
19635 * gdb.java/jmisc.exp: Adjust to work with method signatures including
19636 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
19637 test from jmisc1.exp.
19638 * gdb.java/jmisc1.exp: Delete.
19639 * gdb.java/jprint.exp: Adjust to work with method signatures including
19640 return types.
19641 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
19642 * gdb.threads/linux-dp.exp: Don't be confused by program output.
19643 * lib/java.exp (compile_java_from_source): Pass the correct type
19644 to target_compile.
19645
5eefc2b7
JB
196462006-12-31 Joel Brobecker <brobecker@adacore.com>
19647
19648 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
19649 (stack_align_edx): New function.
19650 (stack_align_eax): New function.
19651 (main): Add calls to stack_align_edx and stack_align_eax.
19652 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
19653 Add testing for the cases where the register used during a stack
19654 realignment is edx. Same for eax.
19655
227c54da
DJ
196562006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
19657
19658 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
19659 and generic PE targets.
19660
cab8ac94
JB
196612006-12-29 Joel Brobecker <brobecker@adacore.com>
19662
19663 * gdb.ada/array_return.exp: Update copyright date list.
19664
ba54f318
JB
196652006-12-27 Joel Brobecker <brobecker@adacore.com>
19666
19667 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
19668 (Create_Small_Float_Vector): New function.
19669 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
19670 function body.
19671 * gdb.ada/array_return/p.adb: Use new type and function from
19672 package Pck.
19673 * gdb.ada/array_return.exp: Add a test verifying that GDB is
19674 able to print the value returned by a function returning an
19675 array of float.
19676
6b7a35dd
JB
196772006-12-20 Joel Brobecker <brobecker@adacore.com>
19678
19679 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
19680 The associated tests should be PASSing.
19681
038224f6
VP
196822006-12-08 Vladimir Prus <vladimir@codesourcery.com>
19683
19684 Test for base in references.
19685 * gdb.mi/mi-var-cp.cc: Add test code.
19686 * gdb.mi/mi-var-cp.exp: Test for bases in references.
19687 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
19688 * gdb.mi/mi2-watch.exp: Likewise.
19689 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
19690 (mi_list_varobj_children): New function.
19691
b26ed50d
VP
196922006-12-08 Vladimir Prus <vladimir@codesourcery.com>
19693
19694 * lib/mi-support.exp
19695 (mi_runto): Accept "()" after function name.
19696 (mi_create_varobj): New function.
19697 (mi_varobj_update): New function.
19698 (mi_Check_varobj_value): New function.
19699 * gdb.mi/mi-var-cp.exp: New file.
19700 * gdb.mi/mi-var-cp.cc: New file.
a9c64011 19701
08232497
DJ
197022006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
19703
19704 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
19705 gdb.base/weaklib2.c: New files.
19706
d394c993 197072006-11-29 Nathan Sidwell <nathan@codesourcery.com>
8ec659a0 19708
ac6c2fba
NS
19709 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
19710 info. Adjust test names.
19711
8ec659a0 19712 * gdb.base/break.c (main): Move position of malloc.
d394c993 19713 * gdb.base/break.exp: Revert mistaken checkin.
8ec659a0 19714
acd65feb
VP
197152006-11-28 Vladimir Prus <vladimir@codesourcery.com>
19716
19717 * gdb.mi/mi-var-cmd.exp: Check -var-update after
19718 assignement of arrays and function pointers.
19719 * gdb.mi/var-cmd.c: Add declaration necessary for above
19720 tests.
19721
f556d5e5
NS
197222006-11-27 Nathan Sidwell <nathan@codesourcery.com>
19723
19724 * gdb.base/break.c (main): Call malloc.
fcfcc2b5
NS
19725
19726 * gdb.threads/linux-dp.exp: Read thread table before and after
19727 creating each philosopher and verify it.
19728
697bc68d
NS
197292006-11-27 Nathan Sidwell <nathan@codesourcery.com>
19730 Paul Brook <paul@codesourcery.com>
19731 Daniel Jacobowitz <dan@codesourcery.com>
19732
19733 * gdb.base/ending-run.exp: Flatten expect script stepping out of
a9c64011 19734 main to remove duplication. Add start function of the form
697bc68d
NS
19735 '_*start[1-9]*'. Add RVDS start function.
19736
29d73ae4
DJ
197372006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
19738
19739 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
19740
c1d88655
UW
197412006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19742
19743 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
19744 * gdb.asm/spu.inc: New file.
19745 * gdb.base/term.exp: Disable if [target_info exists noargs].
19746 * gdb.gdb/complaints.exp: Disable if ![isnative].
19747 * gdb.gdb/selftest.exp: Likewise.
19748 * gdb.gdb/observer.exp: Likewise.
19749 * gdb.gdb/xfullpath.exp: Likewise.
19750 * gdb.base/attach.exp: Disable on SPU target.
19751 * gdb.cp/bs145503.exp: Likewise.
19752 * gdb.cp/exception.exp: Likewise.
19753 * gdb.cp/userdef.exp: Likewise.
19754
32a13b1a
DJ
197552006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
19756
19757 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
19758
d8295fe9
VP
197592006-11-10 Vladimir Prus <vladimir@codesourcery.com>
19760
19761 * gdb.base/completion.exp: Fix completion tests for
19762 'info' and 'info '.
19763 * gdb.base/help.exp (help_test_raw, test_class_help)
19764 (test_prefix_command_help): Move...
19765 * lib/gdb.exp: Here.
19766 * gdb.base/main.exp: Adjust.
19767 * gdb.cp/maint.exp: Adjust.
19768 * gdb.trace/tracecmd.exp: Use test_help_class.
a9c64011 19769
8c394015
VP
197702006-11-09 Vladimir Prus <vladimir@codesourcery.com>
19771
19772 * gdb.stabs/weird.exp (print_weird_var): Use
19773 gdb_test_multiple instead of gdb_expect.
19774
027fc1bc
VP
197752006-11-09 Vladimir Prus <vladimir@codesourcery.com>
19776
19777 * gdb.base/help.exp (help_test_raw): New.
19778 (test_class_help): New.
19779 (test_prefix_command_help): New.
19780 Adjust testcases.
19781
67609209
FR
197822006-11-09 Christophe Lyon <christophe.lyon@st.com>
19783
19784 * gdb.base/constvars.c (main): Write to crass and crips, so that
19785 they are allocated by the compiler.
19786
f73adfeb
AS
197872006-10-27 Andreas Schwab <schwab@suse.de>
19788
19789 * gdb.base/multi-forks.exp: Use "detach fork" instead of
19790 "detach-fork".
19791
2f83a18e
DJ
197922006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
19793
19794 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
19795 of patterns.
19796
94277a38
DJ
197972006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
19798
19799 * gdb.base/sepdebug.exp: Remove debug format test.
19800 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
19801 Handle no-symtab.
19802 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
19803
5bd2f6e2
DJ
198042006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
19805
19806 * gdb.threads/manythreads.c (thread_function, main): Don't cast
19807 int to pointer or pointer to int.
19808 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
19809
8c008720
DJ
198102006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
19811
19812 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
19813
9e35dae4
DJ
198142006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
19815
19816 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
19817
d9639e13
DJ
198182006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
19819
19820 PR c++/2116
19821 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
19822
390a1bd0
JB
198232006-10-06 Joel Brobecker <brobecker@adacore.com>
19824
19825 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
19826 the corresponding bug has been fixed in GDB (PR/2018).
19827
dd920c33
JB
198282006-10-06 Joel Brobecker <brobecker@adacore.com>
19829
19830 * gdb.base/subst.exp: New testcase.
19831
53bbefe9
JB
198322006-10-06 Joel Brobecker <brobecker@adacore.com>
19833
19834 * gdb.ada/array_return/pck.ads: Add copyright notice.
19835 * gdb.ada/array_return/pck.adb: Likewise.
19836 * gdb.ada/array_return/p.adb: Likewise.
19837 * gdb.ada/exec_changed/first.adb: Likewise.
19838 * gdb.ada/exec_changed/second.adb: Likewise.
19839
09851417
JB
198402006-10-06 Joel Brobecker <brobecker@adacore.com>
19841
19842 * gdb.ada/watch_arg/watch.adb: New file.
19843 * gdb.ada/watch_arg.exp: New testcase.
19844
041bf30d
VP
198452006-10-02 Vladimir Prus <vladimir@codesourcery.com>
19846
19847 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
a9c64011 19848 via string_to_regexp.
041bf30d 19849 * gdb.mi/mi2-basics.exp: Likewise.
a9c64011 19850
f286fbdd 198512006-09-20 Michael Snyder <michael.snyder@palmsource.com>
7b880e0b
MS
19852
19853 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
19854 Remove unused / obsolete files.
19855
7c07f349
NR
198562006-09-19 Nick Roberts <nickrob@snap.net.nz>
19857
19858 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
19859
cd5ff84a
VP
198602006-09-17 Vladimir Prus <vladimir@codesourcery.com>
19861
19862 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
19863 HIGH_FRAME argument to -stack-list-arguments can be larger than
a9c64011 19864 the number of frames.
cd5ff84a 19865
ae018d1a
DJ
198662006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
19867
19868 * gdb.base/args.c (main): Add breakpoint marker.
19869 * gdb.base/args.exp: Use args_test for tests. Add new tests which
19870 really test empty arguments.
19871 (args_load): Delete.
19872 (args_test): New.
19873
b399c549
NR
198742006-09-13 Nick Roberts <nickrob@snap.net.nz>
19875
19876 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
889bf7c5 19877 check for one file.
b399c549 19878
2ab1eb7a
VP
198792006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
19880
19881 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
19882 HIGH_FRAME argument to -stack-list-locals can be larger than
19883 the number of frames.
a9c64011 19884
476308bf
FF
198852006-08-18 Fred Fish <fnf@specifix.com>
19886
19887 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
19888 '$' in front of skip_vmx_tests_saved when setting that.
19889
8625200f
AS
198902006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
19891
19892 * gdb.base/trace-commands.exp: New file.
19893
089ec8f1
DJ
198942006-08-10 Joel Brobecker <brobecker@adacore.com>
19895 Daniel Jacobowitz <dan@codesourcery.com>
19896
19897 * gdb.base/step-bt.exp: Make hexadecimal address optional in
19898 expected output of the backtrace commands.
19899
b60f0898
JB
199002006-08-09 Joel Brobecker <brobecker@adacore.com>
19901
19902 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
19903 untested followed by return combination.
19904 * gdb.arch/altivec-regs.exp: Likewise.
19905 * gdb.arch/e500-abi.exp: Likewise.
19906 * gdb.arch/e500-regs.exp: Likewise.
19907 * gdb.arch/gdb1291.exp: Likewise.
19908 * gdb.arch/gdb1431.exp: Likewise.
19909 * gdb.arch/gdb1558.exp: Likewise.
19910 * gdb.arch/i386-prologue.exp: Likewise.
19911 * gdb.arch/i386-unwind.exp: Likewise.
19912 * gdb.asm/asm-source.exp: Likewise.
19913 * gdb.base/a2-run.exp: Likewise.
19914 * gdb.base/advance.exp: Likewise.
19915 * gdb.base/all-bin.exp: Likewise.
19916 * gdb.base/annota1.exp: Likewise.
19917 * gdb.base/annota3.exp: Likewise.
19918 * gdb.base/args.exp: Likewise.
19919 * gdb.base/arithmet.exp: Likewise.
19920 * gdb.base/assign.exp: Likewise.
19921 * gdb.base/async.exp: Likewise.
19922 * gdb.base/attach.exp: Likewise.
19923 * gdb.base/bang.exp: Likewise.
19924 * gdb.base/bigcore.exp: Likewise.
19925 * gdb.base/bitfields.exp: Likewise.
19926 * gdb.base/bitfields2.exp: Likewise.
19927 * gdb.base/break.exp: Likewise.
19928 * gdb.base/call-sc.exp: Likewise.
19929 * gdb.base/call-strs.exp: Likewise.
19930 * gdb.base/callfuncs.exp: Likewise.
19931 * gdb.base/checkpoint.exp: Likewise.
19932 * gdb.base/chng-syms.exp: Likewise.
19933 * gdb.base/code-expr.exp: Likewise.
19934 * gdb.base/commands.exp: Likewise.
19935 * gdb.base/completion.exp: Likewise.
19936 * gdb.base/cond-expr.exp: Likewise.
19937 * gdb.base/condbreak.exp: Likewise.
19938 * gdb.base/consecutive.exp: Likewise.
19939 * gdb.base/constvars.exp: Likewise.
19940 * gdb.base/corefile.exp: Likewise.
19941 * gdb.base/cvexpr.exp: Likewise.
19942 * gdb.base/dbx.exp: Likewise.
19943 * gdb.base/define.exp: Likewise.
19944 * gdb.base/detach.exp: Likewise.
19945 * gdb.base/display.exp: Likewise.
19946 * gdb.base/dump.exp: Likewise.
19947 * gdb.base/ena-dis-br.exp: Likewise.
19948 * gdb.base/ending-run.exp: Likewise.
19949 * gdb.base/environ.exp: Likewise.
19950 * gdb.base/eval-skip.exp: Likewise.
19951 * gdb.base/exprs.exp: Likewise.
19952 * gdb.base/fileio.exp: Likewise.
19953 * gdb.base/finish.exp: Likewise.
19954 * gdb.base/float.exp: Likewise.
19955 * gdb.base/foll-exec.exp: Likewise.
19956 * gdb.base/foll-fork.exp: Likewise.
19957 * gdb.base/foll-vfork.exp: Likewise.
19958 * gdb.base/freebpcmd.exp: Likewise.
19959 * gdb.base/funcargs.exp: Likewise.
19960 * gdb.base/gcore.exp: Likewise.
19961 * gdb.base/gdb1090.exp: Likewise.
19962 * gdb.base/gdb1250.exp: Likewise.
19963 * gdb.base/huge.exp: Likewise.
19964 * gdb.base/info-proc.exp: Likewise.
19965 * gdb.base/interrupt.exp: Likewise.
19966 * gdb.base/jump.exp: Likewise.
19967 * gdb.base/langs.exp: Likewise.
19968 * gdb.base/lineinc.exp: Likewise.
19969 * gdb.base/list.exp: Likewise.
19970 * gdb.base/logical.exp: Likewise.
19971 * gdb.base/long_long.exp: Likewise.
19972 * gdb.base/macscp.exp: Likewise.
19973 * gdb.base/maint.exp: Likewise.
19974 * gdb.base/mips_pro.exp: Likewise.
19975 * gdb.base/miscexprs.exp: Likewise.
19976 * gdb.base/multi-forks.exp: Likewise.
19977 * gdb.base/opaque.exp: Likewise.
19978 * gdb.base/overlays.exp: Likewise.
19979 * gdb.base/pc-fp.exp: Likewise.
19980 * gdb.base/pointers.exp: Likewise.
19981 * gdb.base/printcmds.exp: Likewise.
19982 * gdb.base/psymtab.exp: Likewise.
19983 * gdb.base/ptype.exp: Likewise.
19984 * gdb.base/recurse.exp: Likewise.
19985 * gdb.base/relational.exp: Likewise.
19986 * gdb.base/relocate.exp: Likewise.
19987 * gdb.base/remote.exp: Likewise.
19988 * gdb.base/reread.exp: Likewise.
19989 * gdb.base/restore.exp: Likewise.
19990 * gdb.base/return.exp: Likewise.
19991 * gdb.base/return2.exp: Likewise.
19992 * gdb.base/scope.exp: Likewise.
19993 * gdb.base/sect-cmd.exp: Likewise.
19994 * gdb.base/sep.exp: Likewise.
19995 * gdb.base/sepdebug.exp: Likewise.
19996 * gdb.base/setshow.exp: Likewise.
19997 * gdb.base/setvar.exp: Likewise.
19998 * gdb.base/sigall.exp: Likewise.
19999 * gdb.base/sigbpt.exp: Likewise.
20000 * gdb.base/signals.exp: Likewise.
20001 * gdb.base/signull.exp: Likewise.
20002 * gdb.base/sizeof.exp: Likewise.
20003 * gdb.base/solib.exp: Likewise.
20004 * gdb.base/step-line.exp: Likewise.
20005 * gdb.base/step-test.exp: Likewise.
20006 * gdb.base/structs.exp: Likewise.
20007 * gdb.base/structs2.exp: Likewise.
20008 * gdb.base/term.exp: Likewise.
20009 * gdb.base/twice.exp: Likewise.
20010 * gdb.base/until.exp: Likewise.
20011 * gdb.base/varargs.exp: Likewise.
20012 * gdb.base/volatile.exp: Likewise.
20013 * gdb.base/watchpoint.exp: Likewise.
20014 * gdb.base/whatis-exp.exp: Likewise.
20015 * gdb.base/whatis.exp: Likewise.
20016 * gdb.cp/ambiguous.exp: Likewise.
20017 * gdb.cp/annota2.exp: Likewise.
20018 * gdb.cp/annota3.exp: Likewise.
20019 * gdb.cp/bool.exp: Likewise.
20020 * gdb.cp/breakpoint.exp: Likewise.
20021 * gdb.cp/casts.exp: Likewise.
20022 * gdb.cp/class2.exp: Likewise.
20023 * gdb.cp/classes.exp: Likewise.
20024 * gdb.cp/cplusfuncs.exp: Likewise.
20025 * gdb.cp/ctti.exp: Likewise.
20026 * gdb.cp/derivation.exp: Likewise.
20027 * gdb.cp/exception.exp: Likewise.
20028 * gdb.cp/gdb1355.exp: Likewise.
20029 * gdb.cp/hang.exp: Likewise.
20030 * gdb.cp/inherit.exp: Likewise.
20031 * gdb.cp/local.exp: Likewise.
20032 * gdb.cp/m-data.exp: Likewise.
20033 * gdb.cp/m-static.exp: Likewise.
20034 * gdb.cp/member-ptr.exp: Likewise.
20035 * gdb.cp/method.exp: Likewise.
20036 * gdb.cp/misc.exp: Likewise.
20037 * gdb.cp/namespace.exp: Likewise.
20038 * gdb.cp/overload.exp: Likewise.
20039 * gdb.cp/ovldbreak.exp: Likewise.
20040 * gdb.cp/pr-1023.exp: Likewise.
20041 * gdb.cp/pr-1210.exp: Likewise.
20042 * gdb.cp/pr-574.exp: Likewise.
20043 * gdb.cp/printmethod.exp: Likewise.
20044 * gdb.cp/psmang.exp: Likewise.
20045 * gdb.cp/ref-params.exp: Likewise.
20046 * gdb.cp/ref-types.exp: Likewise.
20047 * gdb.cp/rtti.exp: Likewise.
20048 * gdb.cp/templates.exp: Likewise.
20049 * gdb.cp/try_catch.exp: Likewise.
20050 * gdb.cp/userdef.exp: Likewise.
20051 * gdb.cp/virtfunc.exp: Likewise.
20052 * gdb.disasm/am33.exp: Likewise.
20053 * gdb.disasm/h8300s.exp: Likewise.
20054 * gdb.disasm/mn10300.exp: Likewise.
20055 * gdb.disasm/sh3.exp: Likewise.
20056 * gdb.disasm/t01_mov.exp: Likewise.
20057 * gdb.disasm/t02_mova.exp: Likewise.
20058 * gdb.disasm/t03_add.exp: Likewise.
20059 * gdb.disasm/t04_sub.exp: Likewise.
20060 * gdb.disasm/t05_cmp.exp: Likewise.
20061 * gdb.disasm/t06_ari2.exp: Likewise.
20062 * gdb.disasm/t07_ari3.exp: Likewise.
20063 * gdb.disasm/t08_or.exp: Likewise.
20064 * gdb.disasm/t09_xor.exp: Likewise.
20065 * gdb.disasm/t10_and.exp: Likewise.
20066 * gdb.disasm/t11_logs.exp: Likewise.
20067 * gdb.disasm/t12_bit.exp: Likewise.
20068 * gdb.disasm/t13_otr.exp: Likewise.
20069 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
20070 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
20071 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
20072 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
20073 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
20074 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
20075 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
20076 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
20077 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
20078 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
20079 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
20080 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
20081 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
20082 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
20083 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
20084 * gdb.mi/gdb701.exp: Likewise.
20085 * gdb.mi/gdb792.exp: Likewise.
20086 * gdb.mi/mi-basics.exp: Likewise.
20087 * gdb.mi/mi-break.exp: Likewise.
20088 * gdb.mi/mi-cli.exp: Likewise.
20089 * gdb.mi/mi-console.exp: Likewise.
20090 * gdb.mi/mi-disassemble.exp: Likewise.
20091 * gdb.mi/mi-eval.exp: Likewise.
20092 * gdb.mi/mi-file.exp: Likewise.
20093 * gdb.mi/mi-read-memory.exp: Likewise.
20094 * gdb.mi/mi-regs.exp: Likewise.
20095 * gdb.mi/mi-return.exp: Likewise.
20096 * gdb.mi/mi-simplerun.exp: Likewise.
20097 * gdb.mi/mi-stack.exp: Likewise.
20098 * gdb.mi/mi-stepi.exp: Likewise.
20099 * gdb.mi/mi-syn-frame.exp: Likewise.
20100 * gdb.mi/mi-until.exp: Likewise.
20101 * gdb.mi/mi-var-block.exp: Likewise.
20102 * gdb.mi/mi-var-child.exp: Likewise.
20103 * gdb.mi/mi-var-cmd.exp: Likewise.
20104 * gdb.mi/mi-var-display.exp: Likewise.
20105 * gdb.mi/mi-watch.exp: Likewise.
20106 * gdb.mi/mi2-basics.exp: Likewise.
20107 * gdb.mi/mi2-break.exp: Likewise.
20108 * gdb.mi/mi2-cli.exp: Likewise.
20109 * gdb.mi/mi2-console.exp: Likewise.
20110 * gdb.mi/mi2-disassemble.exp: Likewise.
20111 * gdb.mi/mi2-eval.exp: Likewise.
20112 * gdb.mi/mi2-file.exp: Likewise.
20113 * gdb.mi/mi2-read-memory.exp: Likewise.
20114 * gdb.mi/mi2-regs.exp: Likewise.
20115 * gdb.mi/mi2-return.exp: Likewise.
20116 * gdb.mi/mi2-simplerun.exp: Likewise.
20117 * gdb.mi/mi2-stack.exp: Likewise.
20118 * gdb.mi/mi2-stepi.exp: Likewise.
20119 * gdb.mi/mi2-syn-frame.exp: Likewise.
20120 * gdb.mi/mi2-until.exp: Likewise.
20121 * gdb.mi/mi2-var-block.exp: Likewise.
20122 * gdb.mi/mi2-var-child.exp: Likewise.
20123 * gdb.mi/mi2-var-cmd.exp: Likewise.
20124 * gdb.mi/mi2-var-display.exp: Likewise.
20125 * gdb.mi/mi2-watch.exp: Likewise.
20126 * gdb.stabs/exclfwd.exp: Likewise.
20127 * gdb.stabs/weird.exp: Likewise.
20128 * gdb.threads/gcore-thread.exp: Likewise.
20129 * gdb.trace/actions.exp: Likewise.
20130 * gdb.trace/backtrace.exp: Likewise.
20131 * gdb.trace/circ.exp: Likewise.
20132 * gdb.trace/collection.exp: Likewise.
20133 * gdb.trace/deltrace.exp: Likewise.
20134 * gdb.trace/infotrace.exp: Likewise.
20135 * gdb.trace/limits.exp: Likewise.
20136 * gdb.trace/packetlen.exp: Likewise.
20137 * gdb.trace/passc-dyn.exp: Likewise.
20138 * gdb.trace/passcount.exp: Likewise.
20139 * gdb.trace/report.exp: Likewise.
20140 * gdb.trace/save-trace.exp: Likewise.
20141 * gdb.trace/tfind.exp: Likewise.
20142 * gdb.trace/tracecmd.exp: Likewise.
20143 * gdb.trace/while-dyn.exp: Likewise.
20144 * gdb.trace/while-stepping.exp: Likewise.
20145
f4b618d1
JB
201462006-08-08 Joel Brobecker <brobecker@adacore.com>
20147
20148 * gdb.base/step-bt.c: New file.
20149 * gdb.base/step-bt.exp: New testcase.
20150
3d00d119
DJ
201512006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
20152
20153 * config/monitor.exp (gdb_load): Remove support for obsolete
20154 download-write-size.
20155 * gdb.base/remote.exp: Likewise. Update all callers of
20156 gdb_timed_load.
20157
017b5bd4
DJ
201582006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
20159
20160 * cursal.exp: Pass binfile to gdb_load.
20161
837c599d
DJ
201622006-08-01 Nathan Sidwell <nathan@codesourcery.com>
20163
20164 * gdb.base/cursal.exp: Add "" to gdb_load call.
20165
8dd4540b
MK
201662006-07-29 Mark Kettenis <kettenis@gnu.org>
20167
20168 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
20169 NetBSD/ELF targets.
20170
ab5c9f60
DJ
201712006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
20172
20173 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
20174 operator*.
20175
4c42eaff
DJ
201762006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
20177
20178 * gdb.base/completion.exp: Update for change in "file" behavior.
20179 * gdb.stabs/weird.exp: Likewise.
20180 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
20181 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
20182
0155cc76
NS
201832006-07-24 Nathan Sidwell <nathan@codesourcery.com>
20184
20185 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
20186 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
20187
16026cd7
AS
201882006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
20189
20190 * gdb.base/default.exp: Update source command error message.
20191 * gdb.base/help.exp: Update 'help source' message.
20192
16963cb6
DJ
201932006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
20194
20195 * gdb.cp/bs15503.exp: Update comment for no longer crashing
20196 test.
20197
6d7fd486
AS
201982006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
20199
20200 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
20201
29e8a844
DJ
202022006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
20203
20204 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
20205
6afcfa39
DJ
202062006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
20207
20208 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
20209
267a692b
MK
202102006-07-17 Mark Kettenis <kettenis@gnu.org>
20211
20212 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
20213 *-*-openbsd* from targets for wich we expect ARM FPA floating
20214 point format.
20215
85d2fec4
NR
202162006-07-17 Nick Roberts <nickrob@snap.net.nz>
20217
20218 * gdb.cp/annota3.exp: Expect frame-begin annotation.
20219
202202006-07-17 Mark Kettenis <kettenis@gnu.org>
20221
20222 * gdb.base/annota3.exp: Expect frame-begin annotation.
20223
85b4c6e8
JB
202242006-07-14 Joel Brobecker <brobecker@adacore.com>
20225
20226 * gdb.base/help.exp: Adjust "help unset" test to accept
20227 any list of unset commands.
20228
fb933624
DJ
202292006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
20230 Daniel Jacobowitz <dan@codesourcery.com>
20231
20232 * gdb.cp/ref-params.exp: New test.
20233 * gdb.cp/ref-params.cc: New source file.
20234 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
20235
1dff4b64
MK
202362006-07-08 Mark Kettenis <kettenis@gnu.org>
20237
20238 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
20239 spaces/tabs in regular expressions since they might not be there.
20240
40d2e0e3
AS
202412006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
20242
20243 * gdb.base/ifelse.exp: New file.
20244
f6c957d2
NS
202452006-07-04 Nathan Sidwell <nathan@codesourcery.com>
20246
20247 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
20248 line.
20249 * gdb.base/huge.exp: Loop over compilation to find a size that
20250 is acceptable.
20251 * gdb.base/remote.exp: Correct expected strings.
20252 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
20253
b9c5a23d
DJ
202542006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20255
20256 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
20257
9af2e58d
DJ
202582006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20259
20260 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
20261 native.
20262
30930ca5
DJ
202632006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20264
20265 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
20266 enable stabs testing.
20267
aa32fa1d
DJ
202682006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20269
bd4a4c80 20270 * gdb.base/auxv.exp: Intercept undefined command messages before
aa32fa1d
DJ
20271 gdb_test_multiple does.
20272
321fef15
DJ
202732006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20274
20275 * Makefile.in (host_alias): Remove.
20276 (target_alias): Use @target_noncanonical@.
20277 (site.exp): Don't set host_alias.
20278 * aclocal.m4: Remove contents. Include acx.m4.
20279 * configure: Regenerated.
20280 * configure.ac: Use ACX_NONCANONICAL_TARGET.
20281
e1c2defa
NS
202822006-06-13 Nathan Sidwell <nathan@codesourcery.com>
20283
e63b55d1
NS
20284 * lib/gdb.exp (gdb_load_cmd): New.
20285
5600ea19
NS
20286 * gdb.base/fileio.c: Add system(NULL) test.
20287 * gdb.base/fileio.exp: Check it.
20288
e1c2defa
NS
20289 * gdb.base/break.c: Add 10a breakpoint at }
20290 * gdb.base/break.exp: Add test for breakpoint at }
20291 * gdb.cp/anon-union.cc: Add code at end of function.
20292 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
20293 * gdb.mi/var-cmd.c: Add code at end of function.
20294 * gdb.mi/mi-var-display.exp: Adjust end of next.
20295 * gdb.mi/mi2-var-display.exp: Likewise.
20296 * gdb.base/fileio.c: Add stop function and insert calls at
20297 stopping places.
20298 * gdb.base/fileio.exp: Breakpoint stop function and remove
20299 explicit line number references.
20300
6c0112ec
JB
203012006-05-19 Joel Brobecker <brobecker@adacore.com>
20302
a9c64011
AS
20303 * gdb.base/del.exp (test_delete_alias): New function.
20304 Now check that both "del" and "d" work as aliases for "delete".
6c0112ec 20305
154189a4
FF
203062006-05-18 Fred Fish <fnf@specifix.com>
20307
20308 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
20309 required. Check for spurious output after program exits normally.
20310
582e64c2
FF
203112006-05-17 Fred Fish <fnf@specifix.com>
20312
20313 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
20314 gdb_load, so it works in the simulator.
20315
8ef6493a
FF
203162006-05-11 Fred Fish <fnf@specifix.com>
20317
20318 * gdb.base/bang.exp: Ignore unexpected output between the
20319 "program exited normally" and the gdb prompt, as many other
20320 tests do.
20321
692b141c
MK
203222006-05-07 Mark Kettenis <kettenis@gnu.org>
20323
20324 * gdb.base/help.exp: Make "delete checkpoint" part option for
20325 "help d" and "help delete" tests.
20326
540b8a30
UW
203272006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20328
a9c64011 20329 * gdb.mi/mi-basics.exp: Add missing serial number to
540b8a30
UW
20330 expected output in some mi_gdb_test statements.
20331 * gdb.mi/mi2-basics.exp: Likewise.
20332
9b6462d9
JB
203332006-05-05 Joel Brobecker <brobecker@adacore.com>
20334
20335 * gdb.base/del.c: New file.
20336 * gdb.base/del.exp: New testcase.
20337
954de43b
DM
203382006-05-05 David S. Miller <davem@sunset.davemloft.net>
20339
20340 * gdb.base/break.exp: Do not assume a breakpoint on
20341 main will actually be in $srcfile when optimizing.
1303f75e
DM
20342 * gdb.base/savedregs.exp: Do not require that the dummy
20343 frame location match up to a symbol and source file location.
c3242428
DM
20344 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
20345 will get printed without a mi_cmd_data_list_register_values prefix.
20346 (*-data-list-register-*): Correct regular expressions to expect the new
20347 pseudo d? floating point registers.
20348 * gdb.mi/mi2-regs.exp: Likewise.
a9c64011 20349
c7e64c9a
DJ
203502006-05-05 Christophe Lyon <christophe.lyon@st.com>
20351
20352 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
20353 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
20354 is allocated by the compiler.
20355 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
20356 anons, e, anone to force their allocation by the compiler.
20357
203582006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
79c214e0
DJ
20359
20360 * gdb.base/help.exp: Update expected text for help d and
20361 help delete.
20362
27ce9a6d
MK
203632006-05-02 Mark Kettenis <kettenis@gnu.org>
20364
20365 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
20366 NetBSD/ELF targets.
20367
8608915f
MK
203682006-04-30 Mark Kettenis <kettenis@gnu.org>
20369
20370 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
20371 single-step breakpoint fails; make this a KFAIL on
20372 sparc*-*-openbsd*.
20373 * gdb.base/siginfo.exp: Likewise.
20374 * gdb.base/sigstep.exp (advance, advancei): Likewise.
20375
b8db102d
MS
203762006-04-26 Michael Snyder <msnyder@redhat.com>
20377
20378 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
20379 which may have to consume output from other forks.
20380 Add tests to make sure that "delete fork" succeeded.
20381
c702009a
MS
203822006-04-20 Michael Snyder <msnyder@redhat.com>
20383
20384 * 2006-03-22 Jim Blandy <jimb@redhat.com>
20385 Add support for the Renesas M32C and M16C.
20386
20387 * gdb.asm/asm-source.exp: Add m32c target.
20388 * gdb.asm/m32c.inc: Support for m32c target.
20389
e28493f2
AS
203902006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
20391
20392 * gdb.base/commands.exp (recursive_source_test): New test.
20393
880da185
DM
203942006-04-04 David S. Miller <davem@sunset.davemloft.net>
20395
20396 * gdb.base/float.exp: Add pattern for sparc targets.
20397
61d9b92f
DJ
203982006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
20399
20400 * gdb.base/commands.exp (stray_arg0_test): New test.
20401
bd717df8
PB
204022006-03-30 Paul Brook <paul@codesourcery.com>
20403
20404 * gdb.mi/mi-until.exp: kfail broken until command.
20405 * gdb.mi/mi2-until.exp: Ditto.
20406
ec793d3c
NR
204072006-03-27 Nick Roberts <nickrob@snap.net.nz>
20408
20409 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
20410
831004b7
AO
204112006-03-08 Alexandre Oliva <aoliva@redhat.com>
20412
20413 * gdb.base/prelink.exp: Anchor tested-for regular expression
20414 on gdb prompt.
20415
effe49a0
PB
204162006-03-07 Paul Brook <paul@codesourcery.com>
20417
20418 * gdb.base/assign.exp: Correct fail message.
20419
e5461016
PB
204202006-03-07 Paul Brook <paul@codesourcery.com>
20421
20422 * lib/compiler.c: Extract armcc version number.
20423 * lib/compiler.cc: Ditto.
20424
fc91c6c2
PB
204252006-03-07 Paul Brook <paul@codesourcery.com>
20426
20427 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
20428 additional_flags=-w.
20429 * gdb.arch/altivec-regs.exp: Ditto.
20430 * gdb.arch/e500-abi.exp: Ditto.
20431 * gdb.arch/e500-regs.exp: Ditto.
20432 * gdb.base/all-bin.exp: Ditto.
20433 * gdb.base/annota1.exp: Ditto.
20434 * gdb.base/annota3.exp: Ditto.
20435 * gdb.base/args.exp: Ditto.
20436 * gdb.base/arithmet.exp: Ditto.
20437 * gdb.base/assign.exp: Ditto.
20438 * gdb.base/async.exp: Ditto.
20439 * gdb.base/bang.exp: Ditto.
20440 * gdb.base/break.exp: Ditto.
20441 * gdb.base/call-rt-st.exp: Ditto.
20442 * gdb.base/completion.exp: Ditto.
20443 * gdb.base/cond-expr.exp: Ditto.
20444 * gdb.base/condbreak.exp: Ditto.
20445 * gdb.base/consecutive.exp: Ditto.
20446 * gdb.base/define.exp: Ditto.
20447 * gdb.base/display.exp: Ditto.
20448 * gdb.base/ena-dis-br.exp: Ditto.
20449 * gdb.base/environ.exp: Ditto.
20450 * gdb.base/eval-skip.exp: Ditto.
20451 * gdb.base/info-proc.exp: Ditto.
20452 * gdb.base/jump.exp: Ditto.
20453 * gdb.base/logical.exp: Ditto.
20454 * gdb.base/long_long.exp: Ditto.
20455 * gdb.base/maint.exp: Ditto.
20456 * gdb.base/miscexprs.exp: Ditto.
20457 * gdb.base/pc-fp.exp: Ditto.
20458 * gdb.base/pointers.exp: Ditto.
20459 * gdb.base/relational.exp: Ditto.
20460 * gdb.base/reread.exp: Ditto.
20461 * gdb.base/sect-cmd.exp: Ditto.
20462 * gdb.base/sep.exp: Ditto.
20463 * gdb.base/sepdebug.exp: Ditto.
20464 * gdb.base/until.exp: Ditto.
20465 * gdb.base/whatis-exp.exp: Ditto.
20466 * gdb.cp/annota2.exp: Ditto.
20467 * gdb.cp/annota3.exp: Ditto.
20468 * gdb.trace/actions.exp: Ditto.
20469 * gdb.trace/backtrace.exp: Ditto.
20470 * gdb.trace/circ.exp: Ditto.
20471 * gdb.trace/collection.exp: Ditto.
20472 * gdb.trace/deltrace.exp: Ditto.
20473 * gdb.trace/infotrace.exp: Ditto.
20474 * gdb.trace/limits.exp: Ditto.
20475 * gdb.trace/packetlen.exp: Ditto.
20476 * gdb.trace/passc-dyn.exp: Ditto.
20477 * gdb.trace/passcount.exp: Ditto.
20478 * gdb.trace/report.exp: Ditto.
20479 * gdb.trace/save-trace.exp: Ditto.
20480 * gdb.trace/tfind.exp: Ditto.
20481 * gdb.trace/tracecmd.exp: Ditto.
20482 * gdb.trace/while-dyn.exp: Ditto.
20483 * gdb.trace/while-stepping.exp: Ditto.
20484 * lib/gdb.exp: Ditto.
20485 (gdb_compile): Handle nowarning option.
20486
5f4a23d9
AO
204872006-03-07 Alexandre Oliva <aoliva@redhat.com>
20488
20489 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
20490 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
20491 Rename executable to prelinkt. Don't re-prelink if we didn't
20492 get a core file. Test prelink -u exit status to tell whether
20493 prelinking failed. Use gdb_test_multiple.
20494
9733fc94
DJ
204952006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
20496
20497 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
20498 (do_tests): Call it.
20499
cc10cae3
AO
205002006-02-28 Alexandre Oliva <aoliva@redhat.com>
20501
20502 * gdb.base/prelink.exp: New test.
20503 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
20504
15c46491
WZ
205052006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
20506
20507 * gdb.fortran/derived-type.f90: New file.
20508 * gdb.fortran/derived-type.exp: New testcase.
20509
5c9f7ded
DJ
205102006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
20511
20512 * gdb.base/default.exp: Allow ';' as a directory separator.
20513
5b96932b
AS
205142006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
20515
20516 * gdb.base/help.exp (help add-symbol-file): Update.
20517
1986bccd
AS
205182006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
20519
20520 * gdb.base/help.exp (help load): Update expected results.
20521
a8b7528f
FF
205222006-02-19 Fred Fish <fnf@specifix.com>
20523
20524 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
20525 specifix hex value as part of results.
20526 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
a9c64011 20527
f8261448
FF
205282006-02-16 Fred Fish <fnf@specifix.com>
20529
20530 * gdb.base/whatis.c: Define variables using typedefs char_addr,
20531 ushort_addr, and slong_addr, so the typedefs are not optimized
20532 away.
20533 * gdb.base/whatis.exp: Add tests using type name for struct type,
20534 union type, enum type, and typedef.
a9c64011 20535
31d8bdd2
MK
205362006-02-13 Mark Kettenis <kettenis@gnu.org>
20537
20538 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
20539
34e41e63
JB
205402006-02-13 Jim Blandy <jimb@redhat.com>
20541
20542 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
20543 case where it takes two "next" commands to skip past the init
20544 call.
20545
ac6e4f31
FF
205462006-02-12 Fred Fish <fnf@specifix.com>
20547
20548 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
20549 to handle cases where it takes two "next" commands to skip
20550 past the init call.
20551
2db2d571
JB
205522006-02-07 Joel Brobecker <brobecker@adacore.com>
20553
20554 * gdb.ada/array_return.exp: Mark the last test as expected to fail
20555 on hppa32 targets.
20556
38fcd64c
DJ
205572006-02-06 Vladimir Prus <ghost@cs.msu.su>
20558
20559 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
20560 field.
20561
1315ad46
MK
205622006-01-29 Mark Kettenis <kettenis@gnu.org>
20563
20564 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
20565
5625b943
DJ
205662006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
20567
20568 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
20569 files.
20570
80df1bbe
DJ
205712006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
20572
20573 * gdb.cp/maint.exp: Set complaints to a positive value.
20574
9078e690
DJ
205752006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
20576
20577 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
20578 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
20579 function name.
20580
9c903399
DJ
205812006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
20582
20583 * gdb.base/checkpoint.c: Update copyright notice. Include
20584 <stdlib.h>.
20585
761ae4d6
JB
205862006-01-04 Jim Blandy <jimb@redhat.com>
20587
20588 * gdb.asm/asm-source.exp: Independently provide default values for
20589 asm-flags and debug-flags. Use 'string equal' to do the
20590 comparison, not the implicit expr's '==' operator. Remove
20591 now-unneeded assignments to asm-flags. In h8300 case, place
20592 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
20593
099ac3dd
MS
205942006-01-04 Michael Snyder <msnyder@redhat.com>
20595
20596 * gdb.base/checkpoint.c: New file.
20597 * gdb.base/checkpoint.exp: New file.
20598 * gdb.base/multi-fork.c: New file.
20599 * gdb.base/multi-fork.exp: New file.
20600 * gdb.base/pi.txt: New file (data for checkpoint.c test).
20601
f4d85314
FF
206022006-01-04 Fred Fish <fnf@specifix.com>
20603
20604 * gdb.base/ptype.c (foo): Add typedef.
20605 (intfoo): Add function.
20606 * gdb.base/ptype1.c: New file.
20607 * gdb.base/ptype.exp: Handle compilation and linking with two
20608 source files. Test that proper type for "foo" is found based
20609 on source context rather than first match found in symtabs.
20610
a1b06f35
MK
206112005-12-28 Mark Kettenis <kettenis@gnu.org>
20612
20613 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
20614 * gdb.asm/openbsd.inc: Indent commands.
20615
d082a1e2
MK
206162005-12-26 Mark Kettenis <kettenis@gnu.org>
20617
c65016bd
MK
20618 * gdb.base/freebpcmd.exp: Increase timeout.
20619
d082a1e2
MK
20620 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
20621
d3c32a0e
DJ
206222005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
20623
20624 * gdb.base/default.exp: Update check for "show version".
20625
9fdb1f50
RC
206262005-12-09 Randolph Chung <tausq@debian.org>
20627
20628 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
20629 * gdb.asm/pa64.inc: New file.
20630
5f2c56f7
RC
206312005-12-09 Randolph Chung <tausq@debian.org>
20632
20633 * gdb.asm/common.inc: Indent commands.
20634 * gdb.asm/asmsrc1.s: Likewise.
20635 * gdb.asm/asmsrc2.s: Likewise.
20636
8117349c
RC
206372005-12-09 Randolph Chung <tausq@debian.org>
20638
20639 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
20640 (get_addr_of_sym): Remove duplicate print.
20641 (gen_core): xfail hppa*-*-hpux*, update expected output.
20642 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
20643 * gdb.arch/pa64-nullify.s: New file.
20644
8f07f25a
RC
206452005-12-09 Randolph Chung <tausq@debian.org>
20646
20647 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
20648
55b39184
DJ
206492005-12-07 Christophe Lyon <christophe.lyon@st.com>
20650
20651 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
20652 code generation for these functions.
20653 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
20654 error message.
20655
31e2b00f
AS
206562005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
20657
20658 * gdb.base/help.exp (help b, help br, help bre, help brea)
20659 (help break): Update the expected message.
20660
c3d0b56e
SC
206612005-11-11 Stephane Carrez <stcarrez@nerim.fr>
20662
20663 * gdb.asm/m68hc11.inc: Setup the data section.
20664 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
20665 script for this test.
20666 (m6812-*-*): Likewise.
20667
36ae0ea9
RC
206682005-11-09 Randolph Chung <tausq@debian.org>
20669
20670 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
20671
9d6f42e9
WZ
206722005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
20673
20674 * gdb.base/break.exp: Fix a comment typo.
20675
e2126a14
EZ
206762005-11-03 Jim Blandy <jimb@redhat.com>
20677
a9c64011
AS
20678 Checked in by Elena Zannoni <ezannoni@redhat.com>
20679
889bf7c5 20680 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
e2126a14 20681
e0ac7199
CV
206822005-11-02 Corinna Vinschen <vinschen@redhat.com>
20683
20684 * gdb.arch/gdb1558.c: Include stdio.h.
20685
31d3fb18
MK
206862005-10-31 Mark Kettenis <kettenis@gnu.org>
20687
20688 * gdb.asm/asm-source.exp: Use -e instead of --entry.
20689
e52b687c
MK
206902005-10-31 Mark Kettenis <kettenis@gnu.org>
20691
20692 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
20693
f4711d79
PG
206942005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
20695
a9c64011
AS
20696 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
20697 vscr" tests to better match output.
f4711d79 20698
987a9106
JB
206992005-10-12 Jim Blandy <jimb@redhat.com>
20700
20701 * gdb.base/structs.exp (any): New function.
20702 (test_struct_returns): Don't make any assumptions at all about
20703 what value the function returns when GDB can't set the return
20704 value.
20705
2336bb58
JB
207062005-10-09 Joel Brobecker <brobecker@adacore.com>
20707
20708 * gdb.ada/arrayidx/p.adb: New file.
20709 * gdb.ada/arrayidx.exp: New testcase
20710
207112005-10-09 Joel Brobecker <brobecker@adacore.com>
1495de3f
JB
20712
20713 * gdb.ada/array_return/pck.ads: New file.
20714 * gdb.ada/array_return/pck.adb: New file.
20715 * gdb.ada/array_return/p.adb: New file.
20716 * gdb.ada/array_return.exp: New testcase.
20717
705335ea
JB
207182005-10-03 Joel Brobecker <brobecker@adacore.com>
20719
a9c64011
AS
20720 * gdb.base/arrayidx.c: New file.
20721 * gdb.base/arrayidx.exp: New testcase.
705335ea 20722
11ee9940
NR
207232005-09-29 Nick Roberts <nickrob@snap.net.nz>
20724
20725 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
20726 frames-invalid and breakpoints-invalid are no longer generated
20727 with level 3 so don't expect them in the output.
20728
39fb8e9e
BR
207292005-09-27 Bob Rossi <bob@brasko.net>
20730
a9c64011 20731 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
39fb8e9e
BR
20732 from test. Escape the | in mi_gdb_test call.
20733 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
20734 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
20735 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
20736 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
20737 expected regex's in mi_gdb_test calls.
20738 * lib/mi-support.exp: Remove arbitrary .* from tests.
20739 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
20740 Fully anchor GDB/MI expected results in mi_gdb_test.
20741 * lib/gdb.exp (string_to_regexp): Escape the ] character.
20742 * gdb.base/sizeof.exp: Remove escape character. Correct test.
20743
2af48f68
PB
207442005-09-26 Paul Brook <paul@codesourcery.com>
20745
20746 * long_long.exp: Exclude eabi targets from arm FPA float format test.
20747
f34502bc
WZ
207482005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
20749
20750 * bfp-test.c: New file.
20751 * bfp-test.exp: New testcase.
20752
ca929517
WZ
207532005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
20754
20755 * gdb.fortran/subarray.exp: New testcase to test the evaluation
20756 of subarray and substring variable.
20757 * gdb.fortran/subarray.f: New source file for the test of subarray
20758 and substring variable evaluation.
20759 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
20760 of string constant.
20761
c761af65
DJ
207622005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
20763
20764 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
20765 copyright dates.
20766
561d7a1d
PG
207672005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
20768
20769 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
20770 powerpc altivec' test with an almost identical 'info vector' test.
20771
b2b64cc9
PG
207722005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
20773
a9c64011
AS
20774 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
20775 vscr" tests to match output.
b2b64cc9 20776
6ac4d15a
PG
207772005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
20778
a9c64011
AS
20779 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
20780 output.
6ac4d15a 20781
40e55bef
BR
207822005-09-11 Bob Rossi <bob@brasko.net>
20783
889bf7c5
PA
20784 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
20785 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
20786 commands that return an MI output command and an asyncronous MI output
20787 command.
40e55bef
BR
20788 * gdb.mi/mi-console.exp: Ditto.
20789
3c7385ec
BR
207902005-09-11 Bob Rossi <bob@brasko.net>
20791
20792 * gdb.mi/mi-var-child.c: Include <string.h>.
20793
a6cd0eb3
DJ
207942005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
20795
20796 * killed.exp: Correct gdb_expect syntax.
20797
2f168eed
CV
207982005-08-09 Corinna Vinschen <vinschen@redhat.com>
20799
20800 * lib/mi-support.exp (mi_gdb_load): Fix typo.
20801
ecd3fd0f
BR
208022005-08-02 Bob Rossi <bob@brasko.net>
20803
20804 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
20805 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
20806 Change tests to inferior-tty-set/show.
20807 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
20808 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
20809 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
20810 inferior. Use mi_gdb_test to get GDB and Inferior output.
20811 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
20812 descriptor.
20813 (mi_inferior_tty_name): Add inferior PTY file name.
20814 (mi_gdb_start): Add INFERIOR_PTY parameter.
20815 (mi_gdb_test): Add IPATTERN parameter.
20816
f1ea48cb 208172005-08-02 Bob Rossi <bob@brasko.net>
a9c64011 20818
f1ea48cb
BR
20819 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
20820 parameter to mi_gdb_test.
20821 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
20822
6e650a67
DJ
208232005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
20824
20825 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
20826 struct_declarations.
20827 * gdb.mi/mi-var-child.exp: Step over the initialization of
20828 struct_declarations.
20829
8be260b6
DJ
208302005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
20831
20832 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
20833 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
20834 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
20835 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
20836 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
20837 file.
20838
4e660f07
NR
208392005-07-27 Nick Roberts <nickrob@snap.net.nz>
20840
20841 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
20842 (do_children_tests): Assign values to the extra elements.
20843
20844 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
20845 them for tests for "-var-update --no-values" and
a9c64011 20846 "-var-update --all-values".
4e660f07
NR
20847 Add test for "-var-list-children --simple-values".
20848
20849 * gdb.mi/basics.c (callee4): Add integer array D[3]...
20850
20851 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
20852 "-stack-list-locals --simple-values" Improve doc strings and
20853 comments.
20854
6bdae935
MK
208552005-07-18 Mark Kettenis <kettenis@gnu.org>
20856
598b7a6f
MK
20857 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
20858 *-*-openbsd*.
20859 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
20860
6bdae935
MK
20861 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
20862 sigaltsatck'.
20863
1323e929 208642005-07-14 Bob Rossi <bob@brasko.net>
a9c64011 20865
1323e929
BR
20866 * gdb.base/default.exp (tty): Changed output of command.
20867 * gdb.base/help.exp (help tty): Ditto.
20868
b1a9c082
MK
208692005-07-12 Mark Kettenis <kettenis@gnu.org>
20870
20871 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
20872
10a844a2
MK
208732005-07-10 Mark Kettenis <kettenis@gnu.org>
20874
20875 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
20876 -stack-select-frame without arguments.
20877 (test_stack_frame_listing): Add test for newly implemented command
20878 -stack-info-frame.
20879
3cb3b8df
BR
208802005-07-06 Bob Rossi <bob@brasko.net>
20881
20882 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
20883 command.
20884 (Copyright): Update copyright.
20885
a0c5fbcf
WZ
208862005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
20887
20888 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
20889 tests to evaluate exponentiation expression.
20890
984971d0
AS
208912005-06-29 Andreas Schwab <schwab@suse.de>
20892
20893 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
20894 main to avoid warnings.
20895
20896 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
20897
fe03833f
NR
208982005-06-20 Nick Roberts <nickrob@snap.net.nz>
20899
20900 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
20901 -stack-select-frame without arguments.
20902 (test_stack_frame_listing): Add test for newly implemented command
20903 -stack-info-frame.
a9c64011 20904
7a55f279
WZ
209052005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
20906
0ffa0ea5
DJ
20907 * gdb.fortran/array-element.f: New file.
20908 * gdb.fortran/array-element.exp: New testcase.
7a55f279 20909
26585198
DJ
209102005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
20911
20912 * gdb.base/bigcore.exp: Correct checks for systems which can
20913 not dump a large core file.
20914
c1bd25fd
DJ
209152005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
20916
20917 * gdb.base/relocate.c: Add a copyright notice.
20918 (dummy): Remove.
20919 * gdb.base/relocate.exp: Test printing the values of variables
20920 from a relocatable file.
20921
589e074d
DJ
209222005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
20923
20924 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
20925 excess MI output after an error.
20926
0915f927
JB
209272005-05-29 Joel Brobecker <brobecker@adacore.com>
20928
20929 * gdb.arch/alpha-step.c: New file.
20930 * gdb.arch/alpha-step.exp: New testcase.
20931
76ff342d
DJ
209322005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
20933 Dennis Brueni <dennis@slickedit.com>
20934
20935 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
20936 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
20937 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
20938 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
20939 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
20940 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
20941 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
20942
96b0c7ac
DJ
209432005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
20944 Wu Zhou <woodzltc@cn.ibm.com>
20945
20946 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
20947 IBM's xlc compiler.
20948 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
20949 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
20950
f21565d2
JB
209512005-05-13 Jim Blandy <jimb@redhat.com>
20952
20953 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
20954 calling gdb_suppress_entire_file.
20955 * gdb.base/charset.exp: Same.
20956 * gdb.base/call-rt-st.exp: Same.
20957
6006a3a1
BR
209582005-05-05 Bob Rossi <bob_rossi@cox.net>
20959
20960 * lib/gdb.exp (fullname_syntax): Added global regex.
20961 (fullname_syntax_POSIX): Ditto.
20962 (fullname_syntax_UNC): Ditto.
20963 (fullname_syntax_DOS_CASE): Ditto.
20964 (fullname_syntax_DOS): Ditto.
20965 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
20966 fullname_syntax variable to scope and use it.
20967 (test_file_list_exec_source_files): Ditto.
20968 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
20969
c3b69c04
DJ
209702005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
20971
20972 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
20973
3c95e6af
PG
209742004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
20975
a9c64011
AS
20976 * lib/gdb.exp (skip_altivec_tests): New function, based on
20977 check_vmx_hw_available from the GCC testsuite.
20978 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
20979 * lib/gdb.arch/altivec-regs.exp: Likewise.
3c95e6af 20980
78df6c56
JB
209812005-05-02 Jim Blandy <jimb@redhat.com>
20982
20983 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
20984 calling gdb_suppress_entire_file.
20985
1690f9cf
DJ
209862005-04-30 Randolph Chung <tausq@debian.org>
20987
20988 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
20989 Slightly relax "sem_post" name checking.
20990
5ea106f7
PG
209912005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
20992
20993 * gdb.base/unload.exp: Use new shared library infrastructure.
20994
bf7234cf
PG
209952005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
20996
20997 * gdb.base/so-impl-ld.exp: Use new shared library
a9c64011 20998 infrastructure.
bf7234cf 20999
547b869a
CV
210002005-04-29 Corinna Vinschen <vinschen@redhat.com>
21001
21002 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
21003 * gdb.asm/h8300.inc: New file.
21004
f07e55f0
PG
210052005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
21006
21007 * gdb.base/shlib-call.exp: Change to use new shared library
21008 infrastructure.
21009
3cbba3d1
PG
210102005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
21011
a9c64011
AS
21012 * gdb.base/pending.exp: Change to use new shared library
21013 infrastructure.
3cbba3d1 21014
ed6df200
PG
210152005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
21016
a9c64011
AS
21017 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
21018 use test_compiler_info instead of gcc_compiled, and update copyright.
ed6df200 21019
8c8f4ebe
PG
210202005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
21021
a9c64011
AS
21022 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
21023 shared objects being adjusted and update copyright years.
8c8f4ebe 21024
607fbc54
DJ
210252005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
21026
21027 * ChangeLog: Correct some 2003-01-13 dates.
21028 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
21029 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
21030 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
21031 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
21032 gdb.trace/tfind.exp: Update copyright years.
21033
57bf0e56
DJ
210342005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
21035 Daniel Jacobowitz <dan@codesourcery.com>
21036
21037 * lib/gdb.exp (gdb_compile): Handle shlib=.
21038 (gdb_compile_shlib): New function.
21039
9b593790
PG
210402005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
21041
a9c64011 21042 * lib/gdb.exp (test_compiler_info): Give argument a default value.
9b593790 21043
9494c6a5
DJ
210442005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
21045
21046 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
21047 gdb.server.
21048 * configure.ac: Likewise.
21049 * configure: Regenerated.
21050 * gdb.gdbserver/Makefile.in: Moved to...
21051 * gdb.server/Makefile.in: ... here.
21052 * gdb.gdbserver/server.c: Moved to...
21053 * gdb.server/server.c: ... here.
21054 * gdb.gdbserver/server-run.exp: Moved to...
21055 * gdb.server/server-run.exp: ... here.
21056
6f8eac0e
DJ
210572005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
21058
21059 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
21060 * configure.ac: Create gdb.gdbserver/Makefile.
21061 * configure: Regenerated.
21062 * lib/gdbserver-support.exp: New file, derived from
21063 config/gdbserver.exp.
21064 * config/gdbserver.exp: Use gdbserver-support.exp.
21065 * gdb.gdbserver/Makefile.in: New file.
21066 * gdb.gdbserver/server.c: New file.
21067 * gdb.gdbserver/server-run.exp: New file.
21068
6e87504d
PG
210692005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
21070
a9c64011
AS
21071 * lib/gdb.exp (test_compiler_info): Return compiler_info
21072 if no arguments are given.
6e87504d 21073
d1779be4
PG
210742005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
21075
21076 * gdb.arch/altivec-abi.exp: Check for compiler and set
21077 use altivec' flag accordingly.
21078 * gdb.arch/altivec-regs.exp: Likewise.
21079
88750304
DJ
210802005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
21081
21082 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
21083
f3fb768d
AS
210842005-03-27 Andreas Schwab <schwab@suse.de>
21085
21086 * gdb.base/bigcore.c (main): Add missing mode argument in open
21087 call.
21088
7e813ac5
DJ
210892005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
21090
21091 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
21092 downloads.
21093 * config/gdbserver.exp (gdb_load): Likewise.
21094
8e3049aa
PB
210952005-03-14 Paul Brook <paul@codesourcery.com>
21096
21097 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
21098 targets.
21099
a9df7c44
JB
211002005-03-09 Joel Brobecker <brobecker@adacore.com>
21101
21102 * gdb.dwarf2/dup-psym.S: New file.
21103 * gdb.dwarf2/dup-psym.exp: New testcase.
21104
9f0d94e8
JB
211052005-03-09 Joel Brobecker <brobecker@adacore.com>
21106
21107 * gdb.ada/exec_changed/first.adb: New file.
21108 * gdb.ada/exec_changed/second.adb: New file.
21109 * gdb.ada/exec_changed.exp: New testcase.
21110
5f579bc5
NS
211112005-03-08 Nathan Sidwell <nathan@codesourcery.com>
21112
36e9969c
NS
21113 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
21114 (A2): New class.
21115 (main): Test operator+.
21116 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
21117 breakpoint test.
21118
5f579bc5
NS
21119 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
21120 * gdb.base/signull.exp: Disable if gdb,nosignals.
21121 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
21122 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
21123 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
21124 * gdb.mi/mi2-console.exp: Likewise.
21125 * gdb.trace/collection.exp (run_trace_experiment): Consume the
21126 continue output at start.
21127 (gdb_collect_locals_test): Robustify regexp.
21128 * gdb.trace/passc-dyn.exp: Fix comment typo.
21129 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
21130
be46087e
CV
211312005-03-08 Corinna Vinschen <vinschen@redhat.com>
21132
21133 * gdb.asm/asm-source.exp: Add iq2000 case.
21134 * gdb.asm/iq2000.inc: New file.
21135
384e1a61 211362005-03-07 Manoj Iyer <manjo@austin.ibm.com>
a9c64011 21137
384e1a61
MI
21138 * gdb.base/command.exp: Change hardcoded value to regular expression.
21139 * gdb.base/float.exp: Add powerpc to the list of targets checked.
21140
584b6e9e
DJ
211412005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
21142
21143 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
21144 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
21145 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
21146 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
21147 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
21148
ab5b5d61
MK
211492005-03-05 Mark Kettenis <kettenis@gnu.org>
21150
21151 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
21152 changes.
21153
ae051c1b
PG
211542004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
21155
a9c64011
AS
21156 * lib/compiler.c: Add test for IBM's xlc compiler.
21157 * lib/compiler.cc: Likewise.
ae051c1b 21158
3f0f6ed2
JB
211592004-02-24 Joel Brobecker <brobecker@adacore.com>
21160
21161 * gdb.ada/fixed_points.exp: Create compilation object directory
21162 before running the test.
21163 * gdb.ada/null_record.exp: Likewise.
21164 * gdb.ada/packed_array.exp: Likewise.
21165 * gdb.ada/start.exp: Likewise.
21166
724f452b
JB
211672005-02-15 Joel Brobecker <brobecker@adacore.com>
21168
21169 * gdb.ada/packed_array/pa.adb: New file.
21170 * gdb.ada/packed_array.exp: New testcase.
21171
57f5cdfb 211722005-02-10 Mark Kettenis <kettenis@gnu.org>
ebdda337 21173
1f393151
MK
21174 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
21175 files.
21176
ebdda337
MK
21177 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
21178 on *-*-openbsd*. Correctly match whitespace in regukar
21179 expressions.
21180
cf309262
DJ
211812005-02-10 Daniel Jacobowitz <dan@debian.org>
21182
21183 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
21184 PR exp/1821
21185 * gdb.base/gdb1821.c: New test file.
21186 * gdb.base/gdb1821.exp: New test file.
21187
3be49e7a
JB
211882005-02-09 Joel Brobecker <brobecker@adacore.com>
21189
21190 * gdb.base/start.c: New file.
21191 * gdb.base/start.exp: New testcase.
21192
e292e67d
JB
211932005-02-09 Joel Brobecker <brobecker@adacore.com>
21194
21195 * gdb.ada/start/dummy.adb: New file.
21196 * gdb.ada/start.exp: New testcase.
21197
dbdfa66c
CV
211982005-02-09 Corinna Vinschen <vinschen@redhat.com>
21199
21200 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
21201 for printing symbols and statistics.
21202 Add test for using relative pathnames in "maint print msymbols" test.
21203 Mark "maint info sections DATA" XFAIL on Cygwin.
21204 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
21205 tests.
21206
d7941671
AC
212072005-02-09 Andreas Schwab <schwab@suse.de>
21208
21209 Committed by Andrew Cagney <cagney@gnu.org>
21210 * gdb.base/remotetimeout.exp: New file.
21211
74e5ef44
MK
212122005-02-07 Mark Kettenis <kettenis@gnu.org>
21213
21214 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
21215
464dd14d
JB
212162005-02-03 Joel Brobecker <brobecker@adacore.com>
21217
21218 * gdb.ada/gnat_ada.gpr: New file.
21219 * gdb.ada/gnat_ada.gin: Delete, no longer used.
21220 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
21221 * configure.ac: No longer generate gnat_ada.gpr.
21222 * configure: Regenerate.
21223 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
21224 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
21225 * gdb.ada/null_record/bar.ads: Likewise.
21226 * gdb.ada/null_record/bar.adb: Likewise.
21227 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
21228 * gdb.ada/null_record.exp (testdir): New variable.
21229 (testfile): executable is now in testdir subdirectory.
21230 (srcfile): Use full path to the main compilation unit.
21231 * gdb.ada/fixed_points.exp: Same changes as above.
21232
30d756ae
NR
212332005-02-03 Nick Roberts <nickrob@snap.net.nz>
21234
21235 * gdb.base/interp.exp: New test.
21236
9d799f85
AC
212372005-01-24 Andrew Cagney <cagney@gnu.org>
21238
21239 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
21240
15656118
AC
212412005-01-19 Andrew Cagney <cagney@gnu.org>
21242
a892c31b
AC
21243 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
21244 configure.ac not configure.in.
21245
15656118
AC
21246 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
21247 of powerpc*-*-*.
21248 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
a9c64011 21249 * gdb.base/list.exp (test_list_function)
15656118
AC
21250 (test_list_filename_and_function): Ditto.
21251 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
21252
a7b01baf
AC
212532005-01-16 Andrew Cagney <cagney@gnu.org>
21254
17d92a02
AC
21255 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
21256
a7b01baf
AC
21257 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
21258
bc8332bb
AC
212592005-01-14 Andrew Cagney <cagney@gnu.org>
21260
21261 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
21262 * gdb.mi/mi2-var-cmd.exp: Ditto.
21263
4d074752
CV
212642005-01-10 Corinna Vinschen <vinschen@redhat.com>
21265
21266 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
21267
bec39cab
AC
212682005-01-07 Andrew Cagney <cagney@gnu.org>
21269
21270 * configure.ac: Rename configure.in, require autoconf 2.59.
21271 * configure: Re-generate.
21272 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
21273 * gdb.stabs/configure: Re-generate.
21274 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
21275 * gdb.hp/configure: Re-generate.
21276 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
21277 autoconf 2.59.
21278 * gdb.hp/gdb.objdbg/configure: Re-generate.
21279 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
21280 autoconf 2.59.
21281 * gdb.hp/gdb.defects/configure: Re-generate.
21282 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
21283 autoconf 2.59.
21284 * gdb.hp/gdb.compat/configure: Re-generate.
21285 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
21286 autoconf 2.59.
21287 * gdb.hp/gdb.base-hp/configure: Re-generate.
21288 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
21289 autoconf 2.59.
21290 * gdb.hp/gdb.aCC/configure: Re-generate.
21291
f10b16d4
JB
212922004-12-15 Jim Blandy <jimb@redhat.com>
21293
21294 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
21295 under NPTL when there is debugging info available for libpthread.
21296
fb6e1814
JG
212972004-12-13 Jerome Guitton <guitton@gnat.com>
21298
21299 * gdb.ada/fixed_points.c: New file.
21300 * gdb.ada/fixed_points.exp: New file.
21301
fe46cd3a
RC
213022004-12-03 Randolph Chung <tausq@debian.org>
21303
21304 * gdb.arch/pa-nullify.exp: New file.
21305 * gdb.arch/pa-nullify.s: New file.
21306
8de0841b
RC
213072004-11-30 Randolph Chung <tausq@debian.org>
21308
21309 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
21310 instead of "tbug". Fix regexp to work properly with gdb_test.
21311
c8170782
PH
213122004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
21313
21314 * gdb.base/bitfields2.exp: New test.
21315 * gdb.base/bitfields2.c: New file.
21316
954269c2
RE
213172004-11-28 Richard Earnshaw <rearnsha@arm.com>
21318
21319 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
21320
0107feed
RC
213212004-11-16 Randolph Chung <tausq@debian.org>
21322
21323 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
21324
f073ae8c
DJ
213252004-11-14 Daniel Jacobowitz <dan@debian.org>
21326
21327 * gdb.threads/threadapply.exp: Correct "macro details" test.
21328
19ad59e7
JJ
213292004-11-11 Jeff Johnston <jjohnstn@redhat.com>
21330
21331 * gdb.threads/threadapply.exp: New test.
21332 * gdb.threads/threadapply.c: New file.
21333
9cf0961b
MK
213342004-11-07 Mark Kettenis <kettenis@gnu.org>
21335
21336 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
21337 frames.
21338
c789492a
FL
213392004-11-05 Felix Lee <felix+log1@specifixinc.com>
21340
21341 * gdb.base/cursal.exp: New file.
21342 * gdb.base/cursal.c: New file.
21343
a1e167bb
AC
213442004-11-03 Andrew Cagney <cagney@gnu.org>
21345
21346 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
21347
b7cbf173
MK
213482004-10-30 Mark Kettenis <kettenis@gnu.org>
21349
21350 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
21351 NetBSD/ELF targets.
21352
88f9d34f
JB
213532004-10-29 Joel Brobecker <brobecker@gnat.com>
21354
21355 * gdb.threads/bp_in_thread.c: New file, copied from
21356 pthread_cond_wait.c.
21357 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
21358 file, rather than reusing the .c file from another testcase.
21359
ca7d6a0c
JB
213602004-10-20 Joel Brobecker <brobecker@gnat.com>
21361
21362 * gdb.ada/null_record.exp: Check where we stopped after
21363 sending the start command, instead of where the associated
21364 temporary breakpoint was inserted.
21365
0d863d03
AC
213662004-10-14 Andrew Cagney <cagney@gnu.org>
21367
21368 * gdb.mi/gdb701.c (main): Return 0.
21369
d11e72cb
DJ
213702004-10-13 Daniel Jacobowitz <dan@debian.org>
21371
d40539a4 21372 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
d11e72cb 21373
e1923096
JJ
213742004-10-12 Jeff Johnston <jjohnstn@redhat.com>
21375
21376 * gdb.threads/schedlock.c: Add comment markers to use to find
21377 line numbers.
21378 * gdb.threads/schedlock.exp: Adjust regex to handle the new
21379 comments.
21380 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
21381 breakpoint lines.
21382
ec8ba2c9
DJ
213832004-10-12 Daniel Jacobowitz <dan@debian.org>
21384
21385 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
21386
0eb3658b
DJ
213872004-10-12 Daniel Jacobowitz <dan@debian.org>
21388
21389 * configure.in: Add gdb.dwarf2.
21390 * configure: Regenerated.
21391 * Makefile.in: Add gdb.dwarf2.
21392 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
21393 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
21394 gdb.dwarf2/file1.txt: New files.
21395
a271cc33
OF
213962004-10-11 Orjan Friberg <orjanf@axis.com>
21397
a9c64011 21398 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
a271cc33
OF
21399 of "run", since the latter doesn't work with remote targets. Adjust
21400 the breakpoint numbering accordingly.
21401 * gdb.threads/pthread_cond_wait.exp: Ditto.
21402
895ce074
MC
214032004-10-08 Michael Chastain <mec.gnu@mindspring.com>
21404
21405 * gdb.base/overlays.exp: Update copyright years.
21406
6be3092d
KI
214072004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
21408
21409 * gdb.base/overlays.exp: Disable if target is Linux.
21410
e05389b8
FL
214112004-10-06 Felix Lee <felix+log1@specifixinc.com>
21412
21413 * config/gdbserver.exp (gdb_load): Use right filename on remote.
21414
73cb587d
KI
214152004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
21416
21417 * gdb.asm/asm-source.exp: Add m32r-linux target.
21418 * gdb.asm/m32r-linux.inc: New file.
21419
3c0edcdc
AC
214202004-09-24 Andrew Cagney <cagney@redhat.com>
21421 David Anderson <anderson@redhat.com>
21422
21423 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
21424 command fails, assume things will work.
21425 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
21426 (_GNU_SOURCE): Define.
21427 (print_unsigned, print_hex): Change parameter to "long long".
21428 (print_byte_count): New function, use to print byte counts.
21429 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
21430 O_LARGEFILE.
21431 (main): Compute an upper bound on a corefile in max_core_size.
21432 Limit memory chunk size to max_core_size. Limit total memory
21433 allocated to max_core_size.
21434
4bb3667f
AC
214352004-09-23 Andrew Cagney <cagney@gnu.org>
21436
21437 * gdb.base/bigcore.exp: Replace the code that creates a corefile
21438 from a separate process with code that creates a corefile by
21439 making the inferior dump core.
21440
60fe1a51
MK
214412004-09-23 Mark Kettenis <kettenis@gnu.org>
21442
21443 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
21444 block.
21445
8e937346
MC
214462004-09-23 Michael Chastain <mec.gnu@mindspring.com>
21447
21448 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
21449 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
21450 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
21451 Likewise.
21452
7213f6d6
JJ
214532004-09-20 Jeff Johnston <jjohnstn@redhat.com>
21454
21455 * gdb.java/jprint.exp: New test case for java inferior call.
21456 * gdb.java/jprint.java: Ditto.
21457
eac69dca
JB
214582004-09-15 Joel Brobecker <brobecker@gnat.com>
21459
21460 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
21461
22227696
MC
214622004-09-14 Michael Chastain <mec.gnu@mindspring.com>
21463
21464 * gdb.threads/killed.c: Include <stdlib.h>.
21465 * gdb.threads/pthreads.c: Likewise.
21466
7dd403a4
MC
214672004-09-14 Michael Chastain <mec.gnu@mindspring.com>
21468
21469 * gdb.threads/killed.c: Add copyright notice.
21470
33f2d567
JM
214712004-09-10 Jason Molenda (jmolenda@apple.com)
21472
a9c64011
AS
21473 * gdb.base/define.exp: Two new tests to verify zero space chars
21474 after 'if' and 'while' commands in a user-defined command is correctly
21475 parsed.
33f2d567 21476
e05b62ac
AC
214772004-09-08 Andrew Cagney <cagney@gnu.org>
21478
21479 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
21480 delivery test with duplicate at end of file.
21481
9cbe82da
MK
214822004-09-06 Mark Kettenis <kettenis@jive.nl>
21483
21484 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
21485
564803d9
MC
214862004-09-05 Michael Chastain <mec.gnu@mindspring.com>
21487
21488 * config/hppro.exp: Removed.
21489
7c6807ce
MC
214902004-09-05 Michael Chastain <mec.gnu@mindspring.com>
21491
21492 * config/sparclet.exp: Removed.
21493
bf7e26dd
MC
214942004-09-05 Michael Chastain <mec.gnu@mindspring.com>
21495
21496 * config/udi.exp: Removed.
21497
714e341b
MC
214982004-09-02 Michael Chastain <mec.gnu@mindspring.com>
21499
21500 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
21501 of "exp_continue".
21502 (advancei): Likewise.
21503
1236e623
JJ
215042004-09-01 Jeff Johnston <jjohnstn@redhat.com>
21505
21506 * gdb.base/unload.exp: Fix so messages aren't duplicated.
21507
3bdcad15
MI
215082004-09-01 Manoj Iyer <manjo@austin.ibm.com>
21509
228af206 21510 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
3bdcad15
MI
21511 to check for nodebug in executable.
21512 * gdb.gdb/observer.exp (setup_test): Likewise.
21513 * gdb.gdb/selftest.exp (test_with_self): Likewise.
21514 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
21515
c72b934c
AC
215162004-09-01 Andrew Cagney <cagney@gnu.org>
21517
21518 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
21519 files.
21520
edd9b715
JJ
215212004-09-01 Jeff Johnston <jjohnstn@redhat.com>
21522
21523 * gdb.base/unload.exp: Fix expected warning message to match
21524 latest format.
21525
fb4ce06b
CV
215262004-09-01 Corinna Vinschen <vinschen@redhat.com>
21527
21528 * gdb.base/call-rt-st.exp: Fix typos.
21529
ce78e7c3
MI
215302004-08-31 Manoj Iyer <manjo@austin.ibm.com>
21531
21532 * gdb.threads/thread_check.exp: New testcase.
21533 * gdb.threads/thread_check.c: New testcase.
21534
2dedb159
AC
215352004-08-31 Andrew Cagney <cagney@gnu.org>
21536
21537 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
21538 (skip_to_handler_entry): New procedures. Test stepping into a
21539 handler when the breakpoint is at the handler's entry point.
21540
68f53502
AC
215412004-08-30 Andrew Cagney <cagney@gnu.org>
21542
21543 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
21544 gdb/1757.
21545
3e3ffd2b
MC
215462004-08-27 Michael Chastain <mec.gnu@mindspring.com>
21547
21548 With code from Manoj Iyer <manjo@austin.ibm.com>:
21549 * lib/gdb.exp (gdb_file_cmd): Return more information in the
21550 return value. Add an arm for "no debugging symbols found".
21551 Change a stray "error" to "perror".
21552 (gdb_run_cmd): Adapt to new return value.
21553 * gdb.base/remote.exp: Adapt to new return value.
21554 * gdb.gdb/complaints.exp: Likewise.
21555 * gdb.gdb/observer.exp: Likewise.
21556 * gdb.gdb/selftest.exp: Likewise.
21557 * gdb.gdb/xfullpath.exp: Likewise.
21558
4b6f5fd2
JB
215592004-08-27 Joel Brobecker <brobecker@gnat.com>
21560
21561 * gdb.threads/bp_in_thread.exp: New testcase.
21562
e5b25496
MC
215632004-08-27 Michael Chastain <mec.gnu@mindspring.com>
21564
21565 Fix PR testsuite/1735.
21566 * gdb.threads/schedlock.c (thread_function): Add a cast
21567 to suppress a gcc warning.
21568 * gdb.threads/thread-specific.c (thread_function): Likewise.
21569
934353d6
MC
215702004-08-26 Michael Chastain <mec.gnu@mindspring.com>
21571
21572 * gdb.base/unload.c: Include <stdlib.h>.
21573
f98a0aef 215742004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3a77aa28 21575
f98a0aef 21576 From Paul Gilliam <pgilliam@us.ibm.com>:
3a77aa28
MC
21577 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
21578 synchronized after the "return".
21579
5a2e8882
MC
215802004-08-26 Michael Chastain <mec.gnu@mindspring.com>
21581
21582 * gdb.mi/basics.c: Include <stdio.h>.
21583 * gdb.mi/pthreads.c: Include <stdlib.h>.
21584 * gdb.mi/var-cmd.c: Include <stdlib.h>.
21585
a9640423
MC
215862004-08-26 Michael Chastain <mec.gnu@mindspring.com>
21587
21588 * gdb.threads/schedlock.c: Add copyright notice.
21589
b04e311d
AC
215902004-08-25 Andrew Cagney <cagney@gnu.org>
21591
21592 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
21593 (skip_over_handler, breakpoint_over_hander): New test procedures.
21594 (advance, advancei): Add a proper prefix, do not use
21595 rerun_to_main.
21596 * gdb.base/sigstep.c (main): Change to use an infinite loop.
21597
7c27f15b
MC
215982004-08-24 Michael Chastain <mec.gnu@mindspring.com>
21599
21600 * gdb.mi/basics.c: Add copyright notice.
21601 * gdb.mi/var-cmd.c: Add copyright notice.
21602
fffc87ae
MC
216032004-08-23 Michael Chastain <mec.gnu@mindspring.com>
21604
21605 * lib/gdb.exp: Remove signed_keyword_not_used.
21606 * lib/compiler.c: Likewise.
21607 * lib/compiler.cc: Likewise.
21608
d782e0bf
MC
216092004-08-23 Michael Chastain <mec.gnu@mindspring.com>
21610
21611 * gdb.base/whatis.c: Remove conditional disabling of "signed".
21612 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
21613
96033e83
MC
216142004-08-23 Michael Chastain <mec.gnu@mindspring.com>
21615
21616 * gdb.base/whatis.c: Add copyright notice.
21617
cf38c229
MK
216182004-08-20 Mark Kettenis <kettenis@gnu.org>
21619
21620 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
21621 it to skip the breakpoints encoded in the inline assembly.
21622
f4b49756
MC
216232004-08-20 Michael Chastain <mec.gnu@mindspring.com>
21624
21625 * Makefile.in: Add gdb.fortran.
21626
2f193b69
MC
216272004-08-20 Michael Chastain <mec.gnu@mindspring.com>
21628
21629 * gdb.base/call-sc.exp (test_scalar_returns):
21630 Fix cut-and-paste glitch in "Make fun return now".
21631
89a237cb
MC
216322004-08-17 Michael Chastain <mec.gnu@mindspring.com>
21633
21634 * configure.in: Add gdb.fortran.
21635 * configure: Regenerate.
21636 * gdb.fortran/Makefile.in: New file.
21637 * lib/gdb.exp (skip_fortran_tests): New procedure.
21638
469aff8e
MC
216392004-08-17 Michael Chastain <mec.gnu@mindspring.com>
21640
21641 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
21642 reference to bug-gnu@prep.ai.mit.edu.
21643 * gdb.mi/mi-var-child.exp: Likewise.
21644 * gdb.mi/mi-var-cmd.exp: Likewise.
21645 * gdb.mi/mi-var-display.exp: Likewise.
21646 * gdb.mi/mi2-var-block.exp: Likewise.
21647 * gdb.mi/mi2-var-child.exp: Likewise.
21648 * gdb.mi/mi2-var-cmd.exp: Likewise.
21649 * gdb.mi/mi2-var-display.exp: Likewise.
21650
00b51b9f
MK
216512004-08-15 Mark Kettenis <kettenis@gnu.org>
21652
21653 * gdb.base/unload.c (main): Make local variable msg const.
21654
45f07fef
MC
216552004-08-15 Michael Chastain <mec.gnu@mindspring.com>
21656
21657 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
21658 to bug-gnu@prep.ai.mit.edu.
21659 * gdb.mi/mi-disassemble.exp: Likewise.
21660 * gdb.mi/mi-eval.exp: Likewise.
21661 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
21662 default line number.
21663 * gdb.mi/mi-return.exp: Likewise.
21664 * gdb.mi/mi-simplerun.exp: Likewise.
21665 * gdb.mi/mi-stack.exp: Likewise.
21666 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
21667 number with explicit range test.
21668 * gdb.mi/mi-watch.exp: Likewise.
21669 * gdb.mi/mi2-break.exp: Likewise.
21670 * gdb.mi/mi2-cli.exp: Likewise.
21671 * gdb.mi/mi2-disassemble.exp: Likewise.
21672 * gdb.mi/mi2-eval.exp: Likewise.
21673 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
21674 default line number.
21675 * gdb.mi/mi2-return.exp: Likewise.
21676 * gdb.mi/mi2-simplerun.exp: Likewise.
21677 * gdb.mi/mi2-stack.exp: Likewise.
21678 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
21679 number with explicit range test.
21680 * gdb.mi/mi2-watch.exp: Likewise.
21681
dd8c8ee7
MC
216822004-08-15 Michael Chastain <mec.gnu@mindspring.com>
21683
21684 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
21685 * gdb.cp/m-static.exp: Likewise.
21686 * gdb.cp/rtti.exp: Likewise.
21687
4e838464
MK
216882004-08-14 Mark Kettenis <kettenis@gnu.org>
21689
21690 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
21691
8d8cb839
EZ
216922004-08-14 Eli Zaretskii <eliz@gnu.org>
21693
21694 * ChangeLog: Prefix Local Variables with semi-colons and indent
21695 the reference to older ChangeLog files, to fix fontification in
21696 Emacs.
21697
deea8bb0
MC
216982004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21699
21700 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
21701 * gdb.mi/mi2-break.exp: Likewise.
21702
c3297504
MC
217032004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21704
21705 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
21706
25808999
MC
217072004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21708
21709 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
21710
226a8d71
MC
217112004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21712
21713 * gdb.cp/classes.exp: Remove unused declarations. Just let
21714 test names default instead of providing special names. Remove
21715 extraneous demangler test.
21716
37fdf854
JJ
217172004-08-12 Jeff Johnston <jjohnstn@redhat.com>
21718
21719 * gdb.base/unload.exp: New test for breakpoints in dynamically
21720 loaded libraries.
21721 * gdb.base/unload.c: Ditto.
21722 * gdb.base/unloadshr.c: Ditto.
21723
2d3a7986
MC
217242004-08-12 Michael Chastain <mec.gnu@mindspring.com>
21725
21726 * gdb.cp/classes.exp (test_ptype_class_objects): Call
21727 cp_test_ptype_class.
21728 (test_enums): Likewise.
21729
c72b934c
AC
217302004-08-10 Andrew Cagney <cagney@gnu.org>
21731
21732 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
21733 files.
21734
cc503c8a
AC
217352004-08-10 Andrew Cagney <cagney@gnu.org>
21736
21737 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
21738 init_malloc call.
21739
902f2ccb
MC
217402004-08-10 Michael Chastain <mec.gnu@mindspring.com>
21741
21742 * ChangeLog: Add copyright notice. The notice is copied
21743 from emacs 21.3 top level ChangeLog.
21744
78c90502
MC
217452004-08-09 Michael Chastain <mec.gnu@mindspring.com>
21746
21747 * lib/cp-support.exp: New file.
21748 * lib/cp-support.exp (cp_test_type_class): New function.
21749 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
21750 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
21751 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
21752 cp_test_ptype_class.
21753
88e5ea78
MC
217542004-08-09 Michael Chastain <mec.gnu@mindspring.com>
21755
21756 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
21757 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
21758 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
21759 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
21760 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
21761 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
21762 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
21763 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
21764 gdb.mi/mi2-watch.exp: Update copyright years.
21765
6a89fc9c
MK
217662004-08-09 Mark Kettenis <kettenis@gnu.org>
21767
21768 * gdb.base/sigaltstack.exp: Provide proper anchoring.
21769
1482e0de
MC
217702004-08-09 Michael Chastain <mec.gnu@mindspring.com>
21771
21772 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
21773 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
21774 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
21775 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
21776 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
21777 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
21778 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
21779 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
21780 gdb.mi/mi-watch.exp: Update copyright years.
21781
1a5ce3f3
DJ
217822004-08-08 Daniel Jacobowitz <dan@debian.org>
21783
21784 PR gdb/1738
21785 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
21786 from a breakpoint with a pending signal.
21787
04f6ecf2
DJ
217882004-08-08 Daniel Jacobowitz <dan@debian.org>
21789
21790 PR gdb/1736
21791 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
21792 * gdb.base/sigaltstack.exp (finish_test): Consume output until
21793 the prompt.
21794 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
21795
54d90d35
DJ
217962004-08-08 Daniel Jacobowitz <dan@debian.org>
21797
21798 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
21799
d2f6abb0
DJ
218002004-08-08 Daniel Jacobowitz <dan@debian.org>
21801
21802 PR gdb/1736
21803 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
21804 for i?86-*-linux*.
21805
5598c03d
DJ
218062004-08-08 Daniel Jacobowitz <dan@debian.org>
21807
21808 * gdb.arch/i386-prologue.exp: Compile without debug information.
21809
c6fee705
MC
218102004-08-08 Michael Chastain <mec.gnu@mindspring.com>
21811
21812 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
21813 rather than asking gdb to search.
21814
dd90efdb
MC
218152004-08-05 Michael Chastain <mec.gnu@mindspring.com>
21816
21817 * gdb.base/gcore.c: Include <string.h>.
21818
1e84bec1
MC
218192004-08-05 Michael Chastain <mec.gnu@mindspring.com>
21820
21821 * gdb.base/gcore.c: Add copyright notice.
21822
e425eb2b
MC
218232004-08-05 Michael Chastain <mec.gnu@mindspring.com>
21824
21825 * gdb.base/freebpcmd.c: Include <stdio.h>.
21826 * gdb.base/long_long.c: Include <string.h>.
21827 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
21828 * gdb.base/siginfo.c: Include <string.h>.
21829 * gdb.base/sigstep.c: Include <string.h>.
21830
cb9aaed5
MC
218312004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21832
21833 * gdb.base/complex.c: Include <stdlib.h>.
21834
55944f3d
MC
218352004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21836
21837 * gdb.base/complex.c: Add copyright notice.
21838
7b2953d9
MC
218392004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21840
21841 * gdb.base/charset.c: Include <stdlib.h>.
21842
c9133d23
MC
218432004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21844
21845 * gdb.base/auxv.c: Include <stdlib.h>.
21846
0a8490ad
MC
218472004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21848
21849 * gdb.base/auxv.c: Add copyright notice.
21850
3426d5ec
MC
218512004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21852
21853 * gdb.base/coremaker.c: Add copyright notice.
21854 * gdb.base/coremaker2.c: Add copyright notice.
21855
8da195dd
AC
218562004-08-04 Andrew Cagney <cagney@gnu.org>
21857
21858 * gdb.base/store.exp: Update copyright.
21859 (check_set, up_set, check_struct, up_struct): Add a prefix to test
21860 names, do not import gdb_prompt.
21861
8d394f98
AC
218622004-08-01 Andrew Cagney <cagney@gnu.org>
21863
21864 Fix PR testsuite/1729.
21865 * gdb.base/dump.exp: Add test name to callers of capture_value, do
21866 not use capture_value with value 4.
21867 (capture_value): Add optional test name parameter.
21868 (test_reload_saved_value, test_restore_saved_value): Use $msg as
21869 the prefix, pass to capture_value.
21870
b6702b23
MK
218712004-08-01 Mark Kettenis <kettenis@gnu.org>
21872
21873 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
21874 * gdb.arch/i386-prologue.c (standard): New prototype and function.
21875 (main): Call new function.
21876
c203e0ca
MC
218772004-07-31 Michael Chastain <mec.gnu@mindspring.com>
21878
21879 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
21880
a7995a30
MC
218812004-07-31 Michael Chastain <mec.gnu@mindspring.com>
21882
21883 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
21884
9366563b
MC
218852004-07-31 Michael Chastain <mec.gnu@mindspring.com>
21886
b6eeaf26 21887 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9366563b
MC
21888 Accept more values of vtbl pointer. Remove some messages
21889 about "obsolete gcc or gdb".
21890
2fc1f950
MC
218912004-07-30 Michael Chastain <mec.gnu@mindspring.com>
21892
21893 * gdb.cp/classes.exp: Accept more varieties of ptype output.
21894
c724d49b
MC
218952004-07-30 Michael Chastain <mec.gnu@mindspring.com>
21896
21897 * gdb.base/asm-source.exp: Properly convert target board
21898 debug flags from gcc format to binutils format.
21899
736b0fce
MK
219002004-07-28 Mark Kettenis <kettenis@gnu.org>
21901
21902 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
21903 gdb1718". PR backtrace/1718 partially fixed.
21904
5633ea5c
JJ
219052004-07-27 Jeff Johnston <jjohnstn@redhat.com>
21906
21907 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
21908
575eebb1
NC
219092004-07-26 Nick Clifton <nickc@redhat.com>
21910
21911 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
21912 good default value for a specific architecture is available then
21913 set it to that value. Otherwise default to the -gstabs switch.
21914 Remove the -g... switches from the asm-flags variable. Allow the
21915 target board info to override the value if it wants to. Pass the
21916 switch on the assembler command line.
21917
62104619
MK
219182004-07-23 Mark Kettenis <kettenis@gnu.org>
21919
21920 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
21921 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
21922 (main): Call new function.
21923
4a1135b8
MC
219242004-07-22 Michael Chastain <mec.gnu@mindspring.com>
21925
21926 Test for PR exp/1715.
21927 * gdb.base/radix.exp: Refactor common procedures. Make all
21928 test names unique. Change XFAIL to KFAIL.
21929
8a12c1f0
MC
219302004-07-20 Michael Chastain <mec.gnu@mindspring.com>
21931
21932 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
21933 * gdb.ada/gnat_ada.gin: ... to here.
21934 * configure.in: Use gnat_ada.gin.
21935 * configure: Regenerate.
21936
23b451cf
AC
219372004-07-20 Andrew Cagney <cagney@gnu.org>
21938
21939 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
21940 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
21941 XFAILs. Clean up test messages and comments. Check backtraces.
21942 Delete re-sync code.
21943
ab618a02
MC
219442004-07-19 Michael Chastain <mec.gnu@mindspring.com>
21945
21946 Fix PR cli/740.
21947 * gdb.base/annota1.exp: Honor gdb,nosignals.
21948 * gdb.base/annota3.exp: Likewise.
21949
46dad340
MC
219502004-07-19 Michael Chastain <mec.gnu@mindspring.com>
21951
21952 * lib/java.exp: Update copyright notice.
21953
756d8c70
AC
219542004-07-19 Andrew Cagney <cagney@gnu.org>
21955
21956 * gdb.base/selftest.exp: Copy file from here ...
21957 * gdb.gdb/selftest.exp: ... to here.
21958
586027e6
AC
219592004-07-16 Andrew Cagney <cagney@redhat.com>
21960
21961 * lib/insight-support.exp: Delete file.
21962 * lib/java.exp (java_init): Fix copyright.
21963
029d2200
AC
219642004-07-16 Andrew Cagney <cagney@gnu.org>
21965
21966 * gdb.base/restore.c: Append "prologue" to comments marking the a
21967 function's prologue.
21968 * gdb.base/restore.exp: Update copyright, re-indent.
21969 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
21970 callerN" prefix where needed. Update patterns that match a
21971 function's prologue.
21972
653b62c5
MC
219732004-07-16 Michael Chastain <mec.gnu@mindspring.com>
21974
21975 * gdb.base/restore.c: Add copyright notice.
21976
f7d690e5
AC
219772004-07-16 Andrew Cagney <cagney@gnu.org>
21978
21979 * gdb.base/logical.exp: Update copyright.
21980 (evaluate): New procedure. Use to re-implement tests using
21981 several tables.
21982
d629a7cb
MH
219832004-07-14 Martin Hunt <hunt@redhat.com>
21984
21985 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
21986 which fixes some problems where init.tcl was not found.
21987
9c7bb332
AC
219882004-07-13 Andrew Cagney <cagney@gnu.org>
21989
6bf46641
AC
21990 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
21991 (check_sizeof, check_valueof): Do not include the output in the
21992 test name. Use gdb_test.
21993 (get_valueof): Use gdb_test_multiple.
21994
c4ffd4c0
AC
21995 * gdb.base/step-test.exp: Update copyright. Use
21996 gdb_test_multiple. Ensure that test names do not include
21997 architecture dependent output.
21998
ab89363a
AC
21999 * gdb.gdb/observer.exp: Update copyright.
22000 (setup_test): Use gdb_test_multiple.
22001 (attach_first_observer, attach_second_observer)
22002 (attach_third_observer, detach_first_observer)
22003 (detach_second_observer, detach_third_observer)
22004 (reset_counters, check_counters): Make $message a prefix.
22005 (test_normal_stop_notifications): Add "args" parameter - a list of
22006 init functions to be called. Make $message a prefix,
22007 (test_observer_normal_stop): Change the message prefixes so that
22008 they are unique, pass the attach / detach procedures to
22009 test_normal_stop_notifications.
22010
ec58997a
AC
22011 * gdb.base/signull.exp (test_segv): Prefix all tests with
22012 "${name}". Clean up test messages.
22013
b475183b
AC
22014 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
22015
9c7bb332
AC
22016 * gdb.base/ena-dis-br.exp: Update copyright.
22017 (break_at): New function. Replace send_gdb with gdb_test,
22018 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
22019 ignore count, not stopped at bpt", with KFAIL.
22020
2dd95497
CV
220212004-07-13 Corinna Vinschen <vinschen@redhat.com>
22022
22023 * gdb.base/attach.exp: Remove cleanupfile handling.
22024
419e626b
AC
220252004-07-12 Andrew Cagney <cagney@gnu.org>
22026
22027 * gdb.base/annota1.exp: Cleanup corefile test name.
22028 * gdb.base/annota3.exp: Ditto.
22029
8b1b3228
AC
220302004-07-12 Andrew Cagney <cagney@gnu.org>
22031
78650829
AC
22032 * gdb.base/signals.exp: Clean up copyright, re-indent.
22033
8b1b3228
AC
22034 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
22035 gdb_test and gdb_test_multiple.
22036
935c2760
JJ
220372004-07-08 Jeff Johnston <jjohnstn@redhat.com>
22038
22039 * gdb.java/jmain.exp: Fix expected line number for main to
a9c64011 22040 break at. Set XFAIL for break at main test since gcj does not
935c2760
JJ
22041 provide line number info for first statement in main.
22042
1544280f
AC
220432004-07-08 Andrew Cagney <cagney@gnu.org>
22044
1279f4ff
AC
22045 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
22046
1544280f
AC
22047 * gdb.base/sigbpt.exp: Make the common part of each test name a
22048 prefix instead of suffix.
22049
bcc82369
BR
220502004-07-07 Bob Rossi <bob_rossi@cox.net>
22051
22052 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
22053 test from test_tbreak_creation_and_listing to
22054 test_file_list_exec_source_file
22055 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
22056 Changed name of test from test_tbreak_creation_and_listing to
22057 test_file_list_exec_source_file
22058
23f4b0aa
JJ
220592004-07-07 Jeff Johnston <jjohnstn@redhat.com>
22060
22061 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
22062 the jmisc() constructor instead of <init>.
22063 * gdb.java/jmisc1.exp: Ditto.
22064
56401cd5
AC
220652004-07-07 Andrew Cagney <cagney@gnu.org>
22066
22067 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
22068 corrupting the PC.
22069
44ae2f6a
MC
220702004-07-06 Michael Chastain <mec.gnu@mindspring.com>
22071
22072 * gdb.cp/templates.exp: Accept whitespace change in demangler
22073 output.
22074
45a83408
AC
220752004-07-06 Andrew Cagney <cagney@gnu.org>
22076
22077 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
22078
d205ad70
MC
220792004-07-02 Michael Chastain <mec.gnu@mindspring.com>
22080
22081 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
22082 * lib/compiler.cc: Likewise.
22083
06ea1a61
MC
220842004-06-30 Michael Chastain <mec.gnu@mindspring.com>
22085
22086 * lib/compiler.cc: Work around string preprocessing problem
22087 with old hp c++ compiler.
22088 * lib/compiler.c: Likewise.
22089
daab1251
CV
220902004-06-29 Corinna Vinschen <vinschen@redhat.com>
22091
22092 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
22093 directives to conditionalize symbol prefixing.
22094 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
22095 additional_flags handling. Add underscore prefix for Cygwin.
22096 * gdb.arch/i386-unwind.c: Use preprocessor directives to
22097 conditionalize symbol prefixing.
22098 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
22099 additional_flags handling. Add underscore prefix for Cygwin.
22100
cc984116
CV
221012004-06-29 Corinna Vinschen <vinschen@redhat.com>
22102
22103 * gdb.base/bigcore.exp: Skip test on Cygwin.
22104
c279b077
MC
221052004-06-28 Michael Chastain <mec.gnu@mindspring.com>
22106
22107 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
22108 formats for "info register". Use gdb_test_multiple. Fix
22109 the "invalid register" test.
22110
0e915747
CV
221112004-06-28 Corinna Vinschen <vinschen@redhat.com>
22112
22113 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
22114 PID for Cygwin. Add Cygwin specific strings to check for in some
22115 tests.
22116 (do_attach_tests): Add a test for user interaction when attaching
22117 to a process with no matching symbol table already loaded.
22118
11422c86
AC
221192004-06-26 Andrew Cagney <cagney@gnu.org>
22120
22121 Test PR java/1567 and PR java/1565.
22122 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
22123 * gdb.java/jmisc2.exp: Delete file.
22124
cefbce26
MC
221252004-06-26 Michael Chastain <mec.gnu@mindspring.com>
22126
22127 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
22128
e19f872c
CV
221292004-06-25 Corinna Vinschen <vinschen@redhat.com>
22130
22131 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
22132 attach process.
22133
d931ba3b
MC
221342004-06-23 Michael Chastain <mec.gnu@mindspring.com>
22135
22136 * gdb.cp/pr-1553.exp: Remove.
22137
aef68c48
MC
221382004-06-22 Michael Chastain <mec.gnu@mindspring.com>
22139
22140 * gdb.cp/pr-1553.cc: Remove.
22141 * gdb.cp/pr-1553.exp: Disable this test.
22142
8d5df71a
JB
221432004-06-20 Jim Blandy <jimb@redhat.com>
22144
a9c64011 22145 Fix PR testsuite/1680.
8d5df71a
JB
22146 * gdb.arch/i386-sse.exp: Properly quote curly braces in
22147 regular expressions.
22148
4ac6f39d
MC
221492004-06-19 Michael Chastain <mec.gnu@mindspring.com>
22150
22151 Fix PR testsuite/1679.
22152 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
22153 Issue an UNSUPPORTED result instead.
22154
1b413552
JB
221552004-06-18 Jim Blandy <jimb@redhat.com>
22156
22157 * gdb.base/charset.exp: Only send a control-C if we see a new
22158 prompt and incomplete command.
22159
6daa6ebd
MC
221602004-06-18 Michael Chastain <mec.gnu@mindspring.com>
22161
22162 * gdb.cp/pr-574.cc: Add copyright notice.
22163
51fa4ae0
JB
221642004-06-17 Jim Blandy <jimb@redhat.com>
22165
22166 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
22167 cases where the regexp has no groups; this grabs random text from
22168 the previous test suite, whatever that was.
22169
8fea26c5
MC
221702004-06-17 Michael Chastain <mec.gnu@mindspring.com>
22171
22172 * gdb.cp/printmethod.cc: Add copyright notice.
22173
1e3aeb41
MC
221742004-06-16 Michael Chastain <mec.gnu@mindspring.com>
22175
22176 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
22177
9d9030bc
AC
221782004-06-16 Andrew Cagney <cagney@gnu.org>
22179
22180 * gdb.base/signull.c: Update copyright. Include <string.h>.
22181 (bowler): Replace data_pointer with data_read
22182 and data_write cases. Add code_descriptor case.
22183 (zero, desc): New array and pointer.
22184 (data, code): Change to simple pointers.
22185 * gdb.base/signull.exp: Fix probe pattern matching a function
22186 descriptor SIGSEGV. Replace data_pointer with data_read and
22187 data_write tests.
22188
acd4ad44
AC
221892004-06-16 Andrew Cagney <cagney@gnu.org>
22190
22191 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
22192
08fd625c
MC
221932004-06-15 Michael Chastain <mec.gnu@mindspring.com>
22194
22195 * gdb.base/long_long.c: Add copyright notice.
22196
1903502c
MC
221972004-06-15 Michael Chastain <mec.gnu@mindspring.com>
22198
22199 * gdb.base/long_long.exp: Remove reference to
22200 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
22201 to gdb_breakpoint and gdb_continue_to_breakpoint.
22202
83313cb1
JB
222032004-06-14 Jim Blandy <jimb@redhat.com>
22204
22205 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
22206 endian case.
22207
1bf404ef
AC
222082004-06-14 Andrew Cagney <cagney@gnu.org>
22209
22210 * gdb.base/gcore.exp (capture_command_output): Delete the always
22211 passing tests containing inferior values.
22212 * gdb.base/ending-run.exp: Do not include the breakpoint address
22213 in the test message. Update copyright.
22214 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
22215 size in the test name, use gdb_test_multiple. Update copyright.
22216
ef220b33
MC
222172004-06-14 Michael Chastain <mec.gnu@mindspring.com>
22218
22219 * gdb.cp/ref-types.cc: Add copyright notice.
22220
4f70a4c9
MC
222212004-06-14 Michael Chastain <mec.gnu@mindspring.com>
22222
22223 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
22224 hp_aCC_compiler.
22225 * lib/compiler.cc: Likewise.
22226 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
22227 'set' commands. Log diagnostics for other lines. Set
22228 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
22229
335928ac
MC
222302004-06-13 Michael Chastain <mec.gnu@mindspring.com>
22231
22232 * gdb.cp/try_catch.cc: Add copyright notice.
22233
2efb12e8
MC
222342004-06-12 Michael Chastain <mec.gnu@mindspring.com>
22235
22236 * gdb.cp/userdef.cc: Add copyright notice.
22237
0bbed51a
MC
222382004-06-11 Michael Chastain <mec.gnu@mindspring.com>
22239
22240 * gdb.cp/virtfunc.cc: Add copyright notice.
22241
e12a46c9
RC
222422004-06-11 Randolph Chung <tausq@debian.org>
22243
22244 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
22245 problem.
22246
338e05af
AC
222472004-06-10 Andrew Cagney <cagney@gnu.org>
22248
22249 * lib/compiler.cc, lib/compiler.c: Append either
22250 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
22251 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
22252 instead of gcc-3-3.
22253
dc3f10cb
AC
222542004-06-09 Andrew Cagney <cagney@gnu.org>
22255
b4d946af
AC
22256 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
22257 gdb/1455, bug is specific to "long long" and "double".
a9c64011 22258
dc3f10cb
AC
22259 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
22260 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
22261 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
22262 fixed.
22263
b5c0bfa2
AC
222642004-06-09 Andrew Cagney <cagney@gnu.org>
22265
22266 * gdb.base/structs.exp (test_struct_returns): Replace
22267 "return_value_unknown" and "finish_value_unknown" by
22268 "return_value_known" and "finish_value_known". Instead of
22269 "return_value_unknown" iff "finish_value_unknown", check
22270 "return_value_known" implies "finish_value_known".
22271
caeb605f
MH
222722004-06-08 Martin Hunt <hunt@redhat.com>
22273
22274 * gdb.base/float.exp: Add pattern for mips targets.
22275
c892bb64
RC
222762004-06-08 Randolph Chung <tausq@debian.org>
22277
22278 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
22279 message for unknown architectures more clear.
22280
48306d3e
JB
222812004-06-08 Joel Brobecker <brobecker@gnat.com>
22282
22283 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
22284 start the execution of the program.
22285
83ecb59f
JB
222862004-06-07 Jim Blandy <jimb@redhat.com>
22287
22288 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
22289 * gdb.arch/i386-cpuid.h: New helper file.
22290
55264cb4
RC
222912004-06-07 Randolph Chung <tausq@debian.org>
22292
22293 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
22294 has started.
22295
23cadb28
RM
222962004-06-04 Roland McGrath <roland@redhat.com>
22297
22298 Fix PR gdb/1647.
22299 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
22300 differently to be robust to output buffering differences.
22301
51d01eda
MC
223022004-06-04 Michael Chastain <mec.gnu@mindspring.com>
22303
22304 * gdb.threads/pthreads.exp: Update copyright years.
22305 (check_control_c): Change asynchronous 'after' to synchronous.
22306
f4fc3b93
RM
223072004-06-04 Roland McGrath <roland@redhat.com>
22308
22309 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
22310 next gdb prompt.
22311
4013522b
MC
223122004-06-02 Michael Chastain <mec.gnu@mindspring.com>
22313
22314 Fix PR gdb/1636.
22315 * gdb.threads/manythreads.exp: Change asynchronous 'after'
22316 calls to synchronous.
22317
7a8f1e6b
JB
223182004-05-26 Jim Blandy <jimb@redhat.com>
22319
22320 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
22321
81bb3443
RC
223222004-05-24 Randolph Chung <tausq@debian.org>
22323
22324 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
22325 * gdb.asm/pa.inc: New file.
22326
8f5a3103
MK
223272004-05-22 Mark Kettenis <kettenis@gnu.org>
22328
22329 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
22330
734b8fe8 223312004-05-21 Joel Brobecker <brobecker@gnat.com>
a9c64011 22332 Daniel Jacobowitz <drow@mvista.com>
734b8fe8
JB
22333
22334 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
22335 GDB prompt.
22336
725603e1
UW
223372004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22338
f4fc3b93 22339 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
22340 setjmp/longjmp. Use sigaction instead of signal.
22341
8b923272 223422004-05-19 J. Brobecker <brobecker@gnat.com>
a9c64011 22343 Michael Snyder <msnyder@redhat.com>
8b923272
JB
22344
22345 * gdb.threads/pthread_cond_wait.c: New file.
22346 * gdb.threads/pthread_cond_wait.exp: New testcase.
22347
8bfabb04
AC
223482004-05-13 Andrew Cagney <cagney@redhat.com>
22349
22350 * gdb.base/signull.exp, gdb.base/signull.c: New files.
22351 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
22352
42edda50
AC
223532004-05-11 Andrew Cagney <cagney@redhat.com>
22354
22355 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
22356 fixed but revealed gdb/1639.
22357
d303a6c7
AC
223582004-05-10 Andrew Cagney <cagney@redhat.com>
22359
22360 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
22361 func1" and "next to 2nd alarm", kernel bug avoided.
22362
bf08c2a1
DJ
223632004-05-10 Daniel Jacobowitz <dan@debian.org>
22364
22365 PR external/1568
22366 * gdb.base/bigcore.exp: Check the size of the dumped core file.
22367 XFAIL if it is smaller than bytes_allocated.
22368 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
22369 (main): Make chunks_allocated unsigned. Correct comment.
22370
c0586a34
JB
223712004-05-07 Joel Brobecker <brobecker@gnat.com>
22372
22373 * gdb.arch/powerpc-aix-prologue.c: New file.
22374 * gdb.arch/powerpc-aix-prologue.exp: New file.
22375
f2785d12
JB
223762004-05-07 Jim Blandy <jimb@redhat.com>
22377
22378 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
22379 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
22380
bd7f6e30
JB
223812004-05-06 Joel Brobecker <brobecker@gnat.com>
22382
22383 * gdb.base/sep.exp: No longer setup_kfail when the program was
22384 built with dwarf2.
22385
0a5e7efe
JI
223862004-05-05 Jim Ingham <jingham@apple.com>
22387
22388 * gdb.base/pending.exp: Make sure pending breakpoints
22389 preserve the ignore count.
f4fc3b93 22390
a8958849
MK
223912004-04-27 Jerome Guitton <guitton@gnat.com>
22392
22393 * i386-prologue.exp: Add testcase for jump instruction as first
22394 instruction of the real code.
22395 * i386-prologue.c (jump_at_beginning): New function.
22396
7e103f5b
MK
223972004-04-28 Mark Kettenis <kettenis@gnu.org>
22398
22399 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
22400 x86_64-*-*.
22401
5d38b224
MK
224022004-04-28 Mark Kettenis <kettenis@gnu.org>
22403
22404 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
22405 i*86-*-*.
22406
0ef32fd9
MK
224072004-04-25 Mark Kettenis <kettenis@gnu.org>
22408
22409 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
22410 expression that checks the return type.
22411
71d7dd7c
AC
224122004-04-23 Andrew Cagney <cagney@redhat.com>
22413
22414 * gdb.base/call-sc.exp: New test of scalar call/return values.
22415 * gdb.base/call-sc.c: Ditto.
22416
1e9f977e
JJ
224172004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22418
22419 * gdb.threads/manythreads.c: Reduce thread stack size.
22420
899d9e3a
JJ
224212004-04-23 Jeff Johnston <jjohnstn@redhat.com>
22422
22423 * gdb.threads/manythreads.c: Add copyright notice.
22424
61bcae62
AC
224252004-04-23 Andrew Cagney <cagney@redhat.com>
22426
22427 * gdb.base/siginfo.exp: Better handle step out of signal.
22428 * gdb.base/sigstep.exp: Ditto.
22429
7339a42e 224302004-04-22 Jeff Johnston <jjohnstn@redhat.com>
a9c64011 22431 Daniel Jacobowitz <drow@mvista.com>
7339a42e
JJ
22432
22433 * gdb.threads/manythreads.c: New testcase.
22434 * gdb.threads/manythreads.exp: Ditto.
22435
5c98409b
JB
224362004-04-22 Jim Blandy <jimb@redhat.com>
22437
22438 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
22439 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
22440
3b611f1a
MC
224412004-04-21 Michael Chastain <mec.gnu@mindspring.com>
22442
22443 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
22444
f0fd9238
AC
224452004-04-21 Andrew Cagney <cagney@redhat.com>
22446
22447 * gdb.base/sigstep.c: New file.
22448 * gdb.base/sigstep.exp: New file.
22449
90990674
JB
224502004-04-16 Joel Brobecker <brobecker@gnat.com>
22451
22452 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
22453 call to observer_notify_normal_stop.
22454
78cef34b
AC
224552004-04-15 Andrew Cagney <cagney@redhat.com>
22456
22457 * gdb.base/siginfo.c: New file.
22458 * gdb.base/siginfo.exp: New file.
22459
d2343407
JB
224602004-04-12 J. Brobecker <brobecker@gnat.com>
22461
22462 * gdb.base/sep.exp: Fix typo in comment.
22463
a2dba3c8
JB
224642004-04-12 J. Brobecker <brobecker@gnat.com>
22465
22466 * gdb.base/sep.c: New file.
22467 * gdb.base/sep-proc.c: New file.
22468 * gdb.base/sep.exp: New testcase.
22469
15f7b60e
MK
224702004-04-09 Mark Kettenis <kettenis@gnu.org>
22471
22472 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
22473 support.
22474
44f4de1a
AC
224752004-04-05 Andrew Cagney <cagney@redhat.com>
22476
22477 * gdb.base/sigaltstack.c: New file.
22478 * gdb.base/sigaltstack.exp: New file.
22479
ef04f396
JB
224802004-04-04 Joel Brobecker <brobecker@gnat.com>
22481
22482 * gdb.base/foll-fork.exp: Update the expected output for
22483 "help set follow-fork-mode", to match a change that was made
22484 to the help of this variable on 2004-01-13.
22485
d40d2c92
JB
224862004-04-01 Joel Brobecker <brobecker@gnat.com>
22487
22488 * lib/ada.exp: Add copyright notice.
22489 * bar.ads: Likewise.
22490 * bar.adb: Likewise.
22491 * null_record.adb: Likewise.
22492 * null_record.exp: Likewise.
22493 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
22494
f86ef5a3
JB
224952004-04-01 Joel Brobecker <brobecker@gnat.com>
22496
22497 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
22498 * configure: Regenerate.
22499
414e70e3
JB
225002004-04-01 Joel Brobecker <brobecker@gnat.com>
22501
22502 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
22503 to build the application. Remove the message printed when in
22504 verbose mode, redundant with the UNSUPPORTED message above.
22505
f0aaee49
JB
225062004-03-31 Joel Brobecker <brobecker@gnat.com>
22507
22508 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
22509 * gdb.ada (null_record.exp): New testcase.
22510
ac81cb54
JB
225112004-03-31 Joel Brobecker <brobecker@gnat.com>
22512
22513 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
22514
854af2f7
JB
225152004-03-31 Joel Brobecker <brobecker@gnat.com>
22516
22517 * gdb.ada: New subdirectory.
22518 * gdb.ada/Makefile.in: New file.
22519 * gdb.ada/gnat_ada.gpr.in: New file.
22520
034cb681
JB
225212004-03-31 Joel Brobecker <brobecker@gnat.com>
22522
22523 * lib/ada.exp: New file.
22524
78a1a894
DJ
225252004-03-24 Daniel Jacobowitz <drow@mvista.com>
22526
22527 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
22528 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
22529
4b2b3b3e
AC
225302004-03-22 Andrew Cagney <cagney@redhat.com>
22531
22532 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
22533 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
22534 Problem identified by Ulrich Weigand.
22535
23c73aa3
DC
225362004-03-17 David Carlton <carlton@kealia.com>
22537
22538 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
22539 PR c++/826.
22540
d63a86f8
RM
225412004-03-16 Roland McGrath <roland@redhat.com>
22542
22543 * gdb.base/auxv.exp: New file.
22544 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
22545
0e02aa50
DC
225462004-03-12 David Carlton <carlton@kealia.com>
22547
22548 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
22549 * gdb.cp/pr-1553.cc: Ditto.
22550 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
22551 pass branch.
22552
c20b71be
MC
225532004-03-12 Michael Chastain <mec.gnu@mindspring.com>
22554
22555 * gdb.cp/templates.exp: Accept more template types.
22556
c7414a01
MC
225572004-03-09 Michael Chastain <mec.gnu@mindspring.com>
22558
22559 From Corinna Vinschen with modifications.
22560 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
22561 local variable obj_with_enum.
22562 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
22563 results with obj_with_enum.
22564
ed69573c
MC
225652004-03-09 Michael Chastain <mec.gnu@mindspring.com>
22566
22567 * gdb.cp/classes.cc: New file, copied from misc.cc.
22568 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
22569
28301461
MC
225702004-03-09 Michael Chastain <mec.gnu@mindspring.com>
22571
22572 * gdb.cp/misc.cc: Add copyright notice.
22573
1198ecbe
DC
225742004-03-05 David Carlton <carlton@kealia.com>
22575
22576 * gdb.cp/rtti.exp: Add 'print *obj3' test.
22577 * gdb.cp/rtti.h: Update copyright.
22578 (namespace n2::n3): New.
22579 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
22580 (n2::n3::func3): New.
22581 (main): Call n2::n3::func3.
22582 * gdb.cp/rtti2.cc: Update copyright.
22583 (n2::create3): New.
22584
9e08c470
MK
225852004-03-04 Mark Kettenis <kettenis@gnu.org>
22586
22587 * gdb.asm/openbsd.inc: Fix typo.
22588
4bebc3aa
FF
225892004-03-03 Fred Fish <fnf@redhat.com>
22590
22591 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
22592 "val" instead of unused "size". Update copyright year.
22593
6ea9fb37
DJ
225942004-02-29 Daniel Jacobowitz <drow@mvista.com>
22595
22596 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
22597 to use unsigned char.
22598 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
22599 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
22600
23b23974
DJ
226012004-02-29 Daniel Jacobowitz <drow@mvista.com>
22602
22603 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
22604 line of output.
22605
7574fd53
DJ
226062004-02-28 Daniel Jacobowitz <drow@mvista.com>
22607
22608 * gdb.base/relocate.c (dummy): Initialize.
22609
a195357f
DJ
226102004-02-28 Daniel Jacobowitz <drow@mvista.com>
22611
22612 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
22613 a breakpoint at exit.
22614
72fd54a9
FF
226152004-02-27 Fred Fish <fnf@redhat.com>
22616
22617 * gdb.base/chng-syms.exp: Add expect condition to match failing
22618 case that isn't a timeout.
22619
b9d23137
AC
226202004-02-27 Andrew Cagney <cagney@redhat.com>
22621
22622 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
22623 support.
22624
15d208f6 226252004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 22626
15d208f6
FF
22627 * gdb.arch/gdb1431.c: Remove.
22628 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
22629 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
22630 of "until" incorrectly.
22631
98f9cd2d
JB
226322004-02-26 J. Brobecker <brobecker@gnat.com>
22633
22634 * gdb.cp/class2.cc (empty): New class.
22635 (refer): New function.
22636 (main): Declare an object of type empty and use it.
22637 * gdb.cp/class2.exp: Print the value of an object of type empty.
22638
9b50c11b
JJ
226392004-02-26 Jeff Johnston <jjohnstn@redhat.com>
22640
22641 * gdb.base/langs.exp: Update query string to match the
22642 new nquery format used for pending breakpoints.
22643
0dcd613f
AC
226442004-02-26 Andrew Cagney <cagney@redhat.com>
22645
22646 Fix PR i18n/1570.
22647 * gdb.base/charset.c: Update copyright notice.
22648 (main, init_string): Remove the escape character '\e' tests.
22649 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
22650 * gdb.base/charset.exp (valid_host_charset): Ditto.
22651 * gdb.base/setvar.exp: Ditto.
22652
b8a56647
AC
226532004-02-24 Andrew Cagney <cagney@redhat.com>
22654
90d59e34
AC
22655 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
22656 mmapped data in core file" PASS and FAIL messages consistent.
22657
b8a56647
AC
22658 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
22659 setting a breakpoint. Work around PR java/1565.
22660
9f27c604
JJ
226612004-02-23 Jeff Johnston <jjohnstn@redhat.com>
22662
22663 * lib/gdb.exp (gdb_breakpoint): Update query string to match
22664 new nquery format.
22665 * gdb.base/pending.exp: Ditto.
22666
3224a706
MK
226672004-02-22 Mark Kettenis <kettenis@gnu.org>
22668
22669 * configure.in: Run stabs tests on *BSD.
22670 * configure: Regenerated.
22671
41e0a9ca
MK
226722004-02-21 Mark Kettenis <kettenis@gnu.org>
22673
22674 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
22675
1e1b3428
FF
226762004-02-20 Fred Fish <fnf@redhat.com>
22677
22678 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
22679 blank in test for "returns short", for consistency with other
22680 "returns xxx" tests. Update copyright year.
22681
f9a7572a
FF
226822004-02-19 Fred Fish <fnf@redhat.com>
22683
22684 New testcase for PR breakpoint/1558.
22685 * gdb.arch/gdb1558.exp: New file.
22686 * gdb.arch/gdb1558.c: New file.
22687
b2ce2854
EZ
226882004-02-19 Elena Zannoni <ezannoni@redhat.com>
22689
22690 * gdb.base/nodebug.exp: Fix typo.
22691
e7c9ff01
JB
226922004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22693
22694 Committed by Jim Blandy <jimb@redhat.com>.
22695
62f4b920
JB
22696 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
22697
2db536a1
JB
22698 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
22699
e7c9ff01
JB
22700 * gdb.base/float.exp: Support s390*-*-* targets.
22701
f3205b34
AF
227022004-02-17 Adam Fedor <fedor@gnu.org>
22703
22704 * gdb.base/gdb1555.exp: New file.
22705 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
22706
9d62932d
EZ
227072004-02-17 Elena Zannoni <ezannoni@redhat.com>
22708
22709 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
22710
344c9711
FF
227112004-02-16 Fred Fish <fnf@redhat.com>
22712
22713 * gdb.arch/gdb1291.c: Remove
22714 * gdb.arch/gdb1291.s: New test input file.
22715 * gdb.arch/gdb1291.exp: Expand test to check case that should not
22716 fail. Test for correct result, known incorrect result, other
22717 failures and timeouts.
22718
2d822687
AC
227192004-02-16 Andrew Cagney <cagney@redhat.com>
22720
22721 * gdb.base/bigcore.exp: New file.
22722 * gdb.base/bigcore.c: New file.
22723
dac15b66
AC
227242004-02-13 Andrew Cagney <cagney@redhat.com>
22725
22726 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
22727 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
22728 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
22729 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
22730 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
22731 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
22732 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
22733 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
22734 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
22735 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
22736
6bdfc2c4
JJ
227372004-02-11 Jeff Johnston <jjohnstn@redhat.com>
22738
22739 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
22740 executed is an alloc instruction.
22741
87b3ede8
DC
227422004-02-11 David Carlton <carlton@kealia.com>
22743
22744 * gdb.cp/breakpoint.exp: New.
22745 * gdb.cp/breakpoint.cc: New.
22746
6e19e2bf
MC
227472004-02-11 Michael Chastain <mec.gnu@mindspring.com>
22748
22749 Partial fix for PR gdb/1543.
22750 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
22751 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
22752 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
22753 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
22754 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
22755 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
22756 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
22757 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
22758 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
22759 to bug-gdb@prep.ai.mit.edu .
22760 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
22761 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
22762 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
22763 Likewise.
22764
5c5455dc
AC
227652004-02-10 Andrew Cagney <cagney@redhat.com>
22766
22767 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
22768 using gdb_internal_error_resync.
22769
9cf689d7
DJ
227702004-02-09 Daniel Jacobowitz <drow@mvista.com>
22771
22772 * gdb.threads/thread-specific.exp: Stop early if no threads are
22773 found.
22774
d2dc51db
MC
227752004-02-09 Michael Chastain <mec.gnu@mindspring.com>
22776
22777 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
22778
14b1a056
DJ
227792004-02-08 Daniel Jacobowitz <drow@mvista.com>
22780
22781 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
22782 breakpoints.
22783
83f66e8f
DJ
227842004-02-07 Daniel Jacobowitz <drow@mvista.com>
22785
22786 * config/sim.exp (gdb_load): Handle $arg == "".
22787 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
22788 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
22789
30fc0091
EZ
227902004-02-07 Elena Zannoni <ezannoni@redhat.com>
22791
a9c64011
AS
22792 * gdb.base/maint.exp: Update test to reflect
22793 obstack changes.
30fc0091 22794
4d806929
JJ
227952004-02-04 Jeff Johnston <jjohnstn@redhat.com>
22796
22797 * gdb.base/pendshr.c (pendfunc): New function that calls
22798 pendfunc1.
22799 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
22800
7bfdd688
FF
228012004-02-04 Fred Fish <fnf@redhat.com>
22802
22803 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
22804 function symbols and update copyright years.
22805 * gdb.arch/gdb1291.c: Ditto.
22806
aaa08ee4
MC
228072004-02-03 Michael Chastain <mec.gnu@mindspring.com>
22808
22809 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
22810
dbad7755
MC
228112004-02-03 Michael Chastain <mec.gnu@mindspring.com>
22812
22813 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
22814
ec4646ef
MC
228152004-02-03 Michael Chastain <mec.gnu@mindspring.com>
22816
22817 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
22818
1b802196
FF
228192004-02-02 Fred Fish <fnf@redhat.com>
22820
22821 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
22822 remote targets. Update copyright years.
22823
18fe2033
JJ
228242004-02-02 Jeff Johnston <jjohnstn@redhat.com>
22825
22826 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
22827 support.
22828 * gdb.base/langs.exp: Fix test which attempts to create
22829 breakpoint on non-existent function to handle new pending
22830 support.
22831 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
22832 a breakpoint.
22833 * gdb.base/pending.exp: New test.
22834 * gdb.base/pending.c: New file.
22835 * gdb.base/pendshr.c: Ditto.
22836
8d577d32
DC
228372004-02-02 David Carlton <carlton@kealia.com>
22838
22839 * gdb.cp/overload.exp: Add overloadNamespace tests.
22840 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
22841 (overloadNamespace, XXX): New.
22842 (main): Call XXX::marker2.
22843
3ad13771
FF
228442004-02-01 Fred Fish <fnf@redhat.com>
22845
22846 * gdb.base/dump.exp: Use runto_main instead of "runto main".
22847 * gdb.base/finish.exp: Ditto.
22848 * gdb.base/gcore.exp: Ditto.
22849 * gdb.base/huge.exp: Ditto.
22850 * gdb.base/info-proc.exp: Ditto.
22851 * gdb.base/return2.exp: Ditto.
22852 * gdb.threads/gcore-thread.exp: Ditto.
22853
44c75849
DJ
228542004-02-01 Daniel Jacobowitz <drow@mvista.com>
22855
22856 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
22857
005bc093
MK
228582004-02-01 Mark Kettenis <kettenis@gnu.org>
22859
22860 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
22861 that opening the file succeeds on OpenBSD.
22862
c47cebdb
DJ
228632004-02-01 Daniel Jacobowitz <drow@mvista.com>
22864
22865 * gdb.threads/thread-specific.c: New file.
22866 * gdb.threads/threads-specific.exp: New test script.
22867 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
22868 to expect_out.
22869
5a01311c
MK
228702004-02-01 Mark Kettenis <kettenis@gnu.org>
22871
22872 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
22873 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
22874 only on the "print_small_structs from print_long_arg_list" test.
22875
ce22a4f1
DJ
228762004-02-01 Daniel Jacobowitz <drow@mvista.com>
22877
22878 * gdb.base/completion.exp: Kill a stray backslash.
22879
22880 From Jim Ingham <jingham@apple.com>:
22881 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
22882 agrees with the result from sending a tab.
22883
abbab9d3
DJ
228842004-01-31 Daniel Jacobowitz <drow@mvista.com>
22885
22886 * gdb.base/chng-syms.exp: Remove stray newline.
22887
53904d1e
MK
228882004-01-31 Mark Kettenis <kettenis@gnu.org>
22889
22890 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
22891 *-*-openbsd*.
22892 * gdb.asm/openbsd.inc: New file.
22893
3a4b3aac
MK
228942004-01-30 Mark Kettenis <kettenis@gnu.org>
22895
22896 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
22897 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
22898 *-*solaris2*. Remove commented out default settings for
22899 asm-flags. Replace gdb_compile with target_link.
22900
ebac27b4
MC
229012004-01-29 Michael Chastain <mec.gnu@mindspring.com>
22902
22903 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
22904 for all tests. Remove old hp-ux and cygnus xfail cases.
22905
d8679d84
PH
229062004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
22907
22908 * gdb.base/chng-syms.exp: New file.
22909 * gdb.base/chng-syms.c: New file.
22910
0a55bc22
MC
229112004-01-24 Michael Chastain <mec.gnu@mindspring.com>
22912
22913 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
22914 Provide arms for current output in all my configurations.
22915
94b8e876
MC
229162004-01-24 Michael Chastain <mec.gnu@mindspring.com>
22917
22918 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
22919 * lib/compiler.cc: Likewise.
22920 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
22921 get the right preprocessor. Eval the output directly. Remove
22922 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
22923 hp_f77_compiler and hp_f90_compiler completely.
22924 (gdb_preprocess): Delete.
22925 (get_compiler): Delete.
22926
7cf03d44
MK
229272004-01-24 Mark Kettenis <kettenis@gnu.org>
22928
22929 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
22930 <string.h>.
22931
68b6dce9
NR
229322004-01-24 Nick Roberts <nick@nick.uklinux.net>
22933
22934 * gdb.mi/mi-stack.exp: Update copyright.
22935
b368761e
DC
229362004-01-23 David Carlton <carlton@kealia.com>
22937
22938 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
22939 test for cp_lookup_transparent_type.
22940 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
22941 call them.
22942
f2061b53
DJ
229432004-01-23 Daniel Jacobowitz <drow@mvista.com>
22944
22945 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
22946 after -var-update.
22947
37fc574a
DC
229482004-01-23 David Carlton <carlton@kealia.com>
22949
22950 * gdb.cp/namespace.cc (C::ensureRefs): New.
22951 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
22952
8e94b928
NR
229532004-01-20 Nick Roberts <nick@nick.uklinux.net>
22954
22955 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
22956 case "-stack-list-locals 2".
22957 * gdb.mi/mi-var-child.exp: Test for case
22958 "-var-list-children --all-values NAME".
22959
997b0952
MC
229602004-01-18 Michael Chastain <mec.gnu@mindspring.com>
22961
22962 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
22963
52470da3
MK
229642004-01-18 Mark Kettenis <kettenis@gnu.org>
22965
7049b4b8
MK
22966 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
22967 used with gdb_test_multiple.
22968
52470da3
MK
22969 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
22970 read at address 0. This fixes PR testsuite/1504.
22971
da6012e5
DJ
229722004-01-18 Daniel Jacobowitz <drow@mvista.com>
22973
22974 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
22975 Remove downloading, guessing the host executable, the calls to
22976 gdb_file_cmd and gdb_target_cmd, and "load" support.
22977 (infer_host_exec): New function broken out from gdb_load.
22978 (gdb_load): New wrapper for gdbserver_gdb_load.
22979 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
22980 gdb_target_cmd. Use -target-select.
22981 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
22982 Download binaries to the host. Clear last_mi_remote_file when
22983 we load a new binary.
22984 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
22985 call gdbserver_gdb_load and mi_gdb_target_cmd.
22986
32c70722
MC
229872004-01-17 Michael Chastain <mec.gnu@mindspring.com>
22988
22989 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
22990 type patterns.
22991
b0cecf36
MC
229922004-01-17 Michael Chastain <mec.gnu@mindspring.com>
22993
22994 * gdb.cp/templates.exp: Fix typo in test name of
22995 "print Foo<volatile char*>::foo".
22996
4120d7e6
MC
229972004-01-15 Michael Chastain <mec.gnu@mindspring.com>
22998
22999 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
23000
f679e530
BE
230012004-01-16 Ben Elliston <bje@wasabisystems.com>
23002
23003 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
23004 (clean mostlyclean): Remove empty rm.
23005
091c48f6
MC
230062004-01-15 Michael Chastain <mec.gnu@mindspring.com>
23007
23008 * gdb.base/setvar.exp: Add copyright years.
23009
3e5fc8d2
DC
230102004-01-14 David Carlton <carlton@bactrian.org>
23011
23012 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
23013 PR c++/1511 and update coment.
23014 * gdb.cp/templates.exp: Update patterns to match current output.
23015 If changes involve something other than whitespace, KFAIL
23016 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
23017
63d06c5c
DC
230182004-01-14 David Carlton <carlton@kealia.com>
23019
23020 * gdb.cp/namespace.exp: Add tests involving classes defined within
23021 namespaces.
23022 * gdb.cp/namespace.cc (C::CClass): New.
23023 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
23024
a51dab88
EZ
230252004-01-14 Elena Zannoni <ezannoni@redhat.com>
23026
23027 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
23028 what debug info we have. Print a better message if something goes
23029 wrong while producing the separate debug info file.
23030
a476ccc9
MC
230312004-01-14 Michael Chastain <mec.gnu@mindspring.com>
23032
23033 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
23034
f453692c
MC
230352004-01-14 Michael Chastain <mec.gnu@mindspring.com>
23036
23037 * gdb.base/callfuncs.c: Add copyright notice.
23038
f40063a5
MC
230392004-01-13 Michael Chastain <mec.gnu@mindspring.com>
23040
23041 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
23042 inheritance. PR gdb/1498, PR gcc/13539.
23043
19ac3974
EZ
230442004-01-13 Elena Zannoni <ezannoni@redhat.com>
23045
a9c64011
AS
23046 * gdb.threads/gcore-thread.exp: Prefix name of binary with
23047 test specific name.
23048 * gdb.mi/gdb669.exp: Ditto.
23049 * gdb.mi/mi-pthreads.exp: Ditto.
23050 * gdb.mi/mi1-pthreads.exp: Ditto.
23051 * gdb.mi/mi2-pthreads.exp: Ditto.
19ac3974 23052
56c97c6e
MC
230532004-01-12 Michael Chastain <mec.gnu@mindspring.com>
23054
23055 * gdb.cp/member-ptr.cc: Add copyright notice.
23056
a0644324
MC
230572004-01-12 Michael Chastain <mec.gnu@mindspring.com>
23058
23059 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
23060 some patterns for recent versions of gcc and hpacc. Delete
23061 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
23062 Delete tests that access a NULL pointer-to-member-data. This
23063 script is still disabled for gcc.
23064
32fabe09
EZ
230652004-01-12 Elena Zannoni <ezannoni@redhat.com>
23066
23067 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
a9c64011 23068 escaped correctly.
32fabe09 23069
1f8a6abb
EZ
230702004-01-12 Elena Zannoni <ezannoni@redhat.com>
23071
23072 * gdb.base/sepdebug.exp: New file.
23073 * gdb.base/sepdebug.c: New file.
23074 * lib/gdb.exp (separate_debug_filename): New procedure.
23075 (gdb_gnu_strip_debug): New procedure.
23076
48efe704
AC
230772004-01-12 Andrew Cagney <cagney@redhat.com>
23078
23079 * gdb.mi/ChangeLog: Delete file. Renamed to ...
23080 * gdb.mi/ChangeLog-1999-2003: New file.
23081
a9415475
AC
230822004-01-12 Andrew Cagney <cagney@redhat.com>
23083
23084 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
23085 "Renaming a directory to a non-empty directory returns ENOTEMPTY
23086 or EEXIST", treat EBUSY as an XFAIL.
23087
83b8cf9d
MC
230882004-01-11 Michael Chastain <mec.gnu@mindspring.com>
23089
23090 * gdb.base/scope.exp: Remove obsolete setup_xfail for
23091 hp_cc_compiler.
23092
9939d2a8
MC
230932004-01-10 Michael Chastain <mec.gnu@mindspring.com>
23094
23095 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
23096 decorations.
23097
1ff8cadf
MC
230982004-01-10 Michael Chastain <mec.gnu@mindspring.com>
23099
23100 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
23101 and "(aCC)" decorations. Remove obsolete doco about old
23102 test results.
23103
6fa9022e
MC
231042004-01-09 Michael Chastain <mec.gnu@mindspring.com>
23105
23106 * gdb.cp/exception.exp: Fix typo in doco.
23107
209721fe
MK
231082004-01-09 Mark Kettenis <kettenis@gnu.org>
23109
23110 * gdb.base/gdb1476.exp: Fix typo.
23111
ef11303e
MC
231122004-01-09 Michael Chastain <mec.gnu@mindspring.com>
23113
23114 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
23115 file.
23116
041ab88c
MC
231172004-01-09 Michael Chastain <mec.gnu@mindspring.com>
23118
23119 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
23120 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
23121 Use gdb_compile. Remove restriction on gcc. Add some patterns
23122 for recent version of gdb. Delete second half, which was a copy
23123 of the first half with different build flags. This test is
23124 still disabled because it is still not ready for production.
23125
e36d075a
MC
231262004-01-08 Michael Chastain <mec.gnu@mindspring.com>
23127
23128 * gdb.cp/exception.cc: Add copyright notice.
23129 * gdb.cp/exception.exp: Add a notice that this file is broken
23130 because of line number changes caused by addition of copyright
23131 notice.
23132
42b190ad
MC
231332004-01-08 Michael Chastain <mec.gnu@mindspring.com>
23134
23135 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
23136 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
23137
8f25f06b
MC
231382004-01-08 Michael Chastain <mec.gnu@mindspring.com>
23139
23140 * gdb.cp/classes.exp: Accept gnu abi 2.
23141 * gdb.cp/derivation.exp: Likewise.
23142 * gdb.cp/overload.exp: Likewise.
23143 * gdb.cp/virtfunc.exp: Likewise.
23144
06ded8b8
MC
231452004-01-08 Michael Chastain <mec.gnu@mindspring.com>
23146
23147 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
23148 semicolon after end of function.
23149
77c26ae3
MC
231502004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23151
23152 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
23153 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
23154 boilerplate code for compiling and running the program under
23155 test. Add some string method tests.
23156
20757486
MC
231572004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23158
23159 * gdb.cp/bs15503.cc: Add copyright notice.
23160 * gdb.cp/bs15503.exp: Adjust line number.
23161
0fd3b503
MC
231622004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23163
23164 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
23165 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
23166
10d1bea8
MC
231672004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23168
23169 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
23170 hp_cc_compiler.
23171
2789202a
MC
231722004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23173
23174 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
23175 * gdb.cp/ctti.exp: Use the marker instead of "next".
23176 With gcc, run further before bailing.
23177
b862f14c
MC
231782004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23179
23180 * gdb.cp/cttiadd.cc: Add copyright notice.
23181 * gdb.cp/cttiadd1.cc: Likewise.
23182 * gdb.cp/cttiadd2.cc: Likewise.
23183 * gdb.cp/cttiadd3.cc: Likewise.
23184
96da2469
MC
231852004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23186
23187 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
23188 Use gdb_test, gdb_test_multiple. Use floating-point values that
23189 have exact representations in IEEE-ish formats.
23190
053248ff
MC
231912004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23192
23193 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
23194 compilers. Delete duplicate call to get_compiler_info.
23195 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
23196 * gdb.base/volatile.exp: Likewise.
23197
84acecdd
MK
231982004-01-07 Mark Kettenis <kettenis@gnu.org>
23199
23200 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
23201 memory at address 0.
23202
fe11a27f
MC
232032004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23204
23205 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
23206 to test for hp-ux assembler. Fix copyright years.
23207
60ad077b
AC
232082004-01-07 Andrew Cagney <cagney@redhat.com>
23209
23210 * gdb.base/fileio.c (strerrno): Add "EBUSY".
23211
1c9b8f33
AC
232122004-01-07 Andrew Cagney <cagney@redhat.com>
23213
23214 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
23215 when creating the read-only file. From analysis by Roland McGrath
23216 and Elena Zannoni.
23217
753ccc7a
MC
232182004-01-06 Michael Chastain <mec.gnu@mindspring.com>
23219
23220 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
23221
eca3e36b
MC
232222004-01-06 Michael Chastain <mec.gnu@mindspring.com>
23223
23224 * gdb.base/cvexpr.c: Be type-safe with function pointers and
23225 data pointers.
23226
f8d4bac4
MC
232272004-01-06 Michael Chastain <mec.gnu@mindspring.com>
23228
23229 * gdb.cp/m-static.exp: Compile one source file at a time.
23230 Delete unused call to get_compiler_info.
23231
9b4e0f94
MC
232322004-01-06 Michael Chastain <mec.gnu@mindspring.com>
23233
23234 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
23235 * gdb.base/call-rt-st.exp: Likewise.
23236 * gdb.base/nodebug.exp: Likewise.
23237 * gdb.base/volatile.exp: Likewise.
23238 * gdb.cp/ref-types.exp: Likewise.
23239 * gdb.cp/templates.exp: Likewise.
23240
023c1024
MK
232412004-01-05 Mark Kettenis <kettenis@gnu.org>
23242
23243 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
23244
19703c4a
MC
232452004-01-05 Michael Chastain <mec.gnu@mindspring.com>
23246
23247 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
23248 hppa*-hp-hpux*.
23249
18b67037
MK
232502004-01-04 Mark Kettenis <kettenis@gnu.org>
23251
ba6219c8
MK
23252 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
23253 x86_64-*-*.
23254
18b67037
MK
23255 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
23256 sparc64-*-* and sparc*-solaris2*.
23257
1bfbbb9d
MK
232582004-01-04 Mark Kettenis <kettenis@gnu.org>
23259
23260 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
23261 return ${tests}" test. The ${tests} already mentions the
23262 filename.
23263
06846494
MC
232642004-01-02 Michael Chastain <mec.gnu@mindspring.com>
23265
23266 * gdb.cp/local.exp: Accept gcc abi 2.
23267
3b0cb202
MC
232682004-01-02 Michael Chastain <mec.gnu@mindspring.com>
23269
23270 * gdb.cp/templates.exp: Accept gcc abi 2.
23271
0643ec3f
MC
232722004-01-02 Michael Chastain <mec.gnu@mindspring.com>
23273
23274 * lib/compiler.cc: Remove supports_template_debugging.
23275 * gdb.cp/templates.exp: Do not test supports_template_debugging.
23276
d231d0b1
MC
232772004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23278
23279 * gdb.cp/namespace.exp: Accept gcc abi 2.
23280
44ffb27c
MC
232812004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23282
23283 * gdb.cp/method.exp: Accept gcc abi 2.
23284
184ad485
MC
232852004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23286
23287 * gdb.cp/classes.exp: Generate identical results as old version.
23288 * gdb.cp/derivation.exp: Likewise.
23289 * gdb.cp/overload.exp: Likewise.
23290 * gdb.cp/virtfunc.exp: Likewise.
23291
116f09e7
MC
232922004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23293
23294 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
23295 mysterious bug with sourceware version of expect.
23296
b1379776
MC
232972004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23298
23299 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
23300 current versions of gcc, including gcc abi 2. Remove gratuitous
23301 restart of test program. Use gdb_test_multiple and gdb_test for
23302 all tests. Add patterns to xfail missing "const" in "const char *"
23303 and kfail PR gdb/1155.
23304
6b7a4c0e
MC
233052004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23306
23307 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
23308 current versions of gcc, including gcc abi 2. Remove gratuitous
23309 restart of test program. Use gdb_test_multiple and gdb_test for
23310 all tests. Add patterns to kfail PR gdb/1498.
23311
51615d72
MC
233122003-12-31 Michael Chastain <mec.gnu@mindspring.com>
23313
23314 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
23315 current versions of gcc, including gcc abi 2. Use "breakpoint"
23316 and "continue" instead of restarting the target program. Use
23317 gdb_test_multiple and gdb_test for all tests.
23318
7b79a9d7
MK
233192004-01-01 Mark Kettenis <kettenis@gnu.org>
23320
23321 * gdb.asm/asm-source.exp: Update copyright year. Link statically
23322 for *-*-solaris2*.
23323
1cd3489f
MC
233242003-12-31 Michael Chastain <mec.gnu@mindspring.com>
23325
23326 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
23327 current versions of gcc, including gcc abi 2. Use "breakpoint"
23328 and "continue" instead of restarting the target program several
23329 times. Use gdb_test_multiple and gdb_test for all tests.
23330
850742db
MC
233312003-12-18 Michael Chastain <mec.gnu@mindspring.com>
23332
23333 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
23334 source files.
23335
eb4bbda8
MC
233362003-12-16 Michael Chastain <mec.gnu@mindspring.com>
23337
23338 * gdb.base/environ.exp: Handle compiling test case from multiple
23339 source files.
23340
e42c7771
MC
233412003-12-16 Michael Chastain <mec.gnu@mindspring.com>
23342
23343 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
23344
80e4b428
JB
233452003-12-17 Jim Blandy <jimb@redhat.com>
23346
5f06973a
JB
23347 * gdb.base/freebpcmd.c: Add copyright notice.
23348
80e4b428
JB
23349 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
23350
0ab84fb7
MC
233512003-12-16 Michael Chastain <mec.gnu@mindspring.com>
23352
23353 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
23354
1b3bb3d0
JB
233552003-12-13 Jim Blandy <jimb@redhat.com>
23356
23357 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
23358
3a4c9371
KB
233592003-12-12 Kevin Buettner <kevinb@redhat.com>
23360
23361 * gdb.asm/frv.inc: New file.
23362 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
23363
a1dea79a
FF
233642003-12-09 Fred Fish <fnf@redhat.com>
23365
23366 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
23367 functions to break1.c and leave prototypes behind. Add more
23368 "set breakpoint NN here" comments.
23369 * gdb.base/break1.c: New file.
23370
23371 * gdb.base/break.exp: Handle compiling test case from multiple
23372 source files and change source file references as needed.
23373 * gdb.base/completion.exp: Ditto.
23374 * gdb.base/condbreak.exp: Ditto.
23375 * gdb.base/define.exp: Ditto.
23376 * gdb.base/ena-dis-br.exp: Ditto.
23377 * gdb.base/info-proc.exp: Ditto.
23378 * gdb.base/maint.exp: Ditto.
23379 * gdb.base/until.exp: Ditto.
23380
23381 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
23382 hardcoded line numbers.
23383 * gdb.base/define.exp: Ditto.
23384 * gdb.base/ena-dis-br.exp: Ditto.
23385 * gdb.base/maint.exp: Ditto.
23386 * gdb.base/until.exp: Ditto.
23387
23388 * gdb.base/completion.exp: Use "break1" for completion tests since
23389 "break" is no longer a unique prefix.
23390
5266b69c
AC
233912003-12-06 Andrew Cagney <cagney@redhat.com>
23392
23393 * gdb.base/structs.exp (test_struct_returns): When applicable, set
23394 "return_value_unimplemented". When an unimplemented struct return
23395 architecture, report incorrect values as a KFAIL
23396
374451f0
MC
233972003-12-05 Michael Chastain <mec.gnu@mindspring.com>
23398
23399 * gdb.cp/rtti.exp: Accept new wording of warning from
23400 cp_lookup_rtti_type.
23401
ba9b20a7
MC
234022003-12-05 Michael Chastain <mec.gnu@mindspring.com>
23403
23404 Partial fix for PR testsuite/1456.
23405 * gdb.base/scope.exp (test_at_main): Replace references to
23406 gcc_compiled with calls to test_compiler_info.
23407 (test_at_foo): Likewise.
23408 (test_at_bar): Likewise.
23409
b74b6d0b
MC
234102003-12-04 Michael Chastain <mec.gnu@mindspring.com>
23411
23412 Partial fix for PR testsuite/1456.
23413 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
23414 to test_compiler_info.
23415
ccfa3402
MC
234162003-12-03 Michael Chastain <mec.gnu@mindspring.com>
23417
23418 * gdb.base/so-impl-ld.exp: Update copyright notice.
23419
f6246aba
MC
234202003-12-02 Michael Chastain <mec.gnu@mindspring.com>
23421
23422 Partial fix for PR testsuite/1456.
23423 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
23424 to test_compiler_info.
23425
13ae734a
MC
234262003-11-28 Michael Chastain <mec.gnu@mindspring.com>
23427
23428 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
23429 from current versions of gdb. Clean up regular expressions.
23430 Delete redundant timeout case.
23431
d8e1cdee
MC
234322003-11-28 Michael Chastain <mec.gnu@mindspring.com>
23433
23434 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
23435 from current versions of gdb. Clean up regular expressions.
23436 Delete redundant timeout case.
23437
96457b64
MC
234382003-12-01 Michael Chastain <mec.gnu@mindspring.com>
23439
23440 Partial fix for PR testsuite/1456.
23441 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
23442 gcc_compiled with call to test_compiler_info.
23443
f35309fc
MC
234442003-11-30 Michael Chastain <mec.gnu@mindspring.com>
23445
23446 Partial fix for PR testsuite/1456.
23447 * gdb.base/list.exp (test_list_function): Delete unused declaration
23448 of gcc_compiled.
23449
d7afdf9b
MC
234502003-11-29 Michael Chastain <mec.gnu@mindspring.com>
23451
23452 Partial fix for PR testsuite/1456.
23453 * gdb.base/complex.exp: Replace reference to gcc_compiled with
23454 call to test_compiler_info.
23455
71507b56
MK
234562003-11-29 Mark Kettenis <kettenis@gnu.org>
23457
23458 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
23459 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
23460 it to create the appropriate note.inc.
23461 * gdb.asm/asmsrc1.s: Include "note.inc".
23462 * gdb.asm/netbsd.inc: New file.
23463 * gdb.asm/empty.inc: New file.
23464
f81f93f7
MC
234652003-11-28 Michael Chastain <mec.gnu@mindspring.com>
23466
23467 Partial fix for PR testsuite/1456.
23468 * gdb.base/constvars.exp: Replace references to gcc_compiled with
23469 calls to test_compiler_info.
23470
9a77938e
MC
234712003-11-27 Michael Chastain <mec.gnu@mindspring.com>
23472
23473 Partial fix for PR testsuite/1456.
23474 * gdb.base/volatile.exp: Replace references to gcc_compiled with
23475 calls to test_compiler_info.
23476
e8367dc7
MK
234772003-11-27 Mark Kettenis <kettenis@gnu.org>
23478
23479 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
23480 pattern for the KFAILs.
23481
526c61ee
AF
234822003-11-25 Adam Fedor <fedor@gnu.org>
23483
23484 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
23485 * gdb.objc/objcdecode.m: New file.
23486
28f2d600
AF
234872003-11-25 Adam Fedor <fedor@gnu.org>
23488
23489 * gdb.objc/nondebug.exp: Test for PR objc/1236.
23490 * gdb.objc/nondebug.m: New file.
23491
a3895cee
BE
234922003-11-26 Ben Elliston <bje@wasabisystems.com>
23493
23494 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
23495 NetBSD as it does on FreeBSD. Modelled on a similar change by
23496 Mark Kettenis on 2003-05-30.
23497 (link-flags): Set to "--entry _start" regardless of target.
23498 Special linker flags are to be appended to $link-flags.
23499 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
23500
c9f2c8a3
MC
235012003-11-25 Michael Chastain <mec.gnu@mindspring.com>
23502
23503 * gdb.cp/method.exp: Accept output of new demangler.
23504
15a0587a 235052003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
23506
23507 * gdb/class2.exp: New file.
23508 * gdb/class2.cc: New file.
23509
3c00b570
MC
235102003-11-25 Michael Chastain <mec.gnu@mindspring.com>
23511
23512 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
23513 of new demangler.
23514
7027acc7
MK
235152003-11-23 Mark Kettenis <kettenis@gnu.org>
23516
23517 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
23518 of gdb_test "run".
23519
b0e1598a
MK
235202003-11-23 Mark Kettenis <kettenis@gnu.org>
23521
23522 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
23523 "continue" into "run".
23524
4d9eda44
MC
235252003-11-23 Michael Chastain <mec.gnu@mindspring.com>
23526
23527 Partial fix for PR testsuite/1456.
23528 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
23529 call to test_compiler_info.
23530 * gdb.cp/ctti.exp: Likewise.
23531 * gdb.cp/derivation.exp: Likewise.
23532 * gdb.cp/member-ptr.exp: Likewise.
23533 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
23534 reference to gcc_compiled.
23535
235362003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
23537
23538 Fix PR testsuite/1463.
23539 * gdb.base/structs.exp (start_structs_test): Call
23540 get_debug_format before using the debug format.
23541
d422fe19
AC
235422003-11-22 Andrew Cagney <cagney@redhat.com>
23543
23544 * lib/gdb.exp (gdb_test_multiple): Add simple example.
23545 * gdb.base/structs.exp: Use gdb_test_multiple.
23546
039cf96d
AC
235472003-11-20 Andrew Cagney <cagney@redhat.com>
23548
6882279b
AC
23549 * gdb.base/structs.exp: Handle and recover from internal errors.
23550 Replace "foo${n}" with "foo<n>" in test messages.
23551
e53890ae
AC
23552 * gdb.base/structs.exp: Update copyright. Rewrite.
23553 * gdb.base/structs.c: Update copyright. Rewrite.
23554
2b211c59
AC
23555 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
23556 resync count exceeded.
d63a86f8 23557
039cf96d
AC
23558 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
23559 from the internal error.
23560 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
23561 Original from Jim Blandy.
23562 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 23563
eac98b22
AC
235642003-11-19 Andrew Cagney <cagney@redhat.com>
23565
23566 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
23567 KFAIL.
23568
67455b2a
MK
235692003-11-17 Mark Kettenis <kettenis@gnu.org>
23570
23571 New testcase for PR backtrace/1435.
23572 * gdb.arch/i386-unwind.exp: New file.
23573 * gdb.arch/i386-unwind.c: New file.
23574
853d6e5b
AC
235752003-11-17 Andrew Cagney <cagney@redhat.com>
23576
23577 * lib/gdb.exp (compiler_info): New global.
23578 (test_compiler_info): New function.
23579 (get_compiler_info): Set compiler_info.
23580 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
23581 "compiler_info" to gcc-<major>-<minor>.
23582
38cf6e11
MC
235832003-11-15 Michael Chastain <mec.gnu@mindspring.com>
23584
23585 * gdb.trace/configure: Remove.
23586
a50d3602
EZ
235872003-11-13 Elena Zannoni <ezannoni@redhat.com>
23588
23589 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 23590 breakpoints.
a50d3602
EZ
23591 * gdb.base/break.exp: Remove all references to explicit line
23592 numbers.
23593
d9407aaa
NC
235942003-11-11 Nick Clifton <nickc@redhat.com>
23595
23596 * gdb.base/shreloc.exp: Do not run for targets which do not
23597 support shared objects.
23598
db488fc1
CV
235992003-11-10 Corinna Vinschen <vinschen@redhat.com>
23600
23601 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
23602 Don't run tests if nofileio flag is given.
23603
6a90a18e
EZ
236042003-11-07 Elena Zannoni <ezannoni@redhat.com>
23605
23606 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
a9c64011 23607 as well as 'Watchpoint'.
6a90a18e 23608
0b915e9c
EZ
236092003-11-06 Elena Zannoni <ezannoni@redhat.com>
23610
23611 Reported by Jim Ingham <jingham@apple.com>:
23612 * gdb.base/annota1.exp: Match at least one occurrence of the
23613 signal handler annotation.
23614
d7e4b55f
EZ
236152003-11-06 Elena Zannoni <ezannoni@redhat.com>
23616
a9c64011
AS
23617 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
23618 as well as 'Watchpoint'.
d7e4b55f 23619
2fe4e8d0
MC
236202003-11-05 Michael Chastain <mec@shout.net>
23621
23622 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
23623
6ef88553
KW
236242003-11-03 Kris Warkentin <kewarken@qnx.com>
23625
23626 * gdb.arch/gdb1291.c: New test file.
23627 * gdb.arch/gdb1291.exp: New test script.
23628 * gdb.arch/gdb1431.c: New test file.
23629 * gdb.arch/gdb1431.exp: New test script.
23630
ae7dc4d8
MC
236312003-10-22 Michael Chastain <mec@shout.net>
23632
23633 * gdb.mi/pthreads.c: Add copyright notice.
23634
c39d7427
MC
236352003-10-22 Michael Chastain <mec@shout.net>
23636
23637 * gdb.threads/pthreads.c: Add copyright notice.
23638
8b7d96c1
MC
236392003-10-20 Michael Chastain <mec@shout.net>
23640
23641 * gdb.base/gdb1056.exp: New test script.
23642
d1d69fdd
DJ
236432003-10-13 Daniel Jacobowitz <drow@mvista.com>
23644
23645 * gdb.threads/killed.exp: Use gdb_run_cmd.
23646
7d605576
DJ
236472003-10-13 Daniel Jacobowitz <drow@mvista.com>
23648
23649 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
23650 create a core file.
23651 * gdb.threads/gcore-thread.exp: Likewise.
23652
618ec112
CV
236532003-10-13 Corinna Vinschen <vinschen@redhat.com>
23654
23655 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
23656 type, based on char type.
23657 (struct bit_flags_short_t): New bitfield type, based on short type.
23658 (init_bit_flags_char): New fuction.
23659 (init_bit_flags_short): Ditto.
23660 (print_bit_flags_char): Ditto.
23661 (print_bit_flags_short): Ditto.
23662 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
23663
9367a73c
MC
236642003-10-11 Michael Chastain <mec@shout.net>
23665
23666 * gdb.base/call-rt-st.exp: Update copyright year.
23667
1decf120
KI
236682003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
23669
23670 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
23671 * gdb.disasm/sh3.s: Ditto.
23672
5445b2ae
DJ
236732003-10-07 Daniel Jacobowitz <drow@mvista.com>
23674
23675 * gdb.threads/switch-threads.exp: New test.
23676 * gdb.threads/switch-threads.c: New source file.
23677
aec24853
CV
236782003-10-07 Corinna Vinschen <vinschen@redhat.com>
23679
23680 * gdb.base/ending-run.exp: Add sh specific case.
23681
adc7428d
AC
236822003-10-06 Andrew Cagney <cagney@redhat.com>
23683
23684 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
23685 * gdb.disasm/mn10200.exp: Delete obsolete file.
23686
c9d37158
DJ
236872003-09-29 Daniel Jacobowitz <drow@mvista.com>
23688
23689 * ChangeLog: Correct an entry command.exp -> commands.exp.
23690 * gdb.base/commands.exp (bp_deleted_in_command_test)
23691 (temporary_breakpoint_commands): Check noargs.
23692
79c2c32d
DC
236932003-09-25 David Carlton <carlton@kealia.com>
23694
23695 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
23696 of some print tests, where appropriate. Add tests for C::D::cd,
23697 E::ce, F::cXfX, G::XgX.
23698 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
23699
594e6d67
RE
237002003-09-25 Richard Earnshaw <rearnsha@arm.com>
23701
23702 * lib/java.exp (java_init): Import target_alias before using it.
23703
10f0d451
DC
237042003-09-25 David Carlton <carlton@kealia.com>
23705
23706 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
23707
274bcba0
EZ
237082003-09-23 Elena Zannoni <ezannoni@redhat.com>
23709
d63a86f8 23710 * gdb.base/selftest.exp: Accomodate more instruction reordering
a9c64011 23711 weirdness.
274bcba0 23712
cdbf20f7
MC
237132003-09-17 Michael Chastain <mec@shout.net>
23714
23715 * gdb.cp/gdb1355.exp: New file.
23716 * gdb.cp/gdb1355.c: New file.
23717
71e06f80
CV
237182003-09-15 Corinna Vinschen <vinschen@redhat.com>
23719
23720 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
23721 * gdb.asm/sh.inc: New file.
23722
5c4e30ca
DC
237232003-09-11 David Carlton <carlton@kealia.com>
23724
bd45b7af
DC
23725 * gdb.cp/namespace.exp: Add tests for namespace types.
23726 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
23727 (test_namespace): New.
23728
1c199746
EZ
237292003-09-11 Elena Zannoni <ezannoni@redhat.com>
23730
a9c64011 23731 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 23732 * gdb.stabs/weird.exp: Ditto.
1c199746 23733
04ed252f
MC
237342003-09-08 Michael Chastain <mec@shout.net>
23735
23736 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
23737
d8a2d9e7
MC
237382003-09-07 Michael Chastain <mec@shout.net>
23739
23740 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
23741 'parse error'.
23742
161afb24
MK
237432003-09-07 Mark Kettenis <m.kettenis@osp.nl>
23744
23745 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
23746
49f2741a
MC
237472003-08-30 Michael Chastain <mec@shout.net>
23748
23749 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
23750 * gdb.gdb/observer.exp: Ditto.
23751 * gdb.gdb/xfullpath.exp: Ditto.
23752
8afa723e
MK
237532003-08-29 Mark Kettenis <kettenis@gnu.org>
23754
23755 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
23756 *-*-*bsd*.
23757
f31dfe3b
JJ
237582003-08-28 Jeff Johnston <jjohnstn@redhat.com>
23759
23760 * gdb.base/dump.exp: Skip for ia64.
23761
4630e498
JJ
237622003-08-25 Jeff Johnston <jjohnstn@redhat.com>
23763
23764 * gdb.asm/asm-source.exp: Add ia64 support.
23765 * gdb.asm/ia64.inc: New file.
23766
1105b7ef
MC
237672003-08-22 Michael Chastain <mec@shout.net>
23768
23769 * gdb.cp: New directory.
23770 * gdb.cp/*: Copy from gdb.c++/*.
23771 * gdb.c++/*: Remove.
23772 * Makefile.in: Change gdb.c++ to gdb.cp.
23773 * configure.in: Ditto.
23774 * configure: Regnerate.
23775
c945b932
MK
237762003-08-18 Mark Kettenis <kettenis@gnu.org>
23777
23778 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
23779 * gdb.arch/i386-prologue.c (gdb1338): Add function.
23780
2b66634b
DJ
237812003-08-17 Daniel Jacobowitz <drow@mvista.com>
23782
23783 * mi-var-display.exp (-var-list-children weird): Accept function
23784 pointers with argument types.
23785 * mi1-var-display.exp (-var-list-children weird): Likewise.
23786 * mi2-var-display.exp (-var-list-children weird): Likewise.
23787
a356f73b
DJ
237882003-08-17 Daniel Jacobowitz <drow@mvista.com>
23789
23790 * gdb.base/annota3.exp: Add missing newline.
23791
483417b8
MC
237922003-08-06 Michael Chastain <mec@shout.net>
23793
23794 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
23795
c99c59c3
MS
237962003-08-12 Michael Snyder <msnyder@redhat.com>
23797
23798 * gdb.base/float.exp: Add test for SH.
23799
55ed7501
MK
238002003-08-10 Mark Kettenis <kettenis@gnu.org>
23801
23802 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
23803
1a371f2e
EZ
238042003-08-07 Elena Zannoni <ezannoni@redhat.com>
23805
23806 * gdb.base/completion.exp: Remove reduntant completion test
23807 on filename.
23808
e0f353ce
EZ
238092003-08-07 Elena Zannoni <ezannoni@redhat.com>
23810
a9c64011
AS
23811 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
23812 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
23813 gdb.trace/save-trace.exp: Make sure that full pathnames are
23814 escaped correctly.
e0f353ce 23815
5710a1af 238162003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 23817
a9c64011
AS
23818 * configure.in: Don't generate config.h from config.hin.
23819 * configure: Regenerate.
23820 * config.hin: Remove file.
23821 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
23822 * gdb.threads/pthreads.c: Ditto.
5710a1af 23823
dcd81ce9
DJ
238242003-08-07 Daniel Jacobowitz <drow@mvista.com>
23825
23826 From Kei Sakamoto <sakamoto.kei@renesas.com>:
23827 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
23828 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
23829 Replace ld24 with seth/add3.
23830
6009d884
AC
238312003-08-02 Andrew Cagney <cagney@redhat.com>
23832
23833 * gdb.base/annota3.exp: New file.
23834 * gdb.base/annota3.c: New file.
23835 * gdb.c++/annota3.exp: New file.
23836 * gdb.c++/annota3.cc: New file.
23837
51514e06
MC
238382003-07-29 Michael Chastain <mec@shout.net>
23839
23840 * gdb.threads/tls.c (spin): Check errno only if sem_wait
23841 actually failed.
23842 (do_pass): Likewise.
23843 * gdb.threads/tls.exp: Always initialize no_of_threads.
23844
4ee6625b
DJ
238452003-07-27 Daniel Jacobowitz <drow@mvista.com>
23846
23847 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
23848 pattern.
23849 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
23850 * gdb.threads/tls.exp: Recognize one case of the host library not
23851 supporting TLS.
23852
225f2bf6
AC
238532003-07-27 Andrew Cagney <cagney@redhat.com>
23854
23855 * gdb.base/fileio.exp: Use SH when running commands using
23856 remote_exec.
23857
bcb27c9f
DJ
238582003-07-24 Daniel Jacobowitz <drow@mvista.com>
23859
23860 From Kei Sakamoto <sakamoto.kei@renesas.com>:
23861 * gdb.base/relocate.c (dummy): New padding array.
23862
3d67be83
MS
238632003-07-22 Michael Snyder <msnyder@redhat.com>
23864
d63a86f8 23865 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
23866
23867 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
23868 patterns to be more general, accepting old and new output.
23869 Some output chars (such as '+') also must be quoted.
d63a86f8 23870 Some addresses are displayed numerically instead of
3d67be83
MS
23871 symbolically.
23872
57ba3b85
MS
238732003-07-23 Michael Snyder <msnyder@redhat.com>
23874
686d097c
MS
23875 * gdb.base/return2.exp: Don't test long-long return.
23876
57ba3b85
MS
23877 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
23878 * gdb.disasm/t01_mov.exp: Ditto.
23879 * gdb.disasm/t02_mova.s: Ditto.
23880 * gdb.disasm/t02_mova.exp: Ditto.
23881 * gdb.disasm/t03_add.s: Ditto.
23882 * gdb.disasm/t03_add.exp: Ditto.
23883 * gdb.disasm/t04_sub.s: Ditto.
23884 * gdb.disasm/t04_sub.exp: Ditto.
23885 * gdb.disasm/t05_cmp.s: Ditto.
23886 * gdb.disasm/t05_cmp.exp: Ditto.
23887 * gdb.disasm/t06_ari2.s: Ditto.
23888 * gdb.disasm/t06_ari2.exp: Ditto.
23889 * gdb.disasm/t07_ari3.s: Ditto.
23890 * gdb.disasm/t07_ari3.exp: Ditto.
23891 * gdb.disasm/t08_or.s: Ditto.
23892 * gdb.disasm/t08_or.exp: Ditto.
23893 * gdb.disasm/t09_xor.s: Ditto.
23894 * gdb.disasm/t09_xor.exp: Ditto.
23895 * gdb.disasm/t10_and.s: Ditto.
23896 * gdb.disasm/t10_and.exp: Ditto.
23897 * gdb.disasm/t11_logs.s: Ditto.
23898 * gdb.disasm/t11_logs.exp: Ditto.
23899 * gdb.disasm/t12_bit.s: Ditto.
23900 * gdb.disasm/t12_bit.exp: Ditto.
23901 * gdb.disasm/t13_otr.s: Ditto.
23902 * gdb.disasm/t13_otr.exp: Ditto.
23903
e00759ef
EZ
239042003-07-22 Elena Zannoni <ezannoni@redhat.com>
23905
23906 * gdb.threads/tls.exp :Add kfail for 'info address' case.
23907
8bc2021f
EZ
239082003-07-22 Elena Zannoni <ezannoni@redhat.com>
23909
a9c64011
AS
23910 * gdb.threads/tls.c : New file.
23911 * gdb.threads/tls.exp : New file.
23912 * gdb.threads/tls-main.c : New file.
23913 * gdb.threads/tls-shared.c : New file.
23914 * gdb.threads/tls-shared.exp : New file.
8bc2021f 23915
89320c4c
AS
239162003-07-22 Andreas Schwab <schwab@suse.de>
23917
23918 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
23919
180dea7c
AS
239202003-07-20 Andreas Schwab <schwab@suse.de>
23921
23922 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
23923 due to insn reordering.
23924
0714963c
AC
239252003-07-15 Andrew Cagney <cagney@redhat.com>
23926
23927 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
23928
98a23b3f
MC
239292003-07-15 Michael Chastain <mec@shout.net>
23930
23931 * gdb.base/gdb1250.exp: New file.
23932 * gdb.base/gdb1250.c: New file.
23933
27e417a2
ML
239342003-07-09 Michal Ludvig <mludvig@suse.cz>
23935
23936 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
23937 expansion of size_t to 'unsigned long', not only to 'unsigned'.
23938
8bc2021f
EZ
239392003-07-09 Elena Zannoni <ezannoni@redhat.com>
23940
a9c64011
AS
23941 * gdb.threads/tls.c: New file.
23942 * gdb.threads/tls.exp: New file.
23943 * gdb.threads/tls-main.c: New file.
23944 * gdb.threads/tls-shared.c: New file.
23945 * gdb.threads/tls-shared.exp: New file.
8bc2021f 23946
d99968dc
EZ
239472003-07-09 Elena Zannoni <ezannoni@redhat.com>
23948
23949 * gdb.base/annota1.exp: Make sure that we properly escape the
23950 full path of the source file. Xfail more permissive patterns,
d63a86f8 23951 due to a compiler debug info problem.
d99968dc 23952
83876b3b
AS
239532003-07-07 Andreas Schwab <schwab@suse.de>
23954
2705e972
AS
23955 * gdb.asm/m68k.inc: New file.
23956 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
23957
83876b3b
AS
23958 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
23959 arguments"): Also match negative number.
23960
23961 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
23962
3a871b37
DJ
239632003-07-03 Daniel Jacobowitz <drow@mvista.com>
23964
23965 * gdb.base/store.c (charest): New typedef.
23966 (add_char): Rename to add_charest, update.
23967 (wack_char): Rename to wack_charest, update types. Return l + r
23968 to keep r live across the call.
23969 (wack_short, wack_int, wack_long, wack_longest, wack_float)
23970 (wack_double, wack_doublest): Return l + r to keep r live across
23971 the call.
23972 * gdb.base/store.exp: Accomodate store.c changes.
23973
b2a7f303
DC
239742003-06-30 David Carlton <carlton@kealia.com>
23975
23976 * gdb.c++/maint.exp (test_invalid_name): New.
23977 (test_first_component): Add tests for invalid names.
23978
3c6cb4a1
MC
239792003-06-29 Michael Chastain <mec@shout.net>
23980
23981 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
23982 output of '<VTT for class>' for virtual base classes.
23983
f1c2644b
DJ
239842003-06-29 Daniel Jacobowitz <drow@mvista.com>
23985
23986 * gdb.base/completion.exp: Tab-complete "complet" instead of
23987 "compl".
23988 * gdb.base/complex.exp, gdb.base/complex.c: New files.
23989
18080350
DJ
239902003-06-29 Daniel Jacobowitz <drow@mvista.com>
23991
23992 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
23993 * gdb.base/volatile.exp: Likewise.
23994
f56973f8
DJ
239952003-06-29 Daniel Jacobowitz <drow@mvista.com>
23996
23997 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
23998 gdb/1265.
23999
240002003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
24001 Daniel Jacobowitz <drow@mvista.com>
24002
24003 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
24004 initial line count of 'captured_main' from 26 to 32.
24005 (test_with_self): Allow xmalloc call to be interleaved with the
24006 preceding two lines.
24007
e766d4d6
JB
240082003-06-24 Joel Brobecker <brobecker@gnat.com>
24009
24010 * gdb.base/bang.exp: New testcase.
24011
f125c9a4
JB
240122003-06-23 Joel Brobecker <brobecker@gnat.com>
24013
24014 * gdb.base/langs.exp: Add some tests for the "minimal" language
24015 support.
24016
6e25beaf
EZ
240172003-06-23 Elena Zannoni <ezannoni@redhat.com>
24018
24019 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
24020 the testcase.
24021
2f816dda
DJ
240222003-06-22 Daniel Jacobowitz <drow@mvista.com>
24023
24024 * gdb.base/relocate.exp: Test add-symbol-file with a variable
24025 offset.
24026
db5a5748
DJ
240272003-06-22 Daniel Jacobowitz <drow@mvista.com>
24028
24029 * gdb.c++/pr-1210.cc: New file.
24030 * gdb.c++/pr-1210.exp: New file.
24031
1df0c130
DJ
240322003-06-21 Daniel Jacobowitz <drow@mvista.com>
24033
24034 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
24035 000-exec-continue.
24036
a92feac0
MK
240372003-06-15 Mark Kettenis <kettenis@gnu.org>
24038
24039 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
24040 on *-*-*bsd* instead of *-*-freebsd*.
24041
81a58f5b
AC
240422003-06-14 Andrew Cagney <cagney@redhat.com>
24043
24044 * gdb.base/store.exp: Test longest and doublest. Test all
24045 parameters. Weaken return statement match.
24046 * gdb.base/store.c: Add longest and doublest - aka long long and
24047 long double functions. Put all parameters into local register
24048 variables. Use negative values.
24049
b257a0d3
AC
240502003-06-14 Andrew Cagney <cagney@redhat.com>
24051
24052 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
24053 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
24054 exit status.
24055 * gdb.base/fileio.exp: Disable target when nointerrupts and
24056 noinferiorio, instead of limiting it to remote. Use remote_exec
24057 instead of system.
d63a86f8 24058
21c38304
JJ
240592003-06-12 Jeff Johnston <jjohnstn@redhat.com>
24060
24061 * gdb.base/float.exp: Add ia64 support.
24062
1bcdb424
CV
240632003-06-12 Corinna Vinschen <vinschen@redhat.com>
24064
24065 * gdb.base/fileio.exp: Run only on remote targets.
24066
6aeb981f
CV
240672003-06-10 Corinna Vinschen <vinschen@redhat.com>
24068
24069 * gdb.base/fileio.c: New file, testing File-I/O.
24070 * gdb.base/fileio.exp: Ditto.
24071
53df362e
RG
240722003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
24073
24074 * gdb.base/shreloc.exp: New file, check symbol values obtained from
24075 shared objects after relocation at load time (gdb PR/1132).
24076 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
a9c64011 24077 as above, part of the shared object relocation test.
53df362e 24078
ffee1b46
MK
240792003-06-08 Mark Kettenis <kettenis@gnu.org>
24080
b5ca3722
MK
24081 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
24082 fully filled history list.
24083 * gdb.base/gdb_history: New file.
24084
03ed860d
MK
24085 * gdb.base/signals.exp: XFAIL "continue to func1" on
24086 i*86-*-freebsd*.
24087
ffee1b46
MK
24088 * gdb.base/attach.exp: When trying to attach to a nonexistent
24089 process, make it possible to specify the PID based on the target,
24090 and do so for *-*-freebsd*.
24091
d80dbb52
RH
240922003-06-02 Richard Henderson <rth@redhat.com>
24093
24094 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
24095
6dd77b81
RH
240962003-06-02 Richard Henderson <rth@redhat.com>
24097
24098 * gdb.base/selftest.exp: Next over lim_at_start initialization.
24099
f6347e16
RH
241002003-06-02 Richard Henderson <rth@redhat.com>
24101
24102 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
24103
2c161407
DJ
241042003-06-01 Daniel Jacobowitz <drow@mvista.com>
24105
24106 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
24107 of globalvar.
24108
572eb746
MK
241092003-06-01 Mark Kettenis <kettenis@gnu.org>
24110
24111 * gdb.asm/asm-source.exp: Check for memory read errors in
24112 disassembler test on *BSD too.
24113
9e9617a5
RH
241142003-06-01 Richard Henderson <rth@redhat.com>
24115
24116 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
24117 for .frame.
24118 (gdbasm_call): Lose ldgp.
24119 (gdbasm_startup): Add frame information.
24120 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
24121
7b34ad4e
MK
241222003-05-31 Mark Kettenis <kettenis@gnu.org>
24123
24124 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
24125 i?86-*-*.
24126
10059fdf
MK
241272003-05-30 Mark Kettenis <kettenis@gnu.org>
24128
24129 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
24130 FreeBSD.
24131
acf4b816
RH
241322003-05-29 Richard Henderson <rth@redhat.com>
24133
24134 * gdb.asm/alpha.inc: New file.
24135 * gdb.asm/asm-source.exp: Use it.
24136
e9ecd949
JB
241372003-05-29 Jim Blandy <jimb@redhat.com>
24138
24139 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
24140 'core.PID'.
24141
e3e5a4f3
JB
241422003-05-22 Jim Blandy <jimb@redhat.com>
24143
24144 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
24145 backtrace.
d63a86f8 24146
72fe3d25
DC
241472003-05-20 David Carlton <carlton@math.stanford.edu>
24148
24149 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
24150 this time.
24151
58da2eb2
DC
241522003-05-19 David Carlton <carlton@bactrian.org>
24153
24154 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
24155 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
24156
1fcb5155
DC
241572003-05-19 David Carlton <carlton@bactrian.org>
24158
24159 * gdb.c++/namespace.exp: Add namespace scope and anonymous
24160 namespace tests.
24161 Bump copyright date.
24162 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
24163 (main): Call C::D::marker2.
24164 * gdb.c++/namespace1.cc: New file.
24165
85e85163
JJ
241662003-05-14 Jeff Johnston <jjohnstn@redhat.com>
24167
24168 Roland McGrath <roland@redhat.com>
d63a86f8 24169 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
24170 there is no manager thread.
24171
a25fbfec
JJ
241722003-05-08 Jeff Johnston <jjohnstn@redhat.com>
24173
d63a86f8
RM
24174 * gdb.threads/schedlock.exp: Remove assumption that all threads
24175 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
24176 in one of the child threads rather than the main thread.
24177
be375bae
JB
241782003-05-07 Jim Blandy <jimb@redhat.com>
24179
09bf6082
JB
24180 Add support for assembly source testing on the s390x.
24181 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
24182 architecture.
24183 * gdb.asm/s390x.inc: New file.
24184
be375bae
JB
24185 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
24186 succession of 'if' statements.
24187
00905d52
AC
241882003-05-05 Andrew Cagney <cagney@redhat.com>
24189
24190 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
24191
b1e29e33
AC
241922003-05-05 Andrew Cagney <cagney@redhat.com>
24193
24194 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
24195 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
24196
e33d66ec
EZ
241972003-05-02 Elena Zannoni <ezannoni@redhat.com>
24198
24199 * gdb.base/charset.exp: Update based on new behavior of set/show
24200 charset commands.
24201
2b6fd0d8
AC
242022003-05-01 Andrew Cagney <cagney@redhat.com>
24203
24204 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
24205 variable do not give memory errors.
24206
130cacce
AF
242072003-04-30 Adam Fedor <fedor@gnu.org>
24208
24209 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
24210 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
24211 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
24212 gdb.objc/basicclass.m: : New files
24213
24214 * lib/gdb.exp (gdb_compile_objc): New procedure.
24215
bea71854
DJ
242162003-04-27 Daniel Jacobowitz <drow@mvista.com>
24217
24218 * gdb.base/signals.exp: Make backtrace tests more specific.
24219
0f20eeea
DC
242202003-04-23 David Carlton <carlton@bactrian.org>
24221
24222 * gdb.c++/maint.exp (test_first_component): Add tests for
24223 'operator' in more locations.
24224
c8c4d8dc
KB
242252003-04-16 Kevin Buettner <kevinb@redhat.com>
24226
24227 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
24228
3fe60e3c
EZ
242292003-04-16 Elena Zannoni <ezannoni@redhat.com>
24230
24231 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
a9c64011 24232 func marke' instead. Update test name.
3fe60e3c 24233
9219021c
DC
242342003-04-15 David Carlton <carlton@math.stanford.edu>
24235
24236 * gdb.c++/maint.exp: New file.
24237
5dd55bdd
EZ
242382003-04-14 Elena Zannoni <ezannoni@redhat.com>
24239
24240 * gdb.threads/schedlock.c: Change type of thread function argument
24241 to long, to avoid warnings on 64-bit platforms.
24242
00890572
EZ
242432003-04-14 Elena Zannoni <ezannoni@redhat.com>
24244
a9c64011
AS
24245 * gdb.base/attach.exp: Add new message from ptrace in case of
24246 attaching to nonexistent process.
d63a86f8 24247
93201743
JB
242482003-04-11 Jim Blandy <jimb@redhat.com>
24249
24250 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
24251 gdb.c++/userdef.cc: Place comments on the lines to which the
24252 marker function might return.
24253 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
24254 gdb.c++/userdef.exp: Look for those comments to check that we've
24255 returned to the right place, instead of checking line numbers.
24256
2a11c64d
EZ
242572003-04-11 Elena Zannoni <ezannoni@redhat.com>
24258
a9c64011
AS
24259 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
24260 match on sourcefile name, instead of directory name.
2a11c64d 24261
68ab8fc5
EZ
242622003-04-10 Elena Zannoni <ezannoni@redhat.com>
24263
d63a86f8 24264 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
24265 working directory name.
24266
5624293a
JB
242672003-04-09 Jim Blandy <jimb@redhat.com>
24268
24269 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
24270 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
24271 after an inferior function call, report the failure, but allow the
24272 test to continue.
24273
f1f02ee4
SC
242742003-04-05 Stephane Carrez <stcarrez@nerim.fr>
24275
24276 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
24277 with -DPROTOTYPES.
24278
6eb79af0
SC
242792003-04-05 Stephane Carrez <stcarrez@nerim.fr>
24280
24281 * gdb.base/break.exp: Revert last patch.
24282
8dfb4cf0
SC
242832003-04-04 Stephane Carrez <stcarrez@nerim.fr>
24284
24285 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
24286 with -DPROTOTYPES.
24287
ed4c619a
AC
242882003-04-02 Andrew Cagney <cagney@redhat.com>
24289
24290 * gdb.base/callfuncs.exp: Make "print add" messages unique.
24291 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
24292 matching directories by the name breakpoint.
24293 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
24294 Make "continue to marker1" consistent.
24295 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
24296 message consistent.
24297 * lib/gdb.exp: Put "the program is no longer running", and "the
24298 program exited" in parenthesis.
24299 * lib/mi-support.exp: Ditto.
d63a86f8 24300
4e35d5f0 243012003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 24302
4e35d5f0
BR
24303 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
24304
71900fe8
AC
243052003-03-29 Andrew Cagney <cagney@redhat.com>
24306
24307 * gdb.base/sizeof.c (main): Print the value of '\377'.
24308 * gdb.base/sizeof.exp: Check the sign of '\377'.
24309
c0655a16
MC
243102003-03-27 Michael Chastain <mec@shout.net>
24311
24312 * gdb.base/gdb1090.exp: New file.
24313 * gdb.base/gdb1090.cc: New file.
24314
5b2a3989
JB
243152003-03-27 J. Brobecker <brobecker@gnat.com>
24316
24317 * gdb.gdb/observer.exp: New regression test.
24318
79876890
MC
243192003-03-27 Michael Chastain <mec@shout.net>
24320
24321 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
24322 * gdb.base/ptype.exp: Likewise.
24323
6eac95e3
CV
243242003-03-27 Corinna Vinschen <vinschen@redhat.com>
24325
24326 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
24327
e8c71839
MC
243282003-03-26 Michael Chastain <mec@shout.net>
24329
24330 * gdb.base/ptype.exp: Actually use some typedef'd types.
24331
71b10041
SC
243322003-03-21 Stephane Carrez <stcarrez@nerim.fr>
24333
24334 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
24335 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
24336
2512cf80
CV
243372003-03-20 Corinna Vinschen <vinschen@redhat.com>
24338
24339 * gdb.base/default.exp: Fix regular expression.
24340
0d195a4f
CV
243412003-03-20 Corinna Vinschen <vinschen@redhat.com>
24342
24343 * gdb.base/args.exp: Fix regular expression.
24344
8a2dbca8
CV
243452003-03-20 Corinna Vinschen <vinschen@redhat.com>
24346
24347 * gdb.base/help.exp: Allow Win32 child process.
24348
bf028682
CV
243492003-03-20 Corinna Vinschen <vinschen@redhat.com>
24350
24351 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
24352 when stepping out of main().
24353
182dbe85
CV
243542003-03-20 Corinna Vinschen <vinschen@redhat.com>
24355
24356 * gdb.base/default.exp: Check for win32 specific message when calling
24357 "run" without executable.
24358
d67a6ba5
CV
243592003-03-20 Corinna Vinschen <vinschen@redhat.com>
24360
24361 * gdb.base/args.exp: Expect .exe in output.
24362
a955b5bb
CV
243632003-03-20 Corinna Vinschen <vinschen@redhat.com>
24364
24365 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
24366 Cygwin native.
24367
bf6bad4b
AC
243682003-03-17 Andrew Cagney <cagney@redhat.com>
24369
24370 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
24371 vector registes.
24372 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
24373 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
24374
293e9a31
DC
243752003-03-17 David Carlton <carlton@math.stanford.edu>
24376
24377 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
24378 test, for PR breakpoints/38.
24379 Call test_watchpoint_and_breakpoint.
24380 * gdb.base/watchpoint.c (func3): New function.
24381 (main): Call func3.
24382
5330f2db
DC
243832003-03-04 David Carlton <carlton@math.stanford.edu>
24384
24385 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
24386 Garply<Garply<char> >:: garply".
24387 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
24388 with respect to PR c++/1111; note also PR c++/1113.
24389 (test_template_breakpoints): KFAIL "constructor breakpoint" with
24390 respect to PR c++/1062.
24391 KFAIL "destructor breakpoint" with respect to PR c++/1112.
24392
6ece72da
DC
243932003-03-03 David Carlton <carlton@math.stanford.edu>
24394
24395 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
24396 with respect to PR c++/57.
24397 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
24398 c++/826.
24399 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
24400 respect to PR c++/57.
24401
85ca1584
DC
244022003-03-03 David Carlton <carlton@math.stanford.edu>
24403
24404 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
24405 respect to PR c++/33 into FAILs.
24406
98e9c5b8
MC
244072003-03-03 Michael Chastain <mec@shout.net>
24408
7bedbf27
MC
24409 * configure.in: Update copyright years.
24410
244112003-03-03 Michael Chastain <mec@shout.net>
24412
24413 * Makefile.in: Update copyright years.
98e9c5b8 24414
f683e100
DC
244152003-02-28 David Carlton <carlton@math.stanford.edu>
24416
24417 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
24418 print class instead of struct and/or superfluous protection
24419 specifiers, as long as the resulting output is equivalent to the
24420 source code.
24421 Delete FIXME from end of messages on tests that don't need
24422 fixing.
24423
a9e0cf2c
DC
244242003-02-28 David Carlton <carlton@math.stanford.edu>
24425
24426 * gdb.c++/templates.exp (do_tests): Allow const in the two
24427 Foo<volatile char *>::foo tests.
24428
e8d359df
MS
244292003-02-27 Michael Snyder <msnyder@redhat.com>
24430
d63a86f8 24431 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
24432 will be consistant.
24433
0b71dc91
DC
244342003-02-26 David Carlton <carlton@math.stanford.edu>
24435
24436 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
24437 char *>::foo" test with respect to PR c++/33. Create a new test
24438 which is identical to that one except that it doesn't put the
24439 space between the "char" and the "*"; KFAIL it, too.
24440
dd14ab43
DC
244412003-02-26 David Carlton <carlton@math.stanford.edu>
24442
24443 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
24444 template types into either PASSes or KFAILs (corresponding to PR
24445 c++/57). Tweak indentation. Update copyright.
24446
1146c7f1
SC
244472003-02-23 Stephane Carrez <stcarrez@nerim.fr>
24448
24449 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
24450
74641dfb
MC
244512003-02-13 Michael Chastain <mec@shout.net>
24452
24453 * gdb.base/exprs.exp: Remove i960 remnants.
24454 * gdb.base/funcargs.exp: Likewise.
24455 * gdb.base/list.exp: Likewise.
24456 * gdb.base/ptype.exp: Likewise.
24457
559cd2d0
DC
244582003-02-14 David Carlton <carlton@math.stanford.edu>
24459
24460 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
24461 pEe->D::vg()" from XFAIL to KFAIL.
24462
c4f90d87
JM
244632003-02-13 Jason Molenda (jmolenda@apple.com)
24464
24465 * gdb.base/maint.exp: Update maint print statistics regexp to include
24466 new entries.
24467
cbc4d97c
MC
244682003-02-13 Michael Chastain <mec@shout.net>
24469
24470 * gdb.c++/inherit.exp: Remove call to get_debug_format.
24471
40f235b7
MC
244722003-02-12 Michael Chastain <mec@shout.net>
24473
24474 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
24475 * gdb.c++/inherit.exp: Likewise.
24476 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
24477 * gdb.c++/templates.exp: Likewise.
24478 * gdb.c++/virtfunc.exp: Likewise.
24479
c56716b0
JM
244802003-02-06 Jason Molenda (jason-cl@molenda.com)
24481
24482 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
24483 why the code is written that way.
24484
070afcf8
MC
244852003-02-05 Michael Chastain <mec@shout.net>
24486
24487 * gdb.base/dump.exp: Add missing copyright line.
24488
5d0331e5
JM
244892003-02-05 Jason Molenda (jason-cl@molenda.com)
24490
f7ae6d3e 24491 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
24492 at the beginning so the breakpoint doesn't get set on the loop.
24493
92851186
MC
244942003-02-05 Michael Chastain <mec@shout.net>
24495
24496 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
24497 output for configurations with gcc 2.95.3.
24498
cbf1e085
AC
244992003-02-05 Keith Seitz <keiths@redhat.com>
24500 Andrew Cagney <ac131313@redhat.com>
24501
24502 * gdb.mi/mi-cli.exp: New file.
d63a86f8 24503
29518e1e
MC
245042003-02-04 Michael Chastain <mec@shout.net>
24505
24506 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
24507 Call perror and then continue.
24508
5af1d5f3
MC
245092003-02-03 Michael Chastain <mec@shout.net>
24510
24511 * gdb.c++/pr-1023.cc: New file.
24512 * gdb.c++/pr-1023.exp: New file.
24513
6b549786
JB
245142003-02-05 Jim Blandy <jimb@redhat.com>
24515
24516 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
24517 it's local to foobar. Check for it there, and check that it's not
24518 present in main.
24519 * gdb.c++/local.cc (marker2): New function.
24520 (foobar): Call marker1.
24521 (main): Call marker2 instead of marker1.
24522
67f16606
AC
245232003-02-04 Andrew Cagney <ac131313@redhat.com>
24524
24525 * gdb.disasm/mn10200.exp: Obsolete file.
24526 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
24527 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
24528 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
24529
1c5cb38e
DC
245302003-02-04 David Carlton <carlton@math.stanford.edu>
24531
24532 * gdb.c++/overload.exp: Test intToChar(1).
24533 * gdb.c++/overload.cc (intToChar): New.
24534 (main): Call intToChar.
24535
d1fe6965
DC
245362003-02-03 David Carlton <carlton@math.stanford.edu>
24537
24538 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
24539 'might_kfail' arg.
24540 KFAIL some of the continue_to_bp_overloaded calls, according to
24541 PR c++/1025.
24542
9ba61c5d
MC
245432003-02-01 Michael Chastain <mec@shout.net>
24544
24545 * gdb.base/advance.c (marker1): New marker function.
24546 * gdb.base/advance.exp: When the 'advance' command lands on the
24547 return breakpoint, it can legitimately stop on either the
24548 current line or the next line. Accommodate both outcomes.
24549 * gdb.base/until.exp: Likewise.
24550
e7494ffb
AC
245512003-02-02 Andrew Cagney <ac131313@redhat.com>
24552
24553 2002-11-10 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
24554 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
24555 now a list, not a tuple.
24556 * gdb.mi/mi-var-display.exp: Ditto.
24557 * gdb.mi/gdb792.exp: Ditto.
e7494ffb 24558
075559bc
AC
245592003-02-01 Andrew Cagney <ac131313@redhat.com>
24560
24561 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
24562 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
24563 stack backtraces.
24564 * gdb.mi/mi-syn-frame.c: Part of same.
075559bc 24565
2bd4c7b1
MK
245662003-02-01 Mark Kettenis <kettenis@gnu.org>
24567
24568 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
24569 gdb.mi/mi1-pthreads.exp: Return instead of calling
24570 gdb_suppress_entire_file.
24571
eabd8992
MS
245722003-02-01 Mark Salter <msalter@redhat.com>
24573
24574 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
24575
71469e2f
MS
245762003-01-31 Mark Salter <msalter@redhat.com>
24577
24578 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
24579 Support empty arg.
24580
38a94d44
MC
245812003-01-30 Michael Chastain <mec@shout.net>
24582
24583 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
24584 This was a workaround for a UTF-8 bug in readline 4.3. The bug
24585 has been fixed in gdb/readline on 2003-01-09.
24586
19ea9e73
MS
245872003-01-29 Michael Snyder <msnyder@redhat.com>
24588
e8d359df
MS
24589 * gdb.base/maint.exp: Allow for leading underscore in symbol.
24590 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
24591 * gdb.base/args.exp: Skip if target does not support args passing.
24592
2307bd6a
DJ
245932003-01-22 Daniel Jacobowitz <drow@mvista.com>
24594
19ea9e73 24595 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
24596 gdb_test. Accept a list of expect arguments as the third
24597 parameter.
24598 (gdb_test): Use it.
24599
f2dd3617
EZ
246002003-01-20 Elena Zannoni <ezannoni@redhat.com>
24601
24602 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
24603 allow for different test tree configurations. Update some
24604 tescases accordingly.
24605 * gdb.arch/altivec-regs.exp: Ditto.
24606 * gdb.asm/asm-source.exp: Ditto.
24607 * gdb.base/advance.exp: Ditto.
24608 * gdb.base/display.exp: Ditto.
d63a86f8 24609 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
24610 * gdb.base/mips_pro.exp: Ditto.
24611 * gdb.base/overlays.exp: Ditto.
24612 * gdb.base/relocate.exp: Ditto.
24613 * gdb.base/setshow.exp: Ditto.
24614 * gdb.base/step-line.exp: Ditto.
24615 * gdb.base/step-test.exp: Ditto.
24616 * gdb.base/until.exp: Ditto.
24617 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
24618
c71cdefd
DC
246192003-01-17 David Carlton <carlton@math.stanford.edu>
24620
24621 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
24622 corresponding to PR c++/945.
24623 Update copyright.
24624
fdba05d7
DC
246252003-01-17 David Carlton <carlton@math.stanford.edu>
24626
24627 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
24628 corresponding to PR c++/68.
24629
246302003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
24631
24632 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
24633 (test_paddr_hairy_functions): Call print_addr_2_kfail for
24634 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
24635
c362c33a
EZ
246362003-01-15 Elena Zannoni <ezannoni@redhat.com>
24637
0fbc361c
EZ
24638 * gdb.base/break.exp: Fix change of default location, because of
24639 removal of until tests.
24640 * gdb.base/help.exp: Update test for new 'until' help message.
24641 Add test for help on 'advance'.
a9c64011 24642 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
c362c33a 24643
dabf8a35
MK
246442003-01-15 Mark Kettenis <kettenis@gnu.org>
24645
24646 * gdb.base/default.exp: Adapt "info float" test for recent changes
24647 to that command. Add test for "info vector".
24648 * gdb.base/float.exp: New file. Add test for "info float" that
24649 resembles the old test in gdb.base/default.exp.
24650
a1769aca
DC
246512003-01-15 David Carlton <carlton@math.stanford.edu>
24652
24653 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
24654
82025e13
EZ
246552003-01-15 Elena Zannoni <ezannoni@redhat.com>
24656
24657 * gdb.base/break.exp: Move the tests of until command from here...
24658 * gdb.base/until.exp: ... to here. New file. Add other tests.
24659 * gdb.base/advance.c: New file.
24660 * gdb.base/advance.exp: New file.
24661
8f9ab801
EZ
246622003-01-14 Elena Zannoni <ezannoni@redhat.com>
24663
a9c64011
AS
24664 * gdb.base/args.c: New file.
24665 * gdb.base/args.exp: New file.
8f9ab801 24666
9ae66589
DJ
246672003-01-14 Daniel Jacobowitz <drow@mvista.com>
24668
24669 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
24670
8d77e5c3
DJ
246712003-01-14 Daniel Jacobowitz <drow@mvista.com>
24672
24673 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
24674
12d2f0a1
DJ
246752003-01-14 Daniel Jacobowitz <drow@mvista.com>
24676
24677 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
24678 dates.
24679
6ca37014
DJ
246802003-01-13 Daniel Jacobowitz <drow@mvista.com>
24681
24682 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
24683
b0023472
DJ
246842003-01-13 Daniel Jacobowitz <drow@mvista.com>
24685
24686 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
24687 (ptype &*"foo").
24688 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
24689
607fbc54 246902003-01-13 Daniel Jacobowitz <drow@mvista.com>
d6abaea5
DJ
24691
24692 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
24693 * gdb.mi/mi1-console.exp: Likewise.
24694
607fbc54 246952003-01-13 Daniel Jacobowitz <drow@mvista.com>
dfd536a7
DJ
24696
24697 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
24698 * gdb.mi/mi1-console.exp: Likewise.
24699
a1fb14a2
DJ
247002003-01-13 Daniel Jacobowitz <drow@mvista.com>
24701
24702 * gdb.c++/overload.exp: Remove some fixed XFAILs.
24703
c4cf40b7
DJ
247042003-01-09 Daniel Jacobowitz <drow@mvista.com>
24705
24706 * gdb.base/detach.exp: New test.
24707
696d5a5b
DJ
247082003-01-09 Daniel Jacobowitz <drow@mvista.com>
24709
24710 * Makefile.in (ALL_SUBDIRS): New variable.
24711 (subdirs, clean, distclean): Use it.
24712 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
24713 regenerating Makefile, since it is generated from the top level.
24714 * gdb.asm/Makefile.in: Likewise.
24715 * gdb.base/Makefile.in: Likewise.
24716 * gdb.c++/Makefile.in: Likewise.
24717 * gdb.disasm/Makefile.in: Likewise.
24718 * gdb.java/Makefile.in: Likewise.
24719 * gdb.mi/Makefile.in: Likewise.
24720 * gdb.threads/Makefile.in: Likewise.
24721 * gdb.trace/Makefile.in: Likewise.
24722
754533e4
DC
247232003-01-09 David Carlton <carlton@math.stanford.edu>
24724
24725 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
24726 Add copyright year 2003.
24727
d8b3e9ee
MC
247282003-01-06 Michael Chastain <mec@shout.net>
24729
24730 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
24731 When selecting a thread, 'line' and 'file' are optional.
24732 * gdb.mi/mi1-pthreads.exp: Likewise.
24733
8e9e0fe6
AS
247342003-01-06 Andreas Schwab <schwab@suse.de>
24735
24736 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
24737 failures.
24738
b5ab8ff3
DJ
247392003-01-04 Daniel Jacobowitz <drow@mvista.com>
24740
24741 Fix PR gdb/844
24742 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
24743 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
24744
24745 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
24746 instead of calling gdb_suppress_entire_file.
24747 * gdb.threads/print-threads.exp: Likewise.
24748 * gdb.threads/schedlock.exp: Likewise.
24749
24750 * gdb.threads/killed.exp: Return instead of calling
24751 gdb_suppress_entire_file.
24752 * gdb.threads/linux-dp.exp: Likewise.
24753 * gdb.threads/pthreads.exp: Likewise.
24754
1e698235
DJ
247552003-01-04 Daniel Jacobowitz <drow@mvista.com>
24756
24757 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
24758 stabs.
24759 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
24760 * gdb.base/whatis.exp: Always allow (void) after function names.
24761
147ff08c
DJ
247622003-01-04 Daniel Jacobowitz <drow@mvista.com>
24763
24764 * gdb.c++/casts.exp: Correct regexp.
24765
dc62bfc2
MK
247662003-01-04 Mark Kettenis <kettenis@gnu.org>
24767
24768 * configure.in: Call AC_CONFIG_HEADER. Don't call
24769 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
24770 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
24771 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
24772 aforementioned directories in the AC_OUPUT call.
24773 * config.hin: New file.
24774 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
24775 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
24776 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
24777 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
24778 pass -I$objdir instead of -I$objdir/$subdir in compilation.
24779 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
24780 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
24781 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
24782 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
24783 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
24784 gdb.threads/configure.in, gdb.threads/configure,
24785 gdb.threads/config.in, gdb.trace/configure.in,
24786 gdb.trace/configure: Removed.
24787
77afa639
MC
247882003-01-03 Michael Chastain <mec@shout.net>
24789
24790 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
24791 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
24792
7634bb6e
DJ
247932003-01-03 Daniel Jacobowitz <drow@mvista.com>
24794
24795 * gdb.base/store.exp: Fix regular expressions.
24796
b39c905e
MK
247972002-12-28 Mark Kettenis <kettenis@gnu.org>
24798
24799 * configure.in: Rewrite.
24800 * configure: Regenerated.
24801
0a8551dd
DC
248022003-01-03 David Carlton <carlton@math.stanford.edu>
24803
24804 * gdb.base/psymtab.exp: New file.
24805 * gdb.base/psymtab1.c: Ditto.
24806 * gdb.base/psymtab2.c: Ditto.
24807
c60b7188
AF
248082002-12-23 Adam Fedor <fedor@gnu.org>
24809
24810 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
24811
ee73db83
DC
248122002-12-23 David Carlton <carlton@math.stanford.edu>
24813
24814 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
24815 and current_directory initialization.
24816
d6c1774e
JB
248172002-12-22 Jim Blandy <jimb@redhat.com>
24818
f0a847b8
JB
24819 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
24820 rather than as part of the output file name.
24821
d6c1774e
JB
24822 * gdb.base/attach.exp: There's no need to copy the test program to
24823 /tmp; that was only ever necessary on HP/UX, and this test is
24824 entirely disabled there anyway.
24825
f0708dbb
JB
248262002-12-21 Jim Blandy <jimb@redhat.com>
24827
4c2acfea
JB
24828 * gdb.c++/psmang.exp: Doc fix.
24829
f0708dbb
JB
24830 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
24831 test.
24832
9579e000
DC
248332002-12-20 David Carlton <carlton@math.stanford.edu>
24834
24835 * gdb.c++/annota2.exp: KFAIL annotate-quit.
24836
d1810171
MC
248372002-12-18 Michael Chastain <mec@shout.net>
24838
24839 * gdb.c++/annota2.exp: Add copyright year 2002.
24840
76565097
DC
248412002-12-17 David Carlton <carlton@math.stanford.edu>
24842
24843 * gdb.c++/try_catch.cc: Add marker comments.
24844 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
24845 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
24846 * gdb.c++/m-static.cc: Ditto.
24847 * gdb.c++/m-static1.cc: Ditto.
24848 * gdb.c++/try_catch.cc: Ditto.
24849
da81390b
JJ
248502002-12-16 Jeff Johnston <jjohnstn@redhat.com>
24851
24852 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
24853 to see whether we are using the new -environment-directory
24854 command which resets via -r or the old version of the command
24855 which may prompt the user. Part of fix for gdb/741.
24856
b304d130
AC
248572002-12-13 Andrew Cagney <ac131313@redhat.com>
24858
24859 * gdb.fortran/types.exp: Update obsolete comment.
24860 * gdb.fortran/exprs.exp: Ditto.
24861 * lib/gdb.exp: Delete obsolete code.
24862 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
24863 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
24864 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
24865 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
24866 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
24867 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
24868 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
24869 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
24870 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
24871 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
24872 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
24873 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
24874 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
24875 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
24876 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
24877 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
24878 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
24879 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
24880 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
24881 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
24882 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
24883 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
24884 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
24885 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
24886 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
24887 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
24888 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
24889 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
24890 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
24891 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
24892 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
24893 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
24894 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
24895 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
24896 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
24897 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
24898 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
24899
a23b6e6a
DC
249002002-12-11 David Carlton <carlton@math.stanford.edu>
24901
24902 * gdb.c++/m-data.exp: Add test for members that shadow global
24903 variables: see PR gdb/804.
24904 * gdb.c++/m-data.cc: Ditto.
24905
6604731b
DJ
249062002-12-10 Daniel Jacobowitz <drow@mvista.com>
24907
24908 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
24909
de46ecd7
DC
249102002-12-06 David Carlton <carlton@math.stanford.edu>
24911
24912 * gdb.base/store.c: Don't declare functions static.
24913
27e829d0
AC
249142002-12-04 Andrew Cagney <ac131313@redhat.com>
24915
24916 * gdb.base/store.exp, gdb.base/store.c: New files.
24917
92806416
DJ
249182002-12-03 Daniel Jacobowitz <drow@mvista.com>
24919
24920 * gdb.base/selftest.exp: Update for current gdb.
24921
3bcbaac5
DJ
249222002-12-03 Daniel Jacobowitz <drow@mvista.com>
24923
24924 * gdb.base/maint.exp: Only dump symbols from one source file
24925 or objfile.
24926
f4f00b1f
DJ
249272002-12-03 Daniel Jacobowitz <drow@mvista.com>
24928
24929 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
24930 function call.
24931
f1c8a949
JB
249322002-11-25 Jim Blandy <jimb@redhat.com>
24933
24934 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
24935 function appearing in error message.
24936
9e297a97
DJ
249372002-11-21 Daniel Jacobowitz <drow@mvista.com>
24938
24939 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
24940
1f312e79
JJ
249412002-11-08 Jeff Johnston <jjohnstn@redhat.com>
24942
d63a86f8
RM
24943 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
24944 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
24945 should be in mi console format. This is part of fix for PR gdb/604.
24946
83c31e7d
FN
249472002-09-18 Fernando Nasser <fnasser@redhat.com>
24948
24949 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
24950 which explicitly prints the zero offset as "+0".
24951
322b3f65
DJ
249522002-10-22 Daniel Jacobowitz <drow@mvista.com>
24953
24954 * gdb.threads/schedlock.c (args): Make unsigned.
24955
249562002-10-21 Daniel Jacobowitz <drow@mvista.com>
24957
24958 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
24959 numbers. Allow "foo2|selected stack frame".
24960 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
24961 * gdb.asm/asmsrc2.s: Likewise.
24962 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
24963 comments.
24964 * gdb.asm/mips.inc: New file.
24965
5e2fe5b8
AF
249662002-10-18 Adam Fedor <fedor@gnu.org>
24967
24968 * gdb.base/default.exp: Update expected output to include 'ObjC'.
24969 * gdb.base/help.exp: Likewise.
24970
abe1a5d0
KB
249712002-10-17 Kevin Buettner <kevinb@redhat.com>
24972
24973 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
24974 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
24975
10abb1d4
JB
249762002-10-02 Jim Blandy <jimb@redhat.com>
24977
24978 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
24979
1f609b42
AC
249802002-10-01 Andrew Cagney <ac131313@redhat.com>
24981
24982 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
24983 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
24984 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
24985 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
24986 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
24987 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
24988 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
24989
0aee02e4
AC
249902002-09-29 Andrew Cagney <ac131313@redhat.com>
24991
24992 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
24993 * mi0-disassemble.exp, mi0-eval.exp: Delete.
24994 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
24995 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
24996 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
24997 * mi0-var-block.exp, mi0-var-child.exp: Delete.
24998 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 24999
6fde09ad
KB
250002002-09-27 Kevin Buettner <kevinb@redhat.com>
25001
25002 * gdb.base/annota1.exp (info break): Make directory components of
25003 path optional since not all compilers emit this debug information.
25004
889bf7c5
PA
25005 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
25006 step ends up stepping out of the function instead of stopping on
25007 the epilogue.
6fde09ad 25008
9e8aab75
KS
250092002-09-26 Keith Seitz <keiths@redhat.com>
25010
25011 * lib/insight-support.exp (gdbtk_start): Figure out where
25012 the insight executable is based on where gdb is. Use this
25013 executable to start insight instead of gdb.
25014
e36180d7
AC
250152002-09-25 Andrew Cagney <cagney@redhat.com>
25016
25017 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
25018
9dd34b2b
AC
250192002-09-24 Andrew Cagney <ac131313@redhat.com>
25020
25021 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
25022 test_isolated_complaints.
25023 (test_empty_complaint): New function.
25024 (test_empty_complaints): New function. Check no output when no
25025 complaints.
d63a86f8 25026
dea97812
KB
250272002-09-19 Jim Blandy <jimb@redhat.com>
25028
a9c64011 25029 * gdb.base/charset.exp, gdb.base/charset.c: New files.
dea97812 25030
54951bd7
AC
250312002-09-19 Andrew Cagney <ac131313@redhat.com>
25032
25033 * gdb.gdb/complaints.exp: New file.
25034
dec43320
AC
250352002-09-18 Andrew Cagney <ac131313@redhat.com>
25036
25037 * gdb.base/maint.exp: Check `help maint internal-warning'.
25038
e70d6e3f
DC
250392002-09-18 David Carlton <carlton@math.stanford.edu>
25040
25041 * gdb.c++/m-static.exp: Remove breakpoints depending on line
25042 numbers, and replace them by a single breakpoint after the
25043 constructors are all finished.
25044 Add test 4.
25045 * gdb.c++/m-static.cc: Add test 4.
25046 * gdb.c++/m-static.h: New file.
25047 * gdb.c++/m-static1.cc: New file.
25048
25049 * gdb.c++/printmethod.exp: New file.
25050 * gdb.c++/printmethod.cc: New file.
25051
25052 * gdb.c++/pr-574.exp: New file.
25053 * gdb.c++/pr-574.cc: New file.
25054
afb5c968
CV
250552002-09-18 Corinna Vinschen <vinschen@redhat.com>
25056
25057 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
25058 embedded targets which never actually exit.
25059
31e45dee
FN
250602002-09-18 Fernando Nasser <fnasser@redhat.com>
25061
25062 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
25063 "don't step after run" as unresolved or unsupported, instead of xfail.
25064
a283c5a1
CV
250652002-09-18 Corinna Vinschen <vinschen@redhat.com>
25066
25067 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
25068 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
25069 Add newline to expected string in "step out of main (status wrapper)"
25070 case.
25071
11350d2a
CV
250722002-09-18 Corinna Vinschen <vinschen@redhat.com>
25073
25074 * lib/gdb.exp (rerun_to_main): Allow restarting application.
25075 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
25076
0deec7d6
TT
250772002-09-17 Tom Tromey <tromey@redhat.com>
25078
25079 * gdb.base/printcmds.exp (test_print_string_constants): Expect
25080 \000, not \0, in double-quoted string.
25081
b2b4a1b5
CV
250822002-09-14 Corinna Vinschen <vinschen@redhat.com>
25083
c9d37158 25084 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
25085 string after running the commands execution on breakpoint tests.
25086
1c56143a
CV
250872002-09-13 Corinna Vinschen <vinschen@redhat.com>
25088
25089 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
25090
37f8da45
JB
250912002-09-12 Joel Brobecker <brobecker@gnat.com>
25092
25093 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
25094
08b468e0
KS
250952002-09-10 Keith Seitz <keiths@redhat.com>
25096
25097 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
25098 runto proc.
25099 (mi_run_to_main): Use mi_runto.
25100 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
25101
dc360f58
KS
251022002-09-10 Keith Seitz <keiths@redhat.com>
25103
25104 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
25105 regexp for stopping at main. Could have multiple event notifications.
25106 Don't assume that main was declared with no parameters.
25107 (mi_next): Use mi_step_to.
25108 (mi_step): Use mi_next_to.
25109
ce3abcfb
CV
251102002-09-09 Corinna Vinschen <vinschen@redhat.com>
25111
25112 * gdb.base/default.exp: Fix expected string in `info float' test.
25113
d1f5b980
BE
251142002-09-09 Ben Elliston <bje@redhat.com>
25115
25116 * config/mips.exp: Update comments.
25117 * config/mips-idt.exp: Likewise.
25118 * config/nind.exp: Likewise.
25119 * config/slite.exp: Likewise.
25120 * config/sparclet.exp: Likewise.
25121 * config/udi.exp: Likewise.
25122 * config/vx.exp: Likewise.
25123 * config/vxworks29k.exp: Likewise.
25124
2f71430b
JB
251252002-09-05 Jim Blandy <jimb@redhat.com>
25126
25127 * gdb.threads/killed.exp: Fix test failure message.
25128
7ddebc7e
KS
251292002-09-04 Keith Seitz <keiths@redhat.com>
25130
25131 * lib/mi-support.exp: Update copyright.
25132 (mi_gdb_test): Increase the priority of the expected pattern
25133 so that it matches gdb_test.
25134
0ae67eb3
KS
251352002-09-03 Keith Seitz <keiths@redhat.com>
25136
25137 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
25138 Use integer comparison instead of string comparison for testing
25139 whether binary was built.
25140
38fc42c8
JB
251412002-09-03 Jim Blandy <jimb@redhat.com>
25142
25143 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
25144
b6ff0e81
JB
251452002-08-29 Jim Blandy <jimb@redhat.com>
25146
25147 * gdb.threads/pthreads.exp: Move the portable thread compilation
25148 code into a function in lib/gdb.exp, and call that from here.
25149 * lib/gdb.exp (gdb_compile_pthreads): New function.
25150
07c98896
KS
251512002-08-29 Keith Seitz <keiths@redhat.com>
25152
25153 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
25154 expect_out so that callers can get at it.
25155
0312286c
DJ
251562002-08-23 Daniel Jacobowitz <drow@mvista.com>
25157
25158 * gdb.threads/print-threads.c: New file.
25159 * gdb.threads/print-threads.exp: New file.
25160 * gdb.threads/schedlock.c: New file.
25161 * gdb.threads/schedlock.exp: New file.
25162
dd039bc4
EZ
251632002-08-22 Elena Zannoni <ezannoni@redhat.com>
25164
a9c64011
AS
25165 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
25166 not altivec.c.
dd039bc4 25167
1f36144c
MK
251682002-08-17 Mark Kettenis <kettenis@gnu.org>
25169
25170 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
25171 targets. The problem should be fixed now.
25172
16057ec7 251732002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
25174
25175 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
25176 2002-07-24 change that removes final dots from error messages.
25177
3c1499ad
TT
251782002-08-13 Tom Tromey <tromey@redhat.com>
25179
25180 * gdb.base/readline.exp: New file.
25181
a20ce2c3
AC
251822002-08-01 Andrew Cagney <ac131313@redhat.com>
25183
25184 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
25185 supress message.
25186
db034ac5
AC
251872002-08-01 Andrew Cagney <cagney@redhat.com>
25188
25189 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
25190 CHILL_FOR_TARGET and CHILL_LIB.
25191 * configure.in (configdirs): Remove gdb.chill.
25192 * configure: Regenerate.
25193 * lib/gdb.exp: Obsolete references to chill.
25194 * gdb.fortran/types.exp: Ditto.
25195 * gdb.fortran/exprs.exp: Ditto.
25196
3e000b18
KB
251972002-07-30 Kevin Buettner <kevinb@redhat.com>
25198
25199 * gdb.base/shlib-call.exp (additional_flags): Conditionally
25200 set Irix-specific compile and link flags.
25201
28f4966b
KB
252022002-07-29 Kevin Buettner <kevinb@redhat.com>
25203
25204 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
25205 source files. The ``-o'' option doesn't work with the ``-E'' option
25206 when using the Irix compiler.
25207
46c0d5a6
DJ
252082002-07-19 Daniel Jacobowitz <drow@mvista.com>
25209
25210 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
25211 Improve support for reusing an exec file. Copy exec file
25212 to target, and run gdbserver on the target instead of on the host.
25213
eecf4bed
JB
252142002-07-18 Jim Blandy <jimb@redhat.com>
25215
0f815cdf
JB
25216 * gdb.base/ending-run.exp: Don't expect to see the program end in
25217 some orderly fashion when we're running on a real stand-alone
25218 board.
25219
eecf4bed
JB
25220 * gdb.base/interrupt.exp: Correct logic for skipping tests on
25221 targets that don't support interrupts.
25222
52d309e4
JB
252232002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
25224
25225 * gdb.base/attach.exp: Add patterns to match output from /proc-based
25226 systems.
25227 Move comments in expect statements to inside the actions, so that they
25228 don't get matched against.
25229
ff683d9e
MK
252302002-07-10 Mark Kettenis <kettenis@gnu.org>
25231
25232 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
25233 function when asleep" test.
25234
b5356753
AC
252352002-07-10 Andrew Cagney <ac131313@redhat.com>
25236
25237 * gdb.base/page.exp: Rewrite to handle problems with very long
25238 `info set' output. Update copyright.
25239
6aa4d13a
AC
252402002-06-26 Andrew Cagney <ac131313@redhat.com>
25241
25242 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
25243 gdb.threads-hp.
25244 * gdb.hp/configure: Regenerate.
25245 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
25246 * gdb.hp/gdb.threads-hp/configure: Delete file.
25247 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
25248
8cf8c2b8
AC
252492002-06-22 Andrew Cagney <ac131313@redhat.com>
25250
25251 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
25252 setlocale, bindtextdomain and textdomain.
25253
6827a8f8
JB
252542002-06-11 Jim Blandy <jimb@redhat.com>
25255
919d772c
JB
25256 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
25257 preprocessor macro information is present.
25258
6827a8f8
JB
25259 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
25260 tests.
25261
c15b0d21
MS
252622002-06-06 Michael Snyder <msnyder@redhat.com>
25263
c5984d70
MS
25264 * gdb.base/overlays.exp: Record addresses of overlay
25265 functions in TCL variables rather than in GDB variables,
25266 to avoid having GDB convert them to pointers (with loss
25267 of information).
25268
d63a86f8 25269 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 25270 default linker script changes.
c15b0d21
MS
25271 * gdb.base/long_long.exp: Add check for sizeof (long double).
25272
be26fe0d
ML
252732002-06-06 Michal Ludvig <mludvig@suse.cz>
25274
25275 * gdb.asm/asm-source.exp: Add x86-64 target.
25276 * gdb.asm/x86_64.inc: New.
d63a86f8 25277
258093ca 252782002-05-30 Michael Chastain <mec@shout.net>
258093ca 25279
4b3153f1 25280 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
25281 * gdb.c++/m-static.cc: New file.
25282 * gdb.c++/m-static.exp: New file.
25283
241264c6
MS
252842002-05-28 Michael Snyder <msnyder@redhat.com>
25285
25286 * gdb.base/call-ar-st.exp: Allow for reduced floating point
25287 precision.
25288
9bba8c8f 252892002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 25290
4b3153f1 25291 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
25292 * gdb.c++/m-data.cc: New file.
25293 * gdb.c++/m-data.exp: New file.
25294
252952002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 25296
4b3153f1 25297 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 25298 * gdb.c++/try_catch.cc: New file.
d63a86f8 25299 * gdb.c++/try_catch.exp: New file.
9bba8c8f 25300
def1b996
MC
253012002-05-27 Michael Chastain <mec@shout.net>
25302
25303 * gdb.c++/local.exp: Accept more nested types in output.
25304
522ba268
MC
253052002-05-26 Michael Chastain <mec@shout.net>
25306
25307 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
25308
277254ba
MS
253092002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
25310
25311 * lib/gdb.exp (gdb_wrapper_init): Just because
25312 gdb_wrapper_file exists, this does not mean that the file
25313 should not be rebuilt. That is what gdb_wrapper_initialized
25314 is for.
25315 (default_gdb_init): Reset gdb_wrapper_initialized.
25316
b61a8733
MS
253172002-05-23 Michael Snyder <msnyder@redhat.com>
25318
d63a86f8 25319 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
25320 the precision of the floating point test results.
25321 * gdb.base/call-rt-st.exp: Ditto.
25322
b61a8733
MS
25323 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
25324 * gdb.base/call-rt-st.exp: Ditto.
25325
56f6e910
MC
253262002-05-19 Michael Chastain <mec@shout.net>
25327
25328 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
25329
ad0b0016
EZ
253302002-05-19 Elena Zannoni <ezannoni@redhat.com>
25331
a9c64011
AS
25332 * configure.in (configdirs): Add gdb.arch.
25333 * configure: Regenerate.
ad0b0016 25334
f617d2b6
JB
253352002-05-17 Jim Blandy <jimb@redhat.com>
25336
25337 * gdb.base/completion.exp: Recognize the more detailed error
25338 messages produced by the macro expander's lexical analyzer.
25339
eac2a696
EZ
253402002-05-14 Elena Zannoni <ezannoni@redhat.com>
25341
a9c64011
AS
25342 * gdb.arch/altivec-abi.c: New file.
25343 * gdb.arch/altivec-abi.exp: New file.
25344 * gdb.arch/altivec-regs.c: New file.
25345 * gdb.arch/altivec-regs.exp: New file.
eac2a696 25346
2fdde8f8
DJ
253472002-05-14 Daniel Jacobowitz <drow@mvista.com>
25348
25349 * gdb.base/maint.exp (maint print type): Update for new type
25350 structure.
d63a86f8 25351
e31f1a7c
EZ
253522002-05-14 Elena Zannoni <ezannoni@redhat.com>
25353
25354 * gdb.arch: New directory.
25355 * gdb.arch/configure.in: New file.
25356 * gdb.arch/configure: New file.
25357 * gdb.arch/Makefile.in: New file.
25358
db589741
CV
253592002-05-13 Corinna Vinschen <vinschen@redhat.com>
25360
25361 * gdb.asm/asm-source.exp: Add v850 as supported target.
25362 * gdb.asm/v850.inc: New file.
25363
8ce2a7dc
DJ
253642002-05-13 Daniel Jacobowitz <drow@mvista.com>
25365
25366 * gdb.c++/annota2.exp (annotate-quit): Add comment.
25367
df763c7f
DJ
253682002-05-12 Daniel Jacobowitz <drow@mvista.com>
25369
25370 * gdb.base/break.exp: Check 'break "marker2"'.
25371
377daeed
MS
253722002-05-10 Michael Snyder <msnyder@redhat.com>
25373
25374 * gdb.base/long_long.exp: Fix typo.
25375
c4b7bc2b
JB
253762002-05-10 Jim Blandy <jimb@redhat.com>
25377
ecac9a4e
JB
25378 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
25379 a bug.
25380
c4b7bc2b
JB
25381 * gdb.base/printcmds.exp (test_integer_literals_rejected):
25382 Recognize more detailed error message produced by the macro
25383 expander's lexical analyzer.
25384 * lib/gdb.exp (test_print_reject): Same.
25385
e71019a1
MK
253862002-05-09 Mark Kettenis <kettenis@gnu.org>
25387
25388 * gdb.c++/method.exp: Fix typo.
25389
fedfc8e6
MS
253902002-05-08 Michael Snyder <msnyder@redhat.com>
25391
166a1957
MS
25392 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
25393 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 25394 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
25395 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
25396 Add iftarget clause for strongarm.
d63a86f8 25397
f1c47eb2
MS
253982002-05-06 Michael Snyder <msnyder@redhat.com>
25399
cb9a9d3e
MS
25400 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
25401 (gdb_continue_to_end): Accept output from status wrapper.
25402 * gdb.base/ending-run.exp: Add case for output from status wrapper.
25403 Clean up fail messages to match pass messages.
25404
f1c47eb2
MS
25405 Enable the "needs_status_wrapper" testsuite feature.
25406 * lib/gdb.exp (gdb_wrapper_init): New procedure.
25407 (gdb_compile): Conditionally call gdb_wrapper_init.
25408 * gdb.base/a2-run.exp: Recognize output from status wrapper.
25409 * gdb.c++/method.exp: Recognize output from status wrapper.
25410
6079c749
BE
254112002-05-06 Ben Elliston <bje@redhat.com>
25412From Graydon Hoare <graydon@redhat.com>
25413
25414 * config/sid.exp: Include support for "rawsid" protocol.
25415
188baff3
JB
254162002-05-03 Jim Blandy <jimb@redhat.com>
25417
25418 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
25419 * gdb.c++/hang3.C: New file.
25420
b9c07f0f
AC
254212002-05-04 Andrew Cagney <ac131313@redhat.com>
25422
25423 * gdb.base/default.exp: Remove obsolete code.
25424 * gdb.c++/misc.exp: Ditto. Update copyright.
25425 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
25426 * gdb.base/whatis.exp: Ditto. Update copyright.
25427 * gdb.base/scope.exp: Ditto. Update copyright.
25428 * gdb.base/ptype.exp: Ditto. Update copyright.
25429 * gdb.base/printcmds.exp: Ditto. Update copyright.
25430 * gdb.base/opaque.exp: Ditto. Update copyright.
25431 * gdb.base/list.exp: Ditto.
25432 * gdb.base/funcargs.exp: Ditto. Update copyright.
25433 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
25434 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
25435 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
25436 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
25437 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
25438 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
25439
5c7a0397
MS
254402002-05-02 Michael Snyder <msnyder@redhat.com>
25441
d6dcc264 25442 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
25443 * gdb.base/long_long.exp: Add xscale target.
25444 * gdb.base/default.exp: Add xscale target.
25445
eb7f1c48
JB
254462002-05-01 Jim Blandy <jimb@redhat.com>
25447
25448 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
25449 gdb.c++/hang.exp: New test.
25450
a6befae8
FF
254512002-05-01 Fred Fish <fnf@redhat.com>
25452
25453 * gdb.base/completion.exp: Handle completions of "./Make" for
25454 more than one completion possibility, as is the case when we
25455 build and test in the source tree.
25456
0a310277
AG
254572002-04-29 Anthony Green <green@redhat.com>
25458
25459 * gdb.java/jmisc1.exp: New file.
25460 * gdb.java/jmisc2.exp: New file.
25461
6ff9af88
DJ
254622002-04-24 Daniel Jacobowitz <drow@mvista.com>
25463
25464 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
25465
96b3d632
EZ
254662002-04-23 Elena Zannoni <ezannoni@redhat.com>
25467
25468 * gdb.base/help.exp: Change 'help status' to allow for target
25469 dependent output differences.
25470
5019bb54
MC
254712002-04-22 Michael Chastain <mec@shout.net>
25472
25473 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
25474
a805a116
MC
254752002-04-22 Michael Chastain <mec@shout.net>
25476
25477 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
25478
a1706bfd
DM
254792002-04-17 David S. Miller <davem@redhat.com>
25480
25481 * gdb.asm/sparc64.inc: New file.
25482 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
25483
a73a20a2
EZ
254842002-04-19 Elena Zannoni <ezannoni@redhat.com>
25485
25486 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
25487 instruction file directly into the build tree. Clean up at end of
25488 test.
25489
ba678339
DM
254902002-04-18 David S. Miller <davem@redhat.com>
25491
25492 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
25493 handle 64-bit platforms correctly.
25494 * gdb.base/maint.exp: Likewise.
25495
b03399da
KB
254962002-04-18 Kevin Buettner <kevinb@redhat.com>
25497
25498 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
25499 ``-fpic'' when compiling files comprising a shared library, but
25500 it does need additional linker flags in order to find shared
25501 libraries at run time.
25502
e2004992
KB
255032002-04-18 Kevin Buettner <kevinb@redhat.com>
25504
25505 * gdb.base/cvexpr.c (use): New function.
25506 (main): Invoke use() on all global variables to prevent
25507 some linkers from deleting these otherwise unused symbols.
25508
d8937120
MC
255092002-04-17 Michael Chastain <mec@shout.net>
25510From David S. Miller <davem@redhat.com>
25511
25512 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
25513 handle 64-bit platforms correctly.
25514
ffd61a58
MS
255152002-04-12 Michael Snyder <msnyder@redhat.com>
25516From Jim Blandy <jimb@redhat.com>
a9c64011 25517 * gdb.base/foo.c (foox): Remove section attribute; the linker
ffd61a58
MS
25518 script can handle this instead.
25519 * gdb.base/bar.c (barx): Same.
25520 * gdb.base/baz.c (bazx): Same.
25521 * gdb.base/grbx.c (grbxx): Same.
25522
25523 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
25524 manager doesn't automatically unmap overlays unnecessarily.
25525
6b8426a6
MH
255262002-04-10 Martin M. Hunt <hunt@redhat.com>
25527
25528 * gdb.base/ending-run.exp: Fix pattern for Mips targets
25529 stepping out of main.
25530
34af4875
MC
255312002-04-09 Michael Chastain <mec@shout.net>
25532
25533 * gdb.c++/local.cc (main): Move call to marker1() inside nested
25534 scope so that the nested scope tests will make sense.
25535 * gdb.c++/local.exp: Write patterns that actually work with gcc
25536 (the HP patterns "were never known to work with gcc").
25537 Keep the old aCC patterns too.
25538
2d1676a0
DJ
255392002-04-09 Daniel Jacobowitz <drow@mvista.com>
25540
25541 * gdb.base/attach.exp: Correct target board test.
25542
3a63e3f9
MC
255432002-04-08 Michael Chastain <mec@shout.net>
25544
25545 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
25546 in a const method. Add some xfail and fail cases for configurations
25547 that do not emit the "const ...".
25548
f18dabd2
MC
255492002-04-07 Michael Chastain <mec@shout.net>
25550
25551 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
25552 Accept "A * const" and "const A * const" as type of "this".
25553 Fix spelling of getFunky throughout. Make messages uniform.
25554
0fcddd82
EZ
255552002-04-07 Elena Zannoni <ezannoni@redhat.com>
25556
a9c64011 25557 Work around for PR gdb/285:
0fcddd82
EZ
25558 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
25559
16a8534a
EZ
255602002-04-07 Elena Zannoni <ezannoni@redhat.com>
25561
25562 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
25563 instructions file at run time instead of configure time.
25564 Sometimes we run the test in a directory that is not the one we
25565 configured in.
25566 * gdb.asm/configure.in: Delete creation of symlink.
25567 * gdb.asm/configure: Regenerate.
25568
24181d81
JB
255692002-04-05 J. Brobecker <brobecker@gnat.com>
25570
25571 * gdb.gdb/xfullpath.exp: New test, to exercise the new
25572 xfullpath () function.
25573
7cdb7107
DJ
255742002-04-04 Daniel Jacobowitz <drow@mvista.com>
25575
25576 * gdb.asm/Makefile.in: Correct dependencies.
25577
25578 * gdb.asm/powerpc.inc: New file.
25579 * gdb.asm/asm-source.exp: Add PowerPC.
25580 * gdb.asm/configure.in: Likewise.
25581 * gdb.asm/configure: Regenerated.
25582
a7d17088
DJ
255832002-04-04 Daniel Jacobowitz <drow@mvista.com>
25584
25585 * gdb.base/relocate.exp: New file.
25586 * gdb.base/relocate.c: New file.
25587
cd721503
FF
255882002-04-04 Fred Fish <fnf@redhat.com>
25589
25590 * gdb.base/step-test.exp: Update comment regarding stopping in
25591 memcpy/bcopy calls inserted as part of the compiler runtime.
25592
b22ad7a7
MS
255932002-04-04 Michael Snyder <msnyder@redhat.com>
25594
25595 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
25596
5f279fa6
DJ
255972002-04-03 Daniel Jacobowitz <drow@mvista.com>
25598
25599 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
25600 (gdb_expect): Remove $notransfer hack.
25601
dd0fd3ce
DJ
256022002-04-02 Daniel Jacobowitz <drow@mvista.com>
25603
25604 * gdb.c++/classes.exp ("calling method for small class"): Match
25605 updated register output.
25606
1e50cda1
DJ
256072002-03-30 Daniel Jacobowitz <drow@mvista.com>
25608
25609 Fix PR gdb/452
25610 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
25611 when finished. Make gdb_file_cmd send "exec-file" when
25612 appropriate.
25613
24015922
DJ
256142002-03-30 Daniel Jacobowitz <drow@mvista.com>
25615
25616 * gdb.base/attach.exp: Remove extra setup_xfail.
25617
dd7dfd64
MS
256182002-03-26 Michael Snyder <msnyder@redhat.com>
25619
25620 * gdb.base/default.exp: Add tests for dump, append, and restore.
25621 * gdb.base/help.exp: Add tests for dump, append, and restore.
25622 * gdb.base/dump.exp: New file, test dump, append and restore.
25623 * gdb.base/dump.c: New file.
25624
48b2f8d7
MS
256252002-03-27 Michael Snyder <msnyder@redhat.com>
25626
d63a86f8 25627 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
25628 clean-ups in help messages.
25629
05b4d525
FF
256302002-03-26 Fred Fish <fnf@redhat.com>
25631
25632 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
25633 have debugging info for those functions and the compiler uses them
25634 internally to copy structs around.
25635
d7679631
FF
256362002-03-26 Fred Fish <fnf@redhat.com>
25637
25638 * gdb.base/list.exp: Revert the change made yesterday and add note
25639 about why we don't list the default lines for remote targets.
25640
523ac3f9
MS
256412002-03-25 Michael Snyder <msnyder@redhat.com>
25642
25643 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
25644
754b2b8d
FF
256452002-03-25 Fred Fish <fnf@redhat.com>
25646
25647 * gdb.base/list.exp: This test works on remote targets so remove
25648 the short circuit for remote targets. Update copyright.
25649
33c3e192
FF
256502002-03-25 Fred Fish <fnf@redhat.com>
25651
25652 * gdb.base/attach.exp: Fix logic error that was suppressing this
25653 test for all non hppa*-*-hpux* targets, instead of the hp target.
25654 Move comments closer to the suppression point. Also now need to
25655 check that we are running natively.
25656
d43e73ee
MS
256572002-03-22 Michael Snyder <msnyder@redhat.com>
25658
882c8f02
MS
25659 * gdb.base/default.exp: Add test for gcore. Update copyright.
25660 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 25661
04c12f60
FF
256622002-03-06 Fred Fish <fnf@redhat.com>
25663
25664 * gdb.base/funcargs.c: Remove extraneous ';' character.
25665 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
25666
b43df995
MC
256672002-03-04 Michael Chastain <mec@shout.net>
25668
25669 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
25670 accommodate gcc v3 function signature.
25671 * gdb.mi/mi0-var-cmd-exp: Ditto.
25672
92362027
AC
256732002-02-24 Andrew Cagney <ac131313@redhat.com>
25674
25675 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
25676 ``GNU/Linux'' or ``Linux kernel''
25677 * testsuite/gdb.threads/pthreads.c: Ditto.
25678
258ad32d
MC
256792002-02-24 Michael Chastain <mec@shout.net>
25680
25681 * gdb.threads/pthreads.c (thread1): Add a return statement.
25682 (thread2): Likewise.
25683 (foo): Likewise.
25684
04c3b3d4
MC
256852002-02-23 Michael Chastain <mec@shout.net>
25686
25687 * gdb.threads/linux-dp.c (philosopher): Add a return statement
25688 to placate gcc.
25689
5a2a0a20
MC
256902002-02-23 Michael Chastain <mec@shout.net>
25691
25692 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
25693 test "ptype bint". The test passes on all my stabs configurations.
25694
a640f7fc
JB
256952002-02-21 Jim Blandy <jimb@redhat.com>
25696
27924826
JB
25697 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
25698 filename at a time, and watch for the ones we want to see.
25699
a640f7fc
JB
25700 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
25701 types of pointers to prototyped functions.
25702
edcc8c75
AC
257032002-02-20 Andrew Cagney <ac131313@redhat.com>
25704
25705 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
25706 signed, unsigned and straight char.
25707 (padding_char, padding_short, padding_int, padding_long,
25708 padding_long_long, padding_float, padding_double,
25709 padding_long_double): New global variables.
25710 (fill, fill_structs): New functions.
25711
25712 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
25713 for correctly sized writes. Update copyright.
25714 (get_valueof): New procedure.
25715 (get_sizeof): Call get_valueof.
25716 (check_valueof): New procedure.
25717 (check_padding): New procedure.
25718
ac57ea44
MC
257192002-02-20 Michael Chastain <mec@shout.net>
25720
25721 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
25722 to setup_xfail. Document some of the remaining calls.
25723
7a10c941
MC
257242002-02-18 Michael Chastain <mec@shout.net>
25725
25726 * gdb.c++/userdef.exp: Update copyright year.
25727
fb8acdcc
DJ
257282002-02-18 Daniel Jacobowitz <drow@mvista.com>
25729
25730 * gdb.c++/userdef.exp: Test overloaded operators properly.
25731 Remove xfails.
25732
fda6ae12
MS
257332002-02-14 Michael Snyder <msnyder@redhat.com>
25734
25735 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
25736
676a0442
DJ
257372002-02-14 Daniel Jacobowitz <drow@mvista.com>
25738
25739 * gdb.base/a2-run.exp: Check for a remote target properly.
25740 * gdb.base/annota1.exp: Likewise.
25741 * gdb.base/list.exp: Likewise.
25742 * gdb.base/reread.exp: Likewise.
25743 * gdb.base/scope.exp: Likewise.
25744 * gdb.base/shlib-call.exp: Likewise.
25745 * gdb.base/term.exp: Likewise.
25746 * gdb.c++/annota2.exp: Likewise.
25747
78b4f468
RE
257482002-02-13 Richard Earnshaw <rearnsha@arm.com>
25749
25750 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
25751
9a81ba51
MC
257522002-02-10 Michael Chastain <mec@shout.net>
25753
25754 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
25755 (call_after_alloca): Ditto.
25756
004af6c7
DJ
257572002-02-10 Daniel Jacobowitz <drow@mvista.com>
25758
25759 * gdb.base/ending-run.exp: Guard "cont" test with
25760 gdb_skip_stdio_test.
25761
37225f62
JB
257622002-02-06 Jim Blandy <jimb@redhat.com>
25763
25764 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
25765 from here...
25766 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
25767 To here. Disable this test on non-HP platforms. Add big comment.
25768
fe6fdd96
MS
257692002-02-04 Michael Snyder <msnyder@redhat.com>
25770
25771 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
25772 other than d10v and m32r.
25773
036fad3f
RE
257742002-02-02 Richard Earnshaw <rearnsha@arm.com>
25775
25776 * gdb.base/default.exp: Rewrite test patterns to reduce time
25777 taken to match them.
25778
7148ab62
DJ
257792002-01-30 Daniel Jacobowitz <drow@mvista.com>
25780
25781 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
25782 Allow a start function above main.
25783 * gdb.threads/linux-dp.exp: Fix copyright date.
25784
396cc255
DJ
257852002-01-30 Daniel Jacobowitz <drow@mvista.com>
25786
a9c64011
AS
25787 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
25788 (check_philosopher_stack): Check for manager thread before checking
25789 for a just-starting thread.
396cc255 25790
f038d31b
DJ
257912002-01-30 Daniel Jacobowitz <drow@mvista.com>
25792
25793 From Neil Booth <neil@daikokuya.demon.co.uk>:
25794 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
25795 warnings.
25796
b3ff9d9a
FF
257972002-01-21 Fred Fish <fnf@redhat.com>
25798
25799 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
25800 not caller.
25801
39ad761d
JB
258022002-01-21 Jim Blandy <jimb@redhat.com>
25803
25804 * gdb.base/reread.exp: Check that GDB properly re-reads the
25805 executable file when it changes while no inferior is running.
25806
aaf320fa
FF
258072002-01-21 Fred Fish <fnf@redhat.com>
25808
a9c64011
AS
25809 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
25810 optionally accept the "shlib events" variation.
aaf320fa 25811
808a31f5
JB
258122002-01-21 Jim Blandy <jimb@redhat.com>
25813
25814 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
25815 call `fflush' after every `printf', so that the output is produced
25816 at predictable points, regardless of whatever buffering does (or
25817 doesn't) take place.
25818 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
25819 at different points.
25820
4420d5e2
DJ
258212002-01-20 Daniel Jacobowitz <drow@mvista.com>
25822
25823 * gdb.c++/inherit.exp: Update copyright years.
25824 * gdb.c++/method.exp: Likewise.
25825
3e36a0f4
DJ
258262002-01-20 Daniel Jacobowitz <drow@mvista.com>
25827
25828 * gdb.c++/classes.exp: Update for improved v3 support and skipping
25829 artificial methods/arguments.
25830 * gdb.c++/derivation.exp: Likewise.
25831 * gdb.c++/inherit.exp: Likewise.
25832 * gdb.c++/method.exp: Likewise.
25833 * gdb.c++/virtfunc.exp: Likewise.
25834
b4ceaee6
AC
258352002-01-18 Andrew Cagney <ac131313@redhat.com>
25836
25837 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
25838 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
25839 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
25840 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
25841 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
25842 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
25843
ecace851
JB
258442002-01-17 Jim Blandy <jimb@redhat.com>
25845
25846 * gdb.asm/asm-source.exp (info symbol): Take another shot at
25847 anchoring the pattern matching the entry point symbol's name.
25848
375fc983
AC
258492002-01-17 Andrew Cagney <ac131313@redhat.com>
25850
25851 * gdb.base/maint.exp: Update ``maint internal-error'' to match
25852 continue/quit query. Update copyright.
25853
fe6fdd96
MS
258542002-01-14 Michael Snyder <msnyder@redhat.com>
25855
25856 * gdb.base/gcore.exp: Remove extra debugging output.
25857
e017c81f
DJ
258582002-01-13 Daniel Jacobowitz <drow@mvista.com>
25859
25860 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
25861 for slightly dubious v2 mangled string.
25862
37ab3bf8
DJ
258632002-01-13 Daniel Jacobowitz <drow@mvista.com>
25864
25865 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
25866
1bc05c3a 258672002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 25868
1bc05c3a 25869 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 25870
1bc05c3a
JM
25871 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
25872 constructors.
25873 * gdb.c++/derivation.exp: Likewise.
25874 * gdb.c++/templates.exp: Likewise.
25875 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 25876
1bc05c3a
JM
258772002-01-10 Michael Snyder <msnyder@redhat.com>
25878
25879 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 25880
a911c360
MS
258812002-01-08 Michael Snyder <msnyder@redhat.com>
25882
25883 * gdb.base/gcore.exp: New test for generate-core-file command.
25884 * gdb.base/gcore.c: Testcase for above.
25885 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
25886
ea2119ec
JM
258872002-01-08 Jason Merrill <jason@redhat.com>
25888
25889 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
25890
68203136
FF
258912002-01-07 Fred Fish <fnf@redhat.com>
25892
25893 * gdb.c++/overload.exp: Remove unconditional xfails for:
25894 print foo_instance1.overloadargs(1)
25895 print foo_instance1.overloadargs(1, 2)
25896 print foo_instance1.overloadargs(1, 2, 3)
25897 print foo_instance1.overloadargs(1, 2, 3, 4)
25898 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
25899 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
25900 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
25901 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
25902 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
25903 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
25904 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
25905 print foo_instance1.overload1arg()
25906 print foo_instance1.overload1arg((char)arg2)
25907 print foo_instance1.overload1arg((signed char)arg3)
25908 print foo_instance1.overload1arg((unsigned char)arg4)
25909 print foo_instance1.overload1arg((int)arg7)
25910 print foo_instance1.overload1arg((unsigned int)arg8)
25911 print foo_instance1.overload1arg((float)arg11)
25912 print foo_instance1.overload1arg((double)arg12)
d63a86f8 25913
21b9b5b1
MS
259142002-01-07 Michael Snyder <msnyder@redhat.com>
25915
25916 * gdb.base/huge.exp: New test. Print a very large target data object.
25917 (skip_huge_test): New test variable. Define if you want to skip this
25918 test. The test reads an 8 megabyte data object from the target, so it
25919 might be very time consuming on remote targets with a slow connection.
25920 * gdb.base/huge.c: New file. Test case for above.
25921
725f922e
FF
259222002-01-07 Fred Fish <fnf@redhat.com>
25923
25924 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
25925 g_instance.bfoo, and g_instance.cfoo.
25926
889bf7c5 259272002-01-07 Jeffrey A Law <law@redhat.com>
634d57ec 25928
889bf7c5
PA
25929 * gdb.base/break.c (multi_line_if_conditional): New function.
25930 (multi_ilne_while_conditional): Likewise.
25931 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
25932 IF or WHILE condition puts the breakpoint at the start of
25933 the condition.
f286b2c3 25934
634d57ec
JL
25935 * gdb.base/selftest.exp (backtrace through signal handler): Remove
25936 hppa*-*-hpux* expected failure.
25937 * gdb.base/structs.exp (do_function_calls): Similarly.
25938
25939 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
25940 watchpoints.
25941
9fbfe2dc
AC
259422002-01-06 Andrew Cagney <ac131313@redhat.com>
25943
25944 Fix PR gdb/66.
25945 * gdb.base/structs.exp: Replace skip for a29k with skip for
25946 gdb,cannot_call_functions.
25947 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
25948 * gdb.base/callfuncs.exp: Ditto.
25949 * gdb.base/call-rt-st.exp: Ditto.
25950 * gdb.base/call-strs.exp: Ditto.
25951 * gdb.base/callfwmall.exp: Ditto.
25952 * gdb.base/scope.exp: Obsolete xfail a29k.
25953 * gdb.c++/misc.exp: Ditto.
25954 * gdb.c++/cplusfuncs.exp: Ditto.
25955 * gdb.base/ptype.exp: Ditto.
25956 * gdb.base/printcmds.exp: Ditto.
25957 * gdb.base/opaque.exp: Ditto.
25958 * gdb.base/list.exp: Ditto.
25959 * gdb.base/funcargs.exp: Ditto.
25960 * gdb.base/default.exp: Ditto.
25961
8ddad156
MS
259622002-01-04 Michael Snyder <msnyder@redhat.com>
25963
ca4976a6 25964 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
25965 * gdb.base/maint.exp: Add tests for maint info sections options.
25966
1b074332
JL
25967Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
25968
25969 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
25970
7d159115
CV
259712001-12-20 Corinna Vinschen <vinschen@redhat.com>
25972
25973 * gdb.asm/arm.inc: New file.
25974 * gdb.asm/asm-source.exp: Add arm targets.
25975 * gdb.asm/configure.in: Ditto.
25976 * gdb.asm/configure: Recreated from configure.in.
25977
8fb87725
JL
25978Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
25979
afabe08c
JL
25980 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
25981 with HP's compiler.
25982 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
25983 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
25984 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
25985 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
25986
25987 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
25988 either HP's compilers or GCC.
25989
db521deb
JL
25990 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
25991 a SIGBUS or SIGSEGV.
25992
25993 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
25994
25995 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
25996 can be compiled with either HP's compiler or GCC.
25997
cfa88ab7
JL
25998 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
25999 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
26000 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
26001
ca344dff
JL
26002 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
26003 to match current gdb output. Update due to using auto-solib-limit
26004 for limiting instead of overloading auto-solib-add.
26005 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
26006 test program.
26007
3f3c6e55 26008 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
26009 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
26010 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
26011 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
26012 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
26013 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
26014 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
26015 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
26016 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
26017 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
26018 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
26019 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
26020 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 26021
8fb87725
JL
26022 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
26023 a SIGTRAP to the inferior.
26024
cf599fa7
CV
260252001-12-19 Corinna Vinschen <vinschen@redhat.com>
26026
26027 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
26028 Substitute call to target_link by call to gdb_compile.
26029
2cd045cd
JL
26030Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
26031
a9c64011
AS
26032 * gdb.base/break.exp: Fix HP specific search string when testing
26033 backtracing in a called function.
2cd045cd 26034
a9c64011
AS
26035 * gdb.base/constvars.exp: Only set lang to C++ if we're
26036 compiling the test with HP's compilers.
26037 * gdb.base/volatile.exp: Similarly.
2cd045cd 26038
99ebe9ac
JB
260392001-12-19 Jim Blandy <jimb@redhat.com>
26040
26041 * gdb.base/printcmds.exp: Expect the null character to be printed
26042 as '\0', and the '\013' to be printed as '\v'.
26043 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
26044 * gdb.base/setvar.exp: Same.
26045
b9891b29
JB
260462001-12-17 Jim Blandy <jimb@redhat.com>
26047
0eba65ab
JB
26048 * gdb.base/completion.exp: Rather than completing very long
26049 filenames, which can make the readline library produce output we
26050 don't recognize, cd to the directory first, and then complete
26051 using nice, short relative paths.
26052
6970b5b1
JB
26053 * gdb.base/completion.exp: On some systems, there is, in fact, a
26054 variable named `b' in scope, since GDB treats all static
a9c64011
AS
26055 variables as being in scope. So use `no_var_named_this'
26056 instead of `b'.
6970b5b1 26057
b9891b29 26058 * gdb.base/corefile.exp: Recognize the message saying that GDB
889bf7c5 26059 can't find the core file's registers as a failure.
b9891b29 26060
e6ccd35f
JSC
260612001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
26062
a9c64011
AS
26063 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
26064 test expect string more specific.
e6ccd35f 26065
105ba819
CV
260662001-12-13 Corinna Vinschen <vinschen@redhat.com>
26067
26068 * gdb.asm/asm-source.exp: Add support for xstormy16.
26069 * gdb.asm/configure.in: Ditto.
26070 * gdb.asm/configure: Rebuild.
26071 * gdb.asm/xstormy16.inc: New file.
26072
e9e79dd9
FF
260732001-12-10 Fred Fish <fnf@redhat.com>
26074
26075 * gdb.base/maint.exp: Update to match changes in type dumping code.
26076
347dc97d
JB
260772001-12-10 Jim Blandy <jimb@redhat.com>
26078
26079 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
889bf7c5
PA
26080 matching the entry point symbol's name at the beginning of the
26081 line.
347dc97d 26082
5178b9d6
DJ
260832001-12-07 Daniel Jacobowitz <drow@mvista.com>
26084
26085 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
26086 gdb.c++/inherit.exp, gdb.c++/method.exp,
26087 gdb.c++/namespace.exp, gdb.c++/templates.exp,
26088 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
26089 and class layout support.
26090
af890c52
DJ
260912001-12-07 Daniel Jacobowitz <drow@mvista.com>
26092
26093 * gdb.c++/classes.exp: Add test for static member function.
26094 * gdb.c++/misc.cc: Add class with static member function.
26095
7a345fb3
JB
260962001-12-07 Jim Blandy <jimb@redhat.com>
26097
f2e54a80 26098 If GDB says it can't find the struct the function returned, report
8032bf31
JB
26099 those tests as `unsupported'.
26100 * gdb.base/call-rt-st.exp (print_struct_call): New function.
26101 Rewrite subsequent tests to use it.
26102
26103 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
26104 those tests as `unsupported'.
26105 * gdb.base/structs.exp (call_struct_func): New function.
26106 (do_function_calls): Use call_struct_func to call the functions
26107 returning structs.
26108
0bc69509
JB
26109 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
26110 whether functions are prototyped or not, so we can't possibly pass
26111 arguments to t_float_values2 properly.
26112
7a345fb3
JB
26113 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
26114 value of `timeout' for targets other than the mips*tx39-*.
26115
edb6ede1
MS
261162001-12-06 Michael Snyder <msnyder@redhat.com>
26117
d63a86f8 26118 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
26119 and detect whether the start symbol has a leading underscore.
26120
2d842f13
JB
261212001-12-04 Jim Blandy <jimb@redhat.com>
26122
26123 * gdb.base/completion.exp: Clarify indentation.
26124
68550daf
JB
261252001-12-03 Jim Blandy <jimb@redhat.com>
26126
26127 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
26128 variables on the S/390, not `.word'.
26129
cd5195a8
JB
261302001-11-30 Jim Blandy <jimb@redhat.com>
26131
26132 Add assembly-source tests for s390-ibm-linux.
26133 * gdb.asm/s390.inc: New file.
26134 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
26135 the S/390 architecture.
a9c64011 26136 * gdb.asm/configure: Regenerated.
cd5195a8 26137
ca9efc90
MS
261382001-11-30 Michael Snyder <msnyder@redhat.com>
26139
26140 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
26141 next, info source, info sources, info line, global and static
26142 variables, and static functions.
26143 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
26144 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
26145 * gdb.asm/asmsrc1.s: Add a static function and some variables.
26146 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
26147 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
26148 (gdbasm_leave): Restore frame pointer.
26149 (gdbasm_startup): Copy stack set-up from crt0.S.
26150
d0e66976
FN
261512001-11-26 Fernando Nasser <fnasser@redhat.com>
26152
26153 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
26154 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
26155 to a local (non-static) variable. Copy tstruct.a to a static buffer
26156 and return a pointer to that buffer.
26157 * gdb.base/callfwmall.c (t_structs_a): Ditto.
26158
e2334072
MK
261592001-11-24 Mark Kettenis <kettenis@gnu.org>
26160
26161 * gdb.asm/configure.in: Fix recognition of ix86 target.
26162 * gdb.asm/configure: Regenerate.
26163
756caa3d
MS
261642001-11-21 Michael Snyder <msnyder@redhat.com>
26165
26166 * gdb.asm/sparc.inc: New file.
26167 * gdb.asm/asm-source.exp: Recognize sparc target.
26168 * gdb.asm/configure.in: Recognize sparc target.
26169 * gdb.asm/configure: Regenerate.
d63a86f8 26170
9a4d72d5
MS
261712001-11-21 Michael Snyder <msnyder@redhat.com>
26172
26173 * gdb.asm/m32r.inc: New file.
26174 * gdb.asm/asm-source.exp: Recognize m32r target.
26175 * gdb.asm/configure.in: Recognize m32r target.
26176 * gdb.asm/configure: Regenerate.
26177
a773d1cd
MS
261782001-11-20 Michael Snyder <msnyder@redhat.com>
26179
017ac23d
MS
26180 * gdb.asm/i386.inc: New file.
26181 * gdb.asm/asm-source.exp: Recognize ix86 target.
26182 * gdb.asm/configure.in: Recognize ix86 target.
26183 * gdb.asm/configure: Regenerate.
26184
a773d1cd
MS
26185 * gdb.c++/namespace.exp: Fix quotes in output messages.
26186
bb632afb
MS
261872001-11-14 Michael Snyder <msnyder@redhat.com>
26188
25d559ca 26189 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
26190 qualifier in a type cast expression, to designate an address
26191 in the instruction space (Harvard architecture).
26192
4749e309
MS
261932001-11-13 Michael Snyder <msnyder@redhat.com>
26194
26195 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
26196 Tests for expressions using 'const' and 'volatile'.
26197
25050984
CV
261982001-11-13 Corinna Vinschen <vinschen@redhat.com>
26199
26200 * gdb.asm/asm-sources.exp: Allow defining linker flags.
26201
1902c51f
DJ
262022001-11-12 Daniel Jacobowitz <drow@mvista.com>
26203
26204 * lib/mi-support.exp (mi_run_to_helper): Move comments
26205 outside of gdb_expect.
26206
dcf95b47
DJ
262072001-11-11 Daniel Jacobowitz <drow@mvista.com>
26208
26209 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
26210 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
26211 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
26212 mi0_run_to): New functions.
26213 * gdb.mi/mi-simplerun.exp: Use them.
26214 * gdb.mi/mi0-simplerun.exp: Likewise.
26215 * gdb.mi/mi-var-cmd.exp: Likewise.
26216 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 26217
45b074e1
AC
262182001-11-10 Andrew Cagney <ac131313@redhat.com>
26219
26220 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
26221 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
26222
bf50d346
AC
262232001-11-09 Andrew Cagney <ac131313@redhat.com>
26224
26225 * gdb.base/restore.exp: Include $expected value in restored test
26226 message.
26227
9383332c
AC
262282001-11-09 Andrew Cagney <ac131313@redhat.com>
26229
26230 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
26231 implemented.
26232
db62520a
MS
262332001-11-08 Michael Snyder <msnyder@redhat.com>
26234
26235 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
26236 Add pass/fail message for stop at breakpoint in call dummy function.
26237
b5703437
MS
262382001-11-07 Michael Snyder <msnyder@redhat.com>
26239
d63a86f8
RM
26240 * gdb.c++/templates.exp (test_template_breakpoints):
26241 If we get an overload menu, but it does not match what
760f6330 26242 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
26243 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
26244 making the whitespace optional. Argument for "new" may be
26245 "unsigned" as well as "unsigned int/long".
d63a86f8 26246 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
26247 making the whitespace optional. Also replace "(void) with
26248 "((void|)), making the keyword "void" optional.
d63a86f8 26249 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
26250 making the whitespace optional. Also replace "(void) with
26251 "((void|)), making the keyword "void" optional.
3bf40917
MS
26252 * gdb.base/callfuncs.c (t_float_values): This function must
26253 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 26254 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
26255 can be tested against both cases. Usually one case involves
26256 promotion of float to double, while the other does not.
26257 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
26258 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
26259 includes a stack frame for "start".
26260
c8ab4e6d
JB
262612001-11-05 Jim Blandy <jimb@redhat.com>
26262
26263 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
26264 pointers are 32 bits long, and that offsets of relocs are always
26265 stored in the data (REL-style), and not in the reloc entry itself
26266 (RELA-style).
26267 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
26268 stabs.
26269
3f08ced9
MS
262702001-11-01 Michael Snyder <msnyder@redhat.com>
26271
26272 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
26273 and regular expression operators by using quoting.
26274
cbfa24cd
MS
262752001-10-31 Michael Snyder <msnyder@redhat.com>
26276
26277 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
26278 depending on what the symbol table contains.
26279 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
26280 the output of the ptype command. Similarly, accept both "const &"
26281 and "const&".
26282
aaa68313
CV
262832001-10-31 Corinna Vinschen <vinschen@redhat.com>
26284
26285 * gdb.base/miscexprs.c (main): Add usage of preprocessor
26286 symbol `STORAGE' to allow to choose the storage class of
26287 the local datastructures.
26288 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
26289 compiler directive.
26290
91740388
MS
262912001-10-30 Michael Snyder <msnyder@redhat.com>
26292
26293 * gdb.base/jump.exp: Allow it to run for all targets.
26294
1b7c05e7
CV
262952001-10-29 Corinna Vinschen <vinschen@redhat.com>
26296
26297 * gdb.base/call-ar-st.c (print_double_array): Match for loop
26298 with new double_array size.
26299 (main): Change storage class of all local variables to static.
26300 Reduce size of double_array to 9.
26301 * gdb.base/call-ar-st.exp: Increase timeout value.
26302 Change expected output for double array to match new size in
26303 call-ar-st.c.
26304
36a22261
CV
263052001-10-29 Corinna Vinschen <vinschen@redhat.com>
26306
26307 * gdb.base/ending-run.exp: Create identical output when passing
26308 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 26309 Stormy16 target.
36a22261 26310
92b8ae91
MK
263112001-10-28 Mark Kettenis <kettenis@gnu.org>
26312
26313 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
26314 that we catch the expected failure under Linux/x86.
26315
cb135b83
OF
263162001-10-29 Orjan Friberg <orjanf@axis.com>
26317
26318 * gdb.base/setvar.exp: Escape curly braces.
26319 * gdb.stabs/weird.exp: Ditto.
26320
6884aa54
DJ
263212001-10-27 Daniel Jacobowitz <drow@mvista.com>
26322
26323 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
26324 * gdm.mi/mi0-hack-cli.exp: Likewise.
26325
0398c9aa
AC
263262001-10-25 Andrew Cagney <ac131313@redhat.com>
26327
26328 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
26329 messages.
26330
d20bf2e8
AC
263312001-10-21 Andrew Cagney <ac131313@redhat.com>
26332
26333 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
26334 checking MI enabled.
26335
03dd63aa
CV
263362001-10-09 Corinna Vinschen <vinschen@redhat.com>
26337
26338 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
26339
1d9d99f3
FCE
263402001-10-04 Frank Ch. Eigler <fche@redhat.com>
26341
26342 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
26343 if gdb child process crashes, just signal an error.
26344
838ae6c4
JB
263452001-10-02 Jim Blandy <jimb@redhat.com>
26346
26347 * lib/gdb.exp (test_xfail_format): Simplify.
26348
26349 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
26350 front of the variable name `format'. Simplify `if'.
26351
8f0cbc1c
DJ
263522001-10-01 Daniel Jacobowitz <drow@mvista.com>
26353
26354 * gdb.threads/pthreads.exp: Wait for output and delay
26355 before sending ^C.
26356
1f08dafd
DJ
263572001-10-01 Daniel Jacobowitz <drow@mvista.com>
26358
26359 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
26360 some incorrect output instead of timing out.
26361 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
26362
674f90ff
CV
263632001-09-28 Corinna Vinschen <vinschen@redhat.com>
26364
26365 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
26366 check to allow additional `int'.
26367
9b284272
DJ
263682001-09-27 Daniel Jacobowitz <drow@mvista.com>
26369
26370 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
26371 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
26372
b55a4771
MS
263732001-09-27 Michael Snyder <msnyder@redhat.com>
26374
26375 * lib/gdb.exp (test_debug_format): New proc.
26376 (setup_xfail_format): Use new proc test_debug_format.
26377 * gdb.base/constvars.exp (local_compiler_xfail_check): New
26378 proc; use new service proc test_debug_format.
26379 Replace all other "gcc_compiled" tests with this test.
26380 * gdb.base/volatile.exp (local_compiler_xfail_check): New
26381 proc; use new service proc test_debug_format.
26382 Replace all other "gcc_compiled" tests with this test.
26383
263842001-09-27 Michael Snyder <msnyder@redhat.com>
26385
26386 * gdb.base/cvexpr.exp: New file.
26387 * gdb.base/cvexpr.c: New file
26388 Test for expressions using const and volatile keywords.
26389
4e6667ac
CV
263902001-09-26 Corinna Vinschen <vinschen@redhat.com>
26391
26392 * gdb.base/constvars.exp: Check for different orders of keywords
26393 and additional "int" strings in output.
26394
4f337972
AC
263952001-09-22 Andrew Cagney <ac131313@redhat.com>
26396
26397 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
26398 responses from "help maint".
26399
2015650d
FCE
264002001-09-19 Frank Ch. Eigler <fche@redhat.com>
26401
26402 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
26403 to localhost:NNN instead of :NNN, in case Xvfb is listening
26404 only on TCP.
26405
f3bcedc1
CV
264062001-09-19 Corinna Vinschen <vinschen@redhat.com>
26407
26408 * gdb.base/recurse.exp: When checking leaving the watchpoint
26409 scope, recognize when gdb is in function's epilogue and pass.
26410
6b819c92
KS
264112001-09-18 Keith Seitz <keiths@redhat.com>
26412
26413 * lib/insight-support.exp (_gdbtk_export_target_info): Add
26414 support for running tests against sid targets.
26415 (gdbtk_done): Ditto.
26416
a10c9419
CV
264172001-09-18 Corinna Vinschen <vinschen@redhat.com>
26418
26419 * gdb.base/ending-run.c (main): Set stdout buffersize
26420 to the same reasonable value for any target.
26421 * gdb.base/ending-run.exp: Add a regular expression
26422 to make testsuite happy on Sanyo Stormy16 target.
26423
739d0d99
CV
264242001-09-17 Corinna Vinschen <vinschen@redhat.com>
26425
26426 * gdb.base/display.c (do_loops): Add float variable `f'.
26427 Increment f in loop.
26428 * gdb.base/display.exp: Increment timeout by 60 seconds.
26429 Change float display test to use variable `f'.
26430
1b8947f0
JB
264312001-09-17 Jim Blandy <jimb@redhat.com>
26432
26433 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
26434 overflowing the limited breakpoint tables on some ROM monitors
26435 (like the ROM68K).
26436
9890ac81
FCE
264372001-09-15 Frank Ch. Eigler <fche@redhat.com>
26438
26439 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
26440 the "-ac" (disable access control) flag.
26441
6db765ea
JH
264422001-08-30 Jeff Holcomb <jeffh@redhat.com>
26443
26444 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
26445 ints.
26446
4c32cc04
KS
264472001-08-30 Keith Seitz <keiths@redhat.com>
26448
26449 * lib/gdb.exp: Move all insight-related functionality into
26450 separate file.
26451 * lib/insight-support.exp: New file.
26452
8d6e6f81
FCE
264532001-08-29 Frank Ch. Eigler <fche@redhat.com>
26454
26455 * config/sid.exp (sid_start): Never set sid verbosity; disable
26456 expect_background {} that consumed its stdout; tolerate </dev/null.
26457 Attempt to set endianness override in "sid" protocol mode. Cleanup.
26458
6a90e1d0
AC
264592001-08-18 Andrew Cagney <ac131313@redhat.com>
26460
26461 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
26462 CLI jump command to start it.
26463 (mi_run_to_main): Fail immediatly when unexpected output.
26464
1759b3c3
AC
264652001-08-18 Andrew Cagney <ac131313@redhat.com>
26466
26467 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
26468 beginning of function. Fix PR gdb/191.
26469
61d11d80
FCE
264702001-08-16 Frank Ch. Eigler <fche@redhat.com>
26471
26472 * config/sid.exp (sid_start): Don't warn if we cannot figure out
26473 what to force sid endianness to.
26474
942a4df2
KS
264752001-08-15 Keith Seitz <keiths@redhat.com>
26476
26477 * lib/gdb.exp (gdbtk_start): Don't set environment
26478 variables for TCL_LIBRARY and friends. Insight will
26479 now figure these out for itself.
26480
0521c418
MS
264812001-08-02 Michael Snyder <msnyder@redhat.com>
26482
26483 * gdb.base/completion.exp: Remove the symbol "a64l" from
26484 the expect string; this is target-specific, and not related
26485 to what is being tested.
26486
74a9a58a
DB
264872001-08-02 Dave Brolley <brolley@redhat.com>
26488
26489 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
26490
c70819fa
MS
264912001-07-25 Michael Snyder <msnyder@redhat.com>
26492
c2b8fa57
MS
26493 * gdb.base/consecutive.exp: New file. Test stepping over
26494 breakpoints on consecutive instructions.
26495 * gdb.base/consecutive.c: New file.
26496
c70819fa
MS
26497 * gdb.base/call-rt-st.exp: Use double-backslash to quote
26498 curly braces in regular expressions.
26499
2b1a1355
MS
265002001-07-25 Michael Snyder <msnyder@redhat.com>
26501
26502 * gdb.base/ending-run.exp: Accept "Program exited normally" as
26503 legitimate output from stepping out of main.
26504
413eca6f
KS
265052001-07-22 Keith Seitz <keiths@redhat.com>
26506
26507 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
26508 the empty string, do not run the tests.
26509
7e5a9322
SC
265102001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26511
26512 * gdb.base/long_long.exp: Detect size of pointer. Take into
26513 account 2-byte pointers when testing for p/a results.
26514
de58f10f
SC
265152001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26516
d63a86f8 26517 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
26518 and defined to 1K for m68hc11.
26519 (random_data): Reduce table to 1K for embedded platforms (68hc11).
26520 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
26521 (sizeof_random_data): New variable to tell the size of the data table;
26522 don't test past this size; always run to main.
26523
d6f5fea1
SC
265242001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26525
26526 * gdb.base/return2.exp: return of long long and double fails for
26527 68HC11; don't execute these tests on that platform.
26528 * gdb.base/return.exp: Return of a double fails for 68hc11.
26529
c477543d
SC
265302001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26531
26532 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
26533 tests that print a float.
26534 * call-rt-st.exp: Likewise.
26535
63cf1c79
MK
265362001-07-12 Mark Kettenis <kettenis@gnu.org>
26537
26538 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
26539 running this test on Linux.
26540
112f9ab5
MC
265412001-06-24 Michael Chastain <chastain@redhat.com>
26542
26543 * gdb.base/arithmet.exp: Remove some tests to make all test names
26544 unique.
26545
4970cb0f
MS
265462001-07-03 Michael Snyder <msnyder@redhat.com>
26547
26548 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
26549 the output of the ptype command.
26550
d85da69f
MS
265512001-07-02 Michael Snyder <msnyder@redhat.com>
26552
4c8a82de
MS
26553 * gdb.base/completion.exp: Don't assume that break.c is the only
26554 source file that may contain functions named "marker".
d85da69f
MS
26555 * gdb.base/corefile.exp: Quote the curly braces in regexp.
26556
8afc772b
AC
265572001-06-28 Andrew Cagney <ac131313@redhat.com>
26558
26559 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
26560 of files to delete.
26561
26562 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
26563 * gdb.disasm/h8300s.exp: New file.
26564 gdb.disasm/h8300s.s: Likewise.
26565
cff22675
AC
265662001-06-27 Andrew Cagney <ac131313@redhat.com>
26567
26568 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
26569 empty breakpoint tables.
26570
68c81b54
AC
265712001-06-25 Andrew Cagney <ac131313@redhat.com>
26572
26573 * lib/mi-support.exp: Update args=... part of stop-reason
26574 patterns. Accept either a list or a tuple.
26575
2dd62704
AC
265762001-06-23 Andrew Cagney <ac131313@redhat.com>
26577
26578 * lib/mi-support.exp: Remove local emacs variable defining
26579 change-log-default-name.
26580
b4127474
MC
265812001-06-22 Michael Chastain <chastain@redhat.com>
26582
26583 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
26584 This is operationally compatible with the previous version.
26585
8dbfb380
JB
265862001-06-13 Jim Blandy <jimb@redhat.com>
26587
26588 * lib/gdb.exp (gdb_test): Doc fix.
26589
f2d8c86d
MC
265902001-06-10 Michael Chastain <chastain@redhat.com>
26591
26592 * gdb.base/exprs.exp: Remove a duplicate test.
26593
81564d34
JB
265942001-06-06 Jim Blandy <jimb@redhat.com>
26595
26596 * gdb.base/return2.exp (main): Use values to test float and double
26597 returns that are not NaN's, to avoid being confused by IEEE
26598 comparison rules.
26599
da55addb
MS
266002001-06-04 Michael Snyder <msnyder@redhat.com>
26601
26602 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 26603 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
26604 rather than wait for 12 more tests to time out.
26605
42c65987
JB
266062001-06-06 Jim Blandy <jimb@redhat.com>
26607
b18bced9 26608 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 26609 Don't forget to match the GDB prompt.
b18bced9 26610
42c65987
JB
26611 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
26612
5b41e5f0
JB
266132001-06-04 Jim Blandy <jimb@redhat.com>
26614
26615 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
26616 command.
26617
015e046f
KB
266182001-05-31 Kevin Buettner <kevinb@redhat.com>
26619
26620 * gdb.base/annota1.exp (info break): Match four or more spaces
26621 after "Address".
26622
fb1ffbbe
MC
266232001-05-31 Michael Chastain <chastain@redhat.com>
26624
26625 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
26626 (dm_type_int_star): Likewise.
26627 (dm_type_long_star): Likewise.
26628 (dm_type_void_star): Likewise.
26629
5ea2a32c
KB
266302001-05-29 Kevin Buettner <kevinb@redhat.com>
26631
26632 * gdb.base/completion.exp (INPUTRC): Set this environment variable
26633 to a known value in order to get consistent results regardless
26634 of the setting of INPUTRC or the presence or contents of .inputrc.
26635
ae23c492
MS
266362001-05-24 Michael Snyder <msnyder@redhat.com>
26637
ac55707e
MS
26638 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
26639 Don't require that the main thread and the manager thread are the
26640 first in the list.
26641
ae23c492
MS
26642 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
26643 debugging. If test fails, issue an "unsupported" not a "fail".
26644
400071f1
JB
266452001-05-24 Jim Blandy <jimb@redhat.com>
26646
26647 Don't assume that short is shorter than int.
26648 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
26649 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 26650 this isn't true.
400071f1
JB
26651 ("print unsigned char == (~0)"): Add test that verifies that ~0,
26652 an int, is not equal to ~0 stored in an unsigned char. This tests
26653 the same thing that the previous test meant to, but works on
26654 16-bit machines, too.
26655 ("print unsigned char != (~0)"): Same test, complemented.
26656
0816a3e5
MS
266572001-05-24 Michael Snyder <msnyder@redhat.com>
26658
26659 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 26660 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
26661 and prevents dejagnu getting out of step.
26662
f6dc23a9
KB
266632001-05-23 Kevin Buettner <kevinb@redhat.com>
26664
26665 * gdb.base/finish.exp (finish_void): Revise pattern for
26666 stopping on the call statement to not permit stopping at
26667 the start of the instructions comprising the call sequence.
26668
7dbd117d
MC
266692001-05-19 Michael Chastain <chastain@redhat.com>
26670
26671 * gdb.base/callfuncs.exp: Make all test names unique.
26672 * gdb.base/commands.exp: Make all test names unique.
26673 * gdb.base/condbreak.exp: Make all test names unique.
26674 * gdb.base/dbx.exp: Make all test names unique.
26675 * gdb.base/default.exp: Make all test names unique.
26676 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
26677 and TIMEOUT messages to their corresponding PASS message.
26678 * gdb.base/ending-run.exp: Make all test names unique.
26679 * gdb.base/long_long.exp: Remove duplicate test.
26680
6b0b0a9e
KB
266812001-05-21 Kevin Buettner <kevinb@redhat.com>
26682
26683 * gdb.base/finish.exp (finish_void): Allow "finish" command to
26684 stop on the call statement as well as the statement after the
26685 call.
26686
2caa35cb
MS
266872001-05-21 Michael Snyder <msnyder@redhat.com>
26688
26689 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
26690
40713331
EZ
266912001-05-10 Elena Zannoni <ezannoni@redhat.com>
26692
a9c64011
AS
26693 * gdb.base/completion.exp: Revamp test. Make it execute on all
26694 platforms.
40713331 26695
c2c1be8d
EZ
266962001-05-10 Elena Zannoni <ezannoni@redhat.com>
26697
a9c64011
AS
26698 * config/gdbserver.exp (gdb_load): Handle the case
26699 in which the arguments to gdbserver are given in the
26700 baseboard configuration file.
26701 Also handle the case in which the server needs to do a
26702 load.
2c9cd303 26703
9671de48
KS
267042001-05-07 Keith Seitz <keiths@cygnus.com>
26705
a9c64011
AS
26706 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
26707 set up the display for testing.
26708 (gdbtk_start): Convert all paths to paths that tcl will like.
26709 Export target information to environment.
26710 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
26711 necessary.
26712 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
26713 (to_tcl_path): New proc to convert a given pathname into
26714 a path acceptible as an argument to a tcl command.
26715 (_gdbtk_export_target_info): New proc to export target info
26716 into the environment for gdbtk testing.
26717 (gdbtk_done): New proc to signal end-of-test.
9671de48 26718
5a360f47
JB
267192001-05-06 Jim Blandy <jimb@redhat.com>
26720
26721 * restore.c: Make the code of caller0 correspond to its comment.
26722
66c756c6
MS
267232001-05-03 Michael Snyder <msnyder@redhat.com>
26724
26725 * config/sid.exp (gdb_target_sid): Check for error messages.
26726 On error or timeout, don't make expect exit (which will terminate
26727 all subsequent tests); instead just make gdb exit.
d63a86f8 26728 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
26729 return a negative value.
26730
a966fde5
JB
267312001-04-24 Jim Blandy <jimb@redhat.com>
26732
851c18e0
JB
26733 * gdb.c++/templates.exp: If we see the prompt for the overload
26734 list, but we haven't recognized any of the longer patterns,
26735 arrange for this test to fail, not hang.
26736
a966fde5
JB
26737 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
26738 variations.
26739
db144853
MC
267402001-04-22 Michael Chastain <chastain@redhat.com>
26741
26742 * gdb.c++/local.exp: Use the 'runto' library function.
26743 * gdb.c++/namespace.exp: Likewise.
26744 * gdb.c++/overload.exp: Likewise.
26745
3207ec21
KB
267462001-03-26 Kevin Buettner <kevinb@redhat.com>
26747
26748 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
26749 * gdb.base/step-line.exp: New file. Test step/next in presence of
26750 #line directives.
26751 * gdb.base/step-line.c: New file. Test program for the above.
26752 * gdb.base/step-line.inp: New file. We pretend that this file has
26753 been transformed by some other tool into step-line.c.
26754
13b57657
JB
267552001-03-21 Jim Blandy <jimb@redhat.com>
26756
26757 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
26758 unmangled operator names.
26759
754cbe1c
JB
267602001-03-20 Jim Blandy <jimb@redhat.com>
26761
26762 * gdb.threads/linux-dp.exp: Recognize an additional message
26763 generated by GDB when it doesn't understand how to debug threads
26764 on the target system.
26765
177495c9
AC
267662001-03-19 Andrew Cagney <ac131313@redhat.com>
26767
26768 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
26769
f266096b
MC
267702001-03-12 Michael Chastain <chastain@redhat.com>
26771
26772 * gdb.c++/derivation.exp: Use the 'runto' library function.
26773
cac3c2ff
MC
267742001-03-12 Michael Chastain <chastain@redhat.com>
26775
26776 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
26777
b6c11a24
MC
267782001-02-24 Michael Chastain <chastain@redhat.com>
26779
26780 * gdb.c++/ref-types.exp: Change handwritten code to library
26781 function 'runto'.
26782
6bae5bce
OF
267832001-03-16 Orjan Friberg <orjanf@axis.com>
26784
26785 * gdb.base/signals.exp: Set count to 0 explicitly.
26786
0015fd9a
MS
267872001-03-15 Mark Salter <msalter@redhat.com>
26788
26789 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
26790 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
26791 (gdb_load): Add support for additional target_info: gdb_download_size
26792 and gdb_load_timeout.
0015fd9a 26793
fc33412a
DT
26794Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
26795
26796 * gdb.base/annota1.exp: Move test of isnative to earlier in the
889bf7c5
PA
26797 file -- to prevent failing when the compile fails but we have no
26798 intention of running the tests anyway.
fc33412a
DT
26799
26800 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
26801 tests if set.
26802
26803 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
889bf7c5 26804 integers.
fc33412a
DT
26805
26806 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
26807 * gdb.c++/namespace.exp: Ditto.
26808
115f06de
OF
268092001-03-07 Orjan Friberg <orjanf@axis.com>
26810
26811 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
26812 * gdb.base/pointers.exp: Relax pattern match of decimals.
26813
b6ba6518
KB
268142001-03-06 Kevin Buettner <kevinb@redhat.com>
26815
26816 * Makefile.in, config/abug.exp, config/cfdbug.exp,
26817 config/cpu32bug.exp, config/dve.exp, config/est.exp,
26818 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
26819 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
26820 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
26821 config/sh.exp, config/sid.exp, config/slite.exp,
26822 config/sparclet.exp, config/udi.exp, config/unknown.exp,
26823 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
26824 config/vxworks.exp, config/vxworks29k.exp,
26825 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
26826 gdb.base/all-bin.exp, gdb.base/annota1.exp,
26827 gdb.base/arithmet.exp, gdb.base/assign.exp,
26828 gdb.base/async.exp, gdb.base/attach.exp,
26829 gdb.base/bitfields.exp, gdb.base/bitops.exp,
26830 gdb.base/break.exp, gdb.base/call-ar-st.exp,
26831 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
26832 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
26833 gdb.base/commands.exp, gdb.base/completion.exp,
26834 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
26835 gdb.base/constvars.exp, gdb.base/corefile.exp,
26836 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
26837 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
26838 gdb.base/ending-run.exp, gdb.base/environ.exp,
26839 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
26840 gdb.base/finish.exp, gdb.base/foll-exec.exp,
26841 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
26842 gdb.base/funcargs.exp, gdb.base/help.exp,
26843 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
26844 gdb.base/logical.exp, gdb.base/long_long.exp,
26845 gdb.base/maint.exp, gdb.base/mips_pro.exp,
26846 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
26847 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
26848 gdb.base/pointers.exp, gdb.base/printcmds.exp,
26849 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
26850 gdb.base/regs.exp, gdb.base/relational.exp,
26851 gdb.base/remote.exp, gdb.base/reread.exp,
26852 gdb.base/restore.exp, gdb.base/return2.exp,
26853 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
26854 gdb.base/selftest.exp, gdb.base/setshow.exp,
26855 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
26856 gdb.base/sigall.exp, gdb.base/signals.exp,
26857 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
26858 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
26859 gdb.base/step-test.exp, gdb.base/structs.c,
26860 gdb.base/structs.exp, gdb.base/structs2.exp,
26861 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
26862 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
26863 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
26864 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
26865 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
26866 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
26867 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
26868 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
26869 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
26870 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
26871 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
26872 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
26873 gdb.fortran/types.exp, gdb.java/jmisc.exp,
26874 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
26875 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
26876 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
26877 gdb.trace/circ.exp, gdb.trace/collection.exp,
26878 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
26879 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
26880 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
26881 gdb.trace/report.exp, gdb.trace/save-trace.exp,
26882 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
26883 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
26884 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
26885 notices.
26886
dc96c6c7 268872001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
26888
26889 * gdb.base/varargs.c (find_max_double): Fix printf format string:
26890 first arg is int not float.
26891
dc96c6c7 268922001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
26893
26894 * gdb.base/reread.exp: Unsupported for non-native targets;
26895 doesn't work for remote debugging.
26896
9b0c4aeb
FN
268972001-02-19 Fernando Nasser <fnasser@redhat.com>
26898
26899 From Drew Moseley <dmoseley@redhat.com>
a9c64011
AS
26900 * gdb.base/ending-run.exp: Properly handle the BSP state when
26901 stepping past the end of main.
9b0c4aeb 26902
02aa71d5
MC
269032001-02-19 John Moore <jmoore@redhat.com>
26904
26905 * gdb.base/commands.exp (infrun_breakpoint_command_test):
26906 Converted HPUX fix for non-expected items following multiple
26907 step commands into general solution for all platforms.
26908
1fa449a4
MC
269092001-02-18 Michael Chastain <chastain@redhat.com>
26910
26911 * gdb.c++/classes.exp (do_tests): Change runto statements
26912 from "runto 'foo(void)'" to "runto 'foo'". This makes the
26913 statements demangler agnostic.
26914 * gdb.c++/virtfunc.exp (do_tests): Likewise.
26915 (gdb_virtfunc_restart): Likewise.
26916
b2f9ec70
MC
269172001-02-14 Michael Chastain <chastain@redhat.com>
26918
26919 * gdb.c++/inherit.exp (do_tests): Change runto statements
26920 from "runto 'foo(void)'" to "runto 'foo'". This makes the
26921 statements demangler agnostic.
26922
cf74b8ca
AC
26923Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
26924
26925 * gdb.threads/pthreads.exp: Unify pass/fail messages for
889bf7c5
PA
26926 ``continue to bkpt at common_routine in thread 2'' and ``stopped
26927 before calling common_routine 15 times'' tests.
cf74b8ca 26928
99f78f56
MC
269292001-02-11 Michael Chastain <chastain@redhat.com>
26930
26931 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
26932 Helps the test script figure out which demangler is in use.
26933 (dm_type_foo_ref): Ditto.
26934 (dm_type_int_star): Ditto.
26935 (dm_type_long_star): Ditto.
26936 (dm_type_unsigned_int): Ditto.
26937 (dm_type_void): Ditto.
26938 (dm_type_void_star): Ditto.
99707966 26939 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
26940 Probe the gdb demangler and set variables to accommodate
26941 formatting differences.
26942 (info_func_regexp): New function. Same as info_func, but
26943 matches against a regexp.
26944 (info_func): Match against a literal string.
26945 (print_addr_2): New function. Match against a literal string,
26946 which can be different from the input to gdb.
26947 (print_addr): Simply call print_addr_2 with the same argument twice.
26948 (test_lookup_operator_functions): Use demangler formatting variables.
26949 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
26950 the tests in the same order as the C++ class declaration.
26951 (test_paddr_operator_functions): Ditto.
26952 (test_paddr_overloaded_functions): Ditto.
26953 (test_paddr_hairy_functions): Use demangler formatting variables.
26954 Add reference to gdb/19 for related tests.
26955 (do_tests): Call probe_demangler.
26956
1de8f023
KB
269572001-01-30 Kevin Buettner <kevinb@redhat.com>
26958
26959 * gdb.c++/templates.cc (printf): Remove unused function definition.
26960
ca3f91ed
MS
269612001-01-26 Felix Lee <flee@redhat.com>
26962
26963 * sid.exp (sid_exit): Pass host, not target, to remote_close.
26964
269652001-01-25 matthew green <mrg@redhat.com>
26966
26967 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
26968 up sid.
26969 (sid_exit): Call `remote_pop_conn' after GDB is gone.
26970
269712001-01-25 matthew green <mrg@redhat.com>
26972
26973 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 26974 Deprecate $sid_spawn_id.
ca3f91ed
MS
26975 (sid_exit): Remove code necessary only for `spawn.'
26976
269772001-01-25 matthew green <mrg@redhat.com>
26978
26979 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
26980
fb18ec4a
MC
269812001-01-28 Michael Chastain <chastain@redhat.com>
26982
26983 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
26984 to call when tests fail. It takes gdb out of the overloaded
26985 function choice menu back to the main prompt, so that the test
26986 program stays synchronized.
26987 (set_bp_overloaded): New proc to collect all the common
26988 code for setting a breakpoint on an overloaded name. Calls
26989 take_gdb_out_of_choice_menu when needed.
26990 (menu_overload1arg): New variable to collect the repeated
26991 instances of the expected menu for an overloaded name. Change
26992 the regular expression to handle changes in g++ type encoding:
26993 "void" can be either "void" or "", and "unsigned int" can be
26994 either "unsigned int" or "unsigned".
26995 (continue_to_bp_overloaded): Change regular expressions to handle
26996 changes in g++ type encoding.
26997 (no proc): Call take_gdb_out_of_choice_menu when needed.
26998 Remove redundant calls to "info break". Accept either "canceled"
26999 or "cancelled". Change regular expressions in "info break"
27000 calls to handle changes in g++ type encoding. Give all tests
27001 unique strings.
27002
9c646a6e
BE
270032001-01-17 Ben Elliston <bje@redhat.com>
27004
27005 * config/sid.exp: New file.
27006
9549d9c1
AC
27007Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
27008
27009 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
27010
dc96c6c7 270112000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
27012
27013 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
27014 Add a RE to accept a non-ascii char if one is ever presented.
27015
b4df4f68
FN
270162000-12-20 Fernando Nasser <fnasser@redhat.com>
27017
297dd0fd 27018 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 27019
dc96c6c7 270202000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 27021
d63a86f8 27022 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
27023 in regexp. One '\' does not suffice on Linux.
27024
4a7bddb6
MC
270252000-12-09 Michael Chastain <chastain@redhat.com>
27026
27027 * gdb.base/break.exp (test_clear_command): Use a marker function
27028 rather than 'main' for the test function. Also move this
27029 test to an execution point where the marker function names are
27030 guaranteed to be bound to functions. (Executing tests after a
27031 'finish' from main runs into name conflicts with local names
27032 in __libc_start_main).
27033
dc96c6c7 270342000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
27035
27036 * gdb.base/finish.exp: New test for gdb's "finish" command.
27037 * gdb.base/return2.exp: New test for gdb's "return" command.
27038 * gdb.base/return2.c: New source file for above.
27039
dc96c6c7 270402000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
27041
27042 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
27043 * gdb.base/miscexprs.exp: Ditto.
27044 * gdb.base/pointers.exp: Ditto.
27045 * gdb.c++/derivation.exp: Ditto.
27046 * gdb.c++/local.exp: Ditto.
27047 * gdb.c++/namespace.exp: Ditto.
27048 * gdb.c++/overload.exp: Ditto.
27049 * gdb.c++/ref-types.exp: Ditto.
27050
dc96c6c7 270512000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
27052
27053 * gdb.base/constvars.exp: Test result of "up" command.
27054 * gdb.base/miscexprs.exp: Ditto.
27055 * gdb.base/pointers.exp: Ditto.
27056 * gdb.base/scope.exp: Ditto.
27057 * gdb.c++/derivation.exp: Ditto.
27058 * gdb.c++/local.exp: Ditto.
27059 * gdb.c++/namespace.exp: Ditto.
27060 * gdb.c++/overload.exp: Ditto.
27061 * gdb.c++/ref-types.exp: Ditto.
27062
44097287
FN
270632000-11-22 Michael Chastain <chastain@redhat.com>
27064
27065 * mips_pro.exp: Accept either "middle -> top -> main" or
27066 "middle -> main" in the backtrace, because gcc can optimize
27067 tail calls to jumps. Remove setup_xfail for the hppa case.
27068 Add a comment with the original warning messages from PR 3016,
27069 which was filed in 1993, to preserve them for posterity.
27070
9d2e1bab
ND
270712000-11-17 Nick Duffek <nsd@redhat.com>
27072
27073 * lib/gdb.exp (gdb_test): Override timeout with board info.
27074
1aca8eb7
ND
270752000-11-17 Nick Duffek <nsd@redhat.com>
27076
27077 * gdb.base/display.exp: Don't kill running stub. Add "again" to
27078 the second kill and detach messages.
27079
93076499
ND
270802000-11-17 Nick Duffek <nsd@redhat.com>
27081
27082 * configure.in: Add AC_EXEEXT.
27083 * configure: Regenerate.
27084 * Makefile.in (just-check): Export EXEEXT.
27085 * lib/gdb.exp ($EXEEXT): Import from environment.
27086 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
27087 expect "maint dump-me" on Cygwin.
27088 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
27089 $EXEEXT.
27090
30e87cd3
ND
270912000-11-17 Nick Duffek <nsd@redhat.com>
27092
27093 * gdb.base/break.exp: Test backtrace and finish from called
27094 function on all platforms, not just HP-UX.
27095
dc96c6c7 270962000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
27097
27098 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
27099 code from gdb_target_monitor, so it can be used independantly
27100 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 27101
dc96c6c7 271022000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
27103
27104 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
27105 * gdb.base/corefile.exp: Expect the message "Program is being
27106 debugged already" when we send the "corefile" command, since
27107 the preceeding gdb_load may have connected gdb to a remote target.
27108 * gdb.base/display.exp: Disable hardware watchpoints if new
27109 board info variable "no_hardware_watchpoints" is true.
27110 Replace single-letter commands with more readable ones.
27111 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
27112 if new board info variable "no_hardware_watchpoints" is true.
27113 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
27114 to see if stdio (printf) testing is possible.
27115 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
27116 board info variable "no_hardware_watchpoints" is true. Use new
27117 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
27118
39124dea
FN
271192000-11-13 Fernando Nasser <fnasser@redhat.com>
27120
27121 From Orjan Friberg <orjanf@axis.com>:
27122 * gdb.base/printcmds.exp: Escape curly braces followed by a number
27123 in array print pattern match.
27124
a9e2e984
FN
271252000-11-09 Fernando Nasser <fnasser@redhat.com>
27126
27127 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
27128 spelling "cancelled" to U.S. spelling "canceled" to match changes
27129 made to gdb.
27130 * gdb.c++/ovldbreak.exp: Ditto.
27131
c7db355b
PS
271322000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
27133
27134 * gdb.base/callfuncs.c (main): Moved to end of file, call
27135 t_double_values to initialize the FPU before inferior calls are made.
27136 * gdb.base/callfuncs.exp: Test for register preservation after calling
27137 inferior functions. Add tests for continuining, finishing and
27138 returning from a stop in a call dummy.
27139
dc96c6c7 271402000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
27141
27142 * gdb.base/commands.exp: Break up long lines, and re-indent.
27143
dc96c6c7 271442000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
27145
27146 * config/gdbserver.exp: Rewritten from the ground up, to make it
27147 compatible with the current dejagnu tree, and to make it work with
27148 the new "gdbserver" in libremote.
27149
dc96c6c7 271502000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
27151
27152 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
27153 * gdb.base/varargs.exp: Skip entire test if no printf support.
27154 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
27155 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
27156
dc96c6c7 271572000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
27158
27159 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
27160 no floating point support.
27161 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
27162 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
27163 * gdb.base/call-rt-st.exp: Ditto.
27164 * gdb.base/call-strs.exp: Ditto.
27165
bac5fc66
JG
271662000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
27167
27168 * gdb.base/sizeof.c: include <stdio.h>.
27169
27170 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
a9c64011
AS
27171 'finish', otherwise uncaptured gdb_prompt would potentially
27172 throw remaining test points out of sync.
bac5fc66 27173
b22a6027
SB
271742000-07-26 Scott Bambrough <scottb@netwinder.org>
27175
27176 * gdb.base/recurse.exp: Run tests for all targets.
27177 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
27178 gnu-oldld case on ARM.
27179 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
27180 for ARM targets.
d63a86f8 27181
d8231941
AG
27182Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
27183
27184 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
27185 * gdb.java/configure: Rebuild.
27186
8caabe69
AG
27187Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
27188
27189 * gdb.java/jv-exp.exp: New file.
27190
9d273ca3
AG
27191Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
27192
27193 * configure: Rebuilt.
27194 * configure.in (configdirs): Add gdb.java.
27195 * gdb.java/jmisc.java: New file.
27196 * gdb.java/jmisc.exp: New file.
27197 * gdb.java/Makefile.in: New file.
27198 * gdb.java/configure: Rebuilt.
27199 * gdb.java/configure.in: New file.
27200 * lib/java.exp: New file.
27201
4f823a66
AC
27202Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
27203
27204 * gdb.base/exprs.exp: Test casts to a pointer including over and
889bf7c5 27205 underflow.
4f823a66 27206
2391e11d
AC
27207Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
27208
27209 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
889bf7c5 27210 and the compilers sizes.
2391e11d 27211
54602222
ND
272122000-07-09 Nick Duffek <nsd@redhat.com>
27213
27214 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
27215 (use_methods): New function.
27216 (main): Call use_methods().
27217 * gdb.c++/classes.exp (test_method_param_class): New procedure.
27218 (do_tests): Call test_method_param_class.
27219
2bec0572
ND
272202000-07-09 Nick Duffek <nsd@redhat.com>
27221
27222 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
27223 spelling.
27224 (test_enums): New procedure. Move enum tests from end of script
27225 to here. Set breakpoint on function name instead of line number.
27226 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
27227 (enums2): New marker function.
27228 (enums1): New function.
27229 (main): Call enums1(). Move enum tests to enums1().
27230
78492fde
AC
27231Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
27232
27233 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
889bf7c5 27234 compile/link program. Update line numbers.
78492fde
AC
27235 * gdb.asm/d10v.inc: Define ``startup''.
27236 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 27237
49a2cef8
AC
27238Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
27239
27240 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
27241
3e6c8688
EZ
272422000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27243
27244 * gdb.base/maint.exp: Add 'maint print architecture' item to output
889bf7c5 27245 of 'help maint print' command.
3e6c8688 27246
9ff5cbe9
AC
27247Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
27248
27249 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
889bf7c5 27250 they use gdb_expect_list.
9ff5cbe9 27251
17c579bd
AC
27252Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
27253
27254 * gdb.base/commands.exp: Use ``set remote
889bf7c5
PA
27255 memory-read-packet-size'' instead of ``set endian big'' to test
27256 long commands.
17c579bd 27257
e6d71bf3
DB
272582000-06-03 Daniel Berlin <dan@cgsoftware.com>
27259
27260 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 27261 g++, and stop skipping them.
e6d71bf3
DB
27262
27263 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
27264 work under g++.
27265
d63a86f8 27266 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
27267 initialization.
27268
dc96c6c7 272692000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
27270
27271 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
27272 the regular expression: accept an (almost) arbitrary sequence of
27273 "frames-invalid" and "breakpoints-invalid" messages both before
27274 and after the "starting" message.
27275
dc96c6c7 272762000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
27277
27278 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 27279
dc96c6c7 272802000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
27281
27282 * gdb.base/annota1.exp (annotate-signal-handler-caller):
27283 Relax the regular expression a little, make it pass on Solaris 8.
27284
8216cda9
KB
272852000-05-12 Kevin Buettner <kevinb@redhat.com>
27286
27287 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 27288 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
27289 Instead, it is permissible for gdb to stop on the line of the
27290 call itself.
27291
1a570b2f
MS
272922000-05-12 Michael Snyder <msnyder@.cygnus.com>
27293
27294 * gdb.base/break.exp (bp on small function, optimized file):
27295 Add a second pass pattern. The behavior differs here between stabs
27296 and dwarf for one-line functions. Stabs preserves two line symbols
27297 (one before the prologue and one after) with the same line number,
27298 but dwarf regards these as duplicates and discards one of them.
27299 Therefore the address after the prologue (where the breakpoint is)
27300 has no exactly matching line symbol, and GDB reports the breakpoint
27301 as if it were in the middle of a line rather than at the beginning.
27302
dc96c6c7 273032000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 27304
d63a86f8 27305 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
27306 rather than "send_gdb" (for consistancy).
27307
7d418785
AC
27308Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
27309
27310 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
27311 * gdb.c++/templates.cc: Properly check for GCC version number.
27312 * lib/compiler.cc: Likewise
27313
dc96c6c7 273142000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 27315
d63a86f8 27316 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
27317 gdb may not stop at the first line of main, due to code motion.
27318
dc96c6c7 273192000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
27320
27321 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
27322 This test depends on parsing the printf output from the target.
27323 Since the sparclet stub doesn't do stdio, this will never work.
27324 * gdb.base/call-rt-st.exp: ditto.
27325 * gdb.base/call-strs: ditto.
27326
dc96c6c7 273272000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
27328
27329 * gdb.base/miscexprs.exp: make sizeof long array test portable.
27330
27331 * gdb.base/ending-run.exp: After connecting to a remote target,
27332 but before running, the target will appear to be in a random
27333 location. Specify both a file and a line for breakpoints.
27334 Also, the function that calls main may be called 'init'
27335 rather than 'start'.
27336
a5a51225
EZ
273372000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27338
27339 * gdb.base/help.exp: Update output for add-symbol-file command.
27340
7930cc7c
FN
273412000-04-10 Fernando Nasser <fnasser@cygnus.com>
27342
27343 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
27344 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
27345
23e37ab1
C
273462000-04-07 J.T. Conklin <jtc@redback.com>
27347
e93c542c
C
27348 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
27349
23e37ab1
C
27350 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
27351
591b8fa3
PDM
27352Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
27353
27354 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
889bf7c5 27355 values that can be represented exactly.
591b8fa3
PDM
27356 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
27357 above change, and to not check against the directory part of the source
27358 file name.
27359 (step into print_long_arg_list): Likewise.
27360 (print print_small_structs from print_long_arg_list): Likewise.
27361 (print print_long_arg_list): Likewise.
27362
7a495180
EZ
273632000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27364
30b53638 27365 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 27366
beb998c6
AC
27367Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
27368
27369 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
27370
1c689132
DB
273712000-03-25 Daniel Berlin <dan@cgsoftware.com>
27372
27373 * gdb.base/commands.exp (deprecated_command_test): Add test for
27374 deprecate with no arguments.
27375
c1790a9d
JL
273762000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
27377
27378 * gdb.base/break.exp: Add new test for setting breakpoints on
27379 optimized code so we can test breakpoints work even when function
27380 prologues may be optimized away
27381
003ba290
FN
273822000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
27383
27384 From David Whedon <dwhedon@gordian.com>
a9c64011 27385 * gdb.base/commands.exp : Added command deprecator tests.
003ba290 27386
6837a0a2
DB
273872000-03-22 Daniel Berlin <dan@cgsoftware.com>
27388
27389 * gdb.base/help.exp: Added test for new apropos command.
27390
b9593231
KB
273912000-03-21 Kevin Buettner <kevinb@redhat.com>
27392
27393 * gdb.base/pointers.c (usevar): New function.
27394 (main): Make sure that global variables v_int_pointer2, rptr,
27395 and y are all referenced someplace in the program by calling
27396 usevar() on them. [Some linkers delete symbols which are
27397 never referenced. The space remains, but there's no way to
27398 get a (symbolic) handle on the variable from the debugger.]
27399
751a959b
EZ
274002000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27401
27402 * gdb.base/printcmds.c: Add typedeffed arrays.
27403
27404 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
889bf7c5 27405 procedure to test arrays that are typedef'd.
751a959b 27406
73a93a32
JI
274072000-03-13 James Ingham <jingham@leda.cygnus.com>
27408
27409 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 27410 the library directories.
73a93a32 27411
fb40c209
AC
27412Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
27413
27414 * configure.in (configdirs): Add sub directory gdb.mi.
27415 * configure: Re-generate.
27416
27417 * gdb.mi: New directory.
d63a86f8 27418
ee4dd2c9
AC
274192000-02-25 Scott Bambrough <scottb@netwinder.org>
27420
27421 * gdb.base/long_long.exp: Correct test suite failure when printing
889bf7c5 27422 a long long value as a double on ARM platforms.
ee4dd2c9 27423
70f0cc22
JB
274242000-02-16 Jim Blandy <jimb@redhat.com>
27425
27426 * gdb.base/break.exp ("breakpoint line number"): Make sure the
27427 default source file is set properly before running this test.
27428
853819b8
EZ
274292000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27430
27431 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
889bf7c5 27432 gdbtk/library directory, not in gdbtcl2.
853819b8 27433
dfcd3bfb
JM
274342000-02-04 Jim Blandy <jimb@redhat.com>
27435
27436 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
27437 backslash from regexp pattern.
27438
27439 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
27440 procedure. Use it to run all the "continue to bp overloaded"
27441 tests. Note that this changes the names of the tests slightly.
27442 If the breakpoint hit message includes a hex PC value, because
27443 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
27444 from the real source code, still consider that a pass.
27445
27446 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
27447 XFAIL here if the breakpoint message contains a hex address. Note
27448 similar change on 1999-11-02.
27449
27450 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
27451
27452 * gdb.base/ptype.exp: Establish a default source file before
27453 calling get_debug_format.
27454
274552000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
27456
27457 * gdb.base/watchpoint.exp: Remove duplication of test messages.
27458
8b93c638
JM
274592000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
27460
27461 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
27462 of successive stepi commands -- while in the prologue we should see
27463 the function entry bracket.
27464
274652000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
27466
27467 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
27468 reach __change_mode() when stepping through the end of main().
27469
c5394b80
JM
274702000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
27471
27472 * gdb.base/default.exp: Fix expected pattern.
27473 * gdb.base/help.exp: Same.
27474
0d06e24b
JM
274752000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27476
27477 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
889bf7c5 27478 Don't use xfail's because that affects only the following test.
d63a86f8 27479
0d06e24b 27480 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
889bf7c5 27481 solaris or linux.
0d06e24b
JM
27482
27483 * gdb.base/selftest.exp: Update to reflect changes to main.c.
27484
dc96c6c7 274852000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 27486
d63a86f8 27487 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
27488 "A syntax error" rather than "A parse error". Accept both.
27489
274902000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
27491
27492 * gdb.base/default.exp: Remove OS dependent string from "target
27493 remote" test.
27494 * gdb.base/help.exp: Same for "help target remote" test.
27495
c3f6f71d
JM
274962000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27497
27498 From Jim Kingdon <kingdon@redhat.com>:
27499
27500 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
889bf7c5
PA
27501 prompt (cleanup rather than necessity, but still might keep output
27502 from spilling to next test).
c3f6f71d
JM
27503
275042000-01-02 Fred Fish <fnf@cygnus.com>
27505
27506 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
27507 AIX, which defines them in <sys/types.h>.
27508
ed9a39eb 275091999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 27510
ed9a39eb 27511 * gdb.base/default.exp: Match arm* etc instead of arm in "info
889bf7c5 27512 float" test.
ed9a39eb
JM
27513
275141999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 27515
ed9a39eb 27516 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
27517
27518 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
27519 outermost frame disallowed".
27520
275211999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
27522
27523 * gdb.base/setvar.exp: New tests for setting the value of a struct
27524 with a constant list.
27525
275261999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
27527
27528 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
27529 require the user to type a cast before setting the value of a struct.
27530
de57eccd
JM
275311999-12-06 Jim Blandy <jimb@cygnus.com>
27532
27533 * gdb.base/default.exp: Expect the new 'info float' command on
27534 all i386 platforms.
27535
27536 * gdb.threads/linux-dp.exp: Expand our ability to recognize
27537 LinuxThreads libraries that don't support debugging.
27538
c2d11a7d
JM
27539Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
27540
27541 * gdb.base/remote.c: Fill the buffer with truely random data.
889bf7c5
PA
27542 Change the buffer type to ``unsigned char'' to simplify size
27543 arithmetic.
c2d11a7d
JM
27544
27545 * gdb.base/remote.exp: Reduce download numbers by one. Typical
889bf7c5
PA
27546 stub only handles 400-1 byte packets. Verify that the download
27547 worked.
c2d11a7d
JM
27548
275491999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
27550
27551 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
27552 tests, using UNRESOLVED for the untested cases. Also, does not wait
27553 for a timeout if the prompt was received before a recognizable pattern.
27554
275551999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
27556
27557 * lib/gdb.exp (gdb_expect_list): Fix spelling.
27558
275591999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27560
27561 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
889bf7c5 27562 watchpoints.
c2d11a7d
JM
27563
275641999-11-24 Jason Merrill <jason@casey.cygnus.com>
27565
27566 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
27567
27568 * gdb.c++/local.exp: Be more flexible in recognizing local class
27569 name mangling. Don't allow horribly truncated method names.
27570 * gdb.c++/derivation.exp: Expect protected inheritance.
27571 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
27572 * gdb.c++/virtfunc.exp: Likewise.
27573 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
27574 when printing a nested enum.
27575
275761999-11-22 Jim Blandy <jimb@cygnus.com>
27577
27578 * gdb.base/step-test.exp: Properly await GDB's response to setting
27579 a breakpoint on the call to large_struct_by_value.
27580
27581 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
27582 just because we have debug info for the `start' function.
27583
275841999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
27585
27586 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
27587 "Unknown signal" messages, which indicate (on LinuxThreads) that
27588 GDB doesn't know how to debug threads on this system. This is
27589 better than hanging while philosopher 0 dumps chatter into gdb.log.
27590
275911999-11-18 Tom Tromey <tromey@cygnus.com>
27592
27593 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
27594
275951999-11-18 Fred Fish <fnf@cygnus.com>
27596
27597 * gdb.base/coremaker2.c: Add sample program for generating
27598 cores that is more self contained than coremaker.c. Eventually
27599 I'll add more code to this and tie it into the testsuite.
27600
4ce44c66
JM
276011999-11-12 Stan Shebs <shebs@andros.cygnus.com>
27602
27603 * gdb.base/dollar.exp: Remove, now in gdb.hp.
27604
276051999-11-10 Jimmy Guo <guo@cup.hp.com>
27606
27607 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
889bf7c5 27608 from $srcdir/lib/.
4ce44c66 27609 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
889bf7c5 27610 and gdb.c++/.
4ce44c66
JM
27611
27612 * gdb.c++/derivation.exp: remove redundant get compiler info code.
27613
d63a86f8 27614 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
27615 'continue with watch' test point.
27616
276171999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
27618
27619 Merged from p2linux-990323-branch:
d63a86f8 27620
4ce44c66
JM
27621 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
27622
11cf8741
JM
27623Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
27624
27625 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
889bf7c5 27626 {limit,fixed}''. Test ``set download-write-size''.
11cf8741
JM
27627
27628Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
27629
27630 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
889bf7c5 27631 gdb_expect_list.
11cf8741
JM
27632
27633Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
27634
27635 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
27636
276371999-11-03 Mark Salter <msalter@cygnus.com>
27638
27639 * gdb.base/break.exp: Fix "stub continue" pattern.
27640
276411999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
27642
27643 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
27644
276451999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
27646
27647 * gdb.base/display.exp ("finish"): Add timeout clause.
27648
27649 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
27650 plain prompt clause, so this doesn't have to time out in order to
27651 fail.
27652
27653 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
889bf7c5 27654 breakpoint hit messages include an address.
11cf8741
JM
27655
27656 * gdb.base/display.exp: Don't forget to escape parens in regular
27657 expressions. Unix regexp notatation sucks.
27658
276591999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27660
27661 * gdb.base/annota1.exp: Test for annotate-signalled: change output
889bf7c5 27662 order for 'signalled' message.
11cf8741 27663
5c44784c
JM
276641999-11-01 Stan Shebs <shebs@andros.cygnus.com>
27665
27666 From Jimmy Guo <guo@cup.hp.com>:
27667 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
27668 * gdb.base/annota1.c: Add code for tests to work with.
27669
276701999-10-26 Frank Ch. Eigler <fche@cygnus.com>
27671
27672 * gdb.base/remote.exp: New test for remote downloading settings.
27673 * gdb.base/remote.c: New file with large .data.
27674
917317f4
JM
276751999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
27676
27677 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
27678 for LinuxThreads support, merged from the Code Fusion branch.
27679
27680Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
27681
27682 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
889bf7c5
PA
27683 containing exp_continue into a while within an expect. Don't
27684 attempt a start more than three times. Check return value from
27685 gdb_load.
d63a86f8 27686
2df3850c
JM
27687Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
27688
27689 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
889bf7c5 27690 a pass case.
2df3850c 27691
2acceee2
JM
276921999-10-01 Kevin Buettner <kevinb@cygnus.com>
27693
27694 * gdb.base/break.c (main): Added a statement that we can step
27695 off of.
27696 * gdb.base/break.exp: Added tests for setting a breakpoint
27697 at an offset and stepping onto a breakpoint.
27698
276991999-10-01 Fred Fish <fnf@cygnus.com>
27700
d63a86f8 27701 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
27702 gdb output.
27703
c2c6d25f
JM
277041999-09-18 Jim Blandy <jimb@cris.red-bean.com>
27705
27706 * gdb.base/break.exp: Code locations are in hex, don't forget!
27707 (For HP-UX.)
27708
277091999-09-17 Stan Shebs <shebs@andros.cygnus.com>
27710
27711 * condbreak.exp: Use break.c as test program.
27712 * condbreak.c: Remove, redundant with break.c.
27713
277141999-09-15 Stan Shebs <shebs@andros.cygnus.com>
27715
27716 * config/monitor.exp (gdb_target_monitor): Disable X- and
889bf7c5 27717 Z-packets if the target needs it.
c2c6d25f
JM
27718
277191999-09-13 James Ingham <jingham@leda.cygnus.com>
27720
27721 * gdb.c++/overload.exp: Added tests for listing overloaded
27722 functions with function pointers in the arg, explicitly calling
27723 out the version you want.
27724
cff3e48b
JM
277251999-09-09 Stan Shebs <shebs@andros.cygnus.com>
27726
27727 * long_long.exp: Add variations of test cases that work for
27728 targets with 16-bit ints and 32-bit doubles.
27729
d4f3574e
SS
277301999-09-08 Stan Shebs <shebs@andros.cygnus.com>
27731
27732 * break.c (main): Compare a possibly-uninitialized argc with an
27733 unlikely value that fits in 16 bits.
27734
277351999-09-07 Stan Shebs <shebs@andros.cygnus.com>
27736
27737 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
27738 0xfeeb, don't want negative numbers if ints are 16 bits.
27739
27740 * lib/gdb.exp (skip_cplus_tests): New proc.
27741 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
889bf7c5
PA
27742 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
27743 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
27744 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
27745 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
27746 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
27747 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
27748 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
d4f3574e
SS
27749
27750 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
27751
27752Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
27753
27754 * gdb.base/corefile.exp (up): Allow a parameter to appear
27755 in the frame that we're going up to.
27756
27757 From Jim Blandy <jimb@cygnus.com>:
27758
27759 * gdb.base/default.exp (info float): Expect some output now.
27760
27761 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
27762 returning floating-point values to fail on the x86.
27763 * gdb.base/callfwmall.exp (do_function_calls): Same.
27764
27765 * gdb.base/list.exp (test_listsize): Correct expectations for
27766 listing line 1 with listsize 2. Also, listing a single line
27767 works now, as does listing three lines. [Kevin's note: There
27768 were a number of other cases fixed too where the expectations
27769 differed...]
27770
277711999-09-02 Stan Shebs <shebs@andros.cygnus.com>
27772
27773 * gdb.base/selftest.exp: Add case for when version prints as
27774 constant string instead of char pointer.
27775
104c1213
JM
277761999-08-25 Stan Shebs <shebs@andros.cygnus.com>
27777
27778 * gdb.base/ending-run.exp: Add Solaris case for what happens when
889bf7c5 27779 stepping out of main.
104c1213
JM
27780
27781 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
27782 G++ used.
27783
27784 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
889bf7c5 27785 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
104c1213
JM
27786
27787 * gdb.c++/ovldbreak.exp: Update match string in test that
27788 includes a warning of multiple breakpoints.
27789
277901999-08-24 Stan Shebs <shebs@andros.cygnus.com>
27791
27792 * gdb.base/display.exp: Improve precision of step-after-finish
27793 added yesterday.
27794
27795 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
889bf7c5 27796 test.
104c1213
JM
27797
27798 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
27799 configs when using G++, not just hppa*.
27800
278011999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27802
27803 * gdb.base/async.c: New file.
27804 * gdb.base/async.exp: New file.
27805
27806Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
27807
27808 * gdb.base/break.exp: Tweak PA specific tests to properly handle
27809 PA64.
27810
53a5351d
JM
27811Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
27812
104c1213
JM
27813 * gdb.base/display.exp: "finish" can leave us mid-line on many
27814 targets, deal with it. Add a small constant to main, instead of
27815 1000 since main+1000 may not be a valid address in the target.
27816
53a5351d
JM
27817 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
27818 on hpux11.
27819
27820 * gdb.base/attach.exp: Handle another hpux11 error message variant
27821 when attaching to a process that does not exist.
27822
278231999-08-19 J.T. Conklin <jtc@redback.com>
27824
27825 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
889bf7c5 27826 characters in 'continue to 1241' test.
53a5351d
JM
27827
278281999-08-17 Stan Shebs <shebs@andros.cygnus.com>
27829
27830 * gdb.base/call-ar-st.exp: Add a shorter match case for the
27831 stop in print_long_arg_list, define and use a whitespace
27832 variable in print_small_structs test, add an XFAIL for Solaris.
27833 * gdb.base/dbx.exp: XFAIL func commands until somebody is
27834 interested enough to fix.
27835
7be570e7
JM
278361999-08-13 Keith Seitz <keiths@cygnus.com>
27837
27838 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
27839 (dbx_gdb_load): Remove. Use gdb_load instead, since that
27840 proc knows about targets other than the natives.
27841 (test_assign): Use "gdb_run_cmd" to "run" the target.
27842 Check that we've actually hit the breakpoint at main.
27843 When we attempt to assign a value to a local variable, check
27844 that the variable is in the current scope, i.e., don't use
27845 a test with an empty result.
27846
27847Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
27848
27849 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
889bf7c5 27850 command.
7be570e7
JM
27851
278521999-08-09 Stan Shebs <shebs@andros.cygnus.com>
27853
27854 From Jimmy Guo <guo@cup.hp.com> and others at HP:
27855 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
27856 gdb.compat, gdb.threads-hp.
27857 gdb.hp/configure, gdb.hp/configure.in: New files.
27858 gdb.hp/Makefile.in: Recurse into new subdirs.
27859 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
27860 gdb.hp/gdb.objdbg: New directory, tests for debugging info
27861 in object files.
27862 gdb.hp/tools: New directory, aux tools for HP-specific tests.
27863
96baa820
JM
278641999-08-05 Stan Shebs <shebs@andros.cygnus.com>
27865
27866 * gdb.base/display.exp: Help expect by putting a newline in the
889bf7c5 27867 funky printf, remove a bogus p/a test.
96baa820
JM
27868
278691999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27870
27871 * gdb.base/display.exp: Make sure that when we say 'run', we are
889bf7c5
PA
27872 connected to the target. This is necessary when running not
27873 natively.
96baa820
JM
27874
278751999-08-03 Stan Shebs <shebs@andros.cygnus.com>
27876
27877 * gdb.base/step-test.exp: Removed some extraneous messages.
27878
27879 * gdb.base/long_long.exp: Don't run memory examination tests
27880 on little-endian targets (they will need a different set of
27881 results to match).
27882
278831999-08-02 Stan Shebs <shebs@andros.cygnus.com>
27884
27885 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
27886 until somebody decides to fix GDB.
27887
27888 * gdb.base/long_long.c: Stop compiler complaint by specifying long
889bf7c5 27889 constant as "ULL".
96baa820
JM
27890 * gdb.base/long_long.exp: Loosen x/c test, add partial result
27891 matches for a couple x/2 commands.
27892
a0b3c4fd
JM
278931999-07-30 Stan Shebs <shebs@andros.cygnus.com>
27894
27895 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
27896 by merging in ref-types2 tests.
27897 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
27898
27899 From Jimmy Guo <guo@cup.hp.com> and others at HP:
27900 * gdb.c++/Makefile.in: Add standard actions.
27901 (EXECUTABLES): Rename from PROGS, update list.
27902 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
27903 from gdb.hp.
27904 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
27905 foo and bar locals.
27906 * gdb.c++/anon-union.exp: Fix tests to match.
27907 * gdb.c++/classes.exp: Run if HP compiler used, add extra
27908 expect matches to handle output variations.
27909 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
27910 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
889bf7c5 27911 output, add HP alternatives for new and delete prints.
a0b3c4fd 27912 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
889bf7c5 27913 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
a0b3c4fd
JM
27914 * gdb.c++/demangle.exp: Use $style when reporting failure.
27915 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
27916 * gdb.c++/inherit.exp: Run if HP compiler used, add some
27917 match alternatives.
27918 * gdb.c++/local.exp: Add match alternatives or xfails for HP
889bf7c5 27919 compilers.
a0b3c4fd
JM
27920 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
27921 * gdb.c++/method.exp: Add match alternatives.
27922 * gdb.c++/misc.cc: Add bool types.
27923 * gdb.c++/misc.exp: Add tests for bool types.
27924 * gdb.c++/overload.exp: Add xfails.
27925 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
27926 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
27927 add some more template parameter tests (only for HP currently).
27928 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
27929 * gdb.c++/virtfunc.cc: Add return type and value for main.
27930 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
27931 match alternatives.
d63a86f8 27932
a0b3c4fd
JM
279331999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27934
27935 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
27936
279371999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
27938
27939 * gdb.base/signals.exp: Don't expect getting a backtrace from
27940 within a signal handler to fail on Linux.
27941
279421999-07-29 Stan Shebs <shebs@andros.cygnus.com>
27943
27944 From Jimmy Guo <guo@cup.hp.com> and others at HP:
27945 * lib/gdb.exp: Remove some gratuitious semicolons.
27946 (delete_breakpoints): Increase timeout.
27947 (gdb_expect): Add -notransfer option.
27948 (gdb_test): Use -notransfer option.
27949 (get_compiler_info): Add f77 case.
27950 (get_compiler): New proc, split out from gdb_preprocess, add f77
889bf7c5 27951 case.
a0b3c4fd
JM
27952 (gdb_preprocess): Call get_compiler.
27953
27954 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
27955 * gdb.base/attach.exp, gdb.base/display.exp,
889bf7c5
PA
27956 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
27957 gdb.base/long_long.exp, gdb.base/printcmds.exp,
27958 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
27959 third arg to gdb_test.
a0b3c4fd
JM
27960 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
27961 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
889bf7c5 27962 HP-UX xfails, add others.
a0b3c4fd
JM
27963 * gdb.base/completion.exp: Reflect name change of self-test.
27964 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
889bf7c5
PA
27965 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
27966 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
27967 HP failure number.
a0b3c4fd
JM
27968 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
27969 useless HP-UX 10.30 references.
27970 * gdb.base/maint.exp: Loosen matches.
27971 * gdb.base/pointers.c (main): Declare more_code.
27972 * gdb.base/pointers.exp: Match on output of a `next'.
27973 * gdb.base/structs.c: Add prototypes.
27974 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
27975 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
27976
279771999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27978
27979 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
889bf7c5 27980 command.
a0b3c4fd
JM
27981
279821999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27983
27984 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
27985 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
27986
27987 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
27988 debug info. Deal with lack of signal hanlder info in stack.
27989
a9c64011 27990 From Jim Kingdon <kingdon@redhat.com>:
a0b3c4fd
JM
27991 * gdb.base/annota1.exp: If printf has debug info, deal with it.
27992
5a2468f5
JM
279931999-07-19 Stan Shebs <shebs@andros.cygnus.com>
27994
27995 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
889bf7c5 27996 gdb.base/foll-vfork.exp: Don't run for crosses.
5a2468f5 27997
adf40b2e
JM
27998Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
27999
28000 * gdb.base/configure.in: Check for gdbvars.exp instead of
889bf7c5 28001 a1-selftest.exp.
adf40b2e
JM
28002 * gdb.base/configure: Re-generate.
28003
280041999-07-12 Stan Shebs <shebs@andros.cygnus.com>
28005
28006 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
28007 in trying to run first and name is too long.
28008
28009 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
28010 pointers2.c and pointers2.exp, respectively.
28011 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
28012 doschk happier.
28013
43e526b9
JM
280141999-07-08 Stan Shebs <shebs@andros.cygnus.com>
28015
28016 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
28017 callfuncs2.c and callfuncs2.exp.
28018
28019 * gdb.base/list.exp: Remove mistaken xfails.
28020 * gdb.base/list0.h: Add optional prototypes.
28021
9846de1b
JM
28022Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
28023
a9c64011 28024 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
889bf7c5 28025 calling malloc.
a9c64011
AS
28026 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
28027 * ptype.exp: Move test for get_debug_format to before its first
889bf7c5 28028 use.
9846de1b
JM
28029
280301999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28031
28032 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
28033 * gdb.base/annota2.cc, annota2.exp: Move from here.
28034 * gdb.c++/annota2.cc, annota2.exp: To here.
28035 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
28036
43ff13b4
JM
28037Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
28038
28039 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
889bf7c5 28040 a consistent format.
43ff13b4 28041
085dd6e6
JM
280421999-06-25 Stan Shebs <shebs@andros.cygnus.com>
28043
28044 From Jimmy Guo <guo@cup.hp.com> and others at HP:
28045 * lib/gdb.exp (get_compiler_info): Add detection for assorted
28046 HP compilers, also set the globals $true and $false.
28047
28048 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
889bf7c5
PA
28049 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
28050 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
28051 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
28052 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
28053 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
28054 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
28055 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
28056 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
28057 whatis.c} Add C++ compatible function definitions and return
28058 types, add includes for library functions.
085dd6e6
JM
28059 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
28060 * gdb.base/step-test.c (myglob): Rename from glob.
28061 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
889bf7c5
PA
28062 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
28063 files, move here from gdb.hp.
085dd6e6 28064 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
889bf7c5
PA
28065 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
28066 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
28067 Adjust line numbers in regexps.
085dd6e6
JM
28068
28069 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
28070 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
28071 instead of 0/1.
28072
28073 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
28074 foll-vfork.exp: New files, move here from gdb.hp.
28075 * gdb.base/page.exp: New file, test of pagination command.
28076
28077 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
28078 recursion test.
28079 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
28080
28081 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
889bf7c5 28082 gdb.base/solib.exp: Fix compiler invocation process.
085dd6e6
JM
28083
28084 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
889bf7c5 28085 HP-UX 11, turn off overload resolution explicitly.
085dd6e6 28086 * gdb.base/commands.exp: Set argument list explicitly, add
889bf7c5 28087 watchpoint test.
085dd6e6
JM
28088 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
28089 them work.
28090 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
28091 expressions properly.
28092 * gdb.base/corefile.exp: Loosen the match slightly.
28093 * gdb.base/default.exp: Allow "Error accessing memory" message
28094 also.
28095 * gdb.base/display.exp: Skip over x/0 j if PA64.
28096 * gdb.base/funcargs.exp: Add xfails for HP-UX.
28097 * gdb.base/interrupt.exp: Ditto.
28098 * gdb.base/langs.exp: Add symbolic matches governed by compiler
28099 in use.
28100 * gdb.base/list.exp: Add xfails for HP-UX.
28101 * gdb.base/long_long.exp: Refine some of the numeric matches.
28102 * gdb.base/mips_pro.exp: Xfail on HP-UX.
28103 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
28104 * gdb.base/nodebug.exp: Succeed on more varieties of output.
28105 * gdb.base/opaque.exp: Remove some HP-UX xfails.
28106 * gdb.base/ptype.exp: Succeed on more varieties of output.
28107 * gdb.base/scope.exp: Add xfails for HP-UX.
28108 * gdb.base/sect-cmd.exp: Add more cases.
28109 * gdb.base/setvar.exp: Add xfails for HP-UX.
28110 * gdb.base/shlib-call.exp: Loosen some matches slightly.
28111 * gdb.base/signals.exp: Match on void symbolically.
28112 * gdb.base/step-test.exp: Add case for PA64.
28113 * gdb.base/term.exp: Add exit and restart.
28114 * gdb.base/twice.exp: Clean up after self.
28115 * gdb.base/varargs.exp: Disable overload resolution explicitly.
28116 * gdb.base/whatis.exp: Allow more ways to pass tests.
28117
28118 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
889bf7c5 28119 no longer useful.
085dd6e6
JM
28120
28121Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
28122
28123 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
889bf7c5 28124 list of patterns.
085dd6e6 28125 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
889bf7c5
PA
28126 print_double_array(double_array)", "continuing to breakpoint
28127 1018", "print print_double_array(array_d)" and "continuing to
28128 1034" tests.
d63a86f8 28129
085dd6e6
JM
281301999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
28131
a9c64011 28132 * Makefile.in: Add empty html and install-html targets.
085dd6e6
JM
28133
281341999-06-24 Stan Shebs <shebs@andros.cygnus.com>
28135
28136 * config/mt-*: Remove, these haven't been used since 1996.
28137
281381999-06-22 Stan Shebs <shebs@andros.cygnus.com>
28139
28140 * gdb.base/call-strs.c, gdb.base/ending-run.c,
889bf7c5 28141 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
085dd6e6
JM
28142 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
28143
9e0b60a8
JM
281441999-06-18 Stan Shebs <shebs@andros.cygnus.com>
28145
28146 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
28147 simpler match case for the ptype of the big class.
28148
281491999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
28150
28151 * gdb.exp: Fix test for gdb_prompt existence.
28152
281531999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
28154
28155 * gdb.exp (gdb_test): Add fail after calls to perror.
28156
281571999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
28158
28159 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
28160
281611999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
28162
28163 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
28164
0f71a2f6
JM
28165Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
28166
28167 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
889bf7c5 28168 malloc() is linked in.
0f71a2f6
JM
28169
281701999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
28171
28172 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
28173 step at end.
28174
28175 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
28176
281771999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
28178
28179 * gdb.java/jv-print.exp: New file. (Our first Java test!)
28180
cce74817
JM
28181Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
28182
28183 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
28184 * gdb.base/mips_pro.exp: Likewise.
28185
281861999-06-02 Keith Seitz <keiths@cygnus.com>
28187
28188 * gdb.c++/templates.cc: Change all "new" operators to throw
28189 an exception.
28190 * gdb.c++/cplusfuncs.cc: Likewise.
28191
28192 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
28193
28194Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
28195
28196 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
a9c64011
AS
28197 * gdb.base/ending-run.exp: When stepping out of main, accept a
28198 step into an arbitrary assembler file.
cce74817 28199
392a587b
JM
282001999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28201
d63a86f8 28202 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 28203 "breakpoint-invalid" to be printed.
6fdff2c5
PA
28204 * gdb.base/annota2.exp: Revise line number for main
28205 breakpoint. Allow any number of "frames-invalid" and
28206 "breakpoint-invalid" to be printed.
392a587b
JM
28207 * gdb.base/annota2.cc: Initialize a.x to 0.
28208
9e086581
JM
282091999-05-17 Keith Seitz <keiths@cygnus.com>
28210
6fdff2c5
PA
28211 * gdb.base/call-ar-st.exp: Skip
28212 "print print_double_array (double_array)" when "skip_float_tests" set.
28213 Ditto for "print print_double_array(array_d)",
28214 "print print_small_structs", "print print_ten_doubles", and
28215 "step into print_long_arg_list".
28216 Don't assume we can step into "print_long_arg_list": we could step
28217 into memcpy.
28218 * gdb.base/call-rt-st.exp: Don't run float-related tests when
28219 "skip_float_tests" is set: "print print_one_double(*d1)"
28220 and "print print_two_floats(*f3)".
9e086581
JM
28221 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
28222 "skip_float_tests" is set.
6fdff2c5
PA
28223 * gdb.base/varargs.exp: Skip
28224 "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)" when
28225 "skip_float_tests" set.
d63a86f8 28226
cd0fc7c3
SS
282271999-05-06 Keith Seitz <keiths@cygnus.com>
28228
28229 * gdb.base/annota2.cc: Include stdio.h.
28230
28231Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
28232
28233 * gdb.base/crossload.exp: Remove, this has been disabled ever
28234 since BFD stopped including all targets, and cross-GDB gets
28235 plenty of testing anyway.
28236 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
889bf7c5
PA
28237 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
28238 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
cd0fc7c3
SS
28239 * gdb.base/README: Remove, was doc for this.
28240 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
889bf7c5 28241 needed.
cd0fc7c3 28242
b83266a0
SS
282431999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28244
28245 * gdb.base/call-ar-st.exp: Fix one regular expression in test
28246 output.
28247
28248 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
28249 * gdb.base/annota2.exp: New file. More annotation tests.
28250 * gdb.base/annota1.c: New file. Source file for annota1.exp.
28251 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
28252
282531999-04-23 Angela Marie Thomas <angela@cygnus.com>
28254
28255 * config/cfdbug.exp: New file.
28256
7a292a7a
SS
282571999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
28258
28259 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
28260 Marcus Daniel's and Dale Hawkins's demangler crashes.
28261
28262 * gdb.c++/demangle.exp (test_gnu_style_demangling,
889bf7c5
PA
28263 test_lucid_style_demangling, test_arm_style_demangling,
28264 test_hp_style_demangling): Try Tom Tromey's core-dumping
28265 identifier under each demangling style.
7a292a7a
SS
28266
282671999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
28268
28269 * gdb.c++/demangle.exp: Include the current demangling style
28270 in all test names.
28271 (current_demangling_style): New global variable.
28272 (set_demangling_style, test_demangling_core, test_demangling,
28273 test_demangling_exact): New functions.
28274 (test_gnu_style_demangling, test_lucid_style_demangling,
28275 test_arm_style_demangling, test_hp_style_demangling): Use those,
28276 instead of calling gdb_test and gdb_test_exact directly.
28277 (catch_demangling_errors): New function, which reports errors
28278 signalled by the demangling test functions in an orderly way.
28279 (do_tests): Use catch_demangling_errors.
28280
282811999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
28282
28283 * gdb.base/signals.exp (test_handle_all_print): Use () for
889bf7c5 28284 grouping in expressions, not {}.
7a292a7a
SS
28285
28286 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
889bf7c5 28287 initialized yet.
7a292a7a
SS
28288
282891999-04-01 Stan Shebs <shebs@andros.cygnus.com>
28290
28291 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
28292 are listed.
28293
282941999-03-26 Stan Shebs <shebs@andros.cygnus.com>
28295
28296 * gdb.stabs/weird.exp: Test for CC being defined before
28297 looking at its value.
28298
282991999-03-25 Stan Shebs <shebs@andros.cygnus.com>
28300
28301 * gdb.base/call-ar-st.exp: Remove stray '#'.
28302 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
28303 "short int" and "long int".
28304 * gdb.c++/overload.cc: Cast the string added in the previous
889bf7c5 28305 change, to mollify finicky HP compiler.
7a292a7a
SS
28306 * gdb.hp/reg-test.exp (testfile): Fix file name.
28307 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 28308
7a292a7a
SS
28309 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
28310 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
28311 alternate form of enum ptype.
28312
c906108c
SS
283131999-03-23 Stan Shebs <shebs@andros.cygnus.com>
28314
7a292a7a
SS
28315 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
28316 * gdb.hp/*.exp: Change all to run compiler probe only after
889bf7c5
PA
28317 passing skip_hp_tests, so as not to waste time on guaranteed
28318 failure.
7a292a7a 28319
c906108c
SS
28320 * gdb.c++/overload.cc: Pass string instead of char addr, always
28321 init ccpfoo.
28322 * gdb.c++/templates.cc: Fix syntax error.
28323
7a292a7a
SS
28324Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28325
28326 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 28327 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
28328 command.
28329
283301999-03-18 James Ingham <jingham@cygnus.com>
28331
28332 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
28333
28334 * gdb.c++/method.exp: It was testing an uninitialized int on the
28335 stack and assuming it was positive.
28336
28337 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
28338
28339 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 28340 keep it from killing the rest of the tests.
7a292a7a
SS
28341 Use gdb_continue_to_end.
28342
28343 * gdb.base/sigall.exp: use gdb_continue_to_end.
28344
28345 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
28346
28347 * gdb.base/display.exp: use runto_main, not run.
28348
d63a86f8
RM
28349 * gdb.base/default.exp: Check for the current error message in the
28350 r abbreviation test.
7a292a7a
SS
28351 Add strongarm to the targets that know info float.
28352
d63a86f8 28353 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
28354 run which doesn't work with monitors.
28355
6fdff2c5
PA
28356 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to
28357 1034 test.
7a292a7a
SS
28358
28359 * gdb.base/break.exp: use the gdb_continue_to_end proc.
28360
6fdff2c5
PA
28361 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the
28362 end of a program. Traps the case (in Cygmon) when the program
28363 never really exits. Same as Mark's continue_to_exit, but I had
28364 put it in a lot more places, so I used my name. Sorry Mark...
7a292a7a
SS
28365
28366 * config/monitor.exp (gdb_target_monitor): added another
28367 target_info parameter: remotebinarydownload. This will set the
28368 remotebinarydownload flag if this is causing some boards trouble.
28369
283701999-03-18 Mark Salter <msalter@cygnus.com>
28371
28372 * lib/gdb.exp (continue_to_exit): New function.
28373
28374 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
28375 * gdb.base/ending-run.exp: Ditto.
28376 * gdb.base/step-test.exp: Ditto.
28377
283781999-03-16 Stan Shebs <shebs@andros.cygnus.com>
28379
28380 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
28381 (suggested by Art Haas <ahaas@neosoft.com>).
28382
283831999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
28384
889bf7c5 28385 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
7a292a7a
SS
28386
28387Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
28388
28389 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
889bf7c5 28390 descriptions of types (short unsigned int vs unsigned short, etc).
7a292a7a
SS
28391
283921999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
28393
28394 * gdb.base/call-strs.exp: Don't assume that `step' will step over
28395 a call to strlen; sometimes we do have sources.
28396
283971999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
28398
28399 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
889bf7c5 28400 character, so GDB won't print garbage after its end.
d63a86f8 28401
c906108c
SS
28402 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
28403 breakpoint there instead. Sometimes GCC emits memcpy to handle
28404 the large structures being passed by value, so we step into that
28405 instead of sum_array_print, which obscures what we're really testing.
28406 * gdb.base/step-test.exp: However, we do want a test that notices
889bf7c5
PA
28407 the bizarre steps into memcpy, so do that here. Add check for
28408 stepping into function calls that pass large structures by value.
28409 ("Is that a noun clause, or are you just happy to see me?")
c906108c
SS
28410 Remove all references to specific line numbers.
28411 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
28412 New type and function.
28413 (main): Call large_struct_by_value, passing it a large struct by value.
28414 * lib/gdb.exp (gdb_get_line_number): New function.
28415
28416 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
28417 more portable.
28418
7a292a7a
SS
284191999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
28420
c906108c
SS
28421 * lib/gdb.exp: Doc fixes.
28422
7a292a7a
SS
284231999-03-05 Nick Clifton <nickc@cygnus.com>
28424
d63a86f8 28425 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
28426
284271999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
28428
c906108c 28429 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
889bf7c5
PA
28430 commands. They're not germane to this test, and they don't work
28431 that way on remote targets.
c906108c 28432
3fc11d3e
JM
284331999-03-01 James Ingham <jingham@cygnus.com>
28434
28435 * Changelog entries merged over from gdb development branch.
28436
3fc11d3e
JM
28437 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
28438
28439 * lib/gdb.exp (gdbtk_analyze_results): Generic function
28440 for outputting results of test run.
28441
2d4a1622 28442 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
28443
28444 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 28445
7a292a7a
SS
284461999-02-25 Felix Lee <flee@cygnus.com>
28447
28448 * lib/gdb.exp (debug_format): initialize
28449
c906108c
SS
284501999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
28451
28452 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
28453 * gdb.base/call-rt-st.c: Ditto.
28454
c906108c
SS
284551999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
28456
28457 * gdb.threads/pthreads.exp (horiz): New variable.
28458 (test_startup): Fix regexps that capture thread numbers.
28459
284601999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
28461
28462 * gdb.base/smoke.exp: Disambiguate two test case names (both
28463 called ``print'').
28464
28465Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
28466
28467 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
889bf7c5 28468 compilation.
c906108c
SS
28469
284701999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
28471
28472 * gdb.base/miscexprs.exp: Change patterns to match GDB's
28473 actual output formatting.
28474 * gdb.base/smoke.exp: GDB removes leading 0's.
28475 * gdb.base/volatile.exp: Don't check type of remuneration;
28476 that variable is no longer defined in constvars.c.
28477 * gdb.base/step-test.c (main): Exit with explicit exit code.
28478 * gdb.base/step-test.exp: Remove two nexti checks--they are
28479 not portable.
28480
284811999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
28482
28483 * gdb.base/help.exp ("help delete display"): Fix test to match
28484 gdb's output.
28485
28486 * gdb.base/long_long.c (known_types): Initialize values to zero.
28487 * gdb.base/long_long.exp: Step one more line
28488 so 'dec' is initialized in "get to known place". GDB removes
a9c64011
AS
28489 leading zeros. Explicitly ask for hex formatting. Use
28490 unique test case names.
c906108c
SS
28491
28492Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28493
d63a86f8 28494 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
28495
28496 * gdb.c++/method.exp: Add missing close brace.
28497
284981999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
28499
28500 * gdb.base/maint.exp: Use 'set height 0' to disable page
28501 prompting, not 'set height 400'.
28502
28503 Fix a bunch of timeouts.
28504 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
28505 four separate tests, so expect doesn't take forever to match a ton
28506 of text against a regexp with lots of .* forms.
28507 ("maint print psymbols", "maint print symbols"): Make some of
28508 these greps more selective, so that expect doesn't try to wade
28509 through huge piles of output and time out.
28510
28511 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
28512
28513 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
889bf7c5
PA
28514 tests: one which doesn't expect shlib events to be reported, and
28515 another which does, but is XFAIL for all platforms other than
28516 HP/UX.
c906108c
SS
28517
28518 * gdb.base/break.exp: Teach the test suite that the `catch
28519 fork', `catch vfork', and `catch exec' commands produce error
28520 messages on platforms that don't provide these features.
28521
28522Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
28523
28524 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
889bf7c5
PA
28525 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
28526 (shortening names from solib_threshold.exp etc), won't run on
28527 anything but HP-UX for the foreseeable future.
c906108c 28528 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
889bf7c5 28529 reflect move.
c906108c
SS
28530
28531Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
28532
28533 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
889bf7c5 28534 gdb.trace/Makefile.in (clean): Remove all test executables.
c906108c
SS
28535
28536Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
28537
28538 * gdb.base/shlib-call.exp: add test cases to verify that gdb
28539 successfully re-sets breakpoints in shared libraries.
28540 * gdb.base/shmain.c (main): return 0, don't fall off the end.
28541
28542Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28543
d63a86f8
RM
28544 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
28545 and compiled w/o GCC.
c906108c
SS
28546
28547 * gdb.hp/watch-cmd.exp: ditto.
28548
28549 * gdb.hp/watch-hp.exp: ditto.
28550
28551 * gdb.hp/xdb1.exp: ditto.
28552
28553 * gdb.hp/xdb2.exp: ditto.
28554
28555 * gdb.hp/dbx.exp: ditto.
28556
28557Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
28558
28559 * constvars.c: Remove C++-isms.
28560 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
889bf7c5 28561 with GCC.
c906108c
SS
28562
28563Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
28564
28565 The following changes are part of the HP merge.
28566
28567 * gdb.base/break.exp: new tests to verify that catchpoints for
28568 fork, vfork, and exec don't trigger inappropriately.
28569
28570 * gdb.base/opaque.exp: compile one file at a time, then link.
28571
28572 * gdb.base/signals.exp: be more restrictive about which hppa
28573 systems receive a setup_xfail. new tests.
28574
28575 * gdb.base/solib_threshold.build: new file.
28576 * gdb.base/solib_threshold.exp: new file.
28577 * gdb.base/solib_threshold.link_opts: new file.
28578 * gdb.base/solib_threshold.mk: new file.
28579 * gdb.base/gen_solib_threshold.c: new file.
28580
28581 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
28582 tests. New tests for enums inside classes.
28583
28584 * gdb.c++/compiler.cc: indicate support of template debugging.
28585
28586 * gdb.c++/demangle.exp: run hp style demangling tests.
28587
28588 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
28589 tests.
28590
28591 * gdb.c++/misc.cc: changes to support new tests.
28592
28593 * gdb.c++/templates.cc: changes to support HP's compiler; changes
28594 to support new tests.
28595
28596 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
28597 gcc, then skip these tests.
28598
28599Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
28600
28601 The following files are part of the HP merge; some had longer
28602 names at HP, but have been renamed to be no more than 14
28603 characters in length.
28604
28605 * gdb.hp/ambiguous.cc: new file.
28606 * gdb.hp/ambiguous.exp: new file.
28607 * gdb.hp/attach.exp: new file.
28608 * gdb.hp/attach2.exp: new file.
28609 * gdb.hp/classes-hp.exp: new file.
28610 * gdb.hp/ctti.exp: new file.
28611 * gdb.hp/ctti-add.cc: new file.
28612 * gdb.hp/ctti-add1.cc: new file.
28613 * gdb.hp/ctti-add2.cc: new file.
28614 * gdb.hp/ctti-add3.cc: new file.
28615 * gdb.hp/dbx.exp: new file.
28616 * gdb.hp/exception.cc: new file.
28617 * gdb.hp/exception.exp: new file.
28618 * gdb.hp/foll-exec.c: new file.
28619 * gdb.hp/foll-exec.exp: new file.
28620 * gdb.hp/foll-fork.c: new file.
28621 * gdb.hp/foll-fork.exp: new file.
28622 * gdb.hp/foll-vfork.c: new file.
28623 * gdb.hp/foll-vfork.exp: new file.
28624 * gdb.hp/inherit-hp.exp: new file.
28625 * gdb.hp/more-steps.exp: new file.
28626 * gdb.hp/namespace.cc: new file.
28627 * gdb.hp/namespace.exp: new file.
28628 * gdb.hp/optimize.exp: new file.
28629 * gdb.hp/pxdb.c: new file.
28630 * gdb.hp/pxdb.exp: new file.
28631 * gdb.hp/quicksort.exp: new file.
28632 * gdb.hp/reg-test.exp: new file.
28633 * gdb.hp/reg-test.s: new file.
28634 * gdb.hp/sized-enum.c: new file.
28635 * gdb.hp/sized-enum.exp: new file.
28636 * gdb.hp/start-stop.exp: new file.
28637 * gdb.hp/templ-hp.cc: new file.
28638 * gdb.hp/templ-hp.exp: new file.
28639 * gdb.hp/thr-lib.c: new file.
28640 * gdb.hp/thr-lib.exp: new file.
28641 * gdb.hp/thr-lib.h: new file.
28642 * gdb.hp/thr-liblib.c: new file.
28643 * gdb.hp/virtfun-hp.c: new file.
28644 * gdb.hp/virtfun-hp.exp: new file.
28645 * gdb.hp/watch-cmd.exp: new file.
28646 * gdb.hp/watch-hp.exp: new file.
28647 * gdb.hp/xdb1.exp: new file.
28648 * gdb.hp/xdb2.exp: new file.
28649 * gdb.hp/xdb3.exp: new file.
28650
28651Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
28652
28653 The following files are part of the HP merge; some had longer
28654 names at HP, but have been renamed to be no more than 14
28655 characters in length.
28656
28657 * gdb.base/ss.h: new file.
28658 * gdb.base/call-ar-st.c: new file.
28659 * gdb.base/call-ar-st.exp: new file.
28660 * gdb.base/call-rt-st.c: new file.
28661 * gdb.base/call-rt-st-exp: new file.
28662 * gdb.base/call-strs.exp: new file.
28663 * gdb.base/ena-dis-br.exp: new file.
28664 * gdb.base/environ.exp: new file.
28665 * gdb.base/long_long.exp: new file.
28666 * gdb.base/sect-cmd.exp: new file.
28667 * gdb.base/shlib-cl2.exp: new file.
28668 * gdb.base/smoke.exp: new file.
28669 * gdb.base/so-impl-ld.c: new file.
28670 * gdb.base/so-impl-ld.exp: new file.
28671 * gdb.base/so-indr-cl.c: new file.
28672 * gdb.base/so-indr-cl.exp: new file.
28673 * gdb.base/varargs.exp: new file.
28674 * gdb.base/volatile.exp: new file.
28675 * gdb.base/whatis-exp.exp: new file.
7a292a7a 28676 * gdb.base/display.exp: new file.
c906108c
SS
28677 * gdb.c++/derivation.exp: new file.
28678 * gdb.c++/local.exp: new file.
28679 * gdb.c++/member-ptr.exp: new file.
28680 * gdb.c++/overload.exp: new file.
28681 * gdb.c++/ovldbreak.exp: new file.
28682 * gdb.c++/ref-types.exp: new file.
28683 * gdb.c++/ref-types2.exp: new file.
28684 * gdb.c++/userdef.exp: new file.
d63a86f8 28685
c906108c
SS
28686Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
28687
28688 * gdb.base/default.exp: Reflect wording change in remote.c.
28689
dc96c6c7 28690Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28691
28692 * gdb.base/help.exp: Update to reflect current text.
28693
28694Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
28695
28696 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
28697 they're stack variables and contain garbage.
28698 * gdb.c++/anon-union.exp: new file.
28699
28700 The following changes were made by David Taylor
889bf7c5
PA
28701 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
28702 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
28703 in changes by HP.
c906108c
SS
28704
28705 * gdb.base/bitops.exp: new file.
28706 * gdb.base/default.exp: change expected messages for catch and
28707 info catch tests to reflect HP merge changes.
28708 * gdb.base/enable-disable-break.exp
28709 * gdb.base/ending-run.c: new file.
28710 * gdb.base/long_long.c: new file.
28711 * gdb.base/maint.exp: new file.
28712 * gdb.base/pointers2.exp: new file.
28713 * gdb.base/shlib-call2.exp: new file.
28714 * gdb.base/solib.exp: new file.
28715 * gdb.base/step-test.c: new file.
28716 * gdb.c++/anon-union.cc: new file.
28717 * gdb.c++/local.cc: new file.
28718 * gdb.c++/member-pointer.cc: new file.
28719 * gdb.c++/method.cc: new file.
28720 * gdb.c++/ref-types.cc: new file.
28721 * gdb.c++/ref-types2.cc: new file.
28722 * gdb.c++/userdef.cc: new file.
d63a86f8 28723
c906108c
SS
28724 * gdb.base/scope.exp: compile one file at a time, then link.
28725 * gdb.base/langs.exp: ditto.
28726 * gdb.base/list.exp: ditto.
d63a86f8 28727
c906108c
SS
28728Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
28729
28730 The following changes were made by David Taylor
889bf7c5
PA
28731 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
28732 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
28733 in changes by HP.
d63a86f8 28734
c906108c
SS
28735 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
28736 skip tests. When compiling pass c++ flag to gdb_compile.
28737 * gdb.c++/
d63a86f8 28738
c906108c
SS
28739 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
28740 test for on hppa*-*-hpux*; use args to see if c++ was specified.
28741 (skip_hp_tests): new function.
28742 (gdb_preprocess): new function.
28743
28744 * configure.in (hpdir): decide whether to configure gdb.hp.
28745 * configure: regenerated.
28746
28747 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
28748 to delete on clean.
28749 (EXECUTABLES): update to reflect new additions.
28750 * gdb.base/commands.exp: update message expected.
28751 * gdb.base/default.exp: add copyright notice.
28752 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
28753 * gdb.base/help.exp: update messages to reflect current text.
28754 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
28755 targets for recurse tests.
28756 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
28757 skip this file.
28758
28759 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
28760 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
28761 compilation.
28762 * gdb.c++/misc.exp: ditto.
28763 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
28764 run the tests. tell gdb_compile that it's a c++ compilation.
28765
28766 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 28767
c906108c
SS
28768 * gdb.base/all-bin.exp: new file.
28769 * gdb.base/arithmet.exp: new file.
28770 * gdb.base/assign.exp: new file.
28771 * gdb.base/completion.exp: new file.
28772 * gdb.base/cond-expr.exp: new file.
28773 * gdb.base/condbreak.exp: new file.
28774 * gdb.base/define.exp: new file.
28775 * gdb.base/dollar.exp: new file.
28776 * gdb.base/environment.exp: new file.
28777 * gdb.base/eval-skip.exp: new file.
28778 * gdb.base/jump.exp: new file.
28779 * gdb.base/logical.exp: new file.
28780 * gdb.base/pointers.exp: new file.
28781 * gdb.base/relational.exp: new file.
28782 * gdb.base/section_command.exp: new file.
28783 * gdb.base/whatis-expr.exp: new file.
28784
28785 * gdb.base/all-types.c: new file.
28786 * gdb.base/call-array-struct.c: new file.
28787 * gdb.base/call-return-struct.c: new file.
28788 * gdb.base/call-strings.c: new file.
28789 * gdb.base/callfuncs2.c: new file.
28790 * gdb.base/condbreak.c: new file.
28791 * gdb.base/constvars.c: new file.
28792 * gdb.base/display.c: new file.
28793 * gdb.base/int-type.c: new file.
28794 * gdb.base/jump.c: new file.
28795 * gdb.base/miscexprs.c: new file.
28796 * gdb.base/pointers.c: new file.
28797 * gdb.base/pointers2.c: new file.
28798 * gdb.base/shmain.c: new file.
28799 * gdb.base/shr1.c: new file.
28800 * gdb.base/shr2.c: new file.
28801 * gdb.base/solib.c: new file.
28802 * gdb.base/solib1.c: new file.
28803 * gdb.base/solib2.c: new file.
28804 * gdb.base/varargs.c: new file.
28805 * gdb.c++/derivation.cc: new file.
28806 * gdb.c++/overload.cc: new file.
28807 * gdb.c++/ovldbreak.cc: new file.
28808 * gdb.hp/attach.c: new file.
28809 * gdb.hp/attach2.c: new file.
28810 * gdb.hp/average.c: new file.
28811 * gdb.hp/compiler.c: new file.
28812 * gdb.hp/compiler.cc: new file.
28813 * gdb.hp/execd-program.c: new file.
28814 * gdb.hp/follow-exec.c: new file.
28815 * gdb.hp/follow-fork.c: new file.
28816 * gdb.hp/follow-vfork-and-exec.c: new file.
28817 * gdb.hp/misc-hp.cc: new file.
28818 * gdb.hp/more-steps.c: new file.
28819 * gdb.hp/optimize.c: new file.
28820 * gdb.hp/quicksort.c: new file.
28821 * gdb.hp/run-hp.c: new file.
28822 * gdb.hp/start-stop.c: new file.
28823 * gdb.hp/sum.c: new file.
28824 * gdb.hp/templates-hp.cc: new file.
28825 * gdb.hp/thread-local-in-lib.c: new file.
28826 * gdb.hp/thread-local-in-lib.h: new file.
28827 * gdb.hp/thread-local-in-lib.lib.c: new file.
28828 * gdb.hp/vforked-program.c: new file.
28829 * gdb.hp/virtfunc-hp.cc: new file.
28830 * gdb.hp/watchpoint-hp.c: new file.
28831 * gdb.hp/xdb.c: new file.
28832 * gdb.hp/xdb0.c: new file.
28833 * gdb.hp/xdb0.h: new file.
28834 * gdb.hp/xdb1.c: new file.
28835
28836Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
28837
28838 The following change was made by Edith Epstein
889bf7c5
PA
28839 <eepstein@cygnus.com> as part of a project to merge in changes
28840 originally made by HP; HP did not create ChangeLog entries.
c906108c
SS
28841
28842 * gdb.c++/demangle.exp: changed the expected output for some
28843 ARM-style mangling -- removed second reference to datatype.
889bf7c5 28844 For example, maint demangle __dt__11T1__pt__2_cFv
a9c64011 28845 T1<char>::~T1<char>(void)
c906108c 28846 becomes,
a9c64011
AS
28847 maint demangle __dt__11T1__pt__2_cFv
28848 T1<char>::~T1(void)
c906108c 28849
889bf7c5 28850 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 28851
c906108c
SS
28852Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
28853
28854 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
28855 * gdb.trace/backtrace.exp: Likewise.
28856 * gdb.trace/circ.exp: Likewise.
28857 * gdb.trace/collection.exp: Likewise.
28858 * gdb.trace/deltrace.exp: Likewise.
28859 * gdb.trace/infotrace.exp: Likewise.
28860 * gdb.trace/limits.exp: Likewise.
28861 * gdb.trace/packetlen.exp: Likewise.
28862 * gdb.trace/passc-dyn.exp: Likewise.
28863 * gdb.trace/passcount.exp: Likewise.
28864 * gdb.trace/report.exp: Likewise.
28865 * gdb.trace/save-trace.exp: Likewise.
28866 * gdb.trace/tfind.exp: Likewise.
28867 * gdb.trace/tracecmd.exp: Likewise.
28868 * gdb.trace/while-dyn.exp: Likewise.
28869 * gdb.trace/while-stepping.exp: Likewise.
28870
288711998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
28872
28873 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
28874
28875Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
28876
28877 From Brendan Kehoe:
28878 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
28879 int return types.
28880
28881Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
28882
28883 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
889bf7c5 28884 remote dos host testing right.
c906108c
SS
28885
28886Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
28887
28888 * gdb.base/corefile.exp: remove some xfails.
28889
28890Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
28891
28892 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
889bf7c5 28893 have different timestamps.
c906108c
SS
28894
28895Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
28896
28897 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
889bf7c5 28898 gdb.base/default.exp: Replace "exec" with "executable".
c906108c
SS
28899
28900Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
28901
28902 * gdb.base/default.exp: Change else if to elseif from previous
889bf7c5 28903 delta.
c906108c
SS
28904
28905Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
28906
28907 * gdb.base/default.exp: Add brace missing from previous delta.
28908
28909Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
28910
28911 * gdb.base/default.exp: Support test for info float for all
28912 varieties of arm toolchain.
28913
dc96c6c7 28914Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28915
28916 * gdb.trace/*.exp: remove "remote_download" command.
28917
dc96c6c7 28918Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28919
28920 * gdb.trace/*.exp: remove -gdwarf from compile.
28921
28922Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
28923
28924 * gdb.trace/configure.in(AC_INIT): typo
28925 * gdb.trace/configure: regenerated
28926
dc96c6c7 28927Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28928
28929 * config/m68k-emc.exp: New file.
28930 * lib/<emc-support.exp trace-support.exp}: New files.
28931 * configure.in: add new test directory gdb.trace.
28932 * gdb.trace/{configure configure.in Makefile.in}: New files.
28933 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
28934 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
28935 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
28936 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
28937 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
28938 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
28939 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 28940
dc96c6c7 28941Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28942
28943 * gdb.c++/classes.exp: Change all regular expressions to match
28944 arbitrary combinations of newline/carriage-return, so that they
28945 will work equally well on Unix and Windows.
28946 * gdb.c++/inherit.exp: ditto.
28947 * gdb.c++/virtfunc.exp: ditto.
28948
289491998-08-11 Dawn Perchik <dawn@cygnus.com>
28950
28951 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
28952
c2d11a7d
JM
28953Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
28954
28955 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
28956 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
28957 to use a0-a3/d0-d3 as needed.
28958
28959Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
28960
28961 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
28962 * gdb.disasm/am33.exp: Corresponding changes.
28963
c906108c
SS
289641998-07-11 Felix Lee <flee@cygnus.com>
28965
28966 * gdb.base/callfuncs.exp: add cmp10 test.
28967 * gdb.base/callfuncs.c (cmp10): new function.
28968
28969Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
28970
d63a86f8 28971 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
28972 into two parts to get around a synchronization problem in expect.
28973
3fc11d3e
JM
28974Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
28975
28976 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
28977
28978 * configure.in: Add options for gdbtk testsuite.
28979
28980 * configure: Regenerate.
28981
28982 * gdb.gdbtk: New directory to hold gdbtk tests.
28983
c906108c
SS
28984Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
28985
28986 * gdb.fortran/types.exp: Escape brackets in expect patterns
28987 for test_float_literal_types_accepted tests.
28988 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
28989 before run test.
28990
c2d11a7d
JM
28991Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
28992
28993 * am33.exp: Just compile, do not link the testcase.
28994 * am33.s: Add ".am33" pseudoop to force am33 mode.
28995
c906108c
SS
289961998-06-25 Felix Lee <flee@cygnus.com>
28997
28998 * gdb.base/setshow.exp: make sure $pc is sane.
28999
29000 * gdb.stabs/weird.exp: split expect patterns properly.
29001
c2d11a7d
JM
29002Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
29003
29004 * gdb.disasm/am33.s: New disassembler testfile for the am33.
29005 * gdb.disasm/am33.exp: Run it.
29006
dc96c6c7 29007Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29008
29009 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
29010 match processing (and eliminate spurious timeouts when running).
29011
dc96c6c7 29012Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29013
29014 * gdb.base/signals.exp (test_handle_all_print): put back Mach
29015 exception test, but conditionalize it on target [mach | gnu].
29016
dc96c6c7 29017Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29018
29019 * gdb.base/overlays.exp: fixup compile line for linker script.
29020
29021Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
29022
29023 * gdb.fortran/types.exp: don't guess at float size.
29024
29025Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
29026
29027 * gdb.base/exprs.exp: delete test that depends on int size.
29028
29029Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
29030
29031 * config/sim.exp: Removed checks for target triplets.
29032 (gdb_target_sim): Use gdb,target_sim_options.
29033
29034Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
29035
29036 * gdb.base/reread.exp: New file.
29037 * gdb.base/reread1.c: New file.
29038 * gdb.base/reread2.c: New file.
29039
29040Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
29041
29042 * config/sim.exp: Use 'target sim -sparclite' when running
29043 SPARClite programs.
29044
29045Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
29046
29047 * gdb.base/structs2.exp: New file.
29048 * gdb.base/structs2.c: New file.
29049
29050Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
29051
29052 * gdb.asm/common.inc: New file.
29053 * gdb.asm/d10v.inc: New file.
29054 * asm-source.exp: Pass -I's to gas to find .inc files.
29055 Update line numbers in expected output.
29056 * asmsrc1.s: Rewrite.
29057 * asmsrc2.s: Rewrite.
29058 * configure.in: Create arch.inc symlink.
29059 * configure: Regenerate.
29060 * Makefile.in (distclean): Delete arch.inc.
29061
29062Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
29063
29064 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
889bf7c5
PA
29065 (t_enum_value2): ditto
29066 (t_enum_value3): ditto
29067 (main): ditto
c906108c
SS
29068Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
29069
29070 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
29071 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
29072 change.
29073 Use gdb_test instead of send_gdb/gdb_expect sequences.
29074
29075Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
29076
29077 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
29078 not void.
29079
29080Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
29081
29082 * gdb.base/branches.c: Code with lots of loops and
889bf7c5
PA
29083 subroutines. Used to test gdbs ability to single step through PC
29084 changes, especially to test mips-tdep.c:mips_next_pc
c906108c
SS
29085
29086Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
29087
29088 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
29089 more rigorous EGCS C++ error checking.
29090
29091Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29092
a9c64011
AS
29093 * gdb.base/help.exp: Clean up `help set args' and `help show args'
29094 tests.
29095 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
29096 function when asleep.
29097 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
29098 for i*86 Linux and SVR4 signal handling problems.
29099 Remove linux xfail for `next to handler in signals_tests_1', fixed
29100 by recent infrun.c change.
29101 Limit backtrace to 10 frames to avoid timeout problems with infinite
29102 stack backtraces.
29103 Adjust expect pattern in `handle all print' test to match Apr 28 1997
29104 target.[ch] change.
c906108c
SS
29105
29106Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
29107
29108 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
29109 for a newline from gdb before continuing.
29110 (default_gdb_exit): Just look for y or n.
29111 (gdb_test): Detect abnormal exit from GDB running on DOS; if
29112 it does, fail the rests of the tests in the file.
29113
29114Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
29115
29116 * config/cygmon.exp: New file.
29117
29118Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
29119
29120 * gdb.base/list.exp: Fix problem with "list default lines around
889bf7c5 29121 main" test on remote targets.
c906108c
SS
29122
29123 * gdb.base/scope.exp: Fix problem with filelocal_bss before
29124 run test on remote targets.
29125
29126Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
29127
29128 * gdb.asm: New directory.
29129 * configure.in: Configure it.
29130 * configure: Regenerate.
29131 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
29132 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
29133
29134Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
29135
29136 * config/mn10300-eval.exp: New file to support MN10300 eval board.
29137
dc96c6c7 29138Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 29139
a9c64011
AS
29140 * gdb.base/overlays (several files): Merge the two overlay
29141 managers into one. Change variables (foox, barx, bazx, grbxx)
29142 back into ints but force them to load in their proper sections.
c906108c
SS
29143
29144Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
29145
29146 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
889bf7c5 29147 on-chip insn memory and IMAP1 to upper 128k.
c906108c
SS
29148 (D10VCopy): Handle memory regions crossing 16k boundaries.
29149 (D10VCopy): Transfer data in 32 bit chunks.
29150
29151Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
29152
29153 * gdb.base/overlays.c (main): Exit normally when result is
889bf7c5 29154 correct.
c906108c
SS
29155
29156 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
889bf7c5 29157 map. Include space for printf in .text segment.
c906108c
SS
29158
29159 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
889bf7c5 29160 updated d10v memory VMA/LMA map.
c906108c 29161 (D10VCopy): Call D10VTranslate.
d63a86f8 29162
c906108c
SS
29163Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
29164
29165 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
29166
29167 * gdb.base/bar.c (barx, bar): Change variable to small array so
889bf7c5
PA
29168 that it won't be put into the .sdata - small data -
29169 section. Update reference.
c906108c
SS
29170 * gdb.base/baz.c (bazx, baz): Ditto.
29171 * gdb.base/foo.c (foox, foo): Ditto.
29172 * gdb.base/grbx.c (grbxx, grbx): Ditto.
29173
29174 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
889bf7c5 29175 to be arrays.
d63a86f8 29176
dc96c6c7 29177Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 29178
a9c64011
AS
29179 * gdb.base/overlays.exp: fix up and get working again.
29180 Add tests for backtraces from an overlay function.
d63a86f8 29181
c906108c
SS
29182Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
29183
29184 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
29185 "calling function with watchpoint enabled".
29186
29187Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
29188
29189 * gdb.base/break.exp (test_next_with_recursion): Remove
889bf7c5 29190 gdb_suppress_tests for d10v-*-*.
c906108c
SS
29191 * lib/gdb.exp (gdb_suppress_tests): Disable this function
29192 pending review of whether it is useful or not.
29193
29194Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
29195
29196 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
29197
29198Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
29199
29200 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
29201 * config/dve.exp: New file to support Densan boards.
29202
29203Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
29204
29205 * gdb.base/interrupt.exp: Document problem of simulators, signals,
889bf7c5 29206 reads and BSD.
c906108c
SS
29207
29208Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
29209
29210 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
29211 response.
29212
29213 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
29214
29215Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
29216
29217 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
889bf7c5 29218 test.
c906108c
SS
29219
29220 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
889bf7c5 29221 target_sizeof_long and target_bigendian_p.
c906108c 29222 (structs_by_value, structs_by_reference): Check values according
889bf7c5 29223 to targets word size and endianess.
d63a86f8 29224
c906108c
SS
29225Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
29226
29227 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
889bf7c5 29228 output.
c906108c
SS
29229
29230Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
29231
29232 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
889bf7c5 29233 Update test of set args help to match source change.
c906108c
SS
29234
29235Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
29236
29237 * gdb.base/default.exp: Expect help system output to be in
29238 alphabetical order.
29239 * gdb.base/help.exp: Ditto.
29240
29241Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
29242
29243 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
29244 "i*86-pc-linux-gnu*".
29245 * gdb.base/interrupt.exp: Ditto.
29246 * gdb.base/corefile.exp: Ditto.
29247
29248 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
889bf7c5 29249 define vxworks when building the testcase.
c906108c
SS
29250
29251 * gdb.base/ptype.exp: Fix testnames to be unique.
29252 * gdb.base/radix.exp: Ditto.
29253 * gdb.base/term.exp: Ditto.
29254 * gdb.base/whatis.exp: Ditto.
29255 * gdb.c++/classes.exp: Ditto.
29256
29257Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
29258
29259 * gdb.base/callfuncs.exp: Fix indentation.
29260
29261 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
29262 suppress_flag has been set.
29263 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
29264 target feature.
29265
29266Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
29267
29268 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
29269 the testcase.
29270
29271 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
889bf7c5 29272 set_debug_traps() and breakpoint().
c906108c
SS
29273 * gdb.c++/misc.cc (main): Ditto.
29274 * gdb.c++/templates.cc (main): Ditto.
29275 * gdb.c++/virtfunc.cc (main): Ditto.
29276
29277Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
29278
29279 * lib/gdb.exp(gdb_step_for_stub): New function.
29280 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
29281 exists, reload the executable and do a "continue" instead of
29282 doing a jump.
29283 (runto_main): Use gdb_step_for_stub.
d63a86f8 29284
c906108c 29285 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
889bf7c5 29286 tests to have unique names.
c906108c
SS
29287 * gdb.base/callfuncs.exp: Ditto.
29288 * gdb.base/commands.exp: Ditto.
29289 * gdb.base/default.exp: Ditto.
29290 * gdb.base/help.exp: Ditto.
29291 * gdb.base/list.exp: Ditto.
29292 * gdb.base/opaque.exp: Ditto.
29293 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
29294 similar tests.
d63a86f8 29295
c906108c
SS
29296 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
29297 * gdb.c++/cplusfuncs.cc: Ditto.
29298 * gdb.c++/virtfunc.cc: Ditto.
29299
29300 * config/monitor.exp: Keep track of the last file we saw, rather
29301 than trying to get the info from gdb.
29302
29303 * gdb.fortran/types.exp: Move comment to previous line.
29304
29305Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
29306
29307 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
889bf7c5 29308 target mode.
c906108c
SS
29309
29310Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
29311
29312 From Bob Manson:
29313 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
889bf7c5 29314 string from GDB when it connects.
c906108c
SS
29315
29316 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
29317
29318Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
29319
29320 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
889bf7c5
PA
29321 if we can't get a debug format from GDB (we may be testing an
29322 older GDB). Use a 10 second timeout when checking for the format.
c906108c
SS
29323
29324 * gdb.stabs/weird.exp: Fix quoting.
29325
29326 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
29327
29328Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
29329
29330 * config/arm-ice.exp: New file.
29331
29332Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
29333
29334 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
889bf7c5 29335 until it has been modified to work with the new testsuite.
c906108c 29336
99707966 29337 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
889bf7c5
PA
29338 testcase won't compile, cause all of the testcases in the file to
29339 fail instead.
c906108c
SS
29340
29341 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
29342 (gdb_clear_suppressed): New procedure.
29343 (gdb_stop_suppressing_tests): Only clear suppress_flag if
29344 it contains a positive value.
29345
29346Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
29347
29348 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
29349
29350 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
29351
29352Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
29353
29354 * lib/gdb.exp (setup_xfail_format): New function.
29355 (get_debug_format): New function to get debug format.
29356 (debug_format): New global variable to hold last value set
29357 by get_debug_format.
29358 * gdb.base/list.exp: Call get_debug_format and expect some
889bf7c5 29359 tests to fail for DWARF 1 and COFF formats.
c906108c
SS
29360 * gdb.c++/ptype.exp: Ditto.
29361 * gdb.c++/classes.exp: Ditto.
29362 * gdb.c++/cplusfuncs.exp: Ditto.
29363 * gdb.c++/inherit.exp: Ditto.
29364 * gdb.c++/templates.exp: Ditto.
29365 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 29366
c906108c
SS
29367Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
29368
29369 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
29370 host doesn't have a currently-open connection.
29371
29372 * config/sparclet.exp: Cleanups and fixes to make it generic for
889bf7c5
PA
29373 any gdb stub target. Handle cases where gdb doesn't respond when
29374 interrupted in a sane fashion.
c906108c
SS
29375
29376 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
889bf7c5 29377 same thing in a totally different way.
c906108c
SS
29378
29379 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
889bf7c5 29380 setting "timeout".
c906108c 29381 (gdb_start): We set the global gdb_prompt variable in
889bf7c5 29382 default_gdb_init now.
c906108c
SS
29383
29384Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
29385
29386 * gdb.base/printcmds.exp: Fix "check for floating addition"
29387 regexp to accept results within approx +/- .01 of exact value.
29388 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
29389
29390Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
29391
29392 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
889bf7c5 29393 properly.
c906108c
SS
29394 (gdb_expect): Add optional timeout parameter, and add timeout
29395 value to various calls.
29396 (gdb_suppress_tests): Only give one warning message per group.
29397
29398Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
29399
29400 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
889bf7c5
PA
29401 global variables. Handle getting a value for $timeout more
29402 gracefully.
c906108c
SS
29403
29404Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
29405
29406 * lib/gdb.exp: Close connection to remote host if gdb doesn't
889bf7c5 29407 initialize.
c906108c 29408 (default_gdb_init): New procedure; allow gdb_init to be overridden
889bf7c5 29409 by a target configuration file.
c906108c
SS
29410 (gdb_expect): Pass the timeout to remote_expect.
29411
29412 * config/monitor.exp(gdb_load): Fix typo in regexp.
29413
29414Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
29415
29416 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
29417
29418Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
29419
29420 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
889bf7c5
PA
29421 here. Call gdb_target_exec before rebooting the target, to make
29422 sure the connection to the target is closed.
c906108c
SS
29423 (gdb_load): Pass the name of the executable to gdb_target_monitor.
29424 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
29425 Also detect "Timeout reading from remote" error.
29426
29427 * config/gdbserver.exp: Pass the executable being loaded to
889bf7c5
PA
29428 gdb_target_monitor. Don't call gdb_file_cmd here; let
29429 gdb_target_monitor do it.
c906108c
SS
29430
29431 * gdb.disasm/hppa.exp: Don't use exec_output.
29432
29433Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
29434
29435 * gdb.base/list.exp: If we're debugging a non-native target,
29436 try to set the pc register to point to the start of the
29437 program before doing the first list command.
29438
29439 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
889bf7c5 29440 test_calls after restarting.
c906108c
SS
29441
29442 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
889bf7c5 29443 reloading.
c906108c
SS
29444
29445 * gdb.base/watchpoint.exp: Fix typo.
29446
29447 * gdb.base/setshow.exp: Check for use_gdb_stub.
29448
29449 * gdb.base/break.exp: Fix continue until exit test for the gdb
889bf7c5 29450 stub case.
c906108c
SS
29451 * gdb.base/langs.exp: Ditto.
29452
29453 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
889bf7c5
PA
29454 gdb_load_offset. If we weren't given a file to load, figure out
29455 what the current file is and use it.
c906108c
SS
29456
29457 * config/i386-bozo.exp: New file.
29458
29459Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
29460
29461 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
29462 feature.
29463
29464 * config/proelf.exp: New entry.
29465
29466Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
29467
29468 * lib/gdb.exp: Remove spurious .* patterns at the beginning
29469 of regexps.
29470
29471 * gdb.base/watchpoint.exp: Don't run the test_stepping
29472 tests if gdb can't call functions on the target.
29473
29474 * gdb.base/setshow.exp: Don't run the set prompt tests if
29475 the board has gdb_prompt set.
29476
29477Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
29478
29479 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
29480 * gdb.base/commands.exp: Likewise.
29481 * gdb.base/setshow.exp: Likewise.
29482
29483Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
29484
29485 * config/monitor.exp(gdb_start): Look for gdb_prompt target
29486 feature.
29487
29488 * config/i960.exp: New file.
29489
29490Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
29491
29492 * gdb.base/funcargs.exp: Check for gdb,short_int target
29493 feature instead of looking for explicit target triplets.
29494
dc96c6c7 29495Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 29496
d63a86f8 29497 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
29498 "p 123DEADBEEF", to check parse_number.
29499 * top.c: change "to enable to enable" to "to enable" in a couple
29500 of help strings.
29501
29502Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
29503
29504 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
29505 on the mn10300.
d63a86f8 29506
c906108c
SS
29507Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
29508
29509 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
29510 where the test executable is run with explicit args.
29511 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
29512
29513Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
29514
29515 * gdb.base/run.c: Use FAKEARGV to build test executable that
29516 does not require a command line arg, since most simulators
29517 don't currently support passing such an arg into the simulated
29518 program.
29519 * gdb.base/commands.exp: Change tests to insert the proper
29520 value as the arg to the first recursive factorial call. Change
29521 compilation line to define FAKEARGV at compile time.
29522
29523Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
29524
29525 * gdb.base/recurse.exp: Enable these tests for the mn10300.
29526 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
29527 function with watchpoint enabled" test.
29528
29529Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
29530
29531 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
889bf7c5 29532 Don't call gdb_test when the command doesn't return to a gdb prompt.
c906108c
SS
29533
29534 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
889bf7c5 29535 "Tests restarted" messages.
c906108c
SS
29536
29537Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
29538
29539 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
29540
dc96c6c7 29541Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29542
29543 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
29544 for INFO SYMBOL; add help tests for OVERLAY commands.
29545 * gdb.base/default.exp: add tests for INFO SYMBOL command;
29546 add tests for OVERLAY commands
29547 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
29548 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
29549 * gdb.base/sigall.c: add usestubs code frag
29550 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 29551
c906108c
SS
29552Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
29553
29554 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
29555 failures.
29556 (gdb_stop_suppressing_tests): Note that tests have restarted.
29557
29558Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
29559
29560 * config/h8300.exp: New file.
29561
29562Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
29563
29564 * gdb.base/setshow.exp: Check for the existence of a
29565 feature, not its value.
29566
29567Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
29568
29569 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
29570
29571 * gdb.base/scope.exp: It's now init0(), not init().
29572
29573 * gdb.base/scope0.c: For now, change init() to be init0().
29574
29575 * config/monitor.exp: Use gdb_serial in preference to serial
29576 or netport.
29577
29578 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
889bf7c5 29579 and it's not already set.
c906108c
SS
29580
29581Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
29582
29583 * gdb.base/setshow.exp: Only test the run command if the target
889bf7c5 29584 isn't using a stub and if it supports argument passing.
c906108c
SS
29585
29586Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
29587
29588 * config/udi.exp(gdb_start): Make sure UDICONF is set
29589 properly before starting gdb.
29590
29591Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
29592
29593 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
29594 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
29595 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
29596
29597Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
29598
29599 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
889bf7c5 29600 specialized code to reboot the board, use remote_reboot instead.
c906108c
SS
29601
29602 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
29603
29604 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
29605
29606 * config/monitor.exp: Make sure we disconnect from the target.
29607 Also, try a reboot/reload cycle instead of failing if the
29608 load fails.
29609
29610Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
29611
29612 * gdb.base/default.exp: Don't set match_max.
29613 * gdb.base/help.exp: Ditto.
29614 * gdb.base/list.exp: Ditto.
29615 * gdb.base/signals.exp: Ditto.
29616
29617 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
29618 set, use remote_ld to download the testcase instead of
29619 the GDB loader.
29620
29621Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
29622
29623 * config/vr5000.exp: New file.
29624
29625 * config/monitor.exp(gdb_target_monitor): Add pattern for
29626 "Ending remote" to detect errors in connecting.
29627
29628 * gdb.base/setshow.exp: Add .* within auto language test.
29629
29630 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
29631 target feature.
29632
29633 * config/monitor.exp(gdb_load): Check for a failure when loading,
889bf7c5 29634 and reboot the board if necessary.
c906108c
SS
29635
29636 * gdb.base/setvar.exp(test_set): Handle multiple prints within
29637 a set of tests. Remove print.* from the patterns being checked.
29638
29639Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
29640
29641 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
29642 refer to gdb_spawn_id.
29643
29644 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
29645 longer used.
29646 * config/sparclet.exp: Ditto.
29647 * config/sparclet-old.exp: Ditto.
29648 * config/slite.exp: Ditto.
29649 * config/sim.exp: Ditto.
29650 * gdb.base/funcargs.exp: Ditto.
29651
29652 * lib/gdb.exp:Remove references to gdb_spawn_id.
29653 (gdb_expect): Move to remote.exp.
29654
29655Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
29656
29657 * config/monitor.exp: Detect the "Couldn't establish connection"
29658 message from GDB.
29659
29660Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
29661
29662 * gdb.base/bitfields.exp: Use runto instead of explicit
29663 gdb_run_cmd/gdb_expect sequences.
29664
29665 * gdb.base/break.exp(text_next_with_recursion): Add match for
29666 gdb_expect call.
29667
29668 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
29669 We also need to handle the "A program is being debugged already"
29670 prompt from gdb. Use gdb_test to set the baud rate.
29671
29672 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
29673 to 20000. Really. I mean it.
29674
29675Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
29676
29677 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
889bf7c5
PA
29678 fails. If suppress_flag is set, skip perror message about not
29679 being able to send to GDB.
c906108c 29680 (send_gdb): If suppress_flag is set, don't try to send commands to
889bf7c5 29681 GDB.
c906108c
SS
29682 (gdb_expect): If suppress_flag is set, always fail immediately.
29683 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
29684 (gdb_init): Call gdb_stop_suppressing_tests.
29685 (default_gdb_exit): Ditto.
29686 (default_gdb_start): Ditto.
29687
29688 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
889bf7c5 29689 gdb_stop_suppressing_tests as appropriate.
c906108c 29690 * gdb.base/break.exp: Ditto.
889bf7c5 29691 * gdb.base/callfuncs.exp: Ditto.
c906108c
SS
29692 * gdb.base/commands.exp: Ditto.
29693 * gdb.base/exprs.exp: Ditto.
889bf7c5 29694 * gdb.base/funcargs.exp: Ditto.
c906108c
SS
29695 * gdb.base/list.exp: Ditto.
29696 * gdb.base/recurse.exp: Ditto.
889bf7c5 29697 * gdb.base/scope.exp: Ditto.
c906108c
SS
29698 * gdb.base/structs.exp: Ditto.
29699 * gdb.c++/inherit.exp: Ditto.
29700
29701Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
29702
29703 * config/vr4300.exp: New file.
29704
99707966 29705 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 29706
99707966 29707 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
29708
29709Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
29710
29711 * lib/gdb.exp(gdb_init): New function.
29712
29713 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
889bf7c5 29714 for each individual variable set.
c906108c
SS
29715
29716 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
29717 name.
29718
29719 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
29720
29721 * gdb.base/scope.exp: Use gdb_test.
29722
29723 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
29724 aborting; the testsuite driver will do that for us (see
29725 gdb_finish). Also, use gdb_test in a few more places.
29726
29727Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
29728
29729 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
29730
29731Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
29732
29733 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
29734 and "add_tests" are not at the same address.
29735
29736Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
29737
29738 * gdb.base/ptype.exp: Use gdb_test.
29739
29740Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
29741
29742 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
29743 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
29744 left in. No longer expect them to fail.
29745
29746 * gdb.stabs/*.mt; Deleted, no longer used.
29747 * gdb.stabs/configure.in: Remove references to target makefile
29748 frags.
29749 * gdb.stabs/configure: Rebuilt.
29750
29751 * gdb.disasm/*.mt: Deleted, no longer used.
29752 * gdb.disasm/configure.in: Remove references to target makefile
29753 frags. Use "sh3.s" as the unique filename for this directory.
29754 * gdb.disasm/configure: Rebuilt.
29755
29756 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
29757 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
29758 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
29759
29760Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
29761
29762 * config/udi.exp: Use mondfe,name instead of remote_host.
29763
29764Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
29765
29766 * gdb.base/watchpoint.exp: Don't expect a failure when calling
29767 a function with a watchpoint enabled on the mn10200.
29768
29769 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
29770 before trying to create it!
29771
29772Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
29773
29774 * config/vx.exp: Use hostname instead of netport.
29775
29776 * config/vxworks.exp: New file.
29777
29778 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
29779
29780 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
889bf7c5 29781 gdb before assuming everything worked. Send a ^C if a timeout
c906108c
SS
29782 occurs.
29783
29784 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
29785 $gdb_spawn_id directly.
29786 (gdb_run_cmd): Try _start as well as start. Use the target feature
29787 gdb,start_symbol as the symbol to start from when jumping.
29788
29789Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
29790
29791 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
29792 redundant) test.
29793
29794 * gdb.base/recurse.exp: Relax final value test for 'b' so that
29795 it doesn't lose for 16bit integer systems.
29796
29797Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
29798
29799 * gdb.fortran/types.exp: If the target doesn't support "double"
29800 data types, then expect "real" types to only be 4 bytes.
29801
29802 * gdb.c++/virtfunc.exp: Expect failure for virtual function
29803 call tests if the target doesn't support inferior function calls.
29804
29805 * gdb.base/printcmds.exp: Allow minor deviation in FP values
29806 in printf tests.
29807
29808Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
29809
29810 * gdb.base/help.exp: Disable "help set", "help show", and
29811 "help support". Simplify regexp for "help stack".
29812
29813 * gdb.base/default.exp: Set match_max to 5000 and the timeout
29814 to 60 seconds. Temporarily set match_max to 15000 around the
29815 "info copying" test.
29816
29817 * gdb.base/nodebug.exp: Don't try to do an inferior function
29818 call if the target doesn't support them.
29819 * gdb.base/printcmds.exp: Likewise.
29820 * gdb.base/setvar.exp: Likewise.
29821 * gdb.base/structs.exp: Likewise.
29822 * gdb.c++/templates.exp: Likewise.
29823 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
29824
29825 * gdb.base/recurse.exp: Enable for the mn10200.
29826
29827 * configure.in: Do configure gdb.stabs directory for *-*-elf
29828 targets.
29829 * configure: Rebuilt.
29830
29831 * gdb.base/break.exp: Check for gdb,noresults before testing
29832 exit status and/or results from the target.
29833 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
29834 * lib/gdb.exp: Remove old (now bogus) initialization of
29835 noinferior, noargs, noresults and nosignals.
29836
29837Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
29838
29839 * config/sh.exp: New file.
29840
29841 * config/slite.exp: Try to connect multiple times to the board
29842 before rebooting. Only send a "monitor run" if need_monitor_run
29843 is set.
29844
29845 * gdb.base/break.exp: Don't do the "stub continue" test if
29846 the target has gdb_stub set.
29847
29848 * gdb.base/callfuncs.exp: Increase the timeout.
29849
29850 * gdb.base/interrupt.exp: Don't even try to compile the testcase
29851 if the target has gdb,noinferiorio set.
29852
29853 * gdb.base/list.exp: Increase match_max to 10000 characters.
29854
29855 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
29856
29857 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
29858 target.
29859
29860 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
29861
29862Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
29863
29864 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
889bf7c5
PA
29865 trying to delete the copy of gdb. Catch the file delete so we
29866 don't die if the delete fails; also, the file should be copied to
29867 the host, not to the build.
c906108c
SS
29868
29869Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
29870
29871 * lib/gdb.exp(gdb_test): Surround the result pattern with
889bf7c5 29872 parenthesis in case it contains multiple regexps separated
c906108c
SS
29873 with |.
29874
29875 * gdb.base/watchpoint.exp: Use gdb_test.
29876 * gdb.base/default.exp: Ditto.
29877
29878Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
29879
99707966 29880 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 29881
c906108c
SS
29882 * gdb.base/scope.exp: Use gdb_test.
29883 * gdb.c++/classes.exp: Ditto.
29884 * gdb.c++/inherit.exp: Ditto.
29885
29886Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
29887
29888 * gdb.base/crossload.exp: Don't use execute_anywhere, use
29889 remote_exec instead.
29890 * gdb.base/corefile.exp: Don't be ridiculous.
29891 * gdb.base/*.c: Add missing stub invocations.
29892
29893Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
29894
29895 * config/slite.exp: Miscellaneous fixes.
29896
29897 * lib/gdb.exp: Fix runto.
29898
29899 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
29900 the target.
29901
29902 * gdb.base/watchpoint.exp: Fix regexp.
29903
29904 * lib/gdb.exp(default_gdb_exit): Add a catch to the
29905 close and wait commands, as the descriptor may now be
29906 invalid. Always call "remote_close host".
29907
29908Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
29909
29910 Major rewrite for testsuite revision.
d63a86f8 29911
c906108c
SS
29912 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
29913 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
29914 instead of relying on spawn_id to always contain a valid
29915 spawn id.
29916 (get_compiler_info): New procedure to build the ${binfile}.ci
29917 file, instead of replicating this in N different places.
29918 (gdb_compile): New procedure.
d63a86f8 29919
c906108c 29920 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
889bf7c5
PA
29921 appropriate arguments) instead of compile. Use gdb_test in a lot
29922 more places. Use send_gdb instead of send. Always run gdb_start
c906108c
SS
29923 at the start of a testcase, as this is no longer done magically.
29924
29925 config/*-gdb.exp: Rename without the -gdb suffix.
29926
29927 config/mips.exp: Use remote_close instead of exit_remote_shell.
29928 config/monitor.exp: Use target_info instead of looking at
29929 baud, timeout, etc.
29930 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
29931
29932Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29933
29934 * gdb.c++/templates.exp (test_ptype_of_templates),
29935 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
29936 Update expect patterns for destructors and assignment operators
29937 to match corresponding c-typeprint.c changes.
29938 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
29939 to destructor breakpoint test, GDB should be able to set the
29940 destructor breakpoint without specifying arguments.
29941
29942Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
29943
29944 * gdb.threads/pthreads.exp: Change result for failure to compile due
29945 to lack of pthreads runtime support from an error to simply an
29946 unsupported test, per dejagnu standards.
29947
29948Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29949
29950 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
29951 where GDB exits to reduce pattern match time.
29952 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
29953
29954 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
29955
dc96c6c7 29956Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29957
29958 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
29959 * gdb.base/default.exp: ditto.
29960 * gdb.base/nodebug.exp: ditto.
29961 * gdb.base/printcmds.exp: ditto.
29962 * gdb.base/ptype.exp: ditto.
29963 * gdb.base/setvar.exp: ditto.
29964 * gdb.base/structs.exp: ditto.
29965 * gdb.base/setshow.c: Guard against uninitialized values of argc.
29966
29967Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
29968
29969 * configure, */configure: Rebuild with autoconf 2.12.
29970
29971Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
29972
29973 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
29974 use new i*86-pc-linux*-gnu quads.
29975 * gdb.base/corefile.exp: Ditto.
29976 * gdb.base/signals.exp: Ditto.
29977 * gdb.base/sigall.exp: Ditto.
29978 * gdb.base/interrupt.exp: Ditto.
29979
29980 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
29981 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
29982 RedHat 4.0.
d63a86f8 29983
c906108c 29984 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
889bf7c5
PA
29985 linux. This allows the test case to at least compile on latest
29986 linux, but still not run due to missing the threads runtime library.
c906108c
SS
29987
29988Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29989
29990 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
29991 directory to search gdb directory. Accept and step over conditional
29992 stack alignment code. Consume $prompt in failure cases.
29993 Reset timeout to $oldtimeout instead of some arbitrary value.
29994 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
29995 timeout problems with infinite stack backtraces.
29996 * gdb.base/ptype.exp (ptype struct link, union tu_link):
29997 Accept function parameters for linkfunc member.
29998
29999Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
30000
30001 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
30002 (CXXFLAGS): Remove, unreferenced.
30003 (B_OPTIONS): Add for -B options and add code to initialize with
889bf7c5
PA
30004 previous -B options and also add -B option to pick up cross compiled
30005 runtime.
c906108c
SS
30006 (TARGET_INCLUDES): Add for -I options and add code to initialize when
30007 doing cross compiles.
30008 (target_alias): Declare global.
30009 (xgcc): Set variable to full path of gcc in build tree. Use findfile
30010 to verify that gcc exists in build tree, and if so set CC to that
30011 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 30012
c906108c
SS
30013Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
30014
30015 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
30016 ptype test for anonymous union. Fixup testcase to match
30017 current gcc debug output.
30018
30019Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
30020
30021 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
30022 force argument to an unsigned long type.
30023
30024Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
30025
30026 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
889bf7c5 30027 tests and anonymous union print/ptype tests.
c906108c
SS
30028 * gdb.base/list.exp (test_forward-search): Increase timeout by
30029 5 minutes for the "search extremely long line" case.
30030 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
30031 completely optional and that the pass/fail messages use the command as
30032 the message if that third arg is a null string.
30033 (gdb_test_exact): Arrange that a null string pattern means match a
30034 null string output rather than any output, which might include random
889bf7c5 30035 errors.
c906108c
SS
30036 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
30037 backtrace test.
30038 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
30039 always failing and failure is now exposed by gdb.exp changes.
30040
30041Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
30042
30043 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
30044 weren't being noted.
30045
30046Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30047
30048 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
30049 * gdb.stabs/weird.exp: Remove v_comb xfails.
30050
dc96c6c7 30051Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
30052
30053 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
a9c64011 30054 list.exp scope.exp watchpoint.exp]
c906108c 30055 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 30056
dc96c6c7 30057Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
30058
30059 * config/monitor.exp: Increase download timeout to 1000 seconds.
30060
dc96c6c7 30061Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
30062
30063 * config/m32r.exp: Increase timeout to 120 seconds.
30064
30065Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
30066
30067 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
30068 and accept older ordering as obsolescent gcc or gdb.
30069 * gdb.c++/templates.exp: Ditto.
30070 * gdb.c++/virtfunc.exp: Ditto.
30071
30072Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
30073
30074 * gdb.base/coremaker.c: Add code to mmap some data so we
30075 can check that it ends up in the core file.
30076 * gdb.base/corefile.exp: Add test to read mmapped data
30077 from core file.
30078
dc96c6c7 30079Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
30080
30081 * config/m32r.exp: New file.
30082
30083Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
30084
30085 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
30086 that cflags can contains -gstabs, and work correctly for other tests.
30087
dc96c6c7 30088Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
30089
30090 * gdb.base/setshow.exp: New file, tests show and set.
30091 * gdb.base/setshow.c: New file, tests show and set.
30092 * gdb.base/help.exp: Add test for help set|show annotate.
30093 * gdb.base/default.exp: Add test for set|show annotate.
30094
30095Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
30096
30097 * testsuite/gdb.base/break.exp: Make backtrace from factorial
30098 errors unique.
30099 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
30100 explicitly.
30101
30102Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
30103
30104 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
30105 and width commands. This is done elsewhere.
30106 * (gdb_start): Don't call gdb_start_sim here. That's already
30107 done in gdb_load. This fixes lots of failures in default.exp.
30108
30109Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
30110
30111 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
30112 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
30113 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
30114 in the same we we treat other failures (since it may be an expected
889bf7c5 30115 condition), rather than as an error.
c906108c
SS
30116 * gdb.base/signals.exp (test_handle_all_print): Revert back to
30117 old test format.
30118
30119Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
30120
30121 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
30122 (distclean maintainer-clean realclean): No need to remove files
889bf7c5 30123 twice. Nuke the duplicates.
c906108c 30124 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 30125 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
30126 Remove config.h along with other config files.
30127
30128Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
30129
30130 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
30131 "p func1 ()" and note that rests of tests are skipped.
30132 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 30133 setup_xfails for "print func2::coremaker_local".
c906108c
SS
30134 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
30135 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
30136 affected by the previous run test.
30137 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
30138 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
30139 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
30140 "pass int powerset tuple" and "pass modeless int powerset tuple".
30141 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
30142 "real write 4" and "real write 8".
30143 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 30144 setup_xfails for "print vs1 after tuple assign 2",
c906108c
SS
30145 "print \$i after tuple assign 2", and
30146 "print vs2 after tuple assign 2".
30147 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
30148 meaningful error message and return -1 so the caller can
30149 suppress further tests and avoid a cascade of errors.
d63a86f8 30150
c906108c
SS
30151Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
30152
30153 * gdb.base/a1-selftest.exp: Tweak tests to account for new
30154 format for printing version.
30155 * gdb.base/default.exp: Ditto.
30156 * gdb.base/interrupt.exp: Fix problem with cascade of
30157 errors if child process dies while calling a function.
d63a86f8 30158
c906108c
SS
30159Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
30160
30161 * Makefile.in (VPATH): Add
30162 * Makefile.in (Makefile, config.status): Fix rules so things get
30163 remade when necessary.
30164
30165Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
30166
30167 * Makefile.in (just-check): Add path to sibling expect dir
30168 to environment variable specified by RPATH_ENVVAR.
30169
30170Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
30171
30172 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
30173 (just-check): Add shared library paths for libstdc++, tk,
30174 tcl, bfd, and opcodes to the environment variable specified
30175 in RPATH_ENVVAR.
30176 * configure.in: Add support to recognize --enable-shared flag
30177 and generate correct value for RPATH_ENVVAR.
30178 * configure: Regenerated with autoconf.
30179
30180Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
30181
30182 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
889bf7c5 30183 include all osf versions.
c906108c
SS
30184 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
30185 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
30186 when target is linux. When failing to build pthreads test
30187 executable, give more meaningful message.
30188 * gdb.threads/pthreads.c: Hpux also uses old definition of second
30189 arg for pthread_create.
d63a86f8 30190
c906108c
SS
30191Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
30192
30193 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
889bf7c5 30194 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
c906108c 30195 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
889bf7c5 30196 and -lpthreads (everybody else).
c906108c
SS
30197 (test_startup): Fail gracefully if threads are not supported.
30198 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
30199 "p/c array_index("abcdef",2)" when not gcc compiled.
30200 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
30201 "print func2::coremaker_local" when not gcc compiled.
30202 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
30203 "ptype on opaque struct tagname (statically)",
30204 "ptype on opaque struct tagname (dynamically) 1", and
30205 "ptype on opaque struct tagname (dynamically) 2"
30206 for not compiled with gcc.
30207 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
30208 backtrace when compiled with gcc.
d63a86f8 30209 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
30210 than always return success.
30211
30212Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
30213
30214 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
30215
30216Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
30217
30218 * gdb.base/structs.exp: Undo last change.
30219
30220Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
30221
30222 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
30223 encapsulate all the steps/nexts done during self test, starting
30224 at main, and makes them less sensitive to optimization issues.
30225 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
30226 signal handler" test.
30227 * gdb.threads/pthreads.exp: Only run this for native configs.
30228 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
30229 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
30230 tests.
30231 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
30232 for "runto test_calls(void)" test.
d63a86f8 30233
c906108c
SS
30234Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
30235
30236 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
30237 and don't expect address info in breakpoint confirmations.
30238
30239Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
30240
30241 * gdb.base/list.exp (test_forward_search): Increase timeout
30242 temporarily by 60 seconds for searching extremely long line,
889bf7c5 30243 and then reset to old value when done. Increase expect input
c906108c
SS
30244 buffer to 10000.
30245
30246Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
30247
30248 * gdb.base/list.exp (test_forward_search): Fix to handle very
30249 long source line without overflowing expect's input buffer.
30250
30251Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
30252
30253 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
30254 "buffer_full".
30255
30256 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
30257 "buffer_full".
30258
30259 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
30260 "buffer_full".
30261
30262 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
30263 "buffer_full".
30264
30265Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
30266
30267 * configure.in (configdirs): Add gdb.threads.
30268 * configure: Regenerated with autoconf.
30269 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
30270 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
30271 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 30272
c906108c
SS
30273Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
30274
30275 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
30276
30277Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
30278
30279 * gdb.base/signals.exp (test_handle_all_print): Test separately for
30280 each signal's status in the output of "handle all print".
30281 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
30282 the \r\n sequence that immediately precedes the gdb prompt.
30283 * gdb.base/a1-selftest.exp: Save original timeout and restore
30284 after test.
30285
30286Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
30287
30288 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
30289 symbol.
30290
30291Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
30292
30293 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
30294
30295Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
30296
30297 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
30298 timeout by 60 seconds.
30299
30300Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
30301
30302 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
30303 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
30304 error return.
30305
30306Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
30307
30308 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
30309 gdb initialization, also report how long dejagnu waited. Restore
30310 old timeout before doing error return. Temporarily increase timeout
889bf7c5 30311 by 3 minutes to allow for slow startups over heavy NFS use.
c906108c
SS
30312
30313Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
30314
30315 * lib/gdb.exp: Report timeout value for verbosity level 2.
30316 * config/gdbserver.exp: Ditto.
30317 * config/hppro.exp: Ditto.
30318 * config/mips-gdb.exp: Ditto.
30319 * config/monitor.exp: Ditto.
30320 * config/netware.exp: Ditto.
30321 * config/sim-gdb.exp: Ditto.
30322 * config/slite-gdb.exp: Ditto.
30323 * config/udi-gdb.exp: Ditto.
30324 * config/unix-gdb.exp: Ditto.
30325 * config/vx-gdb.exp: Ditto.
30326 * gdb.base/a1-selftest.exp: Ditto.
30327 * gdb.base/a2-run.exp: Ditto.
30328 * gdb.base/break.exp: Ditto.
30329 * gdb.base/corefile.exp: Ditto.
30330 * gdb.base/list.exp: Ditto.
30331 * gdb.base/recurse.exp: Ditto.
30332 * gdb.base/scope.exp: Ditto.
30333 * gdb.base/signals.exp: Ditto.
30334
30335Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
30336
30337 * gdb.threads/Makefile.in (docdir): Removed.
30338
30339Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
30340
30341 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 30342 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 30343 @srcdir@.
d63a86f8 30344 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
30345 autoconf 2.5 or higher.
30346 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
30347
30348Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
30349
30350 * configure: Regenerated.
30351 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
30352 avoid name clashes with SunOS headers.
30353
30354Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
30355
30356 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
30357
30358Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
30359
30360 * gdb.base/callfuncs.exp: Finish last change -- make sure the
30361 prototype information ends up in the compiler info file.
30362
30363Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
30364
30365 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
30366 attempting to regenerate it. Eliminate use of a temporary file
30367 and just generate the info file directly. Source it immediately,
30368 for consistency of use.
30369 * gdb.base/corefile.exp: Ditto
30370 * gdb.base/exprs.exp: Ditto.
30371 * gdb.base/funcargs.exp: Ditto.
30372 * gdb.base/langs.exp: Ditto.
30373 * gdb.base/list.exp: Ditto.
30374 * gdb.base/mips_pro.exp: Ditto.
30375 * gdb.base/nodebug.exp: Ditto.
30376 * gdb.base/opaque.exp: Ditto.
30377 * gdb.base/ptype.exp: Ditto.
30378 * gdb.base/scope.exp: Ditto.
30379 * gdb.base/setvar.exp: Ditto.
30380 * gdb.base/signals.exp: Ditto.
30381 * gdb.base/whatis.exp: Ditto.
30382 * gdb.c++/templates.exp: Ditto.
30383 * gdb.c++/virtfunc.exp: Ditto.
30384 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
889bf7c5 30385 whether or not to add -lstdc++ to the compile command line args.
c906108c
SS
30386
30387Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30388
30389 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
30390 it got fixed by the recent lookup_minimal_symbol_by_pc change.
30391 Increase timeout, a lot of single stepping might be needed if the
30392 target has no hardware watchpoints.
30393
30394Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
30395
30396 * gdb.base/break.exp: Ignore compiler warnings when compiling
30397 break.c.
30398 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
30399 * gdb.base/default.exp: Add h8300 xfails. Handle messages
30400 from remote-sim.
30401 * gdb.base/exprs.exp: Add h8300 xfails.
30402 * gdb.base/funcargs.exp: Likewise.
30403 * gdb.base/nodebug.exp: Likewise.
30404 * gdb.base/printcmds.exp: Likewise.
30405 * gdb.base/ptype.exp: Likewise.
30406 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
30407 h8300 xfails.
d63a86f8 30408 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
30409 on the h8300.
30410 * gdb.base/funcargs.c: Explicitly make last constant argument to
30411 call_after_alloca_subr an unsigned long type.
30412 * gdb.base/return.c: Include stdio.h.
30413
30414Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
30415
30416 * config/abug.exp: New file for the older Motorola Bug monitor
30417 that runs on the mvme13x series VME boards.
30418 * config/monitor.exp: Use the new config array for target settings
30419 if they exist.
30420
30421Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
30422
30423 * sim-gdb.exp: Make the SH simulator allocate less space when
30424 it is targeted.
30425
30426Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
30427
30428 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
30429 test.
30430
30431Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
30432
30433 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
30434 "rs6000-*-*" for "list function in include file" when gcc compiled.
30435 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
30436 for "p ctable1[120]".
30437 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
30438 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
30439 Remove setup_xfail for "rs6000-*-*" for
30440 "print 'scope0.c'::filelocal before run".
30441 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
30442 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
30443 since some compilers don't allow both options to be given
30444 on the same command line. Create object file and move it.
d63a86f8 30445
c906108c
SS
30446Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
30447
30448 * gdb.base/corefile.exp: Always regenerate the core file, since
30449 we always regenerate the coremaker program. Detect special case
30450 where registers cannot be read from core file.
d63a86f8 30451
c906108c
SS
30452Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
30453
30454 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
30455 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
30456 * gdb.c++/templates.exp: Only match on basename of file since
30457 some formats like xcoff don't encode directory information.
30458 * gdb.stabs/weird.exp: Use the right sed script for powerpc
30459 and rs6000 AIX xcoff targets.
30460 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
30461 * configure: Regenerate.
30462 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
30463 here, rather than in distclean.
d63a86f8 30464
c906108c
SS
30465Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
30466
30467 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
30468 defined, and use it to compile the test case with -O2. The
30469 native compilation still uses no optimization.
30470 * gdb.base/mips_pro.c: Remove inline assembly code since
30471 it is compiled PIC by default, which results in assembler
30472 warnings that make the testsuite think the compilation
30473 was unsuccessful.
30474
30475Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
30476
30477 * gdb.c++/misc.exp: Add note to message for
30478 "print s.a for foo struct" that this is a known gcc 2.7.2
30479 and earlier bug.
30480
30481Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
30482
30483 * gdb.base/break.exp: Fix pattern for matching "Delete all
30484 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
30485 setup_xfail for deleting all breakpoints test. Fix various
30486 timeout messages to include "(timeout)".
30487 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
30488 for "p t_float_values2(3.14159,float_val2)".
30489 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
30490 for "continue to call2g" when gcc compiled.
30491 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
30492 "up to foo in langs.exp", "show language at foo in langs.exp",
30493 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
30494 and "show language at fsub in langs.exp".
30495 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
30496 "list line 1 in include file", "list message for lines past EOF",
30497 "list function in include file", "list list0.h:foo", and
30498 "list filename:function; nonexistant function".
30499 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
30500 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
30501 and "ptype t_char_array" to be for native cc only.
d63a86f8 30502
c906108c
SS
30503Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
30504
d63a86f8 30505 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c 30506 setup_xfail for "print coremaker_bss", "print coremaker_ro",
889bf7c5 30507 "print func2::coremaker_local", and "backtrace in corefile.exp".
c906108c
SS
30508
30509Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
30510
30511 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
30512 "bt in signals.exp". This problem only appears when running
30513 the testsuite, and then only intermittently.
30514
30515Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
30516
30517 * gdb.base/return.exp (return_tests): Differentiate between
30518 two tests of continuing.
30519
30520Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
30521
30522 * */Makefile.in (maintainer-clean): Remove config.log.
30523 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
30524 * gdb.c++/Makefile.in (PROGS): Add inherit.
30525 (clean): Remove *.ci.
30526
30527Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
30528
30529 * gdb.c++/misc.cc: Add test code from Mike Stump.
30530 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
30531
30532Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
30533
30534 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
30535 to "alpha-*-osf2*" and add comment.
30536 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
889bf7c5
PA
30537 setup_xfail for "step over execarg initialization" and
30538 "step over corearg initialization".
c906108c
SS
30539 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
30540 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
30541 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
889bf7c5 30542 gcc compiled for "print coremaker_bss", "print coremaker_ro",
c906108c
SS
30543 "print func2::coremaker_local", and "backtrace in corefile.exp".
30544 * gdb.base/signals.exp: Build and source signals.ci.
30545 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
30546 to be for gcc only.
30547 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 30548
c906108c
SS
30549Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30550
30551 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
30552 Feb 3 procfs.c change.
30553
30554Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
30555
30556 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
30557
30558Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
30559
30560 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
30561 from dejagnu's apparent default of 10 seconds, which gives random
30562 results when running the tests over NFS on moderately loaded systems.
30563 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
30564
30565Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
30566
30567 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
30568 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
889bf7c5 30569 result reports.
c906108c
SS
30570
30571Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
30572
30573 * configure.in (CY_AC_PATH_TCLH): Remove.
30574 * configure: Regenerate.
30575
30576Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
30577
30578 * gdb.c++/Makefile.in (clean): Add missing '{'.
30579
30580Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
30581
30582 * lib/gdb.exp: Provide a default value for noinferior.
30583
30584 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
30585 Load libgloss.exp.
30586
30587Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
30588
30589 * gdb.disasm/hppa.exp: Compile directly into an executable, use
30590 the executable, not the .o to run the tests from.
30591
30592Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
30593
30594 * gdb.base/break.exp: Don't test for program exit or exit status
30595 if $noresults if nonzero.
30596 * gdb.base/langs.exp: Likewise.
30597 * gdb.base/watchpoint.exp: Likewise.
30598
30599 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
30600 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
30601 trying to compile the testcase.
30602
30603Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
30604
30605 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
30606 * gdb.base/signals.exp (continue to handler): Likewise.
30607
30608Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
30609
30610 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
30611
30612 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
30613
30614Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
30615
30616 * gdb.base/corefile.exp: Recognize "not found" as failure
30617 when trying to determine if a core file was generated.
30618 If no core file was generate the first time, try again without
30619 the ulimit -c to work around braindamaged shells.
30620
30621Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
30622
30623 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
30624 [] tests with "test" and enclose string in quotes.
30625 * gdb.stabs/configure: Rebuild
d63a86f8 30626
c906108c
SS
30627Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
30628
30629 Changes in sync with expect:
30630 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
30631 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
30632 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
30633 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
30634 argument to AC_REQUIRE.
30635 * configure: Regenerated.
30636
30637Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
30638
30639 * gdb.base/corefile.exp: When generating a core, discard any
30640 error messages about ulimit not found and the "core dumped"
30641 message from the shell that runs the coredumper.
30642
30643Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
30644
30645 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
30646
30647 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
30648 which sed script to run. Expect failure for v_comb test
30649 on PA targets too.
d63a86f8 30650
c906108c
SS
30651Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
30652
30653 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
889bf7c5 30654 "print func2::coremaker_local" and for "backtrace in corefile.exp"
c906108c
SS
30655
30656Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
30657
30658 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
30659 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
889bf7c5 30660 "sparc-sun-solaris*" xfails for "p v_comb".
c906108c
SS
30661 * lib/gdb.exp (default_gdb_start): Fix typo.
30662 * gdb.base/corefile.exp: Allow "Core was generated by ..."
30663 messages to not include the full program name that caused
30664 the core dump since some systems (such as solaris) apparently
30665 truncate this path to about 80 characters.
30666 When generating a core file first try increasing the core file
30667 size limit to unlimited since some systems may default it to
30668 zero, and it is harmless to try it. Move the test for failing
30669 to generate a core file to where it will actually get executed.
30670 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
30671 new gdb result from g++ debug info improvements and make old
30672 pattern obsolescent. Also account for size_t differences
30673 (may be int or long).
30674 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
30675 initialization before function call is placed in the delay slot
30676 and thus appears to be skipped over by commands such as "next".
30677
30678Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
30679
30680 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
30681
30682Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
30683
30684 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
30685 input source file; fix code to compile test to deal with this
30686 convention.
30687 * gdb.c++/*.exp: Likewise.
30688
30689Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
30690
30691 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
30692 "bt in signals.exp".
30693
30694Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
30695
30696 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
30697 "step over execarg initialization" and
889bf7c5 30698 "step over corearg initialization".
c906108c
SS
30699
30700Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
30701
30702 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
30703 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
30704
30705Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
30706
30707 From Rob Savoye (rob@poseidon.cygnus.com)
30708 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
30709 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
889bf7c5
PA
30710 configure.in}, gdb.disasm/{Makefile.in, configure.in},
30711 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
30712 configure.in}: Major reworking for autoconfig.
c906108c
SS
30713 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
30714 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
889bf7c5 30715 New files.
c906108c
SS
30716 * config/unix-gdb.exp: Make GDB global.
30717 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
889bf7c5
PA
30718 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
30719 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
30720 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
30721 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
30722 term.exp, twice.exp, watchpoint.exp, whatis.exp},
c906108c 30723 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
889bf7c5
PA
30724 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
30725 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
30726 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
30727 pr-8136.exp, result.exp, string.exp, tuples.exp},
c906108c 30728 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
889bf7c5
PA
30729 to returns as necessary, arrange for test to compile own testcase
30730 executable.
c906108c 30731 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 30732
c906108c
SS
30733Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
30734
30735 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
889bf7c5 30736 clear_xfail at end of test which might not call either pass or fail.
c906108c
SS
30737 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
30738 "backtrace through signal handler".
30739
30740Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30741
30742 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
30743 continuing from a job control stop signal.
30744 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
30745
30746Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
30747
30748 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
30749 * gdb.base/corefile.exp: Likewise.
30750 * gdb.base/funcargs.exp: Likewise.
30751
30752Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
30753
30754 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
30755 * config/monitor.exp: Add support for setting baud rate.
30756
30757Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
30758
30759 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
30760 i*86-*-linux* xfails for "backtrace through signal handler".
30761 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
30762 "print func2::coremaker_local".
30763 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
889bf7c5 30764 alpha-dec-osf2* xfail for
c906108c
SS
30765 "delete all breakpoints when none".
30766
30767Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
30768
30769 * gdb.base/break.exp: Change test that deletes all breakpoints
30770 when no user breakpoints are installed. A post 4.15 change
30771 causes gdb to no longer prompt in this case.
30772
30773Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
30774
30775 * gdb.base/return.exp (return_tests): Change xfail for test
30776 "correct value returned double test" to stop xfailing at
30777 Solaris 2.5. Apparently the bug has been fixed.
30778
30779Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
30780
30781 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
30782 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
30783
30784Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
30785
30786 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
30787 * gdb.disasm/hppa.s: Corresponding changes.
30788
30789Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
30790
30791 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
30792 makefile fragment.
30793 * config/mt-hpux: Deleted.
30794
30795Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
30796
d63a86f8 30797 * Many files: When warning about suppressed tests due to a
c906108c
SS
30798 nonexistant test binary, avoid incrementing the warning count.
30799
30800Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
30801
30802 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 30803
c906108c
SS
30804Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30805
30806 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
30807 "sparc-*-solaris2*".
30808
30809Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30810
30811 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
30812 Add global and local variables and initialize them.
30813 * gdb.base/corefile.exp: Test correct mapping of corefile sections
30814 by printing variables. Remove rs6000 and powerpc xfails, BFD now
30815 extracts the file name and terminating signal from the core file.
30816 * TODO: Remove note about tests for correct mapping of corefile.
30817 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
30818 from optimizing it away.
30819 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
30820 handles common blocks.
30821
30822Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
30823
30824 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
30825 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
30826
30827Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
30828
30829 * Makefile.in (maintainer-clean): New target, synonym for
30830 realclean.
30831 * gdb.base/Makefile.in (maintainer-clean): Likewise.
30832 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
30833 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
30834 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
30835 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
30836 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
30837
30838Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
30839
30840 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
30841 xfails when not gcc compiled for "print foo::funclocal".
30842 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
30843 "print foo::funclocal at foo",
30844 "print 'scope1.c'::foo::funclocal at foo",
30845 "print foo::funclocal_bss at foo",
30846 "print 'scope1.c'::foo::funclocal_bss at foo",
30847 "print foo::funclocal_ro at foo",
30848 "print 'scope1.c'::foo::funclocal_ro at foo",
30849 "print bar::funclocal at foo" and
30850 "print 'scope1.c'::bar::funclocal at foo".
30851 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
30852 gcc compiled for "print foo::funclocal at bar".
30853 Expand all messages to ensure that they identify that
30854 the test is at bar().
30855 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
30856 gcc compiled for:
30857 "ptype on opaque struct pointer (statically)",
30858 "ptype on opaque struct tagname (statically)",
30859 "ptype on opaque struct pointer (dynamically) 1",
30860 "ptype on opaque struct tagname (dynamically) 1",
30861 "ptype on opaque struct pointer (dynamically) 2" and
30862 "ptype on opaque struct tagname (dynamically) 2
30863 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
30864 gcc compiled for:
30865 "p datalocal"
30866 "whatis datalocal",
30867 "ptype datalocal",
30868 "p bsslocal",
30869 "whatis bsslocal", and
30870 "ptype bsslocal".
30871 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
30872 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
30873 when not gcc compiled.
30874 * gdb.base/funcargs.exp (float_and_integral_args): Add
30875 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
30876 compiled.
30877 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
30878 "backtrace from call6a" when not gcc compiled.
30879 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
30880 "backtrace from call7a" when not gcc compiled.
30881 * gdb.base/callfuncs.exp (do_function_calls):
30882 Add "hppa*-*-hpux*" xfail when not gcc compiled for
30883 "p t_char_array_values(char_array_val2,char_array_val1)",
30884 "p t_char_array_values(char_array_val1,char_array_val2)",
30885 "p t_char_array_values("carray 1","carray 2")",
30886 "p t_char_array_values("carray 1",char_array_val2)",
30887 "p t_char_array_values(char_array_val1,"carray 2")",
30888 "p sum_args(1,{2})",
30889 "p sum_args(2,{2,3})",
30890 "p sum_args(3,{2,3,4})",
30891 "p sum_args(4,{2,3,4,5})"
30892 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
30893 "backtrace in corefile.exp" when not gcc compiled.
30894
30895Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30896
30897 * gdb.base/signals.exp: Rewrite `handle all print' test as
30898 a procedure. Accept blanks or TABs as whitespace, increase
30899 timeout and expect input buffer size for the large output
30900 from the command. Remove "i*86-*-bsdi2.0" xfail.
30901
30902Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30903
30904 * gdb.base/setvar.exp: Add new testcases for truncation when
30905 assigning invalid values to bitfields.
30906
30907Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
30908
d63a86f8 30909 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
30910 mips-sgi-irix* xfail for
30911 "call inferior func with struct - returns char *"
30912 and fix test so that an optional (unsigned char *) cast is
889bf7c5 30913 accepted in the result.
c906108c
SS
30914
30915Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
30916
30917 * gdb.base/funcargs.exp (float_and_integral_args): Remove
30918 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
30919 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
30920 * gdb.base/signals.exp: Remove duplicate "handle all print" test
30921 that accidentally got checked in.
30922
30923Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
30924
d63a86f8 30925 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
30926 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
30927 compiled test.
30928 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
30929 Add mips-sgi-irix5* xfail for not gcc compiled.
30930 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
6fdff2c5
PA
30931 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc
30932 compiled for "p top", "whatis top", "p middle", and "whatis
30933 middle".
c906108c
SS
30934 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
30935 "whatis signed char" for not gcc compiled.
30936 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
30937 "set variable signed char=-1 (-1)" and
30938 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
30939 * gdb.base/funcargs.exp (float_and_integral_args):
30940 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
30941 Add mips-sgi-irix* xfail when not gcc compiled for
30942 "continue to call2b".
30943 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
30944 "continue to call2g".
6fdff2c5
PA
30945 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc
30946 compiled for "backtrace from call6a"
30947 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc
30948 compiled for "backtrace from call7k". Add mips-sgi-irix5* xfail
30949 when not gcc compiled for "backtrace from call7a".
c906108c
SS
30950 (localvars_after_alloca): Fix gdb_test cmds for
30951 "print * after runto ...".
30952 Remove rs6000-*-* xfails for
30953 "print i after runto localvars_after_alloca" and
30954 "print l after runto localvars_after_alloca"
30955 for all compilers.
30956 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
889bf7c5 30957 when not compiled with gcc, for:
c906108c
SS
30958 "print signed char == (minus)",
30959 "print signed char != (minus)",
30960 "print signed char < (minus)",
30961 "print signed char > (minus)".
30962 * gdb.base/callfuncs.exp (do_function_calls):
30963 Add mips-sgi-irix* xfail, when compiled with native compiler, for
30964 "call inferior func with struct - returns char *".
d63a86f8 30965 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
30966 "correct value returned double test" to include Solaris 2.4.
30967 * gdb.base/funcargs.exp (float_and_integral_args):
30968 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 30969
c906108c
SS
30970Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30971
30972 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
30973 enumeration bitfields if compiling with GNU C.
30974 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
30975 to empty' prompt.
30976
30977Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
30978
30979 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
30980 test for PRO targets.
30981
30982 * gdb.base/funcargs.exp: Avoid ever setting more than 8
30983 breakpoints in the inferior at any given time by making
30984 two groups of breakpoints for call2*, call6* and call7*
30985 tests.
30986
30987Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30988
30989 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
30990 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
30991 from optimizing it away.
30992 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
30993 "call inferior func with struct".
30994
30995Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
30996
30997 * configure.in: Only configure gdb.chill for particular targets.
30998
30999Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
31000
31001 * gdb.base/Makefile.in: Add action to .c.o transformation
31002 rule that generates a .ci file for each .o file and remove
31003 explicit .c.o rules except for callfuncs.o.
31004 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
31005 generates a .ci file for each .o file and remove explicit
31006 .cc.o rules.
31007 (clean): Remove *.tmp *.ci files.
31008 (EXECUTABLES): Remove templ-info.exp.
31009 * gdb.base/compiler.c: New file.
31010 * gdb.c++/compiler.cc: New file
31011 * gdb.base/scope.exp: Source gdb.base/scope.ci.
31012 Change rs6000-*-* xfail for
31013 "print 'scope0.c'::filelocal_ro" and
31014 "print 'scope1.c'::filelocal" and
31015 "print 'scope1.c'::filelocal_bss" and
31016 "print 'scope1.c'::filelocal_ro" and
31017 "print 'scope1.c'::foo::funclocal" and
31018 "print 'scope1.c'::foo::funclocal_ro" and
31019 "print 'scope1.c'::bar::funclocal" and
31020 "print 'scope0.c'::filelocal_ro" and
31021 "print 'scope1.c'::filelocal at foo" and
31022 "print 'scope1.c'::filelocal_bss at foo" and
31023 "print 'scope1.c'::filelocal_ro at foo" and
31024 "print 'scope1.c'::foo::funclocal at foo" and
31025 "print 'scope1.c'::foo::funclocal_bss at foo" and
31026 "print 'scope1.c'::foo::funclocal_ro at foo" and
31027 "print 'scope1.c'::bar::funclocal at foo" and
31028 "print 'scope0.c'::filelocal_ro" and
31029 "print 'scope1.c'::filelocal" and
31030 "print 'scope1.c'::filelocal_bss" and
31031 "print 'scope1.c'::filelocal_ro" and
31032 "print 'scope1.c'::foo::funclocal" and
31033 "print 'scope1.c'::foo::funclocal_bss" and
31034 "print 'scope1.c'::foo::funclocal_ro" and
31035 "print 'scope1.c'::bar::funclocal" and
31036 "print 'scope1.c'::bar::funclocal_bss"
31037 to only be xfail'd when not compiled with gcc.
d63a86f8 31038 Add rs6000-*-* xfail for
c906108c
SS
31039 "print 'scope0.c'::filelocal_bss before run"
31040 when compiled with gcc.
31041 (test_at_main): Add rs6000-*-* xfail for
31042 "print filelocal_ro in test_at_main"
31043 when compiled with gcc.
31044 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
889bf7c5 31045 Add rs6000-*-aix* xfail for
c906108c
SS
31046 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
31047 "ptype t_char_array", not compiled with gcc.
31048 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
31049 xfail for "list foo (in include file)" when gcc compiled.
31050 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
889bf7c5 31051 (integral_args): Add rs6000-*-* xfail for
c906108c
SS
31052 "run to call0a" if not compiled with gcc.
31053 (unsigned_integral_args): Add rs6000-*-* xfail for
31054 "run to call1a" if not compiled with gcc.
31055 (float_and_integral_args): Add rs6000-*-* xfail for
31056 "run to call2a" if not compiled with gcc and for
31057 "continue to call2b" for any compiler.
31058 Add rs6000-*-* xfail to
31059 "print f1 after run to call2a" for gcc compiled.
31060 (discard_and_shuffle): Add rs6000-*-* xfail for
31061 "run to call6a".
31062 (shuffle_round_robin): Add rs6000-*-* xfail for
31063 "backtrace from call7a" if not compiled with gcc.
31064 Add rs6000-*-* xfail for
31065 "backtrace from call7b" if compiled with gcc.
31066 (call_after_alloca): Add rs6000-*-* xfail for
31067 "print c in call_after_alloca" and
31068 "print s in call_after_alloca" and
31069 "backtrace from call_after_alloca_subr"
31070 if not compiled with gcc.
31071 (localvars_in_indirect_call): Add rs6000-*-* xfail for
31072 "print c in localvars_in_indirect_call" and
31073 "print c in localvars_in_indirect_call" and
31074 "backtrace in indirectly called function" and
31075 "stepping into indirectly called function"
31076 if not compiled with gcc.
31077 (localvars_after_alloca): Add rs6000-*-* xfail for
31078 "print c after runto localvars_after_alloca" and
31079 "print s after runto localvars_after_alloca" and
31080 "print i after runto localvars_after_alloca" and
31081 "print l after runto localvars_after_alloca"
31082 for all compilers.
31083 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
31084 than whatis-info.exp.
31085 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
31086 than opaque-info.exp.
31087 Setup rs6000-*-* xfail for
d63a86f8 31088 "ptype on opaque struct pointer (statically)" and
c906108c
SS
31089 "ptype on opaque struct pointer (dynamically)" when
31090 not compiled with gcc.
31091 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
31092 rather than callf-info.exp.
31093 (do_function_calls): Add clear_xfail for rs6000-*-* for
31094 "p t_float_values2(3.14159,float_val2)". Seems to work
31095 fine there, both with xlc and gcc. Need to find out what
31096 it is doing right and fix other platforms.
31097 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
31098 "call inferior func with struct - returns int",
31099 "call inferior func with struct - returns long",
31100 "call inferior func with struct - returns float",
31101 "call inferior func with struct - returns double",
31102 "call inferior func with struct - returns char *",
31103 but only if not gcc compiled (presumes xlc compiled).
31104 Change rs6000-*-* xfails for
31105 "call inferior func with struct - returns char" and
31106 " call inferior func with struct - returns short" to only
31107 xfail if not using gcc.
31108 (clean mostlyclean): Remove *.ci and *.tmp files.
31109 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
31110 than templ-info.exp.
31111 * gdb.base/langs.exp: Source gdb.base/langs.ci.
31112 Add rs6000-*-* xfail for "up to foo in langs.exp"
31113 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
889bf7c5 31114 when not gcc compiled.
d63a86f8 31115
c906108c
SS
31116Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
31117
31118 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
31119 * gdb.base/corefile.exp: Likewise.
31120 * gdb.base/list.exp: Likewise.
31121 * gdb.base/scope.exp: Likewise.
31122 * gdb.base/siganls.exp: Likewise.
31123
31124 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
31125 compiler output.
31126 * gdb.base/whatis.exp: Likewise.
31127
31128Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
31129
31130 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
31131 failure (opcode table has been fixed to match reality).
31132
31133Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
31134
31135 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
31136 "call inferior func with struct - returns char",
31137 "call inferior func with struct - returns short"
31138
31139 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
31140 "print 'scope0.c'::filelocal at main",
31141 "print 'scope0.c'::filelocal_bss in test_at_main",
31142 "print 'scope0.c'::filelocal at foo",
31143 "print 'scope0.c'::filelocal_bss in test_at_foo",
31144 "print 'scope0.c'::filelocal at bar",
31145 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 31146
c906108c
SS
31147 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
31148 in source file 1". This bug seems to have been fixed with both
31149 gcc and native cc (was native assembler bug?).
31150
31151Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
31152
31153 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
31154 "backtrace through signal handler" to "i*86-*-sysv4*".
31155 * gdb.base/signals.exp: Add xfail for "'next' behaved as
31156 continue" case. Add "known SVR4 bug" to fail message.
31157 Add "i*86-*-bsdi2.0" xfail for "handle all print".
31158 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
31159 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
31160 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
31161 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
31162 "up to foo in langs.exp", "show language at foo in
31163 langs.exp", "up to cppsub_ in langs.exp", "show
31164 language at cppsub_ in langs.exp", "up to fsub in
31165 langs.exp", and "show language at fsub in langs.exp".
31166 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
31167 "bactrace in corefile.exp".
31168 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
31169 "call inferior function with struct - returns float" and
31170 "call inferior function with struct - returns double".
d63a86f8 31171
c906108c
SS
31172Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
31173
31174 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
31175 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
31176 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
31177 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
31178
31179Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
31180
31181 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
31182 (or overriden) "CHILL" macro rather then bare "gcc".
31183 Also look for ../../gcc/xgcc since that is what we will
31184 actually need, not "Makefile". Remove following assignment
31185 of CHILL to CHILL_FOR_TARGET because that results in
31186 recursive definition.
31187
31188Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
31189
31190 * gdb.base/corefile.exp: Change xfail for backtrace in
31191 corefile.exp from linuxaout to all linux.
31192 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
31193 cases where we miss the breakpoint at the signal handler
31194 for some reason. Setup xfail for linuxoldld/linuxaout and
31195 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
31196 hitting SIGURG breakpoint.
31197 * gdb.base/signals.exp: Setup xfail for "next" acting like
31198 continue to add linuxoldld. Setup xfail for all linux for
31199 "next to handler in signals_tests_1", "backtrace in
31200 signals_tests_1", "continue to func1", "pass SIGUSR1",
31201 and continue to handler".
31202
31203Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
31204
31205 * Update all FSF addresses except those in COPYING* files.
31206
31207Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
31208
31209 * gdb.base/a2-run.exp: Change messages to be more explicit about
31210 the status of args, and quote binfile in results.
31211
31212Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
31213
31214 * gdb.base/callfuncs.exp: Add tests for passing structs to
31215 inferior functions and return various types.
31216 * gdb.base/callfuncs.c: Add functions to receive a struct
31217 and return a member of the struct, in various types.
31218
31219Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31220
31221 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
31222
31223Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
31224
31225 * config/vxworks29k.exp: New file, sources vxworks.exp.
31226
31227Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
31228
31229 * config/gdbremote.exp: New file. Testing framework using
31230 gdbserver.
31231
31232Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
31233
31234 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
31235 "call function when asleep" and "send end of file".
31236 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
31237 for "backtrace in corefile.exp".
31238 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
31239 for "backtrace through signal handler".
31240 * gdb.base/corefile.exp: Make sure we actually generate a core file
31241 before trying the core tests. Some systems allow the user to suppress
31242 generation of core files and default to that (linux for example).
31243 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
31244 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
31245
31246Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
31247
31248 * gdb.threads: New directory with some crude multi-threaded
31249 gdb tests (step.exp and step2.exp).
31250 * config/mt-lynx (STEP_EXECUTABLE): Define.
31251 (THREADFLAGS): Define.
31252
31253Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
31254
31255 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
31256
31257 * gdb.base/signals.exp: Disable whole file for lynx until
31258 further notice.
31259
31260 * gdb.base/signals.exp: xfail test where "next" acts like
31261 "continue" for lynx.
31262
31263 * gdb.base/interrupt.exp: xfail test for calling function while
31264 inferior is asleep for lynx.
31265
31266 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
31267 than one cr-lf after each command.
31268
31269Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31270
31271 * configure.in: Reinstate setting of stabsdirs variable, fix
31272 typo in setting up configdirs for native builds.
31273
31274 * gdb.base/return.exp: Fix typo in return double test.
31275 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
31276 compiler from optimizing them away.
31277
31278Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
31279
31280 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
31281 sequences to be echo'd by gdb when using gdb_test.
31282 * gdb.chill/chexp.exp: Likewise.
31283 * gdb.fortran/exprs.exp: Likewise
31284
31285Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
31286
31287 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
31288 after the inferior gdb has started.
31289
31290 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
31291 after each command.
31292 * gdb.base/funcargs.exp: Likewise.
31293 * gdb.base/gdbvars.exp: Likewise.
31294 * gdb.base/interrupt.exp: Likewise.
31295 * gdb.base/list.exp: Likewise.
31296 * gdb.base/watchpoint.exp: Likewise.
31297 * gdb.c++/demangle.exp: Likewise.
31298 * gdb.c++/inherit.exp: Likewise.
31299 * gdb.chill/chexp.exp: Likewise.
31300 * gdb.fortran/exprs.exp: Likewise.
31301
31302 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
31303 test if we can't handle IO to/from the inferior.
31304
31305 * gdb.c++/misc.exp: Always check for a program already being
31306 started after sending a "run" command to gdb.
31307
31308 * gdb.base/twice.exp: Start with a fresh gdb.
31309
31310 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
31311 only depend on gdb's expression code, not the chill runtime.
31312
31313 * gdb.base/return.c: Put return values into variables so we
31314 can have gdb print them rather than depending on the program
31315 to print them.
31316 * gdb.base/return.exp: Corresponding changes.
31317
31318 * lib/gdb.exp: Provide default value for noinferiorio.
31319 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
31320 the inferior.
31321
31322 * gdb.base/break.exp: Always check for a program already being
31323 started after sending a "run" command to gdb.
31324 (text_next_with_recursion): Don't check the output from the
31325 program's printf statement. Instead just make sure the program
31326 exited.
31327
31328 * gdb.base/commands.exp: Protect tests which need arguments with
31329 $noargs conditionals.
31330
31331Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31332
31333 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
31334 of structure member arrays to match gdb/valops.c:value_addr change.
31335
31336Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
31337
31338 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
31339 cases.
31340
31341Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
31342
31343 * configure.in (configdirs): Remove gdb.chill from default list
31344 of subdirs and then add it back in only if doing a native build.
31345 The current chill compiler does not yet work in any cross build.
31346 * Revert all signal changes from Jul 6.
31347 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
31348 for sh-hms targets, allowing these tests to link, with no other
31349 changes. Testing is suppressed by setting "nosignals" in site.exp.
31350
31351Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
31352
31353 * configure.in (signaldirs): Define and add to configdirs for all
31354 targets except some specific ones that are known to not support signals.
31355 Also clean up formatting.
31356 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
31357 (signals, sigall): Remove rules to build.
31358 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
31359 Moved to new gdb.signals directory.
31360 * gdb.signals: New test directory.
31361 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
31362 signals.c signals.exp}: New or moved files.
31363
31364Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
31365
31366 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
31367
31368Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
31369
31370 * gdb.base/return.exp: Xfail `return double' test failure
31371 on at least Solaris 2.3 and handle future/past versions on
31372 a case by case basis as appropriate. Also update message
31373 to include i*86 failures.
31374
31375Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31376
31377 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
31378
31379 * lib/gdb.exp: Fix comment which erroneously identified
31380 gdb_file_cmd as gdb_load (the 19 May change was in fact to
31381 gdb_file_cmd not gdb_load).
31382 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
31383
31384 * gdb.base/setvar.exp: Make test names consistent between pass and
31385 fail cases. Use gdb_test more.
31386
31387Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31388
31389 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
31390
31391Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31392
31393 * gdb.base/help.exp: Fix expected help string for `show commands'.
31394
31395Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
31396
31397 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
31398
31399 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
31400 of a text section.
31401
31402Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
31403
31404 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
31405 that loop eventually terminates. Fix Connection refused logic so
31406 that testsuite will expire nicely.
31407
31408Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
31409
31410 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
31411 config/rom68k.exp: New tcl glue for the appropriate monitors.
31412 These all just end up calling monitor.exp.
31413 * config/monitor.exp (gdb_target_monitor): Handle `Connection
31414 refused' by retrying. Cleanup some timeout issues.
31415 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
31416 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
31417 callers don't have to set/restore global timeout variable.
31418
31419 * The following set of changes centralizes management of the global
31420 timeout variable. This way, it can be set in one target dependent
31421 place instead of dozens of places scattered throughout the test suite.
31422 If you need to lengthen a timeout, then you should either set timeout
31423 in one of the config/{target}.exp files, or multiply it by a factor.
31424 Setting it to an absolute value is always going to lose for some
31425 targets.
31426 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
31427 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
31428 * gdb.base/funcargs.exp: Don't set timeout.
31429 * gdb.base/list.exp (test_forward_search): Only use local timeout.
31430 * gdb.base/printcmds.exp (test_print_string_constants
31431 test_print_array_constants): Don't set timeout.
31432 * gdb.base/ptype.exp: Don't set timeout.
31433 * gdb.base/recurse.exp: Don't set timeout.
31434 * gdb.base/return.exp: Don't set timeout.
31435 * gdb.base/watchpoint.exp: Don't set timeout.
31436 * gdb.c++/classes.exp (do_tests): Don't set timeout.
31437 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
31438
31439Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
31440
31441 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
31442
31443Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31444
31445 * lib/gdb.exp: Disable chill tests for irix5.
31446
31447Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31448
31449 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
31450 each test pass or fail.
31451
31452Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31453
31454 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
31455 xlc not gcc.
31456
31457Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
31458
31459 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
31460
31461Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
31462
31463 * config/est.exp: Fix copyright and comments. Remove dead code.
31464 Use targetname, serialport and baud variables instead of fixed
31465 constants.
31466 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
31467 * config/cpu32bug.exp: New file to support cpu32bug monitors.
31468
31469Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31470
31471 * gdb.base/watchpoint.exp: Don't run
31472 test_watchpoint_triggered_in_syscall for sunos.
31473
31474Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31475
31476 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
31477 they don't seem to exist. Do include stdio.h.
31478
31479Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31480
31481 * gdb.base/a1-selftest.exp: Add alpha xfail.
31482
31483Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31484
31485 * gdb.base/watchpoint.c (main): Prompt before calling read().
31486 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
31487 Revise accordingly. Remove cruft about sending "123" several
31488 times, until it gets noticed. Clean up the "print buf[0]" stuff
31489 so that it passes or fails, and waits for prompts in the usual way.
31490
31491Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31492
31493 * gdb.base/recurse.exp: Fix comment.
31494
31495 * TODO: Remove item about printing variables in nodebug.exp. Add
31496 item about enabling tests which are only run on some targets.
31497
31498 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
31499 fail, make test names unique, use new gdb_test convention
31500 regarding pattern, use gdb_test more, etc.).
31501
31502 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
31503 fail, make test names unique, etc.).
31504
31505Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31506
31507 * gdb.base/nodebug.c: Change return type of top and middle to
31508 short.
31509 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
31510 are fixed by the recent mdebugread.c changes. Allow `short ()'
31511 as type for top and middle.
31512
31513Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31514
31515 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
31516 nearly as I can tell, the whole thing was an accident in Stu's
31517 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
31518 to replace a send/expect pair with gdb_test, but ended up only
31519 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
31520 of 30 Mar 1995 took care of it, but left this vestigial comment
31521 which I am now nuking.
31522
31523Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31524
31525 * gdb.base/break.exp: Look for different line number for
31526 breakpoint at main depending on usestubs.
31527
31528Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31529
31530 * gdb.base/list.exp: Adjust some alternate expect patterns to
31531 match recent list0.c change. Add alternate expect pattern for
31532 output from `list default lines around main' for optimizing
31533 compilers.
31534
31535Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31536
31537 * lib/gdb.exp: If nosignals is not set, set it to 0.
31538
31539Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
31540
31541 * config/slite-gdb.exp: Responds to load symbol table prompt.
31542 * gdb.base/break.exp: Adjust line number, fix rerun.
31543 * gdb.base/langs0.c: Add #ifdef usestubs.
31544
31545Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
31546
31547 * gdb.base/list.exp: Adjust line contents after adding new lines in
31548 list0.c. Also fix a syntax error.
31549
31550 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
31551 * gdb.base/break.exp: ditto.
31552 * gdb.base/list.exp: ditto.
31553 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
31554 * gdb.base/run.c: ditto.
31555 * gdb.base/list0.c: ditto.
31556 * gdb.base/funcargs.c: ditto.
31557
31558Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
31559
31560 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
31561 $targetname, $serialport and $baud instead of hardwired variables.
31562 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
31563 target doesn't support signals.
31564
31565Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
31566
31567 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
31568
31569Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31570
31571 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
31572 Don't rely on the value of an auto variable before it has been
31573 initialized. Use gdb_test more.
31574
31575Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31576
31577 * lib/gdb.exp (default_gdb_version): A version number must start
31578 with a digit, but other than that contains all characters up to
31579 the first whitespace character.
31580
31581Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31582
31583 * gdb.base/commands.exp (breakpoint_command_test): New tests.
31584
31585Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31586
31587 * gdb.c++/*.exp: Warn if executable does not exist. The original
31588 reason for skipping the warning was that configure.in sometimes
31589 intentionally skipped building the executables but the tcl code
31590 had no way of knowing. That (a) was always bogus with respect to
31591 error handling, (b) is no longer true (right now there is no way
31592 to skip C++ tests).
31593
31594 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
31595
31596Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31597
31598 * gdb.base/list.exp: Add expect patterns for output from
31599 SunPRO compiled executables.
31600 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
31601 types.
31602
31603Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31604
31605 * gdb.base/break.exp (test_next_with_recursion): Accept any line
31606 number (we are already testing that the correct source line text
31607 gets printed).
31608
31609 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
31610 that is what is intended, but something needed to be done to get
31611 sunos4 native working again.
31612
31613 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
31614
31615 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
31616 apparently went with a (very) old xfail.
31617
31618Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
31619
31620 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
31621 runto_main is a proc in gdb.exp that will do 'step' for target use
31622 stubs.
31623 * gdb.base/exprs.exp: ditto.
31624 * gdb.base/interrupt.exp: ditto.
31625 * gdb.base/opaque.exp: ditto.
31626 * gdb.base/printcmds.exp: ditto.
31627 * gdb.base/ptype.exp: ditto.
31628 * gdb.base/scope.exp: ditto.
31629 * gdb.base/setvar.exp: ditto.
31630 * gdb.base/signals.exp: ditto.
31631 * gdb.base/twice.exp: ditto.
31632 * gdb.c++/classes.exp: ditto.
31633 * gdb.c++/inherit.exp: ditto.
31634 * gdb.c++/templates.exp: ditto.
31635 * gdb.base/break.exp: no run and hit main for stubs. Change line
31636 numbers for breakpoints and info breakpoint.
31637 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
31638 breakpoint().
31639 * gdb.base/callfuncs.c: ditto.
31640 * gdb.base/exprs: ditto.
31641 * gdb.base/interrupt.c: ditto.
31642 * gdb.base/opaque0.c: ditto.
31643 * gdb.base/printcmds.c: ditto.
31644 * gdb.base/ptype.c: ditto.
31645 * gdb.base/scope0.c: ditto.
31646 * gdb.base/setvar.c: ditto.
31647 * gdb.base/signals.c: ditto.
31648 * gdb.base/twice.c: ditto.
31649 * gdb.c++/misc.cc: ditto.
31650 * gdb.c++/templates.cc: ditto.
31651
31652Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31653
31654 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
31655
31656 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
31657 somewhere between `read' and `main.c'. I'm pretty sure the
31658 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
31659 and it isn't particularly useful.
31660
31661 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
31662
31663Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31664
31665 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
31666
31667Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
31668
31669 * config/mt-slite: add LIBS and -nostdlib.
31670 * config/slite-gdb.exp: add this new file to support sparclite target.
31671
31672Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
31673
31674 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
31675
31676 * gdb.base/a2-run.exp: Change argument to istarget from
31677 "*-*-vxworks" to "*-*-vxworks*".
31678 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
31679
31680Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
31681
31682 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
31683 will not runto main but do a 'step' to step out of breakpoint().
31684 * config/mt-slite: add -Dusestubs.
31685
31686Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31687
31688 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
31689 instead of just @.
31690
31691 * gdb.base/signals.exp: Add test for "handle all print".
31692 * TODO: Remove "handle all print". Also remove item about
31693 checking copyright date (I don't like the idea of a spurious FAIL
31694 based on when we run the tests).
31695
31696 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
31697 for SunOS4 (reason for failure not investigated). Remove
31698 redundant test for $binfile.
31699
31700 * gdb.base/nodebug.c (array_index): Call malloc.
31701
31702 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
31703
31704Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
31705
31706 * gdb.base/recurse.exp: Update gdb_test invocation to use new
31707 conventions and slightly simplify the matching regexp.
31708
31709Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31710
31711 * gdb.base/break.exp: Update gdb_test invocation to use new
31712 convention.
31713
31714 * lib/gdb.exp: If noargs is not set, set it to 0.
31715
31716 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
31717 tests unique.
31718
31719 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
31720
31721Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31722
31723 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
31724 one argument of type "<non-float parameter>".
31725
31726Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
31727
31728 * config/rom68k.exp: New file to support Motorola IDP board.
31729 * gdb.base/a2-run.exp: Skip this file if noargs is set.
31730 * gdb.base/break.c: Change things around so that this program
31731 doesn't depend upon args. This is necessary to make remote
31732 targets work (in general, they can't take args).
31733 * gdb.base/break.exp: Don't try to send args to program. Don't
31734 expect output. Also, replace lots of code with gdb_test.
31735
31736Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31737
31738 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
31739 printing of '\'' (which is what the comment says we are testing,
31740 even though we were not), not '''.
31741 (test_integer_literals_rejected): Test that printing ''' is an error.
31742
31743 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
31744 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
31745 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
31746 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
31747 Use gdb_test not test_print_accept.
31748 * lib/gdb.exp: Remove test_print_accept.
31749
31750 * gdb.base/signals.exp (signal_tests_1): Make pass message
31751 consistent with fail message.
31752
31753 * gdb.base/whatis.exp: Remove xfails for printing char vs.
31754 unsigned char; the bug (PR 1821) is fixed.
31755
31756 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
31757
31758 * gdb.base/scope.exp (test_at_localscopes): Call pass for
31759 successful tests--makes xfailing them work right.
31760
31761Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31762
31763 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
31764 only \r\n, not .*. The test can pass .* as the last thing in
31765 $pattern if that is what it wants. In addition to providing this
31766 flexibility, this change should speed up pattern matching in cases
31767 where the pattern already ended with .* (there were a number of
31768 them). This change also helps catch bad patterns--in the old
31769 scheme the typo "char \*" instead of "char \\*" would pass. Now
31770 it is caught.
31771 * Many .exp files: Update callers.
31772
31773 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
31774 clearer and does not spuriously match multiple ('s. Likewise for
31775 ) and *.
31776
31777 * gdb.base/nodebug.exp: Test ability to call a function and pass
31778 it a string (even with no debugging info).
31779
31780 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
31781 "p '\'", which is the same as "p ''" once tcl gets done with
31782 quoting, to "p '\\'", which I suspect is what is intended (one
31783 backslash gets sent to GDB).
31784
31785 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
31786
31787Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31788
31789 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
31790 1817) was fixed literally years ago.
31791
31792Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31793
31794 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
31795 test, it causes stepping out of call_after_alloca_subr with
31796 optimizing compilers.
31797 (localvars_in_indirect_call): Consume GDB prompt if `finish'
31798 fails.
31799
31800 * gdb.c++/templates.exp: Source templ-info.exp only if
31801 the templates executable exists.
31802
31803 * gdb.c++/misc.cc (class Contains_static_instance,
31804 class Contains_nested_static_instance),
31805 gdb.c++/classes.exp (test_static_members): Test printing of
31806 a class that contains a static instance of the class.
31807
31808Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31809
31810 * gdb.base/langs2.c (cppsub_): Don't prototype.
31811 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
31812 only, I believe).
31813
31814Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31815
31816 * lib/gdb.exp (skip_chill_tests): New procedure.
31817
31818 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
31819
31820Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
31821
31822 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
31823 each expect pattern. Cuts runtime from 12 to about 4 seconds.
31824
31825Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31826
31827 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
31828
31829 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
31830 disassemble 8, not 16, instructions for part 4.
31831
31832 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
31833 support the latter anymore.
31834
31835 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
31836 -DNO_PROTOTYPES.
31837 * gdb.base/callfuncs.c: Control use of prototypes based on
31838 NO_PROTOTYPES, not __STDC__.
31839 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
31840 t_float_values2 tests if prototypes in use.
31841
31842 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
31843 t_double_values): When checking differences against DELTA, check
31844 that difference is within the range (-DELTA,DELTA), not just
31845 (-infinity,DELTA).
31846
31847Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
31848
31849 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
31850 'file' command firts, then 'target', then 'load', this is due to gdb
31851 target set up.
31852 * config/mips-gdb.exp: Fix a couple regular exp bugs.
31853
31854Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
31855
31856 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
31857 FP load/store variants.
31858 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
31859
31860Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
31861
31862 * gdb.base/term.exp: Do not give a warning if not native, it is
31863 not an abnormal condition.
31864
31865Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
31866
31867 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
31868 t_char_array".
31869
31870Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
31871
31872 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
31873 are getting the version number.
31874
31875 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
31876 if not native, it is not an abnormal condition.
31877
31878Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31879
31880 * lib/gdb.exp: Just use "file exists", rather than undocumented
31881 dejagnu procedure "findfile".
31882
31883Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
31884
31885 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
31886 (LDFLAGS): Set to -Xlinker -Ur.
31887
31888 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
31889 Removed, these values are set by lib/gdb.exp.
31890
31891 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
31892
31893Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
31894
31895 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
31896 of replicating gdb startup code.
31897
31898 * config/mt-vxworks (LDFLAGS): Set to -r.
31899 (CFLAGS_FOR_TARGET): Removed.
31900
31901 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
31902 (gdb) and gdb for vxworks uses (vxgdb).
31903
31904 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
31905 executable is not in the tree and host != target, use sed and
31906 program_transform_name to determine the gdb name used by the
31907 target.
31908
31909 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
31910 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
31911
31912Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31913
31914 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
31915 floats, chars, and shorts where there are ANSI-style function
31916 definitions.
31917
31918 * gdb.base/langs.exp, gdb.base/langs*: New test.
31919 * gdb.base/Makefile.in: Build it.
31920 * TODO: Remove item about checking that C names don't get C++
31921 demangling applied; this test tests it.
31922
31923Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31924
31925 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
31926 went with the const70 xfail. The xfail went away a year ago.
31927
31928 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
31929
31930 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
31931 for hp300.
31932
31933 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
31934
31935 * gdb.base/a1-selftest.exp: Don't run on hp300.
31936
31937Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31938
31939 * Makefile.in (site.exp): Set host_alias and target_alias as well
31940 as host_triplet and target_triplet.
31941
31942Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31943
31944 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
31945
31946 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
31947 places as other ecoff systems).
31948
31949 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
31950 ultrix.
31951
31952Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31953
31954 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
31955 remove them.
31956 * gdb.base/nodebug.exp: Accept "function" in addition to "text
31957 variable and "variable" in addition to "data variable".
31958 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
31959
31960 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
31961 2.
31962 * gdb.base/list1.c (long_line): Add additional statement at start
31963 of function.
31964 * gdb.base/list.exp (test_forward_search): Update line number to
31965 reflect new statement.
31966
31967Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31968
31969 * gdb.base/signals.exp: Reinitialize searched source directories
31970 after gdb_start call.
31971
31972Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
31973
31974 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
31975 * gdb.stabs/Makefile.in: Likewise.
31976
31977 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
31978 change. Instead split the tests into smaller pieces.
31979 * gdb.disasm/hppa.s: Corresponding changes.
31980
31981Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31982
31983 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
31984 Quote ^C when passing it to stty. For some shells ^ is a pipe.
31985
31986 * gdb.base/funcargs.exp: Modify many tests so that every test
31987 either passes or fails. Make some test names unique.
31988
31989Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31990
31991 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
31992 Call stty to set interrupt character.
31993
31994 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
31995 for HP assembler versus GNU assembler based on actual behavior of
31996 $(CC), rather than assuming that $(AS) is always the GNU assembler.
31997
31998 * TODO: Suggest a few more stepping tests.
31999
32000Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
32001
32002 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
32003 restart GDB for h8300 after a continue.
32004 (return): Add pattern to match a29k-udi behavior.
32005 * gdb.base/nodebug.exp: Remove obsolete comment.
32006 * gdb.base/regs.exp: New file, testing of register displays.
32007 * gdb.base/return.exp: Fix typo in reference to $objdir.
32008 * gdb.base/whatis.exp: Always start with a fresh GDB.
32009
32010Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32011
32012 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
32013 higher, these tests generate a lot of output.
32014
32015Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32016
32017 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
32018 code following the catch silently ignored some errors; without the
32019 catch they should be thrown like any other tcl error. Also, the
32020 catch used "" instead of {} which meant all the callers who wanted
32021 to include one of the characters "[]$ had to quote it an extra time.
32022 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
32023 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
32024 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
32025 Remove extra quoting.
32026
32027Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
32028
32029 * gdb.base/commands.exp: Make test names unique; every test either
32030 passes or fails. Update some comments.
32031
32032 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
32033
32034Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32035
32036 The following fixes a FAIL caused by the fact that the alpha stabs
32037 configuration didn't use the ".if alpha" code in weird.def.
32038 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
32039 bit pointer, so the 32 bit version works even on the alpha.
32040 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
32041 Remove the stuff which allowed us to have separate versions for
32042 alpha and everything else.
32043
32044 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
32045 regexp which "info func operator\[\](" is supposed to match. Fix
32046 string to send to GDB. Note that GDB still doesn't work right. Add a
32047 new test for "info func .perator\[\](" which GDB does handle correctly.
32048
32049 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
32050
32051Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32052
32053 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
32054 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
32055 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
32056 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
32057 it makes the tests harder to understand and confuses test-o-matic.
32058 The preferred style is that each test provides a PASS or a FAIL,
32059 and has a unique message (e.g. "continue #54" not just "continue")
32060 which is the same for the pass and the fail.
32061 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
32062 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
32063 to lib/gdb.exp.
32064 * gdb.base/printcmds.exp: Use test_print_accept. Remove
32065 prt_accept which was basically the same thing. Likewise for
32066 test_print_reject and prt_reject.
32067 * lib/gdb.exp (test_print_reject): Add some more error message
32068 patterns to match from the former printcmds.exp (prt_reject).
32069 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
32070 One defect of the passcount stuff is that some of it failed to
32071 report XPASS where appropriate.
32072 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
32073 stuff before and after arg in expected pattern.
32074 (test_paddr_operator_functions): Re-do test without print_addr_of;
32075 this is the only test which seems to want extra stuff there.
32076
32077Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32078
32079 * gdb.base/nodebug.exp: Update new tests to reflect improved
32080 wording of gdb output.
32081
32082 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
32083 and "ptype" work on variables in files compiled without -g.
32084 Replaces commented out "maint print msymbol" tests.
32085
32086Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32087
32088 * gdb.base/setvar.c (dummy): Call malloc.
32089
32090 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
32091 losing with the irix4 sed.
32092
32093 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
32094 ALRM" on irix4.
32095
32096Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32097
32098 * TODO: Remove items about corefile.exp testing new exec-file and
32099 backtrace; both are now done. Add items about printing enums.
32100
32101Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32102
32103 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
32104 "get signal $thissig" test fails.
32105
32106 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
32107
32108Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32109
32110 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
32111 compiler warning with dec alpha compiler.
32112
32113 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
32114 extra \n from gdb_test call (this explains why the prompt test
32115 that I removed yesterday was there).
32116 (user_defined_command_test): Remove extra \n and prompt test.
32117
32118 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
32119 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
32120 doesn't exist.
32121 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
32122 Also remove alpha workaround, which turns out to be because
32123 SIGABRT == SIGLOST.
32124
32125 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
32126
32127 * gdb.base/help.exp: Don't test "help show".
32128
32129Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32130
32131 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
32132 "set print address" is on.
32133 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
32134 pass prompt to gdb_test; gdb_test already looks for the prompt.
32135
32136 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
32137
32138 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
32139 was a vestige of the manual TESTSTRATEGY, and the purpose of it
32140 was to make sure that gdb can read a core file. But (a) the "read
32141 the corefile" part didn't make it to a1-selftest.exp, we just
32142 delete the corefile after creating it, and (b) we test reading
32143 corefiles in corefile.exp anyway. Also, this test left around a
32144 xgdb process on Solaris.
32145
32146 * gdb.base/corefile.exp: Also test backtrace.
32147
32148Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
32149
32150 * gdb.base/commands.exp: Test a simple user defined command with
32151 arguments and if/while statements; verify the full user command is
32152 printed by "show user".
32153
32154 * gdb.base/commands.exp: Test if/while commands as part of a
32155 breakpoint command list; verify they appear in breakpoint
32156 information.
32157
32158Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32159
32160 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
32161 than by dividing by zero.
32162
32163Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
32164
32165 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
32166 performing an inferior call with watchpoints enabled.
32167 * gdb.base/watchpoint.c (main): Delete second unnecessary read
32168 call.
32169
32170Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32171
32172 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
32173 of "file" command.
32174
32175 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
32176 Add additional pattern for when "int operator int(void);" appears
32177 in a different order.
32178
32179Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32180
32181 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
32182
32183 * gdb.base/help.exp: Replace most of docstrings for "info signals"
32184 and "signal" with ".*".
32185
32186Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32187
32188 * TODO: Add note about "handle all nostop".
32189
32190 * gdb.base/{sigall.c, sigall.exp}: New test.
32191 * gdb.base/Makefile.in: Add it.
32192
32193Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
32194
32195 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
32196 when invoking GDB, suppresses any windowing interface.
32197
32198Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
32199
32200 * config/sim-gdb: New file, simulator testing support.
32201
32202Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
32203
32204 * gdb.base/interrupt.exp: Test calling func1 twice.
32205
32206Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
32207
32208 * gdb.base/list.exp (test_forward_search): Set timeout higher
32209 when we'll be getting lots of output from gdb.
32210
32211 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
32212 "init_malloc" to after the expect statement. Run it if that
32213 regexp is taken, but also for two others which happen if source
32214 cannot be found.
32215
32216Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32217
32218 * gdb.base/printcmds.exp: New test, for printing register before
32219 program is running.
32220
32221Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32222
32223 * gdb.base/list.exp: Correct some alternate expect patterns
32224 to reflect changes in list1.c.
32225
32226Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32227
32228 * TODO: Add item regarding large frames.
32229
32230 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
32231
32232 * TODO: Remove item about enabling return.exp; it
32233 is enabled. Suggest a few more "return" tests.
32234
32235Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32236
32237 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
32238 anonymous unions.
32239
32240Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32241
32242 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
32243 and pr-5646.o, so "make" is the same as "make all", not "make
32244 pr-4975.o".
32245
32246Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
32247
32248 * gdb.base/list.exp: Adjust expectations to reflect changes in
32249 list1.c.
32250 (test_forward_search): New test proc.
32251 * gdb.base/list1.c (long_line): New function, has long source line.
32252
32253Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
32254
32255 * gdb.base/a1-selftest.exp: Change initial stepping to know about
32256 additional line of code that was added.
32257
32258Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
32259
32260 * gdb.disasm/hppa.s: Break the large branching tests into smaller
32261 tests so as not to overflow expect's input buffers.
32262 * gdb.disasm/hppa.exp: Corresponding changes.
32263
32264Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32265
32266 Beginnings of template debugging tests.
32267 * gdb.c++/templ-info.cc: New file to test for template
32268 debugging capability of the compiler.
32269 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
32270 templ-info.cc.
32271 * gdb.c++/templates.cc: Add explicit template instantiations
32272 to enable compiling with -fno-implicit-templates. Add destructor
32273 and 'value' method to T5 class for template tests.
32274 * gdb.c++/templates.exp: Add testcases for printing of template
32275 types, setting breakpoints on template methods and calling a
d63a86f8 32276 template method.
c906108c
SS
32277
32278Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
32279
32280 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
32281 branch target since some assemblers (gas-2.5) may emit a
32282 relocation for the branch instead of resolving it in the
32283 assembler.
32284
32285Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32286
32287 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
32288 through signal handler.
32289
32290Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32291
32292 * configure.in (*-*-netware): Use config/mt-netware.
32293
32294 * config/mt-netware: New file.
32295 * config/mt-i386-netware: Removed, separate configs for different
32296 netware architectures are no longer needed now that we have
32297 --with-headers.
32298
32299Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32300
32301 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
32302 by the recent changes to use ANSI C arithmetic conversions.
32303
32304Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32305
32306 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
32307 bug involving using inferior_pid to figure out whether to select a
32308 frame.
32309
32310Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
32311
32312 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
32313 match the current disassembler output.
32314
32315Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
32316
32317 * gdb.fortran/exprs.exp: Expect VOID instead of void.
32318 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
32319 types, expect "int" as type of integer values (for now).
32320
32321Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
32322
32323 * gdb.base/commands.exp: New tests for if/while commands.
32324
32325Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
32326
32327 * lib/gdb.exp (runto): Replace sub-pattern for hex value
32328 by .*, since hex values have different syntax in Chill mode.
32329
32330Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32331
32332 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
32333 linefeed from expect pattern for repeated types with indices > 9.
32334
32335Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
32336
32337 First part of Fortran test suite.
32338 * gdb.fortran: New directory.
32339 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
32340
32341Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32342
32343 * gdb.base/default.exp: Update expect pattern for load command
32344 without arguments.
32345
32346Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
32347
32348 * configure.in: Change i386 to i[345]86.
32349 * gdb.base/configure.in: Likewise.
32350 * gdb.c++/configure.in: Likewise.
32351 * gdb.chill/configure.in: Likewise.
32352
32353Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
32354
32355 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
32356 patterns, since that is not a valid context for comments.
32357
32358Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
32359
32360 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
32361 repeated types and repeated types with indices > 9.
32362
32363Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
32364
32365 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
32366 2417; old bug has been fixed.
32367
32368Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
32369
32370 * gdb.base/interrupt.exp: When trying to wake up the inferior,
32371 send the newline ourselves instead of assuming gdb_test will do
32372 so when passed an empty input string.
32373
32374 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
32375 stabs testcode.
32376
32377Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32378
32379 * lib/gdb.exp (gdb_test): Don't send anything if the first
32380 argument is an empty string. This makes cases where we want to
32381 match output that is already in expect's buffers (for example,
32382 matching a breakpoint after gdb_run_cmd has been called) work
32383 reliably.
32384
32385Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32386
32387 * config/netware.exp: New file.
32388
32389Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32390
32391 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
32392 the -B and -L prefixes so we can find the debugging stub.
32393
32394 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
32395 there and we are using the gcc from the tree.
32396
32397 * gdb.base/types.c: Removed.
32398
32399 * gdb.base/configure.in: Look for makefile fragments in ../config.
32400 Recognize i386-*-netware.
32401 * gdb.c++/configure.in: Likewise.
32402
32403Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32404
32405 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
32406 the correct TCL syntax.
32407
32408Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32409
32410 * gdb.base/opaque.exp: use runto instead of messing around with
32411 breakpoints. Simplify by using gdb_test.
32412
32413 * gdb.base/bitfields.exp: restart between tests on netware targets
32414 because breakpoints aren't relocated after target death. Run
32415 processes to completion.
32416
32417 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
32418
32419Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
32420
32421 * Makefile.in: Remove extra tabs that confuse some versions
32422 of "make". Use the newly built gdb to test with by default,
32423 rather than the first one in the tester's search path.
32424
32425Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
32426
32427 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
32428
32429 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
32430 condition help.
32431
32432Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32433
32434 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
32435
32436 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
32437 running.
32438 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
32439 * gdb.base/funcargs.exp: Likewise.
32440
32441 * gdb.base/bitfields.exp: Simplify by using gdb_test.
32442 * gdb.base/funcargs.exp: Likewise.
32443
32444 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
32445 message is "".
32446
32447Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32448
32449 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
32450 return,signals,twice}.exp: Handle non-existant binaries
32451 consistantly.
32452
32453 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
32454 * gdb.base/Makefile.in: Don't try to generate a core dump, we
32455 might testing a cross development system.
32456
32457Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32458
32459 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
32460 runtest script is relative to ${srcdir}, not ${rootdir}.
32461
32462Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
32463
32464 * gdb.base/signals.exp: Allow for optionality of breakpoint
32465 address.
32466
32467Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32468
32469 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
32470
32471Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32472
32473 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
32474 for size_t definition.
32475 * gdb.c++/templates.cc: Likewise
32476
32477 * config/mt-i386-netware: New file.
32478
32479 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
32480 defined.
32481
32482 * gdb.base/Makefile.in: Added support for systems that name core
32483 files by appending "core" to the program name.
32484 * gdb.base/a1-selftest.exp: Likewise.
32485
32486Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32487
32488 * gdb.base/return.exp: Add comment and message for `return double'
32489 test failure on Sparc Solaris.
32490
32491Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
32492
32493 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
32494
32495Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32496
32497 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
32498 from optimizing them away.
32499 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
32500 patterns to include default constructors and assignment operators,
32501 to match gcc versions beyond 2.5.8. Accept any cplus demangling
32502 character in the output of the virtual base pointer.
32503
32504Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32505
32506 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
32507 expression match in print_addr_of to avoid unintented matches.
32508 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
32509 versions up to 2.5.8.
32510
32511Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32512
32513 * gdb.base/list.exp: Tweak alternate pattern for listing of an
32514 included file to run under newer versions of expect.
32515 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
32516 consecutive >'s in templates to accomodate recent cplus-dem.c change.
32517 Remove xfail for the virtual table of BDDHookV.
32518
32519Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
32520
32521 * lib/gdb.exp (string_to_regexp): Set a default result.
32522 (default_gdb_start): Fix misleading message.
32523
32524Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
32525
32526 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
32527 Remove all CC, etc definitions.
32528 * config/mt-hpux: New file.
32529 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
32530 (CFLAGS, LDFLAGS): Define.
32531 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
32532
32533 * Makefile.in (site.exp): Don't insert host_os, etc.
32534 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
32535 (distclean): Check existence of subdir.
32536 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
32537 * gdb.base/Makefile.in: General cleanup and simplification.
32538 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
32539 to build executables. Use default rule to build .o files.
32540 (EXPECT, RUNTEST, CC): Fix relative pathname.
32541 (site.exp): Don't insert host_os, etc.
32542 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
32543 and/or SIGUSR1 defined.
32544 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
32545 * gdb.c++/Makefile.in: General cleanup and simplification.
32546 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
32547 (CFLAGS): Remove.
32548 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
32549
32550Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
32551
32552 * gdb.base/recurse.exp: Misc changes to get tests running again
32553 after Kung's changes to the watchpoint code.
32554 * gdb.base/watchpoint.exp: Likewise.
32555
32556Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
32557
32558 * lib/gdb.exp (string_to_regexp): Convert {\} also.
32559
32560Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
32561
32562 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
32563 * lib/gdb.exp (default_gdb_start): Define.
32564 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
32565 gdb.base/funcargs.exp, gdb.base/opaque.exp,
32566 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
32567 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
32568 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
32569 Don't call gdb_target_udi in between tests.
32570
32571Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32572
32573 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
32574 (which was basically just a local version of the same thing). In
32575 addition to avoiding duplication, gdb_test_exact is faster.
32576 * lib/gdb.exp (gdb_test_exact): Fix typo.
32577
32578 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
32579 don't give an error.
32580
32581 * gdb.base/term.exp: Call delete_breakpoints before starting.
32582
32583 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
32584 (t10): Add comment.
32585
32586Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
32587
32588 Reorganization of the GDB Test Suite.
32589
32590 * gdb.base: New directory, contains all the basic tests.
32591 * gdb.c++: New directory, tests specific to C++.
32592 * gdb.chill: New directory, tests specific to Chill.
32593 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
32594 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
32595 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
32596 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
32597 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
32598 t30-31 to chill).
32599 * */gdbme.*: Rename to match appropriate expect scripts.
32600 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
32601 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
32602 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
32603 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
32604 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
32605 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
32606 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
32607 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
32608 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
32609 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
32610 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
32611 gdb.c++/virtfunc.cc: New names of C++ files.
32612 * gdb.chill/chillvars.ch: New name of Chill file.
32613 * gdb.base/configure.in, gdb.c++/configure.in,
32614 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
32615 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
32616 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
32617 * configure.in (configdirs): Update to reflect directory changes.
32618 (target_abbrev): No longer define for any configuration.
32619 * Makefile.in: Cosmetic improvements to header comments.
32620
32621Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
32622
32623 Various changes to gdb.t31:
32624
32625 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
32626 * gdbme.ch: Make all key-words and predefineds be upper-case.
32627 * chillvars.exp: Expect key-words and predefinds in upper-case.
32628
32629 * chillvars.exp: Use gdb_test_exact many places.
32630 Change expected output for arrays (which now includes index labels).
32631
32632 * pr-5020.exp, gdme.ch (module PR_5020):
32633 New test, for PR-5020.
32634
32635Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
32636
32637 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
32638 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
32639
32640Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
32641
32642 * Makefile.in: Fix bit-rot in definitions of CHILL,
32643 CHILL_FOR_TARGET and Chill_LIB.
32644 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
32645 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
32646 CHILL, and CHILL_LIB.
32647
32648Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
32649
32650 * Revert the previous changes. Please see Rob's directory
32651 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
32652
32653Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
32654
32655 * Makefile.in, configure.in, config/mips-gdb.exp,
a9c64011
AS
32656 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
32657 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
32658 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
c906108c
SS
32659 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
32660 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
32661 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
32662 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
32663 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
32664 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
32665 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
32666 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
32667 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
32668 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
32669 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
32670 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
32671 changes from 94Q1.
32672
32673Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
32674
32675 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
32676 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
32677 Rob's new testing fragments.
32678
32679Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
32680
32681 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
a9c64011 32682 lib/gdb.exp: Replace error proc calls with perror.
c906108c
SS
32683
32684Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
32685
32686 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
32687 version also, match on casted version strings, and match on
32688 gdb startup case where the line numbers might be messed up.
32689
32690Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
32691
32692 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
a9c64011 32693 (CFLAGS): Delete it from here.
c906108c
SS
32694
32695Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
32696
32697 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
32698
32699Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
32700
32701 * Makefile.in (RUNTEST): Default to just "runtest".
32702
32703Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32704
32705 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
32706 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
32707 the code has been restructured.
32708
32709Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32710
32711 * gdb.t00/default.exp (set write): Allow any number of \r and/or
32712 \n, not just one of each.
32713
32714 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
32715 /bin/cc gives a warning if you do.
32716
32717Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
32718
d63a86f8 32719 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
32720 __t10ListS_link1ZUiRCUiPT0
32721
32722Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32723
32724 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
32725 on local variables in recursive functions.
32726
32727 * gdb.t07/Makefile.in: Build the new test.
32728
32729Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32730
32731 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
32732 directly. Instead compare the return values from actual calls.
32733
32734Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
32735
32736 * Makefile.in (check): Set TCL_LIBRARY for runtest.
32737
32738Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32739
32740 * From Peter Schauer with minor modifications.
a9c64011
AS
32741 * gdb.t15/return.exp (return_tests): Handle targets where "return"
32742 stops in mid-line in the caller. Add xfail for returning a float
32743 value on X86 targets.
c906108c
SS
32744
32745Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32746
32747 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
32748 to avoid expect lossage.
32749 (fmem_LRbug_tests): Likewise.
32750 * gdb.disasm/hppa.s: Corresponding changes.
32751
32752 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
32753 conditions to work with latest dejagnu/expect.
32754
32755 * gdb.t15/funcargs.exp (finish from indirect call): No longer
32756 expected to fail on the PA.
32757 (backtrace in call with trampolines): Explicitly require main
32758 to be frame #1 (no trampolines should show up in backtrace).
32759
32760 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
32761 "continue -expect".
32762 * gdb.t06/break.exp: Likewise.
32763 * gdb.t07/watchpoint.exp: Likewise.
32764 * gdb.t13/bitfields.exp: Likewise.
32765 * gdb.t15/{funcargs,return}.exp: Likewise.
32766 * gdb.stabs/weird.exp: Likewise.
32767 * config/{mips,udi}-gdb.exp: Likewise.
32768
32769 * hppa.sed: Enclose comments within a sed command to avoid
32770 losing with the old OSF1 sed.
32771
32772Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32773
32774 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
32775 sequent dynix.
32776 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
32777 * gdb.t15/funcargs.exp: Conditionally step again to really
32778 finish from marker_call_with_trampolines. Handle the case where
32779 the first step from within call_with_trampolines already steps
32780 us back to main.
32781 * gdb.t15/gdbme.c: Add comment to closing brace of
32782 call_with_trampolines for funcargs.exp.
32783
32784Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32785
d63a86f8 32786 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
32787 Fix typo(s).
32788
32789Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32790
32791 * gdb.t07/gdbme.c: More code for watchpoint testing.
32792
32793 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
32794 "Hardware watchpoint" throughout file.
32795 (test_watchpoint_triggered_in_syscall): New test.
32796 (test_complex_watchpoint): New test.
32797
32798Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32799
32800 * gdbme.c (call_with_trampolines): New function to try and step
32801 into. Tests trampoline problems on the PA.
32802
32803 * funcargs.exp (localvars_in_indirect_call): No longer expect
32804 stepping into indirect call to fail on PAs.
32805 (test_stepping_over_trampolines): New test.
32806
32807Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32808
32809 * TODO: Add suggestions for static member function tests, and
32810 completion tests.
32811
32812Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32813
32814 * TODO: Add suggestions for "p/a" tests.
32815
32816 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
32817 (default_gdb_exit): Replace all the hair with sending "quit" to
32818 the process with a simple close.
32819
32820Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32821
32822 * TODO: Add suggestions for shared library tests.
32823
32824Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32825
32826 * TODO: Add suggestions for x/s tests.
32827
32828Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32829
32830 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
32831 "enable once", and "enable breakpoints once" with ".*".
32832
32833Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32834
32835 * TODO: Add suggestions about structure passing tests.
32836
32837Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32838
32839 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
32840 the primary1 test, use work around if __GNUC__ < 2.
32841 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
32842 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
32843 Test for bad output rather than waiting for timeout. Issue
32844 second continue only if first continue failed.
32845
32846Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
32847
32848 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
32849 operator[] test with gdb_test because the old code didn't seem to
32850 be getting the quoting right with the new dejagnu.
32851
32852Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
32853
32854 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
32855 one from the path.
32856 * Makefile.in: Use a fresh expect if there is one, use runtest
32857 from the src tree if there is one.
d63a86f8 32858
c906108c
SS
32859Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
32860
32861 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
32862 next over recursive call. Revise the tests from that point on
32863 (which had been skipped) to match GDB's actual (correct) output.
32864
32865 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
32866 with next over a breakpoint whose condition is false.
32867
32868 * gdb.t00/help.exp: Comment out "help set print" tests just like
32869 (and for same reason as) "help set" test.
32870
32871Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32872
32873 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
32874 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
32875
32876Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32877
32878 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
32879 necessary gdb_target_udi.
32880
32881 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
32882
32883 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
32884 1838 and 2417; they are fixed.
32885
32886 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
32887 gdb.t03/ptype.exp (ptype structure, ptype union):
32888 Remove xfails; the test is looser than when the xfails were added.
32889
32890 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
32891 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
32892
32893 * gdb.t01/run.exp: Only run shell test if isnative.
32894
32895 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
32896 since "run" automatically loads if necessary. Call gdb_target_udi
32897 after the "file" since "file" kills any execution target.
32898
32899 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
32900 GDB. GDB doesn't work that way (not anymore at least) on UDI.
32901 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
32902 argument for UDI.
32903
32904Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
32905
32906 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
32907
32908 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
32909
32910Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32911
32912 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
32913 properly quoting regexps. This makes the second argument to
32914 demangle a fixed string, which matches the callers, instead of a
32915 shell-style pattern which is what the previous implementation
32916 used. Update some of the callers.
32917
32918Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32919
32920 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
32921 (comib_nullified_tests): Fix typo.
32922 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
32923 strings. No longer expected to fail.
32924
32925 * gdb.disasm/hppa.s (addib_tests): Fix typo.
32926 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
32927 strings. No longer expected to fail.
32928
32929 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
32930 string. No longer expected to fail.
32931
32932Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32933
32934 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
32935 No longer expected to fail.
32936
32937 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
32938 string. No longer expected to fail.
32939
32940Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32941
32942 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
32943 only in the names (I probably got most of them). I was even
32944 generous with some which differed in underscores in names, and
32945 probably missed a few, and I *still* was able to remove almost a
32946 third of the file with almost no impact on testsuite coverage.
32947
32948Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32949
32950 * gdb.t00/default.exp: Match udi_attach error message as well as
32951 the one from child_attach.
32952
32953 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
32954
32955 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
32956
32957 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
32958 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
32959
32960 * Move test with enums and partial symbols back to
32961 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
32962 Reverts the change of 26 May 93. Per today's change to
32963 stabs.texinfo, the behavior that weird.exp was expecting was
32964 unreasonable; what is important is that the compiler+gdb get
32965 things right, which happens with a recent gcc. Also fix the test
32966 to deal with native compilers which put out the stab gdb can't
32967 deal with.
32968
32969Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32970
32971 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
32972 in the names. The main thing these accomplish is to slow things down.
32973 Many more such duplicates surely remain.
32974
32975 * gdb.t00/help.exp: Comment out "help support" test just like
32976 (and for same reason as) "help set" test.
32977
32978Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
32979
32980 * gdb.t06/break.exp: Remove setup_xfails for
32981 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
32982 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
32983 about known bug in gcc to include up through 2.5.8.
32984 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
32985 well as "_vb$".
32986 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
32987 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
32988 with latest gcc and gdb.
32989 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
32990 well as "_vb$".
32991
32992Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32993
32994 * configure.in (hppa*-*-*): Also configure and build stabs-only
32995 tests.
32996
32997Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32998
32999 * gdb.t10/hppa.mt: A makefile fragment for the PA.
33000 * gdb.t10/configure.in (hppa*-*-*): Use it.
33001
33002Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33003
33004 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
33005
33006Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33007
33008 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
33009 versions prior to 1.13.5.
33010
33011Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33012
33013 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
33014 the prompt is at the start of a line.
33015
33016Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33017
33018 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
33019 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
33020 in the copr tests now.
33021 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
33022 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
33023 expected to fail.
33024
33025Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
33026
33027 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
33028 gdb.t31/chillvars.exp, lib/gdb.exp:
33029 Tweak to run under either version of expect.
33030 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
33031 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
33032 * gdb.t11/list.exp: Remove extraneous whitespace.
33033
33034Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33035
33036 * gdb.t16/printcmds.exp (test_print_strings): Accept
33037 "(unsigned char *) " before the string.
33038
33039 * TODO: Add notes about printing of fancy types and GDB expressions.
33040
33041Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
33042
33043 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
33044 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 33045 if doing mips-idt-ecoff.
c906108c
SS
33046
33047Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
33048
33049 * Most .exp files: Tweak to run under either version of expect.
33050
33051Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33052
33053 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
33054 xfails; I'm not sure why they are failing, but not because of PR 1806.
33055
33056Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
33057
33058 * config/unix-gdb.exp: Remove gdb_unload cause it's already
33059 defined in lib/gdb.exp.
33060
33061Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33062
33063 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
33064 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
33065 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
33066 have to be typeless.
33067
33068Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33069
33070 * TODO: Add suggestion for copyright year test.
33071
33072Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
33073
33074 * configure.in (*-*-lynxos*): Add stabs tests.
33075
33076Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
33077
33078 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
33079 so insert a tab before any assembler directive in column zero.
33080
33081 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
33082 stores.
33083 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
33084 stores.
33085 (fpu_short_memory_tests): Likewise.
33086
33087Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33088
33089 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
33090 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
33091 .stabs directives in comments.
33092
33093Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33094
33095 * TODO: New file, describing tests we could write.
33096 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
33097
33098Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33099
33100 * gdb.t06/signals.exp: Add kludge to force re-sync.
33101
33102 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
33103 to xgdb instead of gdb, get out of gdb.
33104
33105Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
33106
33107 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
33108 for info.
33109
33110Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
33111
33112 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
33113 * gdb.stabs/configure.in (hppa*-*-*): Use it.
33114 * gdb.stabs/hppa.sed: New sed script for the PA.
33115
33116Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33117
33118 * gdb.stabs: Re-write weird.def and configuration to use sed
33119 instead of cpp. sed is portable and POSIX; cpp is neither.
33120
33121Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33122
33123 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
33124
33125Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33126
33127 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
33128
33129Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33130
33131 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
33132 "_vb$".
33133 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
33134 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
33135
33136Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33137
33138 * lib/gdb.exp: Comment out code which depends on non-existent
33139 `transform' procedure.
33140
33141Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
33142
33143 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
33144 * lib/gdb.exp: Transform tool name.
33145 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
33146 1.1's new error handling system.
33147
33148Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33149
33150 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
33151
33152Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33153
33154 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
33155 They made pattern matching so slow that timeouts happened on
33156 heavily loaded systems. Now any output from "show print" which
33157 gets us back to the GDB prompt is a PASS.
33158
33159Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
33160
33161 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
33162
33163Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33164
33165 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
33166
33167 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
33168 It is not from PR 3220.
33169
33170Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33171
33172 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
33173 just started failing because they depended on the order the
33174 subcommands are presented, or exact docstring text. This kind of
33175 test is a pain and has minimal benefit.
33176
33177Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33178
33179 * gdb.t09/corefile.exp: At end of test, use "core" command with
33180 no arguments.
33181
33182Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
33183
33184 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
33185 17}/Makefile.in: Make it possible to run the testsuite with Sun
33186 make and CC = cross gcc by adding explicit build rules for .o
33187 files.
33188
33189Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33190
33191 * gdb.t15/funcargs.exp: Don't put comments on same line as
33192 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 33193
c906108c
SS
33194Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33195
33196 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
33197
33198Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
33199
33200 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
33201 * gdb.t20/inherit.exp: remove three dumplicate entries.
33202
33203Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33204
33205 * gdb.t06/break.exp: For "next over recursive call", fail on any
33206 incorrect output, not just on "factorial (value=2)".
33207
33208Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33209
33210 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
33211 working now. Add an xfail if accesing a bss variable causes
33212 a memory error if the target is not yet run.
33213
33214Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33215
33216 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
33217 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
33218 name of __st* demangling (2 strings). Did Kung really get the
33219 more than 95 others right without testing them?
33220
33221Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
33222
33223 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
33224
33225Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
33226
33227 * configure.in (configdirs): Add gdb.disasm
33228 * gdb.disasm: New directory for GDB disassembler tests.
33229 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
33230
33231Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33232
33233 * gdb.t00/help.exp: Don't test "help set".
33234
33235 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
33236 from within expect statements. None of these happen anymore and
33237 they cause regressions to be silently unnoticed.
33238
33239 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
33240 messages) about known failures with gcc cygnus-2.4.5-930417.
33241
33242 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
33243 comp-info.exp so it gets built if it doesn't exist.
33244
33245 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
33246 it is no longer used.
33247 * gdb.t13/comp-info.c: Removed.
33248
33249Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
33250
33251 * gdb.t06/signals.exp: Add xfail for sun3.
33252
33253Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33254
33255 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
33256 relevant because ^C doesn't get sent but failure can be reproduced
33257 interactively).
33258
33259Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33260
33261 * gdb.stabs/alpha.mt: New configuration file for alpha.
33262 * gdb.stabs/configure.in: Use it.
33263 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
33264 sharing with alpha.mt, redefine long to word via preprocessor.
33265 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
33266 for alpha.
33267 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
33268 native cc.
33269 * gdb.t00/teststrategy.exp: Change expect string so that we
33270 consume the `(xgdb)' from the command echo and from the gdb prompt.
33271 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
33272 gdb currently compares all values as long, so this failure probably
33273 applies to any configuration where LONGEST is bigger than a target int.
33274 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
33275 with gcc.
33276 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
33277 to handle opaque pointers, gcc is.
33278 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
33279 as first argument. Include <sys/types.h> and change all operator
33280 new definitions to use size_t.
33281 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
33282 now that we use size_t.
33283
33284Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33285
a9c64011 33286 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
c906108c 33287 a long or float array cast all array members to the same type.
a9c64011 33288 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
c906108c 33289 with 64 bit longs.
a9c64011 33290 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
c906108c 33291 on alpha.
a9c64011 33292 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
c906108c
SS
33293
33294Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33295
33296 * gdb.t24 (demangle.exp): Constructors of templates have names like
33297 vector<int>::vector(int) not vector<int>::vector<int>(int). See
33298 section 14.6 of the ARM.
33299
33300 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
33301 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
33302 accomplish little and slow down the testsuite.
33303
33304 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
33305 Accept spaces various places.
33306
33307Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33308
33309 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
33310 with watchpoint enabled.
33311
33312 * Makefile.in: Remove definition of CC and remove the second
33313 definition of CXX (the "CXX = gcc" one remains). These definitions
33314 were causing backquotes to be expanded within backquotes, which
33315 doesn't work.
33316
33317Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
33318
33319 * gdb.t17/callfuncs.exp: Add "return 0" to end.
33320
33321Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33322
a9c64011
AS
33323 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
33324 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
c906108c
SS
33325 by mips cc and contains no stabs entries.
33326
33327Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
33328
33329 * config/vx-gdb.exp: Use fake device to load files rather than
33330 NFS.
33331 * lib/gdb.exp: New proc to do "file" command.
33332 * config/unix-gdb.exp: Use new "file" proc.
33333
33334Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
33335
33336 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
33337 Rework board rebooting slightly.
33338 (gdb_exit): Don't exit from the remote shell; there isn't one.
33339 * gdb.stabs/weird.exp: If a program is being debugged already,
33340 kill it.
33341 * gdb.t04/setvar.exp: Stop and restart gdb.
33342 * gdb.t05/expr.exp: Likewise.
33343 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
33344 restart gdb and reload the program.
33345 * gdb.t08/opaque.exp: Likewise.
33346 * gdb.t12/scope.exp: Likewise.
33347 * gdb.t13/bitfields.exp: Likewise.
33348 * gdb.t15/funcargs.exp: Likewise.
33349 * gdb.t20/classes.exp: Likewise.
33350 * gdb.t03/ptype.exp: Increase timeout.
33351 * gdb.t16/printcmds.exp (test_print_string_constants,
33352 test_print_array_constants): Likewise.
33353 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
33354 * gdb.t20/classes.exp (do_tests): Likewise.
33355 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
33356
33357Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
33358
33359 * gdb.stabs: Renamed *wierd* to *weird*.
33360
33361Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
33362
33363 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
33364 for timeout. Add "known gcc 2.4.5 bug" to failure message.
33365
33366Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
33367
33368 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
33369 (do_tests): Remove xfail for whatis on one_var and two_var.
33370
33371Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
33372
33373 * Makefile.in: Made cross building work better by adding
33374 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
33375
33376Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33377
33378 * gdb.t15/{return.c,return.exp,Makefile.in}:
33379 New test, currently commented out.
33380
33381Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
33382
33383 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
33384 still running and removes the leftover named socket so GDb can do
33385 clean restarts.
33386
33387Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
33388
33389 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
33390 console, not GDB.
33391 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
33392 cross testing works better with "make check"
33393 * config/unix-gdb: Use default procedures for exit and version.
33394 * config/vx-gdb.exp: Cleaned up and massaged back to working order
33395 with the newest VxWorks.
33396
33397Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33398
33399 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
33400 old form.
33401
33402 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
33403 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
33404
33405 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
33406
33407 * config/unix-gdb.exp: Remove this version of gdb_exit
33408 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
33409 Rob says he'll look at it when he gets back to testing boards.
33410
33411Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
33412
33413 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
33414 an expected fail for certain ptype commands.
33415
33416 * gdb.t20/classes.exp: Update expected results of "ptype class
33417 Base1" to account for the constructor that now appears in the type.
33418
33419Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
33420
33421 * configure.in (configdirs): Restore gdb.t04, which mysteriously
33422 disappeared from list.
33423 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
33424 "alldone" proc with call to cleanup and exit.
33425 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
33426 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
33427 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
33428 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
33429 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
33430 "alldone" proc with simple returns that suppress remaining
33431 tests. The alldone proc went away many months ago.
33432
33433Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33434
33435 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
33436
33437 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
33438
33439Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33440
33441 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
33442 as vax gdb will display them.
33443
33444Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33445
33446 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
33447 optimizers.
33448
33449 * scope.exp: Change "bad value for localval" messages so each one
33450 is unique.
33451
33452 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
33453 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
33454
33455 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
33456
33457Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33458
33459 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
33460 doesn't exist (due to optimization).
33461
33462Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33463
33464 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
33465 contains \r because the filename is long.
33466
33467 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
33468 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
33469
33470Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33471
33472 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
33473 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
33474 Ultrix.
33475 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
33476 int tests.
33477 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
33478
33479Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
33480
33481 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
33482
33483 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 33484 to match does not match the passing case but still matches the
c906108c
SS
33485 failing case.
33486
33487Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33488
33489 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
33490
33491Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
33492
33493 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
33494 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
33495 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
33496 Remove various versions of gdb_exit.
33497 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
33498 gdb_exit.
33499 * config/unix-gdb.exp: gdb_exit remains here, and should override
33500 the generic version, since it's doing a lot of wierd stuff that
33501 the other versions aren't. FIXME, fold it in, or abandon this
33502 version.
33503
33504Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33505
33506 * gdb.t24/demangle.exp: Add tests for PR 3220.
33507
33508Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33509
33510 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
33511
33512Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
33513
33514 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
33515 "i386-*-*". Works for i486 as well.
33516
33517 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
33518 bug, and expand domain of xfail to all SVR4 systems, since the
33519 actual problem is likely to be in generic SVR4 /proc support.
33520
33521Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33522
33523 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
33524
33525Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
33526
33527 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
33528 xfails for other systems. Match a missing 'Continuing.' as an
33529 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
33530
33531 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
33532 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
33533 Only issue warning for missing executables if -all option is used.
33534
33535 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
33536 file if -all option is used. It's like an unpredictable XFAIL.
33537
33538Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33539
33540 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
33541 for dynamically linked binaries.
33542
33543 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
33544
33545Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33546
33547 * gdb.t20/inherit.exp: Change message for "print tagless struct"
33548 to state that this is a known bug in old versions of g++.
33549
33550Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33551
33552 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
33553 while waiting for `Continuing'.
33554
33555Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
33556
33557 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
33558 in text, data, and bss.
33559 * gdb.t10/nodebug.c: Add local and global test variables for
33560 initialized and uninitialized data.
33561
33562Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33563
33564 * config/unix-gdb.exp (gdb_exit): Add "wait".
33565
33566Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33567
33568 * gdb.t06/signals.exp: xfail the continue from the handler for all
33569 targets.
33570
33571 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
33572 function with watchpoints enabled, the i386 call dummy starts with
33573 a call.
33574
33575 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
33576 386 bsd names its corefiles.
33577
33578Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
33579
33580 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
33581 compilers don't grok it.
33582 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
33583 with small octal ints rather than character constants, which
33584 are signed and might not fit if first promoted to int.
33585
33586Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
33587
33588 * gdb.t09/Makefile.in (clean): Remove corefile.
33589
33590Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33591
33592 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
33593
33594Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33595 and Jim Kingdon (kingdon@cygnus.com)
33596
33597 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
33598 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
33599 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
33600
33601Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33602
33603 * gdb.t17/interrupt.exp: Add xfail for hppa.
33604
33605Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33606
33607 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
33608 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
33609 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
33610 to determine signed-ness of bitfields and use the result to setup
33611 the xfail.
33612 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
33613 * gdb.t15/funcargs.exp: Use them to step until the second indirect
33614 call line is reached if necessary.
33615
33616Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33617
33618 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
33619
33620Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33621
33622 * gdb.t06/break.exp: Also test `clear' command.
33623
33624Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
33625
33626 * gdb.t00/teststrategy.exp: Remove extra quote.
33627
33628 * gdb.t07/watchpoint.exp: Change xfail for calling function with
33629 watchpoint enabled to be for all non-68k machines.
33630
33631 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
33632
33633Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33634
33635 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
33636 targets use aout.mt instead of ecoff.mt as gas understands
33637 standard aout format.
33638
33639Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
33640
33641 * lib/gdb.exp (runto): Don't insist that function we are running to
33642 was compiled with -g.
33643
33644 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
33645
33646 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
33647 to get back into the read system call.
33648 Accept leading newline in case where we woke it up.
33649
33650Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33651
33652 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
33653 to make the stabs test work on ecoff systems using gcc and -with-stabs.
33654 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
33655 enable ecoff configuration.
33656
33657Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33658
33659 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
33660
33661Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33662
33663 * gdb.t16/printcmds.exp: Add another printf test.
33664
33665Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
33666
33667 * configure.in: If configured -with-stabs on any target, add
33668 stabsdirs to configdirs.
33669
33670Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33671
33672 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
33673 fun" so pattern does not match the command itself.
33674
33675Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33676
33677 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
33678
33679Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33680
33681 * gdb.t17/interrupt.exp: Test for more things.
33682
33683Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33684
33685 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
33686 compiler arranges the code and line numbers.
33687
33688 * gdb.t17/interrupt.exp: Don't send \n after ^C.
33689
33690Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33691
33692 * gdb.t00/help.exp: Increase expect input buffer size.
33693
33694Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33695
33696 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
33697
33698 * gdb.t07/watchpoint.exp: Add xfail for hppa.
33699
33700 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
33701
33702 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
33703 [0-9]*, not just [0-9].
33704
33705Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33706
33707 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
33708
33709 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
33710
33711Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33712
33713 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
33714
33715Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33716
33717 * gdb.t06/signals.c: Add xfails for sun3.
33718
33719 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
33720
33721 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
33722 test_stepping tests.
33723
33724Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33725
33726 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
33727
33728 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
33729
33730 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
33731 rather than actually putting it through cpp twice.
33732
33733 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
33734
33735Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
33736
33737 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
33738 no longer needed.
33739
33740Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33741
33742 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
33743
33744 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
33745 C++ features prints as "struct", make it a pass, not an xfail.
33746
33747Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33748
33749 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
33750 Don't require VA to print as "class" rather than "struct".
33751
33752Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
33753
33754 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
33755
33756Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33757
33758 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
33759
33760Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33761
33762 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
33763 order.
33764
33765Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33766
33767 * gdb.t16/printcmds.exp: Add printf tests.
33768
33769 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
33770
33771 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
33772
33773Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
33774
33775 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
33776 pass counts, to counteract any existing or future setup_xfails.
33777
33778Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33779
33780 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
33781 {BEGIN,END}_COMMON for common block instead of STAB.
33782 * gdb.stabs/wierd.exp: Add xfail for rs6000.
33783
33784 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
33785 intp_var should be N_GSYM not N_LSYM.
33786 wierd-aout.S: Use a label for the value of the N_SO.
33787 wierd.def: Remove all backslashes.
33788 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
33789
33790Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33791
33792 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
33793 get the expected next to inheritance3.
33794
33795Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33796
33797 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
33798 now that gcc-2.4 gets it right.
33799
33800Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33801
33802 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
33803
33804 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
33805 generating comp-info.exp which works for cross-compilation.
33806
33807Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
33808
33809 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
33810 "*-*-sysv4.*".
33811
33812Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
33813
33814 * gdb.t01/run.exp: Start with a fresh gdb.
33815 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
33816 SVR4.x.
33817
33818Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
33819
33820 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
33821 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
33822 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
33823 Makefile.in (distclean, realclean): Remove gdbme.c from list of
33824 things to remove.
33825
33826Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
33827
33828 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
33829 test cases from bug reports.
33830
33831Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
33832
33833 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
33834 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
33835 avoid spurious xfails.
33836 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
33837 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
33838 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
33839
33840Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
33841
33842 * gdb.t00/teststrategy.exp: Rework to provide more useful
33843 description of each test, fix problem with systems that define
33844 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
33845 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
33846 results for "next over recursive call" so timeouts aren't taken
33847 by error.
33848
33849Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
33850
33851 * gdb.t12/scope.exp: Test printing of variables before run.
33852
33853 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
33854 printed in wrong order due to sorting.
33855
33856Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
33857
33858 * gdb.t00/teststrategy.exp: Fix expected results for printing
33859 user entered string constant. Is array of char, prints with no
33860 address.
33861
33862 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
33863 commands.
33864 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
33865 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
33866 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
33867 of struct of char arrays.
33868 * gdb.t00/radix.exp: New tests for radix commands.
33869
33870Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
33871
33872 * gdb.t16/printcmd.exp: Print a variable before running program
33873 (with xfail for AIX).
33874
33875Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
33876
33877 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
33878
33879 * gdb.t16/printcmd.exp: Don't print variables before running program.
33880
33881 * gdb.t06/break.exp: Don't require envp argument to main.
33882
33883 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
33884
33885 * gdb.t02/whatis.exp, gdb.t11/list.exp:
33886 Add xfails for rs6000.
33887
33888 * gdb.t02/whatis.exp: Change other tests not to re-test something
33889 we already tested.
33890
33891 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
33892 each type used has a variable of that type.
33893
33894Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
33895
33896 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
33897
33898Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
33899
33900 * configure.in: change srctrigger to be a file, not a directory
33901
33902Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
33903
33904 * configure.in (mips-idt-ecoff*): Added trailing '*'.
33905
33906 * gdb.t11/list.exp: Fixed a couple of typos.
33907
33908Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
33909
33910 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
33911 is fixed and PR is closed.
33912 * gdb.t16 (gdbme.c): Add simple test string variable.
33913 * gdb.t16 (printcmds.exp): Add tests with simple test string
33914 variable, primarily for boundaries on "set print elements".
33915
33916Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
33917
33918 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
33919 Make leading 0's optional and don't expect a tab in the middle
33920 of the number.
33921
33922 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
33923
33924 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
33925 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
33926 don't end command passed to gdb_test with newline.
33927
33928 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
33929 signed keyword away, don't expect signed bitfields to be signed.
33930
33931 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
33932 printing with only as many 1's as are in the field as well as printing
33933 with 32 1's (see comment).
33934
33935Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
33936
33937 * gdb.t00/default.exp: Start with a fresh gdb.
33938 * configure.in (configdirs): Remove gdb.t31 until the chill
33939 compiler works again. It no longer is able to find chillrt0
33940 since it isn't in libchill.a anymore.
33941 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
33942 wierd.o, make more modular.
33943 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
33944 spurious newlines that caused problems.
33945
33946Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33947
33948 * Move test with enums and partial symbols from gdb.t03/ptype.exp
33949 to gdb.stabs/wierd.exp since GCC has worked around the bug.
33950 gdb.stabs/wierd.{exp,def}: Many new tests.
33951
33952 * gdb.t00/default.exp: update info line for new message.
33953
33954 * gdb.t02/{whatis.exp,gdbme.c}:
33955 Test that "char *" doesn't print as "caddr_t".
33956
33957Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33958
33959 * gdb.t00/help.exp: Use .* in place of some help messages which
33960 just changed.
33961 gdb.t00/default.exp: Update "info frame" test for new message.
33962 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
33963 Remove some xfails
33964
33965Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33966
33967 * gdb.t03/{gdbme.c,ptype.exp}:
33968 Add tests for typedef'd struct and union without tags.
33969 Also check "whatis" on a variable of a typedef'd enum without a tag.
33970
33971 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
33972 PRMS 1823; the bug still exists but isn't reproduced by this test
33973 anymore), and remove rs6000 XFAIL (the bug is fixed).
33974
33975 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
33976 duplicated from whatis.exp. For those that are left, accept
33977 "long", "long int", or "int" for long variables (whatis.exp already
33978 has an XFAIL for "int", so no need to fail it here).
33979
33980 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
33981 Deal with GCC's names for types now that GDB uses the compiler's names.
33982
33983 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
33984 setup_xfail's for sunos4. If we #defined the signed keyword away,
33985 don't expect GDB to know that char it is signed.
33986
33987 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
33988
33989Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
33990
33991 * configure.in (configdirs): Add gdb.t24 for C++ tests that
33992 should work on any system, regardless of debugging format.
33993 * gdb.t21/demangle.exp: Move to gdb.t24.
33994 * gdb.t24/demangle.exp: Move from gdb.t21.
33995 * gdb.t24/{Makefile.in, configure.in}: New files.
33996
33997Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33998
33999 * configure.in: Do gdb.stabs and C++ tests only for stabs.
34000 * gdb.stabs: New directory.
34001
34002Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34003
34004 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
34005 not just "Quit anyway?".
34006
34007Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
34008
34009 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
34010 that all setup_xfails are immediately followed by clear_xfails.
34011
34012Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
34013
34014 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
34015 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
34016 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
34017 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
34018 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
34019 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
34020 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
34021 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
34022 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
34023 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
34024 gdb.t31/chillvars.exp, lib/gdb.exp:
34025 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
34026 bug-gdb@prep.ai.mit.edu.
34027
34028Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
34029
34030 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
34031 with 0.0, not integer 0.
34032
34033Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
34034
34035 * gdb.t06/break.exp: Update for "Kill the program" message change.
34036
34037Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
34038
34039 * Makefile.in (GDBFLAGS): Set to -nx.
34040 * Makefile.in (site.exp): Use GDBFLAGS.
34041
34042Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
34043
34044 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
34045 Makefiles.
34046 (check): depend on just-check.
34047 (just-check): added so that tests can be run without a noop
34048 build pass.
34049
34050Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
34051
34052 Switch to using configure's configdirs.
34053 * Makefile.in (Makefile): add configure.in dependency.
34054 (SUBDIRS): removed redundant assignment.
34055 * configure.in: switch subdirs assignment to configdirs.
34056 * gdb.t*/configure.in: new files.
34057
34058Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
34059
34060 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
34061 works.
34062
34063Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
34064
34065 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
34066 in explicit rules. Apparently this is not supported by some makes.
34067
34068Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
34069
34070 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
34071
34072Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34073
34074 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
34075 disappeared.
34076
34077Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
34078
34079 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
34080
34081Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
34082
34083 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
34084 watchpoint problem that is now fixed.
34085 * gdb.t30/chexp.exp: Remove setup_xfail for printing
34086 uninitialized convenience variables.
34087 * gdb.t31/chillvars.exp: Fix expected patterns for printing
34088 structures.
34089
34090Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34091
34092 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
34093 which causes expect to get out of sync with gdb on long output
34094 from help set.
34095 * gdb.t09/corefile.exp: Make expected pattern for core file
34096 failing signal and frame output format less sun specific.
34097
34098Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
34099
34100 * gdb.t31/chillvars.exp: Add and remove initial dummy
34101 breakpoint, so that symbol table is forced in.
34102 (Needed at least on Sunos4, though it seems not SVR4.)
34103 * gdb.t31/chillvars.exp: Update for changed output format.
34104
34105Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
34106
a9c64011 34107 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
c906108c
SS
34108
34109Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
34110
34111 * Makefile.in: Added --srcdir when invoking runtest, removed the
34112 need for a local config file. (optional now)
34113
34114Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
34115
34116 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
34117 failure count used to force early termination. Add some more
34118 expected failures for gnu style demangling.
34119
34120Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34121
34122 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
34123 pmi variable from gdb.t20/gdbme to get optimized away.
34124 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
34125 Check for written corefile upon timeout _and_ eof.
34126
34127Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34128
34129 * config/unix-gdb.exp: Add missing return 0.
34130
34131Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34132
34133 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
34134 test termination.
34135
34136Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
34137
34138 * configure.in (subdirs): Put back gdb.t17 which mysteriously
34139 disappeared.
34140
34141Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
34142
34143 * gdb.t10/crossload.exp: Disable the i860-elf test until such
34144 time as i860 support works.
34145
d63a86f8 34146 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
34147 "backtrace 100\r" rather than just "backtrace\r", to match last
34148 change.
34149
34150Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
34151
34152 * config/udi-gdb.exp (gdb_exit): Remove close command.
34153 (gdb_target_udi): New procedure to set the UDI target.
34154 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
34155 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
34156 Added waits for prompts after several question responses. Added
34157 some more responses used by a29k-amd-udi-gdb.
34158 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
34159 pass different arguments, restart UDI connection after program
34160 completion.
34161 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
34162 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
34163 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
34164 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
34165 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
34166 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
34167 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
34168 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
34169 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
34170 after program completion.
34171 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
34172 compiled with a SELECT_VECS setting.
34173 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
34174 infinite recursion.
34175
34176 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
34177 Added checks for COFF results, and made them expected failures for
34178 all targets. It would be better to make them expected failures
34179 for COFF targets only.
34180
34181Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
34182
34183 * Makefile.in: add null dvi target, don't bother to recurse
34184 through test directories for info and install-info; rename
34185 $(datadir) to be dejagnu instead of deja-gnu
34186
34187Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
34188
34189 * gdb.t31/gdbme.ch: Re-enable code that previously caused
34190 compiler to coredump.
34191 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
34192 code.
34193
34194Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
34195
34196 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
34197 coredump.
34198 * gdb.t31/chillvars.exp: Comment out tests that depend on that
34199 code.
34200
34201Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
34202
34203 * gdb.t03/ptype.exp: tests for return code from gdb_test.
34204 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
34205 which in a shell. Deletes xgdb when done.
34206 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
34207 Tests the return from the "set height" or "set width" commands.
34208 Added a few return codes where needed.
34209
34210Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
34211
34212 * Makefile.in (SUBDIRS): Add gdb.t17.
34213 * configure.in (subdirs): Add gdb.t17.
34214 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
34215 files to test gdb's calling of functions in the inferior with
34216 the correct arguments and gdb's ability to retrieve any
34217 result returned.
34218
34219Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
34220
34221 * config/unix-gdb.exp (gdb_exit): Remove close commands that
34222 may be called after gdb goes away. Previous versions of expect
34223 needed these to avoid file descriptor leaks, but they cause
34224 errors with the current revision of expect.
34225 * gdb.t00/gdbvars.exp: Use -re on expected output after
34226 setting sevenbit-strings.
34227 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
34228 to set sevenbit-strings consistent across tests.
34229 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
34230 set sevenbit-strings consistent across tests.
34231
34232Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
34233
34234 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
34235 expected output to match current "expect" expectations.
34236
34237Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
34238
34239 * gdb.t00/default.exp: Change expected output for default "source"
34240 command, to match new gdb behavior which requires a filename to
34241 source.
34242
34243Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
34244
34245 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
34246 expected fail for i486-*-* that misses the marker2 function.
34247 * gdb.t10/crossload.exp (bfddefault): Allow successful
34248 recognition of a format to pass even if no symbols are found.
34249 Explicitly catch failures where the format is not recognized
34250 or is ambiguous, and add the reason to the fail message.
34251 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
34252 the cause is and invalid target and add reason to failure message.
34253 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
34254 elf32-i386, elf32-sparc, and elf32-i860.
34255 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
34256 Set up expected failure for 'filename'::variable scope resolution,
34257 which is now apparently broken on all targets.
34258 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
34259 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
34260 gdb.t23/templates.exp: Change failure for missing binfile into
34261 just a warning.
34262 gdb.t21/demangle.exp: Change all cfront references to 'arm'
34263 references.
34264
34265Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
34266
34267 * gdb.t00/default.exp: Add expected output for default "source"
34268 command, to match new gdb behavior.
34269 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
34270
34271Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
34272
34273 * config/*-gdb.exp: returns an error, rather than exiting on
34274 internal errors.
34275
34276Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
34277
34278 * gdb.t03/gdbme.c: Add pointer to struct variable.
34279 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
34280 referencing struct members.
34281
34282Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
34283
34284 * configure.in (mips-idt-ecoff): New target.
34285 * config/mips-gdb.exp: New file for remote board using MIPS remote
34286 debugging protocol.
34287
34288 * Redid configuration scheme. Removed gdb.t*/configure.in.
34289 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
34290 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
34291 distclean targets. Built executables via .o files. Adjusted
34292 tests to account for source files in $(srcdir) rather than
34293 $(objdir).
34294 * lib/gdb.exp (runto): Don't expect () after the function name,
34295 because it may have arguments.
34296
34297Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
34298
34299 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
34300 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
34301 expected failures for mips-idt-* and mips-sgi-*.
34302 * gdb.t00/default.exp (attach): Kill process if requested.
34303 * gdb.t00/help.exp (help target core, help target): Accept a gdb
34304 that does not read core files.
34305 * gdb.t01/run.exp: Removed checks for exit status code.
34306 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
34307 it is linked in.
34308 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
34309 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
34310 appropriate, rather than doing it by hand.
34311 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
34312 execution.
34313 * gdb.t10/crossload.exp: Kill existing program if needed.
34314 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
34315 appropriate, rather than doing it by hand. Always increase
34316 timeout for this test, not just for VxWorks.
34317
34318Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
34319
34320 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
34321 of Chill STRUCT types and STRUCT values.
34322 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
34323 than "char".
34324 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 34325 struct2): New struct definitions and initializations to test
c906108c
SS
34326 simple Chill STRUCT types.
34327
34328Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
34329
34330 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
34331 the null byte at the end of strings.
34332 * gdb.t00/default.exp: Make show version insensitive to copyright
34333 date.
34334 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
34335 to avoid dependencies on target char signedness.
34336 * gdb.t16/printcmds.exp: Update expected results for explicitly
34337 unsigned char.
34338 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
34339 now work.
34340 * gdb.t21/demangle.exp: Add many more patterns for template
34341 demangling, most of them being expected failures.
34342 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
34343 string we are matching for, to match on the whole string.
34344 * gdb.t21/demangle.exp: Add many new test strings to demangle,
34345 and fix a whole bunch that had incorrect expected output but were
34346 passing anyway because of the bug in "proc demangle".
34347 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
34348 type.
34349 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
34350
34351Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
34352
a9c64011
AS
34353 * gdb/testsuite: made modifications to testcases, etc., to allow
34354 them to work properly given the reorganization of deja-gnu and the
34355 relocation of the testcases from deja-gnu to a "tool" subdirectory.
c906108c
SS
34356
34357Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
34358
34359 * gdb/testsuite: Initial creation of gdb/testsuite.
34360 Migrated dejagnu testcases and support files for testing nm to
34361 gdb/testsuite from deja-gnu. These files were moved "as is"
34362 with no modifications. This migration is part of a major overhaul
34363 of dejagnu. The modifications to these testcases, etc., which
34364 will allow them to work with the new version of dejagnu will be
34365 made in a future update.
48efe704 34366
8d8cb839 34367 For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c 34368\f
8d8cb839
EZ
34369;; Local Variables:
34370;; mode: change-log
34371;; left-margin: 8
34372;; fill-column: 74
34373;; version-control: never
34374;; End:
902f2ccb 34375
ecd75fc8 34376 Copyright 1993-2014 Free Software Foundation, Inc.
902f2ccb
MC
34377 Copying and distribution of this file, with or without modification,
34378 are permitted provided the copyright notice and this notice are preserved.
This page took 3.772879 seconds and 4 git commands to generate.