* gdb.python/py-symbol.exp: Add some comments. Make all test names unique.
[binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2013-11-23 Doug Evans <xdje42@gmail.com>
2
3 * gdb.python/py-symbol.exp: Add some comments. Make all test names
4 unique.
5
6 2013-11-23 Doug Evans <xdje42@gmail.com>
7
8 * gdb.python/py-symbol.exp: Fix whitespace.
9
10 2013-11-23 Doug Evans <xdje42@gmail.com>
11
12 * gdb.python/python.exp: Don't call skip_python_tests, we still want
13 to test some things in the case where python is not configured in.
14
15 2013-11-22 Pedro Alves <palves@redhat.com>
16
17 * gdb.dwarf2/dw2-bad-cfi.S: Rename to ...
18 * gdb.dwarf2/dw2-unspecified-ret-addr.S: ... this. Adjust.
19 * gdb.dwarf2/dw2-bad-cfi.c: Rename to ...
20 * gdb.dwarf2/dw2-unspecified-ret-addr.c: ... this.
21 * gdb.dwarf2/dw2-bad-cfi.exp: Rename to ...
22 * gdb.dwarf2/dw2-unspecified-ret-addr.exp: ... this.
23
24 2013-11-22 Tom Tromey <tromey@redhat.com>
25
26 * gdb.dwarf2/dw2-bad-cfi.S: Update comment.
27
28 2013-11-22 Tom Tromey <tromey@redhat.com>
29
30 * gdb.dwarf2/dw2-bad-cfi.c: New file.
31 * gdb.dwarf2/dw2-bad-cfi.exp: New file.
32 * gdb.dwarf2/dw2-bad-cfi.S: New file.
33
34 2013-11-22 Pedro Alves <palves@redhat.com>
35
36 PR 16155
37 * gdb.dwarf2/dw2-dup-frame.S: New file.
38 * gdb.dwarf2/dw2-dup-frame.c: New file.
39 * gdb.dwarf2/dw2-dup-frame.exp: New file.
40
41 2013-11-22 Yao Qi <yao@codesourcery.com>
42
43 * lib/mi-support.exp (mi_create_dynamic_varobj): Update
44 comment and add one more argument "has_more".
45 * gdb.python/py-mi.exp: Callers update.
46
47 2013-11-22 Yao Qi <yao@codesourcery.com>
48
49 * gdb.python/py-mi.exp: Use mi_create_floating_varobj instead
50 of mi_create_dynamic_varobj.
51
52 2013-11-20 Pedro Alves <palves@redhat.com>
53
54 * gdb.base/maint.exp (maint print objfiles): Consume one line at a
55 time, and run it through all three milestone regexes.
56
57 2013-11-20 Sanimir Agovic <sanimir.agovic@intel.com>
58
59 * gdb.base/eval-avoid-side-effects.exp: New file.
60
61 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
62
63 * gdb.arch/i386-mpx.c: New file
64 * gdb.arch/i386-mpx.exp: New file.
65
66 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
67
68 * gdb.python/py-pp-maint.exp: Consider new pretty-print added
69 for bnd registers.
70
71 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
72
73 * gdb.xml/maint_print_struct.xml (bitfield): Added bitfield having
74 start and end equal 0.
75
76 2013-11-19 Yao Qi <yao@codesourcery.com>
77
78 * lib/mi-support.exp (mi_child_regexp): Remove 'whatever'.
79 (mi_list_varobj_children_range): Likewise.
80
81 2013-11-19 Yao Qi <yao@codesourcery.com>
82
83 * lib/mi-support.exp (mi_child_regexp): Remove unnecessary '\'.
84
85 2013-11-19 Yao Qi <yao@codesourcery.com>
86
87 * lib/mi-support.exp: Fix format.
88
89 2013-11-19 Joel Brobecker <brobecker@adacore.com>
90
91 * gdb.ada/py_range: New testcase.
92
93 2013-11-18 Joel Brobecker <brobecker@adacore.com>
94
95 * mi-language.exp: Add "-list-features" test verifying that
96 its output contains "language-option".
97
98 2013-11-16 Joel Brobecker <brobecker@adacore.com>
99
100 * info_exc/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
101 * info_exc/foo.adb: Adjust to new exception name.
102 * info_exc.exp: Adjust after exception renaming in const.ads.
103 Update "info exception global" test to test "info exceptions
104 global_gdb" instead.
105
106 * mi_exc_info/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
107 * mi_exc_info/foo.adb (Adjust to new exception name.
108 * mi_exc_info.exp: Adjust after exception renaming in const.ads.
109 Update "-info-ada-exceptions global" test to test
110 "-info-ada-exceptions global_gdb" instead.
111
112 2013-11-15 Luis Machado <lgustavo@codesourcery.com>
113
114 * lib/mi-support.exp (mi_gdb_test): Expect different formats
115 of inferior output for remote and native sessions.
116 * gdb.mi/mi-console.exp: Remove obsolete comment.
117 Check for semihosted inferior output pattern.
118 (semihosted_string): New function.
119
120 2013-11-15 Joel Brobecker <brobecker@adacore.com>
121
122 * gdb.ada/info_exc.exp: Allow other global exceptions to be
123 listed in the output of "info exceptions".
124 * gdb.ada/mi_exc_info.exp: Allow other global exceptions to be
125 listed in the output of "-info-ada-exceptions".
126
127 2013-11-15 Joel Brobecker <brobecker@adacore.com>
128
129 * gdb.ada/info_exc.exp: Start inferior before starting
130 the "info exceptions" tests.
131 * gdb.ada/mi_exc_info.exp: Start inferior before starting
132 the "-info-ada-exceptions" tests.
133
134 2013-11-15 Tom Tromey <tromey@redhat.com>
135
136 * gdb.cp/includefile: New file.
137 * gdb.cp/filename.exp: New file.
138 * gdb.cp/filename.cc: New file.
139
140 2013-11-15 Doug Evans <xdje42@gmail.com>
141
142 * gdb.python/py-breakpoint.exp: Make tests have unique names.
143
144 2013-11-15 Doug Evans <xdje42@gmail.com>
145
146 * gdb.python/py-breakpoint.exp: Reformat for 80 columns.
147
148 2013-11-15 Doug Evans <xdje42@gmail.com>
149
150 * gdb.python/py-breakpoint.exp: Split up into several functions,
151 each with their own test prefix.
152
153 2013-11-15 Joel Brobecker <brobecker@adacore.com>
154
155 * gdb.ada/O2_float_param: New testcase.
156
157 2013-11-14 Tom Tromey <tromey@redhat.com>
158
159 * Makefile.in (check-parallel): Print summary from gdb.sum.
160
161 2013-11-14 Omair Javaid <Omair.Javaid@linaro.org>
162
163 * gdb.dwarf2/dw2-case-insensitive-debug.S: Updated compile unit
164 and function label names.
165 * gdb.dwarf2/dw2-case-insensitive.c: Created function and
166 compile unit labels.
167
168 2013-11-14 Joel Brobecker <brobecker@adacore.com>
169
170 * gdb.mi/mi-language.exp: New file.
171
172 2013-09-17 Keith Seitz <keiths@redhat.com>
173
174 PR c++/7935
175 PR c++/10541
176 * gdb.cp/nsalias.exp: New file.
177 * gdb.cp/nsalias.cc: New file.
178 * gdb.cp/nsrecurs.exp: Remove kfails. Conditionally run
179 tests only on known, working compiler versions.
180
181 2013-11-13 Tom Tromey <tromey@redhat.com>
182
183 * gdb.multi/multi-arch-exec.exp: Define BASEDIR when compiling.
184 * gdb.multi/multi-arch-exec.c (main): Use BASEDIR.
185
186 2013-11-12 Doug Evans <dje@google.com>
187
188 * gdb.base/fileio.exp: Make $dir2 writable after the test is done
189 so that "rm -rf $builddir" Just Works.
190
191 2013-11-12 Joel Brobecker <brobecker@adacore.com>
192
193 * gdb.ada/mi_exc_info: New testcase.
194
195 2013-11-12 Joel Brobecker <brobecker@adacore.com>
196
197 * gdb.ada/info_exc: New testcase.
198
199 2013-11-11 Doug Evans <dje@google.com>
200
201 * gdb.arch/arm-bl-branch-dest.exp: Use gdb_test_file_name instead
202 of testfile.
203
204 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
205
206 * gdb.python/py-linetable.S: New file.
207 * gdb.python/py-linetable.c: New file.
208 * gdb.python/py-linetable.exp: New file.
209
210 2013-11-11 Joel Brobecker <brobecker@adacore.com>
211
212 * gdb.ada/mi_ex_cond: New testcase.
213
214 2013-11-07 Doug Evans <dje@google.com>
215
216 PR 11786
217 * gdb.base/gcore-relro-pie.c: New file.
218 * gdb.base/gcore-relro-pie.exp: New file.
219
220 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
221
222 * gdb.python/py-cmd.exp: Add COMPLETE_EXPRESSION tests.
223 * gdb.python/py-cmd.c: New File.
224
225 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
226
227 * gdb.python/py-breakpoint.exp: Add temporary breakpoint tests.
228
229 2013-11-06 Doug Evans <xdje42@gmail.com>
230
231 * gdb.python/py-arch.exp: Tweak test name for bad memory access test.
232
233 2013-11-06 Yao Qi <yao@codesourcery.com>
234
235 * lib/gdb.exp (gdb_produce_source): New procedure.
236 * gdb.perf/solib.c: New.
237 * gdb.perf/solib.exp: New.
238 * gdb.perf/solib.py: New.
239
240 2013-11-06 Yao Qi <yao@codesourcery.com>
241
242 * README: Mention performance tests.
243
244 2013-11-06 Yao Qi <yao@codesourcery.com>
245
246 * lib/perftest.exp: New.
247 * gdb.perf/lib/perftest/__init__.py: New.
248 * gdb.perf/lib/perftest/measure.py: New.
249 * gdb.perf/lib/perftest/perftest.py: New.
250 * gdb.perf/lib/perftest/reporter.py: New.
251 * gdb.perf/lib/perftest/testresult.py: New.
252
253 2013-11-06 Yao Qi <yao@codesourcery.com>
254
255 * Makefile.in (check-perf): New target.
256 * configure.ac (AC_OUTPUT): Output Makefile in gdb.perf.
257 * configure: Re-generated.
258 * gdb.perf/Makefile.in: New.
259
260 2013-11-04 Tom Tromey <tromey@redhat.com>
261
262 * Makefile.in (TEST_DIRS): Remove.
263 (TEST_TARGETS, check-parallel): Rewrite.
264 (check-gdb.%, BASE1_FILES, BASE2_FILES, check-gdb.base%)
265 (subdir_do, subdirs): Remove.
266 (do-check-parallel, check/%): New targets.
267 (clean): Remove outputs, temp, and cache directories.
268 (saw_dash_j): New variable.
269 (CHECK_TARGET): Use it.
270 (check): Depend on all, site.exp. Rewrite.
271 (check-single): Remove dependencies.
272 (slow_tests, all_tests, reordered_tests): New variables.
273
274 2013-11-04 Tom Tromey <tromey@redhat.com>
275
276 * gdb.dwarf2/fission-base.S: Remove "gdb.dwarf/".
277 * gdb.dwarf2/fission-base.exp: Set debug-file-directory
278 before loading binfile.
279 * gdb.dwarf2/fission-loclists.S: Remove "gdb.dwarf/".
280 * gdb.dwarf2/fission-loclists.exp: Set debug-file-directory
281 before loading binfile.
282
283 2013-11-04 Tom Tromey <tromey@redhat.com>
284
285 * gdb.base/foll-exec.c (main): Use BASEDIR.
286 * gdb.base/foll-exec.exp: Define BASEDIR during compilation.
287 * gdb.base/foll-vfork.c (main): Use BASEDIR.
288 * gdb.base/foll-vfork.exp: Define BASEDIR during compilation.
289 * gdb.multi/bkpt-multi-exec.c (main): Use BASEDIR.
290 * gdb.multi/bkpt-multi-exec.exp: Define BASEDIR during compilation.
291
292 2013-11-04 Tom Tromey <tromey@redhat.com>
293
294 * gdb.base/argv0-symlink.exp: Compute executable's directory
295 dynamically.
296
297 2013-11-04 Tom Tromey <tromey@redhat.com>
298
299 * gdb.asm/asm-source.exp: Use standard_output_file.
300
301 2013-11-04 Tom Tromey <tromey@redhat.com>
302
303 * gdb.server/file-transfer.exp: Use standard_output_file.
304
305 2013-11-04 Tom Tromey <tromey@redhat.com>
306
307 * gdb.base/fullname.exp: Use standard_output_file,
308 relative_filename.
309 * gdb.base/hashline1.exp: Use standard_testfile,
310 standard_output_file, relative_filename, clean_restart.
311 * gdb.base/hashline2.exp: Use standard_testfile,
312 standard_output_file.
313 * gdb.base/hashline3.exp: Use standard_testfile,
314 standard_output_file, relative_filename.
315 * lib/gdb.exp (relative_filename): New proc.
316
317 2013-11-04 Tom Tromey <tromey@redhat.com>
318
319 * gdb.base/fileio.c (test_open, test_write, test_read)
320 (test_lseek, test_close, test_stat, test_fstat)
321 (test_isatty, test_system, test_rename, test_unlink):
322 Use OUTDIR define.
323 * gdb.base/fileio.exp: Define OUTDIR during compilation.
324 Use standard_output_file.
325
326 2013-11-04 Tom Tromey <tromey@redhat.com>
327
328 * gdb.base/checkpoint.c (main): Use PI_TXT and COPY1_TXT
329 defines.
330 * gdb.base/checkpoint.exp: Define PI_TXT and COPY1_TXT during
331 compilation. Use prepare_for_testing, standard_output_file.
332
333 2013-11-04 Tom Tromey <tromey@redhat.com>
334
335 * gdb.base/advance.exp: Use standard_testfile and
336 prepare_for_testing.
337 * gdb.base/bigcore.exp: Use standard_output_file. "cd" to
338 appropriate directory when local.
339 * gdb.base/dump.exp: Use standard_output_file. Update all
340 "dump" and "restore" filenames.
341 * gdb.base/interact.exp: Use standard_output_file.
342 * gdb.base/jit-so.exp: Don't download file when local.
343 * gdb.base/jit.exp (compile_jit_test): Don't download file
344 when local.
345 * gdb.base/list.exp: Use gdb_remote_download.
346 * gdb.base/maint.exp: Use standard_output_file.
347 * gdb.base/prelink.exp: Use standard_output_file.
348 * gdb.base/save-bp.exp: Use standard_output_file.
349 * gdb.base/sepdebug.exp: Use standard_testfile,
350 standard_output_file.
351 (test_different_dir): Don't declare objdir.
352 * gdb.base/solib-search.exp: Use standard_output_file.
353 * gdb.base/step-line.exp: Use gdb_remote_download.
354 * gdb.base/trace-commands.exp: Use standard_output_file.
355
356 2013-11-04 Tom Tromey <tromey@redhat.com>
357
358 * gdb.trace/mi-traceframe-changed.exp: Pass -DTFILE_DIR
359 to compilation. Use standard_output_file.
360 (test_tfind_tfile): Update.
361 * gdb.trace/tfile.c (write_basic_trace_file)
362 (write_error_trace_file): Use TFILE_DIR.
363 * gdb.trace/tfile.exp: Pass -DTFILE_DIR to compilation. Use
364 standard_output_file.
365
366 2013-11-04 Tom Tromey <tromey@redhat.com>
367
368 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
369 Use "dwarf2 always-disassemble" for the "maint set" test.
370 * gdb.mi/mi-file-transfer.exp (test_file_transfer): Use
371 standard_output_file.
372 * gdb.mi/mi-logging.exp: Use standard_output_file.
373
374 2013-11-04 Tom Tromey <tromey@redhat.com>
375
376 * gdb.xml/tdesc-arch.exp: Use standard_output_file. Make
377 downloads conditional on remote host.
378 (set_arch): Likewise.
379 * gdb.xml/tdesc-regs.exp: Use gdb_remote_download.
380 (load_description): Use standard_output_file.
381
382 2013-11-04 Tom Tromey <tromey@redhat.com>
383
384 * gdb.gdb/selftest.exp: Use standard_output_file.
385 * lib/selftest-support.exp (do_self_tests): Use
386 standard_output_file.
387
388 2013-11-04 Tom Tromey <tromey@redhat.com>
389
390 * gdb.stabs/weird.exp: Use gdb_remote_download and
391 standard_output_file.
392
393 2013-11-04 Tom Tromey <tromey@redhat.com>
394
395 * gdb.base/gcore-buffer-overflow.exp: Use
396 standard_output_file, not standard_testfile.
397 * gdb.base/twice.exp: Use standard_testfile, not
398 standard_output_file. Use gdb_remote_download.
399
400 2013-11-04 Tom Tromey <tromey@redhat.com>
401
402 * lib/gdb.exp (get_compiler_info): Use log_file -info and
403 restore from that.
404
405 2013-11-02 Maciej W. Rozycki <macro@codesourcery.com>
406
407 * gdb.cp/derivation.exp: s/perrro/perror/
408
409 2013-11-01 Maciej W. Rozycki <macro@codesourcery.com>
410
411 * gdb.dwarf2/dwzbuildid.exp: Rename `outdir' variable to
412 `debugdir'.
413
414 2013-10-31 Andrew Burgess <aburgess@broadcom.com>
415
416 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): Add additional
417 tests and update expected error message.
418 (test_watch_register_location): New tests.
419 (do_tests): Call test_watch_register_location.
420 * gdb.base/watchpoints.exp: Update expected error message.
421
422 2013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
423
424 * gdb.arch/s390-multiarch.exp (test_linux_v2): Add $gdb_prompt to
425 the patterns in gdb_test_multiple.
426
427 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
428
429 * gdb.base/sym-file-lib.c: New file.
430 * gdb.base/sym-file-loader.c: New file.
431 * gdb.base/sym-file-loader.h: New file.
432 * gdb.base/sym-file-main.c: New file.
433 * gdb.base/sym-file.exp: New file.
434 * lib/gdb.exp (is_elf_target): New function.
435
436 2013-10-29 Pedro Alves <palves@redhat.com>
437
438 * gdb.mi/mi-console.c, gdb.mi/mi-stack.c: Remove local emacs
439 variable setting change-log-default-name to ChangeLog-mi.
440
441 2013-10-29 Andrew Burgess <aburgess@broadcom.com>
442
443 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test):
444 Expect <unavailable> pattern.
445
446 2013-10-28 Tom de Vries <tom@codesourcery.com>
447
448 * gdb.arch/thumb2-it.S (it_8): Fix typo.
449
450 2013-10-25 Anton Kolesov <Anton.Kolesov@synopsys.com> (tiny change)
451
452 * gdb.base/bang.exp: Use gdb_continue_to_end to properly support
453 remote stubs where exit() behaviour is unreliable.
454
455 2013-10-25 Pedro Alves <palves@redhat.com>
456
457 * gdb.cp/m-static.exp: Adjust expected output of printing a
458 nonexistent or optimized out static field. Also test printing the
459 the "container" object.
460
461 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
462
463 * lib/gdb.exp (gdb_finish): Send a kill request to `gdbserver'
464 if in the persistent mode.
465 * gdb.trace/disconnected-tracing.exp: Reconnect before completion.
466
467 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
468
469 * lib/gdb.exp (gdb_gcore_cmd): Also handle a "Target does not
470 support core file generation" reply.
471
472 2013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
473
474 PR gdb/15986
475 * gdb.base/run.c (main): gdb_get_line_number tag added for
476 commands.exp.
477 (factorial): Likewise.
478
479 * gdb.base/commands.exp (watchpoint_command_test): Use
480 gdb_get_line_number in order to determine the locations in run.c
481 where local_var is detected to go out of scope.
482
483 2013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
484
485 * gdb.base/gnu_vector.exp: Care about endianness when casting
486 scalars to vectors.
487
488 2013-10-18 Tom Tromey <tromey@redhat.com>
489
490 * lib/gdb.exp (build_executable_from_specs): Remove duplicate set
491 of "binfile".
492
493 2013-10-18 Andrew Burgess <aburgess@broadcom.com>
494
495 * gdb.base/watchpoints.exp: Add test for setting software
496 watchpoints of different types before starting the inferior.
497
498 2013-10-18 Pedro Alves <palves@redhat.com>
499
500 PR gdb/16062
501 * gdb.threads/stepi-random-signal.c: New file.
502 * gdb.threads/stepi-random-signal.exp: New file.
503
504 2013-10-17 Maciej W. Rozycki <macro@codesourcery.com>
505
506 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
507 Fix comment typo.
508 * lib/gdb.exp (gdb_init): Likewise.
509
510 2013-10-17 Tom Tromey <tromey@redhat.com>
511
512 * gdb.base/printcmds.exp (test_printf): Test printf flushing.
513
514 2013-10-14 Tom Tromey <tromey@redhat.com>
515
516 * gdb.dwarf2/dwzbuildid.exp (write_dwarf_file): Pass explicit test
517 name to gdb_test_no_output.
518
519 2013-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
520
521 Canonicalize directories for EXEC_FILENAME.
522 * gdb.base/argv0-symlink.exp
523 (kept file symbolic link name for info inferiors): New.
524 (kept directory symbolic link name): Setup kfail.
525 (kept directory symbolic link name for info inferiors): New.
526
527 2013-10-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
528
529 * gdb.arch/s390-multiarch.exp: New file.
530 * gdb.arch/s390-multiarch.c: New file.
531
532 2013-10-11 Joel Brobecker <brobecker@adacore.com>
533
534 * gdb.ada/mi_catch_ex.exp: Adjusts all "catch ..." tests to
535 use the appropriate GDB/MI command instead, and verify
536 the test output.
537
538 2013-10-11 Joel Brobecker <brobecker@adacore.com>
539
540 * gdb.base/source-nofile.gdb: New file.
541 * gdb.base/source.exp: Add two tests verifying the behavior when
542 the "source" command is given a non-existant filename.
543
544 2013-10-11 Yao Qi <yao@codesourcery.com>
545
546 * gdb.mi/mi-catch-load.c: Remove the include of "dlfcn.h".
547 [__WIN32__]: Include "windows.h" and define macro 'dlopen'
548 and 'dlclose'.
549 [!__WIN32__]: Include "dlfcn.h".
550 * gdb.mi/mi-catch-load.exp: Set up kfail.
551
552 2013-10-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
553
554 * lib/gdb.exp (gdb_core_cmd): Replace fixed string "re-load
555 generated corefile" by argument "$test".
556
557 2013-10-09 Pedro Alves <palves@redhat.com>
558
559 * gdb.python/py-prettyprint.exp (run_lang_tests): Adjust expected
560 output.
561
562 2013-10-09 Pedro Alves <palves@redhat.com>
563
564 * gdb.base/catch-syscall.exp (test_catch_syscall_without_args)
565 (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
566 (test_catch_syscall_with_wrong_args)
567 (test_catch_syscall_restarting_inferior)
568 (test_catch_syscall_fail_nodatadir)
569 (test_catch_syscall_without_args_noxml)
570 (test_catch_syscall_with_args_noxml)
571 (test_catch_syscall_with_wrong_args_noxml): Use with_test_prefix.
572
573 2013-10-08 Tom Tromey <tromey@redhat.com>
574
575 * gdb.dwarf2/dwzbuildid.exp: New file.
576 * lib/dwarf.exp (Dwarf::_section): Add "flags" and "type"
577 parameters.
578 (Dwarf::_defer_output): Change "section" parameter to
579 "section_spec"; update.
580 (Dwarf::gnu_debugaltlink, Dwarf::_note, Dwarf::build_id): New
581 procs.
582
583 2013-10-08 Joel Brobecker <brobecker@adacore.com>
584
585 * gdb.ada/mi_catch_ex.exp: Make "mi_execute_to" test names unique.
586
587 2013-10-07 Tom Tromey <tromey@redhat.com>
588
589 * lib/mi-support.exp (varobj_tree::walk_tree): Set _root_idx
590 to 0.
591
592 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
593
594 * gdb.base/corefile.exp: Test whether $_exitsignal is set and
595 $_exitcode is void when opening a corefile.
596 * gdb.base/exitsignal.exp: New file.
597 * gdb.base/segv.c: Likewise.
598 * gdb.base/normal.c: Likewise.
599
600 2013-10-04 Joel Brobecker <brobecker@adacore.com>
601
602 * gdb.mi/mi-start.c, gdb.mi/mi-start.exp: New files.
603
604 2013-10-02 Vidya Praveen <vidyapraveen@arm.com>
605
606 * gdb.trace/entry-values.exp: Modify regular expression to scan for
607 'bl' instruction instead of 'call' for ARM and AArch64 targets.
608
609 2013-10-02 Pedro Alves <palves@redhat.com>
610
611 * gdb.dwarf2/dw2-reg-undefined.exp <pattern_rax_rbx_rcx_print,
612 pattern_rax_rbx_rcx_info>: Set to "<not saved>".
613 * gdb.mi/mi-reg-undefined.exp (opt_out_pattern): Delete.
614 (not_saved_pattern): New.
615 Replace use of the former with the latter.
616
617 2013-10-02 Pedro Alves <palves@redhat.com>
618
619 * README (Board Settings): Document "exit_is_reliable".
620 * lib/gdb.exp (gdb_continue_to_end): Check whether the board says
621 running to exit reliably reports program exits.
622 * boards/native-gdbserver.exp: Set exit_is_reliable in the board
623 info.
624 * boards/native-stdio-gdbserver.exp: Likewise.
625
626 2013-10-01 Doug Evans <dje@google.com>
627
628 * gdb.python/python.exp: Remove redundant print-stack tests.
629 Make all print-stack test names unique. Fix spelling of print-stack.
630
631 2013-09-29 Yao Qi <yao@codesourcery.com>
632
633 * gdb.base/shreloc.exp: Set $msymfile to 'shreloc.txt' if host
634 is remote.
635
636 2013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
637
638 PR shlibs/8882
639 * gdb.base/corefile.exp: Add a check to assure warning-free
640 core-file load.
641
642 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
643
644 * gdb.dwarf2/dwp-symlink.c: New file.
645 * gdb.dwarf2/dwp-symlink.exp: New file.
646
647 2013-09-20 Doug Evans <dje@google.com>
648
649 * lib/dwarf.exp (build_executable_from_fission_assembler): New proc.
650 * gdb.dwarf2/fission-base.S: Update. Split out .dwo into separate
651 file.
652 * gdb.dwarf2/fission-loclists.S: Ditto.
653 * gdb.dwarf2/fission-reread.S: Ditto.
654 * gdb.dwarf2/fission-base.exp: Skip of remote host. Compile with
655 build_executable_from_fission_assembler.
656 * gdb.dwarf2/fission-loclists.exp: Ditto.
657 * gdb.dwarf2/fission-reread.exp: Ditto.
658
659 * lib/future.exp (gdb_find_objcopy, gdb_find_readelf): New procs.
660 * lib/gdb.exp (build_id_debug_filename_get): Update to use them.
661 (gdb_gnu_strip_debug): Ditto.
662 * lib/prelink-support.exp (section_get, prelink_no): Ditto.
663 * gdb.arch/altivec-abi.exp: Ditto.
664 * gdb.base/attach-pie-misread.exp: Ditto.
665 * gdb.base/comprdebug.exp: Ditto.
666 * gdb.base/dup-sect.exp: Ditto.
667 * gdb.base/gnu-debugdata.exp: Ditto.
668 * gdb.base/step-symless.exp: Ditto.
669 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
670 * gdb.dwarf2/dw2-skip-prologue.exp: Ditto.
671 * gdb.dwarf2/gdb-index.exp: Ditto.
672
673 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
674
675 * gdb.dwarf2/dw2-reg-undefined.exp: Change pattern for info
676 register to "<optimized out>", and also print the registers.
677
678 2013-09-18 Pedro Alves <palves@redhat.com>
679
680 PR server/15967
681 * gdb.server/wrapper.exp: Also return unsupported for Cygwin, and
682 change text.
683
684 2013-09-18 Yao Qi <yao@codesourcery.com>
685
686 * gdb.server/wrapper.c: New.
687 * gdb.server/wrapper.exp: New.
688
689 2013-09-17 Muhammad Waqas <mwaqas@codesourccery.com>
690 Jan Kratochvil <jan.kartochvil@redhat.com>
691 Pedro Alves <palves@redhat.com>
692
693 PR gdb/11568
694 * gdb.thread/thread-specific-bp.c: New file.
695 * gdb.thread/thread-specific-bp.exp: New file.
696
697 2013-09-17 Sergio Durigan Junior <sergiodj@redhat.com>
698
699 * gdb.base/defaults.exp (<show_conv_list>): Add check for $_isvoid
700 convenience function.
701
702 2013-09-17 Pedro Alves <palves@redhat.com>
703
704 PR gdb/15911
705 * gdb.threads/info-threads-cur-sal-2.c: New file.
706 * gdb.threads/info-threads-cur-sal.c: New file.
707 * gdb.threads/info-threads-cur-sal.exp: New file.
708
709 2013-09-17 Yao Qi <yao@codesourcery.com>
710
711 * gdb.base/catch-load.c: Remove the include of "dlfcn.h".
712 [__WIN32__]: Include "windows.h" and define macro dlopen
713 and dlclose.
714 [!__WIN32__]: Include "dlfcn.h".
715 * gdb.base/catch-load.exp (one_catch_load_test): Match
716 directory separator.
717
718 2013-09-16 Doug Evans <dje@google.com>
719
720 * lib/gdb.exp (using_fission): New proc.
721 * gdb.base/info-macros.exp: Skip test if using Fission.
722
723 * gdb.base/break-interp.exp: Fix indentation.
724
725 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
726
727 * gdb.base/gdbvars.c (foo_void): New function.
728 (foo_int): Likewise.
729 * gdb.base/gdbvars.exp (test_convenience_functions): New
730 function. Call it.
731
732 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
733
734 * gdb.arch/s390-tdbregs.c: New file.
735 * gdb.arch/s390-tdbregs.exp: New file.
736
737 2013-09-12 Stan Shebs <stan@codesourcery.com>
738
739 * README: New file.
740
741 2013-09-12 Doug Evans <dje@google.com>
742
743 * gdb.python/py-events.py (new_objfile_handler): Remove accidentally
744 added code to print event.inferior.
745
746 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
747
748 * gdb.base/gnu-debugdata.exp (objcopy 1): Move it lower and use only
749 debug part of the binary.
750
751 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
752
753 * gdb.base/gnu-debugdata.exp (strip): Add -R .comment.
754 (addlink): Add comment.
755
756 2013-09-10 Sanimir Agovic <sanimir.agovic@intel.com>
757
758 * gdb.base/default.exp: Adjust regexpr for 'cd' to match optional
759 canonical pathname.
760
761 2013-09-04 Doug Evans <dje@google.com>
762
763 * gdb.python/py-events.py (exit_handler): Verify we get the expected
764 event.
765 (continue_handler, new_objfile_handler): Ditto.
766 (test_events): Rename command to "test-events".
767 (test_newobj_events): Rename command to "test-objfile-events".
768 * gdb.python/py-events.exp: Update.
769 * gdb.python/py-evsignal.exp: Update.
770 * gdb.python/py-evthreads.exp: Update.
771
772 * gdb.base/enumval.c (ZERO): New enum value.
773 (main): Use it
774 * gdb.base/enumval.exp: Test ability to print ZERO.
775
776 2013-09-03 Muhammad Bilal <mbilal@codesourcery.com>
777 Pedro Alves <palves@redhat.com>
778
779 * gdb.base/relocate.exp: Check that invalid options are
780 rejected.
781
782 2013-08-30 Andrew Burgess <aburgess@broadcom.com>
783
784 * gdb.base/code_elim1.c (my_bss_symbol): New variable added.
785 (my_static_symbol): Add comment.
786 (main): Reference my_bss_symbol.
787
788 2013-08-30 Phil Muldoon <pmuldoon@redhat.com>
789
790 * gdb.python/py-arch.exp: Tests for invalid architecture.
791
792 2013-08-29 Sterling Augustine <saugustine@google.com>
793
794 * boards/remote-stdio-gdbserver.exp: Set rcp_prog and
795 rsh_prog in new conditional. Move use of REMOTE_PORTNUM into
796 said conditional.
797
798 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
799
800 * gdb.python/py-arch.exp: Load gdb-python.exp.
801
802 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
803
804 * gdb.python/py-framefilter.py (FrameFilter.filter): Check
805 itertools for imap attribute. Otherwise use map().
806 (ElidingIterator): Define wrapper function __next__.
807 * gdb.python/py-framefilter-mi.exp: Do not use execfile,
808 use exec (open (read ())) instead.
809 * gdb.python/py-framefilter.exp: Ditto.
810 * gdb.python/py-arch.exp: Update print based test to Python 3.x
811 compliance.
812 * gdb.python/py-frame.exp: Ditto.
813 * gdb.python/py-type.exp: Ditto.
814
815 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
816
817 PR gdb/15415
818 * gdb.base/argv0-symlink.c: New file.
819 * gdb.base/argv0-symlink.exp: New file.
820
821 2013-08-28 Tom Tromey <tromey@redhat.com>
822
823 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Use explicit test name
824 when saving index.
825
826 2013-08-27 Yao Qi <yao@codesourcery.com>
827
828 * gdb.trace/entry-values.exp: Test unavailable entry value is
829 not shown when option '--skip-unavailable' is specified.
830 * gdb.trace/mi-trace-unavailable.exp (test_trace_unavailable):
831 Add tests for new option '--skip-unavailable'.
832
833 2013-08-27 Yao Qi <yao@codesourcery.com>
834
835 * lib/gdb.exp (gdb_remote_download): Don't pass $tofile to
836 remote_download if it is empty.
837
838 2013-08-26 Doug Evans <dje@google.com>
839
840 PR symtab/15885
841 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add gdb-index.
842 (clean): rm -f *.gdb-index *.with-index.
843 * gdb.dwarf2/gdb-index.exp: New testcase.
844
845 * lib/gdb.exp (run_on_host): Moved here from gnu-debugdata.exp.
846 * gdb.base/gnu-debugdata.exp (run): Moved to gdb.exp and renamed to
847 run_on_host. All callers updated.
848
849 2013-08-24 Yao Qi <yao@codesourcery.com>
850
851 * gdb.trace/entry-values.c (end): New
852 (main): Call end.
853 * gdb.trace/entry-values.exp: Load trace-support.exp. Set
854 tracepoint and collect data. Test entry value is unavailable.
855
856 2013-08-24 Yao Qi <yao@codesourcery.com>
857
858 * lib/dwarf.exp (_location): Handle DW_OP_deref_size.
859 * gdb.trace/entry-values.c: New.
860 * gdb.trace/entry-values.exp: New.
861
862 2013-07-12 Muhammad Waqas <mwaqas@codesourccery.com>
863
864 PR gdb/15501
865 * gdb.base/ena-dis-br.exp: Add test to verify
866 enable/disable commands work correctly with
867 multiple arguments that include multiple locations.
868
869 2013-08-22 Samuel Bronson <naesten@gmail.com>
870
871 ARM Linux support for `catch syscall'.
872 * gdb.base/catch-syscall.exp: Test this on ARM now.
873 (fill_all_syscalls_numbers): ARM has close/chroot on 6/61, too.
874
875 2013-08-22 Tom Tromey <tromey@redhat.com>
876
877 * lib/dwarf.exp (cu, tu): Handle addr_size of "default". Change
878 default addr_size.
879 * lib/gdb.exp (is_64_target): New gdb_caching_proc.
880
881 2013-08-22 Tom Tromey <tromey@redhat.com>
882
883 * lib/gdb.exp (skip_btrace_tests): Use gdb_caching_proc and
884 standard_temp_file.
885
886 2013-08-22 Tom Tromey <tromey@redhat.com>
887
888 * gdb.arch/amd64-byte.exp: Use standard_testfile,
889 clean_restart.
890 * gdb.arch/amd64-disp-step.exp: Use standard_testfile.
891 * gdb.arch/amd64-dword.exp: Use standard_testfile,
892 clean_restart.
893 * gdb.arch/amd64-entry-value-param.exp: Use standard_testfile.
894 * gdb.arch/amd64-entry-value.exp: Use standard_testfile.
895 * gdb.arch/amd64-prologue-xmm.exp: Use standard_testfile.
896 * gdb.arch/amd64-word.exp: Use standard_testfile,
897 clean_restart.
898 * gdb.arch/i386-avx.exp: Use standard_testfile, clean_restart.
899 * gdb.arch/i386-byte.exp: Use standard_testfile, clean_restart.
900 * gdb.arch/i386-disp-step.exp: Use standard_testfile.
901 * gdb.arch/i386-dr3-watch.exp: Use standard_testfile.
902 * gdb.arch/i386-permbkpt.exp: Use standard_testfile, clean_restart.
903 * gdb.arch/i386-signal.exp: Use standard_testfile.
904 * gdb.arch/i386-size-overlap.exp: Use standard_testfile, clean_restart.
905 * gdb.arch/i386-sse.exp: Use standard_testfile, clean_restart.
906 * gdb.arch/i386-unwind.exp: Use standard_testfile.
907 * gdb.arch/i386-word.exp: Use standard_testfile, clean_restart.
908
909 2013-08-22 Tom Tromey <tromey@redhat.com>
910
911 * gdb.python/py-error.exp: Use gdb_remote_download.
912 * gdb.python/py-mi.exp: Use gdb_remote_download.
913 * gdb.python/py-objfile-script.exp: Use standard_output_file.
914 * gdb.python/py-prettyprint.exp: Use gdb_remote_download.
915 (run_lang_tests): Likewise.
916 * gdb.python/py-section-script.c: Use SCRIPT_FILE rather than
917 filename.
918 * gdb.python/py-section-script.exp: Set SCRIPT_FILE when
919 compiling. Use gdb_remote_download. Update some tests.
920 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
921 standard_output_file.
922 * gdb.python/py-typeprint.exp: Use gdb_remote_download.
923 * gdb.python/py-frame-args.exp: Use gdb_remote_download.
924 * gdb.python/py-framefilter-mi.exp: Use gdb_remote_download.
925 * gdb.python/py-framefilter.exp: Use gdb_remote_download,
926 standard_output_file.
927
928 2013-08-22 Tom Tromey <tromey@redhat.com>
929
930 * lib/cell.exp (skip_cell_tests): Use standard_temp_file.
931
932 2013-08-22 Tom Tromey <tromey@redhat.com>
933
934 * gdb.dwarf2/dw2-basic.exp: Use gdb_remote_download.
935 * gdb.dwarf2/dw2-compressed.exp: Use gdb_remote_download.
936 * gdb.dwarf2/dw2-intercu.exp: Use gdb_remote_download.
937 * gdb.dwarf2/dw2-intermix.exp: Use gdb_remote_download.
938 * gdb.dwarf2/dw2-producer.exp: Use gdb_remote_download.
939 * gdb.dwarf2/mac-fileno.exp: Use gdb_remote_download.
940 * lib/gdb.exp (gdb_remote_download): New proc.
941
942 2013-08-22 Tom Tromey <tromey@redhat.com>
943
944 * gdb.dwarf2/clztest.exp: Use standard_testfile.
945 * gdb.dwarf2/dw2-minsym-in-cu.exp: Use standard_testfile.
946 * gdb.dwarf2/fission-base.S: Remove directory from
947 DW_AT_GNU_dwo_name.
948 * gdb.dwarf2/fission-base.exp: Use build_executable. Set
949 debug-file-directory.
950 * gdb.dwarf2/fission-reread.S: Remove directory from
951 DW_AT_GNU_dwo_name.
952 * gdb.dwarf2/fission-reread.exp: Use build_executable. Set
953 debug-file-directory.
954
955 2013-08-16 Doug Evans <dje@google.com>
956
957 * lib/prelink-support.exp (prelink_yes): Flag test as unsupported if
958 prelink complains about an unhandled DWARF version.
959
960 2013-08-14 Cary Coutant <ccoutant@google.com>
961
962 * boards/fission.exp: Add -fdebug-types-section to debug_flags.
963
964 2013-08-13 Tom Tromey <tromey@redhat.com>
965 Yao Qi <yao@codesourcery.com>
966
967 * lib/cache.exp (gdb_do_cache): Handle GDB_PARALLEL.
968 * lib/gdb.exp: Handle GDB_PARALLEL.
969 (default_gdb_version): Kill inotify_pid if it exists.
970 (default_gdb_exit): Emit warning if the inotify log is not
971 empty.
972 (standard_output_file): Respect GDB_PARALLEL.
973 (standard_temp_file): Likewise.
974 (gdb_init): Start inotifywait if requested.
975
976 2013-08-13 Andrew Burgess <aburgess@broadcom.com>
977
978 * gdb.base/printcmds.exp (test_printf): Add test for printf of
979 pointer with various flags.
980
981 2013-08-13 Tom Tromey <tromey@redhat.com>
982
983 * lib/cache.exp: New file.
984 * lib/cell.exp (skip_cell_tests): Use gdb_caching_proc.
985 * lib/gdb.exp: Load cache.exp.
986 (support_complex_tests, is_ilp32_target, is_lp64_target)
987 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests)
988 (gdb_skip_xml_test): Use gdb_caching_proc.
989 * lib/opencl.exp (skip_opencl_tests): Use gdb_caching_proc.
990
991 2013-08-13 Tom Tromey <tromey@redhat.com>
992
993 * lib/gdb.exp (standard_temp_file): New proc.
994 (support_complex_tests, is_ilp32_target, is_lp64_target)
995 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests): Use
996 standard_temp_file.
997
998 2013-08-13 Tom Tromey <tromey@redhat.com>
999
1000 * lib/gdb.exp (build_id_debug_filename_get): Use
1001 standard_output_file.
1002 * lib/prelink-support.exp (section_get)
1003 (build_executable_own_libs): Use standard_output_file.
1004
1005 2013-08-12 Tom Tromey <tromey@redhat.com>
1006
1007 * Makefile.in (ALL_SUBDIRS): Add gdb.go.
1008
1009 2013-08-12 Ali Anwar <alianwar@codesourcery.com>
1010
1011 * gdb.base/break.exp: Test break via convenience variable
1012 with file name.
1013
1014 2013-08-09 Doug Evans <dje@google.com>
1015
1016 * lib/future.exp (gdb_find_ldd): New proc.
1017 * lib/prelink-support.exp (build_executable_own_libs): Call it.
1018 Make "/usr/sbin/" in prelink path optional.
1019
1020 2013-08-09 Yao Qi <yao@codesourcery.com>
1021
1022 * gdb.trace/collection.exp (gdb_collect_args_test): Set
1023 "only" and "both" to 'print entry-values' before selecting
1024 trace frame.
1025
1026 2013-08-08 Yao Qi <yao@codesourcery.com>
1027
1028 * gdb.trace/mi-trace-unavailable.exp: Don't set
1029 "print entry-values" to "no".
1030 (test_trace_unavailable): Set various values to
1031 "print entry-values" to test that the output of
1032 '-stack-list-locals' is not affected, and then set
1033 set "print entry-values" to "no".
1034
1035 2013-08-07 Doug Evans <dje@google.com>
1036
1037 * gdb.python/py-value-cc.cc: Renamed from py-value.cc.
1038 * gdb.python/py-value-cc.exp: Update.
1039 * gdb.python/py-value.exp: Use different names for .o files for
1040 C and C++. Only perform C++ tests if !skip_cplus_tests.
1041
1042 2013-08-07 Tom Tromey <tromey@redhat.com>
1043
1044 * gdb.base/maint.exp: Allow zero symtabs to be expanded.
1045
1046 2013-08-07 Tom Tromey <tromey@redhat.com>
1047
1048 * gdb.dwarf2/dwz.exp: New file.
1049
1050 2013-08-02 Tom Tromey <tromey@redhat.com>
1051
1052 * gdb.base/watchpoint.c (struct foo5): New.
1053 (nullptr): New global.
1054 * gdb.base/watchpoint.exp (test_watch_location): Add test.
1055
1056 2013-08-01 Doug Evans <dje@google.com>
1057
1058 PR symtab/15691
1059 * gdb.dwarf2/fission-mix.exp: New file.
1060 * gdb.dwarf2/fission-mix.h: New file.
1061 * gdb.dwarf2/fission-mix.c: New file.
1062 * gdb.dwarf2/fission-mix2.c: New file.
1063
1064 PR symtab/15695
1065 * gdb.base/func-ptr.exp: New file.
1066 * gdb.base/func-ptr.c: New file.
1067
1068 2013-08-01 Yao Qi <yao@codesourcery.com>
1069
1070 * gdb.python/py-sync-interp.c: New.
1071 * gdb.python/py-sync-interp.exp: New.
1072
1073 2013-07-31 Yao Qi <yao@codesourcery.com>
1074
1075 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Test command
1076 'tdump' on stack frame 0 and 1 respectively.
1077
1078 2013-07-31 Yao Qi <yao@codesourcery.com>
1079
1080 PR gdb/13443
1081 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_3): Add parameter
1082 'traceframe'. Wrap test with with_test_prefix.
1083 (top level): Update.
1084
1085 2013-07-31 Yao Qi <yao@codesourcery.com>
1086
1087 * gdb.trace/backtrace.exp: Don't invoke 'get_exit' and
1088 'gdb_start'.
1089 Invoke 'prepare_for_testing' instead of 'gdb_compile'.
1090 Use gdb_test_no_output to issue commands 'tstart' and 'tstop'.
1091
1092 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
1093
1094 * gdb.dwarf2/pieces-optimized-out.exp: Expect "<optimized out>"
1095 when printing an optimized out value. Expect an error when using
1096 an optimized out value in an expression.
1097
1098 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
1099
1100 * gdb.dwarf2/pieces-optimized-out.exp: New file.
1101 * gdb.dwarf2/pieces-optimized-out.c: New file.
1102 * gdb.dwarf2/pieces-optimized-out.S: New file.
1103
1104 2013-07-30 Muhammad Bilal <mbilal@codesourcery.com>
1105
1106 PR gdb/15715
1107 * gdb.base/setshow.exp: Test that relative paths passed to
1108 'set history filename' are converted to absolute paths.
1109
1110 2013-07-26 Keith Seitz <keiths@redhat.com>
1111
1112 * gdb.mi/mi-var-child-f.exp: Pass f90 to gdb_compile instead
1113 of f77.
1114 Allow for compiler variations of integer types.
1115 Use mi_create_varobj.
1116 Use mi_list_varobj_children for the immediate children of `array'.
1117 Add "has_more" attribute for grandchildren test.
1118
1119 2013-07-26 Pedro Alves <palves@redhat.com>
1120
1121 * gdb.base/interrupt-noterm.c, gdb.base/interrupt-noterm.exp: New
1122 files.
1123
1124 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
1125
1126 * gdb.mi/mi-reg-undefined.exp: New file.
1127 * gdb.mi/mi-reg-undefined.c: Likewise.
1128 * gdb.mi/mi-reg-undefined.S: Likewise.
1129
1130 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
1131
1132 * gdb.base/printcmds.exp (test_print_int_arrays): Add tests for x,
1133 z, o, and t output formats.
1134 * gdb.base/display.exp: Use 'k' as an undefined format now that
1135 'z' is defined.
1136
1137 2013-07-24 Doug Evans <dje@google.com>
1138
1139 * boards/native-stdio-gdbserver.exp (${board}_build_remote_cmd): Pass
1140 "--" to switch.
1141
1142 2013-07-24 Yao Qi <yao@codesourcery.com>
1143
1144 * gdb.mi/mi-var-cmd.exp: If host is remote, use ${testfile} on
1145 host.
1146 * gdb.mi/mi-basics.exp (test_exec_and_symbol_mi_operatons):
1147 Likewise. If host is remote, copy ${binfile} to host.
1148
1149 2013-07-23 Yao Qi <yao@codesourcery.com>
1150
1151 * gdb.mi/mi-var-cmd.exp: Adjust pattern to match current error
1152 message.
1153
1154 2013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
1155
1156 * gdb.base/disp-step-syscall.exp: Add svc and swi syscall
1157 instructions and enable disp-step-syscall for arm targets.
1158
1159 2013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
1160
1161 * gdb.dwarf2/fission-reread.S: Replace @ sign with % sign to remove
1162 assembler errors on arm.
1163 * gdb.dwarf2/mac-fileno.S: Likewise.
1164 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
1165 * gdb.dwarf2/pr13961.S: Likewise.
1166
1167 2013-07-19 Hui Zhu <hui@codesourcery.com>
1168
1169 PR gdb/15692
1170 * gdb.mi/mi-dprintf.exp: Add double quotes test.
1171
1172 2013-07-19 Yao Qi <yao@codesourcery.com>
1173
1174 * gdb.trace/read-memory.exp (test_from_remote): Update test.
1175 (teset_from_exec): Likewise.
1176
1177 2013-07-19 Yao Qi <yao@codesourcery.com>
1178
1179 * gdb.trace/read-memory.c: New.
1180 * gdb.trace/read-memory.exp: New.
1181
1182 2013-07-19 Yao Qi <yao@codesourcery.com>
1183
1184 * lib/gdb.exp (gdb_compile_shlib): Pass the tail name of
1185 $dest to link options if host is remote. Move the
1186 generated file to $dest.a on host if host is remote.
1187
1188 2013-07-18 Will Newton <will.newton@linaro.org>
1189
1190 * gdb.threads/tls-nodebug.c: Call pthread_testcancel
1191 to ensure the test is linked against pthreads.
1192 * gdb.threads/tls-var-main.c: Likewise.
1193 * gdb.threads/tls-shared.c: Likewise.
1194
1195 2013-07-18 Yao Qi <yao@codesourcery.com>
1196
1197 * lib/future.exp (gdb_default_target_compile): Use tail name
1198 of $destfile as the output name of compile. Move the
1199 generated file to $destfile on build.
1200
1201 2013-07-18 Yao Qi <yao@codesourcery.com>
1202
1203 * lib/gdb.exp (gdb_compile): Set
1204 gdb_saved_set_unbuffered_mode_obj to
1205 set_unbuffered_mode_saved.o if host is remote. Invoke
1206 remote_download to copy $unbuf_obj to host.
1207
1208 2013-07-17 Doug Evans <dje@google.com>
1209
1210 * gdb.python/py-frame-args.c: New file.
1211 * gdb.python/py-frame-args.py: New file.
1212 * gdb.python/py-frame-args.exp New file.
1213
1214 2013-07-16 Andrew Burgess <aburgess@broadcom.com>
1215
1216 * gdb.base/printcmds.exp (test_printf): Add tests for format
1217 strings with missing format specifier.
1218
1219 2013-07-16 Tom Tromey <tromey@redhat.com>
1220
1221 * gdb.ada/info_types.exp: Use standard_testfile.
1222
1223 2013-07-16 Tom Tromey <tromey@redhat.com>
1224
1225 * gdb.mi/mi-basics.exp: Use standard_output_file.
1226 (test_dir_specification, test_cwd_specification)
1227 (test_path_specification): Use testsubdir, not subdir and objdir.
1228
1229 2013-07-16 Tom Tromey <tromey@redhat.com>
1230
1231 * gdb.trace/mi-traceframe-changed.exp: Don't use objdir.
1232
1233 2013-07-09 Joel Brobecker <brobecker@adacore.com>
1234
1235 * gdb.ada/small_reg_param.exp: Accept optional entry value
1236 for parameter "w".
1237
1238 2013-07-09 Joel Brobecker <brobecker@adacore.com>
1239
1240 * gdb.ada/small_reg_param.exp: Remove trailing space.
1241
1242 2013-07-09 Doug Evans <dje@google.com>
1243
1244 * gdb.base/default.exp: Update expected output of "show print array"
1245 and "show print pretty".
1246
1247 2013-07-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
1248
1249 * gdb.threads/wp-replication.exp: Stop counting available hardware
1250 watchpoints after NR_THREADS iterations.
1251
1252 2013-07-08 Andrew Burgess <aburgess@broadcom.com>
1253
1254 * gdb.python/py-explore.exp: Add $gdb_prompt to test regexp.
1255
1256 2013-07-07 Yao Qi <yao@codesourcery.com>
1257
1258 * boards/native-gdbserver.exp: Move invoke of
1259 process_multilib_options to gdbserver-base.exp.
1260 Move set_board_info 'compiler', 'gdb,noinferiorio',
1261 'gdb,nofileio', 'gdb_server_prog' and 'gdb,predefined_tsv' to
1262 gdbserver-base.exp.
1263 Move proc ${board}_download, ${board}_upload and
1264 ${board}_file to gdbserver-base.exp.
1265 * boards/native-extended-gdbserver.exp: Likewise.
1266 * boards/native-stdio-gdbserver.exp: Likewise.
1267 * boards/gdbserver-base.exp: New file.
1268
1269 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
1270
1271 * gdb.base/dump.exp: Remove arch-specific tests and do a
1272 generic data address check to set is64bitonly correctly.
1273
1274 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
1275
1276 * gdb.mi/gdb2549.exp (register_tests): Expect any decimal for
1277 the register number instead of expecting only 0.
1278
1279 2013-07-05 Will Newton <will.newton@linaro.org>
1280
1281 * gdb.base/gnu-ifunc-lib.c: Use %function instead of @function
1282 in asm syntax to allow building on ARM.
1283
1284 2013-07-05 Yao Qi <yao@codesourcery.com>
1285
1286 * boards/local-remote-host.exp: Remove obsolete comments.
1287 * boards/native-extended-gdbserver.exp: Likewise.
1288 * boards/native-gdbserver.exp: Likewise.
1289 * boards/native-stdio-gdbserver.exp: Likewise.
1290
1291 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
1292
1293 * gdb.dwarf2/dw2-reg-undefined.exp: New file.
1294 * gdb.dwarf2/dw2-reg-undefined.c: Likewise.
1295 * gdb.dwarf2/dw2-reg-undefined.S: Likewise.
1296
1297 2013-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1298
1299 * gdb.base/break-on-linker-gcd-function.exp: Replace
1300 prepare_for_testing by build_executable_from_specs and clean_restart.
1301
1302 2013-06-27 Tom Tromey <tromey@redhat.com>
1303
1304 * gdb.base/testenv.exp, gdb.base/tui-layout.exp,
1305 gdb.base/twice.exp, gdb.base/type-opaque.exp, gdb.base/unload.exp,
1306 gdb.base/unwindonsignal.exp, gdb.base/valgrind-db-attach.exp,
1307 gdb.base/valgrind-infcall.exp, gdb.base/value-double-free.exp,
1308 gdb.base/varargs.exp, gdb.base/watch-cond-infcall.exp,
1309 gdb.base/watch-cond.exp, gdb.base/watch-non-mem.exp,
1310 gdb.base/watch-read.exp, gdb.base/watch-vfork.exp,
1311 gdb.base/watch_thread_num.exp, gdb.base/watchpoint-cond-gone.exp,
1312 gdb.base/watchpoint-delete.exp, gdb.base/watchpoint-hw.exp,
1313 gdb.base/watchpoint-solib.exp, gdb.base/watchpoint.exp,
1314 gdb.base/watchpoints.exp, gdb.base/wchar.exp, gdb.base/whatis.exp:
1315 Use standard_testfile, standard_output_file, prepare_for_testing,
1316 clean_restart.
1317
1318 2013-06-27 Tom Tromey <tromey@redhat.com>
1319
1320 * gdb.base/save-bp.exp, gdb.base/savedregs.exp,
1321 gdb.base/scope.exp, gdb.base/sep.exp, gdb.base/sepsymtab.exp,
1322 gdb.base/set-lang-auto.exp, gdb.base/setshow.exp,
1323 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
1324 gdb.base/shreloc.exp, gdb.base/sigall.exp,
1325 gdb.base/sigaltstack.exp, gdb.base/sigbpt.exp,
1326 gdb.base/sigchld.exp, gdb.base/siginfo-addr.exp,
1327 gdb.base/siginfo-infcall.exp, gdb.base/siginfo-obj.exp,
1328 gdb.base/siginfo.exp, gdb.base/signals.exp, gdb.base/signest.exp,
1329 gdb.base/signull.exp, gdb.base/sigrepeat.exp,
1330 gdb.base/sigstep.exp, gdb.base/sizeof.exp,
1331 gdb.base/skip-solib.exp, gdb.base/so-impl-ld.exp,
1332 gdb.base/solib-display.exp, gdb.base/solib-nodir.exp,
1333 gdb.base/solib-overlap.exp, gdb.base/solib-symbol.exp,
1334 gdb.base/solib-weak.exp, gdb.base/source.exp,
1335 gdb.base/stack-checking.exp, gdb.base/stale-infcall.exp,
1336 gdb.base/stap-probe.exp, gdb.base/start.exp,
1337 gdb.base/step-break.exp, gdb.base/step-bt.exp,
1338 gdb.base/step-line.exp, gdb.base/step-resume-infcall.exp,
1339 gdb.base/step-test.exp, gdb.base/structs.exp,
1340 gdb.base/structs2.exp, gdb.base/structs3.exp,
1341 gdb.base/symbol-without-target_section.exp: Use standard_testfile,
1342 standard_output_file, prepare_for_testing, clean_restart.
1343
1344 2013-06-27 Tom Tromey <tromey@redhat.com>
1345
1346 * gdb.base/nextoverexit.exp, gdb.base/nextoverexit.exp,
1347 gdb.base/nodebug.exp, gdb.base/nofield.exp, gdb.base/nostdlib.exp,
1348 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/pc-fp.exp,
1349 gdb.base/pending.exp, gdb.base/permissions.exp,
1350 gdb.base/pie-execl.exp, gdb.base/pointers.exp,
1351 gdb.base/pr11022.exp, gdb.base/print-file-var.exp,
1352 gdb.base/printcmds.exp, gdb.base/prologue.exp,
1353 gdb.base/psymtab.exp, gdb.base/ptr-typedef.exp,
1354 gdb.base/ptype.exp, gdb.base/randomize.exp,
1355 gdb.base/readline-ask.exp, gdb.base/recpar.exp,
1356 gdb.base/recurse.exp, gdb.base/relativedebug.exp,
1357 gdb.base/relocate.exp, gdb.base/remote.exp, gdb.base/reread.exp,
1358 gdb.base/return-nodebug.exp, gdb.base/return2.exp: Use
1359 standard_testfile, standard_output_file, prepare_for_testing,
1360 clean_restart.
1361
1362 2013-06-27 Tom Tromey <tromey@redhat.com>
1363
1364 * gdb.base/hook-stop-continue.exp, gdb.base/hook-stop-frame.exp,
1365 gdb.base/huge.exp, gdb.base/included.exp,
1366 gdb.base/inferior-died.exp, gdb.base/infnan.exp,
1367 gdb.base/info-fun.exp, gdb.base/info-macros.exp,
1368 gdb.base/info-os.exp, gdb.base/info-proc.exp,
1369 gdb.base/info-target.exp, gdb.base/infoline.exp,
1370 gdb.base/interp.exp, gdb.base/interrupt.exp,
1371 gdb.base/jit-simple.exp, gdb.base/jit-so.exp, gdb.base/jump.exp,
1372 gdb.base/kill-after-signal.exp, gdb.base/label.exp,
1373 gdb.base/langs.exp, gdb.base/lineinc.exp, gdb.base/list.exp,
1374 gdb.base/logical.exp, gdb.base/long_long.exp,
1375 gdb.base/longjmp.exp, gdb.base/macscp.exp, gdb.base/maint.exp,
1376 gdb.base/memattr.exp, gdb.base/mips_pro.exp,
1377 gdb.base/miscexprs.exp, gdb.base/morestack.exp,
1378 gdb.base/moribund-step.exp, gdb.base/multi-forks.exp: Use
1379 standard_testfile, standard_output_file, prepare_for_testing,
1380 clean_restart.
1381
1382 2013-06-27 Tom Tromey <tromey@redhat.com>
1383
1384 * gdb.base/ena-dis-br.exp, gdb.base/enum_cond.exp,
1385 gdb.base/enumval.exp, gdb.base/environ.exp,
1386 gdb.base/eu-strip-infcall.exp, gdb.base/eval-skip.exp,
1387 gdb.base/exe-lock.exp, gdb.base/expand-psymtabs.exp,
1388 gdb.base/exprs.exp, gdb.base/fileio.exp, gdb.base/find.exp,
1389 gdb.base/fixsection.exp, gdb.base/foll-exec.exp,
1390 gdb.base/foll-fork.exp, gdb.base/fortran-sym-case.exp,
1391 gdb.base/frame-args.exp, gdb.base/freebpcmd.exp,
1392 gdb.base/fullname.exp, gdb.base/funcargs.exp,
1393 gdb.base/gcore-buffer-overflow.exp, gdb.base/gcore.exp,
1394 gdb.base/gdb1090.exp, gdb.base/gdb11530.exp,
1395 gdb.base/gdb11531.exp, gdb.base/gdb1250.exp, gdb.base/gdb1555.exp,
1396 gdb.base/gdb1821.exp, gdb.base/gdbindex-stabs.exp,
1397 gdb.base/gdbvars.exp, gdb.base/gnu-ifunc.exp,
1398 gdb.base/gnu_vector.exp: Use standard_testfile,
1399 standard_output_file, prepare_for_testing, clean_restart.
1400
1401 2013-06-27 Tom Tromey <tromey@redhat.com>
1402
1403 * gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
1404 gdb.base/call-sc.exp, gdb.base/call-signal-resume.exp,
1405 gdb.base/call-strs.exp, gdb.base/callexit.exp,
1406 gdb.base/callfuncs.exp, gdb.base/catch-load.exp,
1407 gdb.base/catch-syscall.exp, gdb.base/charset.exp,
1408 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
1409 gdb.base/code-expr.exp, gdb.base/code_elim.exp,
1410 gdb.base/commands.exp, gdb.base/completion.exp,
1411 gdb.base/complex.exp, gdb.base/cond-expr.exp,
1412 gdb.base/condbreak.exp, gdb.base/consecutive.exp,
1413 gdb.base/constvars.exp, gdb.base/corefile.exp,
1414 gdb.base/ctxobj.exp, gdb.base/cursal.exp, gdb.base/cvexpr.exp,
1415 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
1416 gdb.base/del.exp, gdb.base/detach.exp, gdb.base/dfp-test.exp,
1417 gdb.base/display.exp, gdb.base/dmsym.exp, gdb.base/dump.exp,
1418 gdb.base/dup-sect.exp: Use standard_testfile,
1419 standard_output_file, prepare_for_testing, clean_restart.
1420
1421 2013-06-27 Tom Tromey <tromey@redhat.com>
1422
1423 * gdb.base/a2-run.exp, gdb.base/all-bin.exp, gdb.base/annota1.exp,
1424 gdb.base/annota3.exp, gdb.base/anon.exp, gdb.base/args.exp,
1425 gdb.base/arithmet.exp, gdb.base/arrayidx.exp, gdb.base/assign.exp,
1426 gdb.base/async-shell.exp, gdb.base/async.exp,
1427 gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-noexec.exp,
1428 gdb.base/attach-twice.exp, gdb.base/attach.exp, gdb.base/auxv.exp,
1429 gdb.base/bang.exp, gdb.base/bfp-test.exp, gdb.base/bigcore.exp,
1430 gdb.base/bitfields.exp, gdb.base/bitfields2.exp,
1431 gdb.base/break-entry.exp, gdb.base/break-interp.exp,
1432 gdb.base/break-on-linker-gcd-function.exp,
1433 gdb.base/breakpoint-shadow.exp: Use standard_testfile,
1434 standard_output_file, prepare_for_testing, clean_restart.
1435
1436 2013-06-26 Yao Qi <yao@codesourcery.com>
1437
1438 * gdb.trace/mi-trace-frame-collected.exp: New.
1439
1440 2013-06-25 Yao Qi <yao@codesourcery.com>
1441
1442 * boards/native-extended-gdbserver.exp: Set board_info
1443 'gdb,predefined_tsv'.
1444 * boards/native-gdbserver.exp: Likewise.
1445 * boards/native-stdio-gdbserver.exp: Likewise.
1446 * gdb.server/ext-attach.exp: Load trace-support.exp. Check
1447 uploaded TSVs if target supports tracing.
1448 * gdb.trace/tsv.exp: Check uploaded TSVs if target supports
1449 tracing and target has predefined tsv.
1450
1451 2013-06-25 Yao Qi <yao@codesourcery.com>
1452 Hui Zhu <hui@codesourcery.com>
1453 Pedro Alves <palves@redhat.com>
1454
1455 PR breakpoints/15075
1456 PR breakpoints/15434
1457 * gdb.base/dprintf-next.c: New file.
1458 * gdb.base/dprintf-next.exp: New file.
1459 * gdb.base/dprintf-non-stop.c: New file.
1460 * gdb.base/dprintf-non-stop.exp: New file.
1461 * gdb.base/dprintf.exp: Don't check "continue" in the output
1462 of "info breakpoints".
1463 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
1464 Don't check "continue" in script field.
1465
1466 2013-06-21 Tom Tromey <tromey@redhat.com>
1467
1468 * gdb.trace/actions.exp (check_tracepoint): Don't use a full file
1469 name in a test name.
1470
1471 2013-06-20 Yao Qi <yao@codesourcery.com>
1472
1473 * gdb.trace/mi-trace-unavailable.exp: Set tracepoint on 'foo'
1474 and set an action.
1475 (test_trace_unavailable): Test command -data-list-register-values
1476 in the context of traceframe and with option --skip-unavailable.
1477 * gdb.trace/trace-unavailable.c (foo): New.
1478 (main): Call it.
1479 * gdb.mi/gdb2549.exp: Update matching pattern.
1480
1481 2013-06-19 Mike Frysinger <vapier@gentoo.org>
1482
1483 * gdb.arch/i386-avx.c (have_avx): Change __get_cpuid call to i386_cpuid.
1484 * gdb.arch/i386-avx.exp (additional_flags): Add -I${srcdir}/../common.
1485 * gdb.arch/i386-cpuid.h: Moved to ../common/i386-gcc-cpuid.h.
1486 * gdb.arch/i386-sse.c: Call new i386_cpuid function.
1487 * gdb.arch/i386-see.exp (additional_flags): Add -I${srcdir}/../common.
1488
1489 2013-06-19 Luis Machado <lgustavo@codesourcery.com>
1490
1491 * gdb.base/subst.exp: Delete default rules before further
1492 tests.
1493
1494 2013-06-19 Yao Qi <yao@codesourcery.com>
1495
1496 * gdb.base/maint.exp: Make the test to command 'maint dump-me'
1497 unsupported if it is not registered.
1498
1499 2013-06-18 Tom Tromey <tromey@redhat.com>
1500
1501 * gdb.base/random-signal.c: New file.
1502 * gdb.base/random-signal.exp: New file.
1503
1504 2013-06-18 Will Newton <will.newton@linaro.org>
1505
1506 * gdb.base/skip.c: Use comma to evaluate results of foo()
1507 and bar() before passing to baz().
1508 * gdb.base/skip.c: baz() now takes one argument instead of
1509 two.
1510
1511 2013-06-18 Tom Tromey <tromey@redhat.com>
1512
1513 * gdb.dwarf2/implptrpiece.exp: New file.
1514 * gdb.dwarf2/implptrconst.exp (d): New variable.
1515 Print d.
1516 * lib/dwarf2.exp (Dwarf::_location): Handle DW_OP_piece.
1517
1518 2013-06-18 Tom Tromey <tromey@redhat.com>
1519
1520 * lib/selftest-support.exp (do_self_tests): Reject remote or
1521 non-native targets.
1522 * gdb.gdb/complaints.exp: Remove check.
1523 * gdb.gdb/observer.exp: Remove check.
1524 * gdb.gdb/xfullpath.exp: Remove check.
1525 * gdb.gdb/complaints.exp: Remove check.
1526
1527 2013-06-07 Pedro Alves <palves@redhat.com>
1528
1529 * boards/native-extended-gdbserver.exp: Remove semicolon.
1530 * config/arm-ice.exp: Likewise.
1531 * config/bfin.exp: Likewise.
1532 * config/cygmon.exp: Likewise.
1533 * config/h8300.exp: Likewise.
1534 * config/monitor.exp: Likewise.
1535 * config/sid.exp: Likewise.
1536 * config/sim.exp: Likewise.
1537 * config/slite.exp: Likewise.
1538 * config/vx.exp: Likewise.
1539 * gdb.arch/i386-bp_permanent.exp: Likewise.
1540 * gdb.asm/asm-source.exp: Likewise.
1541 * gdb.base/args.exp: Likewise.
1542 * gdb.base/attach-pie-misread.exp: Likewise.
1543 * gdb.base/auxv.exp: Likewise.
1544 * gdb.base/bigcore.exp: Likewise.
1545 * gdb.base/bitfields2.exp: Likewise.
1546 * gdb.base/bitfields.exp: Likewise.
1547 * gdb.base/break.exp: Likewise.
1548 * gdb.base/break-interp.exp: Likewise.
1549 * gdb.base/callfuncs.exp: Likewise.
1550 * gdb.base/call-sc.exp: Likewise.
1551 * gdb.base/commands.exp: Likewise.
1552 * gdb.base/corefile.exp: Likewise.
1553 * gdb.base/dbx.exp: Likewise.
1554 * gdb.base/ending-run.exp: Likewise.
1555 * gdb.base/exprs.exp: Likewise.
1556 * gdb.base/funcargs.exp: Likewise.
1557 * gdb.base/hbreak2.exp: Likewise.
1558 * gdb.base/huge.exp: Likewise.
1559 * gdb.base/list.exp: Likewise.
1560 * gdb.base/memattr.exp: Likewise.
1561 * gdb.base/overlays.exp: Likewise.
1562 * gdb.base/printcmds.exp: Likewise.
1563 * gdb.base/recurse.exp: Likewise.
1564 * gdb.base/remotetimeout.exp: Likewise.
1565 * gdb.base/reread.exp: Likewise.
1566 * gdb.base/savedregs.exp: Likewise.
1567 * gdb.base/scope.exp: Likewise.
1568 * gdb.base/sepdebug.exp: Likewise.
1569 * gdb.base/setshow.exp: Likewise.
1570 * gdb.base/setvar.exp: Likewise.
1571 * gdb.base/sigaltstack.exp: Likewise.
1572 * gdb.base/siginfo-addr.exp: Likewise.
1573 * gdb.base/siginfo.exp: Likewise.
1574 * gdb.base/siginfo-obj.exp: Likewise.
1575 * gdb.base/sigrepeat.exp: Likewise.
1576 * gdb.base/sigstep.exp: Likewise.
1577 * gdb.base/structs.exp: Likewise.
1578 * gdb.base/testenv.exp: Likewise.
1579 * gdb.base/twice.exp: Likewise.
1580 * gdb.base/valgrind-db-attach.exp: Likewise.
1581 * gdb.base/valgrind-infcall.exp: Likewise.
1582 * gdb.base/varargs.exp: Likewise.
1583 * gdb.base/watchpoint.exp: Likewise.
1584 * gdb.cp/gdb1355.exp: Likewise.
1585 * gdb.cp/misc.exp: Likewise.
1586 * gdb.disasm/hppa.exp: Likewise.
1587 * gdb.disasm/t01_mov.exp: Likewise.
1588 * gdb.disasm/t02_mova.exp: Likewise.
1589 * gdb.disasm/t03_add.exp: Likewise.
1590 * gdb.disasm/t04_sub.exp: Likewise.
1591 * gdb.disasm/t05_cmp.exp: Likewise.
1592 * gdb.disasm/t06_ari2.exp: Likewise.
1593 * gdb.disasm/t07_ari3.exp: Likewise.
1594 * gdb.disasm/t08_or.exp: Likewise.
1595 * gdb.disasm/t09_xor.exp: Likewise.
1596 * gdb.disasm/t10_and.exp: Likewise.
1597 * gdb.disasm/t11_logs.exp: Likewise.
1598 * gdb.disasm/t12_bit.exp: Likewise.
1599 * gdb.disasm/t13_otr.exp: Likewise.
1600 * gdb.gdb/selftest.exp: Likewise.
1601 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
1602 * gdb.mi/mi-reverse.exp: Likewise.
1603 * gdb.pascal/floats.exp: Likewise.
1604 * gdb.python/py-inferior.exp: Likewise.
1605 * gdb.threads/attach-into-signal.exp: Likewise.
1606 * gdb.threads/pthreads.exp: Likewise.
1607 * gdb.threads/thread_events.exp: Likewise.
1608 * gdb.threads/watchthreads.exp: Likewise.
1609 * gdb.trace/actions-changed.exp: Likewise.
1610 * gdb.trace/actions.exp: Likewise.
1611 * gdb.trace/ax.exp: Likewise.
1612 * gdb.trace/backtrace.exp: Likewise.
1613 * gdb.trace/change-loc.exp: Likewise.
1614 * gdb.trace/deltrace.exp: Likewise.
1615 * gdb.trace/disconnected-tracing.exp: Likewise.
1616 * gdb.trace/ftrace.exp: Likewise.
1617 * gdb.trace/infotrace.exp: Likewise.
1618 * gdb.trace/passc-dyn.exp: Likewise.
1619 * gdb.trace/passcount.exp: Likewise.
1620 * gdb.trace/pending.exp: Likewise.
1621 * gdb.trace/qtro.exp: Likewise.
1622 * gdb.trace/range-stepping.exp: Likewise.
1623 * gdb.trace/report.exp: Likewise.
1624 * gdb.trace/save-trace.exp: Likewise.
1625 * gdb.trace/status-stop.exp: Likewise.
1626 * gdb.trace/strace.exp: Likewise.
1627 * gdb.trace/tfile.exp: Likewise.
1628 * gdb.trace/tfind.exp: Likewise.
1629 * gdb.trace/trace-break.exp: Likewise.
1630 * gdb.trace/tracecmd.exp: Likewise.
1631 * gdb.trace/trace-mt.exp: Likewise.
1632 * gdb.trace/tspeed.exp: Likewise.
1633 * gdb.trace/tsv.exp: Likewise.
1634 * gdb.trace/while-stepping.exp: Likewise.
1635 * lib/gdb.exp: Likewise.
1636 * lib/gdbserver-support.exp: Likewise.
1637 * lib/java.exp: Likewise.
1638 * lib/mi-support.exp: Likewise.
1639 * lib/pascal.exp: Likewise.
1640 * lib/prompt.exp: Likewise.
1641 * lib/trace-support.exp: Likewise.
1642
1643 2013-06-07 Pedro Alves <palves@redhat.com>
1644
1645 * gdb.ada/info_types.c: Fix formating in copyright header.
1646 * gdb.base/break-on-linker-gcd-function.cc: Likewise.
1647 * gdb.base/float.c: Likewise.
1648 * gdb.base/inferior-died.c: Likewise.
1649 * gdb.base/interp.c: Likewise.
1650 * gdb.base/jit-main.c: Likewise.
1651 * gdb.base/jit-solib.c: Likewise.
1652 * gdb.base/long_long.c: Likewise.
1653 * gdb.base/longjmp.c: Likewise.
1654 * gdb.base/nextoverexit.c: Likewise.
1655 * gdb.base/pr11022.c: Likewise.
1656 * gdb.base/prelink-lib.c: Likewise.
1657 * gdb.base/prelink.c: Likewise.
1658 * gdb.base/prologue.c: Likewise.
1659 * gdb.base/restore.c: Likewise.
1660 * gdb.base/sigchld.c: Likewise.
1661 * gdb.base/solib-search-lib1.c: Likewise.
1662 * gdb.base/solib-search-lib2.c: Likewise.
1663 * gdb.base/solib-search.c: Likewise.
1664 * gdb.base/solib-search.h: Likewise.
1665 * gdb.base/whatis.c: Likewise.
1666 * gdb.cp/abstract-origin.cc: Likewise.
1667 * gdb.cp/anon-struct.cc: Likewise.
1668 * gdb.cp/baseenum.cc: Likewise.
1669 * gdb.cp/bs15503.cc: Likewise.
1670 * gdb.cp/call-c-1.c: Likewise.
1671 * gdb.cp/call-c.cc: Likewise.
1672 * gdb.cp/class2.cc: Likewise.
1673 * gdb.cp/classes.cc: Likewise.
1674 * gdb.cp/cttiadd.cc: Likewise.
1675 * gdb.cp/cttiadd1.cc: Likewise.
1676 * gdb.cp/cttiadd2.cc: Likewise.
1677 * gdb.cp/cttiadd3.cc: Likewise.
1678 * gdb.cp/derivation.cc: Likewise.
1679 * gdb.cp/derivation2.cc: Likewise.
1680 * gdb.cp/dispcxx.cc: Likewise.
1681 * gdb.cp/exception.cc: Likewise.
1682 * gdb.cp/gdb2384-base.cc: Likewise.
1683 * gdb.cp/gdb2384-base.h: Likewise.
1684 * gdb.cp/gdb2384.cc: Likewise.
1685 * gdb.cp/gdb2495.cc: Likewise.
1686 * gdb.cp/mb-inline.h: Likewise.
1687 * gdb.cp/mb-inline1.cc: Likewise.
1688 * gdb.cp/mb-inline2.cc: Likewise.
1689 * gdb.cp/member-name.cc: Likewise.
1690 * gdb.cp/member-ptr.cc: Likewise.
1691 * gdb.cp/misc.cc: Likewise.
1692 * gdb.cp/namespace1.cc: Likewise.
1693 * gdb.cp/nextoverthrow.cc: Likewise.
1694 * gdb.cp/pr-574.cc: Likewise.
1695 * gdb.cp/pr9631.cc: Likewise.
1696 * gdb.cp/printmethod.cc: Likewise.
1697 * gdb.cp/psmang1.cc: Likewise.
1698 * gdb.cp/psmang2.cc: Likewise.
1699 * gdb.cp/psymtab-parameter.cc: Likewise.
1700 * gdb.cp/ptype-flags.cc: Likewise.
1701 * gdb.cp/ref-params.cc: Likewise.
1702 * gdb.cp/ref-types.cc: Likewise.
1703 * gdb.cp/smartp.cc: Likewise.
1704 * gdb.cp/try_catch.cc: Likewise.
1705 * gdb.cp/userdef.cc: Likewise.
1706 * gdb.cp/using-crash.cc: Likewise.
1707 * gdb.cp/virtfunc.cc: Likewise.
1708 * gdb.cp/virtfunc2.cc: Likewise.
1709 * gdb.dwarf2/callframecfa.S: Likewise.
1710 * gdb.dwarf2/dw2-ranges.c: Likewise.
1711 * gdb.dwarf2/dw2-ranges2.c: Likewise.
1712 * gdb.dwarf2/dw2-ranges3.c: Likewise.
1713 * gdb.dwarf2/dw2-restore.S: Likewise.
1714 * gdb.dwarf2/pieces.S: Likewise.
1715 * gdb.dwarf2/valop.S: Likewise.
1716 * gdb.java/jnpe.java: Likewise.
1717 * gdb.mi/mi-stepn.c: Likewise.
1718 * gdb.mi/mi-var-cp.cc: Likewise.
1719 * gdb.mi/mi-var-rtti.cc: Likewise.
1720 * gdb.mi/ns-stale-regcache.c: Likewise.
1721 * gdb.mi/pr11022.c: Likewise.
1722 * gdb.mi/solib-lib.c: Likewise.
1723 * gdb.mi/solib-main.c: Likewise.
1724 * gdb.python/py-arch.c: Likewise.
1725 * gdb.python/py-block.c: Likewise.
1726 * gdb.python/py-breakpoint.c: Likewise.
1727 * gdb.python/py-events.c: Likewise.
1728 * gdb.python/py-evthreads.c: Likewise.
1729 * gdb.python/py-explore.c: Likewise.
1730 * gdb.python/py-explore.cc: Likewise.
1731 * gdb.python/py-finish-breakpoint.c: Likewise.
1732 * gdb.python/py-finish-breakpoint2.cc: Likewise.
1733 * gdb.python/py-symbol.c: Likewise.
1734 * gdb.threads/execl.c: Likewise.
1735 * gdb.threads/execl1.c: Likewise.
1736
1737 2013-06-07 Will Newton <will.newton@linaro.org>
1738
1739 * gdb.base/long_long.exp: Fix ARM EABI target glob.
1740
1741 2013-06-07 Will Newton <will.newton@linaro.org>
1742
1743 * gdb.cp/annota2.exp: Add empty line between "post-prompt"
1744 and "starting".
1745
1746 2013-06-07 Will Newton <will.newton@linaro.org>
1747
1748 * gdb.cp/anon-struct.exp: Conditionalize constructor and
1749 destructor prototypes for ARM ABI.
1750 * gdb.cp/m-static.exp: Likewise.
1751
1752 2013-06-07 Yao Qi <yao@codesourcery.com>
1753
1754 * gdb.trace/mi-trace-unavailable.exp: New.
1755 * gdb.trace/trace-unavailable.c: New.
1756
1757 2013-06-06 Doug Evans <dje@google.com>
1758
1759 * gdb.cp/derivation.exp: Make tests have unique names.
1760
1761 2013-06-06 Tom Tromey <tromey@redhat.com>
1762
1763 * gdb.base/dump.exp (capture_value): Don't put expression into
1764 test name if arguments passed in.
1765 Rename a couple more tests to make them unique.
1766
1767 2013-06-06 Tom Tromey <tromey@redhat.com>
1768
1769 * gdb.base/break-always.exp: Explicitly specify test name.
1770
1771 2013-06-05 Doug Evans <dje@google.com>
1772 Keith Seitz <keiths@redhat.com>
1773
1774 * gdb.cp/derivation2.cc: New file.
1775 * gdb.cp/derivation.cc (main): Call foo2.
1776 * gdb.cp/derivation.exp: Add tests for typedefs in another
1777 file, and when there's an active block.
1778
1779 2013-06-05 Luis Machado <lgustavo@codesourcery.com>
1780
1781 * gdb.cp/virtfunc.exp (make_one_vtable_result): Handle extra output
1782 from targets that use function descriptors in the virtual tables.
1783 Handle presence of dot symbols.
1784
1785 2013-06-04 Gary Benson <gbenson@redhat.com>
1786
1787 * gdb.base/break-probes.exp: New file.
1788 * gdb.base/break-probes.c: Likewise.
1789 * gdb.base/break-probes-solib.c: Likewise.
1790 * gdb.base/info-shared.exp: New file.
1791 * gdb.base/info-shared.c: Likewise.
1792 * gdb.base/info-shared-solib1.c: Likewise.
1793 * gdb.base/info-shared-solib2.c: Likewise.
1794
1795 2013-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1796 Gary Benson <gbenson@redhat.com>
1797
1798 * lib/gdb.exp (build_executable_from_specs): Use gdb_compile_pthread,
1799 gdb_compile_shlib or gdb_compile_shlib_pthreads where appropriate.
1800 * lib/prelink-support.exp (build_executable_own_libs): Allow INTERP
1801 to be set to "no" to indicate that no ld.so copy should be made.
1802 * gdb.base/break-interp.exp (solib_bp): New constant.
1803 (reach_1): Use the above instead of "_dl_debug_state".
1804 (test_attach): Likewise.
1805 (test_ld): Likewise.
1806 * gdb.threads/dlopen-libpthread.exp: New file.
1807 * gdb.threads/dlopen-libpthread.c: Likewise.
1808 * gdb.threads/dlopen-libpthread-lib.c: Likewise.
1809 * gdb.base/solib-corrupted.exp: Disable test if GDB is using probes.
1810
1811 2013-05-30 Yao Qi <yao@codesourcery.com>
1812
1813 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
1814 Add a test that no MI notification is emitted when executing
1815 -exec-arguments.
1816
1817 2013-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1818
1819 PR testsuite/12649
1820 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf) (mi 2nd dprintf): Replace
1821 $mi_gdb_prompt expectation by mi_expect_stop.
1822 (mi 1st dprintf, agent, mi 2nd dprintf, agent)
1823 (mi info dprintf second time): Replace them by mi_send_resuming_command
1824 and mi_expect_stop.
1825
1826 2013-05-24 Gary Benson <gbenson@redhat.com>
1827
1828 * gdb.base/solib-disc.exp (exec_opts): Remove unnecesary
1829 backslash.
1830 * gdb.base/unload.exp (exec_opts): Remove two unnecessary
1831 backslashes.
1832 * gdb.base/watchpoint-solib.exp (exec_opts): Remove unnecesary
1833 backslash.
1834
1835 2013-05-24 Yao Qi <yao@codesourcery.com>
1836
1837 * gdb.trace/tfile.exp: Test inferior and thread.
1838
1839 2013-05-24 Yao Qi <yao@codesourcery.com>
1840 Pedro Alves <palves@redhat.com>
1841
1842 * gdb.base/range-stepping.exp: Skip the rest of tests if the
1843 test fails.
1844 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1845 Return 0 if the test passes, otherwise return 1.
1846
1847 2013-05-23 Doug Evans <dje@google.com>
1848
1849 * boards/fission-dwp.exp: New file.
1850
1851 2013-05-23 Yao Qi <yao@codesourcery.com>
1852 Pedro Alves <palves@redhat.com>
1853
1854 * gdb.base/range-stepping.c: New file.
1855 * gdb.base/range-stepping.exp: New file.
1856 * gdb.trace/range-stepping.c: New file.
1857 * gdb.trace/range-stepping.exp: New file.
1858 * lib/range-stepping-support.exp: New file.
1859
1860 2013-05-22 Tom Tromey <tromey@redhat.com>
1861
1862 * gdb.cp/class2.cc (main): New local 'aref'.
1863 * gdb.cp/class2.exp: Check printing of 'aref'.
1864
1865 2013-05-22 Doug Evans <dje@google.com>
1866
1867 * gdb.threads/wp-replication.c (main): Insert some code at the start
1868 to ensure the breakpoint on main is only hit once. Fix comment.
1869
1870 2013-05-21 Keith Seitz <keiths@redhat.com>
1871 Pedro Alves <palves@redhat.com>
1872
1873 * gdb.base/filesym.exp: Use gdb_test_multiple instead of
1874 gdb_expect.
1875 Add test to flush the remaining input buffer so that this
1876 file passes testsuite/12649.
1877
1878 2013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1879
1880 * gdb.base/catch-signal-fork.exp: New file.
1881 * gdb.base/catch-signal-fork.c: New file.
1882
1883 2013-05-21 Sterling Augustine <saugustine@google.com>
1884
1885 * boards/remote-stdio-gdbserver.exp: New file.
1886
1887 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1888
1889 PR testsuite/12649
1890 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf): Fix expect strings for
1891 racy matches.
1892
1893 2013-05-21 Christian Groessler <chris@groessler.org>
1894
1895 * gdb.dwarf2/dw2-dir-file-name.exp: Don't use brace expansion,
1896 since it's not supported in all shells.
1897
1898 2013-05-21 Hui Zhu <hui@codesourcery.com>
1899
1900 * gdb.mi/Makefile.in (PROGS): Add "mi-dprintf".
1901 * gdb.mi/mi-dprintf.exp, gdb.mi/mi-dprintf.c: New.
1902
1903 2013-05-20 Doug Evans <dje@google.com>
1904
1905 * lib/dwarf.exp (Dwarf): New variable _abbrev_section.
1906 (_handle_DW_TAG): Use it.
1907 (cu, tu): Replace parameters is_64, version, addr_size with options.
1908 All callers updated. Add Fission support.
1909 * gdb.dwarf2/implptrconst.exp: Update callers of "cu".
1910 * gdb.dwarf2/method-ptr.exp: Ditto.
1911 * gdb.dwarf2/nostaticblock.exp: Ditto.
1912 * gdb.dwarf2/subrange.exp: Ditto.
1913 * gdb.dwarf2/missing-sig-type.exp: Update callers of "cu", "tu".
1914
1915 2013-05-20 Tom Tromey <tromey@redhat.com>
1916
1917 * gdb.gdb/python-selftest.exp: New file.
1918
1919 2013-05-20 Doug Evans <dje@google.com>
1920
1921 * gdb.base/maint.exp: Fix test for "mt expand-symtabs" to account for
1922 -fdebug-types-section.
1923
1924 2013-05-20 Joel Brobecker <brobecker@adacore.com>
1925
1926 * gdb.ada/float_param: New testcase.
1927
1928 2013-05-17 Doug Evans <dje@google.com>
1929
1930 * gdb.base/maint.exp: Update test for "maint check-psymtabs".
1931 Add tests for "maint check-symtabs", "maint expand-symtabs".
1932
1933 * gdb.base/maint.exp: Remove testing of individual maint command
1934 help output.
1935
1936 2013-05-16 Pedro Alves <palves@redhat.com>
1937
1938 * gdb.ada/complete.exp (test_gdb_no_completion): Fix typo in
1939 comment. Use gdb_test_no_output.
1940
1941 2013-05-16 Joel Brobecker <brobecker@adacore.com>
1942
1943 * gdb.ada/complete.exp: Add test verifying completion using
1944 the "tab" key.
1945
1946 2013-05-15 Keith Seitz <keiths@redhat.com>
1947
1948 * gdb.base/filesym.exp: New completer test.
1949 * gdb.base/filesym.c: New file.
1950
1951 2013-05-15 Pedro Alves <palves@redhat.com>
1952
1953 * gdb.base/fixsection.c: Remove attribution.
1954 * gdb.base/watch-read.exp: Ditto.
1955
1956 2013-05-13 Tom Tromey <tromey@redhat.com>
1957
1958 * gdb.dwarf2/implptrconst.exp: Create a CU with 4 byte address
1959 size and change type sizes to 4 bytes.
1960
1961 2013-05-13 Tom Tromey <tromey@redhat.com>
1962
1963 * gdb.base/exprs.exp (test_expr): Add regression test.
1964 * gdb.base/exprs.c (null_t_struct): New global.
1965
1966 2013-05-13 Muhammad Bilal <mbilal@codesourcery.com>
1967
1968 * gdb.base/default.exp: Disable history saving.
1969 * gdb.base/setshow.exp: Likewise.
1970
1971 2013-05-10 Pedro Alves <palves@redhat.com>
1972
1973 PR remote/15455
1974
1975 * gdb.trace/qtro.c: New file.
1976 * gdb.trace/qtro.exp: New file.
1977
1978 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
1979
1980 * gdb.python/py-framefilter.py: New File.
1981 * gdb.python/py-framefilter-mi.exp: Ditto.
1982 * gdb.python/py-framefilter.c: Ditto.
1983 * gdb.python/py-framefilter-mi.exp: Ditto.
1984 * gdb.python/py-framefilter-mi.c: Ditto,
1985 * gdb.python/py-framefilter-gdb.py.in: Ditto.
1986
1987 2013-05-08 Tom Tromey <tromey@redhat.com>
1988
1989 * gdb.base/solib-search.exp: Set test name for "set
1990 solib-search-path" test.
1991
1992 2013-05-08 Hafiz Abid Qadeer <abidh@codesourcery.com>
1993
1994 * gdb.trace/circ.exp: Remove unnecessary 'if then' checks.
1995 (set_a_tracepoint): Set tracepoint before prologue.
1996 (run_trace_experiment): Test setup_tracepoints and 'break end'
1997 in it.
1998 (trace_buffer_normal): Remove.
1999 (gdb_trace_circular_tests): Remove. Move tests to...
2000 (top level): ...here. Call 'runto_main' before checking for
2001 trace support. Use commands to check the support for circular
2002 trace buffer and changing of trace buffer size. Add test
2003 to calculate size of single frame. Use this size to
2004 calculate the size of trace buffer. Use 'tfind pc func9'
2005 instead of 'tfind 9'. Use 'with_test_prefix'.
2006
2007 2013-05-07 Tom Tromey <tromey@redhat.com>
2008
2009 * lib/selftest-support.exp: New file.
2010 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
2011 do_self_tests.
2012 (setup_test, find_gdb): Remove.
2013 * gdb.gdb/observer.exp: Load selftest-support.exp. Use
2014 do_self_tests.
2015 (setup_test, find_gdb): Remove.
2016 (test_observer): Don't call setup_test. Remove argument.
2017 * gdb.gdb/selftest.exp: Load selftest-support.exp.
2018 (find_gdb): Remove.
2019 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
2020 do_self_tests.
2021 (setup_test, find_gdb): Remove.
2022 (test_with_self): Don't call setup_test. Remove argument.
2023
2024 2013-05-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
2025
2026 * gdb.arch/system-gcore.exp: Remove.
2027 * gdb.arch/gcore.c: Remove.
2028 * gdb.base/gcore.exp: Add "info reg system".
2029
2030 2013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
2031
2032 PR breakpoints/15413:
2033 * gdb.base/pending.exp: Add test for completion of the "condition"
2034 command for pending breakpoints.
2035 * gdb.linespec/linespec.ex: Add test for completion of the
2036 "condition" command when dealing with multiple locations.
2037
2038 2013-05-07 Luis Machado <lgustavo@codesourcery.com>
2039
2040 * gdb.threads/wp-replication.c: New file.
2041 * gdb.threads/wp-replication.exp: New file.
2042
2043 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
2044
2045 * gdb.xml/tdesc-regs.exp: Add case for nios2.
2046
2047 2013-05-06 Doug Evans <dje@google.com>
2048
2049 * gdb.base/solib-search-lib1.c: New file.
2050 * gdb.base/solib-search-lib2.c: New file.
2051 * gdb.base/solib-search.c: New file.
2052 * gdb.base/solib-search.h: New file.
2053 * gdb.base/solib-search.exp: New file.
2054
2055 * lib/gdb.exp (gdb_core_cmd): New function.
2056 * gdb.arch/system-gcore.exp: Use it.
2057 * gdb.arch/vsx-regs.exp: Ditto.
2058 * gdb.base/gcore.exp: Ditto.
2059 * gdb.threads/gcore-thread.exp: Ditto.
2060
2061 * gdb.reverse/shr.h: New file.
2062 * gdb.reverse/shr1.c: New file.
2063 * gdb.reverse/shr2.c: #include "shr.h".
2064 * gdb.reverse/solib-reverse.c: Remove #include <stdio.h>.
2065 #include "shr.h". Replace calls to printf,sleep to call shr1 instead.
2066 * gdb.reverse/solib-precsave.exp: Build shr2.sl.
2067 Update tests using sleep/printf to use shr2.sl instead.
2068 * gdb.reverse/solib-reverse.exp: Ditto.
2069
2070 2013-05-06 Tom Tromey <tromey@redhat.com>
2071
2072 * gdb.dwarf2/implptrconst.c: New file.
2073 * gdb.dwarf2/implptrconst.exp: New file.
2074 * lib/dwarf.exp (Dwarf::_nz_quote): New proc.
2075 (Dwarf::_handle_DW_FORM): Handle DW_FORM_block1.
2076 (Dwarf::_location): Handle DW_OP_GNU_implicit_pointer.
2077
2078 2013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2079
2080 * gdb.base/catch-sig.c (main): Raise SIGINT.
2081 * gdb.base/catch-sig.exp: Test "catch signal SIGINT".
2082
2083 2013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
2084
2085 * status-stop.exp (test_tstart_tstart): Check for error
2086 returned by the second 'tstart' command.
2087
2088 2013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
2089
2090 * gdb.xml/maint_print_struct.exp: New file.
2091 * gdb.xml/maint_print_struct.xml: New file.
2092
2093 2013-04-25 Tom Tromey <tromey@redhat.com>
2094
2095 * gdb.dwarf2/nostaticblock.exp: New file.
2096
2097 2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
2098
2099 PR gdb/10462
2100 * gdb.base/setshow.exp: Add test case.
2101
2102 2013-04-23 Hui Zhu <hui@codesourcery.com>
2103
2104 PR gdb/15293
2105 * gdb.base/dprintf.exp: Add ignore command.
2106
2107 2013-04-23 Hui Zhu <hui@codesourcery.com>
2108
2109 PR gdb/15165
2110 * gdb.base/save-bp.exp: Add test for dprintf.
2111
2112 2013-04-22 Tom Tromey <tromey@redhat.com>
2113
2114 * gdb.gdb/selftest.exp (do_steps_and_nexts): Check for
2115 notice_open_fds.
2116
2117 2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
2118
2119 * gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by
2120 ldflags.
2121
2122 2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
2123
2124 * gdb.arch/arm-bl-branch-dest.c: New file.
2125 * gdb.arch/arm-bl-branch-dest.exp: Likewise.
2126
2127 2013-04-19 Vladimir Kargov <kargov@gmail.com>
2128 Pedro Alves <palves@redhat.com>
2129
2130 * gdb.arch/i386-float.S: New file.
2131 * gdb.arch/i386-float.exp: New file.
2132
2133 2013-04-18 Luis Machado <lgustavo@codesourcery.com>
2134
2135 * gdb.mi/mi-var-create-rtti.exp: Create a variable of
2136 type void *.
2137
2138 2013-04-17 Doug Evans <dje@google.com>
2139
2140 * lib/dwarf.exp (Dwarf): New proc "tu".
2141 * gdb.dwarf2/missing-sig-type.exp: New file.
2142
2143 2013-04-15 Siva Chandra Reddy <sivachandra@google.com>
2144
2145 Add option to link testcases with Pthreads library when
2146 using 'prepare_for_testing' in tests.
2147
2148 * lib/gdb.exp (build_executable_from_specs): Use
2149 gdb_compile_pthreads to compile if option "pthreads" is
2150 specified.
2151
2152 2013-04-15 Tom Tromey <tromey@redhat.com>
2153
2154 * gdb.cp/exceptprint.exp: Add regexp catchpoint tests.
2155
2156 2013-04-15 Tom Tromey <tromey@redhat.com>
2157
2158 * gdb.base/default.exp: Update for $_exception.
2159 * gdb.cp/exceptprint.cc: New file.
2160 * gdb.cp/exceptprint.exp: New file.
2161 * lib/gdb.exp (skip_libstdcxx_probe_tests): New proc.
2162
2163 2013-04-15 Tom Tromey <tromey@redhat.com>
2164
2165 * gdb.cp/typeid.cc: New file.
2166 * gdb.cp/typeid.exp: New file.
2167
2168 2013-04-15 Tom Tromey <tromey@redhat.com>
2169
2170 * gdb.cp/exception.exp: Add "catch rethrow" tests.
2171
2172 2013-04-13 Yao Qi <yao@codesourcery.com>
2173
2174 * gdb.base/completion.exp: Test completion of command
2175 'target ctf' if target ctf is supported.
2176
2177 2013-04-10 Pedro Alves <palves@redhat.com>
2178
2179 * gdb.base/completion.exp: Test "set height", "set listsize" and
2180 "set trace-buffer-size" completion.
2181 * gdb.base/setshow.exp: Test "set height unlimited".
2182 * gdb.trace/trace-buffer-size.exp: Test "set trace-buffer-size
2183 unlimited".
2184
2185 2013-04-10 Yao Qi <yao@codesourcery.com>
2186
2187 * gdb.trace/actions.exp: Save trace data to CTF.
2188 Change to ctf target if GDB supports, read CTF data in ctf
2189 target, and check the actions of tracepoints.
2190 * gdb.trace/while-stepping.exp: Likewise.
2191 * gdb.trace/report.exp: Test GDB saves trace data to CTF
2192 format and read CTF trace file if GDB supports.
2193 * gdb.trace/tstatus.exp: Save trace data to CTF. If ctf
2194 target is supported, change to ctf target, read trace data and
2195 check output of command "tstatus".
2196 * gdb.trace/tsv.exp: Save trace frame to CTF. If GDB supports,
2197 read CTF data by target ctf and call check_tsv.
2198
2199 2013-04-10 Yao Qi <yao@codesourcery.com>
2200
2201 * gdb.trace/actions.exp (check_tracepoint): New.
2202 (top level): Start the tracing and check the actions of
2203 tracepoints. Save trace data to tfile format. Restart GDB
2204 and read trace file in tfile target. Check the actions of
2205 tracepoints again.
2206 * gdb.trace/while-stepping.exp: Likewise.
2207
2208 2013-04-10 Yao Qi <yao@codesourcery.com>
2209
2210 * gdb.trace/report.exp: Use standard_output_file for saved
2211 trace file.
2212
2213 2013-04-10 Hui Zhu <hui@codesourcery.com>
2214
2215 * gdb.base/Makefile.in (EXECUTABLES): Add dprintf-pending.
2216 (MISCELLANEOUS): Add dprintf-pendshr.sl.
2217 * gdb.base/dprintf-pending.c, gdb.base/dprintf-pending.exp: New.
2218
2219 2013-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2220
2221 * gdb.server/server-kill.exp (tstatus): Permit also ECONNRESET
2222 response.
2223
2224 2013-04-08 Pedro Alves <palves@redhat.com>
2225
2226 * gdb.mi/mi-break.exp (test_error): Add tests with garbage after
2227 the location.
2228
2229 2013-04-04 Sandra Loosemore <sandra@codesourcery.com>
2230
2231 * gdb.cp/cplabel.exp: Allow empty directory in file reported
2232 for breakpoint location.
2233
2234 2013-04-04 Sandra Loosemore <sandra@codesourcery.com>
2235
2236 * gdb.linespec/linespec.exp: Make dir/file:line tests
2237 conditional for non-remote hosts only.
2238
2239 2013-04-04 Stan Shebs <stan@codesourcery.com>
2240 Pedro Alves <palves@redhat.com>
2241
2242 * gdb.trace/Makefile.in (PROGS): Add actions-changed.
2243 * gdb.trace/actions-changed.c: New file.
2244 * gdb.trace/actions-changed.exp: New file.
2245 * lib/trace-support.exp (gdb_trace_setactions): Rename to ...
2246 (gdb_trace_setactions_command): ... this. Add "actions_command"
2247 parameter, and handle it.
2248 (gdb_trace_setactions, gdb_trace_setcommands): New procedures.
2249
2250 2013-04-04 Yao Qi <yao@codesourcery.com>
2251
2252 * gdb.server/server-kill.exp: Use command 'tstatus' instead of
2253 'step'.
2254
2255 2013-04-03 Yao Qi <yao@codesourcery.com>
2256
2257 * gdb.trace/mi-traceframe-changed.exp: Update tfile name to
2258 "tfile-basic.tf".
2259 (test_tfind_tfile): Likewise.
2260
2261 2013-04-03 Yao Qi <yao@codesourcery.com>
2262
2263 * gdb.trace/tfile.c (write_basic_trace_file): Pass argument
2264 "tfile-basic.tf" instead of "basic.tf".
2265 (write_error_trace_file): Pass argument "tfile-error.tf"
2266 instead of "error.tf".
2267 * gdb.trace/tfile.exp: Update tfile names to
2268 "tfile-basic.tf" and "tfile-error.tf".
2269
2270 2013-04-02 Sandra Loosemore <sandra@codesourcery.com>
2271
2272 * gdb.cp/ovsrch.exp (test_class): Correct regexp to allow
2273 empty directory in file for breakpoint hit.
2274
2275 2013-03-29 Yao Qi <yao@codesourcery.com>
2276
2277 * gdb.base/completion.exp: Test completion of commands
2278 "target core", "target tfile" and "target exec".
2279 * gdb.trace/tfile.exp: Test completion of command
2280 "target tfile".
2281
2282 2013-03-28 Joel Brobecker <brobecker@adacore.com>
2283
2284 * gdb.ada/win_fu_syms: New testcase.
2285
2286 2013-03-28 Doug Evans <dje@google.com>
2287
2288 * gdb.base/maint.exp (maint print statistics): Update expected output.
2289
2290 2013-03-28 Pedro Alves <palves@redhat.com>
2291
2292 PR gdb/15294
2293
2294 * gdb.base/list.exp (set_listsize): Adjust to accept $arg == 0 to
2295 mean unlimited instead of $arg < 0.
2296 (test_listsize): Remove "listsize of 0 suppresses output" test.
2297 Test that "set listsize 0" ends up with an unlimited listsize.
2298
2299 2013-03-28 Pedro Alves <palves@redhat.com>
2300
2301 * gdb.base/list.exp (last_line): New global.
2302 (last_line_re): New global.
2303 (test_listsize, test_list_function, test_list_forward)
2304 (test_repeat_list_command, test_list_range)
2305 (test_list_filename_and_function): Use them.
2306 * gdb.base/list0.c: Comment the last line of the file with "last
2307 line".
2308
2309 2013-03-28 Pedro Alves <palves@redhat.com>
2310
2311 * gdb.base/list.exp (test_listsize): Adjust test to make sure we
2312 list the whole file.
2313
2314 2013-03-28 Pedro Alves <palves@redhat.com>
2315
2316 * gdb.base/list.exp (set_listsize): Use gdb_test_no_output for
2317 "set listsize".
2318
2319 2013-03-26 Keith Seitz <keiths@redhat.com>
2320
2321 * gdb.base/dprintf.exp: Fix typo preventing "dprintf info 2"
2322 from passing.
2323
2324 2013-03-26 Pedro Alves <palves@redhat.com>
2325
2326 * lib/gdb.exp (skip_btrace_tests): Delay deleting the source file
2327 until after GDB has run.
2328
2329 2013-03-26 Yao Qi <yao@codesourcery.com>
2330
2331 * gdb.trace/actions.c, gdb.trace/circ.c: Add license header.
2332 * gdb.trace/collection.c, gdb.trace/tfile.c: Likewise.
2333
2334 2013-03-26 Markus Metzger <markus.t.metzger@intel.com>
2335
2336 * gdb.btrace/enable.exp: Add regression test.
2337
2338 2013-03-25 Tom Tromey <tromey@redhat.com>
2339
2340 * gdb.cp/m-static.exp: Add destructor-printing tests.
2341
2342 2013-03-25 Tom Tromey <tromey@redhat.com>
2343
2344 * gdb.cp/m-static.exp: Add constructor ptype tests.
2345 * gdb.cp/m-static.cc (single_constructor): New class.
2346 (main): Make instance of single_constructor.
2347
2348 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2349 Pedro Alves <palves@redhat.com>
2350
2351 * gdb.server/server-kill.c: New file.
2352 * gdb.server/server-kill.exp: New file.
2353
2354 2013-03-21 Pedro Alves <palves@redhat.com>
2355
2356 * gdb.trace/trace-buffer-size.exp (get default buffer size):
2357 Expect $gdb_prompt in gdb_test_multiple.
2358
2359 2013-03-21 Doug Evans <dje@google.com>
2360
2361 * gdb.base/maint.exp: Update tests for per-command stats.
2362
2363 2013-03-21 Tom Tromey <tromey@redhat.com>
2364
2365 * gdb.cp/cpexprs.exp: Add test for FILENAME:: case.
2366 * gdb.cp/misc.exp: Add test for FILENAME:: case.
2367
2368 2013-03-20 Pedro Alves <palves@redhat.com>
2369
2370 PR gdb/15289
2371
2372 * gdb.base/remote.exp: Test
2373 "set remote hardware-watchpoint-limit -1",
2374 "set remote hardware-breakpoint-limit -1",
2375 "set remote hardware-watchpoint-limit 2147483647" and
2376 "set remote hardware-breakpoint-limit 2147483647".
2377
2378 2013-03-20 Pedro Alves <palves@redhat.com>
2379 Yao Qi <yao@codesourcery.com>
2380
2381 * gdb.trace/tfile.c: Add comments.
2382 (nonconstglob): New global.
2383 * gdb.trace/tfile.exp: Add comments. Test printing a non-const
2384 global that is not covered by the trace frame. Test
2385 disassembling.
2386
2387 2013-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2388
2389 * gdb.base/valgrind-infcall.exp
2390 (continue #$continue_count) <remote connection closed>
2391 (continue #$continue_count) <valgrind vgdb has terminated>: Add kill of
2392 $valgrind_pid.
2393
2394 2013-03-15 Tom Tromey <tromey@redhat.com>
2395
2396 * gdb.cp/overload.cc (intintfunc): New.
2397 * gdb.cp/overload.exp: Add regression test.
2398
2399 2013-03-15 Yao Qi <yao@codesourcery.com>
2400
2401 * gdb.threads/non-ldr-exc-1.exp (do_test): Fix the indent of
2402 using with_test_prefix.
2403 * gdb.threads/non-ldr-exc-2.exp (do_test): Likewise.
2404 * gdb.threads/non-ldr-exc-3.exp (do_test): Likewise.
2405 * gdb.threads/non-ldr-exc-4.exp (do_test): Likewise.
2406 * gdb.threads/watchpoint-fork.exp (test): Likewise.
2407 * gdb.base/break-interp.exp (test_core): Likewise.
2408 (test_attach_gdb): Likewise.
2409 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
2410 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
2411 Likewise.
2412 * gdb.base/jit-so.exp (one_jit_test): Likewise.
2413 * gdb.base/jit.exp (one_jit_test): Likewise.
2414 * gdb.base/sepdebug.exp (test_different_dir): Likewise.
2415 * gdb.dwarf2/dw2-dir-file-name.exp (test): Likewise.
2416 * gdb.dwarf2/dw2-noloc.exp (file_symbols): Likewise.
2417 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved):
2418 Likewise.
2419 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
2420 Likewise.
2421 * gdb.mi/mi-watch.exp test_watchpoint_all): Likewise.
2422 * gdb.mi/pr11022.exp (test_memory_changed_observer): Likewise.
2423 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Likewise.
2424 (tracepoint_change_loc_2): Likewise.
2425 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
2426 Likewise.
2427 (disconnected_tfind): Likewise.
2428 * gdb.trace/mi-traceframe-changed.exp (test_tfind_tfile):
2429 Likewise.
2430 (test_tfind_remote): Likewise.
2431 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect):
2432 Likewise.
2433 (test_pending_resolved): Likewise.
2434 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
2435 Likewise.
2436 (test_upload_tsv): Likewise.
2437 * gdb.trace/pending.exp (pending_tracepoint_resolved):
2438 Likewise.
2439 (pending_tracepoint_works): Likewise.
2440 * gdb.trace/report.exp (use_collected_data): Likewise.
2441 * gdb.trace/status-stop.exp (test_tstart_tstop_tstart):
2442 Likewise.
2443 (test_tstart_tstart, test_buffer_full_tstart): Likewise.
2444 * gdb.trace/strace.exp (strace_info_marker): Likewise.
2445 (strace_trace_on_same_addr): Likewise.
2446 (strace_trace_on_diff_addr): Likewise.
2447 * gdb.trace/unavailable.exp (gdb_collect_args_test): Likewise.
2448 (gdb_collect_locals_test): Likewise.
2449 (gdb_unavailable_registers_test): Likewise.
2450 (gdb_collect_globals_test): Likewise.
2451
2452 2013-03-15 Yao Qi <yao@codesourcery.com>
2453
2454 * gdb.base/condbreak.exp: Add semicolon back which was removed
2455 by my previous commit.
2456
2457 2013-03-14 Yao Qi <yao@codesourcery.com>
2458
2459 * config/monitor.exp (gdb_target_cmd): Remove semicolon after
2460 'return'.
2461 (gdb_target_monitor, gdb_load): Likewise.
2462 * config/sid.exp (gdb_load): Likewise.
2463 * config/slite.exp (gdb_load): Likewise.
2464 * config/vx.exp (gdb_start, spawn_vxgdb): Likewise.
2465 * gdb.ada/arrayidx.exp, gdb.ada/null_array.exp: Likewise.
2466 * gdb.arch/mips-octeon-bbit.exp (single_step): Likewise.
2467 (single_step_until): Likewise.
2468 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2469 * gdb.arch/system-gcore.exp: Likewise.
2470 * gdb.base/bigcore.exp (extract_heap): Likewise.
2471 * gdb.base/break-on-linker-gcd-function.exp: Likewise.
2472 * gdb.base/call-ar-st.exp: Likewise.
2473 * gdb.base/call-rt-st.exp: Likewise.
2474 * gdb.base/call-sc.exp, gdb.base/call-strs.exp: Likewise.
2475 * gdb.base/callfuncs.exp, gdb.base/completion.exp: Likewise.
2476 * gdb.base/condbreak.exp, gdb.base/constvars.exp: Likewise.
2477 * gdb.base/corefile.exp: Likewise.
2478 * gdb.base/dbx.exp (gdb_file_cmd): Likewise.
2479 * gdb.base/exprs.exp, gdb.base/fileio.exp: Likewise.
2480 * gdb.base/fixsection.exp: Likewise.
2481 * gdb.base/funcargs.exp: Likewise.
2482 * gdb.base/gcore-buffer-overflow.exp: Likewise.
2483 * gdb.base/gcore-relro.exp: Likewise.
2484 * gdb.base/gcore.exp, gdb.base/gdb11530.exp: Likewise.
2485 * gdb.base/gdb11531.exp, gdb.base/gnu-ifunc.exp: Likewise.
2486 * gdb.base/info-os.exp, gdb.base/info-proc.exp: Likewise.
2487 * gdb.base/interp.exp, gdb.base/langs.exp:: Likewise.
2488 * gdb.base/list.exp: Likewise.
2489 (set_listsize): Likewise.
2490 * gdb.base/logical.exp, gdb.base/mips_pro.exp: Likewise.
2491 * gdb.base/miscexprs.exp, gdb.base/nodebug.exp: Likewise.
2492 * gdb.base/opaque.exp, gdb.base/pointers.exp: Likewise.
2493 * gdb.base/psymtab.exp, gdb.base/ptype.exp: Likewise.
2494 * gdb.base/relational.exp, gdb.base/scope.exp: Likewise.
2495 * gdb.base/setvar.exp: Likewise.
2496 (test_set): Likewise.
2497 * gdb.base/signals.exp, gdb.base/sizeof.exp: Likewise.
2498 * gdb.base/solib-overlap.exp: Likewise.
2499 * gdb.base/store.exp, gdb.base/structs.exp: Likewise.
2500 * gdb.base/structs2.exp, gdb.base/volatile.exp: Likewise.
2501 * gdb.base/watchpoint.exp (initialize): Likewise.
2502 (test_simple_watchpoint): Likewise.
2503 (test_disabling_watchpoints): Likewise.
2504 (test_watchpoint_triggered_in_syscall): Likewise.
2505 * gdb.base/whatis.exp, gdb.cp/ambiguous.exp: Likewise.
2506 * gdb.cp/casts.exp, gdb.cp/ctti.exp: Likewise.
2507 * gdb.cp/namespace.exp, gdb.cp/nsdecl.exp: Likewise.
2508 * gdb.cp/psmang.exp, gdb.dwarf2/dw2-ranges.exp: Likewise.
2509 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
2510 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
2511 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2512 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
2513 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
2514 * gdb.hp/gdb.compat/xdb2.exp: Likewise.
2515 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
2516 * gdb.hp/gdb.defects/bs14602.exp: Likewise.
2517 * gdb.hp/gdb.defects/solib-d.exp: Likewise.
2518 * gdb.mi/gdb792.exp: Likewise.
2519 * gdb.mi/mi-inheritance-syntax-error.exp: Likewise.
2520 * gdb.mi/mi-logging.exp, gdb.mi/mi-var-cp.exp : Likewise.
2521 * gdb.mi/mi-var-rtti.exp, gdb.python/py-type.exp: Likewise.
2522 * gdb.threads/gcore-thread.exp: Likewise.
2523 (load_core): Likewise.
2524 * gdb.threads/pthreads.exp (all_threads_running): Likewise.
2525 (test_startup, check_control_c): Likewise.
2526 * gdb.threads/sigstep-threads.exp: Likewise.
2527 * gdb.threads/thread_check.exp: Likewise.
2528 * gdb.trace/backtrace.exp, gdb.trace/change-loc.exp: Likewise.
2529 * gdb.trace/circ.exp (run_trace_experiment): Likewise.
2530 (set_a_tracepoint, trace_buffer_normal): Likewise.
2531 (gdb_trace_circular_tests): Likewise.
2532 * gdb.trace/collection.exp: Likewise.
2533 * gdb.trace/disconnected-tracing.exp: Likewise.
2534 * gdb.trace/infotrace.exp: Likewise.
2535 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2536 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2537 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv): Likewise.
2538 * gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp: Likewise.
2539 * gdb.trace/pending.exp, gdb.trace/report.exp: Likewise.
2540 * gdb.trace/stap-trace.exp: Likewise.
2541 * gdb.trace/status-stop.exp,gdb.trace/strace.exp: Likewise.
2542 * gdb.trace/tfind.exp, gdb.trace/trace-break.exp: Likewise.
2543 * gdb.trace/trace-buffer-size.exp: Likewise.
2544 * gdb.trace/tspeed.exp, gdb.trace/tsv.exp: Likewise.
2545 * gdb.trace/unavailable.exp: Likewise.
2546 * gdb.trace/while-dyn.exp: Likewise.
2547 * lib/fortran.exp (set_lang_fortran): Likewise.
2548 * lib/gdb.exp (default_gdb_version, gdb_start_cmd): Likewise.
2549 (gdb_breakpoint, gdb_reinitialize_dir): Likewise.
2550 (default_gdb_start, get_compiler_info): Likewise.
2551 (gdb_compile, gdb_compile_objc, gdb_reload, gdb_init): Likewise.
2552 (get_debug_format, setup_xfail_format): Likewise.
2553 (rerun_to_main, gdb_skip_float_test): Likewise.
2554 (build_id_debug_filename_get, get_remotetimeout): Likewise.
2555 * lib/java.exp (set_lang_java): Likewise.
2556 * lib/mi-support.exp (default_mi_gdb_start): Likewise.
2557 (mi_gdb_reinitialize_dir, mi_gdb_target_cmd): Likewise.
2558 (mi_gdb_file_cmd, mi_gdb_test): Likewise.
2559 (mi_run_cmd_full, mi_expect_interrupt): Likewise.
2560 * lib/objc.exp (set_lang_objc): Likewise.
2561 * lib/pascal.exp (set_lang_pascal): Likewise.
2562 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
2563 * lib/trace-support.exp (gdb_trace_setactions, gdb_tfind_test): Likewise.
2564 (gdb_readexpr, gdb_gettpnum, gdb_find_recursion_test_baseline): Likewise.
2565
2566 2013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
2567
2568 PR c++/15203
2569 PR c++/15210
2570 * gdb.cp/m-static.cc (keepalive_int): New function.
2571 (gnu_obj_1::method): New variable `sintvar', call `keepalive_int'.
2572 * gdb.cp/m-static.exp: New test for `sintvar'.
2573
2574 2013-03-14 Yao Qi <yao@codesourcery.com>
2575
2576 * gdb.trace/tstatus.exp (run_trace_experiment): Save the output
2577 of 'tstatus' into tstatus_output.
2578 (top level): Save the trace data to tfile. Read trace file in
2579 tfile target. Check the trace status.
2580
2581 2013-03-13 Yao Qi <yao@codesourcery.com>
2582
2583 * gdb.trace/tsv.exp (check_tsv): New.
2584 (top level): Save a tfile on current trace session. Call
2585 check_tsv on live target. Load the tfile with target tfile
2586 and call check_tsv again.
2587
2588 2013-03-13 Yao Qi <yao@codesourcery.com>
2589
2590 * gdb.trace/tsv.exp: Remove code unrelated to testing TSV.
2591 Replace some "gdb_test" with "gdb_test_no_output".
2592
2593 2013-03-12 Paul Hilfinger <hilfingr@adacore.com>
2594
2595 * gdb.ada/expr_delims.exp: New file.
2596 * gdb.ada/expr_delims/foo.adb: New file.
2597 * gdb.ada/expr_delims/pck.ads: New file.
2598 * gdb.ada/expr_delims/pck.adb: New file.
2599
2600 2013-03-11 Keith Seitz <keiths@redhat.com>
2601
2602 * watchpoint.exp (test_no_hw_watchpoints): Add test using
2603 both condition and thread. Then delete the watchpoint.
2604
2605 2013-03-11 Christian Himpel <christian.himpel@intel.com>
2606
2607 * Makefile.in: Add btrace testsuite.
2608 * configure: Regenerated.
2609 * configure.ac: Add btrace testsuite.
2610 * gdb.btrace/Makefile.in: New file.
2611 * gdb.btrace/enable.c: New file.
2612 * gdb.btrace/enable.exp: New file.
2613 * gdb.btrace/function_call_history.c: New file.
2614 * gdb.btrace/function_call_history.exp: New file.
2615 * gdb.btrace/instruction_history.c: New file.
2616 * gdb.btrace/instruction_history.exp: New file.
2617 * gdb.btrace/instruction_history.S: New file.
2618 * lib/gdb.exp: Add btrace skip proc.
2619
2620 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2621
2622 Fix entry-values if the callee called a noreturn function.
2623 * gdb.arch/amd64-tailcall-noret.S: New file.
2624 * gdb.arch/amd64-tailcall-noret.c: New file.
2625 * gdb.arch/amd64-tailcall-noret.exp: New file.
2626
2627 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2628
2629 Fix entry-values in C++ across CUs.
2630 * gdb.arch/amd64-tailcall-cxx.exp: New file.
2631 * gdb.arch/amd64-tailcall-cxx1.S: New file.
2632 * gdb.arch/amd64-tailcall-cxx1.cc: New file.
2633 * gdb.arch/amd64-tailcall-cxx2.S: New file.
2634 * gdb.arch/amd64-tailcall-cxx2.cc: New file.
2635
2636 2013-03-08 Stan Shebs <stan@codesourcery.com>
2637 Hafiz Abid Qadeer <abidh@codesourcery.com>
2638
2639 gdb/testsuite/
2640 * gdb.trace/trace-buffer-size.exp: New file.
2641 * gdb.trace/trace-buffer-size.c: New file.
2642
2643 2013-03-06 Pedro Alves <palves@redhat.com>
2644
2645 * gdb.trace/tstatus.exp (run_trace_experiment): When the target
2646 doesn't support the tested optional feature, call "unsupported"
2647 with the same test message as the "pass" case, instead of calling
2648 "pass" with a different message. Use the same text for the "fail"
2649 cases too.
2650
2651 2013-03-06 Yao Qi <yao@codesourcery.com>
2652
2653 * gdb.trace/tstatus.exp: Remove the invocation of
2654 gdb_load_shlibs, gdb_compile, clean_restart and runto_main.
2655 (test_tracepoints): Don't set fast tracepoint.
2656 (top level): Don't check agent library is loaded or not.
2657
2658 2013-03-06 Yao Qi <yao@codesourcery.com>
2659
2660 * gdb.trace/tstatus.exp (run_trace_experiment): Escape
2661 parentheses by "\\".
2662
2663 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2664
2665 * gdb.linespec/base/one/thefile.cc (twodup): New.
2666 (m): Call it.
2667 * gdb.linespec/base/two/thefile.cc (dupname): New.
2668 (n): Call it.
2669 * gdb.linespec/break-ask.exp: New file.
2670 * gdb.linespec/lspec.cc (body_elsewhere): New comment marker.
2671
2672 2013-02-28 Yao Qi <yao@codesourcery.com>
2673
2674 * gdb.trace/report.exp: Move some code to ...
2675 (use_collected_data): New.
2676 (top level): Call use_collected_data once on the live target.
2677 Save at file of the current trace session, load it with target
2678 tfile, and call use_collected_data again.
2679
2680 2013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2681
2682 * gdb.threads/fork-thread-pending.c (main): Add alarm.
2683
2684 2013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2685
2686 * gdb.base/valgrind-infcall.exp (valgrind_pid): New variable.
2687 Add final kill of ${valgrind_pid}.
2688
2689 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
2690
2691 * gdb.python/py-arch.c: New test case
2692 * gdb.python/py-arch.exp: New tests to test
2693 gdb.Architecture.disassemble
2694 * gdb.python/Makefile.in: Add py-arch to the list of
2695 EXECUTABLES.
2696
2697 2013-02-18 Tom Tromey <tromey@redhat.com>
2698
2699 * gdb.dwarf2/subrange.exp: New file.
2700
2701 2013-02-15 Pedro Alves <pedro@codesourcery.com>
2702 Hafiz Abid Qadeer <abidh@codesourcery.com>
2703
2704 * gdb.trace/tfile.exp: Add test for -trace-status command.
2705
2706 2013-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2707
2708 * gdb.threads/pthread_cond_wait.c (main): Remove variable ts. Replace
2709 nanosleep by sleep.
2710
2711 2013-02-14 Pedro Alves <palves@redhat.com>
2712
2713 * gdb.cp/userdef.exp (ptype &*c): Don't expect an &.
2714
2715 2013-02-14 Pedro Alves <pedro@codesourcery.com>
2716 Hafiz Abid Qadeer <abidh@codesourcery.com>
2717
2718 * gdb.trace/tsv.exp: Adjust tests, and add a few more.
2719
2720 2013-02-12 Tom Tromey <tromey@redhat.com>
2721
2722 * gdb.cp/m-static.cc (gnu_obj_1::~gnu_obj_1): New destructor.
2723 * gdb.cp/m-static.exp: Add tests to print quoted destructor.
2724
2725 2013-02-12 Pedro Alves <palves@redhat.com>
2726
2727 * gdb.base/catch-signal.c: Update copyright years.
2728 * gdb.base/catch-signal.exp: Update copyright years.
2729 * gdb.dwarf2/dw2-dir-file-name.c: Update copyright years.
2730 * gdb.dwarf2/dw2-dir-file-name.exp: Update copyright years.
2731 * gdb.dwarf2/dw2-empty-pc-range.S: Update copyright years.
2732 * gdb.dwarf2/dw2-error.S: Update copyright years.
2733 * gdb.dwarf2/dw2-error.c: Update copyright years.
2734 * gdb.dwarf2/dw2-restrict.S: Update copyright years.
2735 * gdb.dwarf2/dw2-restrict.c: Update copyright years.
2736 * gdb.dwarf2/dw2-restrict.exp: Update copyright years.
2737
2738 2013-02-12 Pedro Alves <palves@redhat.com>
2739
2740 * gdb.base/catch-signal.exp: Correct test file name in "Skipping"
2741 message.
2742 * gdb.base/sigaltstack.exp: Ditto.
2743 * gdb.base/siginfo.exp: Ditto.
2744 * gdb.base/sizeof.exp: Ditto.
2745
2746 2013-02-12 Pedro Alves <palves@redhat.com>
2747
2748 * gdb.mi/mi-basics.exp: Tweak intro comment.
2749 * gdb.mi/mi-break.exp: Tweak intro comment.
2750 * gdb.mi/mi-console.exp: Tweak intro comment.
2751 * gdb.mi/mi-file.exp: Tweak intro comment.
2752 * gdb.mi/mi-read-memory.exp: Tweak intro comment.
2753 * gdb.mi/mi-return.exp: Tweak intro comment.
2754 * gdb.mi/mi-stepi.exp: Tweak intro comment.
2755 * gdb.mi/mi-until.exp: Tweak intro comment.
2756 * gdb.mi/mi-watch.exp: Tweak intro comment.
2757
2758 2013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
2759
2760 * gdb.server/no-thread-db.exp: New file.
2761 * gdb.server/no-thread-db.c: New file.
2762 * gdb.server/Makefile.in (EXECUTABLES): Add no-thread-db.
2763
2764 2013-02-11 Doug Evans <dje@google.com>
2765
2766 * gdb.base/printcmds.exp (test_printf_with_dfp): Add test for printing
2767 two decfloats.
2768
2769 2013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2770
2771 * gdb.base/bitfields.c (struct internalvartest): New declaration.
2772 * gdb.base/bitfields.exp (bitfield_internalvar): New function.
2773
2774 2013-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2775
2776 * gdb.python/py-prompt.exp: Add to the end a kill of $testpid.
2777
2778 2013-02-06 Yao Qi <yao@codesourcery.com>
2779
2780 * gdb.trace/mi-tsv-changed.exp (test_create_delete_tsv): Rename
2781 to ...
2782 (test_create_delete_modify_tsv): ... here. New test on modifying
2783 the initial value of a tsv.
2784
2785 2013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2786
2787 * gdb.dwarf2/dw2-dir-file-name.exp (cd ${srcabsdir}/rdir): Rename to ...
2788 (cd .../rdir): ... here.
2789
2790 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2791
2792 * gdb.linespec/base/one/header.h: New file.
2793 * gdb.linespec/base/two/header.h: New file.
2794 * gdb.linespec/macro-relative.c: New file.
2795 * gdb.linespec/macro-relative.exp: New file.
2796
2797 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2798
2799 * gdb.base/fullpath-expand-func.c: New file.
2800 * gdb.base/fullpath-expand.c: New file.
2801 * gdb.base/fullpath-expand.exp: New file.
2802 * gdb.base/realname-expand-real.c: New file.
2803 * gdb.base/realname-expand.c: New file.
2804 * gdb.base/realname-expand.exp: New file.
2805
2806 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2807
2808 * gdb.dwarf2/dw2-dir-file-name.exp: New file.
2809 * gdb.dwarf2/dw2-dir-file-name.c: New file.
2810
2811 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2812
2813 * gdb.mi/mi-fullname-deleted.exp: Use double last slash for $srcfileabs.
2814 (compare_filenames_for_search does not match)
2815 (compare_filenames_for_search does match): New tests.
2816
2817 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2818
2819 * gdb.gdb/xfullpath.exp: Replace xfullpath calls by gdb_realpath calls.
2820
2821 2013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2822
2823 * lib/java.exp (compile_java_from_source): Initialize ARGS as a list.
2824
2825 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2826
2827 * gdb.base/gnu-debugdata.exp): Create ${binfile}.debug,
2828 ${binfile}.mini_debuginfo-debuglink, add -k to xz, use now
2829 ${binfile}.mini_debuginfo-debuglink and
2830 ${binfile}.mini_debuginfo-debuglink.xz.
2831
2832 2013-02-01 Tom Tromey <tromey@redhat.com>
2833
2834 * gdb.dwarf2/method-ptr.exp: Use correct form for non-string
2835 attributes.
2836
2837 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2838 Tom Tromey <tromey@redhat.com>
2839
2840 * gdb.dwarf2/method-ptr.exp: Link with c++.
2841 * lib/dwarf.exp (Dwarf::assemble): Declare _cu_count.
2842
2843 2013-01-31 Tom Tromey <tromey@redhat.com>
2844
2845 * gdb.base/jit.exp (compile_jit_test): New proc.
2846 Add PIE tests.
2847
2848 2013-01-31 Tom Tromey <tromey@redhat.com>
2849
2850 * gdb.dwarf2/method-ptr.cc: New file.
2851 * gdb.dwarf2/method-ptr.exp: New file.
2852
2853 2013-01-31 Tom Tromey <tromey@redhat.com>
2854
2855 * lib/dwarf.exp (namespace Dwarf): New.
2856
2857 2013-01-29 Tom Tromey <tromey@redhat.com>
2858
2859 * gdb.dwarf2/fission-reread.exp: Add unload test.
2860
2861 2013-01-28 Doug Evans <dje@google.com>
2862
2863 * gdb.dwarf2/fission-loclists.exp: New file.
2864 * gdb.dwarf2/fission-loclists.S: New file.
2865
2866 2013-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2867
2868 Code cleanup.
2869 * gdb.base/restore.exp: Replace gdb_compile, gdb_exit, gdb_start,
2870 gdb_reinitialize_dir and gdb_load by standard_testfile, set executable
2871 and prepare_for_testing.
2872 * gdb.base/store.exp: Likewise.
2873
2874 2013-01-25 Tom Tromey <tromey@redhat.com>
2875
2876 * gdb.python/py-explore.exp: Expect the gdb prompt.
2877
2878 2013-01-25 Andrew Burgess <aburgess@broadcom.com>
2879
2880 * gdb.base/gnu_vector.c: New variable for use in tests.
2881 * gdb.base/gnu_vector.exp: Update and extend tests to reflect
2882 changes in scalar to vector casting and widening.
2883 * gdb.python/py-type.c: New variables for use in tests.
2884 * gdb.python/py-type.exp: Update vector related tests to reflect
2885 changes in scalar to vector casting and widening.
2886
2887 2013-01-24 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
2888
2889 * gdb.base/prologue-include.c: New file.
2890 * gdb.base/prologue-include.exp: New file.
2891 * gdb.base/prologue-include.h: New file.
2892
2893 2013-01-24 Hafiz Abid Qadeer <abidh@codesourcery.com>
2894
2895 PR gdb/13443
2896 * gdb.mi/mi-var-block.exp: Make test messages unique.
2897
2898 2013-01-23 Tom Tromey <tromey@redhat.com>
2899
2900 * gdb.dwarf2/dw2-error.exp: Pass test name to "file" test.
2901
2902 2013-01-23 Tom Tromey <tromey@redhat.com>
2903
2904 * gdb.cp/converts.cc (main): Initialize 'a'.
2905
2906 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
2907
2908 * testsuite/gdb.python/frame.exp: Add a test for
2909 gdb.Frame.architecture() method.
2910
2911 2013-01-22 Pedro Alves <palves@redhat.com>
2912
2913 * gdb.base/annota1.exp (signal sent): No longer expect
2914 breakpoints-invalid.
2915 * gdb.cp/annota2.exp (continue until exit)
2916 (watch triggered on a.x): Ditto.
2917
2918 2013-01-22 Pedro Alves <palves@redhat.com>
2919
2920 * gdb.base/annota1.exp (breakpoints_invalid): New variable.
2921 Adjust tests to breakpoints-invalid changes.
2922 * gdb.cp/annota2.exp (breakpoints_invalid, frames_invalid): New
2923 variables.
2924 Adjust tests to breakpoints-invalid changes.
2925
2926 2013-01-22 Pedro Alves <palves@redhat.com>
2927
2928 * gdb.base/annota1.exp (annotate ignore count change): Add
2929 expected output for failure case.
2930
2931 2013-01-22 Tom Tromey <tromey@redhat.com>
2932
2933 * gdb.gdb/selftest.exp (do_steps_and_nexts): Handle bfd_init
2934 call.
2935
2936 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2937
2938 * gdb.mi/mi-break.exp: Expect new 'thread-groups' field.
2939 * gdb.mi/mi-catch-load.exp: Ditto.
2940 * gdb.mi/mi-nsmoribund.exp: Expect new 'thread-groups' field.
2941 Also handle 'thread' field.
2942 * gdb.mi/mi-simplerun.exp: Expect new 'thread-groups' field.
2943 * gdb.mi/mi-watch.exp: Ditto.
2944 * lib/mi-support.exp: Ditto.
2945
2946 2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
2947
2948 * gdb.python/py-explore.exp: Improve a test
2949
2950 2013-01-18  David Blaikie  <dblaikie@gmail.com>
2951
2952 * gdb.base/label.c (main): Correct the type of the second
2953 parameter.
2954
2955 2013-01-18 Tom Tromey <tromey@redhat.com>
2956
2957 * gdb.dwarf2/trace-crash.s: New file.
2958 * gdb.dwarf2/trace-crash.exp: New file.
2959
2960 2013-01-18 Hafiz Abid Qadeer<abidh@codesourcery.com>
2961
2962 PR gdb/13443
2963 * gdb.base/checkpoint.exp: Update test messages to make them
2964 unique.
2965
2966 2013-01-18 Yao Qi <yao@codesourcery.com>
2967
2968 * gdb.trace/infotrace.exp: Check 'traceframe usage' in the
2969 output of 'info tracepoints'.
2970 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
2971 Likewise.
2972 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
2973 * gdb.trace/disconnected-tracing.c (struct foo): New.
2974
2975 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2976
2977 * gdb.dwarf2/dw2-dos-drive.S: New file.
2978 * gdb.dwarf2/dw2-dos-drive.exp: New file.
2979
2980 2013-01-17 Doug Evans <dje@google.com>
2981
2982 * boards/dwarf4-gdb-index.exp: Use any existing CC_FOR_TARGET,
2983 CXX_FOR_TARGET.
2984
2985 * boards/cc-with-tweaks.exp: New file.
2986
2987 2013-01-17 Tom Tromey <tromey@redhat.com>
2988
2989 * gdb.base/completion.exp: Add "set cp-abi" completion test.
2990
2991 2013-01-17 Pedro Alves <palves@redhat.com>
2992
2993 Merge dg-extract-results.sh from upstream (svn 195224).
2994
2995 2013-01-15 David Blaikie <dblaikie@gmail.com>
2996 * dg-extract-results.sh: Fix order of summary counts.
2997
2998 2013-01-15 David Blaikie <dblaikie@gmail.com>
2999 * dg-extract-results.sh: Constrain the start-of-log pattern.
3000
3001 2013-01-15 David Blaikie <dblaikie@gmail.com>
3002 * dg-extract-results.sh: Handle KPASSes.
3003
3004 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3005 * dg-extract-results.sh: Redirect grep output to /dev/null instead
3006 of grep -q.
3007
3008 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
3009
3010 * gdb.base/jit-reader.exp: New file. Test case for the jit-reader
3011 interface.
3012 * gdb.base/jithost.c: New file.
3013 * gdb.base/jithost.h: New file.
3014 * gdb.base/jitreader.c : New file.
3015 * gdb.base/jit-protocol.h: New file.
3016
3017 2013-01-16 Tom Tromey <tromey@redhat.com>
3018
3019 * gdb.base/catch-signal.c: New file.
3020 * gdb.base/catch-signal.exp: New file.
3021
3022 2013-01-16 Tom Tromey <tromey@redhat.com>
3023
3024 * gdb.mi/mi-catch-load.exp: Look for "catch-type".
3025
3026 2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3027
3028 * gdb.dwarf2/dw2-restrict.exp: Skip compilation on non-x86_64 targets.
3029
3030 2013-01-14 Tom Tromey <tromey@redhat.com>
3031
3032 * gdb.base/completion.exp: Add "set gnutarget" test.
3033
3034 2013-01-14 Tom Tromey <tromey@redhat.com>
3035
3036 * gdb.dwarf2/dw2-restrict.S: New file.
3037 * gdb.dwarf2/dw2-restrict.c: New file.
3038 * gdb.dwarf2/dw2-restrict.exp: New file.
3039
3040 2013-01-14 Tom Tromey <tromey@redhat.com>
3041
3042 * gdb.dwarf2/dw2-error.exp: New file.
3043 * gdb.dwarf2/dw2-error.c: New file.
3044 * gdb.dwarf2/dw2-error.S: New file.
3045
3046 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3047
3048 * gdb.cp/parse-lang.cc: New file.
3049 * gdb.cp/parse-lang.exp: New file.
3050
3051 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3052
3053 * gdb.mi/mi-fullname-deleted.exp: Set srcfileabssubst and initdir.
3054 (set substitute-path): New test.
3055 (fullname present): Remove content.
3056 (substituted fullname): New test.
3057
3058 2013-01-13 Joel Brobecker <brobecker@adacore.com>
3059
3060 * gdb.python/py-finish-breakpoint.exp: Add skip_python_tests
3061 check. Move $gdb_py_is_py24 value check right after.
3062
3063 2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3064
3065 * gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit
3066 targets.
3067
3068 2013-01-11 Yao Qi <yao@codesourcery.com>
3069
3070 * gdb.base/dprintf.exp: Check the output of 'info breakpoints'
3071 for dprintf.
3072 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
3073 Check the fields in "=breakpoint-created" for dprintf.
3074
3075 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3076
3077 * gdb.mi/mi-fullname-deleted.exp: New file.
3078
3079 2012-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3080
3081 * gdb.base/skip-solib.exp (info skip with pending file): Update the
3082 expected output.
3083 (info skip with pending file): Remove.
3084 (ignoring function in solib, info skip for function multiply): Update
3085 the expected output.
3086 * gdb.base/skip.ex (skip (main), skip function baz, info skip)
3087 (info skip (delete 1), info skip after disabling all)
3088 (info skip after enabling all, info skip after disabling 4 2-3)
3089 (info skip after enabling 2-3, info skip 2-3)
3090 (info skip after deleting 2 3): Update the expected output.
3091 * gdb.linespec/base/two/thefile.cc (n): New variable v, split the
3092 statement to its initialization and return.
3093 * gdb.linespec/skip-two.exp: New file.
3094
3095 2012-12-19 Doug Evans <dje@google.com>
3096
3097 * gdb.base/maint.exp: Handle testing with .gdb_index.
3098
3099 2012-12-19 Joel Brobecker <brobecker@adacore.com>
3100
3101 * gdb.arch/mips-octeon-bbit.exp: Fix copyright header from
3102 Cavium to FSF.
3103
3104 2012-12-19 Joel Brobecker <brobecker@adacore.com>
3105
3106 * dg-extract-results.sh: Update contact info in copyright notice.
3107 * gdb.arch/mips-octeon-bbit.exp: Update copyright notice to
3108 GPL v3 or later. Update contact info.
3109 * gdb.fortran/logical.f90, gdb.threads/watchpoint-fork-child.c,
3110 gdb.threads/watchpoint-fork-mt.c,
3111 gdb.threads/watchpoint-fork-parent.c,
3112 gdb.threads/watchpoint-fork-st.c,
3113 gdb.threads/watchpoint-fork.h: Likewise.
3114
3115 2012-12-15 Yao Qi <yao@codesourcery.com>
3116
3117 * gdb.trace/mi-tracepoint-changed.exp (test_pending_resolved): Check
3118 'installed' field in '=breakpoint-modified'.
3119 (test_reconnect): Check 'installed' field in
3120 '=breakpoint-modified' and '=breakpoint-created'.
3121
3122 * gdb.trace/actions.exp: Update test for 'installed' field.
3123 * gdb.trace/change-loc.exp (tracepoint_change_loc_1):
3124 (tracepoint_change_loc_2): Likewise.
3125 Check 'info tracepoint' display nothing else.
3126 * gdb.trace/deltrace.exp: Likewise.
3127 * gdb.trace/infotrace.exp: Likewise.
3128 * gdb.trace/mi-traceframe-changed.exp (test_tfind_remote):
3129 Likewise.
3130 * gdb.trace/passcount.exp: Likewise.
3131 * gdb.trace/tracecmd.exp: Likewise.
3132 * gdb.trace/while-stepping.exp: Likewise.
3133
3134 2012-12-14 Tom Tromey <tromey@redhat.com>
3135
3136 * gdb.cp/member-name.exp: New file.
3137 * gdb.cp/member-name.cc: New file.
3138
3139 2012-12-14 Tom Tromey <tromey@redhat.com>
3140
3141 * gdb.cp/templates.exp (test_ptype_of_templates): Update kfails.
3142
3143 2012-12-14 Doug Evans <dje@google.com>
3144
3145 * gdb.dwarf2/implptr-optimized-out.S: DIE offset for
3146 DW_OP_GNU_implicit_pointer is section-relative.
3147
3148 2012-12-14 Tom Tromey <tromey@redhat.com>
3149
3150 * gdb.base/info-proc.exp: Add core file tests.
3151
3152 2012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>
3153
3154 * gdb.base/kill-after-signal.exp: Disable if gdb,nosignals.
3155
3156 2012-12-13 Doug Evans <dje@google.com>
3157
3158 * gdb.multi/multi-arch-exec.exp: Skip for i*86-linux.
3159 * gdb.multi/multi-arch.exp: Ditto.
3160
3161 2012-12-12 Keven Boell <keven.boell@intel.com>
3162
3163 * gdb.mi/mi-catch-load-so.c: New. Clone of the
3164 catch load test library source file.
3165 * gdb.mi/mi-catch-load.c: New. Clone of the catch
3166 load test source file.
3167 * gdb.mi/mi-catch-load.exp: New. Test file for
3168 basic MI -catch-load and -catch-unload tests.
3169
3170 2012-12-11 Paul Koning <paul_koning@dell.com>
3171
3172 * gdb.python/py-prettyprint.py (_iterator): Remove exception_flag
3173 exception.
3174 (_iterator_except): New function.
3175 (ArrayPrinter): Use _iterator function instead of local _iterator
3176 class for Python 3 compatibility.
3177 (NoStringContainerPrinter): Use _iterator_except instead of
3178 _iterator.
3179 * gdb.python/py-typeprint.exp: Use exec(open(...).read()) instead of
3180 execfile for Python 3 compatibility.
3181 * gdb.python/python.exp: Handle Python 2.4 exception traceback
3182 format in error_prompt test.
3183
3184 2012-12-10 Paul Koning <paul_koning@dell.com>
3185
3186 * gdb.base/charset.exp: Change print syntax for Python 3
3187 compatibility.
3188 * gdb.python/py-block.exp: Ditto.
3189 * gdb.python/py-breakpoint.exp: Ditto.
3190 * gdb.python/py-cmd.exp: Ditto.
3191 * gdb.python/py-events.py: Ditto.
3192 * gdb.python/py-finish-breakpoint.py: Ditto.
3193 * gdb.python/py-finish-breakpoint2.exp: Ditto.
3194 * gdb.python/py-finish-breakpoint2.py: Ditto.
3195 * gdb.python/py-frame-inline.exp: Ditto.
3196 * gdb.python/py-frame.exp: Ditto.
3197 * gdb.python/py-infthread.exp: Ditto.
3198 * gdb.python/py-objfile.exp: Ditto.
3199 * gdb.python/py-parameter.exp: Ditto.
3200 * gdb.python/py-progspace.exp: Ditto.
3201 * gdb.python/py-prompt.exp: Ditto.
3202 * gdb.python/py-symbol.exp: Ditto.
3203 * gdb.python/py-symtab.exp: Ditto.
3204 * gdb.python/py-template.exp: Ditto.
3205 * gdb.python/py-value-cc.exp: Ditto.
3206 * gdb.python/python.exp: Ditto.
3207 * gdb.python/source2.py: Ditto.
3208 * gdb.python/lib-types.exp: Change print syntax for Python 3
3209 compatibility.
3210 Use sorted() function rather than sort() method.
3211 Accept either int or long values for enum values.
3212 * gdb.python/py-events.exp: Use exec(open(...).read()) instead of
3213 execfile for Python 3 compatibility.
3214 * gdb.python/py-evsignal.exp: Ditto.
3215 * gdb.python/py-evthreads.exp: Ditto.
3216 * gdb.python/py-mi.exp: Ditto.
3217 * gdb.python/py-pp-maint.exp: Ditto.
3218 * gdb.python/py-prettyprint.exp: Ditto.
3219 * gdb.python/py-finish-breakpoint.exp: Change print syntax for
3220 Python 3 compatibility.
3221 Skip tests for Python 2.4.
3222 * gdb.python/py-inferior.exp: Change print syntax for
3223 Python 3 compatibility.
3224 Use byte string rather than character string in memory write test
3225 if Python 3.
3226 * gdb.python/py-pp-maint.py: Change class declarations to "new
3227 class" syntax.
3228 * gdb.python/py-prettyprint.py: Change iterator class to generator
3229 function for Python 3 compatibility.
3230 Make all classes "new style".
3231 Fix indentation issue and stray semicolon.
3232 * gdb.python/py-shared.expChange print syntax for Python 3
3233 compatibility.
3234 Define "long" if Python 3.
3235 * gdb.python/py-type.exp: Change print syntax for Python 3
3236 compatibility.
3237 Accept either int or long values for enum values.
3238 * gdb.python/py-value.exp: Change print syntax for Python 3
3239 compatibility.
3240 Skip "long" and "unicode" tests if Python 3.
3241 Accept either "type" or "class" in type checks.
3242 * lib/gdb.exp (gdb_py_is_py3k): New flag set if Python 3.
3243 (gdb_py_is_py24): New flag set if Python 2.4 or 2.5.
3244
3245 2012-12-10 Tom Tromey <tromey@redhat.com>
3246
3247 * gdb.dwarf2/implptr-64bit.exp: Run tests with two CUs as well.
3248 (test): Add "two_cu" argument.
3249 * gdb.dwarf2/implptr-64bit.S: Move subprogram later; use ref_addr
3250 for types; allow two CUs.
3251
3252 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3253
3254 * gdb.dwarf2/dw2-compdir-oldgcc.S: New file.
3255 * gdb.dwarf2/dw2-compdir-oldgcc.exp: New file.
3256
3257 2012-12-08 Yao Qi <yao@codesourcery.com>
3258 Pedro Alves <palves@redhat.com>
3259
3260 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Test
3261 '=breakpoint-created' when GDB merges the tracepoints of both
3262 sides.
3263
3264 2012-12-07 Tom Tromey <tromey@redhat.com>
3265
3266 * gdb.base/break1.c (enum some_enum, union some_union): New.
3267 (some_enum_global, some_union_global, some_value): New globals.
3268 * gdb.base/completion.exp: Add tag completion tests.
3269
3270 2012-12-07 Tom Tromey <tromey@redhat.com>
3271
3272 * gdb.base/completion.exp: Add tests for ptype and whatis
3273 completion.
3274
3275 2012-12-07 Joel Brobecker <brobecker@adacore.com>
3276
3277 * gdb.base/stale-infcall.exp: Fix copyright line.
3278
3279 2012-12-07 Joel Brobecker <brobecker@adacore.com>
3280
3281 * gdb.ada/lang_switch.exp: The "msg" parameter may be a reference.
3282
3283 2012-12-06 Pedro Alves <palves@redhat.com>
3284 Tom Tromey <tromey@redhat.com>
3285
3286 * gdb.base/exprs.exp: Add tests for cast to void.
3287
3288 2012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
3289
3290 * gdb.python/py-mi.exp: Correct expected results for attribute
3291 "dynamic" returned by -var-update.
3292 Add test case for correct handling of "diplayhint" for children
3293 of dynamic varobjs.
3294 * gdb.python/py-prettyprint.c (set_itme): New function.
3295 (bug_14741) New function.
3296 (main) Add call to bug_14741().
3297 * gdb.python/py-prettyprint.py (class ArrayPrinter): New class.
3298
3299 2012-12-05 Ulrich Weigand <uweigand@de.ibm.com>
3300
3301 * gdb.base/gnu-debugdata.exp: Also include "D" symbols in
3302 ${binfile}.funcsyms list.
3303
3304 2012-12-04 Yao Qi <yao@codesourcery.com>
3305
3306 PR gdb/13443
3307 * gdb.trace/actions.exp: Make test messages unique.
3308
3309 2012-11-29 Tom Tromey <tromey@redhat.com>
3310
3311 * gdb.base/gnu-debugdata.exp (run, pipeline): Don't use lassign.
3312
3313 2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
3314
3315 * gdb.opencl/convs_casts.exp: Always expect standard vector type names.
3316 * gdb.opencl/datatypes.exp: Likewise.
3317 * gdb.opencl/operators.exp: Likewise.
3318 * gdb.opencl/vec_comps.exp: Likewise.
3319
3320 2012-11-29 Jerome Guitton <guitton@adacore.com>
3321
3322 * gdb.ada/iwide: New testcase.
3323
3324 2012-11-29 Jerome Guitton <guitton@adacore.com>
3325
3326 * gdb.ada/ptype_tagged_param.exp: Adjust expected output in
3327 ptype test.
3328
3329 2012-11-29 Jerome Guitton <guitton@adacore.com>
3330
3331 * gdb.ada/variant_record_packed_array.exp: Test expressions of the
3332 form {VARIANT_TYPE}ADDRESS.
3333
3334 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
3335
3336 * gdb.cp/member-ptr.cc (class Diamond): Add func_ptr.
3337 (func): New function.
3338 (main): Initialize diamond.func_ptr and add diamond_pfunc_ptr.
3339 * gdb.cp/member-ptr.exp: Add new tests for ptype and for
3340 pointers to members with pointer-to-function type.
3341
3342 2012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3343 Tom Tromey <tromey@redhat.com>
3344
3345 * gdb.base/gnu-debugdata.exp: New file.
3346 * gdb.base/gnu-debugdata.c: New file.
3347 * lib/gdb.exp (gdb_file_cmd): Handle LZMA warning.
3348 (gdb_unload): Return 0 on success.
3349
3350 2012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3351
3352 * gdb.base/enumval.exp (print e, print f, print K): XFAIL on GCC <= 4.6.
3353
3354 2012-11-26 Joel Brobecker <brobecker@adacore.com>
3355
3356 * gdb.base/empty_exe.exp: New testcase.
3357
3358 2012-11-20 Mike Frysinger <vapier@gentoo.org>
3359
3360 * gdb.base/completion.exp: Add test for help aliases completion.
3361
3362 2012-11-20 Yao Qi <yao@codesourcery.com>
3363
3364 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
3365 Don't test 'maint set show-debug-regs'.
3366 Use command 'set remotecache' instead of
3367 'set circular-trace-buffer'.
3368
3369 2012-11-16 Keith Seitz <keiths@redhat.com>
3370
3371 PR c++/13615
3372 * gdb.cp/baseenum.cc: New file.
3373 * gdb.cp/baseenum.exp: New file.
3374 * gdb.cp/derivation.cc (A): Add copyright.
3375 Add a typedef.
3376 (B): Use A::value_type instead of int. Change all references.
3377 (D): Use value_type instead of int. Change all references.
3378 (E): Likewise.
3379 (F); Likewise.
3380 (Z): New class.
3381 (ZZ): New class.
3382 (N, Base, Derived): New namespace and classes.
3383 (main): Add instances of Z and ZZ.
3384 Make sure all symbols from N are kept.
3385 * gdb.cp/derivation.exp: Update typedef changes in tests.
3386 Add tests for class typedefs both before and after starting
3387 the inferior.
3388 Add tests for searching for a typedef while stopped in a
3389 method.
3390
3391 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
3392
3393 * gdb.mi/mi-var-create-rtti.c: New file.
3394 * gdb.mi/mi-var-create-rtti.exp: New file.
3395
3396 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
3397
3398 * gdb.base/structs3.exp: Run to main before doing any tests.
3399
3400 2012-11-14 Andrew Burgess <aburgess@broadcom.com>
3401
3402 * gdb.python/py-type.exp: Uniquify test names.
3403
3404 2012-11-14 Yao Qi <yao@codesourcery.com>
3405
3406 * gdb.threads/manythreads.c [DEBUG]: Include "stdio.h".
3407 (thread_function) [DEBUG]: Call 'printf'.
3408 * gdb.threads/manythreads.exp: Pass '-DDEBUG' to compilation
3409 command line if 'DEBUG=1' is passed to test.
3410 Remove a pattern to match inferior's output.
3411
3412 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
3413
3414 * gdb.mi/mi-fill-memory.exp: New test.
3415
3416 2012-11-12 Tom Tromey <tromey@redhat.com>
3417
3418 * gdb.base/completion.exp: Update for "info type-printers".
3419 * gdb.python/py-typeprint.cc: New file.
3420 * gdb.python/py-typeprint.exp: New file.
3421 * gdb.python/py-typeprint.py: New file.
3422
3423 2012-11-12 Tom Tromey <tromey@redhat.com>
3424
3425 * gdb.base/call-sc.exp: Use "ptype/r".
3426 * gdb.base/volatile.exp: Don't expect "int".
3427 * gdb.cp/ptype-flags.cc: New file.
3428 * gdb.cp/ptype-flags.exp: New file.
3429 * gdb.cp/templates.exp: Use ptype/r.
3430 (test_ptype_of_templates, test_template_typedef): Likewise.
3431 * lib/cp-support.exp (cp_test_ptype_class): Add in_ptype_arg
3432 argument. Handle template names and template parameters.
3433 * gdb.mi/mi-var-cmd.exp: Accept "long".
3434 * gdb.mi/mi-var-child.exp: Accept "long".
3435 * gdb.mi/mi-var-display.exp: Accept "long".
3436 * gdb.mi/mi2-var-child.exp: Accept "long".
3437
3438 2012-11-12 Tom Tromey <tromey@redhat.com>
3439
3440 * gdb.cp/classes.exp (test_ptype_class_objects): Remove
3441 "ptype" from calls to cp_test_ptype_class.
3442 (test_enums): Likewise.
3443 * gdb.cp/derivation.exp: Remove "ptype" from calls to
3444 cp_test_ptype_class.
3445 * gdb.cp/inherit.exp (test_ptype_si): Remove "ptype" from
3446 calls to cp_test_ptype_class.
3447 (test_ptype_mi, test_ptype_vi, test_ptype_mvi): Likewise.
3448 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Remove "ptype"
3449 from calls to cp_test_ptype_class.
3450 * lib/cp-support.exp (cp_test_ptype_class): Supply "ptype"
3451 command here. Change "in_command" argument to "in_exp".
3452
3453 2012-11-10 Keith Seitz <keiths@redhat.com>
3454
3455 PR gdb/14288
3456 * gdb.base/printcmds.c: Add invalid_XXX globals
3457 for repeated byte tests.
3458 * gdb.base/printcmds.exp (test_repeat_bytes): New procedure.
3459 * gdb.base/wchar.c (main): Add and construct a wchar_t
3460 array with repeated characters.
3461 * gdb.base/wchar.exp: Add repeated character tests.
3462
3463 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
3464
3465 * gdb.mi/mi-disassemble.exp: Expect fullname field in mi
3466 disassembly output.
3467
3468 2012-11-09 Pedro Alves <palves@redhat.com>
3469
3470 PR gdb/14306
3471
3472 * gdb.multi/multi-arch-exec.c: New file.
3473 * gdb.multi/multi-arch-exec.exp: New file.
3474
3475 2012-11-09 Yao Qi <yao@codesourcery.com>
3476
3477 * gdb.mi/mi-break.exp (test_abreak_creation): New procedure.
3478 (top level): Call it.
3479
3480 2012-11-09 Yao Qi <yao@codesourcery.com>
3481
3482 * gdb.mi/mi-watch.exp (test_rwatch_creation_and_listing): Fix
3483 typo.
3484
3485 2012-11-09 Pedro Alves <palves@redhat.com>
3486
3487 * gdb.multi/multi-arch.exp: New.
3488
3489 2012-11-08 Tom Tromey <tromey@redhat.com>
3490
3491 * gdb.base/siginfo-obj.exp: Create core file. Test siginfo from
3492 core files, if possible.
3493 * gdb.base/siginfo-thread.c: New file
3494 * gdb.base/siginfo-thread.exp: New file
3495
3496 2012-11-08 Tom Tromey <tromey@redhat.com>
3497
3498 * gdb.base/comprdebug.exp: New file.
3499
3500 2012-11-06 Pedro Alves <palves@redhat.com>
3501
3502 PR gdb/14810
3503
3504 * gdb.base/disabled-location.c: New file.
3505 * gdb.base/disabled-location.exp: New file.
3506
3507 2012-11-06 Tom Tromey <tromey@redhat.com>
3508
3509 * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd.
3510 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
3511 gdb_gcore_cmd.
3512 * gdb.cell/gcore.exp: Use gdb_gcore_cmd.
3513 * gdb.base/gcore.exp: Use gdb_gcore_cmd.
3514 * gdb.base/gcore-relro.exp: Use gdb_gcore_cmd.
3515 * gdb.base/gcore-buffer-overflow.exp: Use gdb_gcore_cmd.
3516 * gdb.base/auxv.exp: Use gdb_gcore_cmd.
3517 * gdb.arch/vsx-regs.exp: Use gdb_gcore_cmd.
3518 * gdb.arch/system-gcore.exp: Use gdb_gcore_cmd.
3519 * gdb.arch/pa-nullify.exp (test_core_bt): Use gdb_gcore_cmd.
3520 * lib/gdb.exp (gdb_gcore_cmd): New proc.
3521
3522 2012-11-05 Pedro Alves <palves@redhat.com>
3523
3524 * gdb.base/foll-vfork.exp (vfork_relations_in_info_inferiors): New
3525 procedure.
3526 (do_vfork_and_follow_child_tests_exec)
3527 (do_vfork_and_follow_child_tests_exit): Call it.
3528
3529 2012-11-05 Pedro Alves <palves@redhat.com>
3530
3531 * gdb.base/foll-vfork.c (main): Call perror and _exit if execlp()
3532 fails.
3533
3534 2012-11-03 Yao Qi <yao@codesourcery.com>
3535
3536 Fix PR gdb/14617.
3537 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
3538 Remove setup_kfail, and update test.
3539
3540 2012-11-02 Tom Tromey <tromey@redhat.com>
3541
3542 * gdb.base/catch-syscall.exp (do_syscall_tests): Add completion
3543 test.
3544
3545 2012-11-02 Pedro Alves <palves@redhat.com>
3546
3547 PR gdb/14766
3548
3549 * gdb.base/foll-vfork.exp (vfork_child_follow_to_exit): Remove
3550 setup_kfail.
3551 (tcatch_vfork_then_child_follow_exit): No longer expect "Couldn't
3552 get registers".
3553
3554 2012-11-02 Pedro Alves <palves@redhat.com>
3555
3556 * gdb.base/foll-vfork-exit.c: New file.
3557 * gdb.base/foll-vfork.exp (top level): New file-describing
3558 comment.
3559 (vfork_child_follow_to_exit): New procedure.
3560 (tcatch_vfork_then_child_follow): Rename as ...
3561 (tcatch_vfork_then_child_follow_exec): ... this.
3562 (tcatch_vfork_then_child_follow_exit): New procedure.
3563 (do_vfork_and_follow_parent_tests): New procedure, factored out
3564 from do_vfork_and_exec_tests.
3565 (do_vfork_and_follow_child_tests_exec): Ditto.
3566 (do_vfork_and_exec_tests): Delete.
3567 (do_vfork_and_follow_child_tests_exit): New procedure.
3568 (top level): Run tests with both the program that has the vfork
3569 child execing, and the program has the vfork child exiting.
3570
3571 2012-11-02 Pedro Alves <palves@redhat.com>
3572
3573 * gdb.base/foll-vfork.exp (setup_gdb): New procedure.
3574 (check_vfork_catchpoints, vfork_parent_follow_through_step)
3575 (vfork_parent_follow_to_bp): Call it.
3576 (kill_child): Delete.
3577 (vfork_and_exec_child_follow_to_main_bp)
3578 (vfork_and_exec_child_follow_through_step): Call setup_gdb. No
3579 longer call kill_child.
3580 (tcatch_vfork_then_parent_follow): Call setup_gdb.
3581 (do_vfork_and_exec_tests): Don't runto_main before calling each
3582 test procedure.
3583 (top level): Don't clean restart and set verbose before running
3584 each test procedure.
3585
3586 2012-11-02 Pedro Alves <palves@redhat.com>
3587
3588 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step)
3589 (vfork_parent_follow_to_bp)
3590 (vfork_and_exec_child_follow_to_main_bp)
3591 (vfork_and_exec_child_follow_through_step)
3592 (tcatch_vfork_then_parent_follow)
3593 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
3594 Use with_test_prefix.
3595
3596 2012-11-02 Pedro Alves <palves@redhat.com>
3597
3598 * gdb.base/foll-vfork.c: Add copyright header.
3599 * gdb.base/vforked-prog.c: Add copyright header.
3600
3601 2012-11-02 Pedro Alves <palves@redhat.com>
3602
3603 * gdb.base/foll-vfork.exp
3604 (vfork_and_exec_child_follow_through_step): Don't skip on
3605 non-HP/UX targets. Expect the next to only step one line on
3606 non-HP/UX targets, rather than stopping only after the exec.
3607
3608 2012-11-02 Pedro Alves <palves@redhat.com>
3609
3610 Don't hard code line numbers.
3611
3612 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step):
3613 Expect text from the sources instead of a line number.
3614 (vfork_parent_follow_to_bp)
3615 (vfork_and_exec_child_follow_to_main_bp)
3616 (vfork_and_exec_child_follow_through_step)
3617 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
3618 Use gdb_get_line_number.
3619
3620 2012-11-02 Pedro Alves <palves@redhat.com>
3621
3622 Modernize.
3623
3624 * gdb.base/foll-vfork.exp: Use standard_testfile and
3625 build_executable. Pass descriptive string to untested.
3626 (vfork_parent_follow_through_step, vfork_parent_follow_to_bp)
3627 (vfork_and_exec_child_follow_to_main_bp)
3628 (vfork_and_exec_child_follow_through_step)
3629 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow)
3630 (do_vfork_and_exec_tests): Use gdb_test/gdb_test_multiple instead
3631 of send_gdb/gdb_expect.
3632
3633 (kill_child): New procedure.
3634 (vfork_and_exec_child_follow_to_main_bp)
3635 (vfork_and_exec_child_follow_through_step): Use it.
3636
3637 2012-11-02 Yao Qi <yao@codesourcery.com>
3638
3639 * gdb.base/setvar.exp: Test setting nested struct.
3640 * gdb.base/setvar.c (v_struct3): New.
3641
3642 2012-11-01 Doug Evans <dje@google.com>
3643
3644 * gdb.arch/amd64-pseudo.c (main): Mark registers that the testsuite
3645 changes as clobbered (e.g., amd64-dword.exp) so gcc doesn't try to
3646 use them.
3647
3648 2012-10-31 Andrew Burgess <aburgess@broadcom.com>
3649
3650 PR cli/14772
3651 * gdb.base/gnu_vector.c (union_with_vector_1)
3652 (struct_with_vector_1): Add new struct and union for testing
3653 ptype.
3654 * gdb.base/gnu_vector.exp: Add testing of ptype on vectors, and
3655 structs / unions containing vectors.
3656
3657 2012-10-25 Yao Qi <yao@codesourcery.com>
3658
3659 * gdb.trace/ftrace.exp (test_fast_tracepoints): Use
3660 'setup_kfail' instead of 'setup_kfail_for_target'.
3661 * gdb.base/varargs.exp: Likewise.
3662 * lib/gdb.exp (setup_kfail_for_target): Remove.
3663
3664 2012-10-25 Mark Kettenis <kettenis@openbsd.nfra.nl>
3665
3666 * gdb.base/varargs.exp: PR gdb/12790 is now fixed.
3667
3668 2012-10-25 Mark Kettenis <kettenis@gnu.org>
3669
3670 * gdb.base/varargs.exp: PR gdb/12776 is now fixed.
3671
3672 2012-10-24 Joel Brobecker <brobecker@adacore.com>
3673
3674 * gdb.ada/set_wstr: New testcase.
3675
3676 2012-10-24 Joel Brobecker <brobecker@adacore.com>
3677
3678 * gdb.base/ldbl_e308.c, gdb.base/ldbl_e308.exp: New files.
3679
3680 2012-10-24 Joel Brobecker <brobecker@adacore.com>
3681
3682 * gdb.ada/unc_arr_ptr_in_var_rec: New testcase.
3683
3684 2012-10-24 Mark Kettenis <kettenis@gnu.org>
3685
3686 * gdb.base/callfuncs.exp: PR gdb/12783 is now fixed.
3687
3688 2012-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3689
3690 * gdb.base/callfuncs.exp (do_function_calls): Fix
3691 setup_kfail_for_target for -m32 mode.
3692
3693 2012-10-23 Mark Kettenis <kettenis@gnu.org>
3694
3695 * gdb.base/callfuncs.exp: PR gdb/12796, gdb/12798 and gdb/12800
3696 are now fixed.
3697
3698 2012-10-23 Yao Qi <yao@codesourcery.com>
3699
3700 * gdb.base/info-os.exp: Resume the inferior until it exits.
3701
3702 2012-10-18 Yufeng Zhang <yufeng.zhang@arm.com>
3703
3704 * gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.
3705 * gdb.base/print-file-var.exp: Likewise.
3706 * gdb.base/type-opaque.exp: Likewise.
3707
3708 2012-10-17 Yao Qi <yao@codesourcery.com>
3709
3710 * gdb.mi/mi-memory-changed.exp: New.
3711
3712 2012-10-16 Yao Qi <yao@codesourcery.com>
3713
3714 * gdb.reverse/solib-precsave.exp: Skip if skip_shlib_test
3715 returns true.
3716 Call gdb_load_shlibs.
3717 * gdb.reverse/solib-reverse.exp: Likewise.
3718
3719 2012-10-15 Keith Seitz <keiths@redhat.com>
3720
3721 * lib/cp-support.exp (cp_test_ptype_class): Add support
3722 for class typedefs.
3723
3724 * gdb.cp/derivation.exp: Add tests for g_instance.
3725
3726 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3727
3728 Fix entry values resolving in inlined frames.
3729 * gdb.arch/amd64-entry-value-inline.S: New file.
3730 * gdb.arch/amd64-entry-value-inline.c: New file.
3731 * gdb.arch/amd64-entry-value-inline.exp: New file.
3732
3733 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3734 Doug Evans <dje@google.com>
3735
3736 Fix recent gdb_breakpoint regression.
3737 * gdb.java/jmisc.exp: gdb_breakpoint for $function - remove curly
3738 braces from the parameter.
3739 * gdb.java/jprint.exp: Likewise.
3740
3741 2012-10-15 Doug Evans <dje@google.com>
3742
3743 * lib/gdb.exp (runto): Fix call to gdb_breakpoint.
3744
3745 2012-10-15 Yufeng Zhang <yufeng.zhang@arm.com>
3746
3747 * gdb.dwarf2/dw2-icc-opaque.S: Remove '#'.
3748
3749 2012-10-15 Tom Tromey <tromey@redhat.com>
3750
3751 * gdb.python/py-symtab.exp: Test sal and symtab destructors.
3752
3753 2012-10-15 Tom Tromey <tromey@redhat.com>
3754
3755 * gdb.python/py-symbol.exp: Test symbol destructor.
3756
3757 2012-10-14 Yao Qi <yao@codesourcery.com>
3758
3759 * gdb.mi/mi2-cli.exp: Move to mi-cli.exp.
3760 * gdb.mi/mi-cli.exp: New.
3761
3762 * gdb.mi/mi2-basics.exp: Remove.
3763 * gdb.mi/mi2-break.exp: Remove.
3764 * gdb.mi/mi2-console.exp: Remove.
3765 * gdb.mi/mi2-disassemble.exp: Remove.
3766 * gdb.mi/mi2-eval.exp: Remove.
3767 * gdb.mi/mi2-file.exp: Remove.
3768 * gdb.mi/mi2-hack-cli.exp: Remove.
3769 * gdb.mi/mi2-pthreads.exp: Remove.
3770 * gdb.mi/mi2-read-memory.exp: Remove.
3771 * gdb.mi/mi2-regs.exp: Remove.
3772 * gdb.mi/mi2-return.exp: Remove.
3773 * gdb.mi/mi2-simplerun.exp: Remove.
3774 * gdb.mi/mi2-stack.exp: Remove.
3775 * gdb.mi/mi2-stepi.exp: Remove.
3776 * gdb.mi/mi2-syn-frame.exp: Remove.
3777 * gdb.mi/mi2-until.exp: Remove.
3778 * gdb.mi/mi2-watch.exp: Remove.
3779 * gdb.mi/mi2-var-block.exp: Remove.
3780 * gdb.mi/mi2-var-cmd.exp: Remove.
3781 * gdb.mi/mi2-var-display.exp: Remove.
3782
3783 2012-10-12 Yao Qi <yao@codesourcery.com>
3784
3785 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved): Remove
3786 trail '.*' on matching patterns.
3787
3788 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
3789
3790 * gdb.arch/i386-bp_permanent.exp: Skip if not is_x86_like_target.
3791 * gdb.arch/i386-cfi-notcurrent.exp: Likewise.
3792 * gdb.arch/i386-disp-step.exp: Likewise.
3793 * gdb.arch/i386-gnu-cfi.exp: Likewise.
3794 * gdb.arch/i386-prologue.exp: Likewise.
3795 * gdb.arch/i386-size-overlap.exp: Likewise.
3796 * gdb.arch/i386-size.exp: Likewise.
3797 * gdb.arch/i386-unwind.exp: Likewise.
3798
3799 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
3800
3801 * gdb.arch/i386-byte.exp: Remove is_ilp32_target check.
3802 * gdb.arch/i386-word.exp: Likewise.
3803
3804 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
3805
3806 * gdb.arch/i386-avx.exp: Check is_amd64_regs_target instead of
3807 is_ilp32_target to set nr_regs.
3808 * gdb.arch/i386-sse.exp: Likewise.
3809
3810 2012-10-11 Doug Evans <dje@google.com>
3811
3812 PR breakpoints/14643.
3813 * gdb.linespec/ls-errs.exp: Change tests of "b if|task|thread".
3814 * gdb.linespec/thread.c: New file.
3815 * gdb.linespec/thread.exp: New file.
3816
3817 * lib/gdb.exp (gdb_breakpoint): Fix varargs scan.
3818 Recognize "message" -> print pass and fail. Add eof case.
3819 (runto): Recognize message, no-message. Print pass/fail if requested,
3820 with same treatment as gdb_breakpoint.
3821 (runto_main): Pass no-message to runto.
3822 (gdb_internal_error_resync): Add log message.
3823 (gdb_file_cmd): Tweak internal error fail text for consistency.
3824
3825 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3826
3827 Fix crash during stepping on ppc32.
3828 * gdb.base/step-symless.c: New file.
3829 * gdb.base/step-symless.exp: New file.
3830
3831 2012-10-03 Doug Evans <dje@google.com>
3832
3833 PR symtab/14601
3834 * gdb.cp/using-crash.exp: New file.
3835 * gdb.cp/using-crash.cc: New file.
3836
3837 2012-10-02 Doug Evans <dje@google.com>
3838
3839 * lib/gdb.exp (gdb_unload): Change wording of perror text to be
3840 more consistent.
3841 (runto,gdb_debug_format): Ditto.
3842 (gdb_file_cmd): Watch for eof in nested gdb_expect.
3843 Clean up logging and error messages.
3844
3845 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
3846
3847 Test find command on unmapped memory.
3848 * gdb.base/find-unmapped.c: New file.
3849 * gdb.base/find-unmapped.exp: New file.
3850
3851 2012-09-29 Yao Qi <yao@codesourcery.com>
3852
3853 * gdb.trace/mi-tracepoint-changed.exp: New.
3854 * gdb.mi/mi-breakpoint-changed.exp: New.
3855 * gdb.mi/pending.c, gdb.mi/pendshr1.c: New
3856 * gdb.mi/pendshr2.c: New.
3857
3858 2012-09-28 Yao Qi <yao@codesourcery.com>
3859
3860 * gdb.mi/pr11022.exp: New.
3861 * gdb.mi/pr11022.c: New. Copied from gdb.base/.
3862
3863 2012-09-27 Tom Tromey <tromey@redhat.com>
3864
3865 * gdb.cp/derivation.exp: Add regression test.
3866 * gdb.cp/derivation.cc (class V_base, class V_inter, class
3867 V_derived): New.
3868 (vderived): New global.
3869
3870 2012-09-26 Tom Tromey <tromey@redhat.com>
3871
3872 * gdb.dwarf2/dw2-common-block.S: New file.
3873 * gdb.dwarf2/dw2-common-block.exp: New file.
3874
3875 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3876
3877 * gdb.fortran/common-block.exp: New file.
3878 * gdb.fortran/common-block.f90: New file.
3879
3880 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
3881
3882 * gdb.base/duplicate-bp.c: New file.
3883 * gdb.base/duplicate-bp.exp: New file.
3884
3885 2012-09-26 Yao Qi <yao@codesourcery.com>
3886
3887 * gdb.mi/mi2-cli.exp: Avoid line number in test summary.
3888
3889 Revert:
3890 2012-09-21 Yao Qi <yao@codesourcery.com>
3891
3892 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
3893
3894 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
3895
3896 * gdb.base/longest-types.c: New test case.
3897 * gdb.base/longest-types.exp: New test case.
3898
3899 2012-09-25 Yao Qi <yao@codesourcery.com>
3900
3901 * gdb.mi/mi2-cli.exp: Check breakpoint notification.
3902
3903 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3904
3905 Fix internal error on canonicalization of clang types.
3906 * gdb.dwarf2/dw2-canonicalize-type.S: New file.
3907 * gdb.dwarf2/dw2-canonicalize-type.exp: New file.
3908 * lib/gdb.exp (gdb_file_cmd): Catch also GDB internal error.
3909
3910 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3911
3912 Fix disassemble without parameters in tailcall frame.
3913 * gdb.arch/amd64-entry-value.exp (down, disassemble): New tests.
3914
3915 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
3916
3917 * gdb.dwarf2/dw2-op-out-param.S: New file.
3918 * gdb.dwarf2/dw2-op-out-param.exp: New file.
3919
3920 2012-09-21 Yao Qi <yao@codesourcery.com>
3921
3922 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
3923
3924 2012-09-21 Yao Qi <yao@codesourcery.com>
3925
3926 * gdb.mi/mi-cli.exp: Remove.
3927 * gdb.mi/mi2-cli.exp: Merged from mi-cli.exp.
3928
3929 2012-09-21 Yao Qi <yao@codesourcery.com>
3930
3931 * gdb.mi/mi-reverse.exp: Fix the typo in expected output of
3932 "=record-started" notification.
3933
3934 2012-09-21 Yao Qi <yao@codesourcery.com>
3935
3936 * gdb.mi/mi-record-changed.exp: New.
3937 * gdb.mi/mi-reverse.exp: Adjust expected output.
3938
3939 2012-09-20 Tom Tromey <tromey@redhat.com>
3940
3941 * gdb.python/python.exp: Test atexit.register.
3942
3943 2012-09-20 Doug Evans <dje@google.com>
3944
3945 * boards/dwarf4-gdb-index.exp: New file.
3946
3947 * gdb.base/callfuncs.exp (do_function_calls): Set unwindonsignal to on
3948 while running the tests.
3949
3950 2012-09-18 Joel Brobecker <brobecker@adacore.com>
3951
3952 * gdb.ada/bp_reset: New testcase.
3953
3954 2012-09-18 Yao Qi <yao@codesourcery.com>
3955
3956 * gdb.trace/mi-tsv-changed.exp: New.
3957
3958 2012-09-18 Yao Qi <yao@codesourcery.com>
3959
3960 * gdb.trace/mi-traceframe-changed.exp: New.
3961
3962 2012-09-17 Yao Qi <yao@codesourcery.com>
3963
3964 * gdb.base/list.exp (set_listsize): Don't set arg to "unlimited"
3965 when it is less than 0.
3966
3967 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3968
3969 PR 14119
3970 * gdb.arch/amd64-tailcall-ret.S: New file.
3971 * gdb.arch/amd64-tailcall-ret.c: New file.
3972 * gdb.arch/amd64-tailcall-ret.exp: New file.
3973 * gdb.reverse/amd64-tailcall-reverse.S: New file.
3974 * gdb.reverse/amd64-tailcall-reverse.c: New file.
3975 * gdb.reverse/amd64-tailcall-reverse.exp: New file.
3976
3977 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3978
3979 PR 14548
3980 * gdb.reverse/singlejmp-reverse-nodebug.S: New file.
3981 * gdb.reverse/singlejmp-reverse-nodebug.c: New file.
3982 * gdb.reverse/singlejmp-reverse.S: New file.
3983 * gdb.reverse/singlejmp-reverse.c: New file.
3984 * gdb.reverse/singlejmp-reverse.exp: New file.
3985
3986 2012-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3987
3988 Fix compatibility with old GCC (~4.1).
3989 * gdb.cp/converts.cc (my_enum_var): New variable.
3990
3991 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
3992
3993 * gdb.xml/tdesc-regs.exp: Update expected output for new
3994 vector_size syntax of vector types.
3995
3996 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
3997
3998 Refactor Python "gdb" module into a proper Python package, by
3999 introducing a new "_gdb" module for code implemented in C, and
4000 using reload/__import__ instead of exec.
4001 * gdb.python/python.exp (Test stderr location): Update module
4002 location of GDB-specific sys.stderr.
4003 (Test stdout location): Ditto for sys.stdout.
4004
4005 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4006
4007 * gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu.
4008
4009 2012-09-12 Keith Seitz <keiths@redhat.com>
4010
4011 * gdb.cp/converts.cc (main): Comment out the pointer to boolean
4012 conversion statement.
4013
4014 2012-09-12 Doug Evans <dje@google.com>
4015
4016 * gdb.base/help.exp: Remove testing of individual command help text,
4017 too much of a maintenance burden. Instead, test the functionality
4018 of "help" itself.
4019
4020 2012-09-11 Doug Evans <dje@google.com>
4021
4022 * gdb.cp/mb-inline.exp: Do "info break" after setting multi-location
4023 breakpoint.
4024
4025 * gdb.dwarf2/fission-base.S: Include gdb.dwarf2/ in dwo_name.
4026 * gdb.dwarf2/fission-reread.S: Ditto.
4027 * gdb.dwarf2/fission-base.exp: Remove setting of debug-file-directory.
4028 * gdb.dwarf2/fission-reread.exp: Ditto.
4029
4030 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
4031
4032 * gdb.base/ptype.exp: Test ptype on a pointer to a typedef.
4033
4034 2012-09-10 Joel Brobecker <brobecker@adacore.com>
4035
4036 * gdb.ada/optim_drec: New testcase.
4037
4038 2012-09-10 Doug Evans <dje@google.com>
4039
4040 * boards/fission.exp: Explicitly mark "board" as not remote.
4041
4042 2012-09-10 Keith Seitz <keiths@redhat.com>
4043
4044 PR gdb/13483
4045 * gdb.cp/converts.cc (A::A): Add ctor.
4046 (A::member_): Add member.
4047 (enum my_enum): New enumeration.
4048 (main): Add calls to foo1_7 with various
4049 permitted arguments.
4050 * gdb.cp/converts.exp: Add tests for boolean
4051 conversions permitted by the standard.
4052
4053 2012-09-08 Khoo Yit Phang <khooyp@cs.umd.edu>
4054
4055 Replace -nw option with $INTERNAL_GDBFLAGS in "xgdb" tests to
4056 avoid spurious results due to ~/.gdbinit.
4057 * gdb.gdb/complaint.exp (setup_test): Replace -nw option with
4058 $INTERNAL_GDBFLAGS in run command.
4059 * gdb.gdb/observer.exp (setup_test): Ditto.
4060 * gdb.gdb/selftest.exp (test_with_self): Ditto.
4061 * gdb.gdb/xfullpath.exp (setup_test): Ditto.
4062
4063 2012-09-06 Doug Evans <dje@google.com>
4064
4065 * boards/fission.exp: New file.
4066
4067 * gdb.python/py-value.exp: Use clean_restart.
4068
4069 2012-09-05 Doug Evans <dje@google.com>
4070
4071 * gdb.base/info-macros.c: Fix whitespace.
4072
4073 2012-08-28 Pedro Alves <palves@redhat.com>
4074
4075 PR gdb/14428
4076
4077 * gdb.base/pc-fp.exp: Adjust expected output of 'info registers pc fp'.
4078
4079 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4080
4081 * gdb.base/break-caller-line.c: New file.
4082 * gdb.base/break-caller-line.exp: New file.
4083
4084 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4085
4086 * gdb.ada/rdv_wait.exp (set debug-file-directory): New command.
4087 * gdb.arch/i386-cfi-notcurrent.S: New file.
4088 * gdb.arch/i386-cfi-notcurrent.exp: New file.
4089
4090 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
4091 Yao Qi <yao@codesourcery.com>
4092 Pedro Alves <palves@redhat.com>
4093
4094 * gdb.base/memattr.exp (delete_memory, region_pass, region_fail):
4095 New procedures.
4096 (top level): Add overlap checking tests.
4097
4098 2012-08-24 Tom Tromey <tromey@redhat.com>
4099
4100 * lib/gdb.exp (skip_unwinder_tests): Don't leave 'ok' set if
4101 gdb_test_multiple fails for other reasons.
4102
4103 2012-08-24 Yao Qi <yao@codesourcery.com>
4104
4105 * lib/gdb.exp (skip_unwinder_tests): Remove pass.
4106
4107 2012-08-23 Pedro Alves <palves@redhat.com>
4108
4109 * gdb.base/help.exp: Adjust to "handle" help text change.
4110
4111 2012-08-23 Yao Qi <yao@codesourcery.com>
4112
4113 * gdb.trace/disconnected-tracing.c (start, end): New.
4114 (main): Call start and end.
4115 * gdb.trace/disconnected-tracing.exp (disconnected_tracing): Move
4116 existing tests into this proc.
4117 (disconnected_tfind): New.
4118
4119 2012-08-23 Yao Qi <yao@codesourcery.com>
4120
4121 * boards/native-gdbserver.exp (${board}_upload): New.
4122 * boards/native-stdio-gdbserver.exp (${board}_upload): New.
4123 * gdb.trace/tfile.exp: Don't check 'gdb,nofileio'.
4124 Execute tfile on remote target.
4125 Copy trace file from target to host.
4126
4127 2012-08-22 Joseph Myers <joseph@codesourcery.com>
4128
4129 * gdb.arch/thumb-bx-pc.S: New file.
4130 * gdb.arch/thumb-bx-pc.exp: New file.
4131
4132 2012-08-22 Tom Tromey <tromey@redhat.com>
4133
4134 * gdb.base/maint.exp: Update.
4135
4136 2012-08-22 Tom Tromey <tromey@redhat.com>
4137
4138 * lib/gdb.exp (skip_unwinder_tests): New proc.
4139 * gdb.cp/nextoverthrow.exp: Use skip_unwinder_tests.
4140 * gdb.java/jnpe.exp: Use skip_unwinder_tests.
4141
4142 2012-08-21 Tom Tromey <tromey@redhat.com>
4143
4144 * gdb.hp/gdb.aCC/exception.exp: Remove.
4145
4146 012-08-19 Andrew Pinski <apinski@cavium.com>
4147
4148 * gdb.arch/mips-octeon-bbit.c: New file.
4149 * gdb.arch/mips-octeon-bbit.exp: New Test.
4150
4151 012-08-19 Keith Seitz <keiths@redhat.com>
4152
4153 PR c++/14365
4154 * gdb.dwarf2/dw2-anon-mptr.exp: New file.
4155 * gdb.dwarf2/dw2-anon-mptr.S: New file.
4156
4157 2012-08-18 Jan Kratochvil <jan.kratochvil@redhat.com>
4158
4159 * gdb.base/solib-corrupted.exp (make solibs looping): Replace
4160 verbose -log by more specific untested call.
4161
4162 2012-08-18 Yao Qi <yao@codesourcery.com>
4163
4164 * gdb.trace/tfind.exp: Move tests on various command help before
4165 checking target supports trace.
4166 Fix the expected output of 'help tfind end'.
4167
4168 2012-08-17 Keith Seitz <keiths@redhat.com>
4169
4170 PR c++/13356
4171 * gdb.base/default.exp: Update all "check type" tests.
4172 * gdb.base/help.exp: Likewise.
4173 * gdb.base/setshow.exp: Likewise.
4174 * gdb.cp/converts.cc (foo1_type_check): New function.
4175 (foo2_type_check): New function.
4176 (foo3_type_check): New function.
4177 (main): Call new functions.
4178 * converts.exp: Add tests for integer-to-pointer conversions
4179 with/without strict type-checking.
4180
4181 2012-08-16 Mike Frysinger <vapier@gentoo.org>
4182
4183 * gdb.base/help.exp: Update expected output.
4184
4185 2012-08-16 Joel Brobecker <brobecker@adacore.com>
4186
4187 * gdb.ada/rdv_wait: New testcase.
4188
4189 2012-08-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4190
4191 * gdb.base/attach-twice.exp: Remove excessive ps exec.
4192
4193 2012-08-13 Doug Evans <dje@google.com>
4194
4195 * gdb.base/help.exp: Update expected output.
4196 * gdb.base/default.exp: Update expected output of "show convenience".
4197
4198 2012-08-10 Doug Evans <dje@google.com>
4199
4200 * gdb.python/py-strfns.c: New file.
4201 * gdb.python/py-strfns.exp: New file.
4202 * gdb.python/py-type.exp (test_fields): Add vector tests.
4203
4204 2012-08-10 Mike Frysinger <vapier@gentoo.org>
4205
4206 PR cli/10436:
4207 * gdb.base/completion.exp: Add tests for handle completion.
4208
4209 2012-08-09 Yao Qi <yao@codesourcery.com>
4210
4211 * gdb.mi/mi-cmd-param-changed.exp: New.
4212 * gdb.mi/mi-cli.exp: Update for MI notification "=cmd-param-changed".
4213 * gdb.mi/mi-var-rtti.exp, gdb.mi/mi2-cli.exp: Likewise.
4214 * gdb.mi/mi2-prompt.exp: Likewise.
4215
4216 2012-08-08 Doug Evans <dje@google.com>
4217
4218 * gdb.base/debug-expr.c: New file.
4219 * gdb.base/debug-expr.exp: New file.
4220 * gdb.base/exprs.exp: Test {type} casts.
4221 * gdb.cp/debug-expr.exp: New file.
4222
4223 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4224
4225 * gdb.base/valgrind-infcall.exp (continue #$continue_count): Use
4226 global variable loop, not a 'break'. Add loop count limit to 100.
4227 Add new fail case for terminated vgdb.
4228
4229 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4230 Jean-Marc Saffroy <saffroy@gmail.com>
4231
4232 PR 11804
4233 * gdb.base/gcore-relro.exp: New file.
4234 * gdb.base/gcore-relro-main.c: New file.
4235 * gdb.base/gcore-relro-lib.c: New file.
4236
4237 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4238
4239 Do not false FAIL with old GCCs.
4240 * gdb.base/watchpoint.exp (self-delete local watch) <$no_hw>: XFAIL for
4241 GCC < 4.5 in $no_hw mode.
4242
4243 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4244
4245 * gdb.base/default.exp (cd): Accept new directory with no arguments.
4246
4247 2012-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4248
4249 * gdb.base/list.exp (test_only_end): New function.
4250 Call it.
4251
4252 2012-08-06 Tom Tromey <tromey@redhat.com>
4253
4254 * gdb.python/py-mi.exp: Add test for printer whose children
4255 are a list.
4256 * gdb.python/py-prettyprint.c (struct children_as_list): New.
4257 (main): New variable children_as_list.
4258 * gdb.python/py-prettyprint.py (class pp_children_as_list):
4259 New.
4260 (register_pretty_printers): Register new printer.
4261
4262 2012-08-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
4263
4264 * gdb.base/valgrind-infcall.exp: Expect leading `.' on ppc64's
4265 symbols. Abort if vgdb remote connection is closed.
4266
4267 2012-08-02 Doug Evans <dje@google.com>
4268
4269 * gdb.base/info-fun.exp: Fix failures on m68k, ppc64, s390x.
4270
4271 2012-08-02 Sergio Durigan Junior <sergiodj@redhat.com>
4272
4273 * gdb.base/pc-fp.exp: Adjust testcase to match different outputs from
4274 s390x, PowerPC 64 and m68k-linux.
4275
4276 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
4277
4278 * gdb.base/annota1.exp: Accept no frames-invalid notification
4279 when starting up the program.
4280 * gdb.python/py-value.exp (test_value_numeric_ops): Pointers may
4281 show a symbolic value as well.
4282 * gdb.server/server-exec-info.exp: Skip test when skipping
4283 gdbserver test and/or when skipping shared library tests.
4284 * gdb.threads/linux-dp.exp: Unset "seen" when done with it to
4285 avoid name conflicts with other tests.
4286
4287 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
4288
4289 * gdb.dwarf2/dw2-icc-opaque.S: Remove .align directives.
4290 Fix wrong output on big-endian systems.
4291 * gdb.dwarf2/dw2-icc-opaque.exp: Expect @mode32 attribute on
4292 4-byte pointer types on 64-bit s390x.
4293
4294 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
4295
4296 * gdb.base/watchpoint.c (func2): Initialize local_a. Add
4297 marker comment at the beginning (after intialization).
4298 * gdb.base/watchpoint.exp (test_complex_watchpoint): Set func2
4299 breakpoint on marker comment instead of function begin.
4300 (test_wide_location_1): Do not expect HW watchpoints on 32-bit
4301 PowerPC.
4302 (test_wide_location_2): Do not expect HW watchpoints on 32-bit
4303 or 64-bit PowerPC.
4304 (do_tests): Consistently set can-use-hw-watchpoints to 0 if
4305 gdb,no_hardware_watchpoints flag is set.
4306 (initialize): Remove now redundant can-use-hw-watchpoints change.
4307
4308 2012-08-02 Yao Qi <yao@codesourcery.com>
4309 Pedro Alves <palves@redhat.com>
4310
4311 * boards/local-remote-host.exp: New.
4312
4313 2012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
4314
4315 * gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs.
4316 * gdb.base/ctxobj.exp: Call gdb_load_shlibs.
4317 * gdb.base/print-file-var.exp: Likewise.
4318 * gdb.server/solib-list.exp: Skip on remote targets.
4319
4320 2012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
4321
4322 * gdb.base/watchpoint.exp (test_wide_location_1): Expect software
4323 watchpoints on ARM. When expecting software watchpoints, tolerate
4324 (remote) targets that report unsupported hardware watchpoint only
4325 at continue time.
4326 (test_wide_location_2): Likewise.
4327
4328 2012-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4329
4330 * gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
4331 valgrind versions.
4332
4333 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
4334
4335 * gdb.base/valgrind-infcall.c: New file.
4336 * gdb.base/valgrind-infcall.exp: New file.
4337
4338 * gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
4339
4340 2012-07-30 Keith Seitz <keiths@redhat.com>
4341
4342 * gdb.linespec/ls-errs.exp: Check some quote-enclosed
4343 linespecs.
4344
4345 2012-07-30 Doug Evans <dje@google.com>
4346
4347 * gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
4348 * gdb.dwarf2/pr13961.S: Ditto.
4349
4350 * gdb.dwarf2/dw4-sig-types.exp: Fix typo.
4351
4352 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
4353
4354 * gdb.mi/mi-var-invalidate.exp: Create a floating variable and
4355 change its format immediately after reloading the binary.
4356
4357 2012-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4358
4359 Fix testsuite regression after --use-deprecated-index-sections removal.
4360 * gdb.base/annota1.exp (run until main breakpoint): Update the expect
4361 string.
4362 * gdb.base/async-shell.exp (gdbindex_warning_re): Likewise.
4363
4364 2012-07-27 Yao Qi <yao@codesourcery.com>
4365
4366 KFAIL for PR remote/14161.
4367 * gdb.trace/strace.exp (strace_remove_socket): kfail for native.
4368 Cleanup socket files.
4369 (strace_info_marker): Detach inferior.
4370
4371 2012-07-26 Tom Tromey <tromey@redhat.com>
4372
4373 * gdb.objc/print.exp (test_float_accepted): Remove kfails.
4374
4375 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
4376
4377 * gdb.python/py-inferior.c (thread): New function.
4378 (check_threads): New function.
4379 (test_threads): New function.
4380 * gdb.python/py-inferior.exp: Added test.
4381 Replaced runto with continue to breakpoint.
4382
4383 2012-07-26 Tom Tromey <tromey@redhat.com>
4384
4385 * lib/ada.exp (standard_ada_testfile): New proc.
4386 * gdb.ada/aliased_array.exp: Use standard_ada_testfile.
4387 * gdb.ada/array_bounds.exp: Use standard_ada_testfile.
4388 * gdb.ada/array_return.exp: Use standard_ada_testfile.
4389 * gdb.ada/array_subscript_addr.exp: Use standard_ada_testfile.
4390 * gdb.ada/arrayidx.exp: Use standard_ada_testfile.
4391 * gdb.ada/arrayparam.exp: Use standard_ada_testfile.
4392 * gdb.ada/arrayptr.exp: Use standard_ada_testfile.
4393 * gdb.ada/atomic_enum.exp: Use standard_ada_testfile.
4394 * gdb.ada/bad-task-bp-keyword.exp: Use standard_ada_testfile.
4395 * gdb.ada/bp_enum_homonym.exp: Use standard_ada_testfile.
4396 * gdb.ada/bp_on_var.exp: Use standard_ada_testfile.
4397 * gdb.ada/bp_range_type.exp: Use standard_ada_testfile.
4398 * gdb.ada/call_pn.exp: Use standard_ada_testfile.
4399 * gdb.ada/catch_ex.exp: Use standard_ada_testfile.
4400 * gdb.ada/char_enum.exp: Use standard_ada_testfile.
4401 * gdb.ada/char_param.exp: Use standard_ada_testfile.
4402 * gdb.ada/complete.exp: Use standard_ada_testfile.
4403 * gdb.ada/cond_lang.exp: Use standard_ada_testfile,
4404 standard_output_file.
4405 * gdb.ada/dyn_loc.exp: Use standard_ada_testfile.
4406 * gdb.ada/enum_idx_packed.exp: Use standard_ada_testfile.
4407 * gdb.ada/exec_changed.exp: Use standard_ada_testfile,
4408 standard_output_file.
4409 * gdb.ada/exprs.exp: Use standard_ada_testfile.
4410 * gdb.ada/fixed_cmp.exp: Use standard_ada_testfile.
4411 * gdb.ada/fixed_points.exp: Use standard_ada_testfile.
4412 * gdb.ada/formatted_ref.exp: Use standard_ada_testfile.
4413 * gdb.ada/frame_args.exp: Use standard_ada_testfile.
4414 * gdb.ada/fullname_bp.exp: Use standard_ada_testfile.
4415 * gdb.ada/fun_addr.exp: Use standard_ada_testfile.
4416 * gdb.ada/fun_in_declare.exp: Use standard_ada_testfile.
4417 * gdb.ada/funcall_param.exp: Use standard_ada_testfile.
4418 * gdb.ada/homonym.exp: Use standard_ada_testfile.
4419 * gdb.ada/info_locals_renaming.exp: Use standard_ada_testfile.
4420 * gdb.ada/int_deref.exp: Use standard_ada_testfile.
4421 * gdb.ada/interface.exp: Use standard_ada_testfile.
4422 * gdb.ada/lang_switch.exp: Use standard_ada_testfile,
4423 standard_output_file
4424 * gdb.ada/mi_catch_ex.exp: Use standard_ada_testfile.
4425 * gdb.ada/mi_task_arg.exp: Use standard_ada_testfile.
4426 * gdb.ada/mi_task_info.exp: Use standard_ada_testfile.
4427 * gdb.ada/mod_from_name.exp: Use standard_ada_testfile.
4428 * gdb.ada/nested.exp: Use standard_ada_testfile.
4429 * gdb.ada/null_array.exp: Use standard_ada_testfile.
4430 * gdb.ada/null_record.exp: Use standard_ada_testfile.
4431 * gdb.ada/operator_bp.exp: Use standard_ada_testfile.
4432 * gdb.ada/packed_array.exp: Use standard_ada_testfile.
4433 * gdb.ada/packed_tagged.exp: Use standard_ada_testfile.
4434 * gdb.ada/print_chars.exp: Use standard_ada_testfile.
4435 * gdb.ada/print_pc.exp: Use standard_ada_testfile.
4436 * gdb.ada/ptr_typedef.exp: Use standard_ada_testfile.
4437 * gdb.ada/ptype_field.exp: Use standard_ada_testfile.
4438 * gdb.ada/ptype_tagged_param.exp: Use standard_ada_testfile.
4439 * gdb.ada/rec_return.exp: Use standard_ada_testfile.
4440 * gdb.ada/ref_param.exp: Use standard_ada_testfile.
4441 * gdb.ada/ref_tick_size.exp: Use standard_ada_testfile.
4442 * gdb.ada/same_enum.exp: Use standard_ada_testfile.
4443 * gdb.ada/set_pckd_arr_elt.exp: Use standard_ada_testfile.
4444 * gdb.ada/small_reg_param.exp: Use standard_ada_testfile.
4445 * gdb.ada/start.exp: Use standard_ada_testfile.
4446 * gdb.ada/str_ref_cmp.exp: Use standard_ada_testfile.
4447 * gdb.ada/sym_print_name.exp: Use standard_ada_testfile.
4448 * gdb.ada/taft_type.exp: Use standard_ada_testfile.
4449 * gdb.ada/tagged.exp: Use standard_ada_testfile.
4450 * gdb.ada/tagged_not_init.exp: Use standard_ada_testfile.
4451 * gdb.ada/task_bp.exp: Use standard_ada_testfile.
4452 * gdb.ada/tasks.exp: Use standard_ada_testfile.
4453 * gdb.ada/tick_last_segv.exp: Use standard_ada_testfile.
4454 * gdb.ada/type_coercion.exp: Use standard_ada_testfile.
4455 * gdb.ada/uninitialized_vars.exp: Use standard_ada_testfile.
4456 * gdb.ada/variant_record_packed_array.exp: Use standard_ada_testfile.
4457 * gdb.ada/watch_arg.exp: Use standard_ada_testfile.
4458 * gdb.ada/whatis_array_val.exp: Use standard_ada_testfile.
4459 * gdb.ada/widewide.exp: Use standard_ada_testfile.
4460
4461 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4462
4463 Fix testsuite regression after --use-deprecated-index-sections removal.
4464 * lib/mi-support.exp (gdbindex_warning_re): Update the expect string.
4465
4466 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4467
4468 Fix compatibility with Tcl before 7.5.
4469 * lib/future.exp (lreverse): New function if it does not exist.
4470
4471 2012-07-25 Marc Khouzam <marc.khouzam@ericsson.com>
4472
4473 * gdb.mi/mi-pending.c: New method to set a second pending
4474 breakpoint.
4475 * gdb.mi/mi-pending.exp: Set a pending breakpoint with a
4476 condition.
4477
4478 2012-07-20 Pedro Alves <palves@redhat.com>
4479
4480 PR threads/11692
4481 PR gdb/12203
4482
4483 * gdb.threads/create-fail.c: New file.
4484 * gdb.threads/create-fail.exp: New file.
4485
4486 2012-07-19 Pedro Alves <palves@redhat.com>
4487
4488 * config/monitor.exp (gdb_load): Remove redundant ';' in for loop.
4489 * config/vx.exp (gdb_start): Likewise.
4490 * gdb.base/printcmds.exp (test_print_repeats_10): Likewise.
4491 * gdb.base/setvar.exp (test_set): Likewise.
4492 * gdb.base/sigall.exp: Use foreach+lrange instead of for+continue.
4493 * gdb.reverse/sigall-precsave.exp: Likewise.
4494 * gdb.reverse/sigall-reverse.exp: Likewise.
4495
4496 2012-07-19 Pedro Alves <palves@redhat.com>
4497
4498 * gdb.reverse/sigall-precsave.exp: Set a breakpoint at each signal
4499 handler before recording.
4500
4501 2012-07-19 Tom Tromey <tromey@redhat.com>
4502
4503 * gdb.cp/casts.exp: Add tests for typeof and decltype.
4504 * gdb.cp/casts.cc (decltype): New function.
4505 (main): Use it.
4506
4507 2012-07-19 Pedro Alves <palves@redhat.com>
4508
4509 * gdb.base/sigall.exp (signals): New list.
4510 <top level>: Loop over signals in the $signals list instead of
4511 calling a test function once per signal.
4512 * gdb.reverse/sigall-precsave.exp (signals): New list.
4513 <top level>: Loop over signals in the $signals list instead of
4514 calling a test function once per signal.
4515 * gdb.reverse/sigall-reverse.exp (signals): New list.
4516 <top level>: Loop over signals in the $signals list instead of
4517 calling a test function once per signal.
4518
4519 2012-07-19 Yao Qi <yao@codesourcery.com>
4520
4521 * gdb.base/setshow.exp: Test 'set args ~'.
4522
4523 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4524
4525 * gdb.base/store.exp (check_set): Import gdb_prompt.
4526 (continue to wack_${t}): Make it to conditional gdb_test_multiple.
4527 (${prefix}; next ${t}): Hide its name, handle it conditionally now.
4528
4529 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4530
4531 PR 11914
4532 * gdb.python/py-prettyprint.c (eval_func, eval_sub): New.
4533 (main): Call eval_sub.
4534 * gdb.python/py-prettyprint.exp:
4535 (python execfile ('py-prettyprint.py')): Move it earlier.
4536 New breakpoint for eval-break.
4537 (continue to breakpoint: eval-break, info locals): New test.
4538 (python execfile ('py-prettyprint.py')): Move it from here.
4539 * gdb.python/py-prettyprint.py (class pp_eval_type): New.
4540 (register_pretty_printers): Register pp_eval_type.
4541
4542 2012-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4543
4544 Fix a testcase regression by me.
4545 * gdb.dwarf2/fission-reread.S: Fix two DW_FORM_data8 to be
4546 DW_FORM_data4.
4547
4548 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4549 Doug Evans <dje@google.com>
4550
4551 * gdb.dwarf2/dw2-minsym-in-cu.S: New file.
4552 * gdb.dwarf2/dw2-minsym-in-cu.exp: New file.
4553
4554 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4555
4556 Fix gdbserver run regression.
4557 * gdb.trace/disconnected-tracing.exp (executabel): Fix typo.
4558
4559 2012-07-12 Tom Tromey <tromey@redhat.com>
4560
4561 * lib/gdb.exp (standard_testfile): Don't declare objdir.
4562 (clean_restart): Likewise.
4563 (core_find): Use standard_output_file.
4564
4565 2012-07-12 Tom Tromey <tromey@redhat.com>
4566
4567 * gdb.dwarf2/dup-psym.exp: Use prepare_for_testing_full.
4568 * gdb.dwarf2/dw2-anonymous-func.exp: Use
4569 prepare_for_testing_full.
4570 * gdb.dwarf2/dw2-basic.exp: Use prepare_for_testing_full.
4571 * gdb.dwarf2/dw2-compressed.exp: Use prepare_for_testing_full.
4572 * gdb.dwarf2/dw2-const.exp: Use prepare_for_testing_full.
4573 * gdb.dwarf2/dw2-cu-size.exp: Use prepare_for_testing_full.
4574 * gdb.dwarf2/dw2-intercu.exp: Use prepare_for_testing_full.
4575 * gdb.dwarf2/dw2-intermix.exp: Use prepare_for_testing_full.
4576 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use
4577 prepare_for_testing_full.
4578 * gdb.dwarf2/dw2-producer.exp: Use prepare_for_testing_full.
4579 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use
4580 prepare_for_testing_full.
4581 * gdb.dwarf2/dw2-restore.exp: Use prepare_for_testing_full.
4582 * gdb.dwarf2/dw2-strp.exp: Use prepare_for_testing_full.
4583 * gdb.dwarf2/mac-fileno.exp: Use prepare_for_testing_full.
4584
4585 2012-07-12 Tom Tromey <tromey@redhat.com>
4586
4587 * lib/gdb.exp (build_executable_from_specs): New proc, from
4588 build_executable.
4589 (build_executable): Use it.
4590 (prepare_for_testing_full): New proc.
4591
4592 2012-07-11 Tom Tromey <tromey@redhat.com>
4593
4594 * gdb.reverse/break-precsave.exp: Use standard_output_file.
4595 * gdb.reverse/consecutive-precsave.exp: Use standard_output_file.
4596 * gdb.reverse/finish-precsave.exp: Use standard_output_file.
4597 * gdb.reverse/i386-precsave.exp: Use standard_output_file.
4598 * gdb.reverse/machinestate-precsave.exp: Use standard_output_file.
4599 * gdb.reverse/sigall-precsave.exp: Use standard_output_file.
4600 * gdb.reverse/solib-precsave.exp: Use standard_output_file.
4601 * gdb.reverse/step-precsave.exp: Use standard_output_file.
4602 * gdb.reverse/until-precsave.exp: Use standard_output_file.
4603 * gdb.reverse/watch-precsave.exp: Use standard_output_file.
4604
4605 2012-07-10 Tom Tromey <tromey@redhat.com>
4606
4607 * gdb.mi/dw2-ref-missing-frame.exp: Use standard_testfile,
4608 standard_output_file.
4609 * gdb.mi/gdb2549.exp: Use standard_testfile.
4610 * gdb.mi/gdb669.exp: Use standard_testfile.
4611 * gdb.mi/gdb701.exp: Use standard_testfile.
4612 * gdb.mi/gdb792.exp: Use standard_testfile.
4613 * gdb.mi/mi-async.exp: Use standard_testfile.
4614 * gdb.mi/mi-basics.exp: Use standard_testfile.
4615 * gdb.mi/mi-break.exp: Use standard_testfile.
4616 * gdb.mi/mi-cli.exp: Use standard_testfile.
4617 * gdb.mi/mi-console.exp: Use standard_testfile.
4618 * gdb.mi/mi-disassemble.exp: Use standard_testfile.
4619 * gdb.mi/mi-eval.exp: Use standard_testfile.
4620 * gdb.mi/mi-file-transfer.exp: Use standard_testfile.
4621 * gdb.mi/mi-file.exp: Use standard_testfile.
4622 * gdb.mi/mi-inheritance-syntax-error.exp: Use standard_testfile.
4623 * gdb.mi/mi-logging.exp: Use standard_testfile.
4624 * gdb.mi/mi-nonstop-exit.exp: Use standard_testfile.
4625 * gdb.mi/mi-nonstop.exp: Use standard_testfile.
4626 * gdb.mi/mi-ns-stale-regcache.exp: Use standard_testfile.
4627 * gdb.mi/mi-nsintrall.exp: Use standard_testfile.
4628 * gdb.mi/mi-nsmoribund.exp: Use standard_testfile.
4629 * gdb.mi/mi-nsthrexec.exp: Use standard_testfile.
4630 * gdb.mi/mi-pending.exp: Use standard_testfile,
4631 standard_output_file.
4632 * gdb.mi/mi-pthreads.exp: Use standard_testfile.
4633 * gdb.mi/mi-read-memory.exp: Use standard_testfile.
4634 * gdb.mi/mi-regs.exp: Use standard_testfile.
4635 * gdb.mi/mi-return.exp: Use standard_testfile.
4636 * gdb.mi/mi-reverse.exp: Use standard_testfile.
4637 * gdb.mi/mi-simplerun.exp: Use standard_testfile.
4638 * gdb.mi/mi-solib.exp: Use standard_testfile,
4639 standard_output_file.
4640 * gdb.mi/mi-stack.exp: Use standard_testfile.
4641 * gdb.mi/mi-stepi.exp: Use standard_testfile.
4642 * gdb.mi/mi-stepn.exp: Use standard_testfile.
4643 * gdb.mi/mi-syn-frame.exp: Use standard_testfile.
4644 * gdb.mi/mi-until.exp: Use standard_testfile.
4645 * gdb.mi/mi-var-block.exp: Use standard_testfile.
4646 * gdb.mi/mi-var-child-f.exp: Use standard_testfile.
4647 * gdb.mi/mi-var-child.exp: Use standard_testfile.
4648 * gdb.mi/mi-var-cmd.exp: Use standard_testfile.
4649 * gdb.mi/mi-var-cp.exp: Use standard_testfile.
4650 * gdb.mi/mi-var-display.exp: Use standard_testfile.
4651 * gdb.mi/mi-var-invalidate.exp: Use standard_testfile,
4652 standard_output_file.
4653 * gdb.mi/mi-var-rtti.exp: Use standard_testfile.
4654 * gdb.mi/mi-watch-nonstop.exp: Use standard_testfile.
4655 * gdb.mi/mi-watch.exp: Use standard_testfile.
4656 * gdb.mi/mi2-amd64-entry-value.exp: Use standard_testfile.
4657 * gdb.mi/mi2-basics.exp: Use standard_testfile.
4658 * gdb.mi/mi2-break.exp: Use standard_testfile.
4659 * gdb.mi/mi2-cli.exp: Use standard_testfile.
4660 * gdb.mi/mi2-console.exp: Use standard_testfile.
4661 * gdb.mi/mi2-disassemble.exp: Use standard_testfile.
4662 * gdb.mi/mi2-eval.exp: Use standard_testfile.
4663 * gdb.mi/mi2-file.exp: Use standard_testfile.
4664 * gdb.mi/mi2-pthreads.exp: Use standard_testfile.
4665 * gdb.mi/mi2-read-memory.exp: Use standard_testfile.
4666 * gdb.mi/mi2-regs.exp: Use standard_testfile.
4667 * gdb.mi/mi2-return.exp: Use standard_testfile.
4668 * gdb.mi/mi2-simplerun.exp: Use standard_testfile.
4669 * gdb.mi/mi2-stack.exp: Use standard_testfile.
4670 * gdb.mi/mi2-stepi.exp: Use standard_testfile.
4671 * gdb.mi/mi2-syn-frame.exp: Use standard_testfile.
4672 * gdb.mi/mi2-until.exp: Use standard_testfile.
4673 * gdb.mi/mi2-var-block.exp: Use standard_testfile.
4674 * gdb.mi/mi2-var-child.exp: Use standard_testfile.
4675 * gdb.mi/mi2-var-cmd.exp: Use standard_testfile.
4676 * gdb.mi/mi2-var-display.exp: Use standard_testfile.
4677 * gdb.mi/mi2-watch.exp: Use standard_testfile.
4678
4679 2012-07-10 Tom Tromey <tromey@redhat.com>
4680
4681 * gdb.cp/abstract-origin.exp: Use standard_testfile.
4682 * gdb.cp/ambiguous.exp: Use standard_testfile,
4683 prepare_for_testing.
4684 * gdb.cp/annota2.exp: Use standard_testfile, prepare_for_testing.
4685 * gdb.cp/annota3.exp: Use standard_testfile, prepare_for_testing.
4686 * gdb.cp/anon-ns.exp: Use standard_testfile.
4687 * gdb.cp/anon-struct.exp: Use standard_testfile.
4688 * gdb.cp/anon-union.exp: Use standard_testfile,
4689 prepare_for_testing.
4690 * gdb.cp/arg-reference.exp: Use standard_testfile,
4691 prepare_for_testing.
4692 * gdb.cp/bool.exp: Use standard_testfile, prepare_for_testing.
4693 * gdb.cp/breakpoint.exp: Use standard_testfile,
4694 prepare_for_testing.
4695 * gdb.cp/bs15503.exp: Use standard_testfile, prepare_for_testing.
4696 * gdb.cp/call-c.exp: Use standard_testfile, clean_restart,
4697 standard_output_file.
4698 * gdb.cp/casts.exp: Use standard_testfile, prepare_for_testing.
4699 * gdb.cp/class2.exp: Use standard_testfile, prepare_for_testing.
4700 * gdb.cp/classes.exp: Use standard_testfile, prepare_for_testing.
4701 (test_static_members): Update.
4702 * gdb.cp/cmpd-minsyms.exp: Use standard_testfile.
4703 * gdb.cp/converts.exp: Use standard_testfile.
4704 * gdb.cp/cp-relocate.exp: Use standard_testfile.
4705 * gdb.cp/cpcompletion.exp: Use standard_testfile,
4706 prepare_for_testing.
4707 * gdb.cp/cpexprs.exp: Use standard_testfile, prepare_for_testing.
4708 * gdb.cp/cplabel.exp: Use standard_testfile.
4709 * gdb.cp/cplusfuncs.exp: Use standard_testfile,
4710 prepare_for_testing.
4711 * gdb.cp/ctti.exp: Use standard_testfile, prepare_for_testing.
4712 * gdb.cp/derivation.exp: Use standard_testfile,
4713 prepare_for_testing.
4714 * gdb.cp/destrprint.exp: Use standard_testfile.
4715 * gdb.cp/dispcxx.exp: Use standard_testfile.
4716 * gdb.cp/exception.exp: Use standard_testfile,
4717 prepare_for_testing.
4718 * gdb.cp/expand-psymtabs-cxx.exp: Use standard_testfile.
4719 * gdb.cp/extern-c.exp: Use standard_testfile,
4720 prepare_for_testing.
4721 * gdb.cp/formatted-ref.exp: Use standard_testfile,
4722 prepare_for_testing.
4723 * gdb.cp/fpointer.exp: Use standard_testfile.
4724 * gdb.cp/gdb1355.exp: Use standard_testfile, prepare_for_testing.
4725 * gdb.cp/gdb2384.exp: Use standard_testfile, clean_restart,
4726 standard_output_file.
4727 * gdb.cp/gdb2495.exp: Use standard_testfile, prepare_for_testing.
4728 * gdb.cp/hang.exp: Use standard_testfile, prepare_for_testing.
4729 * gdb.cp/infcall-dlopen.exp: Use standard_testfile,
4730 standard_output_file.
4731 * gdb.cp/inherit.exp: Use standard_testfile, prepare_for_testing.
4732 (do_tests): Update.
4733 * gdb.cp/koenig.exp: Use standard_testfile.
4734 * gdb.cp/local.exp: Use standard_testfile, prepare_for_testing.
4735 * gdb.cp/m-data.exp: Use standard_testfile, prepare_for_testing.
4736 * gdb.cp/m-static.exp: Use standard_testfile,
4737 prepare_for_testing.
4738 * gdb.cp/mb-ctor.exp: Use standard_testfile, prepare_for_testing.
4739 * gdb.cp/mb-inline.exp: Use standard_testfile,
4740 prepare_for_testing.
4741 * gdb.cp/mb-templates.exp: Use standard_testfile,
4742 prepare_for_testing.
4743 * gdb.cp/member-ptr.exp: Use standard_testfile,
4744 prepare_for_testing.
4745 * gdb.cp/meth-typedefs.exp: Use standard_testfile.
4746 * gdb.cp/method.exp: Use standard_testfile, prepare_for_testing.
4747 * gdb.cp/method2.exp: Use standard_testfile.
4748 * gdb.cp/minsym-fallback.exp: Use standard_testfile,
4749 standard_output_file.
4750 * gdb.cp/misc.exp: Use standard_testfile, prepare_for_testing.
4751 (do_tests): Update.
4752 * gdb.cp/namespace-enum.exp: Use standard_testfile,
4753 prepare_for_testing.
4754 * gdb.cp/namespace-nested-import.exp: Use standard_testfile,
4755 prepare_for_testing.
4756 * gdb.cp/namespace.exp: Use standard_testfile,
4757 prepare_for_testing.
4758 * gdb.cp/nextoverthrow.exp: Use standard_testfile.
4759 * gdb.cp/no-dmgl-verbose.exp: Use standard_testfile.
4760 * gdb.cp/nsdecl.exp: Use standard_testfile, prepare_for_testing.
4761 * gdb.cp/nsimport.exp: Use standard_testfile,
4762 prepare_for_testing.
4763 * gdb.cp/nsnested.exp: Use standard_testfile.
4764 * gdb.cp/nsnoimports.exp: Use standard_testfile.
4765 * gdb.cp/nsrecurs.exp: Use standard_testfile,
4766 prepare_for_testing.
4767 * gdb.cp/nsstress.exp: Use standard_testfile,
4768 prepare_for_testing.
4769 * gdb.cp/nsusing.exp: Use standard_testfile, prepare_for_testing.
4770 * gdb.cp/operator.exp: Use standard_testfile.
4771 * gdb.cp/oranking.exp: Use standard_testfile.
4772 * gdb.cp/overload-const.exp: Use standard_testfile.
4773 * gdb.cp/overload.exp: Use standard_testfile,
4774 prepare_for_testing.
4775 * gdb.cp/ovldbreak.exp: Use standard_testfile.
4776 * gdb.cp/ovsrch.exp: Use standard_testfile.
4777 * gdb.cp/paren-type.exp: Use standard_testfile.
4778 * gdb.cp/pass-by-ref.exp: Use standard_testfile,
4779 prepare_for_testing.
4780 * gdb.cp/pr-1023.exp: Use standard_testfile, prepare_for_testing.
4781 * gdb.cp/pr-1210.exp: Use standard_testfile, prepare_for_testing.
4782 * gdb.cp/pr-574.exp: Use standard_testfile, prepare_for_testing.
4783 * gdb.cp/pr10687.exp: Use standard_testfile, clean_restart.
4784 * gdb.cp/pr10728.exp: Use standard_testfile,
4785 standard_output_file.
4786 * gdb.cp/pr12028.exp: Use standard_testfile.
4787 * gdb.cp/pr9067.exp: Use standard_testfile, prepare_for_testing.
4788 * gdb.cp/pr9167.exp: Use standard_testfile.
4789 * gdb.cp/pr9631.exp: Use standard_testfile, prepare_for_testing.
4790 * gdb.cp/printmethod.exp: Use standard_testfile,
4791 prepare_for_testing.
4792 * gdb.cp/psmang.exp: Use standard_testfile, clean_restart.
4793 * gdb.cp/psymtab-parameter.exp: Use standard_testfile.
4794 * gdb.cp/ptype-cv-cp.exp: Use standard_testfile.
4795 * gdb.cp/re-set-overloaded.exp: Use standard_testfile,
4796 standard_output_file.
4797 * gdb.cp/readnow-language.exp: Use standard_testfile.
4798 * gdb.cp/ref-params.exp: Use standard_testfile, build_executable.
4799 (gdb_start_again): Use clean_restart.
4800 * gdb.cp/ref-types.exp: Use standard_testfile,
4801 prepare_for_testing.
4802 * gdb.cp/rtti.exp: Use standard_testfile, prepare_for_testing.
4803 * gdb.cp/shadow.exp: Use standard_testfile, prepare_for_testing.
4804 * gdb.cp/smartp.exp: Use standard_testfile.
4805 * gdb.cp/static-method.exp: Use standard_testfile.
4806 * gdb.cp/static-print-quit.exp: Use standard_testfile.
4807 * gdb.cp/temargs.exp: Use standard_testfile.
4808 * gdb.cp/templates.exp: Use standard_testfile,
4809 prepare_for_testing.
4810 (do_tests): Update.
4811 * gdb.cp/try_catch.exp: Use standard_testfile,
4812 prepare_for_testing.
4813 * gdb.cp/typedef-operator.exp: Use standard_testfile.
4814 * gdb.cp/userdef.exp: Use standard_testfile, prepare_for_testing.
4815 * gdb.cp/virtbase.exp: Use standard_testfile,
4816 prepare_for_testing.
4817 * gdb.cp/virtfunc.exp: Use standard_testfile,
4818 prepare_for_testing.
4819 (do_tests): Update.
4820 * gdb.cp/virtfunc2.exp: Use standard_testfile,
4821 prepare_for_testing.
4822
4823 2012-07-10 Tom Tromey <tromey@redhat.com>
4824
4825 * lib/gdb.exp (standard_testfile): Unset output variables from
4826 earlier invocations.
4827
4828 2012-07-10 Yao Qi <yao@codesourcery.com>
4829
4830 * gdb.mi/gdb2549.exp: Remove -DFAKEARGV from compilation flags.
4831 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp: Likewise.
4832 * gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp: Likewise.
4833 * gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp: Likewise.
4834 * gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp: Likewise.
4835 * gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp: Likewise.
4836 * gdb.mi/mi-return.exp, gdb.mi/mi-reverse.exp: Likewise.
4837 * gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp: Likewise.
4838 * gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp: Likewise.
4839 * gdb.mi/mi-until.exp, gdb.mi/mi-var-block.exp: Likewise.
4840 * gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp: Likewise.
4841 * gdb.mi/mi-var-display.exp: Likewise.
4842 * gdb.mi/mi-var-invalidate.exp: Likewise.
4843 * gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp: Likewise.
4844 * gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp: Likewise.
4845 * gdb.mi/mi2-console.exp: Likewise.
4846 * gdb.mi/mi2-disassemble.exp: Likewise.
4847 * gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp: Likewise.
4848 * gdb.mi/mi2-read-memory.exp: Likewise.
4849 * gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp: Likewise.
4850 * gdb.mi/mi2-simplerun.exp: Likewise.
4851 * gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp: Likewise.
4852 * gdb.mi/mi2-syn-frame.exp: Likewise.
4853 * gdb.mi/mi2-until.exp, gdb.mi/mi2-var-block.exp: Likewise.
4854 * gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp: Likewise.
4855 * gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp: Likewise.
4856
4857 2012-07-09 Tom Tromey <tromey@redhat.com>
4858
4859 * gdb.base/whatis.exp: Add error checks for improper 'void' uses.
4860 * gdb.base/callfuncs.exp: Add cast-based test.
4861 * gdb.base/callfuncs.c (voidfunc): New function.
4862
4863 2012-07-08 Doug Evans <dje@google.com>
4864
4865 * gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
4866
4867 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4868
4869 Fix XFAIL compatibility with old i386 systems.
4870 * gdb.base/stale-infcall.exp (test system longjmp tracking support):
4871 Check also 'Cannot insert breakpoint 0'.
4872
4873 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4874
4875 PR 14321
4876 * gdb.base/find.exp
4877 (find int64_search_buf, +64/8*100, int64_search_buf): New test.
4878
4879 2012-07-06 Tom Tromey <tromey@redhat.com>
4880
4881 * gdb.base/whatis.exp: Add test.
4882
4883 2012-07-06 Tom Tromey <tromey@redhat.com>
4884
4885 * gdb.base/whatis.exp: Add regression test.
4886
4887 2012-07-06 Tom Tromey <tromey@redhat.com>
4888
4889 * gdb.base/whatis.exp: Add tests.
4890
4891 2012-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4892
4893 PR 12649
4894 * gdb.base/dprintf.exp (Set dprintf style to agent): Add missing
4895 gdb_test_multiple $gdb_prompt terminator.
4896
4897 2012-07-04 Pedro Alves <palves@redhat.com>
4898
4899 * gdb.mi/mi-reverse.exp: Use supports_reverse and
4900 supports_process_record.
4901
4902 2012-07-04 Pedro Alves <palves@redhat.com>
4903
4904 * gdb.ada/packed_tagged/comp_bug.adb: Convert to unix text line
4905 endings.
4906 * gdb.mi/mi-reverse.exp: Convert to unix text line endings.
4907
4908 2012-07-03 Stan Shebs <stan@codesourcery.com>
4909
4910 * gdb.base/info-os.c (main): Retry resource acquisition until an
4911 available one is found.
4912 * gdb.base/info-os.exp: Collect resource keys from the program
4913 and use them in matching.
4914
4915 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4916
4917 * gdb.threads/gcore-thread.exp: Remove variable libthread_db_seen.
4918 Wrap the test into loop for corefile and core0file.
4919
4920 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4921
4922 * gdb.dwarf2/fission-reread.S: Remove .section attributes.
4923 Change CU pointer size to 4 bytes, adjust .8byte to .4byte. Remove
4924 .note.GNU-stack.
4925
4926 * gdb.dwarf2/fission-reread.S: Change # comments to /* */ comments.
4927
4928 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
4929
4930 * gdb.base/help.exp (help b, help br, help bre, help brea, help
4931 break): Include help message for the new `-probe' and `-probe-stap'
4932 options.
4933
4934 2012-07-02 Stan Shebs <stan@codesourcery.com>
4935
4936 * gdb.base/dprintf.exp: Add agent style tests.
4937
4938 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4939
4940 * gdb.base/stale-infcall.c (infcall): New label test-next.
4941 (main): New labels test-pass and test-fail.
4942 * gdb.base/stale-infcall.exp: Continue to test-next. Put breakpoint
4943 $test_fail_bpnum to test-fail.
4944 (test system longjmp tracking support): New test.
4945 Delete $test_fail_bpnum.
4946 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept also Temporary
4947 breakpoint.
4948
4949 2012-06-30 Doug Evans <dje@google.com>
4950
4951 * gdb.dwarf2/fission-reread.S: New file.
4952 * gdb.dwarf2/fission-reread.exp: New file.
4953
4954 2012-06-28 Stan Shebs <stan@codesourcery.com>
4955
4956 * gdb.mi/mi-logging.exp: New file.
4957
4958 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4959 Pedro Alves <palves@redhat.com>
4960
4961 * gdb.threads/siginfo-threads.exp: New file.
4962 * gdb.threads/siginfo-threads.c: New file.
4963 * gdb.threads/sigstep-threads.exp: New file.
4964 * gdb.threads/sigstep-threads.c: New file.
4965
4966 2012-06-28 Tom Tromey <tromey@redhat.com>
4967
4968 * gdb.go/package.exp: Partially revert earlier patch; use
4969 gdb_compile again. Use standard_output_file.
4970
4971 2012-06-27 Doug Evans <dje@google.com>
4972
4973 * gdb.dwarf2/fission-base.c: New file.
4974 * gdb.dwarf2/fission-base.S: New file.
4975 * gdb.dwarf2/fission-base.exp: New file.
4976
4977 2012-06-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4978
4979 * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile.
4980
4981 2012-06-27 Tom Tromey <tromey@redhat.com>
4982
4983 * gdb.base/macscp1.c (macscp_expr): Add breakpoint comment.
4984 * gdb.base/macscp.exp (maybe_kfail): Add test for macro scope.
4985
4986 2012-06-27 Tom Tromey <tromey@redhat.com>
4987
4988 * gdb.dwarf2/pr10770.exp: Use standard_testfile.
4989 * gdb.dwarf2/dw2-var-zero-addr.exp: Use standard_testfile.
4990 * gdb.dwarf2/dw2-param-error.exp: Use standard_testfile.
4991 * gdb.dwarf2/dw2-op-call.exp: Use standard_testfile.
4992 * gdb.dwarf2/dw2-inline-param.exp: Use standard_testfile,
4993 prepare_for_testing.
4994 * gdb.dwarf2/dw2-inline-break.exp: Use standard_testfile.
4995 * gdb.dwarf2/dw2-ifort-parameter.exp: Use standard_testfile.
4996 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Use
4997 standard_testfile.
4998 * gdb.dwarf2/dw2-case-insensitive.exp: Use standard_testfile.
4999 * gdb.dwarf2/dw4-sig-types.exp: Use standard_testfile.
5000 * gdb.dwarf2/dw2-objfile-overlap.exp: Use standard_testfile.
5001 * gdb.dwarf2/callframecfa.exp: Use standard_testfile,
5002 prepare_for_testing.
5003 * gdb.dwarf2/dup-psym.exp: Use standard_testfile.
5004 * gdb.dwarf2/dw2-ada-ffffffff.exp: Use standard_testfile.
5005 * gdb.dwarf2/dw2-anonymous-func.exp: Use standard_testfile.
5006 * gdb.dwarf2/dw2-bad-parameter-type.exp: Use standard_testfile.
5007 * gdb.dwarf2/dw2-basic.exp: Use standard_testfile.
5008 * gdb.dwarf2/dw2-compressed.exp: Use standard_testfile.
5009 * gdb.dwarf2/dw2-const.exp: Use standard_testfile.
5010 * gdb.dwarf2/dw2-cu-size.exp: Use standard_testfile.
5011 * gdb.dwarf2/dw2-double-set-die-type.exp: Use standard_testfile.
5012 * gdb.dwarf2/dw2-empty-namespace.exp: Use standard_testfile.
5013 * gdb.dwarf2/dw2-empty-pc-range.exp: Use standard_testfile.
5014 * gdb.dwarf2/dw2-filename.exp: Use standard_testfile.
5015 * gdb.dwarf2/dw2-icc-opaque.exp: Use standard_testfile.
5016 * gdb.dwarf2/dw2-inheritance.exp: Use standard_testfile.
5017 * gdb.dwarf2/dw2-intercu.exp: Use standard_testfile.
5018 * gdb.dwarf2/dw2-intermix.exp: Use standard_testfile.
5019 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use standard_testfile.
5020 * gdb.dwarf2/dw2-modula2-self-type.exp: Use standard_testfile.
5021 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use standard_testfile.
5022 * gdb.dwarf2/dw2-op-stack-value.exp: Use standard_testfile.
5023 * gdb.dwarf2/dw2-producer.exp: Use standard_testfile.
5024 * gdb.dwarf2/dw2-ranges.exp: Use standard_testfile,
5025 standard_output_file.
5026 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use standard_testfile,
5027 standard_output_file.
5028 * gdb.dwarf2/dw2-restore.exp: Use standard_testfile.
5029 * gdb.dwarf2/dw2-simple-locdesc.exp: Use standard_testfile.
5030 * gdb.dwarf2/dw2-skip-prologue.exp: Use standard_testfile.
5031 * gdb.dwarf2/dw2-stack-boundary.exp: Use standard_testfile.
5032 * gdb.dwarf2/dw2-strp.exp: Use standard_testfile.
5033 * gdb.dwarf2/dw4-sig-type-unused.exp: Use standard_testfile.
5034 * gdb.dwarf2/implptr-64bit.exp: Use standard_testfile.
5035 * gdb.dwarf2/implptr-optimized-out.exp: Use standard_testfile.
5036 * gdb.dwarf2/implptr.exp: Use standard_testfile.
5037 * gdb.dwarf2/mac-fileno.exp: Use standard_testfile.
5038 * gdb.dwarf2/member-ptr-forwardref.exp: Use standard_testfile.
5039 * gdb.dwarf2/pieces.exp: Use standard_testfile.
5040 * gdb.dwarf2/pr11465.exp: Use standard_testfile.
5041 * gdb.dwarf2/pr13961.exp: Use standard_testfile.
5042 * gdb.dwarf2/valop.exp: Use standard_testfile,
5043 prepare_for_testing.
5044
5045 2012-06-27 Tom Tromey <tromey@redhat.com>
5046
5047 * gdb.python/python.exp: Fix regexps in pagination tests.
5048
5049 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
5050
5051 * gdb.python/py-symtab.exp: Add tests to test the new attribute
5052 'last' of gdb.Symtab_and_line.
5053 * gdb.python/py-symbol.c: Move break point comment to enable
5054 testing of gdb.Symtab_and_line.last.
5055
5056 2012-06-26 Tom Tromey <tromey@redhat.com>
5057
5058 * gdb.threads/step.c: Remove.
5059 * gdb.threads/step.exp: Remove.
5060 * gdb.threads/step2.exp: Remove.
5061
5062 2012-06-26 Tom Tromey <tromey@redhat.com>
5063
5064 * gdb.threads/watchpoint-fork.exp (test): Use
5065 standard_output_file. Don't declare objdir.
5066 * gdb.threads/attach-into-signal.exp: Use standard_testfile,
5067 standard_output_file.
5068 * gdb.threads/attach-stopped.exp: Use standard_testfile.
5069 * gdb.threads/bp_in_thread.exp: Use standard_testfile,
5070 clean_restart. Remove incdir.
5071 * gdb.threads/corethreads.exp: Use standard_testfile.
5072 * gdb.threads/execl.exp: Use standard_testfile,
5073 standard_output_file, clean_restart.
5074 * gdb.threads/fork-child-threads.exp: Use standard_testfile,
5075 clean_restart.
5076 * gdb.threads/fork-thread-pending.exp: Use standard_testfile,
5077 clean_restart.
5078 * gdb.threads/gcore-thread.exp: Use standard_testfile. Remove
5079 incdir.
5080 * gdb.threads/hand-call-in-threads.exp: Use standard_testfile,
5081 clean_restart. Remove incdir.
5082 * gdb.threads/ia64-sigill.exp: Use standard_testfile.
5083 * gdb.threads/interrupted-hand-call.exp: Use standard_testfile,
5084 clean_restart. Remove incdir.
5085 * gdb.threads/killed.exp: Use standard_testfile, clean_restart.
5086 Remove incdir.
5087 * gdb.threads/leader-exit.exp: Use standard_testfile.
5088 * gdb.threads/linux-dp.exp: Use standard_testfile, clean_restart.
5089 * gdb.threads/local-watch-wrong-thread.exp: Use standard_testfile,
5090 clean_restart.
5091 * gdb.threads/manythreads.exp: Use standard_testfile,
5092 clean_restart. Remove incdir.
5093 * gdb.threads/multi-create.exp: Use standard_testfile,
5094 clean_restart.
5095 * gdb.threads/no-unwaited-for-left.exp: Use standard_testfile.
5096 * gdb.threads/non-ldr-exc-1.exp: Use standard_testfile.
5097 * gdb.threads/non-ldr-exc-2.exp: Use standard_testfile.
5098 * gdb.threads/non-ldr-exc-3.exp: Use standard_testfile.
5099 * gdb.threads/non-ldr-exc-4.exp: Use standard_testfile.
5100 * gdb.threads/pending-step.exp: Use standard_testfile,
5101 clean_restart. Remove incdir.
5102 * gdb.threads/print-threads.exp: Use standard_testfile,
5103 clean_restart. Remove incdir.
5104 * gdb.threads/pthread_cond_wait.exp: Use standard_testfile,
5105 clean_restart. Remove incdir.
5106 * gdb.threads/pthreads.exp: Use standard_testfile, clean_restart.
5107 Remove incdir.
5108 * gdb.threads/schedlock.exp: Use standard_testfile. Remove
5109 incdir.
5110 * gdb.threads/sigthread.exp: Use standard_testfile,
5111 clean_restart.
5112 * gdb.threads/staticthreads.exp: Use standard_testfile,
5113 clean_restart. Remove incdir.
5114 * gdb.threads/switch-threads.exp: Use standard_testfile,
5115 clean_restart. Remove incdir.
5116 * gdb.threads/thread-execl.exp: Use standard_testfile,
5117 clean_restart. Remove incdir.
5118 * gdb.threads/thread-find.exp: Use standard_testfile,
5119 clean_restart.
5120 * gdb.threads/thread-specific.exp: Use standard_testfile,
5121 clean_restart. Remove incdir.
5122 * gdb.threads/thread-unwindonsignal.exp: Use standard_testfile,
5123 clean_restart. Remove incdir.
5124 * gdb.threads/thread_check.exp: Use standard_testfile,
5125 clean_restart. Remove incdir.
5126 * gdb.threads/thread_events.exp: Use standard_testfile. Remove
5127 incdir.
5128 * gdb.threads/threadapply.exp: Use standard_testfile,
5129 clean_restart. Remove incdir.
5130 * gdb.threads/threxit-hop-specific.exp: Use standard_testfile,
5131 clean_restart. Remove incdir.
5132 * gdb.threads/tls-nodebug.exp: Use standard_testfile,
5133 clean_restart.
5134 * gdb.threads/tls-shared.exp: Use standard_testfile,
5135 clean_restart, standard_output_file.
5136 * gdb.threads/tls-var.exp: Use standard_testfile,
5137 standard_output_file.
5138 * gdb.threads/tls.exp: Use standard_testfile, clean_restart.
5139 Remove incdir.
5140 * gdb.threads/watchthreads-reorder.exp: Use standard_testfile.
5141 * gdb.threads/watchthreads.exp: Use standard_testfile. Remove
5142 incdir.
5143 * gdb.threads/watchthreads2.exp: Use standard_testfile,
5144 clean_restart. Remove incdir.
5145
5146 2012-06-26 Tom Tromey <tromey@redhat.com>
5147
5148 * gdb.trace/actions.exp: Use standard_testfile.
5149 * gdb.trace/ax.exp: Use standard_testfile.
5150 * gdb.trace/backtrace.exp: Use standard_testfile.
5151 * gdb.trace/change-loc.exp: Use standard_testfile.
5152 * gdb.trace/circ.exp: Use standard_testfile, prepare_for_testing.
5153 * gdb.trace/collection.exp: Use standard_testfile,
5154 prepare_for_testing.
5155 * gdb.trace/deltrace.exp: Use standard_testfile.
5156 * gdb.trace/disconnected-tracing.exp: Use standard_testfile.
5157 * gdb.trace/ftrace.exp: Use standard_testfile.
5158 * gdb.trace/infotrace.exp: Use standard_testfile.
5159 * gdb.trace/packetlen.exp: Use standard_testfile.
5160 * gdb.trace/passc-dyn.exp: Use standard_testfile.
5161 * gdb.trace/passcount.exp: Use standard_testfile.
5162 * gdb.trace/pending.exp: Use standard_testfile.
5163 * gdb.trace/report.exp: Use standard_testfile.
5164 * gdb.trace/save-trace.exp: Use standard_testfile.
5165 * gdb.trace/stap-trace.exp: Use standard_testfile.
5166 * gdb.trace/status-stop.exp: Use standard_testfile.
5167 * gdb.trace/strace.exp: Use standard_testfile.
5168 * gdb.trace/tfile.exp: Use standard_testfile.
5169 * gdb.trace/tfind.exp: Use standard_testfile.
5170 * gdb.trace/trace-break.exp: Use standard_testfile.
5171 * gdb.trace/trace-mt.exp: Use standard_testfile.
5172 * gdb.trace/tracecmd.exp: Use standard_testfile.
5173 * gdb.trace/tspeed.exp: Use standard_testfile.
5174 * gdb.trace/tstatus.exp: Use standard_testfile.
5175 * gdb.trace/tsv.exp: Use standard_testfile.
5176 * gdb.trace/unavailable.exp: Use standard_testfile,
5177 prepare_for_testing.
5178 * gdb.trace/while-dyn.exp: Use standard_testfile.
5179 * gdb.trace/while-stepping.exp: Use standard_testfile.
5180
5181 2012-06-26 Tom Tromey <tromey@redhat.com>
5182
5183 * gdb.reverse/break-precsave.exp: Use standard_testfile.
5184 * gdb.reverse/break-reverse.exp: Use standard_testfile.
5185 * gdb.reverse/consecutive-precsave.exp: Use standard_testfile.
5186 * gdb.reverse/consecutive-reverse.exp: Use standard_testfile.
5187 * gdb.reverse/finish-precsave.exp: Use standard_testfile.
5188 * gdb.reverse/finish-reverse-bkpt.exp: Use standard_testfile.
5189 * gdb.reverse/finish-reverse.exp: Use standard_testfile.
5190 * gdb.reverse/i386-precsave.exp: Use standard_testfile,
5191 prepare_for_testing.
5192 * gdb.reverse/i386-reverse.exp: Use standard_testfile,
5193 prepare_for_testing.
5194 * gdb.reverse/i386-sse-reverse.exp: Use standard_testfile,
5195 prepare_for_testing.
5196 * gdb.reverse/i387-env-reverse.exp: Use standard_testfile,
5197 prepare_for_testing.
5198 * gdb.reverse/i387-stack-reverse.exp: Use standard_testfile,
5199 prepare_for_testing
5200 * gdb.reverse/machinestate-precsave.exp: Use standard_testfile.
5201 * gdb.reverse/machinestate.exp: Use standard_testfile.
5202 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Use standard_testfile.
5203 * gdb.reverse/sigall-precsave.exp: Use standard_testfile,
5204 build_executable.
5205 * gdb.reverse/sigall-reverse.exp: Use standard_testfile,
5206 build_executable.
5207 * gdb.reverse/solib-precsave.exp: Use standard_testfile,
5208 standard_output_file.
5209 * gdb.reverse/solib-reverse.exp: Use standard_testfile,
5210 standard_output_file.
5211 * gdb.reverse/step-precsave.exp: Use standard_testfile.
5212 * gdb.reverse/step-reverse.exp: Use standard_testfile.
5213 * gdb.reverse/until-precsave.exp: Use standard_testfile.
5214 * gdb.reverse/until-reverse.exp: Use standard_testfile.
5215 * gdb.reverse/watch-precsave.exp: Use standard_testfile.
5216 * gdb.reverse/watch-reverse.exp: Use standard_testfile.
5217
5218 2012-06-26 Tom Tromey <tromey@redhat.com>
5219
5220 * gdb.stabs/weird.exp: Remove directory-checking code. Use
5221 standard_output_file.
5222 * gdb.stabs/exclfwd.exp: Use standard_testfile,
5223 prepare_for_testing. Remove directory-checking code.
5224
5225 2012-06-25 Tom Tromey <tromey@redhat.com>
5226
5227 * gdb.multi/watchpoint-multi.exp: Use standard_testfile.
5228 * gdb.multi/bkpt-multi-exec.exp: Use standard_output_file. Use
5229 build_executable, not prepare_for_testing.
5230 * gdb.multi/base.exp: Use standard_output_file. Use
5231 build_executable, not prepare_for_testing.
5232
5233 2012-06-25 Tom Tromey <tromey@redhat.com>
5234
5235 * gdb.fortran/subarray.exp: Use standard_testfile,
5236 prepare_for_testing.
5237 * gdb.fortran/multi-dim.exp: Use standard_testfile.
5238 * gdb.fortran/module.exp: Use standard_testfile.
5239 * gdb.fortran/logical.exp: Use standard_testfile.
5240 * gdb.fortran/library-module.exp: Use standard_testfile,
5241 standard_output_file.
5242 * gdb.fortran/derived-type.exp: Use standard_testfile,
5243 prepare_for_testing.
5244 * gdb.fortran/complex.exp: Use standard_testfile,
5245 prepare_for_testing.
5246 * gdb.fortran/charset.exp: Use standard_testfile.
5247 * gdb.fortran/array-element.exp: Use standard_testfile,
5248 prepare_for_testing.
5249
5250 2012-06-25 Keith Seitz <keiths@redhat.com>
5251
5252 * gdb.mi/mi-break.exp (test_rbreak_creation_and_listing):
5253 Change rbreak-related tests to KFAIL and add bugzilla numbers.
5254
5255 2012-06-25 Tom Tromey <tromey@redhat.com>
5256
5257 * gdb.pascal/integers.exp: Use standard_testfile, clean_restart.
5258 * gdb.pascal/hello.exp: Use standard_testfile, clean_restart.
5259 * gdb.pascal/gdb11492.exp: Use standard_testfile, clean_restart.
5260 * gdb.pascal/floats.exp: Use standard_testfile, clean_restart.
5261
5262 2012-06-25 Tom Tromey <tromey@redhat.com>
5263
5264 * gdb.linespec/ls-errs.exp: Use standard_testfile.
5265 * gdb.linespec/ls-dollar.exp: Use standard_testfile.
5266 * gdb.linespec/linespec.exp: Use standard_testfile.
5267
5268 2012-06-25 Tom Tromey <tromey@redhat.com>
5269
5270 * gdb.modula2/unbounded-array.exp: Use standard_testfile,
5271 prepare_for_testing.
5272
5273 2012-06-25 Tom Tromey <tromey@redhat.com>
5274
5275 * gdb.opt/clobbered-registers-O2.exp: Use standard_testfile,
5276 prepare_for_testing.
5277 * gdb.opt/inline-break.exp: Use standard_testfile,
5278 prepare_for_testing.
5279 * gdb.opt/inline-bt.exp: Use standard_testfile,
5280 prepare_for_testing.
5281 * gdb.opt/inline-cmds.exp: Use standard_testfile,
5282 prepare_for_testing.
5283 * gdb.opt/inline-locals.exp: Use standard_testfile,
5284 prepare_for_testing.
5285
5286 2012-06-25 Tom Tromey <tromey@redhat.com>
5287
5288 * gdb.asm/asm-source.exp: Use standard_output_file,
5289 standard_testfile. Construct .o files in proper subdir.
5290
5291 2012-06-25 Tom Tromey <tromey@redhat.com>
5292
5293 * gdb.server/ext-attach.exp: Use standard_testfile,
5294 prepare_for_testing.
5295 * gdb.server/ext-run.exp: Use standard_testfile,
5296 build_executable.
5297 * gdb.server/file-transfer.exp: Use standard_testfile,
5298 prepare_for_testing.
5299 * gdb.server/server-exec-info.exp: Use standard_testfile.
5300 * gdb.server/server-mon.exp: Use standard_testfile,
5301 prepare_for_testing.
5302 * gdb.server/server-run.exp: Use standard_testfile,
5303 build_executable.
5304 * gdb.server/solib-list.exp: Use standard_testfile,
5305 standard_output_file.
5306
5307 2012-06-25 Tom Tromey <tromey@redhat.com>
5308
5309 * lib/gdb.exp (standard_output_file): Use "file join".
5310 * gdb.go/chan.exp: Use standard_testfile.
5311 * gdb.go/handcall.exp: Use standard_testfile.
5312 * gdb.go/hello.exp: Use standard_testfile.
5313 * gdb.integers/chan.exp: Use standard_testfile.
5314 * gdb.go/methods.exp: Use standard_testfile.
5315 * gdb.go/package.exp: Use standard_testfile.
5316 * gdb.go/strings.exp: Use standard_testfile.
5317 * gdb.go/types.exp: Use standard_testfile.
5318 * gdb.go/unsafe.exp: Use standard_testfile.
5319
5320 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
5321
5322 * gdb.arch/arm-disp-step.S: Fix use of .global directives.
5323
5324 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5325
5326 Fix regression by the previous commit.
5327 * gdb.python/lib-types.exp: Add c++ to the compilation flags.
5328
5329 2012-06-22 Tom Tromey <tromey@redhat.com>
5330
5331 * gdb.python/lib-types.exp: Use standard_testfile,
5332 prepare_for_testing.
5333 * gdb.python/py-block.exp: Use standard_testfile.
5334 * gdb.python/py-breakpoint.exp: Use standard_testfile.
5335 * gdb.python/py-events.exp: Use standard_testfile,
5336 standard_output_file.
5337 * gdb.python/py-evsignal.exp: Use standard_testfile.
5338 * gdb.python/py-evethreads.exp: Use standard_testfile.
5339 * gdb.python/py-explore-cc.exp: Use standard_testfile.
5340 * gdb.python/py-explore.exp: Use standard_testfile.
5341 * gdb.python/py-finish-breakpoint.exp: Use standard_testfile,
5342 standard_output_file.
5343 * gdb.python/py-finish-breakpoint2.exp: Use standard_testfile,
5344 prepare_for_testing.
5345 * gdb.python/py-frame-inline.exp: Use standard_testfile.
5346 * gdb.python/py-frame.exp: Use standard_testfile.
5347 * gdb.python/py-inferior.exp: Use standard_testfile.
5348 * gdb.python/py-infthread.exp: Use standard_testfile.
5349 * gdb.python/py-mi.exp: Use standard_testfile.
5350 * gdb.python/py-objfile-script.exp: Use standard_testfile,
5351 build_executable.
5352 * gdb.python/py-objfile.exp: Use standard_testfile.
5353 * gdb.python/py-pp-maint.exp: Use standard_testfile,
5354 prepare_for_testing.
5355 * gdb.python/py-prettyprint.exp: Use standard_testfile.
5356 * gdb.python/py-progspace.exp: Use standard_testfile,
5357 build_executable.
5358 * gdb.python/py-prompt.exp: Use standard_testfile,
5359 build_executable.
5360 * gdb.python/py-section-script.exp: Use standard_testfile,
5361 build_executable.
5362 * gdb.python/py-shared.exp: Use standard_testfile,
5363 standard_output_file, clean_restart.
5364 * gdb.python/py-symbol.exp: Use standard_output_file,
5365 prepare_for_testing.
5366 * gdb.python/py-symtab.exp: Use standard_output_file,
5367 prepare_for_testing
5368 * gdb.python/py-template.exp: Use standard_testfile.
5369 * gdb.python/py-type.exp: Use standard_testfile.
5370 * gdb.python/py-value-cc.exp: Use standard_testfile.
5371 * gdb.python/py-value.exp: Use standard_testfile.
5372 * gdb.python/python.exp: Use standard_testfile, build_executable.
5373
5374 2012-06-22 Tom Tromey <tromey@redhat.com>
5375
5376 * gdb.objc/basicclass.exp: Use standard_testfile.
5377 (do_objc_tests): Don't declare objdir.
5378 * gdb.objc/nondebug.exp: Use standard_testfile.
5379 (do_objc_tests): Don't declare objdir.
5380 * gdb.objc/objcdecode.exp: Use standard_testfile.
5381 (do_objc_tests): Don't declare objdir.
5382
5383 2012-06-22 Tom Tromey <tromey@redhat.com>
5384
5385 * gdb.java/jmain.exp: Use standard_testfile.
5386 * gdb.java/jmisc.exp: Use standard_testfile.
5387 * gdb.java/jnpe.exp: Use standard_testfile.
5388 * gdb.java/jprint.exp: Use standard_testfile.
5389
5390 2012-06-22 Tom Tromey <tromey@redhat.com>
5391
5392 * lib/gdb.exp (default_gdb_init): Set gdb_test_file_name.
5393 (standard_output_file, standard_testfile): New procs.
5394 (build_executable, clean_restart): Use standard_output_file.
5395
5396 2012-06-22 Yao Qi <yao@codesourcery.com>
5397
5398 * boards/native-gdbserver.exp: New proc ${board}_exec.
5399 * boards/native-stdio-gdbserver.exp: Likewise.
5400
5401 2012-06-21 Tom Tromey <tromey@redhat.com>
5402
5403 * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests)
5404 (build_executable): Update.
5405 (get_compiler_info): Remove 'binfile' argument.
5406 * gdb.ada/arrayidx.exp: Update.
5407 * gdb.ada/null_array.exp: Update.
5408 * gdb.arch/altivec-abi.exp: Update.
5409 * gdb.arch/altivec-regs.exp: Update.
5410 * gdb.arch/amd64-byte.exp: Update.
5411 * gdb.arch/amd64-dword.exp: Update.
5412 * gdb.arch/amd64-word.exp: Update.
5413 * gdb.arch/i386-avx.exp: Update.
5414 * gdb.arch/i386-byte.exp: Update.
5415 * gdb.arch/i386-sse.exp: Update.
5416 * gdb.arch/i386-word.exp: Update.
5417 * gdb.arch/ppc-dfp.exp: Update.
5418 * gdb.arch/ppc-fp.exp: Update.
5419 * gdb.arch/vsx-regs.exp: Update.
5420 * gdb.base/all-bin.exp: Update.
5421 * gdb.base/annota1.exp: Update.
5422 * gdb.base/async.exp: Update.
5423 * gdb.base/attach.exp: Update.
5424 * gdb.base/break-interp.exp: Update.
5425 * gdb.base/call-ar-st.exp: Update.
5426 * gdb.base/call-rt-st.exp: Update.
5427 * gdb.base/call-sc.exp: Update.
5428 * gdb.base/callfuncs.exp: Update.
5429 * gdb.base/catch-load.exp: Update.
5430 * gdb.base/completion.exp: Update.
5431 * gdb.base/complex.exp: Update.
5432 * gdb.base/condbreak.exp: Update.
5433 * gdb.base/consecutive.exp: Update.
5434 * gdb.base/constvars.exp: Update.
5435 * gdb.base/corefile.exp: Update.
5436 * gdb.base/eval-skip.exp: Update.
5437 * gdb.base/expand-psymtabs.exp: Update.
5438 * gdb.base/exprs.exp: Update.
5439 * gdb.base/fileio.exp: Update.
5440 * gdb.base/fixsection.exp: Update.
5441 * gdb.base/funcargs.exp: Update.
5442 * gdb.base/gdb11530.exp: Update.
5443 * gdb.base/gdb1555.exp: Update.
5444 * gdb.base/gnu-ifunc.exp: Update.
5445 * gdb.base/gnu_vector.exp: Update.
5446 * gdb.base/info-macros.exp: Update.
5447 * gdb.base/jit-simple.exp: Update.
5448 * gdb.base/jit-so.exp: Update.
5449 * gdb.base/jit.exp: Update.
5450 * gdb.base/langs.exp: Update.
5451 * gdb.base/list.exp: Update.
5452 * gdb.base/logical.exp: Update.
5453 * gdb.base/long_long.exp: Update.
5454 * gdb.base/longjmp.exp: Update.
5455 * gdb.base/macscp.exp: Update.
5456 * gdb.base/mips_pro.exp: Update.
5457 * gdb.base/miscexprs.exp: Update.
5458 * gdb.base/morestack.exp: Update.
5459 * gdb.base/nodebug.exp: Update.
5460 * gdb.base/opaque.exp: Update.
5461 * gdb.base/pc-fp.exp: Update.
5462 * gdb.base/pending.exp: Update.
5463 * gdb.base/permissions.exp: Update.
5464 * gdb.base/pointers.exp: Update.
5465 * gdb.base/prelink.exp: Update.
5466 * gdb.base/printcmds.exp: Update.
5467 * gdb.base/psymtab.exp: Update.
5468 * gdb.base/ptype.exp: Update.
5469 * gdb.base/relational.exp: Update.
5470 * gdb.base/scope.exp: Update.
5471 * gdb.base/setvar.exp: Update.
5472 * gdb.base/shlib-call.exp: Update.
5473 * gdb.base/shreloc.exp: Update.
5474 * gdb.base/signals.exp: Update.
5475 * gdb.base/sizeof.exp: Update.
5476 * gdb.base/so-impl-ld.exp: Update.
5477 * gdb.base/so-indr-cl.exp: Update.
5478 * gdb.base/solib-disc.exp: Update.
5479 * gdb.base/solib-display.exp: Update.
5480 * gdb.base/solib-nodir.exp: Update.
5481 * gdb.base/solib-overlap.exp: Update.
5482 * gdb.base/solib-symbol.exp: Update.
5483 * gdb.base/solib-weak.exp: Update.
5484 * gdb.base/solib.exp: Update.
5485 * gdb.base/store.exp: Update.
5486 * gdb.base/structs.exp: Update.
5487 * gdb.base/structs2.exp: Update.
5488 * gdb.base/type-opaque.exp: Update.
5489 * gdb.base/unload.exp: Update.
5490 * gdb.base/varargs.exp: Update.
5491 * gdb.base/volatile.exp: Update.
5492 * gdb.base/watch_thread_num.exp: Update.
5493 * gdb.base/watchpoint-solib.exp: Update.
5494 * gdb.base/watchpoint.exp: Update.
5495 * gdb.base/watchpoints.exp: Update.
5496 * gdb.base/whatis.exp: Update.
5497 * gdb.cell/arch.exp: Update.
5498 * gdb.cell/break.exp: Update.
5499 * gdb.cell/bt.exp: Update.
5500 * gdb.cell/core.exp: Update.
5501 * gdb.cell/data.exp: Update.
5502 * gdb.cell/ea-cache.exp: Update.
5503 * gdb.cell/f-regs.exp: Update.
5504 * gdb.cell/fork.exp: Update.
5505 * gdb.cell/gcore.exp: Update.
5506 * gdb.cell/mem-access.exp: Update.
5507 * gdb.cell/ptype.exp: Update.
5508 * gdb.cell/registers.exp: Update.
5509 * gdb.cell/sizeof.exp: Update.
5510 * gdb.cell/solib-symbol.exp: Update.
5511 * gdb.cell/solib.exp: Update.
5512 * gdb.cp/ambiguous.exp: Update.
5513 * gdb.cp/breakpoint.exp: Update.
5514 * gdb.cp/bs15503.exp: Update.
5515 * gdb.cp/casts.exp: Update.
5516 * gdb.cp/class2.exp: Update.
5517 * gdb.cp/cpexprs.exp: Update.
5518 * gdb.cp/cplusfuncs.exp: Update.
5519 * gdb.cp/ctti.exp: Update.
5520 * gdb.cp/dispcxx.exp: Update.
5521 * gdb.cp/gdb1355.exp: Update.
5522 * gdb.cp/gdb2384.exp: Update.
5523 * gdb.cp/gdb2495.exp: Update.
5524 * gdb.cp/infcall-dlopen.exp: Update.
5525 * gdb.cp/local.exp: Update.
5526 * gdb.cp/m-data.exp: Update.
5527 * gdb.cp/m-static.exp: Update.
5528 * gdb.cp/mb-ctor.exp: Update.
5529 * gdb.cp/mb-inline.exp: Update.
5530 * gdb.cp/mb-templates.exp: Update.
5531 * gdb.cp/member-ptr.exp: Update.
5532 * gdb.cp/method.exp: Update.
5533 * gdb.cp/namespace.exp: Update.
5534 * gdb.cp/nextoverthrow.exp: Update.
5535 * gdb.cp/nsdecl.exp: Update.
5536 * gdb.cp/nsrecurs.exp: Update.
5537 * gdb.cp/nsstress.exp: Update.
5538 * gdb.cp/nsusing.exp: Update.
5539 * gdb.cp/pr-1023.exp: Update.
5540 * gdb.cp/pr-1210.exp: Update.
5541 * gdb.cp/pr-574.exp: Update.
5542 * gdb.cp/pr9631.exp: Update.
5543 * gdb.cp/printmethod.exp: Update.
5544 * gdb.cp/psmang.exp: Update.
5545 * gdb.cp/re-set-overloaded.exp: Update.
5546 * gdb.cp/rtti.exp: Update.
5547 * gdb.cp/shadow.exp: Update.
5548 * gdb.cp/templates.exp: Update.
5549 * gdb.cp/try_catch.exp: Update.
5550 * gdb.dwarf2/dw2-ranges.exp: Update.
5551 * gdb.dwarf2/pr10770.exp: Update.
5552 * gdb.fortran/library-module.exp: Update.
5553 * gdb.hp/gdb.aCC/optimize.exp: Update.
5554 * gdb.hp/gdb.aCC/watch-cmd.exp: Update.
5555 * gdb.hp/gdb.base-hp/callfwmall.exp: Update.
5556 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Update.
5557 * gdb.hp/gdb.base-hp/pxdb.exp: Update.
5558 * gdb.hp/gdb.base-hp/sized-enum.exp: Update.
5559 * gdb.hp/gdb.base-hp/so-thresh.exp: Update.
5560 * gdb.hp/gdb.compat/xdb1.exp: Update.
5561 * gdb.hp/gdb.compat/xdb2.exp: Update.
5562 * gdb.hp/gdb.compat/xdb3.exp: Update.
5563 * gdb.hp/gdb.defects/bs14602.exp: Update.
5564 * gdb.hp/gdb.defects/solib-d.exp: Update.
5565 * gdb.hp/gdb.objdbg/objdbg01.exp: Update.
5566 * gdb.hp/gdb.objdbg/objdbg02.exp: Update.
5567 * gdb.hp/gdb.objdbg/objdbg03.exp: Update.
5568 * gdb.hp/gdb.objdbg/objdbg04.exp: Update.
5569 * gdb.mi/gdb792.exp: Update.
5570 * gdb.mi/mi-pending.exp: Update.
5571 * gdb.mi/mi-solib.exp: Update.
5572 * gdb.mi/mi-var-cp.exp: Update.
5573 * gdb.opt/clobbered-registers-O2.exp: Update.
5574 * gdb.opt/inline-bt.exp: Update.
5575 * gdb.opt/inline-cmds.exp: Update.
5576 * gdb.opt/inline-locals.exp: Update.
5577 * gdb.python/py-events.exp: Update.
5578 * gdb.python/py-finish-breakpoint.exp: Update.
5579 * gdb.python/py-type.exp: Update.
5580 * gdb.reverse/solib-precsave.exp: Update.
5581 * gdb.reverse/solib-reverse.exp: Update.
5582 * gdb.server/solib-list.exp: Update.
5583 * gdb.stabs/weird.exp: Update.
5584 * gdb.threads/attach-into-signal.exp: Update.
5585 * gdb.threads/attach-stopped.exp: Update.
5586 * gdb.threads/tls-shared.exp: Update.
5587 * gdb.trace/change-loc.exp: Update.
5588 * gdb.trace/strace.exp: Update.
5589
5590 2012-06-19 Tom Tromey <tromey@redhat.com>
5591
5592 * gdb.base/whatis.exp: Add tests.
5593
5594 2012-06-19 Tom Tromey <tromey@redhat.com>
5595
5596 * gdb.cp/m-static.cc (keepalive): New function.
5597 (gnu_obj_1::method): Use it.
5598
5599 2012-06-18 Doug Evans <dje@google.com>
5600
5601 * gdb.base/info-fun.exp: New file.
5602 * gdb.base/info-fun.c: New file.
5603 * gdb.base/info-fun-solib.c: New file.
5604
5605 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5606
5607 Remove stale dummy frames.
5608 * gdb.base/call-signal-resume.exp (maintenance print dummy-frames)
5609 (maintenance info breakpoints): New tests.
5610 * gdb.base/stale-infcall.c: New file.
5611 * gdb.base/stale-infcall.exp: New file.
5612
5613 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5614
5615 * gdb.arch/amd64-entry-value-param.S: New file.
5616 * gdb.arch/amd64-entry-value-param.c: New file.
5617 * gdb.arch/amd64-entry-value-param.exp: New file.
5618
5619 2012-06-15 Tom Tromey <tromey@redhat.com>
5620
5621 * gdb.cp/namespace.exp: Add "show lang" test.
5622
5623 2012-06-15 Iain Sandoe <iain@codesourcery.com>
5624
5625 * gdb.base/list.exp (test_listsize): Remove $use_gdb_stub special
5626 case. (top level): Use gdb_file_cmd instead of gdb_load.
5627
5628 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5629
5630 PR tdep/14222
5631 * gdb.arch/i386-sse-stack-align.S: New file.
5632 * gdb.arch/i386-sse-stack-align.c: New file.
5633 * gdb.arch/i386-sse-stack-align.exp: New file.
5634
5635 2012-06-13 Keith Seitz <keiths@redhat.com>
5636
5637 PR breakpoints/13798 and mi/11541
5638 * gdb.linespec/ls-errs.exp: Add a few more tests for
5639 filenames with spaces and colons.
5640
5641 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5642
5643 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
5644 * gdb.cp/cpexprs.cc (class CV, CV::i, ATTRIBUTE_USED, CV_f): New.
5645 (test_function): Call CV_f.
5646 * gdb.cp/cpexprs.exp (p 'CV::m(int)', p CV::m(int))
5647 (p 'CV::m(int) const', p CV::m(int) const, p 'CV::m(int) volatile')
5648 (p CV::m(int) volatile, p 'CV::m(int) const volatile')
5649 (p CV::m(int) const volatile, p CV_f(int), p CV_f(CV::t))
5650 (p CV_f(CV::i)): New tests.
5651
5652 2012-06-13 Tom Tromey <tromey@redhat.com>
5653
5654 * gdb.base/condbreak.exp: Add tests for "condition" completion.
5655
5656 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5657
5658 Fix regression by the "ambiguous linespec" series.
5659 * gdb.base/break.exp (list marker1, break lineno, delete $bpnum): New
5660 tests.
5661
5662 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5663
5664 * lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
5665 missing.
5666
5667 2012-06-11 Tom Tromey <tromey@redhat.com>
5668
5669 * gdb.base/longjmp.c (hidden_longjmp): Move expected catch
5670 location...
5671 (main): ...here.
5672
5673 2012-06-07 Yao Qi <yao@codesourcery.com>
5674
5675 * gdb.trace/strace.exp: Shorten some too-long lines.
5676
5677 2012-06-06 Pedro Alves <palves@redhat.com>
5678
5679 * gdb.threads/clone-new-thread-event.c: New file.
5680 * gdb.threads/clone-new-thread-event.exp: New file.
5681
5682 2012-06-06 Yao Qi <yao@codesourcery.com>
5683
5684 * gdb.base/dprintf.c (main): Add extra parameter when calling
5685 printf and fprintf.
5686 (bar): New function. It is a dead function, but to ensure
5687 'malloc' is linked explicitly.
5688
5689 2012-06-06 Yao Qi <yao@codesourcery.com>
5690
5691 * gdb.base/info-proc.exp: Return if target doesn't support
5692 'info proc'.
5693
5694 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5695
5696 * gdb.base/freebpcmd.exp (set lines): Check valid range of I.
5697 (run program with breakpoint commands): XFAIl if it is not.
5698
5699 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5700
5701 * gdb.base/ctxobj-f.c (GET_VERSION): Introduce local variable
5702 and add comment.
5703 * gdb.base/ctxobj-m.c (main): Rewrite, and add comment.
5704 * gdb.base/ctxobj.exp: Insert breakpoint in ctxobj-f.c using
5705 "STOP" marker. Adjust testing strategy to make it work on
5706 all targets.
5707
5708 * gdb.base/print-file-var-main.c (main): Rewrite using local
5709 variables and adjust get_version_2's return value check.
5710 Add small comment.
5711 * gdb.base/print-file-var.exp: Insert breakpoint using "STOP"
5712 marker. Adjust testing strategy to make it work on all targets.
5713
5714 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5715
5716 * gdb.ada/bad-task-bp-keyword: New testcase.
5717
5718 2012-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5719
5720 * gdb.base/code_elim.exp (add-symbol-file ${testfile1} 0x100000):
5721 Simplify it to ...
5722 (symbol-file ${testfile1}): ... here.
5723 (test eliminated var my_global_symbol)
5724 (test eliminated var my_static_symbol)
5725 (test eliminated var my_global_func, get address of main): Wrap them to
5726 'single psymtabs' and 'single symtabs'
5727 (get address of my_global_symbol, get address of my_static_symbol)
5728 (get address of my_global_func, get address of main): Wrap them to
5729 'order1' and 'order2'.
5730
5731 * gdb.base/code_elim.exp
5732 (add-symbol-file ${testfile1} 0x100000)
5733 (add-symbol-file ${testfile2} 0x200000): Wrap them to 'order1' and
5734 'order2'.
5735 (order1: add-symbol-file ${testfile1} 0x100000)
5736 (order1: add-symbol-file ${testfile2} 0x200000)
5737 (order2: add-symbol-file ${testfile2} 0x200000)
5738 (order2: add-symbol-file ${testfile1} 0x100000): Add -s .data and -s
5739 .bss as appropriate.
5740
5741 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5742
5743 * gdb.server/solib-list-lib.c: New file.
5744 * gdb.server/solib-list-main.c: New file.
5745 * gdb.server/solib-list.exp: New file.
5746
5747 2012-05-25 Maciej W. Rozycki <macro@codesourcery.com>
5748
5749 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
5750 for 'set print symbol' change.
5751
5752 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5753
5754 * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and
5755 .debug_abbrev_seg3.
5756
5757 2012-05-24 John Steele Scott <toojays@toojays.net>
5758
5759 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
5760 * gdb.dwarf2/dw2-icc-opaque.S: New file.
5761 * gdb.dwarf2/dw2-icc-opaque.exp: New file.
5762
5763 2012-05-23 Stan Shebs <stan@codesourcery.com>
5764
5765 * gdb.mi/mi-info-os.exp: New file.
5766
5767 2012-05-23 Keith Seitz <keiths@redhat.com>
5768
5769 * gdb.trace/stap-trace.exp: If compile_stap_bin fails,
5770 return -1 to suppress the rest of the tests.
5771 (compile_stap_bin): Return boolean success value.
5772
5773 2012-05-21 Tom Tromey <tromey@redhat.com>
5774
5775 * gdb.cp/inherit.exp (test_print_mi_members): Expect errors.
5776 Remove kfails.
5777 (test_print_mi_member_types): Likewise.
5778
5779 2012-05-21 Tom Tromey <tromey@redhat.com>
5780
5781 * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
5782 print symbol' change.
5783
5784 2012-05-18 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
5785
5786 * gdb.python/py-prompt.exp: Quit if the target is remote.
5787
5788 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5789
5790 Fix ERROR: internal buffer is full.
5791 * gdb.base/info-os.exp (expect_multiline): New function.
5792 (get process list, get process groups, get threads)
5793 (get file descriptors, get internet-domain sockets)
5794 (get shared-memory regions, get semaphores, get message queues): Use
5795 it for these tests.
5796
5797 2012-05-18 Tom Tromey <tromey@redhat.com>
5798
5799 * gdb.mi/mi-var-cmd.exp: Update.
5800 * gdb.objc/basicclass.exp (do_objc_tests): Update.
5801 * gdb.cp/virtbase.exp: Update.
5802 * gdb.cp/classes.exp (test_static_members): Update.
5803 * gdb.cp/casts.exp: Update.
5804 * gdb.base/pointers.exp: Update.
5805 * gdb.base/funcargs.exp (pointer_args): Update.
5806 (structs_by_reference): Update.
5807 * gdb.base/find.exp: Update.
5808 * gdb.base/call-strs.exp: Send "set print symbol off".
5809 * gdb.base/call-ar-st.exp: Update.
5810 * gdb.ada/fun_addr.exp: Update.
5811 * gdb.base/printcmds.exp (test_print_symbol): New proc.
5812 Call it.
5813 (test_print_repeats_10, test_print_strings)
5814 (test_print_char_arrays): Update.
5815
5816 2012-05-18 Tom Tromey <tromey@redhat.com>
5817
5818 * gdb.base/charset.exp (string_display): Update.
5819
5820 2012-05-18 Tom Tromey <tromey@redhat.com>
5821
5822 * gdb.mi/mi2-var-display.exp: Update.
5823 * gdb.mi/mi-var-display.exp: Update.
5824 * gdb.mi/mi-var-child.exp: Update.
5825 * gdb.cp/expand-psymtabs-cxx.exp: Update.
5826 * gdb.cp/cp-relocate.exp (get_func_address): Update.
5827
5828 2012-05-17 Doug Evans <dje@google.com>
5829
5830 * info-macros.exp: Pass "debug" to prepare_for_testing.
5831
5832 * Makefile.in (clean): Remove Fission .dwo and .dwp files.
5833 * gdb.ada/Makefile.in (clean): Ditto.
5834 * gdb.arch/Makefile.in (clean): Ditto.
5835 * gdb.asm/Makefile.in (clean): Ditto.
5836 * gdb.base/Makefile.in (clean): Ditto.
5837 * gdb.cell/Makefile.in (clean): Ditto.
5838 * gdb.cp/Makefile.in (clean): Ditto.
5839 * gdb.disasm/Makefile.in (clean): Ditto.
5840 * gdb.dwarf2/Makefile.in (clean): Ditto.
5841 * gdb.fortran/Makefile.in (clean): Ditto.
5842 * gdb.go/Makefile.in (clean): Ditto.
5843 * gdb.hp/Makefile.in (clean): Ditto.
5844 * gdb.hp/gdb.aCC/Makefile.in (clean): Ditto.
5845 * gdb.hp/gdb.base-hp/Makefile.in (clean): Ditto.
5846 * gdb.hp/gdb.compat/Makefile.in (clean): Ditto.
5847 * gdb.hp/gdb.defects/Makefile.in (clean): Ditto.
5848 * gdb.hp/gdb.objdbg/Makefile.in (clean): Ditto.
5849 * gdb.java/Makefile.in (clean): Ditto.
5850 * gdb.linespec/Makefile.in (clean): Ditto.
5851 * gdb.mi/Makefile.in (clean): Ditto.
5852 * gdb.modula2/Makefile.in (clean): Ditto.
5853 * gdb.multi/Makefile.in (clean): Ditto.
5854 * gdb.objc/Makefile.in (clean): Ditto.
5855 * gdb.opencl/Makefile.in (clean): Ditto.
5856 * gdb.opt/Makefile.in (clean): Ditto.
5857 * gdb.pascal/Makefile.in (clean): Ditto.
5858 * gdb.python/Makefile.in (clean): Ditto.
5859 * gdb.reverse/Makefile.in (clean): Ditto.
5860 * gdb.server/Makefile.in (clean): Ditto.
5861 * gdb.stabs/Makefile.in (clean): Ditto.
5862 * gdb.threads/Makefile.in (clean): Ditto.
5863 * gdb.trace/Makefile.in (clean): Ditto.
5864 * gdb.xml/Makefile.in (clean): Ditto.
5865
5866 2012-05-16 Tom Tromey <tromey@redhat.com>
5867
5868 * gdb.base/macscp1.c (macscp_expr): Add comment.
5869 * gdb.base/macscp.exp: Test __FILE__ and __LINE__.
5870
5871 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
5872
5873 * gdb.base/return-nodebug.exp: Also test float and double types.
5874
5875 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5876
5877 PR testsuite/12649
5878 * gdb.base/dprintf.exp: Replace gdb_run_cmd by runto main.
5879
5880 * gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
5881
5882 2012-05-14 Sergio Durigan Junior <sergiodj@redhat.com>
5883
5884 * gdb.base/stap-probe.exp (stap_test): Remove calls to
5885 `rerun_to_main'.
5886 (stap_test_no_debuginfo): Likewise.
5887
5888 2012-05-14 Stan Shebs <stan@codesourcery.com>
5889
5890 * gdb.base/dprintf.c: New file.
5891 * gdb.base/dprintf.exp: New file.
5892
5893 2012-05-14 Hui Zhu <hui_zhu@mentor.com>
5894
5895 * gdb.trace/Makefile.in (PROGS): Add disconnected-tracing.
5896 * gdb.trace/disconnected-tracing.c: New file.
5897 * gdb.trace/disconnected-tracing.exp: New file.
5898
5899 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
5900
5901 * gdb.python/python.c: Add a new breakpoint comment.
5902 * gdb.python/python.exp: Add tests to test gdb.find_pc_line.
5903
5904 2011-12-26 Kwok Cheung Yeung <kcy@codesourcery.com>
5905
5906 * gdb.base/info-os.exp: New file.
5907 * gdb.base/info-os.c: New file.
5908
5909 2012-05-10 Joel Brobecker <brobecker@adacore.com>
5910
5911 * gdb.base/print-file-var-lib1.c, gdb.base/print-file-var-lib2.c,
5912 gdb.base/print-file-var-main.c, gdb.base/print-file-var.exp:
5913 New files.
5914
5915 2012-05-10 Joel Brobecker <brobecker@adacore.com>
5916
5917 * gdb.base/ctxobj-f.c, gdb.base/ctxobj-m.c, gdb.base/ctxobj-v.c,
5918 gdb.base/ctxobj.exp: New files.
5919
5920 2012-05-09 Tom Tromey <tromey@redhat.com>
5921
5922 * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
5923
5924 2012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
5925
5926 * lib/gdb.exp (gdb_test_multiple): Correct formatting.
5927
5928 2012-05-08 Maciej W. Rozycki <macro@codesourcery.com>
5929
5930 * gdb.mi/mi-var-display.exp: Check for the existence of $fp
5931 before using it.
5932
5933 2012-05-04 Tristan Gingold <gingold@adacore.com>
5934
5935 * gdb.base/set-noassign.exp: New test.
5936
5937 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
5938
5939 * gdb.python/py-symbol.exp: Add tests to test the new methods
5940 gdb.Symtab.global_block() and gdb.Symtab.static_block().
5941 * gdb.python/py-symbol.c: Add new struct to help test
5942 gdb.Symtab.static_block().
5943
5944 2012-05-03 Doug Evans <dje@google.com>
5945
5946 * gdb.dwarf2/pr13961.S: Add file and source location, but leave
5947 commented out.
5948
5949 2012-05-03 Yao Qi <yao@codesourcery.com>
5950
5951 * gdb.base/catch-syscall.exp: Skip it before compilation if target
5952 doesn't support.
5953 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
5954 * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
5955
5956 2012-05-03 Yao Qi <yao@codesourcery.com>
5957
5958 * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
5959
5960 2012-04-30 Doug Evans <dje@google.com>
5961
5962 PR testsuite/13961
5963 * gdb.dwarf2/pr13961.S: New file.
5964 * gdb.dwarf2/pr13961.exp: New file.
5965
5966 2012-04-29 Yao Qi <yao@codesourcery.com>
5967
5968 * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
5969
5970 2012-04-28 Doug Evans <dje@google.com>
5971
5972 * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
5973 .Ltype_int_in_cu2. Use name "int2" instead of "int".
5974 All uses updated.
5975 * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
5976 "ptype func_cu1" to expand cu2 before cu1.
5977
5978 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
5979 Tom Tromey <tromey@redhat.com>
5980
5981 * gdb.base/default.exp: Add `$_probe_arg*' convenience
5982 variables.
5983 * gdb.base/stap-probe.c: New file.
5984 * gdb.base/stap-probe.exp: New file.
5985 * gdb.trace/stap-trace.c: New file.
5986 * gdb.trace/stap-trace.exp: New file.
5987 * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
5988 libgcc's unwinder.
5989
5990 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
5991
5992 * gdb.arch/mips16-thunks-inmain.c: New file.
5993 * gdb.arch/mips16-thunks-main.c: New file.
5994 * gdb.arch/mips16-thunks-sin.c: New file.
5995 * gdb.arch/mips16-thunks-sinfrob.c: New file.
5996 * gdb.arch/mips16-thunks-sinfrob16.c: New file.
5997 * gdb.arch/mips16-thunks-sinmain.c: New file.
5998 * gdb.arch/mips16-thunks-sinmips16.c: New file.
5999 * gdb.arch/mips16-thunks.exp: New file.
6000
6001 2012-04-25 Doug Evans <dje@google.com>
6002
6003 * configure.ac: Create gdb.go/Makefile.
6004 * configure: Regenerate.
6005 * gdb.base/default.exp: Add "go" to "set language" testing.
6006 * gdb.go/Makefile.in: New file.
6007 * gdb.go/basic-types.exp: New file.
6008 * gdb.go/chan.exp: New file.
6009 * gdb.go/chan.go: New file.
6010 * gdb.go/handcall.exp: New file.
6011 * gdb.go/handcall.go: New file.
6012 * gdb.go/hello.exp: New file.
6013 * gdb.go/hello.go: New file.
6014 * gdb.go/integers.exp: New file.
6015 * gdb.go/integers.go: New file.
6016 * gdb.go/methods.exp: New file.
6017 * gdb.go/methods.go: New file.
6018 * gdb.go/package.exp: New file.
6019 * gdb.go/package1.go: New file.
6020 * gdb.go/package2.go: New file.
6021 * gdb.go/print.exp: New file.
6022 * gdb.go/strings.exp: New file.
6023 * gdb.go/strings.go: New file.
6024 * gdb.go/types.exp: New file.
6025 * gdb.go/types.go: New file.
6026 * gdb.go/unsafe.exp: New file.
6027 * gdb.go/unsafe.go: New file.
6028 * lib/future.exp: Add Go support.
6029 (gdb_find_go, gdb_find_go_linker): New procs.
6030 (gdb_default_target_compile): Add Go support.
6031 * lib/gdb.exp (skip_go_tests): New proc.
6032 * lib/go.exp: New file.
6033
6034 2012-04-25 Tom Tromey <tromey@redhat.com>
6035
6036 * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
6037
6038 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
6039 Jan Kratochvil <jan.kratochvil@redhat.com>
6040
6041 PR symtab/7259:
6042 * gdb.base/enumval.c: New test case.
6043 * gdb.base/enumval.exp: New test case.
6044 * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
6045 field.bitpos.
6046
6047 2012-04-17 Pedro Alves <palves@redhat.com>
6048
6049 * Makefile.in (site.exp): Make site.exp source
6050 $srcdir/lib/append_gdb_boards_dir.exp.
6051 * lib/append_gdb_boards_dir.exp: New file.
6052
6053 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6054
6055 New option "set auto-load safe-path".
6056 * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
6057 * gdb.python/py-section-script.exp (set auto-load safe-path): New.
6058
6059 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6060
6061 auto-load: Implementation.
6062 * gdb.base/help.exp (test set height): Increase the height.
6063 * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
6064 to ...
6065 (info auto-load python-scripts): ... here.
6066 * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
6067 to ...
6068 (info auto-load python-scripts *): ... here.
6069
6070 2012-04-16 Yao Qi <yao@codesourcery.com>
6071
6072 * lib/trace-support.exp (get_in_proc_agent): New.
6073 * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
6074 of in process trace agent.
6075 * gdb.trace/ftrace.exp: Likewise.
6076 * gdb.trace/pending.exp: Likewise.
6077 * gdb.trace/trace-break.exp: Likewise.
6078 * gdb.trace/trace-mt.exp
6079 * gdb.trace/tspeed.exp: Likewise.
6080 * gdb.trace/tstatus.exp
6081 * gdb.trace/strace.exp: Likewise.
6082
6083 2012-04-16 Thomas Schwinge <thomas@codesourcery.com>
6084
6085 * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
6086 symbol _stack is defined. Get rid of a hard-coded constant for _stack.
6087
6088 * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
6089
6090 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
6091
6092 PR mi/13393
6093 * gdb.mi/mi-var-rtti.cc: New file.
6094 * gdb.mi/mi-var-rtti.exp: New file.
6095 * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
6096 function.
6097 (mi_varobj_update_with_type_change): updated to avoid code duplication.
6098
6099 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
6100
6101 * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
6102 EXECUTABLES.
6103 * gdb.python/py-explore.c: C program used for testing the new
6104 'explore' command on C constructs.
6105 * gdb.python/py-explore.cc: C++ program used for testing the new
6106 'explore' command on C++ constructs.
6107 * gdb-python/py-explore.exp: Tests for the new 'explore'
6108 command on C constructs.
6109 * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
6110 command on C++ constructs.
6111
6112 2012-04-07 Mark Kettenis <kettenis@gnu.org>
6113
6114 * gdb.base/funcargs.exp (complex_args): Fix typo.
6115
6116 2012-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6117
6118 * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
6119 (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
6120
6121 2012-04-05 Keith Seitz <keiths@redhat.com>
6122
6123 * gdb.base/advance.exp: Update error message for
6124 "advance malformed" test.
6125 * gdb.base/break.exp: Likewise for "breakpoint with
6126 trailing garbage" test.
6127 * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
6128 with trailing garbage" test.
6129 * gdb.base/sepdebug.exp: Likewise for "breakpoint with
6130 trailng garbage" test.
6131 * gdb.base/until.exp: Likewise for "malformed until" test.
6132 * gdb.cp/ovldbreak.exp: Create the breakpoint table
6133 for "breakpoint info (after setting on all)".
6134 * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
6135 tests.
6136 * gdb.cp/cplabel.cc: New file.
6137 * gdb.cp/cplabel.exp: New test.
6138 * gdb.linespec/ls-errs.c: New file.
6139 * gdb.linespec/ls-errs.exp: New test.
6140
6141 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6142
6143 * gdb.trace/unavailable.exp
6144 (collect globals: print object on: print derived_partial)
6145 (collect globals: print object on: print derived_whole)
6146 (collect globals: print object off: print derived_partial)
6147 (collect globals: print object off: print derived_whole): Update
6148 expected output.
6149
6150 2012-03-30 Keith Seitz <keiths@redhat.com>
6151
6152 * gdb.python: Add test for linespecs with commas.
6153
6154 2012-03-28 Keith Seitz <keiths@redhat.com>
6155
6156 * gdb.linespec/ls-dollar.cc: New file.
6157 * gdb.linespec/ls-dollar.exp: New test.
6158
6159 2012-03-28 Keith Seitz <keiths@redhat.com>
6160
6161 * gdb.cp/namespace.exp: Add breakpoint tests for functions
6162 starting with the global namespace.
6163
6164 2012-03-23 Doug Evans <dje@google.com>
6165
6166 * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
6167
6168 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
6169
6170 * gdb.python/py-value.cc: Add test case for testing the
6171 methodology exposing C++ values to Python.
6172 * gdb.python/py-value-cc.exp: Add tests testing the methodology
6173 exposing C++ values to Python.
6174 * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
6175
6176 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6177 Siddhesh Poyarekar <siddhesh@redhat.com>
6178
6179 * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
6180 * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
6181 (generate native core dump): Make the test unsupported if core cannot
6182 be generated.
6183
6184 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6185
6186 * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
6187 for cmdarg_vec = NULL. Remove entries for cmdsize = 1, cmdarg = and
6188 ncmd = 0. New entry for VEC_cleanup cmdarg_s.
6189
6190 2012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
6191
6192 * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
6193
6194 2012-03-17 Doug Evans <dje@google.com>
6195
6196 * dg-extract-results.sh: Handle KFAILs.
6197
6198 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6199
6200 PR symtab/13777
6201 * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
6202
6203 2012-03-16 Joel Brobecker <brobecker@adacore.com>
6204
6205 * gdb.ada/set_pckd_arr_elt: New testcase.
6206
6207 2012-03-16 Gary Benson <gbenson@redhat.com>
6208
6209 PR breakpoints/10738
6210 * gdb.opt/inline-break.exp: New file.
6211 * gdb.opt/inline-break.c: Likewise.
6212 * gdb.dwarf2/dw2-inline-break.exp: Likewise.
6213 * gdb.dwarf2/dw2-inline-break.S: Likewise.
6214 * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
6215 * gdb.base/async-shell.exp: Likewise.
6216 * lib/mi-support.exp (library_loaded_re): Likewise.
6217
6218 2012-03-15 Tom Tromey <tromey@redhat.com>
6219
6220 * gdb.cp/virtfunc2.exp: Update expected output.
6221 * gdb.cp/pr9631.exp: Update expected output.
6222 * gdb.cp/member-ptr.exp: Update expected output.
6223 * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
6224 output.
6225 * gdb.cp/casts.exp: Update expected output.
6226
6227 2012-03-15 Tom Tromey <tromey@redhat.com>
6228
6229 * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
6230 (test_info_vtbl): Likewise.
6231 (do_tests): Call test_info_vtbl.
6232 * gdb.cp/virtfunc.cc (va): New global.
6233
6234 2012-03-15 Thomas Schwinge <thomas@codesourcery.com>
6235
6236 * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
6237 describing DWARF data structures.
6238 * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
6239 * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
6240 * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
6241 * gdb.dwarf2/dw2-entry-value.S: Likewise.
6242 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
6243 * gdb.dwarf2/dw2-param-error.S: Likewise.
6244 * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
6245 * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
6246 * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
6247 * gdb.dwarf2/implptr-optimized-out.S: Likewise.
6248 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
6249 * gdb.dwarf2/pr11465.S: Likewise.
6250
6251 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6252
6253 * gdb.mi/mi2-prompt.exp: New file.
6254
6255 2012-03-13 Joel Brobecker <brobecker@adacore.com>
6256
6257 * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
6258
6259 2012-03-13 Joel Brobecker <brobecker@adacore.com>
6260
6261 * gdb.ada/bp_range_type: New testcase.
6262
6263 2012-03-13 Doug Evans <dje@google.com>
6264
6265 * gdb.base/default.exp: Delete tests for symbol-reloading.
6266 * gdb.base/help.exp: Ditto.
6267 * gdb.base/setshow.exp: Ditto.
6268 * gdb.base/gdb_history: Delete references to symbol-reloading.
6269
6270 2012-03-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6271
6272 * gdb.base/attach-twice.c: New files.
6273 * gdb.base/attach-twice.exp: New files.
6274
6275 2012-03-08 Keith Seitz <keiths@redhat.com>
6276
6277 * lib/gdb.exp (gdb_get_line_number): Throw an
6278 error instead of returning -1.
6279 * gdb.base/break.exp: Remove unused variable
6280 bp_location5.
6281 * gdb.base/hbreak2.exp: Likewise.
6282 * gdb.base/sepdebug.exp: Likewise.
6283
6284 2012-03-08 Yao Qi <yao@codesourcery.com>
6285 Pedro Alves <palves@redhat.com>
6286
6287 Fix PR server/13392.
6288 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
6289 (tracepoint_change_loc_2): Remove kfail. Return if failed to
6290 download tracepoints.
6291 * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
6292 (pending_tracepoint_resolved_during_trace): Likewise.
6293 (pending_tracepoint_installed_during_trace): Likewise.
6294 (pending_tracepoint_with_action_resolved): Likewise.
6295
6296 2012-03-08 Keith Seitz <keiths@redhat.com>
6297
6298 * gdb.ada/array_bounds.exp: Get breakpoint for line
6299 with "START", not "STOP".
6300 * gdb.python/py-infthread.exp: Do not continue to
6301 line marked "Break here.", which is undefined.
6302
6303 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
6304
6305 Revert:
6306
6307 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6308
6309 Implement testsuite workaround for PR breakpoints/13781.
6310 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
6311 (set breakpoint condition-evaluation host): New conditional command.
6312
6313 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6314
6315 Fix CU relative vs. absolute DIE offsets.
6316 * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
6317 one.
6318
6319 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6320
6321 Fix false FAIL on distros with relro linkage as default.
6322 * gdb.reverse/solib-precsave.exp: Try to compile the test using
6323 -Wl,-z,norelro first.
6324
6325 2012-03-06 Joel Brobecker <brobecker@adacore.com>
6326
6327 * gdb.ada/bp_on_var: New testcase.
6328
6329 2012-03-06 Joel Brobecker <brobecker@adacore.com>
6330
6331 * gdb.ada/bp_enum_homonym: New testcase.
6332
6333 2012-03-06 Yao Qi <yao@codesourcery.com>
6334
6335 * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
6336 x86_64-*-* and i?86-*-*.
6337 Set up KFAIL for gdb/13808.
6338
6339 2012-03-05 Tom Tromey <tromey@redhat.com>
6340
6341 * gdb.ada/operator_bp.exp: Clear debug-file-directory.
6342 * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
6343
6344 2012-03-05 Tom Tromey <tromey@redhat.com>
6345
6346 * gdb.java/jprint.java (jprint.main): Keep 'x' live.
6347
6348 2012-03-04 Yao Qi <yao@codesourcery.com>
6349
6350 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
6351 messages for KFAIL.
6352
6353 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6354
6355 * gdb.ada/arrayidx.exp: Call get_compiler_info. New variable old_gcc.
6356 (print one_two_three, indexes off, print few_reps, indexes off)
6357 (print many_reps, indexes off, print empty, indexes off)
6358 (print one_two_three, print few_reps, print many_reps, print empty):
6359 Call setup_xfail if $gcc_old.
6360
6361 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6362
6363 Implement testsuite workaround for PR breakpoints/13781.
6364 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
6365 (set breakpoint condition-evaluation host): New conditional command.
6366
6367 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6368
6369 Code cleanup.
6370 * gdb.cp/mb-templates.exp: New variables executable. Use it for
6371 binfile. use clean_restart. Replace gdb_expect by gdb_test_multiple.
6372 Replace GDB restart by kill and delete_breakpoints. Replace breakpoint
6373 number 1 by $bpnum. Four times.
6374
6375 2012-03-03 Yao Qi <yao@codesourcery.com>
6376
6377 * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
6378
6379 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6380
6381 Setup KFAIL for PR server/13796.
6382 * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
6383
6384 2012-03-02 Joel Brobecker <brobecker@adacore.com>
6385
6386 * gdb.ada/operator_bp: New testcase.
6387
6388 2012-03-02 Joel Brobecker <brobecker@adacore.com>
6389
6390 * gdb.ada/info_locals_renaming: New testcase.
6391
6392 2012-03-02 Tom Tromey <tromey@redhat.com>
6393
6394 * gdb.base/nextoverexit.c: New file.
6395 * gdb.base/nextoverexit.exp: New file.
6396
6397 2012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
6398
6399 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
6400 parameter.
6401
6402 2012-03-01 Maciej W. Rozycki <macro@mips.com>
6403
6404 * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
6405 core registers.
6406
6407 2012-03-01 Maciej W. Rozycki <macro@mips.com>
6408 Maciej W. Rozycki <macro@codesourcery.com>
6409 Daniel Jacobowitz <dan@codesourcery.com>
6410
6411 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
6412
6413 2012-03-01 Pedro Alves <palves@redhat.com>
6414
6415 PR gdb/13767
6416
6417 * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
6418 (gdb_collect_globals_test): Call it.
6419
6420 2012-03-01 Keith Seitz <keiths@redhat.com>
6421
6422 * gdb.cp/method2.exp: Output of overload menu is now
6423 alphabetized. Update tests for "break A::method".
6424 * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
6425 of hard-coding them.
6426 Overload menu is alphabetized: rewrite to accommodate.
6427 Unset variables LINE and TYPES which are used in other tests.
6428 Compute the output of "info break".
6429 Update the breakpoint table after all breakpoints are deleted.
6430 (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
6431 compute ACTUALS and the method body based on parameters.
6432 Update expected output accordingly.
6433 * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
6434 unique comments to allow the use of gdb_get_line_number.
6435
6436 2012-03-01 Keith Seitz <keiths@redhat.com>
6437
6438 * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
6439 some Tcl syntax.
6440 * gdb.cp/ovldbreak.exp: Likewise.
6441
6442 2012-03-01 Keith Seitz <keiths@redhat.com>
6443
6444 * gdb.base/help.exp (help show user): Update expected result
6445 for new doc string changes (add "non-python").
6446
6447 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
6448
6449 * gdb.python/py-cmd.exp: Add test to verify that python commands can
6450 be put in the user-defined category and that the commands appear in
6451 "help user-defined".
6452
6453 2012-02-29 Joel Brobecker <brobecker@adacore.com>
6454
6455 * gdb.ada/tagged_not_init: New testcase.
6456
6457 2012-02-29 Joel Brobecker <brobecker@adacore.com>
6458
6459 * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
6460 * gdb.ada/enum_idx_packed: New testcase.
6461
6462 2012-02-29 Joel Brobecker <brobecker@adacore.com>
6463
6464 * gdb.ada/aliased_array: New testcase.
6465
6466 2012-02-29 Joel Brobecker <brobecker@adacore.com>
6467
6468 * gdb.ada/whatis_array_val: New testcase.
6469
6470 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6471
6472 Fix disp-step-syscall.exp: fork: single step over fork.
6473 * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
6474 whitespaces.
6475 (single step over $syscall): Remove its check.
6476 (single step over $syscall final pc): New check.
6477
6478 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6479
6480 Support processors without SSSE3.
6481 * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
6482 pabsd into ...
6483 (ssse3_test): ... a new function.
6484 (main): Call ssse3_test.
6485 * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
6486 Update expected values everywhere.
6487 (reverse-step to pabsd, verify xmm0 after reverse pabsd)
6488 (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
6489 (reverse-step to pabsw, verify xmm0 after reverse pabsw)
6490 (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
6491 (reverse-step to pabsb, verify xmm0 after reverse pabsb)
6492 (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
6493 Move these tests lower.
6494 (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
6495 (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
6496 (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
6497 New tests.
6498
6499 2012-02-29 Yao Qi <yao@codesourcery.com>
6500 Pedro Alves <palves@redhat.com>
6501
6502 * gdb.trace/trace-mt.c: New.
6503 * gdb.trace/trace-mt.exp: New.
6504
6505 2012-02-28 Thomas Schwinge <thomas@codesourcery.com>
6506
6507 * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
6508 numbers instead of hardcoding them.
6509 * gdb.base/annota1.c: Provide suitable markers.
6510 * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
6511 numbers instead of hardcoding them.
6512 * gdb.base/annota3.c: Provide suitable markers.
6513
6514 * gdb.base/annota1.c [__sh__]: Remove any special-casing.
6515 * gdb.base/annota3.c: Likewise.
6516 * gdb.base/sigall.c: Likewise.
6517 * gdb.base/signals.c: Likewise.
6518 * gdb.reverse/sigall-reverse.c: Likewise.
6519
6520 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
6521
6522 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
6523 failure return path.
6524
6525 2012-02-27 Luis Machado <lgustavo@codesourcery.com>
6526
6527 * gdb.base/save-bp.exp: Account for new condition evaluator output.
6528
6529 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
6530
6531 * gdb.base/cond-eval-mode.exp: New file.
6532
6533 2012-02-24 Pedro Alves <palves@redhat.com>
6534
6535 * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
6536 (top level): Use with_test_prefix.
6537
6538 2012-02-24 Pedro Alves <palves@redhat.com>
6539
6540 * gdb.threads/attach-into-signal.exp (corefunc): Use
6541 with_test_prefix.
6542
6543 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6544
6545 Fix false FAILs on old CPUs without SSE.
6546 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
6547 Return untested for Illegal instruction.
6548
6549 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6550
6551 Fix false FAILs with glibc debug infos installed.
6552 * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
6553 * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
6554
6555 2012-02-22 Sterling Augustine <saugustine@google.com>
6556
6557 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
6558 constant with cast.
6559
6560 2012-02-21 Pedro Alves <palves@redhat.com>
6561
6562 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
6563
6564 2012-02-21 Pedro Alves <palves@redhat.com>
6565
6566 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
6567
6568 2012-02-21 Pedro Alves <palves@redhat.com>
6569
6570 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
6571 with_test_prefix.
6572
6573 2012-02-21 Pedro Alves <palves@redhat.com>
6574
6575 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
6576 with_test_prefix here.
6577 (top level): Do it here instead. Remove `:' from the
6578 with_test_prefix string.
6579 * gdb.base/attach-pie-misread.exp: Remove the leading space the
6580 the suffix `:' from the with_test_prefix prefix string.
6581 * gdb.base/break-interp.exp: Ditto.
6582 * gdb.base/catch-load.exp: Ditto.
6583 * gdb.base/disp-step-syscall.exp: Ditto.
6584 * gdb.base/jit-so.exp: Ditto.
6585 * gdb.base/jit.exp: Ditto.
6586 * gdb.base/sepdebug.exp: Ditto.
6587 * gdb.base/solib-display.exp: Ditto.
6588 * gdb.base/solib-overlap.exp: Ditto.
6589 * gdb.base/watch-cond-infcall.exp: Ditto.
6590 * gdb.base/watchpoint.exp: Ditto.
6591 * gdb.dwarf2/dw2-noloc.exp: Ditto.
6592 * gdb.mi/mi-watch.exp: Ditto.
6593 * gdb.mi/mi2-watch.exp: Ditto.
6594 * gdb.threads/non-ldr-exc-1.exp: Ditto.
6595 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6596 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6597 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6598 * gdb.threads/watchpoint-fork.exp: Ditto.
6599 * gdb.threads/watchthreads-reorder.exp: Ditto.
6600 * gdb.trace/change-loc.exp: Ditto.
6601 * gdb.trace/pending.exp: Ditto.
6602 * gdb.trace/status-stop.exp: Ditto.
6603 * gdb.trace/strace.exp: Ditto.
6604 * gdb.trace/trace-break.exp: Ditto.
6605 * gdb.trace/unavailable.exp: Ditto.
6606 * lib/gdb.exp (with_test_prefix): Always prefix with space and
6607 suffix with colon. Adjust leading comments.
6608
6609 2012-02-21 Pedro Alves <palves@redhat.com>
6610 Tom Tromey <tromey@redhat.com>
6611
6612 * lib/gdb.exp: Add description of test prefixes.
6613 (with_test_prefix): New procedure.
6614 * gdb.arch/altivec-abi.exp: Use with_test_prefix.
6615 * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
6616 * gdb.base/break-interp.exp: Use with_test_prefix. Use append
6617 instead of lappend to append to pf_prefix.
6618 * gdb.base/catch-load.exp: Use with_test_prefix.
6619 * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
6620 * gdb.base/jit-so.exp: Use with_test_prefix.
6621 * gdb.base/jit.exp: Use with_test_prefix.
6622 * gdb.base/return-nodebug.exp (do_test): Use append instead of
6623 lappend to append to pf_prefix.
6624 * gdb.base/sepdebug.exp: Use with_test_prefix.
6625 * gdb.base/solib-display.exp: Use with_test_prefix.
6626 * gdb.base/solib-overlap.exp: Use with_test_prefix.
6627 * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
6628 * gdb.base/watchpoint.exp: Use with_test_prefix.
6629 * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
6630 * gdb.mi/mi-watch.exp: Use with_test_prefix.
6631 * gdb.mi/mi2-watch.exp: Use with_test_prefix.
6632 * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
6633 * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
6634 * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
6635 * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
6636 * gdb.threads/watchpoint-fork.exp: Use with_test_prefix. Use
6637 append instead of lappend to append to pf_prefix.
6638 * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
6639 * gdb.trace/change-loc.exp: Use with_test_prefix.
6640 * gdb.trace/pending.exp: Use with_test_prefix.
6641 * gdb.trace/status-stop.exp: Use with_test_prefix.
6642 * gdb.trace/strace.exp: Use with_test_prefix.
6643 * gdb.trace/trace-break.exp: Use with_test_prefix.
6644 * gdb.trace/unavailable.exp: Use with_test_prefix. Use append
6645 instead of lappend to append to pf_prefix.
6646
6647 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6648
6649 Fix racy FAILs.
6650 * gdb.base/inferior-died.c (main): Add return of 0.
6651 * gdb.base/inferior-died.exp (continue): Fix expectation of
6652 asynchronous events.
6653 (p 1): New test.
6654
6655 2012-02-20 Pedro Alves <palves@redhat.com>
6656
6657 * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
6658 lin-lwp output. Set SIGALRM to stop. Adjust tests to not rely on
6659 gdb's internal debug output. For the non-threaded case, look for
6660 "Program received signal SIGLARM", for the threaded case, peek at
6661 the thread's siginfo.
6662
6663 2012-02-20 Pedro Alves <palves@redhat.com>
6664
6665 General cleanup, make output test messages unique, and build
6666 different executable files for the non-threaded and threaded
6667 cases.
6668
6669 * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
6670 Delete.
6671 (executable_nothr, executable_thr): New globals.
6672 (top level): Adjust to delete both executables.
6673 (corefunc): New parameter $executable. Set $pf_prefix instead of
6674 hand writing a prefix in tests. Issue a clean_restart and enable
6675 lin-lwp debug output here.
6676 (top level): Adjust. Use build_executable. Don't start gdb here,
6677 and don't enable lin-lwp debug output here.
6678 * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
6679
6680 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6681
6682 Fix racy FAILs.
6683 * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
6684 "continue" command.
6685
6686 2012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6687
6688 Fix for gdbserver non-extended mode.
6689 * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
6690 and gdb_run_cmd.
6691
6692 2012-02-17 Tom Tromey <tromey@redhat.com>
6693
6694 * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
6695 * gdb.python/py-events.exp: Check 'dir' output.
6696 * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
6697
6698 2012-02-17 Yao Qi <yao@codesourcery.com>
6699
6700 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
6701
6702 2012-02-16 Tom Tromey <tromey@redhat.com>
6703
6704 * gdb.base/inferior-died.c: Don't include stdio.h.
6705
6706 2012-02-16 Tom Tromey <tromey@redhat.com>
6707
6708 * gdb.base/inferior-died.c: New file.
6709 * gdb.base/inferior-died.exp: New file.
6710
6711 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
6712
6713 * gdb.base/break-inline.exp: New file.
6714 * gdb.base/break-inline.c: New file.
6715
6716 2012-02-15 Tom Tromey <tromey@redhat.com>
6717
6718 * gdb.base/pc-fp.exp: Add "info register" tests.
6719
6720 2012-02-15 Tom Tromey <tromey@redhat.com>
6721
6722 * gdb.base/regs.exp: Remove.
6723
6724 2012-02-15 Pedro Alves <palves@redhat.com>
6725
6726 * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
6727 the target doesn't support tracepoints.
6728 * gdb.trace/circ.exp: Ditto.
6729 * gdb.trace/collection.exp: Ditto.
6730 * gdb.trace/packetlen.exp: Ditto.
6731 * gdb.trace/passc-dyn.exp: Ditto.
6732 * gdb.trace/report.exp: Ditto.
6733 * gdb.trace/tfind.exp: Ditto.
6734 * gdb.trace/tspeed.exp: Ditto.
6735 * gdb.trace/tsv.exp: Ditto.
6736 * gdb.trace/unavailable.exp: Ditto.
6737 * gdb.trace/while-dyn.exp: Ditto.
6738
6739 2012-02-15 Pedro Alves <palves@redhat.com>
6740
6741 * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
6742 gdb_test_multiple, and call unsupported instead of fail, if the
6743 remote side does not support the request.
6744
6745 2012-02-15 Pedro Alves <palves@redhat.com>
6746
6747 * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
6748 * gdb.server/ext-run.exp: Make sure gdb is disconnected.
6749 * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
6750 * gdb.server/server-mon.exp: Make sure gdb is disconnected.
6751 * gdb.server/server-run.exp: Make sure gdb is disconnected.
6752 * lib/gdbserver-support.exp (gdbserver_start_extended): Only
6753 prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
6754 doesn't start with "extended-" already.
6755
6756 2012-02-15 Pedro Alves <palves@redhat.com>
6757
6758 Support extended-remote. Avoid cascading timeouts.
6759
6760 * gdb.base/attach.exp (do_attach_tests): Add expected output for
6761 the extended-remote target. If attaching with no file fails, load
6762 the file manually.
6763 * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
6764
6765 2012-02-14 Stan Shebs <stan@codesourcery.com>
6766
6767 * gdb.base/ena-dis-br.exp: Add enable count test.
6768
6769 2012-02-13 Pedro Alves <palves@redhat.com>
6770
6771 * config/mips-idt.exp: Delete.
6772 * gdb.base/a2-run.exp: Remove mips-idt xfails.
6773 * gdb.base/bitfields.exp: Remove mips-idt restarts.
6774 * gdb.base/break.exp: Remove mips-idt references.
6775 * gdb.base/chng-syms.exp: Ditto.
6776 * gdb.base/default.exp: Ditto.
6777 * gdb.base/funcargs.exp (funcargs_reload): Delete.
6778 (top level): Don't call it.
6779 * gdb.base/opaque.exp: Remove mips-idt restarts.
6780 * gdb.base/ptype.exp: Remove mips-idt xfails.
6781 * gdb.base/scope.exp: Remove mips-idt restarts.
6782 * gdb.base/sepdebug.exp: Remove mips-idt references.
6783 * gdb.base/watchpoint.exp (maybe_clean_restart)
6784 (maybe_reinitialize): Delete.
6785 (test_disabling_watchpoints, test_disabling_watchpoints)
6786 (test_watchpoint_triggered_in_syscall)
6787 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
6788 Don't call them.
6789
6790 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6791
6792 * gdb.server/server-exec-info.exp: New file.
6793
6794 2012-02-10 Pedro Alves <palves@redhat.com>
6795
6796 * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
6797 always non-empty.
6798 (test_attach): Always pass $exec to test_attach_gdb.
6799
6800 2012-02-08 Tom Tromey <tromey@redhat.com>
6801
6802 * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
6803 before inferior is started.
6804
6805 2012-02-07 Tom Tromey <tromey@redhat.com>
6806
6807 * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
6808 Symbol.value.
6809 * gdb.python/py-symbol.c (qq): Set default value.
6810
6811 2012-02-07 Tom Tromey <tromey@redhat.com>
6812
6813 * gdb.python/py-symbol.c (qq): New global.
6814 * gdb.python/py-symbol.exp: Add test for frame-less
6815 lookup_symbol.
6816 * gdb.python/py-symtab.exp: Fix line number.
6817
6818 2012-02-03 Joel Brobecker <brobecker@adacore.com>
6819
6820 * gdb.ada/mi_task_arg: New testcase.
6821
6822 2012-02-02 Pedro Alves <palves@redhat.com>
6823
6824 * gdb.reverse/until-precsave.exp: Also put "record save" under the
6825 extended timeout.
6826
6827 2012-02-02 Pedro Alves <palves@redhat.com>
6828
6829 * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
6830 * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
6831
6832 2012-02-02 Pedro Alves <palves@redhat.com>
6833
6834 * gdb.base/term.exp: Rewrite.
6835 * gdb.base/term.c: New.
6836
6837 2012-02-02 Pedro Alves <palves@redhat.com>
6838
6839 * gdb.base/default.exp (run "r" abbreviation, run): Add
6840 extended-remote expected output.
6841
6842 2012-02-02 Tom Tromey <tromey@redhat.com>
6843
6844 * gdb.cp/dispcxx.exp: New file.
6845 * gdb.cp/dispcxx.cc: New file.
6846
6847 2012-02-01 Tom Tromey <tromey@redhat.com>
6848
6849 * gdb.base/jit-simple.exp: New file.
6850 * gdb.base/jit-simple.c: New file.
6851
6852 2012-01-30 Yao Qi <yao@codesourcery.com>
6853
6854 * gdb.base/skip.exp: Make test result unique.
6855
6856 2012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6857
6858 * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
6859 compatibility with valgrind-3.7.0.
6860
6861 2012-01-27 Pedro Alves <palves@redhat.com>
6862
6863 * gdb.base/watchpoint.exp (no_hw): New global.
6864 (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
6865 disable hw watchpoints.
6866 (test_wide_location_1, test_wide_location_2): If no_hw is set,
6867 don't expect hw watchpoints.
6868 (no_hw_watchpoints): Always clean restart.
6869 (do_tests): New procedure, factored out from the top level.
6870 (top level): Run tests twice. Once with hw watchpoints enabled,
6871 another time with hw watchpoints disabled.
6872
6873 2012-01-27 Pedro Alves <palves@redhat.com>
6874
6875 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
6876 out from the top level.
6877 (top level): Call it instead.
6878
6879 2012-01-27 Pedro Alves <palves@redhat.com>
6880
6881 * gdb.base/watchpoint.exp (top level): Re-enable hardware
6882 watchpoints sooner.
6883
6884 2012-01-27 Pedro Alves <palves@redhat.com>
6885
6886 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
6887
6888 2012-01-27 Pedro Alves <palves@redhat.com>
6889
6890 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
6891 "You may have requested too many hardware
6892 breakpoints/watchpoints".
6893
6894 2012-01-27 Pedro Alves <palves@redhat.com>
6895
6896 * gdb.base/watchpoint.exp (maybe_clean_restart)
6897 (maybe_reinitialize): New.
6898 (test_disabling_watchpoints): Call maybe_reinitialize. Don't
6899 expect "hit N times".
6900 (test_disabling_watchpoints, test_complex_watchpoint)
6901 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
6902 Call maybe_clean_restart.
6903 (top level): Use clean_restart. Remove "mips-idt-*"
6904 reinitialization.
6905
6906 2012-01-27 Pedro Alves <palves@redhat.com>
6907
6908 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
6909
6910 2012-01-27 Pedro Alves <palves@redhat.com>
6911
6912 * gdb.base/watchpoint.exp: Clean restart after tests that don't
6913 require `initialize' anymore. Remove unnecessary `initialize'
6914 calls.
6915
6916 2012-01-27 Pedro Alves <palves@redhat.com>
6917
6918 * gdb.base/watchpoint.exp (wp_set): Delete.
6919 (initialize, test_simple_watchpoint, top level): Remove dead code.
6920
6921 2012-01-27 Pedro Alves <palves@redhat.com>
6922
6923 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
6924 typo.
6925
6926 2012-01-27 Pedro Alves <palves@redhat.com>
6927
6928 * config/extended-gdbserver.exp: New file.
6929 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
6930 comment.
6931 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
6932 * boards/native-extended-gdbserver.exp: New file.
6933
6934 2012-01-26 Pedro Alves <palves@redhat.com>
6935
6936 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
6937 and gdb_test_multiple.
6938
6939 2012-01-26 Pedro Alves <palves@redhat.com>
6940
6941 Make test messages unique, and more identifiable.
6942 * gdb.multi/watchpoint-multi.exp: Change test messages.
6943
6944 2012-01-25 Tom Tromey <tromey@redhat.com>
6945
6946 * gdb.base/solib-disc.exp: Fix regexps.
6947
6948 2012-01-24 Tom Tromey <tromey@redhat.com>
6949
6950 * lib/mi-support.exp (mi_expect_stop): Add special case for
6951 solib-event.
6952 * gdb.base/catch-load-so.c: New file.
6953 * gdb.base/catch-load.exp: New file.
6954 * gdb.base/catch-load.c: New file.
6955 * gdb.base/break-interp.exp (reach_1): Update regexp.
6956
6957 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6958
6959 Fix fuzzy results.
6960 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
6961 lpsimple and func.
6962
6963 2012-01-24 Gary Benson <gbenson@redhat.com>
6964
6965 Delete #if 0'd out code.
6966 * gdb.base/default.exp (info catch): Remove.
6967 * gdb.base/gdb_history (info catch): Likewise.
6968 * gdb.base/help.exp (info catch): Likewise.
6969
6970 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6971
6972 Fix watchpoints to be specific for each inferior.
6973 * gdb.multi/watchpoint-multi.c: New file.
6974 * gdb.multi/watchpoint-multi.exp: New file.
6975
6976 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6977
6978 Fix watchpoints across inferior fork.
6979 * gdb.threads/watchpoint-fork-child.c: New file.
6980 * gdb.threads/watchpoint-fork-mt.c: New file.
6981 * gdb.threads/watchpoint-fork-parent.c: New file.
6982 * gdb.threads/watchpoint-fork-st.c: New file.
6983 * gdb.threads/watchpoint-fork.exp: New file.
6984 * gdb.threads/watchpoint-fork.h: New file.
6985
6986 2012-01-23 Pedro Alves <palves@redhat.com>
6987
6988 * gdb.base/call-signal-resume.exp: Allow output after "return".
6989
6990 2012-01-20 Pedro Alves <palves@redhat.com>
6991
6992 * gdb.python/py-finish-breakpoint.py: Fix typo.
6993
6994 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
6995
6996 * gdb.base/info-proc.exp: Also run on remote targets. Main
6997 "info proc" command is now always present; whether target supports
6998 actual info proc operation is detected when attempting to issue
6999 the command.
7000
7001 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7002
7003 * .gdbinit: Remove.
7004
7005 2012-01-19 Pedro Alves <palves@redhat.com>
7006
7007 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
7008 look at the funtions' returns.
7009 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
7010 (jprint.print(int, int)): Change return type to int. Adjust.
7011
7012 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
7013
7014 PR gdb/9538
7015 * gdb.base/sepdebug.exp: New test.
7016
7017 2012-01-18 Pedro Alves <palves@redhat.com>
7018
7019 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
7020 Allow output before ^done.
7021
7022 2012-01-16 Tom Tromey <tromey@redhat.com>
7023
7024 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
7025 Add tests for relative directory.
7026
7027 2012-01-16 Tom Tromey <tromey@redhat.com>
7028
7029 * gdb.base/printcmds.c (enum flag_enum): New.
7030 (three): New global.
7031 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
7032 enum printing.
7033 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
7034 FlagEnumerationPrinter.
7035 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
7036 * gdb.python/py-pp-maint.c (enum flag_enum): New.
7037 (fval): New global.
7038
7039 2012-01-16 Pedro Alves <palves@redhat.com>
7040
7041 * lib/gdb.exp (banned_procedures): New variable.
7042 (banned_variables_traced): Rename to ...
7043 (banned_traced): ... this.
7044 (gdb_init): Also trace banned procedures.
7045 (gdb_finish): Also untrace banned procedures.
7046
7047 2012-01-16 Pedro Alves <palves@redhat.com>
7048
7049 Remove all calls to strace.
7050
7051 2012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7052
7053 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
7054 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
7055
7056 2012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
7057
7058 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
7059 * gdb.base/pie-execl.exp: Likewise.
7060
7061 2012-01-12 Keith Seitz <keiths@redhat.com>
7062
7063 PR mi/10586
7064 * gdb.mi/var-cmd.c (struct anonymous): New structure.
7065 (do_anonymous_type_tests): New function.
7066 (main): Call do_anonymous_type_tests.
7067 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
7068 (verify_everything): New procedure.
7069 * gdb.mi/mi-var-cp.cc (class A): New class.
7070 (anonymous_structs_and_unions): New function.
7071 (main): Call anonymous_structs_and_unions.
7072 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
7073 (verify_everything): New procedure.
7074
7075 2012-01-12 Keith Seitz <keiths@redhat.com>
7076
7077 * lib/mi-support.exp: Expand comments about PATH_EXPR.
7078 (varobj_tree::get_path_expr): Assume that all varobjs are
7079 compound unless they are known simple types.
7080 Adjust path expressions based on parent type, path parent type,
7081 and tree language.
7082 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
7083 the root varobj.
7084 (mi_walk_varobj_tree): Add LANGUAGE parameter.
7085
7086 2012-01-11 Pedro Alves <palves@redhat.com>
7087
7088 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
7089 core files on this machine" anymore.
7090
7091 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
7092
7093 * gdb.base/watchpoint.c (recurser): Initialize local_x.
7094 (main): Repeat recurser call.
7095 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
7096 equivalent to 'local_x'.
7097
7098 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
7099 Joel Brobecker <brobecker@adacore.com>
7100
7101 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
7102
7103 2012-01-05 Pedro Alves <alves.ped@gmail.com>
7104
7105 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
7106 * gdb.python/py-events.c (first): Add bits for new "step N" test.
7107 * gdb.python/py-events.exp: Test that "step N" tripping on a
7108 breakpoint emits a breakpoint event.
7109
7110 2012-01-03 Joel Brobecker <brobecker@adacore.com>
7111
7112 * gdb.base/auxv.exp: Reformat the copyright notice.
7113
7114 2012-01-03 Yao Qi <yao@codesourcery.com>
7115
7116 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
7117 (strace_trace_on_diff_addr): New.
7118 * gdb.trace/strace.c: (main): Add two local variables.
7119
7120 2011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
7121
7122 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
7123 * gdb.cell/gcore.exp: Likewise.
7124 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
7125 to verify the correct instance of main is selected.
7126
7127 2012-01-02 Joel Brobecker <brobecker@adacore.com>
7128
7129 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
7130 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
7131 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
7132 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
7133 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
7134 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
7135 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
7136 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
7137 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
7138 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
7139 gdb.threads/thread_check.c: Reformat copyright header.
7140
7141 2011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
7142
7143 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
7144 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
7145 is not enabled.
7146
7147 2011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7148
7149 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
7150 parameter to self_exec, adjust the function.
7151 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
7152 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
7153 (set var do_exit = 0): Remove test.
7154 (newline at end of file): Add one.
7155
7156 2011-12-27 Joel Brobecker <brobecker@adacore.com>
7157
7158 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
7159 New files.
7160
7161 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7162
7163 Fix racy FAILs.
7164 * gdb.threads/fork-thread-pending.c (barrier): New variable.
7165 (thread_function, thread_forker): Call pthread_barrier_wait for it.
7166 (main): Call pthread_barrier_init for it.
7167
7168 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7169
7170 Fix double send_gdb leading to racy FAILs.
7171 * gdb.base/break.exp (set silent break bp_location1): Replace
7172 3x send_gdb and gdb_expect by gdb_test.
7173 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
7174 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
7175 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
7176 instead of send_gdb. Twice.
7177 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
7178 3x send_gdb and gdb_expect by gdb_test.
7179 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
7180
7181 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7182
7183 * gdb.linespec/linespec.exp: Compile using {c++}.
7184
7185 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7186
7187 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
7188 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
7189 (verify GCC PR debug/51668): New test.
7190
7191 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
7192
7193 Introduce gdb.FinishBreakpoint in Python.
7194 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
7195 py-finish-breakpoint2
7196 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
7197 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
7198 instead of line number.
7199 * gdb.python/py-finish-breakpoint.c: New file.
7200 * gdb.python/py-finish-breakpoint.exp: New file.
7201 * gdb.python/py-finish-breakpoint.py: New file.
7202 * gdb.python/py-finish-breakpoint2.cc: New file.
7203 * gdb.python/py-finish-breakpoint2.exp: New file.
7204 * gdb.python/py-finish-breakpoint2.py: New file.
7205
7206 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
7207
7208 Partial fix of compatibility with gcc-4.7.
7209 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
7210 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
7211 Add comment to add a PASS case in the future.
7212
7213 Fix compatibility with gcc-4.7.
7214 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
7215
7216 2011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
7217
7218 PR tdep/12797
7219 * gdb.base/callfuncs.exp: Remove KFAIL.
7220
7221 2011-12-21 Joel Brobecker <brobecker@adacore.com>
7222
7223 * gdb.ada/task_bp: New testcase.
7224
7225 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7226
7227 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
7228 -DNO_SECTIONS.
7229 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
7230
7231 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7232
7233 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
7234 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
7235 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
7236 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
7237 conditional for gcc <= 4.5.
7238
7239 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7240
7241 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
7242 by XFAIL.
7243 * gdb.cp/static-method.exp (info addr A::func())
7244 (list static-method.cc:xxx::(anonymous namespace)::A::func)
7245 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
7246 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
7247 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
7248 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
7249 (test value of F in k3_m): Likewise.
7250 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
7251 Likewise.
7252
7253 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7254
7255 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
7256 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
7257 Remove.
7258 * gdb.threads/attachstop-mt.c: Remove.
7259 * gdb.threads/attachstop-mt.exp: Remove.
7260
7261 2011-12-17 Mark Kettenis <kettenis@gnu.org>
7262
7263 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
7264
7265 2011-12-16 Doug Evans <dje@google.com>
7266
7267 * boards/native-stdio-gdbserver.exp: New file.
7268 * boards/native-gdbserver.exp: New file.
7269
7270 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
7271 gdbserver output.
7272 (gdbserver_default_get_remote_address): New function.
7273 (gdbserver_start): Call gdb,get_remote_address to compute argument
7274 to "target remote" command.
7275
7276 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
7277
7278 * gdb.python/py-function.exp: Change "on" to "full" for
7279 python print-stack. Add set/show python print-stack
7280 off|full|message tests.
7281
7282 2011-12-15 Yao Qi <yao@codesourcery.com>
7283
7284 * gdb.trace/strace.c: New
7285 * gdb.trace/strace.exp: New.
7286
7287 2011-12-14 Tom Tromey <tromey@redhat.com>
7288
7289 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
7290
7291 2011-12-14 Doug Evans <dje@google.com>
7292
7293 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
7294
7295 2011-12-14 Pedro Alves <pedro@codesourcery.com>
7296
7297 PR threads/10729
7298
7299 * gdb.mi/watch-nonstop.c: New file.
7300 * gdb.mi/mi-watch-nonstop.exp: New file.
7301
7302 2011-12-13 Pedro Alves <pedro@codesourcery.com>
7303 Doug Evans <dje@google.com>
7304
7305 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
7306 (clean_restart): Remove references to the gdb_stub target board
7307 variable.
7308 (gdb_step_for_stub): Delete.
7309
7310 * gdb.base/annota1.exp: Remove all references to [target_info
7311 exists gdb_stub], gdb_step_for_stub and usestubs.
7312 * gdb.base/annota3.exp: Ditto.
7313 * gdb.base/async.exp: Ditto.
7314 * gdb.base/break.exp: Ditto.
7315 * gdb.base/code-expr.exp: Ditto.
7316 * gdb.base/commands.exp: Ditto.
7317 * gdb.base/completion.exp: Ditto.
7318 * gdb.base/condbreak.exp: Ditto.
7319 * gdb.base/consecutive.exp: Ditto.
7320 * gdb.base/cvexpr.exp: Ditto.
7321 * gdb.base/define.exp: Ditto.
7322 * gdb.base/display.exp: Ditto.
7323 * gdb.base/ena-dis-br.exp: Ditto.
7324 * gdb.base/environ.exp: Ditto.
7325 * gdb.base/gnu-ifunc.exp: Ditto.
7326 * gdb.base/maint.exp: Ditto.
7327 * gdb.base/pending.exp: Ditto.
7328 * gdb.base/sect-cmd.exp: Ditto.
7329 * gdb.base/sepdebug.exp: Ditto.
7330 * gdb.base/unload.exp: Ditto.
7331 * gdb.base/watchpoint-solib.exp: Ditto.
7332 * gdb.cp/annota2.exp: Ditto.
7333 * gdb.cp/annota3.exp: Ditto.
7334 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
7335 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
7336 * gdb.mi/mi-pending.exp: Ditto.
7337 * gdb.trace/circ.exp: Ditto.
7338 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
7339 * gdb.base/list.exp: Ditto.
7340
7341 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
7342 breakpoint function and all references to the usestubs macro.
7343 * gdb.base/exprs.c: Ditto.
7344 * gdb.base/freebpcmd.c: Ditto.
7345 * gdb.base/bitfields.c: Ditto.
7346 * gdb.base/bitfields2.c: Ditto.
7347 * gdb.base/break.c: Ditto.
7348 * gdb.base/call-sc.c: Ditto.
7349 * gdb.base/call-signals.c: Ditto.
7350 * gdb.base/callfuncs.c: Ditto.
7351 * gdb.base/charset.c: Ditto.
7352 * gdb.base/consecutive.c: Ditto.
7353 * gdb.base/constvars.c: Ditto.
7354 * gdb.base/funcargs.c: Ditto.
7355 * gdb.base/int-type.c: Ditto.
7356 * gdb.base/interrupt.c: Ditto.
7357 * gdb.base/langs0.c: Ditto.
7358 * gdb.base/list0.c: Ditto.
7359 * gdb.base/mips_pro.c: Ditto.
7360 * gdb.base/miscexprs.c: Ditto.
7361 * gdb.base/nodebug.c: Ditto.
7362 * gdb.base/opaque0.c: Ditto.
7363 * gdb.base/pointers.c: Ditto.
7364 * gdb.base/printcmds.c: Ditto.
7365 * gdb.base/ptype.c: Ditto.
7366 * gdb.base/recurse.c: Ditto.
7367 * gdb.base/reread1.c: Ditto.
7368 * gdb.base/reread2.c: Ditto.
7369 * gdb.base/restore.c: Ditto.
7370 * gdb.base/return.c: Ditto.
7371 * gdb.base/run.c: Ditto.
7372 * gdb.base/scope0.c: Ditto.
7373 * gdb.base/sepdebug.c: Ditto.
7374 * gdb.base/setshow.c: Ditto.
7375 * gdb.base/setvar.c: Ditto.
7376 * gdb.base/sigall.c: Ditto.
7377 * gdb.base/signals.c: Ditto.
7378 * gdb.base/structs.c: Ditto.
7379 * gdb.base/structs2.c: Ditto.
7380 * gdb.base/testenv.c: Ditto.
7381 * gdb.base/twice.c: Ditto.
7382 * gdb.base/unwindonsignal.c: Ditto.
7383 * gdb.base/watchpoint.c: Ditto.
7384 * gdb.base/watchpoints.c: Ditto.
7385 * gdb.base/whatis.c: Ditto.
7386 * gdb.cp/classes.cc: Ditto.
7387 * gdb.cp/cplusfuncs.cc: Ditto.
7388 * gdb.cp/derivation.cc: Ditto.
7389 * gdb.cp/formatted-ref.cc: Ditto.
7390 * gdb.cp/misc.cc: Ditto.
7391 * gdb.cp/overload.cc: Ditto.
7392 * gdb.cp/ovldbreak.cc: Ditto.
7393 * gdb.cp/ref-params.cc: Ditto.
7394 * gdb.cp/ref-types.cc: Ditto.
7395 * gdb.cp/templates.cc: Ditto.
7396 * gdb.cp/virtfunc.cc: Ditto.
7397 * gdb.hp/gdb.aCC/run.c: Ditto.
7398 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
7399 * gdb.hp/gdb.compat/xdb0.c: Ditto.
7400 * gdb.reverse/consecutive-reverse.c: Ditto.
7401 * gdb.reverse/sigall-reverse.c: Ditto.
7402 * gdb.reverse/until-reverse.c: Ditto.
7403 * gdb.reverse/watch-reverse.c: Ditto.
7404 * gdb.trace/actions.c: Ditto.
7405 * gdb.trace/circ.c: Ditto.
7406 * gdb.trace/collection.c: Ditto.
7407
7408 2011-12-13 Pedro Alves <pedro@codesourcery.com>
7409
7410 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
7411 (func6, func7): New.
7412 (main): Call func6 and func7.
7413 * gdb.base/watchpoint.exp (test_wide_location_1)
7414 (test_wide_location_2): New.
7415 (top level): Re-enable hardware watchpoints if necessary. Call
7416 test_wide_location_1 and test_wide_location_2.
7417
7418 2011-12-11 Yao Qi <yao@codesourcery.com>
7419
7420 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
7421
7422 2011-12-11 Joel Brobecker <brobecker@adacore.com>
7423
7424 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
7425 expected output for unsupported case.
7426
7427 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7428
7429 PR testsuite/12649
7430 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
7431 Protect gdb_test_multiple by final $gdb_prompt match.
7432
7433 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
7434
7435 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
7436 New variable, new test.
7437 (list static-method.cc:xxx::(anonymous namespace)::A::func)
7438 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
7439 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
7440 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
7441 them if HAVE_GCC_45682_FIXED is not set.
7442
7443 2011-12-10 Yao Qi <yao@codesourcery.com>
7444
7445 * gdb.trace/status-stop.exp: New.
7446 * gdb.trace/status-stop.c: New.
7447
7448 2011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7449
7450 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
7451 timeout.
7452
7453 2011-12-08 Tom Tromey <tromey@redhat.com>
7454
7455 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
7456 condition.
7457
7458 2011-12-07 Stan Shebs <stan@codesourcery.com>
7459
7460 * gdb.trace/tfind.exp: Update for output changes.
7461
7462 2011-12-07 Pedro Alves <pedro@codesourcery.com>
7463
7464 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
7465 throws "Cannot insert catchpoints in this configuration".
7466 * gdb.ada/mi_catch_ex.exp: Likewise.
7467
7468 2011-12-06 Pedro Alves <pedro@codesourcery.com>
7469
7470 * gdb.base/break-always.exp: Test changing memory at addresses
7471 with breakpoints inserted.
7472
7473 2011-12-06 Joel Brobecker <brobecker@acacore.com>
7474
7475 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
7476 involving a fully qualified function name.
7477
7478 2011-12-06 Tom Tromey <tromey@redhat.com>
7479
7480 * gdb.ada/homonym.exp: Add three breakpoint tests.
7481
7482 2011-12-06 Tom Tromey <tromey@redhat.com>
7483
7484 * gdb.base/solib-weak.exp (do_test): Remove kfail.
7485 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
7486 * gdb.objc/objcdecode.exp: Update for output changes.
7487 * gdb.linespec/linespec.exp: New file.
7488 * gdb.linespec/lspec.cc: New file.
7489 * gdb.linespec/lspec.h: New file.
7490 * gdb.linespec/body.h: New file.
7491 * gdb.linespec/base/two/thefile.cc: New file.
7492 * gdb.linespec/base/one/thefile.cc: New file.
7493 * gdb.linespec/Makefile.in: New file.
7494 * gdb.cp/templates.exp (test_template_breakpoints): Update for
7495 output changes.
7496 * gdb.cp/re-set-overloaded.exp: Remove kfail.
7497 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
7498 makes one breakpoint.
7499 * gdb.cp/method2.exp (test_break): Update for output changes.
7500 * gdb.cp/mb-templates.exp: Update for output changes.
7501 * gdb.cp/mb-inline.exp: Update for output changes.
7502 * gdb.cp/mb-ctor.exp: Update for output changes.
7503 * gdb.cp/ovsrch.exp: Use fully-qualified names.
7504 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
7505 has multiple matches.
7506 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
7507 error message change.
7508 * gdb.base/list.exp (test_list_filename_and_number): Update for
7509 error message change.
7510 * gdb.base/break.exp: Disable pending breakpoints. Update for
7511 output changes.
7512 * configure.ac: Add gdb.linespec.
7513 * configure: Rebuild.
7514 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
7515
7516 2011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
7517
7518 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
7519 last_break register on s390*-*-* targets.
7520
7521 2011-12-06 Joel Brobecker <brobecker@adacore.com>
7522
7523 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
7524 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
7525 of parameter X in procedure Foo.
7526
7527 2011-12-05 Stan Shebs <stan@codesourcery.com>
7528
7529 * gdb.trace/tfind.exp: Update help string matches.
7530
7531 2011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7532
7533 * gdb.server/ext-run.exp (get process list): Accept also systemd
7534 as PID 1.
7535
7536 2011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7537 Pedro Alves <pedro@codesourcery.com>
7538
7539 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
7540 starting GDB.
7541 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
7542 $use_gdb_stub.
7543 * gdb.base/display.exp: Likewise.
7544 * gdb.base/ending-run.exp: Likewise.
7545 * gdb.base/list.exp (test_listsize): Likewise.
7546 * gdb.base/setshow.exp: Likewise.
7547 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
7548 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
7549 check by global $use_gdb_stub.
7550 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
7551 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
7552 (default_gdb_init): Unset global $use_gdb_stub.
7553 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
7554 by global $use_gdb_stub.
7555 * lib/gdbserver-support.exp: Extend comments for set_board_info
7556 gdb_protocol and gdb,socketport.
7557 (gdbserver_start_extended): Set global gdbserver_protocol and
7558 gdbserver_gdbport. Clear global use_gdb_stub.
7559 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
7560 from target use_gdb_stub.
7561 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
7562
7563 2011-12-03 Doug Evans <dje@google.com>
7564
7565 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
7566 (gdb_step_for_stub): Add comments.
7567
7568 2011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
7569
7570 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
7571 to the caller.
7572 (gdb_test_multiple): Likewise.
7573
7574 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7575
7576 Fix gdb.mi/mi-solib.exp without system debug info installed.
7577 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
7578 expect attribute, return 0 for it. Update comments.
7579
7580 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7581
7582 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
7583 (corrupted list): Adjust the expectation.
7584
7585 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7586
7587 PR threads/13448
7588 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
7589 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
7590 * gdb.threads/tls-var-main.c: New file.
7591 * gdb.threads/tls-var.c: New file.
7592 * gdb.threads/tls-var.exp: New file.
7593
7594 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7595
7596 PR testsuite/12649
7597 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
7598 Protect gdb_test_multiple by final $gdb_prompt match.
7599 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
7600 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
7601 (test_tracepoints): Likewise.
7602
7603 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7604
7605 PR breakpoints/13346
7606 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
7607 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
7608 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
7609
7610 2011-12-01 Joel Brobecker <brobecker@adacore.com>
7611
7612 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
7613 * gdb.ada/homonym/homonym.adb: For use of all types defined
7614 locally inside both Get_Value subprograms.
7615
7616 2011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7617
7618 Fix racy FAILs.
7619 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
7620 of send_gdb.
7621
7622 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7623
7624 * gdb.base/testenv.exp: Skip on remote targets. Unset global
7625 environment variable after test completed.
7626
7627 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7628
7629 * gdb.base/solib-nodir.exp: Skip if remote target.
7630 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
7631 application. Call gdb_load_shlibs.
7632 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
7633
7634 2011-11-29 Joel Brobecker <brobecker@adacore.com>
7635
7636 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
7637
7638 2011-11-28 Joel Brobecker <brobecker@adacore.com>
7639
7640 * gdb.ada/fullname_bp: New testcase.
7641
7642 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7643
7644 PR testsuite/12649
7645 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
7646 Wrap send_gdb into a new gdb_test.
7647
7648 Code cleanup.
7649 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
7650 Convert send_gdb and gdb_expect to gdb_test_multiple.
7651
7652 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7653
7654 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
7655
7656 2011-11-23 Keith Seitz <keiths@redhat.com>
7657
7658 * lib/mi-support.exp (varobj_tree): New namespace and procs.
7659 (mi_varobj_tree_test_children_callback): New proc.
7660 (mi_walk_varobj_tree): New proc.
7661
7662 2011-11-22 Tom Tromey <tromey@redhat.com>
7663
7664 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
7665 Add "use_mi_command" argument.
7666 (mi_run_cmd, mi_run_with_cli): New procs.
7667 * gdb.mi/solib-lib.c: New file.
7668 * gdb.mi/solib-main.c: New file.
7669 * gdb.mi/mi-solib.exp: New file.
7670
7671 2011-11-21 Doug Evans <dje@google.com>
7672
7673 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
7674 _Unwind_DebugHook is missing.
7675
7676 2011-11-20 Stan Shebs <stan@codesourcery.com>
7677
7678 * gdb.trace/tstatus.exp: New.
7679 * gdb.trace/actions.c: Include string.h.
7680
7681 2011-11-18 Yao Qi <yao@codesourcery.com>
7682
7683 * gdb.trace/pending.exp: New.
7684 * gdb.trace/pending.c: New.
7685 * gdb.trace/pendshr1.c: New.
7686 * gdb.trace/pendshr2.c: New.
7687 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
7688 tracepoint location becomes pending.
7689 (tracepoint_change_loc_2): New.
7690
7691 2011-11-16 David S. Miller <davem@davemloft.net>
7692
7693 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
7694 target is sparc*-*-linux*
7695
7696 2011-11-15 Paul Koning <paul_koning@dell.com>
7697
7698 * gdb.python/py-type.exp: New testcases for exceptions on scalar
7699 types.
7700
7701 2011-11-14 Doug Evans <dje@google.com>
7702
7703 * gdb.base/shell.exp: New file.
7704
7705 2011-11-14 Stan Shebs <stan@codesourcery.com>
7706
7707 * gdb.trace/ftrace.c: New.
7708 * gdb.trace/ftrace.exp: New.
7709
7710 2011-11-14 Yao Qi <yao@codesourcery.com>
7711
7712 * gdb.trace/change-loc-1.c: New.
7713 * gdb.trace/change-loc-2.c: New.
7714 * gdb.trace/change-loc.c: New.
7715 * gdb.trace/change-loc.exp: New.
7716 * gdb.trace/change-loc.h: New.
7717 * gdb.trace/trace-break.c (marker): Define new symbol.
7718 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
7719 New.
7720 (break_trace_same_addr_6): New.
7721
7722 2011-11-12 Matt Rice <ratmice@gmail.com>
7723
7724 * gdb.base/info-macros.exp: Make tests for info definitions
7725 test info macro. Add tests for info macro argument processing.
7726 Rename a few tests.
7727
7728 2011-11-11 Keith Seitz <keiths@redhat.com>
7729
7730 PR gdb/12843
7731 * gdb.base/linespecs.exp: New file.
7732
7733 2011-11-11 Doug Evans <dje@google.com>
7734
7735 * gdb.threads/print-threads.exp: Extend timeout for slower
7736 tests.
7737
7738 2011-11-10 Doug Evans <dje@google.com>
7739
7740 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
7741 "record to end of main" test.
7742
7743 * gdb.python/py-type.c (TS): New typedef.
7744 (ts): New global.
7745 * gdb.python/py-type.exp: Test field list of typedef.
7746
7747 2011-11-10 Joel Brobecker <brobecker@adacore.com>
7748
7749 * gdb.ada/small_reg_param: New testcase.
7750
7751 2011-11-09 Tom Tromey <tromey@redhat.com>
7752
7753 * gdb.cp/destrprint.exp: New file.
7754 * gdb.cp/destrprint.cc: New file.
7755
7756 2011-11-08 Meador Inge <meadori@codesourcery.com>
7757
7758 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
7759 (switch_stack_to_other): New test function.
7760 * gdb.arch/thumb-prologue.exp: New test cases.
7761
7762 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
7763
7764 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
7765
7766 2011-11-08 Yao Qi <yao@codesourcery.com>
7767
7768 * gdb.exp (supports_process_record): New.
7769 (supports_reverse): New.
7770 * gdb.reverse/break-precsave.exp: Call support_process_record
7771 to run test conditionally.
7772 * gdb.reverse/consecutive-precsave.exp: Likewise.
7773 * gdb.reverse/i386-precsave.exp: Likewise.
7774 * gdb.reverse/machinestate-precsave.exp: Likewise.
7775 * gdb.reverse/solib-precsave.exp: Likewise.
7776 * gdb.reverse/step-precsave.exp: Likewise.
7777 * gdb.reverse/until-precsave.exp: Likewise.
7778 * gdb.reverse/watch-precsave.exp: Likewise.
7779 * gdb.reverse/break-reverse.exp: Call support_reverse to run
7780 test conditionally.
7781 * gdb.reverse/consecutive-reverse.exp: Likewise.
7782 * gdb.reverse/finish-precsave.exp: Likewise.
7783 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
7784 * gdb.reverse/finish-reverse.exp: Likewise.
7785 * gdb.reverse/i386-reverse.exp: Likewise.
7786 * gdb.reverse/i386-sse-reverse.exp: Likewise.
7787 * gdb.reverse/machinestate.exp: Likewise.
7788 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
7789 * gdb.reverse/sigall-precsave.exp: Likewise.
7790 * gdb.reverse/sigall-reverse.exp: Likewise.
7791 * gdb.reverse/solib-reverse.exp: Likewise.
7792 * gdb.reverse/step-reverse.exp: Likewise.
7793 * gdb.reverse/until-reverse.exp: Likewise.
7794 * gdb.reverse/watch-reverse.exp: Likewise.
7795
7796 2011-11-05 Yao Qi <yao@codesourcery.com>
7797
7798 * gdb.trace/trace-break.exp: Add test on setting two
7799 fast tracepoints at the same address.
7800
7801 2011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7802
7803 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
7804
7805 2011-11-02 Stan Shebs <stan@codesourcery.com>
7806
7807 * gdb.trace/collection.c: Add code using strings.
7808 * gdb.trace/collection.exp: Add tests of string collection.
7809
7810 2011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7811
7812 * gdb.base/skip-solib.exp (executable_main): New variable.
7813 (binfile_main): Base it on that.
7814 Use $executable_main in clean_restart calls. Drop gdb_exit and
7815 gdb_start calls.
7816
7817 2011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7818
7819 Fix racy FAILs.
7820 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
7821 breakpoint_re globals import by async. Set string_regex to .* for
7822 async. Remove the optional thread_selected_re and breakpoint_re
7823 globals expectations.
7824
7825 2011-11-01 Joseph Myers <joseph@codesourcery.com>
7826
7827 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
7828 well as Cygwin.
7829
7830 2011-11-01 Justin Lebar <justin.lebar@gmail.com>
7831
7832 Add tests for skip command.
7833 * gdb.base/skip-solib-lib.c: New
7834 * gdb.base/skip-solib-main.c: New
7835 * gdb.base/skip-solib.exp: New
7836 * gdb.base/skip.c: New
7837 * gdb.base/skip.exp: New
7838 * gdb.base/skip1.c: New
7839 * gdb.base/Makefile.in: Adding new files.
7840
7841 2011-10-31 Yao Qi <yao@codesourcery.com>
7842 Pedro Alves <pedro@codesourcery.com>
7843
7844 * gdb.trace/trace-break.c: New.
7845 * gdb.trace/trace-break.exp: New.
7846
7847 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7848
7849 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
7850 break-here-2.
7851
7852 2011-10-28 Pedro Alves <pedro@codesourcery.com>
7853
7854 * gdb.threads/no-unwaited-for-left.c: New.
7855 * gdb.threads/no-unwaited-for-left.exp: New.
7856 * gdb.threads/non-ldr-exc-1.c: New.
7857 * gdb.threads/non-ldr-exc-1.exp: New.
7858 * gdb.threads/non-ldr-exc-2.c: New.
7859 * gdb.threads/non-ldr-exc-2.exp: New.
7860 * gdb.threads/non-ldr-exc-3.c: New.
7861 * gdb.threads/non-ldr-exc-3.exp: New.
7862 * gdb.threads/non-ldr-exc-4.c: New.
7863 * gdb.threads/non-ldr-exc-4.exp: New.
7864
7865 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7866
7867 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
7868 * gdb.base/attach-pie-misread.exp: Likewise.
7869 * gdb.base/break-interp.exp: Likewise.
7870 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
7871 testcases for use_gdb_stub.
7872 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
7873 (continue): New testcase.
7874 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
7875 * gdb.threads/attach-into-signal.exp: Likewise.
7876 * gdb.threads/attach-stopped.exp: Likewise.
7877 * gdb.threads/attachstop-mt.exp: Likewise.
7878
7879 2011-10-28 Paul Koning <paul_koning@dell.com>
7880
7881 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
7882
7883 2011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7884
7885 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
7886 (mi_gdb_test): Import globals thread_selected_re
7887 and breakpoint_re. Expect them optionally at the regex start.
7888
7889 2011-10-27 Doug Evans <dje@google.com>
7890
7891 * gdb.python/python.exp: Test source -s.
7892
7893 2011-10-26 Paul Koning <paul_koning@dell.com>
7894
7895 * gdb.python/lib-types.cc (struct A): New structure.
7896 * gdb.python/lib-types.exp (deepitems): New tests.
7897
7898 2011-10-25 Paul Koning <paul_koning@dell.com>
7899
7900 PR python/13327
7901
7902 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
7903 fetch_lazy method.
7904
7905 2011-10-24 Yao Qi <yao@codesourcery.com>
7906
7907 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
7908 target is tic6x-*-*.
7909
7910 2011-10-21 Joel Brobecker <brobecker@adacore.com>
7911
7912 * gdb.ada/mi_task_info/task_switch.adb: New file.
7913 * gdb.ada/mi_task_info.exp: New file.
7914
7915 2011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7916
7917 * gdb.cp/expand-psymtabs-cxx.exp: New file.
7918 * gdb.cp/expand-psymtabs-cxx.cc: New file.
7919
7920 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
7921
7922 PR python/12656
7923
7924 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
7925 global_block tests.
7926
7927 2011-10-18 Tom Tromey <tromey@redhat.com>
7928
7929 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
7930
7931 2011-10-18 Tom Tromey <tromey@redhat.com>
7932
7933 * gdb.base/source.exp: Don't include full file name in test name.
7934 * gdb.python/python.exp: Don't include full file name in test
7935 name.
7936
7937 2011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7938
7939 * gdb.base/attach-pie-noexec.c: New files.
7940 * gdb.base/attach-pie-noexec.exp: New files.
7941
7942 2011-10-17 Joseph Myers <joseph@codesourcery.com>
7943
7944 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
7945 prompt for each extra line in command.
7946
7947 2011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7948
7949 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
7950 Revert the part of:
7951 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7952 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
7953 Change the expected string.
7954
7955 2011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7956
7957 Fix results with system glibc debug info installed.
7958 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
7959 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
7960 Accept also __libc_ symbol prefix and no prefix.
7961
7962 2011-10-14 Keith Seitz <keiths@redhat.com>
7963
7964 PR c++/13225
7965 * gdb.cp/converts.cc (foo3_1): New function.
7966 (foo3_2): New functions.
7967 * gdb.cp/converts.exp: Add tests for int to pointer conversion
7968 and null pointer conversions of integer constant zero.
7969 Add test to check if all arguments are checked for incompatible
7970 conversion BADNESS.
7971
7972 2011-10-14 Tom Tromey <tromey@redhat.com>
7973
7974 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
7975 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
7976 linespec.
7977
7978 2011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7979
7980 Fix internal error regression.
7981 * gdb.dwarf2/implptr-optimized-out.S: New file.
7982 * gdb.dwarf2/implptr-optimized-out.exp: New file.
7983
7984 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7985
7986 Fix empty DWARF expressions DATA vs. SIZE conditionals.
7987 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
7988 (loclist): New.
7989 (4): New abbrev.
7990 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
7991 Use prepare_for_testing, remove clean_restart.
7992 (p arraynoloc, p arraycallnoloc): New tests.
7993
7994 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7995
7996 * gdb.cp/namespace-enum.exp (executable): New variable.
7997 (binfile): Use ${objdir}/${subdir}/ prefix.
7998 Use ${executable} for clean_restart.
7999
8000 2011-10-11 Sterling Augustine <saugustine@google.com>
8001
8002 * gdb.cp/Makefile.in: Add namespace-enum test.
8003 * gdb.cp/namespace-enum.exp: New file.
8004 * gdb.cp/namespace-enum.c: New file.
8005 * gdb.cp/namespace-enum-main.c: New file.
8006
8007 2011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
8008
8009 * gdb.python/py-shared.exp: Relax filename check to handle remote:
8010 sysroot.
8011
8012 2011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8013
8014 Reimplement @entry in input expressions.
8015 * gdb.base/exprs.c (v_int_array_init): New variable.
8016 * gdb.base/exprs.exp (print v_int_array_init)
8017 (print *v_int_array_init@1, print *v_int_array_init@2)
8018 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
8019 (print v_int_array_init[1]@1): New tests.
8020
8021 2011-10-10 Joseph Myers <joseph@codesourcery.com>
8022
8023 * gdb.cp/gdb2495.exp: Do not include directories in filename in
8024 expected message.
8025
8026 2011-10-09 Doug Evans <dje@google.com>
8027
8028 * gdb.base/alias.exp: Add tests for alias command.
8029
8030 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8031
8032 * gdb.arch/amd64-entry-value.s: New file.
8033 * gdb.mi/mi2-amd64-entry-value.s: New file.
8034
8035 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8036
8037 Display @entry parameter values even for references.
8038 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
8039 functions.
8040 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
8041 reference and datap_input.
8042 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
8043 breakpoints.
8044 (continue to breakpoint: entry_reference: reference)
8045 (entry_reference: bt at entry)
8046 (continue to breakpoint: entry_reference: breakhere_reference)
8047 (entry_reference: bt, entry_reference: ptype regparam)
8048 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
8049 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
8050 (entry_reference: p regcopy, entry_reference: p nodataparam)
8051 (entry_reference: p nodataparam@entry): New tests.
8052
8053 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8054
8055 Support @entry in input expressions.
8056 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
8057 (entry_stack: p s1@entry, entry_stack: p s2@entry)
8058 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
8059 (tailcall: p j@entry): New tests.
8060 * gdb.cp/koenig.cc (A::entry): New function.
8061 (main): Call it.
8062 * gdb.cp/koenig.exp (p entry (c)): New test.
8063
8064 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8065
8066 Display @entry parameter values (without references).
8067 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
8068 (different, validity, invalid): New functions.
8069 (main): Call them.
8070 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
8071 stacktest, breakhere_stacktest, different, breakhere_different,
8072 breakhere_validity and breakhere_invalid.
8073 (entry: bt): Update for @entry.
8074 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
8075 (entry_validity: *, entry_invalid: *): Many new tests.
8076 * gdb.base/break.exp
8077 (run until breakpoint set at small function, optimized file): Accept
8078 also the @entry suffix.
8079 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
8080 * gdb.mi/mi2-amd64-entry-value.c: New files.
8081 * gdb.mi/mi2-amd64-entry-value.exp: New files.
8082
8083 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8084
8085 Protect entry values against self tail calls.
8086 * gdb.arch/amd64-entry-value.cc (self2, self): New.
8087 (main): Call self.
8088 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
8089 (set debug entry-values 1, self: bt debug entry-values): New tests.
8090
8091 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8092
8093 Recognize virtual tail call frames.
8094 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
8095 (amb_b, amb_a): New.
8096 (main): Call a and b.
8097 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
8098 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
8099 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
8100 New tests.
8101
8102 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8103
8104 Implement basic support for DW_TAG_GNU_call_site.
8105 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
8106 * gdb.arch/amd64-entry-value.cc: New file.
8107 * gdb.arch/amd64-entry-value.exp: New file.
8108
8109 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8110
8111 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
8112 * gdb.dwarf2/implptr-64bit.S: New file.
8113 * gdb.dwarf2/implptr-64bit.exp: New file.
8114
8115 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8116
8117 Fix initial language detection with -readnow.
8118 * gdb.cp/readnow-language.cc: New file.
8119 * gdb.cp/readnow-language.exp: New file.
8120
8121 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8122
8123 Fix printed anonymous struct name.
8124 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
8125
8126 2011-10-09 Joseph Myers <joseph@codesourcery.com>
8127
8128 * gdb.base/solib-symbol.exp: Do not include directories in
8129 filenames in expected messages.
8130
8131 2011-10-07 Doug Evans <dje@google.com>
8132
8133 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
8134
8135 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
8136
8137 Allow Python notification of new object-file loadings.
8138 * gdb.python/py-events.exp: Test newobjfile event.
8139 * gdb.python/py-events.py: Register newobjfile callback.
8140 * gdb.python/py-events.c: Add call to shared library
8141 * gdb.python/py-events-shlib.c: New file.
8142
8143 2011-10-06 Joseph Myers <joseph@codesourcery.com>
8144
8145 * gdb.base/fixsection.exp: Do not include directories in filename
8146 in expected message.
8147
8148 2011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
8149
8150 Add tests for passing of environment variables to inferior.
8151 * gdb.base/testenv.c: New test source.
8152 * gdb.base/testenv.exp: New expect test.
8153
8154 2011-10-04 Paul Koning <paul_koning@dell.com>
8155
8156 * gdb.python/py-value.c (main): Break before return.
8157
8158 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
8159
8160 PR python/12691: Add the inferior to Python exited event
8161 * gdb.python/py-events.exp: Test the inferior attribute of exited
8162 event with a fork.
8163 * gdb.python/py-events.py: Print inferior number on exit.
8164 * gdb.python/py-events.c: Fork the inferior.
8165
8166 2011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
8167
8168 * gdb.base/jit.exp: Add testcase name to log message
8169
8170 2011-10-03 Paul Koning <paul_koning@dell.com>
8171 Jan Kratochvil <jan.kratochvil@redhat.com>
8172
8173 * gdb.python/py-value.exp
8174 (python inval = gdb.parse_and_eval('*(int*)0'))
8175 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
8176 (set argc=2, python print argc_lazy): New tests.
8177
8178 2011-10-02 Joel Brobecker <brobecker@adacore.com>
8179
8180 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
8181
8182 2011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8183 Pedro Alves <pedro@codesourcery.com>
8184
8185 * gdb.python/py-value.exp (test_value_in_inferior): New variable
8186 can_read_0, test for it.
8187 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
8188 (parse_and_eval with memory error): ... here, make it untested if
8189 can_read_0.
8190
8191 2011-09-30 Marek Polacek <mpolacek@redhat.com>
8192
8193 * gdb.python/python.exp (verify pagination beforehand)
8194 (verify pagination afterwards): Fix race by splitting the line.
8195
8196 2011-09-29 Joseph Myers <joseph@codesourcery.com>
8197
8198 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
8199 for 64-bit multilibs from i?86-* targets.
8200
8201 2011-09-29 Marek Polacek <mpolacek@redhat.com>
8202
8203 * lib/gdb.exp: Fix a typo in one of the comments.
8204
8205 2011-09-29 Marek Polacek <mpolacek@redhat.com>
8206
8207 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
8208 matching pattern.
8209
8210 2011-09-28 Paul Koning <paul_koning@dell.com>
8211
8212 * gdb.python/py-type.c (enum E): New.
8213 * gdb.python/py-type.exp (test_fields): Add tests for Python
8214 mapping access to fields.
8215 (test_enums): New test for field access on enums.
8216
8217 2011-09-27 Stan Shebs <stan@codesourcery.com>
8218
8219 * gdb.trace/collection.exp: Test collection of $_ret.
8220
8221 2011-09-22 Andreas Tobler <andreast@fgznet.ch>
8222
8223 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
8224 list of compilation switches for <*-*-freebsd*>.
8225
8226 2011-09-19 Stan Shebs <stan@codesourcery.com>
8227
8228 * gdb.trace/tspeed.exp: New file.
8229 * gdb.trace/tspeed.c: New file.
8230
8231 2011-09-18 Yao Qi <yao@codesourcery.com>
8232
8233 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
8234 instructions.
8235 (test_adr_32bit, test_pop_pc): Likewise.
8236 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
8237 Thumb instructions.
8238 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
8239 in gdb_test_multiple.
8240 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
8241
8242 2011-09-17 Yao Qi <yao@codesourcery.com>
8243
8244 * lib/gdb.exp (can_single_step_to_signal_handler): New.
8245 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
8246 support single step to signal handler.
8247
8248 2011-09-17 Yao Qi <yao@codesourcery.com>
8249
8250 * gdb.base/disp-step-fork.c: New.
8251 * gdb.base/disp-step-syscall.exp: New.
8252 * gdb.base/disp-step-vfork.c: New.
8253
8254 2011-09-16 Joel Brobecker <brobecker@adacore.com>
8255
8256 * gdb.ada/tasks.exp: Make the expected output for
8257 the `info tasks' tests more resilient to spacing
8258 changes.
8259
8260 2011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8261
8262 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
8263 (reached breakpoint 2, reached breakpoint 3): Update expected output.
8264
8265 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
8266
8267 PR Python/12692 Add gdb.selected_inferior() to Python interface.
8268 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
8269
8270 2011-04-30 Kevin Pouget <kevin.pouget@st.com>
8271
8272 Handle multiple breakpoint hits in Python interface:
8273 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
8274 presence.
8275 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
8276 breakpoint hits.
8277
8278 2011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
8279 Jan Kratochvil <jan.kratochvil@redhat.com>
8280
8281 * gdb.python/py-events.exp: Remove pretty printing comment.
8282 * gdb.python/py-evsignal.exp: New file.
8283 * gdb.python/py-evthreads.c: Include signal.h.
8284 (thread3): Remove variable count3. Remove variable bad and use raise
8285 instead.
8286 (thread2): Remove variable count2. Move thread3 pthread_create here,
8287 merge pthread_join to a single line.
8288 (main): Remove variable count1. Merge pthread_join with pthread_create
8289 to a single line.
8290 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
8291 KFAIL python/12966 for gdbserver. Test return value of
8292 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
8293 gdb_expect by gdb_test and gdb_test_multiple.
8294 (thread 2, thread 3): New tests.
8295
8296 2011-09-12 Matt Rice <ratmice@gmail.com>
8297 Pedro Alves <pedro@codesourcery.com>
8298
8299 PR gdb/13175
8300
8301 * gdb.base/interp.exp: New tests.
8302 * gdb.base/interp.c: New file.
8303
8304 2011-09-12 Doug Evans <dje@google.com>
8305
8306 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
8307 * gdb.dwarf2/typeddwarf.exp: Ditto.
8308
8309 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8310
8311 Fix compatibility with x32 arch.
8312 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
8313 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
8314 is_x86_like_target.
8315 * testsuite/gdb.trace/collection.exp: Likewise.
8316 * testsuite/gdb.trace/report.exp: Likewise.
8317 * testsuite/gdb.trace/unavailable.exp: Likewise.
8318 * testsuite/gdb.trace/while-dyn.exp: Likewise.
8319 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
8320 (is_x86_like_target): Check also is_amd64_regs_target.
8321
8322 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8323
8324 PR breakpoints/12435
8325 * gdb.arch/amd64-prologue-xmm.c: New file.
8326 * gdb.arch/amd64-prologue-xmm.exp: New file.
8327 * gdb.arch/amd64-prologue-xmm.s: New file.
8328
8329 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8330
8331 * gdb.dwarf2/dw2-param-error-main.c: New file.
8332 * gdb.dwarf2/dw2-param-error.S: New file.
8333 * gdb.dwarf2/dw2-param-error.exp: New file.
8334
8335 2011-09-08 Pedro Alves <pedro@codesourcery.com>
8336
8337 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
8338 inferior's pid and look for a core dump named core.$pid. Use
8339 `remote_file' commands on the host instead of hand coding shell
8340 commands on the build.
8341 * gdb.base/valgrind-db-attach.exp: Kill the program before
8342 finishing the test.
8343
8344 2011-09-02 Matt Rice <ratmice@gmail.com>
8345
8346 * lib/prompt.exp: New file for testing the first prompt.
8347 * gdb.python/py-prompt.exp: Ditto.
8348 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
8349
8350 2011-09-02 Pedro Alves <pedro@codesourcery.com>
8351
8352 * gdb.threads/gcore-thread.exp: Set the global core_supported to
8353 0, before testing gcore.
8354
8355 2011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8356
8357 * dw2-ifort-parameter-debug.S: Update copyright year.
8358 * dw2-ifort-parameter.c: Update copyright year.
8359 * dw2-ifort-parameter.exp: Update copyright year.
8360
8361 * dw2-ifort-parameter-debug.S: New file.
8362 * dw2-ifort-parameter.c: New file.
8363 * dw2-ifort-parameter.exp: New file.
8364
8365 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8366
8367 * gdb.base/commands.exp (error_clears_commands_left): New function.
8368 (): Call it.
8369
8370 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8371
8372 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
8373 (C): Initialize `a'.
8374 * gdb.mi/mi-inheritance-syntax-error.exp
8375 (-data-evaluate-expression $path): Expect `a' as 5.
8376
8377 2011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
8378
8379 PR mi/11912
8380 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
8381 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
8382 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
8383 keyword in output of -var-info-path-expression.
8384
8385 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8386
8387 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
8388 * gdb.trace/collection.exp: Likewise.
8389 * gdb.trace/report.exp: Likewise.
8390 * gdb.trace/unavailable.exp: Likewise.
8391 * gdb.trace/while-dyn.exp: Likewise.
8392
8393 2011-08-18 Keith Seitz <keiths@redhat.com>
8394
8395 PR c++/12266
8396 * gdb.cp/meth-typedefs.cc: New file.
8397 * gdb.cp/meth-typedefs.exp: New file.
8398
8399 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
8400
8401 * gdb.python/python.exp: Add extended-prompt tests.
8402
8403 2011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8404
8405 * gdb.arch/i386-dr3-watch.exp
8406 (watchpoint on gap1 does not fit debug registers)
8407 (delete all watchpoints): Fix racy expect strings.
8408
8409 2011-08-14 Yao Qi <yao@codesourcery.com>
8410
8411 * gdb.base/maint.exp: set data_section to ".neardata".
8412 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
8413 * gdb.base/savedregs.exp: Handle SIGILL.
8414 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
8415 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
8416
8417 2011-08-12 Doug Evans <dje@google.com>
8418
8419 * gdb.python/py-symbol.exp: Add test for symbol.type.
8420
8421 2011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
8422
8423 * gdb.threads/pthreads.exp: Enable on non-native configurations.
8424 * gdb.mi/mi-pthreads.exp: Likewise.
8425 * gdb.mi/mi2-pthreads.exp: Likewise.
8426 * gdb.mi/gdb669.exp.exp: Likewise.
8427
8428 2011-08-09 Pedro Alves <pedro@codesourcery.com>
8429
8430 * lib/mi-support.exp (detect_async): Rename to...
8431 (mi_detect_async): ... this.
8432 * gdb.mi/mi-nonstop-exit.exp: Adjust.
8433 * gdb.mi/mi-nonstop.exp: Adjust.
8434 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
8435 * gdb.mi/mi-nsintrall.exp: Adjust.
8436 * gdb.mi/mi-nsmoribund.exp: Adjust.
8437 * gdb.mi/mi-nsthrexec.exp: Adjust.
8438
8439 2011-08-09 Pedro Alves <pedro@codesourcery.com>
8440
8441 * gdb.base/display.c (do_loops): New `p_i' local.
8442 * gdb.base/display.exp: Test displaying a variable that is
8443 temporarily at a bad address.
8444
8445 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8446
8447 * gdb.dwarf2/dw2-op-stack-value.S: New file.
8448 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
8449
8450 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8451
8452 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
8453 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
8454 (p fuNC_symtab): Permit also ppc64 leading dot.
8455
8456 2011-08-05 Pedro Alves <pedro@codesourcery.com>
8457
8458 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
8459 procedure.
8460 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
8461
8462 2011-08-05 Yao Qi <yao@codesourcery.com>
8463
8464 * gdb.base/callfuncs.exp: Set language after main.
8465 * gdb.cp/cplusfuncs.exp: Likewise.
8466 * gdb.cp/inherit.exp: Likewise.
8467
8468 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
8469
8470 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
8471 * gdb.base/watch-vfork.exp: Skip on remote targets.
8472
8473 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
8474
8475 * gdb.threads/thread-find.exp: Support remote targets.
8476
8477 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
8478
8479 * gdb.base/jit.exp: Download solib_binfile to target.
8480 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
8481 and call dlopen without full path name.
8482 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
8483 dlopen without full path name.
8484
8485 2011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8486
8487 * gdb.base/break-always.exp: Complete the test
8488 with duplicated breakpoints and enabling/disabling them.
8489
8490 2011-08-02 Tom Tromey <tromey@redhat.com>
8491
8492 PR gdb/11289:
8493 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
8494
8495 2011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
8496
8497 PR gdb/13045
8498 * gdb.base/float.exp: Add new test case for PR gdb/13045
8499 * gdb.base/float.c: New file.
8500
8501 2011-07-28 Phil Muldoon <pmuldoon@redhat.com>
8502
8503 * gdb.python/py-mi.exp: Test printers returning string hint, and
8504 also not returning a value.
8505 * gdb.python/py-prettyprint.c: Add testcase for above.
8506 * gdb.python/py-prettyprint.py: Add test printer for above.
8507
8508 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8509
8510 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
8511 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
8512 (.Ldie30) Add as field "data4".
8513 (.Ldie32) Rename field "b" to "shl".
8514 (abbrev4) Change for the "data4" field.
8515 (abbrev5, abbrev6) Remove.
8516 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
8517 (p &s.shl): ... here. Add comment.
8518 (p &s.data4): New.
8519
8520 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8521
8522 Fix crash on lval_computed values.
8523 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
8524
8525 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8526
8527 * gdb.base/help.exp (help whatis): Update the expected string.
8528
8529 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8530
8531 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
8532 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
8533 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
8534 Change the expected string.
8535
8536 2011-07-26 Pedro Alves <pedro@codesourcery.com>
8537
8538 * gdb.base/watchpoint.exp
8539 (test_disable_enable_software_watchpoint): New procedure.
8540 (top level): Run it.
8541
8542 2011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
8543
8544 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
8545 executable file "${binfile}", C++ version "${binfile}-cxx".
8546 * gdb.python/py-prettyprint.exp: Likewise.
8547 * gdb.python/py-symbol.exp: Likewise.
8548 * gdb.python/py-type.exp: Likewise.
8549 * gdb.python/py-value.exp: Likewise.
8550 * gdb.python/py-template.exp (test_template_arg): Pass full executable
8551 file name instead of just suffix.
8552
8553 2011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8554
8555 Fix implicit pointer offsets.
8556 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
8557 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
8558 (continue to breakpoint: continue to baz breakpoint for implptr)
8559 (sanity check element 0, sanity check element 1)
8560 (enter the inlined function, check element 0 for the offset)
8561 (check element 1 for the offset)
8562 (continue to breakpoint: ignore the second baz breakpoint): New tests.
8563 (set foo breakpoint for implptr): Update the breakpoint number.
8564
8565 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
8566
8567 * gdb.python/py-mi.exp: Use different file names for different
8568 versions of the executable under test.
8569 * gdb.python/py-prettyprint.exp: Likewise.
8570 * gdb.python/py-symbol.exp: Likewise.
8571 * gdb.python/py-template.exp: Likewise.
8572 * gdb.python/py-type.exp: Likewise.
8573 * gdb.python/py-value.exp: Likewise.
8574
8575 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
8576
8577 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
8578 flag after restarting GDB if necessary.
8579
8580 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
8581
8582 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
8583
8584 2011-07-22 Pedro Alves <pedro@codesourcery.com>
8585
8586 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
8587 backend doesn't leave used debug registers behind.
8588
8589 2011-07-22 Tom Tromey <tromey@redhat.com>
8590
8591 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
8592 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
8593 argument.
8594 * gdb.dwarf2/typeddwarf-amd64.S: New file.
8595
8596 2011-07-21 Matt Rice <ratmice@gmail.com>
8597
8598 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
8599 in mostlyclean rule. Add files ending in .core.
8600
8601 2011-07-21 Matt Rice <ratmice@gmail.com>
8602
8603 PR macros/12999
8604 * gdb.base/info-macros.c: New test sources.
8605 * gdb.base/info-macros.exp: New tests.
8606
8607 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
8608
8609 * gdb.python/python.exp: Add prompt substitution tests.
8610
8611 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8612
8613 Fix crash if referenced CU is aged out.
8614 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
8615 New.
8616 * gdb.dwarf2/implptr.exp: Likewise.
8617
8618 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8619
8620 * gdb.dwarf2/implptr.S: Rebuilt.
8621 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
8622 (bar): Use them for j, k, l.
8623 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
8624 COMPILE.
8625 (print j in implptr:bar): Update for the intp typedef.
8626 (print p[0].x in implptr:foo): Use more exact regex.
8627
8628 2011-07-18 Tom Tromey <tromey@redhat.com>
8629
8630 * gdb.cp/static-method.exp: Add missing single quote.
8631
8632 2011-07-18 Yao Qi <yao@codesourcery.com>
8633
8634 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
8635 supported.
8636 * gdb.mi/mi-nonstop-exit.exp: Likewise.
8637 * gdb.mi/mi-nonstop.exp: Likewise.
8638 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
8639 * gdb.mi/mi-nsintrall.exp: Likewise.
8640 * gdb.mi/mi-nsmoribund.exp: Likewise.
8641 * gdb.mi/mi-nsthrexec.exp: Likewise.
8642 * gdb.python/py-evthreads.exp: Likewise.
8643
8644 2011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8645
8646 Code cleanup.
8647 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
8648 it. Substitute it instead of test_compiler_info everywhere.
8649
8650 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
8651
8652 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
8653 remote targets as well.
8654
8655 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
8656
8657 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
8658 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
8659
8660 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
8661
8662 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
8663 a remote machine, not the host.
8664 (gdb_compile_shlib): Set soname if target is remote.
8665
8666 2011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
8667
8668 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
8669
8670 2011-07-13 Matt Rice <ratmice@gmail.com>
8671
8672 * gdb.python/py-objfile-script-gdb.py: Renamed to
8673 py-objfile-script-gdb.py.in.
8674 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
8675 py-objfile-script-gdb.py.
8676 * gdb.python/py-objfile-script.exp: Update reference to
8677 py-objfile-script-gdb.py.
8678
8679 2011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8680
8681 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
8682 reference undefined label.
8683
8684 2011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8685
8686 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
8687 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
8688 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
8689 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
8690
8691 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
8692
8693 PR python/12438
8694 * gdb.python/python.exp: Add maint set/show python print-stack
8695 deprecated tests. Add set/show python print-backtrace tests.
8696
8697 2011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8698
8699 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
8700 debug info.
8701
8702 2011-07-06 Matt Rice <ratmice@gmail.com>
8703
8704 * gdb.python/python.exp: Update filename paths.
8705 * gdb.python/py-symtab.exp: Ditto.
8706
8707 2011-07-06 Marek Polacek <mpolacek@redhat.com>
8708
8709 * gdb.python/py-evthreads.exp: Add missing `$'.
8710
8711 2011-07-06 Jie Zhang <jie.zhang@analog.com>
8712
8713 * config/bfin.exp: New file.
8714 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
8715 * gdb.asm/bfin.inc: New file.
8716
8717 2011-07-06 Marek Polacek <mpolacek@redhat.com>
8718
8719 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
8720 the whole output.
8721
8722 2011-07-05 Tom Tromey <tromey@redhat.com>
8723
8724 * gdb.java/jprint.java (jprint.hi): New field.
8725 * gdb.java/jprint.exp: Print string.
8726
8727 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
8728
8729 * gdb.base/call-sc.c: Fix typos.
8730 * gdb.base/ifelse.exp: Likewise.
8731 * gdb.base/structs.c: Likewise.
8732
8733 2011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
8734
8735 * gdb.base/jit-so.exp: New test.
8736 * gdb.base/jit-dlmain.c: New file.
8737 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
8738
8739 2011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8740
8741 * gdb.cp/m-static.exp: Call get_compiler_info.
8742 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
8743 * gdb.cp/pr9167.exp (p b): Likewise.
8744 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
8745 (test value of P in inner_m, test type of Z in inner_m): Call
8746 setup_xfail for gcc <= 4.5.
8747
8748 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8749
8750 * gdb.cp/paren-type.cc: New files.
8751 * gdb.cp/paren-type.exp: New files.
8752
8753 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8754
8755 Stop on first linespec terminator instead of eating what we can.
8756 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
8757 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
8758 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
8759 (break C::f()): ... this one.
8760 (break C::operator()()): New test.
8761 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
8762 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
8763 test.
8764
8765 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8766
8767 Fall back linespec to minimal symbols.
8768 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
8769 error message.
8770 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
8771 * gdb.cp/minsym-fallback-main.cc: New file.
8772 * gdb.cp/minsym-fallback.cc: New file.
8773 * gdb.cp/minsym-fallback.exp: New file.
8774 * gdb.cp/minsym-fallback.h: New file.
8775
8776 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8777
8778 * gdb.cp/no-dmgl-verbose.cc: New file.
8779 * gdb.cp/no-dmgl-verbose.exp: New file.
8780
8781 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8782
8783 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
8784 __GI_.
8785 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
8786 (f): New function.
8787 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
8788 (complete p 'func<short>(): ... here.
8789 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
8790 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
8791 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
8792 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
8793 Make them KFAIL gcc/49546.
8794
8795 2011-07-01 Joel Brobecker <brobecker@adacore.com>
8796
8797 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
8798
8799 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8800
8801 Test GCC PR debug/49546.
8802 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
8803 (test type of F in k3_m, test value of F in k3_m): New.
8804 * gdb.cp/temargs.cc (struct S3, struct K3): New.
8805 (main): New variable k3. Call k3.k3_m.
8806
8807 2011-07-01 Jean-Charles Delay <delay@adacore.com>
8808
8809 * gdb.ada/packed_array.exp: Fix expected outout.
8810
8811 2011-07-01 Jean-Charles Delay <delay@adacore.com>
8812
8813 * gdb.ada/packed_array.exp: fixed expected output.
8814
8815 2011-07-01 Joel Brobecker <brobecker@adacore.com>
8816
8817 * gdb.ada/same_enum: New testcase.
8818
8819 2011-07-01 Joel Brobecker <brobecker@adacore.com>
8820
8821 * gdb.ada/ptr_typedef: New testcase.
8822
8823 2011-07-01 Joel Brobecker <brobecker@adacore.com>
8824
8825 * gdb.ada/arrayptr.exp: Add ptype test.
8826
8827 2011-07-01 Joel Brobecker <brobecker@adacore.com>
8828
8829 * gdb.ada/char_enum: New testcase.
8830
8831 2011-07-01 Yao Qi <yao@codesourcery.com>
8832
8833 * gdb.base/dump.exp (capture_pointer_with_type): New.
8834 Get value from address instead of name.
8835 Start GDB once, and do `dump' and `restore'
8836 tests together.
8837
8838 2011-06-30 Jie Zhang <jie.zhang@analog.com>
8839 Mike Frysinger <vapier@gentoo.org>
8840
8841 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
8842 helper functions for getting/setting remotetimeout variable.
8843 * lib/gdb.exp (gdb_load): If the target is remote, set
8844 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
8845 with $loadtimeout. Set $load_ok to 0 before doing the load.
8846 Instead of returning, immediately, set $load_ok to 0. Call
8847 set_remotetimeout with $oldremotetimeout, and then return if
8848 $load_ok is 1.
8849
8850 2011-06-30 Andrew Burgess <aburgess@broadcom.com>
8851
8852 * gdb.python/py-template.exp: Don't run this test if the target
8853 does not support c++ tests.
8854
8855 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8856
8857 Fix non-only rename list for Fortran modules import.
8858 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
8859 tests.
8860 * gdb.fortran/module.f90 (module moduse): New.
8861 (program module): use moduse, test var_x, var_y and var_z.
8862
8863 2011-06-29 Tom Tromey <tromey@redhat.com>
8864
8865 PR testsuite/12040:
8866 * gdb.fortran/array-element.exp: Use f90, not f77.
8867 * gdb.fortran/complex.exp: Use f90, not f77.
8868 * gdb.fortran/derived-type.exp: Use f90, not f77.
8869 * gdb.fortran/library-module.exp: Use f90, not f77.
8870 * gdb.fortran/logical.exp: Use f90, not f77.
8871 * gdb.fortran/module.exp: Use f90, not f77.
8872 * gdb.fortran/multi-dim.exp: Use f90, not f77.
8873 * gdb.fortran/subarray.exp: Use f90, not f77.
8874
8875 2011-06-29 Tom Tromey <tromey@redhat.com>
8876
8877 * gdb.fortran/charset.exp: New file.
8878 * gdb.fortran/charset.f90: New file.
8879
8880 2011-06-29 Tom Tromey <tromey@redhat.com>
8881
8882 PR testsuite/12040:
8883 * lib/future.exp: New file, mostly extracted from ada.exp.
8884 Rewrote compatibility code to use rename.
8885 (gdb_find_gfortran): New proc.
8886 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
8887 gfortran patch.
8888 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
8889 Move to future.exp.
8890 * lib/gdb.exp: Always load future.exp.
8891
8892 2011-06-28 Yao Qi <yao@codesourcery.com>
8893
8894 * gdb.cp/exception.cc: Don't include iostream.
8895 (bar): Remove print statement.
8896 (catcher): New.
8897 (main): Remove print statements. Call function catcher.
8898 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
8899 Set breakpoint on catcher, and check the value of parameter.
8900
8901 2011-06-23 Yao Qi <yao@codesourcery.com>
8902
8903 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check
8904 breakpoint 1.2 is disabled. KFAIL for uclinux.
8905
8906 2011-06-23 Marek Polacek <mpolacek@redhat.com>
8907
8908 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
8909 mi_gdb_test.
8910
8911 2011-06-23 Marek Polacek <mpolacek@redhat.com>
8912
8913 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
8914
8915 2011-06-23 Marek Polacek <mpolacek@redhat.com>
8916
8917 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
8918
8919 2011-06-23 Marek Polacek <mpolacek@redhat.com>
8920
8921 * gdb.mi/mi2-basics.exp: Fix races. Honour the
8922 `test_exec_and_symbol_mi_operatons' return value.
8923 (test_mi_interpreter_selection): Use mi_gdb_test instead of
8924 gdb_test_multiple.
8925 (test_exec_and_symbol_mi_operatons): Likewise.
8926 (test_path_specification): Likewise.
8927
8928 2011-06-23 Yao Qi <yao@codesourcery.com>
8929
8930 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
8931 supported.
8932 * lib/gdb.exp (support_displaced_stepping): New.
8933
8934 2011-06-23 Yao Qi <yao@codesourcery.com>
8935
8936 * gdb.threads/execl.exp: Skip on remote target.
8937
8938 2011-06-21 Marek Polacek <mpolacek@redhat.com>
8939
8940 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
8941 mi_gdb_test.
8942
8943 2011-06-20 Marek Polacek <mpolacek@redhat.com>
8944
8945 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
8946
8947 2011-06-20 Marek Polacek <mpolacek@redhat.com>
8948
8949 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
8950 mi_gdb_test.
8951
8952 2011-06-20 Marek Polacek <mpolacek@redhat.com>
8953
8954 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
8955
8956 2011-06-14 Yao Qi <yao@codesourcery.com>
8957
8958 gdb/testsuite/
8959 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
8960
8961 2011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8962
8963 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
8964
8965 2011-06-10 Tom Tromey <tromey@redhat.com>
8966
8967 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
8968 Add tests for pointer-to-member-function.
8969 * gdb.cp/temargs.cc (S::somefunc): New function.
8970 (K2): New class.
8971 (main): Instantiate K2; call method.
8972
8973 2011-06-08 Joel Brobecker <brobecker@adacore.com>
8974
8975 * gdb.python/py-inferior.c (f2): Make str an array rather
8976 than a pointer.
8977 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
8978
8979 2011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8980
8981 * gdb.base/async-shell.c: New file.
8982 * gdb.base/async-shell.exp: New file.
8983
8984 2011-06-06 Pedro Alves <pedro@codesourcery.com>
8985
8986 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
8987
8988 2011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
8989
8990 From Stephen Kitt <steve@sk2.org>
8991 * gdb.base/help.exp: Adjust following some spelling corrections
8992 in GDB.
8993
8994 2011-06-01 Yao Qi <yao@codesourcery.com>
8995
8996 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
8997
8998 2010-05-31 Keith Seitz <keiths@redhat.com>
8999
9000 PR c++/12750
9001 * gdb.cp/static-method.cc: New file.
9002 * gdb.cp/static-method.exp: New file.
9003
9004 2010-05-31 Keith Seitz <keiths@redhat.com>
9005
9006 PR symtab/12704
9007 * gdb.cp/anon-ns.cc: New file.
9008 * gdb.cp/anon-ns.exp: New file.
9009
9010 2011-05-31 Pedro Alves <pedro@codesourcery.com>
9011
9012 * gdb.arch/i386-dr3-watch.c: New file.
9013 * gdb.arch/i386-dr3-watch.exp: New file.
9014
9015 2011-05-30 Yao Qi <yao@codesourcery.com>
9016
9017 * gdb.base/callfuncs.c (t_structs_fc): New.
9018 (t_structs_dc, t_structs_ldc): New.
9019 (t_double_many_args):
9020 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
9021 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
9022 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
9023 * gdb.base/callfuncs.exp: Call new functions.
9024
9025 2011-05-30 Yao Qi <yao@codesourcery.com>
9026
9027 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
9028 Call rerun_and_prepare for each test to isolate effects.
9029
9030 2011-05-30 Yao Qi <yao@codesourcery.com>
9031
9032 * gdb.base/varargs.c (find_max_float_real): New.
9033 (find_max_double_real, find_max_long_double_real): New.
9034 * gdb.base/varargs.exp: Call these new added functions.
9035 * lib/gdb.exp (setup_kfail_for_target): New.
9036
9037 2011-05-30 Yao Qi <yao@codesourcery.com>
9038
9039 * gdb.base/funcargs.c (callca, callcb, callcc): New.
9040 (callcd, callce, callcf, callc1a, callc1b): New.
9041 (callc2a, callc2b): New.
9042 * gdb.base/funcargs.exp (complex_args): New.
9043 (complex_integral_args, complex_float_integral_args): New.
9044 * lib/gdb.exp (support_complex_tests): New. Determine
9045 whether to run test cases on _Complex types.
9046
9047 2011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9048
9049 * gdb.threads/leader-exit.c: New file.
9050 * gdb.threads/leader-exit.exp: New file.
9051
9052 2011-05-27 Marek Polacek <mpolacek@redhat.com>
9053
9054 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
9055
9056 2011-05-27 Marek Polacek <mpolacek@redhat.com>
9057
9058 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
9059 remove the `supported' variable.
9060 * gdb.mi/mi-nonstop.exp: Likewise.
9061 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9062 * gdb.mi/mi-nsintrall.exp: Likewise.
9063 * gdb.mi/mi-nsmoribund.exp: Likewise.
9064 * gdb.mi/mi-nsthrexec.exp: Likewise.
9065
9066 2011-05-26 Pedro Alves <pedro@codesourcery.com>
9067
9068 * gdb.reverse/finish-reverse-bkpt.exp: New test.
9069
9070 2011-05-26 Pedro Alves <pedro@codesourcery.com>
9071
9072 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
9073
9074 2011-05-24 Keith Seitz <keiths@redhat.com>
9075
9076 PR breakpoint/12803
9077 * gdb.cp/cmpd-minsyms.cc (a): New method.
9078 (b): New method.
9079 (c): New method.
9080 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
9081
9082 2011-05-24 Pedro Alves <pedro@codesourcery.com>
9083
9084 * gdb.base/commands.exp (watchpoint_command_test): Check that the
9085 watchpoint's command list didn't execute when the watchpoint went
9086 out of scope.
9087
9088 2011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
9089
9090 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
9091 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
9092 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
9093 * gdb.arch/i386-gnu-cfi.exp: Likewise.
9094 * gdb.arch/i386-permbkpt.exp: Likewise.
9095 * gdb.arch/i386-prologue.exp: Likewise.
9096 * gdb.arch/i386-size-overlap.exp: Likewise.
9097 * gdb.arch/i386-size.exp: Likewise.
9098 * gdb.arch/i386-unwind.exp: Likewise.
9099 * gdb.reverse/i386-precsave.exp: Likewise.
9100 * gdb.reverse/i386-reverse.exp: Likewise.
9101 * gdb.reverse/i386-sse-reverse.exp: Likewise.
9102 * gdb.reverse/i387-env-reverse.exp: Likewise.
9103 * gdb.reverse/i387-stack-reverse.exp: Likewise.
9104
9105 2011-05-24 Pedro Alves <pedro@codesourcery.com>
9106
9107 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
9108 file doesn't error, using MI.
9109
9110 2011-05-23 Tom Tromey <tromey@redhat.com>
9111
9112 * gdb.base/charset.exp (string_display): Add tests to assign to
9113 arrays.
9114 * gdb.base/charset.c (short_array, int_array, long_array): New.
9115
9116 2011-05-20 Pedro Alves <pedro@codesourcery.com>
9117
9118 Cope with async mode.
9119
9120 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
9121 into gdb_test + mi_expect_stop.
9122
9123 2011-05-20 Pedro Alves <pedro@codesourcery.com>
9124
9125 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
9126 (callme): Remove printf call.
9127
9128 2011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
9129
9130 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
9131 quote pattern to avoid problems with Cygwin/mingw expect versions.
9132 * gdb.base/default.exp (show convenience): Use double
9133 quote pattern for regular expressions.
9134
9135 2011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9136
9137 Fix -readnow for -gdwarf-4 unused type units.
9138 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
9139 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
9140
9141 2011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
9142
9143 * gdb.base/kill-after-signal.c: New file.
9144 * gdb.base/kill-after-signal.exp: New file.
9145
9146 2011-05-16 Pedro Alves <pedro@codesourcery.com>
9147
9148 * gdb.ada/start.exp: Call untested with the correct test filename.
9149 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
9150 test filename. Make the test's binary unique.
9151 * gdb.arch/i386-signal.exp: Call untested with the correct test
9152 filename.
9153 * gdb.arch/i386-size-overlap.exp: Ditto.
9154 * gdb.arch/Makefile.in (EXECUTABLES): Update.
9155 * gdb.base/gcore-buffer-overflow.exp: Ditto.
9156 * gdb.cp/call-c.exp: Ditto.
9157 * gdb.mi/mi-reverse.exp: Call untested with the correct test
9158 filename. Make the test's binary unique.
9159 * gdb.mi/Makefile.in (EXECUTABLES): Update.
9160 * gdb.python/py-mi.exp: Ditto.
9161 * gdb.python/Makefile.in (EXECUTABLES): Update.
9162 * gdb.reverse/i386-precsave.exp: Ditto.
9163 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
9164 test filename.
9165 * gdb.reverse/i387-stack-reverse.exp: Ditto.
9166 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
9167 unique.
9168 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
9169 test filename.
9170 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
9171 * gdb.trace/tfile.exp: Ditto.
9172
9173 2011-05-14 Yao Qi <yao@codesourcery.com>
9174
9175 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
9176 type.
9177
9178 2011-05-13 Doug Evans <dje@google.com>
9179
9180 * gdb.python/py-objfile-script.exp: New file.
9181 * gdb.python/py-objfile-script.c: New file.
9182 * gdb.python/py-objfile-script-gdb.py: New file.
9183 * testsuite/gdb.python/py-section-script.exp: Test
9184 "info auto-load-scripts".
9185
9186 2011-05-13 Tom Tromey <tromey@redhat.com>
9187
9188 * gdb.dwarf2/clztest.exp: New file.
9189 * gdb.dwarf2/clztest.c: New file.
9190 * gdb.dwarf2/clztest.S: New file.
9191
9192 2011-05-13 Doug Evans <dje@google.com>
9193
9194 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
9195 String16 tests.
9196
9197 2011-05-13 Tom Tromey <tromey@redhat.com>
9198
9199 * lib/gdb.exp (is_x86_like_target): New proc.
9200 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
9201 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
9202 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
9203 -nostdlib to compiler.
9204 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
9205 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
9206 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
9207 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
9208 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
9209
9210 2011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
9211
9212 * gdb.python/py-function.exp: Test setting a value from a function
9213 which executes a command.
9214
9215 2011-05-12 Tom Tromey <tromey@redhat.com>
9216
9217 * gdb.dwarf2/typeddwarf.S: New file.
9218 * gdb.dwarf2/typeddwarf.c: New file.
9219 * gdb.dwarf2/typeddwarf.exp: New file.
9220
9221 2011-05-12 Marek Polacek <mpolacek@redhat.com>
9222
9223 * gdb.mi/mi-basics.exp: Fix races. Honour the
9224 `test_exec_and_symbol_mi_operatons' return value.
9225 (test_mi_interpreter_selection): Use mi_gdb_test instead of
9226 gdb_test_multiple.
9227 (test_exec_and_symbol_mi_operatons): Likewise.
9228 (test_path_specification): Likewise.
9229
9230 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9231
9232 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
9233 (gdb_touch_execfile): Remove catch wrappers. New variable time.
9234 Replace `file copy' and `file rename' by `file mtime'. Twice.
9235
9236 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9237
9238 * gdb.base/readline-ask.c: New file.
9239 * gdb.base/readline-ask.exp: New file.
9240 * gdb.base/readline-ask.inputrc: New file.
9241
9242 2011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
9243
9244 * gdb.cell/bt.exp: Delete breakpoints before running to signal
9245 to avoid race condition.
9246 * gdb.cell/coremaker.c: Use small stack size.
9247 * gdb.cell/ea-standalone.exp: Use file name without path as
9248 argument to c_to.
9249 * gdb.cell/fork.exp: Allow other output when continuing to end.
9250
9251 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9252
9253 * gdb.threads/corethreads.c: New file.
9254 * gdb.threads/corethreads.exp: New file.
9255
9256 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9257
9258 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
9259 Try to compile the test using -Wl,-z,norelro first.
9260 (load_core): New variable libthread_db_seen, initialize it.
9261 (zeroed-threads cannot be listed): Protect it by XFAIL on
9262 !$libthread_db_seen.
9263
9264 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9265
9266 PR 12573
9267 * gdb.dwarf2/dw2-skip-prologue.S: New file.
9268 * gdb.dwarf2/dw2-skip-prologue.c: New file.
9269 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
9270
9271 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9272
9273 * gdb.cp/psymtab-parameter.cc: New file.
9274 * gdb.cp/psymtab-parameter.exp: New file.
9275
9276 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
9277
9278 Fix a race.
9279 * gdb.cp/static-print-quit.exp (print c): Split to ...
9280 (print c - <return>, print c - q <return>, print c - to quit):
9281 ... these. Make the testfile untested on gdb-7.1.
9282
9283 2011-5-05 Janis Johnson <janisjo@codesourcery.com>
9284
9285 * lib/gdb.exp (exec_target_file, exec_symbol_file,
9286 gdb_rename_execfile, gdb_touch_execfile): New.
9287 * gdb.base/reread.exp: Use new procs to handle multiple
9288 exec files.
9289
9290 2011-05-05 Yao Qi <yao@codesourcery.com>
9291
9292 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
9293 (test_adr_32bit, test_pop_pc): New.
9294 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
9295 (test_adr_32bit, test_pop_pc): New.
9296
9297 2011-05-04 Joseph Myers <joseph@codesourcery.com>
9298
9299 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
9300 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
9301 targets.
9302 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
9303 handle targets.
9304
9305 2011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9306
9307 * gdb.base/completion.exp (complete help info wat): Rename to ...
9308 (complete 'help info wat'): ... here.
9309 Remove all `-re ".*' and `-re "^.*' redundant regexes.
9310 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
9311
9312 2011-05-04 Pedro Alves <pedro@codesourcery.com>
9313
9314 * gdb.base/completion.exp: Use gdb_test_multiple instead of
9315 gdb_test and explicit $gdb_prompt/timeout matches.
9316
9317 2011-05-04 Yao Qi <yao@codesourcery.com>
9318
9319 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
9320 and __thumb2__.
9321
9322 2011-05-03 Marek Polacek <mpolacek@redhat.com>
9323
9324 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
9325 in place of `gdb_test "delete breakpoints"'. This eliminates two
9326 testcases.
9327
9328 2011-05-02 Pedro Alves <pedro@codesourcery.com>
9329
9330 PR testsuite/12649
9331 Fix races.
9332
9333 * gdb.base/completion.exp: Remove all sleep calls. Remove
9334 unnecessary regexs. Don't explicitly expect anything after the
9335 prompt. Eat the prompt if necessary.
9336
9337 2011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
9338
9339 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
9340 accept to show the caller line again as well as the line after.
9341
9342 2011-04-29 Phil Muldoon <pmuldoon@redhat.com>
9343
9344 PR mi/12531
9345
9346 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
9347 compile target.
9348 * gdb.python/py-prettyprint.exp: Add C++ object for
9349 CPLUS_FAKE_CHILD test.
9350
9351 2011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
9352
9353 * gdb.base/signest.exp: New file.
9354 * gdb.base/signest.c: Likewise.
9355
9356 2011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9357
9358 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
9359 thread and breakpoint notifications.
9360
9361 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9362
9363 * gdb.base/fortran-sym-case.c: New file.
9364 * gdb.base/fortran-sym-case.exp: New file.
9365 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
9366 * gdb.dwarf2/dw2-case-insensitive.c: New file.
9367 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
9368
9369 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9370
9371 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
9372 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
9373 false #1', `if true else false #2' and `if true else false #3'.
9374
9375 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
9376
9377 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
9378 while delivering signal.
9379
9380 2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
9381
9382 MI breakpoint notifications.
9383
9384 * testsuite/gdb.mi/mi-cli.exp: Adust.
9385 * testsuite/gdb.mi/mi2-cli.exp: Adust.
9386 * testsuite/gdb.mi/mi-watch.exp: Adust.
9387 * testsuite/gdb.mi/mi2-watch.exp: Adust.
9388 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
9389 notifications.
9390
9391 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9392
9393 * gdb.base/gdbindex-stabs-dwarf.c: New file.
9394 * gdb.base/gdbindex-stabs.c: New file.
9395 * gdb.base/gdbindex-stabs.exp: New file.
9396
9397 2011-04-25 Yao Qi <yao@codesourcery.com>
9398
9399 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
9400 with /*...*/.
9401 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
9402
9403 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9404
9405 * gdb.python/py-value.exp (test_objfiles): Name the first test
9406 `py-value in file.filename'.
9407
9408 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9409
9410 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
9411 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
9412 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
9413 !gdbserver_reconnect_p..
9414 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
9415
9416 2011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9417
9418 * gdb.cp/cpcompletion.exp (complete class methods)
9419 (complete class methods beginning with F): Move them above runto. New
9420 comment about the runto delimiter.
9421
9422 2011-04-20 Pedro Alves <pedro@codesourcery.com>
9423
9424 * gdb.base/maint.exp: Test that "maint print registers" works
9425 without a running program.
9426
9427 2011-04-20 Marek Polacek <mpolacek@redhat.com>
9428
9429 * gdb.base/setshow.exp: Fix racy tests.
9430 ($old_gdb_prompt): New variable.
9431
9432 2011-04-19 Tom Tromey <tromey@redhat.com>
9433
9434 * gdb.mi/mi-nsmoribund.exp:
9435 * gdb.hp/gdb.objdbg/objdbg01.exp:
9436 * gdb.base/structs.exp (test_struct_returns):
9437 * gdb.base/call-sc.exp (test_scalar_returns):
9438 * gdb.base/bigcore.exp: Remove duplicate words.
9439
9440 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9441
9442 * gdb.base/break-interp-lib.c (v, vptr): New variables.
9443 * gdb.base/break-interp.exp (test_attach): New comment.
9444
9445 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9446
9447 * gdb.threads/gcore-thread.exp ($core0file): New variable.
9448 (clear __stack_user.next, clear stack_used.next)
9449 (save a zeroed-threads corefile): New test.
9450 Call core_load for $core0file.
9451 (zeroed-threads cannot be listed): New test.
9452
9453 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9454
9455 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
9456 filename.
9457 ($srcfile): Preserve the original value.
9458 ($testfile): Match it the .exp filename.
9459 ($corefile): New variable. Substitute it around.
9460 Use clean_restart.
9461 ($prev_timeout): Remove.
9462 (load_core): Move core loading into this proc.
9463 Fix restore of $timeout if load_core fails.
9464
9465 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9466
9467 * gdb.base/eu-strip-infcall.c: New file.
9468 * gdb.base/eu-strip-infcall.exp: New file.
9469
9470 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9471
9472 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
9473 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
9474
9475 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9476
9477 Fix Python access to inlined frames.
9478 * gdb.python/py-frame-inline.c: New file.
9479 * gdb.python/py-frame-inline.exp: New file.
9480
9481 2011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
9482
9483 * gdb.base/gdb1090.exp: Change breakpoint location to read the
9484 content of 's24' correctly (avoiding "optimized out").
9485 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
9486
9487 2011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9488
9489 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
9490
9491 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
9492
9493 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
9494 expect a colon in watch -location output.
9495
9496 2011-04-13 Marek Polacek <mpolacek@redhat.com>
9497
9498 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
9499 New testcase `expect response to define backtrace'. Also remove
9500 redundant `default' block.
9501
9502 2011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9503
9504 * gdb.python/py-prettyprint.c (struct hint_error): New.
9505 (main): New variable hint_error.
9506 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
9507 "print hint_error".
9508 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
9509 (register_pretty_printers): Register it.
9510
9511 2011-04-04 Tom Tromey <tromey@redhat.com>
9512
9513 * gdb.cp/maint.exp (test_help): Update.
9514 (test_namespace): Likewise.
9515
9516 2011-04-01 Joel Brobecker <brobecker@adacore.com>
9517
9518 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
9519 * gdb.ada/arrayptr.exp: Add new tests.
9520
9521 2011-04-01 Joel Brobecker <brobecker@adacore.com>
9522
9523 * gdb.ada/mi_catch_ex: New testcase.
9524
9525 2011-04-01 Pedro Alves <pedro@codesourcery.com>
9526
9527 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
9528 base::overload(void) method without specifying "const".
9529
9530 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
9531
9532 * gdb.arch/thumb-singlestep.S: New file.
9533 * gdb.arch/thumb-singlestep.exp: Likewise.
9534
9535 2011-03-31 Tom Tromey <tromey@redhat.com>
9536
9537 * gdb.python/py-prettyprint.py (exception_flag): New global.
9538 (NoStringContainerPrinter._iterator.next): Check it.
9539 * gdb.python/py-prettyprint.c (main): New variable nstype2.
9540 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
9541
9542 2011-03-29 Tom Tromey <tromey@redhat.com>
9543
9544 * gdb.cp/anon-struct.cc: New file.
9545 * gdb.cp/anon-struct.exp: New file.
9546
9547 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9548
9549 Test STT_GNU_IFUNC support.
9550 * gdb.base/gnu-ifunc-lib.c: New file.
9551 * gdb.base/gnu-ifunc.c: New file.
9552 * gdb.base/gnu-ifunc.exp: New file.
9553
9554 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9555
9556 Support a ring of related breakpoints.
9557 * gdb.base/watchpoint-delete.c: New file.
9558 * gdb.base/watchpoint-delete.exp: New file.
9559
9560 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9561
9562 * gdb.ada/arrayparam.exp (print first after function call): Use
9563 explicit package name. Add a comment
9564 (print lasta after function call): Rename ...
9565 (print last after function call): ... it and use explicit package
9566 name.
9567 (print length after function call): Use explicit package name.
9568 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
9569 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
9570 (multiple matches for symbol i): Rename ...
9571 (multiple matches for symbol integervar): ... it.
9572 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
9573 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
9574
9575 2011-03-25 Andrew Burgess <aburgess@broadcom.com>
9576
9577 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
9578 environment variable to make grep output more predictable. Move
9579 all the environment setup into gdb_init so it's done once per test
9580 case rather than each time we start gdb.
9581
9582 2011-03-24 Tom Tromey <tromey@redhat.com>
9583
9584 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
9585 test.
9586
9587 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9588
9589 * gdb.dwarf2/dw2-entry-value-main.c: New file.
9590 * gdb.dwarf2/dw2-entry-value.S: New file.
9591 * gdb.dwarf2/dw2-entry-value.exp: New file.
9592
9593 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
9594
9595 PR python/12183
9596
9597 * gdb.python/py-function.exp: Add GdbError tests.
9598
9599 2011-03-18 Pedro Alves <pedro@codesourcery.com>
9600
9601 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
9602 (reglocal_test_func, statlocal_test_func): New functions.
9603 (globals_test_func): Call new functions.
9604 * gdb.trace/unavailable.exp (gdb_collect_args_test)
9605 (gdb_collect_locals_test): New procedure.
9606 (gdb_trace_collection_test): Call new procedures.
9607
9608 2011-03-18 Pedro Alves <pedro@codesourcery.com>
9609
9610 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
9611 (test_register, test_register_unavailable): New procedures.
9612 (gdb_unavailable_registers_test): New procedure.
9613 (gdb_trace_collection_test): Call it.
9614
9615 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
9616
9617 PR python/12149
9618
9619 * gdb.python/python.exp: Add gdb.write tests.
9620
9621 2010-03-17 Phil Muldoon <pmuldoon@redhat.com>
9622
9623 * gdb.python/Makefile.in: Add py-objfile.
9624 * gdb.python/py-objfile.exp: New file.
9625 * gdb.python/py-objfile.c: New file.
9626 * gdb.python/py-block.exp: Add is_valid tests.
9627 * gdb.python/py-inferior.exp: Ditto.
9628 * gdb.python/py-infthread.exp: Ditto.
9629 * gdb.python/py-symbol.exp: Ditto.
9630 * gdb.python/py-symtab.exp: Ditto.
9631
9632 2011-03-16 Keith Seitz <keiths@redhat.com>
9633
9634 PR c++/12273
9635 * gdb.cp/cmpd-minsyms.exp: New test.
9636 * gdb.cp/cmpd-minsyms.cc: New file.
9637
9638 PR c++/11734
9639 * gdb.cp/ovsrch.exp: New test.
9640 * gdb.cp/ovsrch.h: New file.
9641 * gdb.cp/ovsrch1.cc: New file.
9642 * gdb.cp/ovsrch2.cc: New file.
9643 * gdb.cp/ovsrch3.cc: New file.
9644 * gdb.cp/ovsrch4.cc: New file.
9645
9646 2011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
9647
9648 PR gdb/12528
9649 * gdb.base/Makefile.in: Adjust EXECUTABLES.
9650 * gdb.base/break-on-linker-gcd-function.exp: New test.
9651 * gdb.base/break-on-linker-gcd-function.cc: New file.
9652
9653 2011-03-15 Andreas Tobler <andreast@fgznet.ch>
9654
9655 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
9656
9657 2011-03-15 Phil Muldoon <pmuldoon@redhat.com>
9658
9659 * lib/gdb.exp (gdb_unload): Add another termination case.
9660
9661 2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9662
9663 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
9664 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
9665 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
9666 Provide a stub byte there.
9667 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
9668 DW_AT_entry_pc.
9669 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
9670
9671 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
9672
9673 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
9674 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
9675 "generic ABI, auto".
9676 (altivec_abi_tests): Accept vectors returned by reference.
9677
9678 2010-03-14 Phil Muldoon <pmuldoon@redhat.com>
9679
9680 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
9681
9682 2011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
9683
9684 * gdb.python/py-section-script.exp: Skip test if no Python support.
9685
9686 2011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
9687
9688 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
9689
9690 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
9691
9692 * gdb.python/py-parameter.exp: Update tests to the new Python
9693 parameter API. Add "no documentation" test. Add deprecated API
9694 backward compatibility test.
9695
9696 2011-03-09 Tom Tromey <tromey@redhat.com>
9697
9698 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
9699 gdb_continue_to_end.
9700
9701 2011-03-09 Mark Kettenis <kettenis@gnu.org>
9702
9703 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
9704 tabs.
9705
9706 2011-03-09 Tom Tromey <tromey@redhat.com>
9707
9708 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
9709 parentheses.
9710 (gdb_continue_to_end): Add "allow_extra" parameter. Use
9711 $command.
9712 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
9713 argument to gdb_continue_to_end.
9714 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
9715 argument to gdb_continue_to_end.
9716 * gdb.cp/annota3.exp: Fix regex.
9717 * gdb.cp/annota2.exp: Fix regex.
9718 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
9719 gdb_continue_to_end.
9720 * gdb.base/call-signal-resume.exp: Revert earlier patch.
9721 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
9722 gdb_continue_to_end.
9723
9724 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9725
9726 * gdb.server/ext-run.exp
9727 (load new file without any gdbserver inferior): New test.
9728
9729 2011-03-07 Tom Tromey <tromey@redhat.com>
9730
9731 * Makefile.in (TAGS): Rewrite.
9732
9733 2011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9734
9735 * gdb.trace/report.exp (12.1: trace report #1): New match for the
9736 initial commands echo. New match for `Found trace'. Anchor all the
9737 other matches. Anchor and match for `No trace frame found' the final
9738 match.
9739
9740 2011-03-07 Tom Tromey <tromey@redhat.com>
9741
9742 * Makefile.in (TAGS): New target.
9743
9744 2011-03-07 Tom Tromey <tromey@redhat.com>
9745
9746 * lib/opencl.exp (skip_opencl_tests): Update for exit message
9747 change.
9748 * lib/mi-support.exp (mi_gdb_test): Update for exit message
9749 change.
9750 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
9751 exit message change.
9752 (skip_altivec_tests): Update for exit message change.
9753 (skip_vsx_tests): Likewise.
9754 (gdb_continue_to_end): Likewise. Add 'command' argument.
9755 * lib/cell.exp (skip_cell_tests): Update for exit message change.
9756 * gdb.threads/tls.exp: Update for exit message change.
9757 * gdb.threads/thread-unwindonsignal.exp: Use
9758 gdb_continue_to_end.
9759 * gdb.threads/step.exp (step_it): Update for exit message change.
9760 (continue_all): Likewise.
9761 * gdb.threads/print-threads.exp (test_all_threads): Update for
9762 exit message change.
9763 * gdb.threads/interrupted-hand-call.exp: Use
9764 gdb_continue_to_end.
9765 * gdb.threads/execl.exp: Use gdb_continue_to_end.
9766 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
9767 gdb_continue_to_end.
9768 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
9769 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
9770 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
9771 * gdb.cp/method.exp: Update for exit message change.
9772 * gdb.cp/mb-templates.exp: Update for exit message change.
9773 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
9774 * gdb.cp/annota3.exp: Update for exit message change.
9775 * gdb.cp/annota2.exp: Update for exit message change.
9776 * gdb.cell/fork.exp: Use gdb_continue_to_end.
9777 * gdb.base/term.exp: Update for exit message change.
9778 * gdb.base/step-test.exp (test_i): Update for exit message change.
9779 * gdb.base/sigstep.exp (advance): Update for exit message change.
9780 (advancei): Likewise.
9781 * gdb.base/siginfo.exp: Update for exit message change.
9782 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
9783 * gdb.base/reread.exp: Use gdb_continue_to_end.
9784 * gdb.base/langs.exp: Use gdb_continue_to_end.
9785 * gdb.base/interrupt.exp: Update for exit message change.
9786 * gdb.base/gdb1555.exp: Update for exit message change.
9787 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
9788 * gdb.base/ending-run.exp: Update for exit message change.
9789 * gdb.base/chng-syms.exp: Update for exit message change.
9790 * gdb.base/checkpoint.exp: Update for exit message change.
9791 * gdb.base/catch-syscall.exp (check_for_program_end): Use
9792 gdb_continue_to_end.
9793 (test_catch_syscall_with_wrong_args): Likewise.
9794 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
9795 * gdb.base/break-interp.exp (test_ld): Update for exit message
9796 change.
9797 * gdb.base/bang.exp: Update for exit message change.
9798 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
9799 (do_call_attach_tests): Likewise.
9800 * gdb.base/a2-run.exp: Update for exit message change.
9801 * gdb.arch/ppc-dfp.exp: Update for exit message change.
9802 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
9803 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
9804
9805 2011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9806
9807 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
9808
9809 2011-03-03 Tom Tromey <tromey@redhat.com>
9810
9811 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
9812 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
9813 * gdb.hp/gdb.aCC/configure.ac: Remove.
9814 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
9815 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
9816 * gdb.hp/gdb.base-hp/configure.ac: Remove.
9817 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
9818 * gdb.hp/gdb.compat/configure (Makefile): Remove.
9819 * gdb.hp/gdb.compat/configure.ac: Remove.
9820 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
9821 * gdb.hp/gdb.defects/configure (Makefile): Remove.
9822 * gdb.hp/gdb.defects/configure.ac: Remove.
9823 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
9824 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
9825 * gdb.hp/gdb.objdbg/configure.ac: Remove.
9826 * gdb.hp/configure.ac: Remove.
9827 * gdb.hp/configure: Remove.
9828 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
9829 substitution.
9830 (Makefile): Remove rule.
9831 * gdb.cell/configure.ac: Remove.
9832 * gdb.cell/configure: Remove.
9833 * gdb.stabs/Makefile.in (Makefile): Remove.
9834 (distclean): Don't remove config.status or config.log.
9835 * gdb.stabs/configure (Makefile): Remove.
9836 * gdb.stabs/configure.ac: Remove.
9837 * configure: Rebuild.
9838 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
9839 Remove stabs- and cell-specific logic. Test for existence of
9840 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
9841 subdirectories, gdb.cell, and and gdb.stabs.
9842 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
9843
9844 2011-03-03 Joel Brobecker <brobecker@adacore.com>
9845
9846 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
9847 end of buffer.
9848
9849 2011-03-02 Joel Brobecker <brobecker@adacore.com>
9850
9851 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
9852 gdb_test when running a test where we expected no output back.
9853
9854 2011-02-28 Michael Snyder <msnyder@vmware.com>
9855
9856 * gdb.cp/overload.cc: Change initializer value to integer.
9857
9858 2011-02-27 Michael Snyder <msnyder@vmware.com>
9859
9860 * gdb.multi/base.exp: Add test for remove-inferiors.
9861
9862 2011-02-26 Joel Brobecker <brobecker@adacore.com>
9863
9864 * gdb.python/py-frame.exp: Simplify the initialization phase
9865 using prepare_for_testing.
9866
9867 2011-02-25 Michael Snyder <msnyder@vmware.com>
9868
9869 * gdb.multi/base.exp: Add tests for info inferiors with args.
9870
9871 2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9872
9873 * gdb.dwarf2/dw2-ranges.S: Rename to ...
9874 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
9875 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
9876 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
9877 asmfile3. Comment the STABS (#3) file compilation. Compile
9878 everything through assembler. Provide KFAIL for symtab/12497.
9879 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
9880 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
9881 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
9882 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
9883
9884 2011-02-24 Michael Snyder <msnyder@vmware.com>
9885
9886 * gdb.base/break.exp: Add tests for delete breakpoints using
9887 convenience variables and value history references.
9888
9889 2011-02-24 Michael Snyder <msnyder@vmware.com>
9890
9891 * gdb.base/break.exp: Remove debugging 'printf' accidentally
9892 left behind in previous check-in.
9893
9894 2011-02-23 Michael Snyder <msnyder@vmware.com>
9895
9896 * gdb.base/break.exp: Add tests for "info break" with arguments.
9897 * gdb.trace/infotrace.exp: Update patterns for error and help.
9898 * gdb.base/completion.exp: Update pattern.
9899 * gdb.base/ena-dis-br.exp: Update pattern.
9900 * gdb.base/help.exp: Update patterns.
9901
9902 2011-02-23 Michael Snyder <msnyder@vmware.com>
9903
9904 * gdb.base/memattr.exp: New test.
9905 * gdb.base/memattr.c: Test load for memattr.exp.
9906
9907 2011-02-22 Doug Evans <dje@google.com>
9908
9909 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
9910
9911 2011-02-22 Michael Snyder <msnyder@vmware.com>
9912
9913 * Makefile.in: Make more clean.
9914 * gdb.ada/Makefile.in: Ditto.
9915 * gdb.arch/Makefile.in: Ditto.
9916 * gdb.asm/Makefile.in: Ditto.
9917 * gdb.base/Makefile.in: Ditto.
9918 * gdb.cp/Makefile.in: Ditto.
9919 * gdb.dwarf2/Makefile.in: Ditto.
9920 * gdb.java/Makefile.in: Ditto.
9921 * gdb.mi/Makefile.in: Ditto.
9922 * gdb.modula2/Makefile.in: Ditto.
9923 * gdb.python/Makefile.in: Ditto.
9924 * gdb.server/Makefile.in: Ditto.
9925 * gdb.stabs/Makefile.in: Ditto.
9926 * gdb.threads/Makefile.in: Ditto.
9927 * gdb.trace/Makefile.in: Ditto.
9928
9929 2011-02-22 Michael Snyder <msnyder@vmware.com>
9930
9931 * gdb.threads/thread-find.exp: Add tests for bad input to
9932 info threads.
9933
9934 2011-02-22 Joel Brobecker <brobecker@adacore.com>
9935
9936 * gdb.python/py-breakpoint.exp: Fix the expected output of
9937 one of the "maint info breakpoints" tests to accept the output
9938 generated on platforms that do not have hardware watchpoints.
9939
9940 2011-02-22 Joel Brobecker <brobecker@adacore.com>
9941
9942 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
9943 clean_restart. Be a little stricter in the expected output
9944 for one of the tests. Fix a typo in one of the comments.
9945
9946 2011-02-22 Joel Brobecker <brobecker@adacore.com>
9947
9948 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
9949 Delete variable binfile, no longer use. Add or modify test
9950 comments to make them unique.
9951
9952 2011-02-21 Michael Snyder <msnyder@vmware.com>
9953
9954 * Makefile.in: Update for make clean.
9955 * gdb.ada/Makefile.in: Ditto.
9956 * gdb.arch/Makefile.in: Ditto.
9957 * gdb.asm/Makefile.in: Ditto.
9958 * gdb.base/Makefile.in: Ditto.
9959 * gdb.cp/Makefile.in: Ditto.
9960 * gdb.dwarf2/Makefile.in: Ditto.
9961 * gdb.java/Makefile.in: Ditto.
9962 * gdb.mi/Makefile.in: Ditto.
9963 * gdb.modula2/Makefile.in: Ditto.
9964 * gdb.python/Makefile.in: Ditto.
9965 * gdb.server/Makefile.in: Ditto.
9966 * gdb.stabs/Makefile.in: Ditto.
9967 * gdb.threads/Makefile.in: Ditto.
9968 * gdb.trace/Makefile.in: Ditto.
9969
9970 2011-02-21 Michael Snyder <msnyder@vmware.com>
9971
9972 * gdb.threads/thread-find.exp: Update patterns for changes in
9973 output of "info threads" command.
9974
9975 2011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
9976 Ulrich Weigand <uweigand@de.ibm.com>
9977
9978 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
9979 (skip_hw_watchpoint_tests): Likewise.
9980 (skip_hw_watchpoint_multi_tests): Likewise.
9981
9982 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
9983
9984 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
9985 (skip_hw_watchpoint_tests): Likewise.
9986 (skip_hw_watchpoint_multi_tests): Likewise.
9987 (skip_hw_watchpoint_access_tests): Likewise.
9988
9989 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
9990 * gdb.base/pr11022.exp: Likewise.
9991 * gdb.base/watch-read.exp: Likewise.
9992 * gdb.base/watch_thread_num.exp: Likewise.
9993 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
9994 * gdb.base/watchpoint-hw.exp: Likewise.
9995 * gdb.base/watchpoint.exp: Likewise.
9996 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
9997 * gdb.threads/watchthreads-reorder.exp: Likewise.
9998 * gdb.threads/watchthreads.exp: Likewise.
9999 * gdb.threads/watchthreads2.exp: Likewise.
10000
10001 2011-02-21 Joel Brobecker <brobecker@adacore.com>
10002
10003 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
10004 the debugger is unable to find the array bounds.
10005
10006 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
10007
10008 * gdb.cp/typedef-operator.exp: New file.
10009 * gdb.cp/typedef-operator.cc: New file.
10010
10011 2011-02-17 Michael Snyder <msnyder@vmware.com>
10012
10013 * gdb.threads/thread-find.exp: Fix regular expressions.
10014
10015 2011-02-17 Joel Brobecker <brobecker@adacore.com>
10016
10017 * gdb.ada/packed_array: Expand testcase to test printing of
10018 unconstrained packed array.
10019
10020 2011-02-17 Joel Brobecker <brobecker@adacore.com>
10021
10022 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
10023
10024 2011-02-16 Pedro Alves <pedro@codesourcery.com>
10025
10026 * gdb.trace/collection.c (globalarr3): New global.
10027 (main): Initialize it before collecting, and and clear it
10028 afterwards.
10029 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
10030 collecting with '{type} addr', where the addr expression is not an
10031 rvalue.
10032
10033 2011-02-16 Ken Werner <ken.werner@de.ibm.com>
10034
10035 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
10036 a bool variable. Expect correct OpenCL names for vector types. Use the
10037 uc3 variable name instead of referring to the uchar3 built-in type.
10038 Escape the asterisk at the half pointer test.
10039
10040 2011-02-16 Pedro Alves <pedro@codesourcery.com>
10041
10042 * gdb.trace/collection.c (globalarr2): New global.
10043 (main): Initialize it before collecting, and and clear it
10044 afterwards.
10045 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
10046 collecting overlapping memory ranges.
10047
10048 2011-02-15 Michael Snyder <msnyder@vmware.com>
10049
10050 * gdb.base/default.exp: Add tests for thread commands.
10051 * gdb.base/help.exp: Add tests for thread commands.
10052 * gdb.threads/thread-find.exp: New test for thread find command.
10053
10054 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
10055
10056 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
10057
10058 2011-02-15 Yao Qi <yao@codesourcery.com>
10059
10060 PR tdep/12352
10061 * gdb.arch/arm-disp-step.S : New test for str instruction.
10062 * gdb.arch/arm-disp-step.exp : Likewise.
10063
10064 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
10065
10066 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
10067 "vector_register2_vr" test strings. Test the extended floating
10068 point registers (F32~F63).
10069 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
10070 IBM XL C compiler. Make the test program use a register provided
10071 by the compiler for the lxvd2x instruction.
10072
10073 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10074
10075 * gdb.trace/unavailable.cc (class Base, class Middle, class
10076 Derived): New types.
10077 (derived_unavail, derived_partial, derived_whole): New globals.
10078 (virtual_partial): New global.
10079 (virtualp): Point at virtual_partial.
10080 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
10081 related to unavailable vptr.
10082
10083 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10084
10085 * gdb.trace/unavailable.cc (a, b, c): New globals.
10086 (main): Set and clear them.
10087 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
10088 `a' and `c', and check that `b' isn't collected, although `a' and
10089 `c' are.
10090
10091 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10092
10093 * gdb.trace/unavailable.cc (struct Virtual): New.
10094 (virtualp): New global pointer.
10095 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
10096 printing a pointer to an object whose type has a vtable, with
10097 print object on.
10098
10099 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10100
10101 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
10102 value repeat handles unavailableness.
10103
10104 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10105
10106 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
10107 tests for building arrays from unavailable values, subscripting
10108 non-memory rvalue unvailable arrays, and accessing fields or
10109 baseclasses of non-lazy unavailable values,
10110 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
10111 struct types.
10112 (g_smallstruct, g_smallstruct_b): New globals.
10113
10114 2011-02-14 Pedro Alves <pedro@codesourcery.com>
10115
10116 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
10117
10118 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10119
10120 Fix const/volatile qualifiers of C++ types, PR c++/12328.
10121 * gdb.cp/overload-const.exp: New file.
10122 * gdb.cp/overload-const.cc: New file.
10123
10124 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
10125
10126 * gdb.opencl/callfuncs.cl: New file.
10127 * gdb.opencl/callfuncs.exp: New test.
10128 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
10129
10130 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
10131
10132 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
10133 when computing result.
10134 * gdb.arch/altivec-abi.exp: Update expected results.
10135
10136 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
10137
10138 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
10139 * gdb.base/jit.exp: Likewise.
10140 * gdb.base/pie-execl.exp: Likewise.
10141 * gdb.base/solib-nodir.exp: Likewise.
10142 * gdb.base/solib-overlap.exp: Likewise.
10143
10144 2011-02-07 Pedro Alves <pedro@codesourcery.com>
10145
10146 * gdb.trace/collection.c (global_pieces): New.
10147 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
10148 New procedure.
10149 (gdb_trace_collection_test): Call it.
10150
10151 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
10152
10153 * gdb.python/py-evthreads.c: New file.
10154 * gdb.python/py-evthreads.exp: New file.
10155 * gdb.python/py-events.py: New file.
10156 * gdb.python/py-events.exp: New file.
10157 * gdb.python/py-events.c: New file.
10158
10159 2011-02-04 David Daney <ddaney@caviumnetworks.com>
10160
10161 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
10162
10163 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
10164
10165 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
10166 gdb.base/disasm-end-cu.exp: New test for disassembling over the
10167 boundary between two compilation units.
10168
10169 2011-02-02 Pedro Alves <pedro@codesourcery.com>
10170
10171 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
10172 (Virtual): New structs.
10173 (virtual_o, virtual_middle_b): New globals.
10174 * gdb.cp/virtbase.exp: New tests.
10175
10176 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
10177
10178 * gdb.base/jit.exp: New file.
10179 * gdb.base/jit-main.c: New file.
10180 * gdb.base/jit-solib.c: New file.
10181
10182 2011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
10183
10184 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
10185 proceed to initial kernel entry point.
10186 * gdb.opencl/datatypes.exp: Likewise.
10187 * gdb.opencl/operators.exp: Likewise.
10188 * gdb.opencl/vec_comps.exp: Likewise.
10189
10190 2011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
10191
10192 * gdb.cp/nsnested.cc: New.
10193 * gdb.cp/nsnested.exp: New.
10194 * gdb.cp/nsnoimports.exp: New.
10195 * gdb.cp/nsnoimports.cc: New.
10196
10197 2011-01-31 Joel Brobecker <brobecker@adacore.com>
10198
10199 * gdb.base/interact.exp: Add extra tests that verify that
10200 the value of the interactive-mode setting does not change
10201 after the script is sourced.
10202
10203 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10204
10205 * gdb.cp/noparam.exp: New file.
10206 * gdb.cp/noparam.cc: New file.
10207
10208 2011-01-28 Pedro Alves <pedro@codesourcery.com>
10209
10210 * gdb.trace/tfile.exp: Test that with no traceframe selected,
10211 there's no stack or registers.
10212
10213 2011-01-26 Tom Tromey <tromey@redhat.com>
10214
10215 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
10216 space before string output. Add test for "set print pretty off"
10217 case.
10218
10219 2011-01-25 Pedro Alves <pedro@codesourcery.com>
10220
10221 * gdb.base/frame-args.exp: Adjust.
10222 * gdb.dwarf2/dw2-noloc.exp: Adjust.
10223 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
10224 * gdb.dwarf2/pieces.exp: Adjust.
10225 * gdb.opt/clobbered-registers-O2.exp: Adjust.
10226 * gdb.opt/inline-locals.exp: Adjust.
10227 * gdb.threads/fork-child-threads.exp: Adjust.
10228
10229 2011-01-25 Ken Werner <ken.werner@de.ibm.com>
10230
10231 * gdb.opencl/convs_casts.cl: Move program scope variables into the
10232 OpenCL kernel function. Add a comment as marker. Add address space
10233 qualifiers for the remaining program scope variables.
10234 * gdb.opencl/datatypes.cl: Likewise.
10235 * gdb.opencl/operators.cl: Likewise.
10236 * gdb.opencl/vec_comps.cl: Likewise.
10237 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
10238 Add breakpoint at the marker comment.
10239 * gdb.opencl/datatypes.exp: Likewise.
10240 * gdb.opencl/operators.exp: Likewise.
10241 * gdb.opencl/vec_comps.exp: Likewise.
10242
10243 2011-01-24 Pedro Alves <pedro@codesourcery.com>
10244
10245 * gdb.base/printcmds.c (some_struct): New struct and instance.
10246 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
10247 procedure.
10248 <global scope>: Call it.
10249
10250 2011-01-21 Ken Werner <ken.werner@de.ibm.com>
10251
10252 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
10253 argument to the gdb_compile_opencl_hostapp call.
10254
10255 2011-01-19 Yao Qi <yao@codesourcery.com>
10256
10257 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
10258 positve list.
10259
10260 2011-01-19 Yao Qi <yao@codesourcery.com>
10261
10262 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
10263 canonical form.
10264 Remove "xscale-*-*"
10265 * gdb.xml/tdesc-regs.exp: Likewise.
10266 * gdb.python/py-section-script.exp: Replace ARM target triplet
10267 with canonical form.
10268 Match arm*-*-symbianelf*.
10269 * gdb.base/dup-sect.exp: Likewise.
10270 * lib/dwarf.exp: New.
10271 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
10272 dwarf2_support.
10273 * gdb.dwarf2/dup-psym.exp: Likewise.
10274 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
10275 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10276 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
10277 * gdb.dwarf2/dw2-basic.exp: Likewise.
10278 * gdb.dwarf2/dw2-compressed.exp: Likewise.
10279 * gdb.dwarf2/dw2-const.exp: Likewise.
10280 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
10281 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
10282 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10283 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
10284 * gdb.dwarf2/dw2-filename.exp: Likewise.
10285 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10286 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
10287 * gdb.dwarf2/dw2-intercu.exp: Likewise.
10288 * gdb.dwarf2/dw2-intermix.exp: Likewise.
10289 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
10290 * gdb.dwarf2/dw2-noloc.exp: Likewise.
10291 * gdb.dwarf2/dw2-op-call.exp: Likewise.
10292 * gdb.dwarf2/dw2-producer.exp: Likewise.
10293 * gdb.dwarf2/dw2-ranges.exp: Likewise.
10294 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
10295 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
10296 * gdb.dwarf2/dw2-strp.exp: Likewise.
10297 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
10298 * gdb.dwarf2/implptr.exp: Likewise.
10299 * gdb.dwarf2/mac-fileno.exp: Likewise.
10300 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
10301 * gdb.dwarf2/pieces.exp: Likewise.
10302 * gdb.dwarf2/pr11465.exp: Likewise.
10303 * gdb.dwarf2/valop.exp: Likewise.
10304 * gdb.dwarf2/watch-notconst.exp: Likewise.
10305 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
10306
10307 2011-01-19 Tom Tromey <tromey@redhat.com>
10308
10309 * gdb.python/py-infthread.exp: Add thread tests.
10310
10311 2011-01-14 Joel Brobecker <brobecker@adacore.com>
10312
10313 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
10314
10315 2011-01-14 Joel Brobecker <brobecker@adacore.com>
10316
10317 * gdb.ada/widewide: New testcase.
10318
10319 2011-01-13 Joel Brobecker <brobecker@adacore.com>
10320
10321 * gdb.base/interact.exp: New testcase.
10322
10323 2011-01-12 Tom Tromey <tromey@redhat.com>
10324
10325 * gdb.mi/gdb2549.exp: Update for error message changes.
10326 * gdb.mi/mi-cli.exp: Likewise.
10327 * gdb.mi/mi-disassemble.exp: Likewise.
10328 * gdb.mi/mi-pthreads.exp: Likewise.
10329 * gdb.mi/mi-regs.exp: Likewise.
10330 * gdb.mi/mi-stack.exp: Likewise.
10331 * gdb.mi/mi-var-block.exp: Likewise.
10332 * gdb.mi/mi-var-cmd.exp: Likewise.
10333 * gdb.mi/mi2-cli.exp: Likewise.
10334 * gdb.mi/mi2-disassemble.exp: Likewise.
10335 * gdb.mi/mi2-pthreads.exp: Likewise.
10336 * gdb.mi/mi2-regs.exp: Likewise.
10337 * gdb.mi/mi2-stack.exp: Likewise.
10338 * gdb.mi/mi2-var-block.exp: Likewise.
10339 * gdb.mi/mi2-var-cmd.exp: Likewise.
10340
10341 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
10342 Jan Kratochvil <jan.kratochvil@redhat.com>
10343
10344 PR fortran/11104 and DWARF unbound arrays detection.
10345 * gdb.fortran/multi-dim.exp: New file.
10346 * gdb.fortran/multi-dim.f90: New file.
10347
10348 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
10349
10350 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
10351 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
10352 add new tests for opcode dumping.
10353
10354 2011-01-11 Tom Tromey <tromey@redhat.com>
10355
10356 * gdb.python/py-infthread.exp: Load gdb-python.exp.
10357
10358 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
10359
10360 Convert hardware watchpoints to use breakpoint_ops.
10361 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
10362 type is not supported.
10363 * gdb.base/foll-fork.exp: Likewise.
10364 * gdb.base/foll-vfork.exp: Likewise.
10365
10366 2011-01-10 Phil Muldoon <pmuldoon@redhat.com>
10367
10368 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
10369 Use load_lib gdb-python.exp.
10370 * gdb.python/python.exp: Ditto.
10371 * gdb.python/py-function.exp: Ditto.
10372
10373 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
10374
10375 * gdb.threads/tls.exp ("info address me"): Fix expected output.
10376
10377 2011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10378
10379 * configure: Regenerate.
10380
10381 2011-01-06 Tom Tromey <tromey@redhat.com>
10382
10383 * gdb.python/py-frame.exp: Test gdb.newest_frame.
10384
10385 2011-01-06 Joel Brobecker <brobecker@adacore.com>
10386
10387 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
10388 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
10389 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
10390 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
10391 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
10392 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
10393 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
10394 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
10395 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
10396 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
10397 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
10398 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
10399 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
10400 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
10401 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
10402 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
10403 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
10404 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
10405 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
10406 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
10407 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
10408 gdb.ada/uninitialized_vars.exp,
10409 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
10410 Simplify by using clean_restart.
10411
10412 2011-01-06 Joel Brobecker <brobecker@adacore.com>
10413
10414 Add marker to be used as anchor for inserting breakpoints.
10415 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
10416 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
10417 Likewise.
10418
10419 Remove uses of gdb_start_cmd.
10420 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
10421 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
10422
10423 Do not run testcase if testing with GDBserver.
10424 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
10425 if testing with GDBserver.
10426
10427 2011-01-06 Joel Brobecker <brobecker@adacore.com>
10428
10429 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
10430 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
10431 copyright header.
10432
10433 2011-01-05 Joel Brobecker <brobecker@adacore.com>
10434
10435 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
10436 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
10437 testsuite/gdb.fortran/complex.f,
10438 testsuite/gdb.fortran/derived-type.f90,
10439 testsuite/gdb.fortran/library-module-lib.f90,
10440 testsuite/gdb.fortran/library-module-main.f90,
10441 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
10442 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
10443 Copyright year update.
10444
10445 2011-01-05 Joel Brobecker <brobecker@adacore.com>
10446
10447 * gdb.base/langs1.f: Add copyright header.
10448
10449 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10450
10451 * gdb.base/morestack.exp: New file.
10452 * gdb.base/morestack.c: New file.
10453
10454 2011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10455
10456 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
10457
10458 2010-12-29 Joel Brobecker <brobecker@adacore.com>
10459
10460 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
10461 * gdb.ada/arrayptr.exp: Add test printing that new variable.
10462
10463 2010-12-29 Joel Brobecker <brobecker@adacore.com>
10464
10465 * gdb.ada/lang_switch.exp: Correct expected parameter value.
10466
10467 2010-12-25 Andreas Schwab <schwab@linux-m68k.org>
10468
10469 * gdb.threads/tls.exp: Fix typo.
10470
10471 * gdb.threads/thread-specific.exp (get_thread_list): Update.
10472 * gdb.threads/execl.exp: Update.
10473
10474 2010-12-23 Yao Qi <yao@codesourcery.com>
10475
10476 * gdb.arch/arm-disp-step.exp: New.
10477 * gdb.arch/arm-disp-step.S: New.
10478
10479 2010-12-21 Tom Tromey <tromey@redhat.com>
10480
10481 * gdb.threads/execl.exp: Update.
10482 * gdb.threads/linux-dp.exp: Update.
10483 * gdb.threads/manythreads.exp: Update.
10484 * gdb.threads/tls.exp: Update.
10485
10486 2010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10487
10488 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
10489 (NextOverThrowDerivates) <resumebpt>: New.
10490 (resumebpt_test): New.
10491 (main): Call resumebpt_test.
10492 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
10493
10494 2010-12-12 Stan Shebs <stan@codesourcery.com>
10495
10496 * gdb.trace/tsv.exp: Test print command on trace state variables.
10497
10498 2010-12-09 Tom Tromey <tromey@redhat.com>
10499
10500 * gdb.base/interp.exp: Add regression test.
10501
10502 2010-12-09 Tom Tromey <tromey@redhat.com>
10503
10504 * gdb.java/jnpe.java: New file.
10505 * gdb.java/jnpe.exp: New file.
10506 * gdb.cp/nextoverthrow.exp: New file.
10507 * gdb.cp/nextoverthrow.cc: New file.
10508
10509 2010-12-07 Doug Evans <dje@google.com>
10510
10511 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
10512 of data-directory.
10513 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
10514 updated.
10515 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
10516
10517 2010-11-29 Michael Snyder <msnyder@vmware.com>
10518
10519 * gdb.base/callfuncs.exp: Test for skip_float_tests.
10520 * gdb.base/call-sc.exp: Ditto.
10521 * gdb.base/finish.exp: Ditto.
10522 * gdb.base/return.exp: Ditto.
10523 * gdb.base/return2.exp: Ditto.
10524
10525 2010-11-30 Doug Evans <dje@google.com>
10526
10527 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
10528 (gdb_expect_list): Fix spelling errors in comments.
10529 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
10530 send_gdb/gdb_expect_list where applicable.
10531 * gdb.base/call-ar-st.exp: Ditto.
10532 * gdb.base/funcargs.exp: Ditto.
10533 * gdb.base/gcore.exp: Ditto.
10534 * gdb.base/page.exp: Ditto.
10535 * gdb.base/sigaltstack.exp: Ditto.
10536 * gdb.base/siginfo.exp: Ditto.
10537 * gdb.base/sigstep.exp: Ditto.
10538 * gdb.base/trace-commands.exp: Ditto.
10539
10540 2010-11-29 Doug Evans <dje@google.com>
10541
10542 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
10543 printer-name;subprinter-name.
10544
10545 2010-11-29 Tom Tromey <tromey@redhat.com>
10546
10547 * gdb.dwarf2/implptr.exp: New file.
10548 * gdb.dwarf2/implptr.c: New file.
10549 * gdb.dwarf2/implptr.S: New file.
10550
10551 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
10552
10553 PR python/12199
10554
10555 * gdb.python/py-breakpoint.exp: Test the delete method.
10556
10557 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10558
10559 Fix step_resume_breakpoint unsaved during an infcall.
10560 * gdb.base/step-resume-infcall.exp: New file.
10561 * gdb.base/step-resume-infcall.c: New file.
10562
10563 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
10564
10565 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
10566
10567 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
10568
10569 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
10570 on ppc64's symbols; "finish" and "return" commands must accept to
10571 show the caller line again as well as the line after.
10572 * gdb.asm/powerpc64.inc: New file.
10573
10574 2010-11-23 Doug Evans <dje@google.com>
10575
10576 * lib/gdb.exp (gdb_test_sequence): New function.
10577 (gdb_expect_list): Add verbose -log call for each pattern.
10578 * gdb.base/signals.exp (test_handle_all_print): Call it.
10579 Reduce timeout increment from 6 minutes to 1 minute.
10580 * gdb.server/ext-run.exp: Call it.
10581
10582 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
10583
10584 PR python/12212
10585
10586 * gdb.python/python.exp: Check that selected_thread raises an
10587 error when no inferior is loaded.
10588
10589 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10590
10591 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
10592 * gdb.dwarf2/dw2-stack-boundary.S: New file.
10593
10594 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10595
10596 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
10597 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
10598
10599 2010-11-18 Doug Evans <dje@google.com>
10600
10601 * gdb.server/ext-run.exp: Fix intermittent failures.
10602
10603 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
10604
10605 * gdb.stabs/gdb11479.exp: Use runto_main.
10606
10607 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
10608
10609 * gdb.base/break-entry.exp: Skip if using a stub.
10610
10611 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
10612
10613 * gdb.python/py-inferior.exp: Pack values in target endianness.
10614
10615 2010-11-12 Tom Tromey <tromey@redhat.com>
10616
10617 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
10618 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
10619 MemoryError.
10620 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
10621 type.
10622 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
10623 MemoryError.
10624 (test_subscript_regression): Update exception type.
10625
10626 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
10627
10628 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
10629 breakpoint tests.
10630
10631 2010-11-09 Pedro Alves <pedro@codesourcery.com>
10632
10633 * gdb.base/watchpoint.exp: Test "watch -location" with an
10634 innacessible location.
10635
10636 2010-11-09 Edjunior Machado <emachado@br.ibm.com>
10637 Luis Machado <luisgpm@br.ibm.com>
10638
10639 * gdb.base/maint.exp: Expect "." prefix.
10640 * gdb.base/nodebug.exp: Expect "." Likewise.
10641 * gdb.base/sepsymtab.exp: Expect "." Likewise.
10642 * gdb.base/watchpoint-cond-gone.exp: Likewise.
10643 * gdb.base/watchpoint.exp: Expect a software watch to be created for
10644 POWER server processors.
10645
10646 2010-11-08 Edjunior Machado <emachado@br.ibm.com>
10647 Luis Machado <luisgpm@br.ibm.com>
10648
10649 * gdb.base/break-entry.exp: convert entry point for
10650 ppc64 and expect leading `.' on ppc64's symbols
10651
10652 2010-11-05 Doug Evans <dje@google.com>
10653
10654 * gdb.base/help.exp: Update expected output.
10655 * gdb.python/py-param.exp: Delete, contents moved to ...
10656 * gdb.python/py-parameter.exp: ... here. New file.
10657 Add test for gdb.parameter ("directories").
10658
10659 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
10660
10661 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
10662 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
10663 * configure: Regenerate.
10664 * gdb.opencl/Makefile.in: New File.
10665 * gdb.opencl/datatypes.exp: Likewise.
10666 * gdb.opencl/datatypes.cl: Likewise.
10667 * gdb.opencl/operators.exp: Likewise.
10668 * gdb.opencl/operators.cl: Likewise.
10669 * gdb.opencl/vec_comps.exp: Likewise.
10670 * gdb.opencl/vec_comps.cl: Likewise.
10671 * gdb.opencl/convs_casts.exp: Likewise.
10672 * gdb.opencl/convs_casts.cl: Likewise.
10673 * lib/opencl.exp: Likewise.
10674 * lib/opencl_hostapp.c: Likewise.
10675 * lib/opencl_kernel.cl: Likewise.
10676 * lib/cl_util.c: Likewise.
10677 * lib/cl_util.c: Likewise.
10678 * gdb.base/default.exp (set language): Add "opencl" to the list of
10679 languages.
10680
10681 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
10682
10683 * gdb.cp/overload.exp: Added test for inheritance overload.
10684 * gdb.cp/overload.cc: Ditto.
10685 * gdb.cp/oranking.exp: Removed releveant kfails.
10686
10687 2010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10688 Joel Brobecker <brobecker@adacore.com>
10689
10690 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
10691 check test_compiler_info.
10692
10693 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
10694
10695 * gdb.base/gnu_vector.exp: Adjust expect messages.
10696
10697 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
10698
10699 * gdb.base/gnu_vector.exp: Add unary operator tests.
10700
10701 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
10702
10703 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
10704
10705 2010-11-02 Doug Evans <dje@google.com>
10706
10707 * gdb.python/py-pp-maint.c: New file.
10708 * gdb.python/py-pp-maint.exp: New file.
10709 * gdb.python/py-pp-maint.py: New file.
10710
10711 2010-11-02 Tom Tromey <tromey@redhat.com>
10712
10713 * gdb.base/default.exp: Remove "scheme" from language list.
10714
10715 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10716
10717 Revert:
10718 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10719 * gdb.threads/sigstep-threads.exp: New file.
10720 * gdb.threads/sigstep-threads.c: New file.
10721
10722 2010-10-20 Michael Snyder <msnyder@vmware.com>
10723
10724 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
10725
10726 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
10727
10728 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
10729 Skip test completely if gdb,no_hardware_watchpoints.
10730
10731 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
10732
10733 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
10734 strict, but do not check for any particular function name within libc.
10735
10736 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
10737
10738 * gdb.cp/smartp.exp: New test.
10739 * gdb.cp/smartp.cc : New test.
10740
10741 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
10742
10743 * gdb.cp/converts.exp: Test pointer to bool conversion.
10744 Test pointer to long conversion.
10745 * gdb.cp/oranking.exp: Removed relevant kfail.
10746
10747 2010-10-18 Tom Tromey <tromey@redhat.com>
10748
10749 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
10750 argument to lazy_string.
10751 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
10752 (pp_ls.to_string): Use it.
10753 * gdb.python/py-prettyprint.c (main): Move declarations to top.
10754 Add "estring2" local.
10755
10756 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10757
10758 Fix s390x compatibility.
10759 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
10760 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
10761
10762 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10763
10764 * gdb.threads/sigstep-threads.exp: New file.
10765 * gdb.threads/sigstep-threads.c: New file.
10766
10767 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10768
10769 * gdb.base/pie-execl.exp: New file.
10770 * gdb.base/pie-execl.c: New file.
10771
10772 2010-10-13 Doug Evans <dje@google.com>
10773 Jan Kratochvil <jan.kratochvil@redhat.com>
10774
10775 PR exp/12117
10776 * gdb.cp/ptype-cv-cp.cc: New file.
10777 * gdb.cp/ptype-cv-cp.exp: New file.
10778
10779 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
10780
10781 * gdb.cp/converts.cc: New test program.
10782 * gdb.cp/converts.exp: New test.
10783 * gdb.cp/overload.exp: Added test for void* vs int*.
10784 * gdb.cp/overload.exp: Ditto.
10785 * gdb.cp/oranking.exp: Removed related kfail.
10786
10787 2010-10-13 Doug Evans <dje@google.com>
10788
10789 * lib/gdb-python.exp (gdb_check_python_config): New function.
10790 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
10791 * gdb.python/lib-types.cc: New file.
10792 * gdb.python/lib-types.exp: New file.
10793
10794 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10795
10796 * gdb.python/py-error.exp: New file.
10797 * gdb.python/py-error.py: New file.
10798
10799 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10800
10801 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
10802 gdb_test_multiple.
10803
10804 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10805
10806 * gdb.base/break-interp.exp: Use ldlags for linking flags.
10807 * gdb.base/prelink.exp: Likewise.
10808 * gdb.base/solib-nodir.exp: Likewise.
10809 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
10810 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
10811 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
10812
10813 2010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
10814
10815 * break-interp.exp (test_ld): Use two separate gdb_expect statements
10816 for the "info files" test to avoid timeouts on slow machines.
10817
10818 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10819
10820 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
10821 (main): Make openlib dummy call.
10822
10823 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10824
10825 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
10826 * break-interp.exp (reach): Move the core body ...
10827 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
10828 (test_ld): Provide always real argument, even to the linker. Replace
10829 dl_main by _dl_debug_state.
10830
10831 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10832
10833 Fix results of prelinked PIEs on ppc*.
10834 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
10835 Accept also DISPLACEMENT "PRESENT".
10836 (main): Replace "ZERO" displacements by "PRESENT".
10837
10838 2010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
10839
10840 * gdb.cp/oranking.exp: New test.
10841 * gdb.cp/oranking.cc: New test program.
10842
10843 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
10844
10845 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
10846 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
10847
10848 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
10849
10850 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
10851 lush, lynx) New constant.
10852 * gdb.base/constvars.exp: Test const array types.
10853 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
10854
10855 2010-10-06 Doug Evans <dje@google.com>
10856
10857 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
10858 of syscall staging area.
10859
10860 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
10861
10862 * gdb.base/gnu_vector.c: Add variable c4.
10863 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
10864 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
10865
10866 2010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
10867
10868 * gdb.arch/altivec-abi.exp: Fix a typo.
10869
10870 2010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
10871
10872 * lib/mi-support.exp (thread_selected_re): Correct pattern used
10873 to match a thread ID.
10874
10875 2010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10876
10877 Fix s390x testcase compatibility.
10878 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
10879
10880 2010-10-01 Doug Evans <dje@google.com>
10881
10882 * lib/gdb-python.exp: New file.
10883 * gdb.python/py-block.exp: Use it.
10884 * gdb.python/py-breakpoint.exp: Ditto.
10885 * gdb.python/py-frame.exp: Ditto.
10886 * gdb.python/py-inferior.exp: Ditto.
10887 * gdb.python/py-param.exp: Ditto.
10888 * gdb.python/py-prettyprint.exp: Ditto.
10889 * gdb.python/py-shared.exp: Ditto.
10890 * gdb.python/py-symbol.exp: Ditto.
10891 * gdb.python/py-symtab.exp: Ditto.
10892 * gdb.python/py-type.exp: Ditto.
10893 * gdb.python/py-value.exp: Ditto.
10894 * gdb.python/python.exp: Ditto.
10895
10896 2010-09-30 Tom Tromey <tromey@redhat.com>
10897
10898 * gdb.base/anon.exp: New file.
10899 * gdb.base/anon.c: New file.
10900
10901 2010-09-30 Tom Tromey <tromey@redhat.com>
10902
10903 * gdb.base/completion.exp: Test completion through anonymous
10904 union.
10905 * gdb.base/break1.c (struct some_struct): Add anonymous union.
10906
10907 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10908
10909 Fix printing parameters of inlined functions.
10910 * gdb.dwarf2/dw2-inline-param.exp: New file.
10911 * gdb.dwarf2/dw2-inline-param-main.c: New file.
10912 * gdb.dwarf2/dw2-inline-param.S: New file.
10913
10914 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10915
10916 PR corefiles/12071.
10917 * gdb.base/corefile.exp (quit with a process, no question: load core)
10918 (quit with a core file): New tests.
10919
10920 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10921
10922 Fix GDB crash on inferior calls with self-referencing classes.
10923 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
10924 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
10925 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
10926
10927 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10928
10929 Fix lost siginfo_t for inferior calls.
10930 * gdb.base/siginfo-infcall.exp: New file.
10931 * gdb.base/siginfo-infcall.c: New file.
10932
10933 2010-09-22 Joel Brobecker <brobecker@adacore.com>
10934
10935 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
10936
10937 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10938
10939 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
10940 New test.
10941 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
10942
10943 2010-09-22 Joel Brobecker <brobecker@adacore.com>
10944
10945 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
10946 type of our const type.
10947
10948 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
10949
10950 * gdb.cp/pr12028.cc: New.
10951 * gdb.cp/pr12028.exp: New.
10952
10953 2010-09-22 Joel Brobecker <brobecker@adacore.com>
10954
10955 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
10956
10957 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
10958 Jan Kratochvil <jan.kratochvil@redhat.com>
10959
10960 PR mi/11407
10961 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
10962 * gdb.mi/dw2-ref-missing-frame-main.c New File.
10963 * gdb.mi/dw2-ref-missing-frame.S New File.
10964 * gdb.mi/dw2-ref-missing-frame.exp New File.
10965
10966 2010-09-14 Tom Tromey <tromey@redhat.com>
10967
10968 PR symtab/8399:
10969 * gdb.threads/tls.exp: Remove kfail. Update expected output.
10970
10971 2010-09-14 Tom Tromey <tromey@redhat.com>
10972
10973 PR exp/11803:
10974 * gdb.threads/tls.exp: Use C++.
10975 (check_thread_local): Use K::another_thread_local.
10976 * gdb.threads/tls.c (class K): New.
10977 (another_thread_local): Now a member of K.
10978 (spin): Update. No longer K&R C.
10979
10980 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
10981
10982 * gdb.cp/koenig.cc: created class for testing member lookup.
10983 * gdb.cp/koenig.exp: Added test for member lookup.
10984
10985 2010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10986
10987 Fix false FAILs on sourcetree topdir directory containing "kill".
10988 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
10989 source line matching regexp.
10990
10991 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10992
10993 * gdb.python/python.exp (set height 0, collect help from uiout)
10994 (verify help to uiout): New tests.
10995
10996 2010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10997
10998 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
10999 is_lp64_target to check 64bit target.
11000
11001 2010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11002
11003 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
11004 (test_ld) <powerpc64-*>: New.
11005
11006 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
11007
11008 * gdb.cp/templates.exp (test_template_args): Allow "struct".
11009
11010 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
11011
11012 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
11013 (FunctionArg::method): New function.
11014 (empty, arg): New variables.
11015 (main): Call arg.method.
11016 * gdb.cp/templates.exp (test_template_args): New function.
11017 (do_tests): Call it.
11018
11019 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
11020
11021 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
11022 of "next" to proceed over pthread_exit call.
11023
11024 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
11025
11026 * gdb.base/maint.exp: Avoid wildcards against potentially very long
11027 "maint print statistics" output to prevent expect timeouts.
11028
11029 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11030
11031 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
11032 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11033 (test_float_rejected): ... here.
11034 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
11035 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11036 (test_float_rejected): ... here.
11037 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
11038 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11039 (test_float_rejected): ... here.
11040 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
11041 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11042 (test_float_rejected): ... here.
11043
11044 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
11045
11046 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
11047 before disabling hardware watchpoints.
11048 (test_inaccessible_watchpoint): Check that hardware watchpoints
11049 are used. Test for watchpoints on a constant address.
11050
11051 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11052
11053 * gdb.base/ui-redirect.exp: New file.
11054
11055 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11056 Joel Brobecker <brobecker@adacore.com>
11057
11058 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
11059
11060 2010-08-31 Doug Evans <dje@google.com>
11061
11062 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
11063
11064 2010-08-30 Tom Tromey <tromey@redhat.com>
11065
11066 PR python/11792:
11067 * gdb.python/py-value.exp (test_subscript_regression): Add
11068 dynamic_type test.
11069
11070 2010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
11071
11072 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
11073 instead of running to main. Do not test the main function.
11074 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
11075 Add new main.
11076
11077 2010-08-26 Pedro Alves <pedro@codesourcery.com>
11078
11079 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
11080 one test.
11081
11082 2010-08-24 Doug Evans <dje@google.com>
11083
11084 PR symtab/11942
11085 * gdb.dwarf2/dw4-sig-types.cc: New file.
11086 * gdb.dwarf2/dw4-sig-types.h: New file.
11087 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
11088 * gdb.dwarf2/dw4-sig-types.exp: New file.
11089
11090 2010-08-23 Tom Tromey <tromey@redhat.com>
11091
11092 PR python/11145:
11093 * gdb.python/py-value.c (Base, Derived): New types.
11094 (base): New global.
11095 * gdb.python/py-value.exp (test_subscript_regression): Add
11096 dynamic_cast test.
11097
11098 2010-08-23 Tom Tromey <tromey@redhat.com>
11099
11100 PR python/10676:
11101 * gdb.python/py-type.exp (test_fields): Add tests for type
11102 equality.
11103
11104 2010-08-23 Tom Tromey <tromey@redhat.com>
11105
11106 PR python/11915:
11107 * gdb.python/py-type.exp (test_fields): Add tests for array.
11108
11109 2010-08-23 Keith Seitz <keiths@redhat.com>
11110
11111 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
11112 have any children. Create a new abbrev for it.
11113 Add missing terminal sequence to .debug_abbrev.
11114
11115 2010-08-20 Keith Seitz <keiths@redhat.com>
11116
11117 PR symtab/11465:
11118 * gdb.dwarf2/pr11465.exp: New test.
11119 * gdb.dwarf2/pr11465.S: New file.
11120 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
11121 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
11122
11123 2010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
11124
11125 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
11126 registers. Update data sets with the new v2_double element in the
11127 VSX register union. Add vector_register3_vr data set for the AltiVec
11128 registers. Use gdb_test_no_output instead of send_gdb.
11129
11130 2010-08-19 Pedro Alves <pedro@codesourcery.com>
11131
11132 * gdb.python/py-shared.exp: New file, factored out from
11133 python.exp.
11134 * gdb.python/py-shared.c: New file.
11135 * gdb.python/py-shared-sl.c: New file.
11136 * gdb.python/python-1.c: New file.
11137 * gdb.python/python-sl.c: Delete.
11138 * gdb.python/python.c: Mention python-1.c.
11139 * gdb.python/python.exp: Move shared library tests to
11140 py-shared.exp.
11141 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
11142 (MISCELLANEOUS): New.
11143 (clean mostlyclean): Also remove $MISCELLANEOUS.
11144
11145 2010-08-19 Doug Evans <dje@google.com>
11146
11147 PR exp/11926
11148 * gdb.base/printcmds.exp (test_float_accepted): New function.
11149 Move existing float tests there. Add tests for floats with suffixes.
11150 (test_float_rejected): New function.
11151 * gdb.java/jv-print.exp (test_float_accepted): New function.
11152 (test_float_rejected): New function.
11153 * gdb.objc/print.exp: New file.
11154 * gdb.pascal/print.exp: New file.
11155 * lib/objc.exp: New file.
11156
11157 2010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
11158
11159 * gdb.base/default.exp (info set): Avoid full buffer error and force
11160 reading up to final gdb prompt.
11161 (show): Likewise.
11162
11163 2010-08-18 Tom Tromey <tromey@redhat.com>
11164
11165 PR symtab/11919:
11166 * gdb.base/completion.exp: Add test.
11167
11168 2010-08-18 Doug Evans <dje@google.com>
11169
11170 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
11171 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
11172 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
11173 Simplify, early exit if runto_main fails.
11174 * gdb.fortran/exprs.exp: load_lib fortran.exp.
11175 (set_lang_fortran): Moved to lib/fortran.exp.
11176 * gdb.fortran/types.exp: load_lib fortran.exp.
11177 (set_lang_fortran): Moved to lib/fortran.exp.
11178 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
11179 * gdb.java/jprint.exp (set_lang_java): Ditto.
11180 * gdb.java/jv-exp.exp: load_lib java.exp.
11181 If set_lang_java fails, issue a warning instead of failure to be
11182 consistent with other set_lang_foo uses.
11183 (set_lang_java): Moved to lib/java.exp.
11184 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
11185 If set_lang_java fails, issue a warning instead of failure to be
11186 consistent with other set_lang_foo uses.
11187 * gdb.pascal/types.exp: load_lib pascal.exp.
11188 (set_lang_pascal): Moved to lib/pascal.exp.
11189 * lib/fortran.exp: New file.
11190 * lib/java.exp (set_lang_java): New function.
11191 * lib/pascal.exp (set_lang_pascal): New function.
11192
11193 2010-08-18 Yao Qi <yao@codesourcery.com
11194
11195 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
11196 func_nofb_start and func_loopfb_start, so that address of functions
11197 is equal to these labels on Thumb.
11198
11199 2010-08-18 Yao Qi <yao@codesourcery.com>
11200
11201 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
11202 to reflect latest c source file.
11203
11204 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11205
11206 * gdb.cp/infcall-dlopen.exp: New file.
11207 * gdb.cp/infcall-dlopen.cc: New file.
11208 * gdb.cp/infcall-dlopen-lib.cc: New file.
11209
11210 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11211 Pedro Alves <pedro@codesourcery.com>
11212
11213 PR breakpoints/11371
11214
11215 * gdb.base/watch-cond-infcall.exp: New file.
11216 * gdb.base/watch-cond-infcall.c: New file.
11217
11218 2010-08-16 Tom Tromey <tromey@redhat.com>
11219
11220 * gdb.base/help.exp: Update.
11221 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
11222 watchpoint.
11223 (test_watch_location): New proc.
11224 (test_watchpoint_in_big_blob): Delete watchpoint.
11225 * gdb.base/watchpoint.c (func5): New function.
11226 (main): Call it.
11227
11228 2010-08-16 Doug Evans <dje@google.com>
11229
11230 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
11231
11232 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
11233
11234 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
11235 tests.
11236
11237 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
11238
11239 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
11240 * gdb.base/gnu_vector.c: New File.
11241 * gdb.base/gnu_vector.exp: Likewise.
11242
11243 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
11244
11245 * gdb.python/python.c: New File.
11246 * gdb.python/python-sl.c: New File.
11247 * gdb.python/python.exp: Test solib_address and decode_line
11248 * functions.
11249
11250 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11251
11252 * gdb.python/python.exp (show height, set height 10)
11253 (verify pagination beforehand, verify pagination beforehand: q)
11254 (gdb.execute does not page, verify pagination afterwards)
11255 (verify pagination afterwards: q): New.
11256
11257 2010-08-02 Doug Evans <dje@google.com>
11258
11259 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
11260 because of an older gcc, change test2
11261 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
11262 to unsupported.
11263
11264 2010-07-30 Kazu Hirata <kazu@codesourcery.com>
11265
11266 * gdb.base/break-always.exp: Do not expect full paths to file
11267 names.
11268 * gdb.base/commands.exp: Likewise.
11269
11270 2010-07-30 Doug Evans <dje@google.com>
11271
11272 * gdb.cp/temargs.exp: For new tests that require newer gccs,
11273 xfail them when run with older gccs.
11274
11275 * lib/gdb.exp (build_executable): Forward "c++" option to
11276 get_compiler_info.
11277
11278 * gdb.python/py-type.exp (test_template): Mark as xfail tests
11279 "python print ttype.template_argument(1)" and
11280 "python print isinstance(ttype.template_argument(1), gdb.Value)"
11281 if using gcc 4.4 or earlier.
11282
11283 * gdb.base/valgrind-db-attach.exp: Use unique test name for
11284 attach-to-debugger handling.
11285
11286 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11287
11288 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
11289 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
11290 (main): Use copyreloc.
11291 * gdb.base/prelink.exp (split debug of executable)
11292 (.dynbss vs. .bss address shift): New tests.
11293
11294 2010-07-29 Pedro Alves <pedro@codesourcery.com>
11295
11296 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
11297 in gdb_test_multiple.
11298
11299 2010-07-29 Pedro Alves <pedro@codesourcery.com>
11300
11301 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
11302 environment.
11303
11304 2010-07-28 Tom Tromey <tromey@redhat.com>
11305
11306 PR python/11060:
11307 * gdb.python/py-type.c (Temargs): New template.
11308 (temvar): New variable.
11309 * gdb.python/py-type.exp (test_template): New proc.
11310
11311 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
11312
11313 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
11314 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
11315
11316 2010-07-28 Tom Tromey <tromey@redhat.com>
11317
11318 PR c++/9946:
11319 * gdb.cp/temargs.exp: New file.
11320 * gdb.cp/temargs.cc: New file.
11321
11322 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11323
11324 * gdb.base/help.exp (help disassemble): Update the content.
11325
11326 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
11327
11328 * gdb.threads/ia64-sigill.exp: New file.
11329 * gdb.threads/ia64-sigill.c: New file.
11330
11331 2010-07-27 Tom Tromey <tromey@redhat.com>
11332
11333 * gdb.opt/inline-cmds.c (ATTR): New define.
11334 (func1): Use it.
11335 (func2): Likewise.
11336 (func3): Likewise.
11337 (outer_inline1): Likewise.
11338 (outer_inline2): Likewise.
11339 * gdb.opt/inline-bt.c (ATTR): New define.
11340 (func1): Use it.
11341 (func2): Likewise.
11342 * gdb.opt/inline-locals.c (ATTR): New define.
11343 (func1): Use it.
11344 (func2): Likewise.
11345
11346 2010-07-27 Tom Tromey <tromey@redhat.com>
11347
11348 * gdb.stabs/gdb11479.c (hack): New function.
11349 (test): Use it.
11350 (test2): Use it.
11351 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
11352 (int32_search_buf, int64_search_buf): No longer static.
11353 (x): Remove.
11354 * gdb.base/relocate.c (hack): New function.
11355
11356 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
11357
11358 * gdb.python/py-value.exp (test_inferior_function_call): New function.
11359 * gdb.python/py-value.c (func1): New function.
11360 (func2): Likewise.
11361
11362 2010-07-26 Corinna Vinschen <vinschen@redhat.com>
11363
11364 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
11365 as not to clash with .data section.
11366
11367 2010-07-26 Jerome Guitton <guitton@adacore.com>
11368
11369 * gdb.base/code_elim.exp: New file.
11370 * gdb.base/code_elim1.c: New file.
11371 * gdb.base/code_elim2.c: New file.
11372
11373 2010-07-21 Pedro Alves <pedro@codesourcery.com>
11374
11375 PR symtab/11827
11376
11377 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
11378 (some_volatile_enum): New variable.
11379 * gdb.base/printcmds.exp (test_print_enums): New.
11380 <top level>: Call it.
11381
11382 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
11383
11384 * gdb.cp/fpointer.cc: New test.
11385 * gdb.cp/fpointer.exp: New test.
11386
11387 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11388
11389 * gdb.base/solib-nodir.exp: New file.
11390 * lib/gdb.exp (runto): New case for a GDB internal error.
11391
11392 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11393 Ulrich Weigand <uweigand@de.ibm.com>
11394 Tom Tromey <tromey@redhat.com>
11395
11396 * gdb.base/charset-malloc.c: New file.
11397 * gdb.base/charset.c (malloc_stub): New prototype.
11398 (main): Call it instead of malloc itself.
11399 * gdb.base/charset.exp: Use only prepare_for_testing.
11400 (binfile): Remove the variable.
11401
11402 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
11403
11404 Make core files the process_stratum.
11405 * gdb.base/corefile.exp (run: load core again)
11406 (run: sanity check we see the core file, run: with core)
11407 (run: core file is cleared, attach: load core again)
11408 (attach: sanity check we see the core file, attach: with core)
11409 (attach: core file is cleared): New tests.
11410 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
11411
11412 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
11413
11414 * gdb.arch/altivec-abi.exp: New tests.
11415
11416 2010-07-13 Tom Tromey <tromey@redhat.com>
11417
11418 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
11419 (main): Use it.
11420 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
11421
11422 2010-07-13 Tom Tromey <tromey@redhat.com>
11423
11424 * gdb.base/label.exp: New file.
11425 * gdb.base/label.c: New file.
11426
11427 2010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
11428 H.J. Lu <hongjiu.lu@intel.com>
11429
11430 * lib/gdb.exp (is_ilp32_target): New.
11431 (is_lp64_target): Likewise.
11432
11433 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
11434 target.
11435 * gdb.arch/amd64-disp-step.exp: Likewise.
11436 * gdb.arch/amd64-dword.exp: Likewise.
11437 * gdb.arch/amd64-i386-address.exp: Likewise.
11438 * gdb.arch/amd64-word.exp: Likewise.
11439
11440 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
11441 target.
11442 * gdb.arch/i386-bp_permanent.exp: Likewise.
11443 * gdb.arch/i386-byte.exp: Likewise.
11444 * gdb.arch/i386-disp-step.exp: Likewise.
11445 * gdb.arch/i386-gnu-cfi.exp: Likewise.
11446 * gdb.arch/i386-prologue.exp: Likewise.
11447 * gdb.arch/i386-size-overlap.exp: Likewise.
11448 * gdb.arch/i386-size.exp: Likewise.
11449 * gdb.arch/i386-sse.exp: Likewise.
11450 * gdb.arch/i386-unwind.exp: Likewise.
11451 * gdb.arch/i386-word.exp: Likewise.
11452
11453 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
11454 test only when building 64-bit executables. Do not hard-code
11455 -m64 option.
11456
11457 2010-07-07 Doug Evans <dje@google.com>
11458
11459 * lib/gdb.exp (gdb_test_list_exact): New function.
11460 * gdb.base/default.exp (show convenience): Call it, add tests for
11461 $_sdata = void, $_thread = 0.
11462
11463 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11464 Joel Brobecker <brobecker@adacore.com>
11465
11466 Fix re-run of PIE executable, PR shlibs/11776.
11467 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
11468 Remove $displacement_main to match the solib-svr4.c change. New "kill"
11469 and re-"run" of the inferior.
11470
11471 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11472 Joel Brobecker <brobecker@adacore.com>
11473
11474 Cope with missing /usr/sbin/prelink.
11475 * lib/prelink-support.exp (prelink_no):
11476 <result == 1 && $output is "no such file or directory">: New.
11477 (prelink_yes): Likewise. Return on failed prelink_no.
11478
11479 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11480 Joel Brobecker <brobecker@adacore.com>
11481
11482 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
11483 build_executable by build_executable_own_libs. Replace "prelink -R"
11484 execution by a call of prelink_yes. Comment why "prelink -r" needs no
11485 change.
11486 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
11487 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
11488 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
11489 Replace build_executable by build_executable_own_libs's function
11490 build_executable_own_libs.
11491 (prelinkNO): Create new stub to call prelink_no.
11492 (prelinkYES): Create new stub to call prelink_yes.
11493 (test_attach): Rename calls of copy to file_copy.
11494 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
11495 (copy): Move to ...
11496 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
11497 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
11498 * gdb.base/prelink.exp: Disable testcase also for is_remote and
11499 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
11500 special flags by gdb_compile_shlib. Replace second gdb_compile by
11501 build_executable_own_libs. Replace "prelink -R" execution by a call of
11502 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
11503 a second call of prelink_yes. Replace restart commands by
11504 clean_restart.
11505 (prelink): Rename to ...
11506 (seen displacement message): ... this test. Extend its expectation
11507 strictness.
11508
11509 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11510
11511 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
11512 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
11513 displacement message exactly once.
11514
11515 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11516 Joel Brobecker <brobecker@adacore.com>
11517
11518 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
11519 its restore after the <$relink_args != ""> loop. new comment.
11520
11521 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11522 Joel Brobecker <brobecker@adacore.com>
11523
11524 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
11525 code for it. New variable relink_args.
11526 (prelinkYES): Call prelinkNO.
11527 (test_attach): Accept new parameter relink_args. Re-prelink the binary
11528 in such case. Move the core code to ...
11529 (test_attach_gdb): ... a new function. Send GDB command "file".
11530 Extend expected "Attaching to " string.
11531
11532 2010-07-02 Tom Tromey <tromey@redhat.com>
11533
11534 * gdb.base/bitops.exp: Remove extraneous "pass".
11535
11536 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
11537
11538 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
11539
11540 2010-07-01 Pedro Alves <pedro@codesourcery.com>
11541
11542 * gdb.base/help.exp: Adjust expected output.
11543
11544 2010-07-01 Pedro Alves <pedro@codesourcery.com>
11545
11546 * gdb.base/help.exp: Adjust expected output.
11547
11548 2010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11549
11550 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
11551 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
11552 c++/11702.
11553
11554 2010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11555 Doug Evans <dje@google.com>
11556
11557 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
11558 add .dynamic entry'.
11559
11560 2010-06-29 Doug Evans <dje@google.com>
11561
11562 Test PR c++/11702.
11563 * gdb.cp/m-static.exp: Add testcase.
11564 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
11565
11566 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
11567 Tom Tromey <tromey@redhat.com>
11568 Thiago Jung Bauermann <bauerman@br.ibm.com>
11569
11570 * gdb.python/py-inferior.c: New File.
11571 * gdb.python/py-infthread.c: New File.
11572 * gdb.python/py-inferior.exp: New File.
11573 * gdb.python/py-infthread.exp: New File.
11574
11575 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11576
11577 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
11578 (ptype ::C::OtherFileClass typedefs): New.
11579 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
11580 (C::OtherFileClass::cOtherFileClassVar2): New.
11581 (C::OtherFileClass::cOtherFileClassVar_use): Use also
11582 cOtherFileClassVar2.
11583 (C::cOtherFileType2, C::cOtherFileVar2): New.
11584 (C::cOtherFileVar_use): use also cOtherFileVar2.
11585 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
11586
11587 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11588
11589 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
11590 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
11591 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
11592 (print ::C::cOtherFileVar)
11593 (whatis C::OtherFileClass::cOtherFileClassType)
11594 (whatis ::C::OtherFileClass::cOtherFileClassType)
11595 (print C::OtherFileClass::cOtherFileClassVar)
11596 (print ::cOtherFileClassVar)
11597 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
11598 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
11599 trailing content.
11600 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
11601 (C::OtherFileClass::cOtherFileClassVar)
11602 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
11603 (C::cOtherFileVar, C::cOtherFileVar_use): New.
11604
11605 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11606
11607 Test PR c++/11703 and PR gdb/1448.
11608 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
11609 gdb/1448.
11610
11611 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11612
11613 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
11614 (main) <rtti_data>: New.
11615 * gdb.cp/virtbase.exp (print rtti_data): New.
11616
11617 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11618 Joel Brobecker <brobecker@adacore.com>
11619
11620 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
11621
11622 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11623
11624 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
11625
11626 2010-06-28 Doug Evans <dje@google.com>
11627
11628 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
11629
11630 2010-06-27 Doug Evans <dje@google.com>
11631
11632 * gdb.cp/m-static.exp: Update expected test output.
11633
11634 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
11635
11636 * gdb.gdb/selftest.exp: Adjust expected message for
11637 capturing start-up runtime.
11638
11639 2010-06-25 Tom Tromey <tromey@redhat.com>
11640
11641 PR python/10808:
11642 * gdb.python/python.exp: Add new tests.
11643
11644 2010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
11645
11646 * gdb.cp/operator.cc: Created an import loop.
11647 * gdb.cp/operator.exp: Added testcase for import loop.
11648
11649 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11650
11651 Test PR python/11407.
11652 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
11653 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
11654 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
11655 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
11656 executable_nofb and executable_fb. New variables srcsfile, objsfile,
11657 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
11658 binfile. Call gdb_compile with clean_restart twice.
11659 (func_nofb print, func_nofb backtrace, func_loopfb print)
11660 (func_loopfb backtrace): New.
11661
11662 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11663
11664 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
11665 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
11666 by a hand made one.
11667 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
11668 i?86 requirement. Remove variables srcfile and binfile. New variable
11669 sources, executable_nofb and executable_fb. Call prepare_for_testing.
11670
11671 2010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11672
11673 * gdb.cell/dwarfaddr.exp: New file.
11674 * gdb.cell/dwarfaddr.S: New file.
11675
11676 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11677
11678 Test PR 9436.
11679 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
11680
11681 2010-06-24 Hui Zhu <teawater@gmail.com>
11682
11683 * gdb.base/eval.exp: New file.
11684
11685 2010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11686
11687 * gdb.cell/fork.exp: New file.
11688 * gdb.cell/fork.c: Likewise.
11689 * gdb.cell/fork-spu.c: Likewise.
11690
11691 2010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
11692
11693 * lib/gdb.exp (banned_variables_traced): New global variable.
11694 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
11695 (gdb_init): Use `trace add variable' instead of obsolete
11696 `trace variable'.
11697
11698 2010-06-21 Doug Evans <dje@google.com>
11699
11700 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
11701
11702 2010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11703
11704 * gdb.arch/spu-ls.exp: New file.
11705 * gdb.arch/spu-ls.c: Likewise.
11706
11707 2010-06-18 Stan Shebs <stan@codesourcery.com>
11708
11709 * gdb.threads/thread-specific.exp: Add tests of $_thread.
11710
11711 2010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11712
11713 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
11714 * gdb.base/watch-cond.exp: Likewise.
11715 * gdb.python/py-breakpoint.exp: Likewise.
11716
11717 2010-06-18 Pedro Alves <pedro@codesourcery.com>
11718
11719 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
11720 clean_restart, make sure every test has a distinct message, and
11721 that messages don't include the executable' full path.
11722
11723 2010-06-17 Doug Evans <dje@google.com>
11724
11725 * gdb.arch/i386-size.exp: Updated expected output for
11726 DISASSEMBLY_OMIT_FNAME.
11727
11728 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11729 Sergio Durigan Junior <sergiodj@redhat.com>
11730
11731 * gdb.base/watch-notconst.c: New file.
11732 * gdb.base/watch-notconst.S: New file.
11733 * gdb.base/watch-notconst2.c: New file.
11734 * gdb.base/watch-notconst2.S: New file.
11735 * gdb.base/watch-notconst.exp: New file.
11736 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
11737 (func4): Add operations on `global_ptr_ptr'.
11738 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
11739 routine to test watchpoints created with a constant expression.
11740 (test_inaccessible_watchpoint): Include tests for watchpoints
11741 created with a constant expression.
11742
11743 2010-06-14 Kevin Buettner <kevinb@redhat.com>
11744
11745 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
11746 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
11747 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
11748 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
11749 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
11750 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
11751 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
11752 of `_start'.
11753
11754 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11755
11756 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
11757 not supported on the target.
11758 * gdb.mi/mi-nonstop-exit.exp: Likewise.
11759 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
11760 * gdb.mi/mi-nsintrall.exp: Likewise.
11761 * gdb.mi/mi-nsmoribund.exp: Likewise.
11762 * gdb.mi/mi-nsthrexec.exp: Likewise.
11763
11764 2010-06-11 Stan Shebs <stan@codesourcery.com>
11765
11766 * gdb.base/permissions.exp: New file.
11767
11768 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11769
11770 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
11771 does not support ELF executable class.
11772
11773 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11774
11775 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
11776
11777 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11778
11779 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
11780 (runto): Catch "The target does not support running in non-stop mode.".
11781
11782 2010-06-11 Michael Snyder <msnyder@vmware.com>
11783
11784 * gdb.base/setshow.exp (set language asm): Don't use
11785 gdb_test_no_output, fails on some targets.
11786
11787 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11788
11789 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
11790 * gdb.cp/pr9167.exp: Likewise.
11791
11792 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11793
11794 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
11795
11796 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11797
11798 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
11799
11800 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11801
11802 * gdb.base/charset.c (main): Make sure malloc gets linked in.
11803
11804 2010-06-11 Tom Tromey <tromey@redhat.com>
11805
11806 PR gdb/9977, PR exp/11636::
11807 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
11808 (pieces_test_f6): Update expected output.
11809
11810 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11811
11812 * gdb.base/moribund-step.exp: New.
11813
11814 2010-06-08 Michael Snyder <msnyder@vmware.com>
11815
11816 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
11817 * gdb.ada/boolean_expr.exp:
11818 * gdb.ada/frame_args.exp: Ditto.
11819 * gdb.ada/lang_switch.exp: Ditto.
11820 * gdb.ada/ptype_arith_binop.exp: Ditto.
11821 * gdb.ada/ref_param.exp: Ditto.
11822 * gdb.ada/type_coercion.exp:Ditto.
11823
11824 * gdb.asm/asm-source.exp: Ditto.
11825
11826 * gdb.base/attach.exp: Ditto.
11827 * gdb.base/bitfields2.exp: Ditto.
11828 * gdb.base/call-signal-resume.exp: Ditto.
11829 * gdb.base/callfuncs.exp: Ditto.
11830 * gdb.base/commands.exp: Ditto.
11831 * gdb.base/dbx.exp: Ditto.
11832 * gdb.base/default.exp: Ditto.
11833 * gdb.base/dump.exp: Ditto.
11834 * gdb.base/exprs.exp: Ditto.
11835 * gdb.base/freebpcmd.exp: Ditto.
11836 * gdb.base/interrupt.exp: Ditto.
11837 * gdb.base/list.exp: Ditto.
11838 * gdb.base/long_long.exp: Ditto.
11839 * gdb.base/maint.exp: Ditto.
11840 * gdb.base/ptype.exp: Ditto.
11841 * gdb.base/return.exp: Ditto.
11842 * gdb.base/setshow.exp: Ditto.
11843 * gdb.base/sigbpt.exp: Ditto.
11844 * gdb.base/sigrepeat.exp: Ditto.
11845
11846 * gdb.cp/classes.exp: Ditto.
11847
11848 * gdb.dwarf2/dw2-restore.exp: Ditto.
11849
11850 * gdb.gdb/selftest.exp: Ditto.
11851
11852 * gdb.multi/base.exp: Ditto.
11853 * gdb.multi/bkpt-multi-exec.exp: Ditto.
11854
11855 * gdb.python/py-block.exp: Ditto.
11856 * gdb.python/py-prettyprint.exp: Ditto.
11857 * gdb.python/py-template.exp: Ditto.
11858
11859 * gdb.server/ext-attach.exp: Ditto.
11860 * gdb.server/ext-run.exp: Ditto.
11861 * gdb.server/server-mon.exp: Ditto.
11862
11863 * gdb.threads/fork-thread-pending.exp: Ditto.
11864 * gdb.threads/hand-call-in-threads.exp: Ditto.
11865 * gdb.threads/interrupted-hand-call.exp: Ditto.
11866 * gdb.threads/linux-dp.exp: Ditto.
11867 * gdb.threads/manythreads.exp: Ditto.
11868 * gdb.threads/print-threads.exp: Ditto.
11869 * gdb.threads/pthreads.exp: Ditto.
11870 * gdb.threads/schedlock.exp: Ditto.
11871 * gdb.threads/thread-unwindonsignal.exp: Ditto.
11872 * gdb.threads/threadapply.exp: Ditto.
11873
11874 2010-06-08 Michael Snyder <msnyder@vmware.com>
11875
11876 * gdb.ada/exec_changed.exp:
11877 Use ".*" instead of "" as wildcard regexp.
11878
11879 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
11880 * gdb.base/call-ar-st.exp: Ditto.
11881 * gdb.base/checkpoint.exp: Ditto.
11882 * gdb.base/default.exp: Ditto.
11883 * gdb.base/dump.exp: Ditto.
11884 * gdb.base/ending-run.exp: Ditto.
11885 * gdb.base/fileio.exp: Ditto.
11886 * gdb.base/miscexprs.exp: Ditto.
11887 * gdb.base/pointers.exp: Ditto.
11888 * gdb.base/readline.exp: Ditto.
11889 * gdb.base/reread.exp: Ditto.
11890 * gdb.base/restore.exp: Ditto.
11891 * gdb.base/shlib-call.exp: Ditto.
11892 * gdb.base/valgrind-db-attach.exp: Ditto.
11893 * gdb.base/volatile.exp: Ditto.
11894 * gdb.base/watchpoints.exp: Ditto.
11895
11896 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
11897
11898 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
11899 * gdb.python/py-value.exp: Ditto.
11900
11901 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
11902 * gdb.trace/circ.exp: Ditto.
11903 * gdb.trace/collection.exp: Ditto.
11904 * gdb.trace/packetlen.exp: Ditto.
11905 * gdb.trace/passc-dyn.exp: Ditto.
11906 * gdb.trace/report.exp: Ditto.
11907 * gdb.trace/tfile.exp: Ditto.
11908 * gdb.trace/tfind.exp: Ditto.
11909 * gdb.trace/while-dyn.exp: Ditto.
11910
11911 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11912
11913 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
11914
11915 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11916
11917 Test PR 10640.
11918 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
11919
11920 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
11921
11922 * gdb.cp/koenig.exp: Test for ADL operators.
11923 * gdb.cp/koenig.cc: Added ADL operators.
11924 * gdb.cp/operator.exp: New test.
11925 * gdb.cp/operator.cc: New test.
11926
11927 2010-06-04 Michael Snyder <msnyder@vmware.com>
11928
11929 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
11930 * gdb.base/pending.exp: Ditto.
11931
11932 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
11933
11934 2010-06-04 Doug Evans <dje@google.com>
11935
11936 * gdb.python/py-prettyprint.exp: Add new test for enabled and
11937 disabled printers.
11938 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
11939 (enable_lookup_function): New function.
11940
11941 2010-06-04 Tom Tromey <tromey@redhat.com>
11942
11943 * gdb.python/py-value.exp (test_value_hash): Don't test equality
11944 of hash and id.
11945
11946 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11947
11948 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
11949 newline.
11950 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
11951 (empty verbose non-noisy clear, empty verbose noisy clear)
11952 (empty non-verbose noisy clear): Likewise.
11953
11954 2010-06-03 Michael Snyder <msnyder@vmware.com>
11955
11956 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
11957 * gdb.base/display.exp: Ditto.
11958 * gdb.base/find.exp: Ditto.
11959 * gdb.base/ifelse.exp: Ditto.
11960 * gdb.base/multi-forks.exp: Ditto.
11961 * gdb.base/recurse.exp: Ditto.
11962 * gdb.base/setshow.exp: Ditto.
11963 * gdb.base/value-double-free.exp: Ditto.
11964 * gdb.base/watch-vfork.exp: Ditto.
11965 * gdb.base/watch_thread_num.exp: Ditto.
11966 * gdb.base/watchpoint-solib.exp: Ditto.
11967 * gdb.base/watchpoint.exp: Ditto.
11968 * gdb.base/watchpoints.exp: Ditto.
11969
11970 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
11971 * gdb.cp/overload.exp: Ditto.
11972 * gdb.cp/virtfunc.exp: Ditto.
11973
11974 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
11975
11976 * gdb.reverse/watch-precsave.exp:
11977 Replace gdb_test with gdb_test_no_output.
11978
11979 * gdb.threads/attach-into-signal.exp:
11980 Replace gdb_test with gdb_test_no_output.
11981 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
11982 * gdb.threads/watchthreads.exp: Ditto.
11983 * gdb.threads/watchthreads2.exp: Ditto.
11984
11985 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
11986 * gdb.trace/tfind.exp: Ditto.
11987
11988 2010-06-03 Joel Brobecker <brobecker@adacore.com>
11989
11990 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
11991 successful test if message is the empty string.
11992
11993 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11994
11995 * gdb.fortran/module.exp (stopped language detection): New test.
11996
11997 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11998
11999 Support DW_TAG_module as separate namespaces.
12000 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
12001 gdb.fortran/library-module-lib.f90: New.
12002 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
12003 (print i): Remove.
12004 (continue to breakpoint: i-is-1, print var_i value 1)
12005 (continue to breakpoint: i-is-2, print var_i value 2)
12006 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
12007 (print var_d, print var_i value 14, ptype modmany, complete `modm)
12008 (complete `modmany, complete `modmany`, complete `modmany`var)
12009 (show language, setting breakpoint at module): New tests.
12010 * gdb.fortran/module.f90 (module mod): Remove.
12011 (module mod1, module mod2, module modmany, subroutine sub1)
12012 (subroutine sub2, program module): New.
12013
12014 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12015
12016 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
12017 (print value of rUC, print value of rI, print value of UI): ... here.
12018 * gdb.cp/anon-union.exp (pass): Rename to ...
12019 (print z 2): ... here.
12020
12021 2010-06-02 Michael Snyder <msnyder@vmware.com>
12022
12023 * gdb.trace/actions.exp: Use gdb_test_no_output.
12024 * gdb.trace/circ.exp: Ditto.
12025 * gdb.trace/packetlen.exp: Ditto.
12026 * gdb.trace/save-trace.exp: Ditto.
12027 * gdb.trace/tracecmd.exp: Ditto.
12028 * gdb.trace/tsv.exp: Ditto.
12029
12030 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
12031 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
12032 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
12033 * gdb.threads/manythreads.exp: Ditto.
12034 * gdb.threads/print-threads.exp: Ditto.
12035 * gdb.threads/pthreads.exp: Ditto.
12036 * gdb.threads/schedlock.exp: Ditto.
12037 * gdb.threads/staticthreads.exp: Ditto.
12038 * gdb.threads/thread-specific.exp: Ditto.
12039 * gdb.threads/thread-unwindonsignal.exp: Ditto.
12040 * gdb.threads/threadapply.exp: Ditto.
12041 * gdb.threads/watchthreads.exp: Ditto.
12042 * gdb.threads/watchthreads2.exp: Ditto.
12043
12044 * gdb.python/py-block.exp: Use gdb_test_no_output.
12045 * gdb.python/py-prettyprint.exp: Ditto.
12046 * gdb.python/py-template.exp: Ditto.
12047 * gdb.python/py-value.exp: Ditto.
12048
12049 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
12050 * gdb.reverse/watch-reverse.exp: Ditto.
12051
12052 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
12053 * gdb.server/ext-run.exp: Ditto.
12054
12055 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
12056 * gdb.dwarf2/dw2-compressed.exp: Ditto.
12057 * gdb.dwarf2/dw2-intercu.exp: Ditto.
12058 * gdb.dwarf2/dw2-intermix.exp: Ditto.
12059 * gdb.dwarf2/dw2-producer.exp: Ditto.
12060 * gdb.dwarf2/mac-fileno.exp: Ditto.
12061
12062 * gdb.gdb/observer.exp: Use gdb_test_no_output.
12063 * gdb.gdb/selftest.exp: Ditto.
12064
12065 * gdb.multi/base.exp: Use gdb_test_no_output.
12066
12067 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
12068
12069 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12070
12071 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
12072
12073 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
12074
12075 * gdb.cp/class2.exp: Use gdb_test_no_output.
12076 * gdb.cp/classes.exp: Ditto.
12077 * gdb.cp/extern-c.exp: Ditto.
12078 * gdb.cp/inherit.exp: Ditto.
12079 * gdb.cp/maint.exp: Ditto.
12080 * gdb.cp/mb-inline.exp: Ditto.
12081 * gdb.cp/mb-templates.exp: Ditto.
12082 * gdb.cp/method2.exp: Ditto.
12083 * gdb.cp/misc.exp: Ditto.
12084 * gdb.cp/ovldbreak.exp: Ditto.
12085 * gdb.cp/punctuator.exp: Ditto.
12086 * gdb.cp/templates.exp: Ditto.
12087 * gdb.cp/virtbase.exp: Ditto.
12088
12089 * gdb.threads/attach-stopped.exp:
12090 Replace uses of send_gdb / gdb_expect.
12091 * gdb.threads/attachstop-mt.exp:
12092 Replace uses of send_gdb / gdb_expect.
12093 * gdb.threads/gcore-thread.exp:
12094 Replace uses of send_gdb / gdb_expect.
12095 * gdb.threads/hand-call-in-threads.exp:
12096 Replace uses of send_gdb / gdb_expect.
12097 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
12098 * gdb.threads/print-threads.exp:
12099 Replace uses of send_gdb / gdb_expect.
12100 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
12101 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
12102 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
12103
12104 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
12105 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
12106 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
12107 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
12108 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
12109 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
12110 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
12111 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
12112 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
12113 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
12114 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
12115
12116 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12117
12118 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
12119
12120 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
12121
12122 * gdb.cp/koenig.exp: Added new test case.
12123 * gdb.cp/koenig.cc: Ditto.
12124
12125 2010-06-01 Michael Snyder <msnyder@vmware.com>
12126
12127 * gdb.base/arithmet.exp: Use gdb_test_no_output.
12128 * gdb.base/arrayidx.exp: Ditto.
12129 * gdb.base/attach.exp: Ditto.
12130 * gdb.base/auxv.exp: Ditto.
12131 * gdb.base/bigcre.exp: Ditto.
12132 * gdb.base/break-always.exp: Ditto.
12133 * gdb.base/break-interp.exp: Ditto.
12134 * gdb.base/break.exp: Ditto.
12135 * gdb.base/breakpoint-shadow.exp: Ditto.
12136 * gdb.base/call-ar-st.exp: Ditto.
12137 * gdb.base/call-sc.exp: Ditto.
12138 * gdb.base/call-signal-resume.exp: Ditto.
12139 * gdb.base/callfuncs.exp: Ditto.
12140 * gdb.base/catch-syscall.exp: Ditto.
12141 * gdb.base/charset.exp: Ditto.
12142 * gdb.base/code-expr.exp: Ditto.
12143 * gdb.base/commands.exp: Ditto.
12144 * gdb.base/cond-expr.exp: Ditto.
12145 * gdb.base/condbreak.exp: Ditto.
12146 * gdb.base/cursal.exp: Ditto.
12147 * gdb.base/cvexpr.exp: Ditto.
12148 * gdb.base/default.exp: Ditto.
12149 * gdb.base/del.exp: Ditto.
12150 * gdb.base/detach.exp: Ditto.
12151 * gdb.base/display.exp: Ditto.
12152 * gdb.base/ena-dis-br.exp: Ditto.
12153 * gdb.base/eval-skip.exp: Ditto.
12154 * gdb.base/foll-fork.exp: Ditto.
12155 * gdb.base/foll-vfork.exp: Ditto.
12156 * gdb.base/frame-args.exp: Ditto.
12157 * gdb.base/funcargs.exp: Ditto.
12158 * gdb.base/gcore-buffer-overflow.exp: Ditto.
12159 * gdb.base/gdbvars.exp: Ditto.
12160 * gdb.base/help.exp: Ditto.
12161 * gdb.base/ifelse.exp: Ditto.
12162 * gdb.base/included.exp: Ditto.
12163 * gdb.base/list.exp: Ditto.
12164 * gdb.base/macscp.exp: Ditto.
12165 * gdb.base/maint.exp: Ditto.
12166 * gdb.base/multi-fork.exp: Ditto.
12167 * gdb.base/overlays.exp: Ditto.
12168 * gdb.base/page.exp: Ditto.
12169 * gdb.base/pending.exp: Ditto.
12170 * gdb.base/pointers.exp: Ditto.
12171 * gdb.base/pr11022.exp: Ditto.
12172 * gdb.base/prelink.exp: Ditto.
12173 * gdb.base/printcmds.exp: Ditto.
12174 * gdb.base/psymtab.exp: Ditto.
12175 * gdb.base/randomize.exp: Ditto.
12176 * gdb.base/relational.exp: Ditto.
12177 * gdb.base/relocate.exp: Ditto.
12178 * gdb.base/remote.exp: Ditto.
12179 * gdb.base/sepdebug.exp: Ditto.
12180 * gdb.base/set-lang-auto.exp: Ditto.
12181 * gdb.base/setshow.exp: Ditto.
12182 * gdb.base/setvar.exp: Ditto.
12183 * gdb.base/signals.exp: Ditto.
12184 * gdb.base/signull.exp: Ditto.
12185 * gdb.base/sigstep.exp: Ditto.
12186 * gdb.base/sizeof.exp: Ditto.
12187 * gdb.base/solib-disc.exp: Ditto.
12188 * gdb.base/store.exp: Ditto.
12189 * gdb.base/structs.exp: Ditto.
12190 * gdb.base/structs2.exp: Ditto.
12191 * gdb.base/subst.exp: Ditto.
12192 * gdb.base/term.exp: Ditto.
12193 * gdb.base/trace-commands.exp: Ditto.
12194 * gdb.base/unwindonsignal.exp: Ditto.
12195 * gdb.base/valgrind-db-attach.exp: Ditto.
12196 * gdb.base/varargs.exp: Ditto.
12197 * gdb.base/watch-cond.exp: Ditto.
12198 * gdb.base/watch_thread_num.exp: Ditto.
12199 * gdb.base/watchpoint-cond-gone.exp: Ditto.
12200 * gdb.base/watchpoint.exp: Ditto.
12201 * gdb.base/whatis-exp.exp: Ditto.
12202
12203 2010-06-01 Michael Snyder <msnyder@vmware.com>
12204
12205 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
12206 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
12207 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
12208 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
12209 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
12210 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
12211 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
12212 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
12213 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
12214 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
12215 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
12216 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
12217 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
12218 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
12219 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
12220
12221 2010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12222
12223 * gdb.base/commands.exp (begin commands on watch): Remove excessive
12224 trailing newline.
12225 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
12226 * gdb.java/jmisc.exp (p *args\n): Rename to ...
12227 (p *args): ... here and remove excessive trailing newline.
12228
12229 2010-05-31 Joel Brobecker <brobecker@adacore.com>
12230
12231 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
12232
12233 2010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
12234
12235 Accept the new Linux kernel "t (tracing stop)" string.
12236 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
12237 Update comment.
12238 (state_wait) <T (tracing stop)>: New.
12239 (main): Update the state_wait expect string.
12240
12241 2010-05-28 Pedro Alves <pedro@codesourcery.com>
12242
12243 * limits.c, limits.exp: Delete files.
12244 * Makefile.in (clean mostlyclean): Adjust.
12245 * tracecmd.exp: Adjust.
12246
12247 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12248
12249 * gdb.base/tui-layout.exp: New.
12250
12251 2010-05-28 Michael Snyder <msnyder@vmware.com>
12252
12253 * gdb.reverse/break-precsave.exp:
12254 Replace uses of send_gdb / gdb_expect.
12255 * gdb.reverse/break-reverse.exp:
12256 Replace uses of send_gdb / gdb_expect.
12257 * gdb.reverse/consecutive-precsave.exp:
12258 Replace uses of send_gdb / gdb_expect.
12259 * gdb.reverse/consecutive-reverse.exp:
12260 Replace uses of send_gdb / gdb_expect.
12261 * gdb.reverse/finish-precsave.exp:
12262 Replace uses of send_gdb / gdb_expect.
12263 * gdb.reverse/finish-reverse.exp:
12264 Replace uses of send_gdb / gdb_expect.
12265 * gdb.reverse/i386-precsave.exp:
12266 Replace uses of send_gdb / gdb_expect.
12267 * gdb.reverse/i386-reverse.exp:
12268 Replace uses of send_gdb / gdb_expect.
12269 * gdb.reverse/i386-sse-reverse.exp:
12270 Replace uses of send_gdb / gdb_expect.
12271 * gdb.reverse/i387-env-reverse.exp:
12272 Replace uses of send_gdb / gdb_expect.
12273 * gdb.reverse/i387-stack-reverse.exp:
12274 Replace uses of send_gdb / gdb_expect.
12275 * gdb.reverse/machinestate-precsave.exp:
12276 Replace uses of send_gdb / gdb_expect.
12277 * gdb.reverse/machinestate.exp:
12278 Replace uses of send_gdb / gdb_expect.
12279 * gdb.reverse/sigall-precsave.exp:
12280 Replace uses of send_gdb / gdb_expect.
12281 * gdb.reverse/sigall-reverse.exp:
12282 Replace uses of send_gdb / gdb_expect.
12283 * gdb.reverse/solib-precsave.exp:
12284 Replace uses of send_gdb / gdb_expect.
12285 * gdb.reverse/solib-reverse.exp:
12286 Replace uses of send_gdb / gdb_expect.
12287 * gdb.reverse/step-precsave.exp:
12288 Replace uses of send_gdb / gdb_expect.
12289 * gdb.reverse/step-reverse.exp:
12290 Replace uses of send_gdb / gdb_expect.
12291 * gdb.reverse/until-precsave.exp:
12292 Replace uses of send_gdb / gdb_expect.
12293 * gdb.reverse/until-reverse.exp:
12294 Replace uses of send_gdb / gdb_expect.
12295 * gdb.reverse/watch-precsave.exp:
12296 Replace uses of send_gdb / gdb_expect.
12297 * gdb.reverse/watch-reverse.exp:
12298 Replace uses of send_gdb / gdb_expect.
12299
12300 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12301
12302 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
12303 excessive newline.
12304
12305 2010-05-27 Michael Snyder <msnyder@vmware.com>
12306
12307 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
12308 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
12309 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
12310 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
12311 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
12312 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
12313 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
12314 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
12315 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
12316 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
12317 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
12318 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
12319 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
12320 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
12321 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
12322 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
12323 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
12324 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
12325 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
12326
12327 2010-05-26 Michael Snyder <msnyder@vmware.com>
12328
12329 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
12330 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
12331
12332 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
12333 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
12334 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
12335
12336 * gdb.reverse/consecutive-reverse.exp:
12337 Replace uses of send_gdb / gdb_expect.
12338 * gdb.reverse/consecutive-precsave.exp:
12339 Replace uses of send_gdb / gdb_expect.
12340
12341 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
12342 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
12343 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
12344 * gdb.mi/mi-ns-stale-regcache.exp:
12345 Replace uses of send_gdb / gdb_expect.
12346 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
12347 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
12348 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
12349 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
12350 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
12351 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
12352 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
12353 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
12354 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
12355
12356 2010-05-26 Michael Snyder <msnyder@vmware.com>
12357
12358 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
12359
12360 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
12361
12362 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
12363 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
12364 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
12365 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
12366 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
12367 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
12368 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
12369 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
12370 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
12371
12372 2010-05-25 Tom Tromey <tromey@redhat.com>
12373
12374 * gdb.base/macscp.exp: Add missing space after setup_kfail.
12375
12376 2010-05-25 Tom Tromey <tromey@redhat.com>
12377
12378 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
12379 argument order.
12380 * gdb.base/macscp.exp: Fix setup_kfail argument order.
12381 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
12382 order.
12383 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
12384 order.
12385 * gdb.base/call-sc.exp (setup_kfails): Remove.
12386 (setup_compiler_kfails): Remove.
12387 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
12388 argument order.
12389 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
12390 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
12391 (advancei): Fix setup_kfail argument order.
12392 * gdb.base/radix.exp: Fix setup_kfail argument order.
12393 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
12394 order.
12395 * gdb.base/structs.exp (setup_kfails): Remove.
12396 (setup_compiler_kfails): Fix setup_kfail argument order.
12397 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
12398 order.
12399 * gdb.java/jmain.exp: Fix setup_kfail argument order.
12400 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
12401 setup_kfail argument order.
12402 * gdb.cp/overload.exp: Fix setup_kfail argument order.
12403
12404 2010-05-25 Tom Tromey <tromey@redhat.com>
12405
12406 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
12407
12408 2010-05-25 Michael Snyder <msnyder@vmware.com>
12409
12410 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
12411 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
12412 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
12413 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
12414 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
12415 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
12416 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
12417 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
12418 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
12419 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
12420 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
12421 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
12422 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
12423 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
12424 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
12425 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
12426 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
12427 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
12428 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
12429 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
12430 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
12431 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
12432 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
12433 * gdb.base/default.exp: Replace send_gdb with gdb_test.
12434 * gdb.base/define.exp: Replace send_gdb with gdb_test.
12435 * gdb.base/display.exp: Replace send_gdb with gdb_test.
12436 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
12437 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
12438 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
12439 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
12440 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
12441 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
12442 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
12443 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
12444 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
12445 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
12446 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
12447 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
12448 * gdb.base/help.exp: Replace send_gdb with gdb_test.
12449 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
12450 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
12451 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
12452 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
12453 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
12454 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
12455 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
12456 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
12457 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
12458
12459 2010-05-25 Doug Evans <dje@google.com>
12460
12461 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
12462 gdb.string_to_argv.
12463
12464 2010-05-21 Tom Tromey <tromey@redhat.com>
12465
12466 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
12467 Call it.
12468 * gdb.dwarf2/pieces.S: Update.
12469 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
12470
12471 2010-05-21 Tom Tromey <tromey@redhat.com>
12472
12473 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
12474 Call it.
12475 * gdb.dwarf2/pieces.c (struct C): New.
12476 (f6): New function.
12477 * gdb.dwarf2/pieces.S: Replace.
12478
12479 2010-05-21 Tom Tromey <tromey@redhat.com>
12480
12481 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
12482 Call it.
12483
12484 2010-05-21 Tom Tromey <tromey@redhat.com>
12485
12486 * gdb.dwarf2.pieces.exp: New file.
12487 * gdb.dwarf2.pieces.S: New file.
12488 * gdb.dwarf2.pieces.c: New file.
12489
12490 2010-05-20 Pedro Alves <pedro@codesourcery.com>
12491 Joel Brobecker <brobecker@adacore.com>
12492
12493 * lib/gdb.exp (gdb_test_no_output): New function.
12494 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
12495 when testing commands that should produce no output.
12496
12497 2010-05-17 Joel Brobecker <brobecker@adacore.com>
12498
12499 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
12500 parameter that we want to watch being a constant.
12501
12502 2010-05-17 Joel Brobecker <brobecker@adacore.com>
12503
12504 * gdb.ada/cond_lang: New testcase.
12505
12506 2010-05-17 Joel Brobecker <brobecker@adacore.com>
12507
12508 * lib/gdb.exp (banned_variables): New variable/constant.
12509 (gdb_init): Add write trace on variables listed in banned_variables.
12510 (gdb_finish): Remove write traces on variables listed in
12511 banned_variables.
12512
12513 2010-05-17 Joel Brobecker <brobecker@adacore.com>
12514
12515 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
12516 * gdb.cp/koenig.exp: Likewise.
12517
12518 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
12519
12520 PR python/11482
12521
12522 * gdb.python/py-value.exp (test_value_hash): New function.
12523
12524 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
12525
12526 PR exp/11530.
12527 * gdb.base/gdb11530.c: New file.
12528 * gdb.base/gdb11530.exp: New file.
12529
12530 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12531
12532 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
12533 * gdb.dwarf2/dw2-modula2-self-type.S: New.
12534
12535 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
12536
12537 * gdb.cp/koenig.exp: New test.
12538 * gdb.cp/koenig.cc: New test program.
12539
12540 2010-05-05 Joel Brobecker <brobecker@adacore.com>
12541
12542 Remove the use of prms_id and bug_id throughout the testsuite.
12543
12544 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
12545
12546 PR exp/11349.
12547 * testsuite/gdb.cp/ref-types.exp: Add test to examine
12548 use a reference local variable.
12549
12550 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12551
12552 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
12553 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
12554 variable different_dir. Move debugfile into a full directory pathname
12555 under DIFFERENT_DIR.
12556 * lib/gdb.exp (separate_debug_filename): Remove.
12557 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
12558 variable debug_dir and mkdir of it. Update function comments.
12559
12560 2010-04-29 Pedro Alves <pedro@codesourcery.com>
12561
12562 PR gdb/11557
12563
12564 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
12565 files.
12566
12567 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
12568
12569 * gdb.python/py-param.exp: New File.
12570
12571 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
12572
12573 * gdb.base/default.exp: Fix "set language" test.
12574
12575 2010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
12576
12577 PR breakpoints/11531.
12578 * gdb.base/gdb11531.c: New file.
12579 * gdb.base/gdb11531.exp: New file.
12580
12581 2010-04-26 Tom Tromey <tromey@redhat.com>
12582
12583 * gdb.base/completion.exp: Add tests for completion and deprecated
12584 commands.
12585
12586 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12587
12588 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
12589 (print /x char_array): Escape curly brackets.
12590
12591 2010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12592
12593 Fix deadlock on looped list of loaded shared objects.
12594 * gdb.base/solib-corrupted.exp: New.
12595
12596 2010-04-23 Doug Evans <dje@google.com>
12597
12598 * gdb.python/py-section-script.c: New file.
12599 * gdb.python/py-section-script.exp: New file.
12600 * gdb.python/py-section-script.py: New file.
12601
12602 2010-04-20 Chris Moller <cmoller@redhat.com>
12603
12604 PR 10179
12605
12606 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
12607 * gdb.base/pr10179-a.c:
12608 * gdb.base/pr10179-b.c:
12609 * gdb.base/pr10179.exp: New files.
12610
12611 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12612
12613 Fix crashes on dangling display expressions.
12614 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
12615 is SEP.
12616 (lib_flags): Remove the "debug" keyword.
12617 (libsepdebug): New variable for iterating new loop.
12618 (save_pf_prefix): New variable wrapping the loop.
12619 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
12620 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
12621
12622 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
12623
12624 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
12625
12626 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
12627
12628 PR stabs/11479.
12629 * gdb.stabs/gdb11479.exp: New file.
12630 * gdb.stabs/gdb11479.c: New file.
12631
12632 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
12633
12634 * gdb.base/charset.c (Strin16, String32): New variables.
12635 * gdb.base/charset.exp (gdb_test): Test correct display
12636 of 16 or 32 bit strings.
12637
12638 2010-04-21 Chris Moller <cmoller@redhat.com>
12639
12640 PR 9167
12641 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
12642 * gdb.cp/pr9167.cc: New file.
12643 * gdb.cp/pr9167.exp: New file.
12644
12645
12646 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
12647
12648 PR pascal/11492.
12649 * gdb.pascal/gdb11492.pas: New file.
12650 * gdb.pascal/gdb11492.exp: New file.
12651
12652 2010-04-20 Joel Brobecker <brobecker@adacore.com>
12653
12654 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
12655
12656 2010-04-20 Joel Brobecker <brobecker@adacore.com>
12657
12658 * gdb.ada/dyn_loc: New testcase.
12659
12660 2010-04-20 Chris Moller <cmoller@redhat.com>
12661
12662 PR 10867
12663
12664 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
12665 * gdb.cp/pr10687.cc: New file.
12666 * gdb.cp/pr10687.exp: New file.
12667
12668
12669 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12670 Sergio Durigan Junior <sergiodj@redhat.com>
12671
12672 * gdb.fortran/logical.exp: New testcase.
12673 * gdb.fortran/logical.f90: New file.
12674
12675 2010-04-19 Doug Evans <dje@google.com>
12676
12677 * gdb.base/help.exp (help source): Update expected output.
12678
12679 2010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12680
12681 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
12682 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
12683 gdb_exit and return.
12684 (executable): New variable.
12685 (binfile): Use it.
12686
12687 2010-04-19 Pedro Alves <pedro@codesourcery.com>
12688
12689 PR breakpoints/8554.
12690
12691 * gdb.trace/save-trace.exp: Adjust.
12692
12693 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
12694
12695 PR corefiles/11511
12696 * gdb.arch/system-gcore.exp: New.
12697 * gdb.arch/gcore.c: Likewise.
12698
12699 2010-04-15 Doug Evans <dje@google.com>
12700
12701 * gdb.python/py-progspace.c: New file.
12702 * gdb.python/py-progspace.exp: New file.
12703
12704 * gdb.base/source.exp: Add tests for "source -s".
12705
12706 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
12707
12708 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
12709 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
12710 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
12711 * gdb.python/py-mi.exp: New test for to_string returning None.
12712
12713 2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
12714
12715 * gdb.python/py-breakpoint.c: Make result global.
12716
12717 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12718
12719 Fix non-GNU make compatibility.
12720 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
12721
12722 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
12723
12724 * gdb.python/py-breakpoint.exp: New File.
12725 * gdb.python/py-breakpoint.C: Ditto.
12726
12727 2010-04-08 Stan Shebs <stan@codesourcery.com>
12728
12729 * gdb.trace/actions.exp: Clear default-collect.
12730 * gdb.trace/save-trace.exp: Clear default-collect.
12731
12732 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
12733
12734 * gdb.python/py-value: Add null string variable.
12735 (test_lazy_string): Test zero length, NULL address lazy
12736 strings.
12737
12738 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
12739
12740 * gdb.arch/i386-avx.c: New.
12741 * gdb.arch/i386-avx.exp: Likewise.
12742
12743 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
12744
12745 2010-04-06 Doug Evans <dje@google.com>
12746
12747 * gdb.base/source-test.gdb: New file.
12748 * gdb.base/source.exp: Test source -v.
12749
12750 2010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12751
12752 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
12753
12754 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
12755
12756 * gdb.stabs/aout.sed: Convert all backslash to double backslash
12757 within one line, unless it is followed by a double quote.
12758 * gdb.stabs/hppa.sed: Idem.
12759 * gdb.stabs/weird.def: Add char and String constants
12760 * gdb.stabs/weird.exp: Check for correct parsing of
12761 char and string constants.
12762 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
12763 in .stabs to .stabx substitution.
12764
12765 2010-04-05 Stan Shebs <stan@codesourcery.com>
12766
12767 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
12768 constant global.
12769 * gdb.trace/tfile.exp: Try to print them.
12770
12771 2010-04-04 Stan Shebs <stan@codesourcery.com>
12772
12773 * gdb.base/completion.exp: Update for new "info watchpoints".
12774 * gdb.base/default.exp: Ditto.
12775 * gdb.base/help.exp: Ditto.
12776 * gdb.base/watchpoint.exp: Ditto.
12777 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
12778
12779 2010-04-04 Stan Shebs <stan@codesourcery.com>
12780
12781 * gdb.trace/tfile.exp: Sharpen tfind test.
12782
12783 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12784
12785 * gdb.base/break-entry.exp: New.
12786
12787 2010-04-02 Hui Zhu <teawater@gmail.com>
12788 Michael Snyder <msnyder@vmware.com>
12789
12790 * gdb.reverse/i386-sse-reverse.exp: New file.
12791 * gdb.reverse/i386-sse-reverse.c: New file.
12792
12793 2010-04-02 Pedro Alves <pedro@codesourcery.com>
12794
12795 * gdb.trace/tfind.exp: Adjust expected disassembly output.
12796
12797 2010-04-01 Stan Shebs <stan@codesourcery.com>
12798
12799 * gdb.trace/actions.exp: Tweak expected output.
12800 * gdb.trace/while-stepping.exp: Tweak expected output.
12801
12802 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
12803
12804 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
12805
12806 2010-04-01 Pedro Alves <pedro@codesourcery.com>
12807
12808 * gdb.base/commands.exp: Adjust.
12809 * gdb.cp/extern-c.exp: Adjust.
12810
12811 2010-04-01 Pedro Alves <pedro@codesourcery.com>
12812
12813 * gdb.trace/collection.c (local_test_func): Define a local struct,
12814 and instanciate it.
12815
12816 2010-04-01 Pedro Alves <pedro@codesourcery.com>
12817
12818 * gdb.trace/collection.exp (gdb_collect_args_test)
12819 (gdb_collect_argarray_test): XFAIL the tests that assume the
12820 argarray argument's elements are collected.
12821
12822 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
12823
12824 * gdb.dwarf2/dw2-bad-parameter-type.exp,
12825 gdb.dwarf2/dw2-bad-parameter-type.S: New.
12826
12827 2010-03-31 Stan Shebs <stan@codesourcery.com>
12828
12829 * gdb.trace/save-trace.exp: Test save/restore of default-collect
12830 and tracepoint conditionals.
12831 (gdb_verify_tracepoints): Delete unused return.
12832
12833 2010-03-26 Keith Seitz <keiths@redhat.com>
12834
12835 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
12836 appear in the output before main.
12837 Remove KFAIL for gdb/2215 aka bz 9320.
12838
12839 2010-03-30 Doug Evans <dje@google.com>
12840
12841 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
12842 by dejagnu.
12843 * gdb.arch/amd64-dword.exp: Ditto.
12844
12845 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
12846 match.
12847 (break printf): Ditto.
12848
12849 2010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
12850
12851 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
12852 gcc < 4.4.
12853 * gdb.cp/shadow.exp: Ditto.
12854
12855 2010-03-29 Pedro Alves <pedro@codesourcery.com>
12856
12857 * gdb.trace/collection.exp (run_trace_experiment): Make sure
12858 "tstart" is silent.
12859
12860 2010-03-29 Pedro Alves <pedro@codesourcery.com>
12861
12862 * gdb.trace/collection.exp (executable): New.
12863 (binfile): Use it.
12864 (fpreg, spreg, pcreg): New.
12865 (test_register): Use gdb_test_multiple. Pass /x to print.
12866 (prepare_for_trace_test): New.
12867 (run_trace_experiment): Use "continue", not gdb_run_cmd.
12868 (gdb_collect_args_test, gdb_collect_argstruct_test)
12869 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
12870 prepare_for_trace_test.
12871 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
12872 fpreg, spreg and pcreg.
12873 (gdb_collect_expression_test, gdb_collect_globals_test): Use
12874 prepare_for_trace_test.
12875 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
12876 try to detect tracing support here. Don't set breakpoints at
12877 `begin' or `end' here.
12878 <global scope>: Use clean_restart. Run to main before checking
12879 for tracing support. Check for for tracing support here.
12880
12881 2010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12882
12883 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
12884 " as $displacement" to "seen displacement message".
12885
12886 2010-03-28 Pedro Alves <pedro@codesourcery.com>
12887
12888 * gdb.trace/while-dyn.exp (executable): New variable.
12889 (binfile): Use it.
12890 (test_while_stepping): New function. Move most tests here. Call
12891 it once for each of the while-stepping, stepping and ws aliases.
12892
12893 2010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12894
12895 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
12896 that do not provide the tagless_struct type name at all.
12897 (test_print_anon_union): Do not check value of uninitialized
12898 union member. Do not use cp_test_ptype_class, so we can accept
12899 "long" as well as "long int".
12900
12901 2010-03-26 Pedro Alves <pedro@codesourcery.com>
12902
12903 * gdb.trace/tfile.c (tohex, bin2hex): New.
12904 (write_error_trace_file): Hexify error description.
12905
12906 2010-03-25 Stan Shebs <stan@codesourcery.com>
12907
12908 * gdb.trace/tfile.c: Generate an additional trace file, improve
12909 portability.
12910 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
12911 files in a better way.
12912
12913 2010-03-25 Keith Seitz <keiths@redhat.com>
12914
12915 * gdb.java/jprint.exp: XFAIL printing of static class members
12916 because of GCC debuginfo problem.
12917
12918 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12919
12920 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
12921
12922 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
12923
12924 * gdb.base/completion.exp: Allow long instead of long int.
12925 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
12926 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
12927 variable p.
12928 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
12929 * gdb.base/pointers.exp: Allow long instead of long int.
12930 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
12931 * gdb.base/step-line.exp: Allow a directory before the source file name.
12932
12933 2010-03-24 Tom Tromey <tromey@redhat.com>
12934
12935 PR breakpoints/9352:
12936 * gdb.base/default.exp: Update.
12937 * gdb.base/commands.exp: Update.
12938 * gdb.cp/extern-c.exp: Test setting commands on multiple
12939 breakpoints at once.
12940
12941 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
12942
12943 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
12944 if gdb,nosignals.
12945 * gdb.base/watchpoints.c: Do not include unnecessary headers.
12946 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
12947 exited".
12948
12949 2010-03-24 Stan Shebs <stan@codesourcery.com>
12950
12951 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
12952
12953 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
12954
12955 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
12956 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
12957 argument. Handle "short" and "long".
12958 (Top level): Pass overprototyped output for old_fptr and xptr.
12959
12960 2010-03-23 Pedro Alves <pedro@codesourcery.com>
12961
12962 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
12963 format strings and add casts to avoid compiler warnings.
12964
12965 2010-03-23 Vladimir Prus <vladimir@codesourcery.com>
12966
12967 * lib/trace-support.exp (gdb_trace_setactions):
12968 Don't expect whitespace after ">" prompt.
12969 * gdb.trace/actions.exp: Adjust for output changes.
12970 * gdb.trace/while-stepping.exp: Likewise.
12971
12972 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12973
12974 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
12975 and r157645).
12976
12977 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12978
12979 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
12980 New.
12981
12982 2010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
12983
12984 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
12985 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
12986
12987 2010-03-19 Stan Shebs <stan@codesourcery.com>
12988
12989 * gdb.trace/ax.exp: New file.
12990
12991 2010-03-19 Doug Evans <dje@google.com>
12992
12993 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
12994 output from gcc.
12995
12996 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
12997 named /usr/sbin/prelink<foo>.
12998
12999 2010-03-18 Stan Shebs <stan@codesourcery.com>
13000
13001 * gdb.trace/circ.exp: Test circular-trace-buffer.
13002 * gdb.trace/tfile.exp: Update tstatus test.
13003
13004 2010-03-18 Joel Brobecker <brobecker@adacore.com>
13005
13006 * gdb.dwarf2/dw2-anonymous-func.S: New file.
13007 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
13008
13009 2010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13010
13011 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
13012
13013 2010-03-18 Pedro Alves <pedro@codesourcery.com>
13014
13015 * gdb.base/default.exp: Adjust the expected output of the finish
13016 and until commands when the inferior is not being run.
13017
13018 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
13019
13020 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
13021 * gdb.cp/nsusing.exp: Ditto.
13022
13023 2010-03-15 Tom Tromey <tromey@redhat.com>
13024
13025 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
13026 * gdb.cp/userdef.cc (operator==): New function.
13027 (main): New locals mem1, mem2.
13028
13029 2010-03-15 Jie Zhang <jie@codesourcery.com>
13030
13031 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
13032 Declare and use new loadtimeout variable.
13033
13034 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
13035
13036 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
13037 Use gdb_load later.
13038
13039 2010-03-14 Pedro Alves <pedro@codesourcery.com>
13040
13041 * gdb.base/solib-disc.c (main): Make format of fprintf a string
13042 literal. Add missing endlines to prints to stderr.
13043
13044 2010-03-12 Tom Tromey <tromey@redhat.com>
13045
13046 PR c++/9708:
13047 * gdb.cp/m-static.exp: Add regression test.
13048 * gdb.cp/m-static.cc (method): New method.
13049 (main): Call it.
13050
13051 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
13052
13053 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
13054 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
13055
13056 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
13057
13058 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
13059
13060 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
13061
13062 * lib/gdb.exp (skip_stl_tests): New.
13063 (gdb_compile): Symbian needs -ldl.
13064 (shlib_target_file): New.
13065 (shlib_symbol_file): New.
13066 (gdb_load_shlibs): Use shlib_target_file.
13067 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
13068 * gdb.cp/exception.exp: Use skip_stl_tests.
13069 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
13070 * gdb.cp/try_catch.exp: Use skip_stl_tests.
13071 * gdb.cp/mb-templates.exp: Ditto.
13072 * gdb.base/commands.exp: Relax regexes.
13073 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
13074 shlib_target_file and shlib_symbol_file.
13075 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
13076 sections.
13077 * gdb.base/ending-run.exp: Accept E32Main for symbian.
13078 * gdb.base/solib-disc.exp: Use
13079 shlib_target_file and shlib_symbol_file.
13080 * gdb.base/unload.exp: Don't skip on symbian. Use
13081 shlib_target_file and shlib_symbol_file.
13082 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
13083
13084 2010-03-12 Pedro Alves <pedro@codesourcery.com>
13085
13086 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
13087 * gdb.trace/report.exp: Adjust for x86 and x86_64.
13088 Issue a tfind end before looking for a tracepoint frame.
13089 * gdb.trace/tfind.exp: Adjust tstatus output.
13090 Adjust disassembly output.
13091 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
13092
13093 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13094
13095 * gdb.base/break-interp.exp: Create new displacement parameter value
13096 for the test_ld calls.
13097 (reach): New parameter displacement, verify its content. New push of
13098 pf_prefix "reach-$func:". Import global expect_out.
13099 (test_core): New parameter displacement, verify its content. New push
13100 of pf_prefix "core:". New command "set verbose on". Import global
13101 expect_out.
13102 (test_attach): New parameter displacement, verify its content. New
13103 push of pf_prefix "attach:". New command "set verbose on". Import
13104 global expect_out.
13105 (test_ld): New parameter displacement, pass it to the reach, test_core
13106 and test_attach calls and verify its content in the "ld.so exit" test.
13107 * gdb.base/prelink.exp: Remove gdb_exit and final return.
13108 (prelink): Update expected text, use gdb_test.
13109
13110 2010-03-10 Doug Evans <dje@google.com>
13111
13112 * gdb.base/checkpoint.exp: Fix comment.
13113 Lengthen timeout while doing >600 checkpoints test.
13114 Rename duplicate "kill all one" test to keep test names unique.
13115
13116 2010-03-10 Pedro Alves <pedro@codesourcery.com>
13117
13118 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
13119
13120 2010-03-08 Keith Seitz <keiths@redhat.com>
13121
13122 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
13123 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
13124 (dm_type_long): New function.
13125 (dm_type_unsigned_short): New function.
13126 (dm_type_unsigned_long): New function.
13127 (myint): New typedef.
13128 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
13129 long, unsigned shor and long, operator char*, and typedef.
13130 (test_lookup_operator_functions): Add operator char* test.
13131 (test_paddr_operator_functions): Likewise.
13132 (test_paddr_overloaded_functions): Use probe values for
13133 short, long, and unsigned short and long.
13134 (test_paddr_hairy_functions): If the demangler probe detected
13135 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
13136 demangler.
13137 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
13138 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
13139 and "print null_pmf".
13140 Add test "ptype a.*pmf".
13141 * gdb.cp/overload.exp: Allow optional "int" to appear with
13142 "short" and "long".
13143 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
13144 long expect value for men_overload1arg.
13145 Allow "int" to appear with "short" and "long".
13146 When testing "info break", add argument for main (void).
13147 Also allow "int" to appear with "short" and "long".
13148 Ditto with "unsigned" and "long long".
13149 * gdb.java/jmain.exp: Do not enclose methods names in single
13150 quotes.
13151 * gdb.java/jmisc.exp: Likewise.
13152 * gdb.java/jprint.exp: Likewise.
13153 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
13154
13155 From Jan Kratochvil <jan.kratochvil@redhat.com>:
13156 * gdb.cp/exception.exp (backtrace after first throw)
13157 (backtrace after second throw): Allow a namespace before __cxa_throw.
13158 (backtrace after first catch, backtrace after second catch): Allow
13159 a namespace before __cxa_begin_catch.
13160
13161 * gdb.cp/cpexprs.exp: New file.
13162 * gdb.cp/cpexprs.cc: New file.
13163
13164 From Daniel Jacobowitz <dan@codesourcery.com>
13165 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
13166 to use string_to_regexp.
13167 (ctor, dtor): New functions. Use them to match constructor
13168 and destructor function types.
13169 (Top level): Use runto_main.
13170
13171 2010-03-05 Tom Tromey <tromey@redhat.com>
13172
13173 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
13174 gdb.target_charset.
13175 (pp_ns.to_string): Likewise.
13176
13177 2010-03-04 Keith Seitz <keiths@redhat.com>
13178
13179 * gdb.cp/overload.exp: Test that the filename portion of a linespec
13180 can be quoted. Test that both the filename and function/line
13181 portions can be quoted at the same time.
13182
13183 2010-03-04 Pedro Alves <pedro@codesourcery.com>
13184
13185 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
13186
13187 2010-03-03 Doug Evans <dje@google.com>
13188
13189 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
13190 libc contains libpthread.
13191
13192 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
13193 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
13194 of gdb_compile. Add another pattern to match android backtrace.
13195
13196 2010-03-03 Tom Tromey <tromey@redhat.com>
13197
13198 PR gdb/11345:
13199 * gdb.base/printcmds.exp (test_printf): Add test.
13200
13201 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
13202
13203 * gdb.arch/amd64-byte.exp: New.
13204 * gdb.arch/amd64-dword.exp: Likewise.
13205 * gdb.arch/amd64-pseudo.c: Likewise.
13206 * gdb.arch/amd64-word.exp: Likewise.
13207 * gdb.arch/i386-byte.exp: Likewise.
13208 * gdb.arch/i386-pseudo.c: Likewise.
13209 * gdb.arch/i386-word.exp: Likewise.
13210
13211 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
13212
13213 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
13214 types. Add structreg, bitfields, and flags registers.
13215 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
13216 registers.
13217
13218 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
13219
13220 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
13221 (load_description): Set architecture if defined.
13222
13223 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
13224
13225 * gdb.python/py-frame.exp: Add read_var block tests.
13226 * gdb.python/py-frame.c (block): New function.
13227
13228 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13229 Daniel Jacobowitz <dan@codesourcery.com>
13230
13231 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
13232
13233 2010-02-25 David S. Miller <davem@davemloft.net>
13234
13235 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
13236 fix logic for setting all_syscalls_numbers.
13237
13238 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
13239
13240 * Makefile.in: Add py-block and py-symbol.
13241 * gdb.python/py-symbol.exp: New File.
13242 * gdb.python/py-symtab.exp: New File.
13243 * gdb.python/py-block.exp: New File.
13244 * gdb.python/py-symbol.c: New File.
13245 * gdb.python/py-block.c: New File.
13246
13247 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
13248
13249 PR python/11314
13250 * lib/gdb.exp (skip_python_tests): New function.
13251 * gdb.python/py-cmd.exp: Use skip_python_tests.
13252 * gdb.python/py-frame.exp: Likewise.
13253 * gdb.python/py-function.exp: Likewise.
13254 * gdb.python/py-prettyprint.exp: Likewise.
13255 * gdb.python/py-template.exp: Likewise.
13256 * gdb.python/py-type.exp: Likewise.
13257 * gdb.python/py-value.exp: Likewise.
13258
13259 2010-02-22 Pedro Alves <pedro@codesourcery.com>
13260
13261 PR9605
13262
13263 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
13264
13265 2010-02-19 Tom Tromey <tromey@redhat.com>
13266
13267 PR c++/8693, PR c++/9496:
13268 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
13269 regression tests.
13270
13271 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13272
13273 Fix compatibility with m68k as.
13274 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
13275 Use only /* comments */.
13276
13277 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13278
13279 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
13280 * configure: Regenerate.
13281
13282 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
13283
13284 * gdb.python/py-type.exp: Check for Python support.
13285
13286 2010-02-17 Pedro Alves <pedro@codesourcery.com>
13287
13288 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
13289 `regsub' syntax available.
13290
13291 2010-02-17 Pedro Alves <pedro@codesourcery.com>
13292
13293 * gdb.base/shmain.c (main): Remove printf call.
13294 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
13295 * gdb.base/unload.c (main): Make format of fprintf a string
13296 literal. Add missing endlines to prints to stderr.
13297 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
13298
13299 2010-02-17 Tom Tromey <tromey@redhat.com>
13300
13301 * gdb.java/jprint.java (jprint.props): New field.
13302 * gdb.java/jprint.exp (set_lang_java): Add regression test.
13303
13304 2010-02-17 Pedro Alves <pedro@codesourcery.com>
13305
13306 * gdb.base/charset.exp: Don't assume new `regsub' syntax
13307 available.
13308
13309 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13310
13311 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
13312 creation to support remote host testing.
13313
13314 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13315
13316 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
13317 Recognize "command not found".
13318
13319 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13320
13321 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
13322 single-stepping.
13323
13324 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13325
13326 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
13327 if arguments are not supported.
13328
13329 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13330
13331 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
13332 be const or non-const.
13333
13334 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13335
13336 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
13337 mi_send_resuming_command to send -exec-continue.
13338
13339 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13340
13341 * gdb.base/list.exp (test_list_filename_and_function): Add test
13342 with single quotes.
13343 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
13344 matching.
13345 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
13346 Add KFAIL'd tests for PR gdb/11289.
13347
13348 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13349
13350 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
13351
13352 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13353
13354 * gdb.base/comp-dir/subdir/dummy.txt: New file.
13355 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
13356 a temporary directory.
13357
13358 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
13359
13360 * gdb.base/charset.exp: Use a single regular expression to match
13361 show host-charset and show target-charset output.
13362
13363 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13364
13365 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
13366 "Illegal process-id" expect string more exact.
13367 (attach to digits-starting nonsense is prohibited): New.
13368
13369 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13370
13371 * gdb.base/prelink.exp (set verbose on): New.
13372
13373 2010-02-12 Tomas Holmberg <th@virtutech.com>
13374
13375 * mi-reverse.exp: New file. Test for reverse option to the
13376 following MI commands: exec-continue, exec-finish, exec-next,
13377 exec-step, exec-next-instruction, exec-step-instruction.
13378
13379 2010-02-09 Joel Brobecker <brobecker@adacore.com>
13380
13381 * gdb.ada/ptype_tagged_param: New testcase.
13382
13383 2010-02-08 Tom Tromey <tromey@redhat.com>
13384
13385 PR c++/8017:
13386 * gdb.cp/overload.exp: Add tests.
13387 * gdb.cp/overload.cc (struct K): New.
13388 (namespace N): New.
13389 (main): Call new functions.
13390 (K::staticoverload): Define.
13391
13392 2010-02-08 Chris Moller <moller@mollerware.com>
13393
13394 PR gdb/10728
13395 * gdb.cp/pr10728-x.h: New file.
13396 * gdb.cp/pr10728-x.cc: New file.
13397 * gdb.cp/pr10728-y.cc: New file.
13398 * gdb.cp/pr10728.exp: New file.
13399 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
13400
13401 2010-02-08 Chris Moller <moller@mollerware.com>
13402
13403 PR gdb/9067
13404 * gdb.cp/pr9067.exp: New
13405 * gdb.cp/pr9067.cc: New
13406 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
13407
13408 2010-02-08 Joel Brobecker <brobecker@adacore.com>
13409
13410 * lib/gdb.exp (gdb_test_timeout): New global variable.
13411 Set it to timeout if not already set.
13412 (gdb_init): Reset the value of timeout to gdb_test_timeout.
13413
13414 2010-02-05 Doug Evans <dje@google.com>
13415
13416 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
13417 user.
13418
13419 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
13420
13421 PR c++/7935:
13422 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
13423
13424 2010-02-04 Tom Tromey <tromey@redhat.com>
13425
13426 * gdb.cp/virtbase.exp: Make test case names unique.
13427
13428 2010-02-02 Tom Tromey <tromey@redhat.com>
13429
13430 * gdb.cp/virtbase.exp: Add regression tests.
13431 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
13432 (main): Instantiate RHC.
13433
13434 2010-02-02 Tom Tromey <tromey@redhat.com>
13435
13436 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
13437 type-printing change.
13438
13439 2010-02-02 Tom Tromey <tromey@redhat.com>
13440
13441 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
13442 * gdb.cp/virtbase.cc: New file.
13443 * gdb.cp/virtbase.exp: New file.
13444 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
13445
13446 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13447
13448 PR libc/11214:
13449 * gdb.threads/current-lwp-dead.c: Include features.h.
13450 (HAS_NOMMU): New.
13451 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
13452
13453 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13454
13455 * gdb.base/symbol-without-target_section.exp,
13456 gdb.base/symbol-without-target_section.c: New.
13457
13458 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
13459
13460 * gdb.base/bigcore.exp: Reset increased timeout.
13461 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
13462
13463 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
13464
13465 * gdb.base/gcore.exp (capture_command_output): Use
13466 gdb_test_multiple.
13467
13468 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
13469
13470 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
13471 * gdb.arch/thumb2-it.exp (test_it_break): New function.
13472 (Top level): Call it.
13473
13474 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
13475
13476 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
13477
13478 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
13479
13480 * gdb.base/call-strs.exp, gdb.base/default.exp,
13481 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
13482 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
13483 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
13484 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
13485 gdb.base/watchpoint-solib.exp: Save and restore timeout.
13486 * gdb.base/ending-run.exp: Correct restore of timeout.
13487 * gdb.base/page.exp: Remove unnecessary timeout setting.
13488
13489 2010-01-29 Joel Brobecker <brobecker@adacore.com>
13490
13491 * gdb.ada/rec_return: New testcase.
13492
13493 2010-01-29 Joel Brobecker <brobecker@adacore.com>
13494
13495 * gdb.ada/call_pn: New testcase.
13496
13497 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
13498
13499 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
13500 (Top level): Use it to resume.
13501 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
13502 the Thumb mode displaced stepping error as unsupported.
13503
13504 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
13505
13506 * gdb.cp/nsusing.exp: Added more tests.
13507 * gdb.cp/nsrecurs.exp: Ditto.
13508 * gdb.cp/nsusing.cc: Added test functions.
13509 * gdb.cp/nsrecurs.cc: Ditto.
13510
13511 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13512
13513 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
13514 absolute directory pathnames in gdb.sum file.
13515
13516 2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
13517
13518 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
13519 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
13520
13521 2010-01-26 Tom Tromey <tromey@redhat.com>
13522
13523 PR exp/7643:
13524 * gdb.base/printcmds.exp (test_print_string_constants): Remove
13525 setup_kfail.
13526
13527 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
13528
13529 * gdb.cp/nsrecurs.exp: New test.
13530 * gdb.cp/nsrecurs.cc: New test program.
13531 * gdb.cp/nsstress.exp: New test.
13532 * gdb.cp/nsstress.cc: New test program.
13533 * gdb.cp/nsdecl.exp: New test.
13534 * gdb.cp/nsdecl.cc: New test program.
13535
13536 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
13537
13538 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
13539 imported into file scope.
13540 Marked test as xfail.
13541 * gdb.cp/namespace-using.cc (marker5): New function.
13542 * gdb.cp/shadow.exp: New test.
13543 * gdb.cp/shadow.cc: New test program.
13544 * gdb.cp/nsimport.exp: New test.
13545 * gdb.cp/nsimport.cc: New test program.
13546
13547 2010-01-25 Tom Tromey <tromey@redhat.com>
13548
13549 PR gdb/11049:
13550 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
13551 with "set print null-stop on".
13552
13553 2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13554
13555 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
13556 Adjust it for DISASSEMBLY_OMIT_FNAME.
13557
13558 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13559
13560 PR symtab/11199:
13561 * gdb.dwarf2/member-ptr-forwardref.exp,
13562 gdb.dwarf2/member-ptr-forwardref.S: New.
13563
13564 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13565
13566 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
13567 (thread1_func): Protect thread1_tid with thread1_tid_cond by
13568 thread1_tid_mutex. Remove gdbstop_mutex handling.
13569 (thread2_func): Protect thread2_tid with thread2_tid_cond by
13570 thread2_tid_mutex. Remove gdbstop_mutex handling.
13571 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
13572 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
13573 pthread_cond_wait conditionalizations by while loops.
13574
13575 2010-01-20 Tom Tromey <tromey@redhat.com>
13576
13577 PR backtrace/10770:
13578 * gdb.dwarf2/pr10770.exp: New file.
13579 * gdb.dwarf2/pr10770.c: New file.
13580 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
13581
13582 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
13583
13584 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
13585 that target was removed, and the test always runs native anyway.
13586
13587 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13588
13589 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
13590 gdb.base/watchpoint-cond-gone-stripped.c: New.
13591
13592 2010-01-19 Tom Tromey <tromey@redhat.com>
13593
13594 PR c++/8000:
13595 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
13596 existing tests.
13597 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
13598 (main): Use AAA::SomeEnum.
13599
13600 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13601
13602 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
13603 (test_ignore_count): Declare line_callme_body global.
13604 (run to breakpoint with ignore count): Use line_callme_body.
13605 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
13606 (set line_main_hello, set line_main_return): Reindent.
13607 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
13608 New.
13609 (continue to callee4): Use line_callee4_body.
13610 (check *stopped from CLI command): Use line_callee4_next.
13611 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
13612 (set line_main_hello, set line_main_return): Reindent.
13613 (set line_callee4_head, set line_callee4_body): New.
13614 (continue to callee4): Use line_callee4_body.
13615
13616 2010-01-18 Tom Tromey <tromey@redhat.com>
13617
13618 PR c++/9680:
13619 * gdb.cp/casts.cc: Add new classes and variables.
13620 * gdb.cp/casts.exp: Test new operators.
13621
13622 2010-01-18 Tom Tromey <tromey@redhat.com>
13623 Thiago Jung Bauermann <bauerman@br.ibm.com>
13624
13625 * gdb.python/source2.py: New file.
13626 * gdb.python/source1: New file.
13627 * gdb.python/python.exp: Test "source" command.
13628
13629 2010-01-15 Stan Shebs <stan@codesourcery.com>
13630
13631 * gdb.trace/tfile.c: New file.
13632 * gdb.trace/tfile.exp: New file.
13633
13634 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13635
13636 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
13637
13638 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13639
13640 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
13641
13642 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13643
13644 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
13645 (libfunc): New parameter action. Implement also selectable "sleep".
13646 * gdb.base/break-interp-main.c: Include assert.h.
13647 (libfunc): New parameter action.
13648 (main): New parameters argc and argv. Assert argc. Pass argv.
13649 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
13650 (test_attach): New proc.
13651 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
13652 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
13653
13654 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13655
13656 * gdb.base/break-interp.exp (test_core): New proc.
13657 (test_ld): Call it.
13658
13659 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13660
13661 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
13662 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
13663 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
13664 and gdb_compile_shlib. Use new -Wl compiler options.
13665 (dl bt, main bt): New tests.
13666
13667 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13668
13669 Support PIEs with no symfile_objfile.
13670 * gdb.base/break-interp.exp: New argument at the test_ld calls.
13671 (test_ld): New parameter trynosym.
13672 (test_ld <$trynosym>): New block.
13673
13674 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13675
13676 * gdb.base/break-interp.exp: New file.
13677
13678 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
13679
13680 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
13681 * gdb.python/py-prettyprint.py (pp_ls): New printer.
13682 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
13683 test.
13684 * gdb.python/py-prettyprint.c: Define lazystring test structure.
13685 * gdb.python/py-mi.exp: Add lazy string test.
13686
13687 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
13688
13689 * lib/mi-support.exp (mi_check_thread_states): Handle
13690 core number in thread listing.
13691
13692 2010-01-12 Joel Brobecker <brobecker@adacore.com>
13693
13694 * gdb.base/maint.exp: Adjust the expected output for the
13695 "maint print type" test. Use gdb_test_multiple instead of
13696 gdb_sent/gdb_expect.
13697
13698 2010-01-11 Doug Evans <dje@google.com>
13699
13700 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
13701 from gdbserver_download. All callers updated.
13702
13703 * gdb.server/ext-run.exp: "info os processes" requires xml support.
13704
13705 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13706
13707 Implement binary numbers parsing.
13708 * gdb.base/printcmds.exp (test_integer_literals_accepted)
13709 (test_integer_literals_rejected): New binary tests.
13710
13711 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
13712
13713 * gdb.cell/configure: Regenerate.
13714
13715 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
13716
13717 * gdb.base/corefile.exp: Move the core finding block out and call it as
13718 core_find, new variable $corefile, replace corefile by $corefile and
13719 [file tail $corefile] for usage vs. test names resp.
13720 * lib/gdb.exp (core_find): Move it as a new function here. New
13721 parameter binfile and deletefiles. New variable $destcore. Pre-delete
13722 $destcore. Return "" on error.
13723
13724 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13725
13726 Workaround PR binutils/10802.
13727 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
13728 (twice).
13729
13730 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
13731
13732 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
13733
13734 2010-01-08 Joel Brobecker <brobecker@adacore.com>
13735
13736 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
13737 call, to avoid interruption.
13738
13739 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13740
13741 * gdb.stabs/weird.def (args93): New.
13742
13743 2010-01-07 Doug Evans <dje@google.com>
13744
13745 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
13746
13747 2010-01-07 Tom Tromey <tromey@redhat.com>
13748
13749 * gdb.base/source.exp: Use correct line number.
13750
13751 2010-01-05 Stan Shebs <stan@codesourcery.com>
13752
13753 * gdb.trace/tracecmd.exp: Test ftrace.
13754
13755 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13756
13757 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
13758
13759 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13760
13761 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
13762 "uint_for_mi_testing".
13763
13764 2010-01-01 Joel Brobecker <brobecker@adacore.com>
13765
13766 Test indented comment in file being sourced.
13767 * gdb.base/commands.exp: Test indented comment in file being sourced.
13768
13769 2010-01-01 Joel Brobecker <brobecker@adacore.com>
13770
13771 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
13772 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
13773 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
13774 notice.
13775
13776 2010-01-01 Joel Brobecker <brobecker@adacore.com>
13777
13778 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
13779 notice.
13780
13781 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13782
13783 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
13784 missing $after_stopped and comma (,) expectation.
13785
13786 2009-12-31 Stan Shebs <stan@codesourcery.com>
13787
13788 * gdb.trace/actions.exp: Test teval action.
13789
13790 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
13791
13792 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
13793 (top level): Call test_watchpoint_in_big_blob.
13794 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
13795 watchpoints.
13796 (func3): Write to buf.
13797
13798 2009-12-29 Stan Shebs <stan@codesourcery.com>
13799
13800 * gdb.trace/actions.exp: Test default-collect.
13801
13802 2009-12-28 Stan Shebs <stan@codesourcery.com>
13803
13804 * gdb.trace/tsv.exp: New file.
13805 * gdb.base/completion.exp: Update ambiguous info output.
13806
13807 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
13808
13809 * gdb.base/find.c (main): Reference search buffers.
13810 * gdb.base/included.c (main): Reference integer.
13811 * gdb.base/ptype.c (charfoo): Declare.
13812 (intfoo): Call charfoo.
13813 * gdb.base/scope0.c (useitp): New function.
13814 (usestatics): Use useitp.
13815 (useit): Add a type for val.
13816 * gdb.base/scope1.c (useit1): Take a pointer argument.
13817 (usestatics1): Update calls to useit1.
13818 * gdb.cp/call-c.cc: Declare foo.
13819 (main): Call foo.
13820 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
13821 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
13822 (main): Call C::ensureRefs and ensureOtherRefs.
13823 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
13824 variables.
13825 (ensureOtherRefs): New function.
13826 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
13827 * gdb.cp/templates.cc (main): Call t5i.value.
13828
13829 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13830
13831 Fix compatibility with G++-4.5.
13832 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
13833 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
13834 (uncaught return): Remove.
13835
13836 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13837 Phil Muldoon <pmuldoon@redhat.com>
13838
13839 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
13840 (bp_location13, bp_location14, bp_location17, bp_location18)
13841 (marker3_proto, marker4_proto): New variables.
13842 (breakpoint info): Update output.
13843 (run until breakpoint at marker3, run until breakpoint at marker4): New
13844 tests.
13845
13846 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13847
13848 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
13849 Replace the printf call of Y by provided "y-set-1" label. New block
13850 for the second shared library.
13851 * gdb.base/unload.exp: Compile also the second library, call
13852 gdb_load_shlibs also for it. Use now gdb_breakpoint.
13853 (single pending breakpoint info): Rename to ...
13854 (pending breakpoint info before run): ... this extended test.
13855 (libfile2, libname2, libsrcfile2, libsrc2)
13856 (lib_sl2): New variables.
13857 (exec_opts): Set also SHLIB_NAME2.
13858 (pending breakpoint info on first run at shrfunc1)
13859 (pending breakpoint info on second run at shrfunc1)
13860 (pending breakpoint info on second run at shrfunc2)
13861 (print y from libfile, print y from libfile2): New tests.
13862 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
13863 * gdb.base/unloadshr2.c: New.
13864
13865 2009-12-22 Hui Zhu <teawater@gmail.com>
13866
13867 * gdb.reverse/sigall-reverse.exp: Adjust.
13868
13869 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
13870
13871 PR gdb/10884
13872
13873 * gdb.mi/var-cmd.c (do_bitfield_tests): New
13874 (main): Call do_bitfield_tests.
13875 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
13876
13877 2009-12-20 Joel Brobecker <brobecker@adacore.com>
13878
13879 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
13880 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
13881 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
13882 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
13883 gdb.modula2/unbounded1.c: Update copyright header.
13884
13885 2009-12-10 Chris Moller <moller@mollerware.com>
13886
13887 PR gdb/9399
13888 * gdb.cp/virtfunc2.exp: New tests
13889 * gdb.cp/virtfunc2.cc: New tests
13890 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
13891
13892 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
13893
13894 * gdb.reverse/i387-env-reverse.c: New file.
13895 * gdb.reverse/i387-env-reverse.exp: New file.
13896 * gdb.reverse/i387-stack-reverse.c: New file.
13897 * gdb.reverse/i387-stack-reverse.exp: New file.
13898
13899 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
13900
13901 * gdb.python/py-type.exp (test_range): New test.
13902
13903 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
13904
13905 PR python/10805
13906
13907 * gdb.python/py-type.exp: New file.
13908 * gdb.python/py-type.c: New file.
13909 * Makefile.in: Add py-type.
13910
13911 2009-12-03 Tom Tromey <tromey@redhat.com>
13912
13913 * gdb.python/py-value.exp (test_parse_and_eval): New
13914 function.
13915
13916 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
13917
13918 PR gdb/11022
13919
13920 * gdb.base/pr11022.exp: New test.
13921 * gdb.base/pr11022.c: New test.
13922
13923 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13924
13925 Fix spurious false FAILs.
13926 * gdb.base/structs.c (chartest): New.
13927 (main): Fill-in chartest.
13928 * gdb.base/structs.exp (anychar_re, first): New.
13929 (start_structs_test): Import global anychar_re and first.
13930 New gdb_test call "set print elements 300; ${testfile}"
13931 (start_structs_test <$first>): New block.
13932 (any): Import global anychar_re. New variable ac. Use ${ac}.
13933
13934 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13935
13936 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
13937
13938 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13939
13940 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
13941 Force $srcfile file.
13942 * gdb.base/foll-fork.c (callee): Comment out the printf call.
13943
13944 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13945
13946 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
13947 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
13948 * gdb.threads/watchthreads-reorder.exp: Likewise.
13949
13950 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
13951
13952 PR gdb/8704
13953
13954 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
13955 "if", and "thread". Correct matching in the previous test.
13956
13957 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
13958
13959 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
13960
13961 2009-11-23 Michael Snyder <msnyder@vmware.com>
13962
13963 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
13964 * gdb.reverse-watch-precsave.exp: Ditto.
13965
13966 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
13967
13968 * gdb.asm/asm-source.exp: Adjust.
13969 * gdb.base/help.exp: Adjust.
13970
13971 2009-11-22 Pedro Alves <pedro@codesourcery.com>
13972
13973 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
13974 (do_syscall_tests_without_xml): Set data-directory to
13975 /the/path/to/nowhere.
13976
13977 2009-11-21 Pedro Alves <pedro@codesourcery.com>
13978
13979 * gdb.threads/local-watch-wrong-thread.c,
13980 gdb.threads/local-watch-wrong-thread.exp: New files.
13981
13982 2009-11-21 Pedro Alves <pedro@codesourcery.com>
13983
13984 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
13985 assume new `regsub' syntax available.
13986
13987 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13988
13989 * gdb.base/watchpoint-hw-hit-once.exp,
13990 gdb.base/watchpoint-hw-hit-once.c: New.
13991
13992 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13993
13994 * gdb.threads/watchthreads-reorder.exp,
13995 gdb.threads/watchthreads-reorder.c: New.
13996
13997 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
13998
13999 * gdb.xml/tdesc-regs.exp: Use for m68k.
14000
14001 2009-11-15 Pedro Alves <pedro@codesourcery.com>
14002
14003 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
14004
14005 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14006
14007 * lib/gdb.exp (current_target_name): New procedure.
14008 (gdb_wrapper_target): New variable.
14009 (gdb_wrapper_init): Set gdb_wrapper_target.
14010 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
14011 wrapper.
14012
14013 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14014
14015 * gdb.base/remote.exp: Delete the slowest load test.
14016 Do not load with fixed packet sizes.
14017
14018 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14019
14020 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
14021
14022 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14023
14024 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
14025 srcfile when setting a breakpoint.
14026
14027 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
14028
14029 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
14030 macros.
14031
14032 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
14033
14034 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
14035 to be in memory.
14036 * gdb.base/display.c (force_mem): New.
14037 (do_loops): Use it. Add breakpoint comments.
14038 (do_vars): Add a breakpoint comment.
14039 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
14040 line numbers.
14041
14042 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
14043
14044 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
14045 instead of a bare "run".
14046
14047 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
14048
14049 * gdb.python/py-prettyprint.exp: Adjust.
14050
14051 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14052
14053 * lib/cell.exp (skip_cell_tests): Clean up test files before
14054 returning.
14055
14056 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14057
14058 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
14059 and the breakpoint menu. Do not call perror if a prompt is seen.
14060 Consume the following GDB prompt.
14061 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
14062 * gdb.cp/namespace.exp: Use gdb_test.
14063 * gdb.cp/templates.exp: Use gdb_test.
14064 (test_template_breakpoints): Use gdb_test_multiple.
14065
14066 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14067
14068 * gdb.base/break1.c (struct some_struct, values): Move earlier.
14069 (marker4): Reference values.
14070
14071 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14072
14073 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
14074 is missing.
14075
14076 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14077
14078 * gdb.base/break.c (need_malloc): New.
14079 * gdb.base/constvars.c (main): Reference crass and crisp.
14080 * gdb.base/gdb1821.c (main): Reference bar.
14081 * gdb.cp/gdb1355.cc (main): Reference s1.
14082 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
14083 (main): Call them.
14084 * gdb.cp/hang2.cc (dummy2): Define.
14085 * gdb.cp/hang3.cc (dummy3): Define.
14086 * gdb.cp/m-data.cc (main): Reference shadow.
14087
14088 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
14089 Nathan Froyd <froydnj@codesourcery.com>
14090
14091 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
14092 remote host.
14093
14094 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
14095
14096 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
14097 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
14098 * gdb.dwarf2/dw2-compressed.exp: Likewise.
14099 * gdb.dwarf2/dw2-intercu.exp: Likewise.
14100 * gdb.dwarf2/dw2-intermix.exp: Likewise.
14101 * gdb.dwarf2/dw2-producer.exp: Likewise.
14102 * gdb.dwarf2/mac-fileno.exp: Likewise.
14103 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
14104 py-prettyprint.py to the remote host.
14105 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
14106
14107 2009-11-11 Keith Seitz <keiths@redhat.com>
14108
14109 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
14110 use it instead of "Foo".
14111 * gdb.cp/classes.exp (do_tests): Add a test to access
14112 a method through a typedef'd class name.
14113
14114 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
14115
14116 * gdb.base/long_long.exp: Permit leading zeros on floating-point
14117 exponents.
14118 * gdb.base/pointers.exp: Likewise.
14119 * gdb.cp/ref-types.exp: Likewise.
14120
14121 2009-11-11 Keith Seitz <keiths@redhat.com>
14122
14123 * gdb.cp/cplusfuncs.cc (class foo): Add operators
14124 new[] and delete[].
14125 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
14126 "void".
14127 (probe_demangler): Remove all single-quoting of
14128 method and variable names.
14129 (info_func_regexp): Remove the word "void" from any
14130 occurrence of "(void)".
14131 (print_addr_2): Remove all single-quoting of
14132 method names.
14133 (print_addr_2_kfail): Likewise.
14134 (print_addr): Single-quote C function names before
14135 passing to print_addr_2.
14136 (test_paddr_operator_functions): Remove single-quoting
14137 for method names.
14138 Add tests for operator new[] and operator delete[].
14139
14140 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14141
14142 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
14143
14144 2009-11-09 Keith Seitz <keiths@redhat.com>
14145
14146 * gdb.cp/overload.exp: Add tests for resolving overloaded
14147 methods in expression parsing/evaluation.
14148
14149 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
14150
14151 * lib/gdb.exp (default_gdb_version): Use --version instead of
14152 --command.
14153
14154 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
14155
14156 * lib/gdb.exp (gdb_compile_test): New.
14157 (skip_ada_tests, skip_java_tests): New.
14158 (gdb_compile): Use gdb_compile_test for f77.
14159 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
14160 * lib/java.exp (compile_java_from_source): Remove runtests check,
14161 use gdb_compile_test to record result.
14162 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
14163 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
14164 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
14165 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
14166 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
14167 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
14168 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
14169 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
14170 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
14171 adjust gdb_compile invocations.
14172
14173 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
14174
14175 * Makefile.in (abs_builddir): New.
14176 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
14177 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
14178 `$(abs_builddir)/site.exp'.
14179
14180 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
14181
14182 * config/m68k-emc.exp, lib/emc-support.exp,
14183 gdb.trace/gdb_c_test.c: Delete.
14184 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
14185 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
14186 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
14187 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
14188 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
14189 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
14190 casing for m68k-*-elf.
14191
14192 2009-11-03 Pedro Alves <pedro@codesourcery.com>
14193
14194 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
14195 * gdb.arch/i386-prologue.exp: Likewise.
14196 * gdb.arch/i386-unwind.exp: Likewise.
14197
14198 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
14199
14200 * lib/gdb.exp (gdb_expect): Fix timeout typo.
14201
14202 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
14203
14204 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
14205
14206 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
14207
14208 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
14209
14210 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
14211
14212 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
14213
14214 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
14215
14216 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
14217 * gdb.base/sepdebug2.c: New file.
14218
14219 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
14220
14221 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
14222 the modified warnings for catch syscall. Verify if GDB was compiled
14223 with support for lib expat, and choose which tests to run depending
14224 on this.
14225
14226 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
14227
14228 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
14229 that composite commands are parsed OK. And also test
14230 that breakpoint commands do work.
14231
14232 2009-10-23 Michael Snyder <msnyder@vmware.com>
14233
14234 gdb.reverse/consecutive-precsave.exp: Change expect pattern
14235 to allow for new disassembly style.
14236
14237 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
14238
14239 * gdb.asm/asm-source.exp: Adjust.
14240
14241 2009-10-22 Michael Snyder <msnyder@vmware.com>
14242
14243 * gdb.reverse/break-precsave.exp: New test.
14244 * gdb.reverse/consecutive-precsave.exp: Ditto.
14245 * gdb.reverse/finish-precsave.exp: Ditto.
14246 * gdb.reverse/i386-precsave.exp: Ditto.
14247 * gdb.reverse/machinestate-precsave.exp: Ditto.
14248 * gdb.reverse/sigall-precsave.exp: Ditto.
14249 * gdb.reverse/solilb-precsave.exp: Ditto.
14250 * gdb.reverse/step-precsave.exp: Ditto.
14251 * gdb.reverse/until-precsave.exp: Ditto.
14252 * gdb.reverse/watch-precsave.exp: Ditto.
14253
14254 2009-10-22 Michael Snyder <msnyder@vmware.com>
14255
14256 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
14257 for gdb_expect. Adjust one test's expect strings for the new
14258 format of disassemble.
14259 * gdb.reverse/finish-reverse.exp: Delete 'return'.
14260 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
14261 gdb_test_multiple.
14262 * gdb.reverse/step-reverse.exp: Delete 'return'.
14263 * gdb.reverse/until-reverse.exp: Delete blank lines.
14264 * gdb.reverse/watch-reverse.exp: Delete blank lines.
14265
14266 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
14267
14268 * gdb.base/consecutive.exp: Adjust.
14269 * gdb.base/display.exp: Likewise.
14270 * gdb.base/pc-fp.exp: Likewise.
14271 * gdb.base/sigbpt.exp: Likewise.
14272
14273 2009-10-19 Michael Snyder <msnyder@vmware.com>
14274
14275 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
14276 * gdb.reverse/finish-reverse.c: Ditto.
14277 * gdb.reverse/sigall-reverse.c: Ditto.
14278 * gdb.reverse/solib-reverse.c: Ditto.
14279 * gdb.reverse/step-reverse.c: Ditto.
14280 * gdb.reverse/watch-reverse.c: Ditto.
14281
14282 2009-10-19 Pedro Alves <pedro@codesourcery.com>
14283 Stan Shebs <stan@codesourcery.com>
14284
14285 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
14286 * gdb.base/foll-exec.exp: Adjust to expect a process id before
14287 "Executing new program".
14288 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
14289 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
14290 left listed after having been killed.
14291 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
14292 * gdb.base/maint.exp: Adjust test.
14293
14294 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
14295 * gdb.multi/Makefile.in: New.
14296 * gdb.multi/base.exp: New.
14297 * gdb.multi/goodbye.c: New.
14298 * gdb.multi/hangout.c: New.
14299 * gdb.multi/hello.c: New.
14300 * gdb.multi/bkpt-multi-exec.c: New.
14301 * gdb.multi/bkpt-multi-exec.exp: New.
14302 * gdb.multi/crashme.c: New.
14303
14304 2009-10-13 Tristan Gingold <gingold@adacore.com>
14305
14306 * gdb.base/sepdebug.exp: Check debug info are found.
14307
14308 2009-10-08 Pedro Alves <pedro@codesourcery.com>
14309
14310 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
14311 bits.
14312
14313 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14314
14315 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
14316
14317 2009-10-07 Joel Brobecker <brobecker@adacore.com>
14318
14319 * gdb.base/watchpoints.c: Add copyright header. Reformat one
14320 of the comments.
14321
14322 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
14323
14324 * gdb.base/annota1.exp: Remove obsolete match_max increase.
14325 * gdb.base/annota3.exp: Idem.
14326 * gdb.base/maint.exp: Idem.
14327
14328 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
14329
14330 * lib/gdb.exp (default_gdb_init): Set current value of match_max
14331 to default.
14332
14333 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
14334
14335 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
14336 mingw and cygwin targets.
14337
14338 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
14339 Pedro Alves <pedro@codesourcery.com>
14340
14341 * lib/gdb.exp (gdb_compile): Avoid adding
14342 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
14343
14344 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
14345
14346 * gdb.base/shr1.c: Use %p in format string.
14347 * gdb.base/unload.c: Avoid warning in fprintf.
14348 * gdb.base/watchpoint-solib.c: Idem.
14349
14350 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
14351
14352 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
14353 long type.
14354 (test_unlink): Correct printf string.
14355 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
14356 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
14357
14358 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14359
14360 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
14361 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
14362 * gdb.arch/ia64-breakpoint-shadow.S: New file.
14363
14364 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14365
14366 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
14367 * gdb.objc/nondebug.exp: Likewise.
14368
14369 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14370
14371 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
14372 target_info setting.
14373
14374 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
14375 that detect new threads during "info threads".
14376
14377 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14378
14379 * gdb.threads/manythreads.c (main): Increase thread stack size
14380 to 2*PTHREAD_STACK_MIN.
14381 * gdb.threads/multi-create.c (main): Likewise.
14382 (create_function): Likewise.
14383
14384 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14385
14386 * gdb.base/dump.exp: Pass difference of pointer types instead
14387 of integer types as offset to restore in intarr3.srec case.
14388
14389 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14390
14391 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
14392
14393 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14394
14395 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
14396
14397 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
14398
14399 New test for two watchpoints, with disabling of
14400 the first inserted.
14401 * testsuite/gdb.base/watchpoints.c: New file.
14402 * testsuite/gdb.base/watchpoints.exp: New file.
14403
14404 2009-09-25 Tom Tromey <tromey@redhat.com>
14405
14406 * gdb.base/charset.exp: Test utf-16 strings with Python.
14407
14408 2009-09-25 Tom Tromey <tromey@redhat.com>
14409
14410 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
14411 UCS-4.
14412 * gdb.base/charset.c (utf_32_string): Rename.
14413 (init_utf32): Rename.
14414 (main): Update.
14415
14416 2009-09-22 Tom Tromey <tromey@redhat.com>
14417
14418 * gdb.python/py-function.exp: Add regression tests.
14419
14420 2009-09-21 Keith Seitz <keiths@redhat.com>
14421
14422 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
14423 with invalid operator.
14424
14425 2009-09-21 Keith Seitz <keiths@redhat.com>
14426
14427 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
14428 and destructor using typedef name of class.
14429 * gdb.cp/classes.cc (class Base1): Add a destructor.
14430 (base1): New typedef.
14431 (use_methods): Instanitate an object of type base1.
14432 * gdb.cp/templates.exp (test_template_typedef): New procedure.
14433 (do_tests): Call test_template_typedef.
14434 * gdb.cp/templates.cc (Baz::~Baz): New method.
14435 (intBazOne): New typedef.
14436 (main): Instantiate intBazOne.
14437
14438 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
14439
14440 PR python/10633
14441
14442 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
14443 Function.
14444 (run_lang_tests): Add print elements test.
14445
14446 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
14447
14448 * gdb.python/py-value.exp (test_subscript_regression): New
14449 function. Test for invalid subscripts.
14450 * gdb.python/py-value.c (main): Add test array, and pointer to it.
14451 (ptr_ref): New function.
14452
14453 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
14454
14455 * gdb.base/default.exp: Fix "show convenience".
14456
14457 2009-09-15 Tom Tromey <tromey@redhat.com>
14458
14459 * lib/mi-support.exp (mi_create_varobj): Update.
14460 (mi_create_floating_varobj): Likewise.
14461 (mi_create_dynamic_varobj): New proc.
14462 (mi_varobj_update): Update.
14463 (mi_varobj_update_with_type_change): Likewise.
14464 (mi_varobj_update_kv_helper): New proc.
14465 (mi_varobj_update_dynamic_helper): Rewrite.
14466 (mi_varobj_update_dynamic): New proc.
14467 (mi_list_varobj_children): Update.
14468 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
14469 * gdb.python/python-prettyprint.py (pp_outer): New class.
14470 (pp_nullstr): Likewise.
14471 (lookup_function): Register new printers.
14472 * gdb.python/python-prettyprint.c (struct substruct): New type.
14473 (struct outerstruct): Likewise.
14474 (substruct_test): New function.
14475 (struct nullstr): New type.
14476 (string_1, string_2): New globals.
14477 (main): Add new tests.
14478 * gdb.python/python-mi.exp: Added regression tests.
14479 * gdb.mi/mi2-var-display.exp: Update.
14480 * gdb.mi/mi2-var-cmd.exp: Update.
14481 * gdb.mi/mi2-var-child.exp: Update.
14482 * gdb.mi/mi2-var-block.exp: Update.
14483 * gdb.mi/mi-var-invalidate.exp: Update.
14484 * gdb.mi/mi-var-display.exp: Update.
14485 * gdb.mi/mi-var-cmd.exp: Update.
14486 * gdb.mi/mi-var-child.exp: Update.
14487 * gdb.mi/mi-var-block.exp: Update.
14488 * gdb.mi/mi-break.exp: Update.
14489 * gdb.mi/gdb701.exp: Update.
14490
14491 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
14492
14493 * Makefile.in: Inclusion of catch-syscall object.
14494 * gdb.base/catch-syscall.c: New file.
14495 * gdb.base/catch-syscall.exp: New file.
14496
14497 2009-09-12 Michael Snyder <msnyder@vmware.com>
14498
14499 * gdb.reverse/step-reverse.exp: Explicitly check for targets
14500 that can support reverse debuggnig.
14501
14502 2009-09-11 Tom Tromey <tromey@redhat.com>
14503
14504 * gdb.dwarf2/valop.S: New file.
14505 * gdb.dwarf2/valop.exp: New file.
14506
14507 2009-09-11 Mark Kettenis <kettenis@gnu.org>
14508
14509 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
14510
14511 2009-09-10 Doug Evans <dje@google.com>
14512
14513 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
14514 Add $gdb_prompt to second breakpoint regexp.
14515
14516 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
14517
14518 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
14519 names, add missing ones.
14520 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
14521 * gdb.python/py-frame.c: Rename from python-frame.c.
14522 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
14523 testfile name.
14524 * gdb.python/py-function.exp: Rename from python-function.exp.
14525 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
14526 testfile name.
14527 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
14528 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
14529 Adjust testfile name.
14530 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
14531 * gdb.python/py-template.cc: Rename from python-template.cc.
14532 * gdb.python/py-template.exp: Rename from python-template.exp.
14533 Adjust testfile name.
14534 * gdb.python/py-value.c: Rename from python-value.c.
14535 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
14536 testfile name.
14537
14538 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14539
14540 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
14541 $bpt2address.
14542 (Second breakpoint address is valid on ia64)
14543 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
14544
14545 2009-09-03 Joseph Myers <joseph@codesourcery.com>
14546
14547 * gdb.base/ending-run.exp: Restrict regular expression matching
14548 line number to require closing brace following.
14549
14550 2009-09-03 Doug Evans <dje@google.com>
14551
14552 * gdb.base/store.exp (check_set): Fix typo in expected value message.
14553
14554 2009-09-02 Tom Tromey <tromey@redhat.com>
14555
14556 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
14557
14558 2009-09-02 Tom Tromey <tromey@redhat.com>
14559
14560 * gdb.dwarf2/callframecfa.exp: New file.
14561 * gdb.dwarf2/callframecfa.S: New file.
14562
14563 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14564
14565 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
14566 gdb.base/solib-overlap-main.c: New.
14567
14568 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
14569
14570 PR gdb/10565
14571
14572 * gdb.base/bitfields.c (struct container, container): New.
14573 (main): Initialize it and call break5.
14574 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
14575
14576 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
14577
14578 Support constant DW_AT_data_member_location by GCC PR debug/40659.
14579 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
14580
14581 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14582
14583 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
14584
14585 2009-08-26 Michael Snyder <msnyder@vmware.com>
14586
14587 * gdb.base/i386-reverse.c: New file.
14588 * gdb.base/i386-reverse.exp: New file.
14589 * gdb.base/Makefile.in: Add new files to be removed.
14590
14591 2009-08-26 Joseph Myers <joseph@codesourcery.com>
14592
14593 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
14594 environment-pwd for remote host.
14595 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
14596
14597 2009-08-24 Keith Seitz <keiths@redhat.com>
14598
14599 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
14600 Add two new C++ completer tests which limit the output to a
14601 given class.
14602
14603 2009-08-24 Michael Snyder <msnyder@vmware.com>
14604
14605 * gdb.base/del.exp: Fix typo in comment.
14606 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
14607
14608 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14609
14610 * configure: Regenerate.
14611 * gdb.hp/configure: Likewise.
14612 * gdb.hp/gdb.aCC/configure: Likewise.
14613 * gdb.hp/gdb.base-hp/configure: Likewise.
14614 * gdb.hp/gdb.compat/configure: Likewise.
14615 * gdb.hp/gdb.defects/configure: Likewise.
14616 * gdb.hp/gdb.objdbg/configure: Likewise.
14617 * gdb.stabs/configure: Likewise.
14618
14619 2009-08-19 Doug Evans <dje@google.com>
14620
14621 * gdb.base/gdbvars.c: New file.
14622 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
14623
14624 2009-08-14 Pedro Alves <pedro@codesourcery.com>
14625
14626 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
14627 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
14628
14629 2009-08-13 Pedro Alves <pedro@codesourcery.com>
14630
14631 * gdb.base/default.exp: Adjust "set language test": it's now an
14632 enum command. Larger help string moved to "help set language".
14633 * gdb.base/help.exp: Adjust "help set language" expected output,
14634 now lists all known languages.
14635
14636 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
14637
14638 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
14639 all frame arguments.
14640 * gdb.arch/altivec-regs.exp: Likewise.
14641
14642 2009-08-07 Tom Tromey <tromey@redhat.com>
14643
14644 * gdb.base/setshow.exp: Add tests for changes to set language, set
14645 check range, and set check type.
14646
14647 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
14648
14649 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
14650 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
14651 Call it.
14652
14653 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14654
14655 * configure.ac: Run gdb.cell tests when appropriate.
14656 * configure: Regenerate.
14657 * lib/cell.exp: New file.
14658 * gdb.cell: New directory.
14659 * gdb.cell/configure.ac: New file.
14660 * gdb.cell/configure: New file.
14661 * gdb.cell/Makefile.in: New file.
14662 * gdb.cell/arch.exp: New file.
14663 * gdb.cell/break.c: New file.
14664 * gdb.cell/break.exp: New file.
14665 * gdb.cell/break-spu.c: New file.
14666 * gdb.cell/bt.c: New file.
14667 * gdb.cell/bt2-spu.c: New file.
14668 * gdb.cell/bt-spu.c: New file.
14669 * gdb.cell/bt.exp: New file.
14670 * gdb.cell/coremaker.c: New file.
14671 * gdb.cell/coremaker-spu.c: New file.
14672 * gdb.cell/core.exp: New file.
14673 * gdb.cell/gcore.exp: New file.
14674 * gdb.cell/data.c: New file.
14675 * gdb.cell/data.exp: New file.
14676 * gdb.cell/data-spu.c: New file.
14677 * gdb.cell/ea-cache.exp: New file.
14678 * gdb.cell/ea-cache.c: New file.
14679 * gdb.cell/ea-cache-spu.c: New file.
14680 * gdb.cell/ea-standalone.c: New file.
14681 * gdb.cell/ea-standalone.exp: New file.
14682 * gdb.cell/ea-test.c: New file.
14683 * gdb.cell/ea-test.exp: New file.
14684 * gdb.cell/f-regs.exp: New file.
14685 * gdb.cell/mem-access.c: New file.
14686 * gdb.cell/mem-access.exp: New file.
14687 * gdb.cell/mem-access-spu.c: New file.
14688 * gdb.cell/ptype.exp: New file.
14689 * gdb.cell/registers.exp: New file.
14690 * gdb.cell/size.c: New file.
14691 * gdb.cell/sizeof.exp: New file.
14692 * gdb.cell/size-spu.c: New file.
14693 * gdb.cell/solib.exp: New file.
14694 * gdb.cell/solib-symbol.exp: New file.
14695
14696 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14697
14698 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
14699
14700 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
14701
14702 * gdb.base/float.exp: Handle VFP registers.
14703
14704 2009-07-14 Michael Snyder <msnyder@vmware.com>
14705
14706 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
14707 to bring gdb to the beginning of the calling line.
14708
14709 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
14710 confusing the i386 epilogue unwinder.
14711
14712 2009-07-14 Stan Shebs <stan@codesourcery.com>
14713
14714 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
14715
14716 2009-07-14 Michael Snyder <msnyder@vmware.com>
14717
14718 * gdb.reverse/step-reverse.exp (stepi into function call):
14719 Call instruction may not be first instruction in the line.
14720 (reverse stepi from a function call): Used wrong line number.
14721
14722 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14723
14724 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
14725
14726 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14727
14728 Fix gdb.base/macscp.exp when using custom inputrc.
14729 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
14730 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
14731 env(TERM) set.
14732 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
14733 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
14734
14735 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14736
14737 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
14738 * gdb.base/annota1.exp (thread_test): Import global $testfile.
14739 Change the compilation target to match the testcase name.
14740 * gdb.base/sect-cmd.exp: Change the compilation target to match the
14741 testcase name.
14742 * a2-run.exp: Use for setup prepare_for_testing. Change the
14743 compilation target to match the testcase name.
14744 * gdb.base/commands.exp: Likewise.
14745 * gdb.base/finish.exp: Likewise.
14746 * gdb.base/float.exp: Likewise.
14747 * gdb.base/info-target.exp: Likewise.
14748 * gdb.base/relational.exp: Likewise.
14749 * gdb.base/term.exp: Likewise.
14750 * gdb.base/until.exp: Likewise.
14751 * gdb.base/volatile.exp: Likewise.
14752 * gdb.base/whatis-exp.exp: Likewise.
14753
14754 2009-07-11 Hui Zhu <teawater@gmail.com>
14755
14756 * gdb.base/help.exp (disassemble): Update expected help text.
14757
14758 2009-07-09 Tom Tromey <tromey@redhat.com>
14759
14760 * lib/gdb.exp: Handle TRANSCRIPT.
14761 (remote_spawn, remote_close, send_gdb): New procs.
14762
14763 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
14764
14765 * gdb.python/python-prettyprint.c: Add counted null string
14766 structure.
14767 * gdb.python/python-prettyprint.exp: Print null string. Test for
14768 embedded nulls.
14769 * gdb.python/python-prettyprint.py (pp_ns): New Function.
14770 * gdb.python/python-value.exp (test_value_in_inferior): Add
14771 variable length string fetch tests.
14772 * gdb.python/python-value.c (main): Add strings for string fetch tests.
14773
14774 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
14775
14776 * gdb.base/dump.exp (inaccessible memory is reported): New test.
14777
14778 2009-07-07 Tom Tromey <tromey@redhat.com>
14779
14780 * gdb.base/call-rt-st.exp: Update for change to escape output.
14781 * gdb.base/callfuncs.exp: Likewise.
14782 * gdb.base/charset.exp: Likewise.
14783 * gdb.base/constvars.exp: Likewise.
14784 * gdb.base/long_long.exp: Likewise.
14785 * gdb.base/pointers.exp: Likewise.
14786 * gdb.base/printcmds.exp: Likewise.
14787 * gdb.base/setvar.exp: Likewise.
14788 * gdb.base/store.exp: Likewise.
14789 * gdb.cp/ref-types.exp: Likewise.
14790 * gdb.mi/mi-var-child.exp: Likewise.
14791 * gdb.mi/mi-var-display.exp: Likewise.
14792 * gdb.mi/mi2-var-display.exp: Likewise.
14793 * gdb.base/charset.exp: Test octal escape sequence length.
14794 Update for change to escape output.
14795
14796 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14797
14798 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
14799
14800 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
14801
14802 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
14803
14804 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
14805
14806 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
14807 gdbserver increasing $portnum if "Can't bind address" has been seen.
14808
14809 2009-07-05 Pedro Alves <pedro@codesourcery.com>
14810
14811 * gdb.base/ending-run.exp: Add "step out of main" pattern for
14812 mingw32ce.
14813
14814 2009-07-05 Pedro Alves <pedro@codesourcery.com>
14815
14816 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
14817 VFP format.
14818
14819 2009-07-02 Pedro Alves <pedro@codesourcery.com>
14820
14821 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
14822 linux. Adjust to use "inferior", "info inferiors", "detach
14823 inferior" and "kill inferior" instead of "restart", "info fork",
14824 "detach fork" and "delete fork".
14825 * gdb.base/ending-run.exp: Spell out "info".
14826 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
14827 the "kill" command.
14828
14829 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14830
14831 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
14832 change to prefix TLS offset in hex with 0x.
14833
14834 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14835
14836 * gdb.base/default.exp: Update test case for "x" changes.
14837
14838 2009-07-01 Tristan Gingold <gingold@adacore.com>
14839
14840 * gdb.base/bigcore.exp: Make darwin untested.
14841
14842 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14843
14844 * gdb.base/completion.exp (directory completion): Create the directory.
14845 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
14846 escapeuniquesub.
14847 (directory completion 2): Expect now ${escapeuniquesub}.
14848 (Glob remaining of directory test): Remove one excessive newline.
14849 Expect the real output.
14850
14851 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14852
14853 Fix `make check//%' target after `make check' has been ran.
14854 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
14855 a mkdir call.
14856 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
14857 (%/.dir): Remove.
14858
14859 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14860
14861 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
14862 the expected result record.
14863
14864 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14865
14866 Remove racy FAILs relying just on the timeouts.
14867 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
14868 (annotation_level 2): Remove racy FAILs.
14869
14870 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
14871
14872 gdb/10275
14873 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
14874
14875 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
14876
14877 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
14878
14879 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
14880
14881 * gdb.mi/mi-stack.exp: Testing symbolic options
14882 to -stack-list-locals and -stack-list-arguments.
14883
14884 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14885
14886 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
14887
14888 2009-06-29 Tom Tromey <tromey@redhat.com>
14889
14890 * dg-extract-results.sh: New file.
14891 * Makefile.in (FORCE_PARALLEL): New variable.
14892 (CHECK_TARGET): New conditional variable.
14893 (check): Use CHECK_TARGET.
14894 (DO_RUNTEST): New variable.
14895 (check-single): New target.
14896 (TEST_DIRS): New variable.
14897 (TEST_TARGETS): Likewise.
14898 (check-parallel): New target.
14899 (check-gdb.%): New pattern.
14900 (BASE1_FILES): New variable.
14901 (BASE2_FILES): Likewise.
14902 (check-gdb.base%): New pattern.
14903 (%/.dir): New pattern.
14904 * configure: Rebuild.
14905 * aclocal.m4 (AM_CONDITIONAL): New defun.
14906 * configure.ac: Check whether user is using GNU make.
14907 (GMAKE): New conditional.
14908
14909 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
14910
14911 * gdb.cp/namespace-nested-import.cc: New test.
14912 * gdb.cp/namespace-nested-import.exp: New test.
14913
14914 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
14915
14916 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
14917 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
14918 * gdb.opt/Makefile.in (EXECUTABLES): Update.
14919 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
14920 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
14921 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
14922 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
14923 gdb.opt/inline-markers.c: New files.
14924 * lib/gdb.exp (skip_inline_frame_tests): New function.
14925 (skip_inline_var_tests): New function.
14926
14927 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
14928
14929 * gdb.cp/exception.exp: Don't require $hex before inner frame in
14930 backtrace.
14931
14932 2009-06-27 Michael Snyder <msnyder@vmware.com>
14933
14934 * gdb.reverse: New directory.
14935 * gdb.reverse/break-reverse.c: New test.
14936 * gdb.reverse/break-reverse.exp: New test.
14937 * gdb.reverse/consecutive-reverse.c: New test.
14938 * gdb.reverse/consecutive-reverse.exp: New test.
14939 * gdb.reverse/finish-reverse.c: New test.
14940 * gdb.reverse/finish-reverse.exp: New test.
14941 * gdb.reverse/machinestate.c: New test.
14942 * gdb.reverse/ms1.c: New test.
14943 * gdb.reverse/machinestate.exp: New test.
14944 * gdb.reverse/Makefile.in: New file.
14945 * gdb.reverse/shr2.c: New test.
14946 * gdb.reverse/solib-reverse.c: New test.
14947 * gdb.reverse/solib-reverse.exp: New test.
14948 * gdb.reverse/step-reverse.c: New test.
14949 * gdb.reverse/step-reverse.exp: New test.
14950 * gdb.reverse/until-reverse.c: New test.
14951 * gdb.reverse/ur1.c: New test.
14952 * gdb.reverse/until-reverse.exp: New test.
14953 * gdb.reverse/watch-reverse.c: New test.
14954 * gdb.reverse/watch-reverse.exp: New test.
14955 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
14956 * configure: Regenerate.
14957
14958 2009-06-26 Doug Evans <dje@google.com>
14959
14960 * gdb.base/psymtab.exp: Turn off pending breakpoints.
14961
14962 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
14963
14964 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
14965 windows problem for 'file delete $binfile'.
14966
14967 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
14968
14969 * gdb.cp/namespace-using.exp: New test.
14970 * gdb.cp/namespace-using.cc: New test.
14971
14972 2009-05-20 Joel Brobecker <brobecker@adacore.com>
14973
14974 * gdb.ada/variant_record_packed_array: New testcase.
14975
14976 2009-06-23 Tom Tromey <tromey@redhat.com>
14977
14978 * gdb.base/charset.exp (test_combination): Regression test.
14979 * gdb.base/charset.c (my_wchar_t): New typedef.
14980 (myvar): New global.
14981 (main): Set myvar.
14982
14983 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
14984
14985 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
14986 target.
14987
14988 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14989
14990 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
14991
14992 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14993
14994 * gdb.mi/gdb680.exp: Update test for error message.
14995
14996 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14997
14998 * gdb.base/annota1.exp: Allow multiple occurrences of the
14999 frames-invalid annotation.
15000 * gdb.cp/annota2.exp: Likewise.
15001
15002 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
15003
15004 * gdb.cp/gdb2495.cc: New file.
15005 * gdb.cp/gdb2495.exp: New file.
15006
15007 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15008
15009 Report error on GDB crash during runto.
15010 * lib/gdb.exp (runto <eof>): New.
15011
15012 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
15013
15014 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
15015 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
15016 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
15017 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
15018 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
15019 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
15020 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
15021 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
15022 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
15023 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
15024 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
15025 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
15026 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
15027 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
15028 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
15029 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
15030 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
15031 gdb.server/server-mon.exp, gdb.server/server-run.exp,
15032 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
15033 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
15034 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
15035 gdb.trace/passcount.exp, gdb.trace/report.exp,
15036 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
15037 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
15038 gdb.trace/while-stepping.exp: Use a unique name for the compiled
15039 executable.
15040
15041 2009-06-07 Pedro Alves <pedro@codesourcery.com>
15042
15043 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
15044 defined before referencing it.
15045
15046 2009-06-03 Doug Evans <dje@google.com>
15047
15048 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
15049 * gdb.arch/i386-see.c: Ditto.
15050
15051 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
15052
15053 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
15054 (check_macro): Return 1 if undefined.
15055 If first test fails, check if macro debug information is available,
15056 and report unsupported test if no macro information is found.
15057
15058 2009-05-29 Doug Evans <dje@google.com>
15059
15060 * gdb.threads/hand-call-in-threads.exp: New.
15061 * gdb.threads/hand-call-in-threads.c: New.
15062
15063 2009-05-29 Michael Snyder <msnyder@vmware.com>
15064
15065 * gdb.base/break-always.exp: Change "1" to "on".
15066 Add confirmation check.
15067
15068 2009-05-28 Pedro Alves <pedro@codesourcery.com>
15069
15070 * gdb.threads/threxit-hop-specific.c: New.
15071 * gdb.threads/threxit-hop-specific.exp: New.
15072 * gdb.threads/thread-execl.c: New.
15073 * gdb.threads/thread-execl.exp: New.
15074
15075 2009-05-27 Tom Tromey <tromey@redhat.com>
15076 Thiago Jung Bauermann <bauerman@br.ibm.com>
15077
15078 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
15079 (mi_child_regexp): Likewise.
15080 (mi_list_varobj_children_range): Likewise.
15081 (mi_get_features): Likewise.
15082 (mi_list_varobj_children): Rewrite.
15083 * gdb.python/python-mi.exp: New file.
15084
15085 2009-05-27 Tom Tromey <tromey@redhat.com>
15086 Thiago Jung Bauermann <bauerman@br.ibm.com>
15087 Phil Muldoon <pmuldoon@redhat.com>
15088 Paul Pluzhnikov <ppluzhnikov@google.com>
15089
15090 * gdb.python/python-prettyprint.exp: New file.
15091 * gdb.python/python-prettyprint.c: New file.
15092 * gdb.python/python-prettyprint.py: New file.
15093 * gdb.base/display.exp: print/r is now valid.
15094
15095 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
15096 Tom Tromey <tromey@redhat.com>
15097 Pedro Alves <pedro@codesourcery.com>
15098 Paul Pluzhnikov <ppluzhnikov@google.com>
15099
15100 * gdb.python/python-template.exp: New file.
15101 * gdb.python/python-template.cc: New file.
15102 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
15103 tests.
15104 * gdb.python/python-value.exp (py_objfile_tests): New proc.
15105 Call it.
15106 (test_value_after_death): New proc.
15107 * gdb.python/python-value.c (PTR): New typedef.
15108 (main): New variable 'x'.
15109
15110 2009-05-27 Tom Tromey <tromey@redhat.com>
15111
15112 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
15113 tests.
15114 * gdb.python/python-value.exp (py_objfile_tests): New proc.
15115 Call it.
15116
15117 2009-05-27 Pedro Alves <pedro@codesourcery.com>
15118
15119 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
15120
15121 2009-05-24 Pedro Alves <pedro@codesourcery.com>
15122
15123 * gdb.threads/fork-thread-pending.c: New.
15124 * gdb.threads/fork-thread-pending.exp: New.
15125
15126 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15127
15128 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
15129 * gdb.dwarf2/dw2-strp.S (a_string2): New.
15130
15131 2009-05-18 Jon Beniston <jon@beniston.com>
15132
15133 * gdb.asm/asm-source.exp: Add lm32 target.
15134
15135 2009-05-17 Pedro Alves <pedro@codesourcery.com>
15136
15137 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
15138 `gdb_get_line_number'. Call `callee' in both parent and child.
15139 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
15140 `gdb_get_line_number' instead of hardcoding line numbers.
15141 (catch_fork_unpatch_child): New procedure to test detaching
15142 breakpoints from child fork.
15143 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
15144 hardcoding line numbers.
15145 (do_fork_tests): Run `catch_fork_unpatch_child'.
15146
15147 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
15148
15149 * gdb.mi/mi-cmd-var.exp: Check that when varobj
15150 of structure type enters or leaves the scope, it
15151 is reported by -var-update.
15152
15153 2009-05-11 Doug Evans <dje@sebabeach.org>
15154
15155 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
15156 * gdb.threads/pending-step.c (main): Fix off-by-one error.
15157 * gdb.threads/schedlock.c (main): Fix off-by-one error.
15158
15159 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15160
15161 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
15162
15163 2009-04-30 Doug Evans <dje@google.com>
15164
15165 * gdb.threads/watchthreads2.exp: New testcase.
15166 * gdb.threads/watchthreads2.c: New testcase.
15167
15168 2009-04-29 Doug Evans <dje@google.com>
15169
15170 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
15171 * gdb.cp/mb-ctor.cc: Ditto.
15172 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
15173 * gdb.cp/mb-inline.h (multi_line_foo): New function.
15174 * gdb.cp/mb-inline1.cc: Call it.
15175 * gdb.cp/mb-inline2.cc: Ditto.
15176 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
15177 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
15178
15179 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15180
15181 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
15182 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
15183 Replace all uses of `decimal' by `nonzero'.
15184 (info macro FROM_COMMANDLINE): New test.
15185
15186 2009-04-27 Tom Tromey <tromey@redhat.com>
15187
15188 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
15189
15190 2009-04-27 Doug Evans <dje@google.com>
15191
15192 * gdb.threads/watchthreads.c (main): Initialize args before starting
15193 the threads. Plus formatting cleanup.
15194 * gdb.threads/watchthreads.exp: Avoid errant failures due to
15195 biased scheduling of one thread.
15196
15197 2009-04-27 Jerome Guitton <guitton@adacore.com>
15198
15199 * gdb.cp/templates.cc (GetMax): New template.
15200 (main): Declare two instances of GetMax.
15201 * gdb.cp/templates.exp: Add new test.
15202
15203 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
15204
15205 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
15206
15207 2009-04-22 Joseph Myers <joseph@codesourcery.com>
15208
15209 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
15210
15211 2009-04-15 Tom Tromey <tromey@redhat.com>
15212
15213 * gdb.base/charset.exp: Add regression test.
15214
15215 2009-04-14 Joel Brobecker <brobecker@adacore.com>
15216
15217 * gdb.base/exe-lock.exp: New testcase.
15218
15219 2009-04-13 Tom Tromey <tromey@redhat.com>
15220
15221 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
15222 operator on Frame.
15223
15224 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15225
15226 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
15227 * gdb.server/ext-attach.exp: Likewise.
15228
15229 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
15230
15231 Eliminate some sleep usage.
15232
15233 * gdb.mi/basics.c (do_nothing): New.
15234 (main): Use do_nothing instead of printf, so that
15235 not to introduce race condition between output of
15236 inferiour and output of gdb. Do not use sleep as it
15237 is not generally available on embedded targets.
15238
15239 2009-04-02 Pedro Alves <pedro@codesourcery.com>
15240
15241 * gdb.server/ext-attach.exp: Expect an optional process id after
15242 "Detached from remote process".
15243
15244 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15245
15246 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
15247 gdb.dwarf2/dw2-unresolved.exp: New.
15248
15249 2009-04-02 Pedro Alves <pedro@codesourcery.com>
15250
15251 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
15252 mi_run_to_main.
15253
15254 2009-04-02 Pedro Alves <pedro@codesourcery.com>
15255
15256 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
15257 mi_run_to_main. Skip thread exit test on remote targets.
15258 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
15259 mi_run_to_main.
15260 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
15261 mi_run_to_main.
15262 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
15263 when expecting ^connected. Detect when the target doesn't support
15264 non-stop mode.
15265 (mi_run_cmd): Detect if non-stop mode was requested by isn't
15266 supported. Return -1 on error, 0 on success.
15267 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
15268 (mi_runto): Return mi_runto_helper's result explicitly.
15269
15270 2009-04-01 Pedro Alves <pedro@codesourcery.com>
15271
15272 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
15273
15274 2009-04-01 Tom Tromey <tromey@redhat.com>
15275
15276 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
15277 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
15278 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
15279 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
15280
15281 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
15282 Jan Kratochvil <jan.kratochvil@redhat.com>
15283
15284 PR gdb/931
15285 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
15286 output.
15287 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
15288 for gdb/931.
15289 * dw2-strp.S (DW_AT_language): Change to C++.
15290 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
15291
15292 2009-03-31 Joel Brobecker <brobecker@adacore.com>
15293
15294 * gdb.ada/tasks: New testcase.
15295
15296 2009-03-30 Stan Shebs <stan@codesourcery.com>
15297
15298 * gdb.trace/actions.exp: Update to match new info trace format.
15299 * gdb.trace/deltrace.exp: Ditto.
15300 * gdb.trace/infotrace.exp: Ditto.
15301 * gdb.trace/passcount.exp: Ditto.
15302 * gdb.trace/save-trace.exp: Ditto.
15303 * gdb.trace/while-stepping.exp: Ditto.
15304 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
15305
15306 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
15307
15308 * gdb.python/python-frame.c: New file.
15309 * gdb.python/python-frame.exp: New file.
15310
15311 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
15312
15313 * gdb.python/python-value.exp: Add tests for the address
15314 attribute.
15315
15316 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
15317
15318 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
15319
15320 2009-03-26 Doug Evans <dje@google.com>
15321
15322 * gdb.mi/mi-nonstop-exit.exp: New file.
15323 * gdb.mi/non-stop-exit.c: New file.
15324
15325 2009-03-26 Tom Tromey <tromey@redhat.com>
15326
15327 Update for change to prologue skipping:
15328 * gdb.mi/mi2-simplerun.exp: Update.
15329 * gdb.mi/mi2-break.exp: Update.
15330 * gdb.mi/mi-simplerun.exp: Update.
15331 * gdb.mi/mi-break.exp: Update.
15332 * gdb.base/ending-run.exp: Update.
15333
15334 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
15335
15336 * gdb.python/python-value.exp (test_value_in_inferior): Test
15337 gdb.Value.is_optimized_out attribute.
15338
15339 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15340
15341 * gdb.dwarf2/dw2-noloc-main.c: New file.
15342 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
15343 (.text): Remove.
15344 (.data): New.
15345 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
15346 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
15347 (DW_TAG_subprogram func_cu1, noloc): Remove.
15348 (main): New.
15349 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
15350 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
15351 (file_symbols): New procedure.
15352
15353 2009-03-25 Tom Tromey <tromey@redhat.com>
15354
15355 * gdb.base/charset.exp (valid_target_charset): New proc.
15356 Use it to skip tests on invalid charsets.
15357
15358 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
15359
15360 * gdb.base/completion.exp: Add a test for directory completion.
15361
15362 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15363
15364 Fix a racy FAIL.
15365 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
15366 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
15367
15368 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
15369
15370 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
15371 * gdb.python/python-function.exp: Add test for function returning
15372 a GDB value.
15373
15374 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
15375
15376 * gdb.python/python-function.exp: New file.
15377
15378 2009-03-20 Tom Tromey <tromey@redhat.com>
15379
15380 * gdb.base/store.exp: Update for change to escape output.
15381 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
15382 to escape output.
15383 * gdb.base/pointers.exp: Update for change to escape output.
15384 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
15385 to escape output.
15386 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
15387 escape output.
15388 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
15389 to escape output.
15390 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
15391 escape output.
15392 * gdb.base/setvar.exp: Update for change to escape output.
15393 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
15394 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
15395 to escape output.
15396 (test_print_string_constants): Likewise.
15397 * gdb.base/charset.exp (valid_host_charset): Check size of
15398 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
15399 cases. Handle "auto"-related output.
15400 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
15401 (uvar, Uvar): New globals.
15402
15403 2009-03-19 Jerome Guitton <guitton@adacore.com>
15404
15405 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
15406 deltas.
15407 * gdb.ada/fixed_points.exp: Ditto.
15408
15409 2009-03-18 Pedro Alves <pedro@codesourcery.com>
15410
15411 * return-nodebug.c: Don't include stdio.h.
15412 (init): Delete.
15413 (func): Delete definition and provide extern declaration.
15414 (t): New.
15415 (main): Don't call printf. Call func and store its result in t.
15416 * return-nodebug1.c: New.
15417 * return-nodebug.exp: Don't expect stdio output. Instead, print
15418 the global variable t. Drop printf formatters and cast types from
15419 foreach loop. Don't use prepare_for_testing. Compile
15420 return-nodebug.c and return-nodebug1.c in separate steps. Don't
15421 define FORMAT or CAST.
15422
15423 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15424
15425 * gdb.base/solib-display.exp: Disable test for remote targers.
15426
15427 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15428
15429 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
15430
15431 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15432
15433 Fix a racy FAIL.
15434 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
15435 code from `follow parent, print pids'.
15436 (`follow child, print pids', `follow parent, print pids'): Call it.
15437 Replace `gdb_test "break..."' by gdb_breakpoint.
15438
15439 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
15440
15441 * gdb.mi/mi-cli.exp: Adjust for output difference in
15442 sync and async modes.
15443
15444 2009-03-12 Joel Brobecker <brobecker@adacore.com>
15445
15446 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
15447 that was checked in by mistake. Remove loading of ada.exp, since
15448 this is not necessary in this case.
15449
15450 2009-03-12 Joel Brobecker <brobecker@adacore.com>
15451
15452 * gdb.ada/ptype_arith_binop.exp: New testcase.
15453
15454 2009-03-12 Joel Brobecker <brobecker@adacore.com>
15455
15456 * gdb.ada/mod_from_name: New testcase.
15457
15458 2009-03-12 Joel Brobecker <brobecker@adacore.com>
15459
15460 * gdb.ada/tick_last_segv: New testcase.
15461
15462 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
15463
15464 * gdb.mi/mi-cli.exp: Remove debug print.
15465
15466 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
15467
15468 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
15469 include the token in ^running and frame info in *stopped.
15470
15471 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
15472
15473 * solib-display.exp: New file.
15474 * solib-display-main.c: New file.
15475 * solib-display-lib.c: New file.
15476
15477 2009-03-05 Pedro Alves <pedro@codesourcery.com>
15478
15479 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
15480
15481 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
15482
15483 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
15484 (list_and_check_macro): Use more specific test name.
15485 (next to definition): Make the test names unique.
15486
15487 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
15488
15489 * gdb.pascal/floats.exp: Accept approximate results everywhere.
15490
15491 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
15492
15493 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
15494 notifications.
15495 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
15496 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
15497 * lib/mi-support.exp (library_loaded_re): New.
15498 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
15499
15500 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
15501
15502 * gdb.gdb/observer.exp: Use test_notification observer, not
15503 normal_stop, everywhere.
15504 (test_normal_stop_notifications): Rename to...
15505 (test_notifications): ...this.
15506 (test_observer_normal_stop): Rename to...
15507 (test_observer): ...this.
15508
15509 2009-02-16 Doug Evans <dje@google.com>
15510
15511 * gdb.arch/amd64-disp-step.S (test_int3): New test.
15512 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
15513 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
15514 (test_prefixed_syscall,test_int3): New tests.
15515 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
15516 (test_prefixed_syscall,test_int3): New tests.
15517
15518 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
15519
15520 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
15521 (mi_expect_interrupt): Likewise.
15522 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
15523 response.
15524
15525 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
15526
15527 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
15528 * gdb.base/pc-fp.exp (get_valueofx): Remove.
15529 Replace calls to get_valueofx by get_hexadecimal_valueof.
15530
15531 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
15532
15533 * lib/gdb.exp (get_valueof): Accept anything as a return value.
15534 (get_integer_valueof): New procedure.
15535 (get_sizeof): Use new get_integer_value_of.
15536 * gdb.base/sizeof.exp: Replace all uses of get_valueof
15537 by get_integer_valueof.
15538
15539 2009-02-13 Tom Tromey <tromey@redhat.com>
15540
15541 * gdb.base/remote.exp (get_sizeof): Remove.
15542 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
15543 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
15544 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
15545 * lib/gdb.exp (get_valueof): Move from long_long.exp.
15546 (get_sizeof): Likewise.
15547
15548 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15549
15550 PR fortran/9806
15551 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
15552
15553 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
15554
15555 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
15556
15557 2009-02-06 Pedro Alves <pedro@codesourcery.com>
15558
15559 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
15560
15561 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
15562
15563 * gdb.python/python-cmd.exp: New file.
15564
15565 2009-02-06 Tristan Gingold <gingold@adacore.com>
15566
15567 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
15568
15569 2009-02-05 Tristan Gingold <gingold@adacore.com>
15570
15571 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
15572 pointer is dereferenced and use this signal name in regexp.
15573 * gdb.base/signull.exp: Ditto.
15574 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
15575 * gdb.base/signull.c (main): Ditto.
15576
15577 2009-02-04 Tom Tromey <tromey@redhat.com>
15578 Thiago Jung Bauermann <bauerman@br.ibm.com>
15579
15580 * gdb.python/python-value.exp: Use `gdb.history' instead of
15581 `gdb.value_from_history'.
15582 (test_value_numeric_ops): Add test for conversion of enum constant.
15583 * gdb.python/python-value.c (enum e): New type.
15584 (evalue): New global.
15585 (main): Use argv.
15586
15587 2009-02-04 Jerome Guitton <guitton@adacore.com>
15588
15589 * gdb.ada/uninitialized_vars: New test program.
15590 * gdb.ada/uninitialized_vars.exp: New testcase.
15591
15592 2009-02-02 Tom Tromey <tromey@redhat.com>
15593
15594 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
15595 * gdb.cp/pr2489.cc: Rename...
15596 * gdb.cp/pr9594.cc: ... to this.
15597
15598 2009-02-02 Tom Tromey <tromey@redhat.com>
15599
15600 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
15601 * gdb.cp/pr2489.cc: New file.
15602 * gdb.cp/cpcompletion.exp: New file.
15603
15604 2009-02-02 Tom Tromey <tromey@redhat.com>
15605
15606 PR exp/9059:
15607 * gdb.cp/call-c.exp: Add regression test.
15608 * gdb.cp/call-c.cc (FooHandle): New typedef.
15609 (main): New variable 'handle'.
15610
15611 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
15612
15613 * lib/mi-support.exp (et_mi_thread_list)
15614 (check_mi_and_console_threads): Adjust for current thread in
15615 -thread-list-ids output.
15616
15617 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
15618
15619 * gdb.mi/mi-break.exp (test_disabled_creation): New.
15620 Call it.
15621
15622 2009-01-28 Doug Evans <dje@google.com>
15623
15624 * gdb.arch/amd64-disp-step.S: New file.
15625 * gdb.arch/amd64-disp-step.exp: New file.
15626 * gdb.arch/i386-disp-step.S: New file.
15627 * gdb.arch/i386-disp-step.exp: New file.
15628
15629 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
15630
15631 * gdb.base/find.exp: Set newline variable
15632 using quotes instead of braces to fix cygwin failures.
15633
15634 2009-01-23 Pedro Alves <pedro@codesourcery.com>
15635
15636 * gdb.base/radix.exp: Add tests to ensure that that set
15637 input-radix 0 and set output-radix 0 are really rejected.
15638
15639 2009-01-23 Pedro Alves <pedro@codesourcery.com>
15640
15641 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
15642 copyright years.
15643
15644 2009-01-23 Pedro Alves <pedro@codesourcery.com>
15645
15646 PR gdb/9664:
15647 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
15648
15649 2009-01-22 Pedro Alves <pedro@codesourcery.com>
15650
15651 PR c++/9631:
15652 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
15653
15654 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
15655
15656 * gdb.server/file-transfer.exp: Use EXEEXT variable for
15657 binfile definition to fix Windows OS failure.
15658
15659 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
15660
15661 PR gdb/9346
15662 * gdb.base/interrupt.c (sigint_handler): New.
15663 (main): Install a SIGINT handler if SIGNALS is defined. Exit
15664 on error.
15665 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
15666 Test "signal SIGINT".
15667
15668 2009-01-19 Doug Evans <dje@google.com>
15669
15670 * gdb.base/break.exp: Update expected gdb output.
15671 * gdb.base/sepdebug.exp: Ditto.
15672 * gdb.mi/mi-syn-frame.exp: Ditto.
15673 * gdb.mi/mi2-syn-frame.exp: Ditto.
15674 * gdb.base/call-signal-resume.exp: New file.
15675 * gdb.base/call-signals.c: New file.
15676 * gdb.base/unwindonsignal.exp: New file.
15677 * gdb.base/unwindonsignal.c: New file.
15678 * gdb.threads/interrupted-hand-call.exp: New file.
15679 * gdb.threads/interrupted-hand-call.c: New file.
15680 * gdb.threads/thread-unwindonsignal.exp: New file.
15681
15682 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
15683
15684 * gdb.base/define.exp: Test defining and hooking prefix commands.
15685 * gdb.python/python.exp: Update test for "show user" output.
15686
15687 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15688
15689 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
15690 now the output exactly, using less wildcards. Expect also the output
15691 of gfortran-4.3. Update for the f-valprint.c modification from
15692 2008-04-22.
15693 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
15694 Remove gdb_test test names where matching the command.
15695
15696 2009-01-01 Pedro Alves <pedro@codesourcery.com>
15697
15698 PR breakpoints/9681:
15699 * gdb.base/watchpoint.exp: Add regression test.
15700
15701 2008-12-31 Pedro Alves <pedro@codesourcery.com>
15702
15703 * gdb.threads/attach-into-signal.exp: Don't use
15704 gdb_suppress_entire_file.
15705 * gdb.threads/attach-stopped.exp: Ditto.
15706 * gdb.threads/attachstop-mt.exp: Ditto.
15707
15708 2008-12-31 Pedro Alves <pedro@codesourcery.com>
15709
15710 PR gdb/8812:
15711 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
15712
15713 2008-12-29 Pedro Alves <pedro@codesourcery.com>
15714
15715 PR gdb/7536:
15716 * gdb.base/radix.exp: Add tests to ensure invalid input radices
15717 and unsupported output radices are really rejected.
15718
15719 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15720
15721 * gdb.cp/punctuator.exp: Backslash the '$' signs.
15722
15723 2008-12-22 Tom Tromey <tromey@redhat.com>
15724
15725 * gdb.cp/punctuator.exp: New file.
15726
15727 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15728
15729 * gdb.base/completion.exp (Completing non-existing component): New test.
15730
15731 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15732
15733 Fix for PR gdb/8648.
15734 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
15735 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
15736 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
15737 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
15738
15739 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15740
15741 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
15742
15743 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
15744
15745 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
15746 compiler actually generate code at the expected line number.
15747
15748 2008-12-15 Jie Zhang <jie.zhang@analog.com>
15749
15750 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
15751
15752 2008-12-12 Tom Tromey <tromey@redhat.com>
15753
15754 * gdb.base/commands.exp (redefine_hook_test): New proc.
15755 Call it.
15756
15757 2008-12-11 Tom Tromey <tromey@redhat.com>
15758
15759 * gdb.base/macscp.exp: New regression test.
15760
15761 2008-12-11 Tom Tromey <tromey@redhat.com>
15762
15763 * gdb.base/macscp.exp: Print "address.addr".
15764 * gdb.base/macscp1.c (struct outer): New struct.
15765 (address): New global.
15766
15767 2008-12-09 Tom Tromey <tromey@redhat.com>
15768
15769 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
15770 Call it.
15771
15772 2008-12-04 Doug Evans <dje@google.com>
15773
15774 * gdb.server/ext-run.exp: Relax regexp for init program.
15775
15776 2008-12-03 Tristan Gingold <gingold@adacore.com>
15777
15778 * gdb.base/macscp.exp: Generate an object file during compilation
15779 to work around Darwin dsymutil limitations.
15780
15781 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15782
15783 Test resolving external references to TLS variables.
15784 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
15785 FILE2_THREAD_LOCAL.
15786 (testfile2, srcfile2): New variables.
15787 * gdb.threads/tls.c (file2_thread_local)
15788 (function_referencing_file2_thread_local): New.
15789 * gdb.threads/tls2.c: New file.
15790
15791 2008-11-28 Joel Brobecker <brobecker@adacore.com>
15792
15793 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
15794 rather than integer, as integer might not be big enough when
15795 on 64bit targets.
15796
15797 2008-11-27 Jerome Guitton <guitton@adacore.com>
15798
15799 * gdb.cp/formatted-ref.exp: Add equality test.
15800 * gdb.ada/formatted_ref.exp: Ditto.
15801
15802 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15803
15804 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
15805 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
15806
15807 2008-11-20 Andreas Schwab <schwab@suse.de>
15808
15809 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
15810 matching syscall entry point.
15811 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
15812 (tcatch_vfork_then_child_follow): Likewise. Finish through
15813 vfork even if we stopped at the syscall trampoline.
15814
15815 2008-11-20 Doug Evans <dje@google.com>
15816
15817 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
15818
15819 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
15820
15821 * gdb.arch/ppc-dfp.exp: New file.
15822 * gdb.arch/ppc-dfp.c: New file.
15823
15824 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
15825
15826 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
15827
15828 2008-11-17 Doug Evans <dje@google.com>
15829
15830 * gdb.mi/mi-syn-frame.exp: Update expected output.
15831 * gdb.mi/mi2-syn-frame.exp: Update expected output.
15832
15833 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
15834
15835 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
15836 "thread N" results in =thread-selected.
15837 * lib/mi-support (mi_run_cmd, mi_expect_stop)
15838 (mi_send_resuming_command_raw): Be prepared for
15839 =thread-selected.
15840
15841 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
15842
15843 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
15844 * lib/mi-support.exp: Likewise.
15845
15846 2008-11-16 Joel Brobecker <brobecker@adacore.com>
15847
15848 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
15849 commands from the expected output for "help catch".
15850
15851 2008-11-15 Joel Brobecker <brobecker@adacore.com>
15852
15853 * gdb.ada/int_deref.exp: New testcase.
15854
15855 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
15856
15857 * gdb.mi/gdb2549.exp: New file.
15858
15859 2008-11-11 Doug Evans <dje@google.com>
15860
15861 * gdb.base/callexit.exp: New file.
15862 * gdb.base/callexit.c: New file.
15863
15864 2008-11-10 Doug Evans <dje@google.com>
15865
15866 * lib/gdb.exp (GDBFLAGS): Move -nx ...
15867 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
15868 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
15869 (default_gdb_start,default_gdb_exit): Ditto.
15870 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
15871 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
15872 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
15873 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
15874 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
15875 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
15876
15877 2008-11-03 Andreas Schwab <schwab@suse.de>
15878
15879 * gdb.base/hashline2.exp: Fix typo.
15880 * gdb.base/hashline3.exp: Likewise.
15881
15882 2008-10-30 Tom Tromey <tromey@redhat.com>
15883
15884 * gdb.base/pointers.exp: Add test.
15885 * gdb.base/pointers.c (k, S): New typedefs.
15886 (instance): New global.
15887
15888 2008-10-30 Andreas Schwab <schwab@suse.de>
15889
15890 * gdb.base/args.exp: Add tests for newlines.
15891
15892 2008-10-30 Joel Brobecker <brobecker@adacore.com>
15893
15894 gdb.base/foll-exec.exp: Update the expected output of a couple
15895 of "info breakpoints" tests.
15896
15897 2008-10-28 Tom Tromey <tromey@redhat.com>
15898
15899 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
15900
15901 2008-10-24 Pedro Alves <pedro@codesourcery.com>
15902
15903 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
15904 gdb_start_cmd.
15905 Use runto_main before any test that requires execution.
15906
15907 2008-10-23 Pedro Alves <pedro@codesourcery.com>
15908
15909 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
15910 instead of SIGINT.
15911
15912 2008-10-22 Joel Brobecker <brobecker@adacore.com>
15913
15914 * gdb.base/completion.exp: Update expected output following
15915 the addition of the "info tasks" command.
15916
15917 2008-10-22 Tom Tromey <tromey@redhat.com>
15918
15919 * gdb.base/exprs.exp (test_expr): Add test for string
15920 concatenation.
15921
15922 2008-10-19 Pedro Alves <pedro@codesourcery.com>
15923
15924 * configure.ac: Output gdb.python/Makefile.
15925 * configure: Regenerate.
15926 * gdb.python/Makefile.in: New.
15927
15928 2008-10-16 Joel Brobecker <brobecker@adacore.com>
15929
15930 * gdb.base/foll-fork.exp: Adjust the expected output to match
15931 the new description for fork/vfork catchpoints in the "info
15932 breakpoints" output.
15933
15934 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
15935
15936 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
15937
15938 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
15939
15940 * gdb.python/python-value.c: New file.
15941 * gdb.python/python-value.exp: New file.
15942
15943 2008-10-15 Pedro Alves <pedro@codesourcery.com>
15944
15945 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
15946
15947 2008-10-15 Denis Pilat <denis.pilat@st.com>
15948
15949 * gdb.cp/mb-ctor.exp: Fix a typo.
15950
15951 2008-10-09 Tom Tromey <tromey@redhat.com>
15952
15953 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
15954 'fprintf' and 'stderr'.
15955
15956 2008-10-07 Joel Brobecker <brobecker@adacore.com>
15957
15958 * gdb.ada/ref_tick_size.exp: New testcase.
15959
15960 2008-10-06 Doug Evans <dje@google.com>
15961
15962 * gdb.dwarf2/dw2-cu-size.exp: New file.
15963 * gdb.dwarf2/dw2-cu-size.S: New file.
15964
15965 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
15966 .Ltype_int for clarity.
15967
15968 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
15969
15970 PR gdb/2384:
15971 * gdb.cp/gdb2384.exp: Extended to test more cases.
15972 * gdb.cp/gdb2384.cc: Likewise.
15973 * gdb.cp/gdb2384-base.h: Likewise.
15974 * gdb.cp/gdb2384-base.cc: Likewise.
15975
15976 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15977
15978 * gdb.base/maint.exp (maint print type): Remove printing
15979 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
15980
15981 2008-09-30 Tom Tromey <tromey@redhat.com>
15982
15983 * gdb.base/macscp.exp: Add completion tests.
15984 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
15985 (TWENTY_THREE): Likewise.
15986 (FORTY_EIGHT): Likewise.
15987
15988 2008-09-30 Tom Tromey <tromey@redhat.com>
15989
15990 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
15991 everywhere.
15992 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
15993
15994 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
15995
15996 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
15997 testcase is derived from. Fix racy dependency on an expected PID
15998 number. No longer support the testcase on Linux kernel 2.4.x.
15999
16000 2008-09-27 Tom Tromey <tromey@redhat.com>
16001
16002 * gdb.base/macscp.exp: Add tests for stringification, splicing,
16003 and varargs.
16004
16005 2008-09-22 Pedro Alves <pedro@codesourcery.com>
16006
16007 * lib/mi-support.exp (mi_expect_interrupt): New.
16008 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
16009 from gdb.mi/mi-nonstop.exp.
16010 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
16011 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
16012 lib/mi-support.exp.
16013 Use mi_check_thread_states throughout. Avoid ".*" and do not
16014 require an anchor after -exec-run.
16015
16016 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
16017
16018 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
16019 stop is pending. Avoid ".*" when two stops are pending.
16020 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
16021 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
16022 newlines in fullnames.
16023 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
16024 (mi_expect_stop): Update comments. Only anchor in sync mode.
16025 Do not match newlines.
16026 (mi_send_resuming_command_raw): Always return status.
16027 (mi_get_stop_line): Do not match more than one line by accident.
16028 Only anchor in sync mode.
16029 (mi_run_inline_test): If -exec-next fails, give up.
16030
16031 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16032
16033 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
16034 on SPU.
16035
16036 2008-09-10 Joel Brobecker <brobecker@adacore.com>
16037
16038 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
16039
16040 2008-09-10 Joel Brobecker <brobecker@adacore.com>
16041
16042 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
16043 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
16044 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
16045 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
16046 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
16047 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
16048 gdb.ada/interface.exp, gdb.ada/null_array.exp,
16049 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
16050 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
16051 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
16052 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
16053 Include the "= " sequence in the expected output of print tests.
16054
16055 2008-09-10 Joel Brobecker <brobecker@adacore.com>
16056
16057 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
16058 description for boolean types.
16059
16060 2008-09-09 Pedro Alves <pedro@codesourcery.com>
16061
16062 * gdb.base/hook-stop-continue.c: New.
16063 * gdb.base/hook-stop-continue.exp: New.
16064
16065 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
16066
16067 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
16068
16069 2008-09-08 Jerome Guitton <guitton@adacore.com>
16070
16071 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
16072 (stack_check_probe_2, stack_check_probe_loop_1)
16073 (stack_check_probe_loop_2): New functions.
16074 (main): Add call to these new functions.
16075 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
16076 functions, check that the breakpoint is inserted at the appropriate
16077 location.
16078 (insert_breakpoint): Slightly refine this procedure so that it can
16079 be called several times in the test.
16080
16081 2008-09-08 Jerome Guitton <guitton@adacore.com>
16082
16083 * gdb.base/stack-checking.c: New file.
16084 * gdb.base/stack-checking.exp: New file.
16085
16086 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
16087
16088 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
16089 * gdb.arch/altivec-regs.exp: Likewise.
16090 * gdb.arch/vsx-regs.exp: Likewise.
16091
16092 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
16093
16094 * gdb.arch/ppc-fp.exp: New file.
16095 * gdb.arch/ppc-fp.c: New file.
16096
16097 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
16098
16099 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
16100 lest gcc-4.3.1 optimizes the whole thing away.
16101
16102 2008-09-04 Michael Snyder <msnyder@vmware.com>
16103
16104 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
16105 as "at" (for non-debug functions such as _start).
16106
16107 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16108
16109 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
16110 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
16111 software watchpoints.
16112 * gdb.base/watch_thread_num.exp: Likewise.
16113
16114 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
16115
16116 * gdb.arch/i386-bp_permanent.exp: New test.
16117
16118 2008-08-24 Tom Tromey <tromey@redhat.com>
16119
16120 * gdb.base/maint.exp: Update "maint print type".
16121
16122 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
16123
16124 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
16125 support. Adjust the order of "*running" notifications.
16126 * gdb.mi/non-stop.c: Don't cast from int to void* and
16127 back.
16128
16129 2008-08-20 Mark Kettenis <kettenis@gnu.org>
16130
16131 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
16132 expect to find it in the "info frame" output.
16133
16134 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
16135
16136 * gdb.base/interp.exp: Always consume both prompts.
16137
16138 2008-08-20 Pedro Alves <pedro@codesourcery.com>
16139
16140 * gdb.base/pending.exp: Test pending breakpoints without symbols
16141 loaded.
16142
16143 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
16144
16145 * lib/mi-support.exp (mi_expect_stop): Produce
16146 more details on failures.
16147 * gdb.mi/mi-nonstop.exp: New.
16148 * gdb.mi/non-stop.c: New.
16149
16150 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
16151
16152 * gdb.mi/mi-async.exp: Use 'set target-async'.
16153 * lib/mi-support.exp: Use 'set/show target-async'.
16154
16155 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
16156
16157 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
16158
16159 2008-08-17 Tom Tromey <tromey@redhat.com>
16160
16161 * gdb.base/help.exp (help catch): Rewrite.
16162
16163 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
16164
16165 * gdb.base/define.exp: Test indented command documentation.
16166 * gdb.python/python.exp: Test indented multi-line command.
16167
16168 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
16169
16170 * testsuite/gdb.arch/vsx-regs.c: New source file.
16171 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
16172 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
16173
16174 2008-08-14 Tom Tromey <tromey@redhat.com>
16175
16176 * gdb.base/macscp.exp: Add regression test for "macro define" or
16177 "macro undef" with no arguments.
16178
16179 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
16180
16181 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
16182
16183 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16184
16185 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
16186
16187 2008-08-06 Tom Tromey <tromey@redhat.com>
16188
16189 * gdb.python/python.exp: New file.
16190
16191 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16192
16193 Fix for PR gdb/1543.
16194 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
16195 $LOCATION.
16196 (location): New variable.
16197 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
16198 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
16199 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
16200 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
16201 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
16202 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
16203 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
16204 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
16205 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
16206 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
16207 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
16208 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
16209 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
16210 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
16211 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
16212 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
16213 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
16214 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
16215 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
16216 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
16217 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
16218 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
16219 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
16220 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
16221 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
16222 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
16223 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
16224 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
16225 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
16226 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
16227 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
16228 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
16229 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
16230 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
16231 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
16232 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
16233 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
16234 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
16235 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
16236 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
16237 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
16238 gdb.base/type-opaque.exp, gdb.base/until.exp,
16239 gdb.base/value-double-free.c, gdb.base/varargs.exp,
16240 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
16241 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
16242 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
16243 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
16244 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
16245 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
16246 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
16247 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
16248 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
16249 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
16250 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
16251 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
16252 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
16253 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
16254 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
16255 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
16256 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
16257 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
16258 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
16259 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
16260 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
16261 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
16262 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
16263 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
16264 gdb.pascal/types.exp, gdb.stabs/weird.exp,
16265 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
16266 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
16267 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
16268 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
16269 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
16270 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
16271 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
16272 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
16273 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
16274 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
16275 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
16276 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
16277 lib/mi-support.exp, lib/trace-support.exp: Remove reference
16278 to bug-gdb@prep.ai.mit.edu .
16279
16280 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
16281
16282 * lib/mi-support.exp (mi_load_shlibs): New.
16283 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
16284
16285 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
16286
16287 * lib/mi-support.exp (get_mi_thread_list)
16288 (check_mi_and_console_threads): New, moved from ...
16289 * gdb.mi/mi-pthread.exp: ...here.
16290 * gdb.mi/gdb669.exp (get_mi_thread_list)
16291 (check_mi_and_console_threads): Delete.
16292 * gdb.mi/mi2-pthread.exp: Likewise.
16293
16294 2008-07-28 Tom Tromey <tromey@redhat.com>
16295
16296 * Makefile.in (just-check): Remove. Move body to...
16297 (check): ... here.
16298
16299 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16300
16301 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
16302 Add a test for duplicated SIGINTs.
16303
16304 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16305
16306 * gdb.threads/schedlock.exp (get_args): Update to work for any
16307 value of NUM.
16308 (Top level): Report the number of threads that did not resume.
16309
16310 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16311
16312 * gdb.dwarf2/dw2-compressed.S: Also define __start.
16313
16314 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
16315
16316 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
16317 non-MI prompt.
16318
16319 2008-07-26 Tom Tromey <tromey@redhat.com>
16320
16321 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
16322 (function_struct, function_struct_ptr): New globals.
16323 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
16324 function pointer in a struct.
16325
16326 2008-07-26 Tom Tromey <tromey@redhat.com>
16327
16328 * gdb.base/macscp.exp: Add test for macro lexing bug.
16329
16330 2008-07-18 Tom Tromey <tromey@redhat.com>
16331
16332 * gdb.base/macscp.exp: Add macro tests.
16333
16334 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
16335
16336 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
16337
16338 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
16339
16340 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
16341
16342 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
16343
16344 * gdb.cp/class2.exp: fix for failure on spu-elf
16345
16346 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
16347
16348 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
16349
16350 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16351
16352 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
16353
16354 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
16355
16356 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
16357
16358 2008-07-11 Kevin Buettner <kevinb@redhat.com>
16359
16360 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
16361 of regexp to account for changes made to GDB in the printing of
16362 byte vectors.
16363
16364 2008-07-11 Tom Tromey <tromey@redhat.com>
16365
16366 * gdb.base/completion.exp: Add 'help' completion test.
16367
16368 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16369
16370 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
16371
16372 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16373
16374 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
16375
16376 2008-07-09 Pedro Alves <pedro@codesourcery.com>
16377
16378 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
16379
16380 2008-07-09 Pedro Alves <pedro@codesourcery.com>
16381
16382 * gdb.base/fullname.exp: Restore pwd if compiling failed.
16383
16384 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16385
16386 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
16387
16388 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
16389
16390 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
16391 previous commit. Add a comment.
16392
16393 2008-06-28 Pedro Alves <pedro@codesourcery.com>
16394
16395 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
16396
16397 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
16398
16399 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
16400
16401 2008-06-27 Pedro Alves <pedro@codesourcery.com>
16402
16403 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
16404 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
16405 compiling an executable, link in an object that forces unbuffered
16406 output.
16407 * lib/set_unbuffered_mode.c: New file.
16408
16409 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16410
16411 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
16412
16413 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
16414
16415 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
16416 mi_expect_stop.
16417 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
16418 Demand that *running is output.
16419 (detect_async): Perform checking every time.
16420 (mi_send_resuming_command): Extract everything into...
16421 (mi_send_resuming_command_raw): ...this.
16422 (mi_expect_stop): Don't accept any output before *stopped.
16423
16424 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
16425
16426 Robustify mi-simplerun.
16427 * gdb.mi/basics.c (main): Add a call to sleep.
16428 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
16429 * gdb.mi/mi2-cli.exp: Likewise.
16430 * gdb.mi/mi-break.exp: Likewise.
16431
16432 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
16433
16434 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
16435
16436 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
16437
16438 * gdb.mi/mi-console.exp: Adjust.
16439 * gdb.mi/mi-syn-frame.exp: Adjust.
16440 * gdb.mi/mi2-console.exp: Adjust.
16441 * gdb.mi/mi2-syn-frame.exp: Adjust.
16442 * lib/mi-support.exp (mi_run_cmd): Adjust.
16443 (mi_send_resuming_command): Adjust.
16444
16445 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
16446
16447 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
16448 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
16449 testing of stopped.
16450 * gdb.mi/mi2-syn-frame.exp: Likewise.
16451 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
16452 (async, detect_async): New.
16453 (mi_expect_stop, mi_continue_to_line): Adjust expectation
16454 depending on if we're running in sync or async mode.
16455
16456 2008-06-09 Tom Tromey <tromey@redhat.com>
16457
16458 * gdb.base/completion.exp: New tests for field name completion
16459 with spaces, and field name completion with '->'.
16460
16461 2008-06-06 Tom Tromey <tromey@redhat.com>
16462
16463 * gdb.base/break1.c (struct some_struct): New struct.
16464 (values): New global.
16465 * gdb.base/completion.exp: Add field name completion test.
16466
16467 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
16468
16469 * gdb.cp/call-c.exp: Test for incorrect handling of reference
16470 to pointer.
16471 * gdb.cp/call-c.cc: Likewise.
16472
16473 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
16474
16475 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
16476 annotation.
16477
16478 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
16479 Pedro Alves <pedro@codesourcery.com>
16480
16481 * gdb.threads/execl.c, gdb.threads/execl1.c,
16482 gdb.threads/execl.exp: New tests.
16483
16484 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
16485 Daniel Jacobowitz <dan@codesourcery.com>
16486
16487 * gdb.cp/exception.exp: Activate test, make it work with pending
16488 catchpoints.
16489
16490 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
16491
16492 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
16493
16494 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
16495
16496 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
16497 now printed.
16498 * gdb.mi/mi2-var-cmd.exp: Likewise.
16499
16500 2008-05-27 Andreas Schwab <schwab@suse.de>
16501
16502 * gdb.base/frame-args.exp: Handle arguments that are optimized
16503 out.
16504
16505 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
16506
16507 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
16508 quiet for ppc32 and group options into a single variable.
16509
16510 2008-05-23 Joel Brobecker <brobecker@adacore.com>
16511
16512 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
16513 of zero-size elements.
16514 * gdb.ada/null_array.exp: Test printing this new array.
16515
16516 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16517
16518 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
16519
16520 2008-05-21 Joel Brobecker <brobecker@adacore.com>
16521
16522 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
16523 of the "finish" command.
16524
16525 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
16526
16527 * gdb.base/annota1.exp: Test for new annotation.
16528
16529 2008-05-16 Pedro Alves <pedro@codesourcery.com>
16530
16531 * gdb.base/fixsection.exp: New file.
16532 * gdb.base/fixsection0.c: New file.
16533 * gdb.base/fixsection1.c: New file.
16534
16535 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16536
16537 * gdb.base/annota1.exp: Accept printf@... in place of printf.
16538 * gdb.base/annota3.exp: Likewise.
16539
16540 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
16541
16542 * gdb.base/watch_thread_num.exp: Don't run tests that require
16543 watchpoints if the target doesn't support them.
16544
16545 2008-05-12 Doug Evans <dje@google.com>
16546
16547 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
16548
16549 2008-05-09 Joel Brobecker <brobecker@adacore.com>
16550
16551 * gdb.ada/assign_1.exp: New testcase.
16552
16553 2008-05-09 Doug Evans <dje@google.com>
16554
16555 * gdb.base/find.exp: New file.
16556 * gdb.base/find.c: New file.
16557
16558 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
16559
16560 * gdb.base/commands.exp (watchpoint_command_test): Handle
16561 gdb,no_hardware_watchpoints.
16562 * gdb.base/float.exp: Allow ARM targets without floating point.
16563 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
16564
16565 2008-05-06 Jerome Guitton <guitton@adacore.com>
16566 Joel Brobecker <brobecker@adacore.com>
16567
16568 * gdb.ada/lang_switch: New test program.
16569 * gdb.ada/lang_switch.exp: New testcase.
16570
16571 2008-05-05 Doug Evans <dje@google.com>
16572
16573 * gdb.base/help.exp (disassemble): Update expected help text.
16574
16575 2008-05-04 Pedro Alves <pedro@codesourcery.com>
16576
16577 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
16578
16579 2008-05-04 Pedro Alves <pedro@codesourcery.com>
16580
16581 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
16582 different times.
16583
16584 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
16585
16586 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
16587 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
16588 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
16589 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
16590
16591 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
16592
16593 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
16594 notification to appear.
16595
16596 2008-05-04 Daniel Jacobowitz <dan@debian.org>
16597
16598 * gdb.base/fullname.c: New file.
16599 * gdb.base/fullname.exp: New file.
16600 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
16601
16602 2008-05-03 Pedro Alves <pedro@codesourcery.com>
16603
16604 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
16605 expressions with macros.
16606
16607 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16608
16609 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
16610
16611 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
16612
16613 * gdb.base/completion.exp: Handle lack of other symbols beginning
16614 with "a".
16615
16616 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
16617
16618 2008-05-02 Jim Blandy <jimb@codesourcery.com>
16619
16620 * gdb.asm/asmsrc1.s: Add scratch space.
16621
16622 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16623 Daniel Jacobowitz <dan@codesourcery.com>
16624
16625 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
16626 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
16627 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
16628
16629 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
16630
16631 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
16632
16633 2008-05-01 Joel Brobecker <brobecker@adacore.com>
16634
16635 * gdb.base/info-target.exp: New testcase.
16636
16637 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
16638
16639 * gdb.cp/hang.exp: Use .cc instead of .C.
16640 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
16641 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
16642
16643 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
16644
16645 * gdb.base/gdb1250.exp: Remove perror.
16646 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
16647
16648 2008-04-30 Pedro Alves <pedro@codesourcery.com>
16649
16650 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
16651 .2byte.
16652
16653 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
16654
16655 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
16656 (maybe_kfail): New.
16657
16658 2008-04-25 Pedro Alves <pedro@codesourcery.com>
16659
16660 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
16661
16662 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
16663
16664 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
16665 * gdb.mi/mi2-syn-frame.exp: Likewise.
16666 * lib/mi-support.exp: Likewise.
16667
16668 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
16669
16670 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
16671 to specify regexp for the location to stop at.
16672 * gdb.base/break-always.c: New.
16673 * gdb.base/break-always.exp: New.
16674
16675 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
16676
16677 * lib/mi-support.exp (mi_runto_helper): Adjust
16678 for the original-location field.
16679 (mi_create_breakpoint, mi_list_breakpoints): New.
16680 * gdb.mi/mi-break.exp: Adjust.
16681 * gdb.mi/mi2-break.exp: Adjust.
16682 * gdb.mi/mi-pending.exp: Adjust.
16683 * gdb.mi/mi-simplerun.exp: Adjust.
16684 * gdb.mi/mi2-simplerun.exp: Adjust.
16685 * gdb.mi/mi-syn-frame.exp: Adjust.
16686 * gdb.mi/mi2-syn-frame.exp: Adjust.
16687 * gdb.mi/mi-until.exp: Adjust.
16688 * gdb.mi/mi2-until.exp: Adjust.
16689 * gdb.mi/mi-var-display.exp: Adjust.
16690 * gdb.mi/mi2-var-display.exp: Adjust.
16691 * gdb.mi/mi-watch.exp: Adjust.
16692 * gdb.mi/mi2-watch.exp: Adjust.
16693
16694 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
16695
16696 * aclocal.m4: Add override.m4.
16697 * configure: Regenerate.
16698
16699 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
16700
16701 * gdb.mi/var-cmd.c (do_at_tests): Verify that
16702 '-var-update --all-values' reports new value even the type
16703 of a variable object has changed.
16704
16705 2008-04-18 Craig Silverstein <csilvers@google.com>
16706
16707 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
16708 files.
16709
16710 2008-04-18 Joel Brobecker <brobecker@adacore.com>
16711
16712 * gdb.ada/atomic_enum: New test program.
16713 * gdb.ada/atomic_enum.exp: New testcase.
16714
16715 2008-04-17 Doug Evans <dje@google.com>
16716
16717 * gdb.opt/Makefile.in: Fix whitespace.
16718
16719 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
16720
16721 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
16722
16723 2008-04-17 Doug Evans <dje@google.com>
16724
16725 * gdb.base/hashline1.exp: New testcase.
16726 * gdb.base/hashline2.exp: New testcase.
16727 * gdb.base/hashline2.exp: New testcase.
16728
16729 2008-04-17 Pedro Alves <pedro@codesourcery.com>
16730
16731 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
16732
16733 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
16734
16735 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
16736 temporary breakpoint to match "Temporary breakpoint".
16737 * gdb.base/break.exp (delete_breakpoints): Likewise.
16738 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
16739 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
16740 * gdb.base/display.exp: Likewise.
16741 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
16742 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
16743 * gdb.base/restore.exp (restore_tests): Likewise.
16744 * gdb.base/sepdebug.exp: Likewise.
16745 * gdb.base/watchpoint.exp: Likewise.
16746 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
16747 * gdb.mi/mi-pending.exp: Likewise.
16748 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
16749 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
16750 * gdb.mi/mi-var-cmd.exp: Likewise.
16751 * gdb.mi/mi-var-display.exp: Likewise.
16752 * gdb.mi/mi2-cli.exp: Likewise.
16753 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
16754 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
16755 * gdb.mi/mi2-var-display.exp: Likewise.
16756 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
16757 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
16758 new "disp" field.
16759 (mi_expect_stop): Move after_reason argument to be really after
16760 reason. This is to support fix for PR2424.
16761
16762 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16763
16764 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
16765
16766 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
16767
16768 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
16769 field. Add more floating varobj tests.
16770 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
16771 field.
16772 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
16773 (main): Call do_at_tests.
16774 * lib/mi-support.exp (mi_create_floating_varobj)
16775 (mi_varobj_update_with_type_change): New.
16776
16777 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
16778
16779 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
16780 option of -var-evaluate-expression.
16781 * gdb.mi/mi2-var-display.exp: Likewise.
16782
16783 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
16784
16785 Introduce test setup helpers.
16786 * lib/gdb.exp (build_executable, clean_restart)
16787 (prepare_for_testing): New.
16788 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
16789 * gdb.base/return.exp: Likewise.
16790 * gdb.base/ending-run.exp: Likewise.
16791
16792 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
16793
16794 * gdb.mi/mi-async.exp: New test for asynchronous Machine
16795 Interface (MI) responses.
16796
16797 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
16798
16799 * gdb.cp/breakpoint.cc: New code to test conditions involving
16800 member variables.
16801 * gdb.cp/breakpoint.exp: Test condition involving member
16802 variables.
16803
16804 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
16805
16806 * lib/mi-support.exp (mi_expect_stop): New.
16807 (mi_run_cmd): Change the
16808 token. Use mi_send_resuming_command, use
16809 mi_expect_stop.
16810 (mi_execute_to_helper): Rename to mi_execute_to.
16811 (mi_send_resuming_command): Add more error patterns.
16812 (mi_wait_for_stop): Renamed to...
16813 (mi_get_stop_line): ...this.
16814 (mi_run_inline_test): Adjust.
16815
16816 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
16817 * gdb.mi/mi-console.exp: Likewise.
16818 * gdb.mi/mi-pending.exp: Likewise.
16819 * gdb.mi/mi-simplerun.exp: Likewise.
16820 * gdb.mi/mi-stack.exp: Likewise.
16821 * gdb.mi/mi-stepi.exp: Likewise.
16822 * gdb.mi/mi-syn-frame.exp: Add comment.
16823 * gdb.mi/mi-until.exp: Likewise.
16824 * gdb.mi/mi-var-display.exp: Likewise.
16825 * gdb.mi/mi-watch.exp: Likewise.
16826 * gdb.mi/mi2-cli.exp: Likewise.
16827 * gdb.mi/mi2-console.exp: Likewise.
16828 * gdb.mi/mi2-simplerun.exp: Likewise.
16829 * gdb.mi/mi2-stack.exp: Likewise.
16830 * gdb.mi/mi2-stepi.exp: Likewise.
16831 * gdb.mi/mi2-until.exp: Likewise.
16832 * gdb.mi/mi2-var-display.exp: Likewise.
16833 * gdb.mi/mi2-watch.exp: Likewise.
16834
16835 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16836
16837 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
16838
16839 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
16840
16841 2008-04-04 Pedro Alves <pedro@codesourcery.com>
16842
16843 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
16844 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
16845 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
16846 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
16847 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
16848 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
16849 expect an mi error duplicated in stderr.
16850
16851 2008-04-03 Joel Brobecker <brobecker@adacore.com>
16852
16853 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
16854 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
16855 Add a couple of tests that verify the behavior when the new setting
16856 is set to "cancel" and "all".
16857 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
16858 "ask" before we start the testing.
16859
16860 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
16861
16862 * gdb.cp/casts.cc: Add class reference variables.
16863 * gdb.cp/casts.exp: New test cases for up/down casting references.
16864
16865 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
16866
16867 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
16868 instead of beginning to make an extra test pass.
16869 * gdb.mi/mi2-var-display.exp: Likewise.
16870
16871 2008-03-31 Maciej W. Rozycki <macro@mips.com>
16872
16873 * gdb.base/break.exp: Mark failures as such. Fix formatting.
16874
16875 2008-03-31 Markus Deuling <deuling@de.ibm.com>
16876 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16877
16878 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
16879 value. Add xfail for older kernels.
16880
16881 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
16882
16883 Bring mi-support in line with gdb.exp.
16884 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
16885 (mi_gdb_start): New function.
16886
16887 2008-03-28 Maciej W. Rozycki <macro@mips.com>
16888
16889 * gdb.mi/mi-var-cmd.exp: Fix a typo.
16890
16891 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
16892
16893 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
16894 * gdb.mi/mi2-var-display.exp: Likewise.
16895
16896 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
16897
16898 * lib/mi-support.exp (mi_create_varobj_checked): New.
16899 (mi_list_varobj_children): Allow to check for a
16900 value.
16901 (mi_list_array_varobj_children): New.
16902
16903 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
16904 and mi_list_varobj_children, as opposed to hardcoding
16905 expected strings.
16906 * gdb.mi/gdb701.exp: Likewise.
16907 * gdb.mi/gdb792.exp: Likewise.
16908 * gdb.mi/mi-var-block.exp: Likewise.
16909 * gdb.mi/mi-var-cmd.exp: Likewise.
16910 * gdb.mi/mi-var-invalidate.exp: Likewise.
16911 * gdb.mi/mi2-var-block.exp: Likewise.
16912 * gdb.mi/mi2-var-child.exp: Likewise.
16913 * gdb.mi/mi2-var-cmd.exp: Likewise.
16914 * gdb.mi/mi2-var-display.exp: Likewise.
16915
16916 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16917
16918 Fix random false FAILs on i386.
16919 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
16920
16921 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
16922
16923 PR gdb/544
16924 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
16925
16926 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
16927
16928 PR gdb/544
16929 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
16930
16931 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
16932
16933 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
16934 fixed PR gdb/544.
16935
16936 2008-03-21 Pedro Alves <pedro@codesourcery.com>
16937
16938 * gdb.threads/fork-child-threads.exp: Test next over fork.
16939
16940 2008-03-21 Chris Demetriou <cgd@google.com>
16941
16942 * gdb.base/break.exp (rbreak junk): New test for rbreak
16943 "Junk at end of arguments" issue.
16944
16945 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
16946
16947 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
16948 *& to work on created array elements.
16949 (Top level): Test print $pc with a file. Test string operations
16950 without a target.
16951 * gdb.base/ptype.exp: Do not expect *& to work on created array
16952 elements.
16953
16954 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
16955
16956 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
16957 gdb.threads/staticthreads.exp: Update exit query.
16958
16959 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
16960
16961 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
16962
16963 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
16964
16965 * gdb.base/watchpoint.c (global_ptr, func4): New.
16966 (main): Call func4.
16967 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
16968 (test_inaccessible_watchpoint): New.
16969
16970 2008-02-29 Maciej W. Rozycki <macro@mips.com>
16971
16972 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
16973 select the largest.
16974
16975 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
16976
16977 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
16978 frames-invalid annotations.
16979
16980 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
16981
16982 * gdb.base/assign.exp: avoid same output for different tests.
16983
16984 2008-02-27 Doug Evans <dje@google.com>
16985
16986 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
16987 for bug 1738.
16988 (breakpoint_to_handler_entry): Ditto.
16989
16990 2008-02-27 Joel Brobecker <brobecker@adacore.com>
16991
16992 * gdb.base/ending-run.exp: Use the first line of code inside
16993 function body to test breakpoints.
16994 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
16995 location where the breakpoint is inserted when using the line
16996 where a function is declared. Fix typo in the description of
16997 one of the tests.
16998 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
16999
17000 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
17001
17002 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
17003 tests.
17004
17005 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
17006
17007 * gdb.base/args.exp: avoid same output for tests
17008 with single quotes.
17009
17010 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
17011
17012 * gdb.base/annota1.exp: Adjust for 'info break'
17013 format changes.
17014 * gdb.base/annota3.exp: Likewise.
17015 * gdb.base/break.exp: Likewise.
17016 * gdb.base/condbreak.exp: Likewise.
17017 * gdb.base/pending.exp: Likewise.
17018 * gdb.base/sepdebug.exp: Likewise.
17019 * gdb.base/unload.exp: Likewise.
17020 * gdb.cp/ovldbreak.exp: Likewise.
17021 * gdb.mi/mi-pending.exp: Likewise.
17022
17023 2008-02-07 Doug Evans <dje@google.com>
17024
17025 * gdb.cp/mb-inline.exp: New.
17026 * gdb.cp/mb-inline.h: New.
17027 * gdb.cp/mb-inline1.cc: New.
17028 * gdb.cp/mb-inline2.cc: New.
17029
17030 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
17031
17032 * gdb.pascal/floats.pas: New test program.
17033 * gdb.pascal/floats.exp: New testcase.
17034
17035 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
17036
17037 * gdb.base/callfuncs.c (t_float_many_args): New function.
17038 (t_double_many_args): New function.
17039 * gdb.base/callfuncs.exp: Add tests for exceeding float
17040 and double parameters passed through the stack.
17041
17042 2008-02-05 Joel Brobecker <brobecker@adacore.com>
17043
17044 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
17045 gdb.ada/complete/foo.adb: New files.
17046 * gdb.ada/complete.exp: New testcase.
17047
17048 2008-02-03 Doug Evans <dje@google.com>
17049
17050 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
17051
17052 * gdb.cp/gdb2384.exp: New file.
17053 * gdb.cp/gdb2384.cc: New file.
17054 * gdb.cp/gdb2384-base.h: New file.
17055 * gdb.cp/gdb2384-base.cc: New file.
17056
17057 2008-02-02 Doug Evans <dje@google.com>
17058
17059 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
17060
17061 2007-02-01 Joel Brobecker <brobecker@adacore.com>
17062
17063 * gdb.ada/sym_print_name: New test program.
17064 * gdb.ada/sym_print_name.exp: New testcase.
17065
17066 2007-02-01 Joel Brobecker <brobecker@adacore.com>
17067
17068 * gdb.ada/nested/hello.adb: New file.
17069 * gdb.ada/nested.exp: New testcase.
17070 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
17071
17072 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
17073
17074 * gdb.mi/basic.c (return_1): New function.
17075 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
17076 don't cause future evaluations of function to report
17077 creation of internal breakpoints.
17078
17079 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
17080
17081 * gdb.mi/mi-break.exp (test_error): New.
17082 Call it.
17083
17084 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
17085
17086 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
17087 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
17088
17089 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
17090
17091 * gdb.pascal/integers.pas: New test program.
17092 * gdb.pascal/integers.exp: New testcase.
17093
17094 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
17095
17096 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
17097
17098 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
17099
17100 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
17101 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
17102
17103 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
17104
17105 * gdb.ada/formatted_ref: New test program.
17106 * gdb.ada/formatted_ref.exp: New testcase.
17107
17108 * gdb.cp/formatted-ref.cc: New file.
17109 * gdb.cp/formatted-ref.exp: New testcase.
17110
17111 2008-01-30 Joel Brobecker <brobecker@adacore.com>
17112
17113 * gdb.base/ptype.exp: Add testing of "ptype $pc".
17114
17115 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
17116
17117 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
17118 (test_file_list_exec_source_file): Update to new macro-info field.
17119
17120 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
17121
17122 * gdb.ada/exprs: New test program.
17123 * gdb.ada/exprs.exp: New testcase.
17124
17125 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
17126
17127 * dfp-test.c (DELTA, DELTA_B): New definitions.
17128 (double_val1, double_val2, double_val3, double_val4, double_val5,
17129 double_val6, double_val7, double_val8, double_val9, double_val10,
17130 double_val11, double_val12, double_val13, double_val14, dec32_val1,
17131 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
17132 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
17133 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
17134 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
17135 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
17136 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
17137 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
17138 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
17139 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
17140 dec128_val16): New global variables.
17141 (decimal_dec128_align): New function.
17142 (decimal_mixed): Likewise.
17143 (decimal_many_args_dec32): Likewise.
17144 (decimal_many_args_dec64): Likewise.
17145 (decimal_many_args_dec128): Likewise.
17146 (decimal_many_args_mixed): Likewise.
17147 * dfp-test.exp: Add tests calling new inferior functions.
17148
17149 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
17150
17151 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
17152 gdb.server/ext-run.exp: New files.
17153 * lib/gdbserver-support.exp (gdbserver_download): New.
17154 (gdbserver_start): New. Update gdbserver expected
17155 output.
17156 (gdbserver_spawn): Use them.
17157 (gdbserver_start_extended): New.
17158
17159 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
17160
17161 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
17162 Run on GNU/Linux.
17163 (do_exec_tests): Check for systems which do not support catchpoints.
17164 Do not match START.
17165 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
17166 Run on GNU/Linux. Enable verbose output.
17167 (check_fork_catchpoints): New.
17168 (explicit_fork_child_follow, catch_fork_child_follow)
17169 (tcatch_fork_parent_follow): Update expected messages.
17170 (do_fork_tests): Use check_fork_catchpoints.
17171 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
17172 Run on GNU/Linux. Enable verbose output.
17173 (check_vfork_catchpoints): New.
17174 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
17175 expected messages.
17176 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
17177
17178 2008-01-29 Jim Blandy <jimb@red-bean.com>
17179
17180 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
17181 host' errors.
17182 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
17183
17184 2008-01-29 Jim Blandy <jimb@red-bean.com>
17185
17186 * gdb.threads/sigthread.c: Use barriers to ensure that
17187 child_thread and child_thread_two are always initialized before we
17188 start to use them.
17189
17190 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
17191
17192 * gdb.base/watchpoint-solib.exp: New.
17193 * gdb.base/watchpoint-solib.c: New.
17194 * gdb.base/watchpoint-solib-shr.c: New.
17195
17196 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
17197
17198 * gdb.base/gdb1056.exp: Add unsigned integer test.
17199
17200 2008-01-28 Doug Evans <dje@google.com>
17201
17202 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
17203
17204 2008-01-27 Jim Blandy <jimb@codesourcery.com>
17205
17206 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
17207
17208 * gdb.base/expand-psymtabs.exp: Doc fix.
17209
17210 2008-01-26 Mark Kettenis <kettenis@gnu.org>
17211
17212 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
17213
17214 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
17215
17216 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
17217 -var-set-format.
17218
17219 2008-01-23 Chris Demetriou <cgd@google.com>
17220
17221 * gdb.threads/thread_events.c: New testcase source file.
17222 * gdb.threads/thread_events.exp: New testcase expect file.
17223
17224 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
17225
17226 * lib/gdb.exp: Add the variable octal.
17227
17228 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
17229 -var-set-format.
17230
17231 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
17232 Vladimir Prus <vladimir@codesourcery.com>
17233
17234 * gdb.base/float.exp: Allow missing floating point for m68k and
17235 PowerPC.
17236
17237 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
17238
17239 * gdb.mi/basics.c: Setup for testing breakpoints
17240 ignore count.
17241 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
17242 * gdb.mi/mi-cli.exp: Adjust.
17243 * gdb.mi/mi2-cli.exp: Adjust.
17244
17245 2008-01-17 Pedro Alves <pedro@codesourcery.com>
17246
17247 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
17248 and 'dummy_ptr' integer pointer. Initialize struct_declarations
17249 with dummy_ptr's address.
17250 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
17251 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
17252 all targets.
17253 * gdb.mi/mi2-var-child.exp: Likewise.
17254
17255 2008-01-09 Joel Brobecker <brobecker@adacore.com>
17256
17257 * gdb.ada/null_array: New test program.
17258 * gdb.ada/null_array.exp: New testcase.
17259
17260 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
17261
17262 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
17263 with required float modifiers.
17264
17265 2008-01-08 Joel Brobecker <brobecker@adacore.com>
17266
17267 * gdb.ada/funcall_param: New test program.
17268 * gdb.ada/funcall_param.exp: New testcase.
17269
17270 2008-01-08 Joel Brobecker <brobecker@adacore.com>
17271
17272 * gdb.ada/arrayparam: New test program.
17273 * gdb.ada/arrayparam.exp: New testcase.
17274
17275 2008-01-08 Joel Brobecker <brobecker@adacore.com>
17276
17277 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
17278 landed. Should also fix random failures in the test following it.
17279
17280 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
17281
17282 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
17283 for expressions with decimal float values.
17284 (test_dfp_conversions): New function to test casts to and from
17285 decimal float types.
17286 Call test_dfp_conversions.
17287 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
17288 elements.
17289 (main): Initialize ds.float4 and ds.double8 elements.
17290 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
17291 string to new error message.
17292 (d64_set_tests): Likewise.
17293 (d128_set_tests): Likewise.
17294 Add tests for expressions with decimal float variables. Add tests for
17295 conversions to and from decimal float types.
17296
17297 2008-01-05 Joel Brobecker <brobecker@adacore.com>
17298
17299 * gdb.ada/packed_tagged/comp_bug.adb: New file.
17300 * gdb.ada/packed_tagged.exp: New testcase.
17301
17302 2008-01-04 Joel Brobecker <brobecker@adacore.com>
17303
17304 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
17305 gdb.ada/homonym/homonym_main.adb: New files.
17306 * gdb.ada/homonym.exp: New testcase.
17307
17308 2008-01-04 Joel Brobecker <brobecker@adacore.com>
17309
17310 * gdb.ada/packed_array.exp: Add testing of references to
17311 a packed array.
17312
17313 2008-01-04 Joel Brobecker <brobecker@adacore.com>
17314
17315 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
17316 New files.
17317 * gdb.ada/type_coercion.exp: New testcase.
17318
17319 2008-01-04 Joel Brobecker <brobecker@adacore.com>
17320
17321 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
17322 gdb.ada/tagged/foo.adb: New file.
17323 * gdb.ada/tagged.exp: New testcase.
17324
17325 2008-01-04 Joel Brobecker <brobecker@adacore.com>
17326
17327 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
17328 gdb.ada/ptype_field/foo.adb: New files.
17329 * gdb.ada/ptype_field.exp: New testcase.
17330
17331 2008-01-03 Joel Brobecker <brobecker@adacore.com>
17332
17333 * gdb.ada/print_pc.exp: New testcase.
17334
17335 2008-01-03 Joel Brobecker <brobecker@adacore.com>
17336
17337 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
17338 gdb.ada/taft_type/p.adb: New files.
17339 * gdb.ada/taft_type.exp: New testcase.
17340
17341 2008-01-03 Joel Brobecker <brobecker@adacore.com>
17342
17343 * gdb.ada/array_bounds/bar.adb: New file.
17344 * gdb.ada/array_bounds.exp: New testcase.
17345
17346 2008-01-03 Joel Brobecker <brobecker@adacore.com>
17347
17348 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
17349 gdb.ada/arrayptr/foo.adb: New files.
17350 * gdb.ada/arrayptr.exp: New testcase.
17351
17352 2008-01-03 Joel Brobecker <brobecker@adacore.com>
17353
17354 * gdb.base/set-lang-auto.exp: New testcase.
17355
17356 2008-01-03 Joel Brobecker <brobecker@adacore.com>
17357
17358 * gdb.ada/fun_addr/foo.adb: New file.
17359 * gdb.ada/fun_addr.exp: New testcase.
17360
17361 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
17362
17363 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
17364 New files
17365
17366 2008-01-02 Joel Brobecker <brobecker@adacore.com>
17367
17368 * array_subscript_addr/p.adb: New file.
17369 * array_subscript_addr.exp: New testcase.
17370
17371 2008-01-02 Joel Brobecker <brobecker@adacore.com>
17372
17373 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
17374 New files.
17375 * gdb.ada/str_cmp_ref.exp: New testcase.
17376
17377 2008-01-01 Joel Brobecker <brobecker@adacore.com>
17378
17379 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
17380 gdb.ada/fun_in_declare/foo.adb: New files.
17381 * gdb.ada/fun_in_declare.exp: New testcase.
17382
17383 2008-01-01 Joel Brobecker <brobecker@adacore.com>
17384
17385 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
17386 gdb.ada/ref_param/pck.ads: New files.
17387 * gdb.ada/ref_param.exp: New testcase.
17388
17389 2008-01-01 Joel Brobecker <brobecker@adacore.com>
17390
17391 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
17392 gdb.ada/interface/foo.adb: New files.
17393 * gdb.ada/interface.exp: New testcase.
17394
17395 2007-12-31 Jim Blandy <jimb@codesourcery.com>
17396
17397 * gdb.base/multi-forks.exp: Consume all output from child
17398 processes before proceeding to next test.
17399
17400 2007-12-29 Jim Blandy <jimb@codesourcery.com>
17401
17402 * configure: Regenerated.
17403
17404 2007-12-27 Joel Brobecker <brobecker@adacore.com>
17405
17406 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
17407 gdb.ada/fixed_cmp/fixed.adb: New files.
17408 * gdb.ada/fixed_cmp.exp: New testcase.
17409
17410 2007-12-27 Joel Brobecker <brobecker@adacore.com>
17411
17412 * gdb.ada/boolean_expr.exp: New testcase.
17413
17414 2007-12-26 Jim Blandy <jimb@codesourcery.com>
17415
17416 * gdb.base/multi-forks.exp: Doc fix.
17417
17418 2007-12-26 Joel Brobecker <brobecker@adacore.com>
17419
17420 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
17421 * gdb.ada/char_param.exp: Do not compile our test program with
17422 -gnata, this is unnecessary.
17423 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
17424
17425 2007-12-24 Joel Brobecker <brobecker@adacore.com>
17426
17427 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
17428 gdb.ada/print_chars/foo.adb: New files.
17429 * gdb.ada/print_chars.exp: New testcase.
17430
17431 2007-12-24 Joel Brobecker <brobecker@adacore.com>
17432
17433 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
17434 gdb.ada/char_param/foo.adb: New files.
17435 * gdb.ada/char_param.exp: New testcase.
17436
17437 2007-12-22 Jim Blandy <jimb@codesourcery.com>
17438
17439 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
17440 hard-coding source line numbers into the test.
17441 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
17442 gdb_get_line_number to find.
17443
17444 2007-12-22 Joel Brobecker <brobecker@adacore.com>
17445
17446 * gdb.base/ptype.c (highest): New struct type.
17447 (the_highest): New variable of that type.
17448 (main): Add dummy assignment to a field of variable the_highest.
17449 * gdb.base/ptype.exp: Test type printing of our new variable.
17450
17451 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
17452
17453 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
17454 and record first explicitly generated thread number.
17455 Use that thread number for thread specific watchpoint test.
17456 Add iteration number to repetitive tests.
17457
17458 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
17459 Jim Blandy <jimb@codesourcery.com>
17460
17461 * gdb.base/expand-psymtabs.c: New testcase
17462 source file.
17463 * gdb.base/expand-psymtabs.exp: New testcase
17464 expect file.
17465
17466 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
17467
17468 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
17469 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
17470
17471 2007-12-17 Joel Brobecker <brobecker@adacore.com>
17472
17473 * gdb.ada/frame_args/foo.adb: New file.
17474 * gdb.ada/frame_args/pck.ads: New file.
17475 * gdb.ada/frame_args/pck.adb: New file.
17476 * gdb.ada/frame_args.exp: New testcase.
17477
17478 2007-12-17 Joel Brobecker <brobecker@adacore.com>
17479
17480 * gdb.base/frame-args.c: New file.
17481 * gdb.base/frame-args.exp: New testcase.
17482
17483 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
17484 Joseph Myers <joseph@codesourcery.com>
17485
17486 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
17487
17488 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
17489
17490 * gdb.mi/mi-pending.exp: New.
17491 * gdb.mi/mi-pending.c: New.
17492 * gdb.mi/mi-pendshr.c: New.
17493
17494 2007-12-06 Jim Blandy <jimb@codesourcery.com>
17495
17496 * gdb.base/default.exp: Update expected output for 'info catch'.
17497
17498 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17499
17500 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
17501 must be set to binary.
17502
17503 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
17504
17505 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
17506
17507 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
17508
17509 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
17510 gdb.mi/mi-file-transfer.exp: New.
17511
17512 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17513
17514 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
17515
17516 2007-11-22 Maciej W. Rozycki <macro@mips.com>
17517
17518 * gdb.trace/backtrace.exp: Fix a typo.
17519 * gdb.trace/circ.exp: Likewise.
17520 * gdb.trace/collection.exp: Likewise.
17521 * gdb.trace/limits.exp: Likewise.
17522 * gdb.trace/report.exp: Likewise.
17523 * gdb.trace/tfind.exp: Likewise.
17524 * gdb.trace/while-dyn.exp: Likewise.
17525
17526 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
17527
17528 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
17529 objects of pointers that can't be dereferenced are now
17530 "noneditable".
17531
17532 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17533
17534 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
17535 (target_cpu): Remove.
17536
17537 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
17538
17539 * gdb.base/ending-run.exp: Expect the list of cleared
17540 breakpoint to come in natural order, not the reversed one.
17541
17542 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
17543
17544 * gdb.mi/mi-var-child.c (do_child_deletion): New.
17545 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
17546
17547 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
17548
17549 * gdb.base/printcmds.exp: New function
17550 test_printf_with_dfp.
17551
17552 2007-11-02 Doug Evans <dje@google.com>
17553
17554 * gdb.disasm/t01_mov.s: Remove carriage returns.
17555 * gdb.disasm/t02_mova.s: Ditto.
17556 * gdb.disasm/t03_add.s: Ditto.
17557 * gdb.disasm/t04_sub.s: Ditto.
17558 * gdb.disasm/t05_cmp.s: Ditto.
17559 * gdb.disasm/t06_ari2.s: Ditto.
17560 * gdb.disasm/t07_ari3.s: Ditto.
17561 * gdb.disasm/t08_or.s: Ditto.
17562 * gdb.disasm/t09_xor.s: Ditto.
17563 * gdb.disasm/t10_and.s: Ditto.
17564 * gdb.disasm/t11_logs.s: Ditto.
17565 * gdb.disasm/t12_bit.s: Ditto.
17566 * gdb.disasm/t13_otr.s: Ditto.
17567
17568 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
17569
17570 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
17571
17572 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17573
17574 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
17575 provide DFP support.
17576
17577 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
17578
17579 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
17580 Test "set powerpc vector-abi". Skip auto-detection tests for old
17581 toolchains.
17582
17583 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
17584
17585 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
17586 with [string compare].
17587
17588 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
17589
17590 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
17591 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
17592
17593 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
17594
17595 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
17596 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
17597 * gdb.opt/Makefile.in: New makefile.
17598 * Makefile.in: Create new directory "gdb.opt".
17599 * configure.ac: Add "gdb.opt" directory.
17600 * configure: Regenerated.
17601
17602 2007-10-25 Doug Evans <dje@google.com>
17603
17604 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
17605 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
17606
17607 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
17608 Thiago Jung Bauermann <bauerman@br.ibm.com>
17609
17610 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
17611 Floating Point expressions.
17612 * gdb.base/dfp-test.exp: new file adding tests for Decimal
17613 Floating Point variables.
17614 * gdb.base/dfp-test.c: new file containing program with Decimal
17615 Floating variables, used by gdb.base/dfp-test.exp.
17616
17617 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
17618
17619 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
17620
17621 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17622
17623 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
17624 compiling test case with GCC.
17625 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
17626
17627 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17628
17629 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
17630 format changes.
17631
17632 2007-10-18 Michael Snyder <msnyder@specifix.com>
17633
17634 * gdb.base/dbx.exp: Add missing "-re " operator.
17635
17636 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
17637
17638 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
17639 * configure.ac: Removed trailing spaces after backslash.
17640 * gdb.modula2: New directory.
17641 * gdb.modula2/Makefile.in: New file.
17642 * gdb.modula2/unbounded-array.exp: New file.
17643 * gdb.modula2/unbounded1.c: New file.
17644
17645 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
17646
17647 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
17648
17649 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
17650
17651 * gdb.base/sigstep.c (main): Add checks for
17652 return values for setitimer call.
17653 Call setitimer again with itimer = ITIMER_REAL
17654 if first call to setitimer fails.
17655
17656 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
17657
17658 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
17659 of $timeout.
17660
17661 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
17662
17663 * gdb.server/server-run.exp: Test for dynamic linker symbols.
17664
17665 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
17666
17667 * lib/gdb.exp (gdb_run_cmd): Move comment outside
17668 of gdb_expect call, to avoid interruption.
17669
17670 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
17671
17672 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
17673 (v_unsigned_long_long, v_long_long_array)
17674 (v_signed_long_long_array, v_unsigned_long_long_array)
17675 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
17676 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
17677 [!NO_LONG_LONG]: New.
17678 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
17679 v_long_long_member.
17680
17681 (v_long_long_func, v_signed_long_long_func)
17682 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
17683 (main) [!NO_LONG_LONG]: Initialize long long variants.
17684
17685 * gdb.base/whatis.exp: If board file requests no_long_long, build
17686 test with NO_LONG_LONG defined. Test long long, signed long long,
17687 and unsigned long long variants but only if board file doesn't
17688 disable it.
17689
17690 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
17691 Daniel Jacobowitz <dan@codesourcery.com>
17692
17693 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
17694 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
17695 * configure: Regenerated.
17696 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
17697 gdb.pascal/types.exp, lib/pascal.exp: New files.
17698
17699 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
17700
17701 * gdb.cp/classes.exp (do_tests): Always step to the line after the
17702 call.
17703 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
17704 to return to the call.
17705 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
17706 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
17707 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
17708 * gdb.mi/mi-until.exp (test_until): Likewise.
17709 * gdb.mi/mi2-until.exp (test_until): Likewise.
17710
17711 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
17712
17713 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
17714 two-char array.
17715 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
17716
17717 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
17718
17719 * gdb.threads/watchthreads.c (thread_function): Sleep between
17720 iterations.
17721 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
17722 at once for S/390. Generate matching fails and passes.
17723
17724 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
17725
17726 * gdb.mi/var-cmd.c (do_children_tests): Initialize
17727 the 'struct_declarations' variable to zeros.
17728
17729 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
17730
17731 * gdb.cp/mb-ctor.cc: New.
17732 * gdb.cp/mb-ctor.exp: New.
17733 * gdb.cp/mb-templates.cc: New.
17734 * gdb.cp/mb-templates.exp: New.
17735
17736 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
17737
17738 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
17739
17740 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
17741
17742 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
17743 targets.
17744 * configure: Regenerate.
17745
17746 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
17747
17748 * gdb.base/annota1.exp: Adjust for 'info break'
17749 format changes.
17750 * gdb.base/annota3.exp: Likewise.
17751 * gdb.base/break.exp: Likewise.
17752 * gdb.base/condbreak.exp: Likewise.
17753 * gdb.base/pending.exp: Likewise.
17754 * gdb.base/sepdebug.exp: Likewise.
17755 * gdb.base/unload.exp: Likewise.
17756 * gdb.base/ovldbreak.exp: Likewise.
17757
17758 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
17759
17760 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
17761 messages.
17762 * gdb.base/chng-syms.exp: Likewise.
17763 * gdb.base/unload.exp: Likewise.
17764
17765 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
17766
17767 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
17768
17769 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
17770
17771 * schedlock.c (NUM): Change to 1.
17772 (main): Use args[0] for the main thread.
17773 * schedlock.exp: Only expect two threads. Only issue one pass or fail
17774 regardless of the number of threads.
17775
17776 2007-09-14 Maciej W. Rozycki <macro@mips.com>
17777
17778 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
17779 type down.
17780 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
17781 test.
17782 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
17783 watchpoint type down.
17784 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
17785 test.
17786
17787 2007-09-14 Maciej W. Rozycki <macro@mips.com>
17788
17789 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
17790 Move all the tests here and run them twice, once using software
17791 watchpoints and once using hardware watchpoints.
17792 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
17793
17794 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
17795
17796 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
17797 test.
17798
17799 2007-09-10 Mark Kettenis <kettenis@gnu.org>
17800
17801 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
17802 build-id.
17803
17804 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
17805 know about $ORIGIN. Calculate output dir from $dest instead of
17806 using ${objdir}/{$subdir}.
17807
17808 2007-09-09 Mark Kettenis <kettenis@gnu.org>
17809
17810 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
17811 gcore, before continuing with the test.
17812
17813 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
17814
17815 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
17816 * gdb.mi/mi-watch.exp: Likewise.
17817
17818 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
17819 Jim Blandy <jimb@codesourcery.com>
17820
17821 * gdb.arch/i386-sse.exp: Do not expect character constants.
17822 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
17823 * gdb.base/display.exp: Allow print/s.
17824 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
17825 and unsigned char array changes.
17826
17827 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
17828
17829 * gdb.base/display.exp: Add tests for printf %p.
17830
17831 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
17832
17833 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
17834 the dll name to unicode.
17835
17836 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
17837
17838 * gdb.base/default.exp (show version): Update the version text.
17839 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
17840
17841 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
17842
17843 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
17844 New files.
17845
17846 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
17847
17848 * lib/gdb.exp (build_id_debug_filename_get): New function.
17849 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
17850 Remove the generate DEBUG file for the future testcase runs.
17851 New testcase for the NT_GNU_BUILD_ID retrieval.
17852 Move the final testing step to ...
17853 (test_different_dir): ... a new function.
17854 New parameter XFAIL to XFAIL all the tests performed.
17855 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
17856 New parameter TYPE to PF_PREFIX all the tests performed.
17857
17858 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
17859
17860 * gdb.mi/mi-var-cp.cc (path_expression): New
17861 function.
17862 * gdb.mi/mi-var-cp.exp: Run path exression tests.
17863
17864 2007-08-27 Markus Deuling <deuling@de.ibm.com>
17865
17866 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
17867 to fit into SPU Local Store memory.
17868
17869 2007-08-23 Joel Brobecker <brobecker@adacore.com>
17870
17871 * gdb.base/default.exp: Adjust the expected output of "info
17872 warranty" after the switch to GPLv3.
17873
17874 2007-08-23 Joel Brobecker <brobecker@adacore.com>
17875
17876 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
17877 to 30000 (from 20000).
17878
17879 2007-08-23 Joel Brobecker <brobecker@adacore.com>
17880
17881 Switch the license of all .exp files to GPLv3.
17882 Switch the license of all .f and .f90 files to GPLv3.
17883 Switch the license of all .s and .S files to GPLv3.
17884
17885 2007-08-23 Joel Brobecker <brobecker@adacore.com>
17886
17887 * configure.ac: Switch license to GPLv3.
17888
17889 2007-08-23 Joel Brobecker <brobecker@adacore.com>
17890
17891 Switch the licensing to GPLv3 for all .ads and .adb files.
17892
17893 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
17894
17895 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
17896 and t_int_double.
17897 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
17898
17899 2007-08-17 Joel Brobecker <brobecker@adacore.com>
17900
17901 * gdb.base/step-line.c: Switch license to GPL version 3, and
17902 update copyright year.
17903 * gdb.base/step-line.inp: Likewise.
17904
17905 2007-08-17 Joel Brobecker <brobecker@adacore.com>
17906
17907 * gdb.base/gdb1555.exp: Make expected output immune to formatting
17908 changes inside gdb1555.c.
17909 * gdb.base/pending.exp: Likewise.
17910
17911 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
17912
17913 * config/default.exp: New file.
17914
17915 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
17916
17917 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
17918 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
17919
17920 2007-07-30 Maciej W. Rozycki <macro@mips.com>
17921
17922 * gdb.base/dump.exp: Force the correct endianness for binary
17923 formats not carrying this information.
17924
17925 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17926
17927 * gdb.threads/staticthreads.exp: Match .*sem_post.
17928
17929 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17930
17931 * gdb.base/readline.exp (operate_and_get_next): Match the final
17932 prompt.
17933
17934 2007-07-23 Kevin Buettner <kevinb@redhat.com>
17935
17936 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
17937 to restarting SID.
17938
17939 2007-07-18 Kevin Buettner <kevinb@redhat.com>
17940
17941 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
17942 prior to `gdb_start'.
17943
17944 2007-07-18 Kevin Buettner <kevinb@redhat.com>
17945
17946 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
17947 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
17948 Remove call to gdb_unload.
17949
17950 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
17951 Daniel Jacobowitz <dan@codesourcery.com>
17952
17953 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
17954 for __WIN32__.
17955 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
17956 * gdb.base/unload.exp: Use shared library test routines.
17957
17958 2007-07-03 Markus Deuling <deuling@de.ibm.com>
17959
17960 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
17961 * gdb.base/solib-symbol-lib.c: Likewise.
17962 * gdb.base/solib-symbol-main.c: Likewise.
17963
17964 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
17965
17966 * config/gdbserver.exp (gdb_reconnect): New.
17967 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
17968 gdb.base/solib-disc.exp: New files.
17969 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
17970 remote debugging".
17971 (gdb_compile): Add shlib_load flag.
17972 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
17973 port.
17974 (gdbserver_reconnect): New.
17975
17976 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
17977 Daniel Jacobowitz <dan@codesourcery.com>
17978
17979 * gdb.base/annota3.exp: Test for if construct.
17980
17981 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
17982
17983 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
17984
17985 2007-06-21 Chris Dearman <chris@mips.com>
17986 Maciej W. Rozycki <macro@mips.com>
17987
17988 * gdb.base/display.exp: Allow a newline after display/i.
17989 * gdb.base/pc-fp.exp: Likewise.
17990 * gdb.base/sigbpt.exp: Likewise.
17991
17992 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
17993
17994 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
17995 required features to be included.
17996
17997 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
17998
17999 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
18000 in info threads output.
18001
18002 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18003 Markus Deuling <deuling@de.ibm.com>
18004
18005 * gdb.arch/spu-info.exp: New testcase.
18006 * gdb.arch/spu-info.c: New file.
18007
18008 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
18009
18010 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
18011 tpcs_offset. Restore lr after the call.
18012 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
18013
18014 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
18015
18016 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
18017 (gdbserver_run): Kill any running gdbserver.
18018 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
18019
18020 2007-05-17 Maciej W. Rozycki <macro@mips.com>
18021
18022 * gdb.base/sigbpt.exp: Preset segv_addr.
18023
18024 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
18025
18026 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
18027 (gdb_compile_shlib): Likewise.
18028 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
18029 (default_gdb_init): Clear cleanfiles.
18030 (gdb_finish): Delete recorded cleanfiles.
18031 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
18032
18033 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
18034 Do not use isnative.
18035 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
18036 gdb.base/so-impl-ld.exp: Likewise.
18037 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
18038 * gdb.base/unload.exp: Likewise. Do not pass empty option to
18039 gdb_compile.
18040
18041 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
18042
18043 * config/unknown.exp: Remove.
18044
18045 2007-05-15 Markus Deuling <deuling@de.ibm.com>
18046
18047 * gdb.base/info-proc.exp: Check is_remote.
18048
18049 2007-05-14 Markus Deuling <deuling@de.ibm.com>
18050
18051 * gdb.base/gcore.exp: Initialize variable core_supported.
18052
18053 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
18054
18055 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
18056
18057 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
18058
18059 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
18060 * gdb.threads/print-threads.exp (test_all_threads): Allow
18061 negative and hexadecimal thread IDs.
18062
18063 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
18064
18065 * gdb.java/jprint.java (public): Avoid invalid call to static
18066 method.
18067
18068 2007-05-14 Denis Pilat <denis.pilat@st.com>
18069
18070 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
18071 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
18072 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
18073 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
18074 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
18075
18076 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18077
18078 * gdb.base/overlays.exp: Add support for targets with only code
18079 overlay support, not data overlay. Support spu-*-* target in
18080 this mode.
18081 * gdb.base/ovlymgr.c: Provide stubs for spu target.
18082 * gdb.base/spu.ld: New file.
18083
18084 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
18085
18086 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
18087
18088 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
18089
18090 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
18091
18092 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
18093
18094 * gdb.java/jmain.exp: Handle demangled names with and without method
18095 signatures.
18096
18097 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
18098
18099 * gdb.mi/mi-syn-frame.c (main, foo, bar)
18100 (have_a_very_merry_interrupt): Remove calls to puts.
18101 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
18102 inferior output.
18103 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
18104 test names.
18105
18106 2007-04-29 Markus Deuling <deuling@de.ibm.com>
18107 Daniel Jacobowitz <dan@codesourcery.com>
18108
18109 * gdb.base/auxv.exp (core_works): Also check is_remote.
18110 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
18111
18112 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
18113
18114 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
18115 message, not the undefined 'module' variable.
18116 * gdb.base/siginfo.exp: Likewise.
18117 * gdb.base/sigstep.exp: Likewise.
18118 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
18119 serialport.
18120 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
18121
18122 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
18123
18124 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
18125 target sim fails. Return 0 otherwise.
18126 (gdb_load): Return prematurely if gdb_target_sim fails.
18127
18128 2007-04-16 Denis Pilat <denis.pilat@st.com>
18129
18130 * gdb.base/setshow.exp: Reset height after having set it to 100.
18131
18132 2007-04-16 Denis Pilat <denis.pilat@st.com>
18133
18134 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
18135
18136 2007-04-16 Denis Pilat <denis.pilat@st.com>
18137
18138 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
18139
18140 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
18141
18142 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
18143 tests. Run the frozen varobjs test.
18144 * gdb.mi/var-cmd.c (do_frozen_tests): New.
18145 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
18146
18147 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18148
18149 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
18150 gdb.base/type-opaque.exp: New files.
18151
18152 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
18153
18154 * gdb.mi/mi-var-child.c
18155 (do_children_tests): User char[2] instead of
18156 char so that automatic printing of pointers to char
18157 don't give unpredicable result.
18158 * gdb.mi/var-cmd.c (do_locals_test): Initialize
18159 local variables.
18160 * gdb.mi/mi-var-child.exp: Step to right line
18161 of do_children_tests.
18162 * gdb.mi/mi2-var-child.exp: Likewise.
18163 * gdb.mi/mi-var-cmd.exp: Step to right line of
18164 do_locals_tests.
18165 (do_children_tests): User char[2] instead of
18166 char so that automatic printing of pointers to char
18167 don't give unpredicable result.
18168 * gdb.mi/mi2-var-cmd.exp: Likewise.
18169 * lib/mi-support.exp (mi_continue_to_line):
18170 Pass test name to mi_wait_for_stop.
18171
18172 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
18173
18174 * gdb.asm/asm-source.exp: Remove d10v case.
18175 * lib/gdb.exp (skip_cplus_tests): Likewise.
18176 * gdb.asm/d10v.inc: Deleted.
18177
18178 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
18179
18180 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
18181
18182 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
18183
18184 * config/netware.exp: Delete file.
18185
18186 2007-03-29 Joel Brobecker <brobecker@adacore.com>
18187
18188 * gdb.dwarf2/dw2-noloc.S: New file.
18189 * gdb.dwarf2/dw2-noloc.exp: New file.
18190
18191 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
18192
18193 * gdb.cp/method2.cc: New test.
18194 * gdb.cp/method2.exp: New test.
18195 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
18196
18197 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
18198
18199 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
18200
18201 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
18202
18203 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
18204
18205 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
18206
18207 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
18208 (gdb_load): Delete, replace with...
18209 (gdb_reload): ...this.
18210 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
18211 * gdb.server/server-mon.exp: Likewise.
18212 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
18213 (gdb_start_cmd): New.
18214 (gdb_file_cmd): Save the last loaded file.
18215 (gdb_reload): New.
18216 (gdb_gnu_strip_debug): Use transform.
18217 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
18218 support here. Use new $last_loaded_file. Check mtime.
18219 (gdb_target_cmd): Handle ObjC failure case.
18220 (infer_host_exec): Delete.
18221 (gdbserver_load): Rename to...
18222 (gdbserver_run): ...this. Simplify.
18223 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
18224 (mi_gdb_load): Move most contents to a new function...
18225 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
18226 (mi_run_cmd): Use mi_gdb_target_load.
18227 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
18228 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
18229 Use gdb_run_cmd.
18230 * gdb.base/charsign.exp: Remove incorrect comment.
18231 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
18232 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
18233 gdb.base/start.exp: Use gdb_start_cmd.
18234
18235 2007-03-23 Nigel Stephens <nigel@mips.com>
18236 Maciej W. Rozycki <macro@mips.com>
18237
18238 * gdb.base/sigbpt.exp: Fix the message when skipping test.
18239 * gdb.base/signull.exp: Similarly.
18240
18241 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18242
18243 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
18244 messages available to test cases (like chng-sym.exp).
18245
18246 2007-03-14 Andreas Schwab <schwab@suse.de>
18247
18248 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
18249 format changes.
18250
18251 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
18252
18253 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
18254 (optimized_1): New.
18255 (main): Call optimized_1.
18256 (gdb2029): Correct typos. Call gdb2029_marker.
18257 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
18258 for gdb2029.
18259
18260 2007-03-12 Mark Kettenis <kettenis@gnu.org>
18261
18262 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
18263 as tabs. Remove redundant test pattern.
18264
18265 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18266
18267 * gdb.base/long_long.exp: Accept optional symbol name in <...>
18268 for /a format output.
18269
18270 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
18271
18272 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
18273 collect output incrementally.
18274
18275 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18276
18277 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
18278 for -var-create lpcharacter test.
18279 * gdb.mi/mi2-var-cmd.exp: Likewise.
18280
18281 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18282
18283 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
18284 pass on targets where address zero is readable.
18285
18286 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18287
18288 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
18289 just a single architecture.
18290
18291 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18292
18293 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
18294 (fetch_all_registers): New function, uses gdb_test_multiple and
18295 exp_continue to fetch inferior output line-by-line.
18296 Replace all uses of do_get_all_registers by fetch_all_registers.
18297
18298 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18299
18300 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
18301 in target_info.
18302
18303 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
18304
18305 * gdb.threads/manythreads.exp: Use $message string for
18306 consistancy; add a default (timeout) case.
18307
18308 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
18309
18310 * gdb.base/watchpoint.exp: Fix truncated comment.
18311
18312 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
18313
18314 * Makefile.in: Remove spurious single-quotes from sed command.
18315
18316 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
18317
18318 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
18319 func.
18320 * gdb.mi/mi2-var-cmd.exp: Likewise.
18321
18322 2007-02-27 Joel Brobecker <brobecker@adacore.com>
18323
18324 * gdb.dwarf2/dw2-producer.S: New file.
18325 * gdb.dwarf2/dw2-producer.exp: New testcase.
18326
18327 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
18328
18329 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
18330 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
18331 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
18332 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
18333 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
18334 Revert tests to use mi_gdb_test and include value field in output
18335 of -var-create.
18336
18337 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
18338
18339 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
18340
18341 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
18342
18343 * gdb.base/maint.exp: Remove full paths from test names.
18344 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
18345 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
18346
18347 2007-02-27 Joel Brobecker <brobecker@adacore.com>
18348
18349 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
18350
18351 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
18352
18353 * gdb.server/server-mon.exp: New test.
18354
18355 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
18356
18357 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
18358
18359 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
18360
18361 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
18362 register capitalization.
18363
18364 2007-02-13 Denis Pilat <denis.pilat@st.com>
18365
18366 * gdb.mi/mi-var-invalidate.exp: New file.
18367
18368 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
18369
18370 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
18371
18372 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
18373
18374 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
18375
18376 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
18377
18378 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
18379 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
18380
18381 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
18382
18383 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
18384 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
18385 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
18386 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
18387 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
18388 * gdb.mi/gdb792.exp, lib/mi-support.exp:
18389 Update tests to include value field in output of -var-create.
18390
18391 2007-02-08 Andreas Schwab <schwab@suse.de>
18392
18393 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
18394
18395 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
18396
18397 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
18398 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
18399
18400 2007-02-02 Denis Pilat <denis.pilat@st.com>
18401
18402 * gdb.threads/threadapply.exp: check that frame is not changed by
18403 the thread apply all command.
18404
18405 2007-01-31 Andreas Schwab <schwab@suse.de>
18406
18407 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
18408
18409 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
18410 in the dwarf sections.
18411 * gdb.dwarf2/mac-fileno.S: Likewise.
18412
18413 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
18414 bspstore register on ia64.
18415
18416 2007-01-29 Andreas Schwab <schwab@suse.de>
18417
18418 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
18419 "frame-begin" annotation.
18420
18421 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
18422 number of "frames-invalid" annotations.
18423
18424 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
18425
18426 * gdb.base/commands.exp: Call if_commands_test.
18427 (gdb_test_no_prompt, if_commands_test): New.
18428
18429 2007-01-28 Mark Kettenis <kettenis@gnu.org>
18430
18431 * gdb.threads/sigthread.c (NSIGS): Make bigger.
18432
18433 2007-01-27 Andreas Schwab <schwab@suse.de>
18434
18435 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
18436 .short/.int/.quad in the dwarf sections.
18437 * gdb.dwarf2/dw2-intercu.S: Likewise.
18438 * gdb.dwarf2/dw2-intermix.S: Likewise.
18439
18440 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18441
18442 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
18443 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
18444 array.
18445 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
18446 * gdb.base/setvar.exp: Likewise.
18447
18448 2007-01-26 Andreas Schwab <schwab@suse.de>
18449
18450 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
18451 test.
18452
18453 * gdb.base/multi-forks.exp ("restart $i"): Also match
18454 __kernel_syscall_via_break.
18455
18456 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
18457
18458 * lib/mi-support.exp (mi_delete_varobj): New.
18459 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
18460 testcase.
18461 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
18462 (main): Call the above.
18463 (reference_update_test, base_in_reference_test)
18464 (reference_to_pointer): Delete the created varobjs.
18465
18466 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
18467
18468 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
18469 * configure: Regenerated.
18470 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
18471 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
18472 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
18473 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
18474 * lib/gdb.exp (gdb_skip_xml_test): New function.
18475
18476 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
18477
18478 * gdb.base/sigrepeat.exp: Correct error message.
18479
18480 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18481 Daniel Jacobowitz <dan@codesourcery.com>
18482
18483 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
18484 gdb.arch/i386-gnu-cfi-asm.S: New files.
18485
18486 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
18487
18488 * lib/gdb.exp: Abort on missing `site.exp'.
18489
18490 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18491 Daniel Jacobowitz <dan@codesourcery.com>
18492
18493 * gdb.base/included.c, gdb.base/included.exp,
18494 gdb.base/included.h: New files.
18495
18496 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
18497
18498 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
18499 (maximize_rlimit): Reduce limits on 64-bit systems.
18500
18501 2007-01-19 Mark Kettenis <kettenis@gnu.org>
18502
18503 From Marcus Deuling <deuling@de.ibm.com>:
18504 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
18505 every case.
18506
18507 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
18508
18509 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
18510 (test_path_specification): Use objdir instead of srcdir to always
18511 get an absolute filename.
18512
18513 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
18514
18515 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
18516
18517 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
18518
18519 * gdb.mi/mi-var-cp.cc (reference_update_tests):
18520 Make sure the variable we're using is in scope.
18521 (reference_to_pointer): Likewise.
18522
18523 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
18524
18525 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
18526 has no debug information.
18527
18528 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
18529
18530 * gdb.base/annota1.exp: Remove extra send_gdb.
18531
18532 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
18533
18534 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
18535
18536 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
18537
18538 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
18539
18540 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
18541 Daniel Jacobowitz <dan@codesourcery.com>
18542
18543 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
18544 lcharacter or linteger change. Correct duplicated test name.
18545 * gdb.mi/mi2-var-cmd.exp: Likewise.
18546
18547 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
18548
18549 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
18550
18551 2007-01-05 Joel Brobecker <brobecker@adacore.com>
18552
18553 * gdb.base/nofield.c: New file.
18554 * gdb.base/nofield.exp: New testcase.
18555
18556 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
18557
18558 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
18559
18560 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
18561 test.
18562
18563 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
18564
18565 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
18566
18567 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
18568
18569 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
18570 when continuing.
18571
18572 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
18573
18574 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
18575 Expect ".exe" extension.
18576
18577 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
18578
18579 * gdb.base/charset.exp: Add explicit filename to break.
18580 * gdb.base/dbx.exp: Add explicit filename to breaks.
18581
18582 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
18583
18584 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
18585 * gdb.mi/mi2-file.exp: Likewise.
18586
18587 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
18588
18589 Implement specification of MI tests as comments
18590 in C and C++ sources.
18591 * lib/mi-support.exp (mi_autotest_data): New variable.
18592 (mi_autotest_source): New variable.
18593 (count_newlines, mi_prepare_inline_tests)
18594 (mi_get_inline_test, mi_continue_to_line)
18595 (mi_run_inline_test, mi_tbreak)
18596 (mi_send_resuming_command, mi_wait_for_stop): New functions.
18597 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
18598 Run inline tests.
18599 * gdb.mi/mi-var-cp.cc: Define tests here.
18600
18601 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
18602
18603 Simplify usage of mi_continue_to.
18604 * lib/mi-support.exp (mi_runto_helper): Renamed
18605 from mi_runto, added new parameter 'run_or_continue'.
18606 (mi_runto): Use mi_runto_helper.
18607 (mi_continue_to): Accept just function name as parameter.
18608 Use mi_runto_helper.
18609 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
18610 * gdb.mi/mi2-var-cmd.exp: Likewise.
18611
18612 2006-01-04 Joel Brobecker <brobecker@adacore.com>
18613
18614 Make this testcase a bit more realistic. The current code
18615 is too simplistic, and allows the compiler to optimize out
18616 some of the entities we need for this testcase.
18617 * gdb.ada/null_record/bar.ads (Void_Star): New type.
18618 (Do_Nothing): Add extra parameter.
18619 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
18620 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
18621 by using a variable of type Void_Star.
18622
18623 2006-01-04 Joel Brobecker <brobecker@adacore.com>
18624
18625 * gdb.ada/catch_ex/foo.adb: New file.
18626 * gdb.ada/catch_ex.exp: New testcase.
18627
18628 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
18629
18630 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
18631 pass --image-base to linker.
18632
18633 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18634 Daniel Jacobowitz <dan@codesourcery.com>
18635
18636 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
18637 secondary prompts.
18638
18639 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
18640
18641 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
18642 output. Test the types of members and member pointers.
18643 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
18644 gdb/2092.
18645 * gdb.cp/member-ptr.exp: Search for a comment instead of a
18646 statement. Enable for GCC. Update expected output for some tests
18647 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
18648 layout.
18649 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
18650 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
18651 (Diamond::vget_base): New.
18652 (main): Add new tests.
18653 * gdb.cp/printmethod.exp: Update expected output for member functions.
18654 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
18655 print pEe->D::vg().
18656
18657 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
18658
18659 * gdb.threads/tls.exp: Allow stops in sem_post.
18660
18661 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
18662
18663 * gdb.base/annota1.exp: Allow .*printf in backtraces.
18664 * gdb.base/annota3.exp: Likewise.
18665 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
18666 again (instead of timing out).
18667 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
18668 GCC bug 26475.
18669 * gdb.java/jmisc.exp: Adjust to work with method signatures including
18670 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
18671 test from jmisc1.exp.
18672 * gdb.java/jmisc1.exp: Delete.
18673 * gdb.java/jprint.exp: Adjust to work with method signatures including
18674 return types.
18675 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
18676 * gdb.threads/linux-dp.exp: Don't be confused by program output.
18677 * lib/java.exp (compile_java_from_source): Pass the correct type
18678 to target_compile.
18679
18680 2006-12-31 Joel Brobecker <brobecker@adacore.com>
18681
18682 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
18683 (stack_align_edx): New function.
18684 (stack_align_eax): New function.
18685 (main): Add calls to stack_align_edx and stack_align_eax.
18686 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
18687 Add testing for the cases where the register used during a stack
18688 realignment is edx. Same for eax.
18689
18690 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
18691
18692 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
18693 and generic PE targets.
18694
18695 2006-12-29 Joel Brobecker <brobecker@adacore.com>
18696
18697 * gdb.ada/array_return.exp: Update copyright date list.
18698
18699 2006-12-27 Joel Brobecker <brobecker@adacore.com>
18700
18701 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
18702 (Create_Small_Float_Vector): New function.
18703 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
18704 function body.
18705 * gdb.ada/array_return/p.adb: Use new type and function from
18706 package Pck.
18707 * gdb.ada/array_return.exp: Add a test verifying that GDB is
18708 able to print the value returned by a function returning an
18709 array of float.
18710
18711 2006-12-20 Joel Brobecker <brobecker@adacore.com>
18712
18713 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
18714 The associated tests should be PASSing.
18715
18716 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
18717
18718 Test for base in references.
18719 * gdb.mi/mi-var-cp.cc: Add test code.
18720 * gdb.mi/mi-var-cp.exp: Test for bases in references.
18721 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
18722 * gdb.mi/mi2-watch.exp: Likewise.
18723 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
18724 (mi_list_varobj_children): New function.
18725
18726 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
18727
18728 * lib/mi-support.exp
18729 (mi_runto): Accept "()" after function name.
18730 (mi_create_varobj): New function.
18731 (mi_varobj_update): New function.
18732 (mi_Check_varobj_value): New function.
18733 * gdb.mi/mi-var-cp.exp: New file.
18734 * gdb.mi/mi-var-cp.cc: New file.
18735
18736 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
18737
18738 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
18739 gdb.base/weaklib2.c: New files.
18740
18741 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
18742
18743 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
18744 info. Adjust test names.
18745
18746 * gdb.base/break.c (main): Move position of malloc.
18747 * gdb.base/break.exp: Revert mistaken checkin.
18748
18749 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
18750
18751 * gdb.mi/mi-var-cmd.exp: Check -var-update after
18752 assignement of arrays and function pointers.
18753 * gdb.mi/var-cmd.c: Add declaration necessary for above
18754 tests.
18755
18756 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
18757
18758 * gdb.base/break.c (main): Call malloc.
18759
18760 * gdb.threads/linux-dp.exp: Read thread table before and after
18761 creating each philosopher and verify it.
18762
18763 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
18764 Paul Brook <paul@codesourcery.com>
18765 Daniel Jacobowitz <dan@codesourcery.com>
18766
18767 * gdb.base/ending-run.exp: Flatten expect script stepping out of
18768 main to remove duplication. Add start function of the form
18769 '_*start[1-9]*'. Add RVDS start function.
18770
18771 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
18772
18773 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
18774
18775 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18776
18777 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
18778 * gdb.asm/spu.inc: New file.
18779 * gdb.base/term.exp: Disable if [target_info exists noargs].
18780 * gdb.gdb/complaints.exp: Disable if ![isnative].
18781 * gdb.gdb/selftest.exp: Likewise.
18782 * gdb.gdb/observer.exp: Likewise.
18783 * gdb.gdb/xfullpath.exp: Likewise.
18784 * gdb.base/attach.exp: Disable on SPU target.
18785 * gdb.cp/bs145503.exp: Likewise.
18786 * gdb.cp/exception.exp: Likewise.
18787 * gdb.cp/userdef.exp: Likewise.
18788
18789 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
18790
18791 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
18792
18793 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
18794
18795 * gdb.base/completion.exp: Fix completion tests for
18796 'info' and 'info '.
18797 * gdb.base/help.exp (help_test_raw, test_class_help)
18798 (test_prefix_command_help): Move...
18799 * lib/gdb.exp: Here.
18800 * gdb.base/main.exp: Adjust.
18801 * gdb.cp/maint.exp: Adjust.
18802 * gdb.trace/tracecmd.exp: Use test_help_class.
18803
18804 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
18805
18806 * gdb.stabs/weird.exp (print_weird_var): Use
18807 gdb_test_multiple instead of gdb_expect.
18808
18809 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
18810
18811 * gdb.base/help.exp (help_test_raw): New.
18812 (test_class_help): New.
18813 (test_prefix_command_help): New.
18814 Adjust testcases.
18815
18816 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
18817
18818 * gdb.base/constvars.c (main): Write to crass and crips, so that
18819 they are allocated by the compiler.
18820
18821 2006-10-27 Andreas Schwab <schwab@suse.de>
18822
18823 * gdb.base/multi-forks.exp: Use "detach fork" instead of
18824 "detach-fork".
18825
18826 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
18827
18828 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
18829 of patterns.
18830
18831 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
18832
18833 * gdb.base/sepdebug.exp: Remove debug format test.
18834 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
18835 Handle no-symtab.
18836 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
18837
18838 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
18839
18840 * gdb.threads/manythreads.c (thread_function, main): Don't cast
18841 int to pointer or pointer to int.
18842 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
18843
18844 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
18845
18846 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
18847
18848 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
18849
18850 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
18851
18852 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
18853
18854 PR c++/2116
18855 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
18856
18857 2006-10-06 Joel Brobecker <brobecker@adacore.com>
18858
18859 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
18860 the corresponding bug has been fixed in GDB (PR/2018).
18861
18862 2006-10-06 Joel Brobecker <brobecker@adacore.com>
18863
18864 * gdb.base/subst.exp: New testcase.
18865
18866 2006-10-06 Joel Brobecker <brobecker@adacore.com>
18867
18868 * gdb.ada/array_return/pck.ads: Add copyright notice.
18869 * gdb.ada/array_return/pck.adb: Likewise.
18870 * gdb.ada/array_return/p.adb: Likewise.
18871 * gdb.ada/exec_changed/first.adb: Likewise.
18872 * gdb.ada/exec_changed/second.adb: Likewise.
18873
18874 2006-10-06 Joel Brobecker <brobecker@adacore.com>
18875
18876 * gdb.ada/watch_arg/watch.adb: New file.
18877 * gdb.ada/watch_arg.exp: New testcase.
18878
18879 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
18880
18881 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
18882 via string_to_regexp.
18883 * gdb.mi/mi2-basics.exp: Likewise.
18884
18885 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
18886
18887 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
18888 Remove unused / obsolete files.
18889
18890 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
18891
18892 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
18893
18894 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
18895
18896 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
18897 HIGH_FRAME argument to -stack-list-arguments can be larger than
18898 the number of frames.
18899
18900 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
18901
18902 * gdb.base/args.c (main): Add breakpoint marker.
18903 * gdb.base/args.exp: Use args_test for tests. Add new tests which
18904 really test empty arguments.
18905 (args_load): Delete.
18906 (args_test): New.
18907
18908 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
18909
18910 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
18911 check for one file.
18912
18913 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
18914
18915 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
18916 HIGH_FRAME argument to -stack-list-locals can be larger than
18917 the number of frames.
18918
18919 2006-08-18 Fred Fish <fnf@specifix.com>
18920
18921 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
18922 '$' in front of skip_vmx_tests_saved when setting that.
18923
18924 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
18925
18926 * gdb.base/trace-commands.exp: New file.
18927
18928 2006-08-10 Joel Brobecker <brobecker@adacore.com>
18929 Daniel Jacobowitz <dan@codesourcery.com>
18930
18931 * gdb.base/step-bt.exp: Make hexadecimal address optional in
18932 expected output of the backtrace commands.
18933
18934 2006-08-09 Joel Brobecker <brobecker@adacore.com>
18935
18936 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
18937 untested followed by return combination.
18938 * gdb.arch/altivec-regs.exp: Likewise.
18939 * gdb.arch/e500-abi.exp: Likewise.
18940 * gdb.arch/e500-regs.exp: Likewise.
18941 * gdb.arch/gdb1291.exp: Likewise.
18942 * gdb.arch/gdb1431.exp: Likewise.
18943 * gdb.arch/gdb1558.exp: Likewise.
18944 * gdb.arch/i386-prologue.exp: Likewise.
18945 * gdb.arch/i386-unwind.exp: Likewise.
18946 * gdb.asm/asm-source.exp: Likewise.
18947 * gdb.base/a2-run.exp: Likewise.
18948 * gdb.base/advance.exp: Likewise.
18949 * gdb.base/all-bin.exp: Likewise.
18950 * gdb.base/annota1.exp: Likewise.
18951 * gdb.base/annota3.exp: Likewise.
18952 * gdb.base/args.exp: Likewise.
18953 * gdb.base/arithmet.exp: Likewise.
18954 * gdb.base/assign.exp: Likewise.
18955 * gdb.base/async.exp: Likewise.
18956 * gdb.base/attach.exp: Likewise.
18957 * gdb.base/bang.exp: Likewise.
18958 * gdb.base/bigcore.exp: Likewise.
18959 * gdb.base/bitfields.exp: Likewise.
18960 * gdb.base/bitfields2.exp: Likewise.
18961 * gdb.base/break.exp: Likewise.
18962 * gdb.base/call-sc.exp: Likewise.
18963 * gdb.base/call-strs.exp: Likewise.
18964 * gdb.base/callfuncs.exp: Likewise.
18965 * gdb.base/checkpoint.exp: Likewise.
18966 * gdb.base/chng-syms.exp: Likewise.
18967 * gdb.base/code-expr.exp: Likewise.
18968 * gdb.base/commands.exp: Likewise.
18969 * gdb.base/completion.exp: Likewise.
18970 * gdb.base/cond-expr.exp: Likewise.
18971 * gdb.base/condbreak.exp: Likewise.
18972 * gdb.base/consecutive.exp: Likewise.
18973 * gdb.base/constvars.exp: Likewise.
18974 * gdb.base/corefile.exp: Likewise.
18975 * gdb.base/cvexpr.exp: Likewise.
18976 * gdb.base/dbx.exp: Likewise.
18977 * gdb.base/define.exp: Likewise.
18978 * gdb.base/detach.exp: Likewise.
18979 * gdb.base/display.exp: Likewise.
18980 * gdb.base/dump.exp: Likewise.
18981 * gdb.base/ena-dis-br.exp: Likewise.
18982 * gdb.base/ending-run.exp: Likewise.
18983 * gdb.base/environ.exp: Likewise.
18984 * gdb.base/eval-skip.exp: Likewise.
18985 * gdb.base/exprs.exp: Likewise.
18986 * gdb.base/fileio.exp: Likewise.
18987 * gdb.base/finish.exp: Likewise.
18988 * gdb.base/float.exp: Likewise.
18989 * gdb.base/foll-exec.exp: Likewise.
18990 * gdb.base/foll-fork.exp: Likewise.
18991 * gdb.base/foll-vfork.exp: Likewise.
18992 * gdb.base/freebpcmd.exp: Likewise.
18993 * gdb.base/funcargs.exp: Likewise.
18994 * gdb.base/gcore.exp: Likewise.
18995 * gdb.base/gdb1090.exp: Likewise.
18996 * gdb.base/gdb1250.exp: Likewise.
18997 * gdb.base/huge.exp: Likewise.
18998 * gdb.base/info-proc.exp: Likewise.
18999 * gdb.base/interrupt.exp: Likewise.
19000 * gdb.base/jump.exp: Likewise.
19001 * gdb.base/langs.exp: Likewise.
19002 * gdb.base/lineinc.exp: Likewise.
19003 * gdb.base/list.exp: Likewise.
19004 * gdb.base/logical.exp: Likewise.
19005 * gdb.base/long_long.exp: Likewise.
19006 * gdb.base/macscp.exp: Likewise.
19007 * gdb.base/maint.exp: Likewise.
19008 * gdb.base/mips_pro.exp: Likewise.
19009 * gdb.base/miscexprs.exp: Likewise.
19010 * gdb.base/multi-forks.exp: Likewise.
19011 * gdb.base/opaque.exp: Likewise.
19012 * gdb.base/overlays.exp: Likewise.
19013 * gdb.base/pc-fp.exp: Likewise.
19014 * gdb.base/pointers.exp: Likewise.
19015 * gdb.base/printcmds.exp: Likewise.
19016 * gdb.base/psymtab.exp: Likewise.
19017 * gdb.base/ptype.exp: Likewise.
19018 * gdb.base/recurse.exp: Likewise.
19019 * gdb.base/relational.exp: Likewise.
19020 * gdb.base/relocate.exp: Likewise.
19021 * gdb.base/remote.exp: Likewise.
19022 * gdb.base/reread.exp: Likewise.
19023 * gdb.base/restore.exp: Likewise.
19024 * gdb.base/return.exp: Likewise.
19025 * gdb.base/return2.exp: Likewise.
19026 * gdb.base/scope.exp: Likewise.
19027 * gdb.base/sect-cmd.exp: Likewise.
19028 * gdb.base/sep.exp: Likewise.
19029 * gdb.base/sepdebug.exp: Likewise.
19030 * gdb.base/setshow.exp: Likewise.
19031 * gdb.base/setvar.exp: Likewise.
19032 * gdb.base/sigall.exp: Likewise.
19033 * gdb.base/sigbpt.exp: Likewise.
19034 * gdb.base/signals.exp: Likewise.
19035 * gdb.base/signull.exp: Likewise.
19036 * gdb.base/sizeof.exp: Likewise.
19037 * gdb.base/solib.exp: Likewise.
19038 * gdb.base/step-line.exp: Likewise.
19039 * gdb.base/step-test.exp: Likewise.
19040 * gdb.base/structs.exp: Likewise.
19041 * gdb.base/structs2.exp: Likewise.
19042 * gdb.base/term.exp: Likewise.
19043 * gdb.base/twice.exp: Likewise.
19044 * gdb.base/until.exp: Likewise.
19045 * gdb.base/varargs.exp: Likewise.
19046 * gdb.base/volatile.exp: Likewise.
19047 * gdb.base/watchpoint.exp: Likewise.
19048 * gdb.base/whatis-exp.exp: Likewise.
19049 * gdb.base/whatis.exp: Likewise.
19050 * gdb.cp/ambiguous.exp: Likewise.
19051 * gdb.cp/annota2.exp: Likewise.
19052 * gdb.cp/annota3.exp: Likewise.
19053 * gdb.cp/bool.exp: Likewise.
19054 * gdb.cp/breakpoint.exp: Likewise.
19055 * gdb.cp/casts.exp: Likewise.
19056 * gdb.cp/class2.exp: Likewise.
19057 * gdb.cp/classes.exp: Likewise.
19058 * gdb.cp/cplusfuncs.exp: Likewise.
19059 * gdb.cp/ctti.exp: Likewise.
19060 * gdb.cp/derivation.exp: Likewise.
19061 * gdb.cp/exception.exp: Likewise.
19062 * gdb.cp/gdb1355.exp: Likewise.
19063 * gdb.cp/hang.exp: Likewise.
19064 * gdb.cp/inherit.exp: Likewise.
19065 * gdb.cp/local.exp: Likewise.
19066 * gdb.cp/m-data.exp: Likewise.
19067 * gdb.cp/m-static.exp: Likewise.
19068 * gdb.cp/member-ptr.exp: Likewise.
19069 * gdb.cp/method.exp: Likewise.
19070 * gdb.cp/misc.exp: Likewise.
19071 * gdb.cp/namespace.exp: Likewise.
19072 * gdb.cp/overload.exp: Likewise.
19073 * gdb.cp/ovldbreak.exp: Likewise.
19074 * gdb.cp/pr-1023.exp: Likewise.
19075 * gdb.cp/pr-1210.exp: Likewise.
19076 * gdb.cp/pr-574.exp: Likewise.
19077 * gdb.cp/printmethod.exp: Likewise.
19078 * gdb.cp/psmang.exp: Likewise.
19079 * gdb.cp/ref-params.exp: Likewise.
19080 * gdb.cp/ref-types.exp: Likewise.
19081 * gdb.cp/rtti.exp: Likewise.
19082 * gdb.cp/templates.exp: Likewise.
19083 * gdb.cp/try_catch.exp: Likewise.
19084 * gdb.cp/userdef.exp: Likewise.
19085 * gdb.cp/virtfunc.exp: Likewise.
19086 * gdb.disasm/am33.exp: Likewise.
19087 * gdb.disasm/h8300s.exp: Likewise.
19088 * gdb.disasm/mn10300.exp: Likewise.
19089 * gdb.disasm/sh3.exp: Likewise.
19090 * gdb.disasm/t01_mov.exp: Likewise.
19091 * gdb.disasm/t02_mova.exp: Likewise.
19092 * gdb.disasm/t03_add.exp: Likewise.
19093 * gdb.disasm/t04_sub.exp: Likewise.
19094 * gdb.disasm/t05_cmp.exp: Likewise.
19095 * gdb.disasm/t06_ari2.exp: Likewise.
19096 * gdb.disasm/t07_ari3.exp: Likewise.
19097 * gdb.disasm/t08_or.exp: Likewise.
19098 * gdb.disasm/t09_xor.exp: Likewise.
19099 * gdb.disasm/t10_and.exp: Likewise.
19100 * gdb.disasm/t11_logs.exp: Likewise.
19101 * gdb.disasm/t12_bit.exp: Likewise.
19102 * gdb.disasm/t13_otr.exp: Likewise.
19103 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
19104 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
19105 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
19106 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
19107 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
19108 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
19109 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
19110 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
19111 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
19112 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
19113 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
19114 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
19115 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
19116 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
19117 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
19118 * gdb.mi/gdb701.exp: Likewise.
19119 * gdb.mi/gdb792.exp: Likewise.
19120 * gdb.mi/mi-basics.exp: Likewise.
19121 * gdb.mi/mi-break.exp: Likewise.
19122 * gdb.mi/mi-cli.exp: Likewise.
19123 * gdb.mi/mi-console.exp: Likewise.
19124 * gdb.mi/mi-disassemble.exp: Likewise.
19125 * gdb.mi/mi-eval.exp: Likewise.
19126 * gdb.mi/mi-file.exp: Likewise.
19127 * gdb.mi/mi-read-memory.exp: Likewise.
19128 * gdb.mi/mi-regs.exp: Likewise.
19129 * gdb.mi/mi-return.exp: Likewise.
19130 * gdb.mi/mi-simplerun.exp: Likewise.
19131 * gdb.mi/mi-stack.exp: Likewise.
19132 * gdb.mi/mi-stepi.exp: Likewise.
19133 * gdb.mi/mi-syn-frame.exp: Likewise.
19134 * gdb.mi/mi-until.exp: Likewise.
19135 * gdb.mi/mi-var-block.exp: Likewise.
19136 * gdb.mi/mi-var-child.exp: Likewise.
19137 * gdb.mi/mi-var-cmd.exp: Likewise.
19138 * gdb.mi/mi-var-display.exp: Likewise.
19139 * gdb.mi/mi-watch.exp: Likewise.
19140 * gdb.mi/mi2-basics.exp: Likewise.
19141 * gdb.mi/mi2-break.exp: Likewise.
19142 * gdb.mi/mi2-cli.exp: Likewise.
19143 * gdb.mi/mi2-console.exp: Likewise.
19144 * gdb.mi/mi2-disassemble.exp: Likewise.
19145 * gdb.mi/mi2-eval.exp: Likewise.
19146 * gdb.mi/mi2-file.exp: Likewise.
19147 * gdb.mi/mi2-read-memory.exp: Likewise.
19148 * gdb.mi/mi2-regs.exp: Likewise.
19149 * gdb.mi/mi2-return.exp: Likewise.
19150 * gdb.mi/mi2-simplerun.exp: Likewise.
19151 * gdb.mi/mi2-stack.exp: Likewise.
19152 * gdb.mi/mi2-stepi.exp: Likewise.
19153 * gdb.mi/mi2-syn-frame.exp: Likewise.
19154 * gdb.mi/mi2-until.exp: Likewise.
19155 * gdb.mi/mi2-var-block.exp: Likewise.
19156 * gdb.mi/mi2-var-child.exp: Likewise.
19157 * gdb.mi/mi2-var-cmd.exp: Likewise.
19158 * gdb.mi/mi2-var-display.exp: Likewise.
19159 * gdb.mi/mi2-watch.exp: Likewise.
19160 * gdb.stabs/exclfwd.exp: Likewise.
19161 * gdb.stabs/weird.exp: Likewise.
19162 * gdb.threads/gcore-thread.exp: Likewise.
19163 * gdb.trace/actions.exp: Likewise.
19164 * gdb.trace/backtrace.exp: Likewise.
19165 * gdb.trace/circ.exp: Likewise.
19166 * gdb.trace/collection.exp: Likewise.
19167 * gdb.trace/deltrace.exp: Likewise.
19168 * gdb.trace/infotrace.exp: Likewise.
19169 * gdb.trace/limits.exp: Likewise.
19170 * gdb.trace/packetlen.exp: Likewise.
19171 * gdb.trace/passc-dyn.exp: Likewise.
19172 * gdb.trace/passcount.exp: Likewise.
19173 * gdb.trace/report.exp: Likewise.
19174 * gdb.trace/save-trace.exp: Likewise.
19175 * gdb.trace/tfind.exp: Likewise.
19176 * gdb.trace/tracecmd.exp: Likewise.
19177 * gdb.trace/while-dyn.exp: Likewise.
19178 * gdb.trace/while-stepping.exp: Likewise.
19179
19180 2006-08-08 Joel Brobecker <brobecker@adacore.com>
19181
19182 * gdb.base/step-bt.c: New file.
19183 * gdb.base/step-bt.exp: New testcase.
19184
19185 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
19186
19187 * config/monitor.exp (gdb_load): Remove support for obsolete
19188 download-write-size.
19189 * gdb.base/remote.exp: Likewise. Update all callers of
19190 gdb_timed_load.
19191
19192 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
19193
19194 * cursal.exp: Pass binfile to gdb_load.
19195
19196 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
19197
19198 * gdb.base/cursal.exp: Add "" to gdb_load call.
19199
19200 2006-07-29 Mark Kettenis <kettenis@gnu.org>
19201
19202 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
19203 NetBSD/ELF targets.
19204
19205 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
19206
19207 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
19208 operator*.
19209
19210 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
19211
19212 * gdb.base/completion.exp: Update for change in "file" behavior.
19213 * gdb.stabs/weird.exp: Likewise.
19214 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
19215 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
19216
19217 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
19218
19219 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
19220 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
19221
19222 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
19223
19224 * gdb.base/default.exp: Update source command error message.
19225 * gdb.base/help.exp: Update 'help source' message.
19226
19227 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
19228
19229 * gdb.cp/bs15503.exp: Update comment for no longer crashing
19230 test.
19231
19232 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
19233
19234 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
19235
19236 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
19237
19238 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
19239
19240 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
19241
19242 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
19243
19244 2006-07-17 Mark Kettenis <kettenis@gnu.org>
19245
19246 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
19247 *-*-openbsd* from targets for wich we expect ARM FPA floating
19248 point format.
19249
19250 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
19251
19252 * gdb.cp/annota3.exp: Expect frame-begin annotation.
19253
19254 2006-07-17 Mark Kettenis <kettenis@gnu.org>
19255
19256 * gdb.base/annota3.exp: Expect frame-begin annotation.
19257
19258 2006-07-14 Joel Brobecker <brobecker@adacore.com>
19259
19260 * gdb.base/help.exp: Adjust "help unset" test to accept
19261 any list of unset commands.
19262
19263 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
19264 Daniel Jacobowitz <dan@codesourcery.com>
19265
19266 * gdb.cp/ref-params.exp: New test.
19267 * gdb.cp/ref-params.cc: New source file.
19268 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
19269
19270 2006-07-08 Mark Kettenis <kettenis@gnu.org>
19271
19272 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
19273 spaces/tabs in regular expressions since they might not be there.
19274
19275 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
19276
19277 * gdb.base/ifelse.exp: New file.
19278
19279 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
19280
19281 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
19282 line.
19283 * gdb.base/huge.exp: Loop over compilation to find a size that
19284 is acceptable.
19285 * gdb.base/remote.exp: Correct expected strings.
19286 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
19287
19288 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19289
19290 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
19291
19292 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19293
19294 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
19295 native.
19296
19297 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19298
19299 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
19300 enable stabs testing.
19301
19302 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19303
19304 * gdb.base/auxv.exp: Intercept undefined command messages before
19305 gdb_test_multiple does.
19306
19307 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
19308
19309 * Makefile.in (host_alias): Remove.
19310 (target_alias): Use @target_noncanonical@.
19311 (site.exp): Don't set host_alias.
19312 * aclocal.m4: Remove contents. Include acx.m4.
19313 * configure: Regenerated.
19314 * configure.ac: Use ACX_NONCANONICAL_TARGET.
19315
19316 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
19317
19318 * lib/gdb.exp (gdb_load_cmd): New.
19319
19320 * gdb.base/fileio.c: Add system(NULL) test.
19321 * gdb.base/fileio.exp: Check it.
19322
19323 * gdb.base/break.c: Add 10a breakpoint at }
19324 * gdb.base/break.exp: Add test for breakpoint at }
19325 * gdb.cp/anon-union.cc: Add code at end of function.
19326 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
19327 * gdb.mi/var-cmd.c: Add code at end of function.
19328 * gdb.mi/mi-var-display.exp: Adjust end of next.
19329 * gdb.mi/mi2-var-display.exp: Likewise.
19330 * gdb.base/fileio.c: Add stop function and insert calls at
19331 stopping places.
19332 * gdb.base/fileio.exp: Breakpoint stop function and remove
19333 explicit line number references.
19334
19335 2006-05-19 Joel Brobecker <brobecker@adacore.com>
19336
19337 * gdb.base/del.exp (test_delete_alias): New function.
19338 Now check that both "del" and "d" work as aliases for "delete".
19339
19340 2006-05-18 Fred Fish <fnf@specifix.com>
19341
19342 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
19343 required. Check for spurious output after program exits normally.
19344
19345 2006-05-17 Fred Fish <fnf@specifix.com>
19346
19347 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
19348 gdb_load, so it works in the simulator.
19349
19350 2006-05-11 Fred Fish <fnf@specifix.com>
19351
19352 * gdb.base/bang.exp: Ignore unexpected output between the
19353 "program exited normally" and the gdb prompt, as many other
19354 tests do.
19355
19356 2006-05-07 Mark Kettenis <kettenis@gnu.org>
19357
19358 * gdb.base/help.exp: Make "delete checkpoint" part option for
19359 "help d" and "help delete" tests.
19360
19361 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19362
19363 * gdb.mi/mi-basics.exp: Add missing serial number to
19364 expected output in some mi_gdb_test statements.
19365 * gdb.mi/mi2-basics.exp: Likewise.
19366
19367 2006-05-05 Joel Brobecker <brobecker@adacore.com>
19368
19369 * gdb.base/del.c: New file.
19370 * gdb.base/del.exp: New testcase.
19371
19372 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
19373
19374 * gdb.base/break.exp: Do not assume a breakpoint on
19375 main will actually be in $srcfile when optimizing.
19376 * gdb.base/savedregs.exp: Do not require that the dummy
19377 frame location match up to a symbol and source file location.
19378 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
19379 will get printed without a mi_cmd_data_list_register_values prefix.
19380 (*-data-list-register-*): Correct regular expressions to expect the new
19381 pseudo d? floating point registers.
19382 * gdb.mi/mi2-regs.exp: Likewise.
19383
19384 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
19385
19386 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
19387 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
19388 is allocated by the compiler.
19389 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
19390 anons, e, anone to force their allocation by the compiler.
19391
19392 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
19393
19394 * gdb.base/help.exp: Update expected text for help d and
19395 help delete.
19396
19397 2006-05-02 Mark Kettenis <kettenis@gnu.org>
19398
19399 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
19400 NetBSD/ELF targets.
19401
19402 2006-04-30 Mark Kettenis <kettenis@gnu.org>
19403
19404 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
19405 single-step breakpoint fails; make this a KFAIL on
19406 sparc*-*-openbsd*.
19407 * gdb.base/siginfo.exp: Likewise.
19408 * gdb.base/sigstep.exp (advance, advancei): Likewise.
19409
19410 2006-04-26 Michael Snyder <msnyder@redhat.com>
19411
19412 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
19413 which may have to consume output from other forks.
19414 Add tests to make sure that "delete fork" succeeded.
19415
19416 2006-04-20 Michael Snyder <msnyder@redhat.com>
19417
19418 * 2006-03-22 Jim Blandy <jimb@redhat.com>
19419 Add support for the Renesas M32C and M16C.
19420
19421 * gdb.asm/asm-source.exp: Add m32c target.
19422 * gdb.asm/m32c.inc: Support for m32c target.
19423
19424 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
19425
19426 * gdb.base/commands.exp (recursive_source_test): New test.
19427
19428 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
19429
19430 * gdb.base/float.exp: Add pattern for sparc targets.
19431
19432 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
19433
19434 * gdb.base/commands.exp (stray_arg0_test): New test.
19435
19436 2006-03-30 Paul Brook <paul@codesourcery.com>
19437
19438 * gdb.mi/mi-until.exp: kfail broken until command.
19439 * gdb.mi/mi2-until.exp: Ditto.
19440
19441 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
19442
19443 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
19444
19445 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
19446
19447 * gdb.base/prelink.exp: Anchor tested-for regular expression
19448 on gdb prompt.
19449
19450 2006-03-07 Paul Brook <paul@codesourcery.com>
19451
19452 * gdb.base/assign.exp: Correct fail message.
19453
19454 2006-03-07 Paul Brook <paul@codesourcery.com>
19455
19456 * lib/compiler.c: Extract armcc version number.
19457 * lib/compiler.cc: Ditto.
19458
19459 2006-03-07 Paul Brook <paul@codesourcery.com>
19460
19461 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
19462 additional_flags=-w.
19463 * gdb.arch/altivec-regs.exp: Ditto.
19464 * gdb.arch/e500-abi.exp: Ditto.
19465 * gdb.arch/e500-regs.exp: Ditto.
19466 * gdb.base/all-bin.exp: Ditto.
19467 * gdb.base/annota1.exp: Ditto.
19468 * gdb.base/annota3.exp: Ditto.
19469 * gdb.base/args.exp: Ditto.
19470 * gdb.base/arithmet.exp: Ditto.
19471 * gdb.base/assign.exp: Ditto.
19472 * gdb.base/async.exp: Ditto.
19473 * gdb.base/bang.exp: Ditto.
19474 * gdb.base/break.exp: Ditto.
19475 * gdb.base/call-rt-st.exp: Ditto.
19476 * gdb.base/completion.exp: Ditto.
19477 * gdb.base/cond-expr.exp: Ditto.
19478 * gdb.base/condbreak.exp: Ditto.
19479 * gdb.base/consecutive.exp: Ditto.
19480 * gdb.base/define.exp: Ditto.
19481 * gdb.base/display.exp: Ditto.
19482 * gdb.base/ena-dis-br.exp: Ditto.
19483 * gdb.base/environ.exp: Ditto.
19484 * gdb.base/eval-skip.exp: Ditto.
19485 * gdb.base/info-proc.exp: Ditto.
19486 * gdb.base/jump.exp: Ditto.
19487 * gdb.base/logical.exp: Ditto.
19488 * gdb.base/long_long.exp: Ditto.
19489 * gdb.base/maint.exp: Ditto.
19490 * gdb.base/miscexprs.exp: Ditto.
19491 * gdb.base/pc-fp.exp: Ditto.
19492 * gdb.base/pointers.exp: Ditto.
19493 * gdb.base/relational.exp: Ditto.
19494 * gdb.base/reread.exp: Ditto.
19495 * gdb.base/sect-cmd.exp: Ditto.
19496 * gdb.base/sep.exp: Ditto.
19497 * gdb.base/sepdebug.exp: Ditto.
19498 * gdb.base/until.exp: Ditto.
19499 * gdb.base/whatis-exp.exp: Ditto.
19500 * gdb.cp/annota2.exp: Ditto.
19501 * gdb.cp/annota3.exp: Ditto.
19502 * gdb.trace/actions.exp: Ditto.
19503 * gdb.trace/backtrace.exp: Ditto.
19504 * gdb.trace/circ.exp: Ditto.
19505 * gdb.trace/collection.exp: Ditto.
19506 * gdb.trace/deltrace.exp: Ditto.
19507 * gdb.trace/infotrace.exp: Ditto.
19508 * gdb.trace/limits.exp: Ditto.
19509 * gdb.trace/packetlen.exp: Ditto.
19510 * gdb.trace/passc-dyn.exp: Ditto.
19511 * gdb.trace/passcount.exp: Ditto.
19512 * gdb.trace/report.exp: Ditto.
19513 * gdb.trace/save-trace.exp: Ditto.
19514 * gdb.trace/tfind.exp: Ditto.
19515 * gdb.trace/tracecmd.exp: Ditto.
19516 * gdb.trace/while-dyn.exp: Ditto.
19517 * gdb.trace/while-stepping.exp: Ditto.
19518 * lib/gdb.exp: Ditto.
19519 (gdb_compile): Handle nowarning option.
19520
19521 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
19522
19523 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
19524 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
19525 Rename executable to prelinkt. Don't re-prelink if we didn't
19526 get a core file. Test prelink -u exit status to tell whether
19527 prelinking failed. Use gdb_test_multiple.
19528
19529 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
19530
19531 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
19532 (do_tests): Call it.
19533
19534 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
19535
19536 * gdb.base/prelink.exp: New test.
19537 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
19538
19539 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
19540
19541 * gdb.fortran/derived-type.f90: New file.
19542 * gdb.fortran/derived-type.exp: New testcase.
19543
19544 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
19545
19546 * gdb.base/default.exp: Allow ';' as a directory separator.
19547
19548 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
19549
19550 * gdb.base/help.exp (help add-symbol-file): Update.
19551
19552 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
19553
19554 * gdb.base/help.exp (help load): Update expected results.
19555
19556 2006-02-19 Fred Fish <fnf@specifix.com>
19557
19558 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
19559 specifix hex value as part of results.
19560 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
19561
19562 2006-02-16 Fred Fish <fnf@specifix.com>
19563
19564 * gdb.base/whatis.c: Define variables using typedefs char_addr,
19565 ushort_addr, and slong_addr, so the typedefs are not optimized
19566 away.
19567 * gdb.base/whatis.exp: Add tests using type name for struct type,
19568 union type, enum type, and typedef.
19569
19570 2006-02-13 Mark Kettenis <kettenis@gnu.org>
19571
19572 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
19573
19574 2006-02-13 Jim Blandy <jimb@redhat.com>
19575
19576 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
19577 case where it takes two "next" commands to skip past the init
19578 call.
19579
19580 2006-02-12 Fred Fish <fnf@specifix.com>
19581
19582 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
19583 to handle cases where it takes two "next" commands to skip
19584 past the init call.
19585
19586 2006-02-07 Joel Brobecker <brobecker@adacore.com>
19587
19588 * gdb.ada/array_return.exp: Mark the last test as expected to fail
19589 on hppa32 targets.
19590
19591 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
19592
19593 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
19594 field.
19595
19596 2006-01-29 Mark Kettenis <kettenis@gnu.org>
19597
19598 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
19599
19600 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
19601
19602 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
19603 files.
19604
19605 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
19606
19607 * gdb.cp/maint.exp: Set complaints to a positive value.
19608
19609 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
19610
19611 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
19612 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
19613 function name.
19614
19615 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
19616
19617 * gdb.base/checkpoint.c: Update copyright notice. Include
19618 <stdlib.h>.
19619
19620 2006-01-04 Jim Blandy <jimb@redhat.com>
19621
19622 * gdb.asm/asm-source.exp: Independently provide default values for
19623 asm-flags and debug-flags. Use 'string equal' to do the
19624 comparison, not the implicit expr's '==' operator. Remove
19625 now-unneeded assignments to asm-flags. In h8300 case, place
19626 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
19627
19628 2006-01-04 Michael Snyder <msnyder@redhat.com>
19629
19630 * gdb.base/checkpoint.c: New file.
19631 * gdb.base/checkpoint.exp: New file.
19632 * gdb.base/multi-fork.c: New file.
19633 * gdb.base/multi-fork.exp: New file.
19634 * gdb.base/pi.txt: New file (data for checkpoint.c test).
19635
19636 2006-01-04 Fred Fish <fnf@specifix.com>
19637
19638 * gdb.base/ptype.c (foo): Add typedef.
19639 (intfoo): Add function.
19640 * gdb.base/ptype1.c: New file.
19641 * gdb.base/ptype.exp: Handle compilation and linking with two
19642 source files. Test that proper type for "foo" is found based
19643 on source context rather than first match found in symtabs.
19644
19645 2005-12-28 Mark Kettenis <kettenis@gnu.org>
19646
19647 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
19648 * gdb.asm/openbsd.inc: Indent commands.
19649
19650 2005-12-26 Mark Kettenis <kettenis@gnu.org>
19651
19652 * gdb.base/freebpcmd.exp: Increase timeout.
19653
19654 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
19655
19656 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
19657
19658 * gdb.base/default.exp: Update check for "show version".
19659
19660 2005-12-09 Randolph Chung <tausq@debian.org>
19661
19662 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
19663 * gdb.asm/pa64.inc: New file.
19664
19665 2005-12-09 Randolph Chung <tausq@debian.org>
19666
19667 * gdb.asm/common.inc: Indent commands.
19668 * gdb.asm/asmsrc1.s: Likewise.
19669 * gdb.asm/asmsrc2.s: Likewise.
19670
19671 2005-12-09 Randolph Chung <tausq@debian.org>
19672
19673 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
19674 (get_addr_of_sym): Remove duplicate print.
19675 (gen_core): xfail hppa*-*-hpux*, update expected output.
19676 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
19677 * gdb.arch/pa64-nullify.s: New file.
19678
19679 2005-12-09 Randolph Chung <tausq@debian.org>
19680
19681 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
19682
19683 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
19684
19685 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
19686 code generation for these functions.
19687 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
19688 error message.
19689
19690 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
19691
19692 * gdb.base/help.exp (help b, help br, help bre, help brea)
19693 (help break): Update the expected message.
19694
19695 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
19696
19697 * gdb.asm/m68hc11.inc: Setup the data section.
19698 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
19699 script for this test.
19700 (m6812-*-*): Likewise.
19701
19702 2005-11-09 Randolph Chung <tausq@debian.org>
19703
19704 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
19705
19706 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
19707
19708 * gdb.base/break.exp: Fix a comment typo.
19709
19710 2005-11-03 Jim Blandy <jimb@redhat.com>
19711
19712 Checked in by Elena Zannoni <ezannoni@redhat.com>
19713
19714 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
19715
19716 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
19717
19718 * gdb.arch/gdb1558.c: Include stdio.h.
19719
19720 2005-10-31 Mark Kettenis <kettenis@gnu.org>
19721
19722 * gdb.asm/asm-source.exp: Use -e instead of --entry.
19723
19724 2005-10-31 Mark Kettenis <kettenis@gnu.org>
19725
19726 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
19727
19728 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
19729
19730 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
19731 vscr" tests to better match output.
19732
19733 2005-10-12 Jim Blandy <jimb@redhat.com>
19734
19735 * gdb.base/structs.exp (any): New function.
19736 (test_struct_returns): Don't make any assumptions at all about
19737 what value the function returns when GDB can't set the return
19738 value.
19739
19740 2005-10-09 Joel Brobecker <brobecker@adacore.com>
19741
19742 * gdb.ada/arrayidx/p.adb: New file.
19743 * gdb.ada/arrayidx.exp: New testcase
19744
19745 2005-10-09 Joel Brobecker <brobecker@adacore.com>
19746
19747 * gdb.ada/array_return/pck.ads: New file.
19748 * gdb.ada/array_return/pck.adb: New file.
19749 * gdb.ada/array_return/p.adb: New file.
19750 * gdb.ada/array_return.exp: New testcase.
19751
19752 2005-10-03 Joel Brobecker <brobecker@adacore.com>
19753
19754 * gdb.base/arrayidx.c: New file.
19755 * gdb.base/arrayidx.exp: New testcase.
19756
19757 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
19758
19759 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
19760 frames-invalid and breakpoints-invalid are no longer generated
19761 with level 3 so don't expect them in the output.
19762
19763 2005-09-27 Bob Rossi <bob@brasko.net>
19764
19765 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
19766 from test. Escape the | in mi_gdb_test call.
19767 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
19768 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
19769 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
19770 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
19771 expected regex's in mi_gdb_test calls.
19772 * lib/mi-support.exp: Remove arbitrary .* from tests.
19773 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
19774 Fully anchor GDB/MI expected results in mi_gdb_test.
19775 * lib/gdb.exp (string_to_regexp): Escape the ] character.
19776 * gdb.base/sizeof.exp: Remove escape character. Correct test.
19777
19778 2005-09-26 Paul Brook <paul@codesourcery.com>
19779
19780 * long_long.exp: Exclude eabi targets from arm FPA float format test.
19781
19782 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
19783
19784 * bfp-test.c: New file.
19785 * bfp-test.exp: New testcase.
19786
19787 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
19788
19789 * gdb.fortran/subarray.exp: New testcase to test the evaluation
19790 of subarray and substring variable.
19791 * gdb.fortran/subarray.f: New source file for the test of subarray
19792 and substring variable evaluation.
19793 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
19794 of string constant.
19795
19796 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
19797
19798 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
19799 copyright dates.
19800
19801 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
19802
19803 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
19804 powerpc altivec' test with an almost identical 'info vector' test.
19805
19806 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
19807
19808 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
19809 vscr" tests to match output.
19810
19811 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
19812
19813 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
19814 output.
19815
19816 2005-09-11 Bob Rossi <bob@brasko.net>
19817
19818 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
19819 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
19820 commands that return an MI output command and an asyncronous MI output
19821 command.
19822 * gdb.mi/mi-console.exp: Ditto.
19823
19824 2005-09-11 Bob Rossi <bob@brasko.net>
19825
19826 * gdb.mi/mi-var-child.c: Include <string.h>.
19827
19828 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
19829
19830 * killed.exp: Correct gdb_expect syntax.
19831
19832 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
19833
19834 * lib/mi-support.exp (mi_gdb_load): Fix typo.
19835
19836 2005-08-02 Bob Rossi <bob@brasko.net>
19837
19838 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
19839 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
19840 Change tests to inferior-tty-set/show.
19841 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
19842 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
19843 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
19844 inferior. Use mi_gdb_test to get GDB and Inferior output.
19845 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
19846 descriptor.
19847 (mi_inferior_tty_name): Add inferior PTY file name.
19848 (mi_gdb_start): Add INFERIOR_PTY parameter.
19849 (mi_gdb_test): Add IPATTERN parameter.
19850
19851 2005-08-02 Bob Rossi <bob@brasko.net>
19852
19853 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
19854 parameter to mi_gdb_test.
19855 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
19856
19857 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
19858
19859 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
19860 struct_declarations.
19861 * gdb.mi/mi-var-child.exp: Step over the initialization of
19862 struct_declarations.
19863
19864 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
19865
19866 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
19867 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
19868 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
19869 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
19870 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
19871 file.
19872
19873 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
19874
19875 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
19876 (do_children_tests): Assign values to the extra elements.
19877
19878 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
19879 them for tests for "-var-update --no-values" and
19880 "-var-update --all-values".
19881 Add test for "-var-list-children --simple-values".
19882
19883 * gdb.mi/basics.c (callee4): Add integer array D[3]...
19884
19885 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
19886 "-stack-list-locals --simple-values" Improve doc strings and
19887 comments.
19888
19889 2005-07-18 Mark Kettenis <kettenis@gnu.org>
19890
19891 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
19892 *-*-openbsd*.
19893 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
19894
19895 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
19896 sigaltsatck'.
19897
19898 2005-07-14 Bob Rossi <bob@brasko.net>
19899
19900 * gdb.base/default.exp (tty): Changed output of command.
19901 * gdb.base/help.exp (help tty): Ditto.
19902
19903 2005-07-12 Mark Kettenis <kettenis@gnu.org>
19904
19905 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
19906
19907 2005-07-10 Mark Kettenis <kettenis@gnu.org>
19908
19909 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
19910 -stack-select-frame without arguments.
19911 (test_stack_frame_listing): Add test for newly implemented command
19912 -stack-info-frame.
19913
19914 2005-07-06 Bob Rossi <bob@brasko.net>
19915
19916 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
19917 command.
19918 (Copyright): Update copyright.
19919
19920 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
19921
19922 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
19923 tests to evaluate exponentiation expression.
19924
19925 2005-06-29 Andreas Schwab <schwab@suse.de>
19926
19927 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
19928 main to avoid warnings.
19929
19930 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
19931
19932 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
19933
19934 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
19935 -stack-select-frame without arguments.
19936 (test_stack_frame_listing): Add test for newly implemented command
19937 -stack-info-frame.
19938
19939 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
19940
19941 * gdb.fortran/array-element.f: New file.
19942 * gdb.fortran/array-element.exp: New testcase.
19943
19944 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
19945
19946 * gdb.base/bigcore.exp: Correct checks for systems which can
19947 not dump a large core file.
19948
19949 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
19950
19951 * gdb.base/relocate.c: Add a copyright notice.
19952 (dummy): Remove.
19953 * gdb.base/relocate.exp: Test printing the values of variables
19954 from a relocatable file.
19955
19956 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
19957
19958 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
19959 excess MI output after an error.
19960
19961 2005-05-29 Joel Brobecker <brobecker@adacore.com>
19962
19963 * gdb.arch/alpha-step.c: New file.
19964 * gdb.arch/alpha-step.exp: New testcase.
19965
19966 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
19967 Dennis Brueni <dennis@slickedit.com>
19968
19969 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
19970 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
19971 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
19972 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
19973 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
19974 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
19975 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
19976
19977 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
19978 Wu Zhou <woodzltc@cn.ibm.com>
19979
19980 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
19981 IBM's xlc compiler.
19982 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
19983 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
19984
19985 2005-05-13 Jim Blandy <jimb@redhat.com>
19986
19987 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
19988 calling gdb_suppress_entire_file.
19989 * gdb.base/charset.exp: Same.
19990 * gdb.base/call-rt-st.exp: Same.
19991
19992 2005-05-05 Bob Rossi <bob_rossi@cox.net>
19993
19994 * lib/gdb.exp (fullname_syntax): Added global regex.
19995 (fullname_syntax_POSIX): Ditto.
19996 (fullname_syntax_UNC): Ditto.
19997 (fullname_syntax_DOS_CASE): Ditto.
19998 (fullname_syntax_DOS): Ditto.
19999 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
20000 fullname_syntax variable to scope and use it.
20001 (test_file_list_exec_source_files): Ditto.
20002 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
20003
20004 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
20005
20006 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
20007
20008 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
20009
20010 * lib/gdb.exp (skip_altivec_tests): New function, based on
20011 check_vmx_hw_available from the GCC testsuite.
20012 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
20013 * lib/gdb.arch/altivec-regs.exp: Likewise.
20014
20015 2005-05-02 Jim Blandy <jimb@redhat.com>
20016
20017 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
20018 calling gdb_suppress_entire_file.
20019
20020 2005-04-30 Randolph Chung <tausq@debian.org>
20021
20022 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
20023 Slightly relax "sem_post" name checking.
20024
20025 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
20026
20027 * gdb.base/unload.exp: Use new shared library infrastructure.
20028
20029 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
20030
20031 * gdb.base/so-impl-ld.exp: Use new shared library
20032 infrastructure.
20033
20034 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
20035
20036 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
20037 * gdb.asm/h8300.inc: New file.
20038
20039 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
20040
20041 * gdb.base/shlib-call.exp: Change to use new shared library
20042 infrastructure.
20043
20044 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
20045
20046 * gdb.base/pending.exp: Change to use new shared library
20047 infrastructure.
20048
20049 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
20050
20051 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
20052 use test_compiler_info instead of gcc_compiled, and update copyright.
20053
20054 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
20055
20056 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
20057 shared objects being adjusted and update copyright years.
20058
20059 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
20060
20061 * ChangeLog: Correct some 2003-01-13 dates.
20062 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
20063 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
20064 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
20065 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
20066 gdb.trace/tfind.exp: Update copyright years.
20067
20068 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
20069 Daniel Jacobowitz <dan@codesourcery.com>
20070
20071 * lib/gdb.exp (gdb_compile): Handle shlib=.
20072 (gdb_compile_shlib): New function.
20073
20074 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
20075
20076 * lib/gdb.exp (test_compiler_info): Give argument a default value.
20077
20078 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
20079
20080 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
20081 gdb.server.
20082 * configure.ac: Likewise.
20083 * configure: Regenerated.
20084 * gdb.gdbserver/Makefile.in: Moved to...
20085 * gdb.server/Makefile.in: ... here.
20086 * gdb.gdbserver/server.c: Moved to...
20087 * gdb.server/server.c: ... here.
20088 * gdb.gdbserver/server-run.exp: Moved to...
20089 * gdb.server/server-run.exp: ... here.
20090
20091 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
20092
20093 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
20094 * configure.ac: Create gdb.gdbserver/Makefile.
20095 * configure: Regenerated.
20096 * lib/gdbserver-support.exp: New file, derived from
20097 config/gdbserver.exp.
20098 * config/gdbserver.exp: Use gdbserver-support.exp.
20099 * gdb.gdbserver/Makefile.in: New file.
20100 * gdb.gdbserver/server.c: New file.
20101 * gdb.gdbserver/server-run.exp: New file.
20102
20103 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
20104
20105 * lib/gdb.exp (test_compiler_info): Return compiler_info
20106 if no arguments are given.
20107
20108 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
20109
20110 * gdb.arch/altivec-abi.exp: Check for compiler and set
20111 use altivec' flag accordingly.
20112 * gdb.arch/altivec-regs.exp: Likewise.
20113
20114 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
20115
20116 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
20117
20118 2005-03-27 Andreas Schwab <schwab@suse.de>
20119
20120 * gdb.base/bigcore.c (main): Add missing mode argument in open
20121 call.
20122
20123 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
20124
20125 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
20126 downloads.
20127 * config/gdbserver.exp (gdb_load): Likewise.
20128
20129 2005-03-14 Paul Brook <paul@codesourcery.com>
20130
20131 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
20132 targets.
20133
20134 2005-03-09 Joel Brobecker <brobecker@adacore.com>
20135
20136 * gdb.dwarf2/dup-psym.S: New file.
20137 * gdb.dwarf2/dup-psym.exp: New testcase.
20138
20139 2005-03-09 Joel Brobecker <brobecker@adacore.com>
20140
20141 * gdb.ada/exec_changed/first.adb: New file.
20142 * gdb.ada/exec_changed/second.adb: New file.
20143 * gdb.ada/exec_changed.exp: New testcase.
20144
20145 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
20146
20147 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
20148 (A2): New class.
20149 (main): Test operator+.
20150 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
20151 breakpoint test.
20152
20153 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
20154 * gdb.base/signull.exp: Disable if gdb,nosignals.
20155 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
20156 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
20157 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
20158 * gdb.mi/mi2-console.exp: Likewise.
20159 * gdb.trace/collection.exp (run_trace_experiment): Consume the
20160 continue output at start.
20161 (gdb_collect_locals_test): Robustify regexp.
20162 * gdb.trace/passc-dyn.exp: Fix comment typo.
20163 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
20164
20165 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
20166
20167 * gdb.asm/asm-source.exp: Add iq2000 case.
20168 * gdb.asm/iq2000.inc: New file.
20169
20170 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
20171
20172 * gdb.base/command.exp: Change hardcoded value to regular expression.
20173 * gdb.base/float.exp: Add powerpc to the list of targets checked.
20174
20175 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
20176
20177 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
20178 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
20179 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
20180 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
20181 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
20182
20183 2005-03-05 Mark Kettenis <kettenis@gnu.org>
20184
20185 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
20186 changes.
20187
20188 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
20189
20190 * lib/compiler.c: Add test for IBM's xlc compiler.
20191 * lib/compiler.cc: Likewise.
20192
20193 2004-02-24 Joel Brobecker <brobecker@adacore.com>
20194
20195 * gdb.ada/fixed_points.exp: Create compilation object directory
20196 before running the test.
20197 * gdb.ada/null_record.exp: Likewise.
20198 * gdb.ada/packed_array.exp: Likewise.
20199 * gdb.ada/start.exp: Likewise.
20200
20201 2005-02-15 Joel Brobecker <brobecker@adacore.com>
20202
20203 * gdb.ada/packed_array/pa.adb: New file.
20204 * gdb.ada/packed_array.exp: New testcase.
20205
20206 2005-02-10 Mark Kettenis <kettenis@gnu.org>
20207
20208 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
20209 files.
20210
20211 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
20212 on *-*-openbsd*. Correctly match whitespace in regukar
20213 expressions.
20214
20215 2005-02-10 Daniel Jacobowitz <dan@debian.org>
20216
20217 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
20218 PR exp/1821
20219 * gdb.base/gdb1821.c: New test file.
20220 * gdb.base/gdb1821.exp: New test file.
20221
20222 2005-02-09 Joel Brobecker <brobecker@adacore.com>
20223
20224 * gdb.base/start.c: New file.
20225 * gdb.base/start.exp: New testcase.
20226
20227 2005-02-09 Joel Brobecker <brobecker@adacore.com>
20228
20229 * gdb.ada/start/dummy.adb: New file.
20230 * gdb.ada/start.exp: New testcase.
20231
20232 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
20233
20234 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
20235 for printing symbols and statistics.
20236 Add test for using relative pathnames in "maint print msymbols" test.
20237 Mark "maint info sections DATA" XFAIL on Cygwin.
20238 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
20239 tests.
20240
20241 2005-02-09 Andreas Schwab <schwab@suse.de>
20242
20243 Committed by Andrew Cagney <cagney@gnu.org>
20244 * gdb.base/remotetimeout.exp: New file.
20245
20246 2005-02-07 Mark Kettenis <kettenis@gnu.org>
20247
20248 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
20249
20250 2005-02-03 Joel Brobecker <brobecker@adacore.com>
20251
20252 * gdb.ada/gnat_ada.gpr: New file.
20253 * gdb.ada/gnat_ada.gin: Delete, no longer used.
20254 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
20255 * configure.ac: No longer generate gnat_ada.gpr.
20256 * configure: Regenerate.
20257 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
20258 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
20259 * gdb.ada/null_record/bar.ads: Likewise.
20260 * gdb.ada/null_record/bar.adb: Likewise.
20261 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
20262 * gdb.ada/null_record.exp (testdir): New variable.
20263 (testfile): executable is now in testdir subdirectory.
20264 (srcfile): Use full path to the main compilation unit.
20265 * gdb.ada/fixed_points.exp: Same changes as above.
20266
20267 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
20268
20269 * gdb.base/interp.exp: New test.
20270
20271 2005-01-24 Andrew Cagney <cagney@gnu.org>
20272
20273 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
20274
20275 2005-01-19 Andrew Cagney <cagney@gnu.org>
20276
20277 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
20278 configure.ac not configure.in.
20279
20280 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
20281 of powerpc*-*-*.
20282 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
20283 * gdb.base/list.exp (test_list_function)
20284 (test_list_filename_and_function): Ditto.
20285 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
20286
20287 2005-01-16 Andrew Cagney <cagney@gnu.org>
20288
20289 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
20290
20291 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
20292
20293 2005-01-14 Andrew Cagney <cagney@gnu.org>
20294
20295 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
20296 * gdb.mi/mi2-var-cmd.exp: Ditto.
20297
20298 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
20299
20300 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
20301
20302 2005-01-07 Andrew Cagney <cagney@gnu.org>
20303
20304 * configure.ac: Rename configure.in, require autoconf 2.59.
20305 * configure: Re-generate.
20306 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
20307 * gdb.stabs/configure: Re-generate.
20308 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
20309 * gdb.hp/configure: Re-generate.
20310 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
20311 autoconf 2.59.
20312 * gdb.hp/gdb.objdbg/configure: Re-generate.
20313 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
20314 autoconf 2.59.
20315 * gdb.hp/gdb.defects/configure: Re-generate.
20316 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
20317 autoconf 2.59.
20318 * gdb.hp/gdb.compat/configure: Re-generate.
20319 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
20320 autoconf 2.59.
20321 * gdb.hp/gdb.base-hp/configure: Re-generate.
20322 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
20323 autoconf 2.59.
20324 * gdb.hp/gdb.aCC/configure: Re-generate.
20325
20326 2004-12-15 Jim Blandy <jimb@redhat.com>
20327
20328 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
20329 under NPTL when there is debugging info available for libpthread.
20330
20331 2004-12-13 Jerome Guitton <guitton@gnat.com>
20332
20333 * gdb.ada/fixed_points.c: New file.
20334 * gdb.ada/fixed_points.exp: New file.
20335
20336 2004-12-03 Randolph Chung <tausq@debian.org>
20337
20338 * gdb.arch/pa-nullify.exp: New file.
20339 * gdb.arch/pa-nullify.s: New file.
20340
20341 2004-11-30 Randolph Chung <tausq@debian.org>
20342
20343 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
20344 instead of "tbug". Fix regexp to work properly with gdb_test.
20345
20346 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
20347
20348 * gdb.base/bitfields2.exp: New test.
20349 * gdb.base/bitfields2.c: New file.
20350
20351 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
20352
20353 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
20354
20355 2004-11-16 Randolph Chung <tausq@debian.org>
20356
20357 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
20358
20359 2004-11-14 Daniel Jacobowitz <dan@debian.org>
20360
20361 * gdb.threads/threadapply.exp: Correct "macro details" test.
20362
20363 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
20364
20365 * gdb.threads/threadapply.exp: New test.
20366 * gdb.threads/threadapply.c: New file.
20367
20368 2004-11-07 Mark Kettenis <kettenis@gnu.org>
20369
20370 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
20371 frames.
20372
20373 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
20374
20375 * gdb.base/cursal.exp: New file.
20376 * gdb.base/cursal.c: New file.
20377
20378 2004-11-03 Andrew Cagney <cagney@gnu.org>
20379
20380 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
20381
20382 2004-10-30 Mark Kettenis <kettenis@gnu.org>
20383
20384 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
20385 NetBSD/ELF targets.
20386
20387 2004-10-29 Joel Brobecker <brobecker@gnat.com>
20388
20389 * gdb.threads/bp_in_thread.c: New file, copied from
20390 pthread_cond_wait.c.
20391 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
20392 file, rather than reusing the .c file from another testcase.
20393
20394 2004-10-20 Joel Brobecker <brobecker@gnat.com>
20395
20396 * gdb.ada/null_record.exp: Check where we stopped after
20397 sending the start command, instead of where the associated
20398 temporary breakpoint was inserted.
20399
20400 2004-10-14 Andrew Cagney <cagney@gnu.org>
20401
20402 * gdb.mi/gdb701.c (main): Return 0.
20403
20404 2004-10-13 Daniel Jacobowitz <dan@debian.org>
20405
20406 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
20407
20408 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
20409
20410 * gdb.threads/schedlock.c: Add comment markers to use to find
20411 line numbers.
20412 * gdb.threads/schedlock.exp: Adjust regex to handle the new
20413 comments.
20414 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
20415 breakpoint lines.
20416
20417 2004-10-12 Daniel Jacobowitz <dan@debian.org>
20418
20419 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
20420
20421 2004-10-12 Daniel Jacobowitz <dan@debian.org>
20422
20423 * configure.in: Add gdb.dwarf2.
20424 * configure: Regenerated.
20425 * Makefile.in: Add gdb.dwarf2.
20426 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
20427 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
20428 gdb.dwarf2/file1.txt: New files.
20429
20430 2004-10-11 Orjan Friberg <orjanf@axis.com>
20431
20432 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
20433 of "run", since the latter doesn't work with remote targets. Adjust
20434 the breakpoint numbering accordingly.
20435 * gdb.threads/pthread_cond_wait.exp: Ditto.
20436
20437 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
20438
20439 * gdb.base/overlays.exp: Update copyright years.
20440
20441 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
20442
20443 * gdb.base/overlays.exp: Disable if target is Linux.
20444
20445 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
20446
20447 * config/gdbserver.exp (gdb_load): Use right filename on remote.
20448
20449 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
20450
20451 * gdb.asm/asm-source.exp: Add m32r-linux target.
20452 * gdb.asm/m32r-linux.inc: New file.
20453
20454 2004-09-24 Andrew Cagney <cagney@redhat.com>
20455 David Anderson <anderson@redhat.com>
20456
20457 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
20458 command fails, assume things will work.
20459 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
20460 (_GNU_SOURCE): Define.
20461 (print_unsigned, print_hex): Change parameter to "long long".
20462 (print_byte_count): New function, use to print byte counts.
20463 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
20464 O_LARGEFILE.
20465 (main): Compute an upper bound on a corefile in max_core_size.
20466 Limit memory chunk size to max_core_size. Limit total memory
20467 allocated to max_core_size.
20468
20469 2004-09-23 Andrew Cagney <cagney@gnu.org>
20470
20471 * gdb.base/bigcore.exp: Replace the code that creates a corefile
20472 from a separate process with code that creates a corefile by
20473 making the inferior dump core.
20474
20475 2004-09-23 Mark Kettenis <kettenis@gnu.org>
20476
20477 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
20478 block.
20479
20480 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
20481
20482 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
20483 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
20484 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
20485 Likewise.
20486
20487 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
20488
20489 * gdb.java/jprint.exp: New test case for java inferior call.
20490 * gdb.java/jprint.java: Ditto.
20491
20492 2004-09-15 Joel Brobecker <brobecker@gnat.com>
20493
20494 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
20495
20496 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
20497
20498 * gdb.threads/killed.c: Include <stdlib.h>.
20499 * gdb.threads/pthreads.c: Likewise.
20500
20501 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
20502
20503 * gdb.threads/killed.c: Add copyright notice.
20504
20505 2004-09-10 Jason Molenda (jmolenda@apple.com)
20506
20507 * gdb.base/define.exp: Two new tests to verify zero space chars
20508 after 'if' and 'while' commands in a user-defined command is correctly
20509 parsed.
20510
20511 2004-09-08 Andrew Cagney <cagney@gnu.org>
20512
20513 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
20514 delivery test with duplicate at end of file.
20515
20516 2004-09-06 Mark Kettenis <kettenis@jive.nl>
20517
20518 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
20519
20520 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
20521
20522 * config/hppro.exp: Removed.
20523
20524 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
20525
20526 * config/sparclet.exp: Removed.
20527
20528 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
20529
20530 * config/udi.exp: Removed.
20531
20532 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
20533
20534 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
20535 of "exp_continue".
20536 (advancei): Likewise.
20537
20538 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
20539
20540 * gdb.base/unload.exp: Fix so messages aren't duplicated.
20541
20542 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
20543
20544 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
20545 to check for nodebug in executable.
20546 * gdb.gdb/observer.exp (setup_test): Likewise.
20547 * gdb.gdb/selftest.exp (test_with_self): Likewise.
20548 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
20549
20550 2004-09-01 Andrew Cagney <cagney@gnu.org>
20551
20552 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
20553 files.
20554
20555 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
20556
20557 * gdb.base/unload.exp: Fix expected warning message to match
20558 latest format.
20559
20560 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
20561
20562 * gdb.base/call-rt-st.exp: Fix typos.
20563
20564 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
20565
20566 * gdb.threads/thread_check.exp: New testcase.
20567 * gdb.threads/thread_check.c: New testcase.
20568
20569 2004-08-31 Andrew Cagney <cagney@gnu.org>
20570
20571 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
20572 (skip_to_handler_entry): New procedures. Test stepping into a
20573 handler when the breakpoint is at the handler's entry point.
20574
20575 2004-08-30 Andrew Cagney <cagney@gnu.org>
20576
20577 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
20578 gdb/1757.
20579
20580 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
20581
20582 With code from Manoj Iyer <manjo@austin.ibm.com>:
20583 * lib/gdb.exp (gdb_file_cmd): Return more information in the
20584 return value. Add an arm for "no debugging symbols found".
20585 Change a stray "error" to "perror".
20586 (gdb_run_cmd): Adapt to new return value.
20587 * gdb.base/remote.exp: Adapt to new return value.
20588 * gdb.gdb/complaints.exp: Likewise.
20589 * gdb.gdb/observer.exp: Likewise.
20590 * gdb.gdb/selftest.exp: Likewise.
20591 * gdb.gdb/xfullpath.exp: Likewise.
20592
20593 2004-08-27 Joel Brobecker <brobecker@gnat.com>
20594
20595 * gdb.threads/bp_in_thread.exp: New testcase.
20596
20597 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
20598
20599 Fix PR testsuite/1735.
20600 * gdb.threads/schedlock.c (thread_function): Add a cast
20601 to suppress a gcc warning.
20602 * gdb.threads/thread-specific.c (thread_function): Likewise.
20603
20604 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
20605
20606 * gdb.base/unload.c: Include <stdlib.h>.
20607
20608 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
20609
20610 From Paul Gilliam <pgilliam@us.ibm.com>:
20611 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
20612 synchronized after the "return".
20613
20614 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
20615
20616 * gdb.mi/basics.c: Include <stdio.h>.
20617 * gdb.mi/pthreads.c: Include <stdlib.h>.
20618 * gdb.mi/var-cmd.c: Include <stdlib.h>.
20619
20620 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
20621
20622 * gdb.threads/schedlock.c: Add copyright notice.
20623
20624 2004-08-25 Andrew Cagney <cagney@gnu.org>
20625
20626 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
20627 (skip_over_handler, breakpoint_over_hander): New test procedures.
20628 (advance, advancei): Add a proper prefix, do not use
20629 rerun_to_main.
20630 * gdb.base/sigstep.c (main): Change to use an infinite loop.
20631
20632 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
20633
20634 * gdb.mi/basics.c: Add copyright notice.
20635 * gdb.mi/var-cmd.c: Add copyright notice.
20636
20637 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
20638
20639 * lib/gdb.exp: Remove signed_keyword_not_used.
20640 * lib/compiler.c: Likewise.
20641 * lib/compiler.cc: Likewise.
20642
20643 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
20644
20645 * gdb.base/whatis.c: Remove conditional disabling of "signed".
20646 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
20647
20648 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
20649
20650 * gdb.base/whatis.c: Add copyright notice.
20651
20652 2004-08-20 Mark Kettenis <kettenis@gnu.org>
20653
20654 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
20655 it to skip the breakpoints encoded in the inline assembly.
20656
20657 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
20658
20659 * Makefile.in: Add gdb.fortran.
20660
20661 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
20662
20663 * gdb.base/call-sc.exp (test_scalar_returns):
20664 Fix cut-and-paste glitch in "Make fun return now".
20665
20666 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
20667
20668 * configure.in: Add gdb.fortran.
20669 * configure: Regenerate.
20670 * gdb.fortran/Makefile.in: New file.
20671 * lib/gdb.exp (skip_fortran_tests): New procedure.
20672
20673 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
20674
20675 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
20676 reference to bug-gnu@prep.ai.mit.edu.
20677 * gdb.mi/mi-var-child.exp: Likewise.
20678 * gdb.mi/mi-var-cmd.exp: Likewise.
20679 * gdb.mi/mi-var-display.exp: Likewise.
20680 * gdb.mi/mi2-var-block.exp: Likewise.
20681 * gdb.mi/mi2-var-child.exp: Likewise.
20682 * gdb.mi/mi2-var-cmd.exp: Likewise.
20683 * gdb.mi/mi2-var-display.exp: Likewise.
20684
20685 2004-08-15 Mark Kettenis <kettenis@gnu.org>
20686
20687 * gdb.base/unload.c (main): Make local variable msg const.
20688
20689 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
20690
20691 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
20692 to bug-gnu@prep.ai.mit.edu.
20693 * gdb.mi/mi-disassemble.exp: Likewise.
20694 * gdb.mi/mi-eval.exp: Likewise.
20695 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
20696 default line number.
20697 * gdb.mi/mi-return.exp: Likewise.
20698 * gdb.mi/mi-simplerun.exp: Likewise.
20699 * gdb.mi/mi-stack.exp: Likewise.
20700 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
20701 number with explicit range test.
20702 * gdb.mi/mi-watch.exp: Likewise.
20703 * gdb.mi/mi2-break.exp: Likewise.
20704 * gdb.mi/mi2-cli.exp: Likewise.
20705 * gdb.mi/mi2-disassemble.exp: Likewise.
20706 * gdb.mi/mi2-eval.exp: Likewise.
20707 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
20708 default line number.
20709 * gdb.mi/mi2-return.exp: Likewise.
20710 * gdb.mi/mi2-simplerun.exp: Likewise.
20711 * gdb.mi/mi2-stack.exp: Likewise.
20712 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
20713 number with explicit range test.
20714 * gdb.mi/mi2-watch.exp: Likewise.
20715
20716 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
20717
20718 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
20719 * gdb.cp/m-static.exp: Likewise.
20720 * gdb.cp/rtti.exp: Likewise.
20721
20722 2004-08-14 Mark Kettenis <kettenis@gnu.org>
20723
20724 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
20725
20726 2004-08-14 Eli Zaretskii <eliz@gnu.org>
20727
20728 * ChangeLog: Prefix Local Variables with semi-colons and indent
20729 the reference to older ChangeLog files, to fix fontification in
20730 Emacs.
20731
20732 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
20733
20734 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
20735 * gdb.mi/mi2-break.exp: Likewise.
20736
20737 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
20738
20739 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
20740
20741 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
20742
20743 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
20744
20745 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
20746
20747 * gdb.cp/classes.exp: Remove unused declarations. Just let
20748 test names default instead of providing special names. Remove
20749 extraneous demangler test.
20750
20751 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
20752
20753 * gdb.base/unload.exp: New test for breakpoints in dynamically
20754 loaded libraries.
20755 * gdb.base/unload.c: Ditto.
20756 * gdb.base/unloadshr.c: Ditto.
20757
20758 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
20759
20760 * gdb.cp/classes.exp (test_ptype_class_objects): Call
20761 cp_test_ptype_class.
20762 (test_enums): Likewise.
20763
20764 2004-08-10 Andrew Cagney <cagney@gnu.org>
20765
20766 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
20767 files.
20768
20769 2004-08-10 Andrew Cagney <cagney@gnu.org>
20770
20771 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
20772 init_malloc call.
20773
20774 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
20775
20776 * ChangeLog: Add copyright notice. The notice is copied
20777 from emacs 21.3 top level ChangeLog.
20778
20779 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
20780
20781 * lib/cp-support.exp: New file.
20782 * lib/cp-support.exp (cp_test_type_class): New function.
20783 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
20784 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
20785 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
20786 cp_test_ptype_class.
20787
20788 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
20789
20790 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
20791 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
20792 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
20793 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
20794 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
20795 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
20796 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
20797 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
20798 gdb.mi/mi2-watch.exp: Update copyright years.
20799
20800 2004-08-09 Mark Kettenis <kettenis@gnu.org>
20801
20802 * gdb.base/sigaltstack.exp: Provide proper anchoring.
20803
20804 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
20805
20806 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
20807 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
20808 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
20809 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
20810 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
20811 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
20812 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
20813 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
20814 gdb.mi/mi-watch.exp: Update copyright years.
20815
20816 2004-08-08 Daniel Jacobowitz <dan@debian.org>
20817
20818 PR gdb/1738
20819 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
20820 from a breakpoint with a pending signal.
20821
20822 2004-08-08 Daniel Jacobowitz <dan@debian.org>
20823
20824 PR gdb/1736
20825 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
20826 * gdb.base/sigaltstack.exp (finish_test): Consume output until
20827 the prompt.
20828 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
20829
20830 2004-08-08 Daniel Jacobowitz <dan@debian.org>
20831
20832 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
20833
20834 2004-08-08 Daniel Jacobowitz <dan@debian.org>
20835
20836 PR gdb/1736
20837 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
20838 for i?86-*-linux*.
20839
20840 2004-08-08 Daniel Jacobowitz <dan@debian.org>
20841
20842 * gdb.arch/i386-prologue.exp: Compile without debug information.
20843
20844 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
20845
20846 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
20847 rather than asking gdb to search.
20848
20849 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
20850
20851 * gdb.base/gcore.c: Include <string.h>.
20852
20853 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
20854
20855 * gdb.base/gcore.c: Add copyright notice.
20856
20857 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
20858
20859 * gdb.base/freebpcmd.c: Include <stdio.h>.
20860 * gdb.base/long_long.c: Include <string.h>.
20861 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
20862 * gdb.base/siginfo.c: Include <string.h>.
20863 * gdb.base/sigstep.c: Include <string.h>.
20864
20865 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20866
20867 * gdb.base/complex.c: Include <stdlib.h>.
20868
20869 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20870
20871 * gdb.base/complex.c: Add copyright notice.
20872
20873 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20874
20875 * gdb.base/charset.c: Include <stdlib.h>.
20876
20877 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20878
20879 * gdb.base/auxv.c: Include <stdlib.h>.
20880
20881 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20882
20883 * gdb.base/auxv.c: Add copyright notice.
20884
20885 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20886
20887 * gdb.base/coremaker.c: Add copyright notice.
20888 * gdb.base/coremaker2.c: Add copyright notice.
20889
20890 2004-08-04 Andrew Cagney <cagney@gnu.org>
20891
20892 * gdb.base/store.exp: Update copyright.
20893 (check_set, up_set, check_struct, up_struct): Add a prefix to test
20894 names, do not import gdb_prompt.
20895
20896 2004-08-01 Andrew Cagney <cagney@gnu.org>
20897
20898 Fix PR testsuite/1729.
20899 * gdb.base/dump.exp: Add test name to callers of capture_value, do
20900 not use capture_value with value 4.
20901 (capture_value): Add optional test name parameter.
20902 (test_reload_saved_value, test_restore_saved_value): Use $msg as
20903 the prefix, pass to capture_value.
20904
20905 2004-08-01 Mark Kettenis <kettenis@gnu.org>
20906
20907 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
20908 * gdb.arch/i386-prologue.c (standard): New prototype and function.
20909 (main): Call new function.
20910
20911 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
20912
20913 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
20914
20915 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
20916
20917 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
20918
20919 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
20920
20921 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
20922 Accept more values of vtbl pointer. Remove some messages
20923 about "obsolete gcc or gdb".
20924
20925 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
20926
20927 * gdb.cp/classes.exp: Accept more varieties of ptype output.
20928
20929 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
20930
20931 * gdb.base/asm-source.exp: Properly convert target board
20932 debug flags from gcc format to binutils format.
20933
20934 2004-07-28 Mark Kettenis <kettenis@gnu.org>
20935
20936 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
20937 gdb1718". PR backtrace/1718 partially fixed.
20938
20939 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
20940
20941 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
20942
20943 2004-07-26 Nick Clifton <nickc@redhat.com>
20944
20945 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
20946 good default value for a specific architecture is available then
20947 set it to that value. Otherwise default to the -gstabs switch.
20948 Remove the -g... switches from the asm-flags variable. Allow the
20949 target board info to override the value if it wants to. Pass the
20950 switch on the assembler command line.
20951
20952 2004-07-23 Mark Kettenis <kettenis@gnu.org>
20953
20954 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
20955 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
20956 (main): Call new function.
20957
20958 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
20959
20960 Test for PR exp/1715.
20961 * gdb.base/radix.exp: Refactor common procedures. Make all
20962 test names unique. Change XFAIL to KFAIL.
20963
20964 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
20965
20966 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
20967 * gdb.ada/gnat_ada.gin: ... to here.
20968 * configure.in: Use gnat_ada.gin.
20969 * configure: Regenerate.
20970
20971 2004-07-20 Andrew Cagney <cagney@gnu.org>
20972
20973 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
20974 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
20975 XFAILs. Clean up test messages and comments. Check backtraces.
20976 Delete re-sync code.
20977
20978 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
20979
20980 Fix PR cli/740.
20981 * gdb.base/annota1.exp: Honor gdb,nosignals.
20982 * gdb.base/annota3.exp: Likewise.
20983
20984 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
20985
20986 * lib/java.exp: Update copyright notice.
20987
20988 2004-07-19 Andrew Cagney <cagney@gnu.org>
20989
20990 * gdb.base/selftest.exp: Copy file from here ...
20991 * gdb.gdb/selftest.exp: ... to here.
20992
20993 2004-07-16 Andrew Cagney <cagney@redhat.com>
20994
20995 * lib/insight-support.exp: Delete file.
20996 * lib/java.exp (java_init): Fix copyright.
20997
20998 2004-07-16 Andrew Cagney <cagney@gnu.org>
20999
21000 * gdb.base/restore.c: Append "prologue" to comments marking the a
21001 function's prologue.
21002 * gdb.base/restore.exp: Update copyright, re-indent.
21003 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
21004 callerN" prefix where needed. Update patterns that match a
21005 function's prologue.
21006
21007 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
21008
21009 * gdb.base/restore.c: Add copyright notice.
21010
21011 2004-07-16 Andrew Cagney <cagney@gnu.org>
21012
21013 * gdb.base/logical.exp: Update copyright.
21014 (evaluate): New procedure. Use to re-implement tests using
21015 several tables.
21016
21017 2004-07-14 Martin Hunt <hunt@redhat.com>
21018
21019 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
21020 which fixes some problems where init.tcl was not found.
21021
21022 2004-07-13 Andrew Cagney <cagney@gnu.org>
21023
21024 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
21025 (check_sizeof, check_valueof): Do not include the output in the
21026 test name. Use gdb_test.
21027 (get_valueof): Use gdb_test_multiple.
21028
21029 * gdb.base/step-test.exp: Update copyright. Use
21030 gdb_test_multiple. Ensure that test names do not include
21031 architecture dependent output.
21032
21033 * gdb.gdb/observer.exp: Update copyright.
21034 (setup_test): Use gdb_test_multiple.
21035 (attach_first_observer, attach_second_observer)
21036 (attach_third_observer, detach_first_observer)
21037 (detach_second_observer, detach_third_observer)
21038 (reset_counters, check_counters): Make $message a prefix.
21039 (test_normal_stop_notifications): Add "args" parameter - a list of
21040 init functions to be called. Make $message a prefix,
21041 (test_observer_normal_stop): Change the message prefixes so that
21042 they are unique, pass the attach / detach procedures to
21043 test_normal_stop_notifications.
21044
21045 * gdb.base/signull.exp (test_segv): Prefix all tests with
21046 "${name}". Clean up test messages.
21047
21048 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
21049
21050 * gdb.base/ena-dis-br.exp: Update copyright.
21051 (break_at): New function. Replace send_gdb with gdb_test,
21052 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
21053 ignore count, not stopped at bpt", with KFAIL.
21054
21055 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
21056
21057 * gdb.base/attach.exp: Remove cleanupfile handling.
21058
21059 2004-07-12 Andrew Cagney <cagney@gnu.org>
21060
21061 * gdb.base/annota1.exp: Cleanup corefile test name.
21062 * gdb.base/annota3.exp: Ditto.
21063
21064 2004-07-12 Andrew Cagney <cagney@gnu.org>
21065
21066 * gdb.base/signals.exp: Clean up copyright, re-indent.
21067
21068 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
21069 gdb_test and gdb_test_multiple.
21070
21071 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
21072
21073 * gdb.java/jmain.exp: Fix expected line number for main to
21074 break at. Set XFAIL for break at main test since gcj does not
21075 provide line number info for first statement in main.
21076
21077 2004-07-08 Andrew Cagney <cagney@gnu.org>
21078
21079 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
21080
21081 * gdb.base/sigbpt.exp: Make the common part of each test name a
21082 prefix instead of suffix.
21083
21084 2004-07-07 Bob Rossi <bob_rossi@cox.net>
21085
21086 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
21087 test from test_tbreak_creation_and_listing to
21088 test_file_list_exec_source_file
21089 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
21090 Changed name of test from test_tbreak_creation_and_listing to
21091 test_file_list_exec_source_file
21092
21093 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
21094
21095 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
21096 the jmisc() constructor instead of <init>.
21097 * gdb.java/jmisc1.exp: Ditto.
21098
21099 2004-07-07 Andrew Cagney <cagney@gnu.org>
21100
21101 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
21102 corrupting the PC.
21103
21104 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
21105
21106 * gdb.cp/templates.exp: Accept whitespace change in demangler
21107 output.
21108
21109 2004-07-06 Andrew Cagney <cagney@gnu.org>
21110
21111 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
21112
21113 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
21114
21115 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
21116 * lib/compiler.cc: Likewise.
21117
21118 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
21119
21120 * lib/compiler.cc: Work around string preprocessing problem
21121 with old hp c++ compiler.
21122 * lib/compiler.c: Likewise.
21123
21124 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
21125
21126 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
21127 directives to conditionalize symbol prefixing.
21128 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
21129 additional_flags handling. Add underscore prefix for Cygwin.
21130 * gdb.arch/i386-unwind.c: Use preprocessor directives to
21131 conditionalize symbol prefixing.
21132 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
21133 additional_flags handling. Add underscore prefix for Cygwin.
21134
21135 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
21136
21137 * gdb.base/bigcore.exp: Skip test on Cygwin.
21138
21139 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
21140
21141 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
21142 formats for "info register". Use gdb_test_multiple. Fix
21143 the "invalid register" test.
21144
21145 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
21146
21147 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
21148 PID for Cygwin. Add Cygwin specific strings to check for in some
21149 tests.
21150 (do_attach_tests): Add a test for user interaction when attaching
21151 to a process with no matching symbol table already loaded.
21152
21153 2004-06-26 Andrew Cagney <cagney@gnu.org>
21154
21155 Test PR java/1567 and PR java/1565.
21156 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
21157 * gdb.java/jmisc2.exp: Delete file.
21158
21159 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
21160
21161 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
21162
21163 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
21164
21165 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
21166 attach process.
21167
21168 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
21169
21170 * gdb.cp/pr-1553.exp: Remove.
21171
21172 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
21173
21174 * gdb.cp/pr-1553.cc: Remove.
21175 * gdb.cp/pr-1553.exp: Disable this test.
21176
21177 2004-06-20 Jim Blandy <jimb@redhat.com>
21178
21179 Fix PR testsuite/1680.
21180 * gdb.arch/i386-sse.exp: Properly quote curly braces in
21181 regular expressions.
21182
21183 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
21184
21185 Fix PR testsuite/1679.
21186 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
21187 Issue an UNSUPPORTED result instead.
21188
21189 2004-06-18 Jim Blandy <jimb@redhat.com>
21190
21191 * gdb.base/charset.exp: Only send a control-C if we see a new
21192 prompt and incomplete command.
21193
21194 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
21195
21196 * gdb.cp/pr-574.cc: Add copyright notice.
21197
21198 2004-06-17 Jim Blandy <jimb@redhat.com>
21199
21200 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
21201 cases where the regexp has no groups; this grabs random text from
21202 the previous test suite, whatever that was.
21203
21204 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
21205
21206 * gdb.cp/printmethod.cc: Add copyright notice.
21207
21208 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
21209
21210 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
21211
21212 2004-06-16 Andrew Cagney <cagney@gnu.org>
21213
21214 * gdb.base/signull.c: Update copyright. Include <string.h>.
21215 (bowler): Replace data_pointer with data_read
21216 and data_write cases. Add code_descriptor case.
21217 (zero, desc): New array and pointer.
21218 (data, code): Change to simple pointers.
21219 * gdb.base/signull.exp: Fix probe pattern matching a function
21220 descriptor SIGSEGV. Replace data_pointer with data_read and
21221 data_write tests.
21222
21223 2004-06-16 Andrew Cagney <cagney@gnu.org>
21224
21225 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
21226
21227 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
21228
21229 * gdb.base/long_long.c: Add copyright notice.
21230
21231 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
21232
21233 * gdb.base/long_long.exp: Remove reference to
21234 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
21235 to gdb_breakpoint and gdb_continue_to_breakpoint.
21236
21237 2004-06-14 Jim Blandy <jimb@redhat.com>
21238
21239 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
21240 endian case.
21241
21242 2004-06-14 Andrew Cagney <cagney@gnu.org>
21243
21244 * gdb.base/gcore.exp (capture_command_output): Delete the always
21245 passing tests containing inferior values.
21246 * gdb.base/ending-run.exp: Do not include the breakpoint address
21247 in the test message. Update copyright.
21248 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
21249 size in the test name, use gdb_test_multiple. Update copyright.
21250
21251 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
21252
21253 * gdb.cp/ref-types.cc: Add copyright notice.
21254
21255 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
21256
21257 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
21258 hp_aCC_compiler.
21259 * lib/compiler.cc: Likewise.
21260 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
21261 'set' commands. Log diagnostics for other lines. Set
21262 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
21263
21264 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
21265
21266 * gdb.cp/try_catch.cc: Add copyright notice.
21267
21268 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
21269
21270 * gdb.cp/userdef.cc: Add copyright notice.
21271
21272 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
21273
21274 * gdb.cp/virtfunc.cc: Add copyright notice.
21275
21276 2004-06-11 Randolph Chung <tausq@debian.org>
21277
21278 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
21279 problem.
21280
21281 2004-06-10 Andrew Cagney <cagney@gnu.org>
21282
21283 * lib/compiler.cc, lib/compiler.c: Append either
21284 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
21285 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
21286 instead of gcc-3-3.
21287
21288 2004-06-09 Andrew Cagney <cagney@gnu.org>
21289
21290 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
21291 gdb/1455, bug is specific to "long long" and "double".
21292
21293 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
21294 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
21295 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
21296 fixed.
21297
21298 2004-06-09 Andrew Cagney <cagney@gnu.org>
21299
21300 * gdb.base/structs.exp (test_struct_returns): Replace
21301 "return_value_unknown" and "finish_value_unknown" by
21302 "return_value_known" and "finish_value_known". Instead of
21303 "return_value_unknown" iff "finish_value_unknown", check
21304 "return_value_known" implies "finish_value_known".
21305
21306 2004-06-08 Martin Hunt <hunt@redhat.com>
21307
21308 * gdb.base/float.exp: Add pattern for mips targets.
21309
21310 2004-06-08 Randolph Chung <tausq@debian.org>
21311
21312 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
21313 message for unknown architectures more clear.
21314
21315 2004-06-08 Joel Brobecker <brobecker@gnat.com>
21316
21317 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
21318 start the execution of the program.
21319
21320 2004-06-07 Jim Blandy <jimb@redhat.com>
21321
21322 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
21323 * gdb.arch/i386-cpuid.h: New helper file.
21324
21325 2004-06-07 Randolph Chung <tausq@debian.org>
21326
21327 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
21328 has started.
21329
21330 2004-06-04 Roland McGrath <roland@redhat.com>
21331
21332 Fix PR gdb/1647.
21333 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
21334 differently to be robust to output buffering differences.
21335
21336 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
21337
21338 * gdb.threads/pthreads.exp: Update copyright years.
21339 (check_control_c): Change asynchronous 'after' to synchronous.
21340
21341 2004-06-04 Roland McGrath <roland@redhat.com>
21342
21343 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
21344 next gdb prompt.
21345
21346 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
21347
21348 Fix PR gdb/1636.
21349 * gdb.threads/manythreads.exp: Change asynchronous 'after'
21350 calls to synchronous.
21351
21352 2004-05-26 Jim Blandy <jimb@redhat.com>
21353
21354 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
21355
21356 2004-05-24 Randolph Chung <tausq@debian.org>
21357
21358 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
21359 * gdb.asm/pa.inc: New file.
21360
21361 2004-05-22 Mark Kettenis <kettenis@gnu.org>
21362
21363 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
21364
21365 2004-05-21 Joel Brobecker <brobecker@gnat.com>
21366 Daniel Jacobowitz <drow@mvista.com>
21367
21368 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
21369 GDB prompt.
21370
21371 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21372
21373 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
21374 setjmp/longjmp. Use sigaction instead of signal.
21375
21376 2004-05-19 J. Brobecker <brobecker@gnat.com>
21377 Michael Snyder <msnyder@redhat.com>
21378
21379 * gdb.threads/pthread_cond_wait.c: New file.
21380 * gdb.threads/pthread_cond_wait.exp: New testcase.
21381
21382 2004-05-13 Andrew Cagney <cagney@redhat.com>
21383
21384 * gdb.base/signull.exp, gdb.base/signull.c: New files.
21385 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
21386
21387 2004-05-11 Andrew Cagney <cagney@redhat.com>
21388
21389 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
21390 fixed but revealed gdb/1639.
21391
21392 2004-05-10 Andrew Cagney <cagney@redhat.com>
21393
21394 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
21395 func1" and "next to 2nd alarm", kernel bug avoided.
21396
21397 2004-05-10 Daniel Jacobowitz <dan@debian.org>
21398
21399 PR external/1568
21400 * gdb.base/bigcore.exp: Check the size of the dumped core file.
21401 XFAIL if it is smaller than bytes_allocated.
21402 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
21403 (main): Make chunks_allocated unsigned. Correct comment.
21404
21405 2004-05-07 Joel Brobecker <brobecker@gnat.com>
21406
21407 * gdb.arch/powerpc-aix-prologue.c: New file.
21408 * gdb.arch/powerpc-aix-prologue.exp: New file.
21409
21410 2004-05-07 Jim Blandy <jimb@redhat.com>
21411
21412 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
21413 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
21414
21415 2004-05-06 Joel Brobecker <brobecker@gnat.com>
21416
21417 * gdb.base/sep.exp: No longer setup_kfail when the program was
21418 built with dwarf2.
21419
21420 2004-05-05 Jim Ingham <jingham@apple.com>
21421
21422 * gdb.base/pending.exp: Make sure pending breakpoints
21423 preserve the ignore count.
21424
21425 2004-04-27 Jerome Guitton <guitton@gnat.com>
21426
21427 * i386-prologue.exp: Add testcase for jump instruction as first
21428 instruction of the real code.
21429 * i386-prologue.c (jump_at_beginning): New function.
21430
21431 2004-04-28 Mark Kettenis <kettenis@gnu.org>
21432
21433 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
21434 x86_64-*-*.
21435
21436 2004-04-28 Mark Kettenis <kettenis@gnu.org>
21437
21438 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
21439 i*86-*-*.
21440
21441 2004-04-25 Mark Kettenis <kettenis@gnu.org>
21442
21443 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
21444 expression that checks the return type.
21445
21446 2004-04-23 Andrew Cagney <cagney@redhat.com>
21447
21448 * gdb.base/call-sc.exp: New test of scalar call/return values.
21449 * gdb.base/call-sc.c: Ditto.
21450
21451 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21452
21453 * gdb.threads/manythreads.c: Reduce thread stack size.
21454
21455 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
21456
21457 * gdb.threads/manythreads.c: Add copyright notice.
21458
21459 2004-04-23 Andrew Cagney <cagney@redhat.com>
21460
21461 * gdb.base/siginfo.exp: Better handle step out of signal.
21462 * gdb.base/sigstep.exp: Ditto.
21463
21464 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
21465 Daniel Jacobowitz <drow@mvista.com>
21466
21467 * gdb.threads/manythreads.c: New testcase.
21468 * gdb.threads/manythreads.exp: Ditto.
21469
21470 2004-04-22 Jim Blandy <jimb@redhat.com>
21471
21472 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
21473 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
21474
21475 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
21476
21477 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
21478
21479 2004-04-21 Andrew Cagney <cagney@redhat.com>
21480
21481 * gdb.base/sigstep.c: New file.
21482 * gdb.base/sigstep.exp: New file.
21483
21484 2004-04-16 Joel Brobecker <brobecker@gnat.com>
21485
21486 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
21487 call to observer_notify_normal_stop.
21488
21489 2004-04-15 Andrew Cagney <cagney@redhat.com>
21490
21491 * gdb.base/siginfo.c: New file.
21492 * gdb.base/siginfo.exp: New file.
21493
21494 2004-04-12 J. Brobecker <brobecker@gnat.com>
21495
21496 * gdb.base/sep.exp: Fix typo in comment.
21497
21498 2004-04-12 J. Brobecker <brobecker@gnat.com>
21499
21500 * gdb.base/sep.c: New file.
21501 * gdb.base/sep-proc.c: New file.
21502 * gdb.base/sep.exp: New testcase.
21503
21504 2004-04-09 Mark Kettenis <kettenis@gnu.org>
21505
21506 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
21507 support.
21508
21509 2004-04-05 Andrew Cagney <cagney@redhat.com>
21510
21511 * gdb.base/sigaltstack.c: New file.
21512 * gdb.base/sigaltstack.exp: New file.
21513
21514 2004-04-04 Joel Brobecker <brobecker@gnat.com>
21515
21516 * gdb.base/foll-fork.exp: Update the expected output for
21517 "help set follow-fork-mode", to match a change that was made
21518 to the help of this variable on 2004-01-13.
21519
21520 2004-04-01 Joel Brobecker <brobecker@gnat.com>
21521
21522 * lib/ada.exp: Add copyright notice.
21523 * bar.ads: Likewise.
21524 * bar.adb: Likewise.
21525 * null_record.adb: Likewise.
21526 * null_record.exp: Likewise.
21527 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
21528
21529 2004-04-01 Joel Brobecker <brobecker@gnat.com>
21530
21531 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
21532 * configure: Regenerate.
21533
21534 2004-04-01 Joel Brobecker <brobecker@gnat.com>
21535
21536 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
21537 to build the application. Remove the message printed when in
21538 verbose mode, redundant with the UNSUPPORTED message above.
21539
21540 2004-03-31 Joel Brobecker <brobecker@gnat.com>
21541
21542 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
21543 * gdb.ada (null_record.exp): New testcase.
21544
21545 2004-03-31 Joel Brobecker <brobecker@gnat.com>
21546
21547 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
21548
21549 2004-03-31 Joel Brobecker <brobecker@gnat.com>
21550
21551 * gdb.ada: New subdirectory.
21552 * gdb.ada/Makefile.in: New file.
21553 * gdb.ada/gnat_ada.gpr.in: New file.
21554
21555 2004-03-31 Joel Brobecker <brobecker@gnat.com>
21556
21557 * lib/ada.exp: New file.
21558
21559 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
21560
21561 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
21562 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
21563
21564 2004-03-22 Andrew Cagney <cagney@redhat.com>
21565
21566 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
21567 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
21568 Problem identified by Ulrich Weigand.
21569
21570 2004-03-17 David Carlton <carlton@kealia.com>
21571
21572 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
21573 PR c++/826.
21574
21575 2004-03-16 Roland McGrath <roland@redhat.com>
21576
21577 * gdb.base/auxv.exp: New file.
21578 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
21579
21580 2004-03-12 David Carlton <carlton@kealia.com>
21581
21582 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
21583 * gdb.cp/pr-1553.cc: Ditto.
21584 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
21585 pass branch.
21586
21587 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
21588
21589 * gdb.cp/templates.exp: Accept more template types.
21590
21591 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
21592
21593 From Corinna Vinschen with modifications.
21594 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
21595 local variable obj_with_enum.
21596 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
21597 results with obj_with_enum.
21598
21599 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
21600
21601 * gdb.cp/classes.cc: New file, copied from misc.cc.
21602 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
21603
21604 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
21605
21606 * gdb.cp/misc.cc: Add copyright notice.
21607
21608 2004-03-05 David Carlton <carlton@kealia.com>
21609
21610 * gdb.cp/rtti.exp: Add 'print *obj3' test.
21611 * gdb.cp/rtti.h: Update copyright.
21612 (namespace n2::n3): New.
21613 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
21614 (n2::n3::func3): New.
21615 (main): Call n2::n3::func3.
21616 * gdb.cp/rtti2.cc: Update copyright.
21617 (n2::create3): New.
21618
21619 2004-03-04 Mark Kettenis <kettenis@gnu.org>
21620
21621 * gdb.asm/openbsd.inc: Fix typo.
21622
21623 2004-03-03 Fred Fish <fnf@redhat.com>
21624
21625 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
21626 "val" instead of unused "size". Update copyright year.
21627
21628 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
21629
21630 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
21631 to use unsigned char.
21632 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
21633 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
21634
21635 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
21636
21637 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
21638 line of output.
21639
21640 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
21641
21642 * gdb.base/relocate.c (dummy): Initialize.
21643
21644 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
21645
21646 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
21647 a breakpoint at exit.
21648
21649 2004-02-27 Fred Fish <fnf@redhat.com>
21650
21651 * gdb.base/chng-syms.exp: Add expect condition to match failing
21652 case that isn't a timeout.
21653
21654 2004-02-27 Andrew Cagney <cagney@redhat.com>
21655
21656 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
21657 support.
21658
21659 2004-02-26 Fred Fish <fnf@redhat.com>
21660
21661 * gdb.arch/gdb1431.c: Remove.
21662 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
21663 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
21664 of "until" incorrectly.
21665
21666 2004-02-26 J. Brobecker <brobecker@gnat.com>
21667
21668 * gdb.cp/class2.cc (empty): New class.
21669 (refer): New function.
21670 (main): Declare an object of type empty and use it.
21671 * gdb.cp/class2.exp: Print the value of an object of type empty.
21672
21673 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
21674
21675 * gdb.base/langs.exp: Update query string to match the
21676 new nquery format used for pending breakpoints.
21677
21678 2004-02-26 Andrew Cagney <cagney@redhat.com>
21679
21680 Fix PR i18n/1570.
21681 * gdb.base/charset.c: Update copyright notice.
21682 (main, init_string): Remove the escape character '\e' tests.
21683 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
21684 * gdb.base/charset.exp (valid_host_charset): Ditto.
21685 * gdb.base/setvar.exp: Ditto.
21686
21687 2004-02-24 Andrew Cagney <cagney@redhat.com>
21688
21689 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
21690 mmapped data in core file" PASS and FAIL messages consistent.
21691
21692 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
21693 setting a breakpoint. Work around PR java/1565.
21694
21695 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
21696
21697 * lib/gdb.exp (gdb_breakpoint): Update query string to match
21698 new nquery format.
21699 * gdb.base/pending.exp: Ditto.
21700
21701 2004-02-22 Mark Kettenis <kettenis@gnu.org>
21702
21703 * configure.in: Run stabs tests on *BSD.
21704 * configure: Regenerated.
21705
21706 2004-02-21 Mark Kettenis <kettenis@gnu.org>
21707
21708 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
21709
21710 2004-02-20 Fred Fish <fnf@redhat.com>
21711
21712 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
21713 blank in test for "returns short", for consistency with other
21714 "returns xxx" tests. Update copyright year.
21715
21716 2004-02-19 Fred Fish <fnf@redhat.com>
21717
21718 New testcase for PR breakpoint/1558.
21719 * gdb.arch/gdb1558.exp: New file.
21720 * gdb.arch/gdb1558.c: New file.
21721
21722 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
21723
21724 * gdb.base/nodebug.exp: Fix typo.
21725
21726 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21727
21728 Committed by Jim Blandy <jimb@redhat.com>.
21729
21730 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
21731
21732 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
21733
21734 * gdb.base/float.exp: Support s390*-*-* targets.
21735
21736 2004-02-17 Adam Fedor <fedor@gnu.org>
21737
21738 * gdb.base/gdb1555.exp: New file.
21739 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
21740
21741 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
21742
21743 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
21744
21745 2004-02-16 Fred Fish <fnf@redhat.com>
21746
21747 * gdb.arch/gdb1291.c: Remove
21748 * gdb.arch/gdb1291.s: New test input file.
21749 * gdb.arch/gdb1291.exp: Expand test to check case that should not
21750 fail. Test for correct result, known incorrect result, other
21751 failures and timeouts.
21752
21753 2004-02-16 Andrew Cagney <cagney@redhat.com>
21754
21755 * gdb.base/bigcore.exp: New file.
21756 * gdb.base/bigcore.c: New file.
21757
21758 2004-02-13 Andrew Cagney <cagney@redhat.com>
21759
21760 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
21761 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
21762 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
21763 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
21764 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
21765 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
21766 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
21767 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
21768 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
21769 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
21770
21771 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
21772
21773 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
21774 executed is an alloc instruction.
21775
21776 2004-02-11 David Carlton <carlton@kealia.com>
21777
21778 * gdb.cp/breakpoint.exp: New.
21779 * gdb.cp/breakpoint.cc: New.
21780
21781 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
21782
21783 Partial fix for PR gdb/1543.
21784 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
21785 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
21786 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
21787 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
21788 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
21789 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
21790 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
21791 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
21792 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
21793 to bug-gdb@prep.ai.mit.edu .
21794 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
21795 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
21796 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
21797 Likewise.
21798
21799 2004-02-10 Andrew Cagney <cagney@redhat.com>
21800
21801 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
21802 using gdb_internal_error_resync.
21803
21804 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
21805
21806 * gdb.threads/thread-specific.exp: Stop early if no threads are
21807 found.
21808
21809 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
21810
21811 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
21812
21813 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
21814
21815 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
21816 breakpoints.
21817
21818 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
21819
21820 * config/sim.exp (gdb_load): Handle $arg == "".
21821 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
21822 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
21823
21824 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
21825
21826 * gdb.base/maint.exp: Update test to reflect
21827 obstack changes.
21828
21829 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
21830
21831 * gdb.base/pendshr.c (pendfunc): New function that calls
21832 pendfunc1.
21833 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
21834
21835 2004-02-04 Fred Fish <fnf@redhat.com>
21836
21837 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
21838 function symbols and update copyright years.
21839 * gdb.arch/gdb1291.c: Ditto.
21840
21841 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
21842
21843 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
21844
21845 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
21846
21847 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
21848
21849 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
21850
21851 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
21852
21853 2004-02-02 Fred Fish <fnf@redhat.com>
21854
21855 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
21856 remote targets. Update copyright years.
21857
21858 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
21859
21860 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
21861 support.
21862 * gdb.base/langs.exp: Fix test which attempts to create
21863 breakpoint on non-existent function to handle new pending
21864 support.
21865 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
21866 a breakpoint.
21867 * gdb.base/pending.exp: New test.
21868 * gdb.base/pending.c: New file.
21869 * gdb.base/pendshr.c: Ditto.
21870
21871 2004-02-02 David Carlton <carlton@kealia.com>
21872
21873 * gdb.cp/overload.exp: Add overloadNamespace tests.
21874 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
21875 (overloadNamespace, XXX): New.
21876 (main): Call XXX::marker2.
21877
21878 2004-02-01 Fred Fish <fnf@redhat.com>
21879
21880 * gdb.base/dump.exp: Use runto_main instead of "runto main".
21881 * gdb.base/finish.exp: Ditto.
21882 * gdb.base/gcore.exp: Ditto.
21883 * gdb.base/huge.exp: Ditto.
21884 * gdb.base/info-proc.exp: Ditto.
21885 * gdb.base/return2.exp: Ditto.
21886 * gdb.threads/gcore-thread.exp: Ditto.
21887
21888 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
21889
21890 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
21891
21892 2004-02-01 Mark Kettenis <kettenis@gnu.org>
21893
21894 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
21895 that opening the file succeeds on OpenBSD.
21896
21897 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
21898
21899 * gdb.threads/thread-specific.c: New file.
21900 * gdb.threads/threads-specific.exp: New test script.
21901 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
21902 to expect_out.
21903
21904 2004-02-01 Mark Kettenis <kettenis@gnu.org>
21905
21906 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
21907 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
21908 only on the "print_small_structs from print_long_arg_list" test.
21909
21910 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
21911
21912 * gdb.base/completion.exp: Kill a stray backslash.
21913
21914 From Jim Ingham <jingham@apple.com>:
21915 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
21916 agrees with the result from sending a tab.
21917
21918 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
21919
21920 * gdb.base/chng-syms.exp: Remove stray newline.
21921
21922 2004-01-31 Mark Kettenis <kettenis@gnu.org>
21923
21924 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
21925 *-*-openbsd*.
21926 * gdb.asm/openbsd.inc: New file.
21927
21928 2004-01-30 Mark Kettenis <kettenis@gnu.org>
21929
21930 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
21931 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
21932 *-*solaris2*. Remove commented out default settings for
21933 asm-flags. Replace gdb_compile with target_link.
21934
21935 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
21936
21937 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
21938 for all tests. Remove old hp-ux and cygnus xfail cases.
21939
21940 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
21941
21942 * gdb.base/chng-syms.exp: New file.
21943 * gdb.base/chng-syms.c: New file.
21944
21945 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
21946
21947 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
21948 Provide arms for current output in all my configurations.
21949
21950 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
21951
21952 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
21953 * lib/compiler.cc: Likewise.
21954 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
21955 get the right preprocessor. Eval the output directly. Remove
21956 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
21957 hp_f77_compiler and hp_f90_compiler completely.
21958 (gdb_preprocess): Delete.
21959 (get_compiler): Delete.
21960
21961 2004-01-24 Mark Kettenis <kettenis@gnu.org>
21962
21963 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
21964 <string.h>.
21965
21966 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
21967
21968 * gdb.mi/mi-stack.exp: Update copyright.
21969
21970 2004-01-23 David Carlton <carlton@kealia.com>
21971
21972 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
21973 test for cp_lookup_transparent_type.
21974 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
21975 call them.
21976
21977 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
21978
21979 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
21980 after -var-update.
21981
21982 2004-01-23 David Carlton <carlton@kealia.com>
21983
21984 * gdb.cp/namespace.cc (C::ensureRefs): New.
21985 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
21986
21987 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
21988
21989 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
21990 case "-stack-list-locals 2".
21991 * gdb.mi/mi-var-child.exp: Test for case
21992 "-var-list-children --all-values NAME".
21993
21994 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
21995
21996 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
21997
21998 2004-01-18 Mark Kettenis <kettenis@gnu.org>
21999
22000 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
22001 used with gdb_test_multiple.
22002
22003 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
22004 read at address 0. This fixes PR testsuite/1504.
22005
22006 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
22007
22008 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
22009 Remove downloading, guessing the host executable, the calls to
22010 gdb_file_cmd and gdb_target_cmd, and "load" support.
22011 (infer_host_exec): New function broken out from gdb_load.
22012 (gdb_load): New wrapper for gdbserver_gdb_load.
22013 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
22014 gdb_target_cmd. Use -target-select.
22015 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
22016 Download binaries to the host. Clear last_mi_remote_file when
22017 we load a new binary.
22018 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
22019 call gdbserver_gdb_load and mi_gdb_target_cmd.
22020
22021 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
22022
22023 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
22024 type patterns.
22025
22026 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
22027
22028 * gdb.cp/templates.exp: Fix typo in test name of
22029 "print Foo<volatile char*>::foo".
22030
22031 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
22032
22033 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
22034
22035 2004-01-16 Ben Elliston <bje@wasabisystems.com>
22036
22037 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
22038 (clean mostlyclean): Remove empty rm.
22039
22040 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
22041
22042 * gdb.base/setvar.exp: Add copyright years.
22043
22044 2004-01-14 David Carlton <carlton@bactrian.org>
22045
22046 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
22047 PR c++/1511 and update coment.
22048 * gdb.cp/templates.exp: Update patterns to match current output.
22049 If changes involve something other than whitespace, KFAIL
22050 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
22051
22052 2004-01-14 David Carlton <carlton@kealia.com>
22053
22054 * gdb.cp/namespace.exp: Add tests involving classes defined within
22055 namespaces.
22056 * gdb.cp/namespace.cc (C::CClass): New.
22057 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
22058
22059 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
22060
22061 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
22062 what debug info we have. Print a better message if something goes
22063 wrong while producing the separate debug info file.
22064
22065 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
22066
22067 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
22068
22069 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
22070
22071 * gdb.base/callfuncs.c: Add copyright notice.
22072
22073 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
22074
22075 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
22076 inheritance. PR gdb/1498, PR gcc/13539.
22077
22078 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
22079
22080 * gdb.threads/gcore-thread.exp: Prefix name of binary with
22081 test specific name.
22082 * gdb.mi/gdb669.exp: Ditto.
22083 * gdb.mi/mi-pthreads.exp: Ditto.
22084 * gdb.mi/mi1-pthreads.exp: Ditto.
22085 * gdb.mi/mi2-pthreads.exp: Ditto.
22086
22087 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
22088
22089 * gdb.cp/member-ptr.cc: Add copyright notice.
22090
22091 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
22092
22093 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
22094 some patterns for recent versions of gcc and hpacc. Delete
22095 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
22096 Delete tests that access a NULL pointer-to-member-data. This
22097 script is still disabled for gcc.
22098
22099 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
22100
22101 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
22102 escaped correctly.
22103
22104 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
22105
22106 * gdb.base/sepdebug.exp: New file.
22107 * gdb.base/sepdebug.c: New file.
22108 * lib/gdb.exp (separate_debug_filename): New procedure.
22109 (gdb_gnu_strip_debug): New procedure.
22110
22111 2004-01-12 Andrew Cagney <cagney@redhat.com>
22112
22113 * gdb.mi/ChangeLog: Delete file. Renamed to ...
22114 * gdb.mi/ChangeLog-1999-2003: New file.
22115
22116 2004-01-12 Andrew Cagney <cagney@redhat.com>
22117
22118 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
22119 "Renaming a directory to a non-empty directory returns ENOTEMPTY
22120 or EEXIST", treat EBUSY as an XFAIL.
22121
22122 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
22123
22124 * gdb.base/scope.exp: Remove obsolete setup_xfail for
22125 hp_cc_compiler.
22126
22127 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
22128
22129 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
22130 decorations.
22131
22132 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
22133
22134 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
22135 and "(aCC)" decorations. Remove obsolete doco about old
22136 test results.
22137
22138 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
22139
22140 * gdb.cp/exception.exp: Fix typo in doco.
22141
22142 2004-01-09 Mark Kettenis <kettenis@gnu.org>
22143
22144 * gdb.base/gdb1476.exp: Fix typo.
22145
22146 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
22147
22148 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
22149 file.
22150
22151 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
22152
22153 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
22154 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
22155 Use gdb_compile. Remove restriction on gcc. Add some patterns
22156 for recent version of gdb. Delete second half, which was a copy
22157 of the first half with different build flags. This test is
22158 still disabled because it is still not ready for production.
22159
22160 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
22161
22162 * gdb.cp/exception.cc: Add copyright notice.
22163 * gdb.cp/exception.exp: Add a notice that this file is broken
22164 because of line number changes caused by addition of copyright
22165 notice.
22166
22167 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
22168
22169 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
22170 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
22171
22172 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
22173
22174 * gdb.cp/classes.exp: Accept gnu abi 2.
22175 * gdb.cp/derivation.exp: Likewise.
22176 * gdb.cp/overload.exp: Likewise.
22177 * gdb.cp/virtfunc.exp: Likewise.
22178
22179 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
22180
22181 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
22182 semicolon after end of function.
22183
22184 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22185
22186 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
22187 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
22188 boilerplate code for compiling and running the program under
22189 test. Add some string method tests.
22190
22191 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22192
22193 * gdb.cp/bs15503.cc: Add copyright notice.
22194 * gdb.cp/bs15503.exp: Adjust line number.
22195
22196 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22197
22198 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
22199 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
22200
22201 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22202
22203 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
22204 hp_cc_compiler.
22205
22206 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22207
22208 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
22209 * gdb.cp/ctti.exp: Use the marker instead of "next".
22210 With gcc, run further before bailing.
22211
22212 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22213
22214 * gdb.cp/cttiadd.cc: Add copyright notice.
22215 * gdb.cp/cttiadd1.cc: Likewise.
22216 * gdb.cp/cttiadd2.cc: Likewise.
22217 * gdb.cp/cttiadd3.cc: Likewise.
22218
22219 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22220
22221 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
22222 Use gdb_test, gdb_test_multiple. Use floating-point values that
22223 have exact representations in IEEE-ish formats.
22224
22225 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22226
22227 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
22228 compilers. Delete duplicate call to get_compiler_info.
22229 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
22230 * gdb.base/volatile.exp: Likewise.
22231
22232 2004-01-07 Mark Kettenis <kettenis@gnu.org>
22233
22234 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
22235 memory at address 0.
22236
22237 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
22238
22239 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
22240 to test for hp-ux assembler. Fix copyright years.
22241
22242 2004-01-07 Andrew Cagney <cagney@redhat.com>
22243
22244 * gdb.base/fileio.c (strerrno): Add "EBUSY".
22245
22246 2004-01-07 Andrew Cagney <cagney@redhat.com>
22247
22248 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
22249 when creating the read-only file. From analysis by Roland McGrath
22250 and Elena Zannoni.
22251
22252 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
22253
22254 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
22255
22256 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
22257
22258 * gdb.base/cvexpr.c: Be type-safe with function pointers and
22259 data pointers.
22260
22261 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
22262
22263 * gdb.cp/m-static.exp: Compile one source file at a time.
22264 Delete unused call to get_compiler_info.
22265
22266 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
22267
22268 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
22269 * gdb.base/call-rt-st.exp: Likewise.
22270 * gdb.base/nodebug.exp: Likewise.
22271 * gdb.base/volatile.exp: Likewise.
22272 * gdb.cp/ref-types.exp: Likewise.
22273 * gdb.cp/templates.exp: Likewise.
22274
22275 2004-01-05 Mark Kettenis <kettenis@gnu.org>
22276
22277 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
22278
22279 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
22280
22281 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
22282 hppa*-hp-hpux*.
22283
22284 2004-01-04 Mark Kettenis <kettenis@gnu.org>
22285
22286 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
22287 x86_64-*-*.
22288
22289 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
22290 sparc64-*-* and sparc*-solaris2*.
22291
22292 2004-01-04 Mark Kettenis <kettenis@gnu.org>
22293
22294 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
22295 return ${tests}" test. The ${tests} already mentions the
22296 filename.
22297
22298 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
22299
22300 * gdb.cp/local.exp: Accept gcc abi 2.
22301
22302 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
22303
22304 * gdb.cp/templates.exp: Accept gcc abi 2.
22305
22306 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
22307
22308 * lib/compiler.cc: Remove supports_template_debugging.
22309 * gdb.cp/templates.exp: Do not test supports_template_debugging.
22310
22311 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22312
22313 * gdb.cp/namespace.exp: Accept gcc abi 2.
22314
22315 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22316
22317 * gdb.cp/method.exp: Accept gcc abi 2.
22318
22319 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22320
22321 * gdb.cp/classes.exp: Generate identical results as old version.
22322 * gdb.cp/derivation.exp: Likewise.
22323 * gdb.cp/overload.exp: Likewise.
22324 * gdb.cp/virtfunc.exp: Likewise.
22325
22326 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22327
22328 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
22329 mysterious bug with sourceware version of expect.
22330
22331 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22332
22333 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
22334 current versions of gcc, including gcc abi 2. Remove gratuitous
22335 restart of test program. Use gdb_test_multiple and gdb_test for
22336 all tests. Add patterns to xfail missing "const" in "const char *"
22337 and kfail PR gdb/1155.
22338
22339 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
22340
22341 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
22342 current versions of gcc, including gcc abi 2. Remove gratuitous
22343 restart of test program. Use gdb_test_multiple and gdb_test for
22344 all tests. Add patterns to kfail PR gdb/1498.
22345
22346 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
22347
22348 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
22349 current versions of gcc, including gcc abi 2. Use "breakpoint"
22350 and "continue" instead of restarting the target program. Use
22351 gdb_test_multiple and gdb_test for all tests.
22352
22353 2004-01-01 Mark Kettenis <kettenis@gnu.org>
22354
22355 * gdb.asm/asm-source.exp: Update copyright year. Link statically
22356 for *-*-solaris2*.
22357
22358 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
22359
22360 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
22361 current versions of gcc, including gcc abi 2. Use "breakpoint"
22362 and "continue" instead of restarting the target program several
22363 times. Use gdb_test_multiple and gdb_test for all tests.
22364
22365 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
22366
22367 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
22368 source files.
22369
22370 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
22371
22372 * gdb.base/environ.exp: Handle compiling test case from multiple
22373 source files.
22374
22375 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
22376
22377 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
22378
22379 2003-12-17 Jim Blandy <jimb@redhat.com>
22380
22381 * gdb.base/freebpcmd.c: Add copyright notice.
22382
22383 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
22384
22385 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
22386
22387 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
22388
22389 2003-12-13 Jim Blandy <jimb@redhat.com>
22390
22391 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
22392
22393 2003-12-12 Kevin Buettner <kevinb@redhat.com>
22394
22395 * gdb.asm/frv.inc: New file.
22396 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
22397
22398 2003-12-09 Fred Fish <fnf@redhat.com>
22399
22400 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
22401 functions to break1.c and leave prototypes behind. Add more
22402 "set breakpoint NN here" comments.
22403 * gdb.base/break1.c: New file.
22404
22405 * gdb.base/break.exp: Handle compiling test case from multiple
22406 source files and change source file references as needed.
22407 * gdb.base/completion.exp: Ditto.
22408 * gdb.base/condbreak.exp: Ditto.
22409 * gdb.base/define.exp: Ditto.
22410 * gdb.base/ena-dis-br.exp: Ditto.
22411 * gdb.base/info-proc.exp: Ditto.
22412 * gdb.base/maint.exp: Ditto.
22413 * gdb.base/until.exp: Ditto.
22414
22415 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
22416 hardcoded line numbers.
22417 * gdb.base/define.exp: Ditto.
22418 * gdb.base/ena-dis-br.exp: Ditto.
22419 * gdb.base/maint.exp: Ditto.
22420 * gdb.base/until.exp: Ditto.
22421
22422 * gdb.base/completion.exp: Use "break1" for completion tests since
22423 "break" is no longer a unique prefix.
22424
22425 2003-12-06 Andrew Cagney <cagney@redhat.com>
22426
22427 * gdb.base/structs.exp (test_struct_returns): When applicable, set
22428 "return_value_unimplemented". When an unimplemented struct return
22429 architecture, report incorrect values as a KFAIL
22430
22431 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
22432
22433 * gdb.cp/rtti.exp: Accept new wording of warning from
22434 cp_lookup_rtti_type.
22435
22436 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
22437
22438 Partial fix for PR testsuite/1456.
22439 * gdb.base/scope.exp (test_at_main): Replace references to
22440 gcc_compiled with calls to test_compiler_info.
22441 (test_at_foo): Likewise.
22442 (test_at_bar): Likewise.
22443
22444 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
22445
22446 Partial fix for PR testsuite/1456.
22447 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
22448 to test_compiler_info.
22449
22450 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
22451
22452 * gdb.base/so-impl-ld.exp: Update copyright notice.
22453
22454 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
22455
22456 Partial fix for PR testsuite/1456.
22457 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
22458 to test_compiler_info.
22459
22460 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
22461
22462 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
22463 from current versions of gdb. Clean up regular expressions.
22464 Delete redundant timeout case.
22465
22466 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
22467
22468 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
22469 from current versions of gdb. Clean up regular expressions.
22470 Delete redundant timeout case.
22471
22472 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
22473
22474 Partial fix for PR testsuite/1456.
22475 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
22476 gcc_compiled with call to test_compiler_info.
22477
22478 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
22479
22480 Partial fix for PR testsuite/1456.
22481 * gdb.base/list.exp (test_list_function): Delete unused declaration
22482 of gcc_compiled.
22483
22484 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
22485
22486 Partial fix for PR testsuite/1456.
22487 * gdb.base/complex.exp: Replace reference to gcc_compiled with
22488 call to test_compiler_info.
22489
22490 2003-11-29 Mark Kettenis <kettenis@gnu.org>
22491
22492 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
22493 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
22494 it to create the appropriate note.inc.
22495 * gdb.asm/asmsrc1.s: Include "note.inc".
22496 * gdb.asm/netbsd.inc: New file.
22497 * gdb.asm/empty.inc: New file.
22498
22499 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
22500
22501 Partial fix for PR testsuite/1456.
22502 * gdb.base/constvars.exp: Replace references to gcc_compiled with
22503 calls to test_compiler_info.
22504
22505 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
22506
22507 Partial fix for PR testsuite/1456.
22508 * gdb.base/volatile.exp: Replace references to gcc_compiled with
22509 calls to test_compiler_info.
22510
22511 2003-11-27 Mark Kettenis <kettenis@gnu.org>
22512
22513 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
22514 pattern for the KFAILs.
22515
22516 2003-11-25 Adam Fedor <fedor@gnu.org>
22517
22518 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
22519 * gdb.objc/objcdecode.m: New file.
22520
22521 2003-11-25 Adam Fedor <fedor@gnu.org>
22522
22523 * gdb.objc/nondebug.exp: Test for PR objc/1236.
22524 * gdb.objc/nondebug.m: New file.
22525
22526 2003-11-26 Ben Elliston <bje@wasabisystems.com>
22527
22528 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
22529 NetBSD as it does on FreeBSD. Modelled on a similar change by
22530 Mark Kettenis on 2003-05-30.
22531 (link-flags): Set to "--entry _start" regardless of target.
22532 Special linker flags are to be appended to $link-flags.
22533 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
22534
22535 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
22536
22537 * gdb.cp/method.exp: Accept output of new demangler.
22538
22539 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
22540
22541 * gdb/class2.exp: New file.
22542 * gdb/class2.cc: New file.
22543
22544 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
22545
22546 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
22547 of new demangler.
22548
22549 2003-11-23 Mark Kettenis <kettenis@gnu.org>
22550
22551 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
22552 of gdb_test "run".
22553
22554 2003-11-23 Mark Kettenis <kettenis@gnu.org>
22555
22556 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
22557 "continue" into "run".
22558
22559 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
22560
22561 Partial fix for PR testsuite/1456.
22562 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
22563 call to test_compiler_info.
22564 * gdb.cp/ctti.exp: Likewise.
22565 * gdb.cp/derivation.exp: Likewise.
22566 * gdb.cp/member-ptr.exp: Likewise.
22567 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
22568 reference to gcc_compiled.
22569
22570 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
22571
22572 Fix PR testsuite/1463.
22573 * gdb.base/structs.exp (start_structs_test): Call
22574 get_debug_format before using the debug format.
22575
22576 2003-11-22 Andrew Cagney <cagney@redhat.com>
22577
22578 * lib/gdb.exp (gdb_test_multiple): Add simple example.
22579 * gdb.base/structs.exp: Use gdb_test_multiple.
22580
22581 2003-11-20 Andrew Cagney <cagney@redhat.com>
22582
22583 * gdb.base/structs.exp: Handle and recover from internal errors.
22584 Replace "foo${n}" with "foo<n>" in test messages.
22585
22586 * gdb.base/structs.exp: Update copyright. Rewrite.
22587 * gdb.base/structs.c: Update copyright. Rewrite.
22588
22589 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
22590 resync count exceeded.
22591
22592 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
22593 from the internal error.
22594 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
22595 Original from Jim Blandy.
22596 (gdb_test_multiple): Use gdb_internal_error_resync.
22597
22598 2003-11-19 Andrew Cagney <cagney@redhat.com>
22599
22600 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
22601 KFAIL.
22602
22603 2003-11-17 Mark Kettenis <kettenis@gnu.org>
22604
22605 New testcase for PR backtrace/1435.
22606 * gdb.arch/i386-unwind.exp: New file.
22607 * gdb.arch/i386-unwind.c: New file.
22608
22609 2003-11-17 Andrew Cagney <cagney@redhat.com>
22610
22611 * lib/gdb.exp (compiler_info): New global.
22612 (test_compiler_info): New function.
22613 (get_compiler_info): Set compiler_info.
22614 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
22615 "compiler_info" to gcc-<major>-<minor>.
22616
22617 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
22618
22619 * gdb.trace/configure: Remove.
22620
22621 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
22622
22623 * gdb.base/break.c: Add comments to aid finding line numbers for
22624 breakpoints.
22625 * gdb.base/break.exp: Remove all references to explicit line
22626 numbers.
22627
22628 2003-11-11 Nick Clifton <nickc@redhat.com>
22629
22630 * gdb.base/shreloc.exp: Do not run for targets which do not
22631 support shared objects.
22632
22633 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
22634
22635 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
22636 Don't run tests if nofileio flag is given.
22637
22638 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
22639
22640 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
22641 as well as 'Watchpoint'.
22642
22643 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
22644
22645 Reported by Jim Ingham <jingham@apple.com>:
22646 * gdb.base/annota1.exp: Match at least one occurrence of the
22647 signal handler annotation.
22648
22649 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
22650
22651 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
22652 as well as 'Watchpoint'.
22653
22654 2003-11-05 Michael Chastain <mec@shout.net>
22655
22656 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
22657
22658 2003-11-03 Kris Warkentin <kewarken@qnx.com>
22659
22660 * gdb.arch/gdb1291.c: New test file.
22661 * gdb.arch/gdb1291.exp: New test script.
22662 * gdb.arch/gdb1431.c: New test file.
22663 * gdb.arch/gdb1431.exp: New test script.
22664
22665 2003-10-22 Michael Chastain <mec@shout.net>
22666
22667 * gdb.mi/pthreads.c: Add copyright notice.
22668
22669 2003-10-22 Michael Chastain <mec@shout.net>
22670
22671 * gdb.threads/pthreads.c: Add copyright notice.
22672
22673 2003-10-20 Michael Chastain <mec@shout.net>
22674
22675 * gdb.base/gdb1056.exp: New test script.
22676
22677 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
22678
22679 * gdb.threads/killed.exp: Use gdb_run_cmd.
22680
22681 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
22682
22683 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
22684 create a core file.
22685 * gdb.threads/gcore-thread.exp: Likewise.
22686
22687 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
22688
22689 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
22690 type, based on char type.
22691 (struct bit_flags_short_t): New bitfield type, based on short type.
22692 (init_bit_flags_char): New fuction.
22693 (init_bit_flags_short): Ditto.
22694 (print_bit_flags_char): Ditto.
22695 (print_bit_flags_short): Ditto.
22696 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
22697
22698 2003-10-11 Michael Chastain <mec@shout.net>
22699
22700 * gdb.base/call-rt-st.exp: Update copyright year.
22701
22702 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
22703
22704 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
22705 * gdb.disasm/sh3.s: Ditto.
22706
22707 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
22708
22709 * gdb.threads/switch-threads.exp: New test.
22710 * gdb.threads/switch-threads.c: New source file.
22711
22712 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
22713
22714 * gdb.base/ending-run.exp: Add sh specific case.
22715
22716 2003-10-06 Andrew Cagney <cagney@redhat.com>
22717
22718 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
22719 * gdb.disasm/mn10200.exp: Delete obsolete file.
22720
22721 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
22722
22723 * ChangeLog: Correct an entry command.exp -> commands.exp.
22724 * gdb.base/commands.exp (bp_deleted_in_command_test)
22725 (temporary_breakpoint_commands): Check noargs.
22726
22727 2003-09-25 David Carlton <carlton@kealia.com>
22728
22729 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
22730 of some print tests, where appropriate. Add tests for C::D::cd,
22731 E::ce, F::cXfX, G::XgX.
22732 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
22733
22734 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
22735
22736 * lib/java.exp (java_init): Import target_alias before using it.
22737
22738 2003-09-25 David Carlton <carlton@kealia.com>
22739
22740 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
22741
22742 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
22743
22744 * gdb.base/selftest.exp: Accomodate more instruction reordering
22745 weirdness.
22746
22747 2003-09-17 Michael Chastain <mec@shout.net>
22748
22749 * gdb.cp/gdb1355.exp: New file.
22750 * gdb.cp/gdb1355.c: New file.
22751
22752 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
22753
22754 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
22755 * gdb.asm/sh.inc: New file.
22756
22757 2003-09-11 David Carlton <carlton@kealia.com>
22758
22759 * gdb.cp/namespace.exp: Add tests for namespace types.
22760 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
22761 (test_namespace): New.
22762
22763 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
22764
22765 * gdb.base/relocate.exp: Handle new gdb output at startup.
22766 * gdb.stabs/weird.exp: Ditto.
22767
22768 2003-09-08 Michael Chastain <mec@shout.net>
22769
22770 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
22771
22772 2003-09-07 Michael Chastain <mec@shout.net>
22773
22774 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
22775 'parse error'.
22776
22777 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
22778
22779 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
22780
22781 2003-08-30 Michael Chastain <mec@shout.net>
22782
22783 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
22784 * gdb.gdb/observer.exp: Ditto.
22785 * gdb.gdb/xfullpath.exp: Ditto.
22786
22787 2003-08-29 Mark Kettenis <kettenis@gnu.org>
22788
22789 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
22790 *-*-*bsd*.
22791
22792 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
22793
22794 * gdb.base/dump.exp: Skip for ia64.
22795
22796 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
22797
22798 * gdb.asm/asm-source.exp: Add ia64 support.
22799 * gdb.asm/ia64.inc: New file.
22800
22801 2003-08-22 Michael Chastain <mec@shout.net>
22802
22803 * gdb.cp: New directory.
22804 * gdb.cp/*: Copy from gdb.c++/*.
22805 * gdb.c++/*: Remove.
22806 * Makefile.in: Change gdb.c++ to gdb.cp.
22807 * configure.in: Ditto.
22808 * configure: Regnerate.
22809
22810 2003-08-18 Mark Kettenis <kettenis@gnu.org>
22811
22812 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
22813 * gdb.arch/i386-prologue.c (gdb1338): Add function.
22814
22815 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
22816
22817 * mi-var-display.exp (-var-list-children weird): Accept function
22818 pointers with argument types.
22819 * mi1-var-display.exp (-var-list-children weird): Likewise.
22820 * mi2-var-display.exp (-var-list-children weird): Likewise.
22821
22822 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
22823
22824 * gdb.base/annota3.exp: Add missing newline.
22825
22826 2003-08-06 Michael Chastain <mec@shout.net>
22827
22828 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
22829
22830 2003-08-12 Michael Snyder <msnyder@redhat.com>
22831
22832 * gdb.base/float.exp: Add test for SH.
22833
22834 2003-08-10 Mark Kettenis <kettenis@gnu.org>
22835
22836 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
22837
22838 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
22839
22840 * gdb.base/completion.exp: Remove reduntant completion test
22841 on filename.
22842
22843 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
22844
22845 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
22846 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
22847 gdb.trace/save-trace.exp: Make sure that full pathnames are
22848 escaped correctly.
22849
22850 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
22851
22852 * configure.in: Don't generate config.h from config.hin.
22853 * configure: Regenerate.
22854 * config.hin: Remove file.
22855 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
22856 * gdb.threads/pthreads.c: Ditto.
22857
22858 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
22859
22860 From Kei Sakamoto <sakamoto.kei@renesas.com>:
22861 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
22862 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
22863 Replace ld24 with seth/add3.
22864
22865 2003-08-02 Andrew Cagney <cagney@redhat.com>
22866
22867 * gdb.base/annota3.exp: New file.
22868 * gdb.base/annota3.c: New file.
22869 * gdb.c++/annota3.exp: New file.
22870 * gdb.c++/annota3.cc: New file.
22871
22872 2003-07-29 Michael Chastain <mec@shout.net>
22873
22874 * gdb.threads/tls.c (spin): Check errno only if sem_wait
22875 actually failed.
22876 (do_pass): Likewise.
22877 * gdb.threads/tls.exp: Always initialize no_of_threads.
22878
22879 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
22880
22881 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
22882 pattern.
22883 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
22884 * gdb.threads/tls.exp: Recognize one case of the host library not
22885 supporting TLS.
22886
22887 2003-07-27 Andrew Cagney <cagney@redhat.com>
22888
22889 * gdb.base/fileio.exp: Use SH when running commands using
22890 remote_exec.
22891
22892 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
22893
22894 From Kei Sakamoto <sakamoto.kei@renesas.com>:
22895 * gdb.base/relocate.c (dummy): New padding array.
22896
22897 2003-07-22 Michael Snyder <msnyder@redhat.com>
22898
22899 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
22900
22901 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
22902 patterns to be more general, accepting old and new output.
22903 Some output chars (such as '+') also must be quoted.
22904 Some addresses are displayed numerically instead of
22905 symbolically.
22906
22907 2003-07-23 Michael Snyder <msnyder@redhat.com>
22908
22909 * gdb.base/return2.exp: Don't test long-long return.
22910
22911 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
22912 * gdb.disasm/t01_mov.exp: Ditto.
22913 * gdb.disasm/t02_mova.s: Ditto.
22914 * gdb.disasm/t02_mova.exp: Ditto.
22915 * gdb.disasm/t03_add.s: Ditto.
22916 * gdb.disasm/t03_add.exp: Ditto.
22917 * gdb.disasm/t04_sub.s: Ditto.
22918 * gdb.disasm/t04_sub.exp: Ditto.
22919 * gdb.disasm/t05_cmp.s: Ditto.
22920 * gdb.disasm/t05_cmp.exp: Ditto.
22921 * gdb.disasm/t06_ari2.s: Ditto.
22922 * gdb.disasm/t06_ari2.exp: Ditto.
22923 * gdb.disasm/t07_ari3.s: Ditto.
22924 * gdb.disasm/t07_ari3.exp: Ditto.
22925 * gdb.disasm/t08_or.s: Ditto.
22926 * gdb.disasm/t08_or.exp: Ditto.
22927 * gdb.disasm/t09_xor.s: Ditto.
22928 * gdb.disasm/t09_xor.exp: Ditto.
22929 * gdb.disasm/t10_and.s: Ditto.
22930 * gdb.disasm/t10_and.exp: Ditto.
22931 * gdb.disasm/t11_logs.s: Ditto.
22932 * gdb.disasm/t11_logs.exp: Ditto.
22933 * gdb.disasm/t12_bit.s: Ditto.
22934 * gdb.disasm/t12_bit.exp: Ditto.
22935 * gdb.disasm/t13_otr.s: Ditto.
22936 * gdb.disasm/t13_otr.exp: Ditto.
22937
22938 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
22939
22940 * gdb.threads/tls.exp :Add kfail for 'info address' case.
22941
22942 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
22943
22944 * gdb.threads/tls.c : New file.
22945 * gdb.threads/tls.exp : New file.
22946 * gdb.threads/tls-main.c : New file.
22947 * gdb.threads/tls-shared.c : New file.
22948 * gdb.threads/tls-shared.exp : New file.
22949
22950 2003-07-22 Andreas Schwab <schwab@suse.de>
22951
22952 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
22953
22954 2003-07-20 Andreas Schwab <schwab@suse.de>
22955
22956 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
22957 due to insn reordering.
22958
22959 2003-07-15 Andrew Cagney <cagney@redhat.com>
22960
22961 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
22962
22963 2003-07-15 Michael Chastain <mec@shout.net>
22964
22965 * gdb.base/gdb1250.exp: New file.
22966 * gdb.base/gdb1250.c: New file.
22967
22968 2003-07-09 Michal Ludvig <mludvig@suse.cz>
22969
22970 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
22971 expansion of size_t to 'unsigned long', not only to 'unsigned'.
22972
22973 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
22974
22975 * gdb.threads/tls.c: New file.
22976 * gdb.threads/tls.exp: New file.
22977 * gdb.threads/tls-main.c: New file.
22978 * gdb.threads/tls-shared.c: New file.
22979 * gdb.threads/tls-shared.exp: New file.
22980
22981 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
22982
22983 * gdb.base/annota1.exp: Make sure that we properly escape the
22984 full path of the source file. Xfail more permissive patterns,
22985 due to a compiler debug info problem.
22986
22987 2003-07-07 Andreas Schwab <schwab@suse.de>
22988
22989 * gdb.asm/m68k.inc: New file.
22990 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
22991
22992 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
22993 arguments"): Also match negative number.
22994
22995 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
22996
22997 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
22998
22999 * gdb.base/store.c (charest): New typedef.
23000 (add_char): Rename to add_charest, update.
23001 (wack_char): Rename to wack_charest, update types. Return l + r
23002 to keep r live across the call.
23003 (wack_short, wack_int, wack_long, wack_longest, wack_float)
23004 (wack_double, wack_doublest): Return l + r to keep r live across
23005 the call.
23006 * gdb.base/store.exp: Accomodate store.c changes.
23007
23008 2003-06-30 David Carlton <carlton@kealia.com>
23009
23010 * gdb.c++/maint.exp (test_invalid_name): New.
23011 (test_first_component): Add tests for invalid names.
23012
23013 2003-06-29 Michael Chastain <mec@shout.net>
23014
23015 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
23016 output of '<VTT for class>' for virtual base classes.
23017
23018 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
23019
23020 * gdb.base/completion.exp: Tab-complete "complet" instead of
23021 "compl".
23022 * gdb.base/complex.exp, gdb.base/complex.c: New files.
23023
23024 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
23025
23026 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
23027 * gdb.base/volatile.exp: Likewise.
23028
23029 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
23030
23031 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
23032 gdb/1265.
23033
23034 2003-06-28 Michael Chastain <mec@shout.net>
23035 Daniel Jacobowitz <drow@mvista.com>
23036
23037 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
23038 initial line count of 'captured_main' from 26 to 32.
23039 (test_with_self): Allow xmalloc call to be interleaved with the
23040 preceding two lines.
23041
23042 2003-06-24 Joel Brobecker <brobecker@gnat.com>
23043
23044 * gdb.base/bang.exp: New testcase.
23045
23046 2003-06-23 Joel Brobecker <brobecker@gnat.com>
23047
23048 * gdb.base/langs.exp: Add some tests for the "minimal" language
23049 support.
23050
23051 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
23052
23053 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
23054 the testcase.
23055
23056 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
23057
23058 * gdb.base/relocate.exp: Test add-symbol-file with a variable
23059 offset.
23060
23061 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
23062
23063 * gdb.c++/pr-1210.cc: New file.
23064 * gdb.c++/pr-1210.exp: New file.
23065
23066 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
23067
23068 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
23069 000-exec-continue.
23070
23071 2003-06-15 Mark Kettenis <kettenis@gnu.org>
23072
23073 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
23074 on *-*-*bsd* instead of *-*-freebsd*.
23075
23076 2003-06-14 Andrew Cagney <cagney@redhat.com>
23077
23078 * gdb.base/store.exp: Test longest and doublest. Test all
23079 parameters. Weaken return statement match.
23080 * gdb.base/store.c: Add longest and doublest - aka long long and
23081 long double functions. Put all parameters into local register
23082 variables. Use negative values.
23083
23084 2003-06-14 Andrew Cagney <cagney@redhat.com>
23085
23086 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
23087 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
23088 exit status.
23089 * gdb.base/fileio.exp: Disable target when nointerrupts and
23090 noinferiorio, instead of limiting it to remote. Use remote_exec
23091 instead of system.
23092
23093 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
23094
23095 * gdb.base/float.exp: Add ia64 support.
23096
23097 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
23098
23099 * gdb.base/fileio.exp: Run only on remote targets.
23100
23101 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
23102
23103 * gdb.base/fileio.c: New file, testing File-I/O.
23104 * gdb.base/fileio.exp: Ditto.
23105
23106 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
23107
23108 * gdb.base/shreloc.exp: New file, check symbol values obtained from
23109 shared objects after relocation at load time (gdb PR/1132).
23110 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
23111 as above, part of the shared object relocation test.
23112
23113 2003-06-08 Mark Kettenis <kettenis@gnu.org>
23114
23115 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
23116 fully filled history list.
23117 * gdb.base/gdb_history: New file.
23118
23119 * gdb.base/signals.exp: XFAIL "continue to func1" on
23120 i*86-*-freebsd*.
23121
23122 * gdb.base/attach.exp: When trying to attach to a nonexistent
23123 process, make it possible to specify the PID based on the target,
23124 and do so for *-*-freebsd*.
23125
23126 2003-06-02 Richard Henderson <rth@redhat.com>
23127
23128 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
23129
23130 2003-06-02 Richard Henderson <rth@redhat.com>
23131
23132 * gdb.base/selftest.exp: Next over lim_at_start initialization.
23133
23134 2003-06-02 Richard Henderson <rth@redhat.com>
23135
23136 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
23137
23138 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
23139
23140 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
23141 of globalvar.
23142
23143 2003-06-01 Mark Kettenis <kettenis@gnu.org>
23144
23145 * gdb.asm/asm-source.exp: Check for memory read errors in
23146 disassembler test on *BSD too.
23147
23148 2003-06-01 Richard Henderson <rth@redhat.com>
23149
23150 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
23151 for .frame.
23152 (gdbasm_call): Lose ldgp.
23153 (gdbasm_startup): Add frame information.
23154 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
23155
23156 2003-05-31 Mark Kettenis <kettenis@gnu.org>
23157
23158 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
23159 i?86-*-*.
23160
23161 2003-05-30 Mark Kettenis <kettenis@gnu.org>
23162
23163 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
23164 FreeBSD.
23165
23166 2003-05-29 Richard Henderson <rth@redhat.com>
23167
23168 * gdb.asm/alpha.inc: New file.
23169 * gdb.asm/asm-source.exp: Use it.
23170
23171 2003-05-29 Jim Blandy <jimb@redhat.com>
23172
23173 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
23174 'core.PID'.
23175
23176 2003-05-22 Jim Blandy <jimb@redhat.com>
23177
23178 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
23179 backtrace.
23180
23181 2003-05-20 David Carlton <carlton@math.stanford.edu>
23182
23183 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
23184 this time.
23185
23186 2003-05-19 David Carlton <carlton@bactrian.org>
23187
23188 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
23189 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
23190
23191 2003-05-19 David Carlton <carlton@bactrian.org>
23192
23193 * gdb.c++/namespace.exp: Add namespace scope and anonymous
23194 namespace tests.
23195 Bump copyright date.
23196 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
23197 (main): Call C::D::marker2.
23198 * gdb.c++/namespace1.cc: New file.
23199
23200 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
23201
23202 Roland McGrath <roland@redhat.com>
23203 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
23204 there is no manager thread.
23205
23206 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
23207
23208 * gdb.threads/schedlock.exp: Remove assumption that all threads
23209 will run in a particular small time slice. Also ensure we break
23210 in one of the child threads rather than the main thread.
23211
23212 2003-05-07 Jim Blandy <jimb@redhat.com>
23213
23214 Add support for assembly source testing on the s390x.
23215 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
23216 architecture.
23217 * gdb.asm/s390x.inc: New file.
23218
23219 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
23220 succession of 'if' statements.
23221
23222 2003-05-05 Andrew Cagney <cagney@redhat.com>
23223
23224 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
23225
23226 2003-05-05 Andrew Cagney <cagney@redhat.com>
23227
23228 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
23229 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
23230
23231 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
23232
23233 * gdb.base/charset.exp: Update based on new behavior of set/show
23234 charset commands.
23235
23236 2003-05-01 Andrew Cagney <cagney@redhat.com>
23237
23238 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
23239 variable do not give memory errors.
23240
23241 2003-04-30 Adam Fedor <fedor@gnu.org>
23242
23243 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
23244 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
23245 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
23246 gdb.objc/basicclass.m: : New files
23247
23248 * lib/gdb.exp (gdb_compile_objc): New procedure.
23249
23250 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
23251
23252 * gdb.base/signals.exp: Make backtrace tests more specific.
23253
23254 2003-04-23 David Carlton <carlton@bactrian.org>
23255
23256 * gdb.c++/maint.exp (test_first_component): Add tests for
23257 'operator' in more locations.
23258
23259 2003-04-16 Kevin Buettner <kevinb@redhat.com>
23260
23261 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
23262
23263 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
23264
23265 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
23266 func marke' instead. Update test name.
23267
23268 2003-04-15 David Carlton <carlton@math.stanford.edu>
23269
23270 * gdb.c++/maint.exp: New file.
23271
23272 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
23273
23274 * gdb.threads/schedlock.c: Change type of thread function argument
23275 to long, to avoid warnings on 64-bit platforms.
23276
23277 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
23278
23279 * gdb.base/attach.exp: Add new message from ptrace in case of
23280 attaching to nonexistent process.
23281
23282 2003-04-11 Jim Blandy <jimb@redhat.com>
23283
23284 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
23285 gdb.c++/userdef.cc: Place comments on the lines to which the
23286 marker function might return.
23287 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
23288 gdb.c++/userdef.exp: Look for those comments to check that we've
23289 returned to the right place, instead of checking line numbers.
23290
23291 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
23292
23293 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
23294 match on sourcefile name, instead of directory name.
23295
23296 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
23297
23298 * gdb.base/completion.exp: Use string_to_regexp to match the
23299 working directory name.
23300
23301 2003-04-09 Jim Blandy <jimb@redhat.com>
23302
23303 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
23304 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
23305 after an inferior function call, report the failure, but allow the
23306 test to continue.
23307
23308 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
23309
23310 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
23311 with -DPROTOTYPES.
23312
23313 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
23314
23315 * gdb.base/break.exp: Revert last patch.
23316
23317 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
23318
23319 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
23320 with -DPROTOTYPES.
23321
23322 2003-04-02 Andrew Cagney <cagney@redhat.com>
23323
23324 * gdb.base/callfuncs.exp: Make "print add" messages unique.
23325 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
23326 matching directories by the name breakpoint.
23327 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
23328 Make "continue to marker1" consistent.
23329 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
23330 message consistent.
23331 * lib/gdb.exp: Put "the program is no longer running", and "the
23332 program exited" in parenthesis.
23333 * lib/mi-support.exp: Ditto.
23334
23335 2003-04-02 Bob Rossi <bob_rossi@cox.net>
23336
23337 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
23338
23339 2003-03-29 Andrew Cagney <cagney@redhat.com>
23340
23341 * gdb.base/sizeof.c (main): Print the value of '\377'.
23342 * gdb.base/sizeof.exp: Check the sign of '\377'.
23343
23344 2003-03-27 Michael Chastain <mec@shout.net>
23345
23346 * gdb.base/gdb1090.exp: New file.
23347 * gdb.base/gdb1090.cc: New file.
23348
23349 2003-03-27 J. Brobecker <brobecker@gnat.com>
23350
23351 * gdb.gdb/observer.exp: New regression test.
23352
23353 2003-03-27 Michael Chastain <mec@shout.net>
23354
23355 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
23356 * gdb.base/ptype.exp: Likewise.
23357
23358 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
23359
23360 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
23361
23362 2003-03-26 Michael Chastain <mec@shout.net>
23363
23364 * gdb.base/ptype.exp: Actually use some typedef'd types.
23365
23366 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
23367
23368 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
23369 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
23370
23371 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
23372
23373 * gdb.base/default.exp: Fix regular expression.
23374
23375 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
23376
23377 * gdb.base/args.exp: Fix regular expression.
23378
23379 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
23380
23381 * gdb.base/help.exp: Allow Win32 child process.
23382
23383 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
23384
23385 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
23386 when stepping out of main().
23387
23388 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
23389
23390 * gdb.base/default.exp: Check for win32 specific message when calling
23391 "run" without executable.
23392
23393 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
23394
23395 * gdb.base/args.exp: Expect .exe in output.
23396
23397 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
23398
23399 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
23400 Cygwin native.
23401
23402 2003-03-17 Andrew Cagney <cagney@redhat.com>
23403
23404 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
23405 vector registes.
23406 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
23407 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
23408
23409 2003-03-17 David Carlton <carlton@math.stanford.edu>
23410
23411 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
23412 test, for PR breakpoints/38.
23413 Call test_watchpoint_and_breakpoint.
23414 * gdb.base/watchpoint.c (func3): New function.
23415 (main): Call func3.
23416
23417 2003-03-04 David Carlton <carlton@math.stanford.edu>
23418
23419 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
23420 Garply<Garply<char> >:: garply".
23421 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
23422 with respect to PR c++/1111; note also PR c++/1113.
23423 (test_template_breakpoints): KFAIL "constructor breakpoint" with
23424 respect to PR c++/1062.
23425 KFAIL "destructor breakpoint" with respect to PR c++/1112.
23426
23427 2003-03-03 David Carlton <carlton@math.stanford.edu>
23428
23429 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
23430 with respect to PR c++/57.
23431 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
23432 c++/826.
23433 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
23434 respect to PR c++/57.
23435
23436 2003-03-03 David Carlton <carlton@math.stanford.edu>
23437
23438 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
23439 respect to PR c++/33 into FAILs.
23440
23441 2003-03-03 Michael Chastain <mec@shout.net>
23442
23443 * configure.in: Update copyright years.
23444
23445 2003-03-03 Michael Chastain <mec@shout.net>
23446
23447 * Makefile.in: Update copyright years.
23448
23449 2003-02-28 David Carlton <carlton@math.stanford.edu>
23450
23451 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
23452 print class instead of struct and/or superfluous protection
23453 specifiers, as long as the resulting output is equivalent to the
23454 source code.
23455 Delete FIXME from end of messages on tests that don't need
23456 fixing.
23457
23458 2003-02-28 David Carlton <carlton@math.stanford.edu>
23459
23460 * gdb.c++/templates.exp (do_tests): Allow const in the two
23461 Foo<volatile char *>::foo tests.
23462
23463 2003-02-27 Michael Snyder <msnyder@redhat.com>
23464
23465 * gdb.base/restore.c (main): Return zero, so exit code
23466 will be consistant.
23467
23468 2003-02-26 David Carlton <carlton@math.stanford.edu>
23469
23470 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
23471 char *>::foo" test with respect to PR c++/33. Create a new test
23472 which is identical to that one except that it doesn't put the
23473 space between the "char" and the "*"; KFAIL it, too.
23474
23475 2003-02-26 David Carlton <carlton@math.stanford.edu>
23476
23477 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
23478 template types into either PASSes or KFAILs (corresponding to PR
23479 c++/57). Tweak indentation. Update copyright.
23480
23481 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
23482
23483 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
23484
23485 2003-02-13 Michael Chastain <mec@shout.net>
23486
23487 * gdb.base/exprs.exp: Remove i960 remnants.
23488 * gdb.base/funcargs.exp: Likewise.
23489 * gdb.base/list.exp: Likewise.
23490 * gdb.base/ptype.exp: Likewise.
23491
23492 2003-02-14 David Carlton <carlton@math.stanford.edu>
23493
23494 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
23495 pEe->D::vg()" from XFAIL to KFAIL.
23496
23497 2003-02-13 Jason Molenda (jmolenda@apple.com)
23498
23499 * gdb.base/maint.exp: Update maint print statistics regexp to include
23500 new entries.
23501
23502 2003-02-13 Michael Chastain <mec@shout.net>
23503
23504 * gdb.c++/inherit.exp: Remove call to get_debug_format.
23505
23506 2003-02-12 Michael Chastain <mec@shout.net>
23507
23508 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
23509 * gdb.c++/inherit.exp: Likewise.
23510 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
23511 * gdb.c++/templates.exp: Likewise.
23512 * gdb.c++/virtfunc.exp: Likewise.
23513
23514 2003-02-06 Jason Molenda (jason-cl@molenda.com)
23515
23516 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
23517 why the code is written that way.
23518
23519 2003-02-05 Michael Chastain <mec@shout.net>
23520
23521 * gdb.base/dump.exp: Add missing copyright line.
23522
23523 2003-02-05 Jason Molenda (jason-cl@molenda.com)
23524
23525 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
23526 at the beginning so the breakpoint doesn't get set on the loop.
23527
23528 2003-02-05 Michael Chastain <mec@shout.net>
23529
23530 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
23531 output for configurations with gcc 2.95.3.
23532
23533 2003-02-05 Keith Seitz <keiths@redhat.com>
23534 Andrew Cagney <ac131313@redhat.com>
23535
23536 * gdb.mi/mi-cli.exp: New file.
23537
23538 2003-02-04 Michael Chastain <mec@shout.net>
23539
23540 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
23541 Call perror and then continue.
23542
23543 2003-02-03 Michael Chastain <mec@shout.net>
23544
23545 * gdb.c++/pr-1023.cc: New file.
23546 * gdb.c++/pr-1023.exp: New file.
23547
23548 2003-02-05 Jim Blandy <jimb@redhat.com>
23549
23550 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
23551 it's local to foobar. Check for it there, and check that it's not
23552 present in main.
23553 * gdb.c++/local.cc (marker2): New function.
23554 (foobar): Call marker1.
23555 (main): Call marker2 instead of marker1.
23556
23557 2003-02-04 Andrew Cagney <ac131313@redhat.com>
23558
23559 * gdb.disasm/mn10200.exp: Obsolete file.
23560 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
23561 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
23562 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
23563
23564 2003-02-04 David Carlton <carlton@math.stanford.edu>
23565
23566 * gdb.c++/overload.exp: Test intToChar(1).
23567 * gdb.c++/overload.cc (intToChar): New.
23568 (main): Call intToChar.
23569
23570 2003-02-03 David Carlton <carlton@math.stanford.edu>
23571
23572 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
23573 'might_kfail' arg.
23574 KFAIL some of the continue_to_bp_overloaded calls, according to
23575 PR c++/1025.
23576
23577 2003-02-01 Michael Chastain <mec@shout.net>
23578
23579 * gdb.base/advance.c (marker1): New marker function.
23580 * gdb.base/advance.exp: When the 'advance' command lands on the
23581 return breakpoint, it can legitimately stop on either the
23582 current line or the next line. Accommodate both outcomes.
23583 * gdb.base/until.exp: Likewise.
23584
23585 2003-02-02 Andrew Cagney <ac131313@redhat.com>
23586
23587 2002-11-10 Jason Molenda (jason-cl@molenda.com):
23588 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
23589 now a list, not a tuple.
23590 * gdb.mi/mi-var-display.exp: Ditto.
23591 * gdb.mi/gdb792.exp: Ditto.
23592
23593 2003-02-01 Andrew Cagney <ac131313@redhat.com>
23594
23595 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
23596 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
23597 stack backtraces.
23598 * gdb.mi/mi-syn-frame.c: Part of same.
23599
23600 2003-02-01 Mark Kettenis <kettenis@gnu.org>
23601
23602 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
23603 gdb.mi/mi1-pthreads.exp: Return instead of calling
23604 gdb_suppress_entire_file.
23605
23606 2003-02-01 Mark Salter <msalter@redhat.com>
23607
23608 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
23609
23610 2003-01-31 Mark Salter <msalter@redhat.com>
23611
23612 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
23613 Support empty arg.
23614
23615 2003-01-30 Michael Chastain <mec@shout.net>
23616
23617 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
23618 This was a workaround for a UTF-8 bug in readline 4.3. The bug
23619 has been fixed in gdb/readline on 2003-01-09.
23620
23621 2003-01-29 Michael Snyder <msnyder@redhat.com>
23622
23623 * gdb.base/maint.exp: Allow for leading underscore in symbol.
23624 * gdb.base/display.exp: Allow for leading underscore in symbol.
23625 * gdb.base/args.exp: Skip if target does not support args passing.
23626
23627 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
23628
23629 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
23630 gdb_test. Accept a list of expect arguments as the third
23631 parameter.
23632 (gdb_test): Use it.
23633
23634 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
23635
23636 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
23637 allow for different test tree configurations. Update some
23638 tescases accordingly.
23639 * gdb.arch/altivec-regs.exp: Ditto.
23640 * gdb.asm/asm-source.exp: Ditto.
23641 * gdb.base/advance.exp: Ditto.
23642 * gdb.base/display.exp: Ditto.
23643 * gdb.base/long_long.exp: Ditto.
23644 * gdb.base/mips_pro.exp: Ditto.
23645 * gdb.base/overlays.exp: Ditto.
23646 * gdb.base/relocate.exp: Ditto.
23647 * gdb.base/setshow.exp: Ditto.
23648 * gdb.base/step-line.exp: Ditto.
23649 * gdb.base/step-test.exp: Ditto.
23650 * gdb.base/until.exp: Ditto.
23651 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
23652
23653 2003-01-17 David Carlton <carlton@math.stanford.edu>
23654
23655 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
23656 corresponding to PR c++/945.
23657 Update copyright.
23658
23659 2003-01-17 David Carlton <carlton@math.stanford.edu>
23660
23661 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
23662 corresponding to PR c++/68.
23663
23664 2003-01-17 David Carlton <carlton@math.stanford.edu>
23665
23666 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
23667 (test_paddr_hairy_functions): Call print_addr_2_kfail for
23668 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
23669
23670 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
23671
23672 * gdb.base/break.exp: Fix change of default location, because of
23673 removal of until tests.
23674 * gdb.base/help.exp: Update test for new 'until' help message.
23675 Add test for help on 'advance'.
23676 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
23677
23678 2003-01-15 Mark Kettenis <kettenis@gnu.org>
23679
23680 * gdb.base/default.exp: Adapt "info float" test for recent changes
23681 to that command. Add test for "info vector".
23682 * gdb.base/float.exp: New file. Add test for "info float" that
23683 resembles the old test in gdb.base/default.exp.
23684
23685 2003-01-15 David Carlton <carlton@math.stanford.edu>
23686
23687 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
23688
23689 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
23690
23691 * gdb.base/break.exp: Move the tests of until command from here...
23692 * gdb.base/until.exp: ... to here. New file. Add other tests.
23693 * gdb.base/advance.c: New file.
23694 * gdb.base/advance.exp: New file.
23695
23696 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
23697
23698 * gdb.base/args.c: New file.
23699 * gdb.base/args.exp: New file.
23700
23701 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
23702
23703 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
23704
23705 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
23706
23707 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
23708
23709 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
23710
23711 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
23712 dates.
23713
23714 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
23715
23716 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
23717
23718 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
23719
23720 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
23721 (ptype &*"foo").
23722 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
23723
23724 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
23725
23726 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
23727 * gdb.mi/mi1-console.exp: Likewise.
23728
23729 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
23730
23731 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
23732 * gdb.mi/mi1-console.exp: Likewise.
23733
23734 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
23735
23736 * gdb.c++/overload.exp: Remove some fixed XFAILs.
23737
23738 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
23739
23740 * gdb.base/detach.exp: New test.
23741
23742 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
23743
23744 * Makefile.in (ALL_SUBDIRS): New variable.
23745 (subdirs, clean, distclean): Use it.
23746 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
23747 regenerating Makefile, since it is generated from the top level.
23748 * gdb.asm/Makefile.in: Likewise.
23749 * gdb.base/Makefile.in: Likewise.
23750 * gdb.c++/Makefile.in: Likewise.
23751 * gdb.disasm/Makefile.in: Likewise.
23752 * gdb.java/Makefile.in: Likewise.
23753 * gdb.mi/Makefile.in: Likewise.
23754 * gdb.threads/Makefile.in: Likewise.
23755 * gdb.trace/Makefile.in: Likewise.
23756
23757 2003-01-09 David Carlton <carlton@math.stanford.edu>
23758
23759 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
23760 Add copyright year 2003.
23761
23762 2003-01-06 Michael Chastain <mec@shout.net>
23763
23764 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
23765 When selecting a thread, 'line' and 'file' are optional.
23766 * gdb.mi/mi1-pthreads.exp: Likewise.
23767
23768 2003-01-06 Andreas Schwab <schwab@suse.de>
23769
23770 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
23771 failures.
23772
23773 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
23774
23775 Fix PR gdb/844
23776 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
23777 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
23778
23779 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
23780 instead of calling gdb_suppress_entire_file.
23781 * gdb.threads/print-threads.exp: Likewise.
23782 * gdb.threads/schedlock.exp: Likewise.
23783
23784 * gdb.threads/killed.exp: Return instead of calling
23785 gdb_suppress_entire_file.
23786 * gdb.threads/linux-dp.exp: Likewise.
23787 * gdb.threads/pthreads.exp: Likewise.
23788
23789 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
23790
23791 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
23792 stabs.
23793 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
23794 * gdb.base/whatis.exp: Always allow (void) after function names.
23795
23796 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
23797
23798 * gdb.c++/casts.exp: Correct regexp.
23799
23800 2003-01-04 Mark Kettenis <kettenis@gnu.org>
23801
23802 * configure.in: Call AC_CONFIG_HEADER. Don't call
23803 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
23804 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
23805 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
23806 aforementioned directories in the AC_OUPUT call.
23807 * config.hin: New file.
23808 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
23809 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
23810 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
23811 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
23812 pass -I$objdir instead of -I$objdir/$subdir in compilation.
23813 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
23814 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
23815 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
23816 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
23817 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
23818 gdb.threads/configure.in, gdb.threads/configure,
23819 gdb.threads/config.in, gdb.trace/configure.in,
23820 gdb.trace/configure: Removed.
23821
23822 2003-01-03 Michael Chastain <mec@shout.net>
23823
23824 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
23825 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
23826
23827 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
23828
23829 * gdb.base/store.exp: Fix regular expressions.
23830
23831 2002-12-28 Mark Kettenis <kettenis@gnu.org>
23832
23833 * configure.in: Rewrite.
23834 * configure: Regenerated.
23835
23836 2003-01-03 David Carlton <carlton@math.stanford.edu>
23837
23838 * gdb.base/psymtab.exp: New file.
23839 * gdb.base/psymtab1.c: Ditto.
23840 * gdb.base/psymtab2.c: Ditto.
23841
23842 2002-12-23 Adam Fedor <fedor@gnu.org>
23843
23844 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
23845
23846 2002-12-23 David Carlton <carlton@math.stanford.edu>
23847
23848 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
23849 and current_directory initialization.
23850
23851 2002-12-22 Jim Blandy <jimb@redhat.com>
23852
23853 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
23854 rather than as part of the output file name.
23855
23856 * gdb.base/attach.exp: There's no need to copy the test program to
23857 /tmp; that was only ever necessary on HP/UX, and this test is
23858 entirely disabled there anyway.
23859
23860 2002-12-21 Jim Blandy <jimb@redhat.com>
23861
23862 * gdb.c++/psmang.exp: Doc fix.
23863
23864 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
23865 test.
23866
23867 2002-12-20 David Carlton <carlton@math.stanford.edu>
23868
23869 * gdb.c++/annota2.exp: KFAIL annotate-quit.
23870
23871 2002-12-18 Michael Chastain <mec@shout.net>
23872
23873 * gdb.c++/annota2.exp: Add copyright year 2002.
23874
23875 2002-12-17 David Carlton <carlton@math.stanford.edu>
23876
23877 * gdb.c++/try_catch.cc: Add marker comments.
23878 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
23879 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
23880 * gdb.c++/m-static.cc: Ditto.
23881 * gdb.c++/m-static1.cc: Ditto.
23882 * gdb.c++/try_catch.cc: Ditto.
23883
23884 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
23885
23886 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
23887 to see whether we are using the new -environment-directory
23888 command which resets via -r or the old version of the command
23889 which may prompt the user. Part of fix for gdb/741.
23890
23891 2002-12-13 Andrew Cagney <ac131313@redhat.com>
23892
23893 * gdb.fortran/types.exp: Update obsolete comment.
23894 * gdb.fortran/exprs.exp: Ditto.
23895 * lib/gdb.exp: Delete obsolete code.
23896 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
23897 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
23898 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
23899 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
23900 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
23901 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
23902 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
23903 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
23904 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
23905 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
23906 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
23907 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
23908 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
23909 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
23910 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
23911 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
23912 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
23913 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
23914 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
23915 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
23916 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
23917 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
23918 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
23919 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
23920 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
23921 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
23922 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
23923 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
23924 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
23925 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
23926 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
23927 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
23928 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
23929 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
23930 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
23931 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
23932 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
23933
23934 2002-12-11 David Carlton <carlton@math.stanford.edu>
23935
23936 * gdb.c++/m-data.exp: Add test for members that shadow global
23937 variables: see PR gdb/804.
23938 * gdb.c++/m-data.cc: Ditto.
23939
23940 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
23941
23942 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
23943
23944 2002-12-06 David Carlton <carlton@math.stanford.edu>
23945
23946 * gdb.base/store.c: Don't declare functions static.
23947
23948 2002-12-04 Andrew Cagney <ac131313@redhat.com>
23949
23950 * gdb.base/store.exp, gdb.base/store.c: New files.
23951
23952 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
23953
23954 * gdb.base/selftest.exp: Update for current gdb.
23955
23956 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
23957
23958 * gdb.base/maint.exp: Only dump symbols from one source file
23959 or objfile.
23960
23961 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
23962
23963 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
23964 function call.
23965
23966 2002-11-25 Jim Blandy <jimb@redhat.com>
23967
23968 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
23969 function appearing in error message.
23970
23971 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
23972
23973 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
23974
23975 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
23976
23977 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
23978 for mi1 and current mi is in correct format. New mi startup message
23979 should be in mi console format. This is part of fix for PR gdb/604.
23980
23981 2002-09-18 Fernando Nasser <fnasser@redhat.com>
23982
23983 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
23984 which explicitly prints the zero offset as "+0".
23985
23986 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
23987
23988 * gdb.threads/schedlock.c (args): Make unsigned.
23989
23990 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
23991
23992 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
23993 numbers. Allow "foo2|selected stack frame".
23994 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
23995 * gdb.asm/asmsrc2.s: Likewise.
23996 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
23997 comments.
23998 * gdb.asm/mips.inc: New file.
23999
24000 2002-10-18 Adam Fedor <fedor@gnu.org>
24001
24002 * gdb.base/default.exp: Update expected output to include 'ObjC'.
24003 * gdb.base/help.exp: Likewise.
24004
24005 2002-10-17 Kevin Buettner <kevinb@redhat.com>
24006
24007 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
24008 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
24009
24010 2002-10-02 Jim Blandy <jimb@redhat.com>
24011
24012 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
24013
24014 2002-10-01 Andrew Cagney <ac131313@redhat.com>
24015
24016 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
24017 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
24018 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
24019 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
24020 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
24021 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
24022 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
24023
24024 2002-09-29 Andrew Cagney <ac131313@redhat.com>
24025
24026 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
24027 * mi0-disassemble.exp, mi0-eval.exp: Delete.
24028 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
24029 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
24030 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
24031 * mi0-var-block.exp, mi0-var-child.exp: Delete.
24032 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
24033
24034 2002-09-27 Kevin Buettner <kevinb@redhat.com>
24035
24036 * gdb.base/annota1.exp (info break): Make directory components of
24037 path optional since not all compilers emit this debug information.
24038
24039 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
24040 step ends up stepping out of the function instead of stopping on
24041 the epilogue.
24042
24043 2002-09-26 Keith Seitz <keiths@redhat.com>
24044
24045 * lib/insight-support.exp (gdbtk_start): Figure out where
24046 the insight executable is based on where gdb is. Use this
24047 executable to start insight instead of gdb.
24048
24049 2002-09-25 Andrew Cagney <cagney@redhat.com>
24050
24051 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
24052
24053 2002-09-24 Andrew Cagney <ac131313@redhat.com>
24054
24055 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
24056 test_isolated_complaints.
24057 (test_empty_complaint): New function.
24058 (test_empty_complaints): New function. Check no output when no
24059 complaints.
24060
24061 2002-09-19 Jim Blandy <jimb@redhat.com>
24062
24063 * gdb.base/charset.exp, gdb.base/charset.c: New files.
24064
24065 2002-09-19 Andrew Cagney <ac131313@redhat.com>
24066
24067 * gdb.gdb/complaints.exp: New file.
24068
24069 2002-09-18 Andrew Cagney <ac131313@redhat.com>
24070
24071 * gdb.base/maint.exp: Check `help maint internal-warning'.
24072
24073 2002-09-18 David Carlton <carlton@math.stanford.edu>
24074
24075 * gdb.c++/m-static.exp: Remove breakpoints depending on line
24076 numbers, and replace them by a single breakpoint after the
24077 constructors are all finished.
24078 Add test 4.
24079 * gdb.c++/m-static.cc: Add test 4.
24080 * gdb.c++/m-static.h: New file.
24081 * gdb.c++/m-static1.cc: New file.
24082
24083 * gdb.c++/printmethod.exp: New file.
24084 * gdb.c++/printmethod.cc: New file.
24085
24086 * gdb.c++/pr-574.exp: New file.
24087 * gdb.c++/pr-574.cc: New file.
24088
24089 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
24090
24091 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
24092 embedded targets which never actually exit.
24093
24094 2002-09-18 Fernando Nasser <fnasser@redhat.com>
24095
24096 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
24097 "don't step after run" as unresolved or unsupported, instead of xfail.
24098
24099 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
24100
24101 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
24102 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
24103 Add newline to expected string in "step out of main (status wrapper)"
24104 case.
24105
24106 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
24107
24108 * lib/gdb.exp (rerun_to_main): Allow restarting application.
24109 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
24110
24111 2002-09-17 Tom Tromey <tromey@redhat.com>
24112
24113 * gdb.base/printcmds.exp (test_print_string_constants): Expect
24114 \000, not \0, in double-quoted string.
24115
24116 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
24117
24118 * gdb.base/commands.exp: Don't expect a "Program exited normally"
24119 string after running the commands execution on breakpoint tests.
24120
24121 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
24122
24123 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
24124
24125 2002-09-12 Joel Brobecker <brobecker@gnat.com>
24126
24127 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
24128
24129 2002-09-10 Keith Seitz <keiths@redhat.com>
24130
24131 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
24132 runto proc.
24133 (mi_run_to_main): Use mi_runto.
24134 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
24135
24136 2002-09-10 Keith Seitz <keiths@redhat.com>
24137
24138 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
24139 regexp for stopping at main. Could have multiple event notifications.
24140 Don't assume that main was declared with no parameters.
24141 (mi_next): Use mi_step_to.
24142 (mi_step): Use mi_next_to.
24143
24144 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
24145
24146 * gdb.base/default.exp: Fix expected string in `info float' test.
24147
24148 2002-09-09 Ben Elliston <bje@redhat.com>
24149
24150 * config/mips.exp: Update comments.
24151 * config/mips-idt.exp: Likewise.
24152 * config/nind.exp: Likewise.
24153 * config/slite.exp: Likewise.
24154 * config/sparclet.exp: Likewise.
24155 * config/udi.exp: Likewise.
24156 * config/vx.exp: Likewise.
24157 * config/vxworks29k.exp: Likewise.
24158
24159 2002-09-05 Jim Blandy <jimb@redhat.com>
24160
24161 * gdb.threads/killed.exp: Fix test failure message.
24162
24163 2002-09-04 Keith Seitz <keiths@redhat.com>
24164
24165 * lib/mi-support.exp: Update copyright.
24166 (mi_gdb_test): Increase the priority of the expected pattern
24167 so that it matches gdb_test.
24168
24169 2002-09-03 Keith Seitz <keiths@redhat.com>
24170
24171 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
24172 Use integer comparison instead of string comparison for testing
24173 whether binary was built.
24174
24175 2002-09-03 Jim Blandy <jimb@redhat.com>
24176
24177 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
24178
24179 2002-08-29 Jim Blandy <jimb@redhat.com>
24180
24181 * gdb.threads/pthreads.exp: Move the portable thread compilation
24182 code into a function in lib/gdb.exp, and call that from here.
24183 * lib/gdb.exp (gdb_compile_pthreads): New function.
24184
24185 2002-08-29 Keith Seitz <keiths@redhat.com>
24186
24187 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
24188 expect_out so that callers can get at it.
24189
24190 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
24191
24192 * gdb.threads/print-threads.c: New file.
24193 * gdb.threads/print-threads.exp: New file.
24194 * gdb.threads/schedlock.c: New file.
24195 * gdb.threads/schedlock.exp: New file.
24196
24197 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
24198
24199 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
24200 not altivec.c.
24201
24202 2002-08-17 Mark Kettenis <kettenis@gnu.org>
24203
24204 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
24205 targets. The problem should be fixed now.
24206
24207 2002-08-15 Mark Kettenis <kettenis@gnu.org>
24208
24209 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
24210 2002-07-24 change that removes final dots from error messages.
24211
24212 2002-08-13 Tom Tromey <tromey@redhat.com>
24213
24214 * gdb.base/readline.exp: New file.
24215
24216 2002-08-01 Andrew Cagney <ac131313@redhat.com>
24217
24218 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
24219 supress message.
24220
24221 2002-08-01 Andrew Cagney <cagney@redhat.com>
24222
24223 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
24224 CHILL_FOR_TARGET and CHILL_LIB.
24225 * configure.in (configdirs): Remove gdb.chill.
24226 * configure: Regenerate.
24227 * lib/gdb.exp: Obsolete references to chill.
24228 * gdb.fortran/types.exp: Ditto.
24229 * gdb.fortran/exprs.exp: Ditto.
24230
24231 2002-07-30 Kevin Buettner <kevinb@redhat.com>
24232
24233 * gdb.base/shlib-call.exp (additional_flags): Conditionally
24234 set Irix-specific compile and link flags.
24235
24236 2002-07-29 Kevin Buettner <kevinb@redhat.com>
24237
24238 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
24239 source files. The ``-o'' option doesn't work with the ``-E'' option
24240 when using the Irix compiler.
24241
24242 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
24243
24244 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
24245 Improve support for reusing an exec file. Copy exec file
24246 to target, and run gdbserver on the target instead of on the host.
24247
24248 2002-07-18 Jim Blandy <jimb@redhat.com>
24249
24250 * gdb.base/ending-run.exp: Don't expect to see the program end in
24251 some orderly fashion when we're running on a real stand-alone
24252 board.
24253
24254 * gdb.base/interrupt.exp: Correct logic for skipping tests on
24255 targets that don't support interrupts.
24256
24257 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
24258
24259 * gdb.base/attach.exp: Add patterns to match output from /proc-based
24260 systems.
24261 Move comments in expect statements to inside the actions, so that they
24262 don't get matched against.
24263
24264 2002-07-10 Mark Kettenis <kettenis@gnu.org>
24265
24266 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
24267 function when asleep" test.
24268
24269 2002-07-10 Andrew Cagney <ac131313@redhat.com>
24270
24271 * gdb.base/page.exp: Rewrite to handle problems with very long
24272 `info set' output. Update copyright.
24273
24274 2002-06-26 Andrew Cagney <ac131313@redhat.com>
24275
24276 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
24277 gdb.threads-hp.
24278 * gdb.hp/configure: Regenerate.
24279 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
24280 * gdb.hp/gdb.threads-hp/configure: Delete file.
24281 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
24282
24283 2002-06-22 Andrew Cagney <ac131313@redhat.com>
24284
24285 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
24286 setlocale, bindtextdomain and textdomain.
24287
24288 2002-06-11 Jim Blandy <jimb@redhat.com>
24289
24290 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
24291 preprocessor macro information is present.
24292
24293 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
24294 tests.
24295
24296 2002-06-06 Michael Snyder <msnyder@redhat.com>
24297
24298 * gdb.base/overlays.exp: Record addresses of overlay
24299 functions in TCL variables rather than in GDB variables,
24300 to avoid having GDB convert them to pointers (with loss
24301 of information).
24302
24303 * gdb.base/d10v.ld: Merge in several years worth of
24304 default linker script changes.
24305 * gdb.base/long_long.exp: Add check for sizeof (long double).
24306
24307 2002-06-06 Michal Ludvig <mludvig@suse.cz>
24308
24309 * gdb.asm/asm-source.exp: Add x86-64 target.
24310 * gdb.asm/x86_64.inc: New.
24311
24312 2002-05-30 Michael Chastain <mec@shout.net>
24313
24314 From Benjamin Kosnik <bkoz@redhat.com>:
24315 * gdb.c++/m-static.cc: New file.
24316 * gdb.c++/m-static.exp: New file.
24317
24318 2002-05-28 Michael Snyder <msnyder@redhat.com>
24319
24320 * gdb.base/call-ar-st.exp: Allow for reduced floating point
24321 precision.
24322
24323 2002-05-27 Michael Chastain <mec@shout.net>
24324
24325 From Benjamin Kosnik <bkoz@redhat.com>:
24326 * gdb.c++/m-data.cc: New file.
24327 * gdb.c++/m-data.exp: New file.
24328
24329 2002-05-27 Michael Chastain <mec@shout.net>
24330
24331 From Benjamin Kosnik <bkoz@redhat.com>:
24332 * gdb.c++/try_catch.cc: New file.
24333 * gdb.c++/try_catch.exp: New file.
24334
24335 2002-05-27 Michael Chastain <mec@shout.net>
24336
24337 * gdb.c++/local.exp: Accept more nested types in output.
24338
24339 2002-05-26 Michael Chastain <mec@shout.net>
24340
24341 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
24342
24343 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
24344
24345 * lib/gdb.exp (gdb_wrapper_init): Just because
24346 gdb_wrapper_file exists, this does not mean that the file
24347 should not be rebuilt. That is what gdb_wrapper_initialized
24348 is for.
24349 (default_gdb_init): Reset gdb_wrapper_initialized.
24350
24351 2002-05-23 Michael Snyder <msnyder@redhat.com>
24352
24353 * gdb.base/all-bin.exp: Revise previous patch by just reducing
24354 the precision of the floating point test results.
24355 * gdb.base/call-rt-st.exp: Ditto.
24356
24357 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
24358 * gdb.base/call-rt-st.exp: Ditto.
24359
24360 2002-05-19 Michael Chastain <mec@shout.net>
24361
24362 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
24363
24364 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
24365
24366 * configure.in (configdirs): Add gdb.arch.
24367 * configure: Regenerate.
24368
24369 2002-05-17 Jim Blandy <jimb@redhat.com>
24370
24371 * gdb.base/completion.exp: Recognize the more detailed error
24372 messages produced by the macro expander's lexical analyzer.
24373
24374 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
24375
24376 * gdb.arch/altivec-abi.c: New file.
24377 * gdb.arch/altivec-abi.exp: New file.
24378 * gdb.arch/altivec-regs.c: New file.
24379 * gdb.arch/altivec-regs.exp: New file.
24380
24381 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
24382
24383 * gdb.base/maint.exp (maint print type): Update for new type
24384 structure.
24385
24386 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
24387
24388 * gdb.arch: New directory.
24389 * gdb.arch/configure.in: New file.
24390 * gdb.arch/configure: New file.
24391 * gdb.arch/Makefile.in: New file.
24392
24393 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
24394
24395 * gdb.asm/asm-source.exp: Add v850 as supported target.
24396 * gdb.asm/v850.inc: New file.
24397
24398 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
24399
24400 * gdb.c++/annota2.exp (annotate-quit): Add comment.
24401
24402 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
24403
24404 * gdb.base/break.exp: Check 'break "marker2"'.
24405
24406 2002-05-10 Michael Snyder <msnyder@redhat.com>
24407
24408 * gdb.base/long_long.exp: Fix typo.
24409
24410 2002-05-10 Jim Blandy <jimb@redhat.com>
24411
24412 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
24413 a bug.
24414
24415 * gdb.base/printcmds.exp (test_integer_literals_rejected):
24416 Recognize more detailed error message produced by the macro
24417 expander's lexical analyzer.
24418 * lib/gdb.exp (test_print_reject): Same.
24419
24420 2002-05-09 Mark Kettenis <kettenis@gnu.org>
24421
24422 * gdb.c++/method.exp: Fix typo.
24423
24424 2002-05-08 Michael Snyder <msnyder@redhat.com>
24425
24426 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
24427 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
24428 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
24429 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
24430 Add iftarget clause for strongarm.
24431
24432 2002-05-06 Michael Snyder <msnyder@redhat.com>
24433
24434 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
24435 (gdb_continue_to_end): Accept output from status wrapper.
24436 * gdb.base/ending-run.exp: Add case for output from status wrapper.
24437 Clean up fail messages to match pass messages.
24438
24439 Enable the "needs_status_wrapper" testsuite feature.
24440 * lib/gdb.exp (gdb_wrapper_init): New procedure.
24441 (gdb_compile): Conditionally call gdb_wrapper_init.
24442 * gdb.base/a2-run.exp: Recognize output from status wrapper.
24443 * gdb.c++/method.exp: Recognize output from status wrapper.
24444
24445 2002-05-06 Ben Elliston <bje@redhat.com>
24446 From Graydon Hoare <graydon@redhat.com>
24447
24448 * config/sid.exp: Include support for "rawsid" protocol.
24449
24450 2002-05-03 Jim Blandy <jimb@redhat.com>
24451
24452 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
24453 * gdb.c++/hang3.C: New file.
24454
24455 2002-05-04 Andrew Cagney <ac131313@redhat.com>
24456
24457 * gdb.base/default.exp: Remove obsolete code.
24458 * gdb.c++/misc.exp: Ditto. Update copyright.
24459 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
24460 * gdb.base/whatis.exp: Ditto. Update copyright.
24461 * gdb.base/scope.exp: Ditto. Update copyright.
24462 * gdb.base/ptype.exp: Ditto. Update copyright.
24463 * gdb.base/printcmds.exp: Ditto. Update copyright.
24464 * gdb.base/opaque.exp: Ditto. Update copyright.
24465 * gdb.base/list.exp: Ditto.
24466 * gdb.base/funcargs.exp: Ditto. Update copyright.
24467 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
24468 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
24469 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
24470 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
24471 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
24472 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
24473
24474 2002-05-02 Michael Snyder <msnyder@redhat.com>
24475
24476 * gdb.base/watchpoint.exp: Add xscale target.
24477 * gdb.base/long_long.exp: Add xscale target.
24478 * gdb.base/default.exp: Add xscale target.
24479
24480 2002-05-01 Jim Blandy <jimb@redhat.com>
24481
24482 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
24483 gdb.c++/hang.exp: New test.
24484
24485 2002-05-01 Fred Fish <fnf@redhat.com>
24486
24487 * gdb.base/completion.exp: Handle completions of "./Make" for
24488 more than one completion possibility, as is the case when we
24489 build and test in the source tree.
24490
24491 2002-04-29 Anthony Green <green@redhat.com>
24492
24493 * gdb.java/jmisc1.exp: New file.
24494 * gdb.java/jmisc2.exp: New file.
24495
24496 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
24497
24498 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
24499
24500 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
24501
24502 * gdb.base/help.exp: Change 'help status' to allow for target
24503 dependent output differences.
24504
24505 2002-04-22 Michael Chastain <mec@shout.net>
24506
24507 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
24508
24509 2002-04-22 Michael Chastain <mec@shout.net>
24510
24511 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
24512
24513 2002-04-17 David S. Miller <davem@redhat.com>
24514
24515 * gdb.asm/sparc64.inc: New file.
24516 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
24517
24518 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
24519
24520 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
24521 instruction file directly into the build tree. Clean up at end of
24522 test.
24523
24524 2002-04-18 David S. Miller <davem@redhat.com>
24525
24526 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
24527 handle 64-bit platforms correctly.
24528 * gdb.base/maint.exp: Likewise.
24529
24530 2002-04-18 Kevin Buettner <kevinb@redhat.com>
24531
24532 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
24533 ``-fpic'' when compiling files comprising a shared library, but
24534 it does need additional linker flags in order to find shared
24535 libraries at run time.
24536
24537 2002-04-18 Kevin Buettner <kevinb@redhat.com>
24538
24539 * gdb.base/cvexpr.c (use): New function.
24540 (main): Invoke use() on all global variables to prevent
24541 some linkers from deleting these otherwise unused symbols.
24542
24543 2002-04-17 Michael Chastain <mec@shout.net>
24544 From David S. Miller <davem@redhat.com>
24545
24546 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
24547 handle 64-bit platforms correctly.
24548
24549 2002-04-12 Michael Snyder <msnyder@redhat.com>
24550 From Jim Blandy <jimb@redhat.com>
24551 * gdb.base/foo.c (foox): Remove section attribute; the linker
24552 script can handle this instead.
24553 * gdb.base/bar.c (barx): Same.
24554 * gdb.base/baz.c (bazx): Same.
24555 * gdb.base/grbx.c (grbxx): Same.
24556
24557 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
24558 manager doesn't automatically unmap overlays unnecessarily.
24559
24560 2002-04-10 Martin M. Hunt <hunt@redhat.com>
24561
24562 * gdb.base/ending-run.exp: Fix pattern for Mips targets
24563 stepping out of main.
24564
24565 2002-04-09 Michael Chastain <mec@shout.net>
24566
24567 * gdb.c++/local.cc (main): Move call to marker1() inside nested
24568 scope so that the nested scope tests will make sense.
24569 * gdb.c++/local.exp: Write patterns that actually work with gcc
24570 (the HP patterns "were never known to work with gcc").
24571 Keep the old aCC patterns too.
24572
24573 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
24574
24575 * gdb.base/attach.exp: Correct target board test.
24576
24577 2002-04-08 Michael Chastain <mec@shout.net>
24578
24579 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
24580 in a const method. Add some xfail and fail cases for configurations
24581 that do not emit the "const ...".
24582
24583 2002-04-07 Michael Chastain <mec@shout.net>
24584
24585 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
24586 Accept "A * const" and "const A * const" as type of "this".
24587 Fix spelling of getFunky throughout. Make messages uniform.
24588
24589 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
24590
24591 Work around for PR gdb/285:
24592 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
24593
24594 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
24595
24596 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
24597 instructions file at run time instead of configure time.
24598 Sometimes we run the test in a directory that is not the one we
24599 configured in.
24600 * gdb.asm/configure.in: Delete creation of symlink.
24601 * gdb.asm/configure: Regenerate.
24602
24603 2002-04-05 J. Brobecker <brobecker@gnat.com>
24604
24605 * gdb.gdb/xfullpath.exp: New test, to exercise the new
24606 xfullpath () function.
24607
24608 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
24609
24610 * gdb.asm/Makefile.in: Correct dependencies.
24611
24612 * gdb.asm/powerpc.inc: New file.
24613 * gdb.asm/asm-source.exp: Add PowerPC.
24614 * gdb.asm/configure.in: Likewise.
24615 * gdb.asm/configure: Regenerated.
24616
24617 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
24618
24619 * gdb.base/relocate.exp: New file.
24620 * gdb.base/relocate.c: New file.
24621
24622 2002-04-04 Fred Fish <fnf@redhat.com>
24623
24624 * gdb.base/step-test.exp: Update comment regarding stopping in
24625 memcpy/bcopy calls inserted as part of the compiler runtime.
24626
24627 2002-04-04 Michael Snyder <msnyder@redhat.com>
24628
24629 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
24630
24631 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
24632
24633 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
24634 (gdb_expect): Remove $notransfer hack.
24635
24636 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
24637
24638 * gdb.c++/classes.exp ("calling method for small class"): Match
24639 updated register output.
24640
24641 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
24642
24643 Fix PR gdb/452
24644 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
24645 when finished. Make gdb_file_cmd send "exec-file" when
24646 appropriate.
24647
24648 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
24649
24650 * gdb.base/attach.exp: Remove extra setup_xfail.
24651
24652 2002-03-26 Michael Snyder <msnyder@redhat.com>
24653
24654 * gdb.base/default.exp: Add tests for dump, append, and restore.
24655 * gdb.base/help.exp: Add tests for dump, append, and restore.
24656 * gdb.base/dump.exp: New file, test dump, append and restore.
24657 * gdb.base/dump.c: New file.
24658
24659 2002-03-27 Michael Snyder <msnyder@redhat.com>
24660
24661 * gdb.base/help.exp: Modify expect strings to reflect
24662 clean-ups in help messages.
24663
24664 2002-03-26 Fred Fish <fnf@redhat.com>
24665
24666 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
24667 have debugging info for those functions and the compiler uses them
24668 internally to copy structs around.
24669
24670 2002-03-26 Fred Fish <fnf@redhat.com>
24671
24672 * gdb.base/list.exp: Revert the change made yesterday and add note
24673 about why we don't list the default lines for remote targets.
24674
24675 2002-03-25 Michael Snyder <msnyder@redhat.com>
24676
24677 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
24678
24679 2002-03-25 Fred Fish <fnf@redhat.com>
24680
24681 * gdb.base/list.exp: This test works on remote targets so remove
24682 the short circuit for remote targets. Update copyright.
24683
24684 2002-03-25 Fred Fish <fnf@redhat.com>
24685
24686 * gdb.base/attach.exp: Fix logic error that was suppressing this
24687 test for all non hppa*-*-hpux* targets, instead of the hp target.
24688 Move comments closer to the suppression point. Also now need to
24689 check that we are running natively.
24690
24691 2002-03-22 Michael Snyder <msnyder@redhat.com>
24692
24693 * gdb.base/default.exp: Add test for gcore. Update copyright.
24694 * gdb.base/help.exp: Add test for gcore. Update copyright.
24695
24696 2002-03-06 Fred Fish <fnf@redhat.com>
24697
24698 * gdb.base/funcargs.c: Remove extraneous ';' character.
24699 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
24700
24701 2002-03-04 Michael Chastain <mec@shout.net>
24702
24703 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
24704 accommodate gcc v3 function signature.
24705 * gdb.mi/mi0-var-cmd-exp: Ditto.
24706
24707 2002-02-24 Andrew Cagney <ac131313@redhat.com>
24708
24709 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
24710 ``GNU/Linux'' or ``Linux kernel''
24711 * testsuite/gdb.threads/pthreads.c: Ditto.
24712
24713 2002-02-24 Michael Chastain <mec@shout.net>
24714
24715 * gdb.threads/pthreads.c (thread1): Add a return statement.
24716 (thread2): Likewise.
24717 (foo): Likewise.
24718
24719 2002-02-23 Michael Chastain <mec@shout.net>
24720
24721 * gdb.threads/linux-dp.c (philosopher): Add a return statement
24722 to placate gcc.
24723
24724 2002-02-23 Michael Chastain <mec@shout.net>
24725
24726 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
24727 test "ptype bint". The test passes on all my stabs configurations.
24728
24729 2002-02-21 Jim Blandy <jimb@redhat.com>
24730
24731 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
24732 filename at a time, and watch for the ones we want to see.
24733
24734 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
24735 types of pointers to prototyped functions.
24736
24737 2002-02-20 Andrew Cagney <ac131313@redhat.com>
24738
24739 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
24740 signed, unsigned and straight char.
24741 (padding_char, padding_short, padding_int, padding_long,
24742 padding_long_long, padding_float, padding_double,
24743 padding_long_double): New global variables.
24744 (fill, fill_structs): New functions.
24745
24746 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
24747 for correctly sized writes. Update copyright.
24748 (get_valueof): New procedure.
24749 (get_sizeof): Call get_valueof.
24750 (check_valueof): New procedure.
24751 (check_padding): New procedure.
24752
24753 2002-02-20 Michael Chastain <mec@shout.net>
24754
24755 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
24756 to setup_xfail. Document some of the remaining calls.
24757
24758 2002-02-18 Michael Chastain <mec@shout.net>
24759
24760 * gdb.c++/userdef.exp: Update copyright year.
24761
24762 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
24763
24764 * gdb.c++/userdef.exp: Test overloaded operators properly.
24765 Remove xfails.
24766
24767 2002-02-14 Michael Snyder <msnyder@redhat.com>
24768
24769 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
24770
24771 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
24772
24773 * gdb.base/a2-run.exp: Check for a remote target properly.
24774 * gdb.base/annota1.exp: Likewise.
24775 * gdb.base/list.exp: Likewise.
24776 * gdb.base/reread.exp: Likewise.
24777 * gdb.base/scope.exp: Likewise.
24778 * gdb.base/shlib-call.exp: Likewise.
24779 * gdb.base/term.exp: Likewise.
24780 * gdb.c++/annota2.exp: Likewise.
24781
24782 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
24783
24784 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
24785
24786 2002-02-10 Michael Chastain <mec@shout.net>
24787
24788 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
24789 (call_after_alloca): Ditto.
24790
24791 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
24792
24793 * gdb.base/ending-run.exp: Guard "cont" test with
24794 gdb_skip_stdio_test.
24795
24796 2002-02-06 Jim Blandy <jimb@redhat.com>
24797
24798 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
24799 from here...
24800 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
24801 To here. Disable this test on non-HP platforms. Add big comment.
24802
24803 2002-02-04 Michael Snyder <msnyder@redhat.com>
24804
24805 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
24806 other than d10v and m32r.
24807
24808 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
24809
24810 * gdb.base/default.exp: Rewrite test patterns to reduce time
24811 taken to match them.
24812
24813 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
24814
24815 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
24816 Allow a start function above main.
24817 * gdb.threads/linux-dp.exp: Fix copyright date.
24818
24819 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
24820
24821 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
24822 (check_philosopher_stack): Check for manager thread before checking
24823 for a just-starting thread.
24824
24825 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
24826
24827 From Neil Booth <neil@daikokuya.demon.co.uk>:
24828 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
24829 warnings.
24830
24831 2002-01-21 Fred Fish <fnf@redhat.com>
24832
24833 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
24834 not caller.
24835
24836 2002-01-21 Jim Blandy <jimb@redhat.com>
24837
24838 * gdb.base/reread.exp: Check that GDB properly re-reads the
24839 executable file when it changes while no inferior is running.
24840
24841 2002-01-21 Fred Fish <fnf@redhat.com>
24842
24843 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
24844 optionally accept the "shlib events" variation.
24845
24846 2002-01-21 Jim Blandy <jimb@redhat.com>
24847
24848 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
24849 call `fflush' after every `printf', so that the output is produced
24850 at predictable points, regardless of whatever buffering does (or
24851 doesn't) take place.
24852 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
24853 at different points.
24854
24855 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
24856
24857 * gdb.c++/inherit.exp: Update copyright years.
24858 * gdb.c++/method.exp: Likewise.
24859
24860 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
24861
24862 * gdb.c++/classes.exp: Update for improved v3 support and skipping
24863 artificial methods/arguments.
24864 * gdb.c++/derivation.exp: Likewise.
24865 * gdb.c++/inherit.exp: Likewise.
24866 * gdb.c++/method.exp: Likewise.
24867 * gdb.c++/virtfunc.exp: Likewise.
24868
24869 2002-01-18 Andrew Cagney <ac131313@redhat.com>
24870
24871 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
24872 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
24873 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
24874 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
24875 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
24876 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
24877
24878 2002-01-17 Jim Blandy <jimb@redhat.com>
24879
24880 * gdb.asm/asm-source.exp (info symbol): Take another shot at
24881 anchoring the pattern matching the entry point symbol's name.
24882
24883 2002-01-17 Andrew Cagney <ac131313@redhat.com>
24884
24885 * gdb.base/maint.exp: Update ``maint internal-error'' to match
24886 continue/quit query. Update copyright.
24887
24888 2002-01-14 Michael Snyder <msnyder@redhat.com>
24889
24890 * gdb.base/gcore.exp: Remove extra debugging output.
24891
24892 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
24893
24894 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
24895 for slightly dubious v2 mangled string.
24896
24897 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
24898
24899 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
24900
24901 2002-01-10 Jason Merrill <jason@redhat.com>
24902
24903 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
24904
24905 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
24906 constructors.
24907 * gdb.c++/derivation.exp: Likewise.
24908 * gdb.c++/templates.exp: Likewise.
24909 * gdb.c++/virtfunc.exp: Likewise.
24910
24911 2002-01-10 Michael Snyder <msnyder@redhat.com>
24912
24913 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
24914
24915 2002-01-08 Michael Snyder <msnyder@redhat.com>
24916
24917 * gdb.base/gcore.exp: New test for generate-core-file command.
24918 * gdb.base/gcore.c: Testcase for above.
24919 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
24920
24921 2002-01-08 Jason Merrill <jason@redhat.com>
24922
24923 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
24924
24925 2002-01-07 Fred Fish <fnf@redhat.com>
24926
24927 * gdb.c++/overload.exp: Remove unconditional xfails for:
24928 print foo_instance1.overloadargs(1)
24929 print foo_instance1.overloadargs(1, 2)
24930 print foo_instance1.overloadargs(1, 2, 3)
24931 print foo_instance1.overloadargs(1, 2, 3, 4)
24932 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
24933 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
24934 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
24935 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
24936 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
24937 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
24938 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
24939 print foo_instance1.overload1arg()
24940 print foo_instance1.overload1arg((char)arg2)
24941 print foo_instance1.overload1arg((signed char)arg3)
24942 print foo_instance1.overload1arg((unsigned char)arg4)
24943 print foo_instance1.overload1arg((int)arg7)
24944 print foo_instance1.overload1arg((unsigned int)arg8)
24945 print foo_instance1.overload1arg((float)arg11)
24946 print foo_instance1.overload1arg((double)arg12)
24947
24948 2002-01-07 Michael Snyder <msnyder@redhat.com>
24949
24950 * gdb.base/huge.exp: New test. Print a very large target data object.
24951 (skip_huge_test): New test variable. Define if you want to skip this
24952 test. The test reads an 8 megabyte data object from the target, so it
24953 might be very time consuming on remote targets with a slow connection.
24954 * gdb.base/huge.c: New file. Test case for above.
24955
24956 2002-01-07 Fred Fish <fnf@redhat.com>
24957
24958 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
24959 g_instance.bfoo, and g_instance.cfoo.
24960
24961 2002-01-07 Jeffrey A Law <law@redhat.com>
24962
24963 * gdb.base/break.c (multi_line_if_conditional): New function.
24964 (multi_ilne_while_conditional): Likewise.
24965 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
24966 IF or WHILE condition puts the breakpoint at the start of
24967 the condition.
24968
24969 * gdb.base/selftest.exp (backtrace through signal handler): Remove
24970 hppa*-*-hpux* expected failure.
24971 * gdb.base/structs.exp (do_function_calls): Similarly.
24972
24973 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
24974 watchpoints.
24975
24976 2002-01-06 Andrew Cagney <ac131313@redhat.com>
24977
24978 Fix PR gdb/66.
24979 * gdb.base/structs.exp: Replace skip for a29k with skip for
24980 gdb,cannot_call_functions.
24981 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
24982 * gdb.base/callfuncs.exp: Ditto.
24983 * gdb.base/call-rt-st.exp: Ditto.
24984 * gdb.base/call-strs.exp: Ditto.
24985 * gdb.base/callfwmall.exp: Ditto.
24986 * gdb.base/scope.exp: Obsolete xfail a29k.
24987 * gdb.c++/misc.exp: Ditto.
24988 * gdb.c++/cplusfuncs.exp: Ditto.
24989 * gdb.base/ptype.exp: Ditto.
24990 * gdb.base/printcmds.exp: Ditto.
24991 * gdb.base/opaque.exp: Ditto.
24992 * gdb.base/list.exp: Ditto.
24993 * gdb.base/funcargs.exp: Ditto.
24994 * gdb.base/default.exp: Ditto.
24995
24996 2002-01-04 Michael Snyder <msnyder@redhat.com>
24997
24998 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
24999 * gdb.base/maint.exp: Add tests for maint info sections options.
25000
25001 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
25002
25003 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
25004
25005 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
25006
25007 * gdb.asm/arm.inc: New file.
25008 * gdb.asm/asm-source.exp: Add arm targets.
25009 * gdb.asm/configure.in: Ditto.
25010 * gdb.asm/configure: Recreated from configure.in.
25011
25012 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
25013
25014 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
25015 with HP's compiler.
25016 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
25017 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
25018 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
25019 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
25020
25021 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
25022 either HP's compilers or GCC.
25023
25024 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
25025 a SIGBUS or SIGSEGV.
25026
25027 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
25028
25029 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
25030 can be compiled with either HP's compiler or GCC.
25031
25032 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
25033 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
25034 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
25035
25036 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
25037 to match current gdb output. Update due to using auto-solib-limit
25038 for limiting instead of overloading auto-solib-add.
25039 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
25040 test program.
25041
25042 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
25043 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
25044 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
25045 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
25046 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
25047 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
25048 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
25049 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
25050 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
25051 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
25052 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
25053 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
25054 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
25055
25056 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
25057 a SIGTRAP to the inferior.
25058
25059 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
25060
25061 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
25062 Substitute call to target_link by call to gdb_compile.
25063
25064 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
25065
25066 * gdb.base/break.exp: Fix HP specific search string when testing
25067 backtracing in a called function.
25068
25069 * gdb.base/constvars.exp: Only set lang to C++ if we're
25070 compiling the test with HP's compilers.
25071 * gdb.base/volatile.exp: Similarly.
25072
25073 2001-12-19 Jim Blandy <jimb@redhat.com>
25074
25075 * gdb.base/printcmds.exp: Expect the null character to be printed
25076 as '\0', and the '\013' to be printed as '\v'.
25077 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
25078 * gdb.base/setvar.exp: Same.
25079
25080 2001-12-17 Jim Blandy <jimb@redhat.com>
25081
25082 * gdb.base/completion.exp: Rather than completing very long
25083 filenames, which can make the readline library produce output we
25084 don't recognize, cd to the directory first, and then complete
25085 using nice, short relative paths.
25086
25087 * gdb.base/completion.exp: On some systems, there is, in fact, a
25088 variable named `b' in scope, since GDB treats all static
25089 variables as being in scope. So use `no_var_named_this'
25090 instead of `b'.
25091
25092 * gdb.base/corefile.exp: Recognize the message saying that GDB
25093 can't find the core file's registers as a failure.
25094
25095 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
25096
25097 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
25098 test expect string more specific.
25099
25100 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
25101
25102 * gdb.asm/asm-source.exp: Add support for xstormy16.
25103 * gdb.asm/configure.in: Ditto.
25104 * gdb.asm/configure: Rebuild.
25105 * gdb.asm/xstormy16.inc: New file.
25106
25107 2001-12-10 Fred Fish <fnf@redhat.com>
25108
25109 * gdb.base/maint.exp: Update to match changes in type dumping code.
25110
25111 2001-12-10 Jim Blandy <jimb@redhat.com>
25112
25113 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
25114 matching the entry point symbol's name at the beginning of the
25115 line.
25116
25117 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
25118
25119 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
25120 gdb.c++/inherit.exp, gdb.c++/method.exp,
25121 gdb.c++/namespace.exp, gdb.c++/templates.exp,
25122 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
25123 and class layout support.
25124
25125 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
25126
25127 * gdb.c++/classes.exp: Add test for static member function.
25128 * gdb.c++/misc.cc: Add class with static member function.
25129
25130 2001-12-07 Jim Blandy <jimb@redhat.com>
25131
25132 If GDB says it can't find the struct the function returned, report
25133 those tests as `unsupported'.
25134 * gdb.base/call-rt-st.exp (print_struct_call): New function.
25135 Rewrite subsequent tests to use it.
25136
25137 If GDB says it can't find the struct the function returned, report
25138 those tests as `unsupported'.
25139 * gdb.base/structs.exp (call_struct_func): New function.
25140 (do_function_calls): Use call_struct_func to call the functions
25141 returning structs.
25142
25143 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
25144 whether functions are prototyped or not, so we can't possibly pass
25145 arguments to t_float_values2 properly.
25146
25147 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
25148 value of `timeout' for targets other than the mips*tx39-*.
25149
25150 2001-12-06 Michael Snyder <msnyder@redhat.com>
25151
25152 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
25153 and detect whether the start symbol has a leading underscore.
25154
25155 2001-12-04 Jim Blandy <jimb@redhat.com>
25156
25157 * gdb.base/completion.exp: Clarify indentation.
25158
25159 2001-12-03 Jim Blandy <jimb@redhat.com>
25160
25161 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
25162 variables on the S/390, not `.word'.
25163
25164 2001-11-30 Jim Blandy <jimb@redhat.com>
25165
25166 Add assembly-source tests for s390-ibm-linux.
25167 * gdb.asm/s390.inc: New file.
25168 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
25169 the S/390 architecture.
25170 * gdb.asm/configure: Regenerated.
25171
25172 2001-11-30 Michael Snyder <msnyder@redhat.com>
25173
25174 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
25175 next, info source, info sources, info line, global and static
25176 variables, and static functions.
25177 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
25178 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
25179 * gdb.asm/asmsrc1.s: Add a static function and some variables.
25180 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
25181 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
25182 (gdbasm_leave): Restore frame pointer.
25183 (gdbasm_startup): Copy stack set-up from crt0.S.
25184
25185 2001-11-26 Fernando Nasser <fnasser@redhat.com>
25186
25187 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
25188 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
25189 to a local (non-static) variable. Copy tstruct.a to a static buffer
25190 and return a pointer to that buffer.
25191 * gdb.base/callfwmall.c (t_structs_a): Ditto.
25192
25193 2001-11-24 Mark Kettenis <kettenis@gnu.org>
25194
25195 * gdb.asm/configure.in: Fix recognition of ix86 target.
25196 * gdb.asm/configure: Regenerate.
25197
25198 2001-11-21 Michael Snyder <msnyder@redhat.com>
25199
25200 * gdb.asm/sparc.inc: New file.
25201 * gdb.asm/asm-source.exp: Recognize sparc target.
25202 * gdb.asm/configure.in: Recognize sparc target.
25203 * gdb.asm/configure: Regenerate.
25204
25205 2001-11-21 Michael Snyder <msnyder@redhat.com>
25206
25207 * gdb.asm/m32r.inc: New file.
25208 * gdb.asm/asm-source.exp: Recognize m32r target.
25209 * gdb.asm/configure.in: Recognize m32r target.
25210 * gdb.asm/configure: Regenerate.
25211
25212 2001-11-20 Michael Snyder <msnyder@redhat.com>
25213
25214 * gdb.asm/i386.inc: New file.
25215 * gdb.asm/asm-source.exp: Recognize ix86 target.
25216 * gdb.asm/configure.in: Recognize ix86 target.
25217 * gdb.asm/configure: Regenerate.
25218
25219 * gdb.c++/namespace.exp: Fix quotes in output messages.
25220
25221 2001-11-14 Michael Snyder <msnyder@redhat.com>
25222
25223 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
25224 qualifier in a type cast expression, to designate an address
25225 in the instruction space (Harvard architecture).
25226
25227 2001-11-13 Michael Snyder <msnyder@redhat.com>
25228
25229 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
25230 Tests for expressions using 'const' and 'volatile'.
25231
25232 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
25233
25234 * gdb.asm/asm-sources.exp: Allow defining linker flags.
25235
25236 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
25237
25238 * lib/mi-support.exp (mi_run_to_helper): Move comments
25239 outside of gdb_expect.
25240
25241 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
25242
25243 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
25244 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
25245 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
25246 mi0_run_to): New functions.
25247 * gdb.mi/mi-simplerun.exp: Use them.
25248 * gdb.mi/mi0-simplerun.exp: Likewise.
25249 * gdb.mi/mi-var-cmd.exp: Likewise.
25250 * gdb.mi/mi0-var-cmd.exp: Likewise.
25251
25252 2001-11-10 Andrew Cagney <ac131313@redhat.com>
25253
25254 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
25255 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
25256
25257 2001-11-09 Andrew Cagney <ac131313@redhat.com>
25258
25259 * gdb.base/restore.exp: Include $expected value in restored test
25260 message.
25261
25262 2001-11-09 Andrew Cagney <ac131313@redhat.com>
25263
25264 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
25265 implemented.
25266
25267 2001-11-08 Michael Snyder <msnyder@redhat.com>
25268
25269 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
25270 Add pass/fail message for stop at breakpoint in call dummy function.
25271
25272 2001-11-07 Michael Snyder <msnyder@redhat.com>
25273
25274 * gdb.c++/templates.exp (test_template_breakpoints):
25275 If we get an overload menu, but it does not match what
25276 we expect, we still need to issue the "cancel" command.
25277 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
25278 making the whitespace optional. Argument for "new" may be
25279 "unsigned" as well as "unsigned int/long".
25280 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
25281 making the whitespace optional. Also replace "(void) with
25282 "((void|)), making the keyword "void" optional.
25283 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
25284 making the whitespace optional. Also replace "(void) with
25285 "((void|)), making the keyword "void" optional.
25286 * gdb.base/callfuncs.c (t_float_values): This function must
25287 _not_ be prototyped, and the following function (t_float_values2)
25288 must be prototyped (if the compiler supports it), so that GDB
25289 can be tested against both cases. Usually one case involves
25290 promotion of float to double, while the other does not.
25291 * gdb.base/callfwmall.c: Ditto.
25292 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
25293 includes a stack frame for "start".
25294
25295 2001-11-05 Jim Blandy <jimb@redhat.com>
25296
25297 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
25298 pointers are 32 bits long, and that offsets of relocs are always
25299 stored in the data (REL-style), and not in the reloc entry itself
25300 (RELA-style).
25301 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
25302 stabs.
25303
25304 2001-11-01 Michael Snyder <msnyder@redhat.com>
25305
25306 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
25307 and regular expression operators by using quoting.
25308
25309 2001-10-31 Michael Snyder <msnyder@redhat.com>
25310
25311 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
25312 depending on what the symbol table contains.
25313 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
25314 the output of the ptype command. Similarly, accept both "const &"
25315 and "const&".
25316
25317 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
25318
25319 * gdb.base/miscexprs.c (main): Add usage of preprocessor
25320 symbol `STORAGE' to allow to choose the storage class of
25321 the local datastructures.
25322 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
25323 compiler directive.
25324
25325 2001-10-30 Michael Snyder <msnyder@redhat.com>
25326
25327 * gdb.base/jump.exp: Allow it to run for all targets.
25328
25329 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
25330
25331 * gdb.base/call-ar-st.c (print_double_array): Match for loop
25332 with new double_array size.
25333 (main): Change storage class of all local variables to static.
25334 Reduce size of double_array to 9.
25335 * gdb.base/call-ar-st.exp: Increase timeout value.
25336 Change expected output for double array to match new size in
25337 call-ar-st.c.
25338
25339 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
25340
25341 * gdb.base/ending-run.exp: Create identical output when passing
25342 `step to end of run' case. Add regular expression branch satisfying
25343 Stormy16 target.
25344
25345 2001-10-28 Mark Kettenis <kettenis@gnu.org>
25346
25347 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
25348 that we catch the expected failure under Linux/x86.
25349
25350 2001-10-29 Orjan Friberg <orjanf@axis.com>
25351
25352 * gdb.base/setvar.exp: Escape curly braces.
25353 * gdb.stabs/weird.exp: Ditto.
25354
25355 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
25356
25357 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
25358 * gdm.mi/mi0-hack-cli.exp: Likewise.
25359
25360 2001-10-25 Andrew Cagney <ac131313@redhat.com>
25361
25362 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
25363 messages.
25364
25365 2001-10-21 Andrew Cagney <ac131313@redhat.com>
25366
25367 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
25368 checking MI enabled.
25369
25370 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
25371
25372 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
25373
25374 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
25375
25376 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
25377 if gdb child process crashes, just signal an error.
25378
25379 2001-10-02 Jim Blandy <jimb@redhat.com>
25380
25381 * lib/gdb.exp (test_xfail_format): Simplify.
25382
25383 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
25384 front of the variable name `format'. Simplify `if'.
25385
25386 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
25387
25388 * gdb.threads/pthreads.exp: Wait for output and delay
25389 before sending ^C.
25390
25391 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
25392
25393 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
25394 some incorrect output instead of timing out.
25395 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
25396
25397 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
25398
25399 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
25400 check to allow additional `int'.
25401
25402 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
25403
25404 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
25405 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
25406
25407 2001-09-27 Michael Snyder <msnyder@redhat.com>
25408
25409 * lib/gdb.exp (test_debug_format): New proc.
25410 (setup_xfail_format): Use new proc test_debug_format.
25411 * gdb.base/constvars.exp (local_compiler_xfail_check): New
25412 proc; use new service proc test_debug_format.
25413 Replace all other "gcc_compiled" tests with this test.
25414 * gdb.base/volatile.exp (local_compiler_xfail_check): New
25415 proc; use new service proc test_debug_format.
25416 Replace all other "gcc_compiled" tests with this test.
25417
25418 2001-09-27 Michael Snyder <msnyder@redhat.com>
25419
25420 * gdb.base/cvexpr.exp: New file.
25421 * gdb.base/cvexpr.c: New file
25422 Test for expressions using const and volatile keywords.
25423
25424 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
25425
25426 * gdb.base/constvars.exp: Check for different orders of keywords
25427 and additional "int" strings in output.
25428
25429 2001-09-22 Andrew Cagney <ac131313@redhat.com>
25430
25431 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
25432 responses from "help maint".
25433
25434 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
25435
25436 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
25437 to localhost:NNN instead of :NNN, in case Xvfb is listening
25438 only on TCP.
25439
25440 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
25441
25442 * gdb.base/recurse.exp: When checking leaving the watchpoint
25443 scope, recognize when gdb is in function's epilogue and pass.
25444
25445 2001-09-18 Keith Seitz <keiths@redhat.com>
25446
25447 * lib/insight-support.exp (_gdbtk_export_target_info): Add
25448 support for running tests against sid targets.
25449 (gdbtk_done): Ditto.
25450
25451 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
25452
25453 * gdb.base/ending-run.c (main): Set stdout buffersize
25454 to the same reasonable value for any target.
25455 * gdb.base/ending-run.exp: Add a regular expression
25456 to make testsuite happy on Sanyo Stormy16 target.
25457
25458 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
25459
25460 * gdb.base/display.c (do_loops): Add float variable `f'.
25461 Increment f in loop.
25462 * gdb.base/display.exp: Increment timeout by 60 seconds.
25463 Change float display test to use variable `f'.
25464
25465 2001-09-17 Jim Blandy <jimb@redhat.com>
25466
25467 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
25468 overflowing the limited breakpoint tables on some ROM monitors
25469 (like the ROM68K).
25470
25471 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
25472
25473 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
25474 the "-ac" (disable access control) flag.
25475
25476 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
25477
25478 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
25479 ints.
25480
25481 2001-08-30 Keith Seitz <keiths@redhat.com>
25482
25483 * lib/gdb.exp: Move all insight-related functionality into
25484 separate file.
25485 * lib/insight-support.exp: New file.
25486
25487 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
25488
25489 * config/sid.exp (sid_start): Never set sid verbosity; disable
25490 expect_background {} that consumed its stdout; tolerate </dev/null.
25491 Attempt to set endianness override in "sid" protocol mode. Cleanup.
25492
25493 2001-08-18 Andrew Cagney <ac131313@redhat.com>
25494
25495 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
25496 CLI jump command to start it.
25497 (mi_run_to_main): Fail immediatly when unexpected output.
25498
25499 2001-08-18 Andrew Cagney <ac131313@redhat.com>
25500
25501 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
25502 beginning of function. Fix PR gdb/191.
25503
25504 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
25505
25506 * config/sid.exp (sid_start): Don't warn if we cannot figure out
25507 what to force sid endianness to.
25508
25509 2001-08-15 Keith Seitz <keiths@redhat.com>
25510
25511 * lib/gdb.exp (gdbtk_start): Don't set environment
25512 variables for TCL_LIBRARY and friends. Insight will
25513 now figure these out for itself.
25514
25515 2001-08-02 Michael Snyder <msnyder@redhat.com>
25516
25517 * gdb.base/completion.exp: Remove the symbol "a64l" from
25518 the expect string; this is target-specific, and not related
25519 to what is being tested.
25520
25521 2001-08-02 Dave Brolley <brolley@redhat.com>
25522
25523 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
25524
25525 2001-07-25 Michael Snyder <msnyder@redhat.com>
25526
25527 * gdb.base/consecutive.exp: New file. Test stepping over
25528 breakpoints on consecutive instructions.
25529 * gdb.base/consecutive.c: New file.
25530
25531 * gdb.base/call-rt-st.exp: Use double-backslash to quote
25532 curly braces in regular expressions.
25533
25534 2001-07-25 Michael Snyder <msnyder@redhat.com>
25535
25536 * gdb.base/ending-run.exp: Accept "Program exited normally" as
25537 legitimate output from stepping out of main.
25538
25539 2001-07-22 Keith Seitz <keiths@redhat.com>
25540
25541 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
25542 the empty string, do not run the tests.
25543
25544 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
25545
25546 * gdb.base/long_long.exp: Detect size of pointer. Take into
25547 account 2-byte pointers when testing for p/a results.
25548
25549 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
25550
25551 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
25552 and defined to 1K for m68hc11.
25553 (random_data): Reduce table to 1K for embedded platforms (68hc11).
25554 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
25555 (sizeof_random_data): New variable to tell the size of the data table;
25556 don't test past this size; always run to main.
25557
25558 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
25559
25560 * gdb.base/return2.exp: return of long long and double fails for
25561 68HC11; don't execute these tests on that platform.
25562 * gdb.base/return.exp: Return of a double fails for 68hc11.
25563
25564 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
25565
25566 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
25567 tests that print a float.
25568 * call-rt-st.exp: Likewise.
25569
25570 2001-07-12 Mark Kettenis <kettenis@gnu.org>
25571
25572 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
25573 running this test on Linux.
25574
25575 2001-06-24 Michael Chastain <chastain@redhat.com>
25576
25577 * gdb.base/arithmet.exp: Remove some tests to make all test names
25578 unique.
25579
25580 2001-07-03 Michael Snyder <msnyder@redhat.com>
25581
25582 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
25583 the output of the ptype command.
25584
25585 2001-07-02 Michael Snyder <msnyder@redhat.com>
25586
25587 * gdb.base/completion.exp: Don't assume that break.c is the only
25588 source file that may contain functions named "marker".
25589 * gdb.base/corefile.exp: Quote the curly braces in regexp.
25590
25591 2001-06-28 Andrew Cagney <ac131313@redhat.com>
25592
25593 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
25594 of files to delete.
25595
25596 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
25597 * gdb.disasm/h8300s.exp: New file.
25598 gdb.disasm/h8300s.s: Likewise.
25599
25600 2001-06-27 Andrew Cagney <ac131313@redhat.com>
25601
25602 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
25603 empty breakpoint tables.
25604
25605 2001-06-25 Andrew Cagney <ac131313@redhat.com>
25606
25607 * lib/mi-support.exp: Update args=... part of stop-reason
25608 patterns. Accept either a list or a tuple.
25609
25610 2001-06-23 Andrew Cagney <ac131313@redhat.com>
25611
25612 * lib/mi-support.exp: Remove local emacs variable defining
25613 change-log-default-name.
25614
25615 2001-06-22 Michael Chastain <chastain@redhat.com>
25616
25617 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
25618 This is operationally compatible with the previous version.
25619
25620 2001-06-13 Jim Blandy <jimb@redhat.com>
25621
25622 * lib/gdb.exp (gdb_test): Doc fix.
25623
25624 2001-06-10 Michael Chastain <chastain@redhat.com>
25625
25626 * gdb.base/exprs.exp: Remove a duplicate test.
25627
25628 2001-06-06 Jim Blandy <jimb@redhat.com>
25629
25630 * gdb.base/return2.exp (main): Use values to test float and double
25631 returns that are not NaN's, to avoid being confused by IEEE
25632 comparison rules.
25633
25634 2001-06-04 Michael Snyder <msnyder@redhat.com>
25635
25636 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
25637 non-zero if control_c fails. Terminate the test on failure,
25638 rather than wait for 12 more tests to time out.
25639
25640 2001-06-06 Jim Blandy <jimb@redhat.com>
25641
25642 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
25643 Don't forget to match the GDB prompt.
25644
25645 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
25646
25647 2001-06-04 Jim Blandy <jimb@redhat.com>
25648
25649 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
25650 command.
25651
25652 2001-05-31 Kevin Buettner <kevinb@redhat.com>
25653
25654 * gdb.base/annota1.exp (info break): Match four or more spaces
25655 after "Address".
25656
25657 2001-05-31 Michael Chastain <chastain@redhat.com>
25658
25659 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
25660 (dm_type_int_star): Likewise.
25661 (dm_type_long_star): Likewise.
25662 (dm_type_void_star): Likewise.
25663
25664 2001-05-29 Kevin Buettner <kevinb@redhat.com>
25665
25666 * gdb.base/completion.exp (INPUTRC): Set this environment variable
25667 to a known value in order to get consistent results regardless
25668 of the setting of INPUTRC or the presence or contents of .inputrc.
25669
25670 2001-05-24 Michael Snyder <msnyder@redhat.com>
25671
25672 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
25673 Don't require that the main thread and the manager thread are the
25674 first in the list.
25675
25676 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
25677 debugging. If test fails, issue an "unsupported" not a "fail".
25678
25679 2001-05-24 Jim Blandy <jimb@redhat.com>
25680
25681 Don't assume that short is shorter than int.
25682 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
25683 assume that shorts are smaller than ints. On a 16-bit machine,
25684 this isn't true.
25685 ("print unsigned char == (~0)"): Add test that verifies that ~0,
25686 an int, is not equal to ~0 stored in an unsigned char. This tests
25687 the same thing that the previous test meant to, but works on
25688 16-bit machines, too.
25689 ("print unsigned char != (~0)"): Same test, complemented.
25690
25691 2001-05-24 Michael Snyder <msnyder@redhat.com>
25692
25693 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
25694 test for (full_coverage == 0). This makes the test run faster,
25695 and prevents dejagnu getting out of step.
25696
25697 2001-05-23 Kevin Buettner <kevinb@redhat.com>
25698
25699 * gdb.base/finish.exp (finish_void): Revise pattern for
25700 stopping on the call statement to not permit stopping at
25701 the start of the instructions comprising the call sequence.
25702
25703 2001-05-19 Michael Chastain <chastain@redhat.com>
25704
25705 * gdb.base/callfuncs.exp: Make all test names unique.
25706 * gdb.base/commands.exp: Make all test names unique.
25707 * gdb.base/condbreak.exp: Make all test names unique.
25708 * gdb.base/dbx.exp: Make all test names unique.
25709 * gdb.base/default.exp: Make all test names unique.
25710 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
25711 and TIMEOUT messages to their corresponding PASS message.
25712 * gdb.base/ending-run.exp: Make all test names unique.
25713 * gdb.base/long_long.exp: Remove duplicate test.
25714
25715 2001-05-21 Kevin Buettner <kevinb@redhat.com>
25716
25717 * gdb.base/finish.exp (finish_void): Allow "finish" command to
25718 stop on the call statement as well as the statement after the
25719 call.
25720
25721 2001-05-21 Michael Snyder <msnyder@redhat.com>
25722
25723 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
25724
25725 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
25726
25727 * gdb.base/completion.exp: Revamp test. Make it execute on all
25728 platforms.
25729
25730 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
25731
25732 * config/gdbserver.exp (gdb_load): Handle the case
25733 in which the arguments to gdbserver are given in the
25734 baseboard configuration file.
25735 Also handle the case in which the server needs to do a
25736 load.
25737
25738 2001-05-07 Keith Seitz <keiths@cygnus.com>
25739
25740 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
25741 set up the display for testing.
25742 (gdbtk_start): Convert all paths to paths that tcl will like.
25743 Export target information to environment.
25744 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
25745 necessary.
25746 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
25747 (to_tcl_path): New proc to convert a given pathname into
25748 a path acceptible as an argument to a tcl command.
25749 (_gdbtk_export_target_info): New proc to export target info
25750 into the environment for gdbtk testing.
25751 (gdbtk_done): New proc to signal end-of-test.
25752
25753 2001-05-06 Jim Blandy <jimb@redhat.com>
25754
25755 * restore.c: Make the code of caller0 correspond to its comment.
25756
25757 2001-05-03 Michael Snyder <msnyder@redhat.com>
25758
25759 * config/sid.exp (gdb_target_sid): Check for error messages.
25760 On error or timeout, don't make expect exit (which will terminate
25761 all subsequent tests); instead just make gdb exit.
25762 (gdb_load): Check for error messages. On error or timeout,
25763 return a negative value.
25764
25765 2001-04-24 Jim Blandy <jimb@redhat.com>
25766
25767 * gdb.c++/templates.exp: If we see the prompt for the overload
25768 list, but we haven't recognized any of the longer patterns,
25769 arrange for this test to fail, not hang.
25770
25771 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
25772 variations.
25773
25774 2001-04-22 Michael Chastain <chastain@redhat.com>
25775
25776 * gdb.c++/local.exp: Use the 'runto' library function.
25777 * gdb.c++/namespace.exp: Likewise.
25778 * gdb.c++/overload.exp: Likewise.
25779
25780 2001-03-26 Kevin Buettner <kevinb@redhat.com>
25781
25782 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
25783 * gdb.base/step-line.exp: New file. Test step/next in presence of
25784 #line directives.
25785 * gdb.base/step-line.c: New file. Test program for the above.
25786 * gdb.base/step-line.inp: New file. We pretend that this file has
25787 been transformed by some other tool into step-line.c.
25788
25789 2001-03-21 Jim Blandy <jimb@redhat.com>
25790
25791 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
25792 unmangled operator names.
25793
25794 2001-03-20 Jim Blandy <jimb@redhat.com>
25795
25796 * gdb.threads/linux-dp.exp: Recognize an additional message
25797 generated by GDB when it doesn't understand how to debug threads
25798 on the target system.
25799
25800 2001-03-19 Andrew Cagney <ac131313@redhat.com>
25801
25802 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
25803
25804 2001-03-12 Michael Chastain <chastain@redhat.com>
25805
25806 * gdb.c++/derivation.exp: Use the 'runto' library function.
25807
25808 2001-03-12 Michael Chastain <chastain@redhat.com>
25809
25810 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
25811
25812 2001-02-24 Michael Chastain <chastain@redhat.com>
25813
25814 * gdb.c++/ref-types.exp: Change handwritten code to library
25815 function 'runto'.
25816
25817 2001-03-16 Orjan Friberg <orjanf@axis.com>
25818
25819 * gdb.base/signals.exp: Set count to 0 explicitly.
25820
25821 2001-03-15 Mark Salter <msalter@redhat.com>
25822
25823 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
25824 (gdb_target_monitor): Add check of gdb_target_cmd return value.
25825 (gdb_load): Add support for additional target_info: gdb_download_size
25826 and gdb_load_timeout.
25827
25828 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
25829
25830 * gdb.base/annota1.exp: Move test of isnative to earlier in the
25831 file -- to prevent failing when the compile fails but we have no
25832 intention of running the tests anyway.
25833
25834 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
25835 tests if set.
25836
25837 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
25838 integers.
25839
25840 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
25841 * gdb.c++/namespace.exp: Ditto.
25842
25843 2001-03-07 Orjan Friberg <orjanf@axis.com>
25844
25845 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
25846 * gdb.base/pointers.exp: Relax pattern match of decimals.
25847
25848 2001-03-06 Kevin Buettner <kevinb@redhat.com>
25849
25850 * Makefile.in, config/abug.exp, config/cfdbug.exp,
25851 config/cpu32bug.exp, config/dve.exp, config/est.exp,
25852 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
25853 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
25854 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
25855 config/sh.exp, config/sid.exp, config/slite.exp,
25856 config/sparclet.exp, config/udi.exp, config/unknown.exp,
25857 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
25858 config/vxworks.exp, config/vxworks29k.exp,
25859 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
25860 gdb.base/all-bin.exp, gdb.base/annota1.exp,
25861 gdb.base/arithmet.exp, gdb.base/assign.exp,
25862 gdb.base/async.exp, gdb.base/attach.exp,
25863 gdb.base/bitfields.exp, gdb.base/bitops.exp,
25864 gdb.base/break.exp, gdb.base/call-ar-st.exp,
25865 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
25866 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
25867 gdb.base/commands.exp, gdb.base/completion.exp,
25868 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
25869 gdb.base/constvars.exp, gdb.base/corefile.exp,
25870 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
25871 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
25872 gdb.base/ending-run.exp, gdb.base/environ.exp,
25873 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
25874 gdb.base/finish.exp, gdb.base/foll-exec.exp,
25875 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
25876 gdb.base/funcargs.exp, gdb.base/help.exp,
25877 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
25878 gdb.base/logical.exp, gdb.base/long_long.exp,
25879 gdb.base/maint.exp, gdb.base/mips_pro.exp,
25880 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
25881 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
25882 gdb.base/pointers.exp, gdb.base/printcmds.exp,
25883 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
25884 gdb.base/regs.exp, gdb.base/relational.exp,
25885 gdb.base/remote.exp, gdb.base/reread.exp,
25886 gdb.base/restore.exp, gdb.base/return2.exp,
25887 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
25888 gdb.base/selftest.exp, gdb.base/setshow.exp,
25889 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
25890 gdb.base/sigall.exp, gdb.base/signals.exp,
25891 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
25892 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
25893 gdb.base/step-test.exp, gdb.base/structs.c,
25894 gdb.base/structs.exp, gdb.base/structs2.exp,
25895 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
25896 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
25897 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
25898 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
25899 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
25900 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
25901 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
25902 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
25903 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
25904 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
25905 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
25906 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
25907 gdb.fortran/types.exp, gdb.java/jmisc.exp,
25908 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
25909 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
25910 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
25911 gdb.trace/circ.exp, gdb.trace/collection.exp,
25912 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
25913 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
25914 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
25915 gdb.trace/report.exp, gdb.trace/save-trace.exp,
25916 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
25917 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
25918 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
25919 notices.
25920
25921 2001-02-27 Michael Snyder <msnyder@cygnus.com>
25922
25923 * gdb.base/varargs.c (find_max_double): Fix printf format string:
25924 first arg is int not float.
25925
25926 2001-02-22 Michael Snyder <msnyder@cygnus.com>
25927
25928 * gdb.base/reread.exp: Unsupported for non-native targets;
25929 doesn't work for remote debugging.
25930
25931 2001-02-19 Fernando Nasser <fnasser@redhat.com>
25932
25933 From Drew Moseley <dmoseley@redhat.com>
25934 * gdb.base/ending-run.exp: Properly handle the BSP state when
25935 stepping past the end of main.
25936
25937 2001-02-19 John Moore <jmoore@redhat.com>
25938
25939 * gdb.base/commands.exp (infrun_breakpoint_command_test):
25940 Converted HPUX fix for non-expected items following multiple
25941 step commands into general solution for all platforms.
25942
25943 2001-02-18 Michael Chastain <chastain@redhat.com>
25944
25945 * gdb.c++/classes.exp (do_tests): Change runto statements
25946 from "runto 'foo(void)'" to "runto 'foo'". This makes the
25947 statements demangler agnostic.
25948 * gdb.c++/virtfunc.exp (do_tests): Likewise.
25949 (gdb_virtfunc_restart): Likewise.
25950
25951 2001-02-14 Michael Chastain <chastain@redhat.com>
25952
25953 * gdb.c++/inherit.exp (do_tests): Change runto statements
25954 from "runto 'foo(void)'" to "runto 'foo'". This makes the
25955 statements demangler agnostic.
25956
25957 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
25958
25959 * gdb.threads/pthreads.exp: Unify pass/fail messages for
25960 ``continue to bkpt at common_routine in thread 2'' and ``stopped
25961 before calling common_routine 15 times'' tests.
25962
25963 2001-02-11 Michael Chastain <chastain@redhat.com>
25964
25965 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
25966 Helps the test script figure out which demangler is in use.
25967 (dm_type_foo_ref): Ditto.
25968 (dm_type_int_star): Ditto.
25969 (dm_type_long_star): Ditto.
25970 (dm_type_unsigned_int): Ditto.
25971 (dm_type_void): Ditto.
25972 (dm_type_void_star): Ditto.
25973 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
25974 Probe the gdb demangler and set variables to accommodate
25975 formatting differences.
25976 (info_func_regexp): New function. Same as info_func, but
25977 matches against a regexp.
25978 (info_func): Match against a literal string.
25979 (print_addr_2): New function. Match against a literal string,
25980 which can be different from the input to gdb.
25981 (print_addr): Simply call print_addr_2 with the same argument twice.
25982 (test_lookup_operator_functions): Use demangler formatting variables.
25983 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
25984 the tests in the same order as the C++ class declaration.
25985 (test_paddr_operator_functions): Ditto.
25986 (test_paddr_overloaded_functions): Ditto.
25987 (test_paddr_hairy_functions): Use demangler formatting variables.
25988 Add reference to gdb/19 for related tests.
25989 (do_tests): Call probe_demangler.
25990
25991 2001-01-30 Kevin Buettner <kevinb@redhat.com>
25992
25993 * gdb.c++/templates.cc (printf): Remove unused function definition.
25994
25995 2001-01-26 Felix Lee <flee@redhat.com>
25996
25997 * sid.exp (sid_exit): Pass host, not target, to remote_close.
25998
25999 2001-01-25 matthew green <mrg@redhat.com>
26000
26001 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
26002 up sid.
26003 (sid_exit): Call `remote_pop_conn' after GDB is gone.
26004
26005 2001-01-25 matthew green <mrg@redhat.com>
26006
26007 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
26008 Deprecate $sid_spawn_id.
26009 (sid_exit): Remove code necessary only for `spawn.'
26010
26011 2001-01-25 matthew green <mrg@redhat.com>
26012
26013 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
26014
26015 2001-01-28 Michael Chastain <chastain@redhat.com>
26016
26017 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
26018 to call when tests fail. It takes gdb out of the overloaded
26019 function choice menu back to the main prompt, so that the test
26020 program stays synchronized.
26021 (set_bp_overloaded): New proc to collect all the common
26022 code for setting a breakpoint on an overloaded name. Calls
26023 take_gdb_out_of_choice_menu when needed.
26024 (menu_overload1arg): New variable to collect the repeated
26025 instances of the expected menu for an overloaded name. Change
26026 the regular expression to handle changes in g++ type encoding:
26027 "void" can be either "void" or "", and "unsigned int" can be
26028 either "unsigned int" or "unsigned".
26029 (continue_to_bp_overloaded): Change regular expressions to handle
26030 changes in g++ type encoding.
26031 (no proc): Call take_gdb_out_of_choice_menu when needed.
26032 Remove redundant calls to "info break". Accept either "canceled"
26033 or "cancelled". Change regular expressions in "info break"
26034 calls to handle changes in g++ type encoding. Give all tests
26035 unique strings.
26036
26037 2001-01-17 Ben Elliston <bje@redhat.com>
26038
26039 * config/sid.exp: New file.
26040
26041 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
26042
26043 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
26044
26045 2000-12-21 Michael Snyder <msnyder@cygnus.com>
26046
26047 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
26048 Add a RE to accept a non-ascii char if one is ever presented.
26049
26050 2000-12-20 Fernando Nasser <fnasser@redhat.com>
26051
26052 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
26053
26054 2000-12-18 Michael Snyder <msnyder@cygnus.com>
26055
26056 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
26057 in regexp. One '\' does not suffice on Linux.
26058
26059 2000-12-09 Michael Chastain <chastain@redhat.com>
26060
26061 * gdb.base/break.exp (test_clear_command): Use a marker function
26062 rather than 'main' for the test function. Also move this
26063 test to an execution point where the marker function names are
26064 guaranteed to be bound to functions. (Executing tests after a
26065 'finish' from main runs into name conflicts with local names
26066 in __libc_start_main).
26067
26068 2000-12-07 Michael Snyder <msnyder@cygnus.com>
26069
26070 * gdb.base/finish.exp: New test for gdb's "finish" command.
26071 * gdb.base/return2.exp: New test for gdb's "return" command.
26072 * gdb.base/return2.c: New source file for above.
26073
26074 2000-12-05 Michael Snyder <msnyder@cygnus.com>
26075
26076 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
26077 * gdb.base/miscexprs.exp: Ditto.
26078 * gdb.base/pointers.exp: Ditto.
26079 * gdb.c++/derivation.exp: Ditto.
26080 * gdb.c++/local.exp: Ditto.
26081 * gdb.c++/namespace.exp: Ditto.
26082 * gdb.c++/overload.exp: Ditto.
26083 * gdb.c++/ref-types.exp: Ditto.
26084
26085 2000-12-05 Michael Snyder <msnyder@cygnus.com>
26086
26087 * gdb.base/constvars.exp: Test result of "up" command.
26088 * gdb.base/miscexprs.exp: Ditto.
26089 * gdb.base/pointers.exp: Ditto.
26090 * gdb.base/scope.exp: Ditto.
26091 * gdb.c++/derivation.exp: Ditto.
26092 * gdb.c++/local.exp: Ditto.
26093 * gdb.c++/namespace.exp: Ditto.
26094 * gdb.c++/overload.exp: Ditto.
26095 * gdb.c++/ref-types.exp: Ditto.
26096
26097 2000-11-22 Michael Chastain <chastain@redhat.com>
26098
26099 * mips_pro.exp: Accept either "middle -> top -> main" or
26100 "middle -> main" in the backtrace, because gcc can optimize
26101 tail calls to jumps. Remove setup_xfail for the hppa case.
26102 Add a comment with the original warning messages from PR 3016,
26103 which was filed in 1993, to preserve them for posterity.
26104
26105 2000-11-17 Nick Duffek <nsd@redhat.com>
26106
26107 * lib/gdb.exp (gdb_test): Override timeout with board info.
26108
26109 2000-11-17 Nick Duffek <nsd@redhat.com>
26110
26111 * gdb.base/display.exp: Don't kill running stub. Add "again" to
26112 the second kill and detach messages.
26113
26114 2000-11-17 Nick Duffek <nsd@redhat.com>
26115
26116 * configure.in: Add AC_EXEEXT.
26117 * configure: Regenerate.
26118 * Makefile.in (just-check): Export EXEEXT.
26119 * lib/gdb.exp ($EXEEXT): Import from environment.
26120 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
26121 expect "maint dump-me" on Cygwin.
26122 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
26123 $EXEEXT.
26124
26125 2000-11-17 Nick Duffek <nsd@redhat.com>
26126
26127 * gdb.base/break.exp: Test backtrace and finish from called
26128 function on all platforms, not just HP-UX.
26129
26130 2000-11-03 Michael Snyder <msnyder@cygnus.com>
26131
26132 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
26133 code from gdb_target_monitor, so it can be used independantly
26134 for gdbserver. Also comment out an unnecessary PUTS.
26135
26136 2000-11-03 Michael Snyder <msnyder@cygnus.com>
26137
26138 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
26139 * gdb.base/corefile.exp: Expect the message "Program is being
26140 debugged already" when we send the "corefile" command, since
26141 the preceeding gdb_load may have connected gdb to a remote target.
26142 * gdb.base/display.exp: Disable hardware watchpoints if new
26143 board info variable "no_hardware_watchpoints" is true.
26144 Replace single-letter commands with more readable ones.
26145 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
26146 if new board info variable "no_hardware_watchpoints" is true.
26147 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
26148 to see if stdio (printf) testing is possible.
26149 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
26150 board info variable "no_hardware_watchpoints" is true. Use new
26151 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
26152
26153 2000-11-13 Fernando Nasser <fnasser@redhat.com>
26154
26155 From Orjan Friberg <orjanf@axis.com>:
26156 * gdb.base/printcmds.exp: Escape curly braces followed by a number
26157 in array print pattern match.
26158
26159 2000-11-09 Fernando Nasser <fnasser@redhat.com>
26160
26161 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
26162 spelling "cancelled" to U.S. spelling "canceled" to match changes
26163 made to gdb.
26164 * gdb.c++/ovldbreak.exp: Ditto.
26165
26166 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
26167
26168 * gdb.base/callfuncs.c (main): Moved to end of file, call
26169 t_double_values to initialize the FPU before inferior calls are made.
26170 * gdb.base/callfuncs.exp: Test for register preservation after calling
26171 inferior functions. Add tests for continuining, finishing and
26172 returning from a stop in a call dummy.
26173
26174 2000-10-24 Michael Snyder <msnyder@cygnus.com>
26175
26176 * gdb.base/commands.exp: Break up long lines, and re-indent.
26177
26178 2000-10-19 Michael Snyder <msnyder@cygnus.com>
26179
26180 * config/gdbserver.exp: Rewritten from the ground up, to make it
26181 compatible with the current dejagnu tree, and to make it work with
26182 the new "gdbserver" in libremote.
26183
26184 2000-10-16 Michael Snyder <msnyder@cygnus.com>
26185
26186 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
26187 * gdb.base/varargs.exp: Skip entire test if no printf support.
26188 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
26189 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
26190
26191 2000-10-13 Michael Snyder <msnyder@cygnus.com>
26192
26193 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
26194 no floating point support.
26195 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
26196 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
26197 * gdb.base/call-rt-st.exp: Ditto.
26198 * gdb.base/call-strs.exp: Ditto.
26199
26200 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
26201
26202 * gdb.base/sizeof.c: include <stdio.h>.
26203
26204 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
26205 'finish', otherwise uncaptured gdb_prompt would potentially
26206 throw remaining test points out of sync.
26207
26208 2000-07-26 Scott Bambrough <scottb@netwinder.org>
26209
26210 * gdb.base/recurse.exp: Run tests for all targets.
26211 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
26212 gnu-oldld case on ARM.
26213 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
26214 for ARM targets.
26215
26216 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
26217
26218 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
26219 * gdb.java/configure: Rebuild.
26220
26221 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
26222
26223 * gdb.java/jv-exp.exp: New file.
26224
26225 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
26226
26227 * configure: Rebuilt.
26228 * configure.in (configdirs): Add gdb.java.
26229 * gdb.java/jmisc.java: New file.
26230 * gdb.java/jmisc.exp: New file.
26231 * gdb.java/Makefile.in: New file.
26232 * gdb.java/configure: Rebuilt.
26233 * gdb.java/configure.in: New file.
26234 * lib/java.exp: New file.
26235
26236 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
26237
26238 * gdb.base/exprs.exp: Test casts to a pointer including over and
26239 underflow.
26240
26241 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
26242
26243 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
26244 and the compilers sizes.
26245
26246 2000-07-09 Nick Duffek <nsd@redhat.com>
26247
26248 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
26249 (use_methods): New function.
26250 (main): Call use_methods().
26251 * gdb.c++/classes.exp (test_method_param_class): New procedure.
26252 (do_tests): Call test_method_param_class.
26253
26254 2000-07-09 Nick Duffek <nsd@redhat.com>
26255
26256 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
26257 spelling.
26258 (test_enums): New procedure. Move enum tests from end of script
26259 to here. Set breakpoint on function name instead of line number.
26260 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
26261 (enums2): New marker function.
26262 (enums1): New function.
26263 (main): Call enums1(). Move enum tests to enums1().
26264
26265 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
26266
26267 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
26268 compile/link program. Update line numbers.
26269 * gdb.asm/d10v.inc: Define ``startup''.
26270 * gdb.asm/asmsrc1.s: Add definition of _start.
26271
26272 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
26273
26274 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
26275
26276 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26277
26278 * gdb.base/maint.exp: Add 'maint print architecture' item to output
26279 of 'help maint print' command.
26280
26281 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
26282
26283 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
26284 they use gdb_expect_list.
26285
26286 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
26287
26288 * gdb.base/commands.exp: Use ``set remote
26289 memory-read-packet-size'' instead of ``set endian big'' to test
26290 long commands.
26291
26292 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
26293
26294 * gdb.c++/templates.exp (do_tests): Make all of these work under
26295 g++, and stop skipping them.
26296
26297 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
26298 work under g++.
26299
26300 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
26301 initialization.
26302
26303 2000-06-02 Michael Snyder <msnyder@cygnus.com>
26304
26305 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
26306 the regular expression: accept an (almost) arbitrary sequence of
26307 "frames-invalid" and "breakpoints-invalid" messages both before
26308 and after the "starting" message.
26309
26310 2000-06-02 Michael Snyder <msnyder@cygnus.com>
26311
26312 * gdb.c++/local.exp: This test has never been known to work with g++.
26313
26314 2000-05-18 Michael Snyder <msnyder@cygnus.com>
26315
26316 * gdb.base/annota1.exp (annotate-signal-handler-caller):
26317 Relax the regular expression a little, make it pass on Solaris 8.
26318
26319 2000-05-12 Kevin Buettner <kevinb@redhat.com>
26320
26321 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
26322 a call, do not require that gdb stop on the line after the call.
26323 Instead, it is permissible for gdb to stop on the line of the
26324 call itself.
26325
26326 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
26327
26328 * gdb.base/break.exp (bp on small function, optimized file):
26329 Add a second pass pattern. The behavior differs here between stabs
26330 and dwarf for one-line functions. Stabs preserves two line symbols
26331 (one before the prologue and one after) with the same line number,
26332 but dwarf regards these as duplicates and discards one of them.
26333 Therefore the address after the prologue (where the breakpoint is)
26334 has no exactly matching line symbol, and GDB reports the breakpoint
26335 as if it were in the middle of a line rather than at the beginning.
26336
26337 2000-05-08 Michael Snyder <msnyder@cygnus.com>
26338
26339 * gdb.base/interrupt.exp: Make "pass" message say "send"
26340 rather than "send_gdb" (for consistancy).
26341
26342 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
26343
26344 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
26345 * gdb.c++/templates.cc: Properly check for GCC version number.
26346 * lib/compiler.cc: Likewise
26347
26348 2000-04-28 Michael Snyder <msnyder@cygnus.com>
26349
26350 * gdb.base/break.exp: When compiled with -O2 optimization,
26351 gdb may not stop at the first line of main, due to code motion.
26352
26353 2000-04-26 Michael Snyder <msnyder@cygnus.com>
26354
26355 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
26356 This test depends on parsing the printf output from the target.
26357 Since the sparclet stub doesn't do stdio, this will never work.
26358 * gdb.base/call-rt-st.exp: ditto.
26359 * gdb.base/call-strs: ditto.
26360
26361 2000-04-24 Michael Snyder <msnyder@cygnus.com>
26362
26363 * gdb.base/miscexprs.exp: make sizeof long array test portable.
26364
26365 * gdb.base/ending-run.exp: After connecting to a remote target,
26366 but before running, the target will appear to be in a random
26367 location. Specify both a file and a line for breakpoints.
26368 Also, the function that calls main may be called 'init'
26369 rather than 'start'.
26370
26371 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26372
26373 * gdb.base/help.exp: Update output for add-symbol-file command.
26374
26375 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
26376
26377 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
26378 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
26379
26380 2000-04-07 J.T. Conklin <jtc@redback.com>
26381
26382 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
26383
26384 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
26385
26386 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
26387
26388 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
26389 values that can be represented exactly.
26390 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
26391 above change, and to not check against the directory part of the source
26392 file name.
26393 (step into print_long_arg_list): Likewise.
26394 (print print_small_structs from print_long_arg_list): Likewise.
26395 (print print_long_arg_list): Likewise.
26396
26397 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26398
26399 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
26400
26401 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
26402
26403 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
26404
26405 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
26406
26407 * gdb.base/commands.exp (deprecated_command_test): Add test for
26408 deprecate with no arguments.
26409
26410 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
26411
26412 * gdb.base/break.exp: Add new test for setting breakpoints on
26413 optimized code so we can test breakpoints work even when function
26414 prologues may be optimized away
26415
26416 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
26417
26418 From David Whedon <dwhedon@gordian.com>
26419 * gdb.base/commands.exp : Added command deprecator tests.
26420
26421 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
26422
26423 * gdb.base/help.exp: Added test for new apropos command.
26424
26425 2000-03-21 Kevin Buettner <kevinb@redhat.com>
26426
26427 * gdb.base/pointers.c (usevar): New function.
26428 (main): Make sure that global variables v_int_pointer2, rptr,
26429 and y are all referenced someplace in the program by calling
26430 usevar() on them. [Some linkers delete symbols which are
26431 never referenced. The space remains, but there's no way to
26432 get a (symbolic) handle on the variable from the debugger.]
26433
26434 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26435
26436 * gdb.base/printcmds.c: Add typedeffed arrays.
26437
26438 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
26439 procedure to test arrays that are typedef'd.
26440
26441 2000-03-13 James Ingham <jingham@leda.cygnus.com>
26442
26443 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
26444 the library directories.
26445
26446 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
26447
26448 * configure.in (configdirs): Add sub directory gdb.mi.
26449 * configure: Re-generate.
26450
26451 * gdb.mi: New directory.
26452
26453 2000-02-25 Scott Bambrough <scottb@netwinder.org>
26454
26455 * gdb.base/long_long.exp: Correct test suite failure when printing
26456 a long long value as a double on ARM platforms.
26457
26458 2000-02-16 Jim Blandy <jimb@redhat.com>
26459
26460 * gdb.base/break.exp ("breakpoint line number"): Make sure the
26461 default source file is set properly before running this test.
26462
26463 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26464
26465 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
26466 gdbtk/library directory, not in gdbtcl2.
26467
26468 2000-02-04 Jim Blandy <jimb@redhat.com>
26469
26470 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
26471 backslash from regexp pattern.
26472
26473 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
26474 procedure. Use it to run all the "continue to bp overloaded"
26475 tests. Note that this changes the names of the tests slightly.
26476 If the breakpoint hit message includes a hex PC value, because
26477 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
26478 from the real source code, still consider that a pass.
26479
26480 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
26481 XFAIL here if the breakpoint message contains a hex address. Note
26482 similar change on 1999-11-02.
26483
26484 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
26485
26486 * gdb.base/ptype.exp: Establish a default source file before
26487 calling get_debug_format.
26488
26489 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
26490
26491 * gdb.base/watchpoint.exp: Remove duplication of test messages.
26492
26493 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
26494
26495 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
26496 of successive stepi commands -- while in the prologue we should see
26497 the function entry bracket.
26498
26499 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
26500
26501 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
26502 reach __change_mode() when stepping through the end of main().
26503
26504 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
26505
26506 * gdb.base/default.exp: Fix expected pattern.
26507 * gdb.base/help.exp: Same.
26508
26509 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26510
26511 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
26512 Don't use xfail's because that affects only the following test.
26513
26514 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
26515 solaris or linux.
26516
26517 * gdb.base/selftest.exp: Update to reflect changes to main.c.
26518
26519 2000-01-07 Michael Snyder <msnyder@cygnus.com>
26520
26521 * gdb.base/display.exp: Some yacc parsers like to say
26522 "A syntax error" rather than "A parse error". Accept both.
26523
26524 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
26525
26526 * gdb.base/default.exp: Remove OS dependent string from "target
26527 remote" test.
26528 * gdb.base/help.exp: Same for "help target remote" test.
26529
26530 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26531
26532 From Jim Kingdon <kingdon@redhat.com>:
26533
26534 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
26535 prompt (cleanup rather than necessity, but still might keep output
26536 from spilling to next test).
26537
26538 2000-01-02 Fred Fish <fnf@cygnus.com>
26539
26540 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
26541 AIX, which defines them in <sys/types.h>.
26542
26543 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
26544
26545 * gdb.base/default.exp: Match arm* etc instead of arm in "info
26546 float" test.
26547
26548 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
26549
26550 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
26551
26552 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
26553 outermost frame disallowed".
26554
26555 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
26556
26557 * gdb.base/setvar.exp: New tests for setting the value of a struct
26558 with a constant list.
26559
26560 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
26561
26562 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
26563 require the user to type a cast before setting the value of a struct.
26564
26565 1999-12-06 Jim Blandy <jimb@cygnus.com>
26566
26567 * gdb.base/default.exp: Expect the new 'info float' command on
26568 all i386 platforms.
26569
26570 * gdb.threads/linux-dp.exp: Expand our ability to recognize
26571 LinuxThreads libraries that don't support debugging.
26572
26573 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
26574
26575 * gdb.base/remote.c: Fill the buffer with truely random data.
26576 Change the buffer type to ``unsigned char'' to simplify size
26577 arithmetic.
26578
26579 * gdb.base/remote.exp: Reduce download numbers by one. Typical
26580 stub only handles 400-1 byte packets. Verify that the download
26581 worked.
26582
26583 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
26584
26585 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
26586 tests, using UNRESOLVED for the untested cases. Also, does not wait
26587 for a timeout if the prompt was received before a recognizable pattern.
26588
26589 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
26590
26591 * lib/gdb.exp (gdb_expect_list): Fix spelling.
26592
26593 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26594
26595 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
26596 watchpoints.
26597
26598 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
26599
26600 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
26601
26602 * gdb.c++/local.exp: Be more flexible in recognizing local class
26603 name mangling. Don't allow horribly truncated method names.
26604 * gdb.c++/derivation.exp: Expect protected inheritance.
26605 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
26606 * gdb.c++/virtfunc.exp: Likewise.
26607 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
26608 when printing a nested enum.
26609
26610 1999-11-22 Jim Blandy <jimb@cygnus.com>
26611
26612 * gdb.base/step-test.exp: Properly await GDB's response to setting
26613 a breakpoint on the call to large_struct_by_value.
26614
26615 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
26616 just because we have debug info for the `start' function.
26617
26618 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
26619
26620 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
26621 "Unknown signal" messages, which indicate (on LinuxThreads) that
26622 GDB doesn't know how to debug threads on this system. This is
26623 better than hanging while philosopher 0 dumps chatter into gdb.log.
26624
26625 1999-11-18 Tom Tromey <tromey@cygnus.com>
26626
26627 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
26628
26629 1999-11-18 Fred Fish <fnf@cygnus.com>
26630
26631 * gdb.base/coremaker2.c: Add sample program for generating
26632 cores that is more self contained than coremaker.c. Eventually
26633 I'll add more code to this and tie it into the testsuite.
26634
26635 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
26636
26637 * gdb.base/dollar.exp: Remove, now in gdb.hp.
26638
26639 1999-11-10 Jimmy Guo <guo@cup.hp.com>
26640
26641 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
26642 from $srcdir/lib/.
26643 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
26644 and gdb.c++/.
26645
26646 * gdb.c++/derivation.exp: remove redundant get compiler info code.
26647
26648 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
26649 'continue with watch' test point.
26650
26651 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
26652
26653 Merged from p2linux-990323-branch:
26654
26655 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
26656
26657 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
26658
26659 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
26660 {limit,fixed}''. Test ``set download-write-size''.
26661
26662 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
26663
26664 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
26665 gdb_expect_list.
26666
26667 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
26668
26669 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
26670
26671 1999-11-03 Mark Salter <msalter@cygnus.com>
26672
26673 * gdb.base/break.exp: Fix "stub continue" pattern.
26674
26675 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
26676
26677 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
26678
26679 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
26680
26681 * gdb.base/display.exp ("finish"): Add timeout clause.
26682
26683 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
26684 plain prompt clause, so this doesn't have to time out in order to
26685 fail.
26686
26687 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
26688 breakpoint hit messages include an address.
26689
26690 * gdb.base/display.exp: Don't forget to escape parens in regular
26691 expressions. Unix regexp notatation sucks.
26692
26693 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26694
26695 * gdb.base/annota1.exp: Test for annotate-signalled: change output
26696 order for 'signalled' message.
26697
26698 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
26699
26700 From Jimmy Guo <guo@cup.hp.com>:
26701 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
26702 * gdb.base/annota1.c: Add code for tests to work with.
26703
26704 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
26705
26706 * gdb.base/remote.exp: New test for remote downloading settings.
26707 * gdb.base/remote.c: New file with large .data.
26708
26709 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
26710
26711 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
26712 for LinuxThreads support, merged from the Code Fusion branch.
26713
26714 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
26715
26716 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
26717 containing exp_continue into a while within an expect. Don't
26718 attempt a start more than three times. Check return value from
26719 gdb_load.
26720
26721 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
26722
26723 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
26724 a pass case.
26725
26726 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
26727
26728 * gdb.base/break.c (main): Added a statement that we can step
26729 off of.
26730 * gdb.base/break.exp: Added tests for setting a breakpoint
26731 at an offset and stepping onto a breakpoint.
26732
26733 1999-10-01 Fred Fish <fnf@cygnus.com>
26734
26735 * gdb.base/help.exp (help add-symbol-file): Update to match current
26736 gdb output.
26737
26738 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
26739
26740 * gdb.base/break.exp: Code locations are in hex, don't forget!
26741 (For HP-UX.)
26742
26743 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
26744
26745 * condbreak.exp: Use break.c as test program.
26746 * condbreak.c: Remove, redundant with break.c.
26747
26748 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
26749
26750 * config/monitor.exp (gdb_target_monitor): Disable X- and
26751 Z-packets if the target needs it.
26752
26753 1999-09-13 James Ingham <jingham@leda.cygnus.com>
26754
26755 * gdb.c++/overload.exp: Added tests for listing overloaded
26756 functions with function pointers in the arg, explicitly calling
26757 out the version you want.
26758
26759 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
26760
26761 * long_long.exp: Add variations of test cases that work for
26762 targets with 16-bit ints and 32-bit doubles.
26763
26764 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
26765
26766 * break.c (main): Compare a possibly-uninitialized argc with an
26767 unlikely value that fits in 16 bits.
26768
26769 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
26770
26771 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
26772 0xfeeb, don't want negative numbers if ints are 16 bits.
26773
26774 * lib/gdb.exp (skip_cplus_tests): New proc.
26775 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
26776 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
26777 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
26778 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
26779 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
26780 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
26781 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
26782 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
26783
26784 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
26785
26786 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
26787
26788 * gdb.base/corefile.exp (up): Allow a parameter to appear
26789 in the frame that we're going up to.
26790
26791 From Jim Blandy <jimb@cygnus.com>:
26792
26793 * gdb.base/default.exp (info float): Expect some output now.
26794
26795 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
26796 returning floating-point values to fail on the x86.
26797 * gdb.base/callfwmall.exp (do_function_calls): Same.
26798
26799 * gdb.base/list.exp (test_listsize): Correct expectations for
26800 listing line 1 with listsize 2. Also, listing a single line
26801 works now, as does listing three lines. [Kevin's note: There
26802 were a number of other cases fixed too where the expectations
26803 differed...]
26804
26805 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
26806
26807 * gdb.base/selftest.exp: Add case for when version prints as
26808 constant string instead of char pointer.
26809
26810 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
26811
26812 * gdb.base/ending-run.exp: Add Solaris case for what happens when
26813 stepping out of main.
26814
26815 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
26816 G++ used.
26817
26818 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
26819 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
26820
26821 * gdb.c++/ovldbreak.exp: Update match string in test that
26822 includes a warning of multiple breakpoints.
26823
26824 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
26825
26826 * gdb.base/display.exp: Improve precision of step-after-finish
26827 added yesterday.
26828
26829 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
26830 test.
26831
26832 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
26833 configs when using G++, not just hppa*.
26834
26835 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26836
26837 * gdb.base/async.c: New file.
26838 * gdb.base/async.exp: New file.
26839
26840 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
26841
26842 * gdb.base/break.exp: Tweak PA specific tests to properly handle
26843 PA64.
26844
26845 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
26846
26847 * gdb.base/display.exp: "finish" can leave us mid-line on many
26848 targets, deal with it. Add a small constant to main, instead of
26849 1000 since main+1000 may not be a valid address in the target.
26850
26851 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
26852 on hpux11.
26853
26854 * gdb.base/attach.exp: Handle another hpux11 error message variant
26855 when attaching to a process that does not exist.
26856
26857 1999-08-19 J.T. Conklin <jtc@redback.com>
26858
26859 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
26860 characters in 'continue to 1241' test.
26861
26862 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
26863
26864 * gdb.base/call-ar-st.exp: Add a shorter match case for the
26865 stop in print_long_arg_list, define and use a whitespace
26866 variable in print_small_structs test, add an XFAIL for Solaris.
26867 * gdb.base/dbx.exp: XFAIL func commands until somebody is
26868 interested enough to fix.
26869
26870 1999-08-13 Keith Seitz <keiths@cygnus.com>
26871
26872 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
26873 (dbx_gdb_load): Remove. Use gdb_load instead, since that
26874 proc knows about targets other than the natives.
26875 (test_assign): Use "gdb_run_cmd" to "run" the target.
26876 Check that we've actually hit the breakpoint at main.
26877 When we attempt to assign a value to a local variable, check
26878 that the variable is in the current scope, i.e., don't use
26879 a test with an empty result.
26880
26881 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
26882
26883 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
26884 command.
26885
26886 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
26887
26888 From Jimmy Guo <guo@cup.hp.com> and others at HP:
26889 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
26890 gdb.compat, gdb.threads-hp.
26891 gdb.hp/configure, gdb.hp/configure.in: New files.
26892 gdb.hp/Makefile.in: Recurse into new subdirs.
26893 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
26894 gdb.hp/gdb.objdbg: New directory, tests for debugging info
26895 in object files.
26896 gdb.hp/tools: New directory, aux tools for HP-specific tests.
26897
26898 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
26899
26900 * gdb.base/display.exp: Help expect by putting a newline in the
26901 funky printf, remove a bogus p/a test.
26902
26903 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26904
26905 * gdb.base/display.exp: Make sure that when we say 'run', we are
26906 connected to the target. This is necessary when running not
26907 natively.
26908
26909 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
26910
26911 * gdb.base/step-test.exp: Removed some extraneous messages.
26912
26913 * gdb.base/long_long.exp: Don't run memory examination tests
26914 on little-endian targets (they will need a different set of
26915 results to match).
26916
26917 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
26918
26919 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
26920 until somebody decides to fix GDB.
26921
26922 * gdb.base/long_long.c: Stop compiler complaint by specifying long
26923 constant as "ULL".
26924 * gdb.base/long_long.exp: Loosen x/c test, add partial result
26925 matches for a couple x/2 commands.
26926
26927 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
26928
26929 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
26930 by merging in ref-types2 tests.
26931 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
26932
26933 From Jimmy Guo <guo@cup.hp.com> and others at HP:
26934 * gdb.c++/Makefile.in: Add standard actions.
26935 (EXECUTABLES): Rename from PROGS, update list.
26936 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
26937 from gdb.hp.
26938 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
26939 foo and bar locals.
26940 * gdb.c++/anon-union.exp: Fix tests to match.
26941 * gdb.c++/classes.exp: Run if HP compiler used, add extra
26942 expect matches to handle output variations.
26943 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
26944 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
26945 output, add HP alternatives for new and delete prints.
26946 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
26947 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
26948 * gdb.c++/demangle.exp: Use $style when reporting failure.
26949 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
26950 * gdb.c++/inherit.exp: Run if HP compiler used, add some
26951 match alternatives.
26952 * gdb.c++/local.exp: Add match alternatives or xfails for HP
26953 compilers.
26954 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
26955 * gdb.c++/method.exp: Add match alternatives.
26956 * gdb.c++/misc.cc: Add bool types.
26957 * gdb.c++/misc.exp: Add tests for bool types.
26958 * gdb.c++/overload.exp: Add xfails.
26959 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
26960 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
26961 add some more template parameter tests (only for HP currently).
26962 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
26963 * gdb.c++/virtfunc.cc: Add return type and value for main.
26964 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
26965 match alternatives.
26966
26967 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26968
26969 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
26970
26971 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
26972
26973 * gdb.base/signals.exp: Don't expect getting a backtrace from
26974 within a signal handler to fail on Linux.
26975
26976 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
26977
26978 From Jimmy Guo <guo@cup.hp.com> and others at HP:
26979 * lib/gdb.exp: Remove some gratuitious semicolons.
26980 (delete_breakpoints): Increase timeout.
26981 (gdb_expect): Add -notransfer option.
26982 (gdb_test): Use -notransfer option.
26983 (get_compiler_info): Add f77 case.
26984 (get_compiler): New proc, split out from gdb_preprocess, add f77
26985 case.
26986 (gdb_preprocess): Call get_compiler.
26987
26988 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
26989 * gdb.base/attach.exp, gdb.base/display.exp,
26990 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
26991 gdb.base/long_long.exp, gdb.base/printcmds.exp,
26992 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
26993 third arg to gdb_test.
26994 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
26995 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
26996 HP-UX xfails, add others.
26997 * gdb.base/completion.exp: Reflect name change of self-test.
26998 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
26999 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
27000 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
27001 HP failure number.
27002 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
27003 useless HP-UX 10.30 references.
27004 * gdb.base/maint.exp: Loosen matches.
27005 * gdb.base/pointers.c (main): Declare more_code.
27006 * gdb.base/pointers.exp: Match on output of a `next'.
27007 * gdb.base/structs.c: Add prototypes.
27008 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
27009 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
27010
27011 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27012
27013 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
27014 command.
27015
27016 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27017
27018 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
27019 Fix run to main failures. Watchpoint can be hardware watchpoint.
27020
27021 * gdb.base/annota1.exp: Clean up some more, in case printf has
27022 debug info. Deal with lack of signal hanlder info in stack.
27023
27024 From Jim Kingdon <kingdon@redhat.com>:
27025 * gdb.base/annota1.exp: If printf has debug info, deal with it.
27026
27027 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
27028
27029 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
27030 gdb.base/foll-vfork.exp: Don't run for crosses.
27031
27032 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
27033
27034 * gdb.base/configure.in: Check for gdbvars.exp instead of
27035 a1-selftest.exp.
27036 * gdb.base/configure: Re-generate.
27037
27038 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
27039
27040 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
27041 in trying to run first and name is too long.
27042
27043 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
27044 pointers2.c and pointers2.exp, respectively.
27045 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
27046 doschk happier.
27047
27048 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
27049
27050 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
27051 callfuncs2.c and callfuncs2.exp.
27052
27053 * gdb.base/list.exp: Remove mistaken xfails.
27054 * gdb.base/list0.h: Add optional prototypes.
27055
27056 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
27057
27058 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
27059 calling malloc.
27060 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
27061 * ptype.exp: Move test for get_debug_format to before its first
27062 use.
27063
27064 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27065
27066 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
27067 * gdb.base/annota2.cc, annota2.exp: Move from here.
27068 * gdb.c++/annota2.cc, annota2.exp: To here.
27069 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
27070
27071 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
27072
27073 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
27074 a consistent format.
27075
27076 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
27077
27078 From Jimmy Guo <guo@cup.hp.com> and others at HP:
27079 * lib/gdb.exp (get_compiler_info): Add detection for assorted
27080 HP compilers, also set the globals $true and $false.
27081
27082 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
27083 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
27084 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
27085 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
27086 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
27087 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
27088 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
27089 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
27090 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
27091 whatis.c} Add C++ compatible function definitions and return
27092 types, add includes for library functions.
27093 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
27094 * gdb.base/step-test.c (myglob): Rename from glob.
27095 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
27096 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
27097 files, move here from gdb.hp.
27098 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
27099 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
27100 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
27101 Adjust line numbers in regexps.
27102
27103 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
27104 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
27105 instead of 0/1.
27106
27107 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
27108 foll-vfork.exp: New files, move here from gdb.hp.
27109 * gdb.base/page.exp: New file, test of pagination command.
27110
27111 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
27112 recursion test.
27113 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
27114
27115 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
27116 gdb.base/solib.exp: Fix compiler invocation process.
27117
27118 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
27119 HP-UX 11, turn off overload resolution explicitly.
27120 * gdb.base/commands.exp: Set argument list explicitly, add
27121 watchpoint test.
27122 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
27123 them work.
27124 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
27125 expressions properly.
27126 * gdb.base/corefile.exp: Loosen the match slightly.
27127 * gdb.base/default.exp: Allow "Error accessing memory" message
27128 also.
27129 * gdb.base/display.exp: Skip over x/0 j if PA64.
27130 * gdb.base/funcargs.exp: Add xfails for HP-UX.
27131 * gdb.base/interrupt.exp: Ditto.
27132 * gdb.base/langs.exp: Add symbolic matches governed by compiler
27133 in use.
27134 * gdb.base/list.exp: Add xfails for HP-UX.
27135 * gdb.base/long_long.exp: Refine some of the numeric matches.
27136 * gdb.base/mips_pro.exp: Xfail on HP-UX.
27137 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
27138 * gdb.base/nodebug.exp: Succeed on more varieties of output.
27139 * gdb.base/opaque.exp: Remove some HP-UX xfails.
27140 * gdb.base/ptype.exp: Succeed on more varieties of output.
27141 * gdb.base/scope.exp: Add xfails for HP-UX.
27142 * gdb.base/sect-cmd.exp: Add more cases.
27143 * gdb.base/setvar.exp: Add xfails for HP-UX.
27144 * gdb.base/shlib-call.exp: Loosen some matches slightly.
27145 * gdb.base/signals.exp: Match on void symbolically.
27146 * gdb.base/step-test.exp: Add case for PA64.
27147 * gdb.base/term.exp: Add exit and restart.
27148 * gdb.base/twice.exp: Clean up after self.
27149 * gdb.base/varargs.exp: Disable overload resolution explicitly.
27150 * gdb.base/whatis.exp: Allow more ways to pass tests.
27151
27152 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
27153 no longer useful.
27154
27155 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
27156
27157 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
27158 list of patterns.
27159 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
27160 print_double_array(double_array)", "continuing to breakpoint
27161 1018", "print print_double_array(array_d)" and "continuing to
27162 1034" tests.
27163
27164 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
27165
27166 * Makefile.in: Add empty html and install-html targets.
27167
27168 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
27169
27170 * config/mt-*: Remove, these haven't been used since 1996.
27171
27172 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
27173
27174 * gdb.base/call-strs.c, gdb.base/ending-run.c,
27175 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
27176 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
27177
27178 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
27179
27180 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
27181 simpler match case for the ptype of the big class.
27182
27183 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
27184
27185 * gdb.exp: Fix test for gdb_prompt existence.
27186
27187 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
27188
27189 * gdb.exp (gdb_test): Add fail after calls to perror.
27190
27191 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
27192
27193 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
27194
27195 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
27196
27197 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
27198
27199 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
27200
27201 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
27202 malloc() is linked in.
27203
27204 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
27205
27206 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
27207 step at end.
27208
27209 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
27210
27211 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
27212
27213 * gdb.java/jv-print.exp: New file. (Our first Java test!)
27214
27215 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
27216
27217 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
27218 * gdb.base/mips_pro.exp: Likewise.
27219
27220 1999-06-02 Keith Seitz <keiths@cygnus.com>
27221
27222 * gdb.c++/templates.cc: Change all "new" operators to throw
27223 an exception.
27224 * gdb.c++/cplusfuncs.cc: Likewise.
27225
27226 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
27227
27228 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
27229
27230 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
27231 * gdb.base/ending-run.exp: When stepping out of main, accept a
27232 step into an arbitrary assembler file.
27233
27234 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27235
27236 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
27237 "breakpoint-invalid" to be printed.
27238 * gdb.base/annota2.exp: Revise line number for main
27239 breakpoint. Allow any number of "frames-invalid" and
27240 "breakpoint-invalid" to be printed.
27241 * gdb.base/annota2.cc: Initialize a.x to 0.
27242
27243 1999-05-17 Keith Seitz <keiths@cygnus.com>
27244
27245 * gdb.base/call-ar-st.exp: Skip
27246 "print print_double_array (double_array)" when "skip_float_tests" set.
27247 Ditto for "print print_double_array(array_d)",
27248 "print print_small_structs", "print print_ten_doubles", and
27249 "step into print_long_arg_list".
27250 Don't assume we can step into "print_long_arg_list": we could step
27251 into memcpy.
27252 * gdb.base/call-rt-st.exp: Don't run float-related tests when
27253 "skip_float_tests" is set: "print print_one_double(*d1)"
27254 and "print print_two_floats(*f3)".
27255 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
27256 "skip_float_tests" is set.
27257 * gdb.base/varargs.exp: Skip
27258 "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)" when
27259 "skip_float_tests" set.
27260
27261 1999-05-06 Keith Seitz <keiths@cygnus.com>
27262
27263 * gdb.base/annota2.cc: Include stdio.h.
27264
27265 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
27266
27267 * gdb.base/crossload.exp: Remove, this has been disabled ever
27268 since BFD stopped including all targets, and cross-GDB gets
27269 plenty of testing anyway.
27270 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
27271 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
27272 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
27273 * gdb.base/README: Remove, was doc for this.
27274 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
27275 needed.
27276
27277 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27278
27279 * gdb.base/call-ar-st.exp: Fix one regular expression in test
27280 output.
27281
27282 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
27283 * gdb.base/annota2.exp: New file. More annotation tests.
27284 * gdb.base/annota1.c: New file. Source file for annota1.exp.
27285 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
27286
27287 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
27288
27289 * config/cfdbug.exp: New file.
27290
27291 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
27292
27293 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
27294 Marcus Daniel's and Dale Hawkins's demangler crashes.
27295
27296 * gdb.c++/demangle.exp (test_gnu_style_demangling,
27297 test_lucid_style_demangling, test_arm_style_demangling,
27298 test_hp_style_demangling): Try Tom Tromey's core-dumping
27299 identifier under each demangling style.
27300
27301 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
27302
27303 * gdb.c++/demangle.exp: Include the current demangling style
27304 in all test names.
27305 (current_demangling_style): New global variable.
27306 (set_demangling_style, test_demangling_core, test_demangling,
27307 test_demangling_exact): New functions.
27308 (test_gnu_style_demangling, test_lucid_style_demangling,
27309 test_arm_style_demangling, test_hp_style_demangling): Use those,
27310 instead of calling gdb_test and gdb_test_exact directly.
27311 (catch_demangling_errors): New function, which reports errors
27312 signalled by the demangling test functions in an orderly way.
27313 (do_tests): Use catch_demangling_errors.
27314
27315 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
27316
27317 * gdb.base/signals.exp (test_handle_all_print): Use () for
27318 grouping in expressions, not {}.
27319
27320 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
27321 initialized yet.
27322
27323 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
27324
27325 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
27326 are listed.
27327
27328 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
27329
27330 * gdb.stabs/weird.exp: Test for CC being defined before
27331 looking at its value.
27332
27333 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
27334
27335 * gdb.base/call-ar-st.exp: Remove stray '#'.
27336 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
27337 "short int" and "long int".
27338 * gdb.c++/overload.cc: Cast the string added in the previous
27339 change, to mollify finicky HP compiler.
27340 * gdb.hp/reg-test.exp (testfile): Fix file name.
27341 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
27342
27343 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
27344 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
27345 alternate form of enum ptype.
27346
27347 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
27348
27349 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
27350 * gdb.hp/*.exp: Change all to run compiler probe only after
27351 passing skip_hp_tests, so as not to waste time on guaranteed
27352 failure.
27353
27354 * gdb.c++/overload.cc: Pass string instead of char addr, always
27355 init ccpfoo.
27356 * gdb.c++/templates.cc: Fix syntax error.
27357
27358 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27359
27360 * gdb.base/commands.exp: Add test for correct position of '>'
27361 when issuing the 'commands' command after a 'while' or 'if'
27362 command.
27363
27364 1999-03-18 James Ingham <jingham@cygnus.com>
27365
27366 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
27367
27368 * gdb.c++/method.exp: It was testing an uninitialized int on the
27369 stack and assuming it was positive.
27370
27371 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
27372
27373 * gdb.base/step-test.exp: Catch a case where finish is broken and
27374 keep it from killing the rest of the tests.
27375 Use gdb_continue_to_end.
27376
27377 * gdb.base/sigall.exp: use gdb_continue_to_end.
27378
27379 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
27380
27381 * gdb.base/display.exp: use runto_main, not run.
27382
27383 * gdb.base/default.exp: Check for the current error message in the
27384 r abbreviation test.
27385 Add strongarm to the targets that know info float.
27386
27387 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
27388 run which doesn't work with monitors.
27389
27390 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to
27391 1034 test.
27392
27393 * gdb.base/break.exp: use the gdb_continue_to_end proc.
27394
27395 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the
27396 end of a program. Traps the case (in Cygmon) when the program
27397 never really exits. Same as Mark's continue_to_exit, but I had
27398 put it in a lot more places, so I used my name. Sorry Mark...
27399
27400 * config/monitor.exp (gdb_target_monitor): added another
27401 target_info parameter: remotebinarydownload. This will set the
27402 remotebinarydownload flag if this is causing some boards trouble.
27403
27404 1999-03-18 Mark Salter <msalter@cygnus.com>
27405
27406 * lib/gdb.exp (continue_to_exit): New function.
27407
27408 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
27409 * gdb.base/ending-run.exp: Ditto.
27410 * gdb.base/step-test.exp: Ditto.
27411
27412 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
27413
27414 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
27415 (suggested by Art Haas <ahaas@neosoft.com>).
27416
27417 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
27418
27419 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
27420
27421 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
27422
27423 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
27424 descriptions of types (short unsigned int vs unsigned short, etc).
27425
27426 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
27427
27428 * gdb.base/call-strs.exp: Don't assume that `step' will step over
27429 a call to strlen; sometimes we do have sources.
27430
27431 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
27432
27433 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
27434 character, so GDB won't print garbage after its end.
27435
27436 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
27437 breakpoint there instead. Sometimes GCC emits memcpy to handle
27438 the large structures being passed by value, so we step into that
27439 instead of sum_array_print, which obscures what we're really testing.
27440 * gdb.base/step-test.exp: However, we do want a test that notices
27441 the bizarre steps into memcpy, so do that here. Add check for
27442 stepping into function calls that pass large structures by value.
27443 ("Is that a noun clause, or are you just happy to see me?")
27444 Remove all references to specific line numbers.
27445 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
27446 New type and function.
27447 (main): Call large_struct_by_value, passing it a large struct by value.
27448 * lib/gdb.exp (gdb_get_line_number): New function.
27449
27450 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
27451 more portable.
27452
27453 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
27454
27455 * lib/gdb.exp: Doc fixes.
27456
27457 1999-03-05 Nick Clifton <nickc@cygnus.com>
27458
27459 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
27460
27461 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
27462
27463 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
27464 commands. They're not germane to this test, and they don't work
27465 that way on remote targets.
27466
27467 1999-03-01 James Ingham <jingham@cygnus.com>
27468
27469 * Changelog entries merged over from gdb development branch.
27470
27471 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
27472
27473 * lib/gdb.exp (gdbtk_analyze_results): Generic function
27474 for outputting results of test run.
27475
27476 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
27477
27478 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
27479
27480 1999-02-25 Felix Lee <flee@cygnus.com>
27481
27482 * lib/gdb.exp (debug_format): initialize
27483
27484 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
27485
27486 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
27487 * gdb.base/call-rt-st.c: Ditto.
27488
27489 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
27490
27491 * gdb.threads/pthreads.exp (horiz): New variable.
27492 (test_startup): Fix regexps that capture thread numbers.
27493
27494 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
27495
27496 * gdb.base/smoke.exp: Disambiguate two test case names (both
27497 called ``print'').
27498
27499 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
27500
27501 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
27502 compilation.
27503
27504 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
27505
27506 * gdb.base/miscexprs.exp: Change patterns to match GDB's
27507 actual output formatting.
27508 * gdb.base/smoke.exp: GDB removes leading 0's.
27509 * gdb.base/volatile.exp: Don't check type of remuneration;
27510 that variable is no longer defined in constvars.c.
27511 * gdb.base/step-test.c (main): Exit with explicit exit code.
27512 * gdb.base/step-test.exp: Remove two nexti checks--they are
27513 not portable.
27514
27515 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
27516
27517 * gdb.base/help.exp ("help delete display"): Fix test to match
27518 gdb's output.
27519
27520 * gdb.base/long_long.c (known_types): Initialize values to zero.
27521 * gdb.base/long_long.exp: Step one more line
27522 so 'dec' is initialized in "get to known place". GDB removes
27523 leading zeros. Explicitly ask for hex formatting. Use
27524 unique test case names.
27525
27526 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27527
27528 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
27529
27530 * gdb.c++/method.exp: Add missing close brace.
27531
27532 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
27533
27534 * gdb.base/maint.exp: Use 'set height 0' to disable page
27535 prompting, not 'set height 400'.
27536
27537 Fix a bunch of timeouts.
27538 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
27539 four separate tests, so expect doesn't take forever to match a ton
27540 of text against a regexp with lots of .* forms.
27541 ("maint print psymbols", "maint print symbols"): Make some of
27542 these greps more selective, so that expect doesn't try to wade
27543 through huge piles of output and time out.
27544
27545 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
27546
27547 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
27548 tests: one which doesn't expect shlib events to be reported, and
27549 another which does, but is XFAIL for all platforms other than
27550 HP/UX.
27551
27552 * gdb.base/break.exp: Teach the test suite that the `catch
27553 fork', `catch vfork', and `catch exec' commands produce error
27554 messages on platforms that don't provide these features.
27555
27556 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
27557
27558 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
27559 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
27560 (shortening names from solib_threshold.exp etc), won't run on
27561 anything but HP-UX for the foreseeable future.
27562 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
27563 reflect move.
27564
27565 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
27566
27567 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
27568 gdb.trace/Makefile.in (clean): Remove all test executables.
27569
27570 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
27571
27572 * gdb.base/shlib-call.exp: add test cases to verify that gdb
27573 successfully re-sets breakpoints in shared libraries.
27574 * gdb.base/shmain.c (main): return 0, don't fall off the end.
27575
27576 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27577
27578 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
27579 and compiled w/o GCC.
27580
27581 * gdb.hp/watch-cmd.exp: ditto.
27582
27583 * gdb.hp/watch-hp.exp: ditto.
27584
27585 * gdb.hp/xdb1.exp: ditto.
27586
27587 * gdb.hp/xdb2.exp: ditto.
27588
27589 * gdb.hp/dbx.exp: ditto.
27590
27591 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
27592
27593 * constvars.c: Remove C++-isms.
27594 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
27595 with GCC.
27596
27597 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
27598
27599 The following changes are part of the HP merge.
27600
27601 * gdb.base/break.exp: new tests to verify that catchpoints for
27602 fork, vfork, and exec don't trigger inappropriately.
27603
27604 * gdb.base/opaque.exp: compile one file at a time, then link.
27605
27606 * gdb.base/signals.exp: be more restrictive about which hppa
27607 systems receive a setup_xfail. new tests.
27608
27609 * gdb.base/solib_threshold.build: new file.
27610 * gdb.base/solib_threshold.exp: new file.
27611 * gdb.base/solib_threshold.link_opts: new file.
27612 * gdb.base/solib_threshold.mk: new file.
27613 * gdb.base/gen_solib_threshold.c: new file.
27614
27615 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
27616 tests. New tests for enums inside classes.
27617
27618 * gdb.c++/compiler.cc: indicate support of template debugging.
27619
27620 * gdb.c++/demangle.exp: run hp style demangling tests.
27621
27622 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
27623 tests.
27624
27625 * gdb.c++/misc.cc: changes to support new tests.
27626
27627 * gdb.c++/templates.cc: changes to support HP's compiler; changes
27628 to support new tests.
27629
27630 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
27631 gcc, then skip these tests.
27632
27633 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
27634
27635 The following files are part of the HP merge; some had longer
27636 names at HP, but have been renamed to be no more than 14
27637 characters in length.
27638
27639 * gdb.hp/ambiguous.cc: new file.
27640 * gdb.hp/ambiguous.exp: new file.
27641 * gdb.hp/attach.exp: new file.
27642 * gdb.hp/attach2.exp: new file.
27643 * gdb.hp/classes-hp.exp: new file.
27644 * gdb.hp/ctti.exp: new file.
27645 * gdb.hp/ctti-add.cc: new file.
27646 * gdb.hp/ctti-add1.cc: new file.
27647 * gdb.hp/ctti-add2.cc: new file.
27648 * gdb.hp/ctti-add3.cc: new file.
27649 * gdb.hp/dbx.exp: new file.
27650 * gdb.hp/exception.cc: new file.
27651 * gdb.hp/exception.exp: new file.
27652 * gdb.hp/foll-exec.c: new file.
27653 * gdb.hp/foll-exec.exp: new file.
27654 * gdb.hp/foll-fork.c: new file.
27655 * gdb.hp/foll-fork.exp: new file.
27656 * gdb.hp/foll-vfork.c: new file.
27657 * gdb.hp/foll-vfork.exp: new file.
27658 * gdb.hp/inherit-hp.exp: new file.
27659 * gdb.hp/more-steps.exp: new file.
27660 * gdb.hp/namespace.cc: new file.
27661 * gdb.hp/namespace.exp: new file.
27662 * gdb.hp/optimize.exp: new file.
27663 * gdb.hp/pxdb.c: new file.
27664 * gdb.hp/pxdb.exp: new file.
27665 * gdb.hp/quicksort.exp: new file.
27666 * gdb.hp/reg-test.exp: new file.
27667 * gdb.hp/reg-test.s: new file.
27668 * gdb.hp/sized-enum.c: new file.
27669 * gdb.hp/sized-enum.exp: new file.
27670 * gdb.hp/start-stop.exp: new file.
27671 * gdb.hp/templ-hp.cc: new file.
27672 * gdb.hp/templ-hp.exp: new file.
27673 * gdb.hp/thr-lib.c: new file.
27674 * gdb.hp/thr-lib.exp: new file.
27675 * gdb.hp/thr-lib.h: new file.
27676 * gdb.hp/thr-liblib.c: new file.
27677 * gdb.hp/virtfun-hp.c: new file.
27678 * gdb.hp/virtfun-hp.exp: new file.
27679 * gdb.hp/watch-cmd.exp: new file.
27680 * gdb.hp/watch-hp.exp: new file.
27681 * gdb.hp/xdb1.exp: new file.
27682 * gdb.hp/xdb2.exp: new file.
27683 * gdb.hp/xdb3.exp: new file.
27684
27685 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
27686
27687 The following files are part of the HP merge; some had longer
27688 names at HP, but have been renamed to be no more than 14
27689 characters in length.
27690
27691 * gdb.base/ss.h: new file.
27692 * gdb.base/call-ar-st.c: new file.
27693 * gdb.base/call-ar-st.exp: new file.
27694 * gdb.base/call-rt-st.c: new file.
27695 * gdb.base/call-rt-st-exp: new file.
27696 * gdb.base/call-strs.exp: new file.
27697 * gdb.base/ena-dis-br.exp: new file.
27698 * gdb.base/environ.exp: new file.
27699 * gdb.base/long_long.exp: new file.
27700 * gdb.base/sect-cmd.exp: new file.
27701 * gdb.base/shlib-cl2.exp: new file.
27702 * gdb.base/smoke.exp: new file.
27703 * gdb.base/so-impl-ld.c: new file.
27704 * gdb.base/so-impl-ld.exp: new file.
27705 * gdb.base/so-indr-cl.c: new file.
27706 * gdb.base/so-indr-cl.exp: new file.
27707 * gdb.base/varargs.exp: new file.
27708 * gdb.base/volatile.exp: new file.
27709 * gdb.base/whatis-exp.exp: new file.
27710 * gdb.base/display.exp: new file.
27711 * gdb.c++/derivation.exp: new file.
27712 * gdb.c++/local.exp: new file.
27713 * gdb.c++/member-ptr.exp: new file.
27714 * gdb.c++/overload.exp: new file.
27715 * gdb.c++/ovldbreak.exp: new file.
27716 * gdb.c++/ref-types.exp: new file.
27717 * gdb.c++/ref-types2.exp: new file.
27718 * gdb.c++/userdef.exp: new file.
27719
27720 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
27721
27722 * gdb.base/default.exp: Reflect wording change in remote.c.
27723
27724 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
27725
27726 * gdb.base/help.exp: Update to reflect current text.
27727
27728 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
27729
27730 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
27731 they're stack variables and contain garbage.
27732 * gdb.c++/anon-union.exp: new file.
27733
27734 The following changes were made by David Taylor
27735 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
27736 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
27737 in changes by HP.
27738
27739 * gdb.base/bitops.exp: new file.
27740 * gdb.base/default.exp: change expected messages for catch and
27741 info catch tests to reflect HP merge changes.
27742 * gdb.base/enable-disable-break.exp
27743 * gdb.base/ending-run.c: new file.
27744 * gdb.base/long_long.c: new file.
27745 * gdb.base/maint.exp: new file.
27746 * gdb.base/pointers2.exp: new file.
27747 * gdb.base/shlib-call2.exp: new file.
27748 * gdb.base/solib.exp: new file.
27749 * gdb.base/step-test.c: new file.
27750 * gdb.c++/anon-union.cc: new file.
27751 * gdb.c++/local.cc: new file.
27752 * gdb.c++/member-pointer.cc: new file.
27753 * gdb.c++/method.cc: new file.
27754 * gdb.c++/ref-types.cc: new file.
27755 * gdb.c++/ref-types2.cc: new file.
27756 * gdb.c++/userdef.cc: new file.
27757
27758 * gdb.base/scope.exp: compile one file at a time, then link.
27759 * gdb.base/langs.exp: ditto.
27760 * gdb.base/list.exp: ditto.
27761
27762 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
27763
27764 The following changes were made by David Taylor
27765 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
27766 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
27767 in changes by HP.
27768
27769 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
27770 skip tests. When compiling pass c++ flag to gdb_compile.
27771 * gdb.c++/
27772
27773 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
27774 test for on hppa*-*-hpux*; use args to see if c++ was specified.
27775 (skip_hp_tests): new function.
27776 (gdb_preprocess): new function.
27777
27778 * configure.in (hpdir): decide whether to configure gdb.hp.
27779 * configure: regenerated.
27780
27781 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
27782 to delete on clean.
27783 (EXECUTABLES): update to reflect new additions.
27784 * gdb.base/commands.exp: update message expected.
27785 * gdb.base/default.exp: add copyright notice.
27786 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
27787 * gdb.base/help.exp: update messages to reflect current text.
27788 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
27789 targets for recurse tests.
27790 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
27791 skip this file.
27792
27793 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
27794 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
27795 compilation.
27796 * gdb.c++/misc.exp: ditto.
27797 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
27798 run the tests. tell gdb_compile that it's a c++ compilation.
27799
27800 * gdb.threads/pthreads.exp: fix typo in message.
27801
27802 * gdb.base/all-bin.exp: new file.
27803 * gdb.base/arithmet.exp: new file.
27804 * gdb.base/assign.exp: new file.
27805 * gdb.base/completion.exp: new file.
27806 * gdb.base/cond-expr.exp: new file.
27807 * gdb.base/condbreak.exp: new file.
27808 * gdb.base/define.exp: new file.
27809 * gdb.base/dollar.exp: new file.
27810 * gdb.base/environment.exp: new file.
27811 * gdb.base/eval-skip.exp: new file.
27812 * gdb.base/jump.exp: new file.
27813 * gdb.base/logical.exp: new file.
27814 * gdb.base/pointers.exp: new file.
27815 * gdb.base/relational.exp: new file.
27816 * gdb.base/section_command.exp: new file.
27817 * gdb.base/whatis-expr.exp: new file.
27818
27819 * gdb.base/all-types.c: new file.
27820 * gdb.base/call-array-struct.c: new file.
27821 * gdb.base/call-return-struct.c: new file.
27822 * gdb.base/call-strings.c: new file.
27823 * gdb.base/callfuncs2.c: new file.
27824 * gdb.base/condbreak.c: new file.
27825 * gdb.base/constvars.c: new file.
27826 * gdb.base/display.c: new file.
27827 * gdb.base/int-type.c: new file.
27828 * gdb.base/jump.c: new file.
27829 * gdb.base/miscexprs.c: new file.
27830 * gdb.base/pointers.c: new file.
27831 * gdb.base/pointers2.c: new file.
27832 * gdb.base/shmain.c: new file.
27833 * gdb.base/shr1.c: new file.
27834 * gdb.base/shr2.c: new file.
27835 * gdb.base/solib.c: new file.
27836 * gdb.base/solib1.c: new file.
27837 * gdb.base/solib2.c: new file.
27838 * gdb.base/varargs.c: new file.
27839 * gdb.c++/derivation.cc: new file.
27840 * gdb.c++/overload.cc: new file.
27841 * gdb.c++/ovldbreak.cc: new file.
27842 * gdb.hp/attach.c: new file.
27843 * gdb.hp/attach2.c: new file.
27844 * gdb.hp/average.c: new file.
27845 * gdb.hp/compiler.c: new file.
27846 * gdb.hp/compiler.cc: new file.
27847 * gdb.hp/execd-program.c: new file.
27848 * gdb.hp/follow-exec.c: new file.
27849 * gdb.hp/follow-fork.c: new file.
27850 * gdb.hp/follow-vfork-and-exec.c: new file.
27851 * gdb.hp/misc-hp.cc: new file.
27852 * gdb.hp/more-steps.c: new file.
27853 * gdb.hp/optimize.c: new file.
27854 * gdb.hp/quicksort.c: new file.
27855 * gdb.hp/run-hp.c: new file.
27856 * gdb.hp/start-stop.c: new file.
27857 * gdb.hp/sum.c: new file.
27858 * gdb.hp/templates-hp.cc: new file.
27859 * gdb.hp/thread-local-in-lib.c: new file.
27860 * gdb.hp/thread-local-in-lib.h: new file.
27861 * gdb.hp/thread-local-in-lib.lib.c: new file.
27862 * gdb.hp/vforked-program.c: new file.
27863 * gdb.hp/virtfunc-hp.cc: new file.
27864 * gdb.hp/watchpoint-hp.c: new file.
27865 * gdb.hp/xdb.c: new file.
27866 * gdb.hp/xdb0.c: new file.
27867 * gdb.hp/xdb0.h: new file.
27868 * gdb.hp/xdb1.c: new file.
27869
27870 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
27871
27872 The following change was made by Edith Epstein
27873 <eepstein@cygnus.com> as part of a project to merge in changes
27874 originally made by HP; HP did not create ChangeLog entries.
27875
27876 * gdb.c++/demangle.exp: changed the expected output for some
27877 ARM-style mangling -- removed second reference to datatype.
27878 For example, maint demangle __dt__11T1__pt__2_cFv
27879 T1<char>::~T1<char>(void)
27880 becomes,
27881 maint demangle __dt__11T1__pt__2_cFv
27882 T1<char>::~T1(void)
27883
27884 (test_hp_style_demangling): new hp specific demangling test cases.
27885
27886 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
27887
27888 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
27889 * gdb.trace/backtrace.exp: Likewise.
27890 * gdb.trace/circ.exp: Likewise.
27891 * gdb.trace/collection.exp: Likewise.
27892 * gdb.trace/deltrace.exp: Likewise.
27893 * gdb.trace/infotrace.exp: Likewise.
27894 * gdb.trace/limits.exp: Likewise.
27895 * gdb.trace/packetlen.exp: Likewise.
27896 * gdb.trace/passc-dyn.exp: Likewise.
27897 * gdb.trace/passcount.exp: Likewise.
27898 * gdb.trace/report.exp: Likewise.
27899 * gdb.trace/save-trace.exp: Likewise.
27900 * gdb.trace/tfind.exp: Likewise.
27901 * gdb.trace/tracecmd.exp: Likewise.
27902 * gdb.trace/while-dyn.exp: Likewise.
27903 * gdb.trace/while-stepping.exp: Likewise.
27904
27905 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
27906
27907 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
27908
27909 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
27910
27911 From Brendan Kehoe:
27912 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
27913 int return types.
27914
27915 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
27916
27917 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
27918 remote dos host testing right.
27919
27920 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
27921
27922 * gdb.base/corefile.exp: remove some xfails.
27923
27924 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
27925
27926 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
27927 have different timestamps.
27928
27929 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
27930
27931 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
27932 gdb.base/default.exp: Replace "exec" with "executable".
27933
27934 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
27935
27936 * gdb.base/default.exp: Change else if to elseif from previous
27937 delta.
27938
27939 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
27940
27941 * gdb.base/default.exp: Add brace missing from previous delta.
27942
27943 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
27944
27945 * gdb.base/default.exp: Support test for info float for all
27946 varieties of arm toolchain.
27947
27948 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
27949
27950 * gdb.trace/*.exp: remove "remote_download" command.
27951
27952 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
27953
27954 * gdb.trace/*.exp: remove -gdwarf from compile.
27955
27956 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
27957
27958 * gdb.trace/configure.in(AC_INIT): typo
27959 * gdb.trace/configure: regenerated
27960
27961 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
27962
27963 * config/m68k-emc.exp: New file.
27964 * lib/<emc-support.exp trace-support.exp}: New files.
27965 * configure.in: add new test directory gdb.trace.
27966 * gdb.trace/{configure configure.in Makefile.in}: New files.
27967 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
27968 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
27969 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
27970 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
27971 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
27972 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
27973 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
27974
27975 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
27976
27977 * gdb.c++/classes.exp: Change all regular expressions to match
27978 arbitrary combinations of newline/carriage-return, so that they
27979 will work equally well on Unix and Windows.
27980 * gdb.c++/inherit.exp: ditto.
27981 * gdb.c++/virtfunc.exp: ditto.
27982
27983 1998-08-11 Dawn Perchik <dawn@cygnus.com>
27984
27985 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
27986
27987 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
27988
27989 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
27990 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
27991 to use a0-a3/d0-d3 as needed.
27992
27993 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
27994
27995 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
27996 * gdb.disasm/am33.exp: Corresponding changes.
27997
27998 1998-07-11 Felix Lee <flee@cygnus.com>
27999
28000 * gdb.base/callfuncs.exp: add cmp10 test.
28001 * gdb.base/callfuncs.c (cmp10): new function.
28002
28003 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
28004
28005 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
28006 into two parts to get around a synchronization problem in expect.
28007
28008 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
28009
28010 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
28011
28012 * configure.in: Add options for gdbtk testsuite.
28013
28014 * configure: Regenerate.
28015
28016 * gdb.gdbtk: New directory to hold gdbtk tests.
28017
28018 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
28019
28020 * gdb.fortran/types.exp: Escape brackets in expect patterns
28021 for test_float_literal_types_accepted tests.
28022 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
28023 before run test.
28024
28025 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
28026
28027 * am33.exp: Just compile, do not link the testcase.
28028 * am33.s: Add ".am33" pseudoop to force am33 mode.
28029
28030 1998-06-25 Felix Lee <flee@cygnus.com>
28031
28032 * gdb.base/setshow.exp: make sure $pc is sane.
28033
28034 * gdb.stabs/weird.exp: split expect patterns properly.
28035
28036 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
28037
28038 * gdb.disasm/am33.s: New disassembler testfile for the am33.
28039 * gdb.disasm/am33.exp: Run it.
28040
28041 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
28042
28043 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
28044 match processing (and eliminate spurious timeouts when running).
28045
28046 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
28047
28048 * gdb.base/signals.exp (test_handle_all_print): put back Mach
28049 exception test, but conditionalize it on target [mach | gnu].
28050
28051 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
28052
28053 * gdb.base/overlays.exp: fixup compile line for linker script.
28054
28055 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
28056
28057 * gdb.fortran/types.exp: don't guess at float size.
28058
28059 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
28060
28061 * gdb.base/exprs.exp: delete test that depends on int size.
28062
28063 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
28064
28065 * config/sim.exp: Removed checks for target triplets.
28066 (gdb_target_sim): Use gdb,target_sim_options.
28067
28068 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
28069
28070 * gdb.base/reread.exp: New file.
28071 * gdb.base/reread1.c: New file.
28072 * gdb.base/reread2.c: New file.
28073
28074 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
28075
28076 * config/sim.exp: Use 'target sim -sparclite' when running
28077 SPARClite programs.
28078
28079 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
28080
28081 * gdb.base/structs2.exp: New file.
28082 * gdb.base/structs2.c: New file.
28083
28084 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
28085
28086 * gdb.asm/common.inc: New file.
28087 * gdb.asm/d10v.inc: New file.
28088 * asm-source.exp: Pass -I's to gas to find .inc files.
28089 Update line numbers in expected output.
28090 * asmsrc1.s: Rewrite.
28091 * asmsrc2.s: Rewrite.
28092 * configure.in: Create arch.inc symlink.
28093 * configure: Regenerate.
28094 * Makefile.in (distclean): Delete arch.inc.
28095
28096 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
28097
28098 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
28099 (t_enum_value2): ditto
28100 (t_enum_value3): ditto
28101 (main): ditto
28102 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
28103
28104 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
28105 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
28106 change.
28107 Use gdb_test instead of send_gdb/gdb_expect sequences.
28108
28109 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
28110
28111 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
28112 not void.
28113
28114 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
28115
28116 * gdb.base/branches.c: Code with lots of loops and
28117 subroutines. Used to test gdbs ability to single step through PC
28118 changes, especially to test mips-tdep.c:mips_next_pc
28119
28120 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
28121
28122 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
28123 more rigorous EGCS C++ error checking.
28124
28125 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28126
28127 * gdb.base/help.exp: Clean up `help set args' and `help show args'
28128 tests.
28129 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
28130 function when asleep.
28131 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
28132 for i*86 Linux and SVR4 signal handling problems.
28133 Remove linux xfail for `next to handler in signals_tests_1', fixed
28134 by recent infrun.c change.
28135 Limit backtrace to 10 frames to avoid timeout problems with infinite
28136 stack backtraces.
28137 Adjust expect pattern in `handle all print' test to match Apr 28 1997
28138 target.[ch] change.
28139
28140 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
28141
28142 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
28143 for a newline from gdb before continuing.
28144 (default_gdb_exit): Just look for y or n.
28145 (gdb_test): Detect abnormal exit from GDB running on DOS; if
28146 it does, fail the rests of the tests in the file.
28147
28148 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
28149
28150 * config/cygmon.exp: New file.
28151
28152 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
28153
28154 * gdb.base/list.exp: Fix problem with "list default lines around
28155 main" test on remote targets.
28156
28157 * gdb.base/scope.exp: Fix problem with filelocal_bss before
28158 run test on remote targets.
28159
28160 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
28161
28162 * gdb.asm: New directory.
28163 * configure.in: Configure it.
28164 * configure: Regenerate.
28165 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
28166 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
28167
28168 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
28169
28170 * config/mn10300-eval.exp: New file to support MN10300 eval board.
28171
28172 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
28173
28174 * gdb.base/overlays (several files): Merge the two overlay
28175 managers into one. Change variables (foox, barx, bazx, grbxx)
28176 back into ints but force them to load in their proper sections.
28177
28178 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
28179
28180 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
28181 on-chip insn memory and IMAP1 to upper 128k.
28182 (D10VCopy): Handle memory regions crossing 16k boundaries.
28183 (D10VCopy): Transfer data in 32 bit chunks.
28184
28185 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
28186
28187 * gdb.base/overlays.c (main): Exit normally when result is
28188 correct.
28189
28190 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
28191 map. Include space for printf in .text segment.
28192
28193 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
28194 updated d10v memory VMA/LMA map.
28195 (D10VCopy): Call D10VTranslate.
28196
28197 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
28198
28199 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
28200
28201 * gdb.base/bar.c (barx, bar): Change variable to small array so
28202 that it won't be put into the .sdata - small data -
28203 section. Update reference.
28204 * gdb.base/baz.c (bazx, baz): Ditto.
28205 * gdb.base/foo.c (foox, foo): Ditto.
28206 * gdb.base/grbx.c (grbxx, grbx): Ditto.
28207
28208 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
28209 to be arrays.
28210
28211 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
28212
28213 * gdb.base/overlays.exp: fix up and get working again.
28214 Add tests for backtraces from an overlay function.
28215
28216 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
28217
28218 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
28219 "calling function with watchpoint enabled".
28220
28221 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
28222
28223 * gdb.base/break.exp (test_next_with_recursion): Remove
28224 gdb_suppress_tests for d10v-*-*.
28225 * lib/gdb.exp (gdb_suppress_tests): Disable this function
28226 pending review of whether it is useful or not.
28227
28228 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
28229
28230 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
28231
28232 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
28233
28234 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
28235 * config/dve.exp: New file to support Densan boards.
28236
28237 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
28238
28239 * gdb.base/interrupt.exp: Document problem of simulators, signals,
28240 reads and BSD.
28241
28242 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
28243
28244 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
28245 response.
28246
28247 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
28248
28249 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
28250
28251 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
28252 test.
28253
28254 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
28255 target_sizeof_long and target_bigendian_p.
28256 (structs_by_value, structs_by_reference): Check values according
28257 to targets word size and endianess.
28258
28259 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
28260
28261 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
28262 output.
28263
28264 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
28265
28266 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
28267 Update test of set args help to match source change.
28268
28269 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
28270
28271 * gdb.base/default.exp: Expect help system output to be in
28272 alphabetical order.
28273 * gdb.base/help.exp: Ditto.
28274
28275 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
28276
28277 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
28278 "i*86-pc-linux-gnu*".
28279 * gdb.base/interrupt.exp: Ditto.
28280 * gdb.base/corefile.exp: Ditto.
28281
28282 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
28283 define vxworks when building the testcase.
28284
28285 * gdb.base/ptype.exp: Fix testnames to be unique.
28286 * gdb.base/radix.exp: Ditto.
28287 * gdb.base/term.exp: Ditto.
28288 * gdb.base/whatis.exp: Ditto.
28289 * gdb.c++/classes.exp: Ditto.
28290
28291 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
28292
28293 * gdb.base/callfuncs.exp: Fix indentation.
28294
28295 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
28296 suppress_flag has been set.
28297 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
28298 target feature.
28299
28300 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
28301
28302 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
28303 the testcase.
28304
28305 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
28306 set_debug_traps() and breakpoint().
28307 * gdb.c++/misc.cc (main): Ditto.
28308 * gdb.c++/templates.cc (main): Ditto.
28309 * gdb.c++/virtfunc.cc (main): Ditto.
28310
28311 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
28312
28313 * lib/gdb.exp(gdb_step_for_stub): New function.
28314 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
28315 exists, reload the executable and do a "continue" instead of
28316 doing a jump.
28317 (runto_main): Use gdb_step_for_stub.
28318
28319 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
28320 tests to have unique names.
28321 * gdb.base/callfuncs.exp: Ditto.
28322 * gdb.base/commands.exp: Ditto.
28323 * gdb.base/default.exp: Ditto.
28324 * gdb.base/help.exp: Ditto.
28325 * gdb.base/list.exp: Ditto.
28326 * gdb.base/opaque.exp: Ditto.
28327 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
28328 similar tests.
28329
28330 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
28331 * gdb.c++/cplusfuncs.cc: Ditto.
28332 * gdb.c++/virtfunc.cc: Ditto.
28333
28334 * config/monitor.exp: Keep track of the last file we saw, rather
28335 than trying to get the info from gdb.
28336
28337 * gdb.fortran/types.exp: Move comment to previous line.
28338
28339 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
28340
28341 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
28342 target mode.
28343
28344 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
28345
28346 From Bob Manson:
28347 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
28348 string from GDB when it connects.
28349
28350 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
28351
28352 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
28353
28354 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
28355 if we can't get a debug format from GDB (we may be testing an
28356 older GDB). Use a 10 second timeout when checking for the format.
28357
28358 * gdb.stabs/weird.exp: Fix quoting.
28359
28360 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
28361
28362 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
28363
28364 * config/arm-ice.exp: New file.
28365
28366 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
28367
28368 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
28369 until it has been modified to work with the new testsuite.
28370
28371 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
28372 testcase won't compile, cause all of the testcases in the file to
28373 fail instead.
28374
28375 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
28376 (gdb_clear_suppressed): New procedure.
28377 (gdb_stop_suppressing_tests): Only clear suppress_flag if
28378 it contains a positive value.
28379
28380 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
28381
28382 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
28383
28384 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
28385
28386 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
28387
28388 * lib/gdb.exp (setup_xfail_format): New function.
28389 (get_debug_format): New function to get debug format.
28390 (debug_format): New global variable to hold last value set
28391 by get_debug_format.
28392 * gdb.base/list.exp: Call get_debug_format and expect some
28393 tests to fail for DWARF 1 and COFF formats.
28394 * gdb.c++/ptype.exp: Ditto.
28395 * gdb.c++/classes.exp: Ditto.
28396 * gdb.c++/cplusfuncs.exp: Ditto.
28397 * gdb.c++/inherit.exp: Ditto.
28398 * gdb.c++/templates.exp: Ditto.
28399 * gdb.c++/virtfunc.exp: Ditto.
28400
28401 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
28402
28403 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
28404 host doesn't have a currently-open connection.
28405
28406 * config/sparclet.exp: Cleanups and fixes to make it generic for
28407 any gdb stub target. Handle cases where gdb doesn't respond when
28408 interrupted in a sane fashion.
28409
28410 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
28411 same thing in a totally different way.
28412
28413 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
28414 setting "timeout".
28415 (gdb_start): We set the global gdb_prompt variable in
28416 default_gdb_init now.
28417
28418 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
28419
28420 * gdb.base/printcmds.exp: Fix "check for floating addition"
28421 regexp to accept results within approx +/- .01 of exact value.
28422 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
28423
28424 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
28425
28426 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
28427 properly.
28428 (gdb_expect): Add optional timeout parameter, and add timeout
28429 value to various calls.
28430 (gdb_suppress_tests): Only give one warning message per group.
28431
28432 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
28433
28434 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
28435 global variables. Handle getting a value for $timeout more
28436 gracefully.
28437
28438 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
28439
28440 * lib/gdb.exp: Close connection to remote host if gdb doesn't
28441 initialize.
28442 (default_gdb_init): New procedure; allow gdb_init to be overridden
28443 by a target configuration file.
28444 (gdb_expect): Pass the timeout to remote_expect.
28445
28446 * config/monitor.exp(gdb_load): Fix typo in regexp.
28447
28448 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
28449
28450 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
28451
28452 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
28453
28454 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
28455 here. Call gdb_target_exec before rebooting the target, to make
28456 sure the connection to the target is closed.
28457 (gdb_load): Pass the name of the executable to gdb_target_monitor.
28458 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
28459 Also detect "Timeout reading from remote" error.
28460
28461 * config/gdbserver.exp: Pass the executable being loaded to
28462 gdb_target_monitor. Don't call gdb_file_cmd here; let
28463 gdb_target_monitor do it.
28464
28465 * gdb.disasm/hppa.exp: Don't use exec_output.
28466
28467 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
28468
28469 * gdb.base/list.exp: If we're debugging a non-native target,
28470 try to set the pc register to point to the start of the
28471 program before doing the first list command.
28472
28473 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
28474 test_calls after restarting.
28475
28476 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
28477 reloading.
28478
28479 * gdb.base/watchpoint.exp: Fix typo.
28480
28481 * gdb.base/setshow.exp: Check for use_gdb_stub.
28482
28483 * gdb.base/break.exp: Fix continue until exit test for the gdb
28484 stub case.
28485 * gdb.base/langs.exp: Ditto.
28486
28487 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
28488 gdb_load_offset. If we weren't given a file to load, figure out
28489 what the current file is and use it.
28490
28491 * config/i386-bozo.exp: New file.
28492
28493 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
28494
28495 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
28496 feature.
28497
28498 * config/proelf.exp: New entry.
28499
28500 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
28501
28502 * lib/gdb.exp: Remove spurious .* patterns at the beginning
28503 of regexps.
28504
28505 * gdb.base/watchpoint.exp: Don't run the test_stepping
28506 tests if gdb can't call functions on the target.
28507
28508 * gdb.base/setshow.exp: Don't run the set prompt tests if
28509 the board has gdb_prompt set.
28510
28511 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
28512
28513 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
28514 * gdb.base/commands.exp: Likewise.
28515 * gdb.base/setshow.exp: Likewise.
28516
28517 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
28518
28519 * config/monitor.exp(gdb_start): Look for gdb_prompt target
28520 feature.
28521
28522 * config/i960.exp: New file.
28523
28524 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
28525
28526 * gdb.base/funcargs.exp: Check for gdb,short_int target
28527 feature instead of looking for explicit target triplets.
28528
28529 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
28530
28531 * gdb.base/printcmds.exp: add a couple more tests a la
28532 "p 123DEADBEEF", to check parse_number.
28533 * top.c: change "to enable to enable" to "to enable" in a couple
28534 of help strings.
28535
28536 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
28537
28538 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
28539 on the mn10300.
28540
28541 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
28542
28543 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
28544 where the test executable is run with explicit args.
28545 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
28546
28547 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
28548
28549 * gdb.base/run.c: Use FAKEARGV to build test executable that
28550 does not require a command line arg, since most simulators
28551 don't currently support passing such an arg into the simulated
28552 program.
28553 * gdb.base/commands.exp: Change tests to insert the proper
28554 value as the arg to the first recursive factorial call. Change
28555 compilation line to define FAKEARGV at compile time.
28556
28557 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
28558
28559 * gdb.base/recurse.exp: Enable these tests for the mn10300.
28560 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
28561 function with watchpoint enabled" test.
28562
28563 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
28564
28565 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
28566 Don't call gdb_test when the command doesn't return to a gdb prompt.
28567
28568 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
28569 "Tests restarted" messages.
28570
28571 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
28572
28573 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
28574
28575 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
28576
28577 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
28578 for INFO SYMBOL; add help tests for OVERLAY commands.
28579 * gdb.base/default.exp: add tests for INFO SYMBOL command;
28580 add tests for OVERLAY commands
28581 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
28582 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
28583 * gdb.base/sigall.c: add usestubs code frag
28584 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
28585
28586 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
28587
28588 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
28589 failures.
28590 (gdb_stop_suppressing_tests): Note that tests have restarted.
28591
28592 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
28593
28594 * config/h8300.exp: New file.
28595
28596 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
28597
28598 * gdb.base/setshow.exp: Check for the existence of a
28599 feature, not its value.
28600
28601 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
28602
28603 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
28604
28605 * gdb.base/scope.exp: It's now init0(), not init().
28606
28607 * gdb.base/scope0.c: For now, change init() to be init0().
28608
28609 * config/monitor.exp: Use gdb_serial in preference to serial
28610 or netport.
28611
28612 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
28613 and it's not already set.
28614
28615 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
28616
28617 * gdb.base/setshow.exp: Only test the run command if the target
28618 isn't using a stub and if it supports argument passing.
28619
28620 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
28621
28622 * config/udi.exp(gdb_start): Make sure UDICONF is set
28623 properly before starting gdb.
28624
28625 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
28626
28627 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
28628 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
28629 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
28630
28631 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
28632
28633 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
28634 specialized code to reboot the board, use remote_reboot instead.
28635
28636 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
28637
28638 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
28639
28640 * config/monitor.exp: Make sure we disconnect from the target.
28641 Also, try a reboot/reload cycle instead of failing if the
28642 load fails.
28643
28644 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
28645
28646 * gdb.base/default.exp: Don't set match_max.
28647 * gdb.base/help.exp: Ditto.
28648 * gdb.base/list.exp: Ditto.
28649 * gdb.base/signals.exp: Ditto.
28650
28651 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
28652 set, use remote_ld to download the testcase instead of
28653 the GDB loader.
28654
28655 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
28656
28657 * config/vr5000.exp: New file.
28658
28659 * config/monitor.exp(gdb_target_monitor): Add pattern for
28660 "Ending remote" to detect errors in connecting.
28661
28662 * gdb.base/setshow.exp: Add .* within auto language test.
28663
28664 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
28665 target feature.
28666
28667 * config/monitor.exp(gdb_load): Check for a failure when loading,
28668 and reboot the board if necessary.
28669
28670 * gdb.base/setvar.exp(test_set): Handle multiple prints within
28671 a set of tests. Remove print.* from the patterns being checked.
28672
28673 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
28674
28675 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
28676 refer to gdb_spawn_id.
28677
28678 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
28679 longer used.
28680 * config/sparclet.exp: Ditto.
28681 * config/sparclet-old.exp: Ditto.
28682 * config/slite.exp: Ditto.
28683 * config/sim.exp: Ditto.
28684 * gdb.base/funcargs.exp: Ditto.
28685
28686 * lib/gdb.exp:Remove references to gdb_spawn_id.
28687 (gdb_expect): Move to remote.exp.
28688
28689 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
28690
28691 * config/monitor.exp: Detect the "Couldn't establish connection"
28692 message from GDB.
28693
28694 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
28695
28696 * gdb.base/bitfields.exp: Use runto instead of explicit
28697 gdb_run_cmd/gdb_expect sequences.
28698
28699 * gdb.base/break.exp(text_next_with_recursion): Add match for
28700 gdb_expect call.
28701
28702 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
28703 We also need to handle the "A program is being debugged already"
28704 prompt from gdb. Use gdb_test to set the baud rate.
28705
28706 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
28707 to 20000. Really. I mean it.
28708
28709 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
28710
28711 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
28712 fails. If suppress_flag is set, skip perror message about not
28713 being able to send to GDB.
28714 (send_gdb): If suppress_flag is set, don't try to send commands to
28715 GDB.
28716 (gdb_expect): If suppress_flag is set, always fail immediately.
28717 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
28718 (gdb_init): Call gdb_stop_suppressing_tests.
28719 (default_gdb_exit): Ditto.
28720 (default_gdb_start): Ditto.
28721
28722 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
28723 gdb_stop_suppressing_tests as appropriate.
28724 * gdb.base/break.exp: Ditto.
28725 * gdb.base/callfuncs.exp: Ditto.
28726 * gdb.base/commands.exp: Ditto.
28727 * gdb.base/exprs.exp: Ditto.
28728 * gdb.base/funcargs.exp: Ditto.
28729 * gdb.base/list.exp: Ditto.
28730 * gdb.base/recurse.exp: Ditto.
28731 * gdb.base/scope.exp: Ditto.
28732 * gdb.base/structs.exp: Ditto.
28733 * gdb.c++/inherit.exp: Ditto.
28734
28735 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
28736
28737 * config/vr4300.exp: New file.
28738
28739 * gdb.*/*.exp: Call gdb_expect instead of expect.
28740
28741 * lib/gdb.exp(gdb_expect): New function.
28742
28743 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
28744
28745 * lib/gdb.exp(gdb_init): New function.
28746
28747 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
28748 for each individual variable set.
28749
28750 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
28751 name.
28752
28753 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
28754
28755 * gdb.base/scope.exp: Use gdb_test.
28756
28757 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
28758 aborting; the testsuite driver will do that for us (see
28759 gdb_finish). Also, use gdb_test in a few more places.
28760
28761 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
28762
28763 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
28764
28765 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
28766
28767 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
28768 and "add_tests" are not at the same address.
28769
28770 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
28771
28772 * gdb.base/ptype.exp: Use gdb_test.
28773
28774 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
28775
28776 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
28777 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
28778 left in. No longer expect them to fail.
28779
28780 * gdb.stabs/*.mt; Deleted, no longer used.
28781 * gdb.stabs/configure.in: Remove references to target makefile
28782 frags.
28783 * gdb.stabs/configure: Rebuilt.
28784
28785 * gdb.disasm/*.mt: Deleted, no longer used.
28786 * gdb.disasm/configure.in: Remove references to target makefile
28787 frags. Use "sh3.s" as the unique filename for this directory.
28788 * gdb.disasm/configure: Rebuilt.
28789
28790 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
28791 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
28792 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
28793
28794 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
28795
28796 * config/udi.exp: Use mondfe,name instead of remote_host.
28797
28798 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
28799
28800 * gdb.base/watchpoint.exp: Don't expect a failure when calling
28801 a function with a watchpoint enabled on the mn10200.
28802
28803 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
28804 before trying to create it!
28805
28806 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
28807
28808 * config/vx.exp: Use hostname instead of netport.
28809
28810 * config/vxworks.exp: New file.
28811
28812 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
28813
28814 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
28815 gdb before assuming everything worked. Send a ^C if a timeout
28816 occurs.
28817
28818 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
28819 $gdb_spawn_id directly.
28820 (gdb_run_cmd): Try _start as well as start. Use the target feature
28821 gdb,start_symbol as the symbol to start from when jumping.
28822
28823 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
28824
28825 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
28826 redundant) test.
28827
28828 * gdb.base/recurse.exp: Relax final value test for 'b' so that
28829 it doesn't lose for 16bit integer systems.
28830
28831 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
28832
28833 * gdb.fortran/types.exp: If the target doesn't support "double"
28834 data types, then expect "real" types to only be 4 bytes.
28835
28836 * gdb.c++/virtfunc.exp: Expect failure for virtual function
28837 call tests if the target doesn't support inferior function calls.
28838
28839 * gdb.base/printcmds.exp: Allow minor deviation in FP values
28840 in printf tests.
28841
28842 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
28843
28844 * gdb.base/help.exp: Disable "help set", "help show", and
28845 "help support". Simplify regexp for "help stack".
28846
28847 * gdb.base/default.exp: Set match_max to 5000 and the timeout
28848 to 60 seconds. Temporarily set match_max to 15000 around the
28849 "info copying" test.
28850
28851 * gdb.base/nodebug.exp: Don't try to do an inferior function
28852 call if the target doesn't support them.
28853 * gdb.base/printcmds.exp: Likewise.
28854 * gdb.base/setvar.exp: Likewise.
28855 * gdb.base/structs.exp: Likewise.
28856 * gdb.c++/templates.exp: Likewise.
28857 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
28858
28859 * gdb.base/recurse.exp: Enable for the mn10200.
28860
28861 * configure.in: Do configure gdb.stabs directory for *-*-elf
28862 targets.
28863 * configure: Rebuilt.
28864
28865 * gdb.base/break.exp: Check for gdb,noresults before testing
28866 exit status and/or results from the target.
28867 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
28868 * lib/gdb.exp: Remove old (now bogus) initialization of
28869 noinferior, noargs, noresults and nosignals.
28870
28871 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
28872
28873 * config/sh.exp: New file.
28874
28875 * config/slite.exp: Try to connect multiple times to the board
28876 before rebooting. Only send a "monitor run" if need_monitor_run
28877 is set.
28878
28879 * gdb.base/break.exp: Don't do the "stub continue" test if
28880 the target has gdb_stub set.
28881
28882 * gdb.base/callfuncs.exp: Increase the timeout.
28883
28884 * gdb.base/interrupt.exp: Don't even try to compile the testcase
28885 if the target has gdb,noinferiorio set.
28886
28887 * gdb.base/list.exp: Increase match_max to 10000 characters.
28888
28889 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
28890
28891 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
28892 target.
28893
28894 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
28895
28896 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
28897
28898 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
28899 trying to delete the copy of gdb. Catch the file delete so we
28900 don't die if the delete fails; also, the file should be copied to
28901 the host, not to the build.
28902
28903 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
28904
28905 * lib/gdb.exp(gdb_test): Surround the result pattern with
28906 parenthesis in case it contains multiple regexps separated
28907 with |.
28908
28909 * gdb.base/watchpoint.exp: Use gdb_test.
28910 * gdb.base/default.exp: Ditto.
28911
28912 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
28913
28914 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
28915
28916 * gdb.base/scope.exp: Use gdb_test.
28917 * gdb.c++/classes.exp: Ditto.
28918 * gdb.c++/inherit.exp: Ditto.
28919
28920 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
28921
28922 * gdb.base/crossload.exp: Don't use execute_anywhere, use
28923 remote_exec instead.
28924 * gdb.base/corefile.exp: Don't be ridiculous.
28925 * gdb.base/*.c: Add missing stub invocations.
28926
28927 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
28928
28929 * config/slite.exp: Miscellaneous fixes.
28930
28931 * lib/gdb.exp: Fix runto.
28932
28933 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
28934 the target.
28935
28936 * gdb.base/watchpoint.exp: Fix regexp.
28937
28938 * lib/gdb.exp(default_gdb_exit): Add a catch to the
28939 close and wait commands, as the descriptor may now be
28940 invalid. Always call "remote_close host".
28941
28942 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
28943
28944 Major rewrite for testsuite revision.
28945
28946 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
28947 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
28948 instead of relying on spawn_id to always contain a valid
28949 spawn id.
28950 (get_compiler_info): New procedure to build the ${binfile}.ci
28951 file, instead of replicating this in N different places.
28952 (gdb_compile): New procedure.
28953
28954 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
28955 appropriate arguments) instead of compile. Use gdb_test in a lot
28956 more places. Use send_gdb instead of send. Always run gdb_start
28957 at the start of a testcase, as this is no longer done magically.
28958
28959 config/*-gdb.exp: Rename without the -gdb suffix.
28960
28961 config/mips.exp: Use remote_close instead of exit_remote_shell.
28962 config/monitor.exp: Use target_info instead of looking at
28963 baud, timeout, etc.
28964 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
28965
28966 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28967
28968 * gdb.c++/templates.exp (test_ptype_of_templates),
28969 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
28970 Update expect patterns for destructors and assignment operators
28971 to match corresponding c-typeprint.c changes.
28972 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
28973 to destructor breakpoint test, GDB should be able to set the
28974 destructor breakpoint without specifying arguments.
28975
28976 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
28977
28978 * gdb.threads/pthreads.exp: Change result for failure to compile due
28979 to lack of pthreads runtime support from an error to simply an
28980 unsupported test, per dejagnu standards.
28981
28982 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28983
28984 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
28985 where GDB exits to reduce pattern match time.
28986 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
28987
28988 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
28989
28990 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
28991
28992 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
28993 * gdb.base/default.exp: ditto.
28994 * gdb.base/nodebug.exp: ditto.
28995 * gdb.base/printcmds.exp: ditto.
28996 * gdb.base/ptype.exp: ditto.
28997 * gdb.base/setvar.exp: ditto.
28998 * gdb.base/structs.exp: ditto.
28999 * gdb.base/setshow.c: Guard against uninitialized values of argc.
29000
29001 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
29002
29003 * configure, */configure: Rebuild with autoconf 2.12.
29004
29005 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
29006
29007 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
29008 use new i*86-pc-linux*-gnu quads.
29009 * gdb.base/corefile.exp: Ditto.
29010 * gdb.base/signals.exp: Ditto.
29011 * gdb.base/sigall.exp: Ditto.
29012 * gdb.base/interrupt.exp: Ditto.
29013
29014 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
29015 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
29016 RedHat 4.0.
29017
29018 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
29019 linux. This allows the test case to at least compile on latest
29020 linux, but still not run due to missing the threads runtime library.
29021
29022 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29023
29024 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
29025 directory to search gdb directory. Accept and step over conditional
29026 stack alignment code. Consume $prompt in failure cases.
29027 Reset timeout to $oldtimeout instead of some arbitrary value.
29028 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
29029 timeout problems with infinite stack backtraces.
29030 * gdb.base/ptype.exp (ptype struct link, union tu_link):
29031 Accept function parameters for linkfunc member.
29032
29033 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
29034
29035 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
29036 (CXXFLAGS): Remove, unreferenced.
29037 (B_OPTIONS): Add for -B options and add code to initialize with
29038 previous -B options and also add -B option to pick up cross compiled
29039 runtime.
29040 (TARGET_INCLUDES): Add for -I options and add code to initialize when
29041 doing cross compiles.
29042 (target_alias): Declare global.
29043 (xgcc): Set variable to full path of gcc in build tree. Use findfile
29044 to verify that gcc exists in build tree, and if so set CC to that
29045 gcc and to use B_OPTIONS and TARGET_INCLUDES.
29046
29047 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
29048
29049 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
29050 ptype test for anonymous union. Fixup testcase to match
29051 current gcc debug output.
29052
29053 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
29054
29055 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
29056 force argument to an unsigned long type.
29057
29058 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
29059
29060 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
29061 tests and anonymous union print/ptype tests.
29062 * gdb.base/list.exp (test_forward-search): Increase timeout by
29063 5 minutes for the "search extremely long line" case.
29064 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
29065 completely optional and that the pass/fail messages use the command as
29066 the message if that third arg is a null string.
29067 (gdb_test_exact): Arrange that a null string pattern means match a
29068 null string output rather than any output, which might include random
29069 errors.
29070 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
29071 backtrace test.
29072 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
29073 always failing and failure is now exposed by gdb.exp changes.
29074
29075 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
29076
29077 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
29078 weren't being noted.
29079
29080 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29081
29082 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
29083 * gdb.stabs/weird.exp: Remove v_comb xfails.
29084
29085 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
29086
29087 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
29088 list.exp scope.exp watchpoint.exp]
29089 Make all timeout error msgs explicitly say "(timeout)".
29090
29091 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
29092
29093 * config/monitor.exp: Increase download timeout to 1000 seconds.
29094
29095 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
29096
29097 * config/m32r.exp: Increase timeout to 120 seconds.
29098
29099 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
29100
29101 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
29102 and accept older ordering as obsolescent gcc or gdb.
29103 * gdb.c++/templates.exp: Ditto.
29104 * gdb.c++/virtfunc.exp: Ditto.
29105
29106 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
29107
29108 * gdb.base/coremaker.c: Add code to mmap some data so we
29109 can check that it ends up in the core file.
29110 * gdb.base/corefile.exp: Add test to read mmapped data
29111 from core file.
29112
29113 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
29114
29115 * config/m32r.exp: New file.
29116
29117 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
29118
29119 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
29120 that cflags can contains -gstabs, and work correctly for other tests.
29121
29122 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
29123
29124 * gdb.base/setshow.exp: New file, tests show and set.
29125 * gdb.base/setshow.c: New file, tests show and set.
29126 * gdb.base/help.exp: Add test for help set|show annotate.
29127 * gdb.base/default.exp: Add test for set|show annotate.
29128
29129 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
29130
29131 * testsuite/gdb.base/break.exp: Make backtrace from factorial
29132 errors unique.
29133 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
29134 explicitly.
29135
29136 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
29137
29138 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
29139 and width commands. This is done elsewhere.
29140 * (gdb_start): Don't call gdb_start_sim here. That's already
29141 done in gdb_load. This fixes lots of failures in default.exp.
29142
29143 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
29144
29145 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
29146 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
29147 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
29148 in the same we we treat other failures (since it may be an expected
29149 condition), rather than as an error.
29150 * gdb.base/signals.exp (test_handle_all_print): Revert back to
29151 old test format.
29152
29153 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
29154
29155 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
29156 (distclean maintainer-clean realclean): No need to remove files
29157 twice. Nuke the duplicates.
29158 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
29159 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
29160 Remove config.h along with other config files.
29161
29162 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
29163
29164 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
29165 "p func1 ()" and note that rests of tests are skipped.
29166 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
29167 setup_xfails for "print func2::coremaker_local".
29168 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
29169 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
29170 affected by the previous run test.
29171 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
29172 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
29173 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
29174 "pass int powerset tuple" and "pass modeless int powerset tuple".
29175 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
29176 "real write 4" and "real write 8".
29177 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
29178 setup_xfails for "print vs1 after tuple assign 2",
29179 "print \$i after tuple assign 2", and
29180 "print vs2 after tuple assign 2".
29181 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
29182 meaningful error message and return -1 so the caller can
29183 suppress further tests and avoid a cascade of errors.
29184
29185 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
29186
29187 * gdb.base/a1-selftest.exp: Tweak tests to account for new
29188 format for printing version.
29189 * gdb.base/default.exp: Ditto.
29190 * gdb.base/interrupt.exp: Fix problem with cascade of
29191 errors if child process dies while calling a function.
29192
29193 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
29194
29195 * Makefile.in (VPATH): Add
29196 * Makefile.in (Makefile, config.status): Fix rules so things get
29197 remade when necessary.
29198
29199 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
29200
29201 * Makefile.in (just-check): Add path to sibling expect dir
29202 to environment variable specified by RPATH_ENVVAR.
29203
29204 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
29205
29206 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
29207 (just-check): Add shared library paths for libstdc++, tk,
29208 tcl, bfd, and opcodes to the environment variable specified
29209 in RPATH_ENVVAR.
29210 * configure.in: Add support to recognize --enable-shared flag
29211 and generate correct value for RPATH_ENVVAR.
29212 * configure: Regenerated with autoconf.
29213
29214 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
29215
29216 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
29217 include all osf versions.
29218 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
29219 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
29220 when target is linux. When failing to build pthreads test
29221 executable, give more meaningful message.
29222 * gdb.threads/pthreads.c: Hpux also uses old definition of second
29223 arg for pthread_create.
29224
29225 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
29226
29227 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
29228 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
29229 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
29230 and -lpthreads (everybody else).
29231 (test_startup): Fail gracefully if threads are not supported.
29232 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
29233 "p/c array_index("abcdef",2)" when not gcc compiled.
29234 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
29235 "print func2::coremaker_local" when not gcc compiled.
29236 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
29237 "ptype on opaque struct tagname (statically)",
29238 "ptype on opaque struct tagname (dynamically) 1", and
29239 "ptype on opaque struct tagname (dynamically) 2"
29240 for not compiled with gcc.
29241 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
29242 backtrace when compiled with gcc.
29243 * lib/gdb.exp (runto_main): Return result of "runto main" rather
29244 than always return success.
29245
29246 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
29247
29248 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
29249
29250 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
29251
29252 * gdb.base/structs.exp: Undo last change.
29253
29254 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
29255
29256 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
29257 encapsulate all the steps/nexts done during self test, starting
29258 at main, and makes them less sensitive to optimization issues.
29259 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
29260 signal handler" test.
29261 * gdb.threads/pthreads.exp: Only run this for native configs.
29262 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
29263 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
29264 tests.
29265 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
29266 for "runto test_calls(void)" test.
29267
29268 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
29269
29270 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
29271 and don't expect address info in breakpoint confirmations.
29272
29273 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
29274
29275 * gdb.base/list.exp (test_forward_search): Increase timeout
29276 temporarily by 60 seconds for searching extremely long line,
29277 and then reset to old value when done. Increase expect input
29278 buffer to 10000.
29279
29280 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
29281
29282 * gdb.base/list.exp (test_forward_search): Fix to handle very
29283 long source line without overflowing expect's input buffer.
29284
29285 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
29286
29287 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
29288 "buffer_full".
29289
29290 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
29291 "buffer_full".
29292
29293 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
29294 "buffer_full".
29295
29296 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
29297 "buffer_full".
29298
29299 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
29300
29301 * configure.in (configdirs): Add gdb.threads.
29302 * configure: Regenerated with autoconf.
29303 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
29304 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
29305 * gdb.threads/configure: New, generated with autoconf.
29306
29307 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
29308
29309 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
29310
29311 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
29312
29313 * gdb.base/signals.exp (test_handle_all_print): Test separately for
29314 each signal's status in the output of "handle all print".
29315 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
29316 the \r\n sequence that immediately precedes the gdb prompt.
29317 * gdb.base/a1-selftest.exp: Save original timeout and restore
29318 after test.
29319
29320 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
29321
29322 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
29323 symbol.
29324
29325 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
29326
29327 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
29328
29329 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
29330
29331 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
29332 timeout by 60 seconds.
29333
29334 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
29335
29336 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
29337 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
29338 error return.
29339
29340 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
29341
29342 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
29343 gdb initialization, also report how long dejagnu waited. Restore
29344 old timeout before doing error return. Temporarily increase timeout
29345 by 3 minutes to allow for slow startups over heavy NFS use.
29346
29347 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
29348
29349 * lib/gdb.exp: Report timeout value for verbosity level 2.
29350 * config/gdbserver.exp: Ditto.
29351 * config/hppro.exp: Ditto.
29352 * config/mips-gdb.exp: Ditto.
29353 * config/monitor.exp: Ditto.
29354 * config/netware.exp: Ditto.
29355 * config/sim-gdb.exp: Ditto.
29356 * config/slite-gdb.exp: Ditto.
29357 * config/udi-gdb.exp: Ditto.
29358 * config/unix-gdb.exp: Ditto.
29359 * config/vx-gdb.exp: Ditto.
29360 * gdb.base/a1-selftest.exp: Ditto.
29361 * gdb.base/a2-run.exp: Ditto.
29362 * gdb.base/break.exp: Ditto.
29363 * gdb.base/corefile.exp: Ditto.
29364 * gdb.base/list.exp: Ditto.
29365 * gdb.base/recurse.exp: Ditto.
29366 * gdb.base/scope.exp: Ditto.
29367 * gdb.base/signals.exp: Ditto.
29368
29369 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
29370
29371 * gdb.threads/Makefile.in (docdir): Removed.
29372
29373 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
29374
29375 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
29376 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
29377 @srcdir@.
29378 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
29379 autoconf 2.5 or higher.
29380 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
29381
29382 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
29383
29384 * configure: Regenerated.
29385 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
29386 avoid name clashes with SunOS headers.
29387
29388 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
29389
29390 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
29391
29392 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
29393
29394 * gdb.base/callfuncs.exp: Finish last change -- make sure the
29395 prototype information ends up in the compiler info file.
29396
29397 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
29398
29399 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
29400 attempting to regenerate it. Eliminate use of a temporary file
29401 and just generate the info file directly. Source it immediately,
29402 for consistency of use.
29403 * gdb.base/corefile.exp: Ditto
29404 * gdb.base/exprs.exp: Ditto.
29405 * gdb.base/funcargs.exp: Ditto.
29406 * gdb.base/langs.exp: Ditto.
29407 * gdb.base/list.exp: Ditto.
29408 * gdb.base/mips_pro.exp: Ditto.
29409 * gdb.base/nodebug.exp: Ditto.
29410 * gdb.base/opaque.exp: Ditto.
29411 * gdb.base/ptype.exp: Ditto.
29412 * gdb.base/scope.exp: Ditto.
29413 * gdb.base/setvar.exp: Ditto.
29414 * gdb.base/signals.exp: Ditto.
29415 * gdb.base/whatis.exp: Ditto.
29416 * gdb.c++/templates.exp: Ditto.
29417 * gdb.c++/virtfunc.exp: Ditto.
29418 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
29419 whether or not to add -lstdc++ to the compile command line args.
29420
29421 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29422
29423 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
29424 it got fixed by the recent lookup_minimal_symbol_by_pc change.
29425 Increase timeout, a lot of single stepping might be needed if the
29426 target has no hardware watchpoints.
29427
29428 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
29429
29430 * gdb.base/break.exp: Ignore compiler warnings when compiling
29431 break.c.
29432 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
29433 * gdb.base/default.exp: Add h8300 xfails. Handle messages
29434 from remote-sim.
29435 * gdb.base/exprs.exp: Add h8300 xfails.
29436 * gdb.base/funcargs.exp: Likewise.
29437 * gdb.base/nodebug.exp: Likewise.
29438 * gdb.base/printcmds.exp: Likewise.
29439 * gdb.base/ptype.exp: Likewise.
29440 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
29441 h8300 xfails.
29442 * gdb.base/return.exp: Handle float/double precision problems
29443 on the h8300.
29444 * gdb.base/funcargs.c: Explicitly make last constant argument to
29445 call_after_alloca_subr an unsigned long type.
29446 * gdb.base/return.c: Include stdio.h.
29447
29448 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
29449
29450 * config/abug.exp: New file for the older Motorola Bug monitor
29451 that runs on the mvme13x series VME boards.
29452 * config/monitor.exp: Use the new config array for target settings
29453 if they exist.
29454
29455 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
29456
29457 * sim-gdb.exp: Make the SH simulator allocate less space when
29458 it is targeted.
29459
29460 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
29461
29462 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
29463 test.
29464
29465 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
29466
29467 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
29468 "rs6000-*-*" for "list function in include file" when gcc compiled.
29469 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
29470 for "p ctable1[120]".
29471 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
29472 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
29473 Remove setup_xfail for "rs6000-*-*" for
29474 "print 'scope0.c'::filelocal before run".
29475 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
29476 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
29477 since some compilers don't allow both options to be given
29478 on the same command line. Create object file and move it.
29479
29480 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
29481
29482 * gdb.base/corefile.exp: Always regenerate the core file, since
29483 we always regenerate the coremaker program. Detect special case
29484 where registers cannot be read from core file.
29485
29486 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
29487
29488 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
29489 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
29490 * gdb.c++/templates.exp: Only match on basename of file since
29491 some formats like xcoff don't encode directory information.
29492 * gdb.stabs/weird.exp: Use the right sed script for powerpc
29493 and rs6000 AIX xcoff targets.
29494 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
29495 * configure: Regenerate.
29496 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
29497 here, rather than in distclean.
29498
29499 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
29500
29501 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
29502 defined, and use it to compile the test case with -O2. The
29503 native compilation still uses no optimization.
29504 * gdb.base/mips_pro.c: Remove inline assembly code since
29505 it is compiled PIC by default, which results in assembler
29506 warnings that make the testsuite think the compilation
29507 was unsuccessful.
29508
29509 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
29510
29511 * gdb.c++/misc.exp: Add note to message for
29512 "print s.a for foo struct" that this is a known gcc 2.7.2
29513 and earlier bug.
29514
29515 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
29516
29517 * gdb.base/break.exp: Fix pattern for matching "Delete all
29518 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
29519 setup_xfail for deleting all breakpoints test. Fix various
29520 timeout messages to include "(timeout)".
29521 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
29522 for "p t_float_values2(3.14159,float_val2)".
29523 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
29524 for "continue to call2g" when gcc compiled.
29525 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
29526 "up to foo in langs.exp", "show language at foo in langs.exp",
29527 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
29528 and "show language at fsub in langs.exp".
29529 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
29530 "list line 1 in include file", "list message for lines past EOF",
29531 "list function in include file", "list list0.h:foo", and
29532 "list filename:function; nonexistant function".
29533 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
29534 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
29535 and "ptype t_char_array" to be for native cc only.
29536
29537 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
29538
29539 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
29540 setup_xfail for "print coremaker_bss", "print coremaker_ro",
29541 "print func2::coremaker_local", and "backtrace in corefile.exp".
29542
29543 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
29544
29545 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
29546 "bt in signals.exp". This problem only appears when running
29547 the testsuite, and then only intermittently.
29548
29549 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
29550
29551 * gdb.base/return.exp (return_tests): Differentiate between
29552 two tests of continuing.
29553
29554 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
29555
29556 * */Makefile.in (maintainer-clean): Remove config.log.
29557 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
29558 * gdb.c++/Makefile.in (PROGS): Add inherit.
29559 (clean): Remove *.ci.
29560
29561 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
29562
29563 * gdb.c++/misc.cc: Add test code from Mike Stump.
29564 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
29565
29566 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
29567
29568 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
29569 to "alpha-*-osf2*" and add comment.
29570 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
29571 setup_xfail for "step over execarg initialization" and
29572 "step over corearg initialization".
29573 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
29574 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
29575 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
29576 gcc compiled for "print coremaker_bss", "print coremaker_ro",
29577 "print func2::coremaker_local", and "backtrace in corefile.exp".
29578 * gdb.base/signals.exp: Build and source signals.ci.
29579 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
29580 to be for gcc only.
29581 * lib/gdb.exp: Move verbose statements outside conditionals.
29582
29583 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29584
29585 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
29586 Feb 3 procfs.c change.
29587
29588 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
29589
29590 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
29591
29592 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
29593
29594 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
29595 from dejagnu's apparent default of 10 seconds, which gives random
29596 results when running the tests over NFS on moderately loaded systems.
29597 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
29598
29599 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
29600
29601 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
29602 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
29603 result reports.
29604
29605 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
29606
29607 * configure.in (CY_AC_PATH_TCLH): Remove.
29608 * configure: Regenerate.
29609
29610 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
29611
29612 * gdb.c++/Makefile.in (clean): Add missing '{'.
29613
29614 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
29615
29616 * lib/gdb.exp: Provide a default value for noinferior.
29617
29618 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
29619 Load libgloss.exp.
29620
29621 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
29622
29623 * gdb.disasm/hppa.exp: Compile directly into an executable, use
29624 the executable, not the .o to run the tests from.
29625
29626 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
29627
29628 * gdb.base/break.exp: Don't test for program exit or exit status
29629 if $noresults if nonzero.
29630 * gdb.base/langs.exp: Likewise.
29631 * gdb.base/watchpoint.exp: Likewise.
29632
29633 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
29634 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
29635 trying to compile the testcase.
29636
29637 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
29638
29639 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
29640 * gdb.base/signals.exp (continue to handler): Likewise.
29641
29642 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
29643
29644 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
29645
29646 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
29647
29648 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
29649
29650 * gdb.base/corefile.exp: Recognize "not found" as failure
29651 when trying to determine if a core file was generated.
29652 If no core file was generate the first time, try again without
29653 the ulimit -c to work around braindamaged shells.
29654
29655 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
29656
29657 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
29658 [] tests with "test" and enclose string in quotes.
29659 * gdb.stabs/configure: Rebuild
29660
29661 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
29662
29663 Changes in sync with expect:
29664 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
29665 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
29666 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
29667 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
29668 argument to AC_REQUIRE.
29669 * configure: Regenerated.
29670
29671 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
29672
29673 * gdb.base/corefile.exp: When generating a core, discard any
29674 error messages about ulimit not found and the "core dumped"
29675 message from the shell that runs the coredumper.
29676
29677 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
29678
29679 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
29680
29681 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
29682 which sed script to run. Expect failure for v_comb test
29683 on PA targets too.
29684
29685 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
29686
29687 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
29688 "print func2::coremaker_local" and for "backtrace in corefile.exp"
29689
29690 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
29691
29692 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
29693 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
29694 "sparc-sun-solaris*" xfails for "p v_comb".
29695 * lib/gdb.exp (default_gdb_start): Fix typo.
29696 * gdb.base/corefile.exp: Allow "Core was generated by ..."
29697 messages to not include the full program name that caused
29698 the core dump since some systems (such as solaris) apparently
29699 truncate this path to about 80 characters.
29700 When generating a core file first try increasing the core file
29701 size limit to unlimited since some systems may default it to
29702 zero, and it is harmless to try it. Move the test for failing
29703 to generate a core file to where it will actually get executed.
29704 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
29705 new gdb result from g++ debug info improvements and make old
29706 pattern obsolescent. Also account for size_t differences
29707 (may be int or long).
29708 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
29709 initialization before function call is placed in the delay slot
29710 and thus appears to be skipped over by commands such as "next".
29711
29712 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
29713
29714 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
29715
29716 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
29717
29718 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
29719 input source file; fix code to compile test to deal with this
29720 convention.
29721 * gdb.c++/*.exp: Likewise.
29722
29723 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
29724
29725 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
29726 "bt in signals.exp".
29727
29728 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
29729
29730 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
29731 "step over execarg initialization" and
29732 "step over corearg initialization".
29733
29734 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
29735
29736 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
29737 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
29738
29739 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
29740
29741 From Rob Savoye (rob@poseidon.cygnus.com)
29742 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
29743 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
29744 configure.in}, gdb.disasm/{Makefile.in, configure.in},
29745 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
29746 configure.in}: Major reworking for autoconfig.
29747 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
29748 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
29749 New files.
29750 * config/unix-gdb.exp: Make GDB global.
29751 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
29752 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
29753 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
29754 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
29755 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
29756 term.exp, twice.exp, watchpoint.exp, whatis.exp},
29757 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
29758 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
29759 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
29760 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
29761 pr-8136.exp, result.exp, string.exp, tuples.exp},
29762 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
29763 to returns as necessary, arrange for test to compile own testcase
29764 executable.
29765 * lib/gdb.exp: Changes for testsuite to compile own test cases.
29766
29767 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
29768
29769 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
29770 clear_xfail at end of test which might not call either pass or fail.
29771 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
29772 "backtrace through signal handler".
29773
29774 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29775
29776 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
29777 continuing from a job control stop signal.
29778 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
29779
29780 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
29781
29782 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
29783 * gdb.base/corefile.exp: Likewise.
29784 * gdb.base/funcargs.exp: Likewise.
29785
29786 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
29787
29788 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
29789 * config/monitor.exp: Add support for setting baud rate.
29790
29791 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
29792
29793 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
29794 i*86-*-linux* xfails for "backtrace through signal handler".
29795 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
29796 "print func2::coremaker_local".
29797 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
29798 alpha-dec-osf2* xfail for
29799 "delete all breakpoints when none".
29800
29801 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
29802
29803 * gdb.base/break.exp: Change test that deletes all breakpoints
29804 when no user breakpoints are installed. A post 4.15 change
29805 causes gdb to no longer prompt in this case.
29806
29807 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
29808
29809 * gdb.base/return.exp (return_tests): Change xfail for test
29810 "correct value returned double test" to stop xfailing at
29811 Solaris 2.5. Apparently the bug has been fixed.
29812
29813 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
29814
29815 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
29816 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
29817
29818 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
29819
29820 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
29821 * gdb.disasm/hppa.s: Corresponding changes.
29822
29823 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
29824
29825 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
29826 makefile fragment.
29827 * config/mt-hpux: Deleted.
29828
29829 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
29830
29831 * Many files: When warning about suppressed tests due to a
29832 nonexistant test binary, avoid incrementing the warning count.
29833
29834 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
29835
29836 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
29837
29838 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29839
29840 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
29841 "sparc-*-solaris2*".
29842
29843 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29844
29845 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
29846 Add global and local variables and initialize them.
29847 * gdb.base/corefile.exp: Test correct mapping of corefile sections
29848 by printing variables. Remove rs6000 and powerpc xfails, BFD now
29849 extracts the file name and terminating signal from the core file.
29850 * TODO: Remove note about tests for correct mapping of corefile.
29851 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
29852 from optimizing it away.
29853 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
29854 handles common blocks.
29855
29856 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
29857
29858 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
29859 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
29860
29861 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
29862
29863 * Makefile.in (maintainer-clean): New target, synonym for
29864 realclean.
29865 * gdb.base/Makefile.in (maintainer-clean): Likewise.
29866 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
29867 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
29868 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
29869 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
29870 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
29871
29872 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
29873
29874 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
29875 xfails when not gcc compiled for "print foo::funclocal".
29876 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
29877 "print foo::funclocal at foo",
29878 "print 'scope1.c'::foo::funclocal at foo",
29879 "print foo::funclocal_bss at foo",
29880 "print 'scope1.c'::foo::funclocal_bss at foo",
29881 "print foo::funclocal_ro at foo",
29882 "print 'scope1.c'::foo::funclocal_ro at foo",
29883 "print bar::funclocal at foo" and
29884 "print 'scope1.c'::bar::funclocal at foo".
29885 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
29886 gcc compiled for "print foo::funclocal at bar".
29887 Expand all messages to ensure that they identify that
29888 the test is at bar().
29889 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
29890 gcc compiled for:
29891 "ptype on opaque struct pointer (statically)",
29892 "ptype on opaque struct tagname (statically)",
29893 "ptype on opaque struct pointer (dynamically) 1",
29894 "ptype on opaque struct tagname (dynamically) 1",
29895 "ptype on opaque struct pointer (dynamically) 2" and
29896 "ptype on opaque struct tagname (dynamically) 2
29897 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
29898 gcc compiled for:
29899 "p datalocal"
29900 "whatis datalocal",
29901 "ptype datalocal",
29902 "p bsslocal",
29903 "whatis bsslocal", and
29904 "ptype bsslocal".
29905 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
29906 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
29907 when not gcc compiled.
29908 * gdb.base/funcargs.exp (float_and_integral_args): Add
29909 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
29910 compiled.
29911 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
29912 "backtrace from call6a" when not gcc compiled.
29913 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
29914 "backtrace from call7a" when not gcc compiled.
29915 * gdb.base/callfuncs.exp (do_function_calls):
29916 Add "hppa*-*-hpux*" xfail when not gcc compiled for
29917 "p t_char_array_values(char_array_val2,char_array_val1)",
29918 "p t_char_array_values(char_array_val1,char_array_val2)",
29919 "p t_char_array_values("carray 1","carray 2")",
29920 "p t_char_array_values("carray 1",char_array_val2)",
29921 "p t_char_array_values(char_array_val1,"carray 2")",
29922 "p sum_args(1,{2})",
29923 "p sum_args(2,{2,3})",
29924 "p sum_args(3,{2,3,4})",
29925 "p sum_args(4,{2,3,4,5})"
29926 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
29927 "backtrace in corefile.exp" when not gcc compiled.
29928
29929 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29930
29931 * gdb.base/signals.exp: Rewrite `handle all print' test as
29932 a procedure. Accept blanks or TABs as whitespace, increase
29933 timeout and expect input buffer size for the large output
29934 from the command. Remove "i*86-*-bsdi2.0" xfail.
29935
29936 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29937
29938 * gdb.base/setvar.exp: Add new testcases for truncation when
29939 assigning invalid values to bitfields.
29940
29941 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
29942
29943 * gdb.base/callfuncs.exp (do_function_calls): Remove
29944 mips-sgi-irix* xfail for
29945 "call inferior func with struct - returns char *"
29946 and fix test so that an optional (unsigned char *) cast is
29947 accepted in the result.
29948
29949 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
29950
29951 * gdb.base/funcargs.exp (float_and_integral_args): Remove
29952 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
29953 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
29954 * gdb.base/signals.exp: Remove duplicate "handle all print" test
29955 that accidentally got checked in.
29956
29957 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
29958
29959 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
29960 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
29961 compiled test.
29962 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
29963 Add mips-sgi-irix5* xfail for not gcc compiled.
29964 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
29965 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc
29966 compiled for "p top", "whatis top", "p middle", and "whatis
29967 middle".
29968 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
29969 "whatis signed char" for not gcc compiled.
29970 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
29971 "set variable signed char=-1 (-1)" and
29972 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
29973 * gdb.base/funcargs.exp (float_and_integral_args):
29974 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
29975 Add mips-sgi-irix* xfail when not gcc compiled for
29976 "continue to call2b".
29977 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
29978 "continue to call2g".
29979 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc
29980 compiled for "backtrace from call6a"
29981 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc
29982 compiled for "backtrace from call7k". Add mips-sgi-irix5* xfail
29983 when not gcc compiled for "backtrace from call7a".
29984 (localvars_after_alloca): Fix gdb_test cmds for
29985 "print * after runto ...".
29986 Remove rs6000-*-* xfails for
29987 "print i after runto localvars_after_alloca" and
29988 "print l after runto localvars_after_alloca"
29989 for all compilers.
29990 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
29991 when not compiled with gcc, for:
29992 "print signed char == (minus)",
29993 "print signed char != (minus)",
29994 "print signed char < (minus)",
29995 "print signed char > (minus)".
29996 * gdb.base/callfuncs.exp (do_function_calls):
29997 Add mips-sgi-irix* xfail, when compiled with native compiler, for
29998 "call inferior func with struct - returns char *".
29999 * gdb.base/return.exp (return_tests): Change xfail for
30000 "correct value returned double test" to include Solaris 2.4.
30001 * gdb.base/funcargs.exp (float_and_integral_args):
30002 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
30003
30004 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30005
30006 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
30007 enumeration bitfields if compiling with GNU C.
30008 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
30009 to empty' prompt.
30010
30011 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
30012
30013 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
30014 test for PRO targets.
30015
30016 * gdb.base/funcargs.exp: Avoid ever setting more than 8
30017 breakpoints in the inferior at any given time by making
30018 two groups of breakpoints for call2*, call6* and call7*
30019 tests.
30020
30021 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30022
30023 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
30024 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
30025 from optimizing it away.
30026 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
30027 "call inferior func with struct".
30028
30029 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
30030
30031 * configure.in: Only configure gdb.chill for particular targets.
30032
30033 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
30034
30035 * gdb.base/Makefile.in: Add action to .c.o transformation
30036 rule that generates a .ci file for each .o file and remove
30037 explicit .c.o rules except for callfuncs.o.
30038 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
30039 generates a .ci file for each .o file and remove explicit
30040 .cc.o rules.
30041 (clean): Remove *.tmp *.ci files.
30042 (EXECUTABLES): Remove templ-info.exp.
30043 * gdb.base/compiler.c: New file.
30044 * gdb.c++/compiler.cc: New file
30045 * gdb.base/scope.exp: Source gdb.base/scope.ci.
30046 Change rs6000-*-* xfail for
30047 "print 'scope0.c'::filelocal_ro" and
30048 "print 'scope1.c'::filelocal" and
30049 "print 'scope1.c'::filelocal_bss" and
30050 "print 'scope1.c'::filelocal_ro" and
30051 "print 'scope1.c'::foo::funclocal" and
30052 "print 'scope1.c'::foo::funclocal_ro" and
30053 "print 'scope1.c'::bar::funclocal" and
30054 "print 'scope0.c'::filelocal_ro" and
30055 "print 'scope1.c'::filelocal at foo" and
30056 "print 'scope1.c'::filelocal_bss at foo" and
30057 "print 'scope1.c'::filelocal_ro at foo" and
30058 "print 'scope1.c'::foo::funclocal at foo" and
30059 "print 'scope1.c'::foo::funclocal_bss at foo" and
30060 "print 'scope1.c'::foo::funclocal_ro at foo" and
30061 "print 'scope1.c'::bar::funclocal at foo" and
30062 "print 'scope0.c'::filelocal_ro" and
30063 "print 'scope1.c'::filelocal" and
30064 "print 'scope1.c'::filelocal_bss" and
30065 "print 'scope1.c'::filelocal_ro" and
30066 "print 'scope1.c'::foo::funclocal" and
30067 "print 'scope1.c'::foo::funclocal_bss" and
30068 "print 'scope1.c'::foo::funclocal_ro" and
30069 "print 'scope1.c'::bar::funclocal" and
30070 "print 'scope1.c'::bar::funclocal_bss"
30071 to only be xfail'd when not compiled with gcc.
30072 Add rs6000-*-* xfail for
30073 "print 'scope0.c'::filelocal_bss before run"
30074 when compiled with gcc.
30075 (test_at_main): Add rs6000-*-* xfail for
30076 "print filelocal_ro in test_at_main"
30077 when compiled with gcc.
30078 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
30079 Add rs6000-*-aix* xfail for
30080 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
30081 "ptype t_char_array", not compiled with gcc.
30082 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
30083 xfail for "list foo (in include file)" when gcc compiled.
30084 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
30085 (integral_args): Add rs6000-*-* xfail for
30086 "run to call0a" if not compiled with gcc.
30087 (unsigned_integral_args): Add rs6000-*-* xfail for
30088 "run to call1a" if not compiled with gcc.
30089 (float_and_integral_args): Add rs6000-*-* xfail for
30090 "run to call2a" if not compiled with gcc and for
30091 "continue to call2b" for any compiler.
30092 Add rs6000-*-* xfail to
30093 "print f1 after run to call2a" for gcc compiled.
30094 (discard_and_shuffle): Add rs6000-*-* xfail for
30095 "run to call6a".
30096 (shuffle_round_robin): Add rs6000-*-* xfail for
30097 "backtrace from call7a" if not compiled with gcc.
30098 Add rs6000-*-* xfail for
30099 "backtrace from call7b" if compiled with gcc.
30100 (call_after_alloca): Add rs6000-*-* xfail for
30101 "print c in call_after_alloca" and
30102 "print s in call_after_alloca" and
30103 "backtrace from call_after_alloca_subr"
30104 if not compiled with gcc.
30105 (localvars_in_indirect_call): Add rs6000-*-* xfail for
30106 "print c in localvars_in_indirect_call" and
30107 "print c in localvars_in_indirect_call" and
30108 "backtrace in indirectly called function" and
30109 "stepping into indirectly called function"
30110 if not compiled with gcc.
30111 (localvars_after_alloca): Add rs6000-*-* xfail for
30112 "print c after runto localvars_after_alloca" and
30113 "print s after runto localvars_after_alloca" and
30114 "print i after runto localvars_after_alloca" and
30115 "print l after runto localvars_after_alloca"
30116 for all compilers.
30117 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
30118 than whatis-info.exp.
30119 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
30120 than opaque-info.exp.
30121 Setup rs6000-*-* xfail for
30122 "ptype on opaque struct pointer (statically)" and
30123 "ptype on opaque struct pointer (dynamically)" when
30124 not compiled with gcc.
30125 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
30126 rather than callf-info.exp.
30127 (do_function_calls): Add clear_xfail for rs6000-*-* for
30128 "p t_float_values2(3.14159,float_val2)". Seems to work
30129 fine there, both with xlc and gcc. Need to find out what
30130 it is doing right and fix other platforms.
30131 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
30132 "call inferior func with struct - returns int",
30133 "call inferior func with struct - returns long",
30134 "call inferior func with struct - returns float",
30135 "call inferior func with struct - returns double",
30136 "call inferior func with struct - returns char *",
30137 but only if not gcc compiled (presumes xlc compiled).
30138 Change rs6000-*-* xfails for
30139 "call inferior func with struct - returns char" and
30140 " call inferior func with struct - returns short" to only
30141 xfail if not using gcc.
30142 (clean mostlyclean): Remove *.ci and *.tmp files.
30143 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
30144 than templ-info.exp.
30145 * gdb.base/langs.exp: Source gdb.base/langs.ci.
30146 Add rs6000-*-* xfail for "up to foo in langs.exp"
30147 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
30148 when not gcc compiled.
30149
30150 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
30151
30152 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
30153 * gdb.base/corefile.exp: Likewise.
30154 * gdb.base/list.exp: Likewise.
30155 * gdb.base/scope.exp: Likewise.
30156 * gdb.base/siganls.exp: Likewise.
30157
30158 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
30159 compiler output.
30160 * gdb.base/whatis.exp: Likewise.
30161
30162 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
30163
30164 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
30165 failure (opcode table has been fixed to match reality).
30166
30167 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
30168
30169 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
30170 "call inferior func with struct - returns char",
30171 "call inferior func with struct - returns short"
30172
30173 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
30174 "print 'scope0.c'::filelocal at main",
30175 "print 'scope0.c'::filelocal_bss in test_at_main",
30176 "print 'scope0.c'::filelocal at foo",
30177 "print 'scope0.c'::filelocal_bss in test_at_foo",
30178 "print 'scope0.c'::filelocal at bar",
30179 "print 'scope0.c'::filelocal_bss in test_at_bar"
30180
30181 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
30182 in source file 1". This bug seems to have been fixed with both
30183 gcc and native cc (was native assembler bug?).
30184
30185 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
30186
30187 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
30188 "backtrace through signal handler" to "i*86-*-sysv4*".
30189 * gdb.base/signals.exp: Add xfail for "'next' behaved as
30190 continue" case. Add "known SVR4 bug" to fail message.
30191 Add "i*86-*-bsdi2.0" xfail for "handle all print".
30192 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
30193 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
30194 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
30195 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
30196 "up to foo in langs.exp", "show language at foo in
30197 langs.exp", "up to cppsub_ in langs.exp", "show
30198 language at cppsub_ in langs.exp", "up to fsub in
30199 langs.exp", and "show language at fsub in langs.exp".
30200 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
30201 "bactrace in corefile.exp".
30202 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
30203 "call inferior function with struct - returns float" and
30204 "call inferior function with struct - returns double".
30205
30206 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
30207
30208 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
30209 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
30210 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
30211 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
30212
30213 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
30214
30215 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
30216 (or overriden) "CHILL" macro rather then bare "gcc".
30217 Also look for ../../gcc/xgcc since that is what we will
30218 actually need, not "Makefile". Remove following assignment
30219 of CHILL to CHILL_FOR_TARGET because that results in
30220 recursive definition.
30221
30222 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
30223
30224 * gdb.base/corefile.exp: Change xfail for backtrace in
30225 corefile.exp from linuxaout to all linux.
30226 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
30227 cases where we miss the breakpoint at the signal handler
30228 for some reason. Setup xfail for linuxoldld/linuxaout and
30229 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
30230 hitting SIGURG breakpoint.
30231 * gdb.base/signals.exp: Setup xfail for "next" acting like
30232 continue to add linuxoldld. Setup xfail for all linux for
30233 "next to handler in signals_tests_1", "backtrace in
30234 signals_tests_1", "continue to func1", "pass SIGUSR1",
30235 and continue to handler".
30236
30237 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
30238
30239 * Update all FSF addresses except those in COPYING* files.
30240
30241 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
30242
30243 * gdb.base/a2-run.exp: Change messages to be more explicit about
30244 the status of args, and quote binfile in results.
30245
30246 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
30247
30248 * gdb.base/callfuncs.exp: Add tests for passing structs to
30249 inferior functions and return various types.
30250 * gdb.base/callfuncs.c: Add functions to receive a struct
30251 and return a member of the struct, in various types.
30252
30253 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30254
30255 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
30256
30257 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
30258
30259 * config/vxworks29k.exp: New file, sources vxworks.exp.
30260
30261 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
30262
30263 * config/gdbremote.exp: New file. Testing framework using
30264 gdbserver.
30265
30266 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
30267
30268 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
30269 "call function when asleep" and "send end of file".
30270 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
30271 for "backtrace in corefile.exp".
30272 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
30273 for "backtrace through signal handler".
30274 * gdb.base/corefile.exp: Make sure we actually generate a core file
30275 before trying the core tests. Some systems allow the user to suppress
30276 generation of core files and default to that (linux for example).
30277 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
30278 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
30279
30280 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
30281
30282 * gdb.threads: New directory with some crude multi-threaded
30283 gdb tests (step.exp and step2.exp).
30284 * config/mt-lynx (STEP_EXECUTABLE): Define.
30285 (THREADFLAGS): Define.
30286
30287 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
30288
30289 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
30290
30291 * gdb.base/signals.exp: Disable whole file for lynx until
30292 further notice.
30293
30294 * gdb.base/signals.exp: xfail test where "next" acts like
30295 "continue" for lynx.
30296
30297 * gdb.base/interrupt.exp: xfail test for calling function while
30298 inferior is asleep for lynx.
30299
30300 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
30301 than one cr-lf after each command.
30302
30303 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30304
30305 * configure.in: Reinstate setting of stabsdirs variable, fix
30306 typo in setting up configdirs for native builds.
30307
30308 * gdb.base/return.exp: Fix typo in return double test.
30309 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
30310 compiler from optimizing them away.
30311
30312 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
30313
30314 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
30315 sequences to be echo'd by gdb when using gdb_test.
30316 * gdb.chill/chexp.exp: Likewise.
30317 * gdb.fortran/exprs.exp: Likewise
30318
30319 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
30320
30321 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
30322 after the inferior gdb has started.
30323
30324 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
30325 after each command.
30326 * gdb.base/funcargs.exp: Likewise.
30327 * gdb.base/gdbvars.exp: Likewise.
30328 * gdb.base/interrupt.exp: Likewise.
30329 * gdb.base/list.exp: Likewise.
30330 * gdb.base/watchpoint.exp: Likewise.
30331 * gdb.c++/demangle.exp: Likewise.
30332 * gdb.c++/inherit.exp: Likewise.
30333 * gdb.chill/chexp.exp: Likewise.
30334 * gdb.fortran/exprs.exp: Likewise.
30335
30336 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
30337 test if we can't handle IO to/from the inferior.
30338
30339 * gdb.c++/misc.exp: Always check for a program already being
30340 started after sending a "run" command to gdb.
30341
30342 * gdb.base/twice.exp: Start with a fresh gdb.
30343
30344 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
30345 only depend on gdb's expression code, not the chill runtime.
30346
30347 * gdb.base/return.c: Put return values into variables so we
30348 can have gdb print them rather than depending on the program
30349 to print them.
30350 * gdb.base/return.exp: Corresponding changes.
30351
30352 * lib/gdb.exp: Provide default value for noinferiorio.
30353 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
30354 the inferior.
30355
30356 * gdb.base/break.exp: Always check for a program already being
30357 started after sending a "run" command to gdb.
30358 (text_next_with_recursion): Don't check the output from the
30359 program's printf statement. Instead just make sure the program
30360 exited.
30361
30362 * gdb.base/commands.exp: Protect tests which need arguments with
30363 $noargs conditionals.
30364
30365 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30366
30367 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
30368 of structure member arrays to match gdb/valops.c:value_addr change.
30369
30370 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
30371
30372 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
30373 cases.
30374
30375 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
30376
30377 * configure.in (configdirs): Remove gdb.chill from default list
30378 of subdirs and then add it back in only if doing a native build.
30379 The current chill compiler does not yet work in any cross build.
30380 * Revert all signal changes from Jul 6.
30381 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
30382 for sh-hms targets, allowing these tests to link, with no other
30383 changes. Testing is suppressed by setting "nosignals" in site.exp.
30384
30385 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
30386
30387 * configure.in (signaldirs): Define and add to configdirs for all
30388 targets except some specific ones that are known to not support signals.
30389 Also clean up formatting.
30390 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
30391 (signals, sigall): Remove rules to build.
30392 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
30393 Moved to new gdb.signals directory.
30394 * gdb.signals: New test directory.
30395 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
30396 signals.c signals.exp}: New or moved files.
30397
30398 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
30399
30400 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
30401
30402 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
30403
30404 * gdb.base/return.exp: Xfail `return double' test failure
30405 on at least Solaris 2.3 and handle future/past versions on
30406 a case by case basis as appropriate. Also update message
30407 to include i*86 failures.
30408
30409 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30410
30411 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
30412
30413 * lib/gdb.exp: Fix comment which erroneously identified
30414 gdb_file_cmd as gdb_load (the 19 May change was in fact to
30415 gdb_file_cmd not gdb_load).
30416 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
30417
30418 * gdb.base/setvar.exp: Make test names consistent between pass and
30419 fail cases. Use gdb_test more.
30420
30421 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30422
30423 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
30424
30425 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30426
30427 * gdb.base/help.exp: Fix expected help string for `show commands'.
30428
30429 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
30430
30431 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
30432
30433 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
30434 of a text section.
30435
30436 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
30437
30438 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
30439 that loop eventually terminates. Fix Connection refused logic so
30440 that testsuite will expire nicely.
30441
30442 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
30443
30444 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
30445 config/rom68k.exp: New tcl glue for the appropriate monitors.
30446 These all just end up calling monitor.exp.
30447 * config/monitor.exp (gdb_target_monitor): Handle `Connection
30448 refused' by retrying. Cleanup some timeout issues.
30449 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
30450 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
30451 callers don't have to set/restore global timeout variable.
30452
30453 * The following set of changes centralizes management of the global
30454 timeout variable. This way, it can be set in one target dependent
30455 place instead of dozens of places scattered throughout the test suite.
30456 If you need to lengthen a timeout, then you should either set timeout
30457 in one of the config/{target}.exp files, or multiply it by a factor.
30458 Setting it to an absolute value is always going to lose for some
30459 targets.
30460 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
30461 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
30462 * gdb.base/funcargs.exp: Don't set timeout.
30463 * gdb.base/list.exp (test_forward_search): Only use local timeout.
30464 * gdb.base/printcmds.exp (test_print_string_constants
30465 test_print_array_constants): Don't set timeout.
30466 * gdb.base/ptype.exp: Don't set timeout.
30467 * gdb.base/recurse.exp: Don't set timeout.
30468 * gdb.base/return.exp: Don't set timeout.
30469 * gdb.base/watchpoint.exp: Don't set timeout.
30470 * gdb.c++/classes.exp (do_tests): Don't set timeout.
30471 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
30472
30473 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
30474
30475 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
30476
30477 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30478
30479 * lib/gdb.exp: Disable chill tests for irix5.
30480
30481 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30482
30483 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
30484 each test pass or fail.
30485
30486 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30487
30488 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
30489 xlc not gcc.
30490
30491 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
30492
30493 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
30494
30495 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
30496
30497 * config/est.exp: Fix copyright and comments. Remove dead code.
30498 Use targetname, serialport and baud variables instead of fixed
30499 constants.
30500 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
30501 * config/cpu32bug.exp: New file to support cpu32bug monitors.
30502
30503 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30504
30505 * gdb.base/watchpoint.exp: Don't run
30506 test_watchpoint_triggered_in_syscall for sunos.
30507
30508 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30509
30510 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
30511 they don't seem to exist. Do include stdio.h.
30512
30513 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30514
30515 * gdb.base/a1-selftest.exp: Add alpha xfail.
30516
30517 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30518
30519 * gdb.base/watchpoint.c (main): Prompt before calling read().
30520 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
30521 Revise accordingly. Remove cruft about sending "123" several
30522 times, until it gets noticed. Clean up the "print buf[0]" stuff
30523 so that it passes or fails, and waits for prompts in the usual way.
30524
30525 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30526
30527 * gdb.base/recurse.exp: Fix comment.
30528
30529 * TODO: Remove item about printing variables in nodebug.exp. Add
30530 item about enabling tests which are only run on some targets.
30531
30532 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
30533 fail, make test names unique, use new gdb_test convention
30534 regarding pattern, use gdb_test more, etc.).
30535
30536 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
30537 fail, make test names unique, etc.).
30538
30539 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30540
30541 * gdb.base/nodebug.c: Change return type of top and middle to
30542 short.
30543 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
30544 are fixed by the recent mdebugread.c changes. Allow `short ()'
30545 as type for top and middle.
30546
30547 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30548
30549 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
30550 nearly as I can tell, the whole thing was an accident in Stu's
30551 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
30552 to replace a send/expect pair with gdb_test, but ended up only
30553 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
30554 of 30 Mar 1995 took care of it, but left this vestigial comment
30555 which I am now nuking.
30556
30557 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30558
30559 * gdb.base/break.exp: Look for different line number for
30560 breakpoint at main depending on usestubs.
30561
30562 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30563
30564 * gdb.base/list.exp: Adjust some alternate expect patterns to
30565 match recent list0.c change. Add alternate expect pattern for
30566 output from `list default lines around main' for optimizing
30567 compilers.
30568
30569 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30570
30571 * lib/gdb.exp: If nosignals is not set, set it to 0.
30572
30573 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
30574
30575 * config/slite-gdb.exp: Responds to load symbol table prompt.
30576 * gdb.base/break.exp: Adjust line number, fix rerun.
30577 * gdb.base/langs0.c: Add #ifdef usestubs.
30578
30579 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
30580
30581 * gdb.base/list.exp: Adjust line contents after adding new lines in
30582 list0.c. Also fix a syntax error.
30583
30584 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
30585 * gdb.base/break.exp: ditto.
30586 * gdb.base/list.exp: ditto.
30587 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
30588 * gdb.base/run.c: ditto.
30589 * gdb.base/list0.c: ditto.
30590 * gdb.base/funcargs.c: ditto.
30591
30592 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
30593
30594 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
30595 $targetname, $serialport and $baud instead of hardwired variables.
30596 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
30597 target doesn't support signals.
30598
30599 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
30600
30601 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
30602
30603 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30604
30605 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
30606 Don't rely on the value of an auto variable before it has been
30607 initialized. Use gdb_test more.
30608
30609 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30610
30611 * lib/gdb.exp (default_gdb_version): A version number must start
30612 with a digit, but other than that contains all characters up to
30613 the first whitespace character.
30614
30615 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30616
30617 * gdb.base/commands.exp (breakpoint_command_test): New tests.
30618
30619 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30620
30621 * gdb.c++/*.exp: Warn if executable does not exist. The original
30622 reason for skipping the warning was that configure.in sometimes
30623 intentionally skipped building the executables but the tcl code
30624 had no way of knowing. That (a) was always bogus with respect to
30625 error handling, (b) is no longer true (right now there is no way
30626 to skip C++ tests).
30627
30628 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
30629
30630 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30631
30632 * gdb.base/list.exp: Add expect patterns for output from
30633 SunPRO compiled executables.
30634 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
30635 types.
30636
30637 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30638
30639 * gdb.base/break.exp (test_next_with_recursion): Accept any line
30640 number (we are already testing that the correct source line text
30641 gets printed).
30642
30643 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
30644 that is what is intended, but something needed to be done to get
30645 sunos4 native working again.
30646
30647 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
30648
30649 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
30650 apparently went with a (very) old xfail.
30651
30652 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
30653
30654 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
30655 runto_main is a proc in gdb.exp that will do 'step' for target use
30656 stubs.
30657 * gdb.base/exprs.exp: ditto.
30658 * gdb.base/interrupt.exp: ditto.
30659 * gdb.base/opaque.exp: ditto.
30660 * gdb.base/printcmds.exp: ditto.
30661 * gdb.base/ptype.exp: ditto.
30662 * gdb.base/scope.exp: ditto.
30663 * gdb.base/setvar.exp: ditto.
30664 * gdb.base/signals.exp: ditto.
30665 * gdb.base/twice.exp: ditto.
30666 * gdb.c++/classes.exp: ditto.
30667 * gdb.c++/inherit.exp: ditto.
30668 * gdb.c++/templates.exp: ditto.
30669 * gdb.base/break.exp: no run and hit main for stubs. Change line
30670 numbers for breakpoints and info breakpoint.
30671 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
30672 breakpoint().
30673 * gdb.base/callfuncs.c: ditto.
30674 * gdb.base/exprs: ditto.
30675 * gdb.base/interrupt.c: ditto.
30676 * gdb.base/opaque0.c: ditto.
30677 * gdb.base/printcmds.c: ditto.
30678 * gdb.base/ptype.c: ditto.
30679 * gdb.base/scope0.c: ditto.
30680 * gdb.base/setvar.c: ditto.
30681 * gdb.base/signals.c: ditto.
30682 * gdb.base/twice.c: ditto.
30683 * gdb.c++/misc.cc: ditto.
30684 * gdb.c++/templates.cc: ditto.
30685
30686 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30687
30688 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
30689
30690 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
30691 somewhere between `read' and `main.c'. I'm pretty sure the
30692 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
30693 and it isn't particularly useful.
30694
30695 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
30696
30697 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30698
30699 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
30700
30701 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
30702
30703 * config/mt-slite: add LIBS and -nostdlib.
30704 * config/slite-gdb.exp: add this new file to support sparclite target.
30705
30706 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
30707
30708 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
30709
30710 * gdb.base/a2-run.exp: Change argument to istarget from
30711 "*-*-vxworks" to "*-*-vxworks*".
30712 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
30713
30714 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
30715
30716 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
30717 will not runto main but do a 'step' to step out of breakpoint().
30718 * config/mt-slite: add -Dusestubs.
30719
30720 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30721
30722 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
30723 instead of just @.
30724
30725 * gdb.base/signals.exp: Add test for "handle all print".
30726 * TODO: Remove "handle all print". Also remove item about
30727 checking copyright date (I don't like the idea of a spurious FAIL
30728 based on when we run the tests).
30729
30730 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
30731 for SunOS4 (reason for failure not investigated). Remove
30732 redundant test for $binfile.
30733
30734 * gdb.base/nodebug.c (array_index): Call malloc.
30735
30736 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
30737
30738 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
30739
30740 * gdb.base/recurse.exp: Update gdb_test invocation to use new
30741 conventions and slightly simplify the matching regexp.
30742
30743 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30744
30745 * gdb.base/break.exp: Update gdb_test invocation to use new
30746 convention.
30747
30748 * lib/gdb.exp: If noargs is not set, set it to 0.
30749
30750 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
30751 tests unique.
30752
30753 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
30754
30755 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30756
30757 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
30758 one argument of type "<non-float parameter>".
30759
30760 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
30761
30762 * config/rom68k.exp: New file to support Motorola IDP board.
30763 * gdb.base/a2-run.exp: Skip this file if noargs is set.
30764 * gdb.base/break.c: Change things around so that this program
30765 doesn't depend upon args. This is necessary to make remote
30766 targets work (in general, they can't take args).
30767 * gdb.base/break.exp: Don't try to send args to program. Don't
30768 expect output. Also, replace lots of code with gdb_test.
30769
30770 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30771
30772 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
30773 printing of '\'' (which is what the comment says we are testing,
30774 even though we were not), not '''.
30775 (test_integer_literals_rejected): Test that printing ''' is an error.
30776
30777 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
30778 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
30779 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
30780 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
30781 Use gdb_test not test_print_accept.
30782 * lib/gdb.exp: Remove test_print_accept.
30783
30784 * gdb.base/signals.exp (signal_tests_1): Make pass message
30785 consistent with fail message.
30786
30787 * gdb.base/whatis.exp: Remove xfails for printing char vs.
30788 unsigned char; the bug (PR 1821) is fixed.
30789
30790 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
30791
30792 * gdb.base/scope.exp (test_at_localscopes): Call pass for
30793 successful tests--makes xfailing them work right.
30794
30795 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30796
30797 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
30798 only \r\n, not .*. The test can pass .* as the last thing in
30799 $pattern if that is what it wants. In addition to providing this
30800 flexibility, this change should speed up pattern matching in cases
30801 where the pattern already ended with .* (there were a number of
30802 them). This change also helps catch bad patterns--in the old
30803 scheme the typo "char \*" instead of "char \\*" would pass. Now
30804 it is caught.
30805 * Many .exp files: Update callers.
30806
30807 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
30808 clearer and does not spuriously match multiple ('s. Likewise for
30809 ) and *.
30810
30811 * gdb.base/nodebug.exp: Test ability to call a function and pass
30812 it a string (even with no debugging info).
30813
30814 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
30815 "p '\'", which is the same as "p ''" once tcl gets done with
30816 quoting, to "p '\\'", which I suspect is what is intended (one
30817 backslash gets sent to GDB).
30818
30819 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
30820
30821 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30822
30823 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
30824 1817) was fixed literally years ago.
30825
30826 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30827
30828 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
30829 test, it causes stepping out of call_after_alloca_subr with
30830 optimizing compilers.
30831 (localvars_in_indirect_call): Consume GDB prompt if `finish'
30832 fails.
30833
30834 * gdb.c++/templates.exp: Source templ-info.exp only if
30835 the templates executable exists.
30836
30837 * gdb.c++/misc.cc (class Contains_static_instance,
30838 class Contains_nested_static_instance),
30839 gdb.c++/classes.exp (test_static_members): Test printing of
30840 a class that contains a static instance of the class.
30841
30842 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30843
30844 * gdb.base/langs2.c (cppsub_): Don't prototype.
30845 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
30846 only, I believe).
30847
30848 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30849
30850 * lib/gdb.exp (skip_chill_tests): New procedure.
30851
30852 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
30853
30854 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
30855
30856 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
30857 each expect pattern. Cuts runtime from 12 to about 4 seconds.
30858
30859 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30860
30861 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
30862
30863 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
30864 disassemble 8, not 16, instructions for part 4.
30865
30866 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
30867 support the latter anymore.
30868
30869 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
30870 -DNO_PROTOTYPES.
30871 * gdb.base/callfuncs.c: Control use of prototypes based on
30872 NO_PROTOTYPES, not __STDC__.
30873 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
30874 t_float_values2 tests if prototypes in use.
30875
30876 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
30877 t_double_values): When checking differences against DELTA, check
30878 that difference is within the range (-DELTA,DELTA), not just
30879 (-infinity,DELTA).
30880
30881 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
30882
30883 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
30884 'file' command firts, then 'target', then 'load', this is due to gdb
30885 target set up.
30886 * config/mips-gdb.exp: Fix a couple regular exp bugs.
30887
30888 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
30889
30890 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
30891 FP load/store variants.
30892 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
30893
30894 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
30895
30896 * gdb.base/term.exp: Do not give a warning if not native, it is
30897 not an abnormal condition.
30898
30899 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
30900
30901 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
30902 t_char_array".
30903
30904 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
30905
30906 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
30907 are getting the version number.
30908
30909 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
30910 if not native, it is not an abnormal condition.
30911
30912 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30913
30914 * lib/gdb.exp: Just use "file exists", rather than undocumented
30915 dejagnu procedure "findfile".
30916
30917 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
30918
30919 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
30920 (LDFLAGS): Set to -Xlinker -Ur.
30921
30922 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
30923 Removed, these values are set by lib/gdb.exp.
30924
30925 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
30926
30927 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
30928
30929 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
30930 of replicating gdb startup code.
30931
30932 * config/mt-vxworks (LDFLAGS): Set to -r.
30933 (CFLAGS_FOR_TARGET): Removed.
30934
30935 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
30936 (gdb) and gdb for vxworks uses (vxgdb).
30937
30938 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
30939 executable is not in the tree and host != target, use sed and
30940 program_transform_name to determine the gdb name used by the
30941 target.
30942
30943 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
30944 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
30945
30946 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30947
30948 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
30949 floats, chars, and shorts where there are ANSI-style function
30950 definitions.
30951
30952 * gdb.base/langs.exp, gdb.base/langs*: New test.
30953 * gdb.base/Makefile.in: Build it.
30954 * TODO: Remove item about checking that C names don't get C++
30955 demangling applied; this test tests it.
30956
30957 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30958
30959 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
30960 went with the const70 xfail. The xfail went away a year ago.
30961
30962 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
30963
30964 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
30965 for hp300.
30966
30967 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
30968
30969 * gdb.base/a1-selftest.exp: Don't run on hp300.
30970
30971 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30972
30973 * Makefile.in (site.exp): Set host_alias and target_alias as well
30974 as host_triplet and target_triplet.
30975
30976 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30977
30978 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
30979
30980 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
30981 places as other ecoff systems).
30982
30983 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
30984 ultrix.
30985
30986 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30987
30988 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
30989 remove them.
30990 * gdb.base/nodebug.exp: Accept "function" in addition to "text
30991 variable and "variable" in addition to "data variable".
30992 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
30993
30994 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
30995 2.
30996 * gdb.base/list1.c (long_line): Add additional statement at start
30997 of function.
30998 * gdb.base/list.exp (test_forward_search): Update line number to
30999 reflect new statement.
31000
31001 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31002
31003 * gdb.base/signals.exp: Reinitialize searched source directories
31004 after gdb_start call.
31005
31006 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
31007
31008 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
31009 * gdb.stabs/Makefile.in: Likewise.
31010
31011 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
31012 change. Instead split the tests into smaller pieces.
31013 * gdb.disasm/hppa.s: Corresponding changes.
31014
31015 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31016
31017 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
31018 Quote ^C when passing it to stty. For some shells ^ is a pipe.
31019
31020 * gdb.base/funcargs.exp: Modify many tests so that every test
31021 either passes or fails. Make some test names unique.
31022
31023 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31024
31025 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
31026 Call stty to set interrupt character.
31027
31028 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
31029 for HP assembler versus GNU assembler based on actual behavior of
31030 $(CC), rather than assuming that $(AS) is always the GNU assembler.
31031
31032 * TODO: Suggest a few more stepping tests.
31033
31034 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
31035
31036 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
31037 restart GDB for h8300 after a continue.
31038 (return): Add pattern to match a29k-udi behavior.
31039 * gdb.base/nodebug.exp: Remove obsolete comment.
31040 * gdb.base/regs.exp: New file, testing of register displays.
31041 * gdb.base/return.exp: Fix typo in reference to $objdir.
31042 * gdb.base/whatis.exp: Always start with a fresh GDB.
31043
31044 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31045
31046 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
31047 higher, these tests generate a lot of output.
31048
31049 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31050
31051 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
31052 code following the catch silently ignored some errors; without the
31053 catch they should be thrown like any other tcl error. Also, the
31054 catch used "" instead of {} which meant all the callers who wanted
31055 to include one of the characters "[]$ had to quote it an extra time.
31056 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
31057 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
31058 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
31059 Remove extra quoting.
31060
31061 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
31062
31063 * gdb.base/commands.exp: Make test names unique; every test either
31064 passes or fails. Update some comments.
31065
31066 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
31067
31068 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31069
31070 The following fixes a FAIL caused by the fact that the alpha stabs
31071 configuration didn't use the ".if alpha" code in weird.def.
31072 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
31073 bit pointer, so the 32 bit version works even on the alpha.
31074 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
31075 Remove the stuff which allowed us to have separate versions for
31076 alpha and everything else.
31077
31078 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
31079 regexp which "info func operator\[\](" is supposed to match. Fix
31080 string to send to GDB. Note that GDB still doesn't work right. Add a
31081 new test for "info func .perator\[\](" which GDB does handle correctly.
31082
31083 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
31084
31085 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31086
31087 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
31088 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
31089 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
31090 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
31091 it makes the tests harder to understand and confuses test-o-matic.
31092 The preferred style is that each test provides a PASS or a FAIL,
31093 and has a unique message (e.g. "continue #54" not just "continue")
31094 which is the same for the pass and the fail.
31095 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
31096 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
31097 to lib/gdb.exp.
31098 * gdb.base/printcmds.exp: Use test_print_accept. Remove
31099 prt_accept which was basically the same thing. Likewise for
31100 test_print_reject and prt_reject.
31101 * lib/gdb.exp (test_print_reject): Add some more error message
31102 patterns to match from the former printcmds.exp (prt_reject).
31103 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
31104 One defect of the passcount stuff is that some of it failed to
31105 report XPASS where appropriate.
31106 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
31107 stuff before and after arg in expected pattern.
31108 (test_paddr_operator_functions): Re-do test without print_addr_of;
31109 this is the only test which seems to want extra stuff there.
31110
31111 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31112
31113 * gdb.base/nodebug.exp: Update new tests to reflect improved
31114 wording of gdb output.
31115
31116 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
31117 and "ptype" work on variables in files compiled without -g.
31118 Replaces commented out "maint print msymbol" tests.
31119
31120 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31121
31122 * gdb.base/setvar.c (dummy): Call malloc.
31123
31124 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
31125 losing with the irix4 sed.
31126
31127 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
31128 ALRM" on irix4.
31129
31130 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31131
31132 * TODO: Remove items about corefile.exp testing new exec-file and
31133 backtrace; both are now done. Add items about printing enums.
31134
31135 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31136
31137 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
31138 "get signal $thissig" test fails.
31139
31140 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
31141
31142 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31143
31144 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
31145 compiler warning with dec alpha compiler.
31146
31147 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
31148 extra \n from gdb_test call (this explains why the prompt test
31149 that I removed yesterday was there).
31150 (user_defined_command_test): Remove extra \n and prompt test.
31151
31152 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
31153 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
31154 doesn't exist.
31155 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
31156 Also remove alpha workaround, which turns out to be because
31157 SIGABRT == SIGLOST.
31158
31159 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
31160
31161 * gdb.base/help.exp: Don't test "help show".
31162
31163 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31164
31165 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
31166 "set print address" is on.
31167 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
31168 pass prompt to gdb_test; gdb_test already looks for the prompt.
31169
31170 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
31171
31172 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
31173 was a vestige of the manual TESTSTRATEGY, and the purpose of it
31174 was to make sure that gdb can read a core file. But (a) the "read
31175 the corefile" part didn't make it to a1-selftest.exp, we just
31176 delete the corefile after creating it, and (b) we test reading
31177 corefiles in corefile.exp anyway. Also, this test left around a
31178 xgdb process on Solaris.
31179
31180 * gdb.base/corefile.exp: Also test backtrace.
31181
31182 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
31183
31184 * gdb.base/commands.exp: Test a simple user defined command with
31185 arguments and if/while statements; verify the full user command is
31186 printed by "show user".
31187
31188 * gdb.base/commands.exp: Test if/while commands as part of a
31189 breakpoint command list; verify they appear in breakpoint
31190 information.
31191
31192 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31193
31194 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
31195 than by dividing by zero.
31196
31197 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
31198
31199 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
31200 performing an inferior call with watchpoints enabled.
31201 * gdb.base/watchpoint.c (main): Delete second unnecessary read
31202 call.
31203
31204 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31205
31206 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
31207 of "file" command.
31208
31209 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
31210 Add additional pattern for when "int operator int(void);" appears
31211 in a different order.
31212
31213 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
31214
31215 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
31216
31217 * gdb.base/help.exp: Replace most of docstrings for "info signals"
31218 and "signal" with ".*".
31219
31220 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31221
31222 * TODO: Add note about "handle all nostop".
31223
31224 * gdb.base/{sigall.c, sigall.exp}: New test.
31225 * gdb.base/Makefile.in: Add it.
31226
31227 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
31228
31229 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
31230 when invoking GDB, suppresses any windowing interface.
31231
31232 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
31233
31234 * config/sim-gdb: New file, simulator testing support.
31235
31236 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
31237
31238 * gdb.base/interrupt.exp: Test calling func1 twice.
31239
31240 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
31241
31242 * gdb.base/list.exp (test_forward_search): Set timeout higher
31243 when we'll be getting lots of output from gdb.
31244
31245 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
31246 "init_malloc" to after the expect statement. Run it if that
31247 regexp is taken, but also for two others which happen if source
31248 cannot be found.
31249
31250 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31251
31252 * gdb.base/printcmds.exp: New test, for printing register before
31253 program is running.
31254
31255 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31256
31257 * gdb.base/list.exp: Correct some alternate expect patterns
31258 to reflect changes in list1.c.
31259
31260 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31261
31262 * TODO: Add item regarding large frames.
31263
31264 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
31265
31266 * TODO: Remove item about enabling return.exp; it
31267 is enabled. Suggest a few more "return" tests.
31268
31269 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31270
31271 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
31272 anonymous unions.
31273
31274 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31275
31276 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
31277 and pr-5646.o, so "make" is the same as "make all", not "make
31278 pr-4975.o".
31279
31280 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
31281
31282 * gdb.base/list.exp: Adjust expectations to reflect changes in
31283 list1.c.
31284 (test_forward_search): New test proc.
31285 * gdb.base/list1.c (long_line): New function, has long source line.
31286
31287 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
31288
31289 * gdb.base/a1-selftest.exp: Change initial stepping to know about
31290 additional line of code that was added.
31291
31292 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
31293
31294 * gdb.disasm/hppa.s: Break the large branching tests into smaller
31295 tests so as not to overflow expect's input buffers.
31296 * gdb.disasm/hppa.exp: Corresponding changes.
31297
31298 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31299
31300 Beginnings of template debugging tests.
31301 * gdb.c++/templ-info.cc: New file to test for template
31302 debugging capability of the compiler.
31303 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
31304 templ-info.cc.
31305 * gdb.c++/templates.cc: Add explicit template instantiations
31306 to enable compiling with -fno-implicit-templates. Add destructor
31307 and 'value' method to T5 class for template tests.
31308 * gdb.c++/templates.exp: Add testcases for printing of template
31309 types, setting breakpoints on template methods and calling a
31310 template method.
31311
31312 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
31313
31314 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
31315 branch target since some assemblers (gas-2.5) may emit a
31316 relocation for the branch instead of resolving it in the
31317 assembler.
31318
31319 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31320
31321 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
31322 through signal handler.
31323
31324 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31325
31326 * configure.in (*-*-netware): Use config/mt-netware.
31327
31328 * config/mt-netware: New file.
31329 * config/mt-i386-netware: Removed, separate configs for different
31330 netware architectures are no longer needed now that we have
31331 --with-headers.
31332
31333 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31334
31335 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
31336 by the recent changes to use ANSI C arithmetic conversions.
31337
31338 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31339
31340 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
31341 bug involving using inferior_pid to figure out whether to select a
31342 frame.
31343
31344 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
31345
31346 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
31347 match the current disassembler output.
31348
31349 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
31350
31351 * gdb.fortran/exprs.exp: Expect VOID instead of void.
31352 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
31353 types, expect "int" as type of integer values (for now).
31354
31355 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
31356
31357 * gdb.base/commands.exp: New tests for if/while commands.
31358
31359 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
31360
31361 * lib/gdb.exp (runto): Replace sub-pattern for hex value
31362 by .*, since hex values have different syntax in Chill mode.
31363
31364 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31365
31366 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
31367 linefeed from expect pattern for repeated types with indices > 9.
31368
31369 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
31370
31371 First part of Fortran test suite.
31372 * gdb.fortran: New directory.
31373 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
31374
31375 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31376
31377 * gdb.base/default.exp: Update expect pattern for load command
31378 without arguments.
31379
31380 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
31381
31382 * configure.in: Change i386 to i[345]86.
31383 * gdb.base/configure.in: Likewise.
31384 * gdb.c++/configure.in: Likewise.
31385 * gdb.chill/configure.in: Likewise.
31386
31387 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
31388
31389 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
31390 patterns, since that is not a valid context for comments.
31391
31392 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
31393
31394 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
31395 repeated types and repeated types with indices > 9.
31396
31397 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
31398
31399 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
31400 2417; old bug has been fixed.
31401
31402 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
31403
31404 * gdb.base/interrupt.exp: When trying to wake up the inferior,
31405 send the newline ourselves instead of assuming gdb_test will do
31406 so when passed an empty input string.
31407
31408 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
31409 stabs testcode.
31410
31411 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31412
31413 * lib/gdb.exp (gdb_test): Don't send anything if the first
31414 argument is an empty string. This makes cases where we want to
31415 match output that is already in expect's buffers (for example,
31416 matching a breakpoint after gdb_run_cmd has been called) work
31417 reliably.
31418
31419 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31420
31421 * config/netware.exp: New file.
31422
31423 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31424
31425 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
31426 the -B and -L prefixes so we can find the debugging stub.
31427
31428 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
31429 there and we are using the gcc from the tree.
31430
31431 * gdb.base/types.c: Removed.
31432
31433 * gdb.base/configure.in: Look for makefile fragments in ../config.
31434 Recognize i386-*-netware.
31435 * gdb.c++/configure.in: Likewise.
31436
31437 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31438
31439 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
31440 the correct TCL syntax.
31441
31442 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31443
31444 * gdb.base/opaque.exp: use runto instead of messing around with
31445 breakpoints. Simplify by using gdb_test.
31446
31447 * gdb.base/bitfields.exp: restart between tests on netware targets
31448 because breakpoints aren't relocated after target death. Run
31449 processes to completion.
31450
31451 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
31452
31453 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
31454
31455 * Makefile.in: Remove extra tabs that confuse some versions
31456 of "make". Use the newly built gdb to test with by default,
31457 rather than the first one in the tester's search path.
31458
31459 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
31460
31461 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
31462
31463 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
31464 condition help.
31465
31466 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31467
31468 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
31469
31470 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
31471 running.
31472 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
31473 * gdb.base/funcargs.exp: Likewise.
31474
31475 * gdb.base/bitfields.exp: Simplify by using gdb_test.
31476 * gdb.base/funcargs.exp: Likewise.
31477
31478 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
31479 message is "".
31480
31481 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31482
31483 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
31484 return,signals,twice}.exp: Handle non-existant binaries
31485 consistantly.
31486
31487 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
31488 * gdb.base/Makefile.in: Don't try to generate a core dump, we
31489 might testing a cross development system.
31490
31491 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31492
31493 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
31494 runtest script is relative to ${srcdir}, not ${rootdir}.
31495
31496 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
31497
31498 * gdb.base/signals.exp: Allow for optionality of breakpoint
31499 address.
31500
31501 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31502
31503 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
31504
31505 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31506
31507 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
31508 for size_t definition.
31509 * gdb.c++/templates.cc: Likewise
31510
31511 * config/mt-i386-netware: New file.
31512
31513 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
31514 defined.
31515
31516 * gdb.base/Makefile.in: Added support for systems that name core
31517 files by appending "core" to the program name.
31518 * gdb.base/a1-selftest.exp: Likewise.
31519
31520 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31521
31522 * gdb.base/return.exp: Add comment and message for `return double'
31523 test failure on Sparc Solaris.
31524
31525 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
31526
31527 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
31528
31529 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31530
31531 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
31532 from optimizing them away.
31533 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
31534 patterns to include default constructors and assignment operators,
31535 to match gcc versions beyond 2.5.8. Accept any cplus demangling
31536 character in the output of the virtual base pointer.
31537
31538 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31539
31540 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
31541 expression match in print_addr_of to avoid unintented matches.
31542 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
31543 versions up to 2.5.8.
31544
31545 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31546
31547 * gdb.base/list.exp: Tweak alternate pattern for listing of an
31548 included file to run under newer versions of expect.
31549 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
31550 consecutive >'s in templates to accomodate recent cplus-dem.c change.
31551 Remove xfail for the virtual table of BDDHookV.
31552
31553 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
31554
31555 * lib/gdb.exp (string_to_regexp): Set a default result.
31556 (default_gdb_start): Fix misleading message.
31557
31558 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
31559
31560 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
31561 Remove all CC, etc definitions.
31562 * config/mt-hpux: New file.
31563 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
31564 (CFLAGS, LDFLAGS): Define.
31565 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
31566
31567 * Makefile.in (site.exp): Don't insert host_os, etc.
31568 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
31569 (distclean): Check existence of subdir.
31570 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
31571 * gdb.base/Makefile.in: General cleanup and simplification.
31572 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
31573 to build executables. Use default rule to build .o files.
31574 (EXPECT, RUNTEST, CC): Fix relative pathname.
31575 (site.exp): Don't insert host_os, etc.
31576 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
31577 and/or SIGUSR1 defined.
31578 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
31579 * gdb.c++/Makefile.in: General cleanup and simplification.
31580 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
31581 (CFLAGS): Remove.
31582 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
31583
31584 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
31585
31586 * gdb.base/recurse.exp: Misc changes to get tests running again
31587 after Kung's changes to the watchpoint code.
31588 * gdb.base/watchpoint.exp: Likewise.
31589
31590 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
31591
31592 * lib/gdb.exp (string_to_regexp): Convert {\} also.
31593
31594 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
31595
31596 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
31597 * lib/gdb.exp (default_gdb_start): Define.
31598 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
31599 gdb.base/funcargs.exp, gdb.base/opaque.exp,
31600 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
31601 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
31602 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
31603 Don't call gdb_target_udi in between tests.
31604
31605 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31606
31607 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
31608 (which was basically just a local version of the same thing). In
31609 addition to avoiding duplication, gdb_test_exact is faster.
31610 * lib/gdb.exp (gdb_test_exact): Fix typo.
31611
31612 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
31613 don't give an error.
31614
31615 * gdb.base/term.exp: Call delete_breakpoints before starting.
31616
31617 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
31618 (t10): Add comment.
31619
31620 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
31621
31622 Reorganization of the GDB Test Suite.
31623
31624 * gdb.base: New directory, contains all the basic tests.
31625 * gdb.c++: New directory, tests specific to C++.
31626 * gdb.chill: New directory, tests specific to Chill.
31627 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
31628 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
31629 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
31630 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
31631 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
31632 t30-31 to chill).
31633 * */gdbme.*: Rename to match appropriate expect scripts.
31634 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
31635 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
31636 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
31637 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
31638 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
31639 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
31640 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
31641 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
31642 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
31643 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
31644 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
31645 gdb.c++/virtfunc.cc: New names of C++ files.
31646 * gdb.chill/chillvars.ch: New name of Chill file.
31647 * gdb.base/configure.in, gdb.c++/configure.in,
31648 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
31649 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
31650 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
31651 * configure.in (configdirs): Update to reflect directory changes.
31652 (target_abbrev): No longer define for any configuration.
31653 * Makefile.in: Cosmetic improvements to header comments.
31654
31655 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
31656
31657 Various changes to gdb.t31:
31658
31659 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
31660 * gdbme.ch: Make all key-words and predefineds be upper-case.
31661 * chillvars.exp: Expect key-words and predefinds in upper-case.
31662
31663 * chillvars.exp: Use gdb_test_exact many places.
31664 Change expected output for arrays (which now includes index labels).
31665
31666 * pr-5020.exp, gdme.ch (module PR_5020):
31667 New test, for PR-5020.
31668
31669 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
31670
31671 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
31672 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
31673
31674 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
31675
31676 * Makefile.in: Fix bit-rot in definitions of CHILL,
31677 CHILL_FOR_TARGET and Chill_LIB.
31678 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
31679 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
31680 CHILL, and CHILL_LIB.
31681
31682 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
31683
31684 * Revert the previous changes. Please see Rob's directory
31685 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
31686
31687 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
31688
31689 * Makefile.in, configure.in, config/mips-gdb.exp,
31690 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
31691 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
31692 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
31693 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
31694 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
31695 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
31696 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
31697 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
31698 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
31699 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
31700 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
31701 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
31702 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
31703 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
31704 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
31705 changes from 94Q1.
31706
31707 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
31708
31709 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
31710 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
31711 Rob's new testing fragments.
31712
31713 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
31714
31715 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
31716 lib/gdb.exp: Replace error proc calls with perror.
31717
31718 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
31719
31720 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
31721 version also, match on casted version strings, and match on
31722 gdb startup case where the line numbers might be messed up.
31723
31724 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
31725
31726 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
31727 (CFLAGS): Delete it from here.
31728
31729 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
31730
31731 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
31732
31733 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
31734
31735 * Makefile.in (RUNTEST): Default to just "runtest".
31736
31737 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31738
31739 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
31740 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
31741 the code has been restructured.
31742
31743 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31744
31745 * gdb.t00/default.exp (set write): Allow any number of \r and/or
31746 \n, not just one of each.
31747
31748 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
31749 /bin/cc gives a warning if you do.
31750
31751 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
31752
31753 * gdb.t24/demangle.exp: change expect pattern of
31754 __t10ListS_link1ZUiRCUiPT0
31755
31756 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31757
31758 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
31759 on local variables in recursive functions.
31760
31761 * gdb.t07/Makefile.in: Build the new test.
31762
31763 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31764
31765 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
31766 directly. Instead compare the return values from actual calls.
31767
31768 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
31769
31770 * Makefile.in (check): Set TCL_LIBRARY for runtest.
31771
31772 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31773
31774 * From Peter Schauer with minor modifications.
31775 * gdb.t15/return.exp (return_tests): Handle targets where "return"
31776 stops in mid-line in the caller. Add xfail for returning a float
31777 value on X86 targets.
31778
31779 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31780
31781 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
31782 to avoid expect lossage.
31783 (fmem_LRbug_tests): Likewise.
31784 * gdb.disasm/hppa.s: Corresponding changes.
31785
31786 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
31787 conditions to work with latest dejagnu/expect.
31788
31789 * gdb.t15/funcargs.exp (finish from indirect call): No longer
31790 expected to fail on the PA.
31791 (backtrace in call with trampolines): Explicitly require main
31792 to be frame #1 (no trampolines should show up in backtrace).
31793
31794 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
31795 "continue -expect".
31796 * gdb.t06/break.exp: Likewise.
31797 * gdb.t07/watchpoint.exp: Likewise.
31798 * gdb.t13/bitfields.exp: Likewise.
31799 * gdb.t15/{funcargs,return}.exp: Likewise.
31800 * gdb.stabs/weird.exp: Likewise.
31801 * config/{mips,udi}-gdb.exp: Likewise.
31802
31803 * hppa.sed: Enclose comments within a sed command to avoid
31804 losing with the old OSF1 sed.
31805
31806 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31807
31808 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
31809 sequent dynix.
31810 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
31811 * gdb.t15/funcargs.exp: Conditionally step again to really
31812 finish from marker_call_with_trampolines. Handle the case where
31813 the first step from within call_with_trampolines already steps
31814 us back to main.
31815 * gdb.t15/gdbme.c: Add comment to closing brace of
31816 call_with_trampolines for funcargs.exp.
31817
31818 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31819
31820 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
31821 Fix typo(s).
31822
31823 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31824
31825 * gdb.t07/gdbme.c: More code for watchpoint testing.
31826
31827 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
31828 "Hardware watchpoint" throughout file.
31829 (test_watchpoint_triggered_in_syscall): New test.
31830 (test_complex_watchpoint): New test.
31831
31832 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31833
31834 * gdbme.c (call_with_trampolines): New function to try and step
31835 into. Tests trampoline problems on the PA.
31836
31837 * funcargs.exp (localvars_in_indirect_call): No longer expect
31838 stepping into indirect call to fail on PAs.
31839 (test_stepping_over_trampolines): New test.
31840
31841 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31842
31843 * TODO: Add suggestions for static member function tests, and
31844 completion tests.
31845
31846 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31847
31848 * TODO: Add suggestions for "p/a" tests.
31849
31850 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
31851 (default_gdb_exit): Replace all the hair with sending "quit" to
31852 the process with a simple close.
31853
31854 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31855
31856 * TODO: Add suggestions for shared library tests.
31857
31858 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31859
31860 * TODO: Add suggestions for x/s tests.
31861
31862 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31863
31864 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
31865 "enable once", and "enable breakpoints once" with ".*".
31866
31867 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31868
31869 * TODO: Add suggestions about structure passing tests.
31870
31871 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31872
31873 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
31874 the primary1 test, use work around if __GNUC__ < 2.
31875 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
31876 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
31877 Test for bad output rather than waiting for timeout. Issue
31878 second continue only if first continue failed.
31879
31880 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
31881
31882 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
31883 operator[] test with gdb_test because the old code didn't seem to
31884 be getting the quoting right with the new dejagnu.
31885
31886 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
31887
31888 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
31889 one from the path.
31890 * Makefile.in: Use a fresh expect if there is one, use runtest
31891 from the src tree if there is one.
31892
31893 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
31894
31895 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
31896 next over recursive call. Revise the tests from that point on
31897 (which had been skipped) to match GDB's actual (correct) output.
31898
31899 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
31900 with next over a breakpoint whose condition is false.
31901
31902 * gdb.t00/help.exp: Comment out "help set print" tests just like
31903 (and for same reason as) "help set" test.
31904
31905 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31906
31907 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
31908 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
31909
31910 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31911
31912 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
31913 necessary gdb_target_udi.
31914
31915 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
31916
31917 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
31918 1838 and 2417; they are fixed.
31919
31920 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
31921 gdb.t03/ptype.exp (ptype structure, ptype union):
31922 Remove xfails; the test is looser than when the xfails were added.
31923
31924 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
31925 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
31926
31927 * gdb.t01/run.exp: Only run shell test if isnative.
31928
31929 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
31930 since "run" automatically loads if necessary. Call gdb_target_udi
31931 after the "file" since "file" kills any execution target.
31932
31933 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
31934 GDB. GDB doesn't work that way (not anymore at least) on UDI.
31935 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
31936 argument for UDI.
31937
31938 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
31939
31940 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
31941
31942 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
31943
31944 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31945
31946 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
31947 properly quoting regexps. This makes the second argument to
31948 demangle a fixed string, which matches the callers, instead of a
31949 shell-style pattern which is what the previous implementation
31950 used. Update some of the callers.
31951
31952 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31953
31954 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
31955 (comib_nullified_tests): Fix typo.
31956 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
31957 strings. No longer expected to fail.
31958
31959 * gdb.disasm/hppa.s (addib_tests): Fix typo.
31960 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
31961 strings. No longer expected to fail.
31962
31963 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
31964 string. No longer expected to fail.
31965
31966 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31967
31968 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
31969 No longer expected to fail.
31970
31971 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
31972 string. No longer expected to fail.
31973
31974 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31975
31976 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
31977 only in the names (I probably got most of them). I was even
31978 generous with some which differed in underscores in names, and
31979 probably missed a few, and I *still* was able to remove almost a
31980 third of the file with almost no impact on testsuite coverage.
31981
31982 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31983
31984 * gdb.t00/default.exp: Match udi_attach error message as well as
31985 the one from child_attach.
31986
31987 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
31988
31989 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
31990
31991 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
31992 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
31993
31994 * Move test with enums and partial symbols back to
31995 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
31996 Reverts the change of 26 May 93. Per today's change to
31997 stabs.texinfo, the behavior that weird.exp was expecting was
31998 unreasonable; what is important is that the compiler+gdb get
31999 things right, which happens with a recent gcc. Also fix the test
32000 to deal with native compilers which put out the stab gdb can't
32001 deal with.
32002
32003 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32004
32005 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
32006 in the names. The main thing these accomplish is to slow things down.
32007 Many more such duplicates surely remain.
32008
32009 * gdb.t00/help.exp: Comment out "help support" test just like
32010 (and for same reason as) "help set" test.
32011
32012 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
32013
32014 * gdb.t06/break.exp: Remove setup_xfails for
32015 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
32016 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
32017 about known bug in gcc to include up through 2.5.8.
32018 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
32019 well as "_vb$".
32020 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
32021 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
32022 with latest gcc and gdb.
32023 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
32024 well as "_vb$".
32025
32026 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32027
32028 * configure.in (hppa*-*-*): Also configure and build stabs-only
32029 tests.
32030
32031 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32032
32033 * gdb.t10/hppa.mt: A makefile fragment for the PA.
32034 * gdb.t10/configure.in (hppa*-*-*): Use it.
32035
32036 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32037
32038 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
32039
32040 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32041
32042 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
32043 versions prior to 1.13.5.
32044
32045 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32046
32047 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
32048 the prompt is at the start of a line.
32049
32050 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32051
32052 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
32053 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
32054 in the copr tests now.
32055 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
32056 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
32057 expected to fail.
32058
32059 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
32060
32061 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
32062 gdb.t31/chillvars.exp, lib/gdb.exp:
32063 Tweak to run under either version of expect.
32064 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
32065 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
32066 * gdb.t11/list.exp: Remove extraneous whitespace.
32067
32068 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32069
32070 * gdb.t16/printcmds.exp (test_print_strings): Accept
32071 "(unsigned char *) " before the string.
32072
32073 * TODO: Add notes about printing of fancy types and GDB expressions.
32074
32075 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
32076
32077 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
32078 * gdb.t06/configure.in: Don't try to compile signals test program
32079 if doing mips-idt-ecoff.
32080
32081 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
32082
32083 * Most .exp files: Tweak to run under either version of expect.
32084
32085 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32086
32087 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
32088 xfails; I'm not sure why they are failing, but not because of PR 1806.
32089
32090 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
32091
32092 * config/unix-gdb.exp: Remove gdb_unload cause it's already
32093 defined in lib/gdb.exp.
32094
32095 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32096
32097 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
32098 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
32099 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
32100 have to be typeless.
32101
32102 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32103
32104 * TODO: Add suggestion for copyright year test.
32105
32106 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
32107
32108 * configure.in (*-*-lynxos*): Add stabs tests.
32109
32110 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
32111
32112 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
32113 so insert a tab before any assembler directive in column zero.
32114
32115 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
32116 stores.
32117 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
32118 stores.
32119 (fpu_short_memory_tests): Likewise.
32120
32121 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32122
32123 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
32124 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
32125 .stabs directives in comments.
32126
32127 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32128
32129 * TODO: New file, describing tests we could write.
32130 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
32131
32132 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32133
32134 * gdb.t06/signals.exp: Add kludge to force re-sync.
32135
32136 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
32137 to xgdb instead of gdb, get out of gdb.
32138
32139 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
32140
32141 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
32142 for info.
32143
32144 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
32145
32146 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
32147 * gdb.stabs/configure.in (hppa*-*-*): Use it.
32148 * gdb.stabs/hppa.sed: New sed script for the PA.
32149
32150 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32151
32152 * gdb.stabs: Re-write weird.def and configuration to use sed
32153 instead of cpp. sed is portable and POSIX; cpp is neither.
32154
32155 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32156
32157 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
32158
32159 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32160
32161 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
32162
32163 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32164
32165 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
32166 "_vb$".
32167 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
32168 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
32169
32170 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32171
32172 * lib/gdb.exp: Comment out code which depends on non-existent
32173 `transform' procedure.
32174
32175 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
32176
32177 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
32178 * lib/gdb.exp: Transform tool name.
32179 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
32180 1.1's new error handling system.
32181
32182 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32183
32184 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
32185
32186 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32187
32188 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
32189 They made pattern matching so slow that timeouts happened on
32190 heavily loaded systems. Now any output from "show print" which
32191 gets us back to the GDB prompt is a PASS.
32192
32193 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
32194
32195 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
32196
32197 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32198
32199 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
32200
32201 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
32202 It is not from PR 3220.
32203
32204 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32205
32206 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
32207 just started failing because they depended on the order the
32208 subcommands are presented, or exact docstring text. This kind of
32209 test is a pain and has minimal benefit.
32210
32211 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32212
32213 * gdb.t09/corefile.exp: At end of test, use "core" command with
32214 no arguments.
32215
32216 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
32217
32218 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
32219 17}/Makefile.in: Make it possible to run the testsuite with Sun
32220 make and CC = cross gcc by adding explicit build rules for .o
32221 files.
32222
32223 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32224
32225 * gdb.t15/funcargs.exp: Don't put comments on same line as
32226 setup_xfail (@#$*%& tcl braindamage!).
32227
32228 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32229
32230 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
32231
32232 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
32233
32234 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
32235 * gdb.t20/inherit.exp: remove three dumplicate entries.
32236
32237 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32238
32239 * gdb.t06/break.exp: For "next over recursive call", fail on any
32240 incorrect output, not just on "factorial (value=2)".
32241
32242 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32243
32244 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
32245 working now. Add an xfail if accesing a bss variable causes
32246 a memory error if the target is not yet run.
32247
32248 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32249
32250 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
32251 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
32252 name of __st* demangling (2 strings). Did Kung really get the
32253 more than 95 others right without testing them?
32254
32255 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
32256
32257 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
32258
32259 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
32260
32261 * configure.in (configdirs): Add gdb.disasm
32262 * gdb.disasm: New directory for GDB disassembler tests.
32263 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
32264
32265 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32266
32267 * gdb.t00/help.exp: Don't test "help set".
32268
32269 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
32270 from within expect statements. None of these happen anymore and
32271 they cause regressions to be silently unnoticed.
32272
32273 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
32274 messages) about known failures with gcc cygnus-2.4.5-930417.
32275
32276 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
32277 comp-info.exp so it gets built if it doesn't exist.
32278
32279 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
32280 it is no longer used.
32281 * gdb.t13/comp-info.c: Removed.
32282
32283 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
32284
32285 * gdb.t06/signals.exp: Add xfail for sun3.
32286
32287 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32288
32289 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
32290 relevant because ^C doesn't get sent but failure can be reproduced
32291 interactively).
32292
32293 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32294
32295 * gdb.stabs/alpha.mt: New configuration file for alpha.
32296 * gdb.stabs/configure.in: Use it.
32297 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
32298 sharing with alpha.mt, redefine long to word via preprocessor.
32299 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
32300 for alpha.
32301 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
32302 native cc.
32303 * gdb.t00/teststrategy.exp: Change expect string so that we
32304 consume the `(xgdb)' from the command echo and from the gdb prompt.
32305 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
32306 gdb currently compares all values as long, so this failure probably
32307 applies to any configuration where LONGEST is bigger than a target int.
32308 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
32309 with gcc.
32310 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
32311 to handle opaque pointers, gcc is.
32312 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
32313 as first argument. Include <sys/types.h> and change all operator
32314 new definitions to use size_t.
32315 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
32316 now that we use size_t.
32317
32318 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32319
32320 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
32321 a long or float array cast all array members to the same type.
32322 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
32323 with 64 bit longs.
32324 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
32325 on alpha.
32326 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
32327
32328 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32329
32330 * gdb.t24 (demangle.exp): Constructors of templates have names like
32331 vector<int>::vector(int) not vector<int>::vector<int>(int). See
32332 section 14.6 of the ARM.
32333
32334 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
32335 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
32336 accomplish little and slow down the testsuite.
32337
32338 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
32339 Accept spaces various places.
32340
32341 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32342
32343 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
32344 with watchpoint enabled.
32345
32346 * Makefile.in: Remove definition of CC and remove the second
32347 definition of CXX (the "CXX = gcc" one remains). These definitions
32348 were causing backquotes to be expanded within backquotes, which
32349 doesn't work.
32350
32351 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
32352
32353 * gdb.t17/callfuncs.exp: Add "return 0" to end.
32354
32355 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32356
32357 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
32358 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
32359 by mips cc and contains no stabs entries.
32360
32361 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
32362
32363 * config/vx-gdb.exp: Use fake device to load files rather than
32364 NFS.
32365 * lib/gdb.exp: New proc to do "file" command.
32366 * config/unix-gdb.exp: Use new "file" proc.
32367
32368 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
32369
32370 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
32371 Rework board rebooting slightly.
32372 (gdb_exit): Don't exit from the remote shell; there isn't one.
32373 * gdb.stabs/weird.exp: If a program is being debugged already,
32374 kill it.
32375 * gdb.t04/setvar.exp: Stop and restart gdb.
32376 * gdb.t05/expr.exp: Likewise.
32377 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
32378 restart gdb and reload the program.
32379 * gdb.t08/opaque.exp: Likewise.
32380 * gdb.t12/scope.exp: Likewise.
32381 * gdb.t13/bitfields.exp: Likewise.
32382 * gdb.t15/funcargs.exp: Likewise.
32383 * gdb.t20/classes.exp: Likewise.
32384 * gdb.t03/ptype.exp: Increase timeout.
32385 * gdb.t16/printcmds.exp (test_print_string_constants,
32386 test_print_array_constants): Likewise.
32387 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
32388 * gdb.t20/classes.exp (do_tests): Likewise.
32389 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
32390
32391 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
32392
32393 * gdb.stabs: Renamed *wierd* to *weird*.
32394
32395 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
32396
32397 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
32398 for timeout. Add "known gcc 2.4.5 bug" to failure message.
32399
32400 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
32401
32402 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
32403 (do_tests): Remove xfail for whatis on one_var and two_var.
32404
32405 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
32406
32407 * Makefile.in: Made cross building work better by adding
32408 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
32409
32410 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32411
32412 * gdb.t15/{return.c,return.exp,Makefile.in}:
32413 New test, currently commented out.
32414
32415 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
32416
32417 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
32418 still running and removes the leftover named socket so GDb can do
32419 clean restarts.
32420
32421 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
32422
32423 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
32424 console, not GDB.
32425 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
32426 cross testing works better with "make check"
32427 * config/unix-gdb: Use default procedures for exit and version.
32428 * config/vx-gdb.exp: Cleaned up and massaged back to working order
32429 with the newest VxWorks.
32430
32431 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32432
32433 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
32434 old form.
32435
32436 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
32437 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
32438
32439 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
32440
32441 * config/unix-gdb.exp: Remove this version of gdb_exit
32442 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
32443 Rob says he'll look at it when he gets back to testing boards.
32444
32445 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
32446
32447 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
32448 an expected fail for certain ptype commands.
32449
32450 * gdb.t20/classes.exp: Update expected results of "ptype class
32451 Base1" to account for the constructor that now appears in the type.
32452
32453 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
32454
32455 * configure.in (configdirs): Restore gdb.t04, which mysteriously
32456 disappeared from list.
32457 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
32458 "alldone" proc with call to cleanup and exit.
32459 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
32460 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
32461 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
32462 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
32463 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
32464 "alldone" proc with simple returns that suppress remaining
32465 tests. The alldone proc went away many months ago.
32466
32467 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32468
32469 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
32470
32471 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
32472
32473 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32474
32475 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
32476 as vax gdb will display them.
32477
32478 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32479
32480 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
32481 optimizers.
32482
32483 * scope.exp: Change "bad value for localval" messages so each one
32484 is unique.
32485
32486 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
32487 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
32488
32489 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
32490
32491 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32492
32493 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
32494 doesn't exist (due to optimization).
32495
32496 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32497
32498 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
32499 contains \r because the filename is long.
32500
32501 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
32502 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
32503
32504 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32505
32506 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
32507 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
32508 Ultrix.
32509 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
32510 int tests.
32511 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
32512
32513 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
32514
32515 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
32516
32517 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
32518 to match does not match the passing case but still matches the
32519 failing case.
32520
32521 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32522
32523 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
32524
32525 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
32526
32527 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
32528 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
32529 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
32530 Remove various versions of gdb_exit.
32531 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
32532 gdb_exit.
32533 * config/unix-gdb.exp: gdb_exit remains here, and should override
32534 the generic version, since it's doing a lot of wierd stuff that
32535 the other versions aren't. FIXME, fold it in, or abandon this
32536 version.
32537
32538 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32539
32540 * gdb.t24/demangle.exp: Add tests for PR 3220.
32541
32542 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32543
32544 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
32545
32546 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
32547
32548 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
32549 "i386-*-*". Works for i486 as well.
32550
32551 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
32552 bug, and expand domain of xfail to all SVR4 systems, since the
32553 actual problem is likely to be in generic SVR4 /proc support.
32554
32555 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32556
32557 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
32558
32559 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
32560
32561 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
32562 xfails for other systems. Match a missing 'Continuing.' as an
32563 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
32564
32565 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
32566 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
32567 Only issue warning for missing executables if -all option is used.
32568
32569 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
32570 file if -all option is used. It's like an unpredictable XFAIL.
32571
32572 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32573
32574 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
32575 for dynamically linked binaries.
32576
32577 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
32578
32579 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32580
32581 * gdb.t20/inherit.exp: Change message for "print tagless struct"
32582 to state that this is a known bug in old versions of g++.
32583
32584 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32585
32586 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
32587 while waiting for `Continuing'.
32588
32589 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
32590
32591 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
32592 in text, data, and bss.
32593 * gdb.t10/nodebug.c: Add local and global test variables for
32594 initialized and uninitialized data.
32595
32596 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32597
32598 * config/unix-gdb.exp (gdb_exit): Add "wait".
32599
32600 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32601
32602 * gdb.t06/signals.exp: xfail the continue from the handler for all
32603 targets.
32604
32605 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
32606 function with watchpoints enabled, the i386 call dummy starts with
32607 a call.
32608
32609 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
32610 386 bsd names its corefiles.
32611
32612 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
32613
32614 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
32615 compilers don't grok it.
32616 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
32617 with small octal ints rather than character constants, which
32618 are signed and might not fit if first promoted to int.
32619
32620 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
32621
32622 * gdb.t09/Makefile.in (clean): Remove corefile.
32623
32624 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32625
32626 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
32627
32628 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32629 and Jim Kingdon (kingdon@cygnus.com)
32630
32631 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
32632 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
32633 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
32634
32635 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32636
32637 * gdb.t17/interrupt.exp: Add xfail for hppa.
32638
32639 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32640
32641 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
32642 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
32643 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
32644 to determine signed-ness of bitfields and use the result to setup
32645 the xfail.
32646 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
32647 * gdb.t15/funcargs.exp: Use them to step until the second indirect
32648 call line is reached if necessary.
32649
32650 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32651
32652 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
32653
32654 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32655
32656 * gdb.t06/break.exp: Also test `clear' command.
32657
32658 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
32659
32660 * gdb.t00/teststrategy.exp: Remove extra quote.
32661
32662 * gdb.t07/watchpoint.exp: Change xfail for calling function with
32663 watchpoint enabled to be for all non-68k machines.
32664
32665 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
32666
32667 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32668
32669 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
32670 targets use aout.mt instead of ecoff.mt as gas understands
32671 standard aout format.
32672
32673 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
32674
32675 * lib/gdb.exp (runto): Don't insist that function we are running to
32676 was compiled with -g.
32677
32678 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
32679
32680 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
32681 to get back into the read system call.
32682 Accept leading newline in case where we woke it up.
32683
32684 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32685
32686 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
32687 to make the stabs test work on ecoff systems using gcc and -with-stabs.
32688 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
32689 enable ecoff configuration.
32690
32691 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32692
32693 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
32694
32695 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32696
32697 * gdb.t16/printcmds.exp: Add another printf test.
32698
32699 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
32700
32701 * configure.in: If configured -with-stabs on any target, add
32702 stabsdirs to configdirs.
32703
32704 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32705
32706 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
32707 fun" so pattern does not match the command itself.
32708
32709 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32710
32711 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
32712
32713 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32714
32715 * gdb.t17/interrupt.exp: Test for more things.
32716
32717 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32718
32719 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
32720 compiler arranges the code and line numbers.
32721
32722 * gdb.t17/interrupt.exp: Don't send \n after ^C.
32723
32724 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32725
32726 * gdb.t00/help.exp: Increase expect input buffer size.
32727
32728 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32729
32730 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
32731
32732 * gdb.t07/watchpoint.exp: Add xfail for hppa.
32733
32734 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
32735
32736 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
32737 [0-9]*, not just [0-9].
32738
32739 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32740
32741 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
32742
32743 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
32744
32745 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32746
32747 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
32748
32749 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32750
32751 * gdb.t06/signals.c: Add xfails for sun3.
32752
32753 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
32754
32755 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
32756 test_stepping tests.
32757
32758 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32759
32760 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
32761
32762 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
32763
32764 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
32765 rather than actually putting it through cpp twice.
32766
32767 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
32768
32769 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
32770
32771 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
32772 no longer needed.
32773
32774 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32775
32776 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
32777
32778 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
32779 C++ features prints as "struct", make it a pass, not an xfail.
32780
32781 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32782
32783 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
32784 Don't require VA to print as "class" rather than "struct".
32785
32786 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
32787
32788 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
32789
32790 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32791
32792 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
32793
32794 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32795
32796 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
32797 order.
32798
32799 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32800
32801 * gdb.t16/printcmds.exp: Add printf tests.
32802
32803 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
32804
32805 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
32806
32807 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
32808
32809 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
32810 pass counts, to counteract any existing or future setup_xfails.
32811
32812 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32813
32814 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
32815 {BEGIN,END}_COMMON for common block instead of STAB.
32816 * gdb.stabs/wierd.exp: Add xfail for rs6000.
32817
32818 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
32819 intp_var should be N_GSYM not N_LSYM.
32820 wierd-aout.S: Use a label for the value of the N_SO.
32821 wierd.def: Remove all backslashes.
32822 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
32823
32824 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32825
32826 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
32827 get the expected next to inheritance3.
32828
32829 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32830
32831 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
32832 now that gcc-2.4 gets it right.
32833
32834 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32835
32836 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
32837
32838 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
32839 generating comp-info.exp which works for cross-compilation.
32840
32841 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
32842
32843 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
32844 "*-*-sysv4.*".
32845
32846 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
32847
32848 * gdb.t01/run.exp: Start with a fresh gdb.
32849 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
32850 SVR4.x.
32851
32852 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
32853
32854 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
32855 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
32856 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
32857 Makefile.in (distclean, realclean): Remove gdbme.c from list of
32858 things to remove.
32859
32860 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
32861
32862 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
32863 test cases from bug reports.
32864
32865 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
32866
32867 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
32868 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
32869 avoid spurious xfails.
32870 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
32871 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
32872 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
32873
32874 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
32875
32876 * gdb.t00/teststrategy.exp: Rework to provide more useful
32877 description of each test, fix problem with systems that define
32878 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
32879 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
32880 results for "next over recursive call" so timeouts aren't taken
32881 by error.
32882
32883 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
32884
32885 * gdb.t12/scope.exp: Test printing of variables before run.
32886
32887 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
32888 printed in wrong order due to sorting.
32889
32890 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
32891
32892 * gdb.t00/teststrategy.exp: Fix expected results for printing
32893 user entered string constant. Is array of char, prints with no
32894 address.
32895
32896 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
32897 commands.
32898 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
32899 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
32900 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
32901 of struct of char arrays.
32902 * gdb.t00/radix.exp: New tests for radix commands.
32903
32904 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
32905
32906 * gdb.t16/printcmd.exp: Print a variable before running program
32907 (with xfail for AIX).
32908
32909 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
32910
32911 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
32912
32913 * gdb.t16/printcmd.exp: Don't print variables before running program.
32914
32915 * gdb.t06/break.exp: Don't require envp argument to main.
32916
32917 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
32918
32919 * gdb.t02/whatis.exp, gdb.t11/list.exp:
32920 Add xfails for rs6000.
32921
32922 * gdb.t02/whatis.exp: Change other tests not to re-test something
32923 we already tested.
32924
32925 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
32926 each type used has a variable of that type.
32927
32928 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
32929
32930 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
32931
32932 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
32933
32934 * configure.in: change srctrigger to be a file, not a directory
32935
32936 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
32937
32938 * configure.in (mips-idt-ecoff*): Added trailing '*'.
32939
32940 * gdb.t11/list.exp: Fixed a couple of typos.
32941
32942 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
32943
32944 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
32945 is fixed and PR is closed.
32946 * gdb.t16 (gdbme.c): Add simple test string variable.
32947 * gdb.t16 (printcmds.exp): Add tests with simple test string
32948 variable, primarily for boundaries on "set print elements".
32949
32950 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
32951
32952 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
32953 Make leading 0's optional and don't expect a tab in the middle
32954 of the number.
32955
32956 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
32957
32958 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
32959 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
32960 don't end command passed to gdb_test with newline.
32961
32962 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
32963 signed keyword away, don't expect signed bitfields to be signed.
32964
32965 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
32966 printing with only as many 1's as are in the field as well as printing
32967 with 32 1's (see comment).
32968
32969 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
32970
32971 * gdb.t00/default.exp: Start with a fresh gdb.
32972 * configure.in (configdirs): Remove gdb.t31 until the chill
32973 compiler works again. It no longer is able to find chillrt0
32974 since it isn't in libchill.a anymore.
32975 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
32976 wierd.o, make more modular.
32977 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
32978 spurious newlines that caused problems.
32979
32980 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32981
32982 * Move test with enums and partial symbols from gdb.t03/ptype.exp
32983 to gdb.stabs/wierd.exp since GCC has worked around the bug.
32984 gdb.stabs/wierd.{exp,def}: Many new tests.
32985
32986 * gdb.t00/default.exp: update info line for new message.
32987
32988 * gdb.t02/{whatis.exp,gdbme.c}:
32989 Test that "char *" doesn't print as "caddr_t".
32990
32991 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32992
32993 * gdb.t00/help.exp: Use .* in place of some help messages which
32994 just changed.
32995 gdb.t00/default.exp: Update "info frame" test for new message.
32996 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
32997 Remove some xfails
32998
32999 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33000
33001 * gdb.t03/{gdbme.c,ptype.exp}:
33002 Add tests for typedef'd struct and union without tags.
33003 Also check "whatis" on a variable of a typedef'd enum without a tag.
33004
33005 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
33006 PRMS 1823; the bug still exists but isn't reproduced by this test
33007 anymore), and remove rs6000 XFAIL (the bug is fixed).
33008
33009 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
33010 duplicated from whatis.exp. For those that are left, accept
33011 "long", "long int", or "int" for long variables (whatis.exp already
33012 has an XFAIL for "int", so no need to fail it here).
33013
33014 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
33015 Deal with GCC's names for types now that GDB uses the compiler's names.
33016
33017 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
33018 setup_xfail's for sunos4. If we #defined the signed keyword away,
33019 don't expect GDB to know that char it is signed.
33020
33021 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
33022
33023 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
33024
33025 * configure.in (configdirs): Add gdb.t24 for C++ tests that
33026 should work on any system, regardless of debugging format.
33027 * gdb.t21/demangle.exp: Move to gdb.t24.
33028 * gdb.t24/demangle.exp: Move from gdb.t21.
33029 * gdb.t24/{Makefile.in, configure.in}: New files.
33030
33031 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33032
33033 * configure.in: Do gdb.stabs and C++ tests only for stabs.
33034 * gdb.stabs: New directory.
33035
33036 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33037
33038 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
33039 not just "Quit anyway?".
33040
33041 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
33042
33043 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
33044 that all setup_xfails are immediately followed by clear_xfails.
33045
33046 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
33047
33048 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
33049 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
33050 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
33051 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
33052 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
33053 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
33054 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
33055 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
33056 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
33057 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
33058 gdb.t31/chillvars.exp, lib/gdb.exp:
33059 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
33060 bug-gdb@prep.ai.mit.edu.
33061
33062 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
33063
33064 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
33065 with 0.0, not integer 0.
33066
33067 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
33068
33069 * gdb.t06/break.exp: Update for "Kill the program" message change.
33070
33071 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
33072
33073 * Makefile.in (GDBFLAGS): Set to -nx.
33074 * Makefile.in (site.exp): Use GDBFLAGS.
33075
33076 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
33077
33078 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
33079 Makefiles.
33080 (check): depend on just-check.
33081 (just-check): added so that tests can be run without a noop
33082 build pass.
33083
33084 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
33085
33086 Switch to using configure's configdirs.
33087 * Makefile.in (Makefile): add configure.in dependency.
33088 (SUBDIRS): removed redundant assignment.
33089 * configure.in: switch subdirs assignment to configdirs.
33090 * gdb.t*/configure.in: new files.
33091
33092 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
33093
33094 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
33095 works.
33096
33097 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
33098
33099 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
33100 in explicit rules. Apparently this is not supported by some makes.
33101
33102 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
33103
33104 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
33105
33106 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33107
33108 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
33109 disappeared.
33110
33111 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
33112
33113 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
33114
33115 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
33116
33117 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
33118 watchpoint problem that is now fixed.
33119 * gdb.t30/chexp.exp: Remove setup_xfail for printing
33120 uninitialized convenience variables.
33121 * gdb.t31/chillvars.exp: Fix expected patterns for printing
33122 structures.
33123
33124 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33125
33126 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
33127 which causes expect to get out of sync with gdb on long output
33128 from help set.
33129 * gdb.t09/corefile.exp: Make expected pattern for core file
33130 failing signal and frame output format less sun specific.
33131
33132 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
33133
33134 * gdb.t31/chillvars.exp: Add and remove initial dummy
33135 breakpoint, so that symbol table is forced in.
33136 (Needed at least on Sunos4, though it seems not SVR4.)
33137 * gdb.t31/chillvars.exp: Update for changed output format.
33138
33139 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
33140
33141 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
33142
33143 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
33144
33145 * Makefile.in: Added --srcdir when invoking runtest, removed the
33146 need for a local config file. (optional now)
33147
33148 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
33149
33150 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
33151 failure count used to force early termination. Add some more
33152 expected failures for gnu style demangling.
33153
33154 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33155
33156 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
33157 pmi variable from gdb.t20/gdbme to get optimized away.
33158 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
33159 Check for written corefile upon timeout _and_ eof.
33160
33161 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33162
33163 * config/unix-gdb.exp: Add missing return 0.
33164
33165 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33166
33167 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
33168 test termination.
33169
33170 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
33171
33172 * configure.in (subdirs): Put back gdb.t17 which mysteriously
33173 disappeared.
33174
33175 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
33176
33177 * gdb.t10/crossload.exp: Disable the i860-elf test until such
33178 time as i860 support works.
33179
33180 * gdb.t15/funcargs.exp: Fix expected outputs to include
33181 "backtrace 100\r" rather than just "backtrace\r", to match last
33182 change.
33183
33184 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
33185
33186 * config/udi-gdb.exp (gdb_exit): Remove close command.
33187 (gdb_target_udi): New procedure to set the UDI target.
33188 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
33189 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
33190 Added waits for prompts after several question responses. Added
33191 some more responses used by a29k-amd-udi-gdb.
33192 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
33193 pass different arguments, restart UDI connection after program
33194 completion.
33195 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
33196 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
33197 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
33198 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
33199 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
33200 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
33201 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
33202 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
33203 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
33204 after program completion.
33205 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
33206 compiled with a SELECT_VECS setting.
33207 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
33208 infinite recursion.
33209
33210 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
33211 Added checks for COFF results, and made them expected failures for
33212 all targets. It would be better to make them expected failures
33213 for COFF targets only.
33214
33215 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
33216
33217 * Makefile.in: add null dvi target, don't bother to recurse
33218 through test directories for info and install-info; rename
33219 $(datadir) to be dejagnu instead of deja-gnu
33220
33221 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
33222
33223 * gdb.t31/gdbme.ch: Re-enable code that previously caused
33224 compiler to coredump.
33225 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
33226 code.
33227
33228 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
33229
33230 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
33231 coredump.
33232 * gdb.t31/chillvars.exp: Comment out tests that depend on that
33233 code.
33234
33235 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
33236
33237 * gdb.t03/ptype.exp: tests for return code from gdb_test.
33238 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
33239 which in a shell. Deletes xgdb when done.
33240 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
33241 Tests the return from the "set height" or "set width" commands.
33242 Added a few return codes where needed.
33243
33244 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
33245
33246 * Makefile.in (SUBDIRS): Add gdb.t17.
33247 * configure.in (subdirs): Add gdb.t17.
33248 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
33249 files to test gdb's calling of functions in the inferior with
33250 the correct arguments and gdb's ability to retrieve any
33251 result returned.
33252
33253 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
33254
33255 * config/unix-gdb.exp (gdb_exit): Remove close commands that
33256 may be called after gdb goes away. Previous versions of expect
33257 needed these to avoid file descriptor leaks, but they cause
33258 errors with the current revision of expect.
33259 * gdb.t00/gdbvars.exp: Use -re on expected output after
33260 setting sevenbit-strings.
33261 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
33262 to set sevenbit-strings consistent across tests.
33263 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
33264 set sevenbit-strings consistent across tests.
33265
33266 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
33267
33268 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
33269 expected output to match current "expect" expectations.
33270
33271 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
33272
33273 * gdb.t00/default.exp: Change expected output for default "source"
33274 command, to match new gdb behavior which requires a filename to
33275 source.
33276
33277 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
33278
33279 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
33280 expected fail for i486-*-* that misses the marker2 function.
33281 * gdb.t10/crossload.exp (bfddefault): Allow successful
33282 recognition of a format to pass even if no symbols are found.
33283 Explicitly catch failures where the format is not recognized
33284 or is ambiguous, and add the reason to the fail message.
33285 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
33286 the cause is and invalid target and add reason to failure message.
33287 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
33288 elf32-i386, elf32-sparc, and elf32-i860.
33289 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
33290 Set up expected failure for 'filename'::variable scope resolution,
33291 which is now apparently broken on all targets.
33292 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
33293 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
33294 gdb.t23/templates.exp: Change failure for missing binfile into
33295 just a warning.
33296 gdb.t21/demangle.exp: Change all cfront references to 'arm'
33297 references.
33298
33299 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
33300
33301 * gdb.t00/default.exp: Add expected output for default "source"
33302 command, to match new gdb behavior.
33303 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
33304
33305 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
33306
33307 * config/*-gdb.exp: returns an error, rather than exiting on
33308 internal errors.
33309
33310 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
33311
33312 * gdb.t03/gdbme.c: Add pointer to struct variable.
33313 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
33314 referencing struct members.
33315
33316 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
33317
33318 * configure.in (mips-idt-ecoff): New target.
33319 * config/mips-gdb.exp: New file for remote board using MIPS remote
33320 debugging protocol.
33321
33322 * Redid configuration scheme. Removed gdb.t*/configure.in.
33323 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
33324 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
33325 distclean targets. Built executables via .o files. Adjusted
33326 tests to account for source files in $(srcdir) rather than
33327 $(objdir).
33328 * lib/gdb.exp (runto): Don't expect () after the function name,
33329 because it may have arguments.
33330
33331 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
33332
33333 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
33334 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
33335 expected failures for mips-idt-* and mips-sgi-*.
33336 * gdb.t00/default.exp (attach): Kill process if requested.
33337 * gdb.t00/help.exp (help target core, help target): Accept a gdb
33338 that does not read core files.
33339 * gdb.t01/run.exp: Removed checks for exit status code.
33340 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
33341 it is linked in.
33342 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
33343 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
33344 appropriate, rather than doing it by hand.
33345 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
33346 execution.
33347 * gdb.t10/crossload.exp: Kill existing program if needed.
33348 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
33349 appropriate, rather than doing it by hand. Always increase
33350 timeout for this test, not just for VxWorks.
33351
33352 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
33353
33354 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
33355 of Chill STRUCT types and STRUCT values.
33356 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
33357 than "char".
33358 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
33359 struct2): New struct definitions and initializations to test
33360 simple Chill STRUCT types.
33361
33362 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
33363
33364 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
33365 the null byte at the end of strings.
33366 * gdb.t00/default.exp: Make show version insensitive to copyright
33367 date.
33368 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
33369 to avoid dependencies on target char signedness.
33370 * gdb.t16/printcmds.exp: Update expected results for explicitly
33371 unsigned char.
33372 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
33373 now work.
33374 * gdb.t21/demangle.exp: Add many more patterns for template
33375 demangling, most of them being expected failures.
33376 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
33377 string we are matching for, to match on the whole string.
33378 * gdb.t21/demangle.exp: Add many new test strings to demangle,
33379 and fix a whole bunch that had incorrect expected output but were
33380 passing anyway because of the bug in "proc demangle".
33381 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
33382 type.
33383 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
33384
33385 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
33386
33387 * gdb/testsuite: made modifications to testcases, etc., to allow
33388 them to work properly given the reorganization of deja-gnu and the
33389 relocation of the testcases from deja-gnu to a "tool" subdirectory.
33390
33391 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
33392
33393 * gdb/testsuite: Initial creation of gdb/testsuite.
33394 Migrated dejagnu testcases and support files for testing nm to
33395 gdb/testsuite from deja-gnu. These files were moved "as is"
33396 with no modifications. This migration is part of a major overhaul
33397 of dejagnu. The modifications to these testcases, etc., which
33398 will allow them to work with the new version of dejagnu will be
33399 made in a future update.
33400
33401 For additional changes see gdb.mi/ChangeLog-1999-2003.
33402 \f
33403 ;; Local Variables:
33404 ;; mode: change-log
33405 ;; left-margin: 8
33406 ;; fill-column: 74
33407 ;; version-control: never
33408 ;; End:
33409
33410 Copyright 1993-2013 Free Software Foundation, Inc.
33411 Copying and distribution of this file, with or without modification,
33412 are permitted provided the copyright notice and this notice are preserved.