Remove unnecessary '\'.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
31b4ab9e
YQ
12013-11-19 Yao Qi <yao@codesourcery.com>
2
3 * lib/mi-support.exp (mi_child_regexp): Remove unnecessary '\'.
4
4392c534
YQ
52013-11-19 Yao Qi <yao@codesourcery.com>
6
7 * lib/mi-support.exp: Fix format.
8
df7752b0
JB
92013-11-19 Joel Brobecker <brobecker@adacore.com>
10
11 * gdb.ada/py_range: New testcase.
12
176f037c
JB
132013-11-18 Joel Brobecker <brobecker@adacore.com>
14
15 * mi-language.exp: Add "-list-features" test verifying that
16 its output contains "language-option".
17
ee4a1c63
JB
182013-11-16 Joel Brobecker <brobecker@adacore.com>
19
20 * info_exc/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
21 * info_exc/foo.adb: Adjust to new exception name.
22 * info_exc.exp: Adjust after exception renaming in const.ads.
23 Update "info exception global" test to test "info exceptions
24 global_gdb" instead.
25
26 * mi_exc_info/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
27 * mi_exc_info/foo.adb (Adjust to new exception name.
28 * mi_exc_info.exp: Adjust after exception renaming in const.ads.
29 Update "-info-ada-exceptions global" test to test
30 "-info-ada-exceptions global_gdb" instead.
31
6ec41e1e
LM
322013-11-15 Luis Machado <lgustavo@codesourcery.com>
33
34 * lib/mi-support.exp (mi_gdb_test): Expect different formats
35 of inferior output for remote and native sessions.
36 * gdb.mi/mi-console.exp: Remove obsolete comment.
37 Check for semihosted inferior output pattern.
38 (semihosted_string): New function.
39
391d3400
JB
402013-11-15 Joel Brobecker <brobecker@adacore.com>
41
42 * gdb.ada/info_exc.exp: Allow other global exceptions to be
43 listed in the output of "info exceptions".
44 * gdb.ada/mi_exc_info.exp: Allow other global exceptions to be
45 listed in the output of "-info-ada-exceptions".
46
e092da29
JB
472013-11-15 Joel Brobecker <brobecker@adacore.com>
48
49 * gdb.ada/info_exc.exp: Start inferior before starting
50 the "info exceptions" tests.
51 * gdb.ada/mi_exc_info.exp: Start inferior before starting
52 the "-info-ada-exceptions" tests.
53
805e1f19
TT
542013-11-15 Tom Tromey <tromey@redhat.com>
55
56 * gdb.cp/includefile: New file.
57 * gdb.cp/filename.exp: New file.
58 * gdb.cp/filename.cc: New file.
59
9abb1bd6
DE
602013-11-15 Doug Evans <xdje42@gmail.com>
61
62 * gdb.python/py-breakpoint.exp: Make tests have unique names.
63
8abea1a1
DE
642013-11-15 Doug Evans <xdje42@gmail.com>
65
66 * gdb.python/py-breakpoint.exp: Reformat for 80 columns.
67
330a7fce
DE
682013-11-15 Doug Evans <xdje42@gmail.com>
69
70 * gdb.python/py-breakpoint.exp: Split up into several functions,
71 each with their own test prefix.
72
0acf8b65
JB
732013-11-15 Joel Brobecker <brobecker@adacore.com>
74
75 * gdb.ada/O2_float_param: New testcase.
76
496038b3
TT
772013-11-14 Tom Tromey <tromey@redhat.com>
78
79 * Makefile.in (check-parallel): Print summary from gdb.sum.
80
c7e8af9b
OJ
812013-11-14 Omair Javaid <Omair.Javaid@linaro.org>
82
83 * gdb.dwarf2/dw2-case-insensitive-debug.S: Updated compile unit
84 and function label names.
85 * gdb.dwarf2/dw2-case-insensitive.c: Created function and
86 compile unit labels.
87
403cb6b1
JB
882013-11-14 Joel Brobecker <brobecker@adacore.com>
89
90 * gdb.mi/mi-language.exp: New file.
91
74921315
KS
922013-09-17 Keith Seitz <keiths@redhat.com>
93
94 PR c++/7935
95 PR c++/10541
96 * gdb.cp/nsalias.exp: New file.
97 * gdb.cp/nsalias.cc: New file.
98 * gdb.cp/nsrecurs.exp: Remove kfails. Conditionally run
99 tests only on known, working compiler versions.
100
08c43050
TT
1012013-11-13 Tom Tromey <tromey@redhat.com>
102
103 * gdb.multi/multi-arch-exec.exp: Define BASEDIR when compiling.
104 * gdb.multi/multi-arch-exec.c (main): Use BASEDIR.
105
0682e708
DE
1062013-11-12 Doug Evans <dje@google.com>
107
108 * gdb.base/fileio.exp: Make $dir2 writable after the test is done
109 so that "rm -rf $builddir" Just Works.
110
a7e332c2
JB
1112013-11-12 Joel Brobecker <brobecker@adacore.com>
112
113 * gdb.ada/mi_exc_info: New testcase.
114
778865d3
JB
1152013-11-12 Joel Brobecker <brobecker@adacore.com>
116
117 * gdb.ada/info_exc: New testcase.
118
304a8ac1
DE
1192013-11-11 Doug Evans <dje@google.com>
120
121 * gdb.arch/arm-bl-branch-dest.exp: Use gdb_test_file_name instead
122 of testfile.
123
bc79de95
PM
1242013-11-11 Phil Muldoon <pmuldoon@redhat.com>
125
126 * gdb.python/py-linetable.S: New file.
127 * gdb.python/py-linetable.c: New file.
128 * gdb.python/py-linetable.exp: New file.
129
2df4d1d5
JB
1302013-11-11 Joel Brobecker <brobecker@adacore.com>
131
132 * gdb.ada/mi_ex_cond: New testcase.
133
204b5331
DE
1342013-11-07 Doug Evans <dje@google.com>
135
136 PR 11786
137 * gdb.base/gcore-relro-pie.c: New file.
138 * gdb.base/gcore-relro-pie.exp: New file.
139
92e32e33
PM
1402013-11-07 Phil Muldoon <pmuldoon@redhat.com>
141
142 * gdb.python/py-cmd.exp: Add COMPLETE_EXPRESSION tests.
143 * gdb.python/py-cmd.c: New File.
144
f76c27b5
PM
1452013-11-07 Phil Muldoon <pmuldoon@redhat.com>
146
147 * gdb.python/py-breakpoint.exp: Add temporary breakpoint tests.
148
79600f4f 1492013-11-06 Doug Evans <xdje42@gmail.com>
01e48c0c
DE
150
151 * gdb.python/py-arch.exp: Tweak test name for bad memory access test.
152
6dbb6798
YQ
1532013-11-06 Yao Qi <yao@codesourcery.com>
154
155 * lib/gdb.exp (gdb_produce_source): New procedure.
156 * gdb.perf/solib.c: New.
157 * gdb.perf/solib.exp: New.
158 * gdb.perf/solib.py: New.
159
71c0c615
YQ
1602013-11-06 Yao Qi <yao@codesourcery.com>
161
162 * README: Mention performance tests.
163
f27a1236
YQ
1642013-11-06 Yao Qi <yao@codesourcery.com>
165
166 * lib/perftest.exp: New.
167 * gdb.perf/lib/perftest/__init__.py: New.
168 * gdb.perf/lib/perftest/measure.py: New.
169 * gdb.perf/lib/perftest/perftest.py: New.
170 * gdb.perf/lib/perftest/reporter.py: New.
171 * gdb.perf/lib/perftest/testresult.py: New.
172
7636ccf9
YQ
1732013-11-06 Yao Qi <yao@codesourcery.com>
174
175 * Makefile.in (check-perf): New target.
176 * configure.ac (AC_OUTPUT): Output Makefile in gdb.perf.
177 * configure: Re-generated.
178 * gdb.perf/Makefile.in: New.
179
81208388
TT
1802013-11-04 Tom Tromey <tromey@redhat.com>
181
182 * Makefile.in (TEST_DIRS): Remove.
183 (TEST_TARGETS, check-parallel): Rewrite.
184 (check-gdb.%, BASE1_FILES, BASE2_FILES, check-gdb.base%)
185 (subdir_do, subdirs): Remove.
186 (do-check-parallel, check/%): New targets.
187 (clean): Remove outputs, temp, and cache directories.
188 (saw_dash_j): New variable.
189 (CHECK_TARGET): Use it.
190 (check): Depend on all, site.exp. Rewrite.
191 (check-single): Remove dependencies.
192 (slow_tests, all_tests, reordered_tests): New variables.
193
c63ffa1f
TT
1942013-11-04 Tom Tromey <tromey@redhat.com>
195
196 * gdb.dwarf2/fission-base.S: Remove "gdb.dwarf/".
197 * gdb.dwarf2/fission-base.exp: Set debug-file-directory
198 before loading binfile.
199 * gdb.dwarf2/fission-loclists.S: Remove "gdb.dwarf/".
200 * gdb.dwarf2/fission-loclists.exp: Set debug-file-directory
201 before loading binfile.
202
3fef966c
TT
2032013-11-04 Tom Tromey <tromey@redhat.com>
204
205 * gdb.base/foll-exec.c (main): Use BASEDIR.
206 * gdb.base/foll-exec.exp: Define BASEDIR during compilation.
207 * gdb.base/foll-vfork.c (main): Use BASEDIR.
208 * gdb.base/foll-vfork.exp: Define BASEDIR during compilation.
209 * gdb.multi/bkpt-multi-exec.c (main): Use BASEDIR.
210 * gdb.multi/bkpt-multi-exec.exp: Define BASEDIR during compilation.
211
24890efd
TT
2122013-11-04 Tom Tromey <tromey@redhat.com>
213
214 * gdb.base/argv0-symlink.exp: Compute executable's directory
215 dynamically.
216
c59ffcab
TT
2172013-11-04 Tom Tromey <tromey@redhat.com>
218
219 * gdb.asm/asm-source.exp: Use standard_output_file.
220
479c8d68
TT
2212013-11-04 Tom Tromey <tromey@redhat.com>
222
223 * gdb.server/file-transfer.exp: Use standard_output_file.
224
1e537771
TT
2252013-11-04 Tom Tromey <tromey@redhat.com>
226
227 * gdb.base/fullname.exp: Use standard_output_file,
228 relative_filename.
229 * gdb.base/hashline1.exp: Use standard_testfile,
230 standard_output_file, relative_filename, clean_restart.
231 * gdb.base/hashline2.exp: Use standard_testfile,
232 standard_output_file.
233 * gdb.base/hashline3.exp: Use standard_testfile,
234 standard_output_file, relative_filename.
235 * lib/gdb.exp (relative_filename): New proc.
236
b44b82af
TT
2372013-11-04 Tom Tromey <tromey@redhat.com>
238
239 * gdb.base/fileio.c (test_open, test_write, test_read)
240 (test_lseek, test_close, test_stat, test_fstat)
241 (test_isatty, test_system, test_rename, test_unlink):
242 Use OUTDIR define.
243 * gdb.base/fileio.exp: Define OUTDIR during compilation.
244 Use standard_output_file.
245
59b28c5d
TT
2462013-11-04 Tom Tromey <tromey@redhat.com>
247
248 * gdb.base/checkpoint.c (main): Use PI_TXT and COPY1_TXT
249 defines.
250 * gdb.base/checkpoint.exp: Define PI_TXT and COPY1_TXT during
251 compilation. Use prepare_for_testing, standard_output_file.
252
08b3fe69
TT
2532013-11-04 Tom Tromey <tromey@redhat.com>
254
255 * gdb.base/advance.exp: Use standard_testfile and
256 prepare_for_testing.
257 * gdb.base/bigcore.exp: Use standard_output_file. "cd" to
258 appropriate directory when local.
259 * gdb.base/dump.exp: Use standard_output_file. Update all
260 "dump" and "restore" filenames.
261 * gdb.base/interact.exp: Use standard_output_file.
262 * gdb.base/jit-so.exp: Don't download file when local.
263 * gdb.base/jit.exp (compile_jit_test): Don't download file
264 when local.
265 * gdb.base/list.exp: Use gdb_remote_download.
266 * gdb.base/maint.exp: Use standard_output_file.
267 * gdb.base/prelink.exp: Use standard_output_file.
268 * gdb.base/save-bp.exp: Use standard_output_file.
269 * gdb.base/sepdebug.exp: Use standard_testfile,
270 standard_output_file.
271 (test_different_dir): Don't declare objdir.
272 * gdb.base/solib-search.exp: Use standard_output_file.
273 * gdb.base/step-line.exp: Use gdb_remote_download.
274 * gdb.base/trace-commands.exp: Use standard_output_file.
275
32cfb09d
TT
2762013-11-04 Tom Tromey <tromey@redhat.com>
277
278 * gdb.trace/mi-traceframe-changed.exp: Pass -DTFILE_DIR
279 to compilation. Use standard_output_file.
280 (test_tfind_tfile): Update.
281 * gdb.trace/tfile.c (write_basic_trace_file)
282 (write_error_trace_file): Use TFILE_DIR.
283 * gdb.trace/tfile.exp: Pass -DTFILE_DIR to compilation. Use
284 standard_output_file.
285
84741506
TT
2862013-11-04 Tom Tromey <tromey@redhat.com>
287
288 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
289 Use "dwarf2 always-disassemble" for the "maint set" test.
290 * gdb.mi/mi-file-transfer.exp (test_file_transfer): Use
291 standard_output_file.
292 * gdb.mi/mi-logging.exp: Use standard_output_file.
293
cfb7b9a3
TT
2942013-11-04 Tom Tromey <tromey@redhat.com>
295
296 * gdb.xml/tdesc-arch.exp: Use standard_output_file. Make
297 downloads conditional on remote host.
298 (set_arch): Likewise.
299 * gdb.xml/tdesc-regs.exp: Use gdb_remote_download.
300 (load_description): Use standard_output_file.
301
bdfe0594
TT
3022013-11-04 Tom Tromey <tromey@redhat.com>
303
304 * gdb.gdb/selftest.exp: Use standard_output_file.
305 * lib/selftest-support.exp (do_self_tests): Use
306 standard_output_file.
307
8c639e73
TT
3082013-11-04 Tom Tromey <tromey@redhat.com>
309
310 * gdb.stabs/weird.exp: Use gdb_remote_download and
311 standard_output_file.
312
5030a410
TT
3132013-11-04 Tom Tromey <tromey@redhat.com>
314
315 * gdb.base/gcore-buffer-overflow.exp: Use
316 standard_output_file, not standard_testfile.
317 * gdb.base/twice.exp: Use standard_testfile, not
318 standard_output_file. Use gdb_remote_download.
319
95d7853e
TT
3202013-11-04 Tom Tromey <tromey@redhat.com>
321
322 * lib/gdb.exp (get_compiler_info): Use log_file -info and
323 restore from that.
324
eab88b54
MR
3252013-11-02 Maciej W. Rozycki <macro@codesourcery.com>
326
327 * gdb.cp/derivation.exp: s/perrro/perror/
328
a1b0fbee
MR
3292013-11-01 Maciej W. Rozycki <macro@codesourcery.com>
330
331 * gdb.dwarf2/dwzbuildid.exp: Rename `outdir' variable to
332 `debugdir'.
333
638aa5a1
AB
3342013-10-31 Andrew Burgess <aburgess@broadcom.com>
335
336 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): Add additional
337 tests and update expected error message.
338 (test_watch_register_location): New tests.
339 (do_tests): Call test_watch_register_location.
340 * gdb.base/watchpoints.exp: Update expected error message.
341
055e608a
UW
3422013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
343
344 * gdb.arch/s390-multiarch.exp (test_linux_v2): Add $gdb_prompt to
345 the patterns in gdb_test_multiple.
346
9ac69859
NB
3472013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
348
349 * gdb.base/sym-file-lib.c: New file.
350 * gdb.base/sym-file-loader.c: New file.
351 * gdb.base/sym-file-loader.h: New file.
352 * gdb.base/sym-file-main.c: New file.
353 * gdb.base/sym-file.exp: New file.
354 * lib/gdb.exp (is_elf_target): New function.
355
24ba476b
PA
3562013-10-29 Pedro Alves <palves@redhat.com>
357
358 * gdb.mi/mi-console.c, gdb.mi/mi-stack.c: Remove local emacs
359 variable setting change-log-default-name to ChangeLog-mi.
360
f69d9aef
AB
3612013-10-29 Andrew Burgess <aburgess@broadcom.com>
362
363 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test):
364 Expect <unavailable> pattern.
365
71193121
TV
3662013-10-28 Tom de Vries <tom@codesourcery.com>
367
368 * gdb.arch/thumb2-it.S (it_8): Fix typo.
369
38095c27
AK
3702013-10-25 Anton Kolesov <Anton.Kolesov@synopsys.com> (tiny change)
371
372 * gdb.base/bang.exp: Use gdb_continue_to_end to properly support
373 remote stubs where exit() behaviour is unreliable.
374
686d4def
PA
3752013-10-25 Pedro Alves <palves@redhat.com>
376
377 * gdb.cp/m-static.exp: Adjust expected output of printing a
378 nonexistent or optimized out static field. Also test printing the
379 the "container" object.
380
a35cfb40
MR
3812013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
382
383 * lib/gdb.exp (gdb_finish): Send a kill request to `gdbserver'
384 if in the persistent mode.
385 * gdb.trace/disconnected-tracing.exp: Reconnect before completion.
386
bbe769cc
MR
3872013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
388
389 * lib/gdb.exp (gdb_gcore_cmd): Also handle a "Target does not
390 support core file generation" reply.
391
95e4302a
JM
3922013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
393
394 PR gdb/15986
395 * gdb.base/run.c (main): gdb_get_line_number tag added for
396 commands.exp.
397 (factorial): Likewise.
398
399 * gdb.base/commands.exp (watchpoint_command_test): Use
400 gdb_get_line_number in order to determine the locations in run.c
401 where local_var is detected to go out of scope.
402
4c406179
JM
4032013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
404
405 * gdb.base/gnu_vector.exp: Care about endianness when casting
406 scalars to vectors.
407
bb6216d8
TT
4082013-10-18 Tom Tromey <tromey@redhat.com>
409
410 * lib/gdb.exp (build_executable_from_specs): Remove duplicate set
411 of "binfile".
412
e8369a73
AB
4132013-10-18 Andrew Burgess <aburgess@broadcom.com>
414
415 * gdb.base/watchpoints.exp: Add test for setting software
416 watchpoints of different types before starting the inferior.
417
776f04fa
PA
4182013-10-18 Pedro Alves <palves@redhat.com>
419
420 PR gdb/16062
421 * gdb.threads/stepi-random-signal.c: New file.
422 * gdb.threads/stepi-random-signal.exp: New file.
423
e4b8388f
MR
4242013-10-17 Maciej W. Rozycki <macro@codesourcery.com>
425
426 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
427 Fix comment typo.
428 * lib/gdb.exp (gdb_init): Likewise.
429
50b34a18
TT
4302013-10-17 Tom Tromey <tromey@redhat.com>
431
432 * gdb.base/printcmds.exp (test_printf): Test printf flushing.
433
3db258f5
TT
4342013-10-14 Tom Tromey <tromey@redhat.com>
435
436 * gdb.dwarf2/dwzbuildid.exp (write_dwarf_file): Pass explicit test
437 name to gdb_test_no_output.
438
4856b6bc
JK
4392013-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
440
441 Canonicalize directories for EXEC_FILENAME.
442 * gdb.base/argv0-symlink.exp
443 (kept file symbolic link name for info inferiors): New.
444 (kept directory symbolic link name): Setup kfail.
445 (kept directory symbolic link name for info inferiors): New.
446
9772d074
UW
4472013-10-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
448
449 * gdb.arch/s390-multiarch.exp: New file.
450 * gdb.arch/s390-multiarch.c: New file.
451
2a3be966
JB
4522013-10-11 Joel Brobecker <brobecker@adacore.com>
453
454 * gdb.ada/mi_catch_ex.exp: Adjusts all "catch ..." tests to
455 use the appropriate GDB/MI command instead, and verify
456 the test output.
457
7c647d61
JB
4582013-10-11 Joel Brobecker <brobecker@adacore.com>
459
460 * gdb.base/source-nofile.gdb: New file.
461 * gdb.base/source.exp: Add two tests verifying the behavior when
462 the "source" command is given a non-existant filename.
463
bb66bd51
YQ
4642013-10-11 Yao Qi <yao@codesourcery.com>
465
466 * gdb.mi/mi-catch-load.c: Remove the include of "dlfcn.h".
467 [__WIN32__]: Include "windows.h" and define macro 'dlopen'
468 and 'dlclose'.
469 [!__WIN32__]: Include "dlfcn.h".
470 * gdb.mi/mi-catch-load.exp: Set up kfail.
471
4f424bb1
AK
4722013-10-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
473
474 * lib/gdb.exp (gdb_core_cmd): Replace fixed string "re-load
475 generated corefile" by argument "$test".
476
578d3588
PA
4772013-10-09 Pedro Alves <palves@redhat.com>
478
479 * gdb.python/py-prettyprint.exp (run_lang_tests): Adjust expected
480 output.
481
eb4ca471
PA
4822013-10-09 Pedro Alves <palves@redhat.com>
483
484 * gdb.base/catch-syscall.exp (test_catch_syscall_without_args)
485 (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
486 (test_catch_syscall_with_wrong_args)
487 (test_catch_syscall_restarting_inferior)
488 (test_catch_syscall_fail_nodatadir)
489 (test_catch_syscall_without_args_noxml)
490 (test_catch_syscall_with_args_noxml)
491 (test_catch_syscall_with_wrong_args_noxml): Use with_test_prefix.
492
dc294be5
TT
4932013-10-08 Tom Tromey <tromey@redhat.com>
494
495 * gdb.dwarf2/dwzbuildid.exp: New file.
496 * lib/dwarf.exp (Dwarf::_section): Add "flags" and "type"
497 parameters.
498 (Dwarf::_defer_output): Change "section" parameter to
499 "section_spec"; update.
500 (Dwarf::gnu_debugaltlink, Dwarf::_note, Dwarf::build_id): New
501 procs.
502
c968bd18
JB
5032013-10-08 Joel Brobecker <brobecker@adacore.com>
504
505 * gdb.ada/mi_catch_ex.exp: Make "mi_execute_to" test names unique.
506
f44eeb11
TT
5072013-10-07 Tom Tromey <tromey@redhat.com>
508
509 * lib/mi-support.exp (varobj_tree::walk_tree): Set _root_idx
510 to 0.
511
0c557179
SDJ
5122013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
513
514 * gdb.base/corefile.exp: Test whether $_exitsignal is set and
515 $_exitcode is void when opening a corefile.
516 * gdb.base/exitsignal.exp: New file.
517 * gdb.base/segv.c: Likewise.
518 * gdb.base/normal.c: Likewise.
519
5713b9b5
JB
5202013-10-04 Joel Brobecker <brobecker@adacore.com>
521
522 * gdb.mi/mi-start.c, gdb.mi/mi-start.exp: New files.
523
3f983d47
YZ
5242013-10-02 Vidya Praveen <vidyapraveen@arm.com>
525
526 * gdb.trace/entry-values.exp: Modify regular expression to scan for
527 'bl' instruction instead of 'call' for ARM and AArch64 targets.
528
901461f8
PA
5292013-10-02 Pedro Alves <palves@redhat.com>
530
531 * gdb.dwarf2/dw2-reg-undefined.exp <pattern_rax_rbx_rcx_print,
532 pattern_rax_rbx_rcx_info>: Set to "<not saved>".
533 * gdb.mi/mi-reg-undefined.exp (opt_out_pattern): Delete.
534 (not_saved_pattern): New.
535 Replace use of the former with the latter.
536
b477a5e6
PA
5372013-10-02 Pedro Alves <palves@redhat.com>
538
539 * README (Board Settings): Document "exit_is_reliable".
540 * lib/gdb.exp (gdb_continue_to_end): Check whether the board says
541 running to exit reliably reports program exits.
542 * boards/native-gdbserver.exp: Set exit_is_reliable in the board
543 info.
544 * boards/native-stdio-gdbserver.exp: Likewise.
545
a49bed3a
DE
5462013-10-01 Doug Evans <dje@google.com>
547
548 * gdb.python/python.exp: Remove redundant print-stack tests.
549 Make all print-stack test names unique. Fix spelling of print-stack.
550
2ed2ad44
YQ
5512013-09-29 Yao Qi <yao@codesourcery.com>
552
553 * gdb.base/shreloc.exp: Set $msymfile to 'shreloc.txt' if host
554 is remote.
555
7d760051
UW
5562013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
557
558 PR shlibs/8882
559 * gdb.base/corefile.exp: Add a check to assure warning-free
560 core-file load.
561
82bf32bc
JK
5622013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
563
564 * gdb.dwarf2/dwp-symlink.c: New file.
565 * gdb.dwarf2/dwp-symlink.exp: New file.
566
4fa7d390
DE
5672013-09-20 Doug Evans <dje@google.com>
568
6b4646ce
DE
569 * lib/dwarf.exp (build_executable_from_fission_assembler): New proc.
570 * gdb.dwarf2/fission-base.S: Update. Split out .dwo into separate
571 file.
572 * gdb.dwarf2/fission-loclists.S: Ditto.
573 * gdb.dwarf2/fission-reread.S: Ditto.
574 * gdb.dwarf2/fission-base.exp: Skip of remote host. Compile with
575 build_executable_from_fission_assembler.
576 * gdb.dwarf2/fission-loclists.exp: Ditto.
577 * gdb.dwarf2/fission-reread.exp: Ditto.
578
4fa7d390
DE
579 * lib/future.exp (gdb_find_objcopy, gdb_find_readelf): New procs.
580 * lib/gdb.exp (build_id_debug_filename_get): Update to use them.
581 (gdb_gnu_strip_debug): Ditto.
582 * lib/prelink-support.exp (section_get, prelink_no): Ditto.
583 * gdb.arch/altivec-abi.exp: Ditto.
584 * gdb.base/attach-pie-misread.exp: Ditto.
585 * gdb.base/comprdebug.exp: Ditto.
586 * gdb.base/dup-sect.exp: Ditto.
587 * gdb.base/gnu-debugdata.exp: Ditto.
588 * gdb.base/step-symless.exp: Ditto.
589 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
590 * gdb.dwarf2/dw2-skip-prologue.exp: Ditto.
591 * gdb.dwarf2/gdb-index.exp: Ditto.
592
e4c6a2c4
AB
5932013-09-18 Andrew Burgess <aburgess@broadcom.com>
594
595 * gdb.dwarf2/dw2-reg-undefined.exp: Change pattern for info
596 register to "<optimized out>", and also print the registers.
597
a205fbfc
PA
5982013-09-18 Pedro Alves <palves@redhat.com>
599
600 PR server/15967
601 * gdb.server/wrapper.exp: Also return unsupported for Cygwin, and
602 change text.
603
ee47b2f8
YQ
6042013-09-18 Yao Qi <yao@codesourcery.com>
605
606 * gdb.server/wrapper.c: New.
607 * gdb.server/wrapper.exp: New.
608
49fa26b0
PA
6092013-09-17 Muhammad Waqas <mwaqas@codesourccery.com>
610 Jan Kratochvil <jan.kartochvil@redhat.com>
611 Pedro Alves <palves@redhat.com>
612
613 PR gdb/11568
614 * gdb.thread/thread-specific-bp.c: New file.
615 * gdb.thread/thread-specific-bp.exp: New file.
616
e83b28bc
SDJ
6172013-09-17 Sergio Durigan Junior <sergiodj@redhat.com>
618
619 * gdb.base/defaults.exp (<show_conv_list>): Add check for $_isvoid
620 convenience function.
621
08d72866
PA
6222013-09-17 Pedro Alves <palves@redhat.com>
623
624 PR gdb/15911
625 * gdb.threads/info-threads-cur-sal-2.c: New file.
626 * gdb.threads/info-threads-cur-sal.c: New file.
627 * gdb.threads/info-threads-cur-sal.exp: New file.
628
57b0d98e
YQ
6292013-09-17 Yao Qi <yao@codesourcery.com>
630
631 * gdb.base/catch-load.c: Remove the include of "dlfcn.h".
632 [__WIN32__]: Include "windows.h" and define macro dlopen
633 and dlclose.
634 [!__WIN32__]: Include "dlfcn.h".
635 * gdb.base/catch-load.exp (one_catch_load_test): Match
636 directory separator.
637
0295a32e
DE
6382013-09-16 Doug Evans <dje@google.com>
639
a587b477
DE
640 * lib/gdb.exp (using_fission): New proc.
641 * gdb.base/info-macros.exp: Skip test if using Fission.
642
0295a32e
DE
643 * gdb.base/break-interp.exp: Fix indentation.
644
a280dbd1
SDJ
6452013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
646
647 * gdb.base/gdbvars.c (foo_void): New function.
648 (foo_int): Likewise.
649 * gdb.base/gdbvars.exp (test_convenience_functions): New
650 function. Call it.
651
4ac33720
UW
6522013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
653
654 * gdb.arch/s390-tdbregs.c: New file.
655 * gdb.arch/s390-tdbregs.exp: New file.
656
b866c52d
SS
6572013-09-12 Stan Shebs <stan@codesourcery.com>
658
659 * README: New file.
660
dc59cba6
DE
6612013-09-12 Doug Evans <dje@google.com>
662
663 * gdb.python/py-events.py (new_objfile_handler): Remove accidentally
664 added code to print event.inferior.
665
edf9f00c
JK
6662013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
667
668 * gdb.base/gnu-debugdata.exp (objcopy 1): Move it lower and use only
669 debug part of the binary.
670
5423b017
JK
6712013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
672
673 * gdb.base/gnu-debugdata.exp (strip): Add -R .comment.
674 (addlink): Add comment.
675
9295cf6f
SA
6762013-09-10 Sanimir Agovic <sanimir.agovic@intel.com>
677
678 * gdb.base/default.exp: Adjust regexpr for 'cd' to match optional
679 canonical pathname.
680
89e63ee4
DE
6812013-09-04 Doug Evans <dje@google.com>
682
314bb8c3
DE
683 * gdb.python/py-events.py (exit_handler): Verify we get the expected
684 event.
685 (continue_handler, new_objfile_handler): Ditto.
686 (test_events): Rename command to "test-events".
687 (test_newobj_events): Rename command to "test-objfile-events".
688 * gdb.python/py-events.exp: Update.
689 * gdb.python/py-evsignal.exp: Update.
690 * gdb.python/py-evthreads.exp: Update.
691
89e63ee4
DE
692 * gdb.base/enumval.c (ZERO): New enum value.
693 (main): Use it
694 * gdb.base/enumval.exp: Test ability to print ZERO.
695
6962013-09-03 Muhammad Bilal <mbilal@codesourcery.com>
41dc8db8
MB
697 Pedro Alves <palves@redhat.com>
698
699 * gdb.base/relocate.exp: Check that invalid options are
700 rejected.
701
26c2b53c
AB
7022013-08-30 Andrew Burgess <aburgess@broadcom.com>
703
704 * gdb.base/code_elim1.c (my_bss_symbol): New variable added.
705 (my_static_symbol): Add comment.
706 (main): Reference my_bss_symbol.
707
96d9056e
PM
7082013-08-30 Phil Muldoon <pmuldoon@redhat.com>
709
710 * gdb.python/py-arch.exp: Tests for invalid architecture.
711
489d4f4d
SA
7122013-08-29 Sterling Augustine <saugustine@google.com>
713
714 * boards/remote-stdio-gdbserver.exp: Set rcp_prog and
715 rsh_prog in new conditional. Move use of REMOTE_PORTNUM into
716 said conditional.
717
5b791bb5
PM
7182013-08-29 Phil Muldoon <pmuldoon@redhat.com>
719
720 * gdb.python/py-arch.exp: Load gdb-python.exp.
721
8f28f522
PM
7222013-08-29 Phil Muldoon <pmuldoon@redhat.com>
723
724 * gdb.python/py-framefilter.py (FrameFilter.filter): Check
725 itertools for imap attribute. Otherwise use map().
726 (ElidingIterator): Define wrapper function __next__.
727 * gdb.python/py-framefilter-mi.exp: Do not use execfile,
728 use exec (open (read ())) instead.
729 * gdb.python/py-framefilter.exp: Ditto.
730 * gdb.python/py-arch.exp: Update print based test to Python 3.x
731 compliance.
732 * gdb.python/py-frame.exp: Ditto.
733 * gdb.python/py-type.exp: Ditto.
734
1f0c4988
JK
7352013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
736
737 PR gdb/15415
738 * gdb.base/argv0-symlink.c: New file.
739 * gdb.base/argv0-symlink.exp: New file.
740
7893c162
TT
7412013-08-28 Tom Tromey <tromey@redhat.com>
742
743 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Use explicit test name
744 when saving index.
745
6211c335
YQ
7462013-08-27 Yao Qi <yao@codesourcery.com>
747
748 * gdb.trace/entry-values.exp: Test unavailable entry value is
749 not shown when option '--skip-unavailable' is specified.
750 * gdb.trace/mi-trace-unavailable.exp (test_trace_unavailable):
751 Add tests for new option '--skip-unavailable'.
752
ce4ea2bb
YQ
7532013-08-27 Yao Qi <yao@codesourcery.com>
754
755 * lib/gdb.exp (gdb_remote_download): Don't pass $tofile to
756 remote_download if it is empty.
757
6e45f158
DE
7582013-08-26 Doug Evans <dje@google.com>
759
779bd270
DE
760 PR symtab/15885
761 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add gdb-index.
762 (clean): rm -f *.gdb-index *.with-index.
763 * gdb.dwarf2/gdb-index.exp: New testcase.
764
6e45f158
DE
765 * lib/gdb.exp (run_on_host): Moved here from gnu-debugdata.exp.
766 * gdb.base/gnu-debugdata.exp (run): Moved to gdb.exp and renamed to
767 run_on_host. All callers updated.
768
b1224238
YQ
7692013-08-24 Yao Qi <yao@codesourcery.com>
770
771 * gdb.trace/entry-values.c (end): New
772 (main): Call end.
773 * gdb.trace/entry-values.exp: Load trace-support.exp. Set
774 tracepoint and collect data. Test entry value is unavailable.
775
b39a8faf
YQ
7762013-08-24 Yao Qi <yao@codesourcery.com>
777
778 * lib/dwarf.exp (_location): Handle DW_OP_deref_size.
779 * gdb.trace/entry-values.c: New.
780 * gdb.trace/entry-values.exp: New.
781
9eaabc75
MW
7822013-07-12 Muhammad Waqas <mwaqas@codesourccery.com>
783
784 PR gdb/15501
785 * gdb.base/ena-dis-br.exp: Add test to verify
786 enable/disable commands work correctly with
787 multiple arguments that include multiple locations.
788
9f948660
SDJ
7892013-08-22 Samuel Bronson <naesten@gmail.com>
790
791 ARM Linux support for `catch syscall'.
792 * gdb.base/catch-syscall.exp: Test this on ARM now.
793 (fill_all_syscalls_numbers): ARM has close/chroot on 6/61, too.
794
e630b974
TT
7952013-08-22 Tom Tromey <tromey@redhat.com>
796
797 * lib/dwarf.exp (cu, tu): Handle addr_size of "default". Change
798 default addr_size.
799 * lib/gdb.exp (is_64_target): New gdb_caching_proc.
800
f3a76454
TT
8012013-08-22 Tom Tromey <tromey@redhat.com>
802
803 * lib/gdb.exp (skip_btrace_tests): Use gdb_caching_proc and
804 standard_temp_file.
805
de5f37e1
TT
8062013-08-22 Tom Tromey <tromey@redhat.com>
807
808 * gdb.arch/amd64-byte.exp: Use standard_testfile,
809 clean_restart.
810 * gdb.arch/amd64-disp-step.exp: Use standard_testfile.
811 * gdb.arch/amd64-dword.exp: Use standard_testfile,
812 clean_restart.
813 * gdb.arch/amd64-entry-value-param.exp: Use standard_testfile.
814 * gdb.arch/amd64-entry-value.exp: Use standard_testfile.
815 * gdb.arch/amd64-prologue-xmm.exp: Use standard_testfile.
816 * gdb.arch/amd64-word.exp: Use standard_testfile,
817 clean_restart.
818 * gdb.arch/i386-avx.exp: Use standard_testfile, clean_restart.
819 * gdb.arch/i386-byte.exp: Use standard_testfile, clean_restart.
820 * gdb.arch/i386-disp-step.exp: Use standard_testfile.
821 * gdb.arch/i386-dr3-watch.exp: Use standard_testfile.
822 * gdb.arch/i386-permbkpt.exp: Use standard_testfile, clean_restart.
823 * gdb.arch/i386-signal.exp: Use standard_testfile.
824 * gdb.arch/i386-size-overlap.exp: Use standard_testfile, clean_restart.
825 * gdb.arch/i386-sse.exp: Use standard_testfile, clean_restart.
826 * gdb.arch/i386-unwind.exp: Use standard_testfile.
827 * gdb.arch/i386-word.exp: Use standard_testfile, clean_restart.
828
8448e842
TT
8292013-08-22 Tom Tromey <tromey@redhat.com>
830
831 * gdb.python/py-error.exp: Use gdb_remote_download.
832 * gdb.python/py-mi.exp: Use gdb_remote_download.
833 * gdb.python/py-objfile-script.exp: Use standard_output_file.
834 * gdb.python/py-prettyprint.exp: Use gdb_remote_download.
835 (run_lang_tests): Likewise.
836 * gdb.python/py-section-script.c: Use SCRIPT_FILE rather than
837 filename.
838 * gdb.python/py-section-script.exp: Set SCRIPT_FILE when
839 compiling. Use gdb_remote_download. Update some tests.
840 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
841 standard_output_file.
842 * gdb.python/py-typeprint.exp: Use gdb_remote_download.
843 * gdb.python/py-frame-args.exp: Use gdb_remote_download.
844 * gdb.python/py-framefilter-mi.exp: Use gdb_remote_download.
845 * gdb.python/py-framefilter.exp: Use gdb_remote_download,
846 standard_output_file.
847
16cfcbc2
TT
8482013-08-22 Tom Tromey <tromey@redhat.com>
849
850 * lib/cell.exp (skip_cell_tests): Use standard_temp_file.
851
44ee8174
TT
8522013-08-22 Tom Tromey <tromey@redhat.com>
853
854 * gdb.dwarf2/dw2-basic.exp: Use gdb_remote_download.
855 * gdb.dwarf2/dw2-compressed.exp: Use gdb_remote_download.
856 * gdb.dwarf2/dw2-intercu.exp: Use gdb_remote_download.
857 * gdb.dwarf2/dw2-intermix.exp: Use gdb_remote_download.
858 * gdb.dwarf2/dw2-producer.exp: Use gdb_remote_download.
859 * gdb.dwarf2/mac-fileno.exp: Use gdb_remote_download.
860 * lib/gdb.exp (gdb_remote_download): New proc.
861
7a218f88
TT
8622013-08-22 Tom Tromey <tromey@redhat.com>
863
864 * gdb.dwarf2/clztest.exp: Use standard_testfile.
865 * gdb.dwarf2/dw2-minsym-in-cu.exp: Use standard_testfile.
866 * gdb.dwarf2/fission-base.S: Remove directory from
867 DW_AT_GNU_dwo_name.
868 * gdb.dwarf2/fission-base.exp: Use build_executable. Set
869 debug-file-directory.
870 * gdb.dwarf2/fission-reread.S: Remove directory from
871 DW_AT_GNU_dwo_name.
872 * gdb.dwarf2/fission-reread.exp: Use build_executable. Set
873 debug-file-directory.
874
70cc1c23
DE
8752013-08-16 Doug Evans <dje@google.com>
876
877 * lib/prelink-support.exp (prelink_yes): Flag test as unsupported if
878 prelink complains about an unhandled DWARF version.
879
61884d20
DE
8802013-08-14 Cary Coutant <ccoutant@google.com>
881
882 * boards/fission.exp: Add -fdebug-types-section to debug_flags.
883
5e92f71a
TT
8842013-08-13 Tom Tromey <tromey@redhat.com>
885 Yao Qi <yao@codesourcery.com>
886
887 * lib/cache.exp (gdb_do_cache): Handle GDB_PARALLEL.
888 * lib/gdb.exp: Handle GDB_PARALLEL.
889 (default_gdb_version): Kill inotify_pid if it exists.
890 (default_gdb_exit): Emit warning if the inotify log is not
891 empty.
892 (standard_output_file): Respect GDB_PARALLEL.
893 (standard_temp_file): Likewise.
894 (gdb_init): Start inotifywait if requested.
895
5c30d39a
AB
8962013-08-13 Andrew Burgess <aburgess@broadcom.com>
897
898 * gdb.base/printcmds.exp (test_printf): Add test for printf of
899 pointer with various flags.
900
17e1c970
TT
9012013-08-13 Tom Tromey <tromey@redhat.com>
902
903 * lib/cache.exp: New file.
904 * lib/cell.exp (skip_cell_tests): Use gdb_caching_proc.
905 * lib/gdb.exp: Load cache.exp.
906 (support_complex_tests, is_ilp32_target, is_lp64_target)
907 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests)
908 (gdb_skip_xml_test): Use gdb_caching_proc.
909 * lib/opencl.exp (skip_opencl_tests): Use gdb_caching_proc.
910
4e234898
TT
9112013-08-13 Tom Tromey <tromey@redhat.com>
912
913 * lib/gdb.exp (standard_temp_file): New proc.
914 (support_complex_tests, is_ilp32_target, is_lp64_target)
915 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests): Use
916 standard_temp_file.
917
53e981d9
TT
9182013-08-13 Tom Tromey <tromey@redhat.com>
919
920 * lib/gdb.exp (build_id_debug_filename_get): Use
921 standard_output_file.
922 * lib/prelink-support.exp (section_get)
923 (build_executable_own_libs): Use standard_output_file.
924
3f539315
TT
9252013-08-12 Tom Tromey <tromey@redhat.com>
926
927 * Makefile.in (ALL_SUBDIRS): Add gdb.go.
928
b4013987
AA
9292013-08-12 Ali Anwar <alianwar@codesourcery.com>
930
931 * gdb.base/break.exp: Test break via convenience variable
932 with file name.
933
f61d5529
DE
9342013-08-09 Doug Evans <dje@google.com>
935
936 * lib/future.exp (gdb_find_ldd): New proc.
937 * lib/prelink-support.exp (build_executable_own_libs): Call it.
938 Make "/usr/sbin/" in prelink path optional.
939
1ed8d800
YQ
9402013-08-09 Yao Qi <yao@codesourcery.com>
941
942 * gdb.trace/collection.exp (gdb_collect_args_test): Set
943 "only" and "both" to 'print entry-values' before selecting
944 trace frame.
945
82a0a75f
YQ
9462013-08-08 Yao Qi <yao@codesourcery.com>
947
948 * gdb.trace/mi-trace-unavailable.exp: Don't set
949 "print entry-values" to "no".
950 (test_trace_unavailable): Set various values to
951 "print entry-values" to test that the output of
952 '-stack-list-locals' is not affected, and then set
953 set "print entry-values" to "no".
954
ac52f9a2
DE
9552013-08-07 Doug Evans <dje@google.com>
956
957 * gdb.python/py-value-cc.cc: Renamed from py-value.cc.
958 * gdb.python/py-value-cc.exp: Update.
959 * gdb.python/py-value.exp: Use different names for .o files for
960 C and C++. Only perform C++ tests if !skip_cplus_tests.
961
bf6d8a91
TT
9622013-08-07 Tom Tromey <tromey@redhat.com>
963
964 * gdb.base/maint.exp: Allow zero symtabs to be expanded.
965
f9125b6c
TT
9662013-08-07 Tom Tromey <tromey@redhat.com>
967
968 * gdb.dwarf2/dwz.exp: New file.
969
3a1115a0
TT
9702013-08-02 Tom Tromey <tromey@redhat.com>
971
972 * gdb.base/watchpoint.c (struct foo5): New.
973 (nullptr): New global.
974 * gdb.base/watchpoint.exp (test_watch_location): Add test.
975
b846d303
DE
9762013-08-01 Doug Evans <dje@google.com>
977
7ee85ab1
DE
978 PR symtab/15691
979 * gdb.dwarf2/fission-mix.exp: New file.
980 * gdb.dwarf2/fission-mix.h: New file.
981 * gdb.dwarf2/fission-mix.c: New file.
982 * gdb.dwarf2/fission-mix2.c: New file.
983
b846d303
DE
984 PR symtab/15695
985 * gdb.base/func-ptr.exp: New file.
986 * gdb.base/func-ptr.c: New file.
987
67d21849
YQ
9882013-08-01 Yao Qi <yao@codesourcery.com>
989
990 * gdb.python/py-sync-interp.c: New.
991 * gdb.python/py-sync-interp.exp: New.
992
de74e63a
YQ
9932013-07-31 Yao Qi <yao@codesourcery.com>
994
995 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Test command
996 'tdump' on stack frame 0 and 1 respectively.
997
680558e8
YQ
9982013-07-31 Yao Qi <yao@codesourcery.com>
999
1000 PR gdb/13443
1001 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_3): Add parameter
1002 'traceframe'. Wrap test with with_test_prefix.
1003 (top level): Update.
1004
48bbe0bf
YQ
10052013-07-31 Yao Qi <yao@codesourcery.com>
1006
1007 * gdb.trace/backtrace.exp: Don't invoke 'get_exit' and
1008 'gdb_start'.
1009 Invoke 'prepare_for_testing' instead of 'gdb_compile'.
1010 Use gdb_test_no_output to issue commands 'tstart' and 'tstop'.
1011
11b4b7cc
AB
10122013-07-30 Andrew Burgess <aburgess@broadcom.com>
1013
1014 * gdb.dwarf2/pieces-optimized-out.exp: Expect "<optimized out>"
1015 when printing an optimized out value. Expect an error when using
1016 an optimized out value in an expression.
1017
b0c54aa5
AB
10182013-07-30 Andrew Burgess <aburgess@broadcom.com>
1019
1020 * gdb.dwarf2/pieces-optimized-out.exp: New file.
1021 * gdb.dwarf2/pieces-optimized-out.c: New file.
1022 * gdb.dwarf2/pieces-optimized-out.S: New file.
1023
97c85fc6
MB
10242013-07-30 Muhammad Bilal <mbilal@codesourcery.com>
1025
1026 PR gdb/15715
1027 * gdb.base/setshow.exp: Test that relative paths passed to
1028 'set history filename' are converted to absolute paths.
1029
5b32ae97
KS
10302013-07-26 Keith Seitz <keiths@redhat.com>
1031
1032 * gdb.mi/mi-var-child-f.exp: Pass f90 to gdb_compile instead
1033 of f77.
1034 Allow for compiler variations of integer types.
1035 Use mi_create_varobj.
1036 Use mi_list_varobj_children for the immediate children of `array'.
1037 Add "has_more" attribute for grandchildren test.
1038
6f64ef53
PA
10392013-07-26 Pedro Alves <palves@redhat.com>
1040
1041 * gdb.base/interrupt-noterm.c, gdb.base/interrupt-noterm.exp: New
1042 files.
1043
fdc8aae8
AB
10442013-07-25 Andrew Burgess <aburgess@broadcom.com>
1045
1046 * gdb.mi/mi-reg-undefined.exp: New file.
1047 * gdb.mi/mi-reg-undefined.c: Likewise.
1048 * gdb.mi/mi-reg-undefined.S: Likewise.
1049
6fbe845e
AB
10502013-07-25 Andrew Burgess <aburgess@broadcom.com>
1051
1052 * gdb.base/printcmds.exp (test_print_int_arrays): Add tests for x,
1053 z, o, and t output formats.
1054 * gdb.base/display.exp: Use 'k' as an undefined format now that
1055 'z' is defined.
1056
7b79b135
DE
10572013-07-24 Doug Evans <dje@google.com>
1058
1059 * boards/native-stdio-gdbserver.exp (${board}_build_remote_cmd): Pass
1060 "--" to switch.
1061
a0607b84
YQ
10622013-07-24 Yao Qi <yao@codesourcery.com>
1063
1064 * gdb.mi/mi-var-cmd.exp: If host is remote, use ${testfile} on
1065 host.
1066 * gdb.mi/mi-basics.exp (test_exec_and_symbol_mi_operatons):
1067 Likewise. If host is remote, copy ${binfile} to host.
1068
2eb14a9b
YQ
10692013-07-23 Yao Qi <yao@codesourcery.com>
1070
1071 * gdb.mi/mi-var-cmd.exp: Adjust pattern to match current error
1072 message.
1073
5d0a3b53
WN
10742013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
1075
1076 * gdb.base/disp-step-syscall.exp: Add svc and swi syscall
1077 instructions and enable disp-step-syscall for arm targets.
1078
9a5911c0
WN
10792013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
1080
1081 * gdb.dwarf2/fission-reread.S: Replace @ sign with % sign to remove
1082 assembler errors on arm.
1083 * gdb.dwarf2/mac-fileno.S: Likewise.
1084 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
1085 * gdb.dwarf2/pr13961.S: Likewise.
1086
fa876972
HZ
10872013-07-19 Hui Zhu <hui@codesourcery.com>
1088
1089 PR gdb/15692
1090 * gdb.mi/mi-dprintf.exp: Add double quotes test.
1091
1527aea8
YQ
10922013-07-19 Yao Qi <yao@codesourcery.com>
1093
1094 * gdb.trace/read-memory.exp (test_from_remote): Update test.
1095 (teset_from_exec): Likewise.
1096
73c1d57e
YQ
10972013-07-19 Yao Qi <yao@codesourcery.com>
1098
1099 * gdb.trace/read-memory.c: New.
1100 * gdb.trace/read-memory.exp: New.
1101
a075c3e5
YQ
11022013-07-19 Yao Qi <yao@codesourcery.com>
1103
1104 * lib/gdb.exp (gdb_compile_shlib): Pass the tail name of
1105 $dest to link options if host is remote. Move the
1106 generated file to $dest.a on host if host is remote.
1107
623cc285
WN
11082013-07-18 Will Newton <will.newton@linaro.org>
1109
1110 * gdb.threads/tls-nodebug.c: Call pthread_testcancel
1111 to ensure the test is linked against pthreads.
1112 * gdb.threads/tls-var-main.c: Likewise.
1113 * gdb.threads/tls-shared.c: Likewise.
1114
1f74d3b5
YQ
11152013-07-18 Yao Qi <yao@codesourcery.com>
1116
1117 * lib/future.exp (gdb_default_target_compile): Use tail name
1118 of $destfile as the output name of compile. Move the
1119 generated file to $destfile on build.
1120
f6dc277e
YQ
11212013-07-18 Yao Qi <yao@codesourcery.com>
1122
1123 * lib/gdb.exp (gdb_compile): Set
1124 gdb_saved_set_unbuffered_mode_obj to
1125 set_unbuffered_mode_saved.o if host is remote. Invoke
1126 remote_download to copy $unbuf_obj to host.
1127
e7045703
DE
11282013-07-17 Doug Evans <dje@google.com>
1129
1130 * gdb.python/py-frame-args.c: New file.
1131 * gdb.python/py-frame-args.py: New file.
1132 * gdb.python/py-frame-args.exp New file.
1133
5ea5559b
AB
11342013-07-16 Andrew Burgess <aburgess@broadcom.com>
1135
1136 * gdb.base/printcmds.exp (test_printf): Add tests for format
1137 strings with missing format specifier.
1138
4229ca0e
TT
11392013-07-16 Tom Tromey <tromey@redhat.com>
1140
1141 * gdb.ada/info_types.exp: Use standard_testfile.
1142
5ee657d5
TT
11432013-07-16 Tom Tromey <tromey@redhat.com>
1144
1145 * gdb.mi/mi-basics.exp: Use standard_output_file.
1146 (test_dir_specification, test_cwd_specification)
1147 (test_path_specification): Use testsubdir, not subdir and objdir.
1148
20e3d738
TT
11492013-07-16 Tom Tromey <tromey@redhat.com>
1150
1151 * gdb.trace/mi-traceframe-changed.exp: Don't use objdir.
1152
7d7c6477
JB
11532013-07-09 Joel Brobecker <brobecker@adacore.com>
1154
1155 * gdb.ada/small_reg_param.exp: Accept optional entry value
1156 for parameter "w".
1157
52cd8b7d
JB
11582013-07-09 Joel Brobecker <brobecker@adacore.com>
1159
1160 * gdb.ada/small_reg_param.exp: Remove trailing space.
1161
2a998fc0
DE
11622013-07-09 Doug Evans <dje@google.com>
1163
1164 * gdb.base/default.exp: Update expected output of "show print array"
1165 and "show print pretty".
1166
0329e9fb
UW
11672013-07-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
1168
1169 * gdb.threads/wp-replication.exp: Stop counting available hardware
1170 watchpoints after NR_THREADS iterations.
1171
1953058f
AB
11722013-07-08 Andrew Burgess <aburgess@broadcom.com>
1173
1174 * gdb.python/py-explore.exp: Add $gdb_prompt to test regexp.
1175
7c0de741
YQ
11762013-07-07 Yao Qi <yao@codesourcery.com>
1177
1178 * boards/native-gdbserver.exp: Move invoke of
1179 process_multilib_options to gdbserver-base.exp.
1180 Move set_board_info 'compiler', 'gdb,noinferiorio',
1181 'gdb,nofileio', 'gdb_server_prog' and 'gdb,predefined_tsv' to
1182 gdbserver-base.exp.
1183 Move proc ${board}_download, ${board}_upload and
1184 ${board}_file to gdbserver-base.exp.
1185 * boards/native-extended-gdbserver.exp: Likewise.
1186 * boards/native-stdio-gdbserver.exp: Likewise.
1187 * boards/gdbserver-base.exp: New file.
1188
497a4c48
LM
11892013-07-05 Luis Machado <lgustavo@codesourcery.com>
1190
1191 * gdb.base/dump.exp: Remove arch-specific tests and do a
1192 generic data address check to set is64bitonly correctly.
1193
bb3f62fc
LM
11942013-07-05 Luis Machado <lgustavo@codesourcery.com>
1195
1196 * gdb.mi/gdb2549.exp (register_tests): Expect any decimal for
1197 the register number instead of expecting only 0.
1198
005faa9d
WN
11992013-07-05 Will Newton <will.newton@linaro.org>
1200
1201 * gdb.base/gnu-ifunc-lib.c: Use %function instead of @function
1202 in asm syntax to allow building on ARM.
1203
4767856f
YQ
12042013-07-05 Yao Qi <yao@codesourcery.com>
1205
1206 * boards/local-remote-host.exp: Remove obsolete comments.
1207 * boards/native-extended-gdbserver.exp: Likewise.
1208 * boards/native-gdbserver.exp: Likewise.
1209 * boards/native-stdio-gdbserver.exp: Likewise.
1210
691a26f5
AB
12112013-07-04 Andrew Burgess <aburgess@broadcom.com>
1212
1213 * gdb.dwarf2/dw2-reg-undefined.exp: New file.
1214 * gdb.dwarf2/dw2-reg-undefined.c: Likewise.
1215 * gdb.dwarf2/dw2-reg-undefined.S: Likewise.
1216
4d142eaa
JK
12172013-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1218
1219 * gdb.base/break-on-linker-gcd-function.exp: Replace
1220 prepare_for_testing by build_executable_from_specs and clean_restart.
1221
62cef515
TT
12222013-06-27 Tom Tromey <tromey@redhat.com>
1223
1224 * gdb.base/testenv.exp, gdb.base/tui-layout.exp,
1225 gdb.base/twice.exp, gdb.base/type-opaque.exp, gdb.base/unload.exp,
1226 gdb.base/unwindonsignal.exp, gdb.base/valgrind-db-attach.exp,
1227 gdb.base/valgrind-infcall.exp, gdb.base/value-double-free.exp,
1228 gdb.base/varargs.exp, gdb.base/watch-cond-infcall.exp,
1229 gdb.base/watch-cond.exp, gdb.base/watch-non-mem.exp,
1230 gdb.base/watch-read.exp, gdb.base/watch-vfork.exp,
1231 gdb.base/watch_thread_num.exp, gdb.base/watchpoint-cond-gone.exp,
1232 gdb.base/watchpoint-delete.exp, gdb.base/watchpoint-hw.exp,
1233 gdb.base/watchpoint-solib.exp, gdb.base/watchpoint.exp,
1234 gdb.base/watchpoints.exp, gdb.base/wchar.exp, gdb.base/whatis.exp:
1235 Use standard_testfile, standard_output_file, prepare_for_testing,
1236 clean_restart.
1237
0ab77f5f
TT
12382013-06-27 Tom Tromey <tromey@redhat.com>
1239
1240 * gdb.base/save-bp.exp, gdb.base/savedregs.exp,
1241 gdb.base/scope.exp, gdb.base/sep.exp, gdb.base/sepsymtab.exp,
1242 gdb.base/set-lang-auto.exp, gdb.base/setshow.exp,
1243 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
1244 gdb.base/shreloc.exp, gdb.base/sigall.exp,
1245 gdb.base/sigaltstack.exp, gdb.base/sigbpt.exp,
1246 gdb.base/sigchld.exp, gdb.base/siginfo-addr.exp,
1247 gdb.base/siginfo-infcall.exp, gdb.base/siginfo-obj.exp,
1248 gdb.base/siginfo.exp, gdb.base/signals.exp, gdb.base/signest.exp,
1249 gdb.base/signull.exp, gdb.base/sigrepeat.exp,
1250 gdb.base/sigstep.exp, gdb.base/sizeof.exp,
1251 gdb.base/skip-solib.exp, gdb.base/so-impl-ld.exp,
1252 gdb.base/solib-display.exp, gdb.base/solib-nodir.exp,
1253 gdb.base/solib-overlap.exp, gdb.base/solib-symbol.exp,
1254 gdb.base/solib-weak.exp, gdb.base/source.exp,
1255 gdb.base/stack-checking.exp, gdb.base/stale-infcall.exp,
1256 gdb.base/stap-probe.exp, gdb.base/start.exp,
1257 gdb.base/step-break.exp, gdb.base/step-bt.exp,
1258 gdb.base/step-line.exp, gdb.base/step-resume-infcall.exp,
1259 gdb.base/step-test.exp, gdb.base/structs.exp,
1260 gdb.base/structs2.exp, gdb.base/structs3.exp,
1261 gdb.base/symbol-without-target_section.exp: Use standard_testfile,
1262 standard_output_file, prepare_for_testing, clean_restart.
1263
822bd149
TT
12642013-06-27 Tom Tromey <tromey@redhat.com>
1265
1266 * gdb.base/nextoverexit.exp, gdb.base/nextoverexit.exp,
1267 gdb.base/nodebug.exp, gdb.base/nofield.exp, gdb.base/nostdlib.exp,
1268 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/pc-fp.exp,
1269 gdb.base/pending.exp, gdb.base/permissions.exp,
1270 gdb.base/pie-execl.exp, gdb.base/pointers.exp,
1271 gdb.base/pr11022.exp, gdb.base/print-file-var.exp,
1272 gdb.base/printcmds.exp, gdb.base/prologue.exp,
1273 gdb.base/psymtab.exp, gdb.base/ptr-typedef.exp,
1274 gdb.base/ptype.exp, gdb.base/randomize.exp,
1275 gdb.base/readline-ask.exp, gdb.base/recpar.exp,
1276 gdb.base/recurse.exp, gdb.base/relativedebug.exp,
1277 gdb.base/relocate.exp, gdb.base/remote.exp, gdb.base/reread.exp,
1278 gdb.base/return-nodebug.exp, gdb.base/return2.exp: Use
1279 standard_testfile, standard_output_file, prepare_for_testing,
1280 clean_restart.
1281
f8b41b00
TT
12822013-06-27 Tom Tromey <tromey@redhat.com>
1283
a8c97a87
TT
1284 * gdb.base/hook-stop-continue.exp, gdb.base/hook-stop-frame.exp,
1285 gdb.base/huge.exp, gdb.base/included.exp,
1286 gdb.base/inferior-died.exp, gdb.base/infnan.exp,
1287 gdb.base/info-fun.exp, gdb.base/info-macros.exp,
1288 gdb.base/info-os.exp, gdb.base/info-proc.exp,
1289 gdb.base/info-target.exp, gdb.base/infoline.exp,
1290 gdb.base/interp.exp, gdb.base/interrupt.exp,
1291 gdb.base/jit-simple.exp, gdb.base/jit-so.exp, gdb.base/jump.exp,
1292 gdb.base/kill-after-signal.exp, gdb.base/label.exp,
1293 gdb.base/langs.exp, gdb.base/lineinc.exp, gdb.base/list.exp,
1294 gdb.base/logical.exp, gdb.base/long_long.exp,
1295 gdb.base/longjmp.exp, gdb.base/macscp.exp, gdb.base/maint.exp,
1296 gdb.base/memattr.exp, gdb.base/mips_pro.exp,
1297 gdb.base/miscexprs.exp, gdb.base/morestack.exp,
1298 gdb.base/moribund-step.exp, gdb.base/multi-forks.exp: Use
f8b41b00
TT
1299 standard_testfile, standard_output_file, prepare_for_testing,
1300 clean_restart.
1301
289f9037
TT
13022013-06-27 Tom Tromey <tromey@redhat.com>
1303
a8c97a87
TT
1304 * gdb.base/ena-dis-br.exp, gdb.base/enum_cond.exp,
1305 gdb.base/enumval.exp, gdb.base/environ.exp,
1306 gdb.base/eu-strip-infcall.exp, gdb.base/eval-skip.exp,
1307 gdb.base/exe-lock.exp, gdb.base/expand-psymtabs.exp,
1308 gdb.base/exprs.exp, gdb.base/fileio.exp, gdb.base/find.exp,
1309 gdb.base/fixsection.exp, gdb.base/foll-exec.exp,
1310 gdb.base/foll-fork.exp, gdb.base/fortran-sym-case.exp,
1311 gdb.base/frame-args.exp, gdb.base/freebpcmd.exp,
1312 gdb.base/fullname.exp, gdb.base/funcargs.exp,
1313 gdb.base/gcore-buffer-overflow.exp, gdb.base/gcore.exp,
1314 gdb.base/gdb1090.exp, gdb.base/gdb11530.exp,
1315 gdb.base/gdb11531.exp, gdb.base/gdb1250.exp, gdb.base/gdb1555.exp,
1316 gdb.base/gdb1821.exp, gdb.base/gdbindex-stabs.exp,
1317 gdb.base/gdbvars.exp, gdb.base/gnu-ifunc.exp,
1318 gdb.base/gnu_vector.exp: Use standard_testfile,
1319 standard_output_file, prepare_for_testing, clean_restart.
289f9037 1320
f76495c8
TT
13212013-06-27 Tom Tromey <tromey@redhat.com>
1322
a8c97a87
TT
1323 * gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
1324 gdb.base/call-sc.exp, gdb.base/call-signal-resume.exp,
1325 gdb.base/call-strs.exp, gdb.base/callexit.exp,
1326 gdb.base/callfuncs.exp, gdb.base/catch-load.exp,
1327 gdb.base/catch-syscall.exp, gdb.base/charset.exp,
1328 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
1329 gdb.base/code-expr.exp, gdb.base/code_elim.exp,
1330 gdb.base/commands.exp, gdb.base/completion.exp,
1331 gdb.base/complex.exp, gdb.base/cond-expr.exp,
1332 gdb.base/condbreak.exp, gdb.base/consecutive.exp,
1333 gdb.base/constvars.exp, gdb.base/corefile.exp,
1334 gdb.base/ctxobj.exp, gdb.base/cursal.exp, gdb.base/cvexpr.exp,
1335 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
1336 gdb.base/del.exp, gdb.base/detach.exp, gdb.base/dfp-test.exp,
1337 gdb.base/display.exp, gdb.base/dmsym.exp, gdb.base/dump.exp,
1338 gdb.base/dup-sect.exp: Use standard_testfile,
f76495c8
TT
1339 standard_output_file, prepare_for_testing, clean_restart.
1340
a64d2530
TT
13412013-06-27 Tom Tromey <tromey@redhat.com>
1342
a8c97a87
TT
1343 * gdb.base/a2-run.exp, gdb.base/all-bin.exp, gdb.base/annota1.exp,
1344 gdb.base/annota3.exp, gdb.base/anon.exp, gdb.base/args.exp,
1345 gdb.base/arithmet.exp, gdb.base/arrayidx.exp, gdb.base/assign.exp,
1346 gdb.base/async-shell.exp, gdb.base/async.exp,
1347 gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-noexec.exp,
1348 gdb.base/attach-twice.exp, gdb.base/attach.exp, gdb.base/auxv.exp,
1349 gdb.base/bang.exp, gdb.base/bfp-test.exp, gdb.base/bigcore.exp,
1350 gdb.base/bitfields.exp, gdb.base/bitfields2.exp,
1351 gdb.base/break-entry.exp, gdb.base/break-interp.exp,
1352 gdb.base/break-on-linker-gcd-function.exp,
1353 gdb.base/breakpoint-shadow.exp: Use standard_testfile,
a64d2530
TT
1354 standard_output_file, prepare_for_testing, clean_restart.
1355
aaff8d73
YQ
13562013-06-26 Yao Qi <yao@codesourcery.com>
1357
1358 * gdb.trace/mi-trace-frame-collected.exp: New.
1359
a0743c90
YQ
13602013-06-25 Yao Qi <yao@codesourcery.com>
1361
1362 * boards/native-extended-gdbserver.exp: Set board_info
1363 'gdb,predefined_tsv'.
1364 * boards/native-gdbserver.exp: Likewise.
1365 * boards/native-stdio-gdbserver.exp: Likewise.
1366 * gdb.server/ext-attach.exp: Load trace-support.exp. Check
1367 uploaded TSVs if target supports tracing.
1368 * gdb.trace/tsv.exp: Check uploaded TSVs if target supports
1369 tracing and target has predefined tsv.
1370
9d6e6e84
HZ
13712013-06-25 Yao Qi <yao@codesourcery.com>
1372 Hui Zhu <hui@codesourcery.com>
1373 Pedro Alves <palves@redhat.com>
1374
1375 PR breakpoints/15075
1376 PR breakpoints/15434
1377 * gdb.base/dprintf-next.c: New file.
1378 * gdb.base/dprintf-next.exp: New file.
1379 * gdb.base/dprintf-non-stop.c: New file.
1380 * gdb.base/dprintf-non-stop.exp: New file.
1381 * gdb.base/dprintf.exp: Don't check "continue" in the output
1382 of "info breakpoints".
1383 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
1384 Don't check "continue" in script field.
1385
e7ab3185
TT
13862013-06-21 Tom Tromey <tromey@redhat.com>
1387
1388 * gdb.trace/actions.exp (check_tracepoint): Don't use a full file
1389 name in a test name.
1390
c898adb7
YQ
13912013-06-20 Yao Qi <yao@codesourcery.com>
1392
1393 * gdb.trace/mi-trace-unavailable.exp: Set tracepoint on 'foo'
1394 and set an action.
1395 (test_trace_unavailable): Test command -data-list-register-values
1396 in the context of traceframe and with option --skip-unavailable.
1397 * gdb.trace/trace-unavailable.c (foo): New.
1398 (main): Call it.
1399 * gdb.mi/gdb2549.exp: Update matching pattern.
1400
4d157a3d
MF
14012013-06-19 Mike Frysinger <vapier@gentoo.org>
1402
1403 * gdb.arch/i386-avx.c (have_avx): Change __get_cpuid call to i386_cpuid.
1404 * gdb.arch/i386-avx.exp (additional_flags): Add -I${srcdir}/../common.
1405 * gdb.arch/i386-cpuid.h: Moved to ../common/i386-gcc-cpuid.h.
1406 * gdb.arch/i386-sse.c: Call new i386_cpuid function.
1407 * gdb.arch/i386-see.exp (additional_flags): Add -I${srcdir}/../common.
1408
d69cace4
LM
14092013-06-19 Luis Machado <lgustavo@codesourcery.com>
1410
1411 * gdb.base/subst.exp: Delete default rules before further
1412 tests.
1413
9bdd0636
YQ
14142013-06-19 Yao Qi <yao@codesourcery.com>
1415
1416 * gdb.base/maint.exp: Make the test to command 'maint dump-me'
1417 unsupported if it is not registered.
1418
427cd150
TT
14192013-06-18 Tom Tromey <tromey@redhat.com>
1420
1421 * gdb.base/random-signal.c: New file.
1422 * gdb.base/random-signal.exp: New file.
1423
6de7c271
WN
14242013-06-18 Will Newton <will.newton@linaro.org>
1425
1426 * gdb.base/skip.c: Use comma to evaluate results of foo()
1427 and bar() before passing to baz().
1428 * gdb.base/skip.c: baz() now takes one argument instead of
1429 two.
1430
5bd1ef56
TT
14312013-06-18 Tom Tromey <tromey@redhat.com>
1432
1433 * gdb.dwarf2/implptrpiece.exp: New file.
1434 * gdb.dwarf2/implptrconst.exp (d): New variable.
1435 Print d.
1436 * lib/dwarf2.exp (Dwarf::_location): Handle DW_OP_piece.
1437
e379b391
TT
14382013-06-18 Tom Tromey <tromey@redhat.com>
1439
1440 * lib/selftest-support.exp (do_self_tests): Reject remote or
1441 non-native targets.
1442 * gdb.gdb/complaints.exp: Remove check.
1443 * gdb.gdb/observer.exp: Remove check.
1444 * gdb.gdb/xfullpath.exp: Remove check.
1445 * gdb.gdb/complaints.exp: Remove check.
1446
4ec70201
PA
14472013-06-07 Pedro Alves <palves@redhat.com>
1448
1449 * boards/native-extended-gdbserver.exp: Remove semicolon.
1450 * config/arm-ice.exp: Likewise.
1451 * config/bfin.exp: Likewise.
1452 * config/cygmon.exp: Likewise.
1453 * config/h8300.exp: Likewise.
1454 * config/monitor.exp: Likewise.
1455 * config/sid.exp: Likewise.
1456 * config/sim.exp: Likewise.
1457 * config/slite.exp: Likewise.
1458 * config/vx.exp: Likewise.
1459 * gdb.arch/i386-bp_permanent.exp: Likewise.
1460 * gdb.asm/asm-source.exp: Likewise.
1461 * gdb.base/args.exp: Likewise.
1462 * gdb.base/attach-pie-misread.exp: Likewise.
1463 * gdb.base/auxv.exp: Likewise.
1464 * gdb.base/bigcore.exp: Likewise.
1465 * gdb.base/bitfields2.exp: Likewise.
1466 * gdb.base/bitfields.exp: Likewise.
1467 * gdb.base/break.exp: Likewise.
1468 * gdb.base/break-interp.exp: Likewise.
1469 * gdb.base/callfuncs.exp: Likewise.
1470 * gdb.base/call-sc.exp: Likewise.
1471 * gdb.base/commands.exp: Likewise.
1472 * gdb.base/corefile.exp: Likewise.
1473 * gdb.base/dbx.exp: Likewise.
1474 * gdb.base/ending-run.exp: Likewise.
1475 * gdb.base/exprs.exp: Likewise.
1476 * gdb.base/funcargs.exp: Likewise.
1477 * gdb.base/hbreak2.exp: Likewise.
1478 * gdb.base/huge.exp: Likewise.
1479 * gdb.base/list.exp: Likewise.
1480 * gdb.base/memattr.exp: Likewise.
1481 * gdb.base/overlays.exp: Likewise.
1482 * gdb.base/printcmds.exp: Likewise.
1483 * gdb.base/recurse.exp: Likewise.
1484 * gdb.base/remotetimeout.exp: Likewise.
1485 * gdb.base/reread.exp: Likewise.
1486 * gdb.base/savedregs.exp: Likewise.
1487 * gdb.base/scope.exp: Likewise.
1488 * gdb.base/sepdebug.exp: Likewise.
1489 * gdb.base/setshow.exp: Likewise.
1490 * gdb.base/setvar.exp: Likewise.
1491 * gdb.base/sigaltstack.exp: Likewise.
1492 * gdb.base/siginfo-addr.exp: Likewise.
1493 * gdb.base/siginfo.exp: Likewise.
1494 * gdb.base/siginfo-obj.exp: Likewise.
1495 * gdb.base/sigrepeat.exp: Likewise.
1496 * gdb.base/sigstep.exp: Likewise.
1497 * gdb.base/structs.exp: Likewise.
1498 * gdb.base/testenv.exp: Likewise.
1499 * gdb.base/twice.exp: Likewise.
1500 * gdb.base/valgrind-db-attach.exp: Likewise.
1501 * gdb.base/valgrind-infcall.exp: Likewise.
1502 * gdb.base/varargs.exp: Likewise.
1503 * gdb.base/watchpoint.exp: Likewise.
1504 * gdb.cp/gdb1355.exp: Likewise.
1505 * gdb.cp/misc.exp: Likewise.
1506 * gdb.disasm/hppa.exp: Likewise.
1507 * gdb.disasm/t01_mov.exp: Likewise.
1508 * gdb.disasm/t02_mova.exp: Likewise.
1509 * gdb.disasm/t03_add.exp: Likewise.
1510 * gdb.disasm/t04_sub.exp: Likewise.
1511 * gdb.disasm/t05_cmp.exp: Likewise.
1512 * gdb.disasm/t06_ari2.exp: Likewise.
1513 * gdb.disasm/t07_ari3.exp: Likewise.
1514 * gdb.disasm/t08_or.exp: Likewise.
1515 * gdb.disasm/t09_xor.exp: Likewise.
1516 * gdb.disasm/t10_and.exp: Likewise.
1517 * gdb.disasm/t11_logs.exp: Likewise.
1518 * gdb.disasm/t12_bit.exp: Likewise.
1519 * gdb.disasm/t13_otr.exp: Likewise.
1520 * gdb.gdb/selftest.exp: Likewise.
1521 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
1522 * gdb.mi/mi-reverse.exp: Likewise.
1523 * gdb.pascal/floats.exp: Likewise.
1524 * gdb.python/py-inferior.exp: Likewise.
1525 * gdb.threads/attach-into-signal.exp: Likewise.
1526 * gdb.threads/pthreads.exp: Likewise.
1527 * gdb.threads/thread_events.exp: Likewise.
1528 * gdb.threads/watchthreads.exp: Likewise.
1529 * gdb.trace/actions-changed.exp: Likewise.
1530 * gdb.trace/actions.exp: Likewise.
1531 * gdb.trace/ax.exp: Likewise.
1532 * gdb.trace/backtrace.exp: Likewise.
1533 * gdb.trace/change-loc.exp: Likewise.
1534 * gdb.trace/deltrace.exp: Likewise.
1535 * gdb.trace/disconnected-tracing.exp: Likewise.
1536 * gdb.trace/ftrace.exp: Likewise.
1537 * gdb.trace/infotrace.exp: Likewise.
1538 * gdb.trace/passc-dyn.exp: Likewise.
1539 * gdb.trace/passcount.exp: Likewise.
1540 * gdb.trace/pending.exp: Likewise.
1541 * gdb.trace/qtro.exp: Likewise.
1542 * gdb.trace/range-stepping.exp: Likewise.
1543 * gdb.trace/report.exp: Likewise.
1544 * gdb.trace/save-trace.exp: Likewise.
1545 * gdb.trace/status-stop.exp: Likewise.
1546 * gdb.trace/strace.exp: Likewise.
1547 * gdb.trace/tfile.exp: Likewise.
1548 * gdb.trace/tfind.exp: Likewise.
1549 * gdb.trace/trace-break.exp: Likewise.
1550 * gdb.trace/tracecmd.exp: Likewise.
1551 * gdb.trace/trace-mt.exp: Likewise.
1552 * gdb.trace/tspeed.exp: Likewise.
1553 * gdb.trace/tsv.exp: Likewise.
1554 * gdb.trace/while-stepping.exp: Likewise.
1555 * lib/gdb.exp: Likewise.
1556 * lib/gdbserver-support.exp: Likewise.
1557 * lib/java.exp: Likewise.
1558 * lib/mi-support.exp: Likewise.
1559 * lib/pascal.exp: Likewise.
1560 * lib/prompt.exp: Likewise.
1561 * lib/trace-support.exp: Likewise.
1562
47d48711
PA
15632013-06-07 Pedro Alves <palves@redhat.com>
1564
1565 * gdb.ada/info_types.c: Fix formating in copyright header.
1566 * gdb.base/break-on-linker-gcd-function.cc: Likewise.
1567 * gdb.base/float.c: Likewise.
1568 * gdb.base/inferior-died.c: Likewise.
1569 * gdb.base/interp.c: Likewise.
1570 * gdb.base/jit-main.c: Likewise.
1571 * gdb.base/jit-solib.c: Likewise.
1572 * gdb.base/long_long.c: Likewise.
1573 * gdb.base/longjmp.c: Likewise.
1574 * gdb.base/nextoverexit.c: Likewise.
1575 * gdb.base/pr11022.c: Likewise.
1576 * gdb.base/prelink-lib.c: Likewise.
1577 * gdb.base/prelink.c: Likewise.
1578 * gdb.base/prologue.c: Likewise.
1579 * gdb.base/restore.c: Likewise.
1580 * gdb.base/sigchld.c: Likewise.
1581 * gdb.base/solib-search-lib1.c: Likewise.
1582 * gdb.base/solib-search-lib2.c: Likewise.
1583 * gdb.base/solib-search.c: Likewise.
1584 * gdb.base/solib-search.h: Likewise.
1585 * gdb.base/whatis.c: Likewise.
1586 * gdb.cp/abstract-origin.cc: Likewise.
1587 * gdb.cp/anon-struct.cc: Likewise.
1588 * gdb.cp/baseenum.cc: Likewise.
1589 * gdb.cp/bs15503.cc: Likewise.
1590 * gdb.cp/call-c-1.c: Likewise.
1591 * gdb.cp/call-c.cc: Likewise.
1592 * gdb.cp/class2.cc: Likewise.
1593 * gdb.cp/classes.cc: Likewise.
1594 * gdb.cp/cttiadd.cc: Likewise.
1595 * gdb.cp/cttiadd1.cc: Likewise.
1596 * gdb.cp/cttiadd2.cc: Likewise.
1597 * gdb.cp/cttiadd3.cc: Likewise.
1598 * gdb.cp/derivation.cc: Likewise.
1599 * gdb.cp/derivation2.cc: Likewise.
1600 * gdb.cp/dispcxx.cc: Likewise.
1601 * gdb.cp/exception.cc: Likewise.
1602 * gdb.cp/gdb2384-base.cc: Likewise.
1603 * gdb.cp/gdb2384-base.h: Likewise.
1604 * gdb.cp/gdb2384.cc: Likewise.
1605 * gdb.cp/gdb2495.cc: Likewise.
1606 * gdb.cp/mb-inline.h: Likewise.
1607 * gdb.cp/mb-inline1.cc: Likewise.
1608 * gdb.cp/mb-inline2.cc: Likewise.
1609 * gdb.cp/member-name.cc: Likewise.
1610 * gdb.cp/member-ptr.cc: Likewise.
1611 * gdb.cp/misc.cc: Likewise.
1612 * gdb.cp/namespace1.cc: Likewise.
1613 * gdb.cp/nextoverthrow.cc: Likewise.
1614 * gdb.cp/pr-574.cc: Likewise.
1615 * gdb.cp/pr9631.cc: Likewise.
1616 * gdb.cp/printmethod.cc: Likewise.
1617 * gdb.cp/psmang1.cc: Likewise.
1618 * gdb.cp/psmang2.cc: Likewise.
1619 * gdb.cp/psymtab-parameter.cc: Likewise.
1620 * gdb.cp/ptype-flags.cc: Likewise.
1621 * gdb.cp/ref-params.cc: Likewise.
1622 * gdb.cp/ref-types.cc: Likewise.
1623 * gdb.cp/smartp.cc: Likewise.
1624 * gdb.cp/try_catch.cc: Likewise.
1625 * gdb.cp/userdef.cc: Likewise.
1626 * gdb.cp/using-crash.cc: Likewise.
1627 * gdb.cp/virtfunc.cc: Likewise.
1628 * gdb.cp/virtfunc2.cc: Likewise.
1629 * gdb.dwarf2/callframecfa.S: Likewise.
1630 * gdb.dwarf2/dw2-ranges.c: Likewise.
1631 * gdb.dwarf2/dw2-ranges2.c: Likewise.
1632 * gdb.dwarf2/dw2-ranges3.c: Likewise.
1633 * gdb.dwarf2/dw2-restore.S: Likewise.
1634 * gdb.dwarf2/pieces.S: Likewise.
1635 * gdb.dwarf2/valop.S: Likewise.
1636 * gdb.java/jnpe.java: Likewise.
1637 * gdb.mi/mi-stepn.c: Likewise.
1638 * gdb.mi/mi-var-cp.cc: Likewise.
1639 * gdb.mi/mi-var-rtti.cc: Likewise.
1640 * gdb.mi/ns-stale-regcache.c: Likewise.
1641 * gdb.mi/pr11022.c: Likewise.
1642 * gdb.mi/solib-lib.c: Likewise.
1643 * gdb.mi/solib-main.c: Likewise.
1644 * gdb.python/py-arch.c: Likewise.
1645 * gdb.python/py-block.c: Likewise.
1646 * gdb.python/py-breakpoint.c: Likewise.
1647 * gdb.python/py-events.c: Likewise.
1648 * gdb.python/py-evthreads.c: Likewise.
1649 * gdb.python/py-explore.c: Likewise.
1650 * gdb.python/py-explore.cc: Likewise.
1651 * gdb.python/py-finish-breakpoint.c: Likewise.
1652 * gdb.python/py-finish-breakpoint2.cc: Likewise.
1653 * gdb.python/py-symbol.c: Likewise.
1654 * gdb.threads/execl.c: Likewise.
1655 * gdb.threads/execl1.c: Likewise.
1656
88ab5684
WN
16572013-06-07 Will Newton <will.newton@linaro.org>
1658
1659 * gdb.base/long_long.exp: Fix ARM EABI target glob.
1660
42daa7a0
WN
16612013-06-07 Will Newton <will.newton@linaro.org>
1662
1663 * gdb.cp/annota2.exp: Add empty line between "post-prompt"
1664 and "starting".
1665
f4059ef3
WN
16662013-06-07 Will Newton <will.newton@linaro.org>
1667
1668 * gdb.cp/anon-struct.exp: Conditionalize constructor and
1669 destructor prototypes for ARM ABI.
1670 * gdb.cp/m-static.exp: Likewise.
1671
8cb5cc78
YQ
16722013-06-07 Yao Qi <yao@codesourcery.com>
1673
1674 * gdb.trace/mi-trace-unavailable.exp: New.
1675 * gdb.trace/trace-unavailable.c: New.
1676
c6cf1712
DE
16772013-06-06 Doug Evans <dje@google.com>
1678
1679 * gdb.cp/derivation.exp: Make tests have unique names.
1680
bf6be0f4
TT
16812013-06-06 Tom Tromey <tromey@redhat.com>
1682
1683 * gdb.base/dump.exp (capture_value): Don't put expression into
1684 test name if arguments passed in.
1685 Rename a couple more tests to make them unique.
1686
ebb022fa
TT
16872013-06-06 Tom Tromey <tromey@redhat.com>
1688
1689 * gdb.base/break-always.exp: Explicitly specify test name.
1690
69fc87c2
DE
16912013-06-05 Doug Evans <dje@google.com>
1692 Keith Seitz <keiths@redhat.com>
1693
1694 * gdb.cp/derivation2.cc: New file.
1695 * gdb.cp/derivation.cc (main): Call foo2.
1696 * gdb.cp/derivation.exp: Add tests for typedefs in another
1697 file, and when there's an active block.
1698
f993f39e
LM
16992013-06-05 Luis Machado <lgustavo@codesourcery.com>
1700
1701 * gdb.cp/virtfunc.exp (make_one_vtable_result): Handle extra output
1702 from targets that use function descriptors in the virtual tables.
1703 Handle presence of dot symbols.
1704
afacd7f3
GB
17052013-06-04 Gary Benson <gbenson@redhat.com>
1706
1707 * gdb.base/break-probes.exp: New file.
1708 * gdb.base/break-probes.c: Likewise.
1709 * gdb.base/break-probes-solib.c: Likewise.
1710 * gdb.base/info-shared.exp: New file.
1711 * gdb.base/info-shared.c: Likewise.
1712 * gdb.base/info-shared-solib1.c: Likewise.
1713 * gdb.base/info-shared-solib2.c: Likewise.
1714
a29a3fb7
GB
17152013-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1716 Gary Benson <gbenson@redhat.com>
1717
1718 * lib/gdb.exp (build_executable_from_specs): Use gdb_compile_pthread,
1719 gdb_compile_shlib or gdb_compile_shlib_pthreads where appropriate.
1720 * lib/prelink-support.exp (build_executable_own_libs): Allow INTERP
1721 to be set to "no" to indicate that no ld.so copy should be made.
1722 * gdb.base/break-interp.exp (solib_bp): New constant.
1723 (reach_1): Use the above instead of "_dl_debug_state".
1724 (test_attach): Likewise.
1725 (test_ld): Likewise.
1726 * gdb.threads/dlopen-libpthread.exp: New file.
1727 * gdb.threads/dlopen-libpthread.c: Likewise.
1728 * gdb.threads/dlopen-libpthread-lib.c: Likewise.
1729 * gdb.base/solib-corrupted.exp: Disable test if GDB is using probes.
1730
62a813cc
YQ
17312013-05-30 Yao Qi <yao@codesourcery.com>
1732
1733 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
1734 Add a test that no MI notification is emitted when executing
1735 -exec-arguments.
1736
8f56dad4
JK
17372013-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1738
1739 PR testsuite/12649
1740 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf) (mi 2nd dprintf): Replace
1741 $mi_gdb_prompt expectation by mi_expect_stop.
1742 (mi 1st dprintf, agent, mi 2nd dprintf, agent)
1743 (mi info dprintf second time): Replace them by mi_send_resuming_command
1744 and mi_expect_stop.
1745
c588eb20
GB
17462013-05-24 Gary Benson <gbenson@redhat.com>
1747
1748 * gdb.base/solib-disc.exp (exec_opts): Remove unnecesary
1749 backslash.
1750 * gdb.base/unload.exp (exec_opts): Remove two unnecessary
1751 backslashes.
1752 * gdb.base/watchpoint-solib.exp (exec_opts): Remove unnecesary
1753 backslash.
1754
c0ea94eb
YQ
17552013-05-24 Yao Qi <yao@codesourcery.com>
1756
1757 * gdb.trace/tfile.exp: Test inferior and thread.
1758
db1ac436
YQ
17592013-05-24 Yao Qi <yao@codesourcery.com>
1760 Pedro Alves <palves@redhat.com>
1761
1762 * gdb.base/range-stepping.exp: Skip the rest of tests if the
1763 test fails.
1764 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1765 Return 0 if the test passes, otherwise return 1.
1766
b6abb10c
DE
17672013-05-23 Doug Evans <dje@google.com>
1768
1769 * boards/fission-dwp.exp: New file.
1770
bc5065a7
PA
17712013-05-23 Yao Qi <yao@codesourcery.com>
1772 Pedro Alves <palves@redhat.com>
1773
1774 * gdb.base/range-stepping.c: New file.
1775 * gdb.base/range-stepping.exp: New file.
1776 * gdb.trace/range-stepping.c: New file.
1777 * gdb.trace/range-stepping.exp: New file.
1778 * lib/range-stepping-support.exp: New file.
1779
5f2e6b00
TT
17802013-05-22 Tom Tromey <tromey@redhat.com>
1781
1782 * gdb.cp/class2.cc (main): New local 'aref'.
1783 * gdb.cp/class2.exp: Check printing of 'aref'.
1784
e6ba475a
DE
17852013-05-22 Doug Evans <dje@google.com>
1786
1787 * gdb.threads/wp-replication.c (main): Insert some code at the start
1788 to ensure the breakpoint on main is only hit once. Fix comment.
1789
52c935b6
KS
17902013-05-21 Keith Seitz <keiths@redhat.com>
1791 Pedro Alves <palves@redhat.com>
1792
1793 * gdb.base/filesym.exp: Use gdb_test_multiple instead of
1794 gdb_expect.
1795 Add test to flush the remaining input buffer so that this
1796 file passes testsuite/12649.
1797
bd9673a4
PW
17982013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1799
1800 * gdb.base/catch-signal-fork.exp: New file.
1801 * gdb.base/catch-signal-fork.c: New file.
1802
69a97597
SA
18032013-05-21 Sterling Augustine <saugustine@google.com>
1804
1805 * boards/remote-stdio-gdbserver.exp: New file.
1806
44e97363
JK
18072013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1808
1809 PR testsuite/12649
1810 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf): Fix expect strings for
1811 racy matches.
1812
02392865
CG
18132013-05-21 Christian Groessler <chris@groessler.org>
1814
1815 * gdb.dwarf2/dw2-dir-file-name.exp: Don't use brace expansion,
1816 since it's not supported in all shells.
1817
c5867ab6
HZ
18182013-05-21 Hui Zhu <hui@codesourcery.com>
1819
1820 * gdb.mi/Makefile.in (PROGS): Add "mi-dprintf".
1821 * gdb.mi/mi-dprintf.exp, gdb.mi/mi-dprintf.c: New.
1822
6c9e2db4
DE
18232013-05-20 Doug Evans <dje@google.com>
1824
1825 * lib/dwarf.exp (Dwarf): New variable _abbrev_section.
1826 (_handle_DW_TAG): Use it.
1827 (cu, tu): Replace parameters is_64, version, addr_size with options.
1828 All callers updated. Add Fission support.
1829 * gdb.dwarf2/implptrconst.exp: Update callers of "cu".
1830 * gdb.dwarf2/method-ptr.exp: Ditto.
1831 * gdb.dwarf2/nostaticblock.exp: Ditto.
1832 * gdb.dwarf2/subrange.exp: Ditto.
1833 * gdb.dwarf2/missing-sig-type.exp: Update callers of "cu", "tu".
1834
4a6e676c
TT
18352013-05-20 Tom Tromey <tromey@redhat.com>
1836
1837 * gdb.gdb/python-selftest.exp: New file.
1838
e19d3afb
DE
18392013-05-20 Doug Evans <dje@google.com>
1840
1841 * gdb.base/maint.exp: Fix test for "mt expand-symtabs" to account for
1842 -fdebug-types-section.
1843
4d804846
JB
18442013-05-20 Joel Brobecker <brobecker@adacore.com>
1845
1846 * gdb.ada/float_param: New testcase.
1847
8d324e83
DE
18482013-05-17 Doug Evans <dje@google.com>
1849
7d0c9981
DE
1850 * gdb.base/maint.exp: Update test for "maint check-psymtabs".
1851 Add tests for "maint check-symtabs", "maint expand-symtabs".
1852
8d324e83
DE
1853 * gdb.base/maint.exp: Remove testing of individual maint command
1854 help output.
1855
177aadc4
PA
18562013-05-16 Pedro Alves <palves@redhat.com>
1857
1858 * gdb.ada/complete.exp (test_gdb_no_completion): Fix typo in
1859 comment. Use gdb_test_no_output.
1860
b8fea896
JB
18612013-05-16 Joel Brobecker <brobecker@adacore.com>
1862
1863 * gdb.ada/complete.exp: Add test verifying completion using
1864 the "tab" key.
1865
52c935b6
KS
18662013-05-15 Keith Seitz <keiths@redhat.com>
1867
1868 * gdb.base/filesym.exp: New completer test.
1869 * gdb.base/filesym.c: New file.
1870
ed0f00b8
PA
18712013-05-15 Pedro Alves <palves@redhat.com>
1872
1873 * gdb.base/fixsection.c: Remove attribution.
1874 * gdb.base/watch-read.exp: Ditto.
1875
55fb6d27
TT
18762013-05-13 Tom Tromey <tromey@redhat.com>
1877
1878 * gdb.dwarf2/implptrconst.exp: Create a CU with 4 byte address
1879 size and change type sizes to 4 bytes.
1880
ac1ca910
TT
18812013-05-13 Tom Tromey <tromey@redhat.com>
1882
1883 * gdb.base/exprs.exp (test_expr): Add regression test.
1884 * gdb.base/exprs.c (null_t_struct): New global.
1885
8414efef
MB
18862013-05-13 Muhammad Bilal <mbilal@codesourcery.com>
1887
1888 * gdb.base/default.exp: Disable history saving.
1889 * gdb.base/setshow.exp: Likewise.
1890
9779ab84
PA
18912013-05-10 Pedro Alves <palves@redhat.com>
1892
1893 PR remote/15455
1894
1895 * gdb.trace/qtro.c: New file.
1896 * gdb.trace/qtro.exp: New file.
1897
1e611234
PM
18982013-05-10 Phil Muldoon <pmuldoon@redhat.com>
1899
1900 * gdb.python/py-framefilter.py: New File.
1901 * gdb.python/py-framefilter-mi.exp: Ditto.
1902 * gdb.python/py-framefilter.c: Ditto.
1903 * gdb.python/py-framefilter-mi.exp: Ditto.
1904 * gdb.python/py-framefilter-mi.c: Ditto,
1905 * gdb.python/py-framefilter-gdb.py.in: Ditto.
1906
5e4c3ac4
TT
19072013-05-08 Tom Tromey <tromey@redhat.com>
1908
1909 * gdb.base/solib-search.exp: Set test name for "set
1910 solib-search-path" test.
1911
993654a9
HAQ
19122013-05-08 Hafiz Abid Qadeer <abidh@codesourcery.com>
1913
1914 * gdb.trace/circ.exp: Remove unnecessary 'if then' checks.
1915 (set_a_tracepoint): Set tracepoint before prologue.
1916 (run_trace_experiment): Test setup_tracepoints and 'break end'
1917 in it.
1918 (trace_buffer_normal): Remove.
1919 (gdb_trace_circular_tests): Remove. Move tests to...
1920 (top level): ...here. Call 'runto_main' before checking for
1921 trace support. Use commands to check the support for circular
1922 trace buffer and changing of trace buffer size. Add test
1923 to calculate size of single frame. Use this size to
1924 calculate the size of trace buffer. Use 'tfind pc func9'
1925 instead of 'tfind 9'. Use 'with_test_prefix'.
1926
c95aea6b
TT
19272013-05-07 Tom Tromey <tromey@redhat.com>
1928
1929 * lib/selftest-support.exp: New file.
1930 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
1931 do_self_tests.
1932 (setup_test, find_gdb): Remove.
1933 * gdb.gdb/observer.exp: Load selftest-support.exp. Use
1934 do_self_tests.
1935 (setup_test, find_gdb): Remove.
1936 (test_observer): Don't call setup_test. Remove argument.
1937 * gdb.gdb/selftest.exp: Load selftest-support.exp.
1938 (find_gdb): Remove.
1939 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
1940 do_self_tests.
1941 (setup_test, find_gdb): Remove.
1942 (test_with_self): Don't call setup_test. Remove argument.
1943
1f031429
PA
19442013-05-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
1945
1946 * gdb.arch/system-gcore.exp: Remove.
1947 * gdb.arch/gcore.c: Remove.
1948 * gdb.base/gcore.exp: Add "info reg system".
1949
58ce7251
SDJ
19502013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
1951
1952 PR breakpoints/15413:
1953 * gdb.base/pending.exp: Add test for completion of the "condition"
1954 command for pending breakpoints.
1955 * gdb.linespec/linespec.ex: Add test for completion of the
1956 "condition" command when dealing with multiple locations.
1957
aacbb8a5
LM
19582013-05-07 Luis Machado <lgustavo@codesourcery.com>
1959
1960 * gdb.threads/wp-replication.c: New file.
1961 * gdb.threads/wp-replication.exp: New file.
1962
2dd6254d
SL
19632013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1964
1965 * gdb.xml/tdesc-regs.exp: Add case for nios2.
1966
c2a96e8c
DE
19672013-05-06 Doug Evans <dje@google.com>
1968
b903e17e
DE
1969 * gdb.base/solib-search-lib1.c: New file.
1970 * gdb.base/solib-search-lib2.c: New file.
1971 * gdb.base/solib-search.c: New file.
1972 * gdb.base/solib-search.h: New file.
1973 * gdb.base/solib-search.exp: New file.
1974
fac51dd9
DE
1975 * lib/gdb.exp (gdb_core_cmd): New function.
1976 * gdb.arch/system-gcore.exp: Use it.
1977 * gdb.arch/vsx-regs.exp: Ditto.
1978 * gdb.base/gcore.exp: Ditto.
1979 * gdb.threads/gcore-thread.exp: Ditto.
1980
c2a96e8c
DE
1981 * gdb.reverse/shr.h: New file.
1982 * gdb.reverse/shr1.c: New file.
1983 * gdb.reverse/shr2.c: #include "shr.h".
1984 * gdb.reverse/solib-reverse.c: Remove #include <stdio.h>.
1985 #include "shr.h". Replace calls to printf,sleep to call shr1 instead.
1986 * gdb.reverse/solib-precsave.exp: Build shr2.sl.
1987 Update tests using sleep/printf to use shr2.sl instead.
1988 * gdb.reverse/solib-reverse.exp: Ditto.
1989
b6807d98
TT
19902013-05-06 Tom Tromey <tromey@redhat.com>
1991
1992 * gdb.dwarf2/implptrconst.c: New file.
1993 * gdb.dwarf2/implptrconst.exp: New file.
1994 * lib/dwarf.exp (Dwarf::_nz_quote): New proc.
1995 (Dwarf::_handle_DW_FORM): Handle DW_FORM_block1.
1996 (Dwarf::_location): Handle DW_OP_GNU_implicit_pointer.
1997
96f7d3f1
PW
19982013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1999
2000 * gdb.base/catch-sig.c (main): Raise SIGINT.
2001 * gdb.base/catch-sig.exp: Test "catch signal SIGINT".
2002
1ebff1fd
HAQ
20032013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
2004
2005 * status-stop.exp (test_tstart_tstart): Check for error
2006 returned by the second 'tstart' command.
2007
f92b06da
WT
20082013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
2009
2010 * gdb.xml/maint_print_struct.exp: New file.
2011 * gdb.xml/maint_print_struct.xml: New file.
2012
ff546935
TT
20132013-04-25 Tom Tromey <tromey@redhat.com>
2014
2015 * gdb.dwarf2/nostaticblock.exp: New file.
2016
bf9e4d0c
MB
20172013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
2018
2019 PR gdb/10462
2020 * gdb.base/setshow.exp: Add test case.
2021
a11cfd87
HZ
20222013-04-23 Hui Zhu <hui@codesourcery.com>
2023
2024 PR gdb/15293
a11cfd87
HZ
2025 * gdb.base/dprintf.exp: Add ignore command.
2026
2d9442cc
HZ
20272013-04-23 Hui Zhu <hui@codesourcery.com>
2028
2029 PR gdb/15165
2d9442cc
HZ
2030 * gdb.base/save-bp.exp: Add test for dprintf.
2031
0f3305ed
TT
20322013-04-22 Tom Tromey <tromey@redhat.com>
2033
2034 * gdb.gdb/selftest.exp (do_steps_and_nexts): Check for
2035 notice_open_fds.
2036
d504301e
SDJ
20372013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
2038
2039 * gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by
2040 ldflags.
2041
9991b207
SDJ
20422013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
2043
2044 * gdb.arch/arm-bl-branch-dest.c: New file.
2045 * gdb.arch/arm-bl-branch-dest.exp: Likewise.
2046
433730c9
PA
20472013-04-19 Vladimir Kargov <kargov@gmail.com>
2048 Pedro Alves <palves@redhat.com>
2049
2050 * gdb.arch/i386-float.S: New file.
2051 * gdb.arch/i386-float.exp: New file.
2052
9a908334
LM
20532013-04-18 Luis Machado <lgustavo@codesourcery.com>
2054
2055 * gdb.mi/mi-var-create-rtti.exp: Create a variable of
2056 type void *.
2057
4f22ed5c
DE
20582013-04-17 Doug Evans <dje@google.com>
2059
2060 * lib/dwarf.exp (Dwarf): New proc "tu".
2061 * gdb.dwarf2/missing-sig-type.exp: New file.
2062
a0d3f2f5
SCR
20632013-04-15 Siva Chandra Reddy <sivachandra@google.com>
2064
2065 Add option to link testcases with Pthreads library when
2066 using 'prepare_for_testing' in tests.
2067
2068 * lib/gdb.exp (build_executable_from_specs): Use
2069 gdb_compile_pthreads to compile if option "pthreads" is
2070 specified.
2071
cc16e6c9
TT
20722013-04-15 Tom Tromey <tromey@redhat.com>
2073
2074 * gdb.cp/exceptprint.exp: Add regexp catchpoint tests.
2075
72f1fe8a
TT
20762013-04-15 Tom Tromey <tromey@redhat.com>
2077
2078 * gdb.base/default.exp: Update for $_exception.
2079 * gdb.cp/exceptprint.cc: New file.
2080 * gdb.cp/exceptprint.exp: New file.
2081 * lib/gdb.exp (skip_libstdcxx_probe_tests): New proc.
2082
6e72ca20
TT
20832013-04-15 Tom Tromey <tromey@redhat.com>
2084
2085 * gdb.cp/typeid.cc: New file.
2086 * gdb.cp/typeid.exp: New file.
2087
591f19e8
TT
20882013-04-15 Tom Tromey <tromey@redhat.com>
2089
2090 * gdb.cp/exception.exp: Add "catch rethrow" tests.
2091
da9160e4
YQ
20922013-04-13 Yao Qi <yao@codesourcery.com>
2093
2094 * gdb.base/completion.exp: Test completion of command
2095 'target ctf' if target ctf is supported.
2096
f81d1120
PA
20972013-04-10 Pedro Alves <palves@redhat.com>
2098
2099 * gdb.base/completion.exp: Test "set height", "set listsize" and
2100 "set trace-buffer-size" completion.
2101 * gdb.base/setshow.exp: Test "set height unlimited".
2102 * gdb.trace/trace-buffer-size.exp: Test "set trace-buffer-size
2103 unlimited".
2104
393fd4c3
YQ
21052013-04-10 Yao Qi <yao@codesourcery.com>
2106
2107 * gdb.trace/actions.exp: Save trace data to CTF.
2108 Change to ctf target if GDB supports, read CTF data in ctf
2109 target, and check the actions of tracepoints.
2110 * gdb.trace/while-stepping.exp: Likewise.
2111 * gdb.trace/report.exp: Test GDB saves trace data to CTF
2112 format and read CTF trace file if GDB supports.
2113 * gdb.trace/tstatus.exp: Save trace data to CTF. If ctf
2114 target is supported, change to ctf target, read trace data and
2115 check output of command "tstatus".
2116 * gdb.trace/tsv.exp: Save trace frame to CTF. If GDB supports,
2117 read CTF data by target ctf and call check_tsv.
2118
b7a273f8
YQ
21192013-04-10 Yao Qi <yao@codesourcery.com>
2120
2121 * gdb.trace/actions.exp (check_tracepoint): New.
2122 (top level): Start the tracing and check the actions of
2123 tracepoints. Save trace data to tfile format. Restart GDB
2124 and read trace file in tfile target. Check the actions of
2125 tracepoints again.
2126 * gdb.trace/while-stepping.exp: Likewise.
2127
f3786771
YQ
21282013-04-10 Yao Qi <yao@codesourcery.com>
2129
2130 * gdb.trace/report.exp: Use standard_output_file for saved
2131 trace file.
2132
5c2b4418
HZ
21332013-04-10 Hui Zhu <hui@codesourcery.com>
2134
2135 * gdb.base/Makefile.in (EXECUTABLES): Add dprintf-pending.
2136 (MISCELLANEOUS): Add dprintf-pendshr.sl.
2137 * gdb.base/dprintf-pending.c, gdb.base/dprintf-pending.exp: New.
2138
f7543f0a
JK
21392013-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2140
2141 * gdb.server/server-kill.exp (tstatus): Permit also ECONNRESET
2142 response.
2143
f6de8ec2
PA
21442013-04-08 Pedro Alves <palves@redhat.com>
2145
2146 * gdb.mi/mi-break.exp (test_error): Add tests with garbage after
2147 the location.
2148
b8abfd58
SL
21492013-04-04 Sandra Loosemore <sandra@codesourcery.com>
2150
2151 * gdb.cp/cplabel.exp: Allow empty directory in file reported
2152 for breakpoint location.
2153
156bffd0
SL
21542013-04-04 Sandra Loosemore <sandra@codesourcery.com>
2155
2156 * gdb.linespec/linespec.exp: Make dir/file:line tests
2157 conditional for non-remote hosts only.
2158
c9a6ce02
PA
21592013-04-04 Stan Shebs <stan@codesourcery.com>
2160 Pedro Alves <palves@redhat.com>
2161
2162 * gdb.trace/Makefile.in (PROGS): Add actions-changed.
2163 * gdb.trace/actions-changed.c: New file.
2164 * gdb.trace/actions-changed.exp: New file.
2165 * lib/trace-support.exp (gdb_trace_setactions): Rename to ...
2166 (gdb_trace_setactions_command): ... this. Add "actions_command"
2167 parameter, and handle it.
2168 (gdb_trace_setactions, gdb_trace_setcommands): New procedures.
2169
4bd05f24
YQ
21702013-04-04 Yao Qi <yao@codesourcery.com>
2171
2172 * gdb.server/server-kill.exp: Use command 'tstatus' instead of
2173 'step'.
2174
3758b5ce
YQ
21752013-04-03 Yao Qi <yao@codesourcery.com>
2176
2177 * gdb.trace/mi-traceframe-changed.exp: Update tfile name to
2178 "tfile-basic.tf".
2179 (test_tfind_tfile): Likewise.
2180
1dcaed0d
YQ
21812013-04-03 Yao Qi <yao@codesourcery.com>
2182
2183 * gdb.trace/tfile.c (write_basic_trace_file): Pass argument
2184 "tfile-basic.tf" instead of "basic.tf".
2185 (write_error_trace_file): Pass argument "tfile-error.tf"
2186 instead of "error.tf".
2187 * gdb.trace/tfile.exp: Update tfile names to
2188 "tfile-basic.tf" and "tfile-error.tf".
2189
0e7a53fc
SL
21902013-04-02 Sandra Loosemore <sandra@codesourcery.com>
2191
2192 * gdb.cp/ovsrch.exp (test_class): Correct regexp to allow
2193 empty directory in file for breakpoint hit.
2194
9852c492
YQ
21952013-03-29 Yao Qi <yao@codesourcery.com>
2196
2197 * gdb.base/completion.exp: Test completion of commands
2198 "target core", "target tfile" and "target exec".
2199 * gdb.trace/tfile.exp: Test completion of command
2200 "target tfile".
2201
af312be7
JB
22022013-03-28 Joel Brobecker <brobecker@adacore.com>
2203
2204 * gdb.ada/win_fu_syms: New testcase.
2205
e4a48d9d
DE
22062013-03-28 Doug Evans <dje@google.com>
2207
2208 * gdb.base/maint.exp (maint print statistics): Update expected output.
2209
7f7cc265
PA
22102013-03-28 Pedro Alves <palves@redhat.com>
2211
2212 PR gdb/15294
2213
2214 * gdb.base/list.exp (set_listsize): Adjust to accept $arg == 0 to
2215 mean unlimited instead of $arg < 0.
2216 (test_listsize): Remove "listsize of 0 suppresses output" test.
2217 Test that "set listsize 0" ends up with an unlimited listsize.
2218
fc0da894
PA
22192013-03-28 Pedro Alves <palves@redhat.com>
2220
2221 * gdb.base/list.exp (last_line): New global.
2222 (last_line_re): New global.
2223 (test_listsize, test_list_function, test_list_forward)
2224 (test_repeat_list_command, test_list_range)
2225 (test_list_filename_and_function): Use them.
2226 * gdb.base/list0.c: Comment the last line of the file with "last
2227 line".
2228
abe7b711
PA
22292013-03-28 Pedro Alves <palves@redhat.com>
2230
2231 * gdb.base/list.exp (test_listsize): Adjust test to make sure we
2232 list the whole file.
2233
15b3979c
PA
22342013-03-28 Pedro Alves <palves@redhat.com>
2235
2236 * gdb.base/list.exp (set_listsize): Use gdb_test_no_output for
2237 "set listsize".
2238
96811e3b
KS
22392013-03-26 Keith Seitz <keiths@redhat.com>
2240
2241 * gdb.base/dprintf.exp: Fix typo preventing "dprintf info 2"
2242 from passing.
2243
4043f22b
PA
22442013-03-26 Pedro Alves <palves@redhat.com>
2245
2246 * lib/gdb.exp (skip_btrace_tests): Delay deleting the source file
2247 until after GDB has run.
2248
14a1aa17
YQ
22492013-03-26 Yao Qi <yao@codesourcery.com>
2250
2251 * gdb.trace/actions.c, gdb.trace/circ.c: Add license header.
2252 * gdb.trace/collection.c, gdb.trace/tfile.c: Likewise.
2253
99c819ee
MM
22542013-03-26 Markus Metzger <markus.t.metzger@intel.com>
2255
2256 * gdb.btrace/enable.exp: Add regression test.
2257
24955f63
TT
22582013-03-25 Tom Tromey <tromey@redhat.com>
2259
2260 * gdb.cp/m-static.exp: Add destructor-printing tests.
2261
fce632b6
TT
22622013-03-25 Tom Tromey <tromey@redhat.com>
2263
2264 * gdb.cp/m-static.exp: Add constructor ptype tests.
2265 * gdb.cp/m-static.cc (single_constructor): New class.
2266 (main): Make instance of single_constructor.
2267
598d3636
JK
22682013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2269 Pedro Alves <palves@redhat.com>
2270
2271 * gdb.server/server-kill.c: New file.
2272 * gdb.server/server-kill.exp: New file.
2273
c12440c9
PA
22742013-03-21 Pedro Alves <palves@redhat.com>
2275
2276 * gdb.trace/trace-buffer-size.exp (get default buffer size):
2277 Expect $gdb_prompt in gdb_test_multiple.
2278
bd712aed
DE
22792013-03-21 Doug Evans <dje@google.com>
2280
2281 * gdb.base/maint.exp: Update tests for per-command stats.
2282
b2f83c08
TT
22832013-03-21 Tom Tromey <tromey@redhat.com>
2284
2285 * gdb.cp/cpexprs.exp: Add test for FILENAME:: case.
2286 * gdb.cp/misc.exp: Add test for FILENAME:: case.
2287
ef0026f0
PA
22882013-03-20 Pedro Alves <palves@redhat.com>
2289
2290 PR gdb/15289
2291
2292 * gdb.base/remote.exp: Test
2293 "set remote hardware-watchpoint-limit -1",
2294 "set remote hardware-breakpoint-limit -1",
2295 "set remote hardware-watchpoint-limit 2147483647" and
2296 "set remote hardware-breakpoint-limit 2147483647".
2297
3f1175a9
PA
22982013-03-20 Pedro Alves <palves@redhat.com>
2299 Yao Qi <yao@codesourcery.com>
2300
2301 * gdb.trace/tfile.c: Add comments.
2302 (nonconstglob): New global.
2303 * gdb.trace/tfile.exp: Add comments. Test printing a non-const
2304 global that is not covered by the trace frame. Test
2305 disassembling.
2306
a09ae1c1
JK
23072013-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2308
2309 * gdb.base/valgrind-infcall.exp
2310 (continue #$continue_count) <remote connection closed>
2311 (continue #$continue_count) <valgrind vgdb has terminated>: Add kill of
2312 $valgrind_pid.
2313
9ce98649
TT
23142013-03-15 Tom Tromey <tromey@redhat.com>
2315
2316 * gdb.cp/overload.cc (intintfunc): New.
2317 * gdb.cp/overload.exp: Add regression test.
2318
0a251e08
YQ
23192013-03-15 Yao Qi <yao@codesourcery.com>
2320
2321 * gdb.threads/non-ldr-exc-1.exp (do_test): Fix the indent of
2322 using with_test_prefix.
2323 * gdb.threads/non-ldr-exc-2.exp (do_test): Likewise.
2324 * gdb.threads/non-ldr-exc-3.exp (do_test): Likewise.
2325 * gdb.threads/non-ldr-exc-4.exp (do_test): Likewise.
2326 * gdb.threads/watchpoint-fork.exp (test): Likewise.
2327 * gdb.base/break-interp.exp (test_core): Likewise.
2328 (test_attach_gdb): Likewise.
2329 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
2330 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
2331 Likewise.
2332 * gdb.base/jit-so.exp (one_jit_test): Likewise.
2333 * gdb.base/jit.exp (one_jit_test): Likewise.
2334 * gdb.base/sepdebug.exp (test_different_dir): Likewise.
2335 * gdb.dwarf2/dw2-dir-file-name.exp (test): Likewise.
2336 * gdb.dwarf2/dw2-noloc.exp (file_symbols): Likewise.
2337 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved):
2338 Likewise.
2339 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
2340 Likewise.
2341 * gdb.mi/mi-watch.exp test_watchpoint_all): Likewise.
2342 * gdb.mi/pr11022.exp (test_memory_changed_observer): Likewise.
2343 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Likewise.
2344 (tracepoint_change_loc_2): Likewise.
2345 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
2346 Likewise.
2347 (disconnected_tfind): Likewise.
2348 * gdb.trace/mi-traceframe-changed.exp (test_tfind_tfile):
2349 Likewise.
2350 (test_tfind_remote): Likewise.
2351 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect):
2352 Likewise.
2353 (test_pending_resolved): Likewise.
2354 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
2355 Likewise.
2356 (test_upload_tsv): Likewise.
2357 * gdb.trace/pending.exp (pending_tracepoint_resolved):
2358 Likewise.
2359 (pending_tracepoint_works): Likewise.
2360 * gdb.trace/report.exp (use_collected_data): Likewise.
2361 * gdb.trace/status-stop.exp (test_tstart_tstop_tstart):
2362 Likewise.
2363 (test_tstart_tstart, test_buffer_full_tstart): Likewise.
2364 * gdb.trace/strace.exp (strace_info_marker): Likewise.
2365 (strace_trace_on_same_addr): Likewise.
2366 (strace_trace_on_diff_addr): Likewise.
2367 * gdb.trace/unavailable.exp (gdb_collect_args_test): Likewise.
2368 (gdb_collect_locals_test): Likewise.
2369 (gdb_unavailable_registers_test): Likewise.
2370 (gdb_collect_globals_test): Likewise.
2371
2c415c0f
YQ
23722013-03-15 Yao Qi <yao@codesourcery.com>
2373
2374 * gdb.base/condbreak.exp: Add semicolon back which was removed
2375 by my previous commit.
2376
ae59b1da
YQ
23772013-03-14 Yao Qi <yao@codesourcery.com>
2378
2379 * config/monitor.exp (gdb_target_cmd): Remove semicolon after
2380 'return'.
2381 (gdb_target_monitor, gdb_load): Likewise.
2382 * config/sid.exp (gdb_load): Likewise.
2383 * config/slite.exp (gdb_load): Likewise.
2384 * config/vx.exp (gdb_start, spawn_vxgdb): Likewise.
2385 * gdb.ada/arrayidx.exp, gdb.ada/null_array.exp: Likewise.
2386 * gdb.arch/mips-octeon-bbit.exp (single_step): Likewise.
2387 (single_step_until): Likewise.
2388 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2389 * gdb.arch/system-gcore.exp: Likewise.
2390 * gdb.base/bigcore.exp (extract_heap): Likewise.
2391 * gdb.base/break-on-linker-gcd-function.exp: Likewise.
2392 * gdb.base/call-ar-st.exp: Likewise.
2393 * gdb.base/call-rt-st.exp: Likewise.
2394 * gdb.base/call-sc.exp, gdb.base/call-strs.exp: Likewise.
2395 * gdb.base/callfuncs.exp, gdb.base/completion.exp: Likewise.
2396 * gdb.base/condbreak.exp, gdb.base/constvars.exp: Likewise.
2397 * gdb.base/corefile.exp: Likewise.
2398 * gdb.base/dbx.exp (gdb_file_cmd): Likewise.
2399 * gdb.base/exprs.exp, gdb.base/fileio.exp: Likewise.
2400 * gdb.base/fixsection.exp: Likewise.
2401 * gdb.base/funcargs.exp: Likewise.
2402 * gdb.base/gcore-buffer-overflow.exp: Likewise.
2403 * gdb.base/gcore-relro.exp: Likewise.
2404 * gdb.base/gcore.exp, gdb.base/gdb11530.exp: Likewise.
2405 * gdb.base/gdb11531.exp, gdb.base/gnu-ifunc.exp: Likewise.
2406 * gdb.base/info-os.exp, gdb.base/info-proc.exp: Likewise.
2407 * gdb.base/interp.exp, gdb.base/langs.exp:: Likewise.
2408 * gdb.base/list.exp: Likewise.
2409 (set_listsize): Likewise.
2410 * gdb.base/logical.exp, gdb.base/mips_pro.exp: Likewise.
2411 * gdb.base/miscexprs.exp, gdb.base/nodebug.exp: Likewise.
2412 * gdb.base/opaque.exp, gdb.base/pointers.exp: Likewise.
2413 * gdb.base/psymtab.exp, gdb.base/ptype.exp: Likewise.
2414 * gdb.base/relational.exp, gdb.base/scope.exp: Likewise.
2415 * gdb.base/setvar.exp: Likewise.
2416 (test_set): Likewise.
2417 * gdb.base/signals.exp, gdb.base/sizeof.exp: Likewise.
2418 * gdb.base/solib-overlap.exp: Likewise.
2419 * gdb.base/store.exp, gdb.base/structs.exp: Likewise.
2420 * gdb.base/structs2.exp, gdb.base/volatile.exp: Likewise.
2421 * gdb.base/watchpoint.exp (initialize): Likewise.
2422 (test_simple_watchpoint): Likewise.
2423 (test_disabling_watchpoints): Likewise.
2424 (test_watchpoint_triggered_in_syscall): Likewise.
2425 * gdb.base/whatis.exp, gdb.cp/ambiguous.exp: Likewise.
2426 * gdb.cp/casts.exp, gdb.cp/ctti.exp: Likewise.
2427 * gdb.cp/namespace.exp, gdb.cp/nsdecl.exp: Likewise.
2428 * gdb.cp/psmang.exp, gdb.dwarf2/dw2-ranges.exp: Likewise.
2429 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
2430 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
2431 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2432 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
2433 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
2434 * gdb.hp/gdb.compat/xdb2.exp: Likewise.
2435 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
2436 * gdb.hp/gdb.defects/bs14602.exp: Likewise.
2437 * gdb.hp/gdb.defects/solib-d.exp: Likewise.
2438 * gdb.mi/gdb792.exp: Likewise.
2439 * gdb.mi/mi-inheritance-syntax-error.exp: Likewise.
2440 * gdb.mi/mi-logging.exp, gdb.mi/mi-var-cp.exp : Likewise.
2441 * gdb.mi/mi-var-rtti.exp, gdb.python/py-type.exp: Likewise.
2442 * gdb.threads/gcore-thread.exp: Likewise.
2443 (load_core): Likewise.
2444 * gdb.threads/pthreads.exp (all_threads_running): Likewise.
2445 (test_startup, check_control_c): Likewise.
2446 * gdb.threads/sigstep-threads.exp: Likewise.
2447 * gdb.threads/thread_check.exp: Likewise.
2448 * gdb.trace/backtrace.exp, gdb.trace/change-loc.exp: Likewise.
2449 * gdb.trace/circ.exp (run_trace_experiment): Likewise.
2450 (set_a_tracepoint, trace_buffer_normal): Likewise.
2451 (gdb_trace_circular_tests): Likewise.
2452 * gdb.trace/collection.exp: Likewise.
2453 * gdb.trace/disconnected-tracing.exp: Likewise.
2454 * gdb.trace/infotrace.exp: Likewise.
2455 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2456 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2457 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv): Likewise.
2458 * gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp: Likewise.
2459 * gdb.trace/pending.exp, gdb.trace/report.exp: Likewise.
2460 * gdb.trace/stap-trace.exp: Likewise.
2461 * gdb.trace/status-stop.exp,gdb.trace/strace.exp: Likewise.
2462 * gdb.trace/tfind.exp, gdb.trace/trace-break.exp: Likewise.
2463 * gdb.trace/trace-buffer-size.exp: Likewise.
2464 * gdb.trace/tspeed.exp, gdb.trace/tsv.exp: Likewise.
2465 * gdb.trace/unavailable.exp: Likewise.
2466 * gdb.trace/while-dyn.exp: Likewise.
2467 * lib/fortran.exp (set_lang_fortran): Likewise.
2468 * lib/gdb.exp (default_gdb_version, gdb_start_cmd): Likewise.
2469 (gdb_breakpoint, gdb_reinitialize_dir): Likewise.
2470 (default_gdb_start, get_compiler_info): Likewise.
2471 (gdb_compile, gdb_compile_objc, gdb_reload, gdb_init): Likewise.
2472 (get_debug_format, setup_xfail_format): Likewise.
2473 (rerun_to_main, gdb_skip_float_test): Likewise.
2474 (build_id_debug_filename_get, get_remotetimeout): Likewise.
2475 * lib/java.exp (set_lang_java): Likewise.
2476 * lib/mi-support.exp (default_mi_gdb_start): Likewise.
2477 (mi_gdb_reinitialize_dir, mi_gdb_target_cmd): Likewise.
2478 (mi_gdb_file_cmd, mi_gdb_test): Likewise.
2479 (mi_run_cmd_full, mi_expect_interrupt): Likewise.
2480 * lib/objc.exp (set_lang_objc): Likewise.
2481 * lib/pascal.exp (set_lang_pascal): Likewise.
2482 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
2483 * lib/trace-support.exp (gdb_trace_setactions, gdb_tfind_test): Likewise.
2484 (gdb_readexpr, gdb_gettpnum, gdb_find_recursion_test_baseline): Likewise.
2485
bb869963
SDJ
24862013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
2487
2488 PR c++/15203
2489 PR c++/15210
2490 * gdb.cp/m-static.cc (keepalive_int): New function.
2491 (gnu_obj_1::method): New variable `sintvar', call `keepalive_int'.
2492 * gdb.cp/m-static.exp: New test for `sintvar'.
2493
e2be70a0
YQ
24942013-03-14 Yao Qi <yao@codesourcery.com>
2495
2496 * gdb.trace/tstatus.exp (run_trace_experiment): Save the output
2497 of 'tstatus' into tstatus_output.
2498 (top level): Save the trace data to tfile. Read trace file in
2499 tfile target. Check the trace status.
2500
8ddb1965
YQ
25012013-03-13 Yao Qi <yao@codesourcery.com>
2502
2503 * gdb.trace/tsv.exp (check_tsv): New.
2504 (top level): Save a tfile on current trace session. Call
2505 check_tsv on live target. Load the tfile with target tfile
2506 and call check_tsv again.
2507
045dd51f
YQ
25082013-03-13 Yao Qi <yao@codesourcery.com>
2509
2510 * gdb.trace/tsv.exp: Remove code unrelated to testing TSV.
2511 Replace some "gdb_test" with "gdb_test_no_output".
2512
82d049ab
PH
25132013-03-12 Paul Hilfinger <hilfingr@adacore.com>
2514
2515 * gdb.ada/expr_delims.exp: New file.
2516 * gdb.ada/expr_delims/foo.adb: New file.
2517 * gdb.ada/expr_delims/pck.ads: New file.
2518 * gdb.ada/expr_delims/pck.adb: New file.
2519
cb8ea32b
KS
25202013-03-11 Keith Seitz <keiths@redhat.com>
2521
2522 * watchpoint.exp (test_no_hw_watchpoints): Add test using
2523 both condition and thread. Then delete the watchpoint.
2524
2f1d9bdd
MM
25252013-03-11 Christian Himpel <christian.himpel@intel.com>
2526
2527 * Makefile.in: Add btrace testsuite.
2528 * configure: Regenerated.
2529 * configure.ac: Add btrace testsuite.
2530 * gdb.btrace/Makefile.in: New file.
2531 * gdb.btrace/enable.c: New file.
2532 * gdb.btrace/enable.exp: New file.
2533 * gdb.btrace/function_call_history.c: New file.
2534 * gdb.btrace/function_call_history.exp: New file.
2535 * gdb.btrace/instruction_history.c: New file.
2536 * gdb.btrace/instruction_history.exp: New file.
2537 * gdb.btrace/instruction_history.S: New file.
2538 * lib/gdb.exp: Add btrace skip proc.
2539
05c56a9d
JK
25402013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2541
2542 Fix entry-values if the callee called a noreturn function.
2543 * gdb.arch/amd64-tailcall-noret.S: New file.
2544 * gdb.arch/amd64-tailcall-noret.c: New file.
2545 * gdb.arch/amd64-tailcall-noret.exp: New file.
2546
9112db09
JK
25472013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2548
2549 Fix entry-values in C++ across CUs.
2550 * gdb.arch/amd64-tailcall-cxx.exp: New file.
2551 * gdb.arch/amd64-tailcall-cxx1.S: New file.
2552 * gdb.arch/amd64-tailcall-cxx1.cc: New file.
2553 * gdb.arch/amd64-tailcall-cxx2.S: New file.
2554 * gdb.arch/amd64-tailcall-cxx2.cc: New file.
2555
be9a119c 25562013-03-08 Stan Shebs <stan@codesourcery.com>
f6f899bf
HAQ
2557 Hafiz Abid Qadeer <abidh@codesourcery.com>
2558
2559 gdb/testsuite/
2560 * gdb.trace/trace-buffer-size.exp: New file.
2561 * gdb.trace/trace-buffer-size.c: New file.
2562
049109b0
PA
25632013-03-06 Pedro Alves <palves@redhat.com>
2564
2565 * gdb.trace/tstatus.exp (run_trace_experiment): When the target
2566 doesn't support the tested optional feature, call "unsupported"
2567 with the same test message as the "pass" case, instead of calling
2568 "pass" with a different message. Use the same text for the "fail"
2569 cases too.
2570
4aa54120
YQ
25712013-03-06 Yao Qi <yao@codesourcery.com>
2572
2573 * gdb.trace/tstatus.exp: Remove the invocation of
2574 gdb_load_shlibs, gdb_compile, clean_restart and runto_main.
2575 (test_tracepoints): Don't set fast tracepoint.
2576 (top level): Don't check agent library is loaded or not.
2577
b8b71e63
YQ
25782013-03-06 Yao Qi <yao@codesourcery.com>
2579
2580 * gdb.trace/tstatus.exp (run_trace_experiment): Escape
2581 parentheses by "\\".
2582
33f448b1
JK
25832013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2584
2585 * gdb.linespec/base/one/thefile.cc (twodup): New.
2586 (m): Call it.
2587 * gdb.linespec/base/two/thefile.cc (dupname): New.
2588 (n): Call it.
2589 * gdb.linespec/break-ask.exp: New file.
2590 * gdb.linespec/lspec.cc (body_elsewhere): New comment marker.
2591
1c942fb9
YQ
25922013-02-28 Yao Qi <yao@codesourcery.com>
2593
2594 * gdb.trace/report.exp: Move some code to ...
2595 (use_collected_data): New.
2596 (top level): Call use_collected_data once on the live target.
2597 Save at file of the current trace session, load it with target
2598 tfile, and call use_collected_data again.
2599
5b967901
JK
26002013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2601
2602 * gdb.threads/fork-thread-pending.c (main): Add alarm.
2603
6447023f
JK
26042013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2605
2606 * gdb.base/valgrind-infcall.exp (valgrind_pid): New variable.
2607 Add final kill of ${valgrind_pid}.
2608
9f44fbc0
SCR
26092013-02-20 Siva Chandra Reddy <sivachandra@google.com>
2610
2611 * gdb.python/py-arch.c: New test case
2612 * gdb.python/py-arch.exp: New tests to test
2613 gdb.Architecture.disassemble
2614 * gdb.python/Makefile.in: Add py-arch to the list of
2615 EXECUTABLES.
2616
4c9ad8c2
TT
26172013-02-18 Tom Tromey <tromey@redhat.com>
2618
2619 * gdb.dwarf2/subrange.exp: New file.
2620
f5911ea1
HAQ
26212013-02-15 Pedro Alves <pedro@codesourcery.com>
2622 Hafiz Abid Qadeer <abidh@codesourcery.com>
2623
2624 * gdb.trace/tfile.exp: Add test for -trace-status command.
2625
420f4384
JK
26262013-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2627
2628 * gdb.threads/pthread_cond_wait.c (main): Remove variable ts. Replace
2629 nanosleep by sleep.
2630
4819b3f8
PA
26312013-02-14 Pedro Alves <palves@redhat.com>
2632
2633 * gdb.cp/userdef.exp (ptype &*c): Don't expect an &.
2634
1773c82c
HAQ
26352013-02-14 Pedro Alves <pedro@codesourcery.com>
2636 Hafiz Abid Qadeer <abidh@codesourcery.com>
2637
2638 * gdb.trace/tsv.exp: Adjust tests, and add a few more.
2639
e234dfaf
TT
26402013-02-12 Tom Tromey <tromey@redhat.com>
2641
2642 * gdb.cp/m-static.cc (gnu_obj_1::~gnu_obj_1): New destructor.
2643 * gdb.cp/m-static.exp: Add tests to print quoted destructor.
2644
6c01dd94
PA
26452013-02-12 Pedro Alves <palves@redhat.com>
2646
2647 * gdb.base/catch-signal.c: Update copyright years.
2648 * gdb.base/catch-signal.exp: Update copyright years.
2649 * gdb.dwarf2/dw2-dir-file-name.c: Update copyright years.
2650 * gdb.dwarf2/dw2-dir-file-name.exp: Update copyright years.
2651 * gdb.dwarf2/dw2-empty-pc-range.S: Update copyright years.
2652 * gdb.dwarf2/dw2-error.S: Update copyright years.
2653 * gdb.dwarf2/dw2-error.c: Update copyright years.
2654 * gdb.dwarf2/dw2-restrict.S: Update copyright years.
2655 * gdb.dwarf2/dw2-restrict.c: Update copyright years.
2656 * gdb.dwarf2/dw2-restrict.exp: Update copyright years.
2657
595fc67f
PA
26582013-02-12 Pedro Alves <palves@redhat.com>
2659
2660 * gdb.base/catch-signal.exp: Correct test file name in "Skipping"
2661 message.
2662 * gdb.base/sigaltstack.exp: Ditto.
2663 * gdb.base/siginfo.exp: Ditto.
2664 * gdb.base/sizeof.exp: Ditto.
2665
17282693
PA
26662013-02-12 Pedro Alves <palves@redhat.com>
2667
2668 * gdb.mi/mi-basics.exp: Tweak intro comment.
2669 * gdb.mi/mi-break.exp: Tweak intro comment.
2670 * gdb.mi/mi-console.exp: Tweak intro comment.
2671 * gdb.mi/mi-file.exp: Tweak intro comment.
2672 * gdb.mi/mi-read-memory.exp: Tweak intro comment.
2673 * gdb.mi/mi-return.exp: Tweak intro comment.
2674 * gdb.mi/mi-stepi.exp: Tweak intro comment.
2675 * gdb.mi/mi-until.exp: Tweak intro comment.
2676 * gdb.mi/mi-watch.exp: Tweak intro comment.
2677
8a4ac37e
PA
26782013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
2679
2680 * gdb.server/no-thread-db.exp: New file.
2681 * gdb.server/no-thread-db.c: New file.
2682 * gdb.server/Makefile.in (EXECUTABLES): Add no-thread-db.
2683
c2792f5a
DE
26842013-02-11 Doug Evans <dje@google.com>
2685
2686 * gdb.base/printcmds.exp (test_printf_with_dfp): Add test for printing
2687 two decfloats.
2688
d9e98382
SDJ
26892013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2690
2691 * gdb.base/bitfields.c (struct internalvartest): New declaration.
2692 * gdb.base/bitfields.exp (bitfield_internalvar): New function.
2693
a321661a
JK
26942013-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2695
2696 * gdb.python/py-prompt.exp: Add to the end a kill of $testpid.
2697
134a2066
YQ
26982013-02-06 Yao Qi <yao@codesourcery.com>
2699
2700 * gdb.trace/mi-tsv-changed.exp (test_create_delete_tsv): Rename
2701 to ...
2702 (test_create_delete_modify_tsv): ... here. New test on modifying
2703 the initial value of a tsv.
2704
5a2dc60a
JK
27052013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2706
2707 * gdb.dwarf2/dw2-dir-file-name.exp (cd ${srcabsdir}/rdir): Rename to ...
2708 (cd .../rdir): ... here.
2709
233d95b5
JK
27102013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2711
2712 * gdb.linespec/base/one/header.h: New file.
2713 * gdb.linespec/base/two/header.h: New file.
2714 * gdb.linespec/macro-relative.c: New file.
2715 * gdb.linespec/macro-relative.exp: New file.
2716
fbd9ab74
JK
27172013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2718
2719 * gdb.base/fullpath-expand-func.c: New file.
2720 * gdb.base/fullpath-expand.c: New file.
2721 * gdb.base/fullpath-expand.exp: New file.
2722 * gdb.base/realname-expand-real.c: New file.
2723 * gdb.base/realname-expand.c: New file.
2724 * gdb.base/realname-expand.exp: New file.
2725
1b56eb55
JK
27262013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2727
2728 * gdb.dwarf2/dw2-dir-file-name.exp: New file.
2729 * gdb.dwarf2/dw2-dir-file-name.c: New file.
2730
af529f8f
JK
27312013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2732
2733 * gdb.mi/mi-fullname-deleted.exp: Use double last slash for $srcfileabs.
2734 (compare_filenames_for_search does not match)
2735 (compare_filenames_for_search does match): New tests.
2736
f5b95b50
JK
27372013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2738
2739 * gdb.gdb/xfullpath.exp: Replace xfullpath calls by gdb_realpath calls.
2740
d47921b9
JK
27412013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2742
2743 * lib/java.exp (compile_java_from_source): Initialize ARGS as a list.
2744
8a92335b
JK
27452013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2746
2747 * gdb.base/gnu-debugdata.exp): Create ${binfile}.debug,
2748 ${binfile}.mini_debuginfo-debuglink, add -k to xz, use now
2749 ${binfile}.mini_debuginfo-debuglink and
2750 ${binfile}.mini_debuginfo-debuglink.xz.
2751
17f2157d
TT
27522013-02-01 Tom Tromey <tromey@redhat.com>
2753
2754 * gdb.dwarf2/method-ptr.exp: Use correct form for non-string
2755 attributes.
2756
d65f0a9c
TT
27572013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2758 Tom Tromey <tromey@redhat.com>
2759
2760 * gdb.dwarf2/method-ptr.exp: Link with c++.
2761 * lib/dwarf.exp (Dwarf::assemble): Declare _cu_count.
2762
f25c0135
TT
27632013-01-31 Tom Tromey <tromey@redhat.com>
2764
2765 * gdb.base/jit.exp (compile_jit_test): New proc.
2766 Add PIE tests.
2767
7078baeb
TT
27682013-01-31 Tom Tromey <tromey@redhat.com>
2769
2770 * gdb.dwarf2/method-ptr.cc: New file.
2771 * gdb.dwarf2/method-ptr.exp: New file.
2772
1d24041a
TT
27732013-01-31 Tom Tromey <tromey@redhat.com>
2774
2775 * lib/dwarf.exp (namespace Dwarf): New.
2776
8d9878a4
TT
27772013-01-29 Tom Tromey <tromey@redhat.com>
2778
2779 * gdb.dwarf2/fission-reread.exp: Add unload test.
2780
bed911e5
DE
27812013-01-28 Doug Evans <dje@google.com>
2782
2783 * gdb.dwarf2/fission-loclists.exp: New file.
2784 * gdb.dwarf2/fission-loclists.S: New file.
2785
e229648e
JK
27862013-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2787
2788 Code cleanup.
2789 * gdb.base/restore.exp: Replace gdb_compile, gdb_exit, gdb_start,
2790 gdb_reinitialize_dir and gdb_load by standard_testfile, set executable
2791 and prepare_for_testing.
2792 * gdb.base/store.exp: Likewise.
2793
86700f00
TT
27942013-01-25 Tom Tromey <tromey@redhat.com>
2795
2796 * gdb.python/py-explore.exp: Expect the gdb prompt.
2797
8954db33
AB
27982013-01-25 Andrew Burgess <aburgess@broadcom.com>
2799
2800 * gdb.base/gnu_vector.c: New variable for use in tests.
2801 * gdb.base/gnu_vector.exp: Update and extend tests to reflect
2802 changes in scalar to vector casting and widening.
2803 * gdb.python/py-type.c: New variables for use in tests.
2804 * gdb.python/py-type.exp: Update vector related tests to reflect
2805 changes in scalar to vector casting and widening.
2806
2077afdd
TD
28072013-01-24 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
2808
2809 * gdb.base/prologue-include.c: New file.
2810 * gdb.base/prologue-include.exp: New file.
2811 * gdb.base/prologue-include.h: New file.
2812
d7499464
HAQ
28132013-01-24 Hafiz Abid Qadeer <abidh@codesourcery.com>
2814
2815 PR gdb/13443
2816 * gdb.mi/mi-var-block.exp: Make test messages unique.
2817
e2a3e0f1
TT
28182013-01-23 Tom Tromey <tromey@redhat.com>
2819
2820 * gdb.dwarf2/dw2-error.exp: Pass test name to "file" test.
2821
152fcc9c
TT
28222013-01-23 Tom Tromey <tromey@redhat.com>
2823
2824 * gdb.cp/converts.cc (main): Initialize 'a'.
2825
bea883fd
SCR
28262013-01-23 Siva Chandra Reddy <sivachandra@google.com>
2827
2828 * testsuite/gdb.python/frame.exp: Add a test for
2829 gdb.Frame.architecture() method.
2830
0928e93d
PA
28312013-01-22 Pedro Alves <palves@redhat.com>
2832
2833 * gdb.base/annota1.exp (signal sent): No longer expect
2834 breakpoints-invalid.
2835 * gdb.cp/annota2.exp (continue until exit)
2836 (watch triggered on a.x): Ditto.
2837
9c97429f
PA
28382013-01-22 Pedro Alves <palves@redhat.com>
2839
2840 * gdb.base/annota1.exp (breakpoints_invalid): New variable.
2841 Adjust tests to breakpoints-invalid changes.
2842 * gdb.cp/annota2.exp (breakpoints_invalid, frames_invalid): New
2843 variables.
2844 Adjust tests to breakpoints-invalid changes.
2845
187d10dd
PA
28462013-01-22 Pedro Alves <palves@redhat.com>
2847
2848 * gdb.base/annota1.exp (annotate ignore count change): Add
2849 expected output for failure case.
2850
ea3aedcb
TT
28512013-01-22 Tom Tromey <tromey@redhat.com>
2852
2853 * gdb.gdb/selftest.exp (do_steps_and_nexts): Handle bfd_init
2854 call.
2855
998580f1
MK
28562013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2857
2858 * gdb.mi/mi-break.exp: Expect new 'thread-groups' field.
8f1d5693 2859 * gdb.mi/mi-catch-load.exp: Ditto.
998580f1
MK
2860 * gdb.mi/mi-nsmoribund.exp: Expect new 'thread-groups' field.
2861 Also handle 'thread' field.
2862 * gdb.mi/mi-simplerun.exp: Expect new 'thread-groups' field.
2863 * gdb.mi/mi-watch.exp: Ditto.
2864 * lib/mi-support.exp: Ditto.
2865
8f1d5693
MK
28662013-01-21 Siva Chandra Reddy <sivachandra@google.com>
2867
2868 * gdb.python/py-explore.exp: Improve a test
2869
2d8c5d7c
DB
28702013-01-18  David Blaikie  <dblaikie@gmail.com>
2871
2872 * gdb.base/label.c (main): Correct the type of the second
2873 parameter.
2874
46f35228
TT
28752013-01-18 Tom Tromey <tromey@redhat.com>
2876
2877 * gdb.dwarf2/trace-crash.s: New file.
2878 * gdb.dwarf2/trace-crash.exp: New file.
2879
5965d69d
HAQ
28802013-01-18 Hafiz Abid Qadeer<abidh@codesourcery.com>
2881
43aaf8b6
PA
2882 PR gdb/13443
2883 * gdb.base/checkpoint.exp: Update test messages to make them
2884 unique.
5965d69d 2885
5ae4861a
YQ
28862013-01-18 Yao Qi <yao@codesourcery.com>
2887
2888 * gdb.trace/infotrace.exp: Check 'traceframe usage' in the
2889 output of 'info tracepoints'.
2890 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
2891 Likewise.
2892 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
2893 * gdb.trace/disconnected-tracing.c (struct foo): New.
2894
d84fca2c
JK
28952013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2896
2897 * gdb.dwarf2/dw2-dos-drive.S: New file.
2898 * gdb.dwarf2/dw2-dos-drive.exp: New file.
2899
aebb1cc9
DE
29002013-01-17 Doug Evans <dje@google.com>
2901
2782d512
DE
2902 * boards/dwarf4-gdb-index.exp: Use any existing CC_FOR_TARGET,
2903 CXX_FOR_TARGET.
2904
aebb1cc9
DE
2905 * boards/cc-with-tweaks.exp: New file.
2906
db2b2972
TT
29072013-01-17 Tom Tromey <tromey@redhat.com>
2908
2909 * gdb.base/completion.exp: Add "set cp-abi" completion test.
2910
96343774
PA
29112013-01-17 Pedro Alves <palves@redhat.com>
2912
2913 Merge dg-extract-results.sh from upstream (svn 195224).
2914
2915 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 2916 * dg-extract-results.sh: Fix order of summary counts.
96343774
PA
2917
2918 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 2919 * dg-extract-results.sh: Constrain the start-of-log pattern.
96343774
PA
2920
2921 2013-01-15 David Blaikie <dblaikie@gmail.com>
43aaf8b6 2922 * dg-extract-results.sh: Handle KPASSes.
96343774
PA
2923
2924 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2925 * dg-extract-results.sh: Redirect grep output to /dev/null instead
2926 of grep -q.
2927
675921c0
SD
29282012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2929
2930 * gdb.base/jit-reader.exp: New file. Test case for the jit-reader
2931 interface.
2932 * gdb.base/jithost.c: New file.
2933 * gdb.base/jithost.h: New file.
2934 * gdb.base/jitreader.c : New file.
2935 * gdb.base/jit-protocol.h: New file.
2936
ab04a2af
TT
29372013-01-16 Tom Tromey <tromey@redhat.com>
2938
2939 * gdb.base/catch-signal.c: New file.
2940 * gdb.base/catch-signal.exp: New file.
2941
8ac3646f
TT
29422013-01-16 Tom Tromey <tromey@redhat.com>
2943
2944 * gdb.mi/mi-catch-load.exp: Look for "catch-type".
2945
22fc223e
JK
29462013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2947
2948 * gdb.dwarf2/dw2-restrict.exp: Skip compilation on non-x86_64 targets.
2949
44478ab3
TT
29502013-01-14 Tom Tromey <tromey@redhat.com>
2951
2952 * gdb.base/completion.exp: Add "set gnutarget" test.
2953
06d66ee9
TT
29542013-01-14 Tom Tromey <tromey@redhat.com>
2955
2956 * gdb.dwarf2/dw2-restrict.S: New file.
2957 * gdb.dwarf2/dw2-restrict.c: New file.
2958 * gdb.dwarf2/dw2-restrict.exp: New file.
2959
c9bf0622
TT
29602013-01-14 Tom Tromey <tromey@redhat.com>
2961
2962 * gdb.dwarf2/dw2-error.exp: New file.
2963 * gdb.dwarf2/dw2-error.c: New file.
2964 * gdb.dwarf2/dw2-error.S: New file.
2965
5b12a61c
JK
29662013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2967
2968 * gdb.cp/parse-lang.cc: New file.
2969 * gdb.cp/parse-lang.exp: New file.
2970
f0a4b570
JK
29712013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2972
2973 * gdb.mi/mi-fullname-deleted.exp: Set srcfileabssubst and initdir.
2974 (set substitute-path): New test.
2975 (fullname present): Remove content.
2976 (substituted fullname): New test.
2977
f751cc97
JB
29782013-01-13 Joel Brobecker <brobecker@adacore.com>
2979
2980 * gdb.python/py-finish-breakpoint.exp: Add skip_python_tests
2981 check. Move $gdb_py_is_py24 value check right after.
2982
04164e8e
JK
29832013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2984
2985 * gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit
2986 targets.
2987
5bf480a5
YQ
29882013-01-11 Yao Qi <yao@codesourcery.com>
2989
2990 * gdb.base/dprintf.exp: Check the output of 'info breakpoints'
2991 for dprintf.
2992 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
2993 Check the fields in "=breakpoint-created" for dprintf.
2994
f35a17b5
JK
29952012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2996
2997 * gdb.mi/mi-fullname-deleted.exp: New file.
2998
85817405
JK
29992012-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3000
3001 * gdb.base/skip-solib.exp (info skip with pending file): Update the
3002 expected output.
3003 (info skip with pending file): Remove.
3004 (ignoring function in solib, info skip for function multiply): Update
3005 the expected output.
3006 * gdb.base/skip.ex (skip (main), skip function baz, info skip)
3007 (info skip (delete 1), info skip after disabling all)
3008 (info skip after enabling all, info skip after disabling 4 2-3)
3009 (info skip after enabling 2-3, info skip 2-3)
3010 (info skip after deleting 2 3): Update the expected output.
3011 * gdb.linespec/base/two/thefile.cc (n): New variable v, split the
3012 statement to its initialization and return.
3013 * gdb.linespec/skip-two.exp: New file.
3014
27210e12
DE
30152012-12-19 Doug Evans <dje@google.com>
3016
3017 * gdb.base/maint.exp: Handle testing with .gdb_index.
3018
bb627a12
JB
30192012-12-19 Joel Brobecker <brobecker@adacore.com>
3020
3021 * gdb.arch/mips-octeon-bbit.exp: Fix copyright header from
3022 Cavium to FSF.
3023
7785b880
JB
30242012-12-19 Joel Brobecker <brobecker@adacore.com>
3025
3026 * dg-extract-results.sh: Update contact info in copyright notice.
3027 * gdb.arch/mips-octeon-bbit.exp: Update copyright notice to
3028 GPL v3 or later. Update contact info.
3029 * gdb.fortran/logical.f90, gdb.threads/watchpoint-fork-child.c,
3030 gdb.threads/watchpoint-fork-mt.c,
3031 gdb.threads/watchpoint-fork-parent.c,
3032 gdb.threads/watchpoint-fork-st.c,
3033 gdb.threads/watchpoint-fork.h: Likewise.
3034
f2a8bc8a
YQ
30352012-12-15 Yao Qi <yao@codesourcery.com>
3036
3037 * gdb.trace/mi-tracepoint-changed.exp (test_pending_resolved): Check
3038 'installed' field in '=breakpoint-modified'.
3039 (test_reconnect): Check 'installed' field in
3040 '=breakpoint-modified' and '=breakpoint-created'.
3041
3042 * gdb.trace/actions.exp: Update test for 'installed' field.
3043 * gdb.trace/change-loc.exp (tracepoint_change_loc_1):
3044 (tracepoint_change_loc_2): Likewise.
3045 Check 'info tracepoint' display nothing else.
3046 * gdb.trace/deltrace.exp: Likewise.
3047 * gdb.trace/infotrace.exp: Likewise.
3048 * gdb.trace/mi-traceframe-changed.exp (test_tfind_remote):
3049 Likewise.
3050 * gdb.trace/passcount.exp: Likewise.
3051 * gdb.trace/tracecmd.exp: Likewise.
3052 * gdb.trace/while-stepping.exp: Likewise.
3053
6592e36f
TT
30542012-12-14 Tom Tromey <tromey@redhat.com>
3055
3056 * gdb.cp/member-name.exp: New file.
3057 * gdb.cp/member-name.cc: New file.
3058
7d27a96d
TT
30592012-12-14 Tom Tromey <tromey@redhat.com>
3060
3061 * gdb.cp/templates.exp (test_ptype_of_templates): Update kfails.
3062
f8c05d0d
DE
30632012-12-14 Doug Evans <dje@google.com>
3064
3065 * gdb.dwarf2/implptr-optimized-out.S: DIE offset for
3066 DW_OP_GNU_implicit_pointer is section-relative.
3067
451b7c33
TT
30682012-12-14 Tom Tromey <tromey@redhat.com>
3069
43aaf8b6 3070 * gdb.base/info-proc.exp: Add core file tests.
451b7c33 3071
10e339df
PA
30722012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>
3073
6fdff2c5 3074 * gdb.base/kill-after-signal.exp: Disable if gdb,nosignals.
10e339df 3075
e780d813
DE
30762012-12-13 Doug Evans <dje@google.com>
3077
3078 * gdb.multi/multi-arch-exec.exp: Skip for i*86-linux.
3079 * gdb.multi/multi-arch.exp: Ditto.
3080
ca3dbcc8 30812012-12-12 Keven Boell <keven.boell@intel.com>
6fdff2c5 3082
ca3dbcc8
MG
3083 * gdb.mi/mi-catch-load-so.c: New. Clone of the
3084 catch load test library source file.
3085 * gdb.mi/mi-catch-load.c: New. Clone of the catch
3086 load test source file.
3087 * gdb.mi/mi-catch-load.exp: New. Test file for
3088 basic MI -catch-load and -catch-unload tests.
3089
2960a434
PK
30902012-12-11 Paul Koning <paul_koning@dell.com>
3091
3092 * gdb.python/py-prettyprint.py (_iterator): Remove exception_flag
3093 exception.
3094 (_iterator_except): New function.
3095 (ArrayPrinter): Use _iterator function instead of local _iterator
3096 class for Python 3 compatibility.
3097 (NoStringContainerPrinter): Use _iterator_except instead of
6fdff2c5 3098 _iterator.
2960a434
PK
3099 * gdb.python/py-typeprint.exp: Use exec(open(...).read()) instead of
3100 execfile for Python 3 compatibility.
3101 * gdb.python/python.exp: Handle Python 2.4 exception traceback
3102 format in error_prompt test.
6fdff2c5 3103
9325cb04
PK
31042012-12-10 Paul Koning <paul_koning@dell.com>
3105
3106 * gdb.base/charset.exp: Change print syntax for Python 3
6fdff2c5 3107 compatibility.
9325cb04
PK
3108 * gdb.python/py-block.exp: Ditto.
3109 * gdb.python/py-breakpoint.exp: Ditto.
3110 * gdb.python/py-cmd.exp: Ditto.
3111 * gdb.python/py-events.py: Ditto.
3112 * gdb.python/py-finish-breakpoint.py: Ditto.
3113 * gdb.python/py-finish-breakpoint2.exp: Ditto.
3114 * gdb.python/py-finish-breakpoint2.py: Ditto.
3115 * gdb.python/py-frame-inline.exp: Ditto.
3116 * gdb.python/py-frame.exp: Ditto.
3117 * gdb.python/py-infthread.exp: Ditto.
3118 * gdb.python/py-objfile.exp: Ditto.
3119 * gdb.python/py-parameter.exp: Ditto.
3120 * gdb.python/py-progspace.exp: Ditto.
3121 * gdb.python/py-prompt.exp: Ditto.
3122 * gdb.python/py-symbol.exp: Ditto.
3123 * gdb.python/py-symtab.exp: Ditto.
3124 * gdb.python/py-template.exp: Ditto.
3125 * gdb.python/py-value-cc.exp: Ditto.
3126 * gdb.python/python.exp: Ditto.
3127 * gdb.python/source2.py: Ditto.
3128 * gdb.python/lib-types.exp: Change print syntax for Python 3
6fdff2c5 3129 compatibility.
9325cb04
PK
3130 Use sorted() function rather than sort() method.
3131 Accept either int or long values for enum values.
3132 * gdb.python/py-events.exp: Use exec(open(...).read()) instead of
3133 execfile for Python 3 compatibility.
3134 * gdb.python/py-evsignal.exp: Ditto.
3135 * gdb.python/py-evthreads.exp: Ditto.
3136 * gdb.python/py-mi.exp: Ditto.
3137 * gdb.python/py-pp-maint.exp: Ditto.
3138 * gdb.python/py-prettyprint.exp: Ditto.
3139 * gdb.python/py-finish-breakpoint.exp: Change print syntax for
6fdff2c5 3140 Python 3 compatibility.
9325cb04
PK
3141 Skip tests for Python 2.4.
3142 * gdb.python/py-inferior.exp: Change print syntax for
6fdff2c5 3143 Python 3 compatibility.
9325cb04
PK
3144 Use byte string rather than character string in memory write test
3145 if Python 3.
3146 * gdb.python/py-pp-maint.py: Change class declarations to "new
3147 class" syntax.
3148 * gdb.python/py-prettyprint.py: Change iterator class to generator
3149 function for Python 3 compatibility.
3150 Make all classes "new style".
3151 Fix indentation issue and stray semicolon.
3152 * gdb.python/py-shared.expChange print syntax for Python 3
3153 compatibility.
3154 Define "long" if Python 3.
3155 * gdb.python/py-type.exp: Change print syntax for Python 3
6fdff2c5 3156 compatibility.
9325cb04
PK
3157 Accept either int or long values for enum values.
3158 * gdb.python/py-value.exp: Change print syntax for Python 3
6fdff2c5 3159 compatibility.
9325cb04
PK
3160 Skip "long" and "unicode" tests if Python 3.
3161 Accept either "type" or "class" in type checks.
3162 * lib/gdb.exp (gdb_py_is_py3k): New flag set if Python 3.
3163 (gdb_py_is_py24): New flag set if Python 2.4 or 2.5.
3164
8b9737bf
TT
31652012-12-10 Tom Tromey <tromey@redhat.com>
3166
3167 * gdb.dwarf2/implptr-64bit.exp: Run tests with two CUs as well.
3168 (test): Add "two_cu" argument.
3169 * gdb.dwarf2/implptr-64bit.S: Move subprogram later; use ref_addr
3170 for types; allow two CUs.
3171
1b80a9fa
JK
31722012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3173
3174 * gdb.dwarf2/dw2-compdir-oldgcc.S: New file.
3175 * gdb.dwarf2/dw2-compdir-oldgcc.exp: New file.
3176
f0b6d50a
YQ
31772012-12-08 Yao Qi <yao@codesourcery.com>
3178 Pedro Alves <palves@redhat.com>
3179
3180 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Test
3181 '=breakpoint-created' when GDB merges the tracepoints of both
3182 sides.
3183
2f68a895
TT
31842012-12-07 Tom Tromey <tromey@redhat.com>
3185
3186 * gdb.base/break1.c (enum some_enum, union some_union): New.
3187 (some_enum_global, some_union_global, some_value): New globals.
3188 * gdb.base/completion.exp: Add tag completion tests.
3189
4fc5d43e
TT
31902012-12-07 Tom Tromey <tromey@redhat.com>
3191
3192 * gdb.base/completion.exp: Add tests for ptype and whatis
3193 completion.
3194
6559e013
JB
31952012-12-07 Joel Brobecker <brobecker@adacore.com>
3196
3197 * gdb.base/stale-infcall.exp: Fix copyright line.
3198
ae2b630d
JB
31992012-12-07 Joel Brobecker <brobecker@adacore.com>
3200
3201 * gdb.ada/lang_switch.exp: The "msg" parameter may be a reference.
3202
0ba2eb0f
TT
32032012-12-06 Pedro Alves <palves@redhat.com>
3204 Tom Tromey <tromey@redhat.com>
3205
3206 * gdb.base/exprs.exp: Add tests for cast to void.
3207
731145cb
TT
32082012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
3209
3210 * gdb.python/py-mi.exp: Correct expected results for attribute
3211 "dynamic" returned by -var-update.
3212 Add test case for correct handling of "diplayhint" for children
3213 of dynamic varobjs.
3214 * gdb.python/py-prettyprint.c (set_itme): New function.
3215 (bug_14741) New function.
3216 (main) Add call to bug_14741().
3217 * gdb.python/py-prettyprint.py (class ArrayPrinter): New class.
3218
e58fcc15
UW
32192012-12-05 Ulrich Weigand <uweigand@de.ibm.com>
3220
3221 * gdb.base/gnu-debugdata.exp: Also include "D" symbols in
3222 ${binfile}.funcsyms list.
3223
e9eb0d14
YQ
32242012-12-04 Yao Qi <yao@codesourcery.com>
3225
3226 PR gdb/13443
3227 * gdb.trace/actions.exp: Make test messages unique.
3228
4983028c
TT
32292012-11-29 Tom Tromey <tromey@redhat.com>
3230
3231 * gdb.base/gnu-debugdata.exp (run, pipeline): Don't use lassign.
3232
ea5e6b0e
UW
32332012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
3234
3235 * gdb.opencl/convs_casts.exp: Always expect standard vector type names.
3236 * gdb.opencl/datatypes.exp: Likewise.
3237 * gdb.opencl/operators.exp: Likewise.
3238 * gdb.opencl/vec_comps.exp: Likewise.
3239
cdde3dfb
JG
32402012-11-29 Jerome Guitton <guitton@adacore.com>
3241
3242 * gdb.ada/iwide: New testcase.
3243
b50d69b5
JG
32442012-11-29 Jerome Guitton <guitton@adacore.com>
3245
3246 * gdb.ada/ptype_tagged_param.exp: Adjust expected output in
3247 ptype test.
3248
c2d3fccf
JG
32492012-11-29 Jerome Guitton <guitton@adacore.com>
3250
3251 * gdb.ada/variant_record_packed_array.exp: Test expressions of the
3252 form {VARIANT_TYPE}ADDRESS.
3253
5edf51fe
YQ
32542012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
3255
3256 * gdb.cp/member-ptr.cc (class Diamond): Add func_ptr.
3257 (func): New function.
3258 (main): Initialize diamond.func_ptr and add diamond_pfunc_ptr.
3259 * gdb.cp/member-ptr.exp: Add new tests for ptype and for
3260 pointers to members with pointer-to-function type.
3261
608e2dbb
TT
32622012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3263 Tom Tromey <tromey@redhat.com>
3264
3265 * gdb.base/gnu-debugdata.exp: New file.
3266 * gdb.base/gnu-debugdata.c: New file.
3267 * lib/gdb.exp (gdb_file_cmd): Handle LZMA warning.
3268 (gdb_unload): Return 0 on success.
3269
4648e588
JK
32702012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3271
3272 * gdb.base/enumval.exp (print e, print f, print K): XFAIL on GCC <= 4.6.
3273
17d6efc4
JB
32742012-11-26 Joel Brobecker <brobecker@adacore.com>
3275
3276 * gdb.base/empty_exe.exp: New testcase.
3277
ace21957
MF
32782012-11-20 Mike Frysinger <vapier@gentoo.org>
3279
3280 * gdb.base/completion.exp: Add test for help aliases completion.
3281
5c401a0a
YQ
32822012-11-20 Yao Qi <yao@codesourcery.com>
3283
3284 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
3285 Don't test 'maint set show-debug-regs'.
3286 Use command 'set remotecache' instead of
3287 'set circular-trace-buffer'.
3288
8dea366b
KS
32892012-11-16 Keith Seitz <keiths@redhat.com>
3290
3291 PR c++/13615
3292 * gdb.cp/baseenum.cc: New file.
3293 * gdb.cp/baseenum.exp: New file.
3294 * gdb.cp/derivation.cc (A): Add copyright.
3295 Add a typedef.
3296 (B): Use A::value_type instead of int. Change all references.
3297 (D): Use value_type instead of int. Change all references.
3298 (E): Likewise.
3299 (F); Likewise.
3300 (Z): New class.
3301 (ZZ): New class.
6fdff2c5 3302 (N, Base, Derived): New namespace and classes.
8dea366b
KS
3303 (main): Add instances of Z and ZZ.
3304 Make sure all symbols from N are kept.
3305 * gdb.cp/derivation.exp: Update typedef changes in tests.
3306 Add tests for class typedefs both before and after starting
3307 the inferior.
3308 Add tests for searching for a typedef while stopped in a
3309 method.
3310
5e34c6c3
LM
33112012-11-14 Luis Machado <lgustavo@codesourcery.com>
3312
3313 * gdb.mi/mi-var-create-rtti.c: New file.
3314 * gdb.mi/mi-var-create-rtti.exp: New file.
3315
5e487a5f
LM
33162012-11-14 Luis Machado <lgustavo@codesourcery.com>
3317
3318 * gdb.base/structs3.exp: Run to main before doing any tests.
3319
6d67b990
AB
33202012-11-14 Andrew Burgess <aburgess@broadcom.com>
3321
3322 * gdb.python/py-type.exp: Uniquify test names.
3323
e5d98164
YQ
33242012-11-14 Yao Qi <yao@codesourcery.com>
3325
3326 * gdb.threads/manythreads.c [DEBUG]: Include "stdio.h".
3327 (thread_function) [DEBUG]: Call 'printf'.
3328 * gdb.threads/manythreads.exp: Pass '-DDEBUG' to compilation
3329 command line if 'DEBUG=1' is passed to test.
3330 Remove a pattern to match inferior's output.
3331
62747a60
TT
33322012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
3333
3334 * gdb.mi/mi-fill-memory.exp: New test.
3335
18a9fc12
TT
33362012-11-12 Tom Tromey <tromey@redhat.com>
3337
3338 * gdb.base/completion.exp: Update for "info type-printers".
3339 * gdb.python/py-typeprint.cc: New file.
3340 * gdb.python/py-typeprint.exp: New file.
3341 * gdb.python/py-typeprint.py: New file.
3342
bd69fc68
TT
33432012-11-12 Tom Tromey <tromey@redhat.com>
3344
3345 * gdb.base/call-sc.exp: Use "ptype/r".
3346 * gdb.base/volatile.exp: Don't expect "int".
3347 * gdb.cp/ptype-flags.cc: New file.
3348 * gdb.cp/ptype-flags.exp: New file.
3349 * gdb.cp/templates.exp: Use ptype/r.
3350 (test_ptype_of_templates, test_template_typedef): Likewise.
3351 * lib/cp-support.exp (cp_test_ptype_class): Add in_ptype_arg
3352 argument. Handle template names and template parameters.
3353 * gdb.mi/mi-var-cmd.exp: Accept "long".
3354 * gdb.mi/mi-var-child.exp: Accept "long".
3355 * gdb.mi/mi-var-display.exp: Accept "long".
3356 * gdb.mi/mi2-var-child.exp: Accept "long".
3357
b3720c3a
TT
33582012-11-12 Tom Tromey <tromey@redhat.com>
3359
3360 * gdb.cp/classes.exp (test_ptype_class_objects): Remove
3361 "ptype" from calls to cp_test_ptype_class.
3362 (test_enums): Likewise.
3363 * gdb.cp/derivation.exp: Remove "ptype" from calls to
3364 cp_test_ptype_class.
3365 * gdb.cp/inherit.exp (test_ptype_si): Remove "ptype" from
3366 calls to cp_test_ptype_class.
3367 (test_ptype_mi, test_ptype_vi, test_ptype_mvi): Likewise.
3368 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Remove "ptype"
3369 from calls to cp_test_ptype_class.
3370 * lib/cp-support.exp (cp_test_ptype_class): Supply "ptype"
3371 command here. Change "in_command" argument to "in_exp".
3372
0d63ecda
KS
33732012-11-10 Keith Seitz <keiths@redhat.com>
3374
3375 PR gdb/14288
3376 * gdb.base/printcmds.c: Add invalid_XXX globals
3377 for repeated byte tests.
3378 * gdb.base/printcmds.exp (test_repeat_bytes): New procedure.
3379 * gdb.base/wchar.c (main): Add and construct a wchar_t
3380 array with repeated characters.
3381 * gdb.base/wchar.exp: Add repeated character tests.
3382
ed8a1c2d
AB
33832012-11-09 Andrew Burgess <aburgess@broadcom.com>
3384
3385 * gdb.mi/mi-disassemble.exp: Expect fullname field in mi
3386 disassembly output.
3387
9107fc8d
PA
33882012-11-09 Pedro Alves <palves@redhat.com>
3389
3390 PR gdb/14306
3391
3392 * gdb.multi/multi-arch-exec.c: New file.
3393 * gdb.multi/multi-arch-exec.exp: New file.
3394
558a9d82
YQ
33952012-11-09 Yao Qi <yao@codesourcery.com>
3396
3397 * gdb.mi/mi-break.exp (test_abreak_creation): New procedure.
3398 (top level): Call it.
3399
e714f336
YQ
34002012-11-09 Yao Qi <yao@codesourcery.com>
3401
3402 * gdb.mi/mi-watch.exp (test_rwatch_creation_and_listing): Fix
3403 typo.
3404
6ecd4729
PA
34052012-11-09 Pedro Alves <palves@redhat.com>
3406
3407 * gdb.multi/multi-arch.exp: New.
3408
9015683b
TT
34092012-11-08 Tom Tromey <tromey@redhat.com>
3410
3411 * gdb.base/siginfo-obj.exp: Create core file. Test siginfo from
3412 core files, if possible.
3413 * gdb.base/siginfo-thread.c: New file
3414 * gdb.base/siginfo-thread.exp: New file
3415
ea9f10bb
TT
34162012-11-08 Tom Tromey <tromey@redhat.com>
3417
3418 * gdb.base/comprdebug.exp: New file.
3419
f6592439
PA
34202012-11-06 Pedro Alves <palves@redhat.com>
3421
3422 PR gdb/14810
3423
3424 * gdb.base/disabled-location.c: New file.
3425 * gdb.base/disabled-location.exp: New file.
3426
2d338fa9
TT
34272012-11-06 Tom Tromey <tromey@redhat.com>
3428
3429 * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd.
3430 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
3431 gdb_gcore_cmd.
3432 * gdb.cell/gcore.exp: Use gdb_gcore_cmd.
3433 * gdb.base/gcore.exp: Use gdb_gcore_cmd.
3434 * gdb.base/gcore-relro.exp: Use gdb_gcore_cmd.
3435 * gdb.base/gcore-buffer-overflow.exp: Use gdb_gcore_cmd.
3436 * gdb.base/auxv.exp: Use gdb_gcore_cmd.
3437 * gdb.arch/vsx-regs.exp: Use gdb_gcore_cmd.
3438 * gdb.arch/system-gcore.exp: Use gdb_gcore_cmd.
3439 * gdb.arch/pa-nullify.exp (test_core_bt): Use gdb_gcore_cmd.
3440 * lib/gdb.exp (gdb_gcore_cmd): New proc.
3441
68c9da30
PA
34422012-11-05 Pedro Alves <palves@redhat.com>
3443
3444 * gdb.base/foll-vfork.exp (vfork_relations_in_info_inferiors): New
3445 procedure.
3446 (do_vfork_and_follow_child_tests_exec)
3447 (do_vfork_and_follow_child_tests_exit): Call it.
3448
a7c8c931
PA
34492012-11-05 Pedro Alves <palves@redhat.com>
3450
3451 * gdb.base/foll-vfork.c (main): Call perror and _exit if execlp()
3452 fails.
3453
6f6484cd
YQ
34542012-11-03 Yao Qi <yao@codesourcery.com>
3455
3456 Fix PR gdb/14617.
3457 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
3458 Remove setup_kfail, and update test.
3459
b45627a0
TT
34602012-11-02 Tom Tromey <tromey@redhat.com>
3461
3462 * gdb.base/catch-syscall.exp (do_syscall_tests): Add completion
3463 test.
3464
f50f4e56
PA
34652012-11-02 Pedro Alves <palves@redhat.com>
3466
3467 PR gdb/14766
3468
3469 * gdb.base/foll-vfork.exp (vfork_child_follow_to_exit): Remove
3470 setup_kfail.
3471 (tcatch_vfork_then_child_follow_exit): No longer expect "Couldn't
3472 get registers".
3473
71ce889d
PA
34742012-11-02 Pedro Alves <palves@redhat.com>
3475
3476 * gdb.base/foll-vfork-exit.c: New file.
3477 * gdb.base/foll-vfork.exp (top level): New file-describing
3478 comment.
3479 (vfork_child_follow_to_exit): New procedure.
3480 (tcatch_vfork_then_child_follow): Rename as ...
3481 (tcatch_vfork_then_child_follow_exec): ... this.
3482 (tcatch_vfork_then_child_follow_exit): New procedure.
3483 (do_vfork_and_follow_parent_tests): New procedure, factored out
3484 from do_vfork_and_exec_tests.
3485 (do_vfork_and_follow_child_tests_exec): Ditto.
3486 (do_vfork_and_exec_tests): Delete.
3487 (do_vfork_and_follow_child_tests_exit): New procedure.
3488 (top level): Run tests with both the program that has the vfork
3489 child execing, and the program has the vfork child exiting.
3490
1e35b1a9
PA
34912012-11-02 Pedro Alves <palves@redhat.com>
3492
3493 * gdb.base/foll-vfork.exp (setup_gdb): New procedure.
3494 (check_vfork_catchpoints, vfork_parent_follow_through_step)
3495 (vfork_parent_follow_to_bp): Call it.
3496 (kill_child): Delete.
3497 (vfork_and_exec_child_follow_to_main_bp)
3498 (vfork_and_exec_child_follow_through_step): Call setup_gdb. No
3499 longer call kill_child.
3500 (tcatch_vfork_then_parent_follow): Call setup_gdb.
3501 (do_vfork_and_exec_tests): Don't runto_main before calling each
3502 test procedure.
3503 (top level): Don't clean restart and set verbose before running
3504 each test procedure.
3505
35062012-11-02 Pedro Alves <palves@redhat.com>
3507
3508 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step)
3509 (vfork_parent_follow_to_bp)
3510 (vfork_and_exec_child_follow_to_main_bp)
3511 (vfork_and_exec_child_follow_through_step)
3512 (tcatch_vfork_then_parent_follow)
3513 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
3514 Use with_test_prefix.
3515
35162012-11-02 Pedro Alves <palves@redhat.com>
3517
3518 * gdb.base/foll-vfork.c: Add copyright header.
3519 * gdb.base/vforked-prog.c: Add copyright header.
3520
35212012-11-02 Pedro Alves <palves@redhat.com>
3522
3523 * gdb.base/foll-vfork.exp
3524 (vfork_and_exec_child_follow_through_step): Don't skip on
3525 non-HP/UX targets. Expect the next to only step one line on
3526 non-HP/UX targets, rather than stopping only after the exec.
3527
35282012-11-02 Pedro Alves <palves@redhat.com>
3529
3530 Don't hard code line numbers.
3531
3532 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step):
3533 Expect text from the sources instead of a line number.
3534 (vfork_parent_follow_to_bp)
3535 (vfork_and_exec_child_follow_to_main_bp)
3536 (vfork_and_exec_child_follow_through_step)
3537 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
3538 Use gdb_get_line_number.
3539
35402012-11-02 Pedro Alves <palves@redhat.com>
3541
3542 Modernize.
3543
3544 * gdb.base/foll-vfork.exp: Use standard_testfile and
3545 build_executable. Pass descriptive string to untested.
3546 (vfork_parent_follow_through_step, vfork_parent_follow_to_bp)
3547 (vfork_and_exec_child_follow_to_main_bp)
3548 (vfork_and_exec_child_follow_through_step)
3549 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow)
3550 (do_vfork_and_exec_tests): Use gdb_test/gdb_test_multiple instead
3551 of send_gdb/gdb_expect.
3552
3553 (kill_child): New procedure.
3554 (vfork_and_exec_child_follow_to_main_bp)
3555 (vfork_and_exec_child_follow_through_step): Use it.
3556
f0559fff
YQ
35572012-11-02 Yao Qi <yao@codesourcery.com>
3558
3559 * gdb.base/setvar.exp: Test setting nested struct.
3560 * gdb.base/setvar.c (v_struct3): New.
3561
c207c6da
DE
35622012-11-01 Doug Evans <dje@google.com>
3563
3564 * gdb.arch/amd64-pseudo.c (main): Mark registers that the testsuite
3565 changes as clobbered (e.g., amd64-dword.exp) so gcc doesn't try to
3566 use them.
3567
2f27adfe
AB
35682012-10-31 Andrew Burgess <aburgess@broadcom.com>
3569
3570 PR cli/14772
3571 * gdb.base/gnu_vector.c (union_with_vector_1)
3572 (struct_with_vector_1): Add new struct and union for testing
3573 ptype.
3574 * gdb.base/gnu_vector.exp: Add testing of ptype on vectors, and
3575 structs / unions containing vectors.
3576
bb662ca6
YQ
35772012-10-25 Yao Qi <yao@codesourcery.com>
3578
3579 * gdb.trace/ftrace.exp (test_fast_tracepoints): Use
3580 'setup_kfail' instead of 'setup_kfail_for_target'.
3581 * gdb.base/varargs.exp: Likewise.
3582 * lib/gdb.exp (setup_kfail_for_target): Remove.
3583
635d23ff
MK
35842012-10-25 Mark Kettenis <kettenis@openbsd.nfra.nl>
3585
3586 * gdb.base/varargs.exp: PR gdb/12790 is now fixed.
3587
afdb064f
MK
35882012-10-25 Mark Kettenis <kettenis@gnu.org>
3589
3590 * gdb.base/varargs.exp: PR gdb/12776 is now fixed.
3591
d99dcf51
JB
35922012-10-24 Joel Brobecker <brobecker@adacore.com>
3593
3594 * gdb.ada/set_wstr: New testcase.
3595
32560274
JB
35962012-10-24 Joel Brobecker <brobecker@adacore.com>
3597
3598 * gdb.base/ldbl_e308.c, gdb.base/ldbl_e308.exp: New files.
3599
5ded5331
JB
36002012-10-24 Joel Brobecker <brobecker@adacore.com>
3601
3602 * gdb.ada/unc_arr_ptr_in_var_rec: New testcase.
3603
d8d84291
MK
36042012-10-24 Mark Kettenis <kettenis@gnu.org>
3605
3606 * gdb.base/callfuncs.exp: PR gdb/12783 is now fixed.
3607
6e933c51
JK
36082012-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3609
3610 * gdb.base/callfuncs.exp (do_function_calls): Fix
3611 setup_kfail_for_target for -m32 mode.
3612
274bd000
MK
36132012-10-23 Mark Kettenis <kettenis@gnu.org>
3614
3615 * gdb.base/callfuncs.exp: PR gdb/12796, gdb/12798 and gdb/12800
3616 are now fixed.
3617
545f743d
YQ
36182012-10-23 Yao Qi <yao@codesourcery.com>
3619
3620 * gdb.base/info-os.exp: Resume the inferior until it exits.
3621
48b56b6a 36222012-10-18 Yufeng Zhang <yufeng.zhang@arm.com>
3623
99c7d5a8 3624 * gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.
3625 * gdb.base/print-file-var.exp: Likewise.
3626 * gdb.base/type-opaque.exp: Likewise.
48b56b6a 3627
8de0566d
YQ
36282012-10-17 Yao Qi <yao@codesourcery.com>
3629
3630 * gdb.mi/mi-memory-changed.exp: New.
3631
44883546
YQ
36322012-10-16 Yao Qi <yao@codesourcery.com>
3633
3634 * gdb.reverse/solib-precsave.exp: Skip if skip_shlib_test
3635 returns true.
3636 Call gdb_load_shlibs.
3637 * gdb.reverse/solib-reverse.exp: Likewise.
3638
345f514a
KS
36392012-10-15 Keith Seitz <keiths@redhat.com>
3640
3641 * lib/cp-support.exp (cp_test_ptype_class): Add support
3642 for class typedefs.
3643
3644 * gdb.cp/derivation.exp: Add tests for g_instance.
3645
9e3a7d65
JK
36462012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3647
3648 Fix entry values resolving in inlined frames.
3649 * gdb.arch/amd64-entry-value-inline.S: New file.
3650 * gdb.arch/amd64-entry-value-inline.c: New file.
3651 * gdb.arch/amd64-entry-value-inline.exp: New file.
3652
21a7b089
JK
36532012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3654 Doug Evans <dje@google.com>
3655
3656 Fix recent gdb_breakpoint regression.
3657 * gdb.java/jmisc.exp: gdb_breakpoint for $function - remove curly
3658 braces from the parameter.
3659 * gdb.java/jprint.exp: Likewise.
3660
2c47921e
DE
36612012-10-15 Doug Evans <dje@google.com>
3662
3663 * lib/gdb.exp (runto): Fix call to gdb_breakpoint.
3664
89398707
JB
36652012-10-15 Yufeng Zhang <yufeng.zhang@arm.com>
3666
3667 * gdb.dwarf2/dw2-icc-opaque.S: Remove '#'.
3668
801e4185
TT
36692012-10-15 Tom Tromey <tromey@redhat.com>
3670
3671 * gdb.python/py-symtab.exp: Test sal and symtab destructors.
3672
74f910c8
TT
36732012-10-15 Tom Tromey <tromey@redhat.com>
3674
3675 * gdb.python/py-symbol.exp: Test symbol destructor.
3676
91567807
YQ
36772012-10-14 Yao Qi <yao@codesourcery.com>
3678
3679 * gdb.mi/mi2-cli.exp: Move to mi-cli.exp.
3680 * gdb.mi/mi-cli.exp: New.
3681
3682 * gdb.mi/mi2-basics.exp: Remove.
3683 * gdb.mi/mi2-break.exp: Remove.
3684 * gdb.mi/mi2-console.exp: Remove.
3685 * gdb.mi/mi2-disassemble.exp: Remove.
3686 * gdb.mi/mi2-eval.exp: Remove.
3687 * gdb.mi/mi2-file.exp: Remove.
3688 * gdb.mi/mi2-hack-cli.exp: Remove.
3689 * gdb.mi/mi2-pthreads.exp: Remove.
3690 * gdb.mi/mi2-read-memory.exp: Remove.
3691 * gdb.mi/mi2-regs.exp: Remove.
3692 * gdb.mi/mi2-return.exp: Remove.
3693 * gdb.mi/mi2-simplerun.exp: Remove.
3694 * gdb.mi/mi2-stack.exp: Remove.
3695 * gdb.mi/mi2-stepi.exp: Remove.
3696 * gdb.mi/mi2-syn-frame.exp: Remove.
3697 * gdb.mi/mi2-until.exp: Remove.
3698 * gdb.mi/mi2-watch.exp: Remove.
3699 * gdb.mi/mi2-var-block.exp: Remove.
3700 * gdb.mi/mi2-var-cmd.exp: Remove.
3701 * gdb.mi/mi2-var-display.exp: Remove.
3702
87332029
YQ
37032012-10-12 Yao Qi <yao@codesourcery.com>
3704
3705 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved): Remove
3706 trail '.*' on matching patterns.
3707
11fc9057
L
37082012-10-11 H.J. Lu <hongjiu.lu@intel.com>
3709
3710 * gdb.arch/i386-bp_permanent.exp: Skip if not is_x86_like_target.
3711 * gdb.arch/i386-cfi-notcurrent.exp: Likewise.
3712 * gdb.arch/i386-disp-step.exp: Likewise.
3713 * gdb.arch/i386-gnu-cfi.exp: Likewise.
3714 * gdb.arch/i386-prologue.exp: Likewise.
3715 * gdb.arch/i386-size-overlap.exp: Likewise.
3716 * gdb.arch/i386-size.exp: Likewise.
3717 * gdb.arch/i386-unwind.exp: Likewise.
3718
7d46bcdc
L
37192012-10-11 H.J. Lu <hongjiu.lu@intel.com>
3720
3721 * gdb.arch/i386-byte.exp: Remove is_ilp32_target check.
3722 * gdb.arch/i386-word.exp: Likewise.
3723
31224d9d
L
37242012-10-11 H.J. Lu <hongjiu.lu@intel.com>
3725
3726 * gdb.arch/i386-avx.exp: Check is_amd64_regs_target instead of
3727 is_ilp32_target to set nr_regs.
3728 * gdb.arch/i386-sse.exp: Likewise.
3729
5b7d0050
DE
37302012-10-11 Doug Evans <dje@google.com>
3731
7c09e5a0
DE
3732 PR breakpoints/14643.
3733 * gdb.linespec/ls-errs.exp: Change tests of "b if|task|thread".
3734 * gdb.linespec/thread.c: New file.
3735 * gdb.linespec/thread.exp: New file.
3736
5b7d0050
DE
3737 * lib/gdb.exp (gdb_breakpoint): Fix varargs scan.
3738 Recognize "message" -> print pass and fail. Add eof case.
3739 (runto): Recognize message, no-message. Print pass/fail if requested,
3740 with same treatment as gdb_breakpoint.
3741 (runto_main): Pass no-message to runto.
3742 (gdb_internal_error_resync): Add log message.
3743 (gdb_file_cmd): Tweak internal error fail text for consistency.
3744
2e24f4aa
JK
37452012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3746
3747 Fix crash during stepping on ppc32.
3748 * gdb.base/step-symless.c: New file.
3749 * gdb.base/step-symless.exp: New file.
3750
aa14df25
DE
37512012-10-03 Doug Evans <dje@google.com>
3752
3753 PR symtab/14601
3754 * gdb.cp/using-crash.exp: New file.
3755 * gdb.cp/using-crash.cc: New file.
3756
975531db
DE
37572012-10-02 Doug Evans <dje@google.com>
3758
3759 * lib/gdb.exp (gdb_unload): Change wording of perror text to be
3760 more consistent.
3761 (runto,gdb_debug_format): Ditto.
3762 (gdb_file_cmd): Watch for eof in nested gdb_expect.
3763 Clean up logging and error messages.
3764
b3dc46ff
AB
37652012-10-01 Andrew Burgess <aburgess@broadcom.com>
3766
3767 Test find command on unmapped memory.
3768 * gdb.base/find-unmapped.c: New file.
3769 * gdb.base/find-unmapped.exp: New file.
3770
45814d45
YQ
37712012-09-29 Yao Qi <yao@codesourcery.com>
3772
3773 * gdb.trace/mi-tracepoint-changed.exp: New.
3774 * gdb.mi/mi-breakpoint-changed.exp: New.
3775 * gdb.mi/pending.c, gdb.mi/pendshr1.c: New
3776 * gdb.mi/pendshr2.c: New.
3777
4c2786ba
YQ
37782012-09-28 Yao Qi <yao@codesourcery.com>
3779
3780 * gdb.mi/pr11022.exp: New.
3781 * gdb.mi/pr11022.c: New. Copied from gdb.base/.
3782
7977e5d2
TT
37832012-09-27 Tom Tromey <tromey@redhat.com>
3784
3785 * gdb.cp/derivation.exp: Add regression test.
3786 * gdb.cp/derivation.cc (class V_base, class V_inter, class
3787 V_derived): New.
3788 (vderived): New global.
3789
0971de02
TT
37902012-09-26 Tom Tromey <tromey@redhat.com>
3791
3792 * gdb.dwarf2/dw2-common-block.S: New file.
3793 * gdb.dwarf2/dw2-common-block.exp: New file.
3794
4357ac6c
TT
37952012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3796
3797 * gdb.fortran/common-block.exp: New file.
3798 * gdb.fortran/common-block.f90: New file.
3799
6f380991
AB
38002012-09-26 Andrew Burgess <aburgess@broadcom.com>
3801
3802 * gdb.base/duplicate-bp.c: New file.
3803 * gdb.base/duplicate-bp.exp: New file.
3804
8ae551cf
YQ
38052012-09-26 Yao Qi <yao@codesourcery.com>
3806
3807 * gdb.mi/mi2-cli.exp: Avoid line number in test summary.
3808
3809 Revert:
3810 2012-09-21 Yao Qi <yao@codesourcery.com>
3811
3812 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
3813
318102b9
SP
38142012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
3815
3816 * gdb.base/longest-types.c: New test case.
3817 * gdb.base/longest-types.exp: New test case.
3818
a1e5fd69
YQ
38192012-09-25 Yao Qi <yao@codesourcery.com>
3820
3821 * gdb.mi/mi2-cli.exp: Check breakpoint notification.
3822
04e7407c
JK
38232012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3824
3825 Fix internal error on canonicalization of clang types.
3826 * gdb.dwarf2/dw2-canonicalize-type.S: New file.
3827 * gdb.dwarf2/dw2-canonicalize-type.exp: New file.
3828 * lib/gdb.exp (gdb_file_cmd): Catch also GDB internal error.
3829
9bf4bce9
JK
38302012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3831
3832 Fix disassemble without parameters in tailcall frame.
3833 * gdb.arch/amd64-entry-value.exp (down, disassemble): New tests.
3834
2603f7ee
AB
38352012-09-21 Andrew Burgess <aburgess@broadcom.com>
3836
3837 * gdb.dwarf2/dw2-op-out-param.S: New file.
3838 * gdb.dwarf2/dw2-op-out-param.exp: New file.
3839
a3569abd
YQ
38402012-09-21 Yao Qi <yao@codesourcery.com>
3841
3842 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
3843
a065d7af
YQ
38442012-09-21 Yao Qi <yao@codesourcery.com>
3845
3846 * gdb.mi/mi-cli.exp: Remove.
3847 * gdb.mi/mi2-cli.exp: Merged from mi-cli.exp.
3848
15544bd9
YQ
38492012-09-21 Yao Qi <yao@codesourcery.com>
3850
3851 * gdb.mi/mi-reverse.exp: Fix the typo in expected output of
3852 "=record-started" notification.
3853
82a90ccf
YQ
38542012-09-21 Yao Qi <yao@codesourcery.com>
3855
3856 * gdb.mi/mi-record-changed.exp: New.
3857 * gdb.mi/mi-reverse.exp: Adjust expected output.
3858
d7de8e3c
TT
38592012-09-20 Tom Tromey <tromey@redhat.com>
3860
3861 * gdb.python/python.exp: Test atexit.register.
3862
1aa99537
DE
38632012-09-20 Doug Evans <dje@google.com>
3864
05eade73
DE
3865 * boards/dwarf4-gdb-index.exp: New file.
3866
1aa99537
DE
3867 * gdb.base/callfuncs.exp (do_function_calls): Set unwindonsignal to on
3868 while running the tests.
3869
4ae24af0
JB
38702012-09-18 Joel Brobecker <brobecker@adacore.com>
3871
3872 * gdb.ada/bp_reset: New testcase.
3873
bb25a15c
YQ
38742012-09-18 Yao Qi <yao@codesourcery.com>
3875
3876 * gdb.trace/mi-tsv-changed.exp: New.
3877
201b4506
YQ
38782012-09-18 Yao Qi <yao@codesourcery.com>
3879
3880 * gdb.trace/mi-traceframe-changed.exp: New.
3881
6fc1c773
YQ
38822012-09-17 Yao Qi <yao@codesourcery.com>
3883
3884 * gdb.base/list.exp (set_listsize): Don't set arg to "unlimited"
3885 when it is less than 0.
3886
1ab3b62c
JK
38872012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3888
3889 PR 14119
3890 * gdb.arch/amd64-tailcall-ret.S: New file.
3891 * gdb.arch/amd64-tailcall-ret.c: New file.
3892 * gdb.arch/amd64-tailcall-ret.exp: New file.
3893 * gdb.reverse/amd64-tailcall-reverse.S: New file.
3894 * gdb.reverse/amd64-tailcall-reverse.c: New file.
3895 * gdb.reverse/amd64-tailcall-reverse.exp: New file.
3896
acf9414f
JK
38972012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3898
3899 PR 14548
3900 * gdb.reverse/singlejmp-reverse-nodebug.S: New file.
3901 * gdb.reverse/singlejmp-reverse-nodebug.c: New file.
3902 * gdb.reverse/singlejmp-reverse.S: New file.
3903 * gdb.reverse/singlejmp-reverse.c: New file.
3904 * gdb.reverse/singlejmp-reverse.exp: New file.
3905
666b578b
JK
39062012-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3907
3908 Fix compatibility with old GCC (~4.1).
3909 * gdb.cp/converts.cc (my_enum_var): New variable.
3910
42056501
AB
39112012-09-14 Andrew Burgess <aburgess@broadcom.com>
3912
3913 * gdb.xml/tdesc-regs.exp: Update expected output for new
3914 vector_size syntax of vector types.
3915
b9516fa1
YPK
39162012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
3917
3918 Refactor Python "gdb" module into a proper Python package, by
3919 introducing a new "_gdb" module for code implemented in C, and
3920 using reload/__import__ instead of exec.
3921 * gdb.python/python.exp (Test stderr location): Update module
3922 location of GDB-specific sys.stderr.
3923 (Test stdout location): Ditto for sys.stdout.
3924
18dc9ad8
JK
39252012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3926
3927 * gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu.
3928
ea3a9873
KS
39292012-09-12 Keith Seitz <keiths@redhat.com>
3930
3931 * gdb.cp/converts.cc (main): Comment out the pointer to boolean
3932 conversion statement.
3933
5941debb
DE
39342012-09-12 Doug Evans <dje@google.com>
3935
3936 * gdb.base/help.exp: Remove testing of individual command help text,
3937 too much of a maintenance burden. Instead, test the functionality
3938 of "help" itself.
3939
cfc35e02
DE
39402012-09-11 Doug Evans <dje@google.com>
3941
3a0ed5d7
DE
3942 * gdb.cp/mb-inline.exp: Do "info break" after setting multi-location
3943 breakpoint.
3944
cfc35e02
DE
3945 * gdb.dwarf2/fission-base.S: Include gdb.dwarf2/ in dwo_name.
3946 * gdb.dwarf2/fission-reread.S: Ditto.
3947 * gdb.dwarf2/fission-base.exp: Remove setting of debug-file-directory.
3948 * gdb.dwarf2/fission-reread.exp: Ditto.
3949
350b1b26
AB
39502012-09-11 Andrew Burgess <aburgess@broadcom.com>
3951
3952 * gdb.base/ptype.exp: Test ptype on a pointer to a typedef.
3953
2fa15f23
JB
39542012-09-10 Joel Brobecker <brobecker@adacore.com>
3955
3956 * gdb.ada/optim_drec: New testcase.
3957
09be558e
DE
39582012-09-10 Doug Evans <dje@google.com>
3959
3960 * boards/fission.exp: Explicitly mark "board" as not remote.
3961
5b4f6e25
KS
39622012-09-10 Keith Seitz <keiths@redhat.com>
3963
3964 PR gdb/13483
3965 * gdb.cp/converts.cc (A::A): Add ctor.
3966 (A::member_): Add member.
3967 (enum my_enum): New enumeration.
3968 (main): Add calls to foo1_7 with various
3969 permitted arguments.
3970 * gdb.cp/converts.exp: Add tests for boolean
3971 conversions permitted by the standard.
3972
b4ca5ed9
YPK
39732012-09-08 Khoo Yit Phang <khooyp@cs.umd.edu>
3974
3975 Replace -nw option with $INTERNAL_GDBFLAGS in "xgdb" tests to
3976 avoid spurious results due to ~/.gdbinit.
3977 * gdb.gdb/complaint.exp (setup_test): Replace -nw option with
3978 $INTERNAL_GDBFLAGS in run command.
3979 * gdb.gdb/observer.exp (setup_test): Ditto.
3980 * gdb.gdb/selftest.exp (test_with_self): Ditto.
3981 * gdb.gdb/xfullpath.exp (setup_test): Ditto.
3982
d54b30bb
DE
39832012-09-06 Doug Evans <dje@google.com>
3984
14910956
DE
3985 * boards/fission.exp: New file.
3986
d54b30bb
DE
3987 * gdb.python/py-value.exp: Use clean_restart.
3988
91b253e1
DE
39892012-09-05 Doug Evans <dje@google.com>
3990
3991 * gdb.base/info-macros.c: Fix whitespace.
3992
1292279a
PA
39932012-08-28 Pedro Alves <palves@redhat.com>
3994
3995 PR gdb/14428
3996
3997 * gdb.base/pc-fp.exp: Adjust expected output of 'info registers pc fp'.
3998
1c8cdcb1
JK
39992012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4000
4001 * gdb.base/break-caller-line.c: New file.
4002 * gdb.base/break-caller-line.exp: New file.
4003
1e8e8b51
JK
40042012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4005
4006 * gdb.ada/rdv_wait.exp (set debug-file-directory): New command.
4007 * gdb.arch/i386-cfi-notcurrent.S: New file.
4008 * gdb.arch/i386-cfi-notcurrent.exp: New file.
4009
1591a1e8
PA
40102012-08-27 Wei-cheng Wang <cole945@gmail.com>
4011 Yao Qi <yao@codesourcery.com>
4012 Pedro Alves <palves@redhat.com>
4013
4014 * gdb.base/memattr.exp (delete_memory, region_pass, region_fail):
4015 New procedures.
4016 (top level): Add overlap checking tests.
4017
4442ada7
TT
40182012-08-24 Tom Tromey <tromey@redhat.com>
4019
4020 * lib/gdb.exp (skip_unwinder_tests): Don't leave 'ok' set if
4021 gdb_test_multiple fails for other reasons.
4022
e7d50cc9
YQ
40232012-08-24 Yao Qi <yao@codesourcery.com>
4024
4025 * lib/gdb.exp (skip_unwinder_tests): Remove pass.
4026
dfbd5e7b
PA
40272012-08-23 Pedro Alves <palves@redhat.com>
4028
4029 * gdb.base/help.exp: Adjust to "handle" help text change.
4030
8d735b87
YQ
40312012-08-23 Yao Qi <yao@codesourcery.com>
4032
4033 * gdb.trace/disconnected-tracing.c (start, end): New.
4034 (main): Call start and end.
4035 * gdb.trace/disconnected-tracing.exp (disconnected_tracing): Move
4036 existing tests into this proc.
4037 (disconnected_tfind): New.
4038
61b1d759
YQ
40392012-08-23 Yao Qi <yao@codesourcery.com>
4040
4041 * boards/native-gdbserver.exp (${board}_upload): New.
4042 * boards/native-stdio-gdbserver.exp (${board}_upload): New.
4043 * gdb.trace/tfile.exp: Don't check 'gdb,nofileio'.
4044 Execute tfile on remote target.
4045 Copy trace file from target to host.
4046
6ca1b147
JM
40472012-08-22 Joseph Myers <joseph@codesourcery.com>
4048
4049 * gdb.arch/thumb-bx-pc.S: New file.
4050 * gdb.arch/thumb-bx-pc.exp: New file.
4051
706e3705
TT
40522012-08-22 Tom Tromey <tromey@redhat.com>
4053
4054 * gdb.base/maint.exp: Update.
4055
b4893d48
TT
40562012-08-22 Tom Tromey <tromey@redhat.com>
4057
4058 * lib/gdb.exp (skip_unwinder_tests): New proc.
4059 * gdb.cp/nextoverthrow.exp: Use skip_unwinder_tests.
4060 * gdb.java/jnpe.exp: Use skip_unwinder_tests.
4061
45b7da81
TT
40622012-08-21 Tom Tromey <tromey@redhat.com>
4063
4064 * gdb.hp/gdb.aCC/exception.exp: Remove.
4065
f94363d7
AP
4066012-08-19 Andrew Pinski <apinski@cavium.com>
4067
4068 * gdb.arch/mips-octeon-bbit.c: New file.
4069 * gdb.arch/mips-octeon-bbit.exp: New Test.
4070
e5afdbd7
KS
4071012-08-19 Keith Seitz <keiths@redhat.com>
4072
4073 PR c++/14365
4074 * gdb.dwarf2/dw2-anon-mptr.exp: New file.
4075 * gdb.dwarf2/dw2-anon-mptr.S: New file.
4076
c29e8b64
JK
40772012-08-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4078
4079 * gdb.base/solib-corrupted.exp (make solibs looping): Replace
4080 verbose -log by more specific untested call.
4081
15a7e7bc
YQ
40822012-08-18 Yao Qi <yao@codesourcery.com>
4083
4084 * gdb.trace/tfind.exp: Move tests on various command help before
4085 checking target supports trace.
4086 Fix the expected output of 'help tfind end'.
4087
a451cb65
KS
40882012-08-17 Keith Seitz <keiths@redhat.com>
4089
4090 PR c++/13356
4091 * gdb.base/default.exp: Update all "check type" tests.
4092 * gdb.base/help.exp: Likewise.
4093 * gdb.base/setshow.exp: Likewise.
4094 * gdb.cp/converts.cc (foo1_type_check): New function.
4095 (foo2_type_check): New function.
4096 (foo3_type_check): New function.
4097 (main): Call new functions.
4098 * converts.exp: Add tests for integer-to-pointer conversions
4099 with/without strict type-checking.
4100
dbf6a605
MF
41012012-08-16 Mike Frysinger <vapier@gentoo.org>
4102
4103 * gdb.base/help.exp: Update expected output.
4104
0c92d8c1
JB
41052012-08-16 Joel Brobecker <brobecker@adacore.com>
4106
4107 * gdb.ada/rdv_wait: New testcase.
4108
e56f7f42
JK
41092012-08-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4110
4111 * gdb.base/attach-twice.exp: Remove excessive ps exec.
4112
f47f77df
DE
41132012-08-13 Doug Evans <dje@google.com>
4114
e202d6e8 4115 * gdb.base/help.exp: Update expected output.
f47f77df
DE
4116 * gdb.base/default.exp: Update expected output of "show convenience".
4117
a72c3253
DE
41182012-08-10 Doug Evans <dje@google.com>
4119
4120 * gdb.python/py-strfns.c: New file.
4121 * gdb.python/py-strfns.exp: New file.
4122 * gdb.python/py-type.exp (test_fields): Add vector tests.
4123
de0bea00
MF
41242012-08-10 Mike Frysinger <vapier@gentoo.org>
4125
4126 PR cli/10436:
4127 * gdb.base/completion.exp: Add tests for handle completion.
4128
5b9afe8a
YQ
41292012-08-09 Yao Qi <yao@codesourcery.com>
4130
4131 * gdb.mi/mi-cmd-param-changed.exp: New.
4132 * gdb.mi/mi-cli.exp: Update for MI notification "=cmd-param-changed".
4133 * gdb.mi/mi-var-rtti.exp, gdb.mi/mi2-cli.exp: Likewise.
4134 * gdb.mi/mi2-prompt.exp: Likewise.
4135
4f485ebc
DE
41362012-08-08 Doug Evans <dje@google.com>
4137
4138 * gdb.base/debug-expr.c: New file.
4139 * gdb.base/debug-expr.exp: New file.
4140 * gdb.base/exprs.exp: Test {type} casts.
4141 * gdb.cp/debug-expr.exp: New file.
4142
5888842d
JK
41432012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4144
4145 * gdb.base/valgrind-infcall.exp (continue #$continue_count): Use
4146 global variable loop, not a 'break'. Add loop count limit to 100.
4147 Add new fail case for terminated vgdb.
4148
4f69f4c2
JK
41492012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4150 Jean-Marc Saffroy <saffroy@gmail.com>
4151
4152 PR 11804
4153 * gdb.base/gcore-relro.exp: New file.
4154 * gdb.base/gcore-relro-main.c: New file.
4155 * gdb.base/gcore-relro-lib.c: New file.
4156
e2de5390
JK
41572012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4158
4159 Do not false FAIL with old GCCs.
4160 * gdb.base/watchpoint.exp (self-delete local watch) <$no_hw>: XFAIL for
4161 GCC < 4.5 in $no_hw mode.
4162
606603c5
JK
41632012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4164
4165 * gdb.base/default.exp (cd): Accept new directory with no arguments.
4166
777f26c2
JK
41672012-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4168
4169 * gdb.base/list.exp (test_only_end): New function.
4170 Call it.
4171
2c12abee
TT
41722012-08-06 Tom Tromey <tromey@redhat.com>
4173
4174 * gdb.python/py-mi.exp: Add test for printer whose children
4175 are a list.
4176 * gdb.python/py-prettyprint.c (struct children_as_list): New.
4177 (main): New variable children_as_list.
4178 * gdb.python/py-prettyprint.py (class pp_children_as_list):
4179 New.
4180 (register_pretty_printers): Register new printer.
4181
0eae2cf4
EBM
41822012-08-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
4183
4184 * gdb.base/valgrind-infcall.exp: Expect leading `.' on ppc64's
4185 symbols. Abort if vgdb remote connection is closed.
4186
09e0881d
DE
41872012-08-02 Doug Evans <dje@google.com>
4188
4189 * gdb.base/info-fun.exp: Fix failures on m68k, ppc64, s390x.
4190
b40f514f
SDJ
41912012-08-02 Sergio Durigan Junior <sergiodj@redhat.com>
4192
4193 * gdb.base/pc-fp.exp: Adjust testcase to match different outputs from
4194 s390x, PowerPC 64 and m68k-linux.
4195
11315ae0
UW
41962012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
4197
4198 * gdb.base/annota1.exp: Accept no frames-invalid notification
4199 when starting up the program.
4200 * gdb.python/py-value.exp (test_value_numeric_ops): Pointers may
4201 show a symbolic value as well.
4202 * gdb.server/server-exec-info.exp: Skip test when skipping
4203 gdbserver test and/or when skipping shared library tests.
4204 * gdb.threads/linux-dp.exp: Unset "seen" when done with it to
4205 avoid name conflicts with other tests.
4206
0547eeed
UW
42072012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
4208
4209 * gdb.dwarf2/dw2-icc-opaque.S: Remove .align directives.
4210 Fix wrong output on big-endian systems.
4211 * gdb.dwarf2/dw2-icc-opaque.exp: Expect @mode32 attribute on
4212 4-byte pointer types on 64-bit s390x.
4213
bdddb4de
UW
42142012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
4215
4216 * gdb.base/watchpoint.c (func2): Initialize local_a. Add
4217 marker comment at the beginning (after intialization).
4218 * gdb.base/watchpoint.exp (test_complex_watchpoint): Set func2
4219 breakpoint on marker comment instead of function begin.
4220 (test_wide_location_1): Do not expect HW watchpoints on 32-bit
4221 PowerPC.
4222 (test_wide_location_2): Do not expect HW watchpoints on 32-bit
4223 or 64-bit PowerPC.
4224 (do_tests): Consistently set can-use-hw-watchpoints to 0 if
4225 gdb,no_hardware_watchpoints flag is set.
4226 (initialize): Remove now redundant can-use-hw-watchpoints change.
4227
5d206025
YQ
42282012-08-02 Yao Qi <yao@codesourcery.com>
4229 Pedro Alves <palves@redhat.com>
4230
4231 * boards/local-remote-host.exp: New.
4232
4f665099
UW
42332012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
4234
4235 * gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs.
4236 * gdb.base/ctxobj.exp: Call gdb_load_shlibs.
4237 * gdb.base/print-file-var.exp: Likewise.
4238 * gdb.server/solib-list.exp: Skip on remote targets.
4239
b62e2b27
UW
42402012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
4241
4242 * gdb.base/watchpoint.exp (test_wide_location_1): Expect software
4243 watchpoints on ARM. When expecting software watchpoints, tolerate
4244 (remote) targets that report unsupported hardware watchpoint only
4245 at continue time.
4246 (test_wide_location_2): Likewise.
4247
a967a851
JK
42482012-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4249
4250 * gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
4251 valgrind versions.
4252
75d9f9ff 42532012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
a14dd77e
JK
4254
4255 * gdb.base/valgrind-infcall.c: New file.
4256 * gdb.base/valgrind-infcall.exp: New file.
4257
75d9f9ff
JK
4258 * gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
4259
1c9f2ed2
KS
42602012-07-30 Keith Seitz <keiths@redhat.com>
4261
4262 * gdb.linespec/ls-errs.exp: Check some quote-enclosed
4263 linespecs.
4264
7f9b2034
DE
42652012-07-30 Doug Evans <dje@google.com>
4266
85220e01
DE
4267 * gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
4268 * gdb.dwarf2/pr13961.S: Ditto.
4269
7f9b2034
DE
4270 * gdb.dwarf2/dw4-sig-types.exp: Fix typo.
4271
4e969b4f
AB
42722012-07-30 Andrew Burgess <aburgess@broadcom.com>
4273
4274 * gdb.mi/mi-var-invalidate.exp: Create a floating variable and
4275 change its format immediately after reloading the binary.
4276
e7de8362
JK
42772012-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4278
4279 Fix testsuite regression after --use-deprecated-index-sections removal.
4280 * gdb.base/annota1.exp (run until main breakpoint): Update the expect
4281 string.
4282 * gdb.base/async-shell.exp (gdbindex_warning_re): Likewise.
4283
7255706c
YQ
42842012-07-27 Yao Qi <yao@codesourcery.com>
4285
4286 KFAIL for PR remote/14161.
4287 * gdb.trace/strace.exp (strace_remove_socket): kfail for native.
4288 Cleanup socket files.
4289 (strace_info_marker): Detach inferior.
4290
f2e8016f
TT
42912012-07-26 Tom Tromey <tromey@redhat.com>
4292
6fdff2c5 4293 * gdb.objc/print.exp (test_float_accepted): Remove kfails.
f2e8016f 4294
f66713d2
JK
42952012-07-26 Markus Metzger <markus.t.metzger@intel.com>
4296
4297 * gdb.python/py-inferior.c (thread): New function.
4298 (check_threads): New function.
4299 (test_threads): New function.
4300 * gdb.python/py-inferior.exp: Added test.
4301 Replaced runto with continue to breakpoint.
4302
8223e12c
TT
43032012-07-26 Tom Tromey <tromey@redhat.com>
4304
4305 * lib/ada.exp (standard_ada_testfile): New proc.
4306 * gdb.ada/aliased_array.exp: Use standard_ada_testfile.
4307 * gdb.ada/array_bounds.exp: Use standard_ada_testfile.
4308 * gdb.ada/array_return.exp: Use standard_ada_testfile.
4309 * gdb.ada/array_subscript_addr.exp: Use standard_ada_testfile.
4310 * gdb.ada/arrayidx.exp: Use standard_ada_testfile.
4311 * gdb.ada/arrayparam.exp: Use standard_ada_testfile.
4312 * gdb.ada/arrayptr.exp: Use standard_ada_testfile.
4313 * gdb.ada/atomic_enum.exp: Use standard_ada_testfile.
4314 * gdb.ada/bad-task-bp-keyword.exp: Use standard_ada_testfile.
4315 * gdb.ada/bp_enum_homonym.exp: Use standard_ada_testfile.
4316 * gdb.ada/bp_on_var.exp: Use standard_ada_testfile.
4317 * gdb.ada/bp_range_type.exp: Use standard_ada_testfile.
4318 * gdb.ada/call_pn.exp: Use standard_ada_testfile.
4319 * gdb.ada/catch_ex.exp: Use standard_ada_testfile.
4320 * gdb.ada/char_enum.exp: Use standard_ada_testfile.
4321 * gdb.ada/char_param.exp: Use standard_ada_testfile.
4322 * gdb.ada/complete.exp: Use standard_ada_testfile.
4323 * gdb.ada/cond_lang.exp: Use standard_ada_testfile,
4324 standard_output_file.
4325 * gdb.ada/dyn_loc.exp: Use standard_ada_testfile.
4326 * gdb.ada/enum_idx_packed.exp: Use standard_ada_testfile.
4327 * gdb.ada/exec_changed.exp: Use standard_ada_testfile,
4328 standard_output_file.
4329 * gdb.ada/exprs.exp: Use standard_ada_testfile.
4330 * gdb.ada/fixed_cmp.exp: Use standard_ada_testfile.
4331 * gdb.ada/fixed_points.exp: Use standard_ada_testfile.
4332 * gdb.ada/formatted_ref.exp: Use standard_ada_testfile.
4333 * gdb.ada/frame_args.exp: Use standard_ada_testfile.
4334 * gdb.ada/fullname_bp.exp: Use standard_ada_testfile.
4335 * gdb.ada/fun_addr.exp: Use standard_ada_testfile.
4336 * gdb.ada/fun_in_declare.exp: Use standard_ada_testfile.
4337 * gdb.ada/funcall_param.exp: Use standard_ada_testfile.
4338 * gdb.ada/homonym.exp: Use standard_ada_testfile.
4339 * gdb.ada/info_locals_renaming.exp: Use standard_ada_testfile.
4340 * gdb.ada/int_deref.exp: Use standard_ada_testfile.
4341 * gdb.ada/interface.exp: Use standard_ada_testfile.
4342 * gdb.ada/lang_switch.exp: Use standard_ada_testfile,
4343 standard_output_file
4344 * gdb.ada/mi_catch_ex.exp: Use standard_ada_testfile.
4345 * gdb.ada/mi_task_arg.exp: Use standard_ada_testfile.
4346 * gdb.ada/mi_task_info.exp: Use standard_ada_testfile.
4347 * gdb.ada/mod_from_name.exp: Use standard_ada_testfile.
4348 * gdb.ada/nested.exp: Use standard_ada_testfile.
4349 * gdb.ada/null_array.exp: Use standard_ada_testfile.
4350 * gdb.ada/null_record.exp: Use standard_ada_testfile.
4351 * gdb.ada/operator_bp.exp: Use standard_ada_testfile.
4352 * gdb.ada/packed_array.exp: Use standard_ada_testfile.
4353 * gdb.ada/packed_tagged.exp: Use standard_ada_testfile.
4354 * gdb.ada/print_chars.exp: Use standard_ada_testfile.
4355 * gdb.ada/print_pc.exp: Use standard_ada_testfile.
4356 * gdb.ada/ptr_typedef.exp: Use standard_ada_testfile.
4357 * gdb.ada/ptype_field.exp: Use standard_ada_testfile.
4358 * gdb.ada/ptype_tagged_param.exp: Use standard_ada_testfile.
4359 * gdb.ada/rec_return.exp: Use standard_ada_testfile.
4360 * gdb.ada/ref_param.exp: Use standard_ada_testfile.
4361 * gdb.ada/ref_tick_size.exp: Use standard_ada_testfile.
4362 * gdb.ada/same_enum.exp: Use standard_ada_testfile.
4363 * gdb.ada/set_pckd_arr_elt.exp: Use standard_ada_testfile.
4364 * gdb.ada/small_reg_param.exp: Use standard_ada_testfile.
4365 * gdb.ada/start.exp: Use standard_ada_testfile.
4366 * gdb.ada/str_ref_cmp.exp: Use standard_ada_testfile.
4367 * gdb.ada/sym_print_name.exp: Use standard_ada_testfile.
4368 * gdb.ada/taft_type.exp: Use standard_ada_testfile.
4369 * gdb.ada/tagged.exp: Use standard_ada_testfile.
4370 * gdb.ada/tagged_not_init.exp: Use standard_ada_testfile.
4371 * gdb.ada/task_bp.exp: Use standard_ada_testfile.
4372 * gdb.ada/tasks.exp: Use standard_ada_testfile.
4373 * gdb.ada/tick_last_segv.exp: Use standard_ada_testfile.
4374 * gdb.ada/type_coercion.exp: Use standard_ada_testfile.
4375 * gdb.ada/uninitialized_vars.exp: Use standard_ada_testfile.
4376 * gdb.ada/variant_record_packed_array.exp: Use standard_ada_testfile.
4377 * gdb.ada/watch_arg.exp: Use standard_ada_testfile.
4378 * gdb.ada/whatis_array_val.exp: Use standard_ada_testfile.
4379 * gdb.ada/widewide.exp: Use standard_ada_testfile.
4380
bbec57e4
JK
43812012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4382
4383 Fix testsuite regression after --use-deprecated-index-sections removal.
4384 * lib/mi-support.exp (gdbindex_warning_re): Update the expect string.
4385
9cc8e32c
JK
43862012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4387
4388 Fix compatibility with Tcl before 7.5.
4389 * lib/future.exp (lreverse): New function if it does not exist.
4390
ea5ca7b5
MK
43912012-07-25 Marc Khouzam <marc.khouzam@ericsson.com>
4392
4393 * gdb.mi/mi-pending.c: New method to set a second pending
4394 breakpoint.
4395 * gdb.mi/mi-pending.exp: Set a pending breakpoint with a
4396 condition.
4397
64776a0b
PA
43982012-07-20 Pedro Alves <palves@redhat.com>
4399
4400 PR threads/11692
4401 PR gdb/12203
4402
4403 * gdb.threads/create-fail.c: New file.
4404 * gdb.threads/create-fail.exp: New file.
4405
13e4e967
PA
44062012-07-19 Pedro Alves <palves@redhat.com>
4407
4408 * config/monitor.exp (gdb_load): Remove redundant ';' in for loop.
4409 * config/vx.exp (gdb_start): Likewise.
4410 * gdb.base/printcmds.exp (test_print_repeats_10): Likewise.
4411 * gdb.base/setvar.exp (test_set): Likewise.
4412 * gdb.base/sigall.exp: Use foreach+lrange instead of for+continue.
4413 * gdb.reverse/sigall-precsave.exp: Likewise.
4414 * gdb.reverse/sigall-reverse.exp: Likewise.
4415
b7aefa4d
PA
44162012-07-19 Pedro Alves <palves@redhat.com>
4417
4418 * gdb.reverse/sigall-precsave.exp: Set a breakpoint at each signal
4419 handler before recording.
4420
608b4967
TT
44212012-07-19 Tom Tromey <tromey@redhat.com>
4422
4423 * gdb.cp/casts.exp: Add tests for typeof and decltype.
4424 * gdb.cp/casts.cc (decltype): New function.
4425 (main): Use it.
4426
b1e0c0fa
PA
44272012-07-19 Pedro Alves <palves@redhat.com>
4428
4429 * gdb.base/sigall.exp (signals): New list.
4430 <top level>: Loop over signals in the $signals list instead of
4431 calling a test function once per signal.
4432 * gdb.reverse/sigall-precsave.exp (signals): New list.
4433 <top level>: Loop over signals in the $signals list instead of
4434 calling a test function once per signal.
4435 * gdb.reverse/sigall-reverse.exp (signals): New list.
4436 <top level>: Loop over signals in the $signals list instead of
4437 calling a test function once per signal.
4438
6ace3df1
YQ
44392012-07-19 Yao Qi <yao@codesourcery.com>
4440
4441 * gdb.base/setshow.exp: Test 'set args ~'.
4442
263a0f8c
JK
44432012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4444
4445 * gdb.base/store.exp (check_set): Import gdb_prompt.
4446 (continue to wack_${t}): Make it to conditional gdb_test_multiple.
4447 (${prefix}; next ${t}): Hide its name, handle it conditionally now.
4448
8f043999
JK
44492012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4450
4451 PR 11914
4452 * gdb.python/py-prettyprint.c (eval_func, eval_sub): New.
4453 (main): Call eval_sub.
4454 * gdb.python/py-prettyprint.exp:
4455 (python execfile ('py-prettyprint.py')): Move it earlier.
4456 New breakpoint for eval-break.
4457 (continue to breakpoint: eval-break, info locals): New test.
4458 (python execfile ('py-prettyprint.py')): Move it from here.
4459 * gdb.python/py-prettyprint.py (class pp_eval_type): New.
4460 (register_pretty_printers): Register pp_eval_type.
4461
725c7b66
JK
44622012-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4463
4464 Fix a testcase regression by me.
4465 * gdb.dwarf2/fission-reread.S: Fix two DW_FORM_data8 to be
4466 DW_FORM_data4.
4467
4359dff1
JK
44682012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4469 Doug Evans <dje@google.com>
4470
4471 * gdb.dwarf2/dw2-minsym-in-cu.S: New file.
4472 * gdb.dwarf2/dw2-minsym-in-cu.exp: New file.
4473
61e44cfa
JK
44742012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4475
4476 Fix gdbserver run regression.
4477 * gdb.trace/disconnected-tracing.exp (executabel): Fix typo.
4478
93c0ef37
TT
44792012-07-12 Tom Tromey <tromey@redhat.com>
4480
4481 * lib/gdb.exp (standard_testfile): Don't declare objdir.
4482 (clean_restart): Likewise.
4483 (core_find): Use standard_output_file.
4484
76027ef5
TT
44852012-07-12 Tom Tromey <tromey@redhat.com>
4486
4487 * gdb.dwarf2/dup-psym.exp: Use prepare_for_testing_full.
4488 * gdb.dwarf2/dw2-anonymous-func.exp: Use
4489 prepare_for_testing_full.
4490 * gdb.dwarf2/dw2-basic.exp: Use prepare_for_testing_full.
4491 * gdb.dwarf2/dw2-compressed.exp: Use prepare_for_testing_full.
4492 * gdb.dwarf2/dw2-const.exp: Use prepare_for_testing_full.
4493 * gdb.dwarf2/dw2-cu-size.exp: Use prepare_for_testing_full.
4494 * gdb.dwarf2/dw2-intercu.exp: Use prepare_for_testing_full.
4495 * gdb.dwarf2/dw2-intermix.exp: Use prepare_for_testing_full.
4496 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use
4497 prepare_for_testing_full.
4498 * gdb.dwarf2/dw2-producer.exp: Use prepare_for_testing_full.
4499 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use
4500 prepare_for_testing_full.
4501 * gdb.dwarf2/dw2-restore.exp: Use prepare_for_testing_full.
4502 * gdb.dwarf2/dw2-strp.exp: Use prepare_for_testing_full.
4503 * gdb.dwarf2/mac-fileno.exp: Use prepare_for_testing_full.
4504
85b4440a
TT
45052012-07-12 Tom Tromey <tromey@redhat.com>
4506
4507 * lib/gdb.exp (build_executable_from_specs): New proc, from
4508 build_executable.
4509 (build_executable): Use it.
4510 (prepare_for_testing_full): New proc.
4511
55baab26
TT
45122012-07-11 Tom Tromey <tromey@redhat.com>
4513
4514 * gdb.reverse/break-precsave.exp: Use standard_output_file.
4515 * gdb.reverse/consecutive-precsave.exp: Use standard_output_file.
4516 * gdb.reverse/finish-precsave.exp: Use standard_output_file.
4517 * gdb.reverse/i386-precsave.exp: Use standard_output_file.
4518 * gdb.reverse/machinestate-precsave.exp: Use standard_output_file.
4519 * gdb.reverse/sigall-precsave.exp: Use standard_output_file.
4520 * gdb.reverse/solib-precsave.exp: Use standard_output_file.
4521 * gdb.reverse/step-precsave.exp: Use standard_output_file.
4522 * gdb.reverse/until-precsave.exp: Use standard_output_file.
4523 * gdb.reverse/watch-precsave.exp: Use standard_output_file.
4524
298a9cf0
TT
45252012-07-10 Tom Tromey <tromey@redhat.com>
4526
4527 * gdb.mi/dw2-ref-missing-frame.exp: Use standard_testfile,
4528 standard_output_file.
4529 * gdb.mi/gdb2549.exp: Use standard_testfile.
4530 * gdb.mi/gdb669.exp: Use standard_testfile.
4531 * gdb.mi/gdb701.exp: Use standard_testfile.
4532 * gdb.mi/gdb792.exp: Use standard_testfile.
4533 * gdb.mi/mi-async.exp: Use standard_testfile.
4534 * gdb.mi/mi-basics.exp: Use standard_testfile.
4535 * gdb.mi/mi-break.exp: Use standard_testfile.
4536 * gdb.mi/mi-cli.exp: Use standard_testfile.
4537 * gdb.mi/mi-console.exp: Use standard_testfile.
4538 * gdb.mi/mi-disassemble.exp: Use standard_testfile.
4539 * gdb.mi/mi-eval.exp: Use standard_testfile.
4540 * gdb.mi/mi-file-transfer.exp: Use standard_testfile.
4541 * gdb.mi/mi-file.exp: Use standard_testfile.
4542 * gdb.mi/mi-inheritance-syntax-error.exp: Use standard_testfile.
4543 * gdb.mi/mi-logging.exp: Use standard_testfile.
4544 * gdb.mi/mi-nonstop-exit.exp: Use standard_testfile.
4545 * gdb.mi/mi-nonstop.exp: Use standard_testfile.
4546 * gdb.mi/mi-ns-stale-regcache.exp: Use standard_testfile.
4547 * gdb.mi/mi-nsintrall.exp: Use standard_testfile.
4548 * gdb.mi/mi-nsmoribund.exp: Use standard_testfile.
4549 * gdb.mi/mi-nsthrexec.exp: Use standard_testfile.
4550 * gdb.mi/mi-pending.exp: Use standard_testfile,
4551 standard_output_file.
4552 * gdb.mi/mi-pthreads.exp: Use standard_testfile.
4553 * gdb.mi/mi-read-memory.exp: Use standard_testfile.
4554 * gdb.mi/mi-regs.exp: Use standard_testfile.
4555 * gdb.mi/mi-return.exp: Use standard_testfile.
4556 * gdb.mi/mi-reverse.exp: Use standard_testfile.
4557 * gdb.mi/mi-simplerun.exp: Use standard_testfile.
4558 * gdb.mi/mi-solib.exp: Use standard_testfile,
4559 standard_output_file.
4560 * gdb.mi/mi-stack.exp: Use standard_testfile.
4561 * gdb.mi/mi-stepi.exp: Use standard_testfile.
4562 * gdb.mi/mi-stepn.exp: Use standard_testfile.
4563 * gdb.mi/mi-syn-frame.exp: Use standard_testfile.
4564 * gdb.mi/mi-until.exp: Use standard_testfile.
4565 * gdb.mi/mi-var-block.exp: Use standard_testfile.
4566 * gdb.mi/mi-var-child-f.exp: Use standard_testfile.
4567 * gdb.mi/mi-var-child.exp: Use standard_testfile.
4568 * gdb.mi/mi-var-cmd.exp: Use standard_testfile.
4569 * gdb.mi/mi-var-cp.exp: Use standard_testfile.
4570 * gdb.mi/mi-var-display.exp: Use standard_testfile.
4571 * gdb.mi/mi-var-invalidate.exp: Use standard_testfile,
4572 standard_output_file.
4573 * gdb.mi/mi-var-rtti.exp: Use standard_testfile.
4574 * gdb.mi/mi-watch-nonstop.exp: Use standard_testfile.
4575 * gdb.mi/mi-watch.exp: Use standard_testfile.
4576 * gdb.mi/mi2-amd64-entry-value.exp: Use standard_testfile.
4577 * gdb.mi/mi2-basics.exp: Use standard_testfile.
4578 * gdb.mi/mi2-break.exp: Use standard_testfile.
4579 * gdb.mi/mi2-cli.exp: Use standard_testfile.
4580 * gdb.mi/mi2-console.exp: Use standard_testfile.
4581 * gdb.mi/mi2-disassemble.exp: Use standard_testfile.
4582 * gdb.mi/mi2-eval.exp: Use standard_testfile.
4583 * gdb.mi/mi2-file.exp: Use standard_testfile.
4584 * gdb.mi/mi2-pthreads.exp: Use standard_testfile.
4585 * gdb.mi/mi2-read-memory.exp: Use standard_testfile.
4586 * gdb.mi/mi2-regs.exp: Use standard_testfile.
4587 * gdb.mi/mi2-return.exp: Use standard_testfile.
4588 * gdb.mi/mi2-simplerun.exp: Use standard_testfile.
4589 * gdb.mi/mi2-stack.exp: Use standard_testfile.
4590 * gdb.mi/mi2-stepi.exp: Use standard_testfile.
4591 * gdb.mi/mi2-syn-frame.exp: Use standard_testfile.
4592 * gdb.mi/mi2-until.exp: Use standard_testfile.
4593 * gdb.mi/mi2-var-block.exp: Use standard_testfile.
4594 * gdb.mi/mi2-var-child.exp: Use standard_testfile.
4595 * gdb.mi/mi2-var-cmd.exp: Use standard_testfile.
4596 * gdb.mi/mi2-var-display.exp: Use standard_testfile.
4597 * gdb.mi/mi2-watch.exp: Use standard_testfile.
4598
f5f3a911
TT
45992012-07-10 Tom Tromey <tromey@redhat.com>
4600
4601 * gdb.cp/abstract-origin.exp: Use standard_testfile.
4602 * gdb.cp/ambiguous.exp: Use standard_testfile,
4603 prepare_for_testing.
4604 * gdb.cp/annota2.exp: Use standard_testfile, prepare_for_testing.
4605 * gdb.cp/annota3.exp: Use standard_testfile, prepare_for_testing.
4606 * gdb.cp/anon-ns.exp: Use standard_testfile.
4607 * gdb.cp/anon-struct.exp: Use standard_testfile.
4608 * gdb.cp/anon-union.exp: Use standard_testfile,
4609 prepare_for_testing.
4610 * gdb.cp/arg-reference.exp: Use standard_testfile,
4611 prepare_for_testing.
4612 * gdb.cp/bool.exp: Use standard_testfile, prepare_for_testing.
4613 * gdb.cp/breakpoint.exp: Use standard_testfile,
4614 prepare_for_testing.
4615 * gdb.cp/bs15503.exp: Use standard_testfile, prepare_for_testing.
4616 * gdb.cp/call-c.exp: Use standard_testfile, clean_restart,
4617 standard_output_file.
4618 * gdb.cp/casts.exp: Use standard_testfile, prepare_for_testing.
4619 * gdb.cp/class2.exp: Use standard_testfile, prepare_for_testing.
4620 * gdb.cp/classes.exp: Use standard_testfile, prepare_for_testing.
4621 (test_static_members): Update.
4622 * gdb.cp/cmpd-minsyms.exp: Use standard_testfile.
4623 * gdb.cp/converts.exp: Use standard_testfile.
4624 * gdb.cp/cp-relocate.exp: Use standard_testfile.
4625 * gdb.cp/cpcompletion.exp: Use standard_testfile,
4626 prepare_for_testing.
4627 * gdb.cp/cpexprs.exp: Use standard_testfile, prepare_for_testing.
4628 * gdb.cp/cplabel.exp: Use standard_testfile.
4629 * gdb.cp/cplusfuncs.exp: Use standard_testfile,
4630 prepare_for_testing.
4631 * gdb.cp/ctti.exp: Use standard_testfile, prepare_for_testing.
4632 * gdb.cp/derivation.exp: Use standard_testfile,
4633 prepare_for_testing.
4634 * gdb.cp/destrprint.exp: Use standard_testfile.
4635 * gdb.cp/dispcxx.exp: Use standard_testfile.
4636 * gdb.cp/exception.exp: Use standard_testfile,
4637 prepare_for_testing.
4638 * gdb.cp/expand-psymtabs-cxx.exp: Use standard_testfile.
4639 * gdb.cp/extern-c.exp: Use standard_testfile,
4640 prepare_for_testing.
4641 * gdb.cp/formatted-ref.exp: Use standard_testfile,
4642 prepare_for_testing.
4643 * gdb.cp/fpointer.exp: Use standard_testfile.
4644 * gdb.cp/gdb1355.exp: Use standard_testfile, prepare_for_testing.
4645 * gdb.cp/gdb2384.exp: Use standard_testfile, clean_restart,
4646 standard_output_file.
4647 * gdb.cp/gdb2495.exp: Use standard_testfile, prepare_for_testing.
4648 * gdb.cp/hang.exp: Use standard_testfile, prepare_for_testing.
4649 * gdb.cp/infcall-dlopen.exp: Use standard_testfile,
4650 standard_output_file.
4651 * gdb.cp/inherit.exp: Use standard_testfile, prepare_for_testing.
4652 (do_tests): Update.
4653 * gdb.cp/koenig.exp: Use standard_testfile.
4654 * gdb.cp/local.exp: Use standard_testfile, prepare_for_testing.
4655 * gdb.cp/m-data.exp: Use standard_testfile, prepare_for_testing.
4656 * gdb.cp/m-static.exp: Use standard_testfile,
4657 prepare_for_testing.
4658 * gdb.cp/mb-ctor.exp: Use standard_testfile, prepare_for_testing.
4659 * gdb.cp/mb-inline.exp: Use standard_testfile,
4660 prepare_for_testing.
4661 * gdb.cp/mb-templates.exp: Use standard_testfile,
4662 prepare_for_testing.
4663 * gdb.cp/member-ptr.exp: Use standard_testfile,
4664 prepare_for_testing.
4665 * gdb.cp/meth-typedefs.exp: Use standard_testfile.
4666 * gdb.cp/method.exp: Use standard_testfile, prepare_for_testing.
4667 * gdb.cp/method2.exp: Use standard_testfile.
4668 * gdb.cp/minsym-fallback.exp: Use standard_testfile,
4669 standard_output_file.
4670 * gdb.cp/misc.exp: Use standard_testfile, prepare_for_testing.
4671 (do_tests): Update.
4672 * gdb.cp/namespace-enum.exp: Use standard_testfile,
4673 prepare_for_testing.
4674 * gdb.cp/namespace-nested-import.exp: Use standard_testfile,
4675 prepare_for_testing.
4676 * gdb.cp/namespace.exp: Use standard_testfile,
4677 prepare_for_testing.
4678 * gdb.cp/nextoverthrow.exp: Use standard_testfile.
4679 * gdb.cp/no-dmgl-verbose.exp: Use standard_testfile.
4680 * gdb.cp/nsdecl.exp: Use standard_testfile, prepare_for_testing.
4681 * gdb.cp/nsimport.exp: Use standard_testfile,
4682 prepare_for_testing.
4683 * gdb.cp/nsnested.exp: Use standard_testfile.
4684 * gdb.cp/nsnoimports.exp: Use standard_testfile.
4685 * gdb.cp/nsrecurs.exp: Use standard_testfile,
4686 prepare_for_testing.
4687 * gdb.cp/nsstress.exp: Use standard_testfile,
4688 prepare_for_testing.
4689 * gdb.cp/nsusing.exp: Use standard_testfile, prepare_for_testing.
4690 * gdb.cp/operator.exp: Use standard_testfile.
4691 * gdb.cp/oranking.exp: Use standard_testfile.
4692 * gdb.cp/overload-const.exp: Use standard_testfile.
4693 * gdb.cp/overload.exp: Use standard_testfile,
4694 prepare_for_testing.
4695 * gdb.cp/ovldbreak.exp: Use standard_testfile.
4696 * gdb.cp/ovsrch.exp: Use standard_testfile.
4697 * gdb.cp/paren-type.exp: Use standard_testfile.
4698 * gdb.cp/pass-by-ref.exp: Use standard_testfile,
4699 prepare_for_testing.
4700 * gdb.cp/pr-1023.exp: Use standard_testfile, prepare_for_testing.
4701 * gdb.cp/pr-1210.exp: Use standard_testfile, prepare_for_testing.
4702 * gdb.cp/pr-574.exp: Use standard_testfile, prepare_for_testing.
4703 * gdb.cp/pr10687.exp: Use standard_testfile, clean_restart.
4704 * gdb.cp/pr10728.exp: Use standard_testfile,
4705 standard_output_file.
4706 * gdb.cp/pr12028.exp: Use standard_testfile.
4707 * gdb.cp/pr9067.exp: Use standard_testfile, prepare_for_testing.
4708 * gdb.cp/pr9167.exp: Use standard_testfile.
4709 * gdb.cp/pr9631.exp: Use standard_testfile, prepare_for_testing.
4710 * gdb.cp/printmethod.exp: Use standard_testfile,
4711 prepare_for_testing.
4712 * gdb.cp/psmang.exp: Use standard_testfile, clean_restart.
4713 * gdb.cp/psymtab-parameter.exp: Use standard_testfile.
4714 * gdb.cp/ptype-cv-cp.exp: Use standard_testfile.
4715 * gdb.cp/re-set-overloaded.exp: Use standard_testfile,
4716 standard_output_file.
4717 * gdb.cp/readnow-language.exp: Use standard_testfile.
4718 * gdb.cp/ref-params.exp: Use standard_testfile, build_executable.
4719 (gdb_start_again): Use clean_restart.
4720 * gdb.cp/ref-types.exp: Use standard_testfile,
4721 prepare_for_testing.
4722 * gdb.cp/rtti.exp: Use standard_testfile, prepare_for_testing.
4723 * gdb.cp/shadow.exp: Use standard_testfile, prepare_for_testing.
4724 * gdb.cp/smartp.exp: Use standard_testfile.
4725 * gdb.cp/static-method.exp: Use standard_testfile.
4726 * gdb.cp/static-print-quit.exp: Use standard_testfile.
4727 * gdb.cp/temargs.exp: Use standard_testfile.
4728 * gdb.cp/templates.exp: Use standard_testfile,
4729 prepare_for_testing.
4730 (do_tests): Update.
4731 * gdb.cp/try_catch.exp: Use standard_testfile,
4732 prepare_for_testing.
4733 * gdb.cp/typedef-operator.exp: Use standard_testfile.
4734 * gdb.cp/userdef.exp: Use standard_testfile, prepare_for_testing.
4735 * gdb.cp/virtbase.exp: Use standard_testfile,
4736 prepare_for_testing.
4737 * gdb.cp/virtfunc.exp: Use standard_testfile,
4738 prepare_for_testing.
4739 (do_tests): Update.
4740 * gdb.cp/virtfunc2.exp: Use standard_testfile,
4741 prepare_for_testing.
4742
686f09d0
TT
47432012-07-10 Tom Tromey <tromey@redhat.com>
4744
4745 * lib/gdb.exp (standard_testfile): Unset output variables from
4746 earlier invocations.
4747
9357e021
YQ
47482012-07-10 Yao Qi <yao@codesourcery.com>
4749
4750 * gdb.mi/gdb2549.exp: Remove -DFAKEARGV from compilation flags.
4751 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp: Likewise.
4752 * gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp: Likewise.
4753 * gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp: Likewise.
4754 * gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp: Likewise.
4755 * gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp: Likewise.
4756 * gdb.mi/mi-return.exp, gdb.mi/mi-reverse.exp: Likewise.
4757 * gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp: Likewise.
4758 * gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp: Likewise.
4759 * gdb.mi/mi-until.exp, gdb.mi/mi-var-block.exp: Likewise.
4760 * gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp: Likewise.
4761 * gdb.mi/mi-var-display.exp: Likewise.
4762 * gdb.mi/mi-var-invalidate.exp: Likewise.
4763 * gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp: Likewise.
4764 * gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp: Likewise.
4765 * gdb.mi/mi2-console.exp: Likewise.
4766 * gdb.mi/mi2-disassemble.exp: Likewise.
4767 * gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp: Likewise.
4768 * gdb.mi/mi2-read-memory.exp: Likewise.
4769 * gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp: Likewise.
4770 * gdb.mi/mi2-simplerun.exp: Likewise.
4771 * gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp: Likewise.
4772 * gdb.mi/mi2-syn-frame.exp: Likewise.
4773 * gdb.mi/mi2-until.exp, gdb.mi/mi2-var-block.exp: Likewise.
4774 * gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp: Likewise.
4775 * gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp: Likewise.
4776
e314d629
TT
47772012-07-09 Tom Tromey <tromey@redhat.com>
4778
4779 * gdb.base/whatis.exp: Add error checks for improper 'void' uses.
4780 * gdb.base/callfuncs.exp: Add cast-based test.
4781 * gdb.base/callfuncs.c (voidfunc): New function.
4782
06928b3f
DE
47832012-07-08 Doug Evans <dje@google.com>
4784
4785 * gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
4786
32f11bad
JK
47872012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4788
4789 Fix XFAIL compatibility with old i386 systems.
4790 * gdb.base/stale-infcall.exp (test system longjmp tracking support):
4791 Check also 'Cannot insert breakpoint 0'.
4792
76b83c51
JK
47932012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4794
4795 PR 14321
4796 * gdb.base/find.exp
4797 (find int64_search_buf, +64/8*100, int64_search_buf): New test.
4798
a6fb9c08
TT
47992012-07-06 Tom Tromey <tromey@redhat.com>
4800
4801 * gdb.base/whatis.exp: Add test.
4802
71918a86
TT
48032012-07-06 Tom Tromey <tromey@redhat.com>
4804
4805 * gdb.base/whatis.exp: Add regression test.
4806
fcde5961
TT
48072012-07-06 Tom Tromey <tromey@redhat.com>
4808
4809 * gdb.base/whatis.exp: Add tests.
4810
f9cf0f4a
JK
48112012-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4812
4813 PR 12649
4814 * gdb.base/dprintf.exp (Set dprintf style to agent): Add missing
4815 gdb_test_multiple $gdb_prompt terminator.
4816
979ade8b
PA
48172012-07-04 Pedro Alves <palves@redhat.com>
4818
4819 * gdb.mi/mi-reverse.exp: Use supports_reverse and
4820 supports_process_record.
4821
8a980b44
PA
48222012-07-04 Pedro Alves <palves@redhat.com>
4823
4824 * gdb.ada/packed_tagged/comp_bug.adb: Convert to unix text line
4825 endings.
4826 * gdb.mi/mi-reverse.exp: Convert to unix text line endings.
4827
855ba978
SS
48282012-07-03 Stan Shebs <stan@codesourcery.com>
4829
4830 * gdb.base/info-os.c (main): Retry resource acquisition until an
4831 available one is found.
4832 * gdb.base/info-os.exp: Collect resource keys from the program
4833 and use them in matching.
4834
fcb44371
JK
48352012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4836
4837 * gdb.threads/gcore-thread.exp: Remove variable libthread_db_seen.
4838 Wrap the test into loop for corefile and core0file.
4839
08a67be6
JK
48402012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4841
4842 * gdb.dwarf2/fission-reread.S: Remove .section attributes.
4843 Change CU pointer size to 4 bytes, adjust .8byte to .4byte. Remove
4844 .note.GNU-stack.
4845
0f3c2347
JK
4846 * gdb.dwarf2/fission-reread.S: Change # comments to /* */ comments.
4847
ff4a4500
SDJ
48482012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
4849
4850 * gdb.base/help.exp (help b, help br, help bre, help brea, help
4851 break): Include help message for the new `-probe' and `-probe-stap'
4852 options.
4853
d3ce09f5
SS
48542012-07-02 Stan Shebs <stan@codesourcery.com>
4855
4856 * gdb.base/dprintf.exp: Add agent style tests.
4857
a1624241
JK
48582012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4859
4860 * gdb.base/stale-infcall.c (infcall): New label test-next.
4861 (main): New labels test-pass and test-fail.
4862 * gdb.base/stale-infcall.exp: Continue to test-next. Put breakpoint
4863 $test_fail_bpnum to test-fail.
4864 (test system longjmp tracking support): New test.
4865 Delete $test_fail_bpnum.
4866 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept also Temporary
4867 breakpoint.
4868
42e7ad6c
DE
48692012-06-30 Doug Evans <dje@google.com>
4870
4871 * gdb.dwarf2/fission-reread.S: New file.
4872 * gdb.dwarf2/fission-reread.exp: New file.
4873
37ce89eb
SS
48742012-06-28 Stan Shebs <stan@codesourcery.com>
4875
4876 * gdb.mi/mi-logging.exp: New file.
4877
e5ef252a
PA
48782012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4879 Pedro Alves <palves@redhat.com>
4880
4881 * gdb.threads/siginfo-threads.exp: New file.
4882 * gdb.threads/siginfo-threads.c: New file.
4883 * gdb.threads/sigstep-threads.exp: New file.
4884 * gdb.threads/sigstep-threads.c: New file.
4885
22f1fbae
TT
48862012-06-28 Tom Tromey <tromey@redhat.com>
4887
4888 * gdb.go/package.exp: Partially revert earlier patch; use
4889 gdb_compile again. Use standard_output_file.
4890
2e3cf129
DE
48912012-06-27 Doug Evans <dje@google.com>
4892
4893 * gdb.dwarf2/fission-base.c: New file.
4894 * gdb.dwarf2/fission-base.S: New file.
4895 * gdb.dwarf2/fission-base.exp: New file.
4896
785fd303
JK
48972012-06-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4898
4899 * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile.
4900
1bb9788d
TT
49012012-06-27 Tom Tromey <tromey@redhat.com>
4902
4903 * gdb.base/macscp1.c (macscp_expr): Add breakpoint comment.
4904 * gdb.base/macscp.exp (maybe_kfail): Add test for macro scope.
4905
c83ee902
TT
49062012-06-27 Tom Tromey <tromey@redhat.com>
4907
4908 * gdb.dwarf2/pr10770.exp: Use standard_testfile.
4909 * gdb.dwarf2/dw2-var-zero-addr.exp: Use standard_testfile.
4910 * gdb.dwarf2/dw2-param-error.exp: Use standard_testfile.
4911 * gdb.dwarf2/dw2-op-call.exp: Use standard_testfile.
4912 * gdb.dwarf2/dw2-inline-param.exp: Use standard_testfile,
4913 prepare_for_testing.
4914 * gdb.dwarf2/dw2-inline-break.exp: Use standard_testfile.
4915 * gdb.dwarf2/dw2-ifort-parameter.exp: Use standard_testfile.
4916 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Use
4917 standard_testfile.
4918 * gdb.dwarf2/dw2-case-insensitive.exp: Use standard_testfile.
4919 * gdb.dwarf2/dw4-sig-types.exp: Use standard_testfile.
4920 * gdb.dwarf2/dw2-objfile-overlap.exp: Use standard_testfile.
4921 * gdb.dwarf2/callframecfa.exp: Use standard_testfile,
4922 prepare_for_testing.
4923 * gdb.dwarf2/dup-psym.exp: Use standard_testfile.
4924 * gdb.dwarf2/dw2-ada-ffffffff.exp: Use standard_testfile.
4925 * gdb.dwarf2/dw2-anonymous-func.exp: Use standard_testfile.
4926 * gdb.dwarf2/dw2-bad-parameter-type.exp: Use standard_testfile.
4927 * gdb.dwarf2/dw2-basic.exp: Use standard_testfile.
4928 * gdb.dwarf2/dw2-compressed.exp: Use standard_testfile.
4929 * gdb.dwarf2/dw2-const.exp: Use standard_testfile.
4930 * gdb.dwarf2/dw2-cu-size.exp: Use standard_testfile.
4931 * gdb.dwarf2/dw2-double-set-die-type.exp: Use standard_testfile.
4932 * gdb.dwarf2/dw2-empty-namespace.exp: Use standard_testfile.
4933 * gdb.dwarf2/dw2-empty-pc-range.exp: Use standard_testfile.
4934 * gdb.dwarf2/dw2-filename.exp: Use standard_testfile.
4935 * gdb.dwarf2/dw2-icc-opaque.exp: Use standard_testfile.
4936 * gdb.dwarf2/dw2-inheritance.exp: Use standard_testfile.
4937 * gdb.dwarf2/dw2-intercu.exp: Use standard_testfile.
4938 * gdb.dwarf2/dw2-intermix.exp: Use standard_testfile.
4939 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use standard_testfile.
4940 * gdb.dwarf2/dw2-modula2-self-type.exp: Use standard_testfile.
4941 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use standard_testfile.
4942 * gdb.dwarf2/dw2-op-stack-value.exp: Use standard_testfile.
4943 * gdb.dwarf2/dw2-producer.exp: Use standard_testfile.
4944 * gdb.dwarf2/dw2-ranges.exp: Use standard_testfile,
4945 standard_output_file.
4946 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use standard_testfile,
4947 standard_output_file.
4948 * gdb.dwarf2/dw2-restore.exp: Use standard_testfile.
4949 * gdb.dwarf2/dw2-simple-locdesc.exp: Use standard_testfile.
4950 * gdb.dwarf2/dw2-skip-prologue.exp: Use standard_testfile.
4951 * gdb.dwarf2/dw2-stack-boundary.exp: Use standard_testfile.
4952 * gdb.dwarf2/dw2-strp.exp: Use standard_testfile.
4953 * gdb.dwarf2/dw4-sig-type-unused.exp: Use standard_testfile.
4954 * gdb.dwarf2/implptr-64bit.exp: Use standard_testfile.
4955 * gdb.dwarf2/implptr-optimized-out.exp: Use standard_testfile.
4956 * gdb.dwarf2/implptr.exp: Use standard_testfile.
4957 * gdb.dwarf2/mac-fileno.exp: Use standard_testfile.
4958 * gdb.dwarf2/member-ptr-forwardref.exp: Use standard_testfile.
4959 * gdb.dwarf2/pieces.exp: Use standard_testfile.
4960 * gdb.dwarf2/pr11465.exp: Use standard_testfile.
4961 * gdb.dwarf2/pr13961.exp: Use standard_testfile.
4962 * gdb.dwarf2/valop.exp: Use standard_testfile,
4963 prepare_for_testing.
4964
5204774b
TT
49652012-06-27 Tom Tromey <tromey@redhat.com>
4966
4967 * gdb.python/python.exp: Fix regexps in pagination tests.
4968
ee0bf529
SCR
49692012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4970
4971 * gdb.python/py-symtab.exp: Add tests to test the new attribute
4972 'last' of gdb.Symtab_and_line.
4973 * gdb.python/py-symbol.c: Move break point comment to enable
4974 testing of gdb.Symtab_and_line.last.
4975
14fcc022
TT
49762012-06-26 Tom Tromey <tromey@redhat.com>
4977
4978 * gdb.threads/step.c: Remove.
4979 * gdb.threads/step.exp: Remove.
4980 * gdb.threads/step2.exp: Remove.
4981
0efbbabc
TT
49822012-06-26 Tom Tromey <tromey@redhat.com>
4983
4984 * gdb.threads/watchpoint-fork.exp (test): Use
4985 standard_output_file. Don't declare objdir.
4986 * gdb.threads/attach-into-signal.exp: Use standard_testfile,
4987 standard_output_file.
4988 * gdb.threads/attach-stopped.exp: Use standard_testfile.
4989 * gdb.threads/bp_in_thread.exp: Use standard_testfile,
4990 clean_restart. Remove incdir.
4991 * gdb.threads/corethreads.exp: Use standard_testfile.
4992 * gdb.threads/execl.exp: Use standard_testfile,
4993 standard_output_file, clean_restart.
4994 * gdb.threads/fork-child-threads.exp: Use standard_testfile,
4995 clean_restart.
4996 * gdb.threads/fork-thread-pending.exp: Use standard_testfile,
4997 clean_restart.
4998 * gdb.threads/gcore-thread.exp: Use standard_testfile. Remove
4999 incdir.
5000 * gdb.threads/hand-call-in-threads.exp: Use standard_testfile,
5001 clean_restart. Remove incdir.
5002 * gdb.threads/ia64-sigill.exp: Use standard_testfile.
5003 * gdb.threads/interrupted-hand-call.exp: Use standard_testfile,
5004 clean_restart. Remove incdir.
5005 * gdb.threads/killed.exp: Use standard_testfile, clean_restart.
5006 Remove incdir.
5007 * gdb.threads/leader-exit.exp: Use standard_testfile.
5008 * gdb.threads/linux-dp.exp: Use standard_testfile, clean_restart.
5009 * gdb.threads/local-watch-wrong-thread.exp: Use standard_testfile,
5010 clean_restart.
5011 * gdb.threads/manythreads.exp: Use standard_testfile,
5012 clean_restart. Remove incdir.
5013 * gdb.threads/multi-create.exp: Use standard_testfile,
5014 clean_restart.
5015 * gdb.threads/no-unwaited-for-left.exp: Use standard_testfile.
5016 * gdb.threads/non-ldr-exc-1.exp: Use standard_testfile.
5017 * gdb.threads/non-ldr-exc-2.exp: Use standard_testfile.
5018 * gdb.threads/non-ldr-exc-3.exp: Use standard_testfile.
5019 * gdb.threads/non-ldr-exc-4.exp: Use standard_testfile.
5020 * gdb.threads/pending-step.exp: Use standard_testfile,
5021 clean_restart. Remove incdir.
5022 * gdb.threads/print-threads.exp: Use standard_testfile,
5023 clean_restart. Remove incdir.
5024 * gdb.threads/pthread_cond_wait.exp: Use standard_testfile,
5025 clean_restart. Remove incdir.
5026 * gdb.threads/pthreads.exp: Use standard_testfile, clean_restart.
5027 Remove incdir.
5028 * gdb.threads/schedlock.exp: Use standard_testfile. Remove
5029 incdir.
5030 * gdb.threads/sigthread.exp: Use standard_testfile,
5031 clean_restart.
5032 * gdb.threads/staticthreads.exp: Use standard_testfile,
5033 clean_restart. Remove incdir.
5034 * gdb.threads/switch-threads.exp: Use standard_testfile,
5035 clean_restart. Remove incdir.
5036 * gdb.threads/thread-execl.exp: Use standard_testfile,
5037 clean_restart. Remove incdir.
5038 * gdb.threads/thread-find.exp: Use standard_testfile,
5039 clean_restart.
5040 * gdb.threads/thread-specific.exp: Use standard_testfile,
5041 clean_restart. Remove incdir.
5042 * gdb.threads/thread-unwindonsignal.exp: Use standard_testfile,
5043 clean_restart. Remove incdir.
5044 * gdb.threads/thread_check.exp: Use standard_testfile,
5045 clean_restart. Remove incdir.
5046 * gdb.threads/thread_events.exp: Use standard_testfile. Remove
5047 incdir.
5048 * gdb.threads/threadapply.exp: Use standard_testfile,
5049 clean_restart. Remove incdir.
5050 * gdb.threads/threxit-hop-specific.exp: Use standard_testfile,
5051 clean_restart. Remove incdir.
5052 * gdb.threads/tls-nodebug.exp: Use standard_testfile,
5053 clean_restart.
5054 * gdb.threads/tls-shared.exp: Use standard_testfile,
5055 clean_restart, standard_output_file.
5056 * gdb.threads/tls-var.exp: Use standard_testfile,
5057 standard_output_file.
5058 * gdb.threads/tls.exp: Use standard_testfile, clean_restart.
5059 Remove incdir.
5060 * gdb.threads/watchthreads-reorder.exp: Use standard_testfile.
5061 * gdb.threads/watchthreads.exp: Use standard_testfile. Remove
5062 incdir.
5063 * gdb.threads/watchthreads2.exp: Use standard_testfile,
5064 clean_restart. Remove incdir.
5065
497a5eb0
TT
50662012-06-26 Tom Tromey <tromey@redhat.com>
5067
5068 * gdb.trace/actions.exp: Use standard_testfile.
5069 * gdb.trace/ax.exp: Use standard_testfile.
5070 * gdb.trace/backtrace.exp: Use standard_testfile.
5071 * gdb.trace/change-loc.exp: Use standard_testfile.
5072 * gdb.trace/circ.exp: Use standard_testfile, prepare_for_testing.
5073 * gdb.trace/collection.exp: Use standard_testfile,
5074 prepare_for_testing.
5075 * gdb.trace/deltrace.exp: Use standard_testfile.
5076 * gdb.trace/disconnected-tracing.exp: Use standard_testfile.
5077 * gdb.trace/ftrace.exp: Use standard_testfile.
5078 * gdb.trace/infotrace.exp: Use standard_testfile.
5079 * gdb.trace/packetlen.exp: Use standard_testfile.
5080 * gdb.trace/passc-dyn.exp: Use standard_testfile.
5081 * gdb.trace/passcount.exp: Use standard_testfile.
5082 * gdb.trace/pending.exp: Use standard_testfile.
5083 * gdb.trace/report.exp: Use standard_testfile.
5084 * gdb.trace/save-trace.exp: Use standard_testfile.
5085 * gdb.trace/stap-trace.exp: Use standard_testfile.
5086 * gdb.trace/status-stop.exp: Use standard_testfile.
5087 * gdb.trace/strace.exp: Use standard_testfile.
5088 * gdb.trace/tfile.exp: Use standard_testfile.
5089 * gdb.trace/tfind.exp: Use standard_testfile.
5090 * gdb.trace/trace-break.exp: Use standard_testfile.
5091 * gdb.trace/trace-mt.exp: Use standard_testfile.
5092 * gdb.trace/tracecmd.exp: Use standard_testfile.
5093 * gdb.trace/tspeed.exp: Use standard_testfile.
5094 * gdb.trace/tstatus.exp: Use standard_testfile.
5095 * gdb.trace/tsv.exp: Use standard_testfile.
5096 * gdb.trace/unavailable.exp: Use standard_testfile,
5097 prepare_for_testing.
5098 * gdb.trace/while-dyn.exp: Use standard_testfile.
5099 * gdb.trace/while-stepping.exp: Use standard_testfile.
5100
7686c074
TT
51012012-06-26 Tom Tromey <tromey@redhat.com>
5102
5103 * gdb.reverse/break-precsave.exp: Use standard_testfile.
5104 * gdb.reverse/break-reverse.exp: Use standard_testfile.
5105 * gdb.reverse/consecutive-precsave.exp: Use standard_testfile.
5106 * gdb.reverse/consecutive-reverse.exp: Use standard_testfile.
5107 * gdb.reverse/finish-precsave.exp: Use standard_testfile.
5108 * gdb.reverse/finish-reverse-bkpt.exp: Use standard_testfile.
5109 * gdb.reverse/finish-reverse.exp: Use standard_testfile.
5110 * gdb.reverse/i386-precsave.exp: Use standard_testfile,
5111 prepare_for_testing.
5112 * gdb.reverse/i386-reverse.exp: Use standard_testfile,
5113 prepare_for_testing.
5114 * gdb.reverse/i386-sse-reverse.exp: Use standard_testfile,
5115 prepare_for_testing.
5116 * gdb.reverse/i387-env-reverse.exp: Use standard_testfile,
5117 prepare_for_testing.
5118 * gdb.reverse/i387-stack-reverse.exp: Use standard_testfile,
5119 prepare_for_testing
5120 * gdb.reverse/machinestate-precsave.exp: Use standard_testfile.
5121 * gdb.reverse/machinestate.exp: Use standard_testfile.
5122 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Use standard_testfile.
5123 * gdb.reverse/sigall-precsave.exp: Use standard_testfile,
5124 build_executable.
5125 * gdb.reverse/sigall-reverse.exp: Use standard_testfile,
5126 build_executable.
5127 * gdb.reverse/solib-precsave.exp: Use standard_testfile,
5128 standard_output_file.
5129 * gdb.reverse/solib-reverse.exp: Use standard_testfile,
5130 standard_output_file.
5131 * gdb.reverse/step-precsave.exp: Use standard_testfile.
5132 * gdb.reverse/step-reverse.exp: Use standard_testfile.
5133 * gdb.reverse/until-precsave.exp: Use standard_testfile.
5134 * gdb.reverse/until-reverse.exp: Use standard_testfile.
5135 * gdb.reverse/watch-precsave.exp: Use standard_testfile.
5136 * gdb.reverse/watch-reverse.exp: Use standard_testfile.
5137
481fc100
TT
51382012-06-26 Tom Tromey <tromey@redhat.com>
5139
5140 * gdb.stabs/weird.exp: Remove directory-checking code. Use
5141 standard_output_file.
5142 * gdb.stabs/exclfwd.exp: Use standard_testfile,
5143 prepare_for_testing. Remove directory-checking code.
5144
7bb18ae2
TT
51452012-06-25 Tom Tromey <tromey@redhat.com>
5146
5147 * gdb.multi/watchpoint-multi.exp: Use standard_testfile.
5148 * gdb.multi/bkpt-multi-exec.exp: Use standard_output_file. Use
5149 build_executable, not prepare_for_testing.
5150 * gdb.multi/base.exp: Use standard_output_file. Use
5151 build_executable, not prepare_for_testing.
5152
cf09b3e4
TT
51532012-06-25 Tom Tromey <tromey@redhat.com>
5154
5155 * gdb.fortran/subarray.exp: Use standard_testfile,
5156 prepare_for_testing.
5157 * gdb.fortran/multi-dim.exp: Use standard_testfile.
5158 * gdb.fortran/module.exp: Use standard_testfile.
5159 * gdb.fortran/logical.exp: Use standard_testfile.
5160 * gdb.fortran/library-module.exp: Use standard_testfile,
5161 standard_output_file.
5162 * gdb.fortran/derived-type.exp: Use standard_testfile,
5163 prepare_for_testing.
5164 * gdb.fortran/complex.exp: Use standard_testfile,
5165 prepare_for_testing.
5166 * gdb.fortran/charset.exp: Use standard_testfile.
5167 * gdb.fortran/array-element.exp: Use standard_testfile,
5168 prepare_for_testing.
5169
18b5ff1b
KS
51702012-06-25 Keith Seitz <keiths@redhat.com>
5171
5172 * gdb.mi/mi-break.exp (test_rbreak_creation_and_listing):
5173 Change rbreak-related tests to KFAIL and add bugzilla numbers.
5174
17b77626
TT
51752012-06-25 Tom Tromey <tromey@redhat.com>
5176
5177 * gdb.pascal/integers.exp: Use standard_testfile, clean_restart.
5178 * gdb.pascal/hello.exp: Use standard_testfile, clean_restart.
5179 * gdb.pascal/gdb11492.exp: Use standard_testfile, clean_restart.
5180 * gdb.pascal/floats.exp: Use standard_testfile, clean_restart.
5181
f91e3dc1
TT
51822012-06-25 Tom Tromey <tromey@redhat.com>
5183
5184 * gdb.linespec/ls-errs.exp: Use standard_testfile.
5185 * gdb.linespec/ls-dollar.exp: Use standard_testfile.
5186 * gdb.linespec/linespec.exp: Use standard_testfile.
5187
a884434d
TT
51882012-06-25 Tom Tromey <tromey@redhat.com>
5189
5190 * gdb.modula2/unbounded-array.exp: Use standard_testfile,
5191 prepare_for_testing.
5192
efc9d70a
TT
51932012-06-25 Tom Tromey <tromey@redhat.com>
5194
5195 * gdb.opt/clobbered-registers-O2.exp: Use standard_testfile,
5196 prepare_for_testing.
5197 * gdb.opt/inline-break.exp: Use standard_testfile,
5198 prepare_for_testing.
5199 * gdb.opt/inline-bt.exp: Use standard_testfile,
5200 prepare_for_testing.
5201 * gdb.opt/inline-cmds.exp: Use standard_testfile,
5202 prepare_for_testing.
5203 * gdb.opt/inline-locals.exp: Use standard_testfile,
5204 prepare_for_testing.
5205
e2fc92c6
TT
52062012-06-25 Tom Tromey <tromey@redhat.com>
5207
5208 * gdb.asm/asm-source.exp: Use standard_output_file,
5209 standard_testfile. Construct .o files in proper subdir.
5210
b0963d73
TT
52112012-06-25 Tom Tromey <tromey@redhat.com>
5212
5213 * gdb.server/ext-attach.exp: Use standard_testfile,
5214 prepare_for_testing.
5215 * gdb.server/ext-run.exp: Use standard_testfile,
5216 build_executable.
5217 * gdb.server/file-transfer.exp: Use standard_testfile,
5218 prepare_for_testing.
5219 * gdb.server/server-exec-info.exp: Use standard_testfile.
5220 * gdb.server/server-mon.exp: Use standard_testfile,
5221 prepare_for_testing.
5222 * gdb.server/server-run.exp: Use standard_testfile,
5223 build_executable.
5224 * gdb.server/solib-list.exp: Use standard_testfile,
5225 standard_output_file.
5226
8a3e1f8d
TT
52272012-06-25 Tom Tromey <tromey@redhat.com>
5228
5229 * lib/gdb.exp (standard_output_file): Use "file join".
5230 * gdb.go/chan.exp: Use standard_testfile.
5231 * gdb.go/handcall.exp: Use standard_testfile.
5232 * gdb.go/hello.exp: Use standard_testfile.
5233 * gdb.integers/chan.exp: Use standard_testfile.
5234 * gdb.go/methods.exp: Use standard_testfile.
5235 * gdb.go/package.exp: Use standard_testfile.
5236 * gdb.go/strings.exp: Use standard_testfile.
5237 * gdb.go/types.exp: Use standard_testfile.
5238 * gdb.go/unsafe.exp: Use standard_testfile.
5239
944a9061
MGD
52402012-06-25 Greta Yorsh <greta.yorsh@arm.com>
5241
5242 * gdb.arch/arm-disp-step.S: Fix use of .global directives.
5243
1c06bd58
JK
52442012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5245
5246 Fix regression by the previous commit.
5247 * gdb.python/lib-types.exp: Add c++ to the compilation flags.
5248
b4a58790
TT
52492012-06-22 Tom Tromey <tromey@redhat.com>
5250
5251 * gdb.python/lib-types.exp: Use standard_testfile,
5252 prepare_for_testing.
5253 * gdb.python/py-block.exp: Use standard_testfile.
5254 * gdb.python/py-breakpoint.exp: Use standard_testfile.
5255 * gdb.python/py-events.exp: Use standard_testfile,
5256 standard_output_file.
5257 * gdb.python/py-evsignal.exp: Use standard_testfile.
5258 * gdb.python/py-evethreads.exp: Use standard_testfile.
5259 * gdb.python/py-explore-cc.exp: Use standard_testfile.
5260 * gdb.python/py-explore.exp: Use standard_testfile.
5261 * gdb.python/py-finish-breakpoint.exp: Use standard_testfile,
5262 standard_output_file.
5263 * gdb.python/py-finish-breakpoint2.exp: Use standard_testfile,
5264 prepare_for_testing.
5265 * gdb.python/py-frame-inline.exp: Use standard_testfile.
5266 * gdb.python/py-frame.exp: Use standard_testfile.
5267 * gdb.python/py-inferior.exp: Use standard_testfile.
5268 * gdb.python/py-infthread.exp: Use standard_testfile.
5269 * gdb.python/py-mi.exp: Use standard_testfile.
5270 * gdb.python/py-objfile-script.exp: Use standard_testfile,
5271 build_executable.
5272 * gdb.python/py-objfile.exp: Use standard_testfile.
5273 * gdb.python/py-pp-maint.exp: Use standard_testfile,
5274 prepare_for_testing.
5275 * gdb.python/py-prettyprint.exp: Use standard_testfile.
5276 * gdb.python/py-progspace.exp: Use standard_testfile,
5277 build_executable.
5278 * gdb.python/py-prompt.exp: Use standard_testfile,
5279 build_executable.
5280 * gdb.python/py-section-script.exp: Use standard_testfile,
5281 build_executable.
5282 * gdb.python/py-shared.exp: Use standard_testfile,
5283 standard_output_file, clean_restart.
5284 * gdb.python/py-symbol.exp: Use standard_output_file,
5285 prepare_for_testing.
5286 * gdb.python/py-symtab.exp: Use standard_output_file,
5287 prepare_for_testing
5288 * gdb.python/py-template.exp: Use standard_testfile.
5289 * gdb.python/py-type.exp: Use standard_testfile.
5290 * gdb.python/py-value-cc.exp: Use standard_testfile.
5291 * gdb.python/py-value.exp: Use standard_testfile.
5292 * gdb.python/python.exp: Use standard_testfile, build_executable.
5293
2c44deac
TT
52942012-06-22 Tom Tromey <tromey@redhat.com>
5295
5296 * gdb.objc/basicclass.exp: Use standard_testfile.
5297 (do_objc_tests): Don't declare objdir.
5298 * gdb.objc/nondebug.exp: Use standard_testfile.
5299 (do_objc_tests): Don't declare objdir.
5300 * gdb.objc/objcdecode.exp: Use standard_testfile.
5301 (do_objc_tests): Don't declare objdir.
5302
c24ccbce
TT
53032012-06-22 Tom Tromey <tromey@redhat.com>
5304
5305 * gdb.java/jmain.exp: Use standard_testfile.
5306 * gdb.java/jmisc.exp: Use standard_testfile.
5307 * gdb.java/jnpe.exp: Use standard_testfile.
5308 * gdb.java/jprint.exp: Use standard_testfile.
5309
0a6d0306
TT
53102012-06-22 Tom Tromey <tromey@redhat.com>
5311
5312 * lib/gdb.exp (default_gdb_init): Set gdb_test_file_name.
5313 (standard_output_file, standard_testfile): New procs.
5314 (build_executable, clean_restart): Use standard_output_file.
5315
6ea815ef
YQ
53162012-06-22 Yao Qi <yao@codesourcery.com>
5317
5318 * boards/native-gdbserver.exp: New proc ${board}_exec.
5319 * boards/native-stdio-gdbserver.exp: Likewise.
5320
4c93b1db
TT
53212012-06-21 Tom Tromey <tromey@redhat.com>
5322
5323 * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests)
5324 (build_executable): Update.
5325 (get_compiler_info): Remove 'binfile' argument.
5326 * gdb.ada/arrayidx.exp: Update.
5327 * gdb.ada/null_array.exp: Update.
5328 * gdb.arch/altivec-abi.exp: Update.
5329 * gdb.arch/altivec-regs.exp: Update.
5330 * gdb.arch/amd64-byte.exp: Update.
5331 * gdb.arch/amd64-dword.exp: Update.
5332 * gdb.arch/amd64-word.exp: Update.
5333 * gdb.arch/i386-avx.exp: Update.
5334 * gdb.arch/i386-byte.exp: Update.
5335 * gdb.arch/i386-sse.exp: Update.
5336 * gdb.arch/i386-word.exp: Update.
5337 * gdb.arch/ppc-dfp.exp: Update.
5338 * gdb.arch/ppc-fp.exp: Update.
5339 * gdb.arch/vsx-regs.exp: Update.
5340 * gdb.base/all-bin.exp: Update.
5341 * gdb.base/annota1.exp: Update.
5342 * gdb.base/async.exp: Update.
5343 * gdb.base/attach.exp: Update.
5344 * gdb.base/break-interp.exp: Update.
5345 * gdb.base/call-ar-st.exp: Update.
5346 * gdb.base/call-rt-st.exp: Update.
5347 * gdb.base/call-sc.exp: Update.
5348 * gdb.base/callfuncs.exp: Update.
5349 * gdb.base/catch-load.exp: Update.
5350 * gdb.base/completion.exp: Update.
5351 * gdb.base/complex.exp: Update.
5352 * gdb.base/condbreak.exp: Update.
5353 * gdb.base/consecutive.exp: Update.
5354 * gdb.base/constvars.exp: Update.
5355 * gdb.base/corefile.exp: Update.
5356 * gdb.base/eval-skip.exp: Update.
5357 * gdb.base/expand-psymtabs.exp: Update.
5358 * gdb.base/exprs.exp: Update.
5359 * gdb.base/fileio.exp: Update.
5360 * gdb.base/fixsection.exp: Update.
5361 * gdb.base/funcargs.exp: Update.
5362 * gdb.base/gdb11530.exp: Update.
5363 * gdb.base/gdb1555.exp: Update.
5364 * gdb.base/gnu-ifunc.exp: Update.
5365 * gdb.base/gnu_vector.exp: Update.
5366 * gdb.base/info-macros.exp: Update.
5367 * gdb.base/jit-simple.exp: Update.
5368 * gdb.base/jit-so.exp: Update.
5369 * gdb.base/jit.exp: Update.
5370 * gdb.base/langs.exp: Update.
5371 * gdb.base/list.exp: Update.
5372 * gdb.base/logical.exp: Update.
5373 * gdb.base/long_long.exp: Update.
5374 * gdb.base/longjmp.exp: Update.
5375 * gdb.base/macscp.exp: Update.
5376 * gdb.base/mips_pro.exp: Update.
5377 * gdb.base/miscexprs.exp: Update.
5378 * gdb.base/morestack.exp: Update.
5379 * gdb.base/nodebug.exp: Update.
5380 * gdb.base/opaque.exp: Update.
5381 * gdb.base/pc-fp.exp: Update.
5382 * gdb.base/pending.exp: Update.
5383 * gdb.base/permissions.exp: Update.
5384 * gdb.base/pointers.exp: Update.
5385 * gdb.base/prelink.exp: Update.
5386 * gdb.base/printcmds.exp: Update.
5387 * gdb.base/psymtab.exp: Update.
5388 * gdb.base/ptype.exp: Update.
5389 * gdb.base/relational.exp: Update.
5390 * gdb.base/scope.exp: Update.
5391 * gdb.base/setvar.exp: Update.
5392 * gdb.base/shlib-call.exp: Update.
5393 * gdb.base/shreloc.exp: Update.
5394 * gdb.base/signals.exp: Update.
5395 * gdb.base/sizeof.exp: Update.
5396 * gdb.base/so-impl-ld.exp: Update.
5397 * gdb.base/so-indr-cl.exp: Update.
5398 * gdb.base/solib-disc.exp: Update.
5399 * gdb.base/solib-display.exp: Update.
5400 * gdb.base/solib-nodir.exp: Update.
5401 * gdb.base/solib-overlap.exp: Update.
5402 * gdb.base/solib-symbol.exp: Update.
5403 * gdb.base/solib-weak.exp: Update.
5404 * gdb.base/solib.exp: Update.
5405 * gdb.base/store.exp: Update.
5406 * gdb.base/structs.exp: Update.
5407 * gdb.base/structs2.exp: Update.
5408 * gdb.base/type-opaque.exp: Update.
5409 * gdb.base/unload.exp: Update.
5410 * gdb.base/varargs.exp: Update.
5411 * gdb.base/volatile.exp: Update.
5412 * gdb.base/watch_thread_num.exp: Update.
5413 * gdb.base/watchpoint-solib.exp: Update.
5414 * gdb.base/watchpoint.exp: Update.
5415 * gdb.base/watchpoints.exp: Update.
5416 * gdb.base/whatis.exp: Update.
5417 * gdb.cell/arch.exp: Update.
5418 * gdb.cell/break.exp: Update.
5419 * gdb.cell/bt.exp: Update.
5420 * gdb.cell/core.exp: Update.
5421 * gdb.cell/data.exp: Update.
5422 * gdb.cell/ea-cache.exp: Update.
5423 * gdb.cell/f-regs.exp: Update.
5424 * gdb.cell/fork.exp: Update.
5425 * gdb.cell/gcore.exp: Update.
5426 * gdb.cell/mem-access.exp: Update.
5427 * gdb.cell/ptype.exp: Update.
5428 * gdb.cell/registers.exp: Update.
5429 * gdb.cell/sizeof.exp: Update.
5430 * gdb.cell/solib-symbol.exp: Update.
5431 * gdb.cell/solib.exp: Update.
5432 * gdb.cp/ambiguous.exp: Update.
5433 * gdb.cp/breakpoint.exp: Update.
5434 * gdb.cp/bs15503.exp: Update.
5435 * gdb.cp/casts.exp: Update.
5436 * gdb.cp/class2.exp: Update.
5437 * gdb.cp/cpexprs.exp: Update.
5438 * gdb.cp/cplusfuncs.exp: Update.
5439 * gdb.cp/ctti.exp: Update.
5440 * gdb.cp/dispcxx.exp: Update.
5441 * gdb.cp/gdb1355.exp: Update.
5442 * gdb.cp/gdb2384.exp: Update.
5443 * gdb.cp/gdb2495.exp: Update.
5444 * gdb.cp/infcall-dlopen.exp: Update.
5445 * gdb.cp/local.exp: Update.
5446 * gdb.cp/m-data.exp: Update.
5447 * gdb.cp/m-static.exp: Update.
5448 * gdb.cp/mb-ctor.exp: Update.
5449 * gdb.cp/mb-inline.exp: Update.
5450 * gdb.cp/mb-templates.exp: Update.
5451 * gdb.cp/member-ptr.exp: Update.
5452 * gdb.cp/method.exp: Update.
5453 * gdb.cp/namespace.exp: Update.
5454 * gdb.cp/nextoverthrow.exp: Update.
5455 * gdb.cp/nsdecl.exp: Update.
5456 * gdb.cp/nsrecurs.exp: Update.
5457 * gdb.cp/nsstress.exp: Update.
5458 * gdb.cp/nsusing.exp: Update.
5459 * gdb.cp/pr-1023.exp: Update.
5460 * gdb.cp/pr-1210.exp: Update.
5461 * gdb.cp/pr-574.exp: Update.
5462 * gdb.cp/pr9631.exp: Update.
5463 * gdb.cp/printmethod.exp: Update.
5464 * gdb.cp/psmang.exp: Update.
5465 * gdb.cp/re-set-overloaded.exp: Update.
5466 * gdb.cp/rtti.exp: Update.
5467 * gdb.cp/shadow.exp: Update.
5468 * gdb.cp/templates.exp: Update.
5469 * gdb.cp/try_catch.exp: Update.
5470 * gdb.dwarf2/dw2-ranges.exp: Update.
5471 * gdb.dwarf2/pr10770.exp: Update.
5472 * gdb.fortran/library-module.exp: Update.
5473 * gdb.hp/gdb.aCC/optimize.exp: Update.
5474 * gdb.hp/gdb.aCC/watch-cmd.exp: Update.
5475 * gdb.hp/gdb.base-hp/callfwmall.exp: Update.
5476 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Update.
5477 * gdb.hp/gdb.base-hp/pxdb.exp: Update.
5478 * gdb.hp/gdb.base-hp/sized-enum.exp: Update.
5479 * gdb.hp/gdb.base-hp/so-thresh.exp: Update.
5480 * gdb.hp/gdb.compat/xdb1.exp: Update.
5481 * gdb.hp/gdb.compat/xdb2.exp: Update.
5482 * gdb.hp/gdb.compat/xdb3.exp: Update.
5483 * gdb.hp/gdb.defects/bs14602.exp: Update.
5484 * gdb.hp/gdb.defects/solib-d.exp: Update.
5485 * gdb.hp/gdb.objdbg/objdbg01.exp: Update.
5486 * gdb.hp/gdb.objdbg/objdbg02.exp: Update.
5487 * gdb.hp/gdb.objdbg/objdbg03.exp: Update.
5488 * gdb.hp/gdb.objdbg/objdbg04.exp: Update.
5489 * gdb.mi/gdb792.exp: Update.
5490 * gdb.mi/mi-pending.exp: Update.
5491 * gdb.mi/mi-solib.exp: Update.
5492 * gdb.mi/mi-var-cp.exp: Update.
5493 * gdb.opt/clobbered-registers-O2.exp: Update.
5494 * gdb.opt/inline-bt.exp: Update.
5495 * gdb.opt/inline-cmds.exp: Update.
5496 * gdb.opt/inline-locals.exp: Update.
5497 * gdb.python/py-events.exp: Update.
5498 * gdb.python/py-finish-breakpoint.exp: Update.
5499 * gdb.python/py-type.exp: Update.
5500 * gdb.reverse/solib-precsave.exp: Update.
5501 * gdb.reverse/solib-reverse.exp: Update.
5502 * gdb.server/solib-list.exp: Update.
5503 * gdb.stabs/weird.exp: Update.
5504 * gdb.threads/attach-into-signal.exp: Update.
5505 * gdb.threads/attach-stopped.exp: Update.
5506 * gdb.threads/tls-shared.exp: Update.
5507 * gdb.trace/change-loc.exp: Update.
5508 * gdb.trace/strace.exp: Update.
5509
95c391b6
TT
55102012-06-19 Tom Tromey <tromey@redhat.com>
5511
5512 * gdb.base/whatis.exp: Add tests.
5513
e910f0b6
TT
55142012-06-19 Tom Tromey <tromey@redhat.com>
5515
5516 * gdb.cp/m-static.cc (keepalive): New function.
5517 (gnu_obj_1::method): Use it.
5518
422d65e7
DE
55192012-06-18 Doug Evans <dje@google.com>
5520
5521 * gdb.base/info-fun.exp: New file.
5522 * gdb.base/info-fun.c: New file.
5523 * gdb.base/info-fun-solib.c: New file.
5524
e2e4d78b
JK
55252012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5526
5527 Remove stale dummy frames.
5528 * gdb.base/call-signal-resume.exp (maintenance print dummy-frames)
5529 (maintenance info breakpoints): New tests.
5530 * gdb.base/stale-infcall.c: New file.
5531 * gdb.base/stale-infcall.exp: New file.
5532
1788b2d3
JK
55332012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5534
5535 * gdb.arch/amd64-entry-value-param.S: New file.
5536 * gdb.arch/amd64-entry-value-param.c: New file.
5537 * gdb.arch/amd64-entry-value-param.exp: New file.
5538
663b969e
TT
55392012-06-15 Tom Tromey <tromey@redhat.com>
5540
5541 * gdb.cp/namespace.exp: Add "show lang" test.
5542
8e09ad05
IS
55432012-06-15 Iain Sandoe <iain@codesourcery.com>
5544
5545 * gdb.base/list.exp (test_listsize): Remove $use_gdb_stub special
5546 case. (top level): Use gdb_file_cmd instead of gdb_load.
5547
f85e18ee
JK
55482012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5549
5550 PR tdep/14222
5551 * gdb.arch/i386-sse-stack-align.S: New file.
5552 * gdb.arch/i386-sse-stack-align.c: New file.
5553 * gdb.arch/i386-sse-stack-align.exp: New file.
5554
f3b5e280
KS
55552012-06-13 Keith Seitz <keiths@redhat.com>
5556
5557 PR breakpoints/13798 and mi/11541
5558 * gdb.linespec/ls-errs.exp: Add a few more tests for
5559 filenames with spaces and colons.
5560
50af5481
JK
55612012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5562
5563 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
5564 * gdb.cp/cpexprs.cc (class CV, CV::i, ATTRIBUTE_USED, CV_f): New.
5565 (test_function): Call CV_f.
5566 * gdb.cp/cpexprs.exp (p 'CV::m(int)', p CV::m(int))
5567 (p 'CV::m(int) const', p CV::m(int) const, p 'CV::m(int) volatile')
5568 (p CV::m(int) volatile, p 'CV::m(int) const volatile')
5569 (p CV::m(int) const volatile, p CV_f(int), p CV_f(CV::t))
5570 (p CV_f(CV::i)): New tests.
5571
d55637df
TT
55722012-06-13 Tom Tromey <tromey@redhat.com>
5573
5574 * gdb.base/condbreak.exp: Add tests for "condition" completion.
5575
cc80f267
JK
55762012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5577
5578 Fix regression by the "ambiguous linespec" series.
5579 * gdb.base/break.exp (list marker1, break lineno, delete $bpnum): New
5580 tests.
5581
bb2af9cc
JK
55822012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5583
5584 * lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
5585 missing.
5586
e81a37f7
TT
55872012-06-11 Tom Tromey <tromey@redhat.com>
5588
5589 * gdb.base/longjmp.c (hidden_longjmp): Move expected catch
5590 location...
5591 (main): ...here.
5592
8efd7788
YQ
55932012-06-07 Yao Qi <yao@codesourcery.com>
5594
5595 * gdb.trace/strace.exp: Shorten some too-long lines.
5596
359f5fe6
PA
55972012-06-06 Pedro Alves <palves@redhat.com>
5598
5599 * gdb.threads/clone-new-thread-event.c: New file.
5600 * gdb.threads/clone-new-thread-event.exp: New file.
5601
7b2fe205
YQ
56022012-06-06 Yao Qi <yao@codesourcery.com>
5603
5604 * gdb.base/dprintf.c (main): Add extra parameter when calling
5605 printf and fprintf.
5606 (bar): New function. It is a dead function, but to ensure
5607 'malloc' is linked explicitly.
5608
3eca55e8
YQ
56092012-06-06 Yao Qi <yao@codesourcery.com>
5610
5611 * gdb.base/info-proc.exp: Return if target doesn't support
5612 'info proc'.
5613
91cc9324
JK
56142012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5615
5616 * gdb.base/freebpcmd.exp (set lines): Check valid range of I.
5617 (run program with breakpoint commands): XFAIl if it is not.
5618
c56e7c43
JB
56192012-06-05 Joel Brobecker <brobecker@adacore.com>
5620
5621 * gdb.base/ctxobj-f.c (GET_VERSION): Introduce local variable
5622 and add comment.
5623 * gdb.base/ctxobj-m.c (main): Rewrite, and add comment.
5624 * gdb.base/ctxobj.exp: Insert breakpoint in ctxobj-f.c using
5625 "STOP" marker. Adjust testing strategy to make it work on
5626 all targets.
5627
5628 * gdb.base/print-file-var-main.c (main): Rewrite using local
5629 variables and adjust get_version_2's return value check.
5630 Add small comment.
5631 * gdb.base/print-file-var.exp: Insert breakpoint using "STOP"
5632 marker. Adjust testing strategy to make it work on all targets.
5633
ccab2054
JB
56342012-06-05 Joel Brobecker <brobecker@adacore.com>
5635
5636 * gdb.ada/bad-task-bp-keyword: New testcase.
5637
d0d86158
JK
56382012-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5639
5640 * gdb.base/code_elim.exp (add-symbol-file ${testfile1} 0x100000):
5641 Simplify it to ...
5642 (symbol-file ${testfile1}): ... here.
5643 (test eliminated var my_global_symbol)
5644 (test eliminated var my_static_symbol)
5645 (test eliminated var my_global_func, get address of main): Wrap them to
5646 'single psymtabs' and 'single symtabs'
5647 (get address of my_global_symbol, get address of my_static_symbol)
5648 (get address of my_global_func, get address of main): Wrap them to
5649 'order1' and 'order2'.
5650
952cf74c
JK
5651 * gdb.base/code_elim.exp
5652 (add-symbol-file ${testfile1} 0x100000)
5653 (add-symbol-file ${testfile2} 0x200000): Wrap them to 'order1' and
5654 'order2'.
5655 (order1: add-symbol-file ${testfile1} 0x100000)
5656 (order1: add-symbol-file ${testfile2} 0x200000)
5657 (order2: add-symbol-file ${testfile2} 0x200000)
5658 (order2: add-symbol-file ${testfile1} 0x100000): Add -s .data and -s
5659 .bss as appropriate.
5660
0c5bf5a9
JK
56612012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5662
5663 * gdb.server/solib-list-lib.c: New file.
5664 * gdb.server/solib-list-main.c: New file.
5665 * gdb.server/solib-list.exp: New file.
5666
4196f325
MR
56672012-05-25 Maciej W. Rozycki <macro@codesourcery.com>
5668
5669 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
5670 for 'set print symbol' change.
5671
bfb05775
JK
56722012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5673
5674 * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and
5675 .debug_abbrev_seg3.
5676
685b1105
JK
56772012-05-24 John Steele Scott <toojays@toojays.net>
5678
5679 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
5680 * gdb.dwarf2/dw2-icc-opaque.S: New file.
5681 * gdb.dwarf2/dw2-icc-opaque.exp: New file.
5682
f3e0e960
SS
56832012-05-23 Stan Shebs <stan@codesourcery.com>
5684
5685 * gdb.mi/mi-info-os.exp: New file.
5686
11eb1b4d
KS
56872012-05-23 Keith Seitz <keiths@redhat.com>
5688
5689 * gdb.trace/stap-trace.exp: If compile_stap_bin fails,
5690 return -1 to suppress the rest of the tests.
5691 (compile_stap_bin): Return boolean success value.
5692
b1af9e97
TT
56932012-05-21 Tom Tromey <tromey@redhat.com>
5694
5695 * gdb.cp/inherit.exp (test_print_mi_members): Expect errors.
5696 Remove kfails.
5697 (test_print_mi_member_types): Likewise.
5698
248537e3
TT
56992012-05-21 Tom Tromey <tromey@redhat.com>
5700
5701 * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
5702 print symbol' change.
5703
d791e155
TJB
57042012-05-18 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
5705
5706 * gdb.python/py-prompt.exp: Quit if the target is remote.
5707
e77afa2e
JK
57082012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5709
5710 Fix ERROR: internal buffer is full.
5711 * gdb.base/info-os.exp (expect_multiline): New function.
5712 (get process list, get process groups, get threads)
5713 (get file descriptors, get internet-domain sockets)
5714 (get shared-memory regions, get semaphores, get message queues): Use
5715 it for these tests.
5716
9cb709b6
TT
57172012-05-18 Tom Tromey <tromey@redhat.com>
5718
5719 * gdb.mi/mi-var-cmd.exp: Update.
5720 * gdb.objc/basicclass.exp (do_objc_tests): Update.
5721 * gdb.cp/virtbase.exp: Update.
5722 * gdb.cp/classes.exp (test_static_members): Update.
5723 * gdb.cp/casts.exp: Update.
5724 * gdb.base/pointers.exp: Update.
5725 * gdb.base/funcargs.exp (pointer_args): Update.
5726 (structs_by_reference): Update.
5727 * gdb.base/find.exp: Update.
5728 * gdb.base/call-strs.exp: Send "set print symbol off".
5729 * gdb.base/call-ar-st.exp: Update.
5730 * gdb.ada/fun_addr.exp: Update.
5731 * gdb.base/printcmds.exp (test_print_symbol): New proc.
5732 Call it.
5733 (test_print_repeats_10, test_print_strings)
5734 (test_print_char_arrays): Update.
5735
b012acdd
TT
57362012-05-18 Tom Tromey <tromey@redhat.com>
5737
5738 * gdb.base/charset.exp (string_display): Update.
5739
1d51a733
TT
57402012-05-18 Tom Tromey <tromey@redhat.com>
5741
5742 * gdb.mi/mi2-var-display.exp: Update.
5743 * gdb.mi/mi-var-display.exp: Update.
5744 * gdb.mi/mi-var-child.exp: Update.
5745 * gdb.cp/expand-psymtabs-cxx.exp: Update.
5746 * gdb.cp/cp-relocate.exp (get_func_address): Update.
5747
957df313
DE
57482012-05-17 Doug Evans <dje@google.com>
5749
682c7f7b
DE
5750 * info-macros.exp: Pass "debug" to prepare_for_testing.
5751
957df313
DE
5752 * Makefile.in (clean): Remove Fission .dwo and .dwp files.
5753 * gdb.ada/Makefile.in (clean): Ditto.
5754 * gdb.arch/Makefile.in (clean): Ditto.
5755 * gdb.asm/Makefile.in (clean): Ditto.
5756 * gdb.base/Makefile.in (clean): Ditto.
5757 * gdb.cell/Makefile.in (clean): Ditto.
5758 * gdb.cp/Makefile.in (clean): Ditto.
5759 * gdb.disasm/Makefile.in (clean): Ditto.
5760 * gdb.dwarf2/Makefile.in (clean): Ditto.
5761 * gdb.fortran/Makefile.in (clean): Ditto.
5762 * gdb.go/Makefile.in (clean): Ditto.
5763 * gdb.hp/Makefile.in (clean): Ditto.
5764 * gdb.hp/gdb.aCC/Makefile.in (clean): Ditto.
5765 * gdb.hp/gdb.base-hp/Makefile.in (clean): Ditto.
5766 * gdb.hp/gdb.compat/Makefile.in (clean): Ditto.
5767 * gdb.hp/gdb.defects/Makefile.in (clean): Ditto.
5768 * gdb.hp/gdb.objdbg/Makefile.in (clean): Ditto.
5769 * gdb.java/Makefile.in (clean): Ditto.
5770 * gdb.linespec/Makefile.in (clean): Ditto.
5771 * gdb.mi/Makefile.in (clean): Ditto.
5772 * gdb.modula2/Makefile.in (clean): Ditto.
5773 * gdb.multi/Makefile.in (clean): Ditto.
5774 * gdb.objc/Makefile.in (clean): Ditto.
5775 * gdb.opencl/Makefile.in (clean): Ditto.
5776 * gdb.opt/Makefile.in (clean): Ditto.
5777 * gdb.pascal/Makefile.in (clean): Ditto.
5778 * gdb.python/Makefile.in (clean): Ditto.
5779 * gdb.reverse/Makefile.in (clean): Ditto.
5780 * gdb.server/Makefile.in (clean): Ditto.
5781 * gdb.stabs/Makefile.in (clean): Ditto.
5782 * gdb.threads/Makefile.in (clean): Ditto.
5783 * gdb.trace/Makefile.in (clean): Ditto.
5784 * gdb.xml/Makefile.in (clean): Ditto.
5785
abc9d0dc
TT
57862012-05-16 Tom Tromey <tromey@redhat.com>
5787
5788 * gdb.base/macscp1.c (macscp_expr): Add comment.
5789 * gdb.base/macscp.exp: Test __FILE__ and __LINE__.
5790
6a3a010b
MR
57912012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
5792
5793 * gdb.base/return-nodebug.exp: Also test float and double types.
5794
01429c8e
JK
57952012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5796
5797 PR testsuite/12649
5798 * gdb.base/dprintf.exp: Replace gdb_run_cmd by runto main.
5799
54115cd4
JK
5800 * gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
5801
0c5f383f
SDJ
58022012-05-14 Sergio Durigan Junior <sergiodj@redhat.com>
5803
5804 * gdb.base/stap-probe.exp (stap_test): Remove calls to
5805 `rerun_to_main'.
5806 (stap_test_no_debuginfo): Likewise.
5807
e7e0cddf
SS
58082012-05-14 Stan Shebs <stan@codesourcery.com>
5809
5810 * gdb.base/dprintf.c: New file.
5811 * gdb.base/dprintf.exp: New file.
5812
c772f8e7
HZ
58132012-05-14 Hui Zhu <hui_zhu@mentor.com>
5814
5815 * gdb.trace/Makefile.in (PROGS): Add disconnected-tracing.
5816 * gdb.trace/disconnected-tracing.c: New file.
5817 * gdb.trace/disconnected-tracing.exp: New file.
5818
7efc75aa
SCR
58192012-05-13 Siva Chandra Reddy <sivachandra@google.com>
5820
5821 * gdb.python/python.c: Add a new breakpoint comment.
5822 * gdb.python/python.exp: Add tests to test gdb.find_pc_line.
5823
85d4a676
SS
58242011-12-26 Kwok Cheung Yeung <kcy@codesourcery.com>
5825
5826 * gdb.base/info-os.exp: New file.
5827 * gdb.base/info-os.c: New file.
5828
64ea88dc
JB
58292012-05-10 Joel Brobecker <brobecker@adacore.com>
5830
4647ab1b
JB
5831 * gdb.base/print-file-var-lib1.c, gdb.base/print-file-var-lib2.c,
5832 gdb.base/print-file-var-main.c, gdb.base/print-file-var.exp:
5833 New files.
64ea88dc 5834
afba63f1
JB
58352012-05-10 Joel Brobecker <brobecker@adacore.com>
5836
5837 * gdb.base/ctxobj-f.c, gdb.base/ctxobj-m.c, gdb.base/ctxobj-v.c,
5838 gdb.base/ctxobj.exp: New files.
5839
9d198b1e
TT
58402012-05-09 Tom Tromey <tromey@redhat.com>
5841
5842 * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
5843
9bfee719
MR
58442012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
5845
5846 * lib/gdb.exp (gdb_test_multiple): Correct formatting.
5847
3a7341d8
MR
58482012-05-08 Maciej W. Rozycki <macro@codesourcery.com>
5849
5850 * gdb.mi/mi-var-display.exp: Check for the existence of $fp
5851 before using it.
5852
52b3699b
TG
58532012-05-04 Tristan Gingold <gingold@adacore.com>
5854
5855 * gdb.base/set-noassign.exp: New test.
5856
a20ee7a4
SCR
58572012-05-03 Siva Chandra Reddy <sivachandra@google.com>
5858
5859 * gdb.python/py-symbol.exp: Add tests to test the new methods
5860 gdb.Symtab.global_block() and gdb.Symtab.static_block().
5861 * gdb.python/py-symbol.c: Add new struct to help test
5862 gdb.Symtab.static_block().
5863
bf2f0858
DE
58642012-05-03 Doug Evans <dje@google.com>
5865
5866 * gdb.dwarf2/pr13961.S: Add file and source location, but leave
5867 commented out.
5868
2d4e0376
YQ
58692012-05-03 Yao Qi <yao@codesourcery.com>
5870
5871 * gdb.base/catch-syscall.exp: Skip it before compilation if target
5872 doesn't support.
5873 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
5874 * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
5875
6d0bb9f3
YQ
58762012-05-03 Yao Qi <yao@codesourcery.com>
5877
5878 * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
5879
fd820528
DE
58802012-04-30 Doug Evans <dje@google.com>
5881
5882 PR testsuite/13961
5883 * gdb.dwarf2/pr13961.S: New file.
5884 * gdb.dwarf2/pr13961.exp: New file.
5885
b9e219b9
YQ
58862012-04-29 Yao Qi <yao@codesourcery.com>
5887
5888 * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
5889
3019eac3
DE
58902012-04-28 Doug Evans <dje@google.com>
5891
5892 * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
5893 .Ltype_int_in_cu2. Use name "int2" instead of "int".
5894 All uses updated.
5895 * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
5896 "ptype func_cu1" to expand cu2 before cu1.
5897
62e5f89c
SDJ
58982012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
5899 Tom Tromey <tromey@redhat.com>
5900
5901 * gdb.base/default.exp: Add `$_probe_arg*' convenience
5902 variables.
5903 * gdb.base/stap-probe.c: New file.
5904 * gdb.base/stap-probe.exp: New file.
5905 * gdb.trace/stap-trace.c: New file.
5906 * gdb.trace/stap-trace.exp: New file.
5907 * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
5908 libgcc's unwinder.
5909
14132e89
MR
59102012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
5911
5912 * gdb.arch/mips16-thunks-inmain.c: New file.
5913 * gdb.arch/mips16-thunks-main.c: New file.
5914 * gdb.arch/mips16-thunks-sin.c: New file.
5915 * gdb.arch/mips16-thunks-sinfrob.c: New file.
5916 * gdb.arch/mips16-thunks-sinfrob16.c: New file.
5917 * gdb.arch/mips16-thunks-sinmain.c: New file.
5918 * gdb.arch/mips16-thunks-sinmips16.c: New file.
5919 * gdb.arch/mips16-thunks.exp: New file.
5920
a766d390
DE
59212012-04-25 Doug Evans <dje@google.com>
5922
5923 * configure.ac: Create gdb.go/Makefile.
5924 * configure: Regenerate.
5925 * gdb.base/default.exp: Add "go" to "set language" testing.
5926 * gdb.go/Makefile.in: New file.
5927 * gdb.go/basic-types.exp: New file.
5928 * gdb.go/chan.exp: New file.
5929 * gdb.go/chan.go: New file.
5930 * gdb.go/handcall.exp: New file.
5931 * gdb.go/handcall.go: New file.
5932 * gdb.go/hello.exp: New file.
5933 * gdb.go/hello.go: New file.
5934 * gdb.go/integers.exp: New file.
5935 * gdb.go/integers.go: New file.
5936 * gdb.go/methods.exp: New file.
5937 * gdb.go/methods.go: New file.
5938 * gdb.go/package.exp: New file.
5939 * gdb.go/package1.go: New file.
5940 * gdb.go/package2.go: New file.
5941 * gdb.go/print.exp: New file.
5942 * gdb.go/strings.exp: New file.
5943 * gdb.go/strings.go: New file.
5944 * gdb.go/types.exp: New file.
5945 * gdb.go/types.go: New file.
5946 * gdb.go/unsafe.exp: New file.
5947 * gdb.go/unsafe.go: New file.
5948 * lib/future.exp: Add Go support.
5949 (gdb_find_go, gdb_find_go_linker): New procs.
5950 (gdb_default_target_compile): Add Go support.
5951 * lib/gdb.exp (skip_go_tests): New proc.
5952 * lib/go.exp: New file.
5953
e65f9ffb
TT
59542012-04-25 Tom Tromey <tromey@redhat.com>
5955
5956 * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
5957
14e75d8e
JK
59582012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
5959 Jan Kratochvil <jan.kratochvil@redhat.com>
5960
5961 PR symtab/7259:
5962 * gdb.base/enumval.c: New test case.
5963 * gdb.base/enumval.exp: New test case.
5964 * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
5965 field.bitpos.
5966
f3525b70
PA
59672012-04-17 Pedro Alves <palves@redhat.com>
5968
5969 * Makefile.in (site.exp): Make site.exp source
5970 $srcdir/lib/append_gdb_boards_dir.exp.
5971 * lib/append_gdb_boards_dir.exp: New file.
5972
bccbefd2
JK
59732012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5974
5975 New option "set auto-load safe-path".
5976 * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
5977 * gdb.python/py-section-script.exp (set auto-load safe-path): New.
5978
bf88dd68
JK
59792012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5980
5981 auto-load: Implementation.
5982 * gdb.base/help.exp (test set height): Increase the height.
5983 * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
5984 to ...
5985 (info auto-load python-scripts): ... here.
5986 * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
5987 to ...
5988 (info auto-load python-scripts *): ... here.
5989
c0d4d1c0
YQ
59902012-04-16 Yao Qi <yao@codesourcery.com>
5991
5992 * lib/trace-support.exp (get_in_proc_agent): New.
5993 * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
5994 of in process trace agent.
5995 * gdb.trace/ftrace.exp: Likewise.
5996 * gdb.trace/pending.exp: Likewise.
5997 * gdb.trace/trace-break.exp: Likewise.
5998 * gdb.trace/trace-mt.exp
5999 * gdb.trace/tspeed.exp: Likewise.
6000 * gdb.trace/tstatus.exp
6001 * gdb.trace/strace.exp: Likewise.
6002
cbf68a60
TS
60032012-04-16 Thomas Schwinge <thomas@codesourcery.com>
6004
dd6d3b70
TS
6005 * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
6006 symbol _stack is defined. Get rid of a hard-coded constant for _stack.
6007
cbf68a60
TS
6008 * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
6009
8264ba82
AG
60102012-04-14 Anton Gorenkov <xgsa@yandex.ru>
6011
6012 PR mi/13393
6013 * gdb.mi/mi-var-rtti.cc: New file.
6014 * gdb.mi/mi-var-rtti.exp: New file.
6015 * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
6016 function.
6017 (mi_varobj_update_with_type_change): updated to avoid code duplication.
6018
de0919f8 60192012-04-11 Siva Chandra Reddy <sivachandra@google.com>
06fc020f
SCR
6020
6021 * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
6022 EXECUTABLES.
6023 * gdb.python/py-explore.c: C program used for testing the new
6024 'explore' command on C constructs.
6025 * gdb.python/py-explore.cc: C++ program used for testing the new
6026 'explore' command on C++ constructs.
6027 * gdb-python/py-explore.exp: Tests for the new 'explore'
6028 command on C constructs.
6029 * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
6030 command on C++ constructs.
6031
a82da7dd
MK
60322012-04-07 Mark Kettenis <kettenis@gnu.org>
6033
6034 * gdb.base/funcargs.exp (complex_args): Fix typo.
6035
e127cba8
JK
60362012-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6037
6038 * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
6039 (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
6040
40e084e1
KS
60412012-04-05 Keith Seitz <keiths@redhat.com>
6042
6043 * gdb.base/advance.exp: Update error message for
6044 "advance malformed" test.
6045 * gdb.base/break.exp: Likewise for "breakpoint with
6046 trailing garbage" test.
6047 * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
6048 with trailing garbage" test.
6049 * gdb.base/sepdebug.exp: Likewise for "breakpoint with
6050 trailng garbage" test.
6051 * gdb.base/until.exp: Likewise for "malformed until" test.
6052 * gdb.cp/ovldbreak.exp: Create the breakpoint table
6053 for "breakpoint info (after setting on all)".
6054 * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
6055 tests.
6056 * gdb.cp/cplabel.cc: New file.
6057 * gdb.cp/cplabel.exp: New test.
6058 * gdb.linespec/ls-errs.c: New file.
6059 * gdb.linespec/ls-errs.exp: New test.
6060
a72c8f6a
JK
60612012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6062
6063 * gdb.trace/unavailable.exp
6064 (collect globals: print object on: print derived_partial)
6065 (collect globals: print object on: print derived_whole)
6066 (collect globals: print object off: print derived_partial)
6067 (collect globals: print object off: print derived_whole): Update
6068 expected output.
6069
f87a3023
KS
60702012-03-30 Keith Seitz <keiths@redhat.com>
6071
6072 * gdb.python: Add test for linespecs with commas.
6073
e2171b3c
KS
60742012-03-28 Keith Seitz <keiths@redhat.com>
6075
6076 * gdb.linespec/ls-dollar.cc: New file.
6077 * gdb.linespec/ls-dollar.exp: New test.
6078
60792012-03-28 Keith Seitz <keiths@redhat.com>
0e4acfcc
KS
6080
6081 * gdb.cp/namespace.exp: Add breakpoint tests for functions
6082 starting with the global namespace.
6083
2f4e0a80
DE
60842012-03-23 Doug Evans <dje@google.com>
6085
6086 * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
6087
7b282c5a
SCR
60882012-03-22 Siva Chandra Reddy <sivachandra@google.com>
6089
6090 * gdb.python/py-value.cc: Add test case for testing the
6091 methodology exposing C++ values to Python.
6092 * gdb.python/py-value-cc.exp: Add tests testing the methodology
6093 exposing C++ values to Python.
6094 * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
6095
2e98ca53
JK
60962012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6097 Siddhesh Poyarekar <siddhesh@redhat.com>
6098
6099 * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
6100 * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
6101 (generate native core dump): Make the test unsupported if core cannot
6102 be generated.
6103
8320cc4f
JK
61042012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6105
6106 * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
6107 for cmdarg_vec = NULL. Remove entries for cmdsize = 1, cmdarg = and
6108 ncmd = 0. New entry for VEC_cleanup cmdarg_s.
6109
3a69ffb2
JK
61102012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
6111
6112 * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
6113
8fabffee
DE
61142012-03-17 Doug Evans <dje@google.com>
6115
6116 * dg-extract-results.sh: Handle KFAILs.
6117
ab260dad
JK
61182012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6119
6120 PR symtab/13777
6121 * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
6122
53ba8333
JB
61232012-03-16 Joel Brobecker <brobecker@adacore.com>
6124
6125 * gdb.ada/set_pckd_arr_elt: New testcase.
6126
481860b3
GB
61272012-03-16 Gary Benson <gbenson@redhat.com>
6128
6129 PR breakpoints/10738
6130 * gdb.opt/inline-break.exp: New file.
6131 * gdb.opt/inline-break.c: Likewise.
d4ba18a2
DE
6132 * gdb.dwarf2/dw2-inline-break.exp: Likewise.
6133 * gdb.dwarf2/dw2-inline-break.S: Likewise.
481860b3
GB
6134 * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
6135 * gdb.base/async-shell.exp: Likewise.
6136 * lib/mi-support.exp (library_loaded_re): Likewise.
6137
410528f0
TT
61382012-03-15 Tom Tromey <tromey@redhat.com>
6139
6140 * gdb.cp/virtfunc2.exp: Update expected output.
6141 * gdb.cp/pr9631.exp: Update expected output.
6142 * gdb.cp/member-ptr.exp: Update expected output.
6143 * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
6144 output.
6145 * gdb.cp/casts.exp: Update expected output.
6146
c4aeac85
TT
61472012-03-15 Tom Tromey <tromey@redhat.com>
6148
6149 * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
6150 (test_info_vtbl): Likewise.
6151 (do_tests): Call test_info_vtbl.
6152 * gdb.cp/virtfunc.cc (va): New global.
6153
856d06f9
TS
61542012-03-15 Thomas Schwinge <thomas@codesourcery.com>
6155
6156 * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
6157 describing DWARF data structures.
6158 * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
6159 * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
6160 * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
6161 * gdb.dwarf2/dw2-entry-value.S: Likewise.
6162 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
6163 * gdb.dwarf2/dw2-param-error.S: Likewise.
6164 * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
6165 * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
6166 * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
6167 * gdb.dwarf2/implptr-optimized-out.S: Likewise.
6168 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
6169 * gdb.dwarf2/pr11465.S: Likewise.
6170
e837f12a
JK
61712012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6172
6173 * gdb.mi/mi2-prompt.exp: New file.
6174
ccbb4f28
JB
61752012-03-13 Joel Brobecker <brobecker@adacore.com>
6176
6177 * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
6178
32039130
JB
61792012-03-13 Joel Brobecker <brobecker@adacore.com>
6180
6181 * gdb.ada/bp_range_type: New testcase.
6182
16899756
DE
61832012-03-13 Doug Evans <dje@google.com>
6184
6185 * gdb.base/default.exp: Delete tests for symbol-reloading.
6186 * gdb.base/help.exp: Ditto.
6187 * gdb.base/setshow.exp: Ditto.
6188 * gdb.base/gdb_history: Delete references to symbol-reloading.
6189
87b0bb13
JK
61902012-03-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6191
6192 * gdb.base/attach-twice.c: New files.
6193 * gdb.base/attach-twice.exp: New files.
6194
0d7941a9
KS
61952012-03-08 Keith Seitz <keiths@redhat.com>
6196
6197 * lib/gdb.exp (gdb_get_line_number): Throw an
6198 error instead of returning -1.
6199 * gdb.base/break.exp: Remove unused variable
6200 bp_location5.
6201 * gdb.base/hbreak2.exp: Likewise.
6202 * gdb.base/sepdebug.exp: Likewise.
6203
f4647387
YQ
62042012-03-08 Yao Qi <yao@codesourcery.com>
6205 Pedro Alves <palves@redhat.com>
6206
6207 Fix PR server/13392.
6208 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
6209 (tracepoint_change_loc_2): Remove kfail. Return if failed to
6210 download tracepoints.
6211 * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
6212 (pending_tracepoint_resolved_during_trace): Likewise.
6213 (pending_tracepoint_installed_during_trace): Likewise.
6214 (pending_tracepoint_with_action_resolved): Likewise.
6215
83c532cb
KS
62162012-03-08 Keith Seitz <keiths@redhat.com>
6217
6218 * gdb.ada/array_bounds.exp: Get breakpoint for line
6219 with "START", not "STOP".
6220 * gdb.python/py-infthread.exp: Do not continue to
6221 line marked "Break here.", which is undefined.
6222
d6b6bbb7
LM
62232012-03-08 Luis Machado <lgustavo@codesourcery.com>
6224
6225 Revert:
6226
6227 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6228
6229 Implement testsuite workaround for PR breakpoints/13781.
6230 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
6231 (set breakpoint condition-evaluation host): New conditional command.
6232
7fe25d9b
JK
62332012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6234
6235 Fix CU relative vs. absolute DIE offsets.
6236 * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
6237 one.
6238
51898c15
JK
62392012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6240
6241 Fix false FAIL on distros with relro linkage as default.
6242 * gdb.reverse/solib-precsave.exp: Try to compile the test using
6243 -Wl,-z,norelro first.
6244
8131799e
JB
62452012-03-06 Joel Brobecker <brobecker@adacore.com>
6246
6247 * gdb.ada/bp_on_var: New testcase.
6248
ba241969
JB
62492012-03-06 Joel Brobecker <brobecker@adacore.com>
6250
6251 * gdb.ada/bp_enum_homonym: New testcase.
6252
abe49676
YQ
62532012-03-06 Yao Qi <yao@codesourcery.com>
6254
6255 * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
6256 x86_64-*-* and i?86-*-*.
6257 Set up KFAIL for gdb/13808.
6258
d8df103b
TT
62592012-03-05 Tom Tromey <tromey@redhat.com>
6260
6261 * gdb.ada/operator_bp.exp: Clear debug-file-directory.
6262 * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
6263
b7b189f3
TT
62642012-03-05 Tom Tromey <tromey@redhat.com>
6265
6266 * gdb.java/jprint.java (jprint.main): Keep 'x' live.
6267
69dc1c4d
YQ
62682012-03-04 Yao Qi <yao@codesourcery.com>
6269
6270 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
6271 messages for KFAIL.
6272
3f20c47f
JK
62732012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6274
6275 * gdb.ada/arrayidx.exp: Call get_compiler_info. New variable old_gcc.
6276 (print one_two_three, indexes off, print few_reps, indexes off)
6277 (print many_reps, indexes off, print empty, indexes off)
6278 (print one_two_three, print few_reps, print many_reps, print empty):
6279 Call setup_xfail if $gcc_old.
6280
abf1152a
JK
62812012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6282
6283 Implement testsuite workaround for PR breakpoints/13781.
6284 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
6285 (set breakpoint condition-evaluation host): New conditional command.
6286
a06715f8
JK
62872012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6288
6289 Code cleanup.
6290 * gdb.cp/mb-templates.exp: New variables executable. Use it for
6291 binfile. use clean_restart. Replace gdb_expect by gdb_test_multiple.
6292 Replace GDB restart by kill and delete_breakpoints. Replace breakpoint
6293 number 1 by $bpnum. Four times.
6294
5808517f
YQ
62952012-03-03 Yao Qi <yao@codesourcery.com>
6296
6297 * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
6298
dfe2ac14
JK
62992012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6300
6301 Setup KFAIL for PR server/13796.
6302 * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
6303
8bbc467a
JB
63042012-03-02 Joel Brobecker <brobecker@adacore.com>
6305
6306 * gdb.ada/operator_bp: New testcase.
6307
c0eac87f
JB
63082012-03-02 Joel Brobecker <brobecker@adacore.com>
6309
6310 * gdb.ada/info_locals_renaming: New testcase.
6311
4f42c881
TT
63122012-03-02 Tom Tromey <tromey@redhat.com>
6313
6314 * gdb.base/nextoverexit.c: New file.
6315 * gdb.base/nextoverexit.exp: New file.
6316
7380c0c9
EBM
63172012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
6318
6319 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
6320 parameter.
6321
1faeff08
MR
63222012-03-01 Maciej W. Rozycki <macro@mips.com>
6323
6324 * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
6325 core registers.
6326
320b6f49 63272012-03-01 Maciej W. Rozycki <macro@mips.com>
6fdff2c5
PA
6328 Maciej W. Rozycki <macro@codesourcery.com>
6329 Daniel Jacobowitz <dan@codesourcery.com>
320b6f49
MR
6330
6331 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
6332
ad5f7d6e
PA
63332012-03-01 Pedro Alves <palves@redhat.com>
6334
6335 PR gdb/13767
6336
6337 * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
6338 (gdb_collect_globals_test): Call it.
6339
d3dc44a6
KS
63402012-03-01 Keith Seitz <keiths@redhat.com>
6341
6342 * gdb.cp/method2.exp: Output of overload menu is now
6343 alphabetized. Update tests for "break A::method".
6344 * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
6345 of hard-coding them.
6346 Overload menu is alphabetized: rewrite to accommodate.
6347 Unset variables LINE and TYPES which are used in other tests.
6348 Compute the output of "info break".
6349 Update the breakpoint table after all breakpoints are deleted.
6350 (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
6351 compute ACTUALS and the method body based on parameters.
6352 Update expected output accordingly.
6353 * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
6354 unique comments to allow the use of gdb_get_line_number.
6355
63562012-03-01 Keith Seitz <keiths@redhat.com>
6357
6358 * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
6359 some Tcl syntax.
6360 * gdb.cp/ovldbreak.exp: Likewise.
6361
7949c2a0
KS
63622012-03-01 Keith Seitz <keiths@redhat.com>
6363
6364 * gdb.base/help.exp (help show user): Update expected result
6365 for new doc string changes (add "non-python").
6366
7d74f244
DE
63672012-03-01 Scott J. Goldman <scottjg@vmware.com>
6368
6369 * gdb.python/py-cmd.exp: Add test to verify that python commands can
6370 be put in the user-defined category and that the commands appear in
6371 "help user-defined".
6372
1b611343
JB
63732012-02-29 Joel Brobecker <brobecker@adacore.com>
6374
6375 * gdb.ada/tagged_not_init: New testcase.
6376
99b1c762
JB
63772012-02-29 Joel Brobecker <brobecker@adacore.com>
6378
6379 * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
6380 * gdb.ada/enum_idx_packed: New testcase.
6381
2d4a02ee
JB
63822012-02-29 Joel Brobecker <brobecker@adacore.com>
6383
6384 * gdb.ada/aliased_array: New testcase.
6385
2e6fda7d
JB
63862012-02-29 Joel Brobecker <brobecker@adacore.com>
6387
6388 * gdb.ada/whatis_array_val: New testcase.
6389
9a7f938f
JK
63902012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6391
6392 Fix disp-step-syscall.exp: fork: single step over fork.
6393 * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
6394 whitespaces.
6395 (single step over $syscall): Remove its check.
6396 (single step over $syscall final pc): New check.
6397
8703a944
JK
63982012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6399
6400 Support processors without SSSE3.
6401 * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
6402 pabsd into ...
6403 (ssse3_test): ... a new function.
6404 (main): Call ssse3_test.
6405 * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
6406 Update expected values everywhere.
6407 (reverse-step to pabsd, verify xmm0 after reverse pabsd)
6408 (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
6409 (reverse-step to pabsw, verify xmm0 after reverse pabsw)
6410 (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
6411 (reverse-step to pabsb, verify xmm0 after reverse pabsb)
6412 (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
6413 Move these tests lower.
6414 (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
6415 (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
6416 (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
6417 New tests.
6418
c03e6ccc
YQ
64192012-02-29 Yao Qi <yao@codesourcery.com>
6420 Pedro Alves <palves@redhat.com>
6421
6422 * gdb.trace/trace-mt.c: New.
6423 * gdb.trace/trace-mt.exp: New.
6424
7964b62a
TS
64252012-02-28 Thomas Schwinge <thomas@codesourcery.com>
6426
2c8910ba
TS
6427 * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
6428 numbers instead of hardcoding them.
6429 * gdb.base/annota1.c: Provide suitable markers.
6430 * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
6431 numbers instead of hardcoding them.
6432 * gdb.base/annota3.c: Provide suitable markers.
6433
6434 * gdb.base/annota1.c [__sh__]: Remove any special-casing.
6435 * gdb.base/annota3.c: Likewise.
6436 * gdb.base/sigall.c: Likewise.
6437 * gdb.base/signals.c: Likewise.
6438 * gdb.reverse/sigall-reverse.c: Likewise.
7964b62a 6439
5a41c0b7
MR
64402012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
6441
6442 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
6443 failure return path.
6444
ebbbe5c5
LM
64452012-02-27 Luis Machado <lgustavo@codesourcery.com>
6446
6447 * gdb.base/save-bp.exp: Account for new condition evaluator output.
6448
8d126d8a
LM
64492012-02-24 Luis Machado <lgustavo@codesourcery.com>
6450
6451 * gdb.base/cond-eval-mode.exp: New file.
6452
11337c2f
PA
64532012-02-24 Pedro Alves <palves@redhat.com>
6454
6455 * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
6456 (top level): Use with_test_prefix.
6457
13fc3e3c
PA
64582012-02-24 Pedro Alves <palves@redhat.com>
6459
6460 * gdb.threads/attach-into-signal.exp (corefunc): Use
6461 with_test_prefix.
6462
07c1b626
JK
64632012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6464
6465 Fix false FAILs on old CPUs without SSE.
6466 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
6467 Return untested for Illegal instruction.
6468
596ba138
JK
64692012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6470
6471 Fix false FAILs with glibc debug infos installed.
6472 * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
6473 * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
6474
aeaa2474
SA
64752012-02-22 Sterling Augustine <saugustine@google.com>
6476
6477 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
6478 constant with cast.
6479
aed555c9
PA
64802012-02-21 Pedro Alves <palves@redhat.com>
6481
6482 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
6483
78afebb4
PA
64842012-02-21 Pedro Alves <palves@redhat.com>
6485
6486 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
6487
fdcfef12
PA
64882012-02-21 Pedro Alves <palves@redhat.com>
6489
6490 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
6491 with_test_prefix.
6492
0f4d39d5
PA
64932012-02-21 Pedro Alves <palves@redhat.com>
6494
6495 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
6496 with_test_prefix here.
6497 (top level): Do it here instead. Remove `:' from the
6498 with_test_prefix string.
6499 * gdb.base/attach-pie-misread.exp: Remove the leading space the
6500 the suffix `:' from the with_test_prefix prefix string.
6501 * gdb.base/break-interp.exp: Ditto.
6502 * gdb.base/catch-load.exp: Ditto.
6503 * gdb.base/disp-step-syscall.exp: Ditto.
6504 * gdb.base/jit-so.exp: Ditto.
6505 * gdb.base/jit.exp: Ditto.
6506 * gdb.base/sepdebug.exp: Ditto.
6507 * gdb.base/solib-display.exp: Ditto.
6508 * gdb.base/solib-overlap.exp: Ditto.
6509 * gdb.base/watch-cond-infcall.exp: Ditto.
6510 * gdb.base/watchpoint.exp: Ditto.
6511 * gdb.dwarf2/dw2-noloc.exp: Ditto.
6512 * gdb.mi/mi-watch.exp: Ditto.
6513 * gdb.mi/mi2-watch.exp: Ditto.
6514 * gdb.threads/non-ldr-exc-1.exp: Ditto.
6515 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6516 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6517 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6518 * gdb.threads/watchpoint-fork.exp: Ditto.
6519 * gdb.threads/watchthreads-reorder.exp: Ditto.
6520 * gdb.trace/change-loc.exp: Ditto.
6521 * gdb.trace/pending.exp: Ditto.
6522 * gdb.trace/status-stop.exp: Ditto.
6523 * gdb.trace/strace.exp: Ditto.
6524 * gdb.trace/trace-break.exp: Ditto.
6525 * gdb.trace/unavailable.exp: Ditto.
6526 * lib/gdb.exp (with_test_prefix): Always prefix with space and
6527 suffix with colon. Adjust leading comments.
6528
6a5870ce
PA
65292012-02-21 Pedro Alves <palves@redhat.com>
6530 Tom Tromey <tromey@redhat.com>
6531
6532 * lib/gdb.exp: Add description of test prefixes.
6533 (with_test_prefix): New procedure.
6534 * gdb.arch/altivec-abi.exp: Use with_test_prefix.
6535 * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
6536 * gdb.base/break-interp.exp: Use with_test_prefix. Use append
6537 instead of lappend to append to pf_prefix.
6538 * gdb.base/catch-load.exp: Use with_test_prefix.
6539 * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
6540 * gdb.base/jit-so.exp: Use with_test_prefix.
6541 * gdb.base/jit.exp: Use with_test_prefix.
6542 * gdb.base/return-nodebug.exp (do_test): Use append instead of
6543 lappend to append to pf_prefix.
6544 * gdb.base/sepdebug.exp: Use with_test_prefix.
6545 * gdb.base/solib-display.exp: Use with_test_prefix.
6546 * gdb.base/solib-overlap.exp: Use with_test_prefix.
6547 * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
6548 * gdb.base/watchpoint.exp: Use with_test_prefix.
6549 * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
6550 * gdb.mi/mi-watch.exp: Use with_test_prefix.
6551 * gdb.mi/mi2-watch.exp: Use with_test_prefix.
6552 * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
6553 * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
6554 * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
6555 * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
6556 * gdb.threads/watchpoint-fork.exp: Use with_test_prefix. Use
6557 append instead of lappend to append to pf_prefix.
6558 * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
6559 * gdb.trace/change-loc.exp: Use with_test_prefix.
6560 * gdb.trace/pending.exp: Use with_test_prefix.
6561 * gdb.trace/status-stop.exp: Use with_test_prefix.
6562 * gdb.trace/strace.exp: Use with_test_prefix.
6563 * gdb.trace/trace-break.exp: Use with_test_prefix.
6564 * gdb.trace/unavailable.exp: Use with_test_prefix. Use append
6565 instead of lappend to append to pf_prefix.
6566
35dc4a6b
JK
65672012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6568
6569 Fix racy FAILs.
6570 * gdb.base/inferior-died.c (main): Add return of 0.
6571 * gdb.base/inferior-died.exp (continue): Fix expectation of
6572 asynchronous events.
6573 (p 1): New test.
6574
c5a006e6
PA
65752012-02-20 Pedro Alves <palves@redhat.com>
6576
6577 * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
6578 lin-lwp output. Set SIGALRM to stop. Adjust tests to not rely on
6579 gdb's internal debug output. For the non-threaded case, look for
6580 "Program received signal SIGLARM", for the threaded case, peek at
6581 the thread's siginfo.
6582
cc51a170
PA
65832012-02-20 Pedro Alves <palves@redhat.com>
6584
6585 General cleanup, make output test messages unique, and build
6586 different executable files for the non-threaded and threaded
6587 cases.
6588
6589 * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
6590 Delete.
6591 (executable_nothr, executable_thr): New globals.
6592 (top level): Adjust to delete both executables.
6593 (corefunc): New parameter $executable. Set $pf_prefix instead of
6594 hand writing a prefix in tests. Issue a clean_restart and enable
6595 lin-lwp debug output here.
6596 (top level): Adjust. Use build_executable. Don't start gdb here,
6597 and don't enable lin-lwp debug output here.
6598 * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
6599
c755f03d
JK
66002012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6601
6602 Fix racy FAILs.
6603 * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
6604 "continue" command.
6605
6bec5e0a
JK
66062012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6607
6608 Fix for gdbserver non-extended mode.
6609 * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
6610 and gdb_run_cmd.
6611
2e8265fd
TT
66122012-02-17 Tom Tromey <tromey@redhat.com>
6613
6614 * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
6615 * gdb.python/py-events.exp: Check 'dir' output.
6616 * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
6617
9e507076
YQ
66182012-02-17 Yao Qi <yao@codesourcery.com>
6619
6620 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
6621
32d22ab1
TT
66222012-02-16 Tom Tromey <tromey@redhat.com>
6623
6624 * gdb.base/inferior-died.c: Don't include stdio.h.
6625
9addecb9
TT
66262012-02-16 Tom Tromey <tromey@redhat.com>
6627
6628 * gdb.base/inferior-died.c: New file.
6629 * gdb.base/inferior-died.exp: New file.
6630
4cb6da1c
AR
66312012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
6632
6633 * gdb.base/break-inline.exp: New file.
6634 * gdb.base/break-inline.c: New file.
6635
3af2590d
TT
66362012-02-15 Tom Tromey <tromey@redhat.com>
6637
6638 * gdb.base/pc-fp.exp: Add "info register" tests.
6639
29988831
TT
66402012-02-15 Tom Tromey <tromey@redhat.com>
6641
6642 * gdb.base/regs.exp: Remove.
6643
10010058
PA
66442012-02-15 Pedro Alves <palves@redhat.com>
6645
6646 * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
6647 the target doesn't support tracepoints.
6648 * gdb.trace/circ.exp: Ditto.
6649 * gdb.trace/collection.exp: Ditto.
6650 * gdb.trace/packetlen.exp: Ditto.
6651 * gdb.trace/passc-dyn.exp: Ditto.
6652 * gdb.trace/report.exp: Ditto.
6653 * gdb.trace/tfind.exp: Ditto.
6654 * gdb.trace/tspeed.exp: Ditto.
6655 * gdb.trace/tsv.exp: Ditto.
6656 * gdb.trace/unavailable.exp: Ditto.
6657 * gdb.trace/while-dyn.exp: Ditto.
6658
a2e0062d
PA
66592012-02-15 Pedro Alves <palves@redhat.com>
6660
6661 * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
6662 gdb_test_multiple, and call unsupported instead of fail, if the
6663 remote side does not support the request.
6664
a1999d40
PA
66652012-02-15 Pedro Alves <palves@redhat.com>
6666
6667 * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
6668 * gdb.server/ext-run.exp: Make sure gdb is disconnected.
6669 * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
6670 * gdb.server/server-mon.exp: Make sure gdb is disconnected.
6671 * gdb.server/server-run.exp: Make sure gdb is disconnected.
6672 * lib/gdbserver-support.exp (gdbserver_start_extended): Only
6673 prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
6674 doesn't start with "extended-" already.
6675
7cee1e54
PA
66762012-02-15 Pedro Alves <palves@redhat.com>
6677
6678 Support extended-remote. Avoid cascading timeouts.
6679
6680 * gdb.base/attach.exp (do_attach_tests): Add expected output for
6681 the extended-remote target. If attaching with no file fails, load
6682 the file manually.
6683 * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
6684
816338b5
SS
66852012-02-14 Stan Shebs <stan@codesourcery.com>
6686
6687 * gdb.base/ena-dis-br.exp: Add enable count test.
6688
cc30c4bd
PA
66892012-02-13 Pedro Alves <palves@redhat.com>
6690
6691 * config/mips-idt.exp: Delete.
6692 * gdb.base/a2-run.exp: Remove mips-idt xfails.
6693 * gdb.base/bitfields.exp: Remove mips-idt restarts.
6694 * gdb.base/break.exp: Remove mips-idt references.
6695 * gdb.base/chng-syms.exp: Ditto.
6696 * gdb.base/default.exp: Ditto.
6697 * gdb.base/funcargs.exp (funcargs_reload): Delete.
6698 (top level): Don't call it.
6699 * gdb.base/opaque.exp: Remove mips-idt restarts.
6700 * gdb.base/ptype.exp: Remove mips-idt xfails.
6701 * gdb.base/scope.exp: Remove mips-idt restarts.
6702 * gdb.base/sepdebug.exp: Remove mips-idt references.
6703 * gdb.base/watchpoint.exp (maybe_clean_restart)
6704 (maybe_reinitialize): Delete.
6705 (test_disabling_watchpoints, test_disabling_watchpoints)
6706 (test_watchpoint_triggered_in_syscall)
6707 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
6708 Don't call them.
6709
57008375
JK
67102012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6711
6712 * gdb.server/server-exec-info.exp: New file.
6713
4a2d9c08
PA
67142012-02-10 Pedro Alves <palves@redhat.com>
6715
6716 * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
6717 always non-empty.
6718 (test_attach): Always pass $exec to test_attach_gdb.
6719
09fa21bd
TT
67202012-02-08 Tom Tromey <tromey@redhat.com>
6721
6722 * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
6723 before inferior is started.
6724
f0823d2c
TT
67252012-02-07 Tom Tromey <tromey@redhat.com>
6726
6727 * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
6728 Symbol.value.
6729 * gdb.python/py-symbol.c (qq): Set default value.
6730
67312012-02-07 Tom Tromey <tromey@redhat.com>
64e7d9dd
TT
6732
6733 * gdb.python/py-symbol.c (qq): New global.
6734 * gdb.python/py-symbol.exp: Add test for frame-less
6735 lookup_symbol.
6736 * gdb.python/py-symtab.exp: Fix line number.
6737
f7e44f65
JB
67382012-02-03 Joel Brobecker <brobecker@adacore.com>
6739
6740 * gdb.ada/mi_task_arg: New testcase.
6741
4c9ed63c
PA
67422012-02-02 Pedro Alves <palves@redhat.com>
6743
6744 * gdb.reverse/until-precsave.exp: Also put "record save" under the
6745 extended timeout.
6746
c0b9f2c6
PA
67472012-02-02 Pedro Alves <palves@redhat.com>
6748
6749 * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
6750 * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
6751
5f8cefd7
PA
67522012-02-02 Pedro Alves <palves@redhat.com>
6753
6754 * gdb.base/term.exp: Rewrite.
6755 * gdb.base/term.c: New.
6756
2f3a2569
PA
67572012-02-02 Pedro Alves <palves@redhat.com>
6758
6759 * gdb.base/default.exp (run "r" abbreviation, run): Add
6760 extended-remote expected output.
6761
f149aabd
TT
67622012-02-02 Tom Tromey <tromey@redhat.com>
6763
6764 * gdb.cp/dispcxx.exp: New file.
6765 * gdb.cp/dispcxx.cc: New file.
6766
03bef283
TT
67672012-02-01 Tom Tromey <tromey@redhat.com>
6768
6769 * gdb.base/jit-simple.exp: New file.
6770 * gdb.base/jit-simple.c: New file.
6771
a79b18b5
YQ
67722012-01-30 Yao Qi <yao@codesourcery.com>
6773
6774 * gdb.base/skip.exp: Make test result unique.
6775
f0d1a53e
JK
67762012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6777
6778 * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
6779 compatibility with valgrind-3.7.0.
6780
4b3c9f41
PA
67812012-01-27 Pedro Alves <palves@redhat.com>
6782
6783 * gdb.base/watchpoint.exp (no_hw): New global.
6784 (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
6785 disable hw watchpoints.
6786 (test_wide_location_1, test_wide_location_2): If no_hw is set,
6787 don't expect hw watchpoints.
6788 (no_hw_watchpoints): Always clean restart.
6789 (do_tests): New procedure, factored out from the top level.
6790 (top level): Run tests twice. Once with hw watchpoints enabled,
6791 another time with hw watchpoints disabled.
6792
a13491c8
PA
67932012-01-27 Pedro Alves <palves@redhat.com>
6794
6795 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
6796 out from the top level.
6797 (top level): Call it instead.
6798
f2c8a051
PA
67992012-01-27 Pedro Alves <palves@redhat.com>
6800
6801 * gdb.base/watchpoint.exp (top level): Re-enable hardware
6802 watchpoints sooner.
6803
654d7a9e
PA
68042012-01-27 Pedro Alves <palves@redhat.com>
6805
6806 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
6807
274f47f3
PA
68082012-01-27 Pedro Alves <palves@redhat.com>
6809
6810 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
6811 "You may have requested too many hardware
6812 breakpoints/watchpoints".
6813
e4d63ba2
PA
68142012-01-27 Pedro Alves <palves@redhat.com>
6815
6816 * gdb.base/watchpoint.exp (maybe_clean_restart)
6817 (maybe_reinitialize): New.
6818 (test_disabling_watchpoints): Call maybe_reinitialize. Don't
6819 expect "hit N times".
6820 (test_disabling_watchpoints, test_complex_watchpoint)
6821 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
6822 Call maybe_clean_restart.
6823 (top level): Use clean_restart. Remove "mips-idt-*"
6824 reinitialization.
6825
dbd95daf
PA
68262012-01-27 Pedro Alves <palves@redhat.com>
6827
6828 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
6829
f3ad2025
PA
68302012-01-27 Pedro Alves <palves@redhat.com>
6831
6832 * gdb.base/watchpoint.exp: Clean restart after tests that don't
6833 require `initialize' anymore. Remove unnecessary `initialize'
6834 calls.
6835
100aa3ae
PA
68362012-01-27 Pedro Alves <palves@redhat.com>
6837
6838 * gdb.base/watchpoint.exp (wp_set): Delete.
6839 (initialize, test_simple_watchpoint, top level): Remove dead code.
6840
c79a8e11
PA
68412012-01-27 Pedro Alves <palves@redhat.com>
6842
6843 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
6844 typo.
6845
048fe15a
PA
68462012-01-27 Pedro Alves <palves@redhat.com>
6847
6848 * config/extended-gdbserver.exp: New file.
6849 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
6850 comment.
6851 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
6852 * boards/native-extended-gdbserver.exp: New file.
6853
4033a6bf
PA
68542012-01-26 Pedro Alves <palves@redhat.com>
6855
6856 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
6857 and gdb_test_multiple.
6858
3d7f4b81
PA
68592012-01-26 Pedro Alves <palves@redhat.com>
6860
6861 Make test messages unique, and more identifiable.
6862 * gdb.multi/watchpoint-multi.exp: Change test messages.
6863
484abf42
TT
68642012-01-25 Tom Tromey <tromey@redhat.com>
6865
6866 * gdb.base/solib-disc.exp: Fix regexps.
6867
edcc5120
TT
68682012-01-24 Tom Tromey <tromey@redhat.com>
6869
6870 * lib/mi-support.exp (mi_expect_stop): Add special case for
6871 solib-event.
6872 * gdb.base/catch-load-so.c: New file.
6873 * gdb.base/catch-load.exp: New file.
6874 * gdb.base/catch-load.c: New file.
6875 * gdb.base/break-interp.exp (reach_1): Update regexp.
6876
30b91c90
JK
68772012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6878
6879 Fix fuzzy results.
6880 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
6881 lpsimple and func.
6882
53fe1783
GB
68832012-01-24 Gary Benson <gbenson@redhat.com>
6884
6885 Delete #if 0'd out code.
6886 * gdb.base/default.exp (info catch): Remove.
6887 * gdb.base/gdb_history (info catch): Likewise.
6888 * gdb.base/help.exp (info catch): Likewise.
6889
d0d8b0c6
JK
68902012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6891
6892 Fix watchpoints to be specific for each inferior.
6893 * gdb.multi/watchpoint-multi.c: New file.
6894 * gdb.multi/watchpoint-multi.exp: New file.
6895
4403d8e9
JK
68962012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6897
6898 Fix watchpoints across inferior fork.
6899 * gdb.threads/watchpoint-fork-child.c: New file.
6900 * gdb.threads/watchpoint-fork-mt.c: New file.
6901 * gdb.threads/watchpoint-fork-parent.c: New file.
6902 * gdb.threads/watchpoint-fork-st.c: New file.
6903 * gdb.threads/watchpoint-fork.exp: New file.
6904 * gdb.threads/watchpoint-fork.h: New file.
6905
050a2e1d
PA
69062012-01-23 Pedro Alves <palves@redhat.com>
6907
6908 * gdb.base/call-signal-resume.exp: Allow output after "return".
6909
6a52fb62
PA
69102012-01-20 Pedro Alves <palves@redhat.com>
6911
6912 * gdb.python/py-finish-breakpoint.py: Fix typo.
6913
145b16a9
UW
69142012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
6915
6916 * gdb.base/info-proc.exp: Also run on remote targets. Main
6917 "info proc" command is now always present; whether target supports
6918 actual info proc operation is detected when attempting to issue
6919 the command.
6920
26f6125e
JK
69212012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6922
6923 * .gdbinit: Remove.
6924
eb5227ce
PA
69252012-01-19 Pedro Alves <palves@redhat.com>
6926
6927 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
6928 look at the funtions' returns.
6929 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
6930 (jprint.print(int, int)): Change return type to int. Adjust.
6931
1db33378
PP
69322012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6933
6934 PR gdb/9538
6935 * gdb.base/sepdebug.exp: New test.
6936
b9736cf8
PA
69372012-01-18 Pedro Alves <palves@redhat.com>
6938
6939 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
6940 Allow output before ^done.
6941
4aac40c8
TT
69422012-01-16 Tom Tromey <tromey@redhat.com>
6943
6944 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
6945 Add tests for relative directory.
6946
cafec441
TT
69472012-01-16 Tom Tromey <tromey@redhat.com>
6948
6949 * gdb.base/printcmds.c (enum flag_enum): New.
6950 (three): New global.
6951 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
6952 enum printing.
6953 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
6954 FlagEnumerationPrinter.
6955 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
6956 * gdb.python/py-pp-maint.c (enum flag_enum): New.
6957 (fval): New global.
6958
abcc4978
PA
69592012-01-16 Pedro Alves <palves@redhat.com>
6960
6961 * lib/gdb.exp (banned_procedures): New variable.
6962 (banned_variables_traced): Rename to ...
6963 (banned_traced): ... this.
6964 (gdb_init): Also trace banned procedures.
6965 (gdb_finish): Also untrace banned procedures.
6966
97ccebe8
PA
69672012-01-16 Pedro Alves <palves@redhat.com>
6968
6969 Remove all calls to strace.
6970
2af7517b
JK
69712012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6972
6973 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
6974 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
6975
9241a8bc
PP
69762012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
6977
6978 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
6979 * gdb.base/pie-execl.exp: Likewise.
6980
3848a17f
KS
69812012-01-12 Keith Seitz <keiths@redhat.com>
6982
6983 PR mi/10586
6984 * gdb.mi/var-cmd.c (struct anonymous): New structure.
6985 (do_anonymous_type_tests): New function.
6986 (main): Call do_anonymous_type_tests.
6987 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
6988 (verify_everything): New procedure.
6989 * gdb.mi/mi-var-cp.cc (class A): New class.
6990 (anonymous_structs_and_unions): New function.
6991 (main): Call anonymous_structs_and_unions.
6992 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
6993 (verify_everything): New procedure.
6994
440e2fca
KS
69952012-01-12 Keith Seitz <keiths@redhat.com>
6996
6997 * lib/mi-support.exp: Expand comments about PATH_EXPR.
6998 (varobj_tree::get_path_expr): Assume that all varobjs are
6999 compound unless they are known simple types.
7000 Adjust path expressions based on parent type, path parent type,
7001 and tree language.
7002 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
7003 the root varobj.
7004 (mi_walk_varobj_tree): Add LANGUAGE parameter.
7005
675399c9
PA
70062012-01-11 Pedro Alves <palves@redhat.com>
7007
7008 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
7009 core files on this machine" anymore.
7010
97ddaa9b
PH
70112012-01-11 Paul Hilfinger <hilfingr@adacore.com>
7012
7013 * gdb.base/watchpoint.c (recurser): Initialize local_x.
7014 (main): Repeat recurser call.
7015 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
7016 equivalent to 'local_x'.
7017
ea733575 70182012-01-11 Paul Hilfinger <hilfingr@adacore.com>
6fdff2c5 7019 Joel Brobecker <brobecker@adacore.com>
ea733575
PH
7020
7021 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
7022
2ca0b532
PA
70232012-01-05 Pedro Alves <alves.ped@gmail.com>
7024
7025 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
7026 * gdb.python/py-events.c (first): Add bits for new "step N" test.
7027 * gdb.python/py-events.exp: Test that "step N" tripping on a
7028 breakpoint emits a breakpoint event.
7029
6e681866
JB
70302012-01-03 Joel Brobecker <brobecker@adacore.com>
7031
7032 * gdb.base/auxv.exp: Reformat the copyright notice.
7033
3c2d6aff
YQ
70342012-01-03 Yao Qi <yao@codesourcery.com>
7035
7036 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
7037 (strace_trace_on_diff_addr): New.
7038 * gdb.trace/strace.c: (main): Add two local variables.
7039
0852fee3
UW
70402011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
7041
7042 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
7043 * gdb.cell/gcore.exp: Likewise.
7044 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
7045 to verify the correct instance of main is selected.
7046
12c3e59c
JB
70472012-01-02 Joel Brobecker <brobecker@adacore.com>
7048
7049 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
7050 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
7051 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
7052 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
7053 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
7054 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
7055 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
7056 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
7057 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
7058 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
7059 gdb.threads/thread_check.c: Reformat copyright header.
7060
c0f378ec
EBM
70612011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
7062
e4a7ca93 7063 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
c0f378ec
EBM
7064 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
7065 is not enabled.
7066
3bc96cfb
JK
70672011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7068
7069 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
7070 parameter to self_exec, adjust the function.
7071 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
7072 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
7073 (set var do_exit = 0): Remove test.
7074 (newline at end of file): Add one.
7075
095bcf5e
JB
70762011-12-27 Joel Brobecker <brobecker@adacore.com>
7077
7078 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
7079 New files.
7080
18d19bd1
JK
70812011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7082
7083 Fix racy FAILs.
7084 * gdb.threads/fork-thread-pending.c (barrier): New variable.
7085 (thread_function, thread_forker): Call pthread_barrier_wait for it.
7086 (main): Call pthread_barrier_init for it.
7087
e809353a
JK
70882011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7089
7090 Fix double send_gdb leading to racy FAILs.
7091 * gdb.base/break.exp (set silent break bp_location1): Replace
7092 3x send_gdb and gdb_expect by gdb_test.
7093 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
7094 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
7095 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
7096 instead of send_gdb. Twice.
7097 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
7098 3x send_gdb and gdb_expect by gdb_test.
7099 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
7100
da8cb7ec
JK
71012011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7102
7103 * gdb.linespec/linespec.exp: Compile using {c++}.
7104
ae1a303e
JK
71052011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7106
7107 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
7108 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
7109 (verify GCC PR debug/51668): New test.
7110
cc72b2a2
KP
71112011-12-23 Kevin Pouget <kevin.pouget@st.com>
7112
7113 Introduce gdb.FinishBreakpoint in Python.
7114 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
7115 py-finish-breakpoint2
7116 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
7117 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
7118 instead of line number.
7119 * gdb.python/py-finish-breakpoint.c: New file.
7120 * gdb.python/py-finish-breakpoint.exp: New file.
7121 * gdb.python/py-finish-breakpoint.py: New file.
7122 * gdb.python/py-finish-breakpoint2.cc: New file.
7123 * gdb.python/py-finish-breakpoint2.exp: New file.
7124 * gdb.python/py-finish-breakpoint2.py: New file.
7125
3b7962f9
JK
71262011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7127
7128 Partial fix of compatibility with gcc-4.7.
7129 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
7130 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
7131 Add comment to add a PASS case in the future.
7132
6538471c
JK
7133 Fix compatibility with gcc-4.7.
7134 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
7135
7052e42c
UW
71362011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
7137
7138 PR tdep/12797
7139 * gdb.base/callfuncs.exp: Remove KFAIL.
7140
9ac7f98e
JB
71412011-12-21 Joel Brobecker <brobecker@adacore.com>
7142
7143 * gdb.ada/task_bp: New testcase.
7144
f6eeced0
JK
71452011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7146
7147 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
7148 -DNO_SECTIONS.
7149 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
7150
72225e17
JK
71512011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7152
7153 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
7154 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
7155 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
7156 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
7157 conditional for gcc <= 4.5.
7158
13ac8d2c
JK
71592011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7160
7161 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
7162 by XFAIL.
7163 * gdb.cp/static-method.exp (info addr A::func())
7164 (list static-method.cc:xxx::(anonymous namespace)::A::func)
7165 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
7166 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
7167 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
7168 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
7169 (test value of F in k3_m): Likewise.
7170 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
7171 Likewise.
7172
049682ba
JK
71732011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7174
7175 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
7176 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
7177 Remove.
7178 * gdb.threads/attachstop-mt.c: Remove.
7179 * gdb.threads/attachstop-mt.exp: Remove.
7180
2c9d8796
MK
71812011-12-17 Mark Kettenis <kettenis@gnu.org>
7182
7183 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
7184
e0f9f062
DE
71852011-12-16 Doug Evans <dje@google.com>
7186
f4aa2101 7187 * boards/native-stdio-gdbserver.exp: New file.
966be4fd
DE
7188 * boards/native-gdbserver.exp: New file.
7189
e0f9f062
DE
7190 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
7191 gdbserver output.
7192 (gdbserver_default_get_remote_address): New function.
7193 (gdbserver_start): Call gdb,get_remote_address to compute argument
7194 to "target remote" command.
7195
80b6e756
PM
71962011-12-16 Phil Muldoon <pmuldoon@redhat.com>
7197
1c3ad6ab 7198 * gdb.python/py-function.exp: Change "on" to "full" for
80b6e756
PM
7199 python print-stack. Add set/show python print-stack
7200 off|full|message tests.
7201
1576bd00
YQ
72022011-12-15 Yao Qi <yao@codesourcery.com>
7203
7204 * gdb.trace/strace.c: New
7205 * gdb.trace/strace.exp: New.
7206
d6a0f6e0
TT
72072011-12-14 Tom Tromey <tromey@redhat.com>
7208
7209 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
7210
31015e1d
DE
72112011-12-14 Doug Evans <dje@google.com>
7212
7213 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
7214
7b50312a
PA
72152011-12-14 Pedro Alves <pedro@codesourcery.com>
7216
7217 PR threads/10729
7218
7219 * gdb.mi/watch-nonstop.c: New file.
6fdff2c5 7220 * gdb.mi/mi-watch-nonstop.exp: New file.
7b50312a 7221
924437bc
PA
72222011-12-13 Pedro Alves <pedro@codesourcery.com>
7223 Doug Evans <dje@google.com>
7224
7225 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
7226 (clean_restart): Remove references to the gdb_stub target board
7227 variable.
7228 (gdb_step_for_stub): Delete.
7229
7230 * gdb.base/annota1.exp: Remove all references to [target_info
7231 exists gdb_stub], gdb_step_for_stub and usestubs.
7232 * gdb.base/annota3.exp: Ditto.
7233 * gdb.base/async.exp: Ditto.
7234 * gdb.base/break.exp: Ditto.
7235 * gdb.base/code-expr.exp: Ditto.
7236 * gdb.base/commands.exp: Ditto.
7237 * gdb.base/completion.exp: Ditto.
7238 * gdb.base/condbreak.exp: Ditto.
7239 * gdb.base/consecutive.exp: Ditto.
7240 * gdb.base/cvexpr.exp: Ditto.
7241 * gdb.base/define.exp: Ditto.
7242 * gdb.base/display.exp: Ditto.
7243 * gdb.base/ena-dis-br.exp: Ditto.
7244 * gdb.base/environ.exp: Ditto.
7245 * gdb.base/gnu-ifunc.exp: Ditto.
7246 * gdb.base/maint.exp: Ditto.
7247 * gdb.base/pending.exp: Ditto.
7248 * gdb.base/sect-cmd.exp: Ditto.
7249 * gdb.base/sepdebug.exp: Ditto.
7250 * gdb.base/unload.exp: Ditto.
7251 * gdb.base/watchpoint-solib.exp: Ditto.
7252 * gdb.cp/annota2.exp: Ditto.
7253 * gdb.cp/annota3.exp: Ditto.
7254 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
7255 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
7256 * gdb.mi/mi-pending.exp: Ditto.
7257 * gdb.trace/circ.exp: Ditto.
7258 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
7259 * gdb.base/list.exp: Ditto.
7260
7261 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
7262 breakpoint function and all references to the usestubs macro.
7263 * gdb.base/exprs.c: Ditto.
7264 * gdb.base/freebpcmd.c: Ditto.
7265 * gdb.base/bitfields.c: Ditto.
7266 * gdb.base/bitfields2.c: Ditto.
7267 * gdb.base/break.c: Ditto.
7268 * gdb.base/call-sc.c: Ditto.
7269 * gdb.base/call-signals.c: Ditto.
7270 * gdb.base/callfuncs.c: Ditto.
7271 * gdb.base/charset.c: Ditto.
7272 * gdb.base/consecutive.c: Ditto.
7273 * gdb.base/constvars.c: Ditto.
7274 * gdb.base/funcargs.c: Ditto.
7275 * gdb.base/int-type.c: Ditto.
7276 * gdb.base/interrupt.c: Ditto.
7277 * gdb.base/langs0.c: Ditto.
7278 * gdb.base/list0.c: Ditto.
7279 * gdb.base/mips_pro.c: Ditto.
7280 * gdb.base/miscexprs.c: Ditto.
7281 * gdb.base/nodebug.c: Ditto.
7282 * gdb.base/opaque0.c: Ditto.
7283 * gdb.base/pointers.c: Ditto.
7284 * gdb.base/printcmds.c: Ditto.
7285 * gdb.base/ptype.c: Ditto.
7286 * gdb.base/recurse.c: Ditto.
7287 * gdb.base/reread1.c: Ditto.
7288 * gdb.base/reread2.c: Ditto.
7289 * gdb.base/restore.c: Ditto.
7290 * gdb.base/return.c: Ditto.
7291 * gdb.base/run.c: Ditto.
7292 * gdb.base/scope0.c: Ditto.
7293 * gdb.base/sepdebug.c: Ditto.
7294 * gdb.base/setshow.c: Ditto.
7295 * gdb.base/setvar.c: Ditto.
7296 * gdb.base/sigall.c: Ditto.
7297 * gdb.base/signals.c: Ditto.
7298 * gdb.base/structs.c: Ditto.
7299 * gdb.base/structs2.c: Ditto.
7300 * gdb.base/testenv.c: Ditto.
7301 * gdb.base/twice.c: Ditto.
7302 * gdb.base/unwindonsignal.c: Ditto.
7303 * gdb.base/watchpoint.c: Ditto.
7304 * gdb.base/watchpoints.c: Ditto.
7305 * gdb.base/whatis.c: Ditto.
7306 * gdb.cp/classes.cc: Ditto.
7307 * gdb.cp/cplusfuncs.cc: Ditto.
7308 * gdb.cp/derivation.cc: Ditto.
7309 * gdb.cp/formatted-ref.cc: Ditto.
7310 * gdb.cp/misc.cc: Ditto.
7311 * gdb.cp/overload.cc: Ditto.
7312 * gdb.cp/ovldbreak.cc: Ditto.
7313 * gdb.cp/ref-params.cc: Ditto.
7314 * gdb.cp/ref-types.cc: Ditto.
7315 * gdb.cp/templates.cc: Ditto.
7316 * gdb.cp/virtfunc.cc: Ditto.
7317 * gdb.hp/gdb.aCC/run.c: Ditto.
7318 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
7319 * gdb.hp/gdb.compat/xdb0.c: Ditto.
7320 * gdb.reverse/consecutive-reverse.c: Ditto.
7321 * gdb.reverse/sigall-reverse.c: Ditto.
7322 * gdb.reverse/until-reverse.c: Ditto.
7323 * gdb.reverse/watch-reverse.c: Ditto.
7324 * gdb.trace/actions.c: Ditto.
7325 * gdb.trace/circ.c: Ditto.
7326 * gdb.trace/collection.c: Ditto.
7327
fabde485
PA
73282011-12-13 Pedro Alves <pedro@codesourcery.com>
7329
7330 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
7331 (func6, func7): New.
7332 (main): Call func6 and func7.
7333 * gdb.base/watchpoint.exp (test_wide_location_1)
7334 (test_wide_location_2): New.
7335 (top level): Re-enable hardware watchpoints if necessary. Call
7336 test_wide_location_1 and test_wide_location_2.
7337
ff7d1690
YQ
73382011-12-11 Yao Qi <yao@codesourcery.com>
7339
7340 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
7341
a6af7abe
JB
73422011-12-11 Joel Brobecker <brobecker@adacore.com>
7343
7344 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
7345 expected output for unsupported case.
7346
61638e15
JK
73472011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7348
7349 PR testsuite/12649
7350 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
7351 Protect gdb_test_multiple by final $gdb_prompt match.
7352
0a00efc3
JK
73532011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7354
7355 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
7356 New variable, new test.
7357 (list static-method.cc:xxx::(anonymous namespace)::A::func)
7358 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
7359 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
7360 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
7361 them if HAVE_GCC_45682_FIXED is not set.
7362
4511b1ba
YQ
73632011-12-10 Yao Qi <yao@codesourcery.com>
7364
7365 * gdb.trace/status-stop.exp: New.
7366 * gdb.trace/status-stop.c: New.
7367
27949e73
JK
73682011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7369
7370 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
7371 timeout.
7372
d8ea7931
TT
73732011-12-08 Tom Tromey <tromey@redhat.com>
7374
7375 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
7376 condition.
7377
1cc310d2
SS
73782011-12-07 Stan Shebs <stan@codesourcery.com>
7379
7380 * gdb.trace/tfind.exp: Update for output changes.
7381
d482a875
PA
73822011-12-07 Pedro Alves <pedro@codesourcery.com>
7383
7384 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
7385 throws "Cannot insert catchpoints in this configuration".
7386 * gdb.ada/mi_catch_ex.exp: Likewise.
7387
f0ba3972
PA
73882011-12-06 Pedro Alves <pedro@codesourcery.com>
7389
7390 * gdb.base/break-always.exp: Test changing memory at addresses
7391 with breakpoints inserted.
7392
f8eba3c6
TT
73932011-12-06 Joel Brobecker <brobecker@acacore.com>
7394
6fdff2c5
PA
7395 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
7396 involving a fully qualified function name.
f8eba3c6
TT
7397
73982011-12-06 Tom Tromey <tromey@redhat.com>
7399
7400 * gdb.ada/homonym.exp: Add three breakpoint tests.
7401
74022011-12-06 Tom Tromey <tromey@redhat.com>
7403
7404 * gdb.base/solib-weak.exp (do_test): Remove kfail.
7405 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
7406 * gdb.objc/objcdecode.exp: Update for output changes.
7407 * gdb.linespec/linespec.exp: New file.
7408 * gdb.linespec/lspec.cc: New file.
7409 * gdb.linespec/lspec.h: New file.
7410 * gdb.linespec/body.h: New file.
7411 * gdb.linespec/base/two/thefile.cc: New file.
7412 * gdb.linespec/base/one/thefile.cc: New file.
7413 * gdb.linespec/Makefile.in: New file.
7414 * gdb.cp/templates.exp (test_template_breakpoints): Update for
7415 output changes.
7416 * gdb.cp/re-set-overloaded.exp: Remove kfail.
7417 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
7418 makes one breakpoint.
7419 * gdb.cp/method2.exp (test_break): Update for output changes.
7420 * gdb.cp/mb-templates.exp: Update for output changes.
7421 * gdb.cp/mb-inline.exp: Update for output changes.
7422 * gdb.cp/mb-ctor.exp: Update for output changes.
7423 * gdb.cp/ovsrch.exp: Use fully-qualified names.
7424 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
7425 has multiple matches.
7426 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
7427 error message change.
7428 * gdb.base/list.exp (test_list_filename_and_number): Update for
7429 error message change.
7430 * gdb.base/break.exp: Disable pending breakpoints. Update for
7431 output changes.
7432 * configure.ac: Add gdb.linespec.
7433 * configure: Rebuild.
7434 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
7435
c642a434
UW
74362011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
7437
7438 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
7439 last_break register on s390*-*-* targets.
7440
b18003d1
JB
74412011-12-06 Joel Brobecker <brobecker@adacore.com>
7442
7443 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
7444 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
7445 of parameter X in procedure Foo.
7446
fe96589c
SS
74472011-12-05 Stan Shebs <stan@codesourcery.com>
7448
7449 * gdb.trace/tfind.exp: Update help string matches.
7450
1820ab47
JK
74512011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7452
7453 * gdb.server/ext-run.exp (get process list): Accept also systemd
7454 as PID 1.
7455
e11ac3a3
JK
74562011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7457 Pedro Alves <pedro@codesourcery.com>
7458
7459 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
7460 starting GDB.
7461 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
7462 $use_gdb_stub.
7463 * gdb.base/display.exp: Likewise.
7464 * gdb.base/ending-run.exp: Likewise.
7465 * gdb.base/list.exp (test_listsize): Likewise.
7466 * gdb.base/setshow.exp: Likewise.
7467 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
7468 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
7469 check by global $use_gdb_stub.
7470 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
7471 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
7472 (default_gdb_init): Unset global $use_gdb_stub.
7473 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
7474 by global $use_gdb_stub.
7475 * lib/gdbserver-support.exp: Extend comments for set_board_info
7476 gdb_protocol and gdb,socketport.
7477 (gdbserver_start_extended): Set global gdbserver_protocol and
7478 gdbserver_gdbport. Clear global use_gdb_stub.
7479 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
7480 from target use_gdb_stub.
7481 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
7482
1d41d75c
DE
74832011-12-03 Doug Evans <dje@google.com>
7484
7485 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
7486 (gdb_step_for_stub): Add comments.
7487
d6d7a51a
MR
74882011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
7489
7490 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
7491 to the caller.
7492 (gdb_test_multiple): Likewise.
7493
05acf274
JK
74942011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7495
7496 Fix gdb.mi/mi-solib.exp without system debug info installed.
7497 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
7498 expect attribute, return 0 for it. Update comments.
7499
2268b414
JK
75002011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7501
7502 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
7503 (corrupted list): Adjust the expectation.
7504
585861ea
JK
75052011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7506
7507 PR threads/13448
7508 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
7509 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
7510 * gdb.threads/tls-var-main.c: New file.
7511 * gdb.threads/tls-var.c: New file.
7512 * gdb.threads/tls-var.exp: New file.
7513
968643aa
JK
75142011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7515
7516 PR testsuite/12649
7517 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
7518 Protect gdb_test_multiple by final $gdb_prompt match.
7519 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
7520 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
7521 (test_tracepoints): Likewise.
7522
9750bca9
JK
75232011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7524
7525 PR breakpoints/13346
7526 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
7527 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
7528 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
7529
ac1349b7
JB
75302011-12-01 Joel Brobecker <brobecker@adacore.com>
7531
7532 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
7533 * gdb.ada/homonym/homonym.adb: For use of all types defined
7534 locally inside both Get_Value subprograms.
7535
26d44faf
JK
75362011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7537
7538 Fix racy FAILs.
7539 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
7540 of send_gdb.
7541
514f6425
UW
75422011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7543
7544 * gdb.base/testenv.exp: Skip on remote targets. Unset global
7545 environment variable after test completed.
7546
4255c8d2
UW
75472011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7548
7549 * gdb.base/solib-nodir.exp: Skip if remote target.
7550 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
7551 application. Call gdb_load_shlibs.
7552 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
7553
a35ad96a
JB
75542011-11-29 Joel Brobecker <brobecker@adacore.com>
7555
7556 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
7557
1a1d5513
JB
75582011-11-28 Joel Brobecker <brobecker@adacore.com>
7559
7560 * gdb.ada/fullname_bp: New testcase.
7561
50b4ddf8
JK
75622011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7563
7564 PR testsuite/12649
7565 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
7566 Wrap send_gdb into a new gdb_test.
7567
fb0aec57
JK
7568 Code cleanup.
7569 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
7570 Convert send_gdb and gdb_expect to gdb_test_multiple.
7571
2376d946
JK
75722011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7573
7574 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
7575
1eec78bd
KS
75762011-11-23 Keith Seitz <keiths@redhat.com>
7577
7578 * lib/mi-support.exp (varobj_tree): New namespace and procs.
7579 (mi_varobj_tree_test_children_callback): New proc.
7580 (mi_walk_varobj_tree): New proc.
7581
36dfb11c
TT
75822011-11-22 Tom Tromey <tromey@redhat.com>
7583
7584 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
7585 Add "use_mi_command" argument.
7586 (mi_run_cmd, mi_run_with_cli): New procs.
7587 * gdb.mi/solib-lib.c: New file.
7588 * gdb.mi/solib-main.c: New file.
7589 * gdb.mi/mi-solib.exp: New file.
7590
0e965dd0
DE
75912011-11-21 Doug Evans <dje@google.com>
7592
7593 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
7594 _Unwind_DebugHook is missing.
7595
f196051f
SS
75962011-11-20 Stan Shebs <stan@codesourcery.com>
7597
7598 * gdb.trace/tstatus.exp: New.
7599 * gdb.trace/actions.c: Include string.h.
7600
bfccc43c
YQ
76012011-11-18 Yao Qi <yao@codesourcery.com>
7602
7603 * gdb.trace/pending.exp: New.
7604 * gdb.trace/pending.c: New.
7605 * gdb.trace/pendshr1.c: New.
7606 * gdb.trace/pendshr2.c: New.
7607 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
7608 tracepoint location becomes pending.
7609 (tracepoint_change_loc_2): New.
7610
73cd8ab1
DM
76112011-11-16 David S. Miller <davem@davemloft.net>
7612
7613 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
7614 target is sparc*-*-linux*
7615
77426730
PK
76162011-11-15 Paul Koning <paul_koning@dell.com>
7617
7618 * gdb.python/py-type.exp: New testcases for exceptions on scalar
7619 types.
7620
ed59ded5
DE
76212011-11-14 Doug Evans <dje@google.com>
7622
7623 * gdb.base/shell.exp: New file.
7624
405f8e94
SS
76252011-11-14 Stan Shebs <stan@codesourcery.com>
7626
7627 * gdb.trace/ftrace.c: New.
7628 * gdb.trace/ftrace.exp: New.
7629
1e4d1764
YQ
76302011-11-14 Yao Qi <yao@codesourcery.com>
7631
7632 * gdb.trace/change-loc-1.c: New.
7633 * gdb.trace/change-loc-2.c: New.
7634 * gdb.trace/change-loc.c: New.
7635 * gdb.trace/change-loc.exp: New.
7636 * gdb.trace/change-loc.h: New.
7637 * gdb.trace/trace-break.c (marker): Define new symbol.
7638 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
6fdff2c5 7639 New.
1e4d1764
YQ
7640 (break_trace_same_addr_6): New.
7641
71eba9c2 76422011-11-12 Matt Rice <ratmice@gmail.com>
7643
7644 * gdb.base/info-macros.exp: Make tests for info definitions
7645 test info macro. Add tests for info macro argument processing.
7646 Rename a few tests.
7647
1d93e29a
KS
76482011-11-11 Keith Seitz <keiths@redhat.com>
7649
7650 PR gdb/12843
7651 * gdb.base/linespecs.exp: New file.
7652
a4b5b48a
DE
76532011-11-11 Doug Evans <dje@google.com>
7654
7655 * gdb.threads/print-threads.exp: Extend timeout for slower
7656 tests.
7657
f6b47be4
DE
76582011-11-10 Doug Evans <dje@google.com>
7659
792a0230
DE
7660 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
7661 "record to end of main" test.
7662
f6b47be4
DE
7663 * gdb.python/py-type.c (TS): New typedef.
7664 (ts): New global.
7665 * gdb.python/py-type.exp: Test field list of typedef.
7666
22355c90
JB
76672011-11-10 Joel Brobecker <brobecker@adacore.com>
7668
7669 * gdb.ada/small_reg_param: New testcase.
7670
a7860e76
TT
76712011-11-09 Tom Tromey <tromey@redhat.com>
7672
7673 * gdb.cp/destrprint.exp: New file.
7674 * gdb.cp/destrprint.cc: New file.
7675
72a2e3dc
MI
76762011-11-08 Meador Inge <meadori@codesourcery.com>
7677
7678 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
7679 (switch_stack_to_other): New test function.
7680 * gdb.arch/thumb-prologue.exp: New test cases.
7681
c7195df2 76822011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
7bf9deb0
MR
7683
7684 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
7685
d3895d7d
YQ
76862011-11-08 Yao Qi <yao@codesourcery.com>
7687
7688 * gdb.exp (supports_process_record): New.
7689 (supports_reverse): New.
7690 * gdb.reverse/break-precsave.exp: Call support_process_record
7691 to run test conditionally.
7692 * gdb.reverse/consecutive-precsave.exp: Likewise.
7693 * gdb.reverse/i386-precsave.exp: Likewise.
7694 * gdb.reverse/machinestate-precsave.exp: Likewise.
7695 * gdb.reverse/solib-precsave.exp: Likewise.
7696 * gdb.reverse/step-precsave.exp: Likewise.
7697 * gdb.reverse/until-precsave.exp: Likewise.
7698 * gdb.reverse/watch-precsave.exp: Likewise.
7699 * gdb.reverse/break-reverse.exp: Call support_reverse to run
7700 test conditionally.
7701 * gdb.reverse/consecutive-reverse.exp: Likewise.
7702 * gdb.reverse/finish-precsave.exp: Likewise.
7703 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
7704 * gdb.reverse/finish-reverse.exp: Likewise.
7705 * gdb.reverse/i386-reverse.exp: Likewise.
7706 * gdb.reverse/i386-sse-reverse.exp: Likewise.
7707 * gdb.reverse/machinestate.exp: Likewise.
7708 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
7709 * gdb.reverse/sigall-precsave.exp: Likewise.
7710 * gdb.reverse/sigall-reverse.exp: Likewise.
7711 * gdb.reverse/solib-reverse.exp: Likewise.
7712 * gdb.reverse/step-reverse.exp: Likewise.
7713 * gdb.reverse/until-reverse.exp: Likewise.
7714 * gdb.reverse/watch-reverse.exp: Likewise.
7715
a59306a3
YQ
77162011-11-05 Yao Qi <yao@codesourcery.com>
7717
7718 * gdb.trace/trace-break.exp: Add test on setting two
7719 fast tracepoints at the same address.
7720
87769f59
JK
77212011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7722
7723 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
7724
3065dfb6
SS
77252011-11-02 Stan Shebs <stan@codesourcery.com>
7726
7727 * gdb.trace/collection.c: Add code using strings.
7728 * gdb.trace/collection.exp: Add tests of string collection.
7729
89e208db
JK
77302011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7731
7732 * gdb.base/skip-solib.exp (executable_main): New variable.
7733 (binfile_main): Base it on that.
7734 Use $executable_main in clean_restart calls. Drop gdb_exit and
7735 gdb_start calls.
7736
405e54e9
JK
77372011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7738
7739 Fix racy FAILs.
7740 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
7741 breakpoint_re globals import by async. Set string_regex to .* for
7742 async. Remove the optional thread_selected_re and breakpoint_re
7743 globals expectations.
7744
58e8570a
JM
77452011-11-01 Joseph Myers <joseph@codesourcery.com>
7746
7747 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
7748 well as Cygwin.
7749
7b35ec7f 77502011-11-01 Justin Lebar <justin.lebar@gmail.com>
1bfeeb0f
JL
7751
7752 Add tests for skip command.
89e208db
JK
7753 * gdb.base/skip-solib-lib.c: New
7754 * gdb.base/skip-solib-main.c: New
7755 * gdb.base/skip-solib.exp: New
7756 * gdb.base/skip.c: New
7757 * gdb.base/skip.exp: New
7758 * gdb.base/skip1.c: New
7759 * gdb.base/Makefile.in: Adding new files.
1bfeeb0f 7760
b9fd1791
PA
77612011-10-31 Yao Qi <yao@codesourcery.com>
7762 Pedro Alves <pedro@codesourcery.com>
7763
6fdff2c5
PA
7764 * gdb.trace/trace-break.c: New.
7765 * gdb.trace/trace-break.exp: New.
b9fd1791 7766
4323fecc
JK
77672011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7768
7769 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
7770 break-here-2.
7771
0e5bf2a8
PA
77722011-10-28 Pedro Alves <pedro@codesourcery.com>
7773
7774 * gdb.threads/no-unwaited-for-left.c: New.
7775 * gdb.threads/no-unwaited-for-left.exp: New.
7776 * gdb.threads/non-ldr-exc-1.c: New.
7777 * gdb.threads/non-ldr-exc-1.exp: New.
7778 * gdb.threads/non-ldr-exc-2.c: New.
7779 * gdb.threads/non-ldr-exc-2.exp: New.
7780 * gdb.threads/non-ldr-exc-3.c: New.
7781 * gdb.threads/non-ldr-exc-3.exp: New.
7782 * gdb.threads/non-ldr-exc-4.c: New.
7783 * gdb.threads/non-ldr-exc-4.exp: New.
7784
3a3dad98
JK
77852011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7786
7787 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
7788 * gdb.base/attach-pie-misread.exp: Likewise.
7789 * gdb.base/break-interp.exp: Likewise.
7790 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
7791 testcases for use_gdb_stub.
7792 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
7793 (continue): New testcase.
7794 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
7795 * gdb.threads/attach-into-signal.exp: Likewise.
7796 * gdb.threads/attach-stopped.exp: Likewise.
7797 * gdb.threads/attachstop-mt.exp: Likewise.
7798
d6a5d40c
PK
77992011-10-28 Paul Koning <paul_koning@dell.com>
7800
7801 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
7802
ca539be8
JK
78032011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7804
7805 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
7806 (mi_gdb_test): Import globals thread_selected_re
7807 and breakpoint_re. Expect them optionally at the regex start.
7808
d234ef5c
DE
78092011-10-27 Doug Evans <dje@google.com>
7810
7811 * gdb.python/python.exp: Test source -s.
7812
ab964825
PK
78132011-10-26 Paul Koning <paul_koning@dell.com>
7814
7815 * gdb.python/lib-types.cc (struct A): New structure.
7816 * gdb.python/lib-types.exp (deepitems): New tests.
d234ef5c 7817
54d8a644
PK
78182011-10-25 Paul Koning <paul_koning@dell.com>
7819
7820 PR python/13327
d234ef5c 7821
54d8a644
PK
7822 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
7823 fetch_lazy method.
7824
b0221781
YQ
78252011-10-24 Yao Qi <yao@codesourcery.com>
7826
7827 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
7828 target is tic6x-*-*.
7829
6cda5a20
JB
78302011-10-21 Joel Brobecker <brobecker@adacore.com>
7831
7832 * gdb.ada/mi_task_info/task_switch.adb: New file.
7833 * gdb.ada/mi_task_info.exp: New file.
7834
5ed9db04
JK
78352011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7836
7837 * gdb.cp/expand-psymtabs-cxx.exp: New file.
7838 * gdb.cp/expand-psymtabs-cxx.cc: New file.
7839
9df2fbc4
PM
78402011-10-20 Phil Muldoon <pmuldoon@redhat.com>
7841
7842 PR python/12656
7843
7844 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
7845 global_block tests.
7846
736086ba
TT
78472011-10-18 Tom Tromey <tromey@redhat.com>
7848
7849 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
7850
4af31552
TT
78512011-10-18 Tom Tromey <tromey@redhat.com>
7852
7853 * gdb.base/source.exp: Don't include full file name in test name.
7854 * gdb.python/python.exp: Don't include full file name in test
7855 name.
7856
43136979
AR
78572011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7858
7859 * gdb.base/attach-pie-noexec.c: New files.
7860 * gdb.base/attach-pie-noexec.exp: New files.
7861
543a9323
JM
78622011-10-17 Joseph Myers <joseph@codesourcery.com>
7863
7864 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
7865 prompt for each extra line in command.
7866
21ae7a4d
JK
78672011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7868
7869 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
7870 Revert the part of:
7871 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7872 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
7873 Change the expected string.
7874
20ec36d9
JK
78752011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7876
7877 Fix results with system glibc debug info installed.
7878 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
7879 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
7880 Accept also __libc_ symbol prefix and no prefix.
7881
6501c2fc
KS
78822011-10-14 Keith Seitz <keiths@redhat.com>
7883
7884 PR c++/13225
7885 * gdb.cp/converts.cc (foo3_1): New function.
7886 (foo3_2): New functions.
7887 * gdb.cp/converts.exp: Add tests for int to pointer conversion
7888 and null pointer conversions of integer constant zero.
7889 Add test to check if all arguments are checked for incompatible
7890 conversion BADNESS.
7891
55b1fd0c
TT
78922011-10-14 Tom Tromey <tromey@redhat.com>
7893
7894 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
7895 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
7896 linespec.
7897
22c05d8a
JK
78982011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7899
7900 Fix internal error regression.
7901 * gdb.dwarf2/implptr-optimized-out.S: New file.
7902 * gdb.dwarf2/implptr-optimized-out.exp: New file.
7903
1d6edc3c
JK
79042011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7905
7906 Fix empty DWARF expressions DATA vs. SIZE conditionals.
7907 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
7908 (loclist): New.
7909 (4): New abbrev.
7910 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
7911 Use prepare_for_testing, remove clean_restart.
7912 (p arraynoloc, p arraycallnoloc): New tests.
7913
9ec72168
JK
79142011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7915
7916 * gdb.cp/namespace-enum.exp (executable): New variable.
7917 (binfile): Use ${objdir}/${subdir}/ prefix.
7918 Use ${executable} for clean_restart.
7919
9c6c53f7
SA
79202011-10-11 Sterling Augustine <saugustine@google.com>
7921
7922 * gdb.cp/Makefile.in: Add namespace-enum test.
7923 * gdb.cp/namespace-enum.exp: New file.
7924 * gdb.cp/namespace-enum.c: New file.
7925 * gdb.cp/namespace-enum-main.c: New file.
7926
fac7ceb3
UW
79272011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
7928
7929 * gdb.python/py-shared.exp: Relax filename check to handle remote:
7930 sysroot.
7931
941b2081
JK
79322011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7933
7934 Reimplement @entry in input expressions.
7935 * gdb.base/exprs.c (v_int_array_init): New variable.
7936 * gdb.base/exprs.exp (print v_int_array_init)
7937 (print *v_int_array_init@1, print *v_int_array_init@2)
7938 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
7939 (print v_int_array_init[1]@1): New tests.
7940
0344e878
JM
79412011-10-10 Joseph Myers <joseph@codesourcery.com>
7942
7943 * gdb.cp/gdb2495.exp: Do not include directories in filename in
7944 expected message.
7945
5a56e9c5
DE
79462011-10-09 Doug Evans <dje@google.com>
7947
7948 * gdb.base/alias.exp: Add tests for alias command.
7949
2bda9cc5
JK
79502011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7951
7952 * gdb.arch/amd64-entry-value.s: New file.
7953 * gdb.mi/mi2-amd64-entry-value.s: New file.
7954
a471c594
JK
79552011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7956
7957 Display @entry parameter values even for references.
7958 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
7959 functions.
7960 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
7961 reference and datap_input.
7962 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
7963 breakpoints.
7964 (continue to breakpoint: entry_reference: reference)
7965 (entry_reference: bt at entry)
7966 (continue to breakpoint: entry_reference: breakhere_reference)
7967 (entry_reference: bt, entry_reference: ptype regparam)
7968 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
7969 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
7970 (entry_reference: p regcopy, entry_reference: p nodataparam)
7971 (entry_reference: p nodataparam@entry): New tests.
7972
36b11add
JK
79732011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7974
7975 Support @entry in input expressions.
7976 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
7977 (entry_stack: p s1@entry, entry_stack: p s2@entry)
7978 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
7979 (tailcall: p j@entry): New tests.
7980 * gdb.cp/koenig.cc (A::entry): New function.
7981 (main): Call it.
7982 * gdb.cp/koenig.exp (p entry (c)): New test.
7983
e18b2753
JK
79842011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7985
7986 Display @entry parameter values (without references).
7987 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
7988 (different, validity, invalid): New functions.
7989 (main): Call them.
7990 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
7991 stacktest, breakhere_stacktest, different, breakhere_different,
7992 breakhere_validity and breakhere_invalid.
7993 (entry: bt): Update for @entry.
7994 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
7995 (entry_validity: *, entry_invalid: *): Many new tests.
7996 * gdb.base/break.exp
7997 (run until breakpoint set at small function, optimized file): Accept
7998 also the @entry suffix.
7999 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
8000 * gdb.mi/mi2-amd64-entry-value.c: New files.
8001 * gdb.mi/mi2-amd64-entry-value.exp: New files.
8002
2d6c5dc2
JK
80032011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8004
8005 Protect entry values against self tail calls.
8006 * gdb.arch/amd64-entry-value.cc (self2, self): New.
8007 (main): Call self.
8008 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
8009 (set debug entry-values 1, self: bt debug entry-values): New tests.
8010
111c6489
JK
80112011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8012
8013 Recognize virtual tail call frames.
8014 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
8015 (amb_b, amb_a): New.
8016 (main): Call a and b.
8017 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
8018 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
8019 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
8020 New tests.
8021
8e3b41a9
JK
80222011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8023
8024 Implement basic support for DW_TAG_GNU_call_site.
8025 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
8026 * gdb.arch/amd64-entry-value.cc: New file.
8027 * gdb.arch/amd64-entry-value.exp: New file.
8028
181cebd4
JK
80292011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8030
8031 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
8032 * gdb.dwarf2/implptr-64bit.S: New file.
8033 * gdb.dwarf2/implptr-64bit.exp: New file.
8034
741f5e3c
JK
80352011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8036
8037 Fix initial language detection with -readnow.
8038 * gdb.cp/readnow-language.cc: New file.
8039 * gdb.cp/readnow-language.exp: New file.
8040
a73d2258
JK
80412011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8042
8043 Fix printed anonymous struct name.
8044 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
8045
af369495
JM
80462011-10-09 Joseph Myers <joseph@codesourcery.com>
8047
8048 * gdb.base/solib-symbol.exp: Do not include directories in
8049 filenames in expected messages.
8050
1fa57852
DE
80512011-10-07 Doug Evans <dje@google.com>
8052
8053 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
8054
bd054e06
KP
80552011-10-07 Kevin Pouget <kevin.pouget@st.com>
8056
8057 Allow Python notification of new object-file loadings.
8058 * gdb.python/py-events.exp: Test newobjfile event.
8059 * gdb.python/py-events.py: Register newobjfile callback.
8060 * gdb.python/py-events.c: Add call to shared library
8061 * gdb.python/py-events-shlib.c: New file.
8062
8031b6f8
JM
80632011-10-06 Joseph Myers <joseph@codesourcery.com>
8064
8065 * gdb.base/fixsection.exp: Do not include directories in filename
8066 in expected message.
8067
7fea6923
PM
80682011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
8069
8070 Add tests for passing of environment variables to inferior.
8071 * gdb.base/testenv.c: New test source.
8072 * gdb.base/testenv.exp: New expect test.
8073
687f2a88
PK
80742011-10-04 Paul Koning <paul_koning@dell.com>
8075
8076 * gdb.python/py-value.c (main): Break before return.
8077
cb6be26b
KP
80782011-10-04 Kevin Pouget <kevin.pouget@st.com>
8079
8080 PR python/12691: Add the inferior to Python exited event
8081 * gdb.python/py-events.exp: Test the inferior attribute of exited
8082 event with a fork.
8083 * gdb.python/py-events.py: Print inferior number on exit.
8084 * gdb.python/py-events.c: Fork the inferior.
8085
fb213700
EBM
80862011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
8087
8088 * gdb.base/jit.exp: Add testcase name to log message
8089
aa2071bd
PK
80902011-10-03 Paul Koning <paul_koning@dell.com>
8091 Jan Kratochvil <jan.kratochvil@redhat.com>
8092
8093 * gdb.python/py-value.exp
8094 (python inval = gdb.parse_and_eval('*(int*)0'))
8095 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
8096 (set argc=2, python print argc_lazy): New tests.
8097
dd11a36c
JB
80982011-10-02 Joel Brobecker <brobecker@adacore.com>
8099
8100 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
8101
46f886f1
JK
81022011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8103 Pedro Alves <pedro@codesourcery.com>
8104
8105 * gdb.python/py-value.exp (test_value_in_inferior): New variable
8106 can_read_0, test for it.
8107 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
8108 (parse_and_eval with memory error): ... here, make it untested if
8109 can_read_0.
8110
c5cb204f
MP
81112011-09-30 Marek Polacek <mpolacek@redhat.com>
8112
8113 * gdb.python/python.exp (verify pagination beforehand)
8114 (verify pagination afterwards): Fix race by splitting the line.
8115
68fb0ec0
JM
81162011-09-29 Joseph Myers <joseph@codesourcery.com>
8117
8118 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
8119 for 64-bit multilibs from i?86-* targets.
8120
6aee0d90
MP
81212011-09-29 Marek Polacek <mpolacek@redhat.com>
8122
8123 * lib/gdb.exp: Fix a typo in one of the comments.
8124
e9101ff5
MP
81252011-09-29 Marek Polacek <mpolacek@redhat.com>
8126
8127 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
8128 matching pattern.
8129
7a81bdbf
PK
81302011-09-28 Paul Koning <paul_koning@dell.com>
8131
8132 * gdb.python/py-type.c (enum E): New.
8133 * gdb.python/py-type.exp (test_fields): Add tests for Python
8134 mapping access to fields.
8135 (test_enums): New test for field access on enums.
8136
6710bf39
SS
81372011-09-27 Stan Shebs <stan@codesourcery.com>
8138
8139 * gdb.trace/collection.exp: Test collection of $_ret.
8140
b2a6bdeb
AT
81412011-09-22 Andreas Tobler <andreast@fgznet.ch>
8142
8143 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
8144 list of compilation switches for <*-*-freebsd*>.
8145
3c9057f3
SS
81462011-09-19 Stan Shebs <stan@codesourcery.com>
8147
8148 * gdb.trace/tspeed.exp: New file.
8149 * gdb.trace/tspeed.c: New file.
8150
34518530
YQ
81512011-09-18 Yao Qi <yao@codesourcery.com>
8152
8153 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
8154 instructions.
8155 (test_adr_32bit, test_pop_pc): Likewise.
8156 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
8157 Thumb instructions.
8158 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
8159 in gdb_test_multiple.
8160 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
8161
ab254057
YQ
81622011-09-17 Yao Qi <yao@codesourcery.com>
8163
8164 * lib/gdb.exp (can_single_step_to_signal_handler): New.
8165 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
8166 support single step to signal handler.
8167
9c317b71
YQ
81682011-09-17 Yao Qi <yao@codesourcery.com>
8169
8170 * gdb.base/disp-step-fork.c: New.
8171 * gdb.base/disp-step-syscall.exp: New.
8172 * gdb.base/disp-step-vfork.c: New.
8173
a8123151
JB
81742011-09-16 Joel Brobecker <brobecker@adacore.com>
8175
8176 * gdb.ada/tasks.exp: Make the expected output for
8177 the `info tasks' tests more resilient to spacing
8178 changes.
8179
63a9aad8
JK
81802011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8181
8182 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
8183 (reached breakpoint 2, reached breakpoint 3): Update expected output.
8184
2aa48337
KP
81852011-09-15 Kevin Pouget <kevin.pouget@st.com>
8186
8187 PR Python/12692 Add gdb.selected_inferior() to Python interface.
8188 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
8189
6839b47f
KP
81902011-04-30 Kevin Pouget <kevin.pouget@st.com>
8191
8192 Handle multiple breakpoint hits in Python interface:
8193 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
8194 presence.
8195 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
8196 breakpoint hits.
8197
0935723e
JK
81982011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
8199 Jan Kratochvil <jan.kratochvil@redhat.com>
8200
8201 * gdb.python/py-events.exp: Remove pretty printing comment.
8202 * gdb.python/py-evsignal.exp: New file.
8203 * gdb.python/py-evthreads.c: Include signal.h.
8204 (thread3): Remove variable count3. Remove variable bad and use raise
8205 instead.
8206 (thread2): Remove variable count2. Move thread3 pthread_create here,
8207 merge pthread_join to a single line.
8208 (main): Remove variable count1. Merge pthread_join with pthread_create
8209 to a single line.
8210 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
8211 KFAIL python/12966 for gdbserver. Test return value of
8212 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
8213 gdb_expect by gdb_test and gdb_test_multiple.
8214 (thread 2, thread 3): New tests.
8215
4801a9a3
PA
82162011-09-12 Matt Rice <ratmice@gmail.com>
8217 Pedro Alves <pedro@codesourcery.com>
8218
8219 PR gdb/13175
8220
8221 * gdb.base/interp.exp: New tests.
8222 * gdb.base/interp.c: New file.
8223
24ece742
DE
82242011-09-12 Doug Evans <dje@google.com>
8225
8226 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
8227 * gdb.dwarf2/typeddwarf.exp: Ditto.
8228
7f062217
JK
82292011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8230
8231 Fix compatibility with x32 arch.
8232 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
8233 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
8234 is_x86_like_target.
8235 * testsuite/gdb.trace/collection.exp: Likewise.
8236 * testsuite/gdb.trace/report.exp: Likewise.
8237 * testsuite/gdb.trace/unavailable.exp: Likewise.
8238 * testsuite/gdb.trace/while-dyn.exp: Likewise.
8239 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
8240 (is_x86_like_target): Check also is_amd64_regs_target.
8241
08711b9a
JK
82422011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8243
8244 PR breakpoints/12435
8245 * gdb.arch/amd64-prologue-xmm.c: New file.
8246 * gdb.arch/amd64-prologue-xmm.exp: New file.
8247 * gdb.arch/amd64-prologue-xmm.s: New file.
8248
b99b5f66
JK
82492011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8250
8251 * gdb.dwarf2/dw2-param-error-main.c: New file.
8252 * gdb.dwarf2/dw2-param-error.S: New file.
8253 * gdb.dwarf2/dw2-param-error.exp: New file.
8254
a391a2f6
PA
82552011-09-08 Pedro Alves <pedro@codesourcery.com>
8256
8257 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
8258 inferior's pid and look for a core dump named core.$pid. Use
8259 `remote_file' commands on the host instead of hand coding shell
8260 commands on the build.
8261 * gdb.base/valgrind-db-attach.exp: Kill the program before
8262 finishing the test.
8263
7d8e6458 82642011-09-02 Matt Rice <ratmice@gmail.com>
8265
8266 * lib/prompt.exp: New file for testing the first prompt.
8267 * gdb.python/py-prompt.exp: Ditto.
8268 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
8269
68e77c9e
PA
82702011-09-02 Pedro Alves <pedro@codesourcery.com>
8271
8272 * gdb.threads/gcore-thread.exp: Set the global core_supported to
8273 0, before testing gcore.
8274
9655e943
JK
82752011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8276
df6dc84d
JK
8277 * dw2-ifort-parameter-debug.S: Update copyright year.
8278 * dw2-ifort-parameter.c: Update copyright year.
8279 * dw2-ifort-parameter.exp: Update copyright year.
8280
9655e943
JK
8281 * dw2-ifort-parameter-debug.S: New file.
8282 * dw2-ifort-parameter.c: New file.
8283 * dw2-ifort-parameter.exp: New file.
8284
353d1d73
JK
82852011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8286
8287 * gdb.base/commands.exp (error_clears_commands_left): New function.
8288 (): Call it.
8289
5c07461a
JK
82902011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8291
8292 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
8293 (C): Initialize `a'.
8294 * gdb.mi/mi-inheritance-syntax-error.exp
8295 (-data-evaluate-expression $path): Expect `a' as 5.
8296
0d932b2f
MK
82972011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
8298
8299 PR mi/11912
8300 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
8301 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
8302 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
8303 keyword in output of -var-info-path-expression.
8304
bdb54049
JK
83052011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8306
8307 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
8308 * gdb.trace/collection.exp: Likewise.
8309 * gdb.trace/report.exp: Likewise.
8310 * gdb.trace/unavailable.exp: Likewise.
8311 * gdb.trace/while-dyn.exp: Likewise.
8312
59cde39c
KS
83132011-08-18 Keith Seitz <keiths@redhat.com>
8314
8315 PR c++/12266
8316 * gdb.cp/meth-typedefs.cc: New file.
8317 * gdb.cp/meth-typedefs.exp: New file.
8318
fa3a4f15
PM
83192011-08-17 Phil Muldoon <pmuldoon@redhat.com>
8320
6fdff2c5 8321 * gdb.python/python.exp: Add extended-prompt tests.
fa3a4f15 8322
c1049fca
JK
83232011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8324
8325 * gdb.arch/i386-dr3-watch.exp
8326 (watchpoint on gap1 does not fit debug registers)
8327 (delete all watchpoints): Fix racy expect strings.
8328
d93f7b5c
YQ
83292011-08-14 Yao Qi <yao@codesourcery.com>
8330
8331 * gdb.base/maint.exp: set data_section to ".neardata".
8332 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
8333 * gdb.base/savedregs.exp: Handle SIGILL.
8334 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
8335 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
8336
457e09f0
DE
83372011-08-12 Doug Evans <dje@google.com>
8338
8339 * gdb.python/py-symbol.exp: Add test for symbol.type.
8340
5d0bb2fb
UW
83412011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
8342
8343 * gdb.threads/pthreads.exp: Enable on non-native configurations.
8344 * gdb.mi/mi-pthreads.exp: Likewise.
8345 * gdb.mi/mi2-pthreads.exp: Likewise.
8346 * gdb.mi/gdb669.exp.exp: Likewise.
8347
fcdfa280
PA
83482011-08-09 Pedro Alves <pedro@codesourcery.com>
8349
8350 * lib/mi-support.exp (detect_async): Rename to...
8351 (mi_detect_async): ... this.
8352 * gdb.mi/mi-nonstop-exit.exp: Adjust.
8353 * gdb.mi/mi-nonstop.exp: Adjust.
8354 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
8355 * gdb.mi/mi-nsintrall.exp: Adjust.
8356 * gdb.mi/mi-nsmoribund.exp: Adjust.
8357 * gdb.mi/mi-nsthrexec.exp: Adjust.
8358
9d8fa392
PA
83592011-08-09 Pedro Alves <pedro@codesourcery.com>
8360
8361 * gdb.base/display.c (do_loops): New `p_i' local.
8362 * gdb.base/display.exp: Test displaying a variable that is
8363 temporarily at a bad address.
8364
b6cede78
JK
83652011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8366
8367 * gdb.dwarf2/dw2-op-stack-value.S: New file.
8368 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
8369
67bedb8c
JK
83702011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8371
8372 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
3c542bc3
JK
8373 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
8374 (p fuNC_symtab): Permit also ppc64 leading dot.
67bedb8c 8375
af6e93b2
PA
83762011-08-05 Pedro Alves <pedro@codesourcery.com>
8377
8378 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
8379 procedure.
8380 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
8381
1cf0e11f
YQ
83822011-08-05 Yao Qi <yao@codesourcery.com>
8383
8384 * gdb.base/callfuncs.exp: Set language after main.
8385 * gdb.cp/cplusfuncs.exp: Likewise.
8386 * gdb.cp/inherit.exp: Likewise.
8387
a1e28cb2
UW
83882011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
8389
8390 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
8391 * gdb.base/watch-vfork.exp: Skip on remote targets.
8392
d4f5bbb9
UW
83932011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
8394
8395 * gdb.threads/thread-find.exp: Support remote targets.
8396
724f4f80
UW
83972011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
8398
8399 * gdb.base/jit.exp: Download solib_binfile to target.
8400 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
8401 and call dlopen without full path name.
8402 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
8403 dlopen without full path name.
8404
934709f0
PW
84052011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8406
8407 * gdb.base/break-always.exp: Complete the test
8408 with duplicated breakpoints and enabling/disabling them.
8409
c26106c4
TT
84102011-08-02 Tom Tromey <tromey@redhat.com>
8411
8412 PR gdb/11289:
8413 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
8414
9300444e 84152011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
fbe12357
PP
8416
8417 PR gdb/13045
8418 * gdb.base/float.exp: Add new test case for PR gdb/13045
8419 * gdb.base/float.c: New file.
8420
00bd41d6
PM
84212011-07-28 Phil Muldoon <pmuldoon@redhat.com>
8422
8423 * gdb.python/py-mi.exp: Test printers returning string hint, and
8424 also not returning a value.
8425 * gdb.python/py-prettyprint.c: Add testcase for above.
8426 * gdb.python/py-prettyprint.py: Add test printer for above.
8427
d24f74ce
JK
84282011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8429
8430 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
8431 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
8432 (.Ldie30) Add as field "data4".
8433 (.Ldie32) Rename field "b" to "shl".
8434 (abbrev4) Change for the "data4" field.
8435 (abbrev5, abbrev6) Remove.
8436 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
8437 (p &s.shl): ... here. Add comment.
8438 (p &s.data4): New.
8439
bb7da2bf
JK
84402011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8441
8442 Fix crash on lval_computed values.
8443 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
8444
11081198
JK
84452011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8446
8447 * gdb.base/help.exp (help whatis): Update the expected string.
8448
3c6e0cb3
JK
84492011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8450
8451 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
8452 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
8453 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
8454 Change the expected string.
8455
efa80663
PA
84562011-07-26 Pedro Alves <pedro@codesourcery.com>
8457
8458 * gdb.base/watchpoint.exp
8459 (test_disable_enable_software_watchpoint): New procedure.
8460 (top level): Run it.
8461
db8e4570
UW
84622011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
8463
8464 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
8465 executable file "${binfile}", C++ version "${binfile}-cxx".
8466 * gdb.python/py-prettyprint.exp: Likewise.
8467 * gdb.python/py-symbol.exp: Likewise.
8468 * gdb.python/py-type.exp: Likewise.
8469 * gdb.python/py-value.exp: Likewise.
8470 * gdb.python/py-template.exp (test_template_arg): Pass full executable
8471 file name instead of just suffix.
8472
543305c9
JK
84732011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8474
8475 Fix implicit pointer offsets.
8476 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
8477 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
8478 (continue to breakpoint: continue to baz breakpoint for implptr)
8479 (sanity check element 0, sanity check element 1)
8480 (enter the inlined function, check element 0 for the offset)
8481 (check element 1 for the offset)
8482 (continue to breakpoint: ignore the second baz breakpoint): New tests.
8483 (set foo breakpoint for implptr): Update the breakpoint number.
8484
b3215adc
UW
84852011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
8486
8487 * gdb.python/py-mi.exp: Use different file names for different
8488 versions of the executable under test.
8489 * gdb.python/py-prettyprint.exp: Likewise.
8490 * gdb.python/py-symbol.exp: Likewise.
8491 * gdb.python/py-template.exp: Likewise.
8492 * gdb.python/py-type.exp: Likewise.
8493 * gdb.python/py-value.exp: Likewise.
8494
182b9acc
UW
84952011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
8496
8497 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
8498 flag after restarting GDB if necessary.
8499
e6052b5d
UW
85002011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
8501
8502 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
8503
1ced966e
PA
85042011-07-22 Pedro Alves <pedro@codesourcery.com>
8505
8506 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
8507 backend doesn't leave used debug registers behind.
8508
3543a589
TT
85092011-07-22 Tom Tromey <tromey@redhat.com>
8510
8511 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
8512 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
8513 argument.
8514 * gdb.dwarf2/typeddwarf-amd64.S: New file.
8515
14d15303 85162011-07-21 Matt Rice <ratmice@gmail.com>
8517
8518 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
8519 in mostlyclean rule. Add files ending in .core.
8520
9b158ba0 85212011-07-21 Matt Rice <ratmice@gmail.com>
8522
8523 PR macros/12999
8524 * gdb.base/info-macros.c: New test sources.
8525 * gdb.base/info-macros.exp: New tests.
8526
d17b6f81
PM
85272011-07-21 Phil Muldoon <pmuldoon@redhat.com>
8528
8529 * gdb.python/python.exp: Add prompt substitution tests.
8530
918dd910
JK
85312011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8532
8533 Fix crash if referenced CU is aged out.
8534 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
8535 New.
8536 * gdb.dwarf2/implptr.exp: Likewise.
8537
0e37a63c
JK
85382011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8539
8540 * gdb.dwarf2/implptr.S: Rebuilt.
8541 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
8542 (bar): Use them for j, k, l.
8543 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
8544 COMPILE.
8545 (print j in implptr:bar): Update for the intp typedef.
8546 (print p[0].x in implptr:foo): Use more exact regex.
8547
f65cf84c
TT
85482011-07-18 Tom Tromey <tromey@redhat.com>
8549
8550 * gdb.cp/static-method.exp: Add missing single quote.
8551
d5b4a7be
YQ
85522011-07-18 Yao Qi <yao@codesourcery.com>
8553
8554 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
8555 supported.
8556 * gdb.mi/mi-nonstop-exit.exp: Likewise.
8557 * gdb.mi/mi-nonstop.exp: Likewise.
8558 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
8559 * gdb.mi/mi-nsintrall.exp: Likewise.
8560 * gdb.mi/mi-nsmoribund.exp: Likewise.
8561 * gdb.mi/mi-nsthrexec.exp: Likewise.
8562 * gdb.python/py-evthreads.exp: Likewise.
8563
e9ea2662
JK
85642011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8565
8566 Code cleanup.
8567 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
8568 it. Substitute it instead of test_compiler_info everywhere.
8569
ce451573
UW
85702011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
8571
8572 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
8573 remote targets as well.
8574
756d88a7
UW
85752011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
8576
8577 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
8578 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
8579
31f83dc5
UW
85802011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
8581
8582 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
8583 a remote machine, not the host.
8584 (gdb_compile_shlib): Set soname if target is remote.
8585
059241a0
PP
85862011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
8587
8588 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
8589
28a0b48c 85902011-07-13 Matt Rice <ratmice@gmail.com>
8591
8592 * gdb.python/py-objfile-script-gdb.py: Renamed to
8593 py-objfile-script-gdb.py.in.
8594 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
8595 py-objfile-script-gdb.py.
8596 * gdb.python/py-objfile-script.exp: Update reference to
8597 py-objfile-script-gdb.py.
8598
9a771b67
JK
85992011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8600
8601 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
8602 reference undefined label.
8603
04ad99e6
JK
86042011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8605
8606 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
8607 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
8608 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
8609 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
8610
713389e0
PM
86112011-07-11 Phil Muldoon <pmuldoon@redhat.com>
8612
6fdff2c5 8613 PR python/12438
713389e0 8614 * gdb.python/python.exp: Add maint set/show python print-stack
6fdff2c5 8615 deprecated tests. Add set/show python print-backtrace tests.
713389e0 8616
97d146f8
JK
86172011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8618
8619 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
8620 debug info.
8621
facde0e5 86222011-07-06 Matt Rice <ratmice@gmail.com>
8623
8624 * gdb.python/python.exp: Update filename paths.
8625 * gdb.python/py-symtab.exp: Ditto.
8626
438640d1
MP
86272011-07-06 Marek Polacek <mpolacek@redhat.com>
8628
8629 * gdb.python/py-evthreads.exp: Add missing `$'.
8630
33a365df
MF
86312011-07-06 Jie Zhang <jie.zhang@analog.com>
8632
8633 * config/bfin.exp: New file.
8634 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
8635 * gdb.asm/bfin.inc: New file.
8636
8f7ae686
MP
86372011-07-06 Marek Polacek <mpolacek@redhat.com>
8638
df46027d 8639 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
8f7ae686
MP
8640 the whole output.
8641
eb2a6f42
TT
86422011-07-05 Tom Tromey <tromey@redhat.com>
8643
8644 * gdb.java/jprint.java (jprint.hi): New field.
8645 * gdb.java/jprint.exp: Print string.
8646
177b42fe
TJB
86472011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
8648
8649 * gdb.base/call-sc.c: Fix typos.
8650 * gdb.base/ifelse.exp: Likewise.
8651 * gdb.base/structs.c: Likewise.
8652
3b2a0cf2
JB
86532011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
8654
8655 * gdb.base/jit-so.exp: New test.
8656 * gdb.base/jit-dlmain.c: New file.
8657 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
8658
46fc714c
JK
86592011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8660
8661 * gdb.cp/m-static.exp: Call get_compiler_info.
e17476d7
JK
8662 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
8663 * gdb.cp/pr9167.exp (p b): Likewise.
8664 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
8665 (test value of P in inner_m, test type of Z in inner_m): Call
8666 setup_xfail for gcc <= 4.5.
46fc714c 8667
418c7cf7
JK
86682011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8669
8670 * gdb.cp/paren-type.cc: New files.
8671 * gdb.cp/paren-type.exp: New files.
8672
3d50dd94
JK
86732011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8674
8675 Stop on first linespec terminator instead of eating what we can.
8676 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
8677 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
8678 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
8679 (break C::f()): ... this one.
8680 (break C::operator()()): New test.
8681 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
8682 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
8683 test.
8684
dcf9f4ab
JK
86852011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8686
8687 Fall back linespec to minimal symbols.
8688 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
8689 error message.
8690 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
8691 * gdb.cp/minsym-fallback-main.cc: New file.
8692 * gdb.cp/minsym-fallback.cc: New file.
8693 * gdb.cp/minsym-fallback.exp: New file.
8694 * gdb.cp/minsym-fallback.h: New file.
8695
3f542ed1
JK
86962011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8697
8698 * gdb.cp/no-dmgl-verbose.cc: New file.
8699 * gdb.cp/no-dmgl-verbose.exp: New file.
8700
87012011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
900e11f9
JK
8702
8703 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
8704 __GI_.
8705 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
8706 (f): New function.
8707 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
8708 (complete p 'func<short>(): ... here.
8709 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
8710 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
8711 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
8712 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
8713 Make them KFAIL gcc/49546.
8714
00eb2c4a
JB
87152011-07-01 Joel Brobecker <brobecker@adacore.com>
8716
8717 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
8718
85a20c42
JK
87192011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8720
8721 Test GCC PR debug/49546.
8722 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
8723 (test type of F in k3_m, test value of F in k3_m): New.
8724 * gdb.cp/temargs.cc (struct S3, struct K3): New.
8725 (main): New variable k3. Call k3.k3_m.
8726
d2d43431
JB
87272011-07-01 Jean-Charles Delay <delay@adacore.com>
8728
8729 * gdb.ada/packed_array.exp: Fix expected outout.
8730
54ae186f
JB
87312011-07-01 Jean-Charles Delay <delay@adacore.com>
8732
8733 * gdb.ada/packed_array.exp: fixed expected output.
8734
8f17729f
JB
87352011-07-01 Joel Brobecker <brobecker@adacore.com>
8736
8737 * gdb.ada/same_enum: New testcase.
8738
f5aa6869
JB
87392011-07-01 Joel Brobecker <brobecker@adacore.com>
8740
8741 * gdb.ada/ptr_typedef: New testcase.
8742
828292f2
JB
87432011-07-01 Joel Brobecker <brobecker@adacore.com>
8744
8745 * gdb.ada/arrayptr.exp: Add ptype test.
8746
18920c42
JB
87472011-07-01 Joel Brobecker <brobecker@adacore.com>
8748
8749 * gdb.ada/char_enum: New testcase.
8750
3536d9e3 87512011-07-01 Yao Qi <yao@codesourcery.com>
54aeeb99
YQ
8752
8753 * gdb.base/dump.exp (capture_pointer_with_type): New.
8754 Get value from address instead of name.
8755 Start GDB once, and do `dump' and `restore'
8756 tests together.
8757
db863c42
MF
87582011-06-30 Jie Zhang <jie.zhang@analog.com>
8759 Mike Frysinger <vapier@gentoo.org>
8760
8761 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
8762 helper functions for getting/setting remotetimeout variable.
8763 * lib/gdb.exp (gdb_load): If the target is remote, set
8764 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
8765 with $loadtimeout. Set $load_ok to 0 before doing the load.
8766 Instead of returning, immediately, set $load_ok to 0. Call
8767 set_remotetimeout with $oldremotetimeout, and then return if
8768 $load_ok is 1.
8769
e9e642a8
AB
87702011-06-30 Andrew Burgess <aburgess@broadcom.com>
8771
8772 * gdb.python/py-template.exp: Don't run this test if the target
8773 does not support c++ tests.
8774
32019081
JK
87752011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8776
8777 Fix non-only rename list for Fortran modules import.
8778 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
8779 tests.
8780 * gdb.fortran/module.f90 (module moduse): New.
8781 (program module): use moduse, test var_x, var_y and var_z.
8782
0ecee54c
TT
87832011-06-29 Tom Tromey <tromey@redhat.com>
8784
8785 PR testsuite/12040:
8786 * gdb.fortran/array-element.exp: Use f90, not f77.
8787 * gdb.fortran/complex.exp: Use f90, not f77.
8788 * gdb.fortran/derived-type.exp: Use f90, not f77.
8789 * gdb.fortran/library-module.exp: Use f90, not f77.
8790 * gdb.fortran/logical.exp: Use f90, not f77.
8791 * gdb.fortran/module.exp: Use f90, not f77.
8792 * gdb.fortran/multi-dim.exp: Use f90, not f77.
8793 * gdb.fortran/subarray.exp: Use f90, not f77.
8794
3b2b8fea
TT
87952011-06-29 Tom Tromey <tromey@redhat.com>
8796
8797 * gdb.fortran/charset.exp: New file.
8798 * gdb.fortran/charset.f90: New file.
8799
42159ca5
TT
88002011-06-29 Tom Tromey <tromey@redhat.com>
8801
8802 PR testsuite/12040:
8803 * lib/future.exp: New file, mostly extracted from ada.exp.
8804 Rewrote compatibility code to use rename.
8805 (gdb_find_gfortran): New proc.
8806 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
8807 gfortran patch.
8808 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
8809 Move to future.exp.
8810 * lib/gdb.exp: Always load future.exp.
8811
af69a5ce
YQ
88122011-06-28 Yao Qi <yao@codesourcery.com>
8813
8814 * gdb.cp/exception.cc: Don't include iostream.
8815 (bar): Remove print statement.
8816 (catcher): New.
8817 (main): Remove print statements. Call function catcher.
8818 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
8819 Set breakpoint on catcher, and check the value of parameter.
8820
ab5c6a72
YQ
88212011-06-23 Yao Qi <yao@codesourcery.com>
8822
6fdff2c5
PA
8823 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check
8824 breakpoint 1.2 is disabled. KFAIL for uclinux.
ab5c6a72 8825
9497469f
MP
88262011-06-23 Marek Polacek <mpolacek@redhat.com>
8827
8828 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
8829 mi_gdb_test.
8830
b9132588
MP
88312011-06-23 Marek Polacek <mpolacek@redhat.com>
8832
5d197ed0 8833 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
b9132588 8834
e55595ca
MP
88352011-06-23 Marek Polacek <mpolacek@redhat.com>
8836
5d197ed0
MP
8837 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
8838
88392011-06-23 Marek Polacek <mpolacek@redhat.com>
8840
8841 * gdb.mi/mi2-basics.exp: Fix races. Honour the
8842 `test_exec_and_symbol_mi_operatons' return value.
8843 (test_mi_interpreter_selection): Use mi_gdb_test instead of
8844 gdb_test_multiple.
8845 (test_exec_and_symbol_mi_operatons): Likewise.
8846 (test_path_specification): Likewise.
e55595ca 8847
be777e08
YQ
88482011-06-23 Yao Qi <yao@codesourcery.com>
8849
8850 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
8851 supported.
8852 * lib/gdb.exp (support_displaced_stepping): New.
8853
615556d6
YQ
88542011-06-23 Yao Qi <yao@codesourcery.com>
8855
8856 * gdb.threads/execl.exp: Skip on remote target.
8857
833b0ca7
MP
88582011-06-21 Marek Polacek <mpolacek@redhat.com>
8859
5d197ed0 8860 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
833b0ca7
MP
8861 mi_gdb_test.
8862
1ee4023a
MP
88632011-06-20 Marek Polacek <mpolacek@redhat.com>
8864
5d197ed0 8865 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
1ee4023a 8866
d0b1d624
MP
88672011-06-20 Marek Polacek <mpolacek@redhat.com>
8868
5d197ed0 8869 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
d0b1d624
MP
8870 mi_gdb_test.
8871
79aa92c1
MP
88722011-06-20 Marek Polacek <mpolacek@redhat.com>
8873
5d197ed0 8874 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
79aa92c1 8875
5ce5db06
YQ
88762011-06-14 Yao Qi <yao@codesourcery.com>
8877
8878 gdb/testsuite/
8879 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
8880
533a737e
JK
88812011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8882
8883 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
8884
d0e53741
TT
88852011-06-10 Tom Tromey <tromey@redhat.com>
8886
8887 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
8888 Add tests for pointer-to-member-function.
8889 * gdb.cp/temargs.cc (S::somefunc): New function.
8890 (K2): New class.
8891 (main): Instantiate K2; call method.
8892
b5916bbd
JB
88932011-06-08 Joel Brobecker <brobecker@adacore.com>
8894
8895 * gdb.python/py-inferior.c (f2): Make str an array rather
8896 than a pointer.
8897 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
8898
5be4dfca
JK
88992011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8900
8901 * gdb.base/async-shell.c: New file.
8902 * gdb.base/async-shell.exp: New file.
8903
9f47e254
PA
89042011-06-06 Pedro Alves <pedro@codesourcery.com>
8905
8906 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
8907
64b9b334
JB
89082011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
8909
8910 From Stephen Kitt <steve@sk2.org>
8911 * gdb.base/help.exp: Adjust following some spelling corrections
8912 in GDB.
8913
dbc0f131
YQ
89142011-06-01 Yao Qi <yao@codesourcery.com>
8915
8916 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
8917
fd336a18
KS
89182010-05-31 Keith Seitz <keiths@redhat.com>
8919
8920 PR c++/12750
8921 * gdb.cp/static-method.cc: New file.
8922 * gdb.cp/static-method.exp: New file.
8923
fa8b9902
KS
89242010-05-31 Keith Seitz <keiths@redhat.com>
8925
8926 PR symtab/12704
8927 * gdb.cp/anon-ns.cc: New file.
8928 * gdb.cp/anon-ns.exp: New file.
8929
0a5b1e09
PA
89302011-05-31 Pedro Alves <pedro@codesourcery.com>
8931
8932 * gdb.arch/i386-dr3-watch.c: New file.
8933 * gdb.arch/i386-dr3-watch.exp: New file.
8934
0578b8d1
YQ
89352011-05-30 Yao Qi <yao@codesourcery.com>
8936
8937 * gdb.base/callfuncs.c (t_structs_fc): New.
8938 (t_structs_dc, t_structs_ldc): New.
8939 (t_double_many_args):
8940 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
8941 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
8942 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
8943 * gdb.base/callfuncs.exp: Call new functions.
8944
6680506e
YQ
89452011-05-30 Yao Qi <yao@codesourcery.com>
8946
ff4d2c60
YQ
8947 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
8948 Call rerun_and_prepare for each test to isolate effects.
8949
89502011-05-30 Yao Qi <yao@codesourcery.com>
8951
8952 * gdb.base/varargs.c (find_max_float_real): New.
8953 (find_max_double_real, find_max_long_double_real): New.
8954 * gdb.base/varargs.exp: Call these new added functions.
6680506e
YQ
8955 * lib/gdb.exp (setup_kfail_for_target): New.
8956
e43ec454
YQ
89572011-05-30 Yao Qi <yao@codesourcery.com>
8958
8959 * gdb.base/funcargs.c (callca, callcb, callcc): New.
8960 (callcd, callce, callcf, callc1a, callc1b): New.
8961 (callc2a, callc2b): New.
8962 * gdb.base/funcargs.exp (complex_args): New.
8963 (complex_integral_args, complex_float_integral_args): New.
8964 * lib/gdb.exp (support_complex_tests): New. Determine
8965 whether to run test cases on _Complex types.
8966
432b4d03
JK
89672011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8968
8969 * gdb.threads/leader-exit.c: New file.
8970 * gdb.threads/leader-exit.exp: New file.
8971
6caf069d
MP
89722011-05-27 Marek Polacek <mpolacek@redhat.com>
8973
9497469f 8974 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
6caf069d 8975
97fce28b
MP
89762011-05-27 Marek Polacek <mpolacek@redhat.com>
8977
8978 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
8979 remove the `supported' variable.
8980 * gdb.mi/mi-nonstop.exp: Likewise.
8981 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
8982 * gdb.mi/mi-nsintrall.exp: Likewise.
8983 * gdb.mi/mi-nsmoribund.exp: Likewise.
8984 * gdb.mi/mi-nsthrexec.exp: Likewise.
8985
9da8c2a0
PA
89862011-05-26 Pedro Alves <pedro@codesourcery.com>
8987
8988 * gdb.reverse/finish-reverse-bkpt.exp: New test.
8989
2c03e5be
PA
89902011-05-26 Pedro Alves <pedro@codesourcery.com>
8991
8992 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
8993
2e21250d
KS
89942011-05-24 Keith Seitz <keiths@redhat.com>
8995
8996 PR breakpoint/12803
8997 * gdb.cp/cmpd-minsyms.cc (a): New method.
8998 (b): New method.
8999 (c): New method.
9000 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
9001
cdac0397
PA
90022011-05-24 Pedro Alves <pedro@codesourcery.com>
9003
9004 * gdb.base/commands.exp (watchpoint_command_test): Check that the
9005 watchpoint's command list didn't execute when the watchpoint went
9006 out of scope.
9007
ee5683ab
PM
90082011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
9009
9010 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
9011 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
9012 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
9013 * gdb.arch/i386-gnu-cfi.exp: Likewise.
9014 * gdb.arch/i386-permbkpt.exp: Likewise.
9015 * gdb.arch/i386-prologue.exp: Likewise.
9016 * gdb.arch/i386-size-overlap.exp: Likewise.
9017 * gdb.arch/i386-size.exp: Likewise.
9018 * gdb.arch/i386-unwind.exp: Likewise.
9019 * gdb.reverse/i386-precsave.exp: Likewise.
9020 * gdb.reverse/i386-reverse.exp: Likewise.
9021 * gdb.reverse/i386-sse-reverse.exp: Likewise.
9022 * gdb.reverse/i387-env-reverse.exp: Likewise.
9023 * gdb.reverse/i387-stack-reverse.exp: Likewise.
9024
c91c8c16
PA
90252011-05-24 Pedro Alves <pedro@codesourcery.com>
9026
9027 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
9028 file doesn't error, using MI.
9029
c50491a7
TT
90302011-05-23 Tom Tromey <tromey@redhat.com>
9031
9032 * gdb.base/charset.exp (string_display): Add tests to assign to
9033 arrays.
9034 * gdb.base/charset.c (short_array, int_array, long_array): New.
9035
4a07b7da
PA
90362011-05-20 Pedro Alves <pedro@codesourcery.com>
9037
9038 Cope with async mode.
9039
4a07b7da
PA
9040 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
9041 into gdb_test + mi_expect_stop.
9042
b275f2d2
PA
90432011-05-20 Pedro Alves <pedro@codesourcery.com>
9044
9045 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
9046 (callme): Remove printf call.
9047
eec52c44
PM
90482011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
9049
9050 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
9051 quote pattern to avoid problems with Cygwin/mingw expect versions.
9052 * gdb.base/default.exp (show convenience): Use double
9053 quote pattern for regular expressions.
9054
b3c8eb43
JK
90552011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9056
9057 Fix -readnow for -gdwarf-4 unused type units.
9058 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
9059 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
9060
ed731959
JK
90612011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
9062
9063 * gdb.base/kill-after-signal.c: New file.
9064 * gdb.base/kill-after-signal.exp: New file.
9065
3b48433d
PA
90662011-05-16 Pedro Alves <pedro@codesourcery.com>
9067
9068 * gdb.ada/start.exp: Call untested with the correct test filename.
9069 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
9070 test filename. Make the test's binary unique.
9071 * gdb.arch/i386-signal.exp: Call untested with the correct test
9072 filename.
9073 * gdb.arch/i386-size-overlap.exp: Ditto.
9074 * gdb.arch/Makefile.in (EXECUTABLES): Update.
9075 * gdb.base/gcore-buffer-overflow.exp: Ditto.
9076 * gdb.cp/call-c.exp: Ditto.
9077 * gdb.mi/mi-reverse.exp: Call untested with the correct test
9078 filename. Make the test's binary unique.
9079 * gdb.mi/Makefile.in (EXECUTABLES): Update.
9080 * gdb.python/py-mi.exp: Ditto.
9081 * gdb.python/Makefile.in (EXECUTABLES): Update.
9082 * gdb.reverse/i386-precsave.exp: Ditto.
9083 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
9084 test filename.
9085 * gdb.reverse/i387-stack-reverse.exp: Ditto.
9086 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
9087 unique.
9088 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
9089 test filename.
9090 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
9091 * gdb.trace/tfile.exp: Ditto.
9092
ba4a8bdd
YQ
90932011-05-14 Yao Qi <yao@codesourcery.com>
9094
9095 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
9096 type.
9097
dbaefcf7
DE
90982011-05-13 Doug Evans <dje@google.com>
9099
9100 * gdb.python/py-objfile-script.exp: New file.
9101 * gdb.python/py-objfile-script.c: New file.
9102 * gdb.python/py-objfile-script-gdb.py: New file.
9103 * testsuite/gdb.python/py-section-script.exp: Test
9104 "info auto-load-scripts".
9105
9930639c
TT
91062011-05-13 Tom Tromey <tromey@redhat.com>
9107
9108 * gdb.dwarf2/clztest.exp: New file.
9109 * gdb.dwarf2/clztest.c: New file.
9110 * gdb.dwarf2/clztest.S: New file.
9111
05272e11
DE
91122011-05-13 Doug Evans <dje@google.com>
9113
cc63ef9b
DE
9114 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
9115 String16 tests.
05272e11 9116
6edba76f
TT
91172011-05-13 Tom Tromey <tromey@redhat.com>
9118
9119 * lib/gdb.exp (is_x86_like_target): New proc.
9120 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
9121 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
9122 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
9123 -nostdlib to compiler.
9124 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
9125 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
9126 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
9127 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
9128 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
9129
028d0ed5
TJB
91302011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
9131
9132 * gdb.python/py-function.exp: Test setting a value from a function
9133 which executes a command.
9134
8a9b8146
TT
91352011-05-12 Tom Tromey <tromey@redhat.com>
9136
9137 * gdb.dwarf2/typeddwarf.S: New file.
9138 * gdb.dwarf2/typeddwarf.c: New file.
9139 * gdb.dwarf2/typeddwarf.exp: New file.
9140
10483e8e
MP
91412011-05-12 Marek Polacek <mpolacek@redhat.com>
9142
9143 * gdb.mi/mi-basics.exp: Fix races. Honour the
9144 `test_exec_and_symbol_mi_operatons' return value.
9145 (test_mi_interpreter_selection): Use mi_gdb_test instead of
9146 gdb_test_multiple.
9147 (test_exec_and_symbol_mi_operatons): Likewise.
9148 (test_path_specification): Likewise.
9149
faf067f1
JK
91502011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9151
9152 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
9153 (gdb_touch_execfile): Remove catch wrappers. New variable time.
9154 Replace `file copy' and `file rename' by `file mtime'. Twice.
9155
7ff911a3
JK
91562011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9157
9158 * gdb.base/readline-ask.c: New file.
9159 * gdb.base/readline-ask.exp: New file.
9160 * gdb.base/readline-ask.inputrc: New file.
9161
a536c6d7
UW
91622011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
9163
9164 * gdb.cell/bt.exp: Delete breakpoints before running to signal
9165 to avoid race condition.
9166 * gdb.cell/coremaker.c: Use small stack size.
9167 * gdb.cell/ea-standalone.exp: Use file name without path as
9168 argument to c_to.
9169 * gdb.cell/fork.exp: Allow other output when continuing to end.
9170
d472a426
JK
91712011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9172
9173 * gdb.threads/corethreads.c: New file.
9174 * gdb.threads/corethreads.exp: New file.
9175
91762011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
774094b8
JK
9177
9178 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
9179 Try to compile the test using -Wl,-z,norelro first.
9180 (load_core): New variable libthread_db_seen, initialize it.
9181 (zeroed-threads cannot be listed): Protect it by XFAIL on
9182 !$libthread_db_seen.
9183
8be455d7
JK
91842011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9185
9186 PR 12573
9187 * gdb.dwarf2/dw2-skip-prologue.S: New file.
9188 * gdb.dwarf2/dw2-skip-prologue.c: New file.
9189 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
9190
1976171a
JK
91912011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9192
9193 * gdb.cp/psymtab-parameter.cc: New file.
9194 * gdb.cp/psymtab-parameter.exp: New file.
9195
7db6f30f
JK
91962011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9197
9198 Fix a race.
9199 * gdb.cp/static-print-quit.exp (print c): Split to ...
9200 (print c - <return>, print c - q <return>, print c - to quit):
9201 ... these. Make the testfile untested on gdb-7.1.
9202
85161e9e 92032011-5-05 Janis Johnson <janisjo@codesourcery.com>
56744f0a
JJ
9204
9205 * lib/gdb.exp (exec_target_file, exec_symbol_file,
9206 gdb_rename_execfile, gdb_touch_execfile): New.
9207 * gdb.base/reread.exp: Use new procs to handle multiple
9208 exec files.
9209
0c51be18
YQ
92102011-05-05 Yao Qi <yao@codesourcery.com>
9211
9212 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
9213 (test_adr_32bit, test_pop_pc): New.
9214 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
9215 (test_adr_32bit, test_pop_pc): New.
9216
4d393d60
JM
92172011-05-04 Joseph Myers <joseph@codesourcery.com>
9218
9219 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
9220 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
9221 targets.
9222 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
9223 handle targets.
9224
8ffd0459
JK
92252011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9226
9227 * gdb.base/completion.exp (complete help info wat): Rename to ...
9228 (complete 'help info wat'): ... here.
9229 Remove all `-re ".*' and `-re "^.*' redundant regexes.
9230 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
9231
8e28d804
PA
92322011-05-04 Pedro Alves <pedro@codesourcery.com>
9233
9234 * gdb.base/completion.exp: Use gdb_test_multiple instead of
9235 gdb_test and explicit $gdb_prompt/timeout matches.
9236
3eb2ef34
YQ
92372011-05-04 Yao Qi <yao@codesourcery.com>
9238
9239 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
9240 and __thumb2__.
9241
aaaf81a3
MP
92422011-05-03 Marek Polacek <mpolacek@redhat.com>
9243
9244 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
9245 in place of `gdb_test "delete breakpoints"'. This eliminates two
9246 testcases.
9247
c4cbc0df
PA
92482011-05-02 Pedro Alves <pedro@codesourcery.com>
9249
9250 PR testsuite/12649
9251 Fix races.
9252
9253 * gdb.base/completion.exp: Remove all sleep calls. Remove
9254 unnecessary regexs. Don't explicitly expect anything after the
9255 prompt. Eat the prompt if necessary.
9256
b4cbb4a3
EBM
92572011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
9258
9259 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
9260 accept to show the caller line again as well as the line after.
9261
d65aec65
PM
92622011-04-29 Phil Muldoon <pmuldoon@redhat.com>
9263
9264 PR mi/12531
9265
9266 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
9267 compile target.
9268 * gdb.python/py-prettyprint.exp: Add C++ object for
9269 CPLUS_FAKE_CHILD test.
9270
30852783
UW
92712011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
9272
9273 * gdb.base/signest.exp: New file.
9274 * gdb.base/signest.c: Likewise.
9275
c7b1f0d9
JK
92762011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9277
9278 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
9279 thread and breakpoint notifications.
9280
559a7a62
JK
92812011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9282
9283 * gdb.base/fortran-sym-case.c: New file.
9284 * gdb.base/fortran-sym-case.exp: New file.
9285 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
9286 * gdb.dwarf2/dw2-case-insensitive.c: New file.
9287 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
9288
8344e389
JK
92892011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9290
9291 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
9292 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
9293 false #1', `if true else false #2' and `if true else false #3'.
9294
2484c66b
UW
92952011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
9296
9297 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
9298 while delivering signal.
9299
8d3788bd
VP
93002011-04-27 Vladimir Prus <vladimir@codesourcery.com>
9301
9302 MI breakpoint notifications.
9303
9304 * testsuite/gdb.mi/mi-cli.exp: Adust.
6fdff2c5
PA
9305 * testsuite/gdb.mi/mi2-cli.exp: Adust.
9306 * testsuite/gdb.mi/mi-watch.exp: Adust.
9307 * testsuite/gdb.mi/mi2-watch.exp: Adust.
9308 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
9309 notifications.
8d3788bd 9310
3e03848b
JK
93112011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9312
9313 * gdb.base/gdbindex-stabs-dwarf.c: New file.
9314 * gdb.base/gdbindex-stabs.c: New file.
9315 * gdb.base/gdbindex-stabs.exp: New file.
9316
918c9108
YQ
93172011-04-25 Yao Qi <yao@codesourcery.com>
9318
9319 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
9320 with /*...*/.
9321 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
9322
90556b8c
JK
93232011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9324
9325 * gdb.python/py-value.exp (test_objfiles): Name the first test
9326 `py-value in file.filename'.
9327
03f2bd59
JK
93282011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9329
9330 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
9331 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
9332 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
9333 !gdbserver_reconnect_p..
9334 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
9335
7b08b9eb
JK
93362011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9337
9338 * gdb.cp/cpcompletion.exp (complete class methods)
9339 (complete class methods beginning with F): Move them above runto. New
9340 comment about the runto delimiter.
9341
b78974c3
PA
93422011-04-20 Pedro Alves <pedro@codesourcery.com>
9343
9344 * gdb.base/maint.exp: Test that "maint print registers" works
9345 without a running program.
9346
20429c40 93472011-04-20 Marek Polacek <mpolacek@redhat.com>
b78974c3 9348
20429c40
MP
9349 * gdb.base/setshow.exp: Fix racy tests.
9350 ($old_gdb_prompt): New variable.
9351
7a9dd1b2
TT
93522011-04-19 Tom Tromey <tromey@redhat.com>
9353
9354 * gdb.mi/mi-nsmoribund.exp:
9355 * gdb.hp/gdb.objdbg/objdbg01.exp:
9356 * gdb.base/structs.exp (test_struct_returns):
9357 * gdb.base/call-sc.exp (test_scalar_returns):
9358 * gdb.base/bigcore.exp: Remove duplicate words.
9359
02835898
JK
93602011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9361
9362 * gdb.base/break-interp-lib.c (v, vptr): New variables.
9363 * gdb.base/break-interp.exp (test_attach): New comment.
9364
254f582e
JK
93652011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9366
9367 * gdb.threads/gcore-thread.exp ($core0file): New variable.
9368 (clear __stack_user.next, clear stack_used.next)
9369 (save a zeroed-threads corefile): New test.
9370 Call core_load for $core0file.
9371 (zeroed-threads cannot be listed): New test.
9372
4fe85f5c
JK
93732011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9374
9375 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
9376 filename.
9377 ($srcfile): Preserve the original value.
9378 ($testfile): Match it the .exp filename.
9379 ($corefile): New variable. Substitute it around.
9380 Use clean_restart.
9381 ($prev_timeout): Remove.
9382 (load_core): Move core loading into this proc.
9383 Fix restore of $timeout if load_core fails.
9384
63524580
JK
93852011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9386
9387 * gdb.base/eu-strip-infcall.c: New file.
9388 * gdb.base/eu-strip-infcall.exp: New file.
9389
90359a16
JK
93902011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9391
9392 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
9393 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
9394
626e7282
JK
93952011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9396
9397 Fix Python access to inlined frames.
9398 * gdb.python/py-frame-inline.c: New file.
9399 * gdb.python/py-frame-inline.exp: New file.
9400
3363d018
EBM
94012011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
9402
9403 * gdb.base/gdb1090.exp: Change breakpoint location to read the
9404 content of 's24' correctly (avoiding "optimized out").
9405 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
9406
28781456
JK
94072011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9408
9409 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
9410
4a4106ca
TJB
94112011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
9412
9413 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
9414 expect a colon in watch -location output.
9415
d26ccb4f
JK
94162011-04-13 Marek Polacek <mpolacek@redhat.com>
9417
df46027d 9418 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
d26ccb4f
JK
9419 New testcase `expect response to define backtrace'. Also remove
9420 redundant `default' block.
9421
e1ab1f9c
JK
94222011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9423
9424 * gdb.python/py-prettyprint.c (struct hint_error): New.
9425 (main): New variable hint_error.
9426 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
9427 "print hint_error".
9428 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
9429 (register_pretty_printers): Register it.
9430
0c2e6019
TT
94312011-04-04 Tom Tromey <tromey@redhat.com>
9432
9433 * gdb.cp/maint.exp (test_help): Update.
9434 (test_namespace): Likewise.
9435
af57139d
JB
94362011-04-01 Joel Brobecker <brobecker@adacore.com>
9437
9438 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
9439 * gdb.ada/arrayptr.exp: Add new tests.
9440
956a9fb9
JB
94412011-04-01 Joel Brobecker <brobecker@adacore.com>
9442
9443 * gdb.ada/mi_catch_ex: New testcase.
9444
d0c4d642
PA
94452011-04-01 Pedro Alves <pedro@codesourcery.com>
9446
9447 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
9448 base::overload(void) method without specifying "const".
9449
18819fa6
UW
94502011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
9451
9452 * gdb.arch/thumb-singlestep.S: New file.
9453 * gdb.arch/thumb-singlestep.exp: Likewise.
9454
a4c8e806
TT
94552011-03-31 Tom Tromey <tromey@redhat.com>
9456
9457 * gdb.python/py-prettyprint.py (exception_flag): New global.
9458 (NoStringContainerPrinter._iterator.next): Check it.
9459 * gdb.python/py-prettyprint.c (main): New variable nstype2.
9460 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
9461
53832f31
TT
94622011-03-29 Tom Tromey <tromey@redhat.com>
9463
9464 * gdb.cp/anon-struct.cc: New file.
9465 * gdb.cp/anon-struct.exp: New file.
9466
e4620230
JK
94672011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9468
9469 Test STT_GNU_IFUNC support.
9470 * gdb.base/gnu-ifunc-lib.c: New file.
9471 * gdb.base/gnu-ifunc.c: New file.
9472 * gdb.base/gnu-ifunc.exp: New file.
9473
d0fb5eae
JK
94742011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9475
9476 Support a ring of related breakpoints.
9477 * gdb.base/watchpoint-delete.c: New file.
9478 * gdb.base/watchpoint-delete.exp: New file.
9479
20106cfb
JK
94802011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9481
9482 * gdb.ada/arrayparam.exp (print first after function call): Use
9483 explicit package name. Add a comment
9484 (print lasta after function call): Rename ...
9485 (print last after function call): ... it and use explicit package
9486 name.
9487 (print length after function call): Use explicit package name.
9488 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
9489 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
9490 (multiple matches for symbol i): Rename ...
9491 (multiple matches for symbol integervar): ... it.
9492 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
9493 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
9494
e7ab5e63
AB
94952011-03-25 Andrew Burgess <aburgess@broadcom.com>
9496
9497 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
9498 environment variable to make grep output more predictable. Move
9499 all the environment setup into gdb_init so it's done once per test
9500 case rather than each time we start gdb.
9501
9ef07c8c
TT
95022011-03-24 Tom Tromey <tromey@redhat.com>
9503
9504 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
9505 test.
9506
dd90784c
JK
95072011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9508
9509 * gdb.dwarf2/dw2-entry-value-main.c: New file.
9510 * gdb.dwarf2/dw2-entry-value.S: New file.
9511 * gdb.dwarf2/dw2-entry-value.exp: New file.
9512
05775840
PM
95132011-03-22 Phil Muldoon <pmuldoon@redhat.com>
9514
6fdff2c5 9515 PR python/12183
05775840
PM
9516
9517 * gdb.python/py-function.exp: Add GdbError tests.
9518
8661b11b
PA
95192011-03-18 Pedro Alves <pedro@codesourcery.com>
9520
9521 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
9522 (reglocal_test_func, statlocal_test_func): New functions.
9523 (globals_test_func): Call new functions.
9524 * gdb.trace/unavailable.exp (gdb_collect_args_test)
9525 (gdb_collect_locals_test): New procedure.
9526 (gdb_trace_collection_test): Call new procedures.
9527
0fdb4f18
PA
95282011-03-18 Pedro Alves <pedro@codesourcery.com>
9529
9530 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
9531 (test_register, test_register_unavailable): New procedures.
9532 (gdb_unavailable_registers_test): New procedure.
9533 (gdb_trace_collection_test): Call it.
9534
99c3dc11
PM
95352011-03-18 Phil Muldoon <pmuldoon@redhat.com>
9536
6fdff2c5 9537 PR python/12149
99c3dc11
PM
9538
9539 * gdb.python/python.exp: Add gdb.write tests.
9540
29703da4
PM
95412010-03-17 Phil Muldoon <pmuldoon@redhat.com>
9542
9543 * gdb.python/Makefile.in: Add py-objfile.
9544 * gdb.python/py-objfile.exp: New file.
9545 * gdb.python/py-objfile.c: New file.
9546 * gdb.python/py-block.exp: Add is_valid tests.
9547 * gdb.python/py-inferior.exp: Ditto.
9548 * gdb.python/py-infthread.exp: Ditto.
9549 * gdb.python/py-symbol.exp: Ditto.
9550 * gdb.python/py-symtab.exp: Ditto.
9551
598997c8
KS
95522011-03-16 Keith Seitz <keiths@redhat.com>
9553
9554 PR c++/12273
9555 * gdb.cp/cmpd-minsyms.exp: New test.
9556 * gdb.cp/cmpd-minsyms.cc: New file.
9557
9558 PR c++/11734
9559 * gdb.cp/ovsrch.exp: New test.
9560 * gdb.cp/ovsrch.h: New file.
9561 * gdb.cp/ovsrch1.cc: New file.
9562 * gdb.cp/ovsrch2.cc: New file.
9563 * gdb.cp/ovsrch3.cc: New file.
9564 * gdb.cp/ovsrch4.cc: New file.
9565
c91513d8
PP
95662011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
9567
9568 PR gdb/12528
9569 * gdb.base/Makefile.in: Adjust EXECUTABLES.
9570 * gdb.base/break-on-linker-gcd-function.exp: New test.
9571 * gdb.base/break-on-linker-gcd-function.cc: New file.
9572
7470fc63
AT
95732011-03-15 Andreas Tobler <andreast@fgznet.ch>
9574
9575 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
9576
959e7469
PM
95772011-03-15 Phil Muldoon <pmuldoon@redhat.com>
9578
9579 * lib/gdb.exp (gdb_unload): Add another termination case.
9580
9373cf26
JK
95812011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9582
9583 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
9584 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
9585 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
9586 Provide a stub byte there.
9587 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
9588 DW_AT_entry_pc.
9589 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
9590
24e9cda0
UW
95912011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
9592
9593 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
9594 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
9595 "generic ABI, auto".
9596 (altivec_abi_tests): Accept vectors returned by reference.
9597
7371cf6d
PM
95982010-03-14 Phil Muldoon <pmuldoon@redhat.com>
9599
9600 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
9601
ce77046a
UW
96022011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
9603
9604 * gdb.python/py-section-script.exp: Skip test if no Python support.
9605
176400c3
UW
96062011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
9607
9608 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
9609
ecec24e6
PM
96102011-03-10 Phil Muldoon <pmuldoon@redhat.com>
9611
9612 * gdb.python/py-parameter.exp: Update tests to the new Python
9613 parameter API. Add "no documentation" test. Add deprecated API
9614 backward compatibility test.
9615
5dbdd470
TT
96162011-03-09 Tom Tromey <tromey@redhat.com>
9617
9618 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
9619 gdb_continue_to_end.
9620
b66e66ee
MK
96212011-03-09 Mark Kettenis <kettenis@gnu.org>
9622
9623 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
9624 tabs.
9625
eceb0c5f
TT
96262011-03-09 Tom Tromey <tromey@redhat.com>
9627
9628 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
9629 parentheses.
9630 (gdb_continue_to_end): Add "allow_extra" parameter. Use
9631 $command.
9632 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
9633 argument to gdb_continue_to_end.
9634 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
9635 argument to gdb_continue_to_end.
9636 * gdb.cp/annota3.exp: Fix regex.
9637 * gdb.cp/annota2.exp: Fix regex.
9638 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
9639 gdb_continue_to_end.
9640 * gdb.base/call-signal-resume.exp: Revert earlier patch.
9641 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
9642 gdb_continue_to_end.
9643
63154eca
PA
96442011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9645
9646 * gdb.server/ext-run.exp
9647 (load new file without any gdbserver inferior): New test.
9648
967d1f9b
TT
96492011-03-07 Tom Tromey <tromey@redhat.com>
9650
9651 * Makefile.in (TAGS): Rewrite.
9652
d68dcbb9
JK
96532011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9654
9655 * gdb.trace/report.exp (12.1: trace report #1): New match for the
9656 initial commands echo. New match for `Found trace'. Anchor all the
9657 other matches. Anchor and match for `No trace frame found' the final
9658 match.
9659
6bf58e63
TT
96602011-03-07 Tom Tromey <tromey@redhat.com>
9661
9662 * Makefile.in (TAGS): New target.
9663
fda326dd
TT
96642011-03-07 Tom Tromey <tromey@redhat.com>
9665
9666 * lib/opencl.exp (skip_opencl_tests): Update for exit message
9667 change.
9668 * lib/mi-support.exp (mi_gdb_test): Update for exit message
9669 change.
9670 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
9671 exit message change.
9672 (skip_altivec_tests): Update for exit message change.
9673 (skip_vsx_tests): Likewise.
9674 (gdb_continue_to_end): Likewise. Add 'command' argument.
9675 * lib/cell.exp (skip_cell_tests): Update for exit message change.
9676 * gdb.threads/tls.exp: Update for exit message change.
9677 * gdb.threads/thread-unwindonsignal.exp: Use
9678 gdb_continue_to_end.
9679 * gdb.threads/step.exp (step_it): Update for exit message change.
9680 (continue_all): Likewise.
9681 * gdb.threads/print-threads.exp (test_all_threads): Update for
9682 exit message change.
9683 * gdb.threads/interrupted-hand-call.exp: Use
9684 gdb_continue_to_end.
9685 * gdb.threads/execl.exp: Use gdb_continue_to_end.
9686 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
9687 gdb_continue_to_end.
9688 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
9689 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
9690 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
9691 * gdb.cp/method.exp: Update for exit message change.
9692 * gdb.cp/mb-templates.exp: Update for exit message change.
9693 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
9694 * gdb.cp/annota3.exp: Update for exit message change.
9695 * gdb.cp/annota2.exp: Update for exit message change.
9696 * gdb.cell/fork.exp: Use gdb_continue_to_end.
9697 * gdb.base/term.exp: Update for exit message change.
9698 * gdb.base/step-test.exp (test_i): Update for exit message change.
9699 * gdb.base/sigstep.exp (advance): Update for exit message change.
9700 (advancei): Likewise.
9701 * gdb.base/siginfo.exp: Update for exit message change.
9702 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
9703 * gdb.base/reread.exp: Use gdb_continue_to_end.
9704 * gdb.base/langs.exp: Use gdb_continue_to_end.
9705 * gdb.base/interrupt.exp: Update for exit message change.
9706 * gdb.base/gdb1555.exp: Update for exit message change.
9707 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
9708 * gdb.base/ending-run.exp: Update for exit message change.
9709 * gdb.base/chng-syms.exp: Update for exit message change.
9710 * gdb.base/checkpoint.exp: Update for exit message change.
9711 * gdb.base/catch-syscall.exp (check_for_program_end): Use
9712 gdb_continue_to_end.
9713 (test_catch_syscall_with_wrong_args): Likewise.
9714 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
9715 * gdb.base/break-interp.exp (test_ld): Update for exit message
9716 change.
9717 * gdb.base/bang.exp: Update for exit message change.
9718 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
9719 (do_call_attach_tests): Likewise.
9720 * gdb.base/a2-run.exp: Update for exit message change.
9721 * gdb.arch/ppc-dfp.exp: Update for exit message change.
9722 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
9723 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
9724
dd19bd70
JK
97252011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9726
9727 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
9728
30e62689
TT
97292011-03-03 Tom Tromey <tromey@redhat.com>
9730
9731 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
9732 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
9733 * gdb.hp/gdb.aCC/configure.ac: Remove.
9734 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
9735 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
9736 * gdb.hp/gdb.base-hp/configure.ac: Remove.
9737 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
9738 * gdb.hp/gdb.compat/configure (Makefile): Remove.
9739 * gdb.hp/gdb.compat/configure.ac: Remove.
9740 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
9741 * gdb.hp/gdb.defects/configure (Makefile): Remove.
9742 * gdb.hp/gdb.defects/configure.ac: Remove.
9743 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
9744 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
9745 * gdb.hp/gdb.objdbg/configure.ac: Remove.
9746 * gdb.hp/configure.ac: Remove.
9747 * gdb.hp/configure: Remove.
9748 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
9749 substitution.
9750 (Makefile): Remove rule.
9751 * gdb.cell/configure.ac: Remove.
9752 * gdb.cell/configure: Remove.
9753 * gdb.stabs/Makefile.in (Makefile): Remove.
9754 (distclean): Don't remove config.status or config.log.
9755 * gdb.stabs/configure (Makefile): Remove.
9756 * gdb.stabs/configure.ac: Remove.
9757 * configure: Rebuild.
9758 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
9759 Remove stabs- and cell-specific logic. Test for existence of
9760 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
9761 subdirectories, gdb.cell, and and gdb.stabs.
9762 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
9763
c171f854
JB
97642011-03-03 Joel Brobecker <brobecker@adacore.com>
9765
9766 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
9767 end of buffer.
9768
9a5193cb
JB
97692011-03-02 Joel Brobecker <brobecker@adacore.com>
9770
9771 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
9772 gdb_test when running a test where we expected no output back.
9773
9bb4c1bb
MS
97742011-02-28 Michael Snyder <msnyder@vmware.com>
9775
9776 * gdb.cp/overload.cc: Change initializer value to integer.
9777
3bd0f5ef
MS
97782011-02-27 Michael Snyder <msnyder@vmware.com>
9779
9780 * gdb.multi/base.exp: Add test for remove-inferiors.
9781
2279eaad
JB
97822011-02-26 Joel Brobecker <brobecker@adacore.com>
9783
9784 * gdb.python/py-frame.exp: Simplify the initialization phase
9785 using prepare_for_testing.
9786
c82c0b55
MS
97872011-02-25 Michael Snyder <msnyder@vmware.com>
9788
9789 * gdb.multi/base.exp: Add tests for info inferiors with args.
9790
1d94651b
JK
97912011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9792
9793 * gdb.dwarf2/dw2-ranges.S: Rename to ...
9794 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
9795 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
9796 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
9797 asmfile3. Comment the STABS (#3) file compilation. Compile
9798 everything through assembler. Provide KFAIL for symtab/12497.
9799 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
9800 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
9801 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
9802 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
9803
3bd0f5ef
MS
98042011-02-24 Michael Snyder <msnyder@vmware.com>
9805
9806 * gdb.base/break.exp: Add tests for delete breakpoints using
9807 convenience variables and value history references.
9808
12c1418e
MS
98092011-02-24 Michael Snyder <msnyder@vmware.com>
9810
9811 * gdb.base/break.exp: Remove debugging 'printf' accidentally
9812 left behind in previous check-in.
9813
e5a67952
MS
98142011-02-23 Michael Snyder <msnyder@vmware.com>
9815
9816 * gdb.base/break.exp: Add tests for "info break" with arguments.
9817 * gdb.trace/infotrace.exp: Update patterns for error and help.
9818 * gdb.base/completion.exp: Update pattern.
9819 * gdb.base/ena-dis-br.exp: Update pattern.
9820 * gdb.base/help.exp: Update patterns.
9821
98222011-02-23 Michael Snyder <msnyder@vmware.com>
fbcb778d
MS
9823
9824 * gdb.base/memattr.exp: New test.
9825 * gdb.base/memattr.c: Test load for memattr.exp.
9826
6e6fbe60
DE
98272011-02-22 Doug Evans <dje@google.com>
9828
9829 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
9830
1d41d745
MS
98312011-02-22 Michael Snyder <msnyder@vmware.com>
9832
9833 * Makefile.in: Make more clean.
9834 * gdb.ada/Makefile.in: Ditto.
9835 * gdb.arch/Makefile.in: Ditto.
9836 * gdb.asm/Makefile.in: Ditto.
9837 * gdb.base/Makefile.in: Ditto.
9838 * gdb.cp/Makefile.in: Ditto.
9839 * gdb.dwarf2/Makefile.in: Ditto.
9840 * gdb.java/Makefile.in: Ditto.
9841 * gdb.mi/Makefile.in: Ditto.
9842 * gdb.modula2/Makefile.in: Ditto.
9843 * gdb.python/Makefile.in: Ditto.
9844 * gdb.server/Makefile.in: Ditto.
9845 * gdb.stabs/Makefile.in: Ditto.
9846 * gdb.threads/Makefile.in: Ditto.
9847 * gdb.trace/Makefile.in: Ditto.
9848
79ba84ca
MS
98492011-02-22 Michael Snyder <msnyder@vmware.com>
9850
df46027d 9851 * gdb.threads/thread-find.exp: Add tests for bad input to
79ba84ca
MS
9852 info threads.
9853
b9b35694
JB
98542011-02-22 Joel Brobecker <brobecker@adacore.com>
9855
9856 * gdb.python/py-breakpoint.exp: Fix the expected output of
9857 one of the "maint info breakpoints" tests to accept the output
9858 generated on platforms that do not have hardware watchpoints.
9859
8bfb830f
JB
98602011-02-22 Joel Brobecker <brobecker@adacore.com>
9861
9862 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
9863 clean_restart. Be a little stricter in the expected output
9864 for one of the tests. Fix a typo in one of the comments.
9865
c45f3c54
JB
98662011-02-22 Joel Brobecker <brobecker@adacore.com>
9867
9868 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
9869 Delete variable binfile, no longer use. Add or modify test
9870 comments to make them unique.
9871
b97c863c
MS
98722011-02-21 Michael Snyder <msnyder@vmware.com>
9873
9874 * Makefile.in: Update for make clean.
9875 * gdb.ada/Makefile.in: Ditto.
9876 * gdb.arch/Makefile.in: Ditto.
9877 * gdb.asm/Makefile.in: Ditto.
9878 * gdb.base/Makefile.in: Ditto.
9879 * gdb.cp/Makefile.in: Ditto.
9880 * gdb.dwarf2/Makefile.in: Ditto.
9881 * gdb.java/Makefile.in: Ditto.
9882 * gdb.mi/Makefile.in: Ditto.
9883 * gdb.modula2/Makefile.in: Ditto.
9884 * gdb.python/Makefile.in: Ditto.
9885 * gdb.server/Makefile.in: Ditto.
9886 * gdb.stabs/Makefile.in: Ditto.
9887 * gdb.threads/Makefile.in: Ditto.
9888 * gdb.trace/Makefile.in: Ditto.
9889
aea5b279
MS
98902011-02-21 Michael Snyder <msnyder@vmware.com>
9891
9892 * gdb.threads/thread-find.exp: Update patterns for changes in
9893 output of "info threads" command.
9894
e3039479
UW
98952011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
9896 Ulrich Weigand <uweigand@de.ibm.com>
9897
9898 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
9899 (skip_hw_watchpoint_tests): Likewise.
9900 (skip_hw_watchpoint_multi_tests): Likewise.
9901
b800ec70
UW
99022011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
9903
9904 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
9905 (skip_hw_watchpoint_tests): Likewise.
9906 (skip_hw_watchpoint_multi_tests): Likewise.
9907 (skip_hw_watchpoint_access_tests): Likewise.
9908
9909 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
9910 * gdb.base/pr11022.exp: Likewise.
9911 * gdb.base/watch-read.exp: Likewise.
9912 * gdb.base/watch_thread_num.exp: Likewise.
9913 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
9914 * gdb.base/watchpoint-hw.exp: Likewise.
9915 * gdb.base/watchpoint.exp: Likewise.
9916 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
9917 * gdb.threads/watchthreads-reorder.exp: Likewise.
9918 * gdb.threads/watchthreads.exp: Likewise.
9919 * gdb.threads/watchthreads2.exp: Likewise.
9920
91033e37
JB
99212011-02-21 Joel Brobecker <brobecker@adacore.com>
9922
9923 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
9924 the debugger is unable to find the array bounds.
9925
eeaafae2
JK
99262011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
9927
9928 * gdb.cp/typedef-operator.exp: New file.
9929 * gdb.cp/typedef-operator.cc: New file.
9930
e338d953
MS
99312011-02-17 Michael Snyder <msnyder@vmware.com>
9932
9933 * gdb.threads/thread-find.exp: Fix regular expressions.
9934
e67ad678
JB
99352011-02-17 Joel Brobecker <brobecker@adacore.com>
9936
9937 * gdb.ada/packed_array: Expand testcase to test printing of
9938 unconstrained packed array.
9939
93084bca
JB
99402011-02-17 Joel Brobecker <brobecker@adacore.com>
9941
9942 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
9943
a0c78a73
PA
99442011-02-16 Pedro Alves <pedro@codesourcery.com>
9945
f65d5553 9946 * gdb.trace/collection.c (globalarr3): New global.
a0c78a73
PA
9947 (main): Initialize it before collecting, and and clear it
9948 afterwards.
f65d5553
PA
9949 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
9950 collecting with '{type} addr', where the addr expression is not an
9951 rvalue.
a0c78a73 9952
3dfcbbd2
KW
99532011-02-16 Ken Werner <ken.werner@de.ibm.com>
9954
9955 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
9956 a bool variable. Expect correct OpenCL names for vector types. Use the
9957 uc3 variable name instead of referring to the uchar3 built-in type.
9958 Escape the asterisk at the half pointer test.
9959
08807d5a
PA
99602011-02-16 Pedro Alves <pedro@codesourcery.com>
9961
f65d5553 9962 * gdb.trace/collection.c (globalarr2): New global.
08807d5a
PA
9963 (main): Initialize it before collecting, and and clear it
9964 afterwards.
f65d5553
PA
9965 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
9966 collecting overlapping memory ranges.
08807d5a 9967
60f98dde
MS
99682011-02-15 Michael Snyder <msnyder@vmware.com>
9969
9970 * gdb.base/default.exp: Add tests for thread commands.
9971 * gdb.base/help.exp: Add tests for thread commands.
9972 * gdb.threads/thread-find.exp: New test for thread find command.
9973
648cd113
KW
99742011-02-15 Ken Werner <ken.werner@de.ibm.com>
9975
9976 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
9977
494e194e
YQ
99782011-02-15 Yao Qi <yao@codesourcery.com>
9979
9980 PR tdep/12352
9981 * gdb.arch/arm-disp-step.S : New test for str instruction.
9982 * gdb.arch/arm-disp-step.exp : Likewise.
9983
d9492458
TJB
99842011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
9985
9986 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
9987 "vector_register2_vr" test strings. Test the extended floating
9988 point registers (F32~F63).
9989 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
9990 IBM XL C compiler. Make the test program use a register provided
9991 by the compiler for the lxvd2x instruction.
9992
8af8e3bc
PA
99932011-02-14 Pedro Alves <pedro@codesourcery.com>
9994
9995 * gdb.trace/unavailable.cc (class Base, class Middle, class
9996 Derived): New types.
9997 (derived_unavail, derived_partial, derived_whole): New globals.
9998 (virtual_partial): New global.
9999 (virtualp): Point at virtual_partial.
10000 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
10001 related to unavailable vptr.
10002
1b28d0b3
PA
100032011-02-14 Pedro Alves <pedro@codesourcery.com>
10004
10005 * gdb.trace/unavailable.cc (a, b, c): New globals.
10006 (main): Set and clear them.
10007 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
10008 `a' and `c', and check that `b' isn't collected, although `a' and
10009 `c' are.
10010
ec0a52e1
PA
100112011-02-14 Pedro Alves <pedro@codesourcery.com>
10012
10013 * gdb.trace/unavailable.cc (struct Virtual): New.
10014 (virtualp): New global pointer.
10015 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
10016 printing a pointer to an object whose type has a vtable, with
10017 print object on.
10018
24e6bcee
PA
100192011-02-14 Pedro Alves <pedro@codesourcery.com>
10020
10021 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
10022 value repeat handles unavailableness.
10023
39d37385
PA
100242011-02-14 Pedro Alves <pedro@codesourcery.com>
10025
10026 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
10027 tests for building arrays from unavailable values, subscripting
10028 non-memory rvalue unvailable arrays, and accessing fields or
10029 baseclasses of non-lazy unavailable values,
10030 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
10031 struct types.
10032 (g_smallstruct, g_smallstruct_b): New globals.
10033
06d72e16
PA
100342011-02-14 Pedro Alves <pedro@codesourcery.com>
10035
10036 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
10037
bc9a5551
JK
100382011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10039
10040 Fix const/volatile qualifiers of C++ types, PR c++/12328.
10041 * gdb.cp/overload-const.exp: New file.
10042 * gdb.cp/overload-const.cc: New file.
10043
54fcddd0
UW
100442011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
10045
10046 * gdb.opencl/callfuncs.cl: New file.
10047 * gdb.opencl/callfuncs.exp: New test.
10048 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
10049
d6dafb7c
UW
100502011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
10051
10052 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
10053 when computing result.
10054 * gdb.arch/altivec-abi.exp: Update expected results.
10055
a449c2d8
TJB
100562011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
10057
10058 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
10059 * gdb.base/jit.exp: Likewise.
10060 * gdb.base/pie-execl.exp: Likewise.
10061 * gdb.base/solib-nodir.exp: Likewise.
10062 * gdb.base/solib-overlap.exp: Likewise.
10063
764880b7
PA
100642011-02-07 Pedro Alves <pedro@codesourcery.com>
10065
10066 * gdb.trace/collection.c (global_pieces): New.
10067 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
10068 New procedure.
10069 (gdb_trace_collection_test): Call it.
10070
505500db
SW
100712011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
10072
10073 * gdb.python/py-evthreads.c: New file.
10074 * gdb.python/py-evthreads.exp: New file.
10075 * gdb.python/py-events.py: New file.
10076 * gdb.python/py-events.exp: New file.
10077 * gdb.python/py-events.c: New file.
10078
385203ed
DD
100792011-02-04 David Daney <ddaney@caviumnetworks.com>
10080
10081 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
10082
9011945e
AB
100832011-02-03 Andrew Burgess <aburgess@broadcom.com>
10084
10085 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
10086 gdb.base/disasm-end-cu.exp: New test for disassembling over the
10087 boundary between two compilation units.
10088
580688f3
PA
100892011-02-02 Pedro Alves <pedro@codesourcery.com>
10090
10091 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
10092 (Virtual): New structs.
10093 (virtual_o, virtual_middle_b): New globals.
10094 * gdb.cp/virtbase.exp: New tests.
10095
d3f0f853
PP
100962011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
10097
10098 * gdb.base/jit.exp: New file.
10099 * gdb.base/jit-main.c: New file.
10100 * gdb.base/jit-solib.c: New file.
10101
b2030fb5
UW
101022011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
10103
10104 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
10105 proceed to initial kernel entry point.
10106 * gdb.opencl/datatypes.exp: Likewise.
10107 * gdb.opencl/operators.exp: Likewise.
10108 * gdb.opencl/vec_comps.exp: Likewise.
10109
2db19d1e
SW
101102011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
10111
10112 * gdb.cp/nsnested.cc: New.
10113 * gdb.cp/nsnested.exp: New.
10114 * gdb.cp/nsnoimports.exp: New.
10115 * gdb.cp/nsnoimports.cc: New.
10116
6b0c4c1f
JB
101172011-01-31 Joel Brobecker <brobecker@adacore.com>
10118
10119 * gdb.base/interact.exp: Add extra tests that verify that
10120 the value of the interactive-mode setting does not change
10121 after the script is sourced.
10122
80b23b6a
JK
101232011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10124
10125 * gdb.cp/noparam.exp: New file.
10126 * gdb.cp/noparam.cc: New file.
10127
ffd5ec24
PA
101282011-01-28 Pedro Alves <pedro@codesourcery.com>
10129
10130 * gdb.trace/tfile.exp: Test that with no traceframe selected,
10131 there's no stack or registers.
10132
a81766d8
TT
101332011-01-26 Tom Tromey <tromey@redhat.com>
10134
10135 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
10136 space before string output. Add test for "set print pretty off"
10137 case.
10138
585fdaa1
PA
101392011-01-25 Pedro Alves <pedro@codesourcery.com>
10140
10141 * gdb.base/frame-args.exp: Adjust.
10142 * gdb.dwarf2/dw2-noloc.exp: Adjust.
10143 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
10144 * gdb.dwarf2/pieces.exp: Adjust.
10145 * gdb.opt/clobbered-registers-O2.exp: Adjust.
10146 * gdb.opt/inline-locals.exp: Adjust.
10147 * gdb.threads/fork-child-threads.exp: Adjust.
10148
d468832a
KW
101492011-01-25 Ken Werner <ken.werner@de.ibm.com>
10150
10151 * gdb.opencl/convs_casts.cl: Move program scope variables into the
10152 OpenCL kernel function. Add a comment as marker. Add address space
10153 qualifiers for the remaining program scope variables.
10154 * gdb.opencl/datatypes.cl: Likewise.
10155 * gdb.opencl/operators.cl: Likewise.
10156 * gdb.opencl/vec_comps.cl: Likewise.
10157 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
10158 Add breakpoint at the marker comment.
10159 * gdb.opencl/datatypes.exp: Likewise.
10160 * gdb.opencl/operators.exp: Likewise.
10161 * gdb.opencl/vec_comps.exp: Likewise.
10162
490f124f
PA
101632011-01-24 Pedro Alves <pedro@codesourcery.com>
10164
10165 * gdb.base/printcmds.c (some_struct): New struct and instance.
10166 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
10167 procedure.
10168 <global scope>: Call it.
10169
6da78614
KW
101702011-01-21 Ken Werner <ken.werner@de.ibm.com>
10171
10172 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
10173 argument to the gdb_compile_opencl_hostapp call.
10174
ec64c9aa
YQ
101752011-01-19 Yao Qi <yao@codesourcery.com>
10176
10177 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
10178 positve list.
10179
810cfdbb
YQ
101802011-01-19 Yao Qi <yao@codesourcery.com>
10181
10182 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
10183 canonical form.
10184 Remove "xscale-*-*"
10185 * gdb.xml/tdesc-regs.exp: Likewise.
10186 * gdb.python/py-section-script.exp: Replace ARM target triplet
10187 with canonical form.
10188 Match arm*-*-symbianelf*.
10189 * gdb.base/dup-sect.exp: Likewise.
10190 * lib/dwarf.exp: New.
10191 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
10192 dwarf2_support.
10193 * gdb.dwarf2/dup-psym.exp: Likewise.
10194 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
10195 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10196 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
10197 * gdb.dwarf2/dw2-basic.exp: Likewise.
10198 * gdb.dwarf2/dw2-compressed.exp: Likewise.
10199 * gdb.dwarf2/dw2-const.exp: Likewise.
10200 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
10201 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
10202 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10203 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
10204 * gdb.dwarf2/dw2-filename.exp: Likewise.
10205 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10206 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
10207 * gdb.dwarf2/dw2-intercu.exp: Likewise.
10208 * gdb.dwarf2/dw2-intermix.exp: Likewise.
10209 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
10210 * gdb.dwarf2/dw2-noloc.exp: Likewise.
10211 * gdb.dwarf2/dw2-op-call.exp: Likewise.
10212 * gdb.dwarf2/dw2-producer.exp: Likewise.
10213 * gdb.dwarf2/dw2-ranges.exp: Likewise.
10214 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
10215 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
10216 * gdb.dwarf2/dw2-strp.exp: Likewise.
10217 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
10218 * gdb.dwarf2/implptr.exp: Likewise.
10219 * gdb.dwarf2/mac-fileno.exp: Likewise.
10220 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
10221 * gdb.dwarf2/pieces.exp: Likewise.
10222 * gdb.dwarf2/pr11465.exp: Likewise.
10223 * gdb.dwarf2/valop.exp: Likewise.
10224 * gdb.dwarf2/watch-notconst.exp: Likewise.
10225 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
10226
4694da01
TT
102272011-01-19 Tom Tromey <tromey@redhat.com>
10228
10229 * gdb.python/py-infthread.exp: Add thread tests.
10230
b075872c
JB
102312011-01-14 Joel Brobecker <brobecker@adacore.com>
10232
10233 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
10234
2c3e6e24
JB
102352011-01-14 Joel Brobecker <brobecker@adacore.com>
10236
10237 * gdb.ada/widewide: New testcase.
10238
de8fa76c
JB
102392011-01-13 Joel Brobecker <brobecker@adacore.com>
10240
10241 * gdb.base/interact.exp: New testcase.
10242
1b05df00
TT
102432011-01-12 Tom Tromey <tromey@redhat.com>
10244
10245 * gdb.mi/gdb2549.exp: Update for error message changes.
10246 * gdb.mi/mi-cli.exp: Likewise.
10247 * gdb.mi/mi-disassemble.exp: Likewise.
10248 * gdb.mi/mi-pthreads.exp: Likewise.
10249 * gdb.mi/mi-regs.exp: Likewise.
10250 * gdb.mi/mi-stack.exp: Likewise.
10251 * gdb.mi/mi-var-block.exp: Likewise.
10252 * gdb.mi/mi-var-cmd.exp: Likewise.
10253 * gdb.mi/mi2-cli.exp: Likewise.
10254 * gdb.mi/mi2-disassemble.exp: Likewise.
10255 * gdb.mi/mi2-pthreads.exp: Likewise.
10256 * gdb.mi/mi2-regs.exp: Likewise.
10257 * gdb.mi/mi2-stack.exp: Likewise.
10258 * gdb.mi/mi2-var-block.exp: Likewise.
10259 * gdb.mi/mi2-var-cmd.exp: Likewise.
10260
c2ff108b
JK
102612011-01-12 Andrew Burgess <aburgess@broadcom.com>
10262 Jan Kratochvil <jan.kratochvil@redhat.com>
10263
10264 PR fortran/11104 and DWARF unbound arrays detection.
10265 * gdb.fortran/multi-dim.exp: New file.
10266 * gdb.fortran/multi-dim.f90: New file.
10267
b716877b
AB
102682011-01-12 Andrew Burgess <aburgess@broadcom.com>
10269
10270 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
10271 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
10272 add new tests for opcode dumping.
10273
6c162d5e
TT
102742011-01-11 Tom Tromey <tromey@redhat.com>
10275
10276 * gdb.python/py-infthread.exp: Load gdb-python.exp.
10277
77b06cd7
TJB
102782010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
10279
10280 Convert hardware watchpoints to use breakpoint_ops.
10281 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
10282 type is not supported.
10283 * gdb.base/foll-fork.exp: Likewise.
10284 * gdb.base/foll-vfork.exp: Likewise.
10285
f39a75d0
PM
102862011-01-10 Phil Muldoon <pmuldoon@redhat.com>
10287
10288 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
10289 Use load_lib gdb-python.exp.
10290 * gdb.python/python.exp: Ditto.
10291 * gdb.python/py-function.exp: Ditto.
10292
fc529d80
AS
102932011-01-09 Andreas Schwab <schwab@linux-m68k.org>
10294
10295 * gdb.threads/tls.exp ("info address me"): Fix expected output.
10296
fb03cb59
JK
102972011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10298
10299 * configure: Regenerate.
10300
d8e22779
TT
103012011-01-06 Tom Tromey <tromey@redhat.com>
10302
10303 * gdb.python/py-frame.exp: Test gdb.newest_frame.
10304
09050809
JB
103052011-01-06 Joel Brobecker <brobecker@adacore.com>
10306
fc529d80
AS
10307 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
10308 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
10309 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
10310 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
10311 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
10312 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
10313 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
10314 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
10315 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
10316 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
10317 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
10318 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
10319 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
10320 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
10321 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
10322 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
10323 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
10324 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
10325 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
10326 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
10327 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
10328 gdb.ada/uninitialized_vars.exp,
10329 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
10330 Simplify by using clean_restart.
09050809 10331
8ed5dd9e
JB
103322011-01-06 Joel Brobecker <brobecker@adacore.com>
10333
10334 Add marker to be used as anchor for inserting breakpoints.
10335 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
10336 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
10337 Likewise.
10338
10339 Remove uses of gdb_start_cmd.
10340 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
10341 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
10342
10343 Do not run testcase if testing with GDBserver.
10344 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
10345 if testing with GDBserver.
10346
368a124f
JB
103472011-01-06 Joel Brobecker <brobecker@adacore.com>
10348
10349 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
10350 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
10351 copyright header.
10352
44944448
JB
103532011-01-05 Joel Brobecker <brobecker@adacore.com>
10354
10355 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
10356 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
10357 testsuite/gdb.fortran/complex.f,
10358 testsuite/gdb.fortran/derived-type.f90,
10359 testsuite/gdb.fortran/library-module-lib.f90,
10360 testsuite/gdb.fortran/library-module-main.f90,
10361 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
10362 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
10363 Copyright year update.
10364
31886ea6
JB
103652011-01-05 Joel Brobecker <brobecker@adacore.com>
10366
10367 * gdb.base/langs1.f: Add copyright header.
10368
ebedcab5
JK
103692011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10370
10371 * gdb.base/morestack.exp: New file.
10372 * gdb.base/morestack.c: New file.
10373
de1eb2f9
JK
103742011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10375
10376 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
10377
9e87a409
JB
103782010-12-29 Joel Brobecker <brobecker@adacore.com>
10379
10380 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
10381 * gdb.ada/arrayptr.exp: Add test printing that new variable.
10382
720d1a40
JB
103832010-12-29 Joel Brobecker <brobecker@adacore.com>
10384
10385 * gdb.ada/lang_switch.exp: Correct expected parameter value.
10386
a283af87
AS
103872010-12-25 Andreas Schwab <schwab@linux-m68k.org>
10388
5d3d9cba
AS
10389 * gdb.threads/tls.exp: Fix typo.
10390
a283af87
AS
10391 * gdb.threads/thread-specific.exp (get_thread_list): Update.
10392 * gdb.threads/execl.exp: Update.
10393
2a20745c
YQ
103942010-12-23 Yao Qi <yao@codesourcery.com>
10395
10396 * gdb.arch/arm-disp-step.exp: New.
10397 * gdb.arch/arm-disp-step.S: New.
10398
a7658b96
TT
103992010-12-21 Tom Tromey <tromey@redhat.com>
10400
10401 * gdb.threads/execl.exp: Update.
10402 * gdb.threads/linux-dp.exp: Update.
10403 * gdb.threads/manythreads.exp: Update.
10404 * gdb.threads/tls.exp: Update.
10405
5b79abe7
TT
104062010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10407
10408 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
10409 (NextOverThrowDerivates) <resumebpt>: New.
10410 (resumebpt_test): New.
10411 (main): Call resumebpt_test.
10412 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
10413
0914bcdb
SS
104142010-12-12 Stan Shebs <stan@codesourcery.com>
10415
10416 * gdb.trace/tsv.exp: Test print command on trace state variables.
10417
305aeedc
TT
104182010-12-09 Tom Tromey <tromey@redhat.com>
10419
10420 * gdb.base/interp.exp: Add regression test.
10421
186c406b
TT
104222010-12-09 Tom Tromey <tromey@redhat.com>
10423
10424 * gdb.java/jnpe.java: New file.
10425 * gdb.java/jnpe.exp: New file.
10426 * gdb.cp/nextoverthrow.exp: New file.
10427 * gdb.cp/nextoverthrow.cc: New file.
10428
aae1c79a
DE
104292010-12-07 Doug Evans <dje@google.com>
10430
10431 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
10432 of data-directory.
10433 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
10434 updated.
10435 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
10436
60f98dde 104372010-11-29 Michael Snyder <msnyder@vmware.com>
d426f7b4
MS
10438
10439 * gdb.base/callfuncs.exp: Test for skip_float_tests.
10440 * gdb.base/call-sc.exp: Ditto.
10441 * gdb.base/finish.exp: Ditto.
10442 * gdb.base/return.exp: Ditto.
10443 * gdb.base/return2.exp: Ditto.
10444
5fa290c1
DE
104452010-11-30 Doug Evans <dje@google.com>
10446
10447 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
10448 (gdb_expect_list): Fix spelling errors in comments.
10449 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
10450 send_gdb/gdb_expect_list where applicable.
10451 * gdb.base/call-ar-st.exp: Ditto.
10452 * gdb.base/funcargs.exp: Ditto.
10453 * gdb.base/gcore.exp: Ditto.
10454 * gdb.base/page.exp: Ditto.
10455 * gdb.base/sigaltstack.exp: Ditto.
10456 * gdb.base/siginfo.exp: Ditto.
10457 * gdb.base/sigstep.exp: Ditto.
10458 * gdb.base/trace-commands.exp: Ditto.
10459
4e04c971
DE
104602010-11-29 Doug Evans <dje@google.com>
10461
10462 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
10463 printer-name;subprinter-name.
10464
8cf6f0b1
TT
104652010-11-29 Tom Tromey <tromey@redhat.com>
10466
10467 * gdb.dwarf2/implptr.exp: New file.
10468 * gdb.dwarf2/implptr.c: New file.
10469 * gdb.dwarf2/implptr.S: New file.
10470
94b6973e
PM
104712010-11-29 Phil Muldoon <pmuldoon@redhat.com>
10472
fc529d80 10473 PR python/12199
94b6973e
PM
10474
10475 * gdb.python/py-breakpoint.exp: Test the delete method.
10476
8358c15c
JK
104772010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10478
10479 Fix step_resume_breakpoint unsaved during an infcall.
10480 * gdb.base/step-resume-infcall.exp: New file.
10481 * gdb.base/step-resume-infcall.c: New file.
10482
f6df29bc
TJB
104832010-11-24 Edjunior Machado <emachado@br.ibm.com>
10484
10485 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
10486
f2b5a5cf
TJB
104872010-11-24 Edjunior Machado <emachado@br.ibm.com>
10488
10489 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
10490 on ppc64's symbols; "finish" and "return" commands must accept to
10491 show the caller line again as well as the line after.
10492 * gdb.asm/powerpc64.inc: New file.
10493
6b0ecdc2
DE
104942010-11-23 Doug Evans <dje@google.com>
10495
10496 * lib/gdb.exp (gdb_test_sequence): New function.
10497 (gdb_expect_list): Add verbose -log call for each pattern.
10498 * gdb.base/signals.exp (test_handle_all_print): Call it.
10499 Reduce timeout increment from 6 minutes to 1 minute.
10500 * gdb.server/ext-run.exp: Call it.
10501
ea976c60
PM
105022010-11-23 Phil Muldoon <pmuldoon@redhat.com>
10503
f2b5a5cf 10504 PR python/12212
ea976c60
PM
10505
10506 * gdb.python/python.exp: Check that selected_thread raises an
10507 error when no inferior is loaded.
10508
c0efa795
JK
105092010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10510
10511 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
10512 * gdb.dwarf2/dw2-stack-boundary.S: New file.
10513
ec3aa567
JK
105142010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10515
10516 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
10517 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
10518
d8249011
DE
105192010-11-18 Doug Evans <dje@google.com>
10520
10521 * gdb.server/ext-run.exp: Fix intermittent failures.
10522
d4eba7d1
NF
105232010-11-12 Nathan Froyd <froydnj@codesourcery.com>
10524
10525 * gdb.stabs/gdb11479.exp: Use runto_main.
10526
b04c2f88
NF
105272010-11-12 Nathan Froyd <froydnj@codesourcery.com>
10528
10529 * gdb.base/break-entry.exp: Skip if using a stub.
10530
ae9d7ce4
NF
105312010-11-12 Nathan Froyd <froydnj@codesourcery.com>
10532
10533 * gdb.python/py-inferior.exp: Pack values in target endianness.
10534
621c8364
TT
105352010-11-12 Tom Tromey <tromey@redhat.com>
10536
10537 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
10538 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
10539 MemoryError.
10540 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
10541 type.
10542 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
10543 MemoryError.
10544 (test_subscript_regression): Update exception type.
10545
84f4c1fe
PM
105462010-11-11 Phil Muldoon <pmuldoon@redhat.com>
10547
10548 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
10549 breakpoint tests.
10550
a1442452
PA
105512010-11-09 Pedro Alves <pedro@codesourcery.com>
10552
10553 * gdb.base/watchpoint.exp: Test "watch -location" with an
10554 innacessible location.
10555
efd11a33
JK
105562010-11-09 Edjunior Machado <emachado@br.ibm.com>
10557 Luis Machado <luisgpm@br.ibm.com>
10558
10559 * gdb.base/maint.exp: Expect "." prefix.
10560 * gdb.base/nodebug.exp: Expect "." Likewise.
10561 * gdb.base/sepsymtab.exp: Expect "." Likewise.
10562 * gdb.base/watchpoint-cond-gone.exp: Likewise.
10563 * gdb.base/watchpoint.exp: Expect a software watch to be created for
10564 POWER server processors.
10565
aa00efb5
JK
105662010-11-08 Edjunior Machado <emachado@br.ibm.com>
10567 Luis Machado <luisgpm@br.ibm.com>
10568
10569 * gdb.base/break-entry.exp: convert entry point for
10570 ppc64 and expect leading `.' on ppc64's symbols
10571
99e7ae30
DE
105722010-11-05 Doug Evans <dje@google.com>
10573
10574 * gdb.base/help.exp: Update expected output.
b521dba8
DE
10575 * gdb.python/py-param.exp: Delete, contents moved to ...
10576 * gdb.python/py-parameter.exp: ... here. New file.
10577 Add test for gdb.parameter ("directories").
99e7ae30 10578
f4b8a18d
KW
105792010-11-05 Ken Werner <ken.werner@de.ibm.com>
10580
10581 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
10582 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
10583 * configure: Regenerate.
10584 * gdb.opencl/Makefile.in: New File.
10585 * gdb.opencl/datatypes.exp: Likewise.
10586 * gdb.opencl/datatypes.cl: Likewise.
10587 * gdb.opencl/operators.exp: Likewise.
10588 * gdb.opencl/operators.cl: Likewise.
10589 * gdb.opencl/vec_comps.exp: Likewise.
10590 * gdb.opencl/vec_comps.cl: Likewise.
10591 * gdb.opencl/convs_casts.exp: Likewise.
10592 * gdb.opencl/convs_casts.cl: Likewise.
10593 * lib/opencl.exp: Likewise.
10594 * lib/opencl_hostapp.c: Likewise.
10595 * lib/opencl_kernel.cl: Likewise.
10596 * lib/cl_util.c: Likewise.
10597 * lib/cl_util.c: Likewise.
10598 * gdb.base/default.exp (set language): Add "opencl" to the list of
10599 languages.
10600
a9d5ef47
SW
106012010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
10602
10603 * gdb.cp/overload.exp: Added test for inheritance overload.
10604 * gdb.cp/overload.cc: Ditto.
10605 * gdb.cp/oranking.exp: Removed releveant kfails.
10606
03eb1c79
JK
106072010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10608 Joel Brobecker <brobecker@adacore.com>
10609
10610 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
10611 check test_compiler_info.
10612
dbc98a8b
KW
106132010-11-03 Ken Werner <ken.werner@de.ibm.com>
10614
10615 * gdb.base/gnu_vector.exp: Adjust expect messages.
10616
120bd360
KW
106172010-11-03 Ken Werner <ken.werner@de.ibm.com>
10618
10619 * gdb.base/gnu_vector.exp: Add unary operator tests.
10620
c37f7098
KW
106212010-11-03 Ken Werner <ken.werner@de.ibm.com>
10622
10623 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
10624
7b51bc51
DE
106252010-11-02 Doug Evans <dje@google.com>
10626
10627 * gdb.python/py-pp-maint.c: New file.
10628 * gdb.python/py-pp-maint.exp: New file.
10629 * gdb.python/py-pp-maint.py: New file.
10630
50c97f38
TT
106312010-11-02 Tom Tromey <tromey@redhat.com>
10632
10633 * gdb.base/default.exp: Remove "scheme" from language list.
10634
a289b8f6
JK
106352010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10636
10637 Revert:
10638 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10639 * gdb.threads/sigstep-threads.exp: New file.
10640 * gdb.threads/sigstep-threads.c: New file.
10641
cd017491
MS
106422010-10-20 Michael Snyder <msnyder@vmware.com>
10643
10644 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
10645
8e6a5956
UW
106462010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
10647
10648 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
10649 Skip test completely if gdb,no_hardware_watchpoints.
10650
2c04da0d
UW
106512010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
10652
10653 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
10654 strict, but do not check for any particular function name within libc.
10655
79afc5ef
SW
106562010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
10657
10658 * gdb.cp/smartp.exp: New test.
10659 * gdb.cp/smartp.cc : New test.
10660
026ffab7
SW
106612010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
10662
10663 * gdb.cp/converts.exp: Test pointer to bool conversion.
10664 Test pointer to long conversion.
10665 * gdb.cp/oranking.exp: Removed relevant kfail.
10666
3a772aa4
TT
106672010-10-18 Tom Tromey <tromey@redhat.com>
10668
10669 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
10670 argument to lazy_string.
10671 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
10672 (pp_ls.to_string): Use it.
10673 * gdb.python/py-prettyprint.c (main): Move declarations to top.
10674 Add "estring2" local.
10675
5fc3827b
JK
106762010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10677
10678 Fix s390x compatibility.
10679 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
10680 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
10681
8aeb23f3
JK
106822010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10683
10684 * gdb.threads/sigstep-threads.exp: New file.
10685 * gdb.threads/sigstep-threads.c: New file.
10686
c1e56572
JK
106872010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10688
10689 * gdb.base/pie-execl.exp: New file.
10690 * gdb.base/pie-execl.c: New file.
10691
92163a10
JK
106922010-10-13 Doug Evans <dje@google.com>
10693 Jan Kratochvil <jan.kratochvil@redhat.com>
10694
10695 PR exp/12117
10696 * gdb.cp/ptype-cv-cp.cc: New file.
10697 * gdb.cp/ptype-cv-cp.exp: New file.
10698
7062b0a0
SW
106992010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
10700
10701 * gdb.cp/converts.cc: New test program.
10702 * gdb.cp/converts.exp: New test.
10703 * gdb.cp/overload.exp: Added test for void* vs int*.
10704 * gdb.cp/overload.exp: Ditto.
10705 * gdb.cp/oranking.exp: Removed related kfail.
10706
0e3509db
DE
107072010-10-13 Doug Evans <dje@google.com>
10708
10709 * lib/gdb-python.exp (gdb_check_python_config): New function.
10710 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
10711 * gdb.python/lib-types.cc: New file.
10712 * gdb.python/lib-types.exp: New file.
10713
8dc78533
JK
107142010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10715
10716 * gdb.python/py-error.exp: New file.
10717 * gdb.python/py-error.py: New file.
10718
93c17e06
JK
107192010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10720
10721 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
10722 gdb_test_multiple.
10723
d8b34041
JK
107242010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10725
10726 * gdb.base/break-interp.exp: Use ldlags for linking flags.
10727 * gdb.base/prelink.exp: Likewise.
10728 * gdb.base/solib-nodir.exp: Likewise.
10729 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
10730 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
10731 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
10732
e0cc584e
UW
107332010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
10734
10735 * break-interp.exp (test_ld): Use two separate gdb_expect statements
10736 for the "info files" test to avoid timeouts on slow machines.
10737
cfc353b1
JK
107382010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10739
10740 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
10741 (main): Make openlib dummy call.
10742
d3d7896d
JK
107432010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10744
10745 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
10746 * break-interp.exp (reach): Move the core body ...
10747 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
10748 (test_ld): Provide always real argument, even to the linker. Replace
10749 dl_main by _dl_debug_state.
10750
5e533c94
JK
107512010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10752
10753 Fix results of prelinked PIEs on ppc*.
10754 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
10755 Accept also DISPLACEMENT "PRESENT".
10756 (main): Replace "ZERO" displacements by "PRESENT".
10757
33540610
SW
107582010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
10759
10760 * gdb.cp/oranking.exp: New test.
10761 * gdb.cp/oranking.cc: New test program.
10762
3bdf2bbd
KW
107632010-10-08 Ken Werner <ken.werner@de.ibm.com>
10764
10765 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
10766 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
10767
2f608a3a
KW
107682010-10-06 Ken Werner <ken.werner@de.ibm.com>
10769
10770 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
10771 lush, lynx) New constant.
10772 * gdb.base/constvars.exp: Test const array types.
10773 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
10774
aa2e2d8d
DE
107752010-10-06 Doug Evans <dje@google.com>
10776
10777 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
10778 of syscall staging area.
10779
2844d6b5
KW
107802010-10-06 Ken Werner <ken.werner@de.ibm.com>
10781
10782 * gdb.base/gnu_vector.c: Add variable c4.
10783 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
10784 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
10785
7d8ac8bb
MR
107862010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
10787
10788 * gdb.arch/altivec-abi.exp: Fix a typo.
10789
84a02e58
MR
107902010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
10791
10792 * lib/mi-support.exp (thread_selected_re): Correct pattern used
10793 to match a thread ID.
10794
b18e6318
JK
107952010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10796
10797 Fix s390x testcase compatibility.
10798 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
10799
a2c09bd0
DE
108002010-10-01 Doug Evans <dje@google.com>
10801
10802 * lib/gdb-python.exp: New file.
10803 * gdb.python/py-block.exp: Use it.
10804 * gdb.python/py-breakpoint.exp: Ditto.
10805 * gdb.python/py-frame.exp: Ditto.
10806 * gdb.python/py-inferior.exp: Ditto.
10807 * gdb.python/py-param.exp: Ditto.
10808 * gdb.python/py-prettyprint.exp: Ditto.
10809 * gdb.python/py-shared.exp: Ditto.
10810 * gdb.python/py-symbol.exp: Ditto.
10811 * gdb.python/py-symtab.exp: Ditto.
10812 * gdb.python/py-type.exp: Ditto.
10813 * gdb.python/py-value.exp: Ditto.
10814 * gdb.python/python.exp: Ditto.
10815
38f12cfc
TT
108162010-09-30 Tom Tromey <tromey@redhat.com>
10817
10818 * gdb.base/anon.exp: New file.
10819 * gdb.base/anon.c: New file.
10820
9ae8282d
TT
108212010-09-30 Tom Tromey <tromey@redhat.com>
10822
10823 * gdb.base/completion.exp: Test completion through anonymous
10824 union.
10825 * gdb.base/break1.c (struct some_struct): Add anonymous union.
10826
e9e07ba6
JK
108272010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10828
10829 Fix printing parameters of inlined functions.
10830 * gdb.dwarf2/dw2-inline-param.exp: New file.
10831 * gdb.dwarf2/dw2-inline-param-main.c: New file.
10832 * gdb.dwarf2/dw2-inline-param.S: New file.
10833
cd2effb2
JK
108342010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10835
10836 PR corefiles/12071.
10837 * gdb.base/corefile.exp (quit with a process, no question: load core)
10838 (quit with a core file): New tests.
10839
bceffbf3
JK
108402010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10841
10842 Fix GDB crash on inferior calls with self-referencing classes.
10843 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
10844 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
10845 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
10846
1736ad11
JK
108472010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10848
10849 Fix lost siginfo_t for inferior calls.
10850 * gdb.base/siginfo-infcall.exp: New file.
10851 * gdb.base/siginfo-infcall.c: New file.
10852
a176ad92
JB
108532010-09-22 Joel Brobecker <brobecker@adacore.com>
10854
10855 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
10856
c2b0a229
JK
108572010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10858
10859 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
10860 New test.
10861 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
10862
e8ae22d1
JB
108632010-09-22 Joel Brobecker <brobecker@adacore.com>
10864
10865 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
10866 type of our const type.
10867
ec322823
SW
108682010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
10869
10870 * gdb.cp/pr12028.cc: New.
10871 * gdb.cp/pr12028.exp: New.
10872
72929c62
JB
108732010-09-22 Joel Brobecker <brobecker@adacore.com>
10874
10875 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
10876
875b4ff5 108772010-09-16 Phil Muldoon <pmuldoon@redhat.com>
fc529d80 10878 Jan Kratochvil <jan.kratochvil@redhat.com>
875b4ff5
PM
10879
10880 PR mi/11407
10881 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
10882 * gdb.mi/dw2-ref-missing-frame-main.c New File.
10883 * gdb.mi/dw2-ref-missing-frame.S New File.
10884 * gdb.mi/dw2-ref-missing-frame.exp New File.
10885
7155d578
TT
108862010-09-14 Tom Tromey <tromey@redhat.com>
10887
10888 PR symtab/8399:
10889 * gdb.threads/tls.exp: Remove kfail. Update expected output.
10890
515ed532
TT
108912010-09-14 Tom Tromey <tromey@redhat.com>
10892
10893 PR exp/11803:
10894 * gdb.threads/tls.exp: Use C++.
10895 (check_thread_local): Use K::another_thread_local.
10896 * gdb.threads/tls.c (class K): New.
10897 (another_thread_local): Now a member of K.
10898 (spin): Update. No longer K&R C.
10899
450ca57c
SW
109002010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
10901
10902 * gdb.cp/koenig.cc: created class for testing member lookup.
10903 * gdb.cp/koenig.exp: Added test for member lookup.
10904
dbd492a3
JK
109052010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10906
10907 Fix false FAILs on sourcetree topdir directory containing "kill".
10908 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
10909 source line matching regexp.
10910
8d4d924b
JK
109112010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10912
10913 * gdb.python/python.exp (set height 0, collect help from uiout)
10914 (verify help to uiout): New tests.
10915
8e64f2a0
JK
109162010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10917
10918 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
10919 is_lp64_target to check 64bit target.
10920
4569eed2
JK
109212010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10922
10923 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
10924 (test_ld) <powerpc64-*>: New.
10925
5e1617b1
DJ
109262010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
10927
10928 * gdb.cp/templates.exp (test_template_args): Allow "struct".
10929
c767944b
DJ
109302010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
10931
10932 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
10933 (FunctionArg::method): New function.
10934 (empty, arg): New variables.
10935 (main): Call arg.method.
10936 * gdb.cp/templates.exp (test_template_args): New function.
10937 (do_tests): Call it.
10938
27d3a3fc
UW
109392010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
10940
10941 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
10942 of "next" to proceed over pthread_exit call.
10943
55b7ce7f
UW
109442010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
10945
10946 * gdb.base/maint.exp: Avoid wildcards against potentially very long
10947 "maint print statistics" output to prevent expect timeouts.
10948
809df446
JK
109492010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10950
10951 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
10952 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
10953 (test_float_rejected): ... here.
10954 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
10955 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
10956 (test_float_rejected): ... here.
10957 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
10958 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
10959 (test_float_rejected): ... here.
10960 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
10961 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
10962 (test_float_rejected): ... here.
10963
8464be76
DJ
109642010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
10965
10966 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
10967 before disabling hardware watchpoints.
10968 (test_inaccessible_watchpoint): Check that hardware watchpoints
10969 are used. Test for watchpoints on a constant address.
10970
14dba4b4
JK
109712010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10972
10973 * gdb.base/ui-redirect.exp: New file.
10974
3f3540e1 109752010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
fc529d80 10976 Joel Brobecker <brobecker@adacore.com>
3f3540e1
JB
10977
10978 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
10979
0f254bb7
DE
109802010-08-31 Doug Evans <dje@google.com>
10981
10982 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
10983
03f17ccf
TT
109842010-08-30 Tom Tromey <tromey@redhat.com>
10985
10986 PR python/11792:
10987 * gdb.python/py-value.exp (test_subscript_regression): Add
10988 dynamic_type test.
10989
640617ad
DJ
109902010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
10991
10992 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
10993 instead of running to main. Do not test the main function.
10994 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
10995 Add new main.
10996
2ed91d1b
PA
109972010-08-26 Pedro Alves <pedro@codesourcery.com>
10998
10999 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
11000 one test.
11001
673bfd45
DE
110022010-08-24 Doug Evans <dje@google.com>
11003
11004 PR symtab/11942
11005 * gdb.dwarf2/dw4-sig-types.cc: New file.
11006 * gdb.dwarf2/dw4-sig-types.h: New file.
11007 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
11008 * gdb.dwarf2/dw4-sig-types.exp: New file.
11009
f9ffd4bb
TT
110102010-08-23 Tom Tromey <tromey@redhat.com>
11011
11012 PR python/11145:
11013 * gdb.python/py-value.c (Base, Derived): New types.
11014 (base): New global.
11015 * gdb.python/py-value.exp (test_subscript_regression): Add
11016 dynamic_cast test.
11017
d839c8a4
TT
110182010-08-23 Tom Tromey <tromey@redhat.com>
11019
11020 PR python/10676:
11021 * gdb.python/py-type.exp (test_fields): Add tests for type
11022 equality.
11023
702c2711
TT
110242010-08-23 Tom Tromey <tromey@redhat.com>
11025
11026 PR python/11915:
11027 * gdb.python/py-type.exp (test_fields): Add tests for array.
11028
832bafd3
KS
110292010-08-23 Keith Seitz <keiths@redhat.com>
11030
11031 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
11032 have any children. Create a new abbrev for it.
11033 Add missing terminal sequence to .debug_abbrev.
11034
c37bf528
KS
110352010-08-20 Keith Seitz <keiths@redhat.com>
11036
11037 PR symtab/11465:
11038 * gdb.dwarf2/pr11465.exp: New test.
11039 * gdb.dwarf2/pr11465.S: New file.
11040 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
11041 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
11042
4572cbac
TJB
110432010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
11044
11045 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
11046 registers. Update data sets with the new v2_double element in the
11047 VSX register union. Add vector_register3_vr data set for the AltiVec
11048 registers. Use gdb_test_no_output instead of send_gdb.
11049
e7fbb131
PA
110502010-08-19 Pedro Alves <pedro@codesourcery.com>
11051
11052 * gdb.python/py-shared.exp: New file, factored out from
11053 python.exp.
11054 * gdb.python/py-shared.c: New file.
11055 * gdb.python/py-shared-sl.c: New file.
11056 * gdb.python/python-1.c: New file.
11057 * gdb.python/python-sl.c: Delete.
11058 * gdb.python/python.c: Mention python-1.c.
11059 * gdb.python/python.exp: Move shared library tests to
11060 py-shared.exp.
11061 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
11062 (MISCELLANEOUS): New.
11063 (clean mostlyclean): Also remove $MISCELLANEOUS.
11064
d30f5e1f
DE
110652010-08-19 Doug Evans <dje@google.com>
11066
11067 PR exp/11926
11068 * gdb.base/printcmds.exp (test_float_accepted): New function.
11069 Move existing float tests there. Add tests for floats with suffixes.
11070 (test_float_rejected): New function.
11071 * gdb.java/jv-print.exp (test_float_accepted): New function.
11072 (test_float_rejected): New function.
11073 * gdb.objc/print.exp: New file.
11074 * gdb.pascal/print.exp: New file.
11075 * lib/objc.exp: New file.
11076
7b3fd859
PM
110772010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
11078
11079 * gdb.base/default.exp (info set): Avoid full buffer error and force
11080 reading up to final gdb prompt.
11081 (show): Likewise.
11082
c92817ce
TT
110832010-08-18 Tom Tromey <tromey@redhat.com>
11084
11085 PR symtab/11919:
11086 * gdb.base/completion.exp: Add test.
11087
f1208f9e
DE
110882010-08-18 Doug Evans <dje@google.com>
11089
11090 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
11091 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
11092 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
11093 Simplify, early exit if runto_main fails.
11094 * gdb.fortran/exprs.exp: load_lib fortran.exp.
11095 (set_lang_fortran): Moved to lib/fortran.exp.
11096 * gdb.fortran/types.exp: load_lib fortran.exp.
11097 (set_lang_fortran): Moved to lib/fortran.exp.
11098 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
11099 * gdb.java/jprint.exp (set_lang_java): Ditto.
11100 * gdb.java/jv-exp.exp: load_lib java.exp.
11101 If set_lang_java fails, issue a warning instead of failure to be
11102 consistent with other set_lang_foo uses.
11103 (set_lang_java): Moved to lib/java.exp.
11104 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
11105 If set_lang_java fails, issue a warning instead of failure to be
11106 consistent with other set_lang_foo uses.
11107 * gdb.pascal/types.exp: load_lib pascal.exp.
11108 (set_lang_pascal): Moved to lib/pascal.exp.
11109 * lib/fortran.exp: New file.
11110 * lib/java.exp (set_lang_java): New function.
11111 * lib/pascal.exp (set_lang_pascal): New function.
11112
2f06b485
YQ
111132010-08-18 Yao Qi <yao@codesourcery.com
11114
11115 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
11116 func_nofb_start and func_loopfb_start, so that address of functions
11117 is equal to these labels on Thumb.
11118
96e25403
YQ
111192010-08-18 Yao Qi <yao@codesourcery.com>
11120
11121 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
11122 to reflect latest c source file.
11123
36e6adc4
JK
111242010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11125
11126 * gdb.cp/infcall-dlopen.exp: New file.
11127 * gdb.cp/infcall-dlopen.cc: New file.
11128 * gdb.cp/infcall-dlopen-lib.cc: New file.
11129
f431efe5
PA
111302010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11131 Pedro Alves <pedro@codesourcery.com>
11132
11133 PR breakpoints/11371
11134
11135 * gdb.base/watch-cond-infcall.exp: New file.
11136 * gdb.base/watch-cond-infcall.c: New file.
11137
06a64a0b
TT
111382010-08-16 Tom Tromey <tromey@redhat.com>
11139
11140 * gdb.base/help.exp: Update.
11141 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
11142 watchpoint.
11143 (test_watch_location): New proc.
11144 (test_watchpoint_in_big_blob): Delete watchpoint.
11145 * gdb.base/watchpoint.c (func5): New function.
11146 (main): Call it.
11147
70ebf4ed
DE
111482010-08-16 Doug Evans <dje@google.com>
11149
11150 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
11151
ca5c20b6
PM
111522010-08-11 Phil Muldoon <pmuldoon@redhat.com>
11153
11154 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
11155 tests.
11156
7346b668
KW
111572010-08-11 Ken Werner <ken.werner@de.ibm.com>
11158
11159 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
11160 * gdb.base/gnu_vector.c: New File.
11161 * gdb.base/gnu_vector.exp: Likewise.
11162
cb2e07a6
PM
111632010-08-11 Phil Muldoon <pmuldoon@redhat.com>
11164
11165 * gdb.python/python.c: New File.
11166 * gdb.python/python-sl.c: New File.
11167 * gdb.python/python.exp: Test solib_address and decode_line
11168 * functions.
11169
5da1313b
JK
111702010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11171
11172 * gdb.python/python.exp (show height, set height 10)
11173 (verify pagination beforehand, verify pagination beforehand: q)
11174 (gdb.execute does not page, verify pagination afterwards)
11175 (verify pagination afterwards: q): New.
11176
49c3ccf7
DE
111772010-08-02 Doug Evans <dje@google.com>
11178
11179 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
11180 because of an older gcc, change test2
11181 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
11182 to unsupported.
11183
42c0c4f1
KH
111842010-07-30 Kazu Hirata <kazu@codesourcery.com>
11185
11186 * gdb.base/break-always.exp: Do not expect full paths to file
11187 names.
11188 * gdb.base/commands.exp: Likewise.
11189
d3765805
DE
111902010-07-30 Doug Evans <dje@google.com>
11191
c98ee71b
DE
11192 * gdb.cp/temargs.exp: For new tests that require newer gccs,
11193 xfail them when run with older gccs.
11194
fd961404
DE
11195 * lib/gdb.exp (build_executable): Forward "c++" option to
11196 get_compiler_info.
11197
999adef4
DE
11198 * gdb.python/py-type.exp (test_template): Mark as xfail tests
11199 "python print ttype.template_argument(1)" and
11200 "python print isinstance(ttype.template_argument(1), gdb.Value)"
11201 if using gcc 4.4 or earlier.
11202
d3765805
DE
11203 * gdb.base/valgrind-db-attach.exp: Use unique test name for
11204 attach-to-debugger handling.
11205
1276c759
JK
112062010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11207
11208 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
11209 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
11210 (main): Use copyreloc.
11211 * gdb.base/prelink.exp (split debug of executable)
11212 (.dynbss vs. .bss address shift): New tests.
11213
88caa9b9
PA
112142010-07-29 Pedro Alves <pedro@codesourcery.com>
11215
11216 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
11217 in gdb_test_multiple.
11218
c6f2ac43
PA
112192010-07-29 Pedro Alves <pedro@codesourcery.com>
11220
11221 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
11222 environment.
11223
326fd672
TT
112242010-07-28 Tom Tromey <tromey@redhat.com>
11225
11226 PR python/11060:
11227 * gdb.python/py-type.c (Temargs): New template.
11228 (temvar): New variable.
11229 * gdb.python/py-type.exp (test_template): New proc.
11230
3ce3b1ba
PA
112312010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
11232
11233 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
11234 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
11235
34eaf542
TT
112362010-07-28 Tom Tromey <tromey@redhat.com>
11237
11238 PR c++/9946:
11239 * gdb.cp/temargs.exp: New file.
11240 * gdb.cp/temargs.cc: New file.
11241
d41b819e
JK
112422010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11243
11244 * gdb.base/help.exp (help disassemble): Update the content.
11245
26ab7092
JK
112462010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11247
11248 * gdb.threads/ia64-sigill.exp: New file.
11249 * gdb.threads/ia64-sigill.c: New file.
11250
5283e9e1
TT
112512010-07-27 Tom Tromey <tromey@redhat.com>
11252
11253 * gdb.opt/inline-cmds.c (ATTR): New define.
11254 (func1): Use it.
11255 (func2): Likewise.
11256 (func3): Likewise.
11257 (outer_inline1): Likewise.
11258 (outer_inline2): Likewise.
11259 * gdb.opt/inline-bt.c (ATTR): New define.
11260 (func1): Use it.
11261 (func2): Likewise.
11262 * gdb.opt/inline-locals.c (ATTR): New define.
11263 (func1): Use it.
11264 (func2): Likewise.
11265
e992ef73
TT
112662010-07-27 Tom Tromey <tromey@redhat.com>
11267
11268 * gdb.stabs/gdb11479.c (hack): New function.
11269 (test): Use it.
11270 (test2): Use it.
11271 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
11272 (int32_search_buf, int64_search_buf): No longer static.
11273 (x): Remove.
11274 * gdb.base/relocate.c (hack): New function.
11275
5374244e
PM
112762010-07-27 Phil Muldoon <pmuldoon@redhat.com>
11277
11278 * gdb.python/py-value.exp (test_inferior_function_call): New function.
11279 * gdb.python/py-value.c (func1): New function.
11280 (func2): Likewise.
11281
a99aee83
CV
112822010-07-26 Corinna Vinschen <vinschen@redhat.com>
11283
11284 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
11285 as not to clash with .data section.
11286
a04ba985
JG
112872010-07-26 Jerome Guitton <guitton@adacore.com>
11288
11289 * gdb.base/code_elim.exp: New file.
11290 * gdb.base/code_elim1.c: New file.
11291 * gdb.base/code_elim2.c: New file.
11292
23bd0f7c
PA
112932010-07-21 Pedro Alves <pedro@codesourcery.com>
11294
11295 PR symtab/11827
11296
11297 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
11298 (some_volatile_enum): New variable.
11299 * gdb.base/printcmds.exp (test_print_enums): New.
11300 <top level>: Call it.
11301
883df6dd
SW
113022010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
11303
11304 * gdb.cp/fpointer.cc: New test.
11305 * gdb.cp/fpointer.exp: New test.
11306
569b05a5
JK
113072010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11308
11309 * gdb.base/solib-nodir.exp: New file.
11310 * lib/gdb.exp (runto): New case for a GDB internal error.
11311
51d7d803
JK
113122010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11313 Ulrich Weigand <uweigand@de.ibm.com>
11314 Tom Tromey <tromey@redhat.com>
11315
11316 * gdb.base/charset-malloc.c: New file.
11317 * gdb.base/charset.c (malloc_stub): New prototype.
11318 (main): Call it instead of malloc itself.
11319 * gdb.base/charset.exp: Use only prepare_for_testing.
11320 (binfile): Remove the variable.
11321
c0edd9ed
JK
113222010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11323
11324 Make core files the process_stratum.
11325 * gdb.base/corefile.exp (run: load core again)
11326 (run: sanity check we see the core file, run: with core)
11327 (run: core file is cleared, attach: load core again)
11328 (attach: sanity check we see the core file, attach: with core)
11329 (attach: core file is cleared): New tests.
11330 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
11331
3cbaedff
KW
113322010-07-14 Ken Werner <ken.werner@de.ibm.com>
11333
11334 * gdb.arch/altivec-abi.exp: New tests.
11335
91158a56
TT
113362010-07-13 Tom Tromey <tromey@redhat.com>
11337
11338 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
11339 (main): Use it.
11340 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
11341
0f5238ed
TT
113422010-07-13 Tom Tromey <tromey@redhat.com>
11343
11344 * gdb.base/label.exp: New file.
11345 * gdb.base/label.c: New file.
11346
add265ae
L
113472010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
11348 H.J. Lu <hongjiu.lu@intel.com>
11349
11350 * lib/gdb.exp (is_ilp32_target): New.
11351 (is_lp64_target): Likewise.
11352
11353 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
11354 target.
11355 * gdb.arch/amd64-disp-step.exp: Likewise.
11356 * gdb.arch/amd64-dword.exp: Likewise.
11357 * gdb.arch/amd64-i386-address.exp: Likewise.
11358 * gdb.arch/amd64-word.exp: Likewise.
889bf7c5 11359
add265ae
L
11360 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
11361 target.
11362 * gdb.arch/i386-bp_permanent.exp: Likewise.
11363 * gdb.arch/i386-byte.exp: Likewise.
11364 * gdb.arch/i386-disp-step.exp: Likewise.
11365 * gdb.arch/i386-gnu-cfi.exp: Likewise.
11366 * gdb.arch/i386-prologue.exp: Likewise.
11367 * gdb.arch/i386-size-overlap.exp: Likewise.
11368 * gdb.arch/i386-size.exp: Likewise.
11369 * gdb.arch/i386-sse.exp: Likewise.
11370 * gdb.arch/i386-unwind.exp: Likewise.
11371 * gdb.arch/i386-word.exp: Likewise.
11372
11373 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
11374 test only when building 64-bit executables. Do not hard-code
11375 -m64 option.
11376
2dfb8c17
DE
113772010-07-07 Doug Evans <dje@google.com>
11378
11379 * lib/gdb.exp (gdb_test_list_exact): New function.
11380 * gdb.base/default.exp (show convenience): Call it, add tests for
11381 $_sdata = void, $_thread = 0.
11382
4e5799b6
JK
113832010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11384 Joel Brobecker <brobecker@adacore.com>
11385
11386 Fix re-run of PIE executable, PR shlibs/11776.
11387 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
11388 Remove $displacement_main to match the solib-svr4.c change. New "kill"
11389 and re-"run" of the inferior.
11390
1a219cc7
JK
113912010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11392 Joel Brobecker <brobecker@adacore.com>
11393
11394 Cope with missing /usr/sbin/prelink.
11395 * lib/prelink-support.exp (prelink_no):
11396 <result == 1 && $output is "no such file or directory">: New.
11397 (prelink_yes): Likewise. Return on failed prelink_no.
11398
5e3b36f8
JK
113992010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11400 Joel Brobecker <brobecker@adacore.com>
11401
11402 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
11403 build_executable by build_executable_own_libs. Replace "prelink -R"
11404 execution by a call of prelink_yes. Comment why "prelink -r" needs no
11405 change.
11406 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
11407 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
11408 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
11409 Replace build_executable by build_executable_own_libs's function
11410 build_executable_own_libs.
11411 (prelinkNO): Create new stub to call prelink_no.
11412 (prelinkYES): Create new stub to call prelink_yes.
11413 (test_attach): Rename calls of copy to file_copy.
11414 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
11415 (copy): Move to ...
11416 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
11417 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
11418 * gdb.base/prelink.exp: Disable testcase also for is_remote and
11419 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
11420 special flags by gdb_compile_shlib. Replace second gdb_compile by
11421 build_executable_own_libs. Replace "prelink -R" execution by a call of
11422 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
11423 a second call of prelink_yes. Replace restart commands by
11424 clean_restart.
11425 (prelink): Rename to ...
11426 (seen displacement message): ... this test. Extend its expectation
11427 strictness.
11428
86e4bafc
JK
114292010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11430
11431 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
11432 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
11433 displacement message exactly once.
11434
3cd07d20
JK
114352010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11436 Joel Brobecker <brobecker@adacore.com>
11437
11438 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
11439 its restore after the <$relink_args != ""> loop. new comment.
11440
0a1e94c7
JK
114412010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11442 Joel Brobecker <brobecker@adacore.com>
11443
11444 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
11445 code for it. New variable relink_args.
11446 (prelinkYES): Call prelinkNO.
11447 (test_attach): Accept new parameter relink_args. Re-prelink the binary
11448 in such case. Move the core code to ...
11449 (test_attach_gdb): ... a new function. Send GDB command "file".
11450 Extend expected "Attaching to " string.
11451
2f70bcfb
TT
114522010-07-02 Tom Tromey <tromey@redhat.com>
11453
11454 * gdb.base/bitops.exp: Remove extraneous "pass".
11455
a17ac5b0
TT
114562010-07-02 Ken Werner <ken.werner@de.ibm.com>
11457
11458 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
11459
dc10affe
PA
114602010-07-01 Pedro Alves <pedro@codesourcery.com>
11461
d41c0fc8
PA
11462 * gdb.base/help.exp: Adjust expected output.
11463
114642010-07-01 Pedro Alves <pedro@codesourcery.com>
11465
11466 * gdb.base/help.exp: Adjust expected output.
dc10affe 11467
0a600c36
JK
114682010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11469
11470 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
11471 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
11472 c++/11702.
11473
37cc8bfe
JK
114742010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11475 Doug Evans <dje@google.com>
11476
11477 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
11478 add .dynamic entry'.
11479
254e6b9e
DE
114802010-06-29 Doug Evans <dje@google.com>
11481
11482 Test PR c++/11702.
11483 * gdb.cp/m-static.exp: Add testcase.
11484 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
11485
595939de 114862010-06-28 Phil Muldoon <pmuldoon@redhat.com>
889bf7c5
PA
11487 Tom Tromey <tromey@redhat.com>
11488 Thiago Jung Bauermann <bauerman@br.ibm.com>
595939de
PM
11489
11490 * gdb.python/py-inferior.c: New File.
11491 * gdb.python/py-infthread.c: New File.
11492 * gdb.python/py-inferior.exp: New File.
11493 * gdb.python/py-infthread.exp: New File.
11494
98751a41
JK
114952010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11496
11497 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
11498 (ptype ::C::OtherFileClass typedefs): New.
11499 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
11500 (C::OtherFileClass::cOtherFileClassVar2): New.
11501 (C::OtherFileClass::cOtherFileClassVar_use): Use also
11502 cOtherFileClassVar2.
11503 (C::cOtherFileType2, C::cOtherFileVar2): New.
11504 (C::cOtherFileVar_use): use also cOtherFileVar2.
11505 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
11506
41f62f39
JK
115072010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11508
11509 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
11510 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
11511 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
11512 (print ::C::cOtherFileVar)
11513 (whatis C::OtherFileClass::cOtherFileClassType)
11514 (whatis ::C::OtherFileClass::cOtherFileClassType)
11515 (print C::OtherFileClass::cOtherFileClassVar)
11516 (print ::cOtherFileClassVar)
11517 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
11518 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
11519 trailing content.
11520 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
11521 (C::OtherFileClass::cOtherFileClassVar)
11522 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
11523 (C::cOtherFileVar, C::cOtherFileVar_use): New.
11524
af53d231
JK
115252010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11526
11527 Test PR c++/11703 and PR gdb/1448.
11528 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
11529 gdb/1448.
11530
9655fd1a
JK
115312010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11532
11533 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
11534 (main) <rtti_data>: New.
11535 * gdb.cp/virtbase.exp (print rtti_data): New.
11536
824cc8dd
JK
115372010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11538 Joel Brobecker <brobecker@adacore.com>
11539
11540 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
11541
6036c742
JK
115422010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11543
11544 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
11545
de6a0421
DE
115462010-06-28 Doug Evans <dje@google.com>
11547
11548 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
11549
b2dae948
DE
115502010-06-27 Doug Evans <dje@google.com>
11551
11552 * gdb.cp/m-static.exp: Update expected test output.
11553
0f3bb72e
PH
115542010-06-25 Paul Hilfinger <hilfinger@adacore.com>
11555
889bf7c5
PA
11556 * gdb.gdb/selftest.exp: Adjust expected message for
11557 capturing start-up runtime.
0f3bb72e 11558
bc9f0842
TT
115592010-06-25 Tom Tromey <tromey@redhat.com>
11560
11561 PR python/10808:
11562 * gdb.python/python.exp: Add new tests.
11563
099ef718
SW
115642010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
11565
11566 * gdb.cp/operator.cc: Created an import loop.
11567 * gdb.cp/operator.exp: Added testcase for import loop.
11568
5868a632
JK
115692010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11570
11571 Test PR python/11407.
11572 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
11573 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
11574 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
11575 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
11576 executable_nofb and executable_fb. New variables srcsfile, objsfile,
11577 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
11578 binfile. Call gdb_compile with clean_restart twice.
11579 (func_nofb print, func_nofb backtrace, func_loopfb print)
11580 (func_loopfb backtrace): New.
11581
af76db58
JK
115822010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11583
11584 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
11585 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
11586 by a hand made one.
11587 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
11588 i?86 requirement. Remove variables srcfile and binfile. New variable
11589 sources, executable_nofb and executable_fb. Call prepare_for_testing.
11590
f2c7657e
UW
115912010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11592
11593 * gdb.cell/dwarfaddr.exp: New file.
11594 * gdb.cell/dwarfaddr.S: New file.
11595
628fe4e4
JK
115962010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11597
11598 Test PR 9436.
11599 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
11600
f1421989
HZ
116012010-06-24 Hui Zhu <teawater@gmail.com>
11602
11603 * gdb.base/eval.exp: New file.
11604
d03285ec
UW
116052010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11606
11607 * gdb.cell/fork.exp: New file.
11608 * gdb.cell/fork.c: Likewise.
11609 * gdb.cell/fork-spu.c: Likewise.
11610
41b2c92d
PM
116112010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
11612
11613 * lib/gdb.exp (banned_variables_traced): New global variable.
11614 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
11615 (gdb_init): Use `trace add variable' instead of obsolete
11616 `trace variable'.
11617
d5bc977f
DE
116182010-06-21 Doug Evans <dje@google.com>
11619
11620 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
11621
d2ed6730
UW
116222010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11623
11624 * gdb.arch/spu-ls.exp: New file.
11625 * gdb.arch/spu-ls.c: Likewise.
11626
6aed2dbc
SS
116272010-06-18 Stan Shebs <stan@codesourcery.com>
11628
11629 * gdb.threads/thread-specific.exp: Add tests of $_thread.
11630
e0756905
UW
116312010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11632
11633 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
11634 * gdb.base/watch-cond.exp: Likewise.
11635 * gdb.python/py-breakpoint.exp: Likewise.
11636
d8053d4d
PA
116372010-06-18 Pedro Alves <pedro@codesourcery.com>
11638
11639 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
11640 clean_restart, make sure every test has a distinct message, and
11641 that messages don't include the executable' full path.
11642
81ce510c
DE
116432010-06-17 Doug Evans <dje@google.com>
11644
11645 * gdb.arch/i386-size.exp: Updated expected output for
11646 DISASSEMBLY_OMIT_FNAME.
11647
65d79d4b
SDJ
116482010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11649 Sergio Durigan Junior <sergiodj@redhat.com>
11650
11651 * gdb.base/watch-notconst.c: New file.
11652 * gdb.base/watch-notconst.S: New file.
11653 * gdb.base/watch-notconst2.c: New file.
11654 * gdb.base/watch-notconst2.S: New file.
11655 * gdb.base/watch-notconst.exp: New file.
11656 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
11657 (func4): Add operations on `global_ptr_ptr'.
11658 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
11659 routine to test watchpoints created with a constant expression.
11660 (test_inaccessible_watchpoint): Include tests for watchpoints
11661 created with a constant expression.
11662
df0f4836
KB
116632010-06-14 Kevin Buettner <kevinb@redhat.com>
11664
11665 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
11666 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
11667 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
11668 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
11669 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
11670 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
11671 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
11672 of `_start'.
11673
b769def5
UW
116742010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11675
11676 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
11677 not supported on the target.
11678 * gdb.mi/mi-nonstop-exit.exp: Likewise.
11679 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
11680 * gdb.mi/mi-nsintrall.exp: Likewise.
11681 * gdb.mi/mi-nsmoribund.exp: Likewise.
11682 * gdb.mi/mi-nsthrexec.exp: Likewise.
11683
d914c394
SS
116842010-06-11 Stan Shebs <stan@codesourcery.com>
11685
11686 * gdb.base/permissions.exp: New file.
11687
116882010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
5bbad94c
UW
11689
11690 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
11691 does not support ELF executable class.
11692
f3ce5b9c
UW
116932010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11694
11695 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
11696
8e46892c
JK
116972010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11698
11699 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
11700 (runto): Catch "The target does not support running in non-stop mode.".
11701
6cc55c64
MS
117022010-06-11 Michael Snyder <msnyder@vmware.com>
11703
11704 * gdb.base/setshow.exp (set language asm): Don't use
11705 gdb_test_no_output, fails on some targets.
11706
caddefa4
UW
117072010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11708
11709 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
11710 * gdb.cp/pr9167.exp: Likewise.
11711
468b1aa7
UW
117122010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11713
11714 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
11715
5c3552dc
UW
117162010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11717
11718 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
11719
02e6fe6a
UW
117202010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11721
11722 * gdb.base/charset.c (main): Make sure malloc gets linked in.
11723
0e03807e
TT
117242010-06-11 Tom Tromey <tromey@redhat.com>
11725
11726 PR gdb/9977, PR exp/11636::
11727 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
11728 (pieces_test_f6): Update expected output.
11729
2bdf28a0
JK
117302010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11731
11732 * gdb.base/moribund-step.exp: New.
11733
f6978de9
MS
117342010-06-08 Michael Snyder <msnyder@vmware.com>
11735
11736 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
889bf7c5 11737 * gdb.ada/boolean_expr.exp:
f6978de9
MS
11738 * gdb.ada/frame_args.exp: Ditto.
11739 * gdb.ada/lang_switch.exp: Ditto.
11740 * gdb.ada/ptype_arith_binop.exp: Ditto.
11741 * gdb.ada/ref_param.exp: Ditto.
11742 * gdb.ada/type_coercion.exp:Ditto.
11743
11744 * gdb.asm/asm-source.exp: Ditto.
11745
11746 * gdb.base/attach.exp: Ditto.
11747 * gdb.base/bitfields2.exp: Ditto.
11748 * gdb.base/call-signal-resume.exp: Ditto.
11749 * gdb.base/callfuncs.exp: Ditto.
11750 * gdb.base/commands.exp: Ditto.
11751 * gdb.base/dbx.exp: Ditto.
11752 * gdb.base/default.exp: Ditto.
11753 * gdb.base/dump.exp: Ditto.
11754 * gdb.base/exprs.exp: Ditto.
11755 * gdb.base/freebpcmd.exp: Ditto.
11756 * gdb.base/interrupt.exp: Ditto.
11757 * gdb.base/list.exp: Ditto.
11758 * gdb.base/long_long.exp: Ditto.
11759 * gdb.base/maint.exp: Ditto.
11760 * gdb.base/ptype.exp: Ditto.
11761 * gdb.base/return.exp: Ditto.
11762 * gdb.base/setshow.exp: Ditto.
11763 * gdb.base/sigbpt.exp: Ditto.
11764 * gdb.base/sigrepeat.exp: Ditto.
11765
11766 * gdb.cp/classes.exp: Ditto.
11767
11768 * gdb.dwarf2/dw2-restore.exp: Ditto.
11769
11770 * gdb.gdb/selftest.exp: Ditto.
11771
11772 * gdb.multi/base.exp: Ditto.
11773 * gdb.multi/bkpt-multi-exec.exp: Ditto.
11774
11775 * gdb.python/py-block.exp: Ditto.
11776 * gdb.python/py-prettyprint.exp: Ditto.
11777 * gdb.python/py-template.exp: Ditto.
11778
11779 * gdb.server/ext-attach.exp: Ditto.
11780 * gdb.server/ext-run.exp: Ditto.
11781 * gdb.server/server-mon.exp: Ditto.
11782
11783 * gdb.threads/fork-thread-pending.exp: Ditto.
11784 * gdb.threads/hand-call-in-threads.exp: Ditto.
11785 * gdb.threads/interrupted-hand-call.exp: Ditto.
11786 * gdb.threads/linux-dp.exp: Ditto.
11787 * gdb.threads/manythreads.exp: Ditto.
11788 * gdb.threads/print-threads.exp: Ditto.
11789 * gdb.threads/pthreads.exp: Ditto.
11790 * gdb.threads/schedlock.exp: Ditto.
11791 * gdb.threads/thread-unwindonsignal.exp: Ditto.
11792 * gdb.threads/threadapply.exp: Ditto.
11793
de7ff789
MS
117942010-06-08 Michael Snyder <msnyder@vmware.com>
11795
889bf7c5 11796 * gdb.ada/exec_changed.exp:
de7ff789
MS
11797 Use ".*" instead of "" as wildcard regexp.
11798
11799 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
11800 * gdb.base/call-ar-st.exp: Ditto.
11801 * gdb.base/checkpoint.exp: Ditto.
11802 * gdb.base/default.exp: Ditto.
11803 * gdb.base/dump.exp: Ditto.
11804 * gdb.base/ending-run.exp: Ditto.
11805 * gdb.base/fileio.exp: Ditto.
11806 * gdb.base/miscexprs.exp: Ditto.
11807 * gdb.base/pointers.exp: Ditto.
11808 * gdb.base/readline.exp: Ditto.
11809 * gdb.base/reread.exp: Ditto.
11810 * gdb.base/restore.exp: Ditto.
11811 * gdb.base/shlib-call.exp: Ditto.
11812 * gdb.base/valgrind-db-attach.exp: Ditto.
11813 * gdb.base/volatile.exp: Ditto.
11814 * gdb.base/watchpoints.exp: Ditto.
11815
11816 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
11817
11818 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
11819 * gdb.python/py-value.exp: Ditto.
11820
11821 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
11822 * gdb.trace/circ.exp: Ditto.
11823 * gdb.trace/collection.exp: Ditto.
11824 * gdb.trace/packetlen.exp: Ditto.
11825 * gdb.trace/passc-dyn.exp: Ditto.
11826 * gdb.trace/report.exp: Ditto.
11827 * gdb.trace/tfile.exp: Ditto.
11828 * gdb.trace/tfind.exp: Ditto.
11829 * gdb.trace/while-dyn.exp: Ditto.
11830
3bebe2f2
JK
118312010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11832
11833 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
11834
5c631832
JK
118352010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11836
11837 Test PR 10640.
11838 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
11839
4c3376c8
SW
118402010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
11841
11842 * gdb.cp/koenig.exp: Test for ADL operators.
11843 * gdb.cp/koenig.cc: Added ADL operators.
11844 * gdb.cp/operator.exp: New test.
11845 * gdb.cp/operator.cc: New test.
11846
dc226d5a
MS
118472010-06-04 Michael Snyder <msnyder@vmware.com>
11848
dfb88a23
MS
11849 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
11850 * gdb.base/pending.exp: Ditto.
f7ae76b3 11851
dc226d5a
MS
11852 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
11853
967cf477
DE
118542010-06-04 Doug Evans <dje@google.com>
11855
11856 * gdb.python/py-prettyprint.exp: Add new test for enabled and
11857 disabled printers.
11858 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
11859 (enable_lookup_function): New function.
11860
eb801841
TT
118612010-06-04 Tom Tromey <tromey@redhat.com>
11862
11863 * gdb.python/py-value.exp (test_value_hash): Don't test equality
11864 of hash and id.
11865
38979823
JK
118662010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11867
11868 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
11869 newline.
11870 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
11871 (empty verbose non-noisy clear, empty verbose noisy clear)
11872 (empty non-verbose noisy clear): Likewise.
11873
35ec993f
MS
118742010-06-03 Michael Snyder <msnyder@vmware.com>
11875
11876 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
11877 * gdb.base/display.exp: Ditto.
11878 * gdb.base/find.exp: Ditto.
11879 * gdb.base/ifelse.exp: Ditto.
11880 * gdb.base/multi-forks.exp: Ditto.
11881 * gdb.base/recurse.exp: Ditto.
11882 * gdb.base/setshow.exp: Ditto.
11883 * gdb.base/value-double-free.exp: Ditto.
11884 * gdb.base/watch-vfork.exp: Ditto.
11885 * gdb.base/watch_thread_num.exp: Ditto.
11886 * gdb.base/watchpoint-solib.exp: Ditto.
11887 * gdb.base/watchpoint.exp: Ditto.
11888 * gdb.base/watchpoints.exp: Ditto.
11889
11890 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
11891 * gdb.cp/overload.exp: Ditto.
11892 * gdb.cp/virtfunc.exp: Ditto.
11893
11894 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
11895
889bf7c5 11896 * gdb.reverse/watch-precsave.exp:
35ec993f
MS
11897 Replace gdb_test with gdb_test_no_output.
11898
889bf7c5 11899 * gdb.threads/attach-into-signal.exp:
35ec993f
MS
11900 Replace gdb_test with gdb_test_no_output.
11901 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
11902 * gdb.threads/watchthreads.exp: Ditto.
11903 * gdb.threads/watchthreads2.exp: Ditto.
11904
11905 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
11906 * gdb.trace/tfind.exp: Ditto.
11907
c22decce
JB
119082010-06-03 Joel Brobecker <brobecker@adacore.com>
11909
11910 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
11911 successful test if message is the empty string.
11912
fd5700c7
JK
119132010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11914
11915 * gdb.fortran/module.exp (stopped language detection): New test.
11916
f55ee35c
JK
119172010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11918
11919 Support DW_TAG_module as separate namespaces.
11920 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
11921 gdb.fortran/library-module-lib.f90: New.
11922 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
11923 (print i): Remove.
11924 (continue to breakpoint: i-is-1, print var_i value 1)
11925 (continue to breakpoint: i-is-2, print var_i value 2)
11926 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
11927 (print var_d, print var_i value 14, ptype modmany, complete `modm)
11928 (complete `modmany, complete `modmany`, complete `modmany`var)
11929 (show language, setting breakpoint at module): New tests.
11930 * gdb.fortran/module.f90 (module mod): Remove.
11931 (module mod1, module mod2, module modmany, subroutine sub1)
11932 (subroutine sub2, program module): New.
11933
b8e8282f
JK
119342010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11935
11936 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
11937 (print value of rUC, print value of rI, print value of UI): ... here.
31e43e98
JK
11938 * gdb.cp/anon-union.exp (pass): Rename to ...
11939 (print z 2): ... here.
b8e8282f 11940
019ebafc
MS
119412010-06-02 Michael Snyder <msnyder@vmware.com>
11942
e68d8fd4
MS
11943 * gdb.trace/actions.exp: Use gdb_test_no_output.
11944 * gdb.trace/circ.exp: Ditto.
11945 * gdb.trace/packetlen.exp: Ditto.
11946 * gdb.trace/save-trace.exp: Ditto.
11947 * gdb.trace/tracecmd.exp: Ditto.
11948 * gdb.trace/tsv.exp: Ditto.
11949
12b5d08a
MS
11950 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
11951 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
11952 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
11953 * gdb.threads/manythreads.exp: Ditto.
11954 * gdb.threads/print-threads.exp: Ditto.
11955 * gdb.threads/pthreads.exp: Ditto.
11956 * gdb.threads/schedlock.exp: Ditto.
11957 * gdb.threads/staticthreads.exp: Ditto.
11958 * gdb.threads/thread-specific.exp: Ditto.
11959 * gdb.threads/thread-unwindonsignal.exp: Ditto.
11960 * gdb.threads/threadapply.exp: Ditto.
11961 * gdb.threads/watchthreads.exp: Ditto.
11962 * gdb.threads/watchthreads2.exp: Ditto.
11963
89493308
MS
11964 * gdb.python/py-block.exp: Use gdb_test_no_output.
11965 * gdb.python/py-prettyprint.exp: Ditto.
11966 * gdb.python/py-template.exp: Ditto.
11967 * gdb.python/py-value.exp: Ditto.
11968
11969 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
11970 * gdb.reverse/watch-reverse.exp: Ditto.
11971
11972 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
11973 * gdb.server/ext-run.exp: Ditto.
11974
019ebafc
MS
11975 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
11976 * gdb.dwarf2/dw2-compressed.exp: Ditto.
11977 * gdb.dwarf2/dw2-intercu.exp: Ditto.
11978 * gdb.dwarf2/dw2-intermix.exp: Ditto.
11979 * gdb.dwarf2/dw2-producer.exp: Ditto.
11980 * gdb.dwarf2/mac-fileno.exp: Ditto.
11981
11982 * gdb.gdb/observer.exp: Use gdb_test_no_output.
11983 * gdb.gdb/selftest.exp: Ditto.
11984
11985 * gdb.multi/base.exp: Use gdb_test_no_output.
11986
11987 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
11988
3e0ca3a5
JK
119892010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11990
11991 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
11992
9db70545
MS
119932010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
11994
a8d52276
MS
11995 * gdb.cp/class2.exp: Use gdb_test_no_output.
11996 * gdb.cp/classes.exp: Ditto.
11997 * gdb.cp/extern-c.exp: Ditto.
11998 * gdb.cp/inherit.exp: Ditto.
11999 * gdb.cp/maint.exp: Ditto.
12000 * gdb.cp/mb-inline.exp: Ditto.
12001 * gdb.cp/mb-templates.exp: Ditto.
12002 * gdb.cp/method2.exp: Ditto.
12003 * gdb.cp/misc.exp: Ditto.
12004 * gdb.cp/ovldbreak.exp: Ditto.
12005 * gdb.cp/punctuator.exp: Ditto.
12006 * gdb.cp/templates.exp: Ditto.
12007 * gdb.cp/virtbase.exp: Ditto.
12008
889bf7c5 12009 * gdb.threads/attach-stopped.exp:
9db70545 12010 Replace uses of send_gdb / gdb_expect.
889bf7c5 12011 * gdb.threads/attachstop-mt.exp:
9db70545 12012 Replace uses of send_gdb / gdb_expect.
889bf7c5 12013 * gdb.threads/gcore-thread.exp:
9db70545 12014 Replace uses of send_gdb / gdb_expect.
889bf7c5 12015 * gdb.threads/hand-call-in-threads.exp:
9db70545
MS
12016 Replace uses of send_gdb / gdb_expect.
12017 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 12018 * gdb.threads/print-threads.exp:
9db70545
MS
12019 Replace uses of send_gdb / gdb_expect.
12020 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
12021 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
12022 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
12023
12024 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
12025 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
12026 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
12027 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
12028 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
12029 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
12030 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
12031 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
12032 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
12033 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
12034 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
12035
359cc68c
JK
120362010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12037
12038 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
12039
7d3fe98e
SW
120402010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
12041
12042 * gdb.cp/koenig.exp: Added new test case.
12043 * gdb.cp/koenig.cc: Ditto.
12044
27d3a1a2
MS
120452010-06-01 Michael Snyder <msnyder@vmware.com>
12046
12047 * gdb.base/arithmet.exp: Use gdb_test_no_output.
12048 * gdb.base/arrayidx.exp: Ditto.
12049 * gdb.base/attach.exp: Ditto.
12050 * gdb.base/auxv.exp: Ditto.
12051 * gdb.base/bigcre.exp: Ditto.
12052 * gdb.base/break-always.exp: Ditto.
12053 * gdb.base/break-interp.exp: Ditto.
12054 * gdb.base/break.exp: Ditto.
12055 * gdb.base/breakpoint-shadow.exp: Ditto.
12056 * gdb.base/call-ar-st.exp: Ditto.
12057 * gdb.base/call-sc.exp: Ditto.
12058 * gdb.base/call-signal-resume.exp: Ditto.
12059 * gdb.base/callfuncs.exp: Ditto.
12060 * gdb.base/catch-syscall.exp: Ditto.
12061 * gdb.base/charset.exp: Ditto.
12062 * gdb.base/code-expr.exp: Ditto.
12063 * gdb.base/commands.exp: Ditto.
12064 * gdb.base/cond-expr.exp: Ditto.
12065 * gdb.base/condbreak.exp: Ditto.
12066 * gdb.base/cursal.exp: Ditto.
12067 * gdb.base/cvexpr.exp: Ditto.
12068 * gdb.base/default.exp: Ditto.
12069 * gdb.base/del.exp: Ditto.
12070 * gdb.base/detach.exp: Ditto.
12071 * gdb.base/display.exp: Ditto.
12072 * gdb.base/ena-dis-br.exp: Ditto.
12073 * gdb.base/eval-skip.exp: Ditto.
12074 * gdb.base/foll-fork.exp: Ditto.
12075 * gdb.base/foll-vfork.exp: Ditto.
12076 * gdb.base/frame-args.exp: Ditto.
12077 * gdb.base/funcargs.exp: Ditto.
12078 * gdb.base/gcore-buffer-overflow.exp: Ditto.
12079 * gdb.base/gdbvars.exp: Ditto.
12080 * gdb.base/help.exp: Ditto.
12081 * gdb.base/ifelse.exp: Ditto.
12082 * gdb.base/included.exp: Ditto.
12083 * gdb.base/list.exp: Ditto.
12084 * gdb.base/macscp.exp: Ditto.
12085 * gdb.base/maint.exp: Ditto.
12086 * gdb.base/multi-fork.exp: Ditto.
12087 * gdb.base/overlays.exp: Ditto.
12088 * gdb.base/page.exp: Ditto.
12089 * gdb.base/pending.exp: Ditto.
12090 * gdb.base/pointers.exp: Ditto.
12091 * gdb.base/pr11022.exp: Ditto.
12092 * gdb.base/prelink.exp: Ditto.
12093 * gdb.base/printcmds.exp: Ditto.
12094 * gdb.base/psymtab.exp: Ditto.
12095 * gdb.base/randomize.exp: Ditto.
12096 * gdb.base/relational.exp: Ditto.
12097 * gdb.base/relocate.exp: Ditto.
12098 * gdb.base/remote.exp: Ditto.
12099 * gdb.base/sepdebug.exp: Ditto.
12100 * gdb.base/set-lang-auto.exp: Ditto.
12101 * gdb.base/setshow.exp: Ditto.
12102 * gdb.base/setvar.exp: Ditto.
12103 * gdb.base/signals.exp: Ditto.
12104 * gdb.base/signull.exp: Ditto.
12105 * gdb.base/sigstep.exp: Ditto.
12106 * gdb.base/sizeof.exp: Ditto.
12107 * gdb.base/solib-disc.exp: Ditto.
12108 * gdb.base/store.exp: Ditto.
12109 * gdb.base/structs.exp: Ditto.
12110 * gdb.base/structs2.exp: Ditto.
12111 * gdb.base/subst.exp: Ditto.
12112 * gdb.base/term.exp: Ditto.
12113 * gdb.base/trace-commands.exp: Ditto.
12114 * gdb.base/unwindonsignal.exp: Ditto.
12115 * gdb.base/valgrind-db-attach.exp: Ditto.
12116 * gdb.base/varargs.exp: Ditto.
12117 * gdb.base/watch-cond.exp: Ditto.
12118 * gdb.base/watch_thread_num.exp: Ditto.
12119 * gdb.base/watchpoint-cond-gone.exp: Ditto.
12120 * gdb.base/watchpoint.exp: Ditto.
12121 * gdb.base/whatis-exp.exp: Ditto.
12122
f8d3bf8f
MS
121232010-06-01 Michael Snyder <msnyder@vmware.com>
12124
12125 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
12126 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
12127 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
12128 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
12129 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
12130 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
12131 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
12132 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
12133 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
12134 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
12135 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
12136 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
12137 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
12138 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
12139 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
12140
3f9e0d32
JK
121412010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12142
12143 * gdb.base/commands.exp (begin commands on watch): Remove excessive
12144 trailing newline.
12145 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
12146 * gdb.java/jmisc.exp (p *args\n): Rename to ...
12147 (p *args): ... here and remove excessive trailing newline.
12148
f629457d
JB
121492010-05-31 Joel Brobecker <brobecker@adacore.com>
12150
12151 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
12152
09eef106
JK
121532010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
12154
12155 Accept the new Linux kernel "t (tracing stop)" string.
12156 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
12157 Update comment.
12158 (state_wait) <T (tracing stop)>: New.
12159 (main): Update the state_wait expect string.
12160
94f31136
PA
121612010-05-28 Pedro Alves <pedro@codesourcery.com>
12162
12163 * limits.c, limits.exp: Delete files.
12164 * Makefile.in (clean mostlyclean): Adjust.
12165 * tracecmd.exp: Adjust.
12166
096554ab
JK
121672010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12168
12169 * gdb.base/tui-layout.exp: New.
12170
27d3a1a2 121712010-05-28 Michael Snyder <msnyder@vmware.com>
bcd2dc50 12172
889bf7c5 12173 * gdb.reverse/break-precsave.exp:
bcd2dc50 12174 Replace uses of send_gdb / gdb_expect.
889bf7c5 12175 * gdb.reverse/break-reverse.exp:
bcd2dc50 12176 Replace uses of send_gdb / gdb_expect.
889bf7c5 12177 * gdb.reverse/consecutive-precsave.exp:
bcd2dc50 12178 Replace uses of send_gdb / gdb_expect.
889bf7c5 12179 * gdb.reverse/consecutive-reverse.exp:
bcd2dc50 12180 Replace uses of send_gdb / gdb_expect.
889bf7c5 12181 * gdb.reverse/finish-precsave.exp:
bcd2dc50 12182 Replace uses of send_gdb / gdb_expect.
889bf7c5 12183 * gdb.reverse/finish-reverse.exp:
bcd2dc50 12184 Replace uses of send_gdb / gdb_expect.
889bf7c5 12185 * gdb.reverse/i386-precsave.exp:
bcd2dc50 12186 Replace uses of send_gdb / gdb_expect.
889bf7c5 12187 * gdb.reverse/i386-reverse.exp:
bcd2dc50 12188 Replace uses of send_gdb / gdb_expect.
889bf7c5 12189 * gdb.reverse/i386-sse-reverse.exp:
bcd2dc50 12190 Replace uses of send_gdb / gdb_expect.
889bf7c5 12191 * gdb.reverse/i387-env-reverse.exp:
bcd2dc50 12192 Replace uses of send_gdb / gdb_expect.
889bf7c5 12193 * gdb.reverse/i387-stack-reverse.exp:
bcd2dc50 12194 Replace uses of send_gdb / gdb_expect.
889bf7c5 12195 * gdb.reverse/machinestate-precsave.exp:
bcd2dc50 12196 Replace uses of send_gdb / gdb_expect.
889bf7c5 12197 * gdb.reverse/machinestate.exp:
bcd2dc50 12198 Replace uses of send_gdb / gdb_expect.
889bf7c5 12199 * gdb.reverse/sigall-precsave.exp:
bcd2dc50 12200 Replace uses of send_gdb / gdb_expect.
889bf7c5 12201 * gdb.reverse/sigall-reverse.exp:
bcd2dc50 12202 Replace uses of send_gdb / gdb_expect.
889bf7c5 12203 * gdb.reverse/solib-precsave.exp:
bcd2dc50 12204 Replace uses of send_gdb / gdb_expect.
889bf7c5 12205 * gdb.reverse/solib-reverse.exp:
bcd2dc50 12206 Replace uses of send_gdb / gdb_expect.
889bf7c5 12207 * gdb.reverse/step-precsave.exp:
bcd2dc50 12208 Replace uses of send_gdb / gdb_expect.
889bf7c5 12209 * gdb.reverse/step-reverse.exp:
bcd2dc50 12210 Replace uses of send_gdb / gdb_expect.
889bf7c5 12211 * gdb.reverse/until-precsave.exp:
bcd2dc50 12212 Replace uses of send_gdb / gdb_expect.
889bf7c5 12213 * gdb.reverse/until-reverse.exp:
bcd2dc50 12214 Replace uses of send_gdb / gdb_expect.
889bf7c5 12215 * gdb.reverse/watch-precsave.exp:
bcd2dc50 12216 Replace uses of send_gdb / gdb_expect.
889bf7c5 12217 * gdb.reverse/watch-reverse.exp:
bcd2dc50
MS
12218 Replace uses of send_gdb / gdb_expect.
12219
3def43e0
JK
122202010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12221
12222 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
12223 excessive newline.
12224
27d3a1a2 122252010-05-27 Michael Snyder <msnyder@vmware.com>
22454424
MS
12226
12227 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
02746bbc
MS
12228 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
12229 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
12230 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
12231 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
12232 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
12233 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
12234 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
12235 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
12236 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
12237 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
12238 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
12239 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
12240 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
12241 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
12242 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
12243 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
12244 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
12245 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
22454424 12246
27d3a1a2 122472010-05-26 Michael Snyder <msnyder@vmware.com>
ec9f1212 12248
22454424
MS
12249 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
12250 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
12251
12252 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
12253 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
12254 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
12255
889bf7c5 12256 * gdb.reverse/consecutive-reverse.exp:
22454424 12257 Replace uses of send_gdb / gdb_expect.
889bf7c5 12258 * gdb.reverse/consecutive-precsave.exp:
22454424
MS
12259 Replace uses of send_gdb / gdb_expect.
12260
12261 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
12262 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
12263 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
889bf7c5 12264 * gdb.mi/mi-ns-stale-regcache.exp:
22454424
MS
12265 Replace uses of send_gdb / gdb_expect.
12266 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
12267 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
12268 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
12269 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
12270 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
12271 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
12272 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
12273 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
12274 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
ec9f1212
MS
12275
122762010-05-26 Michael Snyder <msnyder@vmware.com>
6acb16a2 12277
22454424 12278 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 12279
22454424 12280 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 12281
22454424
MS
12282 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
12283 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
12284 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
12285 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
12286 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
12287 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
12288 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
12289 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
12290 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
6acb16a2 12291
6e5f2c59
TT
122922010-05-25 Tom Tromey <tromey@redhat.com>
12293
12294 * gdb.base/macscp.exp: Add missing space after setup_kfail.
12295
bbc8b958
TT
122962010-05-25 Tom Tromey <tromey@redhat.com>
12297
12298 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
12299 argument order.
12300 * gdb.base/macscp.exp: Fix setup_kfail argument order.
12301 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
12302 order.
12303 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
12304 order.
12305 * gdb.base/call-sc.exp (setup_kfails): Remove.
12306 (setup_compiler_kfails): Remove.
12307 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
12308 argument order.
12309 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
12310 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
12311 (advancei): Fix setup_kfail argument order.
12312 * gdb.base/radix.exp: Fix setup_kfail argument order.
12313 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
12314 order.
12315 * gdb.base/structs.exp (setup_kfails): Remove.
12316 (setup_compiler_kfails): Fix setup_kfail argument order.
12317 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
12318 order.
12319 * gdb.java/jmain.exp: Fix setup_kfail argument order.
12320 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
12321 setup_kfail argument order.
12322 * gdb.cp/overload.exp: Fix setup_kfail argument order.
12323
83d1babf
TT
123242010-05-25 Tom Tromey <tromey@redhat.com>
12325
12326 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
12327
6acb16a2
MS
123282010-05-25 Michael Snyder <msnyder@vmware.com>
12329
12330 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
12331 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
12332 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
12333 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
12334 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
12335 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
12336 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
12337 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
12338 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
ad3986f0
MS
12339 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
12340 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
12341 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
12342 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
12343 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
12344 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
12345 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
12346 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
12347 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
12348 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
12349 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
12350 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
12351 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
12352 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
a76e022a
MS
12353 * gdb.base/default.exp: Replace send_gdb with gdb_test.
12354 * gdb.base/define.exp: Replace send_gdb with gdb_test.
12355 * gdb.base/display.exp: Replace send_gdb with gdb_test.
12356 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
12357 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
12358 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
12359 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
12360 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
12361 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
12362 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
12363 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
12364 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
12365 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
12366 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
12367 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
12368 * gdb.base/help.exp: Replace send_gdb with gdb_test.
12369 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
12370 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
12371 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
65731a6b
MS
12372 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
12373 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
12374 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
12375 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
12376 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
6acb16a2 12377 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
65731a6b
MS
12378
123792010-05-25 Doug Evans <dje@google.com>
12380
12381 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
12382 gdb.string_to_argv.
ad3986f0 12383
d3b1e874
TT
123842010-05-21 Tom Tromey <tromey@redhat.com>
12385
12386 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
12387 Call it.
12388 * gdb.dwarf2/pieces.S: Update.
12389 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
12390
cb826367
TT
123912010-05-21 Tom Tromey <tromey@redhat.com>
12392
12393 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
12394 Call it.
12395 * gdb.dwarf2/pieces.c (struct C): New.
12396 (f6): New function.
12397 * gdb.dwarf2/pieces.S: Replace.
12398
74de6778
TT
123992010-05-21 Tom Tromey <tromey@redhat.com>
12400
12401 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
12402 Call it.
12403
afd74c5f
TT
124042010-05-21 Tom Tromey <tromey@redhat.com>
12405
12406 * gdb.dwarf2.pieces.exp: New file.
12407 * gdb.dwarf2.pieces.S: New file.
12408 * gdb.dwarf2.pieces.c: New file.
12409
a7b75dfd 124102010-05-20 Pedro Alves <pedro@codesourcery.com>
889bf7c5 12411 Joel Brobecker <brobecker@adacore.com>
a7b75dfd
JB
12412
12413 * lib/gdb.exp (gdb_test_no_output): New function.
12414 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
12415 when testing commands that should produce no output.
12416
c81c812a
JB
124172010-05-17 Joel Brobecker <brobecker@adacore.com>
12418
12419 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
12420 parameter that we want to watch being a constant.
12421
0cce5bd9
JB
124222010-05-17 Joel Brobecker <brobecker@adacore.com>
12423
12424 * gdb.ada/cond_lang: New testcase.
12425
47050449
JB
124262010-05-17 Joel Brobecker <brobecker@adacore.com>
12427
12428 * lib/gdb.exp (banned_variables): New variable/constant.
12429 (gdb_init): Add write trace on variables listed in banned_variables.
12430 (gdb_finish): Remove write traces on variables listed in
12431 banned_variables.
12432
77c01586
JB
124332010-05-17 Joel Brobecker <brobecker@adacore.com>
12434
12435 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
12436 * gdb.cp/koenig.exp: Likewise.
12437
88d4aea7
PM
124382010-05-14 Phil Muldoon <pmuldoon@redhat.com>
12439
889bf7c5 12440 PR python/11482
88d4aea7
PM
12441
12442 * gdb.python/py-value.exp (test_value_hash): New function.
12443
f5a010c0
PM
124442010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
12445
12446 PR exp/11530.
12447 * gdb.base/gdb11530.c: New file.
12448 * gdb.base/gdb11530.exp: New file.
12449
8ef4892f
JK
124502010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12451
12452 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
12453 * gdb.dwarf2/dw2-modula2-self-type.S: New.
12454
7322dca9
SW
124552010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
12456
12457 * gdb.cp/koenig.exp: New test.
12458 * gdb.cp/koenig.cc: New test program.
12459
02e7ea18
JB
124602010-05-05 Joel Brobecker <brobecker@adacore.com>
12461
12462 Remove the use of prms_id and bug_id throughout the testsuite.
12463
e1c34c5d
PM
124642010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
12465
12466 PR exp/11349.
12467 * testsuite/gdb.cp/ref-types.exp: Add test to examine
12468 use a reference local variable.
12469
8e1d0c49
JK
124702010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12471
12472 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
12473 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
12474 variable different_dir. Move debugfile into a full directory pathname
12475 under DIFFERENT_DIR.
12476 * lib/gdb.exp (separate_debug_filename): Remove.
12477 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
12478 variable debug_dir and mkdir of it. Update function comments.
12479
e66408ed
PA
124802010-04-29 Pedro Alves <pedro@codesourcery.com>
12481
12482 PR gdb/11557
12483
12484 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
12485 files.
12486
d7b32ed3
PM
124872010-04-29 Phil Muldoon <pmuldoon@redhat.com>
12488
889bf7c5 12489 * gdb.python/py-param.exp: New File.
d7b32ed3 12490
6aecb9c2
JB
124912010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
12492
12493 * gdb.base/default.exp: Fix "set language" test.
12494
bdf92a1c
PM
124952010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
12496
12497 PR breakpoints/11531.
12498 * gdb.base/gdb11531.c: New file.
12499 * gdb.base/gdb11531.exp: New file.
12500
3f172e24
TT
125012010-04-26 Tom Tromey <tromey@redhat.com>
12502
12503 * gdb.base/completion.exp: Add tests for completion and deprecated
12504 commands.
12505
64af4c92
JK
125062010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12507
12508 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
12509 (print /x char_array): Escape curly brackets.
12510
492928e4
JK
125112010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12512
12513 Fix deadlock on looped list of loaded shared objects.
12514 * gdb.base/solib-corrupted.exp: New.
12515
66d09542
DE
125162010-04-23 Doug Evans <dje@google.com>
12517
12518 * gdb.python/py-section-script.c: New file.
12519 * gdb.python/py-section-script.exp: New file.
12520 * gdb.python/py-section-script.py: New file.
12521
8bd10a10
CM
125222010-04-20 Chris Moller <cmoller@redhat.com>
12523
12524 PR 10179
12525
12526 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
12527 * gdb.base/pr10179-a.c:
12528 * gdb.base/pr10179-b.c:
12529 * gdb.base/pr10179.exp: New files.
12530
c0201579
JK
125312010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12532
12533 Fix crashes on dangling display expressions.
12534 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
12535 is SEP.
12536 (lib_flags): Remove the "debug" keyword.
12537 (libsepdebug): New variable for iterating new loop.
12538 (save_pf_prefix): New variable wrapping the loop.
12539 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
12540 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
12541
793b0ff8
PM
125422010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
12543
12544 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
12545
097f51f7
PM
125462010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
12547
12548 PR stabs/11479.
12549 * gdb.stabs/gdb11479.exp: New file.
12550 * gdb.stabs/gdb11479.c: New file.
12551
9a22f0d0
PM
125522010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
12553
12554 * gdb.base/charset.c (Strin16, String32): New variables.
12555 * gdb.base/charset.exp (gdb_test): Test correct display
12556 of 16 or 32 bit strings.
12557
125582010-04-21 Chris Moller <cmoller@redhat.com>
0b66f317
CM
12559
12560 PR 9167
12561 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
12562 * gdb.cp/pr9167.cc: New file.
12563 * gdb.cp/pr9167.exp: New file.
12564
12565
6e354e5e
PM
125662010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
12567
12568 PR pascal/11492.
12569 * gdb.pascal/gdb11492.pas: New file.
12570 * gdb.pascal/gdb11492.exp: New file.
12571
be942545
JB
125722010-04-20 Joel Brobecker <brobecker@adacore.com>
12573
1667e6e3 12574 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
be942545 12575
0c3acc09
JB
125762010-04-20 Joel Brobecker <brobecker@adacore.com>
12577
12578 * gdb.ada/dyn_loc: New testcase.
12579
ec31cde5
CM
125802010-04-20 Chris Moller <cmoller@redhat.com>
12581
12582 PR 10867
889bf7c5 12583
ec31cde5
CM
12584 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
12585 * gdb.cp/pr10687.cc: New file.
12586 * gdb.cp/pr10687.exp: New file.
12587
12588
ce4b0682
SDJ
125892010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12590 Sergio Durigan Junior <sergiodj@redhat.com>
12591
12592 * gdb.fortran/logical.exp: New testcase.
12593 * gdb.fortran/logical.f90: New file.
12594
3436961f
DE
125952010-04-19 Doug Evans <dje@google.com>
12596
12597 * gdb.base/help.exp (help source): Update expected output.
12598
4d836c09
JK
125992010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12600
12601 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
12602 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
12603 gdb_exit and return.
12604 (executable): New variable.
12605 (binfile): Use it.
12606
6149aea9
PA
126072010-04-19 Pedro Alves <pedro@codesourcery.com>
12608
12609 PR breakpoints/8554.
12610
12611 * gdb.trace/save-trace.exp: Adjust.
12612
ed41462c
L
126132010-04-17 H.J. Lu <hongjiu.lu@intel.com>
12614
12615 PR corefiles/11511
12616 * gdb.arch/system-gcore.exp: New.
12617 * gdb.arch/gcore.c: Likewise.
12618
3f7b2faa
DE
126192010-04-15 Doug Evans <dje@google.com>
12620
fa33c3cd
DE
12621 * gdb.python/py-progspace.c: New file.
12622 * gdb.python/py-progspace.exp: New file.
12623
3f7b2faa
DE
12624 * gdb.base/source.exp: Add tests for "source -s".
12625
79f283fe
PM
126262010-04-14 Phil Muldoon <pmuldoon@redhat.com>
12627
12628 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
12629 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
12630 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
12631 * gdb.python/py-mi.exp: New test for to_string returning None.
12632
fc8eb08a
PM
126332010-04-12 Phil Muldoon <pmuldoon@redhat.com>
12634
12635 * gdb.python/py-breakpoint.c: Make result global.
12636
26e197f6
JK
126372010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12638
12639 Fix non-GNU make compatibility.
12640 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
12641
adc36818
PM
126422010-04-09 Phil Muldoon <pmuldoon@redhat.com>
12643
12644 * gdb.python/py-breakpoint.exp: New File.
12645 * gdb.python/py-breakpoint.C: Ditto.
12646
64e17368
SS
126472010-04-08 Stan Shebs <stan@codesourcery.com>
12648
12649 * gdb.trace/actions.exp: Clear default-collect.
12650 * gdb.trace/save-trace.exp: Clear default-collect.
12651
fff5cc64
PM
126522010-04-08 Phil Muldoon <pmuldoon@redhat.com>
12653
12654 * gdb.python/py-value: Add null string variable.
12655 (test_lazy_string): Test zero length, NULL address lazy
12656 strings.
12657
a055a187
L
126582010-04-07 H.J. Lu <hongjiu.lu@intel.com>
12659
12660 * gdb.arch/i386-avx.c: New.
12661 * gdb.arch/i386-avx.exp: Likewise.
12662
12663 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
12664
96e39866
DE
126652010-04-06 Doug Evans <dje@google.com>
12666
12667 * gdb.base/source-test.gdb: New file.
12668 * gdb.base/source.exp: Test source -v.
12669
5984a431
UW
126702010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12671
12672 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
12673
ec8a089a
PM
126742010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
12675
12676 * gdb.stabs/aout.sed: Convert all backslash to double backslash
12677 within one line, unless it is followed by a double quote.
12678 * gdb.stabs/hppa.sed: Idem.
12679 * gdb.stabs/weird.def: Add char and String constants
889bf7c5
PA
12680 * gdb.stabs/weird.exp: Check for correct parsing of
12681 char and string constants.
ec8a089a
PM
12682 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
12683 in .stabs to .stabx substitution.
12684
fce3c1f0
SS
126852010-04-05 Stan Shebs <stan@codesourcery.com>
12686
12687 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
12688 constant global.
12689 * gdb.trace/tfile.exp: Try to print them.
12690
d77f58be
SS
126912010-04-04 Stan Shebs <stan@codesourcery.com>
12692
12693 * gdb.base/completion.exp: Update for new "info watchpoints".
12694 * gdb.base/default.exp: Ditto.
12695 * gdb.base/help.exp: Ditto.
12696 * gdb.base/watchpoint.exp: Ditto.
12697 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
889bf7c5 12698
af54718e
SS
126992010-04-04 Stan Shebs <stan@codesourcery.com>
12700
12701 * gdb.trace/tfile.exp: Sharpen tfind test.
12702
74d1f91e
JK
127032010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12704
12705 * gdb.base/break-entry.exp: New.
12706
eb8e76db 127072010-04-02 Hui Zhu <teawater@gmail.com>
889bf7c5 12708 Michael Snyder <msnyder@vmware.com>
eb8e76db
HZ
12709
12710 * gdb.reverse/i386-sse-reverse.exp: New file.
12711 * gdb.reverse/i386-sse-reverse.c: New file.
12712
bf65cad8
PA
127132010-04-02 Pedro Alves <pedro@codesourcery.com>
12714
12715 * gdb.trace/tfind.exp: Adjust expected disassembly output.
12716
fff87407
SS
127172010-04-01 Stan Shebs <stan@codesourcery.com>
12718
12719 * gdb.trace/actions.exp: Tweak expected output.
12720 * gdb.trace/while-stepping.exp: Tweak expected output.
12721
fe01d668
L
127222010-04-01 H.J. Lu <hongjiu.lu@intel.com>
12723
12724 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
12725
86b17b60
PA
127262010-04-01 Pedro Alves <pedro@codesourcery.com>
12727
12728 * gdb.base/commands.exp: Adjust.
12729 * gdb.cp/extern-c.exp: Adjust.
12730
2c58c0a9
PA
127312010-04-01 Pedro Alves <pedro@codesourcery.com>
12732
12733 * gdb.trace/collection.c (local_test_func): Define a local struct,
12734 and instanciate it.
12735
0db9b91c
PA
127362010-04-01 Pedro Alves <pedro@codesourcery.com>
12737
12738 * gdb.trace/collection.exp (gdb_collect_args_test)
12739 (gdb_collect_argarray_test): XFAIL the tests that assume the
12740 argarray argument's elements are collected.
12741
8072405b
JK
127422010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
12743
12744 * gdb.dwarf2/dw2-bad-parameter-type.exp,
12745 gdb.dwarf2/dw2-bad-parameter-type.S: New.
12746
8bf6485c
SS
127472010-03-31 Stan Shebs <stan@codesourcery.com>
12748
12749 * gdb.trace/save-trace.exp: Test save/restore of default-collect
12750 and tracepoint conditionals.
12751 (gdb_verify_tracepoints): Delete unused return.
12752
fd7f724a
KS
127532010-03-26 Keith Seitz <keiths@redhat.com>
12754
12755 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
12756 appear in the output before main.
12757 Remove KFAIL for gdb/2215 aka bz 9320.
12758
8d9e7719
DE
127592010-03-30 Doug Evans <dje@google.com>
12760
0906dd0b
DE
12761 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
12762 by dejagnu.
12763 * gdb.arch/amd64-dword.exp: Ditto.
12764
8d9e7719
DE
12765 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
12766 match.
12767 (break printf): Ditto.
12768
1da644f0
SW
127692010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
12770
12771 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
12772 gcc < 4.4.
12773 * gdb.cp/shadow.exp: Ditto.
12774
a8121990
PA
127752010-03-29 Pedro Alves <pedro@codesourcery.com>
12776
12777 * gdb.trace/collection.exp (run_trace_experiment): Make sure
12778 "tstart" is silent.
12779
6e79d367
PA
127802010-03-29 Pedro Alves <pedro@codesourcery.com>
12781
12782 * gdb.trace/collection.exp (executable): New.
12783 (binfile): Use it.
12784 (fpreg, spreg, pcreg): New.
12785 (test_register): Use gdb_test_multiple. Pass /x to print.
12786 (prepare_for_trace_test): New.
12787 (run_trace_experiment): Use "continue", not gdb_run_cmd.
12788 (gdb_collect_args_test, gdb_collect_argstruct_test)
12789 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
12790 prepare_for_trace_test.
12791 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
12792 fpreg, spreg and pcreg.
12793 (gdb_collect_expression_test, gdb_collect_globals_test): Use
12794 prepare_for_trace_test.
12795 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
12796 try to detect tracing support here. Don't set breakpoints at
12797 `begin' or `end' here.
12798 <global scope>: Use clean_restart. Run to main before checking
12799 for tracing support. Check for for tracing support here.
12800
09248348
JK
128012010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12802
12803 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
12804 " as $displacement" to "seen displacement message".
12805
d350db38
PA
128062010-03-28 Pedro Alves <pedro@codesourcery.com>
12807
12808 * gdb.trace/while-dyn.exp (executable): New variable.
12809 (binfile): Use it.
12810 (test_while_stepping): New function. Move most tests here. Call
12811 it once for each of the while-stepping, stepping and ws aliases.
12812
907af001
UW
128132010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12814
12815 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
12816 that do not provide the tagless_struct type name at all.
12817 (test_print_anon_union): Do not check value of uninitialized
12818 union member. Do not use cp_test_ptype_class, so we can accept
12819 "long" as well as "long int".
12820
610197fd
PA
128212010-03-26 Pedro Alves <pedro@codesourcery.com>
12822
12823 * gdb.trace/tfile.c (tohex, bin2hex): New.
12824 (write_error_trace_file): Hexify error description.
12825
6c28cbf2
SS
128262010-03-25 Stan Shebs <stan@codesourcery.com>
12827
12828 * gdb.trace/tfile.c: Generate an additional trace file, improve
12829 portability.
12830 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
12831 files in a better way.
12832
e62b8c7e
KS
128332010-03-25 Keith Seitz <keiths@redhat.com>
12834
12835 * gdb.java/jprint.exp: XFAIL printing of static class members
12836 because of GCC debuginfo problem.
12837
82ccf5a5
JK
128382010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12839
12840 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
12841
293e2f9e
DJ
128422010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
12843
12844 * gdb.base/completion.exp: Allow long instead of long int.
12845 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
12846 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
12847 variable p.
12848 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
12849 * gdb.base/pointers.exp: Allow long instead of long int.
12850 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
12851 * gdb.base/step-line.exp: Allow a directory before the source file name.
12852
95a42b64
TT
128532010-03-24 Tom Tromey <tromey@redhat.com>
12854
12855 PR breakpoints/9352:
12856 * gdb.base/default.exp: Update.
12857 * gdb.base/commands.exp: Update.
12858 * gdb.cp/extern-c.exp: Test setting commands on multiple
12859 breakpoints at once.
12860
2390201f
DJ
128612010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
12862
12863 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
12864 if gdb,nosignals.
12865 * gdb.base/watchpoints.c: Do not include unnecessary headers.
12866 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
12867 exited".
12868
8c9a6790
SS
128692010-03-24 Stan Shebs <stan@codesourcery.com>
12870
12871 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
12872
a6c727b2
DJ
128732010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
12874
12875 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
12876 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
12877 argument. Handle "short" and "long".
12878 (Top level): Pass overprototyped output for old_fptr and xptr.
12879
4dfd5423
PA
128802010-03-23 Pedro Alves <pedro@codesourcery.com>
12881
12882 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
12883 format strings and add casts to avoid compiler warnings.
12884
128852010-03-23 Vladimir Prus <vladimir@codesourcery.com>
a7bdde9e
VP
12886
12887 * lib/trace-support.exp (gdb_trace_setactions):
12888 Don't expect whitespace after ">" prompt.
12889 * gdb.trace/actions.exp: Adjust for output changes.
12890 * gdb.trace/while-stepping.exp: Likewise.
12891
c847d045
JK
128922010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12893
12894 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
12895 and r157645).
12896
5f717f1d
JK
128972010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12898
12899 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
12900 New.
12901
7d6d51d5
DJ
129022010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
12903
12904 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
12905 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
12906
3b11a015
SS
129072010-03-19 Stan Shebs <stan@codesourcery.com>
12908
12909 * gdb.trace/ax.exp: New file.
12910
d7d158ed
DE
129112010-03-19 Doug Evans <dje@google.com>
12912
6bb85cd1
DE
12913 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
12914 output from gcc.
12915
d7d158ed
DE
12916 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
12917 named /usr/sbin/prelink<foo>.
12918
4daf5ac0
SS
129192010-03-18 Stan Shebs <stan@codesourcery.com>
12920
12921 * gdb.trace/circ.exp: Test circular-trace-buffer.
12922 * gdb.trace/tfile.exp: Update tstatus test.
12923
e8d05480
JB
129242010-03-18 Joel Brobecker <brobecker@adacore.com>
12925
12926 * gdb.dwarf2/dw2-anonymous-func.S: New file.
12927 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
12928
441b986a
UW
129292010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12930
12931 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
12932
4247603b
PA
129332010-03-18 Pedro Alves <pedro@codesourcery.com>
12934
12935 * gdb.base/default.exp: Adjust the expected output of the finish
12936 and until commands when the inferior is not being run.
12937
13387711
SW
129382010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
12939
12940 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
12941 * gdb.cp/nsusing.exp: Ditto.
12942
6e31430b
TT
129432010-03-15 Tom Tromey <tromey@redhat.com>
12944
12945 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
12946 * gdb.cp/userdef.cc (operator==): New function.
12947 (main): New locals mem1, mem2.
12948
e2d69cb5
JZ
129492010-03-15 Jie Zhang <jie@codesourcery.com>
12950
12951 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
12952 Declare and use new loadtimeout variable.
12953
f572f0a9
DJ
129542010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
12955
12956 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
12957 Use gdb_load later.
12958
51f4c0b0
PA
129592010-03-14 Pedro Alves <pedro@codesourcery.com>
12960
12961 * gdb.base/solib-disc.c (main): Make format of fprintf a string
12962 literal. Add missing endlines to prints to stderr.
12963
1c809c68
TT
129642010-03-12 Tom Tromey <tromey@redhat.com>
12965
12966 PR c++/9708:
12967 * gdb.cp/m-static.exp: Add regression test.
12968 * gdb.cp/m-static.cc (method): New method.
12969 (main): Call it.
12970
00ae8fef
SW
129712010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
12972
12973 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
12974 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
12975
759f0f0b
PA
129762010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
12977
21e24d21
PA
12978 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
12979
129802010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
12981
759f0f0b
PA
12982 * lib/gdb.exp (skip_stl_tests): New.
12983 (gdb_compile): Symbian needs -ldl.
12984 (shlib_target_file): New.
12985 (shlib_symbol_file): New.
12986 (gdb_load_shlibs): Use shlib_target_file.
12987 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
12988 * gdb.cp/exception.exp: Use skip_stl_tests.
12989 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
12990 * gdb.cp/try_catch.exp: Use skip_stl_tests.
12991 * gdb.cp/mb-templates.exp: Ditto.
12992 * gdb.base/commands.exp: Relax regexes.
12993 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
12994 shlib_target_file and shlib_symbol_file.
12995 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
12996 sections.
12997 * gdb.base/ending-run.exp: Accept E32Main for symbian.
12998 * gdb.base/solib-disc.exp: Use
12999 shlib_target_file and shlib_symbol_file.
13000 * gdb.base/unload.exp: Don't skip on symbian. Use
13001 shlib_target_file and shlib_symbol_file.
13002 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
13003
6a8f2671 130042010-03-12 Pedro Alves <pedro@codesourcery.com>
889bf7c5 13005
6a8f2671
PA
13006 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
13007 * gdb.trace/report.exp: Adjust for x86 and x86_64.
13008 Issue a tfind end before looking for a tracepoint frame.
13009 * gdb.trace/tfind.exp: Adjust tstatus output.
13010 Adjust disassembly output.
13011 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
13012
ccf26247
JK
130132010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13014
13015 * gdb.base/break-interp.exp: Create new displacement parameter value
13016 for the test_ld calls.
13017 (reach): New parameter displacement, verify its content. New push of
13018 pf_prefix "reach-$func:". Import global expect_out.
13019 (test_core): New parameter displacement, verify its content. New push
13020 of pf_prefix "core:". New command "set verbose on". Import global
13021 expect_out.
13022 (test_attach): New parameter displacement, verify its content. New
13023 push of pf_prefix "attach:". New command "set verbose on". Import
13024 global expect_out.
13025 (test_ld): New parameter displacement, pass it to the reach, test_core
13026 and test_attach calls and verify its content in the "ld.so exit" test.
13027 * gdb.base/prelink.exp: Remove gdb_exit and final return.
13028 (prelink): Update expected text, use gdb_test.
13029
e469c7fb
DE
130302010-03-10 Doug Evans <dje@google.com>
13031
13032 * gdb.base/checkpoint.exp: Fix comment.
13033 Lengthen timeout while doing >600 checkpoints test.
13034 Rename duplicate "kill all one" test to keep test names unique.
13035
60e1c644
PA
130362010-03-10 Pedro Alves <pedro@codesourcery.com>
13037
13038 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
13039
cec808ec
KS
130402010-03-08 Keith Seitz <keiths@redhat.com>
13041
889bf7c5
PA
13042 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
13043 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
13044 (dm_type_long): New function.
13045 (dm_type_unsigned_short): New function.
13046 (dm_type_unsigned_long): New function.
13047 (myint): New typedef.
13048 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
13049 long, unsigned shor and long, operator char*, and typedef.
13050 (test_lookup_operator_functions): Add operator char* test.
13051 (test_paddr_operator_functions): Likewise.
13052 (test_paddr_overloaded_functions): Use probe values for
13053 short, long, and unsigned short and long.
13054 (test_paddr_hairy_functions): If the demangler probe detected
13055 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
13056 demangler.
13057 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
13058 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
13059 and "print null_pmf".
13060 Add test "ptype a.*pmf".
13061 * gdb.cp/overload.exp: Allow optional "int" to appear with
13062 "short" and "long".
13063 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
13064 long expect value for men_overload1arg.
13065 Allow "int" to appear with "short" and "long".
13066 When testing "info break", add argument for main (void).
13067 Also allow "int" to appear with "short" and "long".
13068 Ditto with "unsigned" and "long long".
cec808ec
KS
13069 * gdb.java/jmain.exp: Do not enclose methods names in single
13070 quotes.
13071 * gdb.java/jmisc.exp: Likewise.
13072 * gdb.java/jprint.exp: Likewise.
13073 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
13074
13075 From Jan Kratochvil <jan.kratochvil@redhat.com>:
13076 * gdb.cp/exception.exp (backtrace after first throw)
13077 (backtrace after second throw): Allow a namespace before __cxa_throw.
13078 (backtrace after first catch, backtrace after second catch): Allow
13079 a namespace before __cxa_begin_catch.
13080
13081 * gdb.cp/cpexprs.exp: New file.
13082 * gdb.cp/cpexprs.cc: New file.
13083
13084 From Daniel Jacobowitz <dan@codesourcery.com>
13085 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
13086 to use string_to_regexp.
13087 (ctor, dtor): New functions. Use them to match constructor
13088 and destructor function types.
13089 (Top level): Use runto_main.
13090
f870a310
TT
130912010-03-05 Tom Tromey <tromey@redhat.com>
13092
13093 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
13094 gdb.target_charset.
13095 (pp_ns.to_string): Likewise.
13096
0c199f28
KS
130972010-03-04 Keith Seitz <keiths@redhat.com>
13098
13099 * gdb.cp/overload.exp: Test that the filename portion of a linespec
13100 can be quoted. Test that both the filename and function/line
13101 portions can be quoted at the same time.
13102
c7437ca6
PA
131032010-03-04 Pedro Alves <pedro@codesourcery.com>
13104
13105 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
13106
b111b805
DE
131072010-03-03 Doug Evans <dje@google.com>
13108
24486cb7
DE
13109 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
13110 libc contains libpthread.
13111
b111b805
DE
13112 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
13113 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
13114 of gdb_compile. Add another pattern to match android backtrace.
13115
a0e0ef55
TT
131162010-03-03 Tom Tromey <tromey@redhat.com>
13117
13118 PR gdb/11345:
13119 * gdb.base/printcmds.exp (test_printf): Add test.
13120
1ba53b71
L
131212010-03-02 H.J. Lu <hongjiu.lu@intel.com>
13122
13123 * gdb.arch/amd64-byte.exp: New.
13124 * gdb.arch/amd64-dword.exp: Likewise.
13125 * gdb.arch/amd64-pseudo.c: Likewise.
13126 * gdb.arch/amd64-word.exp: Likewise.
13127 * gdb.arch/i386-byte.exp: Likewise.
13128 * gdb.arch/i386-pseudo.c: Likewise.
13129 * gdb.arch/i386-word.exp: Likewise.
13130
f5dff777
DJ
131312010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
13132
13133 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
13134 types. Add structreg, bitfields, and flags registers.
13135 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
13136 registers.
13137
90884b2b
L
131382010-03-01 H.J. Lu <hongjiu.lu@intel.com>
13139
13140 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
13141 (load_description): Set architecture if defined.
13142
dc00d89f
PM
131432010-02-28 Phil Muldoon <pmuldoon@redhat.com>
13144
13145 * gdb.python/py-frame.exp: Add read_var block tests.
13146 * gdb.python/py-frame.c (block): New function.
13147
0e095b7e
JK
131482010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13149 Daniel Jacobowitz <dan@codesourcery.com>
13150
13151 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
13152
624f1a65
DM
131532010-02-25 David S. Miller <davem@davemloft.net>
13154
13155 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
13156 fix logic for setting all_syscalls_numbers.
13157
f3e9a817
PM
131582010-02-24 Phil Muldoon <pmuldoon@redhat.com>
13159
13160 * Makefile.in: Add py-block and py-symbol.
13161 * gdb.python/py-symbol.exp: New File.
13162 * gdb.python/py-symtab.exp: New File.
13163 * gdb.python/py-block.exp: New File.
13164 * gdb.python/py-symbol.c: New File.
13165 * gdb.python/py-block.c: New File.
13166
f6bbabf0
PM
131672010-02-24 Phil Muldoon <pmuldoon@redhat.com>
13168
13169 PR python/11314
13170 * lib/gdb.exp (skip_python_tests): New function.
13171 * gdb.python/py-cmd.exp: Use skip_python_tests.
13172 * gdb.python/py-frame.exp: Likewise.
13173 * gdb.python/py-function.exp: Likewise.
13174 * gdb.python/py-prettyprint.exp: Likewise.
13175 * gdb.python/py-template.exp: Likewise.
13176 * gdb.python/py-type.exp: Likewise.
13177 * gdb.python/py-value.exp: Likewise.
13178
85d721b8
PA
131792010-02-22 Pedro Alves <pedro@codesourcery.com>
13180
13181 PR9605
13182
13183 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
13184
48e32051
TT
131852010-02-19 Tom Tromey <tromey@redhat.com>
13186
13187 PR c++/8693, PR c++/9496:
13188 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
13189 regression tests.
13190
ac9c0048
JK
131912010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13192
13193 Fix compatibility with m68k as.
13194 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
13195 Use only /* comments */.
13196
57bb97a4
UW
131972010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13198
13199 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
13200 * configure: Regenerate.
13201
7d1bf85c
DJ
132022010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
13203
13204 * gdb.python/py-type.exp: Check for Python support.
13205
061b5285
PA
132062010-02-17 Pedro Alves <pedro@codesourcery.com>
13207
13208 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
13209 `regsub' syntax available.
13210
f8a8bc2c
PA
132112010-02-17 Pedro Alves <pedro@codesourcery.com>
13212
13213 * gdb.base/shmain.c (main): Remove printf call.
13214 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
13215 * gdb.base/unload.c (main): Make format of fprintf a string
13216 literal. Add missing endlines to prints to stderr.
13217 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
13218
6f451e5e
TT
132192010-02-17 Tom Tromey <tromey@redhat.com>
13220
13221 * gdb.java/jprint.java (jprint.props): New field.
13222 * gdb.java/jprint.exp (set_lang_java): Add regression test.
13223
12d79008
PA
132242010-02-17 Pedro Alves <pedro@codesourcery.com>
13225
ef801a0e 13226 * gdb.base/charset.exp: Don't assume new `regsub' syntax
12d79008
PA
13227 available.
13228
d252f7e5
DJ
132292010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13230
13231 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
13232 creation to support remote host testing.
13233
67bdab6c
DJ
132342010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13235
13236 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
13237 Recognize "command not found".
13238
bb391223
DJ
132392010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13240
13241 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
13242 single-stepping.
13243
70362913
DJ
132442010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13245
13246 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
13247 if arguments are not supported.
13248
493f3c00
DJ
132492010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13250
13251 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
13252 be const or non-const.
13253
8034c749
DJ
132542010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13255
13256 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
13257 mi_send_resuming_command to send -exec-continue.
13258
791dfb64
DJ
132592010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13260
13261 * gdb.base/list.exp (test_list_filename_and_function): Add test
13262 with single quotes.
13263 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
13264 matching.
13265 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
13266 Add KFAIL'd tests for PR gdb/11289.
13267
7c5fe868
DJ
132682010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13269
13270 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
13271
fdc498b8
DJ
132722010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13273
13274 * gdb.base/comp-dir/subdir/dummy.txt: New file.
13275 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
13276 a temporary directory.
13277
b519e2a6
DJ
132782010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13279
13280 * gdb.base/charset.exp: Use a single regular expression to match
13281 show host-charset and show target-charset output.
13282
74164c56
JK
132832010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13284
13285 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
13286 "Illegal process-id" expect string more exact.
13287 (attach to digits-starting nonsense is prohibited): New.
13288
701ed6dc
JK
132892010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13290
13291 * gdb.base/prelink.exp (set verbose on): New.
13292
889bf7c5 132932010-02-12 Tomas Holmberg <th@virtutech.com>
fa19b4e5
MS
13294
13295 * mi-reverse.exp: New file. Test for reverse option to the
13296 following MI commands: exec-continue, exec-finish, exec-next,
13297 exec-step, exec-next-instruction, exec-step-instruction.
889bf7c5 13298
dadf0e9c
JB
132992010-02-09 Joel Brobecker <brobecker@adacore.com>
13300
13301 * gdb.ada/ptype_tagged_param: New testcase.
13302
714f19d5
TT
133032010-02-08 Tom Tromey <tromey@redhat.com>
13304
13305 PR c++/8017:
13306 * gdb.cp/overload.exp: Add tests.
13307 * gdb.cp/overload.cc (struct K): New.
13308 (namespace N): New.
13309 (main): Call new functions.
13310 (K::staticoverload): Define.
13311
889bf7c5 133122010-02-08 Chris Moller <moller@mollerware.com>
83b10087
CM
13313
13314 PR gdb/10728
13315 * gdb.cp/pr10728-x.h: New file.
13316 * gdb.cp/pr10728-x.cc: New file.
13317 * gdb.cp/pr10728-y.cc: New file.
13318 * gdb.cp/pr10728.exp: New file.
13319 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
13320
889bf7c5 133212010-02-08 Chris Moller <moller@mollerware.com>
99903ae3
CM
13322
13323 PR gdb/9067
13324 * gdb.cp/pr9067.exp: New
13325 * gdb.cp/pr9067.cc: New
13326 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
13327
7b356089
JB
133282010-02-08 Joel Brobecker <brobecker@adacore.com>
13329
13330 * lib/gdb.exp (gdb_test_timeout): New global variable.
13331 Set it to timeout if not already set.
13332 (gdb_init): Reset the value of timeout to gdb_test_timeout.
13333
1be00882
DE
133342010-02-05 Doug Evans <dje@google.com>
13335
13336 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
13337 user.
13338
82856980
SW
133392010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
13340
13341 PR c++/7935:
13342 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
13343
1a334831
TT
133442010-02-04 Tom Tromey <tromey@redhat.com>
13345
13346 * gdb.cp/virtbase.exp: Make test case names unique.
13347
9c3c02fd
TT
133482010-02-02 Tom Tromey <tromey@redhat.com>
13349
13350 * gdb.cp/virtbase.exp: Add regression tests.
13351 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
13352 (main): Instantiate RHC.
13353
0cc2414c
TT
133542010-02-02 Tom Tromey <tromey@redhat.com>
13355
13356 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
13357 type-printing change.
13358
edf3d5f3
TT
133592010-02-02 Tom Tromey <tromey@redhat.com>
13360
13361 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
13362 * gdb.cp/virtbase.cc: New file.
13363 * gdb.cp/virtbase.exp: New file.
13364 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
13365
e4b7f41c
JK
133662010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13367
13368 PR libc/11214:
13369 * gdb.threads/current-lwp-dead.c: Include features.h.
13370 (HAS_NOMMU): New.
13371 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
13372
b381ea14
JK
133732010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13374
13375 * gdb.base/symbol-without-target_section.exp,
13376 gdb.base/symbol-without-target_section.c: New.
13377
c593ac0e
DJ
133782010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
13379
13380 * gdb.base/bigcore.exp: Reset increased timeout.
13381 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
13382
db25f29d
DJ
133832010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
13384
13385 * gdb.base/gcore.exp (capture_command_output): Use
13386 gdb_test_multiple.
13387
f9d67f43
DJ
133882010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
13389
13390 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
13391 * gdb.arch/thumb2-it.exp (test_it_break): New function.
13392 (Top level): Call it.
13393
177321bd
DJ
133942010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
13395
13396 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
13397
97f2ed50
DJ
133982010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
13399
13400 * gdb.base/call-strs.exp, gdb.base/default.exp,
13401 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
13402 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
13403 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
13404 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
13405 gdb.base/watchpoint-solib.exp: Save and restore timeout.
13406 * gdb.base/ending-run.exp: Correct restore of timeout.
13407 * gdb.base/page.exp: Remove unnecessary timeout setting.
13408
e4e2711a
JB
134092010-01-29 Joel Brobecker <brobecker@adacore.com>
13410
13411 * gdb.ada/rec_return: New testcase.
13412
ba581dc1
JB
134132010-01-29 Joel Brobecker <brobecker@adacore.com>
13414
13415 * gdb.ada/call_pn: New testcase.
13416
4ea95be9
DJ
134172010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
13418
13419 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
13420 (Top level): Use it to resume.
13421 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
13422 the Thumb mode displaced stepping error as unsupported.
13423
df83a9bf
SW
134242010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
13425
889bf7c5
PA
13426 * gdb.cp/nsusing.exp: Added more tests.
13427 * gdb.cp/nsrecurs.exp: Ditto.
13428 * gdb.cp/nsusing.cc: Added test functions.
13429 * gdb.cp/nsrecurs.cc: Ditto.
df83a9bf 13430
40b27cdc
JK
134312010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13432
13433 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
13434 absolute directory pathnames in gdb.sum file.
13435
de958931
SW
134362010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
13437
13438 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
13439 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
13440
708ead4e
TT
134412010-01-26 Tom Tromey <tromey@redhat.com>
13442
13443 PR exp/7643:
13444 * gdb.base/printcmds.exp (test_print_string_constants): Remove
13445 setup_kfail.
13446
b14e635e
SW
134472010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
13448
13449 * gdb.cp/nsrecurs.exp: New test.
13450 * gdb.cp/nsrecurs.cc: New test program.
13451 * gdb.cp/nsstress.exp: New test.
13452 * gdb.cp/nsstress.cc: New test program.
13453 * gdb.cp/nsdecl.exp: New test.
13454 * gdb.cp/nsdecl.cc: New test program.
13455
8540c487
SW
134562010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
13457
13458 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
13459 imported into file scope.
13460 Marked test as xfail.
13461 * gdb.cp/namespace-using.cc (marker5): New function.
13462 * gdb.cp/shadow.exp: New test.
13463 * gdb.cp/shadow.cc: New test program.
13464 * gdb.cp/nsimport.exp: New test.
13465 * gdb.cp/nsimport.cc: New test program.
13466
421d5d99
TT
134672010-01-25 Tom Tromey <tromey@redhat.com>
13468
13469 PR gdb/11049:
13470 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
13471 with "set print null-stop on".
13472
691f8dc1
JK
134732010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13474
13475 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
13476 Adjust it for DISASSEMBLY_OMIT_FNAME.
13477
0b92b5bb
TT
134782010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13479
13480 PR symtab/11199:
13481 * gdb.dwarf2/member-ptr-forwardref.exp,
13482 gdb.dwarf2/member-ptr-forwardref.S: New.
13483
23787403
JK
134842010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13485
13486 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
13487 (thread1_func): Protect thread1_tid with thread1_tid_cond by
13488 thread1_tid_mutex. Remove gdbstop_mutex handling.
13489 (thread2_func): Protect thread2_tid with thread2_tid_cond by
13490 thread2_tid_mutex. Remove gdbstop_mutex handling.
13491 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
13492 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
13493 pthread_cond_wait conditionalizations by while loops.
13494
b966cb8a
TT
134952010-01-20 Tom Tromey <tromey@redhat.com>
13496
13497 PR backtrace/10770:
13498 * gdb.dwarf2/pr10770.exp: New file.
13499 * gdb.dwarf2/pr10770.c: New file.
13500 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
13501
fcae584b
VP
135022010-01-20 Vladimir Prus <vladimir@codesourcery.com>
13503
13504 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
13505 that target was removed, and the test always runs native anyway.
13506
a0f49112
JK
135072010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13508
13509 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
13510 gdb.base/watchpoint-cond-gone-stripped.c: New.
13511
ceeb3d5a
TT
135122010-01-19 Tom Tromey <tromey@redhat.com>
13513
13514 PR c++/8000:
13515 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
13516 existing tests.
13517 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
13518 (main): Use AAA::SomeEnum.
13519
dd322c54
JK
135202010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13521
13522 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
13523 (test_ignore_count): Declare line_callme_body global.
13524 (run to breakpoint with ignore count): Use line_callme_body.
13525 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
13526 (set line_main_hello, set line_main_return): Reindent.
13527 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
13528 New.
13529 (continue to callee4): Use line_callee4_body.
13530 (check *stopped from CLI command): Use line_callee4_next.
13531 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
13532 (set line_main_hello, set line_main_return): Reindent.
13533 (set line_callee4_head, set line_callee4_body): New.
13534 (continue to callee4): Use line_callee4_body.
13535
4e8f195d
TT
135362010-01-18 Tom Tromey <tromey@redhat.com>
13537
13538 PR c++/9680:
13539 * gdb.cp/casts.cc: Add new classes and variables.
13540 * gdb.cp/casts.exp: Test new operators.
13541
9e14a9ba
JB
135422010-01-18 Tom Tromey <tromey@redhat.com>
13543 Thiago Jung Bauermann <bauerman@br.ibm.com>
13544
13545 * gdb.python/source2.py: New file.
13546 * gdb.python/source1: New file.
13547 * gdb.python/python.exp: Test "source" command.
13548
00bf0b85
SS
135492010-01-15 Stan Shebs <stan@codesourcery.com>
13550
13551 * gdb.trace/tfile.c: New file.
13552 * gdb.trace/tfile.exp: New file.
889bf7c5 13553
55235ad7
JK
135542010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13555
13556 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
13557
9f2982ff
JK
135582010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13559
13560 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
13561
bbfba9ed
JK
135622010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13563
13564 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
13565 (libfunc): New parameter action. Implement also selectable "sleep".
13566 * gdb.base/break-interp-main.c: Include assert.h.
13567 (libfunc): New parameter action.
13568 (main): New parameters argc and argv. Assert argc. Pass argv.
13569 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
13570 (test_attach): New proc.
13571 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
13572 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
13573
61f0d762
JK
135742010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13575
13576 * gdb.base/break-interp.exp (test_core): New proc.
13577 (test_ld): Call it.
13578
06a6f270
JK
135792010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13580
13581 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
13582 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
13583 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
13584 and gdb_compile_shlib. Use new -Wl compiler options.
13585 (dl bt, main bt): New tests.
13586
51bee8e9
JK
135872010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13588
13589 Support PIEs with no symfile_objfile.
13590 * gdb.base/break-interp.exp: New argument at the test_ld calls.
13591 (test_ld): New parameter trynosym.
13592 (test_ld <$trynosym>): New block.
13593
b8040f19
JK
135942010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13595
13596 * gdb.base/break-interp.exp: New file.
13597
be759fcf
PM
135982010-01-13 Phil Muldoon <pmuldoon@redhat.com>
13599
13600 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
13601 * gdb.python/py-prettyprint.py (pp_ls): New printer.
13602 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
13603 test.
13604 * gdb.python/py-prettyprint.c: Define lazystring test structure.
13605 * gdb.python/py-mi.exp: Add lazy string test.
13606
dc146f7c
VP
136072010-01-13 Vladimir Prus <vladimir@codesourcery.com>
13608
13609 * lib/mi-support.exp (mi_check_thread_states): Handle
13610 core number in thread listing.
13611
b4ba55a1
JB
136122010-01-12 Joel Brobecker <brobecker@adacore.com>
13613
13614 * gdb.base/maint.exp: Adjust the expected output for the
13615 "maint print type" test. Use gdb_test_multiple instead of
13616 gdb_sent/gdb_expect.
13617
08e24bd4
DE
136182010-01-11 Doug Evans <dje@google.com>
13619
6496a609
DE
13620 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
13621 from gdbserver_download. All callers updated.
13622
08e24bd4
DE
13623 * gdb.server/ext-run.exp: "info os processes" requires xml support.
13624
b5cfddf5
JK
136252010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13626
13627 Implement binary numbers parsing.
13628 * gdb.base/printcmds.exp (test_integer_literals_accepted)
13629 (test_integer_literals_rejected): New binary tests.
13630
3725885a
RW
136312010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
13632
13633 * gdb.cell/configure: Regenerate.
13634
37aeb5df
JK
136352010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
13636
13637 * gdb.base/corefile.exp: Move the core finding block out and call it as
13638 core_find, new variable $corefile, replace corefile by $corefile and
13639 [file tail $corefile] for usage vs. test names resp.
13640 * lib/gdb.exp (core_find): Move it as a new function here. New
13641 parameter binfile and deletefiles. New variable $destcore. Pre-delete
13642 $destcore. Return "" on error.
13643
d521f563
JK
136442010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13645
13646 Workaround PR binutils/10802.
13647 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
13648 (twice).
13649
28f24826
DJ
136502010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
13651
13652 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
13653
2de75e71
JB
136542010-01-08 Joel Brobecker <brobecker@adacore.com>
13655
13656 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
13657 call, to avoid interruption.
13658
fe00719b 136592010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
d24d8548
JK
13660
13661 * gdb.stabs/weird.def (args93): New.
13662
d0ef5df8
DE
136632010-01-07 Doug Evans <dje@google.com>
13664
13665 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
13666
3a08d52f
TT
136672010-01-07 Tom Tromey <tromey@redhat.com>
13668
13669 * gdb.base/source.exp: Use correct line number.
13670
7a697b8d
SS
136712010-01-05 Stan Shebs <stan@codesourcery.com>
13672
13673 * gdb.trace/tracecmd.exp: Test ftrace.
13674
7803799a
UW
136752010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13676
13677 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
13678
c54eabfa
JK
136792010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13680
13681 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
13682 "uint_for_mi_testing".
13683
02e7ef19
JB
136842010-01-01 Joel Brobecker <brobecker@adacore.com>
13685
13686 Test indented comment in file being sourced.
13687 * gdb.base/commands.exp: Test indented comment in file being sourced.
13688
abd775ce
JB
136892010-01-01 Joel Brobecker <brobecker@adacore.com>
13690
13691 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
13692 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
13693 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
13694 notice.
13695
79b55b82
JB
136962010-01-01 Joel Brobecker <brobecker@adacore.com>
13697
13698 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
13699 notice.
13700
8997583e
JK
137012010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13702
13703 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
13704 missing $after_stopped and comma (,) expectation.
13705
6da95a67
SS
137062009-12-31 Stan Shebs <stan@codesourcery.com>
13707
13708 * gdb.trace/actions.exp: Test teval action.
889bf7c5 13709
218d2fc6
TJB
137102009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
13711
13712 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
13713 (top level): Call test_watchpoint_in_big_blob.
13714 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
13715 watchpoints.
13716 (func3): Write to buf.
13717
236f1d4d
SS
137182009-12-29 Stan Shebs <stan@codesourcery.com>
13719
13720 * gdb.trace/actions.exp: Test default-collect.
889bf7c5 13721
f61e138d
SS
137222009-12-28 Stan Shebs <stan@codesourcery.com>
13723
13724 * gdb.trace/tsv.exp: New file.
13725 * gdb.base/completion.exp: Update ambiguous info output.
889bf7c5 13726
0219b378
DJ
137272009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
13728
13729 * gdb.base/find.c (main): Reference search buffers.
13730 * gdb.base/included.c (main): Reference integer.
13731 * gdb.base/ptype.c (charfoo): Declare.
13732 (intfoo): Call charfoo.
13733 * gdb.base/scope0.c (useitp): New function.
13734 (usestatics): Use useitp.
13735 (useit): Add a type for val.
13736 * gdb.base/scope1.c (useit1): Take a pointer argument.
13737 (usestatics1): Update calls to useit1.
13738 * gdb.cp/call-c.cc: Declare foo.
13739 (main): Call foo.
13740 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
13741 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
13742 (main): Call C::ensureRefs and ensureOtherRefs.
13743 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
13744 variables.
13745 (ensureOtherRefs): New function.
13746 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
13747 * gdb.cp/templates.cc (main): Call t5i.value.
13748
3f78692f
JK
137492009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13750
13751 Fix compatibility with G++-4.5.
13752 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
13753 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
13754 (uncaught return): Remove.
13755
429374b8
JK
137562009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13757 Phil Muldoon <pmuldoon@redhat.com>
13758
13759 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
13760 (bp_location13, bp_location14, bp_location17, bp_location18)
13761 (marker3_proto, marker4_proto): New variables.
13762 (breakpoint info): Update output.
13763 (run until breakpoint at marker3, run until breakpoint at marker4): New
13764 tests.
13765
859825b8
JK
137662009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13767
13768 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
13769 Replace the printf call of Y by provided "y-set-1" label. New block
13770 for the second shared library.
13771 * gdb.base/unload.exp: Compile also the second library, call
13772 gdb_load_shlibs also for it. Use now gdb_breakpoint.
13773 (single pending breakpoint info): Rename to ...
13774 (pending breakpoint info before run): ... this extended test.
13775 (libfile2, libname2, libsrcfile2, libsrc2)
13776 (lib_sl2): New variables.
13777 (exec_opts): Set also SHLIB_NAME2.
13778 (pending breakpoint info on first run at shrfunc1)
13779 (pending breakpoint info on second run at shrfunc1)
13780 (pending breakpoint info on second run at shrfunc2)
13781 (print y from libfile, print y from libfile2): New tests.
13782 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
13783 * gdb.base/unloadshr2.c: New.
13784
e6a386cd
HZ
137852009-12-22 Hui Zhu <teawater@gmail.com>
13786
13787 * gdb.reverse/sigall-reverse.exp: Adjust.
13788
9e19b45e
VP
137892009-12-21 Vladimir Prus <vladimir@codesourcery.com>
13790
13791 PR gdb/10884
13792
13793 * gdb.mi/var-cmd.c (do_bitfield_tests): New
13794 (main): Call do_bitfield_tests.
aacf5b1e 13795 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
9e19b45e 13796
d53a7b30
JB
137972009-12-20 Joel Brobecker <brobecker@adacore.com>
13798
13799 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
13800 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
13801 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
13802 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
13803 gdb.modula2/unbounded1.c: Update copyright header.
13804
191ca0a1
CM
138052009-12-10 Chris Moller <moller@mollerware.com>
13806
13807 PR gdb/9399
13808 * gdb.cp/virtfunc2.exp: New tests
13809 * gdb.cp/virtfunc2.cc: New tests
13810 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
13811
0fa6cf1b
MS
138122009-12-10 Oza Pawandeep (paawan1982@yahoo.com
13813
13814 * gdb.reverse/i387-env-reverse.c: New file.
13815 * gdb.reverse/i387-env-reverse.exp: New file.
13816 * gdb.reverse/i387-stack-reverse.c: New file.
13817 * gdb.reverse/i387-stack-reverse.exp: New file.
13818
361ae042
PM
138192009-12-08 Phil Muldoon <pmuldoon@redhat.com>
13820
13821 * gdb.python/py-type.exp (test_range): New test.
13822
bfd31e71
PM
138232009-12-03 Phil Muldoon <pmuldoon@redhat.com>
13824
13825 PR python/10805
13826
13827 * gdb.python/py-type.exp: New file.
13828 * gdb.python/py-type.c: New file.
13829 * Makefile.in: Add py-type.
13830
57a1d736
TT
138312009-12-03 Tom Tromey <tromey@redhat.com>
13832
13833 * gdb.python/py-value.exp (test_parse_and_eval): New
13834 function.
13835
1f3b5d1b
PP
138362009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
13837
13838 PR gdb/11022
13839
13840 * gdb.base/pr11022.exp: New test.
889bf7c5
PA
13841 * gdb.base/pr11022.c: New test.
13842
8b7dbdc9
JK
138432009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13844
13845 Fix spurious false FAILs.
13846 * gdb.base/structs.c (chartest): New.
13847 (main): Fill-in chartest.
13848 * gdb.base/structs.exp (anychar_re, first): New.
13849 (start_structs_test): Import global anychar_re and first.
13850 New gdb_test call "set print elements 300; ${testfile}"
13851 (start_structs_test <$first>): New block.
13852 (any): Import global anychar_re. New variable ac. Use ${ac}.
13853
6a53b2ec
JK
138542009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13855
13856 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
13857
d7167b4c
JK
138582009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13859
13860 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
13861 Force $srcfile file.
13862 * gdb.base/foll-fork.c (callee): Comment out the printf call.
13863
b1798462
UW
138642009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13865
13866 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
13867 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
13868 * gdb.threads/watchthreads-reorder.exp: Likewise.
13869
b6199126
DJ
138702009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
13871
13872 PR gdb/8704
13873
13874 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
13875 "if", and "thread". Correct matching in the previous test.
13876
b22a0510
DJ
138772009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
13878
13879 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
13880
930636d2
MS
138812009-11-23 Michael Snyder <msnyder@vmware.com>
13882
13883 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
13884 * gdb.reverse-watch-precsave.exp: Ditto.
13885
21a0512e
PP
138862009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
13887
13888 * gdb.asm/asm-source.exp: Adjust.
13889 * gdb.base/help.exp: Adjust.
889bf7c5 13890
fc30d5e0
PA
138912009-11-22 Pedro Alves <pedro@codesourcery.com>
13892
13893 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
13894 (do_syscall_tests_without_xml): Set data-directory to
13895 /the/path/to/nowhere.
13896
f6bc2008
PA
138972009-11-21 Pedro Alves <pedro@codesourcery.com>
13898
13899 * gdb.threads/local-watch-wrong-thread.c,
13900 gdb.threads/local-watch-wrong-thread.exp: New files.
13901
8c2fb5de
PA
139022009-11-21 Pedro Alves <pedro@codesourcery.com>
13903
13904 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
13905 assume new `regsub' syntax available.
13906
ebec9a0f
PA
139072009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13908
a79d3c27
JK
13909 * gdb.base/watchpoint-hw-hit-once.exp,
13910 gdb.base/watchpoint-hw-hit-once.c: New.
13911
139122009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13913
13914 * gdb.threads/watchthreads-reorder.exp,
13915 gdb.threads/watchthreads-reorder.c: New.
ebec9a0f 13916
276a961b
MK
139172009-11-17 Nathan Sidwell <nathan@codesourcery.com>
13918
13919 * gdb.xml/tdesc-regs.exp: Use for m68k.
13920
4867c1fb
PA
139212009-11-15 Pedro Alves <pedro@codesourcery.com>
13922
13923 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
13924
f6838f81
DJ
139252009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
13926
13927 * lib/gdb.exp (current_target_name): New procedure.
13928 (gdb_wrapper_target): New variable.
13929 (gdb_wrapper_init): Set gdb_wrapper_target.
13930 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
13931 wrapper.
13932
4ac4dd3f
DJ
139332009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
13934
13935 * gdb.base/remote.exp: Delete the slowest load test.
13936 Do not load with fixed packet sizes.
13937
a7881759
DJ
139382009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
13939
13940 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
13941
97a5b505
DJ
139422009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
13943
13944 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
13945 srcfile when setting a breakpoint.
13946
d3e1fc54
DJ
139472009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
13948
13949 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
13950 macros.
13951
7cbcbded
DJ
139522009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
13953
13954 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
13955 to be in memory.
13956 * gdb.base/display.c (force_mem): New.
13957 (do_loops): Use it. Add breakpoint comments.
13958 (do_vars): Add a breakpoint comment.
13959 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
13960 line numbers.
13961
bdea3a92
NF
139622009-11-13 Nathan Froyd <froydnj@codesourcery.com>
13963
13964 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
13965 instead of a bare "run".
13966
269f82e5
PP
139672009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
13968
13969 * gdb.python/py-prettyprint.exp: Adjust.
889bf7c5 13970
a69b7d9d
DJ
139712009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13972
13973 * lib/cell.exp (skip_cell_tests): Clean up test files before
13974 returning.
13975
b598bfda
DJ
139762009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13977
13978 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
13979 and the breakpoint menu. Do not call perror if a prompt is seen.
13980 Consume the following GDB prompt.
13981 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
13982 * gdb.cp/namespace.exp: Use gdb_test.
13983 * gdb.cp/templates.exp: Use gdb_test.
13984 (test_template_breakpoints): Use gdb_test_multiple.
13985
87728fa0
DJ
139862009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13987
13988 * gdb.base/break1.c (struct some_struct, values): Move earlier.
13989 (marker4): Reference values.
13990
b67c692f
DJ
139912009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13992
13993 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
13994 is missing.
13995
f0df251a
DJ
139962009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13997
13998 * gdb.base/break.c (need_malloc): New.
13999 * gdb.base/constvars.c (main): Reference crass and crisp.
14000 * gdb.base/gdb1821.c (main): Reference bar.
14001 * gdb.cp/gdb1355.cc (main): Reference s1.
14002 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
14003 (main): Call them.
14004 * gdb.cp/hang2.cc (dummy2): Define.
14005 * gdb.cp/hang3.cc (dummy3): Define.
14006 * gdb.cp/m-data.cc (main): Reference shadow.
14007
bdf7534a
NF
140082009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14009 Nathan Froyd <froydnj@codesourcery.com>
14010
14011 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
14012 remote host.
14013
f24fce77
NF
140142009-11-12 Nathan Froyd <froydnj@codesourcery.com>
14015
14016 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
14017 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
14018 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14019 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14020 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14021 * gdb.dwarf2/dw2-producer.exp: Likewise.
14022 * gdb.dwarf2/mac-fileno.exp: Likewise.
14023 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
14024 py-prettyprint.py to the remote host.
14025 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
14026
40f0318e
KS
140272009-11-11 Keith Seitz <keiths@redhat.com>
14028
14029 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
14030 use it instead of "Foo".
14031 * gdb.cp/classes.exp (do_tests): Add a test to access
14032 a method through a typedef'd class name.
14033
f3d9f7fb
NF
140342009-11-11 Nathan Froyd <froydnj@codesourcery.com>
14035
14036 * gdb.base/long_long.exp: Permit leading zeros on floating-point
14037 exponents.
14038 * gdb.base/pointers.exp: Likewise.
14039 * gdb.cp/ref-types.exp: Likewise.
14040
a4216f37
KS
140412009-11-11 Keith Seitz <keiths@redhat.com>
14042
14043 * gdb.cp/cplusfuncs.cc (class foo): Add operators
14044 new[] and delete[].
14045 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
14046 "void".
14047 (probe_demangler): Remove all single-quoting of
14048 method and variable names.
14049 (info_func_regexp): Remove the word "void" from any
14050 occurrence of "(void)".
14051 (print_addr_2): Remove all single-quoting of
14052 method names.
14053 (print_addr_2_kfail): Likewise.
14054 (print_addr): Single-quote C function names before
14055 passing to print_addr_2.
14056 (test_paddr_operator_functions): Remove single-quoting
14057 for method names.
14058 Add tests for operator new[] and operator delete[].
14059
9b14d7aa
JK
140602009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14061
14062 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
14063
85feb311
KS
140642009-11-09 Keith Seitz <keiths@redhat.com>
14065
14066 * gdb.cp/overload.exp: Add tests for resolving overloaded
14067 methods in expression parsing/evaluation.
14068
fa335448
DJ
140692009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
14070
14071 * lib/gdb.exp (default_gdb_version): Use --version instead of
14072 --command.
14073
ec3c07fc
NS
140742009-11-10 Nathan Sidwell <nathan@codesourcery.com>
14075
14076 * lib/gdb.exp (gdb_compile_test): New.
14077 (skip_ada_tests, skip_java_tests): New.
14078 (gdb_compile): Use gdb_compile_test for f77.
14079 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
14080 * lib/java.exp (compile_java_from_source): Remove runtests check,
14081 use gdb_compile_test to record result.
14082 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
14083 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
14084 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
14085 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
14086 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
14087 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
14088 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
14089 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
14090 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
14091 adjust gdb_compile invocations.
14092
b8b4e42b
JK
140932009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
14094
14095 * Makefile.in (abs_builddir): New.
14096 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
14097 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
14098 `$(abs_builddir)/site.exp'.
14099
f8b7eaf3
DJ
141002009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
14101
14102 * config/m68k-emc.exp, lib/emc-support.exp,
14103 gdb.trace/gdb_c_test.c: Delete.
14104 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
14105 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
14106 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
14107 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
14108 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
14109 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
14110 casing for m68k-*-elf.
14111
c4187697
NS
141122009-11-03 Pedro Alves <pedro@codesourcery.com>
14113
14114 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
14115 * gdb.arch/i386-prologue.exp: Likewise.
14116 * gdb.arch/i386-unwind.exp: Likewise.
14117
db16b772
DJ
141182009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
14119
14120 * lib/gdb.exp (gdb_expect): Fix timeout typo.
14121
bcf71277
DJ
141222009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
14123
14124 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
14125
0105cee2
DJ
141262009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
14127
14128 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
14129
24ddea62
JK
141302009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
14131
14132 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
14133
287ccc17
JK
141342009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
14135
14136 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
14137 * gdb.base/sepdebug2.c: New file.
14138
08bca259 141392009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
bccd0dd2
SDJ
14140
14141 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
14142 the modified warnings for catch syscall. Verify if GDB was compiled
14143 with support for lib expat, and choose which tests to run depending
14144 on this.
14145
5d4e2b76
VP
141462009-10-30 Vladimir Prus <vladimir@codesourcery.com>
14147
14148 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
14149 that composite commands are parsed OK. And also test
14150 that breakpoint commands do work.
14151
240e538a
MS
141522009-10-23 Michael Snyder <msnyder@vmware.com>
14153
14154 gdb.reverse/consecutive-precsave.exp: Change expect pattern
14155 to allow for new disassembly style.
14156
9c419145
PP
141572009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
14158
14159 * gdb.asm/asm-source.exp: Adjust.
889bf7c5 14160
02506ff1
MS
141612009-10-22 Michael Snyder <msnyder@vmware.com>
14162
14163 * gdb.reverse/break-precsave.exp: New test.
14164 * gdb.reverse/consecutive-precsave.exp: Ditto.
14165 * gdb.reverse/finish-precsave.exp: Ditto.
14166 * gdb.reverse/i386-precsave.exp: Ditto.
14167 * gdb.reverse/machinestate-precsave.exp: Ditto.
14168 * gdb.reverse/sigall-precsave.exp: Ditto.
14169 * gdb.reverse/solilb-precsave.exp: Ditto.
14170 * gdb.reverse/step-precsave.exp: Ditto.
14171 * gdb.reverse/until-precsave.exp: Ditto.
14172 * gdb.reverse/watch-precsave.exp: Ditto.
14173
4cf866a3
MS
141742009-10-22 Michael Snyder <msnyder@vmware.com>
14175
14176 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
14177 for gdb_expect. Adjust one test's expect strings for the new
14178 format of disassemble.
14179 * gdb.reverse/finish-reverse.exp: Delete 'return'.
14180 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
14181 gdb_test_multiple.
14182 * gdb.reverse/step-reverse.exp: Delete 'return'.
14183 * gdb.reverse/until-reverse.exp: Delete blank lines.
14184 * gdb.reverse/watch-reverse.exp: Delete blank lines.
14185
2b28d209
PP
141862009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
14187
14188 * gdb.base/consecutive.exp: Adjust.
14189 * gdb.base/display.exp: Likewise.
14190 * gdb.base/pc-fp.exp: Likewise.
14191 * gdb.base/sigbpt.exp: Likewise.
889bf7c5 14192
33b9c32b
MS
141932009-10-19 Michael Snyder <msnyder@vmware.com>
14194
14195 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
14196 * gdb.reverse/finish-reverse.c: Ditto.
14197 * gdb.reverse/sigall-reverse.c: Ditto.
14198 * gdb.reverse/solib-reverse.c: Ditto.
14199 * gdb.reverse/step-reverse.c: Ditto.
14200 * gdb.reverse/watch-reverse.c: Ditto.
14201
6c95b8df
PA
142022009-10-19 Pedro Alves <pedro@codesourcery.com>
14203 Stan Shebs <stan@codesourcery.com>
14204
14205 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
14206 * gdb.base/foll-exec.exp: Adjust to expect a process id before
14207 "Executing new program".
14208 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
14209 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
14210 left listed after having been killed.
14211 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
14212 * gdb.base/maint.exp: Adjust test.
14213
14214 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
14215 * gdb.multi/Makefile.in: New.
14216 * gdb.multi/base.exp: New.
14217 * gdb.multi/goodbye.c: New.
14218 * gdb.multi/hangout.c: New.
14219 * gdb.multi/hello.c: New.
14220 * gdb.multi/bkpt-multi-exec.c: New.
14221 * gdb.multi/bkpt-multi-exec.exp: New.
14222 * gdb.multi/crashme.c: New.
14223
279017b7
TG
142242009-10-13 Tristan Gingold <gingold@adacore.com>
14225
14226 * gdb.base/sepdebug.exp: Check debug info are found.
14227
0413d738
PA
142282009-10-08 Pedro Alves <pedro@codesourcery.com>
14229
14230 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
14231 bits.
14232
c628eecc
JK
142332009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14234
14235 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
14236
38af1bfe
JB
142372009-10-07 Joel Brobecker <brobecker@adacore.com>
14238
14239 * gdb.base/watchpoints.c: Add copyright header. Reformat one
14240 of the comments.
14241
2b0adecd
PM
142422009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
14243
14244 * gdb.base/annota1.exp: Remove obsolete match_max increase.
14245 * gdb.base/annota3.exp: Idem.
14246 * gdb.base/maint.exp: Idem.
14247
8d417781
PM
142482009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
14249
889bf7c5 14250 * lib/gdb.exp (default_gdb_init): Set current value of match_max
8d417781
PM
14251 to default.
14252
bb61102d
PM
142532009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
14254
889bf7c5 14255 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
bb61102d
PM
14256 mingw and cygwin targets.
14257
ace5c364
PM
142582009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
14259 Pedro Alves <pedro@codesourcery.com>
14260
889bf7c5 14261 * lib/gdb.exp (gdb_compile): Avoid adding
ace5c364
PM
14262 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
14263
c2d494a0
PM
142642009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
14265
e1b52ce2
PM
14266 * gdb.base/shr1.c: Use %p in format string.
14267 * gdb.base/unload.c: Avoid warning in fprintf.
14268 * gdb.base/watchpoint-solib.c: Idem.
c2d494a0 14269
209f53f5
PM
142702009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
14271
14272 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
14273 long type.
14274 (test_unlink): Correct printf string.
14275 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
14276 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
14277
8172766a
JK
142782009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14279
14280 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
14281 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
14282 * gdb.arch/ia64-breakpoint-shadow.S: New file.
14283
0f73703c
UW
142842009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14285
14286 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
14287 * gdb.objc/nondebug.exp: Likewise.
14288
b32306ca
UW
142892009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14290
14291 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
14292 target_info setting.
14293
14294 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
14295 that detect new threads during "info threads".
14296
0057022f
UW
142972009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14298
14299 * gdb.threads/manythreads.c (main): Increase thread stack size
14300 to 2*PTHREAD_STACK_MIN.
14301 * gdb.threads/multi-create.c (main): Likewise.
14302 (create_function): Likewise.
14303
f29c0325
UW
143042009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14305
14306 * gdb.base/dump.exp: Pass difference of pointer types instead
14307 of integer types as offset to restore in intarr3.srec case.
14308
fcb34849
UW
143092009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14310
14311 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
14312
d5142e3b
UW
143132009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14314
14315 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
14316
087b74b2 143172009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
889bf7c5 14318
087b74b2
PM
14319 New test for two watchpoints, with disabling of
14320 the first inserted.
14321 * testsuite/gdb.base/watchpoints.c: New file.
14322 * testsuite/gdb.base/watchpoints.exp: New file.
14323
96c07c5b
TT
143242009-09-25 Tom Tromey <tromey@redhat.com>
14325
14326 * gdb.base/charset.exp: Test utf-16 strings with Python.
14327
b8899f2b
TT
143282009-09-25 Tom Tromey <tromey@redhat.com>
14329
14330 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
14331 UCS-4.
14332 * gdb.base/charset.c (utf_32_string): Rename.
14333 (init_utf32): Rename.
14334 (main): Update.
14335
329719ec
TT
143362009-09-22 Tom Tromey <tromey@redhat.com>
14337
14338 * gdb.python/py-function.exp: Add regression tests.
14339
11ef0d76
KS
143402009-09-21 Keith Seitz <keiths@redhat.com>
14341
14342 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
14343 with invalid operator.
14344
3fe8f3b3
KS
143452009-09-21 Keith Seitz <keiths@redhat.com>
14346
14347 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
14348 and destructor using typedef name of class.
14349 * gdb.cp/classes.cc (class Base1): Add a destructor.
14350 (base1): New typedef.
14351 (use_methods): Instanitate an object of type base1.
14352 * gdb.cp/templates.exp (test_template_typedef): New procedure.
14353 (do_tests): Call test_template_typedef.
14354 * gdb.cp/templates.cc (Baz::~Baz): New method.
14355 (intBazOne): New typedef.
14356 (main): Instantiate intBazOne.
14357
7a9fe101
PM
143582009-09-21 Phil Muldoon <pmuldoon@redhat.com>
14359
14360 PR python/10633
14361
14362 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
14363 Function.
14364 (run_lang_tests): Add print elements test.
14365
2e4d963f
PM
143662009-09-21 Phil Muldoon <pmuldoon@redhat.com>
14367
14368 * gdb.python/py-value.exp (test_subscript_regression): New
14369 function. Test for invalid subscripts.
14370 * gdb.python/py-value.c (main): Add test array, and pointer to it.
14371 (ptr_ref): New function.
14372
ec7e75e7
PP
143732009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
14374
14375 * gdb.base/default.exp: Fix "show convenience".
14376
0cc7d26f
TT
143772009-09-15 Tom Tromey <tromey@redhat.com>
14378
14379 * lib/mi-support.exp (mi_create_varobj): Update.
14380 (mi_create_floating_varobj): Likewise.
14381 (mi_create_dynamic_varobj): New proc.
14382 (mi_varobj_update): Update.
14383 (mi_varobj_update_with_type_change): Likewise.
14384 (mi_varobj_update_kv_helper): New proc.
14385 (mi_varobj_update_dynamic_helper): Rewrite.
14386 (mi_varobj_update_dynamic): New proc.
14387 (mi_list_varobj_children): Update.
14388 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
14389 * gdb.python/python-prettyprint.py (pp_outer): New class.
14390 (pp_nullstr): Likewise.
14391 (lookup_function): Register new printers.
14392 * gdb.python/python-prettyprint.c (struct substruct): New type.
14393 (struct outerstruct): Likewise.
14394 (substruct_test): New function.
14395 (struct nullstr): New type.
14396 (string_1, string_2): New globals.
14397 (main): Add new tests.
14398 * gdb.python/python-mi.exp: Added regression tests.
14399 * gdb.mi/mi2-var-display.exp: Update.
14400 * gdb.mi/mi2-var-cmd.exp: Update.
14401 * gdb.mi/mi2-var-child.exp: Update.
14402 * gdb.mi/mi2-var-block.exp: Update.
14403 * gdb.mi/mi-var-invalidate.exp: Update.
14404 * gdb.mi/mi-var-display.exp: Update.
14405 * gdb.mi/mi-var-cmd.exp: Update.
14406 * gdb.mi/mi-var-child.exp: Update.
14407 * gdb.mi/mi-var-block.exp: Update.
14408 * gdb.mi/mi-break.exp: Update.
14409 * gdb.mi/gdb701.exp: Update.
14410
a96d9b2e
SDJ
144112009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
14412
14413 * Makefile.in: Inclusion of catch-syscall object.
14414 * gdb.base/catch-syscall.c: New file.
14415 * gdb.base/catch-syscall.exp: New file.
14416
b43b923a
MS
144172009-09-12 Michael Snyder <msnyder@vmware.com>
14418
14419 * gdb.reverse/step-reverse.exp: Explicitly check for targets
14420 that can support reverse debuggnig.
14421
cec03d70
TT
144222009-09-11 Tom Tromey <tromey@redhat.com>
14423
14424 * gdb.dwarf2/valop.S: New file.
14425 * gdb.dwarf2/valop.exp: New file.
14426
e23bb3fc
MK
144272009-09-11 Mark Kettenis <kettenis@gnu.org>
14428
14429 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
14430
37c3696d
DE
144312009-09-10 Doug Evans <dje@google.com>
14432
14433 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
14434 Add $gdb_prompt to second breakpoint regexp.
14435
5172aecb
JB
144362009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
14437
14438 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
14439 names, add missing ones.
14440 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
14441 * gdb.python/py-frame.c: Rename from python-frame.c.
14442 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
14443 testfile name.
14444 * gdb.python/py-function.exp: Rename from python-function.exp.
14445 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
14446 testfile name.
14447 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
14448 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
14449 Adjust testfile name.
14450 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
14451 * gdb.python/py-template.cc: Rename from python-template.cc.
14452 * gdb.python/py-template.exp: Rename from python-template.exp.
14453 Adjust testfile name.
14454 * gdb.python/py-value.c: Rename from python-value.c.
14455 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
14456 testfile name.
14457
b554e4bd
JK
144582009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14459
14460 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
14461 $bpt2address.
14462 (Second breakpoint address is valid on ia64)
14463 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
14464
9a68ae16
JM
144652009-09-03 Joseph Myers <joseph@codesourcery.com>
14466
14467 * gdb.base/ending-run.exp: Restrict regular expression matching
14468 line number to require closing brace following.
14469
146b9145
DE
144702009-09-03 Doug Evans <dje@google.com>
14471
14472 * gdb.base/store.exp (check_set): Fix typo in expected value message.
14473
787d21e1
TT
144742009-09-02 Tom Tromey <tromey@redhat.com>
14475
14476 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
14477
e7802207
TT
144782009-09-02 Tom Tromey <tromey@redhat.com>
14479
14480 * gdb.dwarf2/callframecfa.exp: New file.
14481 * gdb.dwarf2/callframecfa.S: New file.
14482
817aadd2
JK
144832009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14484
14485 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
14486 gdb.base/solib-overlap-main.c: New.
14487
4a76eae5
DJ
144882009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
14489
14490 PR gdb/10565
14491
14492 * gdb.base/bitfields.c (struct container, container): New.
14493 (main): Initialize it and call break5.
14494 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
14495
d4b96c9a
JK
144962009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
14497
14498 Support constant DW_AT_data_member_location by GCC PR debug/40659.
14499 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
14500
4e22772d
JK
145012009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14502
14503 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
14504
2efab443
MS
145052009-08-26 Michael Snyder <msnyder@vmware.com>
14506
14507 * gdb.base/i386-reverse.c: New file.
14508 * gdb.base/i386-reverse.exp: New file.
14509 * gdb.base/Makefile.in: Add new files to be removed.
14510
07ab73a0
JM
145112009-08-26 Joseph Myers <joseph@codesourcery.com>
14512
14513 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
14514 environment-pwd for remote host.
14515 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
14516
676accff
KS
145172009-08-24 Keith Seitz <keiths@redhat.com>
14518
14519 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
14520 Add two new C++ completer tests which limit the output to a
889bf7c5 14521 given class.
676accff 14522
f9f7ad22
MS
145232009-08-24 Michael Snyder <msnyder@vmware.com>
14524
14525 * gdb.base/del.exp: Fix typo in comment.
14526 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
14527
81ecdfbb
RW
145282009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14529
14530 * configure: Regenerate.
14531 * gdb.hp/configure: Likewise.
14532 * gdb.hp/gdb.aCC/configure: Likewise.
14533 * gdb.hp/gdb.base-hp/configure: Likewise.
14534 * gdb.hp/gdb.compat/configure: Likewise.
14535 * gdb.hp/gdb.defects/configure: Likewise.
14536 * gdb.hp/gdb.objdbg/configure: Likewise.
14537 * gdb.stabs/configure: Likewise.
14538
cab0c772
UW
145392009-08-19 Doug Evans <dje@google.com>
14540
14541 * gdb.base/gdbvars.c: New file.
14542 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
14543
b8fa0bfa
PA
145442009-08-14 Pedro Alves <pedro@codesourcery.com>
14545
14546 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
14547 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
14548
b84aa90a
PA
145492009-08-13 Pedro Alves <pedro@codesourcery.com>
14550
14551 * gdb.base/default.exp: Adjust "set language test": it's now an
14552 enum command. Larger help string moved to "help set language".
14553 * gdb.base/help.exp: Adjust "help set language" expected output,
14554 now lists all known languages.
14555
0d8f9b2c
NF
145562009-08-11 Nathan Froyd <froydnj@codesourcery.com>
14557
14558 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
14559 all frame arguments.
14560 * gdb.arch/altivec-regs.exp: Likewise.
14561
bda180e0
TT
145622009-08-07 Tom Tromey <tromey@redhat.com>
14563
14564 * gdb.base/setshow.exp: Add tests for changes to set language, set
14565 check range, and set check type.
14566
48cb2d85
VP
145672009-08-03 Vladimir Prus <vladimir@codesourcery.com>
14568
14569 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
14570 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
889bf7c5 14571 Call it.
48cb2d85 14572
1ea34204
UW
145732009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14574
14575 * configure.ac: Run gdb.cell tests when appropriate.
14576 * configure: Regenerate.
14577 * lib/cell.exp: New file.
14578 * gdb.cell: New directory.
14579 * gdb.cell/configure.ac: New file.
14580 * gdb.cell/configure: New file.
14581 * gdb.cell/Makefile.in: New file.
14582 * gdb.cell/arch.exp: New file.
14583 * gdb.cell/break.c: New file.
14584 * gdb.cell/break.exp: New file.
14585 * gdb.cell/break-spu.c: New file.
14586 * gdb.cell/bt.c: New file.
14587 * gdb.cell/bt2-spu.c: New file.
14588 * gdb.cell/bt-spu.c: New file.
14589 * gdb.cell/bt.exp: New file.
14590 * gdb.cell/coremaker.c: New file.
14591 * gdb.cell/coremaker-spu.c: New file.
14592 * gdb.cell/core.exp: New file.
14593 * gdb.cell/gcore.exp: New file.
14594 * gdb.cell/data.c: New file.
14595 * gdb.cell/data.exp: New file.
14596 * gdb.cell/data-spu.c: New file.
14597 * gdb.cell/ea-cache.exp: New file.
14598 * gdb.cell/ea-cache.c: New file.
14599 * gdb.cell/ea-cache-spu.c: New file.
14600 * gdb.cell/ea-standalone.c: New file.
14601 * gdb.cell/ea-standalone.exp: New file.
14602 * gdb.cell/ea-test.c: New file.
14603 * gdb.cell/ea-test.exp: New file.
14604 * gdb.cell/f-regs.exp: New file.
14605 * gdb.cell/mem-access.c: New file.
14606 * gdb.cell/mem-access.exp: New file.
14607 * gdb.cell/mem-access-spu.c: New file.
14608 * gdb.cell/ptype.exp: New file.
14609 * gdb.cell/registers.exp: New file.
14610 * gdb.cell/size.c: New file.
14611 * gdb.cell/sizeof.exp: New file.
14612 * gdb.cell/size-spu.c: New file.
14613 * gdb.cell/solib.exp: New file.
14614 * gdb.cell/solib-symbol.exp: New file.
14615
85e747d2
UW
146162009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14617
14618 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
14619
58d6951d
DJ
146202009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
14621
14622 * gdb.base/float.exp: Handle VFP registers.
14623
6e0a4f15
MS
146242009-07-14 Michael Snyder <msnyder@vmware.com>
14625
dcd5da87
MS
14626 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
14627 to bring gdb to the beginning of the calling line.
14628
6e0a4f15
MS
14629 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
14630 confusing the i386 epilogue unwinder.
14631
782b2b07
SS
146322009-07-14 Stan Shebs <stan@codesourcery.com>
14633
14634 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
14635
f662c3bc
MS
146362009-07-14 Michael Snyder <msnyder@vmware.com>
14637
14638 * gdb.reverse/step-reverse.exp (stepi into function call):
14639 Call instruction may not be first instruction in the line.
14640 (reverse stepi from a function call): Used wrong line number.
14641
8f313923
JK
146422009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14643
14644 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
14645
4662c76e
JK
146462009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14647
14648 Fix gdb.base/macscp.exp when using custom inputrc.
14649 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
14650 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
14651 env(TERM) set.
14652 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
14653 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
14654
aa81e255
JK
146552009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14656
14657 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
14658 * gdb.base/annota1.exp (thread_test): Import global $testfile.
14659 Change the compilation target to match the testcase name.
14660 * gdb.base/sect-cmd.exp: Change the compilation target to match the
14661 testcase name.
14662 * a2-run.exp: Use for setup prepare_for_testing. Change the
14663 compilation target to match the testcase name.
14664 * gdb.base/commands.exp: Likewise.
14665 * gdb.base/finish.exp: Likewise.
14666 * gdb.base/float.exp: Likewise.
14667 * gdb.base/info-target.exp: Likewise.
14668 * gdb.base/relational.exp: Likewise.
14669 * gdb.base/term.exp: Likewise.
14670 * gdb.base/until.exp: Likewise.
14671 * gdb.base/volatile.exp: Likewise.
14672 * gdb.base/whatis-exp.exp: Likewise.
14673
4c93b1d7
HZ
146742009-07-11 Hui Zhu <teawater@gmail.com>
14675
14676 * gdb.base/help.exp (disassemble): Update expected help text.
14677
812f7342
TT
146782009-07-09 Tom Tromey <tromey@redhat.com>
14679
14680 * lib/gdb.exp: Handle TRANSCRIPT.
14681 (remote_spawn, remote_close, send_gdb): New procs.
14682
fbb8f299
PM
146832009-07-10 Phil Muldoon <pmuldoon@redhat.com>
14684
14685 * gdb.python/python-prettyprint.c: Add counted null string
14686 structure.
14687 * gdb.python/python-prettyprint.exp: Print null string. Test for
14688 embedded nulls.
14689 * gdb.python/python-prettyprint.py (pp_ns): New Function.
14690 * gdb.python/python-value.exp (test_value_in_inferior): Add
14691 variable length string fetch tests.
14692 * gdb.python/python-value.c (main): Add strings for string fetch tests.
14693
c0ac0ec7
JK
146942009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
14695
14696 * gdb.base/dump.exp (inaccessible memory is reported): New test.
14697
30b66ecc
TT
146982009-07-07 Tom Tromey <tromey@redhat.com>
14699
14700 * gdb.base/call-rt-st.exp: Update for change to escape output.
14701 * gdb.base/callfuncs.exp: Likewise.
14702 * gdb.base/charset.exp: Likewise.
14703 * gdb.base/constvars.exp: Likewise.
14704 * gdb.base/long_long.exp: Likewise.
14705 * gdb.base/pointers.exp: Likewise.
14706 * gdb.base/printcmds.exp: Likewise.
14707 * gdb.base/setvar.exp: Likewise.
14708 * gdb.base/store.exp: Likewise.
14709 * gdb.cp/ref-types.exp: Likewise.
14710 * gdb.mi/mi-var-child.exp: Likewise.
14711 * gdb.mi/mi-var-display.exp: Likewise.
14712 * gdb.mi/mi2-var-display.exp: Likewise.
14713 * gdb.base/charset.exp: Test octal escape sequence length.
14714 Update for change to escape output.
14715
187c4a2b
JK
147162009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14717
14718 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
14719
d80a43f9
DJ
147202009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
14721
14722 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
14723
047427a8
JK
147242009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
14725
14726 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
14727 gdbserver increasing $portnum if "Can't bind address" has been seen.
14728
8b5a0f4f
PA
147292009-07-05 Pedro Alves <pedro@codesourcery.com>
14730
14731 * gdb.base/ending-run.exp: Add "step out of main" pattern for
14732 mingw32ce.
14733
7d93ba58
PA
147342009-07-05 Pedro Alves <pedro@codesourcery.com>
14735
14736 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
14737 VFP format.
14738
2277426b
PA
147392009-07-02 Pedro Alves <pedro@codesourcery.com>
14740
14741 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
14742 linux. Adjust to use "inferior", "info inferiors", "detach
14743 inferior" and "kill inferior" instead of "restart", "info fork",
14744 "detach fork" and "delete fork".
14745 * gdb.base/ending-run.exp: Spell out "info".
14746 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
14747 the "kill" command.
14748
5af949e3
UW
147492009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14750
14751 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
14752 change to prefix TLS offset in hex with 0x.
14753
5d3729b5
UW
147542009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14755
14756 * gdb.base/default.exp: Update test case for "x" changes.
14757
af589bd0
TG
147582009-07-01 Tristan Gingold <gingold@adacore.com>
14759
14760 * gdb.base/bigcore.exp: Make darwin untested.
14761
40974f91
JK
147622009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14763
14764 * gdb.base/completion.exp (directory completion): Create the directory.
14765 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
14766 escapeuniquesub.
14767 (directory completion 2): Expect now ${escapeuniquesub}.
14768 (Glob remaining of directory test): Remove one excessive newline.
14769 Expect the real output.
14770
59dd3af6
JK
147712009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14772
14773 Fix `make check//%' target after `make check' has been ran.
14774 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
14775 a mkdir call.
14776 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
14777 (%/.dir): Remove.
14778
f4e164aa
JK
147792009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14780
14781 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
14782 the expected result record.
14783
69af2122
JK
147842009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14785
14786 Remove racy FAILs relying just on the timeouts.
14787 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
14788 (annotation_level 2): Remove racy FAILs.
14789
2fd481e1
PP
147902009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
14791
14792 gdb/10275
889bf7c5
PA
14793 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
14794
c38f313d
DJ
147952009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
14796
14797 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
14798
8b777f02
VP
147992009-06-30 Vladimir Prus <vladimir@codesourcery.com>
14800
14801 * gdb.mi/mi-stack.exp: Testing symbolic options
14802 to -stack-list-locals and -stack-list-arguments.
14803
00c7eacf
JK
148042009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14805
14806 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
14807
6bc80edc
TT
148082009-06-29 Tom Tromey <tromey@redhat.com>
14809
14810 * dg-extract-results.sh: New file.
14811 * Makefile.in (FORCE_PARALLEL): New variable.
14812 (CHECK_TARGET): New conditional variable.
14813 (check): Use CHECK_TARGET.
14814 (DO_RUNTEST): New variable.
14815 (check-single): New target.
14816 (TEST_DIRS): New variable.
14817 (TEST_TARGETS): Likewise.
14818 (check-parallel): New target.
14819 (check-gdb.%): New pattern.
14820 (BASE1_FILES): New variable.
14821 (BASE2_FILES): Likewise.
14822 (check-gdb.base%): New pattern.
14823 (%/.dir): New pattern.
14824 * configure: Rebuild.
14825 * aclocal.m4 (AM_CONDITIONAL): New defun.
14826 * configure.ac: Check whether user is using GNU make.
14827 (GMAKE): New conditional.
14828
794684b6
SW
148292009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
14830
14831 * gdb.cp/namespace-nested-import.cc: New test.
14832 * gdb.cp/namespace-nested-import.exp: New test.
14833
edb3359d
DJ
148342009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
14835
14836 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
14837 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
14838 * gdb.opt/Makefile.in (EXECUTABLES): Update.
14839 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
14840 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
14841 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
14842 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
14843 gdb.opt/inline-markers.c: New files.
14844 * lib/gdb.exp (skip_inline_frame_tests): New function.
14845 (skip_inline_var_tests): New function.
14846
cf657a0c
AS
148472009-06-27 Andreas Schwab <schwab@linux-m68k.org>
14848
14849 * gdb.cp/exception.exp: Don't require $hex before inner frame in
14850 backtrace.
14851
28d41a99
MS
148522009-06-27 Michael Snyder <msnyder@vmware.com>
14853
14854 * gdb.reverse: New directory.
14855 * gdb.reverse/break-reverse.c: New test.
14856 * gdb.reverse/break-reverse.exp: New test.
14857 * gdb.reverse/consecutive-reverse.c: New test.
14858 * gdb.reverse/consecutive-reverse.exp: New test.
14859 * gdb.reverse/finish-reverse.c: New test.
14860 * gdb.reverse/finish-reverse.exp: New test.
14861 * gdb.reverse/machinestate.c: New test.
14862 * gdb.reverse/ms1.c: New test.
14863 * gdb.reverse/machinestate.exp: New test.
14864 * gdb.reverse/Makefile.in: New file.
14865 * gdb.reverse/shr2.c: New test.
14866 * gdb.reverse/solib-reverse.c: New test.
14867 * gdb.reverse/solib-reverse.exp: New test.
14868 * gdb.reverse/step-reverse.c: New test.
14869 * gdb.reverse/step-reverse.exp: New test.
14870 * gdb.reverse/until-reverse.c: New test.
14871 * gdb.reverse/ur1.c: New test.
14872 * gdb.reverse/until-reverse.exp: New test.
14873 * gdb.reverse/watch-reverse.c: New test.
14874 * gdb.reverse/watch-reverse.exp: New test.
14875 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
14876 * configure: Regenerate.
14877
fe3c8b0d
DE
148782009-06-26 Doug Evans <dje@google.com>
14879
14880 * gdb.base/psymtab.exp: Turn off pending breakpoints.
14881
3a72a602
PM
148822009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
14883
14884 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
14885 windows problem for 'file delete $binfile'.
14886
27aa8d6a
SW
148872009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
14888
14889 * gdb.cp/namespace-using.exp: New test.
14890 * gdb.cp/namespace-using.cc: New test.
14891
8ac055f8
JB
148922009-05-20 Joel Brobecker <brobecker@adacore.com>
14893
14894 * gdb.ada/variant_record_packed_array: New testcase.
14895
85e306ed
TT
148962009-06-23 Tom Tromey <tromey@redhat.com>
14897
14898 * gdb.base/charset.exp (test_combination): Regression test.
14899 * gdb.base/charset.c (my_wchar_t): New typedef.
14900 (myvar): New global.
14901 (main): Set myvar.
14902
56643c5e
PM
149032009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
14904
14905 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
14906 target.
14907
1fac167a
UW
149082009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14909
14910 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
14911
7ccb0be9
UW
149122009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14913
14914 * gdb.mi/gdb680.exp: Update test for error message.
14915
568d6575
UW
149162009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14917
14918 * gdb.base/annota1.exp: Allow multiple occurrences of the
14919 frames-invalid annotation.
14920 * gdb.cp/annota2.exp: Likewise.
14921
7cd1089b
PM
149222009-06-15 Phil Muldoon <pmuldoon@redhat.com>
14923
14924 * gdb.cp/gdb2495.cc: New file.
14925 * gdb.cp/gdb2495.exp: New file.
14926
72c63395
JK
149272009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14928
14929 Report error on GDB crash during runto.
14930 * lib/gdb.exp (runto <eof>): New.
14931
3788363d
DJ
149322009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
14933
14934 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
14935 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
14936 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
14937 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
14938 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
14939 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
14940 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
14941 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
14942 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
14943 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
14944 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
14945 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
14946 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
14947 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
14948 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
14949 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
14950 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
14951 gdb.server/server-mon.exp, gdb.server/server-run.exp,
14952 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
14953 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
14954 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
14955 gdb.trace/passcount.exp, gdb.trace/report.exp,
14956 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
14957 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
14958 gdb.trace/while-stepping.exp: Use a unique name for the compiled
14959 executable.
14960
17592de3
PA
149612009-06-07 Pedro Alves <pedro@codesourcery.com>
14962
14963 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
14964 defined before referencing it.
14965
701e355d
DE
149662009-06-03 Doug Evans <dje@google.com>
14967
14968 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
14969 * gdb.arch/i386-see.c: Ditto.
14970
f2292c65
PM
149712009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
14972
14973 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
14974 (check_macro): Return 1 if undefined.
14975 If first test fails, check if macro debug information is available,
14976 and report unsupported test if no macro information is found.
14977
5a437975
DE
149782009-05-29 Doug Evans <dje@google.com>
14979
14980 * gdb.threads/hand-call-in-threads.exp: New.
14981 * gdb.threads/hand-call-in-threads.c: New.
14982
c141c696
MS
149832009-05-29 Michael Snyder <msnyder@vmware.com>
14984
14985 * gdb.base/break-always.exp: Change "1" to "on".
14986 Add confirmation check.
14987
b3444185
PA
149882009-05-28 Pedro Alves <pedro@codesourcery.com>
14989
14990 * gdb.threads/threxit-hop-specific.c: New.
14991 * gdb.threads/threxit-hop-specific.exp: New.
14992 * gdb.threads/thread-execl.c: New.
14993 * gdb.threads/thread-execl.exp: New.
14994
b6313243
TT
149952009-05-27 Tom Tromey <tromey@redhat.com>
14996 Thiago Jung Bauermann <bauerman@br.ibm.com>
14997
14998 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
14999 (mi_child_regexp): Likewise.
15000 (mi_list_varobj_children_range): Likewise.
15001 (mi_get_features): Likewise.
15002 (mi_list_varobj_children): Rewrite.
15003 * gdb.python/python-mi.exp: New file.
15004
a6bac58e
TT
150052009-05-27 Tom Tromey <tromey@redhat.com>
15006 Thiago Jung Bauermann <bauerman@br.ibm.com>
15007 Phil Muldoon <pmuldoon@redhat.com>
15008 Paul Pluzhnikov <ppluzhnikov@google.com>
15009
15010 * gdb.python/python-prettyprint.exp: New file.
15011 * gdb.python/python-prettyprint.c: New file.
15012 * gdb.python/python-prettyprint.py: New file.
15013 * gdb.base/display.exp: print/r is now valid.
15014
2c74e833
TT
150152009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
15016 Tom Tromey <tromey@redhat.com>
15017 Pedro Alves <pedro@codesourcery.com>
15018 Paul Pluzhnikov <ppluzhnikov@google.com>
15019
15020 * gdb.python/python-template.exp: New file.
15021 * gdb.python/python-template.cc: New file.
15022 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
15023 tests.
15024 * gdb.python/python-value.exp (py_objfile_tests): New proc.
15025 Call it.
15026 (test_value_after_death): New proc.
15027 * gdb.python/python-value.c (PTR): New typedef.
15028 (main): New variable 'x'.
15029
89c73ade
TT
150302009-05-27 Tom Tromey <tromey@redhat.com>
15031
15032 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
15033 tests.
15034 * gdb.python/python-value.exp (py_objfile_tests): New proc.
15035 Call it.
15036
a75724bc
PA
150372009-05-27 Pedro Alves <pedro@codesourcery.com>
15038
15039 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
15040
e58b0e63
PA
150412009-05-24 Pedro Alves <pedro@codesourcery.com>
15042
15043 * gdb.threads/fork-thread-pending.c: New.
15044 * gdb.threads/fork-thread-pending.exp: New.
15045
4ac36638
JK
150462009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15047
15048 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
15049 * gdb.dwarf2/dw2-strp.S (a_string2): New.
15050
889bf7c5 150512009-05-18 Jon Beniston <jon@beniston.com>
c28c63d8 15052
889bf7c5 15053 * gdb.asm/asm-source.exp: Add lm32 target.
c28c63d8 15054
b242c3c2
PA
150552009-05-17 Pedro Alves <pedro@codesourcery.com>
15056
15057 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
15058 `gdb_get_line_number'. Call `callee' in both parent and child.
15059 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
15060 `gdb_get_line_number' instead of hardcoding line numbers.
15061 (catch_fork_unpatch_child): New procedure to test detaching
15062 breakpoints from child fork.
15063 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
15064 hardcoding line numbers.
15065 (do_fork_tests): Run `catch_fork_unpatch_child'.
15066
ee342b23
VP
150672009-05-17 Vladimir Prus <vladimir@codesourcery.com>
15068
15069 * gdb.mi/mi-cmd-var.exp: Check that when varobj
15070 of structure type enters or leaves the scope, it
15071 is reported by -var-update.
15072
e2009e98
DE
150732009-05-11 Doug Evans <dje@sebabeach.org>
15074
15075 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
fc529d80 15076 * gdb.threads/pending-step.c (main): Fix off-by-one error.
e2009e98
DE
15077 * gdb.threads/schedlock.c (main): Fix off-by-one error.
15078
00903456
JK
150792009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15080
15081 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
15082
dc621c35
DE
150832009-04-30 Doug Evans <dje@google.com>
15084
15085 * gdb.threads/watchthreads2.exp: New testcase.
15086 * gdb.threads/watchthreads2.c: New testcase.
15087
9ab4e744
DE
150882009-04-29 Doug Evans <dje@google.com>
15089
15090 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
15091 * gdb.cp/mb-ctor.cc: Ditto.
15092 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
15093 * gdb.cp/mb-inline.h (multi_line_foo): New function.
15094 * gdb.cp/mb-inline1.cc: Call it.
15095 * gdb.cp/mb-inline2.cc: Ditto.
15096 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
15097 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
15098
484086b7
JK
150992009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15100
15101 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
15102 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
15103 Replace all uses of `decimal' by `nonzero'.
15104 (info macro FROM_COMMANDLINE): New test.
15105
379a77b5
TT
151062009-04-27 Tom Tromey <tromey@redhat.com>
15107
15108 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
15109
b92b73c2
DE
151102009-04-27 Doug Evans <dje@google.com>
15111
15112 * gdb.threads/watchthreads.c (main): Initialize args before starting
15113 the threads. Plus formatting cleanup.
15114 * gdb.threads/watchthreads.exp: Avoid errant failures due to
15115 biased scheduling of one thread.
15116
945a118d
JG
151172009-04-27 Jerome Guitton <guitton@adacore.com>
15118
15119 * gdb.cp/templates.cc (GetMax): New template.
15120 (main): Declare two instances of GetMax.
15121 * gdb.cp/templates.exp: Add new test.
15122
d389af10
JK
151232009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
15124
15125 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
15126
e7f86de9
JM
151272009-04-22 Joseph Myers <joseph@codesourcery.com>
15128
15129 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
15130
334cc82d
TT
151312009-04-15 Tom Tromey <tromey@redhat.com>
15132
15133 * gdb.base/charset.exp: Add regression test.
15134
d12672cc
JB
151352009-04-14 Joel Brobecker <brobecker@adacore.com>
15136
15137 * gdb.base/exe-lock.exp: New testcase.
15138
18e8c3bc
TT
151392009-04-13 Tom Tromey <tromey@redhat.com>
15140
15141 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
15142 operator on Frame.
15143
5ecd5cbe
UW
151442009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15145
15146 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
15147 * gdb.server/ext-attach.exp: Likewise.
15148
7309f756
VP
151492009-04-03 Vladimir Prus <vladimir@codesourcery.com>
15150
15151 Eliminate some sleep usage.
15152
889bf7c5
PA
15153 * gdb.mi/basics.c (do_nothing): New.
15154 (main): Use do_nothing instead of printf, so that
15155 not to introduce race condition between output of
15156 inferiour and output of gdb. Do not use sleep as it
15157 is not generally available on embedded targets.
7309f756 15158
f4b95f6f
PA
151592009-04-02 Pedro Alves <pedro@codesourcery.com>
15160
15161 * gdb.server/ext-attach.exp: Expect an optional process id after
15162 "Detached from remote process".
15163
de40b933
JK
151642009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15165
15166 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
15167 gdb.dwarf2/dw2-unresolved.exp: New.
15168
2ae101a4
PA
151692009-04-02 Pedro Alves <pedro@codesourcery.com>
15170
15171 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
15172 mi_run_to_main.
15173
56a8e183
PA
151742009-04-02 Pedro Alves <pedro@codesourcery.com>
15175
15176 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
15177 mi_run_to_main. Skip thread exit test on remote targets.
15178 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
15179 mi_run_to_main.
15180 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
15181 mi_run_to_main.
15182 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
15183 when expecting ^connected. Detect when the target doesn't support
15184 non-stop mode.
15185 (mi_run_cmd): Detect if non-stop mode was requested by isn't
15186 supported. Return -1 on error, 0 on success.
15187 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
15188 (mi_runto): Return mi_runto_helper's result explicitly.
15189
c35fafde
PA
151902009-04-01 Pedro Alves <pedro@codesourcery.com>
15191
15192 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
15193
f8a8dce6
JB
151942009-04-01 Tom Tromey <tromey@redhat.com>
15195
15196 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
15197 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
15198 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
15199 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
15200
71c25dea
TT
152012009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
15202 Jan Kratochvil <jan.kratochvil@redhat.com>
15203
15204 PR gdb/931
15205 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
15206 output.
15207 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
15208 for gdb/931.
15209 * dw2-strp.S (DW_AT_language): Change to C++.
15210 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
15211
02d9a9ce
JB
152122009-03-31 Joel Brobecker <brobecker@adacore.com>
15213
15214 * gdb.ada/tasks: New testcase.
15215
1042e4c0
SS
152162009-03-30 Stan Shebs <stan@codesourcery.com>
15217
15218 * gdb.trace/actions.exp: Update to match new info trace format.
15219 * gdb.trace/deltrace.exp: Ditto.
15220 * gdb.trace/infotrace.exp: Ditto.
15221 * gdb.trace/passcount.exp: Ditto.
15222 * gdb.trace/save-trace.exp: Ditto.
15223 * gdb.trace/while-stepping.exp: Ditto.
15224 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
15225
f8f6f20b
TJB
152262009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
15227
15228 * gdb.python/python-frame.c: New file.
15229 * gdb.python/python-frame.exp: New file.
15230
c0c6f777
TJB
152312009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
15232
15233 * gdb.python/python-value.exp: Add tests for the address
15234 attribute.
15235
3cb51905
AS
152362009-03-29 Andreas Schwab <schwab@linux-m68k.org>
15237
15238 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
15239
88fc996f
DE
152402009-03-26 Doug Evans <dje@google.com>
15241
15242 * gdb.mi/mi-nonstop-exit.exp: New file.
15243 * gdb.mi/non-stop-exit.c: New file.
15244
56ef84b1
TT
152452009-03-26 Tom Tromey <tromey@redhat.com>
15246
15247 Update for change to prologue skipping:
15248 * gdb.mi/mi2-simplerun.exp: Update.
15249 * gdb.mi/mi2-break.exp: Update.
15250 * gdb.mi/mi-simplerun.exp: Update.
15251 * gdb.mi/mi-break.exp: Update.
15252 * gdb.base/ending-run.exp: Update.
15253
def2b000
TJB
152542009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
15255
15256 * gdb.python/python-value.exp (test_value_in_inferior): Test
15257 gdb.Value.is_optimized_out attribute.
15258
442ddf59
JK
152592009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15260
15261 * gdb.dwarf2/dw2-noloc-main.c: New file.
15262 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
15263 (.text): Remove.
15264 (.data): New.
15265 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
15266 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
15267 (DW_TAG_subprogram func_cu1, noloc): Remove.
15268 (main): New.
15269 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
15270 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
15271 (file_symbols): New procedure.
15272
a8df5de4
TT
152732009-03-25 Tom Tromey <tromey@redhat.com>
15274
15275 * gdb.base/charset.exp (valid_target_charset): New proc.
15276 Use it to skip tests on invalid charsets.
15277
cc1d7add
PM
152782009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
15279
15280 * gdb.base/completion.exp: Add a test for directory completion.
15281
bcd5727b
JK
152822009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15283
15284 Fix a racy FAIL.
15285 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
15286 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
15287
cc924cad
TJB
152882009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
15289
15290 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
15291 * gdb.python/python-function.exp: Add test for function returning
15292 a GDB value.
15293
bc3b79fd
TJB
152942009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
15295
15296 * gdb.python/python-function.exp: New file.
15297
6c7a06a3
TT
152982009-03-20 Tom Tromey <tromey@redhat.com>
15299
15300 * gdb.base/store.exp: Update for change to escape output.
15301 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
15302 to escape output.
15303 * gdb.base/pointers.exp: Update for change to escape output.
15304 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
15305 to escape output.
15306 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
15307 escape output.
15308 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
15309 to escape output.
15310 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
15311 escape output.
15312 * gdb.base/setvar.exp: Update for change to escape output.
15313 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
15314 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
15315 to escape output.
15316 (test_print_string_constants): Likewise.
15317 * gdb.base/charset.exp (valid_host_charset): Check size of
15318 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
15319 cases. Handle "auto"-related output.
15320 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
15321 (uvar, Uvar): New globals.
15322
c31af87b
JG
153232009-03-19 Jerome Guitton <guitton@adacore.com>
15324
15325 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
15326 deltas.
15327 * gdb.ada/fixed_points.exp: Ditto.
15328
51272cf2
PA
153292009-03-18 Pedro Alves <pedro@codesourcery.com>
15330
15331 * return-nodebug.c: Don't include stdio.h.
15332 (init): Delete.
15333 (func): Delete definition and provide extern declaration.
15334 (t): New.
15335 (main): Don't call printf. Call func and store its result in t.
15336 * return-nodebug1.c: New.
15337 * return-nodebug.exp: Don't expect stdio output. Instead, print
15338 the global variable t. Drop printf formatters and cast types from
15339 foreach loop. Don't use prepare_for_testing. Compile
15340 return-nodebug.c and return-nodebug1.c in separate steps. Don't
15341 define FORMAT or CAST.
15342
d24948ac
PP
153432009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15344
15345 * gdb.base/solib-display.exp: Disable test for remote targers.
15346
61ff14c6
JK
153472009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15348
15349 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
15350
cb4dce93
JK
153512009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15352
15353 Fix a racy FAIL.
15354 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
15355 code from `follow parent, print pids'.
15356 (`follow child, print pids', `follow parent, print pids'): Call it.
15357 Replace `gdb_test "break..."' by gdb_breakpoint.
15358
f7c60c5e
VP
153592009-03-13 Vladimir Prus <vladimir@codesourcery.com>
15360
15361 * gdb.mi/mi-cli.exp: Adjust for output difference in
61ff14c6 15362 sync and async modes.
f7c60c5e 15363
383ace49
JB
153642009-03-12 Joel Brobecker <brobecker@adacore.com>
15365
15366 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
15367 that was checked in by mistake. Remove loading of ada.exp, since
15368 this is not necessary in this case.
15369
4ce102af
JB
153702009-03-12 Joel Brobecker <brobecker@adacore.com>
15371
15372 * gdb.ada/ptype_arith_binop.exp: New testcase.
15373
529a2aef
JB
153742009-03-12 Joel Brobecker <brobecker@adacore.com>
15375
15376 * gdb.ada/mod_from_name: New testcase.
15377
8a38181c
JB
153782009-03-12 Joel Brobecker <brobecker@adacore.com>
15379
15380 * gdb.ada/tick_last_segv: New testcase.
15381
11436dee
VP
153822009-03-12 Vladimir Prus <vladimir@codesourcery.com>
15383
61ff14c6 15384 * gdb.mi/mi-cli.exp: Remove debug print.
11436dee 15385
1f31650a
VP
153862009-03-12 Vladimir Prus <vladimir@codesourcery.com>
15387
61ff14c6
JK
15388 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
15389 include the token in ^running and frame info in *stopped.
1f31650a 15390
a3247a22
PP
153912009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
15392
15393 * solib-display.exp: New file.
15394 * solib-display-main.c: New file.
15395 * solib-display-lib.c: New file.
61ff14c6 15396
aae64587
PA
153972009-03-05 Pedro Alves <pedro@codesourcery.com>
15398
15399 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
15400
44aabfbc
JK
154012009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
15402
15403 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
15404 (list_and_check_macro): Use more specific test name.
15405 (next to definition): Make the test names unique.
15406
c087fcd3
PM
154072009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
15408
15409 * gdb.pascal/floats.exp: Accept approximate results everywhere.
3cb51905 15410
c86cf029
VP
154112009-02-17 Vladimir Prus <vladimir@codesourcery.com>
15412
15413 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
15414 notifications.
15415 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
15416 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
15417 * lib/mi-support.exp (library_loaded_re): New.
15418 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
15419
3ea85240
VP
154202009-02-17 Vladimir Prus <vladimir@codesourcery.com>
15421
15422 * gdb.gdb/observer.exp: Use test_notification observer, not
15423 normal_stop, everywhere.
15424 (test_normal_stop_notifications): Rename to...
15425 (test_notifications): ...this.
15426 (test_observer_normal_stop): Rename to...
15427 (test_observer): ...this.
15428
1903f0e6
DE
154292009-02-16 Doug Evans <dje@google.com>
15430
15431 * gdb.arch/amd64-disp-step.S (test_int3): New test.
15432 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
15433 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
15434 (test_prefixed_syscall,test_int3): New tests.
15435 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
15436 (test_prefixed_syscall,test_int3): New tests.
15437
1d33d6ba
VP
154382009-02-14 Vladimir Prus <vladimir@codesourcery.com>
15439
3cb51905
AS
15440 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
15441 (mi_expect_interrupt): Likewise.
15442 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
15443 response.
1d33d6ba 15444
faafb047
PM
154452009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
15446
15447 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
15448 * gdb.base/pc-fp.exp (get_valueofx): Remove.
15449 Replace calls to get_valueofx by get_hexadecimal_valueof.
15450
417e16e2
PM
154512009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
15452
15453 * lib/gdb.exp (get_valueof): Accept anything as a return value.
15454 (get_integer_valueof): New procedure.
15455 (get_sizeof): Use new get_integer_value_of.
15456 * gdb.base/sizeof.exp: Replace all uses of get_valueof
15457 by get_integer_valueof.
15458
7065b901
TT
154592009-02-13 Tom Tromey <tromey@redhat.com>
15460
15461 * gdb.base/remote.exp (get_sizeof): Remove.
15462 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
15463 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
15464 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
15465 * lib/gdb.exp (get_valueof): Move from long_long.exp.
15466 (get_sizeof): Likewise.
15467
5d7cb8df
JK
154682009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15469
15470 PR fortran/9806
15471 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
15472
b2febfff
PP
154732009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
15474
15475 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
15476
4aa995e1
PA
154772009-02-06 Pedro Alves <pedro@codesourcery.com>
15478
15479 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
15480
d8906c6f
TJB
154812009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
15482
15483 * gdb.python/python-cmd.exp: New file.
15484
ff4ab08d
TG
154852009-02-06 Tristan Gingold <gingold@adacore.com>
15486
15487 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
15488
aacd552b
TG
154892009-02-05 Tristan Gingold <gingold@adacore.com>
15490
15491 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
15492 pointer is dereferenced and use this signal name in regexp.
15493 * gdb.base/signull.exp: Ditto.
15494 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
15495 * gdb.base/signull.c (main): Ditto.
15496
08c637de
TJB
154972009-02-04 Tom Tromey <tromey@redhat.com>
15498 Thiago Jung Bauermann <bauerman@br.ibm.com>
15499
15500 * gdb.python/python-value.exp: Use `gdb.history' instead of
15501 `gdb.value_from_history'.
15502 (test_value_numeric_ops): Add test for conversion of enum constant.
15503 * gdb.python/python-value.c (enum e): New type.
15504 (evalue): New global.
15505 (main): Use argv.
15506
20261af8
JG
155072009-02-04 Jerome Guitton <guitton@adacore.com>
15508
15509 * gdb.ada/uninitialized_vars: New test program.
15510 * gdb.ada/uninitialized_vars.exp: New testcase.
15511
52e44b43
TT
155122009-02-02 Tom Tromey <tromey@redhat.com>
15513
15514 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
15515 * gdb.cp/pr2489.cc: Rename...
15516 * gdb.cp/pr9594.cc: ... to this.
15517
1c71341a
TT
155182009-02-02 Tom Tromey <tromey@redhat.com>
15519
15520 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
15521 * gdb.cp/pr2489.cc: New file.
15522 * gdb.cp/cpcompletion.exp: New file.
15523
a4295225
TT
155242009-02-02 Tom Tromey <tromey@redhat.com>
15525
15526 PR exp/9059:
15527 * gdb.cp/call-c.exp: Add regression test.
15528 * gdb.cp/call-c.cc (FooHandle): New typedef.
15529 (main): New variable 'handle'.
15530
592375cd
VP
155312009-01-30 Vladimir Prus <vladimir@codesourcery.com>
15532
15533 * lib/mi-support.exp (et_mi_thread_list)
15534 (check_mi_and_console_threads): Adjust for current thread in
15535 -thread-list-ids output.
15536
41447f92
VP
155372009-01-30 Vladimir Prus <vladimir@codesourcery.com>
15538
889bf7c5
PA
15539 * gdb.mi/mi-break.exp (test_disabled_creation): New.
15540 Call it.
41447f92 15541
35669430
DE
155422009-01-28 Doug Evans <dje@google.com>
15543
15544 * gdb.arch/amd64-disp-step.S: New file.
15545 * gdb.arch/amd64-disp-step.exp: New file.
15546 * gdb.arch/i386-disp-step.S: New file.
15547 * gdb.arch/i386-disp-step.exp: New file.
15548
09f00d9a
PM
155492009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
15550
15551 * gdb.base/find.exp: Set newline variable
15552 using quotes instead of braces to fix cygwin failures.
15553
1e8fb976
PA
155542009-01-23 Pedro Alves <pedro@codesourcery.com>
15555
15556 * gdb.base/radix.exp: Add tests to ensure that that set
15557 input-radix 0 and set output-radix 0 are really rejected.
15558
da061712
PA
155592009-01-23 Pedro Alves <pedro@codesourcery.com>
15560
15561 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
15562 copyright years.
15563
dd7e2d2b
PA
155642009-01-23 Pedro Alves <pedro@codesourcery.com>
15565
15566 PR gdb/9664:
15567 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
15568
392452f6
PA
155692009-01-22 Pedro Alves <pedro@codesourcery.com>
15570
15571 PR c++/9631:
15572 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
15573
8653e71c
PM
155742009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
15575
15576 * gdb.server/file-transfer.exp: Use EXEEXT variable for
15577 binfile definition to fix Windows OS failure.
15578
a12cc160
DJ
155792009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
15580
15581 PR gdb/9346
15582 * gdb.base/interrupt.c (sigint_handler): New.
15583 (main): Install a SIGINT handler if SIGNALS is defined. Exit
15584 on error.
15585 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
15586 Test "signal SIGINT".
15587
b89667eb
DE
155882009-01-19 Doug Evans <dje@google.com>
15589
15590 * gdb.base/break.exp: Update expected gdb output.
15591 * gdb.base/sepdebug.exp: Ditto.
15592 * gdb.mi/mi-syn-frame.exp: Ditto.
15593 * gdb.mi/mi2-syn-frame.exp: Ditto.
15594 * gdb.base/call-signal-resume.exp: New file.
15595 * gdb.base/call-signals.c: New file.
15596 * gdb.base/unwindonsignal.exp: New file.
15597 * gdb.base/unwindonsignal.c: New file.
15598 * gdb.threads/interrupted-hand-call.exp: New file.
15599 * gdb.threads/interrupted-hand-call.c: New file.
15600 * gdb.threads/thread-unwindonsignal.exp: New file.
15601
adb483fe
DJ
156022009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
15603
15604 * gdb.base/define.exp: Test defining and hooking prefix commands.
15605 * gdb.python/python.exp: Update test for "show user" output.
15606
60023297
JK
156072009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15608
15609 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
15610 now the output exactly, using less wildcards. Expect also the output
15611 of gfortran-4.3. Update for the f-valprint.c modification from
15612 2008-04-22.
15613 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
15614 Remove gdb_test test names where matching the command.
15615
ccc57cf9
PA
156162009-01-01 Pedro Alves <pedro@codesourcery.com>
15617
15618 PR breakpoints/9681:
15619 * gdb.base/watchpoint.exp: Add regression test.
15620
c7a6ca08
PA
156212008-12-31 Pedro Alves <pedro@codesourcery.com>
15622
15623 * gdb.threads/attach-into-signal.exp: Don't use
15624 gdb_suppress_entire_file.
15625 * gdb.threads/attach-stopped.exp: Ditto.
15626 * gdb.threads/attachstop-mt.exp: Ditto.
15627
3a031f65
PA
156282008-12-31 Pedro Alves <pedro@codesourcery.com>
15629
15630 PR gdb/8812:
15631 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
15632
09e6485f
PA
156332008-12-29 Pedro Alves <pedro@codesourcery.com>
15634
15635 PR gdb/7536:
15636 * gdb.base/radix.exp: Add tests to ensure invalid input radices
15637 and unsupported output radices are really rejected.
15638
0cd53049
JK
156392008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15640
15641 * gdb.cp/punctuator.exp: Backslash the '$' signs.
15642
ba163c7e
TT
156432008-12-22 Tom Tromey <tromey@redhat.com>
15644
15645 * gdb.cp/punctuator.exp: New file.
15646
6f4de6c9
JK
156472008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15648
15649 * gdb.base/completion.exp (Completing non-existing component): New test.
15650
0f34d0b4
JK
156512008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15652
15653 Fix for PR gdb/8648.
15654 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
15655 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
15656 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
15657 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
15658
db2ad4c3
JK
156592008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15660
15661 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
15662
bb5ef15e
DP
156632008-12-16 Christophe Lyon <christophe.lyon@st.com>
15664
15665 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
15666 compiler actually generate code at the expected line number.
15667
90142adc
JZ
156682008-12-15 Jie Zhang <jie.zhang@analog.com>
15669
15670 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
15671
fad6eecd
TT
156722008-12-12 Tom Tromey <tromey@redhat.com>
15673
15674 * gdb.base/commands.exp (redefine_hook_test): New proc.
15675 Call it.
15676
17c8aaf5
TT
156772008-12-11 Tom Tromey <tromey@redhat.com>
15678
15679 * gdb.base/macscp.exp: New regression test.
15680
7c8adf68
TT
156812008-12-11 Tom Tromey <tromey@redhat.com>
15682
15683 * gdb.base/macscp.exp: Print "address.addr".
15684 * gdb.base/macscp1.c (struct outer): New struct.
15685 (address): New global.
15686
b05dcbb7
TT
156872008-12-09 Tom Tromey <tromey@redhat.com>
15688
15689 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
15690 Call it.
15691
2d476de1
DE
156922008-12-04 Doug Evans <dje@google.com>
15693
15694 * gdb.server/ext-run.exp: Relax regexp for init program.
15695
87bdc959
TG
156962008-12-03 Tristan Gingold <gingold@adacore.com>
15697
15698 * gdb.base/macscp.exp: Generate an object file during compilation
15699 to work around Darwin dsymutil limitations.
15700
e0740f77
JK
157012008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15702
15703 Test resolving external references to TLS variables.
15704 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
15705 FILE2_THREAD_LOCAL.
15706 (testfile2, srcfile2): New variables.
15707 * gdb.threads/tls.c (file2_thread_local)
15708 (function_referencing_file2_thread_local): New.
15709 * gdb.threads/tls2.c: New file.
15710
67f0aac5
JB
157112008-11-28 Joel Brobecker <brobecker@adacore.com>
15712
15713 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
e0740f77
JK
15714 rather than integer, as integer might not be big enough when
15715 on 64bit targets.
67f0aac5 15716
c332165e
JG
157172008-11-27 Jerome Guitton <guitton@adacore.com>
15718
15719 * gdb.cp/formatted-ref.exp: Add equality test.
15720 * gdb.ada/formatted_ref.exp: Ditto.
15721
fc9b693c
JK
157222008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15723
15724 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
15725 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
15726
a9c64011
AS
157272008-11-20 Andreas Schwab <schwab@suse.de>
15728
15729 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
15730 matching syscall entry point.
15731 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
15732 (tcatch_vfork_then_child_follow): Likewise. Finish through
15733 vfork even if we stopped at the syscall trampoline.
15734
e2fd701e
DE
157352008-11-20 Doug Evans <dje@google.com>
15736
15737 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
15738
69abc51c
TJB
157392008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
15740
15741 * gdb.arch/ppc-dfp.exp: New file.
15742 * gdb.arch/ppc-dfp.c: New file.
15743
c14c28ba
PP
157442008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
15745
15746 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
a9c64011 15747
2e74121d
DE
157482008-11-17 Doug Evans <dje@google.com>
15749
15750 * gdb.mi/mi-syn-frame.exp: Update expected output.
15751 * gdb.mi/mi2-syn-frame.exp: Update expected output.
15752
66bb093b
VP
157532008-11-17 Vladimir Prus <vladimir@codesourcery.com>
15754
15755 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
a9c64011
AS
15756 "thread N" results in =thread-selected.
15757 * lib/mi-support (mi_run_cmd, mi_expect_stop)
15758 (mi_send_resuming_command_raw): Be prepared for
15759 =thread-selected.
15760
3d043ef6
VP
157612008-11-17 Vladimir Prus <vladimir@codesourcery.com>
15762
a9c64011
AS
15763 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
15764 * lib/mi-support.exp: Likewise.
3d043ef6 15765
808104c8
JB
157662008-11-16 Joel Brobecker <brobecker@adacore.com>
15767
15768 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
15769 commands from the expected output for "help catch".
15770
00b22944
JB
157712008-11-15 Joel Brobecker <brobecker@adacore.com>
15772
15773 * gdb.ada/int_deref.exp: New testcase.
15774
59669435
TT
157752008-11-14 Nick Roberts <nickrob@snap.net.nz>
15776
15777 * gdb.mi/gdb2549.exp: New file.
15778
de04a248
DE
157792008-11-11 Doug Evans <dje@google.com>
15780
15781 * gdb.base/callexit.exp: New file.
15782 * gdb.base/callexit.c: New file.
15783
6b8ce727
DE
157842008-11-10 Doug Evans <dje@google.com>
15785
15786 * lib/gdb.exp (GDBFLAGS): Move -nx ...
15787 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
15788 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
15789 (default_gdb_start,default_gdb_exit): Ditto.
15790 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
15791 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
15792 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
15793 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
15794 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
15795 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
15796
1b14b8aa
AS
157972008-11-03 Andreas Schwab <schwab@suse.de>
15798
15799 * gdb.base/hashline2.exp: Fix typo.
15800 * gdb.base/hashline3.exp: Likewise.
15801
f3134b88
TT
158022008-10-30 Tom Tromey <tromey@redhat.com>
15803
15804 * gdb.base/pointers.exp: Add test.
15805 * gdb.base/pointers.c (k, S): New typedefs.
15806 (instance): New global.
15807
c2226152
AS
158082008-10-30 Andreas Schwab <schwab@suse.de>
15809
15810 * gdb.base/args.exp: Add tests for newlines.
15811
462f405c
JB
158122008-10-30 Joel Brobecker <brobecker@adacore.com>
15813
15814 gdb.base/foll-exec.exp: Update the expected output of a couple
15815 of "info breakpoints" tests.
15816
79a45b7d
TT
158172008-10-28 Tom Tromey <tromey@redhat.com>
15818
15819 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
15820
adc13a14
PA
158212008-10-24 Pedro Alves <pedro@codesourcery.com>
15822
15823 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
15824 gdb_start_cmd.
15825 Use runto_main before any test that requires execution.
15826
252fbfc8
PA
158272008-10-23 Pedro Alves <pedro@codesourcery.com>
15828
15829 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
15830 instead of SIGINT.
15831
28148e3d
JB
158322008-10-22 Joel Brobecker <brobecker@adacore.com>
15833
15834 * gdb.base/completion.exp: Update expected output following
15835 the addition of the "info tasks" command.
15836
c209f847
TT
158372008-10-22 Tom Tromey <tromey@redhat.com>
15838
15839 * gdb.base/exprs.exp (test_expr): Add test for string
15840 concatenation.
15841
f177e350
PA
158422008-10-19 Pedro Alves <pedro@codesourcery.com>
15843
15844 * configure.ac: Output gdb.python/Makefile.
15845 * configure: Regenerate.
15846 * gdb.python/Makefile.in: New.
15847
cce89356
JB
158482008-10-16 Joel Brobecker <brobecker@adacore.com>
15849
15850 * gdb.base/foll-fork.exp: Adjust the expected output to match
15851 the new description for fork/vfork catchpoints in the "info
15852 breakpoints" output.
15853
176d289d
TJB
158542008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
15855
15856 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
15857
a08702d6
TJB
158582008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
15859
15860 * gdb.python/python-value.c: New file.
15861 * gdb.python/python-value.exp: New file.
15862
1c5cfe86
PA
158632008-10-15 Pedro Alves <pedro@codesourcery.com>
15864
15865 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
15866
5a98ad69
DP
158672008-10-15 Denis Pilat <denis.pilat@st.com>
15868
41702f1b 15869 * gdb.cp/mb-ctor.exp: Fix a typo.
5a98ad69 15870
dcb1a1e2
TT
158712008-10-09 Tom Tromey <tromey@redhat.com>
15872
15873 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
15874 'fprintf' and 'stderr'.
15875
9124fe48
JB
158762008-10-07 Joel Brobecker <brobecker@adacore.com>
15877
15878 * gdb.ada/ref_tick_size.exp: New testcase.
15879
45452591
DE
158802008-10-06 Doug Evans <dje@google.com>
15881
15882 * gdb.dwarf2/dw2-cu-size.exp: New file.
15883 * gdb.dwarf2/dw2-cu-size.S: New file.
15884
15885 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
15886 .Ltype_int for clarity.
15887
4fc5b208
PP
158882008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
15889
15890 PR gdb/2384:
15891 * gdb.cp/gdb2384.exp: Extended to test more cases.
15892 * gdb.cp/gdb2384.cc: Likewise.
15893 * gdb.cp/gdb2384-base.h: Likewise.
15894 * gdb.cp/gdb2384-base.cc: Likewise.
a9c64011 15895
d78df370
JK
158962008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15897
15898 * gdb.base/maint.exp (maint print type): Remove printing
15899 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
15900
9a044a89
TT
159012008-09-30 Tom Tromey <tromey@redhat.com>
15902
15903 * gdb.base/macscp.exp: Add completion tests.
15904 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
15905 (TWENTY_THREE): Likewise.
15906 (FORTY_EIGHT): Likewise.
15907
506800a9
TT
159082008-09-30 Tom Tromey <tromey@redhat.com>
15909
15910 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
15911 everywhere.
15912 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
15913
1a6f01b5
JK
159142008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
15915
15916 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
15917 testcase is derived from. Fix racy dependency on an expected PID
15918 number. No longer support the testcase on Linux kernel 2.4.x.
15919
2fae03e8
TT
159202008-09-27 Tom Tromey <tromey@redhat.com>
15921
15922 * gdb.base/macscp.exp: Add tests for stringification, splicing,
15923 and varargs.
15924
1ad15515
PA
159252008-09-22 Pedro Alves <pedro@codesourcery.com>
15926
15927 * lib/mi-support.exp (mi_expect_interrupt): New.
15928 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
15929 from gdb.mi/mi-nonstop.exp.
15930 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
15931 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
15932 lib/mi-support.exp.
15933 Use mi_check_thread_states throughout. Avoid ".*" and do not
15934 require an anchor after -exec-run.
15935
d0b76dc6
DJ
159362008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
15937
15938 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
15939 stop is pending. Avoid ".*" when two stops are pending.
15940 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
15941 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
15942 newlines in fullnames.
15943 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
15944 (mi_expect_stop): Update comments. Only anchor in sync mode.
15945 Do not match newlines.
15946 (mi_send_resuming_command_raw): Always return status.
15947 (mi_get_stop_line): Do not match more than one line by accident.
15948 Only anchor in sync mode.
15949 (mi_run_inline_test): If -exec-next fails, give up.
15950
9990c830
UW
159512008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15952
15953 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
15954 on SPU.
15955
ebcf6f00
JB
159562008-09-10 Joel Brobecker <brobecker@adacore.com>
15957
15958 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
15959
b6db24e5
JB
159602008-09-10 Joel Brobecker <brobecker@adacore.com>
15961
15962 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
15963 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
15964 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
15965 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
15966 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
15967 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
15968 gdb.ada/interface.exp, gdb.ada/null_array.exp,
15969 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
15970 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
15971 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
15972 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
15973 Include the "= " sequence in the expected output of print tests.
15974
2bf448e0
JB
159752008-09-10 Joel Brobecker <brobecker@adacore.com>
15976
15977 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
15978 description for boolean types.
15979
d51fd4c8
PA
159802008-09-09 Pedro Alves <pedro@codesourcery.com>
15981
15982 * gdb.base/hook-stop-continue.c: New.
15983 * gdb.base/hook-stop-continue.exp: New.
15984
694182d2
DJ
159852008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
15986
15987 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
15988
3b8a7fc0
JG
159892008-09-08 Jerome Guitton <guitton@adacore.com>
15990
15991 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
15992 (stack_check_probe_2, stack_check_probe_loop_1)
15993 (stack_check_probe_loop_2): New functions.
15994 (main): Add call to these new functions.
15995 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
15996 functions, check that the breakpoint is inserted at the appropriate
15997 location.
15998 (insert_breakpoint): Slightly refine this procedure so that it can
15999 be called several times in the test.
16000
96cc0ae8
JG
160012008-09-08 Jerome Guitton <guitton@adacore.com>
16002
16003 * gdb.base/stack-checking.c: New file.
16004 * gdb.base/stack-checking.exp: New file.
16005
1f08b409
TJB
160062008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
16007
16008 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
16009 * gdb.arch/altivec-regs.exp: Likewise.
16010 * gdb.arch/vsx-regs.exp: Likewise.
16011
3099e1c4
TJB
160122008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
16013
16014 * gdb.arch/ppc-fp.exp: New file.
16015 * gdb.arch/ppc-fp.c: New file.
16016
cc69bfc1
PP
160172008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
16018
16019 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
16020 lest gcc-4.3.1 optimizes the whole thing away.
a9c64011 16021
b02a33db
MS
160222008-09-04 Michael Snyder <msnyder@vmware.com>
16023
16024 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
16025 as "at" (for non-debug functions such as _start).
16026
2992cbe0
UW
160272008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16028
16029 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
16030 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
16031 software watchpoints.
16032 * gdb.base/watch_thread_num.exp: Likewise.
16033
514f746b
AR
160342008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
16035
16036 * gdb.arch/i386-bp_permanent.exp: New test.
16037
876cecd0
TT
160382008-08-24 Tom Tromey <tromey@redhat.com>
16039
16040 * gdb.base/maint.exp: Update "maint print type".
16041
80f73d71
VP
160422008-08-21 Vladimir Prus <vladimir@codesourcery.com>
16043
16044 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
16045 support. Adjust the order of "*running" notifications.
16046 * gdb.mi/non-stop.c: Don't cast from int to void* and
16047 back.
16048
d9c78d7d
MK
160492008-08-20 Mark Kettenis <kettenis@gnu.org>
16050
16051 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
16052 expect to find it in the "info frame" output.
16053
97a2d1d3
DJ
160542008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
16055
16056 * gdb.base/interp.exp: Always consume both prompts.
16057
b96e2927
PA
160582008-08-20 Pedro Alves <pedro@codesourcery.com>
16059
16060 * gdb.base/pending.exp: Test pending breakpoints without symbols
16061 loaded.
16062
8cf6e61a
VP
160632008-08-19 Vladimir Prus <vladimir@codesourcery.com>
16064
16065 * lib/mi-support.exp (mi_expect_stop): Produce
16066 more details on failures.
16067 * gdb.mi/mi-nonstop.exp: New.
16068 * gdb.mi/non-stop.c: New.
16069
c6ebd6cf
VP
160702008-08-19 Vladimir Prus <vladimir@codesourcery.com>
16071
a9c64011
AS
16072 * gdb.mi/mi-async.exp: Use 'set target-async'.
16073 * lib/mi-support.exp: Use 'set/show target-async'.
c6ebd6cf 16074
46a9b8ed
DJ
160752008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
16076
16077 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
16078
44feb3ce
TT
160792008-08-17 Tom Tromey <tromey@redhat.com>
16080
16081 * gdb.base/help.exp (help catch): Rewrite.
16082
311a4e6b
TJB
160832008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
16084
16085 * gdb.base/define.exp: Test indented command documentation.
16086 * gdb.python/python.exp: Test indented multi-line command.
16087
604c2f83
LM
160882008-08-15 Luis Machado <luisgpm@br.ibm.com>
16089
16090 * testsuite/gdb.arch/vsx-regs.c: New source file.
16091 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
16092 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
16093
886a217c
TT
160942008-08-14 Tom Tromey <tromey@redhat.com>
16095
16096 * gdb.base/macscp.exp: Add regression test for "macro define" or
16097 "macro undef" with no arguments.
16098
c814a4f3
PP
160992008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
16100
16101 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
a9c64011 16102
12ab8a60
UW
161032008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16104
16105 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
16106
d57a3c85
TJB
161072008-08-06 Tom Tromey <tromey@redhat.com>
16108
16109 * gdb.python/python.exp: New file.
16110
c7b778ff
JK
161112008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16112
16113 Fix for PR gdb/1543.
16114 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
16115 $LOCATION.
16116 (location): New variable.
16117 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
16118 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
16119 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
16120 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
16121 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
16122 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
16123 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
16124 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
16125 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
16126 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
16127 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
16128 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
16129 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
16130 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
16131 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
16132 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
16133 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
16134 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
16135 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
16136 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
16137 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
16138 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
16139 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
16140 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
16141 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
16142 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
16143 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
16144 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
16145 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
16146 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
16147 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
16148 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
16149 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
16150 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
16151 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
16152 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
16153 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
16154 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
16155 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
16156 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
16157 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
16158 gdb.base/type-opaque.exp, gdb.base/until.exp,
16159 gdb.base/value-double-free.c, gdb.base/varargs.exp,
16160 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
16161 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
16162 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
16163 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
16164 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
16165 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
16166 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
16167 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
16168 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
16169 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
16170 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
16171 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
16172 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
16173 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
16174 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
16175 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
16176 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
16177 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
16178 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
16179 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
16180 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
16181 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
16182 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
16183 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
16184 gdb.pascal/types.exp, gdb.stabs/weird.exp,
16185 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
16186 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
16187 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
16188 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
16189 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
16190 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
16191 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
16192 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
16193 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
16194 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
16195 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
16196 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
16197 lib/mi-support.exp, lib/trace-support.exp: Remove reference
16198 to bug-gdb@prep.ai.mit.edu .
16199
5e06a3d1
VP
162002008-07-31 Vladimir Prus <vladimir@codesourcery.com>
16201
16202 * lib/mi-support.exp (mi_load_shlibs): New.
16203 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
16204
9d81d21b
VP
162052008-07-30 Vladimir Prus <vladimir@codesourcery.com>
16206
16207 * lib/mi-support.exp (get_mi_thread_list)
16208 (check_mi_and_console_threads): New, moved from ...
16209 * gdb.mi/mi-pthread.exp: ...here.
16210 * gdb.mi/gdb669.exp (get_mi_thread_list)
16211 (check_mi_and_console_threads): Delete.
16212 * gdb.mi/mi2-pthread.exp: Likewise.
16213
bae98fe0
TT
162142008-07-28 Tom Tromey <tromey@redhat.com>
16215
16216 * Makefile.in (just-check): Remove. Move body to...
16217 (check): ... here.
16218
57380f4e
DJ
162192008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16220
16221 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
16222 Add a test for duplicated SIGINTs.
16223
e09490f1
DJ
162242008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16225
16226 * gdb.threads/schedlock.exp (get_args): Update to work for any
16227 value of NUM.
16228 (Top level): Report the number of threads that did not resume.
16229
6387b45f
DJ
162302008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16231
16232 * gdb.dwarf2/dw2-compressed.S: Also define __start.
16233
62f64ff2
DJ
162342008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16235
16236 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
16237 non-MI prompt.
16238
fa8de41e
TT
162392008-07-26 Tom Tromey <tromey@redhat.com>
16240
16241 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
16242 (function_struct, function_struct_ptr): New globals.
16243 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
16244 function pointer in a struct.
16245
ccb3ac8a
TT
162462008-07-26 Tom Tromey <tromey@redhat.com>
16247
16248 * gdb.base/macscp.exp: Add test for macro lexing bug.
16249
d7d9f01e
TT
162502008-07-18 Tom Tromey <tromey@redhat.com>
16251
16252 * gdb.base/macscp.exp: Add macro tests.
16253
9bf07184
PP
162542008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
16255
16256 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
16257
becf6477
PP
162582008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
16259
16260 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
16261
0709f7d3
PP
162622008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
16263
16264 * gdb.cp/class2.exp: fix for failure on spu-elf
a9c64011 16265
7093c834
PP
162662008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
16267
16268 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
a9c64011 16269
b432ffe3
JK
162702008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16271
16272 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
16273
b1a268e5
VP
162742008-07-12 Vladimir Prus <vladimir@codesourcery.com>
16275
16276 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
16277
e2995f8e
KB
162782008-07-11 Kevin Buettner <kevinb@redhat.com>
16279
16280 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
16281 of regexp to account for changes made to GDB in the printing of
16282 byte vectors.
16283
14032a66
TT
162842008-07-11 Tom Tromey <tromey@redhat.com>
16285
16286 * gdb.base/completion.exp: Add 'help' completion test.
16287
981505ef
JK
162882008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16289
16290 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
16291
10568435
JK
162922008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16293
16294 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
16295
4487aabf
PA
162962008-07-09 Pedro Alves <pedro@codesourcery.com>
16297
16298 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
16299
a4a9b1c4
PA
163002008-07-09 Pedro Alves <pedro@codesourcery.com>
16301
16302 * gdb.base/fullname.exp: Restore pwd if compiling failed.
16303
3c3185ac
JK
163042008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16305
16306 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
16307
7ebd49dc
VP
163082008-06-28 Vladimir Prus <vladimir@codesourcery.com>
16309
16310 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
16311 previous commit. Add a comment.
16312
84e46146
PA
163132008-06-28 Pedro Alves <pedro@codesourcery.com>
16314
16315 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
16316
0f8d4a2f
VP
163172008-06-28 Vladimir Prus <vladimir@codesourcery.com>
16318
16319 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
16320
f747e0ce
PA
163212008-06-27 Pedro Alves <pedro@codesourcery.com>
16322
16323 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
16324 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
16325 compiling an executable, link in an object that forces unbuffered
16326 output.
16327 * lib/set_unbuffered_mode.c: New file.
16328
734a5c36
JK
163292008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16330
16331 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
16332
a2840c35
VP
163332008-06-25 Vladimir Prus <vladimir@codesourcery.com>
16334
a9c64011
AS
16335 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
16336 mi_expect_stop.
16337 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
16338 Demand that *running is output.
16339 (detect_async): Perform checking every time.
16340 (mi_send_resuming_command): Extract everything into...
16341 (mi_send_resuming_command_raw): ...this.
a2840c35
VP
16342 (mi_expect_stop): Don't accept any output before *stopped.
16343
6ae37fef
VP
163442008-06-13 Vladimir Prus <vladimir@codesourcery.com>
16345
16346 Robustify mi-simplerun.
a9c64011
AS
16347 * gdb.mi/basics.c (main): Add a call to sleep.
16348 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
16349 * gdb.mi/mi2-cli.exp: Likewise.
16350 * gdb.mi/mi-break.exp: Likewise.
6ae37fef 16351
b4aa76f0 163522008-06-11 Vladimir Prus <vladimir@codesourcery.com>
83408de7
VP
16353
16354 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
16355
e1ac3328
VP
163562008-06-10 Vladimir Prus <vladimir@codesourcery.com>
16357
a9c64011
AS
16358 * gdb.mi/mi-console.exp: Adjust.
16359 * gdb.mi/mi-syn-frame.exp: Adjust.
16360 * gdb.mi/mi2-console.exp: Adjust.
16361 * gdb.mi/mi2-syn-frame.exp: Adjust.
16362 * lib/mi-support.exp (mi_run_cmd): Adjust.
16363 (mi_send_resuming_command): Adjust.
e1ac3328 16364
f7f9a841
VP
163652008-06-10 Vladimir Prus <vladimir@codesourcery.com>
16366
16367 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
a9c64011
AS
16368 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
16369 testing of stopped.
16370 * gdb.mi/mi2-syn-frame.exp: Likewise.
16371 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
16372 (async, detect_async): New.
16373 (mi_expect_stop, mi_continue_to_line): Adjust expectation
16374 depending on if we're running in sync or async mode.
f7f9a841 16375
37cd5d19
TT
163762008-06-09 Tom Tromey <tromey@redhat.com>
16377
16378 * gdb.base/completion.exp: New tests for field name completion
16379 with spaces, and field name completion with '->'.
16380
65d12d83
TT
163812008-06-06 Tom Tromey <tromey@redhat.com>
16382
16383 * gdb.base/break1.c (struct some_struct): New struct.
16384 (values): New global.
16385 * gdb.base/completion.exp: Add field name completion test.
16386
ebfe2e3f
PP
163872008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
16388
16389 * gdb.cp/call-c.exp: Test for incorrect handling of reference
16390 to pointer.
16391 * gdb.cp/call-c.cc: Likewise.
16392
bcf6fc3a
NR
163932008-06-06 Nick Roberts <nickrob@snap.net.nz>
16394
16395 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
16396 annotation.
16397
49fd4a42 163982008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
a9c64011 16399 Pedro Alves <pedro@codesourcery.com>
49fd4a42
PA
16400
16401 * gdb.threads/execl.c, gdb.threads/execl1.c,
16402 gdb.threads/execl.exp: New tests.
a9c64011 16403
8a34ac3f
AR
164042008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
16405 Daniel Jacobowitz <dan@codesourcery.com>
16406
16407 * gdb.cp/exception.exp: Activate test, make it work with pending
16408 catchpoints.
16409
86ae69ef
JK
164102008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
16411
16412 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
16413
f7f9ae2c
VP
164142008-05-28 Vladimir Prus <vladimir@codesourcery.com>
16415
a9c64011
AS
16416 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
16417 now printed.
16418 * gdb.mi/mi2-var-cmd.exp: Likewise.
f7f9ae2c 16419
2a2d4dc3
AS
164202008-05-27 Andreas Schwab <schwab@suse.de>
16421
16422 * gdb.base/frame-args.exp: Handle arguments that are optimized
16423 out.
16424
5099e4d9
LM
164252008-05-26 Luis Machado <luisgpm@br.ibm.com>
16426
16427 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
16428 quiet for ppc32 and group options into a single variable.
16429
d9c36a91
JB
164302008-05-23 Joel Brobecker <brobecker@adacore.com>
16431
16432 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
16433 of zero-size elements.
16434 * gdb.ada/null_array.exp: Test printing this new array.
16435
103a8671
JK
164362008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16437
16438 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
16439
07a4cc1a 164402008-05-21 Joel Brobecker <brobecker@adacore.com>
5943254b
JB
16441
16442 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
16443 of the "finish" command.
16444
55f996a7
NR
164452008-05-21 Nick Roberts <nickrob@snap.net.nz>
16446
16447 * gdb.base/annota1.exp: Test for new annotation.
16448
907fc202
UW
164492008-05-16 Pedro Alves <pedro@codesourcery.com>
16450
16451 * gdb.base/fixsection.exp: New file.
16452 * gdb.base/fixsection0.c: New file.
16453 * gdb.base/fixsection1.c: New file.
16454
e8f97270
UW
164552008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16456
16457 * gdb.base/annota1.exp: Accept printf@... in place of printf.
16458 * gdb.base/annota3.exp: Likewise.
16459
ac0bb574
NF
164602008-05-13 Nathan Froyd <froydnj@codesourcery.com>
16461
16462 * gdb.base/watch_thread_num.exp: Don't run tests that require
16463 watchpoints if the target doesn't support them.
16464
6fadd07a
DE
164652008-05-12 Doug Evans <dje@google.com>
16466
16467 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
16468
6e9a4a30
JB
164692008-05-09 Joel Brobecker <brobecker@adacore.com>
16470
16471 * gdb.ada/assign_1.exp: New testcase.
16472
08388c79
DE
164732008-05-09 Doug Evans <dje@google.com>
16474
a3c83fae
DE
16475 * gdb.base/find.exp: New file.
16476 * gdb.base/find.c: New file.
08388c79 16477
bd5ddfe8
DJ
164782008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
16479
16480 * gdb.base/commands.exp (watchpoint_command_test): Handle
16481 gdb,no_hardware_watchpoints.
16482 * gdb.base/float.exp: Allow ARM targets without floating point.
16483 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
16484
b5dd68e2 164852008-05-06 Jerome Guitton <guitton@adacore.com>
a9c64011 16486 Joel Brobecker <brobecker@adacore.com>
b5dd68e2
JB
16487
16488 * gdb.ada/lang_switch: New test program.
16489 * gdb.ada/lang_switch.exp: New testcase.
16490
382d13d1
DE
164912008-05-05 Doug Evans <dje@google.com>
16492
16493 * gdb.base/help.exp (disassemble): Update expected help text.
16494
9dd789d0
PA
164952008-05-04 Pedro Alves <pedro@codesourcery.com>
16496
16497 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
16498
611c83ae
PA
164992008-05-04 Pedro Alves <pedro@codesourcery.com>
16500
16501 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
16502 different times.
16503
ff013f42
JK
165042008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
16505
16506 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
16507 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
16508 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
16509 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
16510
96dff6a2
VP
165112008-05-04 Vladimir Prus <vladimir@codesourcery.com>
16512
16513 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
16514 notification to appear.
16515
55cd6f92
DJ
165162008-05-04 Daniel Jacobowitz <dan@debian.org>
16517
16518 * gdb.base/fullname.c: New file.
16519 * gdb.base/fullname.exp: New file.
16520 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
16521
d705c43c
PA
165222008-05-03 Pedro Alves <pedro@codesourcery.com>
16523
16524 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
16525 expressions with macros.
16526
333222e1
JK
165272008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16528
16529 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
16530
5ac01682
DJ
165312008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
16532
16533 * gdb.base/completion.exp: Handle lack of other symbols beginning
16534 with "a".
16535
16536 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
16537
237fc4c9
PA
165382008-05-02 Jim Blandy <jimb@codesourcery.com>
16539
16540 * gdb.asm/asmsrc1.s: Add scratch space.
16541
ed5e9466
DJ
165422008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16543 Daniel Jacobowitz <dan@codesourcery.com>
16544
16545 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
16546 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
16547 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
16548
b39cc962
DJ
165492007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
16550
16551 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
16552
36d520f5
JB
165532008-05-01 Joel Brobecker <brobecker@adacore.com>
16554
16555 * gdb.base/info-target.exp: New testcase.
16556
8d4e3071
DJ
165572008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
16558
16559 * gdb.cp/hang.exp: Use .cc instead of .C.
16560 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
16561 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
16562
6f3f3097
DJ
165632008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
16564
16565 * gdb.base/gdb1250.exp: Remove perror.
16566 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
16567
5550a914
PA
165682008-04-30 Pedro Alves <pedro@codesourcery.com>
16569
16570 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
16571 .2byte.
16572
d848e687
DJ
165732008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
16574
16575 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
16576 (maybe_kfail): New.
16577
93b5768b
PA
165782008-04-25 Pedro Alves <pedro@codesourcery.com>
16579
16580 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
16581
721c02de
VP
165822008-04-24 Vladimir Prus <vladimir@codesourcery.com>
16583
a9c64011
AS
16584 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
16585 * gdb.mi/mi2-syn-frame.exp: Likewise.
16586 * lib/mi-support.exp: Likewise.
721c02de 16587
74960c60
VP
165882008-04-24 Vladimir Prus <vladimir@codesourcery.com>
16589
16590 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
16591 to specify regexp for the location to stop at.
16592 * gdb.base/break-always.c: New.
16593 * gdb.base/break-always.exp: New.
16594
d24317b4
VP
165952008-04-24 Vladimir Prus <vladimir@codesourcery.com>
16596
16597 * lib/mi-support.exp (mi_runto_helper): Adjust
16598 for the original-location field.
16599 (mi_create_breakpoint, mi_list_breakpoints): New.
16600 * gdb.mi/mi-break.exp: Adjust.
16601 * gdb.mi/mi2-break.exp: Adjust.
16602 * gdb.mi/mi-pending.exp: Adjust.
16603 * gdb.mi/mi-simplerun.exp: Adjust.
16604 * gdb.mi/mi2-simplerun.exp: Adjust.
16605 * gdb.mi/mi-syn-frame.exp: Adjust.
16606 * gdb.mi/mi2-syn-frame.exp: Adjust.
16607 * gdb.mi/mi-until.exp: Adjust.
16608 * gdb.mi/mi2-until.exp: Adjust.
16609 * gdb.mi/mi-var-display.exp: Adjust.
16610 * gdb.mi/mi2-var-display.exp: Adjust.
16611 * gdb.mi/mi-watch.exp: Adjust.
16612 * gdb.mi/mi2-watch.exp: Adjust.
16613
fdc59709 166142008-04-23 Paolo Bonzini <bonzini@gnu.org>
d24317b4 16615
a9c64011
AS
16616 * aclocal.m4: Add override.m4.
16617 * configure: Regenerate.
fdc59709 16618
8e91f023
VP
166192008-04-19 Vladimir Prus <vladimir@codesourcery.com>
16620
16621 * gdb.mi/var-cmd.c (do_at_tests): Verify that
16622 '-var-update --all-values' reports new value even the type
16623 of a variable object has changed.
16624
233a11ab
CS
166252008-04-18 Craig Silverstein <csilvers@google.com>
16626
16627 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
16628 files.
d24317b4 16629
9c1137ad
JB
166302008-04-18 Joel Brobecker <brobecker@adacore.com>
16631
16632 * gdb.ada/atomic_enum: New test program.
16633 * gdb.ada/atomic_enum.exp: New testcase.
16634
66d0bbc7
DE
166352008-04-17 Doug Evans <dje@google.com>
16636
16637 * gdb.opt/Makefile.in: Fix whitespace.
16638
100906b0
UW
166392008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
16640
16641 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
16642
4584e32e
DE
166432008-04-17 Doug Evans <dje@google.com>
16644
16645 * gdb.base/hashline1.exp: New testcase.
16646 * gdb.base/hashline2.exp: New testcase.
16647 * gdb.base/hashline2.exp: New testcase.
16648
0a320680
PA
166492008-04-17 Pedro Alves <pedro@codesourcery.com>
16650
16651 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
16652
18ac113b
AR
166532008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
16654
16655 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
16656 temporary breakpoint to match "Temporary breakpoint".
16657 * gdb.base/break.exp (delete_breakpoints): Likewise.
16658 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
16659 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
16660 * gdb.base/display.exp: Likewise.
16661 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
16662 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
16663 * gdb.base/restore.exp (restore_tests): Likewise.
16664 * gdb.base/sepdebug.exp: Likewise.
16665 * gdb.base/watchpoint.exp: Likewise.
16666 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
16667 * gdb.mi/mi-pending.exp: Likewise.
16668 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
16669 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
16670 * gdb.mi/mi-var-cmd.exp: Likewise.
16671 * gdb.mi/mi-var-display.exp: Likewise.
16672 * gdb.mi/mi2-cli.exp: Likewise.
16673 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
16674 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
16675 * gdb.mi/mi2-var-display.exp: Likewise.
16676 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
16677 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
16678 new "disp" field.
a9c64011 16679 (mi_expect_stop): Move after_reason argument to be really after
18ac113b
AR
16680 reason. This is to support fix for PR2424.
16681
add38693
JK
166822008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16683
16684 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
16685
fcacd99f
VP
166862008-04-13 Vladimir Prus <vladimir@codesourcery.com>
16687
16688 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
a9c64011 16689 field. Add more floating varobj tests.
fcacd99f 16690 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
a9c64011
AS
16691 field.
16692 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
16693 (main): Call do_at_tests.
16694 * lib/mi-support.exp (mi_create_floating_varobj)
16695 (mi_varobj_update_with_type_change): New.
fcacd99f 16696
de051565
MK
166972008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
16698
16699 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
16700 option of -var-evaluate-expression.
16701 * gdb.mi/mi2-var-display.exp: Likewise.
16702
dbc52822
VP
167032008-04-07 Vladimir Prus <vladimir@codesourcery.com>
16704
16705 Introduce test setup helpers.
a9c64011
AS
16706 * lib/gdb.exp (build_executable, clean_restart)
16707 (prepare_for_testing): New.
16708 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
16709 * gdb.base/return.exp: Likewise.
16710 * gdb.base/ending-run.exp: Likewise.
dbc52822 16711
473591da
NR
167122008-04-07 Nick Roberts <nickrob@snap.net.nz>
16713
16714 * gdb.mi/mi-async.exp: New test for asynchronous Machine
16715 Interface (MI) responses.
16716
2b2d9e11
VP
167172008-04-06 Vladimir Prus <vladimir@codesourcery.com>
16718
a9c64011
AS
16719 * gdb.cp/breakpoint.cc: New code to test conditions involving
16720 member variables.
16721 * gdb.cp/breakpoint.exp: Test condition involving member
16722 variables.
2b2d9e11 16723
bb378428
VP
167242008-04-05 Vladimir Prus <vladimir@codesourcery.com>
16725
16726 * lib/mi-support.exp (mi_expect_stop): New.
16727 (mi_run_cmd): Change the
16728 token. Use mi_send_resuming_command, use
16729 mi_expect_stop.
16730 (mi_execute_to_helper): Rename to mi_execute_to.
16731 (mi_send_resuming_command): Add more error patterns.
16732 (mi_wait_for_stop): Renamed to...
16733 (mi_get_stop_line): ...this.
16734 (mi_run_inline_test): Adjust.
16735
16736 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
16737 * gdb.mi/mi-console.exp: Likewise.
16738 * gdb.mi/mi-pending.exp: Likewise.
16739 * gdb.mi/mi-simplerun.exp: Likewise.
16740 * gdb.mi/mi-stack.exp: Likewise.
16741 * gdb.mi/mi-stepi.exp: Likewise.
16742 * gdb.mi/mi-syn-frame.exp: Add comment.
16743 * gdb.mi/mi-until.exp: Likewise.
16744 * gdb.mi/mi-var-display.exp: Likewise.
16745 * gdb.mi/mi-watch.exp: Likewise.
16746 * gdb.mi/mi2-cli.exp: Likewise.
16747 * gdb.mi/mi2-console.exp: Likewise.
16748 * gdb.mi/mi2-simplerun.exp: Likewise.
16749 * gdb.mi/mi2-stack.exp: Likewise.
16750 * gdb.mi/mi2-stepi.exp: Likewise.
16751 * gdb.mi/mi2-until.exp: Likewise.
16752 * gdb.mi/mi2-var-display.exp: Likewise.
16753 * gdb.mi/mi2-watch.exp: Likewise.
16754
62172bb9
UW
167552008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16756
16757 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
16758
16759 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
16760
a13e061a
PA
167612008-04-04 Pedro Alves <pedro@codesourcery.com>
16762
16763 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
16764 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
16765 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
16766 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
16767 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
16768 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
16769 expect an mi error duplicated in stderr.
16770
eae06beb
JB
167712008-04-03 Joel Brobecker <brobecker@adacore.com>
16772
16773 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
16774 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
16775 Add a couple of tests that verify the behavior when the new setting
16776 is set to "cancel" and "all".
16777 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
16778 "ask" before we start the testing.
16779
79c6ced6
AR
167802008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
16781
16782 * gdb.cp/casts.cc: Add class reference variables.
16783 * gdb.cp/casts.exp: New test cases for up/down casting references.
16784
6c2d1a6b
MK
167852008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
16786
16787 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
16788 instead of beginning to make an extra test pass.
16789 * gdb.mi/mi2-var-display.exp: Likewise.
16790
55b411d9
MR
167912008-03-31 Maciej W. Rozycki <macro@mips.com>
16792
16793 * gdb.base/break.exp: Mark failures as such. Fix formatting.
16794
c6140da2
MD
167952008-03-31 Markus Deuling <deuling@de.ibm.com>
16796 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16797
16798 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
16799 value. Add xfail for older kernels.
16800
79732189
AR
168012008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
16802
16803 Bring mi-support in line with gdb.exp.
16804 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
16805 (mi_gdb_start): New function.
16806
33c3676e
MR
168072008-03-28 Maciej W. Rozycki <macro@mips.com>
16808
16809 * gdb.mi/mi-var-cmd.exp: Fix a typo.
16810
92e28119
VP
168112008-03-26 Vladimir Prus <vladimir@codesourcery.com>
16812
16813 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
16814 * gdb.mi/mi2-var-display.exp: Likewise.
a9c64011 16815
9e8e3afe
VP
168162008-03-26 Vladimir Prus <vladimir@codesourcery.com>
16817
16818 * lib/mi-support.exp (mi_create_varobj_checked): New.
16819 (mi_list_varobj_children): Allow to check for a
16820 value.
16821 (mi_list_array_varobj_children): New.
16822
16823 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
16824 and mi_list_varobj_children, as opposed to hardcoding
16825 expected strings.
16826 * gdb.mi/gdb701.exp: Likewise.
16827 * gdb.mi/gdb792.exp: Likewise.
16828 * gdb.mi/mi-var-block.exp: Likewise.
16829 * gdb.mi/mi-var-cmd.exp: Likewise.
16830 * gdb.mi/mi-var-invalidate.exp: Likewise.
16831 * gdb.mi/mi2-var-block.exp: Likewise.
16832 * gdb.mi/mi2-var-child.exp: Likewise.
16833 * gdb.mi/mi2-var-cmd.exp: Likewise.
16834 * gdb.mi/mi2-var-display.exp: Likewise.
16835
9df50351
JK
168362008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16837
16838 Fix random false FAILs on i386.
16839 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
16840
31e5d73a
DJ
168412008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
16842
16843 PR gdb/544
16844 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
16845
12f4afab
DJ
168462008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
16847
16848 PR gdb/544
16849 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
16850
b562a0cb
DJ
168512008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
16852
16853 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
16854 fixed PR gdb/544.
16855
17faa917
DJ
168562008-03-21 Pedro Alves <pedro@codesourcery.com>
16857
16858 * gdb.threads/fork-child-threads.exp: Test next over fork.
16859
6214f497
DJ
168602008-03-21 Chris Demetriou <cgd@google.com>
16861
16862 * gdb.base/break.exp (rbreak junk): New test for rbreak
16863 "Junk at end of arguments" issue.
16864
63092375
DJ
168652008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
16866
16867 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
16868 *& to work on created array elements.
16869 (Top level): Test print $pc with a file. Test string operations
16870 without a target.
16871 * gdb.base/ptype.exp: Do not expect *& to work on created array
16872 elements.
16873
b21991b0
DJ
168742008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
16875
16876 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
16877 gdb.threads/staticthreads.exp: Update exit query.
16878
c4b347c7
SL
168792008-03-07 Sandra Loosemore <sandra@codesourcery.com>
16880
16881 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
16882
fa4727a6
DJ
168832008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
16884
16885 * gdb.base/watchpoint.c (global_ptr, func4): New.
16886 (main): Call func4.
16887 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
16888 (test_inaccessible_watchpoint): New.
16889
2f34202f
MR
168902008-02-29 Maciej W. Rozycki <macro@mips.com>
16891
16892 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
16893 select the largest.
16894
0d6ba1b1
DJ
168952008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
16896
16897 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
16898 frames-invalid annotations.
16899
e691325a
PM
169002008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
16901
a9c64011 16902 * gdb.base/assign.exp: avoid same output for different tests.
e691325a 16903
f85b5ecc
DE
169042008-02-27 Doug Evans <dje@google.com>
16905
16906 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
16907 for bug 1738.
16908 (breakpoint_to_handler_entry): Ditto.
16909
b40e7bf3
JB
169102008-02-27 Joel Brobecker <brobecker@adacore.com>
16911
16912 * gdb.base/ending-run.exp: Use the first line of code inside
16913 function body to test breakpoints.
16914 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
16915 location where the breakpoint is inserted when using the line
16916 where a function is declared. Fix typo in the description of
16917 one of the tests.
16918 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
16919
2faca73a
PM
169202008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
16921
16922 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
a9c64011 16923 tests.
2faca73a 16924
6f439c36
PM
169252008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
16926
16927 * gdb.base/args.exp: avoid same output for tests
16928 with single quotes.
16929
54e52265
VP
169302008-02-26 Vladimir Prus <vladimir@codesourcery.com>
16931
a9c64011
AS
16932 * gdb.base/annota1.exp: Adjust for 'info break'
16933 format changes.
16934 * gdb.base/annota3.exp: Likewise.
16935 * gdb.base/break.exp: Likewise.
16936 * gdb.base/condbreak.exp: Likewise.
16937 * gdb.base/pending.exp: Likewise.
16938 * gdb.base/sepdebug.exp: Likewise.
16939 * gdb.base/unload.exp: Likewise.
16940 * gdb.cp/ovldbreak.exp: Likewise.
16941 * gdb.mi/mi-pending.exp: Likewise.
54e52265 16942
897b09ca
DE
169432008-02-07 Doug Evans <dje@google.com>
16944
16945 * gdb.cp/mb-inline.exp: New.
16946 * gdb.cp/mb-inline.h: New.
16947 * gdb.cp/mb-inline1.cc: New.
16948 * gdb.cp/mb-inline2.cc: New.
16949
b1c32d35
PM
169502008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
16951
16952 * gdb.pascal/floats.pas: New test program.
16953 * gdb.pascal/floats.exp: New testcase.
16954
1a4ca44a
TJB
169552008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
16956
16957 * gdb.base/callfuncs.c (t_float_many_args): New function.
16958 (t_double_many_args): New function.
16959 * gdb.base/callfuncs.exp: Add tests for exceeding float
16960 and double parameters passed through the stack.
16961
439048e8
JB
169622008-02-05 Joel Brobecker <brobecker@adacore.com>
16963
16964 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
16965 gdb.ada/complete/foo.adb: New files.
16966 * gdb.ada/complete.exp: New testcase.
16967
81fe8080
DE
169682008-02-03 Doug Evans <dje@google.com>
16969
301f0ecf
DE
16970 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
16971
81fe8080
DE
16972 * gdb.cp/gdb2384.exp: New file.
16973 * gdb.cp/gdb2384.cc: New file.
16974 * gdb.cp/gdb2384-base.h: New file.
16975 * gdb.cp/gdb2384-base.cc: New file.
16976
4b071aec
DE
169772008-02-02 Doug Evans <dje@google.com>
16978
16979 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
16980
61137ba6
JB
169812007-02-01 Joel Brobecker <brobecker@adacore.com>
16982
16983 * gdb.ada/sym_print_name: New test program.
16984 * gdb.ada/sym_print_name.exp: New testcase.
16985
169862007-02-01 Joel Brobecker <brobecker@adacore.com>
51ba8a62
JB
16987
16988 * gdb.ada/nested/hello.adb: New file.
16989 * gdb.ada/nested.exp: New testcase.
16990 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
16991
98deb0da
VP
169922008-02-01 Vladimir Prus <vladimir@codesourcery.com>
16993
16994 * gdb.mi/basic.c (return_1): New function.
a9c64011
AS
16995 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
16996 don't cause future evaluations of function to report
16997 creation of internal breakpoints.
98deb0da 16998
723a2275
VP
169992008-02-01 Vladimir Prus <vladimir@codesourcery.com>
17000
17001 * gdb.mi/mi-break.exp (test_error): New.
17002 Call it.
17003
fb546a2f
LM
170042008-01-31 Luis Machado <luisgpm@br.ibm.com>
17005
17006 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
17007 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
17008
2d8fd90a
PM
170092008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
17010
17011 * gdb.pascal/integers.pas: New test program.
17012 * gdb.pascal/integers.exp: New testcase.
17013
a7fa0ded
PM
170142008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
17015
17016 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
17017
5e1a1926
TJB
170182008-01-30 Luis Machado <luisgpm@br.ibm.com>
17019
17020 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
17021 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
17022
8d04f9f0
JB
170232008-01-30 Paul Hilfinger <hilfinger@adacore.com>
17024
17025 * gdb.ada/formatted_ref: New test program.
17026 * gdb.ada/formatted_ref.exp: New testcase.
17027
17028 * gdb.cp/formatted-ref.cc: New file.
17029 * gdb.cp/formatted-ref.exp: New testcase.
17030
ce75a98f
JB
170312008-01-30 Joel Brobecker <brobecker@adacore.com>
17032
17033 * gdb.base/ptype.exp: Add testing of "ptype $pc".
17034
e835f6bf
NR
170352008-01-30 Nick Roberts <nickrob@snap.net.nz>
17036
17037 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
17038 (test_file_list_exec_source_file): Update to new macro-info field.
17039
d118ef87
PH
170402008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
17041
17042 * gdb.ada/exprs: New test program.
17043 * gdb.ada/exprs.exp: New testcase.
17044
7d35ab09
TJB
170452008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
17046
17047 * dfp-test.c (DELTA, DELTA_B): New definitions.
17048 (double_val1, double_val2, double_val3, double_val4, double_val5,
17049 double_val6, double_val7, double_val8, double_val9, double_val10,
17050 double_val11, double_val12, double_val13, double_val14, dec32_val1,
17051 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
17052 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
17053 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
17054 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
17055 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
17056 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
17057 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
17058 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
17059 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
17060 dec128_val16): New global variables.
17061 (decimal_dec128_align): New function.
17062 (decimal_mixed): Likewise.
17063 (decimal_many_args_dec32): Likewise.
17064 (decimal_many_args_dec64): Likewise.
17065 (decimal_many_args_dec128): Likewise.
17066 (decimal_many_args_mixed): Likewise.
17067 * dfp-test.exp: Add tests calling new inferior functions.
17068
2d717e4f
DJ
170692008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
17070
17071 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
17072 gdb.server/ext-run.exp: New files.
17073 * lib/gdbserver-support.exp (gdbserver_download): New.
17074 (gdbserver_start): New. Update gdbserver expected
17075 output.
17076 (gdbserver_spawn): Use them.
17077 (gdbserver_start_extended): New.
17078
e85a822c
DJ
170792008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
17080
17081 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
17082 Run on GNU/Linux.
17083 (do_exec_tests): Check for systems which do not support catchpoints.
17084 Do not match START.
17085 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
17086 Run on GNU/Linux. Enable verbose output.
17087 (check_fork_catchpoints): New.
17088 (explicit_fork_child_follow, catch_fork_child_follow)
17089 (tcatch_fork_parent_follow): Update expected messages.
17090 (do_fork_tests): Use check_fork_catchpoints.
17091 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
17092 Run on GNU/Linux. Enable verbose output.
17093 (check_vfork_catchpoints): New.
17094 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
17095 expected messages.
17096 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
17097
401ea829
JB
170982008-01-29 Jim Blandy <jimb@red-bean.com>
17099
17100 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
17101 host' errors.
17102 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
17103
aceaf3ad
JB
171042008-01-29 Jim Blandy <jimb@red-bean.com>
17105
17106 * gdb.threads/sigthread.c: Use barriers to ensure that
17107 child_thread and child_thread_two are always initialized before we
17108 start to use them.
17109
a5606eee
VP
171102008-01-29 Vladimir Prus <vladimir@codesourcery.com>
17111
17112 * gdb.base/watchpoint-solib.exp: New.
a9c64011
AS
17113 * gdb.base/watchpoint-solib.c: New.
17114 * gdb.base/watchpoint-solib-shr.c: New.
a5606eee 17115
c55a82bb
PM
171162008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
17117
17118 * gdb.base/gdb1056.exp: Add unsigned integer test.
17119
0993fe05
DE
171202008-01-28 Doug Evans <dje@google.com>
17121
17122 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
17123
4fe42e7f
JB
171242008-01-27 Jim Blandy <jimb@codesourcery.com>
17125
c7a69933
JB
17126 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
17127
4fe42e7f
JB
17128 * gdb.base/expand-psymtabs.exp: Doc fix.
17129
5def8285
MK
171302008-01-26 Mark Kettenis <kettenis@gnu.org>
17131
17132 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
17133
5313c911
NR
171342008-01-24 Nick Roberts <nickrob@snap.net.nz>
17135
a9c64011 17136 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
5313c911
NR
17137 -var-set-format.
17138
93815fbf
VP
171392008-01-23 Chris Demetriou <cgd@google.com>
17140
17141 * gdb.threads/thread_events.c: New testcase source file.
17142 * gdb.threads/thread_events.exp: New testcase expect file.
17143
467a88ee
NR
171442008-01-23 Nick Roberts <nickrob@snap.net.nz>
17145
17146 * lib/gdb.exp: Add the variable octal.
a9c64011
AS
17147
17148 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
467a88ee
NR
17149 -var-set-format.
17150
d8f82aba
DJ
171512008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
17152 Vladimir Prus <vladimir@codesourcery.com>
17153
17154 * gdb.base/float.exp: Allow missing floating point for m68k and
17155 PowerPC.
17156
60c46647
VP
171572008-01-22 Vladimir Prus <vladimir@codesourcery.com>
17158
17159 * gdb.mi/basics.c: Setup for testing breakpoints
a9c64011
AS
17160 ignore count.
17161 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
17162 * gdb.mi/mi-cli.exp: Adjust.
17163 * gdb.mi/mi2-cli.exp: Adjust.
60c46647 17164
c7dd36a1
PA
171652008-01-17 Pedro Alves <pedro@codesourcery.com>
17166
17167 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
17168 and 'dummy_ptr' integer pointer. Initialize struct_declarations
17169 with dummy_ptr's address.
17170 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
17171 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
17172 all targets.
17173 * gdb.mi/mi2-var-child.exp: Likewise.
17174
39d5313e
JB
171752008-01-09 Joel Brobecker <brobecker@adacore.com>
17176
17177 * gdb.ada/null_array: New test program.
17178 * gdb.ada/null_array.exp: New testcase.
17179
0aea4bf3
LM
171802008-01-09 Luis Machado <luisgpm@br.ibm.com>
17181
17182 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
17183 with required float modifiers.
17184
0b354900
JB
171852008-01-08 Joel Brobecker <brobecker@adacore.com>
17186
17187 * gdb.ada/funcall_param: New test program.
17188 * gdb.ada/funcall_param.exp: New testcase.
17189
cdb7f5d4
JB
171902008-01-08 Joel Brobecker <brobecker@adacore.com>
17191
17192 * gdb.ada/arrayparam: New test program.
17193 * gdb.ada/arrayparam.exp: New testcase.
17194
88e2547f
JB
171952008-01-08 Joel Brobecker <brobecker@adacore.com>
17196
17197 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
17198 landed. Should also fix random failures in the test following it.
17199
f6867ce0
TJB
172002008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
17201
17202 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
17203 for expressions with decimal float values.
17204 (test_dfp_conversions): New function to test casts to and from
17205 decimal float types.
17206 Call test_dfp_conversions.
17207 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
17208 elements.
17209 (main): Initialize ds.float4 and ds.double8 elements.
17210 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
17211 string to new error message.
17212 (d64_set_tests): Likewise.
17213 (d128_set_tests): Likewise.
17214 Add tests for expressions with decimal float variables. Add tests for
17215 conversions to and from decimal float types.
17216
f9c11282
JB
172172008-01-05 Joel Brobecker <brobecker@adacore.com>
17218
17219 * gdb.ada/packed_tagged/comp_bug.adb: New file.
17220 * gdb.ada/packed_tagged.exp: New testcase.
17221
0ecbca72
JB
172222008-01-04 Joel Brobecker <brobecker@adacore.com>
17223
17224 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
17225 gdb.ada/homonym/homonym_main.adb: New files.
17226 * gdb.ada/homonym.exp: New testcase.
17227
c18d3d89
JB
172282008-01-04 Joel Brobecker <brobecker@adacore.com>
17229
17230 * gdb.ada/packed_array.exp: Add testing of references to
17231 a packed array.
17232
ecc7085b
JB
172332008-01-04 Joel Brobecker <brobecker@adacore.com>
17234
17235 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
17236 New files.
17237 * gdb.ada/type_coercion.exp: New testcase.
17238
c474c922
JB
172392008-01-04 Joel Brobecker <brobecker@adacore.com>
17240
17241 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
17242 gdb.ada/tagged/foo.adb: New file.
17243 * gdb.ada/tagged.exp: New testcase.
17244
9005b927
JB
172452008-01-04 Joel Brobecker <brobecker@adacore.com>
17246
17247 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
17248 gdb.ada/ptype_field/foo.adb: New files.
17249 * gdb.ada/ptype_field.exp: New testcase.
17250
1a6aaad8
JB
172512008-01-03 Joel Brobecker <brobecker@adacore.com>
17252
17253 * gdb.ada/print_pc.exp: New testcase.
17254
0ef22f53
JB
172552008-01-03 Joel Brobecker <brobecker@adacore.com>
17256
17257 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
17258 gdb.ada/taft_type/p.adb: New files.
17259 * gdb.ada/taft_type.exp: New testcase.
17260
1689ecf8
JB
172612008-01-03 Joel Brobecker <brobecker@adacore.com>
17262
17263 * gdb.ada/array_bounds/bar.adb: New file.
17264 * gdb.ada/array_bounds.exp: New testcase.
17265
a4d0b9c3
JB
172662008-01-03 Joel Brobecker <brobecker@adacore.com>
17267
17268 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
17269 gdb.ada/arrayptr/foo.adb: New files.
17270 * gdb.ada/arrayptr.exp: New testcase.
17271
a31ace00
JB
172722008-01-03 Joel Brobecker <brobecker@adacore.com>
17273
17274 * gdb.base/set-lang-auto.exp: New testcase.
17275
a97fced3
JB
172762008-01-03 Joel Brobecker <brobecker@adacore.com>
17277
17278 * gdb.ada/fun_addr/foo.adb: New file.
17279 * gdb.ada/fun_addr.exp: New testcase.
17280
ef29ce1a
JK
172812008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
17282
17283 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
17284 New files
17285
0fafefe3
JB
172862008-01-02 Joel Brobecker <brobecker@adacore.com>
17287
17288 * array_subscript_addr/p.adb: New file.
a9c64011 17289 * array_subscript_addr.exp: New testcase.
0fafefe3 17290
c4359f8d
JB
172912008-01-02 Joel Brobecker <brobecker@adacore.com>
17292
a9c64011 17293 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
c4359f8d
JB
17294 New files.
17295 * gdb.ada/str_cmp_ref.exp: New testcase.
17296
1aa1b15b
JB
172972008-01-01 Joel Brobecker <brobecker@adacore.com>
17298
17299 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
17300 gdb.ada/fun_in_declare/foo.adb: New files.
a9c64011 17301 * gdb.ada/fun_in_declare.exp: New testcase.
1aa1b15b 17302
81c9b2cf
JB
173032008-01-01 Joel Brobecker <brobecker@adacore.com>
17304
17305 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
17306 gdb.ada/ref_param/pck.ads: New files.
17307 * gdb.ada/ref_param.exp: New testcase.
17308
319e4674
JB
173092008-01-01 Joel Brobecker <brobecker@adacore.com>
17310
17311 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
17312 gdb.ada/interface/foo.adb: New files.
17313 * gdb.ada/interface.exp: New testcase.
17314
ef682c56
JB
173152007-12-31 Jim Blandy <jimb@codesourcery.com>
17316
17317 * gdb.base/multi-forks.exp: Consume all output from child
17318 processes before proceeding to next test.
17319
f6f3eb6c
JB
173202007-12-29 Jim Blandy <jimb@codesourcery.com>
17321
17322 * configure: Regenerated.
17323
f652e42f
JB
173242007-12-27 Joel Brobecker <brobecker@adacore.com>
17325
17326 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
17327 gdb.ada/fixed_cmp/fixed.adb: New files.
17328 * gdb.ada/fixed_cmp.exp: New testcase.
17329
6943e596
JB
173302007-12-27 Joel Brobecker <brobecker@adacore.com>
17331
17332 * gdb.ada/boolean_expr.exp: New testcase.
17333
aad9a193
JB
173342007-12-26 Jim Blandy <jimb@codesourcery.com>
17335
17336 * gdb.base/multi-forks.exp: Doc fix.
17337
fb5f3683
JB
173382007-12-26 Joel Brobecker <brobecker@adacore.com>
17339
17340 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
17341 * gdb.ada/char_param.exp: Do not compile our test program with
17342 -gnata, this is unnecessary.
17343 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
17344
384e4a9c
JB
173452007-12-24 Joel Brobecker <brobecker@adacore.com>
17346
17347 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
17348 gdb.ada/print_chars/foo.adb: New files.
17349 * gdb.ada/print_chars.exp: New testcase.
17350
01e044f7
JB
173512007-12-24 Joel Brobecker <brobecker@adacore.com>
17352
17353 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
17354 gdb.ada/char_param/foo.adb: New files.
17355 * gdb.ada/char_param.exp: New testcase.
17356
0ce17860
JB
173572007-12-22 Jim Blandy <jimb@codesourcery.com>
17358
17359 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
17360 hard-coding source line numbers into the test.
17361 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
17362 gdb_get_line_number to find.
17363
919809b9
JB
173642007-12-22 Joel Brobecker <brobecker@adacore.com>
17365
17366 * gdb.base/ptype.c (highest): New struct type.
17367 (the_highest): New variable of that type.
17368 (main): Add dummy assignment to a field of variable the_highest.
17369 * gdb.base/ptype.exp: Test type printing of our new variable.
17370
abc8a88d
PM
173712007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
17372
17373 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
a9c64011 17374 and record first explicitly generated thread number.
abc8a88d
PM
17375 Use that thread number for thread specific watchpoint test.
17376 Add iteration number to repetitive tests.
17377
5158f3e3
CES
173782007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
17379 Jim Blandy <jimb@codesourcery.com>
17380
17381 * gdb.base/expand-psymtabs.c: New testcase
17382 source file.
17383 * gdb.base/expand-psymtabs.exp: New testcase
17384 expect file.
17385
37e4754d
LM
173862007-12-17 Luis Machado <luisgpm@br.ibm.com>
17387
17388 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
17389 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
17390
551e5d04
JB
173912007-12-17 Joel Brobecker <brobecker@adacore.com>
17392
17393 * gdb.ada/frame_args/foo.adb: New file.
17394 * gdb.ada/frame_args/pck.ads: New file.
17395 * gdb.ada/frame_args/pck.adb: New file.
17396 * gdb.ada/frame_args.exp: New testcase.
17397
a05ee097
JB
173982007-12-17 Joel Brobecker <brobecker@adacore.com>
17399
17400 * gdb.base/frame-args.c: New file.
17401 * gdb.base/frame-args.exp: New testcase.
17402
c162e8c9 174032007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
a9c64011 17404 Joseph Myers <joseph@codesourcery.com>
c162e8c9
JM
17405
17406 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
17407
afe8ab22 174082007-12-14 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 17409
afe8ab22
VP
17410 * gdb.mi/mi-pending.exp: New.
17411 * gdb.mi/mi-pending.c: New.
17412 * gdb.mi/mi-pendshr.c: New.
17413
dfdfb3ca
JB
174142007-12-06 Jim Blandy <jimb@codesourcery.com>
17415
17416 * gdb.base/default.exp: Update expected output for 'info catch'.
17417
b7fca990
JK
174182007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17419
17420 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
17421 must be set to binary.
17422
6a1afc1e
PA
174232007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
17424
17425 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
17426
a6b151f1
DJ
174272007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
17428
17429 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
17430 gdb.mi/mi-file-transfer.exp: New.
17431
43039443
JK
174322007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17433
17434 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
17435
0ef2251b
MR
174362007-11-22 Maciej W. Rozycki <macro@mips.com>
17437
17438 * gdb.trace/backtrace.exp: Fix a typo.
17439 * gdb.trace/circ.exp: Likewise.
17440 * gdb.trace/collection.exp: Likewise.
17441 * gdb.trace/limits.exp: Likewise.
17442 * gdb.trace/report.exp: Likewise.
17443 * gdb.trace/tfind.exp: Likewise.
17444 * gdb.trace/while-dyn.exp: Likewise.
17445
5443631e
NR
174462007-11-21 Nick Roberts <nickrob@snap.net.nz>
17447
17448 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
17449 objects of pointers that can't be dereferenced are now
17450 "noneditable".
17451
a4ce5b0d
UW
174522007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17453
17454 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
17455 (target_cpu): Remove.
17456
d6e956e5
VP
174572007-10-15 Vladimir Prus <vladimir@codesourcery.com>
17458
17459 * gdb.base/ending-run.exp: Expect the list of cleared
17460 breakpoint to come in natural order, not the reversed one.
a9c64011 17461
214270ab
VP
174622007-11-07 Vladimir Prus <vladimir@codesourcery.com>
17463
17464 * gdb.mi/mi-var-child.c (do_child_deletion): New.
17465 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
a9c64011 17466
1a619819
LM
174672007-11-05 Luis Machado <luisgpm@br.ibm.com>
17468
17469 * gdb.base/printcmds.exp: New function
17470 test_printf_with_dfp.
17471
5b01a6fa
DE
174722007-11-02 Doug Evans <dje@google.com>
17473
17474 * gdb.disasm/t01_mov.s: Remove carriage returns.
17475 * gdb.disasm/t02_mova.s: Ditto.
17476 * gdb.disasm/t03_add.s: Ditto.
17477 * gdb.disasm/t04_sub.s: Ditto.
17478 * gdb.disasm/t05_cmp.s: Ditto.
17479 * gdb.disasm/t06_ari2.s: Ditto.
17480 * gdb.disasm/t07_ari3.s: Ditto.
17481 * gdb.disasm/t08_or.s: Ditto.
17482 * gdb.disasm/t09_xor.s: Ditto.
17483 * gdb.disasm/t10_and.s: Ditto.
17484 * gdb.disasm/t11_logs.s: Ditto.
17485 * gdb.disasm/t12_bit.s: Ditto.
17486 * gdb.disasm/t13_otr.s: Ditto.
17487
ec33ab7f
JK
174882007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
17489
17490 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
17491
ae0d01ff
UW
174922007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17493
17494 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
17495 provide DFP support.
17496
55eddb0f
DJ
174972007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
17498
17499 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
17500 Test "set powerpc vector-abi". Skip auto-detection tests for old
17501 toolchains.
17502
7020f05c
PA
175032007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
17504
17505 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
17506 with [string compare].
17507
84bc3db9
PA
175082007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
17509
17510 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
17511 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
17512
5876dc88
LM
175132007-10-25 Luis Machado <luisgpm@br.ibm.com>
17514
17515 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
17516 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
17517 * gdb.opt/Makefile.in: New makefile.
17518 * Makefile.in: Create new directory "gdb.opt".
17519 * configure.ac: Add "gdb.opt" directory.
17520 * configure: Regenerated.
a9c64011 17521
c3ea9a14
DE
175222007-10-25 Doug Evans <dje@google.com>
17523
17524 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
17525 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
17526
a9c64011 175272007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
93004d61
TJB
17528 Thiago Jung Bauermann <bauerman@br.ibm.com>
17529
17530 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
17531 Floating Point expressions.
17532 * gdb.base/dfp-test.exp: new file adding tests for Decimal
17533 Floating Point variables.
17534 * gdb.base/dfp-test.c: new file containing program with Decimal
17535 Floating variables, used by gdb.base/dfp-test.exp.
17536
62a24a2b
DJ
175372007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
17538
17539 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
17540
e7b1eae6
UW
175412007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17542
17543 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
17544 compiling test case with GCC.
17545 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
17546
c641edcc
UW
175472007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17548
17549 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
17550 format changes.
17551
5e5ebfe6
MS
175522007-10-18 Michael Snyder <msnyder@specifix.com>
17553
17554 * gdb.base/dbx.exp: Add missing "-re " operator.
17555
e831e7b6
GM
175562007-10-16 Gaius Mulley <gaius@glam.ac.uk>
17557
17558 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
17559 * configure.ac: Removed trailing spaces after backslash.
17560 * gdb.modula2: New directory.
17561 * gdb.modula2/Makefile.in: New file.
17562 * gdb.modula2/unbounded-array.exp: New file.
17563 * gdb.modula2/unbounded1.c: New file.
17564
7cc46491
DJ
175652007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
17566
17567 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
17568
175692007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
501b79c1
PM
17570
17571 * gdb.base/sigstep.c (main): Add checks for
17572 return values for setitimer call.
17573 Call setitimer again with itimer = ITIMER_REAL
17574 if first call to setitimer fails.
17575
e91528f0
KH
175762007-10-11 Kazu Hirata <kazu@codesourcery.com>
17577
17578 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
17579 of $timeout.
17580
2ec9a4f8
DJ
175812007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
17582
17583 * gdb.server/server-run.exp: Test for dynamic linker symbols.
17584
175852007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
5aa7ddc2
PM
17586
17587 * lib/gdb.exp (gdb_run_cmd): Move comment outside
17588 of gdb_expect call, to avoid interruption.
17589
64b2fa04
PA
175902007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
17591
17592 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
17593 (v_unsigned_long_long, v_long_long_array)
17594 (v_signed_long_long_array, v_unsigned_long_long_array)
17595 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
17596 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
17597 [!NO_LONG_LONG]: New.
17598 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
17599 v_long_long_member.
17600
17601 (v_long_long_func, v_signed_long_long_func)
17602 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
17603 (main) [!NO_LONG_LONG]: Initialize long long variants.
17604
17605 * gdb.base/whatis.exp: If board file requests no_long_long, build
17606 test with NO_LONG_LONG defined. Test long long, signed long long,
17607 and unsigned long long variants but only if board file doesn't
17608 disable it.
17609
a912286e 176102007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
a9c64011 17611 Daniel Jacobowitz <dan@codesourcery.com>
a912286e
DJ
17612
17613 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
17614 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
17615 * configure: Regenerated.
17616 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
17617 gdb.pascal/types.exp, lib/pascal.exp: New files.
17618
471ba8c9
DJ
176192007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
17620
17621 * gdb.cp/classes.exp (do_tests): Always step to the line after the
17622 call.
17623 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
17624 to return to the call.
17625 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
17626 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
17627 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
17628 * gdb.mi/mi-until.exp (test_until): Likewise.
17629 * gdb.mi/mi2-until.exp (test_until): Likewise.
17630
fef8a650
DJ
176312007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
17632
17633 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
17634 two-char array.
17635 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
17636
d983da9c
DJ
176372007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
17638
17639 * gdb.threads/watchthreads.c (thread_function): Sleep between
17640 iterations.
17641 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
17642 at once for S/390. Generate matching fails and passes.
17643
17f62551
VP
176442007-09-27 Vladimir Prus <vladimir@codesourcery.com>
17645
17646 * gdb.mi/var-cmd.c (do_children_tests): Initialize
17647 the 'struct_declarations' variable to zeros.
a9c64011 17648
ed0616c6
VP
176492007-09-24 Vladimir Prus <vladimir@codesourcery.com>
17650
17651 * gdb.cp/mb-ctor.cc: New.
17652 * gdb.cp/mb-ctor.exp: New.
17653 * gdb.cp/mb-templates.cc: New.
17654 * gdb.cp/mb-templates.exp: New.
17655
41f1b697
DJ
176562007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
17657
17658 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
17659
3f213f78
PA
176602007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
17661
17662 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
17663 targets.
17664 * configure: Regenerate.
17665
0d381245 176662007-09-23 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 17667
0d381245
VP
17668 * gdb.base/annota1.exp: Adjust for 'info break'
17669 format changes.
17670 * gdb.base/annota3.exp: Likewise.
17671 * gdb.base/break.exp: Likewise.
17672 * gdb.base/condbreak.exp: Likewise.
17673 * gdb.base/pending.exp: Likewise.
17674 * gdb.base/sepdebug.exp: Likewise.
17675 * gdb.base/unload.exp: Likewise.
17676 * gdb.base/ovldbreak.exp: Likewise.
a9c64011 17677
fe3f5fa8
VP
176782007-09-22 Vladimir Prus <vladimir@codesourcery.com>
17679
17680 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
17681 messages.
17682 * gdb.base/chng-syms.exp: Likewise.
17683 * gdb.base/unload.exp: Likewise.
a9c64011 17684
a75cf6c0
DJ
176852007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
17686
17687 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
17688
18ecae38
DJ
176892007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
17690
17691 * schedlock.c (NUM): Change to 1.
17692 (main): Use args[0] for the main thread.
17693 * schedlock.exp: Only expect two threads. Only issue one pass or fail
17694 regardless of the number of threads.
17695
5509918f
MR
176962007-09-14 Maciej W. Rozycki <macro@mips.com>
17697
4a543daf
MR
17698 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
17699 type down.
17700 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
17701 test.
17702 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
17703 watchpoint type down.
17704 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
17705 test.
17706
177072007-09-14 Maciej W. Rozycki <macro@mips.com>
17708
5509918f
MR
17709 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
17710 Move all the tests here and run them twice, once using software
17711 watchpoints and once using hardware watchpoints.
17712 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
17713
40b53987
DJ
177142007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
17715
17716 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
17717 test.
17718
695e2681
MK
177192007-09-10 Mark Kettenis <kettenis@gnu.org>
17720
8b3fc8d8
MK
17721 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
17722 build-id.
17723
695e2681
MK
17724 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
17725 know about $ORIGIN. Calculate output dir from $dest instead of
17726 using ${objdir}/{$subdir}.
17727
58d69f29
MK
177282007-09-09 Mark Kettenis <kettenis@gnu.org>
17729
17730 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
17731 gcore, before continuing with the test.
17732
3e347599
DJ
177332007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
17734
17735 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
17736 * gdb.mi/mi-watch.exp: Likewise.
17737
ea37ba09
DJ
177382007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
17739 Jim Blandy <jimb@codesourcery.com>
17740
17741 * gdb.arch/i386-sse.exp: Do not expect character constants.
17742 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
17743 * gdb.base/display.exp: Allow print/s.
17744 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
17745 and unsigned char array changes.
17746
2025a643
DJ
177472007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
17748
17749 * gdb.base/display.exp: Add tests for printf %p.
17750
26669a27
PA
177512007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
17752
17753 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
17754 the dll name to unicode.
17755
c8f021f8
JK
177562007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
17757
17758 * gdb.base/default.exp (show version): Update the version text.
17759 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
17760
4cf31eea
JK
177612007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
17762
17763 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
17764 New files.
17765
4935890f
JK
177662007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
17767
17768 * lib/gdb.exp (build_id_debug_filename_get): New function.
17769 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
17770 Remove the generate DEBUG file for the future testcase runs.
17771 New testcase for the NT_GNU_BUILD_ID retrieval.
17772 Move the final testing step to ...
17773 (test_different_dir): ... a new function.
17774 New parameter XFAIL to XFAIL all the tests performed.
17775 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
17776 New parameter TYPE to PF_PREFIX all the tests performed.
17777
02142340
VP
177782007-08-31 Vladimir Prus <vladimir@codesourcery.com>
17779
17780 * gdb.mi/mi-var-cp.cc (path_expression): New
17781 function.
17782 * gdb.mi/mi-var-cp.exp: Run path exression tests.
17783
36acd84e
UW
177842007-08-27 Markus Deuling <deuling@de.ibm.com>
17785
17786 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
17787 to fit into SPU Local Store memory.
17788
a896d121
JB
177892007-08-23 Joel Brobecker <brobecker@adacore.com>
17790
17791 * gdb.base/default.exp: Adjust the expected output of "info
17792 warranty" after the switch to GPLv3.
17793
7b433602
JB
177942007-08-23 Joel Brobecker <brobecker@adacore.com>
17795
17796 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
17797 to 30000 (from 20000).
17798
e22f8b7c
JB
177992007-08-23 Joel Brobecker <brobecker@adacore.com>
17800
17801 Switch the license of all .exp files to GPLv3.
17802 Switch the license of all .f and .f90 files to GPLv3.
17803 Switch the license of all .s and .S files to GPLv3.
17804
5a0e3bd0
JB
178052007-08-23 Joel Brobecker <brobecker@adacore.com>
17806
17807 * configure.ac: Switch license to GPLv3.
17808
cc00619d
JB
178092007-08-23 Joel Brobecker <brobecker@adacore.com>
17810
17811 Switch the licensing to GPLv3 for all .ads and .adb files.
17812
8d26208a
DJ
178132007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
17814
17815 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
17816 and t_int_double.
17817 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
17818
4fcb9948
JB
178192007-08-17 Joel Brobecker <brobecker@adacore.com>
17820
17821 * gdb.base/step-line.c: Switch license to GPL version 3, and
17822 update copyright year.
17823 * gdb.base/step-line.inp: Likewise.
17824
b9c34f67
JB
178252007-08-17 Joel Brobecker <brobecker@adacore.com>
17826
17827 * gdb.base/gdb1555.exp: Make expected output immune to formatting
17828 changes inside gdb1555.c.
17829 * gdb.base/pending.exp: Likewise.
17830
2cc17678
DJ
178312007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
17832
17833 * config/default.exp: New file.
17834
e48883f7
DJ
178352007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
17836
17837 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
17838 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
17839
1ab80e5b
MR
178402007-07-30 Maciej W. Rozycki <macro@mips.com>
17841
17842 * gdb.base/dump.exp: Force the correct endianness for binary
17843 formats not carrying this information.
17844
aba471f5
DJ
178452007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17846
17847 * gdb.threads/staticthreads.exp: Match .*sem_post.
17848
d4e07204
DJ
178492007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17850
17851 * gdb.base/readline.exp (operate_and_get_next): Match the final
17852 prompt.
17853
2b97317d
KB
178542007-07-23 Kevin Buettner <kevinb@redhat.com>
17855
17856 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
17857 to restarting SID.
17858
44efa07a
KB
178592007-07-18 Kevin Buettner <kevinb@redhat.com>
17860
17861 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
17862 prior to `gdb_start'.
17863
7b5ebade
KB
178642007-07-18 Kevin Buettner <kevinb@redhat.com>
17865
17866 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
17867 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
17868 Remove call to gdb_unload.
17869
255e7678
DJ
178702007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
17871 Daniel Jacobowitz <dan@codesourcery.com>
17872
17873 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
17874 for __WIN32__.
17875 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
17876 * gdb.base/unload.exp: Use shared library test routines.
17877
3a40aaa0
UW
178782007-07-03 Markus Deuling <deuling@de.ibm.com>
17879
17880 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
17881 * gdb.base/solib-symbol-lib.c: Likewise.
17882 * gdb.base/solib-symbol-main.c: Likewise.
17883
b0f4b84b
DJ
178842007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
17885
17886 * config/gdbserver.exp (gdb_reconnect): New.
17887 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
17888 gdb.base/solib-disc.exp: New files.
17889 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
17890 remote debugging".
17891 (gdb_compile): Add shlib_load flag.
17892 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
17893 port.
17894 (gdbserver_reconnect): New.
17895
1b05479a
DJ
178962007-07-01 Nick Roberts <nickrob@snap.net.nz>
17897 Daniel Jacobowitz <dan@codesourcery.com>
17898
17899 * gdb.base/annota3.exp: Test for if construct.
17900
86f78eb2
DJ
179012007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
17902
17903 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
17904
6a2eb474 179052007-06-21 Chris Dearman <chris@mips.com>
a9c64011 17906 Maciej W. Rozycki <macro@mips.com>
6a2eb474
MR
17907
17908 * gdb.base/display.exp: Allow a newline after display/i.
17909 * gdb.base/pc-fp.exp: Likewise.
17910 * gdb.base/sigbpt.exp: Likewise.
17911
f8b73d13
DJ
179122007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
17913
17914 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
17915 required features to be included.
17916
4339e69e
DJ
179172007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
17918
17919 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
17920 in info threads output.
17921
23d964e7
UW
179222007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17923 Markus Deuling <deuling@de.ibm.com>
17924
17925 * gdb.arch/spu-info.exp: New testcase.
17926 * gdb.arch/spu-info.c: New file.
17927
fd20f75b
DJ
179282007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
17929
17930 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
17931 tpcs_offset. Restore lr after the call.
17932 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
17933
2226f861
DJ
179342007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
17935
17936 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
17937 (gdbserver_run): Kill any running gdbserver.
17938 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
17939
d12371a9
MR
179402007-05-17 Maciej W. Rozycki <macro@mips.com>
17941
17942 * gdb.base/sigbpt.exp: Preset segv_addr.
17943
93f02886
DJ
179442007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
17945
17946 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
17947 (gdb_compile_shlib): Likewise.
17948 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
17949 (default_gdb_init): Clear cleanfiles.
17950 (gdb_finish): Delete recorded cleanfiles.
17951 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
17952
17953 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
17954 Do not use isnative.
17955 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
17956 gdb.base/so-impl-ld.exp: Likewise.
17957 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
17958 * gdb.base/unload.exp: Likewise. Do not pass empty option to
17959 gdb_compile.
17960
b04e06d7
VP
179612007-05-15 Vladimir Prus <vladimir@codesourcery.com>
17962
17963 * config/unknown.exp: Remove.
17964
069ed931
UW
179652007-05-15 Markus Deuling <deuling@de.ibm.com>
17966
17967 * gdb.base/info-proc.exp: Check is_remote.
17968
09db0d03
UW
179692007-05-14 Markus Deuling <deuling@de.ibm.com>
17970
17971 * gdb.base/gcore.exp: Initialize variable core_supported.
17972
af2cbe8c
DJ
179732007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
17974
17975 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
17976
027c0295
DJ
179772007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
17978
17979 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
17980 * gdb.threads/print-threads.exp (test_all_threads): Allow
17981 negative and hexadecimal thread IDs.
17982
dc5000e7
DJ
179832007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
17984
17985 * gdb.java/jprint.java (public): Avoid invalid call to static
17986 method.
17987
2e74ed18
DP
179882007-05-14 Denis Pilat <denis.pilat@st.com>
17989
17990 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
17991 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
17992 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
17993 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
17994 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
17995
83547f02
UW
179962007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17997
17998 * gdb.base/overlays.exp: Add support for targets with only code
a9c64011 17999 overlay support, not data overlay. Support spu-*-* target in
83547f02
UW
18000 this mode.
18001 * gdb.base/ovlymgr.c: Provide stubs for spu target.
18002 * gdb.base/spu.ld: New file.
18003
b18be20d
DJ
180042007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
18005
18006 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
18007
be444858
DJ
180082007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
18009
18010 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
18011
b1d53152
DJ
180122007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
18013
18014 * gdb.java/jmain.exp: Handle demangled names with and without method
18015 signatures.
18016
d084b331
DJ
180172007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
18018
18019 * gdb.mi/mi-syn-frame.c (main, foo, bar)
18020 (have_a_very_merry_interrupt): Remove calls to puts.
18021 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
18022 inferior output.
18023 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
18024 test names.
18025
db9d7fc5
DJ
180262007-04-29 Markus Deuling <deuling@de.ibm.com>
18027 Daniel Jacobowitz <dan@codesourcery.com>
18028
18029 * gdb.base/auxv.exp (core_works): Also check is_remote.
18030 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
18031
ef783a7d 180322007-04-25 Vladimir Prus <vladimir@codesourcery.com>
a9c64011 18033
ef783a7d
VP
18034 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
18035 message, not the undefined 'module' variable.
18036 * gdb.base/siginfo.exp: Likewise.
18037 * gdb.base/sigstep.exp: Likewise.
18038 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
18039 serialport.
18040 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
18041
b7b73cae
CV
180422007-04-25 Corinna Vinschen <vinschen@redhat.com>
18043
18044 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
18045 target sim fails. Return 0 otherwise.
18046 (gdb_load): Return prematurely if gdb_target_sim fails.
18047
7d90fdfa
DP
180482007-04-16 Denis Pilat <denis.pilat@st.com>
18049
18050 * gdb.base/setshow.exp: Reset height after having set it to 100.
18051
5d3e9c85
DP
180522007-04-16 Denis Pilat <denis.pilat@st.com>
18053
18054 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
18055
18e75969
DP
180562007-04-16 Denis Pilat <denis.pilat@st.com>
18057
18058 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
18059
25d5ea92
VP
180602007-04-14 Vladimir Prus <vladimir@codesourcery.com>
18061
18062 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
18063 tests. Run the frozen varobjs test.
18064 * gdb.mi/var-cmd.c (do_frozen_tests): New.
a9c64011 18065 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
25d5ea92 18066
0b49cb80
JK
180672007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18068
18069 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
18070 gdb.base/type-opaque.exp: New files.
18071
a73bafbc 180722007-04-01 Vladimir Prus <vladimir@codesourcery.com>
a9c64011
AS
18073
18074 * gdb.mi/mi-var-child.c
a73bafbc
VP
18075 (do_children_tests): User char[2] instead of
18076 char so that automatic printing of pointers to char
18077 don't give unpredicable result.
18078 * gdb.mi/var-cmd.c (do_locals_test): Initialize
18079 local variables.
18080 * gdb.mi/mi-var-child.exp: Step to right line
18081 of do_children_tests.
18082 * gdb.mi/mi2-var-child.exp: Likewise.
18083 * gdb.mi/mi-var-cmd.exp: Step to right line of
a9c64011 18084 do_locals_tests.
a73bafbc
VP
18085 (do_children_tests): User char[2] instead of
18086 char so that automatic printing of pointers to char
a9c64011 18087 don't give unpredicable result.
a73bafbc 18088 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 18089 * lib/mi-support.exp (mi_continue_to_line):
a73bafbc
VP
18090 Pass test name to mi_wait_for_stop.
18091
7ce59000
DJ
180922007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
18093
18094 * gdb.asm/asm-source.exp: Remove d10v case.
18095 * lib/gdb.exp (skip_cplus_tests): Likewise.
18096 * gdb.asm/d10v.inc: Deleted.
18097
20389057
DJ
180982007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
18099
18100 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
18101
8807d78b
DJ
181022007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
18103
18104 * config/netware.exp: Delete file.
18105
aa3edb8e
JB
181062007-03-29 Joel Brobecker <brobecker@adacore.com>
18107
18108 * gdb.dwarf2/dw2-noloc.S: New file.
18109 * gdb.dwarf2/dw2-noloc.exp: New file.
18110
297561ac
PA
181112007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
18112
18113 * gdb.cp/method2.cc: New test.
18114 * gdb.cp/method2.exp: New test.
18115 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
18116
1f81bd39
DJ
181172007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
18118
18119 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
18120
9453113a
DJ
181212007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
18122
18123 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
18124
b741e217
DJ
181252007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
18126
18127 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
18128 (gdb_load): Delete, replace with...
18129 (gdb_reload): ...this.
18130 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
18131 * gdb.server/server-mon.exp: Likewise.
18132 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
18133 (gdb_start_cmd): New.
18134 (gdb_file_cmd): Save the last loaded file.
18135 (gdb_reload): New.
18136 (gdb_gnu_strip_debug): Use transform.
18137 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
18138 support here. Use new $last_loaded_file. Check mtime.
18139 (gdb_target_cmd): Handle ObjC failure case.
18140 (infer_host_exec): Delete.
18141 (gdbserver_load): Rename to...
18142 (gdbserver_run): ...this. Simplify.
18143 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
18144 (mi_gdb_load): Move most contents to a new function...
18145 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
18146 (mi_run_cmd): Use mi_gdb_target_load.
18147 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
18148 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
18149 Use gdb_run_cmd.
18150 * gdb.base/charsign.exp: Remove incorrect comment.
18151 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
18152 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
18153 gdb.base/start.exp: Use gdb_start_cmd.
18154
446ab585 181552007-03-23 Nigel Stephens <nigel@mips.com>
a9c64011 18156 Maciej W. Rozycki <macro@mips.com>
446ab585
MR
18157
18158 * gdb.base/sigbpt.exp: Fix the message when skipping test.
18159 * gdb.base/signull.exp: Similarly.
18160
bbb88ebf
UW
181612007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18162
18163 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
18164 messages available to test cases (like chng-sym.exp).
18165
cb8c4a99
AS
181662007-03-14 Andreas Schwab <schwab@suse.de>
18167
18168 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
18169 format changes.
18170
4e463ff5
DJ
181712007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
18172
18173 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
18174 (optimized_1): New.
18175 (main): Call optimized_1.
18176 (gdb2029): Correct typos. Call gdb2029_marker.
18177 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
18178 for gdb2029.
18179
b6db2c47
MK
181802007-03-12 Mark Kettenis <kettenis@gnu.org>
18181
18182 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
18183 as tabs. Remove redundant test pattern.
18184
70ed3737
UW
181852007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18186
18187 * gdb.base/long_long.exp: Accept optional symbol name in <...>
18188 for /a format output.
18189
47b67b60
DJ
181902007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
18191
18192 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
18193 collect output incrementally.
18194
b8953b0e
UW
181952007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18196
18197 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
18198 for -var-create lpcharacter test.
18199 * gdb.mi/mi2-var-cmd.exp: Likewise.
18200
7acd5c40
UW
182012007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18202
18203 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
18204 pass on targets where address zero is readable.
18205
9c6759c1
UW
182062007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18207
18208 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
18209 just a single architecture.
18210
a2f1aeb4
UW
182112007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18212
18213 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
18214 (fetch_all_registers): New function, uses gdb_test_multiple and
18215 exp_continue to fetch inferior output line-by-line.
18216 Replace all uses of do_get_all_registers by fetch_all_registers.
18217
46579ac2
UW
182182007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18219
18220 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
18221 in target_info.
18222
fc133f24
MS
182232007-03-02 Michael Snyder <michael.snyder@palmsource.com>
18224
a9c64011 18225 * gdb.threads/manythreads.exp: Use $message string for
fc133f24
MS
18226 consistancy; add a default (timeout) case.
18227
7646a51d
MS
182282007-03-02 Michael Snyder <michael.snyder@palmsource.com>
18229
18230 * gdb.base/watchpoint.exp: Fix truncated comment.
18231
dcfff61f
MS
182322007-03-02 Michael Snyder <michael.snyder@palmsource.com>
18233
18234 * Makefile.in: Remove spurious single-quotes from sed command.
18235
664e3ee9
DJ
182362007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
18237
18238 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
18239 func.
18240 * gdb.mi/mi2-var-cmd.exp: Likewise.
18241
d7cc6f2f
JB
182422007-02-27 Joel Brobecker <brobecker@adacore.com>
18243
a9c64011
AS
18244 * gdb.dwarf2/dw2-producer.S: New file.
18245 * gdb.dwarf2/dw2-producer.exp: New testcase.
d7cc6f2f
JB
18246
182472007-02-27 Nick Roberts <nickrob@snap.net.nz>
c0e3bc07
NR
18248
18249 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
18250 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
18251 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
18252 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
18253 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
18254 Revert tests to use mi_gdb_test and include value field in output
18255 of -var-create.
18256
93d42b30
DJ
182572007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
18258
18259 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
18260
c499ed39
DJ
182612007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
18262
18263 * gdb.base/maint.exp: Remove full paths from test names.
18264 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
18265 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
18266
9836f81b
JB
182672007-02-27 Joel Brobecker <brobecker@adacore.com>
18268
18269 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
18270
c74d0ad8
DJ
182712007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
18272
18273 * gdb.server/server-mon.exp: New test.
18274
2711e456
DJ
182752007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
18276
18277 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
18278
ff6f572f
DJ
182792007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
18280
18281 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
18282 register capitalization.
18283
fada3feb
DP
182842007-02-13 Denis Pilat <denis.pilat@st.com>
18285
18286 * gdb.mi/mi-var-invalidate.exp: New file.
18287
fb1e4ffc
DJ
182882007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
18289
18290 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
18291
3da939d7
DJ
182922007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
18293
18294 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
18295
123dc839
DJ
182962007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
18297
18298 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
18299 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
18300
877e3645 183012007-02-08 Nick Roberts <nickrob@snap.net.nz>
87604222
NR
18302
18303 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
18304 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
18305 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
18306 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
18307 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
1183581f 18308 * gdb.mi/gdb792.exp, lib/mi-support.exp:
87604222 18309 Update tests to include value field in output of -var-create.
a9c64011 18310
3c0a2960
AS
183112007-02-08 Andreas Schwab <schwab@suse.de>
18312
18313 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
18314
108546a0
DJ
183152007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
18316
18317 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
18318 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
18319
d701dcab
DP
183202007-02-02 Denis Pilat <denis.pilat@st.com>
18321
18322 * gdb.threads/threadapply.exp: check that frame is not changed by
18323 the thread apply all command.
18324
783e3e2f
AS
183252007-01-31 Andreas Schwab <schwab@suse.de>
18326
6d9c3a87
AS
18327 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
18328
3c50d7b9
AS
18329 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
18330 in the dwarf sections.
18331 * gdb.dwarf2/mac-fileno.S: Likewise.
18332
783e3e2f
AS
18333 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
18334 bspstore register on ia64.
18335
78ff580e
AS
183362007-01-29 Andreas Schwab <schwab@suse.de>
18337
cc8e9b12
AS
18338 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
18339 "frame-begin" annotation.
18340
78ff580e
AS
18341 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
18342 number of "frames-invalid" annotations.
18343
704a4f78
DJ
183442007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
18345
18346 * gdb.base/commands.exp: Call if_commands_test.
18347 (gdb_test_no_prompt, if_commands_test): New.
18348
e741bf94
MK
183492007-01-28 Mark Kettenis <kettenis@gnu.org>
18350
18351 * gdb.threads/sigthread.c (NSIGS): Make bigger.
18352
474d0ad3
AS
183532007-01-27 Andreas Schwab <schwab@suse.de>
18354
18355 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
18356 .short/.int/.quad in the dwarf sections.
18357 * gdb.dwarf2/dw2-intercu.S: Likewise.
18358 * gdb.dwarf2/dw2-intermix.S: Likewise.
18359
e784b426
JK
183602007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18361
18362 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
4590cfcb
MK
18363 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
18364 array.
e784b426
JK
18365 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
18366 * gdb.base/setvar.exp: Likewise.
18367
37f08e04
AS
183682007-01-26 Andreas Schwab <schwab@suse.de>
18369
9a01813a
AS
18370 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
18371 test.
18372
37f08e04
AS
18373 * gdb.base/multi-forks.exp ("restart $i"): Also match
18374 __kernel_syscall_via_break.
18375
6e2a9270
VP
183762007-01-24 Vladimir Prus <vladimir@codesourcery.com>
18377
18378 * lib/mi-support.exp (mi_delete_varobj): New.
18379 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
18380 testcase.
18381 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
18382 (main): Call the above.
18383 (reference_update_test, base_in_reference_test)
18384 (reference_to_pointer): Delete the created varobjs.
a9c64011 18385
e515b470
DJ
183862007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
18387
18388 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
18389 * configure: Regenerated.
18390 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
18391 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
18392 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
18393 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
18394 * lib/gdb.exp (gdb_skip_xml_test): New function.
18395
08d8bcd7
DJ
183962007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
18397
18398 * gdb.base/sigrepeat.exp: Correct error message.
18399
184002007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
43a9b631
JK
18401 Daniel Jacobowitz <dan@codesourcery.com>
18402
18403 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
18404 gdb.arch/i386-gnu-cfi-asm.S: New files.
18405
97c3f1f3
JK
184062007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
18407
18408 * lib/gdb.exp: Abort on missing `site.exp'.
18409
cb1df416
DJ
184102007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18411 Daniel Jacobowitz <dan@codesourcery.com>
18412
18413 * gdb.base/included.c, gdb.base/included.exp,
18414 gdb.base/included.h: New files.
18415
35990120
DJ
184162007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
18417
18418 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
18419 (maximize_rlimit): Reduce limits on 64-bit systems.
18420
6e81a116 184212007-01-19 Mark Kettenis <kettenis@gnu.org>
2429decf
MK
18422
18423 From Marcus Deuling <deuling@de.ibm.com>:
18424 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
18425 every case.
18426
6c3c41f3
NR
184272007-01-13 Nick Roberts <nickrob@snap.net.nz>
18428
18429 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
18430 (test_path_specification): Use objdir instead of srcdir to always
18431 get an absolute filename.
18432
2f12c312
DJ
184332007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
18434
18435 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
18436
81121995
VP
184372007-01-11 Vladimir Prus <vladimir@codesourcery.com>
18438
18439 * gdb.mi/mi-var-cp.cc (reference_update_tests):
18440 Make sure the variable we're using is in scope.
18441 (reference_to_pointer): Likewise.
18442
4741b737
DJ
184432007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
18444
18445 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
18446 has no debug information.
18447
054410c3
DJ
184482007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
18449
18450 * gdb.base/annota1.exp: Remove extra send_gdb.
18451
818f79f6
DJ
184522007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
18453
18454 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
18455
f7a6bb70
DJ
184562007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
18457
18458 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
18459
57e66780
DJ
184602007-01-08 Nick Roberts <nickrob@snap.net.nz>
18461 Daniel Jacobowitz <dan@codesourcery.com>
18462
18463 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
18464 lcharacter or linteger change. Correct duplicated test name.
18465 * gdb.mi/mi2-var-cmd.exp: Likewise.
18466
3d799a95
DJ
184672007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
18468
18469 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
18470
184712007-01-05 Joel Brobecker <brobecker@adacore.com>
51679ba9 18472
a9c64011
AS
18473 * gdb.base/nofield.c: New file.
18474 * gdb.base/nofield.exp: New testcase.
51679ba9 18475
eafb94e8
NR
184762007-01-05 Nick Roberts <nickrob@snap.net.nz>
18477
18478 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
18479
18480 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
18481 test.
18482
5e572bb4
DJ
184832007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
18484
18485 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
18486
74a44383
DJ
184872007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
18488
18489 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
18490 when continuing.
18491
1b572db9
DJ
184922007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
18493
18494 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
18495 Expect ".exe" extension.
18496
381bc39b
DJ
184972007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
18498
18499 * gdb.base/charset.exp: Add explicit filename to break.
18500 * gdb.base/dbx.exp: Add explicit filename to breaks.
18501
2b70e4c6
DJ
185022007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
18503
18504 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
18505 * gdb.mi/mi2-file.exp: Likewise.
18506
303b6f5d
DJ
185072007-01-04 Vladimir Prus <vladimir@codesourcery.com>
18508
18509 Implement specification of MI tests as comments
18510 in C and C++ sources.
18511 * lib/mi-support.exp (mi_autotest_data): New variable.
18512 (mi_autotest_source): New variable.
18513 (count_newlines, mi_prepare_inline_tests)
18514 (mi_get_inline_test, mi_continue_to_line)
18515 (mi_run_inline_test, mi_tbreak)
18516 (mi_send_resuming_command, mi_wait_for_stop): New functions.
18517 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
18518 Run inline tests.
18519 * gdb.mi/mi-var-cp.cc: Define tests here.
18520
23da0d94
VP
185212007-01-04 Vladimir Prus <vladimir@codesourcery.com>
18522
18523 Simplify usage of mi_continue_to.
18524 * lib/mi-support.exp (mi_runto_helper): Renamed
18525 from mi_runto, added new parameter 'run_or_continue'.
18526 (mi_runto): Use mi_runto_helper.
18527 (mi_continue_to): Accept just function name as parameter.
18528 Use mi_runto_helper.
18529 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
18530 * gdb.mi/mi2-var-cmd.exp: Likewise.
a9c64011 18531
f9e18282
JB
185322006-01-04 Joel Brobecker <brobecker@adacore.com>
18533
18534 Make this testcase a bit more realistic. The current code
18535 is too simplistic, and allows the compiler to optimize out
18536 some of the entities we need for this testcase.
18537 * gdb.ada/null_record/bar.ads (Void_Star): New type.
18538 (Do_Nothing): Add extra parameter.
18539 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
18540 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
18541 by using a variable of type Void_Star.
18542
fd678c65
JB
185432006-01-04 Joel Brobecker <brobecker@adacore.com>
18544
18545 * gdb.ada/catch_ex/foo.adb: New file.
18546 * gdb.ada/catch_ex.exp: New testcase.
18547
05cfdb42
DJ
185482007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
18549
18550 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
18551 pass --image-base to linker.
18552
2e03ee74
DJ
185532007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18554 Daniel Jacobowitz <dan@codesourcery.com>
18555
18556 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
18557 secondary prompts.
18558
0d5de010
DJ
185592007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
18560
18561 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
18562 output. Test the types of members and member pointers.
18563 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
18564 gdb/2092.
18565 * gdb.cp/member-ptr.exp: Search for a comment instead of a
18566 statement. Enable for GCC. Update expected output for some tests
18567 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
18568 layout.
18569 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
18570 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
18571 (Diamond::vget_base): New.
18572 (main): Add new tests.
18573 * gdb.cp/printmethod.exp: Update expected output for member functions.
18574 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
18575 print pEe->D::vg().
18576
61a771aa
DJ
185772007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
18578
18579 * gdb.threads/tls.exp: Allow stops in sem_post.
18580
2fa63963
DJ
185812006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
18582
18583 * gdb.base/annota1.exp: Allow .*printf in backtraces.
18584 * gdb.base/annota3.exp: Likewise.
18585 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
18586 again (instead of timing out).
18587 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
18588 GCC bug 26475.
18589 * gdb.java/jmisc.exp: Adjust to work with method signatures including
18590 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
18591 test from jmisc1.exp.
18592 * gdb.java/jmisc1.exp: Delete.
18593 * gdb.java/jprint.exp: Adjust to work with method signatures including
18594 return types.
18595 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
18596 * gdb.threads/linux-dp.exp: Don't be confused by program output.
18597 * lib/java.exp (compile_java_from_source): Pass the correct type
18598 to target_compile.
18599
5eefc2b7
JB
186002006-12-31 Joel Brobecker <brobecker@adacore.com>
18601
18602 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
18603 (stack_align_edx): New function.
18604 (stack_align_eax): New function.
18605 (main): Add calls to stack_align_edx and stack_align_eax.
18606 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
18607 Add testing for the cases where the register used during a stack
18608 realignment is edx. Same for eax.
18609
227c54da
DJ
186102006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
18611
18612 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
18613 and generic PE targets.
18614
cab8ac94
JB
186152006-12-29 Joel Brobecker <brobecker@adacore.com>
18616
18617 * gdb.ada/array_return.exp: Update copyright date list.
18618
ba54f318
JB
186192006-12-27 Joel Brobecker <brobecker@adacore.com>
18620
18621 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
18622 (Create_Small_Float_Vector): New function.
18623 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
18624 function body.
18625 * gdb.ada/array_return/p.adb: Use new type and function from
18626 package Pck.
18627 * gdb.ada/array_return.exp: Add a test verifying that GDB is
18628 able to print the value returned by a function returning an
18629 array of float.
18630
6b7a35dd
JB
186312006-12-20 Joel Brobecker <brobecker@adacore.com>
18632
18633 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
18634 The associated tests should be PASSing.
18635
038224f6
VP
186362006-12-08 Vladimir Prus <vladimir@codesourcery.com>
18637
18638 Test for base in references.
18639 * gdb.mi/mi-var-cp.cc: Add test code.
18640 * gdb.mi/mi-var-cp.exp: Test for bases in references.
18641 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
18642 * gdb.mi/mi2-watch.exp: Likewise.
18643 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
18644 (mi_list_varobj_children): New function.
18645
b26ed50d
VP
186462006-12-08 Vladimir Prus <vladimir@codesourcery.com>
18647
18648 * lib/mi-support.exp
18649 (mi_runto): Accept "()" after function name.
18650 (mi_create_varobj): New function.
18651 (mi_varobj_update): New function.
18652 (mi_Check_varobj_value): New function.
18653 * gdb.mi/mi-var-cp.exp: New file.
18654 * gdb.mi/mi-var-cp.cc: New file.
a9c64011 18655
08232497
DJ
186562006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
18657
18658 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
18659 gdb.base/weaklib2.c: New files.
18660
d394c993 186612006-11-29 Nathan Sidwell <nathan@codesourcery.com>
8ec659a0 18662
ac6c2fba
NS
18663 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
18664 info. Adjust test names.
18665
8ec659a0 18666 * gdb.base/break.c (main): Move position of malloc.
d394c993 18667 * gdb.base/break.exp: Revert mistaken checkin.
8ec659a0 18668
acd65feb
VP
186692006-11-28 Vladimir Prus <vladimir@codesourcery.com>
18670
18671 * gdb.mi/mi-var-cmd.exp: Check -var-update after
18672 assignement of arrays and function pointers.
18673 * gdb.mi/var-cmd.c: Add declaration necessary for above
18674 tests.
18675
f556d5e5
NS
186762006-11-27 Nathan Sidwell <nathan@codesourcery.com>
18677
18678 * gdb.base/break.c (main): Call malloc.
fcfcc2b5
NS
18679
18680 * gdb.threads/linux-dp.exp: Read thread table before and after
18681 creating each philosopher and verify it.
18682
697bc68d
NS
186832006-11-27 Nathan Sidwell <nathan@codesourcery.com>
18684 Paul Brook <paul@codesourcery.com>
18685 Daniel Jacobowitz <dan@codesourcery.com>
18686
18687 * gdb.base/ending-run.exp: Flatten expect script stepping out of
a9c64011 18688 main to remove duplication. Add start function of the form
697bc68d
NS
18689 '_*start[1-9]*'. Add RVDS start function.
18690
29d73ae4
DJ
186912006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
18692
18693 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
18694
c1d88655
UW
186952006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18696
18697 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
18698 * gdb.asm/spu.inc: New file.
18699 * gdb.base/term.exp: Disable if [target_info exists noargs].
18700 * gdb.gdb/complaints.exp: Disable if ![isnative].
18701 * gdb.gdb/selftest.exp: Likewise.
18702 * gdb.gdb/observer.exp: Likewise.
18703 * gdb.gdb/xfullpath.exp: Likewise.
18704 * gdb.base/attach.exp: Disable on SPU target.
18705 * gdb.cp/bs145503.exp: Likewise.
18706 * gdb.cp/exception.exp: Likewise.
18707 * gdb.cp/userdef.exp: Likewise.
18708
32a13b1a
DJ
187092006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
18710
18711 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
18712
d8295fe9
VP
187132006-11-10 Vladimir Prus <vladimir@codesourcery.com>
18714
18715 * gdb.base/completion.exp: Fix completion tests for
18716 'info' and 'info '.
18717 * gdb.base/help.exp (help_test_raw, test_class_help)
18718 (test_prefix_command_help): Move...
18719 * lib/gdb.exp: Here.
18720 * gdb.base/main.exp: Adjust.
18721 * gdb.cp/maint.exp: Adjust.
18722 * gdb.trace/tracecmd.exp: Use test_help_class.
a9c64011 18723
8c394015
VP
187242006-11-09 Vladimir Prus <vladimir@codesourcery.com>
18725
18726 * gdb.stabs/weird.exp (print_weird_var): Use
18727 gdb_test_multiple instead of gdb_expect.
18728
027fc1bc
VP
187292006-11-09 Vladimir Prus <vladimir@codesourcery.com>
18730
18731 * gdb.base/help.exp (help_test_raw): New.
18732 (test_class_help): New.
18733 (test_prefix_command_help): New.
18734 Adjust testcases.
18735
67609209
FR
187362006-11-09 Christophe Lyon <christophe.lyon@st.com>
18737
18738 * gdb.base/constvars.c (main): Write to crass and crips, so that
18739 they are allocated by the compiler.
18740
f73adfeb
AS
187412006-10-27 Andreas Schwab <schwab@suse.de>
18742
18743 * gdb.base/multi-forks.exp: Use "detach fork" instead of
18744 "detach-fork".
18745
2f83a18e
DJ
187462006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
18747
18748 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
18749 of patterns.
18750
94277a38
DJ
187512006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
18752
18753 * gdb.base/sepdebug.exp: Remove debug format test.
18754 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
18755 Handle no-symtab.
18756 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
18757
5bd2f6e2
DJ
187582006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
18759
18760 * gdb.threads/manythreads.c (thread_function, main): Don't cast
18761 int to pointer or pointer to int.
18762 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
18763
8c008720
DJ
187642006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
18765
18766 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
18767
9e35dae4
DJ
187682006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
18769
18770 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
18771
d9639e13
DJ
187722006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
18773
18774 PR c++/2116
18775 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
18776
390a1bd0
JB
187772006-10-06 Joel Brobecker <brobecker@adacore.com>
18778
18779 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
18780 the corresponding bug has been fixed in GDB (PR/2018).
18781
dd920c33
JB
187822006-10-06 Joel Brobecker <brobecker@adacore.com>
18783
18784 * gdb.base/subst.exp: New testcase.
18785
53bbefe9
JB
187862006-10-06 Joel Brobecker <brobecker@adacore.com>
18787
18788 * gdb.ada/array_return/pck.ads: Add copyright notice.
18789 * gdb.ada/array_return/pck.adb: Likewise.
18790 * gdb.ada/array_return/p.adb: Likewise.
18791 * gdb.ada/exec_changed/first.adb: Likewise.
18792 * gdb.ada/exec_changed/second.adb: Likewise.
18793
09851417
JB
187942006-10-06 Joel Brobecker <brobecker@adacore.com>
18795
18796 * gdb.ada/watch_arg/watch.adb: New file.
18797 * gdb.ada/watch_arg.exp: New testcase.
18798
041bf30d
VP
187992006-10-02 Vladimir Prus <vladimir@codesourcery.com>
18800
18801 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
a9c64011 18802 via string_to_regexp.
041bf30d 18803 * gdb.mi/mi2-basics.exp: Likewise.
a9c64011 18804
f286fbdd 188052006-09-20 Michael Snyder <michael.snyder@palmsource.com>
7b880e0b
MS
18806
18807 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
18808 Remove unused / obsolete files.
18809
7c07f349
NR
188102006-09-19 Nick Roberts <nickrob@snap.net.nz>
18811
18812 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
18813
cd5ff84a
VP
188142006-09-17 Vladimir Prus <vladimir@codesourcery.com>
18815
18816 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
18817 HIGH_FRAME argument to -stack-list-arguments can be larger than
a9c64011 18818 the number of frames.
cd5ff84a 18819
ae018d1a
DJ
188202006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
18821
18822 * gdb.base/args.c (main): Add breakpoint marker.
18823 * gdb.base/args.exp: Use args_test for tests. Add new tests which
18824 really test empty arguments.
18825 (args_load): Delete.
18826 (args_test): New.
18827
b399c549
NR
188282006-09-13 Nick Roberts <nickrob@snap.net.nz>
18829
18830 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
889bf7c5 18831 check for one file.
b399c549 18832
2ab1eb7a
VP
188332006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
18834
18835 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
18836 HIGH_FRAME argument to -stack-list-locals can be larger than
18837 the number of frames.
a9c64011 18838
476308bf
FF
188392006-08-18 Fred Fish <fnf@specifix.com>
18840
18841 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
18842 '$' in front of skip_vmx_tests_saved when setting that.
18843
8625200f
AS
188442006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
18845
18846 * gdb.base/trace-commands.exp: New file.
18847
089ec8f1
DJ
188482006-08-10 Joel Brobecker <brobecker@adacore.com>
18849 Daniel Jacobowitz <dan@codesourcery.com>
18850
18851 * gdb.base/step-bt.exp: Make hexadecimal address optional in
18852 expected output of the backtrace commands.
18853
b60f0898
JB
188542006-08-09 Joel Brobecker <brobecker@adacore.com>
18855
18856 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
18857 untested followed by return combination.
18858 * gdb.arch/altivec-regs.exp: Likewise.
18859 * gdb.arch/e500-abi.exp: Likewise.
18860 * gdb.arch/e500-regs.exp: Likewise.
18861 * gdb.arch/gdb1291.exp: Likewise.
18862 * gdb.arch/gdb1431.exp: Likewise.
18863 * gdb.arch/gdb1558.exp: Likewise.
18864 * gdb.arch/i386-prologue.exp: Likewise.
18865 * gdb.arch/i386-unwind.exp: Likewise.
18866 * gdb.asm/asm-source.exp: Likewise.
18867 * gdb.base/a2-run.exp: Likewise.
18868 * gdb.base/advance.exp: Likewise.
18869 * gdb.base/all-bin.exp: Likewise.
18870 * gdb.base/annota1.exp: Likewise.
18871 * gdb.base/annota3.exp: Likewise.
18872 * gdb.base/args.exp: Likewise.
18873 * gdb.base/arithmet.exp: Likewise.
18874 * gdb.base/assign.exp: Likewise.
18875 * gdb.base/async.exp: Likewise.
18876 * gdb.base/attach.exp: Likewise.
18877 * gdb.base/bang.exp: Likewise.
18878 * gdb.base/bigcore.exp: Likewise.
18879 * gdb.base/bitfields.exp: Likewise.
18880 * gdb.base/bitfields2.exp: Likewise.
18881 * gdb.base/break.exp: Likewise.
18882 * gdb.base/call-sc.exp: Likewise.
18883 * gdb.base/call-strs.exp: Likewise.
18884 * gdb.base/callfuncs.exp: Likewise.
18885 * gdb.base/checkpoint.exp: Likewise.
18886 * gdb.base/chng-syms.exp: Likewise.
18887 * gdb.base/code-expr.exp: Likewise.
18888 * gdb.base/commands.exp: Likewise.
18889 * gdb.base/completion.exp: Likewise.
18890 * gdb.base/cond-expr.exp: Likewise.
18891 * gdb.base/condbreak.exp: Likewise.
18892 * gdb.base/consecutive.exp: Likewise.
18893 * gdb.base/constvars.exp: Likewise.
18894 * gdb.base/corefile.exp: Likewise.
18895 * gdb.base/cvexpr.exp: Likewise.
18896 * gdb.base/dbx.exp: Likewise.
18897 * gdb.base/define.exp: Likewise.
18898 * gdb.base/detach.exp: Likewise.
18899 * gdb.base/display.exp: Likewise.
18900 * gdb.base/dump.exp: Likewise.
18901 * gdb.base/ena-dis-br.exp: Likewise.
18902 * gdb.base/ending-run.exp: Likewise.
18903 * gdb.base/environ.exp: Likewise.
18904 * gdb.base/eval-skip.exp: Likewise.
18905 * gdb.base/exprs.exp: Likewise.
18906 * gdb.base/fileio.exp: Likewise.
18907 * gdb.base/finish.exp: Likewise.
18908 * gdb.base/float.exp: Likewise.
18909 * gdb.base/foll-exec.exp: Likewise.
18910 * gdb.base/foll-fork.exp: Likewise.
18911 * gdb.base/foll-vfork.exp: Likewise.
18912 * gdb.base/freebpcmd.exp: Likewise.
18913 * gdb.base/funcargs.exp: Likewise.
18914 * gdb.base/gcore.exp: Likewise.
18915 * gdb.base/gdb1090.exp: Likewise.
18916 * gdb.base/gdb1250.exp: Likewise.
18917 * gdb.base/huge.exp: Likewise.
18918 * gdb.base/info-proc.exp: Likewise.
18919 * gdb.base/interrupt.exp: Likewise.
18920 * gdb.base/jump.exp: Likewise.
18921 * gdb.base/langs.exp: Likewise.
18922 * gdb.base/lineinc.exp: Likewise.
18923 * gdb.base/list.exp: Likewise.
18924 * gdb.base/logical.exp: Likewise.
18925 * gdb.base/long_long.exp: Likewise.
18926 * gdb.base/macscp.exp: Likewise.
18927 * gdb.base/maint.exp: Likewise.
18928 * gdb.base/mips_pro.exp: Likewise.
18929 * gdb.base/miscexprs.exp: Likewise.
18930 * gdb.base/multi-forks.exp: Likewise.
18931 * gdb.base/opaque.exp: Likewise.
18932 * gdb.base/overlays.exp: Likewise.
18933 * gdb.base/pc-fp.exp: Likewise.
18934 * gdb.base/pointers.exp: Likewise.
18935 * gdb.base/printcmds.exp: Likewise.
18936 * gdb.base/psymtab.exp: Likewise.
18937 * gdb.base/ptype.exp: Likewise.
18938 * gdb.base/recurse.exp: Likewise.
18939 * gdb.base/relational.exp: Likewise.
18940 * gdb.base/relocate.exp: Likewise.
18941 * gdb.base/remote.exp: Likewise.
18942 * gdb.base/reread.exp: Likewise.
18943 * gdb.base/restore.exp: Likewise.
18944 * gdb.base/return.exp: Likewise.
18945 * gdb.base/return2.exp: Likewise.
18946 * gdb.base/scope.exp: Likewise.
18947 * gdb.base/sect-cmd.exp: Likewise.
18948 * gdb.base/sep.exp: Likewise.
18949 * gdb.base/sepdebug.exp: Likewise.
18950 * gdb.base/setshow.exp: Likewise.
18951 * gdb.base/setvar.exp: Likewise.
18952 * gdb.base/sigall.exp: Likewise.
18953 * gdb.base/sigbpt.exp: Likewise.
18954 * gdb.base/signals.exp: Likewise.
18955 * gdb.base/signull.exp: Likewise.
18956 * gdb.base/sizeof.exp: Likewise.
18957 * gdb.base/solib.exp: Likewise.
18958 * gdb.base/step-line.exp: Likewise.
18959 * gdb.base/step-test.exp: Likewise.
18960 * gdb.base/structs.exp: Likewise.
18961 * gdb.base/structs2.exp: Likewise.
18962 * gdb.base/term.exp: Likewise.
18963 * gdb.base/twice.exp: Likewise.
18964 * gdb.base/until.exp: Likewise.
18965 * gdb.base/varargs.exp: Likewise.
18966 * gdb.base/volatile.exp: Likewise.
18967 * gdb.base/watchpoint.exp: Likewise.
18968 * gdb.base/whatis-exp.exp: Likewise.
18969 * gdb.base/whatis.exp: Likewise.
18970 * gdb.cp/ambiguous.exp: Likewise.
18971 * gdb.cp/annota2.exp: Likewise.
18972 * gdb.cp/annota3.exp: Likewise.
18973 * gdb.cp/bool.exp: Likewise.
18974 * gdb.cp/breakpoint.exp: Likewise.
18975 * gdb.cp/casts.exp: Likewise.
18976 * gdb.cp/class2.exp: Likewise.
18977 * gdb.cp/classes.exp: Likewise.
18978 * gdb.cp/cplusfuncs.exp: Likewise.
18979 * gdb.cp/ctti.exp: Likewise.
18980 * gdb.cp/derivation.exp: Likewise.
18981 * gdb.cp/exception.exp: Likewise.
18982 * gdb.cp/gdb1355.exp: Likewise.
18983 * gdb.cp/hang.exp: Likewise.
18984 * gdb.cp/inherit.exp: Likewise.
18985 * gdb.cp/local.exp: Likewise.
18986 * gdb.cp/m-data.exp: Likewise.
18987 * gdb.cp/m-static.exp: Likewise.
18988 * gdb.cp/member-ptr.exp: Likewise.
18989 * gdb.cp/method.exp: Likewise.
18990 * gdb.cp/misc.exp: Likewise.
18991 * gdb.cp/namespace.exp: Likewise.
18992 * gdb.cp/overload.exp: Likewise.
18993 * gdb.cp/ovldbreak.exp: Likewise.
18994 * gdb.cp/pr-1023.exp: Likewise.
18995 * gdb.cp/pr-1210.exp: Likewise.
18996 * gdb.cp/pr-574.exp: Likewise.
18997 * gdb.cp/printmethod.exp: Likewise.
18998 * gdb.cp/psmang.exp: Likewise.
18999 * gdb.cp/ref-params.exp: Likewise.
19000 * gdb.cp/ref-types.exp: Likewise.
19001 * gdb.cp/rtti.exp: Likewise.
19002 * gdb.cp/templates.exp: Likewise.
19003 * gdb.cp/try_catch.exp: Likewise.
19004 * gdb.cp/userdef.exp: Likewise.
19005 * gdb.cp/virtfunc.exp: Likewise.
19006 * gdb.disasm/am33.exp: Likewise.
19007 * gdb.disasm/h8300s.exp: Likewise.
19008 * gdb.disasm/mn10300.exp: Likewise.
19009 * gdb.disasm/sh3.exp: Likewise.
19010 * gdb.disasm/t01_mov.exp: Likewise.
19011 * gdb.disasm/t02_mova.exp: Likewise.
19012 * gdb.disasm/t03_add.exp: Likewise.
19013 * gdb.disasm/t04_sub.exp: Likewise.
19014 * gdb.disasm/t05_cmp.exp: Likewise.
19015 * gdb.disasm/t06_ari2.exp: Likewise.
19016 * gdb.disasm/t07_ari3.exp: Likewise.
19017 * gdb.disasm/t08_or.exp: Likewise.
19018 * gdb.disasm/t09_xor.exp: Likewise.
19019 * gdb.disasm/t10_and.exp: Likewise.
19020 * gdb.disasm/t11_logs.exp: Likewise.
19021 * gdb.disasm/t12_bit.exp: Likewise.
19022 * gdb.disasm/t13_otr.exp: Likewise.
19023 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
19024 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
19025 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
19026 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
19027 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
19028 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
19029 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
19030 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
19031 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
19032 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
19033 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
19034 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
19035 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
19036 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
19037 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
19038 * gdb.mi/gdb701.exp: Likewise.
19039 * gdb.mi/gdb792.exp: Likewise.
19040 * gdb.mi/mi-basics.exp: Likewise.
19041 * gdb.mi/mi-break.exp: Likewise.
19042 * gdb.mi/mi-cli.exp: Likewise.
19043 * gdb.mi/mi-console.exp: Likewise.
19044 * gdb.mi/mi-disassemble.exp: Likewise.
19045 * gdb.mi/mi-eval.exp: Likewise.
19046 * gdb.mi/mi-file.exp: Likewise.
19047 * gdb.mi/mi-read-memory.exp: Likewise.
19048 * gdb.mi/mi-regs.exp: Likewise.
19049 * gdb.mi/mi-return.exp: Likewise.
19050 * gdb.mi/mi-simplerun.exp: Likewise.
19051 * gdb.mi/mi-stack.exp: Likewise.
19052 * gdb.mi/mi-stepi.exp: Likewise.
19053 * gdb.mi/mi-syn-frame.exp: Likewise.
19054 * gdb.mi/mi-until.exp: Likewise.
19055 * gdb.mi/mi-var-block.exp: Likewise.
19056 * gdb.mi/mi-var-child.exp: Likewise.
19057 * gdb.mi/mi-var-cmd.exp: Likewise.
19058 * gdb.mi/mi-var-display.exp: Likewise.
19059 * gdb.mi/mi-watch.exp: Likewise.
19060 * gdb.mi/mi2-basics.exp: Likewise.
19061 * gdb.mi/mi2-break.exp: Likewise.
19062 * gdb.mi/mi2-cli.exp: Likewise.
19063 * gdb.mi/mi2-console.exp: Likewise.
19064 * gdb.mi/mi2-disassemble.exp: Likewise.
19065 * gdb.mi/mi2-eval.exp: Likewise.
19066 * gdb.mi/mi2-file.exp: Likewise.
19067 * gdb.mi/mi2-read-memory.exp: Likewise.
19068 * gdb.mi/mi2-regs.exp: Likewise.
19069 * gdb.mi/mi2-return.exp: Likewise.
19070 * gdb.mi/mi2-simplerun.exp: Likewise.
19071 * gdb.mi/mi2-stack.exp: Likewise.
19072 * gdb.mi/mi2-stepi.exp: Likewise.
19073 * gdb.mi/mi2-syn-frame.exp: Likewise.
19074 * gdb.mi/mi2-until.exp: Likewise.
19075 * gdb.mi/mi2-var-block.exp: Likewise.
19076 * gdb.mi/mi2-var-child.exp: Likewise.
19077 * gdb.mi/mi2-var-cmd.exp: Likewise.
19078 * gdb.mi/mi2-var-display.exp: Likewise.
19079 * gdb.mi/mi2-watch.exp: Likewise.
19080 * gdb.stabs/exclfwd.exp: Likewise.
19081 * gdb.stabs/weird.exp: Likewise.
19082 * gdb.threads/gcore-thread.exp: Likewise.
19083 * gdb.trace/actions.exp: Likewise.
19084 * gdb.trace/backtrace.exp: Likewise.
19085 * gdb.trace/circ.exp: Likewise.
19086 * gdb.trace/collection.exp: Likewise.
19087 * gdb.trace/deltrace.exp: Likewise.
19088 * gdb.trace/infotrace.exp: Likewise.
19089 * gdb.trace/limits.exp: Likewise.
19090 * gdb.trace/packetlen.exp: Likewise.
19091 * gdb.trace/passc-dyn.exp: Likewise.
19092 * gdb.trace/passcount.exp: Likewise.
19093 * gdb.trace/report.exp: Likewise.
19094 * gdb.trace/save-trace.exp: Likewise.
19095 * gdb.trace/tfind.exp: Likewise.
19096 * gdb.trace/tracecmd.exp: Likewise.
19097 * gdb.trace/while-dyn.exp: Likewise.
19098 * gdb.trace/while-stepping.exp: Likewise.
19099
f4b618d1
JB
191002006-08-08 Joel Brobecker <brobecker@adacore.com>
19101
19102 * gdb.base/step-bt.c: New file.
19103 * gdb.base/step-bt.exp: New testcase.
19104
3d00d119
DJ
191052006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
19106
19107 * config/monitor.exp (gdb_load): Remove support for obsolete
19108 download-write-size.
19109 * gdb.base/remote.exp: Likewise. Update all callers of
19110 gdb_timed_load.
19111
017b5bd4
DJ
191122006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
19113
19114 * cursal.exp: Pass binfile to gdb_load.
19115
837c599d
DJ
191162006-08-01 Nathan Sidwell <nathan@codesourcery.com>
19117
19118 * gdb.base/cursal.exp: Add "" to gdb_load call.
19119
8dd4540b
MK
191202006-07-29 Mark Kettenis <kettenis@gnu.org>
19121
19122 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
19123 NetBSD/ELF targets.
19124
ab5c9f60
DJ
191252006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
19126
19127 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
19128 operator*.
19129
4c42eaff
DJ
191302006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
19131
19132 * gdb.base/completion.exp: Update for change in "file" behavior.
19133 * gdb.stabs/weird.exp: Likewise.
19134 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
19135 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
19136
0155cc76
NS
191372006-07-24 Nathan Sidwell <nathan@codesourcery.com>
19138
19139 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
19140 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
19141
16026cd7
AS
191422006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
19143
19144 * gdb.base/default.exp: Update source command error message.
19145 * gdb.base/help.exp: Update 'help source' message.
19146
16963cb6
DJ
191472006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
19148
19149 * gdb.cp/bs15503.exp: Update comment for no longer crashing
19150 test.
19151
6d7fd486
AS
191522006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
19153
19154 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
19155
29e8a844
DJ
191562006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
19157
19158 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
19159
6afcfa39
DJ
191602006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
19161
19162 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
19163
267a692b
MK
191642006-07-17 Mark Kettenis <kettenis@gnu.org>
19165
19166 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
19167 *-*-openbsd* from targets for wich we expect ARM FPA floating
19168 point format.
19169
85d2fec4
NR
191702006-07-17 Nick Roberts <nickrob@snap.net.nz>
19171
19172 * gdb.cp/annota3.exp: Expect frame-begin annotation.
19173
191742006-07-17 Mark Kettenis <kettenis@gnu.org>
19175
19176 * gdb.base/annota3.exp: Expect frame-begin annotation.
19177
85b4c6e8
JB
191782006-07-14 Joel Brobecker <brobecker@adacore.com>
19179
19180 * gdb.base/help.exp: Adjust "help unset" test to accept
19181 any list of unset commands.
19182
fb933624
DJ
191832006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
19184 Daniel Jacobowitz <dan@codesourcery.com>
19185
19186 * gdb.cp/ref-params.exp: New test.
19187 * gdb.cp/ref-params.cc: New source file.
19188 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
19189
1dff4b64
MK
191902006-07-08 Mark Kettenis <kettenis@gnu.org>
19191
19192 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
19193 spaces/tabs in regular expressions since they might not be there.
19194
40d2e0e3
AS
191952006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
19196
19197 * gdb.base/ifelse.exp: New file.
19198
f6c957d2
NS
191992006-07-04 Nathan Sidwell <nathan@codesourcery.com>
19200
19201 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
19202 line.
19203 * gdb.base/huge.exp: Loop over compilation to find a size that
19204 is acceptable.
19205 * gdb.base/remote.exp: Correct expected strings.
19206 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
19207
b9c5a23d
DJ
192082006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19209
19210 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
19211
9af2e58d
DJ
192122006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19213
19214 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
19215 native.
19216
30930ca5
DJ
192172006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19218
19219 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
19220 enable stabs testing.
19221
aa32fa1d
DJ
192222006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19223
bd4a4c80 19224 * gdb.base/auxv.exp: Intercept undefined command messages before
aa32fa1d
DJ
19225 gdb_test_multiple does.
19226
321fef15
DJ
192272006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19228
19229 * Makefile.in (host_alias): Remove.
19230 (target_alias): Use @target_noncanonical@.
19231 (site.exp): Don't set host_alias.
19232 * aclocal.m4: Remove contents. Include acx.m4.
19233 * configure: Regenerated.
19234 * configure.ac: Use ACX_NONCANONICAL_TARGET.
19235
e1c2defa
NS
192362006-06-13 Nathan Sidwell <nathan@codesourcery.com>
19237
e63b55d1
NS
19238 * lib/gdb.exp (gdb_load_cmd): New.
19239
5600ea19
NS
19240 * gdb.base/fileio.c: Add system(NULL) test.
19241 * gdb.base/fileio.exp: Check it.
19242
e1c2defa
NS
19243 * gdb.base/break.c: Add 10a breakpoint at }
19244 * gdb.base/break.exp: Add test for breakpoint at }
19245 * gdb.cp/anon-union.cc: Add code at end of function.
19246 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
19247 * gdb.mi/var-cmd.c: Add code at end of function.
19248 * gdb.mi/mi-var-display.exp: Adjust end of next.
19249 * gdb.mi/mi2-var-display.exp: Likewise.
19250 * gdb.base/fileio.c: Add stop function and insert calls at
19251 stopping places.
19252 * gdb.base/fileio.exp: Breakpoint stop function and remove
19253 explicit line number references.
19254
6c0112ec
JB
192552006-05-19 Joel Brobecker <brobecker@adacore.com>
19256
a9c64011
AS
19257 * gdb.base/del.exp (test_delete_alias): New function.
19258 Now check that both "del" and "d" work as aliases for "delete".
6c0112ec 19259
154189a4
FF
192602006-05-18 Fred Fish <fnf@specifix.com>
19261
19262 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
19263 required. Check for spurious output after program exits normally.
19264
582e64c2
FF
192652006-05-17 Fred Fish <fnf@specifix.com>
19266
19267 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
19268 gdb_load, so it works in the simulator.
19269
8ef6493a
FF
192702006-05-11 Fred Fish <fnf@specifix.com>
19271
19272 * gdb.base/bang.exp: Ignore unexpected output between the
19273 "program exited normally" and the gdb prompt, as many other
19274 tests do.
19275
692b141c
MK
192762006-05-07 Mark Kettenis <kettenis@gnu.org>
19277
19278 * gdb.base/help.exp: Make "delete checkpoint" part option for
19279 "help d" and "help delete" tests.
19280
540b8a30
UW
192812006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19282
a9c64011 19283 * gdb.mi/mi-basics.exp: Add missing serial number to
540b8a30
UW
19284 expected output in some mi_gdb_test statements.
19285 * gdb.mi/mi2-basics.exp: Likewise.
19286
9b6462d9
JB
192872006-05-05 Joel Brobecker <brobecker@adacore.com>
19288
19289 * gdb.base/del.c: New file.
19290 * gdb.base/del.exp: New testcase.
19291
954de43b
DM
192922006-05-05 David S. Miller <davem@sunset.davemloft.net>
19293
19294 * gdb.base/break.exp: Do not assume a breakpoint on
19295 main will actually be in $srcfile when optimizing.
1303f75e
DM
19296 * gdb.base/savedregs.exp: Do not require that the dummy
19297 frame location match up to a symbol and source file location.
c3242428
DM
19298 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
19299 will get printed without a mi_cmd_data_list_register_values prefix.
19300 (*-data-list-register-*): Correct regular expressions to expect the new
19301 pseudo d? floating point registers.
19302 * gdb.mi/mi2-regs.exp: Likewise.
a9c64011 19303
c7e64c9a
DJ
193042006-05-05 Christophe Lyon <christophe.lyon@st.com>
19305
19306 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
19307 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
19308 is allocated by the compiler.
19309 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
19310 anons, e, anone to force their allocation by the compiler.
19311
193122006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
79c214e0
DJ
19313
19314 * gdb.base/help.exp: Update expected text for help d and
19315 help delete.
19316
27ce9a6d
MK
193172006-05-02 Mark Kettenis <kettenis@gnu.org>
19318
19319 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
19320 NetBSD/ELF targets.
19321
8608915f
MK
193222006-04-30 Mark Kettenis <kettenis@gnu.org>
19323
19324 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
19325 single-step breakpoint fails; make this a KFAIL on
19326 sparc*-*-openbsd*.
19327 * gdb.base/siginfo.exp: Likewise.
19328 * gdb.base/sigstep.exp (advance, advancei): Likewise.
19329
b8db102d
MS
193302006-04-26 Michael Snyder <msnyder@redhat.com>
19331
19332 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
19333 which may have to consume output from other forks.
19334 Add tests to make sure that "delete fork" succeeded.
19335
c702009a
MS
193362006-04-20 Michael Snyder <msnyder@redhat.com>
19337
19338 * 2006-03-22 Jim Blandy <jimb@redhat.com>
19339 Add support for the Renesas M32C and M16C.
19340
19341 * gdb.asm/asm-source.exp: Add m32c target.
19342 * gdb.asm/m32c.inc: Support for m32c target.
19343
e28493f2
AS
193442006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
19345
19346 * gdb.base/commands.exp (recursive_source_test): New test.
19347
880da185
DM
193482006-04-04 David S. Miller <davem@sunset.davemloft.net>
19349
19350 * gdb.base/float.exp: Add pattern for sparc targets.
19351
61d9b92f
DJ
193522006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
19353
19354 * gdb.base/commands.exp (stray_arg0_test): New test.
19355
bd717df8
PB
193562006-03-30 Paul Brook <paul@codesourcery.com>
19357
19358 * gdb.mi/mi-until.exp: kfail broken until command.
19359 * gdb.mi/mi2-until.exp: Ditto.
19360
ec793d3c
NR
193612006-03-27 Nick Roberts <nickrob@snap.net.nz>
19362
19363 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
19364
831004b7
AO
193652006-03-08 Alexandre Oliva <aoliva@redhat.com>
19366
19367 * gdb.base/prelink.exp: Anchor tested-for regular expression
19368 on gdb prompt.
19369
effe49a0
PB
193702006-03-07 Paul Brook <paul@codesourcery.com>
19371
19372 * gdb.base/assign.exp: Correct fail message.
19373
e5461016
PB
193742006-03-07 Paul Brook <paul@codesourcery.com>
19375
19376 * lib/compiler.c: Extract armcc version number.
19377 * lib/compiler.cc: Ditto.
19378
fc91c6c2
PB
193792006-03-07 Paul Brook <paul@codesourcery.com>
19380
19381 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
19382 additional_flags=-w.
19383 * gdb.arch/altivec-regs.exp: Ditto.
19384 * gdb.arch/e500-abi.exp: Ditto.
19385 * gdb.arch/e500-regs.exp: Ditto.
19386 * gdb.base/all-bin.exp: Ditto.
19387 * gdb.base/annota1.exp: Ditto.
19388 * gdb.base/annota3.exp: Ditto.
19389 * gdb.base/args.exp: Ditto.
19390 * gdb.base/arithmet.exp: Ditto.
19391 * gdb.base/assign.exp: Ditto.
19392 * gdb.base/async.exp: Ditto.
19393 * gdb.base/bang.exp: Ditto.
19394 * gdb.base/break.exp: Ditto.
19395 * gdb.base/call-rt-st.exp: Ditto.
19396 * gdb.base/completion.exp: Ditto.
19397 * gdb.base/cond-expr.exp: Ditto.
19398 * gdb.base/condbreak.exp: Ditto.
19399 * gdb.base/consecutive.exp: Ditto.
19400 * gdb.base/define.exp: Ditto.
19401 * gdb.base/display.exp: Ditto.
19402 * gdb.base/ena-dis-br.exp: Ditto.
19403 * gdb.base/environ.exp: Ditto.
19404 * gdb.base/eval-skip.exp: Ditto.
19405 * gdb.base/info-proc.exp: Ditto.
19406 * gdb.base/jump.exp: Ditto.
19407 * gdb.base/logical.exp: Ditto.
19408 * gdb.base/long_long.exp: Ditto.
19409 * gdb.base/maint.exp: Ditto.
19410 * gdb.base/miscexprs.exp: Ditto.
19411 * gdb.base/pc-fp.exp: Ditto.
19412 * gdb.base/pointers.exp: Ditto.
19413 * gdb.base/relational.exp: Ditto.
19414 * gdb.base/reread.exp: Ditto.
19415 * gdb.base/sect-cmd.exp: Ditto.
19416 * gdb.base/sep.exp: Ditto.
19417 * gdb.base/sepdebug.exp: Ditto.
19418 * gdb.base/until.exp: Ditto.
19419 * gdb.base/whatis-exp.exp: Ditto.
19420 * gdb.cp/annota2.exp: Ditto.
19421 * gdb.cp/annota3.exp: Ditto.
19422 * gdb.trace/actions.exp: Ditto.
19423 * gdb.trace/backtrace.exp: Ditto.
19424 * gdb.trace/circ.exp: Ditto.
19425 * gdb.trace/collection.exp: Ditto.
19426 * gdb.trace/deltrace.exp: Ditto.
19427 * gdb.trace/infotrace.exp: Ditto.
19428 * gdb.trace/limits.exp: Ditto.
19429 * gdb.trace/packetlen.exp: Ditto.
19430 * gdb.trace/passc-dyn.exp: Ditto.
19431 * gdb.trace/passcount.exp: Ditto.
19432 * gdb.trace/report.exp: Ditto.
19433 * gdb.trace/save-trace.exp: Ditto.
19434 * gdb.trace/tfind.exp: Ditto.
19435 * gdb.trace/tracecmd.exp: Ditto.
19436 * gdb.trace/while-dyn.exp: Ditto.
19437 * gdb.trace/while-stepping.exp: Ditto.
19438 * lib/gdb.exp: Ditto.
19439 (gdb_compile): Handle nowarning option.
19440
5f4a23d9
AO
194412006-03-07 Alexandre Oliva <aoliva@redhat.com>
19442
19443 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
19444 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
19445 Rename executable to prelinkt. Don't re-prelink if we didn't
19446 get a core file. Test prelink -u exit status to tell whether
19447 prelinking failed. Use gdb_test_multiple.
19448
9733fc94
DJ
194492006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
19450
19451 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
19452 (do_tests): Call it.
19453
cc10cae3
AO
194542006-02-28 Alexandre Oliva <aoliva@redhat.com>
19455
19456 * gdb.base/prelink.exp: New test.
19457 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
19458
15c46491
WZ
194592006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
19460
19461 * gdb.fortran/derived-type.f90: New file.
19462 * gdb.fortran/derived-type.exp: New testcase.
19463
5c9f7ded
DJ
194642006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
19465
19466 * gdb.base/default.exp: Allow ';' as a directory separator.
19467
5b96932b
AS
194682006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
19469
19470 * gdb.base/help.exp (help add-symbol-file): Update.
19471
1986bccd
AS
194722006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
19473
19474 * gdb.base/help.exp (help load): Update expected results.
19475
a8b7528f
FF
194762006-02-19 Fred Fish <fnf@specifix.com>
19477
19478 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
19479 specifix hex value as part of results.
19480 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
a9c64011 19481
f8261448
FF
194822006-02-16 Fred Fish <fnf@specifix.com>
19483
19484 * gdb.base/whatis.c: Define variables using typedefs char_addr,
19485 ushort_addr, and slong_addr, so the typedefs are not optimized
19486 away.
19487 * gdb.base/whatis.exp: Add tests using type name for struct type,
19488 union type, enum type, and typedef.
a9c64011 19489
31d8bdd2
MK
194902006-02-13 Mark Kettenis <kettenis@gnu.org>
19491
19492 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
19493
34e41e63
JB
194942006-02-13 Jim Blandy <jimb@redhat.com>
19495
19496 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
19497 case where it takes two "next" commands to skip past the init
19498 call.
19499
ac6e4f31
FF
195002006-02-12 Fred Fish <fnf@specifix.com>
19501
19502 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
19503 to handle cases where it takes two "next" commands to skip
19504 past the init call.
19505
2db2d571
JB
195062006-02-07 Joel Brobecker <brobecker@adacore.com>
19507
19508 * gdb.ada/array_return.exp: Mark the last test as expected to fail
19509 on hppa32 targets.
19510
38fcd64c
DJ
195112006-02-06 Vladimir Prus <ghost@cs.msu.su>
19512
19513 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
19514 field.
19515
1315ad46
MK
195162006-01-29 Mark Kettenis <kettenis@gnu.org>
19517
19518 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
19519
5625b943
DJ
195202006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
19521
19522 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
19523 files.
19524
80df1bbe
DJ
195252006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
19526
19527 * gdb.cp/maint.exp: Set complaints to a positive value.
19528
9078e690
DJ
195292006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
19530
19531 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
19532 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
19533 function name.
19534
9c903399
DJ
195352006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
19536
19537 * gdb.base/checkpoint.c: Update copyright notice. Include
19538 <stdlib.h>.
19539
761ae4d6
JB
195402006-01-04 Jim Blandy <jimb@redhat.com>
19541
19542 * gdb.asm/asm-source.exp: Independently provide default values for
19543 asm-flags and debug-flags. Use 'string equal' to do the
19544 comparison, not the implicit expr's '==' operator. Remove
19545 now-unneeded assignments to asm-flags. In h8300 case, place
19546 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
19547
099ac3dd
MS
195482006-01-04 Michael Snyder <msnyder@redhat.com>
19549
19550 * gdb.base/checkpoint.c: New file.
19551 * gdb.base/checkpoint.exp: New file.
19552 * gdb.base/multi-fork.c: New file.
19553 * gdb.base/multi-fork.exp: New file.
19554 * gdb.base/pi.txt: New file (data for checkpoint.c test).
19555
f4d85314
FF
195562006-01-04 Fred Fish <fnf@specifix.com>
19557
19558 * gdb.base/ptype.c (foo): Add typedef.
19559 (intfoo): Add function.
19560 * gdb.base/ptype1.c: New file.
19561 * gdb.base/ptype.exp: Handle compilation and linking with two
19562 source files. Test that proper type for "foo" is found based
19563 on source context rather than first match found in symtabs.
19564
a1b06f35
MK
195652005-12-28 Mark Kettenis <kettenis@gnu.org>
19566
19567 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
19568 * gdb.asm/openbsd.inc: Indent commands.
19569
d082a1e2
MK
195702005-12-26 Mark Kettenis <kettenis@gnu.org>
19571
c65016bd
MK
19572 * gdb.base/freebpcmd.exp: Increase timeout.
19573
d082a1e2
MK
19574 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
19575
d3c32a0e
DJ
195762005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
19577
19578 * gdb.base/default.exp: Update check for "show version".
19579
9fdb1f50
RC
195802005-12-09 Randolph Chung <tausq@debian.org>
19581
19582 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
19583 * gdb.asm/pa64.inc: New file.
19584
5f2c56f7
RC
195852005-12-09 Randolph Chung <tausq@debian.org>
19586
19587 * gdb.asm/common.inc: Indent commands.
19588 * gdb.asm/asmsrc1.s: Likewise.
19589 * gdb.asm/asmsrc2.s: Likewise.
19590
8117349c
RC
195912005-12-09 Randolph Chung <tausq@debian.org>
19592
19593 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
19594 (get_addr_of_sym): Remove duplicate print.
19595 (gen_core): xfail hppa*-*-hpux*, update expected output.
19596 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
19597 * gdb.arch/pa64-nullify.s: New file.
19598
8f07f25a
RC
195992005-12-09 Randolph Chung <tausq@debian.org>
19600
19601 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
19602
55b39184
DJ
196032005-12-07 Christophe Lyon <christophe.lyon@st.com>
19604
19605 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
19606 code generation for these functions.
19607 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
19608 error message.
19609
31e2b00f
AS
196102005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
19611
19612 * gdb.base/help.exp (help b, help br, help bre, help brea)
19613 (help break): Update the expected message.
19614
c3d0b56e
SC
196152005-11-11 Stephane Carrez <stcarrez@nerim.fr>
19616
19617 * gdb.asm/m68hc11.inc: Setup the data section.
19618 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
19619 script for this test.
19620 (m6812-*-*): Likewise.
19621
36ae0ea9
RC
196222005-11-09 Randolph Chung <tausq@debian.org>
19623
19624 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
19625
9d6f42e9
WZ
196262005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
19627
19628 * gdb.base/break.exp: Fix a comment typo.
19629
e2126a14
EZ
196302005-11-03 Jim Blandy <jimb@redhat.com>
19631
a9c64011
AS
19632 Checked in by Elena Zannoni <ezannoni@redhat.com>
19633
889bf7c5 19634 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
e2126a14 19635
e0ac7199
CV
196362005-11-02 Corinna Vinschen <vinschen@redhat.com>
19637
19638 * gdb.arch/gdb1558.c: Include stdio.h.
19639
31d3fb18
MK
196402005-10-31 Mark Kettenis <kettenis@gnu.org>
19641
19642 * gdb.asm/asm-source.exp: Use -e instead of --entry.
19643
e52b687c
MK
196442005-10-31 Mark Kettenis <kettenis@gnu.org>
19645
19646 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
19647
f4711d79
PG
196482005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
19649
a9c64011
AS
19650 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
19651 vscr" tests to better match output.
f4711d79 19652
987a9106
JB
196532005-10-12 Jim Blandy <jimb@redhat.com>
19654
19655 * gdb.base/structs.exp (any): New function.
19656 (test_struct_returns): Don't make any assumptions at all about
19657 what value the function returns when GDB can't set the return
19658 value.
19659
2336bb58
JB
196602005-10-09 Joel Brobecker <brobecker@adacore.com>
19661
19662 * gdb.ada/arrayidx/p.adb: New file.
19663 * gdb.ada/arrayidx.exp: New testcase
19664
196652005-10-09 Joel Brobecker <brobecker@adacore.com>
1495de3f
JB
19666
19667 * gdb.ada/array_return/pck.ads: New file.
19668 * gdb.ada/array_return/pck.adb: New file.
19669 * gdb.ada/array_return/p.adb: New file.
19670 * gdb.ada/array_return.exp: New testcase.
19671
705335ea
JB
196722005-10-03 Joel Brobecker <brobecker@adacore.com>
19673
a9c64011
AS
19674 * gdb.base/arrayidx.c: New file.
19675 * gdb.base/arrayidx.exp: New testcase.
705335ea 19676
11ee9940
NR
196772005-09-29 Nick Roberts <nickrob@snap.net.nz>
19678
19679 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
19680 frames-invalid and breakpoints-invalid are no longer generated
19681 with level 3 so don't expect them in the output.
19682
39fb8e9e
BR
196832005-09-27 Bob Rossi <bob@brasko.net>
19684
a9c64011 19685 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
39fb8e9e
BR
19686 from test. Escape the | in mi_gdb_test call.
19687 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
19688 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
19689 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
19690 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
19691 expected regex's in mi_gdb_test calls.
19692 * lib/mi-support.exp: Remove arbitrary .* from tests.
19693 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
19694 Fully anchor GDB/MI expected results in mi_gdb_test.
19695 * lib/gdb.exp (string_to_regexp): Escape the ] character.
19696 * gdb.base/sizeof.exp: Remove escape character. Correct test.
19697
2af48f68
PB
196982005-09-26 Paul Brook <paul@codesourcery.com>
19699
19700 * long_long.exp: Exclude eabi targets from arm FPA float format test.
19701
f34502bc
WZ
197022005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
19703
19704 * bfp-test.c: New file.
19705 * bfp-test.exp: New testcase.
19706
ca929517
WZ
197072005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
19708
19709 * gdb.fortran/subarray.exp: New testcase to test the evaluation
19710 of subarray and substring variable.
19711 * gdb.fortran/subarray.f: New source file for the test of subarray
19712 and substring variable evaluation.
19713 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
19714 of string constant.
19715
c761af65
DJ
197162005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
19717
19718 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
19719 copyright dates.
19720
561d7a1d
PG
197212005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
19722
19723 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
19724 powerpc altivec' test with an almost identical 'info vector' test.
19725
b2b64cc9
PG
197262005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
19727
a9c64011
AS
19728 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
19729 vscr" tests to match output.
b2b64cc9 19730
6ac4d15a
PG
197312005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
19732
a9c64011
AS
19733 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
19734 output.
6ac4d15a 19735
40e55bef
BR
197362005-09-11 Bob Rossi <bob@brasko.net>
19737
889bf7c5
PA
19738 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
19739 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
19740 commands that return an MI output command and an asyncronous MI output
19741 command.
40e55bef
BR
19742 * gdb.mi/mi-console.exp: Ditto.
19743
3c7385ec
BR
197442005-09-11 Bob Rossi <bob@brasko.net>
19745
19746 * gdb.mi/mi-var-child.c: Include <string.h>.
19747
a6cd0eb3
DJ
197482005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
19749
19750 * killed.exp: Correct gdb_expect syntax.
19751
2f168eed
CV
197522005-08-09 Corinna Vinschen <vinschen@redhat.com>
19753
19754 * lib/mi-support.exp (mi_gdb_load): Fix typo.
19755
ecd3fd0f
BR
197562005-08-02 Bob Rossi <bob@brasko.net>
19757
19758 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
19759 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
19760 Change tests to inferior-tty-set/show.
19761 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
19762 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
19763 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
19764 inferior. Use mi_gdb_test to get GDB and Inferior output.
19765 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
19766 descriptor.
19767 (mi_inferior_tty_name): Add inferior PTY file name.
19768 (mi_gdb_start): Add INFERIOR_PTY parameter.
19769 (mi_gdb_test): Add IPATTERN parameter.
19770
f1ea48cb 197712005-08-02 Bob Rossi <bob@brasko.net>
a9c64011 19772
f1ea48cb
BR
19773 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
19774 parameter to mi_gdb_test.
19775 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
19776
6e650a67
DJ
197772005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
19778
19779 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
19780 struct_declarations.
19781 * gdb.mi/mi-var-child.exp: Step over the initialization of
19782 struct_declarations.
19783
8be260b6
DJ
197842005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
19785
19786 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
19787 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
19788 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
19789 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
19790 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
19791 file.
19792
4e660f07
NR
197932005-07-27 Nick Roberts <nickrob@snap.net.nz>
19794
19795 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
19796 (do_children_tests): Assign values to the extra elements.
19797
19798 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
19799 them for tests for "-var-update --no-values" and
a9c64011 19800 "-var-update --all-values".
4e660f07
NR
19801 Add test for "-var-list-children --simple-values".
19802
19803 * gdb.mi/basics.c (callee4): Add integer array D[3]...
19804
19805 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
19806 "-stack-list-locals --simple-values" Improve doc strings and
19807 comments.
19808
6bdae935
MK
198092005-07-18 Mark Kettenis <kettenis@gnu.org>
19810
598b7a6f
MK
19811 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
19812 *-*-openbsd*.
19813 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
19814
6bdae935
MK
19815 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
19816 sigaltsatck'.
19817
1323e929 198182005-07-14 Bob Rossi <bob@brasko.net>
a9c64011 19819
1323e929
BR
19820 * gdb.base/default.exp (tty): Changed output of command.
19821 * gdb.base/help.exp (help tty): Ditto.
19822
b1a9c082
MK
198232005-07-12 Mark Kettenis <kettenis@gnu.org>
19824
19825 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
19826
10a844a2
MK
198272005-07-10 Mark Kettenis <kettenis@gnu.org>
19828
19829 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
19830 -stack-select-frame without arguments.
19831 (test_stack_frame_listing): Add test for newly implemented command
19832 -stack-info-frame.
19833
3cb3b8df
BR
198342005-07-06 Bob Rossi <bob@brasko.net>
19835
19836 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
19837 command.
19838 (Copyright): Update copyright.
19839
a0c5fbcf
WZ
198402005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
19841
19842 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
19843 tests to evaluate exponentiation expression.
19844
984971d0
AS
198452005-06-29 Andreas Schwab <schwab@suse.de>
19846
19847 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
19848 main to avoid warnings.
19849
19850 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
19851
fe03833f
NR
198522005-06-20 Nick Roberts <nickrob@snap.net.nz>
19853
19854 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
19855 -stack-select-frame without arguments.
19856 (test_stack_frame_listing): Add test for newly implemented command
19857 -stack-info-frame.
a9c64011 19858
7a55f279
WZ
198592005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
19860
0ffa0ea5
DJ
19861 * gdb.fortran/array-element.f: New file.
19862 * gdb.fortran/array-element.exp: New testcase.
7a55f279 19863
26585198
DJ
198642005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
19865
19866 * gdb.base/bigcore.exp: Correct checks for systems which can
19867 not dump a large core file.
19868
c1bd25fd
DJ
198692005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
19870
19871 * gdb.base/relocate.c: Add a copyright notice.
19872 (dummy): Remove.
19873 * gdb.base/relocate.exp: Test printing the values of variables
19874 from a relocatable file.
19875
589e074d
DJ
198762005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
19877
19878 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
19879 excess MI output after an error.
19880
0915f927
JB
198812005-05-29 Joel Brobecker <brobecker@adacore.com>
19882
19883 * gdb.arch/alpha-step.c: New file.
19884 * gdb.arch/alpha-step.exp: New testcase.
19885
76ff342d
DJ
198862005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
19887 Dennis Brueni <dennis@slickedit.com>
19888
19889 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
19890 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
19891 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
19892 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
19893 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
19894 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
19895 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
19896
96b0c7ac
DJ
198972005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
19898 Wu Zhou <woodzltc@cn.ibm.com>
19899
19900 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
19901 IBM's xlc compiler.
19902 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
19903 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
19904
f21565d2
JB
199052005-05-13 Jim Blandy <jimb@redhat.com>
19906
19907 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
19908 calling gdb_suppress_entire_file.
19909 * gdb.base/charset.exp: Same.
19910 * gdb.base/call-rt-st.exp: Same.
19911
6006a3a1
BR
199122005-05-05 Bob Rossi <bob_rossi@cox.net>
19913
19914 * lib/gdb.exp (fullname_syntax): Added global regex.
19915 (fullname_syntax_POSIX): Ditto.
19916 (fullname_syntax_UNC): Ditto.
19917 (fullname_syntax_DOS_CASE): Ditto.
19918 (fullname_syntax_DOS): Ditto.
19919 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
19920 fullname_syntax variable to scope and use it.
19921 (test_file_list_exec_source_files): Ditto.
19922 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
19923
c3b69c04
DJ
199242005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
19925
19926 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
19927
3c95e6af
PG
199282004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
19929
a9c64011
AS
19930 * lib/gdb.exp (skip_altivec_tests): New function, based on
19931 check_vmx_hw_available from the GCC testsuite.
19932 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
19933 * lib/gdb.arch/altivec-regs.exp: Likewise.
3c95e6af 19934
78df6c56
JB
199352005-05-02 Jim Blandy <jimb@redhat.com>
19936
19937 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
19938 calling gdb_suppress_entire_file.
19939
1690f9cf
DJ
199402005-04-30 Randolph Chung <tausq@debian.org>
19941
19942 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
19943 Slightly relax "sem_post" name checking.
19944
5ea106f7
PG
199452005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
19946
19947 * gdb.base/unload.exp: Use new shared library infrastructure.
19948
bf7234cf
PG
199492005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
19950
19951 * gdb.base/so-impl-ld.exp: Use new shared library
a9c64011 19952 infrastructure.
bf7234cf 19953
547b869a
CV
199542005-04-29 Corinna Vinschen <vinschen@redhat.com>
19955
19956 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
19957 * gdb.asm/h8300.inc: New file.
19958
f07e55f0
PG
199592005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
19960
19961 * gdb.base/shlib-call.exp: Change to use new shared library
19962 infrastructure.
19963
3cbba3d1
PG
199642005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
19965
a9c64011
AS
19966 * gdb.base/pending.exp: Change to use new shared library
19967 infrastructure.
3cbba3d1 19968
ed6df200
PG
199692005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
19970
a9c64011
AS
19971 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
19972 use test_compiler_info instead of gcc_compiled, and update copyright.
ed6df200 19973
8c8f4ebe
PG
199742005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
19975
a9c64011
AS
19976 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
19977 shared objects being adjusted and update copyright years.
8c8f4ebe 19978
607fbc54
DJ
199792005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
19980
19981 * ChangeLog: Correct some 2003-01-13 dates.
19982 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
19983 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
19984 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
19985 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
19986 gdb.trace/tfind.exp: Update copyright years.
19987
57bf0e56
DJ
199882005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
19989 Daniel Jacobowitz <dan@codesourcery.com>
19990
19991 * lib/gdb.exp (gdb_compile): Handle shlib=.
19992 (gdb_compile_shlib): New function.
19993
9b593790
PG
199942005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
19995
a9c64011 19996 * lib/gdb.exp (test_compiler_info): Give argument a default value.
9b593790 19997
9494c6a5
DJ
199982005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
19999
20000 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
20001 gdb.server.
20002 * configure.ac: Likewise.
20003 * configure: Regenerated.
20004 * gdb.gdbserver/Makefile.in: Moved to...
20005 * gdb.server/Makefile.in: ... here.
20006 * gdb.gdbserver/server.c: Moved to...
20007 * gdb.server/server.c: ... here.
20008 * gdb.gdbserver/server-run.exp: Moved to...
20009 * gdb.server/server-run.exp: ... here.
20010
6f8eac0e
DJ
200112005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
20012
20013 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
20014 * configure.ac: Create gdb.gdbserver/Makefile.
20015 * configure: Regenerated.
20016 * lib/gdbserver-support.exp: New file, derived from
20017 config/gdbserver.exp.
20018 * config/gdbserver.exp: Use gdbserver-support.exp.
20019 * gdb.gdbserver/Makefile.in: New file.
20020 * gdb.gdbserver/server.c: New file.
20021 * gdb.gdbserver/server-run.exp: New file.
20022
6e87504d
PG
200232005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
20024
a9c64011
AS
20025 * lib/gdb.exp (test_compiler_info): Return compiler_info
20026 if no arguments are given.
6e87504d 20027
d1779be4
PG
200282005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
20029
20030 * gdb.arch/altivec-abi.exp: Check for compiler and set
20031 use altivec' flag accordingly.
20032 * gdb.arch/altivec-regs.exp: Likewise.
20033
88750304
DJ
200342005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
20035
20036 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
20037
f3fb768d
AS
200382005-03-27 Andreas Schwab <schwab@suse.de>
20039
20040 * gdb.base/bigcore.c (main): Add missing mode argument in open
20041 call.
20042
7e813ac5
DJ
200432005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
20044
20045 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
20046 downloads.
20047 * config/gdbserver.exp (gdb_load): Likewise.
20048
8e3049aa
PB
200492005-03-14 Paul Brook <paul@codesourcery.com>
20050
20051 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
20052 targets.
20053
a9df7c44
JB
200542005-03-09 Joel Brobecker <brobecker@adacore.com>
20055
20056 * gdb.dwarf2/dup-psym.S: New file.
20057 * gdb.dwarf2/dup-psym.exp: New testcase.
20058
9f0d94e8
JB
200592005-03-09 Joel Brobecker <brobecker@adacore.com>
20060
20061 * gdb.ada/exec_changed/first.adb: New file.
20062 * gdb.ada/exec_changed/second.adb: New file.
20063 * gdb.ada/exec_changed.exp: New testcase.
20064
5f579bc5
NS
200652005-03-08 Nathan Sidwell <nathan@codesourcery.com>
20066
36e9969c
NS
20067 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
20068 (A2): New class.
20069 (main): Test operator+.
20070 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
20071 breakpoint test.
20072
5f579bc5
NS
20073 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
20074 * gdb.base/signull.exp: Disable if gdb,nosignals.
20075 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
20076 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
20077 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
20078 * gdb.mi/mi2-console.exp: Likewise.
20079 * gdb.trace/collection.exp (run_trace_experiment): Consume the
20080 continue output at start.
20081 (gdb_collect_locals_test): Robustify regexp.
20082 * gdb.trace/passc-dyn.exp: Fix comment typo.
20083 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
20084
be46087e
CV
200852005-03-08 Corinna Vinschen <vinschen@redhat.com>
20086
20087 * gdb.asm/asm-source.exp: Add iq2000 case.
20088 * gdb.asm/iq2000.inc: New file.
20089
384e1a61 200902005-03-07 Manoj Iyer <manjo@austin.ibm.com>
a9c64011 20091
384e1a61
MI
20092 * gdb.base/command.exp: Change hardcoded value to regular expression.
20093 * gdb.base/float.exp: Add powerpc to the list of targets checked.
20094
584b6e9e
DJ
200952005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
20096
20097 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
20098 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
20099 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
20100 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
20101 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
20102
ab5b5d61
MK
201032005-03-05 Mark Kettenis <kettenis@gnu.org>
20104
20105 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
20106 changes.
20107
ae051c1b
PG
201082004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
20109
a9c64011
AS
20110 * lib/compiler.c: Add test for IBM's xlc compiler.
20111 * lib/compiler.cc: Likewise.
ae051c1b 20112
3f0f6ed2
JB
201132004-02-24 Joel Brobecker <brobecker@adacore.com>
20114
20115 * gdb.ada/fixed_points.exp: Create compilation object directory
20116 before running the test.
20117 * gdb.ada/null_record.exp: Likewise.
20118 * gdb.ada/packed_array.exp: Likewise.
20119 * gdb.ada/start.exp: Likewise.
20120
724f452b
JB
201212005-02-15 Joel Brobecker <brobecker@adacore.com>
20122
20123 * gdb.ada/packed_array/pa.adb: New file.
20124 * gdb.ada/packed_array.exp: New testcase.
20125
57f5cdfb 201262005-02-10 Mark Kettenis <kettenis@gnu.org>
ebdda337 20127
1f393151
MK
20128 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
20129 files.
20130
ebdda337
MK
20131 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
20132 on *-*-openbsd*. Correctly match whitespace in regukar
20133 expressions.
20134
cf309262
DJ
201352005-02-10 Daniel Jacobowitz <dan@debian.org>
20136
20137 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
20138 PR exp/1821
20139 * gdb.base/gdb1821.c: New test file.
20140 * gdb.base/gdb1821.exp: New test file.
20141
3be49e7a
JB
201422005-02-09 Joel Brobecker <brobecker@adacore.com>
20143
20144 * gdb.base/start.c: New file.
20145 * gdb.base/start.exp: New testcase.
20146
e292e67d
JB
201472005-02-09 Joel Brobecker <brobecker@adacore.com>
20148
20149 * gdb.ada/start/dummy.adb: New file.
20150 * gdb.ada/start.exp: New testcase.
20151
dbdfa66c
CV
201522005-02-09 Corinna Vinschen <vinschen@redhat.com>
20153
20154 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
20155 for printing symbols and statistics.
20156 Add test for using relative pathnames in "maint print msymbols" test.
20157 Mark "maint info sections DATA" XFAIL on Cygwin.
20158 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
20159 tests.
20160
d7941671
AC
201612005-02-09 Andreas Schwab <schwab@suse.de>
20162
20163 Committed by Andrew Cagney <cagney@gnu.org>
20164 * gdb.base/remotetimeout.exp: New file.
20165
74e5ef44
MK
201662005-02-07 Mark Kettenis <kettenis@gnu.org>
20167
20168 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
20169
464dd14d
JB
201702005-02-03 Joel Brobecker <brobecker@adacore.com>
20171
20172 * gdb.ada/gnat_ada.gpr: New file.
20173 * gdb.ada/gnat_ada.gin: Delete, no longer used.
20174 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
20175 * configure.ac: No longer generate gnat_ada.gpr.
20176 * configure: Regenerate.
20177 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
20178 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
20179 * gdb.ada/null_record/bar.ads: Likewise.
20180 * gdb.ada/null_record/bar.adb: Likewise.
20181 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
20182 * gdb.ada/null_record.exp (testdir): New variable.
20183 (testfile): executable is now in testdir subdirectory.
20184 (srcfile): Use full path to the main compilation unit.
20185 * gdb.ada/fixed_points.exp: Same changes as above.
20186
30d756ae
NR
201872005-02-03 Nick Roberts <nickrob@snap.net.nz>
20188
20189 * gdb.base/interp.exp: New test.
20190
9d799f85
AC
201912005-01-24 Andrew Cagney <cagney@gnu.org>
20192
20193 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
20194
15656118
AC
201952005-01-19 Andrew Cagney <cagney@gnu.org>
20196
a892c31b
AC
20197 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
20198 configure.ac not configure.in.
20199
15656118
AC
20200 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
20201 of powerpc*-*-*.
20202 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
a9c64011 20203 * gdb.base/list.exp (test_list_function)
15656118
AC
20204 (test_list_filename_and_function): Ditto.
20205 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
20206
a7b01baf
AC
202072005-01-16 Andrew Cagney <cagney@gnu.org>
20208
17d92a02
AC
20209 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
20210
a7b01baf
AC
20211 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
20212
bc8332bb
AC
202132005-01-14 Andrew Cagney <cagney@gnu.org>
20214
20215 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
20216 * gdb.mi/mi2-var-cmd.exp: Ditto.
20217
4d074752
CV
202182005-01-10 Corinna Vinschen <vinschen@redhat.com>
20219
20220 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
20221
bec39cab
AC
202222005-01-07 Andrew Cagney <cagney@gnu.org>
20223
20224 * configure.ac: Rename configure.in, require autoconf 2.59.
20225 * configure: Re-generate.
20226 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
20227 * gdb.stabs/configure: Re-generate.
20228 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
20229 * gdb.hp/configure: Re-generate.
20230 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
20231 autoconf 2.59.
20232 * gdb.hp/gdb.objdbg/configure: Re-generate.
20233 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
20234 autoconf 2.59.
20235 * gdb.hp/gdb.defects/configure: Re-generate.
20236 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
20237 autoconf 2.59.
20238 * gdb.hp/gdb.compat/configure: Re-generate.
20239 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
20240 autoconf 2.59.
20241 * gdb.hp/gdb.base-hp/configure: Re-generate.
20242 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
20243 autoconf 2.59.
20244 * gdb.hp/gdb.aCC/configure: Re-generate.
20245
f10b16d4
JB
202462004-12-15 Jim Blandy <jimb@redhat.com>
20247
20248 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
20249 under NPTL when there is debugging info available for libpthread.
20250
fb6e1814
JG
202512004-12-13 Jerome Guitton <guitton@gnat.com>
20252
20253 * gdb.ada/fixed_points.c: New file.
20254 * gdb.ada/fixed_points.exp: New file.
20255
fe46cd3a
RC
202562004-12-03 Randolph Chung <tausq@debian.org>
20257
20258 * gdb.arch/pa-nullify.exp: New file.
20259 * gdb.arch/pa-nullify.s: New file.
20260
8de0841b
RC
202612004-11-30 Randolph Chung <tausq@debian.org>
20262
20263 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
20264 instead of "tbug". Fix regexp to work properly with gdb_test.
20265
c8170782
PH
202662004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
20267
20268 * gdb.base/bitfields2.exp: New test.
20269 * gdb.base/bitfields2.c: New file.
20270
954269c2
RE
202712004-11-28 Richard Earnshaw <rearnsha@arm.com>
20272
20273 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
20274
0107feed
RC
202752004-11-16 Randolph Chung <tausq@debian.org>
20276
20277 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
20278
f073ae8c
DJ
202792004-11-14 Daniel Jacobowitz <dan@debian.org>
20280
20281 * gdb.threads/threadapply.exp: Correct "macro details" test.
20282
19ad59e7
JJ
202832004-11-11 Jeff Johnston <jjohnstn@redhat.com>
20284
20285 * gdb.threads/threadapply.exp: New test.
20286 * gdb.threads/threadapply.c: New file.
20287
9cf0961b
MK
202882004-11-07 Mark Kettenis <kettenis@gnu.org>
20289
20290 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
20291 frames.
20292
c789492a
FL
202932004-11-05 Felix Lee <felix+log1@specifixinc.com>
20294
20295 * gdb.base/cursal.exp: New file.
20296 * gdb.base/cursal.c: New file.
20297
a1e167bb
AC
202982004-11-03 Andrew Cagney <cagney@gnu.org>
20299
20300 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
20301
b7cbf173
MK
203022004-10-30 Mark Kettenis <kettenis@gnu.org>
20303
20304 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
20305 NetBSD/ELF targets.
20306
88f9d34f
JB
203072004-10-29 Joel Brobecker <brobecker@gnat.com>
20308
20309 * gdb.threads/bp_in_thread.c: New file, copied from
20310 pthread_cond_wait.c.
20311 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
20312 file, rather than reusing the .c file from another testcase.
20313
ca7d6a0c
JB
203142004-10-20 Joel Brobecker <brobecker@gnat.com>
20315
20316 * gdb.ada/null_record.exp: Check where we stopped after
20317 sending the start command, instead of where the associated
20318 temporary breakpoint was inserted.
20319
0d863d03
AC
203202004-10-14 Andrew Cagney <cagney@gnu.org>
20321
20322 * gdb.mi/gdb701.c (main): Return 0.
20323
d11e72cb
DJ
203242004-10-13 Daniel Jacobowitz <dan@debian.org>
20325
d40539a4 20326 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
d11e72cb 20327
e1923096
JJ
203282004-10-12 Jeff Johnston <jjohnstn@redhat.com>
20329
20330 * gdb.threads/schedlock.c: Add comment markers to use to find
20331 line numbers.
20332 * gdb.threads/schedlock.exp: Adjust regex to handle the new
20333 comments.
20334 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
20335 breakpoint lines.
20336
ec8ba2c9
DJ
203372004-10-12 Daniel Jacobowitz <dan@debian.org>
20338
20339 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
20340
0eb3658b
DJ
203412004-10-12 Daniel Jacobowitz <dan@debian.org>
20342
20343 * configure.in: Add gdb.dwarf2.
20344 * configure: Regenerated.
20345 * Makefile.in: Add gdb.dwarf2.
20346 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
20347 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
20348 gdb.dwarf2/file1.txt: New files.
20349
a271cc33
OF
203502004-10-11 Orjan Friberg <orjanf@axis.com>
20351
a9c64011 20352 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
a271cc33
OF
20353 of "run", since the latter doesn't work with remote targets. Adjust
20354 the breakpoint numbering accordingly.
20355 * gdb.threads/pthread_cond_wait.exp: Ditto.
20356
895ce074
MC
203572004-10-08 Michael Chastain <mec.gnu@mindspring.com>
20358
20359 * gdb.base/overlays.exp: Update copyright years.
20360
6be3092d
KI
203612004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
20362
20363 * gdb.base/overlays.exp: Disable if target is Linux.
20364
e05389b8
FL
203652004-10-06 Felix Lee <felix+log1@specifixinc.com>
20366
20367 * config/gdbserver.exp (gdb_load): Use right filename on remote.
20368
73cb587d
KI
203692004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
20370
20371 * gdb.asm/asm-source.exp: Add m32r-linux target.
20372 * gdb.asm/m32r-linux.inc: New file.
20373
3c0edcdc
AC
203742004-09-24 Andrew Cagney <cagney@redhat.com>
20375 David Anderson <anderson@redhat.com>
20376
20377 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
20378 command fails, assume things will work.
20379 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
20380 (_GNU_SOURCE): Define.
20381 (print_unsigned, print_hex): Change parameter to "long long".
20382 (print_byte_count): New function, use to print byte counts.
20383 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
20384 O_LARGEFILE.
20385 (main): Compute an upper bound on a corefile in max_core_size.
20386 Limit memory chunk size to max_core_size. Limit total memory
20387 allocated to max_core_size.
20388
4bb3667f
AC
203892004-09-23 Andrew Cagney <cagney@gnu.org>
20390
20391 * gdb.base/bigcore.exp: Replace the code that creates a corefile
20392 from a separate process with code that creates a corefile by
20393 making the inferior dump core.
20394
60fe1a51
MK
203952004-09-23 Mark Kettenis <kettenis@gnu.org>
20396
20397 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
20398 block.
20399
8e937346
MC
204002004-09-23 Michael Chastain <mec.gnu@mindspring.com>
20401
20402 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
20403 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
20404 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
20405 Likewise.
20406
7213f6d6
JJ
204072004-09-20 Jeff Johnston <jjohnstn@redhat.com>
20408
20409 * gdb.java/jprint.exp: New test case for java inferior call.
20410 * gdb.java/jprint.java: Ditto.
20411
eac69dca
JB
204122004-09-15 Joel Brobecker <brobecker@gnat.com>
20413
20414 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
20415
22227696
MC
204162004-09-14 Michael Chastain <mec.gnu@mindspring.com>
20417
20418 * gdb.threads/killed.c: Include <stdlib.h>.
20419 * gdb.threads/pthreads.c: Likewise.
20420
7dd403a4
MC
204212004-09-14 Michael Chastain <mec.gnu@mindspring.com>
20422
20423 * gdb.threads/killed.c: Add copyright notice.
20424
33f2d567
JM
204252004-09-10 Jason Molenda (jmolenda@apple.com)
20426
a9c64011
AS
20427 * gdb.base/define.exp: Two new tests to verify zero space chars
20428 after 'if' and 'while' commands in a user-defined command is correctly
20429 parsed.
33f2d567 20430
e05b62ac
AC
204312004-09-08 Andrew Cagney <cagney@gnu.org>
20432
20433 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
20434 delivery test with duplicate at end of file.
20435
9cbe82da
MK
204362004-09-06 Mark Kettenis <kettenis@jive.nl>
20437
20438 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
20439
564803d9
MC
204402004-09-05 Michael Chastain <mec.gnu@mindspring.com>
20441
20442 * config/hppro.exp: Removed.
20443
7c6807ce
MC
204442004-09-05 Michael Chastain <mec.gnu@mindspring.com>
20445
20446 * config/sparclet.exp: Removed.
20447
bf7e26dd
MC
204482004-09-05 Michael Chastain <mec.gnu@mindspring.com>
20449
20450 * config/udi.exp: Removed.
20451
714e341b
MC
204522004-09-02 Michael Chastain <mec.gnu@mindspring.com>
20453
20454 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
20455 of "exp_continue".
20456 (advancei): Likewise.
20457
1236e623
JJ
204582004-09-01 Jeff Johnston <jjohnstn@redhat.com>
20459
20460 * gdb.base/unload.exp: Fix so messages aren't duplicated.
20461
3bdcad15
MI
204622004-09-01 Manoj Iyer <manjo@austin.ibm.com>
20463
228af206 20464 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
3bdcad15
MI
20465 to check for nodebug in executable.
20466 * gdb.gdb/observer.exp (setup_test): Likewise.
20467 * gdb.gdb/selftest.exp (test_with_self): Likewise.
20468 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
20469
c72b934c
AC
204702004-09-01 Andrew Cagney <cagney@gnu.org>
20471
20472 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
20473 files.
20474
edd9b715
JJ
204752004-09-01 Jeff Johnston <jjohnstn@redhat.com>
20476
20477 * gdb.base/unload.exp: Fix expected warning message to match
20478 latest format.
20479
fb4ce06b
CV
204802004-09-01 Corinna Vinschen <vinschen@redhat.com>
20481
20482 * gdb.base/call-rt-st.exp: Fix typos.
20483
ce78e7c3
MI
204842004-08-31 Manoj Iyer <manjo@austin.ibm.com>
20485
20486 * gdb.threads/thread_check.exp: New testcase.
20487 * gdb.threads/thread_check.c: New testcase.
20488
2dedb159
AC
204892004-08-31 Andrew Cagney <cagney@gnu.org>
20490
20491 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
20492 (skip_to_handler_entry): New procedures. Test stepping into a
20493 handler when the breakpoint is at the handler's entry point.
20494
68f53502
AC
204952004-08-30 Andrew Cagney <cagney@gnu.org>
20496
20497 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
20498 gdb/1757.
20499
3e3ffd2b
MC
205002004-08-27 Michael Chastain <mec.gnu@mindspring.com>
20501
20502 With code from Manoj Iyer <manjo@austin.ibm.com>:
20503 * lib/gdb.exp (gdb_file_cmd): Return more information in the
20504 return value. Add an arm for "no debugging symbols found".
20505 Change a stray "error" to "perror".
20506 (gdb_run_cmd): Adapt to new return value.
20507 * gdb.base/remote.exp: Adapt to new return value.
20508 * gdb.gdb/complaints.exp: Likewise.
20509 * gdb.gdb/observer.exp: Likewise.
20510 * gdb.gdb/selftest.exp: Likewise.
20511 * gdb.gdb/xfullpath.exp: Likewise.
20512
4b6f5fd2
JB
205132004-08-27 Joel Brobecker <brobecker@gnat.com>
20514
20515 * gdb.threads/bp_in_thread.exp: New testcase.
20516
e5b25496
MC
205172004-08-27 Michael Chastain <mec.gnu@mindspring.com>
20518
20519 Fix PR testsuite/1735.
20520 * gdb.threads/schedlock.c (thread_function): Add a cast
20521 to suppress a gcc warning.
20522 * gdb.threads/thread-specific.c (thread_function): Likewise.
20523
934353d6
MC
205242004-08-26 Michael Chastain <mec.gnu@mindspring.com>
20525
20526 * gdb.base/unload.c: Include <stdlib.h>.
20527
f98a0aef 205282004-08-26 Michael Chastain <mec.gnu@mindspring.com>
3a77aa28 20529
f98a0aef 20530 From Paul Gilliam <pgilliam@us.ibm.com>:
3a77aa28
MC
20531 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
20532 synchronized after the "return".
20533
5a2e8882
MC
205342004-08-26 Michael Chastain <mec.gnu@mindspring.com>
20535
20536 * gdb.mi/basics.c: Include <stdio.h>.
20537 * gdb.mi/pthreads.c: Include <stdlib.h>.
20538 * gdb.mi/var-cmd.c: Include <stdlib.h>.
20539
a9640423
MC
205402004-08-26 Michael Chastain <mec.gnu@mindspring.com>
20541
20542 * gdb.threads/schedlock.c: Add copyright notice.
20543
b04e311d
AC
205442004-08-25 Andrew Cagney <cagney@gnu.org>
20545
20546 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
20547 (skip_over_handler, breakpoint_over_hander): New test procedures.
20548 (advance, advancei): Add a proper prefix, do not use
20549 rerun_to_main.
20550 * gdb.base/sigstep.c (main): Change to use an infinite loop.
20551
7c27f15b
MC
205522004-08-24 Michael Chastain <mec.gnu@mindspring.com>
20553
20554 * gdb.mi/basics.c: Add copyright notice.
20555 * gdb.mi/var-cmd.c: Add copyright notice.
20556
fffc87ae
MC
205572004-08-23 Michael Chastain <mec.gnu@mindspring.com>
20558
20559 * lib/gdb.exp: Remove signed_keyword_not_used.
20560 * lib/compiler.c: Likewise.
20561 * lib/compiler.cc: Likewise.
20562
d782e0bf
MC
205632004-08-23 Michael Chastain <mec.gnu@mindspring.com>
20564
20565 * gdb.base/whatis.c: Remove conditional disabling of "signed".
20566 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
20567
96033e83
MC
205682004-08-23 Michael Chastain <mec.gnu@mindspring.com>
20569
20570 * gdb.base/whatis.c: Add copyright notice.
20571
cf38c229
MK
205722004-08-20 Mark Kettenis <kettenis@gnu.org>
20573
20574 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
20575 it to skip the breakpoints encoded in the inline assembly.
20576
f4b49756
MC
205772004-08-20 Michael Chastain <mec.gnu@mindspring.com>
20578
20579 * Makefile.in: Add gdb.fortran.
20580
2f193b69
MC
205812004-08-20 Michael Chastain <mec.gnu@mindspring.com>
20582
20583 * gdb.base/call-sc.exp (test_scalar_returns):
20584 Fix cut-and-paste glitch in "Make fun return now".
20585
89a237cb
MC
205862004-08-17 Michael Chastain <mec.gnu@mindspring.com>
20587
20588 * configure.in: Add gdb.fortran.
20589 * configure: Regenerate.
20590 * gdb.fortran/Makefile.in: New file.
20591 * lib/gdb.exp (skip_fortran_tests): New procedure.
20592
469aff8e
MC
205932004-08-17 Michael Chastain <mec.gnu@mindspring.com>
20594
20595 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
20596 reference to bug-gnu@prep.ai.mit.edu.
20597 * gdb.mi/mi-var-child.exp: Likewise.
20598 * gdb.mi/mi-var-cmd.exp: Likewise.
20599 * gdb.mi/mi-var-display.exp: Likewise.
20600 * gdb.mi/mi2-var-block.exp: Likewise.
20601 * gdb.mi/mi2-var-child.exp: Likewise.
20602 * gdb.mi/mi2-var-cmd.exp: Likewise.
20603 * gdb.mi/mi2-var-display.exp: Likewise.
20604
00b51b9f
MK
206052004-08-15 Mark Kettenis <kettenis@gnu.org>
20606
20607 * gdb.base/unload.c (main): Make local variable msg const.
20608
45f07fef
MC
206092004-08-15 Michael Chastain <mec.gnu@mindspring.com>
20610
20611 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
20612 to bug-gnu@prep.ai.mit.edu.
20613 * gdb.mi/mi-disassemble.exp: Likewise.
20614 * gdb.mi/mi-eval.exp: Likewise.
20615 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
20616 default line number.
20617 * gdb.mi/mi-return.exp: Likewise.
20618 * gdb.mi/mi-simplerun.exp: Likewise.
20619 * gdb.mi/mi-stack.exp: Likewise.
20620 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
20621 number with explicit range test.
20622 * gdb.mi/mi-watch.exp: Likewise.
20623 * gdb.mi/mi2-break.exp: Likewise.
20624 * gdb.mi/mi2-cli.exp: Likewise.
20625 * gdb.mi/mi2-disassemble.exp: Likewise.
20626 * gdb.mi/mi2-eval.exp: Likewise.
20627 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
20628 default line number.
20629 * gdb.mi/mi2-return.exp: Likewise.
20630 * gdb.mi/mi2-simplerun.exp: Likewise.
20631 * gdb.mi/mi2-stack.exp: Likewise.
20632 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
20633 number with explicit range test.
20634 * gdb.mi/mi2-watch.exp: Likewise.
20635
dd8c8ee7
MC
206362004-08-15 Michael Chastain <mec.gnu@mindspring.com>
20637
20638 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
20639 * gdb.cp/m-static.exp: Likewise.
20640 * gdb.cp/rtti.exp: Likewise.
20641
4e838464
MK
206422004-08-14 Mark Kettenis <kettenis@gnu.org>
20643
20644 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
20645
8d8cb839
EZ
206462004-08-14 Eli Zaretskii <eliz@gnu.org>
20647
20648 * ChangeLog: Prefix Local Variables with semi-colons and indent
20649 the reference to older ChangeLog files, to fix fontification in
20650 Emacs.
20651
deea8bb0
MC
206522004-08-13 Michael Chastain <mec.gnu@mindspring.com>
20653
20654 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
20655 * gdb.mi/mi2-break.exp: Likewise.
20656
c3297504
MC
206572004-08-13 Michael Chastain <mec.gnu@mindspring.com>
20658
20659 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
20660
25808999
MC
206612004-08-13 Michael Chastain <mec.gnu@mindspring.com>
20662
20663 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
20664
226a8d71
MC
206652004-08-13 Michael Chastain <mec.gnu@mindspring.com>
20666
20667 * gdb.cp/classes.exp: Remove unused declarations. Just let
20668 test names default instead of providing special names. Remove
20669 extraneous demangler test.
20670
37fdf854
JJ
206712004-08-12 Jeff Johnston <jjohnstn@redhat.com>
20672
20673 * gdb.base/unload.exp: New test for breakpoints in dynamically
20674 loaded libraries.
20675 * gdb.base/unload.c: Ditto.
20676 * gdb.base/unloadshr.c: Ditto.
20677
2d3a7986
MC
206782004-08-12 Michael Chastain <mec.gnu@mindspring.com>
20679
20680 * gdb.cp/classes.exp (test_ptype_class_objects): Call
20681 cp_test_ptype_class.
20682 (test_enums): Likewise.
20683
c72b934c
AC
206842004-08-10 Andrew Cagney <cagney@gnu.org>
20685
20686 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
20687 files.
20688
cc503c8a
AC
206892004-08-10 Andrew Cagney <cagney@gnu.org>
20690
20691 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
20692 init_malloc call.
20693
902f2ccb
MC
206942004-08-10 Michael Chastain <mec.gnu@mindspring.com>
20695
20696 * ChangeLog: Add copyright notice. The notice is copied
20697 from emacs 21.3 top level ChangeLog.
20698
78c90502
MC
206992004-08-09 Michael Chastain <mec.gnu@mindspring.com>
20700
20701 * lib/cp-support.exp: New file.
20702 * lib/cp-support.exp (cp_test_type_class): New function.
20703 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
20704 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
20705 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
20706 cp_test_ptype_class.
20707
88e5ea78
MC
207082004-08-09 Michael Chastain <mec.gnu@mindspring.com>
20709
20710 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
20711 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
20712 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
20713 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
20714 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
20715 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
20716 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
20717 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
20718 gdb.mi/mi2-watch.exp: Update copyright years.
20719
6a89fc9c
MK
207202004-08-09 Mark Kettenis <kettenis@gnu.org>
20721
20722 * gdb.base/sigaltstack.exp: Provide proper anchoring.
20723
1482e0de
MC
207242004-08-09 Michael Chastain <mec.gnu@mindspring.com>
20725
20726 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
20727 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
20728 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
20729 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
20730 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
20731 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
20732 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
20733 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
20734 gdb.mi/mi-watch.exp: Update copyright years.
20735
1a5ce3f3
DJ
207362004-08-08 Daniel Jacobowitz <dan@debian.org>
20737
20738 PR gdb/1738
20739 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
20740 from a breakpoint with a pending signal.
20741
04f6ecf2
DJ
207422004-08-08 Daniel Jacobowitz <dan@debian.org>
20743
20744 PR gdb/1736
20745 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
20746 * gdb.base/sigaltstack.exp (finish_test): Consume output until
20747 the prompt.
20748 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
20749
54d90d35
DJ
207502004-08-08 Daniel Jacobowitz <dan@debian.org>
20751
20752 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
20753
d2f6abb0
DJ
207542004-08-08 Daniel Jacobowitz <dan@debian.org>
20755
20756 PR gdb/1736
20757 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
20758 for i?86-*-linux*.
20759
5598c03d
DJ
207602004-08-08 Daniel Jacobowitz <dan@debian.org>
20761
20762 * gdb.arch/i386-prologue.exp: Compile without debug information.
20763
c6fee705
MC
207642004-08-08 Michael Chastain <mec.gnu@mindspring.com>
20765
20766 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
20767 rather than asking gdb to search.
20768
dd90efdb
MC
207692004-08-05 Michael Chastain <mec.gnu@mindspring.com>
20770
20771 * gdb.base/gcore.c: Include <string.h>.
20772
1e84bec1
MC
207732004-08-05 Michael Chastain <mec.gnu@mindspring.com>
20774
20775 * gdb.base/gcore.c: Add copyright notice.
20776
e425eb2b
MC
207772004-08-05 Michael Chastain <mec.gnu@mindspring.com>
20778
20779 * gdb.base/freebpcmd.c: Include <stdio.h>.
20780 * gdb.base/long_long.c: Include <string.h>.
20781 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
20782 * gdb.base/siginfo.c: Include <string.h>.
20783 * gdb.base/sigstep.c: Include <string.h>.
20784
cb9aaed5
MC
207852004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20786
20787 * gdb.base/complex.c: Include <stdlib.h>.
20788
55944f3d
MC
207892004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20790
20791 * gdb.base/complex.c: Add copyright notice.
20792
7b2953d9
MC
207932004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20794
20795 * gdb.base/charset.c: Include <stdlib.h>.
20796
c9133d23
MC
207972004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20798
20799 * gdb.base/auxv.c: Include <stdlib.h>.
20800
0a8490ad
MC
208012004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20802
20803 * gdb.base/auxv.c: Add copyright notice.
20804
3426d5ec
MC
208052004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20806
20807 * gdb.base/coremaker.c: Add copyright notice.
20808 * gdb.base/coremaker2.c: Add copyright notice.
20809
8da195dd
AC
208102004-08-04 Andrew Cagney <cagney@gnu.org>
20811
20812 * gdb.base/store.exp: Update copyright.
20813 (check_set, up_set, check_struct, up_struct): Add a prefix to test
20814 names, do not import gdb_prompt.
20815
8d394f98
AC
208162004-08-01 Andrew Cagney <cagney@gnu.org>
20817
20818 Fix PR testsuite/1729.
20819 * gdb.base/dump.exp: Add test name to callers of capture_value, do
20820 not use capture_value with value 4.
20821 (capture_value): Add optional test name parameter.
20822 (test_reload_saved_value, test_restore_saved_value): Use $msg as
20823 the prefix, pass to capture_value.
20824
b6702b23
MK
208252004-08-01 Mark Kettenis <kettenis@gnu.org>
20826
20827 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
20828 * gdb.arch/i386-prologue.c (standard): New prototype and function.
20829 (main): Call new function.
20830
c203e0ca
MC
208312004-07-31 Michael Chastain <mec.gnu@mindspring.com>
20832
20833 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
20834
a7995a30
MC
208352004-07-31 Michael Chastain <mec.gnu@mindspring.com>
20836
20837 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
20838
9366563b
MC
208392004-07-31 Michael Chastain <mec.gnu@mindspring.com>
20840
b6eeaf26 20841 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
9366563b
MC
20842 Accept more values of vtbl pointer. Remove some messages
20843 about "obsolete gcc or gdb".
20844
2fc1f950
MC
208452004-07-30 Michael Chastain <mec.gnu@mindspring.com>
20846
20847 * gdb.cp/classes.exp: Accept more varieties of ptype output.
20848
c724d49b
MC
208492004-07-30 Michael Chastain <mec.gnu@mindspring.com>
20850
20851 * gdb.base/asm-source.exp: Properly convert target board
20852 debug flags from gcc format to binutils format.
20853
736b0fce
MK
208542004-07-28 Mark Kettenis <kettenis@gnu.org>
20855
20856 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
20857 gdb1718". PR backtrace/1718 partially fixed.
20858
5633ea5c
JJ
208592004-07-27 Jeff Johnston <jjohnstn@redhat.com>
20860
20861 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
20862
575eebb1
NC
208632004-07-26 Nick Clifton <nickc@redhat.com>
20864
20865 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
20866 good default value for a specific architecture is available then
20867 set it to that value. Otherwise default to the -gstabs switch.
20868 Remove the -g... switches from the asm-flags variable. Allow the
20869 target board info to override the value if it wants to. Pass the
20870 switch on the assembler command line.
20871
62104619
MK
208722004-07-23 Mark Kettenis <kettenis@gnu.org>
20873
20874 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
20875 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
20876 (main): Call new function.
20877
4a1135b8
MC
208782004-07-22 Michael Chastain <mec.gnu@mindspring.com>
20879
20880 Test for PR exp/1715.
20881 * gdb.base/radix.exp: Refactor common procedures. Make all
20882 test names unique. Change XFAIL to KFAIL.
20883
8a12c1f0
MC
208842004-07-20 Michael Chastain <mec.gnu@mindspring.com>
20885
20886 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
20887 * gdb.ada/gnat_ada.gin: ... to here.
20888 * configure.in: Use gnat_ada.gin.
20889 * configure: Regenerate.
20890
23b451cf
AC
208912004-07-20 Andrew Cagney <cagney@gnu.org>
20892
20893 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
20894 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
20895 XFAILs. Clean up test messages and comments. Check backtraces.
20896 Delete re-sync code.
20897
ab618a02
MC
208982004-07-19 Michael Chastain <mec.gnu@mindspring.com>
20899
20900 Fix PR cli/740.
20901 * gdb.base/annota1.exp: Honor gdb,nosignals.
20902 * gdb.base/annota3.exp: Likewise.
20903
46dad340
MC
209042004-07-19 Michael Chastain <mec.gnu@mindspring.com>
20905
20906 * lib/java.exp: Update copyright notice.
20907
756d8c70
AC
209082004-07-19 Andrew Cagney <cagney@gnu.org>
20909
20910 * gdb.base/selftest.exp: Copy file from here ...
20911 * gdb.gdb/selftest.exp: ... to here.
20912
586027e6
AC
209132004-07-16 Andrew Cagney <cagney@redhat.com>
20914
20915 * lib/insight-support.exp: Delete file.
20916 * lib/java.exp (java_init): Fix copyright.
20917
029d2200
AC
209182004-07-16 Andrew Cagney <cagney@gnu.org>
20919
20920 * gdb.base/restore.c: Append "prologue" to comments marking the a
20921 function's prologue.
20922 * gdb.base/restore.exp: Update copyright, re-indent.
20923 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
20924 callerN" prefix where needed. Update patterns that match a
20925 function's prologue.
20926
653b62c5
MC
209272004-07-16 Michael Chastain <mec.gnu@mindspring.com>
20928
20929 * gdb.base/restore.c: Add copyright notice.
20930
f7d690e5
AC
209312004-07-16 Andrew Cagney <cagney@gnu.org>
20932
20933 * gdb.base/logical.exp: Update copyright.
20934 (evaluate): New procedure. Use to re-implement tests using
20935 several tables.
20936
d629a7cb
MH
209372004-07-14 Martin Hunt <hunt@redhat.com>
20938
20939 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
20940 which fixes some problems where init.tcl was not found.
20941
9c7bb332
AC
209422004-07-13 Andrew Cagney <cagney@gnu.org>
20943
6bf46641
AC
20944 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
20945 (check_sizeof, check_valueof): Do not include the output in the
20946 test name. Use gdb_test.
20947 (get_valueof): Use gdb_test_multiple.
20948
c4ffd4c0
AC
20949 * gdb.base/step-test.exp: Update copyright. Use
20950 gdb_test_multiple. Ensure that test names do not include
20951 architecture dependent output.
20952
ab89363a
AC
20953 * gdb.gdb/observer.exp: Update copyright.
20954 (setup_test): Use gdb_test_multiple.
20955 (attach_first_observer, attach_second_observer)
20956 (attach_third_observer, detach_first_observer)
20957 (detach_second_observer, detach_third_observer)
20958 (reset_counters, check_counters): Make $message a prefix.
20959 (test_normal_stop_notifications): Add "args" parameter - a list of
20960 init functions to be called. Make $message a prefix,
20961 (test_observer_normal_stop): Change the message prefixes so that
20962 they are unique, pass the attach / detach procedures to
20963 test_normal_stop_notifications.
20964
ec58997a
AC
20965 * gdb.base/signull.exp (test_segv): Prefix all tests with
20966 "${name}". Clean up test messages.
20967
b475183b
AC
20968 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
20969
9c7bb332
AC
20970 * gdb.base/ena-dis-br.exp: Update copyright.
20971 (break_at): New function. Replace send_gdb with gdb_test,
20972 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
20973 ignore count, not stopped at bpt", with KFAIL.
20974
2dd95497
CV
209752004-07-13 Corinna Vinschen <vinschen@redhat.com>
20976
20977 * gdb.base/attach.exp: Remove cleanupfile handling.
20978
419e626b
AC
209792004-07-12 Andrew Cagney <cagney@gnu.org>
20980
20981 * gdb.base/annota1.exp: Cleanup corefile test name.
20982 * gdb.base/annota3.exp: Ditto.
20983
8b1b3228
AC
209842004-07-12 Andrew Cagney <cagney@gnu.org>
20985
78650829
AC
20986 * gdb.base/signals.exp: Clean up copyright, re-indent.
20987
8b1b3228
AC
20988 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
20989 gdb_test and gdb_test_multiple.
20990
935c2760
JJ
209912004-07-08 Jeff Johnston <jjohnstn@redhat.com>
20992
20993 * gdb.java/jmain.exp: Fix expected line number for main to
a9c64011 20994 break at. Set XFAIL for break at main test since gcj does not
935c2760
JJ
20995 provide line number info for first statement in main.
20996
1544280f
AC
209972004-07-08 Andrew Cagney <cagney@gnu.org>
20998
1279f4ff
AC
20999 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
21000
1544280f
AC
21001 * gdb.base/sigbpt.exp: Make the common part of each test name a
21002 prefix instead of suffix.
21003
bcc82369
BR
210042004-07-07 Bob Rossi <bob_rossi@cox.net>
21005
21006 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
21007 test from test_tbreak_creation_and_listing to
21008 test_file_list_exec_source_file
21009 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
21010 Changed name of test from test_tbreak_creation_and_listing to
21011 test_file_list_exec_source_file
21012
23f4b0aa
JJ
210132004-07-07 Jeff Johnston <jjohnstn@redhat.com>
21014
21015 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
21016 the jmisc() constructor instead of <init>.
21017 * gdb.java/jmisc1.exp: Ditto.
21018
56401cd5
AC
210192004-07-07 Andrew Cagney <cagney@gnu.org>
21020
21021 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
21022 corrupting the PC.
21023
44ae2f6a
MC
210242004-07-06 Michael Chastain <mec.gnu@mindspring.com>
21025
21026 * gdb.cp/templates.exp: Accept whitespace change in demangler
21027 output.
21028
45a83408
AC
210292004-07-06 Andrew Cagney <cagney@gnu.org>
21030
21031 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
21032
d205ad70
MC
210332004-07-02 Michael Chastain <mec.gnu@mindspring.com>
21034
21035 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
21036 * lib/compiler.cc: Likewise.
21037
06ea1a61
MC
210382004-06-30 Michael Chastain <mec.gnu@mindspring.com>
21039
21040 * lib/compiler.cc: Work around string preprocessing problem
21041 with old hp c++ compiler.
21042 * lib/compiler.c: Likewise.
21043
daab1251
CV
210442004-06-29 Corinna Vinschen <vinschen@redhat.com>
21045
21046 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
21047 directives to conditionalize symbol prefixing.
21048 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
21049 additional_flags handling. Add underscore prefix for Cygwin.
21050 * gdb.arch/i386-unwind.c: Use preprocessor directives to
21051 conditionalize symbol prefixing.
21052 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
21053 additional_flags handling. Add underscore prefix for Cygwin.
21054
cc984116
CV
210552004-06-29 Corinna Vinschen <vinschen@redhat.com>
21056
21057 * gdb.base/bigcore.exp: Skip test on Cygwin.
21058
c279b077
MC
210592004-06-28 Michael Chastain <mec.gnu@mindspring.com>
21060
21061 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
21062 formats for "info register". Use gdb_test_multiple. Fix
21063 the "invalid register" test.
21064
0e915747
CV
210652004-06-28 Corinna Vinschen <vinschen@redhat.com>
21066
21067 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
21068 PID for Cygwin. Add Cygwin specific strings to check for in some
21069 tests.
21070 (do_attach_tests): Add a test for user interaction when attaching
21071 to a process with no matching symbol table already loaded.
21072
11422c86
AC
210732004-06-26 Andrew Cagney <cagney@gnu.org>
21074
21075 Test PR java/1567 and PR java/1565.
21076 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
21077 * gdb.java/jmisc2.exp: Delete file.
21078
cefbce26
MC
210792004-06-26 Michael Chastain <mec.gnu@mindspring.com>
21080
21081 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
21082
e19f872c
CV
210832004-06-25 Corinna Vinschen <vinschen@redhat.com>
21084
21085 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
21086 attach process.
21087
d931ba3b
MC
210882004-06-23 Michael Chastain <mec.gnu@mindspring.com>
21089
21090 * gdb.cp/pr-1553.exp: Remove.
21091
aef68c48
MC
210922004-06-22 Michael Chastain <mec.gnu@mindspring.com>
21093
21094 * gdb.cp/pr-1553.cc: Remove.
21095 * gdb.cp/pr-1553.exp: Disable this test.
21096
8d5df71a
JB
210972004-06-20 Jim Blandy <jimb@redhat.com>
21098
a9c64011 21099 Fix PR testsuite/1680.
8d5df71a
JB
21100 * gdb.arch/i386-sse.exp: Properly quote curly braces in
21101 regular expressions.
21102
4ac6f39d
MC
211032004-06-19 Michael Chastain <mec.gnu@mindspring.com>
21104
21105 Fix PR testsuite/1679.
21106 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
21107 Issue an UNSUPPORTED result instead.
21108
1b413552
JB
211092004-06-18 Jim Blandy <jimb@redhat.com>
21110
21111 * gdb.base/charset.exp: Only send a control-C if we see a new
21112 prompt and incomplete command.
21113
6daa6ebd
MC
211142004-06-18 Michael Chastain <mec.gnu@mindspring.com>
21115
21116 * gdb.cp/pr-574.cc: Add copyright notice.
21117
51fa4ae0
JB
211182004-06-17 Jim Blandy <jimb@redhat.com>
21119
21120 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
21121 cases where the regexp has no groups; this grabs random text from
21122 the previous test suite, whatever that was.
21123
8fea26c5
MC
211242004-06-17 Michael Chastain <mec.gnu@mindspring.com>
21125
21126 * gdb.cp/printmethod.cc: Add copyright notice.
21127
1e3aeb41
MC
211282004-06-16 Michael Chastain <mec.gnu@mindspring.com>
21129
21130 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
21131
9d9030bc
AC
211322004-06-16 Andrew Cagney <cagney@gnu.org>
21133
21134 * gdb.base/signull.c: Update copyright. Include <string.h>.
21135 (bowler): Replace data_pointer with data_read
21136 and data_write cases. Add code_descriptor case.
21137 (zero, desc): New array and pointer.
21138 (data, code): Change to simple pointers.
21139 * gdb.base/signull.exp: Fix probe pattern matching a function
21140 descriptor SIGSEGV. Replace data_pointer with data_read and
21141 data_write tests.
21142
acd4ad44
AC
211432004-06-16 Andrew Cagney <cagney@gnu.org>
21144
21145 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
21146
08fd625c
MC
211472004-06-15 Michael Chastain <mec.gnu@mindspring.com>
21148
21149 * gdb.base/long_long.c: Add copyright notice.
21150
1903502c
MC
211512004-06-15 Michael Chastain <mec.gnu@mindspring.com>
21152
21153 * gdb.base/long_long.exp: Remove reference to
21154 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
21155 to gdb_breakpoint and gdb_continue_to_breakpoint.
21156
83313cb1
JB
211572004-06-14 Jim Blandy <jimb@redhat.com>
21158
21159 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
21160 endian case.
21161
1bf404ef
AC
211622004-06-14 Andrew Cagney <cagney@gnu.org>
21163
21164 * gdb.base/gcore.exp (capture_command_output): Delete the always
21165 passing tests containing inferior values.
21166 * gdb.base/ending-run.exp: Do not include the breakpoint address
21167 in the test message. Update copyright.
21168 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
21169 size in the test name, use gdb_test_multiple. Update copyright.
21170
ef220b33
MC
211712004-06-14 Michael Chastain <mec.gnu@mindspring.com>
21172
21173 * gdb.cp/ref-types.cc: Add copyright notice.
21174
4f70a4c9
MC
211752004-06-14 Michael Chastain <mec.gnu@mindspring.com>
21176
21177 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
21178 hp_aCC_compiler.
21179 * lib/compiler.cc: Likewise.
21180 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
21181 'set' commands. Log diagnostics for other lines. Set
21182 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
21183
335928ac
MC
211842004-06-13 Michael Chastain <mec.gnu@mindspring.com>
21185
21186 * gdb.cp/try_catch.cc: Add copyright notice.
21187
2efb12e8
MC
211882004-06-12 Michael Chastain <mec.gnu@mindspring.com>
21189
21190 * gdb.cp/userdef.cc: Add copyright notice.
21191
0bbed51a
MC
211922004-06-11 Michael Chastain <mec.gnu@mindspring.com>
21193
21194 * gdb.cp/virtfunc.cc: Add copyright notice.
21195
e12a46c9
RC
211962004-06-11 Randolph Chung <tausq@debian.org>
21197
21198 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
21199 problem.
21200
338e05af
AC
212012004-06-10 Andrew Cagney <cagney@gnu.org>
21202
21203 * lib/compiler.cc, lib/compiler.c: Append either
21204 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
21205 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
21206 instead of gcc-3-3.
21207
dc3f10cb
AC
212082004-06-09 Andrew Cagney <cagney@gnu.org>
21209
b4d946af
AC
21210 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
21211 gdb/1455, bug is specific to "long long" and "double".
a9c64011 21212
dc3f10cb
AC
21213 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
21214 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
21215 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
21216 fixed.
21217
b5c0bfa2
AC
212182004-06-09 Andrew Cagney <cagney@gnu.org>
21219
21220 * gdb.base/structs.exp (test_struct_returns): Replace
21221 "return_value_unknown" and "finish_value_unknown" by
21222 "return_value_known" and "finish_value_known". Instead of
21223 "return_value_unknown" iff "finish_value_unknown", check
21224 "return_value_known" implies "finish_value_known".
21225
caeb605f
MH
212262004-06-08 Martin Hunt <hunt@redhat.com>
21227
21228 * gdb.base/float.exp: Add pattern for mips targets.
21229
c892bb64
RC
212302004-06-08 Randolph Chung <tausq@debian.org>
21231
21232 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
21233 message for unknown architectures more clear.
21234
48306d3e
JB
212352004-06-08 Joel Brobecker <brobecker@gnat.com>
21236
21237 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
21238 start the execution of the program.
21239
83ecb59f
JB
212402004-06-07 Jim Blandy <jimb@redhat.com>
21241
21242 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
21243 * gdb.arch/i386-cpuid.h: New helper file.
21244
55264cb4
RC
212452004-06-07 Randolph Chung <tausq@debian.org>
21246
21247 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
21248 has started.
21249
23cadb28
RM
212502004-06-04 Roland McGrath <roland@redhat.com>
21251
21252 Fix PR gdb/1647.
21253 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
21254 differently to be robust to output buffering differences.
21255
51d01eda
MC
212562004-06-04 Michael Chastain <mec.gnu@mindspring.com>
21257
21258 * gdb.threads/pthreads.exp: Update copyright years.
21259 (check_control_c): Change asynchronous 'after' to synchronous.
21260
f4fc3b93
RM
212612004-06-04 Roland McGrath <roland@redhat.com>
21262
21263 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
21264 next gdb prompt.
21265
4013522b
MC
212662004-06-02 Michael Chastain <mec.gnu@mindspring.com>
21267
21268 Fix PR gdb/1636.
21269 * gdb.threads/manythreads.exp: Change asynchronous 'after'
21270 calls to synchronous.
21271
7a8f1e6b
JB
212722004-05-26 Jim Blandy <jimb@redhat.com>
21273
21274 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
21275
81bb3443
RC
212762004-05-24 Randolph Chung <tausq@debian.org>
21277
21278 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
21279 * gdb.asm/pa.inc: New file.
21280
8f5a3103
MK
212812004-05-22 Mark Kettenis <kettenis@gnu.org>
21282
21283 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
21284
734b8fe8 212852004-05-21 Joel Brobecker <brobecker@gnat.com>
a9c64011 21286 Daniel Jacobowitz <drow@mvista.com>
734b8fe8
JB
21287
21288 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
21289 GDB prompt.
21290
725603e1
UW
212912004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21292
f4fc3b93 21293 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
725603e1
UW
21294 setjmp/longjmp. Use sigaction instead of signal.
21295
8b923272 212962004-05-19 J. Brobecker <brobecker@gnat.com>
a9c64011 21297 Michael Snyder <msnyder@redhat.com>
8b923272
JB
21298
21299 * gdb.threads/pthread_cond_wait.c: New file.
21300 * gdb.threads/pthread_cond_wait.exp: New testcase.
21301
8bfabb04
AC
213022004-05-13 Andrew Cagney <cagney@redhat.com>
21303
21304 * gdb.base/signull.exp, gdb.base/signull.c: New files.
21305 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
21306
42edda50
AC
213072004-05-11 Andrew Cagney <cagney@redhat.com>
21308
21309 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
21310 fixed but revealed gdb/1639.
21311
d303a6c7
AC
213122004-05-10 Andrew Cagney <cagney@redhat.com>
21313
21314 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
21315 func1" and "next to 2nd alarm", kernel bug avoided.
21316
bf08c2a1
DJ
213172004-05-10 Daniel Jacobowitz <dan@debian.org>
21318
21319 PR external/1568
21320 * gdb.base/bigcore.exp: Check the size of the dumped core file.
21321 XFAIL if it is smaller than bytes_allocated.
21322 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
21323 (main): Make chunks_allocated unsigned. Correct comment.
21324
c0586a34
JB
213252004-05-07 Joel Brobecker <brobecker@gnat.com>
21326
21327 * gdb.arch/powerpc-aix-prologue.c: New file.
21328 * gdb.arch/powerpc-aix-prologue.exp: New file.
21329
f2785d12
JB
213302004-05-07 Jim Blandy <jimb@redhat.com>
21331
21332 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
21333 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
21334
bd7f6e30
JB
213352004-05-06 Joel Brobecker <brobecker@gnat.com>
21336
21337 * gdb.base/sep.exp: No longer setup_kfail when the program was
21338 built with dwarf2.
21339
0a5e7efe
JI
213402004-05-05 Jim Ingham <jingham@apple.com>
21341
21342 * gdb.base/pending.exp: Make sure pending breakpoints
21343 preserve the ignore count.
f4fc3b93 21344
a8958849
MK
213452004-04-27 Jerome Guitton <guitton@gnat.com>
21346
21347 * i386-prologue.exp: Add testcase for jump instruction as first
21348 instruction of the real code.
21349 * i386-prologue.c (jump_at_beginning): New function.
21350
7e103f5b
MK
213512004-04-28 Mark Kettenis <kettenis@gnu.org>
21352
21353 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
21354 x86_64-*-*.
21355
5d38b224
MK
213562004-04-28 Mark Kettenis <kettenis@gnu.org>
21357
21358 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
21359 i*86-*-*.
21360
0ef32fd9
MK
213612004-04-25 Mark Kettenis <kettenis@gnu.org>
21362
21363 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
21364 expression that checks the return type.
21365
71d7dd7c
AC
213662004-04-23 Andrew Cagney <cagney@redhat.com>
21367
21368 * gdb.base/call-sc.exp: New test of scalar call/return values.
21369 * gdb.base/call-sc.c: Ditto.
21370
1e9f977e
JJ
213712004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21372
21373 * gdb.threads/manythreads.c: Reduce thread stack size.
21374
899d9e3a
JJ
213752004-04-23 Jeff Johnston <jjohnstn@redhat.com>
21376
21377 * gdb.threads/manythreads.c: Add copyright notice.
21378
61bcae62
AC
213792004-04-23 Andrew Cagney <cagney@redhat.com>
21380
21381 * gdb.base/siginfo.exp: Better handle step out of signal.
21382 * gdb.base/sigstep.exp: Ditto.
21383
7339a42e 213842004-04-22 Jeff Johnston <jjohnstn@redhat.com>
a9c64011 21385 Daniel Jacobowitz <drow@mvista.com>
7339a42e
JJ
21386
21387 * gdb.threads/manythreads.c: New testcase.
21388 * gdb.threads/manythreads.exp: Ditto.
21389
5c98409b
JB
213902004-04-22 Jim Blandy <jimb@redhat.com>
21391
21392 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
21393 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
21394
3b611f1a
MC
213952004-04-21 Michael Chastain <mec.gnu@mindspring.com>
21396
21397 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
21398
f0fd9238
AC
213992004-04-21 Andrew Cagney <cagney@redhat.com>
21400
21401 * gdb.base/sigstep.c: New file.
21402 * gdb.base/sigstep.exp: New file.
21403
90990674
JB
214042004-04-16 Joel Brobecker <brobecker@gnat.com>
21405
21406 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
21407 call to observer_notify_normal_stop.
21408
78cef34b
AC
214092004-04-15 Andrew Cagney <cagney@redhat.com>
21410
21411 * gdb.base/siginfo.c: New file.
21412 * gdb.base/siginfo.exp: New file.
21413
d2343407
JB
214142004-04-12 J. Brobecker <brobecker@gnat.com>
21415
21416 * gdb.base/sep.exp: Fix typo in comment.
21417
a2dba3c8
JB
214182004-04-12 J. Brobecker <brobecker@gnat.com>
21419
21420 * gdb.base/sep.c: New file.
21421 * gdb.base/sep-proc.c: New file.
21422 * gdb.base/sep.exp: New testcase.
21423
15f7b60e
MK
214242004-04-09 Mark Kettenis <kettenis@gnu.org>
21425
21426 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
21427 support.
21428
44f4de1a
AC
214292004-04-05 Andrew Cagney <cagney@redhat.com>
21430
21431 * gdb.base/sigaltstack.c: New file.
21432 * gdb.base/sigaltstack.exp: New file.
21433
ef04f396
JB
214342004-04-04 Joel Brobecker <brobecker@gnat.com>
21435
21436 * gdb.base/foll-fork.exp: Update the expected output for
21437 "help set follow-fork-mode", to match a change that was made
21438 to the help of this variable on 2004-01-13.
21439
d40d2c92
JB
214402004-04-01 Joel Brobecker <brobecker@gnat.com>
21441
21442 * lib/ada.exp: Add copyright notice.
21443 * bar.ads: Likewise.
21444 * bar.adb: Likewise.
21445 * null_record.adb: Likewise.
21446 * null_record.exp: Likewise.
21447 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
21448
f86ef5a3
JB
214492004-04-01 Joel Brobecker <brobecker@gnat.com>
21450
21451 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
21452 * configure: Regenerate.
21453
414e70e3
JB
214542004-04-01 Joel Brobecker <brobecker@gnat.com>
21455
21456 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
21457 to build the application. Remove the message printed when in
21458 verbose mode, redundant with the UNSUPPORTED message above.
21459
f0aaee49
JB
214602004-03-31 Joel Brobecker <brobecker@gnat.com>
21461
21462 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
21463 * gdb.ada (null_record.exp): New testcase.
21464
ac81cb54
JB
214652004-03-31 Joel Brobecker <brobecker@gnat.com>
21466
21467 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
21468
854af2f7
JB
214692004-03-31 Joel Brobecker <brobecker@gnat.com>
21470
21471 * gdb.ada: New subdirectory.
21472 * gdb.ada/Makefile.in: New file.
21473 * gdb.ada/gnat_ada.gpr.in: New file.
21474
034cb681
JB
214752004-03-31 Joel Brobecker <brobecker@gnat.com>
21476
21477 * lib/ada.exp: New file.
21478
78a1a894
DJ
214792004-03-24 Daniel Jacobowitz <drow@mvista.com>
21480
21481 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
21482 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
21483
4b2b3b3e
AC
214842004-03-22 Andrew Cagney <cagney@redhat.com>
21485
21486 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
21487 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
21488 Problem identified by Ulrich Weigand.
21489
23c73aa3
DC
214902004-03-17 David Carlton <carlton@kealia.com>
21491
21492 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
21493 PR c++/826.
21494
d63a86f8
RM
214952004-03-16 Roland McGrath <roland@redhat.com>
21496
21497 * gdb.base/auxv.exp: New file.
21498 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
21499
0e02aa50
DC
215002004-03-12 David Carlton <carlton@kealia.com>
21501
21502 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
21503 * gdb.cp/pr-1553.cc: Ditto.
21504 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
21505 pass branch.
21506
c20b71be
MC
215072004-03-12 Michael Chastain <mec.gnu@mindspring.com>
21508
21509 * gdb.cp/templates.exp: Accept more template types.
21510
c7414a01
MC
215112004-03-09 Michael Chastain <mec.gnu@mindspring.com>
21512
21513 From Corinna Vinschen with modifications.
21514 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
21515 local variable obj_with_enum.
21516 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
21517 results with obj_with_enum.
21518
ed69573c
MC
215192004-03-09 Michael Chastain <mec.gnu@mindspring.com>
21520
21521 * gdb.cp/classes.cc: New file, copied from misc.cc.
21522 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
21523
28301461
MC
215242004-03-09 Michael Chastain <mec.gnu@mindspring.com>
21525
21526 * gdb.cp/misc.cc: Add copyright notice.
21527
1198ecbe
DC
215282004-03-05 David Carlton <carlton@kealia.com>
21529
21530 * gdb.cp/rtti.exp: Add 'print *obj3' test.
21531 * gdb.cp/rtti.h: Update copyright.
21532 (namespace n2::n3): New.
21533 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
21534 (n2::n3::func3): New.
21535 (main): Call n2::n3::func3.
21536 * gdb.cp/rtti2.cc: Update copyright.
21537 (n2::create3): New.
21538
9e08c470
MK
215392004-03-04 Mark Kettenis <kettenis@gnu.org>
21540
21541 * gdb.asm/openbsd.inc: Fix typo.
21542
4bebc3aa
FF
215432004-03-03 Fred Fish <fnf@redhat.com>
21544
21545 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
21546 "val" instead of unused "size". Update copyright year.
21547
6ea9fb37
DJ
215482004-02-29 Daniel Jacobowitz <drow@mvista.com>
21549
21550 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
21551 to use unsigned char.
21552 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
21553 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
21554
23b23974
DJ
215552004-02-29 Daniel Jacobowitz <drow@mvista.com>
21556
21557 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
21558 line of output.
21559
7574fd53
DJ
215602004-02-28 Daniel Jacobowitz <drow@mvista.com>
21561
21562 * gdb.base/relocate.c (dummy): Initialize.
21563
a195357f
DJ
215642004-02-28 Daniel Jacobowitz <drow@mvista.com>
21565
21566 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
21567 a breakpoint at exit.
21568
72fd54a9
FF
215692004-02-27 Fred Fish <fnf@redhat.com>
21570
21571 * gdb.base/chng-syms.exp: Add expect condition to match failing
21572 case that isn't a timeout.
21573
b9d23137
AC
215742004-02-27 Andrew Cagney <cagney@redhat.com>
21575
21576 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
21577 support.
21578
15d208f6 215792004-02-26 Fred Fish <fnf@redhat.com>
d63a86f8 21580
15d208f6
FF
21581 * gdb.arch/gdb1431.c: Remove.
21582 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
21583 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
21584 of "until" incorrectly.
21585
98f9cd2d
JB
215862004-02-26 J. Brobecker <brobecker@gnat.com>
21587
21588 * gdb.cp/class2.cc (empty): New class.
21589 (refer): New function.
21590 (main): Declare an object of type empty and use it.
21591 * gdb.cp/class2.exp: Print the value of an object of type empty.
21592
9b50c11b
JJ
215932004-02-26 Jeff Johnston <jjohnstn@redhat.com>
21594
21595 * gdb.base/langs.exp: Update query string to match the
21596 new nquery format used for pending breakpoints.
21597
0dcd613f
AC
215982004-02-26 Andrew Cagney <cagney@redhat.com>
21599
21600 Fix PR i18n/1570.
21601 * gdb.base/charset.c: Update copyright notice.
21602 (main, init_string): Remove the escape character '\e' tests.
21603 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
21604 * gdb.base/charset.exp (valid_host_charset): Ditto.
21605 * gdb.base/setvar.exp: Ditto.
21606
b8a56647
AC
216072004-02-24 Andrew Cagney <cagney@redhat.com>
21608
90d59e34
AC
21609 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
21610 mmapped data in core file" PASS and FAIL messages consistent.
21611
b8a56647
AC
21612 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
21613 setting a breakpoint. Work around PR java/1565.
21614
9f27c604
JJ
216152004-02-23 Jeff Johnston <jjohnstn@redhat.com>
21616
21617 * lib/gdb.exp (gdb_breakpoint): Update query string to match
21618 new nquery format.
21619 * gdb.base/pending.exp: Ditto.
21620
3224a706
MK
216212004-02-22 Mark Kettenis <kettenis@gnu.org>
21622
21623 * configure.in: Run stabs tests on *BSD.
21624 * configure: Regenerated.
21625
41e0a9ca
MK
216262004-02-21 Mark Kettenis <kettenis@gnu.org>
21627
21628 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
21629
1e1b3428
FF
216302004-02-20 Fred Fish <fnf@redhat.com>
21631
21632 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
21633 blank in test for "returns short", for consistency with other
21634 "returns xxx" tests. Update copyright year.
21635
f9a7572a
FF
216362004-02-19 Fred Fish <fnf@redhat.com>
21637
21638 New testcase for PR breakpoint/1558.
21639 * gdb.arch/gdb1558.exp: New file.
21640 * gdb.arch/gdb1558.c: New file.
21641
b2ce2854
EZ
216422004-02-19 Elena Zannoni <ezannoni@redhat.com>
21643
21644 * gdb.base/nodebug.exp: Fix typo.
21645
e7c9ff01
JB
216462004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21647
21648 Committed by Jim Blandy <jimb@redhat.com>.
21649
62f4b920
JB
21650 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
21651
2db536a1
JB
21652 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
21653
e7c9ff01
JB
21654 * gdb.base/float.exp: Support s390*-*-* targets.
21655
f3205b34
AF
216562004-02-17 Adam Fedor <fedor@gnu.org>
21657
21658 * gdb.base/gdb1555.exp: New file.
21659 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
21660
9d62932d
EZ
216612004-02-17 Elena Zannoni <ezannoni@redhat.com>
21662
21663 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
21664
344c9711
FF
216652004-02-16 Fred Fish <fnf@redhat.com>
21666
21667 * gdb.arch/gdb1291.c: Remove
21668 * gdb.arch/gdb1291.s: New test input file.
21669 * gdb.arch/gdb1291.exp: Expand test to check case that should not
21670 fail. Test for correct result, known incorrect result, other
21671 failures and timeouts.
21672
2d822687
AC
216732004-02-16 Andrew Cagney <cagney@redhat.com>
21674
21675 * gdb.base/bigcore.exp: New file.
21676 * gdb.base/bigcore.c: New file.
21677
dac15b66
AC
216782004-02-13 Andrew Cagney <cagney@redhat.com>
21679
21680 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
21681 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
21682 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
21683 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
21684 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
21685 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
21686 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
21687 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
21688 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
21689 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
21690
6bdfc2c4
JJ
216912004-02-11 Jeff Johnston <jjohnstn@redhat.com>
21692
21693 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
21694 executed is an alloc instruction.
21695
87b3ede8
DC
216962004-02-11 David Carlton <carlton@kealia.com>
21697
21698 * gdb.cp/breakpoint.exp: New.
21699 * gdb.cp/breakpoint.cc: New.
21700
6e19e2bf
MC
217012004-02-11 Michael Chastain <mec.gnu@mindspring.com>
21702
21703 Partial fix for PR gdb/1543.
21704 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
21705 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
21706 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
21707 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
21708 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
21709 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
21710 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
21711 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
21712 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
21713 to bug-gdb@prep.ai.mit.edu .
21714 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
21715 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
21716 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
21717 Likewise.
21718
5c5455dc
AC
217192004-02-10 Andrew Cagney <cagney@redhat.com>
21720
21721 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
21722 using gdb_internal_error_resync.
21723
9cf689d7
DJ
217242004-02-09 Daniel Jacobowitz <drow@mvista.com>
21725
21726 * gdb.threads/thread-specific.exp: Stop early if no threads are
21727 found.
21728
d2dc51db
MC
217292004-02-09 Michael Chastain <mec.gnu@mindspring.com>
21730
21731 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
21732
14b1a056
DJ
217332004-02-08 Daniel Jacobowitz <drow@mvista.com>
21734
21735 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
21736 breakpoints.
21737
83f66e8f
DJ
217382004-02-07 Daniel Jacobowitz <drow@mvista.com>
21739
21740 * config/sim.exp (gdb_load): Handle $arg == "".
21741 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
21742 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
21743
30fc0091
EZ
217442004-02-07 Elena Zannoni <ezannoni@redhat.com>
21745
a9c64011
AS
21746 * gdb.base/maint.exp: Update test to reflect
21747 obstack changes.
30fc0091 21748
4d806929
JJ
217492004-02-04 Jeff Johnston <jjohnstn@redhat.com>
21750
21751 * gdb.base/pendshr.c (pendfunc): New function that calls
21752 pendfunc1.
21753 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
21754
7bfdd688
FF
217552004-02-04 Fred Fish <fnf@redhat.com>
21756
21757 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
21758 function symbols and update copyright years.
21759 * gdb.arch/gdb1291.c: Ditto.
21760
aaa08ee4
MC
217612004-02-03 Michael Chastain <mec.gnu@mindspring.com>
21762
21763 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
21764
dbad7755
MC
217652004-02-03 Michael Chastain <mec.gnu@mindspring.com>
21766
21767 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
21768
ec4646ef
MC
217692004-02-03 Michael Chastain <mec.gnu@mindspring.com>
21770
21771 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
21772
1b802196
FF
217732004-02-02 Fred Fish <fnf@redhat.com>
21774
21775 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
21776 remote targets. Update copyright years.
21777
18fe2033
JJ
217782004-02-02 Jeff Johnston <jjohnstn@redhat.com>
21779
21780 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
21781 support.
21782 * gdb.base/langs.exp: Fix test which attempts to create
21783 breakpoint on non-existent function to handle new pending
21784 support.
21785 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
21786 a breakpoint.
21787 * gdb.base/pending.exp: New test.
21788 * gdb.base/pending.c: New file.
21789 * gdb.base/pendshr.c: Ditto.
21790
8d577d32
DC
217912004-02-02 David Carlton <carlton@kealia.com>
21792
21793 * gdb.cp/overload.exp: Add overloadNamespace tests.
21794 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
21795 (overloadNamespace, XXX): New.
21796 (main): Call XXX::marker2.
21797
3ad13771
FF
217982004-02-01 Fred Fish <fnf@redhat.com>
21799
21800 * gdb.base/dump.exp: Use runto_main instead of "runto main".
21801 * gdb.base/finish.exp: Ditto.
21802 * gdb.base/gcore.exp: Ditto.
21803 * gdb.base/huge.exp: Ditto.
21804 * gdb.base/info-proc.exp: Ditto.
21805 * gdb.base/return2.exp: Ditto.
21806 * gdb.threads/gcore-thread.exp: Ditto.
21807
44c75849
DJ
218082004-02-01 Daniel Jacobowitz <drow@mvista.com>
21809
21810 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
21811
005bc093
MK
218122004-02-01 Mark Kettenis <kettenis@gnu.org>
21813
21814 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
21815 that opening the file succeeds on OpenBSD.
21816
c47cebdb
DJ
218172004-02-01 Daniel Jacobowitz <drow@mvista.com>
21818
21819 * gdb.threads/thread-specific.c: New file.
21820 * gdb.threads/threads-specific.exp: New test script.
21821 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
21822 to expect_out.
21823
5a01311c
MK
218242004-02-01 Mark Kettenis <kettenis@gnu.org>
21825
21826 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
21827 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
21828 only on the "print_small_structs from print_long_arg_list" test.
21829
ce22a4f1
DJ
218302004-02-01 Daniel Jacobowitz <drow@mvista.com>
21831
21832 * gdb.base/completion.exp: Kill a stray backslash.
21833
21834 From Jim Ingham <jingham@apple.com>:
21835 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
21836 agrees with the result from sending a tab.
21837
abbab9d3
DJ
218382004-01-31 Daniel Jacobowitz <drow@mvista.com>
21839
21840 * gdb.base/chng-syms.exp: Remove stray newline.
21841
53904d1e
MK
218422004-01-31 Mark Kettenis <kettenis@gnu.org>
21843
21844 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
21845 *-*-openbsd*.
21846 * gdb.asm/openbsd.inc: New file.
21847
3a4b3aac
MK
218482004-01-30 Mark Kettenis <kettenis@gnu.org>
21849
21850 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
21851 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
21852 *-*solaris2*. Remove commented out default settings for
21853 asm-flags. Replace gdb_compile with target_link.
21854
ebac27b4
MC
218552004-01-29 Michael Chastain <mec.gnu@mindspring.com>
21856
21857 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
21858 for all tests. Remove old hp-ux and cygnus xfail cases.
21859
d8679d84
PH
218602004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
21861
21862 * gdb.base/chng-syms.exp: New file.
21863 * gdb.base/chng-syms.c: New file.
21864
0a55bc22
MC
218652004-01-24 Michael Chastain <mec.gnu@mindspring.com>
21866
21867 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
21868 Provide arms for current output in all my configurations.
21869
94b8e876
MC
218702004-01-24 Michael Chastain <mec.gnu@mindspring.com>
21871
21872 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
21873 * lib/compiler.cc: Likewise.
21874 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
21875 get the right preprocessor. Eval the output directly. Remove
21876 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
21877 hp_f77_compiler and hp_f90_compiler completely.
21878 (gdb_preprocess): Delete.
21879 (get_compiler): Delete.
21880
7cf03d44
MK
218812004-01-24 Mark Kettenis <kettenis@gnu.org>
21882
21883 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
21884 <string.h>.
21885
68b6dce9
NR
218862004-01-24 Nick Roberts <nick@nick.uklinux.net>
21887
21888 * gdb.mi/mi-stack.exp: Update copyright.
21889
b368761e
DC
218902004-01-23 David Carlton <carlton@kealia.com>
21891
21892 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
21893 test for cp_lookup_transparent_type.
21894 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
21895 call them.
21896
f2061b53
DJ
218972004-01-23 Daniel Jacobowitz <drow@mvista.com>
21898
21899 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
21900 after -var-update.
21901
37fc574a
DC
219022004-01-23 David Carlton <carlton@kealia.com>
21903
21904 * gdb.cp/namespace.cc (C::ensureRefs): New.
21905 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
21906
8e94b928
NR
219072004-01-20 Nick Roberts <nick@nick.uklinux.net>
21908
21909 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
21910 case "-stack-list-locals 2".
21911 * gdb.mi/mi-var-child.exp: Test for case
21912 "-var-list-children --all-values NAME".
21913
997b0952
MC
219142004-01-18 Michael Chastain <mec.gnu@mindspring.com>
21915
21916 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
21917
52470da3
MK
219182004-01-18 Mark Kettenis <kettenis@gnu.org>
21919
7049b4b8
MK
21920 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
21921 used with gdb_test_multiple.
21922
52470da3
MK
21923 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
21924 read at address 0. This fixes PR testsuite/1504.
21925
da6012e5
DJ
219262004-01-18 Daniel Jacobowitz <drow@mvista.com>
21927
21928 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
21929 Remove downloading, guessing the host executable, the calls to
21930 gdb_file_cmd and gdb_target_cmd, and "load" support.
21931 (infer_host_exec): New function broken out from gdb_load.
21932 (gdb_load): New wrapper for gdbserver_gdb_load.
21933 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
21934 gdb_target_cmd. Use -target-select.
21935 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
21936 Download binaries to the host. Clear last_mi_remote_file when
21937 we load a new binary.
21938 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
21939 call gdbserver_gdb_load and mi_gdb_target_cmd.
21940
32c70722
MC
219412004-01-17 Michael Chastain <mec.gnu@mindspring.com>
21942
21943 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
21944 type patterns.
21945
b0cecf36
MC
219462004-01-17 Michael Chastain <mec.gnu@mindspring.com>
21947
21948 * gdb.cp/templates.exp: Fix typo in test name of
21949 "print Foo<volatile char*>::foo".
21950
4120d7e6
MC
219512004-01-15 Michael Chastain <mec.gnu@mindspring.com>
21952
21953 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
21954
f679e530
BE
219552004-01-16 Ben Elliston <bje@wasabisystems.com>
21956
21957 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
21958 (clean mostlyclean): Remove empty rm.
21959
091c48f6
MC
219602004-01-15 Michael Chastain <mec.gnu@mindspring.com>
21961
21962 * gdb.base/setvar.exp: Add copyright years.
21963
3e5fc8d2
DC
219642004-01-14 David Carlton <carlton@bactrian.org>
21965
21966 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
21967 PR c++/1511 and update coment.
21968 * gdb.cp/templates.exp: Update patterns to match current output.
21969 If changes involve something other than whitespace, KFAIL
21970 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
21971
63d06c5c
DC
219722004-01-14 David Carlton <carlton@kealia.com>
21973
21974 * gdb.cp/namespace.exp: Add tests involving classes defined within
21975 namespaces.
21976 * gdb.cp/namespace.cc (C::CClass): New.
21977 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
21978
a51dab88
EZ
219792004-01-14 Elena Zannoni <ezannoni@redhat.com>
21980
21981 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
21982 what debug info we have. Print a better message if something goes
21983 wrong while producing the separate debug info file.
21984
a476ccc9
MC
219852004-01-14 Michael Chastain <mec.gnu@mindspring.com>
21986
21987 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
21988
f453692c
MC
219892004-01-14 Michael Chastain <mec.gnu@mindspring.com>
21990
21991 * gdb.base/callfuncs.c: Add copyright notice.
21992
f40063a5
MC
219932004-01-13 Michael Chastain <mec.gnu@mindspring.com>
21994
21995 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
21996 inheritance. PR gdb/1498, PR gcc/13539.
21997
19ac3974
EZ
219982004-01-13 Elena Zannoni <ezannoni@redhat.com>
21999
a9c64011
AS
22000 * gdb.threads/gcore-thread.exp: Prefix name of binary with
22001 test specific name.
22002 * gdb.mi/gdb669.exp: Ditto.
22003 * gdb.mi/mi-pthreads.exp: Ditto.
22004 * gdb.mi/mi1-pthreads.exp: Ditto.
22005 * gdb.mi/mi2-pthreads.exp: Ditto.
19ac3974 22006
56c97c6e
MC
220072004-01-12 Michael Chastain <mec.gnu@mindspring.com>
22008
22009 * gdb.cp/member-ptr.cc: Add copyright notice.
22010
a0644324
MC
220112004-01-12 Michael Chastain <mec.gnu@mindspring.com>
22012
22013 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
22014 some patterns for recent versions of gcc and hpacc. Delete
22015 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
22016 Delete tests that access a NULL pointer-to-member-data. This
22017 script is still disabled for gcc.
22018
32fabe09
EZ
220192004-01-12 Elena Zannoni <ezannoni@redhat.com>
22020
22021 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
a9c64011 22022 escaped correctly.
32fabe09 22023
1f8a6abb
EZ
220242004-01-12 Elena Zannoni <ezannoni@redhat.com>
22025
22026 * gdb.base/sepdebug.exp: New file.
22027 * gdb.base/sepdebug.c: New file.
22028 * lib/gdb.exp (separate_debug_filename): New procedure.
22029 (gdb_gnu_strip_debug): New procedure.
22030
48efe704
AC
220312004-01-12 Andrew Cagney <cagney@redhat.com>
22032
22033 * gdb.mi/ChangeLog: Delete file. Renamed to ...
22034 * gdb.mi/ChangeLog-1999-2003: New file.
22035
a9415475
AC
220362004-01-12 Andrew Cagney <cagney@redhat.com>
22037
22038 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
22039 "Renaming a directory to a non-empty directory returns ENOTEMPTY
22040 or EEXIST", treat EBUSY as an XFAIL.
22041
83b8cf9d
MC
220422004-01-11 Michael Chastain <mec.gnu@mindspring.com>
22043
22044 * gdb.base/scope.exp: Remove obsolete setup_xfail for
22045 hp_cc_compiler.
22046
9939d2a8
MC
220472004-01-10 Michael Chastain <mec.gnu@mindspring.com>
22048
22049 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
22050 decorations.
22051
1ff8cadf
MC
220522004-01-10 Michael Chastain <mec.gnu@mindspring.com>
22053
22054 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
22055 and "(aCC)" decorations. Remove obsolete doco about old
22056 test results.
22057
6fa9022e
MC
220582004-01-09 Michael Chastain <mec.gnu@mindspring.com>
22059
22060 * gdb.cp/exception.exp: Fix typo in doco.
22061
209721fe
MK
220622004-01-09 Mark Kettenis <kettenis@gnu.org>
22063
22064 * gdb.base/gdb1476.exp: Fix typo.
22065
ef11303e
MC
220662004-01-09 Michael Chastain <mec.gnu@mindspring.com>
22067
22068 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
22069 file.
22070
041ab88c
MC
220712004-01-09 Michael Chastain <mec.gnu@mindspring.com>
22072
22073 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
22074 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
22075 Use gdb_compile. Remove restriction on gcc. Add some patterns
22076 for recent version of gdb. Delete second half, which was a copy
22077 of the first half with different build flags. This test is
22078 still disabled because it is still not ready for production.
22079
e36d075a
MC
220802004-01-08 Michael Chastain <mec.gnu@mindspring.com>
22081
22082 * gdb.cp/exception.cc: Add copyright notice.
22083 * gdb.cp/exception.exp: Add a notice that this file is broken
22084 because of line number changes caused by addition of copyright
22085 notice.
22086
42b190ad
MC
220872004-01-08 Michael Chastain <mec.gnu@mindspring.com>
22088
22089 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
22090 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
22091
8f25f06b
MC
220922004-01-08 Michael Chastain <mec.gnu@mindspring.com>
22093
22094 * gdb.cp/classes.exp: Accept gnu abi 2.
22095 * gdb.cp/derivation.exp: Likewise.
22096 * gdb.cp/overload.exp: Likewise.
22097 * gdb.cp/virtfunc.exp: Likewise.
22098
06ded8b8
MC
220992004-01-08 Michael Chastain <mec.gnu@mindspring.com>
22100
22101 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
22102 semicolon after end of function.
22103
77c26ae3
MC
221042004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22105
22106 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
22107 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
22108 boilerplate code for compiling and running the program under
22109 test. Add some string method tests.
22110
20757486
MC
221112004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22112
22113 * gdb.cp/bs15503.cc: Add copyright notice.
22114 * gdb.cp/bs15503.exp: Adjust line number.
22115
0fd3b503
MC
221162004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22117
22118 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
22119 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
22120
10d1bea8
MC
221212004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22122
22123 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
22124 hp_cc_compiler.
22125
2789202a
MC
221262004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22127
22128 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
22129 * gdb.cp/ctti.exp: Use the marker instead of "next".
22130 With gcc, run further before bailing.
22131
b862f14c
MC
221322004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22133
22134 * gdb.cp/cttiadd.cc: Add copyright notice.
22135 * gdb.cp/cttiadd1.cc: Likewise.
22136 * gdb.cp/cttiadd2.cc: Likewise.
22137 * gdb.cp/cttiadd3.cc: Likewise.
22138
96da2469
MC
221392004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22140
22141 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
22142 Use gdb_test, gdb_test_multiple. Use floating-point values that
22143 have exact representations in IEEE-ish formats.
22144
053248ff
MC
221452004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22146
22147 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
22148 compilers. Delete duplicate call to get_compiler_info.
22149 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
22150 * gdb.base/volatile.exp: Likewise.
22151
84acecdd
MK
221522004-01-07 Mark Kettenis <kettenis@gnu.org>
22153
22154 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
22155 memory at address 0.
22156
fe11a27f
MC
221572004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22158
22159 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
22160 to test for hp-ux assembler. Fix copyright years.
22161
60ad077b
AC
221622004-01-07 Andrew Cagney <cagney@redhat.com>
22163
22164 * gdb.base/fileio.c (strerrno): Add "EBUSY".
22165
1c9b8f33
AC
221662004-01-07 Andrew Cagney <cagney@redhat.com>
22167
22168 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
22169 when creating the read-only file. From analysis by Roland McGrath
22170 and Elena Zannoni.
22171
753ccc7a
MC
221722004-01-06 Michael Chastain <mec.gnu@mindspring.com>
22173
22174 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
22175
eca3e36b
MC
221762004-01-06 Michael Chastain <mec.gnu@mindspring.com>
22177
22178 * gdb.base/cvexpr.c: Be type-safe with function pointers and
22179 data pointers.
22180
f8d4bac4
MC
221812004-01-06 Michael Chastain <mec.gnu@mindspring.com>
22182
22183 * gdb.cp/m-static.exp: Compile one source file at a time.
22184 Delete unused call to get_compiler_info.
22185
9b4e0f94
MC
221862004-01-06 Michael Chastain <mec.gnu@mindspring.com>
22187
22188 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
22189 * gdb.base/call-rt-st.exp: Likewise.
22190 * gdb.base/nodebug.exp: Likewise.
22191 * gdb.base/volatile.exp: Likewise.
22192 * gdb.cp/ref-types.exp: Likewise.
22193 * gdb.cp/templates.exp: Likewise.
22194
023c1024
MK
221952004-01-05 Mark Kettenis <kettenis@gnu.org>
22196
22197 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
22198
19703c4a
MC
221992004-01-05 Michael Chastain <mec.gnu@mindspring.com>
22200
22201 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
22202 hppa*-hp-hpux*.
22203
18b67037
MK
222042004-01-04 Mark Kettenis <kettenis@gnu.org>
22205
ba6219c8
MK
22206 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
22207 x86_64-*-*.
22208
18b67037
MK
22209 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
22210 sparc64-*-* and sparc*-solaris2*.
22211
1bfbbb9d
MK
222122004-01-04 Mark Kettenis <kettenis@gnu.org>
22213
22214 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
22215 return ${tests}" test. The ${tests} already mentions the
22216 filename.
22217
06846494
MC
222182004-01-02 Michael Chastain <mec.gnu@mindspring.com>
22219
22220 * gdb.cp/local.exp: Accept gcc abi 2.
22221
3b0cb202
MC
222222004-01-02 Michael Chastain <mec.gnu@mindspring.com>
22223
22224 * gdb.cp/templates.exp: Accept gcc abi 2.
22225
0643ec3f
MC
222262004-01-02 Michael Chastain <mec.gnu@mindspring.com>
22227
22228 * lib/compiler.cc: Remove supports_template_debugging.
22229 * gdb.cp/templates.exp: Do not test supports_template_debugging.
22230
d231d0b1
MC
222312004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22232
22233 * gdb.cp/namespace.exp: Accept gcc abi 2.
22234
44ffb27c
MC
222352004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22236
22237 * gdb.cp/method.exp: Accept gcc abi 2.
22238
184ad485
MC
222392004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22240
22241 * gdb.cp/classes.exp: Generate identical results as old version.
22242 * gdb.cp/derivation.exp: Likewise.
22243 * gdb.cp/overload.exp: Likewise.
22244 * gdb.cp/virtfunc.exp: Likewise.
22245
116f09e7
MC
222462004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22247
22248 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
22249 mysterious bug with sourceware version of expect.
22250
b1379776
MC
222512004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22252
22253 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
22254 current versions of gcc, including gcc abi 2. Remove gratuitous
22255 restart of test program. Use gdb_test_multiple and gdb_test for
22256 all tests. Add patterns to xfail missing "const" in "const char *"
22257 and kfail PR gdb/1155.
22258
6b7a4c0e
MC
222592004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22260
22261 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
22262 current versions of gcc, including gcc abi 2. Remove gratuitous
22263 restart of test program. Use gdb_test_multiple and gdb_test for
22264 all tests. Add patterns to kfail PR gdb/1498.
22265
51615d72
MC
222662003-12-31 Michael Chastain <mec.gnu@mindspring.com>
22267
22268 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
22269 current versions of gcc, including gcc abi 2. Use "breakpoint"
22270 and "continue" instead of restarting the target program. Use
22271 gdb_test_multiple and gdb_test for all tests.
22272
7b79a9d7
MK
222732004-01-01 Mark Kettenis <kettenis@gnu.org>
22274
22275 * gdb.asm/asm-source.exp: Update copyright year. Link statically
22276 for *-*-solaris2*.
22277
1cd3489f
MC
222782003-12-31 Michael Chastain <mec.gnu@mindspring.com>
22279
22280 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
22281 current versions of gcc, including gcc abi 2. Use "breakpoint"
22282 and "continue" instead of restarting the target program several
22283 times. Use gdb_test_multiple and gdb_test for all tests.
22284
850742db
MC
222852003-12-18 Michael Chastain <mec.gnu@mindspring.com>
22286
22287 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
22288 source files.
22289
eb4bbda8
MC
222902003-12-16 Michael Chastain <mec.gnu@mindspring.com>
22291
22292 * gdb.base/environ.exp: Handle compiling test case from multiple
22293 source files.
22294
e42c7771
MC
222952003-12-16 Michael Chastain <mec.gnu@mindspring.com>
22296
22297 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
22298
80e4b428
JB
222992003-12-17 Jim Blandy <jimb@redhat.com>
22300
5f06973a
JB
22301 * gdb.base/freebpcmd.c: Add copyright notice.
22302
80e4b428
JB
22303 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
22304
0ab84fb7
MC
223052003-12-16 Michael Chastain <mec.gnu@mindspring.com>
22306
22307 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
22308
1b3bb3d0
JB
223092003-12-13 Jim Blandy <jimb@redhat.com>
22310
22311 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
22312
3a4c9371
KB
223132003-12-12 Kevin Buettner <kevinb@redhat.com>
22314
22315 * gdb.asm/frv.inc: New file.
22316 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
22317
a1dea79a
FF
223182003-12-09 Fred Fish <fnf@redhat.com>
22319
22320 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
22321 functions to break1.c and leave prototypes behind. Add more
22322 "set breakpoint NN here" comments.
22323 * gdb.base/break1.c: New file.
22324
22325 * gdb.base/break.exp: Handle compiling test case from multiple
22326 source files and change source file references as needed.
22327 * gdb.base/completion.exp: Ditto.
22328 * gdb.base/condbreak.exp: Ditto.
22329 * gdb.base/define.exp: Ditto.
22330 * gdb.base/ena-dis-br.exp: Ditto.
22331 * gdb.base/info-proc.exp: Ditto.
22332 * gdb.base/maint.exp: Ditto.
22333 * gdb.base/until.exp: Ditto.
22334
22335 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
22336 hardcoded line numbers.
22337 * gdb.base/define.exp: Ditto.
22338 * gdb.base/ena-dis-br.exp: Ditto.
22339 * gdb.base/maint.exp: Ditto.
22340 * gdb.base/until.exp: Ditto.
22341
22342 * gdb.base/completion.exp: Use "break1" for completion tests since
22343 "break" is no longer a unique prefix.
22344
5266b69c
AC
223452003-12-06 Andrew Cagney <cagney@redhat.com>
22346
22347 * gdb.base/structs.exp (test_struct_returns): When applicable, set
22348 "return_value_unimplemented". When an unimplemented struct return
22349 architecture, report incorrect values as a KFAIL
22350
374451f0
MC
223512003-12-05 Michael Chastain <mec.gnu@mindspring.com>
22352
22353 * gdb.cp/rtti.exp: Accept new wording of warning from
22354 cp_lookup_rtti_type.
22355
ba9b20a7
MC
223562003-12-05 Michael Chastain <mec.gnu@mindspring.com>
22357
22358 Partial fix for PR testsuite/1456.
22359 * gdb.base/scope.exp (test_at_main): Replace references to
22360 gcc_compiled with calls to test_compiler_info.
22361 (test_at_foo): Likewise.
22362 (test_at_bar): Likewise.
22363
b74b6d0b
MC
223642003-12-04 Michael Chastain <mec.gnu@mindspring.com>
22365
22366 Partial fix for PR testsuite/1456.
22367 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
22368 to test_compiler_info.
22369
ccfa3402
MC
223702003-12-03 Michael Chastain <mec.gnu@mindspring.com>
22371
22372 * gdb.base/so-impl-ld.exp: Update copyright notice.
22373
f6246aba
MC
223742003-12-02 Michael Chastain <mec.gnu@mindspring.com>
22375
22376 Partial fix for PR testsuite/1456.
22377 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
22378 to test_compiler_info.
22379
13ae734a
MC
223802003-11-28 Michael Chastain <mec.gnu@mindspring.com>
22381
22382 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
22383 from current versions of gdb. Clean up regular expressions.
22384 Delete redundant timeout case.
22385
d8e1cdee
MC
223862003-11-28 Michael Chastain <mec.gnu@mindspring.com>
22387
22388 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
22389 from current versions of gdb. Clean up regular expressions.
22390 Delete redundant timeout case.
22391
96457b64
MC
223922003-12-01 Michael Chastain <mec.gnu@mindspring.com>
22393
22394 Partial fix for PR testsuite/1456.
22395 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
22396 gcc_compiled with call to test_compiler_info.
22397
f35309fc
MC
223982003-11-30 Michael Chastain <mec.gnu@mindspring.com>
22399
22400 Partial fix for PR testsuite/1456.
22401 * gdb.base/list.exp (test_list_function): Delete unused declaration
22402 of gcc_compiled.
22403
d7afdf9b
MC
224042003-11-29 Michael Chastain <mec.gnu@mindspring.com>
22405
22406 Partial fix for PR testsuite/1456.
22407 * gdb.base/complex.exp: Replace reference to gcc_compiled with
22408 call to test_compiler_info.
22409
71507b56
MK
224102003-11-29 Mark Kettenis <kettenis@gnu.org>
22411
22412 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
22413 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
22414 it to create the appropriate note.inc.
22415 * gdb.asm/asmsrc1.s: Include "note.inc".
22416 * gdb.asm/netbsd.inc: New file.
22417 * gdb.asm/empty.inc: New file.
22418
f81f93f7
MC
224192003-11-28 Michael Chastain <mec.gnu@mindspring.com>
22420
22421 Partial fix for PR testsuite/1456.
22422 * gdb.base/constvars.exp: Replace references to gcc_compiled with
22423 calls to test_compiler_info.
22424
9a77938e
MC
224252003-11-27 Michael Chastain <mec.gnu@mindspring.com>
22426
22427 Partial fix for PR testsuite/1456.
22428 * gdb.base/volatile.exp: Replace references to gcc_compiled with
22429 calls to test_compiler_info.
22430
e8367dc7
MK
224312003-11-27 Mark Kettenis <kettenis@gnu.org>
22432
22433 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
22434 pattern for the KFAILs.
22435
526c61ee
AF
224362003-11-25 Adam Fedor <fedor@gnu.org>
22437
22438 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
22439 * gdb.objc/objcdecode.m: New file.
22440
28f2d600
AF
224412003-11-25 Adam Fedor <fedor@gnu.org>
22442
22443 * gdb.objc/nondebug.exp: Test for PR objc/1236.
22444 * gdb.objc/nondebug.m: New file.
22445
a3895cee
BE
224462003-11-26 Ben Elliston <bje@wasabisystems.com>
22447
22448 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
22449 NetBSD as it does on FreeBSD. Modelled on a similar change by
22450 Mark Kettenis on 2003-05-30.
22451 (link-flags): Set to "--entry _start" regardless of target.
22452 Special linker flags are to be appended to $link-flags.
22453 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
22454
c9f2c8a3
MC
224552003-11-25 Michael Chastain <mec.gnu@mindspring.com>
22456
22457 * gdb.cp/method.exp: Accept output of new demangler.
22458
15a0587a 224592003-11-25 Michael Chastain <mec.gnu@mindspring.com>
f4e8b6f3
MC
22460
22461 * gdb/class2.exp: New file.
22462 * gdb/class2.cc: New file.
22463
3c00b570
MC
224642003-11-25 Michael Chastain <mec.gnu@mindspring.com>
22465
22466 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
22467 of new demangler.
22468
7027acc7
MK
224692003-11-23 Mark Kettenis <kettenis@gnu.org>
22470
22471 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
22472 of gdb_test "run".
22473
b0e1598a
MK
224742003-11-23 Mark Kettenis <kettenis@gnu.org>
22475
22476 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
22477 "continue" into "run".
22478
4d9eda44
MC
224792003-11-23 Michael Chastain <mec.gnu@mindspring.com>
22480
22481 Partial fix for PR testsuite/1456.
22482 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
22483 call to test_compiler_info.
22484 * gdb.cp/ctti.exp: Likewise.
22485 * gdb.cp/derivation.exp: Likewise.
22486 * gdb.cp/member-ptr.exp: Likewise.
22487 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
22488 reference to gcc_compiled.
22489
224902003-11-23 Michael Chastain <mec.gnu@mindspring.com>
b729099e
MC
22491
22492 Fix PR testsuite/1463.
22493 * gdb.base/structs.exp (start_structs_test): Call
22494 get_debug_format before using the debug format.
22495
d422fe19
AC
224962003-11-22 Andrew Cagney <cagney@redhat.com>
22497
22498 * lib/gdb.exp (gdb_test_multiple): Add simple example.
22499 * gdb.base/structs.exp: Use gdb_test_multiple.
22500
039cf96d
AC
225012003-11-20 Andrew Cagney <cagney@redhat.com>
22502
6882279b
AC
22503 * gdb.base/structs.exp: Handle and recover from internal errors.
22504 Replace "foo${n}" with "foo<n>" in test messages.
22505
e53890ae
AC
22506 * gdb.base/structs.exp: Update copyright. Rewrite.
22507 * gdb.base/structs.c: Update copyright. Rewrite.
22508
2b211c59
AC
22509 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
22510 resync count exceeded.
d63a86f8 22511
039cf96d
AC
22512 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
22513 from the internal error.
22514 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
22515 Original from Jim Blandy.
22516 (gdb_test_multiple): Use gdb_internal_error_resync.
2b211c59 22517
eac98b22
AC
225182003-11-19 Andrew Cagney <cagney@redhat.com>
22519
22520 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
22521 KFAIL.
22522
67455b2a
MK
225232003-11-17 Mark Kettenis <kettenis@gnu.org>
22524
22525 New testcase for PR backtrace/1435.
22526 * gdb.arch/i386-unwind.exp: New file.
22527 * gdb.arch/i386-unwind.c: New file.
22528
853d6e5b
AC
225292003-11-17 Andrew Cagney <cagney@redhat.com>
22530
22531 * lib/gdb.exp (compiler_info): New global.
22532 (test_compiler_info): New function.
22533 (get_compiler_info): Set compiler_info.
22534 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
22535 "compiler_info" to gcc-<major>-<minor>.
22536
38cf6e11
MC
225372003-11-15 Michael Chastain <mec.gnu@mindspring.com>
22538
22539 * gdb.trace/configure: Remove.
22540
a50d3602
EZ
225412003-11-13 Elena Zannoni <ezannoni@redhat.com>
22542
22543 * gdb.base/break.c: Add comments to aid finding line numbers for
d63a86f8 22544 breakpoints.
a50d3602
EZ
22545 * gdb.base/break.exp: Remove all references to explicit line
22546 numbers.
22547
d9407aaa
NC
225482003-11-11 Nick Clifton <nickc@redhat.com>
22549
22550 * gdb.base/shreloc.exp: Do not run for targets which do not
22551 support shared objects.
22552
db488fc1
CV
225532003-11-10 Corinna Vinschen <vinschen@redhat.com>
22554
22555 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
22556 Don't run tests if nofileio flag is given.
22557
6a90a18e
EZ
225582003-11-07 Elena Zannoni <ezannoni@redhat.com>
22559
22560 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
a9c64011 22561 as well as 'Watchpoint'.
6a90a18e 22562
0b915e9c
EZ
225632003-11-06 Elena Zannoni <ezannoni@redhat.com>
22564
22565 Reported by Jim Ingham <jingham@apple.com>:
22566 * gdb.base/annota1.exp: Match at least one occurrence of the
22567 signal handler annotation.
22568
d7e4b55f
EZ
225692003-11-06 Elena Zannoni <ezannoni@redhat.com>
22570
a9c64011
AS
22571 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
22572 as well as 'Watchpoint'.
d7e4b55f 22573
2fe4e8d0
MC
225742003-11-05 Michael Chastain <mec@shout.net>
22575
22576 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
22577
6ef88553
KW
225782003-11-03 Kris Warkentin <kewarken@qnx.com>
22579
22580 * gdb.arch/gdb1291.c: New test file.
22581 * gdb.arch/gdb1291.exp: New test script.
22582 * gdb.arch/gdb1431.c: New test file.
22583 * gdb.arch/gdb1431.exp: New test script.
22584
ae7dc4d8
MC
225852003-10-22 Michael Chastain <mec@shout.net>
22586
22587 * gdb.mi/pthreads.c: Add copyright notice.
22588
c39d7427
MC
225892003-10-22 Michael Chastain <mec@shout.net>
22590
22591 * gdb.threads/pthreads.c: Add copyright notice.
22592
8b7d96c1
MC
225932003-10-20 Michael Chastain <mec@shout.net>
22594
22595 * gdb.base/gdb1056.exp: New test script.
22596
d1d69fdd
DJ
225972003-10-13 Daniel Jacobowitz <drow@mvista.com>
22598
22599 * gdb.threads/killed.exp: Use gdb_run_cmd.
22600
7d605576
DJ
226012003-10-13 Daniel Jacobowitz <drow@mvista.com>
22602
22603 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
22604 create a core file.
22605 * gdb.threads/gcore-thread.exp: Likewise.
22606
618ec112
CV
226072003-10-13 Corinna Vinschen <vinschen@redhat.com>
22608
22609 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
22610 type, based on char type.
22611 (struct bit_flags_short_t): New bitfield type, based on short type.
22612 (init_bit_flags_char): New fuction.
22613 (init_bit_flags_short): Ditto.
22614 (print_bit_flags_char): Ditto.
22615 (print_bit_flags_short): Ditto.
22616 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
22617
9367a73c
MC
226182003-10-11 Michael Chastain <mec@shout.net>
22619
22620 * gdb.base/call-rt-st.exp: Update copyright year.
22621
1decf120
KI
226222003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
22623
22624 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
22625 * gdb.disasm/sh3.s: Ditto.
22626
5445b2ae
DJ
226272003-10-07 Daniel Jacobowitz <drow@mvista.com>
22628
22629 * gdb.threads/switch-threads.exp: New test.
22630 * gdb.threads/switch-threads.c: New source file.
22631
aec24853
CV
226322003-10-07 Corinna Vinschen <vinschen@redhat.com>
22633
22634 * gdb.base/ending-run.exp: Add sh specific case.
22635
adc7428d
AC
226362003-10-06 Andrew Cagney <cagney@redhat.com>
22637
22638 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
22639 * gdb.disasm/mn10200.exp: Delete obsolete file.
22640
c9d37158
DJ
226412003-09-29 Daniel Jacobowitz <drow@mvista.com>
22642
22643 * ChangeLog: Correct an entry command.exp -> commands.exp.
22644 * gdb.base/commands.exp (bp_deleted_in_command_test)
22645 (temporary_breakpoint_commands): Check noargs.
22646
79c2c32d
DC
226472003-09-25 David Carlton <carlton@kealia.com>
22648
22649 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
22650 of some print tests, where appropriate. Add tests for C::D::cd,
22651 E::ce, F::cXfX, G::XgX.
22652 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
22653
594e6d67
RE
226542003-09-25 Richard Earnshaw <rearnsha@arm.com>
22655
22656 * lib/java.exp (java_init): Import target_alias before using it.
22657
10f0d451
DC
226582003-09-25 David Carlton <carlton@kealia.com>
22659
22660 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
22661
274bcba0
EZ
226622003-09-23 Elena Zannoni <ezannoni@redhat.com>
22663
d63a86f8 22664 * gdb.base/selftest.exp: Accomodate more instruction reordering
a9c64011 22665 weirdness.
274bcba0 22666
cdbf20f7
MC
226672003-09-17 Michael Chastain <mec@shout.net>
22668
22669 * gdb.cp/gdb1355.exp: New file.
22670 * gdb.cp/gdb1355.c: New file.
22671
71e06f80
CV
226722003-09-15 Corinna Vinschen <vinschen@redhat.com>
22673
22674 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
22675 * gdb.asm/sh.inc: New file.
22676
5c4e30ca
DC
226772003-09-11 David Carlton <carlton@kealia.com>
22678
bd45b7af
DC
22679 * gdb.cp/namespace.exp: Add tests for namespace types.
22680 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
5c4e30ca
DC
22681 (test_namespace): New.
22682
1c199746
EZ
226832003-09-11 Elena Zannoni <ezannoni@redhat.com>
22684
a9c64011 22685 * gdb.base/relocate.exp: Handle new gdb output at startup.
3fcf0ced 22686 * gdb.stabs/weird.exp: Ditto.
1c199746 22687
04ed252f
MC
226882003-09-08 Michael Chastain <mec@shout.net>
22689
22690 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
22691
d8a2d9e7
MC
226922003-09-07 Michael Chastain <mec@shout.net>
22693
22694 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
22695 'parse error'.
22696
161afb24
MK
226972003-09-07 Mark Kettenis <m.kettenis@osp.nl>
22698
22699 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
22700
49f2741a
MC
227012003-08-30 Michael Chastain <mec@shout.net>
22702
22703 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
22704 * gdb.gdb/observer.exp: Ditto.
22705 * gdb.gdb/xfullpath.exp: Ditto.
22706
8afa723e
MK
227072003-08-29 Mark Kettenis <kettenis@gnu.org>
22708
22709 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
22710 *-*-*bsd*.
22711
f31dfe3b
JJ
227122003-08-28 Jeff Johnston <jjohnstn@redhat.com>
22713
22714 * gdb.base/dump.exp: Skip for ia64.
22715
4630e498
JJ
227162003-08-25 Jeff Johnston <jjohnstn@redhat.com>
22717
22718 * gdb.asm/asm-source.exp: Add ia64 support.
22719 * gdb.asm/ia64.inc: New file.
22720
1105b7ef
MC
227212003-08-22 Michael Chastain <mec@shout.net>
22722
22723 * gdb.cp: New directory.
22724 * gdb.cp/*: Copy from gdb.c++/*.
22725 * gdb.c++/*: Remove.
22726 * Makefile.in: Change gdb.c++ to gdb.cp.
22727 * configure.in: Ditto.
22728 * configure: Regnerate.
22729
c945b932
MK
227302003-08-18 Mark Kettenis <kettenis@gnu.org>
22731
22732 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
22733 * gdb.arch/i386-prologue.c (gdb1338): Add function.
22734
2b66634b
DJ
227352003-08-17 Daniel Jacobowitz <drow@mvista.com>
22736
22737 * mi-var-display.exp (-var-list-children weird): Accept function
22738 pointers with argument types.
22739 * mi1-var-display.exp (-var-list-children weird): Likewise.
22740 * mi2-var-display.exp (-var-list-children weird): Likewise.
22741
a356f73b
DJ
227422003-08-17 Daniel Jacobowitz <drow@mvista.com>
22743
22744 * gdb.base/annota3.exp: Add missing newline.
22745
483417b8
MC
227462003-08-06 Michael Chastain <mec@shout.net>
22747
22748 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
22749
c99c59c3
MS
227502003-08-12 Michael Snyder <msnyder@redhat.com>
22751
22752 * gdb.base/float.exp: Add test for SH.
22753
55ed7501
MK
227542003-08-10 Mark Kettenis <kettenis@gnu.org>
22755
22756 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
22757
1a371f2e
EZ
227582003-08-07 Elena Zannoni <ezannoni@redhat.com>
22759
22760 * gdb.base/completion.exp: Remove reduntant completion test
22761 on filename.
22762
e0f353ce
EZ
227632003-08-07 Elena Zannoni <ezannoni@redhat.com>
22764
a9c64011
AS
22765 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
22766 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
22767 gdb.trace/save-trace.exp: Make sure that full pathnames are
22768 escaped correctly.
e0f353ce 22769
5710a1af 227702003-08-07 Elena Zannoni <ezannoni@redhat.com>
d63a86f8 22771
a9c64011
AS
22772 * configure.in: Don't generate config.h from config.hin.
22773 * configure: Regenerate.
22774 * config.hin: Remove file.
22775 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
22776 * gdb.threads/pthreads.c: Ditto.
5710a1af 22777
dcd81ce9
DJ
227782003-08-07 Daniel Jacobowitz <drow@mvista.com>
22779
22780 From Kei Sakamoto <sakamoto.kei@renesas.com>:
22781 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
22782 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
22783 Replace ld24 with seth/add3.
22784
6009d884
AC
227852003-08-02 Andrew Cagney <cagney@redhat.com>
22786
22787 * gdb.base/annota3.exp: New file.
22788 * gdb.base/annota3.c: New file.
22789 * gdb.c++/annota3.exp: New file.
22790 * gdb.c++/annota3.cc: New file.
22791
51514e06
MC
227922003-07-29 Michael Chastain <mec@shout.net>
22793
22794 * gdb.threads/tls.c (spin): Check errno only if sem_wait
22795 actually failed.
22796 (do_pass): Likewise.
22797 * gdb.threads/tls.exp: Always initialize no_of_threads.
22798
4ee6625b
DJ
227992003-07-27 Daniel Jacobowitz <drow@mvista.com>
22800
22801 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
22802 pattern.
22803 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
22804 * gdb.threads/tls.exp: Recognize one case of the host library not
22805 supporting TLS.
22806
225f2bf6
AC
228072003-07-27 Andrew Cagney <cagney@redhat.com>
22808
22809 * gdb.base/fileio.exp: Use SH when running commands using
22810 remote_exec.
22811
bcb27c9f
DJ
228122003-07-24 Daniel Jacobowitz <drow@mvista.com>
22813
22814 From Kei Sakamoto <sakamoto.kei@renesas.com>:
22815 * gdb.base/relocate.c (dummy): New padding array.
22816
3d67be83
MS
228172003-07-22 Michael Snyder <msnyder@redhat.com>
22818
d63a86f8 22819 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
3d67be83
MS
22820
22821 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
22822 patterns to be more general, accepting old and new output.
22823 Some output chars (such as '+') also must be quoted.
d63a86f8 22824 Some addresses are displayed numerically instead of
3d67be83
MS
22825 symbolically.
22826
57ba3b85
MS
228272003-07-23 Michael Snyder <msnyder@redhat.com>
22828
686d097c
MS
22829 * gdb.base/return2.exp: Don't test long-long return.
22830
57ba3b85
MS
22831 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
22832 * gdb.disasm/t01_mov.exp: Ditto.
22833 * gdb.disasm/t02_mova.s: Ditto.
22834 * gdb.disasm/t02_mova.exp: Ditto.
22835 * gdb.disasm/t03_add.s: Ditto.
22836 * gdb.disasm/t03_add.exp: Ditto.
22837 * gdb.disasm/t04_sub.s: Ditto.
22838 * gdb.disasm/t04_sub.exp: Ditto.
22839 * gdb.disasm/t05_cmp.s: Ditto.
22840 * gdb.disasm/t05_cmp.exp: Ditto.
22841 * gdb.disasm/t06_ari2.s: Ditto.
22842 * gdb.disasm/t06_ari2.exp: Ditto.
22843 * gdb.disasm/t07_ari3.s: Ditto.
22844 * gdb.disasm/t07_ari3.exp: Ditto.
22845 * gdb.disasm/t08_or.s: Ditto.
22846 * gdb.disasm/t08_or.exp: Ditto.
22847 * gdb.disasm/t09_xor.s: Ditto.
22848 * gdb.disasm/t09_xor.exp: Ditto.
22849 * gdb.disasm/t10_and.s: Ditto.
22850 * gdb.disasm/t10_and.exp: Ditto.
22851 * gdb.disasm/t11_logs.s: Ditto.
22852 * gdb.disasm/t11_logs.exp: Ditto.
22853 * gdb.disasm/t12_bit.s: Ditto.
22854 * gdb.disasm/t12_bit.exp: Ditto.
22855 * gdb.disasm/t13_otr.s: Ditto.
22856 * gdb.disasm/t13_otr.exp: Ditto.
22857
e00759ef
EZ
228582003-07-22 Elena Zannoni <ezannoni@redhat.com>
22859
22860 * gdb.threads/tls.exp :Add kfail for 'info address' case.
22861
8bc2021f
EZ
228622003-07-22 Elena Zannoni <ezannoni@redhat.com>
22863
a9c64011
AS
22864 * gdb.threads/tls.c : New file.
22865 * gdb.threads/tls.exp : New file.
22866 * gdb.threads/tls-main.c : New file.
22867 * gdb.threads/tls-shared.c : New file.
22868 * gdb.threads/tls-shared.exp : New file.
8bc2021f 22869
89320c4c
AS
228702003-07-22 Andreas Schwab <schwab@suse.de>
22871
22872 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
22873
180dea7c
AS
228742003-07-20 Andreas Schwab <schwab@suse.de>
22875
22876 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
22877 due to insn reordering.
22878
0714963c
AC
228792003-07-15 Andrew Cagney <cagney@redhat.com>
22880
22881 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
22882
98a23b3f
MC
228832003-07-15 Michael Chastain <mec@shout.net>
22884
22885 * gdb.base/gdb1250.exp: New file.
22886 * gdb.base/gdb1250.c: New file.
22887
27e417a2
ML
228882003-07-09 Michal Ludvig <mludvig@suse.cz>
22889
22890 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
22891 expansion of size_t to 'unsigned long', not only to 'unsigned'.
22892
8bc2021f
EZ
228932003-07-09 Elena Zannoni <ezannoni@redhat.com>
22894
a9c64011
AS
22895 * gdb.threads/tls.c: New file.
22896 * gdb.threads/tls.exp: New file.
22897 * gdb.threads/tls-main.c: New file.
22898 * gdb.threads/tls-shared.c: New file.
22899 * gdb.threads/tls-shared.exp: New file.
8bc2021f 22900
d99968dc
EZ
229012003-07-09 Elena Zannoni <ezannoni@redhat.com>
22902
22903 * gdb.base/annota1.exp: Make sure that we properly escape the
22904 full path of the source file. Xfail more permissive patterns,
d63a86f8 22905 due to a compiler debug info problem.
d99968dc 22906
83876b3b
AS
229072003-07-07 Andreas Schwab <schwab@suse.de>
22908
2705e972
AS
22909 * gdb.asm/m68k.inc: New file.
22910 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
22911
83876b3b
AS
22912 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
22913 arguments"): Also match negative number.
22914
22915 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
22916
3a871b37
DJ
229172003-07-03 Daniel Jacobowitz <drow@mvista.com>
22918
22919 * gdb.base/store.c (charest): New typedef.
22920 (add_char): Rename to add_charest, update.
22921 (wack_char): Rename to wack_charest, update types. Return l + r
22922 to keep r live across the call.
22923 (wack_short, wack_int, wack_long, wack_longest, wack_float)
22924 (wack_double, wack_doublest): Return l + r to keep r live across
22925 the call.
22926 * gdb.base/store.exp: Accomodate store.c changes.
22927
b2a7f303
DC
229282003-06-30 David Carlton <carlton@kealia.com>
22929
22930 * gdb.c++/maint.exp (test_invalid_name): New.
22931 (test_first_component): Add tests for invalid names.
22932
3c6cb4a1
MC
229332003-06-29 Michael Chastain <mec@shout.net>
22934
22935 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
22936 output of '<VTT for class>' for virtual base classes.
22937
f1c2644b
DJ
229382003-06-29 Daniel Jacobowitz <drow@mvista.com>
22939
22940 * gdb.base/completion.exp: Tab-complete "complet" instead of
22941 "compl".
22942 * gdb.base/complex.exp, gdb.base/complex.c: New files.
22943
18080350
DJ
229442003-06-29 Daniel Jacobowitz <drow@mvista.com>
22945
22946 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
22947 * gdb.base/volatile.exp: Likewise.
22948
f56973f8
DJ
229492003-06-29 Daniel Jacobowitz <drow@mvista.com>
22950
22951 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
22952 gdb/1265.
22953
229542003-06-28 Michael Chastain <mec@shout.net>
48fe539f
DJ
22955 Daniel Jacobowitz <drow@mvista.com>
22956
22957 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
22958 initial line count of 'captured_main' from 26 to 32.
22959 (test_with_self): Allow xmalloc call to be interleaved with the
22960 preceding two lines.
22961
e766d4d6
JB
229622003-06-24 Joel Brobecker <brobecker@gnat.com>
22963
22964 * gdb.base/bang.exp: New testcase.
22965
f125c9a4
JB
229662003-06-23 Joel Brobecker <brobecker@gnat.com>
22967
22968 * gdb.base/langs.exp: Add some tests for the "minimal" language
22969 support.
22970
6e25beaf
EZ
229712003-06-23 Elena Zannoni <ezannoni@redhat.com>
22972
22973 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
22974 the testcase.
22975
2f816dda
DJ
229762003-06-22 Daniel Jacobowitz <drow@mvista.com>
22977
22978 * gdb.base/relocate.exp: Test add-symbol-file with a variable
22979 offset.
22980
db5a5748
DJ
229812003-06-22 Daniel Jacobowitz <drow@mvista.com>
22982
22983 * gdb.c++/pr-1210.cc: New file.
22984 * gdb.c++/pr-1210.exp: New file.
22985
1df0c130
DJ
229862003-06-21 Daniel Jacobowitz <drow@mvista.com>
22987
22988 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
22989 000-exec-continue.
22990
a92feac0
MK
229912003-06-15 Mark Kettenis <kettenis@gnu.org>
22992
22993 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
22994 on *-*-*bsd* instead of *-*-freebsd*.
22995
81a58f5b
AC
229962003-06-14 Andrew Cagney <cagney@redhat.com>
22997
22998 * gdb.base/store.exp: Test longest and doublest. Test all
22999 parameters. Weaken return statement match.
23000 * gdb.base/store.c: Add longest and doublest - aka long long and
23001 long double functions. Put all parameters into local register
23002 variables. Use negative values.
23003
b257a0d3
AC
230042003-06-14 Andrew Cagney <cagney@redhat.com>
23005
23006 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
23007 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
23008 exit status.
23009 * gdb.base/fileio.exp: Disable target when nointerrupts and
23010 noinferiorio, instead of limiting it to remote. Use remote_exec
23011 instead of system.
d63a86f8 23012
21c38304
JJ
230132003-06-12 Jeff Johnston <jjohnstn@redhat.com>
23014
23015 * gdb.base/float.exp: Add ia64 support.
23016
1bcdb424
CV
230172003-06-12 Corinna Vinschen <vinschen@redhat.com>
23018
23019 * gdb.base/fileio.exp: Run only on remote targets.
23020
6aeb981f
CV
230212003-06-10 Corinna Vinschen <vinschen@redhat.com>
23022
23023 * gdb.base/fileio.c: New file, testing File-I/O.
23024 * gdb.base/fileio.exp: Ditto.
23025
53df362e
RG
230262003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
23027
23028 * gdb.base/shreloc.exp: New file, check symbol values obtained from
23029 shared objects after relocation at load time (gdb PR/1132).
23030 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
a9c64011 23031 as above, part of the shared object relocation test.
53df362e 23032
ffee1b46
MK
230332003-06-08 Mark Kettenis <kettenis@gnu.org>
23034
b5ca3722
MK
23035 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
23036 fully filled history list.
23037 * gdb.base/gdb_history: New file.
23038
03ed860d
MK
23039 * gdb.base/signals.exp: XFAIL "continue to func1" on
23040 i*86-*-freebsd*.
23041
ffee1b46
MK
23042 * gdb.base/attach.exp: When trying to attach to a nonexistent
23043 process, make it possible to specify the PID based on the target,
23044 and do so for *-*-freebsd*.
23045
d80dbb52
RH
230462003-06-02 Richard Henderson <rth@redhat.com>
23047
23048 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
23049
6dd77b81
RH
230502003-06-02 Richard Henderson <rth@redhat.com>
23051
23052 * gdb.base/selftest.exp: Next over lim_at_start initialization.
23053
f6347e16
RH
230542003-06-02 Richard Henderson <rth@redhat.com>
23055
23056 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
23057
2c161407
DJ
230582003-06-01 Daniel Jacobowitz <drow@mvista.com>
23059
23060 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
23061 of globalvar.
23062
572eb746
MK
230632003-06-01 Mark Kettenis <kettenis@gnu.org>
23064
23065 * gdb.asm/asm-source.exp: Check for memory read errors in
23066 disassembler test on *BSD too.
23067
9e9617a5
RH
230682003-06-01 Richard Henderson <rth@redhat.com>
23069
23070 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
23071 for .frame.
23072 (gdbasm_call): Lose ldgp.
23073 (gdbasm_startup): Add frame information.
23074 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
23075
7b34ad4e
MK
230762003-05-31 Mark Kettenis <kettenis@gnu.org>
23077
23078 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
23079 i?86-*-*.
23080
10059fdf
MK
230812003-05-30 Mark Kettenis <kettenis@gnu.org>
23082
23083 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
23084 FreeBSD.
23085
acf4b816
RH
230862003-05-29 Richard Henderson <rth@redhat.com>
23087
23088 * gdb.asm/alpha.inc: New file.
23089 * gdb.asm/asm-source.exp: Use it.
23090
e9ecd949
JB
230912003-05-29 Jim Blandy <jimb@redhat.com>
23092
23093 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
23094 'core.PID'.
23095
e3e5a4f3
JB
230962003-05-22 Jim Blandy <jimb@redhat.com>
23097
23098 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
23099 backtrace.
d63a86f8 23100
72fe3d25
DC
231012003-05-20 David Carlton <carlton@math.stanford.edu>
23102
23103 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
23104 this time.
23105
58da2eb2
DC
231062003-05-19 David Carlton <carlton@bactrian.org>
23107
23108 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
23109 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
23110
1fcb5155
DC
231112003-05-19 David Carlton <carlton@bactrian.org>
23112
23113 * gdb.c++/namespace.exp: Add namespace scope and anonymous
23114 namespace tests.
23115 Bump copyright date.
23116 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
23117 (main): Call C::D::marker2.
23118 * gdb.c++/namespace1.cc: New file.
23119
85e85163
JJ
231202003-05-14 Jeff Johnston <jjohnstn@redhat.com>
23121
23122 Roland McGrath <roland@redhat.com>
d63a86f8 23123 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
85e85163
JJ
23124 there is no manager thread.
23125
a25fbfec
JJ
231262003-05-08 Jeff Johnston <jjohnstn@redhat.com>
23127
d63a86f8
RM
23128 * gdb.threads/schedlock.exp: Remove assumption that all threads
23129 will run in a particular small time slice. Also ensure we break
a25fbfec
JJ
23130 in one of the child threads rather than the main thread.
23131
be375bae
JB
231322003-05-07 Jim Blandy <jimb@redhat.com>
23133
09bf6082
JB
23134 Add support for assembly source testing on the s390x.
23135 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
23136 architecture.
23137 * gdb.asm/s390x.inc: New file.
23138
be375bae
JB
23139 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
23140 succession of 'if' statements.
23141
00905d52
AC
231422003-05-05 Andrew Cagney <cagney@redhat.com>
23143
23144 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
23145
b1e29e33
AC
231462003-05-05 Andrew Cagney <cagney@redhat.com>
23147
23148 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
23149 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
23150
e33d66ec
EZ
231512003-05-02 Elena Zannoni <ezannoni@redhat.com>
23152
23153 * gdb.base/charset.exp: Update based on new behavior of set/show
23154 charset commands.
23155
2b6fd0d8
AC
231562003-05-01 Andrew Cagney <cagney@redhat.com>
23157
23158 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
23159 variable do not give memory errors.
23160
130cacce
AF
231612003-04-30 Adam Fedor <fedor@gnu.org>
23162
23163 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
23164 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
23165 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
23166 gdb.objc/basicclass.m: : New files
23167
23168 * lib/gdb.exp (gdb_compile_objc): New procedure.
23169
bea71854
DJ
231702003-04-27 Daniel Jacobowitz <drow@mvista.com>
23171
23172 * gdb.base/signals.exp: Make backtrace tests more specific.
23173
0f20eeea
DC
231742003-04-23 David Carlton <carlton@bactrian.org>
23175
23176 * gdb.c++/maint.exp (test_first_component): Add tests for
23177 'operator' in more locations.
23178
c8c4d8dc
KB
231792003-04-16 Kevin Buettner <kevinb@redhat.com>
23180
23181 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
23182
3fe60e3c
EZ
231832003-04-16 Elena Zannoni <ezannoni@redhat.com>
23184
23185 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
a9c64011 23186 func marke' instead. Update test name.
3fe60e3c 23187
9219021c
DC
231882003-04-15 David Carlton <carlton@math.stanford.edu>
23189
23190 * gdb.c++/maint.exp: New file.
23191
5dd55bdd
EZ
231922003-04-14 Elena Zannoni <ezannoni@redhat.com>
23193
23194 * gdb.threads/schedlock.c: Change type of thread function argument
23195 to long, to avoid warnings on 64-bit platforms.
23196
00890572
EZ
231972003-04-14 Elena Zannoni <ezannoni@redhat.com>
23198
a9c64011
AS
23199 * gdb.base/attach.exp: Add new message from ptrace in case of
23200 attaching to nonexistent process.
d63a86f8 23201
93201743
JB
232022003-04-11 Jim Blandy <jimb@redhat.com>
23203
23204 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
23205 gdb.c++/userdef.cc: Place comments on the lines to which the
23206 marker function might return.
23207 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
23208 gdb.c++/userdef.exp: Look for those comments to check that we've
23209 returned to the right place, instead of checking line numbers.
23210
2a11c64d
EZ
232112003-04-11 Elena Zannoni <ezannoni@redhat.com>
23212
a9c64011
AS
23213 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
23214 match on sourcefile name, instead of directory name.
2a11c64d 23215
68ab8fc5
EZ
232162003-04-10 Elena Zannoni <ezannoni@redhat.com>
23217
d63a86f8 23218 * gdb.base/completion.exp: Use string_to_regexp to match the
68ab8fc5
EZ
23219 working directory name.
23220
5624293a
JB
232212003-04-09 Jim Blandy <jimb@redhat.com>
23222
23223 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
23224 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
23225 after an inferior function call, report the failure, but allow the
23226 test to continue.
23227
f1f02ee4
SC
232282003-04-05 Stephane Carrez <stcarrez@nerim.fr>
23229
23230 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
23231 with -DPROTOTYPES.
23232
6eb79af0
SC
232332003-04-05 Stephane Carrez <stcarrez@nerim.fr>
23234
23235 * gdb.base/break.exp: Revert last patch.
23236
8dfb4cf0
SC
232372003-04-04 Stephane Carrez <stcarrez@nerim.fr>
23238
23239 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
23240 with -DPROTOTYPES.
23241
ed4c619a
AC
232422003-04-02 Andrew Cagney <cagney@redhat.com>
23243
23244 * gdb.base/callfuncs.exp: Make "print add" messages unique.
23245 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
23246 matching directories by the name breakpoint.
23247 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
23248 Make "continue to marker1" consistent.
23249 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
23250 message consistent.
23251 * lib/gdb.exp: Put "the program is no longer running", and "the
23252 program exited" in parenthesis.
23253 * lib/mi-support.exp: Ditto.
d63a86f8 23254
4e35d5f0 232552003-04-02 Bob Rossi <bob_rossi@cox.net>
d63a86f8 23256
4e35d5f0
BR
23257 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
23258
71900fe8
AC
232592003-03-29 Andrew Cagney <cagney@redhat.com>
23260
23261 * gdb.base/sizeof.c (main): Print the value of '\377'.
23262 * gdb.base/sizeof.exp: Check the sign of '\377'.
23263
c0655a16
MC
232642003-03-27 Michael Chastain <mec@shout.net>
23265
23266 * gdb.base/gdb1090.exp: New file.
23267 * gdb.base/gdb1090.cc: New file.
23268
5b2a3989
JB
232692003-03-27 J. Brobecker <brobecker@gnat.com>
23270
23271 * gdb.gdb/observer.exp: New regression test.
23272
79876890
MC
232732003-03-27 Michael Chastain <mec@shout.net>
23274
23275 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
23276 * gdb.base/ptype.exp: Likewise.
23277
6eac95e3
CV
232782003-03-27 Corinna Vinschen <vinschen@redhat.com>
23279
23280 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
23281
e8c71839
MC
232822003-03-26 Michael Chastain <mec@shout.net>
23283
23284 * gdb.base/ptype.exp: Actually use some typedef'd types.
23285
71b10041
SC
232862003-03-21 Stephane Carrez <stcarrez@nerim.fr>
23287
23288 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
23289 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
23290
2512cf80
CV
232912003-03-20 Corinna Vinschen <vinschen@redhat.com>
23292
23293 * gdb.base/default.exp: Fix regular expression.
23294
0d195a4f
CV
232952003-03-20 Corinna Vinschen <vinschen@redhat.com>
23296
23297 * gdb.base/args.exp: Fix regular expression.
23298
8a2dbca8
CV
232992003-03-20 Corinna Vinschen <vinschen@redhat.com>
23300
23301 * gdb.base/help.exp: Allow Win32 child process.
23302
bf028682
CV
233032003-03-20 Corinna Vinschen <vinschen@redhat.com>
23304
23305 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
23306 when stepping out of main().
23307
182dbe85
CV
233082003-03-20 Corinna Vinschen <vinschen@redhat.com>
23309
23310 * gdb.base/default.exp: Check for win32 specific message when calling
23311 "run" without executable.
23312
d67a6ba5
CV
233132003-03-20 Corinna Vinschen <vinschen@redhat.com>
23314
23315 * gdb.base/args.exp: Expect .exe in output.
23316
a955b5bb
CV
233172003-03-20 Corinna Vinschen <vinschen@redhat.com>
23318
23319 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
23320 Cygwin native.
23321
bf6bad4b
AC
233222003-03-17 Andrew Cagney <cagney@redhat.com>
23323
23324 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
23325 vector registes.
23326 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
23327 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
23328
293e9a31
DC
233292003-03-17 David Carlton <carlton@math.stanford.edu>
23330
23331 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
23332 test, for PR breakpoints/38.
23333 Call test_watchpoint_and_breakpoint.
23334 * gdb.base/watchpoint.c (func3): New function.
23335 (main): Call func3.
23336
5330f2db
DC
233372003-03-04 David Carlton <carlton@math.stanford.edu>
23338
23339 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
23340 Garply<Garply<char> >:: garply".
23341 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
23342 with respect to PR c++/1111; note also PR c++/1113.
23343 (test_template_breakpoints): KFAIL "constructor breakpoint" with
23344 respect to PR c++/1062.
23345 KFAIL "destructor breakpoint" with respect to PR c++/1112.
23346
6ece72da
DC
233472003-03-03 David Carlton <carlton@math.stanford.edu>
23348
23349 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
23350 with respect to PR c++/57.
23351 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
23352 c++/826.
23353 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
23354 respect to PR c++/57.
23355
85ca1584
DC
233562003-03-03 David Carlton <carlton@math.stanford.edu>
23357
23358 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
23359 respect to PR c++/33 into FAILs.
23360
98e9c5b8
MC
233612003-03-03 Michael Chastain <mec@shout.net>
23362
7bedbf27
MC
23363 * configure.in: Update copyright years.
23364
233652003-03-03 Michael Chastain <mec@shout.net>
23366
23367 * Makefile.in: Update copyright years.
98e9c5b8 23368
f683e100
DC
233692003-02-28 David Carlton <carlton@math.stanford.edu>
23370
23371 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
23372 print class instead of struct and/or superfluous protection
23373 specifiers, as long as the resulting output is equivalent to the
23374 source code.
23375 Delete FIXME from end of messages on tests that don't need
23376 fixing.
23377
a9e0cf2c
DC
233782003-02-28 David Carlton <carlton@math.stanford.edu>
23379
23380 * gdb.c++/templates.exp (do_tests): Allow const in the two
23381 Foo<volatile char *>::foo tests.
23382
e8d359df
MS
233832003-02-27 Michael Snyder <msnyder@redhat.com>
23384
d63a86f8 23385 * gdb.base/restore.c (main): Return zero, so exit code
e8d359df
MS
23386 will be consistant.
23387
0b71dc91
DC
233882003-02-26 David Carlton <carlton@math.stanford.edu>
23389
23390 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
23391 char *>::foo" test with respect to PR c++/33. Create a new test
23392 which is identical to that one except that it doesn't put the
23393 space between the "char" and the "*"; KFAIL it, too.
23394
dd14ab43
DC
233952003-02-26 David Carlton <carlton@math.stanford.edu>
23396
23397 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
23398 template types into either PASSes or KFAILs (corresponding to PR
23399 c++/57). Tweak indentation. Update copyright.
23400
1146c7f1
SC
234012003-02-23 Stephane Carrez <stcarrez@nerim.fr>
23402
23403 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
23404
74641dfb
MC
234052003-02-13 Michael Chastain <mec@shout.net>
23406
23407 * gdb.base/exprs.exp: Remove i960 remnants.
23408 * gdb.base/funcargs.exp: Likewise.
23409 * gdb.base/list.exp: Likewise.
23410 * gdb.base/ptype.exp: Likewise.
23411
559cd2d0
DC
234122003-02-14 David Carlton <carlton@math.stanford.edu>
23413
23414 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
23415 pEe->D::vg()" from XFAIL to KFAIL.
23416
c4f90d87
JM
234172003-02-13 Jason Molenda (jmolenda@apple.com)
23418
23419 * gdb.base/maint.exp: Update maint print statistics regexp to include
23420 new entries.
23421
cbc4d97c
MC
234222003-02-13 Michael Chastain <mec@shout.net>
23423
23424 * gdb.c++/inherit.exp: Remove call to get_debug_format.
23425
40f235b7
MC
234262003-02-12 Michael Chastain <mec@shout.net>
23427
23428 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
23429 * gdb.c++/inherit.exp: Likewise.
23430 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
23431 * gdb.c++/templates.exp: Likewise.
23432 * gdb.c++/virtfunc.exp: Likewise.
23433
c56716b0
JM
234342003-02-06 Jason Molenda (jason-cl@molenda.com)
23435
23436 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
23437 why the code is written that way.
23438
070afcf8
MC
234392003-02-05 Michael Chastain <mec@shout.net>
23440
23441 * gdb.base/dump.exp: Add missing copyright line.
23442
5d0331e5
JM
234432003-02-05 Jason Molenda (jason-cl@molenda.com)
23444
f7ae6d3e 23445 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
5d0331e5
JM
23446 at the beginning so the breakpoint doesn't get set on the loop.
23447
92851186
MC
234482003-02-05 Michael Chastain <mec@shout.net>
23449
23450 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
23451 output for configurations with gcc 2.95.3.
23452
cbf1e085
AC
234532003-02-05 Keith Seitz <keiths@redhat.com>
23454 Andrew Cagney <ac131313@redhat.com>
23455
23456 * gdb.mi/mi-cli.exp: New file.
d63a86f8 23457
29518e1e
MC
234582003-02-04 Michael Chastain <mec@shout.net>
23459
23460 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
23461 Call perror and then continue.
23462
5af1d5f3
MC
234632003-02-03 Michael Chastain <mec@shout.net>
23464
23465 * gdb.c++/pr-1023.cc: New file.
23466 * gdb.c++/pr-1023.exp: New file.
23467
6b549786
JB
234682003-02-05 Jim Blandy <jimb@redhat.com>
23469
23470 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
23471 it's local to foobar. Check for it there, and check that it's not
23472 present in main.
23473 * gdb.c++/local.cc (marker2): New function.
23474 (foobar): Call marker1.
23475 (main): Call marker2 instead of marker1.
23476
67f16606
AC
234772003-02-04 Andrew Cagney <ac131313@redhat.com>
23478
23479 * gdb.disasm/mn10200.exp: Obsolete file.
23480 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
23481 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
23482 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
23483
1c5cb38e
DC
234842003-02-04 David Carlton <carlton@math.stanford.edu>
23485
23486 * gdb.c++/overload.exp: Test intToChar(1).
23487 * gdb.c++/overload.cc (intToChar): New.
23488 (main): Call intToChar.
23489
d1fe6965
DC
234902003-02-03 David Carlton <carlton@math.stanford.edu>
23491
23492 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
23493 'might_kfail' arg.
23494 KFAIL some of the continue_to_bp_overloaded calls, according to
23495 PR c++/1025.
23496
9ba61c5d
MC
234972003-02-01 Michael Chastain <mec@shout.net>
23498
23499 * gdb.base/advance.c (marker1): New marker function.
23500 * gdb.base/advance.exp: When the 'advance' command lands on the
23501 return breakpoint, it can legitimately stop on either the
23502 current line or the next line. Accommodate both outcomes.
23503 * gdb.base/until.exp: Likewise.
23504
e7494ffb
AC
235052003-02-02 Andrew Cagney <ac131313@redhat.com>
23506
23507 2002-11-10 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
23508 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
23509 now a list, not a tuple.
23510 * gdb.mi/mi-var-display.exp: Ditto.
23511 * gdb.mi/gdb792.exp: Ditto.
e7494ffb 23512
075559bc
AC
235132003-02-01 Andrew Cagney <ac131313@redhat.com>
23514
23515 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
a9c64011
AS
23516 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
23517 stack backtraces.
23518 * gdb.mi/mi-syn-frame.c: Part of same.
075559bc 23519
2bd4c7b1
MK
235202003-02-01 Mark Kettenis <kettenis@gnu.org>
23521
23522 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
23523 gdb.mi/mi1-pthreads.exp: Return instead of calling
23524 gdb_suppress_entire_file.
23525
eabd8992
MS
235262003-02-01 Mark Salter <msalter@redhat.com>
23527
23528 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
23529
71469e2f
MS
235302003-01-31 Mark Salter <msalter@redhat.com>
23531
23532 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
23533 Support empty arg.
23534
38a94d44
MC
235352003-01-30 Michael Chastain <mec@shout.net>
23536
23537 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
23538 This was a workaround for a UTF-8 bug in readline 4.3. The bug
23539 has been fixed in gdb/readline on 2003-01-09.
23540
19ea9e73
MS
235412003-01-29 Michael Snyder <msnyder@redhat.com>
23542
e8d359df
MS
23543 * gdb.base/maint.exp: Allow for leading underscore in symbol.
23544 * gdb.base/display.exp: Allow for leading underscore in symbol.
19ea9e73
MS
23545 * gdb.base/args.exp: Skip if target does not support args passing.
23546
2307bd6a
DJ
235472003-01-22 Daniel Jacobowitz <drow@mvista.com>
23548
19ea9e73 23549 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
2307bd6a
DJ
23550 gdb_test. Accept a list of expect arguments as the third
23551 parameter.
23552 (gdb_test): Use it.
23553
f2dd3617
EZ
235542003-01-20 Elena Zannoni <ezannoni@redhat.com>
23555
23556 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
23557 allow for different test tree configurations. Update some
23558 tescases accordingly.
23559 * gdb.arch/altivec-regs.exp: Ditto.
23560 * gdb.asm/asm-source.exp: Ditto.
23561 * gdb.base/advance.exp: Ditto.
23562 * gdb.base/display.exp: Ditto.
d63a86f8 23563 * gdb.base/long_long.exp: Ditto.
f2dd3617
EZ
23564 * gdb.base/mips_pro.exp: Ditto.
23565 * gdb.base/overlays.exp: Ditto.
23566 * gdb.base/relocate.exp: Ditto.
23567 * gdb.base/setshow.exp: Ditto.
23568 * gdb.base/step-line.exp: Ditto.
23569 * gdb.base/step-test.exp: Ditto.
23570 * gdb.base/until.exp: Ditto.
23571 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
23572
c71cdefd
DC
235732003-01-17 David Carlton <carlton@math.stanford.edu>
23574
23575 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
23576 corresponding to PR c++/945.
23577 Update copyright.
23578
fdba05d7
DC
235792003-01-17 David Carlton <carlton@math.stanford.edu>
23580
23581 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
23582 corresponding to PR c++/68.
23583
235842003-01-17 David Carlton <carlton@math.stanford.edu>
d2b29e01
DC
23585
23586 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
23587 (test_paddr_hairy_functions): Call print_addr_2_kfail for
23588 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
23589
c362c33a
EZ
235902003-01-15 Elena Zannoni <ezannoni@redhat.com>
23591
0fbc361c
EZ
23592 * gdb.base/break.exp: Fix change of default location, because of
23593 removal of until tests.
23594 * gdb.base/help.exp: Update test for new 'until' help message.
23595 Add test for help on 'advance'.
a9c64011 23596 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
c362c33a 23597
dabf8a35
MK
235982003-01-15 Mark Kettenis <kettenis@gnu.org>
23599
23600 * gdb.base/default.exp: Adapt "info float" test for recent changes
23601 to that command. Add test for "info vector".
23602 * gdb.base/float.exp: New file. Add test for "info float" that
23603 resembles the old test in gdb.base/default.exp.
23604
a1769aca
DC
236052003-01-15 David Carlton <carlton@math.stanford.edu>
23606
23607 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
23608
82025e13
EZ
236092003-01-15 Elena Zannoni <ezannoni@redhat.com>
23610
23611 * gdb.base/break.exp: Move the tests of until command from here...
23612 * gdb.base/until.exp: ... to here. New file. Add other tests.
23613 * gdb.base/advance.c: New file.
23614 * gdb.base/advance.exp: New file.
23615
8f9ab801
EZ
236162003-01-14 Elena Zannoni <ezannoni@redhat.com>
23617
a9c64011
AS
23618 * gdb.base/args.c: New file.
23619 * gdb.base/args.exp: New file.
8f9ab801 23620
9ae66589
DJ
236212003-01-14 Daniel Jacobowitz <drow@mvista.com>
23622
23623 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
23624
8d77e5c3
DJ
236252003-01-14 Daniel Jacobowitz <drow@mvista.com>
23626
23627 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
23628
12d2f0a1
DJ
236292003-01-14 Daniel Jacobowitz <drow@mvista.com>
23630
23631 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
23632 dates.
23633
6ca37014
DJ
236342003-01-13 Daniel Jacobowitz <drow@mvista.com>
23635
23636 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
23637
b0023472
DJ
236382003-01-13 Daniel Jacobowitz <drow@mvista.com>
23639
23640 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
23641 (ptype &*"foo").
23642 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
23643
607fbc54 236442003-01-13 Daniel Jacobowitz <drow@mvista.com>
d6abaea5
DJ
23645
23646 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
23647 * gdb.mi/mi1-console.exp: Likewise.
23648
607fbc54 236492003-01-13 Daniel Jacobowitz <drow@mvista.com>
dfd536a7
DJ
23650
23651 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
23652 * gdb.mi/mi1-console.exp: Likewise.
23653
a1fb14a2
DJ
236542003-01-13 Daniel Jacobowitz <drow@mvista.com>
23655
23656 * gdb.c++/overload.exp: Remove some fixed XFAILs.
23657
c4cf40b7
DJ
236582003-01-09 Daniel Jacobowitz <drow@mvista.com>
23659
23660 * gdb.base/detach.exp: New test.
23661
696d5a5b
DJ
236622003-01-09 Daniel Jacobowitz <drow@mvista.com>
23663
23664 * Makefile.in (ALL_SUBDIRS): New variable.
23665 (subdirs, clean, distclean): Use it.
23666 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
23667 regenerating Makefile, since it is generated from the top level.
23668 * gdb.asm/Makefile.in: Likewise.
23669 * gdb.base/Makefile.in: Likewise.
23670 * gdb.c++/Makefile.in: Likewise.
23671 * gdb.disasm/Makefile.in: Likewise.
23672 * gdb.java/Makefile.in: Likewise.
23673 * gdb.mi/Makefile.in: Likewise.
23674 * gdb.threads/Makefile.in: Likewise.
23675 * gdb.trace/Makefile.in: Likewise.
23676
754533e4
DC
236772003-01-09 David Carlton <carlton@math.stanford.edu>
23678
23679 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
23680 Add copyright year 2003.
23681
d8b3e9ee
MC
236822003-01-06 Michael Chastain <mec@shout.net>
23683
23684 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
23685 When selecting a thread, 'line' and 'file' are optional.
23686 * gdb.mi/mi1-pthreads.exp: Likewise.
23687
8e9e0fe6
AS
236882003-01-06 Andreas Schwab <schwab@suse.de>
23689
23690 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
23691 failures.
23692
b5ab8ff3
DJ
236932003-01-04 Daniel Jacobowitz <drow@mvista.com>
23694
23695 Fix PR gdb/844
23696 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
23697 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
23698
23699 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
23700 instead of calling gdb_suppress_entire_file.
23701 * gdb.threads/print-threads.exp: Likewise.
23702 * gdb.threads/schedlock.exp: Likewise.
23703
23704 * gdb.threads/killed.exp: Return instead of calling
23705 gdb_suppress_entire_file.
23706 * gdb.threads/linux-dp.exp: Likewise.
23707 * gdb.threads/pthreads.exp: Likewise.
23708
1e698235
DJ
237092003-01-04 Daniel Jacobowitz <drow@mvista.com>
23710
23711 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
23712 stabs.
23713 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
23714 * gdb.base/whatis.exp: Always allow (void) after function names.
23715
147ff08c
DJ
237162003-01-04 Daniel Jacobowitz <drow@mvista.com>
23717
23718 * gdb.c++/casts.exp: Correct regexp.
23719
dc62bfc2
MK
237202003-01-04 Mark Kettenis <kettenis@gnu.org>
23721
23722 * configure.in: Call AC_CONFIG_HEADER. Don't call
23723 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
23724 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
23725 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
23726 aforementioned directories in the AC_OUPUT call.
23727 * config.hin: New file.
23728 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
23729 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
23730 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
23731 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
23732 pass -I$objdir instead of -I$objdir/$subdir in compilation.
23733 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
23734 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
23735 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
23736 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
23737 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
23738 gdb.threads/configure.in, gdb.threads/configure,
23739 gdb.threads/config.in, gdb.trace/configure.in,
23740 gdb.trace/configure: Removed.
23741
77afa639
MC
237422003-01-03 Michael Chastain <mec@shout.net>
23743
23744 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
23745 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
23746
7634bb6e
DJ
237472003-01-03 Daniel Jacobowitz <drow@mvista.com>
23748
23749 * gdb.base/store.exp: Fix regular expressions.
23750
b39c905e
MK
237512002-12-28 Mark Kettenis <kettenis@gnu.org>
23752
23753 * configure.in: Rewrite.
23754 * configure: Regenerated.
23755
0a8551dd
DC
237562003-01-03 David Carlton <carlton@math.stanford.edu>
23757
23758 * gdb.base/psymtab.exp: New file.
23759 * gdb.base/psymtab1.c: Ditto.
23760 * gdb.base/psymtab2.c: Ditto.
23761
c60b7188
AF
237622002-12-23 Adam Fedor <fedor@gnu.org>
23763
23764 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
23765
ee73db83
DC
237662002-12-23 David Carlton <carlton@math.stanford.edu>
23767
23768 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
23769 and current_directory initialization.
23770
d6c1774e
JB
237712002-12-22 Jim Blandy <jimb@redhat.com>
23772
f0a847b8
JB
23773 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
23774 rather than as part of the output file name.
23775
d6c1774e
JB
23776 * gdb.base/attach.exp: There's no need to copy the test program to
23777 /tmp; that was only ever necessary on HP/UX, and this test is
23778 entirely disabled there anyway.
23779
f0708dbb
JB
237802002-12-21 Jim Blandy <jimb@redhat.com>
23781
4c2acfea
JB
23782 * gdb.c++/psmang.exp: Doc fix.
23783
f0708dbb
JB
23784 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
23785 test.
23786
9579e000
DC
237872002-12-20 David Carlton <carlton@math.stanford.edu>
23788
23789 * gdb.c++/annota2.exp: KFAIL annotate-quit.
23790
d1810171
MC
237912002-12-18 Michael Chastain <mec@shout.net>
23792
23793 * gdb.c++/annota2.exp: Add copyright year 2002.
23794
76565097
DC
237952002-12-17 David Carlton <carlton@math.stanford.edu>
23796
23797 * gdb.c++/try_catch.cc: Add marker comments.
23798 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
23799 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
23800 * gdb.c++/m-static.cc: Ditto.
23801 * gdb.c++/m-static1.cc: Ditto.
23802 * gdb.c++/try_catch.cc: Ditto.
23803
da81390b
JJ
238042002-12-16 Jeff Johnston <jjohnstn@redhat.com>
23805
23806 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
23807 to see whether we are using the new -environment-directory
23808 command which resets via -r or the old version of the command
23809 which may prompt the user. Part of fix for gdb/741.
23810
b304d130
AC
238112002-12-13 Andrew Cagney <ac131313@redhat.com>
23812
23813 * gdb.fortran/types.exp: Update obsolete comment.
23814 * gdb.fortran/exprs.exp: Ditto.
23815 * lib/gdb.exp: Delete obsolete code.
23816 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
23817 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
23818 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
23819 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
23820 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
23821 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
23822 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
23823 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
23824 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
23825 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
23826 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
23827 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
23828 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
23829 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
23830 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
23831 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
23832 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
23833 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
23834 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
23835 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
23836 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
23837 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
23838 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
23839 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
23840 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
23841 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
23842 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
23843 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
23844 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
23845 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
23846 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
23847 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
23848 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
23849 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
23850 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
23851 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
23852 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
23853
a23b6e6a
DC
238542002-12-11 David Carlton <carlton@math.stanford.edu>
23855
23856 * gdb.c++/m-data.exp: Add test for members that shadow global
23857 variables: see PR gdb/804.
23858 * gdb.c++/m-data.cc: Ditto.
23859
6604731b
DJ
238602002-12-10 Daniel Jacobowitz <drow@mvista.com>
23861
23862 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
23863
de46ecd7
DC
238642002-12-06 David Carlton <carlton@math.stanford.edu>
23865
23866 * gdb.base/store.c: Don't declare functions static.
23867
27e829d0
AC
238682002-12-04 Andrew Cagney <ac131313@redhat.com>
23869
23870 * gdb.base/store.exp, gdb.base/store.c: New files.
23871
92806416
DJ
238722002-12-03 Daniel Jacobowitz <drow@mvista.com>
23873
23874 * gdb.base/selftest.exp: Update for current gdb.
23875
3bcbaac5
DJ
238762002-12-03 Daniel Jacobowitz <drow@mvista.com>
23877
23878 * gdb.base/maint.exp: Only dump symbols from one source file
23879 or objfile.
23880
f4f00b1f
DJ
238812002-12-03 Daniel Jacobowitz <drow@mvista.com>
23882
23883 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
23884 function call.
23885
f1c8a949
JB
238862002-11-25 Jim Blandy <jimb@redhat.com>
23887
23888 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
23889 function appearing in error message.
23890
9e297a97
DJ
238912002-11-21 Daniel Jacobowitz <drow@mvista.com>
23892
23893 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
23894
1f312e79
JJ
238952002-11-08 Jeff Johnston <jjohnstn@redhat.com>
23896
d63a86f8
RM
23897 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
23898 for mi1 and current mi is in correct format. New mi startup message
1f312e79
JJ
23899 should be in mi console format. This is part of fix for PR gdb/604.
23900
83c31e7d
FN
239012002-09-18 Fernando Nasser <fnasser@redhat.com>
23902
23903 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
23904 which explicitly prints the zero offset as "+0".
23905
322b3f65
DJ
239062002-10-22 Daniel Jacobowitz <drow@mvista.com>
23907
23908 * gdb.threads/schedlock.c (args): Make unsigned.
23909
239102002-10-21 Daniel Jacobowitz <drow@mvista.com>
23911
23912 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
23913 numbers. Allow "foo2|selected stack frame".
23914 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
23915 * gdb.asm/asmsrc2.s: Likewise.
23916 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
23917 comments.
23918 * gdb.asm/mips.inc: New file.
23919
5e2fe5b8
AF
239202002-10-18 Adam Fedor <fedor@gnu.org>
23921
23922 * gdb.base/default.exp: Update expected output to include 'ObjC'.
23923 * gdb.base/help.exp: Likewise.
23924
abe1a5d0
KB
239252002-10-17 Kevin Buettner <kevinb@redhat.com>
23926
23927 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
23928 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
23929
10abb1d4
JB
239302002-10-02 Jim Blandy <jimb@redhat.com>
23931
23932 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
23933
1f609b42
AC
239342002-10-01 Andrew Cagney <ac131313@redhat.com>
23935
23936 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
23937 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
23938 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
23939 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
23940 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
23941 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
23942 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
23943
0aee02e4
AC
239442002-09-29 Andrew Cagney <ac131313@redhat.com>
23945
23946 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
23947 * mi0-disassemble.exp, mi0-eval.exp: Delete.
23948 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
23949 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
23950 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
23951 * mi0-var-block.exp, mi0-var-child.exp: Delete.
23952 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
d63a86f8 23953
6fde09ad
KB
239542002-09-27 Kevin Buettner <kevinb@redhat.com>
23955
23956 * gdb.base/annota1.exp (info break): Make directory components of
23957 path optional since not all compilers emit this debug information.
23958
889bf7c5
PA
23959 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
23960 step ends up stepping out of the function instead of stopping on
23961 the epilogue.
6fde09ad 23962
9e8aab75
KS
239632002-09-26 Keith Seitz <keiths@redhat.com>
23964
23965 * lib/insight-support.exp (gdbtk_start): Figure out where
23966 the insight executable is based on where gdb is. Use this
23967 executable to start insight instead of gdb.
23968
e36180d7
AC
239692002-09-25 Andrew Cagney <cagney@redhat.com>
23970
23971 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
23972
9dd34b2b
AC
239732002-09-24 Andrew Cagney <ac131313@redhat.com>
23974
23975 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
23976 test_isolated_complaints.
23977 (test_empty_complaint): New function.
23978 (test_empty_complaints): New function. Check no output when no
23979 complaints.
d63a86f8 23980
dea97812
KB
239812002-09-19 Jim Blandy <jimb@redhat.com>
23982
a9c64011 23983 * gdb.base/charset.exp, gdb.base/charset.c: New files.
dea97812 23984
54951bd7
AC
239852002-09-19 Andrew Cagney <ac131313@redhat.com>
23986
23987 * gdb.gdb/complaints.exp: New file.
23988
dec43320
AC
239892002-09-18 Andrew Cagney <ac131313@redhat.com>
23990
23991 * gdb.base/maint.exp: Check `help maint internal-warning'.
23992
e70d6e3f
DC
239932002-09-18 David Carlton <carlton@math.stanford.edu>
23994
23995 * gdb.c++/m-static.exp: Remove breakpoints depending on line
23996 numbers, and replace them by a single breakpoint after the
23997 constructors are all finished.
23998 Add test 4.
23999 * gdb.c++/m-static.cc: Add test 4.
24000 * gdb.c++/m-static.h: New file.
24001 * gdb.c++/m-static1.cc: New file.
24002
24003 * gdb.c++/printmethod.exp: New file.
24004 * gdb.c++/printmethod.cc: New file.
24005
24006 * gdb.c++/pr-574.exp: New file.
24007 * gdb.c++/pr-574.cc: New file.
24008
afb5c968
CV
240092002-09-18 Corinna Vinschen <vinschen@redhat.com>
24010
24011 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
24012 embedded targets which never actually exit.
24013
31e45dee
FN
240142002-09-18 Fernando Nasser <fnasser@redhat.com>
24015
24016 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
24017 "don't step after run" as unresolved or unsupported, instead of xfail.
24018
a283c5a1
CV
240192002-09-18 Corinna Vinschen <vinschen@redhat.com>
24020
24021 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
24022 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
24023 Add newline to expected string in "step out of main (status wrapper)"
24024 case.
24025
11350d2a
CV
240262002-09-18 Corinna Vinschen <vinschen@redhat.com>
24027
24028 * lib/gdb.exp (rerun_to_main): Allow restarting application.
24029 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
24030
0deec7d6
TT
240312002-09-17 Tom Tromey <tromey@redhat.com>
24032
24033 * gdb.base/printcmds.exp (test_print_string_constants): Expect
24034 \000, not \0, in double-quoted string.
24035
b2b4a1b5
CV
240362002-09-14 Corinna Vinschen <vinschen@redhat.com>
24037
c9d37158 24038 * gdb.base/commands.exp: Don't expect a "Program exited normally"
b2b4a1b5
CV
24039 string after running the commands execution on breakpoint tests.
24040
1c56143a
CV
240412002-09-13 Corinna Vinschen <vinschen@redhat.com>
24042
24043 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
24044
37f8da45
JB
240452002-09-12 Joel Brobecker <brobecker@gnat.com>
24046
24047 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
24048
08b468e0
KS
240492002-09-10 Keith Seitz <keiths@redhat.com>
24050
24051 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
24052 runto proc.
24053 (mi_run_to_main): Use mi_runto.
24054 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
24055
dc360f58
KS
240562002-09-10 Keith Seitz <keiths@redhat.com>
24057
24058 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
24059 regexp for stopping at main. Could have multiple event notifications.
24060 Don't assume that main was declared with no parameters.
24061 (mi_next): Use mi_step_to.
24062 (mi_step): Use mi_next_to.
24063
ce3abcfb
CV
240642002-09-09 Corinna Vinschen <vinschen@redhat.com>
24065
24066 * gdb.base/default.exp: Fix expected string in `info float' test.
24067
d1f5b980
BE
240682002-09-09 Ben Elliston <bje@redhat.com>
24069
24070 * config/mips.exp: Update comments.
24071 * config/mips-idt.exp: Likewise.
24072 * config/nind.exp: Likewise.
24073 * config/slite.exp: Likewise.
24074 * config/sparclet.exp: Likewise.
24075 * config/udi.exp: Likewise.
24076 * config/vx.exp: Likewise.
24077 * config/vxworks29k.exp: Likewise.
24078
2f71430b
JB
240792002-09-05 Jim Blandy <jimb@redhat.com>
24080
24081 * gdb.threads/killed.exp: Fix test failure message.
24082
7ddebc7e
KS
240832002-09-04 Keith Seitz <keiths@redhat.com>
24084
24085 * lib/mi-support.exp: Update copyright.
24086 (mi_gdb_test): Increase the priority of the expected pattern
24087 so that it matches gdb_test.
24088
0ae67eb3
KS
240892002-09-03 Keith Seitz <keiths@redhat.com>
24090
24091 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
24092 Use integer comparison instead of string comparison for testing
24093 whether binary was built.
24094
38fc42c8
JB
240952002-09-03 Jim Blandy <jimb@redhat.com>
24096
24097 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
24098
b6ff0e81
JB
240992002-08-29 Jim Blandy <jimb@redhat.com>
24100
24101 * gdb.threads/pthreads.exp: Move the portable thread compilation
24102 code into a function in lib/gdb.exp, and call that from here.
24103 * lib/gdb.exp (gdb_compile_pthreads): New function.
24104
07c98896
KS
241052002-08-29 Keith Seitz <keiths@redhat.com>
24106
24107 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
24108 expect_out so that callers can get at it.
24109
0312286c
DJ
241102002-08-23 Daniel Jacobowitz <drow@mvista.com>
24111
24112 * gdb.threads/print-threads.c: New file.
24113 * gdb.threads/print-threads.exp: New file.
24114 * gdb.threads/schedlock.c: New file.
24115 * gdb.threads/schedlock.exp: New file.
24116
dd039bc4
EZ
241172002-08-22 Elena Zannoni <ezannoni@redhat.com>
24118
a9c64011
AS
24119 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
24120 not altivec.c.
dd039bc4 24121
1f36144c
MK
241222002-08-17 Mark Kettenis <kettenis@gnu.org>
24123
24124 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
24125 targets. The problem should be fixed now.
24126
16057ec7 241272002-08-15 Mark Kettenis <kettenis@gnu.org>
5415e7c5
MK
24128
24129 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
24130 2002-07-24 change that removes final dots from error messages.
24131
3c1499ad
TT
241322002-08-13 Tom Tromey <tromey@redhat.com>
24133
24134 * gdb.base/readline.exp: New file.
24135
a20ce2c3
AC
241362002-08-01 Andrew Cagney <ac131313@redhat.com>
24137
24138 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
24139 supress message.
24140
db034ac5
AC
241412002-08-01 Andrew Cagney <cagney@redhat.com>
24142
24143 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
24144 CHILL_FOR_TARGET and CHILL_LIB.
24145 * configure.in (configdirs): Remove gdb.chill.
24146 * configure: Regenerate.
24147 * lib/gdb.exp: Obsolete references to chill.
24148 * gdb.fortran/types.exp: Ditto.
24149 * gdb.fortran/exprs.exp: Ditto.
24150
3e000b18
KB
241512002-07-30 Kevin Buettner <kevinb@redhat.com>
24152
24153 * gdb.base/shlib-call.exp (additional_flags): Conditionally
24154 set Irix-specific compile and link flags.
24155
28f4966b
KB
241562002-07-29 Kevin Buettner <kevinb@redhat.com>
24157
24158 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
24159 source files. The ``-o'' option doesn't work with the ``-E'' option
24160 when using the Irix compiler.
24161
46c0d5a6
DJ
241622002-07-19 Daniel Jacobowitz <drow@mvista.com>
24163
24164 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
24165 Improve support for reusing an exec file. Copy exec file
24166 to target, and run gdbserver on the target instead of on the host.
24167
eecf4bed
JB
241682002-07-18 Jim Blandy <jimb@redhat.com>
24169
0f815cdf
JB
24170 * gdb.base/ending-run.exp: Don't expect to see the program end in
24171 some orderly fashion when we're running on a real stand-alone
24172 board.
24173
eecf4bed
JB
24174 * gdb.base/interrupt.exp: Correct logic for skipping tests on
24175 targets that don't support interrupts.
24176
52d309e4
JB
241772002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
24178
24179 * gdb.base/attach.exp: Add patterns to match output from /proc-based
24180 systems.
24181 Move comments in expect statements to inside the actions, so that they
24182 don't get matched against.
24183
ff683d9e
MK
241842002-07-10 Mark Kettenis <kettenis@gnu.org>
24185
24186 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
24187 function when asleep" test.
24188
b5356753
AC
241892002-07-10 Andrew Cagney <ac131313@redhat.com>
24190
24191 * gdb.base/page.exp: Rewrite to handle problems with very long
24192 `info set' output. Update copyright.
24193
6aa4d13a
AC
241942002-06-26 Andrew Cagney <ac131313@redhat.com>
24195
24196 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
24197 gdb.threads-hp.
24198 * gdb.hp/configure: Regenerate.
24199 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
24200 * gdb.hp/gdb.threads-hp/configure: Delete file.
24201 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
24202
8cf8c2b8
AC
242032002-06-22 Andrew Cagney <ac131313@redhat.com>
24204
24205 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
24206 setlocale, bindtextdomain and textdomain.
24207
6827a8f8
JB
242082002-06-11 Jim Blandy <jimb@redhat.com>
24209
919d772c
JB
24210 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
24211 preprocessor macro information is present.
24212
6827a8f8
JB
24213 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
24214 tests.
24215
c15b0d21
MS
242162002-06-06 Michael Snyder <msnyder@redhat.com>
24217
c5984d70
MS
24218 * gdb.base/overlays.exp: Record addresses of overlay
24219 functions in TCL variables rather than in GDB variables,
24220 to avoid having GDB convert them to pointers (with loss
24221 of information).
24222
d63a86f8 24223 * gdb.base/d10v.ld: Merge in several years worth of
99a8512b 24224 default linker script changes.
c15b0d21
MS
24225 * gdb.base/long_long.exp: Add check for sizeof (long double).
24226
be26fe0d
ML
242272002-06-06 Michal Ludvig <mludvig@suse.cz>
24228
24229 * gdb.asm/asm-source.exp: Add x86-64 target.
24230 * gdb.asm/x86_64.inc: New.
d63a86f8 24231
258093ca 242322002-05-30 Michael Chastain <mec@shout.net>
258093ca 24233
4b3153f1 24234 From Benjamin Kosnik <bkoz@redhat.com>:
258093ca
MC
24235 * gdb.c++/m-static.cc: New file.
24236 * gdb.c++/m-static.exp: New file.
24237
241264c6
MS
242382002-05-28 Michael Snyder <msnyder@redhat.com>
24239
24240 * gdb.base/call-ar-st.exp: Allow for reduced floating point
24241 precision.
24242
9bba8c8f 242432002-05-27 Michael Chastain <mec@shout.net>
71ea1be0 24244
4b3153f1 24245 From Benjamin Kosnik <bkoz@redhat.com>:
71ea1be0
MC
24246 * gdb.c++/m-data.cc: New file.
24247 * gdb.c++/m-data.exp: New file.
24248
242492002-05-27 Michael Chastain <mec@shout.net>
9bba8c8f 24250
4b3153f1 24251 From Benjamin Kosnik <bkoz@redhat.com>:
9bba8c8f 24252 * gdb.c++/try_catch.cc: New file.
d63a86f8 24253 * gdb.c++/try_catch.exp: New file.
9bba8c8f 24254
def1b996
MC
242552002-05-27 Michael Chastain <mec@shout.net>
24256
24257 * gdb.c++/local.exp: Accept more nested types in output.
24258
522ba268
MC
242592002-05-26 Michael Chastain <mec@shout.net>
24260
24261 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
24262
277254ba
MS
242632002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
24264
24265 * lib/gdb.exp (gdb_wrapper_init): Just because
24266 gdb_wrapper_file exists, this does not mean that the file
24267 should not be rebuilt. That is what gdb_wrapper_initialized
24268 is for.
24269 (default_gdb_init): Reset gdb_wrapper_initialized.
24270
b61a8733
MS
242712002-05-23 Michael Snyder <msnyder@redhat.com>
24272
d63a86f8 24273 * gdb.base/all-bin.exp: Revise previous patch by just reducing
5bdb6d01
MS
24274 the precision of the floating point test results.
24275 * gdb.base/call-rt-st.exp: Ditto.
24276
b61a8733
MS
24277 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
24278 * gdb.base/call-rt-st.exp: Ditto.
24279
56f6e910
MC
242802002-05-19 Michael Chastain <mec@shout.net>
24281
24282 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
24283
ad0b0016
EZ
242842002-05-19 Elena Zannoni <ezannoni@redhat.com>
24285
a9c64011
AS
24286 * configure.in (configdirs): Add gdb.arch.
24287 * configure: Regenerate.
ad0b0016 24288
f617d2b6
JB
242892002-05-17 Jim Blandy <jimb@redhat.com>
24290
24291 * gdb.base/completion.exp: Recognize the more detailed error
24292 messages produced by the macro expander's lexical analyzer.
24293
eac2a696
EZ
242942002-05-14 Elena Zannoni <ezannoni@redhat.com>
24295
a9c64011
AS
24296 * gdb.arch/altivec-abi.c: New file.
24297 * gdb.arch/altivec-abi.exp: New file.
24298 * gdb.arch/altivec-regs.c: New file.
24299 * gdb.arch/altivec-regs.exp: New file.
eac2a696 24300
2fdde8f8
DJ
243012002-05-14 Daniel Jacobowitz <drow@mvista.com>
24302
24303 * gdb.base/maint.exp (maint print type): Update for new type
24304 structure.
d63a86f8 24305
e31f1a7c
EZ
243062002-05-14 Elena Zannoni <ezannoni@redhat.com>
24307
24308 * gdb.arch: New directory.
24309 * gdb.arch/configure.in: New file.
24310 * gdb.arch/configure: New file.
24311 * gdb.arch/Makefile.in: New file.
24312
db589741
CV
243132002-05-13 Corinna Vinschen <vinschen@redhat.com>
24314
24315 * gdb.asm/asm-source.exp: Add v850 as supported target.
24316 * gdb.asm/v850.inc: New file.
24317
8ce2a7dc
DJ
243182002-05-13 Daniel Jacobowitz <drow@mvista.com>
24319
24320 * gdb.c++/annota2.exp (annotate-quit): Add comment.
24321
df763c7f
DJ
243222002-05-12 Daniel Jacobowitz <drow@mvista.com>
24323
24324 * gdb.base/break.exp: Check 'break "marker2"'.
24325
377daeed
MS
243262002-05-10 Michael Snyder <msnyder@redhat.com>
24327
24328 * gdb.base/long_long.exp: Fix typo.
24329
c4b7bc2b
JB
243302002-05-10 Jim Blandy <jimb@redhat.com>
24331
ecac9a4e
JB
24332 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
24333 a bug.
24334
c4b7bc2b
JB
24335 * gdb.base/printcmds.exp (test_integer_literals_rejected):
24336 Recognize more detailed error message produced by the macro
24337 expander's lexical analyzer.
24338 * lib/gdb.exp (test_print_reject): Same.
24339
e71019a1
MK
243402002-05-09 Mark Kettenis <kettenis@gnu.org>
24341
24342 * gdb.c++/method.exp: Fix typo.
24343
fedfc8e6
MS
243442002-05-08 Michael Snyder <msnyder@redhat.com>
24345
166a1957
MS
24346 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
24347 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
fedfc8e6 24348 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
35928259
MS
24349 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
24350 Add iftarget clause for strongarm.
d63a86f8 24351
f1c47eb2
MS
243522002-05-06 Michael Snyder <msnyder@redhat.com>
24353
cb9a9d3e
MS
24354 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
24355 (gdb_continue_to_end): Accept output from status wrapper.
24356 * gdb.base/ending-run.exp: Add case for output from status wrapper.
24357 Clean up fail messages to match pass messages.
24358
f1c47eb2
MS
24359 Enable the "needs_status_wrapper" testsuite feature.
24360 * lib/gdb.exp (gdb_wrapper_init): New procedure.
24361 (gdb_compile): Conditionally call gdb_wrapper_init.
24362 * gdb.base/a2-run.exp: Recognize output from status wrapper.
24363 * gdb.c++/method.exp: Recognize output from status wrapper.
24364
6079c749
BE
243652002-05-06 Ben Elliston <bje@redhat.com>
24366From Graydon Hoare <graydon@redhat.com>
24367
24368 * config/sid.exp: Include support for "rawsid" protocol.
24369
188baff3
JB
243702002-05-03 Jim Blandy <jimb@redhat.com>
24371
24372 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
24373 * gdb.c++/hang3.C: New file.
24374
b9c07f0f
AC
243752002-05-04 Andrew Cagney <ac131313@redhat.com>
24376
24377 * gdb.base/default.exp: Remove obsolete code.
24378 * gdb.c++/misc.exp: Ditto. Update copyright.
24379 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
24380 * gdb.base/whatis.exp: Ditto. Update copyright.
24381 * gdb.base/scope.exp: Ditto. Update copyright.
24382 * gdb.base/ptype.exp: Ditto. Update copyright.
24383 * gdb.base/printcmds.exp: Ditto. Update copyright.
24384 * gdb.base/opaque.exp: Ditto. Update copyright.
24385 * gdb.base/list.exp: Ditto.
24386 * gdb.base/funcargs.exp: Ditto. Update copyright.
24387 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
24388 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
24389 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
24390 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
24391 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
24392 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
24393
5c7a0397
MS
243942002-05-02 Michael Snyder <msnyder@redhat.com>
24395
d6dcc264 24396 * gdb.base/watchpoint.exp: Add xscale target.
5c7a0397
MS
24397 * gdb.base/long_long.exp: Add xscale target.
24398 * gdb.base/default.exp: Add xscale target.
24399
eb7f1c48
JB
244002002-05-01 Jim Blandy <jimb@redhat.com>
24401
24402 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
24403 gdb.c++/hang.exp: New test.
24404
a6befae8
FF
244052002-05-01 Fred Fish <fnf@redhat.com>
24406
24407 * gdb.base/completion.exp: Handle completions of "./Make" for
24408 more than one completion possibility, as is the case when we
24409 build and test in the source tree.
24410
0a310277
AG
244112002-04-29 Anthony Green <green@redhat.com>
24412
24413 * gdb.java/jmisc1.exp: New file.
24414 * gdb.java/jmisc2.exp: New file.
24415
6ff9af88
DJ
244162002-04-24 Daniel Jacobowitz <drow@mvista.com>
24417
24418 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
24419
96b3d632
EZ
244202002-04-23 Elena Zannoni <ezannoni@redhat.com>
24421
24422 * gdb.base/help.exp: Change 'help status' to allow for target
24423 dependent output differences.
24424
5019bb54
MC
244252002-04-22 Michael Chastain <mec@shout.net>
24426
24427 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
24428
a805a116
MC
244292002-04-22 Michael Chastain <mec@shout.net>
24430
24431 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
24432
a1706bfd
DM
244332002-04-17 David S. Miller <davem@redhat.com>
24434
24435 * gdb.asm/sparc64.inc: New file.
24436 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
24437
a73a20a2
EZ
244382002-04-19 Elena Zannoni <ezannoni@redhat.com>
24439
24440 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
24441 instruction file directly into the build tree. Clean up at end of
24442 test.
24443
ba678339
DM
244442002-04-18 David S. Miller <davem@redhat.com>
24445
24446 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
24447 handle 64-bit platforms correctly.
24448 * gdb.base/maint.exp: Likewise.
24449
b03399da
KB
244502002-04-18 Kevin Buettner <kevinb@redhat.com>
24451
24452 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
24453 ``-fpic'' when compiling files comprising a shared library, but
24454 it does need additional linker flags in order to find shared
24455 libraries at run time.
24456
e2004992
KB
244572002-04-18 Kevin Buettner <kevinb@redhat.com>
24458
24459 * gdb.base/cvexpr.c (use): New function.
24460 (main): Invoke use() on all global variables to prevent
24461 some linkers from deleting these otherwise unused symbols.
24462
d8937120
MC
244632002-04-17 Michael Chastain <mec@shout.net>
24464From David S. Miller <davem@redhat.com>
24465
24466 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
24467 handle 64-bit platforms correctly.
24468
ffd61a58
MS
244692002-04-12 Michael Snyder <msnyder@redhat.com>
24470From Jim Blandy <jimb@redhat.com>
a9c64011 24471 * gdb.base/foo.c (foox): Remove section attribute; the linker
ffd61a58
MS
24472 script can handle this instead.
24473 * gdb.base/bar.c (barx): Same.
24474 * gdb.base/baz.c (bazx): Same.
24475 * gdb.base/grbx.c (grbxx): Same.
24476
24477 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
24478 manager doesn't automatically unmap overlays unnecessarily.
24479
6b8426a6
MH
244802002-04-10 Martin M. Hunt <hunt@redhat.com>
24481
24482 * gdb.base/ending-run.exp: Fix pattern for Mips targets
24483 stepping out of main.
24484
34af4875
MC
244852002-04-09 Michael Chastain <mec@shout.net>
24486
24487 * gdb.c++/local.cc (main): Move call to marker1() inside nested
24488 scope so that the nested scope tests will make sense.
24489 * gdb.c++/local.exp: Write patterns that actually work with gcc
24490 (the HP patterns "were never known to work with gcc").
24491 Keep the old aCC patterns too.
24492
2d1676a0
DJ
244932002-04-09 Daniel Jacobowitz <drow@mvista.com>
24494
24495 * gdb.base/attach.exp: Correct target board test.
24496
3a63e3f9
MC
244972002-04-08 Michael Chastain <mec@shout.net>
24498
24499 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
24500 in a const method. Add some xfail and fail cases for configurations
24501 that do not emit the "const ...".
24502
f18dabd2
MC
245032002-04-07 Michael Chastain <mec@shout.net>
24504
24505 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
24506 Accept "A * const" and "const A * const" as type of "this".
24507 Fix spelling of getFunky throughout. Make messages uniform.
24508
0fcddd82
EZ
245092002-04-07 Elena Zannoni <ezannoni@redhat.com>
24510
a9c64011 24511 Work around for PR gdb/285:
0fcddd82
EZ
24512 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
24513
16a8534a
EZ
245142002-04-07 Elena Zannoni <ezannoni@redhat.com>
24515
24516 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
24517 instructions file at run time instead of configure time.
24518 Sometimes we run the test in a directory that is not the one we
24519 configured in.
24520 * gdb.asm/configure.in: Delete creation of symlink.
24521 * gdb.asm/configure: Regenerate.
24522
24181d81
JB
245232002-04-05 J. Brobecker <brobecker@gnat.com>
24524
24525 * gdb.gdb/xfullpath.exp: New test, to exercise the new
24526 xfullpath () function.
24527
7cdb7107
DJ
245282002-04-04 Daniel Jacobowitz <drow@mvista.com>
24529
24530 * gdb.asm/Makefile.in: Correct dependencies.
24531
24532 * gdb.asm/powerpc.inc: New file.
24533 * gdb.asm/asm-source.exp: Add PowerPC.
24534 * gdb.asm/configure.in: Likewise.
24535 * gdb.asm/configure: Regenerated.
24536
a7d17088
DJ
245372002-04-04 Daniel Jacobowitz <drow@mvista.com>
24538
24539 * gdb.base/relocate.exp: New file.
24540 * gdb.base/relocate.c: New file.
24541
cd721503
FF
245422002-04-04 Fred Fish <fnf@redhat.com>
24543
24544 * gdb.base/step-test.exp: Update comment regarding stopping in
24545 memcpy/bcopy calls inserted as part of the compiler runtime.
24546
b22ad7a7
MS
245472002-04-04 Michael Snyder <msnyder@redhat.com>
24548
24549 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
24550
5f279fa6
DJ
245512002-04-03 Daniel Jacobowitz <drow@mvista.com>
24552
24553 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
24554 (gdb_expect): Remove $notransfer hack.
24555
dd0fd3ce
DJ
245562002-04-02 Daniel Jacobowitz <drow@mvista.com>
24557
24558 * gdb.c++/classes.exp ("calling method for small class"): Match
24559 updated register output.
24560
1e50cda1
DJ
245612002-03-30 Daniel Jacobowitz <drow@mvista.com>
24562
24563 Fix PR gdb/452
24564 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
24565 when finished. Make gdb_file_cmd send "exec-file" when
24566 appropriate.
24567
24015922
DJ
245682002-03-30 Daniel Jacobowitz <drow@mvista.com>
24569
24570 * gdb.base/attach.exp: Remove extra setup_xfail.
24571
dd7dfd64
MS
245722002-03-26 Michael Snyder <msnyder@redhat.com>
24573
24574 * gdb.base/default.exp: Add tests for dump, append, and restore.
24575 * gdb.base/help.exp: Add tests for dump, append, and restore.
24576 * gdb.base/dump.exp: New file, test dump, append and restore.
24577 * gdb.base/dump.c: New file.
24578
48b2f8d7
MS
245792002-03-27 Michael Snyder <msnyder@redhat.com>
24580
d63a86f8 24581 * gdb.base/help.exp: Modify expect strings to reflect
48b2f8d7
MS
24582 clean-ups in help messages.
24583
05b4d525
FF
245842002-03-26 Fred Fish <fnf@redhat.com>
24585
24586 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
24587 have debugging info for those functions and the compiler uses them
24588 internally to copy structs around.
24589
d7679631
FF
245902002-03-26 Fred Fish <fnf@redhat.com>
24591
24592 * gdb.base/list.exp: Revert the change made yesterday and add note
24593 about why we don't list the default lines for remote targets.
24594
523ac3f9
MS
245952002-03-25 Michael Snyder <msnyder@redhat.com>
24596
24597 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
24598
754b2b8d
FF
245992002-03-25 Fred Fish <fnf@redhat.com>
24600
24601 * gdb.base/list.exp: This test works on remote targets so remove
24602 the short circuit for remote targets. Update copyright.
24603
33c3e192
FF
246042002-03-25 Fred Fish <fnf@redhat.com>
24605
24606 * gdb.base/attach.exp: Fix logic error that was suppressing this
24607 test for all non hppa*-*-hpux* targets, instead of the hp target.
24608 Move comments closer to the suppression point. Also now need to
24609 check that we are running natively.
24610
d43e73ee
MS
246112002-03-22 Michael Snyder <msnyder@redhat.com>
24612
882c8f02
MS
24613 * gdb.base/default.exp: Add test for gcore. Update copyright.
24614 * gdb.base/help.exp: Add test for gcore. Update copyright.
d43e73ee 24615
04c12f60
FF
246162002-03-06 Fred Fish <fnf@redhat.com>
24617
24618 * gdb.base/funcargs.c: Remove extraneous ';' character.
24619 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
24620
b43df995
MC
246212002-03-04 Michael Chastain <mec@shout.net>
24622
24623 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
24624 accommodate gcc v3 function signature.
24625 * gdb.mi/mi0-var-cmd-exp: Ditto.
24626
92362027
AC
246272002-02-24 Andrew Cagney <ac131313@redhat.com>
24628
24629 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
24630 ``GNU/Linux'' or ``Linux kernel''
24631 * testsuite/gdb.threads/pthreads.c: Ditto.
24632
258ad32d
MC
246332002-02-24 Michael Chastain <mec@shout.net>
24634
24635 * gdb.threads/pthreads.c (thread1): Add a return statement.
24636 (thread2): Likewise.
24637 (foo): Likewise.
24638
04c3b3d4
MC
246392002-02-23 Michael Chastain <mec@shout.net>
24640
24641 * gdb.threads/linux-dp.c (philosopher): Add a return statement
24642 to placate gcc.
24643
5a2a0a20
MC
246442002-02-23 Michael Chastain <mec@shout.net>
24645
24646 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
24647 test "ptype bint". The test passes on all my stabs configurations.
24648
a640f7fc
JB
246492002-02-21 Jim Blandy <jimb@redhat.com>
24650
27924826
JB
24651 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
24652 filename at a time, and watch for the ones we want to see.
24653
a640f7fc
JB
24654 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
24655 types of pointers to prototyped functions.
24656
edcc8c75
AC
246572002-02-20 Andrew Cagney <ac131313@redhat.com>
24658
24659 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
24660 signed, unsigned and straight char.
24661 (padding_char, padding_short, padding_int, padding_long,
24662 padding_long_long, padding_float, padding_double,
24663 padding_long_double): New global variables.
24664 (fill, fill_structs): New functions.
24665
24666 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
24667 for correctly sized writes. Update copyright.
24668 (get_valueof): New procedure.
24669 (get_sizeof): Call get_valueof.
24670 (check_valueof): New procedure.
24671 (check_padding): New procedure.
24672
ac57ea44
MC
246732002-02-20 Michael Chastain <mec@shout.net>
24674
24675 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
24676 to setup_xfail. Document some of the remaining calls.
24677
7a10c941
MC
246782002-02-18 Michael Chastain <mec@shout.net>
24679
24680 * gdb.c++/userdef.exp: Update copyright year.
24681
fb8acdcc
DJ
246822002-02-18 Daniel Jacobowitz <drow@mvista.com>
24683
24684 * gdb.c++/userdef.exp: Test overloaded operators properly.
24685 Remove xfails.
24686
fda6ae12
MS
246872002-02-14 Michael Snyder <msnyder@redhat.com>
24688
24689 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
24690
676a0442
DJ
246912002-02-14 Daniel Jacobowitz <drow@mvista.com>
24692
24693 * gdb.base/a2-run.exp: Check for a remote target properly.
24694 * gdb.base/annota1.exp: Likewise.
24695 * gdb.base/list.exp: Likewise.
24696 * gdb.base/reread.exp: Likewise.
24697 * gdb.base/scope.exp: Likewise.
24698 * gdb.base/shlib-call.exp: Likewise.
24699 * gdb.base/term.exp: Likewise.
24700 * gdb.c++/annota2.exp: Likewise.
24701
78b4f468
RE
247022002-02-13 Richard Earnshaw <rearnsha@arm.com>
24703
24704 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
24705
9a81ba51
MC
247062002-02-10 Michael Chastain <mec@shout.net>
24707
24708 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
24709 (call_after_alloca): Ditto.
24710
004af6c7
DJ
247112002-02-10 Daniel Jacobowitz <drow@mvista.com>
24712
24713 * gdb.base/ending-run.exp: Guard "cont" test with
24714 gdb_skip_stdio_test.
24715
37225f62
JB
247162002-02-06 Jim Blandy <jimb@redhat.com>
24717
24718 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
24719 from here...
24720 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
24721 To here. Disable this test on non-HP platforms. Add big comment.
24722
fe6fdd96
MS
247232002-02-04 Michael Snyder <msnyder@redhat.com>
24724
24725 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
24726 other than d10v and m32r.
24727
036fad3f
RE
247282002-02-02 Richard Earnshaw <rearnsha@arm.com>
24729
24730 * gdb.base/default.exp: Rewrite test patterns to reduce time
24731 taken to match them.
24732
7148ab62
DJ
247332002-01-30 Daniel Jacobowitz <drow@mvista.com>
24734
24735 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
24736 Allow a start function above main.
24737 * gdb.threads/linux-dp.exp: Fix copyright date.
24738
396cc255
DJ
247392002-01-30 Daniel Jacobowitz <drow@mvista.com>
24740
a9c64011
AS
24741 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
24742 (check_philosopher_stack): Check for manager thread before checking
24743 for a just-starting thread.
396cc255 24744
f038d31b
DJ
247452002-01-30 Daniel Jacobowitz <drow@mvista.com>
24746
24747 From Neil Booth <neil@daikokuya.demon.co.uk>:
24748 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
24749 warnings.
24750
b3ff9d9a
FF
247512002-01-21 Fred Fish <fnf@redhat.com>
24752
24753 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
24754 not caller.
24755
39ad761d
JB
247562002-01-21 Jim Blandy <jimb@redhat.com>
24757
24758 * gdb.base/reread.exp: Check that GDB properly re-reads the
24759 executable file when it changes while no inferior is running.
24760
aaf320fa
FF
247612002-01-21 Fred Fish <fnf@redhat.com>
24762
a9c64011
AS
24763 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
24764 optionally accept the "shlib events" variation.
aaf320fa 24765
808a31f5
JB
247662002-01-21 Jim Blandy <jimb@redhat.com>
24767
24768 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
24769 call `fflush' after every `printf', so that the output is produced
24770 at predictable points, regardless of whatever buffering does (or
24771 doesn't) take place.
24772 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
24773 at different points.
24774
4420d5e2
DJ
247752002-01-20 Daniel Jacobowitz <drow@mvista.com>
24776
24777 * gdb.c++/inherit.exp: Update copyright years.
24778 * gdb.c++/method.exp: Likewise.
24779
3e36a0f4
DJ
247802002-01-20 Daniel Jacobowitz <drow@mvista.com>
24781
24782 * gdb.c++/classes.exp: Update for improved v3 support and skipping
24783 artificial methods/arguments.
24784 * gdb.c++/derivation.exp: Likewise.
24785 * gdb.c++/inherit.exp: Likewise.
24786 * gdb.c++/method.exp: Likewise.
24787 * gdb.c++/virtfunc.exp: Likewise.
24788
b4ceaee6
AC
247892002-01-18 Andrew Cagney <ac131313@redhat.com>
24790
24791 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
24792 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
24793 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
24794 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
24795 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
24796 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
24797
ecace851
JB
247982002-01-17 Jim Blandy <jimb@redhat.com>
24799
24800 * gdb.asm/asm-source.exp (info symbol): Take another shot at
24801 anchoring the pattern matching the entry point symbol's name.
24802
375fc983
AC
248032002-01-17 Andrew Cagney <ac131313@redhat.com>
24804
24805 * gdb.base/maint.exp: Update ``maint internal-error'' to match
24806 continue/quit query. Update copyright.
24807
fe6fdd96
MS
248082002-01-14 Michael Snyder <msnyder@redhat.com>
24809
24810 * gdb.base/gcore.exp: Remove extra debugging output.
24811
e017c81f
DJ
248122002-01-13 Daniel Jacobowitz <drow@mvista.com>
24813
24814 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
24815 for slightly dubious v2 mangled string.
24816
37ab3bf8
DJ
248172002-01-13 Daniel Jacobowitz <drow@mvista.com>
24818
24819 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
24820
1bc05c3a 248212002-01-10 Jason Merrill <jason@redhat.com>
7b2ac63b 24822
1bc05c3a 24823 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
7b2ac63b 24824
1bc05c3a
JM
24825 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
24826 constructors.
24827 * gdb.c++/derivation.exp: Likewise.
24828 * gdb.c++/templates.exp: Likewise.
24829 * gdb.c++/virtfunc.exp: Likewise.
ffcb195b 24830
1bc05c3a
JM
248312002-01-10 Michael Snyder <msnyder@redhat.com>
24832
24833 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
ffcb195b 24834
a911c360
MS
248352002-01-08 Michael Snyder <msnyder@redhat.com>
24836
24837 * gdb.base/gcore.exp: New test for generate-core-file command.
24838 * gdb.base/gcore.c: Testcase for above.
24839 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
24840
ea2119ec
JM
248412002-01-08 Jason Merrill <jason@redhat.com>
24842
24843 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
24844
68203136
FF
248452002-01-07 Fred Fish <fnf@redhat.com>
24846
24847 * gdb.c++/overload.exp: Remove unconditional xfails for:
24848 print foo_instance1.overloadargs(1)
24849 print foo_instance1.overloadargs(1, 2)
24850 print foo_instance1.overloadargs(1, 2, 3)
24851 print foo_instance1.overloadargs(1, 2, 3, 4)
24852 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
24853 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
24854 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
24855 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
24856 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
24857 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
24858 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
24859 print foo_instance1.overload1arg()
24860 print foo_instance1.overload1arg((char)arg2)
24861 print foo_instance1.overload1arg((signed char)arg3)
24862 print foo_instance1.overload1arg((unsigned char)arg4)
24863 print foo_instance1.overload1arg((int)arg7)
24864 print foo_instance1.overload1arg((unsigned int)arg8)
24865 print foo_instance1.overload1arg((float)arg11)
24866 print foo_instance1.overload1arg((double)arg12)
d63a86f8 24867
21b9b5b1
MS
248682002-01-07 Michael Snyder <msnyder@redhat.com>
24869
24870 * gdb.base/huge.exp: New test. Print a very large target data object.
24871 (skip_huge_test): New test variable. Define if you want to skip this
24872 test. The test reads an 8 megabyte data object from the target, so it
24873 might be very time consuming on remote targets with a slow connection.
24874 * gdb.base/huge.c: New file. Test case for above.
24875
725f922e
FF
248762002-01-07 Fred Fish <fnf@redhat.com>
24877
24878 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
24879 g_instance.bfoo, and g_instance.cfoo.
24880
889bf7c5 248812002-01-07 Jeffrey A Law <law@redhat.com>
634d57ec 24882
889bf7c5
PA
24883 * gdb.base/break.c (multi_line_if_conditional): New function.
24884 (multi_ilne_while_conditional): Likewise.
24885 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
24886 IF or WHILE condition puts the breakpoint at the start of
24887 the condition.
f286b2c3 24888
634d57ec
JL
24889 * gdb.base/selftest.exp (backtrace through signal handler): Remove
24890 hppa*-*-hpux* expected failure.
24891 * gdb.base/structs.exp (do_function_calls): Similarly.
24892
24893 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
24894 watchpoints.
24895
9fbfe2dc
AC
248962002-01-06 Andrew Cagney <ac131313@redhat.com>
24897
24898 Fix PR gdb/66.
24899 * gdb.base/structs.exp: Replace skip for a29k with skip for
24900 gdb,cannot_call_functions.
24901 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
24902 * gdb.base/callfuncs.exp: Ditto.
24903 * gdb.base/call-rt-st.exp: Ditto.
24904 * gdb.base/call-strs.exp: Ditto.
24905 * gdb.base/callfwmall.exp: Ditto.
24906 * gdb.base/scope.exp: Obsolete xfail a29k.
24907 * gdb.c++/misc.exp: Ditto.
24908 * gdb.c++/cplusfuncs.exp: Ditto.
24909 * gdb.base/ptype.exp: Ditto.
24910 * gdb.base/printcmds.exp: Ditto.
24911 * gdb.base/opaque.exp: Ditto.
24912 * gdb.base/list.exp: Ditto.
24913 * gdb.base/funcargs.exp: Ditto.
24914 * gdb.base/default.exp: Ditto.
24915
8ddad156
MS
249162002-01-04 Michael Snyder <msnyder@redhat.com>
24917
ca4976a6 24918 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
8ddad156
MS
24919 * gdb.base/maint.exp: Add tests for maint info sections options.
24920
1b074332
JL
24921Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
24922
24923 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
24924
7d159115
CV
249252001-12-20 Corinna Vinschen <vinschen@redhat.com>
24926
24927 * gdb.asm/arm.inc: New file.
24928 * gdb.asm/asm-source.exp: Add arm targets.
24929 * gdb.asm/configure.in: Ditto.
24930 * gdb.asm/configure: Recreated from configure.in.
24931
8fb87725
JL
24932Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
24933
afabe08c
JL
24934 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
24935 with HP's compiler.
24936 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
24937 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
24938 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
24939 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
24940
24941 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
24942 either HP's compilers or GCC.
24943
db521deb
JL
24944 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
24945 a SIGBUS or SIGSEGV.
24946
24947 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
24948
24949 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
24950 can be compiled with either HP's compiler or GCC.
24951
cfa88ab7
JL
24952 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
24953 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
24954 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
24955
ca344dff
JL
24956 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
24957 to match current gdb output. Update due to using auto-solib-limit
24958 for limiting instead of overloading auto-solib-add.
24959 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
24960 test program.
24961
3f3c6e55 24962 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
ca344dff
JL
24963 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
24964 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
24965 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
24966 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
24967 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
24968 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
24969 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
24970 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
24971 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
24972 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
24973 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
24974 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
3f3c6e55 24975
8fb87725
JL
24976 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
24977 a SIGTRAP to the inferior.
24978
cf599fa7
CV
249792001-12-19 Corinna Vinschen <vinschen@redhat.com>
24980
24981 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
24982 Substitute call to target_link by call to gdb_compile.
24983
2cd045cd
JL
24984Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
24985
a9c64011
AS
24986 * gdb.base/break.exp: Fix HP specific search string when testing
24987 backtracing in a called function.
2cd045cd 24988
a9c64011
AS
24989 * gdb.base/constvars.exp: Only set lang to C++ if we're
24990 compiling the test with HP's compilers.
24991 * gdb.base/volatile.exp: Similarly.
2cd045cd 24992
99ebe9ac
JB
249932001-12-19 Jim Blandy <jimb@redhat.com>
24994
24995 * gdb.base/printcmds.exp: Expect the null character to be printed
24996 as '\0', and the '\013' to be printed as '\v'.
24997 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
24998 * gdb.base/setvar.exp: Same.
24999
b9891b29
JB
250002001-12-17 Jim Blandy <jimb@redhat.com>
25001
0eba65ab
JB
25002 * gdb.base/completion.exp: Rather than completing very long
25003 filenames, which can make the readline library produce output we
25004 don't recognize, cd to the directory first, and then complete
25005 using nice, short relative paths.
25006
6970b5b1
JB
25007 * gdb.base/completion.exp: On some systems, there is, in fact, a
25008 variable named `b' in scope, since GDB treats all static
a9c64011
AS
25009 variables as being in scope. So use `no_var_named_this'
25010 instead of `b'.
6970b5b1 25011
b9891b29 25012 * gdb.base/corefile.exp: Recognize the message saying that GDB
889bf7c5 25013 can't find the core file's registers as a failure.
b9891b29 25014
e6ccd35f
JSC
250152001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
25016
a9c64011
AS
25017 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
25018 test expect string more specific.
e6ccd35f 25019
105ba819
CV
250202001-12-13 Corinna Vinschen <vinschen@redhat.com>
25021
25022 * gdb.asm/asm-source.exp: Add support for xstormy16.
25023 * gdb.asm/configure.in: Ditto.
25024 * gdb.asm/configure: Rebuild.
25025 * gdb.asm/xstormy16.inc: New file.
25026
e9e79dd9
FF
250272001-12-10 Fred Fish <fnf@redhat.com>
25028
25029 * gdb.base/maint.exp: Update to match changes in type dumping code.
25030
347dc97d
JB
250312001-12-10 Jim Blandy <jimb@redhat.com>
25032
25033 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
889bf7c5
PA
25034 matching the entry point symbol's name at the beginning of the
25035 line.
347dc97d 25036
5178b9d6
DJ
250372001-12-07 Daniel Jacobowitz <drow@mvista.com>
25038
25039 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
25040 gdb.c++/inherit.exp, gdb.c++/method.exp,
25041 gdb.c++/namespace.exp, gdb.c++/templates.exp,
25042 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
25043 and class layout support.
25044
af890c52
DJ
250452001-12-07 Daniel Jacobowitz <drow@mvista.com>
25046
25047 * gdb.c++/classes.exp: Add test for static member function.
25048 * gdb.c++/misc.cc: Add class with static member function.
25049
7a345fb3
JB
250502001-12-07 Jim Blandy <jimb@redhat.com>
25051
f2e54a80 25052 If GDB says it can't find the struct the function returned, report
8032bf31
JB
25053 those tests as `unsupported'.
25054 * gdb.base/call-rt-st.exp (print_struct_call): New function.
25055 Rewrite subsequent tests to use it.
25056
25057 If GDB says it can't find the struct the function returned, report
f2e54a80
JB
25058 those tests as `unsupported'.
25059 * gdb.base/structs.exp (call_struct_func): New function.
25060 (do_function_calls): Use call_struct_func to call the functions
25061 returning structs.
25062
0bc69509
JB
25063 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
25064 whether functions are prototyped or not, so we can't possibly pass
25065 arguments to t_float_values2 properly.
25066
7a345fb3
JB
25067 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
25068 value of `timeout' for targets other than the mips*tx39-*.
25069
edb6ede1
MS
250702001-12-06 Michael Snyder <msnyder@redhat.com>
25071
d63a86f8 25072 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
edb6ede1
MS
25073 and detect whether the start symbol has a leading underscore.
25074
2d842f13
JB
250752001-12-04 Jim Blandy <jimb@redhat.com>
25076
25077 * gdb.base/completion.exp: Clarify indentation.
25078
68550daf
JB
250792001-12-03 Jim Blandy <jimb@redhat.com>
25080
25081 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
25082 variables on the S/390, not `.word'.
25083
cd5195a8
JB
250842001-11-30 Jim Blandy <jimb@redhat.com>
25085
25086 Add assembly-source tests for s390-ibm-linux.
25087 * gdb.asm/s390.inc: New file.
25088 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
25089 the S/390 architecture.
a9c64011 25090 * gdb.asm/configure: Regenerated.
cd5195a8 25091
ca9efc90
MS
250922001-11-30 Michael Snyder <msnyder@redhat.com>
25093
25094 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
25095 next, info source, info sources, info line, global and static
25096 variables, and static functions.
25097 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
25098 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
25099 * gdb.asm/asmsrc1.s: Add a static function and some variables.
25100 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
25101 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
25102 (gdbasm_leave): Restore frame pointer.
25103 (gdbasm_startup): Copy stack set-up from crt0.S.
25104
d0e66976
FN
251052001-11-26 Fernando Nasser <fnasser@redhat.com>
25106
25107 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
25108 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
25109 to a local (non-static) variable. Copy tstruct.a to a static buffer
25110 and return a pointer to that buffer.
25111 * gdb.base/callfwmall.c (t_structs_a): Ditto.
25112
e2334072
MK
251132001-11-24 Mark Kettenis <kettenis@gnu.org>
25114
25115 * gdb.asm/configure.in: Fix recognition of ix86 target.
25116 * gdb.asm/configure: Regenerate.
25117
756caa3d
MS
251182001-11-21 Michael Snyder <msnyder@redhat.com>
25119
25120 * gdb.asm/sparc.inc: New file.
25121 * gdb.asm/asm-source.exp: Recognize sparc target.
25122 * gdb.asm/configure.in: Recognize sparc target.
25123 * gdb.asm/configure: Regenerate.
d63a86f8 25124
9a4d72d5
MS
251252001-11-21 Michael Snyder <msnyder@redhat.com>
25126
25127 * gdb.asm/m32r.inc: New file.
25128 * gdb.asm/asm-source.exp: Recognize m32r target.
25129 * gdb.asm/configure.in: Recognize m32r target.
25130 * gdb.asm/configure: Regenerate.
25131
a773d1cd
MS
251322001-11-20 Michael Snyder <msnyder@redhat.com>
25133
017ac23d
MS
25134 * gdb.asm/i386.inc: New file.
25135 * gdb.asm/asm-source.exp: Recognize ix86 target.
25136 * gdb.asm/configure.in: Recognize ix86 target.
25137 * gdb.asm/configure: Regenerate.
25138
a773d1cd
MS
25139 * gdb.c++/namespace.exp: Fix quotes in output messages.
25140
bb632afb
MS
251412001-11-14 Michael Snyder <msnyder@redhat.com>
25142
25d559ca 25143 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
bb632afb
MS
25144 qualifier in a type cast expression, to designate an address
25145 in the instruction space (Harvard architecture).
25146
4749e309
MS
251472001-11-13 Michael Snyder <msnyder@redhat.com>
25148
25149 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
25150 Tests for expressions using 'const' and 'volatile'.
25151
25050984
CV
251522001-11-13 Corinna Vinschen <vinschen@redhat.com>
25153
25154 * gdb.asm/asm-sources.exp: Allow defining linker flags.
25155
1902c51f
DJ
251562001-11-12 Daniel Jacobowitz <drow@mvista.com>
25157
25158 * lib/mi-support.exp (mi_run_to_helper): Move comments
25159 outside of gdb_expect.
25160
dcf95b47
DJ
251612001-11-11 Daniel Jacobowitz <drow@mvista.com>
25162
25163 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
25164 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
25165 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
25166 mi0_run_to): New functions.
25167 * gdb.mi/mi-simplerun.exp: Use them.
25168 * gdb.mi/mi0-simplerun.exp: Likewise.
25169 * gdb.mi/mi-var-cmd.exp: Likewise.
25170 * gdb.mi/mi0-var-cmd.exp: Likewise.
d63a86f8 25171
45b074e1
AC
251722001-11-10 Andrew Cagney <ac131313@redhat.com>
25173
25174 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
25175 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
25176
bf50d346
AC
251772001-11-09 Andrew Cagney <ac131313@redhat.com>
25178
25179 * gdb.base/restore.exp: Include $expected value in restored test
25180 message.
25181
9383332c
AC
251822001-11-09 Andrew Cagney <ac131313@redhat.com>
25183
25184 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
25185 implemented.
25186
db62520a
MS
251872001-11-08 Michael Snyder <msnyder@redhat.com>
25188
25189 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
25190 Add pass/fail message for stop at breakpoint in call dummy function.
25191
b5703437
MS
251922001-11-07 Michael Snyder <msnyder@redhat.com>
25193
d63a86f8
RM
25194 * gdb.c++/templates.exp (test_template_breakpoints):
25195 If we get an overload menu, but it does not match what
760f6330 25196 we expect, we still need to issue the "cancel" command.
3b2a7ae5
MS
25197 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
25198 making the whitespace optional. Argument for "new" may be
25199 "unsigned" as well as "unsigned int/long".
d63a86f8 25200 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
eef747c0
MS
25201 making the whitespace optional. Also replace "(void) with
25202 "((void|)), making the keyword "void" optional.
d63a86f8 25203 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
63f50499
MS
25204 making the whitespace optional. Also replace "(void) with
25205 "((void|)), making the keyword "void" optional.
3bf40917
MS
25206 * gdb.base/callfuncs.c (t_float_values): This function must
25207 _not_ be prototyped, and the following function (t_float_values2)
d63a86f8 25208 must be prototyped (if the compiler supports it), so that GDB
3bf40917
MS
25209 can be tested against both cases. Usually one case involves
25210 promotion of float to double, while the other does not.
25211 * gdb.base/callfwmall.c: Ditto.
b5703437
MS
25212 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
25213 includes a stack frame for "start".
25214
c8ab4e6d
JB
252152001-11-05 Jim Blandy <jimb@redhat.com>
25216
25217 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
25218 pointers are 32 bits long, and that offsets of relocs are always
25219 stored in the data (REL-style), and not in the reloc entry itself
25220 (RELA-style).
25221 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
25222 stabs.
25223
3f08ced9
MS
252242001-11-01 Michael Snyder <msnyder@redhat.com>
25225
25226 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
25227 and regular expression operators by using quoting.
25228
cbfa24cd
MS
252292001-10-31 Michael Snyder <msnyder@redhat.com>
25230
25231 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
25232 depending on what the symbol table contains.
25233 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
25234 the output of the ptype command. Similarly, accept both "const &"
25235 and "const&".
25236
aaa68313
CV
252372001-10-31 Corinna Vinschen <vinschen@redhat.com>
25238
25239 * gdb.base/miscexprs.c (main): Add usage of preprocessor
25240 symbol `STORAGE' to allow to choose the storage class of
25241 the local datastructures.
25242 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
25243 compiler directive.
25244
91740388
MS
252452001-10-30 Michael Snyder <msnyder@redhat.com>
25246
25247 * gdb.base/jump.exp: Allow it to run for all targets.
25248
1b7c05e7
CV
252492001-10-29 Corinna Vinschen <vinschen@redhat.com>
25250
25251 * gdb.base/call-ar-st.c (print_double_array): Match for loop
25252 with new double_array size.
25253 (main): Change storage class of all local variables to static.
25254 Reduce size of double_array to 9.
25255 * gdb.base/call-ar-st.exp: Increase timeout value.
25256 Change expected output for double array to match new size in
25257 call-ar-st.c.
25258
36a22261
CV
252592001-10-29 Corinna Vinschen <vinschen@redhat.com>
25260
25261 * gdb.base/ending-run.exp: Create identical output when passing
25262 `step to end of run' case. Add regular expression branch satisfying
d63a86f8 25263 Stormy16 target.
36a22261 25264
92b8ae91
MK
252652001-10-28 Mark Kettenis <kettenis@gnu.org>
25266
25267 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
25268 that we catch the expected failure under Linux/x86.
25269
cb135b83
OF
252702001-10-29 Orjan Friberg <orjanf@axis.com>
25271
25272 * gdb.base/setvar.exp: Escape curly braces.
25273 * gdb.stabs/weird.exp: Ditto.
25274
6884aa54
DJ
252752001-10-27 Daniel Jacobowitz <drow@mvista.com>
25276
25277 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
25278 * gdm.mi/mi0-hack-cli.exp: Likewise.
25279
0398c9aa
AC
252802001-10-25 Andrew Cagney <ac131313@redhat.com>
25281
25282 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
25283 messages.
25284
d20bf2e8
AC
252852001-10-21 Andrew Cagney <ac131313@redhat.com>
25286
25287 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
25288 checking MI enabled.
25289
03dd63aa
CV
252902001-10-09 Corinna Vinschen <vinschen@redhat.com>
25291
25292 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
25293
1d9d99f3
FCE
252942001-10-04 Frank Ch. Eigler <fche@redhat.com>
25295
25296 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
25297 if gdb child process crashes, just signal an error.
25298
838ae6c4
JB
252992001-10-02 Jim Blandy <jimb@redhat.com>
25300
25301 * lib/gdb.exp (test_xfail_format): Simplify.
25302
25303 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
25304 front of the variable name `format'. Simplify `if'.
25305
8f0cbc1c
DJ
253062001-10-01 Daniel Jacobowitz <drow@mvista.com>
25307
25308 * gdb.threads/pthreads.exp: Wait for output and delay
25309 before sending ^C.
25310
1f08dafd
DJ
253112001-10-01 Daniel Jacobowitz <drow@mvista.com>
25312
25313 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
25314 some incorrect output instead of timing out.
25315 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
25316
674f90ff
CV
253172001-09-28 Corinna Vinschen <vinschen@redhat.com>
25318
25319 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
25320 check to allow additional `int'.
25321
9b284272
DJ
253222001-09-27 Daniel Jacobowitz <drow@mvista.com>
25323
25324 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
25325 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
25326
b55a4771
MS
253272001-09-27 Michael Snyder <msnyder@redhat.com>
25328
25329 * lib/gdb.exp (test_debug_format): New proc.
25330 (setup_xfail_format): Use new proc test_debug_format.
25331 * gdb.base/constvars.exp (local_compiler_xfail_check): New
25332 proc; use new service proc test_debug_format.
25333 Replace all other "gcc_compiled" tests with this test.
25334 * gdb.base/volatile.exp (local_compiler_xfail_check): New
25335 proc; use new service proc test_debug_format.
25336 Replace all other "gcc_compiled" tests with this test.
25337
253382001-09-27 Michael Snyder <msnyder@redhat.com>
25339
25340 * gdb.base/cvexpr.exp: New file.
25341 * gdb.base/cvexpr.c: New file
25342 Test for expressions using const and volatile keywords.
25343
4e6667ac
CV
253442001-09-26 Corinna Vinschen <vinschen@redhat.com>
25345
25346 * gdb.base/constvars.exp: Check for different orders of keywords
25347 and additional "int" strings in output.
25348
4f337972
AC
253492001-09-22 Andrew Cagney <ac131313@redhat.com>
25350
25351 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
25352 responses from "help maint".
25353
2015650d
FCE
253542001-09-19 Frank Ch. Eigler <fche@redhat.com>
25355
25356 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
25357 to localhost:NNN instead of :NNN, in case Xvfb is listening
25358 only on TCP.
25359
f3bcedc1
CV
253602001-09-19 Corinna Vinschen <vinschen@redhat.com>
25361
25362 * gdb.base/recurse.exp: When checking leaving the watchpoint
25363 scope, recognize when gdb is in function's epilogue and pass.
25364
6b819c92
KS
253652001-09-18 Keith Seitz <keiths@redhat.com>
25366
25367 * lib/insight-support.exp (_gdbtk_export_target_info): Add
25368 support for running tests against sid targets.
25369 (gdbtk_done): Ditto.
25370
a10c9419
CV
253712001-09-18 Corinna Vinschen <vinschen@redhat.com>
25372
25373 * gdb.base/ending-run.c (main): Set stdout buffersize
25374 to the same reasonable value for any target.
25375 * gdb.base/ending-run.exp: Add a regular expression
25376 to make testsuite happy on Sanyo Stormy16 target.
25377
739d0d99
CV
253782001-09-17 Corinna Vinschen <vinschen@redhat.com>
25379
25380 * gdb.base/display.c (do_loops): Add float variable `f'.
25381 Increment f in loop.
25382 * gdb.base/display.exp: Increment timeout by 60 seconds.
25383 Change float display test to use variable `f'.
25384
1b8947f0
JB
253852001-09-17 Jim Blandy <jimb@redhat.com>
25386
25387 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
25388 overflowing the limited breakpoint tables on some ROM monitors
25389 (like the ROM68K).
25390
9890ac81
FCE
253912001-09-15 Frank Ch. Eigler <fche@redhat.com>
25392
25393 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
25394 the "-ac" (disable access control) flag.
25395
6db765ea
JH
253962001-08-30 Jeff Holcomb <jeffh@redhat.com>
25397
25398 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
25399 ints.
25400
4c32cc04
KS
254012001-08-30 Keith Seitz <keiths@redhat.com>
25402
25403 * lib/gdb.exp: Move all insight-related functionality into
25404 separate file.
25405 * lib/insight-support.exp: New file.
25406
8d6e6f81
FCE
254072001-08-29 Frank Ch. Eigler <fche@redhat.com>
25408
25409 * config/sid.exp (sid_start): Never set sid verbosity; disable
25410 expect_background {} that consumed its stdout; tolerate </dev/null.
25411 Attempt to set endianness override in "sid" protocol mode. Cleanup.
25412
6a90e1d0
AC
254132001-08-18 Andrew Cagney <ac131313@redhat.com>
25414
25415 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
25416 CLI jump command to start it.
25417 (mi_run_to_main): Fail immediatly when unexpected output.
25418
1759b3c3
AC
254192001-08-18 Andrew Cagney <ac131313@redhat.com>
25420
25421 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
25422 beginning of function. Fix PR gdb/191.
25423
61d11d80
FCE
254242001-08-16 Frank Ch. Eigler <fche@redhat.com>
25425
25426 * config/sid.exp (sid_start): Don't warn if we cannot figure out
25427 what to force sid endianness to.
25428
942a4df2
KS
254292001-08-15 Keith Seitz <keiths@redhat.com>
25430
25431 * lib/gdb.exp (gdbtk_start): Don't set environment
25432 variables for TCL_LIBRARY and friends. Insight will
25433 now figure these out for itself.
25434
0521c418
MS
254352001-08-02 Michael Snyder <msnyder@redhat.com>
25436
25437 * gdb.base/completion.exp: Remove the symbol "a64l" from
25438 the expect string; this is target-specific, and not related
25439 to what is being tested.
25440
74a9a58a
DB
254412001-08-02 Dave Brolley <brolley@redhat.com>
25442
25443 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
25444
c70819fa
MS
254452001-07-25 Michael Snyder <msnyder@redhat.com>
25446
c2b8fa57
MS
25447 * gdb.base/consecutive.exp: New file. Test stepping over
25448 breakpoints on consecutive instructions.
25449 * gdb.base/consecutive.c: New file.
25450
c70819fa
MS
25451 * gdb.base/call-rt-st.exp: Use double-backslash to quote
25452 curly braces in regular expressions.
25453
2b1a1355
MS
254542001-07-25 Michael Snyder <msnyder@redhat.com>
25455
25456 * gdb.base/ending-run.exp: Accept "Program exited normally" as
25457 legitimate output from stepping out of main.
25458
413eca6f
KS
254592001-07-22 Keith Seitz <keiths@redhat.com>
25460
25461 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
25462 the empty string, do not run the tests.
25463
7e5a9322
SC
254642001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
25465
25466 * gdb.base/long_long.exp: Detect size of pointer. Take into
25467 account 2-byte pointers when testing for p/a results.
25468
de58f10f
SC
254692001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
25470
d63a86f8 25471 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
de58f10f
SC
25472 and defined to 1K for m68hc11.
25473 (random_data): Reduce table to 1K for embedded platforms (68hc11).
25474 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
25475 (sizeof_random_data): New variable to tell the size of the data table;
25476 don't test past this size; always run to main.
25477
d6f5fea1
SC
254782001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
25479
25480 * gdb.base/return2.exp: return of long long and double fails for
25481 68HC11; don't execute these tests on that platform.
25482 * gdb.base/return.exp: Return of a double fails for 68hc11.
25483
c477543d
SC
254842001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
25485
25486 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
25487 tests that print a float.
25488 * call-rt-st.exp: Likewise.
25489
63cf1c79
MK
254902001-07-12 Mark Kettenis <kettenis@gnu.org>
25491
25492 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
25493 running this test on Linux.
25494
112f9ab5
MC
254952001-06-24 Michael Chastain <chastain@redhat.com>
25496
25497 * gdb.base/arithmet.exp: Remove some tests to make all test names
25498 unique.
25499
4970cb0f
MS
255002001-07-03 Michael Snyder <msnyder@redhat.com>
25501
25502 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
25503 the output of the ptype command.
25504
d85da69f
MS
255052001-07-02 Michael Snyder <msnyder@redhat.com>
25506
4c8a82de
MS
25507 * gdb.base/completion.exp: Don't assume that break.c is the only
25508 source file that may contain functions named "marker".
d85da69f
MS
25509 * gdb.base/corefile.exp: Quote the curly braces in regexp.
25510
8afc772b
AC
255112001-06-28 Andrew Cagney <ac131313@redhat.com>
25512
25513 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
25514 of files to delete.
25515
25516 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
25517 * gdb.disasm/h8300s.exp: New file.
25518 gdb.disasm/h8300s.s: Likewise.
25519
cff22675
AC
255202001-06-27 Andrew Cagney <ac131313@redhat.com>
25521
25522 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
25523 empty breakpoint tables.
25524
68c81b54
AC
255252001-06-25 Andrew Cagney <ac131313@redhat.com>
25526
25527 * lib/mi-support.exp: Update args=... part of stop-reason
25528 patterns. Accept either a list or a tuple.
25529
2dd62704
AC
255302001-06-23 Andrew Cagney <ac131313@redhat.com>
25531
25532 * lib/mi-support.exp: Remove local emacs variable defining
25533 change-log-default-name.
25534
b4127474
MC
255352001-06-22 Michael Chastain <chastain@redhat.com>
25536
25537 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
25538 This is operationally compatible with the previous version.
25539
8dbfb380
JB
255402001-06-13 Jim Blandy <jimb@redhat.com>
25541
25542 * lib/gdb.exp (gdb_test): Doc fix.
25543
f2d8c86d
MC
255442001-06-10 Michael Chastain <chastain@redhat.com>
25545
25546 * gdb.base/exprs.exp: Remove a duplicate test.
25547
81564d34
JB
255482001-06-06 Jim Blandy <jimb@redhat.com>
25549
25550 * gdb.base/return2.exp (main): Use values to test float and double
25551 returns that are not NaN's, to avoid being confused by IEEE
25552 comparison rules.
25553
da55addb
MS
255542001-06-04 Michael Snyder <msnyder@redhat.com>
25555
25556 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
d63a86f8 25557 non-zero if control_c fails. Terminate the test on failure,
da55addb
MS
25558 rather than wait for 12 more tests to time out.
25559
42c65987
JB
255602001-06-06 Jim Blandy <jimb@redhat.com>
25561
b18bced9 25562 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
d63a86f8 25563 Don't forget to match the GDB prompt.
b18bced9 25564
42c65987
JB
25565 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
25566
5b41e5f0
JB
255672001-06-04 Jim Blandy <jimb@redhat.com>
25568
25569 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
25570 command.
25571
015e046f
KB
255722001-05-31 Kevin Buettner <kevinb@redhat.com>
25573
25574 * gdb.base/annota1.exp (info break): Match four or more spaces
25575 after "Address".
25576
fb1ffbbe
MC
255772001-05-31 Michael Chastain <chastain@redhat.com>
25578
25579 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
25580 (dm_type_int_star): Likewise.
25581 (dm_type_long_star): Likewise.
25582 (dm_type_void_star): Likewise.
25583
5ea2a32c
KB
255842001-05-29 Kevin Buettner <kevinb@redhat.com>
25585
25586 * gdb.base/completion.exp (INPUTRC): Set this environment variable
25587 to a known value in order to get consistent results regardless
25588 of the setting of INPUTRC or the presence or contents of .inputrc.
25589
ae23c492
MS
255902001-05-24 Michael Snyder <msnyder@redhat.com>
25591
ac55707e
MS
25592 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
25593 Don't require that the main thread and the manager thread are the
25594 first in the list.
25595
ae23c492
MS
25596 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
25597 debugging. If test fails, issue an "unsupported" not a "fail".
25598
400071f1
JB
255992001-05-24 Jim Blandy <jimb@redhat.com>
25600
25601 Don't assume that short is shorter than int.
25602 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
25603 assume that shorts are smaller than ints. On a 16-bit machine,
d63a86f8 25604 this isn't true.
400071f1
JB
25605 ("print unsigned char == (~0)"): Add test that verifies that ~0,
25606 an int, is not equal to ~0 stored in an unsigned char. This tests
25607 the same thing that the previous test meant to, but works on
25608 16-bit machines, too.
25609 ("print unsigned char != (~0)"): Same test, complemented.
25610
0816a3e5
MS
256112001-05-24 Michael Snyder <msnyder@redhat.com>
25612
25613 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
d63a86f8 25614 test for (full_coverage == 0). This makes the test run faster,
0816a3e5
MS
25615 and prevents dejagnu getting out of step.
25616
f6dc23a9
KB
256172001-05-23 Kevin Buettner <kevinb@redhat.com>
25618
25619 * gdb.base/finish.exp (finish_void): Revise pattern for
25620 stopping on the call statement to not permit stopping at
25621 the start of the instructions comprising the call sequence.
25622
7dbd117d
MC
256232001-05-19 Michael Chastain <chastain@redhat.com>
25624
25625 * gdb.base/callfuncs.exp: Make all test names unique.
25626 * gdb.base/commands.exp: Make all test names unique.
25627 * gdb.base/condbreak.exp: Make all test names unique.
25628 * gdb.base/dbx.exp: Make all test names unique.
25629 * gdb.base/default.exp: Make all test names unique.
25630 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
25631 and TIMEOUT messages to their corresponding PASS message.
25632 * gdb.base/ending-run.exp: Make all test names unique.
25633 * gdb.base/long_long.exp: Remove duplicate test.
25634
6b0b0a9e
KB
256352001-05-21 Kevin Buettner <kevinb@redhat.com>
25636
25637 * gdb.base/finish.exp (finish_void): Allow "finish" command to
25638 stop on the call statement as well as the statement after the
25639 call.
25640
2caa35cb
MS
256412001-05-21 Michael Snyder <msnyder@redhat.com>
25642
25643 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
25644
40713331
EZ
256452001-05-10 Elena Zannoni <ezannoni@redhat.com>
25646
a9c64011
AS
25647 * gdb.base/completion.exp: Revamp test. Make it execute on all
25648 platforms.
40713331 25649
c2c1be8d
EZ
256502001-05-10 Elena Zannoni <ezannoni@redhat.com>
25651
a9c64011
AS
25652 * config/gdbserver.exp (gdb_load): Handle the case
25653 in which the arguments to gdbserver are given in the
25654 baseboard configuration file.
25655 Also handle the case in which the server needs to do a
25656 load.
2c9cd303 25657
9671de48
KS
256582001-05-07 Keith Seitz <keiths@cygnus.com>
25659
a9c64011
AS
25660 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
25661 set up the display for testing.
25662 (gdbtk_start): Convert all paths to paths that tcl will like.
25663 Export target information to environment.
25664 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
25665 necessary.
25666 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
25667 (to_tcl_path): New proc to convert a given pathname into
25668 a path acceptible as an argument to a tcl command.
25669 (_gdbtk_export_target_info): New proc to export target info
25670 into the environment for gdbtk testing.
25671 (gdbtk_done): New proc to signal end-of-test.
9671de48 25672
5a360f47
JB
256732001-05-06 Jim Blandy <jimb@redhat.com>
25674
25675 * restore.c: Make the code of caller0 correspond to its comment.
25676
66c756c6
MS
256772001-05-03 Michael Snyder <msnyder@redhat.com>
25678
25679 * config/sid.exp (gdb_target_sid): Check for error messages.
25680 On error or timeout, don't make expect exit (which will terminate
25681 all subsequent tests); instead just make gdb exit.
d63a86f8 25682 (gdb_load): Check for error messages. On error or timeout,
66c756c6
MS
25683 return a negative value.
25684
a966fde5
JB
256852001-04-24 Jim Blandy <jimb@redhat.com>
25686
851c18e0
JB
25687 * gdb.c++/templates.exp: If we see the prompt for the overload
25688 list, but we haven't recognized any of the longer patterns,
25689 arrange for this test to fail, not hang.
25690
a966fde5
JB
25691 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
25692 variations.
25693
db144853
MC
256942001-04-22 Michael Chastain <chastain@redhat.com>
25695
25696 * gdb.c++/local.exp: Use the 'runto' library function.
25697 * gdb.c++/namespace.exp: Likewise.
25698 * gdb.c++/overload.exp: Likewise.
25699
3207ec21
KB
257002001-03-26 Kevin Buettner <kevinb@redhat.com>
25701
25702 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
25703 * gdb.base/step-line.exp: New file. Test step/next in presence of
25704 #line directives.
25705 * gdb.base/step-line.c: New file. Test program for the above.
25706 * gdb.base/step-line.inp: New file. We pretend that this file has
25707 been transformed by some other tool into step-line.c.
25708
13b57657
JB
257092001-03-21 Jim Blandy <jimb@redhat.com>
25710
25711 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
25712 unmangled operator names.
25713
754cbe1c
JB
257142001-03-20 Jim Blandy <jimb@redhat.com>
25715
25716 * gdb.threads/linux-dp.exp: Recognize an additional message
25717 generated by GDB when it doesn't understand how to debug threads
25718 on the target system.
25719
177495c9
AC
257202001-03-19 Andrew Cagney <ac131313@redhat.com>
25721
25722 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
25723
f266096b
MC
257242001-03-12 Michael Chastain <chastain@redhat.com>
25725
25726 * gdb.c++/derivation.exp: Use the 'runto' library function.
25727
cac3c2ff
MC
257282001-03-12 Michael Chastain <chastain@redhat.com>
25729
25730 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
25731
b6c11a24
MC
257322001-02-24 Michael Chastain <chastain@redhat.com>
25733
25734 * gdb.c++/ref-types.exp: Change handwritten code to library
25735 function 'runto'.
25736
6bae5bce
OF
257372001-03-16 Orjan Friberg <orjanf@axis.com>
25738
25739 * gdb.base/signals.exp: Set count to 0 explicitly.
25740
0015fd9a
MS
257412001-03-15 Mark Salter <msalter@redhat.com>
25742
25743 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
25744 (gdb_target_monitor): Add check of gdb_target_cmd return value.
880a15ee
MS
25745 (gdb_load): Add support for additional target_info: gdb_download_size
25746 and gdb_load_timeout.
0015fd9a 25747
fc33412a
DT
25748Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
25749
25750 * gdb.base/annota1.exp: Move test of isnative to earlier in the
889bf7c5
PA
25751 file -- to prevent failing when the compile fails but we have no
25752 intention of running the tests anyway.
fc33412a
DT
25753
25754 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
25755 tests if set.
25756
25757 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
889bf7c5 25758 integers.
fc33412a
DT
25759
25760 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
25761 * gdb.c++/namespace.exp: Ditto.
25762
115f06de
OF
257632001-03-07 Orjan Friberg <orjanf@axis.com>
25764
25765 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
25766 * gdb.base/pointers.exp: Relax pattern match of decimals.
25767
b6ba6518
KB
257682001-03-06 Kevin Buettner <kevinb@redhat.com>
25769
25770 * Makefile.in, config/abug.exp, config/cfdbug.exp,
25771 config/cpu32bug.exp, config/dve.exp, config/est.exp,
25772 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
25773 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
25774 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
25775 config/sh.exp, config/sid.exp, config/slite.exp,
25776 config/sparclet.exp, config/udi.exp, config/unknown.exp,
25777 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
25778 config/vxworks.exp, config/vxworks29k.exp,
25779 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
25780 gdb.base/all-bin.exp, gdb.base/annota1.exp,
25781 gdb.base/arithmet.exp, gdb.base/assign.exp,
25782 gdb.base/async.exp, gdb.base/attach.exp,
25783 gdb.base/bitfields.exp, gdb.base/bitops.exp,
25784 gdb.base/break.exp, gdb.base/call-ar-st.exp,
25785 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
25786 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
25787 gdb.base/commands.exp, gdb.base/completion.exp,
25788 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
25789 gdb.base/constvars.exp, gdb.base/corefile.exp,
25790 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
25791 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
25792 gdb.base/ending-run.exp, gdb.base/environ.exp,
25793 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
25794 gdb.base/finish.exp, gdb.base/foll-exec.exp,
25795 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
25796 gdb.base/funcargs.exp, gdb.base/help.exp,
25797 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
25798 gdb.base/logical.exp, gdb.base/long_long.exp,
25799 gdb.base/maint.exp, gdb.base/mips_pro.exp,
25800 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
25801 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
25802 gdb.base/pointers.exp, gdb.base/printcmds.exp,
25803 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
25804 gdb.base/regs.exp, gdb.base/relational.exp,
25805 gdb.base/remote.exp, gdb.base/reread.exp,
25806 gdb.base/restore.exp, gdb.base/return2.exp,
25807 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
25808 gdb.base/selftest.exp, gdb.base/setshow.exp,
25809 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
25810 gdb.base/sigall.exp, gdb.base/signals.exp,
25811 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
25812 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
25813 gdb.base/step-test.exp, gdb.base/structs.c,
25814 gdb.base/structs.exp, gdb.base/structs2.exp,
25815 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
25816 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
25817 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
25818 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
25819 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
25820 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
25821 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
25822 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
25823 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
25824 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
25825 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
25826 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
25827 gdb.fortran/types.exp, gdb.java/jmisc.exp,
25828 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
25829 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
25830 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
25831 gdb.trace/circ.exp, gdb.trace/collection.exp,
25832 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
25833 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
25834 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
25835 gdb.trace/report.exp, gdb.trace/save-trace.exp,
25836 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
25837 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
25838 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
25839 notices.
25840
dc96c6c7 258412001-02-27 Michael Snyder <msnyder@cygnus.com>
d8f92b1f
MS
25842
25843 * gdb.base/varargs.c (find_max_double): Fix printf format string:
25844 first arg is int not float.
25845
dc96c6c7 258462001-02-22 Michael Snyder <msnyder@cygnus.com>
40f33b9b
MS
25847
25848 * gdb.base/reread.exp: Unsupported for non-native targets;
25849 doesn't work for remote debugging.
25850
9b0c4aeb
FN
258512001-02-19 Fernando Nasser <fnasser@redhat.com>
25852
25853 From Drew Moseley <dmoseley@redhat.com>
a9c64011
AS
25854 * gdb.base/ending-run.exp: Properly handle the BSP state when
25855 stepping past the end of main.
9b0c4aeb 25856
02aa71d5
MC
258572001-02-19 John Moore <jmoore@redhat.com>
25858
25859 * gdb.base/commands.exp (infrun_breakpoint_command_test):
25860 Converted HPUX fix for non-expected items following multiple
25861 step commands into general solution for all platforms.
25862
1fa449a4
MC
258632001-02-18 Michael Chastain <chastain@redhat.com>
25864
25865 * gdb.c++/classes.exp (do_tests): Change runto statements
25866 from "runto 'foo(void)'" to "runto 'foo'". This makes the
25867 statements demangler agnostic.
25868 * gdb.c++/virtfunc.exp (do_tests): Likewise.
25869 (gdb_virtfunc_restart): Likewise.
25870
b2f9ec70
MC
258712001-02-14 Michael Chastain <chastain@redhat.com>
25872
25873 * gdb.c++/inherit.exp (do_tests): Change runto statements
25874 from "runto 'foo(void)'" to "runto 'foo'". This makes the
25875 statements demangler agnostic.
25876
cf74b8ca
AC
25877Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
25878
25879 * gdb.threads/pthreads.exp: Unify pass/fail messages for
889bf7c5
PA
25880 ``continue to bkpt at common_routine in thread 2'' and ``stopped
25881 before calling common_routine 15 times'' tests.
cf74b8ca 25882
99f78f56
MC
258832001-02-11 Michael Chastain <chastain@redhat.com>
25884
25885 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
25886 Helps the test script figure out which demangler is in use.
25887 (dm_type_foo_ref): Ditto.
25888 (dm_type_int_star): Ditto.
25889 (dm_type_long_star): Ditto.
25890 (dm_type_unsigned_int): Ditto.
25891 (dm_type_void): Ditto.
25892 (dm_type_void_star): Ditto.
99707966 25893 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
99f78f56
MC
25894 Probe the gdb demangler and set variables to accommodate
25895 formatting differences.
25896 (info_func_regexp): New function. Same as info_func, but
25897 matches against a regexp.
25898 (info_func): Match against a literal string.
25899 (print_addr_2): New function. Match against a literal string,
25900 which can be different from the input to gdb.
25901 (print_addr): Simply call print_addr_2 with the same argument twice.
25902 (test_lookup_operator_functions): Use demangler formatting variables.
25903 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
25904 the tests in the same order as the C++ class declaration.
25905 (test_paddr_operator_functions): Ditto.
25906 (test_paddr_overloaded_functions): Ditto.
25907 (test_paddr_hairy_functions): Use demangler formatting variables.
25908 Add reference to gdb/19 for related tests.
25909 (do_tests): Call probe_demangler.
25910
1de8f023
KB
259112001-01-30 Kevin Buettner <kevinb@redhat.com>
25912
25913 * gdb.c++/templates.cc (printf): Remove unused function definition.
25914
ca3f91ed
MS
259152001-01-26 Felix Lee <flee@redhat.com>
25916
25917 * sid.exp (sid_exit): Pass host, not target, to remote_close.
25918
259192001-01-25 matthew green <mrg@redhat.com>
25920
25921 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
25922 up sid.
25923 (sid_exit): Call `remote_pop_conn' after GDB is gone.
25924
259252001-01-25 matthew green <mrg@redhat.com>
25926
25927 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
d63a86f8 25928 Deprecate $sid_spawn_id.
ca3f91ed
MS
25929 (sid_exit): Remove code necessary only for `spawn.'
25930
259312001-01-25 matthew green <mrg@redhat.com>
25932
25933 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
25934
fb18ec4a
MC
259352001-01-28 Michael Chastain <chastain@redhat.com>
25936
25937 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
25938 to call when tests fail. It takes gdb out of the overloaded
25939 function choice menu back to the main prompt, so that the test
25940 program stays synchronized.
25941 (set_bp_overloaded): New proc to collect all the common
25942 code for setting a breakpoint on an overloaded name. Calls
25943 take_gdb_out_of_choice_menu when needed.
25944 (menu_overload1arg): New variable to collect the repeated
25945 instances of the expected menu for an overloaded name. Change
25946 the regular expression to handle changes in g++ type encoding:
25947 "void" can be either "void" or "", and "unsigned int" can be
25948 either "unsigned int" or "unsigned".
25949 (continue_to_bp_overloaded): Change regular expressions to handle
25950 changes in g++ type encoding.
25951 (no proc): Call take_gdb_out_of_choice_menu when needed.
25952 Remove redundant calls to "info break". Accept either "canceled"
25953 or "cancelled". Change regular expressions in "info break"
25954 calls to handle changes in g++ type encoding. Give all tests
25955 unique strings.
25956
9c646a6e
BE
259572001-01-17 Ben Elliston <bje@redhat.com>
25958
25959 * config/sid.exp: New file.
25960
9549d9c1
AC
25961Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
25962
25963 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
25964
dc96c6c7 259652000-12-21 Michael Snyder <msnyder@cygnus.com>
315f8b0e
MS
25966
25967 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
25968 Add a RE to accept a non-ascii char if one is ever presented.
25969
b4df4f68
FN
259702000-12-20 Fernando Nasser <fnasser@redhat.com>
25971
297dd0fd 25972 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
b4df4f68 25973
dc96c6c7 259742000-12-18 Michael Snyder <msnyder@cygnus.com>
49c890fc 25975
d63a86f8 25976 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
49c890fc
MS
25977 in regexp. One '\' does not suffice on Linux.
25978
4a7bddb6
MC
259792000-12-09 Michael Chastain <chastain@redhat.com>
25980
25981 * gdb.base/break.exp (test_clear_command): Use a marker function
25982 rather than 'main' for the test function. Also move this
25983 test to an execution point where the marker function names are
25984 guaranteed to be bound to functions. (Executing tests after a
25985 'finish' from main runs into name conflicts with local names
25986 in __libc_start_main).
25987
dc96c6c7 259882000-12-07 Michael Snyder <msnyder@cygnus.com>
efb66345
MS
25989
25990 * gdb.base/finish.exp: New test for gdb's "finish" command.
25991 * gdb.base/return2.exp: New test for gdb's "return" command.
25992 * gdb.base/return2.c: New source file for above.
25993
dc96c6c7 259942000-12-05 Michael Snyder <msnyder@cygnus.com>
3c077de9
MS
25995
25996 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
25997 * gdb.base/miscexprs.exp: Ditto.
25998 * gdb.base/pointers.exp: Ditto.
25999 * gdb.c++/derivation.exp: Ditto.
26000 * gdb.c++/local.exp: Ditto.
26001 * gdb.c++/namespace.exp: Ditto.
26002 * gdb.c++/overload.exp: Ditto.
26003 * gdb.c++/ref-types.exp: Ditto.
26004
dc96c6c7 260052000-12-05 Michael Snyder <msnyder@cygnus.com>
660fd469
MS
26006
26007 * gdb.base/constvars.exp: Test result of "up" command.
26008 * gdb.base/miscexprs.exp: Ditto.
26009 * gdb.base/pointers.exp: Ditto.
26010 * gdb.base/scope.exp: Ditto.
26011 * gdb.c++/derivation.exp: Ditto.
26012 * gdb.c++/local.exp: Ditto.
26013 * gdb.c++/namespace.exp: Ditto.
26014 * gdb.c++/overload.exp: Ditto.
26015 * gdb.c++/ref-types.exp: Ditto.
26016
44097287
FN
260172000-11-22 Michael Chastain <chastain@redhat.com>
26018
26019 * mips_pro.exp: Accept either "middle -> top -> main" or
26020 "middle -> main" in the backtrace, because gcc can optimize
26021 tail calls to jumps. Remove setup_xfail for the hppa case.
26022 Add a comment with the original warning messages from PR 3016,
26023 which was filed in 1993, to preserve them for posterity.
26024
9d2e1bab
ND
260252000-11-17 Nick Duffek <nsd@redhat.com>
26026
26027 * lib/gdb.exp (gdb_test): Override timeout with board info.
26028
1aca8eb7
ND
260292000-11-17 Nick Duffek <nsd@redhat.com>
26030
26031 * gdb.base/display.exp: Don't kill running stub. Add "again" to
26032 the second kill and detach messages.
26033
93076499
ND
260342000-11-17 Nick Duffek <nsd@redhat.com>
26035
26036 * configure.in: Add AC_EXEEXT.
26037 * configure: Regenerate.
26038 * Makefile.in (just-check): Export EXEEXT.
26039 * lib/gdb.exp ($EXEEXT): Import from environment.
26040 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
26041 expect "maint dump-me" on Cygwin.
26042 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
26043 $EXEEXT.
26044
30e87cd3
ND
260452000-11-17 Nick Duffek <nsd@redhat.com>
26046
26047 * gdb.base/break.exp: Test backtrace and finish from called
26048 function on all platforms, not just HP-UX.
26049
dc96c6c7 260502000-11-03 Michael Snyder <msnyder@cygnus.com>
08e706b1
MS
26051
26052 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
26053 code from gdb_target_monitor, so it can be used independantly
26054 for gdbserver. Also comment out an unnecessary PUTS.
d63a86f8 26055
dc96c6c7 260562000-11-03 Michael Snyder <msnyder@cygnus.com>
958a4e4c
MS
26057
26058 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
26059 * gdb.base/corefile.exp: Expect the message "Program is being
26060 debugged already" when we send the "corefile" command, since
26061 the preceeding gdb_load may have connected gdb to a remote target.
26062 * gdb.base/display.exp: Disable hardware watchpoints if new
26063 board info variable "no_hardware_watchpoints" is true.
26064 Replace single-letter commands with more readable ones.
26065 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
26066 if new board info variable "no_hardware_watchpoints" is true.
26067 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
26068 to see if stdio (printf) testing is possible.
26069 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
26070 board info variable "no_hardware_watchpoints" is true. Use new
26071 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
26072
39124dea
FN
260732000-11-13 Fernando Nasser <fnasser@redhat.com>
26074
26075 From Orjan Friberg <orjanf@axis.com>:
26076 * gdb.base/printcmds.exp: Escape curly braces followed by a number
26077 in array print pattern match.
26078
a9e2e984
FN
260792000-11-09 Fernando Nasser <fnasser@redhat.com>
26080
26081 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
26082 spelling "cancelled" to U.S. spelling "canceled" to match changes
26083 made to gdb.
26084 * gdb.c++/ovldbreak.exp: Ditto.
26085
c7db355b
PS
260862000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
26087
26088 * gdb.base/callfuncs.c (main): Moved to end of file, call
26089 t_double_values to initialize the FPU before inferior calls are made.
26090 * gdb.base/callfuncs.exp: Test for register preservation after calling
26091 inferior functions. Add tests for continuining, finishing and
26092 returning from a stop in a call dummy.
26093
dc96c6c7 260942000-10-24 Michael Snyder <msnyder@cygnus.com>
42f5c13f
MS
26095
26096 * gdb.base/commands.exp: Break up long lines, and re-indent.
26097
dc96c6c7 260982000-10-19 Michael Snyder <msnyder@cygnus.com>
ae0323a8
MS
26099
26100 * config/gdbserver.exp: Rewritten from the ground up, to make it
26101 compatible with the current dejagnu tree, and to make it work with
26102 the new "gdbserver" in libremote.
26103
dc96c6c7 261042000-10-16 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
26105
26106 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
26107 * gdb.base/varargs.exp: Skip entire test if no printf support.
26108 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
26109 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
26110
dc96c6c7 261112000-10-13 Michael Snyder <msnyder@cygnus.com>
13a5e3b8
MS
26112
26113 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
26114 no floating point support.
26115 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
26116 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
26117 * gdb.base/call-rt-st.exp: Ditto.
26118 * gdb.base/call-strs.exp: Ditto.
26119
bac5fc66
JG
261202000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
26121
26122 * gdb.base/sizeof.c: include <stdio.h>.
26123
26124 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
a9c64011
AS
26125 'finish', otherwise uncaptured gdb_prompt would potentially
26126 throw remaining test points out of sync.
bac5fc66 26127
b22a6027
SB
261282000-07-26 Scott Bambrough <scottb@netwinder.org>
26129
26130 * gdb.base/recurse.exp: Run tests for all targets.
26131 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
26132 gnu-oldld case on ARM.
26133 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
26134 for ARM targets.
d63a86f8 26135
d8231941
AG
26136Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
26137
26138 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
26139 * gdb.java/configure: Rebuild.
26140
8caabe69
AG
26141Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
26142
26143 * gdb.java/jv-exp.exp: New file.
26144
9d273ca3
AG
26145Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
26146
26147 * configure: Rebuilt.
26148 * configure.in (configdirs): Add gdb.java.
26149 * gdb.java/jmisc.java: New file.
26150 * gdb.java/jmisc.exp: New file.
26151 * gdb.java/Makefile.in: New file.
26152 * gdb.java/configure: Rebuilt.
26153 * gdb.java/configure.in: New file.
26154 * lib/java.exp: New file.
26155
4f823a66
AC
26156Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
26157
26158 * gdb.base/exprs.exp: Test casts to a pointer including over and
889bf7c5 26159 underflow.
4f823a66 26160
2391e11d
AC
26161Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
26162
26163 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
889bf7c5 26164 and the compilers sizes.
2391e11d 26165
54602222
ND
261662000-07-09 Nick Duffek <nsd@redhat.com>
26167
26168 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
26169 (use_methods): New function.
26170 (main): Call use_methods().
26171 * gdb.c++/classes.exp (test_method_param_class): New procedure.
26172 (do_tests): Call test_method_param_class.
26173
2bec0572
ND
261742000-07-09 Nick Duffek <nsd@redhat.com>
26175
26176 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
26177 spelling.
26178 (test_enums): New procedure. Move enum tests from end of script
26179 to here. Set breakpoint on function name instead of line number.
26180 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
26181 (enums2): New marker function.
26182 (enums1): New function.
26183 (main): Call enums1(). Move enum tests to enums1().
26184
78492fde
AC
26185Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
26186
26187 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
889bf7c5 26188 compile/link program. Update line numbers.
78492fde
AC
26189 * gdb.asm/d10v.inc: Define ``startup''.
26190 * gdb.asm/asmsrc1.s: Add definition of _start.
d63a86f8 26191
49a2cef8
AC
26192Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
26193
26194 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
26195
3e6c8688
EZ
261962000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26197
26198 * gdb.base/maint.exp: Add 'maint print architecture' item to output
889bf7c5 26199 of 'help maint print' command.
3e6c8688 26200
9ff5cbe9
AC
26201Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
26202
26203 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
889bf7c5 26204 they use gdb_expect_list.
9ff5cbe9 26205
17c579bd
AC
26206Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
26207
26208 * gdb.base/commands.exp: Use ``set remote
889bf7c5
PA
26209 memory-read-packet-size'' instead of ``set endian big'' to test
26210 long commands.
17c579bd 26211
e6d71bf3
DB
262122000-06-03 Daniel Berlin <dan@cgsoftware.com>
26213
26214 * gdb.c++/templates.exp (do_tests): Make all of these work under
d63a86f8 26215 g++, and stop skipping them.
e6d71bf3
DB
26216
26217 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
26218 work under g++.
26219
d63a86f8 26220 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
e5f9ba7b
MS
26221 initialization.
26222
dc96c6c7 262232000-06-02 Michael Snyder <msnyder@cygnus.com>
7346e70f
MS
26224
26225 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
26226 the regular expression: accept an (almost) arbitrary sequence of
26227 "frames-invalid" and "breakpoints-invalid" messages both before
26228 and after the "starting" message.
26229
dc96c6c7 262302000-06-02 Michael Snyder <msnyder@cygnus.com>
e5f9ba7b
MS
26231
26232 * gdb.c++/local.exp: This test has never been known to work with g++.
e6d71bf3 26233
dc96c6c7 262342000-05-18 Michael Snyder <msnyder@cygnus.com>
0a791409
MS
26235
26236 * gdb.base/annota1.exp (annotate-signal-handler-caller):
26237 Relax the regular expression a little, make it pass on Solaris 8.
26238
8216cda9
KB
262392000-05-12 Kevin Buettner <kevinb@redhat.com>
26240
26241 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
d63a86f8 26242 a call, do not require that gdb stop on the line after the call.
8216cda9
KB
26243 Instead, it is permissible for gdb to stop on the line of the
26244 call itself.
26245
1a570b2f
MS
262462000-05-12 Michael Snyder <msnyder@.cygnus.com>
26247
26248 * gdb.base/break.exp (bp on small function, optimized file):
26249 Add a second pass pattern. The behavior differs here between stabs
26250 and dwarf for one-line functions. Stabs preserves two line symbols
26251 (one before the prologue and one after) with the same line number,
26252 but dwarf regards these as duplicates and discards one of them.
26253 Therefore the address after the prologue (where the breakpoint is)
26254 has no exactly matching line symbol, and GDB reports the breakpoint
26255 as if it were in the middle of a line rather than at the beginning.
26256
dc96c6c7 262572000-05-08 Michael Snyder <msnyder@cygnus.com>
89cb06a2 26258
d63a86f8 26259 * gdb.base/interrupt.exp: Make "pass" message say "send"
89cb06a2
MS
26260 rather than "send_gdb" (for consistancy).
26261
7d418785
AC
26262Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
26263
26264 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
26265 * gdb.c++/templates.cc: Properly check for GCC version number.
26266 * lib/compiler.cc: Likewise
26267
dc96c6c7 262682000-04-28 Michael Snyder <msnyder@cygnus.com>
e919ea79 26269
d63a86f8 26270 * gdb.base/break.exp: When compiled with -O2 optimization,
e919ea79
MS
26271 gdb may not stop at the first line of main, due to code motion.
26272
dc96c6c7 262732000-04-26 Michael Snyder <msnyder@cygnus.com>
1960c400
MS
26274
26275 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
26276 This test depends on parsing the printf output from the target.
26277 Since the sparclet stub doesn't do stdio, this will never work.
26278 * gdb.base/call-rt-st.exp: ditto.
26279 * gdb.base/call-strs: ditto.
26280
dc96c6c7 262812000-04-24 Michael Snyder <msnyder@cygnus.com>
b84b7669
MS
26282
26283 * gdb.base/miscexprs.exp: make sizeof long array test portable.
26284
26285 * gdb.base/ending-run.exp: After connecting to a remote target,
26286 but before running, the target will appear to be in a random
26287 location. Specify both a file and a line for breakpoints.
26288 Also, the function that calls main may be called 'init'
26289 rather than 'start'.
26290
a5a51225
EZ
262912000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26292
26293 * gdb.base/help.exp: Update output for add-symbol-file command.
26294
7930cc7c
FN
262952000-04-10 Fernando Nasser <fnasser@cygnus.com>
26296
26297 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
26298 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
26299
23e37ab1
C
263002000-04-07 J.T. Conklin <jtc@redback.com>
26301
e93c542c
C
26302 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
26303
23e37ab1
C
26304 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
26305
591b8fa3
PDM
26306Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
26307
26308 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
889bf7c5 26309 values that can be represented exactly.
591b8fa3
PDM
26310 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
26311 above change, and to not check against the directory part of the source
26312 file name.
26313 (step into print_long_arg_list): Likewise.
26314 (print print_small_structs from print_long_arg_list): Likewise.
26315 (print print_long_arg_list): Likewise.
26316
7a495180
EZ
263172000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26318
30b53638 26319 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
7a495180 26320
beb998c6
AC
26321Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
26322
26323 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
26324
1c689132
DB
263252000-03-25 Daniel Berlin <dan@cgsoftware.com>
26326
26327 * gdb.base/commands.exp (deprecated_command_test): Add test for
26328 deprecate with no arguments.
26329
c1790a9d
JL
263302000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
26331
26332 * gdb.base/break.exp: Add new test for setting breakpoints on
26333 optimized code so we can test breakpoints work even when function
26334 prologues may be optimized away
26335
003ba290
FN
263362000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
26337
26338 From David Whedon <dwhedon@gordian.com>
a9c64011 26339 * gdb.base/commands.exp : Added command deprecator tests.
003ba290 26340
6837a0a2
DB
263412000-03-22 Daniel Berlin <dan@cgsoftware.com>
26342
26343 * gdb.base/help.exp: Added test for new apropos command.
26344
b9593231
KB
263452000-03-21 Kevin Buettner <kevinb@redhat.com>
26346
26347 * gdb.base/pointers.c (usevar): New function.
26348 (main): Make sure that global variables v_int_pointer2, rptr,
26349 and y are all referenced someplace in the program by calling
26350 usevar() on them. [Some linkers delete symbols which are
26351 never referenced. The space remains, but there's no way to
26352 get a (symbolic) handle on the variable from the debugger.]
26353
751a959b
EZ
263542000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26355
26356 * gdb.base/printcmds.c: Add typedeffed arrays.
26357
26358 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
889bf7c5 26359 procedure to test arrays that are typedef'd.
751a959b 26360
73a93a32
JI
263612000-03-13 James Ingham <jingham@leda.cygnus.com>
26362
26363 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
d63a86f8 26364 the library directories.
73a93a32 26365
fb40c209
AC
26366Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
26367
26368 * configure.in (configdirs): Add sub directory gdb.mi.
26369 * configure: Re-generate.
26370
26371 * gdb.mi: New directory.
d63a86f8 26372
ee4dd2c9
AC
263732000-02-25 Scott Bambrough <scottb@netwinder.org>
26374
26375 * gdb.base/long_long.exp: Correct test suite failure when printing
889bf7c5 26376 a long long value as a double on ARM platforms.
ee4dd2c9 26377
70f0cc22
JB
263782000-02-16 Jim Blandy <jimb@redhat.com>
26379
26380 * gdb.base/break.exp ("breakpoint line number"): Make sure the
26381 default source file is set properly before running this test.
26382
853819b8
EZ
263832000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26384
26385 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
889bf7c5 26386 gdbtk/library directory, not in gdbtcl2.
853819b8 26387
dfcd3bfb
JM
263882000-02-04 Jim Blandy <jimb@redhat.com>
26389
26390 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
26391 backslash from regexp pattern.
26392
26393 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
26394 procedure. Use it to run all the "continue to bp overloaded"
26395 tests. Note that this changes the names of the tests slightly.
26396 If the breakpoint hit message includes a hex PC value, because
26397 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
26398 from the real source code, still consider that a pass.
26399
26400 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
26401 XFAIL here if the breakpoint message contains a hex address. Note
26402 similar change on 1999-11-02.
26403
26404 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
26405
26406 * gdb.base/ptype.exp: Establish a default source file before
26407 calling get_debug_format.
26408
264092000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
26410
26411 * gdb.base/watchpoint.exp: Remove duplication of test messages.
26412
8b93c638
JM
264132000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
26414
26415 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
26416 of successive stepi commands -- while in the prologue we should see
26417 the function entry bracket.
26418
264192000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
26420
26421 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
26422 reach __change_mode() when stepping through the end of main().
26423
c5394b80
JM
264242000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
26425
26426 * gdb.base/default.exp: Fix expected pattern.
26427 * gdb.base/help.exp: Same.
26428
0d06e24b
JM
264292000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26430
26431 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
889bf7c5 26432 Don't use xfail's because that affects only the following test.
d63a86f8 26433
0d06e24b 26434 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
889bf7c5 26435 solaris or linux.
0d06e24b
JM
26436
26437 * gdb.base/selftest.exp: Update to reflect changes to main.c.
26438
dc96c6c7 264392000-01-07 Michael Snyder <msnyder@cygnus.com>
0d06e24b 26440
d63a86f8 26441 * gdb.base/display.exp: Some yacc parsers like to say
0d06e24b
JM
26442 "A syntax error" rather than "A parse error". Accept both.
26443
264442000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
26445
26446 * gdb.base/default.exp: Remove OS dependent string from "target
26447 remote" test.
26448 * gdb.base/help.exp: Same for "help target remote" test.
26449
c3f6f71d
JM
264502000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26451
26452 From Jim Kingdon <kingdon@redhat.com>:
26453
26454 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
889bf7c5
PA
26455 prompt (cleanup rather than necessity, but still might keep output
26456 from spilling to next test).
c3f6f71d
JM
26457
264582000-01-02 Fred Fish <fnf@cygnus.com>
26459
26460 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
26461 AIX, which defines them in <sys/types.h>.
26462
ed9a39eb 264631999-12-16 Stan Shebs <shebs@andros.cygnus.com>
c4093a6a 26464
ed9a39eb 26465 * gdb.base/default.exp: Match arm* etc instead of arm in "info
889bf7c5 26466 float" test.
ed9a39eb
JM
26467
264681999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
c4093a6a 26469
ed9a39eb 26470 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
c4093a6a
JM
26471
26472 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
26473 outermost frame disallowed".
26474
264751999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
26476
26477 * gdb.base/setvar.exp: New tests for setting the value of a struct
26478 with a constant list.
26479
264801999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
26481
26482 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
26483 require the user to type a cast before setting the value of a struct.
26484
de57eccd
JM
264851999-12-06 Jim Blandy <jimb@cygnus.com>
26486
26487 * gdb.base/default.exp: Expect the new 'info float' command on
26488 all i386 platforms.
26489
26490 * gdb.threads/linux-dp.exp: Expand our ability to recognize
26491 LinuxThreads libraries that don't support debugging.
26492
c2d11a7d
JM
26493Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
26494
26495 * gdb.base/remote.c: Fill the buffer with truely random data.
889bf7c5
PA
26496 Change the buffer type to ``unsigned char'' to simplify size
26497 arithmetic.
c2d11a7d
JM
26498
26499 * gdb.base/remote.exp: Reduce download numbers by one. Typical
889bf7c5
PA
26500 stub only handles 400-1 byte packets. Verify that the download
26501 worked.
c2d11a7d
JM
26502
265031999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
26504
26505 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
26506 tests, using UNRESOLVED for the untested cases. Also, does not wait
26507 for a timeout if the prompt was received before a recognizable pattern.
26508
265091999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
26510
26511 * lib/gdb.exp (gdb_expect_list): Fix spelling.
26512
265131999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26514
26515 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
889bf7c5 26516 watchpoints.
c2d11a7d
JM
26517
265181999-11-24 Jason Merrill <jason@casey.cygnus.com>
26519
26520 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
26521
26522 * gdb.c++/local.exp: Be more flexible in recognizing local class
26523 name mangling. Don't allow horribly truncated method names.
26524 * gdb.c++/derivation.exp: Expect protected inheritance.
26525 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
26526 * gdb.c++/virtfunc.exp: Likewise.
26527 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
26528 when printing a nested enum.
26529
265301999-11-22 Jim Blandy <jimb@cygnus.com>
26531
26532 * gdb.base/step-test.exp: Properly await GDB's response to setting
26533 a breakpoint on the call to large_struct_by_value.
26534
26535 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
26536 just because we have debug info for the `start' function.
26537
265381999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
26539
26540 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
26541 "Unknown signal" messages, which indicate (on LinuxThreads) that
26542 GDB doesn't know how to debug threads on this system. This is
26543 better than hanging while philosopher 0 dumps chatter into gdb.log.
26544
265451999-11-18 Tom Tromey <tromey@cygnus.com>
26546
26547 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
26548
265491999-11-18 Fred Fish <fnf@cygnus.com>
26550
26551 * gdb.base/coremaker2.c: Add sample program for generating
26552 cores that is more self contained than coremaker.c. Eventually
26553 I'll add more code to this and tie it into the testsuite.
26554
4ce44c66
JM
265551999-11-12 Stan Shebs <shebs@andros.cygnus.com>
26556
26557 * gdb.base/dollar.exp: Remove, now in gdb.hp.
26558
265591999-11-10 Jimmy Guo <guo@cup.hp.com>
26560
26561 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
889bf7c5 26562 from $srcdir/lib/.
4ce44c66 26563 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
889bf7c5 26564 and gdb.c++/.
4ce44c66
JM
26565
26566 * gdb.c++/derivation.exp: remove redundant get compiler info code.
26567
d63a86f8 26568 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
4ce44c66
JM
26569 'continue with watch' test point.
26570
265711999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
26572
26573 Merged from p2linux-990323-branch:
d63a86f8 26574
4ce44c66
JM
26575 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
26576
11cf8741
JM
26577Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
26578
26579 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
889bf7c5 26580 {limit,fixed}''. Test ``set download-write-size''.
11cf8741
JM
26581
26582Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
26583
26584 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
889bf7c5 26585 gdb_expect_list.
11cf8741
JM
26586
26587Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
26588
26589 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
26590
265911999-11-03 Mark Salter <msalter@cygnus.com>
26592
26593 * gdb.base/break.exp: Fix "stub continue" pattern.
26594
265951999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
26596
26597 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
26598
265991999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
26600
26601 * gdb.base/display.exp ("finish"): Add timeout clause.
26602
26603 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
26604 plain prompt clause, so this doesn't have to time out in order to
26605 fail.
26606
26607 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
889bf7c5 26608 breakpoint hit messages include an address.
11cf8741
JM
26609
26610 * gdb.base/display.exp: Don't forget to escape parens in regular
26611 expressions. Unix regexp notatation sucks.
26612
266131999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26614
26615 * gdb.base/annota1.exp: Test for annotate-signalled: change output
889bf7c5 26616 order for 'signalled' message.
11cf8741 26617
5c44784c
JM
266181999-11-01 Stan Shebs <shebs@andros.cygnus.com>
26619
26620 From Jimmy Guo <guo@cup.hp.com>:
26621 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
26622 * gdb.base/annota1.c: Add code for tests to work with.
26623
266241999-10-26 Frank Ch. Eigler <fche@cygnus.com>
26625
26626 * gdb.base/remote.exp: New test for remote downloading settings.
26627 * gdb.base/remote.c: New file with large .data.
26628
917317f4
JM
266291999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
26630
26631 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
26632 for LinuxThreads support, merged from the Code Fusion branch.
26633
26634Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
26635
26636 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
889bf7c5
PA
26637 containing exp_continue into a while within an expect. Don't
26638 attempt a start more than three times. Check return value from
26639 gdb_load.
d63a86f8 26640
2df3850c
JM
26641Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
26642
26643 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
889bf7c5 26644 a pass case.
2df3850c 26645
2acceee2
JM
266461999-10-01 Kevin Buettner <kevinb@cygnus.com>
26647
26648 * gdb.base/break.c (main): Added a statement that we can step
26649 off of.
26650 * gdb.base/break.exp: Added tests for setting a breakpoint
26651 at an offset and stepping onto a breakpoint.
26652
266531999-10-01 Fred Fish <fnf@cygnus.com>
26654
d63a86f8 26655 * gdb.base/help.exp (help add-symbol-file): Update to match current
2acceee2
JM
26656 gdb output.
26657
c2c6d25f
JM
266581999-09-18 Jim Blandy <jimb@cris.red-bean.com>
26659
26660 * gdb.base/break.exp: Code locations are in hex, don't forget!
26661 (For HP-UX.)
26662
266631999-09-17 Stan Shebs <shebs@andros.cygnus.com>
26664
26665 * condbreak.exp: Use break.c as test program.
26666 * condbreak.c: Remove, redundant with break.c.
26667
266681999-09-15 Stan Shebs <shebs@andros.cygnus.com>
26669
26670 * config/monitor.exp (gdb_target_monitor): Disable X- and
889bf7c5 26671 Z-packets if the target needs it.
c2c6d25f
JM
26672
266731999-09-13 James Ingham <jingham@leda.cygnus.com>
26674
26675 * gdb.c++/overload.exp: Added tests for listing overloaded
26676 functions with function pointers in the arg, explicitly calling
26677 out the version you want.
26678
cff3e48b
JM
266791999-09-09 Stan Shebs <shebs@andros.cygnus.com>
26680
26681 * long_long.exp: Add variations of test cases that work for
26682 targets with 16-bit ints and 32-bit doubles.
26683
d4f3574e
SS
266841999-09-08 Stan Shebs <shebs@andros.cygnus.com>
26685
26686 * break.c (main): Compare a possibly-uninitialized argc with an
26687 unlikely value that fits in 16 bits.
26688
266891999-09-07 Stan Shebs <shebs@andros.cygnus.com>
26690
26691 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
26692 0xfeeb, don't want negative numbers if ints are 16 bits.
26693
26694 * lib/gdb.exp (skip_cplus_tests): New proc.
26695 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
889bf7c5
PA
26696 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
26697 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
26698 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
26699 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
26700 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
26701 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
26702 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
d4f3574e
SS
26703
26704 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
26705
26706Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
26707
26708 * gdb.base/corefile.exp (up): Allow a parameter to appear
26709 in the frame that we're going up to.
26710
26711 From Jim Blandy <jimb@cygnus.com>:
26712
26713 * gdb.base/default.exp (info float): Expect some output now.
26714
26715 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
26716 returning floating-point values to fail on the x86.
26717 * gdb.base/callfwmall.exp (do_function_calls): Same.
26718
26719 * gdb.base/list.exp (test_listsize): Correct expectations for
26720 listing line 1 with listsize 2. Also, listing a single line
26721 works now, as does listing three lines. [Kevin's note: There
26722 were a number of other cases fixed too where the expectations
26723 differed...]
26724
267251999-09-02 Stan Shebs <shebs@andros.cygnus.com>
26726
26727 * gdb.base/selftest.exp: Add case for when version prints as
26728 constant string instead of char pointer.
26729
104c1213
JM
267301999-08-25 Stan Shebs <shebs@andros.cygnus.com>
26731
26732 * gdb.base/ending-run.exp: Add Solaris case for what happens when
889bf7c5 26733 stepping out of main.
104c1213
JM
26734
26735 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
26736 G++ used.
26737
26738 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
889bf7c5 26739 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
104c1213
JM
26740
26741 * gdb.c++/ovldbreak.exp: Update match string in test that
26742 includes a warning of multiple breakpoints.
26743
267441999-08-24 Stan Shebs <shebs@andros.cygnus.com>
26745
26746 * gdb.base/display.exp: Improve precision of step-after-finish
26747 added yesterday.
26748
26749 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
889bf7c5 26750 test.
104c1213
JM
26751
26752 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
26753 configs when using G++, not just hppa*.
26754
267551999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26756
26757 * gdb.base/async.c: New file.
26758 * gdb.base/async.exp: New file.
26759
26760Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
26761
26762 * gdb.base/break.exp: Tweak PA specific tests to properly handle
26763 PA64.
26764
53a5351d
JM
26765Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
26766
104c1213
JM
26767 * gdb.base/display.exp: "finish" can leave us mid-line on many
26768 targets, deal with it. Add a small constant to main, instead of
26769 1000 since main+1000 may not be a valid address in the target.
26770
53a5351d
JM
26771 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
26772 on hpux11.
26773
26774 * gdb.base/attach.exp: Handle another hpux11 error message variant
26775 when attaching to a process that does not exist.
26776
267771999-08-19 J.T. Conklin <jtc@redback.com>
26778
26779 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
889bf7c5 26780 characters in 'continue to 1241' test.
53a5351d
JM
26781
267821999-08-17 Stan Shebs <shebs@andros.cygnus.com>
26783
26784 * gdb.base/call-ar-st.exp: Add a shorter match case for the
26785 stop in print_long_arg_list, define and use a whitespace
26786 variable in print_small_structs test, add an XFAIL for Solaris.
26787 * gdb.base/dbx.exp: XFAIL func commands until somebody is
26788 interested enough to fix.
26789
7be570e7
JM
267901999-08-13 Keith Seitz <keiths@cygnus.com>
26791
26792 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
26793 (dbx_gdb_load): Remove. Use gdb_load instead, since that
26794 proc knows about targets other than the natives.
26795 (test_assign): Use "gdb_run_cmd" to "run" the target.
26796 Check that we've actually hit the breakpoint at main.
26797 When we attempt to assign a value to a local variable, check
26798 that the variable is in the current scope, i.e., don't use
26799 a test with an empty result.
26800
26801Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
26802
26803 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
889bf7c5 26804 command.
7be570e7
JM
26805
268061999-08-09 Stan Shebs <shebs@andros.cygnus.com>
26807
26808 From Jimmy Guo <guo@cup.hp.com> and others at HP:
26809 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
26810 gdb.compat, gdb.threads-hp.
26811 gdb.hp/configure, gdb.hp/configure.in: New files.
26812 gdb.hp/Makefile.in: Recurse into new subdirs.
26813 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
26814 gdb.hp/gdb.objdbg: New directory, tests for debugging info
26815 in object files.
26816 gdb.hp/tools: New directory, aux tools for HP-specific tests.
26817
96baa820
JM
268181999-08-05 Stan Shebs <shebs@andros.cygnus.com>
26819
26820 * gdb.base/display.exp: Help expect by putting a newline in the
889bf7c5 26821 funky printf, remove a bogus p/a test.
96baa820
JM
26822
268231999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26824
26825 * gdb.base/display.exp: Make sure that when we say 'run', we are
889bf7c5
PA
26826 connected to the target. This is necessary when running not
26827 natively.
96baa820
JM
26828
268291999-08-03 Stan Shebs <shebs@andros.cygnus.com>
26830
26831 * gdb.base/step-test.exp: Removed some extraneous messages.
26832
26833 * gdb.base/long_long.exp: Don't run memory examination tests
26834 on little-endian targets (they will need a different set of
26835 results to match).
26836
268371999-08-02 Stan Shebs <shebs@andros.cygnus.com>
26838
26839 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
26840 until somebody decides to fix GDB.
26841
26842 * gdb.base/long_long.c: Stop compiler complaint by specifying long
889bf7c5 26843 constant as "ULL".
96baa820
JM
26844 * gdb.base/long_long.exp: Loosen x/c test, add partial result
26845 matches for a couple x/2 commands.
26846
a0b3c4fd
JM
268471999-07-30 Stan Shebs <shebs@andros.cygnus.com>
26848
26849 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
26850 by merging in ref-types2 tests.
26851 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
26852
26853 From Jimmy Guo <guo@cup.hp.com> and others at HP:
26854 * gdb.c++/Makefile.in: Add standard actions.
26855 (EXECUTABLES): Rename from PROGS, update list.
26856 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
26857 from gdb.hp.
26858 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
26859 foo and bar locals.
26860 * gdb.c++/anon-union.exp: Fix tests to match.
26861 * gdb.c++/classes.exp: Run if HP compiler used, add extra
26862 expect matches to handle output variations.
26863 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
26864 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
889bf7c5 26865 output, add HP alternatives for new and delete prints.
a0b3c4fd 26866 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
889bf7c5 26867 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
a0b3c4fd
JM
26868 * gdb.c++/demangle.exp: Use $style when reporting failure.
26869 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
26870 * gdb.c++/inherit.exp: Run if HP compiler used, add some
26871 match alternatives.
26872 * gdb.c++/local.exp: Add match alternatives or xfails for HP
889bf7c5 26873 compilers.
a0b3c4fd
JM
26874 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
26875 * gdb.c++/method.exp: Add match alternatives.
26876 * gdb.c++/misc.cc: Add bool types.
26877 * gdb.c++/misc.exp: Add tests for bool types.
26878 * gdb.c++/overload.exp: Add xfails.
26879 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
26880 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
26881 add some more template parameter tests (only for HP currently).
26882 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
26883 * gdb.c++/virtfunc.cc: Add return type and value for main.
26884 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
26885 match alternatives.
d63a86f8 26886
a0b3c4fd
JM
268871999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26888
26889 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
26890
268911999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
26892
26893 * gdb.base/signals.exp: Don't expect getting a backtrace from
26894 within a signal handler to fail on Linux.
26895
268961999-07-29 Stan Shebs <shebs@andros.cygnus.com>
26897
26898 From Jimmy Guo <guo@cup.hp.com> and others at HP:
26899 * lib/gdb.exp: Remove some gratuitious semicolons.
26900 (delete_breakpoints): Increase timeout.
26901 (gdb_expect): Add -notransfer option.
26902 (gdb_test): Use -notransfer option.
26903 (get_compiler_info): Add f77 case.
26904 (get_compiler): New proc, split out from gdb_preprocess, add f77
889bf7c5 26905 case.
a0b3c4fd
JM
26906 (gdb_preprocess): Call get_compiler.
26907
26908 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
26909 * gdb.base/attach.exp, gdb.base/display.exp,
889bf7c5
PA
26910 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
26911 gdb.base/long_long.exp, gdb.base/printcmds.exp,
26912 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
26913 third arg to gdb_test.
a0b3c4fd
JM
26914 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
26915 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
889bf7c5 26916 HP-UX xfails, add others.
a0b3c4fd
JM
26917 * gdb.base/completion.exp: Reflect name change of self-test.
26918 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
889bf7c5
PA
26919 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
26920 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
26921 HP failure number.
a0b3c4fd
JM
26922 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
26923 useless HP-UX 10.30 references.
26924 * gdb.base/maint.exp: Loosen matches.
26925 * gdb.base/pointers.c (main): Declare more_code.
26926 * gdb.base/pointers.exp: Match on output of a `next'.
26927 * gdb.base/structs.c: Add prototypes.
26928 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
26929 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
26930
269311999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26932
26933 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
889bf7c5 26934 command.
a0b3c4fd
JM
26935
269361999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26937
26938 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
26939 Fix run to main failures. Watchpoint can be hardware watchpoint.
d63a86f8
RM
26940
26941 * gdb.base/annota1.exp: Clean up some more, in case printf has
a0b3c4fd
JM
26942 debug info. Deal with lack of signal hanlder info in stack.
26943
a9c64011 26944 From Jim Kingdon <kingdon@redhat.com>:
a0b3c4fd
JM
26945 * gdb.base/annota1.exp: If printf has debug info, deal with it.
26946
5a2468f5
JM
269471999-07-19 Stan Shebs <shebs@andros.cygnus.com>
26948
26949 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
889bf7c5 26950 gdb.base/foll-vfork.exp: Don't run for crosses.
5a2468f5 26951
adf40b2e
JM
26952Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
26953
26954 * gdb.base/configure.in: Check for gdbvars.exp instead of
889bf7c5 26955 a1-selftest.exp.
adf40b2e
JM
26956 * gdb.base/configure: Re-generate.
26957
269581999-07-12 Stan Shebs <shebs@andros.cygnus.com>
26959
26960 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
26961 in trying to run first and name is too long.
26962
26963 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
26964 pointers2.c and pointers2.exp, respectively.
26965 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
26966 doschk happier.
26967
43e526b9
JM
269681999-07-08 Stan Shebs <shebs@andros.cygnus.com>
26969
26970 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
26971 callfuncs2.c and callfuncs2.exp.
26972
26973 * gdb.base/list.exp: Remove mistaken xfails.
26974 * gdb.base/list0.h: Add optional prototypes.
26975
9846de1b
JM
26976Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
26977
a9c64011 26978 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
889bf7c5 26979 calling malloc.
a9c64011
AS
26980 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
26981 * ptype.exp: Move test for get_debug_format to before its first
889bf7c5 26982 use.
9846de1b
JM
26983
269841999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26985
26986 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
26987 * gdb.base/annota2.cc, annota2.exp: Move from here.
26988 * gdb.c++/annota2.cc, annota2.exp: To here.
26989 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
26990
43ff13b4
JM
26991Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
26992
26993 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
889bf7c5 26994 a consistent format.
43ff13b4 26995
085dd6e6
JM
269961999-06-25 Stan Shebs <shebs@andros.cygnus.com>
26997
26998 From Jimmy Guo <guo@cup.hp.com> and others at HP:
26999 * lib/gdb.exp (get_compiler_info): Add detection for assorted
27000 HP compilers, also set the globals $true and $false.
27001
27002 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
889bf7c5
PA
27003 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
27004 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
27005 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
27006 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
27007 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
27008 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
27009 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
27010 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
27011 whatis.c} Add C++ compatible function definitions and return
27012 types, add includes for library functions.
085dd6e6
JM
27013 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
27014 * gdb.base/step-test.c (myglob): Rename from glob.
27015 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
889bf7c5
PA
27016 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
27017 files, move here from gdb.hp.
085dd6e6 27018 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
889bf7c5
PA
27019 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
27020 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
27021 Adjust line numbers in regexps.
085dd6e6
JM
27022
27023 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
27024 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
27025 instead of 0/1.
27026
27027 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
27028 foll-vfork.exp: New files, move here from gdb.hp.
27029 * gdb.base/page.exp: New file, test of pagination command.
27030
27031 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
27032 recursion test.
27033 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
27034
27035 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
889bf7c5 27036 gdb.base/solib.exp: Fix compiler invocation process.
085dd6e6
JM
27037
27038 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
889bf7c5 27039 HP-UX 11, turn off overload resolution explicitly.
085dd6e6 27040 * gdb.base/commands.exp: Set argument list explicitly, add
889bf7c5 27041 watchpoint test.
085dd6e6
JM
27042 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
27043 them work.
27044 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
27045 expressions properly.
27046 * gdb.base/corefile.exp: Loosen the match slightly.
27047 * gdb.base/default.exp: Allow "Error accessing memory" message
27048 also.
27049 * gdb.base/display.exp: Skip over x/0 j if PA64.
27050 * gdb.base/funcargs.exp: Add xfails for HP-UX.
27051 * gdb.base/interrupt.exp: Ditto.
27052 * gdb.base/langs.exp: Add symbolic matches governed by compiler
27053 in use.
27054 * gdb.base/list.exp: Add xfails for HP-UX.
27055 * gdb.base/long_long.exp: Refine some of the numeric matches.
27056 * gdb.base/mips_pro.exp: Xfail on HP-UX.
27057 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
27058 * gdb.base/nodebug.exp: Succeed on more varieties of output.
27059 * gdb.base/opaque.exp: Remove some HP-UX xfails.
27060 * gdb.base/ptype.exp: Succeed on more varieties of output.
27061 * gdb.base/scope.exp: Add xfails for HP-UX.
27062 * gdb.base/sect-cmd.exp: Add more cases.
27063 * gdb.base/setvar.exp: Add xfails for HP-UX.
27064 * gdb.base/shlib-call.exp: Loosen some matches slightly.
27065 * gdb.base/signals.exp: Match on void symbolically.
27066 * gdb.base/step-test.exp: Add case for PA64.
27067 * gdb.base/term.exp: Add exit and restart.
27068 * gdb.base/twice.exp: Clean up after self.
27069 * gdb.base/varargs.exp: Disable overload resolution explicitly.
27070 * gdb.base/whatis.exp: Allow more ways to pass tests.
27071
27072 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
889bf7c5 27073 no longer useful.
085dd6e6
JM
27074
27075Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
27076
27077 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
889bf7c5 27078 list of patterns.
085dd6e6 27079 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
889bf7c5
PA
27080 print_double_array(double_array)", "continuing to breakpoint
27081 1018", "print print_double_array(array_d)" and "continuing to
27082 1034" tests.
d63a86f8 27083
085dd6e6
JM
270841999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
27085
a9c64011 27086 * Makefile.in: Add empty html and install-html targets.
085dd6e6
JM
27087
270881999-06-24 Stan Shebs <shebs@andros.cygnus.com>
27089
27090 * config/mt-*: Remove, these haven't been used since 1996.
27091
270921999-06-22 Stan Shebs <shebs@andros.cygnus.com>
27093
27094 * gdb.base/call-strs.c, gdb.base/ending-run.c,
889bf7c5 27095 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
085dd6e6
JM
27096 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
27097
9e0b60a8
JM
270981999-06-18 Stan Shebs <shebs@andros.cygnus.com>
27099
27100 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
27101 simpler match case for the ptype of the big class.
27102
271031999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
27104
27105 * gdb.exp: Fix test for gdb_prompt existence.
27106
271071999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
27108
27109 * gdb.exp (gdb_test): Add fail after calls to perror.
27110
271111999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
27112
27113 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
27114
271151999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
27116
27117 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
27118
0f71a2f6
JM
27119Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
27120
27121 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
889bf7c5 27122 malloc() is linked in.
0f71a2f6
JM
27123
271241999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
27125
27126 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
27127 step at end.
27128
27129 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
27130
271311999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
27132
27133 * gdb.java/jv-print.exp: New file. (Our first Java test!)
27134
cce74817
JM
27135Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
27136
27137 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
27138 * gdb.base/mips_pro.exp: Likewise.
27139
271401999-06-02 Keith Seitz <keiths@cygnus.com>
27141
27142 * gdb.c++/templates.cc: Change all "new" operators to throw
27143 an exception.
27144 * gdb.c++/cplusfuncs.cc: Likewise.
27145
27146 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
27147
27148Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
27149
27150 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
a9c64011
AS
27151 * gdb.base/ending-run.exp: When stepping out of main, accept a
27152 step into an arbitrary assembler file.
cce74817 27153
392a587b
JM
271541999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27155
d63a86f8 27156 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
392a587b 27157 "breakpoint-invalid" to be printed.
6fdff2c5
PA
27158 * gdb.base/annota2.exp: Revise line number for main
27159 breakpoint. Allow any number of "frames-invalid" and
27160 "breakpoint-invalid" to be printed.
392a587b
JM
27161 * gdb.base/annota2.cc: Initialize a.x to 0.
27162
9e086581
JM
271631999-05-17 Keith Seitz <keiths@cygnus.com>
27164
6fdff2c5
PA
27165 * gdb.base/call-ar-st.exp: Skip
27166 "print print_double_array (double_array)" when "skip_float_tests" set.
27167 Ditto for "print print_double_array(array_d)",
27168 "print print_small_structs", "print print_ten_doubles", and
27169 "step into print_long_arg_list".
27170 Don't assume we can step into "print_long_arg_list": we could step
27171 into memcpy.
27172 * gdb.base/call-rt-st.exp: Don't run float-related tests when
27173 "skip_float_tests" is set: "print print_one_double(*d1)"
27174 and "print print_two_floats(*f3)".
9e086581
JM
27175 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
27176 "skip_float_tests" is set.
6fdff2c5
PA
27177 * gdb.base/varargs.exp: Skip
27178 "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)" when
27179 "skip_float_tests" set.
d63a86f8 27180
cd0fc7c3
SS
271811999-05-06 Keith Seitz <keiths@cygnus.com>
27182
27183 * gdb.base/annota2.cc: Include stdio.h.
27184
27185Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
27186
27187 * gdb.base/crossload.exp: Remove, this has been disabled ever
27188 since BFD stopped including all targets, and cross-GDB gets
27189 plenty of testing anyway.
27190 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
889bf7c5
PA
27191 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
27192 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
cd0fc7c3
SS
27193 * gdb.base/README: Remove, was doc for this.
27194 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
889bf7c5 27195 needed.
cd0fc7c3 27196
b83266a0
SS
271971999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27198
27199 * gdb.base/call-ar-st.exp: Fix one regular expression in test
27200 output.
27201
27202 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
27203 * gdb.base/annota2.exp: New file. More annotation tests.
27204 * gdb.base/annota1.c: New file. Source file for annota1.exp.
27205 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
27206
272071999-04-23 Angela Marie Thomas <angela@cygnus.com>
27208
27209 * config/cfdbug.exp: New file.
27210
7a292a7a
SS
272111999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
27212
27213 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
27214 Marcus Daniel's and Dale Hawkins's demangler crashes.
27215
27216 * gdb.c++/demangle.exp (test_gnu_style_demangling,
889bf7c5
PA
27217 test_lucid_style_demangling, test_arm_style_demangling,
27218 test_hp_style_demangling): Try Tom Tromey's core-dumping
27219 identifier under each demangling style.
7a292a7a
SS
27220
272211999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
27222
27223 * gdb.c++/demangle.exp: Include the current demangling style
27224 in all test names.
27225 (current_demangling_style): New global variable.
27226 (set_demangling_style, test_demangling_core, test_demangling,
27227 test_demangling_exact): New functions.
27228 (test_gnu_style_demangling, test_lucid_style_demangling,
27229 test_arm_style_demangling, test_hp_style_demangling): Use those,
27230 instead of calling gdb_test and gdb_test_exact directly.
27231 (catch_demangling_errors): New function, which reports errors
27232 signalled by the demangling test functions in an orderly way.
27233 (do_tests): Use catch_demangling_errors.
27234
272351999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
27236
27237 * gdb.base/signals.exp (test_handle_all_print): Use () for
889bf7c5 27238 grouping in expressions, not {}.
7a292a7a
SS
27239
27240 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
889bf7c5 27241 initialized yet.
7a292a7a
SS
27242
272431999-04-01 Stan Shebs <shebs@andros.cygnus.com>
27244
27245 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
27246 are listed.
27247
272481999-03-26 Stan Shebs <shebs@andros.cygnus.com>
27249
27250 * gdb.stabs/weird.exp: Test for CC being defined before
27251 looking at its value.
27252
272531999-03-25 Stan Shebs <shebs@andros.cygnus.com>
27254
27255 * gdb.base/call-ar-st.exp: Remove stray '#'.
27256 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
27257 "short int" and "long int".
27258 * gdb.c++/overload.cc: Cast the string added in the previous
889bf7c5 27259 change, to mollify finicky HP compiler.
7a292a7a
SS
27260 * gdb.hp/reg-test.exp (testfile): Fix file name.
27261 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
d63a86f8 27262
7a292a7a
SS
27263 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
27264 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
27265 alternate form of enum ptype.
27266
c906108c
SS
272671999-03-23 Stan Shebs <shebs@andros.cygnus.com>
27268
7a292a7a
SS
27269 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
27270 * gdb.hp/*.exp: Change all to run compiler probe only after
889bf7c5
PA
27271 passing skip_hp_tests, so as not to waste time on guaranteed
27272 failure.
7a292a7a 27273
c906108c
SS
27274 * gdb.c++/overload.cc: Pass string instead of char addr, always
27275 init ccpfoo.
27276 * gdb.c++/templates.cc: Fix syntax error.
27277
7a292a7a
SS
27278Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27279
27280 * gdb.base/commands.exp: Add test for correct position of '>'
d63a86f8 27281 when issuing the 'commands' command after a 'while' or 'if'
7a292a7a
SS
27282 command.
27283
272841999-03-18 James Ingham <jingham@cygnus.com>
27285
27286 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
27287
27288 * gdb.c++/method.exp: It was testing an uninitialized int on the
27289 stack and assuming it was positive.
27290
27291 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
27292
27293 * gdb.base/step-test.exp: Catch a case where finish is broken and
d63a86f8 27294 keep it from killing the rest of the tests.
7a292a7a
SS
27295 Use gdb_continue_to_end.
27296
27297 * gdb.base/sigall.exp: use gdb_continue_to_end.
27298
27299 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
27300
27301 * gdb.base/display.exp: use runto_main, not run.
27302
d63a86f8
RM
27303 * gdb.base/default.exp: Check for the current error message in the
27304 r abbreviation test.
7a292a7a
SS
27305 Add strongarm to the targets that know info float.
27306
d63a86f8 27307 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
7a292a7a
SS
27308 run which doesn't work with monitors.
27309
6fdff2c5
PA
27310 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to
27311 1034 test.
7a292a7a
SS
27312
27313 * gdb.base/break.exp: use the gdb_continue_to_end proc.
27314
6fdff2c5
PA
27315 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the
27316 end of a program. Traps the case (in Cygmon) when the program
27317 never really exits. Same as Mark's continue_to_exit, but I had
27318 put it in a lot more places, so I used my name. Sorry Mark...
7a292a7a
SS
27319
27320 * config/monitor.exp (gdb_target_monitor): added another
27321 target_info parameter: remotebinarydownload. This will set the
27322 remotebinarydownload flag if this is causing some boards trouble.
27323
273241999-03-18 Mark Salter <msalter@cygnus.com>
27325
27326 * lib/gdb.exp (continue_to_exit): New function.
27327
27328 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
27329 * gdb.base/ending-run.exp: Ditto.
27330 * gdb.base/step-test.exp: Ditto.
27331
273321999-03-16 Stan Shebs <shebs@andros.cygnus.com>
27333
27334 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
27335 (suggested by Art Haas <ahaas@neosoft.com>).
27336
273371999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
27338
889bf7c5 27339 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
7a292a7a
SS
27340
27341Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
27342
27343 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
889bf7c5 27344 descriptions of types (short unsigned int vs unsigned short, etc).
7a292a7a
SS
27345
273461999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
27347
27348 * gdb.base/call-strs.exp: Don't assume that `step' will step over
27349 a call to strlen; sometimes we do have sources.
27350
273511999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
c906108c
SS
27352
27353 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
889bf7c5 27354 character, so GDB won't print garbage after its end.
d63a86f8 27355
c906108c
SS
27356 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
27357 breakpoint there instead. Sometimes GCC emits memcpy to handle
27358 the large structures being passed by value, so we step into that
27359 instead of sum_array_print, which obscures what we're really testing.
27360 * gdb.base/step-test.exp: However, we do want a test that notices
889bf7c5
PA
27361 the bizarre steps into memcpy, so do that here. Add check for
27362 stepping into function calls that pass large structures by value.
27363 ("Is that a noun clause, or are you just happy to see me?")
c906108c
SS
27364 Remove all references to specific line numbers.
27365 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
27366 New type and function.
27367 (main): Call large_struct_by_value, passing it a large struct by value.
27368 * lib/gdb.exp (gdb_get_line_number): New function.
27369
27370 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
27371 more portable.
27372
7a292a7a
SS
273731999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
27374
c906108c
SS
27375 * lib/gdb.exp: Doc fixes.
27376
7a292a7a
SS
273771999-03-05 Nick Clifton <nickc@cygnus.com>
27378
d63a86f8 27379 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
7a292a7a
SS
27380
273811999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
27382
c906108c 27383 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
889bf7c5
PA
27384 commands. They're not germane to this test, and they don't work
27385 that way on remote targets.
c906108c 27386
3fc11d3e
JM
273871999-03-01 James Ingham <jingham@cygnus.com>
27388
27389 * Changelog entries merged over from gdb development branch.
27390
3fc11d3e
JM
27391 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
27392
27393 * lib/gdb.exp (gdbtk_analyze_results): Generic function
27394 for outputting results of test run.
27395
2d4a1622 27396 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
3fc11d3e
JM
27397
27398 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
3fc11d3e 27399
7a292a7a
SS
274001999-02-25 Felix Lee <flee@cygnus.com>
27401
27402 * lib/gdb.exp (debug_format): initialize
27403
c906108c
SS
274041999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
27405
27406 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
27407 * gdb.base/call-rt-st.c: Ditto.
27408
c906108c
SS
274091999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
27410
27411 * gdb.threads/pthreads.exp (horiz): New variable.
27412 (test_startup): Fix regexps that capture thread numbers.
27413
274141999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
27415
27416 * gdb.base/smoke.exp: Disambiguate two test case names (both
27417 called ``print'').
27418
27419Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
27420
27421 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
889bf7c5 27422 compilation.
c906108c
SS
27423
274241999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
27425
27426 * gdb.base/miscexprs.exp: Change patterns to match GDB's
27427 actual output formatting.
27428 * gdb.base/smoke.exp: GDB removes leading 0's.
27429 * gdb.base/volatile.exp: Don't check type of remuneration;
27430 that variable is no longer defined in constvars.c.
27431 * gdb.base/step-test.c (main): Exit with explicit exit code.
27432 * gdb.base/step-test.exp: Remove two nexti checks--they are
27433 not portable.
27434
274351999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
27436
27437 * gdb.base/help.exp ("help delete display"): Fix test to match
27438 gdb's output.
27439
27440 * gdb.base/long_long.c (known_types): Initialize values to zero.
27441 * gdb.base/long_long.exp: Step one more line
27442 so 'dec' is initialized in "get to known place". GDB removes
a9c64011
AS
27443 leading zeros. Explicitly ask for hex formatting. Use
27444 unique test case names.
c906108c
SS
27445
27446Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27447
d63a86f8 27448 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
c906108c
SS
27449
27450 * gdb.c++/method.exp: Add missing close brace.
27451
274521999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
27453
27454 * gdb.base/maint.exp: Use 'set height 0' to disable page
27455 prompting, not 'set height 400'.
27456
27457 Fix a bunch of timeouts.
27458 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
27459 four separate tests, so expect doesn't take forever to match a ton
27460 of text against a regexp with lots of .* forms.
27461 ("maint print psymbols", "maint print symbols"): Make some of
27462 these greps more selective, so that expect doesn't try to wade
27463 through huge piles of output and time out.
27464
27465 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
27466
27467 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
889bf7c5
PA
27468 tests: one which doesn't expect shlib events to be reported, and
27469 another which does, but is XFAIL for all platforms other than
27470 HP/UX.
c906108c
SS
27471
27472 * gdb.base/break.exp: Teach the test suite that the `catch
27473 fork', `catch vfork', and `catch exec' commands produce error
27474 messages on platforms that don't provide these features.
27475
27476Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
27477
27478 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
889bf7c5
PA
27479 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
27480 (shortening names from solib_threshold.exp etc), won't run on
27481 anything but HP-UX for the foreseeable future.
c906108c 27482 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
889bf7c5 27483 reflect move.
c906108c
SS
27484
27485Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
27486
27487 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
889bf7c5 27488 gdb.trace/Makefile.in (clean): Remove all test executables.
c906108c
SS
27489
27490Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
27491
27492 * gdb.base/shlib-call.exp: add test cases to verify that gdb
27493 successfully re-sets breakpoints in shared libraries.
27494 * gdb.base/shmain.c (main): return 0, don't fall off the end.
27495
27496Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27497
d63a86f8
RM
27498 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
27499 and compiled w/o GCC.
c906108c
SS
27500
27501 * gdb.hp/watch-cmd.exp: ditto.
27502
27503 * gdb.hp/watch-hp.exp: ditto.
27504
27505 * gdb.hp/xdb1.exp: ditto.
27506
27507 * gdb.hp/xdb2.exp: ditto.
27508
27509 * gdb.hp/dbx.exp: ditto.
27510
27511Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
27512
27513 * constvars.c: Remove C++-isms.
27514 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
889bf7c5 27515 with GCC.
c906108c
SS
27516
27517Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
27518
27519 The following changes are part of the HP merge.
27520
27521 * gdb.base/break.exp: new tests to verify that catchpoints for
27522 fork, vfork, and exec don't trigger inappropriately.
27523
27524 * gdb.base/opaque.exp: compile one file at a time, then link.
27525
27526 * gdb.base/signals.exp: be more restrictive about which hppa
27527 systems receive a setup_xfail. new tests.
27528
27529 * gdb.base/solib_threshold.build: new file.
27530 * gdb.base/solib_threshold.exp: new file.
27531 * gdb.base/solib_threshold.link_opts: new file.
27532 * gdb.base/solib_threshold.mk: new file.
27533 * gdb.base/gen_solib_threshold.c: new file.
27534
27535 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
27536 tests. New tests for enums inside classes.
27537
27538 * gdb.c++/compiler.cc: indicate support of template debugging.
27539
27540 * gdb.c++/demangle.exp: run hp style demangling tests.
27541
27542 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
27543 tests.
27544
27545 * gdb.c++/misc.cc: changes to support new tests.
27546
27547 * gdb.c++/templates.cc: changes to support HP's compiler; changes
27548 to support new tests.
27549
27550 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
27551 gcc, then skip these tests.
27552
27553Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
27554
27555 The following files are part of the HP merge; some had longer
27556 names at HP, but have been renamed to be no more than 14
27557 characters in length.
27558
27559 * gdb.hp/ambiguous.cc: new file.
27560 * gdb.hp/ambiguous.exp: new file.
27561 * gdb.hp/attach.exp: new file.
27562 * gdb.hp/attach2.exp: new file.
27563 * gdb.hp/classes-hp.exp: new file.
27564 * gdb.hp/ctti.exp: new file.
27565 * gdb.hp/ctti-add.cc: new file.
27566 * gdb.hp/ctti-add1.cc: new file.
27567 * gdb.hp/ctti-add2.cc: new file.
27568 * gdb.hp/ctti-add3.cc: new file.
27569 * gdb.hp/dbx.exp: new file.
27570 * gdb.hp/exception.cc: new file.
27571 * gdb.hp/exception.exp: new file.
27572 * gdb.hp/foll-exec.c: new file.
27573 * gdb.hp/foll-exec.exp: new file.
27574 * gdb.hp/foll-fork.c: new file.
27575 * gdb.hp/foll-fork.exp: new file.
27576 * gdb.hp/foll-vfork.c: new file.
27577 * gdb.hp/foll-vfork.exp: new file.
27578 * gdb.hp/inherit-hp.exp: new file.
27579 * gdb.hp/more-steps.exp: new file.
27580 * gdb.hp/namespace.cc: new file.
27581 * gdb.hp/namespace.exp: new file.
27582 * gdb.hp/optimize.exp: new file.
27583 * gdb.hp/pxdb.c: new file.
27584 * gdb.hp/pxdb.exp: new file.
27585 * gdb.hp/quicksort.exp: new file.
27586 * gdb.hp/reg-test.exp: new file.
27587 * gdb.hp/reg-test.s: new file.
27588 * gdb.hp/sized-enum.c: new file.
27589 * gdb.hp/sized-enum.exp: new file.
27590 * gdb.hp/start-stop.exp: new file.
27591 * gdb.hp/templ-hp.cc: new file.
27592 * gdb.hp/templ-hp.exp: new file.
27593 * gdb.hp/thr-lib.c: new file.
27594 * gdb.hp/thr-lib.exp: new file.
27595 * gdb.hp/thr-lib.h: new file.
27596 * gdb.hp/thr-liblib.c: new file.
27597 * gdb.hp/virtfun-hp.c: new file.
27598 * gdb.hp/virtfun-hp.exp: new file.
27599 * gdb.hp/watch-cmd.exp: new file.
27600 * gdb.hp/watch-hp.exp: new file.
27601 * gdb.hp/xdb1.exp: new file.
27602 * gdb.hp/xdb2.exp: new file.
27603 * gdb.hp/xdb3.exp: new file.
27604
27605Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
27606
27607 The following files are part of the HP merge; some had longer
27608 names at HP, but have been renamed to be no more than 14
27609 characters in length.
27610
27611 * gdb.base/ss.h: new file.
27612 * gdb.base/call-ar-st.c: new file.
27613 * gdb.base/call-ar-st.exp: new file.
27614 * gdb.base/call-rt-st.c: new file.
27615 * gdb.base/call-rt-st-exp: new file.
27616 * gdb.base/call-strs.exp: new file.
27617 * gdb.base/ena-dis-br.exp: new file.
27618 * gdb.base/environ.exp: new file.
27619 * gdb.base/long_long.exp: new file.
27620 * gdb.base/sect-cmd.exp: new file.
27621 * gdb.base/shlib-cl2.exp: new file.
27622 * gdb.base/smoke.exp: new file.
27623 * gdb.base/so-impl-ld.c: new file.
27624 * gdb.base/so-impl-ld.exp: new file.
27625 * gdb.base/so-indr-cl.c: new file.
27626 * gdb.base/so-indr-cl.exp: new file.
27627 * gdb.base/varargs.exp: new file.
27628 * gdb.base/volatile.exp: new file.
27629 * gdb.base/whatis-exp.exp: new file.
7a292a7a 27630 * gdb.base/display.exp: new file.
c906108c
SS
27631 * gdb.c++/derivation.exp: new file.
27632 * gdb.c++/local.exp: new file.
27633 * gdb.c++/member-ptr.exp: new file.
27634 * gdb.c++/overload.exp: new file.
27635 * gdb.c++/ovldbreak.exp: new file.
27636 * gdb.c++/ref-types.exp: new file.
27637 * gdb.c++/ref-types2.exp: new file.
27638 * gdb.c++/userdef.exp: new file.
d63a86f8 27639
c906108c
SS
27640Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
27641
27642 * gdb.base/default.exp: Reflect wording change in remote.c.
27643
dc96c6c7 27644Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
27645
27646 * gdb.base/help.exp: Update to reflect current text.
27647
27648Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
27649
27650 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
27651 they're stack variables and contain garbage.
27652 * gdb.c++/anon-union.exp: new file.
27653
27654 The following changes were made by David Taylor
889bf7c5
PA
27655 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
27656 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
27657 in changes by HP.
c906108c
SS
27658
27659 * gdb.base/bitops.exp: new file.
27660 * gdb.base/default.exp: change expected messages for catch and
27661 info catch tests to reflect HP merge changes.
27662 * gdb.base/enable-disable-break.exp
27663 * gdb.base/ending-run.c: new file.
27664 * gdb.base/long_long.c: new file.
27665 * gdb.base/maint.exp: new file.
27666 * gdb.base/pointers2.exp: new file.
27667 * gdb.base/shlib-call2.exp: new file.
27668 * gdb.base/solib.exp: new file.
27669 * gdb.base/step-test.c: new file.
27670 * gdb.c++/anon-union.cc: new file.
27671 * gdb.c++/local.cc: new file.
27672 * gdb.c++/member-pointer.cc: new file.
27673 * gdb.c++/method.cc: new file.
27674 * gdb.c++/ref-types.cc: new file.
27675 * gdb.c++/ref-types2.cc: new file.
27676 * gdb.c++/userdef.cc: new file.
d63a86f8 27677
c906108c
SS
27678 * gdb.base/scope.exp: compile one file at a time, then link.
27679 * gdb.base/langs.exp: ditto.
27680 * gdb.base/list.exp: ditto.
d63a86f8 27681
c906108c
SS
27682Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
27683
27684 The following changes were made by David Taylor
889bf7c5
PA
27685 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
27686 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
27687 in changes by HP.
d63a86f8 27688
c906108c
SS
27689 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
27690 skip tests. When compiling pass c++ flag to gdb_compile.
27691 * gdb.c++/
d63a86f8 27692
c906108c
SS
27693 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
27694 test for on hppa*-*-hpux*; use args to see if c++ was specified.
27695 (skip_hp_tests): new function.
27696 (gdb_preprocess): new function.
27697
27698 * configure.in (hpdir): decide whether to configure gdb.hp.
27699 * configure: regenerated.
27700
27701 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
27702 to delete on clean.
27703 (EXECUTABLES): update to reflect new additions.
27704 * gdb.base/commands.exp: update message expected.
27705 * gdb.base/default.exp: add copyright notice.
27706 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
27707 * gdb.base/help.exp: update messages to reflect current text.
27708 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
27709 targets for recurse tests.
27710 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
27711 skip this file.
27712
27713 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
27714 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
27715 compilation.
27716 * gdb.c++/misc.exp: ditto.
27717 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
27718 run the tests. tell gdb_compile that it's a c++ compilation.
27719
27720 * gdb.threads/pthreads.exp: fix typo in message.
d63a86f8 27721
c906108c
SS
27722 * gdb.base/all-bin.exp: new file.
27723 * gdb.base/arithmet.exp: new file.
27724 * gdb.base/assign.exp: new file.
27725 * gdb.base/completion.exp: new file.
27726 * gdb.base/cond-expr.exp: new file.
27727 * gdb.base/condbreak.exp: new file.
27728 * gdb.base/define.exp: new file.
27729 * gdb.base/dollar.exp: new file.
27730 * gdb.base/environment.exp: new file.
27731 * gdb.base/eval-skip.exp: new file.
27732 * gdb.base/jump.exp: new file.
27733 * gdb.base/logical.exp: new file.
27734 * gdb.base/pointers.exp: new file.
27735 * gdb.base/relational.exp: new file.
27736 * gdb.base/section_command.exp: new file.
27737 * gdb.base/whatis-expr.exp: new file.
27738
27739 * gdb.base/all-types.c: new file.
27740 * gdb.base/call-array-struct.c: new file.
27741 * gdb.base/call-return-struct.c: new file.
27742 * gdb.base/call-strings.c: new file.
27743 * gdb.base/callfuncs2.c: new file.
27744 * gdb.base/condbreak.c: new file.
27745 * gdb.base/constvars.c: new file.
27746 * gdb.base/display.c: new file.
27747 * gdb.base/int-type.c: new file.
27748 * gdb.base/jump.c: new file.
27749 * gdb.base/miscexprs.c: new file.
27750 * gdb.base/pointers.c: new file.
27751 * gdb.base/pointers2.c: new file.
27752 * gdb.base/shmain.c: new file.
27753 * gdb.base/shr1.c: new file.
27754 * gdb.base/shr2.c: new file.
27755 * gdb.base/solib.c: new file.
27756 * gdb.base/solib1.c: new file.
27757 * gdb.base/solib2.c: new file.
27758 * gdb.base/varargs.c: new file.
27759 * gdb.c++/derivation.cc: new file.
27760 * gdb.c++/overload.cc: new file.
27761 * gdb.c++/ovldbreak.cc: new file.
27762 * gdb.hp/attach.c: new file.
27763 * gdb.hp/attach2.c: new file.
27764 * gdb.hp/average.c: new file.
27765 * gdb.hp/compiler.c: new file.
27766 * gdb.hp/compiler.cc: new file.
27767 * gdb.hp/execd-program.c: new file.
27768 * gdb.hp/follow-exec.c: new file.
27769 * gdb.hp/follow-fork.c: new file.
27770 * gdb.hp/follow-vfork-and-exec.c: new file.
27771 * gdb.hp/misc-hp.cc: new file.
27772 * gdb.hp/more-steps.c: new file.
27773 * gdb.hp/optimize.c: new file.
27774 * gdb.hp/quicksort.c: new file.
27775 * gdb.hp/run-hp.c: new file.
27776 * gdb.hp/start-stop.c: new file.
27777 * gdb.hp/sum.c: new file.
27778 * gdb.hp/templates-hp.cc: new file.
27779 * gdb.hp/thread-local-in-lib.c: new file.
27780 * gdb.hp/thread-local-in-lib.h: new file.
27781 * gdb.hp/thread-local-in-lib.lib.c: new file.
27782 * gdb.hp/vforked-program.c: new file.
27783 * gdb.hp/virtfunc-hp.cc: new file.
27784 * gdb.hp/watchpoint-hp.c: new file.
27785 * gdb.hp/xdb.c: new file.
27786 * gdb.hp/xdb0.c: new file.
27787 * gdb.hp/xdb0.h: new file.
27788 * gdb.hp/xdb1.c: new file.
27789
27790Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
27791
27792 The following change was made by Edith Epstein
889bf7c5
PA
27793 <eepstein@cygnus.com> as part of a project to merge in changes
27794 originally made by HP; HP did not create ChangeLog entries.
c906108c
SS
27795
27796 * gdb.c++/demangle.exp: changed the expected output for some
27797 ARM-style mangling -- removed second reference to datatype.
889bf7c5 27798 For example, maint demangle __dt__11T1__pt__2_cFv
a9c64011 27799 T1<char>::~T1<char>(void)
c906108c 27800 becomes,
a9c64011
AS
27801 maint demangle __dt__11T1__pt__2_cFv
27802 T1<char>::~T1(void)
c906108c 27803
889bf7c5 27804 (test_hp_style_demangling): new hp specific demangling test cases.
d63a86f8 27805
c906108c
SS
27806Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
27807
27808 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
27809 * gdb.trace/backtrace.exp: Likewise.
27810 * gdb.trace/circ.exp: Likewise.
27811 * gdb.trace/collection.exp: Likewise.
27812 * gdb.trace/deltrace.exp: Likewise.
27813 * gdb.trace/infotrace.exp: Likewise.
27814 * gdb.trace/limits.exp: Likewise.
27815 * gdb.trace/packetlen.exp: Likewise.
27816 * gdb.trace/passc-dyn.exp: Likewise.
27817 * gdb.trace/passcount.exp: Likewise.
27818 * gdb.trace/report.exp: Likewise.
27819 * gdb.trace/save-trace.exp: Likewise.
27820 * gdb.trace/tfind.exp: Likewise.
27821 * gdb.trace/tracecmd.exp: Likewise.
27822 * gdb.trace/while-dyn.exp: Likewise.
27823 * gdb.trace/while-stepping.exp: Likewise.
27824
278251998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
27826
27827 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
27828
27829Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
27830
27831 From Brendan Kehoe:
27832 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
27833 int return types.
27834
27835Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
27836
27837 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
889bf7c5 27838 remote dos host testing right.
c906108c
SS
27839
27840Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
27841
27842 * gdb.base/corefile.exp: remove some xfails.
27843
27844Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
27845
27846 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
889bf7c5 27847 have different timestamps.
c906108c
SS
27848
27849Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
27850
27851 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
889bf7c5 27852 gdb.base/default.exp: Replace "exec" with "executable".
c906108c
SS
27853
27854Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
27855
27856 * gdb.base/default.exp: Change else if to elseif from previous
889bf7c5 27857 delta.
c906108c
SS
27858
27859Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
27860
27861 * gdb.base/default.exp: Add brace missing from previous delta.
27862
27863Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
27864
27865 * gdb.base/default.exp: Support test for info float for all
27866 varieties of arm toolchain.
27867
dc96c6c7 27868Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
27869
27870 * gdb.trace/*.exp: remove "remote_download" command.
27871
dc96c6c7 27872Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
27873
27874 * gdb.trace/*.exp: remove -gdwarf from compile.
27875
27876Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
27877
27878 * gdb.trace/configure.in(AC_INIT): typo
27879 * gdb.trace/configure: regenerated
27880
dc96c6c7 27881Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
27882
27883 * config/m68k-emc.exp: New file.
27884 * lib/<emc-support.exp trace-support.exp}: New files.
27885 * configure.in: add new test directory gdb.trace.
27886 * gdb.trace/{configure configure.in Makefile.in}: New files.
27887 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
27888 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
27889 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
27890 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
27891 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
27892 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
27893 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
d63a86f8 27894
dc96c6c7 27895Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
27896
27897 * gdb.c++/classes.exp: Change all regular expressions to match
27898 arbitrary combinations of newline/carriage-return, so that they
27899 will work equally well on Unix and Windows.
27900 * gdb.c++/inherit.exp: ditto.
27901 * gdb.c++/virtfunc.exp: ditto.
27902
279031998-08-11 Dawn Perchik <dawn@cygnus.com>
27904
27905 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
27906
c2d11a7d
JM
27907Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
27908
27909 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
27910 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
27911 to use a0-a3/d0-d3 as needed.
27912
27913Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
27914
27915 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
27916 * gdb.disasm/am33.exp: Corresponding changes.
27917
c906108c
SS
279181998-07-11 Felix Lee <flee@cygnus.com>
27919
27920 * gdb.base/callfuncs.exp: add cmp10 test.
27921 * gdb.base/callfuncs.c (cmp10): new function.
27922
27923Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
27924
d63a86f8 27925 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
c906108c
SS
27926 into two parts to get around a synchronization problem in expect.
27927
3fc11d3e
JM
27928Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
27929
27930 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
27931
27932 * configure.in: Add options for gdbtk testsuite.
27933
27934 * configure: Regenerate.
27935
27936 * gdb.gdbtk: New directory to hold gdbtk tests.
27937
c906108c
SS
27938Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
27939
27940 * gdb.fortran/types.exp: Escape brackets in expect patterns
27941 for test_float_literal_types_accepted tests.
27942 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
27943 before run test.
27944
c2d11a7d
JM
27945Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
27946
27947 * am33.exp: Just compile, do not link the testcase.
27948 * am33.s: Add ".am33" pseudoop to force am33 mode.
27949
c906108c
SS
279501998-06-25 Felix Lee <flee@cygnus.com>
27951
27952 * gdb.base/setshow.exp: make sure $pc is sane.
27953
27954 * gdb.stabs/weird.exp: split expect patterns properly.
27955
c2d11a7d
JM
27956Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
27957
27958 * gdb.disasm/am33.s: New disassembler testfile for the am33.
27959 * gdb.disasm/am33.exp: Run it.
27960
dc96c6c7 27961Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
27962
27963 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
27964 match processing (and eliminate spurious timeouts when running).
27965
dc96c6c7 27966Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
27967
27968 * gdb.base/signals.exp (test_handle_all_print): put back Mach
27969 exception test, but conditionalize it on target [mach | gnu].
27970
dc96c6c7 27971Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
27972
27973 * gdb.base/overlays.exp: fixup compile line for linker script.
27974
27975Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
27976
27977 * gdb.fortran/types.exp: don't guess at float size.
27978
27979Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
27980
27981 * gdb.base/exprs.exp: delete test that depends on int size.
27982
27983Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
27984
27985 * config/sim.exp: Removed checks for target triplets.
27986 (gdb_target_sim): Use gdb,target_sim_options.
27987
27988Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
27989
27990 * gdb.base/reread.exp: New file.
27991 * gdb.base/reread1.c: New file.
27992 * gdb.base/reread2.c: New file.
27993
27994Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
27995
27996 * config/sim.exp: Use 'target sim -sparclite' when running
27997 SPARClite programs.
27998
27999Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
28000
28001 * gdb.base/structs2.exp: New file.
28002 * gdb.base/structs2.c: New file.
28003
28004Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
28005
28006 * gdb.asm/common.inc: New file.
28007 * gdb.asm/d10v.inc: New file.
28008 * asm-source.exp: Pass -I's to gas to find .inc files.
28009 Update line numbers in expected output.
28010 * asmsrc1.s: Rewrite.
28011 * asmsrc2.s: Rewrite.
28012 * configure.in: Create arch.inc symlink.
28013 * configure: Regenerate.
28014 * Makefile.in (distclean): Delete arch.inc.
28015
28016Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
28017
28018 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
889bf7c5
PA
28019 (t_enum_value2): ditto
28020 (t_enum_value3): ditto
28021 (main): ditto
c906108c
SS
28022Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
28023
28024 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
28025 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
28026 change.
28027 Use gdb_test instead of send_gdb/gdb_expect sequences.
28028
28029Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
28030
28031 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
28032 not void.
28033
28034Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
28035
28036 * gdb.base/branches.c: Code with lots of loops and
889bf7c5
PA
28037 subroutines. Used to test gdbs ability to single step through PC
28038 changes, especially to test mips-tdep.c:mips_next_pc
c906108c
SS
28039
28040Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
28041
28042 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
28043 more rigorous EGCS C++ error checking.
28044
28045Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28046
a9c64011
AS
28047 * gdb.base/help.exp: Clean up `help set args' and `help show args'
28048 tests.
28049 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
28050 function when asleep.
28051 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
28052 for i*86 Linux and SVR4 signal handling problems.
28053 Remove linux xfail for `next to handler in signals_tests_1', fixed
28054 by recent infrun.c change.
28055 Limit backtrace to 10 frames to avoid timeout problems with infinite
28056 stack backtraces.
28057 Adjust expect pattern in `handle all print' test to match Apr 28 1997
28058 target.[ch] change.
c906108c
SS
28059
28060Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
28061
28062 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
28063 for a newline from gdb before continuing.
28064 (default_gdb_exit): Just look for y or n.
28065 (gdb_test): Detect abnormal exit from GDB running on DOS; if
28066 it does, fail the rests of the tests in the file.
28067
28068Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
28069
28070 * config/cygmon.exp: New file.
28071
28072Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
28073
28074 * gdb.base/list.exp: Fix problem with "list default lines around
889bf7c5 28075 main" test on remote targets.
c906108c
SS
28076
28077 * gdb.base/scope.exp: Fix problem with filelocal_bss before
28078 run test on remote targets.
28079
28080Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
28081
28082 * gdb.asm: New directory.
28083 * configure.in: Configure it.
28084 * configure: Regenerate.
28085 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
28086 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
28087
28088Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
28089
28090 * config/mn10300-eval.exp: New file to support MN10300 eval board.
28091
dc96c6c7 28092Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 28093
a9c64011
AS
28094 * gdb.base/overlays (several files): Merge the two overlay
28095 managers into one. Change variables (foox, barx, bazx, grbxx)
28096 back into ints but force them to load in their proper sections.
c906108c
SS
28097
28098Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
28099
28100 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
889bf7c5 28101 on-chip insn memory and IMAP1 to upper 128k.
c906108c
SS
28102 (D10VCopy): Handle memory regions crossing 16k boundaries.
28103 (D10VCopy): Transfer data in 32 bit chunks.
28104
28105Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
28106
28107 * gdb.base/overlays.c (main): Exit normally when result is
889bf7c5 28108 correct.
c906108c
SS
28109
28110 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
889bf7c5 28111 map. Include space for printf in .text segment.
c906108c
SS
28112
28113 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
889bf7c5 28114 updated d10v memory VMA/LMA map.
c906108c 28115 (D10VCopy): Call D10VTranslate.
d63a86f8 28116
c906108c
SS
28117Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
28118
28119 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
28120
28121 * gdb.base/bar.c (barx, bar): Change variable to small array so
889bf7c5
PA
28122 that it won't be put into the .sdata - small data -
28123 section. Update reference.
c906108c
SS
28124 * gdb.base/baz.c (bazx, baz): Ditto.
28125 * gdb.base/foo.c (foox, foo): Ditto.
28126 * gdb.base/grbx.c (grbxx, grbx): Ditto.
28127
28128 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
889bf7c5 28129 to be arrays.
d63a86f8 28130
dc96c6c7 28131Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
d63a86f8 28132
a9c64011
AS
28133 * gdb.base/overlays.exp: fix up and get working again.
28134 Add tests for backtraces from an overlay function.
d63a86f8 28135
c906108c
SS
28136Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
28137
28138 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
28139 "calling function with watchpoint enabled".
28140
28141Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
28142
28143 * gdb.base/break.exp (test_next_with_recursion): Remove
889bf7c5 28144 gdb_suppress_tests for d10v-*-*.
c906108c
SS
28145 * lib/gdb.exp (gdb_suppress_tests): Disable this function
28146 pending review of whether it is useful or not.
28147
28148Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
28149
28150 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
28151
28152Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
28153
28154 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
28155 * config/dve.exp: New file to support Densan boards.
28156
28157Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
28158
28159 * gdb.base/interrupt.exp: Document problem of simulators, signals,
889bf7c5 28160 reads and BSD.
c906108c
SS
28161
28162Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
28163
28164 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
28165 response.
28166
28167 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
28168
28169Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
28170
28171 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
889bf7c5 28172 test.
c906108c
SS
28173
28174 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
889bf7c5 28175 target_sizeof_long and target_bigendian_p.
c906108c 28176 (structs_by_value, structs_by_reference): Check values according
889bf7c5 28177 to targets word size and endianess.
d63a86f8 28178
c906108c
SS
28179Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
28180
28181 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
889bf7c5 28182 output.
c906108c
SS
28183
28184Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
28185
28186 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
889bf7c5 28187 Update test of set args help to match source change.
c906108c
SS
28188
28189Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
28190
28191 * gdb.base/default.exp: Expect help system output to be in
28192 alphabetical order.
28193 * gdb.base/help.exp: Ditto.
28194
28195Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
28196
28197 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
28198 "i*86-pc-linux-gnu*".
28199 * gdb.base/interrupt.exp: Ditto.
28200 * gdb.base/corefile.exp: Ditto.
28201
28202 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
889bf7c5 28203 define vxworks when building the testcase.
c906108c
SS
28204
28205 * gdb.base/ptype.exp: Fix testnames to be unique.
28206 * gdb.base/radix.exp: Ditto.
28207 * gdb.base/term.exp: Ditto.
28208 * gdb.base/whatis.exp: Ditto.
28209 * gdb.c++/classes.exp: Ditto.
28210
28211Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
28212
28213 * gdb.base/callfuncs.exp: Fix indentation.
28214
28215 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
28216 suppress_flag has been set.
28217 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
28218 target feature.
28219
28220Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
28221
28222 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
28223 the testcase.
28224
28225 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
889bf7c5 28226 set_debug_traps() and breakpoint().
c906108c
SS
28227 * gdb.c++/misc.cc (main): Ditto.
28228 * gdb.c++/templates.cc (main): Ditto.
28229 * gdb.c++/virtfunc.cc (main): Ditto.
28230
28231Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
28232
28233 * lib/gdb.exp(gdb_step_for_stub): New function.
28234 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
28235 exists, reload the executable and do a "continue" instead of
28236 doing a jump.
28237 (runto_main): Use gdb_step_for_stub.
d63a86f8 28238
c906108c 28239 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
889bf7c5 28240 tests to have unique names.
c906108c
SS
28241 * gdb.base/callfuncs.exp: Ditto.
28242 * gdb.base/commands.exp: Ditto.
28243 * gdb.base/default.exp: Ditto.
28244 * gdb.base/help.exp: Ditto.
28245 * gdb.base/list.exp: Ditto.
28246 * gdb.base/opaque.exp: Ditto.
28247 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
28248 similar tests.
d63a86f8 28249
c906108c
SS
28250 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
28251 * gdb.c++/cplusfuncs.cc: Ditto.
28252 * gdb.c++/virtfunc.cc: Ditto.
28253
28254 * config/monitor.exp: Keep track of the last file we saw, rather
28255 than trying to get the info from gdb.
28256
28257 * gdb.fortran/types.exp: Move comment to previous line.
28258
28259Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
28260
28261 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
889bf7c5 28262 target mode.
c906108c
SS
28263
28264Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
28265
28266 From Bob Manson:
28267 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
889bf7c5 28268 string from GDB when it connects.
c906108c
SS
28269
28270 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
28271
28272Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
28273
28274 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
889bf7c5
PA
28275 if we can't get a debug format from GDB (we may be testing an
28276 older GDB). Use a 10 second timeout when checking for the format.
c906108c
SS
28277
28278 * gdb.stabs/weird.exp: Fix quoting.
28279
28280 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
28281
28282Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
28283
28284 * config/arm-ice.exp: New file.
28285
28286Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
28287
28288 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
889bf7c5 28289 until it has been modified to work with the new testsuite.
c906108c 28290
99707966 28291 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
889bf7c5
PA
28292 testcase won't compile, cause all of the testcases in the file to
28293 fail instead.
c906108c
SS
28294
28295 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
28296 (gdb_clear_suppressed): New procedure.
28297 (gdb_stop_suppressing_tests): Only clear suppress_flag if
28298 it contains a positive value.
28299
28300Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
28301
28302 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
28303
28304 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
28305
28306Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
28307
28308 * lib/gdb.exp (setup_xfail_format): New function.
28309 (get_debug_format): New function to get debug format.
28310 (debug_format): New global variable to hold last value set
28311 by get_debug_format.
28312 * gdb.base/list.exp: Call get_debug_format and expect some
889bf7c5 28313 tests to fail for DWARF 1 and COFF formats.
c906108c
SS
28314 * gdb.c++/ptype.exp: Ditto.
28315 * gdb.c++/classes.exp: Ditto.
28316 * gdb.c++/cplusfuncs.exp: Ditto.
28317 * gdb.c++/inherit.exp: Ditto.
28318 * gdb.c++/templates.exp: Ditto.
28319 * gdb.c++/virtfunc.exp: Ditto.
d63a86f8 28320
c906108c
SS
28321Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
28322
28323 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
28324 host doesn't have a currently-open connection.
28325
28326 * config/sparclet.exp: Cleanups and fixes to make it generic for
889bf7c5
PA
28327 any gdb stub target. Handle cases where gdb doesn't respond when
28328 interrupted in a sane fashion.
c906108c
SS
28329
28330 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
889bf7c5 28331 same thing in a totally different way.
c906108c
SS
28332
28333 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
889bf7c5 28334 setting "timeout".
c906108c 28335 (gdb_start): We set the global gdb_prompt variable in
889bf7c5 28336 default_gdb_init now.
c906108c
SS
28337
28338Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
28339
28340 * gdb.base/printcmds.exp: Fix "check for floating addition"
28341 regexp to accept results within approx +/- .01 of exact value.
28342 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
28343
28344Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
28345
28346 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
889bf7c5 28347 properly.
c906108c
SS
28348 (gdb_expect): Add optional timeout parameter, and add timeout
28349 value to various calls.
28350 (gdb_suppress_tests): Only give one warning message per group.
28351
28352Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
28353
28354 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
889bf7c5
PA
28355 global variables. Handle getting a value for $timeout more
28356 gracefully.
c906108c
SS
28357
28358Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
28359
28360 * lib/gdb.exp: Close connection to remote host if gdb doesn't
889bf7c5 28361 initialize.
c906108c 28362 (default_gdb_init): New procedure; allow gdb_init to be overridden
889bf7c5 28363 by a target configuration file.
c906108c
SS
28364 (gdb_expect): Pass the timeout to remote_expect.
28365
28366 * config/monitor.exp(gdb_load): Fix typo in regexp.
28367
28368Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
28369
28370 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
28371
28372Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
28373
28374 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
889bf7c5
PA
28375 here. Call gdb_target_exec before rebooting the target, to make
28376 sure the connection to the target is closed.
c906108c
SS
28377 (gdb_load): Pass the name of the executable to gdb_target_monitor.
28378 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
28379 Also detect "Timeout reading from remote" error.
28380
28381 * config/gdbserver.exp: Pass the executable being loaded to
889bf7c5
PA
28382 gdb_target_monitor. Don't call gdb_file_cmd here; let
28383 gdb_target_monitor do it.
c906108c
SS
28384
28385 * gdb.disasm/hppa.exp: Don't use exec_output.
28386
28387Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
28388
28389 * gdb.base/list.exp: If we're debugging a non-native target,
28390 try to set the pc register to point to the start of the
28391 program before doing the first list command.
28392
28393 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
889bf7c5 28394 test_calls after restarting.
c906108c
SS
28395
28396 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
889bf7c5 28397 reloading.
c906108c
SS
28398
28399 * gdb.base/watchpoint.exp: Fix typo.
28400
28401 * gdb.base/setshow.exp: Check for use_gdb_stub.
28402
28403 * gdb.base/break.exp: Fix continue until exit test for the gdb
889bf7c5 28404 stub case.
c906108c
SS
28405 * gdb.base/langs.exp: Ditto.
28406
28407 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
889bf7c5
PA
28408 gdb_load_offset. If we weren't given a file to load, figure out
28409 what the current file is and use it.
c906108c
SS
28410
28411 * config/i386-bozo.exp: New file.
28412
28413Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
28414
28415 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
28416 feature.
28417
28418 * config/proelf.exp: New entry.
28419
28420Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
28421
28422 * lib/gdb.exp: Remove spurious .* patterns at the beginning
28423 of regexps.
28424
28425 * gdb.base/watchpoint.exp: Don't run the test_stepping
28426 tests if gdb can't call functions on the target.
28427
28428 * gdb.base/setshow.exp: Don't run the set prompt tests if
28429 the board has gdb_prompt set.
28430
28431Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
28432
28433 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
28434 * gdb.base/commands.exp: Likewise.
28435 * gdb.base/setshow.exp: Likewise.
28436
28437Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
28438
28439 * config/monitor.exp(gdb_start): Look for gdb_prompt target
28440 feature.
28441
28442 * config/i960.exp: New file.
28443
28444Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
28445
28446 * gdb.base/funcargs.exp: Check for gdb,short_int target
28447 feature instead of looking for explicit target triplets.
28448
dc96c6c7 28449Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
c906108c 28450
d63a86f8 28451 * gdb.base/printcmds.exp: add a couple more tests a la
c906108c
SS
28452 "p 123DEADBEEF", to check parse_number.
28453 * top.c: change "to enable to enable" to "to enable" in a couple
28454 of help strings.
28455
28456Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
28457
28458 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
28459 on the mn10300.
d63a86f8 28460
c906108c
SS
28461Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
28462
28463 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
28464 where the test executable is run with explicit args.
28465 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
28466
28467Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
28468
28469 * gdb.base/run.c: Use FAKEARGV to build test executable that
28470 does not require a command line arg, since most simulators
28471 don't currently support passing such an arg into the simulated
28472 program.
28473 * gdb.base/commands.exp: Change tests to insert the proper
28474 value as the arg to the first recursive factorial call. Change
28475 compilation line to define FAKEARGV at compile time.
28476
28477Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
28478
28479 * gdb.base/recurse.exp: Enable these tests for the mn10300.
28480 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
28481 function with watchpoint enabled" test.
28482
28483Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
28484
28485 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
889bf7c5 28486 Don't call gdb_test when the command doesn't return to a gdb prompt.
c906108c
SS
28487
28488 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
889bf7c5 28489 "Tests restarted" messages.
c906108c
SS
28490
28491Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
28492
28493 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
28494
dc96c6c7 28495Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28496
28497 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
28498 for INFO SYMBOL; add help tests for OVERLAY commands.
28499 * gdb.base/default.exp: add tests for INFO SYMBOL command;
28500 add tests for OVERLAY commands
28501 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
28502 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
28503 * gdb.base/sigall.c: add usestubs code frag
28504 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
d63a86f8 28505
c906108c
SS
28506Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
28507
28508 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
28509 failures.
28510 (gdb_stop_suppressing_tests): Note that tests have restarted.
28511
28512Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
28513
28514 * config/h8300.exp: New file.
28515
28516Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
28517
28518 * gdb.base/setshow.exp: Check for the existence of a
28519 feature, not its value.
28520
28521Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
28522
28523 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
28524
28525 * gdb.base/scope.exp: It's now init0(), not init().
28526
28527 * gdb.base/scope0.c: For now, change init() to be init0().
28528
28529 * config/monitor.exp: Use gdb_serial in preference to serial
28530 or netport.
28531
28532 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
889bf7c5 28533 and it's not already set.
c906108c
SS
28534
28535Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
28536
28537 * gdb.base/setshow.exp: Only test the run command if the target
889bf7c5 28538 isn't using a stub and if it supports argument passing.
c906108c
SS
28539
28540Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
28541
28542 * config/udi.exp(gdb_start): Make sure UDICONF is set
28543 properly before starting gdb.
28544
28545Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
28546
28547 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
28548 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
28549 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
28550
28551Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
28552
28553 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
889bf7c5 28554 specialized code to reboot the board, use remote_reboot instead.
c906108c
SS
28555
28556 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
28557
28558 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
28559
28560 * config/monitor.exp: Make sure we disconnect from the target.
28561 Also, try a reboot/reload cycle instead of failing if the
28562 load fails.
28563
28564Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
28565
28566 * gdb.base/default.exp: Don't set match_max.
28567 * gdb.base/help.exp: Ditto.
28568 * gdb.base/list.exp: Ditto.
28569 * gdb.base/signals.exp: Ditto.
28570
28571 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
28572 set, use remote_ld to download the testcase instead of
28573 the GDB loader.
28574
28575Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
28576
28577 * config/vr5000.exp: New file.
28578
28579 * config/monitor.exp(gdb_target_monitor): Add pattern for
28580 "Ending remote" to detect errors in connecting.
28581
28582 * gdb.base/setshow.exp: Add .* within auto language test.
28583
28584 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
28585 target feature.
28586
28587 * config/monitor.exp(gdb_load): Check for a failure when loading,
889bf7c5 28588 and reboot the board if necessary.
c906108c
SS
28589
28590 * gdb.base/setvar.exp(test_set): Handle multiple prints within
28591 a set of tests. Remove print.* from the patterns being checked.
28592
28593Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
28594
28595 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
28596 refer to gdb_spawn_id.
28597
28598 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
28599 longer used.
28600 * config/sparclet.exp: Ditto.
28601 * config/sparclet-old.exp: Ditto.
28602 * config/slite.exp: Ditto.
28603 * config/sim.exp: Ditto.
28604 * gdb.base/funcargs.exp: Ditto.
28605
28606 * lib/gdb.exp:Remove references to gdb_spawn_id.
28607 (gdb_expect): Move to remote.exp.
28608
28609Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
28610
28611 * config/monitor.exp: Detect the "Couldn't establish connection"
28612 message from GDB.
28613
28614Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
28615
28616 * gdb.base/bitfields.exp: Use runto instead of explicit
28617 gdb_run_cmd/gdb_expect sequences.
28618
28619 * gdb.base/break.exp(text_next_with_recursion): Add match for
28620 gdb_expect call.
28621
28622 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
28623 We also need to handle the "A program is being debugged already"
28624 prompt from gdb. Use gdb_test to set the baud rate.
28625
28626 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
28627 to 20000. Really. I mean it.
28628
28629Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
28630
28631 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
889bf7c5
PA
28632 fails. If suppress_flag is set, skip perror message about not
28633 being able to send to GDB.
c906108c 28634 (send_gdb): If suppress_flag is set, don't try to send commands to
889bf7c5 28635 GDB.
c906108c
SS
28636 (gdb_expect): If suppress_flag is set, always fail immediately.
28637 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
28638 (gdb_init): Call gdb_stop_suppressing_tests.
28639 (default_gdb_exit): Ditto.
28640 (default_gdb_start): Ditto.
28641
28642 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
889bf7c5 28643 gdb_stop_suppressing_tests as appropriate.
c906108c 28644 * gdb.base/break.exp: Ditto.
889bf7c5 28645 * gdb.base/callfuncs.exp: Ditto.
c906108c
SS
28646 * gdb.base/commands.exp: Ditto.
28647 * gdb.base/exprs.exp: Ditto.
889bf7c5 28648 * gdb.base/funcargs.exp: Ditto.
c906108c
SS
28649 * gdb.base/list.exp: Ditto.
28650 * gdb.base/recurse.exp: Ditto.
889bf7c5 28651 * gdb.base/scope.exp: Ditto.
c906108c
SS
28652 * gdb.base/structs.exp: Ditto.
28653 * gdb.c++/inherit.exp: Ditto.
28654
28655Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
28656
28657 * config/vr4300.exp: New file.
28658
99707966 28659 * gdb.*/*.exp: Call gdb_expect instead of expect.
d63a86f8 28660
99707966 28661 * lib/gdb.exp(gdb_expect): New function.
c906108c
SS
28662
28663Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
28664
28665 * lib/gdb.exp(gdb_init): New function.
28666
28667 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
889bf7c5 28668 for each individual variable set.
c906108c
SS
28669
28670 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
28671 name.
28672
28673 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
28674
28675 * gdb.base/scope.exp: Use gdb_test.
28676
28677 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
28678 aborting; the testsuite driver will do that for us (see
28679 gdb_finish). Also, use gdb_test in a few more places.
28680
28681Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
28682
28683 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
28684
28685Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
28686
28687 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
28688 and "add_tests" are not at the same address.
28689
28690Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
28691
28692 * gdb.base/ptype.exp: Use gdb_test.
28693
28694Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
28695
28696 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
28697 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
28698 left in. No longer expect them to fail.
28699
28700 * gdb.stabs/*.mt; Deleted, no longer used.
28701 * gdb.stabs/configure.in: Remove references to target makefile
28702 frags.
28703 * gdb.stabs/configure: Rebuilt.
28704
28705 * gdb.disasm/*.mt: Deleted, no longer used.
28706 * gdb.disasm/configure.in: Remove references to target makefile
28707 frags. Use "sh3.s" as the unique filename for this directory.
28708 * gdb.disasm/configure: Rebuilt.
28709
28710 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
28711 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
28712 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
28713
28714Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
28715
28716 * config/udi.exp: Use mondfe,name instead of remote_host.
28717
28718Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
28719
28720 * gdb.base/watchpoint.exp: Don't expect a failure when calling
28721 a function with a watchpoint enabled on the mn10200.
28722
28723 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
28724 before trying to create it!
28725
28726Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
28727
28728 * config/vx.exp: Use hostname instead of netport.
28729
28730 * config/vxworks.exp: New file.
28731
28732 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
28733
28734 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
889bf7c5 28735 gdb before assuming everything worked. Send a ^C if a timeout
c906108c
SS
28736 occurs.
28737
28738 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
28739 $gdb_spawn_id directly.
28740 (gdb_run_cmd): Try _start as well as start. Use the target feature
28741 gdb,start_symbol as the symbol to start from when jumping.
28742
28743Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
28744
28745 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
28746 redundant) test.
28747
28748 * gdb.base/recurse.exp: Relax final value test for 'b' so that
28749 it doesn't lose for 16bit integer systems.
28750
28751Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
28752
28753 * gdb.fortran/types.exp: If the target doesn't support "double"
28754 data types, then expect "real" types to only be 4 bytes.
28755
28756 * gdb.c++/virtfunc.exp: Expect failure for virtual function
28757 call tests if the target doesn't support inferior function calls.
28758
28759 * gdb.base/printcmds.exp: Allow minor deviation in FP values
28760 in printf tests.
28761
28762Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
28763
28764 * gdb.base/help.exp: Disable "help set", "help show", and
28765 "help support". Simplify regexp for "help stack".
28766
28767 * gdb.base/default.exp: Set match_max to 5000 and the timeout
28768 to 60 seconds. Temporarily set match_max to 15000 around the
28769 "info copying" test.
28770
28771 * gdb.base/nodebug.exp: Don't try to do an inferior function
28772 call if the target doesn't support them.
28773 * gdb.base/printcmds.exp: Likewise.
28774 * gdb.base/setvar.exp: Likewise.
28775 * gdb.base/structs.exp: Likewise.
28776 * gdb.c++/templates.exp: Likewise.
28777 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
28778
28779 * gdb.base/recurse.exp: Enable for the mn10200.
28780
28781 * configure.in: Do configure gdb.stabs directory for *-*-elf
28782 targets.
28783 * configure: Rebuilt.
28784
28785 * gdb.base/break.exp: Check for gdb,noresults before testing
28786 exit status and/or results from the target.
28787 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
28788 * lib/gdb.exp: Remove old (now bogus) initialization of
28789 noinferior, noargs, noresults and nosignals.
28790
28791Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
28792
28793 * config/sh.exp: New file.
28794
28795 * config/slite.exp: Try to connect multiple times to the board
28796 before rebooting. Only send a "monitor run" if need_monitor_run
28797 is set.
28798
28799 * gdb.base/break.exp: Don't do the "stub continue" test if
28800 the target has gdb_stub set.
28801
28802 * gdb.base/callfuncs.exp: Increase the timeout.
28803
28804 * gdb.base/interrupt.exp: Don't even try to compile the testcase
28805 if the target has gdb,noinferiorio set.
28806
28807 * gdb.base/list.exp: Increase match_max to 10000 characters.
28808
28809 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
28810
28811 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
28812 target.
28813
28814 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
28815
28816Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
28817
28818 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
889bf7c5
PA
28819 trying to delete the copy of gdb. Catch the file delete so we
28820 don't die if the delete fails; also, the file should be copied to
28821 the host, not to the build.
c906108c
SS
28822
28823Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
28824
28825 * lib/gdb.exp(gdb_test): Surround the result pattern with
889bf7c5 28826 parenthesis in case it contains multiple regexps separated
c906108c
SS
28827 with |.
28828
28829 * gdb.base/watchpoint.exp: Use gdb_test.
28830 * gdb.base/default.exp: Ditto.
28831
28832Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
28833
99707966 28834 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
d63a86f8 28835
c906108c
SS
28836 * gdb.base/scope.exp: Use gdb_test.
28837 * gdb.c++/classes.exp: Ditto.
28838 * gdb.c++/inherit.exp: Ditto.
28839
28840Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
28841
28842 * gdb.base/crossload.exp: Don't use execute_anywhere, use
28843 remote_exec instead.
28844 * gdb.base/corefile.exp: Don't be ridiculous.
28845 * gdb.base/*.c: Add missing stub invocations.
28846
28847Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
28848
28849 * config/slite.exp: Miscellaneous fixes.
28850
28851 * lib/gdb.exp: Fix runto.
28852
28853 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
28854 the target.
28855
28856 * gdb.base/watchpoint.exp: Fix regexp.
28857
28858 * lib/gdb.exp(default_gdb_exit): Add a catch to the
28859 close and wait commands, as the descriptor may now be
28860 invalid. Always call "remote_close host".
28861
28862Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
28863
28864 Major rewrite for testsuite revision.
d63a86f8 28865
c906108c
SS
28866 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
28867 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
28868 instead of relying on spawn_id to always contain a valid
28869 spawn id.
28870 (get_compiler_info): New procedure to build the ${binfile}.ci
28871 file, instead of replicating this in N different places.
28872 (gdb_compile): New procedure.
d63a86f8 28873
c906108c 28874 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
889bf7c5
PA
28875 appropriate arguments) instead of compile. Use gdb_test in a lot
28876 more places. Use send_gdb instead of send. Always run gdb_start
c906108c
SS
28877 at the start of a testcase, as this is no longer done magically.
28878
28879 config/*-gdb.exp: Rename without the -gdb suffix.
28880
28881 config/mips.exp: Use remote_close instead of exit_remote_shell.
28882 config/monitor.exp: Use target_info instead of looking at
28883 baud, timeout, etc.
28884 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
28885
28886Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28887
28888 * gdb.c++/templates.exp (test_ptype_of_templates),
28889 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
28890 Update expect patterns for destructors and assignment operators
28891 to match corresponding c-typeprint.c changes.
28892 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
28893 to destructor breakpoint test, GDB should be able to set the
28894 destructor breakpoint without specifying arguments.
28895
28896Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
28897
28898 * gdb.threads/pthreads.exp: Change result for failure to compile due
28899 to lack of pthreads runtime support from an error to simply an
28900 unsupported test, per dejagnu standards.
28901
28902Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28903
28904 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
28905 where GDB exits to reduce pattern match time.
28906 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
28907
28908 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
28909
dc96c6c7 28910Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
28911
28912 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
28913 * gdb.base/default.exp: ditto.
28914 * gdb.base/nodebug.exp: ditto.
28915 * gdb.base/printcmds.exp: ditto.
28916 * gdb.base/ptype.exp: ditto.
28917 * gdb.base/setvar.exp: ditto.
28918 * gdb.base/structs.exp: ditto.
28919 * gdb.base/setshow.c: Guard against uninitialized values of argc.
28920
28921Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
28922
28923 * configure, */configure: Rebuild with autoconf 2.12.
28924
28925Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
28926
28927 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
28928 use new i*86-pc-linux*-gnu quads.
28929 * gdb.base/corefile.exp: Ditto.
28930 * gdb.base/signals.exp: Ditto.
28931 * gdb.base/sigall.exp: Ditto.
28932 * gdb.base/interrupt.exp: Ditto.
28933
28934 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
28935 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
28936 RedHat 4.0.
d63a86f8 28937
c906108c 28938 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
889bf7c5
PA
28939 linux. This allows the test case to at least compile on latest
28940 linux, but still not run due to missing the threads runtime library.
c906108c
SS
28941
28942Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28943
28944 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
28945 directory to search gdb directory. Accept and step over conditional
28946 stack alignment code. Consume $prompt in failure cases.
28947 Reset timeout to $oldtimeout instead of some arbitrary value.
28948 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
28949 timeout problems with infinite stack backtraces.
28950 * gdb.base/ptype.exp (ptype struct link, union tu_link):
28951 Accept function parameters for linkfunc member.
28952
28953Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
28954
28955 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
28956 (CXXFLAGS): Remove, unreferenced.
28957 (B_OPTIONS): Add for -B options and add code to initialize with
889bf7c5
PA
28958 previous -B options and also add -B option to pick up cross compiled
28959 runtime.
c906108c
SS
28960 (TARGET_INCLUDES): Add for -I options and add code to initialize when
28961 doing cross compiles.
28962 (target_alias): Declare global.
28963 (xgcc): Set variable to full path of gcc in build tree. Use findfile
28964 to verify that gcc exists in build tree, and if so set CC to that
28965 gcc and to use B_OPTIONS and TARGET_INCLUDES.
d63a86f8 28966
c906108c
SS
28967Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
28968
28969 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
28970 ptype test for anonymous union. Fixup testcase to match
28971 current gcc debug output.
28972
28973Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
28974
28975 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
28976 force argument to an unsigned long type.
28977
28978Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
28979
28980 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
889bf7c5 28981 tests and anonymous union print/ptype tests.
c906108c
SS
28982 * gdb.base/list.exp (test_forward-search): Increase timeout by
28983 5 minutes for the "search extremely long line" case.
28984 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
28985 completely optional and that the pass/fail messages use the command as
28986 the message if that third arg is a null string.
28987 (gdb_test_exact): Arrange that a null string pattern means match a
28988 null string output rather than any output, which might include random
889bf7c5 28989 errors.
c906108c
SS
28990 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
28991 backtrace test.
28992 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
28993 always failing and failure is now exposed by gdb.exp changes.
28994
28995Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
28996
28997 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
28998 weren't being noted.
28999
29000Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29001
29002 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
29003 * gdb.stabs/weird.exp: Remove v_comb xfails.
29004
dc96c6c7 29005Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29006
29007 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
a9c64011 29008 list.exp scope.exp watchpoint.exp]
c906108c 29009 Make all timeout error msgs explicitly say "(timeout)".
d63a86f8 29010
dc96c6c7 29011Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29012
29013 * config/monitor.exp: Increase download timeout to 1000 seconds.
29014
dc96c6c7 29015Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29016
29017 * config/m32r.exp: Increase timeout to 120 seconds.
29018
29019Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
29020
29021 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
29022 and accept older ordering as obsolescent gcc or gdb.
29023 * gdb.c++/templates.exp: Ditto.
29024 * gdb.c++/virtfunc.exp: Ditto.
29025
29026Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
29027
29028 * gdb.base/coremaker.c: Add code to mmap some data so we
29029 can check that it ends up in the core file.
29030 * gdb.base/corefile.exp: Add test to read mmapped data
29031 from core file.
29032
dc96c6c7 29033Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29034
29035 * config/m32r.exp: New file.
29036
29037Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
29038
29039 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
29040 that cflags can contains -gstabs, and work correctly for other tests.
29041
dc96c6c7 29042Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
c906108c
SS
29043
29044 * gdb.base/setshow.exp: New file, tests show and set.
29045 * gdb.base/setshow.c: New file, tests show and set.
29046 * gdb.base/help.exp: Add test for help set|show annotate.
29047 * gdb.base/default.exp: Add test for set|show annotate.
29048
29049Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
29050
29051 * testsuite/gdb.base/break.exp: Make backtrace from factorial
29052 errors unique.
29053 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
29054 explicitly.
29055
29056Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
29057
29058 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
29059 and width commands. This is done elsewhere.
29060 * (gdb_start): Don't call gdb_start_sim here. That's already
29061 done in gdb_load. This fixes lots of failures in default.exp.
29062
29063Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
29064
29065 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
29066 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
29067 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
29068 in the same we we treat other failures (since it may be an expected
889bf7c5 29069 condition), rather than as an error.
c906108c
SS
29070 * gdb.base/signals.exp (test_handle_all_print): Revert back to
29071 old test format.
29072
29073Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
29074
29075 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
29076 (distclean maintainer-clean realclean): No need to remove files
889bf7c5 29077 twice. Nuke the duplicates.
c906108c 29078 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
d63a86f8 29079 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
c906108c
SS
29080 Remove config.h along with other config files.
29081
29082Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
29083
29084 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
29085 "p func1 ()" and note that rests of tests are skipped.
29086 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 29087 setup_xfails for "print func2::coremaker_local".
c906108c
SS
29088 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
29089 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
29090 affected by the previous run test.
29091 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
29092 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
29093 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
29094 "pass int powerset tuple" and "pass modeless int powerset tuple".
29095 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
29096 "real write 4" and "real write 8".
29097 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
889bf7c5 29098 setup_xfails for "print vs1 after tuple assign 2",
c906108c
SS
29099 "print \$i after tuple assign 2", and
29100 "print vs2 after tuple assign 2".
29101 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
29102 meaningful error message and return -1 so the caller can
29103 suppress further tests and avoid a cascade of errors.
d63a86f8 29104
c906108c
SS
29105Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
29106
29107 * gdb.base/a1-selftest.exp: Tweak tests to account for new
29108 format for printing version.
29109 * gdb.base/default.exp: Ditto.
29110 * gdb.base/interrupt.exp: Fix problem with cascade of
29111 errors if child process dies while calling a function.
d63a86f8 29112
c906108c
SS
29113Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
29114
29115 * Makefile.in (VPATH): Add
29116 * Makefile.in (Makefile, config.status): Fix rules so things get
29117 remade when necessary.
29118
29119Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
29120
29121 * Makefile.in (just-check): Add path to sibling expect dir
29122 to environment variable specified by RPATH_ENVVAR.
29123
29124Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
29125
29126 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
29127 (just-check): Add shared library paths for libstdc++, tk,
29128 tcl, bfd, and opcodes to the environment variable specified
29129 in RPATH_ENVVAR.
29130 * configure.in: Add support to recognize --enable-shared flag
29131 and generate correct value for RPATH_ENVVAR.
29132 * configure: Regenerated with autoconf.
29133
29134Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
29135
29136 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
889bf7c5 29137 include all osf versions.
c906108c
SS
29138 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
29139 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
29140 when target is linux. When failing to build pthreads test
29141 executable, give more meaningful message.
29142 * gdb.threads/pthreads.c: Hpux also uses old definition of second
29143 arg for pthread_create.
d63a86f8 29144
c906108c
SS
29145Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
29146
29147 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
889bf7c5 29148 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
c906108c 29149 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
889bf7c5 29150 and -lpthreads (everybody else).
c906108c
SS
29151 (test_startup): Fail gracefully if threads are not supported.
29152 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
29153 "p/c array_index("abcdef",2)" when not gcc compiled.
29154 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
29155 "print func2::coremaker_local" when not gcc compiled.
29156 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
29157 "ptype on opaque struct tagname (statically)",
29158 "ptype on opaque struct tagname (dynamically) 1", and
29159 "ptype on opaque struct tagname (dynamically) 2"
29160 for not compiled with gcc.
29161 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
29162 backtrace when compiled with gcc.
d63a86f8 29163 * lib/gdb.exp (runto_main): Return result of "runto main" rather
c906108c
SS
29164 than always return success.
29165
29166Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
29167
29168 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
29169
29170Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
29171
29172 * gdb.base/structs.exp: Undo last change.
29173
29174Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
29175
29176 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
29177 encapsulate all the steps/nexts done during self test, starting
29178 at main, and makes them less sensitive to optimization issues.
29179 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
29180 signal handler" test.
29181 * gdb.threads/pthreads.exp: Only run this for native configs.
29182 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
29183 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
29184 tests.
29185 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
29186 for "runto test_calls(void)" test.
d63a86f8 29187
c906108c
SS
29188Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
29189
29190 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
29191 and don't expect address info in breakpoint confirmations.
29192
29193Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
29194
29195 * gdb.base/list.exp (test_forward_search): Increase timeout
29196 temporarily by 60 seconds for searching extremely long line,
889bf7c5 29197 and then reset to old value when done. Increase expect input
c906108c
SS
29198 buffer to 10000.
29199
29200Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
29201
29202 * gdb.base/list.exp (test_forward_search): Fix to handle very
29203 long source line without overflowing expect's input buffer.
29204
29205Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
29206
29207 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
29208 "buffer_full".
29209
29210 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
29211 "buffer_full".
29212
29213 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
29214 "buffer_full".
29215
29216 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
29217 "buffer_full".
29218
29219Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
29220
29221 * configure.in (configdirs): Add gdb.threads.
29222 * configure: Regenerated with autoconf.
29223 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
29224 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
29225 * gdb.threads/configure: New, generated with autoconf.
d63a86f8 29226
c906108c
SS
29227Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
29228
29229 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
29230
29231Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
29232
29233 * gdb.base/signals.exp (test_handle_all_print): Test separately for
29234 each signal's status in the output of "handle all print".
29235 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
29236 the \r\n sequence that immediately precedes the gdb prompt.
29237 * gdb.base/a1-selftest.exp: Save original timeout and restore
29238 after test.
29239
29240Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
29241
29242 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
29243 symbol.
29244
29245Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
29246
29247 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
29248
29249Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
29250
29251 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
29252 timeout by 60 seconds.
29253
29254Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
29255
29256 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
29257 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
29258 error return.
29259
29260Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
29261
29262 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
29263 gdb initialization, also report how long dejagnu waited. Restore
29264 old timeout before doing error return. Temporarily increase timeout
889bf7c5 29265 by 3 minutes to allow for slow startups over heavy NFS use.
c906108c
SS
29266
29267Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
29268
29269 * lib/gdb.exp: Report timeout value for verbosity level 2.
29270 * config/gdbserver.exp: Ditto.
29271 * config/hppro.exp: Ditto.
29272 * config/mips-gdb.exp: Ditto.
29273 * config/monitor.exp: Ditto.
29274 * config/netware.exp: Ditto.
29275 * config/sim-gdb.exp: Ditto.
29276 * config/slite-gdb.exp: Ditto.
29277 * config/udi-gdb.exp: Ditto.
29278 * config/unix-gdb.exp: Ditto.
29279 * config/vx-gdb.exp: Ditto.
29280 * gdb.base/a1-selftest.exp: Ditto.
29281 * gdb.base/a2-run.exp: Ditto.
29282 * gdb.base/break.exp: Ditto.
29283 * gdb.base/corefile.exp: Ditto.
29284 * gdb.base/list.exp: Ditto.
29285 * gdb.base/recurse.exp: Ditto.
29286 * gdb.base/scope.exp: Ditto.
29287 * gdb.base/signals.exp: Ditto.
29288
29289Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
29290
29291 * gdb.threads/Makefile.in (docdir): Removed.
29292
29293Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
29294
29295 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
d63a86f8 29296 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
c906108c 29297 @srcdir@.
d63a86f8 29298 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
c906108c
SS
29299 autoconf 2.5 or higher.
29300 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
29301
29302Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
29303
29304 * configure: Regenerated.
29305 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
29306 avoid name clashes with SunOS headers.
29307
29308Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
29309
29310 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
29311
29312Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
29313
29314 * gdb.base/callfuncs.exp: Finish last change -- make sure the
29315 prototype information ends up in the compiler info file.
29316
29317Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
29318
29319 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
29320 attempting to regenerate it. Eliminate use of a temporary file
29321 and just generate the info file directly. Source it immediately,
29322 for consistency of use.
29323 * gdb.base/corefile.exp: Ditto
29324 * gdb.base/exprs.exp: Ditto.
29325 * gdb.base/funcargs.exp: Ditto.
29326 * gdb.base/langs.exp: Ditto.
29327 * gdb.base/list.exp: Ditto.
29328 * gdb.base/mips_pro.exp: Ditto.
29329 * gdb.base/nodebug.exp: Ditto.
29330 * gdb.base/opaque.exp: Ditto.
29331 * gdb.base/ptype.exp: Ditto.
29332 * gdb.base/scope.exp: Ditto.
29333 * gdb.base/setvar.exp: Ditto.
29334 * gdb.base/signals.exp: Ditto.
29335 * gdb.base/whatis.exp: Ditto.
29336 * gdb.c++/templates.exp: Ditto.
29337 * gdb.c++/virtfunc.exp: Ditto.
29338 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
889bf7c5 29339 whether or not to add -lstdc++ to the compile command line args.
c906108c
SS
29340
29341Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29342
29343 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
29344 it got fixed by the recent lookup_minimal_symbol_by_pc change.
29345 Increase timeout, a lot of single stepping might be needed if the
29346 target has no hardware watchpoints.
29347
29348Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
29349
29350 * gdb.base/break.exp: Ignore compiler warnings when compiling
29351 break.c.
29352 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
29353 * gdb.base/default.exp: Add h8300 xfails. Handle messages
29354 from remote-sim.
29355 * gdb.base/exprs.exp: Add h8300 xfails.
29356 * gdb.base/funcargs.exp: Likewise.
29357 * gdb.base/nodebug.exp: Likewise.
29358 * gdb.base/printcmds.exp: Likewise.
29359 * gdb.base/ptype.exp: Likewise.
29360 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
29361 h8300 xfails.
d63a86f8 29362 * gdb.base/return.exp: Handle float/double precision problems
c906108c
SS
29363 on the h8300.
29364 * gdb.base/funcargs.c: Explicitly make last constant argument to
29365 call_after_alloca_subr an unsigned long type.
29366 * gdb.base/return.c: Include stdio.h.
29367
29368Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
29369
29370 * config/abug.exp: New file for the older Motorola Bug monitor
29371 that runs on the mvme13x series VME boards.
29372 * config/monitor.exp: Use the new config array for target settings
29373 if they exist.
29374
29375Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
29376
29377 * sim-gdb.exp: Make the SH simulator allocate less space when
29378 it is targeted.
29379
29380Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
29381
29382 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
29383 test.
29384
29385Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
29386
29387 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
29388 "rs6000-*-*" for "list function in include file" when gcc compiled.
29389 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
29390 for "p ctable1[120]".
29391 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
29392 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
29393 Remove setup_xfail for "rs6000-*-*" for
29394 "print 'scope0.c'::filelocal before run".
29395 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
29396 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
29397 since some compilers don't allow both options to be given
29398 on the same command line. Create object file and move it.
d63a86f8 29399
c906108c
SS
29400Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
29401
29402 * gdb.base/corefile.exp: Always regenerate the core file, since
29403 we always regenerate the coremaker program. Detect special case
29404 where registers cannot be read from core file.
d63a86f8 29405
c906108c
SS
29406Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
29407
29408 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
29409 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
29410 * gdb.c++/templates.exp: Only match on basename of file since
29411 some formats like xcoff don't encode directory information.
29412 * gdb.stabs/weird.exp: Use the right sed script for powerpc
29413 and rs6000 AIX xcoff targets.
29414 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
29415 * configure: Regenerate.
29416 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
29417 here, rather than in distclean.
d63a86f8 29418
c906108c
SS
29419Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
29420
29421 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
29422 defined, and use it to compile the test case with -O2. The
29423 native compilation still uses no optimization.
29424 * gdb.base/mips_pro.c: Remove inline assembly code since
29425 it is compiled PIC by default, which results in assembler
29426 warnings that make the testsuite think the compilation
29427 was unsuccessful.
29428
29429Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
29430
29431 * gdb.c++/misc.exp: Add note to message for
29432 "print s.a for foo struct" that this is a known gcc 2.7.2
29433 and earlier bug.
29434
29435Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
29436
29437 * gdb.base/break.exp: Fix pattern for matching "Delete all
29438 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
29439 setup_xfail for deleting all breakpoints test. Fix various
29440 timeout messages to include "(timeout)".
29441 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
29442 for "p t_float_values2(3.14159,float_val2)".
29443 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
29444 for "continue to call2g" when gcc compiled.
29445 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
29446 "up to foo in langs.exp", "show language at foo in langs.exp",
29447 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
29448 and "show language at fsub in langs.exp".
29449 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
29450 "list line 1 in include file", "list message for lines past EOF",
29451 "list function in include file", "list list0.h:foo", and
29452 "list filename:function; nonexistant function".
29453 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
29454 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
29455 and "ptype t_char_array" to be for native cc only.
d63a86f8 29456
c906108c
SS
29457Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
29458
d63a86f8 29459 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
c906108c 29460 setup_xfail for "print coremaker_bss", "print coremaker_ro",
889bf7c5 29461 "print func2::coremaker_local", and "backtrace in corefile.exp".
c906108c
SS
29462
29463Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
29464
29465 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
29466 "bt in signals.exp". This problem only appears when running
29467 the testsuite, and then only intermittently.
29468
29469Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
29470
29471 * gdb.base/return.exp (return_tests): Differentiate between
29472 two tests of continuing.
29473
29474Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
29475
29476 * */Makefile.in (maintainer-clean): Remove config.log.
29477 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
29478 * gdb.c++/Makefile.in (PROGS): Add inherit.
29479 (clean): Remove *.ci.
29480
29481Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
29482
29483 * gdb.c++/misc.cc: Add test code from Mike Stump.
29484 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
29485
29486Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
29487
29488 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
29489 to "alpha-*-osf2*" and add comment.
29490 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
889bf7c5
PA
29491 setup_xfail for "step over execarg initialization" and
29492 "step over corearg initialization".
c906108c
SS
29493 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
29494 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
29495 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
889bf7c5 29496 gcc compiled for "print coremaker_bss", "print coremaker_ro",
c906108c
SS
29497 "print func2::coremaker_local", and "backtrace in corefile.exp".
29498 * gdb.base/signals.exp: Build and source signals.ci.
29499 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
29500 to be for gcc only.
29501 * lib/gdb.exp: Move verbose statements outside conditionals.
d63a86f8 29502
c906108c
SS
29503Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29504
29505 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
29506 Feb 3 procfs.c change.
29507
29508Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
29509
29510 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
29511
29512Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
29513
29514 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
29515 from dejagnu's apparent default of 10 seconds, which gives random
29516 results when running the tests over NFS on moderately loaded systems.
29517 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
29518
29519Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
29520
29521 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
29522 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
889bf7c5 29523 result reports.
c906108c
SS
29524
29525Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
29526
29527 * configure.in (CY_AC_PATH_TCLH): Remove.
29528 * configure: Regenerate.
29529
29530Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
29531
29532 * gdb.c++/Makefile.in (clean): Add missing '{'.
29533
29534Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
29535
29536 * lib/gdb.exp: Provide a default value for noinferior.
29537
29538 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
29539 Load libgloss.exp.
29540
29541Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
29542
29543 * gdb.disasm/hppa.exp: Compile directly into an executable, use
29544 the executable, not the .o to run the tests from.
29545
29546Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
29547
29548 * gdb.base/break.exp: Don't test for program exit or exit status
29549 if $noresults if nonzero.
29550 * gdb.base/langs.exp: Likewise.
29551 * gdb.base/watchpoint.exp: Likewise.
29552
29553 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
29554 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
29555 trying to compile the testcase.
29556
29557Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
29558
29559 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
29560 * gdb.base/signals.exp (continue to handler): Likewise.
29561
29562Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
29563
29564 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
29565
29566 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
29567
29568Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
29569
29570 * gdb.base/corefile.exp: Recognize "not found" as failure
29571 when trying to determine if a core file was generated.
29572 If no core file was generate the first time, try again without
29573 the ulimit -c to work around braindamaged shells.
29574
29575Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
29576
29577 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
29578 [] tests with "test" and enclose string in quotes.
29579 * gdb.stabs/configure: Rebuild
d63a86f8 29580
c906108c
SS
29581Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
29582
29583 Changes in sync with expect:
29584 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
29585 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
29586 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
29587 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
29588 argument to AC_REQUIRE.
29589 * configure: Regenerated.
29590
29591Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
29592
29593 * gdb.base/corefile.exp: When generating a core, discard any
29594 error messages about ulimit not found and the "core dumped"
29595 message from the shell that runs the coredumper.
29596
29597Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
29598
29599 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
29600
29601 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
29602 which sed script to run. Expect failure for v_comb test
29603 on PA targets too.
d63a86f8 29604
c906108c
SS
29605Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
29606
29607 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
889bf7c5 29608 "print func2::coremaker_local" and for "backtrace in corefile.exp"
c906108c
SS
29609
29610Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
29611
29612 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
29613 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
889bf7c5 29614 "sparc-sun-solaris*" xfails for "p v_comb".
c906108c
SS
29615 * lib/gdb.exp (default_gdb_start): Fix typo.
29616 * gdb.base/corefile.exp: Allow "Core was generated by ..."
29617 messages to not include the full program name that caused
29618 the core dump since some systems (such as solaris) apparently
29619 truncate this path to about 80 characters.
29620 When generating a core file first try increasing the core file
29621 size limit to unlimited since some systems may default it to
29622 zero, and it is harmless to try it. Move the test for failing
29623 to generate a core file to where it will actually get executed.
29624 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
29625 new gdb result from g++ debug info improvements and make old
29626 pattern obsolescent. Also account for size_t differences
29627 (may be int or long).
29628 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
29629 initialization before function call is placed in the delay slot
29630 and thus appears to be skipped over by commands such as "next".
29631
29632Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
29633
29634 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
29635
29636Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
29637
29638 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
29639 input source file; fix code to compile test to deal with this
29640 convention.
29641 * gdb.c++/*.exp: Likewise.
29642
29643Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
29644
29645 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
29646 "bt in signals.exp".
29647
29648Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
29649
29650 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
29651 "step over execarg initialization" and
889bf7c5 29652 "step over corearg initialization".
c906108c
SS
29653
29654Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
29655
29656 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
29657 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
29658
29659Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
29660
29661 From Rob Savoye (rob@poseidon.cygnus.com)
29662 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
29663 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
889bf7c5
PA
29664 configure.in}, gdb.disasm/{Makefile.in, configure.in},
29665 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
29666 configure.in}: Major reworking for autoconfig.
c906108c
SS
29667 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
29668 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
889bf7c5 29669 New files.
c906108c
SS
29670 * config/unix-gdb.exp: Make GDB global.
29671 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
889bf7c5
PA
29672 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
29673 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
29674 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
29675 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
29676 term.exp, twice.exp, watchpoint.exp, whatis.exp},
c906108c 29677 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
889bf7c5
PA
29678 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
29679 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
29680 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
29681 pr-8136.exp, result.exp, string.exp, tuples.exp},
c906108c 29682 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
889bf7c5
PA
29683 to returns as necessary, arrange for test to compile own testcase
29684 executable.
c906108c 29685 * lib/gdb.exp: Changes for testsuite to compile own test cases.
d63a86f8 29686
c906108c
SS
29687Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
29688
29689 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
889bf7c5 29690 clear_xfail at end of test which might not call either pass or fail.
c906108c
SS
29691 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
29692 "backtrace through signal handler".
29693
29694Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29695
29696 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
29697 continuing from a job control stop signal.
29698 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
29699
29700Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
29701
29702 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
29703 * gdb.base/corefile.exp: Likewise.
29704 * gdb.base/funcargs.exp: Likewise.
29705
29706Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
29707
29708 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
29709 * config/monitor.exp: Add support for setting baud rate.
29710
29711Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
29712
29713 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
29714 i*86-*-linux* xfails for "backtrace through signal handler".
29715 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
29716 "print func2::coremaker_local".
29717 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
889bf7c5 29718 alpha-dec-osf2* xfail for
c906108c
SS
29719 "delete all breakpoints when none".
29720
29721Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
29722
29723 * gdb.base/break.exp: Change test that deletes all breakpoints
29724 when no user breakpoints are installed. A post 4.15 change
29725 causes gdb to no longer prompt in this case.
29726
29727Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
29728
29729 * gdb.base/return.exp (return_tests): Change xfail for test
29730 "correct value returned double test" to stop xfailing at
29731 Solaris 2.5. Apparently the bug has been fixed.
29732
29733Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
29734
29735 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
29736 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
29737
29738Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
29739
29740 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
29741 * gdb.disasm/hppa.s: Corresponding changes.
29742
29743Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
29744
29745 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
29746 makefile fragment.
29747 * config/mt-hpux: Deleted.
29748
29749Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
29750
d63a86f8 29751 * Many files: When warning about suppressed tests due to a
c906108c
SS
29752 nonexistant test binary, avoid incrementing the warning count.
29753
29754Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
29755
29756 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
d63a86f8 29757
c906108c
SS
29758Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29759
29760 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
29761 "sparc-*-solaris2*".
29762
29763Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29764
29765 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
29766 Add global and local variables and initialize them.
29767 * gdb.base/corefile.exp: Test correct mapping of corefile sections
29768 by printing variables. Remove rs6000 and powerpc xfails, BFD now
29769 extracts the file name and terminating signal from the core file.
29770 * TODO: Remove note about tests for correct mapping of corefile.
29771 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
29772 from optimizing it away.
29773 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
29774 handles common blocks.
29775
29776Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
29777
29778 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
29779 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
29780
29781Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
29782
29783 * Makefile.in (maintainer-clean): New target, synonym for
29784 realclean.
29785 * gdb.base/Makefile.in (maintainer-clean): Likewise.
29786 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
29787 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
29788 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
29789 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
29790 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
29791
29792Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
29793
29794 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
29795 xfails when not gcc compiled for "print foo::funclocal".
29796 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
29797 "print foo::funclocal at foo",
29798 "print 'scope1.c'::foo::funclocal at foo",
29799 "print foo::funclocal_bss at foo",
29800 "print 'scope1.c'::foo::funclocal_bss at foo",
29801 "print foo::funclocal_ro at foo",
29802 "print 'scope1.c'::foo::funclocal_ro at foo",
29803 "print bar::funclocal at foo" and
29804 "print 'scope1.c'::bar::funclocal at foo".
29805 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
29806 gcc compiled for "print foo::funclocal at bar".
29807 Expand all messages to ensure that they identify that
29808 the test is at bar().
29809 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
29810 gcc compiled for:
29811 "ptype on opaque struct pointer (statically)",
29812 "ptype on opaque struct tagname (statically)",
29813 "ptype on opaque struct pointer (dynamically) 1",
29814 "ptype on opaque struct tagname (dynamically) 1",
29815 "ptype on opaque struct pointer (dynamically) 2" and
29816 "ptype on opaque struct tagname (dynamically) 2
29817 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
29818 gcc compiled for:
29819 "p datalocal"
29820 "whatis datalocal",
29821 "ptype datalocal",
29822 "p bsslocal",
29823 "whatis bsslocal", and
29824 "ptype bsslocal".
29825 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
29826 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
29827 when not gcc compiled.
29828 * gdb.base/funcargs.exp (float_and_integral_args): Add
29829 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
29830 compiled.
29831 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
29832 "backtrace from call6a" when not gcc compiled.
29833 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
29834 "backtrace from call7a" when not gcc compiled.
29835 * gdb.base/callfuncs.exp (do_function_calls):
29836 Add "hppa*-*-hpux*" xfail when not gcc compiled for
29837 "p t_char_array_values(char_array_val2,char_array_val1)",
29838 "p t_char_array_values(char_array_val1,char_array_val2)",
29839 "p t_char_array_values("carray 1","carray 2")",
29840 "p t_char_array_values("carray 1",char_array_val2)",
29841 "p t_char_array_values(char_array_val1,"carray 2")",
29842 "p sum_args(1,{2})",
29843 "p sum_args(2,{2,3})",
29844 "p sum_args(3,{2,3,4})",
29845 "p sum_args(4,{2,3,4,5})"
29846 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
29847 "backtrace in corefile.exp" when not gcc compiled.
29848
29849Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29850
29851 * gdb.base/signals.exp: Rewrite `handle all print' test as
29852 a procedure. Accept blanks or TABs as whitespace, increase
29853 timeout and expect input buffer size for the large output
29854 from the command. Remove "i*86-*-bsdi2.0" xfail.
29855
29856Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29857
29858 * gdb.base/setvar.exp: Add new testcases for truncation when
29859 assigning invalid values to bitfields.
29860
29861Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
29862
d63a86f8 29863 * gdb.base/callfuncs.exp (do_function_calls): Remove
c906108c
SS
29864 mips-sgi-irix* xfail for
29865 "call inferior func with struct - returns char *"
29866 and fix test so that an optional (unsigned char *) cast is
889bf7c5 29867 accepted in the result.
c906108c
SS
29868
29869Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
29870
29871 * gdb.base/funcargs.exp (float_and_integral_args): Remove
29872 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
29873 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
29874 * gdb.base/signals.exp: Remove duplicate "handle all print" test
29875 that accidentally got checked in.
29876
29877Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
29878
d63a86f8 29879 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
c906108c
SS
29880 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
29881 compiled test.
29882 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
29883 Add mips-sgi-irix5* xfail for not gcc compiled.
29884 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
6fdff2c5
PA
29885 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc
29886 compiled for "p top", "whatis top", "p middle", and "whatis
29887 middle".
c906108c
SS
29888 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
29889 "whatis signed char" for not gcc compiled.
29890 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
29891 "set variable signed char=-1 (-1)" and
29892 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
29893 * gdb.base/funcargs.exp (float_and_integral_args):
29894 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
29895 Add mips-sgi-irix* xfail when not gcc compiled for
29896 "continue to call2b".
29897 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
29898 "continue to call2g".
6fdff2c5
PA
29899 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc
29900 compiled for "backtrace from call6a"
29901 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc
29902 compiled for "backtrace from call7k". Add mips-sgi-irix5* xfail
29903 when not gcc compiled for "backtrace from call7a".
c906108c
SS
29904 (localvars_after_alloca): Fix gdb_test cmds for
29905 "print * after runto ...".
29906 Remove rs6000-*-* xfails for
29907 "print i after runto localvars_after_alloca" and
29908 "print l after runto localvars_after_alloca"
29909 for all compilers.
29910 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
889bf7c5 29911 when not compiled with gcc, for:
c906108c
SS
29912 "print signed char == (minus)",
29913 "print signed char != (minus)",
29914 "print signed char < (minus)",
29915 "print signed char > (minus)".
29916 * gdb.base/callfuncs.exp (do_function_calls):
29917 Add mips-sgi-irix* xfail, when compiled with native compiler, for
29918 "call inferior func with struct - returns char *".
d63a86f8 29919 * gdb.base/return.exp (return_tests): Change xfail for
c906108c
SS
29920 "correct value returned double test" to include Solaris 2.4.
29921 * gdb.base/funcargs.exp (float_and_integral_args):
29922 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
d63a86f8 29923
c906108c
SS
29924Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29925
29926 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
29927 enumeration bitfields if compiling with GNU C.
29928 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
29929 to empty' prompt.
29930
29931Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
29932
29933 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
29934 test for PRO targets.
29935
29936 * gdb.base/funcargs.exp: Avoid ever setting more than 8
29937 breakpoints in the inferior at any given time by making
29938 two groups of breakpoints for call2*, call6* and call7*
29939 tests.
29940
29941Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29942
29943 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
29944 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
29945 from optimizing it away.
29946 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
29947 "call inferior func with struct".
29948
29949Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
29950
29951 * configure.in: Only configure gdb.chill for particular targets.
29952
29953Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
29954
29955 * gdb.base/Makefile.in: Add action to .c.o transformation
29956 rule that generates a .ci file for each .o file and remove
29957 explicit .c.o rules except for callfuncs.o.
29958 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
29959 generates a .ci file for each .o file and remove explicit
29960 .cc.o rules.
29961 (clean): Remove *.tmp *.ci files.
29962 (EXECUTABLES): Remove templ-info.exp.
29963 * gdb.base/compiler.c: New file.
29964 * gdb.c++/compiler.cc: New file
29965 * gdb.base/scope.exp: Source gdb.base/scope.ci.
29966 Change rs6000-*-* xfail for
29967 "print 'scope0.c'::filelocal_ro" and
29968 "print 'scope1.c'::filelocal" and
29969 "print 'scope1.c'::filelocal_bss" and
29970 "print 'scope1.c'::filelocal_ro" and
29971 "print 'scope1.c'::foo::funclocal" and
29972 "print 'scope1.c'::foo::funclocal_ro" and
29973 "print 'scope1.c'::bar::funclocal" and
29974 "print 'scope0.c'::filelocal_ro" and
29975 "print 'scope1.c'::filelocal at foo" and
29976 "print 'scope1.c'::filelocal_bss at foo" and
29977 "print 'scope1.c'::filelocal_ro at foo" and
29978 "print 'scope1.c'::foo::funclocal at foo" and
29979 "print 'scope1.c'::foo::funclocal_bss at foo" and
29980 "print 'scope1.c'::foo::funclocal_ro at foo" and
29981 "print 'scope1.c'::bar::funclocal at foo" and
29982 "print 'scope0.c'::filelocal_ro" and
29983 "print 'scope1.c'::filelocal" and
29984 "print 'scope1.c'::filelocal_bss" and
29985 "print 'scope1.c'::filelocal_ro" and
29986 "print 'scope1.c'::foo::funclocal" and
29987 "print 'scope1.c'::foo::funclocal_bss" and
29988 "print 'scope1.c'::foo::funclocal_ro" and
29989 "print 'scope1.c'::bar::funclocal" and
29990 "print 'scope1.c'::bar::funclocal_bss"
29991 to only be xfail'd when not compiled with gcc.
d63a86f8 29992 Add rs6000-*-* xfail for
c906108c
SS
29993 "print 'scope0.c'::filelocal_bss before run"
29994 when compiled with gcc.
29995 (test_at_main): Add rs6000-*-* xfail for
29996 "print filelocal_ro in test_at_main"
29997 when compiled with gcc.
29998 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
889bf7c5 29999 Add rs6000-*-aix* xfail for
c906108c
SS
30000 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
30001 "ptype t_char_array", not compiled with gcc.
30002 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
30003 xfail for "list foo (in include file)" when gcc compiled.
30004 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
889bf7c5 30005 (integral_args): Add rs6000-*-* xfail for
c906108c
SS
30006 "run to call0a" if not compiled with gcc.
30007 (unsigned_integral_args): Add rs6000-*-* xfail for
30008 "run to call1a" if not compiled with gcc.
30009 (float_and_integral_args): Add rs6000-*-* xfail for
30010 "run to call2a" if not compiled with gcc and for
30011 "continue to call2b" for any compiler.
30012 Add rs6000-*-* xfail to
30013 "print f1 after run to call2a" for gcc compiled.
30014 (discard_and_shuffle): Add rs6000-*-* xfail for
30015 "run to call6a".
30016 (shuffle_round_robin): Add rs6000-*-* xfail for
30017 "backtrace from call7a" if not compiled with gcc.
30018 Add rs6000-*-* xfail for
30019 "backtrace from call7b" if compiled with gcc.
30020 (call_after_alloca): Add rs6000-*-* xfail for
30021 "print c in call_after_alloca" and
30022 "print s in call_after_alloca" and
30023 "backtrace from call_after_alloca_subr"
30024 if not compiled with gcc.
30025 (localvars_in_indirect_call): Add rs6000-*-* xfail for
30026 "print c in localvars_in_indirect_call" and
30027 "print c in localvars_in_indirect_call" and
30028 "backtrace in indirectly called function" and
30029 "stepping into indirectly called function"
30030 if not compiled with gcc.
30031 (localvars_after_alloca): Add rs6000-*-* xfail for
30032 "print c after runto localvars_after_alloca" and
30033 "print s after runto localvars_after_alloca" and
30034 "print i after runto localvars_after_alloca" and
30035 "print l after runto localvars_after_alloca"
30036 for all compilers.
30037 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
30038 than whatis-info.exp.
30039 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
30040 than opaque-info.exp.
30041 Setup rs6000-*-* xfail for
d63a86f8 30042 "ptype on opaque struct pointer (statically)" and
c906108c
SS
30043 "ptype on opaque struct pointer (dynamically)" when
30044 not compiled with gcc.
30045 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
30046 rather than callf-info.exp.
30047 (do_function_calls): Add clear_xfail for rs6000-*-* for
30048 "p t_float_values2(3.14159,float_val2)". Seems to work
30049 fine there, both with xlc and gcc. Need to find out what
30050 it is doing right and fix other platforms.
30051 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
30052 "call inferior func with struct - returns int",
30053 "call inferior func with struct - returns long",
30054 "call inferior func with struct - returns float",
30055 "call inferior func with struct - returns double",
30056 "call inferior func with struct - returns char *",
30057 but only if not gcc compiled (presumes xlc compiled).
30058 Change rs6000-*-* xfails for
30059 "call inferior func with struct - returns char" and
30060 " call inferior func with struct - returns short" to only
30061 xfail if not using gcc.
30062 (clean mostlyclean): Remove *.ci and *.tmp files.
30063 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
30064 than templ-info.exp.
30065 * gdb.base/langs.exp: Source gdb.base/langs.ci.
30066 Add rs6000-*-* xfail for "up to foo in langs.exp"
30067 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
889bf7c5 30068 when not gcc compiled.
d63a86f8 30069
c906108c
SS
30070Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
30071
30072 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
30073 * gdb.base/corefile.exp: Likewise.
30074 * gdb.base/list.exp: Likewise.
30075 * gdb.base/scope.exp: Likewise.
30076 * gdb.base/siganls.exp: Likewise.
30077
30078 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
30079 compiler output.
30080 * gdb.base/whatis.exp: Likewise.
30081
30082Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
30083
30084 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
30085 failure (opcode table has been fixed to match reality).
30086
30087Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
30088
30089 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
30090 "call inferior func with struct - returns char",
30091 "call inferior func with struct - returns short"
30092
30093 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
30094 "print 'scope0.c'::filelocal at main",
30095 "print 'scope0.c'::filelocal_bss in test_at_main",
30096 "print 'scope0.c'::filelocal at foo",
30097 "print 'scope0.c'::filelocal_bss in test_at_foo",
30098 "print 'scope0.c'::filelocal at bar",
30099 "print 'scope0.c'::filelocal_bss in test_at_bar"
d63a86f8 30100
c906108c
SS
30101 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
30102 in source file 1". This bug seems to have been fixed with both
30103 gcc and native cc (was native assembler bug?).
30104
30105Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
30106
30107 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
30108 "backtrace through signal handler" to "i*86-*-sysv4*".
30109 * gdb.base/signals.exp: Add xfail for "'next' behaved as
30110 continue" case. Add "known SVR4 bug" to fail message.
30111 Add "i*86-*-bsdi2.0" xfail for "handle all print".
30112 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
30113 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
30114 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
30115 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
30116 "up to foo in langs.exp", "show language at foo in
30117 langs.exp", "up to cppsub_ in langs.exp", "show
30118 language at cppsub_ in langs.exp", "up to fsub in
30119 langs.exp", and "show language at fsub in langs.exp".
30120 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
30121 "bactrace in corefile.exp".
30122 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
30123 "call inferior function with struct - returns float" and
30124 "call inferior function with struct - returns double".
d63a86f8 30125
c906108c
SS
30126Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
30127
30128 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
30129 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
30130 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
30131 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
30132
30133Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
30134
30135 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
30136 (or overriden) "CHILL" macro rather then bare "gcc".
30137 Also look for ../../gcc/xgcc since that is what we will
30138 actually need, not "Makefile". Remove following assignment
30139 of CHILL to CHILL_FOR_TARGET because that results in
30140 recursive definition.
30141
30142Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
30143
30144 * gdb.base/corefile.exp: Change xfail for backtrace in
30145 corefile.exp from linuxaout to all linux.
30146 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
30147 cases where we miss the breakpoint at the signal handler
30148 for some reason. Setup xfail for linuxoldld/linuxaout and
30149 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
30150 hitting SIGURG breakpoint.
30151 * gdb.base/signals.exp: Setup xfail for "next" acting like
30152 continue to add linuxoldld. Setup xfail for all linux for
30153 "next to handler in signals_tests_1", "backtrace in
30154 signals_tests_1", "continue to func1", "pass SIGUSR1",
30155 and continue to handler".
30156
30157Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
30158
30159 * Update all FSF addresses except those in COPYING* files.
30160
30161Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
30162
30163 * gdb.base/a2-run.exp: Change messages to be more explicit about
30164 the status of args, and quote binfile in results.
30165
30166Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
30167
30168 * gdb.base/callfuncs.exp: Add tests for passing structs to
30169 inferior functions and return various types.
30170 * gdb.base/callfuncs.c: Add functions to receive a struct
30171 and return a member of the struct, in various types.
30172
30173Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30174
30175 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
30176
30177Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
30178
30179 * config/vxworks29k.exp: New file, sources vxworks.exp.
30180
30181Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
30182
30183 * config/gdbremote.exp: New file. Testing framework using
30184 gdbserver.
30185
30186Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
30187
30188 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
30189 "call function when asleep" and "send end of file".
30190 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
30191 for "backtrace in corefile.exp".
30192 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
30193 for "backtrace through signal handler".
30194 * gdb.base/corefile.exp: Make sure we actually generate a core file
30195 before trying the core tests. Some systems allow the user to suppress
30196 generation of core files and default to that (linux for example).
30197 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
30198 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
30199
30200Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
30201
30202 * gdb.threads: New directory with some crude multi-threaded
30203 gdb tests (step.exp and step2.exp).
30204 * config/mt-lynx (STEP_EXECUTABLE): Define.
30205 (THREADFLAGS): Define.
30206
30207Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
30208
30209 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
30210
30211 * gdb.base/signals.exp: Disable whole file for lynx until
30212 further notice.
30213
30214 * gdb.base/signals.exp: xfail test where "next" acts like
30215 "continue" for lynx.
30216
30217 * gdb.base/interrupt.exp: xfail test for calling function while
30218 inferior is asleep for lynx.
30219
30220 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
30221 than one cr-lf after each command.
30222
30223Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30224
30225 * configure.in: Reinstate setting of stabsdirs variable, fix
30226 typo in setting up configdirs for native builds.
30227
30228 * gdb.base/return.exp: Fix typo in return double test.
30229 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
30230 compiler from optimizing them away.
30231
30232Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
30233
30234 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
30235 sequences to be echo'd by gdb when using gdb_test.
30236 * gdb.chill/chexp.exp: Likewise.
30237 * gdb.fortran/exprs.exp: Likewise
30238
30239Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
30240
30241 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
30242 after the inferior gdb has started.
30243
30244 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
30245 after each command.
30246 * gdb.base/funcargs.exp: Likewise.
30247 * gdb.base/gdbvars.exp: Likewise.
30248 * gdb.base/interrupt.exp: Likewise.
30249 * gdb.base/list.exp: Likewise.
30250 * gdb.base/watchpoint.exp: Likewise.
30251 * gdb.c++/demangle.exp: Likewise.
30252 * gdb.c++/inherit.exp: Likewise.
30253 * gdb.chill/chexp.exp: Likewise.
30254 * gdb.fortran/exprs.exp: Likewise.
30255
30256 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
30257 test if we can't handle IO to/from the inferior.
30258
30259 * gdb.c++/misc.exp: Always check for a program already being
30260 started after sending a "run" command to gdb.
30261
30262 * gdb.base/twice.exp: Start with a fresh gdb.
30263
30264 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
30265 only depend on gdb's expression code, not the chill runtime.
30266
30267 * gdb.base/return.c: Put return values into variables so we
30268 can have gdb print them rather than depending on the program
30269 to print them.
30270 * gdb.base/return.exp: Corresponding changes.
30271
30272 * lib/gdb.exp: Provide default value for noinferiorio.
30273 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
30274 the inferior.
30275
30276 * gdb.base/break.exp: Always check for a program already being
30277 started after sending a "run" command to gdb.
30278 (text_next_with_recursion): Don't check the output from the
30279 program's printf statement. Instead just make sure the program
30280 exited.
30281
30282 * gdb.base/commands.exp: Protect tests which need arguments with
30283 $noargs conditionals.
30284
30285Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30286
30287 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
30288 of structure member arrays to match gdb/valops.c:value_addr change.
30289
30290Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
30291
30292 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
30293 cases.
30294
30295Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
30296
30297 * configure.in (configdirs): Remove gdb.chill from default list
30298 of subdirs and then add it back in only if doing a native build.
30299 The current chill compiler does not yet work in any cross build.
30300 * Revert all signal changes from Jul 6.
30301 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
30302 for sh-hms targets, allowing these tests to link, with no other
30303 changes. Testing is suppressed by setting "nosignals" in site.exp.
30304
30305Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
30306
30307 * configure.in (signaldirs): Define and add to configdirs for all
30308 targets except some specific ones that are known to not support signals.
30309 Also clean up formatting.
30310 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
30311 (signals, sigall): Remove rules to build.
30312 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
30313 Moved to new gdb.signals directory.
30314 * gdb.signals: New test directory.
30315 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
30316 signals.c signals.exp}: New or moved files.
30317
30318Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
30319
30320 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
30321
30322Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
30323
30324 * gdb.base/return.exp: Xfail `return double' test failure
30325 on at least Solaris 2.3 and handle future/past versions on
30326 a case by case basis as appropriate. Also update message
30327 to include i*86 failures.
30328
30329Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30330
30331 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
30332
30333 * lib/gdb.exp: Fix comment which erroneously identified
30334 gdb_file_cmd as gdb_load (the 19 May change was in fact to
30335 gdb_file_cmd not gdb_load).
30336 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
30337
30338 * gdb.base/setvar.exp: Make test names consistent between pass and
30339 fail cases. Use gdb_test more.
30340
30341Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30342
30343 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
30344
30345Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30346
30347 * gdb.base/help.exp: Fix expected help string for `show commands'.
30348
30349Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
30350
30351 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
30352
30353 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
30354 of a text section.
30355
30356Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
30357
30358 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
30359 that loop eventually terminates. Fix Connection refused logic so
30360 that testsuite will expire nicely.
30361
30362Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
30363
30364 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
30365 config/rom68k.exp: New tcl glue for the appropriate monitors.
30366 These all just end up calling monitor.exp.
30367 * config/monitor.exp (gdb_target_monitor): Handle `Connection
30368 refused' by retrying. Cleanup some timeout issues.
30369 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
30370 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
30371 callers don't have to set/restore global timeout variable.
30372
30373 * The following set of changes centralizes management of the global
30374 timeout variable. This way, it can be set in one target dependent
30375 place instead of dozens of places scattered throughout the test suite.
30376 If you need to lengthen a timeout, then you should either set timeout
30377 in one of the config/{target}.exp files, or multiply it by a factor.
30378 Setting it to an absolute value is always going to lose for some
30379 targets.
30380 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
30381 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
30382 * gdb.base/funcargs.exp: Don't set timeout.
30383 * gdb.base/list.exp (test_forward_search): Only use local timeout.
30384 * gdb.base/printcmds.exp (test_print_string_constants
30385 test_print_array_constants): Don't set timeout.
30386 * gdb.base/ptype.exp: Don't set timeout.
30387 * gdb.base/recurse.exp: Don't set timeout.
30388 * gdb.base/return.exp: Don't set timeout.
30389 * gdb.base/watchpoint.exp: Don't set timeout.
30390 * gdb.c++/classes.exp (do_tests): Don't set timeout.
30391 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
30392
30393Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
30394
30395 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
30396
30397Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30398
30399 * lib/gdb.exp: Disable chill tests for irix5.
30400
30401Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30402
30403 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
30404 each test pass or fail.
30405
30406Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30407
30408 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
30409 xlc not gcc.
30410
30411Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
30412
30413 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
30414
30415Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
30416
30417 * config/est.exp: Fix copyright and comments. Remove dead code.
30418 Use targetname, serialport and baud variables instead of fixed
30419 constants.
30420 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
30421 * config/cpu32bug.exp: New file to support cpu32bug monitors.
30422
30423Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30424
30425 * gdb.base/watchpoint.exp: Don't run
30426 test_watchpoint_triggered_in_syscall for sunos.
30427
30428Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30429
30430 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
30431 they don't seem to exist. Do include stdio.h.
30432
30433Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30434
30435 * gdb.base/a1-selftest.exp: Add alpha xfail.
30436
30437Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30438
30439 * gdb.base/watchpoint.c (main): Prompt before calling read().
30440 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
30441 Revise accordingly. Remove cruft about sending "123" several
30442 times, until it gets noticed. Clean up the "print buf[0]" stuff
30443 so that it passes or fails, and waits for prompts in the usual way.
30444
30445Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30446
30447 * gdb.base/recurse.exp: Fix comment.
30448
30449 * TODO: Remove item about printing variables in nodebug.exp. Add
30450 item about enabling tests which are only run on some targets.
30451
30452 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
30453 fail, make test names unique, use new gdb_test convention
30454 regarding pattern, use gdb_test more, etc.).
30455
30456 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
30457 fail, make test names unique, etc.).
30458
30459Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30460
30461 * gdb.base/nodebug.c: Change return type of top and middle to
30462 short.
30463 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
30464 are fixed by the recent mdebugread.c changes. Allow `short ()'
30465 as type for top and middle.
30466
30467Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30468
30469 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
30470 nearly as I can tell, the whole thing was an accident in Stu's
30471 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
30472 to replace a send/expect pair with gdb_test, but ended up only
30473 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
30474 of 30 Mar 1995 took care of it, but left this vestigial comment
30475 which I am now nuking.
30476
30477Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30478
30479 * gdb.base/break.exp: Look for different line number for
30480 breakpoint at main depending on usestubs.
30481
30482Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30483
30484 * gdb.base/list.exp: Adjust some alternate expect patterns to
30485 match recent list0.c change. Add alternate expect pattern for
30486 output from `list default lines around main' for optimizing
30487 compilers.
30488
30489Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30490
30491 * lib/gdb.exp: If nosignals is not set, set it to 0.
30492
30493Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
30494
30495 * config/slite-gdb.exp: Responds to load symbol table prompt.
30496 * gdb.base/break.exp: Adjust line number, fix rerun.
30497 * gdb.base/langs0.c: Add #ifdef usestubs.
30498
30499Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
30500
30501 * gdb.base/list.exp: Adjust line contents after adding new lines in
30502 list0.c. Also fix a syntax error.
30503
30504 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
30505 * gdb.base/break.exp: ditto.
30506 * gdb.base/list.exp: ditto.
30507 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
30508 * gdb.base/run.c: ditto.
30509 * gdb.base/list0.c: ditto.
30510 * gdb.base/funcargs.c: ditto.
30511
30512Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
30513
30514 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
30515 $targetname, $serialport and $baud instead of hardwired variables.
30516 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
30517 target doesn't support signals.
30518
30519Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
30520
30521 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
30522
30523Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30524
30525 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
30526 Don't rely on the value of an auto variable before it has been
30527 initialized. Use gdb_test more.
30528
30529Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30530
30531 * lib/gdb.exp (default_gdb_version): A version number must start
30532 with a digit, but other than that contains all characters up to
30533 the first whitespace character.
30534
30535Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30536
30537 * gdb.base/commands.exp (breakpoint_command_test): New tests.
30538
30539Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30540
30541 * gdb.c++/*.exp: Warn if executable does not exist. The original
30542 reason for skipping the warning was that configure.in sometimes
30543 intentionally skipped building the executables but the tcl code
30544 had no way of knowing. That (a) was always bogus with respect to
30545 error handling, (b) is no longer true (right now there is no way
30546 to skip C++ tests).
30547
30548 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
30549
30550Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30551
30552 * gdb.base/list.exp: Add expect patterns for output from
30553 SunPRO compiled executables.
30554 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
30555 types.
30556
30557Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30558
30559 * gdb.base/break.exp (test_next_with_recursion): Accept any line
30560 number (we are already testing that the correct source line text
30561 gets printed).
30562
30563 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
30564 that is what is intended, but something needed to be done to get
30565 sunos4 native working again.
30566
30567 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
30568
30569 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
30570 apparently went with a (very) old xfail.
30571
30572Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
30573
30574 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
30575 runto_main is a proc in gdb.exp that will do 'step' for target use
30576 stubs.
30577 * gdb.base/exprs.exp: ditto.
30578 * gdb.base/interrupt.exp: ditto.
30579 * gdb.base/opaque.exp: ditto.
30580 * gdb.base/printcmds.exp: ditto.
30581 * gdb.base/ptype.exp: ditto.
30582 * gdb.base/scope.exp: ditto.
30583 * gdb.base/setvar.exp: ditto.
30584 * gdb.base/signals.exp: ditto.
30585 * gdb.base/twice.exp: ditto.
30586 * gdb.c++/classes.exp: ditto.
30587 * gdb.c++/inherit.exp: ditto.
30588 * gdb.c++/templates.exp: ditto.
30589 * gdb.base/break.exp: no run and hit main for stubs. Change line
30590 numbers for breakpoints and info breakpoint.
30591 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
30592 breakpoint().
30593 * gdb.base/callfuncs.c: ditto.
30594 * gdb.base/exprs: ditto.
30595 * gdb.base/interrupt.c: ditto.
30596 * gdb.base/opaque0.c: ditto.
30597 * gdb.base/printcmds.c: ditto.
30598 * gdb.base/ptype.c: ditto.
30599 * gdb.base/scope0.c: ditto.
30600 * gdb.base/setvar.c: ditto.
30601 * gdb.base/signals.c: ditto.
30602 * gdb.base/twice.c: ditto.
30603 * gdb.c++/misc.cc: ditto.
30604 * gdb.c++/templates.cc: ditto.
30605
30606Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30607
30608 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
30609
30610 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
30611 somewhere between `read' and `main.c'. I'm pretty sure the
30612 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
30613 and it isn't particularly useful.
30614
30615 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
30616
30617Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30618
30619 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
30620
30621Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
30622
30623 * config/mt-slite: add LIBS and -nostdlib.
30624 * config/slite-gdb.exp: add this new file to support sparclite target.
30625
30626Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
30627
30628 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
30629
30630 * gdb.base/a2-run.exp: Change argument to istarget from
30631 "*-*-vxworks" to "*-*-vxworks*".
30632 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
30633
30634Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
30635
30636 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
30637 will not runto main but do a 'step' to step out of breakpoint().
30638 * config/mt-slite: add -Dusestubs.
30639
30640Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30641
30642 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
30643 instead of just @.
30644
30645 * gdb.base/signals.exp: Add test for "handle all print".
30646 * TODO: Remove "handle all print". Also remove item about
30647 checking copyright date (I don't like the idea of a spurious FAIL
30648 based on when we run the tests).
30649
30650 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
30651 for SunOS4 (reason for failure not investigated). Remove
30652 redundant test for $binfile.
30653
30654 * gdb.base/nodebug.c (array_index): Call malloc.
30655
30656 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
30657
30658Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
30659
30660 * gdb.base/recurse.exp: Update gdb_test invocation to use new
30661 conventions and slightly simplify the matching regexp.
30662
30663Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30664
30665 * gdb.base/break.exp: Update gdb_test invocation to use new
30666 convention.
30667
30668 * lib/gdb.exp: If noargs is not set, set it to 0.
30669
30670 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
30671 tests unique.
30672
30673 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
30674
30675Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30676
30677 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
30678 one argument of type "<non-float parameter>".
30679
30680Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
30681
30682 * config/rom68k.exp: New file to support Motorola IDP board.
30683 * gdb.base/a2-run.exp: Skip this file if noargs is set.
30684 * gdb.base/break.c: Change things around so that this program
30685 doesn't depend upon args. This is necessary to make remote
30686 targets work (in general, they can't take args).
30687 * gdb.base/break.exp: Don't try to send args to program. Don't
30688 expect output. Also, replace lots of code with gdb_test.
30689
30690Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30691
30692 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
30693 printing of '\'' (which is what the comment says we are testing,
30694 even though we were not), not '''.
30695 (test_integer_literals_rejected): Test that printing ''' is an error.
30696
30697 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
30698 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
30699 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
30700 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
30701 Use gdb_test not test_print_accept.
30702 * lib/gdb.exp: Remove test_print_accept.
30703
30704 * gdb.base/signals.exp (signal_tests_1): Make pass message
30705 consistent with fail message.
30706
30707 * gdb.base/whatis.exp: Remove xfails for printing char vs.
30708 unsigned char; the bug (PR 1821) is fixed.
30709
30710 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
30711
30712 * gdb.base/scope.exp (test_at_localscopes): Call pass for
30713 successful tests--makes xfailing them work right.
30714
30715Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30716
30717 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
30718 only \r\n, not .*. The test can pass .* as the last thing in
30719 $pattern if that is what it wants. In addition to providing this
30720 flexibility, this change should speed up pattern matching in cases
30721 where the pattern already ended with .* (there were a number of
30722 them). This change also helps catch bad patterns--in the old
30723 scheme the typo "char \*" instead of "char \\*" would pass. Now
30724 it is caught.
30725 * Many .exp files: Update callers.
30726
30727 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
30728 clearer and does not spuriously match multiple ('s. Likewise for
30729 ) and *.
30730
30731 * gdb.base/nodebug.exp: Test ability to call a function and pass
30732 it a string (even with no debugging info).
30733
30734 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
30735 "p '\'", which is the same as "p ''" once tcl gets done with
30736 quoting, to "p '\\'", which I suspect is what is intended (one
30737 backslash gets sent to GDB).
30738
30739 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
30740
30741Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30742
30743 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
30744 1817) was fixed literally years ago.
30745
30746Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30747
30748 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
30749 test, it causes stepping out of call_after_alloca_subr with
30750 optimizing compilers.
30751 (localvars_in_indirect_call): Consume GDB prompt if `finish'
30752 fails.
30753
30754 * gdb.c++/templates.exp: Source templ-info.exp only if
30755 the templates executable exists.
30756
30757 * gdb.c++/misc.cc (class Contains_static_instance,
30758 class Contains_nested_static_instance),
30759 gdb.c++/classes.exp (test_static_members): Test printing of
30760 a class that contains a static instance of the class.
30761
30762Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30763
30764 * gdb.base/langs2.c (cppsub_): Don't prototype.
30765 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
30766 only, I believe).
30767
30768Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30769
30770 * lib/gdb.exp (skip_chill_tests): New procedure.
30771
30772 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
30773
30774Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
30775
30776 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
30777 each expect pattern. Cuts runtime from 12 to about 4 seconds.
30778
30779Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30780
30781 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
30782
30783 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
30784 disassemble 8, not 16, instructions for part 4.
30785
30786 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
30787 support the latter anymore.
30788
30789 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
30790 -DNO_PROTOTYPES.
30791 * gdb.base/callfuncs.c: Control use of prototypes based on
30792 NO_PROTOTYPES, not __STDC__.
30793 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
30794 t_float_values2 tests if prototypes in use.
30795
30796 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
30797 t_double_values): When checking differences against DELTA, check
30798 that difference is within the range (-DELTA,DELTA), not just
30799 (-infinity,DELTA).
30800
30801Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
30802
30803 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
30804 'file' command firts, then 'target', then 'load', this is due to gdb
30805 target set up.
30806 * config/mips-gdb.exp: Fix a couple regular exp bugs.
30807
30808Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
30809
30810 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
30811 FP load/store variants.
30812 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
30813
30814Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
30815
30816 * gdb.base/term.exp: Do not give a warning if not native, it is
30817 not an abnormal condition.
30818
30819Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
30820
30821 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
30822 t_char_array".
30823
30824Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
30825
30826 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
30827 are getting the version number.
30828
30829 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
30830 if not native, it is not an abnormal condition.
30831
30832Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30833
30834 * lib/gdb.exp: Just use "file exists", rather than undocumented
30835 dejagnu procedure "findfile".
30836
30837Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
30838
30839 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
30840 (LDFLAGS): Set to -Xlinker -Ur.
30841
30842 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
30843 Removed, these values are set by lib/gdb.exp.
30844
30845 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
30846
30847Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
30848
30849 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
30850 of replicating gdb startup code.
30851
30852 * config/mt-vxworks (LDFLAGS): Set to -r.
30853 (CFLAGS_FOR_TARGET): Removed.
30854
30855 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
30856 (gdb) and gdb for vxworks uses (vxgdb).
30857
30858 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
30859 executable is not in the tree and host != target, use sed and
30860 program_transform_name to determine the gdb name used by the
30861 target.
30862
30863 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
30864 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
30865
30866Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30867
30868 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
30869 floats, chars, and shorts where there are ANSI-style function
30870 definitions.
30871
30872 * gdb.base/langs.exp, gdb.base/langs*: New test.
30873 * gdb.base/Makefile.in: Build it.
30874 * TODO: Remove item about checking that C names don't get C++
30875 demangling applied; this test tests it.
30876
30877Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30878
30879 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
30880 went with the const70 xfail. The xfail went away a year ago.
30881
30882 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
30883
30884 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
30885 for hp300.
30886
30887 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
30888
30889 * gdb.base/a1-selftest.exp: Don't run on hp300.
30890
30891Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30892
30893 * Makefile.in (site.exp): Set host_alias and target_alias as well
30894 as host_triplet and target_triplet.
30895
30896Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30897
30898 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
30899
30900 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
30901 places as other ecoff systems).
30902
30903 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
30904 ultrix.
30905
30906Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30907
30908 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
30909 remove them.
30910 * gdb.base/nodebug.exp: Accept "function" in addition to "text
30911 variable and "variable" in addition to "data variable".
30912 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
30913
30914 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
30915 2.
30916 * gdb.base/list1.c (long_line): Add additional statement at start
30917 of function.
30918 * gdb.base/list.exp (test_forward_search): Update line number to
30919 reflect new statement.
30920
30921Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30922
30923 * gdb.base/signals.exp: Reinitialize searched source directories
30924 after gdb_start call.
30925
30926Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
30927
30928 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
30929 * gdb.stabs/Makefile.in: Likewise.
30930
30931 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
30932 change. Instead split the tests into smaller pieces.
30933 * gdb.disasm/hppa.s: Corresponding changes.
30934
30935Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30936
30937 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
30938 Quote ^C when passing it to stty. For some shells ^ is a pipe.
30939
30940 * gdb.base/funcargs.exp: Modify many tests so that every test
30941 either passes or fails. Make some test names unique.
30942
30943Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30944
30945 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
30946 Call stty to set interrupt character.
30947
30948 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
30949 for HP assembler versus GNU assembler based on actual behavior of
30950 $(CC), rather than assuming that $(AS) is always the GNU assembler.
30951
30952 * TODO: Suggest a few more stepping tests.
30953
30954Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
30955
30956 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
30957 restart GDB for h8300 after a continue.
30958 (return): Add pattern to match a29k-udi behavior.
30959 * gdb.base/nodebug.exp: Remove obsolete comment.
30960 * gdb.base/regs.exp: New file, testing of register displays.
30961 * gdb.base/return.exp: Fix typo in reference to $objdir.
30962 * gdb.base/whatis.exp: Always start with a fresh GDB.
30963
30964Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30965
30966 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
30967 higher, these tests generate a lot of output.
30968
30969Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30970
30971 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
30972 code following the catch silently ignored some errors; without the
30973 catch they should be thrown like any other tcl error. Also, the
30974 catch used "" instead of {} which meant all the callers who wanted
30975 to include one of the characters "[]$ had to quote it an extra time.
30976 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
30977 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
30978 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
30979 Remove extra quoting.
30980
30981Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
30982
30983 * gdb.base/commands.exp: Make test names unique; every test either
30984 passes or fails. Update some comments.
30985
30986 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
30987
30988Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30989
30990 The following fixes a FAIL caused by the fact that the alpha stabs
30991 configuration didn't use the ".if alpha" code in weird.def.
30992 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
30993 bit pointer, so the 32 bit version works even on the alpha.
30994 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
30995 Remove the stuff which allowed us to have separate versions for
30996 alpha and everything else.
30997
30998 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
30999 regexp which "info func operator\[\](" is supposed to match. Fix
31000 string to send to GDB. Note that GDB still doesn't work right. Add a
31001 new test for "info func .perator\[\](" which GDB does handle correctly.
31002
31003 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
31004
31005Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31006
31007 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
31008 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
31009 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
31010 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
31011 it makes the tests harder to understand and confuses test-o-matic.
31012 The preferred style is that each test provides a PASS or a FAIL,
31013 and has a unique message (e.g. "continue #54" not just "continue")
31014 which is the same for the pass and the fail.
31015 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
31016 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
31017 to lib/gdb.exp.
31018 * gdb.base/printcmds.exp: Use test_print_accept. Remove
31019 prt_accept which was basically the same thing. Likewise for
31020 test_print_reject and prt_reject.
31021 * lib/gdb.exp (test_print_reject): Add some more error message
31022 patterns to match from the former printcmds.exp (prt_reject).
31023 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
31024 One defect of the passcount stuff is that some of it failed to
31025 report XPASS where appropriate.
31026 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
31027 stuff before and after arg in expected pattern.
31028 (test_paddr_operator_functions): Re-do test without print_addr_of;
31029 this is the only test which seems to want extra stuff there.
31030
31031Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31032
31033 * gdb.base/nodebug.exp: Update new tests to reflect improved
31034 wording of gdb output.
31035
31036 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
31037 and "ptype" work on variables in files compiled without -g.
31038 Replaces commented out "maint print msymbol" tests.
31039
31040Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31041
31042 * gdb.base/setvar.c (dummy): Call malloc.
31043
31044 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
31045 losing with the irix4 sed.
31046
31047 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
31048 ALRM" on irix4.
31049
31050Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31051
31052 * TODO: Remove items about corefile.exp testing new exec-file and
31053 backtrace; both are now done. Add items about printing enums.
31054
31055Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31056
31057 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
31058 "get signal $thissig" test fails.
31059
31060 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
31061
31062Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31063
31064 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
31065 compiler warning with dec alpha compiler.
31066
31067 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
31068 extra \n from gdb_test call (this explains why the prompt test
31069 that I removed yesterday was there).
31070 (user_defined_command_test): Remove extra \n and prompt test.
31071
31072 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
31073 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
31074 doesn't exist.
31075 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
31076 Also remove alpha workaround, which turns out to be because
31077 SIGABRT == SIGLOST.
31078
31079 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
31080
31081 * gdb.base/help.exp: Don't test "help show".
31082
31083Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31084
31085 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
31086 "set print address" is on.
31087 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
31088 pass prompt to gdb_test; gdb_test already looks for the prompt.
31089
31090 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
31091
31092 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
31093 was a vestige of the manual TESTSTRATEGY, and the purpose of it
31094 was to make sure that gdb can read a core file. But (a) the "read
31095 the corefile" part didn't make it to a1-selftest.exp, we just
31096 delete the corefile after creating it, and (b) we test reading
31097 corefiles in corefile.exp anyway. Also, this test left around a
31098 xgdb process on Solaris.
31099
31100 * gdb.base/corefile.exp: Also test backtrace.
31101
31102Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
31103
31104 * gdb.base/commands.exp: Test a simple user defined command with
31105 arguments and if/while statements; verify the full user command is
31106 printed by "show user".
31107
31108 * gdb.base/commands.exp: Test if/while commands as part of a
31109 breakpoint command list; verify they appear in breakpoint
31110 information.
31111
31112Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31113
31114 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
31115 than by dividing by zero.
31116
31117Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
31118
31119 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
31120 performing an inferior call with watchpoints enabled.
31121 * gdb.base/watchpoint.c (main): Delete second unnecessary read
31122 call.
31123
31124Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31125
31126 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
31127 of "file" command.
31128
31129 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
31130 Add additional pattern for when "int operator int(void);" appears
31131 in a different order.
31132
31133Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31134
31135 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
31136
31137 * gdb.base/help.exp: Replace most of docstrings for "info signals"
31138 and "signal" with ".*".
31139
31140Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31141
31142 * TODO: Add note about "handle all nostop".
31143
31144 * gdb.base/{sigall.c, sigall.exp}: New test.
31145 * gdb.base/Makefile.in: Add it.
31146
31147Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
31148
31149 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
31150 when invoking GDB, suppresses any windowing interface.
31151
31152Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
31153
31154 * config/sim-gdb: New file, simulator testing support.
31155
31156Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
31157
31158 * gdb.base/interrupt.exp: Test calling func1 twice.
31159
31160Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
31161
31162 * gdb.base/list.exp (test_forward_search): Set timeout higher
31163 when we'll be getting lots of output from gdb.
31164
31165 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
31166 "init_malloc" to after the expect statement. Run it if that
31167 regexp is taken, but also for two others which happen if source
31168 cannot be found.
31169
31170Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31171
31172 * gdb.base/printcmds.exp: New test, for printing register before
31173 program is running.
31174
31175Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31176
31177 * gdb.base/list.exp: Correct some alternate expect patterns
31178 to reflect changes in list1.c.
31179
31180Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31181
31182 * TODO: Add item regarding large frames.
31183
31184 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
31185
31186 * TODO: Remove item about enabling return.exp; it
31187 is enabled. Suggest a few more "return" tests.
31188
31189Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31190
31191 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
31192 anonymous unions.
31193
31194Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31195
31196 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
31197 and pr-5646.o, so "make" is the same as "make all", not "make
31198 pr-4975.o".
31199
31200Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
31201
31202 * gdb.base/list.exp: Adjust expectations to reflect changes in
31203 list1.c.
31204 (test_forward_search): New test proc.
31205 * gdb.base/list1.c (long_line): New function, has long source line.
31206
31207Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
31208
31209 * gdb.base/a1-selftest.exp: Change initial stepping to know about
31210 additional line of code that was added.
31211
31212Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
31213
31214 * gdb.disasm/hppa.s: Break the large branching tests into smaller
31215 tests so as not to overflow expect's input buffers.
31216 * gdb.disasm/hppa.exp: Corresponding changes.
31217
31218Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31219
31220 Beginnings of template debugging tests.
31221 * gdb.c++/templ-info.cc: New file to test for template
31222 debugging capability of the compiler.
31223 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
31224 templ-info.cc.
31225 * gdb.c++/templates.cc: Add explicit template instantiations
31226 to enable compiling with -fno-implicit-templates. Add destructor
31227 and 'value' method to T5 class for template tests.
31228 * gdb.c++/templates.exp: Add testcases for printing of template
31229 types, setting breakpoints on template methods and calling a
d63a86f8 31230 template method.
c906108c
SS
31231
31232Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
31233
31234 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
31235 branch target since some assemblers (gas-2.5) may emit a
31236 relocation for the branch instead of resolving it in the
31237 assembler.
31238
31239Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31240
31241 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
31242 through signal handler.
31243
31244Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31245
31246 * configure.in (*-*-netware): Use config/mt-netware.
31247
31248 * config/mt-netware: New file.
31249 * config/mt-i386-netware: Removed, separate configs for different
31250 netware architectures are no longer needed now that we have
31251 --with-headers.
31252
31253Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31254
31255 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
31256 by the recent changes to use ANSI C arithmetic conversions.
31257
31258Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31259
31260 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
31261 bug involving using inferior_pid to figure out whether to select a
31262 frame.
31263
31264Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
31265
31266 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
31267 match the current disassembler output.
31268
31269Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
31270
31271 * gdb.fortran/exprs.exp: Expect VOID instead of void.
31272 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
31273 types, expect "int" as type of integer values (for now).
31274
31275Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
31276
31277 * gdb.base/commands.exp: New tests for if/while commands.
31278
31279Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
31280
31281 * lib/gdb.exp (runto): Replace sub-pattern for hex value
31282 by .*, since hex values have different syntax in Chill mode.
31283
31284Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31285
31286 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
31287 linefeed from expect pattern for repeated types with indices > 9.
31288
31289Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
31290
31291 First part of Fortran test suite.
31292 * gdb.fortran: New directory.
31293 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
31294
31295Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31296
31297 * gdb.base/default.exp: Update expect pattern for load command
31298 without arguments.
31299
31300Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
31301
31302 * configure.in: Change i386 to i[345]86.
31303 * gdb.base/configure.in: Likewise.
31304 * gdb.c++/configure.in: Likewise.
31305 * gdb.chill/configure.in: Likewise.
31306
31307Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
31308
31309 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
31310 patterns, since that is not a valid context for comments.
31311
31312Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
31313
31314 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
31315 repeated types and repeated types with indices > 9.
31316
31317Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
31318
31319 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
31320 2417; old bug has been fixed.
31321
31322Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
31323
31324 * gdb.base/interrupt.exp: When trying to wake up the inferior,
31325 send the newline ourselves instead of assuming gdb_test will do
31326 so when passed an empty input string.
31327
31328 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
31329 stabs testcode.
31330
31331Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31332
31333 * lib/gdb.exp (gdb_test): Don't send anything if the first
31334 argument is an empty string. This makes cases where we want to
31335 match output that is already in expect's buffers (for example,
31336 matching a breakpoint after gdb_run_cmd has been called) work
31337 reliably.
31338
31339Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31340
31341 * config/netware.exp: New file.
31342
31343Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31344
31345 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
31346 the -B and -L prefixes so we can find the debugging stub.
31347
31348 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
31349 there and we are using the gcc from the tree.
31350
31351 * gdb.base/types.c: Removed.
31352
31353 * gdb.base/configure.in: Look for makefile fragments in ../config.
31354 Recognize i386-*-netware.
31355 * gdb.c++/configure.in: Likewise.
31356
31357Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31358
31359 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
31360 the correct TCL syntax.
31361
31362Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31363
31364 * gdb.base/opaque.exp: use runto instead of messing around with
31365 breakpoints. Simplify by using gdb_test.
31366
31367 * gdb.base/bitfields.exp: restart between tests on netware targets
31368 because breakpoints aren't relocated after target death. Run
31369 processes to completion.
31370
31371 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
31372
31373Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
31374
31375 * Makefile.in: Remove extra tabs that confuse some versions
31376 of "make". Use the newly built gdb to test with by default,
31377 rather than the first one in the tester's search path.
31378
31379Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
31380
31381 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
31382
31383 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
31384 condition help.
31385
31386Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31387
31388 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
31389
31390 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
31391 running.
31392 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
31393 * gdb.base/funcargs.exp: Likewise.
31394
31395 * gdb.base/bitfields.exp: Simplify by using gdb_test.
31396 * gdb.base/funcargs.exp: Likewise.
31397
31398 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
31399 message is "".
31400
31401Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31402
31403 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
31404 return,signals,twice}.exp: Handle non-existant binaries
31405 consistantly.
31406
31407 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
31408 * gdb.base/Makefile.in: Don't try to generate a core dump, we
31409 might testing a cross development system.
31410
31411Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31412
31413 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
31414 runtest script is relative to ${srcdir}, not ${rootdir}.
31415
31416Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
31417
31418 * gdb.base/signals.exp: Allow for optionality of breakpoint
31419 address.
31420
31421Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31422
31423 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
31424
31425Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31426
31427 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
31428 for size_t definition.
31429 * gdb.c++/templates.cc: Likewise
31430
31431 * config/mt-i386-netware: New file.
31432
31433 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
31434 defined.
31435
31436 * gdb.base/Makefile.in: Added support for systems that name core
31437 files by appending "core" to the program name.
31438 * gdb.base/a1-selftest.exp: Likewise.
31439
31440Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31441
31442 * gdb.base/return.exp: Add comment and message for `return double'
31443 test failure on Sparc Solaris.
31444
31445Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
31446
31447 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
31448
31449Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31450
31451 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
31452 from optimizing them away.
31453 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
31454 patterns to include default constructors and assignment operators,
31455 to match gcc versions beyond 2.5.8. Accept any cplus demangling
31456 character in the output of the virtual base pointer.
31457
31458Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31459
31460 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
31461 expression match in print_addr_of to avoid unintented matches.
31462 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
31463 versions up to 2.5.8.
31464
31465Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31466
31467 * gdb.base/list.exp: Tweak alternate pattern for listing of an
31468 included file to run under newer versions of expect.
31469 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
31470 consecutive >'s in templates to accomodate recent cplus-dem.c change.
31471 Remove xfail for the virtual table of BDDHookV.
31472
31473Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
31474
31475 * lib/gdb.exp (string_to_regexp): Set a default result.
31476 (default_gdb_start): Fix misleading message.
31477
31478Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
31479
31480 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
31481 Remove all CC, etc definitions.
31482 * config/mt-hpux: New file.
31483 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
31484 (CFLAGS, LDFLAGS): Define.
31485 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
31486
31487 * Makefile.in (site.exp): Don't insert host_os, etc.
31488 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
31489 (distclean): Check existence of subdir.
31490 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
31491 * gdb.base/Makefile.in: General cleanup and simplification.
31492 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
31493 to build executables. Use default rule to build .o files.
31494 (EXPECT, RUNTEST, CC): Fix relative pathname.
31495 (site.exp): Don't insert host_os, etc.
31496 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
31497 and/or SIGUSR1 defined.
31498 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
31499 * gdb.c++/Makefile.in: General cleanup and simplification.
31500 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
31501 (CFLAGS): Remove.
31502 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
31503
31504Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
31505
31506 * gdb.base/recurse.exp: Misc changes to get tests running again
31507 after Kung's changes to the watchpoint code.
31508 * gdb.base/watchpoint.exp: Likewise.
31509
31510Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
31511
31512 * lib/gdb.exp (string_to_regexp): Convert {\} also.
31513
31514Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
31515
31516 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
31517 * lib/gdb.exp (default_gdb_start): Define.
31518 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
31519 gdb.base/funcargs.exp, gdb.base/opaque.exp,
31520 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
31521 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
31522 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
31523 Don't call gdb_target_udi in between tests.
31524
31525Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31526
31527 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
31528 (which was basically just a local version of the same thing). In
31529 addition to avoiding duplication, gdb_test_exact is faster.
31530 * lib/gdb.exp (gdb_test_exact): Fix typo.
31531
31532 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
31533 don't give an error.
31534
31535 * gdb.base/term.exp: Call delete_breakpoints before starting.
31536
31537 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
31538 (t10): Add comment.
31539
31540Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
31541
31542 Reorganization of the GDB Test Suite.
31543
31544 * gdb.base: New directory, contains all the basic tests.
31545 * gdb.c++: New directory, tests specific to C++.
31546 * gdb.chill: New directory, tests specific to Chill.
31547 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
31548 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
31549 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
31550 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
31551 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
31552 t30-31 to chill).
31553 * */gdbme.*: Rename to match appropriate expect scripts.
31554 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
31555 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
31556 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
31557 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
31558 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
31559 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
31560 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
31561 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
31562 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
31563 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
31564 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
31565 gdb.c++/virtfunc.cc: New names of C++ files.
31566 * gdb.chill/chillvars.ch: New name of Chill file.
31567 * gdb.base/configure.in, gdb.c++/configure.in,
31568 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
31569 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
31570 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
31571 * configure.in (configdirs): Update to reflect directory changes.
31572 (target_abbrev): No longer define for any configuration.
31573 * Makefile.in: Cosmetic improvements to header comments.
31574
31575Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
31576
31577 Various changes to gdb.t31:
31578
31579 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
31580 * gdbme.ch: Make all key-words and predefineds be upper-case.
31581 * chillvars.exp: Expect key-words and predefinds in upper-case.
31582
31583 * chillvars.exp: Use gdb_test_exact many places.
31584 Change expected output for arrays (which now includes index labels).
31585
31586 * pr-5020.exp, gdme.ch (module PR_5020):
31587 New test, for PR-5020.
31588
31589Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
31590
31591 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
31592 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
31593
31594Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
31595
31596 * Makefile.in: Fix bit-rot in definitions of CHILL,
31597 CHILL_FOR_TARGET and Chill_LIB.
31598 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
31599 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
31600 CHILL, and CHILL_LIB.
31601
31602Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
31603
31604 * Revert the previous changes. Please see Rob's directory
31605 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
31606
31607Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
31608
31609 * Makefile.in, configure.in, config/mips-gdb.exp,
a9c64011
AS
31610 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
31611 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
31612 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
c906108c
SS
31613 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
31614 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
31615 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
31616 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
31617 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
31618 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
31619 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
31620 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
31621 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
31622 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
31623 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
31624 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
31625 changes from 94Q1.
31626
31627Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
31628
31629 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
31630 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
31631 Rob's new testing fragments.
31632
31633Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
31634
31635 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
a9c64011 31636 lib/gdb.exp: Replace error proc calls with perror.
c906108c
SS
31637
31638Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
31639
31640 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
31641 version also, match on casted version strings, and match on
31642 gdb startup case where the line numbers might be messed up.
31643
31644Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
31645
31646 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
a9c64011 31647 (CFLAGS): Delete it from here.
c906108c
SS
31648
31649Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
31650
31651 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
31652
31653Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
31654
31655 * Makefile.in (RUNTEST): Default to just "runtest".
31656
31657Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31658
31659 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
31660 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
31661 the code has been restructured.
31662
31663Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31664
31665 * gdb.t00/default.exp (set write): Allow any number of \r and/or
31666 \n, not just one of each.
31667
31668 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
31669 /bin/cc gives a warning if you do.
31670
31671Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
31672
d63a86f8 31673 * gdb.t24/demangle.exp: change expect pattern of
c906108c
SS
31674 __t10ListS_link1ZUiRCUiPT0
31675
31676Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31677
31678 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
31679 on local variables in recursive functions.
31680
31681 * gdb.t07/Makefile.in: Build the new test.
31682
31683Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31684
31685 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
31686 directly. Instead compare the return values from actual calls.
31687
31688Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
31689
31690 * Makefile.in (check): Set TCL_LIBRARY for runtest.
31691
31692Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31693
31694 * From Peter Schauer with minor modifications.
a9c64011
AS
31695 * gdb.t15/return.exp (return_tests): Handle targets where "return"
31696 stops in mid-line in the caller. Add xfail for returning a float
31697 value on X86 targets.
c906108c
SS
31698
31699Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31700
31701 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
31702 to avoid expect lossage.
31703 (fmem_LRbug_tests): Likewise.
31704 * gdb.disasm/hppa.s: Corresponding changes.
31705
31706 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
31707 conditions to work with latest dejagnu/expect.
31708
31709 * gdb.t15/funcargs.exp (finish from indirect call): No longer
31710 expected to fail on the PA.
31711 (backtrace in call with trampolines): Explicitly require main
31712 to be frame #1 (no trampolines should show up in backtrace).
31713
31714 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
31715 "continue -expect".
31716 * gdb.t06/break.exp: Likewise.
31717 * gdb.t07/watchpoint.exp: Likewise.
31718 * gdb.t13/bitfields.exp: Likewise.
31719 * gdb.t15/{funcargs,return}.exp: Likewise.
31720 * gdb.stabs/weird.exp: Likewise.
31721 * config/{mips,udi}-gdb.exp: Likewise.
31722
31723 * hppa.sed: Enclose comments within a sed command to avoid
31724 losing with the old OSF1 sed.
31725
31726Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31727
31728 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
31729 sequent dynix.
31730 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
31731 * gdb.t15/funcargs.exp: Conditionally step again to really
31732 finish from marker_call_with_trampolines. Handle the case where
31733 the first step from within call_with_trampolines already steps
31734 us back to main.
31735 * gdb.t15/gdbme.c: Add comment to closing brace of
31736 call_with_trampolines for funcargs.exp.
31737
31738Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31739
d63a86f8 31740 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
c906108c
SS
31741 Fix typo(s).
31742
31743Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31744
31745 * gdb.t07/gdbme.c: More code for watchpoint testing.
31746
31747 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
31748 "Hardware watchpoint" throughout file.
31749 (test_watchpoint_triggered_in_syscall): New test.
31750 (test_complex_watchpoint): New test.
31751
31752Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31753
31754 * gdbme.c (call_with_trampolines): New function to try and step
31755 into. Tests trampoline problems on the PA.
31756
31757 * funcargs.exp (localvars_in_indirect_call): No longer expect
31758 stepping into indirect call to fail on PAs.
31759 (test_stepping_over_trampolines): New test.
31760
31761Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31762
31763 * TODO: Add suggestions for static member function tests, and
31764 completion tests.
31765
31766Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31767
31768 * TODO: Add suggestions for "p/a" tests.
31769
31770 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
31771 (default_gdb_exit): Replace all the hair with sending "quit" to
31772 the process with a simple close.
31773
31774Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31775
31776 * TODO: Add suggestions for shared library tests.
31777
31778Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31779
31780 * TODO: Add suggestions for x/s tests.
31781
31782Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31783
31784 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
31785 "enable once", and "enable breakpoints once" with ".*".
31786
31787Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31788
31789 * TODO: Add suggestions about structure passing tests.
31790
31791Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31792
31793 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
31794 the primary1 test, use work around if __GNUC__ < 2.
31795 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
31796 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
31797 Test for bad output rather than waiting for timeout. Issue
31798 second continue only if first continue failed.
31799
31800Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
31801
31802 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
31803 operator[] test with gdb_test because the old code didn't seem to
31804 be getting the quoting right with the new dejagnu.
31805
31806Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
31807
31808 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
31809 one from the path.
31810 * Makefile.in: Use a fresh expect if there is one, use runtest
31811 from the src tree if there is one.
d63a86f8 31812
c906108c
SS
31813Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
31814
31815 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
31816 next over recursive call. Revise the tests from that point on
31817 (which had been skipped) to match GDB's actual (correct) output.
31818
31819 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
31820 with next over a breakpoint whose condition is false.
31821
31822 * gdb.t00/help.exp: Comment out "help set print" tests just like
31823 (and for same reason as) "help set" test.
31824
31825Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31826
31827 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
31828 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
31829
31830Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31831
31832 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
31833 necessary gdb_target_udi.
31834
31835 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
31836
31837 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
31838 1838 and 2417; they are fixed.
31839
31840 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
31841 gdb.t03/ptype.exp (ptype structure, ptype union):
31842 Remove xfails; the test is looser than when the xfails were added.
31843
31844 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
31845 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
31846
31847 * gdb.t01/run.exp: Only run shell test if isnative.
31848
31849 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
31850 since "run" automatically loads if necessary. Call gdb_target_udi
31851 after the "file" since "file" kills any execution target.
31852
31853 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
31854 GDB. GDB doesn't work that way (not anymore at least) on UDI.
31855 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
31856 argument for UDI.
31857
31858Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
31859
31860 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
31861
31862 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
31863
31864Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31865
31866 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
31867 properly quoting regexps. This makes the second argument to
31868 demangle a fixed string, which matches the callers, instead of a
31869 shell-style pattern which is what the previous implementation
31870 used. Update some of the callers.
31871
31872Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31873
31874 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
31875 (comib_nullified_tests): Fix typo.
31876 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
31877 strings. No longer expected to fail.
31878
31879 * gdb.disasm/hppa.s (addib_tests): Fix typo.
31880 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
31881 strings. No longer expected to fail.
31882
31883 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
31884 string. No longer expected to fail.
31885
31886Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31887
31888 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
31889 No longer expected to fail.
31890
31891 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
31892 string. No longer expected to fail.
31893
31894Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31895
31896 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
31897 only in the names (I probably got most of them). I was even
31898 generous with some which differed in underscores in names, and
31899 probably missed a few, and I *still* was able to remove almost a
31900 third of the file with almost no impact on testsuite coverage.
31901
31902Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31903
31904 * gdb.t00/default.exp: Match udi_attach error message as well as
31905 the one from child_attach.
31906
31907 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
31908
31909 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
31910
31911 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
31912 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
31913
31914 * Move test with enums and partial symbols back to
31915 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
31916 Reverts the change of 26 May 93. Per today's change to
31917 stabs.texinfo, the behavior that weird.exp was expecting was
31918 unreasonable; what is important is that the compiler+gdb get
31919 things right, which happens with a recent gcc. Also fix the test
31920 to deal with native compilers which put out the stab gdb can't
31921 deal with.
31922
31923Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31924
31925 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
31926 in the names. The main thing these accomplish is to slow things down.
31927 Many more such duplicates surely remain.
31928
31929 * gdb.t00/help.exp: Comment out "help support" test just like
31930 (and for same reason as) "help set" test.
31931
31932Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
31933
31934 * gdb.t06/break.exp: Remove setup_xfails for
31935 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
31936 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
31937 about known bug in gcc to include up through 2.5.8.
31938 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
31939 well as "_vb$".
31940 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
31941 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
31942 with latest gcc and gdb.
31943 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
31944 well as "_vb$".
31945
31946Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31947
31948 * configure.in (hppa*-*-*): Also configure and build stabs-only
31949 tests.
31950
31951Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31952
31953 * gdb.t10/hppa.mt: A makefile fragment for the PA.
31954 * gdb.t10/configure.in (hppa*-*-*): Use it.
31955
31956Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31957
31958 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
31959
31960Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31961
31962 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
31963 versions prior to 1.13.5.
31964
31965Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31966
31967 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
31968 the prompt is at the start of a line.
31969
31970Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31971
31972 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
31973 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
31974 in the copr tests now.
31975 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
31976 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
31977 expected to fail.
31978
31979Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
31980
31981 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
31982 gdb.t31/chillvars.exp, lib/gdb.exp:
31983 Tweak to run under either version of expect.
31984 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
31985 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
31986 * gdb.t11/list.exp: Remove extraneous whitespace.
31987
31988Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31989
31990 * gdb.t16/printcmds.exp (test_print_strings): Accept
31991 "(unsigned char *) " before the string.
31992
31993 * TODO: Add notes about printing of fancy types and GDB expressions.
31994
31995Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
31996
31997 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
31998 * gdb.t06/configure.in: Don't try to compile signals test program
d63a86f8 31999 if doing mips-idt-ecoff.
c906108c
SS
32000
32001Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
32002
32003 * Most .exp files: Tweak to run under either version of expect.
32004
32005Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32006
32007 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
32008 xfails; I'm not sure why they are failing, but not because of PR 1806.
32009
32010Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
32011
32012 * config/unix-gdb.exp: Remove gdb_unload cause it's already
32013 defined in lib/gdb.exp.
32014
32015Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32016
32017 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
32018 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
32019 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
32020 have to be typeless.
32021
32022Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32023
32024 * TODO: Add suggestion for copyright year test.
32025
32026Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
32027
32028 * configure.in (*-*-lynxos*): Add stabs tests.
32029
32030Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
32031
32032 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
32033 so insert a tab before any assembler directive in column zero.
32034
32035 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
32036 stores.
32037 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
32038 stores.
32039 (fpu_short_memory_tests): Likewise.
32040
32041Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32042
32043 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
32044 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
32045 .stabs directives in comments.
32046
32047Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32048
32049 * TODO: New file, describing tests we could write.
32050 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
32051
32052Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32053
32054 * gdb.t06/signals.exp: Add kludge to force re-sync.
32055
32056 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
32057 to xgdb instead of gdb, get out of gdb.
32058
32059Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
32060
32061 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
32062 for info.
32063
32064Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
32065
32066 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
32067 * gdb.stabs/configure.in (hppa*-*-*): Use it.
32068 * gdb.stabs/hppa.sed: New sed script for the PA.
32069
32070Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32071
32072 * gdb.stabs: Re-write weird.def and configuration to use sed
32073 instead of cpp. sed is portable and POSIX; cpp is neither.
32074
32075Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32076
32077 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
32078
32079Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32080
32081 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
32082
32083Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32084
32085 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
32086 "_vb$".
32087 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
32088 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
32089
32090Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32091
32092 * lib/gdb.exp: Comment out code which depends on non-existent
32093 `transform' procedure.
32094
32095Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
32096
32097 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
32098 * lib/gdb.exp: Transform tool name.
32099 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
32100 1.1's new error handling system.
32101
32102Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32103
32104 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
32105
32106Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32107
32108 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
32109 They made pattern matching so slow that timeouts happened on
32110 heavily loaded systems. Now any output from "show print" which
32111 gets us back to the GDB prompt is a PASS.
32112
32113Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
32114
32115 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
32116
32117Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32118
32119 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
32120
32121 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
32122 It is not from PR 3220.
32123
32124Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32125
32126 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
32127 just started failing because they depended on the order the
32128 subcommands are presented, or exact docstring text. This kind of
32129 test is a pain and has minimal benefit.
32130
32131Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32132
32133 * gdb.t09/corefile.exp: At end of test, use "core" command with
32134 no arguments.
32135
32136Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
32137
32138 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
32139 17}/Makefile.in: Make it possible to run the testsuite with Sun
32140 make and CC = cross gcc by adding explicit build rules for .o
32141 files.
32142
32143Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32144
32145 * gdb.t15/funcargs.exp: Don't put comments on same line as
32146 setup_xfail (@#$*%& tcl braindamage!).
d63a86f8 32147
c906108c
SS
32148Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32149
32150 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
32151
32152Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
32153
32154 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
32155 * gdb.t20/inherit.exp: remove three dumplicate entries.
32156
32157Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32158
32159 * gdb.t06/break.exp: For "next over recursive call", fail on any
32160 incorrect output, not just on "factorial (value=2)".
32161
32162Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32163
32164 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
32165 working now. Add an xfail if accesing a bss variable causes
32166 a memory error if the target is not yet run.
32167
32168Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32169
32170 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
32171 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
32172 name of __st* demangling (2 strings). Did Kung really get the
32173 more than 95 others right without testing them?
32174
32175Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
32176
32177 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
32178
32179Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
32180
32181 * configure.in (configdirs): Add gdb.disasm
32182 * gdb.disasm: New directory for GDB disassembler tests.
32183 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
32184
32185Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32186
32187 * gdb.t00/help.exp: Don't test "help set".
32188
32189 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
32190 from within expect statements. None of these happen anymore and
32191 they cause regressions to be silently unnoticed.
32192
32193 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
32194 messages) about known failures with gcc cygnus-2.4.5-930417.
32195
32196 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
32197 comp-info.exp so it gets built if it doesn't exist.
32198
32199 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
32200 it is no longer used.
32201 * gdb.t13/comp-info.c: Removed.
32202
32203Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
32204
32205 * gdb.t06/signals.exp: Add xfail for sun3.
32206
32207Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32208
32209 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
32210 relevant because ^C doesn't get sent but failure can be reproduced
32211 interactively).
32212
32213Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32214
32215 * gdb.stabs/alpha.mt: New configuration file for alpha.
32216 * gdb.stabs/configure.in: Use it.
32217 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
32218 sharing with alpha.mt, redefine long to word via preprocessor.
32219 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
32220 for alpha.
32221 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
32222 native cc.
32223 * gdb.t00/teststrategy.exp: Change expect string so that we
32224 consume the `(xgdb)' from the command echo and from the gdb prompt.
32225 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
32226 gdb currently compares all values as long, so this failure probably
32227 applies to any configuration where LONGEST is bigger than a target int.
32228 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
32229 with gcc.
32230 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
32231 to handle opaque pointers, gcc is.
32232 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
32233 as first argument. Include <sys/types.h> and change all operator
32234 new definitions to use size_t.
32235 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
32236 now that we use size_t.
32237
32238Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32239
a9c64011 32240 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
c906108c 32241 a long or float array cast all array members to the same type.
a9c64011 32242 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
c906108c 32243 with 64 bit longs.
a9c64011 32244 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
c906108c 32245 on alpha.
a9c64011 32246 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
c906108c
SS
32247
32248Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32249
32250 * gdb.t24 (demangle.exp): Constructors of templates have names like
32251 vector<int>::vector(int) not vector<int>::vector<int>(int). See
32252 section 14.6 of the ARM.
32253
32254 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
32255 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
32256 accomplish little and slow down the testsuite.
32257
32258 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
32259 Accept spaces various places.
32260
32261Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32262
32263 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
32264 with watchpoint enabled.
32265
32266 * Makefile.in: Remove definition of CC and remove the second
32267 definition of CXX (the "CXX = gcc" one remains). These definitions
32268 were causing backquotes to be expanded within backquotes, which
32269 doesn't work.
32270
32271Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
32272
32273 * gdb.t17/callfuncs.exp: Add "return 0" to end.
32274
32275Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32276
a9c64011
AS
32277 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
32278 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
c906108c
SS
32279 by mips cc and contains no stabs entries.
32280
32281Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
32282
32283 * config/vx-gdb.exp: Use fake device to load files rather than
32284 NFS.
32285 * lib/gdb.exp: New proc to do "file" command.
32286 * config/unix-gdb.exp: Use new "file" proc.
32287
32288Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
32289
32290 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
32291 Rework board rebooting slightly.
32292 (gdb_exit): Don't exit from the remote shell; there isn't one.
32293 * gdb.stabs/weird.exp: If a program is being debugged already,
32294 kill it.
32295 * gdb.t04/setvar.exp: Stop and restart gdb.
32296 * gdb.t05/expr.exp: Likewise.
32297 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
32298 restart gdb and reload the program.
32299 * gdb.t08/opaque.exp: Likewise.
32300 * gdb.t12/scope.exp: Likewise.
32301 * gdb.t13/bitfields.exp: Likewise.
32302 * gdb.t15/funcargs.exp: Likewise.
32303 * gdb.t20/classes.exp: Likewise.
32304 * gdb.t03/ptype.exp: Increase timeout.
32305 * gdb.t16/printcmds.exp (test_print_string_constants,
32306 test_print_array_constants): Likewise.
32307 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
32308 * gdb.t20/classes.exp (do_tests): Likewise.
32309 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
32310
32311Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
32312
32313 * gdb.stabs: Renamed *wierd* to *weird*.
32314
32315Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
32316
32317 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
32318 for timeout. Add "known gcc 2.4.5 bug" to failure message.
32319
32320Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
32321
32322 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
32323 (do_tests): Remove xfail for whatis on one_var and two_var.
32324
32325Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
32326
32327 * Makefile.in: Made cross building work better by adding
32328 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
32329
32330Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32331
32332 * gdb.t15/{return.c,return.exp,Makefile.in}:
32333 New test, currently commented out.
32334
32335Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
32336
32337 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
32338 still running and removes the leftover named socket so GDb can do
32339 clean restarts.
32340
32341Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
32342
32343 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
32344 console, not GDB.
32345 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
32346 cross testing works better with "make check"
32347 * config/unix-gdb: Use default procedures for exit and version.
32348 * config/vx-gdb.exp: Cleaned up and massaged back to working order
32349 with the newest VxWorks.
32350
32351Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32352
32353 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
32354 old form.
32355
32356 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
32357 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
32358
32359 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
32360
32361 * config/unix-gdb.exp: Remove this version of gdb_exit
32362 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
32363 Rob says he'll look at it when he gets back to testing boards.
32364
32365Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
32366
32367 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
32368 an expected fail for certain ptype commands.
32369
32370 * gdb.t20/classes.exp: Update expected results of "ptype class
32371 Base1" to account for the constructor that now appears in the type.
32372
32373Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
32374
32375 * configure.in (configdirs): Restore gdb.t04, which mysteriously
32376 disappeared from list.
32377 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
32378 "alldone" proc with call to cleanup and exit.
32379 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
32380 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
32381 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
32382 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
32383 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
32384 "alldone" proc with simple returns that suppress remaining
32385 tests. The alldone proc went away many months ago.
32386
32387Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32388
32389 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
32390
32391 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
32392
32393Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32394
32395 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
32396 as vax gdb will display them.
32397
32398Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32399
32400 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
32401 optimizers.
32402
32403 * scope.exp: Change "bad value for localval" messages so each one
32404 is unique.
32405
32406 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
32407 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
32408
32409 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
32410
32411Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32412
32413 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
32414 doesn't exist (due to optimization).
32415
32416Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32417
32418 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
32419 contains \r because the filename is long.
32420
32421 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
32422 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
32423
32424Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32425
32426 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
32427 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
32428 Ultrix.
32429 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
32430 int tests.
32431 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
32432
32433Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
32434
32435 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
32436
32437 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
d63a86f8 32438 to match does not match the passing case but still matches the
c906108c
SS
32439 failing case.
32440
32441Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32442
32443 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
32444
32445Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
32446
32447 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
32448 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
32449 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
32450 Remove various versions of gdb_exit.
32451 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
32452 gdb_exit.
32453 * config/unix-gdb.exp: gdb_exit remains here, and should override
32454 the generic version, since it's doing a lot of wierd stuff that
32455 the other versions aren't. FIXME, fold it in, or abandon this
32456 version.
32457
32458Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32459
32460 * gdb.t24/demangle.exp: Add tests for PR 3220.
32461
32462Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32463
32464 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
32465
32466Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
32467
32468 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
32469 "i386-*-*". Works for i486 as well.
32470
32471 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
32472 bug, and expand domain of xfail to all SVR4 systems, since the
32473 actual problem is likely to be in generic SVR4 /proc support.
32474
32475Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32476
32477 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
32478
32479Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
32480
32481 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
32482 xfails for other systems. Match a missing 'Continuing.' as an
32483 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
32484
32485 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
32486 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
32487 Only issue warning for missing executables if -all option is used.
32488
32489 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
32490 file if -all option is used. It's like an unpredictable XFAIL.
32491
32492Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32493
32494 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
32495 for dynamically linked binaries.
32496
32497 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
32498
32499Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32500
32501 * gdb.t20/inherit.exp: Change message for "print tagless struct"
32502 to state that this is a known bug in old versions of g++.
32503
32504Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32505
32506 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
32507 while waiting for `Continuing'.
32508
32509Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
32510
32511 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
32512 in text, data, and bss.
32513 * gdb.t10/nodebug.c: Add local and global test variables for
32514 initialized and uninitialized data.
32515
32516Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32517
32518 * config/unix-gdb.exp (gdb_exit): Add "wait".
32519
32520Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32521
32522 * gdb.t06/signals.exp: xfail the continue from the handler for all
32523 targets.
32524
32525 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
32526 function with watchpoints enabled, the i386 call dummy starts with
32527 a call.
32528
32529 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
32530 386 bsd names its corefiles.
32531
32532Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
32533
32534 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
32535 compilers don't grok it.
32536 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
32537 with small octal ints rather than character constants, which
32538 are signed and might not fit if first promoted to int.
32539
32540Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
32541
32542 * gdb.t09/Makefile.in (clean): Remove corefile.
32543
32544Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32545
32546 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
32547
32548Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32549 and Jim Kingdon (kingdon@cygnus.com)
32550
32551 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
32552 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
32553 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
32554
32555Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32556
32557 * gdb.t17/interrupt.exp: Add xfail for hppa.
32558
32559Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32560
32561 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
32562 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
32563 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
32564 to determine signed-ness of bitfields and use the result to setup
32565 the xfail.
32566 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
32567 * gdb.t15/funcargs.exp: Use them to step until the second indirect
32568 call line is reached if necessary.
32569
32570Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32571
32572 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
32573
32574Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32575
32576 * gdb.t06/break.exp: Also test `clear' command.
32577
32578Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
32579
32580 * gdb.t00/teststrategy.exp: Remove extra quote.
32581
32582 * gdb.t07/watchpoint.exp: Change xfail for calling function with
32583 watchpoint enabled to be for all non-68k machines.
32584
32585 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
32586
32587Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32588
32589 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
32590 targets use aout.mt instead of ecoff.mt as gas understands
32591 standard aout format.
32592
32593Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
32594
32595 * lib/gdb.exp (runto): Don't insist that function we are running to
32596 was compiled with -g.
32597
32598 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
32599
32600 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
32601 to get back into the read system call.
32602 Accept leading newline in case where we woke it up.
32603
32604Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32605
32606 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
32607 to make the stabs test work on ecoff systems using gcc and -with-stabs.
32608 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
32609 enable ecoff configuration.
32610
32611Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32612
32613 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
32614
32615Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32616
32617 * gdb.t16/printcmds.exp: Add another printf test.
32618
32619Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
32620
32621 * configure.in: If configured -with-stabs on any target, add
32622 stabsdirs to configdirs.
32623
32624Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32625
32626 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
32627 fun" so pattern does not match the command itself.
32628
32629Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32630
32631 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
32632
32633Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32634
32635 * gdb.t17/interrupt.exp: Test for more things.
32636
32637Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32638
32639 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
32640 compiler arranges the code and line numbers.
32641
32642 * gdb.t17/interrupt.exp: Don't send \n after ^C.
32643
32644Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32645
32646 * gdb.t00/help.exp: Increase expect input buffer size.
32647
32648Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32649
32650 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
32651
32652 * gdb.t07/watchpoint.exp: Add xfail for hppa.
32653
32654 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
32655
32656 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
32657 [0-9]*, not just [0-9].
32658
32659Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32660
32661 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
32662
32663 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
32664
32665Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32666
32667 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
32668
32669Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32670
32671 * gdb.t06/signals.c: Add xfails for sun3.
32672
32673 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
32674
32675 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
32676 test_stepping tests.
32677
32678Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32679
32680 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
32681
32682 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
32683
32684 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
32685 rather than actually putting it through cpp twice.
32686
32687 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
32688
32689Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
32690
32691 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
32692 no longer needed.
32693
32694Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32695
32696 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
32697
32698 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
32699 C++ features prints as "struct", make it a pass, not an xfail.
32700
32701Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32702
32703 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
32704 Don't require VA to print as "class" rather than "struct".
32705
32706Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
32707
32708 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
32709
32710Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32711
32712 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
32713
32714Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32715
32716 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
32717 order.
32718
32719Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32720
32721 * gdb.t16/printcmds.exp: Add printf tests.
32722
32723 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
32724
32725 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
32726
32727Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
32728
32729 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
32730 pass counts, to counteract any existing or future setup_xfails.
32731
32732Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32733
32734 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
32735 {BEGIN,END}_COMMON for common block instead of STAB.
32736 * gdb.stabs/wierd.exp: Add xfail for rs6000.
32737
32738 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
32739 intp_var should be N_GSYM not N_LSYM.
32740 wierd-aout.S: Use a label for the value of the N_SO.
32741 wierd.def: Remove all backslashes.
32742 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
32743
32744Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32745
32746 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
32747 get the expected next to inheritance3.
32748
32749Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32750
32751 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
32752 now that gcc-2.4 gets it right.
32753
32754Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32755
32756 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
32757
32758 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
32759 generating comp-info.exp which works for cross-compilation.
32760
32761Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
32762
32763 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
32764 "*-*-sysv4.*".
32765
32766Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
32767
32768 * gdb.t01/run.exp: Start with a fresh gdb.
32769 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
32770 SVR4.x.
32771
32772Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
32773
32774 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
32775 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
32776 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
32777 Makefile.in (distclean, realclean): Remove gdbme.c from list of
32778 things to remove.
32779
32780Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
32781
32782 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
32783 test cases from bug reports.
32784
32785Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
32786
32787 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
32788 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
32789 avoid spurious xfails.
32790 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
32791 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
32792 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
32793
32794Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
32795
32796 * gdb.t00/teststrategy.exp: Rework to provide more useful
32797 description of each test, fix problem with systems that define
32798 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
32799 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
32800 results for "next over recursive call" so timeouts aren't taken
32801 by error.
32802
32803Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
32804
32805 * gdb.t12/scope.exp: Test printing of variables before run.
32806
32807 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
32808 printed in wrong order due to sorting.
32809
32810Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
32811
32812 * gdb.t00/teststrategy.exp: Fix expected results for printing
32813 user entered string constant. Is array of char, prints with no
32814 address.
32815
32816 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
32817 commands.
32818 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
32819 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
32820 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
32821 of struct of char arrays.
32822 * gdb.t00/radix.exp: New tests for radix commands.
32823
32824Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
32825
32826 * gdb.t16/printcmd.exp: Print a variable before running program
32827 (with xfail for AIX).
32828
32829Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
32830
32831 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
32832
32833 * gdb.t16/printcmd.exp: Don't print variables before running program.
32834
32835 * gdb.t06/break.exp: Don't require envp argument to main.
32836
32837 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
32838
32839 * gdb.t02/whatis.exp, gdb.t11/list.exp:
32840 Add xfails for rs6000.
32841
32842 * gdb.t02/whatis.exp: Change other tests not to re-test something
32843 we already tested.
32844
32845 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
32846 each type used has a variable of that type.
32847
32848Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
32849
32850 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
32851
32852Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
32853
32854 * configure.in: change srctrigger to be a file, not a directory
32855
32856Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
32857
32858 * configure.in (mips-idt-ecoff*): Added trailing '*'.
32859
32860 * gdb.t11/list.exp: Fixed a couple of typos.
32861
32862Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
32863
32864 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
32865 is fixed and PR is closed.
32866 * gdb.t16 (gdbme.c): Add simple test string variable.
32867 * gdb.t16 (printcmds.exp): Add tests with simple test string
32868 variable, primarily for boundaries on "set print elements".
32869
32870Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
32871
32872 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
32873 Make leading 0's optional and don't expect a tab in the middle
32874 of the number.
32875
32876 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
32877
32878 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
32879 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
32880 don't end command passed to gdb_test with newline.
32881
32882 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
32883 signed keyword away, don't expect signed bitfields to be signed.
32884
32885 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
32886 printing with only as many 1's as are in the field as well as printing
32887 with 32 1's (see comment).
32888
32889Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
32890
32891 * gdb.t00/default.exp: Start with a fresh gdb.
32892 * configure.in (configdirs): Remove gdb.t31 until the chill
32893 compiler works again. It no longer is able to find chillrt0
32894 since it isn't in libchill.a anymore.
32895 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
32896 wierd.o, make more modular.
32897 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
32898 spurious newlines that caused problems.
32899
32900Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32901
32902 * Move test with enums and partial symbols from gdb.t03/ptype.exp
32903 to gdb.stabs/wierd.exp since GCC has worked around the bug.
32904 gdb.stabs/wierd.{exp,def}: Many new tests.
32905
32906 * gdb.t00/default.exp: update info line for new message.
32907
32908 * gdb.t02/{whatis.exp,gdbme.c}:
32909 Test that "char *" doesn't print as "caddr_t".
32910
32911Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32912
32913 * gdb.t00/help.exp: Use .* in place of some help messages which
32914 just changed.
32915 gdb.t00/default.exp: Update "info frame" test for new message.
32916 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
32917 Remove some xfails
32918
32919Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32920
32921 * gdb.t03/{gdbme.c,ptype.exp}:
32922 Add tests for typedef'd struct and union without tags.
32923 Also check "whatis" on a variable of a typedef'd enum without a tag.
32924
32925 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
32926 PRMS 1823; the bug still exists but isn't reproduced by this test
32927 anymore), and remove rs6000 XFAIL (the bug is fixed).
32928
32929 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
32930 duplicated from whatis.exp. For those that are left, accept
32931 "long", "long int", or "int" for long variables (whatis.exp already
32932 has an XFAIL for "int", so no need to fail it here).
32933
32934 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
32935 Deal with GCC's names for types now that GDB uses the compiler's names.
32936
32937 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
32938 setup_xfail's for sunos4. If we #defined the signed keyword away,
32939 don't expect GDB to know that char it is signed.
32940
32941 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
32942
32943Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
32944
32945 * configure.in (configdirs): Add gdb.t24 for C++ tests that
32946 should work on any system, regardless of debugging format.
32947 * gdb.t21/demangle.exp: Move to gdb.t24.
32948 * gdb.t24/demangle.exp: Move from gdb.t21.
32949 * gdb.t24/{Makefile.in, configure.in}: New files.
32950
32951Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32952
32953 * configure.in: Do gdb.stabs and C++ tests only for stabs.
32954 * gdb.stabs: New directory.
32955
32956Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32957
32958 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
32959 not just "Quit anyway?".
32960
32961Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
32962
32963 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
32964 that all setup_xfails are immediately followed by clear_xfails.
32965
32966Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
32967
32968 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
32969 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
32970 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
32971 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
32972 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
32973 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
32974 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
32975 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
32976 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
32977 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
32978 gdb.t31/chillvars.exp, lib/gdb.exp:
32979 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
32980 bug-gdb@prep.ai.mit.edu.
32981
32982Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
32983
32984 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
32985 with 0.0, not integer 0.
32986
32987Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
32988
32989 * gdb.t06/break.exp: Update for "Kill the program" message change.
32990
32991Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
32992
32993 * Makefile.in (GDBFLAGS): Set to -nx.
32994 * Makefile.in (site.exp): Use GDBFLAGS.
32995
32996Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
32997
32998 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
32999 Makefiles.
33000 (check): depend on just-check.
33001 (just-check): added so that tests can be run without a noop
33002 build pass.
33003
33004Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
33005
33006 Switch to using configure's configdirs.
33007 * Makefile.in (Makefile): add configure.in dependency.
33008 (SUBDIRS): removed redundant assignment.
33009 * configure.in: switch subdirs assignment to configdirs.
33010 * gdb.t*/configure.in: new files.
33011
33012Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
33013
33014 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
33015 works.
33016
33017Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
33018
33019 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
33020 in explicit rules. Apparently this is not supported by some makes.
33021
33022Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
33023
33024 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
33025
33026Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33027
33028 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
33029 disappeared.
33030
33031Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
33032
33033 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
33034
33035Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
33036
33037 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
33038 watchpoint problem that is now fixed.
33039 * gdb.t30/chexp.exp: Remove setup_xfail for printing
33040 uninitialized convenience variables.
33041 * gdb.t31/chillvars.exp: Fix expected patterns for printing
33042 structures.
33043
33044Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33045
33046 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
33047 which causes expect to get out of sync with gdb on long output
33048 from help set.
33049 * gdb.t09/corefile.exp: Make expected pattern for core file
33050 failing signal and frame output format less sun specific.
33051
33052Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
33053
33054 * gdb.t31/chillvars.exp: Add and remove initial dummy
33055 breakpoint, so that symbol table is forced in.
33056 (Needed at least on Sunos4, though it seems not SVR4.)
33057 * gdb.t31/chillvars.exp: Update for changed output format.
33058
33059Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
33060
a9c64011 33061 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
c906108c
SS
33062
33063Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
33064
33065 * Makefile.in: Added --srcdir when invoking runtest, removed the
33066 need for a local config file. (optional now)
33067
33068Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
33069
33070 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
33071 failure count used to force early termination. Add some more
33072 expected failures for gnu style demangling.
33073
33074Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33075
33076 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
33077 pmi variable from gdb.t20/gdbme to get optimized away.
33078 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
33079 Check for written corefile upon timeout _and_ eof.
33080
33081Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33082
33083 * config/unix-gdb.exp: Add missing return 0.
33084
33085Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33086
33087 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
33088 test termination.
33089
33090Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
33091
33092 * configure.in (subdirs): Put back gdb.t17 which mysteriously
33093 disappeared.
33094
33095Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
33096
33097 * gdb.t10/crossload.exp: Disable the i860-elf test until such
33098 time as i860 support works.
33099
d63a86f8 33100 * gdb.t15/funcargs.exp: Fix expected outputs to include
c906108c
SS
33101 "backtrace 100\r" rather than just "backtrace\r", to match last
33102 change.
33103
33104Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
33105
33106 * config/udi-gdb.exp (gdb_exit): Remove close command.
33107 (gdb_target_udi): New procedure to set the UDI target.
33108 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
33109 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
33110 Added waits for prompts after several question responses. Added
33111 some more responses used by a29k-amd-udi-gdb.
33112 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
33113 pass different arguments, restart UDI connection after program
33114 completion.
33115 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
33116 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
33117 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
33118 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
33119 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
33120 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
33121 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
33122 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
33123 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
33124 after program completion.
33125 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
33126 compiled with a SELECT_VECS setting.
33127 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
33128 infinite recursion.
33129
33130 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
33131 Added checks for COFF results, and made them expected failures for
33132 all targets. It would be better to make them expected failures
33133 for COFF targets only.
33134
33135Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
33136
33137 * Makefile.in: add null dvi target, don't bother to recurse
33138 through test directories for info and install-info; rename
33139 $(datadir) to be dejagnu instead of deja-gnu
33140
33141Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
33142
33143 * gdb.t31/gdbme.ch: Re-enable code that previously caused
33144 compiler to coredump.
33145 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
33146 code.
33147
33148Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
33149
33150 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
33151 coredump.
33152 * gdb.t31/chillvars.exp: Comment out tests that depend on that
33153 code.
33154
33155Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
33156
33157 * gdb.t03/ptype.exp: tests for return code from gdb_test.
33158 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
33159 which in a shell. Deletes xgdb when done.
33160 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
33161 Tests the return from the "set height" or "set width" commands.
33162 Added a few return codes where needed.
33163
33164Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
33165
33166 * Makefile.in (SUBDIRS): Add gdb.t17.
33167 * configure.in (subdirs): Add gdb.t17.
33168 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
33169 files to test gdb's calling of functions in the inferior with
33170 the correct arguments and gdb's ability to retrieve any
33171 result returned.
33172
33173Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
33174
33175 * config/unix-gdb.exp (gdb_exit): Remove close commands that
33176 may be called after gdb goes away. Previous versions of expect
33177 needed these to avoid file descriptor leaks, but they cause
33178 errors with the current revision of expect.
33179 * gdb.t00/gdbvars.exp: Use -re on expected output after
33180 setting sevenbit-strings.
33181 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
33182 to set sevenbit-strings consistent across tests.
33183 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
33184 set sevenbit-strings consistent across tests.
33185
33186Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
33187
33188 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
33189 expected output to match current "expect" expectations.
33190
33191Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
33192
33193 * gdb.t00/default.exp: Change expected output for default "source"
33194 command, to match new gdb behavior which requires a filename to
33195 source.
33196
33197Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
33198
33199 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
33200 expected fail for i486-*-* that misses the marker2 function.
33201 * gdb.t10/crossload.exp (bfddefault): Allow successful
33202 recognition of a format to pass even if no symbols are found.
33203 Explicitly catch failures where the format is not recognized
33204 or is ambiguous, and add the reason to the fail message.
33205 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
33206 the cause is and invalid target and add reason to failure message.
33207 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
33208 elf32-i386, elf32-sparc, and elf32-i860.
33209 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
33210 Set up expected failure for 'filename'::variable scope resolution,
33211 which is now apparently broken on all targets.
33212 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
33213 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
33214 gdb.t23/templates.exp: Change failure for missing binfile into
33215 just a warning.
33216 gdb.t21/demangle.exp: Change all cfront references to 'arm'
33217 references.
33218
33219Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
33220
33221 * gdb.t00/default.exp: Add expected output for default "source"
33222 command, to match new gdb behavior.
33223 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
33224
33225Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
33226
33227 * config/*-gdb.exp: returns an error, rather than exiting on
33228 internal errors.
33229
33230Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
33231
33232 * gdb.t03/gdbme.c: Add pointer to struct variable.
33233 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
33234 referencing struct members.
33235
33236Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
33237
33238 * configure.in (mips-idt-ecoff): New target.
33239 * config/mips-gdb.exp: New file for remote board using MIPS remote
33240 debugging protocol.
33241
33242 * Redid configuration scheme. Removed gdb.t*/configure.in.
33243 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
33244 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
33245 distclean targets. Built executables via .o files. Adjusted
33246 tests to account for source files in $(srcdir) rather than
33247 $(objdir).
33248 * lib/gdb.exp (runto): Don't expect () after the function name,
33249 because it may have arguments.
33250
33251Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
33252
33253 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
33254 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
33255 expected failures for mips-idt-* and mips-sgi-*.
33256 * gdb.t00/default.exp (attach): Kill process if requested.
33257 * gdb.t00/help.exp (help target core, help target): Accept a gdb
33258 that does not read core files.
33259 * gdb.t01/run.exp: Removed checks for exit status code.
33260 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
33261 it is linked in.
33262 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
33263 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
33264 appropriate, rather than doing it by hand.
33265 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
33266 execution.
33267 * gdb.t10/crossload.exp: Kill existing program if needed.
33268 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
33269 appropriate, rather than doing it by hand. Always increase
33270 timeout for this test, not just for VxWorks.
33271
33272Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
33273
33274 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
33275 of Chill STRUCT types and STRUCT values.
33276 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
33277 than "char".
33278 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
d63a86f8 33279 struct2): New struct definitions and initializations to test
c906108c
SS
33280 simple Chill STRUCT types.
33281
33282Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
33283
33284 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
33285 the null byte at the end of strings.
33286 * gdb.t00/default.exp: Make show version insensitive to copyright
33287 date.
33288 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
33289 to avoid dependencies on target char signedness.
33290 * gdb.t16/printcmds.exp: Update expected results for explicitly
33291 unsigned char.
33292 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
33293 now work.
33294 * gdb.t21/demangle.exp: Add many more patterns for template
33295 demangling, most of them being expected failures.
33296 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
33297 string we are matching for, to match on the whole string.
33298 * gdb.t21/demangle.exp: Add many new test strings to demangle,
33299 and fix a whole bunch that had incorrect expected output but were
33300 passing anyway because of the bug in "proc demangle".
33301 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
33302 type.
33303 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
33304
33305Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
33306
a9c64011
AS
33307 * gdb/testsuite: made modifications to testcases, etc., to allow
33308 them to work properly given the reorganization of deja-gnu and the
33309 relocation of the testcases from deja-gnu to a "tool" subdirectory.
c906108c
SS
33310
33311Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
33312
33313 * gdb/testsuite: Initial creation of gdb/testsuite.
33314 Migrated dejagnu testcases and support files for testing nm to
33315 gdb/testsuite from deja-gnu. These files were moved "as is"
33316 with no modifications. This migration is part of a major overhaul
33317 of dejagnu. The modifications to these testcases, etc., which
33318 will allow them to work with the new version of dejagnu will be
33319 made in a future update.
48efe704 33320
8d8cb839 33321 For additional changes see gdb.mi/ChangeLog-1999-2003.
c906108c 33322\f
8d8cb839
EZ
33323;; Local Variables:
33324;; mode: change-log
33325;; left-margin: 8
33326;; fill-column: 74
33327;; version-control: never
33328;; End:
902f2ccb 33329
28e7fd62 33330 Copyright 1993-2013 Free Software Foundation, Inc.
902f2ccb
MC
33331 Copying and distribution of this file, with or without modification,
33332 are permitted provided the copyright notice and this notice are preserved.
This page took 3.34162 seconds and 4 git commands to generate.