Fix GDB crash with upstream GCC due to qsort(NULL, ...)
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
a7e332c2
JB
12013-11-12 Joel Brobecker <brobecker@adacore.com>
2
3 * gdb.ada/mi_exc_info: New testcase.
4
778865d3
JB
52013-11-12 Joel Brobecker <brobecker@adacore.com>
6
7 * gdb.ada/info_exc: New testcase.
8
304a8ac1
DE
92013-11-11 Doug Evans <dje@google.com>
10
11 * gdb.arch/arm-bl-branch-dest.exp: Use gdb_test_file_name instead
12 of testfile.
13
bc79de95
PM
142013-11-11 Phil Muldoon <pmuldoon@redhat.com>
15
16 * gdb.python/py-linetable.S: New file.
17 * gdb.python/py-linetable.c: New file.
18 * gdb.python/py-linetable.exp: New file.
19
2df4d1d5
JB
202013-11-11 Joel Brobecker <brobecker@adacore.com>
21
22 * gdb.ada/mi_ex_cond: New testcase.
23
204b5331
DE
242013-11-07 Doug Evans <dje@google.com>
25
26 PR 11786
27 * gdb.base/gcore-relro-pie.c: New file.
28 * gdb.base/gcore-relro-pie.exp: New file.
29
92e32e33
PM
302013-11-07 Phil Muldoon <pmuldoon@redhat.com>
31
32 * gdb.python/py-cmd.exp: Add COMPLETE_EXPRESSION tests.
33 * gdb.python/py-cmd.c: New File.
34
f76c27b5
PM
352013-11-07 Phil Muldoon <pmuldoon@redhat.com>
36
37 * gdb.python/py-breakpoint.exp: Add temporary breakpoint tests.
38
79600f4f 392013-11-06 Doug Evans <xdje42@gmail.com>
01e48c0c
DE
40
41 * gdb.python/py-arch.exp: Tweak test name for bad memory access test.
42
6dbb6798
YQ
432013-11-06 Yao Qi <yao@codesourcery.com>
44
45 * lib/gdb.exp (gdb_produce_source): New procedure.
46 * gdb.perf/solib.c: New.
47 * gdb.perf/solib.exp: New.
48 * gdb.perf/solib.py: New.
49
71c0c615
YQ
502013-11-06 Yao Qi <yao@codesourcery.com>
51
52 * README: Mention performance tests.
53
f27a1236
YQ
542013-11-06 Yao Qi <yao@codesourcery.com>
55
56 * lib/perftest.exp: New.
57 * gdb.perf/lib/perftest/__init__.py: New.
58 * gdb.perf/lib/perftest/measure.py: New.
59 * gdb.perf/lib/perftest/perftest.py: New.
60 * gdb.perf/lib/perftest/reporter.py: New.
61 * gdb.perf/lib/perftest/testresult.py: New.
62
7636ccf9
YQ
632013-11-06 Yao Qi <yao@codesourcery.com>
64
65 * Makefile.in (check-perf): New target.
66 * configure.ac (AC_OUTPUT): Output Makefile in gdb.perf.
67 * configure: Re-generated.
68 * gdb.perf/Makefile.in: New.
69
81208388
TT
702013-11-04 Tom Tromey <tromey@redhat.com>
71
72 * Makefile.in (TEST_DIRS): Remove.
73 (TEST_TARGETS, check-parallel): Rewrite.
74 (check-gdb.%, BASE1_FILES, BASE2_FILES, check-gdb.base%)
75 (subdir_do, subdirs): Remove.
76 (do-check-parallel, check/%): New targets.
77 (clean): Remove outputs, temp, and cache directories.
78 (saw_dash_j): New variable.
79 (CHECK_TARGET): Use it.
80 (check): Depend on all, site.exp. Rewrite.
81 (check-single): Remove dependencies.
82 (slow_tests, all_tests, reordered_tests): New variables.
83
c63ffa1f
TT
842013-11-04 Tom Tromey <tromey@redhat.com>
85
86 * gdb.dwarf2/fission-base.S: Remove "gdb.dwarf/".
87 * gdb.dwarf2/fission-base.exp: Set debug-file-directory
88 before loading binfile.
89 * gdb.dwarf2/fission-loclists.S: Remove "gdb.dwarf/".
90 * gdb.dwarf2/fission-loclists.exp: Set debug-file-directory
91 before loading binfile.
92
3fef966c
TT
932013-11-04 Tom Tromey <tromey@redhat.com>
94
95 * gdb.base/foll-exec.c (main): Use BASEDIR.
96 * gdb.base/foll-exec.exp: Define BASEDIR during compilation.
97 * gdb.base/foll-vfork.c (main): Use BASEDIR.
98 * gdb.base/foll-vfork.exp: Define BASEDIR during compilation.
99 * gdb.multi/bkpt-multi-exec.c (main): Use BASEDIR.
100 * gdb.multi/bkpt-multi-exec.exp: Define BASEDIR during compilation.
101
24890efd
TT
1022013-11-04 Tom Tromey <tromey@redhat.com>
103
104 * gdb.base/argv0-symlink.exp: Compute executable's directory
105 dynamically.
106
c59ffcab
TT
1072013-11-04 Tom Tromey <tromey@redhat.com>
108
109 * gdb.asm/asm-source.exp: Use standard_output_file.
110
479c8d68
TT
1112013-11-04 Tom Tromey <tromey@redhat.com>
112
113 * gdb.server/file-transfer.exp: Use standard_output_file.
114
1e537771
TT
1152013-11-04 Tom Tromey <tromey@redhat.com>
116
117 * gdb.base/fullname.exp: Use standard_output_file,
118 relative_filename.
119 * gdb.base/hashline1.exp: Use standard_testfile,
120 standard_output_file, relative_filename, clean_restart.
121 * gdb.base/hashline2.exp: Use standard_testfile,
122 standard_output_file.
123 * gdb.base/hashline3.exp: Use standard_testfile,
124 standard_output_file, relative_filename.
125 * lib/gdb.exp (relative_filename): New proc.
126
b44b82af
TT
1272013-11-04 Tom Tromey <tromey@redhat.com>
128
129 * gdb.base/fileio.c (test_open, test_write, test_read)
130 (test_lseek, test_close, test_stat, test_fstat)
131 (test_isatty, test_system, test_rename, test_unlink):
132 Use OUTDIR define.
133 * gdb.base/fileio.exp: Define OUTDIR during compilation.
134 Use standard_output_file.
135
59b28c5d
TT
1362013-11-04 Tom Tromey <tromey@redhat.com>
137
138 * gdb.base/checkpoint.c (main): Use PI_TXT and COPY1_TXT
139 defines.
140 * gdb.base/checkpoint.exp: Define PI_TXT and COPY1_TXT during
141 compilation. Use prepare_for_testing, standard_output_file.
142
08b3fe69
TT
1432013-11-04 Tom Tromey <tromey@redhat.com>
144
145 * gdb.base/advance.exp: Use standard_testfile and
146 prepare_for_testing.
147 * gdb.base/bigcore.exp: Use standard_output_file. "cd" to
148 appropriate directory when local.
149 * gdb.base/dump.exp: Use standard_output_file. Update all
150 "dump" and "restore" filenames.
151 * gdb.base/interact.exp: Use standard_output_file.
152 * gdb.base/jit-so.exp: Don't download file when local.
153 * gdb.base/jit.exp (compile_jit_test): Don't download file
154 when local.
155 * gdb.base/list.exp: Use gdb_remote_download.
156 * gdb.base/maint.exp: Use standard_output_file.
157 * gdb.base/prelink.exp: Use standard_output_file.
158 * gdb.base/save-bp.exp: Use standard_output_file.
159 * gdb.base/sepdebug.exp: Use standard_testfile,
160 standard_output_file.
161 (test_different_dir): Don't declare objdir.
162 * gdb.base/solib-search.exp: Use standard_output_file.
163 * gdb.base/step-line.exp: Use gdb_remote_download.
164 * gdb.base/trace-commands.exp: Use standard_output_file.
165
32cfb09d
TT
1662013-11-04 Tom Tromey <tromey@redhat.com>
167
168 * gdb.trace/mi-traceframe-changed.exp: Pass -DTFILE_DIR
169 to compilation. Use standard_output_file.
170 (test_tfind_tfile): Update.
171 * gdb.trace/tfile.c (write_basic_trace_file)
172 (write_error_trace_file): Use TFILE_DIR.
173 * gdb.trace/tfile.exp: Pass -DTFILE_DIR to compilation. Use
174 standard_output_file.
175
84741506
TT
1762013-11-04 Tom Tromey <tromey@redhat.com>
177
178 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
179 Use "dwarf2 always-disassemble" for the "maint set" test.
180 * gdb.mi/mi-file-transfer.exp (test_file_transfer): Use
181 standard_output_file.
182 * gdb.mi/mi-logging.exp: Use standard_output_file.
183
cfb7b9a3
TT
1842013-11-04 Tom Tromey <tromey@redhat.com>
185
186 * gdb.xml/tdesc-arch.exp: Use standard_output_file. Make
187 downloads conditional on remote host.
188 (set_arch): Likewise.
189 * gdb.xml/tdesc-regs.exp: Use gdb_remote_download.
190 (load_description): Use standard_output_file.
191
bdfe0594
TT
1922013-11-04 Tom Tromey <tromey@redhat.com>
193
194 * gdb.gdb/selftest.exp: Use standard_output_file.
195 * lib/selftest-support.exp (do_self_tests): Use
196 standard_output_file.
197
8c639e73
TT
1982013-11-04 Tom Tromey <tromey@redhat.com>
199
200 * gdb.stabs/weird.exp: Use gdb_remote_download and
201 standard_output_file.
202
5030a410
TT
2032013-11-04 Tom Tromey <tromey@redhat.com>
204
205 * gdb.base/gcore-buffer-overflow.exp: Use
206 standard_output_file, not standard_testfile.
207 * gdb.base/twice.exp: Use standard_testfile, not
208 standard_output_file. Use gdb_remote_download.
209
95d7853e
TT
2102013-11-04 Tom Tromey <tromey@redhat.com>
211
212 * lib/gdb.exp (get_compiler_info): Use log_file -info and
213 restore from that.
214
eab88b54
MR
2152013-11-02 Maciej W. Rozycki <macro@codesourcery.com>
216
217 * gdb.cp/derivation.exp: s/perrro/perror/
218
a1b0fbee
MR
2192013-11-01 Maciej W. Rozycki <macro@codesourcery.com>
220
221 * gdb.dwarf2/dwzbuildid.exp: Rename `outdir' variable to
222 `debugdir'.
223
638aa5a1
AB
2242013-10-31 Andrew Burgess <aburgess@broadcom.com>
225
226 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): Add additional
227 tests and update expected error message.
228 (test_watch_register_location): New tests.
229 (do_tests): Call test_watch_register_location.
230 * gdb.base/watchpoints.exp: Update expected error message.
231
055e608a
UW
2322013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
233
234 * gdb.arch/s390-multiarch.exp (test_linux_v2): Add $gdb_prompt to
235 the patterns in gdb_test_multiple.
236
9ac69859
NB
2372013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
238
239 * gdb.base/sym-file-lib.c: New file.
240 * gdb.base/sym-file-loader.c: New file.
241 * gdb.base/sym-file-loader.h: New file.
242 * gdb.base/sym-file-main.c: New file.
243 * gdb.base/sym-file.exp: New file.
244 * lib/gdb.exp (is_elf_target): New function.
245
24ba476b
PA
2462013-10-29 Pedro Alves <palves@redhat.com>
247
248 * gdb.mi/mi-console.c, gdb.mi/mi-stack.c: Remove local emacs
249 variable setting change-log-default-name to ChangeLog-mi.
250
f69d9aef
AB
2512013-10-29 Andrew Burgess <aburgess@broadcom.com>
252
253 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test):
254 Expect <unavailable> pattern.
255
71193121
TV
2562013-10-28 Tom de Vries <tom@codesourcery.com>
257
258 * gdb.arch/thumb2-it.S (it_8): Fix typo.
259
38095c27
AK
2602013-10-25 Anton Kolesov <Anton.Kolesov@synopsys.com> (tiny change)
261
262 * gdb.base/bang.exp: Use gdb_continue_to_end to properly support
263 remote stubs where exit() behaviour is unreliable.
264
686d4def
PA
2652013-10-25 Pedro Alves <palves@redhat.com>
266
267 * gdb.cp/m-static.exp: Adjust expected output of printing a
268 nonexistent or optimized out static field. Also test printing the
269 the "container" object.
270
a35cfb40
MR
2712013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
272
273 * lib/gdb.exp (gdb_finish): Send a kill request to `gdbserver'
274 if in the persistent mode.
275 * gdb.trace/disconnected-tracing.exp: Reconnect before completion.
276
bbe769cc
MR
2772013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
278
279 * lib/gdb.exp (gdb_gcore_cmd): Also handle a "Target does not
280 support core file generation" reply.
281
95e4302a
JM
2822013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
283
284 PR gdb/15986
285 * gdb.base/run.c (main): gdb_get_line_number tag added for
286 commands.exp.
287 (factorial): Likewise.
288
289 * gdb.base/commands.exp (watchpoint_command_test): Use
290 gdb_get_line_number in order to determine the locations in run.c
291 where local_var is detected to go out of scope.
292
4c406179
JM
2932013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
294
295 * gdb.base/gnu_vector.exp: Care about endianness when casting
296 scalars to vectors.
297
bb6216d8
TT
2982013-10-18 Tom Tromey <tromey@redhat.com>
299
300 * lib/gdb.exp (build_executable_from_specs): Remove duplicate set
301 of "binfile".
302
e8369a73
AB
3032013-10-18 Andrew Burgess <aburgess@broadcom.com>
304
305 * gdb.base/watchpoints.exp: Add test for setting software
306 watchpoints of different types before starting the inferior.
307
776f04fa
PA
3082013-10-18 Pedro Alves <palves@redhat.com>
309
310 PR gdb/16062
311 * gdb.threads/stepi-random-signal.c: New file.
312 * gdb.threads/stepi-random-signal.exp: New file.
313
e4b8388f
MR
3142013-10-17 Maciej W. Rozycki <macro@codesourcery.com>
315
316 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
317 Fix comment typo.
318 * lib/gdb.exp (gdb_init): Likewise.
319
50b34a18
TT
3202013-10-17 Tom Tromey <tromey@redhat.com>
321
322 * gdb.base/printcmds.exp (test_printf): Test printf flushing.
323
3db258f5
TT
3242013-10-14 Tom Tromey <tromey@redhat.com>
325
326 * gdb.dwarf2/dwzbuildid.exp (write_dwarf_file): Pass explicit test
327 name to gdb_test_no_output.
328
4856b6bc
JK
3292013-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
330
331 Canonicalize directories for EXEC_FILENAME.
332 * gdb.base/argv0-symlink.exp
333 (kept file symbolic link name for info inferiors): New.
334 (kept directory symbolic link name): Setup kfail.
335 (kept directory symbolic link name for info inferiors): New.
336
9772d074
UW
3372013-10-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
338
339 * gdb.arch/s390-multiarch.exp: New file.
340 * gdb.arch/s390-multiarch.c: New file.
341
2a3be966
JB
3422013-10-11 Joel Brobecker <brobecker@adacore.com>
343
344 * gdb.ada/mi_catch_ex.exp: Adjusts all "catch ..." tests to
345 use the appropriate GDB/MI command instead, and verify
346 the test output.
347
7c647d61
JB
3482013-10-11 Joel Brobecker <brobecker@adacore.com>
349
350 * gdb.base/source-nofile.gdb: New file.
351 * gdb.base/source.exp: Add two tests verifying the behavior when
352 the "source" command is given a non-existant filename.
353
bb66bd51
YQ
3542013-10-11 Yao Qi <yao@codesourcery.com>
355
356 * gdb.mi/mi-catch-load.c: Remove the include of "dlfcn.h".
357 [__WIN32__]: Include "windows.h" and define macro 'dlopen'
358 and 'dlclose'.
359 [!__WIN32__]: Include "dlfcn.h".
360 * gdb.mi/mi-catch-load.exp: Set up kfail.
361
4f424bb1
AK
3622013-10-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
363
364 * lib/gdb.exp (gdb_core_cmd): Replace fixed string "re-load
365 generated corefile" by argument "$test".
366
578d3588
PA
3672013-10-09 Pedro Alves <palves@redhat.com>
368
369 * gdb.python/py-prettyprint.exp (run_lang_tests): Adjust expected
370 output.
371
eb4ca471
PA
3722013-10-09 Pedro Alves <palves@redhat.com>
373
374 * gdb.base/catch-syscall.exp (test_catch_syscall_without_args)
375 (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
376 (test_catch_syscall_with_wrong_args)
377 (test_catch_syscall_restarting_inferior)
378 (test_catch_syscall_fail_nodatadir)
379 (test_catch_syscall_without_args_noxml)
380 (test_catch_syscall_with_args_noxml)
381 (test_catch_syscall_with_wrong_args_noxml): Use with_test_prefix.
382
dc294be5
TT
3832013-10-08 Tom Tromey <tromey@redhat.com>
384
385 * gdb.dwarf2/dwzbuildid.exp: New file.
386 * lib/dwarf.exp (Dwarf::_section): Add "flags" and "type"
387 parameters.
388 (Dwarf::_defer_output): Change "section" parameter to
389 "section_spec"; update.
390 (Dwarf::gnu_debugaltlink, Dwarf::_note, Dwarf::build_id): New
391 procs.
392
c968bd18
JB
3932013-10-08 Joel Brobecker <brobecker@adacore.com>
394
395 * gdb.ada/mi_catch_ex.exp: Make "mi_execute_to" test names unique.
396
f44eeb11
TT
3972013-10-07 Tom Tromey <tromey@redhat.com>
398
399 * lib/mi-support.exp (varobj_tree::walk_tree): Set _root_idx
400 to 0.
401
0c557179
SDJ
4022013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
403
404 * gdb.base/corefile.exp: Test whether $_exitsignal is set and
405 $_exitcode is void when opening a corefile.
406 * gdb.base/exitsignal.exp: New file.
407 * gdb.base/segv.c: Likewise.
408 * gdb.base/normal.c: Likewise.
409
5713b9b5
JB
4102013-10-04 Joel Brobecker <brobecker@adacore.com>
411
412 * gdb.mi/mi-start.c, gdb.mi/mi-start.exp: New files.
413
3f983d47
YZ
4142013-10-02 Vidya Praveen <vidyapraveen@arm.com>
415
416 * gdb.trace/entry-values.exp: Modify regular expression to scan for
417 'bl' instruction instead of 'call' for ARM and AArch64 targets.
418
901461f8
PA
4192013-10-02 Pedro Alves <palves@redhat.com>
420
421 * gdb.dwarf2/dw2-reg-undefined.exp <pattern_rax_rbx_rcx_print,
422 pattern_rax_rbx_rcx_info>: Set to "<not saved>".
423 * gdb.mi/mi-reg-undefined.exp (opt_out_pattern): Delete.
424 (not_saved_pattern): New.
425 Replace use of the former with the latter.
426
b477a5e6
PA
4272013-10-02 Pedro Alves <palves@redhat.com>
428
429 * README (Board Settings): Document "exit_is_reliable".
430 * lib/gdb.exp (gdb_continue_to_end): Check whether the board says
431 running to exit reliably reports program exits.
432 * boards/native-gdbserver.exp: Set exit_is_reliable in the board
433 info.
434 * boards/native-stdio-gdbserver.exp: Likewise.
435
a49bed3a
DE
4362013-10-01 Doug Evans <dje@google.com>
437
438 * gdb.python/python.exp: Remove redundant print-stack tests.
439 Make all print-stack test names unique. Fix spelling of print-stack.
440
2ed2ad44
YQ
4412013-09-29 Yao Qi <yao@codesourcery.com>
442
443 * gdb.base/shreloc.exp: Set $msymfile to 'shreloc.txt' if host
444 is remote.
445
7d760051
UW
4462013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
447
448 PR shlibs/8882
449 * gdb.base/corefile.exp: Add a check to assure warning-free
450 core-file load.
451
82bf32bc
JK
4522013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
453
454 * gdb.dwarf2/dwp-symlink.c: New file.
455 * gdb.dwarf2/dwp-symlink.exp: New file.
456
4fa7d390
DE
4572013-09-20 Doug Evans <dje@google.com>
458
6b4646ce
DE
459 * lib/dwarf.exp (build_executable_from_fission_assembler): New proc.
460 * gdb.dwarf2/fission-base.S: Update. Split out .dwo into separate
461 file.
462 * gdb.dwarf2/fission-loclists.S: Ditto.
463 * gdb.dwarf2/fission-reread.S: Ditto.
464 * gdb.dwarf2/fission-base.exp: Skip of remote host. Compile with
465 build_executable_from_fission_assembler.
466 * gdb.dwarf2/fission-loclists.exp: Ditto.
467 * gdb.dwarf2/fission-reread.exp: Ditto.
468
4fa7d390
DE
469 * lib/future.exp (gdb_find_objcopy, gdb_find_readelf): New procs.
470 * lib/gdb.exp (build_id_debug_filename_get): Update to use them.
471 (gdb_gnu_strip_debug): Ditto.
472 * lib/prelink-support.exp (section_get, prelink_no): Ditto.
473 * gdb.arch/altivec-abi.exp: Ditto.
474 * gdb.base/attach-pie-misread.exp: Ditto.
475 * gdb.base/comprdebug.exp: Ditto.
476 * gdb.base/dup-sect.exp: Ditto.
477 * gdb.base/gnu-debugdata.exp: Ditto.
478 * gdb.base/step-symless.exp: Ditto.
479 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
480 * gdb.dwarf2/dw2-skip-prologue.exp: Ditto.
481 * gdb.dwarf2/gdb-index.exp: Ditto.
482
e4c6a2c4
AB
4832013-09-18 Andrew Burgess <aburgess@broadcom.com>
484
485 * gdb.dwarf2/dw2-reg-undefined.exp: Change pattern for info
486 register to "<optimized out>", and also print the registers.
487
a205fbfc
PA
4882013-09-18 Pedro Alves <palves@redhat.com>
489
490 PR server/15967
491 * gdb.server/wrapper.exp: Also return unsupported for Cygwin, and
492 change text.
493
ee47b2f8
YQ
4942013-09-18 Yao Qi <yao@codesourcery.com>
495
496 * gdb.server/wrapper.c: New.
497 * gdb.server/wrapper.exp: New.
498
49fa26b0
PA
4992013-09-17 Muhammad Waqas <mwaqas@codesourccery.com>
500 Jan Kratochvil <jan.kartochvil@redhat.com>
501 Pedro Alves <palves@redhat.com>
502
503 PR gdb/11568
504 * gdb.thread/thread-specific-bp.c: New file.
505 * gdb.thread/thread-specific-bp.exp: New file.
506
e83b28bc
SDJ
5072013-09-17 Sergio Durigan Junior <sergiodj@redhat.com>
508
509 * gdb.base/defaults.exp (<show_conv_list>): Add check for $_isvoid
510 convenience function.
511
08d72866
PA
5122013-09-17 Pedro Alves <palves@redhat.com>
513
514 PR gdb/15911
515 * gdb.threads/info-threads-cur-sal-2.c: New file.
516 * gdb.threads/info-threads-cur-sal.c: New file.
517 * gdb.threads/info-threads-cur-sal.exp: New file.
518
57b0d98e
YQ
5192013-09-17 Yao Qi <yao@codesourcery.com>
520
521 * gdb.base/catch-load.c: Remove the include of "dlfcn.h".
522 [__WIN32__]: Include "windows.h" and define macro dlopen
523 and dlclose.
524 [!__WIN32__]: Include "dlfcn.h".
525 * gdb.base/catch-load.exp (one_catch_load_test): Match
526 directory separator.
527
0295a32e
DE
5282013-09-16 Doug Evans <dje@google.com>
529
a587b477
DE
530 * lib/gdb.exp (using_fission): New proc.
531 * gdb.base/info-macros.exp: Skip test if using Fission.
532
0295a32e
DE
533 * gdb.base/break-interp.exp: Fix indentation.
534
a280dbd1
SDJ
5352013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
536
537 * gdb.base/gdbvars.c (foo_void): New function.
538 (foo_int): Likewise.
539 * gdb.base/gdbvars.exp (test_convenience_functions): New
540 function. Call it.
541
4ac33720
UW
5422013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
543
544 * gdb.arch/s390-tdbregs.c: New file.
545 * gdb.arch/s390-tdbregs.exp: New file.
546
b866c52d
SS
5472013-09-12 Stan Shebs <stan@codesourcery.com>
548
549 * README: New file.
550
dc59cba6
DE
5512013-09-12 Doug Evans <dje@google.com>
552
553 * gdb.python/py-events.py (new_objfile_handler): Remove accidentally
554 added code to print event.inferior.
555
edf9f00c
JK
5562013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
557
558 * gdb.base/gnu-debugdata.exp (objcopy 1): Move it lower and use only
559 debug part of the binary.
560
5423b017
JK
5612013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
562
563 * gdb.base/gnu-debugdata.exp (strip): Add -R .comment.
564 (addlink): Add comment.
565
9295cf6f
SA
5662013-09-10 Sanimir Agovic <sanimir.agovic@intel.com>
567
568 * gdb.base/default.exp: Adjust regexpr for 'cd' to match optional
569 canonical pathname.
570
89e63ee4
DE
5712013-09-04 Doug Evans <dje@google.com>
572
314bb8c3
DE
573 * gdb.python/py-events.py (exit_handler): Verify we get the expected
574 event.
575 (continue_handler, new_objfile_handler): Ditto.
576 (test_events): Rename command to "test-events".
577 (test_newobj_events): Rename command to "test-objfile-events".
578 * gdb.python/py-events.exp: Update.
579 * gdb.python/py-evsignal.exp: Update.
580 * gdb.python/py-evthreads.exp: Update.
581
89e63ee4
DE
582 * gdb.base/enumval.c (ZERO): New enum value.
583 (main): Use it
584 * gdb.base/enumval.exp: Test ability to print ZERO.
585
5862013-09-03 Muhammad Bilal <mbilal@codesourcery.com>
41dc8db8
MB
587 Pedro Alves <palves@redhat.com>
588
589 * gdb.base/relocate.exp: Check that invalid options are
590 rejected.
591
26c2b53c
AB
5922013-08-30 Andrew Burgess <aburgess@broadcom.com>
593
594 * gdb.base/code_elim1.c (my_bss_symbol): New variable added.
595 (my_static_symbol): Add comment.
596 (main): Reference my_bss_symbol.
597
96d9056e
PM
5982013-08-30 Phil Muldoon <pmuldoon@redhat.com>
599
600 * gdb.python/py-arch.exp: Tests for invalid architecture.
601
489d4f4d
SA
6022013-08-29 Sterling Augustine <saugustine@google.com>
603
604 * boards/remote-stdio-gdbserver.exp: Set rcp_prog and
605 rsh_prog in new conditional. Move use of REMOTE_PORTNUM into
606 said conditional.
607
5b791bb5
PM
6082013-08-29 Phil Muldoon <pmuldoon@redhat.com>
609
610 * gdb.python/py-arch.exp: Load gdb-python.exp.
611
8f28f522
PM
6122013-08-29 Phil Muldoon <pmuldoon@redhat.com>
613
614 * gdb.python/py-framefilter.py (FrameFilter.filter): Check
615 itertools for imap attribute. Otherwise use map().
616 (ElidingIterator): Define wrapper function __next__.
617 * gdb.python/py-framefilter-mi.exp: Do not use execfile,
618 use exec (open (read ())) instead.
619 * gdb.python/py-framefilter.exp: Ditto.
620 * gdb.python/py-arch.exp: Update print based test to Python 3.x
621 compliance.
622 * gdb.python/py-frame.exp: Ditto.
623 * gdb.python/py-type.exp: Ditto.
624
1f0c4988
JK
6252013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
626
627 PR gdb/15415
628 * gdb.base/argv0-symlink.c: New file.
629 * gdb.base/argv0-symlink.exp: New file.
630
7893c162
TT
6312013-08-28 Tom Tromey <tromey@redhat.com>
632
633 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Use explicit test name
634 when saving index.
635
6211c335
YQ
6362013-08-27 Yao Qi <yao@codesourcery.com>
637
638 * gdb.trace/entry-values.exp: Test unavailable entry value is
639 not shown when option '--skip-unavailable' is specified.
640 * gdb.trace/mi-trace-unavailable.exp (test_trace_unavailable):
641 Add tests for new option '--skip-unavailable'.
642
ce4ea2bb
YQ
6432013-08-27 Yao Qi <yao@codesourcery.com>
644
645 * lib/gdb.exp (gdb_remote_download): Don't pass $tofile to
646 remote_download if it is empty.
647
6e45f158
DE
6482013-08-26 Doug Evans <dje@google.com>
649
779bd270
DE
650 PR symtab/15885
651 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add gdb-index.
652 (clean): rm -f *.gdb-index *.with-index.
653 * gdb.dwarf2/gdb-index.exp: New testcase.
654
6e45f158
DE
655 * lib/gdb.exp (run_on_host): Moved here from gnu-debugdata.exp.
656 * gdb.base/gnu-debugdata.exp (run): Moved to gdb.exp and renamed to
657 run_on_host. All callers updated.
658
b1224238
YQ
6592013-08-24 Yao Qi <yao@codesourcery.com>
660
661 * gdb.trace/entry-values.c (end): New
662 (main): Call end.
663 * gdb.trace/entry-values.exp: Load trace-support.exp. Set
664 tracepoint and collect data. Test entry value is unavailable.
665
b39a8faf
YQ
6662013-08-24 Yao Qi <yao@codesourcery.com>
667
668 * lib/dwarf.exp (_location): Handle DW_OP_deref_size.
669 * gdb.trace/entry-values.c: New.
670 * gdb.trace/entry-values.exp: New.
671
9eaabc75
MW
6722013-07-12 Muhammad Waqas <mwaqas@codesourccery.com>
673
674 PR gdb/15501
675 * gdb.base/ena-dis-br.exp: Add test to verify
676 enable/disable commands work correctly with
677 multiple arguments that include multiple locations.
678
9f948660
SDJ
6792013-08-22 Samuel Bronson <naesten@gmail.com>
680
681 ARM Linux support for `catch syscall'.
682 * gdb.base/catch-syscall.exp: Test this on ARM now.
683 (fill_all_syscalls_numbers): ARM has close/chroot on 6/61, too.
684
e630b974
TT
6852013-08-22 Tom Tromey <tromey@redhat.com>
686
687 * lib/dwarf.exp (cu, tu): Handle addr_size of "default". Change
688 default addr_size.
689 * lib/gdb.exp (is_64_target): New gdb_caching_proc.
690
f3a76454
TT
6912013-08-22 Tom Tromey <tromey@redhat.com>
692
693 * lib/gdb.exp (skip_btrace_tests): Use gdb_caching_proc and
694 standard_temp_file.
695
de5f37e1
TT
6962013-08-22 Tom Tromey <tromey@redhat.com>
697
698 * gdb.arch/amd64-byte.exp: Use standard_testfile,
699 clean_restart.
700 * gdb.arch/amd64-disp-step.exp: Use standard_testfile.
701 * gdb.arch/amd64-dword.exp: Use standard_testfile,
702 clean_restart.
703 * gdb.arch/amd64-entry-value-param.exp: Use standard_testfile.
704 * gdb.arch/amd64-entry-value.exp: Use standard_testfile.
705 * gdb.arch/amd64-prologue-xmm.exp: Use standard_testfile.
706 * gdb.arch/amd64-word.exp: Use standard_testfile,
707 clean_restart.
708 * gdb.arch/i386-avx.exp: Use standard_testfile, clean_restart.
709 * gdb.arch/i386-byte.exp: Use standard_testfile, clean_restart.
710 * gdb.arch/i386-disp-step.exp: Use standard_testfile.
711 * gdb.arch/i386-dr3-watch.exp: Use standard_testfile.
712 * gdb.arch/i386-permbkpt.exp: Use standard_testfile, clean_restart.
713 * gdb.arch/i386-signal.exp: Use standard_testfile.
714 * gdb.arch/i386-size-overlap.exp: Use standard_testfile, clean_restart.
715 * gdb.arch/i386-sse.exp: Use standard_testfile, clean_restart.
716 * gdb.arch/i386-unwind.exp: Use standard_testfile.
717 * gdb.arch/i386-word.exp: Use standard_testfile, clean_restart.
718
8448e842
TT
7192013-08-22 Tom Tromey <tromey@redhat.com>
720
721 * gdb.python/py-error.exp: Use gdb_remote_download.
722 * gdb.python/py-mi.exp: Use gdb_remote_download.
723 * gdb.python/py-objfile-script.exp: Use standard_output_file.
724 * gdb.python/py-prettyprint.exp: Use gdb_remote_download.
725 (run_lang_tests): Likewise.
726 * gdb.python/py-section-script.c: Use SCRIPT_FILE rather than
727 filename.
728 * gdb.python/py-section-script.exp: Set SCRIPT_FILE when
729 compiling. Use gdb_remote_download. Update some tests.
730 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
731 standard_output_file.
732 * gdb.python/py-typeprint.exp: Use gdb_remote_download.
733 * gdb.python/py-frame-args.exp: Use gdb_remote_download.
734 * gdb.python/py-framefilter-mi.exp: Use gdb_remote_download.
735 * gdb.python/py-framefilter.exp: Use gdb_remote_download,
736 standard_output_file.
737
16cfcbc2
TT
7382013-08-22 Tom Tromey <tromey@redhat.com>
739
740 * lib/cell.exp (skip_cell_tests): Use standard_temp_file.
741
44ee8174
TT
7422013-08-22 Tom Tromey <tromey@redhat.com>
743
744 * gdb.dwarf2/dw2-basic.exp: Use gdb_remote_download.
745 * gdb.dwarf2/dw2-compressed.exp: Use gdb_remote_download.
746 * gdb.dwarf2/dw2-intercu.exp: Use gdb_remote_download.
747 * gdb.dwarf2/dw2-intermix.exp: Use gdb_remote_download.
748 * gdb.dwarf2/dw2-producer.exp: Use gdb_remote_download.
749 * gdb.dwarf2/mac-fileno.exp: Use gdb_remote_download.
750 * lib/gdb.exp (gdb_remote_download): New proc.
751
7a218f88
TT
7522013-08-22 Tom Tromey <tromey@redhat.com>
753
754 * gdb.dwarf2/clztest.exp: Use standard_testfile.
755 * gdb.dwarf2/dw2-minsym-in-cu.exp: Use standard_testfile.
756 * gdb.dwarf2/fission-base.S: Remove directory from
757 DW_AT_GNU_dwo_name.
758 * gdb.dwarf2/fission-base.exp: Use build_executable. Set
759 debug-file-directory.
760 * gdb.dwarf2/fission-reread.S: Remove directory from
761 DW_AT_GNU_dwo_name.
762 * gdb.dwarf2/fission-reread.exp: Use build_executable. Set
763 debug-file-directory.
764
70cc1c23
DE
7652013-08-16 Doug Evans <dje@google.com>
766
767 * lib/prelink-support.exp (prelink_yes): Flag test as unsupported if
768 prelink complains about an unhandled DWARF version.
769
61884d20
DE
7702013-08-14 Cary Coutant <ccoutant@google.com>
771
772 * boards/fission.exp: Add -fdebug-types-section to debug_flags.
773
5e92f71a
TT
7742013-08-13 Tom Tromey <tromey@redhat.com>
775 Yao Qi <yao@codesourcery.com>
776
777 * lib/cache.exp (gdb_do_cache): Handle GDB_PARALLEL.
778 * lib/gdb.exp: Handle GDB_PARALLEL.
779 (default_gdb_version): Kill inotify_pid if it exists.
780 (default_gdb_exit): Emit warning if the inotify log is not
781 empty.
782 (standard_output_file): Respect GDB_PARALLEL.
783 (standard_temp_file): Likewise.
784 (gdb_init): Start inotifywait if requested.
785
5c30d39a
AB
7862013-08-13 Andrew Burgess <aburgess@broadcom.com>
787
788 * gdb.base/printcmds.exp (test_printf): Add test for printf of
789 pointer with various flags.
790
17e1c970
TT
7912013-08-13 Tom Tromey <tromey@redhat.com>
792
793 * lib/cache.exp: New file.
794 * lib/cell.exp (skip_cell_tests): Use gdb_caching_proc.
795 * lib/gdb.exp: Load cache.exp.
796 (support_complex_tests, is_ilp32_target, is_lp64_target)
797 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests)
798 (gdb_skip_xml_test): Use gdb_caching_proc.
799 * lib/opencl.exp (skip_opencl_tests): Use gdb_caching_proc.
800
4e234898
TT
8012013-08-13 Tom Tromey <tromey@redhat.com>
802
803 * lib/gdb.exp (standard_temp_file): New proc.
804 (support_complex_tests, is_ilp32_target, is_lp64_target)
805 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests): Use
806 standard_temp_file.
807
53e981d9
TT
8082013-08-13 Tom Tromey <tromey@redhat.com>
809
810 * lib/gdb.exp (build_id_debug_filename_get): Use
811 standard_output_file.
812 * lib/prelink-support.exp (section_get)
813 (build_executable_own_libs): Use standard_output_file.
814
3f539315
TT
8152013-08-12 Tom Tromey <tromey@redhat.com>
816
817 * Makefile.in (ALL_SUBDIRS): Add gdb.go.
818
b4013987
AA
8192013-08-12 Ali Anwar <alianwar@codesourcery.com>
820
821 * gdb.base/break.exp: Test break via convenience variable
822 with file name.
823
f61d5529
DE
8242013-08-09 Doug Evans <dje@google.com>
825
826 * lib/future.exp (gdb_find_ldd): New proc.
827 * lib/prelink-support.exp (build_executable_own_libs): Call it.
828 Make "/usr/sbin/" in prelink path optional.
829
1ed8d800
YQ
8302013-08-09 Yao Qi <yao@codesourcery.com>
831
832 * gdb.trace/collection.exp (gdb_collect_args_test): Set
833 "only" and "both" to 'print entry-values' before selecting
834 trace frame.
835
82a0a75f
YQ
8362013-08-08 Yao Qi <yao@codesourcery.com>
837
838 * gdb.trace/mi-trace-unavailable.exp: Don't set
839 "print entry-values" to "no".
840 (test_trace_unavailable): Set various values to
841 "print entry-values" to test that the output of
842 '-stack-list-locals' is not affected, and then set
843 set "print entry-values" to "no".
844
ac52f9a2
DE
8452013-08-07 Doug Evans <dje@google.com>
846
847 * gdb.python/py-value-cc.cc: Renamed from py-value.cc.
848 * gdb.python/py-value-cc.exp: Update.
849 * gdb.python/py-value.exp: Use different names for .o files for
850 C and C++. Only perform C++ tests if !skip_cplus_tests.
851
bf6d8a91
TT
8522013-08-07 Tom Tromey <tromey@redhat.com>
853
854 * gdb.base/maint.exp: Allow zero symtabs to be expanded.
855
f9125b6c
TT
8562013-08-07 Tom Tromey <tromey@redhat.com>
857
858 * gdb.dwarf2/dwz.exp: New file.
859
3a1115a0
TT
8602013-08-02 Tom Tromey <tromey@redhat.com>
861
862 * gdb.base/watchpoint.c (struct foo5): New.
863 (nullptr): New global.
864 * gdb.base/watchpoint.exp (test_watch_location): Add test.
865
b846d303
DE
8662013-08-01 Doug Evans <dje@google.com>
867
7ee85ab1
DE
868 PR symtab/15691
869 * gdb.dwarf2/fission-mix.exp: New file.
870 * gdb.dwarf2/fission-mix.h: New file.
871 * gdb.dwarf2/fission-mix.c: New file.
872 * gdb.dwarf2/fission-mix2.c: New file.
873
b846d303
DE
874 PR symtab/15695
875 * gdb.base/func-ptr.exp: New file.
876 * gdb.base/func-ptr.c: New file.
877
67d21849
YQ
8782013-08-01 Yao Qi <yao@codesourcery.com>
879
880 * gdb.python/py-sync-interp.c: New.
881 * gdb.python/py-sync-interp.exp: New.
882
de74e63a
YQ
8832013-07-31 Yao Qi <yao@codesourcery.com>
884
885 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Test command
886 'tdump' on stack frame 0 and 1 respectively.
887
680558e8
YQ
8882013-07-31 Yao Qi <yao@codesourcery.com>
889
890 PR gdb/13443
891 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_3): Add parameter
892 'traceframe'. Wrap test with with_test_prefix.
893 (top level): Update.
894
48bbe0bf
YQ
8952013-07-31 Yao Qi <yao@codesourcery.com>
896
897 * gdb.trace/backtrace.exp: Don't invoke 'get_exit' and
898 'gdb_start'.
899 Invoke 'prepare_for_testing' instead of 'gdb_compile'.
900 Use gdb_test_no_output to issue commands 'tstart' and 'tstop'.
901
11b4b7cc
AB
9022013-07-30 Andrew Burgess <aburgess@broadcom.com>
903
904 * gdb.dwarf2/pieces-optimized-out.exp: Expect "<optimized out>"
905 when printing an optimized out value. Expect an error when using
906 an optimized out value in an expression.
907
b0c54aa5
AB
9082013-07-30 Andrew Burgess <aburgess@broadcom.com>
909
910 * gdb.dwarf2/pieces-optimized-out.exp: New file.
911 * gdb.dwarf2/pieces-optimized-out.c: New file.
912 * gdb.dwarf2/pieces-optimized-out.S: New file.
913
97c85fc6
MB
9142013-07-30 Muhammad Bilal <mbilal@codesourcery.com>
915
916 PR gdb/15715
917 * gdb.base/setshow.exp: Test that relative paths passed to
918 'set history filename' are converted to absolute paths.
919
5b32ae97
KS
9202013-07-26 Keith Seitz <keiths@redhat.com>
921
922 * gdb.mi/mi-var-child-f.exp: Pass f90 to gdb_compile instead
923 of f77.
924 Allow for compiler variations of integer types.
925 Use mi_create_varobj.
926 Use mi_list_varobj_children for the immediate children of `array'.
927 Add "has_more" attribute for grandchildren test.
928
6f64ef53
PA
9292013-07-26 Pedro Alves <palves@redhat.com>
930
931 * gdb.base/interrupt-noterm.c, gdb.base/interrupt-noterm.exp: New
932 files.
933
fdc8aae8
AB
9342013-07-25 Andrew Burgess <aburgess@broadcom.com>
935
936 * gdb.mi/mi-reg-undefined.exp: New file.
937 * gdb.mi/mi-reg-undefined.c: Likewise.
938 * gdb.mi/mi-reg-undefined.S: Likewise.
939
6fbe845e
AB
9402013-07-25 Andrew Burgess <aburgess@broadcom.com>
941
942 * gdb.base/printcmds.exp (test_print_int_arrays): Add tests for x,
943 z, o, and t output formats.
944 * gdb.base/display.exp: Use 'k' as an undefined format now that
945 'z' is defined.
946
7b79b135
DE
9472013-07-24 Doug Evans <dje@google.com>
948
949 * boards/native-stdio-gdbserver.exp (${board}_build_remote_cmd): Pass
950 "--" to switch.
951
a0607b84
YQ
9522013-07-24 Yao Qi <yao@codesourcery.com>
953
954 * gdb.mi/mi-var-cmd.exp: If host is remote, use ${testfile} on
955 host.
956 * gdb.mi/mi-basics.exp (test_exec_and_symbol_mi_operatons):
957 Likewise. If host is remote, copy ${binfile} to host.
958
2eb14a9b
YQ
9592013-07-23 Yao Qi <yao@codesourcery.com>
960
961 * gdb.mi/mi-var-cmd.exp: Adjust pattern to match current error
962 message.
963
5d0a3b53
WN
9642013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
965
966 * gdb.base/disp-step-syscall.exp: Add svc and swi syscall
967 instructions and enable disp-step-syscall for arm targets.
968
9a5911c0
WN
9692013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
970
971 * gdb.dwarf2/fission-reread.S: Replace @ sign with % sign to remove
972 assembler errors on arm.
973 * gdb.dwarf2/mac-fileno.S: Likewise.
974 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
975 * gdb.dwarf2/pr13961.S: Likewise.
976
fa876972
HZ
9772013-07-19 Hui Zhu <hui@codesourcery.com>
978
979 PR gdb/15692
980 * gdb.mi/mi-dprintf.exp: Add double quotes test.
981
1527aea8
YQ
9822013-07-19 Yao Qi <yao@codesourcery.com>
983
984 * gdb.trace/read-memory.exp (test_from_remote): Update test.
985 (teset_from_exec): Likewise.
986
73c1d57e
YQ
9872013-07-19 Yao Qi <yao@codesourcery.com>
988
989 * gdb.trace/read-memory.c: New.
990 * gdb.trace/read-memory.exp: New.
991
a075c3e5
YQ
9922013-07-19 Yao Qi <yao@codesourcery.com>
993
994 * lib/gdb.exp (gdb_compile_shlib): Pass the tail name of
995 $dest to link options if host is remote. Move the
996 generated file to $dest.a on host if host is remote.
997
623cc285
WN
9982013-07-18 Will Newton <will.newton@linaro.org>
999
1000 * gdb.threads/tls-nodebug.c: Call pthread_testcancel
1001 to ensure the test is linked against pthreads.
1002 * gdb.threads/tls-var-main.c: Likewise.
1003 * gdb.threads/tls-shared.c: Likewise.
1004
1f74d3b5
YQ
10052013-07-18 Yao Qi <yao@codesourcery.com>
1006
1007 * lib/future.exp (gdb_default_target_compile): Use tail name
1008 of $destfile as the output name of compile. Move the
1009 generated file to $destfile on build.
1010
f6dc277e
YQ
10112013-07-18 Yao Qi <yao@codesourcery.com>
1012
1013 * lib/gdb.exp (gdb_compile): Set
1014 gdb_saved_set_unbuffered_mode_obj to
1015 set_unbuffered_mode_saved.o if host is remote. Invoke
1016 remote_download to copy $unbuf_obj to host.
1017
e7045703
DE
10182013-07-17 Doug Evans <dje@google.com>
1019
1020 * gdb.python/py-frame-args.c: New file.
1021 * gdb.python/py-frame-args.py: New file.
1022 * gdb.python/py-frame-args.exp New file.
1023
5ea5559b
AB
10242013-07-16 Andrew Burgess <aburgess@broadcom.com>
1025
1026 * gdb.base/printcmds.exp (test_printf): Add tests for format
1027 strings with missing format specifier.
1028
4229ca0e
TT
10292013-07-16 Tom Tromey <tromey@redhat.com>
1030
1031 * gdb.ada/info_types.exp: Use standard_testfile.
1032
5ee657d5
TT
10332013-07-16 Tom Tromey <tromey@redhat.com>
1034
1035 * gdb.mi/mi-basics.exp: Use standard_output_file.
1036 (test_dir_specification, test_cwd_specification)
1037 (test_path_specification): Use testsubdir, not subdir and objdir.
1038
20e3d738
TT
10392013-07-16 Tom Tromey <tromey@redhat.com>
1040
1041 * gdb.trace/mi-traceframe-changed.exp: Don't use objdir.
1042
7d7c6477
JB
10432013-07-09 Joel Brobecker <brobecker@adacore.com>
1044
1045 * gdb.ada/small_reg_param.exp: Accept optional entry value
1046 for parameter "w".
1047
52cd8b7d
JB
10482013-07-09 Joel Brobecker <brobecker@adacore.com>
1049
1050 * gdb.ada/small_reg_param.exp: Remove trailing space.
1051
2a998fc0
DE
10522013-07-09 Doug Evans <dje@google.com>
1053
1054 * gdb.base/default.exp: Update expected output of "show print array"
1055 and "show print pretty".
1056
0329e9fb
UW
10572013-07-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
1058
1059 * gdb.threads/wp-replication.exp: Stop counting available hardware
1060 watchpoints after NR_THREADS iterations.
1061
1953058f
AB
10622013-07-08 Andrew Burgess <aburgess@broadcom.com>
1063
1064 * gdb.python/py-explore.exp: Add $gdb_prompt to test regexp.
1065
7c0de741
YQ
10662013-07-07 Yao Qi <yao@codesourcery.com>
1067
1068 * boards/native-gdbserver.exp: Move invoke of
1069 process_multilib_options to gdbserver-base.exp.
1070 Move set_board_info 'compiler', 'gdb,noinferiorio',
1071 'gdb,nofileio', 'gdb_server_prog' and 'gdb,predefined_tsv' to
1072 gdbserver-base.exp.
1073 Move proc ${board}_download, ${board}_upload and
1074 ${board}_file to gdbserver-base.exp.
1075 * boards/native-extended-gdbserver.exp: Likewise.
1076 * boards/native-stdio-gdbserver.exp: Likewise.
1077 * boards/gdbserver-base.exp: New file.
1078
497a4c48
LM
10792013-07-05 Luis Machado <lgustavo@codesourcery.com>
1080
1081 * gdb.base/dump.exp: Remove arch-specific tests and do a
1082 generic data address check to set is64bitonly correctly.
1083
bb3f62fc
LM
10842013-07-05 Luis Machado <lgustavo@codesourcery.com>
1085
1086 * gdb.mi/gdb2549.exp (register_tests): Expect any decimal for
1087 the register number instead of expecting only 0.
1088
005faa9d
WN
10892013-07-05 Will Newton <will.newton@linaro.org>
1090
1091 * gdb.base/gnu-ifunc-lib.c: Use %function instead of @function
1092 in asm syntax to allow building on ARM.
1093
4767856f
YQ
10942013-07-05 Yao Qi <yao@codesourcery.com>
1095
1096 * boards/local-remote-host.exp: Remove obsolete comments.
1097 * boards/native-extended-gdbserver.exp: Likewise.
1098 * boards/native-gdbserver.exp: Likewise.
1099 * boards/native-stdio-gdbserver.exp: Likewise.
1100
691a26f5
AB
11012013-07-04 Andrew Burgess <aburgess@broadcom.com>
1102
1103 * gdb.dwarf2/dw2-reg-undefined.exp: New file.
1104 * gdb.dwarf2/dw2-reg-undefined.c: Likewise.
1105 * gdb.dwarf2/dw2-reg-undefined.S: Likewise.
1106
4d142eaa
JK
11072013-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1108
1109 * gdb.base/break-on-linker-gcd-function.exp: Replace
1110 prepare_for_testing by build_executable_from_specs and clean_restart.
1111
62cef515
TT
11122013-06-27 Tom Tromey <tromey@redhat.com>
1113
1114 * gdb.base/testenv.exp, gdb.base/tui-layout.exp,
1115 gdb.base/twice.exp, gdb.base/type-opaque.exp, gdb.base/unload.exp,
1116 gdb.base/unwindonsignal.exp, gdb.base/valgrind-db-attach.exp,
1117 gdb.base/valgrind-infcall.exp, gdb.base/value-double-free.exp,
1118 gdb.base/varargs.exp, gdb.base/watch-cond-infcall.exp,
1119 gdb.base/watch-cond.exp, gdb.base/watch-non-mem.exp,
1120 gdb.base/watch-read.exp, gdb.base/watch-vfork.exp,
1121 gdb.base/watch_thread_num.exp, gdb.base/watchpoint-cond-gone.exp,
1122 gdb.base/watchpoint-delete.exp, gdb.base/watchpoint-hw.exp,
1123 gdb.base/watchpoint-solib.exp, gdb.base/watchpoint.exp,
1124 gdb.base/watchpoints.exp, gdb.base/wchar.exp, gdb.base/whatis.exp:
1125 Use standard_testfile, standard_output_file, prepare_for_testing,
1126 clean_restart.
1127
0ab77f5f
TT
11282013-06-27 Tom Tromey <tromey@redhat.com>
1129
1130 * gdb.base/save-bp.exp, gdb.base/savedregs.exp,
1131 gdb.base/scope.exp, gdb.base/sep.exp, gdb.base/sepsymtab.exp,
1132 gdb.base/set-lang-auto.exp, gdb.base/setshow.exp,
1133 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
1134 gdb.base/shreloc.exp, gdb.base/sigall.exp,
1135 gdb.base/sigaltstack.exp, gdb.base/sigbpt.exp,
1136 gdb.base/sigchld.exp, gdb.base/siginfo-addr.exp,
1137 gdb.base/siginfo-infcall.exp, gdb.base/siginfo-obj.exp,
1138 gdb.base/siginfo.exp, gdb.base/signals.exp, gdb.base/signest.exp,
1139 gdb.base/signull.exp, gdb.base/sigrepeat.exp,
1140 gdb.base/sigstep.exp, gdb.base/sizeof.exp,
1141 gdb.base/skip-solib.exp, gdb.base/so-impl-ld.exp,
1142 gdb.base/solib-display.exp, gdb.base/solib-nodir.exp,
1143 gdb.base/solib-overlap.exp, gdb.base/solib-symbol.exp,
1144 gdb.base/solib-weak.exp, gdb.base/source.exp,
1145 gdb.base/stack-checking.exp, gdb.base/stale-infcall.exp,
1146 gdb.base/stap-probe.exp, gdb.base/start.exp,
1147 gdb.base/step-break.exp, gdb.base/step-bt.exp,
1148 gdb.base/step-line.exp, gdb.base/step-resume-infcall.exp,
1149 gdb.base/step-test.exp, gdb.base/structs.exp,
1150 gdb.base/structs2.exp, gdb.base/structs3.exp,
1151 gdb.base/symbol-without-target_section.exp: Use standard_testfile,
1152 standard_output_file, prepare_for_testing, clean_restart.
1153
822bd149
TT
11542013-06-27 Tom Tromey <tromey@redhat.com>
1155
1156 * gdb.base/nextoverexit.exp, gdb.base/nextoverexit.exp,
1157 gdb.base/nodebug.exp, gdb.base/nofield.exp, gdb.base/nostdlib.exp,
1158 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/pc-fp.exp,
1159 gdb.base/pending.exp, gdb.base/permissions.exp,
1160 gdb.base/pie-execl.exp, gdb.base/pointers.exp,
1161 gdb.base/pr11022.exp, gdb.base/print-file-var.exp,
1162 gdb.base/printcmds.exp, gdb.base/prologue.exp,
1163 gdb.base/psymtab.exp, gdb.base/ptr-typedef.exp,
1164 gdb.base/ptype.exp, gdb.base/randomize.exp,
1165 gdb.base/readline-ask.exp, gdb.base/recpar.exp,
1166 gdb.base/recurse.exp, gdb.base/relativedebug.exp,
1167 gdb.base/relocate.exp, gdb.base/remote.exp, gdb.base/reread.exp,
1168 gdb.base/return-nodebug.exp, gdb.base/return2.exp: Use
1169 standard_testfile, standard_output_file, prepare_for_testing,
1170 clean_restart.
1171
f8b41b00
TT
11722013-06-27 Tom Tromey <tromey@redhat.com>
1173
a8c97a87
TT
1174 * gdb.base/hook-stop-continue.exp, gdb.base/hook-stop-frame.exp,
1175 gdb.base/huge.exp, gdb.base/included.exp,
1176 gdb.base/inferior-died.exp, gdb.base/infnan.exp,
1177 gdb.base/info-fun.exp, gdb.base/info-macros.exp,
1178 gdb.base/info-os.exp, gdb.base/info-proc.exp,
1179 gdb.base/info-target.exp, gdb.base/infoline.exp,
1180 gdb.base/interp.exp, gdb.base/interrupt.exp,
1181 gdb.base/jit-simple.exp, gdb.base/jit-so.exp, gdb.base/jump.exp,
1182 gdb.base/kill-after-signal.exp, gdb.base/label.exp,
1183 gdb.base/langs.exp, gdb.base/lineinc.exp, gdb.base/list.exp,
1184 gdb.base/logical.exp, gdb.base/long_long.exp,
1185 gdb.base/longjmp.exp, gdb.base/macscp.exp, gdb.base/maint.exp,
1186 gdb.base/memattr.exp, gdb.base/mips_pro.exp,
1187 gdb.base/miscexprs.exp, gdb.base/morestack.exp,
1188 gdb.base/moribund-step.exp, gdb.base/multi-forks.exp: Use
f8b41b00
TT
1189 standard_testfile, standard_output_file, prepare_for_testing,
1190 clean_restart.
1191
289f9037
TT
11922013-06-27 Tom Tromey <tromey@redhat.com>
1193
a8c97a87
TT
1194 * gdb.base/ena-dis-br.exp, gdb.base/enum_cond.exp,
1195 gdb.base/enumval.exp, gdb.base/environ.exp,
1196 gdb.base/eu-strip-infcall.exp, gdb.base/eval-skip.exp,
1197 gdb.base/exe-lock.exp, gdb.base/expand-psymtabs.exp,
1198 gdb.base/exprs.exp, gdb.base/fileio.exp, gdb.base/find.exp,
1199 gdb.base/fixsection.exp, gdb.base/foll-exec.exp,
1200 gdb.base/foll-fork.exp, gdb.base/fortran-sym-case.exp,
1201 gdb.base/frame-args.exp, gdb.base/freebpcmd.exp,
1202 gdb.base/fullname.exp, gdb.base/funcargs.exp,
1203 gdb.base/gcore-buffer-overflow.exp, gdb.base/gcore.exp,
1204 gdb.base/gdb1090.exp, gdb.base/gdb11530.exp,
1205 gdb.base/gdb11531.exp, gdb.base/gdb1250.exp, gdb.base/gdb1555.exp,
1206 gdb.base/gdb1821.exp, gdb.base/gdbindex-stabs.exp,
1207 gdb.base/gdbvars.exp, gdb.base/gnu-ifunc.exp,
1208 gdb.base/gnu_vector.exp: Use standard_testfile,
1209 standard_output_file, prepare_for_testing, clean_restart.
289f9037 1210
f76495c8
TT
12112013-06-27 Tom Tromey <tromey@redhat.com>
1212
a8c97a87
TT
1213 * gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
1214 gdb.base/call-sc.exp, gdb.base/call-signal-resume.exp,
1215 gdb.base/call-strs.exp, gdb.base/callexit.exp,
1216 gdb.base/callfuncs.exp, gdb.base/catch-load.exp,
1217 gdb.base/catch-syscall.exp, gdb.base/charset.exp,
1218 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
1219 gdb.base/code-expr.exp, gdb.base/code_elim.exp,
1220 gdb.base/commands.exp, gdb.base/completion.exp,
1221 gdb.base/complex.exp, gdb.base/cond-expr.exp,
1222 gdb.base/condbreak.exp, gdb.base/consecutive.exp,
1223 gdb.base/constvars.exp, gdb.base/corefile.exp,
1224 gdb.base/ctxobj.exp, gdb.base/cursal.exp, gdb.base/cvexpr.exp,
1225 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
1226 gdb.base/del.exp, gdb.base/detach.exp, gdb.base/dfp-test.exp,
1227 gdb.base/display.exp, gdb.base/dmsym.exp, gdb.base/dump.exp,
1228 gdb.base/dup-sect.exp: Use standard_testfile,
f76495c8
TT
1229 standard_output_file, prepare_for_testing, clean_restart.
1230
a64d2530
TT
12312013-06-27 Tom Tromey <tromey@redhat.com>
1232
a8c97a87
TT
1233 * gdb.base/a2-run.exp, gdb.base/all-bin.exp, gdb.base/annota1.exp,
1234 gdb.base/annota3.exp, gdb.base/anon.exp, gdb.base/args.exp,
1235 gdb.base/arithmet.exp, gdb.base/arrayidx.exp, gdb.base/assign.exp,
1236 gdb.base/async-shell.exp, gdb.base/async.exp,
1237 gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-noexec.exp,
1238 gdb.base/attach-twice.exp, gdb.base/attach.exp, gdb.base/auxv.exp,
1239 gdb.base/bang.exp, gdb.base/bfp-test.exp, gdb.base/bigcore.exp,
1240 gdb.base/bitfields.exp, gdb.base/bitfields2.exp,
1241 gdb.base/break-entry.exp, gdb.base/break-interp.exp,
1242 gdb.base/break-on-linker-gcd-function.exp,
1243 gdb.base/breakpoint-shadow.exp: Use standard_testfile,
a64d2530
TT
1244 standard_output_file, prepare_for_testing, clean_restart.
1245
aaff8d73
YQ
12462013-06-26 Yao Qi <yao@codesourcery.com>
1247
1248 * gdb.trace/mi-trace-frame-collected.exp: New.
1249
a0743c90
YQ
12502013-06-25 Yao Qi <yao@codesourcery.com>
1251
1252 * boards/native-extended-gdbserver.exp: Set board_info
1253 'gdb,predefined_tsv'.
1254 * boards/native-gdbserver.exp: Likewise.
1255 * boards/native-stdio-gdbserver.exp: Likewise.
1256 * gdb.server/ext-attach.exp: Load trace-support.exp. Check
1257 uploaded TSVs if target supports tracing.
1258 * gdb.trace/tsv.exp: Check uploaded TSVs if target supports
1259 tracing and target has predefined tsv.
1260
9d6e6e84
HZ
12612013-06-25 Yao Qi <yao@codesourcery.com>
1262 Hui Zhu <hui@codesourcery.com>
1263 Pedro Alves <palves@redhat.com>
1264
1265 PR breakpoints/15075
1266 PR breakpoints/15434
1267 * gdb.base/dprintf-next.c: New file.
1268 * gdb.base/dprintf-next.exp: New file.
1269 * gdb.base/dprintf-non-stop.c: New file.
1270 * gdb.base/dprintf-non-stop.exp: New file.
1271 * gdb.base/dprintf.exp: Don't check "continue" in the output
1272 of "info breakpoints".
1273 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
1274 Don't check "continue" in script field.
1275
e7ab3185
TT
12762013-06-21 Tom Tromey <tromey@redhat.com>
1277
1278 * gdb.trace/actions.exp (check_tracepoint): Don't use a full file
1279 name in a test name.
1280
c898adb7
YQ
12812013-06-20 Yao Qi <yao@codesourcery.com>
1282
1283 * gdb.trace/mi-trace-unavailable.exp: Set tracepoint on 'foo'
1284 and set an action.
1285 (test_trace_unavailable): Test command -data-list-register-values
1286 in the context of traceframe and with option --skip-unavailable.
1287 * gdb.trace/trace-unavailable.c (foo): New.
1288 (main): Call it.
1289 * gdb.mi/gdb2549.exp: Update matching pattern.
1290
4d157a3d
MF
12912013-06-19 Mike Frysinger <vapier@gentoo.org>
1292
1293 * gdb.arch/i386-avx.c (have_avx): Change __get_cpuid call to i386_cpuid.
1294 * gdb.arch/i386-avx.exp (additional_flags): Add -I${srcdir}/../common.
1295 * gdb.arch/i386-cpuid.h: Moved to ../common/i386-gcc-cpuid.h.
1296 * gdb.arch/i386-sse.c: Call new i386_cpuid function.
1297 * gdb.arch/i386-see.exp (additional_flags): Add -I${srcdir}/../common.
1298
d69cace4
LM
12992013-06-19 Luis Machado <lgustavo@codesourcery.com>
1300
1301 * gdb.base/subst.exp: Delete default rules before further
1302 tests.
1303
9bdd0636
YQ
13042013-06-19 Yao Qi <yao@codesourcery.com>
1305
1306 * gdb.base/maint.exp: Make the test to command 'maint dump-me'
1307 unsupported if it is not registered.
1308
427cd150
TT
13092013-06-18 Tom Tromey <tromey@redhat.com>
1310
1311 * gdb.base/random-signal.c: New file.
1312 * gdb.base/random-signal.exp: New file.
1313
6de7c271
WN
13142013-06-18 Will Newton <will.newton@linaro.org>
1315
1316 * gdb.base/skip.c: Use comma to evaluate results of foo()
1317 and bar() before passing to baz().
1318 * gdb.base/skip.c: baz() now takes one argument instead of
1319 two.
1320
5bd1ef56
TT
13212013-06-18 Tom Tromey <tromey@redhat.com>
1322
1323 * gdb.dwarf2/implptrpiece.exp: New file.
1324 * gdb.dwarf2/implptrconst.exp (d): New variable.
1325 Print d.
1326 * lib/dwarf2.exp (Dwarf::_location): Handle DW_OP_piece.
1327
e379b391
TT
13282013-06-18 Tom Tromey <tromey@redhat.com>
1329
1330 * lib/selftest-support.exp (do_self_tests): Reject remote or
1331 non-native targets.
1332 * gdb.gdb/complaints.exp: Remove check.
1333 * gdb.gdb/observer.exp: Remove check.
1334 * gdb.gdb/xfullpath.exp: Remove check.
1335 * gdb.gdb/complaints.exp: Remove check.
1336
4ec70201
PA
13372013-06-07 Pedro Alves <palves@redhat.com>
1338
1339 * boards/native-extended-gdbserver.exp: Remove semicolon.
1340 * config/arm-ice.exp: Likewise.
1341 * config/bfin.exp: Likewise.
1342 * config/cygmon.exp: Likewise.
1343 * config/h8300.exp: Likewise.
1344 * config/monitor.exp: Likewise.
1345 * config/sid.exp: Likewise.
1346 * config/sim.exp: Likewise.
1347 * config/slite.exp: Likewise.
1348 * config/vx.exp: Likewise.
1349 * gdb.arch/i386-bp_permanent.exp: Likewise.
1350 * gdb.asm/asm-source.exp: Likewise.
1351 * gdb.base/args.exp: Likewise.
1352 * gdb.base/attach-pie-misread.exp: Likewise.
1353 * gdb.base/auxv.exp: Likewise.
1354 * gdb.base/bigcore.exp: Likewise.
1355 * gdb.base/bitfields2.exp: Likewise.
1356 * gdb.base/bitfields.exp: Likewise.
1357 * gdb.base/break.exp: Likewise.
1358 * gdb.base/break-interp.exp: Likewise.
1359 * gdb.base/callfuncs.exp: Likewise.
1360 * gdb.base/call-sc.exp: Likewise.
1361 * gdb.base/commands.exp: Likewise.
1362 * gdb.base/corefile.exp: Likewise.
1363 * gdb.base/dbx.exp: Likewise.
1364 * gdb.base/ending-run.exp: Likewise.
1365 * gdb.base/exprs.exp: Likewise.
1366 * gdb.base/funcargs.exp: Likewise.
1367 * gdb.base/hbreak2.exp: Likewise.
1368 * gdb.base/huge.exp: Likewise.
1369 * gdb.base/list.exp: Likewise.
1370 * gdb.base/memattr.exp: Likewise.
1371 * gdb.base/overlays.exp: Likewise.
1372 * gdb.base/printcmds.exp: Likewise.
1373 * gdb.base/recurse.exp: Likewise.
1374 * gdb.base/remotetimeout.exp: Likewise.
1375 * gdb.base/reread.exp: Likewise.
1376 * gdb.base/savedregs.exp: Likewise.
1377 * gdb.base/scope.exp: Likewise.
1378 * gdb.base/sepdebug.exp: Likewise.
1379 * gdb.base/setshow.exp: Likewise.
1380 * gdb.base/setvar.exp: Likewise.
1381 * gdb.base/sigaltstack.exp: Likewise.
1382 * gdb.base/siginfo-addr.exp: Likewise.
1383 * gdb.base/siginfo.exp: Likewise.
1384 * gdb.base/siginfo-obj.exp: Likewise.
1385 * gdb.base/sigrepeat.exp: Likewise.
1386 * gdb.base/sigstep.exp: Likewise.
1387 * gdb.base/structs.exp: Likewise.
1388 * gdb.base/testenv.exp: Likewise.
1389 * gdb.base/twice.exp: Likewise.
1390 * gdb.base/valgrind-db-attach.exp: Likewise.
1391 * gdb.base/valgrind-infcall.exp: Likewise.
1392 * gdb.base/varargs.exp: Likewise.
1393 * gdb.base/watchpoint.exp: Likewise.
1394 * gdb.cp/gdb1355.exp: Likewise.
1395 * gdb.cp/misc.exp: Likewise.
1396 * gdb.disasm/hppa.exp: Likewise.
1397 * gdb.disasm/t01_mov.exp: Likewise.
1398 * gdb.disasm/t02_mova.exp: Likewise.
1399 * gdb.disasm/t03_add.exp: Likewise.
1400 * gdb.disasm/t04_sub.exp: Likewise.
1401 * gdb.disasm/t05_cmp.exp: Likewise.
1402 * gdb.disasm/t06_ari2.exp: Likewise.
1403 * gdb.disasm/t07_ari3.exp: Likewise.
1404 * gdb.disasm/t08_or.exp: Likewise.
1405 * gdb.disasm/t09_xor.exp: Likewise.
1406 * gdb.disasm/t10_and.exp: Likewise.
1407 * gdb.disasm/t11_logs.exp: Likewise.
1408 * gdb.disasm/t12_bit.exp: Likewise.
1409 * gdb.disasm/t13_otr.exp: Likewise.
1410 * gdb.gdb/selftest.exp: Likewise.
1411 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
1412 * gdb.mi/mi-reverse.exp: Likewise.
1413 * gdb.pascal/floats.exp: Likewise.
1414 * gdb.python/py-inferior.exp: Likewise.
1415 * gdb.threads/attach-into-signal.exp: Likewise.
1416 * gdb.threads/pthreads.exp: Likewise.
1417 * gdb.threads/thread_events.exp: Likewise.
1418 * gdb.threads/watchthreads.exp: Likewise.
1419 * gdb.trace/actions-changed.exp: Likewise.
1420 * gdb.trace/actions.exp: Likewise.
1421 * gdb.trace/ax.exp: Likewise.
1422 * gdb.trace/backtrace.exp: Likewise.
1423 * gdb.trace/change-loc.exp: Likewise.
1424 * gdb.trace/deltrace.exp: Likewise.
1425 * gdb.trace/disconnected-tracing.exp: Likewise.
1426 * gdb.trace/ftrace.exp: Likewise.
1427 * gdb.trace/infotrace.exp: Likewise.
1428 * gdb.trace/passc-dyn.exp: Likewise.
1429 * gdb.trace/passcount.exp: Likewise.
1430 * gdb.trace/pending.exp: Likewise.
1431 * gdb.trace/qtro.exp: Likewise.
1432 * gdb.trace/range-stepping.exp: Likewise.
1433 * gdb.trace/report.exp: Likewise.
1434 * gdb.trace/save-trace.exp: Likewise.
1435 * gdb.trace/status-stop.exp: Likewise.
1436 * gdb.trace/strace.exp: Likewise.
1437 * gdb.trace/tfile.exp: Likewise.
1438 * gdb.trace/tfind.exp: Likewise.
1439 * gdb.trace/trace-break.exp: Likewise.
1440 * gdb.trace/tracecmd.exp: Likewise.
1441 * gdb.trace/trace-mt.exp: Likewise.
1442 * gdb.trace/tspeed.exp: Likewise.
1443 * gdb.trace/tsv.exp: Likewise.
1444 * gdb.trace/while-stepping.exp: Likewise.
1445 * lib/gdb.exp: Likewise.
1446 * lib/gdbserver-support.exp: Likewise.
1447 * lib/java.exp: Likewise.
1448 * lib/mi-support.exp: Likewise.
1449 * lib/pascal.exp: Likewise.
1450 * lib/prompt.exp: Likewise.
1451 * lib/trace-support.exp: Likewise.
1452
47d48711
PA
14532013-06-07 Pedro Alves <palves@redhat.com>
1454
1455 * gdb.ada/info_types.c: Fix formating in copyright header.
1456 * gdb.base/break-on-linker-gcd-function.cc: Likewise.
1457 * gdb.base/float.c: Likewise.
1458 * gdb.base/inferior-died.c: Likewise.
1459 * gdb.base/interp.c: Likewise.
1460 * gdb.base/jit-main.c: Likewise.
1461 * gdb.base/jit-solib.c: Likewise.
1462 * gdb.base/long_long.c: Likewise.
1463 * gdb.base/longjmp.c: Likewise.
1464 * gdb.base/nextoverexit.c: Likewise.
1465 * gdb.base/pr11022.c: Likewise.
1466 * gdb.base/prelink-lib.c: Likewise.
1467 * gdb.base/prelink.c: Likewise.
1468 * gdb.base/prologue.c: Likewise.
1469 * gdb.base/restore.c: Likewise.
1470 * gdb.base/sigchld.c: Likewise.
1471 * gdb.base/solib-search-lib1.c: Likewise.
1472 * gdb.base/solib-search-lib2.c: Likewise.
1473 * gdb.base/solib-search.c: Likewise.
1474 * gdb.base/solib-search.h: Likewise.
1475 * gdb.base/whatis.c: Likewise.
1476 * gdb.cp/abstract-origin.cc: Likewise.
1477 * gdb.cp/anon-struct.cc: Likewise.
1478 * gdb.cp/baseenum.cc: Likewise.
1479 * gdb.cp/bs15503.cc: Likewise.
1480 * gdb.cp/call-c-1.c: Likewise.
1481 * gdb.cp/call-c.cc: Likewise.
1482 * gdb.cp/class2.cc: Likewise.
1483 * gdb.cp/classes.cc: Likewise.
1484 * gdb.cp/cttiadd.cc: Likewise.
1485 * gdb.cp/cttiadd1.cc: Likewise.
1486 * gdb.cp/cttiadd2.cc: Likewise.
1487 * gdb.cp/cttiadd3.cc: Likewise.
1488 * gdb.cp/derivation.cc: Likewise.
1489 * gdb.cp/derivation2.cc: Likewise.
1490 * gdb.cp/dispcxx.cc: Likewise.
1491 * gdb.cp/exception.cc: Likewise.
1492 * gdb.cp/gdb2384-base.cc: Likewise.
1493 * gdb.cp/gdb2384-base.h: Likewise.
1494 * gdb.cp/gdb2384.cc: Likewise.
1495 * gdb.cp/gdb2495.cc: Likewise.
1496 * gdb.cp/mb-inline.h: Likewise.
1497 * gdb.cp/mb-inline1.cc: Likewise.
1498 * gdb.cp/mb-inline2.cc: Likewise.
1499 * gdb.cp/member-name.cc: Likewise.
1500 * gdb.cp/member-ptr.cc: Likewise.
1501 * gdb.cp/misc.cc: Likewise.
1502 * gdb.cp/namespace1.cc: Likewise.
1503 * gdb.cp/nextoverthrow.cc: Likewise.
1504 * gdb.cp/pr-574.cc: Likewise.
1505 * gdb.cp/pr9631.cc: Likewise.
1506 * gdb.cp/printmethod.cc: Likewise.
1507 * gdb.cp/psmang1.cc: Likewise.
1508 * gdb.cp/psmang2.cc: Likewise.
1509 * gdb.cp/psymtab-parameter.cc: Likewise.
1510 * gdb.cp/ptype-flags.cc: Likewise.
1511 * gdb.cp/ref-params.cc: Likewise.
1512 * gdb.cp/ref-types.cc: Likewise.
1513 * gdb.cp/smartp.cc: Likewise.
1514 * gdb.cp/try_catch.cc: Likewise.
1515 * gdb.cp/userdef.cc: Likewise.
1516 * gdb.cp/using-crash.cc: Likewise.
1517 * gdb.cp/virtfunc.cc: Likewise.
1518 * gdb.cp/virtfunc2.cc: Likewise.
1519 * gdb.dwarf2/callframecfa.S: Likewise.
1520 * gdb.dwarf2/dw2-ranges.c: Likewise.
1521 * gdb.dwarf2/dw2-ranges2.c: Likewise.
1522 * gdb.dwarf2/dw2-ranges3.c: Likewise.
1523 * gdb.dwarf2/dw2-restore.S: Likewise.
1524 * gdb.dwarf2/pieces.S: Likewise.
1525 * gdb.dwarf2/valop.S: Likewise.
1526 * gdb.java/jnpe.java: Likewise.
1527 * gdb.mi/mi-stepn.c: Likewise.
1528 * gdb.mi/mi-var-cp.cc: Likewise.
1529 * gdb.mi/mi-var-rtti.cc: Likewise.
1530 * gdb.mi/ns-stale-regcache.c: Likewise.
1531 * gdb.mi/pr11022.c: Likewise.
1532 * gdb.mi/solib-lib.c: Likewise.
1533 * gdb.mi/solib-main.c: Likewise.
1534 * gdb.python/py-arch.c: Likewise.
1535 * gdb.python/py-block.c: Likewise.
1536 * gdb.python/py-breakpoint.c: Likewise.
1537 * gdb.python/py-events.c: Likewise.
1538 * gdb.python/py-evthreads.c: Likewise.
1539 * gdb.python/py-explore.c: Likewise.
1540 * gdb.python/py-explore.cc: Likewise.
1541 * gdb.python/py-finish-breakpoint.c: Likewise.
1542 * gdb.python/py-finish-breakpoint2.cc: Likewise.
1543 * gdb.python/py-symbol.c: Likewise.
1544 * gdb.threads/execl.c: Likewise.
1545 * gdb.threads/execl1.c: Likewise.
1546
88ab5684
WN
15472013-06-07 Will Newton <will.newton@linaro.org>
1548
1549 * gdb.base/long_long.exp: Fix ARM EABI target glob.
1550
42daa7a0
WN
15512013-06-07 Will Newton <will.newton@linaro.org>
1552
1553 * gdb.cp/annota2.exp: Add empty line between "post-prompt"
1554 and "starting".
1555
f4059ef3
WN
15562013-06-07 Will Newton <will.newton@linaro.org>
1557
1558 * gdb.cp/anon-struct.exp: Conditionalize constructor and
1559 destructor prototypes for ARM ABI.
1560 * gdb.cp/m-static.exp: Likewise.
1561
8cb5cc78
YQ
15622013-06-07 Yao Qi <yao@codesourcery.com>
1563
1564 * gdb.trace/mi-trace-unavailable.exp: New.
1565 * gdb.trace/trace-unavailable.c: New.
1566
c6cf1712
DE
15672013-06-06 Doug Evans <dje@google.com>
1568
1569 * gdb.cp/derivation.exp: Make tests have unique names.
1570
bf6be0f4
TT
15712013-06-06 Tom Tromey <tromey@redhat.com>
1572
1573 * gdb.base/dump.exp (capture_value): Don't put expression into
1574 test name if arguments passed in.
1575 Rename a couple more tests to make them unique.
1576
ebb022fa
TT
15772013-06-06 Tom Tromey <tromey@redhat.com>
1578
1579 * gdb.base/break-always.exp: Explicitly specify test name.
1580
69fc87c2
DE
15812013-06-05 Doug Evans <dje@google.com>
1582 Keith Seitz <keiths@redhat.com>
1583
1584 * gdb.cp/derivation2.cc: New file.
1585 * gdb.cp/derivation.cc (main): Call foo2.
1586 * gdb.cp/derivation.exp: Add tests for typedefs in another
1587 file, and when there's an active block.
1588
f993f39e
LM
15892013-06-05 Luis Machado <lgustavo@codesourcery.com>
1590
1591 * gdb.cp/virtfunc.exp (make_one_vtable_result): Handle extra output
1592 from targets that use function descriptors in the virtual tables.
1593 Handle presence of dot symbols.
1594
afacd7f3
GB
15952013-06-04 Gary Benson <gbenson@redhat.com>
1596
1597 * gdb.base/break-probes.exp: New file.
1598 * gdb.base/break-probes.c: Likewise.
1599 * gdb.base/break-probes-solib.c: Likewise.
1600 * gdb.base/info-shared.exp: New file.
1601 * gdb.base/info-shared.c: Likewise.
1602 * gdb.base/info-shared-solib1.c: Likewise.
1603 * gdb.base/info-shared-solib2.c: Likewise.
1604
a29a3fb7
GB
16052013-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1606 Gary Benson <gbenson@redhat.com>
1607
1608 * lib/gdb.exp (build_executable_from_specs): Use gdb_compile_pthread,
1609 gdb_compile_shlib or gdb_compile_shlib_pthreads where appropriate.
1610 * lib/prelink-support.exp (build_executable_own_libs): Allow INTERP
1611 to be set to "no" to indicate that no ld.so copy should be made.
1612 * gdb.base/break-interp.exp (solib_bp): New constant.
1613 (reach_1): Use the above instead of "_dl_debug_state".
1614 (test_attach): Likewise.
1615 (test_ld): Likewise.
1616 * gdb.threads/dlopen-libpthread.exp: New file.
1617 * gdb.threads/dlopen-libpthread.c: Likewise.
1618 * gdb.threads/dlopen-libpthread-lib.c: Likewise.
1619 * gdb.base/solib-corrupted.exp: Disable test if GDB is using probes.
1620
62a813cc
YQ
16212013-05-30 Yao Qi <yao@codesourcery.com>
1622
1623 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
1624 Add a test that no MI notification is emitted when executing
1625 -exec-arguments.
1626
8f56dad4
JK
16272013-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1628
1629 PR testsuite/12649
1630 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf) (mi 2nd dprintf): Replace
1631 $mi_gdb_prompt expectation by mi_expect_stop.
1632 (mi 1st dprintf, agent, mi 2nd dprintf, agent)
1633 (mi info dprintf second time): Replace them by mi_send_resuming_command
1634 and mi_expect_stop.
1635
c588eb20
GB
16362013-05-24 Gary Benson <gbenson@redhat.com>
1637
1638 * gdb.base/solib-disc.exp (exec_opts): Remove unnecesary
1639 backslash.
1640 * gdb.base/unload.exp (exec_opts): Remove two unnecessary
1641 backslashes.
1642 * gdb.base/watchpoint-solib.exp (exec_opts): Remove unnecesary
1643 backslash.
1644
c0ea94eb
YQ
16452013-05-24 Yao Qi <yao@codesourcery.com>
1646
1647 * gdb.trace/tfile.exp: Test inferior and thread.
1648
db1ac436
YQ
16492013-05-24 Yao Qi <yao@codesourcery.com>
1650 Pedro Alves <palves@redhat.com>
1651
1652 * gdb.base/range-stepping.exp: Skip the rest of tests if the
1653 test fails.
1654 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1655 Return 0 if the test passes, otherwise return 1.
1656
b6abb10c
DE
16572013-05-23 Doug Evans <dje@google.com>
1658
1659 * boards/fission-dwp.exp: New file.
1660
bc5065a7
PA
16612013-05-23 Yao Qi <yao@codesourcery.com>
1662 Pedro Alves <palves@redhat.com>
1663
1664 * gdb.base/range-stepping.c: New file.
1665 * gdb.base/range-stepping.exp: New file.
1666 * gdb.trace/range-stepping.c: New file.
1667 * gdb.trace/range-stepping.exp: New file.
1668 * lib/range-stepping-support.exp: New file.
1669
5f2e6b00
TT
16702013-05-22 Tom Tromey <tromey@redhat.com>
1671
1672 * gdb.cp/class2.cc (main): New local 'aref'.
1673 * gdb.cp/class2.exp: Check printing of 'aref'.
1674
e6ba475a
DE
16752013-05-22 Doug Evans <dje@google.com>
1676
1677 * gdb.threads/wp-replication.c (main): Insert some code at the start
1678 to ensure the breakpoint on main is only hit once. Fix comment.
1679
52c935b6
KS
16802013-05-21 Keith Seitz <keiths@redhat.com>
1681 Pedro Alves <palves@redhat.com>
1682
1683 * gdb.base/filesym.exp: Use gdb_test_multiple instead of
1684 gdb_expect.
1685 Add test to flush the remaining input buffer so that this
1686 file passes testsuite/12649.
1687
bd9673a4
PW
16882013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1689
1690 * gdb.base/catch-signal-fork.exp: New file.
1691 * gdb.base/catch-signal-fork.c: New file.
1692
69a97597
SA
16932013-05-21 Sterling Augustine <saugustine@google.com>
1694
1695 * boards/remote-stdio-gdbserver.exp: New file.
1696
44e97363
JK
16972013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1698
1699 PR testsuite/12649
1700 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf): Fix expect strings for
1701 racy matches.
1702
02392865
CG
17032013-05-21 Christian Groessler <chris@groessler.org>
1704
1705 * gdb.dwarf2/dw2-dir-file-name.exp: Don't use brace expansion,
1706 since it's not supported in all shells.
1707
c5867ab6
HZ
17082013-05-21 Hui Zhu <hui@codesourcery.com>
1709
1710 * gdb.mi/Makefile.in (PROGS): Add "mi-dprintf".
1711 * gdb.mi/mi-dprintf.exp, gdb.mi/mi-dprintf.c: New.
1712
6c9e2db4
DE
17132013-05-20 Doug Evans <dje@google.com>
1714
1715 * lib/dwarf.exp (Dwarf): New variable _abbrev_section.
1716 (_handle_DW_TAG): Use it.
1717 (cu, tu): Replace parameters is_64, version, addr_size with options.
1718 All callers updated. Add Fission support.
1719 * gdb.dwarf2/implptrconst.exp: Update callers of "cu".
1720 * gdb.dwarf2/method-ptr.exp: Ditto.
1721 * gdb.dwarf2/nostaticblock.exp: Ditto.
1722 * gdb.dwarf2/subrange.exp: Ditto.
1723 * gdb.dwarf2/missing-sig-type.exp: Update callers of "cu", "tu".
1724
4a6e676c
TT
17252013-05-20 Tom Tromey <tromey@redhat.com>
1726
1727 * gdb.gdb/python-selftest.exp: New file.
1728
e19d3afb
DE
17292013-05-20 Doug Evans <dje@google.com>
1730
1731 * gdb.base/maint.exp: Fix test for "mt expand-symtabs" to account for
1732 -fdebug-types-section.
1733
4d804846
JB
17342013-05-20 Joel Brobecker <brobecker@adacore.com>
1735
1736 * gdb.ada/float_param: New testcase.
1737
8d324e83
DE
17382013-05-17 Doug Evans <dje@google.com>
1739
7d0c9981
DE
1740 * gdb.base/maint.exp: Update test for "maint check-psymtabs".
1741 Add tests for "maint check-symtabs", "maint expand-symtabs".
1742
8d324e83
DE
1743 * gdb.base/maint.exp: Remove testing of individual maint command
1744 help output.
1745
177aadc4
PA
17462013-05-16 Pedro Alves <palves@redhat.com>
1747
1748 * gdb.ada/complete.exp (test_gdb_no_completion): Fix typo in
1749 comment. Use gdb_test_no_output.
1750
b8fea896
JB
17512013-05-16 Joel Brobecker <brobecker@adacore.com>
1752
1753 * gdb.ada/complete.exp: Add test verifying completion using
1754 the "tab" key.
1755
52c935b6
KS
17562013-05-15 Keith Seitz <keiths@redhat.com>
1757
1758 * gdb.base/filesym.exp: New completer test.
1759 * gdb.base/filesym.c: New file.
1760
ed0f00b8
PA
17612013-05-15 Pedro Alves <palves@redhat.com>
1762
1763 * gdb.base/fixsection.c: Remove attribution.
1764 * gdb.base/watch-read.exp: Ditto.
1765
55fb6d27
TT
17662013-05-13 Tom Tromey <tromey@redhat.com>
1767
1768 * gdb.dwarf2/implptrconst.exp: Create a CU with 4 byte address
1769 size and change type sizes to 4 bytes.
1770
ac1ca910
TT
17712013-05-13 Tom Tromey <tromey@redhat.com>
1772
1773 * gdb.base/exprs.exp (test_expr): Add regression test.
1774 * gdb.base/exprs.c (null_t_struct): New global.
1775
8414efef
MB
17762013-05-13 Muhammad Bilal <mbilal@codesourcery.com>
1777
1778 * gdb.base/default.exp: Disable history saving.
1779 * gdb.base/setshow.exp: Likewise.
1780
9779ab84
PA
17812013-05-10 Pedro Alves <palves@redhat.com>
1782
1783 PR remote/15455
1784
1785 * gdb.trace/qtro.c: New file.
1786 * gdb.trace/qtro.exp: New file.
1787
1e611234
PM
17882013-05-10 Phil Muldoon <pmuldoon@redhat.com>
1789
1790 * gdb.python/py-framefilter.py: New File.
1791 * gdb.python/py-framefilter-mi.exp: Ditto.
1792 * gdb.python/py-framefilter.c: Ditto.
1793 * gdb.python/py-framefilter-mi.exp: Ditto.
1794 * gdb.python/py-framefilter-mi.c: Ditto,
1795 * gdb.python/py-framefilter-gdb.py.in: Ditto.
1796
5e4c3ac4
TT
17972013-05-08 Tom Tromey <tromey@redhat.com>
1798
1799 * gdb.base/solib-search.exp: Set test name for "set
1800 solib-search-path" test.
1801
993654a9
HAQ
18022013-05-08 Hafiz Abid Qadeer <abidh@codesourcery.com>
1803
1804 * gdb.trace/circ.exp: Remove unnecessary 'if then' checks.
1805 (set_a_tracepoint): Set tracepoint before prologue.
1806 (run_trace_experiment): Test setup_tracepoints and 'break end'
1807 in it.
1808 (trace_buffer_normal): Remove.
1809 (gdb_trace_circular_tests): Remove. Move tests to...
1810 (top level): ...here. Call 'runto_main' before checking for
1811 trace support. Use commands to check the support for circular
1812 trace buffer and changing of trace buffer size. Add test
1813 to calculate size of single frame. Use this size to
1814 calculate the size of trace buffer. Use 'tfind pc func9'
1815 instead of 'tfind 9'. Use 'with_test_prefix'.
1816
c95aea6b
TT
18172013-05-07 Tom Tromey <tromey@redhat.com>
1818
1819 * lib/selftest-support.exp: New file.
1820 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
1821 do_self_tests.
1822 (setup_test, find_gdb): Remove.
1823 * gdb.gdb/observer.exp: Load selftest-support.exp. Use
1824 do_self_tests.
1825 (setup_test, find_gdb): Remove.
1826 (test_observer): Don't call setup_test. Remove argument.
1827 * gdb.gdb/selftest.exp: Load selftest-support.exp.
1828 (find_gdb): Remove.
1829 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
1830 do_self_tests.
1831 (setup_test, find_gdb): Remove.
1832 (test_with_self): Don't call setup_test. Remove argument.
1833
1f031429
PA
18342013-05-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
1835
1836 * gdb.arch/system-gcore.exp: Remove.
1837 * gdb.arch/gcore.c: Remove.
1838 * gdb.base/gcore.exp: Add "info reg system".
1839
58ce7251
SDJ
18402013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
1841
1842 PR breakpoints/15413:
1843 * gdb.base/pending.exp: Add test for completion of the "condition"
1844 command for pending breakpoints.
1845 * gdb.linespec/linespec.ex: Add test for completion of the
1846 "condition" command when dealing with multiple locations.
1847
aacbb8a5
LM
18482013-05-07 Luis Machado <lgustavo@codesourcery.com>
1849
1850 * gdb.threads/wp-replication.c: New file.
1851 * gdb.threads/wp-replication.exp: New file.
1852
2dd6254d
SL
18532013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1854
1855 * gdb.xml/tdesc-regs.exp: Add case for nios2.
1856
c2a96e8c
DE
18572013-05-06 Doug Evans <dje@google.com>
1858
b903e17e
DE
1859 * gdb.base/solib-search-lib1.c: New file.
1860 * gdb.base/solib-search-lib2.c: New file.
1861 * gdb.base/solib-search.c: New file.
1862 * gdb.base/solib-search.h: New file.
1863 * gdb.base/solib-search.exp: New file.
1864
fac51dd9
DE
1865 * lib/gdb.exp (gdb_core_cmd): New function.
1866 * gdb.arch/system-gcore.exp: Use it.
1867 * gdb.arch/vsx-regs.exp: Ditto.
1868 * gdb.base/gcore.exp: Ditto.
1869 * gdb.threads/gcore-thread.exp: Ditto.
1870
c2a96e8c
DE
1871 * gdb.reverse/shr.h: New file.
1872 * gdb.reverse/shr1.c: New file.
1873 * gdb.reverse/shr2.c: #include "shr.h".
1874 * gdb.reverse/solib-reverse.c: Remove #include <stdio.h>.
1875 #include "shr.h". Replace calls to printf,sleep to call shr1 instead.
1876 * gdb.reverse/solib-precsave.exp: Build shr2.sl.
1877 Update tests using sleep/printf to use shr2.sl instead.
1878 * gdb.reverse/solib-reverse.exp: Ditto.
1879
b6807d98
TT
18802013-05-06 Tom Tromey <tromey@redhat.com>
1881
1882 * gdb.dwarf2/implptrconst.c: New file.
1883 * gdb.dwarf2/implptrconst.exp: New file.
1884 * lib/dwarf.exp (Dwarf::_nz_quote): New proc.
1885 (Dwarf::_handle_DW_FORM): Handle DW_FORM_block1.
1886 (Dwarf::_location): Handle DW_OP_GNU_implicit_pointer.
1887
96f7d3f1
PW
18882013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1889
1890 * gdb.base/catch-sig.c (main): Raise SIGINT.
1891 * gdb.base/catch-sig.exp: Test "catch signal SIGINT".
1892
1ebff1fd
HAQ
18932013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
1894
1895 * status-stop.exp (test_tstart_tstart): Check for error
1896 returned by the second 'tstart' command.
1897
f92b06da
WT
18982013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1899
1900 * gdb.xml/maint_print_struct.exp: New file.
1901 * gdb.xml/maint_print_struct.xml: New file.
1902
ff546935
TT
19032013-04-25 Tom Tromey <tromey@redhat.com>
1904
1905 * gdb.dwarf2/nostaticblock.exp: New file.
1906
bf9e4d0c
MB
19072013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
1908
1909 PR gdb/10462
1910 * gdb.base/setshow.exp: Add test case.
1911
a11cfd87
HZ
19122013-04-23 Hui Zhu <hui@codesourcery.com>
1913
1914 PR gdb/15293
a11cfd87
HZ
1915 * gdb.base/dprintf.exp: Add ignore command.
1916
2d9442cc
HZ
19172013-04-23 Hui Zhu <hui@codesourcery.com>
1918
1919 PR gdb/15165
2d9442cc
HZ
1920 * gdb.base/save-bp.exp: Add test for dprintf.
1921
0f3305ed
TT
19222013-04-22 Tom Tromey <tromey@redhat.com>
1923
1924 * gdb.gdb/selftest.exp (do_steps_and_nexts): Check for
1925 notice_open_fds.
1926
d504301e
SDJ
19272013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
1928
1929 * gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by
1930 ldflags.
1931
9991b207
SDJ
19322013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
1933
1934 * gdb.arch/arm-bl-branch-dest.c: New file.
1935 * gdb.arch/arm-bl-branch-dest.exp: Likewise.
1936
433730c9
PA
19372013-04-19 Vladimir Kargov <kargov@gmail.com>
1938 Pedro Alves <palves@redhat.com>
1939
1940 * gdb.arch/i386-float.S: New file.
1941 * gdb.arch/i386-float.exp: New file.
1942
9a908334
LM
19432013-04-18 Luis Machado <lgustavo@codesourcery.com>
1944
1945 * gdb.mi/mi-var-create-rtti.exp: Create a variable of
1946 type void *.
1947
4f22ed5c
DE
19482013-04-17 Doug Evans <dje@google.com>
1949
1950 * lib/dwarf.exp (Dwarf): New proc "tu".
1951 * gdb.dwarf2/missing-sig-type.exp: New file.
1952
a0d3f2f5
SCR
19532013-04-15 Siva Chandra Reddy <sivachandra@google.com>
1954
1955 Add option to link testcases with Pthreads library when
1956 using 'prepare_for_testing' in tests.
1957
1958 * lib/gdb.exp (build_executable_from_specs): Use
1959 gdb_compile_pthreads to compile if option "pthreads" is
1960 specified.
1961
cc16e6c9
TT
19622013-04-15 Tom Tromey <tromey@redhat.com>
1963
1964 * gdb.cp/exceptprint.exp: Add regexp catchpoint tests.
1965
72f1fe8a
TT
19662013-04-15 Tom Tromey <tromey@redhat.com>
1967
1968 * gdb.base/default.exp: Update for $_exception.
1969 * gdb.cp/exceptprint.cc: New file.
1970 * gdb.cp/exceptprint.exp: New file.
1971 * lib/gdb.exp (skip_libstdcxx_probe_tests): New proc.
1972
6e72ca20
TT
19732013-04-15 Tom Tromey <tromey@redhat.com>
1974
1975 * gdb.cp/typeid.cc: New file.
1976 * gdb.cp/typeid.exp: New file.
1977
591f19e8
TT
19782013-04-15 Tom Tromey <tromey@redhat.com>
1979
1980 * gdb.cp/exception.exp: Add "catch rethrow" tests.
1981
da9160e4
YQ
19822013-04-13 Yao Qi <yao@codesourcery.com>
1983
1984 * gdb.base/completion.exp: Test completion of command
1985 'target ctf' if target ctf is supported.
1986
f81d1120
PA
19872013-04-10 Pedro Alves <palves@redhat.com>
1988
1989 * gdb.base/completion.exp: Test "set height", "set listsize" and
1990 "set trace-buffer-size" completion.
1991 * gdb.base/setshow.exp: Test "set height unlimited".
1992 * gdb.trace/trace-buffer-size.exp: Test "set trace-buffer-size
1993 unlimited".
1994
393fd4c3
YQ
19952013-04-10 Yao Qi <yao@codesourcery.com>
1996
1997 * gdb.trace/actions.exp: Save trace data to CTF.
1998 Change to ctf target if GDB supports, read CTF data in ctf
1999 target, and check the actions of tracepoints.
2000 * gdb.trace/while-stepping.exp: Likewise.
2001 * gdb.trace/report.exp: Test GDB saves trace data to CTF
2002 format and read CTF trace file if GDB supports.
2003 * gdb.trace/tstatus.exp: Save trace data to CTF. If ctf
2004 target is supported, change to ctf target, read trace data and
2005 check output of command "tstatus".
2006 * gdb.trace/tsv.exp: Save trace frame to CTF. If GDB supports,
2007 read CTF data by target ctf and call check_tsv.
2008
b7a273f8
YQ
20092013-04-10 Yao Qi <yao@codesourcery.com>
2010
2011 * gdb.trace/actions.exp (check_tracepoint): New.
2012 (top level): Start the tracing and check the actions of
2013 tracepoints. Save trace data to tfile format. Restart GDB
2014 and read trace file in tfile target. Check the actions of
2015 tracepoints again.
2016 * gdb.trace/while-stepping.exp: Likewise.
2017
f3786771
YQ
20182013-04-10 Yao Qi <yao@codesourcery.com>
2019
2020 * gdb.trace/report.exp: Use standard_output_file for saved
2021 trace file.
2022
5c2b4418
HZ
20232013-04-10 Hui Zhu <hui@codesourcery.com>
2024
2025 * gdb.base/Makefile.in (EXECUTABLES): Add dprintf-pending.
2026 (MISCELLANEOUS): Add dprintf-pendshr.sl.
2027 * gdb.base/dprintf-pending.c, gdb.base/dprintf-pending.exp: New.
2028
f7543f0a
JK
20292013-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2030
2031 * gdb.server/server-kill.exp (tstatus): Permit also ECONNRESET
2032 response.
2033
f6de8ec2
PA
20342013-04-08 Pedro Alves <palves@redhat.com>
2035
2036 * gdb.mi/mi-break.exp (test_error): Add tests with garbage after
2037 the location.
2038
b8abfd58
SL
20392013-04-04 Sandra Loosemore <sandra@codesourcery.com>
2040
2041 * gdb.cp/cplabel.exp: Allow empty directory in file reported
2042 for breakpoint location.
2043
156bffd0
SL
20442013-04-04 Sandra Loosemore <sandra@codesourcery.com>
2045
2046 * gdb.linespec/linespec.exp: Make dir/file:line tests
2047 conditional for non-remote hosts only.
2048
c9a6ce02
PA
20492013-04-04 Stan Shebs <stan@codesourcery.com>
2050 Pedro Alves <palves@redhat.com>
2051
2052 * gdb.trace/Makefile.in (PROGS): Add actions-changed.
2053 * gdb.trace/actions-changed.c: New file.
2054 * gdb.trace/actions-changed.exp: New file.
2055 * lib/trace-support.exp (gdb_trace_setactions): Rename to ...
2056 (gdb_trace_setactions_command): ... this. Add "actions_command"
2057 parameter, and handle it.
2058 (gdb_trace_setactions, gdb_trace_setcommands): New procedures.
2059
4bd05f24
YQ
20602013-04-04 Yao Qi <yao@codesourcery.com>
2061
2062 * gdb.server/server-kill.exp: Use command 'tstatus' instead of
2063 'step'.
2064
3758b5ce
YQ
20652013-04-03 Yao Qi <yao@codesourcery.com>
2066
2067 * gdb.trace/mi-traceframe-changed.exp: Update tfile name to
2068 "tfile-basic.tf".
2069 (test_tfind_tfile): Likewise.
2070
1dcaed0d
YQ
20712013-04-03 Yao Qi <yao@codesourcery.com>
2072
2073 * gdb.trace/tfile.c (write_basic_trace_file): Pass argument
2074 "tfile-basic.tf" instead of "basic.tf".
2075 (write_error_trace_file): Pass argument "tfile-error.tf"
2076 instead of "error.tf".
2077 * gdb.trace/tfile.exp: Update tfile names to
2078 "tfile-basic.tf" and "tfile-error.tf".
2079
0e7a53fc
SL
20802013-04-02 Sandra Loosemore <sandra@codesourcery.com>
2081
2082 * gdb.cp/ovsrch.exp (test_class): Correct regexp to allow
2083 empty directory in file for breakpoint hit.
2084
9852c492
YQ
20852013-03-29 Yao Qi <yao@codesourcery.com>
2086
2087 * gdb.base/completion.exp: Test completion of commands
2088 "target core", "target tfile" and "target exec".
2089 * gdb.trace/tfile.exp: Test completion of command
2090 "target tfile".
2091
af312be7
JB
20922013-03-28 Joel Brobecker <brobecker@adacore.com>
2093
2094 * gdb.ada/win_fu_syms: New testcase.
2095
e4a48d9d
DE
20962013-03-28 Doug Evans <dje@google.com>
2097
2098 * gdb.base/maint.exp (maint print statistics): Update expected output.
2099
7f7cc265
PA
21002013-03-28 Pedro Alves <palves@redhat.com>
2101
2102 PR gdb/15294
2103
2104 * gdb.base/list.exp (set_listsize): Adjust to accept $arg == 0 to
2105 mean unlimited instead of $arg < 0.
2106 (test_listsize): Remove "listsize of 0 suppresses output" test.
2107 Test that "set listsize 0" ends up with an unlimited listsize.
2108
fc0da894
PA
21092013-03-28 Pedro Alves <palves@redhat.com>
2110
2111 * gdb.base/list.exp (last_line): New global.
2112 (last_line_re): New global.
2113 (test_listsize, test_list_function, test_list_forward)
2114 (test_repeat_list_command, test_list_range)
2115 (test_list_filename_and_function): Use them.
2116 * gdb.base/list0.c: Comment the last line of the file with "last
2117 line".
2118
abe7b711
PA
21192013-03-28 Pedro Alves <palves@redhat.com>
2120
2121 * gdb.base/list.exp (test_listsize): Adjust test to make sure we
2122 list the whole file.
2123
15b3979c
PA
21242013-03-28 Pedro Alves <palves@redhat.com>
2125
2126 * gdb.base/list.exp (set_listsize): Use gdb_test_no_output for
2127 "set listsize".
2128
96811e3b
KS
21292013-03-26 Keith Seitz <keiths@redhat.com>
2130
2131 * gdb.base/dprintf.exp: Fix typo preventing "dprintf info 2"
2132 from passing.
2133
4043f22b
PA
21342013-03-26 Pedro Alves <palves@redhat.com>
2135
2136 * lib/gdb.exp (skip_btrace_tests): Delay deleting the source file
2137 until after GDB has run.
2138
14a1aa17
YQ
21392013-03-26 Yao Qi <yao@codesourcery.com>
2140
2141 * gdb.trace/actions.c, gdb.trace/circ.c: Add license header.
2142 * gdb.trace/collection.c, gdb.trace/tfile.c: Likewise.
2143
99c819ee
MM
21442013-03-26 Markus Metzger <markus.t.metzger@intel.com>
2145
2146 * gdb.btrace/enable.exp: Add regression test.
2147
24955f63
TT
21482013-03-25 Tom Tromey <tromey@redhat.com>
2149
2150 * gdb.cp/m-static.exp: Add destructor-printing tests.
2151
fce632b6
TT
21522013-03-25 Tom Tromey <tromey@redhat.com>
2153
2154 * gdb.cp/m-static.exp: Add constructor ptype tests.
2155 * gdb.cp/m-static.cc (single_constructor): New class.
2156 (main): Make instance of single_constructor.
2157
598d3636
JK
21582013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2159 Pedro Alves <palves@redhat.com>
2160
2161 * gdb.server/server-kill.c: New file.
2162 * gdb.server/server-kill.exp: New file.
2163
c12440c9
PA
21642013-03-21 Pedro Alves <palves@redhat.com>
2165
2166 * gdb.trace/trace-buffer-size.exp (get default buffer size):
2167 Expect $gdb_prompt in gdb_test_multiple.
2168
bd712aed
DE
21692013-03-21 Doug Evans <dje@google.com>
2170
2171 * gdb.base/maint.exp: Update tests for per-command stats.
2172
b2f83c08
TT
21732013-03-21 Tom Tromey <tromey@redhat.com>
2174
2175 * gdb.cp/cpexprs.exp: Add test for FILENAME:: case.
2176 * gdb.cp/misc.exp: Add test for FILENAME:: case.
2177
ef0026f0
PA
21782013-03-20 Pedro Alves <palves@redhat.com>
2179
2180 PR gdb/15289
2181
2182 * gdb.base/remote.exp: Test
2183 "set remote hardware-watchpoint-limit -1",
2184 "set remote hardware-breakpoint-limit -1",
2185 "set remote hardware-watchpoint-limit 2147483647" and
2186 "set remote hardware-breakpoint-limit 2147483647".
2187
3f1175a9
PA
21882013-03-20 Pedro Alves <palves@redhat.com>
2189 Yao Qi <yao@codesourcery.com>
2190
2191 * gdb.trace/tfile.c: Add comments.
2192 (nonconstglob): New global.
2193 * gdb.trace/tfile.exp: Add comments. Test printing a non-const
2194 global that is not covered by the trace frame. Test
2195 disassembling.
2196
a09ae1c1
JK
21972013-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2198
2199 * gdb.base/valgrind-infcall.exp
2200 (continue #$continue_count) <remote connection closed>
2201 (continue #$continue_count) <valgrind vgdb has terminated>: Add kill of
2202 $valgrind_pid.
2203
9ce98649
TT
22042013-03-15 Tom Tromey <tromey@redhat.com>
2205
2206 * gdb.cp/overload.cc (intintfunc): New.
2207 * gdb.cp/overload.exp: Add regression test.
2208
0a251e08
YQ
22092013-03-15 Yao Qi <yao@codesourcery.com>
2210
2211 * gdb.threads/non-ldr-exc-1.exp (do_test): Fix the indent of
2212 using with_test_prefix.
2213 * gdb.threads/non-ldr-exc-2.exp (do_test): Likewise.
2214 * gdb.threads/non-ldr-exc-3.exp (do_test): Likewise.
2215 * gdb.threads/non-ldr-exc-4.exp (do_test): Likewise.
2216 * gdb.threads/watchpoint-fork.exp (test): Likewise.
2217 * gdb.base/break-interp.exp (test_core): Likewise.
2218 (test_attach_gdb): Likewise.
2219 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
2220 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
2221 Likewise.
2222 * gdb.base/jit-so.exp (one_jit_test): Likewise.
2223 * gdb.base/jit.exp (one_jit_test): Likewise.
2224 * gdb.base/sepdebug.exp (test_different_dir): Likewise.
2225 * gdb.dwarf2/dw2-dir-file-name.exp (test): Likewise.
2226 * gdb.dwarf2/dw2-noloc.exp (file_symbols): Likewise.
2227 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved):
2228 Likewise.
2229 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
2230 Likewise.
2231 * gdb.mi/mi-watch.exp test_watchpoint_all): Likewise.
2232 * gdb.mi/pr11022.exp (test_memory_changed_observer): Likewise.
2233 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Likewise.
2234 (tracepoint_change_loc_2): Likewise.
2235 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
2236 Likewise.
2237 (disconnected_tfind): Likewise.
2238 * gdb.trace/mi-traceframe-changed.exp (test_tfind_tfile):
2239 Likewise.
2240 (test_tfind_remote): Likewise.
2241 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect):
2242 Likewise.
2243 (test_pending_resolved): Likewise.
2244 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
2245 Likewise.
2246 (test_upload_tsv): Likewise.
2247 * gdb.trace/pending.exp (pending_tracepoint_resolved):
2248 Likewise.
2249 (pending_tracepoint_works): Likewise.
2250 * gdb.trace/report.exp (use_collected_data): Likewise.
2251 * gdb.trace/status-stop.exp (test_tstart_tstop_tstart):
2252 Likewise.
2253 (test_tstart_tstart, test_buffer_full_tstart): Likewise.
2254 * gdb.trace/strace.exp (strace_info_marker): Likewise.
2255 (strace_trace_on_same_addr): Likewise.
2256 (strace_trace_on_diff_addr): Likewise.
2257 * gdb.trace/unavailable.exp (gdb_collect_args_test): Likewise.
2258 (gdb_collect_locals_test): Likewise.
2259 (gdb_unavailable_registers_test): Likewise.
2260 (gdb_collect_globals_test): Likewise.
2261
2c415c0f
YQ
22622013-03-15 Yao Qi <yao@codesourcery.com>
2263
2264 * gdb.base/condbreak.exp: Add semicolon back which was removed
2265 by my previous commit.
2266
ae59b1da
YQ
22672013-03-14 Yao Qi <yao@codesourcery.com>
2268
2269 * config/monitor.exp (gdb_target_cmd): Remove semicolon after
2270 'return'.
2271 (gdb_target_monitor, gdb_load): Likewise.
2272 * config/sid.exp (gdb_load): Likewise.
2273 * config/slite.exp (gdb_load): Likewise.
2274 * config/vx.exp (gdb_start, spawn_vxgdb): Likewise.
2275 * gdb.ada/arrayidx.exp, gdb.ada/null_array.exp: Likewise.
2276 * gdb.arch/mips-octeon-bbit.exp (single_step): Likewise.
2277 (single_step_until): Likewise.
2278 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2279 * gdb.arch/system-gcore.exp: Likewise.
2280 * gdb.base/bigcore.exp (extract_heap): Likewise.
2281 * gdb.base/break-on-linker-gcd-function.exp: Likewise.
2282 * gdb.base/call-ar-st.exp: Likewise.
2283 * gdb.base/call-rt-st.exp: Likewise.
2284 * gdb.base/call-sc.exp, gdb.base/call-strs.exp: Likewise.
2285 * gdb.base/callfuncs.exp, gdb.base/completion.exp: Likewise.
2286 * gdb.base/condbreak.exp, gdb.base/constvars.exp: Likewise.
2287 * gdb.base/corefile.exp: Likewise.
2288 * gdb.base/dbx.exp (gdb_file_cmd): Likewise.
2289 * gdb.base/exprs.exp, gdb.base/fileio.exp: Likewise.
2290 * gdb.base/fixsection.exp: Likewise.
2291 * gdb.base/funcargs.exp: Likewise.
2292 * gdb.base/gcore-buffer-overflow.exp: Likewise.
2293 * gdb.base/gcore-relro.exp: Likewise.
2294 * gdb.base/gcore.exp, gdb.base/gdb11530.exp: Likewise.
2295 * gdb.base/gdb11531.exp, gdb.base/gnu-ifunc.exp: Likewise.
2296 * gdb.base/info-os.exp, gdb.base/info-proc.exp: Likewise.
2297 * gdb.base/interp.exp, gdb.base/langs.exp:: Likewise.
2298 * gdb.base/list.exp: Likewise.
2299 (set_listsize): Likewise.
2300 * gdb.base/logical.exp, gdb.base/mips_pro.exp: Likewise.
2301 * gdb.base/miscexprs.exp, gdb.base/nodebug.exp: Likewise.
2302 * gdb.base/opaque.exp, gdb.base/pointers.exp: Likewise.
2303 * gdb.base/psymtab.exp, gdb.base/ptype.exp: Likewise.
2304 * gdb.base/relational.exp, gdb.base/scope.exp: Likewise.
2305 * gdb.base/setvar.exp: Likewise.
2306 (test_set): Likewise.
2307 * gdb.base/signals.exp, gdb.base/sizeof.exp: Likewise.
2308 * gdb.base/solib-overlap.exp: Likewise.
2309 * gdb.base/store.exp, gdb.base/structs.exp: Likewise.
2310 * gdb.base/structs2.exp, gdb.base/volatile.exp: Likewise.
2311 * gdb.base/watchpoint.exp (initialize): Likewise.
2312 (test_simple_watchpoint): Likewise.
2313 (test_disabling_watchpoints): Likewise.
2314 (test_watchpoint_triggered_in_syscall): Likewise.
2315 * gdb.base/whatis.exp, gdb.cp/ambiguous.exp: Likewise.
2316 * gdb.cp/casts.exp, gdb.cp/ctti.exp: Likewise.
2317 * gdb.cp/namespace.exp, gdb.cp/nsdecl.exp: Likewise.
2318 * gdb.cp/psmang.exp, gdb.dwarf2/dw2-ranges.exp: Likewise.
2319 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
2320 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
2321 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2322 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
2323 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
2324 * gdb.hp/gdb.compat/xdb2.exp: Likewise.
2325 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
2326 * gdb.hp/gdb.defects/bs14602.exp: Likewise.
2327 * gdb.hp/gdb.defects/solib-d.exp: Likewise.
2328 * gdb.mi/gdb792.exp: Likewise.
2329 * gdb.mi/mi-inheritance-syntax-error.exp: Likewise.
2330 * gdb.mi/mi-logging.exp, gdb.mi/mi-var-cp.exp : Likewise.
2331 * gdb.mi/mi-var-rtti.exp, gdb.python/py-type.exp: Likewise.
2332 * gdb.threads/gcore-thread.exp: Likewise.
2333 (load_core): Likewise.
2334 * gdb.threads/pthreads.exp (all_threads_running): Likewise.
2335 (test_startup, check_control_c): Likewise.
2336 * gdb.threads/sigstep-threads.exp: Likewise.
2337 * gdb.threads/thread_check.exp: Likewise.
2338 * gdb.trace/backtrace.exp, gdb.trace/change-loc.exp: Likewise.
2339 * gdb.trace/circ.exp (run_trace_experiment): Likewise.
2340 (set_a_tracepoint, trace_buffer_normal): Likewise.
2341 (gdb_trace_circular_tests): Likewise.
2342 * gdb.trace/collection.exp: Likewise.
2343 * gdb.trace/disconnected-tracing.exp: Likewise.
2344 * gdb.trace/infotrace.exp: Likewise.
2345 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2346 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2347 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv): Likewise.
2348 * gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp: Likewise.
2349 * gdb.trace/pending.exp, gdb.trace/report.exp: Likewise.
2350 * gdb.trace/stap-trace.exp: Likewise.
2351 * gdb.trace/status-stop.exp,gdb.trace/strace.exp: Likewise.
2352 * gdb.trace/tfind.exp, gdb.trace/trace-break.exp: Likewise.
2353 * gdb.trace/trace-buffer-size.exp: Likewise.
2354 * gdb.trace/tspeed.exp, gdb.trace/tsv.exp: Likewise.
2355 * gdb.trace/unavailable.exp: Likewise.
2356 * gdb.trace/while-dyn.exp: Likewise.
2357 * lib/fortran.exp (set_lang_fortran): Likewise.
2358 * lib/gdb.exp (default_gdb_version, gdb_start_cmd): Likewise.
2359 (gdb_breakpoint, gdb_reinitialize_dir): Likewise.
2360 (default_gdb_start, get_compiler_info): Likewise.
2361 (gdb_compile, gdb_compile_objc, gdb_reload, gdb_init): Likewise.
2362 (get_debug_format, setup_xfail_format): Likewise.
2363 (rerun_to_main, gdb_skip_float_test): Likewise.
2364 (build_id_debug_filename_get, get_remotetimeout): Likewise.
2365 * lib/java.exp (set_lang_java): Likewise.
2366 * lib/mi-support.exp (default_mi_gdb_start): Likewise.
2367 (mi_gdb_reinitialize_dir, mi_gdb_target_cmd): Likewise.
2368 (mi_gdb_file_cmd, mi_gdb_test): Likewise.
2369 (mi_run_cmd_full, mi_expect_interrupt): Likewise.
2370 * lib/objc.exp (set_lang_objc): Likewise.
2371 * lib/pascal.exp (set_lang_pascal): Likewise.
2372 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
2373 * lib/trace-support.exp (gdb_trace_setactions, gdb_tfind_test): Likewise.
2374 (gdb_readexpr, gdb_gettpnum, gdb_find_recursion_test_baseline): Likewise.
2375
bb869963
SDJ
23762013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
2377
2378 PR c++/15203
2379 PR c++/15210
2380 * gdb.cp/m-static.cc (keepalive_int): New function.
2381 (gnu_obj_1::method): New variable `sintvar', call `keepalive_int'.
2382 * gdb.cp/m-static.exp: New test for `sintvar'.
2383
e2be70a0
YQ
23842013-03-14 Yao Qi <yao@codesourcery.com>
2385
2386 * gdb.trace/tstatus.exp (run_trace_experiment): Save the output
2387 of 'tstatus' into tstatus_output.
2388 (top level): Save the trace data to tfile. Read trace file in
2389 tfile target. Check the trace status.
2390
8ddb1965
YQ
23912013-03-13 Yao Qi <yao@codesourcery.com>
2392
2393 * gdb.trace/tsv.exp (check_tsv): New.
2394 (top level): Save a tfile on current trace session. Call
2395 check_tsv on live target. Load the tfile with target tfile
2396 and call check_tsv again.
2397
045dd51f
YQ
23982013-03-13 Yao Qi <yao@codesourcery.com>
2399
2400 * gdb.trace/tsv.exp: Remove code unrelated to testing TSV.
2401 Replace some "gdb_test" with "gdb_test_no_output".
2402
82d049ab
PH
24032013-03-12 Paul Hilfinger <hilfingr@adacore.com>
2404
2405 * gdb.ada/expr_delims.exp: New file.
2406 * gdb.ada/expr_delims/foo.adb: New file.
2407 * gdb.ada/expr_delims/pck.ads: New file.
2408 * gdb.ada/expr_delims/pck.adb: New file.
2409
cb8ea32b
KS
24102013-03-11 Keith Seitz <keiths@redhat.com>
2411
2412 * watchpoint.exp (test_no_hw_watchpoints): Add test using
2413 both condition and thread. Then delete the watchpoint.
2414
2f1d9bdd
MM
24152013-03-11 Christian Himpel <christian.himpel@intel.com>
2416
2417 * Makefile.in: Add btrace testsuite.
2418 * configure: Regenerated.
2419 * configure.ac: Add btrace testsuite.
2420 * gdb.btrace/Makefile.in: New file.
2421 * gdb.btrace/enable.c: New file.
2422 * gdb.btrace/enable.exp: New file.
2423 * gdb.btrace/function_call_history.c: New file.
2424 * gdb.btrace/function_call_history.exp: New file.
2425 * gdb.btrace/instruction_history.c: New file.
2426 * gdb.btrace/instruction_history.exp: New file.
2427 * gdb.btrace/instruction_history.S: New file.
2428 * lib/gdb.exp: Add btrace skip proc.
2429
05c56a9d
JK
24302013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2431
2432 Fix entry-values if the callee called a noreturn function.
2433 * gdb.arch/amd64-tailcall-noret.S: New file.
2434 * gdb.arch/amd64-tailcall-noret.c: New file.
2435 * gdb.arch/amd64-tailcall-noret.exp: New file.
2436
9112db09
JK
24372013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2438
2439 Fix entry-values in C++ across CUs.
2440 * gdb.arch/amd64-tailcall-cxx.exp: New file.
2441 * gdb.arch/amd64-tailcall-cxx1.S: New file.
2442 * gdb.arch/amd64-tailcall-cxx1.cc: New file.
2443 * gdb.arch/amd64-tailcall-cxx2.S: New file.
2444 * gdb.arch/amd64-tailcall-cxx2.cc: New file.
2445
be9a119c 24462013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
2447 Hafiz Abid Qadeer <abidh@codesourcery.com>
2448
2449 gdb/testsuite/
2450 * gdb.trace/trace-buffer-size.exp: New file.
2451 * gdb.trace/trace-buffer-size.c: New file.
2452
049109b0
PA
24532013-03-06 Pedro Alves <palves@redhat.com>
2454
2455 * gdb.trace/tstatus.exp (run_trace_experiment): When the target
2456 doesn't support the tested optional feature, call "unsupported"
2457 with the same test message as the "pass" case, instead of calling
2458 "pass" with a different message. Use the same text for the "fail"
2459 cases too.
2460
4aa54120
YQ
24612013-03-06 Yao Qi <yao@codesourcery.com>
2462
2463 * gdb.trace/tstatus.exp: Remove the invocation of
2464 gdb_load_shlibs, gdb_compile, clean_restart and runto_main.
2465 (test_tracepoints): Don't set fast tracepoint.
2466 (top level): Don't check agent library is loaded or not.
2467
b8b71e63
YQ
24682013-03-06 Yao Qi <yao@codesourcery.com>
2469
2470 * gdb.trace/tstatus.exp (run_trace_experiment): Escape
2471 parentheses by "\\".
2472
33f448b1
JK
24732013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2474
2475 * gdb.linespec/base/one/thefile.cc (twodup): New.
2476 (m): Call it.
2477 * gdb.linespec/base/two/thefile.cc (dupname): New.
2478 (n): Call it.
2479 * gdb.linespec/break-ask.exp: New file.
2480 * gdb.linespec/lspec.cc (body_elsewhere): New comment marker.
2481
1c942fb9
YQ
24822013-02-28 Yao Qi <yao@codesourcery.com>
2483
2484 * gdb.trace/report.exp: Move some code to ...
2485 (use_collected_data): New.
2486 (top level): Call use_collected_data once on the live target.
2487 Save at file of the current trace session, load it with target
2488 tfile, and call use_collected_data again.
2489
5b967901
JK
24902013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2491
2492 * gdb.threads/fork-thread-pending.c (main): Add alarm.
2493
6447023f
JK
24942013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2495
2496 * gdb.base/valgrind-infcall.exp (valgrind_pid): New variable.
2497 Add final kill of ${valgrind_pid}.
2498
9f44fbc0
SCR
24992013-02-20 Siva Chandra Reddy <sivachandra@google.com>
2500
2501 * gdb.python/py-arch.c: New test case
2502 * gdb.python/py-arch.exp: New tests to test
2503 gdb.Architecture.disassemble
2504 * gdb.python/Makefile.in: Add py-arch to the list of
2505 EXECUTABLES.
2506
4c9ad8c2
TT
25072013-02-18 Tom Tromey <tromey@redhat.com>
2508
2509 * gdb.dwarf2/subrange.exp: New file.
2510
f5911ea1
HAQ
25112013-02-15 Pedro Alves <pedro@codesourcery.com>
2512 Hafiz Abid Qadeer <abidh@codesourcery.com>
2513
2514 * gdb.trace/tfile.exp: Add test for -trace-status command.
2515
420f4384
JK
25162013-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2517
2518 * gdb.threads/pthread_cond_wait.c (main): Remove variable ts. Replace
2519 nanosleep by sleep.
2520
4819b3f8
PA
25212013-02-14 Pedro Alves <palves@redhat.com>
2522
2523 * gdb.cp/userdef.exp (ptype &*c): Don't expect an &.
2524
1773c82c
HAQ
25252013-02-14 Pedro Alves <pedro@codesourcery.com>
2526 Hafiz Abid Qadeer <abidh@codesourcery.com>
2527
2528 * gdb.trace/tsv.exp: Adjust tests, and add a few more.
2529
e234dfaf
TT
25302013-02-12 Tom Tromey <tromey@redhat.com>
2531
2532 * gdb.cp/m-static.cc (gnu_obj_1::~gnu_obj_1): New destructor.
2533 * gdb.cp/m-static.exp: Add tests to print quoted destructor.
2534
6c01dd94
PA
25352013-02-12 Pedro Alves <palves@redhat.com>
2536
2537 * gdb.base/catch-signal.c: Update copyright years.
2538 * gdb.base/catch-signal.exp: Update copyright years.
2539 * gdb.dwarf2/dw2-dir-file-name.c: Update copyright years.
2540 * gdb.dwarf2/dw2-dir-file-name.exp: Update copyright years.
2541 * gdb.dwarf2/dw2-empty-pc-range.S: Update copyright years.
2542 * gdb.dwarf2/dw2-error.S: Update copyright years.
2543 * gdb.dwarf2/dw2-error.c: Update copyright years.
2544 * gdb.dwarf2/dw2-restrict.S: Update copyright years.
2545 * gdb.dwarf2/dw2-restrict.c: Update copyright years.
2546 * gdb.dwarf2/dw2-restrict.exp: Update copyright years.
2547
595fc67f
PA
25482013-02-12 Pedro Alves <palves@redhat.com>
2549
2550 * gdb.base/catch-signal.exp: Correct test file name in "Skipping"
2551 message.
2552 * gdb.base/sigaltstack.exp: Ditto.
2553 * gdb.base/siginfo.exp: Ditto.
2554 * gdb.base/sizeof.exp: Ditto.
2555
17282693
PA
25562013-02-12 Pedro Alves <palves@redhat.com>
2557
2558 * gdb.mi/mi-basics.exp: Tweak intro comment.
2559 * gdb.mi/mi-break.exp: Tweak intro comment.
2560 * gdb.mi/mi-console.exp: Tweak intro comment.
2561 * gdb.mi/mi-file.exp: Tweak intro comment.
2562 * gdb.mi/mi-read-memory.exp: Tweak intro comment.
2563 * gdb.mi/mi-return.exp: Tweak intro comment.
2564 * gdb.mi/mi-stepi.exp: Tweak intro comment.
2565 * gdb.mi/mi-until.exp: Tweak intro comment.
2566 * gdb.mi/mi-watch.exp: Tweak intro comment.
2567
8a4ac37e
PA
25682013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
2569
2570 * gdb.server/no-thread-db.exp: New file.
2571 * gdb.server/no-thread-db.c: New file.
2572 * gdb.server/Makefile.in (EXECUTABLES): Add no-thread-db.
2573
c2792f5a
DE
25742013-02-11 Doug Evans <dje@google.com>
2575
2576 * gdb.base/printcmds.exp (test_printf_with_dfp): Add test for printing
2577 two decfloats.
2578
d9e98382
SDJ
25792013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2580
2581 * gdb.base/bitfields.c (struct internalvartest): New declaration.
2582 * gdb.base/bitfields.exp (bitfield_internalvar): New function.
2583
a321661a
JK
25842013-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2585
2586 * gdb.python/py-prompt.exp: Add to the end a kill of $testpid.
2587
134a2066
YQ
25882013-02-06 Yao Qi <yao@codesourcery.com>
2589
2590 * gdb.trace/mi-tsv-changed.exp (test_create_delete_tsv): Rename
2591 to ...
2592 (test_create_delete_modify_tsv): ... here. New test on modifying
2593 the initial value of a tsv.
2594
5a2dc60a
JK
25952013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2596
2597 * gdb.dwarf2/dw2-dir-file-name.exp (cd ${srcabsdir}/rdir): Rename to ...
2598 (cd .../rdir): ... here.
2599
233d95b5
JK
26002013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2601
2602 * gdb.linespec/base/one/header.h: New file.
2603 * gdb.linespec/base/two/header.h: New file.
2604 * gdb.linespec/macro-relative.c: New file.
2605 * gdb.linespec/macro-relative.exp: New file.
2606
fbd9ab74
JK
26072013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2608
2609 * gdb.base/fullpath-expand-func.c: New file.
2610 * gdb.base/fullpath-expand.c: New file.
2611 * gdb.base/fullpath-expand.exp: New file.
2612 * gdb.base/realname-expand-real.c: New file.
2613 * gdb.base/realname-expand.c: New file.
2614 * gdb.base/realname-expand.exp: New file.
2615
1b56eb55
JK
26162013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2617
2618 * gdb.dwarf2/dw2-dir-file-name.exp: New file.
2619 * gdb.dwarf2/dw2-dir-file-name.c: New file.
2620
af529f8f
JK
26212013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2622
2623 * gdb.mi/mi-fullname-deleted.exp: Use double last slash for $srcfileabs.
2624 (compare_filenames_for_search does not match)
2625 (compare_filenames_for_search does match): New tests.
2626
f5b95b50
JK
26272013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2628
2629 * gdb.gdb/xfullpath.exp: Replace xfullpath calls by gdb_realpath calls.
2630
d47921b9
JK
26312013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2632
2633 * lib/java.exp (compile_java_from_source): Initialize ARGS as a list.
2634
8a92335b
JK
26352013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2636
2637 * gdb.base/gnu-debugdata.exp): Create ${binfile}.debug,
2638 ${binfile}.mini_debuginfo-debuglink, add -k to xz, use now
2639 ${binfile}.mini_debuginfo-debuglink and
2640 ${binfile}.mini_debuginfo-debuglink.xz.
2641
17f2157d
TT
26422013-02-01 Tom Tromey <tromey@redhat.com>
2643
2644 * gdb.dwarf2/method-ptr.exp: Use correct form for non-string
2645 attributes.
2646
d65f0a9c
TT
26472013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2648 Tom Tromey <tromey@redhat.com>
2649
2650 * gdb.dwarf2/method-ptr.exp: Link with c++.
2651 * lib/dwarf.exp (Dwarf::assemble): Declare _cu_count.
2652
f25c0135
TT
26532013-01-31 Tom Tromey <tromey@redhat.com>
2654
2655 * gdb.base/jit.exp (compile_jit_test): New proc.
2656 Add PIE tests.
2657
7078baeb
TT
26582013-01-31 Tom Tromey <tromey@redhat.com>
2659
2660 * gdb.dwarf2/method-ptr.cc: New file.
2661 * gdb.dwarf2/method-ptr.exp: New file.
2662
1d24041a
TT
26632013-01-31 Tom Tromey <tromey@redhat.com>
2664
2665 * lib/dwarf.exp (namespace Dwarf): New.
2666
8d9878a4
TT
26672013-01-29 Tom Tromey <tromey@redhat.com>
2668
2669 * gdb.dwarf2/fission-reread.exp: Add unload test.
2670
bed911e5
DE
26712013-01-28 Doug Evans <dje@google.com>
2672
2673 * gdb.dwarf2/fission-loclists.exp: New file.
2674 * gdb.dwarf2/fission-loclists.S: New file.
2675
e229648e
JK
26762013-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2677
2678 Code cleanup.
2679 * gdb.base/restore.exp: Replace gdb_compile, gdb_exit, gdb_start,
2680 gdb_reinitialize_dir and gdb_load by standard_testfile, set executable
2681 and prepare_for_testing.
2682 * gdb.base/store.exp: Likewise.
2683
86700f00
TT
26842013-01-25 Tom Tromey <tromey@redhat.com>
2685
2686 * gdb.python/py-explore.exp: Expect the gdb prompt.
2687
8954db33
AB
26882013-01-25 Andrew Burgess <aburgess@broadcom.com>
2689
2690 * gdb.base/gnu_vector.c: New variable for use in tests.
2691 * gdb.base/gnu_vector.exp: Update and extend tests to reflect
2692 changes in scalar to vector casting and widening.
2693 * gdb.python/py-type.c: New variables for use in tests.
2694 * gdb.python/py-type.exp: Update vector related tests to reflect
2695 changes in scalar to vector casting and widening.
2696
2077afdd
TD
26972013-01-24 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
2698
2699 * gdb.base/prologue-include.c: New file.
2700 * gdb.base/prologue-include.exp: New file.
2701 * gdb.base/prologue-include.h: New file.
2702
d7499464
HAQ
27032013-01-24 Hafiz Abid Qadeer <abidh@codesourcery.com>
2704
2705 PR gdb/13443
2706 * gdb.mi/mi-var-block.exp: Make test messages unique.
2707
e2a3e0f1
TT
27082013-01-23 Tom Tromey <tromey@redhat.com>
2709
2710 * gdb.dwarf2/dw2-error.exp: Pass test name to "file" test.
2711
152fcc9c
TT
27122013-01-23 Tom Tromey <tromey@redhat.com>
2713
2714 * gdb.cp/converts.cc (main): Initialize 'a'.
2715
bea883fd
SCR
27162013-01-23 Siva Chandra Reddy <sivachandra@google.com>
2717
2718 * testsuite/gdb.python/frame.exp: Add a test for
2719 gdb.Frame.architecture() method.
2720
0928e93d
PA
27212013-01-22 Pedro Alves <palves@redhat.com>
2722
2723 * gdb.base/annota1.exp (signal sent): No longer expect
2724 breakpoints-invalid.
2725 * gdb.cp/annota2.exp (continue until exit)
2726 (watch triggered on a.x): Ditto.
2727
9c97429f
PA
27282013-01-22 Pedro Alves <palves@redhat.com>
2729
2730 * gdb.base/annota1.exp (breakpoints_invalid): New variable.
2731 Adjust tests to breakpoints-invalid changes.
2732 * gdb.cp/annota2.exp (breakpoints_invalid, frames_invalid): New
2733 variables.
2734 Adjust tests to breakpoints-invalid changes.
2735
187d10dd
PA
27362013-01-22 Pedro Alves <palves@redhat.com>
2737
2738 * gdb.base/annota1.exp (annotate ignore count change): Add
2739 expected output for failure case.
2740
ea3aedcb
TT
27412013-01-22 Tom Tromey <tromey@redhat.com>
2742
2743 * gdb.gdb/selftest.exp (do_steps_and_nexts): Handle bfd_init
2744 call.
2745
998580f1
MK
27462013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2747
2748 * gdb.mi/mi-break.exp: Expect new 'thread-groups' field.
8f1d5693 2749 * gdb.mi/mi-catch-load.exp: Ditto.
998580f1
MK
2750 * gdb.mi/mi-nsmoribund.exp: Expect new 'thread-groups' field.
2751 Also handle 'thread' field.
2752 * gdb.mi/mi-simplerun.exp: Expect new 'thread-groups' field.
2753 * gdb.mi/mi-watch.exp: Ditto.
2754 * lib/mi-support.exp: Ditto.
2755
8f1d5693
MK
27562013-01-21 Siva Chandra Reddy <sivachandra@google.com>
2757
2758 * gdb.python/py-explore.exp: Improve a test
2759
2d8c5d7c
DB
27602013-01-18  David Blaikie  <dblaikie@gmail.com>
2761
2762 * gdb.base/label.c (main): Correct the type of the second
2763 parameter.
2764
46f35228
TT
27652013-01-18 Tom Tromey <tromey@redhat.com>
2766
2767 * gdb.dwarf2/trace-crash.s: New file.
2768 * gdb.dwarf2/trace-crash.exp: New file.
2769
5965d69d
HAQ
27702013-01-18 Hafiz Abid Qadeer<abidh@codesourcery.com>
2771
43aaf8b6
PA
2772 PR gdb/13443
2773 * gdb.base/checkpoint.exp: Update test messages to make them
2774 unique.
5965d69d 2775
5ae4861a
YQ
27762013-01-18 Yao Qi <yao@codesourcery.com>
2777
2778 * gdb.trace/infotrace.exp: Check 'traceframe usage' in the
2779 output of 'info tracepoints'.
2780 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
2781 Likewise.
2782 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
2783 * gdb.trace/disconnected-tracing.c (struct foo): New.
2784
d84fca2c
JK
27852013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2786
2787 * gdb.dwarf2/dw2-dos-drive.S: New file.
2788 * gdb.dwarf2/dw2-dos-drive.exp: New file.
2789
aebb1cc9
DE
27902013-01-17 Doug Evans <dje@google.com>
2791
2782d512
DE
2792 * boards/dwarf4-gdb-index.exp: Use any existing CC_FOR_TARGET,
2793 CXX_FOR_TARGET.
2794
aebb1cc9
DE
2795 * boards/cc-with-tweaks.exp: New file.
2796
db2b2972
TT
27972013-01-17 Tom Tromey <tromey@redhat.com>
2798
2799 * gdb.base/completion.exp: Add "set cp-abi" completion test.
2800
96343774
PA
28012013-01-17 Pedro Alves <palves@redhat.com>
2802
2803 Merge dg-extract-results.sh from upstream (svn 195224).
2804
2805 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 2806 * dg-extract-results.sh: Fix order of summary counts.
96343774
PA
2807
2808 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 2809 * dg-extract-results.sh: Constrain the start-of-log pattern.
96343774
PA
2810
2811 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 2812 * dg-extract-results.sh: Handle KPASSes.
96343774
PA
2813
2814 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2815 * dg-extract-results.sh: Redirect grep output to /dev/null instead
2816 of grep -q.
2817
675921c0
SD
28182012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2819
2820 * gdb.base/jit-reader.exp: New file. Test case for the jit-reader
2821 interface.
2822 * gdb.base/jithost.c: New file.
2823 * gdb.base/jithost.h: New file.
2824 * gdb.base/jitreader.c : New file.
2825 * gdb.base/jit-protocol.h: New file.
2826
ab04a2af
TT
28272013-01-16 Tom Tromey <tromey@redhat.com>
2828
2829 * gdb.base/catch-signal.c: New file.
2830 * gdb.base/catch-signal.exp: New file.
2831
8ac3646f
TT
28322013-01-16 Tom Tromey <tromey@redhat.com>
2833
2834 * gdb.mi/mi-catch-load.exp: Look for "catch-type".
2835
22fc223e
JK
28362013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2837
2838 * gdb.dwarf2/dw2-restrict.exp: Skip compilation on non-x86_64 targets.
2839
44478ab3
TT
28402013-01-14 Tom Tromey <tromey@redhat.com>
2841
2842 * gdb.base/completion.exp: Add "set gnutarget" test.
2843
06d66ee9
TT
28442013-01-14 Tom Tromey <tromey@redhat.com>
2845
2846 * gdb.dwarf2/dw2-restrict.S: New file.
2847 * gdb.dwarf2/dw2-restrict.c: New file.
2848 * gdb.dwarf2/dw2-restrict.exp: New file.
2849
c9bf0622
TT
28502013-01-14 Tom Tromey <tromey@redhat.com>
2851
2852 * gdb.dwarf2/dw2-error.exp: New file.
2853 * gdb.dwarf2/dw2-error.c: New file.
2854 * gdb.dwarf2/dw2-error.S: New file.
2855
5b12a61c
JK
28562013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2857
2858 * gdb.cp/parse-lang.cc: New file.
2859 * gdb.cp/parse-lang.exp: New file.
2860
f0a4b570
JK
28612013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2862
2863 * gdb.mi/mi-fullname-deleted.exp: Set srcfileabssubst and initdir.
2864 (set substitute-path): New test.
2865 (fullname present): Remove content.
2866 (substituted fullname): New test.
2867
f751cc97
JB
28682013-01-13 Joel Brobecker <brobecker@adacore.com>
2869
2870 * gdb.python/py-finish-breakpoint.exp: Add skip_python_tests
2871 check. Move $gdb_py_is_py24 value check right after.
2872
04164e8e
JK
28732013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2874
2875 * gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit
2876 targets.
2877
5bf480a5
YQ
28782013-01-11 Yao Qi <yao@codesourcery.com>
2879
2880 * gdb.base/dprintf.exp: Check the output of 'info breakpoints'
2881 for dprintf.
2882 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
2883 Check the fields in "=breakpoint-created" for dprintf.
2884
f35a17b5
JK
28852012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2886
2887 * gdb.mi/mi-fullname-deleted.exp: New file.
2888
85817405
JK
28892012-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2890
2891 * gdb.base/skip-solib.exp (info skip with pending file): Update the
2892 expected output.
2893 (info skip with pending file): Remove.
2894 (ignoring function in solib, info skip for function multiply): Update
2895 the expected output.
2896 * gdb.base/skip.ex (skip (main), skip function baz, info skip)
2897 (info skip (delete 1), info skip after disabling all)
2898 (info skip after enabling all, info skip after disabling 4 2-3)
2899 (info skip after enabling 2-3, info skip 2-3)
2900 (info skip after deleting 2 3): Update the expected output.
2901 * gdb.linespec/base/two/thefile.cc (n): New variable v, split the
2902 statement to its initialization and return.
2903 * gdb.linespec/skip-two.exp: New file.
2904
27210e12
DE
29052012-12-19 Doug Evans <dje@google.com>
2906
2907 * gdb.base/maint.exp: Handle testing with .gdb_index.
2908
bb627a12
JB
29092012-12-19 Joel Brobecker <brobecker@adacore.com>
2910
2911 * gdb.arch/mips-octeon-bbit.exp: Fix copyright header from
2912 Cavium to FSF.
2913
7785b880
JB
29142012-12-19 Joel Brobecker <brobecker@adacore.com>
2915
2916 * dg-extract-results.sh: Update contact info in copyright notice.
2917 * gdb.arch/mips-octeon-bbit.exp: Update copyright notice to
2918 GPL v3 or later. Update contact info.
2919 * gdb.fortran/logical.f90, gdb.threads/watchpoint-fork-child.c,
2920 gdb.threads/watchpoint-fork-mt.c,
2921 gdb.threads/watchpoint-fork-parent.c,
2922 gdb.threads/watchpoint-fork-st.c,
2923 gdb.threads/watchpoint-fork.h: Likewise.
2924
f2a8bc8a
YQ
29252012-12-15 Yao Qi <yao@codesourcery.com>
2926
2927 * gdb.trace/mi-tracepoint-changed.exp (test_pending_resolved): Check
2928 'installed' field in '=breakpoint-modified'.
2929 (test_reconnect): Check 'installed' field in
2930 '=breakpoint-modified' and '=breakpoint-created'.
2931
2932 * gdb.trace/actions.exp: Update test for 'installed' field.
2933 * gdb.trace/change-loc.exp (tracepoint_change_loc_1):
2934 (tracepoint_change_loc_2): Likewise.
2935 Check 'info tracepoint' display nothing else.
2936 * gdb.trace/deltrace.exp: Likewise.
2937 * gdb.trace/infotrace.exp: Likewise.
2938 * gdb.trace/mi-traceframe-changed.exp (test_tfind_remote):
2939 Likewise.
2940 * gdb.trace/passcount.exp: Likewise.
2941 * gdb.trace/tracecmd.exp: Likewise.
2942 * gdb.trace/while-stepping.exp: Likewise.
2943
6592e36f
TT
29442012-12-14 Tom Tromey <tromey@redhat.com>
2945
2946 * gdb.cp/member-name.exp: New file.
2947 * gdb.cp/member-name.cc: New file.
2948
7d27a96d
TT
29492012-12-14 Tom Tromey <tromey@redhat.com>
2950
2951 * gdb.cp/templates.exp (test_ptype_of_templates): Update kfails.
2952
f8c05d0d
DE
29532012-12-14 Doug Evans <dje@google.com>
2954
2955 * gdb.dwarf2/implptr-optimized-out.S: DIE offset for
2956 DW_OP_GNU_implicit_pointer is section-relative.
2957
451b7c33
TT
29582012-12-14 Tom Tromey <tromey@redhat.com>
2959
43aaf8b6 2960 * gdb.base/info-proc.exp: Add core file tests.
451b7c33 2961
10e339df
PA
29622012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>
2963
6fdff2c5 2964 * gdb.base/kill-after-signal.exp: Disable if gdb,nosignals.
10e339df 2965
e780d813
DE
29662012-12-13 Doug Evans <dje@google.com>
2967
2968 * gdb.multi/multi-arch-exec.exp: Skip for i*86-linux.
2969 * gdb.multi/multi-arch.exp: Ditto.
2970
ca3dbcc8 29712012-12-12 Keven Boell <keven.boell@intel.com>
6fdff2c5 2972
ca3dbcc8
MG
2973 * gdb.mi/mi-catch-load-so.c: New. Clone of the
2974 catch load test library source file.
2975 * gdb.mi/mi-catch-load.c: New. Clone of the catch
2976 load test source file.
2977 * gdb.mi/mi-catch-load.exp: New. Test file for
2978 basic MI -catch-load and -catch-unload tests.
2979
2960a434
PK
29802012-12-11 Paul Koning <paul_koning@dell.com>
2981
2982 * gdb.python/py-prettyprint.py (_iterator): Remove exception_flag
2983 exception.
2984 (_iterator_except): New function.
2985 (ArrayPrinter): Use _iterator function instead of local _iterator
2986 class for Python 3 compatibility.
2987 (NoStringContainerPrinter): Use _iterator_except instead of
6fdff2c5 2988 _iterator.
2960a434
PK
2989 * gdb.python/py-typeprint.exp: Use exec(open(...).read()) instead of
2990 execfile for Python 3 compatibility.
2991 * gdb.python/python.exp: Handle Python 2.4 exception traceback
2992 format in error_prompt test.
6fdff2c5 2993
9325cb04
PK
29942012-12-10 Paul Koning <paul_koning@dell.com>
2995
2996 * gdb.base/charset.exp: Change print syntax for Python 3
6fdff2c5 2997 compatibility.
9325cb04
PK
2998 * gdb.python/py-block.exp: Ditto.
2999 * gdb.python/py-breakpoint.exp: Ditto.
3000 * gdb.python/py-cmd.exp: Ditto.
3001 * gdb.python/py-events.py: Ditto.
3002 * gdb.python/py-finish-breakpoint.py: Ditto.
3003 * gdb.python/py-finish-breakpoint2.exp: Ditto.
3004 * gdb.python/py-finish-breakpoint2.py: Ditto.
3005 * gdb.python/py-frame-inline.exp: Ditto.
3006 * gdb.python/py-frame.exp: Ditto.
3007 * gdb.python/py-infthread.exp: Ditto.
3008 * gdb.python/py-objfile.exp: Ditto.
3009 * gdb.python/py-parameter.exp: Ditto.
3010 * gdb.python/py-progspace.exp: Ditto.
3011 * gdb.python/py-prompt.exp: Ditto.
3012 * gdb.python/py-symbol.exp: Ditto.
3013 * gdb.python/py-symtab.exp: Ditto.
3014 * gdb.python/py-template.exp: Ditto.
3015 * gdb.python/py-value-cc.exp: Ditto.
3016 * gdb.python/python.exp: Ditto.
3017 * gdb.python/source2.py: Ditto.
3018 * gdb.python/lib-types.exp: Change print syntax for Python 3
6fdff2c5 3019 compatibility.
9325cb04
PK
3020 Use sorted() function rather than sort() method.
3021 Accept either int or long values for enum values.
3022 * gdb.python/py-events.exp: Use exec(open(...).read()) instead of
3023 execfile for Python 3 compatibility.
3024 * gdb.python/py-evsignal.exp: Ditto.
3025 * gdb.python/py-evthreads.exp: Ditto.
3026 * gdb.python/py-mi.exp: Ditto.
3027 * gdb.python/py-pp-maint.exp: Ditto.
3028 * gdb.python/py-prettyprint.exp: Ditto.
3029 * gdb.python/py-finish-breakpoint.exp: Change print syntax for
6fdff2c5 3030 Python 3 compatibility.
9325cb04
PK
3031 Skip tests for Python 2.4.
3032 * gdb.python/py-inferior.exp: Change print syntax for
6fdff2c5 3033 Python 3 compatibility.
9325cb04
PK
3034 Use byte string rather than character string in memory write test
3035 if Python 3.
3036 * gdb.python/py-pp-maint.py: Change class declarations to "new
3037 class" syntax.
3038 * gdb.python/py-prettyprint.py: Change iterator class to generator
3039 function for Python 3 compatibility.
3040 Make all classes "new style".
3041 Fix indentation issue and stray semicolon.
3042 * gdb.python/py-shared.expChange print syntax for Python 3
3043 compatibility.
3044 Define "long" if Python 3.
3045 * gdb.python/py-type.exp: Change print syntax for Python 3
6fdff2c5 3046 compatibility.
9325cb04
PK
3047 Accept either int or long values for enum values.
3048 * gdb.python/py-value.exp: Change print syntax for Python 3
6fdff2c5 3049 compatibility.
9325cb04
PK
3050 Skip "long" and "unicode" tests if Python 3.
3051 Accept either "type" or "class" in type checks.
3052 * lib/gdb.exp (gdb_py_is_py3k): New flag set if Python 3.
3053 (gdb_py_is_py24): New flag set if Python 2.4 or 2.5.
3054
8b9737bf
TT
30552012-12-10 Tom Tromey <tromey@redhat.com>
3056
3057 * gdb.dwarf2/implptr-64bit.exp: Run tests with two CUs as well.
3058 (test): Add "two_cu" argument.
3059 * gdb.dwarf2/implptr-64bit.S: Move subprogram later; use ref_addr
3060 for types; allow two CUs.
3061
1b80a9fa
JK
30622012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3063
3064 * gdb.dwarf2/dw2-compdir-oldgcc.S: New file.
3065 * gdb.dwarf2/dw2-compdir-oldgcc.exp: New file.
3066
f0b6d50a
YQ
30672012-12-08 Yao Qi <yao@codesourcery.com>
3068 Pedro Alves <palves@redhat.com>
3069
3070 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Test
3071 '=breakpoint-created' when GDB merges the tracepoints of both
3072 sides.
3073
2f68a895
TT
30742012-12-07 Tom Tromey <tromey@redhat.com>
3075
3076 * gdb.base/break1.c (enum some_enum, union some_union): New.
3077 (some_enum_global, some_union_global, some_value): New globals.
3078 * gdb.base/completion.exp: Add tag completion tests.
3079
4fc5d43e
TT
30802012-12-07 Tom Tromey <tromey@redhat.com>
3081
3082 * gdb.base/completion.exp: Add tests for ptype and whatis
3083 completion.
3084
6559e013
JB
30852012-12-07 Joel Brobecker <brobecker@adacore.com>
3086
3087 * gdb.base/stale-infcall.exp: Fix copyright line.
3088
ae2b630d
JB
30892012-12-07 Joel Brobecker <brobecker@adacore.com>
3090
3091 * gdb.ada/lang_switch.exp: The "msg" parameter may be a reference.
3092
0ba2eb0f
TT
30932012-12-06 Pedro Alves <palves@redhat.com>
3094 Tom Tromey <tromey@redhat.com>
3095
3096 * gdb.base/exprs.exp: Add tests for cast to void.
3097
731145cb
TT
30982012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
3099
3100 * gdb.python/py-mi.exp: Correct expected results for attribute
3101 "dynamic" returned by -var-update.
3102 Add test case for correct handling of "diplayhint" for children
3103 of dynamic varobjs.
3104 * gdb.python/py-prettyprint.c (set_itme): New function.
3105 (bug_14741) New function.
3106 (main) Add call to bug_14741().
3107 * gdb.python/py-prettyprint.py (class ArrayPrinter): New class.
3108
e58fcc15
UW
31092012-12-05 Ulrich Weigand <uweigand@de.ibm.com>
3110
3111 * gdb.base/gnu-debugdata.exp: Also include "D" symbols in
3112 ${binfile}.funcsyms list.
3113
e9eb0d14
YQ
31142012-12-04 Yao Qi <yao@codesourcery.com>
3115
3116 PR gdb/13443
3117 * gdb.trace/actions.exp: Make test messages unique.
3118
4983028c
TT
31192012-11-29 Tom Tromey <tromey@redhat.com>
3120
3121 * gdb.base/gnu-debugdata.exp (run, pipeline): Don't use lassign.
3122
ea5e6b0e
UW
31232012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
3124
3125 * gdb.opencl/convs_casts.exp: Always expect standard vector type names.
3126 * gdb.opencl/datatypes.exp: Likewise.
3127 * gdb.opencl/operators.exp: Likewise.
3128 * gdb.opencl/vec_comps.exp: Likewise.
3129
cdde3dfb
JG
31302012-11-29 Jerome Guitton <guitton@adacore.com>
3131
3132 * gdb.ada/iwide: New testcase.
3133
b50d69b5
JG
31342012-11-29 Jerome Guitton <guitton@adacore.com>
3135
3136 * gdb.ada/ptype_tagged_param.exp: Adjust expected output in
3137 ptype test.
3138
c2d3fccf
JG
31392012-11-29 Jerome Guitton <guitton@adacore.com>
3140
3141 * gdb.ada/variant_record_packed_array.exp: Test expressions of the
3142 form {VARIANT_TYPE}ADDRESS.
3143
5edf51fe
YQ
31442012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
3145
3146 * gdb.cp/member-ptr.cc (class Diamond): Add func_ptr.
3147 (func): New function.
3148 (main): Initialize diamond.func_ptr and add diamond_pfunc_ptr.
3149 * gdb.cp/member-ptr.exp: Add new tests for ptype and for
3150 pointers to members with pointer-to-function type.
3151
608e2dbb
TT
31522012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3153 Tom Tromey <tromey@redhat.com>
3154
3155 * gdb.base/gnu-debugdata.exp: New file.
3156 * gdb.base/gnu-debugdata.c: New file.
3157 * lib/gdb.exp (gdb_file_cmd): Handle LZMA warning.
3158 (gdb_unload): Return 0 on success.
3159
4648e588
JK
31602012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3161
3162 * gdb.base/enumval.exp (print e, print f, print K): XFAIL on GCC <= 4.6.
3163
17d6efc4
JB
31642012-11-26 Joel Brobecker <brobecker@adacore.com>
3165
3166 * gdb.base/empty_exe.exp: New testcase.
3167
ace21957
MF
31682012-11-20 Mike Frysinger <vapier@gentoo.org>
3169
3170 * gdb.base/completion.exp: Add test for help aliases completion.
3171
5c401a0a
YQ
31722012-11-20 Yao Qi <yao@codesourcery.com>
3173
3174 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
3175 Don't test 'maint set show-debug-regs'.
3176 Use command 'set remotecache' instead of
3177 'set circular-trace-buffer'.
3178
8dea366b
KS
31792012-11-16 Keith Seitz <keiths@redhat.com>
3180
3181 PR c++/13615
3182 * gdb.cp/baseenum.cc: New file.
3183 * gdb.cp/baseenum.exp: New file.
3184 * gdb.cp/derivation.cc (A): Add copyright.
3185 Add a typedef.
3186 (B): Use A::value_type instead of int. Change all references.
3187 (D): Use value_type instead of int. Change all references.
3188 (E): Likewise.
3189 (F); Likewise.
3190 (Z): New class.
3191 (ZZ): New class.
6fdff2c5 3192 (N, Base, Derived): New namespace and classes.
8dea366b
KS
3193 (main): Add instances of Z and ZZ.
3194 Make sure all symbols from N are kept.
3195 * gdb.cp/derivation.exp: Update typedef changes in tests.
3196 Add tests for class typedefs both before and after starting
3197 the inferior.
3198 Add tests for searching for a typedef while stopped in a
3199 method.
3200
5e34c6c3
LM
32012012-11-14 Luis Machado <lgustavo@codesourcery.com>
3202
3203 * gdb.mi/mi-var-create-rtti.c: New file.
3204 * gdb.mi/mi-var-create-rtti.exp: New file.
3205
5e487a5f
LM
32062012-11-14 Luis Machado <lgustavo@codesourcery.com>
3207
3208 * gdb.base/structs3.exp: Run to main before doing any tests.
3209
6d67b990
AB
32102012-11-14 Andrew Burgess <aburgess@broadcom.com>
3211
3212 * gdb.python/py-type.exp: Uniquify test names.
3213
e5d98164
YQ
32142012-11-14 Yao Qi <yao@codesourcery.com>
3215
3216 * gdb.threads/manythreads.c [DEBUG]: Include "stdio.h".
3217 (thread_function) [DEBUG]: Call 'printf'.
3218 * gdb.threads/manythreads.exp: Pass '-DDEBUG' to compilation
3219 command line if 'DEBUG=1' is passed to test.
3220 Remove a pattern to match inferior's output.
3221
62747a60
TT
32222012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
3223
3224 * gdb.mi/mi-fill-memory.exp: New test.
3225
18a9fc12
TT
32262012-11-12 Tom Tromey <tromey@redhat.com>
3227
3228 * gdb.base/completion.exp: Update for "info type-printers".
3229 * gdb.python/py-typeprint.cc: New file.
3230 * gdb.python/py-typeprint.exp: New file.
3231 * gdb.python/py-typeprint.py: New file.
3232
bd69fc68
TT
32332012-11-12 Tom Tromey <tromey@redhat.com>
3234
3235 * gdb.base/call-sc.exp: Use "ptype/r".
3236 * gdb.base/volatile.exp: Don't expect "int".
3237 * gdb.cp/ptype-flags.cc: New file.
3238 * gdb.cp/ptype-flags.exp: New file.
3239 * gdb.cp/templates.exp: Use ptype/r.
3240 (test_ptype_of_templates, test_template_typedef): Likewise.
3241 * lib/cp-support.exp (cp_test_ptype_class): Add in_ptype_arg
3242 argument. Handle template names and template parameters.
3243 * gdb.mi/mi-var-cmd.exp: Accept "long".
3244 * gdb.mi/mi-var-child.exp: Accept "long".
3245 * gdb.mi/mi-var-display.exp: Accept "long".
3246 * gdb.mi/mi2-var-child.exp: Accept "long".
3247
b3720c3a
TT
32482012-11-12 Tom Tromey <tromey@redhat.com>
3249
3250 * gdb.cp/classes.exp (test_ptype_class_objects): Remove
3251 "ptype" from calls to cp_test_ptype_class.
3252 (test_enums): Likewise.
3253 * gdb.cp/derivation.exp: Remove "ptype" from calls to
3254 cp_test_ptype_class.
3255 * gdb.cp/inherit.exp (test_ptype_si): Remove "ptype" from
3256 calls to cp_test_ptype_class.
3257 (test_ptype_mi, test_ptype_vi, test_ptype_mvi): Likewise.
3258 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Remove "ptype"
3259 from calls to cp_test_ptype_class.
3260 * lib/cp-support.exp (cp_test_ptype_class): Supply "ptype"
3261 command here. Change "in_command" argument to "in_exp".
3262
0d63ecda
KS
32632012-11-10 Keith Seitz <keiths@redhat.com>
3264
3265 PR gdb/14288
3266 * gdb.base/printcmds.c: Add invalid_XXX globals
3267 for repeated byte tests.
3268 * gdb.base/printcmds.exp (test_repeat_bytes): New procedure.
3269 * gdb.base/wchar.c (main): Add and construct a wchar_t
3270 array with repeated characters.
3271 * gdb.base/wchar.exp: Add repeated character tests.
3272
ed8a1c2d
AB
32732012-11-09 Andrew Burgess <aburgess@broadcom.com>
3274
3275 * gdb.mi/mi-disassemble.exp: Expect fullname field in mi
3276 disassembly output.
3277
9107fc8d
PA
32782012-11-09 Pedro Alves <palves@redhat.com>
3279
3280 PR gdb/14306
3281
3282 * gdb.multi/multi-arch-exec.c: New file.
3283 * gdb.multi/multi-arch-exec.exp: New file.
3284
558a9d82
YQ
32852012-11-09 Yao Qi <yao@codesourcery.com>
3286
3287 * gdb.mi/mi-break.exp (test_abreak_creation): New procedure.
3288 (top level): Call it.
3289
e714f336
YQ
32902012-11-09 Yao Qi <yao@codesourcery.com>
3291
3292 * gdb.mi/mi-watch.exp (test_rwatch_creation_and_listing): Fix
3293 typo.
3294
6ecd4729
PA
32952012-11-09 Pedro Alves <palves@redhat.com>
3296
3297 * gdb.multi/multi-arch.exp: New.
3298
9015683b
TT
32992012-11-08 Tom Tromey <tromey@redhat.com>
3300
3301 * gdb.base/siginfo-obj.exp: Create core file. Test siginfo from
3302 core files, if possible.
3303 * gdb.base/siginfo-thread.c: New file
3304 * gdb.base/siginfo-thread.exp: New file
3305
ea9f10bb
TT
33062012-11-08 Tom Tromey <tromey@redhat.com>
3307
3308 * gdb.base/comprdebug.exp: New file.
3309
f6592439
PA
33102012-11-06 Pedro Alves <palves@redhat.com>
3311
3312 PR gdb/14810
3313
3314 * gdb.base/disabled-location.c: New file.
3315 * gdb.base/disabled-location.exp: New file.
3316
2d338fa9
TT
33172012-11-06 Tom Tromey <tromey@redhat.com>
3318
3319 * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd.
3320 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
3321 gdb_gcore_cmd.
3322 * gdb.cell/gcore.exp: Use gdb_gcore_cmd.
3323 * gdb.base/gcore.exp: Use gdb_gcore_cmd.
3324 * gdb.base/gcore-relro.exp: Use gdb_gcore_cmd.
3325 * gdb.base/gcore-buffer-overflow.exp: Use gdb_gcore_cmd.
3326 * gdb.base/auxv.exp: Use gdb_gcore_cmd.
3327 * gdb.arch/vsx-regs.exp: Use gdb_gcore_cmd.
3328 * gdb.arch/system-gcore.exp: Use gdb_gcore_cmd.
3329 * gdb.arch/pa-nullify.exp (test_core_bt): Use gdb_gcore_cmd.
3330 * lib/gdb.exp (gdb_gcore_cmd): New proc.
3331
68c9da30
PA
33322012-11-05 Pedro Alves <palves@redhat.com>
3333
3334 * gdb.base/foll-vfork.exp (vfork_relations_in_info_inferiors): New
3335 procedure.
3336 (do_vfork_and_follow_child_tests_exec)
3337 (do_vfork_and_follow_child_tests_exit): Call it.
3338
a7c8c931
PA
33392012-11-05 Pedro Alves <palves@redhat.com>
3340
3341 * gdb.base/foll-vfork.c (main): Call perror and _exit if execlp()
3342 fails.
3343
6f6484cd
YQ
33442012-11-03 Yao Qi <yao@codesourcery.com>
3345
3346 Fix PR gdb/14617.
3347 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
3348 Remove setup_kfail, and update test.
3349
b45627a0
TT
33502012-11-02 Tom Tromey <tromey@redhat.com>
3351
3352 * gdb.base/catch-syscall.exp (do_syscall_tests): Add completion
3353 test.
3354
f50f4e56
PA
33552012-11-02 Pedro Alves <palves@redhat.com>
3356
3357 PR gdb/14766
3358
3359 * gdb.base/foll-vfork.exp (vfork_child_follow_to_exit): Remove
3360 setup_kfail.
3361 (tcatch_vfork_then_child_follow_exit): No longer expect "Couldn't
3362 get registers".
3363
71ce889d
PA
33642012-11-02 Pedro Alves <palves@redhat.com>
3365
3366 * gdb.base/foll-vfork-exit.c: New file.
3367 * gdb.base/foll-vfork.exp (top level): New file-describing
3368 comment.
3369 (vfork_child_follow_to_exit): New procedure.
3370 (tcatch_vfork_then_child_follow): Rename as ...
3371 (tcatch_vfork_then_child_follow_exec): ... this.
3372 (tcatch_vfork_then_child_follow_exit): New procedure.
3373 (do_vfork_and_follow_parent_tests): New procedure, factored out
3374 from do_vfork_and_exec_tests.
3375 (do_vfork_and_follow_child_tests_exec): Ditto.
3376 (do_vfork_and_exec_tests): Delete.
3377 (do_vfork_and_follow_child_tests_exit): New procedure.
3378 (top level): Run tests with both the program that has the vfork
3379 child execing, and the program has the vfork child exiting.
3380
1e35b1a9
PA
33812012-11-02 Pedro Alves <palves@redhat.com>
3382
3383 * gdb.base/foll-vfork.exp (setup_gdb): New procedure.
3384 (check_vfork_catchpoints, vfork_parent_follow_through_step)
3385 (vfork_parent_follow_to_bp): Call it.
3386 (kill_child): Delete.
3387 (vfork_and_exec_child_follow_to_main_bp)
3388 (vfork_and_exec_child_follow_through_step): Call setup_gdb. No
3389 longer call kill_child.
3390 (tcatch_vfork_then_parent_follow): Call setup_gdb.
3391 (do_vfork_and_exec_tests): Don't runto_main before calling each
3392 test procedure.
3393 (top level): Don't clean restart and set verbose before running
3394 each test procedure.
3395
33962012-11-02 Pedro Alves <palves@redhat.com>
3397
3398 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step)
3399 (vfork_parent_follow_to_bp)
3400 (vfork_and_exec_child_follow_to_main_bp)
3401 (vfork_and_exec_child_follow_through_step)
3402 (tcatch_vfork_then_parent_follow)
3403 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
3404 Use with_test_prefix.
3405
34062012-11-02 Pedro Alves <palves@redhat.com>
3407
3408 * gdb.base/foll-vfork.c: Add copyright header.
3409 * gdb.base/vforked-prog.c: Add copyright header.
3410
34112012-11-02 Pedro Alves <palves@redhat.com>
3412
3413 * gdb.base/foll-vfork.exp
3414 (vfork_and_exec_child_follow_through_step): Don't skip on
3415 non-HP/UX targets. Expect the next to only step one line on
3416 non-HP/UX targets, rather than stopping only after the exec.
3417
34182012-11-02 Pedro Alves <palves@redhat.com>
3419
3420 Don't hard code line numbers.
3421
3422 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step):
3423 Expect text from the sources instead of a line number.
3424 (vfork_parent_follow_to_bp)
3425 (vfork_and_exec_child_follow_to_main_bp)
3426 (vfork_and_exec_child_follow_through_step)
3427 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
3428 Use gdb_get_line_number.
3429
34302012-11-02 Pedro Alves <palves@redhat.com>
3431
3432 Modernize.
3433
3434 * gdb.base/foll-vfork.exp: Use standard_testfile and
3435 build_executable. Pass descriptive string to untested.
3436 (vfork_parent_follow_through_step, vfork_parent_follow_to_bp)
3437 (vfork_and_exec_child_follow_to_main_bp)
3438 (vfork_and_exec_child_follow_through_step)
3439 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow)
3440 (do_vfork_and_exec_tests): Use gdb_test/gdb_test_multiple instead
3441 of send_gdb/gdb_expect.
3442
3443 (kill_child): New procedure.
3444 (vfork_and_exec_child_follow_to_main_bp)
3445 (vfork_and_exec_child_follow_through_step): Use it.
3446
f0559fff
YQ
34472012-11-02 Yao Qi <yao@codesourcery.com>
3448
3449 * gdb.base/setvar.exp: Test setting nested struct.
3450 * gdb.base/setvar.c (v_struct3): New.
3451
c207c6da
DE
34522012-11-01 Doug Evans <dje@google.com>
3453
3454 * gdb.arch/amd64-pseudo.c (main): Mark registers that the testsuite
3455 changes as clobbered (e.g., amd64-dword.exp) so gcc doesn't try to
3456 use them.
3457
2f27adfe
AB
34582012-10-31 Andrew Burgess <aburgess@broadcom.com>
3459
3460 PR cli/14772
3461 * gdb.base/gnu_vector.c (union_with_vector_1)
3462 (struct_with_vector_1): Add new struct and union for testing
3463 ptype.
3464 * gdb.base/gnu_vector.exp: Add testing of ptype on vectors, and
3465 structs / unions containing vectors.
3466
bb662ca6
YQ
34672012-10-25 Yao Qi <yao@codesourcery.com>
3468
3469 * gdb.trace/ftrace.exp (test_fast_tracepoints): Use
3470 'setup_kfail' instead of 'setup_kfail_for_target'.
3471 * gdb.base/varargs.exp: Likewise.
3472 * lib/gdb.exp (setup_kfail_for_target): Remove.
3473
635d23ff
MK
34742012-10-25 Mark Kettenis <kettenis@openbsd.nfra.nl>
3475
3476 * gdb.base/varargs.exp: PR gdb/12790 is now fixed.
3477
afdb064f
MK
34782012-10-25 Mark Kettenis <kettenis@gnu.org>
3479
3480 * gdb.base/varargs.exp: PR gdb/12776 is now fixed.
3481
d99dcf51
JB
34822012-10-24 Joel Brobecker <brobecker@adacore.com>
3483
3484 * gdb.ada/set_wstr: New testcase.
3485
32560274
JB
34862012-10-24 Joel Brobecker <brobecker@adacore.com>
3487
3488 * gdb.base/ldbl_e308.c, gdb.base/ldbl_e308.exp: New files.
3489
5ded5331
JB
34902012-10-24 Joel Brobecker <brobecker@adacore.com>
3491
3492 * gdb.ada/unc_arr_ptr_in_var_rec: New testcase.
3493
d8d84291
MK
34942012-10-24 Mark Kettenis <kettenis@gnu.org>
3495
3496 * gdb.base/callfuncs.exp: PR gdb/12783 is now fixed.
3497
6e933c51
JK
34982012-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3499
3500 * gdb.base/callfuncs.exp (do_function_calls): Fix
3501 setup_kfail_for_target for -m32 mode.
3502
274bd000
MK
35032012-10-23 Mark Kettenis <kettenis@gnu.org>
3504
3505 * gdb.base/callfuncs.exp: PR gdb/12796, gdb/12798 and gdb/12800
3506 are now fixed.
3507
545f743d
YQ
35082012-10-23 Yao Qi <yao@codesourcery.com>
3509
3510 * gdb.base/info-os.exp: Resume the inferior until it exits.
3511
48b56b6a 35122012-10-18 Yufeng Zhang <yufeng.zhang@arm.com>
3513
99c7d5a8 3514 * gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.
3515 * gdb.base/print-file-var.exp: Likewise.
3516 * gdb.base/type-opaque.exp: Likewise.
48b56b6a 3517
8de0566d
YQ
35182012-10-17 Yao Qi <yao@codesourcery.com>
3519
3520 * gdb.mi/mi-memory-changed.exp: New.
3521
44883546
YQ
35222012-10-16 Yao Qi <yao@codesourcery.com>
3523
3524 * gdb.reverse/solib-precsave.exp: Skip if skip_shlib_test
3525 returns true.
3526 Call gdb_load_shlibs.
3527 * gdb.reverse/solib-reverse.exp: Likewise.
3528
345f514a
KS
35292012-10-15 Keith Seitz <keiths@redhat.com>
3530
3531 * lib/cp-support.exp (cp_test_ptype_class): Add support
3532 for class typedefs.
3533
3534 * gdb.cp/derivation.exp: Add tests for g_instance.
3535
9e3a7d65
JK
35362012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3537
3538 Fix entry values resolving in inlined frames.
3539 * gdb.arch/amd64-entry-value-inline.S: New file.
3540 * gdb.arch/amd64-entry-value-inline.c: New file.
3541 * gdb.arch/amd64-entry-value-inline.exp: New file.
3542
21a7b089
JK
35432012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3544 Doug Evans <dje@google.com>
3545
3546 Fix recent gdb_breakpoint regression.
3547 * gdb.java/jmisc.exp: gdb_breakpoint for $function - remove curly
3548 braces from the parameter.
3549 * gdb.java/jprint.exp: Likewise.
3550
2c47921e
DE
35512012-10-15 Doug Evans <dje@google.com>
3552
3553 * lib/gdb.exp (runto): Fix call to gdb_breakpoint.
3554
89398707
JB
35552012-10-15 Yufeng Zhang <yufeng.zhang@arm.com>
3556
3557 * gdb.dwarf2/dw2-icc-opaque.S: Remove '#'.
3558
801e4185
TT
35592012-10-15 Tom Tromey <tromey@redhat.com>
3560
3561 * gdb.python/py-symtab.exp: Test sal and symtab destructors.
3562
74f910c8
TT
35632012-10-15 Tom Tromey <tromey@redhat.com>
3564
3565 * gdb.python/py-symbol.exp: Test symbol destructor.
3566
91567807
YQ
35672012-10-14 Yao Qi <yao@codesourcery.com>
3568
3569 * gdb.mi/mi2-cli.exp: Move to mi-cli.exp.
3570 * gdb.mi/mi-cli.exp: New.
3571
3572 * gdb.mi/mi2-basics.exp: Remove.
3573 * gdb.mi/mi2-break.exp: Remove.
3574 * gdb.mi/mi2-console.exp: Remove.
3575 * gdb.mi/mi2-disassemble.exp: Remove.
3576 * gdb.mi/mi2-eval.exp: Remove.
3577 * gdb.mi/mi2-file.exp: Remove.
3578 * gdb.mi/mi2-hack-cli.exp: Remove.
3579 * gdb.mi/mi2-pthreads.exp: Remove.
3580 * gdb.mi/mi2-read-memory.exp: Remove.
3581 * gdb.mi/mi2-regs.exp: Remove.
3582 * gdb.mi/mi2-return.exp: Remove.
3583 * gdb.mi/mi2-simplerun.exp: Remove.
3584 * gdb.mi/mi2-stack.exp: Remove.
3585 * gdb.mi/mi2-stepi.exp: Remove.
3586 * gdb.mi/mi2-syn-frame.exp: Remove.
3587 * gdb.mi/mi2-until.exp: Remove.
3588 * gdb.mi/mi2-watch.exp: Remove.
3589 * gdb.mi/mi2-var-block.exp: Remove.
3590 * gdb.mi/mi2-var-cmd.exp: Remove.
3591 * gdb.mi/mi2-var-display.exp: Remove.
3592
87332029
YQ
35932012-10-12 Yao Qi <yao@codesourcery.com>
3594
3595 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved): Remove
3596 trail '.*' on matching patterns.
3597
11fc9057
L
35982012-10-11 H.J. Lu <hongjiu.lu@intel.com>
3599
3600 * gdb.arch/i386-bp_permanent.exp: Skip if not is_x86_like_target.
3601 * gdb.arch/i386-cfi-notcurrent.exp: Likewise.
3602 * gdb.arch/i386-disp-step.exp: Likewise.
3603 * gdb.arch/i386-gnu-cfi.exp: Likewise.
3604 * gdb.arch/i386-prologue.exp: Likewise.
3605 * gdb.arch/i386-size-overlap.exp: Likewise.
3606 * gdb.arch/i386-size.exp: Likewise.
3607 * gdb.arch/i386-unwind.exp: Likewise.
3608
7d46bcdc
L
36092012-10-11 H.J. Lu <hongjiu.lu@intel.com>
3610
3611 * gdb.arch/i386-byte.exp: Remove is_ilp32_target check.
3612 * gdb.arch/i386-word.exp: Likewise.
3613
31224d9d
L
36142012-10-11 H.J. Lu <hongjiu.lu@intel.com>
3615
3616 * gdb.arch/i386-avx.exp: Check is_amd64_regs_target instead of
3617 is_ilp32_target to set nr_regs.
3618 * gdb.arch/i386-sse.exp: Likewise.
3619
5b7d0050
DE
36202012-10-11 Doug Evans <dje@google.com>
3621
7c09e5a0
DE
3622 PR breakpoints/14643.
3623 * gdb.linespec/ls-errs.exp: Change tests of "b if|task|thread".
3624 * gdb.linespec/thread.c: New file.
3625 * gdb.linespec/thread.exp: New file.
3626
5b7d0050
DE
3627 * lib/gdb.exp (gdb_breakpoint): Fix varargs scan.
3628 Recognize "message" -> print pass and fail. Add eof case.
3629 (runto): Recognize message, no-message. Print pass/fail if requested,
3630 with same treatment as gdb_breakpoint.
3631 (runto_main): Pass no-message to runto.
3632 (gdb_internal_error_resync): Add log message.
3633 (gdb_file_cmd): Tweak internal error fail text for consistency.
3634
2e24f4aa
JK
36352012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3636
3637 Fix crash during stepping on ppc32.
3638 * gdb.base/step-symless.c: New file.
3639 * gdb.base/step-symless.exp: New file.
3640
aa14df25
DE
36412012-10-03 Doug Evans <dje@google.com>
3642
3643 PR symtab/14601
3644 * gdb.cp/using-crash.exp: New file.
3645 * gdb.cp/using-crash.cc: New file.
3646
975531db
DE
36472012-10-02 Doug Evans <dje@google.com>
3648
3649 * lib/gdb.exp (gdb_unload): Change wording of perror text to be
3650 more consistent.
3651 (runto,gdb_debug_format): Ditto.
3652 (gdb_file_cmd): Watch for eof in nested gdb_expect.
3653 Clean up logging and error messages.
3654
b3dc46ff
AB
36552012-10-01 Andrew Burgess <aburgess@broadcom.com>
3656
3657 Test find command on unmapped memory.
3658 * gdb.base/find-unmapped.c: New file.
3659 * gdb.base/find-unmapped.exp: New file.
3660
45814d45
YQ
36612012-09-29 Yao Qi <yao@codesourcery.com>
3662
3663 * gdb.trace/mi-tracepoint-changed.exp: New.
3664 * gdb.mi/mi-breakpoint-changed.exp: New.
3665 * gdb.mi/pending.c, gdb.mi/pendshr1.c: New
3666 * gdb.mi/pendshr2.c: New.
3667
4c2786ba
YQ
36682012-09-28 Yao Qi <yao@codesourcery.com>
3669
3670 * gdb.mi/pr11022.exp: New.
3671 * gdb.mi/pr11022.c: New. Copied from gdb.base/.
3672
7977e5d2
TT
36732012-09-27 Tom Tromey <tromey@redhat.com>
3674
3675 * gdb.cp/derivation.exp: Add regression test.
3676 * gdb.cp/derivation.cc (class V_base, class V_inter, class
3677 V_derived): New.
3678 (vderived): New global.
3679
0971de02
TT
36802012-09-26 Tom Tromey <tromey@redhat.com>
3681
3682 * gdb.dwarf2/dw2-common-block.S: New file.
3683 * gdb.dwarf2/dw2-common-block.exp: New file.
3684
4357ac6c
TT
36852012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3686
3687 * gdb.fortran/common-block.exp: New file.
3688 * gdb.fortran/common-block.f90: New file.
3689
6f380991
AB
36902012-09-26 Andrew Burgess <aburgess@broadcom.com>
3691
3692 * gdb.base/duplicate-bp.c: New file.
3693 * gdb.base/duplicate-bp.exp: New file.
3694
8ae551cf
YQ
36952012-09-26 Yao Qi <yao@codesourcery.com>
3696
3697 * gdb.mi/mi2-cli.exp: Avoid line number in test summary.
3698
3699 Revert:
3700 2012-09-21 Yao Qi <yao@codesourcery.com>
3701
3702 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
3703
318102b9
SP
37042012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
3705
3706 * gdb.base/longest-types.c: New test case.
3707 * gdb.base/longest-types.exp: New test case.
3708
a1e5fd69
YQ
37092012-09-25 Yao Qi <yao@codesourcery.com>
3710
3711 * gdb.mi/mi2-cli.exp: Check breakpoint notification.
3712
04e7407c
JK
37132012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3714
3715 Fix internal error on canonicalization of clang types.
3716 * gdb.dwarf2/dw2-canonicalize-type.S: New file.
3717 * gdb.dwarf2/dw2-canonicalize-type.exp: New file.
3718 * lib/gdb.exp (gdb_file_cmd): Catch also GDB internal error.
3719
9bf4bce9
JK
37202012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3721
3722 Fix disassemble without parameters in tailcall frame.
3723 * gdb.arch/amd64-entry-value.exp (down, disassemble): New tests.
3724
2603f7ee
AB
37252012-09-21 Andrew Burgess <aburgess@broadcom.com>
3726
3727 * gdb.dwarf2/dw2-op-out-param.S: New file.
3728 * gdb.dwarf2/dw2-op-out-param.exp: New file.
3729
a3569abd
YQ
37302012-09-21 Yao Qi <yao@codesourcery.com>
3731
3732 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
3733
a065d7af
YQ
37342012-09-21 Yao Qi <yao@codesourcery.com>
3735
3736 * gdb.mi/mi-cli.exp: Remove.
3737 * gdb.mi/mi2-cli.exp: Merged from mi-cli.exp.
3738
15544bd9
YQ
37392012-09-21 Yao Qi <yao@codesourcery.com>
3740
3741 * gdb.mi/mi-reverse.exp: Fix the typo in expected output of
3742 "=record-started" notification.
3743
82a90ccf
YQ
37442012-09-21 Yao Qi <yao@codesourcery.com>
3745
3746 * gdb.mi/mi-record-changed.exp: New.
3747 * gdb.mi/mi-reverse.exp: Adjust expected output.
3748
d7de8e3c
TT
37492012-09-20 Tom Tromey <tromey@redhat.com>
3750
3751 * gdb.python/python.exp: Test atexit.register.
3752
1aa99537
DE
37532012-09-20 Doug Evans <dje@google.com>
3754
05eade73
DE
3755 * boards/dwarf4-gdb-index.exp: New file.
3756
1aa99537
DE
3757 * gdb.base/callfuncs.exp (do_function_calls): Set unwindonsignal to on
3758 while running the tests.
3759
4ae24af0
JB
37602012-09-18 Joel Brobecker <brobecker@adacore.com>
3761
3762 * gdb.ada/bp_reset: New testcase.
3763
bb25a15c
YQ
37642012-09-18 Yao Qi <yao@codesourcery.com>
3765
3766 * gdb.trace/mi-tsv-changed.exp: New.
3767
201b4506
YQ
37682012-09-18 Yao Qi <yao@codesourcery.com>
3769
3770 * gdb.trace/mi-traceframe-changed.exp: New.
3771
6fc1c773
YQ
37722012-09-17 Yao Qi <yao@codesourcery.com>
3773
3774 * gdb.base/list.exp (set_listsize): Don't set arg to "unlimited"
3775 when it is less than 0.
3776
1ab3b62c
JK
37772012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3778
3779 PR 14119
3780 * gdb.arch/amd64-tailcall-ret.S: New file.
3781 * gdb.arch/amd64-tailcall-ret.c: New file.
3782 * gdb.arch/amd64-tailcall-ret.exp: New file.
3783 * gdb.reverse/amd64-tailcall-reverse.S: New file.
3784 * gdb.reverse/amd64-tailcall-reverse.c: New file.
3785 * gdb.reverse/amd64-tailcall-reverse.exp: New file.
3786
acf9414f
JK
37872012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3788
3789 PR 14548
3790 * gdb.reverse/singlejmp-reverse-nodebug.S: New file.
3791 * gdb.reverse/singlejmp-reverse-nodebug.c: New file.
3792 * gdb.reverse/singlejmp-reverse.S: New file.
3793 * gdb.reverse/singlejmp-reverse.c: New file.
3794 * gdb.reverse/singlejmp-reverse.exp: New file.
3795
666b578b
JK
37962012-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3797
3798 Fix compatibility with old GCC (~4.1).
3799 * gdb.cp/converts.cc (my_enum_var): New variable.
3800
42056501
AB
38012012-09-14 Andrew Burgess <aburgess@broadcom.com>
3802
3803 * gdb.xml/tdesc-regs.exp: Update expected output for new
3804 vector_size syntax of vector types.
3805
b9516fa1
YPK
38062012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
3807
3808 Refactor Python "gdb" module into a proper Python package, by
3809 introducing a new "_gdb" module for code implemented in C, and
3810 using reload/__import__ instead of exec.
3811 * gdb.python/python.exp (Test stderr location): Update module
3812 location of GDB-specific sys.stderr.
3813 (Test stdout location): Ditto for sys.stdout.
3814
18dc9ad8
JK
38152012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3816
3817 * gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu.
3818
ea3a9873
KS
38192012-09-12 Keith Seitz <keiths@redhat.com>
3820
3821 * gdb.cp/converts.cc (main): Comment out the pointer to boolean
3822 conversion statement.
3823
5941debb
DE
38242012-09-12 Doug Evans <dje@google.com>
3825
3826 * gdb.base/help.exp: Remove testing of individual command help text,
3827 too much of a maintenance burden. Instead, test the functionality
3828 of "help" itself.
3829
cfc35e02
DE
38302012-09-11 Doug Evans <dje@google.com>
3831
3a0ed5d7
DE
3832 * gdb.cp/mb-inline.exp: Do "info break" after setting multi-location
3833 breakpoint.
3834
cfc35e02
DE
3835 * gdb.dwarf2/fission-base.S: Include gdb.dwarf2/ in dwo_name.
3836 * gdb.dwarf2/fission-reread.S: Ditto.
3837 * gdb.dwarf2/fission-base.exp: Remove setting of debug-file-directory.
3838 * gdb.dwarf2/fission-reread.exp: Ditto.
3839
350b1b26
AB
38402012-09-11 Andrew Burgess <aburgess@broadcom.com>
3841
3842 * gdb.base/ptype.exp: Test ptype on a pointer to a typedef.
3843
2fa15f23
JB
38442012-09-10 Joel Brobecker <brobecker@adacore.com>
3845
3846 * gdb.ada/optim_drec: New testcase.
3847
09be558e
DE
38482012-09-10 Doug Evans <dje@google.com>
3849
3850 * boards/fission.exp: Explicitly mark "board" as not remote.
3851
5b4f6e25
KS
38522012-09-10 Keith Seitz <keiths@redhat.com>
3853
3854 PR gdb/13483
3855 * gdb.cp/converts.cc (A::A): Add ctor.
3856 (A::member_): Add member.
3857 (enum my_enum): New enumeration.
3858 (main): Add calls to foo1_7 with various
3859 permitted arguments.
3860 * gdb.cp/converts.exp: Add tests for boolean
3861 conversions permitted by the standard.
3862
b4ca5ed9
YPK
38632012-09-08 Khoo Yit Phang <khooyp@cs.umd.edu>
3864
3865 Replace -nw option with $INTERNAL_GDBFLAGS in "xgdb" tests to
3866 avoid spurious results due to ~/.gdbinit.
3867 * gdb.gdb/complaint.exp (setup_test): Replace -nw option with
3868 $INTERNAL_GDBFLAGS in run command.
3869 * gdb.gdb/observer.exp (setup_test): Ditto.
3870 * gdb.gdb/selftest.exp (test_with_self): Ditto.
3871 * gdb.gdb/xfullpath.exp (setup_test): Ditto.
3872
d54b30bb
DE
38732012-09-06 Doug Evans <dje@google.com>
3874
14910956
DE
3875 * boards/fission.exp: New file.
3876
d54b30bb
DE
3877 * gdb.python/py-value.exp: Use clean_restart.
3878
91b253e1
DE
38792012-09-05 Doug Evans <dje@google.com>
3880
3881 * gdb.base/info-macros.c: Fix whitespace.
3882
1292279a
PA
38832012-08-28 Pedro Alves <palves@redhat.com>
3884
3885 PR gdb/14428
3886
3887 * gdb.base/pc-fp.exp: Adjust expected output of 'info registers pc fp'.
3888
1c8cdcb1
JK
38892012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3890
3891 * gdb.base/break-caller-line.c: New file.
3892 * gdb.base/break-caller-line.exp: New file.
3893
1e8e8b51
JK
38942012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3895
3896 * gdb.ada/rdv_wait.exp (set debug-file-directory): New command.
3897 * gdb.arch/i386-cfi-notcurrent.S: New file.
3898 * gdb.arch/i386-cfi-notcurrent.exp: New file.
3899
1591a1e8
PA
39002012-08-27 Wei-cheng Wang <cole945@gmail.com>
3901 Yao Qi <yao@codesourcery.com>
3902 Pedro Alves <palves@redhat.com>
3903
3904 * gdb.base/memattr.exp (delete_memory, region_pass, region_fail):
3905 New procedures.
3906 (top level): Add overlap checking tests.
3907
4442ada7
TT
39082012-08-24 Tom Tromey <tromey@redhat.com>
3909
3910 * lib/gdb.exp (skip_unwinder_tests): Don't leave 'ok' set if
3911 gdb_test_multiple fails for other reasons.
3912
e7d50cc9
YQ
39132012-08-24 Yao Qi <yao@codesourcery.com>
3914
3915 * lib/gdb.exp (skip_unwinder_tests): Remove pass.
3916
dfbd5e7b
PA
39172012-08-23 Pedro Alves <palves@redhat.com>
3918
3919 * gdb.base/help.exp: Adjust to "handle" help text change.
3920
8d735b87
YQ
39212012-08-23 Yao Qi <yao@codesourcery.com>
3922
3923 * gdb.trace/disconnected-tracing.c (start, end): New.
3924 (main): Call start and end.
3925 * gdb.trace/disconnected-tracing.exp (disconnected_tracing): Move
3926 existing tests into this proc.
3927 (disconnected_tfind): New.
3928
61b1d759
YQ
39292012-08-23 Yao Qi <yao@codesourcery.com>
3930
3931 * boards/native-gdbserver.exp (${board}_upload): New.
3932 * boards/native-stdio-gdbserver.exp (${board}_upload): New.
3933 * gdb.trace/tfile.exp: Don't check 'gdb,nofileio'.
3934 Execute tfile on remote target.
3935 Copy trace file from target to host.
3936
6ca1b147
JM
39372012-08-22 Joseph Myers <joseph@codesourcery.com>
3938
3939 * gdb.arch/thumb-bx-pc.S: New file.
3940 * gdb.arch/thumb-bx-pc.exp: New file.
3941
706e3705
TT
39422012-08-22 Tom Tromey <tromey@redhat.com>
3943
3944 * gdb.base/maint.exp: Update.
3945
b4893d48
TT
39462012-08-22 Tom Tromey <tromey@redhat.com>
3947
3948 * lib/gdb.exp (skip_unwinder_tests): New proc.
3949 * gdb.cp/nextoverthrow.exp: Use skip_unwinder_tests.
3950 * gdb.java/jnpe.exp: Use skip_unwinder_tests.
3951
45b7da81
TT
39522012-08-21 Tom Tromey <tromey@redhat.com>
3953
3954 * gdb.hp/gdb.aCC/exception.exp: Remove.
3955
f94363d7
AP
3956012-08-19 Andrew Pinski <apinski@cavium.com>
3957
3958 * gdb.arch/mips-octeon-bbit.c: New file.
3959 * gdb.arch/mips-octeon-bbit.exp: New Test.
3960
e5afdbd7
KS
3961012-08-19 Keith Seitz <keiths@redhat.com>
3962
3963 PR c++/14365
3964 * gdb.dwarf2/dw2-anon-mptr.exp: New file.
3965 * gdb.dwarf2/dw2-anon-mptr.S: New file.
3966
c29e8b64
JK
39672012-08-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3968
3969 * gdb.base/solib-corrupted.exp (make solibs looping): Replace
3970 verbose -log by more specific untested call.
3971
15a7e7bc
YQ
39722012-08-18 Yao Qi <yao@codesourcery.com>
3973
3974 * gdb.trace/tfind.exp: Move tests on various command help before
3975 checking target supports trace.
3976 Fix the expected output of 'help tfind end'.
3977
a451cb65
KS
39782012-08-17 Keith Seitz <keiths@redhat.com>
3979
3980 PR c++/13356
3981 * gdb.base/default.exp: Update all "check type" tests.
3982 * gdb.base/help.exp: Likewise.
3983 * gdb.base/setshow.exp: Likewise.
3984 * gdb.cp/converts.cc (foo1_type_check): New function.
3985 (foo2_type_check): New function.
3986 (foo3_type_check): New function.
3987 (main): Call new functions.
3988 * converts.exp: Add tests for integer-to-pointer conversions
3989 with/without strict type-checking.
3990
dbf6a605
MF
39912012-08-16 Mike Frysinger <vapier@gentoo.org>
3992
3993 * gdb.base/help.exp: Update expected output.
3994
0c92d8c1
JB
39952012-08-16 Joel Brobecker <brobecker@adacore.com>
3996
3997 * gdb.ada/rdv_wait: New testcase.
3998
e56f7f42
JK
39992012-08-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4000
4001 * gdb.base/attach-twice.exp: Remove excessive ps exec.
4002
f47f77df
DE
40032012-08-13 Doug Evans <dje@google.com>
4004
e202d6e8 4005 * gdb.base/help.exp: Update expected output.
f47f77df
DE
4006 * gdb.base/default.exp: Update expected output of "show convenience".
4007
a72c3253
DE
40082012-08-10 Doug Evans <dje@google.com>
4009
4010 * gdb.python/py-strfns.c: New file.
4011 * gdb.python/py-strfns.exp: New file.
4012 * gdb.python/py-type.exp (test_fields): Add vector tests.
4013
de0bea00
MF
40142012-08-10 Mike Frysinger <vapier@gentoo.org>
4015
4016 PR cli/10436:
4017 * gdb.base/completion.exp: Add tests for handle completion.
4018
5b9afe8a
YQ
40192012-08-09 Yao Qi <yao@codesourcery.com>
4020
4021 * gdb.mi/mi-cmd-param-changed.exp: New.
4022 * gdb.mi/mi-cli.exp: Update for MI notification "=cmd-param-changed".
4023 * gdb.mi/mi-var-rtti.exp, gdb.mi/mi2-cli.exp: Likewise.
4024 * gdb.mi/mi2-prompt.exp: Likewise.
4025
4f485ebc
DE
40262012-08-08 Doug Evans <dje@google.com>
4027
4028 * gdb.base/debug-expr.c: New file.
4029 * gdb.base/debug-expr.exp: New file.
4030 * gdb.base/exprs.exp: Test {type} casts.
4031 * gdb.cp/debug-expr.exp: New file.
4032
5888842d
JK
40332012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4034
4035 * gdb.base/valgrind-infcall.exp (continue #$continue_count): Use
4036 global variable loop, not a 'break'. Add loop count limit to 100.
4037 Add new fail case for terminated vgdb.
4038
4f69f4c2
JK
40392012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4040 Jean-Marc Saffroy <saffroy@gmail.com>
4041
4042 PR 11804
4043 * gdb.base/gcore-relro.exp: New file.
4044 * gdb.base/gcore-relro-main.c: New file.
4045 * gdb.base/gcore-relro-lib.c: New file.
4046
e2de5390
JK
40472012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4048
4049 Do not false FAIL with old GCCs.
4050 * gdb.base/watchpoint.exp (self-delete local watch) <$no_hw>: XFAIL for
4051 GCC < 4.5 in $no_hw mode.
4052
606603c5
JK
40532012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4054
4055 * gdb.base/default.exp (cd): Accept new directory with no arguments.
4056
777f26c2
JK
40572012-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4058
4059 * gdb.base/list.exp (test_only_end): New function.
4060 Call it.
4061
2c12abee
TT
40622012-08-06 Tom Tromey <tromey@redhat.com>
4063
4064 * gdb.python/py-mi.exp: Add test for printer whose children
4065 are a list.
4066 * gdb.python/py-prettyprint.c (struct children_as_list): New.
4067 (main): New variable children_as_list.
4068 * gdb.python/py-prettyprint.py (class pp_children_as_list):
4069 New.
4070 (register_pretty_printers): Register new printer.
4071
0eae2cf4
EBM
40722012-08-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
4073
4074 * gdb.base/valgrind-infcall.exp: Expect leading `.' on ppc64's
4075 symbols. Abort if vgdb remote connection is closed.
4076
09e0881d
DE
40772012-08-02 Doug Evans <dje@google.com>
4078
4079 * gdb.base/info-fun.exp: Fix failures on m68k, ppc64, s390x.
4080
b40f514f
SDJ
40812012-08-02 Sergio Durigan Junior <sergiodj@redhat.com>
4082
4083 * gdb.base/pc-fp.exp: Adjust testcase to match different outputs from
4084 s390x, PowerPC 64 and m68k-linux.
4085
11315ae0
UW
40862012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
4087
4088 * gdb.base/annota1.exp: Accept no frames-invalid notification
4089 when starting up the program.
4090 * gdb.python/py-value.exp (test_value_numeric_ops): Pointers may
4091 show a symbolic value as well.
4092 * gdb.server/server-exec-info.exp: Skip test when skipping
4093 gdbserver test and/or when skipping shared library tests.
4094 * gdb.threads/linux-dp.exp: Unset "seen" when done with it to
4095 avoid name conflicts with other tests.
4096
0547eeed
UW
40972012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
4098
4099 * gdb.dwarf2/dw2-icc-opaque.S: Remove .align directives.
4100 Fix wrong output on big-endian systems.
4101 * gdb.dwarf2/dw2-icc-opaque.exp: Expect @mode32 attribute on
4102 4-byte pointer types on 64-bit s390x.
4103
bdddb4de
UW
41042012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
4105
4106 * gdb.base/watchpoint.c (func2): Initialize local_a. Add
4107 marker comment at the beginning (after intialization).
4108 * gdb.base/watchpoint.exp (test_complex_watchpoint): Set func2
4109 breakpoint on marker comment instead of function begin.
4110 (test_wide_location_1): Do not expect HW watchpoints on 32-bit
4111 PowerPC.
4112 (test_wide_location_2): Do not expect HW watchpoints on 32-bit
4113 or 64-bit PowerPC.
4114 (do_tests): Consistently set can-use-hw-watchpoints to 0 if
4115 gdb,no_hardware_watchpoints flag is set.
4116 (initialize): Remove now redundant can-use-hw-watchpoints change.
4117
5d206025
YQ
41182012-08-02 Yao Qi <yao@codesourcery.com>
4119 Pedro Alves <palves@redhat.com>
4120
4121 * boards/local-remote-host.exp: New.
4122
4f665099
UW
41232012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
4124
4125 * gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs.
4126 * gdb.base/ctxobj.exp: Call gdb_load_shlibs.
4127 * gdb.base/print-file-var.exp: Likewise.
4128 * gdb.server/solib-list.exp: Skip on remote targets.
4129
b62e2b27
UW
41302012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
4131
4132 * gdb.base/watchpoint.exp (test_wide_location_1): Expect software
4133 watchpoints on ARM. When expecting software watchpoints, tolerate
4134 (remote) targets that report unsupported hardware watchpoint only
4135 at continue time.
4136 (test_wide_location_2): Likewise.
4137
a967a851
JK
41382012-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4139
4140 * gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
4141 valgrind versions.
4142
75d9f9ff 41432012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
a14dd77e
JK
4144
4145 * gdb.base/valgrind-infcall.c: New file.
4146 * gdb.base/valgrind-infcall.exp: New file.
4147
75d9f9ff
JK
4148 * gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
4149
1c9f2ed2
KS
41502012-07-30 Keith Seitz <keiths@redhat.com>
4151
4152 * gdb.linespec/ls-errs.exp: Check some quote-enclosed
4153 linespecs.
4154
7f9b2034
DE
41552012-07-30 Doug Evans <dje@google.com>
4156
85220e01
DE
4157 * gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
4158 * gdb.dwarf2/pr13961.S: Ditto.
4159
7f9b2034
DE
4160 * gdb.dwarf2/dw4-sig-types.exp: Fix typo.
4161
4e969b4f
AB
41622012-07-30 Andrew Burgess <aburgess@broadcom.com>
4163
4164 * gdb.mi/mi-var-invalidate.exp: Create a floating variable and
4165 change its format immediately after reloading the binary.
4166
e7de8362
JK
41672012-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4168
4169 Fix testsuite regression after --use-deprecated-index-sections removal.
4170 * gdb.base/annota1.exp (run until main breakpoint): Update the expect
4171 string.
4172 * gdb.base/async-shell.exp (gdbindex_warning_re): Likewise.
4173
7255706c
YQ
41742012-07-27 Yao Qi <yao@codesourcery.com>
4175
4176 KFAIL for PR remote/14161.
4177 * gdb.trace/strace.exp (strace_remove_socket): kfail for native.
4178 Cleanup socket files.
4179 (strace_info_marker): Detach inferior.
4180
f2e8016f
TT
41812012-07-26 Tom Tromey <tromey@redhat.com>
4182
6fdff2c5 4183 * gdb.objc/print.exp (test_float_accepted): Remove kfails.
f2e8016f 4184
f66713d2
JK
41852012-07-26 Markus Metzger <markus.t.metzger@intel.com>
4186
4187 * gdb.python/py-inferior.c (thread): New function.
4188 (check_threads): New function.
4189 (test_threads): New function.
4190 * gdb.python/py-inferior.exp: Added test.
4191 Replaced runto with continue to breakpoint.
4192
8223e12c
TT
41932012-07-26 Tom Tromey <tromey@redhat.com>
4194
4195 * lib/ada.exp (standard_ada_testfile): New proc.
4196 * gdb.ada/aliased_array.exp: Use standard_ada_testfile.
4197 * gdb.ada/array_bounds.exp: Use standard_ada_testfile.
4198 * gdb.ada/array_return.exp: Use standard_ada_testfile.
4199 * gdb.ada/array_subscript_addr.exp: Use standard_ada_testfile.
4200 * gdb.ada/arrayidx.exp: Use standard_ada_testfile.
4201 * gdb.ada/arrayparam.exp: Use standard_ada_testfile.
4202 * gdb.ada/arrayptr.exp: Use standard_ada_testfile.
4203 * gdb.ada/atomic_enum.exp: Use standard_ada_testfile.
4204 * gdb.ada/bad-task-bp-keyword.exp: Use standard_ada_testfile.
4205 * gdb.ada/bp_enum_homonym.exp: Use standard_ada_testfile.
4206 * gdb.ada/bp_on_var.exp: Use standard_ada_testfile.
4207 * gdb.ada/bp_range_type.exp: Use standard_ada_testfile.
4208 * gdb.ada/call_pn.exp: Use standard_ada_testfile.
4209 * gdb.ada/catch_ex.exp: Use standard_ada_testfile.
4210 * gdb.ada/char_enum.exp: Use standard_ada_testfile.
4211 * gdb.ada/char_param.exp: Use standard_ada_testfile.
4212 * gdb.ada/complete.exp: Use standard_ada_testfile.
4213 * gdb.ada/cond_lang.exp: Use standard_ada_testfile,
4214 standard_output_file.
4215 * gdb.ada/dyn_loc.exp: Use standard_ada_testfile.
4216 * gdb.ada/enum_idx_packed.exp: Use standard_ada_testfile.
4217 * gdb.ada/exec_changed.exp: Use standard_ada_testfile,
4218 standard_output_file.
4219 * gdb.ada/exprs.exp: Use standard_ada_testfile.
4220 * gdb.ada/fixed_cmp.exp: Use standard_ada_testfile.
4221 * gdb.ada/fixed_points.exp: Use standard_ada_testfile.
4222 * gdb.ada/formatted_ref.exp: Use standard_ada_testfile.
4223 * gdb.ada/frame_args.exp: Use standard_ada_testfile.
4224 * gdb.ada/fullname_bp.exp: Use standard_ada_testfile.
4225 * gdb.ada/fun_addr.exp: Use standard_ada_testfile.
4226 * gdb.ada/fun_in_declare.exp: Use standard_ada_testfile.
4227 * gdb.ada/funcall_param.exp: Use standard_ada_testfile.
4228 * gdb.ada/homonym.exp: Use standard_ada_testfile.
4229 * gdb.ada/info_locals_renaming.exp: Use standard_ada_testfile.
4230 * gdb.ada/int_deref.exp: Use standard_ada_testfile.
4231 * gdb.ada/interface.exp: Use standard_ada_testfile.
4232 * gdb.ada/lang_switch.exp: Use standard_ada_testfile,
4233 standard_output_file
4234 * gdb.ada/mi_catch_ex.exp: Use standard_ada_testfile.
4235 * gdb.ada/mi_task_arg.exp: Use standard_ada_testfile.
4236 * gdb.ada/mi_task_info.exp: Use standard_ada_testfile.
4237 * gdb.ada/mod_from_name.exp: Use standard_ada_testfile.
4238 * gdb.ada/nested.exp: Use standard_ada_testfile.
4239 * gdb.ada/null_array.exp: Use standard_ada_testfile.
4240 * gdb.ada/null_record.exp: Use standard_ada_testfile.
4241 * gdb.ada/operator_bp.exp: Use standard_ada_testfile.
4242 * gdb.ada/packed_array.exp: Use standard_ada_testfile.
4243 * gdb.ada/packed_tagged.exp: Use standard_ada_testfile.
4244 * gdb.ada/print_chars.exp: Use standard_ada_testfile.
4245 * gdb.ada/print_pc.exp: Use standard_ada_testfile.
4246 * gdb.ada/ptr_typedef.exp: Use standard_ada_testfile.
4247 * gdb.ada/ptype_field.exp: Use standard_ada_testfile.
4248 * gdb.ada/ptype_tagged_param.exp: Use standard_ada_testfile.
4249 * gdb.ada/rec_return.exp: Use standard_ada_testfile.
4250 * gdb.ada/ref_param.exp: Use standard_ada_testfile.
4251 * gdb.ada/ref_tick_size.exp: Use standard_ada_testfile.
4252 * gdb.ada/same_enum.exp: Use standard_ada_testfile.
4253 * gdb.ada/set_pckd_arr_elt.exp: Use standard_ada_testfile.
4254 * gdb.ada/small_reg_param.exp: Use standard_ada_testfile.
4255 * gdb.ada/start.exp: Use standard_ada_testfile.
4256 * gdb.ada/str_ref_cmp.exp: Use standard_ada_testfile.
4257 * gdb.ada/sym_print_name.exp: Use standard_ada_testfile.
4258 * gdb.ada/taft_type.exp: Use standard_ada_testfile.
4259 * gdb.ada/tagged.exp: Use standard_ada_testfile.
4260 * gdb.ada/tagged_not_init.exp: Use standard_ada_testfile.
4261 * gdb.ada/task_bp.exp: Use standard_ada_testfile.
4262 * gdb.ada/tasks.exp: Use standard_ada_testfile.
4263 * gdb.ada/tick_last_segv.exp: Use standard_ada_testfile.
4264 * gdb.ada/type_coercion.exp: Use standard_ada_testfile.
4265 * gdb.ada/uninitialized_vars.exp: Use standard_ada_testfile.
4266 * gdb.ada/variant_record_packed_array.exp: Use standard_ada_testfile.
4267 * gdb.ada/watch_arg.exp: Use standard_ada_testfile.
4268 * gdb.ada/whatis_array_val.exp: Use standard_ada_testfile.
4269 * gdb.ada/widewide.exp: Use standard_ada_testfile.
4270
bbec57e4
JK
42712012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4272
4273 Fix testsuite regression after --use-deprecated-index-sections removal.
4274 * lib/mi-support.exp (gdbindex_warning_re): Update the expect string.
4275
9cc8e32c
JK
42762012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4277
4278 Fix compatibility with Tcl before 7.5.
4279 * lib/future.exp (lreverse): New function if it does not exist.
4280
ea5ca7b5
MK
42812012-07-25 Marc Khouzam <marc.khouzam@ericsson.com>
4282
4283 * gdb.mi/mi-pending.c: New method to set a second pending
4284 breakpoint.
4285 * gdb.mi/mi-pending.exp: Set a pending breakpoint with a
4286 condition.
4287
64776a0b
PA
42882012-07-20 Pedro Alves <palves@redhat.com>
4289
4290 PR threads/11692
4291 PR gdb/12203
4292
4293 * gdb.threads/create-fail.c: New file.
4294 * gdb.threads/create-fail.exp: New file.
4295
13e4e967
PA
42962012-07-19 Pedro Alves <palves@redhat.com>
4297
4298 * config/monitor.exp (gdb_load): Remove redundant ';' in for loop.
4299 * config/vx.exp (gdb_start): Likewise.
4300 * gdb.base/printcmds.exp (test_print_repeats_10): Likewise.
4301 * gdb.base/setvar.exp (test_set): Likewise.
4302 * gdb.base/sigall.exp: Use foreach+lrange instead of for+continue.
4303 * gdb.reverse/sigall-precsave.exp: Likewise.
4304 * gdb.reverse/sigall-reverse.exp: Likewise.
4305
b7aefa4d
PA
43062012-07-19 Pedro Alves <palves@redhat.com>
4307
4308 * gdb.reverse/sigall-precsave.exp: Set a breakpoint at each signal
4309 handler before recording.
4310
608b4967
TT
43112012-07-19 Tom Tromey <tromey@redhat.com>
4312
4313 * gdb.cp/casts.exp: Add tests for typeof and decltype.
4314 * gdb.cp/casts.cc (decltype): New function.
4315 (main): Use it.
4316
b1e0c0fa
PA
43172012-07-19 Pedro Alves <palves@redhat.com>
4318
4319 * gdb.base/sigall.exp (signals): New list.
4320 <top level>: Loop over signals in the $signals list instead of
4321 calling a test function once per signal.
4322 * gdb.reverse/sigall-precsave.exp (signals): New list.
4323 <top level>: Loop over signals in the $signals list instead of
4324 calling a test function once per signal.
4325 * gdb.reverse/sigall-reverse.exp (signals): New list.
4326 <top level>: Loop over signals in the $signals list instead of
4327 calling a test function once per signal.
4328
6ace3df1
YQ
43292012-07-19 Yao Qi <yao@codesourcery.com>
4330
4331 * gdb.base/setshow.exp: Test 'set args ~'.
4332
263a0f8c
JK
43332012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4334
4335 * gdb.base/store.exp (check_set): Import gdb_prompt.
4336 (continue to wack_${t}): Make it to conditional gdb_test_multiple.
4337 (${prefix}; next ${t}): Hide its name, handle it conditionally now.
4338
8f043999
JK
43392012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4340
4341 PR 11914
4342 * gdb.python/py-prettyprint.c (eval_func, eval_sub): New.
4343 (main): Call eval_sub.
4344 * gdb.python/py-prettyprint.exp:
4345 (python execfile ('py-prettyprint.py')): Move it earlier.
4346 New breakpoint for eval-break.
4347 (continue to breakpoint: eval-break, info locals): New test.
4348 (python execfile ('py-prettyprint.py')): Move it from here.
4349 * gdb.python/py-prettyprint.py (class pp_eval_type): New.
4350 (register_pretty_printers): Register pp_eval_type.
4351
725c7b66
JK
43522012-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4353
4354 Fix a testcase regression by me.
4355 * gdb.dwarf2/fission-reread.S: Fix two DW_FORM_data8 to be
4356 DW_FORM_data4.
4357
4359dff1
JK
43582012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4359 Doug Evans <dje@google.com>
4360
4361 * gdb.dwarf2/dw2-minsym-in-cu.S: New file.
4362 * gdb.dwarf2/dw2-minsym-in-cu.exp: New file.
4363
61e44cfa
JK
43642012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4365
4366 Fix gdbserver run regression.
4367 * gdb.trace/disconnected-tracing.exp (executabel): Fix typo.
4368
93c0ef37
TT
43692012-07-12 Tom Tromey <tromey@redhat.com>
4370
4371 * lib/gdb.exp (standard_testfile): Don't declare objdir.
4372 (clean_restart): Likewise.
4373 (core_find): Use standard_output_file.
4374
76027ef5
TT
43752012-07-12 Tom Tromey <tromey@redhat.com>
4376
4377 * gdb.dwarf2/dup-psym.exp: Use prepare_for_testing_full.
4378 * gdb.dwarf2/dw2-anonymous-func.exp: Use
4379 prepare_for_testing_full.
4380 * gdb.dwarf2/dw2-basic.exp: Use prepare_for_testing_full.
4381 * gdb.dwarf2/dw2-compressed.exp: Use prepare_for_testing_full.
4382 * gdb.dwarf2/dw2-const.exp: Use prepare_for_testing_full.
4383 * gdb.dwarf2/dw2-cu-size.exp: Use prepare_for_testing_full.
4384 * gdb.dwarf2/dw2-intercu.exp: Use prepare_for_testing_full.
4385 * gdb.dwarf2/dw2-intermix.exp: Use prepare_for_testing_full.
4386 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use
4387 prepare_for_testing_full.
4388 * gdb.dwarf2/dw2-producer.exp: Use prepare_for_testing_full.
4389 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use
4390 prepare_for_testing_full.
4391 * gdb.dwarf2/dw2-restore.exp: Use prepare_for_testing_full.
4392 * gdb.dwarf2/dw2-strp.exp: Use prepare_for_testing_full.
4393 * gdb.dwarf2/mac-fileno.exp: Use prepare_for_testing_full.
4394
85b4440a
TT
43952012-07-12 Tom Tromey <tromey@redhat.com>
4396
4397 * lib/gdb.exp (build_executable_from_specs): New proc, from
4398 build_executable.
4399 (build_executable): Use it.
4400 (prepare_for_testing_full): New proc.
4401
55baab26
TT
44022012-07-11 Tom Tromey <tromey@redhat.com>
4403
4404 * gdb.reverse/break-precsave.exp: Use standard_output_file.
4405 * gdb.reverse/consecutive-precsave.exp: Use standard_output_file.
4406 * gdb.reverse/finish-precsave.exp: Use standard_output_file.
4407 * gdb.reverse/i386-precsave.exp: Use standard_output_file.
4408 * gdb.reverse/machinestate-precsave.exp: Use standard_output_file.
4409 * gdb.reverse/sigall-precsave.exp: Use standard_output_file.
4410 * gdb.reverse/solib-precsave.exp: Use standard_output_file.
4411 * gdb.reverse/step-precsave.exp: Use standard_output_file.
4412 * gdb.reverse/until-precsave.exp: Use standard_output_file.
4413 * gdb.reverse/watch-precsave.exp: Use standard_output_file.
4414
298a9cf0
TT
44152012-07-10 Tom Tromey <tromey@redhat.com>
4416
4417 * gdb.mi/dw2-ref-missing-frame.exp: Use standard_testfile,
4418 standard_output_file.
4419 * gdb.mi/gdb2549.exp: Use standard_testfile.
4420 * gdb.mi/gdb669.exp: Use standard_testfile.
4421 * gdb.mi/gdb701.exp: Use standard_testfile.
4422 * gdb.mi/gdb792.exp: Use standard_testfile.
4423 * gdb.mi/mi-async.exp: Use standard_testfile.
4424 * gdb.mi/mi-basics.exp: Use standard_testfile.
4425 * gdb.mi/mi-break.exp: Use standard_testfile.
4426 * gdb.mi/mi-cli.exp: Use standard_testfile.
4427 * gdb.mi/mi-console.exp: Use standard_testfile.
4428 * gdb.mi/mi-disassemble.exp: Use standard_testfile.
4429 * gdb.mi/mi-eval.exp: Use standard_testfile.
4430 * gdb.mi/mi-file-transfer.exp: Use standard_testfile.
4431 * gdb.mi/mi-file.exp: Use standard_testfile.
4432 * gdb.mi/mi-inheritance-syntax-error.exp: Use standard_testfile.
4433 * gdb.mi/mi-logging.exp: Use standard_testfile.
4434 * gdb.mi/mi-nonstop-exit.exp: Use standard_testfile.
4435 * gdb.mi/mi-nonstop.exp: Use standard_testfile.
4436 * gdb.mi/mi-ns-stale-regcache.exp: Use standard_testfile.
4437 * gdb.mi/mi-nsintrall.exp: Use standard_testfile.
4438 * gdb.mi/mi-nsmoribund.exp: Use standard_testfile.
4439 * gdb.mi/mi-nsthrexec.exp: Use standard_testfile.
4440 * gdb.mi/mi-pending.exp: Use standard_testfile,
4441 standard_output_file.
4442 * gdb.mi/mi-pthreads.exp: Use standard_testfile.
4443 * gdb.mi/mi-read-memory.exp: Use standard_testfile.
4444 * gdb.mi/mi-regs.exp: Use standard_testfile.
4445 * gdb.mi/mi-return.exp: Use standard_testfile.
4446 * gdb.mi/mi-reverse.exp: Use standard_testfile.
4447 * gdb.mi/mi-simplerun.exp: Use standard_testfile.
4448 * gdb.mi/mi-solib.exp: Use standard_testfile,
4449 standard_output_file.
4450 * gdb.mi/mi-stack.exp: Use standard_testfile.
4451 * gdb.mi/mi-stepi.exp: Use standard_testfile.
4452 * gdb.mi/mi-stepn.exp: Use standard_testfile.
4453 * gdb.mi/mi-syn-frame.exp: Use standard_testfile.
4454 * gdb.mi/mi-until.exp: Use standard_testfile.
4455 * gdb.mi/mi-var-block.exp: Use standard_testfile.
4456 * gdb.mi/mi-var-child-f.exp: Use standard_testfile.
4457 * gdb.mi/mi-var-child.exp: Use standard_testfile.
4458 * gdb.mi/mi-var-cmd.exp: Use standard_testfile.
4459 * gdb.mi/mi-var-cp.exp: Use standard_testfile.
4460 * gdb.mi/mi-var-display.exp: Use standard_testfile.
4461 * gdb.mi/mi-var-invalidate.exp: Use standard_testfile,
4462 standard_output_file.
4463 * gdb.mi/mi-var-rtti.exp: Use standard_testfile.
4464 * gdb.mi/mi-watch-nonstop.exp: Use standard_testfile.
4465 * gdb.mi/mi-watch.exp: Use standard_testfile.
4466 * gdb.mi/mi2-amd64-entry-value.exp: Use standard_testfile.
4467 * gdb.mi/mi2-basics.exp: Use standard_testfile.
4468 * gdb.mi/mi2-break.exp: Use standard_testfile.
4469 * gdb.mi/mi2-cli.exp: Use standard_testfile.
4470 * gdb.mi/mi2-console.exp: Use standard_testfile.
4471 * gdb.mi/mi2-disassemble.exp: Use standard_testfile.
4472 * gdb.mi/mi2-eval.exp: Use standard_testfile.
4473 * gdb.mi/mi2-file.exp: Use standard_testfile.
4474 * gdb.mi/mi2-pthreads.exp: Use standard_testfile.
4475 * gdb.mi/mi2-read-memory.exp: Use standard_testfile.
4476 * gdb.mi/mi2-regs.exp: Use standard_testfile.
4477 * gdb.mi/mi2-return.exp: Use standard_testfile.
4478 * gdb.mi/mi2-simplerun.exp: Use standard_testfile.
4479 * gdb.mi/mi2-stack.exp: Use standard_testfile.
4480 * gdb.mi/mi2-stepi.exp: Use standard_testfile.
4481 * gdb.mi/mi2-syn-frame.exp: Use standard_testfile.
4482 * gdb.mi/mi2-until.exp: Use standard_testfile.
4483 * gdb.mi/mi2-var-block.exp: Use standard_testfile.
4484 * gdb.mi/mi2-var-child.exp: Use standard_testfile.
4485 * gdb.mi/mi2-var-cmd.exp: Use standard_testfile.
4486 * gdb.mi/mi2-var-display.exp: Use standard_testfile.
4487 * gdb.mi/mi2-watch.exp: Use standard_testfile.
4488
f5f3a911
TT
44892012-07-10 Tom Tromey <tromey@redhat.com>
4490
4491 * gdb.cp/abstract-origin.exp: Use standard_testfile.
4492 * gdb.cp/ambiguous.exp: Use standard_testfile,
4493 prepare_for_testing.
4494 * gdb.cp/annota2.exp: Use standard_testfile, prepare_for_testing.
4495 * gdb.cp/annota3.exp: Use standard_testfile, prepare_for_testing.
4496 * gdb.cp/anon-ns.exp: Use standard_testfile.
4497 * gdb.cp/anon-struct.exp: Use standard_testfile.
4498 * gdb.cp/anon-union.exp: Use standard_testfile,
4499 prepare_for_testing.
4500 * gdb.cp/arg-reference.exp: Use standard_testfile,
4501 prepare_for_testing.
4502 * gdb.cp/bool.exp: Use standard_testfile, prepare_for_testing.
4503 * gdb.cp/breakpoint.exp: Use standard_testfile,
4504 prepare_for_testing.
4505 * gdb.cp/bs15503.exp: Use standard_testfile, prepare_for_testing.
4506 * gdb.cp/call-c.exp: Use standard_testfile, clean_restart,
4507 standard_output_file.
4508 * gdb.cp/casts.exp: Use standard_testfile, prepare_for_testing.
4509 * gdb.cp/class2.exp: Use standard_testfile, prepare_for_testing.
4510 * gdb.cp/classes.exp: Use standard_testfile, prepare_for_testing.
4511 (test_static_members): Update.
4512 * gdb.cp/cmpd-minsyms.exp: Use standard_testfile.
4513 * gdb.cp/converts.exp: Use standard_testfile.
4514 * gdb.cp/cp-relocate.exp: Use standard_testfile.
4515 * gdb.cp/cpcompletion.exp: Use standard_testfile,
4516 prepare_for_testing.
4517 * gdb.cp/cpexprs.exp: Use standard_testfile, prepare_for_testing.
4518 * gdb.cp/cplabel.exp: Use standard_testfile.
4519 * gdb.cp/cplusfuncs.exp: Use standard_testfile,
4520 prepare_for_testing.
4521 * gdb.cp/ctti.exp: Use standard_testfile, prepare_for_testing.
4522 * gdb.cp/derivation.exp: Use standard_testfile,
4523 prepare_for_testing.
4524 * gdb.cp/destrprint.exp: Use standard_testfile.
4525 * gdb.cp/dispcxx.exp: Use standard_testfile.
4526 * gdb.cp/exception.exp: Use standard_testfile,
4527 prepare_for_testing.
4528 * gdb.cp/expand-psymtabs-cxx.exp: Use standard_testfile.
4529 * gdb.cp/extern-c.exp: Use standard_testfile,
4530 prepare_for_testing.
4531 * gdb.cp/formatted-ref.exp: Use standard_testfile,
4532 prepare_for_testing.
4533 * gdb.cp/fpointer.exp: Use standard_testfile.
4534 * gdb.cp/gdb1355.exp: Use standard_testfile, prepare_for_testing.
4535 * gdb.cp/gdb2384.exp: Use standard_testfile, clean_restart,
4536 standard_output_file.
4537 * gdb.cp/gdb2495.exp: Use standard_testfile, prepare_for_testing.
4538 * gdb.cp/hang.exp: Use standard_testfile, prepare_for_testing.
4539 * gdb.cp/infcall-dlopen.exp: Use standard_testfile,
4540 standard_output_file.
4541 * gdb.cp/inherit.exp: Use standard_testfile, prepare_for_testing.
4542 (do_tests): Update.
4543 * gdb.cp/koenig.exp: Use standard_testfile.
4544 * gdb.cp/local.exp: Use standard_testfile, prepare_for_testing.
4545 * gdb.cp/m-data.exp: Use standard_testfile, prepare_for_testing.
4546 * gdb.cp/m-static.exp: Use standard_testfile,
4547 prepare_for_testing.
4548 * gdb.cp/mb-ctor.exp: Use standard_testfile, prepare_for_testing.
4549 * gdb.cp/mb-inline.exp: Use standard_testfile,
4550 prepare_for_testing.
4551 * gdb.cp/mb-templates.exp: Use standard_testfile,
4552 prepare_for_testing.
4553 * gdb.cp/member-ptr.exp: Use standard_testfile,
4554 prepare_for_testing.
4555 * gdb.cp/meth-typedefs.exp: Use standard_testfile.
4556 * gdb.cp/method.exp: Use standard_testfile, prepare_for_testing.
4557 * gdb.cp/method2.exp: Use standard_testfile.
4558 * gdb.cp/minsym-fallback.exp: Use standard_testfile,
4559 standard_output_file.
4560 * gdb.cp/misc.exp: Use standard_testfile, prepare_for_testing.
4561 (do_tests): Update.
4562 * gdb.cp/namespace-enum.exp: Use standard_testfile,
4563 prepare_for_testing.
4564 * gdb.cp/namespace-nested-import.exp: Use standard_testfile,
4565 prepare_for_testing.
4566 * gdb.cp/namespace.exp: Use standard_testfile,
4567 prepare_for_testing.
4568 * gdb.cp/nextoverthrow.exp: Use standard_testfile.
4569 * gdb.cp/no-dmgl-verbose.exp: Use standard_testfile.
4570 * gdb.cp/nsdecl.exp: Use standard_testfile, prepare_for_testing.
4571 * gdb.cp/nsimport.exp: Use standard_testfile,
4572 prepare_for_testing.
4573 * gdb.cp/nsnested.exp: Use standard_testfile.
4574 * gdb.cp/nsnoimports.exp: Use standard_testfile.
4575 * gdb.cp/nsrecurs.exp: Use standard_testfile,
4576 prepare_for_testing.
4577 * gdb.cp/nsstress.exp: Use standard_testfile,
4578 prepare_for_testing.
4579 * gdb.cp/nsusing.exp: Use standard_testfile, prepare_for_testing.
4580 * gdb.cp/operator.exp: Use standard_testfile.
4581 * gdb.cp/oranking.exp: Use standard_testfile.
4582 * gdb.cp/overload-const.exp: Use standard_testfile.
4583 * gdb.cp/overload.exp: Use standard_testfile,
4584 prepare_for_testing.
4585 * gdb.cp/ovldbreak.exp: Use standard_testfile.
4586 * gdb.cp/ovsrch.exp: Use standard_testfile.
4587 * gdb.cp/paren-type.exp: Use standard_testfile.
4588 * gdb.cp/pass-by-ref.exp: Use standard_testfile,
4589 prepare_for_testing.
4590 * gdb.cp/pr-1023.exp: Use standard_testfile, prepare_for_testing.
4591 * gdb.cp/pr-1210.exp: Use standard_testfile, prepare_for_testing.
4592 * gdb.cp/pr-574.exp: Use standard_testfile, prepare_for_testing.
4593 * gdb.cp/pr10687.exp: Use standard_testfile, clean_restart.
4594 * gdb.cp/pr10728.exp: Use standard_testfile,
4595 standard_output_file.
4596 * gdb.cp/pr12028.exp: Use standard_testfile.
4597 * gdb.cp/pr9067.exp: Use standard_testfile, prepare_for_testing.
4598 * gdb.cp/pr9167.exp: Use standard_testfile.
4599 * gdb.cp/pr9631.exp: Use standard_testfile, prepare_for_testing.
4600 * gdb.cp/printmethod.exp: Use standard_testfile,
4601 prepare_for_testing.
4602 * gdb.cp/psmang.exp: Use standard_testfile, clean_restart.
4603 * gdb.cp/psymtab-parameter.exp: Use standard_testfile.
4604 * gdb.cp/ptype-cv-cp.exp: Use standard_testfile.
4605 * gdb.cp/re-set-overloaded.exp: Use standard_testfile,
4606 standard_output_file.
4607 * gdb.cp/readnow-language.exp: Use standard_testfile.
4608 * gdb.cp/ref-params.exp: Use standard_testfile, build_executable.
4609 (gdb_start_again): Use clean_restart.
4610 * gdb.cp/ref-types.exp: Use standard_testfile,
4611 prepare_for_testing.
4612 * gdb.cp/rtti.exp: Use standard_testfile, prepare_for_testing.
4613 * gdb.cp/shadow.exp: Use standard_testfile, prepare_for_testing.
4614 * gdb.cp/smartp.exp: Use standard_testfile.
4615 * gdb.cp/static-method.exp: Use standard_testfile.
4616 * gdb.cp/static-print-quit.exp: Use standard_testfile.
4617 * gdb.cp/temargs.exp: Use standard_testfile.
4618 * gdb.cp/templates.exp: Use standard_testfile,
4619 prepare_for_testing.
4620 (do_tests): Update.
4621 * gdb.cp/try_catch.exp: Use standard_testfile,
4622 prepare_for_testing.
4623 * gdb.cp/typedef-operator.exp: Use standard_testfile.
4624 * gdb.cp/userdef.exp: Use standard_testfile, prepare_for_testing.
4625 * gdb.cp/virtbase.exp: Use standard_testfile,
4626 prepare_for_testing.
4627 * gdb.cp/virtfunc.exp: Use standard_testfile,
4628 prepare_for_testing.
4629 (do_tests): Update.
4630 * gdb.cp/virtfunc2.exp: Use standard_testfile,
4631 prepare_for_testing.
4632
686f09d0
TT
46332012-07-10 Tom Tromey <tromey@redhat.com>
4634
4635 * lib/gdb.exp (standard_testfile): Unset output variables from
4636 earlier invocations.
4637
9357e021
YQ
46382012-07-10 Yao Qi <yao@codesourcery.com>
4639
4640 * gdb.mi/gdb2549.exp: Remove -DFAKEARGV from compilation flags.
4641 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp: Likewise.
4642 * gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp: Likewise.
4643 * gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp: Likewise.
4644 * gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp: Likewise.
4645 * gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp: Likewise.
4646 * gdb.mi/mi-return.exp, gdb.mi/mi-reverse.exp: Likewise.
4647 * gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp: Likewise.
4648 * gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp: Likewise.
4649 * gdb.mi/mi-until.exp, gdb.mi/mi-var-block.exp: Likewise.
4650 * gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp: Likewise.
4651 * gdb.mi/mi-var-display.exp: Likewise.
4652 * gdb.mi/mi-var-invalidate.exp: Likewise.
4653 * gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp: Likewise.
4654 * gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp: Likewise.
4655 * gdb.mi/mi2-console.exp: Likewise.
4656 * gdb.mi/mi2-disassemble.exp: Likewise.
4657 * gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp: Likewise.
4658 * gdb.mi/mi2-read-memory.exp: Likewise.
4659 * gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp: Likewise.
4660 * gdb.mi/mi2-simplerun.exp: Likewise.
4661 * gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp: Likewise.
4662 * gdb.mi/mi2-syn-frame.exp: Likewise.
4663 * gdb.mi/mi2-until.exp, gdb.mi/mi2-var-block.exp: Likewise.
4664 * gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp: Likewise.
4665 * gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp: Likewise.
4666
e314d629
TT
46672012-07-09 Tom Tromey <tromey@redhat.com>
4668
4669 * gdb.base/whatis.exp: Add error checks for improper 'void' uses.
4670 * gdb.base/callfuncs.exp: Add cast-based test.
4671 * gdb.base/callfuncs.c (voidfunc): New function.
4672
06928b3f
DE
46732012-07-08 Doug Evans <dje@google.com>
4674
4675 * gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
4676
32f11bad
JK
46772012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4678
4679 Fix XFAIL compatibility with old i386 systems.
4680 * gdb.base/stale-infcall.exp (test system longjmp tracking support):
4681 Check also 'Cannot insert breakpoint 0'.
4682
76b83c51
JK
46832012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4684
4685 PR 14321
4686 * gdb.base/find.exp
4687 (find int64_search_buf, +64/8*100, int64_search_buf): New test.
4688
a6fb9c08
TT
46892012-07-06 Tom Tromey <tromey@redhat.com>
4690
4691 * gdb.base/whatis.exp: Add test.
4692
71918a86
TT
46932012-07-06 Tom Tromey <tromey@redhat.com>
4694
4695 * gdb.base/whatis.exp: Add regression test.
4696
fcde5961
TT
46972012-07-06 Tom Tromey <tromey@redhat.com>
4698
4699 * gdb.base/whatis.exp: Add tests.
4700
f9cf0f4a
JK
47012012-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4702
4703 PR 12649
4704 * gdb.base/dprintf.exp (Set dprintf style to agent): Add missing
4705 gdb_test_multiple $gdb_prompt terminator.
4706
979ade8b
PA
47072012-07-04 Pedro Alves <palves@redhat.com>
4708
4709 * gdb.mi/mi-reverse.exp: Use supports_reverse and
4710 supports_process_record.
4711
8a980b44
PA
47122012-07-04 Pedro Alves <palves@redhat.com>
4713
4714 * gdb.ada/packed_tagged/comp_bug.adb: Convert to unix text line
4715 endings.
4716 * gdb.mi/mi-reverse.exp: Convert to unix text line endings.
4717
855ba978
SS
47182012-07-03 Stan Shebs <stan@codesourcery.com>
4719
4720 * gdb.base/info-os.c (main): Retry resource acquisition until an
4721 available one is found.
4722 * gdb.base/info-os.exp: Collect resource keys from the program
4723 and use them in matching.
4724
fcb44371
JK
47252012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4726
4727 * gdb.threads/gcore-thread.exp: Remove variable libthread_db_seen.
4728 Wrap the test into loop for corefile and core0file.
4729
08a67be6
JK
47302012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4731
4732 * gdb.dwarf2/fission-reread.S: Remove .section attributes.
4733 Change CU pointer size to 4 bytes, adjust .8byte to .4byte. Remove
4734 .note.GNU-stack.
4735
0f3c2347
JK
4736 * gdb.dwarf2/fission-reread.S: Change # comments to /* */ comments.
4737
ff4a4500
SDJ
47382012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
4739
4740 * gdb.base/help.exp (help b, help br, help bre, help brea, help
4741 break): Include help message for the new `-probe' and `-probe-stap'
4742 options.
4743
d3ce09f5
SS
47442012-07-02 Stan Shebs <stan@codesourcery.com>
4745
4746 * gdb.base/dprintf.exp: Add agent style tests.
4747
a1624241
JK
47482012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4749
4750 * gdb.base/stale-infcall.c (infcall): New label test-next.
4751 (main): New labels test-pass and test-fail.
4752 * gdb.base/stale-infcall.exp: Continue to test-next. Put breakpoint
4753 $test_fail_bpnum to test-fail.
4754 (test system longjmp tracking support): New test.
4755 Delete $test_fail_bpnum.
4756 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept also Temporary
4757 breakpoint.
4758
42e7ad6c
DE
47592012-06-30 Doug Evans <dje@google.com>
4760
4761 * gdb.dwarf2/fission-reread.S: New file.
4762 * gdb.dwarf2/fission-reread.exp: New file.
4763
37ce89eb
SS
47642012-06-28 Stan Shebs <stan@codesourcery.com>
4765
4766 * gdb.mi/mi-logging.exp: New file.
4767
e5ef252a
PA
47682012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4769 Pedro Alves <palves@redhat.com>
4770
4771 * gdb.threads/siginfo-threads.exp: New file.
4772 * gdb.threads/siginfo-threads.c: New file.
4773 * gdb.threads/sigstep-threads.exp: New file.
4774 * gdb.threads/sigstep-threads.c: New file.
4775
22f1fbae
TT
47762012-06-28 Tom Tromey <tromey@redhat.com>
4777
4778 * gdb.go/package.exp: Partially revert earlier patch; use
4779 gdb_compile again. Use standard_output_file.
4780
2e3cf129
DE
47812012-06-27 Doug Evans <dje@google.com>
4782
4783 * gdb.dwarf2/fission-base.c: New file.
4784 * gdb.dwarf2/fission-base.S: New file.
4785 * gdb.dwarf2/fission-base.exp: New file.
4786
785fd303
JK
47872012-06-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4788
4789 * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile.
4790
1bb9788d
TT
47912012-06-27 Tom Tromey <tromey@redhat.com>
4792
4793 * gdb.base/macscp1.c (macscp_expr): Add breakpoint comment.
4794 * gdb.base/macscp.exp (maybe_kfail): Add test for macro scope.
4795
c83ee902
TT
47962012-06-27 Tom Tromey <tromey@redhat.com>
4797
4798 * gdb.dwarf2/pr10770.exp: Use standard_testfile.
4799 * gdb.dwarf2/dw2-var-zero-addr.exp: Use standard_testfile.
4800 * gdb.dwarf2/dw2-param-error.exp: Use standard_testfile.
4801 * gdb.dwarf2/dw2-op-call.exp: Use standard_testfile.
4802 * gdb.dwarf2/dw2-inline-param.exp: Use standard_testfile,
4803 prepare_for_testing.
4804 * gdb.dwarf2/dw2-inline-break.exp: Use standard_testfile.
4805 * gdb.dwarf2/dw2-ifort-parameter.exp: Use standard_testfile.
4806 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Use
4807 standard_testfile.
4808 * gdb.dwarf2/dw2-case-insensitive.exp: Use standard_testfile.
4809 * gdb.dwarf2/dw4-sig-types.exp: Use standard_testfile.
4810 * gdb.dwarf2/dw2-objfile-overlap.exp: Use standard_testfile.
4811 * gdb.dwarf2/callframecfa.exp: Use standard_testfile,
4812 prepare_for_testing.
4813 * gdb.dwarf2/dup-psym.exp: Use standard_testfile.
4814 * gdb.dwarf2/dw2-ada-ffffffff.exp: Use standard_testfile.
4815 * gdb.dwarf2/dw2-anonymous-func.exp: Use standard_testfile.
4816 * gdb.dwarf2/dw2-bad-parameter-type.exp: Use standard_testfile.
4817 * gdb.dwarf2/dw2-basic.exp: Use standard_testfile.
4818 * gdb.dwarf2/dw2-compressed.exp: Use standard_testfile.
4819 * gdb.dwarf2/dw2-const.exp: Use standard_testfile.
4820 * gdb.dwarf2/dw2-cu-size.exp: Use standard_testfile.
4821 * gdb.dwarf2/dw2-double-set-die-type.exp: Use standard_testfile.
4822 * gdb.dwarf2/dw2-empty-namespace.exp: Use standard_testfile.
4823 * gdb.dwarf2/dw2-empty-pc-range.exp: Use standard_testfile.
4824 * gdb.dwarf2/dw2-filename.exp: Use standard_testfile.
4825 * gdb.dwarf2/dw2-icc-opaque.exp: Use standard_testfile.
4826 * gdb.dwarf2/dw2-inheritance.exp: Use standard_testfile.
4827 * gdb.dwarf2/dw2-intercu.exp: Use standard_testfile.
4828 * gdb.dwarf2/dw2-intermix.exp: Use standard_testfile.
4829 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use standard_testfile.
4830 * gdb.dwarf2/dw2-modula2-self-type.exp: Use standard_testfile.
4831 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use standard_testfile.
4832 * gdb.dwarf2/dw2-op-stack-value.exp: Use standard_testfile.
4833 * gdb.dwarf2/dw2-producer.exp: Use standard_testfile.
4834 * gdb.dwarf2/dw2-ranges.exp: Use standard_testfile,
4835 standard_output_file.
4836 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use standard_testfile,
4837 standard_output_file.
4838 * gdb.dwarf2/dw2-restore.exp: Use standard_testfile.
4839 * gdb.dwarf2/dw2-simple-locdesc.exp: Use standard_testfile.
4840 * gdb.dwarf2/dw2-skip-prologue.exp: Use standard_testfile.
4841 * gdb.dwarf2/dw2-stack-boundary.exp: Use standard_testfile.
4842 * gdb.dwarf2/dw2-strp.exp: Use standard_testfile.
4843 * gdb.dwarf2/dw4-sig-type-unused.exp: Use standard_testfile.
4844 * gdb.dwarf2/implptr-64bit.exp: Use standard_testfile.
4845 * gdb.dwarf2/implptr-optimized-out.exp: Use standard_testfile.
4846 * gdb.dwarf2/implptr.exp: Use standard_testfile.
4847 * gdb.dwarf2/mac-fileno.exp: Use standard_testfile.
4848 * gdb.dwarf2/member-ptr-forwardref.exp: Use standard_testfile.
4849 * gdb.dwarf2/pieces.exp: Use standard_testfile.
4850 * gdb.dwarf2/pr11465.exp: Use standard_testfile.
4851 * gdb.dwarf2/pr13961.exp: Use standard_testfile.
4852 * gdb.dwarf2/valop.exp: Use standard_testfile,
4853 prepare_for_testing.
4854
5204774b
TT
48552012-06-27 Tom Tromey <tromey@redhat.com>
4856
4857 * gdb.python/python.exp: Fix regexps in pagination tests.
4858
ee0bf529
SCR
48592012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4860
4861 * gdb.python/py-symtab.exp: Add tests to test the new attribute
4862 'last' of gdb.Symtab_and_line.
4863 * gdb.python/py-symbol.c: Move break point comment to enable
4864 testing of gdb.Symtab_and_line.last.
4865
14fcc022
TT
48662012-06-26 Tom Tromey <tromey@redhat.com>
4867
4868 * gdb.threads/step.c: Remove.
4869 * gdb.threads/step.exp: Remove.
4870 * gdb.threads/step2.exp: Remove.
4871
0efbbabc
TT
48722012-06-26 Tom Tromey <tromey@redhat.com>
4873
4874 * gdb.threads/watchpoint-fork.exp (test): Use
4875 standard_output_file. Don't declare objdir.
4876 * gdb.threads/attach-into-signal.exp: Use standard_testfile,
4877 standard_output_file.
4878 * gdb.threads/attach-stopped.exp: Use standard_testfile.
4879 * gdb.threads/bp_in_thread.exp: Use standard_testfile,
4880 clean_restart. Remove incdir.
4881 * gdb.threads/corethreads.exp: Use standard_testfile.
4882 * gdb.threads/execl.exp: Use standard_testfile,
4883 standard_output_file, clean_restart.
4884 * gdb.threads/fork-child-threads.exp: Use standard_testfile,
4885 clean_restart.
4886 * gdb.threads/fork-thread-pending.exp: Use standard_testfile,
4887 clean_restart.
4888 * gdb.threads/gcore-thread.exp: Use standard_testfile. Remove
4889 incdir.
4890 * gdb.threads/hand-call-in-threads.exp: Use standard_testfile,
4891 clean_restart. Remove incdir.
4892 * gdb.threads/ia64-sigill.exp: Use standard_testfile.
4893 * gdb.threads/interrupted-hand-call.exp: Use standard_testfile,
4894 clean_restart. Remove incdir.
4895 * gdb.threads/killed.exp: Use standard_testfile, clean_restart.
4896 Remove incdir.
4897 * gdb.threads/leader-exit.exp: Use standard_testfile.
4898 * gdb.threads/linux-dp.exp: Use standard_testfile, clean_restart.
4899 * gdb.threads/local-watch-wrong-thread.exp: Use standard_testfile,
4900 clean_restart.
4901 * gdb.threads/manythreads.exp: Use standard_testfile,
4902 clean_restart. Remove incdir.
4903 * gdb.threads/multi-create.exp: Use standard_testfile,
4904 clean_restart.
4905 * gdb.threads/no-unwaited-for-left.exp: Use standard_testfile.
4906 * gdb.threads/non-ldr-exc-1.exp: Use standard_testfile.
4907 * gdb.threads/non-ldr-exc-2.exp: Use standard_testfile.
4908 * gdb.threads/non-ldr-exc-3.exp: Use standard_testfile.
4909 * gdb.threads/non-ldr-exc-4.exp: Use standard_testfile.
4910 * gdb.threads/pending-step.exp: Use standard_testfile,
4911 clean_restart. Remove incdir.
4912 * gdb.threads/print-threads.exp: Use standard_testfile,
4913 clean_restart. Remove incdir.
4914 * gdb.threads/pthread_cond_wait.exp: Use standard_testfile,
4915 clean_restart. Remove incdir.
4916 * gdb.threads/pthreads.exp: Use standard_testfile, clean_restart.
4917 Remove incdir.
4918 * gdb.threads/schedlock.exp: Use standard_testfile. Remove
4919 incdir.
4920 * gdb.threads/sigthread.exp: Use standard_testfile,
4921 clean_restart.
4922 * gdb.threads/staticthreads.exp: Use standard_testfile,
4923 clean_restart. Remove incdir.
4924 * gdb.threads/switch-threads.exp: Use standard_testfile,
4925 clean_restart. Remove incdir.
4926 * gdb.threads/thread-execl.exp: Use standard_testfile,
4927 clean_restart. Remove incdir.
4928 * gdb.threads/thread-find.exp: Use standard_testfile,
4929 clean_restart.
4930 * gdb.threads/thread-specific.exp: Use standard_testfile,
4931 clean_restart. Remove incdir.
4932 * gdb.threads/thread-unwindonsignal.exp: Use standard_testfile,
4933 clean_restart. Remove incdir.
4934 * gdb.threads/thread_check.exp: Use standard_testfile,
4935 clean_restart. Remove incdir.
4936 * gdb.threads/thread_events.exp: Use standard_testfile. Remove
4937 incdir.
4938 * gdb.threads/threadapply.exp: Use standard_testfile,
4939 clean_restart. Remove incdir.
4940 * gdb.threads/threxit-hop-specific.exp: Use standard_testfile,
4941 clean_restart. Remove incdir.
4942 * gdb.threads/tls-nodebug.exp: Use standard_testfile,
4943 clean_restart.
4944 * gdb.threads/tls-shared.exp: Use standard_testfile,
4945 clean_restart, standard_output_file.
4946 * gdb.threads/tls-var.exp: Use standard_testfile,
4947 standard_output_file.
4948 * gdb.threads/tls.exp: Use standard_testfile, clean_restart.
4949 Remove incdir.
4950 * gdb.threads/watchthreads-reorder.exp: Use standard_testfile.
4951 * gdb.threads/watchthreads.exp: Use standard_testfile. Remove
4952 incdir.
4953 * gdb.threads/watchthreads2.exp: Use standard_testfile,
4954 clean_restart. Remove incdir.
4955
497a5eb0
TT
49562012-06-26 Tom Tromey <tromey@redhat.com>
4957
4958 * gdb.trace/actions.exp: Use standard_testfile.
4959 * gdb.trace/ax.exp: Use standard_testfile.
4960 * gdb.trace/backtrace.exp: Use standard_testfile.
4961 * gdb.trace/change-loc.exp: Use standard_testfile.
4962 * gdb.trace/circ.exp: Use standard_testfile, prepare_for_testing.
4963 * gdb.trace/collection.exp: Use standard_testfile,
4964 prepare_for_testing.
4965 * gdb.trace/deltrace.exp: Use standard_testfile.
4966 * gdb.trace/disconnected-tracing.exp: Use standard_testfile.
4967 * gdb.trace/ftrace.exp: Use standard_testfile.
4968 * gdb.trace/infotrace.exp: Use standard_testfile.
4969 * gdb.trace/packetlen.exp: Use standard_testfile.
4970 * gdb.trace/passc-dyn.exp: Use standard_testfile.
4971 * gdb.trace/passcount.exp: Use standard_testfile.
4972 * gdb.trace/pending.exp: Use standard_testfile.
4973 * gdb.trace/report.exp: Use standard_testfile.
4974 * gdb.trace/save-trace.exp: Use standard_testfile.
4975 * gdb.trace/stap-trace.exp: Use standard_testfile.
4976 * gdb.trace/status-stop.exp: Use standard_testfile.
4977 * gdb.trace/strace.exp: Use standard_testfile.
4978 * gdb.trace/tfile.exp: Use standard_testfile.
4979 * gdb.trace/tfind.exp: Use standard_testfile.
4980 * gdb.trace/trace-break.exp: Use standard_testfile.
4981 * gdb.trace/trace-mt.exp: Use standard_testfile.
4982 * gdb.trace/tracecmd.exp: Use standard_testfile.
4983 * gdb.trace/tspeed.exp: Use standard_testfile.
4984 * gdb.trace/tstatus.exp: Use standard_testfile.
4985 * gdb.trace/tsv.exp: Use standard_testfile.
4986 * gdb.trace/unavailable.exp: Use standard_testfile,
4987 prepare_for_testing.
4988 * gdb.trace/while-dyn.exp: Use standard_testfile.
4989 * gdb.trace/while-stepping.exp: Use standard_testfile.
4990
7686c074
TT
49912012-06-26 Tom Tromey <tromey@redhat.com>
4992
4993 * gdb.reverse/break-precsave.exp: Use standard_testfile.
4994 * gdb.reverse/break-reverse.exp: Use standard_testfile.
4995 * gdb.reverse/consecutive-precsave.exp: Use standard_testfile.
4996 * gdb.reverse/consecutive-reverse.exp: Use standard_testfile.
4997 * gdb.reverse/finish-precsave.exp: Use standard_testfile.
4998 * gdb.reverse/finish-reverse-bkpt.exp: Use standard_testfile.
4999 * gdb.reverse/finish-reverse.exp: Use standard_testfile.
5000 * gdb.reverse/i386-precsave.exp: Use standard_testfile,
5001 prepare_for_testing.
5002 * gdb.reverse/i386-reverse.exp: Use standard_testfile,
5003 prepare_for_testing.
5004 * gdb.reverse/i386-sse-reverse.exp: Use standard_testfile,
5005 prepare_for_testing.
5006 * gdb.reverse/i387-env-reverse.exp: Use standard_testfile,
5007 prepare_for_testing.
5008 * gdb.reverse/i387-stack-reverse.exp: Use standard_testfile,
5009 prepare_for_testing
5010 * gdb.reverse/machinestate-precsave.exp: Use standard_testfile.
5011 * gdb.reverse/machinestate.exp: Use standard_testfile.
5012 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Use standard_testfile.
5013 * gdb.reverse/sigall-precsave.exp: Use standard_testfile,
5014 build_executable.
5015 * gdb.reverse/sigall-reverse.exp: Use standard_testfile,
5016 build_executable.
5017 * gdb.reverse/solib-precsave.exp: Use standard_testfile,
5018 standard_output_file.
5019 * gdb.reverse/solib-reverse.exp: Use standard_testfile,
5020 standard_output_file.
5021 * gdb.reverse/step-precsave.exp: Use standard_testfile.
5022 * gdb.reverse/step-reverse.exp: Use standard_testfile.
5023 * gdb.reverse/until-precsave.exp: Use standard_testfile.
5024 * gdb.reverse/until-reverse.exp: Use standard_testfile.
5025 * gdb.reverse/watch-precsave.exp: Use standard_testfile.
5026 * gdb.reverse/watch-reverse.exp: Use standard_testfile.
5027
481fc100
TT
50282012-06-26 Tom Tromey <tromey@redhat.com>
5029
5030 * gdb.stabs/weird.exp: Remove directory-checking code. Use
5031 standard_output_file.
5032 * gdb.stabs/exclfwd.exp: Use standard_testfile,
5033 prepare_for_testing. Remove directory-checking code.
5034
7bb18ae2
TT
50352012-06-25 Tom Tromey <tromey@redhat.com>
5036
5037 * gdb.multi/watchpoint-multi.exp: Use standard_testfile.
5038 * gdb.multi/bkpt-multi-exec.exp: Use standard_output_file. Use
5039 build_executable, not prepare_for_testing.
5040 * gdb.multi/base.exp: Use standard_output_file. Use
5041 build_executable, not prepare_for_testing.
5042
cf09b3e4
TT
50432012-06-25 Tom Tromey <tromey@redhat.com>
5044
5045 * gdb.fortran/subarray.exp: Use standard_testfile,
5046 prepare_for_testing.
5047 * gdb.fortran/multi-dim.exp: Use standard_testfile.
5048 * gdb.fortran/module.exp: Use standard_testfile.
5049 * gdb.fortran/logical.exp: Use standard_testfile.
5050 * gdb.fortran/library-module.exp: Use standard_testfile,
5051 standard_output_file.
5052 * gdb.fortran/derived-type.exp: Use standard_testfile,
5053 prepare_for_testing.
5054 * gdb.fortran/complex.exp: Use standard_testfile,
5055 prepare_for_testing.
5056 * gdb.fortran/charset.exp: Use standard_testfile.
5057 * gdb.fortran/array-element.exp: Use standard_testfile,
5058 prepare_for_testing.
5059
18b5ff1b
KS
50602012-06-25 Keith Seitz <keiths@redhat.com>
5061
5062 * gdb.mi/mi-break.exp (test_rbreak_creation_and_listing):
5063 Change rbreak-related tests to KFAIL and add bugzilla numbers.
5064
17b77626
TT
50652012-06-25 Tom Tromey <tromey@redhat.com>
5066
5067 * gdb.pascal/integers.exp: Use standard_testfile, clean_restart.
5068 * gdb.pascal/hello.exp: Use standard_testfile, clean_restart.
5069 * gdb.pascal/gdb11492.exp: Use standard_testfile, clean_restart.
5070 * gdb.pascal/floats.exp: Use standard_testfile, clean_restart.
5071
f91e3dc1
TT
50722012-06-25 Tom Tromey <tromey@redhat.com>
5073
5074 * gdb.linespec/ls-errs.exp: Use standard_testfile.
5075 * gdb.linespec/ls-dollar.exp: Use standard_testfile.
5076 * gdb.linespec/linespec.exp: Use standard_testfile.
5077
a884434d
TT
50782012-06-25 Tom Tromey <tromey@redhat.com>
5079
5080 * gdb.modula2/unbounded-array.exp: Use standard_testfile,
5081 prepare_for_testing.
5082
efc9d70a
TT
50832012-06-25 Tom Tromey <tromey@redhat.com>
5084
5085 * gdb.opt/clobbered-registers-O2.exp: Use standard_testfile,
5086 prepare_for_testing.
5087 * gdb.opt/inline-break.exp: Use standard_testfile,
5088 prepare_for_testing.
5089 * gdb.opt/inline-bt.exp: Use standard_testfile,
5090 prepare_for_testing.
5091 * gdb.opt/inline-cmds.exp: Use standard_testfile,
5092 prepare_for_testing.
5093 * gdb.opt/inline-locals.exp: Use standard_testfile,
5094 prepare_for_testing.
5095
e2fc92c6
TT
50962012-06-25 Tom Tromey <tromey@redhat.com>
5097
5098 * gdb.asm/asm-source.exp: Use standard_output_file,
5099 standard_testfile. Construct .o files in proper subdir.
5100
b0963d73
TT
51012012-06-25 Tom Tromey <tromey@redhat.com>
5102
5103 * gdb.server/ext-attach.exp: Use standard_testfile,
5104 prepare_for_testing.
5105 * gdb.server/ext-run.exp: Use standard_testfile,
5106 build_executable.
5107 * gdb.server/file-transfer.exp: Use standard_testfile,
5108 prepare_for_testing.
5109 * gdb.server/server-exec-info.exp: Use standard_testfile.
5110 * gdb.server/server-mon.exp: Use standard_testfile,
5111 prepare_for_testing.
5112 * gdb.server/server-run.exp: Use standard_testfile,
5113 build_executable.
5114 * gdb.server/solib-list.exp: Use standard_testfile,
5115 standard_output_file.
5116
8a3e1f8d
TT
51172012-06-25 Tom Tromey <tromey@redhat.com>
5118
5119 * lib/gdb.exp (standard_output_file): Use "file join".
5120 * gdb.go/chan.exp: Use standard_testfile.
5121 * gdb.go/handcall.exp: Use standard_testfile.
5122 * gdb.go/hello.exp: Use standard_testfile.
5123 * gdb.integers/chan.exp: Use standard_testfile.
5124 * gdb.go/methods.exp: Use standard_testfile.
5125 * gdb.go/package.exp: Use standard_testfile.
5126 * gdb.go/strings.exp: Use standard_testfile.
5127 * gdb.go/types.exp: Use standard_testfile.
5128 * gdb.go/unsafe.exp: Use standard_testfile.
5129
944a9061
MGD
51302012-06-25 Greta Yorsh <greta.yorsh@arm.com>
5131
5132 * gdb.arch/arm-disp-step.S: Fix use of .global directives.
5133
1c06bd58
JK
51342012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5135
5136 Fix regression by the previous commit.
5137 * gdb.python/lib-types.exp: Add c++ to the compilation flags.
5138
b4a58790
TT
51392012-06-22 Tom Tromey <tromey@redhat.com>
5140
5141 * gdb.python/lib-types.exp: Use standard_testfile,
5142 prepare_for_testing.
5143 * gdb.python/py-block.exp: Use standard_testfile.
5144 * gdb.python/py-breakpoint.exp: Use standard_testfile.
5145 * gdb.python/py-events.exp: Use standard_testfile,
5146 standard_output_file.
5147 * gdb.python/py-evsignal.exp: Use standard_testfile.
5148 * gdb.python/py-evethreads.exp: Use standard_testfile.
5149 * gdb.python/py-explore-cc.exp: Use standard_testfile.
5150 * gdb.python/py-explore.exp: Use standard_testfile.
5151 * gdb.python/py-finish-breakpoint.exp: Use standard_testfile,
5152 standard_output_file.
5153 * gdb.python/py-finish-breakpoint2.exp: Use standard_testfile,
5154 prepare_for_testing.
5155 * gdb.python/py-frame-inline.exp: Use standard_testfile.
5156 * gdb.python/py-frame.exp: Use standard_testfile.
5157 * gdb.python/py-inferior.exp: Use standard_testfile.
5158 * gdb.python/py-infthread.exp: Use standard_testfile.
5159 * gdb.python/py-mi.exp: Use standard_testfile.
5160 * gdb.python/py-objfile-script.exp: Use standard_testfile,
5161 build_executable.
5162 * gdb.python/py-objfile.exp: Use standard_testfile.
5163 * gdb.python/py-pp-maint.exp: Use standard_testfile,
5164 prepare_for_testing.
5165 * gdb.python/py-prettyprint.exp: Use standard_testfile.
5166 * gdb.python/py-progspace.exp: Use standard_testfile,
5167 build_executable.
5168 * gdb.python/py-prompt.exp: Use standard_testfile,
5169 build_executable.
5170 * gdb.python/py-section-script.exp: Use standard_testfile,
5171 build_executable.
5172 * gdb.python/py-shared.exp: Use standard_testfile,
5173 standard_output_file, clean_restart.
5174 * gdb.python/py-symbol.exp: Use standard_output_file,
5175 prepare_for_testing.
5176 * gdb.python/py-symtab.exp: Use standard_output_file,
5177 prepare_for_testing
5178 * gdb.python/py-template.exp: Use standard_testfile.
5179 * gdb.python/py-type.exp: Use standard_testfile.
5180 * gdb.python/py-value-cc.exp: Use standard_testfile.
5181 * gdb.python/py-value.exp: Use standard_testfile.
5182 * gdb.python/python.exp: Use standard_testfile, build_executable.
5183
2c44deac
TT
51842012-06-22 Tom Tromey <tromey@redhat.com>
5185
5186 * gdb.objc/basicclass.exp: Use standard_testfile.
5187 (do_objc_tests): Don't declare objdir.
5188 * gdb.objc/nondebug.exp: Use standard_testfile.
5189 (do_objc_tests): Don't declare objdir.
5190 * gdb.objc/objcdecode.exp: Use standard_testfile.
5191 (do_objc_tests): Don't declare objdir.
5192
c24ccbce
TT
51932012-06-22 Tom Tromey <tromey@redhat.com>
5194
5195 * gdb.java/jmain.exp: Use standard_testfile.
5196 * gdb.java/jmisc.exp: Use standard_testfile.
5197 * gdb.java/jnpe.exp: Use standard_testfile.
5198 * gdb.java/jprint.exp: Use standard_testfile.
5199
0a6d0306
TT
52002012-06-22 Tom Tromey <tromey@redhat.com>
5201
5202 * lib/gdb.exp (default_gdb_init): Set gdb_test_file_name.
5203 (standard_output_file, standard_testfile): New procs.
5204 (build_executable, clean_restart): Use standard_output_file.
5205
6ea815ef
YQ
52062012-06-22 Yao Qi <yao@codesourcery.com>
5207
5208 * boards/native-gdbserver.exp: New proc ${board}_exec.
5209 * boards/native-stdio-gdbserver.exp: Likewise.
5210
4c93b1db
TT
52112012-06-21 Tom Tromey <tromey@redhat.com>
5212
5213 * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests)
5214 (build_executable): Update.
5215 (get_compiler_info): Remove 'binfile' argument.
5216 * gdb.ada/arrayidx.exp: Update.
5217 * gdb.ada/null_array.exp: Update.
5218 * gdb.arch/altivec-abi.exp: Update.
5219 * gdb.arch/altivec-regs.exp: Update.
5220 * gdb.arch/amd64-byte.exp: Update.
5221 * gdb.arch/amd64-dword.exp: Update.
5222 * gdb.arch/amd64-word.exp: Update.
5223 * gdb.arch/i386-avx.exp: Update.
5224 * gdb.arch/i386-byte.exp: Update.
5225 * gdb.arch/i386-sse.exp: Update.
5226 * gdb.arch/i386-word.exp: Update.
5227 * gdb.arch/ppc-dfp.exp: Update.
5228 * gdb.arch/ppc-fp.exp: Update.
5229 * gdb.arch/vsx-regs.exp: Update.
5230 * gdb.base/all-bin.exp: Update.
5231 * gdb.base/annota1.exp: Update.
5232 * gdb.base/async.exp: Update.
5233 * gdb.base/attach.exp: Update.
5234 * gdb.base/break-interp.exp: Update.
5235 * gdb.base/call-ar-st.exp: Update.
5236 * gdb.base/call-rt-st.exp: Update.
5237 * gdb.base/call-sc.exp: Update.
5238 * gdb.base/callfuncs.exp: Update.
5239 * gdb.base/catch-load.exp: Update.
5240 * gdb.base/completion.exp: Update.
5241 * gdb.base/complex.exp: Update.
5242 * gdb.base/condbreak.exp: Update.
5243 * gdb.base/consecutive.exp: Update.
5244 * gdb.base/constvars.exp: Update.
5245 * gdb.base/corefile.exp: Update.
5246 * gdb.base/eval-skip.exp: Update.
5247 * gdb.base/expand-psymtabs.exp: Update.
5248 * gdb.base/exprs.exp: Update.
5249 * gdb.base/fileio.exp: Update.
5250 * gdb.base/fixsection.exp: Update.
5251 * gdb.base/funcargs.exp: Update.
5252 * gdb.base/gdb11530.exp: Update.
5253 * gdb.base/gdb1555.exp: Update.
5254 * gdb.base/gnu-ifunc.exp: Update.
5255 * gdb.base/gnu_vector.exp: Update.
5256 * gdb.base/info-macros.exp: Update.
5257 * gdb.base/jit-simple.exp: Update.
5258 * gdb.base/jit-so.exp: Update.
5259 * gdb.base/jit.exp: Update.
5260 * gdb.base/langs.exp: Update.
5261 * gdb.base/list.exp: Update.
5262 * gdb.base/logical.exp: Update.
5263 * gdb.base/long_long.exp: Update.
5264 * gdb.base/longjmp.exp: Update.
5265 * gdb.base/macscp.exp: Update.
5266 * gdb.base/mips_pro.exp: Update.
5267 * gdb.base/miscexprs.exp: Update.
5268 * gdb.base/morestack.exp: Update.
5269 * gdb.base/nodebug.exp: Update.
5270 * gdb.base/opaque.exp: Update.
5271 * gdb.base/pc-fp.exp: Update.
5272 * gdb.base/pending.exp: Update.
5273 * gdb.base/permissions.exp: Update.
5274 * gdb.base/pointers.exp: Update.
5275 * gdb.base/prelink.exp: Update.
5276 * gdb.base/printcmds.exp: Update.
5277 * gdb.base/psymtab.exp: Update.
5278 * gdb.base/ptype.exp: Update.
5279 * gdb.base/relational.exp: Update.
5280 * gdb.base/scope.exp: Update.
5281 * gdb.base/setvar.exp: Update.
5282 * gdb.base/shlib-call.exp: Update.
5283 * gdb.base/shreloc.exp: Update.
5284 * gdb.base/signals.exp: Update.
5285 * gdb.base/sizeof.exp: Update.
5286 * gdb.base/so-impl-ld.exp: Update.
5287 * gdb.base/so-indr-cl.exp: Update.
5288 * gdb.base/solib-disc.exp: Update.
5289 * gdb.base/solib-display.exp: Update.
5290 * gdb.base/solib-nodir.exp: Update.
5291 * gdb.base/solib-overlap.exp: Update.
5292 * gdb.base/solib-symbol.exp: Update.
5293 * gdb.base/solib-weak.exp: Update.
5294 * gdb.base/solib.exp: Update.
5295 * gdb.base/store.exp: Update.
5296 * gdb.base/structs.exp: Update.
5297 * gdb.base/structs2.exp: Update.
5298 * gdb.base/type-opaque.exp: Update.
5299 * gdb.base/unload.exp: Update.
5300 * gdb.base/varargs.exp: Update.
5301 * gdb.base/volatile.exp: Update.
5302 * gdb.base/watch_thread_num.exp: Update.
5303 * gdb.base/watchpoint-solib.exp: Update.
5304 * gdb.base/watchpoint.exp: Update.
5305 * gdb.base/watchpoints.exp: Update.
5306 * gdb.base/whatis.exp: Update.
5307 * gdb.cell/arch.exp: Update.
5308 * gdb.cell/break.exp: Update.
5309 * gdb.cell/bt.exp: Update.
5310 * gdb.cell/core.exp: Update.
5311 * gdb.cell/data.exp: Update.
5312 * gdb.cell/ea-cache.exp: Update.
5313 * gdb.cell/f-regs.exp: Update.
5314 * gdb.cell/fork.exp: Update.
5315 * gdb.cell/gcore.exp: Update.
5316 * gdb.cell/mem-access.exp: Update.
5317 * gdb.cell/ptype.exp: Update.
5318 * gdb.cell/registers.exp: Update.
5319 * gdb.cell/sizeof.exp: Update.
5320 * gdb.cell/solib-symbol.exp: Update.
5321 * gdb.cell/solib.exp: Update.
5322 * gdb.cp/ambiguous.exp: Update.
5323 * gdb.cp/breakpoint.exp: Update.
5324 * gdb.cp/bs15503.exp: Update.
5325 * gdb.cp/casts.exp: Update.
5326 * gdb.cp/class2.exp: Update.
5327 * gdb.cp/cpexprs.exp: Update.
5328 * gdb.cp/cplusfuncs.exp: Update.
5329 * gdb.cp/ctti.exp: Update.
5330 * gdb.cp/dispcxx.exp: Update.
5331 * gdb.cp/gdb1355.exp: Update.
5332 * gdb.cp/gdb2384.exp: Update.
5333 * gdb.cp/gdb2495.exp: Update.
5334 * gdb.cp/infcall-dlopen.exp: Update.
5335 * gdb.cp/local.exp: Update.
5336 * gdb.cp/m-data.exp: Update.
5337 * gdb.cp/m-static.exp: Update.
5338 * gdb.cp/mb-ctor.exp: Update.
5339 * gdb.cp/mb-inline.exp: Update.
5340 * gdb.cp/mb-templates.exp: Update.
5341 * gdb.cp/member-ptr.exp: Update.
5342 * gdb.cp/method.exp: Update.
5343 * gdb.cp/namespace.exp: Update.
5344 * gdb.cp/nextoverthrow.exp: Update.
5345 * gdb.cp/nsdecl.exp: Update.
5346 * gdb.cp/nsrecurs.exp: Update.
5347 * gdb.cp/nsstress.exp: Update.
5348 * gdb.cp/nsusing.exp: Update.
5349 * gdb.cp/pr-1023.exp: Update.
5350 * gdb.cp/pr-1210.exp: Update.
5351 * gdb.cp/pr-574.exp: Update.
5352 * gdb.cp/pr9631.exp: Update.
5353 * gdb.cp/printmethod.exp: Update.
5354 * gdb.cp/psmang.exp: Update.
5355 * gdb.cp/re-set-overloaded.exp: Update.
5356 * gdb.cp/rtti.exp: Update.
5357 * gdb.cp/shadow.exp: Update.
5358 * gdb.cp/templates.exp: Update.
5359 * gdb.cp/try_catch.exp: Update.
5360 * gdb.dwarf2/dw2-ranges.exp: Update.
5361 * gdb.dwarf2/pr10770.exp: Update.
5362 * gdb.fortran/library-module.exp: Update.
5363 * gdb.hp/gdb.aCC/optimize.exp: Update.
5364 * gdb.hp/gdb.aCC/watch-cmd.exp: Update.
5365 * gdb.hp/gdb.base-hp/callfwmall.exp: Update.
5366 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Update.
5367 * gdb.hp/gdb.base-hp/pxdb.exp: Update.
5368 * gdb.hp/gdb.base-hp/sized-enum.exp: Update.
5369 * gdb.hp/gdb.base-hp/so-thresh.exp: Update.
5370 * gdb.hp/gdb.compat/xdb1.exp: Update.
5371 * gdb.hp/gdb.compat/xdb2.exp: Update.
5372 * gdb.hp/gdb.compat/xdb3.exp: Update.
5373 * gdb.hp/gdb.defects/bs14602.exp: Update.
5374 * gdb.hp/gdb.defects/solib-d.exp: Update.
5375 * gdb.hp/gdb.objdbg/objdbg01.exp: Update.
5376 * gdb.hp/gdb.objdbg/objdbg02.exp: Update.
5377 * gdb.hp/gdb.objdbg/objdbg03.exp: Update.
5378 * gdb.hp/gdb.objdbg/objdbg04.exp: Update.
5379 * gdb.mi/gdb792.exp: Update.
5380 * gdb.mi/mi-pending.exp: Update.
5381 * gdb.mi/mi-solib.exp: Update.
5382 * gdb.mi/mi-var-cp.exp: Update.
5383 * gdb.opt/clobbered-registers-O2.exp: Update.
5384 * gdb.opt/inline-bt.exp: Update.
5385 * gdb.opt/inline-cmds.exp: Update.
5386 * gdb.opt/inline-locals.exp: Update.
5387 * gdb.python/py-events.exp: Update.
5388 * gdb.python/py-finish-breakpoint.exp: Update.
5389 * gdb.python/py-type.exp: Update.
5390 * gdb.reverse/solib-precsave.exp: Update.
5391 * gdb.reverse/solib-reverse.exp: Update.
5392 * gdb.server/solib-list.exp: Update.
5393 * gdb.stabs/weird.exp: Update.
5394 * gdb.threads/attach-into-signal.exp: Update.
5395 * gdb.threads/attach-stopped.exp: Update.
5396 * gdb.threads/tls-shared.exp: Update.
5397 * gdb.trace/change-loc.exp: Update.
5398 * gdb.trace/strace.exp: Update.
5399
95c391b6
TT
54002012-06-19 Tom Tromey <tromey@redhat.com>
5401
5402 * gdb.base/whatis.exp: Add tests.
5403
e910f0b6
TT
54042012-06-19 Tom Tromey <tromey@redhat.com>
5405
5406 * gdb.cp/m-static.cc (keepalive): New function.
5407 (gnu_obj_1::method): Use it.
5408
422d65e7
DE
54092012-06-18 Doug Evans <dje@google.com>
5410
5411 * gdb.base/info-fun.exp: New file.
5412 * gdb.base/info-fun.c: New file.
5413 * gdb.base/info-fun-solib.c: New file.
5414
e2e4d78b
JK
54152012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5416
5417 Remove stale dummy frames.
5418 * gdb.base/call-signal-resume.exp (maintenance print dummy-frames)
5419 (maintenance info breakpoints): New tests.
5420 * gdb.base/stale-infcall.c: New file.
5421 * gdb.base/stale-infcall.exp: New file.
5422
1788b2d3
JK
54232012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5424
5425 * gdb.arch/amd64-entry-value-param.S: New file.
5426 * gdb.arch/amd64-entry-value-param.c: New file.
5427 * gdb.arch/amd64-entry-value-param.exp: New file.
5428
663b969e
TT
54292012-06-15 Tom Tromey <tromey@redhat.com>
5430
5431 * gdb.cp/namespace.exp: Add "show lang" test.
5432
8e09ad05
IS
54332012-06-15 Iain Sandoe <iain@codesourcery.com>
5434
5435 * gdb.base/list.exp (test_listsize): Remove $use_gdb_stub special
5436 case. (top level): Use gdb_file_cmd instead of gdb_load.
5437
f85e18ee
JK
54382012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5439
5440 PR tdep/14222
5441 * gdb.arch/i386-sse-stack-align.S: New file.
5442 * gdb.arch/i386-sse-stack-align.c: New file.
5443 * gdb.arch/i386-sse-stack-align.exp: New file.
5444
f3b5e280
KS
54452012-06-13 Keith Seitz <keiths@redhat.com>
5446
5447 PR breakpoints/13798 and mi/11541
5448 * gdb.linespec/ls-errs.exp: Add a few more tests for
5449 filenames with spaces and colons.
5450
50af5481
JK
54512012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5452
5453 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
5454 * gdb.cp/cpexprs.cc (class CV, CV::i, ATTRIBUTE_USED, CV_f): New.
5455 (test_function): Call CV_f.
5456 * gdb.cp/cpexprs.exp (p 'CV::m(int)', p CV::m(int))
5457 (p 'CV::m(int) const', p CV::m(int) const, p 'CV::m(int) volatile')
5458 (p CV::m(int) volatile, p 'CV::m(int) const volatile')
5459 (p CV::m(int) const volatile, p CV_f(int), p CV_f(CV::t))
5460 (p CV_f(CV::i)): New tests.
5461
d55637df
TT
54622012-06-13 Tom Tromey <tromey@redhat.com>
5463
5464 * gdb.base/condbreak.exp: Add tests for "condition" completion.
5465
cc80f267
JK
54662012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5467
5468 Fix regression by the "ambiguous linespec" series.
5469 * gdb.base/break.exp (list marker1, break lineno, delete $bpnum): New
5470 tests.
5471
bb2af9cc
JK
54722012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5473
5474 * lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
5475 missing.
5476
e81a37f7
TT
54772012-06-11 Tom Tromey <tromey@redhat.com>
5478
5479 * gdb.base/longjmp.c (hidden_longjmp): Move expected catch
5480 location...
5481 (main): ...here.
5482
8efd7788
YQ
54832012-06-07 Yao Qi <yao@codesourcery.com>
5484
5485 * gdb.trace/strace.exp: Shorten some too-long lines.
5486
359f5fe6
PA
54872012-06-06 Pedro Alves <palves@redhat.com>
5488
5489 * gdb.threads/clone-new-thread-event.c: New file.
5490 * gdb.threads/clone-new-thread-event.exp: New file.
5491
7b2fe205
YQ
54922012-06-06 Yao Qi <yao@codesourcery.com>
5493
5494 * gdb.base/dprintf.c (main): Add extra parameter when calling
5495 printf and fprintf.
5496 (bar): New function. It is a dead function, but to ensure
5497 'malloc' is linked explicitly.
5498
3eca55e8
YQ
54992012-06-06 Yao Qi <yao@codesourcery.com>
5500
5501 * gdb.base/info-proc.exp: Return if target doesn't support
5502 'info proc'.
5503
91cc9324
JK
55042012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5505
5506 * gdb.base/freebpcmd.exp (set lines): Check valid range of I.
5507 (run program with breakpoint commands): XFAIl if it is not.
5508
c56e7c43
JB
55092012-06-05 Joel Brobecker <brobecker@adacore.com>
5510
5511 * gdb.base/ctxobj-f.c (GET_VERSION): Introduce local variable
5512 and add comment.
5513 * gdb.base/ctxobj-m.c (main): Rewrite, and add comment.
5514 * gdb.base/ctxobj.exp: Insert breakpoint in ctxobj-f.c using
5515 "STOP" marker. Adjust testing strategy to make it work on
5516 all targets.
5517
5518 * gdb.base/print-file-var-main.c (main): Rewrite using local
5519 variables and adjust get_version_2's return value check.
5520 Add small comment.
5521 * gdb.base/print-file-var.exp: Insert breakpoint using "STOP"
5522 marker. Adjust testing strategy to make it work on all targets.
5523
ccab2054
JB
55242012-06-05 Joel Brobecker <brobecker@adacore.com>
5525
5526 * gdb.ada/bad-task-bp-keyword: New testcase.
5527
d0d86158
JK
55282012-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5529
5530 * gdb.base/code_elim.exp (add-symbol-file ${testfile1} 0x100000):
5531 Simplify it to ...
5532 (symbol-file ${testfile1}): ... here.
5533 (test eliminated var my_global_symbol)
5534 (test eliminated var my_static_symbol)
5535 (test eliminated var my_global_func, get address of main): Wrap them to
5536 'single psymtabs' and 'single symtabs'
5537 (get address of my_global_symbol, get address of my_static_symbol)
5538 (get address of my_global_func, get address of main): Wrap them to
5539 'order1' and 'order2'.
5540
952cf74c
JK
5541 * gdb.base/code_elim.exp
5542 (add-symbol-file ${testfile1} 0x100000)
5543 (add-symbol-file ${testfile2} 0x200000): Wrap them to 'order1' and
5544 'order2'.
5545 (order1: add-symbol-file ${testfile1} 0x100000)
5546 (order1: add-symbol-file ${testfile2} 0x200000)
5547 (order2: add-symbol-file ${testfile2} 0x200000)
5548 (order2: add-symbol-file ${testfile1} 0x100000): Add -s .data and -s
5549 .bss as appropriate.
5550
0c5bf5a9
JK
55512012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5552
5553 * gdb.server/solib-list-lib.c: New file.
5554 * gdb.server/solib-list-main.c: New file.
5555 * gdb.server/solib-list.exp: New file.
5556
4196f325
MR
55572012-05-25 Maciej W. Rozycki <macro@codesourcery.com>
5558
5559 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
5560 for 'set print symbol' change.
5561
bfb05775
JK
55622012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5563
5564 * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and
5565 .debug_abbrev_seg3.
5566
685b1105
JK
55672012-05-24 John Steele Scott <toojays@toojays.net>
5568
5569 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
5570 * gdb.dwarf2/dw2-icc-opaque.S: New file.
5571 * gdb.dwarf2/dw2-icc-opaque.exp: New file.
5572
f3e0e960
SS
55732012-05-23 Stan Shebs <stan@codesourcery.com>
5574
5575 * gdb.mi/mi-info-os.exp: New file.
5576
11eb1b4d
KS
55772012-05-23 Keith Seitz <keiths@redhat.com>
5578
5579 * gdb.trace/stap-trace.exp: If compile_stap_bin fails,
5580 return -1 to suppress the rest of the tests.
5581 (compile_stap_bin): Return boolean success value.
5582
b1af9e97
TT
55832012-05-21 Tom Tromey <tromey@redhat.com>
5584
5585 * gdb.cp/inherit.exp (test_print_mi_members): Expect errors.
5586 Remove kfails.
5587 (test_print_mi_member_types): Likewise.
5588
248537e3
TT
55892012-05-21 Tom Tromey <tromey@redhat.com>
5590
5591 * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
5592 print symbol' change.
5593
d791e155
TJB
55942012-05-18 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
5595
5596 * gdb.python/py-prompt.exp: Quit if the target is remote.
5597
e77afa2e
JK
55982012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5599
5600 Fix ERROR: internal buffer is full.
5601 * gdb.base/info-os.exp (expect_multiline): New function.
5602 (get process list, get process groups, get threads)
5603 (get file descriptors, get internet-domain sockets)
5604 (get shared-memory regions, get semaphores, get message queues): Use
5605 it for these tests.
5606
9cb709b6
TT
56072012-05-18 Tom Tromey <tromey@redhat.com>
5608
5609 * gdb.mi/mi-var-cmd.exp: Update.
5610 * gdb.objc/basicclass.exp (do_objc_tests): Update.
5611 * gdb.cp/virtbase.exp: Update.
5612 * gdb.cp/classes.exp (test_static_members): Update.
5613 * gdb.cp/casts.exp: Update.
5614 * gdb.base/pointers.exp: Update.
5615 * gdb.base/funcargs.exp (pointer_args): Update.
5616 (structs_by_reference): Update.
5617 * gdb.base/find.exp: Update.
5618 * gdb.base/call-strs.exp: Send "set print symbol off".
5619 * gdb.base/call-ar-st.exp: Update.
5620 * gdb.ada/fun_addr.exp: Update.
5621 * gdb.base/printcmds.exp (test_print_symbol): New proc.
5622 Call it.
5623 (test_print_repeats_10, test_print_strings)
5624 (test_print_char_arrays): Update.
5625
b012acdd
TT
56262012-05-18 Tom Tromey <tromey@redhat.com>
5627
5628 * gdb.base/charset.exp (string_display): Update.
5629
1d51a733
TT
56302012-05-18 Tom Tromey <tromey@redhat.com>
5631
5632 * gdb.mi/mi2-var-display.exp: Update.
5633 * gdb.mi/mi-var-display.exp: Update.
5634 * gdb.mi/mi-var-child.exp: Update.
5635 * gdb.cp/expand-psymtabs-cxx.exp: Update.
5636 * gdb.cp/cp-relocate.exp (get_func_address): Update.
5637
957df313
DE
56382012-05-17 Doug Evans <dje@google.com>
5639
682c7f7b
DE
5640 * info-macros.exp: Pass "debug" to prepare_for_testing.
5641
957df313
DE
5642 * Makefile.in (clean): Remove Fission .dwo and .dwp files.
5643 * gdb.ada/Makefile.in (clean): Ditto.
5644 * gdb.arch/Makefile.in (clean): Ditto.
5645 * gdb.asm/Makefile.in (clean): Ditto.
5646 * gdb.base/Makefile.in (clean): Ditto.
5647 * gdb.cell/Makefile.in (clean): Ditto.
5648 * gdb.cp/Makefile.in (clean): Ditto.
5649 * gdb.disasm/Makefile.in (clean): Ditto.
5650 * gdb.dwarf2/Makefile.in (clean): Ditto.
5651 * gdb.fortran/Makefile.in (clean): Ditto.
5652 * gdb.go/Makefile.in (clean): Ditto.
5653 * gdb.hp/Makefile.in (clean): Ditto.
5654 * gdb.hp/gdb.aCC/Makefile.in (clean): Ditto.
5655 * gdb.hp/gdb.base-hp/Makefile.in (clean): Ditto.
5656 * gdb.hp/gdb.compat/Makefile.in (clean): Ditto.
5657 * gdb.hp/gdb.defects/Makefile.in (clean): Ditto.
5658 * gdb.hp/gdb.objdbg/Makefile.in (clean): Ditto.
5659 * gdb.java/Makefile.in (clean): Ditto.
5660 * gdb.linespec/Makefile.in (clean): Ditto.
5661 * gdb.mi/Makefile.in (clean): Ditto.
5662 * gdb.modula2/Makefile.in (clean): Ditto.
5663 * gdb.multi/Makefile.in (clean): Ditto.
5664 * gdb.objc/Makefile.in (clean): Ditto.
5665 * gdb.opencl/Makefile.in (clean): Ditto.
5666 * gdb.opt/Makefile.in (clean): Ditto.
5667 * gdb.pascal/Makefile.in (clean): Ditto.
5668 * gdb.python/Makefile.in (clean): Ditto.
5669 * gdb.reverse/Makefile.in (clean): Ditto.
5670 * gdb.server/Makefile.in (clean): Ditto.
5671 * gdb.stabs/Makefile.in (clean): Ditto.
5672 * gdb.threads/Makefile.in (clean): Ditto.
5673 * gdb.trace/Makefile.in (clean): Ditto.
5674 * gdb.xml/Makefile.in (clean): Ditto.
5675
abc9d0dc
TT
56762012-05-16 Tom Tromey <tromey@redhat.com>
5677
5678 * gdb.base/macscp1.c (macscp_expr): Add comment.
5679 * gdb.base/macscp.exp: Test __FILE__ and __LINE__.
5680
6a3a010b
MR
56812012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
5682
5683 * gdb.base/return-nodebug.exp: Also test float and double types.
5684
01429c8e
JK
56852012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5686
5687 PR testsuite/12649
5688 * gdb.base/dprintf.exp: Replace gdb_run_cmd by runto main.
5689
54115cd4
JK
5690 * gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
5691
0c5f383f
SDJ
56922012-05-14 Sergio Durigan Junior <sergiodj@redhat.com>
5693
5694 * gdb.base/stap-probe.exp (stap_test): Remove calls to
5695 `rerun_to_main'.
5696 (stap_test_no_debuginfo): Likewise.
5697
e7e0cddf
SS
56982012-05-14 Stan Shebs <stan@codesourcery.com>
5699
5700 * gdb.base/dprintf.c: New file.
5701 * gdb.base/dprintf.exp: New file.
5702
c772f8e7
HZ
57032012-05-14 Hui Zhu <hui_zhu@mentor.com>
5704
5705 * gdb.trace/Makefile.in (PROGS): Add disconnected-tracing.
5706 * gdb.trace/disconnected-tracing.c: New file.
5707 * gdb.trace/disconnected-tracing.exp: New file.
5708
7efc75aa
SCR
57092012-05-13 Siva Chandra Reddy <sivachandra@google.com>
5710
5711 * gdb.python/python.c: Add a new breakpoint comment.
5712 * gdb.python/python.exp: Add tests to test gdb.find_pc_line.
5713
85d4a676
SS
57142011-12-26 Kwok Cheung Yeung <kcy@codesourcery.com>
5715
5716 * gdb.base/info-os.exp: New file.
5717 * gdb.base/info-os.c: New file.
5718
64ea88dc
JB
57192012-05-10 Joel Brobecker <brobecker@adacore.com>
5720
4647ab1b
JB
5721 * gdb.base/print-file-var-lib1.c, gdb.base/print-file-var-lib2.c,
5722 gdb.base/print-file-var-main.c, gdb.base/print-file-var.exp:
5723 New files.
64ea88dc 5724
afba63f1
JB
57252012-05-10 Joel Brobecker <brobecker@adacore.com>
5726
5727 * gdb.base/ctxobj-f.c, gdb.base/ctxobj-m.c, gdb.base/ctxobj-v.c,
5728 gdb.base/ctxobj.exp: New files.
5729
9d198b1e
TT
57302012-05-09 Tom Tromey <tromey@redhat.com>
5731
5732 * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
5733
9bfee719
MR
57342012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
5735
5736 * lib/gdb.exp (gdb_test_multiple): Correct formatting.
5737
3a7341d8
MR
57382012-05-08 Maciej W. Rozycki <macro@codesourcery.com>
5739
5740 * gdb.mi/mi-var-display.exp: Check for the existence of $fp
5741 before using it.
5742
52b3699b
TG
57432012-05-04 Tristan Gingold <gingold@adacore.com>
5744
5745 * gdb.base/set-noassign.exp: New test.
5746
a20ee7a4
SCR
57472012-05-03 Siva Chandra Reddy <sivachandra@google.com>
5748
5749 * gdb.python/py-symbol.exp: Add tests to test the new methods
5750 gdb.Symtab.global_block() and gdb.Symtab.static_block().
5751 * gdb.python/py-symbol.c: Add new struct to help test
5752 gdb.Symtab.static_block().
5753
bf2f0858
DE
57542012-05-03 Doug Evans <dje@google.com>
5755
5756 * gdb.dwarf2/pr13961.S: Add file and source location, but leave
5757 commented out.
5758
2d4e0376
YQ
57592012-05-03 Yao Qi <yao@codesourcery.com>
5760
5761 * gdb.base/catch-syscall.exp: Skip it before compilation if target
5762 doesn't support.
5763 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
5764 * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
5765
6d0bb9f3
YQ
57662012-05-03 Yao Qi <yao@codesourcery.com>
5767
5768 * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
5769
fd820528
DE
57702012-04-30 Doug Evans <dje@google.com>
5771
5772 PR testsuite/13961
5773 * gdb.dwarf2/pr13961.S: New file.
5774 * gdb.dwarf2/pr13961.exp: New file.
5775
b9e219b9
YQ
57762012-04-29 Yao Qi <yao@codesourcery.com>
5777
5778 * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
5779
3019eac3
DE
57802012-04-28 Doug Evans <dje@google.com>
5781
5782 * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
5783 .Ltype_int_in_cu2. Use name "int2" instead of "int".
5784 All uses updated.
5785 * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
5786 "ptype func_cu1" to expand cu2 before cu1.
5787
62e5f89c
SDJ
57882012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
5789 Tom Tromey <tromey@redhat.com>
5790
5791 * gdb.base/default.exp: Add `$_probe_arg*' convenience
5792 variables.
5793 * gdb.base/stap-probe.c: New file.
5794 * gdb.base/stap-probe.exp: New file.
5795 * gdb.trace/stap-trace.c: New file.
5796 * gdb.trace/stap-trace.exp: New file.
5797 * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
5798 libgcc's unwinder.
5799
14132e89
MR
58002012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
5801
5802 * gdb.arch/mips16-thunks-inmain.c: New file.
5803 * gdb.arch/mips16-thunks-main.c: New file.
5804 * gdb.arch/mips16-thunks-sin.c: New file.
5805 * gdb.arch/mips16-thunks-sinfrob.c: New file.
5806 * gdb.arch/mips16-thunks-sinfrob16.c: New file.
5807 * gdb.arch/mips16-thunks-sinmain.c: New file.
5808 * gdb.arch/mips16-thunks-sinmips16.c: New file.
5809 * gdb.arch/mips16-thunks.exp: New file.
5810
a766d390
DE
58112012-04-25 Doug Evans <dje@google.com>
5812
5813 * configure.ac: Create gdb.go/Makefile.
5814 * configure: Regenerate.
5815 * gdb.base/default.exp: Add "go" to "set language" testing.
5816 * gdb.go/Makefile.in: New file.
5817 * gdb.go/basic-types.exp: New file.
5818 * gdb.go/chan.exp: New file.
5819 * gdb.go/chan.go: New file.
5820 * gdb.go/handcall.exp: New file.
5821 * gdb.go/handcall.go: New file.
5822 * gdb.go/hello.exp: New file.
5823 * gdb.go/hello.go: New file.
5824 * gdb.go/integers.exp: New file.
5825 * gdb.go/integers.go: New file.
5826 * gdb.go/methods.exp: New file.
5827 * gdb.go/methods.go: New file.
5828 * gdb.go/package.exp: New file.
5829 * gdb.go/package1.go: New file.
5830 * gdb.go/package2.go: New file.
5831 * gdb.go/print.exp: New file.
5832 * gdb.go/strings.exp: New file.
5833 * gdb.go/strings.go: New file.
5834 * gdb.go/types.exp: New file.
5835 * gdb.go/types.go: New file.
5836 * gdb.go/unsafe.exp: New file.
5837 * gdb.go/unsafe.go: New file.
5838 * lib/future.exp: Add Go support.
5839 (gdb_find_go, gdb_find_go_linker): New procs.
5840 (gdb_default_target_compile): Add Go support.
5841 * lib/gdb.exp (skip_go_tests): New proc.
5842 * lib/go.exp: New file.
5843
e65f9ffb
TT
58442012-04-25 Tom Tromey <tromey@redhat.com>
5845
5846 * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
5847
14e75d8e
JK
58482012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
5849 Jan Kratochvil <jan.kratochvil@redhat.com>
5850
5851 PR symtab/7259:
5852 * gdb.base/enumval.c: New test case.
5853 * gdb.base/enumval.exp: New test case.
5854 * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
5855 field.bitpos.
5856
f3525b70
PA
58572012-04-17 Pedro Alves <palves@redhat.com>
5858
5859 * Makefile.in (site.exp): Make site.exp source
5860 $srcdir/lib/append_gdb_boards_dir.exp.
5861 * lib/append_gdb_boards_dir.exp: New file.
5862
bccbefd2
JK
58632012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5864
5865 New option "set auto-load safe-path".
5866 * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
5867 * gdb.python/py-section-script.exp (set auto-load safe-path): New.
5868
bf88dd68
JK
58692012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5870
5871 auto-load: Implementation.
5872 * gdb.base/help.exp (test set height): Increase the height.
5873 * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
5874 to ...
5875 (info auto-load python-scripts): ... here.
5876 * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
5877 to ...
5878 (info auto-load python-scripts *): ... here.
5879
c0d4d1c0
YQ
58802012-04-16 Yao Qi <yao@codesourcery.com>
5881
5882 * lib/trace-support.exp (get_in_proc_agent): New.
5883 * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
5884 of in process trace agent.
5885 * gdb.trace/ftrace.exp: Likewise.
5886 * gdb.trace/pending.exp: Likewise.
5887 * gdb.trace/trace-break.exp: Likewise.
5888 * gdb.trace/trace-mt.exp
5889 * gdb.trace/tspeed.exp: Likewise.
5890 * gdb.trace/tstatus.exp
5891 * gdb.trace/strace.exp: Likewise.
5892
cbf68a60
TS
58932012-04-16 Thomas Schwinge <thomas@codesourcery.com>
5894
dd6d3b70
TS
5895 * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
5896 symbol _stack is defined. Get rid of a hard-coded constant for _stack.
5897
cbf68a60
TS
5898 * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
5899
8264ba82
AG
59002012-04-14 Anton Gorenkov <xgsa@yandex.ru>
5901
5902 PR mi/13393
5903 * gdb.mi/mi-var-rtti.cc: New file.
5904 * gdb.mi/mi-var-rtti.exp: New file.
5905 * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
5906 function.
5907 (mi_varobj_update_with_type_change): updated to avoid code duplication.
5908
de0919f8 59092012-04-11 Siva Chandra Reddy <sivachandra@google.com>
06fc020f
SCR
5910
5911 * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
5912 EXECUTABLES.
5913 * gdb.python/py-explore.c: C program used for testing the new
5914 'explore' command on C constructs.
5915 * gdb.python/py-explore.cc: C++ program used for testing the new
5916 'explore' command on C++ constructs.
5917 * gdb-python/py-explore.exp: Tests for the new 'explore'
5918 command on C constructs.
5919 * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
5920 command on C++ constructs.
5921
a82da7dd
MK
59222012-04-07 Mark Kettenis <kettenis@gnu.org>
5923
5924 * gdb.base/funcargs.exp (complex_args): Fix typo.
5925
e127cba8
JK
59262012-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5927
5928 * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
5929 (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
5930
40e084e1
KS
59312012-04-05 Keith Seitz <keiths@redhat.com>
5932
5933 * gdb.base/advance.exp: Update error message for
5934 "advance malformed" test.
5935 * gdb.base/break.exp: Likewise for "breakpoint with
5936 trailing garbage" test.
5937 * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
5938 with trailing garbage" test.
5939 * gdb.base/sepdebug.exp: Likewise for "breakpoint with
5940 trailng garbage" test.
5941 * gdb.base/until.exp: Likewise for "malformed until" test.
5942 * gdb.cp/ovldbreak.exp: Create the breakpoint table
5943 for "breakpoint info (after setting on all)".
5944 * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
5945 tests.
5946 * gdb.cp/cplabel.cc: New file.
5947 * gdb.cp/cplabel.exp: New test.
5948 * gdb.linespec/ls-errs.c: New file.
5949 * gdb.linespec/ls-errs.exp: New test.
5950
a72c8f6a
JK
59512012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5952
5953 * gdb.trace/unavailable.exp
5954 (collect globals: print object on: print derived_partial)
5955 (collect globals: print object on: print derived_whole)
5956 (collect globals: print object off: print derived_partial)
5957 (collect globals: print object off: print derived_whole): Update
5958 expected output.
5959
f87a3023
KS
59602012-03-30 Keith Seitz <keiths@redhat.com>
5961
5962 * gdb.python: Add test for linespecs with commas.
5963
e2171b3c
KS
59642012-03-28 Keith Seitz <keiths@redhat.com>
5965
5966 * gdb.linespec/ls-dollar.cc: New file.
5967 * gdb.linespec/ls-dollar.exp: New test.
5968
59692012-03-28 Keith Seitz <keiths@redhat.com>
0e4acfcc
KS
5970
5971 * gdb.cp/namespace.exp: Add breakpoint tests for functions
5972 starting with the global namespace.
5973
2f4e0a80
DE
59742012-03-23 Doug Evans <dje@google.com>
5975
5976 * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
5977
7b282c5a
SCR
59782012-03-22 Siva Chandra Reddy <sivachandra@google.com>
5979
5980 * gdb.python/py-value.cc: Add test case for testing the
5981 methodology exposing C++ values to Python.
5982 * gdb.python/py-value-cc.exp: Add tests testing the methodology
5983 exposing C++ values to Python.
5984 * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
5985
2e98ca53
JK
59862012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5987 Siddhesh Poyarekar <siddhesh@redhat.com>
5988
5989 * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
5990 * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
5991 (generate native core dump): Make the test unsupported if core cannot
5992 be generated.
5993
8320cc4f
JK
59942012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5995
5996 * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
5997 for cmdarg_vec = NULL. Remove entries for cmdsize = 1, cmdarg = and
5998 ncmd = 0. New entry for VEC_cleanup cmdarg_s.
5999
3a69ffb2
JK
60002012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
6001
6002 * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
6003
8fabffee
DE
60042012-03-17 Doug Evans <dje@google.com>
6005
6006 * dg-extract-results.sh: Handle KFAILs.
6007
ab260dad
JK
60082012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6009
6010 PR symtab/13777
6011 * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
6012
53ba8333
JB
60132012-03-16 Joel Brobecker <brobecker@adacore.com>
6014
6015 * gdb.ada/set_pckd_arr_elt: New testcase.
6016
481860b3
GB
60172012-03-16 Gary Benson <gbenson@redhat.com>
6018
6019 PR breakpoints/10738
6020 * gdb.opt/inline-break.exp: New file.
6021 * gdb.opt/inline-break.c: Likewise.
d4ba18a2
DE
6022 * gdb.dwarf2/dw2-inline-break.exp: Likewise.
6023 * gdb.dwarf2/dw2-inline-break.S: Likewise.
481860b3
GB
6024 * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
6025 * gdb.base/async-shell.exp: Likewise.
6026 * lib/mi-support.exp (library_loaded_re): Likewise.
6027
410528f0
TT
60282012-03-15 Tom Tromey <tromey@redhat.com>
6029
6030 * gdb.cp/virtfunc2.exp: Update expected output.
6031 * gdb.cp/pr9631.exp: Update expected output.
6032 * gdb.cp/member-ptr.exp: Update expected output.
6033 * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
6034 output.
6035 * gdb.cp/casts.exp: Update expected output.
6036
c4aeac85
TT
60372012-03-15 Tom Tromey <tromey@redhat.com>
6038
6039 * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
6040 (test_info_vtbl): Likewise.
6041 (do_tests): Call test_info_vtbl.
6042 * gdb.cp/virtfunc.cc (va): New global.
6043
856d06f9
TS
60442012-03-15 Thomas Schwinge <thomas@codesourcery.com>
6045
6046 * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
6047 describing DWARF data structures.
6048 * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
6049 * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
6050 * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
6051 * gdb.dwarf2/dw2-entry-value.S: Likewise.
6052 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
6053 * gdb.dwarf2/dw2-param-error.S: Likewise.
6054 * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
6055 * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
6056 * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
6057 * gdb.dwarf2/implptr-optimized-out.S: Likewise.
6058 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
6059 * gdb.dwarf2/pr11465.S: Likewise.
6060
e837f12a
JK
60612012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6062
6063 * gdb.mi/mi2-prompt.exp: New file.
6064
ccbb4f28
JB
60652012-03-13 Joel Brobecker <brobecker@adacore.com>
6066
6067 * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
6068
32039130
JB
60692012-03-13 Joel Brobecker <brobecker@adacore.com>
6070
6071 * gdb.ada/bp_range_type: New testcase.
6072
16899756
DE
60732012-03-13 Doug Evans <dje@google.com>
6074
6075 * gdb.base/default.exp: Delete tests for symbol-reloading.
6076 * gdb.base/help.exp: Ditto.
6077 * gdb.base/setshow.exp: Ditto.
6078 * gdb.base/gdb_history: Delete references to symbol-reloading.
6079
87b0bb13
JK
60802012-03-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6081
6082 * gdb.base/attach-twice.c: New files.
6083 * gdb.base/attach-twice.exp: New files.
6084
0d7941a9
KS
60852012-03-08 Keith Seitz <keiths@redhat.com>
6086
6087 * lib/gdb.exp (gdb_get_line_number): Throw an
6088 error instead of returning -1.
6089 * gdb.base/break.exp: Remove unused variable
6090 bp_location5.
6091 * gdb.base/hbreak2.exp: Likewise.
6092 * gdb.base/sepdebug.exp: Likewise.
6093
f4647387
YQ
60942012-03-08 Yao Qi <yao@codesourcery.com>
6095 Pedro Alves <palves@redhat.com>
6096
6097 Fix PR server/13392.
6098 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
6099 (tracepoint_change_loc_2): Remove kfail. Return if failed to
6100 download tracepoints.
6101 * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
6102 (pending_tracepoint_resolved_during_trace): Likewise.
6103 (pending_tracepoint_installed_during_trace): Likewise.
6104 (pending_tracepoint_with_action_resolved): Likewise.
6105
83c532cb
KS
61062012-03-08 Keith Seitz <keiths@redhat.com>
6107
6108 * gdb.ada/array_bounds.exp: Get breakpoint for line
6109 with "START", not "STOP".
6110 * gdb.python/py-infthread.exp: Do not continue to
6111 line marked "Break here.", which is undefined.
6112
d6b6bbb7
LM
61132012-03-08 Luis Machado <lgustavo@codesourcery.com>
6114
6115 Revert:
6116
6117 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6118
6119 Implement testsuite workaround for PR breakpoints/13781.
6120 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
6121 (set breakpoint condition-evaluation host): New conditional command.
6122
7fe25d9b
JK
61232012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6124
6125 Fix CU relative vs. absolute DIE offsets.
6126 * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
6127 one.
6128
51898c15
JK
61292012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6130
6131 Fix false FAIL on distros with relro linkage as default.
6132 * gdb.reverse/solib-precsave.exp: Try to compile the test using
6133 -Wl,-z,norelro first.
6134
8131799e
JB
61352012-03-06 Joel Brobecker <brobecker@adacore.com>
6136
6137 * gdb.ada/bp_on_var: New testcase.
6138
ba241969
JB
61392012-03-06 Joel Brobecker <brobecker@adacore.com>
6140
6141 * gdb.ada/bp_enum_homonym: New testcase.
6142
abe49676
YQ
61432012-03-06 Yao Qi <yao@codesourcery.com>
6144
6145 * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
6146 x86_64-*-* and i?86-*-*.
6147 Set up KFAIL for gdb/13808.
6148
d8df103b
TT
61492012-03-05 Tom Tromey <tromey@redhat.com>
6150
6151 * gdb.ada/operator_bp.exp: Clear debug-file-directory.
6152 * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
6153
b7b189f3
TT
61542012-03-05 Tom Tromey <tromey@redhat.com>
6155
6156 * gdb.java/jprint.java (jprint.main): Keep 'x' live.
6157
69dc1c4d
YQ
61582012-03-04 Yao Qi <yao@codesourcery.com>
6159
6160 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
6161 messages for KFAIL.
6162
3f20c47f
JK
61632012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6164
6165 * gdb.ada/arrayidx.exp: Call get_compiler_info. New variable old_gcc.
6166 (print one_two_three, indexes off, print few_reps, indexes off)
6167 (print many_reps, indexes off, print empty, indexes off)
6168 (print one_two_three, print few_reps, print many_reps, print empty):
6169 Call setup_xfail if $gcc_old.
6170
abf1152a
JK
61712012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6172
6173 Implement testsuite workaround for PR breakpoints/13781.
6174 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
6175 (set breakpoint condition-evaluation host): New conditional command.
6176
a06715f8
JK
61772012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6178
6179 Code cleanup.
6180 * gdb.cp/mb-templates.exp: New variables executable. Use it for
6181 binfile. use clean_restart. Replace gdb_expect by gdb_test_multiple.
6182 Replace GDB restart by kill and delete_breakpoints. Replace breakpoint
6183 number 1 by $bpnum. Four times.
6184
5808517f
YQ
61852012-03-03 Yao Qi <yao@codesourcery.com>
6186
6187 * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
6188
dfe2ac14
JK
61892012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6190
6191 Setup KFAIL for PR server/13796.
6192 * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
6193
8bbc467a
JB
61942012-03-02 Joel Brobecker <brobecker@adacore.com>
6195
6196 * gdb.ada/operator_bp: New testcase.
6197
c0eac87f
JB
61982012-03-02 Joel Brobecker <brobecker@adacore.com>
6199
6200 * gdb.ada/info_locals_renaming: New testcase.
6201
4f42c881
TT
62022012-03-02 Tom Tromey <tromey@redhat.com>
6203
6204 * gdb.base/nextoverexit.c: New file.
6205 * gdb.base/nextoverexit.exp: New file.
6206
7380c0c9
EBM
62072012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
6208
6209 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
6210 parameter.
6211
1faeff08
MR
62122012-03-01 Maciej W. Rozycki <macro@mips.com>
6213
6214 * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
6215 core registers.
6216
320b6f49 62172012-03-01 Maciej W. Rozycki <macro@mips.com>
6fdff2c5
PA
6218 Maciej W. Rozycki <macro@codesourcery.com>
6219 Daniel Jacobowitz <dan@codesourcery.com>
320b6f49
MR
6220
6221 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
6222
ad5f7d6e
PA
62232012-03-01 Pedro Alves <palves@redhat.com>
6224
6225 PR gdb/13767
6226
6227 * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
6228 (gdb_collect_globals_test): Call it.
6229
d3dc44a6
KS
62302012-03-01 Keith Seitz <keiths@redhat.com>
6231
6232 * gdb.cp/method2.exp: Output of overload menu is now
6233 alphabetized. Update tests for "break A::method".
6234 * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
6235 of hard-coding them.
6236 Overload menu is alphabetized: rewrite to accommodate.
6237 Unset variables LINE and TYPES which are used in other tests.
6238 Compute the output of "info break".
6239 Update the breakpoint table after all breakpoints are deleted.
6240 (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
6241 compute ACTUALS and the method body based on parameters.
6242 Update expected output accordingly.
6243 * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
6244 unique comments to allow the use of gdb_get_line_number.
6245
62462012-03-01 Keith Seitz <keiths@redhat.com>
6247
6248 * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
6249 some Tcl syntax.
6250 * gdb.cp/ovldbreak.exp: Likewise.
6251
7949c2a0
KS
62522012-03-01 Keith Seitz <keiths@redhat.com>
6253
6254 * gdb.base/help.exp (help show user): Update expected result
6255 for new doc string changes (add "non-python").
6256
7d74f244
DE
62572012-03-01 Scott J. Goldman <scottjg@vmware.com>
6258
6259 * gdb.python/py-cmd.exp: Add test to verify that python commands can
6260 be put in the user-defined category and that the commands appear in
6261 "help user-defined".
6262
1b611343
JB
62632012-02-29 Joel Brobecker <brobecker@adacore.com>
6264
6265 * gdb.ada/tagged_not_init: New testcase.
6266
99b1c762
JB
62672012-02-29 Joel Brobecker <brobecker@adacore.com>
6268
6269 * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
6270 * gdb.ada/enum_idx_packed: New testcase.
6271
2d4a02ee
JB
62722012-02-29 Joel Brobecker <brobecker@adacore.com>
6273
6274 * gdb.ada/aliased_array: New testcase.
6275
2e6fda7d
JB
62762012-02-29 Joel Brobecker <brobecker@adacore.com>
6277
6278 * gdb.ada/whatis_array_val: New testcase.
6279
9a7f938f
JK
62802012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6281
6282 Fix disp-step-syscall.exp: fork: single step over fork.
6283 * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
6284 whitespaces.
6285 (single step over $syscall): Remove its check.
6286 (single step over $syscall final pc): New check.
6287
8703a944
JK
62882012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6289
6290 Support processors without SSSE3.
6291 * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
6292 pabsd into ...
6293 (ssse3_test): ... a new function.
6294 (main): Call ssse3_test.
6295 * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
6296 Update expected values everywhere.
6297 (reverse-step to pabsd, verify xmm0 after reverse pabsd)
6298 (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
6299 (reverse-step to pabsw, verify xmm0 after reverse pabsw)
6300 (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
6301 (reverse-step to pabsb, verify xmm0 after reverse pabsb)
6302 (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
6303 Move these tests lower.
6304 (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
6305 (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
6306 (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
6307 New tests.
6308
c03e6ccc
YQ
63092012-02-29 Yao Qi <yao@codesourcery.com>
6310 Pedro Alves <palves@redhat.com>
6311
6312 * gdb.trace/trace-mt.c: New.
6313 * gdb.trace/trace-mt.exp: New.
6314
7964b62a
TS
63152012-02-28 Thomas Schwinge <thomas@codesourcery.com>
6316
2c8910ba
TS
6317 * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
6318 numbers instead of hardcoding them.
6319 * gdb.base/annota1.c: Provide suitable markers.
6320 * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
6321 numbers instead of hardcoding them.
6322 * gdb.base/annota3.c: Provide suitable markers.
6323
6324 * gdb.base/annota1.c [__sh__]: Remove any special-casing.
6325 * gdb.base/annota3.c: Likewise.
6326 * gdb.base/sigall.c: Likewise.
6327 * gdb.base/signals.c: Likewise.
6328 * gdb.reverse/sigall-reverse.c: Likewise.
7964b62a 6329
5a41c0b7
MR
63302012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
6331
6332 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
6333 failure return path.
6334
ebbbe5c5
LM
63352012-02-27 Luis Machado <lgustavo@codesourcery.com>
6336
6337 * gdb.base/save-bp.exp: Account for new condition evaluator output.
6338
8d126d8a
LM
63392012-02-24 Luis Machado <lgustavo@codesourcery.com>
6340
6341 * gdb.base/cond-eval-mode.exp: New file.
6342
11337c2f
PA
63432012-02-24 Pedro Alves <palves@redhat.com>
6344
6345 * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
6346 (top level): Use with_test_prefix.
6347
13fc3e3c
PA
63482012-02-24 Pedro Alves <palves@redhat.com>
6349
6350 * gdb.threads/attach-into-signal.exp (corefunc): Use
6351 with_test_prefix.
6352
07c1b626
JK
63532012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6354
6355 Fix false FAILs on old CPUs without SSE.
6356 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
6357 Return untested for Illegal instruction.
6358
596ba138
JK
63592012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6360
6361 Fix false FAILs with glibc debug infos installed.
6362 * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
6363 * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
6364
aeaa2474
SA
63652012-02-22 Sterling Augustine <saugustine@google.com>
6366
6367 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
6368 constant with cast.
6369
aed555c9
PA
63702012-02-21 Pedro Alves <palves@redhat.com>
6371
6372 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
6373
78afebb4
PA
63742012-02-21 Pedro Alves <palves@redhat.com>
6375
6376 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
6377
fdcfef12
PA
63782012-02-21 Pedro Alves <palves@redhat.com>
6379
6380 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
6381 with_test_prefix.
6382
0f4d39d5
PA
63832012-02-21 Pedro Alves <palves@redhat.com>
6384
6385 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
6386 with_test_prefix here.
6387 (top level): Do it here instead. Remove `:' from the
6388 with_test_prefix string.
6389 * gdb.base/attach-pie-misread.exp: Remove the leading space the
6390 the suffix `:' from the with_test_prefix prefix string.
6391 * gdb.base/break-interp.exp: Ditto.
6392 * gdb.base/catch-load.exp: Ditto.
6393 * gdb.base/disp-step-syscall.exp: Ditto.
6394 * gdb.base/jit-so.exp: Ditto.
6395 * gdb.base/jit.exp: Ditto.
6396 * gdb.base/sepdebug.exp: Ditto.
6397 * gdb.base/solib-display.exp: Ditto.
6398 * gdb.base/solib-overlap.exp: Ditto.
6399 * gdb.base/watch-cond-infcall.exp: Ditto.
6400 * gdb.base/watchpoint.exp: Ditto.
6401 * gdb.dwarf2/dw2-noloc.exp: Ditto.
6402 * gdb.mi/mi-watch.exp: Ditto.
6403 * gdb.mi/mi2-watch.exp: Ditto.
6404 * gdb.threads/non-ldr-exc-1.exp: Ditto.
6405 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6406 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6407 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6408 * gdb.threads/watchpoint-fork.exp: Ditto.
6409 * gdb.threads/watchthreads-reorder.exp: Ditto.
6410 * gdb.trace/change-loc.exp: Ditto.
6411 * gdb.trace/pending.exp: Ditto.
6412 * gdb.trace/status-stop.exp: Ditto.
6413 * gdb.trace/strace.exp: Ditto.
6414 * gdb.trace/trace-break.exp: Ditto.
6415 * gdb.trace/unavailable.exp: Ditto.
6416 * lib/gdb.exp (with_test_prefix): Always prefix with space and
6417 suffix with colon. Adjust leading comments.
6418
6a5870ce
PA
64192012-02-21 Pedro Alves <palves@redhat.com>
6420 Tom Tromey <tromey@redhat.com>
6421
6422 * lib/gdb.exp: Add description of test prefixes.
6423 (with_test_prefix): New procedure.
6424 * gdb.arch/altivec-abi.exp: Use with_test_prefix.
6425 * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
6426 * gdb.base/break-interp.exp: Use with_test_prefix. Use append
6427 instead of lappend to append to pf_prefix.
6428 * gdb.base/catch-load.exp: Use with_test_prefix.
6429 * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
6430 * gdb.base/jit-so.exp: Use with_test_prefix.
6431 * gdb.base/jit.exp: Use with_test_prefix.
6432 * gdb.base/return-nodebug.exp (do_test): Use append instead of
6433 lappend to append to pf_prefix.
6434 * gdb.base/sepdebug.exp: Use with_test_prefix.
6435 * gdb.base/solib-display.exp: Use with_test_prefix.
6436 * gdb.base/solib-overlap.exp: Use with_test_prefix.
6437 * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
6438 * gdb.base/watchpoint.exp: Use with_test_prefix.
6439 * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
6440 * gdb.mi/mi-watch.exp: Use with_test_prefix.
6441 * gdb.mi/mi2-watch.exp: Use with_test_prefix.
6442 * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
6443 * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
6444 * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
6445 * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
6446 * gdb.threads/watchpoint-fork.exp: Use with_test_prefix. Use
6447 append instead of lappend to append to pf_prefix.
6448 * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
6449 * gdb.trace/change-loc.exp: Use with_test_prefix.
6450 * gdb.trace/pending.exp: Use with_test_prefix.
6451 * gdb.trace/status-stop.exp: Use with_test_prefix.
6452 * gdb.trace/strace.exp: Use with_test_prefix.
6453 * gdb.trace/trace-break.exp: Use with_test_prefix.
6454 * gdb.trace/unavailable.exp: Use with_test_prefix. Use append
6455 instead of lappend to append to pf_prefix.
6456
35dc4a6b
JK
64572012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6458
6459 Fix racy FAILs.
6460 * gdb.base/inferior-died.c (main): Add return of 0.
6461 * gdb.base/inferior-died.exp (continue): Fix expectation of
6462 asynchronous events.
6463 (p 1): New test.
6464
c5a006e6
PA
64652012-02-20 Pedro Alves <palves@redhat.com>
6466
6467 * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
6468 lin-lwp output. Set SIGALRM to stop. Adjust tests to not rely on
6469 gdb's internal debug output. For the non-threaded case, look for
6470 "Program received signal SIGLARM", for the threaded case, peek at
6471 the thread's siginfo.
6472
cc51a170
PA
64732012-02-20 Pedro Alves <palves@redhat.com>
6474
6475 General cleanup, make output test messages unique, and build
6476 different executable files for the non-threaded and threaded
6477 cases.
6478
6479 * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
6480 Delete.
6481 (executable_nothr, executable_thr): New globals.
6482 (top level): Adjust to delete both executables.
6483 (corefunc): New parameter $executable. Set $pf_prefix instead of
6484 hand writing a prefix in tests. Issue a clean_restart and enable
6485 lin-lwp debug output here.
6486 (top level): Adjust. Use build_executable. Don't start gdb here,
6487 and don't enable lin-lwp debug output here.
6488 * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
6489
c755f03d
JK
64902012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6491
6492 Fix racy FAILs.
6493 * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
6494 "continue" command.
6495
6bec5e0a
JK
64962012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6497
6498 Fix for gdbserver non-extended mode.
6499 * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
6500 and gdb_run_cmd.
6501
2e8265fd
TT
65022012-02-17 Tom Tromey <tromey@redhat.com>
6503
6504 * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
6505 * gdb.python/py-events.exp: Check 'dir' output.
6506 * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
6507
9e507076
YQ
65082012-02-17 Yao Qi <yao@codesourcery.com>
6509
6510 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
6511
32d22ab1
TT
65122012-02-16 Tom Tromey <tromey@redhat.com>
6513
6514 * gdb.base/inferior-died.c: Don't include stdio.h.
6515
9addecb9
TT
65162012-02-16 Tom Tromey <tromey@redhat.com>
6517
6518 * gdb.base/inferior-died.c: New file.
6519 * gdb.base/inferior-died.exp: New file.
6520
4cb6da1c
AR
65212012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
6522
6523 * gdb.base/break-inline.exp: New file.
6524 * gdb.base/break-inline.c: New file.
6525
3af2590d
TT
65262012-02-15 Tom Tromey <tromey@redhat.com>
6527
6528 * gdb.base/pc-fp.exp: Add "info register" tests.
6529
29988831
TT
65302012-02-15 Tom Tromey <tromey@redhat.com>
6531
6532 * gdb.base/regs.exp: Remove.
6533
10010058
PA
65342012-02-15 Pedro Alves <palves@redhat.com>
6535
6536 * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
6537 the target doesn't support tracepoints.
6538 * gdb.trace/circ.exp: Ditto.
6539 * gdb.trace/collection.exp: Ditto.
6540 * gdb.trace/packetlen.exp: Ditto.
6541 * gdb.trace/passc-dyn.exp: Ditto.
6542 * gdb.trace/report.exp: Ditto.
6543 * gdb.trace/tfind.exp: Ditto.
6544 * gdb.trace/tspeed.exp: Ditto.
6545 * gdb.trace/tsv.exp: Ditto.
6546 * gdb.trace/unavailable.exp: Ditto.
6547 * gdb.trace/while-dyn.exp: Ditto.
6548
a2e0062d
PA
65492012-02-15 Pedro Alves <palves@redhat.com>
6550
6551 * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
6552 gdb_test_multiple, and call unsupported instead of fail, if the
6553 remote side does not support the request.
6554
a1999d40
PA
65552012-02-15 Pedro Alves <palves@redhat.com>
6556
6557 * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
6558 * gdb.server/ext-run.exp: Make sure gdb is disconnected.
6559 * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
6560 * gdb.server/server-mon.exp: Make sure gdb is disconnected.
6561 * gdb.server/server-run.exp: Make sure gdb is disconnected.
6562 * lib/gdbserver-support.exp (gdbserver_start_extended): Only
6563 prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
6564 doesn't start with "extended-" already.
6565
7cee1e54
PA
65662012-02-15 Pedro Alves <palves@redhat.com>
6567
6568 Support extended-remote. Avoid cascading timeouts.
6569
6570 * gdb.base/attach.exp (do_attach_tests): Add expected output for
6571 the extended-remote target. If attaching with no file fails, load
6572 the file manually.
6573 * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
6574
816338b5
SS
65752012-02-14 Stan Shebs <stan@codesourcery.com>
6576
6577 * gdb.base/ena-dis-br.exp: Add enable count test.
6578
cc30c4bd
PA
65792012-02-13 Pedro Alves <palves@redhat.com>
6580
6581 * config/mips-idt.exp: Delete.
6582 * gdb.base/a2-run.exp: Remove mips-idt xfails.
6583 * gdb.base/bitfields.exp: Remove mips-idt restarts.
6584 * gdb.base/break.exp: Remove mips-idt references.
6585 * gdb.base/chng-syms.exp: Ditto.
6586 * gdb.base/default.exp: Ditto.
6587 * gdb.base/funcargs.exp (funcargs_reload): Delete.
6588 (top level): Don't call it.
6589 * gdb.base/opaque.exp: Remove mips-idt restarts.
6590 * gdb.base/ptype.exp: Remove mips-idt xfails.
6591 * gdb.base/scope.exp: Remove mips-idt restarts.
6592 * gdb.base/sepdebug.exp: Remove mips-idt references.
6593 * gdb.base/watchpoint.exp (maybe_clean_restart)
6594 (maybe_reinitialize): Delete.
6595 (test_disabling_watchpoints, test_disabling_watchpoints)
6596 (test_watchpoint_triggered_in_syscall)
6597 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
6598 Don't call them.
6599
57008375
JK
66002012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6601
6602 * gdb.server/server-exec-info.exp: New file.
6603
4a2d9c08
PA
66042012-02-10 Pedro Alves <palves@redhat.com>
6605
6606 * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
6607 always non-empty.
6608 (test_attach): Always pass $exec to test_attach_gdb.
6609
09fa21bd
TT
66102012-02-08 Tom Tromey <tromey@redhat.com>
6611
6612 * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
6613 before inferior is started.
6614
f0823d2c
TT
66152012-02-07 Tom Tromey <tromey@redhat.com>
6616
6617 * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
6618 Symbol.value.
6619 * gdb.python/py-symbol.c (qq): Set default value.
6620
66212012-02-07 Tom Tromey <tromey@redhat.com>
64e7d9dd
TT
6622
6623 * gdb.python/py-symbol.c (qq): New global.
6624 * gdb.python/py-symbol.exp: Add test for frame-less
6625 lookup_symbol.
6626 * gdb.python/py-symtab.exp: Fix line number.
6627
f7e44f65
JB
66282012-02-03 Joel Brobecker <brobecker@adacore.com>
6629
6630 * gdb.ada/mi_task_arg: New testcase.
6631
4c9ed63c
PA
66322012-02-02 Pedro Alves <palves@redhat.com>
6633
6634 * gdb.reverse/until-precsave.exp: Also put "record save" under the
6635 extended timeout.
6636
c0b9f2c6
PA
66372012-02-02 Pedro Alves <palves@redhat.com>
6638
6639 * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
6640 * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
6641
5f8cefd7
PA
66422012-02-02 Pedro Alves <palves@redhat.com>
6643
6644 * gdb.base/term.exp: Rewrite.
6645 * gdb.base/term.c: New.
6646
2f3a2569
PA
66472012-02-02 Pedro Alves <palves@redhat.com>
6648
6649 * gdb.base/default.exp (run "r" abbreviation, run): Add
6650 extended-remote expected output.
6651
f149aabd
TT
66522012-02-02 Tom Tromey <tromey@redhat.com>
6653
6654 * gdb.cp/dispcxx.exp: New file.
6655 * gdb.cp/dispcxx.cc: New file.
6656
03bef283
TT
66572012-02-01 Tom Tromey <tromey@redhat.com>
6658
6659 * gdb.base/jit-simple.exp: New file.
6660 * gdb.base/jit-simple.c: New file.
6661
a79b18b5
YQ
66622012-01-30 Yao Qi <yao@codesourcery.com>
6663
6664 * gdb.base/skip.exp: Make test result unique.
6665
f0d1a53e
JK
66662012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6667
6668 * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
6669 compatibility with valgrind-3.7.0.
6670
4b3c9f41
PA
66712012-01-27 Pedro Alves <palves@redhat.com>
6672
6673 * gdb.base/watchpoint.exp (no_hw): New global.
6674 (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
6675 disable hw watchpoints.
6676 (test_wide_location_1, test_wide_location_2): If no_hw is set,
6677 don't expect hw watchpoints.
6678 (no_hw_watchpoints): Always clean restart.
6679 (do_tests): New procedure, factored out from the top level.
6680 (top level): Run tests twice. Once with hw watchpoints enabled,
6681 another time with hw watchpoints disabled.
6682
a13491c8
PA
66832012-01-27 Pedro Alves <palves@redhat.com>
6684
6685 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
6686 out from the top level.
6687 (top level): Call it instead.
6688
f2c8a051
PA
66892012-01-27 Pedro Alves <palves@redhat.com>
6690
6691 * gdb.base/watchpoint.exp (top level): Re-enable hardware
6692 watchpoints sooner.
6693
654d7a9e
PA
66942012-01-27 Pedro Alves <palves@redhat.com>
6695
6696 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
6697
274f47f3
PA
66982012-01-27 Pedro Alves <palves@redhat.com>
6699
6700 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
6701 "You may have requested too many hardware
6702 breakpoints/watchpoints".
6703
e4d63ba2
PA
67042012-01-27 Pedro Alves <palves@redhat.com>
6705
6706 * gdb.base/watchpoint.exp (maybe_clean_restart)
6707 (maybe_reinitialize): New.
6708 (test_disabling_watchpoints): Call maybe_reinitialize. Don't
6709 expect "hit N times".
6710 (test_disabling_watchpoints, test_complex_watchpoint)
6711 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
6712 Call maybe_clean_restart.
6713 (top level): Use clean_restart. Remove "mips-idt-*"
6714 reinitialization.
6715
dbd95daf
PA
67162012-01-27 Pedro Alves <palves@redhat.com>
6717
6718 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
6719
f3ad2025
PA
67202012-01-27 Pedro Alves <palves@redhat.com>
6721
6722 * gdb.base/watchpoint.exp: Clean restart after tests that don't
6723 require `initialize' anymore. Remove unnecessary `initialize'
6724 calls.
6725
100aa3ae
PA
67262012-01-27 Pedro Alves <palves@redhat.com>
6727
6728 * gdb.base/watchpoint.exp (wp_set): Delete.
6729 (initialize, test_simple_watchpoint, top level): Remove dead code.
6730
c79a8e11
PA
67312012-01-27 Pedro Alves <palves@redhat.com>
6732
6733 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
6734 typo.
6735
048fe15a
PA
67362012-01-27 Pedro Alves <palves@redhat.com>
6737
6738 * config/extended-gdbserver.exp: New file.
6739 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
6740 comment.
6741 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
6742 * boards/native-extended-gdbserver.exp: New file.
6743
4033a6bf
PA
67442012-01-26 Pedro Alves <palves@redhat.com>
6745
6746 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
6747 and gdb_test_multiple.
6748
3d7f4b81
PA
67492012-01-26 Pedro Alves <palves@redhat.com>
6750
6751 Make test messages unique, and more identifiable.
6752 * gdb.multi/watchpoint-multi.exp: Change test messages.
6753
484abf42
TT
67542012-01-25 Tom Tromey <tromey@redhat.com>
6755
6756 * gdb.base/solib-disc.exp: Fix regexps.
6757
edcc5120
TT
67582012-01-24 Tom Tromey <tromey@redhat.com>
6759
6760 * lib/mi-support.exp (mi_expect_stop): Add special case for
6761 solib-event.
6762 * gdb.base/catch-load-so.c: New file.
6763 * gdb.base/catch-load.exp: New file.
6764 * gdb.base/catch-load.c: New file.
6765 * gdb.base/break-interp.exp (reach_1): Update regexp.
6766
30b91c90
JK
67672012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6768
6769 Fix fuzzy results.
6770 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
6771 lpsimple and func.
6772
53fe1783
GB
67732012-01-24 Gary Benson <gbenson@redhat.com>
6774
6775 Delete #if 0'd out code.
6776 * gdb.base/default.exp (info catch): Remove.
6777 * gdb.base/gdb_history (info catch): Likewise.
6778 * gdb.base/help.exp (info catch): Likewise.
6779
d0d8b0c6
JK
67802012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6781
6782 Fix watchpoints to be specific for each inferior.
6783 * gdb.multi/watchpoint-multi.c: New file.
6784 * gdb.multi/watchpoint-multi.exp: New file.
6785
4403d8e9
JK
67862012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6787
6788 Fix watchpoints across inferior fork.
6789 * gdb.threads/watchpoint-fork-child.c: New file.
6790 * gdb.threads/watchpoint-fork-mt.c: New file.
6791 * gdb.threads/watchpoint-fork-parent.c: New file.
6792 * gdb.threads/watchpoint-fork-st.c: New file.
6793 * gdb.threads/watchpoint-fork.exp: New file.
6794 * gdb.threads/watchpoint-fork.h: New file.
6795
050a2e1d
PA
67962012-01-23 Pedro Alves <palves@redhat.com>
6797
6798 * gdb.base/call-signal-resume.exp: Allow output after "return".
6799
6a52fb62
PA
68002012-01-20 Pedro Alves <palves@redhat.com>
6801
6802 * gdb.python/py-finish-breakpoint.py: Fix typo.
6803
145b16a9
UW
68042012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
6805
6806 * gdb.base/info-proc.exp: Also run on remote targets. Main
6807 "info proc" command is now always present; whether target supports
6808 actual info proc operation is detected when attempting to issue
6809 the command.
6810
26f6125e
JK
68112012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6812
6813 * .gdbinit: Remove.
6814
eb5227ce
PA
68152012-01-19 Pedro Alves <palves@redhat.com>
6816
6817 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
6818 look at the funtions' returns.
6819 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
6820 (jprint.print(int, int)): Change return type to int. Adjust.
6821
1db33378
PP
68222012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6823
6824 PR gdb/9538
6825 * gdb.base/sepdebug.exp: New test.
6826
b9736cf8
PA
68272012-01-18 Pedro Alves <palves@redhat.com>
6828
6829 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
6830 Allow output before ^done.
6831
4aac40c8
TT
68322012-01-16 Tom Tromey <tromey@redhat.com>
6833
6834 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
6835 Add tests for relative directory.
6836
cafec441
TT
68372012-01-16 Tom Tromey <tromey@redhat.com>
6838
6839 * gdb.base/printcmds.c (enum flag_enum): New.
6840 (three): New global.
6841 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
6842 enum printing.
6843 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
6844 FlagEnumerationPrinter.
6845 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
6846 * gdb.python/py-pp-maint.c (enum flag_enum): New.
6847 (fval): New global.
6848
abcc4978
PA
68492012-01-16 Pedro Alves <palves@redhat.com>
6850
6851 * lib/gdb.exp (banned_procedures): New variable.
6852 (banned_variables_traced): Rename to ...
6853 (banned_traced): ... this.
6854 (gdb_init): Also trace banned procedures.
6855 (gdb_finish): Also untrace banned procedures.
6856
97ccebe8
PA
68572012-01-16 Pedro Alves <palves@redhat.com>
6858
6859 Remove all calls to strace.
6860
2af7517b
JK
68612012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6862
6863 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
6864 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
6865
9241a8bc
PP
68662012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
6867
6868 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
6869 * gdb.base/pie-execl.exp: Likewise.
6870
3848a17f
KS
68712012-01-12 Keith Seitz <keiths@redhat.com>
6872
6873 PR mi/10586
6874 * gdb.mi/var-cmd.c (struct anonymous): New structure.
6875 (do_anonymous_type_tests): New function.
6876 (main): Call do_anonymous_type_tests.
6877 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
6878 (verify_everything): New procedure.
6879 * gdb.mi/mi-var-cp.cc (class A): New class.
6880 (anonymous_structs_and_unions): New function.
6881 (main): Call anonymous_structs_and_unions.
6882 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
6883 (verify_everything): New procedure.
6884
440e2fca
KS
68852012-01-12 Keith Seitz <keiths@redhat.com>
6886
6887 * lib/mi-support.exp: Expand comments about PATH_EXPR.
6888 (varobj_tree::get_path_expr): Assume that all varobjs are
6889 compound unless they are known simple types.
6890 Adjust path expressions based on parent type, path parent type,
6891 and tree language.
6892 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
6893 the root varobj.
6894 (mi_walk_varobj_tree): Add LANGUAGE parameter.
6895
675399c9
PA
68962012-01-11 Pedro Alves <palves@redhat.com>
6897
6898 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
6899 core files on this machine" anymore.
6900
97ddaa9b
PH
69012012-01-11 Paul Hilfinger <hilfingr@adacore.com>
6902
6903 * gdb.base/watchpoint.c (recurser): Initialize local_x.
6904 (main): Repeat recurser call.
6905 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
6906 equivalent to 'local_x'.
6907
ea733575 69082012-01-11 Paul Hilfinger <hilfingr@adacore.com>
6fdff2c5 6909 Joel Brobecker <brobecker@adacore.com>
ea733575
PH
6910
6911 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
6912
2ca0b532
PA
69132012-01-05 Pedro Alves <alves.ped@gmail.com>
6914
6915 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
6916 * gdb.python/py-events.c (first): Add bits for new "step N" test.
6917 * gdb.python/py-events.exp: Test that "step N" tripping on a
6918 breakpoint emits a breakpoint event.
6919
6e681866
JB
69202012-01-03 Joel Brobecker <brobecker@adacore.com>
6921
6922 * gdb.base/auxv.exp: Reformat the copyright notice.
6923
3c2d6aff
YQ
69242012-01-03 Yao Qi <yao@codesourcery.com>
6925
6926 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
6927 (strace_trace_on_diff_addr): New.
6928 * gdb.trace/strace.c: (main): Add two local variables.
6929
0852fee3
UW
69302011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
6931
6932 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
6933 * gdb.cell/gcore.exp: Likewise.
6934 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
6935 to verify the correct instance of main is selected.
6936
12c3e59c
JB
69372012-01-02 Joel Brobecker <brobecker@adacore.com>
6938
6939 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
6940 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
6941 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
6942 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
6943 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
6944 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
6945 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
6946 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
6947 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
6948 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
6949 gdb.threads/thread_check.c: Reformat copyright header.
6950
c0f378ec
EBM
69512011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
6952
e4a7ca93 6953 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
c0f378ec
EBM
6954 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
6955 is not enabled.
6956
3bc96cfb
JK
69572011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6958
6959 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
6960 parameter to self_exec, adjust the function.
6961 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
6962 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
6963 (set var do_exit = 0): Remove test.
6964 (newline at end of file): Add one.
6965
095bcf5e
JB
69662011-12-27 Joel Brobecker <brobecker@adacore.com>
6967
6968 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
6969 New files.
6970
18d19bd1
JK
69712011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6972
6973 Fix racy FAILs.
6974 * gdb.threads/fork-thread-pending.c (barrier): New variable.
6975 (thread_function, thread_forker): Call pthread_barrier_wait for it.
6976 (main): Call pthread_barrier_init for it.
6977
e809353a
JK
69782011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6979
6980 Fix double send_gdb leading to racy FAILs.
6981 * gdb.base/break.exp (set silent break bp_location1): Replace
6982 3x send_gdb and gdb_expect by gdb_test.
6983 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
6984 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
6985 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
6986 instead of send_gdb. Twice.
6987 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
6988 3x send_gdb and gdb_expect by gdb_test.
6989 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
6990
da8cb7ec
JK
69912011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6992
6993 * gdb.linespec/linespec.exp: Compile using {c++}.
6994
ae1a303e
JK
69952011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6996
6997 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
6998 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
6999 (verify GCC PR debug/51668): New test.
7000
cc72b2a2
KP
70012011-12-23 Kevin Pouget <kevin.pouget@st.com>
7002
7003 Introduce gdb.FinishBreakpoint in Python.
7004 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
7005 py-finish-breakpoint2
7006 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
7007 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
7008 instead of line number.
7009 * gdb.python/py-finish-breakpoint.c: New file.
7010 * gdb.python/py-finish-breakpoint.exp: New file.
7011 * gdb.python/py-finish-breakpoint.py: New file.
7012 * gdb.python/py-finish-breakpoint2.cc: New file.
7013 * gdb.python/py-finish-breakpoint2.exp: New file.
7014 * gdb.python/py-finish-breakpoint2.py: New file.
7015
3b7962f9
JK
70162011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7017
7018 Partial fix of compatibility with gcc-4.7.
7019 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
7020 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
7021 Add comment to add a PASS case in the future.
7022
6538471c
JK
7023 Fix compatibility with gcc-4.7.
7024 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
7025
7052e42c
UW
70262011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
7027
7028 PR tdep/12797
7029 * gdb.base/callfuncs.exp: Remove KFAIL.
7030
9ac7f98e
JB
70312011-12-21 Joel Brobecker <brobecker@adacore.com>
7032
7033 * gdb.ada/task_bp: New testcase.
7034
f6eeced0
JK
70352011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7036
7037 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
7038 -DNO_SECTIONS.
7039 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
7040
72225e17
JK
70412011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7042
7043 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
7044 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
7045 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
7046 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
7047 conditional for gcc <= 4.5.
7048
13ac8d2c
JK
70492011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7050
7051 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
7052 by XFAIL.
7053 * gdb.cp/static-method.exp (info addr A::func())
7054 (list static-method.cc:xxx::(anonymous namespace)::A::func)
7055 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
7056 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
7057 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
7058 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
7059 (test value of F in k3_m): Likewise.
7060 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
7061 Likewise.
7062
049682ba
JK
70632011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7064
7065 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
7066 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
7067 Remove.
7068 * gdb.threads/attachstop-mt.c: Remove.
7069 * gdb.threads/attachstop-mt.exp: Remove.
7070
2c9d8796
MK
70712011-12-17 Mark Kettenis <kettenis@gnu.org>
7072
7073 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
7074
e0f9f062
DE
70752011-12-16 Doug Evans <dje@google.com>
7076
f4aa2101 7077 * boards/native-stdio-gdbserver.exp: New file.
966be4fd
DE
7078 * boards/native-gdbserver.exp: New file.
7079
e0f9f062
DE
7080 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
7081 gdbserver output.
7082 (gdbserver_default_get_remote_address): New function.
7083 (gdbserver_start): Call gdb,get_remote_address to compute argument
7084 to "target remote" command.
7085
80b6e756
PM
70862011-12-16 Phil Muldoon <pmuldoon@redhat.com>
7087
1c3ad6ab 7088 * gdb.python/py-function.exp: Change "on" to "full" for
80b6e756
PM
7089 python print-stack. Add set/show python print-stack
7090 off|full|message tests.
7091
1576bd00
YQ
70922011-12-15 Yao Qi <yao@codesourcery.com>
7093
7094 * gdb.trace/strace.c: New
7095 * gdb.trace/strace.exp: New.
7096
d6a0f6e0
TT
70972011-12-14 Tom Tromey <tromey@redhat.com>
7098
7099 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
7100
31015e1d
DE
71012011-12-14 Doug Evans <dje@google.com>
7102
7103 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
7104
7b50312a
PA
71052011-12-14 Pedro Alves <pedro@codesourcery.com>
7106
7107 PR threads/10729
7108
7109 * gdb.mi/watch-nonstop.c: New file.
6fdff2c5 7110 * gdb.mi/mi-watch-nonstop.exp: New file.
7b50312a 7111
924437bc
PA
71122011-12-13 Pedro Alves <pedro@codesourcery.com>
7113 Doug Evans <dje@google.com>
7114
7115 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
7116 (clean_restart): Remove references to the gdb_stub target board
7117 variable.
7118 (gdb_step_for_stub): Delete.
7119
7120 * gdb.base/annota1.exp: Remove all references to [target_info
7121 exists gdb_stub], gdb_step_for_stub and usestubs.
7122 * gdb.base/annota3.exp: Ditto.
7123 * gdb.base/async.exp: Ditto.
7124 * gdb.base/break.exp: Ditto.
7125 * gdb.base/code-expr.exp: Ditto.
7126 * gdb.base/commands.exp: Ditto.
7127 * gdb.base/completion.exp: Ditto.
7128 * gdb.base/condbreak.exp: Ditto.
7129 * gdb.base/consecutive.exp: Ditto.
7130 * gdb.base/cvexpr.exp: Ditto.
7131 * gdb.base/define.exp: Ditto.
7132 * gdb.base/display.exp: Ditto.
7133 * gdb.base/ena-dis-br.exp: Ditto.
7134 * gdb.base/environ.exp: Ditto.
7135 * gdb.base/gnu-ifunc.exp: Ditto.
7136 * gdb.base/maint.exp: Ditto.
7137 * gdb.base/pending.exp: Ditto.
7138 * gdb.base/sect-cmd.exp: Ditto.
7139 * gdb.base/sepdebug.exp: Ditto.
7140 * gdb.base/unload.exp: Ditto.
7141 * gdb.base/watchpoint-solib.exp: Ditto.
7142 * gdb.cp/annota2.exp: Ditto.
7143 * gdb.cp/annota3.exp: Ditto.
7144 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
7145 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
7146 * gdb.mi/mi-pending.exp: Ditto.
7147 * gdb.trace/circ.exp: Ditto.
7148 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
7149 * gdb.base/list.exp: Ditto.
7150
7151 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
7152 breakpoint function and all references to the usestubs macro.
7153 * gdb.base/exprs.c: Ditto.
7154 * gdb.base/freebpcmd.c: Ditto.
7155 * gdb.base/bitfields.c: Ditto.
7156 * gdb.base/bitfields2.c: Ditto.
7157 * gdb.base/break.c: Ditto.
7158 * gdb.base/call-sc.c: Ditto.
7159 * gdb.base/call-signals.c: Ditto.
7160 * gdb.base/callfuncs.c: Ditto.
7161 * gdb.base/charset.c: Ditto.
7162 * gdb.base/consecutive.c: Ditto.
7163 * gdb.base/constvars.c: Ditto.
7164 * gdb.base/funcargs.c: Ditto.
7165 * gdb.base/int-type.c: Ditto.
7166 * gdb.base/interrupt.c: Ditto.
7167 * gdb.base/langs0.c: Ditto.
7168 * gdb.base/list0.c: Ditto.
7169 * gdb.base/mips_pro.c: Ditto.
7170 * gdb.base/miscexprs.c: Ditto.
7171 * gdb.base/nodebug.c: Ditto.
7172 * gdb.base/opaque0.c: Ditto.
7173 * gdb.base/pointers.c: Ditto.
7174 * gdb.base/printcmds.c: Ditto.
7175 * gdb.base/ptype.c: Ditto.
7176 * gdb.base/recurse.c: Ditto.
7177 * gdb.base/reread1.c: Ditto.
7178 * gdb.base/reread2.c: Ditto.
7179 * gdb.base/restore.c: Ditto.
7180 * gdb.base/return.c: Ditto.
7181 * gdb.base/run.c: Ditto.
7182 * gdb.base/scope0.c: Ditto.
7183 * gdb.base/sepdebug.c: Ditto.
7184 * gdb.base/setshow.c: Ditto.
7185 * gdb.base/setvar.c: Ditto.
7186 * gdb.base/sigall.c: Ditto.
7187 * gdb.base/signals.c: Ditto.
7188 * gdb.base/structs.c: Ditto.
7189 * gdb.base/structs2.c: Ditto.
7190 * gdb.base/testenv.c: Ditto.
7191 * gdb.base/twice.c: Ditto.
7192 * gdb.base/unwindonsignal.c: Ditto.
7193 * gdb.base/watchpoint.c: Ditto.
7194 * gdb.base/watchpoints.c: Ditto.
7195 * gdb.base/whatis.c: Ditto.
7196 * gdb.cp/classes.cc: Ditto.
7197 * gdb.cp/cplusfuncs.cc: Ditto.
7198 * gdb.cp/derivation.cc: Ditto.
7199 * gdb.cp/formatted-ref.cc: Ditto.
7200 * gdb.cp/misc.cc: Ditto.
7201 * gdb.cp/overload.cc: Ditto.
7202 * gdb.cp/ovldbreak.cc: Ditto.
7203 * gdb.cp/ref-params.cc: Ditto.
7204 * gdb.cp/ref-types.cc: Ditto.
7205 * gdb.cp/templates.cc: Ditto.
7206 * gdb.cp/virtfunc.cc: Ditto.
7207 * gdb.hp/gdb.aCC/run.c: Ditto.
7208 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
7209 * gdb.hp/gdb.compat/xdb0.c: Ditto.
7210 * gdb.reverse/consecutive-reverse.c: Ditto.
7211 * gdb.reverse/sigall-reverse.c: Ditto.
7212 * gdb.reverse/until-reverse.c: Ditto.
7213 * gdb.reverse/watch-reverse.c: Ditto.
7214 * gdb.trace/actions.c: Ditto.
7215 * gdb.trace/circ.c: Ditto.
7216 * gdb.trace/collection.c: Ditto.
7217
fabde485
PA
72182011-12-13 Pedro Alves <pedro@codesourcery.com>
7219
7220 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
7221 (func6, func7): New.
7222 (main): Call func6 and func7.
7223 * gdb.base/watchpoint.exp (test_wide_location_1)
7224 (test_wide_location_2): New.
7225 (top level): Re-enable hardware watchpoints if necessary. Call
7226 test_wide_location_1 and test_wide_location_2.
7227
ff7d1690
YQ
72282011-12-11 Yao Qi <yao@codesourcery.com>
7229
7230 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
7231
a6af7abe
JB
72322011-12-11 Joel Brobecker <brobecker@adacore.com>
7233
7234 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
7235 expected output for unsupported case.
7236
61638e15
JK
72372011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7238
7239 PR testsuite/12649
7240 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
7241 Protect gdb_test_multiple by final $gdb_prompt match.
7242
0a00efc3
JK
72432011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7244
7245 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
7246 New variable, new test.
7247 (list static-method.cc:xxx::(anonymous namespace)::A::func)
7248 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
7249 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
7250 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
7251 them if HAVE_GCC_45682_FIXED is not set.
7252
4511b1ba
YQ
72532011-12-10 Yao Qi <yao@codesourcery.com>
7254
7255 * gdb.trace/status-stop.exp: New.
7256 * gdb.trace/status-stop.c: New.
7257
27949e73
JK
72582011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7259
7260 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
7261 timeout.
7262
d8ea7931
TT
72632011-12-08 Tom Tromey <tromey@redhat.com>
7264
7265 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
7266 condition.
7267
1cc310d2
SS
72682011-12-07 Stan Shebs <stan@codesourcery.com>
7269
7270 * gdb.trace/tfind.exp: Update for output changes.
7271
d482a875
PA
72722011-12-07 Pedro Alves <pedro@codesourcery.com>
7273
7274 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
7275 throws "Cannot insert catchpoints in this configuration".
7276 * gdb.ada/mi_catch_ex.exp: Likewise.
7277
f0ba3972
PA
72782011-12-06 Pedro Alves <pedro@codesourcery.com>
7279
7280 * gdb.base/break-always.exp: Test changing memory at addresses
7281 with breakpoints inserted.
7282
f8eba3c6
TT
72832011-12-06 Joel Brobecker <brobecker@acacore.com>
7284
6fdff2c5
PA
7285 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
7286 involving a fully qualified function name.
f8eba3c6
TT
7287
72882011-12-06 Tom Tromey <tromey@redhat.com>
7289
7290 * gdb.ada/homonym.exp: Add three breakpoint tests.
7291
72922011-12-06 Tom Tromey <tromey@redhat.com>
7293
7294 * gdb.base/solib-weak.exp (do_test): Remove kfail.
7295 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
7296 * gdb.objc/objcdecode.exp: Update for output changes.
7297 * gdb.linespec/linespec.exp: New file.
7298 * gdb.linespec/lspec.cc: New file.
7299 * gdb.linespec/lspec.h: New file.
7300 * gdb.linespec/body.h: New file.
7301 * gdb.linespec/base/two/thefile.cc: New file.
7302 * gdb.linespec/base/one/thefile.cc: New file.
7303 * gdb.linespec/Makefile.in: New file.
7304 * gdb.cp/templates.exp (test_template_breakpoints): Update for
7305 output changes.
7306 * gdb.cp/re-set-overloaded.exp: Remove kfail.
7307 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
7308 makes one breakpoint.
7309 * gdb.cp/method2.exp (test_break): Update for output changes.
7310 * gdb.cp/mb-templates.exp: Update for output changes.
7311 * gdb.cp/mb-inline.exp: Update for output changes.
7312 * gdb.cp/mb-ctor.exp: Update for output changes.
7313 * gdb.cp/ovsrch.exp: Use fully-qualified names.
7314 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
7315 has multiple matches.
7316 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
7317 error message change.
7318 * gdb.base/list.exp (test_list_filename_and_number): Update for
7319 error message change.
7320 * gdb.base/break.exp: Disable pending breakpoints. Update for
7321 output changes.
7322 * configure.ac: Add gdb.linespec.
7323 * configure: Rebuild.
7324 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
7325
c642a434
UW
73262011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
7327
7328 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
7329 last_break register on s390*-*-* targets.
7330
b18003d1
JB
73312011-12-06 Joel Brobecker <brobecker@adacore.com>
7332
7333 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
7334 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
7335 of parameter X in procedure Foo.
7336
fe96589c
SS
73372011-12-05 Stan Shebs <stan@codesourcery.com>
7338
7339 * gdb.trace/tfind.exp: Update help string matches.
7340
1820ab47
JK
73412011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7342
7343 * gdb.server/ext-run.exp (get process list): Accept also systemd
7344 as PID 1.
7345
e11ac3a3
JK
73462011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7347 Pedro Alves <pedro@codesourcery.com>
7348
7349 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
7350 starting GDB.
7351 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
7352 $use_gdb_stub.
7353 * gdb.base/display.exp: Likewise.
7354 * gdb.base/ending-run.exp: Likewise.
7355 * gdb.base/list.exp (test_listsize): Likewise.
7356 * gdb.base/setshow.exp: Likewise.
7357 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
7358 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
7359 check by global $use_gdb_stub.
7360 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
7361 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
7362 (default_gdb_init): Unset global $use_gdb_stub.
7363 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
7364 by global $use_gdb_stub.
7365 * lib/gdbserver-support.exp: Extend comments for set_board_info
7366 gdb_protocol and gdb,socketport.
7367 (gdbserver_start_extended): Set global gdbserver_protocol and
7368 gdbserver_gdbport. Clear global use_gdb_stub.
7369 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
7370 from target use_gdb_stub.
7371 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
7372
1d41d75c
DE
73732011-12-03 Doug Evans <dje@google.com>
7374
7375 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
7376 (gdb_step_for_stub): Add comments.
7377
d6d7a51a
MR
73782011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
7379
7380 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
7381 to the caller.
7382 (gdb_test_multiple): Likewise.
7383
05acf274
JK
73842011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7385
7386 Fix gdb.mi/mi-solib.exp without system debug info installed.
7387 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
7388 expect attribute, return 0 for it. Update comments.
7389
2268b414
JK
73902011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7391
7392 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
7393 (corrupted list): Adjust the expectation.
7394
585861ea
JK
73952011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7396
7397 PR threads/13448
7398 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
7399 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
7400 * gdb.threads/tls-var-main.c: New file.
7401 * gdb.threads/tls-var.c: New file.
7402 * gdb.threads/tls-var.exp: New file.
7403
968643aa
JK
74042011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7405
7406 PR testsuite/12649
7407 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
7408 Protect gdb_test_multiple by final $gdb_prompt match.
7409 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
7410 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
7411 (test_tracepoints): Likewise.
7412
9750bca9
JK
74132011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7414
7415 PR breakpoints/13346
7416 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
7417 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
7418 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
7419
ac1349b7
JB
74202011-12-01 Joel Brobecker <brobecker@adacore.com>
7421
7422 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
7423 * gdb.ada/homonym/homonym.adb: For use of all types defined
7424 locally inside both Get_Value subprograms.
7425
26d44faf
JK
74262011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7427
7428 Fix racy FAILs.
7429 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
7430 of send_gdb.
7431
514f6425
UW
74322011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7433
7434 * gdb.base/testenv.exp: Skip on remote targets. Unset global
7435 environment variable after test completed.
7436
4255c8d2
UW
74372011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7438
7439 * gdb.base/solib-nodir.exp: Skip if remote target.
7440 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
7441 application. Call gdb_load_shlibs.
7442 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
7443
a35ad96a
JB
74442011-11-29 Joel Brobecker <brobecker@adacore.com>
7445
7446 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
7447
1a1d5513
JB
74482011-11-28 Joel Brobecker <brobecker@adacore.com>
7449
7450 * gdb.ada/fullname_bp: New testcase.
7451
50b4ddf8
JK
74522011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7453
7454 PR testsuite/12649
7455 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
7456 Wrap send_gdb into a new gdb_test.
7457
fb0aec57
JK
7458 Code cleanup.
7459 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
7460 Convert send_gdb and gdb_expect to gdb_test_multiple.
7461
2376d946
JK
74622011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7463
7464 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
7465
1eec78bd
KS
74662011-11-23 Keith Seitz <keiths@redhat.com>
7467
7468 * lib/mi-support.exp (varobj_tree): New namespace and procs.
7469 (mi_varobj_tree_test_children_callback): New proc.
7470 (mi_walk_varobj_tree): New proc.
7471
36dfb11c
TT
74722011-11-22 Tom Tromey <tromey@redhat.com>
7473
7474 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
7475 Add "use_mi_command" argument.
7476 (mi_run_cmd, mi_run_with_cli): New procs.
7477 * gdb.mi/solib-lib.c: New file.
7478 * gdb.mi/solib-main.c: New file.
7479 * gdb.mi/mi-solib.exp: New file.
7480
0e965dd0
DE
74812011-11-21 Doug Evans <dje@google.com>
7482
7483 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
7484 _Unwind_DebugHook is missing.
7485
f196051f
SS
74862011-11-20 Stan Shebs <stan@codesourcery.com>
7487
7488 * gdb.trace/tstatus.exp: New.
7489 * gdb.trace/actions.c: Include string.h.
7490
bfccc43c
YQ
74912011-11-18 Yao Qi <yao@codesourcery.com>
7492
7493 * gdb.trace/pending.exp: New.
7494 * gdb.trace/pending.c: New.
7495 * gdb.trace/pendshr1.c: New.
7496 * gdb.trace/pendshr2.c: New.
7497 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
7498 tracepoint location becomes pending.
7499 (tracepoint_change_loc_2): New.
7500
73cd8ab1
DM
75012011-11-16 David S. Miller <davem@davemloft.net>
7502
7503 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
7504 target is sparc*-*-linux*
7505
77426730
PK
75062011-11-15 Paul Koning <paul_koning@dell.com>
7507
7508 * gdb.python/py-type.exp: New testcases for exceptions on scalar
7509 types.
7510
ed59ded5
DE
75112011-11-14 Doug Evans <dje@google.com>
7512
7513 * gdb.base/shell.exp: New file.
7514
405f8e94
SS
75152011-11-14 Stan Shebs <stan@codesourcery.com>
7516
7517 * gdb.trace/ftrace.c: New.
7518 * gdb.trace/ftrace.exp: New.
7519
1e4d1764
YQ
75202011-11-14 Yao Qi <yao@codesourcery.com>
7521
7522 * gdb.trace/change-loc-1.c: New.
7523 * gdb.trace/change-loc-2.c: New.
7524 * gdb.trace/change-loc.c: New.
7525 * gdb.trace/change-loc.exp: New.
7526 * gdb.trace/change-loc.h: New.
7527 * gdb.trace/trace-break.c (marker): Define new symbol.
7528 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
6fdff2c5 7529 New.
1e4d1764
YQ
7530 (break_trace_same_addr_6): New.
7531
71eba9c2 75322011-11-12 Matt Rice <ratmice@gmail.com>
7533
7534 * gdb.base/info-macros.exp: Make tests for info definitions
7535 test info macro. Add tests for info macro argument processing.
7536 Rename a few tests.
7537
1d93e29a
KS
75382011-11-11 Keith Seitz <keiths@redhat.com>
7539
7540 PR gdb/12843
7541 * gdb.base/linespecs.exp: New file.
7542
a4b5b48a
DE
75432011-11-11 Doug Evans <dje@google.com>
7544
7545 * gdb.threads/print-threads.exp: Extend timeout for slower
7546 tests.
7547
f6b47be4
DE
75482011-11-10 Doug Evans <dje@google.com>
7549
792a0230
DE
7550 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
7551 "record to end of main" test.
7552
f6b47be4
DE
7553 * gdb.python/py-type.c (TS): New typedef.
7554 (ts): New global.
7555 * gdb.python/py-type.exp: Test field list of typedef.
7556
22355c90
JB
75572011-11-10 Joel Brobecker <brobecker@adacore.com>
7558
7559 * gdb.ada/small_reg_param: New testcase.
7560
a7860e76
TT
75612011-11-09 Tom Tromey <tromey@redhat.com>
7562
7563 * gdb.cp/destrprint.exp: New file.
7564 * gdb.cp/destrprint.cc: New file.
7565
72a2e3dc
MI
75662011-11-08 Meador Inge <meadori@codesourcery.com>
7567
7568 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
7569 (switch_stack_to_other): New test function.
7570 * gdb.arch/thumb-prologue.exp: New test cases.
7571
c7195df2 75722011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
7bf9deb0
MR
7573
7574 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
7575
d3895d7d
YQ
75762011-11-08 Yao Qi <yao@codesourcery.com>
7577
7578 * gdb.exp (supports_process_record): New.
7579 (supports_reverse): New.
7580 * gdb.reverse/break-precsave.exp: Call support_process_record
7581 to run test conditionally.
7582 * gdb.reverse/consecutive-precsave.exp: Likewise.
7583 * gdb.reverse/i386-precsave.exp: Likewise.
7584 * gdb.reverse/machinestate-precsave.exp: Likewise.
7585 * gdb.reverse/solib-precsave.exp: Likewise.
7586 * gdb.reverse/step-precsave.exp: Likewise.
7587 * gdb.reverse/until-precsave.exp: Likewise.
7588 * gdb.reverse/watch-precsave.exp: Likewise.
7589 * gdb.reverse/break-reverse.exp: Call support_reverse to run
7590 test conditionally.
7591 * gdb.reverse/consecutive-reverse.exp: Likewise.
7592 * gdb.reverse/finish-precsave.exp: Likewise.
7593 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
7594 * gdb.reverse/finish-reverse.exp: Likewise.
7595 * gdb.reverse/i386-reverse.exp: Likewise.
7596 * gdb.reverse/i386-sse-reverse.exp: Likewise.
7597 * gdb.reverse/machinestate.exp: Likewise.
7598 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
7599 * gdb.reverse/sigall-precsave.exp: Likewise.
7600 * gdb.reverse/sigall-reverse.exp: Likewise.
7601 * gdb.reverse/solib-reverse.exp: Likewise.
7602 * gdb.reverse/step-reverse.exp: Likewise.
7603 * gdb.reverse/until-reverse.exp: Likewise.
7604 * gdb.reverse/watch-reverse.exp: Likewise.
7605
a59306a3
YQ
76062011-11-05 Yao Qi <yao@codesourcery.com>
7607
7608 * gdb.trace/trace-break.exp: Add test on setting two
7609 fast tracepoints at the same address.
7610
87769f59
JK
76112011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7612
7613 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
7614
3065dfb6
SS
76152011-11-02 Stan Shebs <stan@codesourcery.com>
7616
7617 * gdb.trace/collection.c: Add code using strings.
7618 * gdb.trace/collection.exp: Add tests of string collection.
7619
89e208db
JK
76202011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7621
7622 * gdb.base/skip-solib.exp (executable_main): New variable.
7623 (binfile_main): Base it on that.
7624 Use $executable_main in clean_restart calls. Drop gdb_exit and
7625 gdb_start calls.
7626
405e54e9
JK
76272011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7628
7629 Fix racy FAILs.
7630 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
7631 breakpoint_re globals import by async. Set string_regex to .* for
7632 async. Remove the optional thread_selected_re and breakpoint_re
7633 globals expectations.
7634
58e8570a
JM
76352011-11-01 Joseph Myers <joseph@codesourcery.com>
7636
7637 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
7638 well as Cygwin.
7639
7b35ec7f 76402011-11-01 Justin Lebar <justin.lebar@gmail.com>
1bfeeb0f
JL
7641
7642 Add tests for skip command.
89e208db
JK
7643 * gdb.base/skip-solib-lib.c: New
7644 * gdb.base/skip-solib-main.c: New
7645 * gdb.base/skip-solib.exp: New
7646 * gdb.base/skip.c: New
7647 * gdb.base/skip.exp: New
7648 * gdb.base/skip1.c: New
7649 * gdb.base/Makefile.in: Adding new files.
1bfeeb0f 7650
b9fd1791
PA
76512011-10-31 Yao Qi <yao@codesourcery.com>
7652 Pedro Alves <pedro@codesourcery.com>
7653
6fdff2c5
PA
7654 * gdb.trace/trace-break.c: New.
7655 * gdb.trace/trace-break.exp: New.
b9fd1791 7656
4323fecc
JK
76572011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7658
7659 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
7660 break-here-2.
7661
0e5bf2a8
PA
76622011-10-28 Pedro Alves <pedro@codesourcery.com>
7663
7664 * gdb.threads/no-unwaited-for-left.c: New.
7665 * gdb.threads/no-unwaited-for-left.exp: New.
7666 * gdb.threads/non-ldr-exc-1.c: New.
7667 * gdb.threads/non-ldr-exc-1.exp: New.
7668 * gdb.threads/non-ldr-exc-2.c: New.
7669 * gdb.threads/non-ldr-exc-2.exp: New.
7670 * gdb.threads/non-ldr-exc-3.c: New.
7671 * gdb.threads/non-ldr-exc-3.exp: New.
7672 * gdb.threads/non-ldr-exc-4.c: New.
7673 * gdb.threads/non-ldr-exc-4.exp: New.
7674
3a3dad98
JK
76752011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7676
7677 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
7678 * gdb.base/attach-pie-misread.exp: Likewise.
7679 * gdb.base/break-interp.exp: Likewise.
7680 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
7681 testcases for use_gdb_stub.
7682 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
7683 (continue): New testcase.
7684 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
7685 * gdb.threads/attach-into-signal.exp: Likewise.
7686 * gdb.threads/attach-stopped.exp: Likewise.
7687 * gdb.threads/attachstop-mt.exp: Likewise.
7688
d6a5d40c
PK
76892011-10-28 Paul Koning <paul_koning@dell.com>
7690
7691 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
7692
ca539be8
JK
76932011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7694
7695 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
7696 (mi_gdb_test): Import globals thread_selected_re
7697 and breakpoint_re. Expect them optionally at the regex start.
7698
d234ef5c
DE
76992011-10-27 Doug Evans <dje@google.com>
7700
7701 * gdb.python/python.exp: Test source -s.
7702
ab964825
PK
77032011-10-26 Paul Koning <paul_koning@dell.com>
7704
7705 * gdb.python/lib-types.cc (struct A): New structure.
7706 * gdb.python/lib-types.exp (deepitems): New tests.
d234ef5c 7707
54d8a644
PK
77082011-10-25 Paul Koning <paul_koning@dell.com>
7709
7710 PR python/13327
d234ef5c 7711
54d8a644
PK
7712 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
7713 fetch_lazy method.
7714
b0221781
YQ
77152011-10-24 Yao Qi <yao@codesourcery.com>
7716
7717 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
7718 target is tic6x-*-*.
7719
6cda5a20
JB
77202011-10-21 Joel Brobecker <brobecker@adacore.com>
7721
7722 * gdb.ada/mi_task_info/task_switch.adb: New file.
7723 * gdb.ada/mi_task_info.exp: New file.
7724
5ed9db04
JK
77252011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7726
7727 * gdb.cp/expand-psymtabs-cxx.exp: New file.
7728 * gdb.cp/expand-psymtabs-cxx.cc: New file.
7729
9df2fbc4
PM
77302011-10-20 Phil Muldoon <pmuldoon@redhat.com>
7731
7732 PR python/12656
7733
7734 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
7735 global_block tests.
7736
736086ba
TT
77372011-10-18 Tom Tromey <tromey@redhat.com>
7738
7739 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
7740
4af31552
TT
77412011-10-18 Tom Tromey <tromey@redhat.com>
7742
7743 * gdb.base/source.exp: Don't include full file name in test name.
7744 * gdb.python/python.exp: Don't include full file name in test
7745 name.
7746
43136979
AR
77472011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7748
7749 * gdb.base/attach-pie-noexec.c: New files.
7750 * gdb.base/attach-pie-noexec.exp: New files.
7751
543a9323
JM
77522011-10-17 Joseph Myers <joseph@codesourcery.com>
7753
7754 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
7755 prompt for each extra line in command.
7756
21ae7a4d
JK
77572011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7758
7759 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
7760 Revert the part of:
7761 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7762 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
7763 Change the expected string.
7764
20ec36d9
JK
77652011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7766
7767 Fix results with system glibc debug info installed.
7768 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
7769 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
7770 Accept also __libc_ symbol prefix and no prefix.
7771
6501c2fc
KS
77722011-10-14 Keith Seitz <keiths@redhat.com>
7773
7774 PR c++/13225
7775 * gdb.cp/converts.cc (foo3_1): New function.
7776 (foo3_2): New functions.
7777 * gdb.cp/converts.exp: Add tests for int to pointer conversion
7778 and null pointer conversions of integer constant zero.
7779 Add test to check if all arguments are checked for incompatible
7780 conversion BADNESS.
7781
55b1fd0c
TT
77822011-10-14 Tom Tromey <tromey@redhat.com>
7783
7784 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
7785 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
7786 linespec.
7787
22c05d8a
JK
77882011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7789
7790 Fix internal error regression.
7791 * gdb.dwarf2/implptr-optimized-out.S: New file.
7792 * gdb.dwarf2/implptr-optimized-out.exp: New file.
7793
1d6edc3c
JK
77942011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7795
7796 Fix empty DWARF expressions DATA vs. SIZE conditionals.
7797 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
7798 (loclist): New.
7799 (4): New abbrev.
7800 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
7801 Use prepare_for_testing, remove clean_restart.
7802 (p arraynoloc, p arraycallnoloc): New tests.
7803
9ec72168
JK
78042011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7805
7806 * gdb.cp/namespace-enum.exp (executable): New variable.
7807 (binfile): Use ${objdir}/${subdir}/ prefix.
7808 Use ${executable} for clean_restart.
7809
9c6c53f7
SA
78102011-10-11 Sterling Augustine <saugustine@google.com>
7811
7812 * gdb.cp/Makefile.in: Add namespace-enum test.
7813 * gdb.cp/namespace-enum.exp: New file.
7814 * gdb.cp/namespace-enum.c: New file.
7815 * gdb.cp/namespace-enum-main.c: New file.
7816
fac7ceb3
UW
78172011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
7818
7819 * gdb.python/py-shared.exp: Relax filename check to handle remote:
7820 sysroot.
7821
941b2081
JK
78222011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7823
7824 Reimplement @entry in input expressions.
7825 * gdb.base/exprs.c (v_int_array_init): New variable.
7826 * gdb.base/exprs.exp (print v_int_array_init)
7827 (print *v_int_array_init@1, print *v_int_array_init@2)
7828 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
7829 (print v_int_array_init[1]@1): New tests.
7830
0344e878
JM
78312011-10-10 Joseph Myers <joseph@codesourcery.com>
7832
7833 * gdb.cp/gdb2495.exp: Do not include directories in filename in
7834 expected message.
7835
5a56e9c5
DE
78362011-10-09 Doug Evans <dje@google.com>
7837
7838 * gdb.base/alias.exp: Add tests for alias command.
7839
2bda9cc5
JK
78402011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7841
7842 * gdb.arch/amd64-entry-value.s: New file.
7843 * gdb.mi/mi2-amd64-entry-value.s: New file.
7844
a471c594
JK
78452011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7846
7847 Display @entry parameter values even for references.
7848 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
7849 functions.
7850 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
7851 reference and datap_input.
7852 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
7853 breakpoints.
7854 (continue to breakpoint: entry_reference: reference)
7855 (entry_reference: bt at entry)
7856 (continue to breakpoint: entry_reference: breakhere_reference)
7857 (entry_reference: bt, entry_reference: ptype regparam)
7858 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
7859 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
7860 (entry_reference: p regcopy, entry_reference: p nodataparam)
7861 (entry_reference: p nodataparam@entry): New tests.
7862
36b11add
JK
78632011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7864
7865 Support @entry in input expressions.
7866 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
7867 (entry_stack: p s1@entry, entry_stack: p s2@entry)
7868 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
7869 (tailcall: p j@entry): New tests.
7870 * gdb.cp/koenig.cc (A::entry): New function.
7871 (main): Call it.
7872 * gdb.cp/koenig.exp (p entry (c)): New test.
7873
e18b2753
JK
78742011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7875
7876 Display @entry parameter values (without references).
7877 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
7878 (different, validity, invalid): New functions.
7879 (main): Call them.
7880 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
7881 stacktest, breakhere_stacktest, different, breakhere_different,
7882 breakhere_validity and breakhere_invalid.
7883 (entry: bt): Update for @entry.
7884 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
7885 (entry_validity: *, entry_invalid: *): Many new tests.
7886 * gdb.base/break.exp
7887 (run until breakpoint set at small function, optimized file): Accept
7888 also the @entry suffix.
7889 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
7890 * gdb.mi/mi2-amd64-entry-value.c: New files.
7891 * gdb.mi/mi2-amd64-entry-value.exp: New files.
7892
2d6c5dc2
JK
78932011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7894
7895 Protect entry values against self tail calls.
7896 * gdb.arch/amd64-entry-value.cc (self2, self): New.
7897 (main): Call self.
7898 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
7899 (set debug entry-values 1, self: bt debug entry-values): New tests.
7900
111c6489
JK
79012011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7902
7903 Recognize virtual tail call frames.
7904 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
7905 (amb_b, amb_a): New.
7906 (main): Call a and b.
7907 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
7908 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
7909 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
7910 New tests.
7911
8e3b41a9
JK
79122011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7913
7914 Implement basic support for DW_TAG_GNU_call_site.
7915 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
7916 * gdb.arch/amd64-entry-value.cc: New file.
7917 * gdb.arch/amd64-entry-value.exp: New file.
7918
181cebd4
JK
79192011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7920
7921 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
7922 * gdb.dwarf2/implptr-64bit.S: New file.
7923 * gdb.dwarf2/implptr-64bit.exp: New file.
7924
741f5e3c
JK
79252011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7926
7927 Fix initial language detection with -readnow.
7928 * gdb.cp/readnow-language.cc: New file.
7929 * gdb.cp/readnow-language.exp: New file.
7930
a73d2258
JK
79312011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7932
7933 Fix printed anonymous struct name.
7934 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
7935
af369495
JM
79362011-10-09 Joseph Myers <joseph@codesourcery.com>
7937
7938 * gdb.base/solib-symbol.exp: Do not include directories in
7939 filenames in expected messages.
7940
1fa57852
DE
79412011-10-07 Doug Evans <dje@google.com>
7942
7943 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
7944
bd054e06
KP
79452011-10-07 Kevin Pouget <kevin.pouget@st.com>
7946
7947 Allow Python notification of new object-file loadings.
7948 * gdb.python/py-events.exp: Test newobjfile event.
7949 * gdb.python/py-events.py: Register newobjfile callback.
7950 * gdb.python/py-events.c: Add call to shared library
7951 * gdb.python/py-events-shlib.c: New file.
7952
8031b6f8
JM
79532011-10-06 Joseph Myers <joseph@codesourcery.com>
7954
7955 * gdb.base/fixsection.exp: Do not include directories in filename
7956 in expected message.
7957
7fea6923
PM
79582011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
7959
7960 Add tests for passing of environment variables to inferior.
7961 * gdb.base/testenv.c: New test source.
7962 * gdb.base/testenv.exp: New expect test.
7963
687f2a88
PK
79642011-10-04 Paul Koning <paul_koning@dell.com>
7965
7966 * gdb.python/py-value.c (main): Break before return.
7967
cb6be26b
KP
79682011-10-04 Kevin Pouget <kevin.pouget@st.com>
7969
7970 PR python/12691: Add the inferior to Python exited event
7971 * gdb.python/py-events.exp: Test the inferior attribute of exited
7972 event with a fork.
7973 * gdb.python/py-events.py: Print inferior number on exit.
7974 * gdb.python/py-events.c: Fork the inferior.
7975
fb213700
EBM
79762011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
7977
7978 * gdb.base/jit.exp: Add testcase name to log message
7979
aa2071bd
PK
79802011-10-03 Paul Koning <paul_koning@dell.com>
7981 Jan Kratochvil <jan.kratochvil@redhat.com>
7982
7983 * gdb.python/py-value.exp
7984 (python inval = gdb.parse_and_eval('*(int*)0'))
7985 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
7986 (set argc=2, python print argc_lazy): New tests.
7987
dd11a36c
JB
79882011-10-02 Joel Brobecker <brobecker@adacore.com>
7989
7990 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
7991
46f886f1
JK
79922011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7993 Pedro Alves <pedro@codesourcery.com>
7994
7995 * gdb.python/py-value.exp (test_value_in_inferior): New variable
7996 can_read_0, test for it.
7997 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
7998 (parse_and_eval with memory error): ... here, make it untested if
7999 can_read_0.
8000
c5cb204f
MP
80012011-09-30 Marek Polacek <mpolacek@redhat.com>
8002
8003 * gdb.python/python.exp (verify pagination beforehand)
8004 (verify pagination afterwards): Fix race by splitting the line.
8005
68fb0ec0
JM
80062011-09-29 Joseph Myers <joseph@codesourcery.com>
8007
8008 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
8009 for 64-bit multilibs from i?86-* targets.
8010
6aee0d90
MP
80112011-09-29 Marek Polacek <mpolacek@redhat.com>
8012
8013 * lib/gdb.exp: Fix a typo in one of the comments.
8014
e9101ff5
MP
80152011-09-29 Marek Polacek <mpolacek@redhat.com>
8016
8017 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
8018 matching pattern.
8019
7a81bdbf
PK
80202011-09-28 Paul Koning <paul_koning@dell.com>
8021
8022 * gdb.python/py-type.c (enum E): New.
8023 * gdb.python/py-type.exp (test_fields): Add tests for Python
8024 mapping access to fields.
8025 (test_enums): New test for field access on enums.
8026
6710bf39
SS
80272011-09-27 Stan Shebs <stan@codesourcery.com>
8028
8029 * gdb.trace/collection.exp: Test collection of $_ret.
8030
b2a6bdeb
AT
80312011-09-22 Andreas Tobler <andreast@fgznet.ch>
8032
8033 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
8034 list of compilation switches for <*-*-freebsd*>.
8035
3c9057f3
SS
80362011-09-19 Stan Shebs <stan@codesourcery.com>
8037
8038 * gdb.trace/tspeed.exp: New file.
8039 * gdb.trace/tspeed.c: New file.
8040
34518530
YQ
80412011-09-18 Yao Qi <yao@codesourcery.com>
8042
8043 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
8044 instructions.
8045 (test_adr_32bit, test_pop_pc): Likewise.
8046 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
8047 Thumb instructions.
8048 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
8049 in gdb_test_multiple.
8050 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
8051
ab254057
YQ
80522011-09-17 Yao Qi <yao@codesourcery.com>
8053
8054 * lib/gdb.exp (can_single_step_to_signal_handler): New.
8055 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
8056 support single step to signal handler.
8057
9c317b71
YQ
80582011-09-17 Yao Qi <yao@codesourcery.com>
8059
8060 * gdb.base/disp-step-fork.c: New.
8061 * gdb.base/disp-step-syscall.exp: New.
8062 * gdb.base/disp-step-vfork.c: New.
8063
a8123151
JB
80642011-09-16 Joel Brobecker <brobecker@adacore.com>
8065
8066 * gdb.ada/tasks.exp: Make the expected output for
8067 the `info tasks' tests more resilient to spacing
8068 changes.
8069
63a9aad8
JK
80702011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8071
8072 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
8073 (reached breakpoint 2, reached breakpoint 3): Update expected output.
8074
2aa48337
KP
80752011-09-15 Kevin Pouget <kevin.pouget@st.com>
8076
8077 PR Python/12692 Add gdb.selected_inferior() to Python interface.
8078 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
8079
6839b47f
KP
80802011-04-30 Kevin Pouget <kevin.pouget@st.com>
8081
8082 Handle multiple breakpoint hits in Python interface:
8083 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
8084 presence.
8085 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
8086 breakpoint hits.
8087
0935723e
JK
80882011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
8089 Jan Kratochvil <jan.kratochvil@redhat.com>
8090
8091 * gdb.python/py-events.exp: Remove pretty printing comment.
8092 * gdb.python/py-evsignal.exp: New file.
8093 * gdb.python/py-evthreads.c: Include signal.h.
8094 (thread3): Remove variable count3. Remove variable bad and use raise
8095 instead.
8096 (thread2): Remove variable count2. Move thread3 pthread_create here,
8097 merge pthread_join to a single line.
8098 (main): Remove variable count1. Merge pthread_join with pthread_create
8099 to a single line.
8100 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
8101 KFAIL python/12966 for gdbserver. Test return value of
8102 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
8103 gdb_expect by gdb_test and gdb_test_multiple.
8104 (thread 2, thread 3): New tests.
8105
4801a9a3
PA
81062011-09-12 Matt Rice <ratmice@gmail.com>
8107 Pedro Alves <pedro@codesourcery.com>
8108
8109 PR gdb/13175
8110
8111 * gdb.base/interp.exp: New tests.
8112 * gdb.base/interp.c: New file.
8113
24ece742
DE
81142011-09-12 Doug Evans <dje@google.com>
8115
8116 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
8117 * gdb.dwarf2/typeddwarf.exp: Ditto.
8118
7f062217
JK
81192011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8120
8121 Fix compatibility with x32 arch.
8122 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
8123 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
8124 is_x86_like_target.
8125 * testsuite/gdb.trace/collection.exp: Likewise.
8126 * testsuite/gdb.trace/report.exp: Likewise.
8127 * testsuite/gdb.trace/unavailable.exp: Likewise.
8128 * testsuite/gdb.trace/while-dyn.exp: Likewise.
8129 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
8130 (is_x86_like_target): Check also is_amd64_regs_target.
8131
08711b9a
JK
81322011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8133
8134 PR breakpoints/12435
8135 * gdb.arch/amd64-prologue-xmm.c: New file.
8136 * gdb.arch/amd64-prologue-xmm.exp: New file.
8137 * gdb.arch/amd64-prologue-xmm.s: New file.
8138
b99b5f66
JK
81392011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8140
8141 * gdb.dwarf2/dw2-param-error-main.c: New file.
8142 * gdb.dwarf2/dw2-param-error.S: New file.
8143 * gdb.dwarf2/dw2-param-error.exp: New file.
8144
a391a2f6
PA
81452011-09-08 Pedro Alves <pedro@codesourcery.com>
8146
8147 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
8148 inferior's pid and look for a core dump named core.$pid. Use
8149 `remote_file' commands on the host instead of hand coding shell
8150 commands on the build.
8151 * gdb.base/valgrind-db-attach.exp: Kill the program before
8152 finishing the test.
8153
7d8e6458 81542011-09-02 Matt Rice <ratmice@gmail.com>
8155
8156 * lib/prompt.exp: New file for testing the first prompt.
8157 * gdb.python/py-prompt.exp: Ditto.
8158 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
8159
68e77c9e
PA
81602011-09-02 Pedro Alves <pedro@codesourcery.com>
8161
8162 * gdb.threads/gcore-thread.exp: Set the global core_supported to
8163 0, before testing gcore.
8164
9655e943
JK
81652011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8166
df6dc84d
JK
8167 * dw2-ifort-parameter-debug.S: Update copyright year.
8168 * dw2-ifort-parameter.c: Update copyright year.
8169 * dw2-ifort-parameter.exp: Update copyright year.
8170
9655e943
JK
8171 * dw2-ifort-parameter-debug.S: New file.
8172 * dw2-ifort-parameter.c: New file.
8173 * dw2-ifort-parameter.exp: New file.
8174
353d1d73
JK
81752011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8176
8177 * gdb.base/commands.exp (error_clears_commands_left): New function.
8178 (): Call it.
8179
5c07461a
JK
81802011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8181
8182 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
8183 (C): Initialize `a'.
8184 * gdb.mi/mi-inheritance-syntax-error.exp
8185 (-data-evaluate-expression $path): Expect `a' as 5.
8186
0d932b2f
MK
81872011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
8188
8189 PR mi/11912
8190 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
8191 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
8192 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
8193 keyword in output of -var-info-path-expression.
8194
bdb54049
JK
81952011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8196
8197 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
8198 * gdb.trace/collection.exp: Likewise.
8199 * gdb.trace/report.exp: Likewise.
8200 * gdb.trace/unavailable.exp: Likewise.
8201 * gdb.trace/while-dyn.exp: Likewise.
8202
59cde39c
KS
82032011-08-18 Keith Seitz <keiths@redhat.com>
8204
8205 PR c++/12266
8206 * gdb.cp/meth-typedefs.cc: New file.
8207 * gdb.cp/meth-typedefs.exp: New file.
8208
fa3a4f15
PM
82092011-08-17 Phil Muldoon <pmuldoon@redhat.com>
8210
6fdff2c5 8211 * gdb.python/python.exp: Add extended-prompt tests.
fa3a4f15 8212
c1049fca
JK
82132011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8214
8215 * gdb.arch/i386-dr3-watch.exp
8216 (watchpoint on gap1 does not fit debug registers)
8217 (delete all watchpoints): Fix racy expect strings.
8218
d93f7b5c
YQ
82192011-08-14 Yao Qi <yao@codesourcery.com>
8220
8221 * gdb.base/maint.exp: set data_section to ".neardata".
8222 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
8223 * gdb.base/savedregs.exp: Handle SIGILL.
8224 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
8225 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
8226
457e09f0
DE
82272011-08-12 Doug Evans <dje@google.com>
8228
8229 * gdb.python/py-symbol.exp: Add test for symbol.type.
8230
5d0bb2fb
UW
82312011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
8232
8233 * gdb.threads/pthreads.exp: Enable on non-native configurations.
8234 * gdb.mi/mi-pthreads.exp: Likewise.
8235 * gdb.mi/mi2-pthreads.exp: Likewise.
8236 * gdb.mi/gdb669.exp.exp: Likewise.
8237
fcdfa280
PA
82382011-08-09 Pedro Alves <pedro@codesourcery.com>
8239
8240 * lib/mi-support.exp (detect_async): Rename to...
8241 (mi_detect_async): ... this.
8242 * gdb.mi/mi-nonstop-exit.exp: Adjust.
8243 * gdb.mi/mi-nonstop.exp: Adjust.
8244 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
8245 * gdb.mi/mi-nsintrall.exp: Adjust.
8246 * gdb.mi/mi-nsmoribund.exp: Adjust.
8247 * gdb.mi/mi-nsthrexec.exp: Adjust.
8248
9d8fa392
PA
82492011-08-09 Pedro Alves <pedro@codesourcery.com>
8250
8251 * gdb.base/display.c (do_loops): New `p_i' local.
8252 * gdb.base/display.exp: Test displaying a variable that is
8253 temporarily at a bad address.
8254
b6cede78
JK
82552011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8256
8257 * gdb.dwarf2/dw2-op-stack-value.S: New file.
8258 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
8259
67bedb8c
JK
82602011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8261
8262 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
3c542bc3
JK
8263 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
8264 (p fuNC_symtab): Permit also ppc64 leading dot.
67bedb8c 8265
af6e93b2
PA
82662011-08-05 Pedro Alves <pedro@codesourcery.com>
8267
8268 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
8269 procedure.
8270 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
8271
1cf0e11f
YQ
82722011-08-05 Yao Qi <yao@codesourcery.com>
8273
8274 * gdb.base/callfuncs.exp: Set language after main.
8275 * gdb.cp/cplusfuncs.exp: Likewise.
8276 * gdb.cp/inherit.exp: Likewise.
8277
a1e28cb2
UW
82782011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
8279
8280 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
8281 * gdb.base/watch-vfork.exp: Skip on remote targets.
8282
d4f5bbb9
UW
82832011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
8284
8285 * gdb.threads/thread-find.exp: Support remote targets.
8286
724f4f80
UW
82872011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
8288
8289 * gdb.base/jit.exp: Download solib_binfile to target.
8290 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
8291 and call dlopen without full path name.
8292 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
8293 dlopen without full path name.
8294
934709f0
PW
82952011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8296
8297 * gdb.base/break-always.exp: Complete the test
8298 with duplicated breakpoints and enabling/disabling them.
8299
c26106c4
TT
83002011-08-02 Tom Tromey <tromey@redhat.com>
8301
8302 PR gdb/11289:
8303 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
8304
9300444e 83052011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
fbe12357
PP
8306
8307 PR gdb/13045
8308 * gdb.base/float.exp: Add new test case for PR gdb/13045
8309 * gdb.base/float.c: New file.
8310
00bd41d6
PM
83112011-07-28 Phil Muldoon <pmuldoon@redhat.com>
8312
8313 * gdb.python/py-mi.exp: Test printers returning string hint, and
8314 also not returning a value.
8315 * gdb.python/py-prettyprint.c: Add testcase for above.
8316 * gdb.python/py-prettyprint.py: Add test printer for above.
8317
d24f74ce
JK
83182011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8319
8320 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
8321 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
8322 (.Ldie30) Add as field "data4".
8323 (.Ldie32) Rename field "b" to "shl".
8324 (abbrev4) Change for the "data4" field.
8325 (abbrev5, abbrev6) Remove.
8326 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
8327 (p &s.shl): ... here. Add comment.
8328 (p &s.data4): New.
8329
bb7da2bf
JK
83302011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8331
8332 Fix crash on lval_computed values.
8333 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
8334
11081198
JK
83352011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8336
8337 * gdb.base/help.exp (help whatis): Update the expected string.
8338
3c6e0cb3
JK
83392011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8340
8341 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
8342 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
8343 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
8344 Change the expected string.
8345
efa80663
PA
83462011-07-26 Pedro Alves <pedro@codesourcery.com>
8347
8348 * gdb.base/watchpoint.exp
8349 (test_disable_enable_software_watchpoint): New procedure.
8350 (top level): Run it.
8351
db8e4570
UW
83522011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
8353
8354 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
8355 executable file "${binfile}", C++ version "${binfile}-cxx".
8356 * gdb.python/py-prettyprint.exp: Likewise.
8357 * gdb.python/py-symbol.exp: Likewise.
8358 * gdb.python/py-type.exp: Likewise.
8359 * gdb.python/py-value.exp: Likewise.
8360 * gdb.python/py-template.exp (test_template_arg): Pass full executable
8361 file name instead of just suffix.
8362
543305c9
JK
83632011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8364
8365 Fix implicit pointer offsets.
8366 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
8367 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
8368 (continue to breakpoint: continue to baz breakpoint for implptr)
8369 (sanity check element 0, sanity check element 1)
8370 (enter the inlined function, check element 0 for the offset)
8371 (check element 1 for the offset)
8372 (continue to breakpoint: ignore the second baz breakpoint): New tests.
8373 (set foo breakpoint for implptr): Update the breakpoint number.
8374
b3215adc
UW
83752011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
8376
8377 * gdb.python/py-mi.exp: Use different file names for different
8378 versions of the executable under test.
8379 * gdb.python/py-prettyprint.exp: Likewise.
8380 * gdb.python/py-symbol.exp: Likewise.
8381 * gdb.python/py-template.exp: Likewise.
8382 * gdb.python/py-type.exp: Likewise.
8383 * gdb.python/py-value.exp: Likewise.
8384
182b9acc
UW
83852011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
8386
8387 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
8388 flag after restarting GDB if necessary.
8389
e6052b5d
UW
83902011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
8391
8392 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
8393
1ced966e
PA
83942011-07-22 Pedro Alves <pedro@codesourcery.com>
8395
8396 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
8397 backend doesn't leave used debug registers behind.
8398
3543a589
TT
83992011-07-22 Tom Tromey <tromey@redhat.com>
8400
8401 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
8402 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
8403 argument.
8404 * gdb.dwarf2/typeddwarf-amd64.S: New file.
8405
14d15303 84062011-07-21 Matt Rice <ratmice@gmail.com>
8407
8408 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
8409 in mostlyclean rule. Add files ending in .core.
8410
9b158ba0 84112011-07-21 Matt Rice <ratmice@gmail.com>
8412
8413 PR macros/12999
8414 * gdb.base/info-macros.c: New test sources.
8415 * gdb.base/info-macros.exp: New tests.
8416
d17b6f81
PM
84172011-07-21 Phil Muldoon <pmuldoon@redhat.com>
8418
8419 * gdb.python/python.exp: Add prompt substitution tests.
8420
918dd910
JK
84212011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8422
8423 Fix crash if referenced CU is aged out.
8424 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
8425 New.
8426 * gdb.dwarf2/implptr.exp: Likewise.
8427
0e37a63c
JK
84282011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8429
8430 * gdb.dwarf2/implptr.S: Rebuilt.
8431 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
8432 (bar): Use them for j, k, l.
8433 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
8434 COMPILE.
8435 (print j in implptr:bar): Update for the intp typedef.
8436 (print p[0].x in implptr:foo): Use more exact regex.
8437
f65cf84c
TT
84382011-07-18 Tom Tromey <tromey@redhat.com>
8439
8440 * gdb.cp/static-method.exp: Add missing single quote.
8441
d5b4a7be
YQ
84422011-07-18 Yao Qi <yao@codesourcery.com>
8443
8444 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
8445 supported.
8446 * gdb.mi/mi-nonstop-exit.exp: Likewise.
8447 * gdb.mi/mi-nonstop.exp: Likewise.
8448 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
8449 * gdb.mi/mi-nsintrall.exp: Likewise.
8450 * gdb.mi/mi-nsmoribund.exp: Likewise.
8451 * gdb.mi/mi-nsthrexec.exp: Likewise.
8452 * gdb.python/py-evthreads.exp: Likewise.
8453
e9ea2662
JK
84542011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8455
8456 Code cleanup.
8457 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
8458 it. Substitute it instead of test_compiler_info everywhere.
8459
ce451573
UW
84602011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
8461
8462 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
8463 remote targets as well.
8464
756d88a7
UW
84652011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
8466
8467 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
8468 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
8469
31f83dc5
UW
84702011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
8471
8472 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
8473 a remote machine, not the host.
8474 (gdb_compile_shlib): Set soname if target is remote.
8475
059241a0
PP
84762011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
8477
8478 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
8479
28a0b48c 84802011-07-13 Matt Rice <ratmice@gmail.com>
8481
8482 * gdb.python/py-objfile-script-gdb.py: Renamed to
8483 py-objfile-script-gdb.py.in.
8484 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
8485 py-objfile-script-gdb.py.
8486 * gdb.python/py-objfile-script.exp: Update reference to
8487 py-objfile-script-gdb.py.
8488
9a771b67
JK
84892011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8490
8491 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
8492 reference undefined label.
8493
04ad99e6
JK
84942011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8495
8496 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
8497 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
8498 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
8499 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
8500
713389e0
PM
85012011-07-11 Phil Muldoon <pmuldoon@redhat.com>
8502
6fdff2c5 8503 PR python/12438
713389e0 8504 * gdb.python/python.exp: Add maint set/show python print-stack
6fdff2c5 8505 deprecated tests. Add set/show python print-backtrace tests.
713389e0 8506
97d146f8
JK
85072011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8508
8509 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
8510 debug info.
8511
facde0e5 85122011-07-06 Matt Rice <ratmice@gmail.com>
8513
8514 * gdb.python/python.exp: Update filename paths.
8515 * gdb.python/py-symtab.exp: Ditto.
8516
438640d1
MP
85172011-07-06 Marek Polacek <mpolacek@redhat.com>
8518
8519 * gdb.python/py-evthreads.exp: Add missing `$'.
8520
33a365df
MF
85212011-07-06 Jie Zhang <jie.zhang@analog.com>
8522
8523 * config/bfin.exp: New file.
8524 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
8525 * gdb.asm/bfin.inc: New file.
8526
8f7ae686
MP
85272011-07-06 Marek Polacek <mpolacek@redhat.com>
8528
df46027d 8529 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
8f7ae686
MP
8530 the whole output.
8531
eb2a6f42
TT
85322011-07-05 Tom Tromey <tromey@redhat.com>
8533
8534 * gdb.java/jprint.java (jprint.hi): New field.
8535 * gdb.java/jprint.exp: Print string.
8536
177b42fe
TJB
85372011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
8538
8539 * gdb.base/call-sc.c: Fix typos.
8540 * gdb.base/ifelse.exp: Likewise.
8541 * gdb.base/structs.c: Likewise.
8542
3b2a0cf2
JB
85432011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
8544
8545 * gdb.base/jit-so.exp: New test.
8546 * gdb.base/jit-dlmain.c: New file.
8547 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
8548
46fc714c
JK
85492011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8550
8551 * gdb.cp/m-static.exp: Call get_compiler_info.
e17476d7
JK
8552 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
8553 * gdb.cp/pr9167.exp (p b): Likewise.
8554 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
8555 (test value of P in inner_m, test type of Z in inner_m): Call
8556 setup_xfail for gcc <= 4.5.
46fc714c 8557
418c7cf7
JK
85582011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8559
8560 * gdb.cp/paren-type.cc: New files.
8561 * gdb.cp/paren-type.exp: New files.
8562
3d50dd94
JK
85632011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8564
8565 Stop on first linespec terminator instead of eating what we can.
8566 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
8567 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
8568 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
8569 (break C::f()): ... this one.
8570 (break C::operator()()): New test.
8571 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
8572 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
8573 test.
8574
dcf9f4ab
JK
85752011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8576
8577 Fall back linespec to minimal symbols.
8578 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
8579 error message.
8580 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
8581 * gdb.cp/minsym-fallback-main.cc: New file.
8582 * gdb.cp/minsym-fallback.cc: New file.
8583 * gdb.cp/minsym-fallback.exp: New file.
8584 * gdb.cp/minsym-fallback.h: New file.
8585
3f542ed1
JK
85862011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8587
8588 * gdb.cp/no-dmgl-verbose.cc: New file.
8589 * gdb.cp/no-dmgl-verbose.exp: New file.
8590
85912011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
900e11f9
JK
8592
8593 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
8594 __GI_.
8595 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
8596 (f): New function.
8597 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
8598 (complete p 'func<short>(): ... here.
8599 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
8600 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
8601 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
8602 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
8603 Make them KFAIL gcc/49546.
8604
00eb2c4a
JB
86052011-07-01 Joel Brobecker <brobecker@adacore.com>
8606
8607 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
8608
85a20c42
JK
86092011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8610
8611 Test GCC PR debug/49546.
8612 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
8613 (test type of F in k3_m, test value of F in k3_m): New.
8614 * gdb.cp/temargs.cc (struct S3, struct K3): New.
8615 (main): New variable k3. Call k3.k3_m.
8616
d2d43431
JB
86172011-07-01 Jean-Charles Delay <delay@adacore.com>
8618
8619 * gdb.ada/packed_array.exp: Fix expected outout.
8620
54ae186f
JB
86212011-07-01 Jean-Charles Delay <delay@adacore.com>
8622
8623 * gdb.ada/packed_array.exp: fixed expected output.
8624
8f17729f
JB
86252011-07-01 Joel Brobecker <brobecker@adacore.com>
8626
8627 * gdb.ada/same_enum: New testcase.
8628
f5aa6869
JB
86292011-07-01 Joel Brobecker <brobecker@adacore.com>
8630
8631 * gdb.ada/ptr_typedef: New testcase.
8632
828292f2
JB
86332011-07-01 Joel Brobecker <brobecker@adacore.com>
8634
8635 * gdb.ada/arrayptr.exp: Add ptype test.
8636
18920c42
JB
86372011-07-01 Joel Brobecker <brobecker@adacore.com>
8638
8639 * gdb.ada/char_enum: New testcase.
8640
3536d9e3 86412011-07-01 Yao Qi <yao@codesourcery.com>
54aeeb99
YQ
8642
8643 * gdb.base/dump.exp (capture_pointer_with_type): New.
8644 Get value from address instead of name.
8645 Start GDB once, and do `dump' and `restore'
8646 tests together.
8647
db863c42
MF
86482011-06-30 Jie Zhang <jie.zhang@analog.com>
8649 Mike Frysinger <vapier@gentoo.org>
8650
8651 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
8652 helper functions for getting/setting remotetimeout variable.
8653 * lib/gdb.exp (gdb_load): If the target is remote, set
8654 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
8655 with $loadtimeout. Set $load_ok to 0 before doing the load.
8656 Instead of returning, immediately, set $load_ok to 0. Call
8657 set_remotetimeout with $oldremotetimeout, and then return if
8658 $load_ok is 1.
8659
e9e642a8
AB
86602011-06-30 Andrew Burgess <aburgess@broadcom.com>
8661
8662 * gdb.python/py-template.exp: Don't run this test if the target
8663 does not support c++ tests.
8664
32019081
JK
86652011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8666
8667 Fix non-only rename list for Fortran modules import.
8668 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
8669 tests.
8670 * gdb.fortran/module.f90 (module moduse): New.
8671 (program module): use moduse, test var_x, var_y and var_z.
8672
0ecee54c
TT
86732011-06-29 Tom Tromey <tromey@redhat.com>
8674
8675 PR testsuite/12040:
8676 * gdb.fortran/array-element.exp: Use f90, not f77.
8677 * gdb.fortran/complex.exp: Use f90, not f77.
8678 * gdb.fortran/derived-type.exp: Use f90, not f77.
8679 * gdb.fortran/library-module.exp: Use f90, not f77.
8680 * gdb.fortran/logical.exp: Use f90, not f77.
8681 * gdb.fortran/module.exp: Use f90, not f77.
8682 * gdb.fortran/multi-dim.exp: Use f90, not f77.
8683 * gdb.fortran/subarray.exp: Use f90, not f77.
8684
3b2b8fea
TT
86852011-06-29 Tom Tromey <tromey@redhat.com>
8686
8687 * gdb.fortran/charset.exp: New file.
8688 * gdb.fortran/charset.f90: New file.
8689
42159ca5
TT
86902011-06-29 Tom Tromey <tromey@redhat.com>
8691
8692 PR testsuite/12040:
8693 * lib/future.exp: New file, mostly extracted from ada.exp.
8694 Rewrote compatibility code to use rename.
8695 (gdb_find_gfortran): New proc.
8696 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
8697 gfortran patch.
8698 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
8699 Move to future.exp.
8700 * lib/gdb.exp: Always load future.exp.
8701
af69a5ce
YQ
87022011-06-28 Yao Qi <yao@codesourcery.com>
8703
8704 * gdb.cp/exception.cc: Don't include iostream.
8705 (bar): Remove print statement.
8706 (catcher): New.
8707 (main): Remove print statements. Call function catcher.
8708 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
8709 Set breakpoint on catcher, and check the value of parameter.
8710
ab5c6a72
YQ
87112011-06-23 Yao Qi <yao@codesourcery.com>
8712
6fdff2c5
PA
8713 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check
8714 breakpoint 1.2 is disabled. KFAIL for uclinux.
ab5c6a72 8715
9497469f
MP
87162011-06-23 Marek Polacek <mpolacek@redhat.com>
8717
8718 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
8719 mi_gdb_test.
8720
b9132588
MP
87212011-06-23 Marek Polacek <mpolacek@redhat.com>
8722
5d197ed0 8723 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
b9132588 8724
e55595ca
MP
87252011-06-23 Marek Polacek <mpolacek@redhat.com>
8726
5d197ed0
MP
8727 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
8728
87292011-06-23 Marek Polacek <mpolacek@redhat.com>
8730
8731 * gdb.mi/mi2-basics.exp: Fix races. Honour the
8732 `test_exec_and_symbol_mi_operatons' return value.
8733 (test_mi_interpreter_selection): Use mi_gdb_test instead of
8734 gdb_test_multiple.
8735 (test_exec_and_symbol_mi_operatons): Likewise.
8736 (test_path_specification): Likewise.
e55595ca 8737
be777e08
YQ
87382011-06-23 Yao Qi <yao@codesourcery.com>
8739
8740 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
8741 supported.
8742 * lib/gdb.exp (support_displaced_stepping): New.
8743
615556d6
YQ
87442011-06-23 Yao Qi <yao@codesourcery.com>
8745
8746 * gdb.threads/execl.exp: Skip on remote target.
8747
833b0ca7
MP
87482011-06-21 Marek Polacek <mpolacek@redhat.com>
8749
5d197ed0 8750 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
833b0ca7
MP
8751 mi_gdb_test.
8752
1ee4023a
MP
87532011-06-20 Marek Polacek <mpolacek@redhat.com>
8754
5d197ed0 8755 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
1ee4023a 8756
d0b1d624
MP
87572011-06-20 Marek Polacek <mpolacek@redhat.com>
8758
5d197ed0 8759 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
d0b1d624
MP
8760 mi_gdb_test.
8761
79aa92c1
MP
87622011-06-20 Marek Polacek <mpolacek@redhat.com>
8763
5d197ed0 8764 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
79aa92c1 8765
5ce5db06
YQ
87662011-06-14 Yao Qi <yao@codesourcery.com>
8767
8768 gdb/testsuite/
8769 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
8770
533a737e
JK
87712011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8772
8773 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
8774
d0e53741
TT
87752011-06-10 Tom Tromey <tromey@redhat.com>
8776
8777 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
8778 Add tests for pointer-to-member-function.
8779 * gdb.cp/temargs.cc (S::somefunc): New function.
8780 (K2): New class.
8781 (main): Instantiate K2; call method.
8782
b5916bbd
JB
87832011-06-08 Joel Brobecker <brobecker@adacore.com>
8784
8785 * gdb.python/py-inferior.c (f2): Make str an array rather
8786 than a pointer.
8787 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
8788
5be4dfca
JK
87892011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8790
8791 * gdb.base/async-shell.c: New file.
8792 * gdb.base/async-shell.exp: New file.
8793
9f47e254
PA
87942011-06-06 Pedro Alves <pedro@codesourcery.com>
8795
8796 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
8797
64b9b334
JB
87982011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
8799
8800 From Stephen Kitt <steve@sk2.org>
8801 * gdb.base/help.exp: Adjust following some spelling corrections
8802 in GDB.
8803
dbc0f131
YQ
88042011-06-01 Yao Qi <yao@codesourcery.com>
8805
8806 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
8807
fd336a18
KS
88082010-05-31 Keith Seitz <keiths@redhat.com>
8809
8810 PR c++/12750
8811 * gdb.cp/static-method.cc: New file.
8812 * gdb.cp/static-method.exp: New file.
8813
fa8b9902
KS
88142010-05-31 Keith Seitz <keiths@redhat.com>
8815
8816 PR symtab/12704
8817 * gdb.cp/anon-ns.cc: New file.
8818 * gdb.cp/anon-ns.exp: New file.
8819
0a5b1e09
PA
88202011-05-31 Pedro Alves <pedro@codesourcery.com>
8821
8822 * gdb.arch/i386-dr3-watch.c: New file.
8823 * gdb.arch/i386-dr3-watch.exp: New file.
8824
0578b8d1
YQ
88252011-05-30 Yao Qi <yao@codesourcery.com>
8826
8827 * gdb.base/callfuncs.c (t_structs_fc): New.
8828 (t_structs_dc, t_structs_ldc): New.
8829 (t_double_many_args):
8830 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
8831 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
8832 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
8833 * gdb.base/callfuncs.exp: Call new functions.
8834
6680506e
YQ
88352011-05-30 Yao Qi <yao@codesourcery.com>
8836
ff4d2c60
YQ
8837 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
8838 Call rerun_and_prepare for each test to isolate effects.
8839
88402011-05-30 Yao Qi <yao@codesourcery.com>
8841
8842 * gdb.base/varargs.c (find_max_float_real): New.
8843 (find_max_double_real, find_max_long_double_real): New.
8844 * gdb.base/varargs.exp: Call these new added functions.
6680506e
YQ
8845 * lib/gdb.exp (setup_kfail_for_target): New.
8846
e43ec454
YQ
88472011-05-30 Yao Qi <yao@codesourcery.com>
8848
8849 * gdb.base/funcargs.c (callca, callcb, callcc): New.
8850 (callcd, callce, callcf, callc1a, callc1b): New.
8851 (callc2a, callc2b): New.
8852 * gdb.base/funcargs.exp (complex_args): New.
8853 (complex_integral_args, complex_float_integral_args): New.
8854 * lib/gdb.exp (support_complex_tests): New. Determine
8855 whether to run test cases on _Complex types.
8856
432b4d03
JK
88572011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8858
8859 * gdb.threads/leader-exit.c: New file.
8860 * gdb.threads/leader-exit.exp: New file.
8861
6caf069d
MP
88622011-05-27 Marek Polacek <mpolacek@redhat.com>
8863
9497469f 8864 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
6caf069d 8865
97fce28b
MP
88662011-05-27 Marek Polacek <mpolacek@redhat.com>
8867
8868 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
8869 remove the `supported' variable.
8870 * gdb.mi/mi-nonstop.exp: Likewise.
8871 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
8872 * gdb.mi/mi-nsintrall.exp: Likewise.
8873 * gdb.mi/mi-nsmoribund.exp: Likewise.
8874 * gdb.mi/mi-nsthrexec.exp: Likewise.
8875
9da8c2a0
PA
88762011-05-26 Pedro Alves <pedro@codesourcery.com>
8877
8878 * gdb.reverse/finish-reverse-bkpt.exp: New test.
8879
2c03e5be
PA
88802011-05-26 Pedro Alves <pedro@codesourcery.com>
8881
8882 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
8883
2e21250d
KS
88842011-05-24 Keith Seitz <keiths@redhat.com>
8885
8886 PR breakpoint/12803
8887 * gdb.cp/cmpd-minsyms.cc (a): New method.
8888 (b): New method.
8889 (c): New method.
8890 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
8891
cdac0397
PA
88922011-05-24 Pedro Alves <pedro@codesourcery.com>
8893
8894 * gdb.base/commands.exp (watchpoint_command_test): Check that the
8895 watchpoint's command list didn't execute when the watchpoint went
8896 out of scope.
8897
ee5683ab
PM
88982011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
8899
8900 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
8901 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
8902 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
8903 * gdb.arch/i386-gnu-cfi.exp: Likewise.
8904 * gdb.arch/i386-permbkpt.exp: Likewise.
8905 * gdb.arch/i386-prologue.exp: Likewise.
8906 * gdb.arch/i386-size-overlap.exp: Likewise.
8907 * gdb.arch/i386-size.exp: Likewise.
8908 * gdb.arch/i386-unwind.exp: Likewise.
8909 * gdb.reverse/i386-precsave.exp: Likewise.
8910 * gdb.reverse/i386-reverse.exp: Likewise.
8911 * gdb.reverse/i386-sse-reverse.exp: Likewise.
8912 * gdb.reverse/i387-env-reverse.exp: Likewise.
8913 * gdb.reverse/i387-stack-reverse.exp: Likewise.
8914
c91c8c16
PA
89152011-05-24 Pedro Alves <pedro@codesourcery.com>
8916
8917 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
8918 file doesn't error, using MI.
8919
c50491a7
TT
89202011-05-23 Tom Tromey <tromey@redhat.com>
8921
8922 * gdb.base/charset.exp (string_display): Add tests to assign to
8923 arrays.
8924 * gdb.base/charset.c (short_array, int_array, long_array): New.
8925
4a07b7da
PA
89262011-05-20 Pedro Alves <pedro@codesourcery.com>
8927
8928 Cope with async mode.
8929
4a07b7da
PA
8930 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
8931 into gdb_test + mi_expect_stop.
8932
b275f2d2
PA
89332011-05-20 Pedro Alves <pedro@codesourcery.com>
8934
8935 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
8936 (callme): Remove printf call.
8937
eec52c44
PM
89382011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
8939
8940 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
8941 quote pattern to avoid problems with Cygwin/mingw expect versions.
8942 * gdb.base/default.exp (show convenience): Use double
8943 quote pattern for regular expressions.
8944
b3c8eb43
JK
89452011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8946
8947 Fix -readnow for -gdwarf-4 unused type units.
8948 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
8949 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
8950
ed731959
JK
89512011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8952
8953 * gdb.base/kill-after-signal.c: New file.
8954 * gdb.base/kill-after-signal.exp: New file.
8955
3b48433d
PA
89562011-05-16 Pedro Alves <pedro@codesourcery.com>
8957
8958 * gdb.ada/start.exp: Call untested with the correct test filename.
8959 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
8960 test filename. Make the test's binary unique.
8961 * gdb.arch/i386-signal.exp: Call untested with the correct test
8962 filename.
8963 * gdb.arch/i386-size-overlap.exp: Ditto.
8964 * gdb.arch/Makefile.in (EXECUTABLES): Update.
8965 * gdb.base/gcore-buffer-overflow.exp: Ditto.
8966 * gdb.cp/call-c.exp: Ditto.
8967 * gdb.mi/mi-reverse.exp: Call untested with the correct test
8968 filename. Make the test's binary unique.
8969 * gdb.mi/Makefile.in (EXECUTABLES): Update.
8970 * gdb.python/py-mi.exp: Ditto.
8971 * gdb.python/Makefile.in (EXECUTABLES): Update.
8972 * gdb.reverse/i386-precsave.exp: Ditto.
8973 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
8974 test filename.
8975 * gdb.reverse/i387-stack-reverse.exp: Ditto.
8976 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
8977 unique.
8978 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
8979 test filename.
8980 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
8981 * gdb.trace/tfile.exp: Ditto.
8982
ba4a8bdd
YQ
89832011-05-14 Yao Qi <yao@codesourcery.com>
8984
8985 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
8986 type.
8987
dbaefcf7
DE
89882011-05-13 Doug Evans <dje@google.com>
8989
8990 * gdb.python/py-objfile-script.exp: New file.
8991 * gdb.python/py-objfile-script.c: New file.
8992 * gdb.python/py-objfile-script-gdb.py: New file.
8993 * testsuite/gdb.python/py-section-script.exp: Test
8994 "info auto-load-scripts".
8995
9930639c
TT
89962011-05-13 Tom Tromey <tromey@redhat.com>
8997
8998 * gdb.dwarf2/clztest.exp: New file.
8999 * gdb.dwarf2/clztest.c: New file.
9000 * gdb.dwarf2/clztest.S: New file.
9001
05272e11
DE
90022011-05-13 Doug Evans <dje@google.com>
9003
cc63ef9b
DE
9004 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
9005 String16 tests.
05272e11 9006
6edba76f
TT
90072011-05-13 Tom Tromey <tromey@redhat.com>
9008
9009 * lib/gdb.exp (is_x86_like_target): New proc.
9010 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
9011 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
9012 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
9013 -nostdlib to compiler.
9014 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
9015 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
9016 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
9017 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
9018 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
9019
028d0ed5
TJB
90202011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
9021
9022 * gdb.python/py-function.exp: Test setting a value from a function
9023 which executes a command.
9024
8a9b8146
TT
90252011-05-12 Tom Tromey <tromey@redhat.com>
9026
9027 * gdb.dwarf2/typeddwarf.S: New file.
9028 * gdb.dwarf2/typeddwarf.c: New file.
9029 * gdb.dwarf2/typeddwarf.exp: New file.
9030
10483e8e
MP
90312011-05-12 Marek Polacek <mpolacek@redhat.com>
9032
9033 * gdb.mi/mi-basics.exp: Fix races. Honour the
9034 `test_exec_and_symbol_mi_operatons' return value.
9035 (test_mi_interpreter_selection): Use mi_gdb_test instead of
9036 gdb_test_multiple.
9037 (test_exec_and_symbol_mi_operatons): Likewise.
9038 (test_path_specification): Likewise.
9039
faf067f1
JK
90402011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9041
9042 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
9043 (gdb_touch_execfile): Remove catch wrappers. New variable time.
9044 Replace `file copy' and `file rename' by `file mtime'. Twice.
9045
7ff911a3
JK
90462011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9047
9048 * gdb.base/readline-ask.c: New file.
9049 * gdb.base/readline-ask.exp: New file.
9050 * gdb.base/readline-ask.inputrc: New file.
9051
a536c6d7
UW
90522011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
9053
9054 * gdb.cell/bt.exp: Delete breakpoints before running to signal
9055 to avoid race condition.
9056 * gdb.cell/coremaker.c: Use small stack size.
9057 * gdb.cell/ea-standalone.exp: Use file name without path as
9058 argument to c_to.
9059 * gdb.cell/fork.exp: Allow other output when continuing to end.
9060
d472a426
JK
90612011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9062
9063 * gdb.threads/corethreads.c: New file.
9064 * gdb.threads/corethreads.exp: New file.
9065
90662011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
774094b8
JK
9067
9068 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
9069 Try to compile the test using -Wl,-z,norelro first.
9070 (load_core): New variable libthread_db_seen, initialize it.
9071 (zeroed-threads cannot be listed): Protect it by XFAIL on
9072 !$libthread_db_seen.
9073
8be455d7
JK
90742011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9075
9076 PR 12573
9077 * gdb.dwarf2/dw2-skip-prologue.S: New file.
9078 * gdb.dwarf2/dw2-skip-prologue.c: New file.
9079 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
9080
1976171a
JK
90812011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9082
9083 * gdb.cp/psymtab-parameter.cc: New file.
9084 * gdb.cp/psymtab-parameter.exp: New file.
9085
7db6f30f
JK
90862011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9087
9088 Fix a race.
9089 * gdb.cp/static-print-quit.exp (print c): Split to ...
9090 (print c - <return>, print c - q <return>, print c - to quit):
9091 ... these. Make the testfile untested on gdb-7.1.
9092
85161e9e 90932011-5-05 Janis Johnson <janisjo@codesourcery.com>
56744f0a
JJ
9094
9095 * lib/gdb.exp (exec_target_file, exec_symbol_file,
9096 gdb_rename_execfile, gdb_touch_execfile): New.
9097 * gdb.base/reread.exp: Use new procs to handle multiple
9098 exec files.
9099
0c51be18
YQ
91002011-05-05 Yao Qi <yao@codesourcery.com>
9101
9102 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
9103 (test_adr_32bit, test_pop_pc): New.
9104 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
9105 (test_adr_32bit, test_pop_pc): New.
9106
4d393d60
JM
91072011-05-04 Joseph Myers <joseph@codesourcery.com>
9108
9109 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
9110 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
9111 targets.
9112 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
9113 handle targets.
9114
8ffd0459
JK
91152011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9116
9117 * gdb.base/completion.exp (complete help info wat): Rename to ...
9118 (complete 'help info wat'): ... here.
9119 Remove all `-re ".*' and `-re "^.*' redundant regexes.
9120 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
9121
8e28d804
PA
91222011-05-04 Pedro Alves <pedro@codesourcery.com>
9123
9124 * gdb.base/completion.exp: Use gdb_test_multiple instead of
9125 gdb_test and explicit $gdb_prompt/timeout matches.
9126
3eb2ef34
YQ
91272011-05-04 Yao Qi <yao@codesourcery.com>
9128
9129 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
9130 and __thumb2__.
9131
aaaf81a3
MP
91322011-05-03 Marek Polacek <mpolacek@redhat.com>
9133
9134 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
9135 in place of `gdb_test "delete breakpoints"'. This eliminates two
9136 testcases.
9137
c4cbc0df
PA
91382011-05-02 Pedro Alves <pedro@codesourcery.com>
9139
9140 PR testsuite/12649
9141 Fix races.
9142
9143 * gdb.base/completion.exp: Remove all sleep calls. Remove
9144 unnecessary regexs. Don't explicitly expect anything after the
9145 prompt. Eat the prompt if necessary.
9146
b4cbb4a3
EBM
91472011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
9148
9149 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
9150 accept to show the caller line again as well as the line after.
9151
d65aec65
PM
91522011-04-29 Phil Muldoon <pmuldoon@redhat.com>
9153
9154 PR mi/12531
9155
9156 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
9157 compile target.
9158 * gdb.python/py-prettyprint.exp: Add C++ object for
9159 CPLUS_FAKE_CHILD test.
9160
30852783
UW
91612011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
9162
9163 * gdb.base/signest.exp: New file.
9164 * gdb.base/signest.c: Likewise.
9165
c7b1f0d9
JK
91662011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9167
9168 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
9169 thread and breakpoint notifications.
9170
559a7a62
JK
91712011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9172
9173 * gdb.base/fortran-sym-case.c: New file.
9174 * gdb.base/fortran-sym-case.exp: New file.
9175 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
9176 * gdb.dwarf2/dw2-case-insensitive.c: New file.
9177 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
9178
8344e389
JK
91792011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9180
9181 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
9182 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
9183 false #1', `if true else false #2' and `if true else false #3'.
9184
2484c66b
UW
91852011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
9186
9187 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
9188 while delivering signal.
9189
8d3788bd
VP
91902011-04-27 Vladimir Prus <vladimir@codesourcery.com>
9191
9192 MI breakpoint notifications.
9193
9194 * testsuite/gdb.mi/mi-cli.exp: Adust.
6fdff2c5
PA
9195 * testsuite/gdb.mi/mi2-cli.exp: Adust.
9196 * testsuite/gdb.mi/mi-watch.exp: Adust.
9197 * testsuite/gdb.mi/mi2-watch.exp: Adust.
9198 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
9199 notifications.
8d3788bd 9200
3e03848b
JK
92012011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9202
9203 * gdb.base/gdbindex-stabs-dwarf.c: New file.
9204 * gdb.base/gdbindex-stabs.c: New file.
9205 * gdb.base/gdbindex-stabs.exp: New file.
9206
918c9108
YQ
92072011-04-25 Yao Qi <yao@codesourcery.com>
9208
9209 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
9210 with /*...*/.
9211 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
9212
90556b8c
JK
92132011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9214
9215 * gdb.python/py-value.exp (test_objfiles): Name the first test
9216 `py-value in file.filename'.
9217
03f2bd59
JK
92182011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9219
9220 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
9221 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
9222 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
9223 !gdbserver_reconnect_p..
9224 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
9225
7b08b9eb
JK
92262011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9227
9228 * gdb.cp/cpcompletion.exp (complete class methods)
9229 (complete class methods beginning with F): Move them above runto. New
9230 comment about the runto delimiter.
9231
b78974c3
PA
92322011-04-20 Pedro Alves <pedro@codesourcery.com>
9233
9234 * gdb.base/maint.exp: Test that "maint print registers" works
9235 without a running program.
9236
20429c40 92372011-04-20 Marek Polacek <mpolacek@redhat.com>
b78974c3 9238
20429c40
MP
9239 * gdb.base/setshow.exp: Fix racy tests.
9240 ($old_gdb_prompt): New variable.
9241
7a9dd1b2
TT
92422011-04-19 Tom Tromey <tromey@redhat.com>
9243
9244 * gdb.mi/mi-nsmoribund.exp:
9245 * gdb.hp/gdb.objdbg/objdbg01.exp:
9246 * gdb.base/structs.exp (test_struct_returns):
9247 * gdb.base/call-sc.exp (test_scalar_returns):
9248 * gdb.base/bigcore.exp: Remove duplicate words.
9249
02835898
JK
92502011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9251
9252 * gdb.base/break-interp-lib.c (v, vptr): New variables.
9253 * gdb.base/break-interp.exp (test_attach): New comment.
9254
254f582e
JK
92552011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9256
9257 * gdb.threads/gcore-thread.exp ($core0file): New variable.
9258 (clear __stack_user.next, clear stack_used.next)
9259 (save a zeroed-threads corefile): New test.
9260 Call core_load for $core0file.
9261 (zeroed-threads cannot be listed): New test.
9262
4fe85f5c
JK
92632011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9264
9265 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
9266 filename.
9267 ($srcfile): Preserve the original value.
9268 ($testfile): Match it the .exp filename.
9269 ($corefile): New variable. Substitute it around.
9270 Use clean_restart.
9271 ($prev_timeout): Remove.
9272 (load_core): Move core loading into this proc.
9273 Fix restore of $timeout if load_core fails.
9274
63524580
JK
92752011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9276
9277 * gdb.base/eu-strip-infcall.c: New file.
9278 * gdb.base/eu-strip-infcall.exp: New file.
9279
90359a16
JK
92802011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9281
9282 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
9283 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
9284
626e7282
JK
92852011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9286
9287 Fix Python access to inlined frames.
9288 * gdb.python/py-frame-inline.c: New file.
9289 * gdb.python/py-frame-inline.exp: New file.
9290
3363d018
EBM
92912011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
9292
9293 * gdb.base/gdb1090.exp: Change breakpoint location to read the
9294 content of 's24' correctly (avoiding "optimized out").
9295 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
9296
28781456
JK
92972011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9298
9299 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
9300
4a4106ca
TJB
93012011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
9302
9303 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
9304 expect a colon in watch -location output.
9305
d26ccb4f
JK
93062011-04-13 Marek Polacek <mpolacek@redhat.com>
9307
df46027d 9308 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
d26ccb4f
JK
9309 New testcase `expect response to define backtrace'. Also remove
9310 redundant `default' block.
9311
e1ab1f9c
JK
93122011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9313
9314 * gdb.python/py-prettyprint.c (struct hint_error): New.
9315 (main): New variable hint_error.
9316 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
9317 "print hint_error".
9318 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
9319 (register_pretty_printers): Register it.
9320
0c2e6019
TT
93212011-04-04 Tom Tromey <tromey@redhat.com>
9322
9323 * gdb.cp/maint.exp (test_help): Update.
9324 (test_namespace): Likewise.
9325
af57139d
JB
93262011-04-01 Joel Brobecker <brobecker@adacore.com>
9327
9328 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
9329 * gdb.ada/arrayptr.exp: Add new tests.
9330
956a9fb9
JB
93312011-04-01 Joel Brobecker <brobecker@adacore.com>
9332
9333 * gdb.ada/mi_catch_ex: New testcase.
9334
d0c4d642
PA
93352011-04-01 Pedro Alves <pedro@codesourcery.com>
9336
9337 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
9338 base::overload(void) method without specifying "const".
9339
18819fa6
UW
93402011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
9341
9342 * gdb.arch/thumb-singlestep.S: New file.
9343 * gdb.arch/thumb-singlestep.exp: Likewise.
9344
a4c8e806
TT
93452011-03-31 Tom Tromey <tromey@redhat.com>
9346
9347 * gdb.python/py-prettyprint.py (exception_flag): New global.
9348 (NoStringContainerPrinter._iterator.next): Check it.
9349 * gdb.python/py-prettyprint.c (main): New variable nstype2.
9350 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
9351
53832f31
TT
93522011-03-29 Tom Tromey <tromey@redhat.com>
9353
9354 * gdb.cp/anon-struct.cc: New file.
9355 * gdb.cp/anon-struct.exp: New file.
9356
e4620230
JK
93572011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9358
9359 Test STT_GNU_IFUNC support.
9360 * gdb.base/gnu-ifunc-lib.c: New file.
9361 * gdb.base/gnu-ifunc.c: New file.
9362 * gdb.base/gnu-ifunc.exp: New file.
9363
d0fb5eae
JK
93642011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9365
9366 Support a ring of related breakpoints.
9367 * gdb.base/watchpoint-delete.c: New file.
9368 * gdb.base/watchpoint-delete.exp: New file.
9369
20106cfb
JK
93702011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9371
9372 * gdb.ada/arrayparam.exp (print first after function call): Use
9373 explicit package name. Add a comment
9374 (print lasta after function call): Rename ...
9375 (print last after function call): ... it and use explicit package
9376 name.
9377 (print length after function call): Use explicit package name.
9378 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
9379 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
9380 (multiple matches for symbol i): Rename ...
9381 (multiple matches for symbol integervar): ... it.
9382 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
9383 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
9384
e7ab5e63
AB
93852011-03-25 Andrew Burgess <aburgess@broadcom.com>
9386
9387 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
9388 environment variable to make grep output more predictable. Move
9389 all the environment setup into gdb_init so it's done once per test
9390 case rather than each time we start gdb.
9391
9ef07c8c
TT
93922011-03-24 Tom Tromey <tromey@redhat.com>
9393
9394 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
9395 test.
9396
dd90784c
JK
93972011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9398
9399 * gdb.dwarf2/dw2-entry-value-main.c: New file.
9400 * gdb.dwarf2/dw2-entry-value.S: New file.
9401 * gdb.dwarf2/dw2-entry-value.exp: New file.
9402
05775840
PM
94032011-03-22 Phil Muldoon <pmuldoon@redhat.com>
9404
6fdff2c5 9405 PR python/12183
05775840
PM
9406
9407 * gdb.python/py-function.exp: Add GdbError tests.
9408
8661b11b
PA
94092011-03-18 Pedro Alves <pedro@codesourcery.com>
9410
9411 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
9412 (reglocal_test_func, statlocal_test_func): New functions.
9413 (globals_test_func): Call new functions.
9414 * gdb.trace/unavailable.exp (gdb_collect_args_test)
9415 (gdb_collect_locals_test): New procedure.
9416 (gdb_trace_collection_test): Call new procedures.
9417
0fdb4f18
PA
94182011-03-18 Pedro Alves <pedro@codesourcery.com>
9419
9420 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
9421 (test_register, test_register_unavailable): New procedures.
9422 (gdb_unavailable_registers_test): New procedure.
9423 (gdb_trace_collection_test): Call it.
9424
99c3dc11
PM
94252011-03-18 Phil Muldoon <pmuldoon@redhat.com>
9426
6fdff2c5 9427 PR python/12149
99c3dc11
PM
9428
9429 * gdb.python/python.exp: Add gdb.write tests.
9430
29703da4
PM
94312010-03-17 Phil Muldoon <pmuldoon@redhat.com>
9432
9433 * gdb.python/Makefile.in: Add py-objfile.
9434 * gdb.python/py-objfile.exp: New file.
9435 * gdb.python/py-objfile.c: New file.
9436 * gdb.python/py-block.exp: Add is_valid tests.
9437 * gdb.python/py-inferior.exp: Ditto.
9438 * gdb.python/py-infthread.exp: Ditto.
9439 * gdb.python/py-symbol.exp: Ditto.
9440 * gdb.python/py-symtab.exp: Ditto.
9441
598997c8
KS
94422011-03-16 Keith Seitz <keiths@redhat.com>
9443
9444 PR c++/12273
9445 * gdb.cp/cmpd-minsyms.exp: New test.
9446 * gdb.cp/cmpd-minsyms.cc: New file.
9447
9448 PR c++/11734
9449 * gdb.cp/ovsrch.exp: New test.
9450 * gdb.cp/ovsrch.h: New file.
9451 * gdb.cp/ovsrch1.cc: New file.
9452 * gdb.cp/ovsrch2.cc: New file.
9453 * gdb.cp/ovsrch3.cc: New file.
9454 * gdb.cp/ovsrch4.cc: New file.
9455
c91513d8
PP
94562011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
9457
9458 PR gdb/12528
9459 * gdb.base/Makefile.in: Adjust EXECUTABLES.
9460 * gdb.base/break-on-linker-gcd-function.exp: New test.
9461 * gdb.base/break-on-linker-gcd-function.cc: New file.
9462
7470fc63
AT
94632011-03-15 Andreas Tobler <andreast@fgznet.ch>
9464
9465 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
9466
959e7469
PM
94672011-03-15 Phil Muldoon <pmuldoon@redhat.com>
9468
9469 * lib/gdb.exp (gdb_unload): Add another termination case.
9470
9373cf26
JK
94712011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9472
9473 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
9474 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
9475 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
9476 Provide a stub byte there.
9477 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
9478 DW_AT_entry_pc.
9479 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
9480
24e9cda0
UW
94812011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
9482
9483 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
9484 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
9485 "generic ABI, auto".
9486 (altivec_abi_tests): Accept vectors returned by reference.
9487
7371cf6d
PM
94882010-03-14 Phil Muldoon <pmuldoon@redhat.com>
9489
9490 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
9491
ce77046a
UW
94922011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
9493
9494 * gdb.python/py-section-script.exp: Skip test if no Python support.
9495
176400c3
UW
94962011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
9497
9498 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
9499
ecec24e6
PM
95002011-03-10 Phil Muldoon <pmuldoon@redhat.com>
9501
9502 * gdb.python/py-parameter.exp: Update tests to the new Python
9503 parameter API. Add "no documentation" test. Add deprecated API
9504 backward compatibility test.
9505
5dbdd470
TT
95062011-03-09 Tom Tromey <tromey@redhat.com>
9507
9508 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
9509 gdb_continue_to_end.
9510
b66e66ee
MK
95112011-03-09 Mark Kettenis <kettenis@gnu.org>
9512
9513 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
9514 tabs.
9515
eceb0c5f
TT
95162011-03-09 Tom Tromey <tromey@redhat.com>
9517
9518 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
9519 parentheses.
9520 (gdb_continue_to_end): Add "allow_extra" parameter. Use
9521 $command.
9522 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
9523 argument to gdb_continue_to_end.
9524 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
9525 argument to gdb_continue_to_end.
9526 * gdb.cp/annota3.exp: Fix regex.
9527 * gdb.cp/annota2.exp: Fix regex.
9528 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
9529 gdb_continue_to_end.
9530 * gdb.base/call-signal-resume.exp: Revert earlier patch.
9531 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
9532 gdb_continue_to_end.
9533
63154eca
PA
95342011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9535
9536 * gdb.server/ext-run.exp
9537 (load new file without any gdbserver inferior): New test.
9538
967d1f9b
TT
95392011-03-07 Tom Tromey <tromey@redhat.com>
9540
9541 * Makefile.in (TAGS): Rewrite.
9542
d68dcbb9
JK
95432011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9544
9545 * gdb.trace/report.exp (12.1: trace report #1): New match for the
9546 initial commands echo. New match for `Found trace'. Anchor all the
9547 other matches. Anchor and match for `No trace frame found' the final
9548 match.
9549
6bf58e63
TT
95502011-03-07 Tom Tromey <tromey@redhat.com>
9551
9552 * Makefile.in (TAGS): New target.
9553
fda326dd
TT
95542011-03-07 Tom Tromey <tromey@redhat.com>
9555
9556 * lib/opencl.exp (skip_opencl_tests): Update for exit message
9557 change.
9558 * lib/mi-support.exp (mi_gdb_test): Update for exit message
9559 change.
9560 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
9561 exit message change.
9562 (skip_altivec_tests): Update for exit message change.
9563 (skip_vsx_tests): Likewise.
9564 (gdb_continue_to_end): Likewise. Add 'command' argument.
9565 * lib/cell.exp (skip_cell_tests): Update for exit message change.
9566 * gdb.threads/tls.exp: Update for exit message change.
9567 * gdb.threads/thread-unwindonsignal.exp: Use
9568 gdb_continue_to_end.
9569 * gdb.threads/step.exp (step_it): Update for exit message change.
9570 (continue_all): Likewise.
9571 * gdb.threads/print-threads.exp (test_all_threads): Update for
9572 exit message change.
9573 * gdb.threads/interrupted-hand-call.exp: Use
9574 gdb_continue_to_end.
9575 * gdb.threads/execl.exp: Use gdb_continue_to_end.
9576 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
9577 gdb_continue_to_end.
9578 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
9579 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
9580 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
9581 * gdb.cp/method.exp: Update for exit message change.
9582 * gdb.cp/mb-templates.exp: Update for exit message change.
9583 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
9584 * gdb.cp/annota3.exp: Update for exit message change.
9585 * gdb.cp/annota2.exp: Update for exit message change.
9586 * gdb.cell/fork.exp: Use gdb_continue_to_end.
9587 * gdb.base/term.exp: Update for exit message change.
9588 * gdb.base/step-test.exp (test_i): Update for exit message change.
9589 * gdb.base/sigstep.exp (advance): Update for exit message change.
9590 (advancei): Likewise.
9591 * gdb.base/siginfo.exp: Update for exit message change.
9592 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
9593 * gdb.base/reread.exp: Use gdb_continue_to_end.
9594 * gdb.base/langs.exp: Use gdb_continue_to_end.
9595 * gdb.base/interrupt.exp: Update for exit message change.
9596 * gdb.base/gdb1555.exp: Update for exit message change.
9597 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
9598 * gdb.base/ending-run.exp: Update for exit message change.
9599 * gdb.base/chng-syms.exp: Update for exit message change.
9600 * gdb.base/checkpoint.exp: Update for exit message change.
9601 * gdb.base/catch-syscall.exp (check_for_program_end): Use
9602 gdb_continue_to_end.
9603 (test_catch_syscall_with_wrong_args): Likewise.
9604 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
9605 * gdb.base/break-interp.exp (test_ld): Update for exit message
9606 change.
9607 * gdb.base/bang.exp: Update for exit message change.
9608 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
9609 (do_call_attach_tests): Likewise.
9610 * gdb.base/a2-run.exp: Update for exit message change.
9611 * gdb.arch/ppc-dfp.exp: Update for exit message change.
9612 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
9613 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
9614
dd19bd70
JK
96152011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9616
9617 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
9618
30e62689
TT
96192011-03-03 Tom Tromey <tromey@redhat.com>
9620
9621 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
9622 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
9623 * gdb.hp/gdb.aCC/configure.ac: Remove.
9624 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
9625 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
9626 * gdb.hp/gdb.base-hp/configure.ac: Remove.
9627 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
9628 * gdb.hp/gdb.compat/configure (Makefile): Remove.
9629 * gdb.hp/gdb.compat/configure.ac: Remove.
9630 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
9631 * gdb.hp/gdb.defects/configure (Makefile): Remove.
9632 * gdb.hp/gdb.defects/configure.ac: Remove.
9633 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
9634 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
9635 * gdb.hp/gdb.objdbg/configure.ac: Remove.
9636 * gdb.hp/configure.ac: Remove.
9637 * gdb.hp/configure: Remove.
9638 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
9639 substitution.
9640 (Makefile): Remove rule.
9641 * gdb.cell/configure.ac: Remove.
9642 * gdb.cell/configure: Remove.
9643 * gdb.stabs/Makefile.in (Makefile): Remove.
9644 (distclean): Don't remove config.status or config.log.
9645 * gdb.stabs/configure (Makefile): Remove.
9646 * gdb.stabs/configure.ac: Remove.
9647 * configure: Rebuild.
9648 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
9649 Remove stabs- and cell-specific logic. Test for existence of
9650 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
9651 subdirectories, gdb.cell, and and gdb.stabs.
9652 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
9653
c171f854
JB
96542011-03-03 Joel Brobecker <brobecker@adacore.com>
9655
9656 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
9657 end of buffer.
9658
9a5193cb
JB
96592011-03-02 Joel Brobecker <brobecker@adacore.com>
9660
9661 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
9662 gdb_test when running a test where we expected no output back.
9663
9bb4c1bb
MS
96642011-02-28 Michael Snyder <msnyder@vmware.com>
9665
9666 * gdb.cp/overload.cc: Change initializer value to integer.
9667
3bd0f5ef
MS
96682011-02-27 Michael Snyder <msnyder@vmware.com>
9669
9670 * gdb.multi/base.exp: Add test for remove-inferiors.
9671
2279eaad
JB
96722011-02-26 Joel Brobecker <brobecker@adacore.com>
9673
9674 * gdb.python/py-frame.exp: Simplify the initialization phase
9675 using prepare_for_testing.
9676
c82c0b55
MS
96772011-02-25 Michael Snyder <msnyder@vmware.com>
9678
9679 * gdb.multi/base.exp: Add tests for info inferiors with args.
9680
1d94651b
JK
96812011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9682
9683 * gdb.dwarf2/dw2-ranges.S: Rename to ...
9684 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
9685 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
9686 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
9687 asmfile3. Comment the STABS (#3) file compilation. Compile
9688 everything through assembler. Provide KFAIL for symtab/12497.
9689 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
9690 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
9691 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
9692 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
9693
3bd0f5ef
MS
96942011-02-24 Michael Snyder <msnyder@vmware.com>
9695
9696 * gdb.base/break.exp: Add tests for delete breakpoints using
9697 convenience variables and value history references.
9698
12c1418e
MS
96992011-02-24 Michael Snyder <msnyder@vmware.com>
9700
9701 * gdb.base/break.exp: Remove debugging 'printf' accidentally
9702 left behind in previous check-in.
9703
e5a67952
MS
97042011-02-23 Michael Snyder <msnyder@vmware.com>
9705
9706 * gdb.base/break.exp: Add tests for "info break" with arguments.
9707 * gdb.trace/infotrace.exp: Update patterns for error and help.
9708 * gdb.base/completion.exp: Update pattern.
9709 * gdb.base/ena-dis-br.exp: Update pattern.
9710 * gdb.base/help.exp: Update patterns.
9711
97122011-02-23 Michael Snyder <msnyder@vmware.com>
fbcb778d
MS
9713
9714 * gdb.base/memattr.exp: New test.
9715 * gdb.base/memattr.c: Test load for memattr.exp.
9716
6e6fbe60
DE
97172011-02-22 Doug Evans <dje@google.com>
9718
9719 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
9720
1d41d745
MS
97212011-02-22 Michael Snyder <msnyder@vmware.com>
9722
9723 * Makefile.in: Make more clean.
9724 * gdb.ada/Makefile.in: Ditto.
9725 * gdb.arch/Makefile.in: Ditto.
9726 * gdb.asm/Makefile.in: Ditto.
9727 * gdb.base/Makefile.in: Ditto.
9728 * gdb.cp/Makefile.in: Ditto.
9729 * gdb.dwarf2/Makefile.in: Ditto.
9730 * gdb.java/Makefile.in: Ditto.
9731 * gdb.mi/Makefile.in: Ditto.
9732 * gdb.modula2/Makefile.in: Ditto.
9733 * gdb.python/Makefile.in: Ditto.
9734 * gdb.server/Makefile.in: Ditto.
9735 * gdb.stabs/Makefile.in: Ditto.
9736 * gdb.threads/Makefile.in: Ditto.
9737 * gdb.trace/Makefile.in: Ditto.
9738
79ba84ca
MS
97392011-02-22 Michael Snyder <msnyder@vmware.com>
9740
df46027d 9741 * gdb.threads/thread-find.exp: Add tests for bad input to
79ba84ca
MS
9742 info threads.
9743
b9b35694
JB
97442011-02-22 Joel Brobecker <brobecker@adacore.com>
9745
9746 * gdb.python/py-breakpoint.exp: Fix the expected output of
9747 one of the "maint info breakpoints" tests to accept the output
9748 generated on platforms that do not have hardware watchpoints.
9749
8bfb830f
JB
97502011-02-22 Joel Brobecker <brobecker@adacore.com>
9751
9752 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
9753 clean_restart. Be a little stricter in the expected output
9754 for one of the tests. Fix a typo in one of the comments.
9755
c45f3c54
JB
97562011-02-22 Joel Brobecker <brobecker@adacore.com>
9757
9758 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
9759 Delete variable binfile, no longer use. Add or modify test
9760 comments to make them unique.
9761
b97c863c
MS
97622011-02-21 Michael Snyder <msnyder@vmware.com>
9763
9764 * Makefile.in: Update for make clean.
9765 * gdb.ada/Makefile.in: Ditto.
9766 * gdb.arch/Makefile.in: Ditto.
9767 * gdb.asm/Makefile.in: Ditto.
9768 * gdb.base/Makefile.in: Ditto.
9769 * gdb.cp/Makefile.in: Ditto.
9770 * gdb.dwarf2/Makefile.in: Ditto.
9771 * gdb.java/Makefile.in: Ditto.
9772 * gdb.mi/Makefile.in: Ditto.
9773 * gdb.modula2/Makefile.in: Ditto.
9774 * gdb.python/Makefile.in: Ditto.
9775 * gdb.server/Makefile.in: Ditto.
9776 * gdb.stabs/Makefile.in: Ditto.
9777 * gdb.threads/Makefile.in: Ditto.
9778 * gdb.trace/Makefile.in: Ditto.
9779
aea5b279
MS
97802011-02-21 Michael Snyder <msnyder@vmware.com>
9781
9782 * gdb.threads/thread-find.exp: Update patterns for changes in
9783 output of "info threads" command.
9784
e3039479
UW
97852011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
9786 Ulrich Weigand <uweigand@de.ibm.com>
9787
9788 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
9789 (skip_hw_watchpoint_tests): Likewise.
9790 (skip_hw_watchpoint_multi_tests): Likewise.
9791
b800ec70
UW
97922011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
9793
9794 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
9795 (skip_hw_watchpoint_tests): Likewise.
9796 (skip_hw_watchpoint_multi_tests): Likewise.
9797 (skip_hw_watchpoint_access_tests): Likewise.
9798
9799 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
9800 * gdb.base/pr11022.exp: Likewise.
9801 * gdb.base/watch-read.exp: Likewise.
9802 * gdb.base/watch_thread_num.exp: Likewise.
9803 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
9804 * gdb.base/watchpoint-hw.exp: Likewise.
9805 * gdb.base/watchpoint.exp: Likewise.
9806 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
9807 * gdb.threads/watchthreads-reorder.exp: Likewise.
9808 * gdb.threads/watchthreads.exp: Likewise.
9809 * gdb.threads/watchthreads2.exp: Likewise.
9810
91033e37
JB
98112011-02-21 Joel Brobecker <brobecker@adacore.com>
9812
9813 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
9814 the debugger is unable to find the array bounds.
9815
eeaafae2
JK
98162011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
9817
9818 * gdb.cp/typedef-operator.exp: New file.
9819 * gdb.cp/typedef-operator.cc: New file.
9820
e338d953
MS
98212011-02-17 Michael Snyder <msnyder@vmware.com>
9822
9823 * gdb.threads/thread-find.exp: Fix regular expressions.
9824
e67ad678
JB
98252011-02-17 Joel Brobecker <brobecker@adacore.com>
9826
9827 * gdb.ada/packed_array: Expand testcase to test printing of
9828 unconstrained packed array.
9829
93084bca
JB
98302011-02-17 Joel Brobecker <brobecker@adacore.com>
9831
9832 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
9833
a0c78a73
PA
98342011-02-16 Pedro Alves <pedro@codesourcery.com>
9835
f65d5553 9836 * gdb.trace/collection.c (globalarr3): New global.
a0c78a73
PA
9837 (main): Initialize it before collecting, and and clear it
9838 afterwards.
f65d5553
PA
9839 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
9840 collecting with '{type} addr', where the addr expression is not an
9841 rvalue.
a0c78a73 9842
3dfcbbd2
KW
98432011-02-16 Ken Werner <ken.werner@de.ibm.com>
9844
9845 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
9846 a bool variable. Expect correct OpenCL names for vector types. Use the
9847 uc3 variable name instead of referring to the uchar3 built-in type.
9848 Escape the asterisk at the half pointer test.
9849
08807d5a
PA
98502011-02-16 Pedro Alves <pedro@codesourcery.com>
9851
f65d5553 9852 * gdb.trace/collection.c (globalarr2): New global.
08807d5a
PA
9853 (main): Initialize it before collecting, and and clear it
9854 afterwards.
f65d5553
PA
9855 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
9856 collecting overlapping memory ranges.
08807d5a 9857
60f98dde
MS
98582011-02-15 Michael Snyder <msnyder@vmware.com>
9859
9860 * gdb.base/default.exp: Add tests for thread commands.
9861 * gdb.base/help.exp: Add tests for thread commands.
9862 * gdb.threads/thread-find.exp: New test for thread find command.
9863
648cd113
KW
98642011-02-15 Ken Werner <ken.werner@de.ibm.com>
9865
9866 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
9867
494e194e
YQ
98682011-02-15 Yao Qi <yao@codesourcery.com>
9869
9870 PR tdep/12352
9871 * gdb.arch/arm-disp-step.S : New test for str instruction.
9872 * gdb.arch/arm-disp-step.exp : Likewise.
9873
d9492458
TJB
98742011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
9875
9876 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
9877 "vector_register2_vr" test strings. Test the extended floating
9878 point registers (F32~F63).
9879 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
9880 IBM XL C compiler. Make the test program use a register provided
9881 by the compiler for the lxvd2x instruction.
9882
8af8e3bc
PA
98832011-02-14 Pedro Alves <pedro@codesourcery.com>
9884
9885 * gdb.trace/unavailable.cc (class Base, class Middle, class
9886 Derived): New types.
9887 (derived_unavail, derived_partial, derived_whole): New globals.
9888 (virtual_partial): New global.
9889 (virtualp): Point at virtual_partial.
9890 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
9891 related to unavailable vptr.
9892
1b28d0b3
PA
98932011-02-14 Pedro Alves <pedro@codesourcery.com>
9894
9895 * gdb.trace/unavailable.cc (a, b, c): New globals.
9896 (main): Set and clear them.
9897 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
9898 `a' and `c', and check that `b' isn't collected, although `a' and
9899 `c' are.
9900
ec0a52e1
PA
99012011-02-14 Pedro Alves <pedro@codesourcery.com>
9902
9903 * gdb.trace/unavailable.cc (struct Virtual): New.
9904 (virtualp): New global pointer.
9905 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
9906 printing a pointer to an object whose type has a vtable, with
9907 print object on.
9908
24e6bcee
PA
99092011-02-14 Pedro Alves <pedro@codesourcery.com>
9910
9911 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
9912 value repeat handles unavailableness.
9913
39d37385
PA
99142011-02-14 Pedro Alves <pedro@codesourcery.com>
9915
9916 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
9917 tests for building arrays from unavailable values, subscripting
9918 non-memory rvalue unvailable arrays, and accessing fields or
9919 baseclasses of non-lazy unavailable values,
9920 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
9921 struct types.
9922 (g_smallstruct, g_smallstruct_b): New globals.
9923
06d72e16
PA
99242011-02-14 Pedro Alves <pedro@codesourcery.com>
9925
9926 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
9927
bc9a5551
JK
99282011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9929
9930 Fix const/volatile qualifiers of C++ types, PR c++/12328.
9931 * gdb.cp/overload-const.exp: New file.
9932 * gdb.cp/overload-const.cc: New file.
9933
54fcddd0
UW
99342011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
9935
9936 * gdb.opencl/callfuncs.cl: New file.
9937 * gdb.opencl/callfuncs.exp: New test.
9938 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
9939
d6dafb7c
UW
99402011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
9941
9942 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
9943 when computing result.
9944 * gdb.arch/altivec-abi.exp: Update expected results.
9945
a449c2d8
TJB
99462011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
9947
9948 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
9949 * gdb.base/jit.exp: Likewise.
9950 * gdb.base/pie-execl.exp: Likewise.
9951 * gdb.base/solib-nodir.exp: Likewise.
9952 * gdb.base/solib-overlap.exp: Likewise.
9953
764880b7
PA
99542011-02-07 Pedro Alves <pedro@codesourcery.com>
9955
9956 * gdb.trace/collection.c (global_pieces): New.
9957 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
9958 New procedure.
9959 (gdb_trace_collection_test): Call it.
9960
505500db
SW
99612011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
9962
9963 * gdb.python/py-evthreads.c: New file.
9964 * gdb.python/py-evthreads.exp: New file.
9965 * gdb.python/py-events.py: New file.
9966 * gdb.python/py-events.exp: New file.
9967 * gdb.python/py-events.c: New file.
9968
385203ed
DD
99692011-02-04 David Daney <ddaney@caviumnetworks.com>
9970
9971 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
9972
9011945e
AB
99732011-02-03 Andrew Burgess <aburgess@broadcom.com>
9974
9975 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
9976 gdb.base/disasm-end-cu.exp: New test for disassembling over the
9977 boundary between two compilation units.
9978
580688f3
PA
99792011-02-02 Pedro Alves <pedro@codesourcery.com>
9980
9981 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
9982 (Virtual): New structs.
9983 (virtual_o, virtual_middle_b): New globals.
9984 * gdb.cp/virtbase.exp: New tests.
9985
d3f0f853
PP
99862011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
9987
9988 * gdb.base/jit.exp: New file.
9989 * gdb.base/jit-main.c: New file.
9990 * gdb.base/jit-solib.c: New file.
9991
b2030fb5
UW
99922011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
9993
9994 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
9995 proceed to initial kernel entry point.
9996 * gdb.opencl/datatypes.exp: Likewise.
9997 * gdb.opencl/operators.exp: Likewise.
9998 * gdb.opencl/vec_comps.exp: Likewise.
9999
2db19d1e
SW
100002011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
10001
10002 * gdb.cp/nsnested.cc: New.
10003 * gdb.cp/nsnested.exp: New.
10004 * gdb.cp/nsnoimports.exp: New.
10005 * gdb.cp/nsnoimports.cc: New.
10006
6b0c4c1f
JB
100072011-01-31 Joel Brobecker <brobecker@adacore.com>
10008
10009 * gdb.base/interact.exp: Add extra tests that verify that
10010 the value of the interactive-mode setting does not change
10011 after the script is sourced.
10012
80b23b6a
JK
100132011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10014
10015 * gdb.cp/noparam.exp: New file.
10016 * gdb.cp/noparam.cc: New file.
10017
ffd5ec24
PA
100182011-01-28 Pedro Alves <pedro@codesourcery.com>
10019
10020 * gdb.trace/tfile.exp: Test that with no traceframe selected,
10021 there's no stack or registers.
10022
a81766d8
TT
100232011-01-26 Tom Tromey <tromey@redhat.com>
10024
10025 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
10026 space before string output. Add test for "set print pretty off"
10027 case.
10028
585fdaa1
PA
100292011-01-25 Pedro Alves <pedro@codesourcery.com>
10030
10031 * gdb.base/frame-args.exp: Adjust.
10032 * gdb.dwarf2/dw2-noloc.exp: Adjust.
10033 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
10034 * gdb.dwarf2/pieces.exp: Adjust.
10035 * gdb.opt/clobbered-registers-O2.exp: Adjust.
10036 * gdb.opt/inline-locals.exp: Adjust.
10037 * gdb.threads/fork-child-threads.exp: Adjust.
10038
d468832a
KW
100392011-01-25 Ken Werner <ken.werner@de.ibm.com>
10040
10041 * gdb.opencl/convs_casts.cl: Move program scope variables into the
10042 OpenCL kernel function. Add a comment as marker. Add address space
10043 qualifiers for the remaining program scope variables.
10044 * gdb.opencl/datatypes.cl: Likewise.
10045 * gdb.opencl/operators.cl: Likewise.
10046 * gdb.opencl/vec_comps.cl: Likewise.
10047 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
10048 Add breakpoint at the marker comment.
10049 * gdb.opencl/datatypes.exp: Likewise.
10050 * gdb.opencl/operators.exp: Likewise.
10051 * gdb.opencl/vec_comps.exp: Likewise.
10052
490f124f
PA
100532011-01-24 Pedro Alves <pedro@codesourcery.com>
10054
10055 * gdb.base/printcmds.c (some_struct): New struct and instance.
10056 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
10057 procedure.
10058 <global scope>: Call it.
10059
6da78614
KW
100602011-01-21 Ken Werner <ken.werner@de.ibm.com>
10061
10062 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
10063 argument to the gdb_compile_opencl_hostapp call.
10064
ec64c9aa
YQ
100652011-01-19 Yao Qi <yao@codesourcery.com>
10066
10067 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
10068 positve list.
10069
810cfdbb
YQ
100702011-01-19 Yao Qi <yao@codesourcery.com>
10071
10072 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
10073 canonical form.
10074 Remove "xscale-*-*"
10075 * gdb.xml/tdesc-regs.exp: Likewise.
10076 * gdb.python/py-section-script.exp: Replace ARM target triplet
10077 with canonical form.
10078 Match arm*-*-symbianelf*.
10079 * gdb.base/dup-sect.exp: Likewise.
10080 * lib/dwarf.exp: New.
10081 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
10082 dwarf2_support.
10083 * gdb.dwarf2/dup-psym.exp: Likewise.
10084 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
10085 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10086 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
10087 * gdb.dwarf2/dw2-basic.exp: Likewise.
10088 * gdb.dwarf2/dw2-compressed.exp: Likewise.
10089 * gdb.dwarf2/dw2-const.exp: Likewise.
10090 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
10091 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
10092 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10093 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
10094 * gdb.dwarf2/dw2-filename.exp: Likewise.
10095 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10096 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
10097 * gdb.dwarf2/dw2-intercu.exp: Likewise.
10098 * gdb.dwarf2/dw2-intermix.exp: Likewise.
10099 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
10100 * gdb.dwarf2/dw2-noloc.exp: Likewise.
10101 * gdb.dwarf2/dw2-op-call.exp: Likewise.
10102 * gdb.dwarf2/dw2-producer.exp: Likewise.
10103 * gdb.dwarf2/dw2-ranges.exp: Likewise.
10104 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
10105 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
10106 * gdb.dwarf2/dw2-strp.exp: Likewise.
10107 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
10108 * gdb.dwarf2/implptr.exp: Likewise.
10109 * gdb.dwarf2/mac-fileno.exp: Likewise.
10110 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
10111 * gdb.dwarf2/pieces.exp: Likewise.
10112 * gdb.dwarf2/pr11465.exp: Likewise.
10113 * gdb.dwarf2/valop.exp: Likewise.
10114 * gdb.dwarf2/watch-notconst.exp: Likewise.
10115 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
10116
4694da01
TT
101172011-01-19 Tom Tromey <tromey@redhat.com>
10118
10119 * gdb.python/py-infthread.exp: Add thread tests.
10120
b075872c
JB
101212011-01-14 Joel Brobecker <brobecker@adacore.com>
10122
10123 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
10124
2c3e6e24
JB
101252011-01-14 Joel Brobecker <brobecker@adacore.com>
10126
10127 * gdb.ada/widewide: New testcase.
10128
de8fa76c
JB
101292011-01-13 Joel Brobecker <brobecker@adacore.com>
10130
10131 * gdb.base/interact.exp: New testcase.
10132
1b05df00
TT
101332011-01-12 Tom Tromey <tromey@redhat.com>
10134
10135 * gdb.mi/gdb2549.exp: Update for error message changes.
10136 * gdb.mi/mi-cli.exp: Likewise.
10137 * gdb.mi/mi-disassemble.exp: Likewise.
10138 * gdb.mi/mi-pthreads.exp: Likewise.
10139 * gdb.mi/mi-regs.exp: Likewise.
10140 * gdb.mi/mi-stack.exp: Likewise.
10141 * gdb.mi/mi-var-block.exp: Likewise.
10142 * gdb.mi/mi-var-cmd.exp: Likewise.
10143 * gdb.mi/mi2-cli.exp: Likewise.
10144 * gdb.mi/mi2-disassemble.exp: Likewise.
10145 * gdb.mi/mi2-pthreads.exp: Likewise.
10146 * gdb.mi/mi2-regs.exp: Likewise.
10147 * gdb.mi/mi2-stack.exp: Likewise.
10148 * gdb.mi/mi2-var-block.exp: Likewise.
10149 * gdb.mi/mi2-var-cmd.exp: Likewise.
10150
c2ff108b
JK
101512011-01-12 Andrew Burgess <aburgess@broadcom.com>
10152 Jan Kratochvil <jan.kratochvil@redhat.com>
10153
10154 PR fortran/11104 and DWARF unbound arrays detection.
10155 * gdb.fortran/multi-dim.exp: New file.
10156 * gdb.fortran/multi-dim.f90: New file.
10157
b716877b
AB
101582011-01-12 Andrew Burgess <aburgess@broadcom.com>
10159
10160 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
10161 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
10162 add new tests for opcode dumping.
10163
6c162d5e
TT
101642011-01-11 Tom Tromey <tromey@redhat.com>
10165
10166 * gdb.python/py-infthread.exp: Load gdb-python.exp.
10167
77b06cd7
TJB
101682010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
10169
10170 Convert hardware watchpoints to use breakpoint_ops.
10171 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
10172 type is not supported.
10173 * gdb.base/foll-fork.exp: Likewise.
10174 * gdb.base/foll-vfork.exp: Likewise.
10175
f39a75d0
PM
101762011-01-10 Phil Muldoon <pmuldoon@redhat.com>
10177
10178 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
10179 Use load_lib gdb-python.exp.
10180 * gdb.python/python.exp: Ditto.
10181 * gdb.python/py-function.exp: Ditto.
10182
fc529d80
AS
101832011-01-09 Andreas Schwab <schwab@linux-m68k.org>
10184
10185 * gdb.threads/tls.exp ("info address me"): Fix expected output.
10186
fb03cb59
JK
101872011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10188
10189 * configure: Regenerate.
10190
d8e22779
TT
101912011-01-06 Tom Tromey <tromey@redhat.com>
10192
10193 * gdb.python/py-frame.exp: Test gdb.newest_frame.
10194
09050809
JB
101952011-01-06 Joel Brobecker <brobecker@adacore.com>
10196
fc529d80
AS
10197 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
10198 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
10199 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
10200 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
10201 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
10202 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
10203 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
10204 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
10205 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
10206 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
10207 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
10208 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
10209 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
10210 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
10211 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
10212 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
10213 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
10214 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
10215 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
10216 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
10217 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
10218 gdb.ada/uninitialized_vars.exp,
10219 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
10220 Simplify by using clean_restart.
09050809 10221
8ed5dd9e
JB
102222011-01-06 Joel Brobecker <brobecker@adacore.com>
10223
10224 Add marker to be used as anchor for inserting breakpoints.
10225 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
10226 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
10227 Likewise.
10228
10229 Remove uses of gdb_start_cmd.
10230 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
10231 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
10232
10233 Do not run testcase if testing with GDBserver.
10234 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
10235 if testing with GDBserver.
10236
368a124f
JB
102372011-01-06 Joel Brobecker <brobecker@adacore.com>
10238
10239 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
10240 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
10241 copyright header.
10242
44944448
JB
102432011-01-05 Joel Brobecker <brobecker@adacore.com>
10244
10245 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
10246 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
10247 testsuite/gdb.fortran/complex.f,
10248 testsuite/gdb.fortran/derived-type.f90,
10249 testsuite/gdb.fortran/library-module-lib.f90,
10250 testsuite/gdb.fortran/library-module-main.f90,
10251 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
10252 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
10253 Copyright year update.
10254
31886ea6
JB
102552011-01-05 Joel Brobecker <brobecker@adacore.com>
10256
10257 * gdb.base/langs1.f: Add copyright header.
10258
ebedcab5
JK
102592011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10260
10261 * gdb.base/morestack.exp: New file.
10262 * gdb.base/morestack.c: New file.
10263
de1eb2f9
JK
102642011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10265
10266 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
10267
9e87a409
JB
102682010-12-29 Joel Brobecker <brobecker@adacore.com>
10269
10270 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
10271 * gdb.ada/arrayptr.exp: Add test printing that new variable.
10272
720d1a40
JB
102732010-12-29 Joel Brobecker <brobecker@adacore.com>
10274
10275 * gdb.ada/lang_switch.exp: Correct expected parameter value.
10276
a283af87
AS
102772010-12-25 Andreas Schwab <schwab@linux-m68k.org>
10278
5d3d9cba
AS
10279 * gdb.threads/tls.exp: Fix typo.
10280
a283af87
AS
10281 * gdb.threads/thread-specific.exp (get_thread_list): Update.
10282 * gdb.threads/execl.exp: Update.
10283
2a20745c
YQ
102842010-12-23 Yao Qi <yao@codesourcery.com>
10285
10286 * gdb.arch/arm-disp-step.exp: New.
10287 * gdb.arch/arm-disp-step.S: New.
10288
a7658b96
TT
102892010-12-21 Tom Tromey <tromey@redhat.com>
10290
10291 * gdb.threads/execl.exp: Update.
10292 * gdb.threads/linux-dp.exp: Update.
10293 * gdb.threads/manythreads.exp: Update.
10294 * gdb.threads/tls.exp: Update.
10295
5b79abe7
TT
102962010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10297
10298 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
10299 (NextOverThrowDerivates) <resumebpt>: New.
10300 (resumebpt_test): New.
10301 (main): Call resumebpt_test.
10302 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
10303
0914bcdb
SS
103042010-12-12 Stan Shebs <stan@codesourcery.com>
10305
10306 * gdb.trace/tsv.exp: Test print command on trace state variables.
10307
305aeedc
TT
103082010-12-09 Tom Tromey <tromey@redhat.com>
10309
10310 * gdb.base/interp.exp: Add regression test.
10311
186c406b
TT
103122010-12-09 Tom Tromey <tromey@redhat.com>
10313
10314 * gdb.java/jnpe.java: New file.
10315 * gdb.java/jnpe.exp: New file.
10316 * gdb.cp/nextoverthrow.exp: New file.
10317 * gdb.cp/nextoverthrow.cc: New file.
10318
aae1c79a
DE
103192010-12-07 Doug Evans <dje@google.com>
10320
10321 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
10322 of data-directory.
10323 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
10324 updated.
10325 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
10326
60f98dde 103272010-11-29 Michael Snyder <msnyder@vmware.com>
d426f7b4
MS
10328
10329 * gdb.base/callfuncs.exp: Test for skip_float_tests.
10330 * gdb.base/call-sc.exp: Ditto.
10331 * gdb.base/finish.exp: Ditto.
10332 * gdb.base/return.exp: Ditto.
10333 * gdb.base/return2.exp: Ditto.
10334
5fa290c1
DE
103352010-11-30 Doug Evans <dje@google.com>
10336
10337 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
10338 (gdb_expect_list): Fix spelling errors in comments.
10339 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
10340 send_gdb/gdb_expect_list where applicable.
10341 * gdb.base/call-ar-st.exp: Ditto.
10342 * gdb.base/funcargs.exp: Ditto.
10343 * gdb.base/gcore.exp: Ditto.
10344 * gdb.base/page.exp: Ditto.
10345 * gdb.base/sigaltstack.exp: Ditto.
10346 * gdb.base/siginfo.exp: Ditto.
10347 * gdb.base/sigstep.exp: Ditto.
10348 * gdb.base/trace-commands.exp: Ditto.
10349
4e04c971
DE
103502010-11-29 Doug Evans <dje@google.com>
10351
10352 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
10353 printer-name;subprinter-name.
10354
8cf6f0b1
TT
103552010-11-29 Tom Tromey <tromey@redhat.com>
10356
10357 * gdb.dwarf2/implptr.exp: New file.
10358 * gdb.dwarf2/implptr.c: New file.
10359 * gdb.dwarf2/implptr.S: New file.
10360
94b6973e
PM
103612010-11-29 Phil Muldoon <pmuldoon@redhat.com>
10362
fc529d80 10363 PR python/12199
94b6973e
PM
10364
10365 * gdb.python/py-breakpoint.exp: Test the delete method.
10366
8358c15c
JK
103672010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10368
10369 Fix step_resume_breakpoint unsaved during an infcall.
10370 * gdb.base/step-resume-infcall.exp: New file.
10371 * gdb.base/step-resume-infcall.c: New file.
10372
f6df29bc
TJB
103732010-11-24 Edjunior Machado <emachado@br.ibm.com>
10374
10375 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
10376
f2b5a5cf
TJB
103772010-11-24 Edjunior Machado <emachado@br.ibm.com>
10378
10379 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
10380 on ppc64's symbols; "finish" and "return" commands must accept to
10381 show the caller line again as well as the line after.
10382 * gdb.asm/powerpc64.inc: New file.
10383
6b0ecdc2
DE
103842010-11-23 Doug Evans <dje@google.com>
10385
10386 * lib/gdb.exp (gdb_test_sequence): New function.
10387 (gdb_expect_list): Add verbose -log call for each pattern.
10388 * gdb.base/signals.exp (test_handle_all_print): Call it.
10389 Reduce timeout increment from 6 minutes to 1 minute.
10390 * gdb.server/ext-run.exp: Call it.
10391
ea976c60
PM
103922010-11-23 Phil Muldoon <pmuldoon@redhat.com>
10393
f2b5a5cf 10394 PR python/12212
ea976c60
PM
10395
10396 * gdb.python/python.exp: Check that selected_thread raises an
10397 error when no inferior is loaded.
10398
c0efa795
JK
103992010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10400
10401 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
10402 * gdb.dwarf2/dw2-stack-boundary.S: New file.
10403
ec3aa567
JK
104042010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10405
10406 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
10407 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
10408
d8249011
DE
104092010-11-18 Doug Evans <dje@google.com>
10410
10411 * gdb.server/ext-run.exp: Fix intermittent failures.
10412
d4eba7d1
NF
104132010-11-12 Nathan Froyd <froydnj@codesourcery.com>
10414
10415 * gdb.stabs/gdb11479.exp: Use runto_main.
10416
b04c2f88
NF
104172010-11-12 Nathan Froyd <froydnj@codesourcery.com>
10418
10419 * gdb.base/break-entry.exp: Skip if using a stub.
10420
ae9d7ce4
NF
104212010-11-12 Nathan Froyd <froydnj@codesourcery.com>
10422
10423 * gdb.python/py-inferior.exp: Pack values in target endianness.
10424
621c8364
TT
104252010-11-12 Tom Tromey <tromey@redhat.com>
10426
10427 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
10428 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
10429 MemoryError.
10430 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
10431 type.
10432 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
10433 MemoryError.
10434 (test_subscript_regression): Update exception type.
10435
84f4c1fe
PM
104362010-11-11 Phil Muldoon <pmuldoon@redhat.com>
10437
10438 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
10439 breakpoint tests.
10440
a1442452
PA
104412010-11-09 Pedro Alves <pedro@codesourcery.com>
10442
10443 * gdb.base/watchpoint.exp: Test "watch -location" with an
10444 innacessible location.
10445
efd11a33
JK
104462010-11-09 Edjunior Machado <emachado@br.ibm.com>
10447 Luis Machado <luisgpm@br.ibm.com>
10448
10449 * gdb.base/maint.exp: Expect "." prefix.
10450 * gdb.base/nodebug.exp: Expect "." Likewise.
10451 * gdb.base/sepsymtab.exp: Expect "." Likewise.
10452 * gdb.base/watchpoint-cond-gone.exp: Likewise.
10453 * gdb.base/watchpoint.exp: Expect a software watch to be created for
10454 POWER server processors.
10455
aa00efb5
JK
104562010-11-08 Edjunior Machado <emachado@br.ibm.com>
10457 Luis Machado <luisgpm@br.ibm.com>
10458
10459 * gdb.base/break-entry.exp: convert entry point for
10460 ppc64 and expect leading `.' on ppc64's symbols
10461
99e7ae30
DE
104622010-11-05 Doug Evans <dje@google.com>
10463
10464 * gdb.base/help.exp: Update expected output.
b521dba8
DE
10465 * gdb.python/py-param.exp: Delete, contents moved to ...
10466 * gdb.python/py-parameter.exp: ... here. New file.
10467 Add test for gdb.parameter ("directories").
99e7ae30 10468
f4b8a18d
KW
104692010-11-05 Ken Werner <ken.werner@de.ibm.com>
10470
10471 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
10472 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
10473 * configure: Regenerate.
10474 * gdb.opencl/Makefile.in: New File.
10475 * gdb.opencl/datatypes.exp: Likewise.
10476 * gdb.opencl/datatypes.cl: Likewise.
10477 * gdb.opencl/operators.exp: Likewise.
10478 * gdb.opencl/operators.cl: Likewise.
10479 * gdb.opencl/vec_comps.exp: Likewise.
10480 * gdb.opencl/vec_comps.cl: Likewise.
10481 * gdb.opencl/convs_casts.exp: Likewise.
10482 * gdb.opencl/convs_casts.cl: Likewise.
10483 * lib/opencl.exp: Likewise.
10484 * lib/opencl_hostapp.c: Likewise.
10485 * lib/opencl_kernel.cl: Likewise.
10486 * lib/cl_util.c: Likewise.
10487 * lib/cl_util.c: Likewise.
10488 * gdb.base/default.exp (set language): Add "opencl" to the list of
10489 languages.
10490
a9d5ef47
SW
104912010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
10492
10493 * gdb.cp/overload.exp: Added test for inheritance overload.
10494 * gdb.cp/overload.cc: Ditto.
10495 * gdb.cp/oranking.exp: Removed releveant kfails.
10496
03eb1c79
JK
104972010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10498 Joel Brobecker <brobecker@adacore.com>
10499
10500 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
10501 check test_compiler_info.
10502
dbc98a8b
KW
105032010-11-03 Ken Werner <ken.werner@de.ibm.com>
10504
10505 * gdb.base/gnu_vector.exp: Adjust expect messages.
10506
120bd360
KW
105072010-11-03 Ken Werner <ken.werner@de.ibm.com>
10508
10509 * gdb.base/gnu_vector.exp: Add unary operator tests.
10510
c37f7098
KW
105112010-11-03 Ken Werner <ken.werner@de.ibm.com>
10512
10513 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
10514
7b51bc51
DE
105152010-11-02 Doug Evans <dje@google.com>
10516
10517 * gdb.python/py-pp-maint.c: New file.
10518 * gdb.python/py-pp-maint.exp: New file.
10519 * gdb.python/py-pp-maint.py: New file.
10520
50c97f38
TT
105212010-11-02 Tom Tromey <tromey@redhat.com>
10522
10523 * gdb.base/default.exp: Remove "scheme" from language list.
10524
a289b8f6
JK
105252010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10526
10527 Revert:
10528 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10529 * gdb.threads/sigstep-threads.exp: New file.
10530 * gdb.threads/sigstep-threads.c: New file.
10531
cd017491
MS
105322010-10-20 Michael Snyder <msnyder@vmware.com>
10533
10534 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
10535
8e6a5956
UW
105362010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
10537
10538 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
10539 Skip test completely if gdb,no_hardware_watchpoints.
10540
2c04da0d
UW
105412010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
10542
10543 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
10544 strict, but do not check for any particular function name within libc.
10545
79afc5ef
SW
105462010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
10547
10548 * gdb.cp/smartp.exp: New test.
10549 * gdb.cp/smartp.cc : New test.
10550
026ffab7
SW
105512010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
10552
10553 * gdb.cp/converts.exp: Test pointer to bool conversion.
10554 Test pointer to long conversion.
10555 * gdb.cp/oranking.exp: Removed relevant kfail.
10556
3a772aa4
TT
105572010-10-18 Tom Tromey <tromey@redhat.com>
10558
10559 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
10560 argument to lazy_string.
10561 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
10562 (pp_ls.to_string): Use it.
10563 * gdb.python/py-prettyprint.c (main): Move declarations to top.
10564 Add "estring2" local.
10565
5fc3827b
JK
105662010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10567
10568 Fix s390x compatibility.
10569 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
10570 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
10571
8aeb23f3
JK
105722010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10573
10574 * gdb.threads/sigstep-threads.exp: New file.
10575 * gdb.threads/sigstep-threads.c: New file.
10576
c1e56572
JK
105772010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10578
10579 * gdb.base/pie-execl.exp: New file.
10580 * gdb.base/pie-execl.c: New file.
10581
92163a10
JK
105822010-10-13 Doug Evans <dje@google.com>
10583 Jan Kratochvil <jan.kratochvil@redhat.com>
10584
10585 PR exp/12117
10586 * gdb.cp/ptype-cv-cp.cc: New file.
10587 * gdb.cp/ptype-cv-cp.exp: New file.
10588
7062b0a0
SW
105892010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
10590
10591 * gdb.cp/converts.cc: New test program.
10592 * gdb.cp/converts.exp: New test.
10593 * gdb.cp/overload.exp: Added test for void* vs int*.
10594 * gdb.cp/overload.exp: Ditto.
10595 * gdb.cp/oranking.exp: Removed related kfail.
10596
0e3509db
DE
105972010-10-13 Doug Evans <dje@google.com>
10598
10599 * lib/gdb-python.exp (gdb_check_python_config): New function.
10600 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
10601 * gdb.python/lib-types.cc: New file.
10602 * gdb.python/lib-types.exp: New file.
10603
8dc78533
JK
106042010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10605
10606 * gdb.python/py-error.exp: New file.
10607 * gdb.python/py-error.py: New file.
10608
93c17e06
JK
106092010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10610
10611 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
10612 gdb_test_multiple.
10613
d8b34041
JK
106142010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10615
10616 * gdb.base/break-interp.exp: Use ldlags for linking flags.
10617 * gdb.base/prelink.exp: Likewise.
10618 * gdb.base/solib-nodir.exp: Likewise.
10619 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
10620 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
10621 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
10622
e0cc584e
UW
106232010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
10624
10625 * break-interp.exp (test_ld): Use two separate gdb_expect statements
10626 for the "info files" test to avoid timeouts on slow machines.
10627
cfc353b1
JK
106282010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10629
10630 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
10631 (main): Make openlib dummy call.
10632
d3d7896d
JK
106332010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10634
10635 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
10636 * break-interp.exp (reach): Move the core body ...
10637 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
10638 (test_ld): Provide always real argument, even to the linker. Replace
10639 dl_main by _dl_debug_state.
10640
5e533c94
JK
106412010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10642
10643 Fix results of prelinked PIEs on ppc*.
10644 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
10645 Accept also DISPLACEMENT "PRESENT".
10646 (main): Replace "ZERO" displacements by "PRESENT".
10647
33540610
SW
106482010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
10649
10650 * gdb.cp/oranking.exp: New test.
10651 * gdb.cp/oranking.cc: New test program.
10652
3bdf2bbd
KW
106532010-10-08 Ken Werner <ken.werner@de.ibm.com>
10654
10655 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
10656 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
10657
2f608a3a
KW
106582010-10-06 Ken Werner <ken.werner@de.ibm.com>
10659
10660 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
10661 lush, lynx) New constant.
10662 * gdb.base/constvars.exp: Test const array types.
10663 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
10664
aa2e2d8d
DE
106652010-10-06 Doug Evans <dje@google.com>
10666
10667 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
10668 of syscall staging area.
10669
2844d6b5
KW
106702010-10-06 Ken Werner <ken.werner@de.ibm.com>
10671
10672 * gdb.base/gnu_vector.c: Add variable c4.
10673 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
10674 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
10675
7d8ac8bb
MR
106762010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
10677
10678 * gdb.arch/altivec-abi.exp: Fix a typo.
10679
84a02e58
MR
106802010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
10681
10682 * lib/mi-support.exp (thread_selected_re): Correct pattern used
10683 to match a thread ID.
10684
b18e6318
JK
106852010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10686
10687 Fix s390x testcase compatibility.
10688 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
10689
a2c09bd0
DE
106902010-10-01 Doug Evans <dje@google.com>
10691
10692 * lib/gdb-python.exp: New file.
10693 * gdb.python/py-block.exp: Use it.
10694 * gdb.python/py-breakpoint.exp: Ditto.
10695 * gdb.python/py-frame.exp: Ditto.
10696 * gdb.python/py-inferior.exp: Ditto.
10697 * gdb.python/py-param.exp: Ditto.
10698 * gdb.python/py-prettyprint.exp: Ditto.
10699 * gdb.python/py-shared.exp: Ditto.
10700 * gdb.python/py-symbol.exp: Ditto.
10701 * gdb.python/py-symtab.exp: Ditto.
10702 * gdb.python/py-type.exp: Ditto.
10703 * gdb.python/py-value.exp: Ditto.
10704 * gdb.python/python.exp: Ditto.
10705
38f12cfc
TT
107062010-09-30 Tom Tromey <tromey@redhat.com>
10707
10708 * gdb.base/anon.exp: New file.
10709 * gdb.base/anon.c: New file.
10710
9ae8282d
TT
107112010-09-30 Tom Tromey <tromey@redhat.com>
10712
10713 * gdb.base/completion.exp: Test completion through anonymous
10714 union.
10715 * gdb.base/break1.c (struct some_struct): Add anonymous union.
10716
e9e07ba6
JK
107172010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10718
10719 Fix printing parameters of inlined functions.
10720 * gdb.dwarf2/dw2-inline-param.exp: New file.
10721 * gdb.dwarf2/dw2-inline-param-main.c: New file.
10722 * gdb.dwarf2/dw2-inline-param.S: New file.
10723
cd2effb2
JK
107242010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10725
10726 PR corefiles/12071.
10727 * gdb.base/corefile.exp (quit with a process, no question: load core)
10728 (quit with a core file): New tests.
10729
bceffbf3
JK
107302010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10731
10732 Fix GDB crash on inferior calls with self-referencing classes.
10733 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
10734 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
10735 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
10736
1736ad11
JK
107372010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10738
10739 Fix lost siginfo_t for inferior calls.
10740 * gdb.base/siginfo-infcall.exp: New file.
10741 * gdb.base/siginfo-infcall.c: New file.
10742
a176ad92
JB
107432010-09-22 Joel Brobecker <brobecker@adacore.com>
10744
10745 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
10746
c2b0a229
JK
107472010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10748
10749 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
10750 New test.
10751 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
10752
e8ae22d1
JB
107532010-09-22 Joel Brobecker <brobecker@adacore.com>
10754
10755 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
10756 type of our const type.
10757
ec322823
SW
107582010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
10759
10760 * gdb.cp/pr12028.cc: New.
10761 * gdb.cp/pr12028.exp: New.
10762
72929c62
JB
107632010-09-22 Joel Brobecker <brobecker@adacore.com>
10764
10765 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
10766
875b4ff5 107672010-09-16 Phil Muldoon <pmuldoon@redhat.com>
fc529d80 10768 Jan Kratochvil <jan.kratochvil@redhat.com>
875b4ff5
PM
10769
10770 PR mi/11407
10771 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
10772 * gdb.mi/dw2-ref-missing-frame-main.c New File.
10773 * gdb.mi/dw2-ref-missing-frame.S New File.
10774 * gdb.mi/dw2-ref-missing-frame.exp New File.
10775
7155d578
TT
107762010-09-14 Tom Tromey <tromey@redhat.com>
10777
10778 PR symtab/8399:
10779 * gdb.threads/tls.exp: Remove kfail. Update expected output.
10780
515ed532
TT
107812010-09-14 Tom Tromey <tromey@redhat.com>
10782
10783 PR exp/11803:
10784 * gdb.threads/tls.exp: Use C++.
10785 (check_thread_local): Use K::another_thread_local.
10786 * gdb.threads/tls.c (class K): New.
10787 (another_thread_local): Now a member of K.
10788 (spin): Update. No longer K&R C.
10789
450ca57c
SW
107902010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
10791
10792 * gdb.cp/koenig.cc: created class for testing member lookup.
10793 * gdb.cp/koenig.exp: Added test for member lookup.
10794
dbd492a3
JK
107952010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10796
10797 Fix false FAILs on sourcetree topdir directory containing "kill".
10798 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
10799 source line matching regexp.
10800
8d4d924b
JK
108012010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10802
10803 * gdb.python/python.exp (set height 0, collect help from uiout)
10804 (verify help to uiout): New tests.
10805
8e64f2a0
JK
108062010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10807
10808 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
10809 is_lp64_target to check 64bit target.
10810
4569eed2
JK
108112010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10812
10813 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
10814 (test_ld) <powerpc64-*>: New.
10815
5e1617b1
DJ
108162010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
10817
10818 * gdb.cp/templates.exp (test_template_args): Allow "struct".
10819
c767944b
DJ
108202010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
10821
10822 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
10823 (FunctionArg::method): New function.
10824 (empty, arg): New variables.
10825 (main): Call arg.method.
10826 * gdb.cp/templates.exp (test_template_args): New function.
10827 (do_tests): Call it.
10828
27d3a3fc
UW
108292010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
10830
10831 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
10832 of "next" to proceed over pthread_exit call.
10833
55b7ce7f
UW
108342010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
10835
10836 * gdb.base/maint.exp: Avoid wildcards against potentially very long
10837 "maint print statistics" output to prevent expect timeouts.
10838
809df446
JK
108392010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10840
10841 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
10842 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
10843 (test_float_rejected): ... here.
10844 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
10845 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
10846 (test_float_rejected): ... here.
10847 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
10848 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
10849 (test_float_rejected): ... here.
10850 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
10851 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
10852 (test_float_rejected): ... here.
10853
8464be76
DJ
108542010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
10855
10856 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
10857 before disabling hardware watchpoints.
10858 (test_inaccessible_watchpoint): Check that hardware watchpoints
10859 are used. Test for watchpoints on a constant address.
10860
14dba4b4
JK
108612010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10862
10863 * gdb.base/ui-redirect.exp: New file.
10864
3f3540e1 108652010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
fc529d80 10866 Joel Brobecker <brobecker@adacore.com>
3f3540e1
JB
10867
10868 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
10869
0f254bb7
DE
108702010-08-31 Doug Evans <dje@google.com>
10871
10872 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
10873
03f17ccf
TT
108742010-08-30 Tom Tromey <tromey@redhat.com>
10875
10876 PR python/11792:
10877 * gdb.python/py-value.exp (test_subscript_regression): Add
10878 dynamic_type test.
10879
640617ad
DJ
108802010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
10881
10882 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
10883 instead of running to main. Do not test the main function.
10884 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
10885 Add new main.
10886
2ed91d1b
PA
108872010-08-26 Pedro Alves <pedro@codesourcery.com>
10888
10889 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
10890 one test.
10891
673bfd45
DE
108922010-08-24 Doug Evans <dje@google.com>
10893
10894 PR symtab/11942
10895 * gdb.dwarf2/dw4-sig-types.cc: New file.
10896 * gdb.dwarf2/dw4-sig-types.h: New file.
10897 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
10898 * gdb.dwarf2/dw4-sig-types.exp: New file.
10899
f9ffd4bb
TT
109002010-08-23 Tom Tromey <tromey@redhat.com>
10901
10902 PR python/11145:
10903 * gdb.python/py-value.c (Base, Derived): New types.
10904 (base): New global.
10905 * gdb.python/py-value.exp (test_subscript_regression): Add
10906 dynamic_cast test.
10907
d839c8a4
TT
109082010-08-23 Tom Tromey <tromey@redhat.com>
10909
10910 PR python/10676:
10911 * gdb.python/py-type.exp (test_fields): Add tests for type
10912 equality.
10913
702c2711
TT
109142010-08-23 Tom Tromey <tromey@redhat.com>
10915
10916 PR python/11915:
10917 * gdb.python/py-type.exp (test_fields): Add tests for array.
10918
832bafd3
KS
109192010-08-23 Keith Seitz <keiths@redhat.com>
10920
10921 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
10922 have any children. Create a new abbrev for it.
10923 Add missing terminal sequence to .debug_abbrev.
10924
c37bf528
KS
109252010-08-20 Keith Seitz <keiths@redhat.com>
10926
10927 PR symtab/11465:
10928 * gdb.dwarf2/pr11465.exp: New test.
10929 * gdb.dwarf2/pr11465.S: New file.
10930 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
10931 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
10932
4572cbac
TJB
109332010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
10934
10935 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
10936 registers. Update data sets with the new v2_double element in the
10937 VSX register union. Add vector_register3_vr data set for the AltiVec
10938 registers. Use gdb_test_no_output instead of send_gdb.
10939
e7fbb131
PA
109402010-08-19 Pedro Alves <pedro@codesourcery.com>
10941
10942 * gdb.python/py-shared.exp: New file, factored out from
10943 python.exp.
10944 * gdb.python/py-shared.c: New file.
10945 * gdb.python/py-shared-sl.c: New file.
10946 * gdb.python/python-1.c: New file.
10947 * gdb.python/python-sl.c: Delete.
10948 * gdb.python/python.c: Mention python-1.c.
10949 * gdb.python/python.exp: Move shared library tests to
10950 py-shared.exp.
10951 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
10952 (MISCELLANEOUS): New.
10953 (clean mostlyclean): Also remove $MISCELLANEOUS.
10954
d30f5e1f
DE
109552010-08-19 Doug Evans <dje@google.com>
10956
10957 PR exp/11926
10958 * gdb.base/printcmds.exp (test_float_accepted): New function.
10959 Move existing float tests there. Add tests for floats with suffixes.
10960 (test_float_rejected): New function.
10961 * gdb.java/jv-print.exp (test_float_accepted): New function.
10962 (test_float_rejected): New function.
10963 * gdb.objc/print.exp: New file.
10964 * gdb.pascal/print.exp: New file.
10965 * lib/objc.exp: New file.
10966
7b3fd859
PM
109672010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
10968
10969 * gdb.base/default.exp (info set): Avoid full buffer error and force
10970 reading up to final gdb prompt.
10971 (show): Likewise.
10972
c92817ce
TT
109732010-08-18 Tom Tromey <tromey@redhat.com>
10974
10975 PR symtab/11919:
10976 * gdb.base/completion.exp: Add test.
10977
f1208f9e
DE
109782010-08-18 Doug Evans <dje@google.com>
10979
10980 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
10981 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
10982 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
10983 Simplify, early exit if runto_main fails.
10984 * gdb.fortran/exprs.exp: load_lib fortran.exp.
10985 (set_lang_fortran): Moved to lib/fortran.exp.
10986 * gdb.fortran/types.exp: load_lib fortran.exp.
10987 (set_lang_fortran): Moved to lib/fortran.exp.
10988 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
10989 * gdb.java/jprint.exp (set_lang_java): Ditto.
10990 * gdb.java/jv-exp.exp: load_lib java.exp.
10991 If set_lang_java fails, issue a warning instead of failure to be
10992 consistent with other set_lang_foo uses.
10993 (set_lang_java): Moved to lib/java.exp.
10994 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
10995 If set_lang_java fails, issue a warning instead of failure to be
10996 consistent with other set_lang_foo uses.
10997 * gdb.pascal/types.exp: load_lib pascal.exp.
10998 (set_lang_pascal): Moved to lib/pascal.exp.
10999 * lib/fortran.exp: New file.
11000 * lib/java.exp (set_lang_java): New function.
11001 * lib/pascal.exp (set_lang_pascal): New function.
11002
2f06b485
YQ
110032010-08-18 Yao Qi <yao@codesourcery.com
11004
11005 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
11006 func_nofb_start and func_loopfb_start, so that address of functions
11007 is equal to these labels on Thumb.
11008
96e25403
YQ
110092010-08-18 Yao Qi <yao@codesourcery.com>
11010
11011 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
11012 to reflect latest c source file.
11013
36e6adc4
JK
110142010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11015
11016 * gdb.cp/infcall-dlopen.exp: New file.
11017 * gdb.cp/infcall-dlopen.cc: New file.
11018 * gdb.cp/infcall-dlopen-lib.cc: New file.
11019
f431efe5
PA
110202010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11021 Pedro Alves <pedro@codesourcery.com>
11022
11023 PR breakpoints/11371
11024
11025 * gdb.base/watch-cond-infcall.exp: New file.
11026 * gdb.base/watch-cond-infcall.c: New file.
11027
06a64a0b
TT
110282010-08-16 Tom Tromey <tromey@redhat.com>
11029
11030 * gdb.base/help.exp: Update.
11031 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
11032 watchpoint.
11033 (test_watch_location): New proc.
11034 (test_watchpoint_in_big_blob): Delete watchpoint.
11035 * gdb.base/watchpoint.c (func5): New function.
11036 (main): Call it.
11037
70ebf4ed
DE
110382010-08-16 Doug Evans <dje@google.com>
11039
11040 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
11041
ca5c20b6
PM
110422010-08-11 Phil Muldoon <pmuldoon@redhat.com>
11043
11044 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
11045 tests.
11046
7346b668
KW
110472010-08-11 Ken Werner <ken.werner@de.ibm.com>
11048
11049 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
11050 * gdb.base/gnu_vector.c: New File.
11051 * gdb.base/gnu_vector.exp: Likewise.
11052
cb2e07a6
PM
110532010-08-11 Phil Muldoon <pmuldoon@redhat.com>
11054
11055 * gdb.python/python.c: New File.
11056 * gdb.python/python-sl.c: New File.
11057 * gdb.python/python.exp: Test solib_address and decode_line
11058 * functions.
11059
5da1313b
JK
110602010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11061
11062 * gdb.python/python.exp (show height, set height 10)
11063 (verify pagination beforehand, verify pagination beforehand: q)
11064 (gdb.execute does not page, verify pagination afterwards)
11065 (verify pagination afterwards: q): New.
11066
49c3ccf7
DE
110672010-08-02 Doug Evans <dje@google.com>
11068
11069 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
11070 because of an older gcc, change test2
11071 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
11072 to unsupported.
11073
42c0c4f1
KH
110742010-07-30 Kazu Hirata <kazu@codesourcery.com>
11075
11076 * gdb.base/break-always.exp: Do not expect full paths to file
11077 names.
11078 * gdb.base/commands.exp: Likewise.
11079
d3765805
DE
110802010-07-30 Doug Evans <dje@google.com>
11081
c98ee71b
DE
11082 * gdb.cp/temargs.exp: For new tests that require newer gccs,
11083 xfail them when run with older gccs.
11084
fd961404
DE
11085 * lib/gdb.exp (build_executable): Forward "c++" option to
11086 get_compiler_info.
11087
999adef4
DE
11088 * gdb.python/py-type.exp (test_template): Mark as xfail tests
11089 "python print ttype.template_argument(1)" and
11090 "python print isinstance(ttype.template_argument(1), gdb.Value)"
11091 if using gcc 4.4 or earlier.
11092
d3765805
DE
11093 * gdb.base/valgrind-db-attach.exp: Use unique test name for
11094 attach-to-debugger handling.
11095
1276c759
JK
110962010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11097
11098 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
11099 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
11100 (main): Use copyreloc.
11101 * gdb.base/prelink.exp (split debug of executable)
11102 (.dynbss vs. .bss address shift): New tests.
11103
88caa9b9
PA
111042010-07-29 Pedro Alves <pedro@codesourcery.com>
11105
11106 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
11107 in gdb_test_multiple.
11108
c6f2ac43
PA
111092010-07-29 Pedro Alves <pedro@codesourcery.com>
11110
11111 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
11112 environment.
11113
326fd672
TT
111142010-07-28 Tom Tromey <tromey@redhat.com>
11115
11116 PR python/11060:
11117 * gdb.python/py-type.c (Temargs): New template.
11118 (temvar): New variable.
11119 * gdb.python/py-type.exp (test_template): New proc.
11120
3ce3b1ba
PA
111212010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
11122
11123 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
11124 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
11125
34eaf542
TT
111262010-07-28 Tom Tromey <tromey@redhat.com>
11127
11128 PR c++/9946:
11129 * gdb.cp/temargs.exp: New file.
11130 * gdb.cp/temargs.cc: New file.
11131
d41b819e
JK
111322010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11133
11134 * gdb.base/help.exp (help disassemble): Update the content.
11135
26ab7092
JK
111362010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11137
11138 * gdb.threads/ia64-sigill.exp: New file.
11139 * gdb.threads/ia64-sigill.c: New file.
11140
5283e9e1
TT
111412010-07-27 Tom Tromey <tromey@redhat.com>
11142
11143 * gdb.opt/inline-cmds.c (ATTR): New define.
11144 (func1): Use it.
11145 (func2): Likewise.
11146 (func3): Likewise.
11147 (outer_inline1): Likewise.
11148 (outer_inline2): Likewise.
11149 * gdb.opt/inline-bt.c (ATTR): New define.
11150 (func1): Use it.
11151 (func2): Likewise.
11152 * gdb.opt/inline-locals.c (ATTR): New define.
11153 (func1): Use it.
11154 (func2): Likewise.
11155
e992ef73
TT
111562010-07-27 Tom Tromey <tromey@redhat.com>
11157
11158 * gdb.stabs/gdb11479.c (hack): New function.
11159 (test): Use it.
11160 (test2): Use it.
11161 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
11162 (int32_search_buf, int64_search_buf): No longer static.
11163 (x): Remove.
11164 * gdb.base/relocate.c (hack): New function.
11165
5374244e
PM
111662010-07-27 Phil Muldoon <pmuldoon@redhat.com>
11167
11168 * gdb.python/py-value.exp (test_inferior_function_call): New function.
11169 * gdb.python/py-value.c (func1): New function.
11170 (func2): Likewise.
11171
a99aee83
CV
111722010-07-26 Corinna Vinschen <vinschen@redhat.com>
11173
11174 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
11175 as not to clash with .data section.
11176
a04ba985
JG
111772010-07-26 Jerome Guitton <guitton@adacore.com>
11178
11179 * gdb.base/code_elim.exp: New file.
11180 * gdb.base/code_elim1.c: New file.
11181 * gdb.base/code_elim2.c: New file.
11182
23bd0f7c
PA
111832010-07-21 Pedro Alves <pedro@codesourcery.com>
11184
11185 PR symtab/11827
11186
11187 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
11188 (some_volatile_enum): New variable.
11189 * gdb.base/printcmds.exp (test_print_enums): New.
11190 <top level>: Call it.
11191
883df6dd
SW
111922010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
11193
11194 * gdb.cp/fpointer.cc: New test.
11195 * gdb.cp/fpointer.exp: New test.
11196
569b05a5
JK
111972010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11198
11199 * gdb.base/solib-nodir.exp: New file.
11200 * lib/gdb.exp (runto): New case for a GDB internal error.
11201
51d7d803
JK
112022010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11203 Ulrich Weigand <uweigand@de.ibm.com>
11204 Tom Tromey <tromey@redhat.com>
11205
11206 * gdb.base/charset-malloc.c: New file.
11207 * gdb.base/charset.c (malloc_stub): New prototype.
11208 (main): Call it instead of malloc itself.
11209 * gdb.base/charset.exp: Use only prepare_for_testing.
11210 (binfile): Remove the variable.
11211
c0edd9ed
JK
112122010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11213
11214 Make core files the process_stratum.
11215 * gdb.base/corefile.exp (run: load core again)
11216 (run: sanity check we see the core file, run: with core)
11217 (run: core file is cleared, attach: load core again)
11218 (attach: sanity check we see the core file, attach: with core)
11219 (attach: core file is cleared): New tests.
11220 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
11221
3cbaedff
KW
112222010-07-14 Ken Werner <ken.werner@de.ibm.com>
11223
11224 * gdb.arch/altivec-abi.exp: New tests.
11225
91158a56
TT
112262010-07-13 Tom Tromey <tromey@redhat.com>
11227
11228 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
11229 (main): Use it.
11230 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
11231
0f5238ed
TT
112322010-07-13 Tom Tromey <tromey@redhat.com>
11233
11234 * gdb.base/label.exp: New file.
11235 * gdb.base/label.c: New file.
11236
add265ae
L
112372010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
11238 H.J. Lu <hongjiu.lu@intel.com>
11239
11240 * lib/gdb.exp (is_ilp32_target): New.
11241 (is_lp64_target): Likewise.
11242
11243 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
11244 target.
11245 * gdb.arch/amd64-disp-step.exp: Likewise.
11246 * gdb.arch/amd64-dword.exp: Likewise.
11247 * gdb.arch/amd64-i386-address.exp: Likewise.
11248 * gdb.arch/amd64-word.exp: Likewise.
889bf7c5 11249
add265ae
L
11250 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
11251 target.
11252 * gdb.arch/i386-bp_permanent.exp: Likewise.
11253 * gdb.arch/i386-byte.exp: Likewise.
11254 * gdb.arch/i386-disp-step.exp: Likewise.
11255 * gdb.arch/i386-gnu-cfi.exp: Likewise.
11256 * gdb.arch/i386-prologue.exp: Likewise.
11257 * gdb.arch/i386-size-overlap.exp: Likewise.
11258 * gdb.arch/i386-size.exp: Likewise.
11259 * gdb.arch/i386-sse.exp: Likewise.
11260 * gdb.arch/i386-unwind.exp: Likewise.
11261 * gdb.arch/i386-word.exp: Likewise.
11262
11263 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
11264 test only when building 64-bit executables. Do not hard-code
11265 -m64 option.
11266
2dfb8c17
DE
112672010-07-07 Doug Evans <dje@google.com>
11268
11269 * lib/gdb.exp (gdb_test_list_exact): New function.
11270 * gdb.base/default.exp (show convenience): Call it, add tests for
11271 $_sdata = void, $_thread = 0.
11272
4e5799b6
JK
112732010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11274 Joel Brobecker <brobecker@adacore.com>
11275
11276 Fix re-run of PIE executable, PR shlibs/11776.
11277 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
11278 Remove $displacement_main to match the solib-svr4.c change. New "kill"
11279 and re-"run" of the inferior.
11280
1a219cc7
JK
112812010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11282 Joel Brobecker <brobecker@adacore.com>
11283
11284 Cope with missing /usr/sbin/prelink.
11285 * lib/prelink-support.exp (prelink_no):
11286 <result == 1 && $output is "no such file or directory">: New.
11287 (prelink_yes): Likewise. Return on failed prelink_no.
11288
5e3b36f8
JK
112892010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11290 Joel Brobecker <brobecker@adacore.com>
11291
11292 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
11293 build_executable by build_executable_own_libs. Replace "prelink -R"
11294 execution by a call of prelink_yes. Comment why "prelink -r" needs no
11295 change.
11296 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
11297 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
11298 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
11299 Replace build_executable by build_executable_own_libs's function
11300 build_executable_own_libs.
11301 (prelinkNO): Create new stub to call prelink_no.
11302 (prelinkYES): Create new stub to call prelink_yes.
11303 (test_attach): Rename calls of copy to file_copy.
11304 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
11305 (copy): Move to ...
11306 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
11307 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
11308 * gdb.base/prelink.exp: Disable testcase also for is_remote and
11309 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
11310 special flags by gdb_compile_shlib. Replace second gdb_compile by
11311 build_executable_own_libs. Replace "prelink -R" execution by a call of
11312 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
11313 a second call of prelink_yes. Replace restart commands by
11314 clean_restart.
11315 (prelink): Rename to ...
11316 (seen displacement message): ... this test. Extend its expectation
11317 strictness.
11318
86e4bafc
JK
113192010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11320
11321 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
11322 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
11323 displacement message exactly once.
11324
3cd07d20
JK
113252010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11326 Joel Brobecker <brobecker@adacore.com>
11327
11328 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
11329 its restore after the <$relink_args != ""> loop. new comment.
11330
0a1e94c7
JK
113312010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11332 Joel Brobecker <brobecker@adacore.com>
11333
11334 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
11335 code for it. New variable relink_args.
11336 (prelinkYES): Call prelinkNO.
11337 (test_attach): Accept new parameter relink_args. Re-prelink the binary
11338 in such case. Move the core code to ...
11339 (test_attach_gdb): ... a new function. Send GDB command "file".
11340 Extend expected "Attaching to " string.
11341
2f70bcfb
TT
113422010-07-02 Tom Tromey <tromey@redhat.com>
11343
11344 * gdb.base/bitops.exp: Remove extraneous "pass".
11345
a17ac5b0
TT
113462010-07-02 Ken Werner <ken.werner@de.ibm.com>
11347
11348 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
11349
dc10affe
PA
113502010-07-01 Pedro Alves <pedro@codesourcery.com>
11351
d41c0fc8
PA
11352 * gdb.base/help.exp: Adjust expected output.
11353
113542010-07-01 Pedro Alves <pedro@codesourcery.com>
11355
11356 * gdb.base/help.exp: Adjust expected output.
dc10affe 11357
0a600c36
JK
113582010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11359
11360 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
11361 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
11362 c++/11702.
11363
37cc8bfe
JK
113642010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11365 Doug Evans <dje@google.com>
11366
11367 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
11368 add .dynamic entry'.
11369
254e6b9e
DE
113702010-06-29 Doug Evans <dje@google.com>
11371
11372 Test PR c++/11702.
11373 * gdb.cp/m-static.exp: Add testcase.
11374 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
11375
595939de 113762010-06-28 Phil Muldoon <pmuldoon@redhat.com>
889bf7c5
PA
11377 Tom Tromey <tromey@redhat.com>
11378 Thiago Jung Bauermann <bauerman@br.ibm.com>
595939de
PM
11379
11380 * gdb.python/py-inferior.c: New File.
11381 * gdb.python/py-infthread.c: New File.
11382 * gdb.python/py-inferior.exp: New File.
11383 * gdb.python/py-infthread.exp: New File.
11384
98751a41
JK
113852010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11386
11387 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
11388 (ptype ::C::OtherFileClass typedefs): New.
11389 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
11390 (C::OtherFileClass::cOtherFileClassVar2): New.
11391 (C::OtherFileClass::cOtherFileClassVar_use): Use also
11392 cOtherFileClassVar2.
11393 (C::cOtherFileType2, C::cOtherFileVar2): New.
11394 (C::cOtherFileVar_use): use also cOtherFileVar2.
11395 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
11396
41f62f39
JK
113972010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11398
11399 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
11400 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
11401 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
11402 (print ::C::cOtherFileVar)
11403 (whatis C::OtherFileClass::cOtherFileClassType)
11404 (whatis ::C::OtherFileClass::cOtherFileClassType)
11405 (print C::OtherFileClass::cOtherFileClassVar)
11406 (print ::cOtherFileClassVar)
11407 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
11408 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
11409 trailing content.
11410 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
11411 (C::OtherFileClass::cOtherFileClassVar)
11412 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
11413 (C::cOtherFileVar, C::cOtherFileVar_use): New.
11414
af53d231
JK
114152010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11416
11417 Test PR c++/11703 and PR gdb/1448.
11418 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
11419 gdb/1448.
11420
9655fd1a
JK
114212010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11422
11423 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
11424 (main) <rtti_data>: New.
11425 * gdb.cp/virtbase.exp (print rtti_data): New.
11426
824cc8dd
JK
114272010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11428 Joel Brobecker <brobecker@adacore.com>
11429
11430 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
11431
6036c742
JK
114322010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11433
11434 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
11435
de6a0421
DE
114362010-06-28 Doug Evans <dje@google.com>
11437
11438 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
11439
b2dae948
DE
114402010-06-27 Doug Evans <dje@google.com>
11441
11442 * gdb.cp/m-static.exp: Update expected test output.
11443
0f3bb72e
PH
114442010-06-25 Paul Hilfinger <hilfinger@adacore.com>
11445
889bf7c5
PA
11446 * gdb.gdb/selftest.exp: Adjust expected message for
11447 capturing start-up runtime.
0f3bb72e 11448
bc9f0842
TT
114492010-06-25 Tom Tromey <tromey@redhat.com>
11450
11451 PR python/10808:
11452 * gdb.python/python.exp: Add new tests.
11453
099ef718
SW
114542010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
11455
11456 * gdb.cp/operator.cc: Created an import loop.
11457 * gdb.cp/operator.exp: Added testcase for import loop.
11458
5868a632
JK
114592010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11460
11461 Test PR python/11407.
11462 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
11463 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
11464 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
11465 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
11466 executable_nofb and executable_fb. New variables srcsfile, objsfile,
11467 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
11468 binfile. Call gdb_compile with clean_restart twice.
11469 (func_nofb print, func_nofb backtrace, func_loopfb print)
11470 (func_loopfb backtrace): New.
11471
af76db58
JK
114722010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11473
11474 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
11475 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
11476 by a hand made one.
11477 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
11478 i?86 requirement. Remove variables srcfile and binfile. New variable
11479 sources, executable_nofb and executable_fb. Call prepare_for_testing.
11480
f2c7657e
UW
114812010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11482
11483 * gdb.cell/dwarfaddr.exp: New file.
11484 * gdb.cell/dwarfaddr.S: New file.
11485
628fe4e4
JK
114862010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11487
11488 Test PR 9436.
11489 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
11490
f1421989
HZ
114912010-06-24 Hui Zhu <teawater@gmail.com>
11492
11493 * gdb.base/eval.exp: New file.
11494
d03285ec
UW
114952010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11496
11497 * gdb.cell/fork.exp: New file.
11498 * gdb.cell/fork.c: Likewise.
11499 * gdb.cell/fork-spu.c: Likewise.
11500
41b2c92d
PM
115012010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
11502
11503 * lib/gdb.exp (banned_variables_traced): New global variable.
11504 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
11505 (gdb_init): Use `trace add variable' instead of obsolete
11506 `trace variable'.
11507
d5bc977f
DE
115082010-06-21 Doug Evans <dje@google.com>
11509
11510 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
11511
d2ed6730
UW
115122010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11513
11514 * gdb.arch/spu-ls.exp: New file.
11515 * gdb.arch/spu-ls.c: Likewise.
11516
6aed2dbc
SS
115172010-06-18 Stan Shebs <stan@codesourcery.com>
11518
11519 * gdb.threads/thread-specific.exp: Add tests of $_thread.
11520
e0756905
UW
115212010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11522
11523 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
11524 * gdb.base/watch-cond.exp: Likewise.
11525 * gdb.python/py-breakpoint.exp: Likewise.
11526
d8053d4d
PA
115272010-06-18 Pedro Alves <pedro@codesourcery.com>
11528
11529 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
11530 clean_restart, make sure every test has a distinct message, and
11531 that messages don't include the executable' full path.
11532
81ce510c
DE
115332010-06-17 Doug Evans <dje@google.com>
11534
11535 * gdb.arch/i386-size.exp: Updated expected output for
11536 DISASSEMBLY_OMIT_FNAME.
11537
65d79d4b
SDJ
115382010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11539 Sergio Durigan Junior <sergiodj@redhat.com>
11540
11541 * gdb.base/watch-notconst.c: New file.
11542 * gdb.base/watch-notconst.S: New file.
11543 * gdb.base/watch-notconst2.c: New file.
11544 * gdb.base/watch-notconst2.S: New file.
11545 * gdb.base/watch-notconst.exp: New file.
11546 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
11547 (func4): Add operations on `global_ptr_ptr'.
11548 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
11549 routine to test watchpoints created with a constant expression.
11550 (test_inaccessible_watchpoint): Include tests for watchpoints
11551 created with a constant expression.
11552
df0f4836
KB
115532010-06-14 Kevin Buettner <kevinb@redhat.com>
11554
11555 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
11556 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
11557 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
11558 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
11559 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
11560 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
11561 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
11562 of `_start'.
11563
b769def5
UW
115642010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11565
11566 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
11567 not supported on the target.
11568 * gdb.mi/mi-nonstop-exit.exp: Likewise.
11569 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
11570 * gdb.mi/mi-nsintrall.exp: Likewise.
11571 * gdb.mi/mi-nsmoribund.exp: Likewise.
11572 * gdb.mi/mi-nsthrexec.exp: Likewise.
11573
d914c394
SS
115742010-06-11 Stan Shebs <stan@codesourcery.com>
11575
11576 * gdb.base/permissions.exp: New file.
11577
115782010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5bbad94c
UW
11579
11580 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
11581 does not support ELF executable class.
11582
f3ce5b9c
UW
115832010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11584
11585 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
11586
8e46892c
JK
115872010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11588
11589 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
11590 (runto): Catch "The target does not support running in non-stop mode.".
11591
6cc55c64
MS
115922010-06-11 Michael Snyder <msnyder@vmware.com>
11593
11594 * gdb.base/setshow.exp (set language asm): Don't use
11595 gdb_test_no_output, fails on some targets.
11596
caddefa4
UW
115972010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11598
11599 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
11600 * gdb.cp/pr9167.exp: Likewise.
11601
468b1aa7
UW
116022010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11603
11604 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
11605
5c3552dc
UW
116062010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11607
11608 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
11609
02e6fe6a
UW
116102010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11611
11612 * gdb.base/charset.c (main): Make sure malloc gets linked in.
11613
0e03807e
TT
116142010-06-11 Tom Tromey <tromey@redhat.com>
11615
11616 PR gdb/9977, PR exp/11636::
11617 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
11618 (pieces_test_f6): Update expected output.
11619
2bdf28a0
JK
116202010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11621
11622 * gdb.base/moribund-step.exp: New.
11623
f6978de9
MS
116242010-06-08 Michael Snyder <msnyder@vmware.com>
11625
11626 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
889bf7c5 11627 * gdb.ada/boolean_expr.exp:
f6978de9
MS
11628 * gdb.ada/frame_args.exp: Ditto.
11629 * gdb.ada/lang_switch.exp: Ditto.
11630 * gdb.ada/ptype_arith_binop.exp: Ditto.
11631 * gdb.ada/ref_param.exp: Ditto.
11632 * gdb.ada/type_coercion.exp:Ditto.
11633
11634 * gdb.asm/asm-source.exp: Ditto.
11635
11636 * gdb.base/attach.exp: Ditto.
11637 * gdb.base/bitfields2.exp: Ditto.
11638 * gdb.base/call-signal-resume.exp: Ditto.
11639 * gdb.base/callfuncs.exp: Ditto.
11640 * gdb.base/commands.exp: Ditto.
11641 * gdb.base/dbx.exp: Ditto.
11642 * gdb.base/default.exp: Ditto.
11643 * gdb.base/dump.exp: Ditto.
11644 * gdb.base/exprs.exp: Ditto.
11645 * gdb.base/freebpcmd.exp: Ditto.
11646 * gdb.base/interrupt.exp: Ditto.
11647 * gdb.base/list.exp: Ditto.
11648 * gdb.base/long_long.exp: Ditto.
11649 * gdb.base/maint.exp: Ditto.
11650 * gdb.base/ptype.exp: Ditto.
11651 * gdb.base/return.exp: Ditto.
11652 * gdb.base/setshow.exp: Ditto.
11653 * gdb.base/sigbpt.exp: Ditto.
11654 * gdb.base/sigrepeat.exp: Ditto.
11655
11656 * gdb.cp/classes.exp: Ditto.
11657
11658 * gdb.dwarf2/dw2-restore.exp: Ditto.
11659
11660 * gdb.gdb/selftest.exp: Ditto.
11661
11662 * gdb.multi/base.exp: Ditto.
11663 * gdb.multi/bkpt-multi-exec.exp: Ditto.
11664
11665 * gdb.python/py-block.exp: Ditto.
11666 * gdb.python/py-prettyprint.exp: Ditto.
11667 * gdb.python/py-template.exp: Ditto.
11668
11669 * gdb.server/ext-attach.exp: Ditto.
11670 * gdb.server/ext-run.exp: Ditto.
11671 * gdb.server/server-mon.exp: Ditto.
11672
11673 * gdb.threads/fork-thread-pending.exp: Ditto.
11674 * gdb.threads/hand-call-in-threads.exp: Ditto.
11675 * gdb.threads/interrupted-hand-call.exp: Ditto.
11676 * gdb.threads/linux-dp.exp: Ditto.
11677 * gdb.threads/manythreads.exp: Ditto.
11678 * gdb.threads/print-threads.exp: Ditto.
11679 * gdb.threads/pthreads.exp: Ditto.
11680 * gdb.threads/schedlock.exp: Ditto.
11681 * gdb.threads/thread-unwindonsignal.exp: Ditto.
11682 * gdb.threads/threadapply.exp: Ditto.
11683
de7ff789
MS
116842010-06-08 Michael Snyder <msnyder@vmware.com>
11685
889bf7c5 11686 * gdb.ada/exec_changed.exp:
de7ff789
MS
11687 Use ".*" instead of "" as wildcard regexp.
11688
11689 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
11690 * gdb.base/call-ar-st.exp: Ditto.
11691 * gdb.base/checkpoint.exp: Ditto.
11692 * gdb.base/default.exp: Ditto.
11693 * gdb.base/dump.exp: Ditto.
11694 * gdb.base/ending-run.exp: Ditto.
11695 * gdb.base/fileio.exp: Ditto.
11696 * gdb.base/miscexprs.exp: Ditto.
11697 * gdb.base/pointers.exp: Ditto.
11698 * gdb.base/readline.exp: Ditto.
11699 * gdb.base/reread.exp: Ditto.
11700 * gdb.base/restore.exp: Ditto.
11701 * gdb.base/shlib-call.exp: Ditto.
11702 * gdb.base/valgrind-db-attach.exp: Ditto.
11703 * gdb.base/volatile.exp: Ditto.
11704 * gdb.base/watchpoints.exp: Ditto.
11705
11706 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
11707
11708 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
11709 * gdb.python/py-value.exp: Ditto.
11710
11711 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
11712 * gdb.trace/circ.exp: Ditto.
11713 * gdb.trace/collection.exp: Ditto.
11714 * gdb.trace/packetlen.exp: Ditto.
11715 * gdb.trace/passc-dyn.exp: Ditto.
11716 * gdb.trace/report.exp: Ditto.
11717 * gdb.trace/tfile.exp: Ditto.
11718 * gdb.trace/tfind.exp: Ditto.
11719 * gdb.trace/while-dyn.exp: Ditto.
11720
3bebe2f2
JK
117212010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11722
11723 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
11724
5c631832
JK
117252010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11726
11727 Test PR 10640.
11728 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
11729
4c3376c8
SW
117302010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
11731
11732 * gdb.cp/koenig.exp: Test for ADL operators.
11733 * gdb.cp/koenig.cc: Added ADL operators.
11734 * gdb.cp/operator.exp: New test.
11735 * gdb.cp/operator.cc: New test.
11736
dc226d5a
MS
117372010-06-04 Michael Snyder <msnyder@vmware.com>
11738
dfb88a23
MS
11739 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
11740 * gdb.base/pending.exp: Ditto.
f7ae76b3 11741
dc226d5a
MS
11742 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
11743
967cf477
DE
117442010-06-04 Doug Evans <dje@google.com>
11745
11746 * gdb.python/py-prettyprint.exp: Add new test for enabled and
11747 disabled printers.
11748 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
11749 (enable_lookup_function): New function.
11750
eb801841
TT
117512010-06-04 Tom Tromey <tromey@redhat.com>
11752
11753 * gdb.python/py-value.exp (test_value_hash): Don't test equality
11754 of hash and id.
11755
38979823
JK
117562010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11757
11758 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
11759 newline.
11760 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
11761 (empty verbose non-noisy clear, empty verbose noisy clear)
11762 (empty non-verbose noisy clear): Likewise.
11763
35ec993f
MS
117642010-06-03 Michael Snyder <msnyder@vmware.com>
11765
11766 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
11767 * gdb.base/display.exp: Ditto.
11768 * gdb.base/find.exp: Ditto.
11769 * gdb.base/ifelse.exp: Ditto.
11770 * gdb.base/multi-forks.exp: Ditto.
11771 * gdb.base/recurse.exp: Ditto.
11772 * gdb.base/setshow.exp: Ditto.
11773 * gdb.base/value-double-free.exp: Ditto.
11774 * gdb.base/watch-vfork.exp: Ditto.
11775 * gdb.base/watch_thread_num.exp: Ditto.
11776 * gdb.base/watchpoint-solib.exp: Ditto.
11777 * gdb.base/watchpoint.exp: Ditto.
11778 * gdb.base/watchpoints.exp: Ditto.
11779
11780 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
11781 * gdb.cp/overload.exp: Ditto.
11782 * gdb.cp/virtfunc.exp: Ditto.
11783
11784 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
11785
889bf7c5 11786 * gdb.reverse/watch-precsave.exp:
35ec993f
MS
11787 Replace gdb_test with gdb_test_no_output.
11788
889bf7c5 11789 * gdb.threads/attach-into-signal.exp:
35ec993f
MS
11790 Replace gdb_test with gdb_test_no_output.
11791 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
11792 * gdb.threads/watchthreads.exp: Ditto.
11793 * gdb.threads/watchthreads2.exp: Ditto.
11794
11795 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
11796 * gdb.trace/tfind.exp: Ditto.
11797
c22decce
JB
117982010-06-03 Joel Brobecker <brobecker@adacore.com>
11799
11800 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
11801 successful test if message is the empty string.
11802
fd5700c7
JK
118032010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11804
11805 * gdb.fortran/module.exp (stopped language detection): New test.
11806
f55ee35c
JK
118072010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11808
11809 Support DW_TAG_module as separate namespaces.
11810 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
11811 gdb.fortran/library-module-lib.f90: New.
11812 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
11813 (print i): Remove.
11814 (continue to breakpoint: i-is-1, print var_i value 1)
11815 (continue to breakpoint: i-is-2, print var_i value 2)
11816 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
11817 (print var_d, print var_i value 14, ptype modmany, complete `modm)
11818 (complete `modmany, complete `modmany`, complete `modmany`var)
11819 (show language, setting breakpoint at module): New tests.
11820 * gdb.fortran/module.f90 (module mod): Remove.
11821 (module mod1, module mod2, module modmany, subroutine sub1)
11822 (subroutine sub2, program module): New.
11823
b8e8282f
JK
118242010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11825
11826 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
11827 (print value of rUC, print value of rI, print value of UI): ... here.
31e43e98
JK
11828 * gdb.cp/anon-union.exp (pass): Rename to ...
11829 (print z 2): ... here.
b8e8282f 11830
019ebafc
MS
118312010-06-02 Michael Snyder <msnyder@vmware.com>
11832
e68d8fd4
MS
11833 * gdb.trace/actions.exp: Use gdb_test_no_output.
11834 * gdb.trace/circ.exp: Ditto.
11835 * gdb.trace/packetlen.exp: Ditto.
11836 * gdb.trace/save-trace.exp: Ditto.
11837 * gdb.trace/tracecmd.exp: Ditto.
11838 * gdb.trace/tsv.exp: Ditto.
11839
12b5d08a
MS
11840 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
11841 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
11842 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
11843 * gdb.threads/manythreads.exp: Ditto.
11844 * gdb.threads/print-threads.exp: Ditto.
11845 * gdb.threads/pthreads.exp: Ditto.
11846 * gdb.threads/schedlock.exp: Ditto.
11847 * gdb.threads/staticthreads.exp: Ditto.
11848 * gdb.threads/thread-specific.exp: Ditto.
11849 * gdb.threads/thread-unwindonsignal.exp: Ditto.
11850 * gdb.threads/threadapply.exp: Ditto.
11851 * gdb.threads/watchthreads.exp: Ditto.
11852 * gdb.threads/watchthreads2.exp: Ditto.
11853
89493308
MS
11854 * gdb.python/py-block.exp: Use gdb_test_no_output.
11855 * gdb.python/py-prettyprint.exp: Ditto.
11856 * gdb.python/py-template.exp: Ditto.
11857 * gdb.python/py-value.exp: Ditto.
11858
11859 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
11860 * gdb.reverse/watch-reverse.exp: Ditto.
11861
11862 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
11863 * gdb.server/ext-run.exp: Ditto.
11864
019ebafc
MS
11865 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
11866 * gdb.dwarf2/dw2-compressed.exp: Ditto.
11867 * gdb.dwarf2/dw2-intercu.exp: Ditto.
11868 * gdb.dwarf2/dw2-intermix.exp: Ditto.
11869 * gdb.dwarf2/dw2-producer.exp: Ditto.
11870 * gdb.dwarf2/mac-fileno.exp: Ditto.
11871
11872 * gdb.gdb/observer.exp: Use gdb_test_no_output.
11873 * gdb.gdb/selftest.exp: Ditto.
11874
11875 * gdb.multi/base.exp: Use gdb_test_no_output.
11876
11877 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
11878
3e0ca3a5
JK
118792010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11880
11881 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
11882
9db70545
MS
118832010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
11884
a8d52276
MS
11885 * gdb.cp/class2.exp: Use gdb_test_no_output.
11886 * gdb.cp/classes.exp: Ditto.
11887 * gdb.cp/extern-c.exp: Ditto.
11888 * gdb.cp/inherit.exp: Ditto.
11889 * gdb.cp/maint.exp: Ditto.
11890 * gdb.cp/mb-inline.exp: Ditto.
11891 * gdb.cp/mb-templates.exp: Ditto.
11892 * gdb.cp/method2.exp: Ditto.
11893 * gdb.cp/misc.exp: Ditto.
11894 * gdb.cp/ovldbreak.exp: Ditto.
11895 * gdb.cp/punctuator.exp: Ditto.
11896 * gdb.cp/templates.exp: Ditto.
11897 * gdb.cp/virtbase.exp: Ditto.
11898
889bf7c5 11899 * gdb.threads/attach-stopped.exp:
9db70545 11900 Replace uses of send_gdb / gdb_expect.
889bf7c5 11901 * gdb.threads/attachstop-mt.exp:
9db70545 11902 Replace uses of send_gdb / gdb_expect.
889bf7c5 11903 * gdb.threads/gcore-thread.exp:
9db70545 11904 Replace uses of send_gdb / gdb_expect.
889bf7c5 11905 * gdb.threads/hand-call-in-threads.exp:
9db70545
MS
11906 Replace uses of send_gdb / gdb_expect.
11907 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 11908 * gdb.threads/print-threads.exp:
9db70545
MS
11909 Replace uses of send_gdb / gdb_expect.
11910 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
11911 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
11912 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
11913
11914 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
11915 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
11916 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
11917 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
11918 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
11919 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
11920 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
11921 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
11922 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
11923 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
11924 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
11925
359cc68c
JK
119262010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11927
11928 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
11929
7d3fe98e
SW
119302010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
11931
11932 * gdb.cp/koenig.exp: Added new test case.
11933 * gdb.cp/koenig.cc: Ditto.
11934
27d3a1a2
MS
119352010-06-01 Michael Snyder <msnyder@vmware.com>
11936
11937 * gdb.base/arithmet.exp: Use gdb_test_no_output.
11938 * gdb.base/arrayidx.exp: Ditto.
11939 * gdb.base/attach.exp: Ditto.
11940 * gdb.base/auxv.exp: Ditto.
11941 * gdb.base/bigcre.exp: Ditto.
11942 * gdb.base/break-always.exp: Ditto.
11943 * gdb.base/break-interp.exp: Ditto.
11944 * gdb.base/break.exp: Ditto.
11945 * gdb.base/breakpoint-shadow.exp: Ditto.
11946 * gdb.base/call-ar-st.exp: Ditto.
11947 * gdb.base/call-sc.exp: Ditto.
11948 * gdb.base/call-signal-resume.exp: Ditto.
11949 * gdb.base/callfuncs.exp: Ditto.
11950 * gdb.base/catch-syscall.exp: Ditto.
11951 * gdb.base/charset.exp: Ditto.
11952 * gdb.base/code-expr.exp: Ditto.
11953 * gdb.base/commands.exp: Ditto.
11954 * gdb.base/cond-expr.exp: Ditto.
11955 * gdb.base/condbreak.exp: Ditto.
11956 * gdb.base/cursal.exp: Ditto.
11957 * gdb.base/cvexpr.exp: Ditto.
11958 * gdb.base/default.exp: Ditto.
11959 * gdb.base/del.exp: Ditto.
11960 * gdb.base/detach.exp: Ditto.
11961 * gdb.base/display.exp: Ditto.
11962 * gdb.base/ena-dis-br.exp: Ditto.
11963 * gdb.base/eval-skip.exp: Ditto.
11964 * gdb.base/foll-fork.exp: Ditto.
11965 * gdb.base/foll-vfork.exp: Ditto.
11966 * gdb.base/frame-args.exp: Ditto.
11967 * gdb.base/funcargs.exp: Ditto.
11968 * gdb.base/gcore-buffer-overflow.exp: Ditto.
11969 * gdb.base/gdbvars.exp: Ditto.
11970 * gdb.base/help.exp: Ditto.
11971 * gdb.base/ifelse.exp: Ditto.
11972 * gdb.base/included.exp: Ditto.
11973 * gdb.base/list.exp: Ditto.
11974 * gdb.base/macscp.exp: Ditto.
11975 * gdb.base/maint.exp: Ditto.
11976 * gdb.base/multi-fork.exp: Ditto.
11977 * gdb.base/overlays.exp: Ditto.
11978 * gdb.base/page.exp: Ditto.
11979 * gdb.base/pending.exp: Ditto.
11980 * gdb.base/pointers.exp: Ditto.
11981 * gdb.base/pr11022.exp: Ditto.
11982 * gdb.base/prelink.exp: Ditto.
11983 * gdb.base/printcmds.exp: Ditto.
11984 * gdb.base/psymtab.exp: Ditto.
11985 * gdb.base/randomize.exp: Ditto.
11986 * gdb.base/relational.exp: Ditto.
11987 * gdb.base/relocate.exp: Ditto.
11988 * gdb.base/remote.exp: Ditto.
11989 * gdb.base/sepdebug.exp: Ditto.
11990 * gdb.base/set-lang-auto.exp: Ditto.
11991 * gdb.base/setshow.exp: Ditto.
11992 * gdb.base/setvar.exp: Ditto.
11993 * gdb.base/signals.exp: Ditto.
11994 * gdb.base/signull.exp: Ditto.
11995 * gdb.base/sigstep.exp: Ditto.
11996 * gdb.base/sizeof.exp: Ditto.
11997 * gdb.base/solib-disc.exp: Ditto.
11998 * gdb.base/store.exp: Ditto.
11999 * gdb.base/structs.exp: Ditto.
12000 * gdb.base/structs2.exp: Ditto.
12001 * gdb.base/subst.exp: Ditto.
12002 * gdb.base/term.exp: Ditto.
12003 * gdb.base/trace-commands.exp: Ditto.
12004 * gdb.base/unwindonsignal.exp: Ditto.
12005 * gdb.base/valgrind-db-attach.exp: Ditto.
12006 * gdb.base/varargs.exp: Ditto.
12007 * gdb.base/watch-cond.exp: Ditto.
12008 * gdb.base/watch_thread_num.exp: Ditto.
12009 * gdb.base/watchpoint-cond-gone.exp: Ditto.
12010 * gdb.base/watchpoint.exp: Ditto.
12011 * gdb.base/whatis-exp.exp: Ditto.
12012
f8d3bf8f
MS
120132010-06-01 Michael Snyder <msnyder@vmware.com>
12014
12015 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
12016 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
12017 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
12018 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
12019 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
12020 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
12021 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
12022 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
12023 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
12024 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
12025 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
12026 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
12027 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
12028 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
12029 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
12030
3f9e0d32
JK
120312010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12032
12033 * gdb.base/commands.exp (begin commands on watch): Remove excessive
12034 trailing newline.
12035 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
12036 * gdb.java/jmisc.exp (p *args\n): Rename to ...
12037 (p *args): ... here and remove excessive trailing newline.
12038
f629457d
JB
120392010-05-31 Joel Brobecker <brobecker@adacore.com>
12040
12041 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
12042
09eef106
JK
120432010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
12044
12045 Accept the new Linux kernel "t (tracing stop)" string.
12046 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
12047 Update comment.
12048 (state_wait) <T (tracing stop)>: New.
12049 (main): Update the state_wait expect string.
12050
94f31136
PA
120512010-05-28 Pedro Alves <pedro@codesourcery.com>
12052
12053 * limits.c, limits.exp: Delete files.
12054 * Makefile.in (clean mostlyclean): Adjust.
12055 * tracecmd.exp: Adjust.
12056
096554ab
JK
120572010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12058
12059 * gdb.base/tui-layout.exp: New.
12060
27d3a1a2 120612010-05-28 Michael Snyder <msnyder@vmware.com>
bcd2dc50 12062
889bf7c5 12063 * gdb.reverse/break-precsave.exp:
bcd2dc50 12064 Replace uses of send_gdb / gdb_expect.
889bf7c5 12065 * gdb.reverse/break-reverse.exp:
bcd2dc50 12066 Replace uses of send_gdb / gdb_expect.
889bf7c5 12067 * gdb.reverse/consecutive-precsave.exp:
bcd2dc50 12068 Replace uses of send_gdb / gdb_expect.
889bf7c5 12069 * gdb.reverse/consecutive-reverse.exp:
bcd2dc50 12070 Replace uses of send_gdb / gdb_expect.
889bf7c5 12071 * gdb.reverse/finish-precsave.exp:
bcd2dc50 12072 Replace uses of send_gdb / gdb_expect.
889bf7c5 12073 * gdb.reverse/finish-reverse.exp:
bcd2dc50 12074 Replace uses of send_gdb / gdb_expect.
889bf7c5 12075 * gdb.reverse/i386-precsave.exp:
bcd2dc50 12076 Replace uses of send_gdb / gdb_expect.
889bf7c5 12077 * gdb.reverse/i386-reverse.exp:
bcd2dc50 12078 Replace uses of send_gdb / gdb_expect.
889bf7c5 12079 * gdb.reverse/i386-sse-reverse.exp:
bcd2dc50 12080 Replace uses of send_gdb / gdb_expect.
889bf7c5 12081 * gdb.reverse/i387-env-reverse.exp:
bcd2dc50 12082 Replace uses of send_gdb / gdb_expect.
889bf7c5 12083 * gdb.reverse/i387-stack-reverse.exp:
bcd2dc50 12084 Replace uses of send_gdb / gdb_expect.
889bf7c5 12085 * gdb.reverse/machinestate-precsave.exp:
bcd2dc50 12086 Replace uses of send_gdb / gdb_expect.
889bf7c5 12087 * gdb.reverse/machinestate.exp:
bcd2dc50 12088 Replace uses of send_gdb / gdb_expect.
889bf7c5 12089 * gdb.reverse/sigall-precsave.exp:
bcd2dc50 12090 Replace uses of send_gdb / gdb_expect.
889bf7c5 12091 * gdb.reverse/sigall-reverse.exp:
bcd2dc50 12092 Replace uses of send_gdb / gdb_expect.
889bf7c5 12093 * gdb.reverse/solib-precsave.exp:
bcd2dc50 12094 Replace uses of send_gdb / gdb_expect.
889bf7c5 12095 * gdb.reverse/solib-reverse.exp:
bcd2dc50 12096 Replace uses of send_gdb / gdb_expect.
889bf7c5 12097 * gdb.reverse/step-precsave.exp:
bcd2dc50 12098 Replace uses of send_gdb / gdb_expect.
889bf7c5 12099 * gdb.reverse/step-reverse.exp:
bcd2dc50 12100 Replace uses of send_gdb / gdb_expect.
889bf7c5 12101 * gdb.reverse/until-precsave.exp:
bcd2dc50 12102 Replace uses of send_gdb / gdb_expect.
889bf7c5 12103 * gdb.reverse/until-reverse.exp:
bcd2dc50 12104 Replace uses of send_gdb / gdb_expect.
889bf7c5 12105 * gdb.reverse/watch-precsave.exp:
bcd2dc50 12106 Replace uses of send_gdb / gdb_expect.
889bf7c5 12107 * gdb.reverse/watch-reverse.exp:
bcd2dc50
MS
12108 Replace uses of send_gdb / gdb_expect.
12109
3def43e0
JK
121102010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12111
12112 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
12113 excessive newline.
12114
27d3a1a2 121152010-05-27 Michael Snyder <msnyder@vmware.com>
22454424
MS
12116
12117 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
02746bbc
MS
12118 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
12119 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
12120 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
12121 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
12122 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
12123 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
12124 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
12125 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
12126 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
12127 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
12128 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
12129 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
12130 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
12131 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
12132 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
12133 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
12134 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
12135 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
22454424 12136
27d3a1a2 121372010-05-26 Michael Snyder <msnyder@vmware.com>
ec9f1212 12138
22454424
MS
12139 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
12140 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
12141
12142 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
12143 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
12144 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
12145
889bf7c5 12146 * gdb.reverse/consecutive-reverse.exp:
22454424 12147 Replace uses of send_gdb / gdb_expect.
889bf7c5 12148 * gdb.reverse/consecutive-precsave.exp:
22454424
MS
12149 Replace uses of send_gdb / gdb_expect.
12150
12151 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
12152 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
12153 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 12154 * gdb.mi/mi-ns-stale-regcache.exp:
22454424
MS
12155 Replace uses of send_gdb / gdb_expect.
12156 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
12157 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
12158 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
12159 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
12160 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
12161 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
12162 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
12163 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
12164 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
ec9f1212
MS
12165
121662010-05-26 Michael Snyder <msnyder@vmware.com>
6acb16a2 12167
22454424 12168 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 12169
22454424 12170 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 12171
22454424
MS
12172 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
12173 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
12174 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
12175 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
12176 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
12177 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
12178 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
12179 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
12180 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 12181
6e5f2c59
TT
121822010-05-25 Tom Tromey <tromey@redhat.com>
12183
12184 * gdb.base/macscp.exp: Add missing space after setup_kfail.
12185
bbc8b958
TT
121862010-05-25 Tom Tromey <tromey@redhat.com>
12187
12188 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
12189 argument order.
12190 * gdb.base/macscp.exp: Fix setup_kfail argument order.
12191 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
12192 order.
12193 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
12194 order.
12195 * gdb.base/call-sc.exp (setup_kfails): Remove.
12196 (setup_compiler_kfails): Remove.
12197 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
12198 argument order.
12199 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
12200 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
12201 (advancei): Fix setup_kfail argument order.
12202 * gdb.base/radix.exp: Fix setup_kfail argument order.
12203 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
12204 order.
12205 * gdb.base/structs.exp (setup_kfails): Remove.
12206 (setup_compiler_kfails): Fix setup_kfail argument order.
12207 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
12208 order.
12209 * gdb.java/jmain.exp: Fix setup_kfail argument order.
12210 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
12211 setup_kfail argument order.
12212 * gdb.cp/overload.exp: Fix setup_kfail argument order.
12213
83d1babf
TT
122142010-05-25 Tom Tromey <tromey@redhat.com>
12215
12216 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
12217
6acb16a2
MS
122182010-05-25 Michael Snyder <msnyder@vmware.com>
12219
12220 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
12221 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
12222 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
12223 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
12224 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
12225 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
12226 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
12227 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
12228 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
ad3986f0
MS
12229 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
12230 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
12231 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
12232 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
12233 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
12234 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
12235 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
12236 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
12237 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
12238 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
12239 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
12240 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
12241 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
12242 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
a76e022a
MS
12243 * gdb.base/default.exp: Replace send_gdb with gdb_test.
12244 * gdb.base/define.exp: Replace send_gdb with gdb_test.
12245 * gdb.base/display.exp: Replace send_gdb with gdb_test.
12246 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
12247 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
12248 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
12249 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
12250 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
12251 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
12252 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
12253 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
12254 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
12255 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
12256 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
12257 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
12258 * gdb.base/help.exp: Replace send_gdb with gdb_test.
12259 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
12260 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
12261 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
65731a6b
MS
12262 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
12263 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
12264 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
12265 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
12266 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
6acb16a2 12267 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
65731a6b
MS
12268
122692010-05-25 Doug Evans <dje@google.com>
12270
12271 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
12272 gdb.string_to_argv.
ad3986f0 12273
d3b1e874
TT
122742010-05-21 Tom Tromey <tromey@redhat.com>
12275
12276 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
12277 Call it.
12278 * gdb.dwarf2/pieces.S: Update.
12279 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
12280
cb826367
TT
122812010-05-21 Tom Tromey <tromey@redhat.com>
12282
12283 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
12284 Call it.
12285 * gdb.dwarf2/pieces.c (struct C): New.
12286 (f6): New function.
12287 * gdb.dwarf2/pieces.S: Replace.
12288
74de6778
TT
122892010-05-21 Tom Tromey <tromey@redhat.com>
12290
12291 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
12292 Call it.
12293
afd74c5f
TT
122942010-05-21 Tom Tromey <tromey@redhat.com>
12295
12296 * gdb.dwarf2.pieces.exp: New file.
12297 * gdb.dwarf2.pieces.S: New file.
12298 * gdb.dwarf2.pieces.c: New file.
12299
a7b75dfd 123002010-05-20 Pedro Alves <pedro@codesourcery.com>
889bf7c5 12301 Joel Brobecker <brobecker@adacore.com>
a7b75dfd
JB
12302
12303 * lib/gdb.exp (gdb_test_no_output): New function.
12304 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
12305 when testing commands that should produce no output.
12306
c81c812a
JB
123072010-05-17 Joel Brobecker <brobecker@adacore.com>
12308
12309 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
12310 parameter that we want to watch being a constant.
12311
0cce5bd9
JB
123122010-05-17 Joel Brobecker <brobecker@adacore.com>
12313
12314 * gdb.ada/cond_lang: New testcase.
12315
47050449
JB
123162010-05-17 Joel Brobecker <brobecker@adacore.com>
12317
12318 * lib/gdb.exp (banned_variables): New variable/constant.
12319 (gdb_init): Add write trace on variables listed in banned_variables.
12320 (gdb_finish): Remove write traces on variables listed in
12321 banned_variables.
12322
77c01586
JB
123232010-05-17 Joel Brobecker <brobecker@adacore.com>
12324
12325 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
12326 * gdb.cp/koenig.exp: Likewise.
12327
88d4aea7
PM
123282010-05-14 Phil Muldoon <pmuldoon@redhat.com>
12329
889bf7c5 12330 PR python/11482
88d4aea7
PM
12331
12332 * gdb.python/py-value.exp (test_value_hash): New function.
12333
f5a010c0
PM
123342010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
12335
12336 PR exp/11530.
12337 * gdb.base/gdb11530.c: New file.
12338 * gdb.base/gdb11530.exp: New file.
12339
8ef4892f
JK
123402010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12341
12342 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
12343 * gdb.dwarf2/dw2-modula2-self-type.S: New.
12344
7322dca9
SW
123452010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
12346
12347 * gdb.cp/koenig.exp: New test.
12348 * gdb.cp/koenig.cc: New test program.
12349
02e7ea18
JB
123502010-05-05 Joel Brobecker <brobecker@adacore.com>
12351
12352 Remove the use of prms_id and bug_id throughout the testsuite.
12353
e1c34c5d
PM
123542010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
12355
12356 PR exp/11349.
12357 * testsuite/gdb.cp/ref-types.exp: Add test to examine
12358 use a reference local variable.
12359
8e1d0c49
JK
123602010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12361
12362 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
12363 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
12364 variable different_dir. Move debugfile into a full directory pathname
12365 under DIFFERENT_DIR.
12366 * lib/gdb.exp (separate_debug_filename): Remove.
12367 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
12368 variable debug_dir and mkdir of it. Update function comments.
12369
e66408ed
PA
123702010-04-29 Pedro Alves <pedro@codesourcery.com>
12371
12372 PR gdb/11557
12373
12374 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
12375 files.
12376
d7b32ed3
PM
123772010-04-29 Phil Muldoon <pmuldoon@redhat.com>
12378
889bf7c5 12379 * gdb.python/py-param.exp: New File.
d7b32ed3 12380
6aecb9c2
JB
123812010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
12382
12383 * gdb.base/default.exp: Fix "set language" test.
12384
bdf92a1c
PM
123852010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
12386
12387 PR breakpoints/11531.
12388 * gdb.base/gdb11531.c: New file.
12389 * gdb.base/gdb11531.exp: New file.
12390
3f172e24
TT
123912010-04-26 Tom Tromey <tromey@redhat.com>
12392
12393 * gdb.base/completion.exp: Add tests for completion and deprecated
12394 commands.
12395
64af4c92
JK
123962010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12397
12398 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
12399 (print /x char_array): Escape curly brackets.
12400
492928e4
JK
124012010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12402
12403 Fix deadlock on looped list of loaded shared objects.
12404 * gdb.base/solib-corrupted.exp: New.
12405
66d09542
DE
124062010-04-23 Doug Evans <dje@google.com>
12407
12408 * gdb.python/py-section-script.c: New file.
12409 * gdb.python/py-section-script.exp: New file.
12410 * gdb.python/py-section-script.py: New file.
12411
8bd10a10
CM
124122010-04-20 Chris Moller <cmoller@redhat.com>
12413
12414 PR 10179
12415
12416 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
12417 * gdb.base/pr10179-a.c:
12418 * gdb.base/pr10179-b.c:
12419 * gdb.base/pr10179.exp: New files.
12420
c0201579
JK
124212010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12422
12423 Fix crashes on dangling display expressions.
12424 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
12425 is SEP.
12426 (lib_flags): Remove the "debug" keyword.
12427 (libsepdebug): New variable for iterating new loop.
12428 (save_pf_prefix): New variable wrapping the loop.
12429 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
12430 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
12431
793b0ff8
PM
124322010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
12433
12434 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
12435
097f51f7
PM
124362010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
12437
12438 PR stabs/11479.
12439 * gdb.stabs/gdb11479.exp: New file.
12440 * gdb.stabs/gdb11479.c: New file.
12441
9a22f0d0
PM
124422010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
12443
12444 * gdb.base/charset.c (Strin16, String32): New variables.
12445 * gdb.base/charset.exp (gdb_test): Test correct display
12446 of 16 or 32 bit strings.
12447
124482010-04-21 Chris Moller <cmoller@redhat.com>
0b66f317
CM
12449
12450 PR 9167
12451 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
12452 * gdb.cp/pr9167.cc: New file.
12453 * gdb.cp/pr9167.exp: New file.
12454
12455
6e354e5e
PM
124562010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
12457
12458 PR pascal/11492.
12459 * gdb.pascal/gdb11492.pas: New file.
12460 * gdb.pascal/gdb11492.exp: New file.
12461
be942545
JB
124622010-04-20 Joel Brobecker <brobecker@adacore.com>
12463
1667e6e3 12464 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
be942545 12465
0c3acc09
JB
124662010-04-20 Joel Brobecker <brobecker@adacore.com>
12467
12468 * gdb.ada/dyn_loc: New testcase.
12469
ec31cde5
CM
124702010-04-20 Chris Moller <cmoller@redhat.com>
12471
12472 PR 10867
889bf7c5 12473
ec31cde5
CM
12474 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
12475 * gdb.cp/pr10687.cc: New file.
12476 * gdb.cp/pr10687.exp: New file.
12477
12478
ce4b0682
SDJ
124792010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12480 Sergio Durigan Junior <sergiodj@redhat.com>
12481
12482 * gdb.fortran/logical.exp: New testcase.
12483 * gdb.fortran/logical.f90: New file.
12484
3436961f
DE
124852010-04-19 Doug Evans <dje@google.com>
12486
12487 * gdb.base/help.exp (help source): Update expected output.
12488
4d836c09
JK
124892010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12490
12491 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
12492 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
12493 gdb_exit and return.
12494 (executable): New variable.
12495 (binfile): Use it.
12496
6149aea9
PA
124972010-04-19 Pedro Alves <pedro@codesourcery.com>
12498
12499 PR breakpoints/8554.
12500
12501 * gdb.trace/save-trace.exp: Adjust.
12502
ed41462c
L
125032010-04-17 H.J. Lu <hongjiu.lu@intel.com>
12504
12505 PR corefiles/11511
12506 * gdb.arch/system-gcore.exp: New.
12507 * gdb.arch/gcore.c: Likewise.
12508
3f7b2faa
DE
125092010-04-15 Doug Evans <dje@google.com>
12510
fa33c3cd
DE
12511 * gdb.python/py-progspace.c: New file.
12512 * gdb.python/py-progspace.exp: New file.
12513
3f7b2faa
DE
12514 * gdb.base/source.exp: Add tests for "source -s".
12515
79f283fe
PM
125162010-04-14 Phil Muldoon <pmuldoon@redhat.com>
12517
12518 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
12519 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
12520 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
12521 * gdb.python/py-mi.exp: New test for to_string returning None.
12522
fc8eb08a
PM
125232010-04-12 Phil Muldoon <pmuldoon@redhat.com>
12524
12525 * gdb.python/py-breakpoint.c: Make result global.
12526
26e197f6
JK
125272010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12528
12529 Fix non-GNU make compatibility.
12530 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
12531
adc36818
PM
125322010-04-09 Phil Muldoon <pmuldoon@redhat.com>
12533
12534 * gdb.python/py-breakpoint.exp: New File.
12535 * gdb.python/py-breakpoint.C: Ditto.
12536
64e17368
SS
125372010-04-08 Stan Shebs <stan@codesourcery.com>
12538
12539 * gdb.trace/actions.exp: Clear default-collect.
12540 * gdb.trace/save-trace.exp: Clear default-collect.
12541
fff5cc64
PM
125422010-04-08 Phil Muldoon <pmuldoon@redhat.com>
12543
12544 * gdb.python/py-value: Add null string variable.
12545 (test_lazy_string): Test zero length, NULL address lazy
12546 strings.
12547
a055a187
L
125482010-04-07 H.J. Lu <hongjiu.lu@intel.com>
12549
12550 * gdb.arch/i386-avx.c: New.
12551 * gdb.arch/i386-avx.exp: Likewise.
12552
12553 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
12554
96e39866
DE
125552010-04-06 Doug Evans <dje@google.com>
12556
12557 * gdb.base/source-test.gdb: New file.
12558 * gdb.base/source.exp: Test source -v.
12559
5984a431
UW
125602010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12561
12562 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
12563
ec8a089a
PM
125642010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
12565
12566 * gdb.stabs/aout.sed: Convert all backslash to double backslash
12567 within one line, unless it is followed by a double quote.
12568 * gdb.stabs/hppa.sed: Idem.
12569 * gdb.stabs/weird.def: Add char and String constants
889bf7c5
PA
12570 * gdb.stabs/weird.exp: Check for correct parsing of
12571 char and string constants.
ec8a089a
PM
12572 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
12573 in .stabs to .stabx substitution.
12574
fce3c1f0
SS
125752010-04-05 Stan Shebs <stan@codesourcery.com>
12576
12577 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
12578 constant global.
12579 * gdb.trace/tfile.exp: Try to print them.
12580
d77f58be
SS
125812010-04-04 Stan Shebs <stan@codesourcery.com>
12582
12583 * gdb.base/completion.exp: Update for new "info watchpoints".
12584 * gdb.base/default.exp: Ditto.
12585 * gdb.base/help.exp: Ditto.
12586 * gdb.base/watchpoint.exp: Ditto.
12587 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
889bf7c5 12588
af54718e
SS
125892010-04-04 Stan Shebs <stan@codesourcery.com>
12590
12591 * gdb.trace/tfile.exp: Sharpen tfind test.
12592
74d1f91e
JK
125932010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12594
12595 * gdb.base/break-entry.exp: New.
12596
eb8e76db 125972010-04-02 Hui Zhu <teawater@gmail.com>
889bf7c5 12598 Michael Snyder <msnyder@vmware.com>
eb8e76db
HZ
12599
12600 * gdb.reverse/i386-sse-reverse.exp: New file.
12601 * gdb.reverse/i386-sse-reverse.c: New file.
12602
bf65cad8
PA
126032010-04-02 Pedro Alves <pedro@codesourcery.com>
12604
12605 * gdb.trace/tfind.exp: Adjust expected disassembly output.
12606
fff87407
SS
126072010-04-01 Stan Shebs <stan@codesourcery.com>
12608
12609 * gdb.trace/actions.exp: Tweak expected output.
12610 * gdb.trace/while-stepping.exp: Tweak expected output.
12611
fe01d668
L
126122010-04-01 H.J. Lu <hongjiu.lu@intel.com>
12613
12614 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
12615
86b17b60
PA
126162010-04-01 Pedro Alves <pedro@codesourcery.com>
12617
12618 * gdb.base/commands.exp: Adjust.
12619 * gdb.cp/extern-c.exp: Adjust.
12620
2c58c0a9
PA
126212010-04-01 Pedro Alves <pedro@codesourcery.com>
12622
12623 * gdb.trace/collection.c (local_test_func): Define a local struct,
12624 and instanciate it.
12625
0db9b91c
PA
126262010-04-01 Pedro Alves <pedro@codesourcery.com>
12627
12628 * gdb.trace/collection.exp (gdb_collect_args_test)
12629 (gdb_collect_argarray_test): XFAIL the tests that assume the
12630 argarray argument's elements are collected.
12631
8072405b
JK
126322010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
12633
12634 * gdb.dwarf2/dw2-bad-parameter-type.exp,
12635 gdb.dwarf2/dw2-bad-parameter-type.S: New.
12636
8bf6485c
SS
126372010-03-31 Stan Shebs <stan@codesourcery.com>
12638
12639 * gdb.trace/save-trace.exp: Test save/restore of default-collect
12640 and tracepoint conditionals.
12641 (gdb_verify_tracepoints): Delete unused return.
12642
fd7f724a
KS
126432010-03-26 Keith Seitz <keiths@redhat.com>
12644
12645 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
12646 appear in the output before main.
12647 Remove KFAIL for gdb/2215 aka bz 9320.
12648
8d9e7719
DE
126492010-03-30 Doug Evans <dje@google.com>
12650
0906dd0b
DE
12651 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
12652 by dejagnu.
12653 * gdb.arch/amd64-dword.exp: Ditto.
12654
8d9e7719
DE
12655 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
12656 match.
12657 (break printf): Ditto.
12658
1da644f0
SW
126592010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
12660
12661 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
12662 gcc < 4.4.
12663 * gdb.cp/shadow.exp: Ditto.
12664
a8121990
PA
126652010-03-29 Pedro Alves <pedro@codesourcery.com>
12666
12667 * gdb.trace/collection.exp (run_trace_experiment): Make sure
12668 "tstart" is silent.
12669
6e79d367
PA
126702010-03-29 Pedro Alves <pedro@codesourcery.com>
12671
12672 * gdb.trace/collection.exp (executable): New.
12673 (binfile): Use it.
12674 (fpreg, spreg, pcreg): New.
12675 (test_register): Use gdb_test_multiple. Pass /x to print.
12676 (prepare_for_trace_test): New.
12677 (run_trace_experiment): Use "continue", not gdb_run_cmd.
12678 (gdb_collect_args_test, gdb_collect_argstruct_test)
12679 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
12680 prepare_for_trace_test.
12681 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
12682 fpreg, spreg and pcreg.
12683 (gdb_collect_expression_test, gdb_collect_globals_test): Use
12684 prepare_for_trace_test.
12685 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
12686 try to detect tracing support here. Don't set breakpoints at
12687 `begin' or `end' here.
12688 <global scope>: Use clean_restart. Run to main before checking
12689 for tracing support. Check for for tracing support here.
12690
09248348
JK
126912010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12692
12693 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
12694 " as $displacement" to "seen displacement message".
12695
d350db38
PA
126962010-03-28 Pedro Alves <pedro@codesourcery.com>
12697
12698 * gdb.trace/while-dyn.exp (executable): New variable.
12699 (binfile): Use it.
12700 (test_while_stepping): New function. Move most tests here. Call
12701 it once for each of the while-stepping, stepping and ws aliases.
12702
907af001
UW
127032010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12704
12705 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
12706 that do not provide the tagless_struct type name at all.
12707 (test_print_anon_union): Do not check value of uninitialized
12708 union member. Do not use cp_test_ptype_class, so we can accept
12709 "long" as well as "long int".
12710
610197fd
PA
127112010-03-26 Pedro Alves <pedro@codesourcery.com>
12712
12713 * gdb.trace/tfile.c (tohex, bin2hex): New.
12714 (write_error_trace_file): Hexify error description.
12715
6c28cbf2
SS
127162010-03-25 Stan Shebs <stan@codesourcery.com>
12717
12718 * gdb.trace/tfile.c: Generate an additional trace file, improve
12719 portability.
12720 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
12721 files in a better way.
12722
e62b8c7e
KS
127232010-03-25 Keith Seitz <keiths@redhat.com>
12724
12725 * gdb.java/jprint.exp: XFAIL printing of static class members
12726 because of GCC debuginfo problem.
12727
82ccf5a5
JK
127282010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12729
12730 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
12731
293e2f9e
DJ
127322010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
12733
12734 * gdb.base/completion.exp: Allow long instead of long int.
12735 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
12736 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
12737 variable p.
12738 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
12739 * gdb.base/pointers.exp: Allow long instead of long int.
12740 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
12741 * gdb.base/step-line.exp: Allow a directory before the source file name.
12742
95a42b64
TT
127432010-03-24 Tom Tromey <tromey@redhat.com>
12744
12745 PR breakpoints/9352:
12746 * gdb.base/default.exp: Update.
12747 * gdb.base/commands.exp: Update.
12748 * gdb.cp/extern-c.exp: Test setting commands on multiple
12749 breakpoints at once.
12750
2390201f
DJ
127512010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
12752
12753 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
12754 if gdb,nosignals.
12755 * gdb.base/watchpoints.c: Do not include unnecessary headers.
12756 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
12757 exited".
12758
8c9a6790
SS
127592010-03-24 Stan Shebs <stan@codesourcery.com>
12760
12761 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
12762
a6c727b2
DJ
127632010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
12764
12765 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
12766 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
12767 argument. Handle "short" and "long".
12768 (Top level): Pass overprototyped output for old_fptr and xptr.
12769
4dfd5423
PA
127702010-03-23 Pedro Alves <pedro@codesourcery.com>
12771
12772 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
12773 format strings and add casts to avoid compiler warnings.
12774
127752010-03-23 Vladimir Prus <vladimir@codesourcery.com>
a7bdde9e
VP
12776
12777 * lib/trace-support.exp (gdb_trace_setactions):
12778 Don't expect whitespace after ">" prompt.
12779 * gdb.trace/actions.exp: Adjust for output changes.
12780 * gdb.trace/while-stepping.exp: Likewise.
12781
c847d045
JK
127822010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12783
12784 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
12785 and r157645).
12786
5f717f1d
JK
127872010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12788
12789 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
12790 New.
12791
7d6d51d5
DJ
127922010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
12793
12794 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
12795 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
12796
3b11a015
SS
127972010-03-19 Stan Shebs <stan@codesourcery.com>
12798
12799 * gdb.trace/ax.exp: New file.
12800
d7d158ed
DE
128012010-03-19 Doug Evans <dje@google.com>
12802
6bb85cd1
DE
12803 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
12804 output from gcc.
12805
d7d158ed
DE
12806 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
12807 named /usr/sbin/prelink<foo>.
12808
4daf5ac0
SS
128092010-03-18 Stan Shebs <stan@codesourcery.com>
12810
12811 * gdb.trace/circ.exp: Test circular-trace-buffer.
12812 * gdb.trace/tfile.exp: Update tstatus test.
12813
e8d05480
JB
128142010-03-18 Joel Brobecker <brobecker@adacore.com>
12815
12816 * gdb.dwarf2/dw2-anonymous-func.S: New file.
12817 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
12818
441b986a
UW
128192010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12820
12821 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
12822
4247603b
PA
128232010-03-18 Pedro Alves <pedro@codesourcery.com>
12824
12825 * gdb.base/default.exp: Adjust the expected output of the finish
12826 and until commands when the inferior is not being run.
12827
13387711
SW
128282010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
12829
12830 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
12831 * gdb.cp/nsusing.exp: Ditto.
12832
6e31430b
TT
128332010-03-15 Tom Tromey <tromey@redhat.com>
12834
12835 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
12836 * gdb.cp/userdef.cc (operator==): New function.
12837 (main): New locals mem1, mem2.
12838
e2d69cb5
JZ
128392010-03-15 Jie Zhang <jie@codesourcery.com>
12840
12841 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
12842 Declare and use new loadtimeout variable.
12843
f572f0a9
DJ
128442010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
12845
12846 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
12847 Use gdb_load later.
12848
51f4c0b0
PA
128492010-03-14 Pedro Alves <pedro@codesourcery.com>
12850
12851 * gdb.base/solib-disc.c (main): Make format of fprintf a string
12852 literal. Add missing endlines to prints to stderr.
12853
1c809c68
TT
128542010-03-12 Tom Tromey <tromey@redhat.com>
12855
12856 PR c++/9708:
12857 * gdb.cp/m-static.exp: Add regression test.
12858 * gdb.cp/m-static.cc (method): New method.
12859 (main): Call it.
12860
00ae8fef
SW
128612010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
12862
12863 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
12864 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
12865
759f0f0b
PA
128662010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
12867
21e24d21
PA
12868 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
12869
128702010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
12871
759f0f0b
PA
12872 * lib/gdb.exp (skip_stl_tests): New.
12873 (gdb_compile): Symbian needs -ldl.
12874 (shlib_target_file): New.
12875 (shlib_symbol_file): New.
12876 (gdb_load_shlibs): Use shlib_target_file.
12877 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
12878 * gdb.cp/exception.exp: Use skip_stl_tests.
12879 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
12880 * gdb.cp/try_catch.exp: Use skip_stl_tests.
12881 * gdb.cp/mb-templates.exp: Ditto.
12882 * gdb.base/commands.exp: Relax regexes.
12883 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
12884 shlib_target_file and shlib_symbol_file.
12885 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
12886 sections.
12887 * gdb.base/ending-run.exp: Accept E32Main for symbian.
12888 * gdb.base/solib-disc.exp: Use
12889 shlib_target_file and shlib_symbol_file.
12890 * gdb.base/unload.exp: Don't skip on symbian. Use
12891 shlib_target_file and shlib_symbol_file.
12892 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
12893
6a8f2671 128942010-03-12 Pedro Alves <pedro@codesourcery.com>
889bf7c5 12895
6a8f2671
PA
12896 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
12897 * gdb.trace/report.exp: Adjust for x86 and x86_64.
12898 Issue a tfind end before looking for a tracepoint frame.
12899 * gdb.trace/tfind.exp: Adjust tstatus output.
12900 Adjust disassembly output.
12901 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
12902
ccf26247
JK
129032010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12904
12905 * gdb.base/break-interp.exp: Create new displacement parameter value
12906 for the test_ld calls.
12907 (reach): New parameter displacement, verify its content. New push of
12908 pf_prefix "reach-$func:". Import global expect_out.
12909 (test_core): New parameter displacement, verify its content. New push
12910 of pf_prefix "core:". New command "set verbose on". Import global
12911 expect_out.
12912 (test_attach): New parameter displacement, verify its content. New
12913 push of pf_prefix "attach:". New command "set verbose on". Import
12914 global expect_out.
12915 (test_ld): New parameter displacement, pass it to the reach, test_core
12916 and test_attach calls and verify its content in the "ld.so exit" test.
12917 * gdb.base/prelink.exp: Remove gdb_exit and final return.
12918 (prelink): Update expected text, use gdb_test.
12919
e469c7fb
DE
129202010-03-10 Doug Evans <dje@google.com>
12921
12922 * gdb.base/checkpoint.exp: Fix comment.
12923 Lengthen timeout while doing >600 checkpoints test.
12924 Rename duplicate "kill all one" test to keep test names unique.
12925
60e1c644
PA
129262010-03-10 Pedro Alves <pedro@codesourcery.com>
12927
12928 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
12929
cec808ec
KS
129302010-03-08 Keith Seitz <keiths@redhat.com>
12931
889bf7c5
PA
12932 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
12933 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
12934 (dm_type_long): New function.
12935 (dm_type_unsigned_short): New function.
12936 (dm_type_unsigned_long): New function.
12937 (myint): New typedef.
12938 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
12939 long, unsigned shor and long, operator char*, and typedef.
12940 (test_lookup_operator_functions): Add operator char* test.
12941 (test_paddr_operator_functions): Likewise.
12942 (test_paddr_overloaded_functions): Use probe values for
12943 short, long, and unsigned short and long.
12944 (test_paddr_hairy_functions): If the demangler probe detected
12945 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
12946 demangler.
12947 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
12948 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
12949 and "print null_pmf".
12950 Add test "ptype a.*pmf".
12951 * gdb.cp/overload.exp: Allow optional "int" to appear with
12952 "short" and "long".
12953 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
12954 long expect value for men_overload1arg.
12955 Allow "int" to appear with "short" and "long".
12956 When testing "info break", add argument for main (void).
12957 Also allow "int" to appear with "short" and "long".
12958 Ditto with "unsigned" and "long long".
cec808ec
KS
12959 * gdb.java/jmain.exp: Do not enclose methods names in single
12960 quotes.
12961 * gdb.java/jmisc.exp: Likewise.
12962 * gdb.java/jprint.exp: Likewise.
12963 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
12964
12965 From Jan Kratochvil <jan.kratochvil@redhat.com>:
12966 * gdb.cp/exception.exp (backtrace after first throw)
12967 (backtrace after second throw): Allow a namespace before __cxa_throw.
12968 (backtrace after first catch, backtrace after second catch): Allow
12969 a namespace before __cxa_begin_catch.
12970
12971 * gdb.cp/cpexprs.exp: New file.
12972 * gdb.cp/cpexprs.cc: New file.
12973
12974 From Daniel Jacobowitz <dan@codesourcery.com>
12975 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
12976 to use string_to_regexp.
12977 (ctor, dtor): New functions. Use them to match constructor
12978 and destructor function types.
12979 (Top level): Use runto_main.
12980
f870a310
TT
129812010-03-05 Tom Tromey <tromey@redhat.com>
12982
12983 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
12984 gdb.target_charset.
12985 (pp_ns.to_string): Likewise.
12986
0c199f28
KS
129872010-03-04 Keith Seitz <keiths@redhat.com>
12988
12989 * gdb.cp/overload.exp: Test that the filename portion of a linespec
12990 can be quoted. Test that both the filename and function/line
12991 portions can be quoted at the same time.
12992
c7437ca6
PA
129932010-03-04 Pedro Alves <pedro@codesourcery.com>
12994
12995 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
12996
b111b805
DE
129972010-03-03 Doug Evans <dje@google.com>
12998
24486cb7
DE
12999 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
13000 libc contains libpthread.
13001
b111b805
DE
13002 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
13003 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
13004 of gdb_compile. Add another pattern to match android backtrace.
13005
a0e0ef55
TT
130062010-03-03 Tom Tromey <tromey@redhat.com>
13007
13008 PR gdb/11345:
13009 * gdb.base/printcmds.exp (test_printf): Add test.
13010
1ba53b71
L
130112010-03-02 H.J. Lu <hongjiu.lu@intel.com>
13012
13013 * gdb.arch/amd64-byte.exp: New.
13014 * gdb.arch/amd64-dword.exp: Likewise.
13015 * gdb.arch/amd64-pseudo.c: Likewise.
13016 * gdb.arch/amd64-word.exp: Likewise.
13017 * gdb.arch/i386-byte.exp: Likewise.
13018 * gdb.arch/i386-pseudo.c: Likewise.
13019 * gdb.arch/i386-word.exp: Likewise.
13020
f5dff777
DJ
130212010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
13022
13023 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
13024 types. Add structreg, bitfields, and flags registers.
13025 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
13026 registers.
13027
90884b2b
L
130282010-03-01 H.J. Lu <hongjiu.lu@intel.com>
13029
13030 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
13031 (load_description): Set architecture if defined.
13032
dc00d89f
PM
130332010-02-28 Phil Muldoon <pmuldoon@redhat.com>
13034
13035 * gdb.python/py-frame.exp: Add read_var block tests.
13036 * gdb.python/py-frame.c (block): New function.
13037
0e095b7e
JK
130382010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13039 Daniel Jacobowitz <dan@codesourcery.com>
13040
13041 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
13042
624f1a65
DM
130432010-02-25 David S. Miller <davem@davemloft.net>
13044
13045 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
13046 fix logic for setting all_syscalls_numbers.
13047
f3e9a817
PM
130482010-02-24 Phil Muldoon <pmuldoon@redhat.com>
13049
13050 * Makefile.in: Add py-block and py-symbol.
13051 * gdb.python/py-symbol.exp: New File.
13052 * gdb.python/py-symtab.exp: New File.
13053 * gdb.python/py-block.exp: New File.
13054 * gdb.python/py-symbol.c: New File.
13055 * gdb.python/py-block.c: New File.
13056
f6bbabf0
PM
130572010-02-24 Phil Muldoon <pmuldoon@redhat.com>
13058
13059 PR python/11314
13060 * lib/gdb.exp (skip_python_tests): New function.
13061 * gdb.python/py-cmd.exp: Use skip_python_tests.
13062 * gdb.python/py-frame.exp: Likewise.
13063 * gdb.python/py-function.exp: Likewise.
13064 * gdb.python/py-prettyprint.exp: Likewise.
13065 * gdb.python/py-template.exp: Likewise.
13066 * gdb.python/py-type.exp: Likewise.
13067 * gdb.python/py-value.exp: Likewise.
13068
85d721b8
PA
130692010-02-22 Pedro Alves <pedro@codesourcery.com>
13070
13071 PR9605
13072
13073 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
13074
48e32051
TT
130752010-02-19 Tom Tromey <tromey@redhat.com>
13076
13077 PR c++/8693, PR c++/9496:
13078 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
13079 regression tests.
13080
ac9c0048
JK
130812010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13082
13083 Fix compatibility with m68k as.
13084 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
13085 Use only /* comments */.
13086
57bb97a4
UW
130872010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13088
13089 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
13090 * configure: Regenerate.
13091
7d1bf85c
DJ
130922010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
13093
13094 * gdb.python/py-type.exp: Check for Python support.
13095
061b5285
PA
130962010-02-17 Pedro Alves <pedro@codesourcery.com>
13097
13098 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
13099 `regsub' syntax available.
13100
f8a8bc2c
PA
131012010-02-17 Pedro Alves <pedro@codesourcery.com>
13102
13103 * gdb.base/shmain.c (main): Remove printf call.
13104 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
13105 * gdb.base/unload.c (main): Make format of fprintf a string
13106 literal. Add missing endlines to prints to stderr.
13107 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
13108
6f451e5e
TT
131092010-02-17 Tom Tromey <tromey@redhat.com>
13110
13111 * gdb.java/jprint.java (jprint.props): New field.
13112 * gdb.java/jprint.exp (set_lang_java): Add regression test.
13113
12d79008
PA
131142010-02-17 Pedro Alves <pedro@codesourcery.com>
13115
ef801a0e 13116 * gdb.base/charset.exp: Don't assume new `regsub' syntax
12d79008
PA
13117 available.
13118
d252f7e5
DJ
131192010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13120
13121 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
13122 creation to support remote host testing.
13123
67bdab6c
DJ
131242010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13125
13126 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
13127 Recognize "command not found".
13128
bb391223
DJ
131292010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13130
13131 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
13132 single-stepping.
13133
70362913
DJ
131342010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13135
13136 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
13137 if arguments are not supported.
13138
493f3c00
DJ
131392010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13140
13141 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
13142 be const or non-const.
13143
8034c749
DJ
131442010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13145
13146 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
13147 mi_send_resuming_command to send -exec-continue.
13148
791dfb64
DJ
131492010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13150
13151 * gdb.base/list.exp (test_list_filename_and_function): Add test
13152 with single quotes.
13153 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
13154 matching.
13155 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
13156 Add KFAIL'd tests for PR gdb/11289.
13157
7c5fe868
DJ
131582010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13159
13160 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
13161
fdc498b8
DJ
131622010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13163
13164 * gdb.base/comp-dir/subdir/dummy.txt: New file.
13165 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
13166 a temporary directory.
13167
b519e2a6
DJ
131682010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13169
13170 * gdb.base/charset.exp: Use a single regular expression to match
13171 show host-charset and show target-charset output.
13172
74164c56
JK
131732010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13174
13175 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
13176 "Illegal process-id" expect string more exact.
13177 (attach to digits-starting nonsense is prohibited): New.
13178
701ed6dc
JK
131792010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13180
13181 * gdb.base/prelink.exp (set verbose on): New.
13182
889bf7c5 131832010-02-12 Tomas Holmberg <th@virtutech.com>
fa19b4e5
MS
13184
13185 * mi-reverse.exp: New file. Test for reverse option to the
13186 following MI commands: exec-continue, exec-finish, exec-next,
13187 exec-step, exec-next-instruction, exec-step-instruction.
889bf7c5 13188
dadf0e9c
JB
131892010-02-09 Joel Brobecker <brobecker@adacore.com>
13190
13191 * gdb.ada/ptype_tagged_param: New testcase.
13192
714f19d5
TT
131932010-02-08 Tom Tromey <tromey@redhat.com>
13194
13195 PR c++/8017:
13196 * gdb.cp/overload.exp: Add tests.
13197 * gdb.cp/overload.cc (struct K): New.
13198 (namespace N): New.
13199 (main): Call new functions.
13200 (K::staticoverload): Define.
13201
889bf7c5 132022010-02-08 Chris Moller <moller@mollerware.com>
83b10087
CM
13203
13204 PR gdb/10728
13205 * gdb.cp/pr10728-x.h: New file.
13206 * gdb.cp/pr10728-x.cc: New file.
13207 * gdb.cp/pr10728-y.cc: New file.
13208 * gdb.cp/pr10728.exp: New file.
13209 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
13210
889bf7c5 132112010-02-08 Chris Moller <moller@mollerware.com>
99903ae3
CM
13212
13213 PR gdb/9067
13214 * gdb.cp/pr9067.exp: New
13215 * gdb.cp/pr9067.cc: New
13216 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
13217
7b356089
JB
132182010-02-08 Joel Brobecker <brobecker@adacore.com>
13219
13220 * lib/gdb.exp (gdb_test_timeout): New global variable.
13221 Set it to timeout if not already set.
13222 (gdb_init): Reset the value of timeout to gdb_test_timeout.
13223
1be00882
DE
132242010-02-05 Doug Evans <dje@google.com>
13225
13226 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
13227 user.
13228
82856980
SW
132292010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
13230
13231 PR c++/7935:
13232 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
13233
1a334831
TT
132342010-02-04 Tom Tromey <tromey@redhat.com>
13235
13236 * gdb.cp/virtbase.exp: Make test case names unique.
13237
9c3c02fd
TT
132382010-02-02 Tom Tromey <tromey@redhat.com>
13239
13240 * gdb.cp/virtbase.exp: Add regression tests.
13241 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
13242 (main): Instantiate RHC.
13243
0cc2414c
TT
132442010-02-02 Tom Tromey <tromey@redhat.com>
13245
13246 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
13247 type-printing change.
13248
edf3d5f3
TT
132492010-02-02 Tom Tromey <tromey@redhat.com>
13250
13251 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
13252 * gdb.cp/virtbase.cc: New file.
13253 * gdb.cp/virtbase.exp: New file.
13254 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
13255
e4b7f41c
JK
132562010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13257
13258 PR libc/11214:
13259 * gdb.threads/current-lwp-dead.c: Include features.h.
13260 (HAS_NOMMU): New.
13261 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
13262
b381ea14
JK
132632010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13264
13265 * gdb.base/symbol-without-target_section.exp,
13266 gdb.base/symbol-without-target_section.c: New.
13267
c593ac0e
DJ
132682010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
13269
13270 * gdb.base/bigcore.exp: Reset increased timeout.
13271 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
13272
db25f29d
DJ
132732010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
13274
13275 * gdb.base/gcore.exp (capture_command_output): Use
13276 gdb_test_multiple.
13277
f9d67f43
DJ
132782010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
13279
13280 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
13281 * gdb.arch/thumb2-it.exp (test_it_break): New function.
13282 (Top level): Call it.
13283
177321bd
DJ
132842010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
13285
13286 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
13287
97f2ed50
DJ
132882010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
13289
13290 * gdb.base/call-strs.exp, gdb.base/default.exp,
13291 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
13292 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
13293 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
13294 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
13295 gdb.base/watchpoint-solib.exp: Save and restore timeout.
13296 * gdb.base/ending-run.exp: Correct restore of timeout.
13297 * gdb.base/page.exp: Remove unnecessary timeout setting.
13298
e4e2711a
JB
132992010-01-29 Joel Brobecker <brobecker@adacore.com>
13300
13301 * gdb.ada/rec_return: New testcase.
13302
ba581dc1
JB
133032010-01-29 Joel Brobecker <brobecker@adacore.com>
13304
13305 * gdb.ada/call_pn: New testcase.
13306
4ea95be9
DJ
133072010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
13308
13309 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
13310 (Top level): Use it to resume.
13311 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
13312 the Thumb mode displaced stepping error as unsupported.
13313
df83a9bf
SW
133142010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
13315
889bf7c5
PA
13316 * gdb.cp/nsusing.exp: Added more tests.
13317 * gdb.cp/nsrecurs.exp: Ditto.
13318 * gdb.cp/nsusing.cc: Added test functions.
13319 * gdb.cp/nsrecurs.cc: Ditto.
df83a9bf 13320
40b27cdc
JK
133212010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13322
13323 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
13324 absolute directory pathnames in gdb.sum file.
13325
de958931
SW
133262010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
13327
13328 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
13329 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
13330
708ead4e
TT
133312010-01-26 Tom Tromey <tromey@redhat.com>
13332
13333 PR exp/7643:
13334 * gdb.base/printcmds.exp (test_print_string_constants): Remove
13335 setup_kfail.
13336
b14e635e
SW
133372010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
13338
13339 * gdb.cp/nsrecurs.exp: New test.
13340 * gdb.cp/nsrecurs.cc: New test program.
13341 * gdb.cp/nsstress.exp: New test.
13342 * gdb.cp/nsstress.cc: New test program.
13343 * gdb.cp/nsdecl.exp: New test.
13344 * gdb.cp/nsdecl.cc: New test program.
13345
8540c487
SW
133462010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
13347
13348 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
13349 imported into file scope.
13350 Marked test as xfail.
13351 * gdb.cp/namespace-using.cc (marker5): New function.
13352 * gdb.cp/shadow.exp: New test.
13353 * gdb.cp/shadow.cc: New test program.
13354 * gdb.cp/nsimport.exp: New test.
13355 * gdb.cp/nsimport.cc: New test program.
13356
421d5d99
TT
133572010-01-25 Tom Tromey <tromey@redhat.com>
13358
13359 PR gdb/11049:
13360 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
13361 with "set print null-stop on".
13362
691f8dc1
JK
133632010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13364
13365 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
13366 Adjust it for DISASSEMBLY_OMIT_FNAME.
13367
0b92b5bb
TT
133682010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13369
13370 PR symtab/11199:
13371 * gdb.dwarf2/member-ptr-forwardref.exp,
13372 gdb.dwarf2/member-ptr-forwardref.S: New.
13373
23787403
JK
133742010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13375
13376 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
13377 (thread1_func): Protect thread1_tid with thread1_tid_cond by
13378 thread1_tid_mutex. Remove gdbstop_mutex handling.
13379 (thread2_func): Protect thread2_tid with thread2_tid_cond by
13380 thread2_tid_mutex. Remove gdbstop_mutex handling.
13381 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
13382 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
13383 pthread_cond_wait conditionalizations by while loops.
13384
b966cb8a
TT
133852010-01-20 Tom Tromey <tromey@redhat.com>
13386
13387 PR backtrace/10770:
13388 * gdb.dwarf2/pr10770.exp: New file.
13389 * gdb.dwarf2/pr10770.c: New file.
13390 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
13391
fcae584b
VP
133922010-01-20 Vladimir Prus <vladimir@codesourcery.com>
13393
13394 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
13395 that target was removed, and the test always runs native anyway.
13396
a0f49112
JK
133972010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13398
13399 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
13400 gdb.base/watchpoint-cond-gone-stripped.c: New.
13401
ceeb3d5a
TT
134022010-01-19 Tom Tromey <tromey@redhat.com>
13403
13404 PR c++/8000:
13405 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
13406 existing tests.
13407 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
13408 (main): Use AAA::SomeEnum.
13409
dd322c54
JK
134102010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13411
13412 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
13413 (test_ignore_count): Declare line_callme_body global.
13414 (run to breakpoint with ignore count): Use line_callme_body.
13415 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
13416 (set line_main_hello, set line_main_return): Reindent.
13417 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
13418 New.
13419 (continue to callee4): Use line_callee4_body.
13420 (check *stopped from CLI command): Use line_callee4_next.
13421 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
13422 (set line_main_hello, set line_main_return): Reindent.
13423 (set line_callee4_head, set line_callee4_body): New.
13424 (continue to callee4): Use line_callee4_body.
13425
4e8f195d
TT
134262010-01-18 Tom Tromey <tromey@redhat.com>
13427
13428 PR c++/9680:
13429 * gdb.cp/casts.cc: Add new classes and variables.
13430 * gdb.cp/casts.exp: Test new operators.
13431
9e14a9ba
JB
134322010-01-18 Tom Tromey <tromey@redhat.com>
13433 Thiago Jung Bauermann <bauerman@br.ibm.com>
13434
13435 * gdb.python/source2.py: New file.
13436 * gdb.python/source1: New file.
13437 * gdb.python/python.exp: Test "source" command.
13438
00bf0b85
SS
134392010-01-15 Stan Shebs <stan@codesourcery.com>
13440
13441 * gdb.trace/tfile.c: New file.
13442 * gdb.trace/tfile.exp: New file.
889bf7c5 13443
55235ad7
JK
134442010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13445
13446 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
13447
9f2982ff
JK
134482010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13449
13450 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
13451
bbfba9ed
JK
134522010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13453
13454 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
13455 (libfunc): New parameter action. Implement also selectable "sleep".
13456 * gdb.base/break-interp-main.c: Include assert.h.
13457 (libfunc): New parameter action.
13458 (main): New parameters argc and argv. Assert argc. Pass argv.
13459 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
13460 (test_attach): New proc.
13461 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
13462 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
13463
61f0d762
JK
134642010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13465
13466 * gdb.base/break-interp.exp (test_core): New proc.
13467 (test_ld): Call it.
13468
06a6f270
JK
134692010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13470
13471 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
13472 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
13473 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
13474 and gdb_compile_shlib. Use new -Wl compiler options.
13475 (dl bt, main bt): New tests.
13476
51bee8e9
JK
134772010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13478
13479 Support PIEs with no symfile_objfile.
13480 * gdb.base/break-interp.exp: New argument at the test_ld calls.
13481 (test_ld): New parameter trynosym.
13482 (test_ld <$trynosym>): New block.
13483
b8040f19
JK
134842010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13485
13486 * gdb.base/break-interp.exp: New file.
13487
be759fcf
PM
134882010-01-13 Phil Muldoon <pmuldoon@redhat.com>
13489
13490 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
13491 * gdb.python/py-prettyprint.py (pp_ls): New printer.
13492 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
13493 test.
13494 * gdb.python/py-prettyprint.c: Define lazystring test structure.
13495 * gdb.python/py-mi.exp: Add lazy string test.
13496
dc146f7c
VP
134972010-01-13 Vladimir Prus <vladimir@codesourcery.com>
13498
13499 * lib/mi-support.exp (mi_check_thread_states): Handle
13500 core number in thread listing.
13501
b4ba55a1
JB
135022010-01-12 Joel Brobecker <brobecker@adacore.com>
13503
13504 * gdb.base/maint.exp: Adjust the expected output for the
13505 "maint print type" test. Use gdb_test_multiple instead of
13506 gdb_sent/gdb_expect.
13507
08e24bd4
DE
135082010-01-11 Doug Evans <dje@google.com>
13509
6496a609
DE
13510 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
13511 from gdbserver_download. All callers updated.
13512
08e24bd4
DE
13513 * gdb.server/ext-run.exp: "info os processes" requires xml support.
13514
b5cfddf5
JK
135152010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13516
13517 Implement binary numbers parsing.
13518 * gdb.base/printcmds.exp (test_integer_literals_accepted)
13519 (test_integer_literals_rejected): New binary tests.
13520
3725885a
RW
135212010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
13522
13523 * gdb.cell/configure: Regenerate.
13524
37aeb5df
JK
135252010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
13526
13527 * gdb.base/corefile.exp: Move the core finding block out and call it as
13528 core_find, new variable $corefile, replace corefile by $corefile and
13529 [file tail $corefile] for usage vs. test names resp.
13530 * lib/gdb.exp (core_find): Move it as a new function here. New
13531 parameter binfile and deletefiles. New variable $destcore. Pre-delete
13532 $destcore. Return "" on error.
13533
d521f563
JK
135342010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13535
13536 Workaround PR binutils/10802.
13537 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
13538 (twice).
13539
28f24826
DJ
135402010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
13541
13542 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
13543
2de75e71
JB
135442010-01-08 Joel Brobecker <brobecker@adacore.com>
13545
13546 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
13547 call, to avoid interruption.
13548
fe00719b 135492010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
d24d8548
JK
13550
13551 * gdb.stabs/weird.def (args93): New.
13552
d0ef5df8
DE
135532010-01-07 Doug Evans <dje@google.com>
13554
13555 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
13556
3a08d52f
TT
135572010-01-07 Tom Tromey <tromey@redhat.com>
13558
13559 * gdb.base/source.exp: Use correct line number.
13560
7a697b8d
SS
135612010-01-05 Stan Shebs <stan@codesourcery.com>
13562
13563 * gdb.trace/tracecmd.exp: Test ftrace.
13564
7803799a
UW
135652010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13566
13567 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
13568
c54eabfa
JK
135692010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13570
13571 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
13572 "uint_for_mi_testing".
13573
02e7ef19
JB
135742010-01-01 Joel Brobecker <brobecker@adacore.com>
13575
13576 Test indented comment in file being sourced.
13577 * gdb.base/commands.exp: Test indented comment in file being sourced.
13578
abd775ce
JB
135792010-01-01 Joel Brobecker <brobecker@adacore.com>
13580
13581 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
13582 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
13583 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
13584 notice.
13585
79b55b82
JB
135862010-01-01 Joel Brobecker <brobecker@adacore.com>
13587
13588 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
13589 notice.
13590
8997583e
JK
135912010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13592
13593 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
13594 missing $after_stopped and comma (,) expectation.
13595
6da95a67
SS
135962009-12-31 Stan Shebs <stan@codesourcery.com>
13597
13598 * gdb.trace/actions.exp: Test teval action.
889bf7c5 13599
218d2fc6
TJB
136002009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
13601
13602 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
13603 (top level): Call test_watchpoint_in_big_blob.
13604 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
13605 watchpoints.
13606 (func3): Write to buf.
13607
236f1d4d
SS
136082009-12-29 Stan Shebs <stan@codesourcery.com>
13609
13610 * gdb.trace/actions.exp: Test default-collect.
889bf7c5 13611
f61e138d
SS
136122009-12-28 Stan Shebs <stan@codesourcery.com>
13613
13614 * gdb.trace/tsv.exp: New file.
13615 * gdb.base/completion.exp: Update ambiguous info output.
889bf7c5 13616
0219b378
DJ
136172009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
13618
13619 * gdb.base/find.c (main): Reference search buffers.
13620 * gdb.base/included.c (main): Reference integer.
13621 * gdb.base/ptype.c (charfoo): Declare.
13622 (intfoo): Call charfoo.
13623 * gdb.base/scope0.c (useitp): New function.
13624 (usestatics): Use useitp.
13625 (useit): Add a type for val.
13626 * gdb.base/scope1.c (useit1): Take a pointer argument.
13627 (usestatics1): Update calls to useit1.
13628 * gdb.cp/call-c.cc: Declare foo.
13629 (main): Call foo.
13630 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
13631 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
13632 (main): Call C::ensureRefs and ensureOtherRefs.
13633 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
13634 variables.
13635 (ensureOtherRefs): New function.
13636 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
13637 * gdb.cp/templates.cc (main): Call t5i.value.
13638
3f78692f
JK
136392009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13640
13641 Fix compatibility with G++-4.5.
13642 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
13643 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
13644 (uncaught return): Remove.
13645
429374b8
JK
136462009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13647 Phil Muldoon <pmuldoon@redhat.com>
13648
13649 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
13650 (bp_location13, bp_location14, bp_location17, bp_location18)
13651 (marker3_proto, marker4_proto): New variables.
13652 (breakpoint info): Update output.
13653 (run until breakpoint at marker3, run until breakpoint at marker4): New
13654 tests.
13655
859825b8
JK
136562009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13657
13658 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
13659 Replace the printf call of Y by provided "y-set-1" label. New block
13660 for the second shared library.
13661 * gdb.base/unload.exp: Compile also the second library, call
13662 gdb_load_shlibs also for it. Use now gdb_breakpoint.
13663 (single pending breakpoint info): Rename to ...
13664 (pending breakpoint info before run): ... this extended test.
13665 (libfile2, libname2, libsrcfile2, libsrc2)
13666 (lib_sl2): New variables.
13667 (exec_opts): Set also SHLIB_NAME2.
13668 (pending breakpoint info on first run at shrfunc1)
13669 (pending breakpoint info on second run at shrfunc1)
13670 (pending breakpoint info on second run at shrfunc2)
13671 (print y from libfile, print y from libfile2): New tests.
13672 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
13673 * gdb.base/unloadshr2.c: New.
13674
e6a386cd
HZ
136752009-12-22 Hui Zhu <teawater@gmail.com>
13676
13677 * gdb.reverse/sigall-reverse.exp: Adjust.
13678
9e19b45e
VP
136792009-12-21 Vladimir Prus <vladimir@codesourcery.com>
13680
13681 PR gdb/10884
13682
13683 * gdb.mi/var-cmd.c (do_bitfield_tests): New
13684 (main): Call do_bitfield_tests.
aacf5b1e 13685 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
9e19b45e 13686
d53a7b30
JB
136872009-12-20 Joel Brobecker <brobecker@adacore.com>
13688
13689 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
13690 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
13691 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
13692 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
13693 gdb.modula2/unbounded1.c: Update copyright header.
13694
191ca0a1
CM
136952009-12-10 Chris Moller <moller@mollerware.com>
13696
13697 PR gdb/9399
13698 * gdb.cp/virtfunc2.exp: New tests
13699 * gdb.cp/virtfunc2.cc: New tests
13700 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
13701
0fa6cf1b
MS
137022009-12-10 Oza Pawandeep (paawan1982@yahoo.com
13703
13704 * gdb.reverse/i387-env-reverse.c: New file.
13705 * gdb.reverse/i387-env-reverse.exp: New file.
13706 * gdb.reverse/i387-stack-reverse.c: New file.
13707 * gdb.reverse/i387-stack-reverse.exp: New file.
13708
361ae042
PM
137092009-12-08 Phil Muldoon <pmuldoon@redhat.com>
13710
13711 * gdb.python/py-type.exp (test_range): New test.
13712
bfd31e71
PM
137132009-12-03 Phil Muldoon <pmuldoon@redhat.com>
13714
13715 PR python/10805
13716
13717 * gdb.python/py-type.exp: New file.
13718 * gdb.python/py-type.c: New file.
13719 * Makefile.in: Add py-type.
13720
57a1d736
TT
137212009-12-03 Tom Tromey <tromey@redhat.com>
13722
13723 * gdb.python/py-value.exp (test_parse_and_eval): New
13724 function.
13725
1f3b5d1b
PP
137262009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
13727
13728 PR gdb/11022
13729
13730 * gdb.base/pr11022.exp: New test.
889bf7c5
PA
13731 * gdb.base/pr11022.c: New test.
13732
8b7dbdc9
JK
137332009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13734
13735 Fix spurious false FAILs.
13736 * gdb.base/structs.c (chartest): New.
13737 (main): Fill-in chartest.
13738 * gdb.base/structs.exp (anychar_re, first): New.
13739 (start_structs_test): Import global anychar_re and first.
13740 New gdb_test call "set print elements 300; ${testfile}"
13741 (start_structs_test <$first>): New block.
13742 (any): Import global anychar_re. New variable ac. Use ${ac}.
13743
6a53b2ec
JK
137442009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13745
13746 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
13747
d7167b4c
JK
137482009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13749
13750 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
13751 Force $srcfile file.
13752 * gdb.base/foll-fork.c (callee): Comment out the printf call.
13753
b1798462
UW
137542009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13755
13756 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
13757 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
13758 * gdb.threads/watchthreads-reorder.exp: Likewise.
13759
b6199126
DJ
137602009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
13761
13762 PR gdb/8704
13763
13764 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
13765 "if", and "thread". Correct matching in the previous test.
13766
b22a0510
DJ
137672009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
13768
13769 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
13770
930636d2
MS
137712009-11-23 Michael Snyder <msnyder@vmware.com>
13772
13773 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
13774 * gdb.reverse-watch-precsave.exp: Ditto.
13775
21a0512e
PP
137762009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
13777
13778 * gdb.asm/asm-source.exp: Adjust.
13779 * gdb.base/help.exp: Adjust.
889bf7c5 13780
fc30d5e0
PA
137812009-11-22 Pedro Alves <pedro@codesourcery.com>
13782
13783 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
13784 (do_syscall_tests_without_xml): Set data-directory to
13785 /the/path/to/nowhere.
13786
f6bc2008
PA
137872009-11-21 Pedro Alves <pedro@codesourcery.com>
13788
13789 * gdb.threads/local-watch-wrong-thread.c,
13790 gdb.threads/local-watch-wrong-thread.exp: New files.
13791
8c2fb5de
PA
137922009-11-21 Pedro Alves <pedro@codesourcery.com>
13793
13794 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
13795 assume new `regsub' syntax available.
13796
ebec9a0f
PA
137972009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13798
a79d3c27
JK
13799 * gdb.base/watchpoint-hw-hit-once.exp,
13800 gdb.base/watchpoint-hw-hit-once.c: New.
13801
138022009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13803
13804 * gdb.threads/watchthreads-reorder.exp,
13805 gdb.threads/watchthreads-reorder.c: New.
ebec9a0f 13806
276a961b
MK
138072009-11-17 Nathan Sidwell <nathan@codesourcery.com>
13808
13809 * gdb.xml/tdesc-regs.exp: Use for m68k.
13810
4867c1fb
PA
138112009-11-15 Pedro Alves <pedro@codesourcery.com>
13812
13813 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
13814
f6838f81
DJ
138152009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
13816
13817 * lib/gdb.exp (current_target_name): New procedure.
13818 (gdb_wrapper_target): New variable.
13819 (gdb_wrapper_init): Set gdb_wrapper_target.
13820 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
13821 wrapper.
13822
4ac4dd3f
DJ
138232009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
13824
13825 * gdb.base/remote.exp: Delete the slowest load test.
13826 Do not load with fixed packet sizes.
13827
a7881759
DJ
138282009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
13829
13830 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
13831
97a5b505
DJ
138322009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
13833
13834 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
13835 srcfile when setting a breakpoint.
13836
d3e1fc54
DJ
138372009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
13838
13839 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
13840 macros.
13841
7cbcbded
DJ
138422009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
13843
13844 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
13845 to be in memory.
13846 * gdb.base/display.c (force_mem): New.
13847 (do_loops): Use it. Add breakpoint comments.
13848 (do_vars): Add a breakpoint comment.
13849 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
13850 line numbers.
13851
bdea3a92
NF
138522009-11-13 Nathan Froyd <froydnj@codesourcery.com>
13853
13854 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
13855 instead of a bare "run".
13856
269f82e5
PP
138572009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
13858
13859 * gdb.python/py-prettyprint.exp: Adjust.
889bf7c5 13860
a69b7d9d
DJ
138612009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13862
13863 * lib/cell.exp (skip_cell_tests): Clean up test files before
13864 returning.
13865
b598bfda
DJ
138662009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13867
13868 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
13869 and the breakpoint menu. Do not call perror if a prompt is seen.
13870 Consume the following GDB prompt.
13871 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
13872 * gdb.cp/namespace.exp: Use gdb_test.
13873 * gdb.cp/templates.exp: Use gdb_test.
13874 (test_template_breakpoints): Use gdb_test_multiple.
13875
87728fa0
DJ
138762009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13877
13878 * gdb.base/break1.c (struct some_struct, values): Move earlier.
13879 (marker4): Reference values.
13880
b67c692f
DJ
138812009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13882
13883 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
13884 is missing.
13885
f0df251a
DJ
138862009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13887
13888 * gdb.base/break.c (need_malloc): New.
13889 * gdb.base/constvars.c (main): Reference crass and crisp.
13890 * gdb.base/gdb1821.c (main): Reference bar.
13891 * gdb.cp/gdb1355.cc (main): Reference s1.
13892 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
13893 (main): Call them.
13894 * gdb.cp/hang2.cc (dummy2): Define.
13895 * gdb.cp/hang3.cc (dummy3): Define.
13896 * gdb.cp/m-data.cc (main): Reference shadow.
13897
bdf7534a
NF
138982009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13899 Nathan Froyd <froydnj@codesourcery.com>
13900
13901 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
13902 remote host.
13903
f24fce77
NF
139042009-11-12 Nathan Froyd <froydnj@codesourcery.com>
13905
13906 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
13907 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
13908 * gdb.dwarf2/dw2-compressed.exp: Likewise.
13909 * gdb.dwarf2/dw2-intercu.exp: Likewise.
13910 * gdb.dwarf2/dw2-intermix.exp: Likewise.
13911 * gdb.dwarf2/dw2-producer.exp: Likewise.
13912 * gdb.dwarf2/mac-fileno.exp: Likewise.
13913 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
13914 py-prettyprint.py to the remote host.
13915 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
13916
40f0318e
KS
139172009-11-11 Keith Seitz <keiths@redhat.com>
13918
13919 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
13920 use it instead of "Foo".
13921 * gdb.cp/classes.exp (do_tests): Add a test to access
13922 a method through a typedef'd class name.
13923
f3d9f7fb
NF
139242009-11-11 Nathan Froyd <froydnj@codesourcery.com>
13925
13926 * gdb.base/long_long.exp: Permit leading zeros on floating-point
13927 exponents.
13928 * gdb.base/pointers.exp: Likewise.
13929 * gdb.cp/ref-types.exp: Likewise.
13930
a4216f37
KS
139312009-11-11 Keith Seitz <keiths@redhat.com>
13932
13933 * gdb.cp/cplusfuncs.cc (class foo): Add operators
13934 new[] and delete[].
13935 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
13936 "void".
13937 (probe_demangler): Remove all single-quoting of
13938 method and variable names.
13939 (info_func_regexp): Remove the word "void" from any
13940 occurrence of "(void)".
13941 (print_addr_2): Remove all single-quoting of
13942 method names.
13943 (print_addr_2_kfail): Likewise.
13944 (print_addr): Single-quote C function names before
13945 passing to print_addr_2.
13946 (test_paddr_operator_functions): Remove single-quoting
13947 for method names.
13948 Add tests for operator new[] and operator delete[].
13949
9b14d7aa
JK
139502009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13951
13952 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
13953
85feb311
KS
139542009-11-09 Keith Seitz <keiths@redhat.com>
13955
13956 * gdb.cp/overload.exp: Add tests for resolving overloaded
13957 methods in expression parsing/evaluation.
13958
fa335448
DJ
139592009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
13960
13961 * lib/gdb.exp (default_gdb_version): Use --version instead of
13962 --command.
13963
ec3c07fc
NS
139642009-11-10 Nathan Sidwell <nathan@codesourcery.com>
13965
13966 * lib/gdb.exp (gdb_compile_test): New.
13967 (skip_ada_tests, skip_java_tests): New.
13968 (gdb_compile): Use gdb_compile_test for f77.
13969 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
13970 * lib/java.exp (compile_java_from_source): Remove runtests check,
13971 use gdb_compile_test to record result.
13972 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
13973 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
13974 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
13975 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
13976 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
13977 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
13978 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
13979 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
13980 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
13981 adjust gdb_compile invocations.
13982
b8b4e42b
JK
139832009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
13984
13985 * Makefile.in (abs_builddir): New.
13986 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
13987 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
13988 `$(abs_builddir)/site.exp'.
13989
f8b7eaf3
DJ
139902009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
13991
13992 * config/m68k-emc.exp, lib/emc-support.exp,
13993 gdb.trace/gdb_c_test.c: Delete.
13994 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
13995 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
13996 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
13997 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
13998 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
13999 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
14000 casing for m68k-*-elf.
14001
c4187697
NS
140022009-11-03 Pedro Alves <pedro@codesourcery.com>
14003
14004 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
14005 * gdb.arch/i386-prologue.exp: Likewise.
14006 * gdb.arch/i386-unwind.exp: Likewise.
14007
db16b772
DJ
140082009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
14009
14010 * lib/gdb.exp (gdb_expect): Fix timeout typo.
14011
bcf71277
DJ
140122009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
14013
14014 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
14015
0105cee2
DJ
140162009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
14017
14018 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
14019
24ddea62
JK
140202009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
14021
14022 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
14023
287ccc17
JK
140242009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
14025
14026 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
14027 * gdb.base/sepdebug2.c: New file.
14028
08bca259 140292009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
bccd0dd2
SDJ
14030
14031 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
14032 the modified warnings for catch syscall. Verify if GDB was compiled
14033 with support for lib expat, and choose which tests to run depending
14034 on this.
14035
5d4e2b76
VP
140362009-10-30 Vladimir Prus <vladimir@codesourcery.com>
14037
14038 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
14039 that composite commands are parsed OK. And also test
14040 that breakpoint commands do work.
14041
240e538a
MS
140422009-10-23 Michael Snyder <msnyder@vmware.com>
14043
14044 gdb.reverse/consecutive-precsave.exp: Change expect pattern
14045 to allow for new disassembly style.
14046
9c419145
PP
140472009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
14048
14049 * gdb.asm/asm-source.exp: Adjust.
889bf7c5 14050
02506ff1
MS
140512009-10-22 Michael Snyder <msnyder@vmware.com>
14052
14053 * gdb.reverse/break-precsave.exp: New test.
14054 * gdb.reverse/consecutive-precsave.exp: Ditto.
14055 * gdb.reverse/finish-precsave.exp: Ditto.
14056 * gdb.reverse/i386-precsave.exp: Ditto.
14057 * gdb.reverse/machinestate-precsave.exp: Ditto.
14058 * gdb.reverse/sigall-precsave.exp: Ditto.
14059 * gdb.reverse/solilb-precsave.exp: Ditto.
14060 * gdb.reverse/step-precsave.exp: Ditto.
14061 * gdb.reverse/until-precsave.exp: Ditto.
14062 * gdb.reverse/watch-precsave.exp: Ditto.
14063
4cf866a3
MS
140642009-10-22 Michael Snyder <msnyder@vmware.com>
14065
14066 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
14067 for gdb_expect. Adjust one test's expect strings for the new
14068 format of disassemble.
14069 * gdb.reverse/finish-reverse.exp: Delete 'return'.
14070 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
14071 gdb_test_multiple.
14072 * gdb.reverse/step-reverse.exp: Delete 'return'.
14073 * gdb.reverse/until-reverse.exp: Delete blank lines.
14074 * gdb.reverse/watch-reverse.exp: Delete blank lines.
14075
2b28d209
PP
140762009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
14077
14078 * gdb.base/consecutive.exp: Adjust.
14079 * gdb.base/display.exp: Likewise.
14080 * gdb.base/pc-fp.exp: Likewise.
14081 * gdb.base/sigbpt.exp: Likewise.
889bf7c5 14082
33b9c32b
MS
140832009-10-19 Michael Snyder <msnyder@vmware.com>
14084
14085 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
14086 * gdb.reverse/finish-reverse.c: Ditto.
14087 * gdb.reverse/sigall-reverse.c: Ditto.
14088 * gdb.reverse/solib-reverse.c: Ditto.
14089 * gdb.reverse/step-reverse.c: Ditto.
14090 * gdb.reverse/watch-reverse.c: Ditto.
14091
6c95b8df
PA
140922009-10-19 Pedro Alves <pedro@codesourcery.com>
14093 Stan Shebs <stan@codesourcery.com>
14094
14095 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
14096 * gdb.base/foll-exec.exp: Adjust to expect a process id before
14097 "Executing new program".
14098 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
14099 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
14100 left listed after having been killed.
14101 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
14102 * gdb.base/maint.exp: Adjust test.
14103
14104 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
14105 * gdb.multi/Makefile.in: New.
14106 * gdb.multi/base.exp: New.
14107 * gdb.multi/goodbye.c: New.
14108 * gdb.multi/hangout.c: New.
14109 * gdb.multi/hello.c: New.
14110 * gdb.multi/bkpt-multi-exec.c: New.
14111 * gdb.multi/bkpt-multi-exec.exp: New.
14112 * gdb.multi/crashme.c: New.
14113
279017b7
TG
141142009-10-13 Tristan Gingold <gingold@adacore.com>
14115
14116 * gdb.base/sepdebug.exp: Check debug info are found.
14117
0413d738
PA
141182009-10-08 Pedro Alves <pedro@codesourcery.com>
14119
14120 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
14121 bits.
14122
c628eecc
JK
141232009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14124
14125 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
14126
38af1bfe
JB
141272009-10-07 Joel Brobecker <brobecker@adacore.com>
14128
14129 * gdb.base/watchpoints.c: Add copyright header. Reformat one
14130 of the comments.
14131
2b0adecd
PM
141322009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
14133
14134 * gdb.base/annota1.exp: Remove obsolete match_max increase.
14135 * gdb.base/annota3.exp: Idem.
14136 * gdb.base/maint.exp: Idem.
14137
8d417781
PM
141382009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
14139
889bf7c5 14140 * lib/gdb.exp (default_gdb_init): Set current value of match_max
8d417781
PM
14141 to default.
14142
bb61102d
PM
141432009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
14144
889bf7c5 14145 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
bb61102d
PM
14146 mingw and cygwin targets.
14147
ace5c364
PM
141482009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
14149 Pedro Alves <pedro@codesourcery.com>
14150
889bf7c5 14151 * lib/gdb.exp (gdb_compile): Avoid adding
ace5c364
PM
14152 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
14153
c2d494a0
PM
141542009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
14155
e1b52ce2
PM
14156 * gdb.base/shr1.c: Use %p in format string.
14157 * gdb.base/unload.c: Avoid warning in fprintf.
14158 * gdb.base/watchpoint-solib.c: Idem.
c2d494a0 14159
209f53f5
PM
141602009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
14161
14162 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
14163 long type.
14164 (test_unlink): Correct printf string.
14165 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
14166 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
14167
8172766a
JK
141682009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14169
14170 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
14171 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
14172 * gdb.arch/ia64-breakpoint-shadow.S: New file.
14173
0f73703c
UW
141742009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14175
14176 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
14177 * gdb.objc/nondebug.exp: Likewise.
14178
b32306ca
UW
141792009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14180
14181 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
14182 target_info setting.
14183
14184 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
14185 that detect new threads during "info threads".
14186
0057022f
UW
141872009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14188
14189 * gdb.threads/manythreads.c (main): Increase thread stack size
14190 to 2*PTHREAD_STACK_MIN.
14191 * gdb.threads/multi-create.c (main): Likewise.
14192 (create_function): Likewise.
14193
f29c0325
UW
141942009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14195
14196 * gdb.base/dump.exp: Pass difference of pointer types instead
14197 of integer types as offset to restore in intarr3.srec case.
14198
fcb34849
UW
141992009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14200
14201 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
14202
d5142e3b
UW
142032009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14204
14205 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
14206
087b74b2 142072009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
889bf7c5 14208
087b74b2
PM
14209 New test for two watchpoints, with disabling of
14210 the first inserted.
14211 * testsuite/gdb.base/watchpoints.c: New file.
14212 * testsuite/gdb.base/watchpoints.exp: New file.
14213
96c07c5b
TT
142142009-09-25 Tom Tromey <tromey@redhat.com>
14215
14216 * gdb.base/charset.exp: Test utf-16 strings with Python.
14217
b8899f2b
TT
142182009-09-25 Tom Tromey <tromey@redhat.com>
14219
14220 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
14221 UCS-4.
14222 * gdb.base/charset.c (utf_32_string): Rename.
14223 (init_utf32): Rename.
14224 (main): Update.
14225
329719ec
TT
142262009-09-22 Tom Tromey <tromey@redhat.com>
14227
14228 * gdb.python/py-function.exp: Add regression tests.
14229
11ef0d76
KS
142302009-09-21 Keith Seitz <keiths@redhat.com>
14231
14232 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
14233 with invalid operator.
14234
3fe8f3b3
KS
142352009-09-21 Keith Seitz <keiths@redhat.com>
14236
14237 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
14238 and destructor using typedef name of class.
14239 * gdb.cp/classes.cc (class Base1): Add a destructor.
14240 (base1): New typedef.
14241 (use_methods): Instanitate an object of type base1.
14242 * gdb.cp/templates.exp (test_template_typedef): New procedure.
14243 (do_tests): Call test_template_typedef.
14244 * gdb.cp/templates.cc (Baz::~Baz): New method.
14245 (intBazOne): New typedef.
14246 (main): Instantiate intBazOne.
14247
7a9fe101
PM
142482009-09-21 Phil Muldoon <pmuldoon@redhat.com>
14249
14250 PR python/10633
14251
14252 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
14253 Function.
14254 (run_lang_tests): Add print elements test.
14255
2e4d963f
PM
142562009-09-21 Phil Muldoon <pmuldoon@redhat.com>
14257
14258 * gdb.python/py-value.exp (test_subscript_regression): New
14259 function. Test for invalid subscripts.
14260 * gdb.python/py-value.c (main): Add test array, and pointer to it.
14261 (ptr_ref): New function.
14262
ec7e75e7
PP
142632009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
14264
14265 * gdb.base/default.exp: Fix "show convenience".
14266
0cc7d26f
TT
142672009-09-15 Tom Tromey <tromey@redhat.com>
14268
14269 * lib/mi-support.exp (mi_create_varobj): Update.
14270 (mi_create_floating_varobj): Likewise.
14271 (mi_create_dynamic_varobj): New proc.
14272 (mi_varobj_update): Update.
14273 (mi_varobj_update_with_type_change): Likewise.
14274 (mi_varobj_update_kv_helper): New proc.
14275 (mi_varobj_update_dynamic_helper): Rewrite.
14276 (mi_varobj_update_dynamic): New proc.
14277 (mi_list_varobj_children): Update.
14278 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
14279 * gdb.python/python-prettyprint.py (pp_outer): New class.
14280 (pp_nullstr): Likewise.
14281 (lookup_function): Register new printers.
14282 * gdb.python/python-prettyprint.c (struct substruct): New type.
14283 (struct outerstruct): Likewise.
14284 (substruct_test): New function.
14285 (struct nullstr): New type.
14286 (string_1, string_2): New globals.
14287 (main): Add new tests.
14288 * gdb.python/python-mi.exp: Added regression tests.
14289 * gdb.mi/mi2-var-display.exp: Update.
14290 * gdb.mi/mi2-var-cmd.exp: Update.
14291 * gdb.mi/mi2-var-child.exp: Update.
14292 * gdb.mi/mi2-var-block.exp: Update.
14293 * gdb.mi/mi-var-invalidate.exp: Update.
14294 * gdb.mi/mi-var-display.exp: Update.
14295 * gdb.mi/mi-var-cmd.exp: Update.
14296 * gdb.mi/mi-var-child.exp: Update.
14297 * gdb.mi/mi-var-block.exp: Update.
14298 * gdb.mi/mi-break.exp: Update.
14299 * gdb.mi/gdb701.exp: Update.
14300
a96d9b2e
SDJ
143012009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
14302
14303 * Makefile.in: Inclusion of catch-syscall object.
14304 * gdb.base/catch-syscall.c: New file.
14305 * gdb.base/catch-syscall.exp: New file.
14306
b43b923a
MS
143072009-09-12 Michael Snyder <msnyder@vmware.com>
14308
14309 * gdb.reverse/step-reverse.exp: Explicitly check for targets
14310 that can support reverse debuggnig.
14311
cec03d70
TT
143122009-09-11 Tom Tromey <tromey@redhat.com>
14313
14314 * gdb.dwarf2/valop.S: New file.
14315 * gdb.dwarf2/valop.exp: New file.
14316
e23bb3fc
MK
143172009-09-11 Mark Kettenis <kettenis@gnu.org>
14318
14319 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
14320
37c3696d
DE
143212009-09-10 Doug Evans <dje@google.com>
14322
14323 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
14324 Add $gdb_prompt to second breakpoint regexp.
14325
5172aecb
JB
143262009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
14327
14328 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
14329 names, add missing ones.
14330 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
14331 * gdb.python/py-frame.c: Rename from python-frame.c.
14332 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
14333 testfile name.
14334 * gdb.python/py-function.exp: Rename from python-function.exp.
14335 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
14336 testfile name.
14337 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
14338 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
14339 Adjust testfile name.
14340 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
14341 * gdb.python/py-template.cc: Rename from python-template.cc.
14342 * gdb.python/py-template.exp: Rename from python-template.exp.
14343 Adjust testfile name.
14344 * gdb.python/py-value.c: Rename from python-value.c.
14345 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
14346 testfile name.
14347
b554e4bd
JK
143482009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14349
14350 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
14351 $bpt2address.
14352 (Second breakpoint address is valid on ia64)
14353 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
14354
9a68ae16
JM
143552009-09-03 Joseph Myers <joseph@codesourcery.com>
14356
14357 * gdb.base/ending-run.exp: Restrict regular expression matching
14358 line number to require closing brace following.
14359
146b9145
DE
143602009-09-03 Doug Evans <dje@google.com>
14361
14362 * gdb.base/store.exp (check_set): Fix typo in expected value message.
14363
787d21e1
TT
143642009-09-02 Tom Tromey <tromey@redhat.com>
14365
14366 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
14367
e7802207
TT
143682009-09-02 Tom Tromey <tromey@redhat.com>
14369
14370 * gdb.dwarf2/callframecfa.exp: New file.
14371 * gdb.dwarf2/callframecfa.S: New file.
14372
817aadd2
JK
143732009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14374
14375 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
14376 gdb.base/solib-overlap-main.c: New.
14377
4a76eae5
DJ
143782009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
14379
14380 PR gdb/10565
14381
14382 * gdb.base/bitfields.c (struct container, container): New.
14383 (main): Initialize it and call break5.
14384 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
14385
d4b96c9a
JK
143862009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
14387
14388 Support constant DW_AT_data_member_location by GCC PR debug/40659.
14389 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
14390
4e22772d
JK
143912009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14392
14393 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
14394
2efab443
MS
143952009-08-26 Michael Snyder <msnyder@vmware.com>
14396
14397 * gdb.base/i386-reverse.c: New file.
14398 * gdb.base/i386-reverse.exp: New file.
14399 * gdb.base/Makefile.in: Add new files to be removed.
14400
07ab73a0
JM
144012009-08-26 Joseph Myers <joseph@codesourcery.com>
14402
14403 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
14404 environment-pwd for remote host.
14405 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
14406
676accff
KS
144072009-08-24 Keith Seitz <keiths@redhat.com>
14408
14409 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
14410 Add two new C++ completer tests which limit the output to a
889bf7c5 14411 given class.
676accff 14412
f9f7ad22
MS
144132009-08-24 Michael Snyder <msnyder@vmware.com>
14414
14415 * gdb.base/del.exp: Fix typo in comment.
14416 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
14417
81ecdfbb
RW
144182009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14419
14420 * configure: Regenerate.
14421 * gdb.hp/configure: Likewise.
14422 * gdb.hp/gdb.aCC/configure: Likewise.
14423 * gdb.hp/gdb.base-hp/configure: Likewise.
14424 * gdb.hp/gdb.compat/configure: Likewise.
14425 * gdb.hp/gdb.defects/configure: Likewise.
14426 * gdb.hp/gdb.objdbg/configure: Likewise.
14427 * gdb.stabs/configure: Likewise.
14428
cab0c772
UW
144292009-08-19 Doug Evans <dje@google.com>
14430
14431 * gdb.base/gdbvars.c: New file.
14432 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
14433
b8fa0bfa
PA
144342009-08-14 Pedro Alves <pedro@codesourcery.com>
14435
14436 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
14437 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
14438
b84aa90a
PA
144392009-08-13 Pedro Alves <pedro@codesourcery.com>
14440
14441 * gdb.base/default.exp: Adjust "set language test": it's now an
14442 enum command. Larger help string moved to "help set language".
14443 * gdb.base/help.exp: Adjust "help set language" expected output,
14444 now lists all known languages.
14445
0d8f9b2c
NF
144462009-08-11 Nathan Froyd <froydnj@codesourcery.com>
14447
14448 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
14449 all frame arguments.
14450 * gdb.arch/altivec-regs.exp: Likewise.
14451
bda180e0
TT
144522009-08-07 Tom Tromey <tromey@redhat.com>
14453
14454 * gdb.base/setshow.exp: Add tests for changes to set language, set
14455 check range, and set check type.
14456
48cb2d85
VP
144572009-08-03 Vladimir Prus <vladimir@codesourcery.com>
14458
14459 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
14460 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
889bf7c5 14461 Call it.
48cb2d85 14462
1ea34204
UW
144632009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14464
14465 * configure.ac: Run gdb.cell tests when appropriate.
14466 * configure: Regenerate.
14467 * lib/cell.exp: New file.
14468 * gdb.cell: New directory.
14469 * gdb.cell/configure.ac: New file.
14470 * gdb.cell/configure: New file.
14471 * gdb.cell/Makefile.in: New file.
14472 * gdb.cell/arch.exp: New file.
14473 * gdb.cell/break.c: New file.
14474 * gdb.cell/break.exp: New file.
14475 * gdb.cell/break-spu.c: New file.
14476 * gdb.cell/bt.c: New file.
14477 * gdb.cell/bt2-spu.c: New file.
14478 * gdb.cell/bt-spu.c: New file.
14479 * gdb.cell/bt.exp: New file.
14480 * gdb.cell/coremaker.c: New file.
14481 * gdb.cell/coremaker-spu.c: New file.
14482 * gdb.cell/core.exp: New file.
14483 * gdb.cell/gcore.exp: New file.
14484 * gdb.cell/data.c: New file.
14485 * gdb.cell/data.exp: New file.
14486 * gdb.cell/data-spu.c: New file.
14487 * gdb.cell/ea-cache.exp: New file.
14488 * gdb.cell/ea-cache.c: New file.
14489 * gdb.cell/ea-cache-spu.c: New file.
14490 * gdb.cell/ea-standalone.c: New file.
14491 * gdb.cell/ea-standalone.exp: New file.
14492 * gdb.cell/ea-test.c: New file.
14493 * gdb.cell/ea-test.exp: New file.
14494 * gdb.cell/f-regs.exp: New file.
14495 * gdb.cell/mem-access.c: New file.
14496 * gdb.cell/mem-access.exp: New file.
14497 * gdb.cell/mem-access-spu.c: New file.
14498 * gdb.cell/ptype.exp: New file.
14499 * gdb.cell/registers.exp: New file.
14500 * gdb.cell/size.c: New file.
14501 * gdb.cell/sizeof.exp: New file.
14502 * gdb.cell/size-spu.c: New file.
14503 * gdb.cell/solib.exp: New file.
14504 * gdb.cell/solib-symbol.exp: New file.
14505
85e747d2
UW
145062009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14507
14508 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
14509
58d6951d
DJ
145102009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
14511
14512 * gdb.base/float.exp: Handle VFP registers.
14513
6e0a4f15
MS
145142009-07-14 Michael Snyder <msnyder@vmware.com>
14515
dcd5da87
MS
14516 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
14517 to bring gdb to the beginning of the calling line.
14518
6e0a4f15
MS
14519 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
14520 confusing the i386 epilogue unwinder.
14521
782b2b07
SS
145222009-07-14 Stan Shebs <stan@codesourcery.com>
14523
14524 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
14525
f662c3bc
MS
145262009-07-14 Michael Snyder <msnyder@vmware.com>
14527
14528 * gdb.reverse/step-reverse.exp (stepi into function call):
14529 Call instruction may not be first instruction in the line.
14530 (reverse stepi from a function call): Used wrong line number.
14531
8f313923
JK
145322009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14533
14534 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
14535
4662c76e
JK
145362009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14537
14538 Fix gdb.base/macscp.exp when using custom inputrc.
14539 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
14540 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
14541 env(TERM) set.
14542 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
14543 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
14544
aa81e255
JK
145452009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14546
14547 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
14548 * gdb.base/annota1.exp (thread_test): Import global $testfile.
14549 Change the compilation target to match the testcase name.
14550 * gdb.base/sect-cmd.exp: Change the compilation target to match the
14551 testcase name.
14552 * a2-run.exp: Use for setup prepare_for_testing. Change the
14553 compilation target to match the testcase name.
14554 * gdb.base/commands.exp: Likewise.
14555 * gdb.base/finish.exp: Likewise.
14556 * gdb.base/float.exp: Likewise.
14557 * gdb.base/info-target.exp: Likewise.
14558 * gdb.base/relational.exp: Likewise.
14559 * gdb.base/term.exp: Likewise.
14560 * gdb.base/until.exp: Likewise.
14561 * gdb.base/volatile.exp: Likewise.
14562 * gdb.base/whatis-exp.exp: Likewise.
14563
4c93b1d7
HZ
145642009-07-11 Hui Zhu <teawater@gmail.com>
14565
14566 * gdb.base/help.exp (disassemble): Update expected help text.
14567
812f7342
TT
145682009-07-09 Tom Tromey <tromey@redhat.com>
14569
14570 * lib/gdb.exp: Handle TRANSCRIPT.
14571 (remote_spawn, remote_close, send_gdb): New procs.
14572
fbb8f299
PM
145732009-07-10 Phil Muldoon <pmuldoon@redhat.com>
14574
14575 * gdb.python/python-prettyprint.c: Add counted null string
14576 structure.
14577 * gdb.python/python-prettyprint.exp: Print null string. Test for
14578 embedded nulls.
14579 * gdb.python/python-prettyprint.py (pp_ns): New Function.
14580 * gdb.python/python-value.exp (test_value_in_inferior): Add
14581 variable length string fetch tests.
14582 * gdb.python/python-value.c (main): Add strings for string fetch tests.
14583
c0ac0ec7
JK
145842009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
14585
14586 * gdb.base/dump.exp (inaccessible memory is reported): New test.
14587
30b66ecc
TT
145882009-07-07 Tom Tromey <tromey@redhat.com>
14589
14590 * gdb.base/call-rt-st.exp: Update for change to escape output.
14591 * gdb.base/callfuncs.exp: Likewise.
14592 * gdb.base/charset.exp: Likewise.
14593 * gdb.base/constvars.exp: Likewise.
14594 * gdb.base/long_long.exp: Likewise.
14595 * gdb.base/pointers.exp: Likewise.
14596 * gdb.base/printcmds.exp: Likewise.
14597 * gdb.base/setvar.exp: Likewise.
14598 * gdb.base/store.exp: Likewise.
14599 * gdb.cp/ref-types.exp: Likewise.
14600 * gdb.mi/mi-var-child.exp: Likewise.
14601 * gdb.mi/mi-var-display.exp: Likewise.
14602 * gdb.mi/mi2-var-display.exp: Likewise.
14603 * gdb.base/charset.exp: Test octal escape sequence length.
14604 Update for change to escape output.
14605
187c4a2b
JK
146062009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14607
14608 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
14609
d80a43f9
DJ
146102009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
14611
14612 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
14613
047427a8
JK
146142009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
14615
14616 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
14617 gdbserver increasing $portnum if "Can't bind address" has been seen.
14618
8b5a0f4f
PA
146192009-07-05 Pedro Alves <pedro@codesourcery.com>
14620
14621 * gdb.base/ending-run.exp: Add "step out of main" pattern for
14622 mingw32ce.
14623
7d93ba58
PA
146242009-07-05 Pedro Alves <pedro@codesourcery.com>
14625
14626 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
14627 VFP format.
14628
2277426b
PA
146292009-07-02 Pedro Alves <pedro@codesourcery.com>
14630
14631 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
14632 linux. Adjust to use "inferior", "info inferiors", "detach
14633 inferior" and "kill inferior" instead of "restart", "info fork",
14634 "detach fork" and "delete fork".
14635 * gdb.base/ending-run.exp: Spell out "info".
14636 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
14637 the "kill" command.
14638
5af949e3
UW
146392009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14640
14641 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
14642 change to prefix TLS offset in hex with 0x.
14643
5d3729b5
UW
146442009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14645
14646 * gdb.base/default.exp: Update test case for "x" changes.
14647
af589bd0
TG
146482009-07-01 Tristan Gingold <gingold@adacore.com>
14649
14650 * gdb.base/bigcore.exp: Make darwin untested.
14651
40974f91
JK
146522009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14653
14654 * gdb.base/completion.exp (directory completion): Create the directory.
14655 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
14656 escapeuniquesub.
14657 (directory completion 2): Expect now ${escapeuniquesub}.
14658 (Glob remaining of directory test): Remove one excessive newline.
14659 Expect the real output.
14660
59dd3af6
JK
146612009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14662
14663 Fix `make check//%' target after `make check' has been ran.
14664 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
14665 a mkdir call.
14666 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
14667 (%/.dir): Remove.
14668
f4e164aa
JK
146692009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14670
14671 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
14672 the expected result record.
14673
69af2122
JK
146742009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14675
14676 Remove racy FAILs relying just on the timeouts.
14677 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
14678 (annotation_level 2): Remove racy FAILs.
14679
2fd481e1
PP
146802009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
14681
14682 gdb/10275
889bf7c5
PA
14683 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
14684
c38f313d
DJ
146852009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
14686
14687 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
14688
8b777f02
VP
146892009-06-30 Vladimir Prus <vladimir@codesourcery.com>
14690
14691 * gdb.mi/mi-stack.exp: Testing symbolic options
14692 to -stack-list-locals and -stack-list-arguments.
14693
00c7eacf
JK
146942009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14695
14696 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
14697
6bc80edc
TT
146982009-06-29 Tom Tromey <tromey@redhat.com>
14699
14700 * dg-extract-results.sh: New file.
14701 * Makefile.in (FORCE_PARALLEL): New variable.
14702 (CHECK_TARGET): New conditional variable.
14703 (check): Use CHECK_TARGET.
14704 (DO_RUNTEST): New variable.
14705 (check-single): New target.
14706 (TEST_DIRS): New variable.
14707 (TEST_TARGETS): Likewise.
14708 (check-parallel): New target.
14709 (check-gdb.%): New pattern.
14710 (BASE1_FILES): New variable.
14711 (BASE2_FILES): Likewise.
14712 (check-gdb.base%): New pattern.
14713 (%/.dir): New pattern.
14714 * configure: Rebuild.
14715 * aclocal.m4 (AM_CONDITIONAL): New defun.
14716 * configure.ac: Check whether user is using GNU make.
14717 (GMAKE): New conditional.
14718
794684b6
SW
147192009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
14720
14721 * gdb.cp/namespace-nested-import.cc: New test.
14722 * gdb.cp/namespace-nested-import.exp: New test.
14723
edb3359d
DJ
147242009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
14725
14726 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
14727 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
14728 * gdb.opt/Makefile.in (EXECUTABLES): Update.
14729 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
14730 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
14731 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
14732 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
14733 gdb.opt/inline-markers.c: New files.
14734 * lib/gdb.exp (skip_inline_frame_tests): New function.
14735 (skip_inline_var_tests): New function.
14736
cf657a0c
AS
147372009-06-27 Andreas Schwab <schwab@linux-m68k.org>
14738
14739 * gdb.cp/exception.exp: Don't require $hex before inner frame in
14740 backtrace.
14741
28d41a99
MS
147422009-06-27 Michael Snyder <msnyder@vmware.com>
14743
14744 * gdb.reverse: New directory.
14745 * gdb.reverse/break-reverse.c: New test.
14746 * gdb.reverse/break-reverse.exp: New test.
14747 * gdb.reverse/consecutive-reverse.c: New test.
14748 * gdb.reverse/consecutive-reverse.exp: New test.
14749 * gdb.reverse/finish-reverse.c: New test.
14750 * gdb.reverse/finish-reverse.exp: New test.
14751 * gdb.reverse/machinestate.c: New test.
14752 * gdb.reverse/ms1.c: New test.
14753 * gdb.reverse/machinestate.exp: New test.
14754 * gdb.reverse/Makefile.in: New file.
14755 * gdb.reverse/shr2.c: New test.
14756 * gdb.reverse/solib-reverse.c: New test.
14757 * gdb.reverse/solib-reverse.exp: New test.
14758 * gdb.reverse/step-reverse.c: New test.
14759 * gdb.reverse/step-reverse.exp: New test.
14760 * gdb.reverse/until-reverse.c: New test.
14761 * gdb.reverse/ur1.c: New test.
14762 * gdb.reverse/until-reverse.exp: New test.
14763 * gdb.reverse/watch-reverse.c: New test.
14764 * gdb.reverse/watch-reverse.exp: New test.
14765 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
14766 * configure: Regenerate.
14767
fe3c8b0d
DE
147682009-06-26 Doug Evans <dje@google.com>
14769
14770 * gdb.base/psymtab.exp: Turn off pending breakpoints.
14771
3a72a602
PM
147722009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
14773
14774 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
14775 windows problem for 'file delete $binfile'.
14776
27aa8d6a
SW
147772009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
14778
14779 * gdb.cp/namespace-using.exp: New test.
14780 * gdb.cp/namespace-using.cc: New test.
14781
8ac055f8
JB
147822009-05-20 Joel Brobecker <brobecker@adacore.com>
14783
14784 * gdb.ada/variant_record_packed_array: New testcase.
14785
85e306ed
TT
147862009-06-23 Tom Tromey <tromey@redhat.com>
14787
14788 * gdb.base/charset.exp (test_combination): Regression test.
14789 * gdb.base/charset.c (my_wchar_t): New typedef.
14790 (myvar): New global.
14791 (main): Set myvar.
14792
56643c5e
PM
147932009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
14794
14795 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
14796 target.
14797
1fac167a
UW
147982009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14799
14800 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
14801
7ccb0be9
UW
148022009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14803
14804 * gdb.mi/gdb680.exp: Update test for error message.
14805
568d6575
UW
148062009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14807
14808 * gdb.base/annota1.exp: Allow multiple occurrences of the
14809 frames-invalid annotation.
14810 * gdb.cp/annota2.exp: Likewise.
14811
7cd1089b
PM
148122009-06-15 Phil Muldoon <pmuldoon@redhat.com>
14813
14814 * gdb.cp/gdb2495.cc: New file.
14815 * gdb.cp/gdb2495.exp: New file.
14816
72c63395
JK
148172009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14818
14819 Report error on GDB crash during runto.
14820 * lib/gdb.exp (runto <eof>): New.
14821
3788363d
DJ
148222009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
14823
14824 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
14825 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
14826 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
14827 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
14828 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
14829 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
14830 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
14831 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
14832 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
14833 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
14834 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
14835 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
14836 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
14837 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
14838 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
14839 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
14840 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
14841 gdb.server/server-mon.exp, gdb.server/server-run.exp,
14842 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
14843 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
14844 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
14845 gdb.trace/passcount.exp, gdb.trace/report.exp,
14846 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
14847 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
14848 gdb.trace/while-stepping.exp: Use a unique name for the compiled
14849 executable.
14850
17592de3
PA
148512009-06-07 Pedro Alves <pedro@codesourcery.com>
14852
14853 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
14854 defined before referencing it.
14855
701e355d
DE
148562009-06-03 Doug Evans <dje@google.com>
14857
14858 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
14859 * gdb.arch/i386-see.c: Ditto.
14860
f2292c65
PM
148612009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
14862
14863 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
14864 (check_macro): Return 1 if undefined.
14865 If first test fails, check if macro debug information is available,
14866 and report unsupported test if no macro information is found.
14867
5a437975
DE
148682009-05-29 Doug Evans <dje@google.com>
14869
14870 * gdb.threads/hand-call-in-threads.exp: New.
14871 * gdb.threads/hand-call-in-threads.c: New.
14872
c141c696
MS
148732009-05-29 Michael Snyder <msnyder@vmware.com>
14874
14875 * gdb.base/break-always.exp: Change "1" to "on".
14876 Add confirmation check.
14877
b3444185
PA
148782009-05-28 Pedro Alves <pedro@codesourcery.com>
14879
14880 * gdb.threads/threxit-hop-specific.c: New.
14881 * gdb.threads/threxit-hop-specific.exp: New.
14882 * gdb.threads/thread-execl.c: New.
14883 * gdb.threads/thread-execl.exp: New.
14884
b6313243
TT
148852009-05-27 Tom Tromey <tromey@redhat.com>
14886 Thiago Jung Bauermann <bauerman@br.ibm.com>
14887
14888 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
14889 (mi_child_regexp): Likewise.
14890 (mi_list_varobj_children_range): Likewise.
14891 (mi_get_features): Likewise.
14892 (mi_list_varobj_children): Rewrite.
14893 * gdb.python/python-mi.exp: New file.
14894
a6bac58e
TT
148952009-05-27 Tom Tromey <tromey@redhat.com>
14896 Thiago Jung Bauermann <bauerman@br.ibm.com>
14897 Phil Muldoon <pmuldoon@redhat.com>
14898 Paul Pluzhnikov <ppluzhnikov@google.com>
14899
14900 * gdb.python/python-prettyprint.exp: New file.
14901 * gdb.python/python-prettyprint.c: New file.
14902 * gdb.python/python-prettyprint.py: New file.
14903 * gdb.base/display.exp: print/r is now valid.
14904
2c74e833
TT
149052009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
14906 Tom Tromey <tromey@redhat.com>
14907 Pedro Alves <pedro@codesourcery.com>
14908 Paul Pluzhnikov <ppluzhnikov@google.com>
14909
14910 * gdb.python/python-template.exp: New file.
14911 * gdb.python/python-template.cc: New file.
14912 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
14913 tests.
14914 * gdb.python/python-value.exp (py_objfile_tests): New proc.
14915 Call it.
14916 (test_value_after_death): New proc.
14917 * gdb.python/python-value.c (PTR): New typedef.
14918 (main): New variable 'x'.
14919
89c73ade
TT
149202009-05-27 Tom Tromey <tromey@redhat.com>
14921
14922 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
14923 tests.
14924 * gdb.python/python-value.exp (py_objfile_tests): New proc.
14925 Call it.
14926
a75724bc
PA
149272009-05-27 Pedro Alves <pedro@codesourcery.com>
14928
14929 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
14930
e58b0e63
PA
149312009-05-24 Pedro Alves <pedro@codesourcery.com>
14932
14933 * gdb.threads/fork-thread-pending.c: New.
14934 * gdb.threads/fork-thread-pending.exp: New.
14935
4ac36638
JK
149362009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14937
14938 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
14939 * gdb.dwarf2/dw2-strp.S (a_string2): New.
14940
889bf7c5 149412009-05-18 Jon Beniston <jon@beniston.com>
c28c63d8 14942
889bf7c5 14943 * gdb.asm/asm-source.exp: Add lm32 target.
c28c63d8 14944
b242c3c2
PA
149452009-05-17 Pedro Alves <pedro@codesourcery.com>
14946
14947 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
14948 `gdb_get_line_number'. Call `callee' in both parent and child.
14949 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
14950 `gdb_get_line_number' instead of hardcoding line numbers.
14951 (catch_fork_unpatch_child): New procedure to test detaching
14952 breakpoints from child fork.
14953 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
14954 hardcoding line numbers.
14955 (do_fork_tests): Run `catch_fork_unpatch_child'.
14956
ee342b23
VP
149572009-05-17 Vladimir Prus <vladimir@codesourcery.com>
14958
14959 * gdb.mi/mi-cmd-var.exp: Check that when varobj
14960 of structure type enters or leaves the scope, it
14961 is reported by -var-update.
14962
e2009e98
DE
149632009-05-11 Doug Evans <dje@sebabeach.org>
14964
14965 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
fc529d80 14966 * gdb.threads/pending-step.c (main): Fix off-by-one error.
e2009e98
DE
14967 * gdb.threads/schedlock.c (main): Fix off-by-one error.
14968
00903456
JK
149692009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14970
14971 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
14972
dc621c35
DE
149732009-04-30 Doug Evans <dje@google.com>
14974
14975 * gdb.threads/watchthreads2.exp: New testcase.
14976 * gdb.threads/watchthreads2.c: New testcase.
14977
9ab4e744
DE
149782009-04-29 Doug Evans <dje@google.com>
14979
14980 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
14981 * gdb.cp/mb-ctor.cc: Ditto.
14982 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
14983 * gdb.cp/mb-inline.h (multi_line_foo): New function.
14984 * gdb.cp/mb-inline1.cc: Call it.
14985 * gdb.cp/mb-inline2.cc: Ditto.
14986 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
14987 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
14988
484086b7
JK
149892009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14990
14991 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
14992 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
14993 Replace all uses of `decimal' by `nonzero'.
14994 (info macro FROM_COMMANDLINE): New test.
14995
379a77b5
TT
149962009-04-27 Tom Tromey <tromey@redhat.com>
14997
14998 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
14999
b92b73c2
DE
150002009-04-27 Doug Evans <dje@google.com>
15001
15002 * gdb.threads/watchthreads.c (main): Initialize args before starting
15003 the threads. Plus formatting cleanup.
15004 * gdb.threads/watchthreads.exp: Avoid errant failures due to
15005 biased scheduling of one thread.
15006
945a118d
JG
150072009-04-27 Jerome Guitton <guitton@adacore.com>
15008
15009 * gdb.cp/templates.cc (GetMax): New template.
15010 (main): Declare two instances of GetMax.
15011 * gdb.cp/templates.exp: Add new test.
15012
d389af10
JK
150132009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
15014
15015 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
15016
e7f86de9
JM
150172009-04-22 Joseph Myers <joseph@codesourcery.com>
15018
15019 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
15020
334cc82d
TT
150212009-04-15 Tom Tromey <tromey@redhat.com>
15022
15023 * gdb.base/charset.exp: Add regression test.
15024
d12672cc
JB
150252009-04-14 Joel Brobecker <brobecker@adacore.com>
15026
15027 * gdb.base/exe-lock.exp: New testcase.
15028
18e8c3bc
TT
150292009-04-13 Tom Tromey <tromey@redhat.com>
15030
15031 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
15032 operator on Frame.
15033
5ecd5cbe
UW
150342009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15035
15036 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
15037 * gdb.server/ext-attach.exp: Likewise.
15038
7309f756
VP
150392009-04-03 Vladimir Prus <vladimir@codesourcery.com>
15040
15041 Eliminate some sleep usage.
15042
889bf7c5
PA
15043 * gdb.mi/basics.c (do_nothing): New.
15044 (main): Use do_nothing instead of printf, so that
15045 not to introduce race condition between output of
15046 inferiour and output of gdb. Do not use sleep as it
15047 is not generally available on embedded targets.
7309f756 15048
f4b95f6f
PA
150492009-04-02 Pedro Alves <pedro@codesourcery.com>
15050
15051 * gdb.server/ext-attach.exp: Expect an optional process id after
15052 "Detached from remote process".
15053
de40b933
JK
150542009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15055
15056 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
15057 gdb.dwarf2/dw2-unresolved.exp: New.
15058
2ae101a4
PA
150592009-04-02 Pedro Alves <pedro@codesourcery.com>
15060
15061 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
15062 mi_run_to_main.
15063
56a8e183
PA
150642009-04-02 Pedro Alves <pedro@codesourcery.com>
15065
15066 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
15067 mi_run_to_main. Skip thread exit test on remote targets.
15068 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
15069 mi_run_to_main.
15070 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
15071 mi_run_to_main.
15072 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
15073 when expecting ^connected. Detect when the target doesn't support
15074 non-stop mode.
15075 (mi_run_cmd): Detect if non-stop mode was requested by isn't
15076 supported. Return -1 on error, 0 on success.
15077 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
15078 (mi_runto): Return mi_runto_helper's result explicitly.
15079
c35fafde
PA
150802009-04-01 Pedro Alves <pedro@codesourcery.com>
15081
15082 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
15083
f8a8dce6
JB
150842009-04-01 Tom Tromey <tromey@redhat.com>
15085
15086 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
15087 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
15088 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
15089 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
15090
71c25dea
TT
150912009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
15092 Jan Kratochvil <jan.kratochvil@redhat.com>
15093
15094 PR gdb/931
15095 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
15096 output.
15097 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
15098 for gdb/931.
15099 * dw2-strp.S (DW_AT_language): Change to C++.
15100 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
15101
02d9a9ce
JB
151022009-03-31 Joel Brobecker <brobecker@adacore.com>
15103
15104 * gdb.ada/tasks: New testcase.
15105
1042e4c0
SS
151062009-03-30 Stan Shebs <stan@codesourcery.com>
15107
15108 * gdb.trace/actions.exp: Update to match new info trace format.
15109 * gdb.trace/deltrace.exp: Ditto.
15110 * gdb.trace/infotrace.exp: Ditto.
15111 * gdb.trace/passcount.exp: Ditto.
15112 * gdb.trace/save-trace.exp: Ditto.
15113 * gdb.trace/while-stepping.exp: Ditto.
15114 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
15115
f8f6f20b
TJB
151162009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
15117
15118 * gdb.python/python-frame.c: New file.
15119 * gdb.python/python-frame.exp: New file.
15120
c0c6f777
TJB
151212009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
15122
15123 * gdb.python/python-value.exp: Add tests for the address
15124 attribute.
15125
3cb51905
AS
151262009-03-29 Andreas Schwab <schwab@linux-m68k.org>
15127
15128 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
15129
88fc996f
DE
151302009-03-26 Doug Evans <dje@google.com>
15131
15132 * gdb.mi/mi-nonstop-exit.exp: New file.
15133 * gdb.mi/non-stop-exit.c: New file.
15134
56ef84b1
TT
151352009-03-26 Tom Tromey <tromey@redhat.com>
15136
15137 Update for change to prologue skipping:
15138 * gdb.mi/mi2-simplerun.exp: Update.
15139 * gdb.mi/mi2-break.exp: Update.
15140 * gdb.mi/mi-simplerun.exp: Update.
15141 * gdb.mi/mi-break.exp: Update.
15142 * gdb.base/ending-run.exp: Update.
15143
def2b000
TJB
151442009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
15145
15146 * gdb.python/python-value.exp (test_value_in_inferior): Test
15147 gdb.Value.is_optimized_out attribute.
15148
442ddf59
JK
151492009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15150
15151 * gdb.dwarf2/dw2-noloc-main.c: New file.
15152 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
15153 (.text): Remove.
15154 (.data): New.
15155 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
15156 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
15157 (DW_TAG_subprogram func_cu1, noloc): Remove.
15158 (main): New.
15159 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
15160 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
15161 (file_symbols): New procedure.
15162
a8df5de4
TT
151632009-03-25 Tom Tromey <tromey@redhat.com>
15164
15165 * gdb.base/charset.exp (valid_target_charset): New proc.
15166 Use it to skip tests on invalid charsets.
15167
cc1d7add
PM
151682009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
15169
15170 * gdb.base/completion.exp: Add a test for directory completion.
15171
bcd5727b
JK
151722009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15173
15174 Fix a racy FAIL.
15175 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
15176 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
15177
cc924cad
TJB
151782009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
15179
15180 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
15181 * gdb.python/python-function.exp: Add test for function returning
15182 a GDB value.
15183
bc3b79fd
TJB
151842009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
15185
15186 * gdb.python/python-function.exp: New file.
15187
6c7a06a3
TT
151882009-03-20 Tom Tromey <tromey@redhat.com>
15189
15190 * gdb.base/store.exp: Update for change to escape output.
15191 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
15192 to escape output.
15193 * gdb.base/pointers.exp: Update for change to escape output.
15194 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
15195 to escape output.
15196 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
15197 escape output.
15198 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
15199 to escape output.
15200 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
15201 escape output.
15202 * gdb.base/setvar.exp: Update for change to escape output.
15203 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
15204 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
15205 to escape output.
15206 (test_print_string_constants): Likewise.
15207 * gdb.base/charset.exp (valid_host_charset): Check size of
15208 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
15209 cases. Handle "auto"-related output.
15210 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
15211 (uvar, Uvar): New globals.
15212
c31af87b
JG
152132009-03-19 Jerome Guitton <guitton@adacore.com>
15214
15215 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
15216 deltas.
15217 * gdb.ada/fixed_points.exp: Ditto.
15218
51272cf2
PA
152192009-03-18 Pedro Alves <pedro@codesourcery.com>
15220
15221 * return-nodebug.c: Don't include stdio.h.
15222 (init): Delete.
15223 (func): Delete definition and provide extern declaration.
15224 (t): New.
15225 (main): Don't call printf. Call func and store its result in t.
15226 * return-nodebug1.c: New.
15227 * return-nodebug.exp: Don't expect stdio output. Instead, print
15228 the global variable t. Drop printf formatters and cast types from
15229 foreach loop. Don't use prepare_for_testing. Compile
15230 return-nodebug.c and return-nodebug1.c in separate steps. Don't
15231 define FORMAT or CAST.
15232
d24948ac
PP
152332009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15234
15235 * gdb.base/solib-display.exp: Disable test for remote targers.
15236
61ff14c6
JK
152372009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15238
15239 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
15240
cb4dce93
JK
152412009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15242
15243 Fix a racy FAIL.
15244 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
15245 code from `follow parent, print pids'.
15246 (`follow child, print pids', `follow parent, print pids'): Call it.
15247 Replace `gdb_test "break..."' by gdb_breakpoint.
15248
f7c60c5e
VP
152492009-03-13 Vladimir Prus <vladimir@codesourcery.com>
15250
15251 * gdb.mi/mi-cli.exp: Adjust for output difference in
61ff14c6 15252 sync and async modes.
f7c60c5e 15253
383ace49
JB
152542009-03-12 Joel Brobecker <brobecker@adacore.com>
15255
15256 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
15257 that was checked in by mistake. Remove loading of ada.exp, since
15258 this is not necessary in this case.
15259
4ce102af
JB
152602009-03-12 Joel Brobecker <brobecker@adacore.com>
15261
15262 * gdb.ada/ptype_arith_binop.exp: New testcase.
15263
529a2aef
JB
152642009-03-12 Joel Brobecker <brobecker@adacore.com>
15265
15266 * gdb.ada/mod_from_name: New testcase.
15267
8a38181c
JB
152682009-03-12 Joel Brobecker <brobecker@adacore.com>
15269
15270 * gdb.ada/tick_last_segv: New testcase.
15271
11436dee
VP
152722009-03-12 Vladimir Prus <vladimir@codesourcery.com>
15273
61ff14c6 15274 * gdb.mi/mi-cli.exp: Remove debug print.
11436dee 15275
1f31650a
VP
152762009-03-12 Vladimir Prus <vladimir@codesourcery.com>
15277
61ff14c6
JK
15278 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
15279 include the token in ^running and frame info in *stopped.
1f31650a 15280
a3247a22
PP
152812009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
15282
15283 * solib-display.exp: New file.
15284 * solib-display-main.c: New file.
15285 * solib-display-lib.c: New file.
61ff14c6 15286
aae64587
PA
152872009-03-05 Pedro Alves <pedro@codesourcery.com>
15288
15289 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
15290
44aabfbc
JK
152912009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
15292
15293 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
15294 (list_and_check_macro): Use more specific test name.
15295 (next to definition): Make the test names unique.
15296
c087fcd3
PM
152972009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
15298
15299 * gdb.pascal/floats.exp: Accept approximate results everywhere.
3cb51905 15300
c86cf029
VP
153012009-02-17 Vladimir Prus <vladimir@codesourcery.com>
15302
15303 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
15304 notifications.
15305 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
15306 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
15307 * lib/mi-support.exp (library_loaded_re): New.
15308 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
15309
3ea85240
VP
153102009-02-17 Vladimir Prus <vladimir@codesourcery.com>
15311
15312 * gdb.gdb/observer.exp: Use test_notification observer, not
15313 normal_stop, everywhere.
15314 (test_normal_stop_notifications): Rename to...
15315 (test_notifications): ...this.
15316 (test_observer_normal_stop): Rename to...
15317 (test_observer): ...this.
15318
1903f0e6
DE
153192009-02-16 Doug Evans <dje@google.com>
15320
15321 * gdb.arch/amd64-disp-step.S (test_int3): New test.
15322 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
15323 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
15324 (test_prefixed_syscall,test_int3): New tests.
15325 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
15326 (test_prefixed_syscall,test_int3): New tests.
15327
1d33d6ba
VP
153282009-02-14 Vladimir Prus <vladimir@codesourcery.com>
15329
3cb51905
AS
15330 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
15331 (mi_expect_interrupt): Likewise.
15332 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
15333 response.
1d33d6ba 15334
faafb047
PM
153352009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
15336
15337 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
15338 * gdb.base/pc-fp.exp (get_valueofx): Remove.
15339 Replace calls to get_valueofx by get_hexadecimal_valueof.
15340
417e16e2
PM
153412009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
15342
15343 * lib/gdb.exp (get_valueof): Accept anything as a return value.
15344 (get_integer_valueof): New procedure.
15345 (get_sizeof): Use new get_integer_value_of.
15346 * gdb.base/sizeof.exp: Replace all uses of get_valueof
15347 by get_integer_valueof.
15348
7065b901
TT
153492009-02-13 Tom Tromey <tromey@redhat.com>
15350
15351 * gdb.base/remote.exp (get_sizeof): Remove.
15352 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
15353 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
15354 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
15355 * lib/gdb.exp (get_valueof): Move from long_long.exp.
15356 (get_sizeof): Likewise.
15357
5d7cb8df
JK
153582009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15359
15360 PR fortran/9806
15361 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
15362
b2febfff
PP
153632009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
15364
15365 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
15366
4aa995e1
PA
153672009-02-06 Pedro Alves <pedro@codesourcery.com>
15368
15369 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
15370
d8906c6f
TJB
153712009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
15372
15373 * gdb.python/python-cmd.exp: New file.
15374
ff4ab08d
TG
153752009-02-06 Tristan Gingold <gingold@adacore.com>
15376
15377 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
15378
aacd552b
TG
153792009-02-05 Tristan Gingold <gingold@adacore.com>
15380
15381 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
15382 pointer is dereferenced and use this signal name in regexp.
15383 * gdb.base/signull.exp: Ditto.
15384 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
15385 * gdb.base/signull.c (main): Ditto.
15386
08c637de
TJB
153872009-02-04 Tom Tromey <tromey@redhat.com>
15388 Thiago Jung Bauermann <bauerman@br.ibm.com>
15389
15390 * gdb.python/python-value.exp: Use `gdb.history' instead of
15391 `gdb.value_from_history'.
15392 (test_value_numeric_ops): Add test for conversion of enum constant.
15393 * gdb.python/python-value.c (enum e): New type.
15394 (evalue): New global.
15395 (main): Use argv.
15396
20261af8
JG
153972009-02-04 Jerome Guitton <guitton@adacore.com>
15398
15399 * gdb.ada/uninitialized_vars: New test program.
15400 * gdb.ada/uninitialized_vars.exp: New testcase.
15401
52e44b43
TT
154022009-02-02 Tom Tromey <tromey@redhat.com>
15403
15404 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
15405 * gdb.cp/pr2489.cc: Rename...
15406 * gdb.cp/pr9594.cc: ... to this.
15407
1c71341a
TT
154082009-02-02 Tom Tromey <tromey@redhat.com>
15409
15410 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
15411 * gdb.cp/pr2489.cc: New file.
15412 * gdb.cp/cpcompletion.exp: New file.
15413
a4295225
TT
154142009-02-02 Tom Tromey <tromey@redhat.com>
15415
15416 PR exp/9059:
15417 * gdb.cp/call-c.exp: Add regression test.
15418 * gdb.cp/call-c.cc (FooHandle): New typedef.
15419 (main): New variable 'handle'.
15420
592375cd
VP
154212009-01-30 Vladimir Prus <vladimir@codesourcery.com>
15422
15423 * lib/mi-support.exp (et_mi_thread_list)
15424 (check_mi_and_console_threads): Adjust for current thread in
15425 -thread-list-ids output.
15426
41447f92
VP
154272009-01-30 Vladimir Prus <vladimir@codesourcery.com>
15428
889bf7c5
PA
15429 * gdb.mi/mi-break.exp (test_disabled_creation): New.
15430 Call it.
41447f92 15431
35669430
DE
154322009-01-28 Doug Evans <dje@google.com>
15433
15434 * gdb.arch/amd64-disp-step.S: New file.
15435 * gdb.arch/amd64-disp-step.exp: New file.
15436 * gdb.arch/i386-disp-step.S: New file.
15437 * gdb.arch/i386-disp-step.exp: New file.
15438
09f00d9a
PM
154392009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
15440
15441 * gdb.base/find.exp: Set newline variable
15442 using quotes instead of braces to fix cygwin failures.
15443
1e8fb976
PA
154442009-01-23 Pedro Alves <pedro@codesourcery.com>
15445
15446 * gdb.base/radix.exp: Add tests to ensure that that set
15447 input-radix 0 and set output-radix 0 are really rejected.
15448
da061712
PA
154492009-01-23 Pedro Alves <pedro@codesourcery.com>
15450
15451 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
15452 copyright years.
15453
dd7e2d2b
PA
154542009-01-23 Pedro Alves <pedro@codesourcery.com>
15455
15456 PR gdb/9664:
15457 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
15458
392452f6
PA
154592009-01-22 Pedro Alves <pedro@codesourcery.com>
15460
15461 PR c++/9631:
15462 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
15463
8653e71c
PM
154642009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
15465
15466 * gdb.server/file-transfer.exp: Use EXEEXT variable for
15467 binfile definition to fix Windows OS failure.
15468
a12cc160
DJ
154692009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
15470
15471 PR gdb/9346
15472 * gdb.base/interrupt.c (sigint_handler): New.
15473 (main): Install a SIGINT handler if SIGNALS is defined. Exit
15474 on error.
15475 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
15476 Test "signal SIGINT".
15477
b89667eb
DE
154782009-01-19 Doug Evans <dje@google.com>
15479
15480 * gdb.base/break.exp: Update expected gdb output.
15481 * gdb.base/sepdebug.exp: Ditto.
15482 * gdb.mi/mi-syn-frame.exp: Ditto.
15483 * gdb.mi/mi2-syn-frame.exp: Ditto.
15484 * gdb.base/call-signal-resume.exp: New file.
15485 * gdb.base/call-signals.c: New file.
15486 * gdb.base/unwindonsignal.exp: New file.
15487 * gdb.base/unwindonsignal.c: New file.
15488 * gdb.threads/interrupted-hand-call.exp: New file.
15489 * gdb.threads/interrupted-hand-call.c: New file.
15490 * gdb.threads/thread-unwindonsignal.exp: New file.
15491
adb483fe
DJ
154922009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
15493
15494 * gdb.base/define.exp: Test defining and hooking prefix commands.
15495 * gdb.python/python.exp: Update test for "show user" output.
15496
60023297
JK
154972009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15498
15499 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
15500 now the output exactly, using less wildcards. Expect also the output
15501 of gfortran-4.3. Update for the f-valprint.c modification from
15502 2008-04-22.
15503 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
15504 Remove gdb_test test names where matching the command.
15505
ccc57cf9
PA
155062009-01-01 Pedro Alves <pedro@codesourcery.com>
15507
15508 PR breakpoints/9681:
15509 * gdb.base/watchpoint.exp: Add regression test.
15510
c7a6ca08
PA
155112008-12-31 Pedro Alves <pedro@codesourcery.com>
15512
15513 * gdb.threads/attach-into-signal.exp: Don't use
15514 gdb_suppress_entire_file.
15515 * gdb.threads/attach-stopped.exp: Ditto.
15516 * gdb.threads/attachstop-mt.exp: Ditto.
15517
3a031f65
PA
155182008-12-31 Pedro Alves <pedro@codesourcery.com>
15519
15520 PR gdb/8812:
15521 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
15522
09e6485f
PA
155232008-12-29 Pedro Alves <pedro@codesourcery.com>
15524
15525 PR gdb/7536:
15526 * gdb.base/radix.exp: Add tests to ensure invalid input radices
15527 and unsupported output radices are really rejected.
15528
0cd53049
JK
155292008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15530
15531 * gdb.cp/punctuator.exp: Backslash the '$' signs.
15532
ba163c7e
TT
155332008-12-22 Tom Tromey <tromey@redhat.com>
15534
15535 * gdb.cp/punctuator.exp: New file.
15536
6f4de6c9
JK
155372008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15538
15539 * gdb.base/completion.exp (Completing non-existing component): New test.
15540
0f34d0b4
JK
155412008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15542
15543 Fix for PR gdb/8648.
15544 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
15545 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
15546 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
15547 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
15548
db2ad4c3
JK
155492008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15550
15551 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
15552
bb5ef15e
DP
155532008-12-16 Christophe Lyon <christophe.lyon@st.com>
15554
15555 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
15556 compiler actually generate code at the expected line number.
15557
90142adc
JZ
155582008-12-15 Jie Zhang <jie.zhang@analog.com>
15559
15560 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
15561
fad6eecd
TT
155622008-12-12 Tom Tromey <tromey@redhat.com>
15563
15564 * gdb.base/commands.exp (redefine_hook_test): New proc.
15565 Call it.
15566
17c8aaf5
TT
155672008-12-11 Tom Tromey <tromey@redhat.com>
15568
15569 * gdb.base/macscp.exp: New regression test.
15570
7c8adf68
TT
155712008-12-11 Tom Tromey <tromey@redhat.com>
15572
15573 * gdb.base/macscp.exp: Print "address.addr".
15574 * gdb.base/macscp1.c (struct outer): New struct.
15575 (address): New global.
15576
b05dcbb7
TT
155772008-12-09 Tom Tromey <tromey@redhat.com>
15578
15579 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
15580 Call it.
15581
2d476de1
DE
155822008-12-04 Doug Evans <dje@google.com>
15583
15584 * gdb.server/ext-run.exp: Relax regexp for init program.
15585
87bdc959
TG
155862008-12-03 Tristan Gingold <gingold@adacore.com>
15587
15588 * gdb.base/macscp.exp: Generate an object file during compilation
15589 to work around Darwin dsymutil limitations.
15590
e0740f77
JK
155912008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15592
15593 Test resolving external references to TLS variables.
15594 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
15595 FILE2_THREAD_LOCAL.
15596 (testfile2, srcfile2): New variables.
15597 * gdb.threads/tls.c (file2_thread_local)
15598 (function_referencing_file2_thread_local): New.
15599 * gdb.threads/tls2.c: New file.
15600
67f0aac5
JB
156012008-11-28 Joel Brobecker <brobecker@adacore.com>
15602
15603 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
e0740f77
JK
15604 rather than integer, as integer might not be big enough when
15605 on 64bit targets.
67f0aac5 15606
c332165e
JG
156072008-11-27 Jerome Guitton <guitton@adacore.com>
15608
15609 * gdb.cp/formatted-ref.exp: Add equality test.
15610 * gdb.ada/formatted_ref.exp: Ditto.
15611
fc9b693c
JK
156122008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15613
15614 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
15615 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
15616
a9c64011
AS
156172008-11-20 Andreas Schwab <schwab@suse.de>
15618
15619 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
15620 matching syscall entry point.
15621 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
15622 (tcatch_vfork_then_child_follow): Likewise. Finish through
15623 vfork even if we stopped at the syscall trampoline.
15624
e2fd701e
DE
156252008-11-20 Doug Evans <dje@google.com>
15626
15627 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
15628
69abc51c
TJB
156292008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
15630
15631 * gdb.arch/ppc-dfp.exp: New file.
15632 * gdb.arch/ppc-dfp.c: New file.
15633
c14c28ba
PP
156342008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
15635
15636 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
a9c64011 15637
2e74121d
DE
156382008-11-17 Doug Evans <dje@google.com>
15639
15640 * gdb.mi/mi-syn-frame.exp: Update expected output.
15641 * gdb.mi/mi2-syn-frame.exp: Update expected output.
15642
66bb093b
VP
156432008-11-17 Vladimir Prus <vladimir@codesourcery.com>
15644
15645 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
a9c64011
AS
15646 "thread N" results in =thread-selected.
15647 * lib/mi-support (mi_run_cmd, mi_expect_stop)
15648 (mi_send_resuming_command_raw): Be prepared for
15649 =thread-selected.
15650
3d043ef6
VP
156512008-11-17 Vladimir Prus <vladimir@codesourcery.com>
15652
a9c64011
AS
15653 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
15654 * lib/mi-support.exp: Likewise.
3d043ef6 15655
808104c8
JB
156562008-11-16 Joel Brobecker <brobecker@adacore.com>
15657
15658 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
15659 commands from the expected output for "help catch".
15660
00b22944
JB
156612008-11-15 Joel Brobecker <brobecker@adacore.com>
15662
15663 * gdb.ada/int_deref.exp: New testcase.
15664
59669435
TT
156652008-11-14 Nick Roberts <nickrob@snap.net.nz>
15666
15667 * gdb.mi/gdb2549.exp: New file.
15668
de04a248
DE
156692008-11-11 Doug Evans <dje@google.com>
15670
15671 * gdb.base/callexit.exp: New file.
15672 * gdb.base/callexit.c: New file.
15673
6b8ce727
DE
156742008-11-10 Doug Evans <dje@google.com>
15675
15676 * lib/gdb.exp (GDBFLAGS): Move -nx ...
15677 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
15678 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
15679 (default_gdb_start,default_gdb_exit): Ditto.
15680 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
15681 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
15682 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
15683 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
15684 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
15685 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
15686
1b14b8aa
AS
156872008-11-03 Andreas Schwab <schwab@suse.de>
15688
15689 * gdb.base/hashline2.exp: Fix typo.
15690 * gdb.base/hashline3.exp: Likewise.
15691
f3134b88
TT
156922008-10-30 Tom Tromey <tromey@redhat.com>
15693
15694 * gdb.base/pointers.exp: Add test.
15695 * gdb.base/pointers.c (k, S): New typedefs.
15696 (instance): New global.
15697
c2226152
AS
156982008-10-30 Andreas Schwab <schwab@suse.de>
15699
15700 * gdb.base/args.exp: Add tests for newlines.
15701
462f405c
JB
157022008-10-30 Joel Brobecker <brobecker@adacore.com>
15703
15704 gdb.base/foll-exec.exp: Update the expected output of a couple
15705 of "info breakpoints" tests.
15706
79a45b7d
TT
157072008-10-28 Tom Tromey <tromey@redhat.com>
15708
15709 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
15710
adc13a14
PA
157112008-10-24 Pedro Alves <pedro@codesourcery.com>
15712
15713 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
15714 gdb_start_cmd.
15715 Use runto_main before any test that requires execution.
15716
252fbfc8
PA
157172008-10-23 Pedro Alves <pedro@codesourcery.com>
15718
15719 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
15720 instead of SIGINT.
15721
28148e3d
JB
157222008-10-22 Joel Brobecker <brobecker@adacore.com>
15723
15724 * gdb.base/completion.exp: Update expected output following
15725 the addition of the "info tasks" command.
15726
c209f847
TT
157272008-10-22 Tom Tromey <tromey@redhat.com>
15728
15729 * gdb.base/exprs.exp (test_expr): Add test for string
15730 concatenation.
15731
f177e350
PA
157322008-10-19 Pedro Alves <pedro@codesourcery.com>
15733
15734 * configure.ac: Output gdb.python/Makefile.
15735 * configure: Regenerate.
15736 * gdb.python/Makefile.in: New.
15737
cce89356
JB
157382008-10-16 Joel Brobecker <brobecker@adacore.com>
15739
15740 * gdb.base/foll-fork.exp: Adjust the expected output to match
15741 the new description for fork/vfork catchpoints in the "info
15742 breakpoints" output.
15743
176d289d
TJB
157442008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
15745
15746 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
15747
a08702d6
TJB
157482008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
15749
15750 * gdb.python/python-value.c: New file.
15751 * gdb.python/python-value.exp: New file.
15752
1c5cfe86
PA
157532008-10-15 Pedro Alves <pedro@codesourcery.com>
15754
15755 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
15756
5a98ad69
DP
157572008-10-15 Denis Pilat <denis.pilat@st.com>
15758
41702f1b 15759 * gdb.cp/mb-ctor.exp: Fix a typo.
5a98ad69 15760
dcb1a1e2
TT
157612008-10-09 Tom Tromey <tromey@redhat.com>
15762
15763 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
15764 'fprintf' and 'stderr'.
15765
9124fe48
JB
157662008-10-07 Joel Brobecker <brobecker@adacore.com>
15767
15768 * gdb.ada/ref_tick_size.exp: New testcase.
15769
45452591
DE
157702008-10-06 Doug Evans <dje@google.com>
15771
15772 * gdb.dwarf2/dw2-cu-size.exp: New file.
15773 * gdb.dwarf2/dw2-cu-size.S: New file.
15774
15775 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
15776 .Ltype_int for clarity.
15777
4fc5b208
PP
157782008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
15779
15780 PR gdb/2384:
15781 * gdb.cp/gdb2384.exp: Extended to test more cases.
15782 * gdb.cp/gdb2384.cc: Likewise.
15783 * gdb.cp/gdb2384-base.h: Likewise.
15784 * gdb.cp/gdb2384-base.cc: Likewise.
a9c64011 15785
d78df370
JK
157862008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15787
15788 * gdb.base/maint.exp (maint print type): Remove printing
15789 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
15790
9a044a89
TT
157912008-09-30 Tom Tromey <tromey@redhat.com>
15792
15793 * gdb.base/macscp.exp: Add completion tests.
15794 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
15795 (TWENTY_THREE): Likewise.
15796 (FORTY_EIGHT): Likewise.
15797
506800a9
TT
157982008-09-30 Tom Tromey <tromey@redhat.com>
15799
15800 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
15801 everywhere.
15802 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
15803
1a6f01b5
JK
158042008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
15805
15806 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
15807 testcase is derived from. Fix racy dependency on an expected PID
15808 number. No longer support the testcase on Linux kernel 2.4.x.
15809
2fae03e8
TT
158102008-09-27 Tom Tromey <tromey@redhat.com>
15811
15812 * gdb.base/macscp.exp: Add tests for stringification, splicing,
15813 and varargs.
15814
1ad15515
PA
158152008-09-22 Pedro Alves <pedro@codesourcery.com>
15816
15817 * lib/mi-support.exp (mi_expect_interrupt): New.
15818 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
15819 from gdb.mi/mi-nonstop.exp.
15820 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
15821 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
15822 lib/mi-support.exp.
15823 Use mi_check_thread_states throughout. Avoid ".*" and do not
15824 require an anchor after -exec-run.
15825
d0b76dc6
DJ
158262008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
15827
15828 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
15829 stop is pending. Avoid ".*" when two stops are pending.
15830 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
15831 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
15832 newlines in fullnames.
15833 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
15834 (mi_expect_stop): Update comments. Only anchor in sync mode.
15835 Do not match newlines.
15836 (mi_send_resuming_command_raw): Always return status.
15837 (mi_get_stop_line): Do not match more than one line by accident.
15838 Only anchor in sync mode.
15839 (mi_run_inline_test): If -exec-next fails, give up.
15840
9990c830
UW
158412008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15842
15843 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
15844 on SPU.
15845
ebcf6f00
JB
158462008-09-10 Joel Brobecker <brobecker@adacore.com>
15847
15848 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
15849
b6db24e5
JB
158502008-09-10 Joel Brobecker <brobecker@adacore.com>
15851
15852 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
15853 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
15854 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
15855 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
15856 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
15857 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
15858 gdb.ada/interface.exp, gdb.ada/null_array.exp,
15859 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
15860 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
15861 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
15862 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
15863 Include the "= " sequence in the expected output of print tests.
15864
2bf448e0
JB
158652008-09-10 Joel Brobecker <brobecker@adacore.com>
15866
15867 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
15868 description for boolean types.
15869
d51fd4c8
PA
158702008-09-09 Pedro Alves <pedro@codesourcery.com>
15871
15872 * gdb.base/hook-stop-continue.c: New.
15873 * gdb.base/hook-stop-continue.exp: New.
15874
694182d2
DJ
158752008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
15876
15877 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
15878
3b8a7fc0
JG
158792008-09-08 Jerome Guitton <guitton@adacore.com>
15880
15881 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
15882 (stack_check_probe_2, stack_check_probe_loop_1)
15883 (stack_check_probe_loop_2): New functions.
15884 (main): Add call to these new functions.
15885 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
15886 functions, check that the breakpoint is inserted at the appropriate
15887 location.
15888 (insert_breakpoint): Slightly refine this procedure so that it can
15889 be called several times in the test.
15890
96cc0ae8
JG
158912008-09-08 Jerome Guitton <guitton@adacore.com>
15892
15893 * gdb.base/stack-checking.c: New file.
15894 * gdb.base/stack-checking.exp: New file.
15895
1f08b409
TJB
158962008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
15897
15898 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
15899 * gdb.arch/altivec-regs.exp: Likewise.
15900 * gdb.arch/vsx-regs.exp: Likewise.
15901
3099e1c4
TJB
159022008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
15903
15904 * gdb.arch/ppc-fp.exp: New file.
15905 * gdb.arch/ppc-fp.c: New file.
15906
cc69bfc1
PP
159072008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
15908
15909 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
15910 lest gcc-4.3.1 optimizes the whole thing away.
a9c64011 15911
b02a33db
MS
159122008-09-04 Michael Snyder <msnyder@vmware.com>
15913
15914 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
15915 as "at" (for non-debug functions such as _start).
15916
2992cbe0
UW
159172008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15918
15919 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
15920 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
15921 software watchpoints.
15922 * gdb.base/watch_thread_num.exp: Likewise.
15923
514f746b
AR
159242008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
15925
15926 * gdb.arch/i386-bp_permanent.exp: New test.
15927
876cecd0
TT
159282008-08-24 Tom Tromey <tromey@redhat.com>
15929
15930 * gdb.base/maint.exp: Update "maint print type".
15931
80f73d71
VP
159322008-08-21 Vladimir Prus <vladimir@codesourcery.com>
15933
15934 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
15935 support. Adjust the order of "*running" notifications.
15936 * gdb.mi/non-stop.c: Don't cast from int to void* and
15937 back.
15938
d9c78d7d
MK
159392008-08-20 Mark Kettenis <kettenis@gnu.org>
15940
15941 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
15942 expect to find it in the "info frame" output.
15943
97a2d1d3
DJ
159442008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
15945
15946 * gdb.base/interp.exp: Always consume both prompts.
15947
b96e2927
PA
159482008-08-20 Pedro Alves <pedro@codesourcery.com>
15949
15950 * gdb.base/pending.exp: Test pending breakpoints without symbols
15951 loaded.
15952
8cf6e61a
VP
159532008-08-19 Vladimir Prus <vladimir@codesourcery.com>
15954
15955 * lib/mi-support.exp (mi_expect_stop): Produce
15956 more details on failures.
15957 * gdb.mi/mi-nonstop.exp: New.
15958 * gdb.mi/non-stop.c: New.
15959
c6ebd6cf
VP
159602008-08-19 Vladimir Prus <vladimir@codesourcery.com>
15961
a9c64011
AS
15962 * gdb.mi/mi-async.exp: Use 'set target-async'.
15963 * lib/mi-support.exp: Use 'set/show target-async'.
c6ebd6cf 15964
46a9b8ed
DJ
159652008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
15966
15967 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
15968
44feb3ce
TT
159692008-08-17 Tom Tromey <tromey@redhat.com>
15970
15971 * gdb.base/help.exp (help catch): Rewrite.
15972
311a4e6b
TJB
159732008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
15974
15975 * gdb.base/define.exp: Test indented command documentation.
15976 * gdb.python/python.exp: Test indented multi-line command.
15977
604c2f83
LM
159782008-08-15 Luis Machado <luisgpm@br.ibm.com>
15979
15980 * testsuite/gdb.arch/vsx-regs.c: New source file.
15981 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
15982 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
15983
886a217c
TT
159842008-08-14 Tom Tromey <tromey@redhat.com>
15985
15986 * gdb.base/macscp.exp: Add regression test for "macro define" or
15987 "macro undef" with no arguments.
15988
c814a4f3
PP
159892008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
15990
15991 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
a9c64011 15992
12ab8a60
UW
159932008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15994
15995 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
15996
d57a3c85
TJB
159972008-08-06 Tom Tromey <tromey@redhat.com>
15998
15999 * gdb.python/python.exp: New file.
16000
c7b778ff
JK
160012008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16002
16003 Fix for PR gdb/1543.
16004 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
16005 $LOCATION.
16006 (location): New variable.
16007 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
16008 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
16009 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
16010 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
16011 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
16012 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
16013 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
16014 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
16015 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
16016 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
16017 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
16018 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
16019 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
16020 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
16021 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
16022 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
16023 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
16024 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
16025 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
16026 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
16027 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
16028 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
16029 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
16030 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
16031 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
16032 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
16033 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
16034 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
16035 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
16036 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
16037 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
16038 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
16039 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
16040 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
16041 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
16042 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
16043 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
16044 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
16045 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
16046 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
16047 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
16048 gdb.base/type-opaque.exp, gdb.base/until.exp,
16049 gdb.base/value-double-free.c, gdb.base/varargs.exp,
16050 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
16051 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
16052 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
16053 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
16054 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
16055 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
16056 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
16057 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
16058 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
16059 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
16060 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
16061 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
16062 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
16063 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
16064 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
16065 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
16066 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
16067 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
16068 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
16069 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
16070 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
16071 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
16072 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
16073 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
16074 gdb.pascal/types.exp, gdb.stabs/weird.exp,
16075 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
16076 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
16077 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
16078 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
16079 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
16080 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
16081 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
16082 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
16083 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
16084 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
16085 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
16086 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
16087 lib/mi-support.exp, lib/trace-support.exp: Remove reference
16088 to bug-gdb@prep.ai.mit.edu .
16089
5e06a3d1
VP
160902008-07-31 Vladimir Prus <vladimir@codesourcery.com>
16091
16092 * lib/mi-support.exp (mi_load_shlibs): New.
16093 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
16094
9d81d21b
VP
160952008-07-30 Vladimir Prus <vladimir@codesourcery.com>
16096
16097 * lib/mi-support.exp (get_mi_thread_list)
16098 (check_mi_and_console_threads): New, moved from ...
16099 * gdb.mi/mi-pthread.exp: ...here.
16100 * gdb.mi/gdb669.exp (get_mi_thread_list)
16101 (check_mi_and_console_threads): Delete.
16102 * gdb.mi/mi2-pthread.exp: Likewise.
16103
bae98fe0
TT
161042008-07-28 Tom Tromey <tromey@redhat.com>
16105
16106 * Makefile.in (just-check): Remove. Move body to...
16107 (check): ... here.
16108
57380f4e
DJ
161092008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16110
16111 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
16112 Add a test for duplicated SIGINTs.
16113
e09490f1
DJ
161142008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16115
16116 * gdb.threads/schedlock.exp (get_args): Update to work for any
16117 value of NUM.
16118 (Top level): Report the number of threads that did not resume.
16119
6387b45f
DJ
161202008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16121
16122 * gdb.dwarf2/dw2-compressed.S: Also define __start.
16123
62f64ff2
DJ
161242008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16125
16126 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
16127 non-MI prompt.
16128
fa8de41e
TT
161292008-07-26 Tom Tromey <tromey@redhat.com>
16130
16131 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
16132 (function_struct, function_struct_ptr): New globals.
16133 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
16134 function pointer in a struct.
16135
ccb3ac8a
TT
161362008-07-26 Tom Tromey <tromey@redhat.com>
16137
16138 * gdb.base/macscp.exp: Add test for macro lexing bug.
16139
d7d9f01e
TT
161402008-07-18 Tom Tromey <tromey@redhat.com>
16141
16142 * gdb.base/macscp.exp: Add macro tests.
16143
9bf07184
PP
161442008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
16145
16146 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
16147
becf6477
PP
161482008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
16149
16150 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
16151
0709f7d3
PP
161522008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
16153
16154 * gdb.cp/class2.exp: fix for failure on spu-elf
a9c64011 16155
7093c834
PP
161562008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
16157
16158 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
a9c64011 16159
b432ffe3
JK
161602008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16161
16162 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
16163
b1a268e5
VP
161642008-07-12 Vladimir Prus <vladimir@codesourcery.com>
16165
16166 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
16167
e2995f8e
KB
161682008-07-11 Kevin Buettner <kevinb@redhat.com>
16169
16170 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
16171 of regexp to account for changes made to GDB in the printing of
16172 byte vectors.
16173
14032a66
TT
161742008-07-11 Tom Tromey <tromey@redhat.com>
16175
16176 * gdb.base/completion.exp: Add 'help' completion test.
16177
981505ef
JK
161782008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16179
16180 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
16181
10568435
JK
161822008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16183
16184 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
16185
4487aabf
PA
161862008-07-09 Pedro Alves <pedro@codesourcery.com>
16187
16188 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
16189
a4a9b1c4
PA
161902008-07-09 Pedro Alves <pedro@codesourcery.com>
16191
16192 * gdb.base/fullname.exp: Restore pwd if compiling failed.
16193
3c3185ac
JK
161942008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16195
16196 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
16197
7ebd49dc
VP
161982008-06-28 Vladimir Prus <vladimir@codesourcery.com>
16199
16200 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
16201 previous commit. Add a comment.
16202
84e46146
PA
162032008-06-28 Pedro Alves <pedro@codesourcery.com>
16204
16205 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
16206
0f8d4a2f
VP
162072008-06-28 Vladimir Prus <vladimir@codesourcery.com>
16208
16209 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
16210
f747e0ce
PA
162112008-06-27 Pedro Alves <pedro@codesourcery.com>
16212
16213 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
16214 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
16215 compiling an executable, link in an object that forces unbuffered
16216 output.
16217 * lib/set_unbuffered_mode.c: New file.
16218
734a5c36
JK
162192008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16220
16221 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
16222
a2840c35
VP
162232008-06-25 Vladimir Prus <vladimir@codesourcery.com>
16224
a9c64011
AS
16225 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
16226 mi_expect_stop.
16227 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
16228 Demand that *running is output.
16229 (detect_async): Perform checking every time.
16230 (mi_send_resuming_command): Extract everything into...
16231 (mi_send_resuming_command_raw): ...this.
a2840c35
VP
16232 (mi_expect_stop): Don't accept any output before *stopped.
16233
6ae37fef
VP
162342008-06-13 Vladimir Prus <vladimir@codesourcery.com>
16235
16236 Robustify mi-simplerun.
a9c64011
AS
16237 * gdb.mi/basics.c (main): Add a call to sleep.
16238 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
16239 * gdb.mi/mi2-cli.exp: Likewise.
16240 * gdb.mi/mi-break.exp: Likewise.
6ae37fef 16241
b4aa76f0 162422008-06-11 Vladimir Prus <vladimir@codesourcery.com>
83408de7
VP
16243
16244 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
16245
e1ac3328
VP
162462008-06-10 Vladimir Prus <vladimir@codesourcery.com>
16247
a9c64011
AS
16248 * gdb.mi/mi-console.exp: Adjust.
16249 * gdb.mi/mi-syn-frame.exp: Adjust.
16250 * gdb.mi/mi2-console.exp: Adjust.
16251 * gdb.mi/mi2-syn-frame.exp: Adjust.
16252 * lib/mi-support.exp (mi_run_cmd): Adjust.
16253 (mi_send_resuming_command): Adjust.
e1ac3328 16254
f7f9a841
VP
162552008-06-10 Vladimir Prus <vladimir@codesourcery.com>
16256
16257 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
a9c64011
AS
16258 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
16259 testing of stopped.
16260 * gdb.mi/mi2-syn-frame.exp: Likewise.
16261 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
16262 (async, detect_async): New.
16263 (mi_expect_stop, mi_continue_to_line): Adjust expectation
16264 depending on if we're running in sync or async mode.
f7f9a841 16265
37cd5d19
TT
162662008-06-09 Tom Tromey <tromey@redhat.com>
16267
16268 * gdb.base/completion.exp: New tests for field name completion
16269 with spaces, and field name completion with '->'.
16270
65d12d83
TT
162712008-06-06 Tom Tromey <tromey@redhat.com>
16272
16273 * gdb.base/break1.c (struct some_struct): New struct.
16274 (values): New global.
16275 * gdb.base/completion.exp: Add field name completion test.
16276
ebfe2e3f
PP
162772008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
16278
16279 * gdb.cp/call-c.exp: Test for incorrect handling of reference
16280 to pointer.
16281 * gdb.cp/call-c.cc: Likewise.
16282
bcf6fc3a
NR
162832008-06-06 Nick Roberts <nickrob@snap.net.nz>
16284
16285 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
16286 annotation.
16287
49fd4a42 162882008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
a9c64011 16289 Pedro Alves <pedro@codesourcery.com>
49fd4a42
PA
16290
16291 * gdb.threads/execl.c, gdb.threads/execl1.c,
16292 gdb.threads/execl.exp: New tests.
a9c64011 16293
8a34ac3f
AR
162942008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
16295 Daniel Jacobowitz <dan@codesourcery.com>
16296
16297 * gdb.cp/exception.exp: Activate test, make it work with pending
16298 catchpoints.
16299
86ae69ef
JK
163002008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
16301
16302 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
16303
f7f9ae2c
VP
163042008-05-28 Vladimir Prus <vladimir@codesourcery.com>
16305
a9c64011
AS
16306 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
16307 now printed.
16308 * gdb.mi/mi2-var-cmd.exp: Likewise.
f7f9ae2c 16309
2a2d4dc3
AS
163102008-05-27 Andreas Schwab <schwab@suse.de>
16311
16312 * gdb.base/frame-args.exp: Handle arguments that are optimized
16313 out.
16314
5099e4d9
LM
163152008-05-26 Luis Machado <luisgpm@br.ibm.com>
16316
16317 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
16318 quiet for ppc32 and group options into a single variable.
16319
d9c36a91
JB
163202008-05-23 Joel Brobecker <brobecker@adacore.com>
16321
16322 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
16323 of zero-size elements.
16324 * gdb.ada/null_array.exp: Test printing this new array.
16325
103a8671
JK
163262008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16327
16328 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
16329
07a4cc1a 163302008-05-21 Joel Brobecker <brobecker@adacore.com>
5943254b
JB
16331
16332 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
16333 of the "finish" command.
16334
55f996a7
NR
163352008-05-21 Nick Roberts <nickrob@snap.net.nz>
16336
16337 * gdb.base/annota1.exp: Test for new annotation.
16338
907fc202
UW
163392008-05-16 Pedro Alves <pedro@codesourcery.com>
16340
16341 * gdb.base/fixsection.exp: New file.
16342 * gdb.base/fixsection0.c: New file.
16343 * gdb.base/fixsection1.c: New file.
16344
e8f97270
UW
163452008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16346
16347 * gdb.base/annota1.exp: Accept printf@... in place of printf.
16348 * gdb.base/annota3.exp: Likewise.
16349
ac0bb574
NF
163502008-05-13 Nathan Froyd <froydnj@codesourcery.com>
16351
16352 * gdb.base/watch_thread_num.exp: Don't run tests that require
16353 watchpoints if the target doesn't support them.
16354
6fadd07a
DE
163552008-05-12 Doug Evans <dje@google.com>
16356
16357 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
16358
6e9a4a30
JB
163592008-05-09 Joel Brobecker <brobecker@adacore.com>
16360
16361 * gdb.ada/assign_1.exp: New testcase.
16362
08388c79
DE
163632008-05-09 Doug Evans <dje@google.com>
16364
a3c83fae
DE
16365 * gdb.base/find.exp: New file.
16366 * gdb.base/find.c: New file.
08388c79 16367
bd5ddfe8
DJ
163682008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
16369
16370 * gdb.base/commands.exp (watchpoint_command_test): Handle
16371 gdb,no_hardware_watchpoints.
16372 * gdb.base/float.exp: Allow ARM targets without floating point.
16373 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
16374
b5dd68e2 163752008-05-06 Jerome Guitton <guitton@adacore.com>
a9c64011 16376 Joel Brobecker <brobecker@adacore.com>
b5dd68e2
JB
16377
16378 * gdb.ada/lang_switch: New test program.
16379 * gdb.ada/lang_switch.exp: New testcase.
16380
382d13d1
DE
163812008-05-05 Doug Evans <dje@google.com>
16382
16383 * gdb.base/help.exp (disassemble): Update expected help text.
16384
9dd789d0
PA
163852008-05-04 Pedro Alves <pedro@codesourcery.com>
16386
16387 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
16388
611c83ae
PA
163892008-05-04 Pedro Alves <pedro@codesourcery.com>
16390
16391 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
16392 different times.
16393
ff013f42
JK
163942008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
16395
16396 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
16397 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
16398 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
16399 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
16400
96dff6a2
VP
164012008-05-04 Vladimir Prus <vladimir@codesourcery.com>
16402
16403 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
16404 notification to appear.
16405
55cd6f92
DJ
164062008-05-04 Daniel Jacobowitz <dan@debian.org>
16407
16408 * gdb.base/fullname.c: New file.
16409 * gdb.base/fullname.exp: New file.
16410 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
16411
d705c43c
PA
164122008-05-03 Pedro Alves <pedro@codesourcery.com>
16413
16414 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
16415 expressions with macros.
16416
333222e1
JK
164172008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16418
16419 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
16420
5ac01682
DJ
164212008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
16422
16423 * gdb.base/completion.exp: Handle lack of other symbols beginning
16424 with "a".
16425
16426 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
16427
237fc4c9
PA
164282008-05-02 Jim Blandy <jimb@codesourcery.com>
16429
16430 * gdb.asm/asmsrc1.s: Add scratch space.
16431
ed5e9466
DJ
164322008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16433 Daniel Jacobowitz <dan@codesourcery.com>
16434
16435 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
16436 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
16437 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
16438
b39cc962
DJ
164392007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
16440
16441 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
16442
36d520f5
JB
164432008-05-01 Joel Brobecker <brobecker@adacore.com>
16444
16445 * gdb.base/info-target.exp: New testcase.
16446
8d4e3071
DJ
164472008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
16448
16449 * gdb.cp/hang.exp: Use .cc instead of .C.
16450 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
16451 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
16452
6f3f3097
DJ
164532008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
16454
16455 * gdb.base/gdb1250.exp: Remove perror.
16456 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
16457
5550a914
PA
164582008-04-30 Pedro Alves <pedro@codesourcery.com>
16459
16460 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
16461 .2byte.
16462
d848e687
DJ
164632008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
16464
16465 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
16466 (maybe_kfail): New.
16467
93b5768b
PA
164682008-04-25 Pedro Alves <pedro@codesourcery.com>
16469
16470 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
16471
721c02de
VP
164722008-04-24 Vladimir Prus <vladimir@codesourcery.com>
16473
a9c64011
AS
16474 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
16475 * gdb.mi/mi2-syn-frame.exp: Likewise.
16476 * lib/mi-support.exp: Likewise.
721c02de 16477
74960c60
VP
164782008-04-24 Vladimir Prus <vladimir@codesourcery.com>
16479
16480 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
16481 to specify regexp for the location to stop at.
16482 * gdb.base/break-always.c: New.
16483 * gdb.base/break-always.exp: New.
16484
d24317b4
VP
164852008-04-24 Vladimir Prus <vladimir@codesourcery.com>
16486
16487 * lib/mi-support.exp (mi_runto_helper): Adjust
16488 for the original-location field.
16489 (mi_create_breakpoint, mi_list_breakpoints): New.
16490 * gdb.mi/mi-break.exp: Adjust.
16491 * gdb.mi/mi2-break.exp: Adjust.
16492 * gdb.mi/mi-pending.exp: Adjust.
16493 * gdb.mi/mi-simplerun.exp: Adjust.
16494 * gdb.mi/mi2-simplerun.exp: Adjust.
16495 * gdb.mi/mi-syn-frame.exp: Adjust.
16496 * gdb.mi/mi2-syn-frame.exp: Adjust.
16497 * gdb.mi/mi-until.exp: Adjust.
16498 * gdb.mi/mi2-until.exp: Adjust.
16499 * gdb.mi/mi-var-display.exp: Adjust.
16500 * gdb.mi/mi2-var-display.exp: Adjust.
16501 * gdb.mi/mi-watch.exp: Adjust.
16502 * gdb.mi/mi2-watch.exp: Adjust.
16503
fdc59709 165042008-04-23 Paolo Bonzini <bonzini@gnu.org>
d24317b4 16505
a9c64011
AS
16506 * aclocal.m4: Add override.m4.
16507 * configure: Regenerate.
fdc59709 16508
8e91f023
VP
165092008-04-19 Vladimir Prus <vladimir@codesourcery.com>
16510
16511 * gdb.mi/var-cmd.c (do_at_tests): Verify that
16512 '-var-update --all-values' reports new value even the type
16513 of a variable object has changed.
16514
233a11ab
CS
165152008-04-18 Craig Silverstein <csilvers@google.com>
16516
16517 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
16518 files.
d24317b4 16519
9c1137ad
JB
165202008-04-18 Joel Brobecker <brobecker@adacore.com>
16521
16522 * gdb.ada/atomic_enum: New test program.
16523 * gdb.ada/atomic_enum.exp: New testcase.
16524
66d0bbc7
DE
165252008-04-17 Doug Evans <dje@google.com>
16526
16527 * gdb.opt/Makefile.in: Fix whitespace.
16528
100906b0
UW
165292008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
16530
16531 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
16532
4584e32e
DE
165332008-04-17 Doug Evans <dje@google.com>
16534
16535 * gdb.base/hashline1.exp: New testcase.
16536 * gdb.base/hashline2.exp: New testcase.
16537 * gdb.base/hashline2.exp: New testcase.
16538
0a320680
PA
165392008-04-17 Pedro Alves <pedro@codesourcery.com>
16540
16541 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
16542
18ac113b
AR
165432008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
16544
16545 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
16546 temporary breakpoint to match "Temporary breakpoint".
16547 * gdb.base/break.exp (delete_breakpoints): Likewise.
16548 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
16549 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
16550 * gdb.base/display.exp: Likewise.
16551 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
16552 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
16553 * gdb.base/restore.exp (restore_tests): Likewise.
16554 * gdb.base/sepdebug.exp: Likewise.
16555 * gdb.base/watchpoint.exp: Likewise.
16556 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
16557 * gdb.mi/mi-pending.exp: Likewise.
16558 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
16559 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
16560 * gdb.mi/mi-var-cmd.exp: Likewise.
16561 * gdb.mi/mi-var-display.exp: Likewise.
16562 * gdb.mi/mi2-cli.exp: Likewise.
16563 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
16564 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
16565 * gdb.mi/mi2-var-display.exp: Likewise.
16566 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
16567 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
16568 new "disp" field.
a9c64011 16569 (mi_expect_stop): Move after_reason argument to be really after
18ac113b
AR
16570 reason. This is to support fix for PR2424.
16571
add38693
JK
165722008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16573
16574 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
16575
fcacd99f
VP
165762008-04-13 Vladimir Prus <vladimir@codesourcery.com>
16577
16578 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
a9c64011 16579 field. Add more floating varobj tests.
fcacd99f 16580 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
a9c64011
AS
16581 field.
16582 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
16583 (main): Call do_at_tests.
16584 * lib/mi-support.exp (mi_create_floating_varobj)
16585 (mi_varobj_update_with_type_change): New.
fcacd99f 16586
de051565
MK
165872008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
16588
16589 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
16590 option of -var-evaluate-expression.
16591 * gdb.mi/mi2-var-display.exp: Likewise.
16592
dbc52822
VP
165932008-04-07 Vladimir Prus <vladimir@codesourcery.com>
16594
16595 Introduce test setup helpers.
a9c64011
AS
16596 * lib/gdb.exp (build_executable, clean_restart)
16597 (prepare_for_testing): New.
16598 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
16599 * gdb.base/return.exp: Likewise.
16600 * gdb.base/ending-run.exp: Likewise.
dbc52822 16601
473591da
NR
166022008-04-07 Nick Roberts <nickrob@snap.net.nz>
16603
16604 * gdb.mi/mi-async.exp: New test for asynchronous Machine
16605 Interface (MI) responses.
16606
2b2d9e11
VP
166072008-04-06 Vladimir Prus <vladimir@codesourcery.com>
16608
a9c64011
AS
16609 * gdb.cp/breakpoint.cc: New code to test conditions involving
16610 member variables.
16611 * gdb.cp/breakpoint.exp: Test condition involving member
16612 variables.
2b2d9e11 16613
bb378428
VP
166142008-04-05 Vladimir Prus <vladimir@codesourcery.com>
16615
16616 * lib/mi-support.exp (mi_expect_stop): New.
16617 (mi_run_cmd): Change the
16618 token. Use mi_send_resuming_command, use
16619 mi_expect_stop.
16620 (mi_execute_to_helper): Rename to mi_execute_to.
16621 (mi_send_resuming_command): Add more error patterns.
16622 (mi_wait_for_stop): Renamed to...
16623 (mi_get_stop_line): ...this.
16624 (mi_run_inline_test): Adjust.
16625
16626 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
16627 * gdb.mi/mi-console.exp: Likewise.
16628 * gdb.mi/mi-pending.exp: Likewise.
16629 * gdb.mi/mi-simplerun.exp: Likewise.
16630 * gdb.mi/mi-stack.exp: Likewise.
16631 * gdb.mi/mi-stepi.exp: Likewise.
16632 * gdb.mi/mi-syn-frame.exp: Add comment.
16633 * gdb.mi/mi-until.exp: Likewise.
16634 * gdb.mi/mi-var-display.exp: Likewise.
16635 * gdb.mi/mi-watch.exp: Likewise.
16636 * gdb.mi/mi2-cli.exp: Likewise.
16637 * gdb.mi/mi2-console.exp: Likewise.
16638 * gdb.mi/mi2-simplerun.exp: Likewise.
16639 * gdb.mi/mi2-stack.exp: Likewise.
16640 * gdb.mi/mi2-stepi.exp: Likewise.
16641 * gdb.mi/mi2-until.exp: Likewise.
16642 * gdb.mi/mi2-var-display.exp: Likewise.
16643 * gdb.mi/mi2-watch.exp: Likewise.
16644
62172bb9
UW
166452008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16646
16647 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
16648
16649 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
16650
a13e061a
PA
166512008-04-04 Pedro Alves <pedro@codesourcery.com>
16652
16653 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
16654 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
16655 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
16656 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
16657 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
16658 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
16659 expect an mi error duplicated in stderr.
16660
eae06beb
JB
166612008-04-03 Joel Brobecker <brobecker@adacore.com>
16662
16663 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
16664 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
16665 Add a couple of tests that verify the behavior when the new setting
16666 is set to "cancel" and "all".
16667 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
16668 "ask" before we start the testing.
16669
79c6ced6
AR
166702008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
16671
16672 * gdb.cp/casts.cc: Add class reference variables.
16673 * gdb.cp/casts.exp: New test cases for up/down casting references.
16674
6c2d1a6b
MK
166752008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
16676
16677 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
16678 instead of beginning to make an extra test pass.
16679 * gdb.mi/mi2-var-display.exp: Likewise.
16680
55b411d9
MR
166812008-03-31 Maciej W. Rozycki <macro@mips.com>
16682
16683 * gdb.base/break.exp: Mark failures as such. Fix formatting.
16684
c6140da2
MD
166852008-03-31 Markus Deuling <deuling@de.ibm.com>
16686 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16687
16688 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
16689 value. Add xfail for older kernels.
16690
79732189
AR
166912008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
16692
16693 Bring mi-support in line with gdb.exp.
16694 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
16695 (mi_gdb_start): New function.
16696
33c3676e
MR
166972008-03-28 Maciej W. Rozycki <macro@mips.com>
16698
16699 * gdb.mi/mi-var-cmd.exp: Fix a typo.
16700
92e28119
VP
167012008-03-26 Vladimir Prus <vladimir@codesourcery.com>
16702
16703 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
16704 * gdb.mi/mi2-var-display.exp: Likewise.
a9c64011 16705
9e8e3afe
VP
167062008-03-26 Vladimir Prus <vladimir@codesourcery.com>
16707
16708 * lib/mi-support.exp (mi_create_varobj_checked): New.
16709 (mi_list_varobj_children): Allow to check for a
16710 value.
16711 (mi_list_array_varobj_children): New.
16712
16713 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
16714 and mi_list_varobj_children, as opposed to hardcoding
16715 expected strings.
16716 * gdb.mi/gdb701.exp: Likewise.
16717 * gdb.mi/gdb792.exp: Likewise.
16718 * gdb.mi/mi-var-block.exp: Likewise.
16719 * gdb.mi/mi-var-cmd.exp: Likewise.
16720 * gdb.mi/mi-var-invalidate.exp: Likewise.
16721 * gdb.mi/mi2-var-block.exp: Likewise.
16722 * gdb.mi/mi2-var-child.exp: Likewise.
16723 * gdb.mi/mi2-var-cmd.exp: Likewise.
16724 * gdb.mi/mi2-var-display.exp: Likewise.
16725
9df50351
JK
167262008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16727
16728 Fix random false FAILs on i386.
16729 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
16730
31e5d73a
DJ
167312008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
16732
16733 PR gdb/544
16734 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
16735
12f4afab
DJ
167362008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
16737
16738 PR gdb/544
16739 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
16740
b562a0cb
DJ
167412008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
16742
16743 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
16744 fixed PR gdb/544.
16745
17faa917
DJ
167462008-03-21 Pedro Alves <pedro@codesourcery.com>
16747
16748 * gdb.threads/fork-child-threads.exp: Test next over fork.
16749
6214f497
DJ
167502008-03-21 Chris Demetriou <cgd@google.com>
16751
16752 * gdb.base/break.exp (rbreak junk): New test for rbreak
16753 "Junk at end of arguments" issue.
16754
63092375
DJ
167552008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
16756
16757 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
16758 *& to work on created array elements.
16759 (Top level): Test print $pc with a file. Test string operations
16760 without a target.
16761 * gdb.base/ptype.exp: Do not expect *& to work on created array
16762 elements.
16763
b21991b0
DJ
167642008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
16765
16766 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
16767 gdb.threads/staticthreads.exp: Update exit query.
16768
c4b347c7
SL
167692008-03-07 Sandra Loosemore <sandra@codesourcery.com>
16770
16771 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
16772
fa4727a6
DJ
167732008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
16774
16775 * gdb.base/watchpoint.c (global_ptr, func4): New.
16776 (main): Call func4.
16777 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
16778 (test_inaccessible_watchpoint): New.
16779
2f34202f
MR
167802008-02-29 Maciej W. Rozycki <macro@mips.com>
16781
16782 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
16783 select the largest.
16784
0d6ba1b1
DJ
167852008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
16786
16787 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
16788 frames-invalid annotations.
16789
e691325a
PM
167902008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
16791
a9c64011 16792 * gdb.base/assign.exp: avoid same output for different tests.
e691325a 16793
f85b5ecc
DE
167942008-02-27 Doug Evans <dje@google.com>
16795
16796 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
16797 for bug 1738.
16798 (breakpoint_to_handler_entry): Ditto.
16799
b40e7bf3
JB
168002008-02-27 Joel Brobecker <brobecker@adacore.com>
16801
16802 * gdb.base/ending-run.exp: Use the first line of code inside
16803 function body to test breakpoints.
16804 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
16805 location where the breakpoint is inserted when using the line
16806 where a function is declared. Fix typo in the description of
16807 one of the tests.
16808 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
16809
2faca73a
PM
168102008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
16811
16812 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
a9c64011 16813 tests.
2faca73a 16814
6f439c36
PM
168152008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
16816
16817 * gdb.base/args.exp: avoid same output for tests
16818 with single quotes.
16819
54e52265
VP
168202008-02-26 Vladimir Prus <vladimir@codesourcery.com>
16821
a9c64011
AS
16822 * gdb.base/annota1.exp: Adjust for 'info break'
16823 format changes.
16824 * gdb.base/annota3.exp: Likewise.
16825 * gdb.base/break.exp: Likewise.
16826 * gdb.base/condbreak.exp: Likewise.
16827 * gdb.base/pending.exp: Likewise.
16828 * gdb.base/sepdebug.exp: Likewise.
16829 * gdb.base/unload.exp: Likewise.
16830 * gdb.cp/ovldbreak.exp: Likewise.
16831 * gdb.mi/mi-pending.exp: Likewise.
54e52265 16832
897b09ca
DE
168332008-02-07 Doug Evans <dje@google.com>
16834
16835 * gdb.cp/mb-inline.exp: New.
16836 * gdb.cp/mb-inline.h: New.
16837 * gdb.cp/mb-inline1.cc: New.
16838 * gdb.cp/mb-inline2.cc: New.
16839
b1c32d35
PM
168402008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
16841
16842 * gdb.pascal/floats.pas: New test program.
16843 * gdb.pascal/floats.exp: New testcase.
16844
1a4ca44a
TJB
168452008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
16846
16847 * gdb.base/callfuncs.c (t_float_many_args): New function.
16848 (t_double_many_args): New function.
16849 * gdb.base/callfuncs.exp: Add tests for exceeding float
16850 and double parameters passed through the stack.
16851
439048e8
JB
168522008-02-05 Joel Brobecker <brobecker@adacore.com>
16853
16854 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
16855 gdb.ada/complete/foo.adb: New files.
16856 * gdb.ada/complete.exp: New testcase.
16857
81fe8080
DE
168582008-02-03 Doug Evans <dje@google.com>
16859
301f0ecf
DE
16860 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
16861
81fe8080
DE
16862 * gdb.cp/gdb2384.exp: New file.
16863 * gdb.cp/gdb2384.cc: New file.
16864 * gdb.cp/gdb2384-base.h: New file.
16865 * gdb.cp/gdb2384-base.cc: New file.
16866
4b071aec
DE
168672008-02-02 Doug Evans <dje@google.com>
16868
16869 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
16870
61137ba6
JB
168712007-02-01 Joel Brobecker <brobecker@adacore.com>
16872
16873 * gdb.ada/sym_print_name: New test program.
16874 * gdb.ada/sym_print_name.exp: New testcase.
16875
168762007-02-01 Joel Brobecker <brobecker@adacore.com>
51ba8a62
JB
16877
16878 * gdb.ada/nested/hello.adb: New file.
16879 * gdb.ada/nested.exp: New testcase.
16880 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
16881
98deb0da
VP
168822008-02-01 Vladimir Prus <vladimir@codesourcery.com>
16883
16884 * gdb.mi/basic.c (return_1): New function.
a9c64011
AS
16885 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
16886 don't cause future evaluations of function to report
16887 creation of internal breakpoints.
98deb0da 16888
723a2275
VP
168892008-02-01 Vladimir Prus <vladimir@codesourcery.com>
16890
16891 * gdb.mi/mi-break.exp (test_error): New.
16892 Call it.
16893
fb546a2f
LM
168942008-01-31 Luis Machado <luisgpm@br.ibm.com>
16895
16896 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
16897 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
16898
2d8fd90a
PM
168992008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
16900
16901 * gdb.pascal/integers.pas: New test program.
16902 * gdb.pascal/integers.exp: New testcase.
16903
a7fa0ded
PM
169042008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
16905
16906 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
16907
5e1a1926
TJB
169082008-01-30 Luis Machado <luisgpm@br.ibm.com>
16909
16910 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
16911 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
16912
8d04f9f0
JB
169132008-01-30 Paul Hilfinger <hilfinger@adacore.com>
16914
16915 * gdb.ada/formatted_ref: New test program.
16916 * gdb.ada/formatted_ref.exp: New testcase.
16917
16918 * gdb.cp/formatted-ref.cc: New file.
16919 * gdb.cp/formatted-ref.exp: New testcase.
16920
ce75a98f
JB
169212008-01-30 Joel Brobecker <brobecker@adacore.com>
16922
16923 * gdb.base/ptype.exp: Add testing of "ptype $pc".
16924
e835f6bf
NR
169252008-01-30 Nick Roberts <nickrob@snap.net.nz>
16926
16927 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
16928 (test_file_list_exec_source_file): Update to new macro-info field.
16929
d118ef87
PH
169302008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
16931
16932 * gdb.ada/exprs: New test program.
16933 * gdb.ada/exprs.exp: New testcase.
16934
7d35ab09
TJB
169352008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
16936
16937 * dfp-test.c (DELTA, DELTA_B): New definitions.
16938 (double_val1, double_val2, double_val3, double_val4, double_val5,
16939 double_val6, double_val7, double_val8, double_val9, double_val10,
16940 double_val11, double_val12, double_val13, double_val14, dec32_val1,
16941 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
16942 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
16943 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
16944 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
16945 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
16946 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
16947 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
16948 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
16949 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
16950 dec128_val16): New global variables.
16951 (decimal_dec128_align): New function.
16952 (decimal_mixed): Likewise.
16953 (decimal_many_args_dec32): Likewise.
16954 (decimal_many_args_dec64): Likewise.
16955 (decimal_many_args_dec128): Likewise.
16956 (decimal_many_args_mixed): Likewise.
16957 * dfp-test.exp: Add tests calling new inferior functions.
16958
2d717e4f
DJ
169592008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
16960
16961 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
16962 gdb.server/ext-run.exp: New files.
16963 * lib/gdbserver-support.exp (gdbserver_download): New.
16964 (gdbserver_start): New. Update gdbserver expected
16965 output.
16966 (gdbserver_spawn): Use them.
16967 (gdbserver_start_extended): New.
16968
e85a822c
DJ
169692008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
16970
16971 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
16972 Run on GNU/Linux.
16973 (do_exec_tests): Check for systems which do not support catchpoints.
16974 Do not match START.
16975 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
16976 Run on GNU/Linux. Enable verbose output.
16977 (check_fork_catchpoints): New.
16978 (explicit_fork_child_follow, catch_fork_child_follow)
16979 (tcatch_fork_parent_follow): Update expected messages.
16980 (do_fork_tests): Use check_fork_catchpoints.
16981 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
16982 Run on GNU/Linux. Enable verbose output.
16983 (check_vfork_catchpoints): New.
16984 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
16985 expected messages.
16986 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
16987
401ea829
JB
169882008-01-29 Jim Blandy <jimb@red-bean.com>
16989
16990 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
16991 host' errors.
16992 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
16993
aceaf3ad
JB
169942008-01-29 Jim Blandy <jimb@red-bean.com>
16995
16996 * gdb.threads/sigthread.c: Use barriers to ensure that
16997 child_thread and child_thread_two are always initialized before we
16998 start to use them.
16999
a5606eee
VP
170002008-01-29 Vladimir Prus <vladimir@codesourcery.com>
17001
17002 * gdb.base/watchpoint-solib.exp: New.
a9c64011
AS
17003 * gdb.base/watchpoint-solib.c: New.
17004 * gdb.base/watchpoint-solib-shr.c: New.
a5606eee 17005
c55a82bb
PM
170062008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
17007
17008 * gdb.base/gdb1056.exp: Add unsigned integer test.
17009
0993fe05
DE
170102008-01-28 Doug Evans <dje@google.com>
17011
17012 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
17013
4fe42e7f
JB
170142008-01-27 Jim Blandy <jimb@codesourcery.com>
17015
c7a69933
JB
17016 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
17017
4fe42e7f
JB
17018 * gdb.base/expand-psymtabs.exp: Doc fix.
17019
5def8285
MK
170202008-01-26 Mark Kettenis <kettenis@gnu.org>
17021
17022 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
17023
5313c911
NR
170242008-01-24 Nick Roberts <nickrob@snap.net.nz>
17025
a9c64011 17026 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
5313c911
NR
17027 -var-set-format.
17028
93815fbf
VP
170292008-01-23 Chris Demetriou <cgd@google.com>
17030
17031 * gdb.threads/thread_events.c: New testcase source file.
17032 * gdb.threads/thread_events.exp: New testcase expect file.
17033
467a88ee
NR
170342008-01-23 Nick Roberts <nickrob@snap.net.nz>
17035
17036 * lib/gdb.exp: Add the variable octal.
a9c64011
AS
17037
17038 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
467a88ee
NR
17039 -var-set-format.
17040
d8f82aba
DJ
170412008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
17042 Vladimir Prus <vladimir@codesourcery.com>
17043
17044 * gdb.base/float.exp: Allow missing floating point for m68k and
17045 PowerPC.
17046
60c46647
VP
170472008-01-22 Vladimir Prus <vladimir@codesourcery.com>
17048
17049 * gdb.mi/basics.c: Setup for testing breakpoints
a9c64011
AS
17050 ignore count.
17051 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
17052 * gdb.mi/mi-cli.exp: Adjust.
17053 * gdb.mi/mi2-cli.exp: Adjust.
60c46647 17054
c7dd36a1
PA
170552008-01-17 Pedro Alves <pedro@codesourcery.com>
17056
17057 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
17058 and 'dummy_ptr' integer pointer. Initialize struct_declarations
17059 with dummy_ptr's address.
17060 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
17061 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
17062 all targets.
17063 * gdb.mi/mi2-var-child.exp: Likewise.
17064
39d5313e
JB
170652008-01-09 Joel Brobecker <brobecker@adacore.com>
17066
17067 * gdb.ada/null_array: New test program.
17068 * gdb.ada/null_array.exp: New testcase.
17069
0aea4bf3
LM
170702008-01-09 Luis Machado <luisgpm@br.ibm.com>
17071
17072 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
17073 with required float modifiers.
17074
0b354900
JB
170752008-01-08 Joel Brobecker <brobecker@adacore.com>
17076
17077 * gdb.ada/funcall_param: New test program.
17078 * gdb.ada/funcall_param.exp: New testcase.
17079
cdb7f5d4
JB
170802008-01-08 Joel Brobecker <brobecker@adacore.com>
17081
17082 * gdb.ada/arrayparam: New test program.
17083 * gdb.ada/arrayparam.exp: New testcase.
17084
88e2547f
JB
170852008-01-08 Joel Brobecker <brobecker@adacore.com>
17086
17087 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
17088 landed. Should also fix random failures in the test following it.
17089
f6867ce0
TJB
170902008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
17091
17092 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
17093 for expressions with decimal float values.
17094 (test_dfp_conversions): New function to test casts to and from
17095 decimal float types.
17096 Call test_dfp_conversions.
17097 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
17098 elements.
17099 (main): Initialize ds.float4 and ds.double8 elements.
17100 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
17101 string to new error message.
17102 (d64_set_tests): Likewise.
17103 (d128_set_tests): Likewise.
17104 Add tests for expressions with decimal float variables. Add tests for
17105 conversions to and from decimal float types.
17106
f9c11282
JB
171072008-01-05 Joel Brobecker <brobecker@adacore.com>
17108
17109 * gdb.ada/packed_tagged/comp_bug.adb: New file.
17110 * gdb.ada/packed_tagged.exp: New testcase.
17111
0ecbca72
JB
171122008-01-04 Joel Brobecker <brobecker@adacore.com>
17113
17114 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
17115 gdb.ada/homonym/homonym_main.adb: New files.
17116 * gdb.ada/homonym.exp: New testcase.
17117
c18d3d89
JB
171182008-01-04 Joel Brobecker <brobecker@adacore.com>
17119
17120 * gdb.ada/packed_array.exp: Add testing of references to
17121 a packed array.
17122
ecc7085b
JB
171232008-01-04 Joel Brobecker <brobecker@adacore.com>
17124
17125 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
17126 New files.
17127 * gdb.ada/type_coercion.exp: New testcase.
17128
c474c922
JB
171292008-01-04 Joel Brobecker <brobecker@adacore.com>
17130
17131 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
17132 gdb.ada/tagged/foo.adb: New file.
17133 * gdb.ada/tagged.exp: New testcase.
17134
9005b927
JB
171352008-01-04 Joel Brobecker <brobecker@adacore.com>
17136
17137 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
17138 gdb.ada/ptype_field/foo.adb: New files.
17139 * gdb.ada/ptype_field.exp: New testcase.
17140
1a6aaad8
JB
171412008-01-03 Joel Brobecker <brobecker@adacore.com>
17142
17143 * gdb.ada/print_pc.exp: New testcase.
17144
0ef22f53
JB
171452008-01-03 Joel Brobecker <brobecker@adacore.com>
17146
17147 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
17148 gdb.ada/taft_type/p.adb: New files.
17149 * gdb.ada/taft_type.exp: New testcase.
17150
1689ecf8
JB
171512008-01-03 Joel Brobecker <brobecker@adacore.com>
17152
17153 * gdb.ada/array_bounds/bar.adb: New file.
17154 * gdb.ada/array_bounds.exp: New testcase.
17155
a4d0b9c3
JB
171562008-01-03 Joel Brobecker <brobecker@adacore.com>
17157
17158 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
17159 gdb.ada/arrayptr/foo.adb: New files.
17160 * gdb.ada/arrayptr.exp: New testcase.
17161
a31ace00
JB
171622008-01-03 Joel Brobecker <brobecker@adacore.com>
17163
17164 * gdb.base/set-lang-auto.exp: New testcase.
17165
a97fced3
JB
171662008-01-03 Joel Brobecker <brobecker@adacore.com>
17167
17168 * gdb.ada/fun_addr/foo.adb: New file.
17169 * gdb.ada/fun_addr.exp: New testcase.
17170
ef29ce1a
JK
171712008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
17172
17173 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
17174 New files
17175
0fafefe3
JB
171762008-01-02 Joel Brobecker <brobecker@adacore.com>
17177
17178 * array_subscript_addr/p.adb: New file.
a9c64011 17179 * array_subscript_addr.exp: New testcase.
0fafefe3 17180
c4359f8d
JB
171812008-01-02 Joel Brobecker <brobecker@adacore.com>
17182
a9c64011 17183 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
c4359f8d
JB
17184 New files.
17185 * gdb.ada/str_cmp_ref.exp: New testcase.
17186
1aa1b15b
JB
171872008-01-01 Joel Brobecker <brobecker@adacore.com>
17188
17189 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
17190 gdb.ada/fun_in_declare/foo.adb: New files.
a9c64011 17191 * gdb.ada/fun_in_declare.exp: New testcase.
1aa1b15b 17192
81c9b2cf
JB
171932008-01-01 Joel Brobecker <brobecker@adacore.com>
17194
17195 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
17196 gdb.ada/ref_param/pck.ads: New files.
17197 * gdb.ada/ref_param.exp: New testcase.
17198
319e4674
JB
171992008-01-01 Joel Brobecker <brobecker@adacore.com>
17200
17201 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
17202 gdb.ada/interface/foo.adb: New files.
17203 * gdb.ada/interface.exp: New testcase.
17204
ef682c56
JB
172052007-12-31 Jim Blandy <jimb@codesourcery.com>
17206
17207 * gdb.base/multi-forks.exp: Consume all output from child
17208 processes before proceeding to next test.
17209
f6f3eb6c
JB
172102007-12-29 Jim Blandy <jimb@codesourcery.com>
17211
17212 * configure: Regenerated.
17213
f652e42f
JB
172142007-12-27 Joel Brobecker <brobecker@adacore.com>
17215
17216 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
17217 gdb.ada/fixed_cmp/fixed.adb: New files.
17218 * gdb.ada/fixed_cmp.exp: New testcase.
17219
6943e596
JB
172202007-12-27 Joel Brobecker <brobecker@adacore.com>
17221
17222 * gdb.ada/boolean_expr.exp: New testcase.
17223
aad9a193
JB
172242007-12-26 Jim Blandy <jimb@codesourcery.com>
17225
17226 * gdb.base/multi-forks.exp: Doc fix.
17227
fb5f3683
JB
172282007-12-26 Joel Brobecker <brobecker@adacore.com>
17229
17230 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
17231 * gdb.ada/char_param.exp: Do not compile our test program with
17232 -gnata, this is unnecessary.
17233 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
17234
384e4a9c
JB
172352007-12-24 Joel Brobecker <brobecker@adacore.com>
17236
17237 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
17238 gdb.ada/print_chars/foo.adb: New files.
17239 * gdb.ada/print_chars.exp: New testcase.
17240
01e044f7
JB
172412007-12-24 Joel Brobecker <brobecker@adacore.com>
17242
17243 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
17244 gdb.ada/char_param/foo.adb: New files.
17245 * gdb.ada/char_param.exp: New testcase.
17246
0ce17860
JB
172472007-12-22 Jim Blandy <jimb@codesourcery.com>
17248
17249 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
17250 hard-coding source line numbers into the test.
17251 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
17252 gdb_get_line_number to find.
17253
919809b9
JB
172542007-12-22 Joel Brobecker <brobecker@adacore.com>
17255
17256 * gdb.base/ptype.c (highest): New struct type.
17257 (the_highest): New variable of that type.
17258 (main): Add dummy assignment to a field of variable the_highest.
17259 * gdb.base/ptype.exp: Test type printing of our new variable.
17260
abc8a88d
PM
172612007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
17262
17263 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
a9c64011 17264 and record first explicitly generated thread number.
abc8a88d
PM
17265 Use that thread number for thread specific watchpoint test.
17266 Add iteration number to repetitive tests.
17267
5158f3e3
CES
172682007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
17269 Jim Blandy <jimb@codesourcery.com>
17270
17271 * gdb.base/expand-psymtabs.c: New testcase
17272 source file.
17273 * gdb.base/expand-psymtabs.exp: New testcase
17274 expect file.
17275
37e4754d
LM
172762007-12-17 Luis Machado <luisgpm@br.ibm.com>
17277
17278 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
17279 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
17280
551e5d04
JB
172812007-12-17 Joel Brobecker <brobecker@adacore.com>
17282
17283 * gdb.ada/frame_args/foo.adb: New file.
17284 * gdb.ada/frame_args/pck.ads: New file.
17285 * gdb.ada/frame_args/pck.adb: New file.
17286 * gdb.ada/frame_args.exp: New testcase.
17287
a05ee097
JB
172882007-12-17 Joel Brobecker <brobecker@adacore.com>
17289
17290 * gdb.base/frame-args.c: New file.
17291 * gdb.base/frame-args.exp: New testcase.
17292
c162e8c9 172932007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
a9c64011 17294 Joseph Myers <joseph@codesourcery.com>
c162e8c9
JM
17295
17296 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
17297
afe8ab22 172982007-12-14 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 17299
afe8ab22
VP
17300 * gdb.mi/mi-pending.exp: New.
17301 * gdb.mi/mi-pending.c: New.
17302 * gdb.mi/mi-pendshr.c: New.
17303
dfdfb3ca
JB
173042007-12-06 Jim Blandy <jimb@codesourcery.com>
17305
17306 * gdb.base/default.exp: Update expected output for 'info catch'.
17307
b7fca990
JK
173082007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17309
17310 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
17311 must be set to binary.
17312
6a1afc1e
PA
173132007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
17314
17315 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
17316
a6b151f1
DJ
173172007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
17318
17319 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
17320 gdb.mi/mi-file-transfer.exp: New.
17321
43039443
JK
173222007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17323
17324 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
17325
0ef2251b
MR
173262007-11-22 Maciej W. Rozycki <macro@mips.com>
17327
17328 * gdb.trace/backtrace.exp: Fix a typo.
17329 * gdb.trace/circ.exp: Likewise.
17330 * gdb.trace/collection.exp: Likewise.
17331 * gdb.trace/limits.exp: Likewise.
17332 * gdb.trace/report.exp: Likewise.
17333 * gdb.trace/tfind.exp: Likewise.
17334 * gdb.trace/while-dyn.exp: Likewise.
17335
5443631e
NR
173362007-11-21 Nick Roberts <nickrob@snap.net.nz>
17337
17338 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
17339 objects of pointers that can't be dereferenced are now
17340 "noneditable".
17341
a4ce5b0d
UW
173422007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17343
17344 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
17345 (target_cpu): Remove.
17346
d6e956e5
VP
173472007-10-15 Vladimir Prus <vladimir@codesourcery.com>
17348
17349 * gdb.base/ending-run.exp: Expect the list of cleared
17350 breakpoint to come in natural order, not the reversed one.
a9c64011 17351
214270ab
VP
173522007-11-07 Vladimir Prus <vladimir@codesourcery.com>
17353
17354 * gdb.mi/mi-var-child.c (do_child_deletion): New.
17355 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
a9c64011 17356
1a619819
LM
173572007-11-05 Luis Machado <luisgpm@br.ibm.com>
17358
17359 * gdb.base/printcmds.exp: New function
17360 test_printf_with_dfp.
17361
5b01a6fa
DE
173622007-11-02 Doug Evans <dje@google.com>
17363
17364 * gdb.disasm/t01_mov.s: Remove carriage returns.
17365 * gdb.disasm/t02_mova.s: Ditto.
17366 * gdb.disasm/t03_add.s: Ditto.
17367 * gdb.disasm/t04_sub.s: Ditto.
17368 * gdb.disasm/t05_cmp.s: Ditto.
17369 * gdb.disasm/t06_ari2.s: Ditto.
17370 * gdb.disasm/t07_ari3.s: Ditto.
17371 * gdb.disasm/t08_or.s: Ditto.
17372 * gdb.disasm/t09_xor.s: Ditto.
17373 * gdb.disasm/t10_and.s: Ditto.
17374 * gdb.disasm/t11_logs.s: Ditto.
17375 * gdb.disasm/t12_bit.s: Ditto.
17376 * gdb.disasm/t13_otr.s: Ditto.
17377
ec33ab7f
JK
173782007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
17379
17380 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
17381
ae0d01ff
UW
173822007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17383
17384 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
17385 provide DFP support.
17386
55eddb0f
DJ
173872007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
17388
17389 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
17390 Test "set powerpc vector-abi". Skip auto-detection tests for old
17391 toolchains.
17392
7020f05c
PA
173932007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
17394
17395 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
17396 with [string compare].
17397
84bc3db9
PA
173982007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
17399
17400 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
17401 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
17402
5876dc88
LM
174032007-10-25 Luis Machado <luisgpm@br.ibm.com>
17404
17405 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
17406 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
17407 * gdb.opt/Makefile.in: New makefile.
17408 * Makefile.in: Create new directory "gdb.opt".
17409 * configure.ac: Add "gdb.opt" directory.
17410 * configure: Regenerated.
a9c64011 17411
c3ea9a14
DE
174122007-10-25 Doug Evans <dje@google.com>
17413
17414 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
17415 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
17416
a9c64011 174172007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
93004d61
TJB
17418 Thiago Jung Bauermann <bauerman@br.ibm.com>
17419
17420 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
17421 Floating Point expressions.
17422 * gdb.base/dfp-test.exp: new file adding tests for Decimal
17423 Floating Point variables.
17424 * gdb.base/dfp-test.c: new file containing program with Decimal
17425 Floating variables, used by gdb.base/dfp-test.exp.
17426
62a24a2b
DJ
174272007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
17428
17429 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
17430
e7b1eae6
UW
174312007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17432
17433 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
17434 compiling test case with GCC.
17435 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
17436
c641edcc
UW
174372007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17438
17439 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
17440 format changes.
17441
5e5ebfe6
MS
174422007-10-18 Michael Snyder <msnyder@specifix.com>
17443
17444 * gdb.base/dbx.exp: Add missing "-re " operator.
17445
e831e7b6
GM
174462007-10-16 Gaius Mulley <gaius@glam.ac.uk>
17447
17448 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
17449 * configure.ac: Removed trailing spaces after backslash.
17450 * gdb.modula2: New directory.
17451 * gdb.modula2/Makefile.in: New file.
17452 * gdb.modula2/unbounded-array.exp: New file.
17453 * gdb.modula2/unbounded1.c: New file.
17454
7cc46491
DJ
174552007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
17456
17457 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
17458
174592007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
501b79c1
PM
17460
17461 * gdb.base/sigstep.c (main): Add checks for
17462 return values for setitimer call.
17463 Call setitimer again with itimer = ITIMER_REAL
17464 if first call to setitimer fails.
17465
e91528f0
KH
174662007-10-11 Kazu Hirata <kazu@codesourcery.com>
17467
17468 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
17469 of $timeout.
17470
2ec9a4f8
DJ
174712007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
17472
17473 * gdb.server/server-run.exp: Test for dynamic linker symbols.
17474
174752007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
5aa7ddc2
PM
17476
17477 * lib/gdb.exp (gdb_run_cmd): Move comment outside
17478 of gdb_expect call, to avoid interruption.
17479
64b2fa04
PA
174802007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
17481
17482 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
17483 (v_unsigned_long_long, v_long_long_array)
17484 (v_signed_long_long_array, v_unsigned_long_long_array)
17485 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
17486 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
17487 [!NO_LONG_LONG]: New.
17488 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
17489 v_long_long_member.
17490
17491 (v_long_long_func, v_signed_long_long_func)
17492 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
17493 (main) [!NO_LONG_LONG]: Initialize long long variants.
17494
17495 * gdb.base/whatis.exp: If board file requests no_long_long, build
17496 test with NO_LONG_LONG defined. Test long long, signed long long,
17497 and unsigned long long variants but only if board file doesn't
17498 disable it.
17499
a912286e 175002007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
a9c64011 17501 Daniel Jacobowitz <dan@codesourcery.com>
a912286e
DJ
17502
17503 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
17504 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
17505 * configure: Regenerated.
17506 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
17507 gdb.pascal/types.exp, lib/pascal.exp: New files.
17508
471ba8c9
DJ
175092007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
17510
17511 * gdb.cp/classes.exp (do_tests): Always step to the line after the
17512 call.
17513 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
17514 to return to the call.
17515 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
17516 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
17517 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
17518 * gdb.mi/mi-until.exp (test_until): Likewise.
17519 * gdb.mi/mi2-until.exp (test_until): Likewise.
17520
fef8a650
DJ
175212007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
17522
17523 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
17524 two-char array.
17525 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
17526
d983da9c
DJ
175272007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
17528
17529 * gdb.threads/watchthreads.c (thread_function): Sleep between
17530 iterations.
17531 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
17532 at once for S/390. Generate matching fails and passes.
17533
17f62551
VP
175342007-09-27 Vladimir Prus <vladimir@codesourcery.com>
17535
17536 * gdb.mi/var-cmd.c (do_children_tests): Initialize
17537 the 'struct_declarations' variable to zeros.
a9c64011 17538
ed0616c6
VP
175392007-09-24 Vladimir Prus <vladimir@codesourcery.com>
17540
17541 * gdb.cp/mb-ctor.cc: New.
17542 * gdb.cp/mb-ctor.exp: New.
17543 * gdb.cp/mb-templates.cc: New.
17544 * gdb.cp/mb-templates.exp: New.
17545
41f1b697
DJ
175462007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
17547
17548 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
17549
3f213f78
PA
175502007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
17551
17552 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
17553 targets.
17554 * configure: Regenerate.
17555
0d381245 175562007-09-23 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 17557
0d381245
VP
17558 * gdb.base/annota1.exp: Adjust for 'info break'
17559 format changes.
17560 * gdb.base/annota3.exp: Likewise.
17561 * gdb.base/break.exp: Likewise.
17562 * gdb.base/condbreak.exp: Likewise.
17563 * gdb.base/pending.exp: Likewise.
17564 * gdb.base/sepdebug.exp: Likewise.
17565 * gdb.base/unload.exp: Likewise.
17566 * gdb.base/ovldbreak.exp: Likewise.
a9c64011 17567
fe3f5fa8
VP
175682007-09-22 Vladimir Prus <vladimir@codesourcery.com>
17569
17570 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
17571 messages.
17572 * gdb.base/chng-syms.exp: Likewise.
17573 * gdb.base/unload.exp: Likewise.
a9c64011 17574
a75cf6c0
DJ
175752007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
17576
17577 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
17578
18ecae38
DJ
175792007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
17580
17581 * schedlock.c (NUM): Change to 1.
17582 (main): Use args[0] for the main thread.
17583 * schedlock.exp: Only expect two threads. Only issue one pass or fail
17584 regardless of the number of threads.
17585
5509918f
MR
175862007-09-14 Maciej W. Rozycki <macro@mips.com>
17587
4a543daf
MR
17588 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
17589 type down.
17590 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
17591 test.
17592 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
17593 watchpoint type down.
17594 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
17595 test.
17596
175972007-09-14 Maciej W. Rozycki <macro@mips.com>
17598
5509918f
MR
17599 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
17600 Move all the tests here and run them twice, once using software
17601 watchpoints and once using hardware watchpoints.
17602 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
17603
40b53987
DJ
176042007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
17605
17606 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
17607 test.
17608
695e2681
MK
176092007-09-10 Mark Kettenis <kettenis@gnu.org>
17610
8b3fc8d8
MK
17611 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
17612 build-id.
17613
695e2681
MK
17614 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
17615 know about $ORIGIN. Calculate output dir from $dest instead of
17616 using ${objdir}/{$subdir}.
17617
58d69f29
MK
176182007-09-09 Mark Kettenis <kettenis@gnu.org>
17619
17620 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
17621 gcore, before continuing with the test.
17622
3e347599
DJ
176232007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
17624
17625 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
17626 * gdb.mi/mi-watch.exp: Likewise.
17627
ea37ba09
DJ
176282007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
17629 Jim Blandy <jimb@codesourcery.com>
17630
17631 * gdb.arch/i386-sse.exp: Do not expect character constants.
17632 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
17633 * gdb.base/display.exp: Allow print/s.
17634 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
17635 and unsigned char array changes.
17636
2025a643
DJ
176372007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
17638
17639 * gdb.base/display.exp: Add tests for printf %p.
17640
26669a27
PA
176412007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
17642
17643 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
17644 the dll name to unicode.
17645
c8f021f8
JK
176462007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
17647
17648 * gdb.base/default.exp (show version): Update the version text.
17649 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
17650
4cf31eea
JK
176512007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
17652
17653 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
17654 New files.
17655
4935890f
JK
176562007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
17657
17658 * lib/gdb.exp (build_id_debug_filename_get): New function.
17659 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
17660 Remove the generate DEBUG file for the future testcase runs.
17661 New testcase for the NT_GNU_BUILD_ID retrieval.
17662 Move the final testing step to ...
17663 (test_different_dir): ... a new function.
17664 New parameter XFAIL to XFAIL all the tests performed.
17665 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
17666 New parameter TYPE to PF_PREFIX all the tests performed.
17667
02142340
VP
176682007-08-31 Vladimir Prus <vladimir@codesourcery.com>
17669
17670 * gdb.mi/mi-var-cp.cc (path_expression): New
17671 function.
17672 * gdb.mi/mi-var-cp.exp: Run path exression tests.
17673
36acd84e
UW
176742007-08-27 Markus Deuling <deuling@de.ibm.com>
17675
17676 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
17677 to fit into SPU Local Store memory.
17678
a896d121
JB
176792007-08-23 Joel Brobecker <brobecker@adacore.com>
17680
17681 * gdb.base/default.exp: Adjust the expected output of "info
17682 warranty" after the switch to GPLv3.
17683
7b433602
JB
176842007-08-23 Joel Brobecker <brobecker@adacore.com>
17685
17686 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
17687 to 30000 (from 20000).
17688
e22f8b7c
JB
176892007-08-23 Joel Brobecker <brobecker@adacore.com>
17690
17691 Switch the license of all .exp files to GPLv3.
17692 Switch the license of all .f and .f90 files to GPLv3.
17693 Switch the license of all .s and .S files to GPLv3.
17694
5a0e3bd0
JB
176952007-08-23 Joel Brobecker <brobecker@adacore.com>
17696
17697 * configure.ac: Switch license to GPLv3.
17698
cc00619d
JB
176992007-08-23 Joel Brobecker <brobecker@adacore.com>
17700
17701 Switch the licensing to GPLv3 for all .ads and .adb files.
17702
8d26208a
DJ
177032007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
17704
17705 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
17706 and t_int_double.
17707 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
17708
4fcb9948
JB
177092007-08-17 Joel Brobecker <brobecker@adacore.com>
17710
17711 * gdb.base/step-line.c: Switch license to GPL version 3, and
17712 update copyright year.
17713 * gdb.base/step-line.inp: Likewise.
17714
b9c34f67
JB
177152007-08-17 Joel Brobecker <brobecker@adacore.com>
17716
17717 * gdb.base/gdb1555.exp: Make expected output immune to formatting
17718 changes inside gdb1555.c.
17719 * gdb.base/pending.exp: Likewise.
17720
2cc17678
DJ
177212007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
17722
17723 * config/default.exp: New file.
17724
e48883f7
DJ
177252007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
17726
17727 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
17728 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
17729
1ab80e5b
MR
177302007-07-30 Maciej W. Rozycki <macro@mips.com>
17731
17732 * gdb.base/dump.exp: Force the correct endianness for binary
17733 formats not carrying this information.
17734
aba471f5
DJ
177352007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17736
17737 * gdb.threads/staticthreads.exp: Match .*sem_post.
17738
d4e07204
DJ
177392007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17740
17741 * gdb.base/readline.exp (operate_and_get_next): Match the final
17742 prompt.
17743
2b97317d
KB
177442007-07-23 Kevin Buettner <kevinb@redhat.com>
17745
17746 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
17747 to restarting SID.
17748
44efa07a
KB
177492007-07-18 Kevin Buettner <kevinb@redhat.com>
17750
17751 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
17752 prior to `gdb_start'.
17753
7b5ebade
KB
177542007-07-18 Kevin Buettner <kevinb@redhat.com>
17755
17756 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
17757 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
17758 Remove call to gdb_unload.
17759
255e7678
DJ
177602007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
17761 Daniel Jacobowitz <dan@codesourcery.com>
17762
17763 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
17764 for __WIN32__.
17765 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
17766 * gdb.base/unload.exp: Use shared library test routines.
17767
3a40aaa0
UW
177682007-07-03 Markus Deuling <deuling@de.ibm.com>
17769
17770 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
17771 * gdb.base/solib-symbol-lib.c: Likewise.
17772 * gdb.base/solib-symbol-main.c: Likewise.
17773
b0f4b84b
DJ
177742007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
17775
17776 * config/gdbserver.exp (gdb_reconnect): New.
17777 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
17778 gdb.base/solib-disc.exp: New files.
17779 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
17780 remote debugging".
17781 (gdb_compile): Add shlib_load flag.
17782 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
17783 port.
17784 (gdbserver_reconnect): New.
17785
1b05479a
DJ
177862007-07-01 Nick Roberts <nickrob@snap.net.nz>
17787 Daniel Jacobowitz <dan@codesourcery.com>
17788
17789 * gdb.base/annota3.exp: Test for if construct.
17790
86f78eb2
DJ
177912007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
17792
17793 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
17794
6a2eb474 177952007-06-21 Chris Dearman <chris@mips.com>
a9c64011 17796 Maciej W. Rozycki <macro@mips.com>
6a2eb474
MR
17797
17798 * gdb.base/display.exp: Allow a newline after display/i.
17799 * gdb.base/pc-fp.exp: Likewise.
17800 * gdb.base/sigbpt.exp: Likewise.
17801
f8b73d13
DJ
178022007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
17803
17804 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
17805 required features to be included.
17806
4339e69e
DJ
178072007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
17808
17809 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
17810 in info threads output.
17811
23d964e7
UW
178122007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17813 Markus Deuling <deuling@de.ibm.com>
17814
17815 * gdb.arch/spu-info.exp: New testcase.
17816 * gdb.arch/spu-info.c: New file.
17817
fd20f75b
DJ
178182007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
17819
17820 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
17821 tpcs_offset. Restore lr after the call.
17822 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
17823
2226f861
DJ
178242007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
17825
17826 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
17827 (gdbserver_run): Kill any running gdbserver.
17828 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
17829
d12371a9
MR
178302007-05-17 Maciej W. Rozycki <macro@mips.com>
17831
17832 * gdb.base/sigbpt.exp: Preset segv_addr.
17833
93f02886
DJ
178342007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
17835
17836 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
17837 (gdb_compile_shlib): Likewise.
17838 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
17839 (default_gdb_init): Clear cleanfiles.
17840 (gdb_finish): Delete recorded cleanfiles.
17841 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
17842
17843 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
17844 Do not use isnative.
17845 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
17846 gdb.base/so-impl-ld.exp: Likewise.
17847 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
17848 * gdb.base/unload.exp: Likewise. Do not pass empty option to
17849 gdb_compile.
17850
b04e06d7
VP
178512007-05-15 Vladimir Prus <vladimir@codesourcery.com>
17852
17853 * config/unknown.exp: Remove.
17854
069ed931
UW
178552007-05-15 Markus Deuling <deuling@de.ibm.com>
17856
17857 * gdb.base/info-proc.exp: Check is_remote.
17858
09db0d03
UW
178592007-05-14 Markus Deuling <deuling@de.ibm.com>
17860
17861 * gdb.base/gcore.exp: Initialize variable core_supported.
17862
af2cbe8c
DJ
178632007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
17864
17865 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
17866
027c0295
DJ
178672007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
17868
17869 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
17870 * gdb.threads/print-threads.exp (test_all_threads): Allow
17871 negative and hexadecimal thread IDs.
17872
dc5000e7
DJ
178732007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
17874
17875 * gdb.java/jprint.java (public): Avoid invalid call to static
17876 method.
17877
2e74ed18
DP
178782007-05-14 Denis Pilat <denis.pilat@st.com>
17879
17880 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
17881 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
17882 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
17883 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
17884 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
17885
83547f02
UW
178862007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17887
17888 * gdb.base/overlays.exp: Add support for targets with only code
a9c64011 17889 overlay support, not data overlay. Support spu-*-* target in
83547f02
UW
17890 this mode.
17891 * gdb.base/ovlymgr.c: Provide stubs for spu target.
17892 * gdb.base/spu.ld: New file.
17893
b18be20d
DJ
178942007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
17895
17896 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
17897
be444858
DJ
178982007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
17899
17900 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
17901
b1d53152
DJ
179022007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
17903
17904 * gdb.java/jmain.exp: Handle demangled names with and without method
17905 signatures.
17906
d084b331
DJ
179072007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
17908
17909 * gdb.mi/mi-syn-frame.c (main, foo, bar)
17910 (have_a_very_merry_interrupt): Remove calls to puts.
17911 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
17912 inferior output.
17913 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
17914 test names.
17915
db9d7fc5
DJ
179162007-04-29 Markus Deuling <deuling@de.ibm.com>
17917 Daniel Jacobowitz <dan@codesourcery.com>
17918
17919 * gdb.base/auxv.exp (core_works): Also check is_remote.
17920 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
17921
ef783a7d 179222007-04-25 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 17923
ef783a7d
VP
17924 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
17925 message, not the undefined 'module' variable.
17926 * gdb.base/siginfo.exp: Likewise.
17927 * gdb.base/sigstep.exp: Likewise.
17928 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
17929 serialport.
17930 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
17931
b7b73cae
CV
179322007-04-25 Corinna Vinschen <vinschen@redhat.com>
17933
17934 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
17935 target sim fails. Return 0 otherwise.
17936 (gdb_load): Return prematurely if gdb_target_sim fails.
17937
7d90fdfa
DP
179382007-04-16 Denis Pilat <denis.pilat@st.com>
17939
17940 * gdb.base/setshow.exp: Reset height after having set it to 100.
17941
5d3e9c85
DP
179422007-04-16 Denis Pilat <denis.pilat@st.com>
17943
17944 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
17945
18e75969
DP
179462007-04-16 Denis Pilat <denis.pilat@st.com>
17947
17948 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
17949
25d5ea92
VP
179502007-04-14 Vladimir Prus <vladimir@codesourcery.com>
17951
17952 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
17953 tests. Run the frozen varobjs test.
17954 * gdb.mi/var-cmd.c (do_frozen_tests): New.
a9c64011 17955 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
25d5ea92 17956
0b49cb80
JK
179572007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17958
17959 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
17960 gdb.base/type-opaque.exp: New files.
17961
a73bafbc 179622007-04-01 Vladimir Prus <vladimir@codesourcery.com>
a9c64011
AS
17963
17964 * gdb.mi/mi-var-child.c
a73bafbc
VP
17965 (do_children_tests): User char[2] instead of
17966 char so that automatic printing of pointers to char
17967 don't give unpredicable result.
17968 * gdb.mi/var-cmd.c (do_locals_test): Initialize
17969 local variables.
17970 * gdb.mi/mi-var-child.exp: Step to right line
17971 of do_children_tests.
17972 * gdb.mi/mi2-var-child.exp: Likewise.
17973 * gdb.mi/mi-var-cmd.exp: Step to right line of
a9c64011 17974 do_locals_tests.
a73bafbc
VP
17975 (do_children_tests): User char[2] instead of
17976 char so that automatic printing of pointers to char
a9c64011 17977 don't give unpredicable result.
a73bafbc 17978 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 17979 * lib/mi-support.exp (mi_continue_to_line):
a73bafbc
VP
17980 Pass test name to mi_wait_for_stop.
17981
7ce59000
DJ
179822007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
17983
17984 * gdb.asm/asm-source.exp: Remove d10v case.
17985 * lib/gdb.exp (skip_cplus_tests): Likewise.
17986 * gdb.asm/d10v.inc: Deleted.
17987
20389057
DJ
179882007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
17989
17990 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
17991
8807d78b
DJ
179922007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
17993
17994 * config/netware.exp: Delete file.
17995
aa3edb8e
JB
179962007-03-29 Joel Brobecker <brobecker@adacore.com>
17997
17998 * gdb.dwarf2/dw2-noloc.S: New file.
17999 * gdb.dwarf2/dw2-noloc.exp: New file.
18000
297561ac
PA
180012007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
18002
18003 * gdb.cp/method2.cc: New test.
18004 * gdb.cp/method2.exp: New test.
18005 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
18006
1f81bd39
DJ
180072007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
18008
18009 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
18010
9453113a
DJ
180112007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
18012
18013 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
18014
b741e217
DJ
180152007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
18016
18017 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
18018 (gdb_load): Delete, replace with...
18019 (gdb_reload): ...this.
18020 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
18021 * gdb.server/server-mon.exp: Likewise.
18022 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
18023 (gdb_start_cmd): New.
18024 (gdb_file_cmd): Save the last loaded file.
18025 (gdb_reload): New.
18026 (gdb_gnu_strip_debug): Use transform.
18027 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
18028 support here. Use new $last_loaded_file. Check mtime.
18029 (gdb_target_cmd): Handle ObjC failure case.
18030 (infer_host_exec): Delete.
18031 (gdbserver_load): Rename to...
18032 (gdbserver_run): ...this. Simplify.
18033 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
18034 (mi_gdb_load): Move most contents to a new function...
18035 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
18036 (mi_run_cmd): Use mi_gdb_target_load.
18037 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
18038 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
18039 Use gdb_run_cmd.
18040 * gdb.base/charsign.exp: Remove incorrect comment.
18041 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
18042 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
18043 gdb.base/start.exp: Use gdb_start_cmd.
18044
446ab585 180452007-03-23 Nigel Stephens <nigel@mips.com>
a9c64011 18046 Maciej W. Rozycki <macro@mips.com>
446ab585
MR
18047
18048 * gdb.base/sigbpt.exp: Fix the message when skipping test.
18049 * gdb.base/signull.exp: Similarly.
18050
bbb88ebf
UW
180512007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18052
18053 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
18054 messages available to test cases (like chng-sym.exp).
18055
cb8c4a99
AS
180562007-03-14 Andreas Schwab <schwab@suse.de>
18057
18058 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
18059 format changes.
18060
4e463ff5
DJ
180612007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
18062
18063 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
18064 (optimized_1): New.
18065 (main): Call optimized_1.
18066 (gdb2029): Correct typos. Call gdb2029_marker.
18067 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
18068 for gdb2029.
18069
b6db2c47
MK
180702007-03-12 Mark Kettenis <kettenis@gnu.org>
18071
18072 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
18073 as tabs. Remove redundant test pattern.
18074
70ed3737
UW
180752007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18076
18077 * gdb.base/long_long.exp: Accept optional symbol name in <...>
18078 for /a format output.
18079
47b67b60
DJ
180802007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
18081
18082 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
18083 collect output incrementally.
18084
b8953b0e
UW
180852007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18086
18087 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
18088 for -var-create lpcharacter test.
18089 * gdb.mi/mi2-var-cmd.exp: Likewise.
18090
7acd5c40
UW
180912007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18092
18093 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
18094 pass on targets where address zero is readable.
18095
9c6759c1
UW
180962007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18097
18098 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
18099 just a single architecture.
18100
a2f1aeb4
UW
181012007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18102
18103 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
18104 (fetch_all_registers): New function, uses gdb_test_multiple and
18105 exp_continue to fetch inferior output line-by-line.
18106 Replace all uses of do_get_all_registers by fetch_all_registers.
18107
46579ac2
UW
181082007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18109
18110 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
18111 in target_info.
18112
fc133f24
MS
181132007-03-02 Michael Snyder <michael.snyder@palmsource.com>
18114
a9c64011 18115 * gdb.threads/manythreads.exp: Use $message string for
fc133f24
MS
18116 consistancy; add a default (timeout) case.
18117
7646a51d
MS
181182007-03-02 Michael Snyder <michael.snyder@palmsource.com>
18119
18120 * gdb.base/watchpoint.exp: Fix truncated comment.
18121
dcfff61f
MS
181222007-03-02 Michael Snyder <michael.snyder@palmsource.com>
18123
18124 * Makefile.in: Remove spurious single-quotes from sed command.
18125
664e3ee9
DJ
181262007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
18127
18128 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
18129 func.
18130 * gdb.mi/mi2-var-cmd.exp: Likewise.
18131
d7cc6f2f
JB
181322007-02-27 Joel Brobecker <brobecker@adacore.com>
18133
a9c64011
AS
18134 * gdb.dwarf2/dw2-producer.S: New file.
18135 * gdb.dwarf2/dw2-producer.exp: New testcase.
d7cc6f2f
JB
18136
181372007-02-27 Nick Roberts <nickrob@snap.net.nz>
c0e3bc07
NR
18138
18139 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
18140 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
18141 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
18142 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
18143 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
18144 Revert tests to use mi_gdb_test and include value field in output
18145 of -var-create.
18146
93d42b30
DJ
181472007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
18148
18149 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
18150
c499ed39
DJ
181512007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
18152
18153 * gdb.base/maint.exp: Remove full paths from test names.
18154 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
18155 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
18156
9836f81b
JB
181572007-02-27 Joel Brobecker <brobecker@adacore.com>
18158
18159 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
18160
c74d0ad8
DJ
181612007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
18162
18163 * gdb.server/server-mon.exp: New test.
18164
2711e456
DJ
181652007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
18166
18167 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
18168
ff6f572f
DJ
181692007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
18170
18171 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
18172 register capitalization.
18173
fada3feb
DP
181742007-02-13 Denis Pilat <denis.pilat@st.com>
18175
18176 * gdb.mi/mi-var-invalidate.exp: New file.
18177
fb1e4ffc
DJ
181782007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
18179
18180 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
18181
3da939d7
DJ
181822007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
18183
18184 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
18185
123dc839
DJ
181862007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
18187
18188 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
18189 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
18190
877e3645 181912007-02-08 Nick Roberts <nickrob@snap.net.nz>
87604222
NR
18192
18193 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
18194 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
18195 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
18196 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
18197 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
1183581f 18198 * gdb.mi/gdb792.exp, lib/mi-support.exp:
87604222 18199 Update tests to include value field in output of -var-create.
a9c64011 18200
3c0a2960
AS
182012007-02-08 Andreas Schwab <schwab@suse.de>
18202
18203 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
18204
108546a0
DJ
182052007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
18206
18207 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
18208 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
18209
d701dcab
DP
182102007-02-02 Denis Pilat <denis.pilat@st.com>
18211
18212 * gdb.threads/threadapply.exp: check that frame is not changed by
18213 the thread apply all command.
18214
783e3e2f
AS
182152007-01-31 Andreas Schwab <schwab@suse.de>
18216
6d9c3a87
AS
18217 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
18218
3c50d7b9
AS
18219 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
18220 in the dwarf sections.
18221 * gdb.dwarf2/mac-fileno.S: Likewise.
18222
783e3e2f
AS
18223 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
18224 bspstore register on ia64.
18225
78ff580e
AS
182262007-01-29 Andreas Schwab <schwab@suse.de>
18227
cc8e9b12
AS
18228 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
18229 "frame-begin" annotation.
18230
78ff580e
AS
18231 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
18232 number of "frames-invalid" annotations.
18233
704a4f78
DJ
182342007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
18235
18236 * gdb.base/commands.exp: Call if_commands_test.
18237 (gdb_test_no_prompt, if_commands_test): New.
18238
e741bf94
MK
182392007-01-28 Mark Kettenis <kettenis@gnu.org>
18240
18241 * gdb.threads/sigthread.c (NSIGS): Make bigger.
18242
474d0ad3
AS
182432007-01-27 Andreas Schwab <schwab@suse.de>
18244
18245 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
18246 .short/.int/.quad in the dwarf sections.
18247 * gdb.dwarf2/dw2-intercu.S: Likewise.
18248 * gdb.dwarf2/dw2-intermix.S: Likewise.
18249
e784b426
JK
182502007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18251
18252 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
4590cfcb
MK
18253 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
18254 array.
e784b426
JK
18255 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
18256 * gdb.base/setvar.exp: Likewise.
18257
37f08e04
AS
182582007-01-26 Andreas Schwab <schwab@suse.de>
18259
9a01813a
AS
18260 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
18261 test.
18262
37f08e04
AS
18263 * gdb.base/multi-forks.exp ("restart $i"): Also match
18264 __kernel_syscall_via_break.
18265
6e2a9270
VP
182662007-01-24 Vladimir Prus <vladimir@codesourcery.com>
18267
18268 * lib/mi-support.exp (mi_delete_varobj): New.
18269 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
18270 testcase.
18271 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
18272 (main): Call the above.
18273 (reference_update_test, base_in_reference_test)
18274 (reference_to_pointer): Delete the created varobjs.
a9c64011 18275
e515b470
DJ
182762007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
18277
18278 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
18279 * configure: Regenerated.
18280 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
18281 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
18282 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
18283 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
18284 * lib/gdb.exp (gdb_skip_xml_test): New function.
18285
08d8bcd7
DJ
182862007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
18287
18288 * gdb.base/sigrepeat.exp: Correct error message.
18289
182902007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
43a9b631
JK
18291 Daniel Jacobowitz <dan@codesourcery.com>
18292
18293 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
18294 gdb.arch/i386-gnu-cfi-asm.S: New files.
18295
97c3f1f3
JK
182962007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
18297
18298 * lib/gdb.exp: Abort on missing `site.exp'.
18299
cb1df416
DJ
183002007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18301 Daniel Jacobowitz <dan@codesourcery.com>
18302
18303 * gdb.base/included.c, gdb.base/included.exp,
18304 gdb.base/included.h: New files.
18305
35990120
DJ
183062007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
18307
18308 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
18309 (maximize_rlimit): Reduce limits on 64-bit systems.
18310
6e81a116 183112007-01-19 Mark Kettenis <kettenis@gnu.org>
2429decf
MK
18312
18313 From Marcus Deuling <deuling@de.ibm.com>:
18314 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
18315 every case.
18316
6c3c41f3
NR
183172007-01-13 Nick Roberts <nickrob@snap.net.nz>
18318
18319 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
18320 (test_path_specification): Use objdir instead of srcdir to always
18321 get an absolute filename.
18322
2f12c312
DJ
183232007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
18324
18325 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
18326
81121995
VP
183272007-01-11 Vladimir Prus <vladimir@codesourcery.com>
18328
18329 * gdb.mi/mi-var-cp.cc (reference_update_tests):
18330 Make sure the variable we're using is in scope.
18331 (reference_to_pointer): Likewise.
18332
4741b737
DJ
183332007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
18334
18335 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
18336 has no debug information.
18337
054410c3
DJ
183382007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
18339
18340 * gdb.base/annota1.exp: Remove extra send_gdb.
18341
818f79f6
DJ
183422007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
18343
18344 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
18345
f7a6bb70
DJ
183462007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
18347
18348 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
18349
57e66780
DJ
183502007-01-08 Nick Roberts <nickrob@snap.net.nz>
18351 Daniel Jacobowitz <dan@codesourcery.com>
18352
18353 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
18354 lcharacter or linteger change. Correct duplicated test name.
18355 * gdb.mi/mi2-var-cmd.exp: Likewise.
18356
3d799a95
DJ
183572007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
18358
18359 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
18360
183612007-01-05 Joel Brobecker <brobecker@adacore.com>
51679ba9 18362
a9c64011
AS
18363 * gdb.base/nofield.c: New file.
18364 * gdb.base/nofield.exp: New testcase.
51679ba9 18365
eafb94e8
NR
183662007-01-05 Nick Roberts <nickrob@snap.net.nz>
18367
18368 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
18369
18370 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
18371 test.
18372
5e572bb4
DJ
183732007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
18374
18375 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
18376
74a44383
DJ
183772007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
18378
18379 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
18380 when continuing.
18381
1b572db9
DJ
183822007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
18383
18384 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
18385 Expect ".exe" extension.
18386
381bc39b
DJ
183872007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
18388
18389 * gdb.base/charset.exp: Add explicit filename to break.
18390 * gdb.base/dbx.exp: Add explicit filename to breaks.
18391
2b70e4c6
DJ
183922007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
18393
18394 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
18395 * gdb.mi/mi2-file.exp: Likewise.
18396
303b6f5d
DJ
183972007-01-04 Vladimir Prus <vladimir@codesourcery.com>
18398
18399 Implement specification of MI tests as comments
18400 in C and C++ sources.
18401 * lib/mi-support.exp (mi_autotest_data): New variable.
18402 (mi_autotest_source): New variable.
18403 (count_newlines, mi_prepare_inline_tests)
18404 (mi_get_inline_test, mi_continue_to_line)
18405 (mi_run_inline_test, mi_tbreak)
18406 (mi_send_resuming_command, mi_wait_for_stop): New functions.
18407 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
18408 Run inline tests.
18409 * gdb.mi/mi-var-cp.cc: Define tests here.
18410
23da0d94
VP
184112007-01-04 Vladimir Prus <vladimir@codesourcery.com>
18412
18413 Simplify usage of mi_continue_to.
18414 * lib/mi-support.exp (mi_runto_helper): Renamed
18415 from mi_runto, added new parameter 'run_or_continue'.
18416 (mi_runto): Use mi_runto_helper.
18417 (mi_continue_to): Accept just function name as parameter.
18418 Use mi_runto_helper.
18419 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
18420 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 18421
f9e18282
JB
184222006-01-04 Joel Brobecker <brobecker@adacore.com>
18423
18424 Make this testcase a bit more realistic. The current code
18425 is too simplistic, and allows the compiler to optimize out
18426 some of the entities we need for this testcase.
18427 * gdb.ada/null_record/bar.ads (Void_Star): New type.
18428 (Do_Nothing): Add extra parameter.
18429 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
18430 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
18431 by using a variable of type Void_Star.
18432
fd678c65
JB
184332006-01-04 Joel Brobecker <brobecker@adacore.com>
18434
18435 * gdb.ada/catch_ex/foo.adb: New file.
18436 * gdb.ada/catch_ex.exp: New testcase.
18437
05cfdb42
DJ
184382007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
18439
18440 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
18441 pass --image-base to linker.
18442
2e03ee74
DJ
184432007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18444 Daniel Jacobowitz <dan@codesourcery.com>
18445
18446 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
18447 secondary prompts.
18448
0d5de010
DJ
184492007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
18450
18451 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
18452 output. Test the types of members and member pointers.
18453 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
18454 gdb/2092.
18455 * gdb.cp/member-ptr.exp: Search for a comment instead of a
18456 statement. Enable for GCC. Update expected output for some tests
18457 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
18458 layout.
18459 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
18460 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
18461 (Diamond::vget_base): New.
18462 (main): Add new tests.
18463 * gdb.cp/printmethod.exp: Update expected output for member functions.
18464 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
18465 print pEe->D::vg().
18466
61a771aa
DJ
184672007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
18468
18469 * gdb.threads/tls.exp: Allow stops in sem_post.
18470
2fa63963
DJ
184712006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
18472
18473 * gdb.base/annota1.exp: Allow .*printf in backtraces.
18474 * gdb.base/annota3.exp: Likewise.
18475 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
18476 again (instead of timing out).
18477 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
18478 GCC bug 26475.
18479 * gdb.java/jmisc.exp: Adjust to work with method signatures including
18480 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
18481 test from jmisc1.exp.
18482 * gdb.java/jmisc1.exp: Delete.
18483 * gdb.java/jprint.exp: Adjust to work with method signatures including
18484 return types.
18485 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
18486 * gdb.threads/linux-dp.exp: Don't be confused by program output.
18487 * lib/java.exp (compile_java_from_source): Pass the correct type
18488 to target_compile.
18489
5eefc2b7
JB
184902006-12-31 Joel Brobecker <brobecker@adacore.com>
18491
18492 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
18493 (stack_align_edx): New function.
18494 (stack_align_eax): New function.
18495 (main): Add calls to stack_align_edx and stack_align_eax.
18496 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
18497 Add testing for the cases where the register used during a stack
18498 realignment is edx. Same for eax.
18499
227c54da
DJ
185002006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
18501
18502 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
18503 and generic PE targets.
18504
cab8ac94
JB
185052006-12-29 Joel Brobecker <brobecker@adacore.com>
18506
18507 * gdb.ada/array_return.exp: Update copyright date list.
18508
ba54f318
JB
185092006-12-27 Joel Brobecker <brobecker@adacore.com>
18510
18511 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
18512 (Create_Small_Float_Vector): New function.
18513 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
18514 function body.
18515 * gdb.ada/array_return/p.adb: Use new type and function from
18516 package Pck.
18517 * gdb.ada/array_return.exp: Add a test verifying that GDB is
18518 able to print the value returned by a function returning an
18519 array of float.
18520
6b7a35dd
JB
185212006-12-20 Joel Brobecker <brobecker@adacore.com>
18522
18523 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
18524 The associated tests should be PASSing.
18525
038224f6
VP
185262006-12-08 Vladimir Prus <vladimir@codesourcery.com>
18527
18528 Test for base in references.
18529 * gdb.mi/mi-var-cp.cc: Add test code.
18530 * gdb.mi/mi-var-cp.exp: Test for bases in references.
18531 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
18532 * gdb.mi/mi2-watch.exp: Likewise.
18533 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
18534 (mi_list_varobj_children): New function.
18535
b26ed50d
VP
185362006-12-08 Vladimir Prus <vladimir@codesourcery.com>
18537
18538 * lib/mi-support.exp
18539 (mi_runto): Accept "()" after function name.
18540 (mi_create_varobj): New function.
18541 (mi_varobj_update): New function.
18542 (mi_Check_varobj_value): New function.
18543 * gdb.mi/mi-var-cp.exp: New file.
18544 * gdb.mi/mi-var-cp.cc: New file.
a9c64011 18545
08232497
DJ
185462006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
18547
18548 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
18549 gdb.base/weaklib2.c: New files.
18550
d394c993 185512006-11-29 Nathan Sidwell <nathan@codesourcery.com>
8ec659a0 18552
ac6c2fba
NS
18553 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
18554 info. Adjust test names.
18555
8ec659a0 18556 * gdb.base/break.c (main): Move position of malloc.
d394c993 18557 * gdb.base/break.exp: Revert mistaken checkin.
8ec659a0 18558
acd65feb
VP
185592006-11-28 Vladimir Prus <vladimir@codesourcery.com>
18560
18561 * gdb.mi/mi-var-cmd.exp: Check -var-update after
18562 assignement of arrays and function pointers.
18563 * gdb.mi/var-cmd.c: Add declaration necessary for above
18564 tests.
18565
f556d5e5
NS
185662006-11-27 Nathan Sidwell <nathan@codesourcery.com>
18567
18568 * gdb.base/break.c (main): Call malloc.
fcfcc2b5
NS
18569
18570 * gdb.threads/linux-dp.exp: Read thread table before and after
18571 creating each philosopher and verify it.
18572
697bc68d
NS
185732006-11-27 Nathan Sidwell <nathan@codesourcery.com>
18574 Paul Brook <paul@codesourcery.com>
18575 Daniel Jacobowitz <dan@codesourcery.com>
18576
18577 * gdb.base/ending-run.exp: Flatten expect script stepping out of
a9c64011 18578 main to remove duplication. Add start function of the form
697bc68d
NS
18579 '_*start[1-9]*'. Add RVDS start function.
18580
29d73ae4
DJ
185812006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
18582
18583 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
18584
c1d88655
UW
185852006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18586
18587 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
18588 * gdb.asm/spu.inc: New file.
18589 * gdb.base/term.exp: Disable if [target_info exists noargs].
18590 * gdb.gdb/complaints.exp: Disable if ![isnative].
18591 * gdb.gdb/selftest.exp: Likewise.
18592 * gdb.gdb/observer.exp: Likewise.
18593 * gdb.gdb/xfullpath.exp: Likewise.
18594 * gdb.base/attach.exp: Disable on SPU target.
18595 * gdb.cp/bs145503.exp: Likewise.
18596 * gdb.cp/exception.exp: Likewise.
18597 * gdb.cp/userdef.exp: Likewise.
18598
32a13b1a
DJ
185992006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
18600
18601 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
18602
d8295fe9
VP
186032006-11-10 Vladimir Prus <vladimir@codesourcery.com>
18604
18605 * gdb.base/completion.exp: Fix completion tests for
18606 'info' and 'info '.
18607 * gdb.base/help.exp (help_test_raw, test_class_help)
18608 (test_prefix_command_help): Move...
18609 * lib/gdb.exp: Here.
18610 * gdb.base/main.exp: Adjust.
18611 * gdb.cp/maint.exp: Adjust.
18612 * gdb.trace/tracecmd.exp: Use test_help_class.
a9c64011 18613
8c394015
VP
186142006-11-09 Vladimir Prus <vladimir@codesourcery.com>
18615
18616 * gdb.stabs/weird.exp (print_weird_var): Use
18617 gdb_test_multiple instead of gdb_expect.
18618
027fc1bc
VP
186192006-11-09 Vladimir Prus <vladimir@codesourcery.com>
18620
18621 * gdb.base/help.exp (help_test_raw): New.
18622 (test_class_help): New.
18623 (test_prefix_command_help): New.
18624 Adjust testcases.
18625
67609209
FR
186262006-11-09 Christophe Lyon <christophe.lyon@st.com>
18627
18628 * gdb.base/constvars.c (main): Write to crass and crips, so that
18629 they are allocated by the compiler.
18630
f73adfeb
AS
186312006-10-27 Andreas Schwab <schwab@suse.de>
18632
18633 * gdb.base/multi-forks.exp: Use "detach fork" instead of
18634 "detach-fork".
18635
2f83a18e
DJ
186362006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
18637
18638 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
18639 of patterns.
18640
94277a38
DJ
186412006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
18642
18643 * gdb.base/sepdebug.exp: Remove debug format test.
18644 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
18645 Handle no-symtab.
18646 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
18647
5bd2f6e2
DJ
186482006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
18649
18650 * gdb.threads/manythreads.c (thread_function, main): Don't cast
18651 int to pointer or pointer to int.
18652 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
18653
8c008720
DJ
186542006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
18655
18656 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
18657
9e35dae4
DJ
186582006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
18659
18660 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
18661
d9639e13
DJ
186622006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
18663
18664 PR c++/2116
18665 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
18666
390a1bd0
JB
186672006-10-06 Joel Brobecker <brobecker@adacore.com>
18668
18669 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
18670 the corresponding bug has been fixed in GDB (PR/2018).
18671
dd920c33
JB
186722006-10-06 Joel Brobecker <brobecker@adacore.com>
18673
18674 * gdb.base/subst.exp: New testcase.
18675
53bbefe9
JB
186762006-10-06 Joel Brobecker <brobecker@adacore.com>
18677
18678 * gdb.ada/array_return/pck.ads: Add copyright notice.
18679 * gdb.ada/array_return/pck.adb: Likewise.
18680 * gdb.ada/array_return/p.adb: Likewise.
18681 * gdb.ada/exec_changed/first.adb: Likewise.
18682 * gdb.ada/exec_changed/second.adb: Likewise.
18683
09851417
JB
186842006-10-06 Joel Brobecker <brobecker@adacore.com>
18685
18686 * gdb.ada/watch_arg/watch.adb: New file.
18687 * gdb.ada/watch_arg.exp: New testcase.
18688
041bf30d
VP
186892006-10-02 Vladimir Prus <vladimir@codesourcery.com>
18690
18691 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
a9c64011 18692 via string_to_regexp.
041bf30d 18693 * gdb.mi/mi2-basics.exp: Likewise.
a9c64011 18694
f286fbdd 186952006-09-20 Michael Snyder <michael.snyder@palmsource.com>
7b880e0b
MS
18696
18697 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
18698 Remove unused / obsolete files.
18699
7c07f349
NR
187002006-09-19 Nick Roberts <nickrob@snap.net.nz>
18701
18702 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
18703
cd5ff84a
VP
187042006-09-17 Vladimir Prus <vladimir@codesourcery.com>
18705
18706 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
18707 HIGH_FRAME argument to -stack-list-arguments can be larger than
a9c64011 18708 the number of frames.
cd5ff84a 18709
ae018d1a
DJ
187102006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
18711
18712 * gdb.base/args.c (main): Add breakpoint marker.
18713 * gdb.base/args.exp: Use args_test for tests. Add new tests which
18714 really test empty arguments.
18715 (args_load): Delete.
18716 (args_test): New.
18717
b399c549
NR
187182006-09-13 Nick Roberts <nickrob@snap.net.nz>
18719
18720 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
889bf7c5 18721 check for one file.
b399c549 18722
2ab1eb7a
VP
187232006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
18724
18725 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
18726 HIGH_FRAME argument to -stack-list-locals can be larger than
18727 the number of frames.
a9c64011 18728
476308bf
FF
187292006-08-18 Fred Fish <fnf@specifix.com>
18730
18731 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
18732 '$' in front of skip_vmx_tests_saved when setting that.
18733
8625200f
AS
187342006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
18735
18736 * gdb.base/trace-commands.exp: New file.
18737
089ec8f1
DJ
187382006-08-10 Joel Brobecker <brobecker@adacore.com>
18739 Daniel Jacobowitz <dan@codesourcery.com>
18740
18741 * gdb.base/step-bt.exp: Make hexadecimal address optional in
18742 expected output of the backtrace commands.
18743
b60f0898
JB
187442006-08-09 Joel Brobecker <brobecker@adacore.com>
18745
18746 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
18747 untested followed by return combination.
18748 * gdb.arch/altivec-regs.exp: Likewise.
18749 * gdb.arch/e500-abi.exp: Likewise.
18750 * gdb.arch/e500-regs.exp: Likewise.
18751 * gdb.arch/gdb1291.exp: Likewise.
18752 * gdb.arch/gdb1431.exp: Likewise.
18753 * gdb.arch/gdb1558.exp: Likewise.
18754 * gdb.arch/i386-prologue.exp: Likewise.
18755 * gdb.arch/i386-unwind.exp: Likewise.
18756 * gdb.asm/asm-source.exp: Likewise.
18757 * gdb.base/a2-run.exp: Likewise.
18758 * gdb.base/advance.exp: Likewise.
18759 * gdb.base/all-bin.exp: Likewise.
18760 * gdb.base/annota1.exp: Likewise.
18761 * gdb.base/annota3.exp: Likewise.
18762 * gdb.base/args.exp: Likewise.
18763 * gdb.base/arithmet.exp: Likewise.
18764 * gdb.base/assign.exp: Likewise.
18765 * gdb.base/async.exp: Likewise.
18766 * gdb.base/attach.exp: Likewise.
18767 * gdb.base/bang.exp: Likewise.
18768 * gdb.base/bigcore.exp: Likewise.
18769 * gdb.base/bitfields.exp: Likewise.
18770 * gdb.base/bitfields2.exp: Likewise.
18771 * gdb.base/break.exp: Likewise.
18772 * gdb.base/call-sc.exp: Likewise.
18773 * gdb.base/call-strs.exp: Likewise.
18774 * gdb.base/callfuncs.exp: Likewise.
18775 * gdb.base/checkpoint.exp: Likewise.
18776 * gdb.base/chng-syms.exp: Likewise.
18777 * gdb.base/code-expr.exp: Likewise.
18778 * gdb.base/commands.exp: Likewise.
18779 * gdb.base/completion.exp: Likewise.
18780 * gdb.base/cond-expr.exp: Likewise.
18781 * gdb.base/condbreak.exp: Likewise.
18782 * gdb.base/consecutive.exp: Likewise.
18783 * gdb.base/constvars.exp: Likewise.
18784 * gdb.base/corefile.exp: Likewise.
18785 * gdb.base/cvexpr.exp: Likewise.
18786 * gdb.base/dbx.exp: Likewise.
18787 * gdb.base/define.exp: Likewise.
18788 * gdb.base/detach.exp: Likewise.
18789 * gdb.base/display.exp: Likewise.
18790 * gdb.base/dump.exp: Likewise.
18791 * gdb.base/ena-dis-br.exp: Likewise.
18792 * gdb.base/ending-run.exp: Likewise.
18793 * gdb.base/environ.exp: Likewise.
18794 * gdb.base/eval-skip.exp: Likewise.
18795 * gdb.base/exprs.exp: Likewise.
18796 * gdb.base/fileio.exp: Likewise.
18797 * gdb.base/finish.exp: Likewise.
18798 * gdb.base/float.exp: Likewise.
18799 * gdb.base/foll-exec.exp: Likewise.
18800 * gdb.base/foll-fork.exp: Likewise.
18801 * gdb.base/foll-vfork.exp: Likewise.
18802 * gdb.base/freebpcmd.exp: Likewise.
18803 * gdb.base/funcargs.exp: Likewise.
18804 * gdb.base/gcore.exp: Likewise.
18805 * gdb.base/gdb1090.exp: Likewise.
18806 * gdb.base/gdb1250.exp: Likewise.
18807 * gdb.base/huge.exp: Likewise.
18808 * gdb.base/info-proc.exp: Likewise.
18809 * gdb.base/interrupt.exp: Likewise.
18810 * gdb.base/jump.exp: Likewise.
18811 * gdb.base/langs.exp: Likewise.
18812 * gdb.base/lineinc.exp: Likewise.
18813 * gdb.base/list.exp: Likewise.
18814 * gdb.base/logical.exp: Likewise.
18815 * gdb.base/long_long.exp: Likewise.
18816 * gdb.base/macscp.exp: Likewise.
18817 * gdb.base/maint.exp: Likewise.
18818 * gdb.base/mips_pro.exp: Likewise.
18819 * gdb.base/miscexprs.exp: Likewise.
18820 * gdb.base/multi-forks.exp: Likewise.
18821 * gdb.base/opaque.exp: Likewise.
18822 * gdb.base/overlays.exp: Likewise.
18823 * gdb.base/pc-fp.exp: Likewise.
18824 * gdb.base/pointers.exp: Likewise.
18825 * gdb.base/printcmds.exp: Likewise.
18826 * gdb.base/psymtab.exp: Likewise.
18827 * gdb.base/ptype.exp: Likewise.
18828 * gdb.base/recurse.exp: Likewise.
18829 * gdb.base/relational.exp: Likewise.
18830 * gdb.base/relocate.exp: Likewise.
18831 * gdb.base/remote.exp: Likewise.
18832 * gdb.base/reread.exp: Likewise.
18833 * gdb.base/restore.exp: Likewise.
18834 * gdb.base/return.exp: Likewise.
18835 * gdb.base/return2.exp: Likewise.
18836 * gdb.base/scope.exp: Likewise.
18837 * gdb.base/sect-cmd.exp: Likewise.
18838 * gdb.base/sep.exp: Likewise.
18839 * gdb.base/sepdebug.exp: Likewise.
18840 * gdb.base/setshow.exp: Likewise.
18841 * gdb.base/setvar.exp: Likewise.
18842 * gdb.base/sigall.exp: Likewise.
18843 * gdb.base/sigbpt.exp: Likewise.
18844 * gdb.base/signals.exp: Likewise.
18845 * gdb.base/signull.exp: Likewise.
18846 * gdb.base/sizeof.exp: Likewise.
18847 * gdb.base/solib.exp: Likewise.
18848 * gdb.base/step-line.exp: Likewise.
18849 * gdb.base/step-test.exp: Likewise.
18850 * gdb.base/structs.exp: Likewise.
18851 * gdb.base/structs2.exp: Likewise.
18852 * gdb.base/term.exp: Likewise.
18853 * gdb.base/twice.exp: Likewise.
18854 * gdb.base/until.exp: Likewise.
18855 * gdb.base/varargs.exp: Likewise.
18856 * gdb.base/volatile.exp: Likewise.
18857 * gdb.base/watchpoint.exp: Likewise.
18858 * gdb.base/whatis-exp.exp: Likewise.
18859 * gdb.base/whatis.exp: Likewise.
18860 * gdb.cp/ambiguous.exp: Likewise.
18861 * gdb.cp/annota2.exp: Likewise.
18862 * gdb.cp/annota3.exp: Likewise.
18863 * gdb.cp/bool.exp: Likewise.
18864 * gdb.cp/breakpoint.exp: Likewise.
18865 * gdb.cp/casts.exp: Likewise.
18866 * gdb.cp/class2.exp: Likewise.
18867 * gdb.cp/classes.exp: Likewise.
18868 * gdb.cp/cplusfuncs.exp: Likewise.
18869 * gdb.cp/ctti.exp: Likewise.
18870 * gdb.cp/derivation.exp: Likewise.
18871 * gdb.cp/exception.exp: Likewise.
18872 * gdb.cp/gdb1355.exp: Likewise.
18873 * gdb.cp/hang.exp: Likewise.
18874 * gdb.cp/inherit.exp: Likewise.
18875 * gdb.cp/local.exp: Likewise.
18876 * gdb.cp/m-data.exp: Likewise.
18877 * gdb.cp/m-static.exp: Likewise.
18878 * gdb.cp/member-ptr.exp: Likewise.
18879 * gdb.cp/method.exp: Likewise.
18880 * gdb.cp/misc.exp: Likewise.
18881 * gdb.cp/namespace.exp: Likewise.
18882 * gdb.cp/overload.exp: Likewise.
18883 * gdb.cp/ovldbreak.exp: Likewise.
18884 * gdb.cp/pr-1023.exp: Likewise.
18885 * gdb.cp/pr-1210.exp: Likewise.
18886 * gdb.cp/pr-574.exp: Likewise.
18887 * gdb.cp/printmethod.exp: Likewise.
18888 * gdb.cp/psmang.exp: Likewise.
18889 * gdb.cp/ref-params.exp: Likewise.
18890 * gdb.cp/ref-types.exp: Likewise.
18891 * gdb.cp/rtti.exp: Likewise.
18892 * gdb.cp/templates.exp: Likewise.
18893 * gdb.cp/try_catch.exp: Likewise.
18894 * gdb.cp/userdef.exp: Likewise.
18895 * gdb.cp/virtfunc.exp: Likewise.
18896 * gdb.disasm/am33.exp: Likewise.
18897 * gdb.disasm/h8300s.exp: Likewise.
18898 * gdb.disasm/mn10300.exp: Likewise.
18899 * gdb.disasm/sh3.exp: Likewise.
18900 * gdb.disasm/t01_mov.exp: Likewise.
18901 * gdb.disasm/t02_mova.exp: Likewise.
18902 * gdb.disasm/t03_add.exp: Likewise.
18903 * gdb.disasm/t04_sub.exp: Likewise.
18904 * gdb.disasm/t05_cmp.exp: Likewise.
18905 * gdb.disasm/t06_ari2.exp: Likewise.
18906 * gdb.disasm/t07_ari3.exp: Likewise.
18907 * gdb.disasm/t08_or.exp: Likewise.
18908 * gdb.disasm/t09_xor.exp: Likewise.
18909 * gdb.disasm/t10_and.exp: Likewise.
18910 * gdb.disasm/t11_logs.exp: Likewise.
18911 * gdb.disasm/t12_bit.exp: Likewise.
18912 * gdb.disasm/t13_otr.exp: Likewise.
18913 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
18914 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
18915 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
18916 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
18917 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
18918 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
18919 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
18920 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
18921 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
18922 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
18923 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
18924 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
18925 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
18926 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
18927 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
18928 * gdb.mi/gdb701.exp: Likewise.
18929 * gdb.mi/gdb792.exp: Likewise.
18930 * gdb.mi/mi-basics.exp: Likewise.
18931 * gdb.mi/mi-break.exp: Likewise.
18932 * gdb.mi/mi-cli.exp: Likewise.
18933 * gdb.mi/mi-console.exp: Likewise.
18934 * gdb.mi/mi-disassemble.exp: Likewise.
18935 * gdb.mi/mi-eval.exp: Likewise.
18936 * gdb.mi/mi-file.exp: Likewise.
18937 * gdb.mi/mi-read-memory.exp: Likewise.
18938 * gdb.mi/mi-regs.exp: Likewise.
18939 * gdb.mi/mi-return.exp: Likewise.
18940 * gdb.mi/mi-simplerun.exp: Likewise.
18941 * gdb.mi/mi-stack.exp: Likewise.
18942 * gdb.mi/mi-stepi.exp: Likewise.
18943 * gdb.mi/mi-syn-frame.exp: Likewise.
18944 * gdb.mi/mi-until.exp: Likewise.
18945 * gdb.mi/mi-var-block.exp: Likewise.
18946 * gdb.mi/mi-var-child.exp: Likewise.
18947 * gdb.mi/mi-var-cmd.exp: Likewise.
18948 * gdb.mi/mi-var-display.exp: Likewise.
18949 * gdb.mi/mi-watch.exp: Likewise.
18950 * gdb.mi/mi2-basics.exp: Likewise.
18951 * gdb.mi/mi2-break.exp: Likewise.
18952 * gdb.mi/mi2-cli.exp: Likewise.
18953 * gdb.mi/mi2-console.exp: Likewise.
18954 * gdb.mi/mi2-disassemble.exp: Likewise.
18955 * gdb.mi/mi2-eval.exp: Likewise.
18956 * gdb.mi/mi2-file.exp: Likewise.
18957 * gdb.mi/mi2-read-memory.exp: Likewise.
18958 * gdb.mi/mi2-regs.exp: Likewise.
18959 * gdb.mi/mi2-return.exp: Likewise.
18960 * gdb.mi/mi2-simplerun.exp: Likewise.
18961 * gdb.mi/mi2-stack.exp: Likewise.
18962 * gdb.mi/mi2-stepi.exp: Likewise.
18963 * gdb.mi/mi2-syn-frame.exp: Likewise.
18964 * gdb.mi/mi2-until.exp: Likewise.
18965 * gdb.mi/mi2-var-block.exp: Likewise.
18966 * gdb.mi/mi2-var-child.exp: Likewise.
18967 * gdb.mi/mi2-var-cmd.exp: Likewise.
18968 * gdb.mi/mi2-var-display.exp: Likewise.
18969 * gdb.mi/mi2-watch.exp: Likewise.
18970 * gdb.stabs/exclfwd.exp: Likewise.
18971 * gdb.stabs/weird.exp: Likewise.
18972 * gdb.threads/gcore-thread.exp: Likewise.
18973 * gdb.trace/actions.exp: Likewise.
18974 * gdb.trace/backtrace.exp: Likewise.
18975 * gdb.trace/circ.exp: Likewise.
18976 * gdb.trace/collection.exp: Likewise.
18977 * gdb.trace/deltrace.exp: Likewise.
18978 * gdb.trace/infotrace.exp: Likewise.
18979 * gdb.trace/limits.exp: Likewise.
18980 * gdb.trace/packetlen.exp: Likewise.
18981 * gdb.trace/passc-dyn.exp: Likewise.
18982 * gdb.trace/passcount.exp: Likewise.
18983 * gdb.trace/report.exp: Likewise.
18984 * gdb.trace/save-trace.exp: Likewise.
18985 * gdb.trace/tfind.exp: Likewise.
18986 * gdb.trace/tracecmd.exp: Likewise.
18987 * gdb.trace/while-dyn.exp: Likewise.
18988 * gdb.trace/while-stepping.exp: Likewise.
18989
f4b618d1
JB
189902006-08-08 Joel Brobecker <brobecker@adacore.com>
18991
18992 * gdb.base/step-bt.c: New file.
18993 * gdb.base/step-bt.exp: New testcase.
18994
3d00d119
DJ
189952006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
18996
18997 * config/monitor.exp (gdb_load): Remove support for obsolete
18998 download-write-size.
18999 * gdb.base/remote.exp: Likewise. Update all callers of
19000 gdb_timed_load.
19001
017b5bd4
DJ
190022006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
19003
19004 * cursal.exp: Pass binfile to gdb_load.
19005
837c599d
DJ
190062006-08-01 Nathan Sidwell <nathan@codesourcery.com>
19007
19008 * gdb.base/cursal.exp: Add "" to gdb_load call.
19009
8dd4540b
MK
190102006-07-29 Mark Kettenis <kettenis@gnu.org>
19011
19012 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
19013 NetBSD/ELF targets.
19014
ab5c9f60
DJ
190152006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
19016
19017 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
19018 operator*.
19019
4c42eaff
DJ
190202006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
19021
19022 * gdb.base/completion.exp: Update for change in "file" behavior.
19023 * gdb.stabs/weird.exp: Likewise.
19024 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
19025 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
19026
0155cc76
NS
190272006-07-24 Nathan Sidwell <nathan@codesourcery.com>
19028
19029 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
19030 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
19031
16026cd7
AS
190322006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
19033
19034 * gdb.base/default.exp: Update source command error message.
19035 * gdb.base/help.exp: Update 'help source' message.
19036
16963cb6
DJ
190372006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
19038
19039 * gdb.cp/bs15503.exp: Update comment for no longer crashing
19040 test.
19041
6d7fd486
AS
190422006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
19043
19044 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
19045
29e8a844
DJ
190462006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
19047
19048 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
19049
6afcfa39
DJ
190502006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
19051
19052 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
19053
267a692b
MK
190542006-07-17 Mark Kettenis <kettenis@gnu.org>
19055
19056 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
19057 *-*-openbsd* from targets for wich we expect ARM FPA floating
19058 point format.
19059
85d2fec4
NR
190602006-07-17 Nick Roberts <nickrob@snap.net.nz>
19061
19062 * gdb.cp/annota3.exp: Expect frame-begin annotation.
19063
190642006-07-17 Mark Kettenis <kettenis@gnu.org>
19065
19066 * gdb.base/annota3.exp: Expect frame-begin annotation.
19067
85b4c6e8
JB
190682006-07-14 Joel Brobecker <brobecker@adacore.com>
19069
19070 * gdb.base/help.exp: Adjust "help unset" test to accept
19071 any list of unset commands.
19072
fb933624
DJ
190732006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
19074 Daniel Jacobowitz <dan@codesourcery.com>
19075
19076 * gdb.cp/ref-params.exp: New test.
19077 * gdb.cp/ref-params.cc: New source file.
19078 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
19079
1dff4b64
MK
190802006-07-08 Mark Kettenis <kettenis@gnu.org>
19081
19082 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
19083 spaces/tabs in regular expressions since they might not be there.
19084
40d2e0e3
AS
190852006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
19086
19087 * gdb.base/ifelse.exp: New file.
19088
f6c957d2
NS
190892006-07-04 Nathan Sidwell <nathan@codesourcery.com>
19090
19091 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
19092 line.
19093 * gdb.base/huge.exp: Loop over compilation to find a size that
19094 is acceptable.
19095 * gdb.base/remote.exp: Correct expected strings.
19096 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
19097
b9c5a23d
DJ
190982006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19099
19100 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
19101
9af2e58d
DJ
191022006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19103
19104 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
19105 native.
19106
30930ca5
DJ
191072006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19108
19109 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
19110 enable stabs testing.
19111
aa32fa1d
DJ
191122006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19113
bd4a4c80 19114 * gdb.base/auxv.exp: Intercept undefined command messages before
aa32fa1d
DJ
19115 gdb_test_multiple does.
19116
321fef15
DJ
191172006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19118
19119 * Makefile.in (host_alias): Remove.
19120 (target_alias): Use @target_noncanonical@.
19121 (site.exp): Don't set host_alias.
19122 * aclocal.m4: Remove contents. Include acx.m4.
19123 * configure: Regenerated.
19124 * configure.ac: Use ACX_NONCANONICAL_TARGET.
19125
e1c2defa
NS
191262006-06-13 Nathan Sidwell <nathan@codesourcery.com>
19127
e63b55d1
NS
19128 * lib/gdb.exp (gdb_load_cmd): New.
19129
5600ea19
NS
19130 * gdb.base/fileio.c: Add system(NULL) test.
19131 * gdb.base/fileio.exp: Check it.
19132
e1c2defa
NS
19133 * gdb.base/break.c: Add 10a breakpoint at }
19134 * gdb.base/break.exp: Add test for breakpoint at }
19135 * gdb.cp/anon-union.cc: Add code at end of function.
19136 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
19137 * gdb.mi/var-cmd.c: Add code at end of function.
19138 * gdb.mi/mi-var-display.exp: Adjust end of next.
19139 * gdb.mi/mi2-var-display.exp: Likewise.
19140 * gdb.base/fileio.c: Add stop function and insert calls at
19141 stopping places.
19142 * gdb.base/fileio.exp: Breakpoint stop function and remove
19143 explicit line number references.
19144
6c0112ec
JB
191452006-05-19 Joel Brobecker <brobecker@adacore.com>
19146
a9c64011
AS
19147 * gdb.base/del.exp (test_delete_alias): New function.
19148 Now check that both "del" and "d" work as aliases for "delete".
6c0112ec 19149
154189a4
FF
191502006-05-18 Fred Fish <fnf@specifix.com>
19151
19152 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
19153 required. Check for spurious output after program exits normally.
19154
582e64c2
FF
191552006-05-17 Fred Fish <fnf@specifix.com>
19156
19157 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
19158 gdb_load, so it works in the simulator.
19159
8ef6493a
FF
191602006-05-11 Fred Fish <fnf@specifix.com>
19161
19162 * gdb.base/bang.exp: Ignore unexpected output between the
19163 "program exited normally" and the gdb prompt, as many other
19164 tests do.
19165
692b141c
MK
191662006-05-07 Mark Kettenis <kettenis@gnu.org>
19167
19168 * gdb.base/help.exp: Make "delete checkpoint" part option for
19169 "help d" and "help delete" tests.
19170
540b8a30
UW
191712006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19172
a9c64011 19173 * gdb.mi/mi-basics.exp: Add missing serial number to
540b8a30
UW
19174 expected output in some mi_gdb_test statements.
19175 * gdb.mi/mi2-basics.exp: Likewise.
19176
9b6462d9
JB
191772006-05-05 Joel Brobecker <brobecker@adacore.com>
19178
19179 * gdb.base/del.c: New file.
19180 * gdb.base/del.exp: New testcase.
19181
954de43b
DM
191822006-05-05 David S. Miller <davem@sunset.davemloft.net>
19183
19184 * gdb.base/break.exp: Do not assume a breakpoint on
19185 main will actually be in $srcfile when optimizing.
1303f75e
DM
19186 * gdb.base/savedregs.exp: Do not require that the dummy
19187 frame location match up to a symbol and source file location.
c3242428
DM
19188 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
19189 will get printed without a mi_cmd_data_list_register_values prefix.
19190 (*-data-list-register-*): Correct regular expressions to expect the new
19191 pseudo d? floating point registers.
19192 * gdb.mi/mi2-regs.exp: Likewise.
a9c64011 19193
c7e64c9a
DJ
191942006-05-05 Christophe Lyon <christophe.lyon@st.com>
19195
19196 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
19197 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
19198 is allocated by the compiler.
19199 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
19200 anons, e, anone to force their allocation by the compiler.
19201
192022006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
79c214e0
DJ
19203
19204 * gdb.base/help.exp: Update expected text for help d and
19205 help delete.
19206
27ce9a6d
MK
192072006-05-02 Mark Kettenis <kettenis@gnu.org>
19208
19209 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
19210 NetBSD/ELF targets.
19211
8608915f
MK
192122006-04-30 Mark Kettenis <kettenis@gnu.org>
19213
19214 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
19215 single-step breakpoint fails; make this a KFAIL on
19216 sparc*-*-openbsd*.
19217 * gdb.base/siginfo.exp: Likewise.
19218 * gdb.base/sigstep.exp (advance, advancei): Likewise.
19219
b8db102d
MS
192202006-04-26 Michael Snyder <msnyder@redhat.com>
19221
19222 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
19223 which may have to consume output from other forks.
19224 Add tests to make sure that "delete fork" succeeded.
19225
c702009a
MS
192262006-04-20 Michael Snyder <msnyder@redhat.com>
19227
19228 * 2006-03-22 Jim Blandy <jimb@redhat.com>
19229 Add support for the Renesas M32C and M16C.
19230
19231 * gdb.asm/asm-source.exp: Add m32c target.
19232 * gdb.asm/m32c.inc: Support for m32c target.
19233
e28493f2
AS
192342006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
19235
19236 * gdb.base/commands.exp (recursive_source_test): New test.
19237
880da185
DM
192382006-04-04 David S. Miller <davem@sunset.davemloft.net>
19239
19240 * gdb.base/float.exp: Add pattern for sparc targets.
19241
61d9b92f
DJ
192422006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
19243
19244 * gdb.base/commands.exp (stray_arg0_test): New test.
19245
bd717df8
PB
192462006-03-30 Paul Brook <paul@codesourcery.com>
19247
19248 * gdb.mi/mi-until.exp: kfail broken until command.
19249 * gdb.mi/mi2-until.exp: Ditto.
19250
ec793d3c
NR
192512006-03-27 Nick Roberts <nickrob@snap.net.nz>
19252
19253 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
19254
831004b7
AO
192552006-03-08 Alexandre Oliva <aoliva@redhat.com>
19256
19257 * gdb.base/prelink.exp: Anchor tested-for regular expression
19258 on gdb prompt.
19259
effe49a0
PB
192602006-03-07 Paul Brook <paul@codesourcery.com>
19261
19262 * gdb.base/assign.exp: Correct fail message.
19263
e5461016
PB
192642006-03-07 Paul Brook <paul@codesourcery.com>
19265
19266 * lib/compiler.c: Extract armcc version number.
19267 * lib/compiler.cc: Ditto.
19268
fc91c6c2
PB
192692006-03-07 Paul Brook <paul@codesourcery.com>
19270
19271 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
19272 additional_flags=-w.
19273 * gdb.arch/altivec-regs.exp: Ditto.
19274 * gdb.arch/e500-abi.exp: Ditto.
19275 * gdb.arch/e500-regs.exp: Ditto.
19276 * gdb.base/all-bin.exp: Ditto.
19277 * gdb.base/annota1.exp: Ditto.
19278 * gdb.base/annota3.exp: Ditto.
19279 * gdb.base/args.exp: Ditto.
19280 * gdb.base/arithmet.exp: Ditto.
19281 * gdb.base/assign.exp: Ditto.
19282 * gdb.base/async.exp: Ditto.
19283 * gdb.base/bang.exp: Ditto.
19284 * gdb.base/break.exp: Ditto.
19285 * gdb.base/call-rt-st.exp: Ditto.
19286 * gdb.base/completion.exp: Ditto.
19287 * gdb.base/cond-expr.exp: Ditto.
19288 * gdb.base/condbreak.exp: Ditto.
19289 * gdb.base/consecutive.exp: Ditto.
19290 * gdb.base/define.exp: Ditto.
19291 * gdb.base/display.exp: Ditto.
19292 * gdb.base/ena-dis-br.exp: Ditto.
19293 * gdb.base/environ.exp: Ditto.
19294 * gdb.base/eval-skip.exp: Ditto.
19295 * gdb.base/info-proc.exp: Ditto.
19296 * gdb.base/jump.exp: Ditto.
19297 * gdb.base/logical.exp: Ditto.
19298 * gdb.base/long_long.exp: Ditto.
19299 * gdb.base/maint.exp: Ditto.
19300 * gdb.base/miscexprs.exp: Ditto.
19301 * gdb.base/pc-fp.exp: Ditto.
19302 * gdb.base/pointers.exp: Ditto.
19303 * gdb.base/relational.exp: Ditto.
19304 * gdb.base/reread.exp: Ditto.
19305 * gdb.base/sect-cmd.exp: Ditto.
19306 * gdb.base/sep.exp: Ditto.
19307 * gdb.base/sepdebug.exp: Ditto.
19308 * gdb.base/until.exp: Ditto.
19309 * gdb.base/whatis-exp.exp: Ditto.
19310 * gdb.cp/annota2.exp: Ditto.
19311 * gdb.cp/annota3.exp: Ditto.
19312 * gdb.trace/actions.exp: Ditto.
19313 * gdb.trace/backtrace.exp: Ditto.
19314 * gdb.trace/circ.exp: Ditto.
19315 * gdb.trace/collection.exp: Ditto.
19316 * gdb.trace/deltrace.exp: Ditto.
19317 * gdb.trace/infotrace.exp: Ditto.
19318 * gdb.trace/limits.exp: Ditto.
19319 * gdb.trace/packetlen.exp: Ditto.
19320 * gdb.trace/passc-dyn.exp: Ditto.
19321 * gdb.trace/passcount.exp: Ditto.
19322 * gdb.trace/report.exp: Ditto.
19323 * gdb.trace/save-trace.exp: Ditto.
19324 * gdb.trace/tfind.exp: Ditto.
19325 * gdb.trace/tracecmd.exp: Ditto.
19326 * gdb.trace/while-dyn.exp: Ditto.
19327 * gdb.trace/while-stepping.exp: Ditto.
19328 * lib/gdb.exp: Ditto.
19329 (gdb_compile): Handle nowarning option.
19330
5f4a23d9
AO
193312006-03-07 Alexandre Oliva <aoliva@redhat.com>
19332
19333 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
19334 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
19335 Rename executable to prelinkt. Don't re-prelink if we didn't
19336 get a core file. Test prelink -u exit status to tell whether
19337 prelinking failed. Use gdb_test_multiple.
19338
9733fc94
DJ
193392006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
19340
19341 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
19342 (do_tests): Call it.
19343
cc10cae3
AO
193442006-02-28 Alexandre Oliva <aoliva@redhat.com>
19345
19346 * gdb.base/prelink.exp: New test.
19347 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
19348
15c46491
WZ
193492006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
19350
19351 * gdb.fortran/derived-type.f90: New file.
19352 * gdb.fortran/derived-type.exp: New testcase.
19353
5c9f7ded
DJ
193542006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
19355
19356 * gdb.base/default.exp: Allow ';' as a directory separator.
19357
5b96932b
AS
193582006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
19359
19360 * gdb.base/help.exp (help add-symbol-file): Update.
19361
1986bccd
AS
193622006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
19363
19364 * gdb.base/help.exp (help load): Update expected results.
19365
a8b7528f
FF
193662006-02-19 Fred Fish <fnf@specifix.com>
19367
19368 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
19369 specifix hex value as part of results.
19370 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
a9c64011 19371
f8261448
FF
193722006-02-16 Fred Fish <fnf@specifix.com>
19373
19374 * gdb.base/whatis.c: Define variables using typedefs char_addr,
19375 ushort_addr, and slong_addr, so the typedefs are not optimized
19376 away.
19377 * gdb.base/whatis.exp: Add tests using type name for struct type,
19378 union type, enum type, and typedef.
a9c64011 19379
31d8bdd2
MK
193802006-02-13 Mark Kettenis <kettenis@gnu.org>
19381
19382 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
19383
34e41e63
JB
193842006-02-13 Jim Blandy <jimb@redhat.com>
19385
19386 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
19387 case where it takes two "next" commands to skip past the init
19388 call.
19389
ac6e4f31
FF
193902006-02-12 Fred Fish <fnf@specifix.com>
19391
19392 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
19393 to handle cases where it takes two "next" commands to skip
19394 past the init call.
19395
2db2d571
JB
193962006-02-07 Joel Brobecker <brobecker@adacore.com>
19397
19398 * gdb.ada/array_return.exp: Mark the last test as expected to fail
19399 on hppa32 targets.
19400
38fcd64c
DJ
194012006-02-06 Vladimir Prus <ghost@cs.msu.su>
19402
19403 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
19404 field.
19405
1315ad46
MK
194062006-01-29 Mark Kettenis <kettenis@gnu.org>
19407
19408 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
19409
5625b943
DJ
194102006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
19411
19412 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
19413 files.
19414
80df1bbe
DJ
194152006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
19416
19417 * gdb.cp/maint.exp: Set complaints to a positive value.
19418
9078e690
DJ
194192006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
19420
19421 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
19422 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
19423 function name.
19424
9c903399
DJ
194252006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
19426
19427 * gdb.base/checkpoint.c: Update copyright notice. Include
19428 <stdlib.h>.
19429
761ae4d6
JB
194302006-01-04 Jim Blandy <jimb@redhat.com>
19431
19432 * gdb.asm/asm-source.exp: Independently provide default values for
19433 asm-flags and debug-flags. Use 'string equal' to do the
19434 comparison, not the implicit expr's '==' operator. Remove
19435 now-unneeded assignments to asm-flags. In h8300 case, place
19436 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
19437
099ac3dd
MS
194382006-01-04 Michael Snyder <msnyder@redhat.com>
19439
19440 * gdb.base/checkpoint.c: New file.
19441 * gdb.base/checkpoint.exp: New file.
19442 * gdb.base/multi-fork.c: New file.
19443 * gdb.base/multi-fork.exp: New file.
19444 * gdb.base/pi.txt: New file (data for checkpoint.c test).
19445
f4d85314
FF
194462006-01-04 Fred Fish <fnf@specifix.com>
19447
19448 * gdb.base/ptype.c (foo): Add typedef.
19449 (intfoo): Add function.
19450 * gdb.base/ptype1.c: New file.
19451 * gdb.base/ptype.exp: Handle compilation and linking with two
19452 source files. Test that proper type for "foo" is found based
19453 on source context rather than first match found in symtabs.
19454
a1b06f35
MK
194552005-12-28 Mark Kettenis <kettenis@gnu.org>
19456
19457 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
19458 * gdb.asm/openbsd.inc: Indent commands.
19459
d082a1e2
MK
194602005-12-26 Mark Kettenis <kettenis@gnu.org>
19461
c65016bd
MK
19462 * gdb.base/freebpcmd.exp: Increase timeout.
19463
d082a1e2
MK
19464 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
19465
d3c32a0e
DJ
194662005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
19467
19468 * gdb.base/default.exp: Update check for "show version".
19469
9fdb1f50
RC
194702005-12-09 Randolph Chung <tausq@debian.org>
19471
19472 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
19473 * gdb.asm/pa64.inc: New file.
19474
5f2c56f7
RC
194752005-12-09 Randolph Chung <tausq@debian.org>
19476
19477 * gdb.asm/common.inc: Indent commands.
19478 * gdb.asm/asmsrc1.s: Likewise.
19479 * gdb.asm/asmsrc2.s: Likewise.
19480
8117349c
RC
194812005-12-09 Randolph Chung <tausq@debian.org>
19482
19483 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
19484 (get_addr_of_sym): Remove duplicate print.
19485 (gen_core): xfail hppa*-*-hpux*, update expected output.
19486 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
19487 * gdb.arch/pa64-nullify.s: New file.
19488
8f07f25a
RC
194892005-12-09 Randolph Chung <tausq@debian.org>
19490
19491 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
19492
55b39184
DJ
194932005-12-07 Christophe Lyon <christophe.lyon@st.com>
19494
19495 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
19496 code generation for these functions.
19497 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
19498 error message.
19499
31e2b00f
AS
195002005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
19501
19502 * gdb.base/help.exp (help b, help br, help bre, help brea)
19503 (help break): Update the expected message.
19504
c3d0b56e
SC
195052005-11-11 Stephane Carrez <stcarrez@nerim.fr>
19506
19507 * gdb.asm/m68hc11.inc: Setup the data section.
19508 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
19509 script for this test.
19510 (m6812-*-*): Likewise.
19511
36ae0ea9
RC
195122005-11-09 Randolph Chung <tausq@debian.org>
19513
19514 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
19515
9d6f42e9
WZ
195162005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
19517
19518 * gdb.base/break.exp: Fix a comment typo.
19519
e2126a14
EZ
195202005-11-03 Jim Blandy <jimb@redhat.com>
19521
a9c64011
AS
19522 Checked in by Elena Zannoni <ezannoni@redhat.com>
19523
889bf7c5 19524 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
e2126a14 19525
e0ac7199
CV
195262005-11-02 Corinna Vinschen <vinschen@redhat.com>
19527
19528 * gdb.arch/gdb1558.c: Include stdio.h.
19529
31d3fb18
MK
195302005-10-31 Mark Kettenis <kettenis@gnu.org>
19531
19532 * gdb.asm/asm-source.exp: Use -e instead of --entry.
19533
e52b687c
MK
195342005-10-31 Mark Kettenis <kettenis@gnu.org>
19535
19536 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
19537
f4711d79
PG
195382005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
19539
a9c64011
AS
19540 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
19541 vscr" tests to better match output.
f4711d79 19542
987a9106
JB
195432005-10-12 Jim Blandy <jimb@redhat.com>
19544
19545 * gdb.base/structs.exp (any): New function.
19546 (test_struct_returns): Don't make any assumptions at all about
19547 what value the function returns when GDB can't set the return
19548 value.
19549
2336bb58
JB
195502005-10-09 Joel Brobecker <brobecker@adacore.com>
19551
19552 * gdb.ada/arrayidx/p.adb: New file.
19553 * gdb.ada/arrayidx.exp: New testcase
19554
195552005-10-09 Joel Brobecker <brobecker@adacore.com>
1495de3f
JB
19556
19557 * gdb.ada/array_return/pck.ads: New file.
19558 * gdb.ada/array_return/pck.adb: New file.
19559 * gdb.ada/array_return/p.adb: New file.
19560 * gdb.ada/array_return.exp: New testcase.
19561
705335ea
JB
195622005-10-03 Joel Brobecker <brobecker@adacore.com>
19563
a9c64011
AS
19564 * gdb.base/arrayidx.c: New file.
19565 * gdb.base/arrayidx.exp: New testcase.
705335ea 19566
11ee9940
NR
195672005-09-29 Nick Roberts <nickrob@snap.net.nz>
19568
19569 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
19570 frames-invalid and breakpoints-invalid are no longer generated
19571 with level 3 so don't expect them in the output.
19572
39fb8e9e
BR
195732005-09-27 Bob Rossi <bob@brasko.net>
19574
a9c64011 19575 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
39fb8e9e
BR
19576 from test. Escape the | in mi_gdb_test call.
19577 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
19578 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
19579 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
19580 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
19581 expected regex's in mi_gdb_test calls.
19582 * lib/mi-support.exp: Remove arbitrary .* from tests.
19583 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
19584 Fully anchor GDB/MI expected results in mi_gdb_test.
19585 * lib/gdb.exp (string_to_regexp): Escape the ] character.
19586 * gdb.base/sizeof.exp: Remove escape character. Correct test.
19587
2af48f68
PB
195882005-09-26 Paul Brook <paul@codesourcery.com>
19589
19590 * long_long.exp: Exclude eabi targets from arm FPA float format test.
19591
f34502bc
WZ
195922005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
19593
19594 * bfp-test.c: New file.
19595 * bfp-test.exp: New testcase.
19596
ca929517
WZ
195972005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
19598
19599 * gdb.fortran/subarray.exp: New testcase to test the evaluation
19600 of subarray and substring variable.
19601 * gdb.fortran/subarray.f: New source file for the test of subarray
19602 and substring variable evaluation.
19603 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
19604 of string constant.
19605
c761af65
DJ
196062005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
19607
19608 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
19609 copyright dates.
19610
561d7a1d
PG
196112005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
19612
19613 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
19614 powerpc altivec' test with an almost identical 'info vector' test.
19615
b2b64cc9
PG
196162005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
19617
a9c64011
AS
19618 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
19619 vscr" tests to match output.
b2b64cc9 19620
6ac4d15a
PG
196212005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
19622
a9c64011
AS
19623 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
19624 output.
6ac4d15a 19625
40e55bef
BR
196262005-09-11 Bob Rossi <bob@brasko.net>
19627
889bf7c5
PA
19628 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
19629 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
19630 commands that return an MI output command and an asyncronous MI output
19631 command.
40e55bef
BR
19632 * gdb.mi/mi-console.exp: Ditto.
19633
3c7385ec
BR
196342005-09-11 Bob Rossi <bob@brasko.net>
19635
19636 * gdb.mi/mi-var-child.c: Include <string.h>.
19637
a6cd0eb3
DJ
196382005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
19639
19640 * killed.exp: Correct gdb_expect syntax.
19641
2f168eed
CV
196422005-08-09 Corinna Vinschen <vinschen@redhat.com>
19643
19644 * lib/mi-support.exp (mi_gdb_load): Fix typo.
19645
ecd3fd0f
BR
196462005-08-02 Bob Rossi <bob@brasko.net>
19647
19648 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
19649 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
19650 Change tests to inferior-tty-set/show.
19651 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
19652 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
19653 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
19654 inferior. Use mi_gdb_test to get GDB and Inferior output.
19655 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
19656 descriptor.
19657 (mi_inferior_tty_name): Add inferior PTY file name.
19658 (mi_gdb_start): Add INFERIOR_PTY parameter.
19659 (mi_gdb_test): Add IPATTERN parameter.
19660
f1ea48cb 196612005-08-02 Bob Rossi <bob@brasko.net>
a9c64011 19662
f1ea48cb
BR
19663 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
19664 parameter to mi_gdb_test.
19665 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
19666
6e650a67
DJ
196672005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
19668
19669 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
19670 struct_declarations.
19671 * gdb.mi/mi-var-child.exp: Step over the initialization of
19672 struct_declarations.
19673
8be260b6
DJ
196742005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
19675
19676 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
19677 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
19678 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
19679 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
19680 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
19681 file.
19682
4e660f07
NR
196832005-07-27 Nick Roberts <nickrob@snap.net.nz>
19684
19685 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
19686 (do_children_tests): Assign values to the extra elements.
19687
19688 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
19689 them for tests for "-var-update --no-values" and
a9c64011 19690 "-var-update --all-values".
4e660f07
NR
19691 Add test for "-var-list-children --simple-values".
19692
19693 * gdb.mi/basics.c (callee4): Add integer array D[3]...
19694
19695 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
19696 "-stack-list-locals --simple-values" Improve doc strings and
19697 comments.
19698
6bdae935
MK
196992005-07-18 Mark Kettenis <kettenis@gnu.org>
19700
598b7a6f
MK
19701 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
19702 *-*-openbsd*.
19703 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
19704
6bdae935
MK
19705 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
19706 sigaltsatck'.
19707
1323e929 197082005-07-14 Bob Rossi <bob@brasko.net>
a9c64011 19709
1323e929
BR
19710 * gdb.base/default.exp (tty): Changed output of command.
19711 * gdb.base/help.exp (help tty): Ditto.
19712
b1a9c082
MK
197132005-07-12 Mark Kettenis <kettenis@gnu.org>
19714
19715 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
19716
10a844a2
MK
197172005-07-10 Mark Kettenis <kettenis@gnu.org>
19718
19719 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
19720 -stack-select-frame without arguments.
19721 (test_stack_frame_listing): Add test for newly implemented command
19722 -stack-info-frame.
19723
3cb3b8df
BR
197242005-07-06 Bob Rossi <bob@brasko.net>
19725
19726 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
19727 command.
19728 (Copyright): Update copyright.
19729
a0c5fbcf
WZ
197302005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
19731
19732 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
19733 tests to evaluate exponentiation expression.
19734
984971d0
AS
197352005-06-29 Andreas Schwab <schwab@suse.de>
19736
19737 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
19738 main to avoid warnings.
19739
19740 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
19741
fe03833f
NR
197422005-06-20 Nick Roberts <nickrob@snap.net.nz>
19743
19744 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
19745 -stack-select-frame without arguments.
19746 (test_stack_frame_listing): Add test for newly implemented command
19747 -stack-info-frame.
a9c64011 19748
7a55f279
WZ
197492005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
19750
0ffa0ea5
DJ
19751 * gdb.fortran/array-element.f: New file.
19752 * gdb.fortran/array-element.exp: New testcase.
7a55f279 19753
26585198
DJ
197542005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
19755
19756 * gdb.base/bigcore.exp: Correct checks for systems which can
19757 not dump a large core file.
19758
c1bd25fd
DJ
197592005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
19760
19761 * gdb.base/relocate.c: Add a copyright notice.
19762 (dummy): Remove.
19763 * gdb.base/relocate.exp: Test printing the values of variables
19764 from a relocatable file.
19765
589e074d
DJ
197662005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
19767
19768 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
19769 excess MI output after an error.
19770
0915f927
JB
197712005-05-29 Joel Brobecker <brobecker@adacore.com>
19772
19773 * gdb.arch/alpha-step.c: New file.
19774 * gdb.arch/alpha-step.exp: New testcase.
19775
76ff342d
DJ
197762005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
19777 Dennis Brueni <dennis@slickedit.com>
19778
19779 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
19780 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
19781 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
19782 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
19783 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
19784 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
19785 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
19786
96b0c7ac
DJ
197872005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
19788 Wu Zhou <woodzltc@cn.ibm.com>
19789
19790 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
19791 IBM's xlc compiler.
19792 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
19793 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
19794
f21565d2
JB
197952005-05-13 Jim Blandy <jimb@redhat.com>
19796
19797 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
19798 calling gdb_suppress_entire_file.
19799 * gdb.base/charset.exp: Same.
19800 * gdb.base/call-rt-st.exp: Same.
19801
6006a3a1
BR
198022005-05-05 Bob Rossi <bob_rossi@cox.net>
19803
19804 * lib/gdb.exp (fullname_syntax): Added global regex.
19805 (fullname_syntax_POSIX): Ditto.
19806 (fullname_syntax_UNC): Ditto.
19807 (fullname_syntax_DOS_CASE): Ditto.
19808 (fullname_syntax_DOS): Ditto.
19809 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
19810 fullname_syntax variable to scope and use it.
19811 (test_file_list_exec_source_files): Ditto.
19812 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
19813
c3b69c04
DJ
198142005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
19815
19816 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
19817
3c95e6af
PG
198182004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
19819
a9c64011
AS
19820 * lib/gdb.exp (skip_altivec_tests): New function, based on
19821 check_vmx_hw_available from the GCC testsuite.
19822 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
19823 * lib/gdb.arch/altivec-regs.exp: Likewise.
3c95e6af 19824
78df6c56
JB
198252005-05-02 Jim Blandy <jimb@redhat.com>
19826
19827 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
19828 calling gdb_suppress_entire_file.
19829
1690f9cf
DJ
198302005-04-30 Randolph Chung <tausq@debian.org>
19831
19832 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
19833 Slightly relax "sem_post" name checking.
19834
5ea106f7
PG
198352005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
19836
19837 * gdb.base/unload.exp: Use new shared library infrastructure.
19838
bf7234cf
PG
198392005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
19840
19841 * gdb.base/so-impl-ld.exp: Use new shared library
a9c64011 19842 infrastructure.
bf7234cf 19843
547b869a
CV
198442005-04-29 Corinna Vinschen <vinschen@redhat.com>
19845
19846 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
19847 * gdb.asm/h8300.inc: New file.
19848
f07e55f0
PG
198492005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
19850
19851 * gdb.base/shlib-call.exp: Change to use new shared library
19852 infrastructure.
19853
3cbba3d1
PG
198542005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
19855
a9c64011
AS
19856 * gdb.base/pending.exp: Change to use new shared library
19857 infrastructure.
3cbba3d1 19858
ed6df200
PG
198592005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
19860
a9c64011
AS
19861 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
19862 use test_compiler_info instead of gcc_compiled, and update copyright.
ed6df200 19863
8c8f4ebe
PG
198642005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
19865
a9c64011
AS
19866 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
19867 shared objects being adjusted and update copyright years.
8c8f4ebe 19868
607fbc54
DJ
198692005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
19870
19871 * ChangeLog: Correct some 2003-01-13 dates.
19872 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
19873 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
19874 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
19875 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
19876 gdb.trace/tfind.exp: Update copyright years.
19877
57bf0e56
DJ
198782005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
19879 Daniel Jacobowitz <dan@codesourcery.com>
19880
19881 * lib/gdb.exp (gdb_compile): Handle shlib=.
19882 (gdb_compile_shlib): New function.
19883
9b593790
PG
198842005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
19885
a9c64011 19886 * lib/gdb.exp (test_compiler_info): Give argument a default value.
9b593790 19887
9494c6a5
DJ
198882005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
19889
19890 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
19891 gdb.server.
19892 * configure.ac: Likewise.
19893 * configure: Regenerated.
19894 * gdb.gdbserver/Makefile.in: Moved to...
19895 * gdb.server/Makefile.in: ... here.
19896 * gdb.gdbserver/server.c: Moved to...
19897 * gdb.server/server.c: ... here.
19898 * gdb.gdbserver/server-run.exp: Moved to...
19899 * gdb.server/server-run.exp: ... here.
19900
6f8eac0e
DJ
199012005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
19902
19903 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
19904 * configure.ac: Create gdb.gdbserver/Makefile.
19905 * configure: Regenerated.
19906 * lib/gdbserver-support.exp: New file, derived from
19907 config/gdbserver.exp.
19908 * config/gdbserver.exp: Use gdbserver-support.exp.
19909 * gdb.gdbserver/Makefile.in: New file.
19910 * gdb.gdbserver/server.c: New file.
19911 * gdb.gdbserver/server-run.exp: New file.
19912
6e87504d
PG
199132005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
19914
a9c64011
AS
19915 * lib/gdb.exp (test_compiler_info): Return compiler_info
19916 if no arguments are given.
6e87504d 19917
d1779be4
PG
199182005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
19919
19920 * gdb.arch/altivec-abi.exp: Check for compiler and set
19921 use altivec' flag accordingly.
19922 * gdb.arch/altivec-regs.exp: Likewise.
19923
88750304
DJ
199242005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
19925
19926 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
19927
f3fb768d
AS
199282005-03-27 Andreas Schwab <schwab@suse.de>
19929
19930 * gdb.base/bigcore.c (main): Add missing mode argument in open
19931 call.
19932
7e813ac5
DJ
199332005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
19934
19935 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
19936 downloads.
19937 * config/gdbserver.exp (gdb_load): Likewise.
19938
8e3049aa
PB
199392005-03-14 Paul Brook <paul@codesourcery.com>
19940
19941 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
19942 targets.
19943
a9df7c44
JB
199442005-03-09 Joel Brobecker <brobecker@adacore.com>
19945
19946 * gdb.dwarf2/dup-psym.S: New file.
19947 * gdb.dwarf2/dup-psym.exp: New testcase.
19948
9f0d94e8
JB
199492005-03-09 Joel Brobecker <brobecker@adacore.com>
19950
19951 * gdb.ada/exec_changed/first.adb: New file.
19952 * gdb.ada/exec_changed/second.adb: New file.
19953 * gdb.ada/exec_changed.exp: New testcase.
19954
5f579bc5
NS
199552005-03-08 Nathan Sidwell <nathan@codesourcery.com>
19956
36e9969c
NS
19957 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
19958 (A2): New class.
19959 (main): Test operator+.
19960 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
19961 breakpoint test.
19962
5f579bc5
NS
19963 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
19964 * gdb.base/signull.exp: Disable if gdb,nosignals.
19965 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
19966 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
19967 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
19968 * gdb.mi/mi2-console.exp: Likewise.
19969 * gdb.trace/collection.exp (run_trace_experiment): Consume the
19970 continue output at start.
19971 (gdb_collect_locals_test): Robustify regexp.
19972 * gdb.trace/passc-dyn.exp: Fix comment typo.
19973 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
19974
be46087e
CV
199752005-03-08 Corinna Vinschen <vinschen@redhat.com>
19976
19977 * gdb.asm/asm-source.exp: Add iq2000 case.
19978 * gdb.asm/iq2000.inc: New file.
19979
384e1a61 199802005-03-07 Manoj Iyer <manjo@austin.ibm.com>
a9c64011 19981
384e1a61
MI
19982 * gdb.base/command.exp: Change hardcoded value to regular expression.
19983 * gdb.base/float.exp: Add powerpc to the list of targets checked.
19984
584b6e9e
DJ
199852005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
19986
19987 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
19988 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
19989 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
19990 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
19991 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
19992
ab5b5d61
MK
199932005-03-05 Mark Kettenis <kettenis@gnu.org>
19994
19995 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
19996 changes.
19997
ae051c1b
PG
199982004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
19999
a9c64011
AS
20000 * lib/compiler.c: Add test for IBM's xlc compiler.
20001 * lib/compiler.cc: Likewise.
ae051c1b 20002
3f0f6ed2
JB
200032004-02-24 Joel Brobecker <brobecker@adacore.com>
20004
20005 * gdb.ada/fixed_points.exp: Create compilation object directory
20006 before running the test.
20007 * gdb.ada/null_record.exp: Likewise.
20008 * gdb.ada/packed_array.exp: Likewise.
20009 * gdb.ada/start.exp: Likewise.
20010
724f452b
JB
200112005-02-15 Joel Brobecker <brobecker@adacore.com>
20012
20013 * gdb.ada/packed_array/pa.adb: New file.
20014 * gdb.ada/packed_array.exp: New testcase.
20015
57f5cdfb 200162005-02-10 Mark Kettenis <kettenis@gnu.org>
ebdda337 20017
1f393151
MK
20018 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
20019 files.
20020
ebdda337
MK
20021 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
20022 on *-*-openbsd*. Correctly match whitespace in regukar
20023 expressions.
20024
cf309262
DJ
200252005-02-10 Daniel Jacobowitz <dan@debian.org>
20026
20027 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
20028 PR exp/1821
20029 * gdb.base/gdb1821.c: New test file.
20030 * gdb.base/gdb1821.exp: New test file.
20031
3be49e7a
JB
200322005-02-09 Joel Brobecker <brobecker@adacore.com>
20033
20034 * gdb.base/start.c: New file.
20035 * gdb.base/start.exp: New testcase.
20036
e292e67d
JB
200372005-02-09 Joel Brobecker <brobecker@adacore.com>
20038
20039 * gdb.ada/start/dummy.adb: New file.
20040 * gdb.ada/start.exp: New testcase.
20041
dbdfa66c
CV
200422005-02-09 Corinna Vinschen <vinschen@redhat.com>
20043
20044 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
20045 for printing symbols and statistics.
20046 Add test for using relative pathnames in "maint print msymbols" test.
20047 Mark "maint info sections DATA" XFAIL on Cygwin.
20048 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
20049 tests.
20050
d7941671
AC
200512005-02-09 Andreas Schwab <schwab@suse.de>
20052
20053 Committed by Andrew Cagney <cagney@gnu.org>
20054 * gdb.base/remotetimeout.exp: New file.
20055
74e5ef44
MK
200562005-02-07 Mark Kettenis <kettenis@gnu.org>
20057
20058 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
20059
464dd14d
JB
200602005-02-03 Joel Brobecker <brobecker@adacore.com>
20061
20062 * gdb.ada/gnat_ada.gpr: New file.
20063 * gdb.ada/gnat_ada.gin: Delete, no longer used.
20064 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
20065 * configure.ac: No longer generate gnat_ada.gpr.
20066 * configure: Regenerate.
20067 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
20068 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
20069 * gdb.ada/null_record/bar.ads: Likewise.
20070 * gdb.ada/null_record/bar.adb: Likewise.
20071 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
20072 * gdb.ada/null_record.exp (testdir): New variable.
20073 (testfile): executable is now in testdir subdirectory.
20074 (srcfile): Use full path to the main compilation unit.
20075 * gdb.ada/fixed_points.exp: Same changes as above.
20076
30d756ae
NR
200772005-02-03 Nick Roberts <nickrob@snap.net.nz>
20078
20079 * gdb.base/interp.exp: New test.
20080
9d799f85
AC
200812005-01-24 Andrew Cagney <cagney@gnu.org>
20082
20083 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
20084
15656118
AC
200852005-01-19 Andrew Cagney <cagney@gnu.org>
20086
a892c31b
AC
20087 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
20088 configure.ac not configure.in.
20089
15656118
AC
20090 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
20091 of powerpc*-*-*.
20092 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
a9c64011 20093 * gdb.base/list.exp (test_list_function)
15656118
AC
20094 (test_list_filename_and_function): Ditto.
20095 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
20096
a7b01baf
AC
200972005-01-16 Andrew Cagney <cagney@gnu.org>
20098
17d92a02
AC
20099 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
20100
a7b01baf
AC
20101 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
20102
bc8332bb
AC
201032005-01-14 Andrew Cagney <cagney@gnu.org>
20104
20105 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
20106 * gdb.mi/mi2-var-cmd.exp: Ditto.
20107
4d074752
CV
201082005-01-10 Corinna Vinschen <vinschen@redhat.com>
20109
20110 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
20111
bec39cab
AC
201122005-01-07 Andrew Cagney <cagney@gnu.org>
20113
20114 * configure.ac: Rename configure.in, require autoconf 2.59.
20115 * configure: Re-generate.
20116 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
20117 * gdb.stabs/configure: Re-generate.
20118 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
20119 * gdb.hp/configure: Re-generate.
20120 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
20121 autoconf 2.59.
20122 * gdb.hp/gdb.objdbg/configure: Re-generate.
20123 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
20124 autoconf 2.59.
20125 * gdb.hp/gdb.defects/configure: Re-generate.
20126 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
20127 autoconf 2.59.
20128 * gdb.hp/gdb.compat/configure: Re-generate.
20129 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
20130 autoconf 2.59.
20131 * gdb.hp/gdb.base-hp/configure: Re-generate.
20132 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
20133 autoconf 2.59.
20134 * gdb.hp/gdb.aCC/configure: Re-generate.
20135
f10b16d4
JB
201362004-12-15 Jim Blandy <jimb@redhat.com>
20137
20138 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
20139 under NPTL when there is debugging info available for libpthread.
20140
fb6e1814
JG
201412004-12-13 Jerome Guitton <guitton@gnat.com>
20142
20143 * gdb.ada/fixed_points.c: New file.
20144 * gdb.ada/fixed_points.exp: New file.
20145
fe46cd3a
RC
201462004-12-03 Randolph Chung <tausq@debian.org>
20147
20148 * gdb.arch/pa-nullify.exp: New file.
20149 * gdb.arch/pa-nullify.s: New file.
20150
8de0841b
RC
201512004-11-30 Randolph Chung <tausq@debian.org>
20152
20153 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
20154 instead of "tbug". Fix regexp to work properly with gdb_test.
20155
c8170782
PH
201562004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
20157
20158 * gdb.base/bitfields2.exp: New test.
20159 * gdb.base/bitfields2.c: New file.
20160
954269c2
RE
201612004-11-28 Richard Earnshaw <rearnsha@arm.com>
20162
20163 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
20164
0107feed
RC
201652004-11-16 Randolph Chung <tausq@debian.org>
20166
20167 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
20168
f073ae8c
DJ
201692004-11-14 Daniel Jacobowitz <dan@debian.org>
20170
20171 * gdb.threads/threadapply.exp: Correct "macro details" test.
20172
19ad59e7
JJ
201732004-11-11 Jeff Johnston <jjohnstn@redhat.com>
20174
20175 * gdb.threads/threadapply.exp: New test.
20176 * gdb.threads/threadapply.c: New file.
20177
9cf0961b
MK
201782004-11-07 Mark Kettenis <kettenis@gnu.org>
20179
20180 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
20181 frames.
20182
c789492a
FL
201832004-11-05 Felix Lee <felix+log1@specifixinc.com>
20184
20185 * gdb.base/cursal.exp: New file.
20186 * gdb.base/cursal.c: New file.
20187
a1e167bb
AC
201882004-11-03 Andrew Cagney <cagney@gnu.org>
20189
20190 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
20191
b7cbf173
MK
201922004-10-30 Mark Kettenis <kettenis@gnu.org>
20193
20194 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
20195 NetBSD/ELF targets.
20196
88f9d34f
JB
201972004-10-29 Joel Brobecker <brobecker@gnat.com>
20198
20199 * gdb.threads/bp_in_thread.c: New file, copied from
20200 pthread_cond_wait.c.
20201 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
20202 file, rather than reusing the .c file from another testcase.
20203
ca7d6a0c
JB
202042004-10-20 Joel Brobecker <brobecker@gnat.com>
20205
20206 * gdb.ada/null_record.exp: Check where we stopped after
20207 sending the start command, instead of where the associated
20208 temporary breakpoint was inserted.
20209
0d863d03
AC
202102004-10-14 Andrew Cagney <cagney@gnu.org>
20211
20212 * gdb.mi/gdb701.c (main): Return 0.
20213
d11e72cb
DJ
202142004-10-13 Daniel Jacobowitz <dan@debian.org>
20215
d40539a4 20216 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
d11e72cb 20217
e1923096
JJ
202182004-10-12 Jeff Johnston <jjohnstn@redhat.com>
20219
20220 * gdb.threads/schedlock.c: Add comment markers to use to find
20221 line numbers.
20222 * gdb.threads/schedlock.exp: Adjust regex to handle the new
20223 comments.
20224 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
20225 breakpoint lines.
20226
ec8ba2c9
DJ
202272004-10-12 Daniel Jacobowitz <dan@debian.org>
20228
20229 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
20230
0eb3658b
DJ
202312004-10-12 Daniel Jacobowitz <dan@debian.org>
20232
20233 * configure.in: Add gdb.dwarf2.
20234 * configure: Regenerated.
20235 * Makefile.in: Add gdb.dwarf2.
20236 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
20237 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
20238 gdb.dwarf2/file1.txt: New files.
20239
a271cc33
OF
202402004-10-11 Orjan Friberg <orjanf@axis.com>
20241
a9c64011 20242 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
a271cc33
OF
20243 of "run", since the latter doesn't work with remote targets. Adjust
20244 the breakpoint numbering accordingly.
20245 * gdb.threads/pthread_cond_wait.exp: Ditto.
20246
895ce074
MC
202472004-10-08 Michael Chastain <mec.gnu@mindspring.com>
20248
20249 * gdb.base/overlays.exp: Update copyright years.
20250
6be3092d
KI
202512004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
20252
20253 * gdb.base/overlays.exp: Disable if target is Linux.
20254
e05389b8
FL
202552004-10-06 Felix Lee <felix+log1@specifixinc.com>
20256
20257 * config/gdbserver.exp (gdb_load): Use right filename on remote.
20258
73cb587d
KI
202592004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
20260
20261 * gdb.asm/asm-source.exp: Add m32r-linux target.
20262 * gdb.asm/m32r-linux.inc: New file.
20263
3c0edcdc
AC
202642004-09-24 Andrew Cagney <cagney@redhat.com>
20265 David Anderson <anderson@redhat.com>
20266
20267 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
20268 command fails, assume things will work.
20269 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
20270 (_GNU_SOURCE): Define.
20271 (print_unsigned, print_hex): Change parameter to "long long".
20272 (print_byte_count): New function, use to print byte counts.
20273 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
20274 O_LARGEFILE.
20275 (main): Compute an upper bound on a corefile in max_core_size.
20276 Limit memory chunk size to max_core_size. Limit total memory
20277 allocated to max_core_size.
20278
4bb3667f
AC
202792004-09-23 Andrew Cagney <cagney@gnu.org>
20280
20281 * gdb.base/bigcore.exp: Replace the code that creates a corefile
20282 from a separate process with code that creates a corefile by
20283 making the inferior dump core.
20284
60fe1a51
MK
202852004-09-23 Mark Kettenis <kettenis@gnu.org>
20286
20287 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
20288 block.
20289
8e937346
MC
202902004-09-23 Michael Chastain <mec.gnu@mindspring.com>
20291
20292 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
20293 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
20294 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
20295 Likewise.
20296
7213f6d6
JJ
202972004-09-20 Jeff Johnston <jjohnstn@redhat.com>
20298
20299 * gdb.java/jprint.exp: New test case for java inferior call.
20300 * gdb.java/jprint.java: Ditto.
20301
eac69dca
JB
203022004-09-15 Joel Brobecker <brobecker@gnat.com>
20303
20304 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
20305
22227696
MC
203062004-09-14 Michael Chastain <mec.gnu@mindspring.com>
20307
20308 * gdb.threads/killed.c: Include <stdlib.h>.
20309 * gdb.threads/pthreads.c: Likewise.
20310
7dd403a4
MC
203112004-09-14 Michael Chastain <mec.gnu@mindspring.com>
20312
20313 * gdb.threads/killed.c: Add copyright notice.
20314
33f2d567
JM
203152004-09-10 Jason Molenda (jmolenda@apple.com)
20316
a9c64011
AS
20317 * gdb.base/define.exp: Two new tests to verify zero space chars
20318 after 'if' and 'while' commands in a user-defined command is correctly
20319 parsed.
33f2d567 20320
e05b62ac
AC
203212004-09-08 Andrew Cagney <cagney@gnu.org>
20322
20323 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
20324 delivery test with duplicate at end of file.
20325
9cbe82da
MK
203262004-09-06 Mark Kettenis <kettenis@jive.nl>
20327
20328 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
20329
564803d9
MC
203302004-09-05 Michael Chastain <mec.gnu@mindspring.com>
20331
20332 * config/hppro.exp: Removed.
20333
7c6807ce
MC
203342004-09-05 Michael Chastain <mec.gnu@mindspring.com>
20335
20336 * config/sparclet.exp: Removed.
20337
bf7e26dd
MC
203382004-09-05 Michael Chastain <mec.gnu@mindspring.com>
20339
20340 * config/udi.exp: Removed.
20341
714e341b
MC
203422004-09-02 Michael Chastain <mec.gnu@mindspring.com>
20343
20344 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
20345 of "exp_continue".
20346 (advancei): Likewise.
20347
1236e623
JJ
203482004-09-01 Jeff Johnston <jjohnstn@redhat.com>
20349
20350 * gdb.base/unload.exp: Fix so messages aren't duplicated.
20351
3bdcad15
MI
203522004-09-01 Manoj Iyer <manjo@austin.ibm.com>
20353
228af206 20354 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
3bdcad15
MI
20355 to check for nodebug in executable.
20356 * gdb.gdb/observer.exp (setup_test): Likewise.
20357 * gdb.gdb/selftest.exp (test_with_self): Likewise.
20358 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
20359
c72b934c
AC
203602004-09-01 Andrew Cagney <cagney@gnu.org>
20361
20362 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
20363 files.
20364
edd9b715
JJ
203652004-09-01 Jeff Johnston <jjohnstn@redhat.com>
20366
20367 * gdb.base/unload.exp: Fix expected warning message to match
20368 latest format.
20369
fb4ce06b
CV
203702004-09-01 Corinna Vinschen <vinschen@redhat.com>
20371
20372 * gdb.base/call-rt-st.exp: Fix typos.
20373
ce78e7c3
MI
203742004-08-31 Manoj Iyer <manjo@austin.ibm.com>
20375
20376 * gdb.threads/thread_check.exp: New testcase.
20377 * gdb.threads/thread_check.c: New testcase.
20378
2dedb159
AC
203792004-08-31 Andrew Cagney <cagney@gnu.org>
20380
20381 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
20382 (skip_to_handler_entry): New procedures. Test stepping into a
20383 handler when the breakpoint is at the handler's entry point.
20384
68f53502
AC
203852004-08-30 Andrew Cagney <cagney@gnu.org>
20386
20387 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
20388 gdb/1757.
20389
3e3ffd2b
MC
203902004-08-27 Michael Chastain <mec.gnu@mindspring.com>
20391
20392 With code from Manoj Iyer <manjo@austin.ibm.com>:
20393 * lib/gdb.exp (gdb_file_cmd): Return more information in the
20394 return value. Add an arm for "no debugging symbols found".
20395 Change a stray "error" to "perror".
20396 (gdb_run_cmd): Adapt to new return value.
20397 * gdb.base/remote.exp: Adapt to new return value.
20398 * gdb.gdb/complaints.exp: Likewise.
20399 * gdb.gdb/observer.exp: Likewise.
20400 * gdb.gdb/selftest.exp: Likewise.
20401 * gdb.gdb/xfullpath.exp: Likewise.
20402
4b6f5fd2
JB
204032004-08-27 Joel Brobecker <brobecker@gnat.com>
20404
20405 * gdb.threads/bp_in_thread.exp: New testcase.
20406
e5b25496
MC
204072004-08-27 Michael Chastain <mec.gnu@mindspring.com>
20408
20409 Fix PR testsuite/1735.
20410 * gdb.threads/schedlock.c (thread_function): Add a cast
20411 to suppress a gcc warning.
20412 * gdb.threads/thread-specific.c (thread_function): Likewise.
20413
934353d6
MC
204142004-08-26 Michael Chastain <mec.gnu@mindspring.com>
20415
20416 * gdb.base/unload.c: Include <stdlib.h>.
20417
f98a0aef 204182004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3a77aa28 20419
f98a0aef 20420 From Paul Gilliam <pgilliam@us.ibm.com>:
3a77aa28
MC
20421 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
20422 synchronized after the "return".
20423
5a2e8882
MC
204242004-08-26 Michael Chastain <mec.gnu@mindspring.com>
20425
20426 * gdb.mi/basics.c: Include <stdio.h>.
20427 * gdb.mi/pthreads.c: Include <stdlib.h>.
20428 * gdb.mi/var-cmd.c: Include <stdlib.h>.
20429
a9640423
MC
204302004-08-26 Michael Chastain <mec.gnu@mindspring.com>
20431
20432 * gdb.threads/schedlock.c: Add copyright notice.
20433
b04e311d
AC
204342004-08-25 Andrew Cagney <cagney@gnu.org>
20435
20436 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
20437 (skip_over_handler, breakpoint_over_hander): New test procedures.
20438 (advance, advancei): Add a proper prefix, do not use
20439 rerun_to_main.
20440 * gdb.base/sigstep.c (main): Change to use an infinite loop.
20441
7c27f15b
MC
204422004-08-24 Michael Chastain <mec.gnu@mindspring.com>
20443
20444 * gdb.mi/basics.c: Add copyright notice.
20445 * gdb.mi/var-cmd.c: Add copyright notice.
20446
fffc87ae
MC
204472004-08-23 Michael Chastain <mec.gnu@mindspring.com>
20448
20449 * lib/gdb.exp: Remove signed_keyword_not_used.
20450 * lib/compiler.c: Likewise.
20451 * lib/compiler.cc: Likewise.
20452
d782e0bf
MC
204532004-08-23 Michael Chastain <mec.gnu@mindspring.com>
20454
20455 * gdb.base/whatis.c: Remove conditional disabling of "signed".
20456 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
20457
96033e83
MC
204582004-08-23 Michael Chastain <mec.gnu@mindspring.com>
20459
20460 * gdb.base/whatis.c: Add copyright notice.
20461
cf38c229
MK
204622004-08-20 Mark Kettenis <kettenis@gnu.org>
20463
20464 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
20465 it to skip the breakpoints encoded in the inline assembly.
20466
f4b49756
MC
204672004-08-20 Michael Chastain <mec.gnu@mindspring.com>
20468
20469 * Makefile.in: Add gdb.fortran.
20470
2f193b69
MC
204712004-08-20 Michael Chastain <mec.gnu@mindspring.com>
20472
20473 * gdb.base/call-sc.exp (test_scalar_returns):
20474 Fix cut-and-paste glitch in "Make fun return now".
20475
89a237cb
MC
204762004-08-17 Michael Chastain <mec.gnu@mindspring.com>
20477
20478 * configure.in: Add gdb.fortran.
20479 * configure: Regenerate.
20480 * gdb.fortran/Makefile.in: New file.
20481 * lib/gdb.exp (skip_fortran_tests): New procedure.
20482
469aff8e
MC
204832004-08-17 Michael Chastain <mec.gnu@mindspring.com>
20484
20485 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
20486 reference to bug-gnu@prep.ai.mit.edu.
20487 * gdb.mi/mi-var-child.exp: Likewise.
20488 * gdb.mi/mi-var-cmd.exp: Likewise.
20489 * gdb.mi/mi-var-display.exp: Likewise.
20490 * gdb.mi/mi2-var-block.exp: Likewise.
20491 * gdb.mi/mi2-var-child.exp: Likewise.
20492 * gdb.mi/mi2-var-cmd.exp: Likewise.
20493 * gdb.mi/mi2-var-display.exp: Likewise.
20494
00b51b9f
MK
204952004-08-15 Mark Kettenis <kettenis@gnu.org>
20496
20497 * gdb.base/unload.c (main): Make local variable msg const.
20498
45f07fef
MC
204992004-08-15 Michael Chastain <mec.gnu@mindspring.com>
20500
20501 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
20502 to bug-gnu@prep.ai.mit.edu.
20503 * gdb.mi/mi-disassemble.exp: Likewise.
20504 * gdb.mi/mi-eval.exp: Likewise.
20505 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
20506 default line number.
20507 * gdb.mi/mi-return.exp: Likewise.
20508 * gdb.mi/mi-simplerun.exp: Likewise.
20509 * gdb.mi/mi-stack.exp: Likewise.
20510 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
20511 number with explicit range test.
20512 * gdb.mi/mi-watch.exp: Likewise.
20513 * gdb.mi/mi2-break.exp: Likewise.
20514 * gdb.mi/mi2-cli.exp: Likewise.
20515 * gdb.mi/mi2-disassemble.exp: Likewise.
20516 * gdb.mi/mi2-eval.exp: Likewise.
20517 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
20518 default line number.
20519 * gdb.mi/mi2-return.exp: Likewise.
20520 * gdb.mi/mi2-simplerun.exp: Likewise.
20521 * gdb.mi/mi2-stack.exp: Likewise.
20522 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
20523 number with explicit range test.
20524 * gdb.mi/mi2-watch.exp: Likewise.
20525
dd8c8ee7
MC
205262004-08-15 Michael Chastain <mec.gnu@mindspring.com>
20527
20528 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
20529 * gdb.cp/m-static.exp: Likewise.
20530 * gdb.cp/rtti.exp: Likewise.
20531
4e838464
MK
205322004-08-14 Mark Kettenis <kettenis@gnu.org>
20533
20534 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
20535
8d8cb839
EZ
205362004-08-14 Eli Zaretskii <eliz@gnu.org>
20537
20538 * ChangeLog: Prefix Local Variables with semi-colons and indent
20539 the reference to older ChangeLog files, to fix fontification in
20540 Emacs.
20541
deea8bb0
MC
205422004-08-13 Michael Chastain <mec.gnu@mindspring.com>
20543
20544 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
20545 * gdb.mi/mi2-break.exp: Likewise.
20546
c3297504
MC
205472004-08-13 Michael Chastain <mec.gnu@mindspring.com>
20548
20549 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
20550
25808999
MC
205512004-08-13 Michael Chastain <mec.gnu@mindspring.com>
20552
20553 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
20554
226a8d71
MC
205552004-08-13 Michael Chastain <mec.gnu@mindspring.com>
20556
20557 * gdb.cp/classes.exp: Remove unused declarations. Just let
20558 test names default instead of providing special names. Remove
20559 extraneous demangler test.
20560
37fdf854
JJ
205612004-08-12 Jeff Johnston <jjohnstn@redhat.com>
20562
20563 * gdb.base/unload.exp: New test for breakpoints in dynamically
20564 loaded libraries.
20565 * gdb.base/unload.c: Ditto.
20566 * gdb.base/unloadshr.c: Ditto.
20567
2d3a7986
MC
205682004-08-12 Michael Chastain <mec.gnu@mindspring.com>
20569
20570 * gdb.cp/classes.exp (test_ptype_class_objects): Call
20571 cp_test_ptype_class.
20572 (test_enums): Likewise.
20573
c72b934c
AC
205742004-08-10 Andrew Cagney <cagney@gnu.org>
20575
20576 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
20577 files.
20578
cc503c8a
AC
205792004-08-10 Andrew Cagney <cagney@gnu.org>
20580
20581 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
20582 init_malloc call.
20583
902f2ccb
MC
205842004-08-10 Michael Chastain <mec.gnu@mindspring.com>
20585
20586 * ChangeLog: Add copyright notice. The notice is copied
20587 from emacs 21.3 top level ChangeLog.
20588
78c90502
MC
205892004-08-09 Michael Chastain <mec.gnu@mindspring.com>
20590
20591 * lib/cp-support.exp: New file.
20592 * lib/cp-support.exp (cp_test_type_class): New function.
20593 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
20594 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
20595 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
20596 cp_test_ptype_class.
20597
88e5ea78
MC
205982004-08-09 Michael Chastain <mec.gnu@mindspring.com>
20599
20600 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
20601 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
20602 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
20603 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
20604 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
20605 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
20606 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
20607 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
20608 gdb.mi/mi2-watch.exp: Update copyright years.
20609
6a89fc9c
MK
206102004-08-09 Mark Kettenis <kettenis@gnu.org>
20611
20612 * gdb.base/sigaltstack.exp: Provide proper anchoring.
20613
1482e0de
MC
206142004-08-09 Michael Chastain <mec.gnu@mindspring.com>
20615
20616 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
20617 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
20618 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
20619 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
20620 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
20621 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
20622 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
20623 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
20624 gdb.mi/mi-watch.exp: Update copyright years.
20625
1a5ce3f3
DJ
206262004-08-08 Daniel Jacobowitz <dan@debian.org>
20627
20628 PR gdb/1738
20629 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
20630 from a breakpoint with a pending signal.
20631
04f6ecf2
DJ
206322004-08-08 Daniel Jacobowitz <dan@debian.org>
20633
20634 PR gdb/1736
20635 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
20636 * gdb.base/sigaltstack.exp (finish_test): Consume output until
20637 the prompt.
20638 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
20639
54d90d35
DJ
206402004-08-08 Daniel Jacobowitz <dan@debian.org>
20641
20642 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
20643
d2f6abb0
DJ
206442004-08-08 Daniel Jacobowitz <dan@debian.org>
20645
20646 PR gdb/1736
20647 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
20648 for i?86-*-linux*.
20649
5598c03d
DJ
206502004-08-08 Daniel Jacobowitz <dan@debian.org>
20651
20652 * gdb.arch/i386-prologue.exp: Compile without debug information.
20653
c6fee705
MC
206542004-08-08 Michael Chastain <mec.gnu@mindspring.com>
20655
20656 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
20657 rather than asking gdb to search.
20658
dd90efdb
MC
206592004-08-05 Michael Chastain <mec.gnu@mindspring.com>
20660
20661 * gdb.base/gcore.c: Include <string.h>.
20662
1e84bec1
MC
206632004-08-05 Michael Chastain <mec.gnu@mindspring.com>
20664
20665 * gdb.base/gcore.c: Add copyright notice.
20666
e425eb2b
MC
206672004-08-05 Michael Chastain <mec.gnu@mindspring.com>
20668
20669 * gdb.base/freebpcmd.c: Include <stdio.h>.
20670 * gdb.base/long_long.c: Include <string.h>.
20671 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
20672 * gdb.base/siginfo.c: Include <string.h>.
20673 * gdb.base/sigstep.c: Include <string.h>.
20674
cb9aaed5
MC
206752004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20676
20677 * gdb.base/complex.c: Include <stdlib.h>.
20678
55944f3d
MC
206792004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20680
20681 * gdb.base/complex.c: Add copyright notice.
20682
7b2953d9
MC
206832004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20684
20685 * gdb.base/charset.c: Include <stdlib.h>.
20686
c9133d23
MC
206872004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20688
20689 * gdb.base/auxv.c: Include <stdlib.h>.
20690
0a8490ad
MC
206912004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20692
20693 * gdb.base/auxv.c: Add copyright notice.
20694
3426d5ec
MC
206952004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20696
20697 * gdb.base/coremaker.c: Add copyright notice.
20698 * gdb.base/coremaker2.c: Add copyright notice.
20699
8da195dd
AC
207002004-08-04 Andrew Cagney <cagney@gnu.org>
20701
20702 * gdb.base/store.exp: Update copyright.
20703 (check_set, up_set, check_struct, up_struct): Add a prefix to test
20704 names, do not import gdb_prompt.
20705
8d394f98
AC
207062004-08-01 Andrew Cagney <cagney@gnu.org>
20707
20708 Fix PR testsuite/1729.
20709 * gdb.base/dump.exp: Add test name to callers of capture_value, do
20710 not use capture_value with value 4.
20711 (capture_value): Add optional test name parameter.
20712 (test_reload_saved_value, test_restore_saved_value): Use $msg as
20713 the prefix, pass to capture_value.
20714
b6702b23
MK
207152004-08-01 Mark Kettenis <kettenis@gnu.org>
20716
20717 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
20718 * gdb.arch/i386-prologue.c (standard): New prototype and function.
20719 (main): Call new function.
20720
c203e0ca
MC
207212004-07-31 Michael Chastain <mec.gnu@mindspring.com>
20722
20723 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
20724
a7995a30
MC
207252004-07-31 Michael Chastain <mec.gnu@mindspring.com>
20726
20727 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
20728
9366563b
MC
207292004-07-31 Michael Chastain <mec.gnu@mindspring.com>
20730
b6eeaf26 20731 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9366563b
MC
20732 Accept more values of vtbl pointer. Remove some messages
20733 about "obsolete gcc or gdb".
20734
2fc1f950
MC
207352004-07-30 Michael Chastain <mec.gnu@mindspring.com>
20736
20737 * gdb.cp/classes.exp: Accept more varieties of ptype output.
20738
c724d49b
MC
207392004-07-30 Michael Chastain <mec.gnu@mindspring.com>
20740
20741 * gdb.base/asm-source.exp: Properly convert target board
20742 debug flags from gcc format to binutils format.
20743
736b0fce
MK
207442004-07-28 Mark Kettenis <kettenis@gnu.org>
20745
20746 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
20747 gdb1718". PR backtrace/1718 partially fixed.
20748
5633ea5c
JJ
207492004-07-27 Jeff Johnston <jjohnstn@redhat.com>
20750
20751 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
20752
575eebb1
NC
207532004-07-26 Nick Clifton <nickc@redhat.com>
20754
20755 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
20756 good default value for a specific architecture is available then
20757 set it to that value. Otherwise default to the -gstabs switch.
20758 Remove the -g... switches from the asm-flags variable. Allow the
20759 target board info to override the value if it wants to. Pass the
20760 switch on the assembler command line.
20761
62104619
MK
207622004-07-23 Mark Kettenis <kettenis@gnu.org>
20763
20764 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
20765 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
20766 (main): Call new function.
20767
4a1135b8
MC
207682004-07-22 Michael Chastain <mec.gnu@mindspring.com>
20769
20770 Test for PR exp/1715.
20771 * gdb.base/radix.exp: Refactor common procedures. Make all
20772 test names unique. Change XFAIL to KFAIL.
20773
8a12c1f0
MC
207742004-07-20 Michael Chastain <mec.gnu@mindspring.com>
20775
20776 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
20777 * gdb.ada/gnat_ada.gin: ... to here.
20778 * configure.in: Use gnat_ada.gin.
20779 * configure: Regenerate.
20780
23b451cf
AC
207812004-07-20 Andrew Cagney <cagney@gnu.org>
20782
20783 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
20784 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
20785 XFAILs. Clean up test messages and comments. Check backtraces.
20786 Delete re-sync code.
20787
ab618a02
MC
207882004-07-19 Michael Chastain <mec.gnu@mindspring.com>
20789
20790 Fix PR cli/740.
20791 * gdb.base/annota1.exp: Honor gdb,nosignals.
20792 * gdb.base/annota3.exp: Likewise.
20793
46dad340
MC
207942004-07-19 Michael Chastain <mec.gnu@mindspring.com>
20795
20796 * lib/java.exp: Update copyright notice.
20797
756d8c70
AC
207982004-07-19 Andrew Cagney <cagney@gnu.org>
20799
20800 * gdb.base/selftest.exp: Copy file from here ...
20801 * gdb.gdb/selftest.exp: ... to here.
20802
586027e6
AC
208032004-07-16 Andrew Cagney <cagney@redhat.com>
20804
20805 * lib/insight-support.exp: Delete file.
20806 * lib/java.exp (java_init): Fix copyright.
20807
029d2200
AC
208082004-07-16 Andrew Cagney <cagney@gnu.org>
20809
20810 * gdb.base/restore.c: Append "prologue" to comments marking the a
20811 function's prologue.
20812 * gdb.base/restore.exp: Update copyright, re-indent.
20813 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
20814 callerN" prefix where needed. Update patterns that match a
20815 function's prologue.
20816
653b62c5
MC
208172004-07-16 Michael Chastain <mec.gnu@mindspring.com>
20818
20819 * gdb.base/restore.c: Add copyright notice.
20820
f7d690e5
AC
208212004-07-16 Andrew Cagney <cagney@gnu.org>
20822
20823 * gdb.base/logical.exp: Update copyright.
20824 (evaluate): New procedure. Use to re-implement tests using
20825 several tables.
20826
d629a7cb
MH
208272004-07-14 Martin Hunt <hunt@redhat.com>
20828
20829 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
20830 which fixes some problems where init.tcl was not found.
20831
9c7bb332
AC
208322004-07-13 Andrew Cagney <cagney@gnu.org>
20833
6bf46641
AC
20834 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
20835 (check_sizeof, check_valueof): Do not include the output in the
20836 test name. Use gdb_test.
20837 (get_valueof): Use gdb_test_multiple.
20838
c4ffd4c0
AC
20839 * gdb.base/step-test.exp: Update copyright. Use
20840 gdb_test_multiple. Ensure that test names do not include
20841 architecture dependent output.
20842
ab89363a
AC
20843 * gdb.gdb/observer.exp: Update copyright.
20844 (setup_test): Use gdb_test_multiple.
20845 (attach_first_observer, attach_second_observer)
20846 (attach_third_observer, detach_first_observer)
20847 (detach_second_observer, detach_third_observer)
20848 (reset_counters, check_counters): Make $message a prefix.
20849 (test_normal_stop_notifications): Add "args" parameter - a list of
20850 init functions to be called. Make $message a prefix,
20851 (test_observer_normal_stop): Change the message prefixes so that
20852 they are unique, pass the attach / detach procedures to
20853 test_normal_stop_notifications.
20854
ec58997a
AC
20855 * gdb.base/signull.exp (test_segv): Prefix all tests with
20856 "${name}". Clean up test messages.
20857
b475183b
AC
20858 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
20859
9c7bb332
AC
20860 * gdb.base/ena-dis-br.exp: Update copyright.
20861 (break_at): New function. Replace send_gdb with gdb_test,
20862 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
20863 ignore count, not stopped at bpt", with KFAIL.
20864
2dd95497
CV
208652004-07-13 Corinna Vinschen <vinschen@redhat.com>
20866
20867 * gdb.base/attach.exp: Remove cleanupfile handling.
20868
419e626b
AC
208692004-07-12 Andrew Cagney <cagney@gnu.org>
20870
20871 * gdb.base/annota1.exp: Cleanup corefile test name.
20872 * gdb.base/annota3.exp: Ditto.
20873
8b1b3228
AC
208742004-07-12 Andrew Cagney <cagney@gnu.org>
20875
78650829
AC
20876 * gdb.base/signals.exp: Clean up copyright, re-indent.
20877
8b1b3228
AC
20878 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
20879 gdb_test and gdb_test_multiple.
20880
935c2760
JJ
208812004-07-08 Jeff Johnston <jjohnstn@redhat.com>
20882
20883 * gdb.java/jmain.exp: Fix expected line number for main to
a9c64011 20884 break at. Set XFAIL for break at main test since gcj does not
935c2760
JJ
20885 provide line number info for first statement in main.
20886
1544280f
AC
208872004-07-08 Andrew Cagney <cagney@gnu.org>
20888
1279f4ff
AC
20889 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
20890
1544280f
AC
20891 * gdb.base/sigbpt.exp: Make the common part of each test name a
20892 prefix instead of suffix.
20893
bcc82369
BR
208942004-07-07 Bob Rossi <bob_rossi@cox.net>
20895
20896 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
20897 test from test_tbreak_creation_and_listing to
20898 test_file_list_exec_source_file
20899 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
20900 Changed name of test from test_tbreak_creation_and_listing to
20901 test_file_list_exec_source_file
20902
23f4b0aa
JJ
209032004-07-07 Jeff Johnston <jjohnstn@redhat.com>
20904
20905 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
20906 the jmisc() constructor instead of <init>.
20907 * gdb.java/jmisc1.exp: Ditto.
20908
56401cd5
AC
209092004-07-07 Andrew Cagney <cagney@gnu.org>
20910
20911 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
20912 corrupting the PC.
20913
44ae2f6a
MC
209142004-07-06 Michael Chastain <mec.gnu@mindspring.com>
20915
20916 * gdb.cp/templates.exp: Accept whitespace change in demangler
20917 output.
20918
45a83408
AC
209192004-07-06 Andrew Cagney <cagney@gnu.org>
20920
20921 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
20922
d205ad70
MC
209232004-07-02 Michael Chastain <mec.gnu@mindspring.com>
20924
20925 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
20926 * lib/compiler.cc: Likewise.
20927
06ea1a61
MC
209282004-06-30 Michael Chastain <mec.gnu@mindspring.com>
20929
20930 * lib/compiler.cc: Work around string preprocessing problem
20931 with old hp c++ compiler.
20932 * lib/compiler.c: Likewise.
20933
daab1251
CV
209342004-06-29 Corinna Vinschen <vinschen@redhat.com>
20935
20936 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
20937 directives to conditionalize symbol prefixing.
20938 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
20939 additional_flags handling. Add underscore prefix for Cygwin.
20940 * gdb.arch/i386-unwind.c: Use preprocessor directives to
20941 conditionalize symbol prefixing.
20942 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
20943 additional_flags handling. Add underscore prefix for Cygwin.
20944
cc984116
CV
209452004-06-29 Corinna Vinschen <vinschen@redhat.com>
20946
20947 * gdb.base/bigcore.exp: Skip test on Cygwin.
20948
c279b077
MC
209492004-06-28 Michael Chastain <mec.gnu@mindspring.com>
20950
20951 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
20952 formats for "info register". Use gdb_test_multiple. Fix
20953 the "invalid register" test.
20954
0e915747
CV
209552004-06-28 Corinna Vinschen <vinschen@redhat.com>
20956
20957 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
20958 PID for Cygwin. Add Cygwin specific strings to check for in some
20959 tests.
20960 (do_attach_tests): Add a test for user interaction when attaching
20961 to a process with no matching symbol table already loaded.
20962
11422c86
AC
209632004-06-26 Andrew Cagney <cagney@gnu.org>
20964
20965 Test PR java/1567 and PR java/1565.
20966 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
20967 * gdb.java/jmisc2.exp: Delete file.
20968
cefbce26
MC
209692004-06-26 Michael Chastain <mec.gnu@mindspring.com>
20970
20971 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
20972
e19f872c
CV
209732004-06-25 Corinna Vinschen <vinschen@redhat.com>
20974
20975 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
20976 attach process.
20977
d931ba3b
MC
209782004-06-23 Michael Chastain <mec.gnu@mindspring.com>
20979
20980 * gdb.cp/pr-1553.exp: Remove.
20981
aef68c48
MC
209822004-06-22 Michael Chastain <mec.gnu@mindspring.com>
20983
20984 * gdb.cp/pr-1553.cc: Remove.
20985 * gdb.cp/pr-1553.exp: Disable this test.
20986
8d5df71a
JB
209872004-06-20 Jim Blandy <jimb@redhat.com>
20988
a9c64011 20989 Fix PR testsuite/1680.
8d5df71a
JB
20990 * gdb.arch/i386-sse.exp: Properly quote curly braces in
20991 regular expressions.
20992
4ac6f39d
MC
209932004-06-19 Michael Chastain <mec.gnu@mindspring.com>
20994
20995 Fix PR testsuite/1679.
20996 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
20997 Issue an UNSUPPORTED result instead.
20998
1b413552
JB
209992004-06-18 Jim Blandy <jimb@redhat.com>
21000
21001 * gdb.base/charset.exp: Only send a control-C if we see a new
21002 prompt and incomplete command.
21003
6daa6ebd
MC
210042004-06-18 Michael Chastain <mec.gnu@mindspring.com>
21005
21006 * gdb.cp/pr-574.cc: Add copyright notice.
21007
51fa4ae0
JB
210082004-06-17 Jim Blandy <jimb@redhat.com>
21009
21010 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
21011 cases where the regexp has no groups; this grabs random text from
21012 the previous test suite, whatever that was.
21013
8fea26c5
MC
210142004-06-17 Michael Chastain <mec.gnu@mindspring.com>
21015
21016 * gdb.cp/printmethod.cc: Add copyright notice.
21017
1e3aeb41
MC
210182004-06-16 Michael Chastain <mec.gnu@mindspring.com>
21019
21020 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
21021
9d9030bc
AC
210222004-06-16 Andrew Cagney <cagney@gnu.org>
21023
21024 * gdb.base/signull.c: Update copyright. Include <string.h>.
21025 (bowler): Replace data_pointer with data_read
21026 and data_write cases. Add code_descriptor case.
21027 (zero, desc): New array and pointer.
21028 (data, code): Change to simple pointers.
21029 * gdb.base/signull.exp: Fix probe pattern matching a function
21030 descriptor SIGSEGV. Replace data_pointer with data_read and
21031 data_write tests.
21032
acd4ad44
AC
210332004-06-16 Andrew Cagney <cagney@gnu.org>
21034
21035 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
21036
08fd625c
MC
210372004-06-15 Michael Chastain <mec.gnu@mindspring.com>
21038
21039 * gdb.base/long_long.c: Add copyright notice.
21040
1903502c
MC
210412004-06-15 Michael Chastain <mec.gnu@mindspring.com>
21042
21043 * gdb.base/long_long.exp: Remove reference to
21044 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
21045 to gdb_breakpoint and gdb_continue_to_breakpoint.
21046
83313cb1
JB
210472004-06-14 Jim Blandy <jimb@redhat.com>
21048
21049 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
21050 endian case.
21051
1bf404ef
AC
210522004-06-14 Andrew Cagney <cagney@gnu.org>
21053
21054 * gdb.base/gcore.exp (capture_command_output): Delete the always
21055 passing tests containing inferior values.
21056 * gdb.base/ending-run.exp: Do not include the breakpoint address
21057 in the test message. Update copyright.
21058 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
21059 size in the test name, use gdb_test_multiple. Update copyright.
21060
ef220b33
MC
210612004-06-14 Michael Chastain <mec.gnu@mindspring.com>
21062
21063 * gdb.cp/ref-types.cc: Add copyright notice.
21064
4f70a4c9
MC
210652004-06-14 Michael Chastain <mec.gnu@mindspring.com>
21066
21067 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
21068 hp_aCC_compiler.
21069 * lib/compiler.cc: Likewise.
21070 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
21071 'set' commands. Log diagnostics for other lines. Set
21072 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
21073
335928ac
MC
210742004-06-13 Michael Chastain <mec.gnu@mindspring.com>
21075
21076 * gdb.cp/try_catch.cc: Add copyright notice.
21077
2efb12e8
MC
210782004-06-12 Michael Chastain <mec.gnu@mindspring.com>
21079
21080 * gdb.cp/userdef.cc: Add copyright notice.
21081
0bbed51a
MC
210822004-06-11 Michael Chastain <mec.gnu@mindspring.com>
21083
21084 * gdb.cp/virtfunc.cc: Add copyright notice.
21085
e12a46c9
RC
210862004-06-11 Randolph Chung <tausq@debian.org>
21087
21088 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
21089 problem.
21090
338e05af
AC
210912004-06-10 Andrew Cagney <cagney@gnu.org>
21092
21093 * lib/compiler.cc, lib/compiler.c: Append either
21094 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
21095 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
21096 instead of gcc-3-3.
21097
dc3f10cb
AC
210982004-06-09 Andrew Cagney <cagney@gnu.org>
21099
b4d946af
AC
21100 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
21101 gdb/1455, bug is specific to "long long" and "double".
a9c64011 21102
dc3f10cb
AC
21103 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
21104 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
21105 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
21106 fixed.
21107
b5c0bfa2
AC
211082004-06-09 Andrew Cagney <cagney@gnu.org>
21109
21110 * gdb.base/structs.exp (test_struct_returns): Replace
21111 "return_value_unknown" and "finish_value_unknown" by
21112 "return_value_known" and "finish_value_known". Instead of
21113 "return_value_unknown" iff "finish_value_unknown", check
21114 "return_value_known" implies "finish_value_known".
21115
caeb605f
MH
211162004-06-08 Martin Hunt <hunt@redhat.com>
21117
21118 * gdb.base/float.exp: Add pattern for mips targets.
21119
c892bb64
RC
211202004-06-08 Randolph Chung <tausq@debian.org>
21121
21122 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
21123 message for unknown architectures more clear.
21124
48306d3e
JB
211252004-06-08 Joel Brobecker <brobecker@gnat.com>
21126
21127 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
21128 start the execution of the program.
21129
83ecb59f
JB
211302004-06-07 Jim Blandy <jimb@redhat.com>
21131
21132 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
21133 * gdb.arch/i386-cpuid.h: New helper file.
21134
55264cb4
RC
211352004-06-07 Randolph Chung <tausq@debian.org>
21136
21137 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
21138 has started.
21139
23cadb28
RM
211402004-06-04 Roland McGrath <roland@redhat.com>
21141
21142 Fix PR gdb/1647.
21143 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
21144 differently to be robust to output buffering differences.
21145
51d01eda
MC
211462004-06-04 Michael Chastain <mec.gnu@mindspring.com>
21147
21148 * gdb.threads/pthreads.exp: Update copyright years.
21149 (check_control_c): Change asynchronous 'after' to synchronous.
21150
f4fc3b93
RM
211512004-06-04 Roland McGrath <roland@redhat.com>
21152
21153 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
21154 next gdb prompt.
21155
4013522b
MC
211562004-06-02 Michael Chastain <mec.gnu@mindspring.com>
21157
21158 Fix PR gdb/1636.
21159 * gdb.threads/manythreads.exp: Change asynchronous 'after'
21160 calls to synchronous.
21161
7a8f1e6b
JB
211622004-05-26 Jim Blandy <jimb@redhat.com>
21163
21164 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
21165
81bb3443
RC
211662004-05-24 Randolph Chung <tausq@debian.org>
21167
21168 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
21169 * gdb.asm/pa.inc: New file.
21170
8f5a3103
MK
211712004-05-22 Mark Kettenis <kettenis@gnu.org>
21172
21173 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
21174
734b8fe8 211752004-05-21 Joel Brobecker <brobecker@gnat.com>
a9c64011 21176 Daniel Jacobowitz <drow@mvista.com>
734b8fe8
JB
21177
21178 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
21179 GDB prompt.
21180
725603e1
UW
211812004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21182
f4fc3b93 21183 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
21184 setjmp/longjmp. Use sigaction instead of signal.
21185
8b923272 211862004-05-19 J. Brobecker <brobecker@gnat.com>
a9c64011 21187 Michael Snyder <msnyder@redhat.com>
8b923272
JB
21188
21189 * gdb.threads/pthread_cond_wait.c: New file.
21190 * gdb.threads/pthread_cond_wait.exp: New testcase.
21191
8bfabb04
AC
211922004-05-13 Andrew Cagney <cagney@redhat.com>
21193
21194 * gdb.base/signull.exp, gdb.base/signull.c: New files.
21195 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
21196
42edda50
AC
211972004-05-11 Andrew Cagney <cagney@redhat.com>
21198
21199 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
21200 fixed but revealed gdb/1639.
21201
d303a6c7
AC
212022004-05-10 Andrew Cagney <cagney@redhat.com>
21203
21204 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
21205 func1" and "next to 2nd alarm", kernel bug avoided.
21206
bf08c2a1
DJ
212072004-05-10 Daniel Jacobowitz <dan@debian.org>
21208
21209 PR external/1568
21210 * gdb.base/bigcore.exp: Check the size of the dumped core file.
21211 XFAIL if it is smaller than bytes_allocated.
21212 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
21213 (main): Make chunks_allocated unsigned. Correct comment.
21214
c0586a34
JB
212152004-05-07 Joel Brobecker <brobecker@gnat.com>
21216
21217 * gdb.arch/powerpc-aix-prologue.c: New file.
21218 * gdb.arch/powerpc-aix-prologue.exp: New file.
21219
f2785d12
JB
212202004-05-07 Jim Blandy <jimb@redhat.com>
21221
21222 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
21223 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
21224
bd7f6e30
JB
212252004-05-06 Joel Brobecker <brobecker@gnat.com>
21226
21227 * gdb.base/sep.exp: No longer setup_kfail when the program was
21228 built with dwarf2.
21229
0a5e7efe
JI
212302004-05-05 Jim Ingham <jingham@apple.com>
21231
21232 * gdb.base/pending.exp: Make sure pending breakpoints
21233 preserve the ignore count.
f4fc3b93 21234
a8958849
MK
212352004-04-27 Jerome Guitton <guitton@gnat.com>
21236
21237 * i386-prologue.exp: Add testcase for jump instruction as first
21238 instruction of the real code.
21239 * i386-prologue.c (jump_at_beginning): New function.
21240
7e103f5b
MK
212412004-04-28 Mark Kettenis <kettenis@gnu.org>
21242
21243 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
21244 x86_64-*-*.
21245
5d38b224
MK
212462004-04-28 Mark Kettenis <kettenis@gnu.org>
21247
21248 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
21249 i*86-*-*.
21250
0ef32fd9
MK
212512004-04-25 Mark Kettenis <kettenis@gnu.org>
21252
21253 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
21254 expression that checks the return type.
21255
71d7dd7c
AC
212562004-04-23 Andrew Cagney <cagney@redhat.com>
21257
21258 * gdb.base/call-sc.exp: New test of scalar call/return values.
21259 * gdb.base/call-sc.c: Ditto.
21260
1e9f977e
JJ
212612004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21262
21263 * gdb.threads/manythreads.c: Reduce thread stack size.
21264
899d9e3a
JJ
212652004-04-23 Jeff Johnston <jjohnstn@redhat.com>
21266
21267 * gdb.threads/manythreads.c: Add copyright notice.
21268
61bcae62
AC
212692004-04-23 Andrew Cagney <cagney@redhat.com>
21270
21271 * gdb.base/siginfo.exp: Better handle step out of signal.
21272 * gdb.base/sigstep.exp: Ditto.
21273
7339a42e 212742004-04-22 Jeff Johnston <jjohnstn@redhat.com>
a9c64011 21275 Daniel Jacobowitz <drow@mvista.com>
7339a42e
JJ
21276
21277 * gdb.threads/manythreads.c: New testcase.
21278 * gdb.threads/manythreads.exp: Ditto.
21279
5c98409b
JB
212802004-04-22 Jim Blandy <jimb@redhat.com>
21281
21282 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
21283 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
21284
3b611f1a
MC
212852004-04-21 Michael Chastain <mec.gnu@mindspring.com>
21286
21287 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
21288
f0fd9238
AC
212892004-04-21 Andrew Cagney <cagney@redhat.com>
21290
21291 * gdb.base/sigstep.c: New file.
21292 * gdb.base/sigstep.exp: New file.
21293
90990674
JB
212942004-04-16 Joel Brobecker <brobecker@gnat.com>
21295
21296 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
21297 call to observer_notify_normal_stop.
21298
78cef34b
AC
212992004-04-15 Andrew Cagney <cagney@redhat.com>
21300
21301 * gdb.base/siginfo.c: New file.
21302 * gdb.base/siginfo.exp: New file.
21303
d2343407
JB
213042004-04-12 J. Brobecker <brobecker@gnat.com>
21305
21306 * gdb.base/sep.exp: Fix typo in comment.
21307
a2dba3c8
JB
213082004-04-12 J. Brobecker <brobecker@gnat.com>
21309
21310 * gdb.base/sep.c: New file.
21311 * gdb.base/sep-proc.c: New file.
21312 * gdb.base/sep.exp: New testcase.
21313
15f7b60e
MK
213142004-04-09 Mark Kettenis <kettenis@gnu.org>
21315
21316 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
21317 support.
21318
44f4de1a
AC
213192004-04-05 Andrew Cagney <cagney@redhat.com>
21320
21321 * gdb.base/sigaltstack.c: New file.
21322 * gdb.base/sigaltstack.exp: New file.
21323
ef04f396
JB
213242004-04-04 Joel Brobecker <brobecker@gnat.com>
21325
21326 * gdb.base/foll-fork.exp: Update the expected output for
21327 "help set follow-fork-mode", to match a change that was made
21328 to the help of this variable on 2004-01-13.
21329
d40d2c92
JB
213302004-04-01 Joel Brobecker <brobecker@gnat.com>
21331
21332 * lib/ada.exp: Add copyright notice.
21333 * bar.ads: Likewise.
21334 * bar.adb: Likewise.
21335 * null_record.adb: Likewise.
21336 * null_record.exp: Likewise.
21337 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
21338
f86ef5a3
JB
213392004-04-01 Joel Brobecker <brobecker@gnat.com>
21340
21341 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
21342 * configure: Regenerate.
21343
414e70e3
JB
213442004-04-01 Joel Brobecker <brobecker@gnat.com>
21345
21346 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
21347 to build the application. Remove the message printed when in
21348 verbose mode, redundant with the UNSUPPORTED message above.
21349
f0aaee49
JB
213502004-03-31 Joel Brobecker <brobecker@gnat.com>
21351
21352 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
21353 * gdb.ada (null_record.exp): New testcase.
21354
ac81cb54
JB
213552004-03-31 Joel Brobecker <brobecker@gnat.com>
21356
21357 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
21358
854af2f7
JB
213592004-03-31 Joel Brobecker <brobecker@gnat.com>
21360
21361 * gdb.ada: New subdirectory.
21362 * gdb.ada/Makefile.in: New file.
21363 * gdb.ada/gnat_ada.gpr.in: New file.
21364
034cb681
JB
213652004-03-31 Joel Brobecker <brobecker@gnat.com>
21366
21367 * lib/ada.exp: New file.
21368
78a1a894
DJ
213692004-03-24 Daniel Jacobowitz <drow@mvista.com>
21370
21371 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
21372 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
21373
4b2b3b3e
AC
213742004-03-22 Andrew Cagney <cagney@redhat.com>
21375
21376 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
21377 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
21378 Problem identified by Ulrich Weigand.
21379
23c73aa3
DC
213802004-03-17 David Carlton <carlton@kealia.com>
21381
21382 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
21383 PR c++/826.
21384
d63a86f8
RM
213852004-03-16 Roland McGrath <roland@redhat.com>
21386
21387 * gdb.base/auxv.exp: New file.
21388 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
21389
0e02aa50
DC
213902004-03-12 David Carlton <carlton@kealia.com>
21391
21392 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
21393 * gdb.cp/pr-1553.cc: Ditto.
21394 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
21395 pass branch.
21396
c20b71be
MC
213972004-03-12 Michael Chastain <mec.gnu@mindspring.com>
21398
21399 * gdb.cp/templates.exp: Accept more template types.
21400
c7414a01
MC
214012004-03-09 Michael Chastain <mec.gnu@mindspring.com>
21402
21403 From Corinna Vinschen with modifications.
21404 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
21405 local variable obj_with_enum.
21406 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
21407 results with obj_with_enum.
21408
ed69573c
MC
214092004-03-09 Michael Chastain <mec.gnu@mindspring.com>
21410
21411 * gdb.cp/classes.cc: New file, copied from misc.cc.
21412 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
21413
28301461
MC
214142004-03-09 Michael Chastain <mec.gnu@mindspring.com>
21415
21416 * gdb.cp/misc.cc: Add copyright notice.
21417
1198ecbe
DC
214182004-03-05 David Carlton <carlton@kealia.com>
21419
21420 * gdb.cp/rtti.exp: Add 'print *obj3' test.
21421 * gdb.cp/rtti.h: Update copyright.
21422 (namespace n2::n3): New.
21423 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
21424 (n2::n3::func3): New.
21425 (main): Call n2::n3::func3.
21426 * gdb.cp/rtti2.cc: Update copyright.
21427 (n2::create3): New.
21428
9e08c470
MK
214292004-03-04 Mark Kettenis <kettenis@gnu.org>
21430
21431 * gdb.asm/openbsd.inc: Fix typo.
21432
4bebc3aa
FF
214332004-03-03 Fred Fish <fnf@redhat.com>
21434
21435 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
21436 "val" instead of unused "size". Update copyright year.
21437
6ea9fb37
DJ
214382004-02-29 Daniel Jacobowitz <drow@mvista.com>
21439
21440 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
21441 to use unsigned char.
21442 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
21443 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
21444
23b23974
DJ
214452004-02-29 Daniel Jacobowitz <drow@mvista.com>
21446
21447 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
21448 line of output.
21449
7574fd53
DJ
214502004-02-28 Daniel Jacobowitz <drow@mvista.com>
21451
21452 * gdb.base/relocate.c (dummy): Initialize.
21453
a195357f
DJ
214542004-02-28 Daniel Jacobowitz <drow@mvista.com>
21455
21456 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
21457 a breakpoint at exit.
21458
72fd54a9
FF
214592004-02-27 Fred Fish <fnf@redhat.com>
21460
21461 * gdb.base/chng-syms.exp: Add expect condition to match failing
21462 case that isn't a timeout.
21463
b9d23137
AC
214642004-02-27 Andrew Cagney <cagney@redhat.com>
21465
21466 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
21467 support.
21468
15d208f6 214692004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 21470
15d208f6
FF
21471 * gdb.arch/gdb1431.c: Remove.
21472 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
21473 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
21474 of "until" incorrectly.
21475
98f9cd2d
JB
214762004-02-26 J. Brobecker <brobecker@gnat.com>
21477
21478 * gdb.cp/class2.cc (empty): New class.
21479 (refer): New function.
21480 (main): Declare an object of type empty and use it.
21481 * gdb.cp/class2.exp: Print the value of an object of type empty.
21482
9b50c11b
JJ
214832004-02-26 Jeff Johnston <jjohnstn@redhat.com>
21484
21485 * gdb.base/langs.exp: Update query string to match the
21486 new nquery format used for pending breakpoints.
21487
0dcd613f
AC
214882004-02-26 Andrew Cagney <cagney@redhat.com>
21489
21490 Fix PR i18n/1570.
21491 * gdb.base/charset.c: Update copyright notice.
21492 (main, init_string): Remove the escape character '\e' tests.
21493 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
21494 * gdb.base/charset.exp (valid_host_charset): Ditto.
21495 * gdb.base/setvar.exp: Ditto.
21496
b8a56647
AC
214972004-02-24 Andrew Cagney <cagney@redhat.com>
21498
90d59e34
AC
21499 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
21500 mmapped data in core file" PASS and FAIL messages consistent.
21501
b8a56647
AC
21502 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
21503 setting a breakpoint. Work around PR java/1565.
21504
9f27c604
JJ
215052004-02-23 Jeff Johnston <jjohnstn@redhat.com>
21506
21507 * lib/gdb.exp (gdb_breakpoint): Update query string to match
21508 new nquery format.
21509 * gdb.base/pending.exp: Ditto.
21510
3224a706
MK
215112004-02-22 Mark Kettenis <kettenis@gnu.org>
21512
21513 * configure.in: Run stabs tests on *BSD.
21514 * configure: Regenerated.
21515
41e0a9ca
MK
215162004-02-21 Mark Kettenis <kettenis@gnu.org>
21517
21518 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
21519
1e1b3428
FF
215202004-02-20 Fred Fish <fnf@redhat.com>
21521
21522 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
21523 blank in test for "returns short", for consistency with other
21524 "returns xxx" tests. Update copyright year.
21525
f9a7572a
FF
215262004-02-19 Fred Fish <fnf@redhat.com>
21527
21528 New testcase for PR breakpoint/1558.
21529 * gdb.arch/gdb1558.exp: New file.
21530 * gdb.arch/gdb1558.c: New file.
21531
b2ce2854
EZ
215322004-02-19 Elena Zannoni <ezannoni@redhat.com>
21533
21534 * gdb.base/nodebug.exp: Fix typo.
21535
e7c9ff01
JB
215362004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21537
21538 Committed by Jim Blandy <jimb@redhat.com>.
21539
62f4b920
JB
21540 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
21541
2db536a1
JB
21542 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
21543
e7c9ff01
JB
21544 * gdb.base/float.exp: Support s390*-*-* targets.
21545
f3205b34
AF
215462004-02-17 Adam Fedor <fedor@gnu.org>
21547
21548 * gdb.base/gdb1555.exp: New file.
21549 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
21550
9d62932d
EZ
215512004-02-17 Elena Zannoni <ezannoni@redhat.com>
21552
21553 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
21554
344c9711
FF
215552004-02-16 Fred Fish <fnf@redhat.com>
21556
21557 * gdb.arch/gdb1291.c: Remove
21558 * gdb.arch/gdb1291.s: New test input file.
21559 * gdb.arch/gdb1291.exp: Expand test to check case that should not
21560 fail. Test for correct result, known incorrect result, other
21561 failures and timeouts.
21562
2d822687
AC
215632004-02-16 Andrew Cagney <cagney@redhat.com>
21564
21565 * gdb.base/bigcore.exp: New file.
21566 * gdb.base/bigcore.c: New file.
21567
dac15b66
AC
215682004-02-13 Andrew Cagney <cagney@redhat.com>
21569
21570 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
21571 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
21572 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
21573 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
21574 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
21575 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
21576 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
21577 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
21578 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
21579 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
21580
6bdfc2c4
JJ
215812004-02-11 Jeff Johnston <jjohnstn@redhat.com>
21582
21583 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
21584 executed is an alloc instruction.
21585
87b3ede8
DC
215862004-02-11 David Carlton <carlton@kealia.com>
21587
21588 * gdb.cp/breakpoint.exp: New.
21589 * gdb.cp/breakpoint.cc: New.
21590
6e19e2bf
MC
215912004-02-11 Michael Chastain <mec.gnu@mindspring.com>
21592
21593 Partial fix for PR gdb/1543.
21594 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
21595 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
21596 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
21597 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
21598 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
21599 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
21600 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
21601 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
21602 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
21603 to bug-gdb@prep.ai.mit.edu .
21604 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
21605 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
21606 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
21607 Likewise.
21608
5c5455dc
AC
216092004-02-10 Andrew Cagney <cagney@redhat.com>
21610
21611 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
21612 using gdb_internal_error_resync.
21613
9cf689d7
DJ
216142004-02-09 Daniel Jacobowitz <drow@mvista.com>
21615
21616 * gdb.threads/thread-specific.exp: Stop early if no threads are
21617 found.
21618
d2dc51db
MC
216192004-02-09 Michael Chastain <mec.gnu@mindspring.com>
21620
21621 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
21622
14b1a056
DJ
216232004-02-08 Daniel Jacobowitz <drow@mvista.com>
21624
21625 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
21626 breakpoints.
21627
83f66e8f
DJ
216282004-02-07 Daniel Jacobowitz <drow@mvista.com>
21629
21630 * config/sim.exp (gdb_load): Handle $arg == "".
21631 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
21632 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
21633
30fc0091
EZ
216342004-02-07 Elena Zannoni <ezannoni@redhat.com>
21635
a9c64011
AS
21636 * gdb.base/maint.exp: Update test to reflect
21637 obstack changes.
30fc0091 21638
4d806929
JJ
216392004-02-04 Jeff Johnston <jjohnstn@redhat.com>
21640
21641 * gdb.base/pendshr.c (pendfunc): New function that calls
21642 pendfunc1.
21643 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
21644
7bfdd688
FF
216452004-02-04 Fred Fish <fnf@redhat.com>
21646
21647 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
21648 function symbols and update copyright years.
21649 * gdb.arch/gdb1291.c: Ditto.
21650
aaa08ee4
MC
216512004-02-03 Michael Chastain <mec.gnu@mindspring.com>
21652
21653 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
21654
dbad7755
MC
216552004-02-03 Michael Chastain <mec.gnu@mindspring.com>
21656
21657 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
21658
ec4646ef
MC
216592004-02-03 Michael Chastain <mec.gnu@mindspring.com>
21660
21661 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
21662
1b802196
FF
216632004-02-02 Fred Fish <fnf@redhat.com>
21664
21665 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
21666 remote targets. Update copyright years.
21667
18fe2033
JJ
216682004-02-02 Jeff Johnston <jjohnstn@redhat.com>
21669
21670 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
21671 support.
21672 * gdb.base/langs.exp: Fix test which attempts to create
21673 breakpoint on non-existent function to handle new pending
21674 support.
21675 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
21676 a breakpoint.
21677 * gdb.base/pending.exp: New test.
21678 * gdb.base/pending.c: New file.
21679 * gdb.base/pendshr.c: Ditto.
21680
8d577d32
DC
216812004-02-02 David Carlton <carlton@kealia.com>
21682
21683 * gdb.cp/overload.exp: Add overloadNamespace tests.
21684 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
21685 (overloadNamespace, XXX): New.
21686 (main): Call XXX::marker2.
21687
3ad13771
FF
216882004-02-01 Fred Fish <fnf@redhat.com>
21689
21690 * gdb.base/dump.exp: Use runto_main instead of "runto main".
21691 * gdb.base/finish.exp: Ditto.
21692 * gdb.base/gcore.exp: Ditto.
21693 * gdb.base/huge.exp: Ditto.
21694 * gdb.base/info-proc.exp: Ditto.
21695 * gdb.base/return2.exp: Ditto.
21696 * gdb.threads/gcore-thread.exp: Ditto.
21697
44c75849
DJ
216982004-02-01 Daniel Jacobowitz <drow@mvista.com>
21699
21700 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
21701
005bc093
MK
217022004-02-01 Mark Kettenis <kettenis@gnu.org>
21703
21704 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
21705 that opening the file succeeds on OpenBSD.
21706
c47cebdb
DJ
217072004-02-01 Daniel Jacobowitz <drow@mvista.com>
21708
21709 * gdb.threads/thread-specific.c: New file.
21710 * gdb.threads/threads-specific.exp: New test script.
21711 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
21712 to expect_out.
21713
5a01311c
MK
217142004-02-01 Mark Kettenis <kettenis@gnu.org>
21715
21716 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
21717 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
21718 only on the "print_small_structs from print_long_arg_list" test.
21719
ce22a4f1
DJ
217202004-02-01 Daniel Jacobowitz <drow@mvista.com>
21721
21722 * gdb.base/completion.exp: Kill a stray backslash.
21723
21724 From Jim Ingham <jingham@apple.com>:
21725 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
21726 agrees with the result from sending a tab.
21727
abbab9d3
DJ
217282004-01-31 Daniel Jacobowitz <drow@mvista.com>
21729
21730 * gdb.base/chng-syms.exp: Remove stray newline.
21731
53904d1e
MK
217322004-01-31 Mark Kettenis <kettenis@gnu.org>
21733
21734 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
21735 *-*-openbsd*.
21736 * gdb.asm/openbsd.inc: New file.
21737
3a4b3aac
MK
217382004-01-30 Mark Kettenis <kettenis@gnu.org>
21739
21740 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
21741 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
21742 *-*solaris2*. Remove commented out default settings for
21743 asm-flags. Replace gdb_compile with target_link.
21744
ebac27b4
MC
217452004-01-29 Michael Chastain <mec.gnu@mindspring.com>
21746
21747 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
21748 for all tests. Remove old hp-ux and cygnus xfail cases.
21749
d8679d84
PH
217502004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
21751
21752 * gdb.base/chng-syms.exp: New file.
21753 * gdb.base/chng-syms.c: New file.
21754
0a55bc22
MC
217552004-01-24 Michael Chastain <mec.gnu@mindspring.com>
21756
21757 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
21758 Provide arms for current output in all my configurations.
21759
94b8e876
MC
217602004-01-24 Michael Chastain <mec.gnu@mindspring.com>
21761
21762 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
21763 * lib/compiler.cc: Likewise.
21764 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
21765 get the right preprocessor. Eval the output directly. Remove
21766 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
21767 hp_f77_compiler and hp_f90_compiler completely.
21768 (gdb_preprocess): Delete.
21769 (get_compiler): Delete.
21770
7cf03d44
MK
217712004-01-24 Mark Kettenis <kettenis@gnu.org>
21772
21773 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
21774 <string.h>.
21775
68b6dce9
NR
217762004-01-24 Nick Roberts <nick@nick.uklinux.net>
21777
21778 * gdb.mi/mi-stack.exp: Update copyright.
21779
b368761e
DC
217802004-01-23 David Carlton <carlton@kealia.com>
21781
21782 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
21783 test for cp_lookup_transparent_type.
21784 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
21785 call them.
21786
f2061b53
DJ
217872004-01-23 Daniel Jacobowitz <drow@mvista.com>
21788
21789 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
21790 after -var-update.
21791
37fc574a
DC
217922004-01-23 David Carlton <carlton@kealia.com>
21793
21794 * gdb.cp/namespace.cc (C::ensureRefs): New.
21795 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
21796
8e94b928
NR
217972004-01-20 Nick Roberts <nick@nick.uklinux.net>
21798
21799 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
21800 case "-stack-list-locals 2".
21801 * gdb.mi/mi-var-child.exp: Test for case
21802 "-var-list-children --all-values NAME".
21803
997b0952
MC
218042004-01-18 Michael Chastain <mec.gnu@mindspring.com>
21805
21806 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
21807
52470da3
MK
218082004-01-18 Mark Kettenis <kettenis@gnu.org>
21809
7049b4b8
MK
21810 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
21811 used with gdb_test_multiple.
21812
52470da3
MK
21813 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
21814 read at address 0. This fixes PR testsuite/1504.
21815
da6012e5
DJ
218162004-01-18 Daniel Jacobowitz <drow@mvista.com>
21817
21818 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
21819 Remove downloading, guessing the host executable, the calls to
21820 gdb_file_cmd and gdb_target_cmd, and "load" support.
21821 (infer_host_exec): New function broken out from gdb_load.
21822 (gdb_load): New wrapper for gdbserver_gdb_load.
21823 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
21824 gdb_target_cmd. Use -target-select.
21825 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
21826 Download binaries to the host. Clear last_mi_remote_file when
21827 we load a new binary.
21828 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
21829 call gdbserver_gdb_load and mi_gdb_target_cmd.
21830
32c70722
MC
218312004-01-17 Michael Chastain <mec.gnu@mindspring.com>
21832
21833 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
21834 type patterns.
21835
b0cecf36
MC
218362004-01-17 Michael Chastain <mec.gnu@mindspring.com>
21837
21838 * gdb.cp/templates.exp: Fix typo in test name of
21839 "print Foo<volatile char*>::foo".
21840
4120d7e6
MC
218412004-01-15 Michael Chastain <mec.gnu@mindspring.com>
21842
21843 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
21844
f679e530
BE
218452004-01-16 Ben Elliston <bje@wasabisystems.com>
21846
21847 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
21848 (clean mostlyclean): Remove empty rm.
21849
091c48f6
MC
218502004-01-15 Michael Chastain <mec.gnu@mindspring.com>
21851
21852 * gdb.base/setvar.exp: Add copyright years.
21853
3e5fc8d2
DC
218542004-01-14 David Carlton <carlton@bactrian.org>
21855
21856 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
21857 PR c++/1511 and update coment.
21858 * gdb.cp/templates.exp: Update patterns to match current output.
21859 If changes involve something other than whitespace, KFAIL
21860 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
21861
63d06c5c
DC
218622004-01-14 David Carlton <carlton@kealia.com>
21863
21864 * gdb.cp/namespace.exp: Add tests involving classes defined within
21865 namespaces.
21866 * gdb.cp/namespace.cc (C::CClass): New.
21867 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
21868
a51dab88
EZ
218692004-01-14 Elena Zannoni <ezannoni@redhat.com>
21870
21871 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
21872 what debug info we have. Print a better message if something goes
21873 wrong while producing the separate debug info file.
21874
a476ccc9
MC
218752004-01-14 Michael Chastain <mec.gnu@mindspring.com>
21876
21877 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
21878
f453692c
MC
218792004-01-14 Michael Chastain <mec.gnu@mindspring.com>
21880
21881 * gdb.base/callfuncs.c: Add copyright notice.
21882
f40063a5
MC
218832004-01-13 Michael Chastain <mec.gnu@mindspring.com>
21884
21885 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
21886 inheritance. PR gdb/1498, PR gcc/13539.
21887
19ac3974
EZ
218882004-01-13 Elena Zannoni <ezannoni@redhat.com>
21889
a9c64011
AS
21890 * gdb.threads/gcore-thread.exp: Prefix name of binary with
21891 test specific name.
21892 * gdb.mi/gdb669.exp: Ditto.
21893 * gdb.mi/mi-pthreads.exp: Ditto.
21894 * gdb.mi/mi1-pthreads.exp: Ditto.
21895 * gdb.mi/mi2-pthreads.exp: Ditto.
19ac3974 21896
56c97c6e
MC
218972004-01-12 Michael Chastain <mec.gnu@mindspring.com>
21898
21899 * gdb.cp/member-ptr.cc: Add copyright notice.
21900
a0644324
MC
219012004-01-12 Michael Chastain <mec.gnu@mindspring.com>
21902
21903 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
21904 some patterns for recent versions of gcc and hpacc. Delete
21905 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
21906 Delete tests that access a NULL pointer-to-member-data. This
21907 script is still disabled for gcc.
21908
32fabe09
EZ
219092004-01-12 Elena Zannoni <ezannoni@redhat.com>
21910
21911 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
a9c64011 21912 escaped correctly.
32fabe09 21913
1f8a6abb
EZ
219142004-01-12 Elena Zannoni <ezannoni@redhat.com>
21915
21916 * gdb.base/sepdebug.exp: New file.
21917 * gdb.base/sepdebug.c: New file.
21918 * lib/gdb.exp (separate_debug_filename): New procedure.
21919 (gdb_gnu_strip_debug): New procedure.
21920
48efe704
AC
219212004-01-12 Andrew Cagney <cagney@redhat.com>
21922
21923 * gdb.mi/ChangeLog: Delete file. Renamed to ...
21924 * gdb.mi/ChangeLog-1999-2003: New file.
21925
a9415475
AC
219262004-01-12 Andrew Cagney <cagney@redhat.com>
21927
21928 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
21929 "Renaming a directory to a non-empty directory returns ENOTEMPTY
21930 or EEXIST", treat EBUSY as an XFAIL.
21931
83b8cf9d
MC
219322004-01-11 Michael Chastain <mec.gnu@mindspring.com>
21933
21934 * gdb.base/scope.exp: Remove obsolete setup_xfail for
21935 hp_cc_compiler.
21936
9939d2a8
MC
219372004-01-10 Michael Chastain <mec.gnu@mindspring.com>
21938
21939 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
21940 decorations.
21941
1ff8cadf
MC
219422004-01-10 Michael Chastain <mec.gnu@mindspring.com>
21943
21944 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
21945 and "(aCC)" decorations. Remove obsolete doco about old
21946 test results.
21947
6fa9022e
MC
219482004-01-09 Michael Chastain <mec.gnu@mindspring.com>
21949
21950 * gdb.cp/exception.exp: Fix typo in doco.
21951
209721fe
MK
219522004-01-09 Mark Kettenis <kettenis@gnu.org>
21953
21954 * gdb.base/gdb1476.exp: Fix typo.
21955
ef11303e
MC
219562004-01-09 Michael Chastain <mec.gnu@mindspring.com>
21957
21958 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
21959 file.
21960
041ab88c
MC
219612004-01-09 Michael Chastain <mec.gnu@mindspring.com>
21962
21963 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
21964 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
21965 Use gdb_compile. Remove restriction on gcc. Add some patterns
21966 for recent version of gdb. Delete second half, which was a copy
21967 of the first half with different build flags. This test is
21968 still disabled because it is still not ready for production.
21969
e36d075a
MC
219702004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21971
21972 * gdb.cp/exception.cc: Add copyright notice.
21973 * gdb.cp/exception.exp: Add a notice that this file is broken
21974 because of line number changes caused by addition of copyright
21975 notice.
21976
42b190ad
MC
219772004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21978
21979 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
21980 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
21981
8f25f06b
MC
219822004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21983
21984 * gdb.cp/classes.exp: Accept gnu abi 2.
21985 * gdb.cp/derivation.exp: Likewise.
21986 * gdb.cp/overload.exp: Likewise.
21987 * gdb.cp/virtfunc.exp: Likewise.
21988
06ded8b8
MC
219892004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21990
21991 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
21992 semicolon after end of function.
21993
77c26ae3
MC
219942004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21995
21996 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
21997 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
21998 boilerplate code for compiling and running the program under
21999 test. Add some string method tests.
22000
20757486
MC
220012004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22002
22003 * gdb.cp/bs15503.cc: Add copyright notice.
22004 * gdb.cp/bs15503.exp: Adjust line number.
22005
0fd3b503
MC
220062004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22007
22008 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
22009 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
22010
10d1bea8
MC
220112004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22012
22013 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
22014 hp_cc_compiler.
22015
2789202a
MC
220162004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22017
22018 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
22019 * gdb.cp/ctti.exp: Use the marker instead of "next".
22020 With gcc, run further before bailing.
22021
b862f14c
MC
220222004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22023
22024 * gdb.cp/cttiadd.cc: Add copyright notice.
22025 * gdb.cp/cttiadd1.cc: Likewise.
22026 * gdb.cp/cttiadd2.cc: Likewise.
22027 * gdb.cp/cttiadd3.cc: Likewise.
22028
96da2469
MC
220292004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22030
22031 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
22032 Use gdb_test, gdb_test_multiple. Use floating-point values that
22033 have exact representations in IEEE-ish formats.
22034
053248ff
MC
220352004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22036
22037 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
22038 compilers. Delete duplicate call to get_compiler_info.
22039 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
22040 * gdb.base/volatile.exp: Likewise.
22041
84acecdd
MK
220422004-01-07 Mark Kettenis <kettenis@gnu.org>
22043
22044 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
22045 memory at address 0.
22046
fe11a27f
MC
220472004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22048
22049 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
22050 to test for hp-ux assembler. Fix copyright years.
22051
60ad077b
AC
220522004-01-07 Andrew Cagney <cagney@redhat.com>
22053
22054 * gdb.base/fileio.c (strerrno): Add "EBUSY".
22055
1c9b8f33
AC
220562004-01-07 Andrew Cagney <cagney@redhat.com>
22057
22058 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
22059 when creating the read-only file. From analysis by Roland McGrath
22060 and Elena Zannoni.
22061
753ccc7a
MC
220622004-01-06 Michael Chastain <mec.gnu@mindspring.com>
22063
22064 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
22065
eca3e36b
MC
220662004-01-06 Michael Chastain <mec.gnu@mindspring.com>
22067
22068 * gdb.base/cvexpr.c: Be type-safe with function pointers and
22069 data pointers.
22070
f8d4bac4
MC
220712004-01-06 Michael Chastain <mec.gnu@mindspring.com>
22072
22073 * gdb.cp/m-static.exp: Compile one source file at a time.
22074 Delete unused call to get_compiler_info.
22075
9b4e0f94
MC
220762004-01-06 Michael Chastain <mec.gnu@mindspring.com>
22077
22078 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
22079 * gdb.base/call-rt-st.exp: Likewise.
22080 * gdb.base/nodebug.exp: Likewise.
22081 * gdb.base/volatile.exp: Likewise.
22082 * gdb.cp/ref-types.exp: Likewise.
22083 * gdb.cp/templates.exp: Likewise.
22084
023c1024
MK
220852004-01-05 Mark Kettenis <kettenis@gnu.org>
22086
22087 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
22088
19703c4a
MC
220892004-01-05 Michael Chastain <mec.gnu@mindspring.com>
22090
22091 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
22092 hppa*-hp-hpux*.
22093
18b67037
MK
220942004-01-04 Mark Kettenis <kettenis@gnu.org>
22095
ba6219c8
MK
22096 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
22097 x86_64-*-*.
22098
18b67037
MK
22099 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
22100 sparc64-*-* and sparc*-solaris2*.
22101
1bfbbb9d
MK
221022004-01-04 Mark Kettenis <kettenis@gnu.org>
22103
22104 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
22105 return ${tests}" test. The ${tests} already mentions the
22106 filename.
22107
06846494
MC
221082004-01-02 Michael Chastain <mec.gnu@mindspring.com>
22109
22110 * gdb.cp/local.exp: Accept gcc abi 2.
22111
3b0cb202
MC
221122004-01-02 Michael Chastain <mec.gnu@mindspring.com>
22113
22114 * gdb.cp/templates.exp: Accept gcc abi 2.
22115
0643ec3f
MC
221162004-01-02 Michael Chastain <mec.gnu@mindspring.com>
22117
22118 * lib/compiler.cc: Remove supports_template_debugging.
22119 * gdb.cp/templates.exp: Do not test supports_template_debugging.
22120
d231d0b1
MC
221212004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22122
22123 * gdb.cp/namespace.exp: Accept gcc abi 2.
22124
44ffb27c
MC
221252004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22126
22127 * gdb.cp/method.exp: Accept gcc abi 2.
22128
184ad485
MC
221292004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22130
22131 * gdb.cp/classes.exp: Generate identical results as old version.
22132 * gdb.cp/derivation.exp: Likewise.
22133 * gdb.cp/overload.exp: Likewise.
22134 * gdb.cp/virtfunc.exp: Likewise.
22135
116f09e7
MC
221362004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22137
22138 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
22139 mysterious bug with sourceware version of expect.
22140
b1379776
MC
221412004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22142
22143 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
22144 current versions of gcc, including gcc abi 2. Remove gratuitous
22145 restart of test program. Use gdb_test_multiple and gdb_test for
22146 all tests. Add patterns to xfail missing "const" in "const char *"
22147 and kfail PR gdb/1155.
22148
6b7a4c0e
MC
221492004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22150
22151 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
22152 current versions of gcc, including gcc abi 2. Remove gratuitous
22153 restart of test program. Use gdb_test_multiple and gdb_test for
22154 all tests. Add patterns to kfail PR gdb/1498.
22155
51615d72
MC
221562003-12-31 Michael Chastain <mec.gnu@mindspring.com>
22157
22158 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
22159 current versions of gcc, including gcc abi 2. Use "breakpoint"
22160 and "continue" instead of restarting the target program. Use
22161 gdb_test_multiple and gdb_test for all tests.
22162
7b79a9d7
MK
221632004-01-01 Mark Kettenis <kettenis@gnu.org>
22164
22165 * gdb.asm/asm-source.exp: Update copyright year. Link statically
22166 for *-*-solaris2*.
22167
1cd3489f
MC
221682003-12-31 Michael Chastain <mec.gnu@mindspring.com>
22169
22170 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
22171 current versions of gcc, including gcc abi 2. Use "breakpoint"
22172 and "continue" instead of restarting the target program several
22173 times. Use gdb_test_multiple and gdb_test for all tests.
22174
850742db
MC
221752003-12-18 Michael Chastain <mec.gnu@mindspring.com>
22176
22177 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
22178 source files.
22179
eb4bbda8
MC
221802003-12-16 Michael Chastain <mec.gnu@mindspring.com>
22181
22182 * gdb.base/environ.exp: Handle compiling test case from multiple
22183 source files.
22184
e42c7771
MC
221852003-12-16 Michael Chastain <mec.gnu@mindspring.com>
22186
22187 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
22188
80e4b428
JB
221892003-12-17 Jim Blandy <jimb@redhat.com>
22190
5f06973a
JB
22191 * gdb.base/freebpcmd.c: Add copyright notice.
22192
80e4b428
JB
22193 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
22194
0ab84fb7
MC
221952003-12-16 Michael Chastain <mec.gnu@mindspring.com>
22196
22197 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
22198
1b3bb3d0
JB
221992003-12-13 Jim Blandy <jimb@redhat.com>
22200
22201 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
22202
3a4c9371
KB
222032003-12-12 Kevin Buettner <kevinb@redhat.com>
22204
22205 * gdb.asm/frv.inc: New file.
22206 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
22207
a1dea79a
FF
222082003-12-09 Fred Fish <fnf@redhat.com>
22209
22210 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
22211 functions to break1.c and leave prototypes behind. Add more
22212 "set breakpoint NN here" comments.
22213 * gdb.base/break1.c: New file.
22214
22215 * gdb.base/break.exp: Handle compiling test case from multiple
22216 source files and change source file references as needed.
22217 * gdb.base/completion.exp: Ditto.
22218 * gdb.base/condbreak.exp: Ditto.
22219 * gdb.base/define.exp: Ditto.
22220 * gdb.base/ena-dis-br.exp: Ditto.
22221 * gdb.base/info-proc.exp: Ditto.
22222 * gdb.base/maint.exp: Ditto.
22223 * gdb.base/until.exp: Ditto.
22224
22225 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
22226 hardcoded line numbers.
22227 * gdb.base/define.exp: Ditto.
22228 * gdb.base/ena-dis-br.exp: Ditto.
22229 * gdb.base/maint.exp: Ditto.
22230 * gdb.base/until.exp: Ditto.
22231
22232 * gdb.base/completion.exp: Use "break1" for completion tests since
22233 "break" is no longer a unique prefix.
22234
5266b69c
AC
222352003-12-06 Andrew Cagney <cagney@redhat.com>
22236
22237 * gdb.base/structs.exp (test_struct_returns): When applicable, set
22238 "return_value_unimplemented". When an unimplemented struct return
22239 architecture, report incorrect values as a KFAIL
22240
374451f0
MC
222412003-12-05 Michael Chastain <mec.gnu@mindspring.com>
22242
22243 * gdb.cp/rtti.exp: Accept new wording of warning from
22244 cp_lookup_rtti_type.
22245
ba9b20a7
MC
222462003-12-05 Michael Chastain <mec.gnu@mindspring.com>
22247
22248 Partial fix for PR testsuite/1456.
22249 * gdb.base/scope.exp (test_at_main): Replace references to
22250 gcc_compiled with calls to test_compiler_info.
22251 (test_at_foo): Likewise.
22252 (test_at_bar): Likewise.
22253
b74b6d0b
MC
222542003-12-04 Michael Chastain <mec.gnu@mindspring.com>
22255
22256 Partial fix for PR testsuite/1456.
22257 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
22258 to test_compiler_info.
22259
ccfa3402
MC
222602003-12-03 Michael Chastain <mec.gnu@mindspring.com>
22261
22262 * gdb.base/so-impl-ld.exp: Update copyright notice.
22263
f6246aba
MC
222642003-12-02 Michael Chastain <mec.gnu@mindspring.com>
22265
22266 Partial fix for PR testsuite/1456.
22267 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
22268 to test_compiler_info.
22269
13ae734a
MC
222702003-11-28 Michael Chastain <mec.gnu@mindspring.com>
22271
22272 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
22273 from current versions of gdb. Clean up regular expressions.
22274 Delete redundant timeout case.
22275
d8e1cdee
MC
222762003-11-28 Michael Chastain <mec.gnu@mindspring.com>
22277
22278 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
22279 from current versions of gdb. Clean up regular expressions.
22280 Delete redundant timeout case.
22281
96457b64
MC
222822003-12-01 Michael Chastain <mec.gnu@mindspring.com>
22283
22284 Partial fix for PR testsuite/1456.
22285 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
22286 gcc_compiled with call to test_compiler_info.
22287
f35309fc
MC
222882003-11-30 Michael Chastain <mec.gnu@mindspring.com>
22289
22290 Partial fix for PR testsuite/1456.
22291 * gdb.base/list.exp (test_list_function): Delete unused declaration
22292 of gcc_compiled.
22293
d7afdf9b
MC
222942003-11-29 Michael Chastain <mec.gnu@mindspring.com>
22295
22296 Partial fix for PR testsuite/1456.
22297 * gdb.base/complex.exp: Replace reference to gcc_compiled with
22298 call to test_compiler_info.
22299
71507b56
MK
223002003-11-29 Mark Kettenis <kettenis@gnu.org>
22301
22302 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
22303 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
22304 it to create the appropriate note.inc.
22305 * gdb.asm/asmsrc1.s: Include "note.inc".
22306 * gdb.asm/netbsd.inc: New file.
22307 * gdb.asm/empty.inc: New file.
22308
f81f93f7
MC
223092003-11-28 Michael Chastain <mec.gnu@mindspring.com>
22310
22311 Partial fix for PR testsuite/1456.
22312 * gdb.base/constvars.exp: Replace references to gcc_compiled with
22313 calls to test_compiler_info.
22314
9a77938e
MC
223152003-11-27 Michael Chastain <mec.gnu@mindspring.com>
22316
22317 Partial fix for PR testsuite/1456.
22318 * gdb.base/volatile.exp: Replace references to gcc_compiled with
22319 calls to test_compiler_info.
22320
e8367dc7
MK
223212003-11-27 Mark Kettenis <kettenis@gnu.org>
22322
22323 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
22324 pattern for the KFAILs.
22325
526c61ee
AF
223262003-11-25 Adam Fedor <fedor@gnu.org>
22327
22328 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
22329 * gdb.objc/objcdecode.m: New file.
22330
28f2d600
AF
223312003-11-25 Adam Fedor <fedor@gnu.org>
22332
22333 * gdb.objc/nondebug.exp: Test for PR objc/1236.
22334 * gdb.objc/nondebug.m: New file.
22335
a3895cee
BE
223362003-11-26 Ben Elliston <bje@wasabisystems.com>
22337
22338 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
22339 NetBSD as it does on FreeBSD. Modelled on a similar change by
22340 Mark Kettenis on 2003-05-30.
22341 (link-flags): Set to "--entry _start" regardless of target.
22342 Special linker flags are to be appended to $link-flags.
22343 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
22344
c9f2c8a3
MC
223452003-11-25 Michael Chastain <mec.gnu@mindspring.com>
22346
22347 * gdb.cp/method.exp: Accept output of new demangler.
22348
15a0587a 223492003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
22350
22351 * gdb/class2.exp: New file.
22352 * gdb/class2.cc: New file.
22353
3c00b570
MC
223542003-11-25 Michael Chastain <mec.gnu@mindspring.com>
22355
22356 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
22357 of new demangler.
22358
7027acc7
MK
223592003-11-23 Mark Kettenis <kettenis@gnu.org>
22360
22361 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
22362 of gdb_test "run".
22363
b0e1598a
MK
223642003-11-23 Mark Kettenis <kettenis@gnu.org>
22365
22366 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
22367 "continue" into "run".
22368
4d9eda44
MC
223692003-11-23 Michael Chastain <mec.gnu@mindspring.com>
22370
22371 Partial fix for PR testsuite/1456.
22372 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
22373 call to test_compiler_info.
22374 * gdb.cp/ctti.exp: Likewise.
22375 * gdb.cp/derivation.exp: Likewise.
22376 * gdb.cp/member-ptr.exp: Likewise.
22377 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
22378 reference to gcc_compiled.
22379
223802003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
22381
22382 Fix PR testsuite/1463.
22383 * gdb.base/structs.exp (start_structs_test): Call
22384 get_debug_format before using the debug format.
22385
d422fe19
AC
223862003-11-22 Andrew Cagney <cagney@redhat.com>
22387
22388 * lib/gdb.exp (gdb_test_multiple): Add simple example.
22389 * gdb.base/structs.exp: Use gdb_test_multiple.
22390
039cf96d
AC
223912003-11-20 Andrew Cagney <cagney@redhat.com>
22392
6882279b
AC
22393 * gdb.base/structs.exp: Handle and recover from internal errors.
22394 Replace "foo${n}" with "foo<n>" in test messages.
22395
e53890ae
AC
22396 * gdb.base/structs.exp: Update copyright. Rewrite.
22397 * gdb.base/structs.c: Update copyright. Rewrite.
22398
2b211c59
AC
22399 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
22400 resync count exceeded.
d63a86f8 22401
039cf96d
AC
22402 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
22403 from the internal error.
22404 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
22405 Original from Jim Blandy.
22406 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 22407
eac98b22
AC
224082003-11-19 Andrew Cagney <cagney@redhat.com>
22409
22410 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
22411 KFAIL.
22412
67455b2a
MK
224132003-11-17 Mark Kettenis <kettenis@gnu.org>
22414
22415 New testcase for PR backtrace/1435.
22416 * gdb.arch/i386-unwind.exp: New file.
22417 * gdb.arch/i386-unwind.c: New file.
22418
853d6e5b
AC
224192003-11-17 Andrew Cagney <cagney@redhat.com>
22420
22421 * lib/gdb.exp (compiler_info): New global.
22422 (test_compiler_info): New function.
22423 (get_compiler_info): Set compiler_info.
22424 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
22425 "compiler_info" to gcc-<major>-<minor>.
22426
38cf6e11
MC
224272003-11-15 Michael Chastain <mec.gnu@mindspring.com>
22428
22429 * gdb.trace/configure: Remove.
22430
a50d3602
EZ
224312003-11-13 Elena Zannoni <ezannoni@redhat.com>
22432
22433 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 22434 breakpoints.
a50d3602
EZ
22435 * gdb.base/break.exp: Remove all references to explicit line
22436 numbers.
22437
d9407aaa
NC
224382003-11-11 Nick Clifton <nickc@redhat.com>
22439
22440 * gdb.base/shreloc.exp: Do not run for targets which do not
22441 support shared objects.
22442
db488fc1
CV
224432003-11-10 Corinna Vinschen <vinschen@redhat.com>
22444
22445 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
22446 Don't run tests if nofileio flag is given.
22447
6a90a18e
EZ
224482003-11-07 Elena Zannoni <ezannoni@redhat.com>
22449
22450 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
a9c64011 22451 as well as 'Watchpoint'.
6a90a18e 22452
0b915e9c
EZ
224532003-11-06 Elena Zannoni <ezannoni@redhat.com>
22454
22455 Reported by Jim Ingham <jingham@apple.com>:
22456 * gdb.base/annota1.exp: Match at least one occurrence of the
22457 signal handler annotation.
22458
d7e4b55f
EZ
224592003-11-06 Elena Zannoni <ezannoni@redhat.com>
22460
a9c64011
AS
22461 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
22462 as well as 'Watchpoint'.
d7e4b55f 22463
2fe4e8d0
MC
224642003-11-05 Michael Chastain <mec@shout.net>
22465
22466 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
22467
6ef88553
KW
224682003-11-03 Kris Warkentin <kewarken@qnx.com>
22469
22470 * gdb.arch/gdb1291.c: New test file.
22471 * gdb.arch/gdb1291.exp: New test script.
22472 * gdb.arch/gdb1431.c: New test file.
22473 * gdb.arch/gdb1431.exp: New test script.
22474
ae7dc4d8
MC
224752003-10-22 Michael Chastain <mec@shout.net>
22476
22477 * gdb.mi/pthreads.c: Add copyright notice.
22478
c39d7427
MC
224792003-10-22 Michael Chastain <mec@shout.net>
22480
22481 * gdb.threads/pthreads.c: Add copyright notice.
22482
8b7d96c1
MC
224832003-10-20 Michael Chastain <mec@shout.net>
22484
22485 * gdb.base/gdb1056.exp: New test script.
22486
d1d69fdd
DJ
224872003-10-13 Daniel Jacobowitz <drow@mvista.com>
22488
22489 * gdb.threads/killed.exp: Use gdb_run_cmd.
22490
7d605576
DJ
224912003-10-13 Daniel Jacobowitz <drow@mvista.com>
22492
22493 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
22494 create a core file.
22495 * gdb.threads/gcore-thread.exp: Likewise.
22496
618ec112
CV
224972003-10-13 Corinna Vinschen <vinschen@redhat.com>
22498
22499 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
22500 type, based on char type.
22501 (struct bit_flags_short_t): New bitfield type, based on short type.
22502 (init_bit_flags_char): New fuction.
22503 (init_bit_flags_short): Ditto.
22504 (print_bit_flags_char): Ditto.
22505 (print_bit_flags_short): Ditto.
22506 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
22507
9367a73c
MC
225082003-10-11 Michael Chastain <mec@shout.net>
22509
22510 * gdb.base/call-rt-st.exp: Update copyright year.
22511
1decf120
KI
225122003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
22513
22514 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
22515 * gdb.disasm/sh3.s: Ditto.
22516
5445b2ae
DJ
225172003-10-07 Daniel Jacobowitz <drow@mvista.com>
22518
22519 * gdb.threads/switch-threads.exp: New test.
22520 * gdb.threads/switch-threads.c: New source file.
22521
aec24853
CV
225222003-10-07 Corinna Vinschen <vinschen@redhat.com>
22523
22524 * gdb.base/ending-run.exp: Add sh specific case.
22525
adc7428d
AC
225262003-10-06 Andrew Cagney <cagney@redhat.com>
22527
22528 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
22529 * gdb.disasm/mn10200.exp: Delete obsolete file.
22530
c9d37158
DJ
225312003-09-29 Daniel Jacobowitz <drow@mvista.com>
22532
22533 * ChangeLog: Correct an entry command.exp -> commands.exp.
22534 * gdb.base/commands.exp (bp_deleted_in_command_test)
22535 (temporary_breakpoint_commands): Check noargs.
22536
79c2c32d
DC
225372003-09-25 David Carlton <carlton@kealia.com>
22538
22539 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
22540 of some print tests, where appropriate. Add tests for C::D::cd,
22541 E::ce, F::cXfX, G::XgX.
22542 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
22543
594e6d67
RE
225442003-09-25 Richard Earnshaw <rearnsha@arm.com>
22545
22546 * lib/java.exp (java_init): Import target_alias before using it.
22547
10f0d451
DC
225482003-09-25 David Carlton <carlton@kealia.com>
22549
22550 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
22551
274bcba0
EZ
225522003-09-23 Elena Zannoni <ezannoni@redhat.com>
22553
d63a86f8 22554 * gdb.base/selftest.exp: Accomodate more instruction reordering
a9c64011 22555 weirdness.
274bcba0 22556
cdbf20f7
MC
225572003-09-17 Michael Chastain <mec@shout.net>
22558
22559 * gdb.cp/gdb1355.exp: New file.
22560 * gdb.cp/gdb1355.c: New file.
22561
71e06f80
CV
225622003-09-15 Corinna Vinschen <vinschen@redhat.com>
22563
22564 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
22565 * gdb.asm/sh.inc: New file.
22566
5c4e30ca
DC
225672003-09-11 David Carlton <carlton@kealia.com>
22568
bd45b7af
DC
22569 * gdb.cp/namespace.exp: Add tests for namespace types.
22570 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
22571 (test_namespace): New.
22572
1c199746
EZ
225732003-09-11 Elena Zannoni <ezannoni@redhat.com>
22574
a9c64011 22575 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 22576 * gdb.stabs/weird.exp: Ditto.
1c199746 22577
04ed252f
MC
225782003-09-08 Michael Chastain <mec@shout.net>
22579
22580 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
22581
d8a2d9e7
MC
225822003-09-07 Michael Chastain <mec@shout.net>
22583
22584 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
22585 'parse error'.
22586
161afb24
MK
225872003-09-07 Mark Kettenis <m.kettenis@osp.nl>
22588
22589 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
22590
49f2741a
MC
225912003-08-30 Michael Chastain <mec@shout.net>
22592
22593 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
22594 * gdb.gdb/observer.exp: Ditto.
22595 * gdb.gdb/xfullpath.exp: Ditto.
22596
8afa723e
MK
225972003-08-29 Mark Kettenis <kettenis@gnu.org>
22598
22599 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
22600 *-*-*bsd*.
22601
f31dfe3b
JJ
226022003-08-28 Jeff Johnston <jjohnstn@redhat.com>
22603
22604 * gdb.base/dump.exp: Skip for ia64.
22605
4630e498
JJ
226062003-08-25 Jeff Johnston <jjohnstn@redhat.com>
22607
22608 * gdb.asm/asm-source.exp: Add ia64 support.
22609 * gdb.asm/ia64.inc: New file.
22610
1105b7ef
MC
226112003-08-22 Michael Chastain <mec@shout.net>
22612
22613 * gdb.cp: New directory.
22614 * gdb.cp/*: Copy from gdb.c++/*.
22615 * gdb.c++/*: Remove.
22616 * Makefile.in: Change gdb.c++ to gdb.cp.
22617 * configure.in: Ditto.
22618 * configure: Regnerate.
22619
c945b932
MK
226202003-08-18 Mark Kettenis <kettenis@gnu.org>
22621
22622 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
22623 * gdb.arch/i386-prologue.c (gdb1338): Add function.
22624
2b66634b
DJ
226252003-08-17 Daniel Jacobowitz <drow@mvista.com>
22626
22627 * mi-var-display.exp (-var-list-children weird): Accept function
22628 pointers with argument types.
22629 * mi1-var-display.exp (-var-list-children weird): Likewise.
22630 * mi2-var-display.exp (-var-list-children weird): Likewise.
22631
a356f73b
DJ
226322003-08-17 Daniel Jacobowitz <drow@mvista.com>
22633
22634 * gdb.base/annota3.exp: Add missing newline.
22635
483417b8
MC
226362003-08-06 Michael Chastain <mec@shout.net>
22637
22638 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
22639
c99c59c3
MS
226402003-08-12 Michael Snyder <msnyder@redhat.com>
22641
22642 * gdb.base/float.exp: Add test for SH.
22643
55ed7501
MK
226442003-08-10 Mark Kettenis <kettenis@gnu.org>
22645
22646 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
22647
1a371f2e
EZ
226482003-08-07 Elena Zannoni <ezannoni@redhat.com>
22649
22650 * gdb.base/completion.exp: Remove reduntant completion test
22651 on filename.
22652
e0f353ce
EZ
226532003-08-07 Elena Zannoni <ezannoni@redhat.com>
22654
a9c64011
AS
22655 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
22656 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
22657 gdb.trace/save-trace.exp: Make sure that full pathnames are
22658 escaped correctly.
e0f353ce 22659
5710a1af 226602003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 22661
a9c64011
AS
22662 * configure.in: Don't generate config.h from config.hin.
22663 * configure: Regenerate.
22664 * config.hin: Remove file.
22665 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
22666 * gdb.threads/pthreads.c: Ditto.
5710a1af 22667
dcd81ce9
DJ
226682003-08-07 Daniel Jacobowitz <drow@mvista.com>
22669
22670 From Kei Sakamoto <sakamoto.kei@renesas.com>:
22671 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
22672 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
22673 Replace ld24 with seth/add3.
22674
6009d884
AC
226752003-08-02 Andrew Cagney <cagney@redhat.com>
22676
22677 * gdb.base/annota3.exp: New file.
22678 * gdb.base/annota3.c: New file.
22679 * gdb.c++/annota3.exp: New file.
22680 * gdb.c++/annota3.cc: New file.
22681
51514e06
MC
226822003-07-29 Michael Chastain <mec@shout.net>
22683
22684 * gdb.threads/tls.c (spin): Check errno only if sem_wait
22685 actually failed.
22686 (do_pass): Likewise.
22687 * gdb.threads/tls.exp: Always initialize no_of_threads.
22688
4ee6625b
DJ
226892003-07-27 Daniel Jacobowitz <drow@mvista.com>
22690
22691 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
22692 pattern.
22693 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
22694 * gdb.threads/tls.exp: Recognize one case of the host library not
22695 supporting TLS.
22696
225f2bf6
AC
226972003-07-27 Andrew Cagney <cagney@redhat.com>
22698
22699 * gdb.base/fileio.exp: Use SH when running commands using
22700 remote_exec.
22701
bcb27c9f
DJ
227022003-07-24 Daniel Jacobowitz <drow@mvista.com>
22703
22704 From Kei Sakamoto <sakamoto.kei@renesas.com>:
22705 * gdb.base/relocate.c (dummy): New padding array.
22706
3d67be83
MS
227072003-07-22 Michael Snyder <msnyder@redhat.com>
22708
d63a86f8 22709 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
22710
22711 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
22712 patterns to be more general, accepting old and new output.
22713 Some output chars (such as '+') also must be quoted.
d63a86f8 22714 Some addresses are displayed numerically instead of
3d67be83
MS
22715 symbolically.
22716
57ba3b85
MS
227172003-07-23 Michael Snyder <msnyder@redhat.com>
22718
686d097c
MS
22719 * gdb.base/return2.exp: Don't test long-long return.
22720
57ba3b85
MS
22721 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
22722 * gdb.disasm/t01_mov.exp: Ditto.
22723 * gdb.disasm/t02_mova.s: Ditto.
22724 * gdb.disasm/t02_mova.exp: Ditto.
22725 * gdb.disasm/t03_add.s: Ditto.
22726 * gdb.disasm/t03_add.exp: Ditto.
22727 * gdb.disasm/t04_sub.s: Ditto.
22728 * gdb.disasm/t04_sub.exp: Ditto.
22729 * gdb.disasm/t05_cmp.s: Ditto.
22730 * gdb.disasm/t05_cmp.exp: Ditto.
22731 * gdb.disasm/t06_ari2.s: Ditto.
22732 * gdb.disasm/t06_ari2.exp: Ditto.
22733 * gdb.disasm/t07_ari3.s: Ditto.
22734 * gdb.disasm/t07_ari3.exp: Ditto.
22735 * gdb.disasm/t08_or.s: Ditto.
22736 * gdb.disasm/t08_or.exp: Ditto.
22737 * gdb.disasm/t09_xor.s: Ditto.
22738 * gdb.disasm/t09_xor.exp: Ditto.
22739 * gdb.disasm/t10_and.s: Ditto.
22740 * gdb.disasm/t10_and.exp: Ditto.
22741 * gdb.disasm/t11_logs.s: Ditto.
22742 * gdb.disasm/t11_logs.exp: Ditto.
22743 * gdb.disasm/t12_bit.s: Ditto.
22744 * gdb.disasm/t12_bit.exp: Ditto.
22745 * gdb.disasm/t13_otr.s: Ditto.
22746 * gdb.disasm/t13_otr.exp: Ditto.
22747
e00759ef
EZ
227482003-07-22 Elena Zannoni <ezannoni@redhat.com>
22749
22750 * gdb.threads/tls.exp :Add kfail for 'info address' case.
22751
8bc2021f
EZ
227522003-07-22 Elena Zannoni <ezannoni@redhat.com>
22753
a9c64011
AS
22754 * gdb.threads/tls.c : New file.
22755 * gdb.threads/tls.exp : New file.
22756 * gdb.threads/tls-main.c : New file.
22757 * gdb.threads/tls-shared.c : New file.
22758 * gdb.threads/tls-shared.exp : New file.
8bc2021f 22759
89320c4c
AS
227602003-07-22 Andreas Schwab <schwab@suse.de>
22761
22762 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
22763
180dea7c
AS
227642003-07-20 Andreas Schwab <schwab@suse.de>
22765
22766 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
22767 due to insn reordering.
22768
0714963c
AC
227692003-07-15 Andrew Cagney <cagney@redhat.com>
22770
22771 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
22772
98a23b3f
MC
227732003-07-15 Michael Chastain <mec@shout.net>
22774
22775 * gdb.base/gdb1250.exp: New file.
22776 * gdb.base/gdb1250.c: New file.
22777
27e417a2
ML
227782003-07-09 Michal Ludvig <mludvig@suse.cz>
22779
22780 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
22781 expansion of size_t to 'unsigned long', not only to 'unsigned'.
22782
8bc2021f
EZ
227832003-07-09 Elena Zannoni <ezannoni@redhat.com>
22784
a9c64011
AS
22785 * gdb.threads/tls.c: New file.
22786 * gdb.threads/tls.exp: New file.
22787 * gdb.threads/tls-main.c: New file.
22788 * gdb.threads/tls-shared.c: New file.
22789 * gdb.threads/tls-shared.exp: New file.
8bc2021f 22790
d99968dc
EZ
227912003-07-09 Elena Zannoni <ezannoni@redhat.com>
22792
22793 * gdb.base/annota1.exp: Make sure that we properly escape the
22794 full path of the source file. Xfail more permissive patterns,
d63a86f8 22795 due to a compiler debug info problem.
d99968dc 22796
83876b3b
AS
227972003-07-07 Andreas Schwab <schwab@suse.de>
22798
2705e972
AS
22799 * gdb.asm/m68k.inc: New file.
22800 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
22801
83876b3b
AS
22802 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
22803 arguments"): Also match negative number.
22804
22805 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
22806
3a871b37
DJ
228072003-07-03 Daniel Jacobowitz <drow@mvista.com>
22808
22809 * gdb.base/store.c (charest): New typedef.
22810 (add_char): Rename to add_charest, update.
22811 (wack_char): Rename to wack_charest, update types. Return l + r
22812 to keep r live across the call.
22813 (wack_short, wack_int, wack_long, wack_longest, wack_float)
22814 (wack_double, wack_doublest): Return l + r to keep r live across
22815 the call.
22816 * gdb.base/store.exp: Accomodate store.c changes.
22817
b2a7f303
DC
228182003-06-30 David Carlton <carlton@kealia.com>
22819
22820 * gdb.c++/maint.exp (test_invalid_name): New.
22821 (test_first_component): Add tests for invalid names.
22822
3c6cb4a1
MC
228232003-06-29 Michael Chastain <mec@shout.net>
22824
22825 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
22826 output of '<VTT for class>' for virtual base classes.
22827
f1c2644b
DJ
228282003-06-29 Daniel Jacobowitz <drow@mvista.com>
22829
22830 * gdb.base/completion.exp: Tab-complete "complet" instead of
22831 "compl".
22832 * gdb.base/complex.exp, gdb.base/complex.c: New files.
22833
18080350
DJ
228342003-06-29 Daniel Jacobowitz <drow@mvista.com>
22835
22836 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
22837 * gdb.base/volatile.exp: Likewise.
22838
f56973f8
DJ
228392003-06-29 Daniel Jacobowitz <drow@mvista.com>
22840
22841 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
22842 gdb/1265.
22843
228442003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
22845 Daniel Jacobowitz <drow@mvista.com>
22846
22847 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
22848 initial line count of 'captured_main' from 26 to 32.
22849 (test_with_self): Allow xmalloc call to be interleaved with the
22850 preceding two lines.
22851
e766d4d6
JB
228522003-06-24 Joel Brobecker <brobecker@gnat.com>
22853
22854 * gdb.base/bang.exp: New testcase.
22855
f125c9a4
JB
228562003-06-23 Joel Brobecker <brobecker@gnat.com>
22857
22858 * gdb.base/langs.exp: Add some tests for the "minimal" language
22859 support.
22860
6e25beaf
EZ
228612003-06-23 Elena Zannoni <ezannoni@redhat.com>
22862
22863 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
22864 the testcase.
22865
2f816dda
DJ
228662003-06-22 Daniel Jacobowitz <drow@mvista.com>
22867
22868 * gdb.base/relocate.exp: Test add-symbol-file with a variable
22869 offset.
22870
db5a5748
DJ
228712003-06-22 Daniel Jacobowitz <drow@mvista.com>
22872
22873 * gdb.c++/pr-1210.cc: New file.
22874 * gdb.c++/pr-1210.exp: New file.
22875
1df0c130
DJ
228762003-06-21 Daniel Jacobowitz <drow@mvista.com>
22877
22878 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
22879 000-exec-continue.
22880
a92feac0
MK
228812003-06-15 Mark Kettenis <kettenis@gnu.org>
22882
22883 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
22884 on *-*-*bsd* instead of *-*-freebsd*.
22885
81a58f5b
AC
228862003-06-14 Andrew Cagney <cagney@redhat.com>
22887
22888 * gdb.base/store.exp: Test longest and doublest. Test all
22889 parameters. Weaken return statement match.
22890 * gdb.base/store.c: Add longest and doublest - aka long long and
22891 long double functions. Put all parameters into local register
22892 variables. Use negative values.
22893
b257a0d3
AC
228942003-06-14 Andrew Cagney <cagney@redhat.com>
22895
22896 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
22897 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
22898 exit status.
22899 * gdb.base/fileio.exp: Disable target when nointerrupts and
22900 noinferiorio, instead of limiting it to remote. Use remote_exec
22901 instead of system.
d63a86f8 22902
21c38304
JJ
229032003-06-12 Jeff Johnston <jjohnstn@redhat.com>
22904
22905 * gdb.base/float.exp: Add ia64 support.
22906
1bcdb424
CV
229072003-06-12 Corinna Vinschen <vinschen@redhat.com>
22908
22909 * gdb.base/fileio.exp: Run only on remote targets.
22910
6aeb981f
CV
229112003-06-10 Corinna Vinschen <vinschen@redhat.com>
22912
22913 * gdb.base/fileio.c: New file, testing File-I/O.
22914 * gdb.base/fileio.exp: Ditto.
22915
53df362e
RG
229162003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
22917
22918 * gdb.base/shreloc.exp: New file, check symbol values obtained from
22919 shared objects after relocation at load time (gdb PR/1132).
22920 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
a9c64011 22921 as above, part of the shared object relocation test.
53df362e 22922
ffee1b46
MK
229232003-06-08 Mark Kettenis <kettenis@gnu.org>
22924
b5ca3722
MK
22925 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
22926 fully filled history list.
22927 * gdb.base/gdb_history: New file.
22928
03ed860d
MK
22929 * gdb.base/signals.exp: XFAIL "continue to func1" on
22930 i*86-*-freebsd*.
22931
ffee1b46
MK
22932 * gdb.base/attach.exp: When trying to attach to a nonexistent
22933 process, make it possible to specify the PID based on the target,
22934 and do so for *-*-freebsd*.
22935
d80dbb52
RH
229362003-06-02 Richard Henderson <rth@redhat.com>
22937
22938 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
22939
6dd77b81
RH
229402003-06-02 Richard Henderson <rth@redhat.com>
22941
22942 * gdb.base/selftest.exp: Next over lim_at_start initialization.
22943
f6347e16
RH
229442003-06-02 Richard Henderson <rth@redhat.com>
22945
22946 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
22947
2c161407
DJ
229482003-06-01 Daniel Jacobowitz <drow@mvista.com>
22949
22950 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
22951 of globalvar.
22952
572eb746
MK
229532003-06-01 Mark Kettenis <kettenis@gnu.org>
22954
22955 * gdb.asm/asm-source.exp: Check for memory read errors in
22956 disassembler test on *BSD too.
22957
9e9617a5
RH
229582003-06-01 Richard Henderson <rth@redhat.com>
22959
22960 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
22961 for .frame.
22962 (gdbasm_call): Lose ldgp.
22963 (gdbasm_startup): Add frame information.
22964 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
22965
7b34ad4e
MK
229662003-05-31 Mark Kettenis <kettenis@gnu.org>
22967
22968 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
22969 i?86-*-*.
22970
10059fdf
MK
229712003-05-30 Mark Kettenis <kettenis@gnu.org>
22972
22973 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
22974 FreeBSD.
22975
acf4b816
RH
229762003-05-29 Richard Henderson <rth@redhat.com>
22977
22978 * gdb.asm/alpha.inc: New file.
22979 * gdb.asm/asm-source.exp: Use it.
22980
e9ecd949
JB
229812003-05-29 Jim Blandy <jimb@redhat.com>
22982
22983 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
22984 'core.PID'.
22985
e3e5a4f3
JB
229862003-05-22 Jim Blandy <jimb@redhat.com>
22987
22988 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
22989 backtrace.
d63a86f8 22990
72fe3d25
DC
229912003-05-20 David Carlton <carlton@math.stanford.edu>
22992
22993 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
22994 this time.
22995
58da2eb2
DC
229962003-05-19 David Carlton <carlton@bactrian.org>
22997
22998 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
22999 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
23000
1fcb5155
DC
230012003-05-19 David Carlton <carlton@bactrian.org>
23002
23003 * gdb.c++/namespace.exp: Add namespace scope and anonymous
23004 namespace tests.
23005 Bump copyright date.
23006 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
23007 (main): Call C::D::marker2.
23008 * gdb.c++/namespace1.cc: New file.
23009
85e85163
JJ
230102003-05-14 Jeff Johnston <jjohnstn@redhat.com>
23011
23012 Roland McGrath <roland@redhat.com>
d63a86f8 23013 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
23014 there is no manager thread.
23015
a25fbfec
JJ
230162003-05-08 Jeff Johnston <jjohnstn@redhat.com>
23017
d63a86f8
RM
23018 * gdb.threads/schedlock.exp: Remove assumption that all threads
23019 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
23020 in one of the child threads rather than the main thread.
23021
be375bae
JB
230222003-05-07 Jim Blandy <jimb@redhat.com>
23023
09bf6082
JB
23024 Add support for assembly source testing on the s390x.
23025 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
23026 architecture.
23027 * gdb.asm/s390x.inc: New file.
23028
be375bae
JB
23029 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
23030 succession of 'if' statements.
23031
00905d52
AC
230322003-05-05 Andrew Cagney <cagney@redhat.com>
23033
23034 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
23035
b1e29e33
AC
230362003-05-05 Andrew Cagney <cagney@redhat.com>
23037
23038 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
23039 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
23040
e33d66ec
EZ
230412003-05-02 Elena Zannoni <ezannoni@redhat.com>
23042
23043 * gdb.base/charset.exp: Update based on new behavior of set/show
23044 charset commands.
23045
2b6fd0d8
AC
230462003-05-01 Andrew Cagney <cagney@redhat.com>
23047
23048 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
23049 variable do not give memory errors.
23050
130cacce
AF
230512003-04-30 Adam Fedor <fedor@gnu.org>
23052
23053 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
23054 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
23055 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
23056 gdb.objc/basicclass.m: : New files
23057
23058 * lib/gdb.exp (gdb_compile_objc): New procedure.
23059
bea71854
DJ
230602003-04-27 Daniel Jacobowitz <drow@mvista.com>
23061
23062 * gdb.base/signals.exp: Make backtrace tests more specific.
23063
0f20eeea
DC
230642003-04-23 David Carlton <carlton@bactrian.org>
23065
23066 * gdb.c++/maint.exp (test_first_component): Add tests for
23067 'operator' in more locations.
23068
c8c4d8dc
KB
230692003-04-16 Kevin Buettner <kevinb@redhat.com>
23070
23071 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
23072
3fe60e3c
EZ
230732003-04-16 Elena Zannoni <ezannoni@redhat.com>
23074
23075 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
a9c64011 23076 func marke' instead. Update test name.
3fe60e3c 23077
9219021c
DC
230782003-04-15 David Carlton <carlton@math.stanford.edu>
23079
23080 * gdb.c++/maint.exp: New file.
23081
5dd55bdd
EZ
230822003-04-14 Elena Zannoni <ezannoni@redhat.com>
23083
23084 * gdb.threads/schedlock.c: Change type of thread function argument
23085 to long, to avoid warnings on 64-bit platforms.
23086
00890572
EZ
230872003-04-14 Elena Zannoni <ezannoni@redhat.com>
23088
a9c64011
AS
23089 * gdb.base/attach.exp: Add new message from ptrace in case of
23090 attaching to nonexistent process.
d63a86f8 23091
93201743
JB
230922003-04-11 Jim Blandy <jimb@redhat.com>
23093
23094 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
23095 gdb.c++/userdef.cc: Place comments on the lines to which the
23096 marker function might return.
23097 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
23098 gdb.c++/userdef.exp: Look for those comments to check that we've
23099 returned to the right place, instead of checking line numbers.
23100
2a11c64d
EZ
231012003-04-11 Elena Zannoni <ezannoni@redhat.com>
23102
a9c64011
AS
23103 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
23104 match on sourcefile name, instead of directory name.
2a11c64d 23105
68ab8fc5
EZ
231062003-04-10 Elena Zannoni <ezannoni@redhat.com>
23107
d63a86f8 23108 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
23109 working directory name.
23110
5624293a
JB
231112003-04-09 Jim Blandy <jimb@redhat.com>
23112
23113 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
23114 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
23115 after an inferior function call, report the failure, but allow the
23116 test to continue.
23117
f1f02ee4
SC
231182003-04-05 Stephane Carrez <stcarrez@nerim.fr>
23119
23120 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
23121 with -DPROTOTYPES.
23122
6eb79af0
SC
231232003-04-05 Stephane Carrez <stcarrez@nerim.fr>
23124
23125 * gdb.base/break.exp: Revert last patch.
23126
8dfb4cf0
SC
231272003-04-04 Stephane Carrez <stcarrez@nerim.fr>
23128
23129 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
23130 with -DPROTOTYPES.
23131
ed4c619a
AC
231322003-04-02 Andrew Cagney <cagney@redhat.com>
23133
23134 * gdb.base/callfuncs.exp: Make "print add" messages unique.
23135 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
23136 matching directories by the name breakpoint.
23137 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
23138 Make "continue to marker1" consistent.
23139 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
23140 message consistent.
23141 * lib/gdb.exp: Put "the program is no longer running", and "the
23142 program exited" in parenthesis.
23143 * lib/mi-support.exp: Ditto.
d63a86f8 23144
4e35d5f0 231452003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 23146
4e35d5f0
BR
23147 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
23148
71900fe8
AC
231492003-03-29 Andrew Cagney <cagney@redhat.com>
23150
23151 * gdb.base/sizeof.c (main): Print the value of '\377'.
23152 * gdb.base/sizeof.exp: Check the sign of '\377'.
23153
c0655a16
MC
231542003-03-27 Michael Chastain <mec@shout.net>
23155
23156 * gdb.base/gdb1090.exp: New file.
23157 * gdb.base/gdb1090.cc: New file.
23158
5b2a3989
JB
231592003-03-27 J. Brobecker <brobecker@gnat.com>
23160
23161 * gdb.gdb/observer.exp: New regression test.
23162
79876890
MC
231632003-03-27 Michael Chastain <mec@shout.net>
23164
23165 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
23166 * gdb.base/ptype.exp: Likewise.
23167
6eac95e3
CV
231682003-03-27 Corinna Vinschen <vinschen@redhat.com>
23169
23170 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
23171
e8c71839
MC
231722003-03-26 Michael Chastain <mec@shout.net>
23173
23174 * gdb.base/ptype.exp: Actually use some typedef'd types.
23175
71b10041
SC
231762003-03-21 Stephane Carrez <stcarrez@nerim.fr>
23177
23178 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
23179 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
23180
2512cf80
CV
231812003-03-20 Corinna Vinschen <vinschen@redhat.com>
23182
23183 * gdb.base/default.exp: Fix regular expression.
23184
0d195a4f
CV
231852003-03-20 Corinna Vinschen <vinschen@redhat.com>
23186
23187 * gdb.base/args.exp: Fix regular expression.
23188
8a2dbca8
CV
231892003-03-20 Corinna Vinschen <vinschen@redhat.com>
23190
23191 * gdb.base/help.exp: Allow Win32 child process.
23192
bf028682
CV
231932003-03-20 Corinna Vinschen <vinschen@redhat.com>
23194
23195 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
23196 when stepping out of main().
23197
182dbe85
CV
231982003-03-20 Corinna Vinschen <vinschen@redhat.com>
23199
23200 * gdb.base/default.exp: Check for win32 specific message when calling
23201 "run" without executable.
23202
d67a6ba5
CV
232032003-03-20 Corinna Vinschen <vinschen@redhat.com>
23204
23205 * gdb.base/args.exp: Expect .exe in output.
23206
a955b5bb
CV
232072003-03-20 Corinna Vinschen <vinschen@redhat.com>
23208
23209 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
23210 Cygwin native.
23211
bf6bad4b
AC
232122003-03-17 Andrew Cagney <cagney@redhat.com>
23213
23214 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
23215 vector registes.
23216 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
23217 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
23218
293e9a31
DC
232192003-03-17 David Carlton <carlton@math.stanford.edu>
23220
23221 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
23222 test, for PR breakpoints/38.
23223 Call test_watchpoint_and_breakpoint.
23224 * gdb.base/watchpoint.c (func3): New function.
23225 (main): Call func3.
23226
5330f2db
DC
232272003-03-04 David Carlton <carlton@math.stanford.edu>
23228
23229 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
23230 Garply<Garply<char> >:: garply".
23231 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
23232 with respect to PR c++/1111; note also PR c++/1113.
23233 (test_template_breakpoints): KFAIL "constructor breakpoint" with
23234 respect to PR c++/1062.
23235 KFAIL "destructor breakpoint" with respect to PR c++/1112.
23236
6ece72da
DC
232372003-03-03 David Carlton <carlton@math.stanford.edu>
23238
23239 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
23240 with respect to PR c++/57.
23241 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
23242 c++/826.
23243 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
23244 respect to PR c++/57.
23245
85ca1584
DC
232462003-03-03 David Carlton <carlton@math.stanford.edu>
23247
23248 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
23249 respect to PR c++/33 into FAILs.
23250
98e9c5b8
MC
232512003-03-03 Michael Chastain <mec@shout.net>
23252
7bedbf27
MC
23253 * configure.in: Update copyright years.
23254
232552003-03-03 Michael Chastain <mec@shout.net>
23256
23257 * Makefile.in: Update copyright years.
98e9c5b8 23258
f683e100
DC
232592003-02-28 David Carlton <carlton@math.stanford.edu>
23260
23261 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
23262 print class instead of struct and/or superfluous protection
23263 specifiers, as long as the resulting output is equivalent to the
23264 source code.
23265 Delete FIXME from end of messages on tests that don't need
23266 fixing.
23267
a9e0cf2c
DC
232682003-02-28 David Carlton <carlton@math.stanford.edu>
23269
23270 * gdb.c++/templates.exp (do_tests): Allow const in the two
23271 Foo<volatile char *>::foo tests.
23272
e8d359df
MS
232732003-02-27 Michael Snyder <msnyder@redhat.com>
23274
d63a86f8 23275 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
23276 will be consistant.
23277
0b71dc91
DC
232782003-02-26 David Carlton <carlton@math.stanford.edu>
23279
23280 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
23281 char *>::foo" test with respect to PR c++/33. Create a new test
23282 which is identical to that one except that it doesn't put the
23283 space between the "char" and the "*"; KFAIL it, too.
23284
dd14ab43
DC
232852003-02-26 David Carlton <carlton@math.stanford.edu>
23286
23287 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
23288 template types into either PASSes or KFAILs (corresponding to PR
23289 c++/57). Tweak indentation. Update copyright.
23290
1146c7f1
SC
232912003-02-23 Stephane Carrez <stcarrez@nerim.fr>
23292
23293 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
23294
74641dfb
MC
232952003-02-13 Michael Chastain <mec@shout.net>
23296
23297 * gdb.base/exprs.exp: Remove i960 remnants.
23298 * gdb.base/funcargs.exp: Likewise.
23299 * gdb.base/list.exp: Likewise.
23300 * gdb.base/ptype.exp: Likewise.
23301
559cd2d0
DC
233022003-02-14 David Carlton <carlton@math.stanford.edu>
23303
23304 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
23305 pEe->D::vg()" from XFAIL to KFAIL.
23306
c4f90d87
JM
233072003-02-13 Jason Molenda (jmolenda@apple.com)
23308
23309 * gdb.base/maint.exp: Update maint print statistics regexp to include
23310 new entries.
23311
cbc4d97c
MC
233122003-02-13 Michael Chastain <mec@shout.net>
23313
23314 * gdb.c++/inherit.exp: Remove call to get_debug_format.
23315
40f235b7
MC
233162003-02-12 Michael Chastain <mec@shout.net>
23317
23318 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
23319 * gdb.c++/inherit.exp: Likewise.
23320 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
23321 * gdb.c++/templates.exp: Likewise.
23322 * gdb.c++/virtfunc.exp: Likewise.
23323
c56716b0
JM
233242003-02-06 Jason Molenda (jason-cl@molenda.com)
23325
23326 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
23327 why the code is written that way.
23328
070afcf8
MC
233292003-02-05 Michael Chastain <mec@shout.net>
23330
23331 * gdb.base/dump.exp: Add missing copyright line.
23332
5d0331e5
JM
233332003-02-05 Jason Molenda (jason-cl@molenda.com)
23334
f7ae6d3e 23335 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
23336 at the beginning so the breakpoint doesn't get set on the loop.
23337
92851186
MC
233382003-02-05 Michael Chastain <mec@shout.net>
23339
23340 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
23341 output for configurations with gcc 2.95.3.
23342
cbf1e085
AC
233432003-02-05 Keith Seitz <keiths@redhat.com>
23344 Andrew Cagney <ac131313@redhat.com>
23345
23346 * gdb.mi/mi-cli.exp: New file.
d63a86f8 23347
29518e1e
MC
233482003-02-04 Michael Chastain <mec@shout.net>
23349
23350 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
23351 Call perror and then continue.
23352
5af1d5f3
MC
233532003-02-03 Michael Chastain <mec@shout.net>
23354
23355 * gdb.c++/pr-1023.cc: New file.
23356 * gdb.c++/pr-1023.exp: New file.
23357
6b549786
JB
233582003-02-05 Jim Blandy <jimb@redhat.com>
23359
23360 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
23361 it's local to foobar. Check for it there, and check that it's not
23362 present in main.
23363 * gdb.c++/local.cc (marker2): New function.
23364 (foobar): Call marker1.
23365 (main): Call marker2 instead of marker1.
23366
67f16606
AC
233672003-02-04 Andrew Cagney <ac131313@redhat.com>
23368
23369 * gdb.disasm/mn10200.exp: Obsolete file.
23370 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
23371 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
23372 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
23373
1c5cb38e
DC
233742003-02-04 David Carlton <carlton@math.stanford.edu>
23375
23376 * gdb.c++/overload.exp: Test intToChar(1).
23377 * gdb.c++/overload.cc (intToChar): New.
23378 (main): Call intToChar.
23379
d1fe6965
DC
233802003-02-03 David Carlton <carlton@math.stanford.edu>
23381
23382 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
23383 'might_kfail' arg.
23384 KFAIL some of the continue_to_bp_overloaded calls, according to
23385 PR c++/1025.
23386
9ba61c5d
MC
233872003-02-01 Michael Chastain <mec@shout.net>
23388
23389 * gdb.base/advance.c (marker1): New marker function.
23390 * gdb.base/advance.exp: When the 'advance' command lands on the
23391 return breakpoint, it can legitimately stop on either the
23392 current line or the next line. Accommodate both outcomes.
23393 * gdb.base/until.exp: Likewise.
23394
e7494ffb
AC
233952003-02-02 Andrew Cagney <ac131313@redhat.com>
23396
23397 2002-11-10 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
23398 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
23399 now a list, not a tuple.
23400 * gdb.mi/mi-var-display.exp: Ditto.
23401 * gdb.mi/gdb792.exp: Ditto.
e7494ffb 23402
075559bc
AC
234032003-02-01 Andrew Cagney <ac131313@redhat.com>
23404
23405 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
23406 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
23407 stack backtraces.
23408 * gdb.mi/mi-syn-frame.c: Part of same.
075559bc 23409
2bd4c7b1
MK
234102003-02-01 Mark Kettenis <kettenis@gnu.org>
23411
23412 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
23413 gdb.mi/mi1-pthreads.exp: Return instead of calling
23414 gdb_suppress_entire_file.
23415
eabd8992
MS
234162003-02-01 Mark Salter <msalter@redhat.com>
23417
23418 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
23419
71469e2f
MS
234202003-01-31 Mark Salter <msalter@redhat.com>
23421
23422 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
23423 Support empty arg.
23424
38a94d44
MC
234252003-01-30 Michael Chastain <mec@shout.net>
23426
23427 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
23428 This was a workaround for a UTF-8 bug in readline 4.3. The bug
23429 has been fixed in gdb/readline on 2003-01-09.
23430
19ea9e73
MS
234312003-01-29 Michael Snyder <msnyder@redhat.com>
23432
e8d359df
MS
23433 * gdb.base/maint.exp: Allow for leading underscore in symbol.
23434 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
23435 * gdb.base/args.exp: Skip if target does not support args passing.
23436
2307bd6a
DJ
234372003-01-22 Daniel Jacobowitz <drow@mvista.com>
23438
19ea9e73 23439 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
23440 gdb_test. Accept a list of expect arguments as the third
23441 parameter.
23442 (gdb_test): Use it.
23443
f2dd3617
EZ
234442003-01-20 Elena Zannoni <ezannoni@redhat.com>
23445
23446 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
23447 allow for different test tree configurations. Update some
23448 tescases accordingly.
23449 * gdb.arch/altivec-regs.exp: Ditto.
23450 * gdb.asm/asm-source.exp: Ditto.
23451 * gdb.base/advance.exp: Ditto.
23452 * gdb.base/display.exp: Ditto.
d63a86f8 23453 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
23454 * gdb.base/mips_pro.exp: Ditto.
23455 * gdb.base/overlays.exp: Ditto.
23456 * gdb.base/relocate.exp: Ditto.
23457 * gdb.base/setshow.exp: Ditto.
23458 * gdb.base/step-line.exp: Ditto.
23459 * gdb.base/step-test.exp: Ditto.
23460 * gdb.base/until.exp: Ditto.
23461 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
23462
c71cdefd
DC
234632003-01-17 David Carlton <carlton@math.stanford.edu>
23464
23465 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
23466 corresponding to PR c++/945.
23467 Update copyright.
23468
fdba05d7
DC
234692003-01-17 David Carlton <carlton@math.stanford.edu>
23470
23471 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
23472 corresponding to PR c++/68.
23473
234742003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
23475
23476 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
23477 (test_paddr_hairy_functions): Call print_addr_2_kfail for
23478 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
23479
c362c33a
EZ
234802003-01-15 Elena Zannoni <ezannoni@redhat.com>
23481
0fbc361c
EZ
23482 * gdb.base/break.exp: Fix change of default location, because of
23483 removal of until tests.
23484 * gdb.base/help.exp: Update test for new 'until' help message.
23485 Add test for help on 'advance'.
a9c64011 23486 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
c362c33a 23487
dabf8a35
MK
234882003-01-15 Mark Kettenis <kettenis@gnu.org>
23489
23490 * gdb.base/default.exp: Adapt "info float" test for recent changes
23491 to that command. Add test for "info vector".
23492 * gdb.base/float.exp: New file. Add test for "info float" that
23493 resembles the old test in gdb.base/default.exp.
23494
a1769aca
DC
234952003-01-15 David Carlton <carlton@math.stanford.edu>
23496
23497 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
23498
82025e13
EZ
234992003-01-15 Elena Zannoni <ezannoni@redhat.com>
23500
23501 * gdb.base/break.exp: Move the tests of until command from here...
23502 * gdb.base/until.exp: ... to here. New file. Add other tests.
23503 * gdb.base/advance.c: New file.
23504 * gdb.base/advance.exp: New file.
23505
8f9ab801
EZ
235062003-01-14 Elena Zannoni <ezannoni@redhat.com>
23507
a9c64011
AS
23508 * gdb.base/args.c: New file.
23509 * gdb.base/args.exp: New file.
8f9ab801 23510
9ae66589
DJ
235112003-01-14 Daniel Jacobowitz <drow@mvista.com>
23512
23513 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
23514
8d77e5c3
DJ
235152003-01-14 Daniel Jacobowitz <drow@mvista.com>
23516
23517 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
23518
12d2f0a1
DJ
235192003-01-14 Daniel Jacobowitz <drow@mvista.com>
23520
23521 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
23522 dates.
23523
6ca37014
DJ
235242003-01-13 Daniel Jacobowitz <drow@mvista.com>
23525
23526 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
23527
b0023472
DJ
235282003-01-13 Daniel Jacobowitz <drow@mvista.com>
23529
23530 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
23531 (ptype &*"foo").
23532 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
23533
607fbc54 235342003-01-13 Daniel Jacobowitz <drow@mvista.com>
d6abaea5
DJ
23535
23536 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
23537 * gdb.mi/mi1-console.exp: Likewise.
23538
607fbc54 235392003-01-13 Daniel Jacobowitz <drow@mvista.com>
dfd536a7
DJ
23540
23541 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
23542 * gdb.mi/mi1-console.exp: Likewise.
23543
a1fb14a2
DJ
235442003-01-13 Daniel Jacobowitz <drow@mvista.com>
23545
23546 * gdb.c++/overload.exp: Remove some fixed XFAILs.
23547
c4cf40b7
DJ
235482003-01-09 Daniel Jacobowitz <drow@mvista.com>
23549
23550 * gdb.base/detach.exp: New test.
23551
696d5a5b
DJ
235522003-01-09 Daniel Jacobowitz <drow@mvista.com>
23553
23554 * Makefile.in (ALL_SUBDIRS): New variable.
23555 (subdirs, clean, distclean): Use it.
23556 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
23557 regenerating Makefile, since it is generated from the top level.
23558 * gdb.asm/Makefile.in: Likewise.
23559 * gdb.base/Makefile.in: Likewise.
23560 * gdb.c++/Makefile.in: Likewise.
23561 * gdb.disasm/Makefile.in: Likewise.
23562 * gdb.java/Makefile.in: Likewise.
23563 * gdb.mi/Makefile.in: Likewise.
23564 * gdb.threads/Makefile.in: Likewise.
23565 * gdb.trace/Makefile.in: Likewise.
23566
754533e4
DC
235672003-01-09 David Carlton <carlton@math.stanford.edu>
23568
23569 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
23570 Add copyright year 2003.
23571
d8b3e9ee
MC
235722003-01-06 Michael Chastain <mec@shout.net>
23573
23574 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
23575 When selecting a thread, 'line' and 'file' are optional.
23576 * gdb.mi/mi1-pthreads.exp: Likewise.
23577
8e9e0fe6
AS
235782003-01-06 Andreas Schwab <schwab@suse.de>
23579
23580 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
23581 failures.
23582
b5ab8ff3
DJ
235832003-01-04 Daniel Jacobowitz <drow@mvista.com>
23584
23585 Fix PR gdb/844
23586 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
23587 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
23588
23589 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
23590 instead of calling gdb_suppress_entire_file.
23591 * gdb.threads/print-threads.exp: Likewise.
23592 * gdb.threads/schedlock.exp: Likewise.
23593
23594 * gdb.threads/killed.exp: Return instead of calling
23595 gdb_suppress_entire_file.
23596 * gdb.threads/linux-dp.exp: Likewise.
23597 * gdb.threads/pthreads.exp: Likewise.
23598
1e698235
DJ
235992003-01-04 Daniel Jacobowitz <drow@mvista.com>
23600
23601 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
23602 stabs.
23603 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
23604 * gdb.base/whatis.exp: Always allow (void) after function names.
23605
147ff08c
DJ
236062003-01-04 Daniel Jacobowitz <drow@mvista.com>
23607
23608 * gdb.c++/casts.exp: Correct regexp.
23609
dc62bfc2
MK
236102003-01-04 Mark Kettenis <kettenis@gnu.org>
23611
23612 * configure.in: Call AC_CONFIG_HEADER. Don't call
23613 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
23614 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
23615 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
23616 aforementioned directories in the AC_OUPUT call.
23617 * config.hin: New file.
23618 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
23619 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
23620 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
23621 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
23622 pass -I$objdir instead of -I$objdir/$subdir in compilation.
23623 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
23624 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
23625 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
23626 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
23627 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
23628 gdb.threads/configure.in, gdb.threads/configure,
23629 gdb.threads/config.in, gdb.trace/configure.in,
23630 gdb.trace/configure: Removed.
23631
77afa639
MC
236322003-01-03 Michael Chastain <mec@shout.net>
23633
23634 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
23635 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
23636
7634bb6e
DJ
236372003-01-03 Daniel Jacobowitz <drow@mvista.com>
23638
23639 * gdb.base/store.exp: Fix regular expressions.
23640
b39c905e
MK
236412002-12-28 Mark Kettenis <kettenis@gnu.org>
23642
23643 * configure.in: Rewrite.
23644 * configure: Regenerated.
23645
0a8551dd
DC
236462003-01-03 David Carlton <carlton@math.stanford.edu>
23647
23648 * gdb.base/psymtab.exp: New file.
23649 * gdb.base/psymtab1.c: Ditto.
23650 * gdb.base/psymtab2.c: Ditto.
23651
c60b7188
AF
236522002-12-23 Adam Fedor <fedor@gnu.org>
23653
23654 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
23655
ee73db83
DC
236562002-12-23 David Carlton <carlton@math.stanford.edu>
23657
23658 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
23659 and current_directory initialization.
23660
d6c1774e
JB
236612002-12-22 Jim Blandy <jimb@redhat.com>
23662
f0a847b8
JB
23663 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
23664 rather than as part of the output file name.
23665
d6c1774e
JB
23666 * gdb.base/attach.exp: There's no need to copy the test program to
23667 /tmp; that was only ever necessary on HP/UX, and this test is
23668 entirely disabled there anyway.
23669
f0708dbb
JB
236702002-12-21 Jim Blandy <jimb@redhat.com>
23671
4c2acfea
JB
23672 * gdb.c++/psmang.exp: Doc fix.
23673
f0708dbb
JB
23674 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
23675 test.
23676
9579e000
DC
236772002-12-20 David Carlton <carlton@math.stanford.edu>
23678
23679 * gdb.c++/annota2.exp: KFAIL annotate-quit.
23680
d1810171
MC
236812002-12-18 Michael Chastain <mec@shout.net>
23682
23683 * gdb.c++/annota2.exp: Add copyright year 2002.
23684
76565097
DC
236852002-12-17 David Carlton <carlton@math.stanford.edu>
23686
23687 * gdb.c++/try_catch.cc: Add marker comments.
23688 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
23689 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
23690 * gdb.c++/m-static.cc: Ditto.
23691 * gdb.c++/m-static1.cc: Ditto.
23692 * gdb.c++/try_catch.cc: Ditto.
23693
da81390b
JJ
236942002-12-16 Jeff Johnston <jjohnstn@redhat.com>
23695
23696 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
23697 to see whether we are using the new -environment-directory
23698 command which resets via -r or the old version of the command
23699 which may prompt the user. Part of fix for gdb/741.
23700
b304d130
AC
237012002-12-13 Andrew Cagney <ac131313@redhat.com>
23702
23703 * gdb.fortran/types.exp: Update obsolete comment.
23704 * gdb.fortran/exprs.exp: Ditto.
23705 * lib/gdb.exp: Delete obsolete code.
23706 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
23707 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
23708 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
23709 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
23710 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
23711 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
23712 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
23713 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
23714 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
23715 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
23716 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
23717 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
23718 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
23719 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
23720 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
23721 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
23722 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
23723 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
23724 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
23725 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
23726 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
23727 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
23728 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
23729 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
23730 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
23731 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
23732 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
23733 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
23734 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
23735 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
23736 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
23737 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
23738 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
23739 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
23740 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
23741 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
23742 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
23743
a23b6e6a
DC
237442002-12-11 David Carlton <carlton@math.stanford.edu>
23745
23746 * gdb.c++/m-data.exp: Add test for members that shadow global
23747 variables: see PR gdb/804.
23748 * gdb.c++/m-data.cc: Ditto.
23749
6604731b
DJ
237502002-12-10 Daniel Jacobowitz <drow@mvista.com>
23751
23752 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
23753
de46ecd7
DC
237542002-12-06 David Carlton <carlton@math.stanford.edu>
23755
23756 * gdb.base/store.c: Don't declare functions static.
23757
27e829d0
AC
237582002-12-04 Andrew Cagney <ac131313@redhat.com>
23759
23760 * gdb.base/store.exp, gdb.base/store.c: New files.
23761
92806416
DJ
237622002-12-03 Daniel Jacobowitz <drow@mvista.com>
23763
23764 * gdb.base/selftest.exp: Update for current gdb.
23765
3bcbaac5
DJ
237662002-12-03 Daniel Jacobowitz <drow@mvista.com>
23767
23768 * gdb.base/maint.exp: Only dump symbols from one source file
23769 or objfile.
23770
f4f00b1f
DJ
237712002-12-03 Daniel Jacobowitz <drow@mvista.com>
23772
23773 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
23774 function call.
23775
f1c8a949
JB
237762002-11-25 Jim Blandy <jimb@redhat.com>
23777
23778 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
23779 function appearing in error message.
23780
9e297a97
DJ
237812002-11-21 Daniel Jacobowitz <drow@mvista.com>
23782
23783 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
23784
1f312e79
JJ
237852002-11-08 Jeff Johnston <jjohnstn@redhat.com>
23786
d63a86f8
RM
23787 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
23788 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
23789 should be in mi console format. This is part of fix for PR gdb/604.
23790
83c31e7d
FN
237912002-09-18 Fernando Nasser <fnasser@redhat.com>
23792
23793 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
23794 which explicitly prints the zero offset as "+0".
23795
322b3f65
DJ
237962002-10-22 Daniel Jacobowitz <drow@mvista.com>
23797
23798 * gdb.threads/schedlock.c (args): Make unsigned.
23799
238002002-10-21 Daniel Jacobowitz <drow@mvista.com>
23801
23802 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
23803 numbers. Allow "foo2|selected stack frame".
23804 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
23805 * gdb.asm/asmsrc2.s: Likewise.
23806 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
23807 comments.
23808 * gdb.asm/mips.inc: New file.
23809
5e2fe5b8
AF
238102002-10-18 Adam Fedor <fedor@gnu.org>
23811
23812 * gdb.base/default.exp: Update expected output to include 'ObjC'.
23813 * gdb.base/help.exp: Likewise.
23814
abe1a5d0
KB
238152002-10-17 Kevin Buettner <kevinb@redhat.com>
23816
23817 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
23818 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
23819
10abb1d4
JB
238202002-10-02 Jim Blandy <jimb@redhat.com>
23821
23822 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
23823
1f609b42
AC
238242002-10-01 Andrew Cagney <ac131313@redhat.com>
23825
23826 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
23827 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
23828 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
23829 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
23830 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
23831 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
23832 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
23833
0aee02e4
AC
238342002-09-29 Andrew Cagney <ac131313@redhat.com>
23835
23836 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
23837 * mi0-disassemble.exp, mi0-eval.exp: Delete.
23838 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
23839 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
23840 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
23841 * mi0-var-block.exp, mi0-var-child.exp: Delete.
23842 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 23843
6fde09ad
KB
238442002-09-27 Kevin Buettner <kevinb@redhat.com>
23845
23846 * gdb.base/annota1.exp (info break): Make directory components of
23847 path optional since not all compilers emit this debug information.
23848
889bf7c5
PA
23849 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
23850 step ends up stepping out of the function instead of stopping on
23851 the epilogue.
6fde09ad 23852
9e8aab75
KS
238532002-09-26 Keith Seitz <keiths@redhat.com>
23854
23855 * lib/insight-support.exp (gdbtk_start): Figure out where
23856 the insight executable is based on where gdb is. Use this
23857 executable to start insight instead of gdb.
23858
e36180d7
AC
238592002-09-25 Andrew Cagney <cagney@redhat.com>
23860
23861 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
23862
9dd34b2b
AC
238632002-09-24 Andrew Cagney <ac131313@redhat.com>
23864
23865 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
23866 test_isolated_complaints.
23867 (test_empty_complaint): New function.
23868 (test_empty_complaints): New function. Check no output when no
23869 complaints.
d63a86f8 23870
dea97812
KB
238712002-09-19 Jim Blandy <jimb@redhat.com>
23872
a9c64011 23873 * gdb.base/charset.exp, gdb.base/charset.c: New files.
dea97812 23874
54951bd7
AC
238752002-09-19 Andrew Cagney <ac131313@redhat.com>
23876
23877 * gdb.gdb/complaints.exp: New file.
23878
dec43320
AC
238792002-09-18 Andrew Cagney <ac131313@redhat.com>
23880
23881 * gdb.base/maint.exp: Check `help maint internal-warning'.
23882
e70d6e3f
DC
238832002-09-18 David Carlton <carlton@math.stanford.edu>
23884
23885 * gdb.c++/m-static.exp: Remove breakpoints depending on line
23886 numbers, and replace them by a single breakpoint after the
23887 constructors are all finished.
23888 Add test 4.
23889 * gdb.c++/m-static.cc: Add test 4.
23890 * gdb.c++/m-static.h: New file.
23891 * gdb.c++/m-static1.cc: New file.
23892
23893 * gdb.c++/printmethod.exp: New file.
23894 * gdb.c++/printmethod.cc: New file.
23895
23896 * gdb.c++/pr-574.exp: New file.
23897 * gdb.c++/pr-574.cc: New file.
23898
afb5c968
CV
238992002-09-18 Corinna Vinschen <vinschen@redhat.com>
23900
23901 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
23902 embedded targets which never actually exit.
23903
31e45dee
FN
239042002-09-18 Fernando Nasser <fnasser@redhat.com>
23905
23906 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
23907 "don't step after run" as unresolved or unsupported, instead of xfail.
23908
a283c5a1
CV
239092002-09-18 Corinna Vinschen <vinschen@redhat.com>
23910
23911 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
23912 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
23913 Add newline to expected string in "step out of main (status wrapper)"
23914 case.
23915
11350d2a
CV
239162002-09-18 Corinna Vinschen <vinschen@redhat.com>
23917
23918 * lib/gdb.exp (rerun_to_main): Allow restarting application.
23919 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
23920
0deec7d6
TT
239212002-09-17 Tom Tromey <tromey@redhat.com>
23922
23923 * gdb.base/printcmds.exp (test_print_string_constants): Expect
23924 \000, not \0, in double-quoted string.
23925
b2b4a1b5
CV
239262002-09-14 Corinna Vinschen <vinschen@redhat.com>
23927
c9d37158 23928 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
23929 string after running the commands execution on breakpoint tests.
23930
1c56143a
CV
239312002-09-13 Corinna Vinschen <vinschen@redhat.com>
23932
23933 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
23934
37f8da45
JB
239352002-09-12 Joel Brobecker <brobecker@gnat.com>
23936
23937 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
23938
08b468e0
KS
239392002-09-10 Keith Seitz <keiths@redhat.com>
23940
23941 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
23942 runto proc.
23943 (mi_run_to_main): Use mi_runto.
23944 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
23945
dc360f58
KS
239462002-09-10 Keith Seitz <keiths@redhat.com>
23947
23948 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
23949 regexp for stopping at main. Could have multiple event notifications.
23950 Don't assume that main was declared with no parameters.
23951 (mi_next): Use mi_step_to.
23952 (mi_step): Use mi_next_to.
23953
ce3abcfb
CV
239542002-09-09 Corinna Vinschen <vinschen@redhat.com>
23955
23956 * gdb.base/default.exp: Fix expected string in `info float' test.
23957
d1f5b980
BE
239582002-09-09 Ben Elliston <bje@redhat.com>
23959
23960 * config/mips.exp: Update comments.
23961 * config/mips-idt.exp: Likewise.
23962 * config/nind.exp: Likewise.
23963 * config/slite.exp: Likewise.
23964 * config/sparclet.exp: Likewise.
23965 * config/udi.exp: Likewise.
23966 * config/vx.exp: Likewise.
23967 * config/vxworks29k.exp: Likewise.
23968
2f71430b
JB
239692002-09-05 Jim Blandy <jimb@redhat.com>
23970
23971 * gdb.threads/killed.exp: Fix test failure message.
23972
7ddebc7e
KS
239732002-09-04 Keith Seitz <keiths@redhat.com>
23974
23975 * lib/mi-support.exp: Update copyright.
23976 (mi_gdb_test): Increase the priority of the expected pattern
23977 so that it matches gdb_test.
23978
0ae67eb3
KS
239792002-09-03 Keith Seitz <keiths@redhat.com>
23980
23981 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
23982 Use integer comparison instead of string comparison for testing
23983 whether binary was built.
23984
38fc42c8
JB
239852002-09-03 Jim Blandy <jimb@redhat.com>
23986
23987 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
23988
b6ff0e81
JB
239892002-08-29 Jim Blandy <jimb@redhat.com>
23990
23991 * gdb.threads/pthreads.exp: Move the portable thread compilation
23992 code into a function in lib/gdb.exp, and call that from here.
23993 * lib/gdb.exp (gdb_compile_pthreads): New function.
23994
07c98896
KS
239952002-08-29 Keith Seitz <keiths@redhat.com>
23996
23997 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
23998 expect_out so that callers can get at it.
23999
0312286c
DJ
240002002-08-23 Daniel Jacobowitz <drow@mvista.com>
24001
24002 * gdb.threads/print-threads.c: New file.
24003 * gdb.threads/print-threads.exp: New file.
24004 * gdb.threads/schedlock.c: New file.
24005 * gdb.threads/schedlock.exp: New file.
24006
dd039bc4
EZ
240072002-08-22 Elena Zannoni <ezannoni@redhat.com>
24008
a9c64011
AS
24009 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
24010 not altivec.c.
dd039bc4 24011
1f36144c
MK
240122002-08-17 Mark Kettenis <kettenis@gnu.org>
24013
24014 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
24015 targets. The problem should be fixed now.
24016
16057ec7 240172002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
24018
24019 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
24020 2002-07-24 change that removes final dots from error messages.
24021
3c1499ad
TT
240222002-08-13 Tom Tromey <tromey@redhat.com>
24023
24024 * gdb.base/readline.exp: New file.
24025
a20ce2c3
AC
240262002-08-01 Andrew Cagney <ac131313@redhat.com>
24027
24028 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
24029 supress message.
24030
db034ac5
AC
240312002-08-01 Andrew Cagney <cagney@redhat.com>
24032
24033 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
24034 CHILL_FOR_TARGET and CHILL_LIB.
24035 * configure.in (configdirs): Remove gdb.chill.
24036 * configure: Regenerate.
24037 * lib/gdb.exp: Obsolete references to chill.
24038 * gdb.fortran/types.exp: Ditto.
24039 * gdb.fortran/exprs.exp: Ditto.
24040
3e000b18
KB
240412002-07-30 Kevin Buettner <kevinb@redhat.com>
24042
24043 * gdb.base/shlib-call.exp (additional_flags): Conditionally
24044 set Irix-specific compile and link flags.
24045
28f4966b
KB
240462002-07-29 Kevin Buettner <kevinb@redhat.com>
24047
24048 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
24049 source files. The ``-o'' option doesn't work with the ``-E'' option
24050 when using the Irix compiler.
24051
46c0d5a6
DJ
240522002-07-19 Daniel Jacobowitz <drow@mvista.com>
24053
24054 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
24055 Improve support for reusing an exec file. Copy exec file
24056 to target, and run gdbserver on the target instead of on the host.
24057
eecf4bed
JB
240582002-07-18 Jim Blandy <jimb@redhat.com>
24059
0f815cdf
JB
24060 * gdb.base/ending-run.exp: Don't expect to see the program end in
24061 some orderly fashion when we're running on a real stand-alone
24062 board.
24063
eecf4bed
JB
24064 * gdb.base/interrupt.exp: Correct logic for skipping tests on
24065 targets that don't support interrupts.
24066
52d309e4
JB
240672002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
24068
24069 * gdb.base/attach.exp: Add patterns to match output from /proc-based
24070 systems.
24071 Move comments in expect statements to inside the actions, so that they
24072 don't get matched against.
24073
ff683d9e
MK
240742002-07-10 Mark Kettenis <kettenis@gnu.org>
24075
24076 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
24077 function when asleep" test.
24078
b5356753
AC
240792002-07-10 Andrew Cagney <ac131313@redhat.com>
24080
24081 * gdb.base/page.exp: Rewrite to handle problems with very long
24082 `info set' output. Update copyright.
24083
6aa4d13a
AC
240842002-06-26 Andrew Cagney <ac131313@redhat.com>
24085
24086 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
24087 gdb.threads-hp.
24088 * gdb.hp/configure: Regenerate.
24089 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
24090 * gdb.hp/gdb.threads-hp/configure: Delete file.
24091 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
24092
8cf8c2b8
AC
240932002-06-22 Andrew Cagney <ac131313@redhat.com>
24094
24095 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
24096 setlocale, bindtextdomain and textdomain.
24097
6827a8f8
JB
240982002-06-11 Jim Blandy <jimb@redhat.com>
24099
919d772c
JB
24100 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
24101 preprocessor macro information is present.
24102
6827a8f8
JB
24103 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
24104 tests.
24105
c15b0d21
MS
241062002-06-06 Michael Snyder <msnyder@redhat.com>
24107
c5984d70
MS
24108 * gdb.base/overlays.exp: Record addresses of overlay
24109 functions in TCL variables rather than in GDB variables,
24110 to avoid having GDB convert them to pointers (with loss
24111 of information).
24112
d63a86f8 24113 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 24114 default linker script changes.
c15b0d21
MS
24115 * gdb.base/long_long.exp: Add check for sizeof (long double).
24116
be26fe0d
ML
241172002-06-06 Michal Ludvig <mludvig@suse.cz>
24118
24119 * gdb.asm/asm-source.exp: Add x86-64 target.
24120 * gdb.asm/x86_64.inc: New.
d63a86f8 24121
258093ca 241222002-05-30 Michael Chastain <mec@shout.net>
258093ca 24123
4b3153f1 24124 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
24125 * gdb.c++/m-static.cc: New file.
24126 * gdb.c++/m-static.exp: New file.
24127
241264c6
MS
241282002-05-28 Michael Snyder <msnyder@redhat.com>
24129
24130 * gdb.base/call-ar-st.exp: Allow for reduced floating point
24131 precision.
24132
9bba8c8f 241332002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 24134
4b3153f1 24135 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
24136 * gdb.c++/m-data.cc: New file.
24137 * gdb.c++/m-data.exp: New file.
24138
241392002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 24140
4b3153f1 24141 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 24142 * gdb.c++/try_catch.cc: New file.
d63a86f8 24143 * gdb.c++/try_catch.exp: New file.
9bba8c8f 24144
def1b996
MC
241452002-05-27 Michael Chastain <mec@shout.net>
24146
24147 * gdb.c++/local.exp: Accept more nested types in output.
24148
522ba268
MC
241492002-05-26 Michael Chastain <mec@shout.net>
24150
24151 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
24152
277254ba
MS
241532002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
24154
24155 * lib/gdb.exp (gdb_wrapper_init): Just because
24156 gdb_wrapper_file exists, this does not mean that the file
24157 should not be rebuilt. That is what gdb_wrapper_initialized
24158 is for.
24159 (default_gdb_init): Reset gdb_wrapper_initialized.
24160
b61a8733
MS
241612002-05-23 Michael Snyder <msnyder@redhat.com>
24162
d63a86f8 24163 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
24164 the precision of the floating point test results.
24165 * gdb.base/call-rt-st.exp: Ditto.
24166
b61a8733
MS
24167 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
24168 * gdb.base/call-rt-st.exp: Ditto.
24169
56f6e910
MC
241702002-05-19 Michael Chastain <mec@shout.net>
24171
24172 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
24173
ad0b0016
EZ
241742002-05-19 Elena Zannoni <ezannoni@redhat.com>
24175
a9c64011
AS
24176 * configure.in (configdirs): Add gdb.arch.
24177 * configure: Regenerate.
ad0b0016 24178
f617d2b6
JB
241792002-05-17 Jim Blandy <jimb@redhat.com>
24180
24181 * gdb.base/completion.exp: Recognize the more detailed error
24182 messages produced by the macro expander's lexical analyzer.
24183
eac2a696
EZ
241842002-05-14 Elena Zannoni <ezannoni@redhat.com>
24185
a9c64011
AS
24186 * gdb.arch/altivec-abi.c: New file.
24187 * gdb.arch/altivec-abi.exp: New file.
24188 * gdb.arch/altivec-regs.c: New file.
24189 * gdb.arch/altivec-regs.exp: New file.
eac2a696 24190
2fdde8f8
DJ
241912002-05-14 Daniel Jacobowitz <drow@mvista.com>
24192
24193 * gdb.base/maint.exp (maint print type): Update for new type
24194 structure.
d63a86f8 24195
e31f1a7c
EZ
241962002-05-14 Elena Zannoni <ezannoni@redhat.com>
24197
24198 * gdb.arch: New directory.
24199 * gdb.arch/configure.in: New file.
24200 * gdb.arch/configure: New file.
24201 * gdb.arch/Makefile.in: New file.
24202
db589741
CV
242032002-05-13 Corinna Vinschen <vinschen@redhat.com>
24204
24205 * gdb.asm/asm-source.exp: Add v850 as supported target.
24206 * gdb.asm/v850.inc: New file.
24207
8ce2a7dc
DJ
242082002-05-13 Daniel Jacobowitz <drow@mvista.com>
24209
24210 * gdb.c++/annota2.exp (annotate-quit): Add comment.
24211
df763c7f
DJ
242122002-05-12 Daniel Jacobowitz <drow@mvista.com>
24213
24214 * gdb.base/break.exp: Check 'break "marker2"'.
24215
377daeed
MS
242162002-05-10 Michael Snyder <msnyder@redhat.com>
24217
24218 * gdb.base/long_long.exp: Fix typo.
24219
c4b7bc2b
JB
242202002-05-10 Jim Blandy <jimb@redhat.com>
24221
ecac9a4e
JB
24222 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
24223 a bug.
24224
c4b7bc2b
JB
24225 * gdb.base/printcmds.exp (test_integer_literals_rejected):
24226 Recognize more detailed error message produced by the macro
24227 expander's lexical analyzer.
24228 * lib/gdb.exp (test_print_reject): Same.
24229
e71019a1
MK
242302002-05-09 Mark Kettenis <kettenis@gnu.org>
24231
24232 * gdb.c++/method.exp: Fix typo.
24233
fedfc8e6
MS
242342002-05-08 Michael Snyder <msnyder@redhat.com>
24235
166a1957
MS
24236 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
24237 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 24238 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
24239 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
24240 Add iftarget clause for strongarm.
d63a86f8 24241
f1c47eb2
MS
242422002-05-06 Michael Snyder <msnyder@redhat.com>
24243
cb9a9d3e
MS
24244 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
24245 (gdb_continue_to_end): Accept output from status wrapper.
24246 * gdb.base/ending-run.exp: Add case for output from status wrapper.
24247 Clean up fail messages to match pass messages.
24248
f1c47eb2
MS
24249 Enable the "needs_status_wrapper" testsuite feature.
24250 * lib/gdb.exp (gdb_wrapper_init): New procedure.
24251 (gdb_compile): Conditionally call gdb_wrapper_init.
24252 * gdb.base/a2-run.exp: Recognize output from status wrapper.
24253 * gdb.c++/method.exp: Recognize output from status wrapper.
24254
6079c749
BE
242552002-05-06 Ben Elliston <bje@redhat.com>
24256From Graydon Hoare <graydon@redhat.com>
24257
24258 * config/sid.exp: Include support for "rawsid" protocol.
24259
188baff3
JB
242602002-05-03 Jim Blandy <jimb@redhat.com>
24261
24262 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
24263 * gdb.c++/hang3.C: New file.
24264
b9c07f0f
AC
242652002-05-04 Andrew Cagney <ac131313@redhat.com>
24266
24267 * gdb.base/default.exp: Remove obsolete code.
24268 * gdb.c++/misc.exp: Ditto. Update copyright.
24269 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
24270 * gdb.base/whatis.exp: Ditto. Update copyright.
24271 * gdb.base/scope.exp: Ditto. Update copyright.
24272 * gdb.base/ptype.exp: Ditto. Update copyright.
24273 * gdb.base/printcmds.exp: Ditto. Update copyright.
24274 * gdb.base/opaque.exp: Ditto. Update copyright.
24275 * gdb.base/list.exp: Ditto.
24276 * gdb.base/funcargs.exp: Ditto. Update copyright.
24277 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
24278 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
24279 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
24280 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
24281 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
24282 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
24283
5c7a0397
MS
242842002-05-02 Michael Snyder <msnyder@redhat.com>
24285
d6dcc264 24286 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
24287 * gdb.base/long_long.exp: Add xscale target.
24288 * gdb.base/default.exp: Add xscale target.
24289
eb7f1c48
JB
242902002-05-01 Jim Blandy <jimb@redhat.com>
24291
24292 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
24293 gdb.c++/hang.exp: New test.
24294
a6befae8
FF
242952002-05-01 Fred Fish <fnf@redhat.com>
24296
24297 * gdb.base/completion.exp: Handle completions of "./Make" for
24298 more than one completion possibility, as is the case when we
24299 build and test in the source tree.
24300
0a310277
AG
243012002-04-29 Anthony Green <green@redhat.com>
24302
24303 * gdb.java/jmisc1.exp: New file.
24304 * gdb.java/jmisc2.exp: New file.
24305
6ff9af88
DJ
243062002-04-24 Daniel Jacobowitz <drow@mvista.com>
24307
24308 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
24309
96b3d632
EZ
243102002-04-23 Elena Zannoni <ezannoni@redhat.com>
24311
24312 * gdb.base/help.exp: Change 'help status' to allow for target
24313 dependent output differences.
24314
5019bb54
MC
243152002-04-22 Michael Chastain <mec@shout.net>
24316
24317 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
24318
a805a116
MC
243192002-04-22 Michael Chastain <mec@shout.net>
24320
24321 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
24322
a1706bfd
DM
243232002-04-17 David S. Miller <davem@redhat.com>
24324
24325 * gdb.asm/sparc64.inc: New file.
24326 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
24327
a73a20a2
EZ
243282002-04-19 Elena Zannoni <ezannoni@redhat.com>
24329
24330 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
24331 instruction file directly into the build tree. Clean up at end of
24332 test.
24333
ba678339
DM
243342002-04-18 David S. Miller <davem@redhat.com>
24335
24336 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
24337 handle 64-bit platforms correctly.
24338 * gdb.base/maint.exp: Likewise.
24339
b03399da
KB
243402002-04-18 Kevin Buettner <kevinb@redhat.com>
24341
24342 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
24343 ``-fpic'' when compiling files comprising a shared library, but
24344 it does need additional linker flags in order to find shared
24345 libraries at run time.
24346
e2004992
KB
243472002-04-18 Kevin Buettner <kevinb@redhat.com>
24348
24349 * gdb.base/cvexpr.c (use): New function.
24350 (main): Invoke use() on all global variables to prevent
24351 some linkers from deleting these otherwise unused symbols.
24352
d8937120
MC
243532002-04-17 Michael Chastain <mec@shout.net>
24354From David S. Miller <davem@redhat.com>
24355
24356 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
24357 handle 64-bit platforms correctly.
24358
ffd61a58
MS
243592002-04-12 Michael Snyder <msnyder@redhat.com>
24360From Jim Blandy <jimb@redhat.com>
a9c64011 24361 * gdb.base/foo.c (foox): Remove section attribute; the linker
ffd61a58
MS
24362 script can handle this instead.
24363 * gdb.base/bar.c (barx): Same.
24364 * gdb.base/baz.c (bazx): Same.
24365 * gdb.base/grbx.c (grbxx): Same.
24366
24367 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
24368 manager doesn't automatically unmap overlays unnecessarily.
24369
6b8426a6
MH
243702002-04-10 Martin M. Hunt <hunt@redhat.com>
24371
24372 * gdb.base/ending-run.exp: Fix pattern for Mips targets
24373 stepping out of main.
24374
34af4875
MC
243752002-04-09 Michael Chastain <mec@shout.net>
24376
24377 * gdb.c++/local.cc (main): Move call to marker1() inside nested
24378 scope so that the nested scope tests will make sense.
24379 * gdb.c++/local.exp: Write patterns that actually work with gcc
24380 (the HP patterns "were never known to work with gcc").
24381 Keep the old aCC patterns too.
24382
2d1676a0
DJ
243832002-04-09 Daniel Jacobowitz <drow@mvista.com>
24384
24385 * gdb.base/attach.exp: Correct target board test.
24386
3a63e3f9
MC
243872002-04-08 Michael Chastain <mec@shout.net>
24388
24389 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
24390 in a const method. Add some xfail and fail cases for configurations
24391 that do not emit the "const ...".
24392
f18dabd2
MC
243932002-04-07 Michael Chastain <mec@shout.net>
24394
24395 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
24396 Accept "A * const" and "const A * const" as type of "this".
24397 Fix spelling of getFunky throughout. Make messages uniform.
24398
0fcddd82
EZ
243992002-04-07 Elena Zannoni <ezannoni@redhat.com>
24400
a9c64011 24401 Work around for PR gdb/285:
0fcddd82
EZ
24402 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
24403
16a8534a
EZ
244042002-04-07 Elena Zannoni <ezannoni@redhat.com>
24405
24406 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
24407 instructions file at run time instead of configure time.
24408 Sometimes we run the test in a directory that is not the one we
24409 configured in.
24410 * gdb.asm/configure.in: Delete creation of symlink.
24411 * gdb.asm/configure: Regenerate.
24412
24181d81
JB
244132002-04-05 J. Brobecker <brobecker@gnat.com>
24414
24415 * gdb.gdb/xfullpath.exp: New test, to exercise the new
24416 xfullpath () function.
24417
7cdb7107
DJ
244182002-04-04 Daniel Jacobowitz <drow@mvista.com>
24419
24420 * gdb.asm/Makefile.in: Correct dependencies.
24421
24422 * gdb.asm/powerpc.inc: New file.
24423 * gdb.asm/asm-source.exp: Add PowerPC.
24424 * gdb.asm/configure.in: Likewise.
24425 * gdb.asm/configure: Regenerated.
24426
a7d17088
DJ
244272002-04-04 Daniel Jacobowitz <drow@mvista.com>
24428
24429 * gdb.base/relocate.exp: New file.
24430 * gdb.base/relocate.c: New file.
24431
cd721503
FF
244322002-04-04 Fred Fish <fnf@redhat.com>
24433
24434 * gdb.base/step-test.exp: Update comment regarding stopping in
24435 memcpy/bcopy calls inserted as part of the compiler runtime.
24436
b22ad7a7
MS
244372002-04-04 Michael Snyder <msnyder@redhat.com>
24438
24439 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
24440
5f279fa6
DJ
244412002-04-03 Daniel Jacobowitz <drow@mvista.com>
24442
24443 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
24444 (gdb_expect): Remove $notransfer hack.
24445
dd0fd3ce
DJ
244462002-04-02 Daniel Jacobowitz <drow@mvista.com>
24447
24448 * gdb.c++/classes.exp ("calling method for small class"): Match
24449 updated register output.
24450
1e50cda1
DJ
244512002-03-30 Daniel Jacobowitz <drow@mvista.com>
24452
24453 Fix PR gdb/452
24454 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
24455 when finished. Make gdb_file_cmd send "exec-file" when
24456 appropriate.
24457
24015922
DJ
244582002-03-30 Daniel Jacobowitz <drow@mvista.com>
24459
24460 * gdb.base/attach.exp: Remove extra setup_xfail.
24461
dd7dfd64
MS
244622002-03-26 Michael Snyder <msnyder@redhat.com>
24463
24464 * gdb.base/default.exp: Add tests for dump, append, and restore.
24465 * gdb.base/help.exp: Add tests for dump, append, and restore.
24466 * gdb.base/dump.exp: New file, test dump, append and restore.
24467 * gdb.base/dump.c: New file.
24468
48b2f8d7
MS
244692002-03-27 Michael Snyder <msnyder@redhat.com>
24470
d63a86f8 24471 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
24472 clean-ups in help messages.
24473
05b4d525
FF
244742002-03-26 Fred Fish <fnf@redhat.com>
24475
24476 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
24477 have debugging info for those functions and the compiler uses them
24478 internally to copy structs around.
24479
d7679631
FF
244802002-03-26 Fred Fish <fnf@redhat.com>
24481
24482 * gdb.base/list.exp: Revert the change made yesterday and add note
24483 about why we don't list the default lines for remote targets.
24484
523ac3f9
MS
244852002-03-25 Michael Snyder <msnyder@redhat.com>
24486
24487 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
24488
754b2b8d
FF
244892002-03-25 Fred Fish <fnf@redhat.com>
24490
24491 * gdb.base/list.exp: This test works on remote targets so remove
24492 the short circuit for remote targets. Update copyright.
24493
33c3e192
FF
244942002-03-25 Fred Fish <fnf@redhat.com>
24495
24496 * gdb.base/attach.exp: Fix logic error that was suppressing this
24497 test for all non hppa*-*-hpux* targets, instead of the hp target.
24498 Move comments closer to the suppression point. Also now need to
24499 check that we are running natively.
24500
d43e73ee
MS
245012002-03-22 Michael Snyder <msnyder@redhat.com>
24502
882c8f02
MS
24503 * gdb.base/default.exp: Add test for gcore. Update copyright.
24504 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 24505
04c12f60
FF
245062002-03-06 Fred Fish <fnf@redhat.com>
24507
24508 * gdb.base/funcargs.c: Remove extraneous ';' character.
24509 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
24510
b43df995
MC
245112002-03-04 Michael Chastain <mec@shout.net>
24512
24513 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
24514 accommodate gcc v3 function signature.
24515 * gdb.mi/mi0-var-cmd-exp: Ditto.
24516
92362027
AC
245172002-02-24 Andrew Cagney <ac131313@redhat.com>
24518
24519 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
24520 ``GNU/Linux'' or ``Linux kernel''
24521 * testsuite/gdb.threads/pthreads.c: Ditto.
24522
258ad32d
MC
245232002-02-24 Michael Chastain <mec@shout.net>
24524
24525 * gdb.threads/pthreads.c (thread1): Add a return statement.
24526 (thread2): Likewise.
24527 (foo): Likewise.
24528
04c3b3d4
MC
245292002-02-23 Michael Chastain <mec@shout.net>
24530
24531 * gdb.threads/linux-dp.c (philosopher): Add a return statement
24532 to placate gcc.
24533
5a2a0a20
MC
245342002-02-23 Michael Chastain <mec@shout.net>
24535
24536 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
24537 test "ptype bint". The test passes on all my stabs configurations.
24538
a640f7fc
JB
245392002-02-21 Jim Blandy <jimb@redhat.com>
24540
27924826
JB
24541 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
24542 filename at a time, and watch for the ones we want to see.
24543
a640f7fc
JB
24544 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
24545 types of pointers to prototyped functions.
24546
edcc8c75
AC
245472002-02-20 Andrew Cagney <ac131313@redhat.com>
24548
24549 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
24550 signed, unsigned and straight char.
24551 (padding_char, padding_short, padding_int, padding_long,
24552 padding_long_long, padding_float, padding_double,
24553 padding_long_double): New global variables.
24554 (fill, fill_structs): New functions.
24555
24556 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
24557 for correctly sized writes. Update copyright.
24558 (get_valueof): New procedure.
24559 (get_sizeof): Call get_valueof.
24560 (check_valueof): New procedure.
24561 (check_padding): New procedure.
24562
ac57ea44
MC
245632002-02-20 Michael Chastain <mec@shout.net>
24564
24565 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
24566 to setup_xfail. Document some of the remaining calls.
24567
7a10c941
MC
245682002-02-18 Michael Chastain <mec@shout.net>
24569
24570 * gdb.c++/userdef.exp: Update copyright year.
24571
fb8acdcc
DJ
245722002-02-18 Daniel Jacobowitz <drow@mvista.com>
24573
24574 * gdb.c++/userdef.exp: Test overloaded operators properly.
24575 Remove xfails.
24576
fda6ae12
MS
245772002-02-14 Michael Snyder <msnyder@redhat.com>
24578
24579 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
24580
676a0442
DJ
245812002-02-14 Daniel Jacobowitz <drow@mvista.com>
24582
24583 * gdb.base/a2-run.exp: Check for a remote target properly.
24584 * gdb.base/annota1.exp: Likewise.
24585 * gdb.base/list.exp: Likewise.
24586 * gdb.base/reread.exp: Likewise.
24587 * gdb.base/scope.exp: Likewise.
24588 * gdb.base/shlib-call.exp: Likewise.
24589 * gdb.base/term.exp: Likewise.
24590 * gdb.c++/annota2.exp: Likewise.
24591
78b4f468
RE
245922002-02-13 Richard Earnshaw <rearnsha@arm.com>
24593
24594 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
24595
9a81ba51
MC
245962002-02-10 Michael Chastain <mec@shout.net>
24597
24598 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
24599 (call_after_alloca): Ditto.
24600
004af6c7
DJ
246012002-02-10 Daniel Jacobowitz <drow@mvista.com>
24602
24603 * gdb.base/ending-run.exp: Guard "cont" test with
24604 gdb_skip_stdio_test.
24605
37225f62
JB
246062002-02-06 Jim Blandy <jimb@redhat.com>
24607
24608 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
24609 from here...
24610 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
24611 To here. Disable this test on non-HP platforms. Add big comment.
24612
fe6fdd96
MS
246132002-02-04 Michael Snyder <msnyder@redhat.com>
24614
24615 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
24616 other than d10v and m32r.
24617
036fad3f
RE
246182002-02-02 Richard Earnshaw <rearnsha@arm.com>
24619
24620 * gdb.base/default.exp: Rewrite test patterns to reduce time
24621 taken to match them.
24622
7148ab62
DJ
246232002-01-30 Daniel Jacobowitz <drow@mvista.com>
24624
24625 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
24626 Allow a start function above main.
24627 * gdb.threads/linux-dp.exp: Fix copyright date.
24628
396cc255
DJ
246292002-01-30 Daniel Jacobowitz <drow@mvista.com>
24630
a9c64011
AS
24631 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
24632 (check_philosopher_stack): Check for manager thread before checking
24633 for a just-starting thread.
396cc255 24634
f038d31b
DJ
246352002-01-30 Daniel Jacobowitz <drow@mvista.com>
24636
24637 From Neil Booth <neil@daikokuya.demon.co.uk>:
24638 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
24639 warnings.
24640
b3ff9d9a
FF
246412002-01-21 Fred Fish <fnf@redhat.com>
24642
24643 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
24644 not caller.
24645
39ad761d
JB
246462002-01-21 Jim Blandy <jimb@redhat.com>
24647
24648 * gdb.base/reread.exp: Check that GDB properly re-reads the
24649 executable file when it changes while no inferior is running.
24650
aaf320fa
FF
246512002-01-21 Fred Fish <fnf@redhat.com>
24652
a9c64011
AS
24653 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
24654 optionally accept the "shlib events" variation.
aaf320fa 24655
808a31f5
JB
246562002-01-21 Jim Blandy <jimb@redhat.com>
24657
24658 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
24659 call `fflush' after every `printf', so that the output is produced
24660 at predictable points, regardless of whatever buffering does (or
24661 doesn't) take place.
24662 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
24663 at different points.
24664
4420d5e2
DJ
246652002-01-20 Daniel Jacobowitz <drow@mvista.com>
24666
24667 * gdb.c++/inherit.exp: Update copyright years.
24668 * gdb.c++/method.exp: Likewise.
24669
3e36a0f4
DJ
246702002-01-20 Daniel Jacobowitz <drow@mvista.com>
24671
24672 * gdb.c++/classes.exp: Update for improved v3 support and skipping
24673 artificial methods/arguments.
24674 * gdb.c++/derivation.exp: Likewise.
24675 * gdb.c++/inherit.exp: Likewise.
24676 * gdb.c++/method.exp: Likewise.
24677 * gdb.c++/virtfunc.exp: Likewise.
24678
b4ceaee6
AC
246792002-01-18 Andrew Cagney <ac131313@redhat.com>
24680
24681 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
24682 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
24683 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
24684 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
24685 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
24686 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
24687
ecace851
JB
246882002-01-17 Jim Blandy <jimb@redhat.com>
24689
24690 * gdb.asm/asm-source.exp (info symbol): Take another shot at
24691 anchoring the pattern matching the entry point symbol's name.
24692
375fc983
AC
246932002-01-17 Andrew Cagney <ac131313@redhat.com>
24694
24695 * gdb.base/maint.exp: Update ``maint internal-error'' to match
24696 continue/quit query. Update copyright.
24697
fe6fdd96
MS
246982002-01-14 Michael Snyder <msnyder@redhat.com>
24699
24700 * gdb.base/gcore.exp: Remove extra debugging output.
24701
e017c81f
DJ
247022002-01-13 Daniel Jacobowitz <drow@mvista.com>
24703
24704 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
24705 for slightly dubious v2 mangled string.
24706
37ab3bf8
DJ
247072002-01-13 Daniel Jacobowitz <drow@mvista.com>
24708
24709 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
24710
1bc05c3a 247112002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 24712
1bc05c3a 24713 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 24714
1bc05c3a
JM
24715 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
24716 constructors.
24717 * gdb.c++/derivation.exp: Likewise.
24718 * gdb.c++/templates.exp: Likewise.
24719 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 24720
1bc05c3a
JM
247212002-01-10 Michael Snyder <msnyder@redhat.com>
24722
24723 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 24724
a911c360
MS
247252002-01-08 Michael Snyder <msnyder@redhat.com>
24726
24727 * gdb.base/gcore.exp: New test for generate-core-file command.
24728 * gdb.base/gcore.c: Testcase for above.
24729 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
24730
ea2119ec
JM
247312002-01-08 Jason Merrill <jason@redhat.com>
24732
24733 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
24734
68203136
FF
247352002-01-07 Fred Fish <fnf@redhat.com>
24736
24737 * gdb.c++/overload.exp: Remove unconditional xfails for:
24738 print foo_instance1.overloadargs(1)
24739 print foo_instance1.overloadargs(1, 2)
24740 print foo_instance1.overloadargs(1, 2, 3)
24741 print foo_instance1.overloadargs(1, 2, 3, 4)
24742 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
24743 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
24744 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
24745 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
24746 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
24747 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
24748 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
24749 print foo_instance1.overload1arg()
24750 print foo_instance1.overload1arg((char)arg2)
24751 print foo_instance1.overload1arg((signed char)arg3)
24752 print foo_instance1.overload1arg((unsigned char)arg4)
24753 print foo_instance1.overload1arg((int)arg7)
24754 print foo_instance1.overload1arg((unsigned int)arg8)
24755 print foo_instance1.overload1arg((float)arg11)
24756 print foo_instance1.overload1arg((double)arg12)
d63a86f8 24757
21b9b5b1
MS
247582002-01-07 Michael Snyder <msnyder@redhat.com>
24759
24760 * gdb.base/huge.exp: New test. Print a very large target data object.
24761 (skip_huge_test): New test variable. Define if you want to skip this
24762 test. The test reads an 8 megabyte data object from the target, so it
24763 might be very time consuming on remote targets with a slow connection.
24764 * gdb.base/huge.c: New file. Test case for above.
24765
725f922e
FF
247662002-01-07 Fred Fish <fnf@redhat.com>
24767
24768 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
24769 g_instance.bfoo, and g_instance.cfoo.
24770
889bf7c5 247712002-01-07 Jeffrey A Law <law@redhat.com>
634d57ec 24772
889bf7c5
PA
24773 * gdb.base/break.c (multi_line_if_conditional): New function.
24774 (multi_ilne_while_conditional): Likewise.
24775 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
24776 IF or WHILE condition puts the breakpoint at the start of
24777 the condition.
f286b2c3 24778
634d57ec
JL
24779 * gdb.base/selftest.exp (backtrace through signal handler): Remove
24780 hppa*-*-hpux* expected failure.
24781 * gdb.base/structs.exp (do_function_calls): Similarly.
24782
24783 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
24784 watchpoints.
24785
9fbfe2dc
AC
247862002-01-06 Andrew Cagney <ac131313@redhat.com>
24787
24788 Fix PR gdb/66.
24789 * gdb.base/structs.exp: Replace skip for a29k with skip for
24790 gdb,cannot_call_functions.
24791 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
24792 * gdb.base/callfuncs.exp: Ditto.
24793 * gdb.base/call-rt-st.exp: Ditto.
24794 * gdb.base/call-strs.exp: Ditto.
24795 * gdb.base/callfwmall.exp: Ditto.
24796 * gdb.base/scope.exp: Obsolete xfail a29k.
24797 * gdb.c++/misc.exp: Ditto.
24798 * gdb.c++/cplusfuncs.exp: Ditto.
24799 * gdb.base/ptype.exp: Ditto.
24800 * gdb.base/printcmds.exp: Ditto.
24801 * gdb.base/opaque.exp: Ditto.
24802 * gdb.base/list.exp: Ditto.
24803 * gdb.base/funcargs.exp: Ditto.
24804 * gdb.base/default.exp: Ditto.
24805
8ddad156
MS
248062002-01-04 Michael Snyder <msnyder@redhat.com>
24807
ca4976a6 24808 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
24809 * gdb.base/maint.exp: Add tests for maint info sections options.
24810
1b074332
JL
24811Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
24812
24813 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
24814
7d159115
CV
248152001-12-20 Corinna Vinschen <vinschen@redhat.com>
24816
24817 * gdb.asm/arm.inc: New file.
24818 * gdb.asm/asm-source.exp: Add arm targets.
24819 * gdb.asm/configure.in: Ditto.
24820 * gdb.asm/configure: Recreated from configure.in.
24821
8fb87725
JL
24822Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
24823
afabe08c
JL
24824 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
24825 with HP's compiler.
24826 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
24827 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
24828 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
24829 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
24830
24831 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
24832 either HP's compilers or GCC.
24833
db521deb
JL
24834 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
24835 a SIGBUS or SIGSEGV.
24836
24837 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
24838
24839 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
24840 can be compiled with either HP's compiler or GCC.
24841
cfa88ab7
JL
24842 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
24843 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
24844 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
24845
ca344dff
JL
24846 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
24847 to match current gdb output. Update due to using auto-solib-limit
24848 for limiting instead of overloading auto-solib-add.
24849 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
24850 test program.
24851
3f3c6e55 24852 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
24853 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
24854 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
24855 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
24856 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
24857 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
24858 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
24859 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
24860 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
24861 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
24862 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
24863 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
24864 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 24865
8fb87725
JL
24866 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
24867 a SIGTRAP to the inferior.
24868
cf599fa7
CV
248692001-12-19 Corinna Vinschen <vinschen@redhat.com>
24870
24871 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
24872 Substitute call to target_link by call to gdb_compile.
24873
2cd045cd
JL
24874Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
24875
a9c64011
AS
24876 * gdb.base/break.exp: Fix HP specific search string when testing
24877 backtracing in a called function.
2cd045cd 24878
a9c64011
AS
24879 * gdb.base/constvars.exp: Only set lang to C++ if we're
24880 compiling the test with HP's compilers.
24881 * gdb.base/volatile.exp: Similarly.
2cd045cd 24882
99ebe9ac
JB
248832001-12-19 Jim Blandy <jimb@redhat.com>
24884
24885 * gdb.base/printcmds.exp: Expect the null character to be printed
24886 as '\0', and the '\013' to be printed as '\v'.
24887 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
24888 * gdb.base/setvar.exp: Same.
24889
b9891b29
JB
248902001-12-17 Jim Blandy <jimb@redhat.com>
24891
0eba65ab
JB
24892 * gdb.base/completion.exp: Rather than completing very long
24893 filenames, which can make the readline library produce output we
24894 don't recognize, cd to the directory first, and then complete
24895 using nice, short relative paths.
24896
6970b5b1
JB
24897 * gdb.base/completion.exp: On some systems, there is, in fact, a
24898 variable named `b' in scope, since GDB treats all static
a9c64011
AS
24899 variables as being in scope. So use `no_var_named_this'
24900 instead of `b'.
6970b5b1 24901
b9891b29 24902 * gdb.base/corefile.exp: Recognize the message saying that GDB
889bf7c5 24903 can't find the core file's registers as a failure.
b9891b29 24904
e6ccd35f
JSC
249052001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
24906
a9c64011
AS
24907 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
24908 test expect string more specific.
e6ccd35f 24909
105ba819
CV
249102001-12-13 Corinna Vinschen <vinschen@redhat.com>
24911
24912 * gdb.asm/asm-source.exp: Add support for xstormy16.
24913 * gdb.asm/configure.in: Ditto.
24914 * gdb.asm/configure: Rebuild.
24915 * gdb.asm/xstormy16.inc: New file.
24916
e9e79dd9
FF
249172001-12-10 Fred Fish <fnf@redhat.com>
24918
24919 * gdb.base/maint.exp: Update to match changes in type dumping code.
24920
347dc97d
JB
249212001-12-10 Jim Blandy <jimb@redhat.com>
24922
24923 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
889bf7c5
PA
24924 matching the entry point symbol's name at the beginning of the
24925 line.
347dc97d 24926
5178b9d6
DJ
249272001-12-07 Daniel Jacobowitz <drow@mvista.com>
24928
24929 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
24930 gdb.c++/inherit.exp, gdb.c++/method.exp,
24931 gdb.c++/namespace.exp, gdb.c++/templates.exp,
24932 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
24933 and class layout support.
24934
af890c52
DJ
249352001-12-07 Daniel Jacobowitz <drow@mvista.com>
24936
24937 * gdb.c++/classes.exp: Add test for static member function.
24938 * gdb.c++/misc.cc: Add class with static member function.
24939
7a345fb3
JB
249402001-12-07 Jim Blandy <jimb@redhat.com>
24941
f2e54a80 24942 If GDB says it can't find the struct the function returned, report
8032bf31
JB
24943 those tests as `unsupported'.
24944 * gdb.base/call-rt-st.exp (print_struct_call): New function.
24945 Rewrite subsequent tests to use it.
24946
24947 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
24948 those tests as `unsupported'.
24949 * gdb.base/structs.exp (call_struct_func): New function.
24950 (do_function_calls): Use call_struct_func to call the functions
24951 returning structs.
24952
0bc69509
JB
24953 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
24954 whether functions are prototyped or not, so we can't possibly pass
24955 arguments to t_float_values2 properly.
24956
7a345fb3
JB
24957 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
24958 value of `timeout' for targets other than the mips*tx39-*.
24959
edb6ede1
MS
249602001-12-06 Michael Snyder <msnyder@redhat.com>
24961
d63a86f8 24962 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
24963 and detect whether the start symbol has a leading underscore.
24964
2d842f13
JB
249652001-12-04 Jim Blandy <jimb@redhat.com>
24966
24967 * gdb.base/completion.exp: Clarify indentation.
24968
68550daf
JB
249692001-12-03 Jim Blandy <jimb@redhat.com>
24970
24971 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
24972 variables on the S/390, not `.word'.
24973
cd5195a8
JB
249742001-11-30 Jim Blandy <jimb@redhat.com>
24975
24976 Add assembly-source tests for s390-ibm-linux.
24977 * gdb.asm/s390.inc: New file.
24978 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
24979 the S/390 architecture.
a9c64011 24980 * gdb.asm/configure: Regenerated.
cd5195a8 24981
ca9efc90
MS
249822001-11-30 Michael Snyder <msnyder@redhat.com>
24983
24984 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
24985 next, info source, info sources, info line, global and static
24986 variables, and static functions.
24987 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
24988 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
24989 * gdb.asm/asmsrc1.s: Add a static function and some variables.
24990 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
24991 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
24992 (gdbasm_leave): Restore frame pointer.
24993 (gdbasm_startup): Copy stack set-up from crt0.S.
24994
d0e66976
FN
249952001-11-26 Fernando Nasser <fnasser@redhat.com>
24996
24997 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
24998 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
24999 to a local (non-static) variable. Copy tstruct.a to a static buffer
25000 and return a pointer to that buffer.
25001 * gdb.base/callfwmall.c (t_structs_a): Ditto.
25002
e2334072
MK
250032001-11-24 Mark Kettenis <kettenis@gnu.org>
25004
25005 * gdb.asm/configure.in: Fix recognition of ix86 target.
25006 * gdb.asm/configure: Regenerate.
25007
756caa3d
MS
250082001-11-21 Michael Snyder <msnyder@redhat.com>
25009
25010 * gdb.asm/sparc.inc: New file.
25011 * gdb.asm/asm-source.exp: Recognize sparc target.
25012 * gdb.asm/configure.in: Recognize sparc target.
25013 * gdb.asm/configure: Regenerate.
d63a86f8 25014
9a4d72d5
MS
250152001-11-21 Michael Snyder <msnyder@redhat.com>
25016
25017 * gdb.asm/m32r.inc: New file.
25018 * gdb.asm/asm-source.exp: Recognize m32r target.
25019 * gdb.asm/configure.in: Recognize m32r target.
25020 * gdb.asm/configure: Regenerate.
25021
a773d1cd
MS
250222001-11-20 Michael Snyder <msnyder@redhat.com>
25023
017ac23d
MS
25024 * gdb.asm/i386.inc: New file.
25025 * gdb.asm/asm-source.exp: Recognize ix86 target.
25026 * gdb.asm/configure.in: Recognize ix86 target.
25027 * gdb.asm/configure: Regenerate.
25028
a773d1cd
MS
25029 * gdb.c++/namespace.exp: Fix quotes in output messages.
25030
bb632afb
MS
250312001-11-14 Michael Snyder <msnyder@redhat.com>
25032
25d559ca 25033 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
25034 qualifier in a type cast expression, to designate an address
25035 in the instruction space (Harvard architecture).
25036
4749e309
MS
250372001-11-13 Michael Snyder <msnyder@redhat.com>
25038
25039 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
25040 Tests for expressions using 'const' and 'volatile'.
25041
25050984
CV
250422001-11-13 Corinna Vinschen <vinschen@redhat.com>
25043
25044 * gdb.asm/asm-sources.exp: Allow defining linker flags.
25045
1902c51f
DJ
250462001-11-12 Daniel Jacobowitz <drow@mvista.com>
25047
25048 * lib/mi-support.exp (mi_run_to_helper): Move comments
25049 outside of gdb_expect.
25050
dcf95b47
DJ
250512001-11-11 Daniel Jacobowitz <drow@mvista.com>
25052
25053 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
25054 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
25055 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
25056 mi0_run_to): New functions.
25057 * gdb.mi/mi-simplerun.exp: Use them.
25058 * gdb.mi/mi0-simplerun.exp: Likewise.
25059 * gdb.mi/mi-var-cmd.exp: Likewise.
25060 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 25061
45b074e1
AC
250622001-11-10 Andrew Cagney <ac131313@redhat.com>
25063
25064 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
25065 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
25066
bf50d346
AC
250672001-11-09 Andrew Cagney <ac131313@redhat.com>
25068
25069 * gdb.base/restore.exp: Include $expected value in restored test
25070 message.
25071
9383332c
AC
250722001-11-09 Andrew Cagney <ac131313@redhat.com>
25073
25074 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
25075 implemented.
25076
db62520a
MS
250772001-11-08 Michael Snyder <msnyder@redhat.com>
25078
25079 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
25080 Add pass/fail message for stop at breakpoint in call dummy function.
25081
b5703437
MS
250822001-11-07 Michael Snyder <msnyder@redhat.com>
25083
d63a86f8
RM
25084 * gdb.c++/templates.exp (test_template_breakpoints):
25085 If we get an overload menu, but it does not match what
760f6330 25086 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
25087 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
25088 making the whitespace optional. Argument for "new" may be
25089 "unsigned" as well as "unsigned int/long".
d63a86f8 25090 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
25091 making the whitespace optional. Also replace "(void) with
25092 "((void|)), making the keyword "void" optional.
d63a86f8 25093 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
25094 making the whitespace optional. Also replace "(void) with
25095 "((void|)), making the keyword "void" optional.
3bf40917
MS
25096 * gdb.base/callfuncs.c (t_float_values): This function must
25097 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 25098 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
25099 can be tested against both cases. Usually one case involves
25100 promotion of float to double, while the other does not.
25101 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
25102 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
25103 includes a stack frame for "start".
25104
c8ab4e6d
JB
251052001-11-05 Jim Blandy <jimb@redhat.com>
25106
25107 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
25108 pointers are 32 bits long, and that offsets of relocs are always
25109 stored in the data (REL-style), and not in the reloc entry itself
25110 (RELA-style).
25111 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
25112 stabs.
25113
3f08ced9
MS
251142001-11-01 Michael Snyder <msnyder@redhat.com>
25115
25116 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
25117 and regular expression operators by using quoting.
25118
cbfa24cd
MS
251192001-10-31 Michael Snyder <msnyder@redhat.com>
25120
25121 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
25122 depending on what the symbol table contains.
25123 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
25124 the output of the ptype command. Similarly, accept both "const &"
25125 and "const&".
25126
aaa68313
CV
251272001-10-31 Corinna Vinschen <vinschen@redhat.com>
25128
25129 * gdb.base/miscexprs.c (main): Add usage of preprocessor
25130 symbol `STORAGE' to allow to choose the storage class of
25131 the local datastructures.
25132 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
25133 compiler directive.
25134
91740388
MS
251352001-10-30 Michael Snyder <msnyder@redhat.com>
25136
25137 * gdb.base/jump.exp: Allow it to run for all targets.
25138
1b7c05e7
CV
251392001-10-29 Corinna Vinschen <vinschen@redhat.com>
25140
25141 * gdb.base/call-ar-st.c (print_double_array): Match for loop
25142 with new double_array size.
25143 (main): Change storage class of all local variables to static.
25144 Reduce size of double_array to 9.
25145 * gdb.base/call-ar-st.exp: Increase timeout value.
25146 Change expected output for double array to match new size in
25147 call-ar-st.c.
25148
36a22261
CV
251492001-10-29 Corinna Vinschen <vinschen@redhat.com>
25150
25151 * gdb.base/ending-run.exp: Create identical output when passing
25152 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 25153 Stormy16 target.
36a22261 25154
92b8ae91
MK
251552001-10-28 Mark Kettenis <kettenis@gnu.org>
25156
25157 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
25158 that we catch the expected failure under Linux/x86.
25159
cb135b83
OF
251602001-10-29 Orjan Friberg <orjanf@axis.com>
25161
25162 * gdb.base/setvar.exp: Escape curly braces.
25163 * gdb.stabs/weird.exp: Ditto.
25164
6884aa54
DJ
251652001-10-27 Daniel Jacobowitz <drow@mvista.com>
25166
25167 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
25168 * gdm.mi/mi0-hack-cli.exp: Likewise.
25169
0398c9aa
AC
251702001-10-25 Andrew Cagney <ac131313@redhat.com>
25171
25172 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
25173 messages.
25174
d20bf2e8
AC
251752001-10-21 Andrew Cagney <ac131313@redhat.com>
25176
25177 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
25178 checking MI enabled.
25179
03dd63aa
CV
251802001-10-09 Corinna Vinschen <vinschen@redhat.com>
25181
25182 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
25183
1d9d99f3
FCE
251842001-10-04 Frank Ch. Eigler <fche@redhat.com>
25185
25186 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
25187 if gdb child process crashes, just signal an error.
25188
838ae6c4
JB
251892001-10-02 Jim Blandy <jimb@redhat.com>
25190
25191 * lib/gdb.exp (test_xfail_format): Simplify.
25192
25193 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
25194 front of the variable name `format'. Simplify `if'.
25195
8f0cbc1c
DJ
251962001-10-01 Daniel Jacobowitz <drow@mvista.com>
25197
25198 * gdb.threads/pthreads.exp: Wait for output and delay
25199 before sending ^C.
25200
1f08dafd
DJ
252012001-10-01 Daniel Jacobowitz <drow@mvista.com>
25202
25203 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
25204 some incorrect output instead of timing out.
25205 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
25206
674f90ff
CV
252072001-09-28 Corinna Vinschen <vinschen@redhat.com>
25208
25209 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
25210 check to allow additional `int'.
25211
9b284272
DJ
252122001-09-27 Daniel Jacobowitz <drow@mvista.com>
25213
25214 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
25215 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
25216
b55a4771
MS
252172001-09-27 Michael Snyder <msnyder@redhat.com>
25218
25219 * lib/gdb.exp (test_debug_format): New proc.
25220 (setup_xfail_format): Use new proc test_debug_format.
25221 * gdb.base/constvars.exp (local_compiler_xfail_check): New
25222 proc; use new service proc test_debug_format.
25223 Replace all other "gcc_compiled" tests with this test.
25224 * gdb.base/volatile.exp (local_compiler_xfail_check): New
25225 proc; use new service proc test_debug_format.
25226 Replace all other "gcc_compiled" tests with this test.
25227
252282001-09-27 Michael Snyder <msnyder@redhat.com>
25229
25230 * gdb.base/cvexpr.exp: New file.
25231 * gdb.base/cvexpr.c: New file
25232 Test for expressions using const and volatile keywords.
25233
4e6667ac
CV
252342001-09-26 Corinna Vinschen <vinschen@redhat.com>
25235
25236 * gdb.base/constvars.exp: Check for different orders of keywords
25237 and additional "int" strings in output.
25238
4f337972
AC
252392001-09-22 Andrew Cagney <ac131313@redhat.com>
25240
25241 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
25242 responses from "help maint".
25243
2015650d
FCE
252442001-09-19 Frank Ch. Eigler <fche@redhat.com>
25245
25246 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
25247 to localhost:NNN instead of :NNN, in case Xvfb is listening
25248 only on TCP.
25249
f3bcedc1
CV
252502001-09-19 Corinna Vinschen <vinschen@redhat.com>
25251
25252 * gdb.base/recurse.exp: When checking leaving the watchpoint
25253 scope, recognize when gdb is in function's epilogue and pass.
25254
6b819c92
KS
252552001-09-18 Keith Seitz <keiths@redhat.com>
25256
25257 * lib/insight-support.exp (_gdbtk_export_target_info): Add
25258 support for running tests against sid targets.
25259 (gdbtk_done): Ditto.
25260
a10c9419
CV
252612001-09-18 Corinna Vinschen <vinschen@redhat.com>
25262
25263 * gdb.base/ending-run.c (main): Set stdout buffersize
25264 to the same reasonable value for any target.
25265 * gdb.base/ending-run.exp: Add a regular expression
25266 to make testsuite happy on Sanyo Stormy16 target.
25267
739d0d99
CV
252682001-09-17 Corinna Vinschen <vinschen@redhat.com>
25269
25270 * gdb.base/display.c (do_loops): Add float variable `f'.
25271 Increment f in loop.
25272 * gdb.base/display.exp: Increment timeout by 60 seconds.
25273 Change float display test to use variable `f'.
25274
1b8947f0
JB
252752001-09-17 Jim Blandy <jimb@redhat.com>
25276
25277 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
25278 overflowing the limited breakpoint tables on some ROM monitors
25279 (like the ROM68K).
25280
9890ac81
FCE
252812001-09-15 Frank Ch. Eigler <fche@redhat.com>
25282
25283 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
25284 the "-ac" (disable access control) flag.
25285
6db765ea
JH
252862001-08-30 Jeff Holcomb <jeffh@redhat.com>
25287
25288 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
25289 ints.
25290
4c32cc04
KS
252912001-08-30 Keith Seitz <keiths@redhat.com>
25292
25293 * lib/gdb.exp: Move all insight-related functionality into
25294 separate file.
25295 * lib/insight-support.exp: New file.
25296
8d6e6f81
FCE
252972001-08-29 Frank Ch. Eigler <fche@redhat.com>
25298
25299 * config/sid.exp (sid_start): Never set sid verbosity; disable
25300 expect_background {} that consumed its stdout; tolerate </dev/null.
25301 Attempt to set endianness override in "sid" protocol mode. Cleanup.
25302
6a90e1d0
AC
253032001-08-18 Andrew Cagney <ac131313@redhat.com>
25304
25305 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
25306 CLI jump command to start it.
25307 (mi_run_to_main): Fail immediatly when unexpected output.
25308
1759b3c3
AC
253092001-08-18 Andrew Cagney <ac131313@redhat.com>
25310
25311 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
25312 beginning of function. Fix PR gdb/191.
25313
61d11d80
FCE
253142001-08-16 Frank Ch. Eigler <fche@redhat.com>
25315
25316 * config/sid.exp (sid_start): Don't warn if we cannot figure out
25317 what to force sid endianness to.
25318
942a4df2
KS
253192001-08-15 Keith Seitz <keiths@redhat.com>
25320
25321 * lib/gdb.exp (gdbtk_start): Don't set environment
25322 variables for TCL_LIBRARY and friends. Insight will
25323 now figure these out for itself.
25324
0521c418
MS
253252001-08-02 Michael Snyder <msnyder@redhat.com>
25326
25327 * gdb.base/completion.exp: Remove the symbol "a64l" from
25328 the expect string; this is target-specific, and not related
25329 to what is being tested.
25330
74a9a58a
DB
253312001-08-02 Dave Brolley <brolley@redhat.com>
25332
25333 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
25334
c70819fa
MS
253352001-07-25 Michael Snyder <msnyder@redhat.com>
25336
c2b8fa57
MS
25337 * gdb.base/consecutive.exp: New file. Test stepping over
25338 breakpoints on consecutive instructions.
25339 * gdb.base/consecutive.c: New file.
25340
c70819fa
MS
25341 * gdb.base/call-rt-st.exp: Use double-backslash to quote
25342 curly braces in regular expressions.
25343
2b1a1355
MS
253442001-07-25 Michael Snyder <msnyder@redhat.com>
25345
25346 * gdb.base/ending-run.exp: Accept "Program exited normally" as
25347 legitimate output from stepping out of main.
25348
413eca6f
KS
253492001-07-22 Keith Seitz <keiths@redhat.com>
25350
25351 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
25352 the empty string, do not run the tests.
25353
7e5a9322
SC
253542001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
25355
25356 * gdb.base/long_long.exp: Detect size of pointer. Take into
25357 account 2-byte pointers when testing for p/a results.
25358
de58f10f
SC
253592001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
25360
d63a86f8 25361 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
25362 and defined to 1K for m68hc11.
25363 (random_data): Reduce table to 1K for embedded platforms (68hc11).
25364 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
25365 (sizeof_random_data): New variable to tell the size of the data table;
25366 don't test past this size; always run to main.
25367
d6f5fea1
SC
253682001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
25369
25370 * gdb.base/return2.exp: return of long long and double fails for
25371 68HC11; don't execute these tests on that platform.
25372 * gdb.base/return.exp: Return of a double fails for 68hc11.
25373
c477543d
SC
253742001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
25375
25376 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
25377 tests that print a float.
25378 * call-rt-st.exp: Likewise.
25379
63cf1c79
MK
253802001-07-12 Mark Kettenis <kettenis@gnu.org>
25381
25382 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
25383 running this test on Linux.
25384
112f9ab5
MC
253852001-06-24 Michael Chastain <chastain@redhat.com>
25386
25387 * gdb.base/arithmet.exp: Remove some tests to make all test names
25388 unique.
25389
4970cb0f
MS
253902001-07-03 Michael Snyder <msnyder@redhat.com>
25391
25392 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
25393 the output of the ptype command.
25394
d85da69f
MS
253952001-07-02 Michael Snyder <msnyder@redhat.com>
25396
4c8a82de
MS
25397 * gdb.base/completion.exp: Don't assume that break.c is the only
25398 source file that may contain functions named "marker".
d85da69f
MS
25399 * gdb.base/corefile.exp: Quote the curly braces in regexp.
25400
8afc772b
AC
254012001-06-28 Andrew Cagney <ac131313@redhat.com>
25402
25403 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
25404 of files to delete.
25405
25406 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
25407 * gdb.disasm/h8300s.exp: New file.
25408 gdb.disasm/h8300s.s: Likewise.
25409
cff22675
AC
254102001-06-27 Andrew Cagney <ac131313@redhat.com>
25411
25412 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
25413 empty breakpoint tables.
25414
68c81b54
AC
254152001-06-25 Andrew Cagney <ac131313@redhat.com>
25416
25417 * lib/mi-support.exp: Update args=... part of stop-reason
25418 patterns. Accept either a list or a tuple.
25419
2dd62704
AC
254202001-06-23 Andrew Cagney <ac131313@redhat.com>
25421
25422 * lib/mi-support.exp: Remove local emacs variable defining
25423 change-log-default-name.
25424
b4127474
MC
254252001-06-22 Michael Chastain <chastain@redhat.com>
25426
25427 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
25428 This is operationally compatible with the previous version.
25429
8dbfb380
JB
254302001-06-13 Jim Blandy <jimb@redhat.com>
25431
25432 * lib/gdb.exp (gdb_test): Doc fix.
25433
f2d8c86d
MC
254342001-06-10 Michael Chastain <chastain@redhat.com>
25435
25436 * gdb.base/exprs.exp: Remove a duplicate test.
25437
81564d34
JB
254382001-06-06 Jim Blandy <jimb@redhat.com>
25439
25440 * gdb.base/return2.exp (main): Use values to test float and double
25441 returns that are not NaN's, to avoid being confused by IEEE
25442 comparison rules.
25443
da55addb
MS
254442001-06-04 Michael Snyder <msnyder@redhat.com>
25445
25446 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 25447 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
25448 rather than wait for 12 more tests to time out.
25449
42c65987
JB
254502001-06-06 Jim Blandy <jimb@redhat.com>
25451
b18bced9 25452 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 25453 Don't forget to match the GDB prompt.
b18bced9 25454
42c65987
JB
25455 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
25456
5b41e5f0
JB
254572001-06-04 Jim Blandy <jimb@redhat.com>
25458
25459 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
25460 command.
25461
015e046f
KB
254622001-05-31 Kevin Buettner <kevinb@redhat.com>
25463
25464 * gdb.base/annota1.exp (info break): Match four or more spaces
25465 after "Address".
25466
fb1ffbbe
MC
254672001-05-31 Michael Chastain <chastain@redhat.com>
25468
25469 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
25470 (dm_type_int_star): Likewise.
25471 (dm_type_long_star): Likewise.
25472 (dm_type_void_star): Likewise.
25473
5ea2a32c
KB
254742001-05-29 Kevin Buettner <kevinb@redhat.com>
25475
25476 * gdb.base/completion.exp (INPUTRC): Set this environment variable
25477 to a known value in order to get consistent results regardless
25478 of the setting of INPUTRC or the presence or contents of .inputrc.
25479
ae23c492
MS
254802001-05-24 Michael Snyder <msnyder@redhat.com>
25481
ac55707e
MS
25482 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
25483 Don't require that the main thread and the manager thread are the
25484 first in the list.
25485
ae23c492
MS
25486 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
25487 debugging. If test fails, issue an "unsupported" not a "fail".
25488
400071f1
JB
254892001-05-24 Jim Blandy <jimb@redhat.com>
25490
25491 Don't assume that short is shorter than int.
25492 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
25493 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 25494 this isn't true.
400071f1
JB
25495 ("print unsigned char == (~0)"): Add test that verifies that ~0,
25496 an int, is not equal to ~0 stored in an unsigned char. This tests
25497 the same thing that the previous test meant to, but works on
25498 16-bit machines, too.
25499 ("print unsigned char != (~0)"): Same test, complemented.
25500
0816a3e5
MS
255012001-05-24 Michael Snyder <msnyder@redhat.com>
25502
25503 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 25504 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
25505 and prevents dejagnu getting out of step.
25506
f6dc23a9
KB
255072001-05-23 Kevin Buettner <kevinb@redhat.com>
25508
25509 * gdb.base/finish.exp (finish_void): Revise pattern for
25510 stopping on the call statement to not permit stopping at
25511 the start of the instructions comprising the call sequence.
25512
7dbd117d
MC
255132001-05-19 Michael Chastain <chastain@redhat.com>
25514
25515 * gdb.base/callfuncs.exp: Make all test names unique.
25516 * gdb.base/commands.exp: Make all test names unique.
25517 * gdb.base/condbreak.exp: Make all test names unique.
25518 * gdb.base/dbx.exp: Make all test names unique.
25519 * gdb.base/default.exp: Make all test names unique.
25520 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
25521 and TIMEOUT messages to their corresponding PASS message.
25522 * gdb.base/ending-run.exp: Make all test names unique.
25523 * gdb.base/long_long.exp: Remove duplicate test.
25524
6b0b0a9e
KB
255252001-05-21 Kevin Buettner <kevinb@redhat.com>
25526
25527 * gdb.base/finish.exp (finish_void): Allow "finish" command to
25528 stop on the call statement as well as the statement after the
25529 call.
25530
2caa35cb
MS
255312001-05-21 Michael Snyder <msnyder@redhat.com>
25532
25533 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
25534
40713331
EZ
255352001-05-10 Elena Zannoni <ezannoni@redhat.com>
25536
a9c64011
AS
25537 * gdb.base/completion.exp: Revamp test. Make it execute on all
25538 platforms.
40713331 25539
c2c1be8d
EZ
255402001-05-10 Elena Zannoni <ezannoni@redhat.com>
25541
a9c64011
AS
25542 * config/gdbserver.exp (gdb_load): Handle the case
25543 in which the arguments to gdbserver are given in the
25544 baseboard configuration file.
25545 Also handle the case in which the server needs to do a
25546 load.
2c9cd303 25547
9671de48
KS
255482001-05-07 Keith Seitz <keiths@cygnus.com>
25549
a9c64011
AS
25550 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
25551 set up the display for testing.
25552 (gdbtk_start): Convert all paths to paths that tcl will like.
25553 Export target information to environment.
25554 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
25555 necessary.
25556 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
25557 (to_tcl_path): New proc to convert a given pathname into
25558 a path acceptible as an argument to a tcl command.
25559 (_gdbtk_export_target_info): New proc to export target info
25560 into the environment for gdbtk testing.
25561 (gdbtk_done): New proc to signal end-of-test.
9671de48 25562
5a360f47
JB
255632001-05-06 Jim Blandy <jimb@redhat.com>
25564
25565 * restore.c: Make the code of caller0 correspond to its comment.
25566
66c756c6
MS
255672001-05-03 Michael Snyder <msnyder@redhat.com>
25568
25569 * config/sid.exp (gdb_target_sid): Check for error messages.
25570 On error or timeout, don't make expect exit (which will terminate
25571 all subsequent tests); instead just make gdb exit.
d63a86f8 25572 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
25573 return a negative value.
25574
a966fde5
JB
255752001-04-24 Jim Blandy <jimb@redhat.com>
25576
851c18e0
JB
25577 * gdb.c++/templates.exp: If we see the prompt for the overload
25578 list, but we haven't recognized any of the longer patterns,
25579 arrange for this test to fail, not hang.
25580
a966fde5
JB
25581 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
25582 variations.
25583
db144853
MC
255842001-04-22 Michael Chastain <chastain@redhat.com>
25585
25586 * gdb.c++/local.exp: Use the 'runto' library function.
25587 * gdb.c++/namespace.exp: Likewise.
25588 * gdb.c++/overload.exp: Likewise.
25589
3207ec21
KB
255902001-03-26 Kevin Buettner <kevinb@redhat.com>
25591
25592 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
25593 * gdb.base/step-line.exp: New file. Test step/next in presence of
25594 #line directives.
25595 * gdb.base/step-line.c: New file. Test program for the above.
25596 * gdb.base/step-line.inp: New file. We pretend that this file has
25597 been transformed by some other tool into step-line.c.
25598
13b57657
JB
255992001-03-21 Jim Blandy <jimb@redhat.com>
25600
25601 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
25602 unmangled operator names.
25603
754cbe1c
JB
256042001-03-20 Jim Blandy <jimb@redhat.com>
25605
25606 * gdb.threads/linux-dp.exp: Recognize an additional message
25607 generated by GDB when it doesn't understand how to debug threads
25608 on the target system.
25609
177495c9
AC
256102001-03-19 Andrew Cagney <ac131313@redhat.com>
25611
25612 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
25613
f266096b
MC
256142001-03-12 Michael Chastain <chastain@redhat.com>
25615
25616 * gdb.c++/derivation.exp: Use the 'runto' library function.
25617
cac3c2ff
MC
256182001-03-12 Michael Chastain <chastain@redhat.com>
25619
25620 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
25621
b6c11a24
MC
256222001-02-24 Michael Chastain <chastain@redhat.com>
25623
25624 * gdb.c++/ref-types.exp: Change handwritten code to library
25625 function 'runto'.
25626
6bae5bce
OF
256272001-03-16 Orjan Friberg <orjanf@axis.com>
25628
25629 * gdb.base/signals.exp: Set count to 0 explicitly.
25630
0015fd9a
MS
256312001-03-15 Mark Salter <msalter@redhat.com>
25632
25633 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
25634 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
25635 (gdb_load): Add support for additional target_info: gdb_download_size
25636 and gdb_load_timeout.
0015fd9a 25637
fc33412a
DT
25638Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
25639
25640 * gdb.base/annota1.exp: Move test of isnative to earlier in the
889bf7c5
PA
25641 file -- to prevent failing when the compile fails but we have no
25642 intention of running the tests anyway.
fc33412a
DT
25643
25644 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
25645 tests if set.
25646
25647 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
889bf7c5 25648 integers.
fc33412a
DT
25649
25650 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
25651 * gdb.c++/namespace.exp: Ditto.
25652
115f06de
OF
256532001-03-07 Orjan Friberg <orjanf@axis.com>
25654
25655 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
25656 * gdb.base/pointers.exp: Relax pattern match of decimals.
25657
b6ba6518
KB
256582001-03-06 Kevin Buettner <kevinb@redhat.com>
25659
25660 * Makefile.in, config/abug.exp, config/cfdbug.exp,
25661 config/cpu32bug.exp, config/dve.exp, config/est.exp,
25662 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
25663 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
25664 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
25665 config/sh.exp, config/sid.exp, config/slite.exp,
25666 config/sparclet.exp, config/udi.exp, config/unknown.exp,
25667 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
25668 config/vxworks.exp, config/vxworks29k.exp,
25669 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
25670 gdb.base/all-bin.exp, gdb.base/annota1.exp,
25671 gdb.base/arithmet.exp, gdb.base/assign.exp,
25672 gdb.base/async.exp, gdb.base/attach.exp,
25673 gdb.base/bitfields.exp, gdb.base/bitops.exp,
25674 gdb.base/break.exp, gdb.base/call-ar-st.exp,
25675 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
25676 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
25677 gdb.base/commands.exp, gdb.base/completion.exp,
25678 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
25679 gdb.base/constvars.exp, gdb.base/corefile.exp,
25680 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
25681 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
25682 gdb.base/ending-run.exp, gdb.base/environ.exp,
25683 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
25684 gdb.base/finish.exp, gdb.base/foll-exec.exp,
25685 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
25686 gdb.base/funcargs.exp, gdb.base/help.exp,
25687 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
25688 gdb.base/logical.exp, gdb.base/long_long.exp,
25689 gdb.base/maint.exp, gdb.base/mips_pro.exp,
25690 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
25691 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
25692 gdb.base/pointers.exp, gdb.base/printcmds.exp,
25693 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
25694 gdb.base/regs.exp, gdb.base/relational.exp,
25695 gdb.base/remote.exp, gdb.base/reread.exp,
25696 gdb.base/restore.exp, gdb.base/return2.exp,
25697 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
25698 gdb.base/selftest.exp, gdb.base/setshow.exp,
25699 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
25700 gdb.base/sigall.exp, gdb.base/signals.exp,
25701 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
25702 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
25703 gdb.base/step-test.exp, gdb.base/structs.c,
25704 gdb.base/structs.exp, gdb.base/structs2.exp,
25705 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
25706 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
25707 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
25708 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
25709 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
25710 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
25711 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
25712 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
25713 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
25714 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
25715 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
25716 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
25717 gdb.fortran/types.exp, gdb.java/jmisc.exp,
25718 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
25719 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
25720 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
25721 gdb.trace/circ.exp, gdb.trace/collection.exp,
25722 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
25723 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
25724 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
25725 gdb.trace/report.exp, gdb.trace/save-trace.exp,
25726 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
25727 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
25728 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
25729 notices.
25730
dc96c6c7 257312001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
25732
25733 * gdb.base/varargs.c (find_max_double): Fix printf format string:
25734 first arg is int not float.
25735
dc96c6c7 257362001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
25737
25738 * gdb.base/reread.exp: Unsupported for non-native targets;
25739 doesn't work for remote debugging.
25740
9b0c4aeb
FN
257412001-02-19 Fernando Nasser <fnasser@redhat.com>
25742
25743 From Drew Moseley <dmoseley@redhat.com>
a9c64011
AS
25744 * gdb.base/ending-run.exp: Properly handle the BSP state when
25745 stepping past the end of main.
9b0c4aeb 25746
02aa71d5
MC
257472001-02-19 John Moore <jmoore@redhat.com>
25748
25749 * gdb.base/commands.exp (infrun_breakpoint_command_test):
25750 Converted HPUX fix for non-expected items following multiple
25751 step commands into general solution for all platforms.
25752
1fa449a4
MC
257532001-02-18 Michael Chastain <chastain@redhat.com>
25754
25755 * gdb.c++/classes.exp (do_tests): Change runto statements
25756 from "runto 'foo(void)'" to "runto 'foo'". This makes the
25757 statements demangler agnostic.
25758 * gdb.c++/virtfunc.exp (do_tests): Likewise.
25759 (gdb_virtfunc_restart): Likewise.
25760
b2f9ec70
MC
257612001-02-14 Michael Chastain <chastain@redhat.com>
25762
25763 * gdb.c++/inherit.exp (do_tests): Change runto statements
25764 from "runto 'foo(void)'" to "runto 'foo'". This makes the
25765 statements demangler agnostic.
25766
cf74b8ca
AC
25767Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
25768
25769 * gdb.threads/pthreads.exp: Unify pass/fail messages for
889bf7c5
PA
25770 ``continue to bkpt at common_routine in thread 2'' and ``stopped
25771 before calling common_routine 15 times'' tests.
cf74b8ca 25772
99f78f56
MC
257732001-02-11 Michael Chastain <chastain@redhat.com>
25774
25775 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
25776 Helps the test script figure out which demangler is in use.
25777 (dm_type_foo_ref): Ditto.
25778 (dm_type_int_star): Ditto.
25779 (dm_type_long_star): Ditto.
25780 (dm_type_unsigned_int): Ditto.
25781 (dm_type_void): Ditto.
25782 (dm_type_void_star): Ditto.
99707966 25783 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
25784 Probe the gdb demangler and set variables to accommodate
25785 formatting differences.
25786 (info_func_regexp): New function. Same as info_func, but
25787 matches against a regexp.
25788 (info_func): Match against a literal string.
25789 (print_addr_2): New function. Match against a literal string,
25790 which can be different from the input to gdb.
25791 (print_addr): Simply call print_addr_2 with the same argument twice.
25792 (test_lookup_operator_functions): Use demangler formatting variables.
25793 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
25794 the tests in the same order as the C++ class declaration.
25795 (test_paddr_operator_functions): Ditto.
25796 (test_paddr_overloaded_functions): Ditto.
25797 (test_paddr_hairy_functions): Use demangler formatting variables.
25798 Add reference to gdb/19 for related tests.
25799 (do_tests): Call probe_demangler.
25800
1de8f023
KB
258012001-01-30 Kevin Buettner <kevinb@redhat.com>
25802
25803 * gdb.c++/templates.cc (printf): Remove unused function definition.
25804
ca3f91ed
MS
258052001-01-26 Felix Lee <flee@redhat.com>
25806
25807 * sid.exp (sid_exit): Pass host, not target, to remote_close.
25808
258092001-01-25 matthew green <mrg@redhat.com>
25810
25811 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
25812 up sid.
25813 (sid_exit): Call `remote_pop_conn' after GDB is gone.
25814
258152001-01-25 matthew green <mrg@redhat.com>
25816
25817 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 25818 Deprecate $sid_spawn_id.
ca3f91ed
MS
25819 (sid_exit): Remove code necessary only for `spawn.'
25820
258212001-01-25 matthew green <mrg@redhat.com>
25822
25823 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
25824
fb18ec4a
MC
258252001-01-28 Michael Chastain <chastain@redhat.com>
25826
25827 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
25828 to call when tests fail. It takes gdb out of the overloaded
25829 function choice menu back to the main prompt, so that the test
25830 program stays synchronized.
25831 (set_bp_overloaded): New proc to collect all the common
25832 code for setting a breakpoint on an overloaded name. Calls
25833 take_gdb_out_of_choice_menu when needed.
25834 (menu_overload1arg): New variable to collect the repeated
25835 instances of the expected menu for an overloaded name. Change
25836 the regular expression to handle changes in g++ type encoding:
25837 "void" can be either "void" or "", and "unsigned int" can be
25838 either "unsigned int" or "unsigned".
25839 (continue_to_bp_overloaded): Change regular expressions to handle
25840 changes in g++ type encoding.
25841 (no proc): Call take_gdb_out_of_choice_menu when needed.
25842 Remove redundant calls to "info break". Accept either "canceled"
25843 or "cancelled". Change regular expressions in "info break"
25844 calls to handle changes in g++ type encoding. Give all tests
25845 unique strings.
25846
9c646a6e
BE
258472001-01-17 Ben Elliston <bje@redhat.com>
25848
25849 * config/sid.exp: New file.
25850
9549d9c1
AC
25851Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
25852
25853 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
25854
dc96c6c7 258552000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
25856
25857 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
25858 Add a RE to accept a non-ascii char if one is ever presented.
25859
b4df4f68
FN
258602000-12-20 Fernando Nasser <fnasser@redhat.com>
25861
297dd0fd 25862 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 25863
dc96c6c7 258642000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 25865
d63a86f8 25866 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
25867 in regexp. One '\' does not suffice on Linux.
25868
4a7bddb6
MC
258692000-12-09 Michael Chastain <chastain@redhat.com>
25870
25871 * gdb.base/break.exp (test_clear_command): Use a marker function
25872 rather than 'main' for the test function. Also move this
25873 test to an execution point where the marker function names are
25874 guaranteed to be bound to functions. (Executing tests after a
25875 'finish' from main runs into name conflicts with local names
25876 in __libc_start_main).
25877
dc96c6c7 258782000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
25879
25880 * gdb.base/finish.exp: New test for gdb's "finish" command.
25881 * gdb.base/return2.exp: New test for gdb's "return" command.
25882 * gdb.base/return2.c: New source file for above.
25883
dc96c6c7 258842000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
25885
25886 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
25887 * gdb.base/miscexprs.exp: Ditto.
25888 * gdb.base/pointers.exp: Ditto.
25889 * gdb.c++/derivation.exp: Ditto.
25890 * gdb.c++/local.exp: Ditto.
25891 * gdb.c++/namespace.exp: Ditto.
25892 * gdb.c++/overload.exp: Ditto.
25893 * gdb.c++/ref-types.exp: Ditto.
25894
dc96c6c7 258952000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
25896
25897 * gdb.base/constvars.exp: Test result of "up" command.
25898 * gdb.base/miscexprs.exp: Ditto.
25899 * gdb.base/pointers.exp: Ditto.
25900 * gdb.base/scope.exp: Ditto.
25901 * gdb.c++/derivation.exp: Ditto.
25902 * gdb.c++/local.exp: Ditto.
25903 * gdb.c++/namespace.exp: Ditto.
25904 * gdb.c++/overload.exp: Ditto.
25905 * gdb.c++/ref-types.exp: Ditto.
25906
44097287
FN
259072000-11-22 Michael Chastain <chastain@redhat.com>
25908
25909 * mips_pro.exp: Accept either "middle -> top -> main" or
25910 "middle -> main" in the backtrace, because gcc can optimize
25911 tail calls to jumps. Remove setup_xfail for the hppa case.
25912 Add a comment with the original warning messages from PR 3016,
25913 which was filed in 1993, to preserve them for posterity.
25914
9d2e1bab
ND
259152000-11-17 Nick Duffek <nsd@redhat.com>
25916
25917 * lib/gdb.exp (gdb_test): Override timeout with board info.
25918
1aca8eb7
ND
259192000-11-17 Nick Duffek <nsd@redhat.com>
25920
25921 * gdb.base/display.exp: Don't kill running stub. Add "again" to
25922 the second kill and detach messages.
25923
93076499
ND
259242000-11-17 Nick Duffek <nsd@redhat.com>
25925
25926 * configure.in: Add AC_EXEEXT.
25927 * configure: Regenerate.
25928 * Makefile.in (just-check): Export EXEEXT.
25929 * lib/gdb.exp ($EXEEXT): Import from environment.
25930 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
25931 expect "maint dump-me" on Cygwin.
25932 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
25933 $EXEEXT.
25934
30e87cd3
ND
259352000-11-17 Nick Duffek <nsd@redhat.com>
25936
25937 * gdb.base/break.exp: Test backtrace and finish from called
25938 function on all platforms, not just HP-UX.
25939
dc96c6c7 259402000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
25941
25942 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
25943 code from gdb_target_monitor, so it can be used independantly
25944 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 25945
dc96c6c7 259462000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
25947
25948 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
25949 * gdb.base/corefile.exp: Expect the message "Program is being
25950 debugged already" when we send the "corefile" command, since
25951 the preceeding gdb_load may have connected gdb to a remote target.
25952 * gdb.base/display.exp: Disable hardware watchpoints if new
25953 board info variable "no_hardware_watchpoints" is true.
25954 Replace single-letter commands with more readable ones.
25955 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
25956 if new board info variable "no_hardware_watchpoints" is true.
25957 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
25958 to see if stdio (printf) testing is possible.
25959 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
25960 board info variable "no_hardware_watchpoints" is true. Use new
25961 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
25962
39124dea
FN
259632000-11-13 Fernando Nasser <fnasser@redhat.com>
25964
25965 From Orjan Friberg <orjanf@axis.com>:
25966 * gdb.base/printcmds.exp: Escape curly braces followed by a number
25967 in array print pattern match.
25968
a9e2e984
FN
259692000-11-09 Fernando Nasser <fnasser@redhat.com>
25970
25971 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
25972 spelling "cancelled" to U.S. spelling "canceled" to match changes
25973 made to gdb.
25974 * gdb.c++/ovldbreak.exp: Ditto.
25975
c7db355b
PS
259762000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
25977
25978 * gdb.base/callfuncs.c (main): Moved to end of file, call
25979 t_double_values to initialize the FPU before inferior calls are made.
25980 * gdb.base/callfuncs.exp: Test for register preservation after calling
25981 inferior functions. Add tests for continuining, finishing and
25982 returning from a stop in a call dummy.
25983
dc96c6c7 259842000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
25985
25986 * gdb.base/commands.exp: Break up long lines, and re-indent.
25987
dc96c6c7 259882000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
25989
25990 * config/gdbserver.exp: Rewritten from the ground up, to make it
25991 compatible with the current dejagnu tree, and to make it work with
25992 the new "gdbserver" in libremote.
25993
dc96c6c7 259942000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
25995
25996 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
25997 * gdb.base/varargs.exp: Skip entire test if no printf support.
25998 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
25999 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
26000
dc96c6c7 260012000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
26002
26003 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
26004 no floating point support.
26005 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
26006 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
26007 * gdb.base/call-rt-st.exp: Ditto.
26008 * gdb.base/call-strs.exp: Ditto.
26009
bac5fc66
JG
260102000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
26011
26012 * gdb.base/sizeof.c: include <stdio.h>.
26013
26014 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
a9c64011
AS
26015 'finish', otherwise uncaptured gdb_prompt would potentially
26016 throw remaining test points out of sync.
bac5fc66 26017
b22a6027
SB
260182000-07-26 Scott Bambrough <scottb@netwinder.org>
26019
26020 * gdb.base/recurse.exp: Run tests for all targets.
26021 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
26022 gnu-oldld case on ARM.
26023 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
26024 for ARM targets.
d63a86f8 26025
d8231941
AG
26026Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
26027
26028 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
26029 * gdb.java/configure: Rebuild.
26030
8caabe69
AG
26031Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
26032
26033 * gdb.java/jv-exp.exp: New file.
26034
9d273ca3
AG
26035Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
26036
26037 * configure: Rebuilt.
26038 * configure.in (configdirs): Add gdb.java.
26039 * gdb.java/jmisc.java: New file.
26040 * gdb.java/jmisc.exp: New file.
26041 * gdb.java/Makefile.in: New file.
26042 * gdb.java/configure: Rebuilt.
26043 * gdb.java/configure.in: New file.
26044 * lib/java.exp: New file.
26045
4f823a66
AC
26046Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
26047
26048 * gdb.base/exprs.exp: Test casts to a pointer including over and
889bf7c5 26049 underflow.
4f823a66 26050
2391e11d
AC
26051Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
26052
26053 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
889bf7c5 26054 and the compilers sizes.
2391e11d 26055
54602222
ND
260562000-07-09 Nick Duffek <nsd@redhat.com>
26057
26058 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
26059 (use_methods): New function.
26060 (main): Call use_methods().
26061 * gdb.c++/classes.exp (test_method_param_class): New procedure.
26062 (do_tests): Call test_method_param_class.
26063
2bec0572
ND
260642000-07-09 Nick Duffek <nsd@redhat.com>
26065
26066 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
26067 spelling.
26068 (test_enums): New procedure. Move enum tests from end of script
26069 to here. Set breakpoint on function name instead of line number.
26070 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
26071 (enums2): New marker function.
26072 (enums1): New function.
26073 (main): Call enums1(). Move enum tests to enums1().
26074
78492fde
AC
26075Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
26076
26077 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
889bf7c5 26078 compile/link program. Update line numbers.
78492fde
AC
26079 * gdb.asm/d10v.inc: Define ``startup''.
26080 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 26081
49a2cef8
AC
26082Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
26083
26084 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
26085
3e6c8688
EZ
260862000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26087
26088 * gdb.base/maint.exp: Add 'maint print architecture' item to output
889bf7c5 26089 of 'help maint print' command.
3e6c8688 26090
9ff5cbe9
AC
26091Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
26092
26093 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
889bf7c5 26094 they use gdb_expect_list.
9ff5cbe9 26095
17c579bd
AC
26096Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
26097
26098 * gdb.base/commands.exp: Use ``set remote
889bf7c5
PA
26099 memory-read-packet-size'' instead of ``set endian big'' to test
26100 long commands.
17c579bd 26101
e6d71bf3
DB
261022000-06-03 Daniel Berlin <dan@cgsoftware.com>
26103
26104 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 26105 g++, and stop skipping them.
e6d71bf3
DB
26106
26107 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
26108 work under g++.
26109
d63a86f8 26110 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
26111 initialization.
26112
dc96c6c7 261132000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
26114
26115 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
26116 the regular expression: accept an (almost) arbitrary sequence of
26117 "frames-invalid" and "breakpoints-invalid" messages both before
26118 and after the "starting" message.
26119
dc96c6c7 261202000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
26121
26122 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 26123
dc96c6c7 261242000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
26125
26126 * gdb.base/annota1.exp (annotate-signal-handler-caller):
26127 Relax the regular expression a little, make it pass on Solaris 8.
26128
8216cda9
KB
261292000-05-12 Kevin Buettner <kevinb@redhat.com>
26130
26131 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 26132 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
26133 Instead, it is permissible for gdb to stop on the line of the
26134 call itself.
26135
1a570b2f
MS
261362000-05-12 Michael Snyder <msnyder@.cygnus.com>
26137
26138 * gdb.base/break.exp (bp on small function, optimized file):
26139 Add a second pass pattern. The behavior differs here between stabs
26140 and dwarf for one-line functions. Stabs preserves two line symbols
26141 (one before the prologue and one after) with the same line number,
26142 but dwarf regards these as duplicates and discards one of them.
26143 Therefore the address after the prologue (where the breakpoint is)
26144 has no exactly matching line symbol, and GDB reports the breakpoint
26145 as if it were in the middle of a line rather than at the beginning.
26146
dc96c6c7 261472000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 26148
d63a86f8 26149 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
26150 rather than "send_gdb" (for consistancy).
26151
7d418785
AC
26152Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
26153
26154 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
26155 * gdb.c++/templates.cc: Properly check for GCC version number.
26156 * lib/compiler.cc: Likewise
26157
dc96c6c7 261582000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 26159
d63a86f8 26160 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
26161 gdb may not stop at the first line of main, due to code motion.
26162
dc96c6c7 261632000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
26164
26165 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
26166 This test depends on parsing the printf output from the target.
26167 Since the sparclet stub doesn't do stdio, this will never work.
26168 * gdb.base/call-rt-st.exp: ditto.
26169 * gdb.base/call-strs: ditto.
26170
dc96c6c7 261712000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
26172
26173 * gdb.base/miscexprs.exp: make sizeof long array test portable.
26174
26175 * gdb.base/ending-run.exp: After connecting to a remote target,
26176 but before running, the target will appear to be in a random
26177 location. Specify both a file and a line for breakpoints.
26178 Also, the function that calls main may be called 'init'
26179 rather than 'start'.
26180
a5a51225
EZ
261812000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26182
26183 * gdb.base/help.exp: Update output for add-symbol-file command.
26184
7930cc7c
FN
261852000-04-10 Fernando Nasser <fnasser@cygnus.com>
26186
26187 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
26188 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
26189
23e37ab1
C
261902000-04-07 J.T. Conklin <jtc@redback.com>
26191
e93c542c
C
26192 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
26193
23e37ab1
C
26194 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
26195
591b8fa3
PDM
26196Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
26197
26198 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
889bf7c5 26199 values that can be represented exactly.
591b8fa3
PDM
26200 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
26201 above change, and to not check against the directory part of the source
26202 file name.
26203 (step into print_long_arg_list): Likewise.
26204 (print print_small_structs from print_long_arg_list): Likewise.
26205 (print print_long_arg_list): Likewise.
26206
7a495180
EZ
262072000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26208
30b53638 26209 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 26210
beb998c6
AC
26211Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
26212
26213 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
26214
1c689132
DB
262152000-03-25 Daniel Berlin <dan@cgsoftware.com>
26216
26217 * gdb.base/commands.exp (deprecated_command_test): Add test for
26218 deprecate with no arguments.
26219
c1790a9d
JL
262202000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
26221
26222 * gdb.base/break.exp: Add new test for setting breakpoints on
26223 optimized code so we can test breakpoints work even when function
26224 prologues may be optimized away
26225
003ba290
FN
262262000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
26227
26228 From David Whedon <dwhedon@gordian.com>
a9c64011 26229 * gdb.base/commands.exp : Added command deprecator tests.
003ba290 26230
6837a0a2
DB
262312000-03-22 Daniel Berlin <dan@cgsoftware.com>
26232
26233 * gdb.base/help.exp: Added test for new apropos command.
26234
b9593231
KB
262352000-03-21 Kevin Buettner <kevinb@redhat.com>
26236
26237 * gdb.base/pointers.c (usevar): New function.
26238 (main): Make sure that global variables v_int_pointer2, rptr,
26239 and y are all referenced someplace in the program by calling
26240 usevar() on them. [Some linkers delete symbols which are
26241 never referenced. The space remains, but there's no way to
26242 get a (symbolic) handle on the variable from the debugger.]
26243
751a959b
EZ
262442000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26245
26246 * gdb.base/printcmds.c: Add typedeffed arrays.
26247
26248 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
889bf7c5 26249 procedure to test arrays that are typedef'd.
751a959b 26250
73a93a32
JI
262512000-03-13 James Ingham <jingham@leda.cygnus.com>
26252
26253 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 26254 the library directories.
73a93a32 26255
fb40c209
AC
26256Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
26257
26258 * configure.in (configdirs): Add sub directory gdb.mi.
26259 * configure: Re-generate.
26260
26261 * gdb.mi: New directory.
d63a86f8 26262
ee4dd2c9
AC
262632000-02-25 Scott Bambrough <scottb@netwinder.org>
26264
26265 * gdb.base/long_long.exp: Correct test suite failure when printing
889bf7c5 26266 a long long value as a double on ARM platforms.
ee4dd2c9 26267
70f0cc22
JB
262682000-02-16 Jim Blandy <jimb@redhat.com>
26269
26270 * gdb.base/break.exp ("breakpoint line number"): Make sure the
26271 default source file is set properly before running this test.
26272
853819b8
EZ
262732000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26274
26275 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
889bf7c5 26276 gdbtk/library directory, not in gdbtcl2.
853819b8 26277
dfcd3bfb
JM
262782000-02-04 Jim Blandy <jimb@redhat.com>
26279
26280 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
26281 backslash from regexp pattern.
26282
26283 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
26284 procedure. Use it to run all the "continue to bp overloaded"
26285 tests. Note that this changes the names of the tests slightly.
26286 If the breakpoint hit message includes a hex PC value, because
26287 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
26288 from the real source code, still consider that a pass.
26289
26290 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
26291 XFAIL here if the breakpoint message contains a hex address. Note
26292 similar change on 1999-11-02.
26293
26294 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
26295
26296 * gdb.base/ptype.exp: Establish a default source file before
26297 calling get_debug_format.
26298
262992000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
26300
26301 * gdb.base/watchpoint.exp: Remove duplication of test messages.
26302
8b93c638
JM
263032000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
26304
26305 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
26306 of successive stepi commands -- while in the prologue we should see
26307 the function entry bracket.
26308
263092000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
26310
26311 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
26312 reach __change_mode() when stepping through the end of main().
26313
c5394b80
JM
263142000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
26315
26316 * gdb.base/default.exp: Fix expected pattern.
26317 * gdb.base/help.exp: Same.
26318
0d06e24b
JM
263192000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26320
26321 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
889bf7c5 26322 Don't use xfail's because that affects only the following test.
d63a86f8 26323
0d06e24b 26324 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
889bf7c5 26325 solaris or linux.
0d06e24b
JM
26326
26327 * gdb.base/selftest.exp: Update to reflect changes to main.c.
26328
dc96c6c7 263292000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 26330
d63a86f8 26331 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
26332 "A syntax error" rather than "A parse error". Accept both.
26333
263342000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
26335
26336 * gdb.base/default.exp: Remove OS dependent string from "target
26337 remote" test.
26338 * gdb.base/help.exp: Same for "help target remote" test.
26339
c3f6f71d
JM
263402000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26341
26342 From Jim Kingdon <kingdon@redhat.com>:
26343
26344 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
889bf7c5
PA
26345 prompt (cleanup rather than necessity, but still might keep output
26346 from spilling to next test).
c3f6f71d
JM
26347
263482000-01-02 Fred Fish <fnf@cygnus.com>
26349
26350 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
26351 AIX, which defines them in <sys/types.h>.
26352
ed9a39eb 263531999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 26354
ed9a39eb 26355 * gdb.base/default.exp: Match arm* etc instead of arm in "info
889bf7c5 26356 float" test.
ed9a39eb
JM
26357
263581999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 26359
ed9a39eb 26360 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
26361
26362 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
26363 outermost frame disallowed".
26364
263651999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
26366
26367 * gdb.base/setvar.exp: New tests for setting the value of a struct
26368 with a constant list.
26369
263701999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
26371
26372 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
26373 require the user to type a cast before setting the value of a struct.
26374
de57eccd
JM
263751999-12-06 Jim Blandy <jimb@cygnus.com>
26376
26377 * gdb.base/default.exp: Expect the new 'info float' command on
26378 all i386 platforms.
26379
26380 * gdb.threads/linux-dp.exp: Expand our ability to recognize
26381 LinuxThreads libraries that don't support debugging.
26382
c2d11a7d
JM
26383Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
26384
26385 * gdb.base/remote.c: Fill the buffer with truely random data.
889bf7c5
PA
26386 Change the buffer type to ``unsigned char'' to simplify size
26387 arithmetic.
c2d11a7d
JM
26388
26389 * gdb.base/remote.exp: Reduce download numbers by one. Typical
889bf7c5
PA
26390 stub only handles 400-1 byte packets. Verify that the download
26391 worked.
c2d11a7d
JM
26392
263931999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
26394
26395 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
26396 tests, using UNRESOLVED for the untested cases. Also, does not wait
26397 for a timeout if the prompt was received before a recognizable pattern.
26398
263991999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
26400
26401 * lib/gdb.exp (gdb_expect_list): Fix spelling.
26402
264031999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26404
26405 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
889bf7c5 26406 watchpoints.
c2d11a7d
JM
26407
264081999-11-24 Jason Merrill <jason@casey.cygnus.com>
26409
26410 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
26411
26412 * gdb.c++/local.exp: Be more flexible in recognizing local class
26413 name mangling. Don't allow horribly truncated method names.
26414 * gdb.c++/derivation.exp: Expect protected inheritance.
26415 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
26416 * gdb.c++/virtfunc.exp: Likewise.
26417 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
26418 when printing a nested enum.
26419
264201999-11-22 Jim Blandy <jimb@cygnus.com>
26421
26422 * gdb.base/step-test.exp: Properly await GDB's response to setting
26423 a breakpoint on the call to large_struct_by_value.
26424
26425 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
26426 just because we have debug info for the `start' function.
26427
264281999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
26429
26430 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
26431 "Unknown signal" messages, which indicate (on LinuxThreads) that
26432 GDB doesn't know how to debug threads on this system. This is
26433 better than hanging while philosopher 0 dumps chatter into gdb.log.
26434
264351999-11-18 Tom Tromey <tromey@cygnus.com>
26436
26437 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
26438
264391999-11-18 Fred Fish <fnf@cygnus.com>
26440
26441 * gdb.base/coremaker2.c: Add sample program for generating
26442 cores that is more self contained than coremaker.c. Eventually
26443 I'll add more code to this and tie it into the testsuite.
26444
4ce44c66
JM
264451999-11-12 Stan Shebs <shebs@andros.cygnus.com>
26446
26447 * gdb.base/dollar.exp: Remove, now in gdb.hp.
26448
264491999-11-10 Jimmy Guo <guo@cup.hp.com>
26450
26451 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
889bf7c5 26452 from $srcdir/lib/.
4ce44c66 26453 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
889bf7c5 26454 and gdb.c++/.
4ce44c66
JM
26455
26456 * gdb.c++/derivation.exp: remove redundant get compiler info code.
26457
d63a86f8 26458 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
26459 'continue with watch' test point.
26460
264611999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
26462
26463 Merged from p2linux-990323-branch:
d63a86f8 26464
4ce44c66
JM
26465 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
26466
11cf8741
JM
26467Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
26468
26469 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
889bf7c5 26470 {limit,fixed}''. Test ``set download-write-size''.
11cf8741
JM
26471
26472Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
26473
26474 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
889bf7c5 26475 gdb_expect_list.
11cf8741
JM
26476
26477Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
26478
26479 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
26480
264811999-11-03 Mark Salter <msalter@cygnus.com>
26482
26483 * gdb.base/break.exp: Fix "stub continue" pattern.
26484
264851999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
26486
26487 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
26488
264891999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
26490
26491 * gdb.base/display.exp ("finish"): Add timeout clause.
26492
26493 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
26494 plain prompt clause, so this doesn't have to time out in order to
26495 fail.
26496
26497 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
889bf7c5 26498 breakpoint hit messages include an address.
11cf8741
JM
26499
26500 * gdb.base/display.exp: Don't forget to escape parens in regular
26501 expressions. Unix regexp notatation sucks.
26502
265031999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26504
26505 * gdb.base/annota1.exp: Test for annotate-signalled: change output
889bf7c5 26506 order for 'signalled' message.
11cf8741 26507
5c44784c
JM
265081999-11-01 Stan Shebs <shebs@andros.cygnus.com>
26509
26510 From Jimmy Guo <guo@cup.hp.com>:
26511 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
26512 * gdb.base/annota1.c: Add code for tests to work with.
26513
265141999-10-26 Frank Ch. Eigler <fche@cygnus.com>
26515
26516 * gdb.base/remote.exp: New test for remote downloading settings.
26517 * gdb.base/remote.c: New file with large .data.
26518
917317f4
JM
265191999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
26520
26521 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
26522 for LinuxThreads support, merged from the Code Fusion branch.
26523
26524Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
26525
26526 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
889bf7c5
PA
26527 containing exp_continue into a while within an expect. Don't
26528 attempt a start more than three times. Check return value from
26529 gdb_load.
d63a86f8 26530
2df3850c
JM
26531Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
26532
26533 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
889bf7c5 26534 a pass case.
2df3850c 26535
2acceee2
JM
265361999-10-01 Kevin Buettner <kevinb@cygnus.com>
26537
26538 * gdb.base/break.c (main): Added a statement that we can step
26539 off of.
26540 * gdb.base/break.exp: Added tests for setting a breakpoint
26541 at an offset and stepping onto a breakpoint.
26542
265431999-10-01 Fred Fish <fnf@cygnus.com>
26544
d63a86f8 26545 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
26546 gdb output.
26547
c2c6d25f
JM
265481999-09-18 Jim Blandy <jimb@cris.red-bean.com>
26549
26550 * gdb.base/break.exp: Code locations are in hex, don't forget!
26551 (For HP-UX.)
26552
265531999-09-17 Stan Shebs <shebs@andros.cygnus.com>
26554
26555 * condbreak.exp: Use break.c as test program.
26556 * condbreak.c: Remove, redundant with break.c.
26557
265581999-09-15 Stan Shebs <shebs@andros.cygnus.com>
26559
26560 * config/monitor.exp (gdb_target_monitor): Disable X- and
889bf7c5 26561 Z-packets if the target needs it.
c2c6d25f
JM
26562
265631999-09-13 James Ingham <jingham@leda.cygnus.com>
26564
26565 * gdb.c++/overload.exp: Added tests for listing overloaded
26566 functions with function pointers in the arg, explicitly calling
26567 out the version you want.
26568
cff3e48b
JM
265691999-09-09 Stan Shebs <shebs@andros.cygnus.com>
26570
26571 * long_long.exp: Add variations of test cases that work for
26572 targets with 16-bit ints and 32-bit doubles.
26573
d4f3574e
SS
265741999-09-08 Stan Shebs <shebs@andros.cygnus.com>
26575
26576 * break.c (main): Compare a possibly-uninitialized argc with an
26577 unlikely value that fits in 16 bits.
26578
265791999-09-07 Stan Shebs <shebs@andros.cygnus.com>
26580
26581 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
26582 0xfeeb, don't want negative numbers if ints are 16 bits.
26583
26584 * lib/gdb.exp (skip_cplus_tests): New proc.
26585 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
889bf7c5
PA
26586 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
26587 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
26588 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
26589 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
26590 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
26591 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
26592 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
d4f3574e
SS
26593
26594 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
26595
26596Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
26597
26598 * gdb.base/corefile.exp (up): Allow a parameter to appear
26599 in the frame that we're going up to.
26600
26601 From Jim Blandy <jimb@cygnus.com>:
26602
26603 * gdb.base/default.exp (info float): Expect some output now.
26604
26605 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
26606 returning floating-point values to fail on the x86.
26607 * gdb.base/callfwmall.exp (do_function_calls): Same.
26608
26609 * gdb.base/list.exp (test_listsize): Correct expectations for
26610 listing line 1 with listsize 2. Also, listing a single line
26611 works now, as does listing three lines. [Kevin's note: There
26612 were a number of other cases fixed too where the expectations
26613 differed...]
26614
266151999-09-02 Stan Shebs <shebs@andros.cygnus.com>
26616
26617 * gdb.base/selftest.exp: Add case for when version prints as
26618 constant string instead of char pointer.
26619
104c1213
JM
266201999-08-25 Stan Shebs <shebs@andros.cygnus.com>
26621
26622 * gdb.base/ending-run.exp: Add Solaris case for what happens when
889bf7c5 26623 stepping out of main.
104c1213
JM
26624
26625 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
26626 G++ used.
26627
26628 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
889bf7c5 26629 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
104c1213
JM
26630
26631 * gdb.c++/ovldbreak.exp: Update match string in test that
26632 includes a warning of multiple breakpoints.
26633
266341999-08-24 Stan Shebs <shebs@andros.cygnus.com>
26635
26636 * gdb.base/display.exp: Improve precision of step-after-finish
26637 added yesterday.
26638
26639 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
889bf7c5 26640 test.
104c1213
JM
26641
26642 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
26643 configs when using G++, not just hppa*.
26644
266451999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26646
26647 * gdb.base/async.c: New file.
26648 * gdb.base/async.exp: New file.
26649
26650Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
26651
26652 * gdb.base/break.exp: Tweak PA specific tests to properly handle
26653 PA64.
26654
53a5351d
JM
26655Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
26656
104c1213
JM
26657 * gdb.base/display.exp: "finish" can leave us mid-line on many
26658 targets, deal with it. Add a small constant to main, instead of
26659 1000 since main+1000 may not be a valid address in the target.
26660
53a5351d
JM
26661 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
26662 on hpux11.
26663
26664 * gdb.base/attach.exp: Handle another hpux11 error message variant
26665 when attaching to a process that does not exist.
26666
266671999-08-19 J.T. Conklin <jtc@redback.com>
26668
26669 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
889bf7c5 26670 characters in 'continue to 1241' test.
53a5351d
JM
26671
266721999-08-17 Stan Shebs <shebs@andros.cygnus.com>
26673
26674 * gdb.base/call-ar-st.exp: Add a shorter match case for the
26675 stop in print_long_arg_list, define and use a whitespace
26676 variable in print_small_structs test, add an XFAIL for Solaris.
26677 * gdb.base/dbx.exp: XFAIL func commands until somebody is
26678 interested enough to fix.
26679
7be570e7
JM
266801999-08-13 Keith Seitz <keiths@cygnus.com>
26681
26682 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
26683 (dbx_gdb_load): Remove. Use gdb_load instead, since that
26684 proc knows about targets other than the natives.
26685 (test_assign): Use "gdb_run_cmd" to "run" the target.
26686 Check that we've actually hit the breakpoint at main.
26687 When we attempt to assign a value to a local variable, check
26688 that the variable is in the current scope, i.e., don't use
26689 a test with an empty result.
26690
26691Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
26692
26693 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
889bf7c5 26694 command.
7be570e7
JM
26695
266961999-08-09 Stan Shebs <shebs@andros.cygnus.com>
26697
26698 From Jimmy Guo <guo@cup.hp.com> and others at HP:
26699 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
26700 gdb.compat, gdb.threads-hp.
26701 gdb.hp/configure, gdb.hp/configure.in: New files.
26702 gdb.hp/Makefile.in: Recurse into new subdirs.
26703 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
26704 gdb.hp/gdb.objdbg: New directory, tests for debugging info
26705 in object files.
26706 gdb.hp/tools: New directory, aux tools for HP-specific tests.
26707
96baa820
JM
267081999-08-05 Stan Shebs <shebs@andros.cygnus.com>
26709
26710 * gdb.base/display.exp: Help expect by putting a newline in the
889bf7c5 26711 funky printf, remove a bogus p/a test.
96baa820
JM
26712
267131999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26714
26715 * gdb.base/display.exp: Make sure that when we say 'run', we are
889bf7c5
PA
26716 connected to the target. This is necessary when running not
26717 natively.
96baa820
JM
26718
267191999-08-03 Stan Shebs <shebs@andros.cygnus.com>
26720
26721 * gdb.base/step-test.exp: Removed some extraneous messages.
26722
26723 * gdb.base/long_long.exp: Don't run memory examination tests
26724 on little-endian targets (they will need a different set of
26725 results to match).
26726
267271999-08-02 Stan Shebs <shebs@andros.cygnus.com>
26728
26729 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
26730 until somebody decides to fix GDB.
26731
26732 * gdb.base/long_long.c: Stop compiler complaint by specifying long
889bf7c5 26733 constant as "ULL".
96baa820
JM
26734 * gdb.base/long_long.exp: Loosen x/c test, add partial result
26735 matches for a couple x/2 commands.
26736
a0b3c4fd
JM
267371999-07-30 Stan Shebs <shebs@andros.cygnus.com>
26738
26739 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
26740 by merging in ref-types2 tests.
26741 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
26742
26743 From Jimmy Guo <guo@cup.hp.com> and others at HP:
26744 * gdb.c++/Makefile.in: Add standard actions.
26745 (EXECUTABLES): Rename from PROGS, update list.
26746 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
26747 from gdb.hp.
26748 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
26749 foo and bar locals.
26750 * gdb.c++/anon-union.exp: Fix tests to match.
26751 * gdb.c++/classes.exp: Run if HP compiler used, add extra
26752 expect matches to handle output variations.
26753 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
26754 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
889bf7c5 26755 output, add HP alternatives for new and delete prints.
a0b3c4fd 26756 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
889bf7c5 26757 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
a0b3c4fd
JM
26758 * gdb.c++/demangle.exp: Use $style when reporting failure.
26759 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
26760 * gdb.c++/inherit.exp: Run if HP compiler used, add some
26761 match alternatives.
26762 * gdb.c++/local.exp: Add match alternatives or xfails for HP
889bf7c5 26763 compilers.
a0b3c4fd
JM
26764 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
26765 * gdb.c++/method.exp: Add match alternatives.
26766 * gdb.c++/misc.cc: Add bool types.
26767 * gdb.c++/misc.exp: Add tests for bool types.
26768 * gdb.c++/overload.exp: Add xfails.
26769 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
26770 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
26771 add some more template parameter tests (only for HP currently).
26772 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
26773 * gdb.c++/virtfunc.cc: Add return type and value for main.
26774 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
26775 match alternatives.
d63a86f8 26776
a0b3c4fd
JM
267771999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26778
26779 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
26780
267811999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
26782
26783 * gdb.base/signals.exp: Don't expect getting a backtrace from
26784 within a signal handler to fail on Linux.
26785
267861999-07-29 Stan Shebs <shebs@andros.cygnus.com>
26787
26788 From Jimmy Guo <guo@cup.hp.com> and others at HP:
26789 * lib/gdb.exp: Remove some gratuitious semicolons.
26790 (delete_breakpoints): Increase timeout.
26791 (gdb_expect): Add -notransfer option.
26792 (gdb_test): Use -notransfer option.
26793 (get_compiler_info): Add f77 case.
26794 (get_compiler): New proc, split out from gdb_preprocess, add f77
889bf7c5 26795 case.
a0b3c4fd
JM
26796 (gdb_preprocess): Call get_compiler.
26797
26798 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
26799 * gdb.base/attach.exp, gdb.base/display.exp,
889bf7c5
PA
26800 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
26801 gdb.base/long_long.exp, gdb.base/printcmds.exp,
26802 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
26803 third arg to gdb_test.
a0b3c4fd
JM
26804 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
26805 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
889bf7c5 26806 HP-UX xfails, add others.
a0b3c4fd
JM
26807 * gdb.base/completion.exp: Reflect name change of self-test.
26808 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
889bf7c5
PA
26809 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
26810 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
26811 HP failure number.
a0b3c4fd
JM
26812 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
26813 useless HP-UX 10.30 references.
26814 * gdb.base/maint.exp: Loosen matches.
26815 * gdb.base/pointers.c (main): Declare more_code.
26816 * gdb.base/pointers.exp: Match on output of a `next'.
26817 * gdb.base/structs.c: Add prototypes.
26818 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
26819 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
26820
268211999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26822
26823 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
889bf7c5 26824 command.
a0b3c4fd
JM
26825
268261999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26827
26828 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
26829 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
26830
26831 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
26832 debug info. Deal with lack of signal hanlder info in stack.
26833
a9c64011 26834 From Jim Kingdon <kingdon@redhat.com>:
a0b3c4fd
JM
26835 * gdb.base/annota1.exp: If printf has debug info, deal with it.
26836
5a2468f5
JM
268371999-07-19 Stan Shebs <shebs@andros.cygnus.com>
26838
26839 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
889bf7c5 26840 gdb.base/foll-vfork.exp: Don't run for crosses.
5a2468f5 26841
adf40b2e
JM
26842Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
26843
26844 * gdb.base/configure.in: Check for gdbvars.exp instead of
889bf7c5 26845 a1-selftest.exp.
adf40b2e
JM
26846 * gdb.base/configure: Re-generate.
26847
268481999-07-12 Stan Shebs <shebs@andros.cygnus.com>
26849
26850 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
26851 in trying to run first and name is too long.
26852
26853 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
26854 pointers2.c and pointers2.exp, respectively.
26855 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
26856 doschk happier.
26857
43e526b9
JM
268581999-07-08 Stan Shebs <shebs@andros.cygnus.com>
26859
26860 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
26861 callfuncs2.c and callfuncs2.exp.
26862
26863 * gdb.base/list.exp: Remove mistaken xfails.
26864 * gdb.base/list0.h: Add optional prototypes.
26865
9846de1b
JM
26866Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
26867
a9c64011 26868 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
889bf7c5 26869 calling malloc.
a9c64011
AS
26870 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
26871 * ptype.exp: Move test for get_debug_format to before its first
889bf7c5 26872 use.
9846de1b
JM
26873
268741999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26875
26876 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
26877 * gdb.base/annota2.cc, annota2.exp: Move from here.
26878 * gdb.c++/annota2.cc, annota2.exp: To here.
26879 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
26880
43ff13b4
JM
26881Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
26882
26883 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
889bf7c5 26884 a consistent format.
43ff13b4 26885
085dd6e6
JM
268861999-06-25 Stan Shebs <shebs@andros.cygnus.com>
26887
26888 From Jimmy Guo <guo@cup.hp.com> and others at HP:
26889 * lib/gdb.exp (get_compiler_info): Add detection for assorted
26890 HP compilers, also set the globals $true and $false.
26891
26892 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
889bf7c5
PA
26893 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
26894 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
26895 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
26896 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
26897 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
26898 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
26899 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
26900 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
26901 whatis.c} Add C++ compatible function definitions and return
26902 types, add includes for library functions.
085dd6e6
JM
26903 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
26904 * gdb.base/step-test.c (myglob): Rename from glob.
26905 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
889bf7c5
PA
26906 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
26907 files, move here from gdb.hp.
085dd6e6 26908 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
889bf7c5
PA
26909 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
26910 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
26911 Adjust line numbers in regexps.
085dd6e6
JM
26912
26913 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
26914 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
26915 instead of 0/1.
26916
26917 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
26918 foll-vfork.exp: New files, move here from gdb.hp.
26919 * gdb.base/page.exp: New file, test of pagination command.
26920
26921 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
26922 recursion test.
26923 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
26924
26925 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
889bf7c5 26926 gdb.base/solib.exp: Fix compiler invocation process.
085dd6e6
JM
26927
26928 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
889bf7c5 26929 HP-UX 11, turn off overload resolution explicitly.
085dd6e6 26930 * gdb.base/commands.exp: Set argument list explicitly, add
889bf7c5 26931 watchpoint test.
085dd6e6
JM
26932 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
26933 them work.
26934 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
26935 expressions properly.
26936 * gdb.base/corefile.exp: Loosen the match slightly.
26937 * gdb.base/default.exp: Allow "Error accessing memory" message
26938 also.
26939 * gdb.base/display.exp: Skip over x/0 j if PA64.
26940 * gdb.base/funcargs.exp: Add xfails for HP-UX.
26941 * gdb.base/interrupt.exp: Ditto.
26942 * gdb.base/langs.exp: Add symbolic matches governed by compiler
26943 in use.
26944 * gdb.base/list.exp: Add xfails for HP-UX.
26945 * gdb.base/long_long.exp: Refine some of the numeric matches.
26946 * gdb.base/mips_pro.exp: Xfail on HP-UX.
26947 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
26948 * gdb.base/nodebug.exp: Succeed on more varieties of output.
26949 * gdb.base/opaque.exp: Remove some HP-UX xfails.
26950 * gdb.base/ptype.exp: Succeed on more varieties of output.
26951 * gdb.base/scope.exp: Add xfails for HP-UX.
26952 * gdb.base/sect-cmd.exp: Add more cases.
26953 * gdb.base/setvar.exp: Add xfails for HP-UX.
26954 * gdb.base/shlib-call.exp: Loosen some matches slightly.
26955 * gdb.base/signals.exp: Match on void symbolically.
26956 * gdb.base/step-test.exp: Add case for PA64.
26957 * gdb.base/term.exp: Add exit and restart.
26958 * gdb.base/twice.exp: Clean up after self.
26959 * gdb.base/varargs.exp: Disable overload resolution explicitly.
26960 * gdb.base/whatis.exp: Allow more ways to pass tests.
26961
26962 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
889bf7c5 26963 no longer useful.
085dd6e6
JM
26964
26965Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
26966
26967 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
889bf7c5 26968 list of patterns.
085dd6e6 26969 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
889bf7c5
PA
26970 print_double_array(double_array)", "continuing to breakpoint
26971 1018", "print print_double_array(array_d)" and "continuing to
26972 1034" tests.
d63a86f8 26973
085dd6e6
JM
269741999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
26975
a9c64011 26976 * Makefile.in: Add empty html and install-html targets.
085dd6e6
JM
26977
269781999-06-24 Stan Shebs <shebs@andros.cygnus.com>
26979
26980 * config/mt-*: Remove, these haven't been used since 1996.
26981
269821999-06-22 Stan Shebs <shebs@andros.cygnus.com>
26983
26984 * gdb.base/call-strs.c, gdb.base/ending-run.c,
889bf7c5 26985 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
085dd6e6
JM
26986 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
26987
9e0b60a8
JM
269881999-06-18 Stan Shebs <shebs@andros.cygnus.com>
26989
26990 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
26991 simpler match case for the ptype of the big class.
26992
269931999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
26994
26995 * gdb.exp: Fix test for gdb_prompt existence.
26996
269971999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
26998
26999 * gdb.exp (gdb_test): Add fail after calls to perror.
27000
270011999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
27002
27003 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
27004
270051999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
27006
27007 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
27008
0f71a2f6
JM
27009Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
27010
27011 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
889bf7c5 27012 malloc() is linked in.
0f71a2f6
JM
27013
270141999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
27015
27016 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
27017 step at end.
27018
27019 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
27020
270211999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
27022
27023 * gdb.java/jv-print.exp: New file. (Our first Java test!)
27024
cce74817
JM
27025Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
27026
27027 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
27028 * gdb.base/mips_pro.exp: Likewise.
27029
270301999-06-02 Keith Seitz <keiths@cygnus.com>
27031
27032 * gdb.c++/templates.cc: Change all "new" operators to throw
27033 an exception.
27034 * gdb.c++/cplusfuncs.cc: Likewise.
27035
27036 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
27037
27038Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
27039
27040 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
a9c64011
AS
27041 * gdb.base/ending-run.exp: When stepping out of main, accept a
27042 step into an arbitrary assembler file.
cce74817 27043
392a587b
JM
270441999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27045
d63a86f8 27046 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 27047 "breakpoint-invalid" to be printed.
6fdff2c5
PA
27048 * gdb.base/annota2.exp: Revise line number for main
27049 breakpoint. Allow any number of "frames-invalid" and
27050 "breakpoint-invalid" to be printed.
392a587b
JM
27051 * gdb.base/annota2.cc: Initialize a.x to 0.
27052
9e086581
JM
270531999-05-17 Keith Seitz <keiths@cygnus.com>
27054
6fdff2c5
PA
27055 * gdb.base/call-ar-st.exp: Skip
27056 "print print_double_array (double_array)" when "skip_float_tests" set.
27057 Ditto for "print print_double_array(array_d)",
27058 "print print_small_structs", "print print_ten_doubles", and
27059 "step into print_long_arg_list".
27060 Don't assume we can step into "print_long_arg_list": we could step
27061 into memcpy.
27062 * gdb.base/call-rt-st.exp: Don't run float-related tests when
27063 "skip_float_tests" is set: "print print_one_double(*d1)"
27064 and "print print_two_floats(*f3)".
9e086581
JM
27065 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
27066 "skip_float_tests" is set.
6fdff2c5
PA
27067 * gdb.base/varargs.exp: Skip
27068 "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)" when
27069 "skip_float_tests" set.
d63a86f8 27070
cd0fc7c3
SS
270711999-05-06 Keith Seitz <keiths@cygnus.com>
27072
27073 * gdb.base/annota2.cc: Include stdio.h.
27074
27075Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
27076
27077 * gdb.base/crossload.exp: Remove, this has been disabled ever
27078 since BFD stopped including all targets, and cross-GDB gets
27079 plenty of testing anyway.
27080 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
889bf7c5
PA
27081 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
27082 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
cd0fc7c3
SS
27083 * gdb.base/README: Remove, was doc for this.
27084 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
889bf7c5 27085 needed.
cd0fc7c3 27086
b83266a0
SS
270871999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27088
27089 * gdb.base/call-ar-st.exp: Fix one regular expression in test
27090 output.
27091
27092 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
27093 * gdb.base/annota2.exp: New file. More annotation tests.
27094 * gdb.base/annota1.c: New file. Source file for annota1.exp.
27095 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
27096
270971999-04-23 Angela Marie Thomas <angela@cygnus.com>
27098
27099 * config/cfdbug.exp: New file.
27100
7a292a7a
SS
271011999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
27102
27103 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
27104 Marcus Daniel's and Dale Hawkins's demangler crashes.
27105
27106 * gdb.c++/demangle.exp (test_gnu_style_demangling,
889bf7c5
PA
27107 test_lucid_style_demangling, test_arm_style_demangling,
27108 test_hp_style_demangling): Try Tom Tromey's core-dumping
27109 identifier under each demangling style.
7a292a7a
SS
27110
271111999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
27112
27113 * gdb.c++/demangle.exp: Include the current demangling style
27114 in all test names.
27115 (current_demangling_style): New global variable.
27116 (set_demangling_style, test_demangling_core, test_demangling,
27117 test_demangling_exact): New functions.
27118 (test_gnu_style_demangling, test_lucid_style_demangling,
27119 test_arm_style_demangling, test_hp_style_demangling): Use those,
27120 instead of calling gdb_test and gdb_test_exact directly.
27121 (catch_demangling_errors): New function, which reports errors
27122 signalled by the demangling test functions in an orderly way.
27123 (do_tests): Use catch_demangling_errors.
27124
271251999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
27126
27127 * gdb.base/signals.exp (test_handle_all_print): Use () for
889bf7c5 27128 grouping in expressions, not {}.
7a292a7a
SS
27129
27130 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
889bf7c5 27131 initialized yet.
7a292a7a
SS
27132
271331999-04-01 Stan Shebs <shebs@andros.cygnus.com>
27134
27135 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
27136 are listed.
27137
271381999-03-26 Stan Shebs <shebs@andros.cygnus.com>
27139
27140 * gdb.stabs/weird.exp: Test for CC being defined before
27141 looking at its value.
27142
271431999-03-25 Stan Shebs <shebs@andros.cygnus.com>
27144
27145 * gdb.base/call-ar-st.exp: Remove stray '#'.
27146 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
27147 "short int" and "long int".
27148 * gdb.c++/overload.cc: Cast the string added in the previous
889bf7c5 27149 change, to mollify finicky HP compiler.
7a292a7a
SS
27150 * gdb.hp/reg-test.exp (testfile): Fix file name.
27151 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 27152
7a292a7a
SS
27153 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
27154 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
27155 alternate form of enum ptype.
27156
c906108c
SS
271571999-03-23 Stan Shebs <shebs@andros.cygnus.com>
27158
7a292a7a
SS
27159 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
27160 * gdb.hp/*.exp: Change all to run compiler probe only after
889bf7c5
PA
27161 passing skip_hp_tests, so as not to waste time on guaranteed
27162 failure.
7a292a7a 27163
c906108c
SS
27164 * gdb.c++/overload.cc: Pass string instead of char addr, always
27165 init ccpfoo.
27166 * gdb.c++/templates.cc: Fix syntax error.
27167
7a292a7a
SS
27168Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27169
27170 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 27171 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
27172 command.
27173
271741999-03-18 James Ingham <jingham@cygnus.com>
27175
27176 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
27177
27178 * gdb.c++/method.exp: It was testing an uninitialized int on the
27179 stack and assuming it was positive.
27180
27181 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
27182
27183 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 27184 keep it from killing the rest of the tests.
7a292a7a
SS
27185 Use gdb_continue_to_end.
27186
27187 * gdb.base/sigall.exp: use gdb_continue_to_end.
27188
27189 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
27190
27191 * gdb.base/display.exp: use runto_main, not run.
27192
d63a86f8
RM
27193 * gdb.base/default.exp: Check for the current error message in the
27194 r abbreviation test.
7a292a7a
SS
27195 Add strongarm to the targets that know info float.
27196
d63a86f8 27197 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
27198 run which doesn't work with monitors.
27199
6fdff2c5
PA
27200 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to
27201 1034 test.
7a292a7a
SS
27202
27203 * gdb.base/break.exp: use the gdb_continue_to_end proc.
27204
6fdff2c5
PA
27205 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the
27206 end of a program. Traps the case (in Cygmon) when the program
27207 never really exits. Same as Mark's continue_to_exit, but I had
27208 put it in a lot more places, so I used my name. Sorry Mark...
7a292a7a
SS
27209
27210 * config/monitor.exp (gdb_target_monitor): added another
27211 target_info parameter: remotebinarydownload. This will set the
27212 remotebinarydownload flag if this is causing some boards trouble.
27213
272141999-03-18 Mark Salter <msalter@cygnus.com>
27215
27216 * lib/gdb.exp (continue_to_exit): New function.
27217
27218 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
27219 * gdb.base/ending-run.exp: Ditto.
27220 * gdb.base/step-test.exp: Ditto.
27221
272221999-03-16 Stan Shebs <shebs@andros.cygnus.com>
27223
27224 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
27225 (suggested by Art Haas <ahaas@neosoft.com>).
27226
272271999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
27228
889bf7c5 27229 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
7a292a7a
SS
27230
27231Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
27232
27233 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
889bf7c5 27234 descriptions of types (short unsigned int vs unsigned short, etc).
7a292a7a
SS
27235
272361999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
27237
27238 * gdb.base/call-strs.exp: Don't assume that `step' will step over
27239 a call to strlen; sometimes we do have sources.
27240
272411999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
27242
27243 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
889bf7c5 27244 character, so GDB won't print garbage after its end.
d63a86f8 27245
c906108c
SS
27246 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
27247 breakpoint there instead. Sometimes GCC emits memcpy to handle
27248 the large structures being passed by value, so we step into that
27249 instead of sum_array_print, which obscures what we're really testing.
27250 * gdb.base/step-test.exp: However, we do want a test that notices
889bf7c5
PA
27251 the bizarre steps into memcpy, so do that here. Add check for
27252 stepping into function calls that pass large structures by value.
27253 ("Is that a noun clause, or are you just happy to see me?")
c906108c
SS
27254 Remove all references to specific line numbers.
27255 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
27256 New type and function.
27257 (main): Call large_struct_by_value, passing it a large struct by value.
27258 * lib/gdb.exp (gdb_get_line_number): New function.
27259
27260 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
27261 more portable.
27262
7a292a7a
SS
272631999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
27264
c906108c
SS
27265 * lib/gdb.exp: Doc fixes.
27266
7a292a7a
SS
272671999-03-05 Nick Clifton <nickc@cygnus.com>
27268
d63a86f8 27269 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
27270
272711999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
27272
c906108c 27273 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
889bf7c5
PA
27274 commands. They're not germane to this test, and they don't work
27275 that way on remote targets.
c906108c 27276
3fc11d3e
JM
272771999-03-01 James Ingham <jingham@cygnus.com>
27278
27279 * Changelog entries merged over from gdb development branch.
27280
3fc11d3e
JM
27281 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
27282
27283 * lib/gdb.exp (gdbtk_analyze_results): Generic function
27284 for outputting results of test run.
27285
2d4a1622 27286 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
27287
27288 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 27289
7a292a7a
SS
272901999-02-25 Felix Lee <flee@cygnus.com>
27291
27292 * lib/gdb.exp (debug_format): initialize
27293
c906108c
SS
272941999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
27295
27296 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
27297 * gdb.base/call-rt-st.c: Ditto.
27298
c906108c
SS
272991999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
27300
27301 * gdb.threads/pthreads.exp (horiz): New variable.
27302 (test_startup): Fix regexps that capture thread numbers.
27303
273041999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
27305
27306 * gdb.base/smoke.exp: Disambiguate two test case names (both
27307 called ``print'').
27308
27309Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
27310
27311 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
889bf7c5 27312 compilation.
c906108c
SS
27313
273141999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
27315
27316 * gdb.base/miscexprs.exp: Change patterns to match GDB's
27317 actual output formatting.
27318 * gdb.base/smoke.exp: GDB removes leading 0's.
27319 * gdb.base/volatile.exp: Don't check type of remuneration;
27320 that variable is no longer defined in constvars.c.
27321 * gdb.base/step-test.c (main): Exit with explicit exit code.
27322 * gdb.base/step-test.exp: Remove two nexti checks--they are
27323 not portable.
27324
273251999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
27326
27327 * gdb.base/help.exp ("help delete display"): Fix test to match
27328 gdb's output.
27329
27330 * gdb.base/long_long.c (known_types): Initialize values to zero.
27331 * gdb.base/long_long.exp: Step one more line
27332 so 'dec' is initialized in "get to known place". GDB removes
a9c64011
AS
27333 leading zeros. Explicitly ask for hex formatting. Use
27334 unique test case names.
c906108c
SS
27335
27336Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27337
d63a86f8 27338 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
27339
27340 * gdb.c++/method.exp: Add missing close brace.
27341
273421999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
27343
27344 * gdb.base/maint.exp: Use 'set height 0' to disable page
27345 prompting, not 'set height 400'.
27346
27347 Fix a bunch of timeouts.
27348 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
27349 four separate tests, so expect doesn't take forever to match a ton
27350 of text against a regexp with lots of .* forms.
27351 ("maint print psymbols", "maint print symbols"): Make some of
27352 these greps more selective, so that expect doesn't try to wade
27353 through huge piles of output and time out.
27354
27355 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
27356
27357 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
889bf7c5
PA
27358 tests: one which doesn't expect shlib events to be reported, and
27359 another which does, but is XFAIL for all platforms other than
27360 HP/UX.
c906108c
SS
27361
27362 * gdb.base/break.exp: Teach the test suite that the `catch
27363 fork', `catch vfork', and `catch exec' commands produce error
27364 messages on platforms that don't provide these features.
27365
27366Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
27367
27368 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
889bf7c5
PA
27369 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
27370 (shortening names from solib_threshold.exp etc), won't run on
27371 anything but HP-UX for the foreseeable future.
c906108c 27372 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
889bf7c5 27373 reflect move.
c906108c
SS
27374
27375Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
27376
27377 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
889bf7c5 27378 gdb.trace/Makefile.in (clean): Remove all test executables.
c906108c
SS
27379
27380Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
27381
27382 * gdb.base/shlib-call.exp: add test cases to verify that gdb
27383 successfully re-sets breakpoints in shared libraries.
27384 * gdb.base/shmain.c (main): return 0, don't fall off the end.
27385
27386Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27387
d63a86f8
RM
27388 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
27389 and compiled w/o GCC.
c906108c
SS
27390
27391 * gdb.hp/watch-cmd.exp: ditto.
27392
27393 * gdb.hp/watch-hp.exp: ditto.
27394
27395 * gdb.hp/xdb1.exp: ditto.
27396
27397 * gdb.hp/xdb2.exp: ditto.
27398
27399 * gdb.hp/dbx.exp: ditto.
27400
27401Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
27402
27403 * constvars.c: Remove C++-isms.
27404 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
889bf7c5 27405 with GCC.
c906108c
SS
27406
27407Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
27408
27409 The following changes are part of the HP merge.
27410
27411 * gdb.base/break.exp: new tests to verify that catchpoints for
27412 fork, vfork, and exec don't trigger inappropriately.
27413
27414 * gdb.base/opaque.exp: compile one file at a time, then link.
27415
27416 * gdb.base/signals.exp: be more restrictive about which hppa
27417 systems receive a setup_xfail. new tests.
27418
27419 * gdb.base/solib_threshold.build: new file.
27420 * gdb.base/solib_threshold.exp: new file.
27421 * gdb.base/solib_threshold.link_opts: new file.
27422 * gdb.base/solib_threshold.mk: new file.
27423 * gdb.base/gen_solib_threshold.c: new file.
27424
27425 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
27426 tests. New tests for enums inside classes.
27427
27428 * gdb.c++/compiler.cc: indicate support of template debugging.
27429
27430 * gdb.c++/demangle.exp: run hp style demangling tests.
27431
27432 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
27433 tests.
27434
27435 * gdb.c++/misc.cc: changes to support new tests.
27436
27437 * gdb.c++/templates.cc: changes to support HP's compiler; changes
27438 to support new tests.
27439
27440 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
27441 gcc, then skip these tests.
27442
27443Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
27444
27445 The following files are part of the HP merge; some had longer
27446 names at HP, but have been renamed to be no more than 14
27447 characters in length.
27448
27449 * gdb.hp/ambiguous.cc: new file.
27450 * gdb.hp/ambiguous.exp: new file.
27451 * gdb.hp/attach.exp: new file.
27452 * gdb.hp/attach2.exp: new file.
27453 * gdb.hp/classes-hp.exp: new file.
27454 * gdb.hp/ctti.exp: new file.
27455 * gdb.hp/ctti-add.cc: new file.
27456 * gdb.hp/ctti-add1.cc: new file.
27457 * gdb.hp/ctti-add2.cc: new file.
27458 * gdb.hp/ctti-add3.cc: new file.
27459 * gdb.hp/dbx.exp: new file.
27460 * gdb.hp/exception.cc: new file.
27461 * gdb.hp/exception.exp: new file.
27462 * gdb.hp/foll-exec.c: new file.
27463 * gdb.hp/foll-exec.exp: new file.
27464 * gdb.hp/foll-fork.c: new file.
27465 * gdb.hp/foll-fork.exp: new file.
27466 * gdb.hp/foll-vfork.c: new file.
27467 * gdb.hp/foll-vfork.exp: new file.
27468 * gdb.hp/inherit-hp.exp: new file.
27469 * gdb.hp/more-steps.exp: new file.
27470 * gdb.hp/namespace.cc: new file.
27471 * gdb.hp/namespace.exp: new file.
27472 * gdb.hp/optimize.exp: new file.
27473 * gdb.hp/pxdb.c: new file.
27474 * gdb.hp/pxdb.exp: new file.
27475 * gdb.hp/quicksort.exp: new file.
27476 * gdb.hp/reg-test.exp: new file.
27477 * gdb.hp/reg-test.s: new file.
27478 * gdb.hp/sized-enum.c: new file.
27479 * gdb.hp/sized-enum.exp: new file.
27480 * gdb.hp/start-stop.exp: new file.
27481 * gdb.hp/templ-hp.cc: new file.
27482 * gdb.hp/templ-hp.exp: new file.
27483 * gdb.hp/thr-lib.c: new file.
27484 * gdb.hp/thr-lib.exp: new file.
27485 * gdb.hp/thr-lib.h: new file.
27486 * gdb.hp/thr-liblib.c: new file.
27487 * gdb.hp/virtfun-hp.c: new file.
27488 * gdb.hp/virtfun-hp.exp: new file.
27489 * gdb.hp/watch-cmd.exp: new file.
27490 * gdb.hp/watch-hp.exp: new file.
27491 * gdb.hp/xdb1.exp: new file.
27492 * gdb.hp/xdb2.exp: new file.
27493 * gdb.hp/xdb3.exp: new file.
27494
27495Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
27496
27497 The following files are part of the HP merge; some had longer
27498 names at HP, but have been renamed to be no more than 14
27499 characters in length.
27500
27501 * gdb.base/ss.h: new file.
27502 * gdb.base/call-ar-st.c: new file.
27503 * gdb.base/call-ar-st.exp: new file.
27504 * gdb.base/call-rt-st.c: new file.
27505 * gdb.base/call-rt-st-exp: new file.
27506 * gdb.base/call-strs.exp: new file.
27507 * gdb.base/ena-dis-br.exp: new file.
27508 * gdb.base/environ.exp: new file.
27509 * gdb.base/long_long.exp: new file.
27510 * gdb.base/sect-cmd.exp: new file.
27511 * gdb.base/shlib-cl2.exp: new file.
27512 * gdb.base/smoke.exp: new file.
27513 * gdb.base/so-impl-ld.c: new file.
27514 * gdb.base/so-impl-ld.exp: new file.
27515 * gdb.base/so-indr-cl.c: new file.
27516 * gdb.base/so-indr-cl.exp: new file.
27517 * gdb.base/varargs.exp: new file.
27518 * gdb.base/volatile.exp: new file.
27519 * gdb.base/whatis-exp.exp: new file.
7a292a7a 27520 * gdb.base/display.exp: new file.
c906108c
SS
27521 * gdb.c++/derivation.exp: new file.
27522 * gdb.c++/local.exp: new file.
27523 * gdb.c++/member-ptr.exp: new file.
27524 * gdb.c++/overload.exp: new file.
27525 * gdb.c++/ovldbreak.exp: new file.
27526 * gdb.c++/ref-types.exp: new file.
27527 * gdb.c++/ref-types2.exp: new file.
27528 * gdb.c++/userdef.exp: new file.
d63a86f8 27529
c906108c
SS
27530Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
27531
27532 * gdb.base/default.exp: Reflect wording change in remote.c.
27533
dc96c6c7 27534Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
27535
27536 * gdb.base/help.exp: Update to reflect current text.
27537
27538Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
27539
27540 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
27541 they're stack variables and contain garbage.
27542 * gdb.c++/anon-union.exp: new file.
27543
27544 The following changes were made by David Taylor
889bf7c5
PA
27545 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
27546 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
27547 in changes by HP.
c906108c
SS
27548
27549 * gdb.base/bitops.exp: new file.
27550 * gdb.base/default.exp: change expected messages for catch and
27551 info catch tests to reflect HP merge changes.
27552 * gdb.base/enable-disable-break.exp
27553 * gdb.base/ending-run.c: new file.
27554 * gdb.base/long_long.c: new file.
27555 * gdb.base/maint.exp: new file.
27556 * gdb.base/pointers2.exp: new file.
27557 * gdb.base/shlib-call2.exp: new file.
27558 * gdb.base/solib.exp: new file.
27559 * gdb.base/step-test.c: new file.
27560 * gdb.c++/anon-union.cc: new file.
27561 * gdb.c++/local.cc: new file.
27562 * gdb.c++/member-pointer.cc: new file.
27563 * gdb.c++/method.cc: new file.
27564 * gdb.c++/ref-types.cc: new file.
27565 * gdb.c++/ref-types2.cc: new file.
27566 * gdb.c++/userdef.cc: new file.
d63a86f8 27567
c906108c
SS
27568 * gdb.base/scope.exp: compile one file at a time, then link.
27569 * gdb.base/langs.exp: ditto.
27570 * gdb.base/list.exp: ditto.
d63a86f8 27571
c906108c
SS
27572Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
27573
27574 The following changes were made by David Taylor
889bf7c5
PA
27575 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
27576 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
27577 in changes by HP.
d63a86f8 27578
c906108c
SS
27579 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
27580 skip tests. When compiling pass c++ flag to gdb_compile.
27581 * gdb.c++/
d63a86f8 27582
c906108c
SS
27583 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
27584 test for on hppa*-*-hpux*; use args to see if c++ was specified.
27585 (skip_hp_tests): new function.
27586 (gdb_preprocess): new function.
27587
27588 * configure.in (hpdir): decide whether to configure gdb.hp.
27589 * configure: regenerated.
27590
27591 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
27592 to delete on clean.
27593 (EXECUTABLES): update to reflect new additions.
27594 * gdb.base/commands.exp: update message expected.
27595 * gdb.base/default.exp: add copyright notice.
27596 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
27597 * gdb.base/help.exp: update messages to reflect current text.
27598 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
27599 targets for recurse tests.
27600 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
27601 skip this file.
27602
27603 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
27604 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
27605 compilation.
27606 * gdb.c++/misc.exp: ditto.
27607 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
27608 run the tests. tell gdb_compile that it's a c++ compilation.
27609
27610 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 27611
c906108c
SS
27612 * gdb.base/all-bin.exp: new file.
27613 * gdb.base/arithmet.exp: new file.
27614 * gdb.base/assign.exp: new file.
27615 * gdb.base/completion.exp: new file.
27616 * gdb.base/cond-expr.exp: new file.
27617 * gdb.base/condbreak.exp: new file.
27618 * gdb.base/define.exp: new file.
27619 * gdb.base/dollar.exp: new file.
27620 * gdb.base/environment.exp: new file.
27621 * gdb.base/eval-skip.exp: new file.
27622 * gdb.base/jump.exp: new file.
27623 * gdb.base/logical.exp: new file.
27624 * gdb.base/pointers.exp: new file.
27625 * gdb.base/relational.exp: new file.
27626 * gdb.base/section_command.exp: new file.
27627 * gdb.base/whatis-expr.exp: new file.
27628
27629 * gdb.base/all-types.c: new file.
27630 * gdb.base/call-array-struct.c: new file.
27631 * gdb.base/call-return-struct.c: new file.
27632 * gdb.base/call-strings.c: new file.
27633 * gdb.base/callfuncs2.c: new file.
27634 * gdb.base/condbreak.c: new file.
27635 * gdb.base/constvars.c: new file.
27636 * gdb.base/display.c: new file.
27637 * gdb.base/int-type.c: new file.
27638 * gdb.base/jump.c: new file.
27639 * gdb.base/miscexprs.c: new file.
27640 * gdb.base/pointers.c: new file.
27641 * gdb.base/pointers2.c: new file.
27642 * gdb.base/shmain.c: new file.
27643 * gdb.base/shr1.c: new file.
27644 * gdb.base/shr2.c: new file.
27645 * gdb.base/solib.c: new file.
27646 * gdb.base/solib1.c: new file.
27647 * gdb.base/solib2.c: new file.
27648 * gdb.base/varargs.c: new file.
27649 * gdb.c++/derivation.cc: new file.
27650 * gdb.c++/overload.cc: new file.
27651 * gdb.c++/ovldbreak.cc: new file.
27652 * gdb.hp/attach.c: new file.
27653 * gdb.hp/attach2.c: new file.
27654 * gdb.hp/average.c: new file.
27655 * gdb.hp/compiler.c: new file.
27656 * gdb.hp/compiler.cc: new file.
27657 * gdb.hp/execd-program.c: new file.
27658 * gdb.hp/follow-exec.c: new file.
27659 * gdb.hp/follow-fork.c: new file.
27660 * gdb.hp/follow-vfork-and-exec.c: new file.
27661 * gdb.hp/misc-hp.cc: new file.
27662 * gdb.hp/more-steps.c: new file.
27663 * gdb.hp/optimize.c: new file.
27664 * gdb.hp/quicksort.c: new file.
27665 * gdb.hp/run-hp.c: new file.
27666 * gdb.hp/start-stop.c: new file.
27667 * gdb.hp/sum.c: new file.
27668 * gdb.hp/templates-hp.cc: new file.
27669 * gdb.hp/thread-local-in-lib.c: new file.
27670 * gdb.hp/thread-local-in-lib.h: new file.
27671 * gdb.hp/thread-local-in-lib.lib.c: new file.
27672 * gdb.hp/vforked-program.c: new file.
27673 * gdb.hp/virtfunc-hp.cc: new file.
27674 * gdb.hp/watchpoint-hp.c: new file.
27675 * gdb.hp/xdb.c: new file.
27676 * gdb.hp/xdb0.c: new file.
27677 * gdb.hp/xdb0.h: new file.
27678 * gdb.hp/xdb1.c: new file.
27679
27680Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
27681
27682 The following change was made by Edith Epstein
889bf7c5
PA
27683 <eepstein@cygnus.com> as part of a project to merge in changes
27684 originally made by HP; HP did not create ChangeLog entries.
c906108c
SS
27685
27686 * gdb.c++/demangle.exp: changed the expected output for some
27687 ARM-style mangling -- removed second reference to datatype.
889bf7c5 27688 For example, maint demangle __dt__11T1__pt__2_cFv
a9c64011 27689 T1<char>::~T1<char>(void)
c906108c 27690 becomes,
a9c64011
AS
27691 maint demangle __dt__11T1__pt__2_cFv
27692 T1<char>::~T1(void)
c906108c 27693
889bf7c5 27694 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 27695
c906108c
SS
27696Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
27697
27698 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
27699 * gdb.trace/backtrace.exp: Likewise.
27700 * gdb.trace/circ.exp: Likewise.
27701 * gdb.trace/collection.exp: Likewise.
27702 * gdb.trace/deltrace.exp: Likewise.
27703 * gdb.trace/infotrace.exp: Likewise.
27704 * gdb.trace/limits.exp: Likewise.
27705 * gdb.trace/packetlen.exp: Likewise.
27706 * gdb.trace/passc-dyn.exp: Likewise.
27707 * gdb.trace/passcount.exp: Likewise.
27708 * gdb.trace/report.exp: Likewise.
27709 * gdb.trace/save-trace.exp: Likewise.
27710 * gdb.trace/tfind.exp: Likewise.
27711 * gdb.trace/tracecmd.exp: Likewise.
27712 * gdb.trace/while-dyn.exp: Likewise.
27713 * gdb.trace/while-stepping.exp: Likewise.
27714
277151998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
27716
27717 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
27718
27719Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
27720
27721 From Brendan Kehoe:
27722 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
27723 int return types.
27724
27725Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
27726
27727 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
889bf7c5 27728 remote dos host testing right.
c906108c
SS
27729
27730Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
27731
27732 * gdb.base/corefile.exp: remove some xfails.
27733
27734Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
27735
27736 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
889bf7c5 27737 have different timestamps.
c906108c
SS
27738
27739Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
27740
27741 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
889bf7c5 27742 gdb.base/default.exp: Replace "exec" with "executable".
c906108c
SS
27743
27744Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
27745
27746 * gdb.base/default.exp: Change else if to elseif from previous
889bf7c5 27747 delta.
c906108c
SS
27748
27749Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
27750
27751 * gdb.base/default.exp: Add brace missing from previous delta.
27752
27753Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
27754
27755 * gdb.base/default.exp: Support test for info float for all
27756 varieties of arm toolchain.
27757
dc96c6c7 27758Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
27759
27760 * gdb.trace/*.exp: remove "remote_download" command.
27761
dc96c6c7 27762Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
27763
27764 * gdb.trace/*.exp: remove -gdwarf from compile.
27765
27766Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
27767
27768 * gdb.trace/configure.in(AC_INIT): typo
27769 * gdb.trace/configure: regenerated
27770
dc96c6c7 27771Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
27772
27773 * config/m68k-emc.exp: New file.
27774 * lib/<emc-support.exp trace-support.exp}: New files.
27775 * configure.in: add new test directory gdb.trace.
27776 * gdb.trace/{configure configure.in Makefile.in}: New files.
27777 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
27778 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
27779 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
27780 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
27781 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
27782 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
27783 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 27784
dc96c6c7 27785Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
27786
27787 * gdb.c++/classes.exp: Change all regular expressions to match
27788 arbitrary combinations of newline/carriage-return, so that they
27789 will work equally well on Unix and Windows.
27790 * gdb.c++/inherit.exp: ditto.
27791 * gdb.c++/virtfunc.exp: ditto.
27792
277931998-08-11 Dawn Perchik <dawn@cygnus.com>
27794
27795 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
27796
c2d11a7d
JM
27797Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
27798
27799 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
27800 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
27801 to use a0-a3/d0-d3 as needed.
27802
27803Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
27804
27805 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
27806 * gdb.disasm/am33.exp: Corresponding changes.
27807
c906108c
SS
278081998-07-11 Felix Lee <flee@cygnus.com>
27809
27810 * gdb.base/callfuncs.exp: add cmp10 test.
27811 * gdb.base/callfuncs.c (cmp10): new function.
27812
27813Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
27814
d63a86f8 27815 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
27816 into two parts to get around a synchronization problem in expect.
27817
3fc11d3e
JM
27818Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
27819
27820 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
27821
27822 * configure.in: Add options for gdbtk testsuite.
27823
27824 * configure: Regenerate.
27825
27826 * gdb.gdbtk: New directory to hold gdbtk tests.
27827
c906108c
SS
27828Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
27829
27830 * gdb.fortran/types.exp: Escape brackets in expect patterns
27831 for test_float_literal_types_accepted tests.
27832 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
27833 before run test.
27834
c2d11a7d
JM
27835Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
27836
27837 * am33.exp: Just compile, do not link the testcase.
27838 * am33.s: Add ".am33" pseudoop to force am33 mode.
27839
c906108c
SS
278401998-06-25 Felix Lee <flee@cygnus.com>
27841
27842 * gdb.base/setshow.exp: make sure $pc is sane.
27843
27844 * gdb.stabs/weird.exp: split expect patterns properly.
27845
c2d11a7d
JM
27846Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
27847
27848 * gdb.disasm/am33.s: New disassembler testfile for the am33.
27849 * gdb.disasm/am33.exp: Run it.
27850
dc96c6c7 27851Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
27852
27853 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
27854 match processing (and eliminate spurious timeouts when running).
27855
dc96c6c7 27856Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
27857
27858 * gdb.base/signals.exp (test_handle_all_print): put back Mach
27859 exception test, but conditionalize it on target [mach | gnu].
27860
dc96c6c7 27861Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
27862
27863 * gdb.base/overlays.exp: fixup compile line for linker script.
27864
27865Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
27866
27867 * gdb.fortran/types.exp: don't guess at float size.
27868
27869Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
27870
27871 * gdb.base/exprs.exp: delete test that depends on int size.
27872
27873Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
27874
27875 * config/sim.exp: Removed checks for target triplets.
27876 (gdb_target_sim): Use gdb,target_sim_options.
27877
27878Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
27879
27880 * gdb.base/reread.exp: New file.
27881 * gdb.base/reread1.c: New file.
27882 * gdb.base/reread2.c: New file.
27883
27884Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
27885
27886 * config/sim.exp: Use 'target sim -sparclite' when running
27887 SPARClite programs.
27888
27889Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
27890
27891 * gdb.base/structs2.exp: New file.
27892 * gdb.base/structs2.c: New file.
27893
27894Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
27895
27896 * gdb.asm/common.inc: New file.
27897 * gdb.asm/d10v.inc: New file.
27898 * asm-source.exp: Pass -I's to gas to find .inc files.
27899 Update line numbers in expected output.
27900 * asmsrc1.s: Rewrite.
27901 * asmsrc2.s: Rewrite.
27902 * configure.in: Create arch.inc symlink.
27903 * configure: Regenerate.
27904 * Makefile.in (distclean): Delete arch.inc.
27905
27906Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
27907
27908 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
889bf7c5
PA
27909 (t_enum_value2): ditto
27910 (t_enum_value3): ditto
27911 (main): ditto
c906108c
SS
27912Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
27913
27914 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
27915 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
27916 change.
27917 Use gdb_test instead of send_gdb/gdb_expect sequences.
27918
27919Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
27920
27921 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
27922 not void.
27923
27924Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
27925
27926 * gdb.base/branches.c: Code with lots of loops and
889bf7c5
PA
27927 subroutines. Used to test gdbs ability to single step through PC
27928 changes, especially to test mips-tdep.c:mips_next_pc
c906108c
SS
27929
27930Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
27931
27932 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
27933 more rigorous EGCS C++ error checking.
27934
27935Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27936
a9c64011
AS
27937 * gdb.base/help.exp: Clean up `help set args' and `help show args'
27938 tests.
27939 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
27940 function when asleep.
27941 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
27942 for i*86 Linux and SVR4 signal handling problems.
27943 Remove linux xfail for `next to handler in signals_tests_1', fixed
27944 by recent infrun.c change.
27945 Limit backtrace to 10 frames to avoid timeout problems with infinite
27946 stack backtraces.
27947 Adjust expect pattern in `handle all print' test to match Apr 28 1997
27948 target.[ch] change.
c906108c
SS
27949
27950Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
27951
27952 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
27953 for a newline from gdb before continuing.
27954 (default_gdb_exit): Just look for y or n.
27955 (gdb_test): Detect abnormal exit from GDB running on DOS; if
27956 it does, fail the rests of the tests in the file.
27957
27958Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
27959
27960 * config/cygmon.exp: New file.
27961
27962Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
27963
27964 * gdb.base/list.exp: Fix problem with "list default lines around
889bf7c5 27965 main" test on remote targets.
c906108c
SS
27966
27967 * gdb.base/scope.exp: Fix problem with filelocal_bss before
27968 run test on remote targets.
27969
27970Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
27971
27972 * gdb.asm: New directory.
27973 * configure.in: Configure it.
27974 * configure: Regenerate.
27975 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
27976 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
27977
27978Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
27979
27980 * config/mn10300-eval.exp: New file to support MN10300 eval board.
27981
dc96c6c7 27982Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 27983
a9c64011
AS
27984 * gdb.base/overlays (several files): Merge the two overlay
27985 managers into one. Change variables (foox, barx, bazx, grbxx)
27986 back into ints but force them to load in their proper sections.
c906108c
SS
27987
27988Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
27989
27990 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
889bf7c5 27991 on-chip insn memory and IMAP1 to upper 128k.
c906108c
SS
27992 (D10VCopy): Handle memory regions crossing 16k boundaries.
27993 (D10VCopy): Transfer data in 32 bit chunks.
27994
27995Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
27996
27997 * gdb.base/overlays.c (main): Exit normally when result is
889bf7c5 27998 correct.
c906108c
SS
27999
28000 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
889bf7c5 28001 map. Include space for printf in .text segment.
c906108c
SS
28002
28003 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
889bf7c5 28004 updated d10v memory VMA/LMA map.
c906108c 28005 (D10VCopy): Call D10VTranslate.
d63a86f8 28006
c906108c
SS
28007Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
28008
28009 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
28010
28011 * gdb.base/bar.c (barx, bar): Change variable to small array so
889bf7c5
PA
28012 that it won't be put into the .sdata - small data -
28013 section. Update reference.
c906108c
SS
28014 * gdb.base/baz.c (bazx, baz): Ditto.
28015 * gdb.base/foo.c (foox, foo): Ditto.
28016 * gdb.base/grbx.c (grbxx, grbx): Ditto.
28017
28018 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
889bf7c5 28019 to be arrays.
d63a86f8 28020
dc96c6c7 28021Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 28022
a9c64011
AS
28023 * gdb.base/overlays.exp: fix up and get working again.
28024 Add tests for backtraces from an overlay function.
d63a86f8 28025
c906108c
SS
28026Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
28027
28028 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
28029 "calling function with watchpoint enabled".
28030
28031Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
28032
28033 * gdb.base/break.exp (test_next_with_recursion): Remove
889bf7c5 28034 gdb_suppress_tests for d10v-*-*.
c906108c
SS
28035 * lib/gdb.exp (gdb_suppress_tests): Disable this function
28036 pending review of whether it is useful or not.
28037
28038Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
28039
28040 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
28041
28042Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
28043
28044 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
28045 * config/dve.exp: New file to support Densan boards.
28046
28047Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
28048
28049 * gdb.base/interrupt.exp: Document problem of simulators, signals,
889bf7c5 28050 reads and BSD.
c906108c
SS
28051
28052Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
28053
28054 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
28055 response.
28056
28057 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
28058
28059Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
28060
28061 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
889bf7c5 28062 test.
c906108c
SS
28063
28064 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
889bf7c5 28065 target_sizeof_long and target_bigendian_p.
c906108c 28066 (structs_by_value, structs_by_reference): Check values according
889bf7c5 28067 to targets word size and endianess.
d63a86f8 28068
c906108c
SS
28069Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
28070
28071 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
889bf7c5 28072 output.
c906108c
SS
28073
28074Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
28075
28076 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
889bf7c5 28077 Update test of set args help to match source change.
c906108c
SS
28078
28079Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
28080
28081 * gdb.base/default.exp: Expect help system output to be in
28082 alphabetical order.
28083 * gdb.base/help.exp: Ditto.
28084
28085Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
28086
28087 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
28088 "i*86-pc-linux-gnu*".
28089 * gdb.base/interrupt.exp: Ditto.
28090 * gdb.base/corefile.exp: Ditto.
28091
28092 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
889bf7c5 28093 define vxworks when building the testcase.
c906108c
SS
28094
28095 * gdb.base/ptype.exp: Fix testnames to be unique.
28096 * gdb.base/radix.exp: Ditto.
28097 * gdb.base/term.exp: Ditto.
28098 * gdb.base/whatis.exp: Ditto.
28099 * gdb.c++/classes.exp: Ditto.
28100
28101Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
28102
28103 * gdb.base/callfuncs.exp: Fix indentation.
28104
28105 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
28106 suppress_flag has been set.
28107 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
28108 target feature.
28109
28110Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
28111
28112 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
28113 the testcase.
28114
28115 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
889bf7c5 28116 set_debug_traps() and breakpoint().
c906108c
SS
28117 * gdb.c++/misc.cc (main): Ditto.
28118 * gdb.c++/templates.cc (main): Ditto.
28119 * gdb.c++/virtfunc.cc (main): Ditto.
28120
28121Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
28122
28123 * lib/gdb.exp(gdb_step_for_stub): New function.
28124 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
28125 exists, reload the executable and do a "continue" instead of
28126 doing a jump.
28127 (runto_main): Use gdb_step_for_stub.
d63a86f8 28128
c906108c 28129 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
889bf7c5 28130 tests to have unique names.
c906108c
SS
28131 * gdb.base/callfuncs.exp: Ditto.
28132 * gdb.base/commands.exp: Ditto.
28133 * gdb.base/default.exp: Ditto.
28134 * gdb.base/help.exp: Ditto.
28135 * gdb.base/list.exp: Ditto.
28136 * gdb.base/opaque.exp: Ditto.
28137 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
28138 similar tests.
d63a86f8 28139
c906108c
SS
28140 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
28141 * gdb.c++/cplusfuncs.cc: Ditto.
28142 * gdb.c++/virtfunc.cc: Ditto.
28143
28144 * config/monitor.exp: Keep track of the last file we saw, rather
28145 than trying to get the info from gdb.
28146
28147 * gdb.fortran/types.exp: Move comment to previous line.
28148
28149Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
28150
28151 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
889bf7c5 28152 target mode.
c906108c
SS
28153
28154Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
28155
28156 From Bob Manson:
28157 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
889bf7c5 28158 string from GDB when it connects.
c906108c
SS
28159
28160 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
28161
28162Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
28163
28164 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
889bf7c5
PA
28165 if we can't get a debug format from GDB (we may be testing an
28166 older GDB). Use a 10 second timeout when checking for the format.
c906108c
SS
28167
28168 * gdb.stabs/weird.exp: Fix quoting.
28169
28170 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
28171
28172Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
28173
28174 * config/arm-ice.exp: New file.
28175
28176Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
28177
28178 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
889bf7c5 28179 until it has been modified to work with the new testsuite.
c906108c 28180
99707966 28181 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
889bf7c5
PA
28182 testcase won't compile, cause all of the testcases in the file to
28183 fail instead.
c906108c
SS
28184
28185 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
28186 (gdb_clear_suppressed): New procedure.
28187 (gdb_stop_suppressing_tests): Only clear suppress_flag if
28188 it contains a positive value.
28189
28190Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
28191
28192 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
28193
28194 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
28195
28196Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
28197
28198 * lib/gdb.exp (setup_xfail_format): New function.
28199 (get_debug_format): New function to get debug format.
28200 (debug_format): New global variable to hold last value set
28201 by get_debug_format.
28202 * gdb.base/list.exp: Call get_debug_format and expect some
889bf7c5 28203 tests to fail for DWARF 1 and COFF formats.
c906108c
SS
28204 * gdb.c++/ptype.exp: Ditto.
28205 * gdb.c++/classes.exp: Ditto.
28206 * gdb.c++/cplusfuncs.exp: Ditto.
28207 * gdb.c++/inherit.exp: Ditto.
28208 * gdb.c++/templates.exp: Ditto.
28209 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 28210
c906108c
SS
28211Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
28212
28213 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
28214 host doesn't have a currently-open connection.
28215
28216 * config/sparclet.exp: Cleanups and fixes to make it generic for
889bf7c5
PA
28217 any gdb stub target. Handle cases where gdb doesn't respond when
28218 interrupted in a sane fashion.
c906108c
SS
28219
28220 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
889bf7c5 28221 same thing in a totally different way.
c906108c
SS
28222
28223 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
889bf7c5 28224 setting "timeout".
c906108c 28225 (gdb_start): We set the global gdb_prompt variable in
889bf7c5 28226 default_gdb_init now.
c906108c
SS
28227
28228Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
28229
28230 * gdb.base/printcmds.exp: Fix "check for floating addition"
28231 regexp to accept results within approx +/- .01 of exact value.
28232 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
28233
28234Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
28235
28236 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
889bf7c5 28237 properly.
c906108c
SS
28238 (gdb_expect): Add optional timeout parameter, and add timeout
28239 value to various calls.
28240 (gdb_suppress_tests): Only give one warning message per group.
28241
28242Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
28243
28244 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
889bf7c5
PA
28245 global variables. Handle getting a value for $timeout more
28246 gracefully.
c906108c
SS
28247
28248Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
28249
28250 * lib/gdb.exp: Close connection to remote host if gdb doesn't
889bf7c5 28251 initialize.
c906108c 28252 (default_gdb_init): New procedure; allow gdb_init to be overridden
889bf7c5 28253 by a target configuration file.
c906108c
SS
28254 (gdb_expect): Pass the timeout to remote_expect.
28255
28256 * config/monitor.exp(gdb_load): Fix typo in regexp.
28257
28258Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
28259
28260 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
28261
28262Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
28263
28264 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
889bf7c5
PA
28265 here. Call gdb_target_exec before rebooting the target, to make
28266 sure the connection to the target is closed.
c906108c
SS
28267 (gdb_load): Pass the name of the executable to gdb_target_monitor.
28268 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
28269 Also detect "Timeout reading from remote" error.
28270
28271 * config/gdbserver.exp: Pass the executable being loaded to
889bf7c5
PA
28272 gdb_target_monitor. Don't call gdb_file_cmd here; let
28273 gdb_target_monitor do it.
c906108c
SS
28274
28275 * gdb.disasm/hppa.exp: Don't use exec_output.
28276
28277Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
28278
28279 * gdb.base/list.exp: If we're debugging a non-native target,
28280 try to set the pc register to point to the start of the
28281 program before doing the first list command.
28282
28283 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
889bf7c5 28284 test_calls after restarting.
c906108c
SS
28285
28286 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
889bf7c5 28287 reloading.
c906108c
SS
28288
28289 * gdb.base/watchpoint.exp: Fix typo.
28290
28291 * gdb.base/setshow.exp: Check for use_gdb_stub.
28292
28293 * gdb.base/break.exp: Fix continue until exit test for the gdb
889bf7c5 28294 stub case.
c906108c
SS
28295 * gdb.base/langs.exp: Ditto.
28296
28297 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
889bf7c5
PA
28298 gdb_load_offset. If we weren't given a file to load, figure out
28299 what the current file is and use it.
c906108c
SS
28300
28301 * config/i386-bozo.exp: New file.
28302
28303Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
28304
28305 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
28306 feature.
28307
28308 * config/proelf.exp: New entry.
28309
28310Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
28311
28312 * lib/gdb.exp: Remove spurious .* patterns at the beginning
28313 of regexps.
28314
28315 * gdb.base/watchpoint.exp: Don't run the test_stepping
28316 tests if gdb can't call functions on the target.
28317
28318 * gdb.base/setshow.exp: Don't run the set prompt tests if
28319 the board has gdb_prompt set.
28320
28321Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
28322
28323 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
28324 * gdb.base/commands.exp: Likewise.
28325 * gdb.base/setshow.exp: Likewise.
28326
28327Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
28328
28329 * config/monitor.exp(gdb_start): Look for gdb_prompt target
28330 feature.
28331
28332 * config/i960.exp: New file.
28333
28334Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
28335
28336 * gdb.base/funcargs.exp: Check for gdb,short_int target
28337 feature instead of looking for explicit target triplets.
28338
dc96c6c7 28339Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 28340
d63a86f8 28341 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
28342 "p 123DEADBEEF", to check parse_number.
28343 * top.c: change "to enable to enable" to "to enable" in a couple
28344 of help strings.
28345
28346Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
28347
28348 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
28349 on the mn10300.
d63a86f8 28350
c906108c
SS
28351Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
28352
28353 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
28354 where the test executable is run with explicit args.
28355 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
28356
28357Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
28358
28359 * gdb.base/run.c: Use FAKEARGV to build test executable that
28360 does not require a command line arg, since most simulators
28361 don't currently support passing such an arg into the simulated
28362 program.
28363 * gdb.base/commands.exp: Change tests to insert the proper
28364 value as the arg to the first recursive factorial call. Change
28365 compilation line to define FAKEARGV at compile time.
28366
28367Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
28368
28369 * gdb.base/recurse.exp: Enable these tests for the mn10300.
28370 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
28371 function with watchpoint enabled" test.
28372
28373Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
28374
28375 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
889bf7c5 28376 Don't call gdb_test when the command doesn't return to a gdb prompt.
c906108c
SS
28377
28378 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
889bf7c5 28379 "Tests restarted" messages.
c906108c
SS
28380
28381Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
28382
28383 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
28384
dc96c6c7 28385Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28386
28387 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
28388 for INFO SYMBOL; add help tests for OVERLAY commands.
28389 * gdb.base/default.exp: add tests for INFO SYMBOL command;
28390 add tests for OVERLAY commands
28391 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
28392 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
28393 * gdb.base/sigall.c: add usestubs code frag
28394 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 28395
c906108c
SS
28396Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
28397
28398 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
28399 failures.
28400 (gdb_stop_suppressing_tests): Note that tests have restarted.
28401
28402Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
28403
28404 * config/h8300.exp: New file.
28405
28406Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
28407
28408 * gdb.base/setshow.exp: Check for the existence of a
28409 feature, not its value.
28410
28411Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
28412
28413 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
28414
28415 * gdb.base/scope.exp: It's now init0(), not init().
28416
28417 * gdb.base/scope0.c: For now, change init() to be init0().
28418
28419 * config/monitor.exp: Use gdb_serial in preference to serial
28420 or netport.
28421
28422 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
889bf7c5 28423 and it's not already set.
c906108c
SS
28424
28425Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
28426
28427 * gdb.base/setshow.exp: Only test the run command if the target
889bf7c5 28428 isn't using a stub and if it supports argument passing.
c906108c
SS
28429
28430Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
28431
28432 * config/udi.exp(gdb_start): Make sure UDICONF is set
28433 properly before starting gdb.
28434
28435Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
28436
28437 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
28438 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
28439 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
28440
28441Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
28442
28443 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
889bf7c5 28444 specialized code to reboot the board, use remote_reboot instead.
c906108c
SS
28445
28446 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
28447
28448 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
28449
28450 * config/monitor.exp: Make sure we disconnect from the target.
28451 Also, try a reboot/reload cycle instead of failing if the
28452 load fails.
28453
28454Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
28455
28456 * gdb.base/default.exp: Don't set match_max.
28457 * gdb.base/help.exp: Ditto.
28458 * gdb.base/list.exp: Ditto.
28459 * gdb.base/signals.exp: Ditto.
28460
28461 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
28462 set, use remote_ld to download the testcase instead of
28463 the GDB loader.
28464
28465Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
28466
28467 * config/vr5000.exp: New file.
28468
28469 * config/monitor.exp(gdb_target_monitor): Add pattern for
28470 "Ending remote" to detect errors in connecting.
28471
28472 * gdb.base/setshow.exp: Add .* within auto language test.
28473
28474 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
28475 target feature.
28476
28477 * config/monitor.exp(gdb_load): Check for a failure when loading,
889bf7c5 28478 and reboot the board if necessary.
c906108c
SS
28479
28480 * gdb.base/setvar.exp(test_set): Handle multiple prints within
28481 a set of tests. Remove print.* from the patterns being checked.
28482
28483Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
28484
28485 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
28486 refer to gdb_spawn_id.
28487
28488 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
28489 longer used.
28490 * config/sparclet.exp: Ditto.
28491 * config/sparclet-old.exp: Ditto.
28492 * config/slite.exp: Ditto.
28493 * config/sim.exp: Ditto.
28494 * gdb.base/funcargs.exp: Ditto.
28495
28496 * lib/gdb.exp:Remove references to gdb_spawn_id.
28497 (gdb_expect): Move to remote.exp.
28498
28499Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
28500
28501 * config/monitor.exp: Detect the "Couldn't establish connection"
28502 message from GDB.
28503
28504Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
28505
28506 * gdb.base/bitfields.exp: Use runto instead of explicit
28507 gdb_run_cmd/gdb_expect sequences.
28508
28509 * gdb.base/break.exp(text_next_with_recursion): Add match for
28510 gdb_expect call.
28511
28512 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
28513 We also need to handle the "A program is being debugged already"
28514 prompt from gdb. Use gdb_test to set the baud rate.
28515
28516 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
28517 to 20000. Really. I mean it.
28518
28519Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
28520
28521 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
889bf7c5
PA
28522 fails. If suppress_flag is set, skip perror message about not
28523 being able to send to GDB.
c906108c 28524 (send_gdb): If suppress_flag is set, don't try to send commands to
889bf7c5 28525 GDB.
c906108c
SS
28526 (gdb_expect): If suppress_flag is set, always fail immediately.
28527 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
28528 (gdb_init): Call gdb_stop_suppressing_tests.
28529 (default_gdb_exit): Ditto.
28530 (default_gdb_start): Ditto.
28531
28532 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
889bf7c5 28533 gdb_stop_suppressing_tests as appropriate.
c906108c 28534 * gdb.base/break.exp: Ditto.
889bf7c5 28535 * gdb.base/callfuncs.exp: Ditto.
c906108c
SS
28536 * gdb.base/commands.exp: Ditto.
28537 * gdb.base/exprs.exp: Ditto.
889bf7c5 28538 * gdb.base/funcargs.exp: Ditto.
c906108c
SS
28539 * gdb.base/list.exp: Ditto.
28540 * gdb.base/recurse.exp: Ditto.
889bf7c5 28541 * gdb.base/scope.exp: Ditto.
c906108c
SS
28542 * gdb.base/structs.exp: Ditto.
28543 * gdb.c++/inherit.exp: Ditto.
28544
28545Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
28546
28547 * config/vr4300.exp: New file.
28548
99707966 28549 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 28550
99707966 28551 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
28552
28553Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
28554
28555 * lib/gdb.exp(gdb_init): New function.
28556
28557 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
889bf7c5 28558 for each individual variable set.
c906108c
SS
28559
28560 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
28561 name.
28562
28563 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
28564
28565 * gdb.base/scope.exp: Use gdb_test.
28566
28567 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
28568 aborting; the testsuite driver will do that for us (see
28569 gdb_finish). Also, use gdb_test in a few more places.
28570
28571Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
28572
28573 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
28574
28575Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
28576
28577 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
28578 and "add_tests" are not at the same address.
28579
28580Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
28581
28582 * gdb.base/ptype.exp: Use gdb_test.
28583
28584Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
28585
28586 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
28587 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
28588 left in. No longer expect them to fail.
28589
28590 * gdb.stabs/*.mt; Deleted, no longer used.
28591 * gdb.stabs/configure.in: Remove references to target makefile
28592 frags.
28593 * gdb.stabs/configure: Rebuilt.
28594
28595 * gdb.disasm/*.mt: Deleted, no longer used.
28596 * gdb.disasm/configure.in: Remove references to target makefile
28597 frags. Use "sh3.s" as the unique filename for this directory.
28598 * gdb.disasm/configure: Rebuilt.
28599
28600 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
28601 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
28602 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
28603
28604Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
28605
28606 * config/udi.exp: Use mondfe,name instead of remote_host.
28607
28608Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
28609
28610 * gdb.base/watchpoint.exp: Don't expect a failure when calling
28611 a function with a watchpoint enabled on the mn10200.
28612
28613 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
28614 before trying to create it!
28615
28616Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
28617
28618 * config/vx.exp: Use hostname instead of netport.
28619
28620 * config/vxworks.exp: New file.
28621
28622 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
28623
28624 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
889bf7c5 28625 gdb before assuming everything worked. Send a ^C if a timeout
c906108c
SS
28626 occurs.
28627
28628 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
28629 $gdb_spawn_id directly.
28630 (gdb_run_cmd): Try _start as well as start. Use the target feature
28631 gdb,start_symbol as the symbol to start from when jumping.
28632
28633Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
28634
28635 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
28636 redundant) test.
28637
28638 * gdb.base/recurse.exp: Relax final value test for 'b' so that
28639 it doesn't lose for 16bit integer systems.
28640
28641Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
28642
28643 * gdb.fortran/types.exp: If the target doesn't support "double"
28644 data types, then expect "real" types to only be 4 bytes.
28645
28646 * gdb.c++/virtfunc.exp: Expect failure for virtual function
28647 call tests if the target doesn't support inferior function calls.
28648
28649 * gdb.base/printcmds.exp: Allow minor deviation in FP values
28650 in printf tests.
28651
28652Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
28653
28654 * gdb.base/help.exp: Disable "help set", "help show", and
28655 "help support". Simplify regexp for "help stack".
28656
28657 * gdb.base/default.exp: Set match_max to 5000 and the timeout
28658 to 60 seconds. Temporarily set match_max to 15000 around the
28659 "info copying" test.
28660
28661 * gdb.base/nodebug.exp: Don't try to do an inferior function
28662 call if the target doesn't support them.
28663 * gdb.base/printcmds.exp: Likewise.
28664 * gdb.base/setvar.exp: Likewise.
28665 * gdb.base/structs.exp: Likewise.
28666 * gdb.c++/templates.exp: Likewise.
28667 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
28668
28669 * gdb.base/recurse.exp: Enable for the mn10200.
28670
28671 * configure.in: Do configure gdb.stabs directory for *-*-elf
28672 targets.
28673 * configure: Rebuilt.
28674
28675 * gdb.base/break.exp: Check for gdb,noresults before testing
28676 exit status and/or results from the target.
28677 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
28678 * lib/gdb.exp: Remove old (now bogus) initialization of
28679 noinferior, noargs, noresults and nosignals.
28680
28681Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
28682
28683 * config/sh.exp: New file.
28684
28685 * config/slite.exp: Try to connect multiple times to the board
28686 before rebooting. Only send a "monitor run" if need_monitor_run
28687 is set.
28688
28689 * gdb.base/break.exp: Don't do the "stub continue" test if
28690 the target has gdb_stub set.
28691
28692 * gdb.base/callfuncs.exp: Increase the timeout.
28693
28694 * gdb.base/interrupt.exp: Don't even try to compile the testcase
28695 if the target has gdb,noinferiorio set.
28696
28697 * gdb.base/list.exp: Increase match_max to 10000 characters.
28698
28699 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
28700
28701 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
28702 target.
28703
28704 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
28705
28706Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
28707
28708 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
889bf7c5
PA
28709 trying to delete the copy of gdb. Catch the file delete so we
28710 don't die if the delete fails; also, the file should be copied to
28711 the host, not to the build.
c906108c
SS
28712
28713Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
28714
28715 * lib/gdb.exp(gdb_test): Surround the result pattern with
889bf7c5 28716 parenthesis in case it contains multiple regexps separated
c906108c
SS
28717 with |.
28718
28719 * gdb.base/watchpoint.exp: Use gdb_test.
28720 * gdb.base/default.exp: Ditto.
28721
28722Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
28723
99707966 28724 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 28725
c906108c
SS
28726 * gdb.base/scope.exp: Use gdb_test.
28727 * gdb.c++/classes.exp: Ditto.
28728 * gdb.c++/inherit.exp: Ditto.
28729
28730Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
28731
28732 * gdb.base/crossload.exp: Don't use execute_anywhere, use
28733 remote_exec instead.
28734 * gdb.base/corefile.exp: Don't be ridiculous.
28735 * gdb.base/*.c: Add missing stub invocations.
28736
28737Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
28738
28739 * config/slite.exp: Miscellaneous fixes.
28740
28741 * lib/gdb.exp: Fix runto.
28742
28743 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
28744 the target.
28745
28746 * gdb.base/watchpoint.exp: Fix regexp.
28747
28748 * lib/gdb.exp(default_gdb_exit): Add a catch to the
28749 close and wait commands, as the descriptor may now be
28750 invalid. Always call "remote_close host".
28751
28752Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
28753
28754 Major rewrite for testsuite revision.
d63a86f8 28755
c906108c
SS
28756 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
28757 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
28758 instead of relying on spawn_id to always contain a valid
28759 spawn id.
28760 (get_compiler_info): New procedure to build the ${binfile}.ci
28761 file, instead of replicating this in N different places.
28762 (gdb_compile): New procedure.
d63a86f8 28763
c906108c 28764 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
889bf7c5
PA
28765 appropriate arguments) instead of compile. Use gdb_test in a lot
28766 more places. Use send_gdb instead of send. Always run gdb_start
c906108c
SS
28767 at the start of a testcase, as this is no longer done magically.
28768
28769 config/*-gdb.exp: Rename without the -gdb suffix.
28770
28771 config/mips.exp: Use remote_close instead of exit_remote_shell.
28772 config/monitor.exp: Use target_info instead of looking at
28773 baud, timeout, etc.
28774 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
28775
28776Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28777
28778 * gdb.c++/templates.exp (test_ptype_of_templates),
28779 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
28780 Update expect patterns for destructors and assignment operators
28781 to match corresponding c-typeprint.c changes.
28782 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
28783 to destructor breakpoint test, GDB should be able to set the
28784 destructor breakpoint without specifying arguments.
28785
28786Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
28787
28788 * gdb.threads/pthreads.exp: Change result for failure to compile due
28789 to lack of pthreads runtime support from an error to simply an
28790 unsupported test, per dejagnu standards.
28791
28792Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28793
28794 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
28795 where GDB exits to reduce pattern match time.
28796 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
28797
28798 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
28799
dc96c6c7 28800Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28801
28802 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
28803 * gdb.base/default.exp: ditto.
28804 * gdb.base/nodebug.exp: ditto.
28805 * gdb.base/printcmds.exp: ditto.
28806 * gdb.base/ptype.exp: ditto.
28807 * gdb.base/setvar.exp: ditto.
28808 * gdb.base/structs.exp: ditto.
28809 * gdb.base/setshow.c: Guard against uninitialized values of argc.
28810
28811Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
28812
28813 * configure, */configure: Rebuild with autoconf 2.12.
28814
28815Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
28816
28817 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
28818 use new i*86-pc-linux*-gnu quads.
28819 * gdb.base/corefile.exp: Ditto.
28820 * gdb.base/signals.exp: Ditto.
28821 * gdb.base/sigall.exp: Ditto.
28822 * gdb.base/interrupt.exp: Ditto.
28823
28824 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
28825 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
28826 RedHat 4.0.
d63a86f8 28827
c906108c 28828 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
889bf7c5
PA
28829 linux. This allows the test case to at least compile on latest
28830 linux, but still not run due to missing the threads runtime library.
c906108c
SS
28831
28832Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28833
28834 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
28835 directory to search gdb directory. Accept and step over conditional
28836 stack alignment code. Consume $prompt in failure cases.
28837 Reset timeout to $oldtimeout instead of some arbitrary value.
28838 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
28839 timeout problems with infinite stack backtraces.
28840 * gdb.base/ptype.exp (ptype struct link, union tu_link):
28841 Accept function parameters for linkfunc member.
28842
28843Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
28844
28845 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
28846 (CXXFLAGS): Remove, unreferenced.
28847 (B_OPTIONS): Add for -B options and add code to initialize with
889bf7c5
PA
28848 previous -B options and also add -B option to pick up cross compiled
28849 runtime.
c906108c
SS
28850 (TARGET_INCLUDES): Add for -I options and add code to initialize when
28851 doing cross compiles.
28852 (target_alias): Declare global.
28853 (xgcc): Set variable to full path of gcc in build tree. Use findfile
28854 to verify that gcc exists in build tree, and if so set CC to that
28855 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 28856
c906108c
SS
28857Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
28858
28859 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
28860 ptype test for anonymous union. Fixup testcase to match
28861 current gcc debug output.
28862
28863Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
28864
28865 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
28866 force argument to an unsigned long type.
28867
28868Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
28869
28870 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
889bf7c5 28871 tests and anonymous union print/ptype tests.
c906108c
SS
28872 * gdb.base/list.exp (test_forward-search): Increase timeout by
28873 5 minutes for the "search extremely long line" case.
28874 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
28875 completely optional and that the pass/fail messages use the command as
28876 the message if that third arg is a null string.
28877 (gdb_test_exact): Arrange that a null string pattern means match a
28878 null string output rather than any output, which might include random
889bf7c5 28879 errors.
c906108c
SS
28880 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
28881 backtrace test.
28882 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
28883 always failing and failure is now exposed by gdb.exp changes.
28884
28885Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
28886
28887 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
28888 weren't being noted.
28889
28890Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28891
28892 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
28893 * gdb.stabs/weird.exp: Remove v_comb xfails.
28894
dc96c6c7 28895Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28896
28897 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
a9c64011 28898 list.exp scope.exp watchpoint.exp]
c906108c 28899 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 28900
dc96c6c7 28901Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28902
28903 * config/monitor.exp: Increase download timeout to 1000 seconds.
28904
dc96c6c7 28905Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28906
28907 * config/m32r.exp: Increase timeout to 120 seconds.
28908
28909Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
28910
28911 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
28912 and accept older ordering as obsolescent gcc or gdb.
28913 * gdb.c++/templates.exp: Ditto.
28914 * gdb.c++/virtfunc.exp: Ditto.
28915
28916Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
28917
28918 * gdb.base/coremaker.c: Add code to mmap some data so we
28919 can check that it ends up in the core file.
28920 * gdb.base/corefile.exp: Add test to read mmapped data
28921 from core file.
28922
dc96c6c7 28923Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28924
28925 * config/m32r.exp: New file.
28926
28927Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
28928
28929 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
28930 that cflags can contains -gstabs, and work correctly for other tests.
28931
dc96c6c7 28932Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28933
28934 * gdb.base/setshow.exp: New file, tests show and set.
28935 * gdb.base/setshow.c: New file, tests show and set.
28936 * gdb.base/help.exp: Add test for help set|show annotate.
28937 * gdb.base/default.exp: Add test for set|show annotate.
28938
28939Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
28940
28941 * testsuite/gdb.base/break.exp: Make backtrace from factorial
28942 errors unique.
28943 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
28944 explicitly.
28945
28946Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
28947
28948 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
28949 and width commands. This is done elsewhere.
28950 * (gdb_start): Don't call gdb_start_sim here. That's already
28951 done in gdb_load. This fixes lots of failures in default.exp.
28952
28953Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
28954
28955 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
28956 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
28957 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
28958 in the same we we treat other failures (since it may be an expected
889bf7c5 28959 condition), rather than as an error.
c906108c
SS
28960 * gdb.base/signals.exp (test_handle_all_print): Revert back to
28961 old test format.
28962
28963Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
28964
28965 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
28966 (distclean maintainer-clean realclean): No need to remove files
889bf7c5 28967 twice. Nuke the duplicates.
c906108c 28968 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 28969 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
28970 Remove config.h along with other config files.
28971
28972Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
28973
28974 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
28975 "p func1 ()" and note that rests of tests are skipped.
28976 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 28977 setup_xfails for "print func2::coremaker_local".
c906108c
SS
28978 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
28979 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
28980 affected by the previous run test.
28981 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
28982 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
28983 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
28984 "pass int powerset tuple" and "pass modeless int powerset tuple".
28985 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
28986 "real write 4" and "real write 8".
28987 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 28988 setup_xfails for "print vs1 after tuple assign 2",
c906108c
SS
28989 "print \$i after tuple assign 2", and
28990 "print vs2 after tuple assign 2".
28991 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
28992 meaningful error message and return -1 so the caller can
28993 suppress further tests and avoid a cascade of errors.
d63a86f8 28994
c906108c
SS
28995Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
28996
28997 * gdb.base/a1-selftest.exp: Tweak tests to account for new
28998 format for printing version.
28999 * gdb.base/default.exp: Ditto.
29000 * gdb.base/interrupt.exp: Fix problem with cascade of
29001 errors if child process dies while calling a function.
d63a86f8 29002
c906108c
SS
29003Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
29004
29005 * Makefile.in (VPATH): Add
29006 * Makefile.in (Makefile, config.status): Fix rules so things get
29007 remade when necessary.
29008
29009Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
29010
29011 * Makefile.in (just-check): Add path to sibling expect dir
29012 to environment variable specified by RPATH_ENVVAR.
29013
29014Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
29015
29016 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
29017 (just-check): Add shared library paths for libstdc++, tk,
29018 tcl, bfd, and opcodes to the environment variable specified
29019 in RPATH_ENVVAR.
29020 * configure.in: Add support to recognize --enable-shared flag
29021 and generate correct value for RPATH_ENVVAR.
29022 * configure: Regenerated with autoconf.
29023
29024Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
29025
29026 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
889bf7c5 29027 include all osf versions.
c906108c
SS
29028 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
29029 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
29030 when target is linux. When failing to build pthreads test
29031 executable, give more meaningful message.
29032 * gdb.threads/pthreads.c: Hpux also uses old definition of second
29033 arg for pthread_create.
d63a86f8 29034
c906108c
SS
29035Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
29036
29037 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
889bf7c5 29038 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
c906108c 29039 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
889bf7c5 29040 and -lpthreads (everybody else).
c906108c
SS
29041 (test_startup): Fail gracefully if threads are not supported.
29042 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
29043 "p/c array_index("abcdef",2)" when not gcc compiled.
29044 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
29045 "print func2::coremaker_local" when not gcc compiled.
29046 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
29047 "ptype on opaque struct tagname (statically)",
29048 "ptype on opaque struct tagname (dynamically) 1", and
29049 "ptype on opaque struct tagname (dynamically) 2"
29050 for not compiled with gcc.
29051 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
29052 backtrace when compiled with gcc.
d63a86f8 29053 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
29054 than always return success.
29055
29056Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
29057
29058 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
29059
29060Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
29061
29062 * gdb.base/structs.exp: Undo last change.
29063
29064Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
29065
29066 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
29067 encapsulate all the steps/nexts done during self test, starting
29068 at main, and makes them less sensitive to optimization issues.
29069 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
29070 signal handler" test.
29071 * gdb.threads/pthreads.exp: Only run this for native configs.
29072 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
29073 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
29074 tests.
29075 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
29076 for "runto test_calls(void)" test.
d63a86f8 29077
c906108c
SS
29078Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
29079
29080 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
29081 and don't expect address info in breakpoint confirmations.
29082
29083Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
29084
29085 * gdb.base/list.exp (test_forward_search): Increase timeout
29086 temporarily by 60 seconds for searching extremely long line,
889bf7c5 29087 and then reset to old value when done. Increase expect input
c906108c
SS
29088 buffer to 10000.
29089
29090Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
29091
29092 * gdb.base/list.exp (test_forward_search): Fix to handle very
29093 long source line without overflowing expect's input buffer.
29094
29095Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
29096
29097 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
29098 "buffer_full".
29099
29100 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
29101 "buffer_full".
29102
29103 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
29104 "buffer_full".
29105
29106 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
29107 "buffer_full".
29108
29109Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
29110
29111 * configure.in (configdirs): Add gdb.threads.
29112 * configure: Regenerated with autoconf.
29113 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
29114 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
29115 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 29116
c906108c
SS
29117Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
29118
29119 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
29120
29121Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
29122
29123 * gdb.base/signals.exp (test_handle_all_print): Test separately for
29124 each signal's status in the output of "handle all print".
29125 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
29126 the \r\n sequence that immediately precedes the gdb prompt.
29127 * gdb.base/a1-selftest.exp: Save original timeout and restore
29128 after test.
29129
29130Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
29131
29132 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
29133 symbol.
29134
29135Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
29136
29137 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
29138
29139Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
29140
29141 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
29142 timeout by 60 seconds.
29143
29144Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
29145
29146 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
29147 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
29148 error return.
29149
29150Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
29151
29152 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
29153 gdb initialization, also report how long dejagnu waited. Restore
29154 old timeout before doing error return. Temporarily increase timeout
889bf7c5 29155 by 3 minutes to allow for slow startups over heavy NFS use.
c906108c
SS
29156
29157Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
29158
29159 * lib/gdb.exp: Report timeout value for verbosity level 2.
29160 * config/gdbserver.exp: Ditto.
29161 * config/hppro.exp: Ditto.
29162 * config/mips-gdb.exp: Ditto.
29163 * config/monitor.exp: Ditto.
29164 * config/netware.exp: Ditto.
29165 * config/sim-gdb.exp: Ditto.
29166 * config/slite-gdb.exp: Ditto.
29167 * config/udi-gdb.exp: Ditto.
29168 * config/unix-gdb.exp: Ditto.
29169 * config/vx-gdb.exp: Ditto.
29170 * gdb.base/a1-selftest.exp: Ditto.
29171 * gdb.base/a2-run.exp: Ditto.
29172 * gdb.base/break.exp: Ditto.
29173 * gdb.base/corefile.exp: Ditto.
29174 * gdb.base/list.exp: Ditto.
29175 * gdb.base/recurse.exp: Ditto.
29176 * gdb.base/scope.exp: Ditto.
29177 * gdb.base/signals.exp: Ditto.
29178
29179Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
29180
29181 * gdb.threads/Makefile.in (docdir): Removed.
29182
29183Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
29184
29185 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 29186 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 29187 @srcdir@.
d63a86f8 29188 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
29189 autoconf 2.5 or higher.
29190 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
29191
29192Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
29193
29194 * configure: Regenerated.
29195 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
29196 avoid name clashes with SunOS headers.
29197
29198Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
29199
29200 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
29201
29202Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
29203
29204 * gdb.base/callfuncs.exp: Finish last change -- make sure the
29205 prototype information ends up in the compiler info file.
29206
29207Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
29208
29209 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
29210 attempting to regenerate it. Eliminate use of a temporary file
29211 and just generate the info file directly. Source it immediately,
29212 for consistency of use.
29213 * gdb.base/corefile.exp: Ditto
29214 * gdb.base/exprs.exp: Ditto.
29215 * gdb.base/funcargs.exp: Ditto.
29216 * gdb.base/langs.exp: Ditto.
29217 * gdb.base/list.exp: Ditto.
29218 * gdb.base/mips_pro.exp: Ditto.
29219 * gdb.base/nodebug.exp: Ditto.
29220 * gdb.base/opaque.exp: Ditto.
29221 * gdb.base/ptype.exp: Ditto.
29222 * gdb.base/scope.exp: Ditto.
29223 * gdb.base/setvar.exp: Ditto.
29224 * gdb.base/signals.exp: Ditto.
29225 * gdb.base/whatis.exp: Ditto.
29226 * gdb.c++/templates.exp: Ditto.
29227 * gdb.c++/virtfunc.exp: Ditto.
29228 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
889bf7c5 29229 whether or not to add -lstdc++ to the compile command line args.
c906108c
SS
29230
29231Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29232
29233 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
29234 it got fixed by the recent lookup_minimal_symbol_by_pc change.
29235 Increase timeout, a lot of single stepping might be needed if the
29236 target has no hardware watchpoints.
29237
29238Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
29239
29240 * gdb.base/break.exp: Ignore compiler warnings when compiling
29241 break.c.
29242 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
29243 * gdb.base/default.exp: Add h8300 xfails. Handle messages
29244 from remote-sim.
29245 * gdb.base/exprs.exp: Add h8300 xfails.
29246 * gdb.base/funcargs.exp: Likewise.
29247 * gdb.base/nodebug.exp: Likewise.
29248 * gdb.base/printcmds.exp: Likewise.
29249 * gdb.base/ptype.exp: Likewise.
29250 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
29251 h8300 xfails.
d63a86f8 29252 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
29253 on the h8300.
29254 * gdb.base/funcargs.c: Explicitly make last constant argument to
29255 call_after_alloca_subr an unsigned long type.
29256 * gdb.base/return.c: Include stdio.h.
29257
29258Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
29259
29260 * config/abug.exp: New file for the older Motorola Bug monitor
29261 that runs on the mvme13x series VME boards.
29262 * config/monitor.exp: Use the new config array for target settings
29263 if they exist.
29264
29265Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
29266
29267 * sim-gdb.exp: Make the SH simulator allocate less space when
29268 it is targeted.
29269
29270Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
29271
29272 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
29273 test.
29274
29275Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
29276
29277 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
29278 "rs6000-*-*" for "list function in include file" when gcc compiled.
29279 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
29280 for "p ctable1[120]".
29281 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
29282 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
29283 Remove setup_xfail for "rs6000-*-*" for
29284 "print 'scope0.c'::filelocal before run".
29285 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
29286 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
29287 since some compilers don't allow both options to be given
29288 on the same command line. Create object file and move it.
d63a86f8 29289
c906108c
SS
29290Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
29291
29292 * gdb.base/corefile.exp: Always regenerate the core file, since
29293 we always regenerate the coremaker program. Detect special case
29294 where registers cannot be read from core file.
d63a86f8 29295
c906108c
SS
29296Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
29297
29298 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
29299 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
29300 * gdb.c++/templates.exp: Only match on basename of file since
29301 some formats like xcoff don't encode directory information.
29302 * gdb.stabs/weird.exp: Use the right sed script for powerpc
29303 and rs6000 AIX xcoff targets.
29304 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
29305 * configure: Regenerate.
29306 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
29307 here, rather than in distclean.
d63a86f8 29308
c906108c
SS
29309Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
29310
29311 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
29312 defined, and use it to compile the test case with -O2. The
29313 native compilation still uses no optimization.
29314 * gdb.base/mips_pro.c: Remove inline assembly code since
29315 it is compiled PIC by default, which results in assembler
29316 warnings that make the testsuite think the compilation
29317 was unsuccessful.
29318
29319Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
29320
29321 * gdb.c++/misc.exp: Add note to message for
29322 "print s.a for foo struct" that this is a known gcc 2.7.2
29323 and earlier bug.
29324
29325Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
29326
29327 * gdb.base/break.exp: Fix pattern for matching "Delete all
29328 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
29329 setup_xfail for deleting all breakpoints test. Fix various
29330 timeout messages to include "(timeout)".
29331 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
29332 for "p t_float_values2(3.14159,float_val2)".
29333 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
29334 for "continue to call2g" when gcc compiled.
29335 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
29336 "up to foo in langs.exp", "show language at foo in langs.exp",
29337 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
29338 and "show language at fsub in langs.exp".
29339 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
29340 "list line 1 in include file", "list message for lines past EOF",
29341 "list function in include file", "list list0.h:foo", and
29342 "list filename:function; nonexistant function".
29343 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
29344 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
29345 and "ptype t_char_array" to be for native cc only.
d63a86f8 29346
c906108c
SS
29347Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
29348
d63a86f8 29349 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c 29350 setup_xfail for "print coremaker_bss", "print coremaker_ro",
889bf7c5 29351 "print func2::coremaker_local", and "backtrace in corefile.exp".
c906108c
SS
29352
29353Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
29354
29355 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
29356 "bt in signals.exp". This problem only appears when running
29357 the testsuite, and then only intermittently.
29358
29359Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
29360
29361 * gdb.base/return.exp (return_tests): Differentiate between
29362 two tests of continuing.
29363
29364Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
29365
29366 * */Makefile.in (maintainer-clean): Remove config.log.
29367 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
29368 * gdb.c++/Makefile.in (PROGS): Add inherit.
29369 (clean): Remove *.ci.
29370
29371Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
29372
29373 * gdb.c++/misc.cc: Add test code from Mike Stump.
29374 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
29375
29376Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
29377
29378 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
29379 to "alpha-*-osf2*" and add comment.
29380 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
889bf7c5
PA
29381 setup_xfail for "step over execarg initialization" and
29382 "step over corearg initialization".
c906108c
SS
29383 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
29384 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
29385 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
889bf7c5 29386 gcc compiled for "print coremaker_bss", "print coremaker_ro",
c906108c
SS
29387 "print func2::coremaker_local", and "backtrace in corefile.exp".
29388 * gdb.base/signals.exp: Build and source signals.ci.
29389 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
29390 to be for gcc only.
29391 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 29392
c906108c
SS
29393Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29394
29395 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
29396 Feb 3 procfs.c change.
29397
29398Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
29399
29400 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
29401
29402Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
29403
29404 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
29405 from dejagnu's apparent default of 10 seconds, which gives random
29406 results when running the tests over NFS on moderately loaded systems.
29407 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
29408
29409Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
29410
29411 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
29412 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
889bf7c5 29413 result reports.
c906108c
SS
29414
29415Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
29416
29417 * configure.in (CY_AC_PATH_TCLH): Remove.
29418 * configure: Regenerate.
29419
29420Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
29421
29422 * gdb.c++/Makefile.in (clean): Add missing '{'.
29423
29424Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
29425
29426 * lib/gdb.exp: Provide a default value for noinferior.
29427
29428 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
29429 Load libgloss.exp.
29430
29431Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
29432
29433 * gdb.disasm/hppa.exp: Compile directly into an executable, use
29434 the executable, not the .o to run the tests from.
29435
29436Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
29437
29438 * gdb.base/break.exp: Don't test for program exit or exit status
29439 if $noresults if nonzero.
29440 * gdb.base/langs.exp: Likewise.
29441 * gdb.base/watchpoint.exp: Likewise.
29442
29443 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
29444 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
29445 trying to compile the testcase.
29446
29447Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
29448
29449 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
29450 * gdb.base/signals.exp (continue to handler): Likewise.
29451
29452Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
29453
29454 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
29455
29456 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
29457
29458Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
29459
29460 * gdb.base/corefile.exp: Recognize "not found" as failure
29461 when trying to determine if a core file was generated.
29462 If no core file was generate the first time, try again without
29463 the ulimit -c to work around braindamaged shells.
29464
29465Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
29466
29467 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
29468 [] tests with "test" and enclose string in quotes.
29469 * gdb.stabs/configure: Rebuild
d63a86f8 29470
c906108c
SS
29471Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
29472
29473 Changes in sync with expect:
29474 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
29475 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
29476 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
29477 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
29478 argument to AC_REQUIRE.
29479 * configure: Regenerated.
29480
29481Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
29482
29483 * gdb.base/corefile.exp: When generating a core, discard any
29484 error messages about ulimit not found and the "core dumped"
29485 message from the shell that runs the coredumper.
29486
29487Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
29488
29489 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
29490
29491 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
29492 which sed script to run. Expect failure for v_comb test
29493 on PA targets too.
d63a86f8 29494
c906108c
SS
29495Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
29496
29497 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
889bf7c5 29498 "print func2::coremaker_local" and for "backtrace in corefile.exp"
c906108c
SS
29499
29500Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
29501
29502 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
29503 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
889bf7c5 29504 "sparc-sun-solaris*" xfails for "p v_comb".
c906108c
SS
29505 * lib/gdb.exp (default_gdb_start): Fix typo.
29506 * gdb.base/corefile.exp: Allow "Core was generated by ..."
29507 messages to not include the full program name that caused
29508 the core dump since some systems (such as solaris) apparently
29509 truncate this path to about 80 characters.
29510 When generating a core file first try increasing the core file
29511 size limit to unlimited since some systems may default it to
29512 zero, and it is harmless to try it. Move the test for failing
29513 to generate a core file to where it will actually get executed.
29514 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
29515 new gdb result from g++ debug info improvements and make old
29516 pattern obsolescent. Also account for size_t differences
29517 (may be int or long).
29518 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
29519 initialization before function call is placed in the delay slot
29520 and thus appears to be skipped over by commands such as "next".
29521
29522Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
29523
29524 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
29525
29526Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
29527
29528 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
29529 input source file; fix code to compile test to deal with this
29530 convention.
29531 * gdb.c++/*.exp: Likewise.
29532
29533Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
29534
29535 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
29536 "bt in signals.exp".
29537
29538Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
29539
29540 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
29541 "step over execarg initialization" and
889bf7c5 29542 "step over corearg initialization".
c906108c
SS
29543
29544Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
29545
29546 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
29547 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
29548
29549Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
29550
29551 From Rob Savoye (rob@poseidon.cygnus.com)
29552 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
29553 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
889bf7c5
PA
29554 configure.in}, gdb.disasm/{Makefile.in, configure.in},
29555 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
29556 configure.in}: Major reworking for autoconfig.
c906108c
SS
29557 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
29558 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
889bf7c5 29559 New files.
c906108c
SS
29560 * config/unix-gdb.exp: Make GDB global.
29561 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
889bf7c5
PA
29562 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
29563 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
29564 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
29565 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
29566 term.exp, twice.exp, watchpoint.exp, whatis.exp},
c906108c 29567 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
889bf7c5
PA
29568 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
29569 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
29570 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
29571 pr-8136.exp, result.exp, string.exp, tuples.exp},
c906108c 29572 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
889bf7c5
PA
29573 to returns as necessary, arrange for test to compile own testcase
29574 executable.
c906108c 29575 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 29576
c906108c
SS
29577Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
29578
29579 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
889bf7c5 29580 clear_xfail at end of test which might not call either pass or fail.
c906108c
SS
29581 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
29582 "backtrace through signal handler".
29583
29584Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29585
29586 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
29587 continuing from a job control stop signal.
29588 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
29589
29590Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
29591
29592 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
29593 * gdb.base/corefile.exp: Likewise.
29594 * gdb.base/funcargs.exp: Likewise.
29595
29596Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
29597
29598 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
29599 * config/monitor.exp: Add support for setting baud rate.
29600
29601Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
29602
29603 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
29604 i*86-*-linux* xfails for "backtrace through signal handler".
29605 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
29606 "print func2::coremaker_local".
29607 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
889bf7c5 29608 alpha-dec-osf2* xfail for
c906108c
SS
29609 "delete all breakpoints when none".
29610
29611Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
29612
29613 * gdb.base/break.exp: Change test that deletes all breakpoints
29614 when no user breakpoints are installed. A post 4.15 change
29615 causes gdb to no longer prompt in this case.
29616
29617Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
29618
29619 * gdb.base/return.exp (return_tests): Change xfail for test
29620 "correct value returned double test" to stop xfailing at
29621 Solaris 2.5. Apparently the bug has been fixed.
29622
29623Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
29624
29625 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
29626 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
29627
29628Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
29629
29630 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
29631 * gdb.disasm/hppa.s: Corresponding changes.
29632
29633Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
29634
29635 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
29636 makefile fragment.
29637 * config/mt-hpux: Deleted.
29638
29639Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
29640
d63a86f8 29641 * Many files: When warning about suppressed tests due to a
c906108c
SS
29642 nonexistant test binary, avoid incrementing the warning count.
29643
29644Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
29645
29646 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 29647
c906108c
SS
29648Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29649
29650 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
29651 "sparc-*-solaris2*".
29652
29653Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29654
29655 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
29656 Add global and local variables and initialize them.
29657 * gdb.base/corefile.exp: Test correct mapping of corefile sections
29658 by printing variables. Remove rs6000 and powerpc xfails, BFD now
29659 extracts the file name and terminating signal from the core file.
29660 * TODO: Remove note about tests for correct mapping of corefile.
29661 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
29662 from optimizing it away.
29663 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
29664 handles common blocks.
29665
29666Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
29667
29668 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
29669 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
29670
29671Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
29672
29673 * Makefile.in (maintainer-clean): New target, synonym for
29674 realclean.
29675 * gdb.base/Makefile.in (maintainer-clean): Likewise.
29676 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
29677 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
29678 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
29679 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
29680 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
29681
29682Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
29683
29684 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
29685 xfails when not gcc compiled for "print foo::funclocal".
29686 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
29687 "print foo::funclocal at foo",
29688 "print 'scope1.c'::foo::funclocal at foo",
29689 "print foo::funclocal_bss at foo",
29690 "print 'scope1.c'::foo::funclocal_bss at foo",
29691 "print foo::funclocal_ro at foo",
29692 "print 'scope1.c'::foo::funclocal_ro at foo",
29693 "print bar::funclocal at foo" and
29694 "print 'scope1.c'::bar::funclocal at foo".
29695 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
29696 gcc compiled for "print foo::funclocal at bar".
29697 Expand all messages to ensure that they identify that
29698 the test is at bar().
29699 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
29700 gcc compiled for:
29701 "ptype on opaque struct pointer (statically)",
29702 "ptype on opaque struct tagname (statically)",
29703 "ptype on opaque struct pointer (dynamically) 1",
29704 "ptype on opaque struct tagname (dynamically) 1",
29705 "ptype on opaque struct pointer (dynamically) 2" and
29706 "ptype on opaque struct tagname (dynamically) 2
29707 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
29708 gcc compiled for:
29709 "p datalocal"
29710 "whatis datalocal",
29711 "ptype datalocal",
29712 "p bsslocal",
29713 "whatis bsslocal", and
29714 "ptype bsslocal".
29715 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
29716 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
29717 when not gcc compiled.
29718 * gdb.base/funcargs.exp (float_and_integral_args): Add
29719 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
29720 compiled.
29721 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
29722 "backtrace from call6a" when not gcc compiled.
29723 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
29724 "backtrace from call7a" when not gcc compiled.
29725 * gdb.base/callfuncs.exp (do_function_calls):
29726 Add "hppa*-*-hpux*" xfail when not gcc compiled for
29727 "p t_char_array_values(char_array_val2,char_array_val1)",
29728 "p t_char_array_values(char_array_val1,char_array_val2)",
29729 "p t_char_array_values("carray 1","carray 2")",
29730 "p t_char_array_values("carray 1",char_array_val2)",
29731 "p t_char_array_values(char_array_val1,"carray 2")",
29732 "p sum_args(1,{2})",
29733 "p sum_args(2,{2,3})",
29734 "p sum_args(3,{2,3,4})",
29735 "p sum_args(4,{2,3,4,5})"
29736 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
29737 "backtrace in corefile.exp" when not gcc compiled.
29738
29739Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29740
29741 * gdb.base/signals.exp: Rewrite `handle all print' test as
29742 a procedure. Accept blanks or TABs as whitespace, increase
29743 timeout and expect input buffer size for the large output
29744 from the command. Remove "i*86-*-bsdi2.0" xfail.
29745
29746Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29747
29748 * gdb.base/setvar.exp: Add new testcases for truncation when
29749 assigning invalid values to bitfields.
29750
29751Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
29752
d63a86f8 29753 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
29754 mips-sgi-irix* xfail for
29755 "call inferior func with struct - returns char *"
29756 and fix test so that an optional (unsigned char *) cast is
889bf7c5 29757 accepted in the result.
c906108c
SS
29758
29759Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
29760
29761 * gdb.base/funcargs.exp (float_and_integral_args): Remove
29762 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
29763 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
29764 * gdb.base/signals.exp: Remove duplicate "handle all print" test
29765 that accidentally got checked in.
29766
29767Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
29768
d63a86f8 29769 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
29770 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
29771 compiled test.
29772 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
29773 Add mips-sgi-irix5* xfail for not gcc compiled.
29774 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
6fdff2c5
PA
29775 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc
29776 compiled for "p top", "whatis top", "p middle", and "whatis
29777 middle".
c906108c
SS
29778 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
29779 "whatis signed char" for not gcc compiled.
29780 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
29781 "set variable signed char=-1 (-1)" and
29782 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
29783 * gdb.base/funcargs.exp (float_and_integral_args):
29784 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
29785 Add mips-sgi-irix* xfail when not gcc compiled for
29786 "continue to call2b".
29787 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
29788 "continue to call2g".
6fdff2c5
PA
29789 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc
29790 compiled for "backtrace from call6a"
29791 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc
29792 compiled for "backtrace from call7k". Add mips-sgi-irix5* xfail
29793 when not gcc compiled for "backtrace from call7a".
c906108c
SS
29794 (localvars_after_alloca): Fix gdb_test cmds for
29795 "print * after runto ...".
29796 Remove rs6000-*-* xfails for
29797 "print i after runto localvars_after_alloca" and
29798 "print l after runto localvars_after_alloca"
29799 for all compilers.
29800 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
889bf7c5 29801 when not compiled with gcc, for:
c906108c
SS
29802 "print signed char == (minus)",
29803 "print signed char != (minus)",
29804 "print signed char < (minus)",
29805 "print signed char > (minus)".
29806 * gdb.base/callfuncs.exp (do_function_calls):
29807 Add mips-sgi-irix* xfail, when compiled with native compiler, for
29808 "call inferior func with struct - returns char *".
d63a86f8 29809 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
29810 "correct value returned double test" to include Solaris 2.4.
29811 * gdb.base/funcargs.exp (float_and_integral_args):
29812 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 29813
c906108c
SS
29814Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29815
29816 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
29817 enumeration bitfields if compiling with GNU C.
29818 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
29819 to empty' prompt.
29820
29821Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
29822
29823 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
29824 test for PRO targets.
29825
29826 * gdb.base/funcargs.exp: Avoid ever setting more than 8
29827 breakpoints in the inferior at any given time by making
29828 two groups of breakpoints for call2*, call6* and call7*
29829 tests.
29830
29831Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29832
29833 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
29834 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
29835 from optimizing it away.
29836 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
29837 "call inferior func with struct".
29838
29839Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
29840
29841 * configure.in: Only configure gdb.chill for particular targets.
29842
29843Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
29844
29845 * gdb.base/Makefile.in: Add action to .c.o transformation
29846 rule that generates a .ci file for each .o file and remove
29847 explicit .c.o rules except for callfuncs.o.
29848 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
29849 generates a .ci file for each .o file and remove explicit
29850 .cc.o rules.
29851 (clean): Remove *.tmp *.ci files.
29852 (EXECUTABLES): Remove templ-info.exp.
29853 * gdb.base/compiler.c: New file.
29854 * gdb.c++/compiler.cc: New file
29855 * gdb.base/scope.exp: Source gdb.base/scope.ci.
29856 Change rs6000-*-* xfail for
29857 "print 'scope0.c'::filelocal_ro" and
29858 "print 'scope1.c'::filelocal" and
29859 "print 'scope1.c'::filelocal_bss" and
29860 "print 'scope1.c'::filelocal_ro" and
29861 "print 'scope1.c'::foo::funclocal" and
29862 "print 'scope1.c'::foo::funclocal_ro" and
29863 "print 'scope1.c'::bar::funclocal" and
29864 "print 'scope0.c'::filelocal_ro" and
29865 "print 'scope1.c'::filelocal at foo" and
29866 "print 'scope1.c'::filelocal_bss at foo" and
29867 "print 'scope1.c'::filelocal_ro at foo" and
29868 "print 'scope1.c'::foo::funclocal at foo" and
29869 "print 'scope1.c'::foo::funclocal_bss at foo" and
29870 "print 'scope1.c'::foo::funclocal_ro at foo" and
29871 "print 'scope1.c'::bar::funclocal at foo" and
29872 "print 'scope0.c'::filelocal_ro" and
29873 "print 'scope1.c'::filelocal" and
29874 "print 'scope1.c'::filelocal_bss" and
29875 "print 'scope1.c'::filelocal_ro" and
29876 "print 'scope1.c'::foo::funclocal" and
29877 "print 'scope1.c'::foo::funclocal_bss" and
29878 "print 'scope1.c'::foo::funclocal_ro" and
29879 "print 'scope1.c'::bar::funclocal" and
29880 "print 'scope1.c'::bar::funclocal_bss"
29881 to only be xfail'd when not compiled with gcc.
d63a86f8 29882 Add rs6000-*-* xfail for
c906108c
SS
29883 "print 'scope0.c'::filelocal_bss before run"
29884 when compiled with gcc.
29885 (test_at_main): Add rs6000-*-* xfail for
29886 "print filelocal_ro in test_at_main"
29887 when compiled with gcc.
29888 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
889bf7c5 29889 Add rs6000-*-aix* xfail for
c906108c
SS
29890 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
29891 "ptype t_char_array", not compiled with gcc.
29892 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
29893 xfail for "list foo (in include file)" when gcc compiled.
29894 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
889bf7c5 29895 (integral_args): Add rs6000-*-* xfail for
c906108c
SS
29896 "run to call0a" if not compiled with gcc.
29897 (unsigned_integral_args): Add rs6000-*-* xfail for
29898 "run to call1a" if not compiled with gcc.
29899 (float_and_integral_args): Add rs6000-*-* xfail for
29900 "run to call2a" if not compiled with gcc and for
29901 "continue to call2b" for any compiler.
29902 Add rs6000-*-* xfail to
29903 "print f1 after run to call2a" for gcc compiled.
29904 (discard_and_shuffle): Add rs6000-*-* xfail for
29905 "run to call6a".
29906 (shuffle_round_robin): Add rs6000-*-* xfail for
29907 "backtrace from call7a" if not compiled with gcc.
29908 Add rs6000-*-* xfail for
29909 "backtrace from call7b" if compiled with gcc.
29910 (call_after_alloca): Add rs6000-*-* xfail for
29911 "print c in call_after_alloca" and
29912 "print s in call_after_alloca" and
29913 "backtrace from call_after_alloca_subr"
29914 if not compiled with gcc.
29915 (localvars_in_indirect_call): Add rs6000-*-* xfail for
29916 "print c in localvars_in_indirect_call" and
29917 "print c in localvars_in_indirect_call" and
29918 "backtrace in indirectly called function" and
29919 "stepping into indirectly called function"
29920 if not compiled with gcc.
29921 (localvars_after_alloca): Add rs6000-*-* xfail for
29922 "print c after runto localvars_after_alloca" and
29923 "print s after runto localvars_after_alloca" and
29924 "print i after runto localvars_after_alloca" and
29925 "print l after runto localvars_after_alloca"
29926 for all compilers.
29927 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
29928 than whatis-info.exp.
29929 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
29930 than opaque-info.exp.
29931 Setup rs6000-*-* xfail for
d63a86f8 29932 "ptype on opaque struct pointer (statically)" and
c906108c
SS
29933 "ptype on opaque struct pointer (dynamically)" when
29934 not compiled with gcc.
29935 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
29936 rather than callf-info.exp.
29937 (do_function_calls): Add clear_xfail for rs6000-*-* for
29938 "p t_float_values2(3.14159,float_val2)". Seems to work
29939 fine there, both with xlc and gcc. Need to find out what
29940 it is doing right and fix other platforms.
29941 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
29942 "call inferior func with struct - returns int",
29943 "call inferior func with struct - returns long",
29944 "call inferior func with struct - returns float",
29945 "call inferior func with struct - returns double",
29946 "call inferior func with struct - returns char *",
29947 but only if not gcc compiled (presumes xlc compiled).
29948 Change rs6000-*-* xfails for
29949 "call inferior func with struct - returns char" and
29950 " call inferior func with struct - returns short" to only
29951 xfail if not using gcc.
29952 (clean mostlyclean): Remove *.ci and *.tmp files.
29953 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
29954 than templ-info.exp.
29955 * gdb.base/langs.exp: Source gdb.base/langs.ci.
29956 Add rs6000-*-* xfail for "up to foo in langs.exp"
29957 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
889bf7c5 29958 when not gcc compiled.
d63a86f8 29959
c906108c
SS
29960Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29961
29962 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
29963 * gdb.base/corefile.exp: Likewise.
29964 * gdb.base/list.exp: Likewise.
29965 * gdb.base/scope.exp: Likewise.
29966 * gdb.base/siganls.exp: Likewise.
29967
29968 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
29969 compiler output.
29970 * gdb.base/whatis.exp: Likewise.
29971
29972Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
29973
29974 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
29975 failure (opcode table has been fixed to match reality).
29976
29977Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
29978
29979 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
29980 "call inferior func with struct - returns char",
29981 "call inferior func with struct - returns short"
29982
29983 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
29984 "print 'scope0.c'::filelocal at main",
29985 "print 'scope0.c'::filelocal_bss in test_at_main",
29986 "print 'scope0.c'::filelocal at foo",
29987 "print 'scope0.c'::filelocal_bss in test_at_foo",
29988 "print 'scope0.c'::filelocal at bar",
29989 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 29990
c906108c
SS
29991 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
29992 in source file 1". This bug seems to have been fixed with both
29993 gcc and native cc (was native assembler bug?).
29994
29995Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
29996
29997 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
29998 "backtrace through signal handler" to "i*86-*-sysv4*".
29999 * gdb.base/signals.exp: Add xfail for "'next' behaved as
30000 continue" case. Add "known SVR4 bug" to fail message.
30001 Add "i*86-*-bsdi2.0" xfail for "handle all print".
30002 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
30003 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
30004 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
30005 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
30006 "up to foo in langs.exp", "show language at foo in
30007 langs.exp", "up to cppsub_ in langs.exp", "show
30008 language at cppsub_ in langs.exp", "up to fsub in
30009 langs.exp", and "show language at fsub in langs.exp".
30010 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
30011 "bactrace in corefile.exp".
30012 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
30013 "call inferior function with struct - returns float" and
30014 "call inferior function with struct - returns double".
d63a86f8 30015
c906108c
SS
30016Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
30017
30018 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
30019 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
30020 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
30021 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
30022
30023Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
30024
30025 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
30026 (or overriden) "CHILL" macro rather then bare "gcc".
30027 Also look for ../../gcc/xgcc since that is what we will
30028 actually need, not "Makefile". Remove following assignment
30029 of CHILL to CHILL_FOR_TARGET because that results in
30030 recursive definition.
30031
30032Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
30033
30034 * gdb.base/corefile.exp: Change xfail for backtrace in
30035 corefile.exp from linuxaout to all linux.
30036 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
30037 cases where we miss the breakpoint at the signal handler
30038 for some reason. Setup xfail for linuxoldld/linuxaout and
30039 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
30040 hitting SIGURG breakpoint.
30041 * gdb.base/signals.exp: Setup xfail for "next" acting like
30042 continue to add linuxoldld. Setup xfail for all linux for
30043 "next to handler in signals_tests_1", "backtrace in
30044 signals_tests_1", "continue to func1", "pass SIGUSR1",
30045 and continue to handler".
30046
30047Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
30048
30049 * Update all FSF addresses except those in COPYING* files.
30050
30051Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
30052
30053 * gdb.base/a2-run.exp: Change messages to be more explicit about
30054 the status of args, and quote binfile in results.
30055
30056Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
30057
30058 * gdb.base/callfuncs.exp: Add tests for passing structs to
30059 inferior functions and return various types.
30060 * gdb.base/callfuncs.c: Add functions to receive a struct
30061 and return a member of the struct, in various types.
30062
30063Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30064
30065 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
30066
30067Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
30068
30069 * config/vxworks29k.exp: New file, sources vxworks.exp.
30070
30071Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
30072
30073 * config/gdbremote.exp: New file. Testing framework using
30074 gdbserver.
30075
30076Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
30077
30078 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
30079 "call function when asleep" and "send end of file".
30080 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
30081 for "backtrace in corefile.exp".
30082 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
30083 for "backtrace through signal handler".
30084 * gdb.base/corefile.exp: Make sure we actually generate a core file
30085 before trying the core tests. Some systems allow the user to suppress
30086 generation of core files and default to that (linux for example).
30087 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
30088 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
30089
30090Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
30091
30092 * gdb.threads: New directory with some crude multi-threaded
30093 gdb tests (step.exp and step2.exp).
30094 * config/mt-lynx (STEP_EXECUTABLE): Define.
30095 (THREADFLAGS): Define.
30096
30097Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
30098
30099 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
30100
30101 * gdb.base/signals.exp: Disable whole file for lynx until
30102 further notice.
30103
30104 * gdb.base/signals.exp: xfail test where "next" acts like
30105 "continue" for lynx.
30106
30107 * gdb.base/interrupt.exp: xfail test for calling function while
30108 inferior is asleep for lynx.
30109
30110 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
30111 than one cr-lf after each command.
30112
30113Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30114
30115 * configure.in: Reinstate setting of stabsdirs variable, fix
30116 typo in setting up configdirs for native builds.
30117
30118 * gdb.base/return.exp: Fix typo in return double test.
30119 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
30120 compiler from optimizing them away.
30121
30122Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
30123
30124 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
30125 sequences to be echo'd by gdb when using gdb_test.
30126 * gdb.chill/chexp.exp: Likewise.
30127 * gdb.fortran/exprs.exp: Likewise
30128
30129Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
30130
30131 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
30132 after the inferior gdb has started.
30133
30134 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
30135 after each command.
30136 * gdb.base/funcargs.exp: Likewise.
30137 * gdb.base/gdbvars.exp: Likewise.
30138 * gdb.base/interrupt.exp: Likewise.
30139 * gdb.base/list.exp: Likewise.
30140 * gdb.base/watchpoint.exp: Likewise.
30141 * gdb.c++/demangle.exp: Likewise.
30142 * gdb.c++/inherit.exp: Likewise.
30143 * gdb.chill/chexp.exp: Likewise.
30144 * gdb.fortran/exprs.exp: Likewise.
30145
30146 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
30147 test if we can't handle IO to/from the inferior.
30148
30149 * gdb.c++/misc.exp: Always check for a program already being
30150 started after sending a "run" command to gdb.
30151
30152 * gdb.base/twice.exp: Start with a fresh gdb.
30153
30154 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
30155 only depend on gdb's expression code, not the chill runtime.
30156
30157 * gdb.base/return.c: Put return values into variables so we
30158 can have gdb print them rather than depending on the program
30159 to print them.
30160 * gdb.base/return.exp: Corresponding changes.
30161
30162 * lib/gdb.exp: Provide default value for noinferiorio.
30163 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
30164 the inferior.
30165
30166 * gdb.base/break.exp: Always check for a program already being
30167 started after sending a "run" command to gdb.
30168 (text_next_with_recursion): Don't check the output from the
30169 program's printf statement. Instead just make sure the program
30170 exited.
30171
30172 * gdb.base/commands.exp: Protect tests which need arguments with
30173 $noargs conditionals.
30174
30175Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30176
30177 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
30178 of structure member arrays to match gdb/valops.c:value_addr change.
30179
30180Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
30181
30182 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
30183 cases.
30184
30185Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
30186
30187 * configure.in (configdirs): Remove gdb.chill from default list
30188 of subdirs and then add it back in only if doing a native build.
30189 The current chill compiler does not yet work in any cross build.
30190 * Revert all signal changes from Jul 6.
30191 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
30192 for sh-hms targets, allowing these tests to link, with no other
30193 changes. Testing is suppressed by setting "nosignals" in site.exp.
30194
30195Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
30196
30197 * configure.in (signaldirs): Define and add to configdirs for all
30198 targets except some specific ones that are known to not support signals.
30199 Also clean up formatting.
30200 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
30201 (signals, sigall): Remove rules to build.
30202 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
30203 Moved to new gdb.signals directory.
30204 * gdb.signals: New test directory.
30205 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
30206 signals.c signals.exp}: New or moved files.
30207
30208Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
30209
30210 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
30211
30212Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
30213
30214 * gdb.base/return.exp: Xfail `return double' test failure
30215 on at least Solaris 2.3 and handle future/past versions on
30216 a case by case basis as appropriate. Also update message
30217 to include i*86 failures.
30218
30219Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30220
30221 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
30222
30223 * lib/gdb.exp: Fix comment which erroneously identified
30224 gdb_file_cmd as gdb_load (the 19 May change was in fact to
30225 gdb_file_cmd not gdb_load).
30226 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
30227
30228 * gdb.base/setvar.exp: Make test names consistent between pass and
30229 fail cases. Use gdb_test more.
30230
30231Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30232
30233 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
30234
30235Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30236
30237 * gdb.base/help.exp: Fix expected help string for `show commands'.
30238
30239Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
30240
30241 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
30242
30243 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
30244 of a text section.
30245
30246Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
30247
30248 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
30249 that loop eventually terminates. Fix Connection refused logic so
30250 that testsuite will expire nicely.
30251
30252Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
30253
30254 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
30255 config/rom68k.exp: New tcl glue for the appropriate monitors.
30256 These all just end up calling monitor.exp.
30257 * config/monitor.exp (gdb_target_monitor): Handle `Connection
30258 refused' by retrying. Cleanup some timeout issues.
30259 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
30260 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
30261 callers don't have to set/restore global timeout variable.
30262
30263 * The following set of changes centralizes management of the global
30264 timeout variable. This way, it can be set in one target dependent
30265 place instead of dozens of places scattered throughout the test suite.
30266 If you need to lengthen a timeout, then you should either set timeout
30267 in one of the config/{target}.exp files, or multiply it by a factor.
30268 Setting it to an absolute value is always going to lose for some
30269 targets.
30270 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
30271 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
30272 * gdb.base/funcargs.exp: Don't set timeout.
30273 * gdb.base/list.exp (test_forward_search): Only use local timeout.
30274 * gdb.base/printcmds.exp (test_print_string_constants
30275 test_print_array_constants): Don't set timeout.
30276 * gdb.base/ptype.exp: Don't set timeout.
30277 * gdb.base/recurse.exp: Don't set timeout.
30278 * gdb.base/return.exp: Don't set timeout.
30279 * gdb.base/watchpoint.exp: Don't set timeout.
30280 * gdb.c++/classes.exp (do_tests): Don't set timeout.
30281 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
30282
30283Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
30284
30285 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
30286
30287Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30288
30289 * lib/gdb.exp: Disable chill tests for irix5.
30290
30291Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30292
30293 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
30294 each test pass or fail.
30295
30296Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30297
30298 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
30299 xlc not gcc.
30300
30301Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
30302
30303 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
30304
30305Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
30306
30307 * config/est.exp: Fix copyright and comments. Remove dead code.
30308 Use targetname, serialport and baud variables instead of fixed
30309 constants.
30310 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
30311 * config/cpu32bug.exp: New file to support cpu32bug monitors.
30312
30313Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30314
30315 * gdb.base/watchpoint.exp: Don't run
30316 test_watchpoint_triggered_in_syscall for sunos.
30317
30318Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30319
30320 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
30321 they don't seem to exist. Do include stdio.h.
30322
30323Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30324
30325 * gdb.base/a1-selftest.exp: Add alpha xfail.
30326
30327Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30328
30329 * gdb.base/watchpoint.c (main): Prompt before calling read().
30330 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
30331 Revise accordingly. Remove cruft about sending "123" several
30332 times, until it gets noticed. Clean up the "print buf[0]" stuff
30333 so that it passes or fails, and waits for prompts in the usual way.
30334
30335Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30336
30337 * gdb.base/recurse.exp: Fix comment.
30338
30339 * TODO: Remove item about printing variables in nodebug.exp. Add
30340 item about enabling tests which are only run on some targets.
30341
30342 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
30343 fail, make test names unique, use new gdb_test convention
30344 regarding pattern, use gdb_test more, etc.).
30345
30346 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
30347 fail, make test names unique, etc.).
30348
30349Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30350
30351 * gdb.base/nodebug.c: Change return type of top and middle to
30352 short.
30353 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
30354 are fixed by the recent mdebugread.c changes. Allow `short ()'
30355 as type for top and middle.
30356
30357Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30358
30359 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
30360 nearly as I can tell, the whole thing was an accident in Stu's
30361 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
30362 to replace a send/expect pair with gdb_test, but ended up only
30363 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
30364 of 30 Mar 1995 took care of it, but left this vestigial comment
30365 which I am now nuking.
30366
30367Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30368
30369 * gdb.base/break.exp: Look for different line number for
30370 breakpoint at main depending on usestubs.
30371
30372Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30373
30374 * gdb.base/list.exp: Adjust some alternate expect patterns to
30375 match recent list0.c change. Add alternate expect pattern for
30376 output from `list default lines around main' for optimizing
30377 compilers.
30378
30379Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30380
30381 * lib/gdb.exp: If nosignals is not set, set it to 0.
30382
30383Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
30384
30385 * config/slite-gdb.exp: Responds to load symbol table prompt.
30386 * gdb.base/break.exp: Adjust line number, fix rerun.
30387 * gdb.base/langs0.c: Add #ifdef usestubs.
30388
30389Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
30390
30391 * gdb.base/list.exp: Adjust line contents after adding new lines in
30392 list0.c. Also fix a syntax error.
30393
30394 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
30395 * gdb.base/break.exp: ditto.
30396 * gdb.base/list.exp: ditto.
30397 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
30398 * gdb.base/run.c: ditto.
30399 * gdb.base/list0.c: ditto.
30400 * gdb.base/funcargs.c: ditto.
30401
30402Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
30403
30404 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
30405 $targetname, $serialport and $baud instead of hardwired variables.
30406 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
30407 target doesn't support signals.
30408
30409Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
30410
30411 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
30412
30413Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30414
30415 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
30416 Don't rely on the value of an auto variable before it has been
30417 initialized. Use gdb_test more.
30418
30419Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30420
30421 * lib/gdb.exp (default_gdb_version): A version number must start
30422 with a digit, but other than that contains all characters up to
30423 the first whitespace character.
30424
30425Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30426
30427 * gdb.base/commands.exp (breakpoint_command_test): New tests.
30428
30429Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30430
30431 * gdb.c++/*.exp: Warn if executable does not exist. The original
30432 reason for skipping the warning was that configure.in sometimes
30433 intentionally skipped building the executables but the tcl code
30434 had no way of knowing. That (a) was always bogus with respect to
30435 error handling, (b) is no longer true (right now there is no way
30436 to skip C++ tests).
30437
30438 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
30439
30440Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30441
30442 * gdb.base/list.exp: Add expect patterns for output from
30443 SunPRO compiled executables.
30444 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
30445 types.
30446
30447Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30448
30449 * gdb.base/break.exp (test_next_with_recursion): Accept any line
30450 number (we are already testing that the correct source line text
30451 gets printed).
30452
30453 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
30454 that is what is intended, but something needed to be done to get
30455 sunos4 native working again.
30456
30457 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
30458
30459 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
30460 apparently went with a (very) old xfail.
30461
30462Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
30463
30464 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
30465 runto_main is a proc in gdb.exp that will do 'step' for target use
30466 stubs.
30467 * gdb.base/exprs.exp: ditto.
30468 * gdb.base/interrupt.exp: ditto.
30469 * gdb.base/opaque.exp: ditto.
30470 * gdb.base/printcmds.exp: ditto.
30471 * gdb.base/ptype.exp: ditto.
30472 * gdb.base/scope.exp: ditto.
30473 * gdb.base/setvar.exp: ditto.
30474 * gdb.base/signals.exp: ditto.
30475 * gdb.base/twice.exp: ditto.
30476 * gdb.c++/classes.exp: ditto.
30477 * gdb.c++/inherit.exp: ditto.
30478 * gdb.c++/templates.exp: ditto.
30479 * gdb.base/break.exp: no run and hit main for stubs. Change line
30480 numbers for breakpoints and info breakpoint.
30481 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
30482 breakpoint().
30483 * gdb.base/callfuncs.c: ditto.
30484 * gdb.base/exprs: ditto.
30485 * gdb.base/interrupt.c: ditto.
30486 * gdb.base/opaque0.c: ditto.
30487 * gdb.base/printcmds.c: ditto.
30488 * gdb.base/ptype.c: ditto.
30489 * gdb.base/scope0.c: ditto.
30490 * gdb.base/setvar.c: ditto.
30491 * gdb.base/signals.c: ditto.
30492 * gdb.base/twice.c: ditto.
30493 * gdb.c++/misc.cc: ditto.
30494 * gdb.c++/templates.cc: ditto.
30495
30496Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30497
30498 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
30499
30500 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
30501 somewhere between `read' and `main.c'. I'm pretty sure the
30502 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
30503 and it isn't particularly useful.
30504
30505 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
30506
30507Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30508
30509 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
30510
30511Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
30512
30513 * config/mt-slite: add LIBS and -nostdlib.
30514 * config/slite-gdb.exp: add this new file to support sparclite target.
30515
30516Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
30517
30518 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
30519
30520 * gdb.base/a2-run.exp: Change argument to istarget from
30521 "*-*-vxworks" to "*-*-vxworks*".
30522 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
30523
30524Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
30525
30526 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
30527 will not runto main but do a 'step' to step out of breakpoint().
30528 * config/mt-slite: add -Dusestubs.
30529
30530Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30531
30532 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
30533 instead of just @.
30534
30535 * gdb.base/signals.exp: Add test for "handle all print".
30536 * TODO: Remove "handle all print". Also remove item about
30537 checking copyright date (I don't like the idea of a spurious FAIL
30538 based on when we run the tests).
30539
30540 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
30541 for SunOS4 (reason for failure not investigated). Remove
30542 redundant test for $binfile.
30543
30544 * gdb.base/nodebug.c (array_index): Call malloc.
30545
30546 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
30547
30548Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
30549
30550 * gdb.base/recurse.exp: Update gdb_test invocation to use new
30551 conventions and slightly simplify the matching regexp.
30552
30553Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30554
30555 * gdb.base/break.exp: Update gdb_test invocation to use new
30556 convention.
30557
30558 * lib/gdb.exp: If noargs is not set, set it to 0.
30559
30560 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
30561 tests unique.
30562
30563 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
30564
30565Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30566
30567 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
30568 one argument of type "<non-float parameter>".
30569
30570Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
30571
30572 * config/rom68k.exp: New file to support Motorola IDP board.
30573 * gdb.base/a2-run.exp: Skip this file if noargs is set.
30574 * gdb.base/break.c: Change things around so that this program
30575 doesn't depend upon args. This is necessary to make remote
30576 targets work (in general, they can't take args).
30577 * gdb.base/break.exp: Don't try to send args to program. Don't
30578 expect output. Also, replace lots of code with gdb_test.
30579
30580Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30581
30582 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
30583 printing of '\'' (which is what the comment says we are testing,
30584 even though we were not), not '''.
30585 (test_integer_literals_rejected): Test that printing ''' is an error.
30586
30587 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
30588 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
30589 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
30590 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
30591 Use gdb_test not test_print_accept.
30592 * lib/gdb.exp: Remove test_print_accept.
30593
30594 * gdb.base/signals.exp (signal_tests_1): Make pass message
30595 consistent with fail message.
30596
30597 * gdb.base/whatis.exp: Remove xfails for printing char vs.
30598 unsigned char; the bug (PR 1821) is fixed.
30599
30600 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
30601
30602 * gdb.base/scope.exp (test_at_localscopes): Call pass for
30603 successful tests--makes xfailing them work right.
30604
30605Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30606
30607 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
30608 only \r\n, not .*. The test can pass .* as the last thing in
30609 $pattern if that is what it wants. In addition to providing this
30610 flexibility, this change should speed up pattern matching in cases
30611 where the pattern already ended with .* (there were a number of
30612 them). This change also helps catch bad patterns--in the old
30613 scheme the typo "char \*" instead of "char \\*" would pass. Now
30614 it is caught.
30615 * Many .exp files: Update callers.
30616
30617 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
30618 clearer and does not spuriously match multiple ('s. Likewise for
30619 ) and *.
30620
30621 * gdb.base/nodebug.exp: Test ability to call a function and pass
30622 it a string (even with no debugging info).
30623
30624 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
30625 "p '\'", which is the same as "p ''" once tcl gets done with
30626 quoting, to "p '\\'", which I suspect is what is intended (one
30627 backslash gets sent to GDB).
30628
30629 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
30630
30631Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30632
30633 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
30634 1817) was fixed literally years ago.
30635
30636Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30637
30638 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
30639 test, it causes stepping out of call_after_alloca_subr with
30640 optimizing compilers.
30641 (localvars_in_indirect_call): Consume GDB prompt if `finish'
30642 fails.
30643
30644 * gdb.c++/templates.exp: Source templ-info.exp only if
30645 the templates executable exists.
30646
30647 * gdb.c++/misc.cc (class Contains_static_instance,
30648 class Contains_nested_static_instance),
30649 gdb.c++/classes.exp (test_static_members): Test printing of
30650 a class that contains a static instance of the class.
30651
30652Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30653
30654 * gdb.base/langs2.c (cppsub_): Don't prototype.
30655 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
30656 only, I believe).
30657
30658Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30659
30660 * lib/gdb.exp (skip_chill_tests): New procedure.
30661
30662 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
30663
30664Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
30665
30666 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
30667 each expect pattern. Cuts runtime from 12 to about 4 seconds.
30668
30669Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30670
30671 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
30672
30673 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
30674 disassemble 8, not 16, instructions for part 4.
30675
30676 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
30677 support the latter anymore.
30678
30679 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
30680 -DNO_PROTOTYPES.
30681 * gdb.base/callfuncs.c: Control use of prototypes based on
30682 NO_PROTOTYPES, not __STDC__.
30683 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
30684 t_float_values2 tests if prototypes in use.
30685
30686 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
30687 t_double_values): When checking differences against DELTA, check
30688 that difference is within the range (-DELTA,DELTA), not just
30689 (-infinity,DELTA).
30690
30691Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
30692
30693 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
30694 'file' command firts, then 'target', then 'load', this is due to gdb
30695 target set up.
30696 * config/mips-gdb.exp: Fix a couple regular exp bugs.
30697
30698Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
30699
30700 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
30701 FP load/store variants.
30702 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
30703
30704Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
30705
30706 * gdb.base/term.exp: Do not give a warning if not native, it is
30707 not an abnormal condition.
30708
30709Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
30710
30711 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
30712 t_char_array".
30713
30714Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
30715
30716 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
30717 are getting the version number.
30718
30719 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
30720 if not native, it is not an abnormal condition.
30721
30722Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30723
30724 * lib/gdb.exp: Just use "file exists", rather than undocumented
30725 dejagnu procedure "findfile".
30726
30727Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
30728
30729 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
30730 (LDFLAGS): Set to -Xlinker -Ur.
30731
30732 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
30733 Removed, these values are set by lib/gdb.exp.
30734
30735 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
30736
30737Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
30738
30739 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
30740 of replicating gdb startup code.
30741
30742 * config/mt-vxworks (LDFLAGS): Set to -r.
30743 (CFLAGS_FOR_TARGET): Removed.
30744
30745 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
30746 (gdb) and gdb for vxworks uses (vxgdb).
30747
30748 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
30749 executable is not in the tree and host != target, use sed and
30750 program_transform_name to determine the gdb name used by the
30751 target.
30752
30753 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
30754 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
30755
30756Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30757
30758 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
30759 floats, chars, and shorts where there are ANSI-style function
30760 definitions.
30761
30762 * gdb.base/langs.exp, gdb.base/langs*: New test.
30763 * gdb.base/Makefile.in: Build it.
30764 * TODO: Remove item about checking that C names don't get C++
30765 demangling applied; this test tests it.
30766
30767Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30768
30769 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
30770 went with the const70 xfail. The xfail went away a year ago.
30771
30772 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
30773
30774 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
30775 for hp300.
30776
30777 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
30778
30779 * gdb.base/a1-selftest.exp: Don't run on hp300.
30780
30781Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30782
30783 * Makefile.in (site.exp): Set host_alias and target_alias as well
30784 as host_triplet and target_triplet.
30785
30786Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30787
30788 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
30789
30790 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
30791 places as other ecoff systems).
30792
30793 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
30794 ultrix.
30795
30796Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30797
30798 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
30799 remove them.
30800 * gdb.base/nodebug.exp: Accept "function" in addition to "text
30801 variable and "variable" in addition to "data variable".
30802 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
30803
30804 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
30805 2.
30806 * gdb.base/list1.c (long_line): Add additional statement at start
30807 of function.
30808 * gdb.base/list.exp (test_forward_search): Update line number to
30809 reflect new statement.
30810
30811Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30812
30813 * gdb.base/signals.exp: Reinitialize searched source directories
30814 after gdb_start call.
30815
30816Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
30817
30818 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
30819 * gdb.stabs/Makefile.in: Likewise.
30820
30821 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
30822 change. Instead split the tests into smaller pieces.
30823 * gdb.disasm/hppa.s: Corresponding changes.
30824
30825Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30826
30827 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
30828 Quote ^C when passing it to stty. For some shells ^ is a pipe.
30829
30830 * gdb.base/funcargs.exp: Modify many tests so that every test
30831 either passes or fails. Make some test names unique.
30832
30833Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30834
30835 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
30836 Call stty to set interrupt character.
30837
30838 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
30839 for HP assembler versus GNU assembler based on actual behavior of
30840 $(CC), rather than assuming that $(AS) is always the GNU assembler.
30841
30842 * TODO: Suggest a few more stepping tests.
30843
30844Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
30845
30846 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
30847 restart GDB for h8300 after a continue.
30848 (return): Add pattern to match a29k-udi behavior.
30849 * gdb.base/nodebug.exp: Remove obsolete comment.
30850 * gdb.base/regs.exp: New file, testing of register displays.
30851 * gdb.base/return.exp: Fix typo in reference to $objdir.
30852 * gdb.base/whatis.exp: Always start with a fresh GDB.
30853
30854Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30855
30856 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
30857 higher, these tests generate a lot of output.
30858
30859Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30860
30861 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
30862 code following the catch silently ignored some errors; without the
30863 catch they should be thrown like any other tcl error. Also, the
30864 catch used "" instead of {} which meant all the callers who wanted
30865 to include one of the characters "[]$ had to quote it an extra time.
30866 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
30867 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
30868 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
30869 Remove extra quoting.
30870
30871Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
30872
30873 * gdb.base/commands.exp: Make test names unique; every test either
30874 passes or fails. Update some comments.
30875
30876 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
30877
30878Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30879
30880 The following fixes a FAIL caused by the fact that the alpha stabs
30881 configuration didn't use the ".if alpha" code in weird.def.
30882 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
30883 bit pointer, so the 32 bit version works even on the alpha.
30884 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
30885 Remove the stuff which allowed us to have separate versions for
30886 alpha and everything else.
30887
30888 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
30889 regexp which "info func operator\[\](" is supposed to match. Fix
30890 string to send to GDB. Note that GDB still doesn't work right. Add a
30891 new test for "info func .perator\[\](" which GDB does handle correctly.
30892
30893 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
30894
30895Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30896
30897 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
30898 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
30899 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
30900 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
30901 it makes the tests harder to understand and confuses test-o-matic.
30902 The preferred style is that each test provides a PASS or a FAIL,
30903 and has a unique message (e.g. "continue #54" not just "continue")
30904 which is the same for the pass and the fail.
30905 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
30906 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
30907 to lib/gdb.exp.
30908 * gdb.base/printcmds.exp: Use test_print_accept. Remove
30909 prt_accept which was basically the same thing. Likewise for
30910 test_print_reject and prt_reject.
30911 * lib/gdb.exp (test_print_reject): Add some more error message
30912 patterns to match from the former printcmds.exp (prt_reject).
30913 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
30914 One defect of the passcount stuff is that some of it failed to
30915 report XPASS where appropriate.
30916 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
30917 stuff before and after arg in expected pattern.
30918 (test_paddr_operator_functions): Re-do test without print_addr_of;
30919 this is the only test which seems to want extra stuff there.
30920
30921Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30922
30923 * gdb.base/nodebug.exp: Update new tests to reflect improved
30924 wording of gdb output.
30925
30926 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
30927 and "ptype" work on variables in files compiled without -g.
30928 Replaces commented out "maint print msymbol" tests.
30929
30930Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30931
30932 * gdb.base/setvar.c (dummy): Call malloc.
30933
30934 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
30935 losing with the irix4 sed.
30936
30937 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
30938 ALRM" on irix4.
30939
30940Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30941
30942 * TODO: Remove items about corefile.exp testing new exec-file and
30943 backtrace; both are now done. Add items about printing enums.
30944
30945Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30946
30947 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
30948 "get signal $thissig" test fails.
30949
30950 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
30951
30952Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30953
30954 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
30955 compiler warning with dec alpha compiler.
30956
30957 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
30958 extra \n from gdb_test call (this explains why the prompt test
30959 that I removed yesterday was there).
30960 (user_defined_command_test): Remove extra \n and prompt test.
30961
30962 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
30963 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
30964 doesn't exist.
30965 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
30966 Also remove alpha workaround, which turns out to be because
30967 SIGABRT == SIGLOST.
30968
30969 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
30970
30971 * gdb.base/help.exp: Don't test "help show".
30972
30973Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30974
30975 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
30976 "set print address" is on.
30977 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
30978 pass prompt to gdb_test; gdb_test already looks for the prompt.
30979
30980 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
30981
30982 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
30983 was a vestige of the manual TESTSTRATEGY, and the purpose of it
30984 was to make sure that gdb can read a core file. But (a) the "read
30985 the corefile" part didn't make it to a1-selftest.exp, we just
30986 delete the corefile after creating it, and (b) we test reading
30987 corefiles in corefile.exp anyway. Also, this test left around a
30988 xgdb process on Solaris.
30989
30990 * gdb.base/corefile.exp: Also test backtrace.
30991
30992Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
30993
30994 * gdb.base/commands.exp: Test a simple user defined command with
30995 arguments and if/while statements; verify the full user command is
30996 printed by "show user".
30997
30998 * gdb.base/commands.exp: Test if/while commands as part of a
30999 breakpoint command list; verify they appear in breakpoint
31000 information.
31001
31002Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31003
31004 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
31005 than by dividing by zero.
31006
31007Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
31008
31009 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
31010 performing an inferior call with watchpoints enabled.
31011 * gdb.base/watchpoint.c (main): Delete second unnecessary read
31012 call.
31013
31014Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31015
31016 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
31017 of "file" command.
31018
31019 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
31020 Add additional pattern for when "int operator int(void);" appears
31021 in a different order.
31022
31023Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31024
31025 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
31026
31027 * gdb.base/help.exp: Replace most of docstrings for "info signals"
31028 and "signal" with ".*".
31029
31030Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31031
31032 * TODO: Add note about "handle all nostop".
31033
31034 * gdb.base/{sigall.c, sigall.exp}: New test.
31035 * gdb.base/Makefile.in: Add it.
31036
31037Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
31038
31039 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
31040 when invoking GDB, suppresses any windowing interface.
31041
31042Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
31043
31044 * config/sim-gdb: New file, simulator testing support.
31045
31046Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
31047
31048 * gdb.base/interrupt.exp: Test calling func1 twice.
31049
31050Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
31051
31052 * gdb.base/list.exp (test_forward_search): Set timeout higher
31053 when we'll be getting lots of output from gdb.
31054
31055 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
31056 "init_malloc" to after the expect statement. Run it if that
31057 regexp is taken, but also for two others which happen if source
31058 cannot be found.
31059
31060Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31061
31062 * gdb.base/printcmds.exp: New test, for printing register before
31063 program is running.
31064
31065Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31066
31067 * gdb.base/list.exp: Correct some alternate expect patterns
31068 to reflect changes in list1.c.
31069
31070Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31071
31072 * TODO: Add item regarding large frames.
31073
31074 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
31075
31076 * TODO: Remove item about enabling return.exp; it
31077 is enabled. Suggest a few more "return" tests.
31078
31079Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31080
31081 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
31082 anonymous unions.
31083
31084Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31085
31086 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
31087 and pr-5646.o, so "make" is the same as "make all", not "make
31088 pr-4975.o".
31089
31090Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
31091
31092 * gdb.base/list.exp: Adjust expectations to reflect changes in
31093 list1.c.
31094 (test_forward_search): New test proc.
31095 * gdb.base/list1.c (long_line): New function, has long source line.
31096
31097Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
31098
31099 * gdb.base/a1-selftest.exp: Change initial stepping to know about
31100 additional line of code that was added.
31101
31102Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
31103
31104 * gdb.disasm/hppa.s: Break the large branching tests into smaller
31105 tests so as not to overflow expect's input buffers.
31106 * gdb.disasm/hppa.exp: Corresponding changes.
31107
31108Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31109
31110 Beginnings of template debugging tests.
31111 * gdb.c++/templ-info.cc: New file to test for template
31112 debugging capability of the compiler.
31113 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
31114 templ-info.cc.
31115 * gdb.c++/templates.cc: Add explicit template instantiations
31116 to enable compiling with -fno-implicit-templates. Add destructor
31117 and 'value' method to T5 class for template tests.
31118 * gdb.c++/templates.exp: Add testcases for printing of template
31119 types, setting breakpoints on template methods and calling a
d63a86f8 31120 template method.
c906108c
SS
31121
31122Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
31123
31124 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
31125 branch target since some assemblers (gas-2.5) may emit a
31126 relocation for the branch instead of resolving it in the
31127 assembler.
31128
31129Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31130
31131 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
31132 through signal handler.
31133
31134Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31135
31136 * configure.in (*-*-netware): Use config/mt-netware.
31137
31138 * config/mt-netware: New file.
31139 * config/mt-i386-netware: Removed, separate configs for different
31140 netware architectures are no longer needed now that we have
31141 --with-headers.
31142
31143Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31144
31145 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
31146 by the recent changes to use ANSI C arithmetic conversions.
31147
31148Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31149
31150 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
31151 bug involving using inferior_pid to figure out whether to select a
31152 frame.
31153
31154Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
31155
31156 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
31157 match the current disassembler output.
31158
31159Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
31160
31161 * gdb.fortran/exprs.exp: Expect VOID instead of void.
31162 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
31163 types, expect "int" as type of integer values (for now).
31164
31165Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
31166
31167 * gdb.base/commands.exp: New tests for if/while commands.
31168
31169Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
31170
31171 * lib/gdb.exp (runto): Replace sub-pattern for hex value
31172 by .*, since hex values have different syntax in Chill mode.
31173
31174Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31175
31176 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
31177 linefeed from expect pattern for repeated types with indices > 9.
31178
31179Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
31180
31181 First part of Fortran test suite.
31182 * gdb.fortran: New directory.
31183 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
31184
31185Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31186
31187 * gdb.base/default.exp: Update expect pattern for load command
31188 without arguments.
31189
31190Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
31191
31192 * configure.in: Change i386 to i[345]86.
31193 * gdb.base/configure.in: Likewise.
31194 * gdb.c++/configure.in: Likewise.
31195 * gdb.chill/configure.in: Likewise.
31196
31197Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
31198
31199 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
31200 patterns, since that is not a valid context for comments.
31201
31202Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
31203
31204 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
31205 repeated types and repeated types with indices > 9.
31206
31207Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
31208
31209 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
31210 2417; old bug has been fixed.
31211
31212Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
31213
31214 * gdb.base/interrupt.exp: When trying to wake up the inferior,
31215 send the newline ourselves instead of assuming gdb_test will do
31216 so when passed an empty input string.
31217
31218 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
31219 stabs testcode.
31220
31221Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31222
31223 * lib/gdb.exp (gdb_test): Don't send anything if the first
31224 argument is an empty string. This makes cases where we want to
31225 match output that is already in expect's buffers (for example,
31226 matching a breakpoint after gdb_run_cmd has been called) work
31227 reliably.
31228
31229Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31230
31231 * config/netware.exp: New file.
31232
31233Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31234
31235 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
31236 the -B and -L prefixes so we can find the debugging stub.
31237
31238 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
31239 there and we are using the gcc from the tree.
31240
31241 * gdb.base/types.c: Removed.
31242
31243 * gdb.base/configure.in: Look for makefile fragments in ../config.
31244 Recognize i386-*-netware.
31245 * gdb.c++/configure.in: Likewise.
31246
31247Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31248
31249 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
31250 the correct TCL syntax.
31251
31252Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31253
31254 * gdb.base/opaque.exp: use runto instead of messing around with
31255 breakpoints. Simplify by using gdb_test.
31256
31257 * gdb.base/bitfields.exp: restart between tests on netware targets
31258 because breakpoints aren't relocated after target death. Run
31259 processes to completion.
31260
31261 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
31262
31263Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
31264
31265 * Makefile.in: Remove extra tabs that confuse some versions
31266 of "make". Use the newly built gdb to test with by default,
31267 rather than the first one in the tester's search path.
31268
31269Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
31270
31271 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
31272
31273 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
31274 condition help.
31275
31276Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31277
31278 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
31279
31280 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
31281 running.
31282 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
31283 * gdb.base/funcargs.exp: Likewise.
31284
31285 * gdb.base/bitfields.exp: Simplify by using gdb_test.
31286 * gdb.base/funcargs.exp: Likewise.
31287
31288 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
31289 message is "".
31290
31291Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31292
31293 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
31294 return,signals,twice}.exp: Handle non-existant binaries
31295 consistantly.
31296
31297 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
31298 * gdb.base/Makefile.in: Don't try to generate a core dump, we
31299 might testing a cross development system.
31300
31301Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31302
31303 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
31304 runtest script is relative to ${srcdir}, not ${rootdir}.
31305
31306Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
31307
31308 * gdb.base/signals.exp: Allow for optionality of breakpoint
31309 address.
31310
31311Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31312
31313 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
31314
31315Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31316
31317 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
31318 for size_t definition.
31319 * gdb.c++/templates.cc: Likewise
31320
31321 * config/mt-i386-netware: New file.
31322
31323 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
31324 defined.
31325
31326 * gdb.base/Makefile.in: Added support for systems that name core
31327 files by appending "core" to the program name.
31328 * gdb.base/a1-selftest.exp: Likewise.
31329
31330Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31331
31332 * gdb.base/return.exp: Add comment and message for `return double'
31333 test failure on Sparc Solaris.
31334
31335Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
31336
31337 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
31338
31339Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31340
31341 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
31342 from optimizing them away.
31343 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
31344 patterns to include default constructors and assignment operators,
31345 to match gcc versions beyond 2.5.8. Accept any cplus demangling
31346 character in the output of the virtual base pointer.
31347
31348Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31349
31350 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
31351 expression match in print_addr_of to avoid unintented matches.
31352 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
31353 versions up to 2.5.8.
31354
31355Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31356
31357 * gdb.base/list.exp: Tweak alternate pattern for listing of an
31358 included file to run under newer versions of expect.
31359 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
31360 consecutive >'s in templates to accomodate recent cplus-dem.c change.
31361 Remove xfail for the virtual table of BDDHookV.
31362
31363Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
31364
31365 * lib/gdb.exp (string_to_regexp): Set a default result.
31366 (default_gdb_start): Fix misleading message.
31367
31368Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
31369
31370 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
31371 Remove all CC, etc definitions.
31372 * config/mt-hpux: New file.
31373 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
31374 (CFLAGS, LDFLAGS): Define.
31375 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
31376
31377 * Makefile.in (site.exp): Don't insert host_os, etc.
31378 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
31379 (distclean): Check existence of subdir.
31380 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
31381 * gdb.base/Makefile.in: General cleanup and simplification.
31382 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
31383 to build executables. Use default rule to build .o files.
31384 (EXPECT, RUNTEST, CC): Fix relative pathname.
31385 (site.exp): Don't insert host_os, etc.
31386 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
31387 and/or SIGUSR1 defined.
31388 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
31389 * gdb.c++/Makefile.in: General cleanup and simplification.
31390 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
31391 (CFLAGS): Remove.
31392 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
31393
31394Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
31395
31396 * gdb.base/recurse.exp: Misc changes to get tests running again
31397 after Kung's changes to the watchpoint code.
31398 * gdb.base/watchpoint.exp: Likewise.
31399
31400Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
31401
31402 * lib/gdb.exp (string_to_regexp): Convert {\} also.
31403
31404Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
31405
31406 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
31407 * lib/gdb.exp (default_gdb_start): Define.
31408 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
31409 gdb.base/funcargs.exp, gdb.base/opaque.exp,
31410 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
31411 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
31412 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
31413 Don't call gdb_target_udi in between tests.
31414
31415Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31416
31417 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
31418 (which was basically just a local version of the same thing). In
31419 addition to avoiding duplication, gdb_test_exact is faster.
31420 * lib/gdb.exp (gdb_test_exact): Fix typo.
31421
31422 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
31423 don't give an error.
31424
31425 * gdb.base/term.exp: Call delete_breakpoints before starting.
31426
31427 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
31428 (t10): Add comment.
31429
31430Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
31431
31432 Reorganization of the GDB Test Suite.
31433
31434 * gdb.base: New directory, contains all the basic tests.
31435 * gdb.c++: New directory, tests specific to C++.
31436 * gdb.chill: New directory, tests specific to Chill.
31437 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
31438 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
31439 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
31440 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
31441 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
31442 t30-31 to chill).
31443 * */gdbme.*: Rename to match appropriate expect scripts.
31444 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
31445 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
31446 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
31447 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
31448 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
31449 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
31450 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
31451 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
31452 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
31453 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
31454 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
31455 gdb.c++/virtfunc.cc: New names of C++ files.
31456 * gdb.chill/chillvars.ch: New name of Chill file.
31457 * gdb.base/configure.in, gdb.c++/configure.in,
31458 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
31459 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
31460 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
31461 * configure.in (configdirs): Update to reflect directory changes.
31462 (target_abbrev): No longer define for any configuration.
31463 * Makefile.in: Cosmetic improvements to header comments.
31464
31465Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
31466
31467 Various changes to gdb.t31:
31468
31469 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
31470 * gdbme.ch: Make all key-words and predefineds be upper-case.
31471 * chillvars.exp: Expect key-words and predefinds in upper-case.
31472
31473 * chillvars.exp: Use gdb_test_exact many places.
31474 Change expected output for arrays (which now includes index labels).
31475
31476 * pr-5020.exp, gdme.ch (module PR_5020):
31477 New test, for PR-5020.
31478
31479Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
31480
31481 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
31482 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
31483
31484Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
31485
31486 * Makefile.in: Fix bit-rot in definitions of CHILL,
31487 CHILL_FOR_TARGET and Chill_LIB.
31488 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
31489 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
31490 CHILL, and CHILL_LIB.
31491
31492Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
31493
31494 * Revert the previous changes. Please see Rob's directory
31495 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
31496
31497Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
31498
31499 * Makefile.in, configure.in, config/mips-gdb.exp,
a9c64011
AS
31500 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
31501 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
31502 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
c906108c
SS
31503 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
31504 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
31505 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
31506 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
31507 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
31508 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
31509 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
31510 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
31511 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
31512 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
31513 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
31514 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
31515 changes from 94Q1.
31516
31517Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
31518
31519 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
31520 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
31521 Rob's new testing fragments.
31522
31523Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
31524
31525 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
a9c64011 31526 lib/gdb.exp: Replace error proc calls with perror.
c906108c
SS
31527
31528Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
31529
31530 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
31531 version also, match on casted version strings, and match on
31532 gdb startup case where the line numbers might be messed up.
31533
31534Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
31535
31536 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
a9c64011 31537 (CFLAGS): Delete it from here.
c906108c
SS
31538
31539Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
31540
31541 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
31542
31543Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
31544
31545 * Makefile.in (RUNTEST): Default to just "runtest".
31546
31547Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31548
31549 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
31550 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
31551 the code has been restructured.
31552
31553Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31554
31555 * gdb.t00/default.exp (set write): Allow any number of \r and/or
31556 \n, not just one of each.
31557
31558 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
31559 /bin/cc gives a warning if you do.
31560
31561Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
31562
d63a86f8 31563 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
31564 __t10ListS_link1ZUiRCUiPT0
31565
31566Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31567
31568 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
31569 on local variables in recursive functions.
31570
31571 * gdb.t07/Makefile.in: Build the new test.
31572
31573Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31574
31575 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
31576 directly. Instead compare the return values from actual calls.
31577
31578Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
31579
31580 * Makefile.in (check): Set TCL_LIBRARY for runtest.
31581
31582Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31583
31584 * From Peter Schauer with minor modifications.
a9c64011
AS
31585 * gdb.t15/return.exp (return_tests): Handle targets where "return"
31586 stops in mid-line in the caller. Add xfail for returning a float
31587 value on X86 targets.
c906108c
SS
31588
31589Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31590
31591 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
31592 to avoid expect lossage.
31593 (fmem_LRbug_tests): Likewise.
31594 * gdb.disasm/hppa.s: Corresponding changes.
31595
31596 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
31597 conditions to work with latest dejagnu/expect.
31598
31599 * gdb.t15/funcargs.exp (finish from indirect call): No longer
31600 expected to fail on the PA.
31601 (backtrace in call with trampolines): Explicitly require main
31602 to be frame #1 (no trampolines should show up in backtrace).
31603
31604 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
31605 "continue -expect".
31606 * gdb.t06/break.exp: Likewise.
31607 * gdb.t07/watchpoint.exp: Likewise.
31608 * gdb.t13/bitfields.exp: Likewise.
31609 * gdb.t15/{funcargs,return}.exp: Likewise.
31610 * gdb.stabs/weird.exp: Likewise.
31611 * config/{mips,udi}-gdb.exp: Likewise.
31612
31613 * hppa.sed: Enclose comments within a sed command to avoid
31614 losing with the old OSF1 sed.
31615
31616Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31617
31618 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
31619 sequent dynix.
31620 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
31621 * gdb.t15/funcargs.exp: Conditionally step again to really
31622 finish from marker_call_with_trampolines. Handle the case where
31623 the first step from within call_with_trampolines already steps
31624 us back to main.
31625 * gdb.t15/gdbme.c: Add comment to closing brace of
31626 call_with_trampolines for funcargs.exp.
31627
31628Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31629
d63a86f8 31630 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
31631 Fix typo(s).
31632
31633Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31634
31635 * gdb.t07/gdbme.c: More code for watchpoint testing.
31636
31637 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
31638 "Hardware watchpoint" throughout file.
31639 (test_watchpoint_triggered_in_syscall): New test.
31640 (test_complex_watchpoint): New test.
31641
31642Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31643
31644 * gdbme.c (call_with_trampolines): New function to try and step
31645 into. Tests trampoline problems on the PA.
31646
31647 * funcargs.exp (localvars_in_indirect_call): No longer expect
31648 stepping into indirect call to fail on PAs.
31649 (test_stepping_over_trampolines): New test.
31650
31651Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31652
31653 * TODO: Add suggestions for static member function tests, and
31654 completion tests.
31655
31656Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31657
31658 * TODO: Add suggestions for "p/a" tests.
31659
31660 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
31661 (default_gdb_exit): Replace all the hair with sending "quit" to
31662 the process with a simple close.
31663
31664Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31665
31666 * TODO: Add suggestions for shared library tests.
31667
31668Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31669
31670 * TODO: Add suggestions for x/s tests.
31671
31672Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31673
31674 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
31675 "enable once", and "enable breakpoints once" with ".*".
31676
31677Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31678
31679 * TODO: Add suggestions about structure passing tests.
31680
31681Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31682
31683 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
31684 the primary1 test, use work around if __GNUC__ < 2.
31685 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
31686 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
31687 Test for bad output rather than waiting for timeout. Issue
31688 second continue only if first continue failed.
31689
31690Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
31691
31692 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
31693 operator[] test with gdb_test because the old code didn't seem to
31694 be getting the quoting right with the new dejagnu.
31695
31696Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
31697
31698 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
31699 one from the path.
31700 * Makefile.in: Use a fresh expect if there is one, use runtest
31701 from the src tree if there is one.
d63a86f8 31702
c906108c
SS
31703Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
31704
31705 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
31706 next over recursive call. Revise the tests from that point on
31707 (which had been skipped) to match GDB's actual (correct) output.
31708
31709 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
31710 with next over a breakpoint whose condition is false.
31711
31712 * gdb.t00/help.exp: Comment out "help set print" tests just like
31713 (and for same reason as) "help set" test.
31714
31715Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31716
31717 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
31718 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
31719
31720Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31721
31722 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
31723 necessary gdb_target_udi.
31724
31725 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
31726
31727 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
31728 1838 and 2417; they are fixed.
31729
31730 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
31731 gdb.t03/ptype.exp (ptype structure, ptype union):
31732 Remove xfails; the test is looser than when the xfails were added.
31733
31734 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
31735 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
31736
31737 * gdb.t01/run.exp: Only run shell test if isnative.
31738
31739 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
31740 since "run" automatically loads if necessary. Call gdb_target_udi
31741 after the "file" since "file" kills any execution target.
31742
31743 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
31744 GDB. GDB doesn't work that way (not anymore at least) on UDI.
31745 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
31746 argument for UDI.
31747
31748Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
31749
31750 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
31751
31752 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
31753
31754Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31755
31756 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
31757 properly quoting regexps. This makes the second argument to
31758 demangle a fixed string, which matches the callers, instead of a
31759 shell-style pattern which is what the previous implementation
31760 used. Update some of the callers.
31761
31762Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31763
31764 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
31765 (comib_nullified_tests): Fix typo.
31766 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
31767 strings. No longer expected to fail.
31768
31769 * gdb.disasm/hppa.s (addib_tests): Fix typo.
31770 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
31771 strings. No longer expected to fail.
31772
31773 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
31774 string. No longer expected to fail.
31775
31776Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31777
31778 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
31779 No longer expected to fail.
31780
31781 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
31782 string. No longer expected to fail.
31783
31784Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31785
31786 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
31787 only in the names (I probably got most of them). I was even
31788 generous with some which differed in underscores in names, and
31789 probably missed a few, and I *still* was able to remove almost a
31790 third of the file with almost no impact on testsuite coverage.
31791
31792Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31793
31794 * gdb.t00/default.exp: Match udi_attach error message as well as
31795 the one from child_attach.
31796
31797 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
31798
31799 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
31800
31801 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
31802 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
31803
31804 * Move test with enums and partial symbols back to
31805 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
31806 Reverts the change of 26 May 93. Per today's change to
31807 stabs.texinfo, the behavior that weird.exp was expecting was
31808 unreasonable; what is important is that the compiler+gdb get
31809 things right, which happens with a recent gcc. Also fix the test
31810 to deal with native compilers which put out the stab gdb can't
31811 deal with.
31812
31813Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31814
31815 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
31816 in the names. The main thing these accomplish is to slow things down.
31817 Many more such duplicates surely remain.
31818
31819 * gdb.t00/help.exp: Comment out "help support" test just like
31820 (and for same reason as) "help set" test.
31821
31822Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
31823
31824 * gdb.t06/break.exp: Remove setup_xfails for
31825 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
31826 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
31827 about known bug in gcc to include up through 2.5.8.
31828 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
31829 well as "_vb$".
31830 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
31831 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
31832 with latest gcc and gdb.
31833 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
31834 well as "_vb$".
31835
31836Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31837
31838 * configure.in (hppa*-*-*): Also configure and build stabs-only
31839 tests.
31840
31841Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31842
31843 * gdb.t10/hppa.mt: A makefile fragment for the PA.
31844 * gdb.t10/configure.in (hppa*-*-*): Use it.
31845
31846Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31847
31848 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
31849
31850Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31851
31852 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
31853 versions prior to 1.13.5.
31854
31855Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31856
31857 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
31858 the prompt is at the start of a line.
31859
31860Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31861
31862 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
31863 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
31864 in the copr tests now.
31865 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
31866 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
31867 expected to fail.
31868
31869Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
31870
31871 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
31872 gdb.t31/chillvars.exp, lib/gdb.exp:
31873 Tweak to run under either version of expect.
31874 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
31875 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
31876 * gdb.t11/list.exp: Remove extraneous whitespace.
31877
31878Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31879
31880 * gdb.t16/printcmds.exp (test_print_strings): Accept
31881 "(unsigned char *) " before the string.
31882
31883 * TODO: Add notes about printing of fancy types and GDB expressions.
31884
31885Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
31886
31887 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
31888 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 31889 if doing mips-idt-ecoff.
c906108c
SS
31890
31891Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
31892
31893 * Most .exp files: Tweak to run under either version of expect.
31894
31895Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31896
31897 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
31898 xfails; I'm not sure why they are failing, but not because of PR 1806.
31899
31900Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
31901
31902 * config/unix-gdb.exp: Remove gdb_unload cause it's already
31903 defined in lib/gdb.exp.
31904
31905Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31906
31907 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
31908 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
31909 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
31910 have to be typeless.
31911
31912Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31913
31914 * TODO: Add suggestion for copyright year test.
31915
31916Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
31917
31918 * configure.in (*-*-lynxos*): Add stabs tests.
31919
31920Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
31921
31922 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
31923 so insert a tab before any assembler directive in column zero.
31924
31925 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
31926 stores.
31927 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
31928 stores.
31929 (fpu_short_memory_tests): Likewise.
31930
31931Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31932
31933 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
31934 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
31935 .stabs directives in comments.
31936
31937Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31938
31939 * TODO: New file, describing tests we could write.
31940 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
31941
31942Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31943
31944 * gdb.t06/signals.exp: Add kludge to force re-sync.
31945
31946 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
31947 to xgdb instead of gdb, get out of gdb.
31948
31949Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
31950
31951 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
31952 for info.
31953
31954Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
31955
31956 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
31957 * gdb.stabs/configure.in (hppa*-*-*): Use it.
31958 * gdb.stabs/hppa.sed: New sed script for the PA.
31959
31960Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31961
31962 * gdb.stabs: Re-write weird.def and configuration to use sed
31963 instead of cpp. sed is portable and POSIX; cpp is neither.
31964
31965Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31966
31967 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
31968
31969Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31970
31971 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
31972
31973Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31974
31975 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
31976 "_vb$".
31977 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
31978 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
31979
31980Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31981
31982 * lib/gdb.exp: Comment out code which depends on non-existent
31983 `transform' procedure.
31984
31985Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
31986
31987 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
31988 * lib/gdb.exp: Transform tool name.
31989 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
31990 1.1's new error handling system.
31991
31992Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31993
31994 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
31995
31996Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31997
31998 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
31999 They made pattern matching so slow that timeouts happened on
32000 heavily loaded systems. Now any output from "show print" which
32001 gets us back to the GDB prompt is a PASS.
32002
32003Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
32004
32005 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
32006
32007Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32008
32009 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
32010
32011 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
32012 It is not from PR 3220.
32013
32014Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32015
32016 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
32017 just started failing because they depended on the order the
32018 subcommands are presented, or exact docstring text. This kind of
32019 test is a pain and has minimal benefit.
32020
32021Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32022
32023 * gdb.t09/corefile.exp: At end of test, use "core" command with
32024 no arguments.
32025
32026Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
32027
32028 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
32029 17}/Makefile.in: Make it possible to run the testsuite with Sun
32030 make and CC = cross gcc by adding explicit build rules for .o
32031 files.
32032
32033Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32034
32035 * gdb.t15/funcargs.exp: Don't put comments on same line as
32036 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 32037
c906108c
SS
32038Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32039
32040 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
32041
32042Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
32043
32044 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
32045 * gdb.t20/inherit.exp: remove three dumplicate entries.
32046
32047Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32048
32049 * gdb.t06/break.exp: For "next over recursive call", fail on any
32050 incorrect output, not just on "factorial (value=2)".
32051
32052Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32053
32054 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
32055 working now. Add an xfail if accesing a bss variable causes
32056 a memory error if the target is not yet run.
32057
32058Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32059
32060 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
32061 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
32062 name of __st* demangling (2 strings). Did Kung really get the
32063 more than 95 others right without testing them?
32064
32065Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
32066
32067 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
32068
32069Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
32070
32071 * configure.in (configdirs): Add gdb.disasm
32072 * gdb.disasm: New directory for GDB disassembler tests.
32073 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
32074
32075Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32076
32077 * gdb.t00/help.exp: Don't test "help set".
32078
32079 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
32080 from within expect statements. None of these happen anymore and
32081 they cause regressions to be silently unnoticed.
32082
32083 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
32084 messages) about known failures with gcc cygnus-2.4.5-930417.
32085
32086 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
32087 comp-info.exp so it gets built if it doesn't exist.
32088
32089 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
32090 it is no longer used.
32091 * gdb.t13/comp-info.c: Removed.
32092
32093Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
32094
32095 * gdb.t06/signals.exp: Add xfail for sun3.
32096
32097Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32098
32099 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
32100 relevant because ^C doesn't get sent but failure can be reproduced
32101 interactively).
32102
32103Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32104
32105 * gdb.stabs/alpha.mt: New configuration file for alpha.
32106 * gdb.stabs/configure.in: Use it.
32107 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
32108 sharing with alpha.mt, redefine long to word via preprocessor.
32109 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
32110 for alpha.
32111 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
32112 native cc.
32113 * gdb.t00/teststrategy.exp: Change expect string so that we
32114 consume the `(xgdb)' from the command echo and from the gdb prompt.
32115 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
32116 gdb currently compares all values as long, so this failure probably
32117 applies to any configuration where LONGEST is bigger than a target int.
32118 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
32119 with gcc.
32120 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
32121 to handle opaque pointers, gcc is.
32122 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
32123 as first argument. Include <sys/types.h> and change all operator
32124 new definitions to use size_t.
32125 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
32126 now that we use size_t.
32127
32128Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32129
a9c64011 32130 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
c906108c 32131 a long or float array cast all array members to the same type.
a9c64011 32132 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
c906108c 32133 with 64 bit longs.
a9c64011 32134 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
c906108c 32135 on alpha.
a9c64011 32136 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
c906108c
SS
32137
32138Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32139
32140 * gdb.t24 (demangle.exp): Constructors of templates have names like
32141 vector<int>::vector(int) not vector<int>::vector<int>(int). See
32142 section 14.6 of the ARM.
32143
32144 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
32145 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
32146 accomplish little and slow down the testsuite.
32147
32148 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
32149 Accept spaces various places.
32150
32151Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32152
32153 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
32154 with watchpoint enabled.
32155
32156 * Makefile.in: Remove definition of CC and remove the second
32157 definition of CXX (the "CXX = gcc" one remains). These definitions
32158 were causing backquotes to be expanded within backquotes, which
32159 doesn't work.
32160
32161Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
32162
32163 * gdb.t17/callfuncs.exp: Add "return 0" to end.
32164
32165Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32166
a9c64011
AS
32167 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
32168 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
c906108c
SS
32169 by mips cc and contains no stabs entries.
32170
32171Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
32172
32173 * config/vx-gdb.exp: Use fake device to load files rather than
32174 NFS.
32175 * lib/gdb.exp: New proc to do "file" command.
32176 * config/unix-gdb.exp: Use new "file" proc.
32177
32178Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
32179
32180 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
32181 Rework board rebooting slightly.
32182 (gdb_exit): Don't exit from the remote shell; there isn't one.
32183 * gdb.stabs/weird.exp: If a program is being debugged already,
32184 kill it.
32185 * gdb.t04/setvar.exp: Stop and restart gdb.
32186 * gdb.t05/expr.exp: Likewise.
32187 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
32188 restart gdb and reload the program.
32189 * gdb.t08/opaque.exp: Likewise.
32190 * gdb.t12/scope.exp: Likewise.
32191 * gdb.t13/bitfields.exp: Likewise.
32192 * gdb.t15/funcargs.exp: Likewise.
32193 * gdb.t20/classes.exp: Likewise.
32194 * gdb.t03/ptype.exp: Increase timeout.
32195 * gdb.t16/printcmds.exp (test_print_string_constants,
32196 test_print_array_constants): Likewise.
32197 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
32198 * gdb.t20/classes.exp (do_tests): Likewise.
32199 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
32200
32201Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
32202
32203 * gdb.stabs: Renamed *wierd* to *weird*.
32204
32205Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
32206
32207 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
32208 for timeout. Add "known gcc 2.4.5 bug" to failure message.
32209
32210Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
32211
32212 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
32213 (do_tests): Remove xfail for whatis on one_var and two_var.
32214
32215Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
32216
32217 * Makefile.in: Made cross building work better by adding
32218 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
32219
32220Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32221
32222 * gdb.t15/{return.c,return.exp,Makefile.in}:
32223 New test, currently commented out.
32224
32225Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
32226
32227 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
32228 still running and removes the leftover named socket so GDb can do
32229 clean restarts.
32230
32231Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
32232
32233 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
32234 console, not GDB.
32235 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
32236 cross testing works better with "make check"
32237 * config/unix-gdb: Use default procedures for exit and version.
32238 * config/vx-gdb.exp: Cleaned up and massaged back to working order
32239 with the newest VxWorks.
32240
32241Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32242
32243 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
32244 old form.
32245
32246 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
32247 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
32248
32249 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
32250
32251 * config/unix-gdb.exp: Remove this version of gdb_exit
32252 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
32253 Rob says he'll look at it when he gets back to testing boards.
32254
32255Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
32256
32257 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
32258 an expected fail for certain ptype commands.
32259
32260 * gdb.t20/classes.exp: Update expected results of "ptype class
32261 Base1" to account for the constructor that now appears in the type.
32262
32263Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
32264
32265 * configure.in (configdirs): Restore gdb.t04, which mysteriously
32266 disappeared from list.
32267 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
32268 "alldone" proc with call to cleanup and exit.
32269 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
32270 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
32271 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
32272 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
32273 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
32274 "alldone" proc with simple returns that suppress remaining
32275 tests. The alldone proc went away many months ago.
32276
32277Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32278
32279 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
32280
32281 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
32282
32283Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32284
32285 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
32286 as vax gdb will display them.
32287
32288Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32289
32290 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
32291 optimizers.
32292
32293 * scope.exp: Change "bad value for localval" messages so each one
32294 is unique.
32295
32296 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
32297 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
32298
32299 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
32300
32301Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32302
32303 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
32304 doesn't exist (due to optimization).
32305
32306Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32307
32308 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
32309 contains \r because the filename is long.
32310
32311 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
32312 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
32313
32314Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32315
32316 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
32317 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
32318 Ultrix.
32319 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
32320 int tests.
32321 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
32322
32323Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
32324
32325 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
32326
32327 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 32328 to match does not match the passing case but still matches the
c906108c
SS
32329 failing case.
32330
32331Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32332
32333 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
32334
32335Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
32336
32337 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
32338 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
32339 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
32340 Remove various versions of gdb_exit.
32341 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
32342 gdb_exit.
32343 * config/unix-gdb.exp: gdb_exit remains here, and should override
32344 the generic version, since it's doing a lot of wierd stuff that
32345 the other versions aren't. FIXME, fold it in, or abandon this
32346 version.
32347
32348Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32349
32350 * gdb.t24/demangle.exp: Add tests for PR 3220.
32351
32352Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32353
32354 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
32355
32356Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
32357
32358 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
32359 "i386-*-*". Works for i486 as well.
32360
32361 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
32362 bug, and expand domain of xfail to all SVR4 systems, since the
32363 actual problem is likely to be in generic SVR4 /proc support.
32364
32365Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32366
32367 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
32368
32369Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
32370
32371 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
32372 xfails for other systems. Match a missing 'Continuing.' as an
32373 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
32374
32375 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
32376 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
32377 Only issue warning for missing executables if -all option is used.
32378
32379 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
32380 file if -all option is used. It's like an unpredictable XFAIL.
32381
32382Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32383
32384 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
32385 for dynamically linked binaries.
32386
32387 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
32388
32389Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32390
32391 * gdb.t20/inherit.exp: Change message for "print tagless struct"
32392 to state that this is a known bug in old versions of g++.
32393
32394Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32395
32396 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
32397 while waiting for `Continuing'.
32398
32399Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
32400
32401 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
32402 in text, data, and bss.
32403 * gdb.t10/nodebug.c: Add local and global test variables for
32404 initialized and uninitialized data.
32405
32406Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32407
32408 * config/unix-gdb.exp (gdb_exit): Add "wait".
32409
32410Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32411
32412 * gdb.t06/signals.exp: xfail the continue from the handler for all
32413 targets.
32414
32415 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
32416 function with watchpoints enabled, the i386 call dummy starts with
32417 a call.
32418
32419 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
32420 386 bsd names its corefiles.
32421
32422Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
32423
32424 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
32425 compilers don't grok it.
32426 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
32427 with small octal ints rather than character constants, which
32428 are signed and might not fit if first promoted to int.
32429
32430Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
32431
32432 * gdb.t09/Makefile.in (clean): Remove corefile.
32433
32434Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32435
32436 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
32437
32438Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32439 and Jim Kingdon (kingdon@cygnus.com)
32440
32441 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
32442 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
32443 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
32444
32445Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32446
32447 * gdb.t17/interrupt.exp: Add xfail for hppa.
32448
32449Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32450
32451 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
32452 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
32453 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
32454 to determine signed-ness of bitfields and use the result to setup
32455 the xfail.
32456 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
32457 * gdb.t15/funcargs.exp: Use them to step until the second indirect
32458 call line is reached if necessary.
32459
32460Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32461
32462 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
32463
32464Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32465
32466 * gdb.t06/break.exp: Also test `clear' command.
32467
32468Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
32469
32470 * gdb.t00/teststrategy.exp: Remove extra quote.
32471
32472 * gdb.t07/watchpoint.exp: Change xfail for calling function with
32473 watchpoint enabled to be for all non-68k machines.
32474
32475 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
32476
32477Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32478
32479 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
32480 targets use aout.mt instead of ecoff.mt as gas understands
32481 standard aout format.
32482
32483Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
32484
32485 * lib/gdb.exp (runto): Don't insist that function we are running to
32486 was compiled with -g.
32487
32488 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
32489
32490 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
32491 to get back into the read system call.
32492 Accept leading newline in case where we woke it up.
32493
32494Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32495
32496 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
32497 to make the stabs test work on ecoff systems using gcc and -with-stabs.
32498 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
32499 enable ecoff configuration.
32500
32501Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32502
32503 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
32504
32505Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32506
32507 * gdb.t16/printcmds.exp: Add another printf test.
32508
32509Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
32510
32511 * configure.in: If configured -with-stabs on any target, add
32512 stabsdirs to configdirs.
32513
32514Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32515
32516 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
32517 fun" so pattern does not match the command itself.
32518
32519Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32520
32521 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
32522
32523Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32524
32525 * gdb.t17/interrupt.exp: Test for more things.
32526
32527Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32528
32529 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
32530 compiler arranges the code and line numbers.
32531
32532 * gdb.t17/interrupt.exp: Don't send \n after ^C.
32533
32534Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32535
32536 * gdb.t00/help.exp: Increase expect input buffer size.
32537
32538Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32539
32540 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
32541
32542 * gdb.t07/watchpoint.exp: Add xfail for hppa.
32543
32544 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
32545
32546 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
32547 [0-9]*, not just [0-9].
32548
32549Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32550
32551 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
32552
32553 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
32554
32555Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32556
32557 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
32558
32559Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32560
32561 * gdb.t06/signals.c: Add xfails for sun3.
32562
32563 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
32564
32565 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
32566 test_stepping tests.
32567
32568Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32569
32570 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
32571
32572 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
32573
32574 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
32575 rather than actually putting it through cpp twice.
32576
32577 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
32578
32579Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
32580
32581 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
32582 no longer needed.
32583
32584Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32585
32586 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
32587
32588 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
32589 C++ features prints as "struct", make it a pass, not an xfail.
32590
32591Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32592
32593 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
32594 Don't require VA to print as "class" rather than "struct".
32595
32596Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
32597
32598 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
32599
32600Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32601
32602 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
32603
32604Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32605
32606 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
32607 order.
32608
32609Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32610
32611 * gdb.t16/printcmds.exp: Add printf tests.
32612
32613 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
32614
32615 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
32616
32617Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
32618
32619 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
32620 pass counts, to counteract any existing or future setup_xfails.
32621
32622Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32623
32624 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
32625 {BEGIN,END}_COMMON for common block instead of STAB.
32626 * gdb.stabs/wierd.exp: Add xfail for rs6000.
32627
32628 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
32629 intp_var should be N_GSYM not N_LSYM.
32630 wierd-aout.S: Use a label for the value of the N_SO.
32631 wierd.def: Remove all backslashes.
32632 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
32633
32634Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32635
32636 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
32637 get the expected next to inheritance3.
32638
32639Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32640
32641 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
32642 now that gcc-2.4 gets it right.
32643
32644Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32645
32646 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
32647
32648 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
32649 generating comp-info.exp which works for cross-compilation.
32650
32651Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
32652
32653 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
32654 "*-*-sysv4.*".
32655
32656Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
32657
32658 * gdb.t01/run.exp: Start with a fresh gdb.
32659 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
32660 SVR4.x.
32661
32662Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
32663
32664 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
32665 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
32666 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
32667 Makefile.in (distclean, realclean): Remove gdbme.c from list of
32668 things to remove.
32669
32670Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
32671
32672 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
32673 test cases from bug reports.
32674
32675Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
32676
32677 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
32678 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
32679 avoid spurious xfails.
32680 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
32681 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
32682 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
32683
32684Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
32685
32686 * gdb.t00/teststrategy.exp: Rework to provide more useful
32687 description of each test, fix problem with systems that define
32688 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
32689 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
32690 results for "next over recursive call" so timeouts aren't taken
32691 by error.
32692
32693Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
32694
32695 * gdb.t12/scope.exp: Test printing of variables before run.
32696
32697 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
32698 printed in wrong order due to sorting.
32699
32700Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
32701
32702 * gdb.t00/teststrategy.exp: Fix expected results for printing
32703 user entered string constant. Is array of char, prints with no
32704 address.
32705
32706 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
32707 commands.
32708 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
32709 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
32710 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
32711 of struct of char arrays.
32712 * gdb.t00/radix.exp: New tests for radix commands.
32713
32714Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
32715
32716 * gdb.t16/printcmd.exp: Print a variable before running program
32717 (with xfail for AIX).
32718
32719Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
32720
32721 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
32722
32723 * gdb.t16/printcmd.exp: Don't print variables before running program.
32724
32725 * gdb.t06/break.exp: Don't require envp argument to main.
32726
32727 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
32728
32729 * gdb.t02/whatis.exp, gdb.t11/list.exp:
32730 Add xfails for rs6000.
32731
32732 * gdb.t02/whatis.exp: Change other tests not to re-test something
32733 we already tested.
32734
32735 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
32736 each type used has a variable of that type.
32737
32738Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
32739
32740 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
32741
32742Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
32743
32744 * configure.in: change srctrigger to be a file, not a directory
32745
32746Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
32747
32748 * configure.in (mips-idt-ecoff*): Added trailing '*'.
32749
32750 * gdb.t11/list.exp: Fixed a couple of typos.
32751
32752Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
32753
32754 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
32755 is fixed and PR is closed.
32756 * gdb.t16 (gdbme.c): Add simple test string variable.
32757 * gdb.t16 (printcmds.exp): Add tests with simple test string
32758 variable, primarily for boundaries on "set print elements".
32759
32760Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
32761
32762 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
32763 Make leading 0's optional and don't expect a tab in the middle
32764 of the number.
32765
32766 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
32767
32768 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
32769 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
32770 don't end command passed to gdb_test with newline.
32771
32772 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
32773 signed keyword away, don't expect signed bitfields to be signed.
32774
32775 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
32776 printing with only as many 1's as are in the field as well as printing
32777 with 32 1's (see comment).
32778
32779Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
32780
32781 * gdb.t00/default.exp: Start with a fresh gdb.
32782 * configure.in (configdirs): Remove gdb.t31 until the chill
32783 compiler works again. It no longer is able to find chillrt0
32784 since it isn't in libchill.a anymore.
32785 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
32786 wierd.o, make more modular.
32787 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
32788 spurious newlines that caused problems.
32789
32790Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32791
32792 * Move test with enums and partial symbols from gdb.t03/ptype.exp
32793 to gdb.stabs/wierd.exp since GCC has worked around the bug.
32794 gdb.stabs/wierd.{exp,def}: Many new tests.
32795
32796 * gdb.t00/default.exp: update info line for new message.
32797
32798 * gdb.t02/{whatis.exp,gdbme.c}:
32799 Test that "char *" doesn't print as "caddr_t".
32800
32801Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32802
32803 * gdb.t00/help.exp: Use .* in place of some help messages which
32804 just changed.
32805 gdb.t00/default.exp: Update "info frame" test for new message.
32806 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
32807 Remove some xfails
32808
32809Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32810
32811 * gdb.t03/{gdbme.c,ptype.exp}:
32812 Add tests for typedef'd struct and union without tags.
32813 Also check "whatis" on a variable of a typedef'd enum without a tag.
32814
32815 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
32816 PRMS 1823; the bug still exists but isn't reproduced by this test
32817 anymore), and remove rs6000 XFAIL (the bug is fixed).
32818
32819 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
32820 duplicated from whatis.exp. For those that are left, accept
32821 "long", "long int", or "int" for long variables (whatis.exp already
32822 has an XFAIL for "int", so no need to fail it here).
32823
32824 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
32825 Deal with GCC's names for types now that GDB uses the compiler's names.
32826
32827 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
32828 setup_xfail's for sunos4. If we #defined the signed keyword away,
32829 don't expect GDB to know that char it is signed.
32830
32831 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
32832
32833Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
32834
32835 * configure.in (configdirs): Add gdb.t24 for C++ tests that
32836 should work on any system, regardless of debugging format.
32837 * gdb.t21/demangle.exp: Move to gdb.t24.
32838 * gdb.t24/demangle.exp: Move from gdb.t21.
32839 * gdb.t24/{Makefile.in, configure.in}: New files.
32840
32841Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32842
32843 * configure.in: Do gdb.stabs and C++ tests only for stabs.
32844 * gdb.stabs: New directory.
32845
32846Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32847
32848 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
32849 not just "Quit anyway?".
32850
32851Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
32852
32853 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
32854 that all setup_xfails are immediately followed by clear_xfails.
32855
32856Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
32857
32858 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
32859 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
32860 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
32861 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
32862 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
32863 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
32864 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
32865 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
32866 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
32867 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
32868 gdb.t31/chillvars.exp, lib/gdb.exp:
32869 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
32870 bug-gdb@prep.ai.mit.edu.
32871
32872Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
32873
32874 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
32875 with 0.0, not integer 0.
32876
32877Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
32878
32879 * gdb.t06/break.exp: Update for "Kill the program" message change.
32880
32881Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
32882
32883 * Makefile.in (GDBFLAGS): Set to -nx.
32884 * Makefile.in (site.exp): Use GDBFLAGS.
32885
32886Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
32887
32888 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
32889 Makefiles.
32890 (check): depend on just-check.
32891 (just-check): added so that tests can be run without a noop
32892 build pass.
32893
32894Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
32895
32896 Switch to using configure's configdirs.
32897 * Makefile.in (Makefile): add configure.in dependency.
32898 (SUBDIRS): removed redundant assignment.
32899 * configure.in: switch subdirs assignment to configdirs.
32900 * gdb.t*/configure.in: new files.
32901
32902Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
32903
32904 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
32905 works.
32906
32907Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
32908
32909 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
32910 in explicit rules. Apparently this is not supported by some makes.
32911
32912Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
32913
32914 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
32915
32916Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32917
32918 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
32919 disappeared.
32920
32921Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
32922
32923 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
32924
32925Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
32926
32927 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
32928 watchpoint problem that is now fixed.
32929 * gdb.t30/chexp.exp: Remove setup_xfail for printing
32930 uninitialized convenience variables.
32931 * gdb.t31/chillvars.exp: Fix expected patterns for printing
32932 structures.
32933
32934Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32935
32936 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
32937 which causes expect to get out of sync with gdb on long output
32938 from help set.
32939 * gdb.t09/corefile.exp: Make expected pattern for core file
32940 failing signal and frame output format less sun specific.
32941
32942Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
32943
32944 * gdb.t31/chillvars.exp: Add and remove initial dummy
32945 breakpoint, so that symbol table is forced in.
32946 (Needed at least on Sunos4, though it seems not SVR4.)
32947 * gdb.t31/chillvars.exp: Update for changed output format.
32948
32949Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
32950
a9c64011 32951 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
c906108c
SS
32952
32953Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
32954
32955 * Makefile.in: Added --srcdir when invoking runtest, removed the
32956 need for a local config file. (optional now)
32957
32958Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
32959
32960 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
32961 failure count used to force early termination. Add some more
32962 expected failures for gnu style demangling.
32963
32964Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32965
32966 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
32967 pmi variable from gdb.t20/gdbme to get optimized away.
32968 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
32969 Check for written corefile upon timeout _and_ eof.
32970
32971Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32972
32973 * config/unix-gdb.exp: Add missing return 0.
32974
32975Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32976
32977 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
32978 test termination.
32979
32980Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
32981
32982 * configure.in (subdirs): Put back gdb.t17 which mysteriously
32983 disappeared.
32984
32985Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
32986
32987 * gdb.t10/crossload.exp: Disable the i860-elf test until such
32988 time as i860 support works.
32989
d63a86f8 32990 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
32991 "backtrace 100\r" rather than just "backtrace\r", to match last
32992 change.
32993
32994Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
32995
32996 * config/udi-gdb.exp (gdb_exit): Remove close command.
32997 (gdb_target_udi): New procedure to set the UDI target.
32998 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
32999 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
33000 Added waits for prompts after several question responses. Added
33001 some more responses used by a29k-amd-udi-gdb.
33002 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
33003 pass different arguments, restart UDI connection after program
33004 completion.
33005 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
33006 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
33007 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
33008 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
33009 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
33010 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
33011 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
33012 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
33013 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
33014 after program completion.
33015 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
33016 compiled with a SELECT_VECS setting.
33017 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
33018 infinite recursion.
33019
33020 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
33021 Added checks for COFF results, and made them expected failures for
33022 all targets. It would be better to make them expected failures
33023 for COFF targets only.
33024
33025Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
33026
33027 * Makefile.in: add null dvi target, don't bother to recurse
33028 through test directories for info and install-info; rename
33029 $(datadir) to be dejagnu instead of deja-gnu
33030
33031Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
33032
33033 * gdb.t31/gdbme.ch: Re-enable code that previously caused
33034 compiler to coredump.
33035 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
33036 code.
33037
33038Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
33039
33040 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
33041 coredump.
33042 * gdb.t31/chillvars.exp: Comment out tests that depend on that
33043 code.
33044
33045Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
33046
33047 * gdb.t03/ptype.exp: tests for return code from gdb_test.
33048 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
33049 which in a shell. Deletes xgdb when done.
33050 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
33051 Tests the return from the "set height" or "set width" commands.
33052 Added a few return codes where needed.
33053
33054Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
33055
33056 * Makefile.in (SUBDIRS): Add gdb.t17.
33057 * configure.in (subdirs): Add gdb.t17.
33058 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
33059 files to test gdb's calling of functions in the inferior with
33060 the correct arguments and gdb's ability to retrieve any
33061 result returned.
33062
33063Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
33064
33065 * config/unix-gdb.exp (gdb_exit): Remove close commands that
33066 may be called after gdb goes away. Previous versions of expect
33067 needed these to avoid file descriptor leaks, but they cause
33068 errors with the current revision of expect.
33069 * gdb.t00/gdbvars.exp: Use -re on expected output after
33070 setting sevenbit-strings.
33071 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
33072 to set sevenbit-strings consistent across tests.
33073 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
33074 set sevenbit-strings consistent across tests.
33075
33076Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
33077
33078 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
33079 expected output to match current "expect" expectations.
33080
33081Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
33082
33083 * gdb.t00/default.exp: Change expected output for default "source"
33084 command, to match new gdb behavior which requires a filename to
33085 source.
33086
33087Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
33088
33089 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
33090 expected fail for i486-*-* that misses the marker2 function.
33091 * gdb.t10/crossload.exp (bfddefault): Allow successful
33092 recognition of a format to pass even if no symbols are found.
33093 Explicitly catch failures where the format is not recognized
33094 or is ambiguous, and add the reason to the fail message.
33095 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
33096 the cause is and invalid target and add reason to failure message.
33097 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
33098 elf32-i386, elf32-sparc, and elf32-i860.
33099 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
33100 Set up expected failure for 'filename'::variable scope resolution,
33101 which is now apparently broken on all targets.
33102 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
33103 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
33104 gdb.t23/templates.exp: Change failure for missing binfile into
33105 just a warning.
33106 gdb.t21/demangle.exp: Change all cfront references to 'arm'
33107 references.
33108
33109Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
33110
33111 * gdb.t00/default.exp: Add expected output for default "source"
33112 command, to match new gdb behavior.
33113 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
33114
33115Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
33116
33117 * config/*-gdb.exp: returns an error, rather than exiting on
33118 internal errors.
33119
33120Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
33121
33122 * gdb.t03/gdbme.c: Add pointer to struct variable.
33123 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
33124 referencing struct members.
33125
33126Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
33127
33128 * configure.in (mips-idt-ecoff): New target.
33129 * config/mips-gdb.exp: New file for remote board using MIPS remote
33130 debugging protocol.
33131
33132 * Redid configuration scheme. Removed gdb.t*/configure.in.
33133 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
33134 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
33135 distclean targets. Built executables via .o files. Adjusted
33136 tests to account for source files in $(srcdir) rather than
33137 $(objdir).
33138 * lib/gdb.exp (runto): Don't expect () after the function name,
33139 because it may have arguments.
33140
33141Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
33142
33143 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
33144 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
33145 expected failures for mips-idt-* and mips-sgi-*.
33146 * gdb.t00/default.exp (attach): Kill process if requested.
33147 * gdb.t00/help.exp (help target core, help target): Accept a gdb
33148 that does not read core files.
33149 * gdb.t01/run.exp: Removed checks for exit status code.
33150 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
33151 it is linked in.
33152 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
33153 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
33154 appropriate, rather than doing it by hand.
33155 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
33156 execution.
33157 * gdb.t10/crossload.exp: Kill existing program if needed.
33158 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
33159 appropriate, rather than doing it by hand. Always increase
33160 timeout for this test, not just for VxWorks.
33161
33162Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
33163
33164 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
33165 of Chill STRUCT types and STRUCT values.
33166 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
33167 than "char".
33168 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 33169 struct2): New struct definitions and initializations to test
c906108c
SS
33170 simple Chill STRUCT types.
33171
33172Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
33173
33174 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
33175 the null byte at the end of strings.
33176 * gdb.t00/default.exp: Make show version insensitive to copyright
33177 date.
33178 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
33179 to avoid dependencies on target char signedness.
33180 * gdb.t16/printcmds.exp: Update expected results for explicitly
33181 unsigned char.
33182 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
33183 now work.
33184 * gdb.t21/demangle.exp: Add many more patterns for template
33185 demangling, most of them being expected failures.
33186 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
33187 string we are matching for, to match on the whole string.
33188 * gdb.t21/demangle.exp: Add many new test strings to demangle,
33189 and fix a whole bunch that had incorrect expected output but were
33190 passing anyway because of the bug in "proc demangle".
33191 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
33192 type.
33193 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
33194
33195Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
33196
a9c64011
AS
33197 * gdb/testsuite: made modifications to testcases, etc., to allow
33198 them to work properly given the reorganization of deja-gnu and the
33199 relocation of the testcases from deja-gnu to a "tool" subdirectory.
c906108c
SS
33200
33201Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
33202
33203 * gdb/testsuite: Initial creation of gdb/testsuite.
33204 Migrated dejagnu testcases and support files for testing nm to
33205 gdb/testsuite from deja-gnu. These files were moved "as is"
33206 with no modifications. This migration is part of a major overhaul
33207 of dejagnu. The modifications to these testcases, etc., which
33208 will allow them to work with the new version of dejagnu will be
33209 made in a future update.
48efe704 33210
8d8cb839 33211 For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c 33212\f
8d8cb839
EZ
33213;; Local Variables:
33214;; mode: change-log
33215;; left-margin: 8
33216;; fill-column: 74
33217;; version-control: never
33218;; End:
902f2ccb 33219
28e7fd62 33220 Copyright 1993-2013 Free Software Foundation, Inc.
902f2ccb
MC
33221 Copying and distribution of this file, with or without modification,
33222 are permitted provided the copyright notice and this notice are preserved.
This page took 3.515197 seconds and 4 git commands to generate.