PR ld/16021
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2013-10-09 Pedro Alves <palves@redhat.com>
2
3 * gdb.base/catch-syscall.exp (test_catch_syscall_without_args)
4 (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
5 (test_catch_syscall_with_wrong_args)
6 (test_catch_syscall_restarting_inferior)
7 (test_catch_syscall_fail_nodatadir)
8 (test_catch_syscall_without_args_noxml)
9 (test_catch_syscall_with_args_noxml)
10 (test_catch_syscall_with_wrong_args_noxml): Use with_test_prefix.
11
12 2013-10-08 Tom Tromey <tromey@redhat.com>
13
14 * gdb.dwarf2/dwzbuildid.exp: New file.
15 * lib/dwarf.exp (Dwarf::_section): Add "flags" and "type"
16 parameters.
17 (Dwarf::_defer_output): Change "section" parameter to
18 "section_spec"; update.
19 (Dwarf::gnu_debugaltlink, Dwarf::_note, Dwarf::build_id): New
20 procs.
21
22 2013-10-08 Joel Brobecker <brobecker@adacore.com>
23
24 * gdb.ada/mi_catch_ex.exp: Make "mi_execute_to" test names unique.
25
26 2013-10-07 Tom Tromey <tromey@redhat.com>
27
28 * lib/mi-support.exp (varobj_tree::walk_tree): Set _root_idx
29 to 0.
30
31 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
32
33 * gdb.base/corefile.exp: Test whether $_exitsignal is set and
34 $_exitcode is void when opening a corefile.
35 * gdb.base/exitsignal.exp: New file.
36 * gdb.base/segv.c: Likewise.
37 * gdb.base/normal.c: Likewise.
38
39 2013-10-04 Joel Brobecker <brobecker@adacore.com>
40
41 * gdb.mi/mi-start.c, gdb.mi/mi-start.exp: New files.
42
43 2013-10-02 Vidya Praveen <vidyapraveen@arm.com>
44
45 * gdb.trace/entry-values.exp: Modify regular expression to scan for
46 'bl' instruction instead of 'call' for ARM and AArch64 targets.
47
48 2013-10-02 Pedro Alves <palves@redhat.com>
49
50 * gdb.dwarf2/dw2-reg-undefined.exp <pattern_rax_rbx_rcx_print,
51 pattern_rax_rbx_rcx_info>: Set to "<not saved>".
52 * gdb.mi/mi-reg-undefined.exp (opt_out_pattern): Delete.
53 (not_saved_pattern): New.
54 Replace use of the former with the latter.
55
56 2013-10-02 Pedro Alves <palves@redhat.com>
57
58 * README (Board Settings): Document "exit_is_reliable".
59 * lib/gdb.exp (gdb_continue_to_end): Check whether the board says
60 running to exit reliably reports program exits.
61 * boards/native-gdbserver.exp: Set exit_is_reliable in the board
62 info.
63 * boards/native-stdio-gdbserver.exp: Likewise.
64
65 2013-10-01 Doug Evans <dje@google.com>
66
67 * gdb.python/python.exp: Remove redundant print-stack tests.
68 Make all print-stack test names unique. Fix spelling of print-stack.
69
70 2013-09-29 Yao Qi <yao@codesourcery.com>
71
72 * gdb.base/shreloc.exp: Set $msymfile to 'shreloc.txt' if host
73 is remote.
74
75 2013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
76
77 PR shlibs/8882
78 * gdb.base/corefile.exp: Add a check to assure warning-free
79 core-file load.
80
81 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
82
83 * gdb.dwarf2/dwp-symlink.c: New file.
84 * gdb.dwarf2/dwp-symlink.exp: New file.
85
86 2013-09-20 Doug Evans <dje@google.com>
87
88 * lib/dwarf.exp (build_executable_from_fission_assembler): New proc.
89 * gdb.dwarf2/fission-base.S: Update. Split out .dwo into separate
90 file.
91 * gdb.dwarf2/fission-loclists.S: Ditto.
92 * gdb.dwarf2/fission-reread.S: Ditto.
93 * gdb.dwarf2/fission-base.exp: Skip of remote host. Compile with
94 build_executable_from_fission_assembler.
95 * gdb.dwarf2/fission-loclists.exp: Ditto.
96 * gdb.dwarf2/fission-reread.exp: Ditto.
97
98 * lib/future.exp (gdb_find_objcopy, gdb_find_readelf): New procs.
99 * lib/gdb.exp (build_id_debug_filename_get): Update to use them.
100 (gdb_gnu_strip_debug): Ditto.
101 * lib/prelink-support.exp (section_get, prelink_no): Ditto.
102 * gdb.arch/altivec-abi.exp: Ditto.
103 * gdb.base/attach-pie-misread.exp: Ditto.
104 * gdb.base/comprdebug.exp: Ditto.
105 * gdb.base/dup-sect.exp: Ditto.
106 * gdb.base/gnu-debugdata.exp: Ditto.
107 * gdb.base/step-symless.exp: Ditto.
108 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
109 * gdb.dwarf2/dw2-skip-prologue.exp: Ditto.
110 * gdb.dwarf2/gdb-index.exp: Ditto.
111
112 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
113
114 * gdb.dwarf2/dw2-reg-undefined.exp: Change pattern for info
115 register to "<optimized out>", and also print the registers.
116
117 2013-09-18 Pedro Alves <palves@redhat.com>
118
119 PR server/15967
120 * gdb.server/wrapper.exp: Also return unsupported for Cygwin, and
121 change text.
122
123 2013-09-18 Yao Qi <yao@codesourcery.com>
124
125 * gdb.server/wrapper.c: New.
126 * gdb.server/wrapper.exp: New.
127
128 2013-09-17 Muhammad Waqas <mwaqas@codesourccery.com>
129 Jan Kratochvil <jan.kartochvil@redhat.com>
130 Pedro Alves <palves@redhat.com>
131
132 PR gdb/11568
133 * gdb.thread/thread-specific-bp.c: New file.
134 * gdb.thread/thread-specific-bp.exp: New file.
135
136 2013-09-17 Sergio Durigan Junior <sergiodj@redhat.com>
137
138 * gdb.base/defaults.exp (<show_conv_list>): Add check for $_isvoid
139 convenience function.
140
141 2013-09-17 Pedro Alves <palves@redhat.com>
142
143 PR gdb/15911
144 * gdb.threads/info-threads-cur-sal-2.c: New file.
145 * gdb.threads/info-threads-cur-sal.c: New file.
146 * gdb.threads/info-threads-cur-sal.exp: New file.
147
148 2013-09-17 Yao Qi <yao@codesourcery.com>
149
150 * gdb.base/catch-load.c: Remove the include of "dlfcn.h".
151 [__WIN32__]: Include "windows.h" and define macro dlopen
152 and dlclose.
153 [!__WIN32__]: Include "dlfcn.h".
154 * gdb.base/catch-load.exp (one_catch_load_test): Match
155 directory separator.
156
157 2013-09-16 Doug Evans <dje@google.com>
158
159 * lib/gdb.exp (using_fission): New proc.
160 * gdb.base/info-macros.exp: Skip test if using Fission.
161
162 * gdb.base/break-interp.exp: Fix indentation.
163
164 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
165
166 * gdb.base/gdbvars.c (foo_void): New function.
167 (foo_int): Likewise.
168 * gdb.base/gdbvars.exp (test_convenience_functions): New
169 function. Call it.
170
171 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
172
173 * gdb.arch/s390-tdbregs.c: New file.
174 * gdb.arch/s390-tdbregs.exp: New file.
175
176 2013-09-12 Stan Shebs <stan@codesourcery.com>
177
178 * README: New file.
179
180 2013-09-12 Doug Evans <dje@google.com>
181
182 * gdb.python/py-events.py (new_objfile_handler): Remove accidentally
183 added code to print event.inferior.
184
185 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
186
187 * gdb.base/gnu-debugdata.exp (objcopy 1): Move it lower and use only
188 debug part of the binary.
189
190 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
191
192 * gdb.base/gnu-debugdata.exp (strip): Add -R .comment.
193 (addlink): Add comment.
194
195 2013-09-10 Sanimir Agovic <sanimir.agovic@intel.com>
196
197 * gdb.base/default.exp: Adjust regexpr for 'cd' to match optional
198 canonical pathname.
199
200 2013-09-04 Doug Evans <dje@google.com>
201
202 * gdb.python/py-events.py (exit_handler): Verify we get the expected
203 event.
204 (continue_handler, new_objfile_handler): Ditto.
205 (test_events): Rename command to "test-events".
206 (test_newobj_events): Rename command to "test-objfile-events".
207 * gdb.python/py-events.exp: Update.
208 * gdb.python/py-evsignal.exp: Update.
209 * gdb.python/py-evthreads.exp: Update.
210
211 * gdb.base/enumval.c (ZERO): New enum value.
212 (main): Use it
213 * gdb.base/enumval.exp: Test ability to print ZERO.
214
215 2013-09-03 Muhammad Bilal <mbilal@codesourcery.com>
216 Pedro Alves <palves@redhat.com>
217
218 * gdb.base/relocate.exp: Check that invalid options are
219 rejected.
220
221 2013-08-30 Andrew Burgess <aburgess@broadcom.com>
222
223 * gdb.base/code_elim1.c (my_bss_symbol): New variable added.
224 (my_static_symbol): Add comment.
225 (main): Reference my_bss_symbol.
226
227 2013-08-30 Phil Muldoon <pmuldoon@redhat.com>
228
229 * gdb.python/py-arch.exp: Tests for invalid architecture.
230
231 2013-08-29 Sterling Augustine <saugustine@google.com>
232
233 * boards/remote-stdio-gdbserver.exp: Set rcp_prog and
234 rsh_prog in new conditional. Move use of REMOTE_PORTNUM into
235 said conditional.
236
237 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
238
239 * gdb.python/py-arch.exp: Load gdb-python.exp.
240
241 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
242
243 * gdb.python/py-framefilter.py (FrameFilter.filter): Check
244 itertools for imap attribute. Otherwise use map().
245 (ElidingIterator): Define wrapper function __next__.
246 * gdb.python/py-framefilter-mi.exp: Do not use execfile,
247 use exec (open (read ())) instead.
248 * gdb.python/py-framefilter.exp: Ditto.
249 * gdb.python/py-arch.exp: Update print based test to Python 3.x
250 compliance.
251 * gdb.python/py-frame.exp: Ditto.
252 * gdb.python/py-type.exp: Ditto.
253
254 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
255
256 PR gdb/15415
257 * gdb.base/argv0-symlink.c: New file.
258 * gdb.base/argv0-symlink.exp: New file.
259
260 2013-08-28 Tom Tromey <tromey@redhat.com>
261
262 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Use explicit test name
263 when saving index.
264
265 2013-08-27 Yao Qi <yao@codesourcery.com>
266
267 * gdb.trace/entry-values.exp: Test unavailable entry value is
268 not shown when option '--skip-unavailable' is specified.
269 * gdb.trace/mi-trace-unavailable.exp (test_trace_unavailable):
270 Add tests for new option '--skip-unavailable'.
271
272 2013-08-27 Yao Qi <yao@codesourcery.com>
273
274 * lib/gdb.exp (gdb_remote_download): Don't pass $tofile to
275 remote_download if it is empty.
276
277 2013-08-26 Doug Evans <dje@google.com>
278
279 PR symtab/15885
280 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add gdb-index.
281 (clean): rm -f *.gdb-index *.with-index.
282 * gdb.dwarf2/gdb-index.exp: New testcase.
283
284 * lib/gdb.exp (run_on_host): Moved here from gnu-debugdata.exp.
285 * gdb.base/gnu-debugdata.exp (run): Moved to gdb.exp and renamed to
286 run_on_host. All callers updated.
287
288 2013-08-24 Yao Qi <yao@codesourcery.com>
289
290 * gdb.trace/entry-values.c (end): New
291 (main): Call end.
292 * gdb.trace/entry-values.exp: Load trace-support.exp. Set
293 tracepoint and collect data. Test entry value is unavailable.
294
295 2013-08-24 Yao Qi <yao@codesourcery.com>
296
297 * lib/dwarf.exp (_location): Handle DW_OP_deref_size.
298 * gdb.trace/entry-values.c: New.
299 * gdb.trace/entry-values.exp: New.
300
301 2013-07-12 Muhammad Waqas <mwaqas@codesourccery.com>
302
303 PR gdb/15501
304 * gdb.base/ena-dis-br.exp: Add test to verify
305 enable/disable commands work correctly with
306 multiple arguments that include multiple locations.
307
308 2013-08-22 Samuel Bronson <naesten@gmail.com>
309
310 ARM Linux support for `catch syscall'.
311 * gdb.base/catch-syscall.exp: Test this on ARM now.
312 (fill_all_syscalls_numbers): ARM has close/chroot on 6/61, too.
313
314 2013-08-22 Tom Tromey <tromey@redhat.com>
315
316 * lib/dwarf.exp (cu, tu): Handle addr_size of "default". Change
317 default addr_size.
318 * lib/gdb.exp (is_64_target): New gdb_caching_proc.
319
320 2013-08-22 Tom Tromey <tromey@redhat.com>
321
322 * lib/gdb.exp (skip_btrace_tests): Use gdb_caching_proc and
323 standard_temp_file.
324
325 2013-08-22 Tom Tromey <tromey@redhat.com>
326
327 * gdb.arch/amd64-byte.exp: Use standard_testfile,
328 clean_restart.
329 * gdb.arch/amd64-disp-step.exp: Use standard_testfile.
330 * gdb.arch/amd64-dword.exp: Use standard_testfile,
331 clean_restart.
332 * gdb.arch/amd64-entry-value-param.exp: Use standard_testfile.
333 * gdb.arch/amd64-entry-value.exp: Use standard_testfile.
334 * gdb.arch/amd64-prologue-xmm.exp: Use standard_testfile.
335 * gdb.arch/amd64-word.exp: Use standard_testfile,
336 clean_restart.
337 * gdb.arch/i386-avx.exp: Use standard_testfile, clean_restart.
338 * gdb.arch/i386-byte.exp: Use standard_testfile, clean_restart.
339 * gdb.arch/i386-disp-step.exp: Use standard_testfile.
340 * gdb.arch/i386-dr3-watch.exp: Use standard_testfile.
341 * gdb.arch/i386-permbkpt.exp: Use standard_testfile, clean_restart.
342 * gdb.arch/i386-signal.exp: Use standard_testfile.
343 * gdb.arch/i386-size-overlap.exp: Use standard_testfile, clean_restart.
344 * gdb.arch/i386-sse.exp: Use standard_testfile, clean_restart.
345 * gdb.arch/i386-unwind.exp: Use standard_testfile.
346 * gdb.arch/i386-word.exp: Use standard_testfile, clean_restart.
347
348 2013-08-22 Tom Tromey <tromey@redhat.com>
349
350 * gdb.python/py-error.exp: Use gdb_remote_download.
351 * gdb.python/py-mi.exp: Use gdb_remote_download.
352 * gdb.python/py-objfile-script.exp: Use standard_output_file.
353 * gdb.python/py-prettyprint.exp: Use gdb_remote_download.
354 (run_lang_tests): Likewise.
355 * gdb.python/py-section-script.c: Use SCRIPT_FILE rather than
356 filename.
357 * gdb.python/py-section-script.exp: Set SCRIPT_FILE when
358 compiling. Use gdb_remote_download. Update some tests.
359 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
360 standard_output_file.
361 * gdb.python/py-typeprint.exp: Use gdb_remote_download.
362 * gdb.python/py-frame-args.exp: Use gdb_remote_download.
363 * gdb.python/py-framefilter-mi.exp: Use gdb_remote_download.
364 * gdb.python/py-framefilter.exp: Use gdb_remote_download,
365 standard_output_file.
366
367 2013-08-22 Tom Tromey <tromey@redhat.com>
368
369 * lib/cell.exp (skip_cell_tests): Use standard_temp_file.
370
371 2013-08-22 Tom Tromey <tromey@redhat.com>
372
373 * gdb.dwarf2/dw2-basic.exp: Use gdb_remote_download.
374 * gdb.dwarf2/dw2-compressed.exp: Use gdb_remote_download.
375 * gdb.dwarf2/dw2-intercu.exp: Use gdb_remote_download.
376 * gdb.dwarf2/dw2-intermix.exp: Use gdb_remote_download.
377 * gdb.dwarf2/dw2-producer.exp: Use gdb_remote_download.
378 * gdb.dwarf2/mac-fileno.exp: Use gdb_remote_download.
379 * lib/gdb.exp (gdb_remote_download): New proc.
380
381 2013-08-22 Tom Tromey <tromey@redhat.com>
382
383 * gdb.dwarf2/clztest.exp: Use standard_testfile.
384 * gdb.dwarf2/dw2-minsym-in-cu.exp: Use standard_testfile.
385 * gdb.dwarf2/fission-base.S: Remove directory from
386 DW_AT_GNU_dwo_name.
387 * gdb.dwarf2/fission-base.exp: Use build_executable. Set
388 debug-file-directory.
389 * gdb.dwarf2/fission-reread.S: Remove directory from
390 DW_AT_GNU_dwo_name.
391 * gdb.dwarf2/fission-reread.exp: Use build_executable. Set
392 debug-file-directory.
393
394 2013-08-16 Doug Evans <dje@google.com>
395
396 * lib/prelink-support.exp (prelink_yes): Flag test as unsupported if
397 prelink complains about an unhandled DWARF version.
398
399 2013-08-14 Cary Coutant <ccoutant@google.com>
400
401 * boards/fission.exp: Add -fdebug-types-section to debug_flags.
402
403 2013-08-13 Tom Tromey <tromey@redhat.com>
404 Yao Qi <yao@codesourcery.com>
405
406 * lib/cache.exp (gdb_do_cache): Handle GDB_PARALLEL.
407 * lib/gdb.exp: Handle GDB_PARALLEL.
408 (default_gdb_version): Kill inotify_pid if it exists.
409 (default_gdb_exit): Emit warning if the inotify log is not
410 empty.
411 (standard_output_file): Respect GDB_PARALLEL.
412 (standard_temp_file): Likewise.
413 (gdb_init): Start inotifywait if requested.
414
415 2013-08-13 Andrew Burgess <aburgess@broadcom.com>
416
417 * gdb.base/printcmds.exp (test_printf): Add test for printf of
418 pointer with various flags.
419
420 2013-08-13 Tom Tromey <tromey@redhat.com>
421
422 * lib/cache.exp: New file.
423 * lib/cell.exp (skip_cell_tests): Use gdb_caching_proc.
424 * lib/gdb.exp: Load cache.exp.
425 (support_complex_tests, is_ilp32_target, is_lp64_target)
426 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests)
427 (gdb_skip_xml_test): Use gdb_caching_proc.
428 * lib/opencl.exp (skip_opencl_tests): Use gdb_caching_proc.
429
430 2013-08-13 Tom Tromey <tromey@redhat.com>
431
432 * lib/gdb.exp (standard_temp_file): New proc.
433 (support_complex_tests, is_ilp32_target, is_lp64_target)
434 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests): Use
435 standard_temp_file.
436
437 2013-08-13 Tom Tromey <tromey@redhat.com>
438
439 * lib/gdb.exp (build_id_debug_filename_get): Use
440 standard_output_file.
441 * lib/prelink-support.exp (section_get)
442 (build_executable_own_libs): Use standard_output_file.
443
444 2013-08-12 Tom Tromey <tromey@redhat.com>
445
446 * Makefile.in (ALL_SUBDIRS): Add gdb.go.
447
448 2013-08-12 Ali Anwar <alianwar@codesourcery.com>
449
450 * gdb.base/break.exp: Test break via convenience variable
451 with file name.
452
453 2013-08-09 Doug Evans <dje@google.com>
454
455 * lib/future.exp (gdb_find_ldd): New proc.
456 * lib/prelink-support.exp (build_executable_own_libs): Call it.
457 Make "/usr/sbin/" in prelink path optional.
458
459 2013-08-09 Yao Qi <yao@codesourcery.com>
460
461 * gdb.trace/collection.exp (gdb_collect_args_test): Set
462 "only" and "both" to 'print entry-values' before selecting
463 trace frame.
464
465 2013-08-08 Yao Qi <yao@codesourcery.com>
466
467 * gdb.trace/mi-trace-unavailable.exp: Don't set
468 "print entry-values" to "no".
469 (test_trace_unavailable): Set various values to
470 "print entry-values" to test that the output of
471 '-stack-list-locals' is not affected, and then set
472 set "print entry-values" to "no".
473
474 2013-08-07 Doug Evans <dje@google.com>
475
476 * gdb.python/py-value-cc.cc: Renamed from py-value.cc.
477 * gdb.python/py-value-cc.exp: Update.
478 * gdb.python/py-value.exp: Use different names for .o files for
479 C and C++. Only perform C++ tests if !skip_cplus_tests.
480
481 2013-08-07 Tom Tromey <tromey@redhat.com>
482
483 * gdb.base/maint.exp: Allow zero symtabs to be expanded.
484
485 2013-08-07 Tom Tromey <tromey@redhat.com>
486
487 * gdb.dwarf2/dwz.exp: New file.
488
489 2013-08-02 Tom Tromey <tromey@redhat.com>
490
491 * gdb.base/watchpoint.c (struct foo5): New.
492 (nullptr): New global.
493 * gdb.base/watchpoint.exp (test_watch_location): Add test.
494
495 2013-08-01 Doug Evans <dje@google.com>
496
497 PR symtab/15691
498 * gdb.dwarf2/fission-mix.exp: New file.
499 * gdb.dwarf2/fission-mix.h: New file.
500 * gdb.dwarf2/fission-mix.c: New file.
501 * gdb.dwarf2/fission-mix2.c: New file.
502
503 PR symtab/15695
504 * gdb.base/func-ptr.exp: New file.
505 * gdb.base/func-ptr.c: New file.
506
507 2013-08-01 Yao Qi <yao@codesourcery.com>
508
509 * gdb.python/py-sync-interp.c: New.
510 * gdb.python/py-sync-interp.exp: New.
511
512 2013-07-31 Yao Qi <yao@codesourcery.com>
513
514 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Test command
515 'tdump' on stack frame 0 and 1 respectively.
516
517 2013-07-31 Yao Qi <yao@codesourcery.com>
518
519 PR gdb/13443
520 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_3): Add parameter
521 'traceframe'. Wrap test with with_test_prefix.
522 (top level): Update.
523
524 2013-07-31 Yao Qi <yao@codesourcery.com>
525
526 * gdb.trace/backtrace.exp: Don't invoke 'get_exit' and
527 'gdb_start'.
528 Invoke 'prepare_for_testing' instead of 'gdb_compile'.
529 Use gdb_test_no_output to issue commands 'tstart' and 'tstop'.
530
531 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
532
533 * gdb.dwarf2/pieces-optimized-out.exp: Expect "<optimized out>"
534 when printing an optimized out value. Expect an error when using
535 an optimized out value in an expression.
536
537 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
538
539 * gdb.dwarf2/pieces-optimized-out.exp: New file.
540 * gdb.dwarf2/pieces-optimized-out.c: New file.
541 * gdb.dwarf2/pieces-optimized-out.S: New file.
542
543 2013-07-30 Muhammad Bilal <mbilal@codesourcery.com>
544
545 PR gdb/15715
546 * gdb.base/setshow.exp: Test that relative paths passed to
547 'set history filename' are converted to absolute paths.
548
549 2013-07-26 Keith Seitz <keiths@redhat.com>
550
551 * gdb.mi/mi-var-child-f.exp: Pass f90 to gdb_compile instead
552 of f77.
553 Allow for compiler variations of integer types.
554 Use mi_create_varobj.
555 Use mi_list_varobj_children for the immediate children of `array'.
556 Add "has_more" attribute for grandchildren test.
557
558 2013-07-26 Pedro Alves <palves@redhat.com>
559
560 * gdb.base/interrupt-noterm.c, gdb.base/interrupt-noterm.exp: New
561 files.
562
563 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
564
565 * gdb.mi/mi-reg-undefined.exp: New file.
566 * gdb.mi/mi-reg-undefined.c: Likewise.
567 * gdb.mi/mi-reg-undefined.S: Likewise.
568
569 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
570
571 * gdb.base/printcmds.exp (test_print_int_arrays): Add tests for x,
572 z, o, and t output formats.
573 * gdb.base/display.exp: Use 'k' as an undefined format now that
574 'z' is defined.
575
576 2013-07-24 Doug Evans <dje@google.com>
577
578 * boards/native-stdio-gdbserver.exp (${board}_build_remote_cmd): Pass
579 "--" to switch.
580
581 2013-07-24 Yao Qi <yao@codesourcery.com>
582
583 * gdb.mi/mi-var-cmd.exp: If host is remote, use ${testfile} on
584 host.
585 * gdb.mi/mi-basics.exp (test_exec_and_symbol_mi_operatons):
586 Likewise. If host is remote, copy ${binfile} to host.
587
588 2013-07-23 Yao Qi <yao@codesourcery.com>
589
590 * gdb.mi/mi-var-cmd.exp: Adjust pattern to match current error
591 message.
592
593 2013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
594
595 * gdb.base/disp-step-syscall.exp: Add svc and swi syscall
596 instructions and enable disp-step-syscall for arm targets.
597
598 2013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
599
600 * gdb.dwarf2/fission-reread.S: Replace @ sign with % sign to remove
601 assembler errors on arm.
602 * gdb.dwarf2/mac-fileno.S: Likewise.
603 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
604 * gdb.dwarf2/pr13961.S: Likewise.
605
606 2013-07-19 Hui Zhu <hui@codesourcery.com>
607
608 PR gdb/15692
609 * gdb.mi/mi-dprintf.exp: Add double quotes test.
610
611 2013-07-19 Yao Qi <yao@codesourcery.com>
612
613 * gdb.trace/read-memory.exp (test_from_remote): Update test.
614 (teset_from_exec): Likewise.
615
616 2013-07-19 Yao Qi <yao@codesourcery.com>
617
618 * gdb.trace/read-memory.c: New.
619 * gdb.trace/read-memory.exp: New.
620
621 2013-07-19 Yao Qi <yao@codesourcery.com>
622
623 * lib/gdb.exp (gdb_compile_shlib): Pass the tail name of
624 $dest to link options if host is remote. Move the
625 generated file to $dest.a on host if host is remote.
626
627 2013-07-18 Will Newton <will.newton@linaro.org>
628
629 * gdb.threads/tls-nodebug.c: Call pthread_testcancel
630 to ensure the test is linked against pthreads.
631 * gdb.threads/tls-var-main.c: Likewise.
632 * gdb.threads/tls-shared.c: Likewise.
633
634 2013-07-18 Yao Qi <yao@codesourcery.com>
635
636 * lib/future.exp (gdb_default_target_compile): Use tail name
637 of $destfile as the output name of compile. Move the
638 generated file to $destfile on build.
639
640 2013-07-18 Yao Qi <yao@codesourcery.com>
641
642 * lib/gdb.exp (gdb_compile): Set
643 gdb_saved_set_unbuffered_mode_obj to
644 set_unbuffered_mode_saved.o if host is remote. Invoke
645 remote_download to copy $unbuf_obj to host.
646
647 2013-07-17 Doug Evans <dje@google.com>
648
649 * gdb.python/py-frame-args.c: New file.
650 * gdb.python/py-frame-args.py: New file.
651 * gdb.python/py-frame-args.exp New file.
652
653 2013-07-16 Andrew Burgess <aburgess@broadcom.com>
654
655 * gdb.base/printcmds.exp (test_printf): Add tests for format
656 strings with missing format specifier.
657
658 2013-07-16 Tom Tromey <tromey@redhat.com>
659
660 * gdb.ada/info_types.exp: Use standard_testfile.
661
662 2013-07-16 Tom Tromey <tromey@redhat.com>
663
664 * gdb.mi/mi-basics.exp: Use standard_output_file.
665 (test_dir_specification, test_cwd_specification)
666 (test_path_specification): Use testsubdir, not subdir and objdir.
667
668 2013-07-16 Tom Tromey <tromey@redhat.com>
669
670 * gdb.trace/mi-traceframe-changed.exp: Don't use objdir.
671
672 2013-07-09 Joel Brobecker <brobecker@adacore.com>
673
674 * gdb.ada/small_reg_param.exp: Accept optional entry value
675 for parameter "w".
676
677 2013-07-09 Joel Brobecker <brobecker@adacore.com>
678
679 * gdb.ada/small_reg_param.exp: Remove trailing space.
680
681 2013-07-09 Doug Evans <dje@google.com>
682
683 * gdb.base/default.exp: Update expected output of "show print array"
684 and "show print pretty".
685
686 2013-07-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
687
688 * gdb.threads/wp-replication.exp: Stop counting available hardware
689 watchpoints after NR_THREADS iterations.
690
691 2013-07-08 Andrew Burgess <aburgess@broadcom.com>
692
693 * gdb.python/py-explore.exp: Add $gdb_prompt to test regexp.
694
695 2013-07-07 Yao Qi <yao@codesourcery.com>
696
697 * boards/native-gdbserver.exp: Move invoke of
698 process_multilib_options to gdbserver-base.exp.
699 Move set_board_info 'compiler', 'gdb,noinferiorio',
700 'gdb,nofileio', 'gdb_server_prog' and 'gdb,predefined_tsv' to
701 gdbserver-base.exp.
702 Move proc ${board}_download, ${board}_upload and
703 ${board}_file to gdbserver-base.exp.
704 * boards/native-extended-gdbserver.exp: Likewise.
705 * boards/native-stdio-gdbserver.exp: Likewise.
706 * boards/gdbserver-base.exp: New file.
707
708 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
709
710 * gdb.base/dump.exp: Remove arch-specific tests and do a
711 generic data address check to set is64bitonly correctly.
712
713 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
714
715 * gdb.mi/gdb2549.exp (register_tests): Expect any decimal for
716 the register number instead of expecting only 0.
717
718 2013-07-05 Will Newton <will.newton@linaro.org>
719
720 * gdb.base/gnu-ifunc-lib.c: Use %function instead of @function
721 in asm syntax to allow building on ARM.
722
723 2013-07-05 Yao Qi <yao@codesourcery.com>
724
725 * boards/local-remote-host.exp: Remove obsolete comments.
726 * boards/native-extended-gdbserver.exp: Likewise.
727 * boards/native-gdbserver.exp: Likewise.
728 * boards/native-stdio-gdbserver.exp: Likewise.
729
730 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
731
732 * gdb.dwarf2/dw2-reg-undefined.exp: New file.
733 * gdb.dwarf2/dw2-reg-undefined.c: Likewise.
734 * gdb.dwarf2/dw2-reg-undefined.S: Likewise.
735
736 2013-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
737
738 * gdb.base/break-on-linker-gcd-function.exp: Replace
739 prepare_for_testing by build_executable_from_specs and clean_restart.
740
741 2013-06-27 Tom Tromey <tromey@redhat.com>
742
743 * gdb.base/testenv.exp, gdb.base/tui-layout.exp,
744 gdb.base/twice.exp, gdb.base/type-opaque.exp, gdb.base/unload.exp,
745 gdb.base/unwindonsignal.exp, gdb.base/valgrind-db-attach.exp,
746 gdb.base/valgrind-infcall.exp, gdb.base/value-double-free.exp,
747 gdb.base/varargs.exp, gdb.base/watch-cond-infcall.exp,
748 gdb.base/watch-cond.exp, gdb.base/watch-non-mem.exp,
749 gdb.base/watch-read.exp, gdb.base/watch-vfork.exp,
750 gdb.base/watch_thread_num.exp, gdb.base/watchpoint-cond-gone.exp,
751 gdb.base/watchpoint-delete.exp, gdb.base/watchpoint-hw.exp,
752 gdb.base/watchpoint-solib.exp, gdb.base/watchpoint.exp,
753 gdb.base/watchpoints.exp, gdb.base/wchar.exp, gdb.base/whatis.exp:
754 Use standard_testfile, standard_output_file, prepare_for_testing,
755 clean_restart.
756
757 2013-06-27 Tom Tromey <tromey@redhat.com>
758
759 * gdb.base/save-bp.exp, gdb.base/savedregs.exp,
760 gdb.base/scope.exp, gdb.base/sep.exp, gdb.base/sepsymtab.exp,
761 gdb.base/set-lang-auto.exp, gdb.base/setshow.exp,
762 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
763 gdb.base/shreloc.exp, gdb.base/sigall.exp,
764 gdb.base/sigaltstack.exp, gdb.base/sigbpt.exp,
765 gdb.base/sigchld.exp, gdb.base/siginfo-addr.exp,
766 gdb.base/siginfo-infcall.exp, gdb.base/siginfo-obj.exp,
767 gdb.base/siginfo.exp, gdb.base/signals.exp, gdb.base/signest.exp,
768 gdb.base/signull.exp, gdb.base/sigrepeat.exp,
769 gdb.base/sigstep.exp, gdb.base/sizeof.exp,
770 gdb.base/skip-solib.exp, gdb.base/so-impl-ld.exp,
771 gdb.base/solib-display.exp, gdb.base/solib-nodir.exp,
772 gdb.base/solib-overlap.exp, gdb.base/solib-symbol.exp,
773 gdb.base/solib-weak.exp, gdb.base/source.exp,
774 gdb.base/stack-checking.exp, gdb.base/stale-infcall.exp,
775 gdb.base/stap-probe.exp, gdb.base/start.exp,
776 gdb.base/step-break.exp, gdb.base/step-bt.exp,
777 gdb.base/step-line.exp, gdb.base/step-resume-infcall.exp,
778 gdb.base/step-test.exp, gdb.base/structs.exp,
779 gdb.base/structs2.exp, gdb.base/structs3.exp,
780 gdb.base/symbol-without-target_section.exp: Use standard_testfile,
781 standard_output_file, prepare_for_testing, clean_restart.
782
783 2013-06-27 Tom Tromey <tromey@redhat.com>
784
785 * gdb.base/nextoverexit.exp, gdb.base/nextoverexit.exp,
786 gdb.base/nodebug.exp, gdb.base/nofield.exp, gdb.base/nostdlib.exp,
787 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/pc-fp.exp,
788 gdb.base/pending.exp, gdb.base/permissions.exp,
789 gdb.base/pie-execl.exp, gdb.base/pointers.exp,
790 gdb.base/pr11022.exp, gdb.base/print-file-var.exp,
791 gdb.base/printcmds.exp, gdb.base/prologue.exp,
792 gdb.base/psymtab.exp, gdb.base/ptr-typedef.exp,
793 gdb.base/ptype.exp, gdb.base/randomize.exp,
794 gdb.base/readline-ask.exp, gdb.base/recpar.exp,
795 gdb.base/recurse.exp, gdb.base/relativedebug.exp,
796 gdb.base/relocate.exp, gdb.base/remote.exp, gdb.base/reread.exp,
797 gdb.base/return-nodebug.exp, gdb.base/return2.exp: Use
798 standard_testfile, standard_output_file, prepare_for_testing,
799 clean_restart.
800
801 2013-06-27 Tom Tromey <tromey@redhat.com>
802
803 * gdb.base/hook-stop-continue.exp, gdb.base/hook-stop-frame.exp,
804 gdb.base/huge.exp, gdb.base/included.exp,
805 gdb.base/inferior-died.exp, gdb.base/infnan.exp,
806 gdb.base/info-fun.exp, gdb.base/info-macros.exp,
807 gdb.base/info-os.exp, gdb.base/info-proc.exp,
808 gdb.base/info-target.exp, gdb.base/infoline.exp,
809 gdb.base/interp.exp, gdb.base/interrupt.exp,
810 gdb.base/jit-simple.exp, gdb.base/jit-so.exp, gdb.base/jump.exp,
811 gdb.base/kill-after-signal.exp, gdb.base/label.exp,
812 gdb.base/langs.exp, gdb.base/lineinc.exp, gdb.base/list.exp,
813 gdb.base/logical.exp, gdb.base/long_long.exp,
814 gdb.base/longjmp.exp, gdb.base/macscp.exp, gdb.base/maint.exp,
815 gdb.base/memattr.exp, gdb.base/mips_pro.exp,
816 gdb.base/miscexprs.exp, gdb.base/morestack.exp,
817 gdb.base/moribund-step.exp, gdb.base/multi-forks.exp: Use
818 standard_testfile, standard_output_file, prepare_for_testing,
819 clean_restart.
820
821 2013-06-27 Tom Tromey <tromey@redhat.com>
822
823 * gdb.base/ena-dis-br.exp, gdb.base/enum_cond.exp,
824 gdb.base/enumval.exp, gdb.base/environ.exp,
825 gdb.base/eu-strip-infcall.exp, gdb.base/eval-skip.exp,
826 gdb.base/exe-lock.exp, gdb.base/expand-psymtabs.exp,
827 gdb.base/exprs.exp, gdb.base/fileio.exp, gdb.base/find.exp,
828 gdb.base/fixsection.exp, gdb.base/foll-exec.exp,
829 gdb.base/foll-fork.exp, gdb.base/fortran-sym-case.exp,
830 gdb.base/frame-args.exp, gdb.base/freebpcmd.exp,
831 gdb.base/fullname.exp, gdb.base/funcargs.exp,
832 gdb.base/gcore-buffer-overflow.exp, gdb.base/gcore.exp,
833 gdb.base/gdb1090.exp, gdb.base/gdb11530.exp,
834 gdb.base/gdb11531.exp, gdb.base/gdb1250.exp, gdb.base/gdb1555.exp,
835 gdb.base/gdb1821.exp, gdb.base/gdbindex-stabs.exp,
836 gdb.base/gdbvars.exp, gdb.base/gnu-ifunc.exp,
837 gdb.base/gnu_vector.exp: Use standard_testfile,
838 standard_output_file, prepare_for_testing, clean_restart.
839
840 2013-06-27 Tom Tromey <tromey@redhat.com>
841
842 * gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
843 gdb.base/call-sc.exp, gdb.base/call-signal-resume.exp,
844 gdb.base/call-strs.exp, gdb.base/callexit.exp,
845 gdb.base/callfuncs.exp, gdb.base/catch-load.exp,
846 gdb.base/catch-syscall.exp, gdb.base/charset.exp,
847 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
848 gdb.base/code-expr.exp, gdb.base/code_elim.exp,
849 gdb.base/commands.exp, gdb.base/completion.exp,
850 gdb.base/complex.exp, gdb.base/cond-expr.exp,
851 gdb.base/condbreak.exp, gdb.base/consecutive.exp,
852 gdb.base/constvars.exp, gdb.base/corefile.exp,
853 gdb.base/ctxobj.exp, gdb.base/cursal.exp, gdb.base/cvexpr.exp,
854 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
855 gdb.base/del.exp, gdb.base/detach.exp, gdb.base/dfp-test.exp,
856 gdb.base/display.exp, gdb.base/dmsym.exp, gdb.base/dump.exp,
857 gdb.base/dup-sect.exp: Use standard_testfile,
858 standard_output_file, prepare_for_testing, clean_restart.
859
860 2013-06-27 Tom Tromey <tromey@redhat.com>
861
862 * gdb.base/a2-run.exp, gdb.base/all-bin.exp, gdb.base/annota1.exp,
863 gdb.base/annota3.exp, gdb.base/anon.exp, gdb.base/args.exp,
864 gdb.base/arithmet.exp, gdb.base/arrayidx.exp, gdb.base/assign.exp,
865 gdb.base/async-shell.exp, gdb.base/async.exp,
866 gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-noexec.exp,
867 gdb.base/attach-twice.exp, gdb.base/attach.exp, gdb.base/auxv.exp,
868 gdb.base/bang.exp, gdb.base/bfp-test.exp, gdb.base/bigcore.exp,
869 gdb.base/bitfields.exp, gdb.base/bitfields2.exp,
870 gdb.base/break-entry.exp, gdb.base/break-interp.exp,
871 gdb.base/break-on-linker-gcd-function.exp,
872 gdb.base/breakpoint-shadow.exp: Use standard_testfile,
873 standard_output_file, prepare_for_testing, clean_restart.
874
875 2013-06-26 Yao Qi <yao@codesourcery.com>
876
877 * gdb.trace/mi-trace-frame-collected.exp: New.
878
879 2013-06-25 Yao Qi <yao@codesourcery.com>
880
881 * boards/native-extended-gdbserver.exp: Set board_info
882 'gdb,predefined_tsv'.
883 * boards/native-gdbserver.exp: Likewise.
884 * boards/native-stdio-gdbserver.exp: Likewise.
885 * gdb.server/ext-attach.exp: Load trace-support.exp. Check
886 uploaded TSVs if target supports tracing.
887 * gdb.trace/tsv.exp: Check uploaded TSVs if target supports
888 tracing and target has predefined tsv.
889
890 2013-06-25 Yao Qi <yao@codesourcery.com>
891 Hui Zhu <hui@codesourcery.com>
892 Pedro Alves <palves@redhat.com>
893
894 PR breakpoints/15075
895 PR breakpoints/15434
896 * gdb.base/dprintf-next.c: New file.
897 * gdb.base/dprintf-next.exp: New file.
898 * gdb.base/dprintf-non-stop.c: New file.
899 * gdb.base/dprintf-non-stop.exp: New file.
900 * gdb.base/dprintf.exp: Don't check "continue" in the output
901 of "info breakpoints".
902 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
903 Don't check "continue" in script field.
904
905 2013-06-21 Tom Tromey <tromey@redhat.com>
906
907 * gdb.trace/actions.exp (check_tracepoint): Don't use a full file
908 name in a test name.
909
910 2013-06-20 Yao Qi <yao@codesourcery.com>
911
912 * gdb.trace/mi-trace-unavailable.exp: Set tracepoint on 'foo'
913 and set an action.
914 (test_trace_unavailable): Test command -data-list-register-values
915 in the context of traceframe and with option --skip-unavailable.
916 * gdb.trace/trace-unavailable.c (foo): New.
917 (main): Call it.
918 * gdb.mi/gdb2549.exp: Update matching pattern.
919
920 2013-06-19 Mike Frysinger <vapier@gentoo.org>
921
922 * gdb.arch/i386-avx.c (have_avx): Change __get_cpuid call to i386_cpuid.
923 * gdb.arch/i386-avx.exp (additional_flags): Add -I${srcdir}/../common.
924 * gdb.arch/i386-cpuid.h: Moved to ../common/i386-gcc-cpuid.h.
925 * gdb.arch/i386-sse.c: Call new i386_cpuid function.
926 * gdb.arch/i386-see.exp (additional_flags): Add -I${srcdir}/../common.
927
928 2013-06-19 Luis Machado <lgustavo@codesourcery.com>
929
930 * gdb.base/subst.exp: Delete default rules before further
931 tests.
932
933 2013-06-19 Yao Qi <yao@codesourcery.com>
934
935 * gdb.base/maint.exp: Make the test to command 'maint dump-me'
936 unsupported if it is not registered.
937
938 2013-06-18 Tom Tromey <tromey@redhat.com>
939
940 * gdb.base/random-signal.c: New file.
941 * gdb.base/random-signal.exp: New file.
942
943 2013-06-18 Will Newton <will.newton@linaro.org>
944
945 * gdb.base/skip.c: Use comma to evaluate results of foo()
946 and bar() before passing to baz().
947 * gdb.base/skip.c: baz() now takes one argument instead of
948 two.
949
950 2013-06-18 Tom Tromey <tromey@redhat.com>
951
952 * gdb.dwarf2/implptrpiece.exp: New file.
953 * gdb.dwarf2/implptrconst.exp (d): New variable.
954 Print d.
955 * lib/dwarf2.exp (Dwarf::_location): Handle DW_OP_piece.
956
957 2013-06-18 Tom Tromey <tromey@redhat.com>
958
959 * lib/selftest-support.exp (do_self_tests): Reject remote or
960 non-native targets.
961 * gdb.gdb/complaints.exp: Remove check.
962 * gdb.gdb/observer.exp: Remove check.
963 * gdb.gdb/xfullpath.exp: Remove check.
964 * gdb.gdb/complaints.exp: Remove check.
965
966 2013-06-07 Pedro Alves <palves@redhat.com>
967
968 * boards/native-extended-gdbserver.exp: Remove semicolon.
969 * config/arm-ice.exp: Likewise.
970 * config/bfin.exp: Likewise.
971 * config/cygmon.exp: Likewise.
972 * config/h8300.exp: Likewise.
973 * config/monitor.exp: Likewise.
974 * config/sid.exp: Likewise.
975 * config/sim.exp: Likewise.
976 * config/slite.exp: Likewise.
977 * config/vx.exp: Likewise.
978 * gdb.arch/i386-bp_permanent.exp: Likewise.
979 * gdb.asm/asm-source.exp: Likewise.
980 * gdb.base/args.exp: Likewise.
981 * gdb.base/attach-pie-misread.exp: Likewise.
982 * gdb.base/auxv.exp: Likewise.
983 * gdb.base/bigcore.exp: Likewise.
984 * gdb.base/bitfields2.exp: Likewise.
985 * gdb.base/bitfields.exp: Likewise.
986 * gdb.base/break.exp: Likewise.
987 * gdb.base/break-interp.exp: Likewise.
988 * gdb.base/callfuncs.exp: Likewise.
989 * gdb.base/call-sc.exp: Likewise.
990 * gdb.base/commands.exp: Likewise.
991 * gdb.base/corefile.exp: Likewise.
992 * gdb.base/dbx.exp: Likewise.
993 * gdb.base/ending-run.exp: Likewise.
994 * gdb.base/exprs.exp: Likewise.
995 * gdb.base/funcargs.exp: Likewise.
996 * gdb.base/hbreak2.exp: Likewise.
997 * gdb.base/huge.exp: Likewise.
998 * gdb.base/list.exp: Likewise.
999 * gdb.base/memattr.exp: Likewise.
1000 * gdb.base/overlays.exp: Likewise.
1001 * gdb.base/printcmds.exp: Likewise.
1002 * gdb.base/recurse.exp: Likewise.
1003 * gdb.base/remotetimeout.exp: Likewise.
1004 * gdb.base/reread.exp: Likewise.
1005 * gdb.base/savedregs.exp: Likewise.
1006 * gdb.base/scope.exp: Likewise.
1007 * gdb.base/sepdebug.exp: Likewise.
1008 * gdb.base/setshow.exp: Likewise.
1009 * gdb.base/setvar.exp: Likewise.
1010 * gdb.base/sigaltstack.exp: Likewise.
1011 * gdb.base/siginfo-addr.exp: Likewise.
1012 * gdb.base/siginfo.exp: Likewise.
1013 * gdb.base/siginfo-obj.exp: Likewise.
1014 * gdb.base/sigrepeat.exp: Likewise.
1015 * gdb.base/sigstep.exp: Likewise.
1016 * gdb.base/structs.exp: Likewise.
1017 * gdb.base/testenv.exp: Likewise.
1018 * gdb.base/twice.exp: Likewise.
1019 * gdb.base/valgrind-db-attach.exp: Likewise.
1020 * gdb.base/valgrind-infcall.exp: Likewise.
1021 * gdb.base/varargs.exp: Likewise.
1022 * gdb.base/watchpoint.exp: Likewise.
1023 * gdb.cp/gdb1355.exp: Likewise.
1024 * gdb.cp/misc.exp: Likewise.
1025 * gdb.disasm/hppa.exp: Likewise.
1026 * gdb.disasm/t01_mov.exp: Likewise.
1027 * gdb.disasm/t02_mova.exp: Likewise.
1028 * gdb.disasm/t03_add.exp: Likewise.
1029 * gdb.disasm/t04_sub.exp: Likewise.
1030 * gdb.disasm/t05_cmp.exp: Likewise.
1031 * gdb.disasm/t06_ari2.exp: Likewise.
1032 * gdb.disasm/t07_ari3.exp: Likewise.
1033 * gdb.disasm/t08_or.exp: Likewise.
1034 * gdb.disasm/t09_xor.exp: Likewise.
1035 * gdb.disasm/t10_and.exp: Likewise.
1036 * gdb.disasm/t11_logs.exp: Likewise.
1037 * gdb.disasm/t12_bit.exp: Likewise.
1038 * gdb.disasm/t13_otr.exp: Likewise.
1039 * gdb.gdb/selftest.exp: Likewise.
1040 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
1041 * gdb.mi/mi-reverse.exp: Likewise.
1042 * gdb.pascal/floats.exp: Likewise.
1043 * gdb.python/py-inferior.exp: Likewise.
1044 * gdb.threads/attach-into-signal.exp: Likewise.
1045 * gdb.threads/pthreads.exp: Likewise.
1046 * gdb.threads/thread_events.exp: Likewise.
1047 * gdb.threads/watchthreads.exp: Likewise.
1048 * gdb.trace/actions-changed.exp: Likewise.
1049 * gdb.trace/actions.exp: Likewise.
1050 * gdb.trace/ax.exp: Likewise.
1051 * gdb.trace/backtrace.exp: Likewise.
1052 * gdb.trace/change-loc.exp: Likewise.
1053 * gdb.trace/deltrace.exp: Likewise.
1054 * gdb.trace/disconnected-tracing.exp: Likewise.
1055 * gdb.trace/ftrace.exp: Likewise.
1056 * gdb.trace/infotrace.exp: Likewise.
1057 * gdb.trace/passc-dyn.exp: Likewise.
1058 * gdb.trace/passcount.exp: Likewise.
1059 * gdb.trace/pending.exp: Likewise.
1060 * gdb.trace/qtro.exp: Likewise.
1061 * gdb.trace/range-stepping.exp: Likewise.
1062 * gdb.trace/report.exp: Likewise.
1063 * gdb.trace/save-trace.exp: Likewise.
1064 * gdb.trace/status-stop.exp: Likewise.
1065 * gdb.trace/strace.exp: Likewise.
1066 * gdb.trace/tfile.exp: Likewise.
1067 * gdb.trace/tfind.exp: Likewise.
1068 * gdb.trace/trace-break.exp: Likewise.
1069 * gdb.trace/tracecmd.exp: Likewise.
1070 * gdb.trace/trace-mt.exp: Likewise.
1071 * gdb.trace/tspeed.exp: Likewise.
1072 * gdb.trace/tsv.exp: Likewise.
1073 * gdb.trace/while-stepping.exp: Likewise.
1074 * lib/gdb.exp: Likewise.
1075 * lib/gdbserver-support.exp: Likewise.
1076 * lib/java.exp: Likewise.
1077 * lib/mi-support.exp: Likewise.
1078 * lib/pascal.exp: Likewise.
1079 * lib/prompt.exp: Likewise.
1080 * lib/trace-support.exp: Likewise.
1081
1082 2013-06-07 Pedro Alves <palves@redhat.com>
1083
1084 * gdb.ada/info_types.c: Fix formating in copyright header.
1085 * gdb.base/break-on-linker-gcd-function.cc: Likewise.
1086 * gdb.base/float.c: Likewise.
1087 * gdb.base/inferior-died.c: Likewise.
1088 * gdb.base/interp.c: Likewise.
1089 * gdb.base/jit-main.c: Likewise.
1090 * gdb.base/jit-solib.c: Likewise.
1091 * gdb.base/long_long.c: Likewise.
1092 * gdb.base/longjmp.c: Likewise.
1093 * gdb.base/nextoverexit.c: Likewise.
1094 * gdb.base/pr11022.c: Likewise.
1095 * gdb.base/prelink-lib.c: Likewise.
1096 * gdb.base/prelink.c: Likewise.
1097 * gdb.base/prologue.c: Likewise.
1098 * gdb.base/restore.c: Likewise.
1099 * gdb.base/sigchld.c: Likewise.
1100 * gdb.base/solib-search-lib1.c: Likewise.
1101 * gdb.base/solib-search-lib2.c: Likewise.
1102 * gdb.base/solib-search.c: Likewise.
1103 * gdb.base/solib-search.h: Likewise.
1104 * gdb.base/whatis.c: Likewise.
1105 * gdb.cp/abstract-origin.cc: Likewise.
1106 * gdb.cp/anon-struct.cc: Likewise.
1107 * gdb.cp/baseenum.cc: Likewise.
1108 * gdb.cp/bs15503.cc: Likewise.
1109 * gdb.cp/call-c-1.c: Likewise.
1110 * gdb.cp/call-c.cc: Likewise.
1111 * gdb.cp/class2.cc: Likewise.
1112 * gdb.cp/classes.cc: Likewise.
1113 * gdb.cp/cttiadd.cc: Likewise.
1114 * gdb.cp/cttiadd1.cc: Likewise.
1115 * gdb.cp/cttiadd2.cc: Likewise.
1116 * gdb.cp/cttiadd3.cc: Likewise.
1117 * gdb.cp/derivation.cc: Likewise.
1118 * gdb.cp/derivation2.cc: Likewise.
1119 * gdb.cp/dispcxx.cc: Likewise.
1120 * gdb.cp/exception.cc: Likewise.
1121 * gdb.cp/gdb2384-base.cc: Likewise.
1122 * gdb.cp/gdb2384-base.h: Likewise.
1123 * gdb.cp/gdb2384.cc: Likewise.
1124 * gdb.cp/gdb2495.cc: Likewise.
1125 * gdb.cp/mb-inline.h: Likewise.
1126 * gdb.cp/mb-inline1.cc: Likewise.
1127 * gdb.cp/mb-inline2.cc: Likewise.
1128 * gdb.cp/member-name.cc: Likewise.
1129 * gdb.cp/member-ptr.cc: Likewise.
1130 * gdb.cp/misc.cc: Likewise.
1131 * gdb.cp/namespace1.cc: Likewise.
1132 * gdb.cp/nextoverthrow.cc: Likewise.
1133 * gdb.cp/pr-574.cc: Likewise.
1134 * gdb.cp/pr9631.cc: Likewise.
1135 * gdb.cp/printmethod.cc: Likewise.
1136 * gdb.cp/psmang1.cc: Likewise.
1137 * gdb.cp/psmang2.cc: Likewise.
1138 * gdb.cp/psymtab-parameter.cc: Likewise.
1139 * gdb.cp/ptype-flags.cc: Likewise.
1140 * gdb.cp/ref-params.cc: Likewise.
1141 * gdb.cp/ref-types.cc: Likewise.
1142 * gdb.cp/smartp.cc: Likewise.
1143 * gdb.cp/try_catch.cc: Likewise.
1144 * gdb.cp/userdef.cc: Likewise.
1145 * gdb.cp/using-crash.cc: Likewise.
1146 * gdb.cp/virtfunc.cc: Likewise.
1147 * gdb.cp/virtfunc2.cc: Likewise.
1148 * gdb.dwarf2/callframecfa.S: Likewise.
1149 * gdb.dwarf2/dw2-ranges.c: Likewise.
1150 * gdb.dwarf2/dw2-ranges2.c: Likewise.
1151 * gdb.dwarf2/dw2-ranges3.c: Likewise.
1152 * gdb.dwarf2/dw2-restore.S: Likewise.
1153 * gdb.dwarf2/pieces.S: Likewise.
1154 * gdb.dwarf2/valop.S: Likewise.
1155 * gdb.java/jnpe.java: Likewise.
1156 * gdb.mi/mi-stepn.c: Likewise.
1157 * gdb.mi/mi-var-cp.cc: Likewise.
1158 * gdb.mi/mi-var-rtti.cc: Likewise.
1159 * gdb.mi/ns-stale-regcache.c: Likewise.
1160 * gdb.mi/pr11022.c: Likewise.
1161 * gdb.mi/solib-lib.c: Likewise.
1162 * gdb.mi/solib-main.c: Likewise.
1163 * gdb.python/py-arch.c: Likewise.
1164 * gdb.python/py-block.c: Likewise.
1165 * gdb.python/py-breakpoint.c: Likewise.
1166 * gdb.python/py-events.c: Likewise.
1167 * gdb.python/py-evthreads.c: Likewise.
1168 * gdb.python/py-explore.c: Likewise.
1169 * gdb.python/py-explore.cc: Likewise.
1170 * gdb.python/py-finish-breakpoint.c: Likewise.
1171 * gdb.python/py-finish-breakpoint2.cc: Likewise.
1172 * gdb.python/py-symbol.c: Likewise.
1173 * gdb.threads/execl.c: Likewise.
1174 * gdb.threads/execl1.c: Likewise.
1175
1176 2013-06-07 Will Newton <will.newton@linaro.org>
1177
1178 * gdb.base/long_long.exp: Fix ARM EABI target glob.
1179
1180 2013-06-07 Will Newton <will.newton@linaro.org>
1181
1182 * gdb.cp/annota2.exp: Add empty line between "post-prompt"
1183 and "starting".
1184
1185 2013-06-07 Will Newton <will.newton@linaro.org>
1186
1187 * gdb.cp/anon-struct.exp: Conditionalize constructor and
1188 destructor prototypes for ARM ABI.
1189 * gdb.cp/m-static.exp: Likewise.
1190
1191 2013-06-07 Yao Qi <yao@codesourcery.com>
1192
1193 * gdb.trace/mi-trace-unavailable.exp: New.
1194 * gdb.trace/trace-unavailable.c: New.
1195
1196 2013-06-06 Doug Evans <dje@google.com>
1197
1198 * gdb.cp/derivation.exp: Make tests have unique names.
1199
1200 2013-06-06 Tom Tromey <tromey@redhat.com>
1201
1202 * gdb.base/dump.exp (capture_value): Don't put expression into
1203 test name if arguments passed in.
1204 Rename a couple more tests to make them unique.
1205
1206 2013-06-06 Tom Tromey <tromey@redhat.com>
1207
1208 * gdb.base/break-always.exp: Explicitly specify test name.
1209
1210 2013-06-05 Doug Evans <dje@google.com>
1211 Keith Seitz <keiths@redhat.com>
1212
1213 * gdb.cp/derivation2.cc: New file.
1214 * gdb.cp/derivation.cc (main): Call foo2.
1215 * gdb.cp/derivation.exp: Add tests for typedefs in another
1216 file, and when there's an active block.
1217
1218 2013-06-05 Luis Machado <lgustavo@codesourcery.com>
1219
1220 * gdb.cp/virtfunc.exp (make_one_vtable_result): Handle extra output
1221 from targets that use function descriptors in the virtual tables.
1222 Handle presence of dot symbols.
1223
1224 2013-06-04 Gary Benson <gbenson@redhat.com>
1225
1226 * gdb.base/break-probes.exp: New file.
1227 * gdb.base/break-probes.c: Likewise.
1228 * gdb.base/break-probes-solib.c: Likewise.
1229 * gdb.base/info-shared.exp: New file.
1230 * gdb.base/info-shared.c: Likewise.
1231 * gdb.base/info-shared-solib1.c: Likewise.
1232 * gdb.base/info-shared-solib2.c: Likewise.
1233
1234 2013-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1235 Gary Benson <gbenson@redhat.com>
1236
1237 * lib/gdb.exp (build_executable_from_specs): Use gdb_compile_pthread,
1238 gdb_compile_shlib or gdb_compile_shlib_pthreads where appropriate.
1239 * lib/prelink-support.exp (build_executable_own_libs): Allow INTERP
1240 to be set to "no" to indicate that no ld.so copy should be made.
1241 * gdb.base/break-interp.exp (solib_bp): New constant.
1242 (reach_1): Use the above instead of "_dl_debug_state".
1243 (test_attach): Likewise.
1244 (test_ld): Likewise.
1245 * gdb.threads/dlopen-libpthread.exp: New file.
1246 * gdb.threads/dlopen-libpthread.c: Likewise.
1247 * gdb.threads/dlopen-libpthread-lib.c: Likewise.
1248 * gdb.base/solib-corrupted.exp: Disable test if GDB is using probes.
1249
1250 2013-05-30 Yao Qi <yao@codesourcery.com>
1251
1252 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
1253 Add a test that no MI notification is emitted when executing
1254 -exec-arguments.
1255
1256 2013-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1257
1258 PR testsuite/12649
1259 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf) (mi 2nd dprintf): Replace
1260 $mi_gdb_prompt expectation by mi_expect_stop.
1261 (mi 1st dprintf, agent, mi 2nd dprintf, agent)
1262 (mi info dprintf second time): Replace them by mi_send_resuming_command
1263 and mi_expect_stop.
1264
1265 2013-05-24 Gary Benson <gbenson@redhat.com>
1266
1267 * gdb.base/solib-disc.exp (exec_opts): Remove unnecesary
1268 backslash.
1269 * gdb.base/unload.exp (exec_opts): Remove two unnecessary
1270 backslashes.
1271 * gdb.base/watchpoint-solib.exp (exec_opts): Remove unnecesary
1272 backslash.
1273
1274 2013-05-24 Yao Qi <yao@codesourcery.com>
1275
1276 * gdb.trace/tfile.exp: Test inferior and thread.
1277
1278 2013-05-24 Yao Qi <yao@codesourcery.com>
1279 Pedro Alves <palves@redhat.com>
1280
1281 * gdb.base/range-stepping.exp: Skip the rest of tests if the
1282 test fails.
1283 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1284 Return 0 if the test passes, otherwise return 1.
1285
1286 2013-05-23 Doug Evans <dje@google.com>
1287
1288 * boards/fission-dwp.exp: New file.
1289
1290 2013-05-23 Yao Qi <yao@codesourcery.com>
1291 Pedro Alves <palves@redhat.com>
1292
1293 * gdb.base/range-stepping.c: New file.
1294 * gdb.base/range-stepping.exp: New file.
1295 * gdb.trace/range-stepping.c: New file.
1296 * gdb.trace/range-stepping.exp: New file.
1297 * lib/range-stepping-support.exp: New file.
1298
1299 2013-05-22 Tom Tromey <tromey@redhat.com>
1300
1301 * gdb.cp/class2.cc (main): New local 'aref'.
1302 * gdb.cp/class2.exp: Check printing of 'aref'.
1303
1304 2013-05-22 Doug Evans <dje@google.com>
1305
1306 * gdb.threads/wp-replication.c (main): Insert some code at the start
1307 to ensure the breakpoint on main is only hit once. Fix comment.
1308
1309 2013-05-21 Keith Seitz <keiths@redhat.com>
1310 Pedro Alves <palves@redhat.com>
1311
1312 * gdb.base/filesym.exp: Use gdb_test_multiple instead of
1313 gdb_expect.
1314 Add test to flush the remaining input buffer so that this
1315 file passes testsuite/12649.
1316
1317 2013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1318
1319 * gdb.base/catch-signal-fork.exp: New file.
1320 * gdb.base/catch-signal-fork.c: New file.
1321
1322 2013-05-21 Sterling Augustine <saugustine@google.com>
1323
1324 * boards/remote-stdio-gdbserver.exp: New file.
1325
1326 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1327
1328 PR testsuite/12649
1329 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf): Fix expect strings for
1330 racy matches.
1331
1332 2013-05-21 Christian Groessler <chris@groessler.org>
1333
1334 * gdb.dwarf2/dw2-dir-file-name.exp: Don't use brace expansion,
1335 since it's not supported in all shells.
1336
1337 2013-05-21 Hui Zhu <hui@codesourcery.com>
1338
1339 * gdb.mi/Makefile.in (PROGS): Add "mi-dprintf".
1340 * gdb.mi/mi-dprintf.exp, gdb.mi/mi-dprintf.c: New.
1341
1342 2013-05-20 Doug Evans <dje@google.com>
1343
1344 * lib/dwarf.exp (Dwarf): New variable _abbrev_section.
1345 (_handle_DW_TAG): Use it.
1346 (cu, tu): Replace parameters is_64, version, addr_size with options.
1347 All callers updated. Add Fission support.
1348 * gdb.dwarf2/implptrconst.exp: Update callers of "cu".
1349 * gdb.dwarf2/method-ptr.exp: Ditto.
1350 * gdb.dwarf2/nostaticblock.exp: Ditto.
1351 * gdb.dwarf2/subrange.exp: Ditto.
1352 * gdb.dwarf2/missing-sig-type.exp: Update callers of "cu", "tu".
1353
1354 2013-05-20 Tom Tromey <tromey@redhat.com>
1355
1356 * gdb.gdb/python-selftest.exp: New file.
1357
1358 2013-05-20 Doug Evans <dje@google.com>
1359
1360 * gdb.base/maint.exp: Fix test for "mt expand-symtabs" to account for
1361 -fdebug-types-section.
1362
1363 2013-05-20 Joel Brobecker <brobecker@adacore.com>
1364
1365 * gdb.ada/float_param: New testcase.
1366
1367 2013-05-17 Doug Evans <dje@google.com>
1368
1369 * gdb.base/maint.exp: Update test for "maint check-psymtabs".
1370 Add tests for "maint check-symtabs", "maint expand-symtabs".
1371
1372 * gdb.base/maint.exp: Remove testing of individual maint command
1373 help output.
1374
1375 2013-05-16 Pedro Alves <palves@redhat.com>
1376
1377 * gdb.ada/complete.exp (test_gdb_no_completion): Fix typo in
1378 comment. Use gdb_test_no_output.
1379
1380 2013-05-16 Joel Brobecker <brobecker@adacore.com>
1381
1382 * gdb.ada/complete.exp: Add test verifying completion using
1383 the "tab" key.
1384
1385 2013-05-15 Keith Seitz <keiths@redhat.com>
1386
1387 * gdb.base/filesym.exp: New completer test.
1388 * gdb.base/filesym.c: New file.
1389
1390 2013-05-15 Pedro Alves <palves@redhat.com>
1391
1392 * gdb.base/fixsection.c: Remove attribution.
1393 * gdb.base/watch-read.exp: Ditto.
1394
1395 2013-05-13 Tom Tromey <tromey@redhat.com>
1396
1397 * gdb.dwarf2/implptrconst.exp: Create a CU with 4 byte address
1398 size and change type sizes to 4 bytes.
1399
1400 2013-05-13 Tom Tromey <tromey@redhat.com>
1401
1402 * gdb.base/exprs.exp (test_expr): Add regression test.
1403 * gdb.base/exprs.c (null_t_struct): New global.
1404
1405 2013-05-13 Muhammad Bilal <mbilal@codesourcery.com>
1406
1407 * gdb.base/default.exp: Disable history saving.
1408 * gdb.base/setshow.exp: Likewise.
1409
1410 2013-05-10 Pedro Alves <palves@redhat.com>
1411
1412 PR remote/15455
1413
1414 * gdb.trace/qtro.c: New file.
1415 * gdb.trace/qtro.exp: New file.
1416
1417 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
1418
1419 * gdb.python/py-framefilter.py: New File.
1420 * gdb.python/py-framefilter-mi.exp: Ditto.
1421 * gdb.python/py-framefilter.c: Ditto.
1422 * gdb.python/py-framefilter-mi.exp: Ditto.
1423 * gdb.python/py-framefilter-mi.c: Ditto,
1424 * gdb.python/py-framefilter-gdb.py.in: Ditto.
1425
1426 2013-05-08 Tom Tromey <tromey@redhat.com>
1427
1428 * gdb.base/solib-search.exp: Set test name for "set
1429 solib-search-path" test.
1430
1431 2013-05-08 Hafiz Abid Qadeer <abidh@codesourcery.com>
1432
1433 * gdb.trace/circ.exp: Remove unnecessary 'if then' checks.
1434 (set_a_tracepoint): Set tracepoint before prologue.
1435 (run_trace_experiment): Test setup_tracepoints and 'break end'
1436 in it.
1437 (trace_buffer_normal): Remove.
1438 (gdb_trace_circular_tests): Remove. Move tests to...
1439 (top level): ...here. Call 'runto_main' before checking for
1440 trace support. Use commands to check the support for circular
1441 trace buffer and changing of trace buffer size. Add test
1442 to calculate size of single frame. Use this size to
1443 calculate the size of trace buffer. Use 'tfind pc func9'
1444 instead of 'tfind 9'. Use 'with_test_prefix'.
1445
1446 2013-05-07 Tom Tromey <tromey@redhat.com>
1447
1448 * lib/selftest-support.exp: New file.
1449 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
1450 do_self_tests.
1451 (setup_test, find_gdb): Remove.
1452 * gdb.gdb/observer.exp: Load selftest-support.exp. Use
1453 do_self_tests.
1454 (setup_test, find_gdb): Remove.
1455 (test_observer): Don't call setup_test. Remove argument.
1456 * gdb.gdb/selftest.exp: Load selftest-support.exp.
1457 (find_gdb): Remove.
1458 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
1459 do_self_tests.
1460 (setup_test, find_gdb): Remove.
1461 (test_with_self): Don't call setup_test. Remove argument.
1462
1463 2013-05-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
1464
1465 * gdb.arch/system-gcore.exp: Remove.
1466 * gdb.arch/gcore.c: Remove.
1467 * gdb.base/gcore.exp: Add "info reg system".
1468
1469 2013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
1470
1471 PR breakpoints/15413:
1472 * gdb.base/pending.exp: Add test for completion of the "condition"
1473 command for pending breakpoints.
1474 * gdb.linespec/linespec.ex: Add test for completion of the
1475 "condition" command when dealing with multiple locations.
1476
1477 2013-05-07 Luis Machado <lgustavo@codesourcery.com>
1478
1479 * gdb.threads/wp-replication.c: New file.
1480 * gdb.threads/wp-replication.exp: New file.
1481
1482 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1483
1484 * gdb.xml/tdesc-regs.exp: Add case for nios2.
1485
1486 2013-05-06 Doug Evans <dje@google.com>
1487
1488 * gdb.base/solib-search-lib1.c: New file.
1489 * gdb.base/solib-search-lib2.c: New file.
1490 * gdb.base/solib-search.c: New file.
1491 * gdb.base/solib-search.h: New file.
1492 * gdb.base/solib-search.exp: New file.
1493
1494 * lib/gdb.exp (gdb_core_cmd): New function.
1495 * gdb.arch/system-gcore.exp: Use it.
1496 * gdb.arch/vsx-regs.exp: Ditto.
1497 * gdb.base/gcore.exp: Ditto.
1498 * gdb.threads/gcore-thread.exp: Ditto.
1499
1500 * gdb.reverse/shr.h: New file.
1501 * gdb.reverse/shr1.c: New file.
1502 * gdb.reverse/shr2.c: #include "shr.h".
1503 * gdb.reverse/solib-reverse.c: Remove #include <stdio.h>.
1504 #include "shr.h". Replace calls to printf,sleep to call shr1 instead.
1505 * gdb.reverse/solib-precsave.exp: Build shr2.sl.
1506 Update tests using sleep/printf to use shr2.sl instead.
1507 * gdb.reverse/solib-reverse.exp: Ditto.
1508
1509 2013-05-06 Tom Tromey <tromey@redhat.com>
1510
1511 * gdb.dwarf2/implptrconst.c: New file.
1512 * gdb.dwarf2/implptrconst.exp: New file.
1513 * lib/dwarf.exp (Dwarf::_nz_quote): New proc.
1514 (Dwarf::_handle_DW_FORM): Handle DW_FORM_block1.
1515 (Dwarf::_location): Handle DW_OP_GNU_implicit_pointer.
1516
1517 2013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1518
1519 * gdb.base/catch-sig.c (main): Raise SIGINT.
1520 * gdb.base/catch-sig.exp: Test "catch signal SIGINT".
1521
1522 2013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
1523
1524 * status-stop.exp (test_tstart_tstart): Check for error
1525 returned by the second 'tstart' command.
1526
1527 2013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1528
1529 * gdb.xml/maint_print_struct.exp: New file.
1530 * gdb.xml/maint_print_struct.xml: New file.
1531
1532 2013-04-25 Tom Tromey <tromey@redhat.com>
1533
1534 * gdb.dwarf2/nostaticblock.exp: New file.
1535
1536 2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
1537
1538 PR gdb/10462
1539 * gdb.base/setshow.exp: Add test case.
1540
1541 2013-04-23 Hui Zhu <hui@codesourcery.com>
1542
1543 PR gdb/15293
1544 * gdb.base/dprintf.exp: Add ignore command.
1545
1546 2013-04-23 Hui Zhu <hui@codesourcery.com>
1547
1548 PR gdb/15165
1549 * gdb.base/save-bp.exp: Add test for dprintf.
1550
1551 2013-04-22 Tom Tromey <tromey@redhat.com>
1552
1553 * gdb.gdb/selftest.exp (do_steps_and_nexts): Check for
1554 notice_open_fds.
1555
1556 2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
1557
1558 * gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by
1559 ldflags.
1560
1561 2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
1562
1563 * gdb.arch/arm-bl-branch-dest.c: New file.
1564 * gdb.arch/arm-bl-branch-dest.exp: Likewise.
1565
1566 2013-04-19 Vladimir Kargov <kargov@gmail.com>
1567 Pedro Alves <palves@redhat.com>
1568
1569 * gdb.arch/i386-float.S: New file.
1570 * gdb.arch/i386-float.exp: New file.
1571
1572 2013-04-18 Luis Machado <lgustavo@codesourcery.com>
1573
1574 * gdb.mi/mi-var-create-rtti.exp: Create a variable of
1575 type void *.
1576
1577 2013-04-17 Doug Evans <dje@google.com>
1578
1579 * lib/dwarf.exp (Dwarf): New proc "tu".
1580 * gdb.dwarf2/missing-sig-type.exp: New file.
1581
1582 2013-04-15 Siva Chandra Reddy <sivachandra@google.com>
1583
1584 Add option to link testcases with Pthreads library when
1585 using 'prepare_for_testing' in tests.
1586
1587 * lib/gdb.exp (build_executable_from_specs): Use
1588 gdb_compile_pthreads to compile if option "pthreads" is
1589 specified.
1590
1591 2013-04-15 Tom Tromey <tromey@redhat.com>
1592
1593 * gdb.cp/exceptprint.exp: Add regexp catchpoint tests.
1594
1595 2013-04-15 Tom Tromey <tromey@redhat.com>
1596
1597 * gdb.base/default.exp: Update for $_exception.
1598 * gdb.cp/exceptprint.cc: New file.
1599 * gdb.cp/exceptprint.exp: New file.
1600 * lib/gdb.exp (skip_libstdcxx_probe_tests): New proc.
1601
1602 2013-04-15 Tom Tromey <tromey@redhat.com>
1603
1604 * gdb.cp/typeid.cc: New file.
1605 * gdb.cp/typeid.exp: New file.
1606
1607 2013-04-15 Tom Tromey <tromey@redhat.com>
1608
1609 * gdb.cp/exception.exp: Add "catch rethrow" tests.
1610
1611 2013-04-13 Yao Qi <yao@codesourcery.com>
1612
1613 * gdb.base/completion.exp: Test completion of command
1614 'target ctf' if target ctf is supported.
1615
1616 2013-04-10 Pedro Alves <palves@redhat.com>
1617
1618 * gdb.base/completion.exp: Test "set height", "set listsize" and
1619 "set trace-buffer-size" completion.
1620 * gdb.base/setshow.exp: Test "set height unlimited".
1621 * gdb.trace/trace-buffer-size.exp: Test "set trace-buffer-size
1622 unlimited".
1623
1624 2013-04-10 Yao Qi <yao@codesourcery.com>
1625
1626 * gdb.trace/actions.exp: Save trace data to CTF.
1627 Change to ctf target if GDB supports, read CTF data in ctf
1628 target, and check the actions of tracepoints.
1629 * gdb.trace/while-stepping.exp: Likewise.
1630 * gdb.trace/report.exp: Test GDB saves trace data to CTF
1631 format and read CTF trace file if GDB supports.
1632 * gdb.trace/tstatus.exp: Save trace data to CTF. If ctf
1633 target is supported, change to ctf target, read trace data and
1634 check output of command "tstatus".
1635 * gdb.trace/tsv.exp: Save trace frame to CTF. If GDB supports,
1636 read CTF data by target ctf and call check_tsv.
1637
1638 2013-04-10 Yao Qi <yao@codesourcery.com>
1639
1640 * gdb.trace/actions.exp (check_tracepoint): New.
1641 (top level): Start the tracing and check the actions of
1642 tracepoints. Save trace data to tfile format. Restart GDB
1643 and read trace file in tfile target. Check the actions of
1644 tracepoints again.
1645 * gdb.trace/while-stepping.exp: Likewise.
1646
1647 2013-04-10 Yao Qi <yao@codesourcery.com>
1648
1649 * gdb.trace/report.exp: Use standard_output_file for saved
1650 trace file.
1651
1652 2013-04-10 Hui Zhu <hui@codesourcery.com>
1653
1654 * gdb.base/Makefile.in (EXECUTABLES): Add dprintf-pending.
1655 (MISCELLANEOUS): Add dprintf-pendshr.sl.
1656 * gdb.base/dprintf-pending.c, gdb.base/dprintf-pending.exp: New.
1657
1658 2013-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1659
1660 * gdb.server/server-kill.exp (tstatus): Permit also ECONNRESET
1661 response.
1662
1663 2013-04-08 Pedro Alves <palves@redhat.com>
1664
1665 * gdb.mi/mi-break.exp (test_error): Add tests with garbage after
1666 the location.
1667
1668 2013-04-04 Sandra Loosemore <sandra@codesourcery.com>
1669
1670 * gdb.cp/cplabel.exp: Allow empty directory in file reported
1671 for breakpoint location.
1672
1673 2013-04-04 Sandra Loosemore <sandra@codesourcery.com>
1674
1675 * gdb.linespec/linespec.exp: Make dir/file:line tests
1676 conditional for non-remote hosts only.
1677
1678 2013-04-04 Stan Shebs <stan@codesourcery.com>
1679 Pedro Alves <palves@redhat.com>
1680
1681 * gdb.trace/Makefile.in (PROGS): Add actions-changed.
1682 * gdb.trace/actions-changed.c: New file.
1683 * gdb.trace/actions-changed.exp: New file.
1684 * lib/trace-support.exp (gdb_trace_setactions): Rename to ...
1685 (gdb_trace_setactions_command): ... this. Add "actions_command"
1686 parameter, and handle it.
1687 (gdb_trace_setactions, gdb_trace_setcommands): New procedures.
1688
1689 2013-04-04 Yao Qi <yao@codesourcery.com>
1690
1691 * gdb.server/server-kill.exp: Use command 'tstatus' instead of
1692 'step'.
1693
1694 2013-04-03 Yao Qi <yao@codesourcery.com>
1695
1696 * gdb.trace/mi-traceframe-changed.exp: Update tfile name to
1697 "tfile-basic.tf".
1698 (test_tfind_tfile): Likewise.
1699
1700 2013-04-03 Yao Qi <yao@codesourcery.com>
1701
1702 * gdb.trace/tfile.c (write_basic_trace_file): Pass argument
1703 "tfile-basic.tf" instead of "basic.tf".
1704 (write_error_trace_file): Pass argument "tfile-error.tf"
1705 instead of "error.tf".
1706 * gdb.trace/tfile.exp: Update tfile names to
1707 "tfile-basic.tf" and "tfile-error.tf".
1708
1709 2013-04-02 Sandra Loosemore <sandra@codesourcery.com>
1710
1711 * gdb.cp/ovsrch.exp (test_class): Correct regexp to allow
1712 empty directory in file for breakpoint hit.
1713
1714 2013-03-29 Yao Qi <yao@codesourcery.com>
1715
1716 * gdb.base/completion.exp: Test completion of commands
1717 "target core", "target tfile" and "target exec".
1718 * gdb.trace/tfile.exp: Test completion of command
1719 "target tfile".
1720
1721 2013-03-28 Joel Brobecker <brobecker@adacore.com>
1722
1723 * gdb.ada/win_fu_syms: New testcase.
1724
1725 2013-03-28 Doug Evans <dje@google.com>
1726
1727 * gdb.base/maint.exp (maint print statistics): Update expected output.
1728
1729 2013-03-28 Pedro Alves <palves@redhat.com>
1730
1731 PR gdb/15294
1732
1733 * gdb.base/list.exp (set_listsize): Adjust to accept $arg == 0 to
1734 mean unlimited instead of $arg < 0.
1735 (test_listsize): Remove "listsize of 0 suppresses output" test.
1736 Test that "set listsize 0" ends up with an unlimited listsize.
1737
1738 2013-03-28 Pedro Alves <palves@redhat.com>
1739
1740 * gdb.base/list.exp (last_line): New global.
1741 (last_line_re): New global.
1742 (test_listsize, test_list_function, test_list_forward)
1743 (test_repeat_list_command, test_list_range)
1744 (test_list_filename_and_function): Use them.
1745 * gdb.base/list0.c: Comment the last line of the file with "last
1746 line".
1747
1748 2013-03-28 Pedro Alves <palves@redhat.com>
1749
1750 * gdb.base/list.exp (test_listsize): Adjust test to make sure we
1751 list the whole file.
1752
1753 2013-03-28 Pedro Alves <palves@redhat.com>
1754
1755 * gdb.base/list.exp (set_listsize): Use gdb_test_no_output for
1756 "set listsize".
1757
1758 2013-03-26 Keith Seitz <keiths@redhat.com>
1759
1760 * gdb.base/dprintf.exp: Fix typo preventing "dprintf info 2"
1761 from passing.
1762
1763 2013-03-26 Pedro Alves <palves@redhat.com>
1764
1765 * lib/gdb.exp (skip_btrace_tests): Delay deleting the source file
1766 until after GDB has run.
1767
1768 2013-03-26 Yao Qi <yao@codesourcery.com>
1769
1770 * gdb.trace/actions.c, gdb.trace/circ.c: Add license header.
1771 * gdb.trace/collection.c, gdb.trace/tfile.c: Likewise.
1772
1773 2013-03-26 Markus Metzger <markus.t.metzger@intel.com>
1774
1775 * gdb.btrace/enable.exp: Add regression test.
1776
1777 2013-03-25 Tom Tromey <tromey@redhat.com>
1778
1779 * gdb.cp/m-static.exp: Add destructor-printing tests.
1780
1781 2013-03-25 Tom Tromey <tromey@redhat.com>
1782
1783 * gdb.cp/m-static.exp: Add constructor ptype tests.
1784 * gdb.cp/m-static.cc (single_constructor): New class.
1785 (main): Make instance of single_constructor.
1786
1787 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1788 Pedro Alves <palves@redhat.com>
1789
1790 * gdb.server/server-kill.c: New file.
1791 * gdb.server/server-kill.exp: New file.
1792
1793 2013-03-21 Pedro Alves <palves@redhat.com>
1794
1795 * gdb.trace/trace-buffer-size.exp (get default buffer size):
1796 Expect $gdb_prompt in gdb_test_multiple.
1797
1798 2013-03-21 Doug Evans <dje@google.com>
1799
1800 * gdb.base/maint.exp: Update tests for per-command stats.
1801
1802 2013-03-21 Tom Tromey <tromey@redhat.com>
1803
1804 * gdb.cp/cpexprs.exp: Add test for FILENAME:: case.
1805 * gdb.cp/misc.exp: Add test for FILENAME:: case.
1806
1807 2013-03-20 Pedro Alves <palves@redhat.com>
1808
1809 PR gdb/15289
1810
1811 * gdb.base/remote.exp: Test
1812 "set remote hardware-watchpoint-limit -1",
1813 "set remote hardware-breakpoint-limit -1",
1814 "set remote hardware-watchpoint-limit 2147483647" and
1815 "set remote hardware-breakpoint-limit 2147483647".
1816
1817 2013-03-20 Pedro Alves <palves@redhat.com>
1818 Yao Qi <yao@codesourcery.com>
1819
1820 * gdb.trace/tfile.c: Add comments.
1821 (nonconstglob): New global.
1822 * gdb.trace/tfile.exp: Add comments. Test printing a non-const
1823 global that is not covered by the trace frame. Test
1824 disassembling.
1825
1826 2013-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1827
1828 * gdb.base/valgrind-infcall.exp
1829 (continue #$continue_count) <remote connection closed>
1830 (continue #$continue_count) <valgrind vgdb has terminated>: Add kill of
1831 $valgrind_pid.
1832
1833 2013-03-15 Tom Tromey <tromey@redhat.com>
1834
1835 * gdb.cp/overload.cc (intintfunc): New.
1836 * gdb.cp/overload.exp: Add regression test.
1837
1838 2013-03-15 Yao Qi <yao@codesourcery.com>
1839
1840 * gdb.threads/non-ldr-exc-1.exp (do_test): Fix the indent of
1841 using with_test_prefix.
1842 * gdb.threads/non-ldr-exc-2.exp (do_test): Likewise.
1843 * gdb.threads/non-ldr-exc-3.exp (do_test): Likewise.
1844 * gdb.threads/non-ldr-exc-4.exp (do_test): Likewise.
1845 * gdb.threads/watchpoint-fork.exp (test): Likewise.
1846 * gdb.base/break-interp.exp (test_core): Likewise.
1847 (test_attach_gdb): Likewise.
1848 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
1849 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1850 Likewise.
1851 * gdb.base/jit-so.exp (one_jit_test): Likewise.
1852 * gdb.base/jit.exp (one_jit_test): Likewise.
1853 * gdb.base/sepdebug.exp (test_different_dir): Likewise.
1854 * gdb.dwarf2/dw2-dir-file-name.exp (test): Likewise.
1855 * gdb.dwarf2/dw2-noloc.exp (file_symbols): Likewise.
1856 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved):
1857 Likewise.
1858 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
1859 Likewise.
1860 * gdb.mi/mi-watch.exp test_watchpoint_all): Likewise.
1861 * gdb.mi/pr11022.exp (test_memory_changed_observer): Likewise.
1862 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Likewise.
1863 (tracepoint_change_loc_2): Likewise.
1864 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
1865 Likewise.
1866 (disconnected_tfind): Likewise.
1867 * gdb.trace/mi-traceframe-changed.exp (test_tfind_tfile):
1868 Likewise.
1869 (test_tfind_remote): Likewise.
1870 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect):
1871 Likewise.
1872 (test_pending_resolved): Likewise.
1873 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
1874 Likewise.
1875 (test_upload_tsv): Likewise.
1876 * gdb.trace/pending.exp (pending_tracepoint_resolved):
1877 Likewise.
1878 (pending_tracepoint_works): Likewise.
1879 * gdb.trace/report.exp (use_collected_data): Likewise.
1880 * gdb.trace/status-stop.exp (test_tstart_tstop_tstart):
1881 Likewise.
1882 (test_tstart_tstart, test_buffer_full_tstart): Likewise.
1883 * gdb.trace/strace.exp (strace_info_marker): Likewise.
1884 (strace_trace_on_same_addr): Likewise.
1885 (strace_trace_on_diff_addr): Likewise.
1886 * gdb.trace/unavailable.exp (gdb_collect_args_test): Likewise.
1887 (gdb_collect_locals_test): Likewise.
1888 (gdb_unavailable_registers_test): Likewise.
1889 (gdb_collect_globals_test): Likewise.
1890
1891 2013-03-15 Yao Qi <yao@codesourcery.com>
1892
1893 * gdb.base/condbreak.exp: Add semicolon back which was removed
1894 by my previous commit.
1895
1896 2013-03-14 Yao Qi <yao@codesourcery.com>
1897
1898 * config/monitor.exp (gdb_target_cmd): Remove semicolon after
1899 'return'.
1900 (gdb_target_monitor, gdb_load): Likewise.
1901 * config/sid.exp (gdb_load): Likewise.
1902 * config/slite.exp (gdb_load): Likewise.
1903 * config/vx.exp (gdb_start, spawn_vxgdb): Likewise.
1904 * gdb.ada/arrayidx.exp, gdb.ada/null_array.exp: Likewise.
1905 * gdb.arch/mips-octeon-bbit.exp (single_step): Likewise.
1906 (single_step_until): Likewise.
1907 * gdb.arch/powerpc-d128-regs.exp: Likewise.
1908 * gdb.arch/system-gcore.exp: Likewise.
1909 * gdb.base/bigcore.exp (extract_heap): Likewise.
1910 * gdb.base/break-on-linker-gcd-function.exp: Likewise.
1911 * gdb.base/call-ar-st.exp: Likewise.
1912 * gdb.base/call-rt-st.exp: Likewise.
1913 * gdb.base/call-sc.exp, gdb.base/call-strs.exp: Likewise.
1914 * gdb.base/callfuncs.exp, gdb.base/completion.exp: Likewise.
1915 * gdb.base/condbreak.exp, gdb.base/constvars.exp: Likewise.
1916 * gdb.base/corefile.exp: Likewise.
1917 * gdb.base/dbx.exp (gdb_file_cmd): Likewise.
1918 * gdb.base/exprs.exp, gdb.base/fileio.exp: Likewise.
1919 * gdb.base/fixsection.exp: Likewise.
1920 * gdb.base/funcargs.exp: Likewise.
1921 * gdb.base/gcore-buffer-overflow.exp: Likewise.
1922 * gdb.base/gcore-relro.exp: Likewise.
1923 * gdb.base/gcore.exp, gdb.base/gdb11530.exp: Likewise.
1924 * gdb.base/gdb11531.exp, gdb.base/gnu-ifunc.exp: Likewise.
1925 * gdb.base/info-os.exp, gdb.base/info-proc.exp: Likewise.
1926 * gdb.base/interp.exp, gdb.base/langs.exp:: Likewise.
1927 * gdb.base/list.exp: Likewise.
1928 (set_listsize): Likewise.
1929 * gdb.base/logical.exp, gdb.base/mips_pro.exp: Likewise.
1930 * gdb.base/miscexprs.exp, gdb.base/nodebug.exp: Likewise.
1931 * gdb.base/opaque.exp, gdb.base/pointers.exp: Likewise.
1932 * gdb.base/psymtab.exp, gdb.base/ptype.exp: Likewise.
1933 * gdb.base/relational.exp, gdb.base/scope.exp: Likewise.
1934 * gdb.base/setvar.exp: Likewise.
1935 (test_set): Likewise.
1936 * gdb.base/signals.exp, gdb.base/sizeof.exp: Likewise.
1937 * gdb.base/solib-overlap.exp: Likewise.
1938 * gdb.base/store.exp, gdb.base/structs.exp: Likewise.
1939 * gdb.base/structs2.exp, gdb.base/volatile.exp: Likewise.
1940 * gdb.base/watchpoint.exp (initialize): Likewise.
1941 (test_simple_watchpoint): Likewise.
1942 (test_disabling_watchpoints): Likewise.
1943 (test_watchpoint_triggered_in_syscall): Likewise.
1944 * gdb.base/whatis.exp, gdb.cp/ambiguous.exp: Likewise.
1945 * gdb.cp/casts.exp, gdb.cp/ctti.exp: Likewise.
1946 * gdb.cp/namespace.exp, gdb.cp/nsdecl.exp: Likewise.
1947 * gdb.cp/psmang.exp, gdb.dwarf2/dw2-ranges.exp: Likewise.
1948 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
1949 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
1950 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
1951 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
1952 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
1953 * gdb.hp/gdb.compat/xdb2.exp: Likewise.
1954 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
1955 * gdb.hp/gdb.defects/bs14602.exp: Likewise.
1956 * gdb.hp/gdb.defects/solib-d.exp: Likewise.
1957 * gdb.mi/gdb792.exp: Likewise.
1958 * gdb.mi/mi-inheritance-syntax-error.exp: Likewise.
1959 * gdb.mi/mi-logging.exp, gdb.mi/mi-var-cp.exp : Likewise.
1960 * gdb.mi/mi-var-rtti.exp, gdb.python/py-type.exp: Likewise.
1961 * gdb.threads/gcore-thread.exp: Likewise.
1962 (load_core): Likewise.
1963 * gdb.threads/pthreads.exp (all_threads_running): Likewise.
1964 (test_startup, check_control_c): Likewise.
1965 * gdb.threads/sigstep-threads.exp: Likewise.
1966 * gdb.threads/thread_check.exp: Likewise.
1967 * gdb.trace/backtrace.exp, gdb.trace/change-loc.exp: Likewise.
1968 * gdb.trace/circ.exp (run_trace_experiment): Likewise.
1969 (set_a_tracepoint, trace_buffer_normal): Likewise.
1970 (gdb_trace_circular_tests): Likewise.
1971 * gdb.trace/collection.exp: Likewise.
1972 * gdb.trace/disconnected-tracing.exp: Likewise.
1973 * gdb.trace/infotrace.exp: Likewise.
1974 * gdb.trace/mi-traceframe-changed.exp: Likewise.
1975 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
1976 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv): Likewise.
1977 * gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp: Likewise.
1978 * gdb.trace/pending.exp, gdb.trace/report.exp: Likewise.
1979 * gdb.trace/stap-trace.exp: Likewise.
1980 * gdb.trace/status-stop.exp,gdb.trace/strace.exp: Likewise.
1981 * gdb.trace/tfind.exp, gdb.trace/trace-break.exp: Likewise.
1982 * gdb.trace/trace-buffer-size.exp: Likewise.
1983 * gdb.trace/tspeed.exp, gdb.trace/tsv.exp: Likewise.
1984 * gdb.trace/unavailable.exp: Likewise.
1985 * gdb.trace/while-dyn.exp: Likewise.
1986 * lib/fortran.exp (set_lang_fortran): Likewise.
1987 * lib/gdb.exp (default_gdb_version, gdb_start_cmd): Likewise.
1988 (gdb_breakpoint, gdb_reinitialize_dir): Likewise.
1989 (default_gdb_start, get_compiler_info): Likewise.
1990 (gdb_compile, gdb_compile_objc, gdb_reload, gdb_init): Likewise.
1991 (get_debug_format, setup_xfail_format): Likewise.
1992 (rerun_to_main, gdb_skip_float_test): Likewise.
1993 (build_id_debug_filename_get, get_remotetimeout): Likewise.
1994 * lib/java.exp (set_lang_java): Likewise.
1995 * lib/mi-support.exp (default_mi_gdb_start): Likewise.
1996 (mi_gdb_reinitialize_dir, mi_gdb_target_cmd): Likewise.
1997 (mi_gdb_file_cmd, mi_gdb_test): Likewise.
1998 (mi_run_cmd_full, mi_expect_interrupt): Likewise.
1999 * lib/objc.exp (set_lang_objc): Likewise.
2000 * lib/pascal.exp (set_lang_pascal): Likewise.
2001 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
2002 * lib/trace-support.exp (gdb_trace_setactions, gdb_tfind_test): Likewise.
2003 (gdb_readexpr, gdb_gettpnum, gdb_find_recursion_test_baseline): Likewise.
2004
2005 2013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
2006
2007 PR c++/15203
2008 PR c++/15210
2009 * gdb.cp/m-static.cc (keepalive_int): New function.
2010 (gnu_obj_1::method): New variable `sintvar', call `keepalive_int'.
2011 * gdb.cp/m-static.exp: New test for `sintvar'.
2012
2013 2013-03-14 Yao Qi <yao@codesourcery.com>
2014
2015 * gdb.trace/tstatus.exp (run_trace_experiment): Save the output
2016 of 'tstatus' into tstatus_output.
2017 (top level): Save the trace data to tfile. Read trace file in
2018 tfile target. Check the trace status.
2019
2020 2013-03-13 Yao Qi <yao@codesourcery.com>
2021
2022 * gdb.trace/tsv.exp (check_tsv): New.
2023 (top level): Save a tfile on current trace session. Call
2024 check_tsv on live target. Load the tfile with target tfile
2025 and call check_tsv again.
2026
2027 2013-03-13 Yao Qi <yao@codesourcery.com>
2028
2029 * gdb.trace/tsv.exp: Remove code unrelated to testing TSV.
2030 Replace some "gdb_test" with "gdb_test_no_output".
2031
2032 2013-03-12 Paul Hilfinger <hilfingr@adacore.com>
2033
2034 * gdb.ada/expr_delims.exp: New file.
2035 * gdb.ada/expr_delims/foo.adb: New file.
2036 * gdb.ada/expr_delims/pck.ads: New file.
2037 * gdb.ada/expr_delims/pck.adb: New file.
2038
2039 2013-03-11 Keith Seitz <keiths@redhat.com>
2040
2041 * watchpoint.exp (test_no_hw_watchpoints): Add test using
2042 both condition and thread. Then delete the watchpoint.
2043
2044 2013-03-11 Christian Himpel <christian.himpel@intel.com>
2045
2046 * Makefile.in: Add btrace testsuite.
2047 * configure: Regenerated.
2048 * configure.ac: Add btrace testsuite.
2049 * gdb.btrace/Makefile.in: New file.
2050 * gdb.btrace/enable.c: New file.
2051 * gdb.btrace/enable.exp: New file.
2052 * gdb.btrace/function_call_history.c: New file.
2053 * gdb.btrace/function_call_history.exp: New file.
2054 * gdb.btrace/instruction_history.c: New file.
2055 * gdb.btrace/instruction_history.exp: New file.
2056 * gdb.btrace/instruction_history.S: New file.
2057 * lib/gdb.exp: Add btrace skip proc.
2058
2059 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2060
2061 Fix entry-values if the callee called a noreturn function.
2062 * gdb.arch/amd64-tailcall-noret.S: New file.
2063 * gdb.arch/amd64-tailcall-noret.c: New file.
2064 * gdb.arch/amd64-tailcall-noret.exp: New file.
2065
2066 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2067
2068 Fix entry-values in C++ across CUs.
2069 * gdb.arch/amd64-tailcall-cxx.exp: New file.
2070 * gdb.arch/amd64-tailcall-cxx1.S: New file.
2071 * gdb.arch/amd64-tailcall-cxx1.cc: New file.
2072 * gdb.arch/amd64-tailcall-cxx2.S: New file.
2073 * gdb.arch/amd64-tailcall-cxx2.cc: New file.
2074
2075 2013-03-08 Stan Shebs <stan@codesourcery.com>
2076 Hafiz Abid Qadeer <abidh@codesourcery.com>
2077
2078 gdb/testsuite/
2079 * gdb.trace/trace-buffer-size.exp: New file.
2080 * gdb.trace/trace-buffer-size.c: New file.
2081
2082 2013-03-06 Pedro Alves <palves@redhat.com>
2083
2084 * gdb.trace/tstatus.exp (run_trace_experiment): When the target
2085 doesn't support the tested optional feature, call "unsupported"
2086 with the same test message as the "pass" case, instead of calling
2087 "pass" with a different message. Use the same text for the "fail"
2088 cases too.
2089
2090 2013-03-06 Yao Qi <yao@codesourcery.com>
2091
2092 * gdb.trace/tstatus.exp: Remove the invocation of
2093 gdb_load_shlibs, gdb_compile, clean_restart and runto_main.
2094 (test_tracepoints): Don't set fast tracepoint.
2095 (top level): Don't check agent library is loaded or not.
2096
2097 2013-03-06 Yao Qi <yao@codesourcery.com>
2098
2099 * gdb.trace/tstatus.exp (run_trace_experiment): Escape
2100 parentheses by "\\".
2101
2102 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2103
2104 * gdb.linespec/base/one/thefile.cc (twodup): New.
2105 (m): Call it.
2106 * gdb.linespec/base/two/thefile.cc (dupname): New.
2107 (n): Call it.
2108 * gdb.linespec/break-ask.exp: New file.
2109 * gdb.linespec/lspec.cc (body_elsewhere): New comment marker.
2110
2111 2013-02-28 Yao Qi <yao@codesourcery.com>
2112
2113 * gdb.trace/report.exp: Move some code to ...
2114 (use_collected_data): New.
2115 (top level): Call use_collected_data once on the live target.
2116 Save at file of the current trace session, load it with target
2117 tfile, and call use_collected_data again.
2118
2119 2013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2120
2121 * gdb.threads/fork-thread-pending.c (main): Add alarm.
2122
2123 2013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2124
2125 * gdb.base/valgrind-infcall.exp (valgrind_pid): New variable.
2126 Add final kill of ${valgrind_pid}.
2127
2128 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
2129
2130 * gdb.python/py-arch.c: New test case
2131 * gdb.python/py-arch.exp: New tests to test
2132 gdb.Architecture.disassemble
2133 * gdb.python/Makefile.in: Add py-arch to the list of
2134 EXECUTABLES.
2135
2136 2013-02-18 Tom Tromey <tromey@redhat.com>
2137
2138 * gdb.dwarf2/subrange.exp: New file.
2139
2140 2013-02-15 Pedro Alves <pedro@codesourcery.com>
2141 Hafiz Abid Qadeer <abidh@codesourcery.com>
2142
2143 * gdb.trace/tfile.exp: Add test for -trace-status command.
2144
2145 2013-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2146
2147 * gdb.threads/pthread_cond_wait.c (main): Remove variable ts. Replace
2148 nanosleep by sleep.
2149
2150 2013-02-14 Pedro Alves <palves@redhat.com>
2151
2152 * gdb.cp/userdef.exp (ptype &*c): Don't expect an &.
2153
2154 2013-02-14 Pedro Alves <pedro@codesourcery.com>
2155 Hafiz Abid Qadeer <abidh@codesourcery.com>
2156
2157 * gdb.trace/tsv.exp: Adjust tests, and add a few more.
2158
2159 2013-02-12 Tom Tromey <tromey@redhat.com>
2160
2161 * gdb.cp/m-static.cc (gnu_obj_1::~gnu_obj_1): New destructor.
2162 * gdb.cp/m-static.exp: Add tests to print quoted destructor.
2163
2164 2013-02-12 Pedro Alves <palves@redhat.com>
2165
2166 * gdb.base/catch-signal.c: Update copyright years.
2167 * gdb.base/catch-signal.exp: Update copyright years.
2168 * gdb.dwarf2/dw2-dir-file-name.c: Update copyright years.
2169 * gdb.dwarf2/dw2-dir-file-name.exp: Update copyright years.
2170 * gdb.dwarf2/dw2-empty-pc-range.S: Update copyright years.
2171 * gdb.dwarf2/dw2-error.S: Update copyright years.
2172 * gdb.dwarf2/dw2-error.c: Update copyright years.
2173 * gdb.dwarf2/dw2-restrict.S: Update copyright years.
2174 * gdb.dwarf2/dw2-restrict.c: Update copyright years.
2175 * gdb.dwarf2/dw2-restrict.exp: Update copyright years.
2176
2177 2013-02-12 Pedro Alves <palves@redhat.com>
2178
2179 * gdb.base/catch-signal.exp: Correct test file name in "Skipping"
2180 message.
2181 * gdb.base/sigaltstack.exp: Ditto.
2182 * gdb.base/siginfo.exp: Ditto.
2183 * gdb.base/sizeof.exp: Ditto.
2184
2185 2013-02-12 Pedro Alves <palves@redhat.com>
2186
2187 * gdb.mi/mi-basics.exp: Tweak intro comment.
2188 * gdb.mi/mi-break.exp: Tweak intro comment.
2189 * gdb.mi/mi-console.exp: Tweak intro comment.
2190 * gdb.mi/mi-file.exp: Tweak intro comment.
2191 * gdb.mi/mi-read-memory.exp: Tweak intro comment.
2192 * gdb.mi/mi-return.exp: Tweak intro comment.
2193 * gdb.mi/mi-stepi.exp: Tweak intro comment.
2194 * gdb.mi/mi-until.exp: Tweak intro comment.
2195 * gdb.mi/mi-watch.exp: Tweak intro comment.
2196
2197 2013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
2198
2199 * gdb.server/no-thread-db.exp: New file.
2200 * gdb.server/no-thread-db.c: New file.
2201 * gdb.server/Makefile.in (EXECUTABLES): Add no-thread-db.
2202
2203 2013-02-11 Doug Evans <dje@google.com>
2204
2205 * gdb.base/printcmds.exp (test_printf_with_dfp): Add test for printing
2206 two decfloats.
2207
2208 2013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2209
2210 * gdb.base/bitfields.c (struct internalvartest): New declaration.
2211 * gdb.base/bitfields.exp (bitfield_internalvar): New function.
2212
2213 2013-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2214
2215 * gdb.python/py-prompt.exp: Add to the end a kill of $testpid.
2216
2217 2013-02-06 Yao Qi <yao@codesourcery.com>
2218
2219 * gdb.trace/mi-tsv-changed.exp (test_create_delete_tsv): Rename
2220 to ...
2221 (test_create_delete_modify_tsv): ... here. New test on modifying
2222 the initial value of a tsv.
2223
2224 2013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2225
2226 * gdb.dwarf2/dw2-dir-file-name.exp (cd ${srcabsdir}/rdir): Rename to ...
2227 (cd .../rdir): ... here.
2228
2229 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2230
2231 * gdb.linespec/base/one/header.h: New file.
2232 * gdb.linespec/base/two/header.h: New file.
2233 * gdb.linespec/macro-relative.c: New file.
2234 * gdb.linespec/macro-relative.exp: New file.
2235
2236 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2237
2238 * gdb.base/fullpath-expand-func.c: New file.
2239 * gdb.base/fullpath-expand.c: New file.
2240 * gdb.base/fullpath-expand.exp: New file.
2241 * gdb.base/realname-expand-real.c: New file.
2242 * gdb.base/realname-expand.c: New file.
2243 * gdb.base/realname-expand.exp: New file.
2244
2245 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2246
2247 * gdb.dwarf2/dw2-dir-file-name.exp: New file.
2248 * gdb.dwarf2/dw2-dir-file-name.c: New file.
2249
2250 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2251
2252 * gdb.mi/mi-fullname-deleted.exp: Use double last slash for $srcfileabs.
2253 (compare_filenames_for_search does not match)
2254 (compare_filenames_for_search does match): New tests.
2255
2256 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2257
2258 * gdb.gdb/xfullpath.exp: Replace xfullpath calls by gdb_realpath calls.
2259
2260 2013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2261
2262 * lib/java.exp (compile_java_from_source): Initialize ARGS as a list.
2263
2264 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2265
2266 * gdb.base/gnu-debugdata.exp): Create ${binfile}.debug,
2267 ${binfile}.mini_debuginfo-debuglink, add -k to xz, use now
2268 ${binfile}.mini_debuginfo-debuglink and
2269 ${binfile}.mini_debuginfo-debuglink.xz.
2270
2271 2013-02-01 Tom Tromey <tromey@redhat.com>
2272
2273 * gdb.dwarf2/method-ptr.exp: Use correct form for non-string
2274 attributes.
2275
2276 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2277 Tom Tromey <tromey@redhat.com>
2278
2279 * gdb.dwarf2/method-ptr.exp: Link with c++.
2280 * lib/dwarf.exp (Dwarf::assemble): Declare _cu_count.
2281
2282 2013-01-31 Tom Tromey <tromey@redhat.com>
2283
2284 * gdb.base/jit.exp (compile_jit_test): New proc.
2285 Add PIE tests.
2286
2287 2013-01-31 Tom Tromey <tromey@redhat.com>
2288
2289 * gdb.dwarf2/method-ptr.cc: New file.
2290 * gdb.dwarf2/method-ptr.exp: New file.
2291
2292 2013-01-31 Tom Tromey <tromey@redhat.com>
2293
2294 * lib/dwarf.exp (namespace Dwarf): New.
2295
2296 2013-01-29 Tom Tromey <tromey@redhat.com>
2297
2298 * gdb.dwarf2/fission-reread.exp: Add unload test.
2299
2300 2013-01-28 Doug Evans <dje@google.com>
2301
2302 * gdb.dwarf2/fission-loclists.exp: New file.
2303 * gdb.dwarf2/fission-loclists.S: New file.
2304
2305 2013-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2306
2307 Code cleanup.
2308 * gdb.base/restore.exp: Replace gdb_compile, gdb_exit, gdb_start,
2309 gdb_reinitialize_dir and gdb_load by standard_testfile, set executable
2310 and prepare_for_testing.
2311 * gdb.base/store.exp: Likewise.
2312
2313 2013-01-25 Tom Tromey <tromey@redhat.com>
2314
2315 * gdb.python/py-explore.exp: Expect the gdb prompt.
2316
2317 2013-01-25 Andrew Burgess <aburgess@broadcom.com>
2318
2319 * gdb.base/gnu_vector.c: New variable for use in tests.
2320 * gdb.base/gnu_vector.exp: Update and extend tests to reflect
2321 changes in scalar to vector casting and widening.
2322 * gdb.python/py-type.c: New variables for use in tests.
2323 * gdb.python/py-type.exp: Update vector related tests to reflect
2324 changes in scalar to vector casting and widening.
2325
2326 2013-01-24 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
2327
2328 * gdb.base/prologue-include.c: New file.
2329 * gdb.base/prologue-include.exp: New file.
2330 * gdb.base/prologue-include.h: New file.
2331
2332 2013-01-24 Hafiz Abid Qadeer <abidh@codesourcery.com>
2333
2334 PR gdb/13443
2335 * gdb.mi/mi-var-block.exp: Make test messages unique.
2336
2337 2013-01-23 Tom Tromey <tromey@redhat.com>
2338
2339 * gdb.dwarf2/dw2-error.exp: Pass test name to "file" test.
2340
2341 2013-01-23 Tom Tromey <tromey@redhat.com>
2342
2343 * gdb.cp/converts.cc (main): Initialize 'a'.
2344
2345 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
2346
2347 * testsuite/gdb.python/frame.exp: Add a test for
2348 gdb.Frame.architecture() method.
2349
2350 2013-01-22 Pedro Alves <palves@redhat.com>
2351
2352 * gdb.base/annota1.exp (signal sent): No longer expect
2353 breakpoints-invalid.
2354 * gdb.cp/annota2.exp (continue until exit)
2355 (watch triggered on a.x): Ditto.
2356
2357 2013-01-22 Pedro Alves <palves@redhat.com>
2358
2359 * gdb.base/annota1.exp (breakpoints_invalid): New variable.
2360 Adjust tests to breakpoints-invalid changes.
2361 * gdb.cp/annota2.exp (breakpoints_invalid, frames_invalid): New
2362 variables.
2363 Adjust tests to breakpoints-invalid changes.
2364
2365 2013-01-22 Pedro Alves <palves@redhat.com>
2366
2367 * gdb.base/annota1.exp (annotate ignore count change): Add
2368 expected output for failure case.
2369
2370 2013-01-22 Tom Tromey <tromey@redhat.com>
2371
2372 * gdb.gdb/selftest.exp (do_steps_and_nexts): Handle bfd_init
2373 call.
2374
2375 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2376
2377 * gdb.mi/mi-break.exp: Expect new 'thread-groups' field.
2378 * gdb.mi/mi-catch-load.exp: Ditto.
2379 * gdb.mi/mi-nsmoribund.exp: Expect new 'thread-groups' field.
2380 Also handle 'thread' field.
2381 * gdb.mi/mi-simplerun.exp: Expect new 'thread-groups' field.
2382 * gdb.mi/mi-watch.exp: Ditto.
2383 * lib/mi-support.exp: Ditto.
2384
2385 2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
2386
2387 * gdb.python/py-explore.exp: Improve a test
2388
2389 2013-01-18  David Blaikie  <dblaikie@gmail.com>
2390
2391 * gdb.base/label.c (main): Correct the type of the second
2392 parameter.
2393
2394 2013-01-18 Tom Tromey <tromey@redhat.com>
2395
2396 * gdb.dwarf2/trace-crash.s: New file.
2397 * gdb.dwarf2/trace-crash.exp: New file.
2398
2399 2013-01-18 Hafiz Abid Qadeer<abidh@codesourcery.com>
2400
2401 PR gdb/13443
2402 * gdb.base/checkpoint.exp: Update test messages to make them
2403 unique.
2404
2405 2013-01-18 Yao Qi <yao@codesourcery.com>
2406
2407 * gdb.trace/infotrace.exp: Check 'traceframe usage' in the
2408 output of 'info tracepoints'.
2409 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
2410 Likewise.
2411 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
2412 * gdb.trace/disconnected-tracing.c (struct foo): New.
2413
2414 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2415
2416 * gdb.dwarf2/dw2-dos-drive.S: New file.
2417 * gdb.dwarf2/dw2-dos-drive.exp: New file.
2418
2419 2013-01-17 Doug Evans <dje@google.com>
2420
2421 * boards/dwarf4-gdb-index.exp: Use any existing CC_FOR_TARGET,
2422 CXX_FOR_TARGET.
2423
2424 * boards/cc-with-tweaks.exp: New file.
2425
2426 2013-01-17 Tom Tromey <tromey@redhat.com>
2427
2428 * gdb.base/completion.exp: Add "set cp-abi" completion test.
2429
2430 2013-01-17 Pedro Alves <palves@redhat.com>
2431
2432 Merge dg-extract-results.sh from upstream (svn 195224).
2433
2434 2013-01-15 David Blaikie <dblaikie@gmail.com>
2435 * dg-extract-results.sh: Fix order of summary counts.
2436
2437 2013-01-15 David Blaikie <dblaikie@gmail.com>
2438 * dg-extract-results.sh: Constrain the start-of-log pattern.
2439
2440 2013-01-15 David Blaikie <dblaikie@gmail.com>
2441 * dg-extract-results.sh: Handle KPASSes.
2442
2443 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2444 * dg-extract-results.sh: Redirect grep output to /dev/null instead
2445 of grep -q.
2446
2447 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2448
2449 * gdb.base/jit-reader.exp: New file. Test case for the jit-reader
2450 interface.
2451 * gdb.base/jithost.c: New file.
2452 * gdb.base/jithost.h: New file.
2453 * gdb.base/jitreader.c : New file.
2454 * gdb.base/jit-protocol.h: New file.
2455
2456 2013-01-16 Tom Tromey <tromey@redhat.com>
2457
2458 * gdb.base/catch-signal.c: New file.
2459 * gdb.base/catch-signal.exp: New file.
2460
2461 2013-01-16 Tom Tromey <tromey@redhat.com>
2462
2463 * gdb.mi/mi-catch-load.exp: Look for "catch-type".
2464
2465 2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2466
2467 * gdb.dwarf2/dw2-restrict.exp: Skip compilation on non-x86_64 targets.
2468
2469 2013-01-14 Tom Tromey <tromey@redhat.com>
2470
2471 * gdb.base/completion.exp: Add "set gnutarget" test.
2472
2473 2013-01-14 Tom Tromey <tromey@redhat.com>
2474
2475 * gdb.dwarf2/dw2-restrict.S: New file.
2476 * gdb.dwarf2/dw2-restrict.c: New file.
2477 * gdb.dwarf2/dw2-restrict.exp: New file.
2478
2479 2013-01-14 Tom Tromey <tromey@redhat.com>
2480
2481 * gdb.dwarf2/dw2-error.exp: New file.
2482 * gdb.dwarf2/dw2-error.c: New file.
2483 * gdb.dwarf2/dw2-error.S: New file.
2484
2485 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2486
2487 * gdb.cp/parse-lang.cc: New file.
2488 * gdb.cp/parse-lang.exp: New file.
2489
2490 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2491
2492 * gdb.mi/mi-fullname-deleted.exp: Set srcfileabssubst and initdir.
2493 (set substitute-path): New test.
2494 (fullname present): Remove content.
2495 (substituted fullname): New test.
2496
2497 2013-01-13 Joel Brobecker <brobecker@adacore.com>
2498
2499 * gdb.python/py-finish-breakpoint.exp: Add skip_python_tests
2500 check. Move $gdb_py_is_py24 value check right after.
2501
2502 2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2503
2504 * gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit
2505 targets.
2506
2507 2013-01-11 Yao Qi <yao@codesourcery.com>
2508
2509 * gdb.base/dprintf.exp: Check the output of 'info breakpoints'
2510 for dprintf.
2511 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
2512 Check the fields in "=breakpoint-created" for dprintf.
2513
2514 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2515
2516 * gdb.mi/mi-fullname-deleted.exp: New file.
2517
2518 2012-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2519
2520 * gdb.base/skip-solib.exp (info skip with pending file): Update the
2521 expected output.
2522 (info skip with pending file): Remove.
2523 (ignoring function in solib, info skip for function multiply): Update
2524 the expected output.
2525 * gdb.base/skip.ex (skip (main), skip function baz, info skip)
2526 (info skip (delete 1), info skip after disabling all)
2527 (info skip after enabling all, info skip after disabling 4 2-3)
2528 (info skip after enabling 2-3, info skip 2-3)
2529 (info skip after deleting 2 3): Update the expected output.
2530 * gdb.linespec/base/two/thefile.cc (n): New variable v, split the
2531 statement to its initialization and return.
2532 * gdb.linespec/skip-two.exp: New file.
2533
2534 2012-12-19 Doug Evans <dje@google.com>
2535
2536 * gdb.base/maint.exp: Handle testing with .gdb_index.
2537
2538 2012-12-19 Joel Brobecker <brobecker@adacore.com>
2539
2540 * gdb.arch/mips-octeon-bbit.exp: Fix copyright header from
2541 Cavium to FSF.
2542
2543 2012-12-19 Joel Brobecker <brobecker@adacore.com>
2544
2545 * dg-extract-results.sh: Update contact info in copyright notice.
2546 * gdb.arch/mips-octeon-bbit.exp: Update copyright notice to
2547 GPL v3 or later. Update contact info.
2548 * gdb.fortran/logical.f90, gdb.threads/watchpoint-fork-child.c,
2549 gdb.threads/watchpoint-fork-mt.c,
2550 gdb.threads/watchpoint-fork-parent.c,
2551 gdb.threads/watchpoint-fork-st.c,
2552 gdb.threads/watchpoint-fork.h: Likewise.
2553
2554 2012-12-15 Yao Qi <yao@codesourcery.com>
2555
2556 * gdb.trace/mi-tracepoint-changed.exp (test_pending_resolved): Check
2557 'installed' field in '=breakpoint-modified'.
2558 (test_reconnect): Check 'installed' field in
2559 '=breakpoint-modified' and '=breakpoint-created'.
2560
2561 * gdb.trace/actions.exp: Update test for 'installed' field.
2562 * gdb.trace/change-loc.exp (tracepoint_change_loc_1):
2563 (tracepoint_change_loc_2): Likewise.
2564 Check 'info tracepoint' display nothing else.
2565 * gdb.trace/deltrace.exp: Likewise.
2566 * gdb.trace/infotrace.exp: Likewise.
2567 * gdb.trace/mi-traceframe-changed.exp (test_tfind_remote):
2568 Likewise.
2569 * gdb.trace/passcount.exp: Likewise.
2570 * gdb.trace/tracecmd.exp: Likewise.
2571 * gdb.trace/while-stepping.exp: Likewise.
2572
2573 2012-12-14 Tom Tromey <tromey@redhat.com>
2574
2575 * gdb.cp/member-name.exp: New file.
2576 * gdb.cp/member-name.cc: New file.
2577
2578 2012-12-14 Tom Tromey <tromey@redhat.com>
2579
2580 * gdb.cp/templates.exp (test_ptype_of_templates): Update kfails.
2581
2582 2012-12-14 Doug Evans <dje@google.com>
2583
2584 * gdb.dwarf2/implptr-optimized-out.S: DIE offset for
2585 DW_OP_GNU_implicit_pointer is section-relative.
2586
2587 2012-12-14 Tom Tromey <tromey@redhat.com>
2588
2589 * gdb.base/info-proc.exp: Add core file tests.
2590
2591 2012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>
2592
2593 * gdb.base/kill-after-signal.exp: Disable if gdb,nosignals.
2594
2595 2012-12-13 Doug Evans <dje@google.com>
2596
2597 * gdb.multi/multi-arch-exec.exp: Skip for i*86-linux.
2598 * gdb.multi/multi-arch.exp: Ditto.
2599
2600 2012-12-12 Keven Boell <keven.boell@intel.com>
2601
2602 * gdb.mi/mi-catch-load-so.c: New. Clone of the
2603 catch load test library source file.
2604 * gdb.mi/mi-catch-load.c: New. Clone of the catch
2605 load test source file.
2606 * gdb.mi/mi-catch-load.exp: New. Test file for
2607 basic MI -catch-load and -catch-unload tests.
2608
2609 2012-12-11 Paul Koning <paul_koning@dell.com>
2610
2611 * gdb.python/py-prettyprint.py (_iterator): Remove exception_flag
2612 exception.
2613 (_iterator_except): New function.
2614 (ArrayPrinter): Use _iterator function instead of local _iterator
2615 class for Python 3 compatibility.
2616 (NoStringContainerPrinter): Use _iterator_except instead of
2617 _iterator.
2618 * gdb.python/py-typeprint.exp: Use exec(open(...).read()) instead of
2619 execfile for Python 3 compatibility.
2620 * gdb.python/python.exp: Handle Python 2.4 exception traceback
2621 format in error_prompt test.
2622
2623 2012-12-10 Paul Koning <paul_koning@dell.com>
2624
2625 * gdb.base/charset.exp: Change print syntax for Python 3
2626 compatibility.
2627 * gdb.python/py-block.exp: Ditto.
2628 * gdb.python/py-breakpoint.exp: Ditto.
2629 * gdb.python/py-cmd.exp: Ditto.
2630 * gdb.python/py-events.py: Ditto.
2631 * gdb.python/py-finish-breakpoint.py: Ditto.
2632 * gdb.python/py-finish-breakpoint2.exp: Ditto.
2633 * gdb.python/py-finish-breakpoint2.py: Ditto.
2634 * gdb.python/py-frame-inline.exp: Ditto.
2635 * gdb.python/py-frame.exp: Ditto.
2636 * gdb.python/py-infthread.exp: Ditto.
2637 * gdb.python/py-objfile.exp: Ditto.
2638 * gdb.python/py-parameter.exp: Ditto.
2639 * gdb.python/py-progspace.exp: Ditto.
2640 * gdb.python/py-prompt.exp: Ditto.
2641 * gdb.python/py-symbol.exp: Ditto.
2642 * gdb.python/py-symtab.exp: Ditto.
2643 * gdb.python/py-template.exp: Ditto.
2644 * gdb.python/py-value-cc.exp: Ditto.
2645 * gdb.python/python.exp: Ditto.
2646 * gdb.python/source2.py: Ditto.
2647 * gdb.python/lib-types.exp: Change print syntax for Python 3
2648 compatibility.
2649 Use sorted() function rather than sort() method.
2650 Accept either int or long values for enum values.
2651 * gdb.python/py-events.exp: Use exec(open(...).read()) instead of
2652 execfile for Python 3 compatibility.
2653 * gdb.python/py-evsignal.exp: Ditto.
2654 * gdb.python/py-evthreads.exp: Ditto.
2655 * gdb.python/py-mi.exp: Ditto.
2656 * gdb.python/py-pp-maint.exp: Ditto.
2657 * gdb.python/py-prettyprint.exp: Ditto.
2658 * gdb.python/py-finish-breakpoint.exp: Change print syntax for
2659 Python 3 compatibility.
2660 Skip tests for Python 2.4.
2661 * gdb.python/py-inferior.exp: Change print syntax for
2662 Python 3 compatibility.
2663 Use byte string rather than character string in memory write test
2664 if Python 3.
2665 * gdb.python/py-pp-maint.py: Change class declarations to "new
2666 class" syntax.
2667 * gdb.python/py-prettyprint.py: Change iterator class to generator
2668 function for Python 3 compatibility.
2669 Make all classes "new style".
2670 Fix indentation issue and stray semicolon.
2671 * gdb.python/py-shared.expChange print syntax for Python 3
2672 compatibility.
2673 Define "long" if Python 3.
2674 * gdb.python/py-type.exp: Change print syntax for Python 3
2675 compatibility.
2676 Accept either int or long values for enum values.
2677 * gdb.python/py-value.exp: Change print syntax for Python 3
2678 compatibility.
2679 Skip "long" and "unicode" tests if Python 3.
2680 Accept either "type" or "class" in type checks.
2681 * lib/gdb.exp (gdb_py_is_py3k): New flag set if Python 3.
2682 (gdb_py_is_py24): New flag set if Python 2.4 or 2.5.
2683
2684 2012-12-10 Tom Tromey <tromey@redhat.com>
2685
2686 * gdb.dwarf2/implptr-64bit.exp: Run tests with two CUs as well.
2687 (test): Add "two_cu" argument.
2688 * gdb.dwarf2/implptr-64bit.S: Move subprogram later; use ref_addr
2689 for types; allow two CUs.
2690
2691 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2692
2693 * gdb.dwarf2/dw2-compdir-oldgcc.S: New file.
2694 * gdb.dwarf2/dw2-compdir-oldgcc.exp: New file.
2695
2696 2012-12-08 Yao Qi <yao@codesourcery.com>
2697 Pedro Alves <palves@redhat.com>
2698
2699 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Test
2700 '=breakpoint-created' when GDB merges the tracepoints of both
2701 sides.
2702
2703 2012-12-07 Tom Tromey <tromey@redhat.com>
2704
2705 * gdb.base/break1.c (enum some_enum, union some_union): New.
2706 (some_enum_global, some_union_global, some_value): New globals.
2707 * gdb.base/completion.exp: Add tag completion tests.
2708
2709 2012-12-07 Tom Tromey <tromey@redhat.com>
2710
2711 * gdb.base/completion.exp: Add tests for ptype and whatis
2712 completion.
2713
2714 2012-12-07 Joel Brobecker <brobecker@adacore.com>
2715
2716 * gdb.base/stale-infcall.exp: Fix copyright line.
2717
2718 2012-12-07 Joel Brobecker <brobecker@adacore.com>
2719
2720 * gdb.ada/lang_switch.exp: The "msg" parameter may be a reference.
2721
2722 2012-12-06 Pedro Alves <palves@redhat.com>
2723 Tom Tromey <tromey@redhat.com>
2724
2725 * gdb.base/exprs.exp: Add tests for cast to void.
2726
2727 2012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
2728
2729 * gdb.python/py-mi.exp: Correct expected results for attribute
2730 "dynamic" returned by -var-update.
2731 Add test case for correct handling of "diplayhint" for children
2732 of dynamic varobjs.
2733 * gdb.python/py-prettyprint.c (set_itme): New function.
2734 (bug_14741) New function.
2735 (main) Add call to bug_14741().
2736 * gdb.python/py-prettyprint.py (class ArrayPrinter): New class.
2737
2738 2012-12-05 Ulrich Weigand <uweigand@de.ibm.com>
2739
2740 * gdb.base/gnu-debugdata.exp: Also include "D" symbols in
2741 ${binfile}.funcsyms list.
2742
2743 2012-12-04 Yao Qi <yao@codesourcery.com>
2744
2745 PR gdb/13443
2746 * gdb.trace/actions.exp: Make test messages unique.
2747
2748 2012-11-29 Tom Tromey <tromey@redhat.com>
2749
2750 * gdb.base/gnu-debugdata.exp (run, pipeline): Don't use lassign.
2751
2752 2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
2753
2754 * gdb.opencl/convs_casts.exp: Always expect standard vector type names.
2755 * gdb.opencl/datatypes.exp: Likewise.
2756 * gdb.opencl/operators.exp: Likewise.
2757 * gdb.opencl/vec_comps.exp: Likewise.
2758
2759 2012-11-29 Jerome Guitton <guitton@adacore.com>
2760
2761 * gdb.ada/iwide: New testcase.
2762
2763 2012-11-29 Jerome Guitton <guitton@adacore.com>
2764
2765 * gdb.ada/ptype_tagged_param.exp: Adjust expected output in
2766 ptype test.
2767
2768 2012-11-29 Jerome Guitton <guitton@adacore.com>
2769
2770 * gdb.ada/variant_record_packed_array.exp: Test expressions of the
2771 form {VARIANT_TYPE}ADDRESS.
2772
2773 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
2774
2775 * gdb.cp/member-ptr.cc (class Diamond): Add func_ptr.
2776 (func): New function.
2777 (main): Initialize diamond.func_ptr and add diamond_pfunc_ptr.
2778 * gdb.cp/member-ptr.exp: Add new tests for ptype and for
2779 pointers to members with pointer-to-function type.
2780
2781 2012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2782 Tom Tromey <tromey@redhat.com>
2783
2784 * gdb.base/gnu-debugdata.exp: New file.
2785 * gdb.base/gnu-debugdata.c: New file.
2786 * lib/gdb.exp (gdb_file_cmd): Handle LZMA warning.
2787 (gdb_unload): Return 0 on success.
2788
2789 2012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2790
2791 * gdb.base/enumval.exp (print e, print f, print K): XFAIL on GCC <= 4.6.
2792
2793 2012-11-26 Joel Brobecker <brobecker@adacore.com>
2794
2795 * gdb.base/empty_exe.exp: New testcase.
2796
2797 2012-11-20 Mike Frysinger <vapier@gentoo.org>
2798
2799 * gdb.base/completion.exp: Add test for help aliases completion.
2800
2801 2012-11-20 Yao Qi <yao@codesourcery.com>
2802
2803 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
2804 Don't test 'maint set show-debug-regs'.
2805 Use command 'set remotecache' instead of
2806 'set circular-trace-buffer'.
2807
2808 2012-11-16 Keith Seitz <keiths@redhat.com>
2809
2810 PR c++/13615
2811 * gdb.cp/baseenum.cc: New file.
2812 * gdb.cp/baseenum.exp: New file.
2813 * gdb.cp/derivation.cc (A): Add copyright.
2814 Add a typedef.
2815 (B): Use A::value_type instead of int. Change all references.
2816 (D): Use value_type instead of int. Change all references.
2817 (E): Likewise.
2818 (F); Likewise.
2819 (Z): New class.
2820 (ZZ): New class.
2821 (N, Base, Derived): New namespace and classes.
2822 (main): Add instances of Z and ZZ.
2823 Make sure all symbols from N are kept.
2824 * gdb.cp/derivation.exp: Update typedef changes in tests.
2825 Add tests for class typedefs both before and after starting
2826 the inferior.
2827 Add tests for searching for a typedef while stopped in a
2828 method.
2829
2830 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
2831
2832 * gdb.mi/mi-var-create-rtti.c: New file.
2833 * gdb.mi/mi-var-create-rtti.exp: New file.
2834
2835 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
2836
2837 * gdb.base/structs3.exp: Run to main before doing any tests.
2838
2839 2012-11-14 Andrew Burgess <aburgess@broadcom.com>
2840
2841 * gdb.python/py-type.exp: Uniquify test names.
2842
2843 2012-11-14 Yao Qi <yao@codesourcery.com>
2844
2845 * gdb.threads/manythreads.c [DEBUG]: Include "stdio.h".
2846 (thread_function) [DEBUG]: Call 'printf'.
2847 * gdb.threads/manythreads.exp: Pass '-DDEBUG' to compilation
2848 command line if 'DEBUG=1' is passed to test.
2849 Remove a pattern to match inferior's output.
2850
2851 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
2852
2853 * gdb.mi/mi-fill-memory.exp: New test.
2854
2855 2012-11-12 Tom Tromey <tromey@redhat.com>
2856
2857 * gdb.base/completion.exp: Update for "info type-printers".
2858 * gdb.python/py-typeprint.cc: New file.
2859 * gdb.python/py-typeprint.exp: New file.
2860 * gdb.python/py-typeprint.py: New file.
2861
2862 2012-11-12 Tom Tromey <tromey@redhat.com>
2863
2864 * gdb.base/call-sc.exp: Use "ptype/r".
2865 * gdb.base/volatile.exp: Don't expect "int".
2866 * gdb.cp/ptype-flags.cc: New file.
2867 * gdb.cp/ptype-flags.exp: New file.
2868 * gdb.cp/templates.exp: Use ptype/r.
2869 (test_ptype_of_templates, test_template_typedef): Likewise.
2870 * lib/cp-support.exp (cp_test_ptype_class): Add in_ptype_arg
2871 argument. Handle template names and template parameters.
2872 * gdb.mi/mi-var-cmd.exp: Accept "long".
2873 * gdb.mi/mi-var-child.exp: Accept "long".
2874 * gdb.mi/mi-var-display.exp: Accept "long".
2875 * gdb.mi/mi2-var-child.exp: Accept "long".
2876
2877 2012-11-12 Tom Tromey <tromey@redhat.com>
2878
2879 * gdb.cp/classes.exp (test_ptype_class_objects): Remove
2880 "ptype" from calls to cp_test_ptype_class.
2881 (test_enums): Likewise.
2882 * gdb.cp/derivation.exp: Remove "ptype" from calls to
2883 cp_test_ptype_class.
2884 * gdb.cp/inherit.exp (test_ptype_si): Remove "ptype" from
2885 calls to cp_test_ptype_class.
2886 (test_ptype_mi, test_ptype_vi, test_ptype_mvi): Likewise.
2887 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Remove "ptype"
2888 from calls to cp_test_ptype_class.
2889 * lib/cp-support.exp (cp_test_ptype_class): Supply "ptype"
2890 command here. Change "in_command" argument to "in_exp".
2891
2892 2012-11-10 Keith Seitz <keiths@redhat.com>
2893
2894 PR gdb/14288
2895 * gdb.base/printcmds.c: Add invalid_XXX globals
2896 for repeated byte tests.
2897 * gdb.base/printcmds.exp (test_repeat_bytes): New procedure.
2898 * gdb.base/wchar.c (main): Add and construct a wchar_t
2899 array with repeated characters.
2900 * gdb.base/wchar.exp: Add repeated character tests.
2901
2902 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
2903
2904 * gdb.mi/mi-disassemble.exp: Expect fullname field in mi
2905 disassembly output.
2906
2907 2012-11-09 Pedro Alves <palves@redhat.com>
2908
2909 PR gdb/14306
2910
2911 * gdb.multi/multi-arch-exec.c: New file.
2912 * gdb.multi/multi-arch-exec.exp: New file.
2913
2914 2012-11-09 Yao Qi <yao@codesourcery.com>
2915
2916 * gdb.mi/mi-break.exp (test_abreak_creation): New procedure.
2917 (top level): Call it.
2918
2919 2012-11-09 Yao Qi <yao@codesourcery.com>
2920
2921 * gdb.mi/mi-watch.exp (test_rwatch_creation_and_listing): Fix
2922 typo.
2923
2924 2012-11-09 Pedro Alves <palves@redhat.com>
2925
2926 * gdb.multi/multi-arch.exp: New.
2927
2928 2012-11-08 Tom Tromey <tromey@redhat.com>
2929
2930 * gdb.base/siginfo-obj.exp: Create core file. Test siginfo from
2931 core files, if possible.
2932 * gdb.base/siginfo-thread.c: New file
2933 * gdb.base/siginfo-thread.exp: New file
2934
2935 2012-11-08 Tom Tromey <tromey@redhat.com>
2936
2937 * gdb.base/comprdebug.exp: New file.
2938
2939 2012-11-06 Pedro Alves <palves@redhat.com>
2940
2941 PR gdb/14810
2942
2943 * gdb.base/disabled-location.c: New file.
2944 * gdb.base/disabled-location.exp: New file.
2945
2946 2012-11-06 Tom Tromey <tromey@redhat.com>
2947
2948 * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd.
2949 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
2950 gdb_gcore_cmd.
2951 * gdb.cell/gcore.exp: Use gdb_gcore_cmd.
2952 * gdb.base/gcore.exp: Use gdb_gcore_cmd.
2953 * gdb.base/gcore-relro.exp: Use gdb_gcore_cmd.
2954 * gdb.base/gcore-buffer-overflow.exp: Use gdb_gcore_cmd.
2955 * gdb.base/auxv.exp: Use gdb_gcore_cmd.
2956 * gdb.arch/vsx-regs.exp: Use gdb_gcore_cmd.
2957 * gdb.arch/system-gcore.exp: Use gdb_gcore_cmd.
2958 * gdb.arch/pa-nullify.exp (test_core_bt): Use gdb_gcore_cmd.
2959 * lib/gdb.exp (gdb_gcore_cmd): New proc.
2960
2961 2012-11-05 Pedro Alves <palves@redhat.com>
2962
2963 * gdb.base/foll-vfork.exp (vfork_relations_in_info_inferiors): New
2964 procedure.
2965 (do_vfork_and_follow_child_tests_exec)
2966 (do_vfork_and_follow_child_tests_exit): Call it.
2967
2968 2012-11-05 Pedro Alves <palves@redhat.com>
2969
2970 * gdb.base/foll-vfork.c (main): Call perror and _exit if execlp()
2971 fails.
2972
2973 2012-11-03 Yao Qi <yao@codesourcery.com>
2974
2975 Fix PR gdb/14617.
2976 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
2977 Remove setup_kfail, and update test.
2978
2979 2012-11-02 Tom Tromey <tromey@redhat.com>
2980
2981 * gdb.base/catch-syscall.exp (do_syscall_tests): Add completion
2982 test.
2983
2984 2012-11-02 Pedro Alves <palves@redhat.com>
2985
2986 PR gdb/14766
2987
2988 * gdb.base/foll-vfork.exp (vfork_child_follow_to_exit): Remove
2989 setup_kfail.
2990 (tcatch_vfork_then_child_follow_exit): No longer expect "Couldn't
2991 get registers".
2992
2993 2012-11-02 Pedro Alves <palves@redhat.com>
2994
2995 * gdb.base/foll-vfork-exit.c: New file.
2996 * gdb.base/foll-vfork.exp (top level): New file-describing
2997 comment.
2998 (vfork_child_follow_to_exit): New procedure.
2999 (tcatch_vfork_then_child_follow): Rename as ...
3000 (tcatch_vfork_then_child_follow_exec): ... this.
3001 (tcatch_vfork_then_child_follow_exit): New procedure.
3002 (do_vfork_and_follow_parent_tests): New procedure, factored out
3003 from do_vfork_and_exec_tests.
3004 (do_vfork_and_follow_child_tests_exec): Ditto.
3005 (do_vfork_and_exec_tests): Delete.
3006 (do_vfork_and_follow_child_tests_exit): New procedure.
3007 (top level): Run tests with both the program that has the vfork
3008 child execing, and the program has the vfork child exiting.
3009
3010 2012-11-02 Pedro Alves <palves@redhat.com>
3011
3012 * gdb.base/foll-vfork.exp (setup_gdb): New procedure.
3013 (check_vfork_catchpoints, vfork_parent_follow_through_step)
3014 (vfork_parent_follow_to_bp): Call it.
3015 (kill_child): Delete.
3016 (vfork_and_exec_child_follow_to_main_bp)
3017 (vfork_and_exec_child_follow_through_step): Call setup_gdb. No
3018 longer call kill_child.
3019 (tcatch_vfork_then_parent_follow): Call setup_gdb.
3020 (do_vfork_and_exec_tests): Don't runto_main before calling each
3021 test procedure.
3022 (top level): Don't clean restart and set verbose before running
3023 each test procedure.
3024
3025 2012-11-02 Pedro Alves <palves@redhat.com>
3026
3027 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step)
3028 (vfork_parent_follow_to_bp)
3029 (vfork_and_exec_child_follow_to_main_bp)
3030 (vfork_and_exec_child_follow_through_step)
3031 (tcatch_vfork_then_parent_follow)
3032 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
3033 Use with_test_prefix.
3034
3035 2012-11-02 Pedro Alves <palves@redhat.com>
3036
3037 * gdb.base/foll-vfork.c: Add copyright header.
3038 * gdb.base/vforked-prog.c: Add copyright header.
3039
3040 2012-11-02 Pedro Alves <palves@redhat.com>
3041
3042 * gdb.base/foll-vfork.exp
3043 (vfork_and_exec_child_follow_through_step): Don't skip on
3044 non-HP/UX targets. Expect the next to only step one line on
3045 non-HP/UX targets, rather than stopping only after the exec.
3046
3047 2012-11-02 Pedro Alves <palves@redhat.com>
3048
3049 Don't hard code line numbers.
3050
3051 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step):
3052 Expect text from the sources instead of a line number.
3053 (vfork_parent_follow_to_bp)
3054 (vfork_and_exec_child_follow_to_main_bp)
3055 (vfork_and_exec_child_follow_through_step)
3056 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
3057 Use gdb_get_line_number.
3058
3059 2012-11-02 Pedro Alves <palves@redhat.com>
3060
3061 Modernize.
3062
3063 * gdb.base/foll-vfork.exp: Use standard_testfile and
3064 build_executable. Pass descriptive string to untested.
3065 (vfork_parent_follow_through_step, vfork_parent_follow_to_bp)
3066 (vfork_and_exec_child_follow_to_main_bp)
3067 (vfork_and_exec_child_follow_through_step)
3068 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow)
3069 (do_vfork_and_exec_tests): Use gdb_test/gdb_test_multiple instead
3070 of send_gdb/gdb_expect.
3071
3072 (kill_child): New procedure.
3073 (vfork_and_exec_child_follow_to_main_bp)
3074 (vfork_and_exec_child_follow_through_step): Use it.
3075
3076 2012-11-02 Yao Qi <yao@codesourcery.com>
3077
3078 * gdb.base/setvar.exp: Test setting nested struct.
3079 * gdb.base/setvar.c (v_struct3): New.
3080
3081 2012-11-01 Doug Evans <dje@google.com>
3082
3083 * gdb.arch/amd64-pseudo.c (main): Mark registers that the testsuite
3084 changes as clobbered (e.g., amd64-dword.exp) so gcc doesn't try to
3085 use them.
3086
3087 2012-10-31 Andrew Burgess <aburgess@broadcom.com>
3088
3089 PR cli/14772
3090 * gdb.base/gnu_vector.c (union_with_vector_1)
3091 (struct_with_vector_1): Add new struct and union for testing
3092 ptype.
3093 * gdb.base/gnu_vector.exp: Add testing of ptype on vectors, and
3094 structs / unions containing vectors.
3095
3096 2012-10-25 Yao Qi <yao@codesourcery.com>
3097
3098 * gdb.trace/ftrace.exp (test_fast_tracepoints): Use
3099 'setup_kfail' instead of 'setup_kfail_for_target'.
3100 * gdb.base/varargs.exp: Likewise.
3101 * lib/gdb.exp (setup_kfail_for_target): Remove.
3102
3103 2012-10-25 Mark Kettenis <kettenis@openbsd.nfra.nl>
3104
3105 * gdb.base/varargs.exp: PR gdb/12790 is now fixed.
3106
3107 2012-10-25 Mark Kettenis <kettenis@gnu.org>
3108
3109 * gdb.base/varargs.exp: PR gdb/12776 is now fixed.
3110
3111 2012-10-24 Joel Brobecker <brobecker@adacore.com>
3112
3113 * gdb.ada/set_wstr: New testcase.
3114
3115 2012-10-24 Joel Brobecker <brobecker@adacore.com>
3116
3117 * gdb.base/ldbl_e308.c, gdb.base/ldbl_e308.exp: New files.
3118
3119 2012-10-24 Joel Brobecker <brobecker@adacore.com>
3120
3121 * gdb.ada/unc_arr_ptr_in_var_rec: New testcase.
3122
3123 2012-10-24 Mark Kettenis <kettenis@gnu.org>
3124
3125 * gdb.base/callfuncs.exp: PR gdb/12783 is now fixed.
3126
3127 2012-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3128
3129 * gdb.base/callfuncs.exp (do_function_calls): Fix
3130 setup_kfail_for_target for -m32 mode.
3131
3132 2012-10-23 Mark Kettenis <kettenis@gnu.org>
3133
3134 * gdb.base/callfuncs.exp: PR gdb/12796, gdb/12798 and gdb/12800
3135 are now fixed.
3136
3137 2012-10-23 Yao Qi <yao@codesourcery.com>
3138
3139 * gdb.base/info-os.exp: Resume the inferior until it exits.
3140
3141 2012-10-18 Yufeng Zhang <yufeng.zhang@arm.com>
3142
3143 * gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.
3144 * gdb.base/print-file-var.exp: Likewise.
3145 * gdb.base/type-opaque.exp: Likewise.
3146
3147 2012-10-17 Yao Qi <yao@codesourcery.com>
3148
3149 * gdb.mi/mi-memory-changed.exp: New.
3150
3151 2012-10-16 Yao Qi <yao@codesourcery.com>
3152
3153 * gdb.reverse/solib-precsave.exp: Skip if skip_shlib_test
3154 returns true.
3155 Call gdb_load_shlibs.
3156 * gdb.reverse/solib-reverse.exp: Likewise.
3157
3158 2012-10-15 Keith Seitz <keiths@redhat.com>
3159
3160 * lib/cp-support.exp (cp_test_ptype_class): Add support
3161 for class typedefs.
3162
3163 * gdb.cp/derivation.exp: Add tests for g_instance.
3164
3165 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3166
3167 Fix entry values resolving in inlined frames.
3168 * gdb.arch/amd64-entry-value-inline.S: New file.
3169 * gdb.arch/amd64-entry-value-inline.c: New file.
3170 * gdb.arch/amd64-entry-value-inline.exp: New file.
3171
3172 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3173 Doug Evans <dje@google.com>
3174
3175 Fix recent gdb_breakpoint regression.
3176 * gdb.java/jmisc.exp: gdb_breakpoint for $function - remove curly
3177 braces from the parameter.
3178 * gdb.java/jprint.exp: Likewise.
3179
3180 2012-10-15 Doug Evans <dje@google.com>
3181
3182 * lib/gdb.exp (runto): Fix call to gdb_breakpoint.
3183
3184 2012-10-15 Yufeng Zhang <yufeng.zhang@arm.com>
3185
3186 * gdb.dwarf2/dw2-icc-opaque.S: Remove '#'.
3187
3188 2012-10-15 Tom Tromey <tromey@redhat.com>
3189
3190 * gdb.python/py-symtab.exp: Test sal and symtab destructors.
3191
3192 2012-10-15 Tom Tromey <tromey@redhat.com>
3193
3194 * gdb.python/py-symbol.exp: Test symbol destructor.
3195
3196 2012-10-14 Yao Qi <yao@codesourcery.com>
3197
3198 * gdb.mi/mi2-cli.exp: Move to mi-cli.exp.
3199 * gdb.mi/mi-cli.exp: New.
3200
3201 * gdb.mi/mi2-basics.exp: Remove.
3202 * gdb.mi/mi2-break.exp: Remove.
3203 * gdb.mi/mi2-console.exp: Remove.
3204 * gdb.mi/mi2-disassemble.exp: Remove.
3205 * gdb.mi/mi2-eval.exp: Remove.
3206 * gdb.mi/mi2-file.exp: Remove.
3207 * gdb.mi/mi2-hack-cli.exp: Remove.
3208 * gdb.mi/mi2-pthreads.exp: Remove.
3209 * gdb.mi/mi2-read-memory.exp: Remove.
3210 * gdb.mi/mi2-regs.exp: Remove.
3211 * gdb.mi/mi2-return.exp: Remove.
3212 * gdb.mi/mi2-simplerun.exp: Remove.
3213 * gdb.mi/mi2-stack.exp: Remove.
3214 * gdb.mi/mi2-stepi.exp: Remove.
3215 * gdb.mi/mi2-syn-frame.exp: Remove.
3216 * gdb.mi/mi2-until.exp: Remove.
3217 * gdb.mi/mi2-watch.exp: Remove.
3218 * gdb.mi/mi2-var-block.exp: Remove.
3219 * gdb.mi/mi2-var-cmd.exp: Remove.
3220 * gdb.mi/mi2-var-display.exp: Remove.
3221
3222 2012-10-12 Yao Qi <yao@codesourcery.com>
3223
3224 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved): Remove
3225 trail '.*' on matching patterns.
3226
3227 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
3228
3229 * gdb.arch/i386-bp_permanent.exp: Skip if not is_x86_like_target.
3230 * gdb.arch/i386-cfi-notcurrent.exp: Likewise.
3231 * gdb.arch/i386-disp-step.exp: Likewise.
3232 * gdb.arch/i386-gnu-cfi.exp: Likewise.
3233 * gdb.arch/i386-prologue.exp: Likewise.
3234 * gdb.arch/i386-size-overlap.exp: Likewise.
3235 * gdb.arch/i386-size.exp: Likewise.
3236 * gdb.arch/i386-unwind.exp: Likewise.
3237
3238 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
3239
3240 * gdb.arch/i386-byte.exp: Remove is_ilp32_target check.
3241 * gdb.arch/i386-word.exp: Likewise.
3242
3243 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
3244
3245 * gdb.arch/i386-avx.exp: Check is_amd64_regs_target instead of
3246 is_ilp32_target to set nr_regs.
3247 * gdb.arch/i386-sse.exp: Likewise.
3248
3249 2012-10-11 Doug Evans <dje@google.com>
3250
3251 PR breakpoints/14643.
3252 * gdb.linespec/ls-errs.exp: Change tests of "b if|task|thread".
3253 * gdb.linespec/thread.c: New file.
3254 * gdb.linespec/thread.exp: New file.
3255
3256 * lib/gdb.exp (gdb_breakpoint): Fix varargs scan.
3257 Recognize "message" -> print pass and fail. Add eof case.
3258 (runto): Recognize message, no-message. Print pass/fail if requested,
3259 with same treatment as gdb_breakpoint.
3260 (runto_main): Pass no-message to runto.
3261 (gdb_internal_error_resync): Add log message.
3262 (gdb_file_cmd): Tweak internal error fail text for consistency.
3263
3264 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3265
3266 Fix crash during stepping on ppc32.
3267 * gdb.base/step-symless.c: New file.
3268 * gdb.base/step-symless.exp: New file.
3269
3270 2012-10-03 Doug Evans <dje@google.com>
3271
3272 PR symtab/14601
3273 * gdb.cp/using-crash.exp: New file.
3274 * gdb.cp/using-crash.cc: New file.
3275
3276 2012-10-02 Doug Evans <dje@google.com>
3277
3278 * lib/gdb.exp (gdb_unload): Change wording of perror text to be
3279 more consistent.
3280 (runto,gdb_debug_format): Ditto.
3281 (gdb_file_cmd): Watch for eof in nested gdb_expect.
3282 Clean up logging and error messages.
3283
3284 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
3285
3286 Test find command on unmapped memory.
3287 * gdb.base/find-unmapped.c: New file.
3288 * gdb.base/find-unmapped.exp: New file.
3289
3290 2012-09-29 Yao Qi <yao@codesourcery.com>
3291
3292 * gdb.trace/mi-tracepoint-changed.exp: New.
3293 * gdb.mi/mi-breakpoint-changed.exp: New.
3294 * gdb.mi/pending.c, gdb.mi/pendshr1.c: New
3295 * gdb.mi/pendshr2.c: New.
3296
3297 2012-09-28 Yao Qi <yao@codesourcery.com>
3298
3299 * gdb.mi/pr11022.exp: New.
3300 * gdb.mi/pr11022.c: New. Copied from gdb.base/.
3301
3302 2012-09-27 Tom Tromey <tromey@redhat.com>
3303
3304 * gdb.cp/derivation.exp: Add regression test.
3305 * gdb.cp/derivation.cc (class V_base, class V_inter, class
3306 V_derived): New.
3307 (vderived): New global.
3308
3309 2012-09-26 Tom Tromey <tromey@redhat.com>
3310
3311 * gdb.dwarf2/dw2-common-block.S: New file.
3312 * gdb.dwarf2/dw2-common-block.exp: New file.
3313
3314 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3315
3316 * gdb.fortran/common-block.exp: New file.
3317 * gdb.fortran/common-block.f90: New file.
3318
3319 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
3320
3321 * gdb.base/duplicate-bp.c: New file.
3322 * gdb.base/duplicate-bp.exp: New file.
3323
3324 2012-09-26 Yao Qi <yao@codesourcery.com>
3325
3326 * gdb.mi/mi2-cli.exp: Avoid line number in test summary.
3327
3328 Revert:
3329 2012-09-21 Yao Qi <yao@codesourcery.com>
3330
3331 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
3332
3333 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
3334
3335 * gdb.base/longest-types.c: New test case.
3336 * gdb.base/longest-types.exp: New test case.
3337
3338 2012-09-25 Yao Qi <yao@codesourcery.com>
3339
3340 * gdb.mi/mi2-cli.exp: Check breakpoint notification.
3341
3342 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3343
3344 Fix internal error on canonicalization of clang types.
3345 * gdb.dwarf2/dw2-canonicalize-type.S: New file.
3346 * gdb.dwarf2/dw2-canonicalize-type.exp: New file.
3347 * lib/gdb.exp (gdb_file_cmd): Catch also GDB internal error.
3348
3349 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3350
3351 Fix disassemble without parameters in tailcall frame.
3352 * gdb.arch/amd64-entry-value.exp (down, disassemble): New tests.
3353
3354 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
3355
3356 * gdb.dwarf2/dw2-op-out-param.S: New file.
3357 * gdb.dwarf2/dw2-op-out-param.exp: New file.
3358
3359 2012-09-21 Yao Qi <yao@codesourcery.com>
3360
3361 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
3362
3363 2012-09-21 Yao Qi <yao@codesourcery.com>
3364
3365 * gdb.mi/mi-cli.exp: Remove.
3366 * gdb.mi/mi2-cli.exp: Merged from mi-cli.exp.
3367
3368 2012-09-21 Yao Qi <yao@codesourcery.com>
3369
3370 * gdb.mi/mi-reverse.exp: Fix the typo in expected output of
3371 "=record-started" notification.
3372
3373 2012-09-21 Yao Qi <yao@codesourcery.com>
3374
3375 * gdb.mi/mi-record-changed.exp: New.
3376 * gdb.mi/mi-reverse.exp: Adjust expected output.
3377
3378 2012-09-20 Tom Tromey <tromey@redhat.com>
3379
3380 * gdb.python/python.exp: Test atexit.register.
3381
3382 2012-09-20 Doug Evans <dje@google.com>
3383
3384 * boards/dwarf4-gdb-index.exp: New file.
3385
3386 * gdb.base/callfuncs.exp (do_function_calls): Set unwindonsignal to on
3387 while running the tests.
3388
3389 2012-09-18 Joel Brobecker <brobecker@adacore.com>
3390
3391 * gdb.ada/bp_reset: New testcase.
3392
3393 2012-09-18 Yao Qi <yao@codesourcery.com>
3394
3395 * gdb.trace/mi-tsv-changed.exp: New.
3396
3397 2012-09-18 Yao Qi <yao@codesourcery.com>
3398
3399 * gdb.trace/mi-traceframe-changed.exp: New.
3400
3401 2012-09-17 Yao Qi <yao@codesourcery.com>
3402
3403 * gdb.base/list.exp (set_listsize): Don't set arg to "unlimited"
3404 when it is less than 0.
3405
3406 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3407
3408 PR 14119
3409 * gdb.arch/amd64-tailcall-ret.S: New file.
3410 * gdb.arch/amd64-tailcall-ret.c: New file.
3411 * gdb.arch/amd64-tailcall-ret.exp: New file.
3412 * gdb.reverse/amd64-tailcall-reverse.S: New file.
3413 * gdb.reverse/amd64-tailcall-reverse.c: New file.
3414 * gdb.reverse/amd64-tailcall-reverse.exp: New file.
3415
3416 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3417
3418 PR 14548
3419 * gdb.reverse/singlejmp-reverse-nodebug.S: New file.
3420 * gdb.reverse/singlejmp-reverse-nodebug.c: New file.
3421 * gdb.reverse/singlejmp-reverse.S: New file.
3422 * gdb.reverse/singlejmp-reverse.c: New file.
3423 * gdb.reverse/singlejmp-reverse.exp: New file.
3424
3425 2012-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3426
3427 Fix compatibility with old GCC (~4.1).
3428 * gdb.cp/converts.cc (my_enum_var): New variable.
3429
3430 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
3431
3432 * gdb.xml/tdesc-regs.exp: Update expected output for new
3433 vector_size syntax of vector types.
3434
3435 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
3436
3437 Refactor Python "gdb" module into a proper Python package, by
3438 introducing a new "_gdb" module for code implemented in C, and
3439 using reload/__import__ instead of exec.
3440 * gdb.python/python.exp (Test stderr location): Update module
3441 location of GDB-specific sys.stderr.
3442 (Test stdout location): Ditto for sys.stdout.
3443
3444 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3445
3446 * gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu.
3447
3448 2012-09-12 Keith Seitz <keiths@redhat.com>
3449
3450 * gdb.cp/converts.cc (main): Comment out the pointer to boolean
3451 conversion statement.
3452
3453 2012-09-12 Doug Evans <dje@google.com>
3454
3455 * gdb.base/help.exp: Remove testing of individual command help text,
3456 too much of a maintenance burden. Instead, test the functionality
3457 of "help" itself.
3458
3459 2012-09-11 Doug Evans <dje@google.com>
3460
3461 * gdb.cp/mb-inline.exp: Do "info break" after setting multi-location
3462 breakpoint.
3463
3464 * gdb.dwarf2/fission-base.S: Include gdb.dwarf2/ in dwo_name.
3465 * gdb.dwarf2/fission-reread.S: Ditto.
3466 * gdb.dwarf2/fission-base.exp: Remove setting of debug-file-directory.
3467 * gdb.dwarf2/fission-reread.exp: Ditto.
3468
3469 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
3470
3471 * gdb.base/ptype.exp: Test ptype on a pointer to a typedef.
3472
3473 2012-09-10 Joel Brobecker <brobecker@adacore.com>
3474
3475 * gdb.ada/optim_drec: New testcase.
3476
3477 2012-09-10 Doug Evans <dje@google.com>
3478
3479 * boards/fission.exp: Explicitly mark "board" as not remote.
3480
3481 2012-09-10 Keith Seitz <keiths@redhat.com>
3482
3483 PR gdb/13483
3484 * gdb.cp/converts.cc (A::A): Add ctor.
3485 (A::member_): Add member.
3486 (enum my_enum): New enumeration.
3487 (main): Add calls to foo1_7 with various
3488 permitted arguments.
3489 * gdb.cp/converts.exp: Add tests for boolean
3490 conversions permitted by the standard.
3491
3492 2012-09-08 Khoo Yit Phang <khooyp@cs.umd.edu>
3493
3494 Replace -nw option with $INTERNAL_GDBFLAGS in "xgdb" tests to
3495 avoid spurious results due to ~/.gdbinit.
3496 * gdb.gdb/complaint.exp (setup_test): Replace -nw option with
3497 $INTERNAL_GDBFLAGS in run command.
3498 * gdb.gdb/observer.exp (setup_test): Ditto.
3499 * gdb.gdb/selftest.exp (test_with_self): Ditto.
3500 * gdb.gdb/xfullpath.exp (setup_test): Ditto.
3501
3502 2012-09-06 Doug Evans <dje@google.com>
3503
3504 * boards/fission.exp: New file.
3505
3506 * gdb.python/py-value.exp: Use clean_restart.
3507
3508 2012-09-05 Doug Evans <dje@google.com>
3509
3510 * gdb.base/info-macros.c: Fix whitespace.
3511
3512 2012-08-28 Pedro Alves <palves@redhat.com>
3513
3514 PR gdb/14428
3515
3516 * gdb.base/pc-fp.exp: Adjust expected output of 'info registers pc fp'.
3517
3518 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3519
3520 * gdb.base/break-caller-line.c: New file.
3521 * gdb.base/break-caller-line.exp: New file.
3522
3523 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3524
3525 * gdb.ada/rdv_wait.exp (set debug-file-directory): New command.
3526 * gdb.arch/i386-cfi-notcurrent.S: New file.
3527 * gdb.arch/i386-cfi-notcurrent.exp: New file.
3528
3529 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
3530 Yao Qi <yao@codesourcery.com>
3531 Pedro Alves <palves@redhat.com>
3532
3533 * gdb.base/memattr.exp (delete_memory, region_pass, region_fail):
3534 New procedures.
3535 (top level): Add overlap checking tests.
3536
3537 2012-08-24 Tom Tromey <tromey@redhat.com>
3538
3539 * lib/gdb.exp (skip_unwinder_tests): Don't leave 'ok' set if
3540 gdb_test_multiple fails for other reasons.
3541
3542 2012-08-24 Yao Qi <yao@codesourcery.com>
3543
3544 * lib/gdb.exp (skip_unwinder_tests): Remove pass.
3545
3546 2012-08-23 Pedro Alves <palves@redhat.com>
3547
3548 * gdb.base/help.exp: Adjust to "handle" help text change.
3549
3550 2012-08-23 Yao Qi <yao@codesourcery.com>
3551
3552 * gdb.trace/disconnected-tracing.c (start, end): New.
3553 (main): Call start and end.
3554 * gdb.trace/disconnected-tracing.exp (disconnected_tracing): Move
3555 existing tests into this proc.
3556 (disconnected_tfind): New.
3557
3558 2012-08-23 Yao Qi <yao@codesourcery.com>
3559
3560 * boards/native-gdbserver.exp (${board}_upload): New.
3561 * boards/native-stdio-gdbserver.exp (${board}_upload): New.
3562 * gdb.trace/tfile.exp: Don't check 'gdb,nofileio'.
3563 Execute tfile on remote target.
3564 Copy trace file from target to host.
3565
3566 2012-08-22 Joseph Myers <joseph@codesourcery.com>
3567
3568 * gdb.arch/thumb-bx-pc.S: New file.
3569 * gdb.arch/thumb-bx-pc.exp: New file.
3570
3571 2012-08-22 Tom Tromey <tromey@redhat.com>
3572
3573 * gdb.base/maint.exp: Update.
3574
3575 2012-08-22 Tom Tromey <tromey@redhat.com>
3576
3577 * lib/gdb.exp (skip_unwinder_tests): New proc.
3578 * gdb.cp/nextoverthrow.exp: Use skip_unwinder_tests.
3579 * gdb.java/jnpe.exp: Use skip_unwinder_tests.
3580
3581 2012-08-21 Tom Tromey <tromey@redhat.com>
3582
3583 * gdb.hp/gdb.aCC/exception.exp: Remove.
3584
3585 012-08-19 Andrew Pinski <apinski@cavium.com>
3586
3587 * gdb.arch/mips-octeon-bbit.c: New file.
3588 * gdb.arch/mips-octeon-bbit.exp: New Test.
3589
3590 012-08-19 Keith Seitz <keiths@redhat.com>
3591
3592 PR c++/14365
3593 * gdb.dwarf2/dw2-anon-mptr.exp: New file.
3594 * gdb.dwarf2/dw2-anon-mptr.S: New file.
3595
3596 2012-08-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3597
3598 * gdb.base/solib-corrupted.exp (make solibs looping): Replace
3599 verbose -log by more specific untested call.
3600
3601 2012-08-18 Yao Qi <yao@codesourcery.com>
3602
3603 * gdb.trace/tfind.exp: Move tests on various command help before
3604 checking target supports trace.
3605 Fix the expected output of 'help tfind end'.
3606
3607 2012-08-17 Keith Seitz <keiths@redhat.com>
3608
3609 PR c++/13356
3610 * gdb.base/default.exp: Update all "check type" tests.
3611 * gdb.base/help.exp: Likewise.
3612 * gdb.base/setshow.exp: Likewise.
3613 * gdb.cp/converts.cc (foo1_type_check): New function.
3614 (foo2_type_check): New function.
3615 (foo3_type_check): New function.
3616 (main): Call new functions.
3617 * converts.exp: Add tests for integer-to-pointer conversions
3618 with/without strict type-checking.
3619
3620 2012-08-16 Mike Frysinger <vapier@gentoo.org>
3621
3622 * gdb.base/help.exp: Update expected output.
3623
3624 2012-08-16 Joel Brobecker <brobecker@adacore.com>
3625
3626 * gdb.ada/rdv_wait: New testcase.
3627
3628 2012-08-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3629
3630 * gdb.base/attach-twice.exp: Remove excessive ps exec.
3631
3632 2012-08-13 Doug Evans <dje@google.com>
3633
3634 * gdb.base/help.exp: Update expected output.
3635 * gdb.base/default.exp: Update expected output of "show convenience".
3636
3637 2012-08-10 Doug Evans <dje@google.com>
3638
3639 * gdb.python/py-strfns.c: New file.
3640 * gdb.python/py-strfns.exp: New file.
3641 * gdb.python/py-type.exp (test_fields): Add vector tests.
3642
3643 2012-08-10 Mike Frysinger <vapier@gentoo.org>
3644
3645 PR cli/10436:
3646 * gdb.base/completion.exp: Add tests for handle completion.
3647
3648 2012-08-09 Yao Qi <yao@codesourcery.com>
3649
3650 * gdb.mi/mi-cmd-param-changed.exp: New.
3651 * gdb.mi/mi-cli.exp: Update for MI notification "=cmd-param-changed".
3652 * gdb.mi/mi-var-rtti.exp, gdb.mi/mi2-cli.exp: Likewise.
3653 * gdb.mi/mi2-prompt.exp: Likewise.
3654
3655 2012-08-08 Doug Evans <dje@google.com>
3656
3657 * gdb.base/debug-expr.c: New file.
3658 * gdb.base/debug-expr.exp: New file.
3659 * gdb.base/exprs.exp: Test {type} casts.
3660 * gdb.cp/debug-expr.exp: New file.
3661
3662 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3663
3664 * gdb.base/valgrind-infcall.exp (continue #$continue_count): Use
3665 global variable loop, not a 'break'. Add loop count limit to 100.
3666 Add new fail case for terminated vgdb.
3667
3668 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3669 Jean-Marc Saffroy <saffroy@gmail.com>
3670
3671 PR 11804
3672 * gdb.base/gcore-relro.exp: New file.
3673 * gdb.base/gcore-relro-main.c: New file.
3674 * gdb.base/gcore-relro-lib.c: New file.
3675
3676 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3677
3678 Do not false FAIL with old GCCs.
3679 * gdb.base/watchpoint.exp (self-delete local watch) <$no_hw>: XFAIL for
3680 GCC < 4.5 in $no_hw mode.
3681
3682 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3683
3684 * gdb.base/default.exp (cd): Accept new directory with no arguments.
3685
3686 2012-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3687
3688 * gdb.base/list.exp (test_only_end): New function.
3689 Call it.
3690
3691 2012-08-06 Tom Tromey <tromey@redhat.com>
3692
3693 * gdb.python/py-mi.exp: Add test for printer whose children
3694 are a list.
3695 * gdb.python/py-prettyprint.c (struct children_as_list): New.
3696 (main): New variable children_as_list.
3697 * gdb.python/py-prettyprint.py (class pp_children_as_list):
3698 New.
3699 (register_pretty_printers): Register new printer.
3700
3701 2012-08-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
3702
3703 * gdb.base/valgrind-infcall.exp: Expect leading `.' on ppc64's
3704 symbols. Abort if vgdb remote connection is closed.
3705
3706 2012-08-02 Doug Evans <dje@google.com>
3707
3708 * gdb.base/info-fun.exp: Fix failures on m68k, ppc64, s390x.
3709
3710 2012-08-02 Sergio Durigan Junior <sergiodj@redhat.com>
3711
3712 * gdb.base/pc-fp.exp: Adjust testcase to match different outputs from
3713 s390x, PowerPC 64 and m68k-linux.
3714
3715 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
3716
3717 * gdb.base/annota1.exp: Accept no frames-invalid notification
3718 when starting up the program.
3719 * gdb.python/py-value.exp (test_value_numeric_ops): Pointers may
3720 show a symbolic value as well.
3721 * gdb.server/server-exec-info.exp: Skip test when skipping
3722 gdbserver test and/or when skipping shared library tests.
3723 * gdb.threads/linux-dp.exp: Unset "seen" when done with it to
3724 avoid name conflicts with other tests.
3725
3726 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
3727
3728 * gdb.dwarf2/dw2-icc-opaque.S: Remove .align directives.
3729 Fix wrong output on big-endian systems.
3730 * gdb.dwarf2/dw2-icc-opaque.exp: Expect @mode32 attribute on
3731 4-byte pointer types on 64-bit s390x.
3732
3733 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
3734
3735 * gdb.base/watchpoint.c (func2): Initialize local_a. Add
3736 marker comment at the beginning (after intialization).
3737 * gdb.base/watchpoint.exp (test_complex_watchpoint): Set func2
3738 breakpoint on marker comment instead of function begin.
3739 (test_wide_location_1): Do not expect HW watchpoints on 32-bit
3740 PowerPC.
3741 (test_wide_location_2): Do not expect HW watchpoints on 32-bit
3742 or 64-bit PowerPC.
3743 (do_tests): Consistently set can-use-hw-watchpoints to 0 if
3744 gdb,no_hardware_watchpoints flag is set.
3745 (initialize): Remove now redundant can-use-hw-watchpoints change.
3746
3747 2012-08-02 Yao Qi <yao@codesourcery.com>
3748 Pedro Alves <palves@redhat.com>
3749
3750 * boards/local-remote-host.exp: New.
3751
3752 2012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
3753
3754 * gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs.
3755 * gdb.base/ctxobj.exp: Call gdb_load_shlibs.
3756 * gdb.base/print-file-var.exp: Likewise.
3757 * gdb.server/solib-list.exp: Skip on remote targets.
3758
3759 2012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
3760
3761 * gdb.base/watchpoint.exp (test_wide_location_1): Expect software
3762 watchpoints on ARM. When expecting software watchpoints, tolerate
3763 (remote) targets that report unsupported hardware watchpoint only
3764 at continue time.
3765 (test_wide_location_2): Likewise.
3766
3767 2012-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3768
3769 * gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
3770 valgrind versions.
3771
3772 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
3773
3774 * gdb.base/valgrind-infcall.c: New file.
3775 * gdb.base/valgrind-infcall.exp: New file.
3776
3777 * gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
3778
3779 2012-07-30 Keith Seitz <keiths@redhat.com>
3780
3781 * gdb.linespec/ls-errs.exp: Check some quote-enclosed
3782 linespecs.
3783
3784 2012-07-30 Doug Evans <dje@google.com>
3785
3786 * gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
3787 * gdb.dwarf2/pr13961.S: Ditto.
3788
3789 * gdb.dwarf2/dw4-sig-types.exp: Fix typo.
3790
3791 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
3792
3793 * gdb.mi/mi-var-invalidate.exp: Create a floating variable and
3794 change its format immediately after reloading the binary.
3795
3796 2012-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3797
3798 Fix testsuite regression after --use-deprecated-index-sections removal.
3799 * gdb.base/annota1.exp (run until main breakpoint): Update the expect
3800 string.
3801 * gdb.base/async-shell.exp (gdbindex_warning_re): Likewise.
3802
3803 2012-07-27 Yao Qi <yao@codesourcery.com>
3804
3805 KFAIL for PR remote/14161.
3806 * gdb.trace/strace.exp (strace_remove_socket): kfail for native.
3807 Cleanup socket files.
3808 (strace_info_marker): Detach inferior.
3809
3810 2012-07-26 Tom Tromey <tromey@redhat.com>
3811
3812 * gdb.objc/print.exp (test_float_accepted): Remove kfails.
3813
3814 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
3815
3816 * gdb.python/py-inferior.c (thread): New function.
3817 (check_threads): New function.
3818 (test_threads): New function.
3819 * gdb.python/py-inferior.exp: Added test.
3820 Replaced runto with continue to breakpoint.
3821
3822 2012-07-26 Tom Tromey <tromey@redhat.com>
3823
3824 * lib/ada.exp (standard_ada_testfile): New proc.
3825 * gdb.ada/aliased_array.exp: Use standard_ada_testfile.
3826 * gdb.ada/array_bounds.exp: Use standard_ada_testfile.
3827 * gdb.ada/array_return.exp: Use standard_ada_testfile.
3828 * gdb.ada/array_subscript_addr.exp: Use standard_ada_testfile.
3829 * gdb.ada/arrayidx.exp: Use standard_ada_testfile.
3830 * gdb.ada/arrayparam.exp: Use standard_ada_testfile.
3831 * gdb.ada/arrayptr.exp: Use standard_ada_testfile.
3832 * gdb.ada/atomic_enum.exp: Use standard_ada_testfile.
3833 * gdb.ada/bad-task-bp-keyword.exp: Use standard_ada_testfile.
3834 * gdb.ada/bp_enum_homonym.exp: Use standard_ada_testfile.
3835 * gdb.ada/bp_on_var.exp: Use standard_ada_testfile.
3836 * gdb.ada/bp_range_type.exp: Use standard_ada_testfile.
3837 * gdb.ada/call_pn.exp: Use standard_ada_testfile.
3838 * gdb.ada/catch_ex.exp: Use standard_ada_testfile.
3839 * gdb.ada/char_enum.exp: Use standard_ada_testfile.
3840 * gdb.ada/char_param.exp: Use standard_ada_testfile.
3841 * gdb.ada/complete.exp: Use standard_ada_testfile.
3842 * gdb.ada/cond_lang.exp: Use standard_ada_testfile,
3843 standard_output_file.
3844 * gdb.ada/dyn_loc.exp: Use standard_ada_testfile.
3845 * gdb.ada/enum_idx_packed.exp: Use standard_ada_testfile.
3846 * gdb.ada/exec_changed.exp: Use standard_ada_testfile,
3847 standard_output_file.
3848 * gdb.ada/exprs.exp: Use standard_ada_testfile.
3849 * gdb.ada/fixed_cmp.exp: Use standard_ada_testfile.
3850 * gdb.ada/fixed_points.exp: Use standard_ada_testfile.
3851 * gdb.ada/formatted_ref.exp: Use standard_ada_testfile.
3852 * gdb.ada/frame_args.exp: Use standard_ada_testfile.
3853 * gdb.ada/fullname_bp.exp: Use standard_ada_testfile.
3854 * gdb.ada/fun_addr.exp: Use standard_ada_testfile.
3855 * gdb.ada/fun_in_declare.exp: Use standard_ada_testfile.
3856 * gdb.ada/funcall_param.exp: Use standard_ada_testfile.
3857 * gdb.ada/homonym.exp: Use standard_ada_testfile.
3858 * gdb.ada/info_locals_renaming.exp: Use standard_ada_testfile.
3859 * gdb.ada/int_deref.exp: Use standard_ada_testfile.
3860 * gdb.ada/interface.exp: Use standard_ada_testfile.
3861 * gdb.ada/lang_switch.exp: Use standard_ada_testfile,
3862 standard_output_file
3863 * gdb.ada/mi_catch_ex.exp: Use standard_ada_testfile.
3864 * gdb.ada/mi_task_arg.exp: Use standard_ada_testfile.
3865 * gdb.ada/mi_task_info.exp: Use standard_ada_testfile.
3866 * gdb.ada/mod_from_name.exp: Use standard_ada_testfile.
3867 * gdb.ada/nested.exp: Use standard_ada_testfile.
3868 * gdb.ada/null_array.exp: Use standard_ada_testfile.
3869 * gdb.ada/null_record.exp: Use standard_ada_testfile.
3870 * gdb.ada/operator_bp.exp: Use standard_ada_testfile.
3871 * gdb.ada/packed_array.exp: Use standard_ada_testfile.
3872 * gdb.ada/packed_tagged.exp: Use standard_ada_testfile.
3873 * gdb.ada/print_chars.exp: Use standard_ada_testfile.
3874 * gdb.ada/print_pc.exp: Use standard_ada_testfile.
3875 * gdb.ada/ptr_typedef.exp: Use standard_ada_testfile.
3876 * gdb.ada/ptype_field.exp: Use standard_ada_testfile.
3877 * gdb.ada/ptype_tagged_param.exp: Use standard_ada_testfile.
3878 * gdb.ada/rec_return.exp: Use standard_ada_testfile.
3879 * gdb.ada/ref_param.exp: Use standard_ada_testfile.
3880 * gdb.ada/ref_tick_size.exp: Use standard_ada_testfile.
3881 * gdb.ada/same_enum.exp: Use standard_ada_testfile.
3882 * gdb.ada/set_pckd_arr_elt.exp: Use standard_ada_testfile.
3883 * gdb.ada/small_reg_param.exp: Use standard_ada_testfile.
3884 * gdb.ada/start.exp: Use standard_ada_testfile.
3885 * gdb.ada/str_ref_cmp.exp: Use standard_ada_testfile.
3886 * gdb.ada/sym_print_name.exp: Use standard_ada_testfile.
3887 * gdb.ada/taft_type.exp: Use standard_ada_testfile.
3888 * gdb.ada/tagged.exp: Use standard_ada_testfile.
3889 * gdb.ada/tagged_not_init.exp: Use standard_ada_testfile.
3890 * gdb.ada/task_bp.exp: Use standard_ada_testfile.
3891 * gdb.ada/tasks.exp: Use standard_ada_testfile.
3892 * gdb.ada/tick_last_segv.exp: Use standard_ada_testfile.
3893 * gdb.ada/type_coercion.exp: Use standard_ada_testfile.
3894 * gdb.ada/uninitialized_vars.exp: Use standard_ada_testfile.
3895 * gdb.ada/variant_record_packed_array.exp: Use standard_ada_testfile.
3896 * gdb.ada/watch_arg.exp: Use standard_ada_testfile.
3897 * gdb.ada/whatis_array_val.exp: Use standard_ada_testfile.
3898 * gdb.ada/widewide.exp: Use standard_ada_testfile.
3899
3900 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3901
3902 Fix testsuite regression after --use-deprecated-index-sections removal.
3903 * lib/mi-support.exp (gdbindex_warning_re): Update the expect string.
3904
3905 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3906
3907 Fix compatibility with Tcl before 7.5.
3908 * lib/future.exp (lreverse): New function if it does not exist.
3909
3910 2012-07-25 Marc Khouzam <marc.khouzam@ericsson.com>
3911
3912 * gdb.mi/mi-pending.c: New method to set a second pending
3913 breakpoint.
3914 * gdb.mi/mi-pending.exp: Set a pending breakpoint with a
3915 condition.
3916
3917 2012-07-20 Pedro Alves <palves@redhat.com>
3918
3919 PR threads/11692
3920 PR gdb/12203
3921
3922 * gdb.threads/create-fail.c: New file.
3923 * gdb.threads/create-fail.exp: New file.
3924
3925 2012-07-19 Pedro Alves <palves@redhat.com>
3926
3927 * config/monitor.exp (gdb_load): Remove redundant ';' in for loop.
3928 * config/vx.exp (gdb_start): Likewise.
3929 * gdb.base/printcmds.exp (test_print_repeats_10): Likewise.
3930 * gdb.base/setvar.exp (test_set): Likewise.
3931 * gdb.base/sigall.exp: Use foreach+lrange instead of for+continue.
3932 * gdb.reverse/sigall-precsave.exp: Likewise.
3933 * gdb.reverse/sigall-reverse.exp: Likewise.
3934
3935 2012-07-19 Pedro Alves <palves@redhat.com>
3936
3937 * gdb.reverse/sigall-precsave.exp: Set a breakpoint at each signal
3938 handler before recording.
3939
3940 2012-07-19 Tom Tromey <tromey@redhat.com>
3941
3942 * gdb.cp/casts.exp: Add tests for typeof and decltype.
3943 * gdb.cp/casts.cc (decltype): New function.
3944 (main): Use it.
3945
3946 2012-07-19 Pedro Alves <palves@redhat.com>
3947
3948 * gdb.base/sigall.exp (signals): New list.
3949 <top level>: Loop over signals in the $signals list instead of
3950 calling a test function once per signal.
3951 * gdb.reverse/sigall-precsave.exp (signals): New list.
3952 <top level>: Loop over signals in the $signals list instead of
3953 calling a test function once per signal.
3954 * gdb.reverse/sigall-reverse.exp (signals): New list.
3955 <top level>: Loop over signals in the $signals list instead of
3956 calling a test function once per signal.
3957
3958 2012-07-19 Yao Qi <yao@codesourcery.com>
3959
3960 * gdb.base/setshow.exp: Test 'set args ~'.
3961
3962 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3963
3964 * gdb.base/store.exp (check_set): Import gdb_prompt.
3965 (continue to wack_${t}): Make it to conditional gdb_test_multiple.
3966 (${prefix}; next ${t}): Hide its name, handle it conditionally now.
3967
3968 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3969
3970 PR 11914
3971 * gdb.python/py-prettyprint.c (eval_func, eval_sub): New.
3972 (main): Call eval_sub.
3973 * gdb.python/py-prettyprint.exp:
3974 (python execfile ('py-prettyprint.py')): Move it earlier.
3975 New breakpoint for eval-break.
3976 (continue to breakpoint: eval-break, info locals): New test.
3977 (python execfile ('py-prettyprint.py')): Move it from here.
3978 * gdb.python/py-prettyprint.py (class pp_eval_type): New.
3979 (register_pretty_printers): Register pp_eval_type.
3980
3981 2012-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3982
3983 Fix a testcase regression by me.
3984 * gdb.dwarf2/fission-reread.S: Fix two DW_FORM_data8 to be
3985 DW_FORM_data4.
3986
3987 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3988 Doug Evans <dje@google.com>
3989
3990 * gdb.dwarf2/dw2-minsym-in-cu.S: New file.
3991 * gdb.dwarf2/dw2-minsym-in-cu.exp: New file.
3992
3993 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3994
3995 Fix gdbserver run regression.
3996 * gdb.trace/disconnected-tracing.exp (executabel): Fix typo.
3997
3998 2012-07-12 Tom Tromey <tromey@redhat.com>
3999
4000 * lib/gdb.exp (standard_testfile): Don't declare objdir.
4001 (clean_restart): Likewise.
4002 (core_find): Use standard_output_file.
4003
4004 2012-07-12 Tom Tromey <tromey@redhat.com>
4005
4006 * gdb.dwarf2/dup-psym.exp: Use prepare_for_testing_full.
4007 * gdb.dwarf2/dw2-anonymous-func.exp: Use
4008 prepare_for_testing_full.
4009 * gdb.dwarf2/dw2-basic.exp: Use prepare_for_testing_full.
4010 * gdb.dwarf2/dw2-compressed.exp: Use prepare_for_testing_full.
4011 * gdb.dwarf2/dw2-const.exp: Use prepare_for_testing_full.
4012 * gdb.dwarf2/dw2-cu-size.exp: Use prepare_for_testing_full.
4013 * gdb.dwarf2/dw2-intercu.exp: Use prepare_for_testing_full.
4014 * gdb.dwarf2/dw2-intermix.exp: Use prepare_for_testing_full.
4015 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use
4016 prepare_for_testing_full.
4017 * gdb.dwarf2/dw2-producer.exp: Use prepare_for_testing_full.
4018 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use
4019 prepare_for_testing_full.
4020 * gdb.dwarf2/dw2-restore.exp: Use prepare_for_testing_full.
4021 * gdb.dwarf2/dw2-strp.exp: Use prepare_for_testing_full.
4022 * gdb.dwarf2/mac-fileno.exp: Use prepare_for_testing_full.
4023
4024 2012-07-12 Tom Tromey <tromey@redhat.com>
4025
4026 * lib/gdb.exp (build_executable_from_specs): New proc, from
4027 build_executable.
4028 (build_executable): Use it.
4029 (prepare_for_testing_full): New proc.
4030
4031 2012-07-11 Tom Tromey <tromey@redhat.com>
4032
4033 * gdb.reverse/break-precsave.exp: Use standard_output_file.
4034 * gdb.reverse/consecutive-precsave.exp: Use standard_output_file.
4035 * gdb.reverse/finish-precsave.exp: Use standard_output_file.
4036 * gdb.reverse/i386-precsave.exp: Use standard_output_file.
4037 * gdb.reverse/machinestate-precsave.exp: Use standard_output_file.
4038 * gdb.reverse/sigall-precsave.exp: Use standard_output_file.
4039 * gdb.reverse/solib-precsave.exp: Use standard_output_file.
4040 * gdb.reverse/step-precsave.exp: Use standard_output_file.
4041 * gdb.reverse/until-precsave.exp: Use standard_output_file.
4042 * gdb.reverse/watch-precsave.exp: Use standard_output_file.
4043
4044 2012-07-10 Tom Tromey <tromey@redhat.com>
4045
4046 * gdb.mi/dw2-ref-missing-frame.exp: Use standard_testfile,
4047 standard_output_file.
4048 * gdb.mi/gdb2549.exp: Use standard_testfile.
4049 * gdb.mi/gdb669.exp: Use standard_testfile.
4050 * gdb.mi/gdb701.exp: Use standard_testfile.
4051 * gdb.mi/gdb792.exp: Use standard_testfile.
4052 * gdb.mi/mi-async.exp: Use standard_testfile.
4053 * gdb.mi/mi-basics.exp: Use standard_testfile.
4054 * gdb.mi/mi-break.exp: Use standard_testfile.
4055 * gdb.mi/mi-cli.exp: Use standard_testfile.
4056 * gdb.mi/mi-console.exp: Use standard_testfile.
4057 * gdb.mi/mi-disassemble.exp: Use standard_testfile.
4058 * gdb.mi/mi-eval.exp: Use standard_testfile.
4059 * gdb.mi/mi-file-transfer.exp: Use standard_testfile.
4060 * gdb.mi/mi-file.exp: Use standard_testfile.
4061 * gdb.mi/mi-inheritance-syntax-error.exp: Use standard_testfile.
4062 * gdb.mi/mi-logging.exp: Use standard_testfile.
4063 * gdb.mi/mi-nonstop-exit.exp: Use standard_testfile.
4064 * gdb.mi/mi-nonstop.exp: Use standard_testfile.
4065 * gdb.mi/mi-ns-stale-regcache.exp: Use standard_testfile.
4066 * gdb.mi/mi-nsintrall.exp: Use standard_testfile.
4067 * gdb.mi/mi-nsmoribund.exp: Use standard_testfile.
4068 * gdb.mi/mi-nsthrexec.exp: Use standard_testfile.
4069 * gdb.mi/mi-pending.exp: Use standard_testfile,
4070 standard_output_file.
4071 * gdb.mi/mi-pthreads.exp: Use standard_testfile.
4072 * gdb.mi/mi-read-memory.exp: Use standard_testfile.
4073 * gdb.mi/mi-regs.exp: Use standard_testfile.
4074 * gdb.mi/mi-return.exp: Use standard_testfile.
4075 * gdb.mi/mi-reverse.exp: Use standard_testfile.
4076 * gdb.mi/mi-simplerun.exp: Use standard_testfile.
4077 * gdb.mi/mi-solib.exp: Use standard_testfile,
4078 standard_output_file.
4079 * gdb.mi/mi-stack.exp: Use standard_testfile.
4080 * gdb.mi/mi-stepi.exp: Use standard_testfile.
4081 * gdb.mi/mi-stepn.exp: Use standard_testfile.
4082 * gdb.mi/mi-syn-frame.exp: Use standard_testfile.
4083 * gdb.mi/mi-until.exp: Use standard_testfile.
4084 * gdb.mi/mi-var-block.exp: Use standard_testfile.
4085 * gdb.mi/mi-var-child-f.exp: Use standard_testfile.
4086 * gdb.mi/mi-var-child.exp: Use standard_testfile.
4087 * gdb.mi/mi-var-cmd.exp: Use standard_testfile.
4088 * gdb.mi/mi-var-cp.exp: Use standard_testfile.
4089 * gdb.mi/mi-var-display.exp: Use standard_testfile.
4090 * gdb.mi/mi-var-invalidate.exp: Use standard_testfile,
4091 standard_output_file.
4092 * gdb.mi/mi-var-rtti.exp: Use standard_testfile.
4093 * gdb.mi/mi-watch-nonstop.exp: Use standard_testfile.
4094 * gdb.mi/mi-watch.exp: Use standard_testfile.
4095 * gdb.mi/mi2-amd64-entry-value.exp: Use standard_testfile.
4096 * gdb.mi/mi2-basics.exp: Use standard_testfile.
4097 * gdb.mi/mi2-break.exp: Use standard_testfile.
4098 * gdb.mi/mi2-cli.exp: Use standard_testfile.
4099 * gdb.mi/mi2-console.exp: Use standard_testfile.
4100 * gdb.mi/mi2-disassemble.exp: Use standard_testfile.
4101 * gdb.mi/mi2-eval.exp: Use standard_testfile.
4102 * gdb.mi/mi2-file.exp: Use standard_testfile.
4103 * gdb.mi/mi2-pthreads.exp: Use standard_testfile.
4104 * gdb.mi/mi2-read-memory.exp: Use standard_testfile.
4105 * gdb.mi/mi2-regs.exp: Use standard_testfile.
4106 * gdb.mi/mi2-return.exp: Use standard_testfile.
4107 * gdb.mi/mi2-simplerun.exp: Use standard_testfile.
4108 * gdb.mi/mi2-stack.exp: Use standard_testfile.
4109 * gdb.mi/mi2-stepi.exp: Use standard_testfile.
4110 * gdb.mi/mi2-syn-frame.exp: Use standard_testfile.
4111 * gdb.mi/mi2-until.exp: Use standard_testfile.
4112 * gdb.mi/mi2-var-block.exp: Use standard_testfile.
4113 * gdb.mi/mi2-var-child.exp: Use standard_testfile.
4114 * gdb.mi/mi2-var-cmd.exp: Use standard_testfile.
4115 * gdb.mi/mi2-var-display.exp: Use standard_testfile.
4116 * gdb.mi/mi2-watch.exp: Use standard_testfile.
4117
4118 2012-07-10 Tom Tromey <tromey@redhat.com>
4119
4120 * gdb.cp/abstract-origin.exp: Use standard_testfile.
4121 * gdb.cp/ambiguous.exp: Use standard_testfile,
4122 prepare_for_testing.
4123 * gdb.cp/annota2.exp: Use standard_testfile, prepare_for_testing.
4124 * gdb.cp/annota3.exp: Use standard_testfile, prepare_for_testing.
4125 * gdb.cp/anon-ns.exp: Use standard_testfile.
4126 * gdb.cp/anon-struct.exp: Use standard_testfile.
4127 * gdb.cp/anon-union.exp: Use standard_testfile,
4128 prepare_for_testing.
4129 * gdb.cp/arg-reference.exp: Use standard_testfile,
4130 prepare_for_testing.
4131 * gdb.cp/bool.exp: Use standard_testfile, prepare_for_testing.
4132 * gdb.cp/breakpoint.exp: Use standard_testfile,
4133 prepare_for_testing.
4134 * gdb.cp/bs15503.exp: Use standard_testfile, prepare_for_testing.
4135 * gdb.cp/call-c.exp: Use standard_testfile, clean_restart,
4136 standard_output_file.
4137 * gdb.cp/casts.exp: Use standard_testfile, prepare_for_testing.
4138 * gdb.cp/class2.exp: Use standard_testfile, prepare_for_testing.
4139 * gdb.cp/classes.exp: Use standard_testfile, prepare_for_testing.
4140 (test_static_members): Update.
4141 * gdb.cp/cmpd-minsyms.exp: Use standard_testfile.
4142 * gdb.cp/converts.exp: Use standard_testfile.
4143 * gdb.cp/cp-relocate.exp: Use standard_testfile.
4144 * gdb.cp/cpcompletion.exp: Use standard_testfile,
4145 prepare_for_testing.
4146 * gdb.cp/cpexprs.exp: Use standard_testfile, prepare_for_testing.
4147 * gdb.cp/cplabel.exp: Use standard_testfile.
4148 * gdb.cp/cplusfuncs.exp: Use standard_testfile,
4149 prepare_for_testing.
4150 * gdb.cp/ctti.exp: Use standard_testfile, prepare_for_testing.
4151 * gdb.cp/derivation.exp: Use standard_testfile,
4152 prepare_for_testing.
4153 * gdb.cp/destrprint.exp: Use standard_testfile.
4154 * gdb.cp/dispcxx.exp: Use standard_testfile.
4155 * gdb.cp/exception.exp: Use standard_testfile,
4156 prepare_for_testing.
4157 * gdb.cp/expand-psymtabs-cxx.exp: Use standard_testfile.
4158 * gdb.cp/extern-c.exp: Use standard_testfile,
4159 prepare_for_testing.
4160 * gdb.cp/formatted-ref.exp: Use standard_testfile,
4161 prepare_for_testing.
4162 * gdb.cp/fpointer.exp: Use standard_testfile.
4163 * gdb.cp/gdb1355.exp: Use standard_testfile, prepare_for_testing.
4164 * gdb.cp/gdb2384.exp: Use standard_testfile, clean_restart,
4165 standard_output_file.
4166 * gdb.cp/gdb2495.exp: Use standard_testfile, prepare_for_testing.
4167 * gdb.cp/hang.exp: Use standard_testfile, prepare_for_testing.
4168 * gdb.cp/infcall-dlopen.exp: Use standard_testfile,
4169 standard_output_file.
4170 * gdb.cp/inherit.exp: Use standard_testfile, prepare_for_testing.
4171 (do_tests): Update.
4172 * gdb.cp/koenig.exp: Use standard_testfile.
4173 * gdb.cp/local.exp: Use standard_testfile, prepare_for_testing.
4174 * gdb.cp/m-data.exp: Use standard_testfile, prepare_for_testing.
4175 * gdb.cp/m-static.exp: Use standard_testfile,
4176 prepare_for_testing.
4177 * gdb.cp/mb-ctor.exp: Use standard_testfile, prepare_for_testing.
4178 * gdb.cp/mb-inline.exp: Use standard_testfile,
4179 prepare_for_testing.
4180 * gdb.cp/mb-templates.exp: Use standard_testfile,
4181 prepare_for_testing.
4182 * gdb.cp/member-ptr.exp: Use standard_testfile,
4183 prepare_for_testing.
4184 * gdb.cp/meth-typedefs.exp: Use standard_testfile.
4185 * gdb.cp/method.exp: Use standard_testfile, prepare_for_testing.
4186 * gdb.cp/method2.exp: Use standard_testfile.
4187 * gdb.cp/minsym-fallback.exp: Use standard_testfile,
4188 standard_output_file.
4189 * gdb.cp/misc.exp: Use standard_testfile, prepare_for_testing.
4190 (do_tests): Update.
4191 * gdb.cp/namespace-enum.exp: Use standard_testfile,
4192 prepare_for_testing.
4193 * gdb.cp/namespace-nested-import.exp: Use standard_testfile,
4194 prepare_for_testing.
4195 * gdb.cp/namespace.exp: Use standard_testfile,
4196 prepare_for_testing.
4197 * gdb.cp/nextoverthrow.exp: Use standard_testfile.
4198 * gdb.cp/no-dmgl-verbose.exp: Use standard_testfile.
4199 * gdb.cp/nsdecl.exp: Use standard_testfile, prepare_for_testing.
4200 * gdb.cp/nsimport.exp: Use standard_testfile,
4201 prepare_for_testing.
4202 * gdb.cp/nsnested.exp: Use standard_testfile.
4203 * gdb.cp/nsnoimports.exp: Use standard_testfile.
4204 * gdb.cp/nsrecurs.exp: Use standard_testfile,
4205 prepare_for_testing.
4206 * gdb.cp/nsstress.exp: Use standard_testfile,
4207 prepare_for_testing.
4208 * gdb.cp/nsusing.exp: Use standard_testfile, prepare_for_testing.
4209 * gdb.cp/operator.exp: Use standard_testfile.
4210 * gdb.cp/oranking.exp: Use standard_testfile.
4211 * gdb.cp/overload-const.exp: Use standard_testfile.
4212 * gdb.cp/overload.exp: Use standard_testfile,
4213 prepare_for_testing.
4214 * gdb.cp/ovldbreak.exp: Use standard_testfile.
4215 * gdb.cp/ovsrch.exp: Use standard_testfile.
4216 * gdb.cp/paren-type.exp: Use standard_testfile.
4217 * gdb.cp/pass-by-ref.exp: Use standard_testfile,
4218 prepare_for_testing.
4219 * gdb.cp/pr-1023.exp: Use standard_testfile, prepare_for_testing.
4220 * gdb.cp/pr-1210.exp: Use standard_testfile, prepare_for_testing.
4221 * gdb.cp/pr-574.exp: Use standard_testfile, prepare_for_testing.
4222 * gdb.cp/pr10687.exp: Use standard_testfile, clean_restart.
4223 * gdb.cp/pr10728.exp: Use standard_testfile,
4224 standard_output_file.
4225 * gdb.cp/pr12028.exp: Use standard_testfile.
4226 * gdb.cp/pr9067.exp: Use standard_testfile, prepare_for_testing.
4227 * gdb.cp/pr9167.exp: Use standard_testfile.
4228 * gdb.cp/pr9631.exp: Use standard_testfile, prepare_for_testing.
4229 * gdb.cp/printmethod.exp: Use standard_testfile,
4230 prepare_for_testing.
4231 * gdb.cp/psmang.exp: Use standard_testfile, clean_restart.
4232 * gdb.cp/psymtab-parameter.exp: Use standard_testfile.
4233 * gdb.cp/ptype-cv-cp.exp: Use standard_testfile.
4234 * gdb.cp/re-set-overloaded.exp: Use standard_testfile,
4235 standard_output_file.
4236 * gdb.cp/readnow-language.exp: Use standard_testfile.
4237 * gdb.cp/ref-params.exp: Use standard_testfile, build_executable.
4238 (gdb_start_again): Use clean_restart.
4239 * gdb.cp/ref-types.exp: Use standard_testfile,
4240 prepare_for_testing.
4241 * gdb.cp/rtti.exp: Use standard_testfile, prepare_for_testing.
4242 * gdb.cp/shadow.exp: Use standard_testfile, prepare_for_testing.
4243 * gdb.cp/smartp.exp: Use standard_testfile.
4244 * gdb.cp/static-method.exp: Use standard_testfile.
4245 * gdb.cp/static-print-quit.exp: Use standard_testfile.
4246 * gdb.cp/temargs.exp: Use standard_testfile.
4247 * gdb.cp/templates.exp: Use standard_testfile,
4248 prepare_for_testing.
4249 (do_tests): Update.
4250 * gdb.cp/try_catch.exp: Use standard_testfile,
4251 prepare_for_testing.
4252 * gdb.cp/typedef-operator.exp: Use standard_testfile.
4253 * gdb.cp/userdef.exp: Use standard_testfile, prepare_for_testing.
4254 * gdb.cp/virtbase.exp: Use standard_testfile,
4255 prepare_for_testing.
4256 * gdb.cp/virtfunc.exp: Use standard_testfile,
4257 prepare_for_testing.
4258 (do_tests): Update.
4259 * gdb.cp/virtfunc2.exp: Use standard_testfile,
4260 prepare_for_testing.
4261
4262 2012-07-10 Tom Tromey <tromey@redhat.com>
4263
4264 * lib/gdb.exp (standard_testfile): Unset output variables from
4265 earlier invocations.
4266
4267 2012-07-10 Yao Qi <yao@codesourcery.com>
4268
4269 * gdb.mi/gdb2549.exp: Remove -DFAKEARGV from compilation flags.
4270 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp: Likewise.
4271 * gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp: Likewise.
4272 * gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp: Likewise.
4273 * gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp: Likewise.
4274 * gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp: Likewise.
4275 * gdb.mi/mi-return.exp, gdb.mi/mi-reverse.exp: Likewise.
4276 * gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp: Likewise.
4277 * gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp: Likewise.
4278 * gdb.mi/mi-until.exp, gdb.mi/mi-var-block.exp: Likewise.
4279 * gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp: Likewise.
4280 * gdb.mi/mi-var-display.exp: Likewise.
4281 * gdb.mi/mi-var-invalidate.exp: Likewise.
4282 * gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp: Likewise.
4283 * gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp: Likewise.
4284 * gdb.mi/mi2-console.exp: Likewise.
4285 * gdb.mi/mi2-disassemble.exp: Likewise.
4286 * gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp: Likewise.
4287 * gdb.mi/mi2-read-memory.exp: Likewise.
4288 * gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp: Likewise.
4289 * gdb.mi/mi2-simplerun.exp: Likewise.
4290 * gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp: Likewise.
4291 * gdb.mi/mi2-syn-frame.exp: Likewise.
4292 * gdb.mi/mi2-until.exp, gdb.mi/mi2-var-block.exp: Likewise.
4293 * gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp: Likewise.
4294 * gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp: Likewise.
4295
4296 2012-07-09 Tom Tromey <tromey@redhat.com>
4297
4298 * gdb.base/whatis.exp: Add error checks for improper 'void' uses.
4299 * gdb.base/callfuncs.exp: Add cast-based test.
4300 * gdb.base/callfuncs.c (voidfunc): New function.
4301
4302 2012-07-08 Doug Evans <dje@google.com>
4303
4304 * gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
4305
4306 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4307
4308 Fix XFAIL compatibility with old i386 systems.
4309 * gdb.base/stale-infcall.exp (test system longjmp tracking support):
4310 Check also 'Cannot insert breakpoint 0'.
4311
4312 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4313
4314 PR 14321
4315 * gdb.base/find.exp
4316 (find int64_search_buf, +64/8*100, int64_search_buf): New test.
4317
4318 2012-07-06 Tom Tromey <tromey@redhat.com>
4319
4320 * gdb.base/whatis.exp: Add test.
4321
4322 2012-07-06 Tom Tromey <tromey@redhat.com>
4323
4324 * gdb.base/whatis.exp: Add regression test.
4325
4326 2012-07-06 Tom Tromey <tromey@redhat.com>
4327
4328 * gdb.base/whatis.exp: Add tests.
4329
4330 2012-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4331
4332 PR 12649
4333 * gdb.base/dprintf.exp (Set dprintf style to agent): Add missing
4334 gdb_test_multiple $gdb_prompt terminator.
4335
4336 2012-07-04 Pedro Alves <palves@redhat.com>
4337
4338 * gdb.mi/mi-reverse.exp: Use supports_reverse and
4339 supports_process_record.
4340
4341 2012-07-04 Pedro Alves <palves@redhat.com>
4342
4343 * gdb.ada/packed_tagged/comp_bug.adb: Convert to unix text line
4344 endings.
4345 * gdb.mi/mi-reverse.exp: Convert to unix text line endings.
4346
4347 2012-07-03 Stan Shebs <stan@codesourcery.com>
4348
4349 * gdb.base/info-os.c (main): Retry resource acquisition until an
4350 available one is found.
4351 * gdb.base/info-os.exp: Collect resource keys from the program
4352 and use them in matching.
4353
4354 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4355
4356 * gdb.threads/gcore-thread.exp: Remove variable libthread_db_seen.
4357 Wrap the test into loop for corefile and core0file.
4358
4359 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4360
4361 * gdb.dwarf2/fission-reread.S: Remove .section attributes.
4362 Change CU pointer size to 4 bytes, adjust .8byte to .4byte. Remove
4363 .note.GNU-stack.
4364
4365 * gdb.dwarf2/fission-reread.S: Change # comments to /* */ comments.
4366
4367 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
4368
4369 * gdb.base/help.exp (help b, help br, help bre, help brea, help
4370 break): Include help message for the new `-probe' and `-probe-stap'
4371 options.
4372
4373 2012-07-02 Stan Shebs <stan@codesourcery.com>
4374
4375 * gdb.base/dprintf.exp: Add agent style tests.
4376
4377 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4378
4379 * gdb.base/stale-infcall.c (infcall): New label test-next.
4380 (main): New labels test-pass and test-fail.
4381 * gdb.base/stale-infcall.exp: Continue to test-next. Put breakpoint
4382 $test_fail_bpnum to test-fail.
4383 (test system longjmp tracking support): New test.
4384 Delete $test_fail_bpnum.
4385 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept also Temporary
4386 breakpoint.
4387
4388 2012-06-30 Doug Evans <dje@google.com>
4389
4390 * gdb.dwarf2/fission-reread.S: New file.
4391 * gdb.dwarf2/fission-reread.exp: New file.
4392
4393 2012-06-28 Stan Shebs <stan@codesourcery.com>
4394
4395 * gdb.mi/mi-logging.exp: New file.
4396
4397 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4398 Pedro Alves <palves@redhat.com>
4399
4400 * gdb.threads/siginfo-threads.exp: New file.
4401 * gdb.threads/siginfo-threads.c: New file.
4402 * gdb.threads/sigstep-threads.exp: New file.
4403 * gdb.threads/sigstep-threads.c: New file.
4404
4405 2012-06-28 Tom Tromey <tromey@redhat.com>
4406
4407 * gdb.go/package.exp: Partially revert earlier patch; use
4408 gdb_compile again. Use standard_output_file.
4409
4410 2012-06-27 Doug Evans <dje@google.com>
4411
4412 * gdb.dwarf2/fission-base.c: New file.
4413 * gdb.dwarf2/fission-base.S: New file.
4414 * gdb.dwarf2/fission-base.exp: New file.
4415
4416 2012-06-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4417
4418 * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile.
4419
4420 2012-06-27 Tom Tromey <tromey@redhat.com>
4421
4422 * gdb.base/macscp1.c (macscp_expr): Add breakpoint comment.
4423 * gdb.base/macscp.exp (maybe_kfail): Add test for macro scope.
4424
4425 2012-06-27 Tom Tromey <tromey@redhat.com>
4426
4427 * gdb.dwarf2/pr10770.exp: Use standard_testfile.
4428 * gdb.dwarf2/dw2-var-zero-addr.exp: Use standard_testfile.
4429 * gdb.dwarf2/dw2-param-error.exp: Use standard_testfile.
4430 * gdb.dwarf2/dw2-op-call.exp: Use standard_testfile.
4431 * gdb.dwarf2/dw2-inline-param.exp: Use standard_testfile,
4432 prepare_for_testing.
4433 * gdb.dwarf2/dw2-inline-break.exp: Use standard_testfile.
4434 * gdb.dwarf2/dw2-ifort-parameter.exp: Use standard_testfile.
4435 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Use
4436 standard_testfile.
4437 * gdb.dwarf2/dw2-case-insensitive.exp: Use standard_testfile.
4438 * gdb.dwarf2/dw4-sig-types.exp: Use standard_testfile.
4439 * gdb.dwarf2/dw2-objfile-overlap.exp: Use standard_testfile.
4440 * gdb.dwarf2/callframecfa.exp: Use standard_testfile,
4441 prepare_for_testing.
4442 * gdb.dwarf2/dup-psym.exp: Use standard_testfile.
4443 * gdb.dwarf2/dw2-ada-ffffffff.exp: Use standard_testfile.
4444 * gdb.dwarf2/dw2-anonymous-func.exp: Use standard_testfile.
4445 * gdb.dwarf2/dw2-bad-parameter-type.exp: Use standard_testfile.
4446 * gdb.dwarf2/dw2-basic.exp: Use standard_testfile.
4447 * gdb.dwarf2/dw2-compressed.exp: Use standard_testfile.
4448 * gdb.dwarf2/dw2-const.exp: Use standard_testfile.
4449 * gdb.dwarf2/dw2-cu-size.exp: Use standard_testfile.
4450 * gdb.dwarf2/dw2-double-set-die-type.exp: Use standard_testfile.
4451 * gdb.dwarf2/dw2-empty-namespace.exp: Use standard_testfile.
4452 * gdb.dwarf2/dw2-empty-pc-range.exp: Use standard_testfile.
4453 * gdb.dwarf2/dw2-filename.exp: Use standard_testfile.
4454 * gdb.dwarf2/dw2-icc-opaque.exp: Use standard_testfile.
4455 * gdb.dwarf2/dw2-inheritance.exp: Use standard_testfile.
4456 * gdb.dwarf2/dw2-intercu.exp: Use standard_testfile.
4457 * gdb.dwarf2/dw2-intermix.exp: Use standard_testfile.
4458 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use standard_testfile.
4459 * gdb.dwarf2/dw2-modula2-self-type.exp: Use standard_testfile.
4460 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use standard_testfile.
4461 * gdb.dwarf2/dw2-op-stack-value.exp: Use standard_testfile.
4462 * gdb.dwarf2/dw2-producer.exp: Use standard_testfile.
4463 * gdb.dwarf2/dw2-ranges.exp: Use standard_testfile,
4464 standard_output_file.
4465 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use standard_testfile,
4466 standard_output_file.
4467 * gdb.dwarf2/dw2-restore.exp: Use standard_testfile.
4468 * gdb.dwarf2/dw2-simple-locdesc.exp: Use standard_testfile.
4469 * gdb.dwarf2/dw2-skip-prologue.exp: Use standard_testfile.
4470 * gdb.dwarf2/dw2-stack-boundary.exp: Use standard_testfile.
4471 * gdb.dwarf2/dw2-strp.exp: Use standard_testfile.
4472 * gdb.dwarf2/dw4-sig-type-unused.exp: Use standard_testfile.
4473 * gdb.dwarf2/implptr-64bit.exp: Use standard_testfile.
4474 * gdb.dwarf2/implptr-optimized-out.exp: Use standard_testfile.
4475 * gdb.dwarf2/implptr.exp: Use standard_testfile.
4476 * gdb.dwarf2/mac-fileno.exp: Use standard_testfile.
4477 * gdb.dwarf2/member-ptr-forwardref.exp: Use standard_testfile.
4478 * gdb.dwarf2/pieces.exp: Use standard_testfile.
4479 * gdb.dwarf2/pr11465.exp: Use standard_testfile.
4480 * gdb.dwarf2/pr13961.exp: Use standard_testfile.
4481 * gdb.dwarf2/valop.exp: Use standard_testfile,
4482 prepare_for_testing.
4483
4484 2012-06-27 Tom Tromey <tromey@redhat.com>
4485
4486 * gdb.python/python.exp: Fix regexps in pagination tests.
4487
4488 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4489
4490 * gdb.python/py-symtab.exp: Add tests to test the new attribute
4491 'last' of gdb.Symtab_and_line.
4492 * gdb.python/py-symbol.c: Move break point comment to enable
4493 testing of gdb.Symtab_and_line.last.
4494
4495 2012-06-26 Tom Tromey <tromey@redhat.com>
4496
4497 * gdb.threads/step.c: Remove.
4498 * gdb.threads/step.exp: Remove.
4499 * gdb.threads/step2.exp: Remove.
4500
4501 2012-06-26 Tom Tromey <tromey@redhat.com>
4502
4503 * gdb.threads/watchpoint-fork.exp (test): Use
4504 standard_output_file. Don't declare objdir.
4505 * gdb.threads/attach-into-signal.exp: Use standard_testfile,
4506 standard_output_file.
4507 * gdb.threads/attach-stopped.exp: Use standard_testfile.
4508 * gdb.threads/bp_in_thread.exp: Use standard_testfile,
4509 clean_restart. Remove incdir.
4510 * gdb.threads/corethreads.exp: Use standard_testfile.
4511 * gdb.threads/execl.exp: Use standard_testfile,
4512 standard_output_file, clean_restart.
4513 * gdb.threads/fork-child-threads.exp: Use standard_testfile,
4514 clean_restart.
4515 * gdb.threads/fork-thread-pending.exp: Use standard_testfile,
4516 clean_restart.
4517 * gdb.threads/gcore-thread.exp: Use standard_testfile. Remove
4518 incdir.
4519 * gdb.threads/hand-call-in-threads.exp: Use standard_testfile,
4520 clean_restart. Remove incdir.
4521 * gdb.threads/ia64-sigill.exp: Use standard_testfile.
4522 * gdb.threads/interrupted-hand-call.exp: Use standard_testfile,
4523 clean_restart. Remove incdir.
4524 * gdb.threads/killed.exp: Use standard_testfile, clean_restart.
4525 Remove incdir.
4526 * gdb.threads/leader-exit.exp: Use standard_testfile.
4527 * gdb.threads/linux-dp.exp: Use standard_testfile, clean_restart.
4528 * gdb.threads/local-watch-wrong-thread.exp: Use standard_testfile,
4529 clean_restart.
4530 * gdb.threads/manythreads.exp: Use standard_testfile,
4531 clean_restart. Remove incdir.
4532 * gdb.threads/multi-create.exp: Use standard_testfile,
4533 clean_restart.
4534 * gdb.threads/no-unwaited-for-left.exp: Use standard_testfile.
4535 * gdb.threads/non-ldr-exc-1.exp: Use standard_testfile.
4536 * gdb.threads/non-ldr-exc-2.exp: Use standard_testfile.
4537 * gdb.threads/non-ldr-exc-3.exp: Use standard_testfile.
4538 * gdb.threads/non-ldr-exc-4.exp: Use standard_testfile.
4539 * gdb.threads/pending-step.exp: Use standard_testfile,
4540 clean_restart. Remove incdir.
4541 * gdb.threads/print-threads.exp: Use standard_testfile,
4542 clean_restart. Remove incdir.
4543 * gdb.threads/pthread_cond_wait.exp: Use standard_testfile,
4544 clean_restart. Remove incdir.
4545 * gdb.threads/pthreads.exp: Use standard_testfile, clean_restart.
4546 Remove incdir.
4547 * gdb.threads/schedlock.exp: Use standard_testfile. Remove
4548 incdir.
4549 * gdb.threads/sigthread.exp: Use standard_testfile,
4550 clean_restart.
4551 * gdb.threads/staticthreads.exp: Use standard_testfile,
4552 clean_restart. Remove incdir.
4553 * gdb.threads/switch-threads.exp: Use standard_testfile,
4554 clean_restart. Remove incdir.
4555 * gdb.threads/thread-execl.exp: Use standard_testfile,
4556 clean_restart. Remove incdir.
4557 * gdb.threads/thread-find.exp: Use standard_testfile,
4558 clean_restart.
4559 * gdb.threads/thread-specific.exp: Use standard_testfile,
4560 clean_restart. Remove incdir.
4561 * gdb.threads/thread-unwindonsignal.exp: Use standard_testfile,
4562 clean_restart. Remove incdir.
4563 * gdb.threads/thread_check.exp: Use standard_testfile,
4564 clean_restart. Remove incdir.
4565 * gdb.threads/thread_events.exp: Use standard_testfile. Remove
4566 incdir.
4567 * gdb.threads/threadapply.exp: Use standard_testfile,
4568 clean_restart. Remove incdir.
4569 * gdb.threads/threxit-hop-specific.exp: Use standard_testfile,
4570 clean_restart. Remove incdir.
4571 * gdb.threads/tls-nodebug.exp: Use standard_testfile,
4572 clean_restart.
4573 * gdb.threads/tls-shared.exp: Use standard_testfile,
4574 clean_restart, standard_output_file.
4575 * gdb.threads/tls-var.exp: Use standard_testfile,
4576 standard_output_file.
4577 * gdb.threads/tls.exp: Use standard_testfile, clean_restart.
4578 Remove incdir.
4579 * gdb.threads/watchthreads-reorder.exp: Use standard_testfile.
4580 * gdb.threads/watchthreads.exp: Use standard_testfile. Remove
4581 incdir.
4582 * gdb.threads/watchthreads2.exp: Use standard_testfile,
4583 clean_restart. Remove incdir.
4584
4585 2012-06-26 Tom Tromey <tromey@redhat.com>
4586
4587 * gdb.trace/actions.exp: Use standard_testfile.
4588 * gdb.trace/ax.exp: Use standard_testfile.
4589 * gdb.trace/backtrace.exp: Use standard_testfile.
4590 * gdb.trace/change-loc.exp: Use standard_testfile.
4591 * gdb.trace/circ.exp: Use standard_testfile, prepare_for_testing.
4592 * gdb.trace/collection.exp: Use standard_testfile,
4593 prepare_for_testing.
4594 * gdb.trace/deltrace.exp: Use standard_testfile.
4595 * gdb.trace/disconnected-tracing.exp: Use standard_testfile.
4596 * gdb.trace/ftrace.exp: Use standard_testfile.
4597 * gdb.trace/infotrace.exp: Use standard_testfile.
4598 * gdb.trace/packetlen.exp: Use standard_testfile.
4599 * gdb.trace/passc-dyn.exp: Use standard_testfile.
4600 * gdb.trace/passcount.exp: Use standard_testfile.
4601 * gdb.trace/pending.exp: Use standard_testfile.
4602 * gdb.trace/report.exp: Use standard_testfile.
4603 * gdb.trace/save-trace.exp: Use standard_testfile.
4604 * gdb.trace/stap-trace.exp: Use standard_testfile.
4605 * gdb.trace/status-stop.exp: Use standard_testfile.
4606 * gdb.trace/strace.exp: Use standard_testfile.
4607 * gdb.trace/tfile.exp: Use standard_testfile.
4608 * gdb.trace/tfind.exp: Use standard_testfile.
4609 * gdb.trace/trace-break.exp: Use standard_testfile.
4610 * gdb.trace/trace-mt.exp: Use standard_testfile.
4611 * gdb.trace/tracecmd.exp: Use standard_testfile.
4612 * gdb.trace/tspeed.exp: Use standard_testfile.
4613 * gdb.trace/tstatus.exp: Use standard_testfile.
4614 * gdb.trace/tsv.exp: Use standard_testfile.
4615 * gdb.trace/unavailable.exp: Use standard_testfile,
4616 prepare_for_testing.
4617 * gdb.trace/while-dyn.exp: Use standard_testfile.
4618 * gdb.trace/while-stepping.exp: Use standard_testfile.
4619
4620 2012-06-26 Tom Tromey <tromey@redhat.com>
4621
4622 * gdb.reverse/break-precsave.exp: Use standard_testfile.
4623 * gdb.reverse/break-reverse.exp: Use standard_testfile.
4624 * gdb.reverse/consecutive-precsave.exp: Use standard_testfile.
4625 * gdb.reverse/consecutive-reverse.exp: Use standard_testfile.
4626 * gdb.reverse/finish-precsave.exp: Use standard_testfile.
4627 * gdb.reverse/finish-reverse-bkpt.exp: Use standard_testfile.
4628 * gdb.reverse/finish-reverse.exp: Use standard_testfile.
4629 * gdb.reverse/i386-precsave.exp: Use standard_testfile,
4630 prepare_for_testing.
4631 * gdb.reverse/i386-reverse.exp: Use standard_testfile,
4632 prepare_for_testing.
4633 * gdb.reverse/i386-sse-reverse.exp: Use standard_testfile,
4634 prepare_for_testing.
4635 * gdb.reverse/i387-env-reverse.exp: Use standard_testfile,
4636 prepare_for_testing.
4637 * gdb.reverse/i387-stack-reverse.exp: Use standard_testfile,
4638 prepare_for_testing
4639 * gdb.reverse/machinestate-precsave.exp: Use standard_testfile.
4640 * gdb.reverse/machinestate.exp: Use standard_testfile.
4641 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Use standard_testfile.
4642 * gdb.reverse/sigall-precsave.exp: Use standard_testfile,
4643 build_executable.
4644 * gdb.reverse/sigall-reverse.exp: Use standard_testfile,
4645 build_executable.
4646 * gdb.reverse/solib-precsave.exp: Use standard_testfile,
4647 standard_output_file.
4648 * gdb.reverse/solib-reverse.exp: Use standard_testfile,
4649 standard_output_file.
4650 * gdb.reverse/step-precsave.exp: Use standard_testfile.
4651 * gdb.reverse/step-reverse.exp: Use standard_testfile.
4652 * gdb.reverse/until-precsave.exp: Use standard_testfile.
4653 * gdb.reverse/until-reverse.exp: Use standard_testfile.
4654 * gdb.reverse/watch-precsave.exp: Use standard_testfile.
4655 * gdb.reverse/watch-reverse.exp: Use standard_testfile.
4656
4657 2012-06-26 Tom Tromey <tromey@redhat.com>
4658
4659 * gdb.stabs/weird.exp: Remove directory-checking code. Use
4660 standard_output_file.
4661 * gdb.stabs/exclfwd.exp: Use standard_testfile,
4662 prepare_for_testing. Remove directory-checking code.
4663
4664 2012-06-25 Tom Tromey <tromey@redhat.com>
4665
4666 * gdb.multi/watchpoint-multi.exp: Use standard_testfile.
4667 * gdb.multi/bkpt-multi-exec.exp: Use standard_output_file. Use
4668 build_executable, not prepare_for_testing.
4669 * gdb.multi/base.exp: Use standard_output_file. Use
4670 build_executable, not prepare_for_testing.
4671
4672 2012-06-25 Tom Tromey <tromey@redhat.com>
4673
4674 * gdb.fortran/subarray.exp: Use standard_testfile,
4675 prepare_for_testing.
4676 * gdb.fortran/multi-dim.exp: Use standard_testfile.
4677 * gdb.fortran/module.exp: Use standard_testfile.
4678 * gdb.fortran/logical.exp: Use standard_testfile.
4679 * gdb.fortran/library-module.exp: Use standard_testfile,
4680 standard_output_file.
4681 * gdb.fortran/derived-type.exp: Use standard_testfile,
4682 prepare_for_testing.
4683 * gdb.fortran/complex.exp: Use standard_testfile,
4684 prepare_for_testing.
4685 * gdb.fortran/charset.exp: Use standard_testfile.
4686 * gdb.fortran/array-element.exp: Use standard_testfile,
4687 prepare_for_testing.
4688
4689 2012-06-25 Keith Seitz <keiths@redhat.com>
4690
4691 * gdb.mi/mi-break.exp (test_rbreak_creation_and_listing):
4692 Change rbreak-related tests to KFAIL and add bugzilla numbers.
4693
4694 2012-06-25 Tom Tromey <tromey@redhat.com>
4695
4696 * gdb.pascal/integers.exp: Use standard_testfile, clean_restart.
4697 * gdb.pascal/hello.exp: Use standard_testfile, clean_restart.
4698 * gdb.pascal/gdb11492.exp: Use standard_testfile, clean_restart.
4699 * gdb.pascal/floats.exp: Use standard_testfile, clean_restart.
4700
4701 2012-06-25 Tom Tromey <tromey@redhat.com>
4702
4703 * gdb.linespec/ls-errs.exp: Use standard_testfile.
4704 * gdb.linespec/ls-dollar.exp: Use standard_testfile.
4705 * gdb.linespec/linespec.exp: Use standard_testfile.
4706
4707 2012-06-25 Tom Tromey <tromey@redhat.com>
4708
4709 * gdb.modula2/unbounded-array.exp: Use standard_testfile,
4710 prepare_for_testing.
4711
4712 2012-06-25 Tom Tromey <tromey@redhat.com>
4713
4714 * gdb.opt/clobbered-registers-O2.exp: Use standard_testfile,
4715 prepare_for_testing.
4716 * gdb.opt/inline-break.exp: Use standard_testfile,
4717 prepare_for_testing.
4718 * gdb.opt/inline-bt.exp: Use standard_testfile,
4719 prepare_for_testing.
4720 * gdb.opt/inline-cmds.exp: Use standard_testfile,
4721 prepare_for_testing.
4722 * gdb.opt/inline-locals.exp: Use standard_testfile,
4723 prepare_for_testing.
4724
4725 2012-06-25 Tom Tromey <tromey@redhat.com>
4726
4727 * gdb.asm/asm-source.exp: Use standard_output_file,
4728 standard_testfile. Construct .o files in proper subdir.
4729
4730 2012-06-25 Tom Tromey <tromey@redhat.com>
4731
4732 * gdb.server/ext-attach.exp: Use standard_testfile,
4733 prepare_for_testing.
4734 * gdb.server/ext-run.exp: Use standard_testfile,
4735 build_executable.
4736 * gdb.server/file-transfer.exp: Use standard_testfile,
4737 prepare_for_testing.
4738 * gdb.server/server-exec-info.exp: Use standard_testfile.
4739 * gdb.server/server-mon.exp: Use standard_testfile,
4740 prepare_for_testing.
4741 * gdb.server/server-run.exp: Use standard_testfile,
4742 build_executable.
4743 * gdb.server/solib-list.exp: Use standard_testfile,
4744 standard_output_file.
4745
4746 2012-06-25 Tom Tromey <tromey@redhat.com>
4747
4748 * lib/gdb.exp (standard_output_file): Use "file join".
4749 * gdb.go/chan.exp: Use standard_testfile.
4750 * gdb.go/handcall.exp: Use standard_testfile.
4751 * gdb.go/hello.exp: Use standard_testfile.
4752 * gdb.integers/chan.exp: Use standard_testfile.
4753 * gdb.go/methods.exp: Use standard_testfile.
4754 * gdb.go/package.exp: Use standard_testfile.
4755 * gdb.go/strings.exp: Use standard_testfile.
4756 * gdb.go/types.exp: Use standard_testfile.
4757 * gdb.go/unsafe.exp: Use standard_testfile.
4758
4759 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
4760
4761 * gdb.arch/arm-disp-step.S: Fix use of .global directives.
4762
4763 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4764
4765 Fix regression by the previous commit.
4766 * gdb.python/lib-types.exp: Add c++ to the compilation flags.
4767
4768 2012-06-22 Tom Tromey <tromey@redhat.com>
4769
4770 * gdb.python/lib-types.exp: Use standard_testfile,
4771 prepare_for_testing.
4772 * gdb.python/py-block.exp: Use standard_testfile.
4773 * gdb.python/py-breakpoint.exp: Use standard_testfile.
4774 * gdb.python/py-events.exp: Use standard_testfile,
4775 standard_output_file.
4776 * gdb.python/py-evsignal.exp: Use standard_testfile.
4777 * gdb.python/py-evethreads.exp: Use standard_testfile.
4778 * gdb.python/py-explore-cc.exp: Use standard_testfile.
4779 * gdb.python/py-explore.exp: Use standard_testfile.
4780 * gdb.python/py-finish-breakpoint.exp: Use standard_testfile,
4781 standard_output_file.
4782 * gdb.python/py-finish-breakpoint2.exp: Use standard_testfile,
4783 prepare_for_testing.
4784 * gdb.python/py-frame-inline.exp: Use standard_testfile.
4785 * gdb.python/py-frame.exp: Use standard_testfile.
4786 * gdb.python/py-inferior.exp: Use standard_testfile.
4787 * gdb.python/py-infthread.exp: Use standard_testfile.
4788 * gdb.python/py-mi.exp: Use standard_testfile.
4789 * gdb.python/py-objfile-script.exp: Use standard_testfile,
4790 build_executable.
4791 * gdb.python/py-objfile.exp: Use standard_testfile.
4792 * gdb.python/py-pp-maint.exp: Use standard_testfile,
4793 prepare_for_testing.
4794 * gdb.python/py-prettyprint.exp: Use standard_testfile.
4795 * gdb.python/py-progspace.exp: Use standard_testfile,
4796 build_executable.
4797 * gdb.python/py-prompt.exp: Use standard_testfile,
4798 build_executable.
4799 * gdb.python/py-section-script.exp: Use standard_testfile,
4800 build_executable.
4801 * gdb.python/py-shared.exp: Use standard_testfile,
4802 standard_output_file, clean_restart.
4803 * gdb.python/py-symbol.exp: Use standard_output_file,
4804 prepare_for_testing.
4805 * gdb.python/py-symtab.exp: Use standard_output_file,
4806 prepare_for_testing
4807 * gdb.python/py-template.exp: Use standard_testfile.
4808 * gdb.python/py-type.exp: Use standard_testfile.
4809 * gdb.python/py-value-cc.exp: Use standard_testfile.
4810 * gdb.python/py-value.exp: Use standard_testfile.
4811 * gdb.python/python.exp: Use standard_testfile, build_executable.
4812
4813 2012-06-22 Tom Tromey <tromey@redhat.com>
4814
4815 * gdb.objc/basicclass.exp: Use standard_testfile.
4816 (do_objc_tests): Don't declare objdir.
4817 * gdb.objc/nondebug.exp: Use standard_testfile.
4818 (do_objc_tests): Don't declare objdir.
4819 * gdb.objc/objcdecode.exp: Use standard_testfile.
4820 (do_objc_tests): Don't declare objdir.
4821
4822 2012-06-22 Tom Tromey <tromey@redhat.com>
4823
4824 * gdb.java/jmain.exp: Use standard_testfile.
4825 * gdb.java/jmisc.exp: Use standard_testfile.
4826 * gdb.java/jnpe.exp: Use standard_testfile.
4827 * gdb.java/jprint.exp: Use standard_testfile.
4828
4829 2012-06-22 Tom Tromey <tromey@redhat.com>
4830
4831 * lib/gdb.exp (default_gdb_init): Set gdb_test_file_name.
4832 (standard_output_file, standard_testfile): New procs.
4833 (build_executable, clean_restart): Use standard_output_file.
4834
4835 2012-06-22 Yao Qi <yao@codesourcery.com>
4836
4837 * boards/native-gdbserver.exp: New proc ${board}_exec.
4838 * boards/native-stdio-gdbserver.exp: Likewise.
4839
4840 2012-06-21 Tom Tromey <tromey@redhat.com>
4841
4842 * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests)
4843 (build_executable): Update.
4844 (get_compiler_info): Remove 'binfile' argument.
4845 * gdb.ada/arrayidx.exp: Update.
4846 * gdb.ada/null_array.exp: Update.
4847 * gdb.arch/altivec-abi.exp: Update.
4848 * gdb.arch/altivec-regs.exp: Update.
4849 * gdb.arch/amd64-byte.exp: Update.
4850 * gdb.arch/amd64-dword.exp: Update.
4851 * gdb.arch/amd64-word.exp: Update.
4852 * gdb.arch/i386-avx.exp: Update.
4853 * gdb.arch/i386-byte.exp: Update.
4854 * gdb.arch/i386-sse.exp: Update.
4855 * gdb.arch/i386-word.exp: Update.
4856 * gdb.arch/ppc-dfp.exp: Update.
4857 * gdb.arch/ppc-fp.exp: Update.
4858 * gdb.arch/vsx-regs.exp: Update.
4859 * gdb.base/all-bin.exp: Update.
4860 * gdb.base/annota1.exp: Update.
4861 * gdb.base/async.exp: Update.
4862 * gdb.base/attach.exp: Update.
4863 * gdb.base/break-interp.exp: Update.
4864 * gdb.base/call-ar-st.exp: Update.
4865 * gdb.base/call-rt-st.exp: Update.
4866 * gdb.base/call-sc.exp: Update.
4867 * gdb.base/callfuncs.exp: Update.
4868 * gdb.base/catch-load.exp: Update.
4869 * gdb.base/completion.exp: Update.
4870 * gdb.base/complex.exp: Update.
4871 * gdb.base/condbreak.exp: Update.
4872 * gdb.base/consecutive.exp: Update.
4873 * gdb.base/constvars.exp: Update.
4874 * gdb.base/corefile.exp: Update.
4875 * gdb.base/eval-skip.exp: Update.
4876 * gdb.base/expand-psymtabs.exp: Update.
4877 * gdb.base/exprs.exp: Update.
4878 * gdb.base/fileio.exp: Update.
4879 * gdb.base/fixsection.exp: Update.
4880 * gdb.base/funcargs.exp: Update.
4881 * gdb.base/gdb11530.exp: Update.
4882 * gdb.base/gdb1555.exp: Update.
4883 * gdb.base/gnu-ifunc.exp: Update.
4884 * gdb.base/gnu_vector.exp: Update.
4885 * gdb.base/info-macros.exp: Update.
4886 * gdb.base/jit-simple.exp: Update.
4887 * gdb.base/jit-so.exp: Update.
4888 * gdb.base/jit.exp: Update.
4889 * gdb.base/langs.exp: Update.
4890 * gdb.base/list.exp: Update.
4891 * gdb.base/logical.exp: Update.
4892 * gdb.base/long_long.exp: Update.
4893 * gdb.base/longjmp.exp: Update.
4894 * gdb.base/macscp.exp: Update.
4895 * gdb.base/mips_pro.exp: Update.
4896 * gdb.base/miscexprs.exp: Update.
4897 * gdb.base/morestack.exp: Update.
4898 * gdb.base/nodebug.exp: Update.
4899 * gdb.base/opaque.exp: Update.
4900 * gdb.base/pc-fp.exp: Update.
4901 * gdb.base/pending.exp: Update.
4902 * gdb.base/permissions.exp: Update.
4903 * gdb.base/pointers.exp: Update.
4904 * gdb.base/prelink.exp: Update.
4905 * gdb.base/printcmds.exp: Update.
4906 * gdb.base/psymtab.exp: Update.
4907 * gdb.base/ptype.exp: Update.
4908 * gdb.base/relational.exp: Update.
4909 * gdb.base/scope.exp: Update.
4910 * gdb.base/setvar.exp: Update.
4911 * gdb.base/shlib-call.exp: Update.
4912 * gdb.base/shreloc.exp: Update.
4913 * gdb.base/signals.exp: Update.
4914 * gdb.base/sizeof.exp: Update.
4915 * gdb.base/so-impl-ld.exp: Update.
4916 * gdb.base/so-indr-cl.exp: Update.
4917 * gdb.base/solib-disc.exp: Update.
4918 * gdb.base/solib-display.exp: Update.
4919 * gdb.base/solib-nodir.exp: Update.
4920 * gdb.base/solib-overlap.exp: Update.
4921 * gdb.base/solib-symbol.exp: Update.
4922 * gdb.base/solib-weak.exp: Update.
4923 * gdb.base/solib.exp: Update.
4924 * gdb.base/store.exp: Update.
4925 * gdb.base/structs.exp: Update.
4926 * gdb.base/structs2.exp: Update.
4927 * gdb.base/type-opaque.exp: Update.
4928 * gdb.base/unload.exp: Update.
4929 * gdb.base/varargs.exp: Update.
4930 * gdb.base/volatile.exp: Update.
4931 * gdb.base/watch_thread_num.exp: Update.
4932 * gdb.base/watchpoint-solib.exp: Update.
4933 * gdb.base/watchpoint.exp: Update.
4934 * gdb.base/watchpoints.exp: Update.
4935 * gdb.base/whatis.exp: Update.
4936 * gdb.cell/arch.exp: Update.
4937 * gdb.cell/break.exp: Update.
4938 * gdb.cell/bt.exp: Update.
4939 * gdb.cell/core.exp: Update.
4940 * gdb.cell/data.exp: Update.
4941 * gdb.cell/ea-cache.exp: Update.
4942 * gdb.cell/f-regs.exp: Update.
4943 * gdb.cell/fork.exp: Update.
4944 * gdb.cell/gcore.exp: Update.
4945 * gdb.cell/mem-access.exp: Update.
4946 * gdb.cell/ptype.exp: Update.
4947 * gdb.cell/registers.exp: Update.
4948 * gdb.cell/sizeof.exp: Update.
4949 * gdb.cell/solib-symbol.exp: Update.
4950 * gdb.cell/solib.exp: Update.
4951 * gdb.cp/ambiguous.exp: Update.
4952 * gdb.cp/breakpoint.exp: Update.
4953 * gdb.cp/bs15503.exp: Update.
4954 * gdb.cp/casts.exp: Update.
4955 * gdb.cp/class2.exp: Update.
4956 * gdb.cp/cpexprs.exp: Update.
4957 * gdb.cp/cplusfuncs.exp: Update.
4958 * gdb.cp/ctti.exp: Update.
4959 * gdb.cp/dispcxx.exp: Update.
4960 * gdb.cp/gdb1355.exp: Update.
4961 * gdb.cp/gdb2384.exp: Update.
4962 * gdb.cp/gdb2495.exp: Update.
4963 * gdb.cp/infcall-dlopen.exp: Update.
4964 * gdb.cp/local.exp: Update.
4965 * gdb.cp/m-data.exp: Update.
4966 * gdb.cp/m-static.exp: Update.
4967 * gdb.cp/mb-ctor.exp: Update.
4968 * gdb.cp/mb-inline.exp: Update.
4969 * gdb.cp/mb-templates.exp: Update.
4970 * gdb.cp/member-ptr.exp: Update.
4971 * gdb.cp/method.exp: Update.
4972 * gdb.cp/namespace.exp: Update.
4973 * gdb.cp/nextoverthrow.exp: Update.
4974 * gdb.cp/nsdecl.exp: Update.
4975 * gdb.cp/nsrecurs.exp: Update.
4976 * gdb.cp/nsstress.exp: Update.
4977 * gdb.cp/nsusing.exp: Update.
4978 * gdb.cp/pr-1023.exp: Update.
4979 * gdb.cp/pr-1210.exp: Update.
4980 * gdb.cp/pr-574.exp: Update.
4981 * gdb.cp/pr9631.exp: Update.
4982 * gdb.cp/printmethod.exp: Update.
4983 * gdb.cp/psmang.exp: Update.
4984 * gdb.cp/re-set-overloaded.exp: Update.
4985 * gdb.cp/rtti.exp: Update.
4986 * gdb.cp/shadow.exp: Update.
4987 * gdb.cp/templates.exp: Update.
4988 * gdb.cp/try_catch.exp: Update.
4989 * gdb.dwarf2/dw2-ranges.exp: Update.
4990 * gdb.dwarf2/pr10770.exp: Update.
4991 * gdb.fortran/library-module.exp: Update.
4992 * gdb.hp/gdb.aCC/optimize.exp: Update.
4993 * gdb.hp/gdb.aCC/watch-cmd.exp: Update.
4994 * gdb.hp/gdb.base-hp/callfwmall.exp: Update.
4995 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Update.
4996 * gdb.hp/gdb.base-hp/pxdb.exp: Update.
4997 * gdb.hp/gdb.base-hp/sized-enum.exp: Update.
4998 * gdb.hp/gdb.base-hp/so-thresh.exp: Update.
4999 * gdb.hp/gdb.compat/xdb1.exp: Update.
5000 * gdb.hp/gdb.compat/xdb2.exp: Update.
5001 * gdb.hp/gdb.compat/xdb3.exp: Update.
5002 * gdb.hp/gdb.defects/bs14602.exp: Update.
5003 * gdb.hp/gdb.defects/solib-d.exp: Update.
5004 * gdb.hp/gdb.objdbg/objdbg01.exp: Update.
5005 * gdb.hp/gdb.objdbg/objdbg02.exp: Update.
5006 * gdb.hp/gdb.objdbg/objdbg03.exp: Update.
5007 * gdb.hp/gdb.objdbg/objdbg04.exp: Update.
5008 * gdb.mi/gdb792.exp: Update.
5009 * gdb.mi/mi-pending.exp: Update.
5010 * gdb.mi/mi-solib.exp: Update.
5011 * gdb.mi/mi-var-cp.exp: Update.
5012 * gdb.opt/clobbered-registers-O2.exp: Update.
5013 * gdb.opt/inline-bt.exp: Update.
5014 * gdb.opt/inline-cmds.exp: Update.
5015 * gdb.opt/inline-locals.exp: Update.
5016 * gdb.python/py-events.exp: Update.
5017 * gdb.python/py-finish-breakpoint.exp: Update.
5018 * gdb.python/py-type.exp: Update.
5019 * gdb.reverse/solib-precsave.exp: Update.
5020 * gdb.reverse/solib-reverse.exp: Update.
5021 * gdb.server/solib-list.exp: Update.
5022 * gdb.stabs/weird.exp: Update.
5023 * gdb.threads/attach-into-signal.exp: Update.
5024 * gdb.threads/attach-stopped.exp: Update.
5025 * gdb.threads/tls-shared.exp: Update.
5026 * gdb.trace/change-loc.exp: Update.
5027 * gdb.trace/strace.exp: Update.
5028
5029 2012-06-19 Tom Tromey <tromey@redhat.com>
5030
5031 * gdb.base/whatis.exp: Add tests.
5032
5033 2012-06-19 Tom Tromey <tromey@redhat.com>
5034
5035 * gdb.cp/m-static.cc (keepalive): New function.
5036 (gnu_obj_1::method): Use it.
5037
5038 2012-06-18 Doug Evans <dje@google.com>
5039
5040 * gdb.base/info-fun.exp: New file.
5041 * gdb.base/info-fun.c: New file.
5042 * gdb.base/info-fun-solib.c: New file.
5043
5044 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5045
5046 Remove stale dummy frames.
5047 * gdb.base/call-signal-resume.exp (maintenance print dummy-frames)
5048 (maintenance info breakpoints): New tests.
5049 * gdb.base/stale-infcall.c: New file.
5050 * gdb.base/stale-infcall.exp: New file.
5051
5052 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5053
5054 * gdb.arch/amd64-entry-value-param.S: New file.
5055 * gdb.arch/amd64-entry-value-param.c: New file.
5056 * gdb.arch/amd64-entry-value-param.exp: New file.
5057
5058 2012-06-15 Tom Tromey <tromey@redhat.com>
5059
5060 * gdb.cp/namespace.exp: Add "show lang" test.
5061
5062 2012-06-15 Iain Sandoe <iain@codesourcery.com>
5063
5064 * gdb.base/list.exp (test_listsize): Remove $use_gdb_stub special
5065 case. (top level): Use gdb_file_cmd instead of gdb_load.
5066
5067 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5068
5069 PR tdep/14222
5070 * gdb.arch/i386-sse-stack-align.S: New file.
5071 * gdb.arch/i386-sse-stack-align.c: New file.
5072 * gdb.arch/i386-sse-stack-align.exp: New file.
5073
5074 2012-06-13 Keith Seitz <keiths@redhat.com>
5075
5076 PR breakpoints/13798 and mi/11541
5077 * gdb.linespec/ls-errs.exp: Add a few more tests for
5078 filenames with spaces and colons.
5079
5080 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5081
5082 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
5083 * gdb.cp/cpexprs.cc (class CV, CV::i, ATTRIBUTE_USED, CV_f): New.
5084 (test_function): Call CV_f.
5085 * gdb.cp/cpexprs.exp (p 'CV::m(int)', p CV::m(int))
5086 (p 'CV::m(int) const', p CV::m(int) const, p 'CV::m(int) volatile')
5087 (p CV::m(int) volatile, p 'CV::m(int) const volatile')
5088 (p CV::m(int) const volatile, p CV_f(int), p CV_f(CV::t))
5089 (p CV_f(CV::i)): New tests.
5090
5091 2012-06-13 Tom Tromey <tromey@redhat.com>
5092
5093 * gdb.base/condbreak.exp: Add tests for "condition" completion.
5094
5095 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5096
5097 Fix regression by the "ambiguous linespec" series.
5098 * gdb.base/break.exp (list marker1, break lineno, delete $bpnum): New
5099 tests.
5100
5101 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5102
5103 * lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
5104 missing.
5105
5106 2012-06-11 Tom Tromey <tromey@redhat.com>
5107
5108 * gdb.base/longjmp.c (hidden_longjmp): Move expected catch
5109 location...
5110 (main): ...here.
5111
5112 2012-06-07 Yao Qi <yao@codesourcery.com>
5113
5114 * gdb.trace/strace.exp: Shorten some too-long lines.
5115
5116 2012-06-06 Pedro Alves <palves@redhat.com>
5117
5118 * gdb.threads/clone-new-thread-event.c: New file.
5119 * gdb.threads/clone-new-thread-event.exp: New file.
5120
5121 2012-06-06 Yao Qi <yao@codesourcery.com>
5122
5123 * gdb.base/dprintf.c (main): Add extra parameter when calling
5124 printf and fprintf.
5125 (bar): New function. It is a dead function, but to ensure
5126 'malloc' is linked explicitly.
5127
5128 2012-06-06 Yao Qi <yao@codesourcery.com>
5129
5130 * gdb.base/info-proc.exp: Return if target doesn't support
5131 'info proc'.
5132
5133 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5134
5135 * gdb.base/freebpcmd.exp (set lines): Check valid range of I.
5136 (run program with breakpoint commands): XFAIl if it is not.
5137
5138 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5139
5140 * gdb.base/ctxobj-f.c (GET_VERSION): Introduce local variable
5141 and add comment.
5142 * gdb.base/ctxobj-m.c (main): Rewrite, and add comment.
5143 * gdb.base/ctxobj.exp: Insert breakpoint in ctxobj-f.c using
5144 "STOP" marker. Adjust testing strategy to make it work on
5145 all targets.
5146
5147 * gdb.base/print-file-var-main.c (main): Rewrite using local
5148 variables and adjust get_version_2's return value check.
5149 Add small comment.
5150 * gdb.base/print-file-var.exp: Insert breakpoint using "STOP"
5151 marker. Adjust testing strategy to make it work on all targets.
5152
5153 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5154
5155 * gdb.ada/bad-task-bp-keyword: New testcase.
5156
5157 2012-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5158
5159 * gdb.base/code_elim.exp (add-symbol-file ${testfile1} 0x100000):
5160 Simplify it to ...
5161 (symbol-file ${testfile1}): ... here.
5162 (test eliminated var my_global_symbol)
5163 (test eliminated var my_static_symbol)
5164 (test eliminated var my_global_func, get address of main): Wrap them to
5165 'single psymtabs' and 'single symtabs'
5166 (get address of my_global_symbol, get address of my_static_symbol)
5167 (get address of my_global_func, get address of main): Wrap them to
5168 'order1' and 'order2'.
5169
5170 * gdb.base/code_elim.exp
5171 (add-symbol-file ${testfile1} 0x100000)
5172 (add-symbol-file ${testfile2} 0x200000): Wrap them to 'order1' and
5173 'order2'.
5174 (order1: add-symbol-file ${testfile1} 0x100000)
5175 (order1: add-symbol-file ${testfile2} 0x200000)
5176 (order2: add-symbol-file ${testfile2} 0x200000)
5177 (order2: add-symbol-file ${testfile1} 0x100000): Add -s .data and -s
5178 .bss as appropriate.
5179
5180 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5181
5182 * gdb.server/solib-list-lib.c: New file.
5183 * gdb.server/solib-list-main.c: New file.
5184 * gdb.server/solib-list.exp: New file.
5185
5186 2012-05-25 Maciej W. Rozycki <macro@codesourcery.com>
5187
5188 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
5189 for 'set print symbol' change.
5190
5191 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5192
5193 * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and
5194 .debug_abbrev_seg3.
5195
5196 2012-05-24 John Steele Scott <toojays@toojays.net>
5197
5198 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
5199 * gdb.dwarf2/dw2-icc-opaque.S: New file.
5200 * gdb.dwarf2/dw2-icc-opaque.exp: New file.
5201
5202 2012-05-23 Stan Shebs <stan@codesourcery.com>
5203
5204 * gdb.mi/mi-info-os.exp: New file.
5205
5206 2012-05-23 Keith Seitz <keiths@redhat.com>
5207
5208 * gdb.trace/stap-trace.exp: If compile_stap_bin fails,
5209 return -1 to suppress the rest of the tests.
5210 (compile_stap_bin): Return boolean success value.
5211
5212 2012-05-21 Tom Tromey <tromey@redhat.com>
5213
5214 * gdb.cp/inherit.exp (test_print_mi_members): Expect errors.
5215 Remove kfails.
5216 (test_print_mi_member_types): Likewise.
5217
5218 2012-05-21 Tom Tromey <tromey@redhat.com>
5219
5220 * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
5221 print symbol' change.
5222
5223 2012-05-18 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
5224
5225 * gdb.python/py-prompt.exp: Quit if the target is remote.
5226
5227 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5228
5229 Fix ERROR: internal buffer is full.
5230 * gdb.base/info-os.exp (expect_multiline): New function.
5231 (get process list, get process groups, get threads)
5232 (get file descriptors, get internet-domain sockets)
5233 (get shared-memory regions, get semaphores, get message queues): Use
5234 it for these tests.
5235
5236 2012-05-18 Tom Tromey <tromey@redhat.com>
5237
5238 * gdb.mi/mi-var-cmd.exp: Update.
5239 * gdb.objc/basicclass.exp (do_objc_tests): Update.
5240 * gdb.cp/virtbase.exp: Update.
5241 * gdb.cp/classes.exp (test_static_members): Update.
5242 * gdb.cp/casts.exp: Update.
5243 * gdb.base/pointers.exp: Update.
5244 * gdb.base/funcargs.exp (pointer_args): Update.
5245 (structs_by_reference): Update.
5246 * gdb.base/find.exp: Update.
5247 * gdb.base/call-strs.exp: Send "set print symbol off".
5248 * gdb.base/call-ar-st.exp: Update.
5249 * gdb.ada/fun_addr.exp: Update.
5250 * gdb.base/printcmds.exp (test_print_symbol): New proc.
5251 Call it.
5252 (test_print_repeats_10, test_print_strings)
5253 (test_print_char_arrays): Update.
5254
5255 2012-05-18 Tom Tromey <tromey@redhat.com>
5256
5257 * gdb.base/charset.exp (string_display): Update.
5258
5259 2012-05-18 Tom Tromey <tromey@redhat.com>
5260
5261 * gdb.mi/mi2-var-display.exp: Update.
5262 * gdb.mi/mi-var-display.exp: Update.
5263 * gdb.mi/mi-var-child.exp: Update.
5264 * gdb.cp/expand-psymtabs-cxx.exp: Update.
5265 * gdb.cp/cp-relocate.exp (get_func_address): Update.
5266
5267 2012-05-17 Doug Evans <dje@google.com>
5268
5269 * info-macros.exp: Pass "debug" to prepare_for_testing.
5270
5271 * Makefile.in (clean): Remove Fission .dwo and .dwp files.
5272 * gdb.ada/Makefile.in (clean): Ditto.
5273 * gdb.arch/Makefile.in (clean): Ditto.
5274 * gdb.asm/Makefile.in (clean): Ditto.
5275 * gdb.base/Makefile.in (clean): Ditto.
5276 * gdb.cell/Makefile.in (clean): Ditto.
5277 * gdb.cp/Makefile.in (clean): Ditto.
5278 * gdb.disasm/Makefile.in (clean): Ditto.
5279 * gdb.dwarf2/Makefile.in (clean): Ditto.
5280 * gdb.fortran/Makefile.in (clean): Ditto.
5281 * gdb.go/Makefile.in (clean): Ditto.
5282 * gdb.hp/Makefile.in (clean): Ditto.
5283 * gdb.hp/gdb.aCC/Makefile.in (clean): Ditto.
5284 * gdb.hp/gdb.base-hp/Makefile.in (clean): Ditto.
5285 * gdb.hp/gdb.compat/Makefile.in (clean): Ditto.
5286 * gdb.hp/gdb.defects/Makefile.in (clean): Ditto.
5287 * gdb.hp/gdb.objdbg/Makefile.in (clean): Ditto.
5288 * gdb.java/Makefile.in (clean): Ditto.
5289 * gdb.linespec/Makefile.in (clean): Ditto.
5290 * gdb.mi/Makefile.in (clean): Ditto.
5291 * gdb.modula2/Makefile.in (clean): Ditto.
5292 * gdb.multi/Makefile.in (clean): Ditto.
5293 * gdb.objc/Makefile.in (clean): Ditto.
5294 * gdb.opencl/Makefile.in (clean): Ditto.
5295 * gdb.opt/Makefile.in (clean): Ditto.
5296 * gdb.pascal/Makefile.in (clean): Ditto.
5297 * gdb.python/Makefile.in (clean): Ditto.
5298 * gdb.reverse/Makefile.in (clean): Ditto.
5299 * gdb.server/Makefile.in (clean): Ditto.
5300 * gdb.stabs/Makefile.in (clean): Ditto.
5301 * gdb.threads/Makefile.in (clean): Ditto.
5302 * gdb.trace/Makefile.in (clean): Ditto.
5303 * gdb.xml/Makefile.in (clean): Ditto.
5304
5305 2012-05-16 Tom Tromey <tromey@redhat.com>
5306
5307 * gdb.base/macscp1.c (macscp_expr): Add comment.
5308 * gdb.base/macscp.exp: Test __FILE__ and __LINE__.
5309
5310 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
5311
5312 * gdb.base/return-nodebug.exp: Also test float and double types.
5313
5314 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5315
5316 PR testsuite/12649
5317 * gdb.base/dprintf.exp: Replace gdb_run_cmd by runto main.
5318
5319 * gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
5320
5321 2012-05-14 Sergio Durigan Junior <sergiodj@redhat.com>
5322
5323 * gdb.base/stap-probe.exp (stap_test): Remove calls to
5324 `rerun_to_main'.
5325 (stap_test_no_debuginfo): Likewise.
5326
5327 2012-05-14 Stan Shebs <stan@codesourcery.com>
5328
5329 * gdb.base/dprintf.c: New file.
5330 * gdb.base/dprintf.exp: New file.
5331
5332 2012-05-14 Hui Zhu <hui_zhu@mentor.com>
5333
5334 * gdb.trace/Makefile.in (PROGS): Add disconnected-tracing.
5335 * gdb.trace/disconnected-tracing.c: New file.
5336 * gdb.trace/disconnected-tracing.exp: New file.
5337
5338 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
5339
5340 * gdb.python/python.c: Add a new breakpoint comment.
5341 * gdb.python/python.exp: Add tests to test gdb.find_pc_line.
5342
5343 2011-12-26 Kwok Cheung Yeung <kcy@codesourcery.com>
5344
5345 * gdb.base/info-os.exp: New file.
5346 * gdb.base/info-os.c: New file.
5347
5348 2012-05-10 Joel Brobecker <brobecker@adacore.com>
5349
5350 * gdb.base/print-file-var-lib1.c, gdb.base/print-file-var-lib2.c,
5351 gdb.base/print-file-var-main.c, gdb.base/print-file-var.exp:
5352 New files.
5353
5354 2012-05-10 Joel Brobecker <brobecker@adacore.com>
5355
5356 * gdb.base/ctxobj-f.c, gdb.base/ctxobj-m.c, gdb.base/ctxobj-v.c,
5357 gdb.base/ctxobj.exp: New files.
5358
5359 2012-05-09 Tom Tromey <tromey@redhat.com>
5360
5361 * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
5362
5363 2012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
5364
5365 * lib/gdb.exp (gdb_test_multiple): Correct formatting.
5366
5367 2012-05-08 Maciej W. Rozycki <macro@codesourcery.com>
5368
5369 * gdb.mi/mi-var-display.exp: Check for the existence of $fp
5370 before using it.
5371
5372 2012-05-04 Tristan Gingold <gingold@adacore.com>
5373
5374 * gdb.base/set-noassign.exp: New test.
5375
5376 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
5377
5378 * gdb.python/py-symbol.exp: Add tests to test the new methods
5379 gdb.Symtab.global_block() and gdb.Symtab.static_block().
5380 * gdb.python/py-symbol.c: Add new struct to help test
5381 gdb.Symtab.static_block().
5382
5383 2012-05-03 Doug Evans <dje@google.com>
5384
5385 * gdb.dwarf2/pr13961.S: Add file and source location, but leave
5386 commented out.
5387
5388 2012-05-03 Yao Qi <yao@codesourcery.com>
5389
5390 * gdb.base/catch-syscall.exp: Skip it before compilation if target
5391 doesn't support.
5392 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
5393 * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
5394
5395 2012-05-03 Yao Qi <yao@codesourcery.com>
5396
5397 * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
5398
5399 2012-04-30 Doug Evans <dje@google.com>
5400
5401 PR testsuite/13961
5402 * gdb.dwarf2/pr13961.S: New file.
5403 * gdb.dwarf2/pr13961.exp: New file.
5404
5405 2012-04-29 Yao Qi <yao@codesourcery.com>
5406
5407 * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
5408
5409 2012-04-28 Doug Evans <dje@google.com>
5410
5411 * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
5412 .Ltype_int_in_cu2. Use name "int2" instead of "int".
5413 All uses updated.
5414 * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
5415 "ptype func_cu1" to expand cu2 before cu1.
5416
5417 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
5418 Tom Tromey <tromey@redhat.com>
5419
5420 * gdb.base/default.exp: Add `$_probe_arg*' convenience
5421 variables.
5422 * gdb.base/stap-probe.c: New file.
5423 * gdb.base/stap-probe.exp: New file.
5424 * gdb.trace/stap-trace.c: New file.
5425 * gdb.trace/stap-trace.exp: New file.
5426 * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
5427 libgcc's unwinder.
5428
5429 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
5430
5431 * gdb.arch/mips16-thunks-inmain.c: New file.
5432 * gdb.arch/mips16-thunks-main.c: New file.
5433 * gdb.arch/mips16-thunks-sin.c: New file.
5434 * gdb.arch/mips16-thunks-sinfrob.c: New file.
5435 * gdb.arch/mips16-thunks-sinfrob16.c: New file.
5436 * gdb.arch/mips16-thunks-sinmain.c: New file.
5437 * gdb.arch/mips16-thunks-sinmips16.c: New file.
5438 * gdb.arch/mips16-thunks.exp: New file.
5439
5440 2012-04-25 Doug Evans <dje@google.com>
5441
5442 * configure.ac: Create gdb.go/Makefile.
5443 * configure: Regenerate.
5444 * gdb.base/default.exp: Add "go" to "set language" testing.
5445 * gdb.go/Makefile.in: New file.
5446 * gdb.go/basic-types.exp: New file.
5447 * gdb.go/chan.exp: New file.
5448 * gdb.go/chan.go: New file.
5449 * gdb.go/handcall.exp: New file.
5450 * gdb.go/handcall.go: New file.
5451 * gdb.go/hello.exp: New file.
5452 * gdb.go/hello.go: New file.
5453 * gdb.go/integers.exp: New file.
5454 * gdb.go/integers.go: New file.
5455 * gdb.go/methods.exp: New file.
5456 * gdb.go/methods.go: New file.
5457 * gdb.go/package.exp: New file.
5458 * gdb.go/package1.go: New file.
5459 * gdb.go/package2.go: New file.
5460 * gdb.go/print.exp: New file.
5461 * gdb.go/strings.exp: New file.
5462 * gdb.go/strings.go: New file.
5463 * gdb.go/types.exp: New file.
5464 * gdb.go/types.go: New file.
5465 * gdb.go/unsafe.exp: New file.
5466 * gdb.go/unsafe.go: New file.
5467 * lib/future.exp: Add Go support.
5468 (gdb_find_go, gdb_find_go_linker): New procs.
5469 (gdb_default_target_compile): Add Go support.
5470 * lib/gdb.exp (skip_go_tests): New proc.
5471 * lib/go.exp: New file.
5472
5473 2012-04-25 Tom Tromey <tromey@redhat.com>
5474
5475 * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
5476
5477 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
5478 Jan Kratochvil <jan.kratochvil@redhat.com>
5479
5480 PR symtab/7259:
5481 * gdb.base/enumval.c: New test case.
5482 * gdb.base/enumval.exp: New test case.
5483 * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
5484 field.bitpos.
5485
5486 2012-04-17 Pedro Alves <palves@redhat.com>
5487
5488 * Makefile.in (site.exp): Make site.exp source
5489 $srcdir/lib/append_gdb_boards_dir.exp.
5490 * lib/append_gdb_boards_dir.exp: New file.
5491
5492 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5493
5494 New option "set auto-load safe-path".
5495 * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
5496 * gdb.python/py-section-script.exp (set auto-load safe-path): New.
5497
5498 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5499
5500 auto-load: Implementation.
5501 * gdb.base/help.exp (test set height): Increase the height.
5502 * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
5503 to ...
5504 (info auto-load python-scripts): ... here.
5505 * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
5506 to ...
5507 (info auto-load python-scripts *): ... here.
5508
5509 2012-04-16 Yao Qi <yao@codesourcery.com>
5510
5511 * lib/trace-support.exp (get_in_proc_agent): New.
5512 * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
5513 of in process trace agent.
5514 * gdb.trace/ftrace.exp: Likewise.
5515 * gdb.trace/pending.exp: Likewise.
5516 * gdb.trace/trace-break.exp: Likewise.
5517 * gdb.trace/trace-mt.exp
5518 * gdb.trace/tspeed.exp: Likewise.
5519 * gdb.trace/tstatus.exp
5520 * gdb.trace/strace.exp: Likewise.
5521
5522 2012-04-16 Thomas Schwinge <thomas@codesourcery.com>
5523
5524 * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
5525 symbol _stack is defined. Get rid of a hard-coded constant for _stack.
5526
5527 * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
5528
5529 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
5530
5531 PR mi/13393
5532 * gdb.mi/mi-var-rtti.cc: New file.
5533 * gdb.mi/mi-var-rtti.exp: New file.
5534 * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
5535 function.
5536 (mi_varobj_update_with_type_change): updated to avoid code duplication.
5537
5538 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
5539
5540 * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
5541 EXECUTABLES.
5542 * gdb.python/py-explore.c: C program used for testing the new
5543 'explore' command on C constructs.
5544 * gdb.python/py-explore.cc: C++ program used for testing the new
5545 'explore' command on C++ constructs.
5546 * gdb-python/py-explore.exp: Tests for the new 'explore'
5547 command on C constructs.
5548 * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
5549 command on C++ constructs.
5550
5551 2012-04-07 Mark Kettenis <kettenis@gnu.org>
5552
5553 * gdb.base/funcargs.exp (complex_args): Fix typo.
5554
5555 2012-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5556
5557 * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
5558 (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
5559
5560 2012-04-05 Keith Seitz <keiths@redhat.com>
5561
5562 * gdb.base/advance.exp: Update error message for
5563 "advance malformed" test.
5564 * gdb.base/break.exp: Likewise for "breakpoint with
5565 trailing garbage" test.
5566 * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
5567 with trailing garbage" test.
5568 * gdb.base/sepdebug.exp: Likewise for "breakpoint with
5569 trailng garbage" test.
5570 * gdb.base/until.exp: Likewise for "malformed until" test.
5571 * gdb.cp/ovldbreak.exp: Create the breakpoint table
5572 for "breakpoint info (after setting on all)".
5573 * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
5574 tests.
5575 * gdb.cp/cplabel.cc: New file.
5576 * gdb.cp/cplabel.exp: New test.
5577 * gdb.linespec/ls-errs.c: New file.
5578 * gdb.linespec/ls-errs.exp: New test.
5579
5580 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5581
5582 * gdb.trace/unavailable.exp
5583 (collect globals: print object on: print derived_partial)
5584 (collect globals: print object on: print derived_whole)
5585 (collect globals: print object off: print derived_partial)
5586 (collect globals: print object off: print derived_whole): Update
5587 expected output.
5588
5589 2012-03-30 Keith Seitz <keiths@redhat.com>
5590
5591 * gdb.python: Add test for linespecs with commas.
5592
5593 2012-03-28 Keith Seitz <keiths@redhat.com>
5594
5595 * gdb.linespec/ls-dollar.cc: New file.
5596 * gdb.linespec/ls-dollar.exp: New test.
5597
5598 2012-03-28 Keith Seitz <keiths@redhat.com>
5599
5600 * gdb.cp/namespace.exp: Add breakpoint tests for functions
5601 starting with the global namespace.
5602
5603 2012-03-23 Doug Evans <dje@google.com>
5604
5605 * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
5606
5607 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
5608
5609 * gdb.python/py-value.cc: Add test case for testing the
5610 methodology exposing C++ values to Python.
5611 * gdb.python/py-value-cc.exp: Add tests testing the methodology
5612 exposing C++ values to Python.
5613 * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
5614
5615 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5616 Siddhesh Poyarekar <siddhesh@redhat.com>
5617
5618 * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
5619 * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
5620 (generate native core dump): Make the test unsupported if core cannot
5621 be generated.
5622
5623 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5624
5625 * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
5626 for cmdarg_vec = NULL. Remove entries for cmdsize = 1, cmdarg = and
5627 ncmd = 0. New entry for VEC_cleanup cmdarg_s.
5628
5629 2012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
5630
5631 * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
5632
5633 2012-03-17 Doug Evans <dje@google.com>
5634
5635 * dg-extract-results.sh: Handle KFAILs.
5636
5637 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5638
5639 PR symtab/13777
5640 * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
5641
5642 2012-03-16 Joel Brobecker <brobecker@adacore.com>
5643
5644 * gdb.ada/set_pckd_arr_elt: New testcase.
5645
5646 2012-03-16 Gary Benson <gbenson@redhat.com>
5647
5648 PR breakpoints/10738
5649 * gdb.opt/inline-break.exp: New file.
5650 * gdb.opt/inline-break.c: Likewise.
5651 * gdb.dwarf2/dw2-inline-break.exp: Likewise.
5652 * gdb.dwarf2/dw2-inline-break.S: Likewise.
5653 * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
5654 * gdb.base/async-shell.exp: Likewise.
5655 * lib/mi-support.exp (library_loaded_re): Likewise.
5656
5657 2012-03-15 Tom Tromey <tromey@redhat.com>
5658
5659 * gdb.cp/virtfunc2.exp: Update expected output.
5660 * gdb.cp/pr9631.exp: Update expected output.
5661 * gdb.cp/member-ptr.exp: Update expected output.
5662 * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
5663 output.
5664 * gdb.cp/casts.exp: Update expected output.
5665
5666 2012-03-15 Tom Tromey <tromey@redhat.com>
5667
5668 * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
5669 (test_info_vtbl): Likewise.
5670 (do_tests): Call test_info_vtbl.
5671 * gdb.cp/virtfunc.cc (va): New global.
5672
5673 2012-03-15 Thomas Schwinge <thomas@codesourcery.com>
5674
5675 * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
5676 describing DWARF data structures.
5677 * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
5678 * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
5679 * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
5680 * gdb.dwarf2/dw2-entry-value.S: Likewise.
5681 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
5682 * gdb.dwarf2/dw2-param-error.S: Likewise.
5683 * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
5684 * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
5685 * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
5686 * gdb.dwarf2/implptr-optimized-out.S: Likewise.
5687 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
5688 * gdb.dwarf2/pr11465.S: Likewise.
5689
5690 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5691
5692 * gdb.mi/mi2-prompt.exp: New file.
5693
5694 2012-03-13 Joel Brobecker <brobecker@adacore.com>
5695
5696 * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
5697
5698 2012-03-13 Joel Brobecker <brobecker@adacore.com>
5699
5700 * gdb.ada/bp_range_type: New testcase.
5701
5702 2012-03-13 Doug Evans <dje@google.com>
5703
5704 * gdb.base/default.exp: Delete tests for symbol-reloading.
5705 * gdb.base/help.exp: Ditto.
5706 * gdb.base/setshow.exp: Ditto.
5707 * gdb.base/gdb_history: Delete references to symbol-reloading.
5708
5709 2012-03-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5710
5711 * gdb.base/attach-twice.c: New files.
5712 * gdb.base/attach-twice.exp: New files.
5713
5714 2012-03-08 Keith Seitz <keiths@redhat.com>
5715
5716 * lib/gdb.exp (gdb_get_line_number): Throw an
5717 error instead of returning -1.
5718 * gdb.base/break.exp: Remove unused variable
5719 bp_location5.
5720 * gdb.base/hbreak2.exp: Likewise.
5721 * gdb.base/sepdebug.exp: Likewise.
5722
5723 2012-03-08 Yao Qi <yao@codesourcery.com>
5724 Pedro Alves <palves@redhat.com>
5725
5726 Fix PR server/13392.
5727 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
5728 (tracepoint_change_loc_2): Remove kfail. Return if failed to
5729 download tracepoints.
5730 * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
5731 (pending_tracepoint_resolved_during_trace): Likewise.
5732 (pending_tracepoint_installed_during_trace): Likewise.
5733 (pending_tracepoint_with_action_resolved): Likewise.
5734
5735 2012-03-08 Keith Seitz <keiths@redhat.com>
5736
5737 * gdb.ada/array_bounds.exp: Get breakpoint for line
5738 with "START", not "STOP".
5739 * gdb.python/py-infthread.exp: Do not continue to
5740 line marked "Break here.", which is undefined.
5741
5742 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
5743
5744 Revert:
5745
5746 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5747
5748 Implement testsuite workaround for PR breakpoints/13781.
5749 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
5750 (set breakpoint condition-evaluation host): New conditional command.
5751
5752 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5753
5754 Fix CU relative vs. absolute DIE offsets.
5755 * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
5756 one.
5757
5758 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5759
5760 Fix false FAIL on distros with relro linkage as default.
5761 * gdb.reverse/solib-precsave.exp: Try to compile the test using
5762 -Wl,-z,norelro first.
5763
5764 2012-03-06 Joel Brobecker <brobecker@adacore.com>
5765
5766 * gdb.ada/bp_on_var: New testcase.
5767
5768 2012-03-06 Joel Brobecker <brobecker@adacore.com>
5769
5770 * gdb.ada/bp_enum_homonym: New testcase.
5771
5772 2012-03-06 Yao Qi <yao@codesourcery.com>
5773
5774 * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
5775 x86_64-*-* and i?86-*-*.
5776 Set up KFAIL for gdb/13808.
5777
5778 2012-03-05 Tom Tromey <tromey@redhat.com>
5779
5780 * gdb.ada/operator_bp.exp: Clear debug-file-directory.
5781 * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
5782
5783 2012-03-05 Tom Tromey <tromey@redhat.com>
5784
5785 * gdb.java/jprint.java (jprint.main): Keep 'x' live.
5786
5787 2012-03-04 Yao Qi <yao@codesourcery.com>
5788
5789 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
5790 messages for KFAIL.
5791
5792 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5793
5794 * gdb.ada/arrayidx.exp: Call get_compiler_info. New variable old_gcc.
5795 (print one_two_three, indexes off, print few_reps, indexes off)
5796 (print many_reps, indexes off, print empty, indexes off)
5797 (print one_two_three, print few_reps, print many_reps, print empty):
5798 Call setup_xfail if $gcc_old.
5799
5800 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5801
5802 Implement testsuite workaround for PR breakpoints/13781.
5803 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
5804 (set breakpoint condition-evaluation host): New conditional command.
5805
5806 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5807
5808 Code cleanup.
5809 * gdb.cp/mb-templates.exp: New variables executable. Use it for
5810 binfile. use clean_restart. Replace gdb_expect by gdb_test_multiple.
5811 Replace GDB restart by kill and delete_breakpoints. Replace breakpoint
5812 number 1 by $bpnum. Four times.
5813
5814 2012-03-03 Yao Qi <yao@codesourcery.com>
5815
5816 * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
5817
5818 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5819
5820 Setup KFAIL for PR server/13796.
5821 * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
5822
5823 2012-03-02 Joel Brobecker <brobecker@adacore.com>
5824
5825 * gdb.ada/operator_bp: New testcase.
5826
5827 2012-03-02 Joel Brobecker <brobecker@adacore.com>
5828
5829 * gdb.ada/info_locals_renaming: New testcase.
5830
5831 2012-03-02 Tom Tromey <tromey@redhat.com>
5832
5833 * gdb.base/nextoverexit.c: New file.
5834 * gdb.base/nextoverexit.exp: New file.
5835
5836 2012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
5837
5838 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
5839 parameter.
5840
5841 2012-03-01 Maciej W. Rozycki <macro@mips.com>
5842
5843 * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
5844 core registers.
5845
5846 2012-03-01 Maciej W. Rozycki <macro@mips.com>
5847 Maciej W. Rozycki <macro@codesourcery.com>
5848 Daniel Jacobowitz <dan@codesourcery.com>
5849
5850 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
5851
5852 2012-03-01 Pedro Alves <palves@redhat.com>
5853
5854 PR gdb/13767
5855
5856 * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
5857 (gdb_collect_globals_test): Call it.
5858
5859 2012-03-01 Keith Seitz <keiths@redhat.com>
5860
5861 * gdb.cp/method2.exp: Output of overload menu is now
5862 alphabetized. Update tests for "break A::method".
5863 * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
5864 of hard-coding them.
5865 Overload menu is alphabetized: rewrite to accommodate.
5866 Unset variables LINE and TYPES which are used in other tests.
5867 Compute the output of "info break".
5868 Update the breakpoint table after all breakpoints are deleted.
5869 (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
5870 compute ACTUALS and the method body based on parameters.
5871 Update expected output accordingly.
5872 * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
5873 unique comments to allow the use of gdb_get_line_number.
5874
5875 2012-03-01 Keith Seitz <keiths@redhat.com>
5876
5877 * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
5878 some Tcl syntax.
5879 * gdb.cp/ovldbreak.exp: Likewise.
5880
5881 2012-03-01 Keith Seitz <keiths@redhat.com>
5882
5883 * gdb.base/help.exp (help show user): Update expected result
5884 for new doc string changes (add "non-python").
5885
5886 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
5887
5888 * gdb.python/py-cmd.exp: Add test to verify that python commands can
5889 be put in the user-defined category and that the commands appear in
5890 "help user-defined".
5891
5892 2012-02-29 Joel Brobecker <brobecker@adacore.com>
5893
5894 * gdb.ada/tagged_not_init: New testcase.
5895
5896 2012-02-29 Joel Brobecker <brobecker@adacore.com>
5897
5898 * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
5899 * gdb.ada/enum_idx_packed: New testcase.
5900
5901 2012-02-29 Joel Brobecker <brobecker@adacore.com>
5902
5903 * gdb.ada/aliased_array: New testcase.
5904
5905 2012-02-29 Joel Brobecker <brobecker@adacore.com>
5906
5907 * gdb.ada/whatis_array_val: New testcase.
5908
5909 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5910
5911 Fix disp-step-syscall.exp: fork: single step over fork.
5912 * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
5913 whitespaces.
5914 (single step over $syscall): Remove its check.
5915 (single step over $syscall final pc): New check.
5916
5917 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5918
5919 Support processors without SSSE3.
5920 * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
5921 pabsd into ...
5922 (ssse3_test): ... a new function.
5923 (main): Call ssse3_test.
5924 * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
5925 Update expected values everywhere.
5926 (reverse-step to pabsd, verify xmm0 after reverse pabsd)
5927 (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
5928 (reverse-step to pabsw, verify xmm0 after reverse pabsw)
5929 (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
5930 (reverse-step to pabsb, verify xmm0 after reverse pabsb)
5931 (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
5932 Move these tests lower.
5933 (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
5934 (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
5935 (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
5936 New tests.
5937
5938 2012-02-29 Yao Qi <yao@codesourcery.com>
5939 Pedro Alves <palves@redhat.com>
5940
5941 * gdb.trace/trace-mt.c: New.
5942 * gdb.trace/trace-mt.exp: New.
5943
5944 2012-02-28 Thomas Schwinge <thomas@codesourcery.com>
5945
5946 * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
5947 numbers instead of hardcoding them.
5948 * gdb.base/annota1.c: Provide suitable markers.
5949 * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
5950 numbers instead of hardcoding them.
5951 * gdb.base/annota3.c: Provide suitable markers.
5952
5953 * gdb.base/annota1.c [__sh__]: Remove any special-casing.
5954 * gdb.base/annota3.c: Likewise.
5955 * gdb.base/sigall.c: Likewise.
5956 * gdb.base/signals.c: Likewise.
5957 * gdb.reverse/sigall-reverse.c: Likewise.
5958
5959 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
5960
5961 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
5962 failure return path.
5963
5964 2012-02-27 Luis Machado <lgustavo@codesourcery.com>
5965
5966 * gdb.base/save-bp.exp: Account for new condition evaluator output.
5967
5968 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
5969
5970 * gdb.base/cond-eval-mode.exp: New file.
5971
5972 2012-02-24 Pedro Alves <palves@redhat.com>
5973
5974 * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
5975 (top level): Use with_test_prefix.
5976
5977 2012-02-24 Pedro Alves <palves@redhat.com>
5978
5979 * gdb.threads/attach-into-signal.exp (corefunc): Use
5980 with_test_prefix.
5981
5982 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5983
5984 Fix false FAILs on old CPUs without SSE.
5985 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
5986 Return untested for Illegal instruction.
5987
5988 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5989
5990 Fix false FAILs with glibc debug infos installed.
5991 * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
5992 * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
5993
5994 2012-02-22 Sterling Augustine <saugustine@google.com>
5995
5996 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
5997 constant with cast.
5998
5999 2012-02-21 Pedro Alves <palves@redhat.com>
6000
6001 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
6002
6003 2012-02-21 Pedro Alves <palves@redhat.com>
6004
6005 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
6006
6007 2012-02-21 Pedro Alves <palves@redhat.com>
6008
6009 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
6010 with_test_prefix.
6011
6012 2012-02-21 Pedro Alves <palves@redhat.com>
6013
6014 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
6015 with_test_prefix here.
6016 (top level): Do it here instead. Remove `:' from the
6017 with_test_prefix string.
6018 * gdb.base/attach-pie-misread.exp: Remove the leading space the
6019 the suffix `:' from the with_test_prefix prefix string.
6020 * gdb.base/break-interp.exp: Ditto.
6021 * gdb.base/catch-load.exp: Ditto.
6022 * gdb.base/disp-step-syscall.exp: Ditto.
6023 * gdb.base/jit-so.exp: Ditto.
6024 * gdb.base/jit.exp: Ditto.
6025 * gdb.base/sepdebug.exp: Ditto.
6026 * gdb.base/solib-display.exp: Ditto.
6027 * gdb.base/solib-overlap.exp: Ditto.
6028 * gdb.base/watch-cond-infcall.exp: Ditto.
6029 * gdb.base/watchpoint.exp: Ditto.
6030 * gdb.dwarf2/dw2-noloc.exp: Ditto.
6031 * gdb.mi/mi-watch.exp: Ditto.
6032 * gdb.mi/mi2-watch.exp: Ditto.
6033 * gdb.threads/non-ldr-exc-1.exp: Ditto.
6034 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6035 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6036 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6037 * gdb.threads/watchpoint-fork.exp: Ditto.
6038 * gdb.threads/watchthreads-reorder.exp: Ditto.
6039 * gdb.trace/change-loc.exp: Ditto.
6040 * gdb.trace/pending.exp: Ditto.
6041 * gdb.trace/status-stop.exp: Ditto.
6042 * gdb.trace/strace.exp: Ditto.
6043 * gdb.trace/trace-break.exp: Ditto.
6044 * gdb.trace/unavailable.exp: Ditto.
6045 * lib/gdb.exp (with_test_prefix): Always prefix with space and
6046 suffix with colon. Adjust leading comments.
6047
6048 2012-02-21 Pedro Alves <palves@redhat.com>
6049 Tom Tromey <tromey@redhat.com>
6050
6051 * lib/gdb.exp: Add description of test prefixes.
6052 (with_test_prefix): New procedure.
6053 * gdb.arch/altivec-abi.exp: Use with_test_prefix.
6054 * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
6055 * gdb.base/break-interp.exp: Use with_test_prefix. Use append
6056 instead of lappend to append to pf_prefix.
6057 * gdb.base/catch-load.exp: Use with_test_prefix.
6058 * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
6059 * gdb.base/jit-so.exp: Use with_test_prefix.
6060 * gdb.base/jit.exp: Use with_test_prefix.
6061 * gdb.base/return-nodebug.exp (do_test): Use append instead of
6062 lappend to append to pf_prefix.
6063 * gdb.base/sepdebug.exp: Use with_test_prefix.
6064 * gdb.base/solib-display.exp: Use with_test_prefix.
6065 * gdb.base/solib-overlap.exp: Use with_test_prefix.
6066 * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
6067 * gdb.base/watchpoint.exp: Use with_test_prefix.
6068 * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
6069 * gdb.mi/mi-watch.exp: Use with_test_prefix.
6070 * gdb.mi/mi2-watch.exp: Use with_test_prefix.
6071 * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
6072 * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
6073 * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
6074 * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
6075 * gdb.threads/watchpoint-fork.exp: Use with_test_prefix. Use
6076 append instead of lappend to append to pf_prefix.
6077 * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
6078 * gdb.trace/change-loc.exp: Use with_test_prefix.
6079 * gdb.trace/pending.exp: Use with_test_prefix.
6080 * gdb.trace/status-stop.exp: Use with_test_prefix.
6081 * gdb.trace/strace.exp: Use with_test_prefix.
6082 * gdb.trace/trace-break.exp: Use with_test_prefix.
6083 * gdb.trace/unavailable.exp: Use with_test_prefix. Use append
6084 instead of lappend to append to pf_prefix.
6085
6086 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6087
6088 Fix racy FAILs.
6089 * gdb.base/inferior-died.c (main): Add return of 0.
6090 * gdb.base/inferior-died.exp (continue): Fix expectation of
6091 asynchronous events.
6092 (p 1): New test.
6093
6094 2012-02-20 Pedro Alves <palves@redhat.com>
6095
6096 * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
6097 lin-lwp output. Set SIGALRM to stop. Adjust tests to not rely on
6098 gdb's internal debug output. For the non-threaded case, look for
6099 "Program received signal SIGLARM", for the threaded case, peek at
6100 the thread's siginfo.
6101
6102 2012-02-20 Pedro Alves <palves@redhat.com>
6103
6104 General cleanup, make output test messages unique, and build
6105 different executable files for the non-threaded and threaded
6106 cases.
6107
6108 * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
6109 Delete.
6110 (executable_nothr, executable_thr): New globals.
6111 (top level): Adjust to delete both executables.
6112 (corefunc): New parameter $executable. Set $pf_prefix instead of
6113 hand writing a prefix in tests. Issue a clean_restart and enable
6114 lin-lwp debug output here.
6115 (top level): Adjust. Use build_executable. Don't start gdb here,
6116 and don't enable lin-lwp debug output here.
6117 * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
6118
6119 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6120
6121 Fix racy FAILs.
6122 * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
6123 "continue" command.
6124
6125 2012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6126
6127 Fix for gdbserver non-extended mode.
6128 * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
6129 and gdb_run_cmd.
6130
6131 2012-02-17 Tom Tromey <tromey@redhat.com>
6132
6133 * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
6134 * gdb.python/py-events.exp: Check 'dir' output.
6135 * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
6136
6137 2012-02-17 Yao Qi <yao@codesourcery.com>
6138
6139 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
6140
6141 2012-02-16 Tom Tromey <tromey@redhat.com>
6142
6143 * gdb.base/inferior-died.c: Don't include stdio.h.
6144
6145 2012-02-16 Tom Tromey <tromey@redhat.com>
6146
6147 * gdb.base/inferior-died.c: New file.
6148 * gdb.base/inferior-died.exp: New file.
6149
6150 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
6151
6152 * gdb.base/break-inline.exp: New file.
6153 * gdb.base/break-inline.c: New file.
6154
6155 2012-02-15 Tom Tromey <tromey@redhat.com>
6156
6157 * gdb.base/pc-fp.exp: Add "info register" tests.
6158
6159 2012-02-15 Tom Tromey <tromey@redhat.com>
6160
6161 * gdb.base/regs.exp: Remove.
6162
6163 2012-02-15 Pedro Alves <palves@redhat.com>
6164
6165 * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
6166 the target doesn't support tracepoints.
6167 * gdb.trace/circ.exp: Ditto.
6168 * gdb.trace/collection.exp: Ditto.
6169 * gdb.trace/packetlen.exp: Ditto.
6170 * gdb.trace/passc-dyn.exp: Ditto.
6171 * gdb.trace/report.exp: Ditto.
6172 * gdb.trace/tfind.exp: Ditto.
6173 * gdb.trace/tspeed.exp: Ditto.
6174 * gdb.trace/tsv.exp: Ditto.
6175 * gdb.trace/unavailable.exp: Ditto.
6176 * gdb.trace/while-dyn.exp: Ditto.
6177
6178 2012-02-15 Pedro Alves <palves@redhat.com>
6179
6180 * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
6181 gdb_test_multiple, and call unsupported instead of fail, if the
6182 remote side does not support the request.
6183
6184 2012-02-15 Pedro Alves <palves@redhat.com>
6185
6186 * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
6187 * gdb.server/ext-run.exp: Make sure gdb is disconnected.
6188 * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
6189 * gdb.server/server-mon.exp: Make sure gdb is disconnected.
6190 * gdb.server/server-run.exp: Make sure gdb is disconnected.
6191 * lib/gdbserver-support.exp (gdbserver_start_extended): Only
6192 prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
6193 doesn't start with "extended-" already.
6194
6195 2012-02-15 Pedro Alves <palves@redhat.com>
6196
6197 Support extended-remote. Avoid cascading timeouts.
6198
6199 * gdb.base/attach.exp (do_attach_tests): Add expected output for
6200 the extended-remote target. If attaching with no file fails, load
6201 the file manually.
6202 * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
6203
6204 2012-02-14 Stan Shebs <stan@codesourcery.com>
6205
6206 * gdb.base/ena-dis-br.exp: Add enable count test.
6207
6208 2012-02-13 Pedro Alves <palves@redhat.com>
6209
6210 * config/mips-idt.exp: Delete.
6211 * gdb.base/a2-run.exp: Remove mips-idt xfails.
6212 * gdb.base/bitfields.exp: Remove mips-idt restarts.
6213 * gdb.base/break.exp: Remove mips-idt references.
6214 * gdb.base/chng-syms.exp: Ditto.
6215 * gdb.base/default.exp: Ditto.
6216 * gdb.base/funcargs.exp (funcargs_reload): Delete.
6217 (top level): Don't call it.
6218 * gdb.base/opaque.exp: Remove mips-idt restarts.
6219 * gdb.base/ptype.exp: Remove mips-idt xfails.
6220 * gdb.base/scope.exp: Remove mips-idt restarts.
6221 * gdb.base/sepdebug.exp: Remove mips-idt references.
6222 * gdb.base/watchpoint.exp (maybe_clean_restart)
6223 (maybe_reinitialize): Delete.
6224 (test_disabling_watchpoints, test_disabling_watchpoints)
6225 (test_watchpoint_triggered_in_syscall)
6226 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
6227 Don't call them.
6228
6229 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6230
6231 * gdb.server/server-exec-info.exp: New file.
6232
6233 2012-02-10 Pedro Alves <palves@redhat.com>
6234
6235 * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
6236 always non-empty.
6237 (test_attach): Always pass $exec to test_attach_gdb.
6238
6239 2012-02-08 Tom Tromey <tromey@redhat.com>
6240
6241 * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
6242 before inferior is started.
6243
6244 2012-02-07 Tom Tromey <tromey@redhat.com>
6245
6246 * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
6247 Symbol.value.
6248 * gdb.python/py-symbol.c (qq): Set default value.
6249
6250 2012-02-07 Tom Tromey <tromey@redhat.com>
6251
6252 * gdb.python/py-symbol.c (qq): New global.
6253 * gdb.python/py-symbol.exp: Add test for frame-less
6254 lookup_symbol.
6255 * gdb.python/py-symtab.exp: Fix line number.
6256
6257 2012-02-03 Joel Brobecker <brobecker@adacore.com>
6258
6259 * gdb.ada/mi_task_arg: New testcase.
6260
6261 2012-02-02 Pedro Alves <palves@redhat.com>
6262
6263 * gdb.reverse/until-precsave.exp: Also put "record save" under the
6264 extended timeout.
6265
6266 2012-02-02 Pedro Alves <palves@redhat.com>
6267
6268 * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
6269 * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
6270
6271 2012-02-02 Pedro Alves <palves@redhat.com>
6272
6273 * gdb.base/term.exp: Rewrite.
6274 * gdb.base/term.c: New.
6275
6276 2012-02-02 Pedro Alves <palves@redhat.com>
6277
6278 * gdb.base/default.exp (run "r" abbreviation, run): Add
6279 extended-remote expected output.
6280
6281 2012-02-02 Tom Tromey <tromey@redhat.com>
6282
6283 * gdb.cp/dispcxx.exp: New file.
6284 * gdb.cp/dispcxx.cc: New file.
6285
6286 2012-02-01 Tom Tromey <tromey@redhat.com>
6287
6288 * gdb.base/jit-simple.exp: New file.
6289 * gdb.base/jit-simple.c: New file.
6290
6291 2012-01-30 Yao Qi <yao@codesourcery.com>
6292
6293 * gdb.base/skip.exp: Make test result unique.
6294
6295 2012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6296
6297 * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
6298 compatibility with valgrind-3.7.0.
6299
6300 2012-01-27 Pedro Alves <palves@redhat.com>
6301
6302 * gdb.base/watchpoint.exp (no_hw): New global.
6303 (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
6304 disable hw watchpoints.
6305 (test_wide_location_1, test_wide_location_2): If no_hw is set,
6306 don't expect hw watchpoints.
6307 (no_hw_watchpoints): Always clean restart.
6308 (do_tests): New procedure, factored out from the top level.
6309 (top level): Run tests twice. Once with hw watchpoints enabled,
6310 another time with hw watchpoints disabled.
6311
6312 2012-01-27 Pedro Alves <palves@redhat.com>
6313
6314 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
6315 out from the top level.
6316 (top level): Call it instead.
6317
6318 2012-01-27 Pedro Alves <palves@redhat.com>
6319
6320 * gdb.base/watchpoint.exp (top level): Re-enable hardware
6321 watchpoints sooner.
6322
6323 2012-01-27 Pedro Alves <palves@redhat.com>
6324
6325 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
6326
6327 2012-01-27 Pedro Alves <palves@redhat.com>
6328
6329 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
6330 "You may have requested too many hardware
6331 breakpoints/watchpoints".
6332
6333 2012-01-27 Pedro Alves <palves@redhat.com>
6334
6335 * gdb.base/watchpoint.exp (maybe_clean_restart)
6336 (maybe_reinitialize): New.
6337 (test_disabling_watchpoints): Call maybe_reinitialize. Don't
6338 expect "hit N times".
6339 (test_disabling_watchpoints, test_complex_watchpoint)
6340 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
6341 Call maybe_clean_restart.
6342 (top level): Use clean_restart. Remove "mips-idt-*"
6343 reinitialization.
6344
6345 2012-01-27 Pedro Alves <palves@redhat.com>
6346
6347 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
6348
6349 2012-01-27 Pedro Alves <palves@redhat.com>
6350
6351 * gdb.base/watchpoint.exp: Clean restart after tests that don't
6352 require `initialize' anymore. Remove unnecessary `initialize'
6353 calls.
6354
6355 2012-01-27 Pedro Alves <palves@redhat.com>
6356
6357 * gdb.base/watchpoint.exp (wp_set): Delete.
6358 (initialize, test_simple_watchpoint, top level): Remove dead code.
6359
6360 2012-01-27 Pedro Alves <palves@redhat.com>
6361
6362 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
6363 typo.
6364
6365 2012-01-27 Pedro Alves <palves@redhat.com>
6366
6367 * config/extended-gdbserver.exp: New file.
6368 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
6369 comment.
6370 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
6371 * boards/native-extended-gdbserver.exp: New file.
6372
6373 2012-01-26 Pedro Alves <palves@redhat.com>
6374
6375 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
6376 and gdb_test_multiple.
6377
6378 2012-01-26 Pedro Alves <palves@redhat.com>
6379
6380 Make test messages unique, and more identifiable.
6381 * gdb.multi/watchpoint-multi.exp: Change test messages.
6382
6383 2012-01-25 Tom Tromey <tromey@redhat.com>
6384
6385 * gdb.base/solib-disc.exp: Fix regexps.
6386
6387 2012-01-24 Tom Tromey <tromey@redhat.com>
6388
6389 * lib/mi-support.exp (mi_expect_stop): Add special case for
6390 solib-event.
6391 * gdb.base/catch-load-so.c: New file.
6392 * gdb.base/catch-load.exp: New file.
6393 * gdb.base/catch-load.c: New file.
6394 * gdb.base/break-interp.exp (reach_1): Update regexp.
6395
6396 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6397
6398 Fix fuzzy results.
6399 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
6400 lpsimple and func.
6401
6402 2012-01-24 Gary Benson <gbenson@redhat.com>
6403
6404 Delete #if 0'd out code.
6405 * gdb.base/default.exp (info catch): Remove.
6406 * gdb.base/gdb_history (info catch): Likewise.
6407 * gdb.base/help.exp (info catch): Likewise.
6408
6409 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6410
6411 Fix watchpoints to be specific for each inferior.
6412 * gdb.multi/watchpoint-multi.c: New file.
6413 * gdb.multi/watchpoint-multi.exp: New file.
6414
6415 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6416
6417 Fix watchpoints across inferior fork.
6418 * gdb.threads/watchpoint-fork-child.c: New file.
6419 * gdb.threads/watchpoint-fork-mt.c: New file.
6420 * gdb.threads/watchpoint-fork-parent.c: New file.
6421 * gdb.threads/watchpoint-fork-st.c: New file.
6422 * gdb.threads/watchpoint-fork.exp: New file.
6423 * gdb.threads/watchpoint-fork.h: New file.
6424
6425 2012-01-23 Pedro Alves <palves@redhat.com>
6426
6427 * gdb.base/call-signal-resume.exp: Allow output after "return".
6428
6429 2012-01-20 Pedro Alves <palves@redhat.com>
6430
6431 * gdb.python/py-finish-breakpoint.py: Fix typo.
6432
6433 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
6434
6435 * gdb.base/info-proc.exp: Also run on remote targets. Main
6436 "info proc" command is now always present; whether target supports
6437 actual info proc operation is detected when attempting to issue
6438 the command.
6439
6440 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6441
6442 * .gdbinit: Remove.
6443
6444 2012-01-19 Pedro Alves <palves@redhat.com>
6445
6446 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
6447 look at the funtions' returns.
6448 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
6449 (jprint.print(int, int)): Change return type to int. Adjust.
6450
6451 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6452
6453 PR gdb/9538
6454 * gdb.base/sepdebug.exp: New test.
6455
6456 2012-01-18 Pedro Alves <palves@redhat.com>
6457
6458 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
6459 Allow output before ^done.
6460
6461 2012-01-16 Tom Tromey <tromey@redhat.com>
6462
6463 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
6464 Add tests for relative directory.
6465
6466 2012-01-16 Tom Tromey <tromey@redhat.com>
6467
6468 * gdb.base/printcmds.c (enum flag_enum): New.
6469 (three): New global.
6470 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
6471 enum printing.
6472 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
6473 FlagEnumerationPrinter.
6474 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
6475 * gdb.python/py-pp-maint.c (enum flag_enum): New.
6476 (fval): New global.
6477
6478 2012-01-16 Pedro Alves <palves@redhat.com>
6479
6480 * lib/gdb.exp (banned_procedures): New variable.
6481 (banned_variables_traced): Rename to ...
6482 (banned_traced): ... this.
6483 (gdb_init): Also trace banned procedures.
6484 (gdb_finish): Also untrace banned procedures.
6485
6486 2012-01-16 Pedro Alves <palves@redhat.com>
6487
6488 Remove all calls to strace.
6489
6490 2012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6491
6492 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
6493 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
6494
6495 2012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
6496
6497 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
6498 * gdb.base/pie-execl.exp: Likewise.
6499
6500 2012-01-12 Keith Seitz <keiths@redhat.com>
6501
6502 PR mi/10586
6503 * gdb.mi/var-cmd.c (struct anonymous): New structure.
6504 (do_anonymous_type_tests): New function.
6505 (main): Call do_anonymous_type_tests.
6506 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
6507 (verify_everything): New procedure.
6508 * gdb.mi/mi-var-cp.cc (class A): New class.
6509 (anonymous_structs_and_unions): New function.
6510 (main): Call anonymous_structs_and_unions.
6511 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
6512 (verify_everything): New procedure.
6513
6514 2012-01-12 Keith Seitz <keiths@redhat.com>
6515
6516 * lib/mi-support.exp: Expand comments about PATH_EXPR.
6517 (varobj_tree::get_path_expr): Assume that all varobjs are
6518 compound unless they are known simple types.
6519 Adjust path expressions based on parent type, path parent type,
6520 and tree language.
6521 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
6522 the root varobj.
6523 (mi_walk_varobj_tree): Add LANGUAGE parameter.
6524
6525 2012-01-11 Pedro Alves <palves@redhat.com>
6526
6527 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
6528 core files on this machine" anymore.
6529
6530 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
6531
6532 * gdb.base/watchpoint.c (recurser): Initialize local_x.
6533 (main): Repeat recurser call.
6534 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
6535 equivalent to 'local_x'.
6536
6537 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
6538 Joel Brobecker <brobecker@adacore.com>
6539
6540 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
6541
6542 2012-01-05 Pedro Alves <alves.ped@gmail.com>
6543
6544 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
6545 * gdb.python/py-events.c (first): Add bits for new "step N" test.
6546 * gdb.python/py-events.exp: Test that "step N" tripping on a
6547 breakpoint emits a breakpoint event.
6548
6549 2012-01-03 Joel Brobecker <brobecker@adacore.com>
6550
6551 * gdb.base/auxv.exp: Reformat the copyright notice.
6552
6553 2012-01-03 Yao Qi <yao@codesourcery.com>
6554
6555 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
6556 (strace_trace_on_diff_addr): New.
6557 * gdb.trace/strace.c: (main): Add two local variables.
6558
6559 2011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
6560
6561 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
6562 * gdb.cell/gcore.exp: Likewise.
6563 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
6564 to verify the correct instance of main is selected.
6565
6566 2012-01-02 Joel Brobecker <brobecker@adacore.com>
6567
6568 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
6569 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
6570 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
6571 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
6572 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
6573 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
6574 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
6575 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
6576 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
6577 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
6578 gdb.threads/thread_check.c: Reformat copyright header.
6579
6580 2011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
6581
6582 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
6583 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
6584 is not enabled.
6585
6586 2011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6587
6588 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
6589 parameter to self_exec, adjust the function.
6590 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
6591 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
6592 (set var do_exit = 0): Remove test.
6593 (newline at end of file): Add one.
6594
6595 2011-12-27 Joel Brobecker <brobecker@adacore.com>
6596
6597 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
6598 New files.
6599
6600 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6601
6602 Fix racy FAILs.
6603 * gdb.threads/fork-thread-pending.c (barrier): New variable.
6604 (thread_function, thread_forker): Call pthread_barrier_wait for it.
6605 (main): Call pthread_barrier_init for it.
6606
6607 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6608
6609 Fix double send_gdb leading to racy FAILs.
6610 * gdb.base/break.exp (set silent break bp_location1): Replace
6611 3x send_gdb and gdb_expect by gdb_test.
6612 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
6613 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
6614 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
6615 instead of send_gdb. Twice.
6616 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
6617 3x send_gdb and gdb_expect by gdb_test.
6618 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
6619
6620 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6621
6622 * gdb.linespec/linespec.exp: Compile using {c++}.
6623
6624 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6625
6626 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
6627 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
6628 (verify GCC PR debug/51668): New test.
6629
6630 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
6631
6632 Introduce gdb.FinishBreakpoint in Python.
6633 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
6634 py-finish-breakpoint2
6635 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
6636 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
6637 instead of line number.
6638 * gdb.python/py-finish-breakpoint.c: New file.
6639 * gdb.python/py-finish-breakpoint.exp: New file.
6640 * gdb.python/py-finish-breakpoint.py: New file.
6641 * gdb.python/py-finish-breakpoint2.cc: New file.
6642 * gdb.python/py-finish-breakpoint2.exp: New file.
6643 * gdb.python/py-finish-breakpoint2.py: New file.
6644
6645 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6646
6647 Partial fix of compatibility with gcc-4.7.
6648 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
6649 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
6650 Add comment to add a PASS case in the future.
6651
6652 Fix compatibility with gcc-4.7.
6653 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
6654
6655 2011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
6656
6657 PR tdep/12797
6658 * gdb.base/callfuncs.exp: Remove KFAIL.
6659
6660 2011-12-21 Joel Brobecker <brobecker@adacore.com>
6661
6662 * gdb.ada/task_bp: New testcase.
6663
6664 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6665
6666 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
6667 -DNO_SECTIONS.
6668 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
6669
6670 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6671
6672 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
6673 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
6674 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
6675 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
6676 conditional for gcc <= 4.5.
6677
6678 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6679
6680 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
6681 by XFAIL.
6682 * gdb.cp/static-method.exp (info addr A::func())
6683 (list static-method.cc:xxx::(anonymous namespace)::A::func)
6684 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
6685 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
6686 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
6687 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
6688 (test value of F in k3_m): Likewise.
6689 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
6690 Likewise.
6691
6692 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6693
6694 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
6695 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
6696 Remove.
6697 * gdb.threads/attachstop-mt.c: Remove.
6698 * gdb.threads/attachstop-mt.exp: Remove.
6699
6700 2011-12-17 Mark Kettenis <kettenis@gnu.org>
6701
6702 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
6703
6704 2011-12-16 Doug Evans <dje@google.com>
6705
6706 * boards/native-stdio-gdbserver.exp: New file.
6707 * boards/native-gdbserver.exp: New file.
6708
6709 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
6710 gdbserver output.
6711 (gdbserver_default_get_remote_address): New function.
6712 (gdbserver_start): Call gdb,get_remote_address to compute argument
6713 to "target remote" command.
6714
6715 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
6716
6717 * gdb.python/py-function.exp: Change "on" to "full" for
6718 python print-stack. Add set/show python print-stack
6719 off|full|message tests.
6720
6721 2011-12-15 Yao Qi <yao@codesourcery.com>
6722
6723 * gdb.trace/strace.c: New
6724 * gdb.trace/strace.exp: New.
6725
6726 2011-12-14 Tom Tromey <tromey@redhat.com>
6727
6728 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
6729
6730 2011-12-14 Doug Evans <dje@google.com>
6731
6732 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
6733
6734 2011-12-14 Pedro Alves <pedro@codesourcery.com>
6735
6736 PR threads/10729
6737
6738 * gdb.mi/watch-nonstop.c: New file.
6739 * gdb.mi/mi-watch-nonstop.exp: New file.
6740
6741 2011-12-13 Pedro Alves <pedro@codesourcery.com>
6742 Doug Evans <dje@google.com>
6743
6744 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
6745 (clean_restart): Remove references to the gdb_stub target board
6746 variable.
6747 (gdb_step_for_stub): Delete.
6748
6749 * gdb.base/annota1.exp: Remove all references to [target_info
6750 exists gdb_stub], gdb_step_for_stub and usestubs.
6751 * gdb.base/annota3.exp: Ditto.
6752 * gdb.base/async.exp: Ditto.
6753 * gdb.base/break.exp: Ditto.
6754 * gdb.base/code-expr.exp: Ditto.
6755 * gdb.base/commands.exp: Ditto.
6756 * gdb.base/completion.exp: Ditto.
6757 * gdb.base/condbreak.exp: Ditto.
6758 * gdb.base/consecutive.exp: Ditto.
6759 * gdb.base/cvexpr.exp: Ditto.
6760 * gdb.base/define.exp: Ditto.
6761 * gdb.base/display.exp: Ditto.
6762 * gdb.base/ena-dis-br.exp: Ditto.
6763 * gdb.base/environ.exp: Ditto.
6764 * gdb.base/gnu-ifunc.exp: Ditto.
6765 * gdb.base/maint.exp: Ditto.
6766 * gdb.base/pending.exp: Ditto.
6767 * gdb.base/sect-cmd.exp: Ditto.
6768 * gdb.base/sepdebug.exp: Ditto.
6769 * gdb.base/unload.exp: Ditto.
6770 * gdb.base/watchpoint-solib.exp: Ditto.
6771 * gdb.cp/annota2.exp: Ditto.
6772 * gdb.cp/annota3.exp: Ditto.
6773 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
6774 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
6775 * gdb.mi/mi-pending.exp: Ditto.
6776 * gdb.trace/circ.exp: Ditto.
6777 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
6778 * gdb.base/list.exp: Ditto.
6779
6780 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
6781 breakpoint function and all references to the usestubs macro.
6782 * gdb.base/exprs.c: Ditto.
6783 * gdb.base/freebpcmd.c: Ditto.
6784 * gdb.base/bitfields.c: Ditto.
6785 * gdb.base/bitfields2.c: Ditto.
6786 * gdb.base/break.c: Ditto.
6787 * gdb.base/call-sc.c: Ditto.
6788 * gdb.base/call-signals.c: Ditto.
6789 * gdb.base/callfuncs.c: Ditto.
6790 * gdb.base/charset.c: Ditto.
6791 * gdb.base/consecutive.c: Ditto.
6792 * gdb.base/constvars.c: Ditto.
6793 * gdb.base/funcargs.c: Ditto.
6794 * gdb.base/int-type.c: Ditto.
6795 * gdb.base/interrupt.c: Ditto.
6796 * gdb.base/langs0.c: Ditto.
6797 * gdb.base/list0.c: Ditto.
6798 * gdb.base/mips_pro.c: Ditto.
6799 * gdb.base/miscexprs.c: Ditto.
6800 * gdb.base/nodebug.c: Ditto.
6801 * gdb.base/opaque0.c: Ditto.
6802 * gdb.base/pointers.c: Ditto.
6803 * gdb.base/printcmds.c: Ditto.
6804 * gdb.base/ptype.c: Ditto.
6805 * gdb.base/recurse.c: Ditto.
6806 * gdb.base/reread1.c: Ditto.
6807 * gdb.base/reread2.c: Ditto.
6808 * gdb.base/restore.c: Ditto.
6809 * gdb.base/return.c: Ditto.
6810 * gdb.base/run.c: Ditto.
6811 * gdb.base/scope0.c: Ditto.
6812 * gdb.base/sepdebug.c: Ditto.
6813 * gdb.base/setshow.c: Ditto.
6814 * gdb.base/setvar.c: Ditto.
6815 * gdb.base/sigall.c: Ditto.
6816 * gdb.base/signals.c: Ditto.
6817 * gdb.base/structs.c: Ditto.
6818 * gdb.base/structs2.c: Ditto.
6819 * gdb.base/testenv.c: Ditto.
6820 * gdb.base/twice.c: Ditto.
6821 * gdb.base/unwindonsignal.c: Ditto.
6822 * gdb.base/watchpoint.c: Ditto.
6823 * gdb.base/watchpoints.c: Ditto.
6824 * gdb.base/whatis.c: Ditto.
6825 * gdb.cp/classes.cc: Ditto.
6826 * gdb.cp/cplusfuncs.cc: Ditto.
6827 * gdb.cp/derivation.cc: Ditto.
6828 * gdb.cp/formatted-ref.cc: Ditto.
6829 * gdb.cp/misc.cc: Ditto.
6830 * gdb.cp/overload.cc: Ditto.
6831 * gdb.cp/ovldbreak.cc: Ditto.
6832 * gdb.cp/ref-params.cc: Ditto.
6833 * gdb.cp/ref-types.cc: Ditto.
6834 * gdb.cp/templates.cc: Ditto.
6835 * gdb.cp/virtfunc.cc: Ditto.
6836 * gdb.hp/gdb.aCC/run.c: Ditto.
6837 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
6838 * gdb.hp/gdb.compat/xdb0.c: Ditto.
6839 * gdb.reverse/consecutive-reverse.c: Ditto.
6840 * gdb.reverse/sigall-reverse.c: Ditto.
6841 * gdb.reverse/until-reverse.c: Ditto.
6842 * gdb.reverse/watch-reverse.c: Ditto.
6843 * gdb.trace/actions.c: Ditto.
6844 * gdb.trace/circ.c: Ditto.
6845 * gdb.trace/collection.c: Ditto.
6846
6847 2011-12-13 Pedro Alves <pedro@codesourcery.com>
6848
6849 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
6850 (func6, func7): New.
6851 (main): Call func6 and func7.
6852 * gdb.base/watchpoint.exp (test_wide_location_1)
6853 (test_wide_location_2): New.
6854 (top level): Re-enable hardware watchpoints if necessary. Call
6855 test_wide_location_1 and test_wide_location_2.
6856
6857 2011-12-11 Yao Qi <yao@codesourcery.com>
6858
6859 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
6860
6861 2011-12-11 Joel Brobecker <brobecker@adacore.com>
6862
6863 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
6864 expected output for unsupported case.
6865
6866 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6867
6868 PR testsuite/12649
6869 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
6870 Protect gdb_test_multiple by final $gdb_prompt match.
6871
6872 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6873
6874 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
6875 New variable, new test.
6876 (list static-method.cc:xxx::(anonymous namespace)::A::func)
6877 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
6878 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
6879 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
6880 them if HAVE_GCC_45682_FIXED is not set.
6881
6882 2011-12-10 Yao Qi <yao@codesourcery.com>
6883
6884 * gdb.trace/status-stop.exp: New.
6885 * gdb.trace/status-stop.c: New.
6886
6887 2011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6888
6889 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
6890 timeout.
6891
6892 2011-12-08 Tom Tromey <tromey@redhat.com>
6893
6894 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
6895 condition.
6896
6897 2011-12-07 Stan Shebs <stan@codesourcery.com>
6898
6899 * gdb.trace/tfind.exp: Update for output changes.
6900
6901 2011-12-07 Pedro Alves <pedro@codesourcery.com>
6902
6903 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
6904 throws "Cannot insert catchpoints in this configuration".
6905 * gdb.ada/mi_catch_ex.exp: Likewise.
6906
6907 2011-12-06 Pedro Alves <pedro@codesourcery.com>
6908
6909 * gdb.base/break-always.exp: Test changing memory at addresses
6910 with breakpoints inserted.
6911
6912 2011-12-06 Joel Brobecker <brobecker@acacore.com>
6913
6914 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
6915 involving a fully qualified function name.
6916
6917 2011-12-06 Tom Tromey <tromey@redhat.com>
6918
6919 * gdb.ada/homonym.exp: Add three breakpoint tests.
6920
6921 2011-12-06 Tom Tromey <tromey@redhat.com>
6922
6923 * gdb.base/solib-weak.exp (do_test): Remove kfail.
6924 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
6925 * gdb.objc/objcdecode.exp: Update for output changes.
6926 * gdb.linespec/linespec.exp: New file.
6927 * gdb.linespec/lspec.cc: New file.
6928 * gdb.linespec/lspec.h: New file.
6929 * gdb.linespec/body.h: New file.
6930 * gdb.linespec/base/two/thefile.cc: New file.
6931 * gdb.linespec/base/one/thefile.cc: New file.
6932 * gdb.linespec/Makefile.in: New file.
6933 * gdb.cp/templates.exp (test_template_breakpoints): Update for
6934 output changes.
6935 * gdb.cp/re-set-overloaded.exp: Remove kfail.
6936 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
6937 makes one breakpoint.
6938 * gdb.cp/method2.exp (test_break): Update for output changes.
6939 * gdb.cp/mb-templates.exp: Update for output changes.
6940 * gdb.cp/mb-inline.exp: Update for output changes.
6941 * gdb.cp/mb-ctor.exp: Update for output changes.
6942 * gdb.cp/ovsrch.exp: Use fully-qualified names.
6943 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
6944 has multiple matches.
6945 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
6946 error message change.
6947 * gdb.base/list.exp (test_list_filename_and_number): Update for
6948 error message change.
6949 * gdb.base/break.exp: Disable pending breakpoints. Update for
6950 output changes.
6951 * configure.ac: Add gdb.linespec.
6952 * configure: Rebuild.
6953 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
6954
6955 2011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
6956
6957 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
6958 last_break register on s390*-*-* targets.
6959
6960 2011-12-06 Joel Brobecker <brobecker@adacore.com>
6961
6962 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
6963 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
6964 of parameter X in procedure Foo.
6965
6966 2011-12-05 Stan Shebs <stan@codesourcery.com>
6967
6968 * gdb.trace/tfind.exp: Update help string matches.
6969
6970 2011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6971
6972 * gdb.server/ext-run.exp (get process list): Accept also systemd
6973 as PID 1.
6974
6975 2011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6976 Pedro Alves <pedro@codesourcery.com>
6977
6978 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
6979 starting GDB.
6980 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
6981 $use_gdb_stub.
6982 * gdb.base/display.exp: Likewise.
6983 * gdb.base/ending-run.exp: Likewise.
6984 * gdb.base/list.exp (test_listsize): Likewise.
6985 * gdb.base/setshow.exp: Likewise.
6986 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
6987 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
6988 check by global $use_gdb_stub.
6989 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
6990 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
6991 (default_gdb_init): Unset global $use_gdb_stub.
6992 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
6993 by global $use_gdb_stub.
6994 * lib/gdbserver-support.exp: Extend comments for set_board_info
6995 gdb_protocol and gdb,socketport.
6996 (gdbserver_start_extended): Set global gdbserver_protocol and
6997 gdbserver_gdbport. Clear global use_gdb_stub.
6998 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
6999 from target use_gdb_stub.
7000 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
7001
7002 2011-12-03 Doug Evans <dje@google.com>
7003
7004 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
7005 (gdb_step_for_stub): Add comments.
7006
7007 2011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
7008
7009 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
7010 to the caller.
7011 (gdb_test_multiple): Likewise.
7012
7013 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7014
7015 Fix gdb.mi/mi-solib.exp without system debug info installed.
7016 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
7017 expect attribute, return 0 for it. Update comments.
7018
7019 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7020
7021 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
7022 (corrupted list): Adjust the expectation.
7023
7024 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7025
7026 PR threads/13448
7027 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
7028 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
7029 * gdb.threads/tls-var-main.c: New file.
7030 * gdb.threads/tls-var.c: New file.
7031 * gdb.threads/tls-var.exp: New file.
7032
7033 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7034
7035 PR testsuite/12649
7036 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
7037 Protect gdb_test_multiple by final $gdb_prompt match.
7038 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
7039 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
7040 (test_tracepoints): Likewise.
7041
7042 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7043
7044 PR breakpoints/13346
7045 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
7046 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
7047 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
7048
7049 2011-12-01 Joel Brobecker <brobecker@adacore.com>
7050
7051 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
7052 * gdb.ada/homonym/homonym.adb: For use of all types defined
7053 locally inside both Get_Value subprograms.
7054
7055 2011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7056
7057 Fix racy FAILs.
7058 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
7059 of send_gdb.
7060
7061 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7062
7063 * gdb.base/testenv.exp: Skip on remote targets. Unset global
7064 environment variable after test completed.
7065
7066 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7067
7068 * gdb.base/solib-nodir.exp: Skip if remote target.
7069 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
7070 application. Call gdb_load_shlibs.
7071 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
7072
7073 2011-11-29 Joel Brobecker <brobecker@adacore.com>
7074
7075 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
7076
7077 2011-11-28 Joel Brobecker <brobecker@adacore.com>
7078
7079 * gdb.ada/fullname_bp: New testcase.
7080
7081 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7082
7083 PR testsuite/12649
7084 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
7085 Wrap send_gdb into a new gdb_test.
7086
7087 Code cleanup.
7088 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
7089 Convert send_gdb and gdb_expect to gdb_test_multiple.
7090
7091 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7092
7093 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
7094
7095 2011-11-23 Keith Seitz <keiths@redhat.com>
7096
7097 * lib/mi-support.exp (varobj_tree): New namespace and procs.
7098 (mi_varobj_tree_test_children_callback): New proc.
7099 (mi_walk_varobj_tree): New proc.
7100
7101 2011-11-22 Tom Tromey <tromey@redhat.com>
7102
7103 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
7104 Add "use_mi_command" argument.
7105 (mi_run_cmd, mi_run_with_cli): New procs.
7106 * gdb.mi/solib-lib.c: New file.
7107 * gdb.mi/solib-main.c: New file.
7108 * gdb.mi/mi-solib.exp: New file.
7109
7110 2011-11-21 Doug Evans <dje@google.com>
7111
7112 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
7113 _Unwind_DebugHook is missing.
7114
7115 2011-11-20 Stan Shebs <stan@codesourcery.com>
7116
7117 * gdb.trace/tstatus.exp: New.
7118 * gdb.trace/actions.c: Include string.h.
7119
7120 2011-11-18 Yao Qi <yao@codesourcery.com>
7121
7122 * gdb.trace/pending.exp: New.
7123 * gdb.trace/pending.c: New.
7124 * gdb.trace/pendshr1.c: New.
7125 * gdb.trace/pendshr2.c: New.
7126 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
7127 tracepoint location becomes pending.
7128 (tracepoint_change_loc_2): New.
7129
7130 2011-11-16 David S. Miller <davem@davemloft.net>
7131
7132 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
7133 target is sparc*-*-linux*
7134
7135 2011-11-15 Paul Koning <paul_koning@dell.com>
7136
7137 * gdb.python/py-type.exp: New testcases for exceptions on scalar
7138 types.
7139
7140 2011-11-14 Doug Evans <dje@google.com>
7141
7142 * gdb.base/shell.exp: New file.
7143
7144 2011-11-14 Stan Shebs <stan@codesourcery.com>
7145
7146 * gdb.trace/ftrace.c: New.
7147 * gdb.trace/ftrace.exp: New.
7148
7149 2011-11-14 Yao Qi <yao@codesourcery.com>
7150
7151 * gdb.trace/change-loc-1.c: New.
7152 * gdb.trace/change-loc-2.c: New.
7153 * gdb.trace/change-loc.c: New.
7154 * gdb.trace/change-loc.exp: New.
7155 * gdb.trace/change-loc.h: New.
7156 * gdb.trace/trace-break.c (marker): Define new symbol.
7157 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
7158 New.
7159 (break_trace_same_addr_6): New.
7160
7161 2011-11-12 Matt Rice <ratmice@gmail.com>
7162
7163 * gdb.base/info-macros.exp: Make tests for info definitions
7164 test info macro. Add tests for info macro argument processing.
7165 Rename a few tests.
7166
7167 2011-11-11 Keith Seitz <keiths@redhat.com>
7168
7169 PR gdb/12843
7170 * gdb.base/linespecs.exp: New file.
7171
7172 2011-11-11 Doug Evans <dje@google.com>
7173
7174 * gdb.threads/print-threads.exp: Extend timeout for slower
7175 tests.
7176
7177 2011-11-10 Doug Evans <dje@google.com>
7178
7179 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
7180 "record to end of main" test.
7181
7182 * gdb.python/py-type.c (TS): New typedef.
7183 (ts): New global.
7184 * gdb.python/py-type.exp: Test field list of typedef.
7185
7186 2011-11-10 Joel Brobecker <brobecker@adacore.com>
7187
7188 * gdb.ada/small_reg_param: New testcase.
7189
7190 2011-11-09 Tom Tromey <tromey@redhat.com>
7191
7192 * gdb.cp/destrprint.exp: New file.
7193 * gdb.cp/destrprint.cc: New file.
7194
7195 2011-11-08 Meador Inge <meadori@codesourcery.com>
7196
7197 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
7198 (switch_stack_to_other): New test function.
7199 * gdb.arch/thumb-prologue.exp: New test cases.
7200
7201 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
7202
7203 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
7204
7205 2011-11-08 Yao Qi <yao@codesourcery.com>
7206
7207 * gdb.exp (supports_process_record): New.
7208 (supports_reverse): New.
7209 * gdb.reverse/break-precsave.exp: Call support_process_record
7210 to run test conditionally.
7211 * gdb.reverse/consecutive-precsave.exp: Likewise.
7212 * gdb.reverse/i386-precsave.exp: Likewise.
7213 * gdb.reverse/machinestate-precsave.exp: Likewise.
7214 * gdb.reverse/solib-precsave.exp: Likewise.
7215 * gdb.reverse/step-precsave.exp: Likewise.
7216 * gdb.reverse/until-precsave.exp: Likewise.
7217 * gdb.reverse/watch-precsave.exp: Likewise.
7218 * gdb.reverse/break-reverse.exp: Call support_reverse to run
7219 test conditionally.
7220 * gdb.reverse/consecutive-reverse.exp: Likewise.
7221 * gdb.reverse/finish-precsave.exp: Likewise.
7222 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
7223 * gdb.reverse/finish-reverse.exp: Likewise.
7224 * gdb.reverse/i386-reverse.exp: Likewise.
7225 * gdb.reverse/i386-sse-reverse.exp: Likewise.
7226 * gdb.reverse/machinestate.exp: Likewise.
7227 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
7228 * gdb.reverse/sigall-precsave.exp: Likewise.
7229 * gdb.reverse/sigall-reverse.exp: Likewise.
7230 * gdb.reverse/solib-reverse.exp: Likewise.
7231 * gdb.reverse/step-reverse.exp: Likewise.
7232 * gdb.reverse/until-reverse.exp: Likewise.
7233 * gdb.reverse/watch-reverse.exp: Likewise.
7234
7235 2011-11-05 Yao Qi <yao@codesourcery.com>
7236
7237 * gdb.trace/trace-break.exp: Add test on setting two
7238 fast tracepoints at the same address.
7239
7240 2011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7241
7242 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
7243
7244 2011-11-02 Stan Shebs <stan@codesourcery.com>
7245
7246 * gdb.trace/collection.c: Add code using strings.
7247 * gdb.trace/collection.exp: Add tests of string collection.
7248
7249 2011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7250
7251 * gdb.base/skip-solib.exp (executable_main): New variable.
7252 (binfile_main): Base it on that.
7253 Use $executable_main in clean_restart calls. Drop gdb_exit and
7254 gdb_start calls.
7255
7256 2011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7257
7258 Fix racy FAILs.
7259 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
7260 breakpoint_re globals import by async. Set string_regex to .* for
7261 async. Remove the optional thread_selected_re and breakpoint_re
7262 globals expectations.
7263
7264 2011-11-01 Joseph Myers <joseph@codesourcery.com>
7265
7266 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
7267 well as Cygwin.
7268
7269 2011-11-01 Justin Lebar <justin.lebar@gmail.com>
7270
7271 Add tests for skip command.
7272 * gdb.base/skip-solib-lib.c: New
7273 * gdb.base/skip-solib-main.c: New
7274 * gdb.base/skip-solib.exp: New
7275 * gdb.base/skip.c: New
7276 * gdb.base/skip.exp: New
7277 * gdb.base/skip1.c: New
7278 * gdb.base/Makefile.in: Adding new files.
7279
7280 2011-10-31 Yao Qi <yao@codesourcery.com>
7281 Pedro Alves <pedro@codesourcery.com>
7282
7283 * gdb.trace/trace-break.c: New.
7284 * gdb.trace/trace-break.exp: New.
7285
7286 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7287
7288 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
7289 break-here-2.
7290
7291 2011-10-28 Pedro Alves <pedro@codesourcery.com>
7292
7293 * gdb.threads/no-unwaited-for-left.c: New.
7294 * gdb.threads/no-unwaited-for-left.exp: New.
7295 * gdb.threads/non-ldr-exc-1.c: New.
7296 * gdb.threads/non-ldr-exc-1.exp: New.
7297 * gdb.threads/non-ldr-exc-2.c: New.
7298 * gdb.threads/non-ldr-exc-2.exp: New.
7299 * gdb.threads/non-ldr-exc-3.c: New.
7300 * gdb.threads/non-ldr-exc-3.exp: New.
7301 * gdb.threads/non-ldr-exc-4.c: New.
7302 * gdb.threads/non-ldr-exc-4.exp: New.
7303
7304 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7305
7306 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
7307 * gdb.base/attach-pie-misread.exp: Likewise.
7308 * gdb.base/break-interp.exp: Likewise.
7309 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
7310 testcases for use_gdb_stub.
7311 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
7312 (continue): New testcase.
7313 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
7314 * gdb.threads/attach-into-signal.exp: Likewise.
7315 * gdb.threads/attach-stopped.exp: Likewise.
7316 * gdb.threads/attachstop-mt.exp: Likewise.
7317
7318 2011-10-28 Paul Koning <paul_koning@dell.com>
7319
7320 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
7321
7322 2011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7323
7324 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
7325 (mi_gdb_test): Import globals thread_selected_re
7326 and breakpoint_re. Expect them optionally at the regex start.
7327
7328 2011-10-27 Doug Evans <dje@google.com>
7329
7330 * gdb.python/python.exp: Test source -s.
7331
7332 2011-10-26 Paul Koning <paul_koning@dell.com>
7333
7334 * gdb.python/lib-types.cc (struct A): New structure.
7335 * gdb.python/lib-types.exp (deepitems): New tests.
7336
7337 2011-10-25 Paul Koning <paul_koning@dell.com>
7338
7339 PR python/13327
7340
7341 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
7342 fetch_lazy method.
7343
7344 2011-10-24 Yao Qi <yao@codesourcery.com>
7345
7346 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
7347 target is tic6x-*-*.
7348
7349 2011-10-21 Joel Brobecker <brobecker@adacore.com>
7350
7351 * gdb.ada/mi_task_info/task_switch.adb: New file.
7352 * gdb.ada/mi_task_info.exp: New file.
7353
7354 2011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7355
7356 * gdb.cp/expand-psymtabs-cxx.exp: New file.
7357 * gdb.cp/expand-psymtabs-cxx.cc: New file.
7358
7359 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
7360
7361 PR python/12656
7362
7363 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
7364 global_block tests.
7365
7366 2011-10-18 Tom Tromey <tromey@redhat.com>
7367
7368 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
7369
7370 2011-10-18 Tom Tromey <tromey@redhat.com>
7371
7372 * gdb.base/source.exp: Don't include full file name in test name.
7373 * gdb.python/python.exp: Don't include full file name in test
7374 name.
7375
7376 2011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7377
7378 * gdb.base/attach-pie-noexec.c: New files.
7379 * gdb.base/attach-pie-noexec.exp: New files.
7380
7381 2011-10-17 Joseph Myers <joseph@codesourcery.com>
7382
7383 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
7384 prompt for each extra line in command.
7385
7386 2011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7387
7388 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
7389 Revert the part of:
7390 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7391 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
7392 Change the expected string.
7393
7394 2011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7395
7396 Fix results with system glibc debug info installed.
7397 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
7398 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
7399 Accept also __libc_ symbol prefix and no prefix.
7400
7401 2011-10-14 Keith Seitz <keiths@redhat.com>
7402
7403 PR c++/13225
7404 * gdb.cp/converts.cc (foo3_1): New function.
7405 (foo3_2): New functions.
7406 * gdb.cp/converts.exp: Add tests for int to pointer conversion
7407 and null pointer conversions of integer constant zero.
7408 Add test to check if all arguments are checked for incompatible
7409 conversion BADNESS.
7410
7411 2011-10-14 Tom Tromey <tromey@redhat.com>
7412
7413 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
7414 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
7415 linespec.
7416
7417 2011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7418
7419 Fix internal error regression.
7420 * gdb.dwarf2/implptr-optimized-out.S: New file.
7421 * gdb.dwarf2/implptr-optimized-out.exp: New file.
7422
7423 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7424
7425 Fix empty DWARF expressions DATA vs. SIZE conditionals.
7426 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
7427 (loclist): New.
7428 (4): New abbrev.
7429 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
7430 Use prepare_for_testing, remove clean_restart.
7431 (p arraynoloc, p arraycallnoloc): New tests.
7432
7433 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7434
7435 * gdb.cp/namespace-enum.exp (executable): New variable.
7436 (binfile): Use ${objdir}/${subdir}/ prefix.
7437 Use ${executable} for clean_restart.
7438
7439 2011-10-11 Sterling Augustine <saugustine@google.com>
7440
7441 * gdb.cp/Makefile.in: Add namespace-enum test.
7442 * gdb.cp/namespace-enum.exp: New file.
7443 * gdb.cp/namespace-enum.c: New file.
7444 * gdb.cp/namespace-enum-main.c: New file.
7445
7446 2011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
7447
7448 * gdb.python/py-shared.exp: Relax filename check to handle remote:
7449 sysroot.
7450
7451 2011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7452
7453 Reimplement @entry in input expressions.
7454 * gdb.base/exprs.c (v_int_array_init): New variable.
7455 * gdb.base/exprs.exp (print v_int_array_init)
7456 (print *v_int_array_init@1, print *v_int_array_init@2)
7457 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
7458 (print v_int_array_init[1]@1): New tests.
7459
7460 2011-10-10 Joseph Myers <joseph@codesourcery.com>
7461
7462 * gdb.cp/gdb2495.exp: Do not include directories in filename in
7463 expected message.
7464
7465 2011-10-09 Doug Evans <dje@google.com>
7466
7467 * gdb.base/alias.exp: Add tests for alias command.
7468
7469 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7470
7471 * gdb.arch/amd64-entry-value.s: New file.
7472 * gdb.mi/mi2-amd64-entry-value.s: New file.
7473
7474 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7475
7476 Display @entry parameter values even for references.
7477 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
7478 functions.
7479 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
7480 reference and datap_input.
7481 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
7482 breakpoints.
7483 (continue to breakpoint: entry_reference: reference)
7484 (entry_reference: bt at entry)
7485 (continue to breakpoint: entry_reference: breakhere_reference)
7486 (entry_reference: bt, entry_reference: ptype regparam)
7487 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
7488 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
7489 (entry_reference: p regcopy, entry_reference: p nodataparam)
7490 (entry_reference: p nodataparam@entry): New tests.
7491
7492 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7493
7494 Support @entry in input expressions.
7495 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
7496 (entry_stack: p s1@entry, entry_stack: p s2@entry)
7497 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
7498 (tailcall: p j@entry): New tests.
7499 * gdb.cp/koenig.cc (A::entry): New function.
7500 (main): Call it.
7501 * gdb.cp/koenig.exp (p entry (c)): New test.
7502
7503 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7504
7505 Display @entry parameter values (without references).
7506 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
7507 (different, validity, invalid): New functions.
7508 (main): Call them.
7509 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
7510 stacktest, breakhere_stacktest, different, breakhere_different,
7511 breakhere_validity and breakhere_invalid.
7512 (entry: bt): Update for @entry.
7513 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
7514 (entry_validity: *, entry_invalid: *): Many new tests.
7515 * gdb.base/break.exp
7516 (run until breakpoint set at small function, optimized file): Accept
7517 also the @entry suffix.
7518 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
7519 * gdb.mi/mi2-amd64-entry-value.c: New files.
7520 * gdb.mi/mi2-amd64-entry-value.exp: New files.
7521
7522 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7523
7524 Protect entry values against self tail calls.
7525 * gdb.arch/amd64-entry-value.cc (self2, self): New.
7526 (main): Call self.
7527 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
7528 (set debug entry-values 1, self: bt debug entry-values): New tests.
7529
7530 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7531
7532 Recognize virtual tail call frames.
7533 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
7534 (amb_b, amb_a): New.
7535 (main): Call a and b.
7536 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
7537 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
7538 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
7539 New tests.
7540
7541 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7542
7543 Implement basic support for DW_TAG_GNU_call_site.
7544 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
7545 * gdb.arch/amd64-entry-value.cc: New file.
7546 * gdb.arch/amd64-entry-value.exp: New file.
7547
7548 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7549
7550 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
7551 * gdb.dwarf2/implptr-64bit.S: New file.
7552 * gdb.dwarf2/implptr-64bit.exp: New file.
7553
7554 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7555
7556 Fix initial language detection with -readnow.
7557 * gdb.cp/readnow-language.cc: New file.
7558 * gdb.cp/readnow-language.exp: New file.
7559
7560 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7561
7562 Fix printed anonymous struct name.
7563 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
7564
7565 2011-10-09 Joseph Myers <joseph@codesourcery.com>
7566
7567 * gdb.base/solib-symbol.exp: Do not include directories in
7568 filenames in expected messages.
7569
7570 2011-10-07 Doug Evans <dje@google.com>
7571
7572 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
7573
7574 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
7575
7576 Allow Python notification of new object-file loadings.
7577 * gdb.python/py-events.exp: Test newobjfile event.
7578 * gdb.python/py-events.py: Register newobjfile callback.
7579 * gdb.python/py-events.c: Add call to shared library
7580 * gdb.python/py-events-shlib.c: New file.
7581
7582 2011-10-06 Joseph Myers <joseph@codesourcery.com>
7583
7584 * gdb.base/fixsection.exp: Do not include directories in filename
7585 in expected message.
7586
7587 2011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
7588
7589 Add tests for passing of environment variables to inferior.
7590 * gdb.base/testenv.c: New test source.
7591 * gdb.base/testenv.exp: New expect test.
7592
7593 2011-10-04 Paul Koning <paul_koning@dell.com>
7594
7595 * gdb.python/py-value.c (main): Break before return.
7596
7597 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
7598
7599 PR python/12691: Add the inferior to Python exited event
7600 * gdb.python/py-events.exp: Test the inferior attribute of exited
7601 event with a fork.
7602 * gdb.python/py-events.py: Print inferior number on exit.
7603 * gdb.python/py-events.c: Fork the inferior.
7604
7605 2011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
7606
7607 * gdb.base/jit.exp: Add testcase name to log message
7608
7609 2011-10-03 Paul Koning <paul_koning@dell.com>
7610 Jan Kratochvil <jan.kratochvil@redhat.com>
7611
7612 * gdb.python/py-value.exp
7613 (python inval = gdb.parse_and_eval('*(int*)0'))
7614 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
7615 (set argc=2, python print argc_lazy): New tests.
7616
7617 2011-10-02 Joel Brobecker <brobecker@adacore.com>
7618
7619 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
7620
7621 2011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7622 Pedro Alves <pedro@codesourcery.com>
7623
7624 * gdb.python/py-value.exp (test_value_in_inferior): New variable
7625 can_read_0, test for it.
7626 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
7627 (parse_and_eval with memory error): ... here, make it untested if
7628 can_read_0.
7629
7630 2011-09-30 Marek Polacek <mpolacek@redhat.com>
7631
7632 * gdb.python/python.exp (verify pagination beforehand)
7633 (verify pagination afterwards): Fix race by splitting the line.
7634
7635 2011-09-29 Joseph Myers <joseph@codesourcery.com>
7636
7637 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
7638 for 64-bit multilibs from i?86-* targets.
7639
7640 2011-09-29 Marek Polacek <mpolacek@redhat.com>
7641
7642 * lib/gdb.exp: Fix a typo in one of the comments.
7643
7644 2011-09-29 Marek Polacek <mpolacek@redhat.com>
7645
7646 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
7647 matching pattern.
7648
7649 2011-09-28 Paul Koning <paul_koning@dell.com>
7650
7651 * gdb.python/py-type.c (enum E): New.
7652 * gdb.python/py-type.exp (test_fields): Add tests for Python
7653 mapping access to fields.
7654 (test_enums): New test for field access on enums.
7655
7656 2011-09-27 Stan Shebs <stan@codesourcery.com>
7657
7658 * gdb.trace/collection.exp: Test collection of $_ret.
7659
7660 2011-09-22 Andreas Tobler <andreast@fgznet.ch>
7661
7662 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
7663 list of compilation switches for <*-*-freebsd*>.
7664
7665 2011-09-19 Stan Shebs <stan@codesourcery.com>
7666
7667 * gdb.trace/tspeed.exp: New file.
7668 * gdb.trace/tspeed.c: New file.
7669
7670 2011-09-18 Yao Qi <yao@codesourcery.com>
7671
7672 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
7673 instructions.
7674 (test_adr_32bit, test_pop_pc): Likewise.
7675 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
7676 Thumb instructions.
7677 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
7678 in gdb_test_multiple.
7679 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
7680
7681 2011-09-17 Yao Qi <yao@codesourcery.com>
7682
7683 * lib/gdb.exp (can_single_step_to_signal_handler): New.
7684 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
7685 support single step to signal handler.
7686
7687 2011-09-17 Yao Qi <yao@codesourcery.com>
7688
7689 * gdb.base/disp-step-fork.c: New.
7690 * gdb.base/disp-step-syscall.exp: New.
7691 * gdb.base/disp-step-vfork.c: New.
7692
7693 2011-09-16 Joel Brobecker <brobecker@adacore.com>
7694
7695 * gdb.ada/tasks.exp: Make the expected output for
7696 the `info tasks' tests more resilient to spacing
7697 changes.
7698
7699 2011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7700
7701 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
7702 (reached breakpoint 2, reached breakpoint 3): Update expected output.
7703
7704 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
7705
7706 PR Python/12692 Add gdb.selected_inferior() to Python interface.
7707 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
7708
7709 2011-04-30 Kevin Pouget <kevin.pouget@st.com>
7710
7711 Handle multiple breakpoint hits in Python interface:
7712 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
7713 presence.
7714 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
7715 breakpoint hits.
7716
7717 2011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
7718 Jan Kratochvil <jan.kratochvil@redhat.com>
7719
7720 * gdb.python/py-events.exp: Remove pretty printing comment.
7721 * gdb.python/py-evsignal.exp: New file.
7722 * gdb.python/py-evthreads.c: Include signal.h.
7723 (thread3): Remove variable count3. Remove variable bad and use raise
7724 instead.
7725 (thread2): Remove variable count2. Move thread3 pthread_create here,
7726 merge pthread_join to a single line.
7727 (main): Remove variable count1. Merge pthread_join with pthread_create
7728 to a single line.
7729 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
7730 KFAIL python/12966 for gdbserver. Test return value of
7731 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
7732 gdb_expect by gdb_test and gdb_test_multiple.
7733 (thread 2, thread 3): New tests.
7734
7735 2011-09-12 Matt Rice <ratmice@gmail.com>
7736 Pedro Alves <pedro@codesourcery.com>
7737
7738 PR gdb/13175
7739
7740 * gdb.base/interp.exp: New tests.
7741 * gdb.base/interp.c: New file.
7742
7743 2011-09-12 Doug Evans <dje@google.com>
7744
7745 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
7746 * gdb.dwarf2/typeddwarf.exp: Ditto.
7747
7748 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7749
7750 Fix compatibility with x32 arch.
7751 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
7752 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
7753 is_x86_like_target.
7754 * testsuite/gdb.trace/collection.exp: Likewise.
7755 * testsuite/gdb.trace/report.exp: Likewise.
7756 * testsuite/gdb.trace/unavailable.exp: Likewise.
7757 * testsuite/gdb.trace/while-dyn.exp: Likewise.
7758 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
7759 (is_x86_like_target): Check also is_amd64_regs_target.
7760
7761 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7762
7763 PR breakpoints/12435
7764 * gdb.arch/amd64-prologue-xmm.c: New file.
7765 * gdb.arch/amd64-prologue-xmm.exp: New file.
7766 * gdb.arch/amd64-prologue-xmm.s: New file.
7767
7768 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7769
7770 * gdb.dwarf2/dw2-param-error-main.c: New file.
7771 * gdb.dwarf2/dw2-param-error.S: New file.
7772 * gdb.dwarf2/dw2-param-error.exp: New file.
7773
7774 2011-09-08 Pedro Alves <pedro@codesourcery.com>
7775
7776 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
7777 inferior's pid and look for a core dump named core.$pid. Use
7778 `remote_file' commands on the host instead of hand coding shell
7779 commands on the build.
7780 * gdb.base/valgrind-db-attach.exp: Kill the program before
7781 finishing the test.
7782
7783 2011-09-02 Matt Rice <ratmice@gmail.com>
7784
7785 * lib/prompt.exp: New file for testing the first prompt.
7786 * gdb.python/py-prompt.exp: Ditto.
7787 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
7788
7789 2011-09-02 Pedro Alves <pedro@codesourcery.com>
7790
7791 * gdb.threads/gcore-thread.exp: Set the global core_supported to
7792 0, before testing gcore.
7793
7794 2011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7795
7796 * dw2-ifort-parameter-debug.S: Update copyright year.
7797 * dw2-ifort-parameter.c: Update copyright year.
7798 * dw2-ifort-parameter.exp: Update copyright year.
7799
7800 * dw2-ifort-parameter-debug.S: New file.
7801 * dw2-ifort-parameter.c: New file.
7802 * dw2-ifort-parameter.exp: New file.
7803
7804 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7805
7806 * gdb.base/commands.exp (error_clears_commands_left): New function.
7807 (): Call it.
7808
7809 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7810
7811 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
7812 (C): Initialize `a'.
7813 * gdb.mi/mi-inheritance-syntax-error.exp
7814 (-data-evaluate-expression $path): Expect `a' as 5.
7815
7816 2011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
7817
7818 PR mi/11912
7819 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
7820 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
7821 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
7822 keyword in output of -var-info-path-expression.
7823
7824 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7825
7826 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
7827 * gdb.trace/collection.exp: Likewise.
7828 * gdb.trace/report.exp: Likewise.
7829 * gdb.trace/unavailable.exp: Likewise.
7830 * gdb.trace/while-dyn.exp: Likewise.
7831
7832 2011-08-18 Keith Seitz <keiths@redhat.com>
7833
7834 PR c++/12266
7835 * gdb.cp/meth-typedefs.cc: New file.
7836 * gdb.cp/meth-typedefs.exp: New file.
7837
7838 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
7839
7840 * gdb.python/python.exp: Add extended-prompt tests.
7841
7842 2011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7843
7844 * gdb.arch/i386-dr3-watch.exp
7845 (watchpoint on gap1 does not fit debug registers)
7846 (delete all watchpoints): Fix racy expect strings.
7847
7848 2011-08-14 Yao Qi <yao@codesourcery.com>
7849
7850 * gdb.base/maint.exp: set data_section to ".neardata".
7851 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
7852 * gdb.base/savedregs.exp: Handle SIGILL.
7853 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
7854 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
7855
7856 2011-08-12 Doug Evans <dje@google.com>
7857
7858 * gdb.python/py-symbol.exp: Add test for symbol.type.
7859
7860 2011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
7861
7862 * gdb.threads/pthreads.exp: Enable on non-native configurations.
7863 * gdb.mi/mi-pthreads.exp: Likewise.
7864 * gdb.mi/mi2-pthreads.exp: Likewise.
7865 * gdb.mi/gdb669.exp.exp: Likewise.
7866
7867 2011-08-09 Pedro Alves <pedro@codesourcery.com>
7868
7869 * lib/mi-support.exp (detect_async): Rename to...
7870 (mi_detect_async): ... this.
7871 * gdb.mi/mi-nonstop-exit.exp: Adjust.
7872 * gdb.mi/mi-nonstop.exp: Adjust.
7873 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
7874 * gdb.mi/mi-nsintrall.exp: Adjust.
7875 * gdb.mi/mi-nsmoribund.exp: Adjust.
7876 * gdb.mi/mi-nsthrexec.exp: Adjust.
7877
7878 2011-08-09 Pedro Alves <pedro@codesourcery.com>
7879
7880 * gdb.base/display.c (do_loops): New `p_i' local.
7881 * gdb.base/display.exp: Test displaying a variable that is
7882 temporarily at a bad address.
7883
7884 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7885
7886 * gdb.dwarf2/dw2-op-stack-value.S: New file.
7887 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
7888
7889 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7890
7891 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
7892 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
7893 (p fuNC_symtab): Permit also ppc64 leading dot.
7894
7895 2011-08-05 Pedro Alves <pedro@codesourcery.com>
7896
7897 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
7898 procedure.
7899 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
7900
7901 2011-08-05 Yao Qi <yao@codesourcery.com>
7902
7903 * gdb.base/callfuncs.exp: Set language after main.
7904 * gdb.cp/cplusfuncs.exp: Likewise.
7905 * gdb.cp/inherit.exp: Likewise.
7906
7907 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
7908
7909 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
7910 * gdb.base/watch-vfork.exp: Skip on remote targets.
7911
7912 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
7913
7914 * gdb.threads/thread-find.exp: Support remote targets.
7915
7916 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
7917
7918 * gdb.base/jit.exp: Download solib_binfile to target.
7919 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
7920 and call dlopen without full path name.
7921 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
7922 dlopen without full path name.
7923
7924 2011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7925
7926 * gdb.base/break-always.exp: Complete the test
7927 with duplicated breakpoints and enabling/disabling them.
7928
7929 2011-08-02 Tom Tromey <tromey@redhat.com>
7930
7931 PR gdb/11289:
7932 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
7933
7934 2011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
7935
7936 PR gdb/13045
7937 * gdb.base/float.exp: Add new test case for PR gdb/13045
7938 * gdb.base/float.c: New file.
7939
7940 2011-07-28 Phil Muldoon <pmuldoon@redhat.com>
7941
7942 * gdb.python/py-mi.exp: Test printers returning string hint, and
7943 also not returning a value.
7944 * gdb.python/py-prettyprint.c: Add testcase for above.
7945 * gdb.python/py-prettyprint.py: Add test printer for above.
7946
7947 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7948
7949 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
7950 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
7951 (.Ldie30) Add as field "data4".
7952 (.Ldie32) Rename field "b" to "shl".
7953 (abbrev4) Change for the "data4" field.
7954 (abbrev5, abbrev6) Remove.
7955 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
7956 (p &s.shl): ... here. Add comment.
7957 (p &s.data4): New.
7958
7959 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7960
7961 Fix crash on lval_computed values.
7962 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
7963
7964 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7965
7966 * gdb.base/help.exp (help whatis): Update the expected string.
7967
7968 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7969
7970 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
7971 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
7972 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
7973 Change the expected string.
7974
7975 2011-07-26 Pedro Alves <pedro@codesourcery.com>
7976
7977 * gdb.base/watchpoint.exp
7978 (test_disable_enable_software_watchpoint): New procedure.
7979 (top level): Run it.
7980
7981 2011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
7982
7983 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
7984 executable file "${binfile}", C++ version "${binfile}-cxx".
7985 * gdb.python/py-prettyprint.exp: Likewise.
7986 * gdb.python/py-symbol.exp: Likewise.
7987 * gdb.python/py-type.exp: Likewise.
7988 * gdb.python/py-value.exp: Likewise.
7989 * gdb.python/py-template.exp (test_template_arg): Pass full executable
7990 file name instead of just suffix.
7991
7992 2011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7993
7994 Fix implicit pointer offsets.
7995 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
7996 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
7997 (continue to breakpoint: continue to baz breakpoint for implptr)
7998 (sanity check element 0, sanity check element 1)
7999 (enter the inlined function, check element 0 for the offset)
8000 (check element 1 for the offset)
8001 (continue to breakpoint: ignore the second baz breakpoint): New tests.
8002 (set foo breakpoint for implptr): Update the breakpoint number.
8003
8004 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
8005
8006 * gdb.python/py-mi.exp: Use different file names for different
8007 versions of the executable under test.
8008 * gdb.python/py-prettyprint.exp: Likewise.
8009 * gdb.python/py-symbol.exp: Likewise.
8010 * gdb.python/py-template.exp: Likewise.
8011 * gdb.python/py-type.exp: Likewise.
8012 * gdb.python/py-value.exp: Likewise.
8013
8014 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
8015
8016 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
8017 flag after restarting GDB if necessary.
8018
8019 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
8020
8021 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
8022
8023 2011-07-22 Pedro Alves <pedro@codesourcery.com>
8024
8025 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
8026 backend doesn't leave used debug registers behind.
8027
8028 2011-07-22 Tom Tromey <tromey@redhat.com>
8029
8030 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
8031 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
8032 argument.
8033 * gdb.dwarf2/typeddwarf-amd64.S: New file.
8034
8035 2011-07-21 Matt Rice <ratmice@gmail.com>
8036
8037 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
8038 in mostlyclean rule. Add files ending in .core.
8039
8040 2011-07-21 Matt Rice <ratmice@gmail.com>
8041
8042 PR macros/12999
8043 * gdb.base/info-macros.c: New test sources.
8044 * gdb.base/info-macros.exp: New tests.
8045
8046 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
8047
8048 * gdb.python/python.exp: Add prompt substitution tests.
8049
8050 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8051
8052 Fix crash if referenced CU is aged out.
8053 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
8054 New.
8055 * gdb.dwarf2/implptr.exp: Likewise.
8056
8057 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8058
8059 * gdb.dwarf2/implptr.S: Rebuilt.
8060 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
8061 (bar): Use them for j, k, l.
8062 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
8063 COMPILE.
8064 (print j in implptr:bar): Update for the intp typedef.
8065 (print p[0].x in implptr:foo): Use more exact regex.
8066
8067 2011-07-18 Tom Tromey <tromey@redhat.com>
8068
8069 * gdb.cp/static-method.exp: Add missing single quote.
8070
8071 2011-07-18 Yao Qi <yao@codesourcery.com>
8072
8073 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
8074 supported.
8075 * gdb.mi/mi-nonstop-exit.exp: Likewise.
8076 * gdb.mi/mi-nonstop.exp: Likewise.
8077 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
8078 * gdb.mi/mi-nsintrall.exp: Likewise.
8079 * gdb.mi/mi-nsmoribund.exp: Likewise.
8080 * gdb.mi/mi-nsthrexec.exp: Likewise.
8081 * gdb.python/py-evthreads.exp: Likewise.
8082
8083 2011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8084
8085 Code cleanup.
8086 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
8087 it. Substitute it instead of test_compiler_info everywhere.
8088
8089 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
8090
8091 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
8092 remote targets as well.
8093
8094 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
8095
8096 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
8097 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
8098
8099 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
8100
8101 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
8102 a remote machine, not the host.
8103 (gdb_compile_shlib): Set soname if target is remote.
8104
8105 2011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
8106
8107 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
8108
8109 2011-07-13 Matt Rice <ratmice@gmail.com>
8110
8111 * gdb.python/py-objfile-script-gdb.py: Renamed to
8112 py-objfile-script-gdb.py.in.
8113 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
8114 py-objfile-script-gdb.py.
8115 * gdb.python/py-objfile-script.exp: Update reference to
8116 py-objfile-script-gdb.py.
8117
8118 2011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8119
8120 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
8121 reference undefined label.
8122
8123 2011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8124
8125 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
8126 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
8127 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
8128 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
8129
8130 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
8131
8132 PR python/12438
8133 * gdb.python/python.exp: Add maint set/show python print-stack
8134 deprecated tests. Add set/show python print-backtrace tests.
8135
8136 2011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8137
8138 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
8139 debug info.
8140
8141 2011-07-06 Matt Rice <ratmice@gmail.com>
8142
8143 * gdb.python/python.exp: Update filename paths.
8144 * gdb.python/py-symtab.exp: Ditto.
8145
8146 2011-07-06 Marek Polacek <mpolacek@redhat.com>
8147
8148 * gdb.python/py-evthreads.exp: Add missing `$'.
8149
8150 2011-07-06 Jie Zhang <jie.zhang@analog.com>
8151
8152 * config/bfin.exp: New file.
8153 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
8154 * gdb.asm/bfin.inc: New file.
8155
8156 2011-07-06 Marek Polacek <mpolacek@redhat.com>
8157
8158 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
8159 the whole output.
8160
8161 2011-07-05 Tom Tromey <tromey@redhat.com>
8162
8163 * gdb.java/jprint.java (jprint.hi): New field.
8164 * gdb.java/jprint.exp: Print string.
8165
8166 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
8167
8168 * gdb.base/call-sc.c: Fix typos.
8169 * gdb.base/ifelse.exp: Likewise.
8170 * gdb.base/structs.c: Likewise.
8171
8172 2011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
8173
8174 * gdb.base/jit-so.exp: New test.
8175 * gdb.base/jit-dlmain.c: New file.
8176 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
8177
8178 2011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8179
8180 * gdb.cp/m-static.exp: Call get_compiler_info.
8181 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
8182 * gdb.cp/pr9167.exp (p b): Likewise.
8183 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
8184 (test value of P in inner_m, test type of Z in inner_m): Call
8185 setup_xfail for gcc <= 4.5.
8186
8187 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8188
8189 * gdb.cp/paren-type.cc: New files.
8190 * gdb.cp/paren-type.exp: New files.
8191
8192 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8193
8194 Stop on first linespec terminator instead of eating what we can.
8195 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
8196 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
8197 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
8198 (break C::f()): ... this one.
8199 (break C::operator()()): New test.
8200 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
8201 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
8202 test.
8203
8204 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8205
8206 Fall back linespec to minimal symbols.
8207 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
8208 error message.
8209 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
8210 * gdb.cp/minsym-fallback-main.cc: New file.
8211 * gdb.cp/minsym-fallback.cc: New file.
8212 * gdb.cp/minsym-fallback.exp: New file.
8213 * gdb.cp/minsym-fallback.h: New file.
8214
8215 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8216
8217 * gdb.cp/no-dmgl-verbose.cc: New file.
8218 * gdb.cp/no-dmgl-verbose.exp: New file.
8219
8220 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8221
8222 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
8223 __GI_.
8224 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
8225 (f): New function.
8226 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
8227 (complete p 'func<short>(): ... here.
8228 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
8229 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
8230 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
8231 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
8232 Make them KFAIL gcc/49546.
8233
8234 2011-07-01 Joel Brobecker <brobecker@adacore.com>
8235
8236 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
8237
8238 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8239
8240 Test GCC PR debug/49546.
8241 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
8242 (test type of F in k3_m, test value of F in k3_m): New.
8243 * gdb.cp/temargs.cc (struct S3, struct K3): New.
8244 (main): New variable k3. Call k3.k3_m.
8245
8246 2011-07-01 Jean-Charles Delay <delay@adacore.com>
8247
8248 * gdb.ada/packed_array.exp: Fix expected outout.
8249
8250 2011-07-01 Jean-Charles Delay <delay@adacore.com>
8251
8252 * gdb.ada/packed_array.exp: fixed expected output.
8253
8254 2011-07-01 Joel Brobecker <brobecker@adacore.com>
8255
8256 * gdb.ada/same_enum: New testcase.
8257
8258 2011-07-01 Joel Brobecker <brobecker@adacore.com>
8259
8260 * gdb.ada/ptr_typedef: New testcase.
8261
8262 2011-07-01 Joel Brobecker <brobecker@adacore.com>
8263
8264 * gdb.ada/arrayptr.exp: Add ptype test.
8265
8266 2011-07-01 Joel Brobecker <brobecker@adacore.com>
8267
8268 * gdb.ada/char_enum: New testcase.
8269
8270 2011-07-01 Yao Qi <yao@codesourcery.com>
8271
8272 * gdb.base/dump.exp (capture_pointer_with_type): New.
8273 Get value from address instead of name.
8274 Start GDB once, and do `dump' and `restore'
8275 tests together.
8276
8277 2011-06-30 Jie Zhang <jie.zhang@analog.com>
8278 Mike Frysinger <vapier@gentoo.org>
8279
8280 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
8281 helper functions for getting/setting remotetimeout variable.
8282 * lib/gdb.exp (gdb_load): If the target is remote, set
8283 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
8284 with $loadtimeout. Set $load_ok to 0 before doing the load.
8285 Instead of returning, immediately, set $load_ok to 0. Call
8286 set_remotetimeout with $oldremotetimeout, and then return if
8287 $load_ok is 1.
8288
8289 2011-06-30 Andrew Burgess <aburgess@broadcom.com>
8290
8291 * gdb.python/py-template.exp: Don't run this test if the target
8292 does not support c++ tests.
8293
8294 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8295
8296 Fix non-only rename list for Fortran modules import.
8297 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
8298 tests.
8299 * gdb.fortran/module.f90 (module moduse): New.
8300 (program module): use moduse, test var_x, var_y and var_z.
8301
8302 2011-06-29 Tom Tromey <tromey@redhat.com>
8303
8304 PR testsuite/12040:
8305 * gdb.fortran/array-element.exp: Use f90, not f77.
8306 * gdb.fortran/complex.exp: Use f90, not f77.
8307 * gdb.fortran/derived-type.exp: Use f90, not f77.
8308 * gdb.fortran/library-module.exp: Use f90, not f77.
8309 * gdb.fortran/logical.exp: Use f90, not f77.
8310 * gdb.fortran/module.exp: Use f90, not f77.
8311 * gdb.fortran/multi-dim.exp: Use f90, not f77.
8312 * gdb.fortran/subarray.exp: Use f90, not f77.
8313
8314 2011-06-29 Tom Tromey <tromey@redhat.com>
8315
8316 * gdb.fortran/charset.exp: New file.
8317 * gdb.fortran/charset.f90: New file.
8318
8319 2011-06-29 Tom Tromey <tromey@redhat.com>
8320
8321 PR testsuite/12040:
8322 * lib/future.exp: New file, mostly extracted from ada.exp.
8323 Rewrote compatibility code to use rename.
8324 (gdb_find_gfortran): New proc.
8325 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
8326 gfortran patch.
8327 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
8328 Move to future.exp.
8329 * lib/gdb.exp: Always load future.exp.
8330
8331 2011-06-28 Yao Qi <yao@codesourcery.com>
8332
8333 * gdb.cp/exception.cc: Don't include iostream.
8334 (bar): Remove print statement.
8335 (catcher): New.
8336 (main): Remove print statements. Call function catcher.
8337 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
8338 Set breakpoint on catcher, and check the value of parameter.
8339
8340 2011-06-23 Yao Qi <yao@codesourcery.com>
8341
8342 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check
8343 breakpoint 1.2 is disabled. KFAIL for uclinux.
8344
8345 2011-06-23 Marek Polacek <mpolacek@redhat.com>
8346
8347 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
8348 mi_gdb_test.
8349
8350 2011-06-23 Marek Polacek <mpolacek@redhat.com>
8351
8352 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
8353
8354 2011-06-23 Marek Polacek <mpolacek@redhat.com>
8355
8356 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
8357
8358 2011-06-23 Marek Polacek <mpolacek@redhat.com>
8359
8360 * gdb.mi/mi2-basics.exp: Fix races. Honour the
8361 `test_exec_and_symbol_mi_operatons' return value.
8362 (test_mi_interpreter_selection): Use mi_gdb_test instead of
8363 gdb_test_multiple.
8364 (test_exec_and_symbol_mi_operatons): Likewise.
8365 (test_path_specification): Likewise.
8366
8367 2011-06-23 Yao Qi <yao@codesourcery.com>
8368
8369 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
8370 supported.
8371 * lib/gdb.exp (support_displaced_stepping): New.
8372
8373 2011-06-23 Yao Qi <yao@codesourcery.com>
8374
8375 * gdb.threads/execl.exp: Skip on remote target.
8376
8377 2011-06-21 Marek Polacek <mpolacek@redhat.com>
8378
8379 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
8380 mi_gdb_test.
8381
8382 2011-06-20 Marek Polacek <mpolacek@redhat.com>
8383
8384 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
8385
8386 2011-06-20 Marek Polacek <mpolacek@redhat.com>
8387
8388 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
8389 mi_gdb_test.
8390
8391 2011-06-20 Marek Polacek <mpolacek@redhat.com>
8392
8393 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
8394
8395 2011-06-14 Yao Qi <yao@codesourcery.com>
8396
8397 gdb/testsuite/
8398 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
8399
8400 2011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8401
8402 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
8403
8404 2011-06-10 Tom Tromey <tromey@redhat.com>
8405
8406 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
8407 Add tests for pointer-to-member-function.
8408 * gdb.cp/temargs.cc (S::somefunc): New function.
8409 (K2): New class.
8410 (main): Instantiate K2; call method.
8411
8412 2011-06-08 Joel Brobecker <brobecker@adacore.com>
8413
8414 * gdb.python/py-inferior.c (f2): Make str an array rather
8415 than a pointer.
8416 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
8417
8418 2011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8419
8420 * gdb.base/async-shell.c: New file.
8421 * gdb.base/async-shell.exp: New file.
8422
8423 2011-06-06 Pedro Alves <pedro@codesourcery.com>
8424
8425 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
8426
8427 2011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
8428
8429 From Stephen Kitt <steve@sk2.org>
8430 * gdb.base/help.exp: Adjust following some spelling corrections
8431 in GDB.
8432
8433 2011-06-01 Yao Qi <yao@codesourcery.com>
8434
8435 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
8436
8437 2010-05-31 Keith Seitz <keiths@redhat.com>
8438
8439 PR c++/12750
8440 * gdb.cp/static-method.cc: New file.
8441 * gdb.cp/static-method.exp: New file.
8442
8443 2010-05-31 Keith Seitz <keiths@redhat.com>
8444
8445 PR symtab/12704
8446 * gdb.cp/anon-ns.cc: New file.
8447 * gdb.cp/anon-ns.exp: New file.
8448
8449 2011-05-31 Pedro Alves <pedro@codesourcery.com>
8450
8451 * gdb.arch/i386-dr3-watch.c: New file.
8452 * gdb.arch/i386-dr3-watch.exp: New file.
8453
8454 2011-05-30 Yao Qi <yao@codesourcery.com>
8455
8456 * gdb.base/callfuncs.c (t_structs_fc): New.
8457 (t_structs_dc, t_structs_ldc): New.
8458 (t_double_many_args):
8459 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
8460 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
8461 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
8462 * gdb.base/callfuncs.exp: Call new functions.
8463
8464 2011-05-30 Yao Qi <yao@codesourcery.com>
8465
8466 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
8467 Call rerun_and_prepare for each test to isolate effects.
8468
8469 2011-05-30 Yao Qi <yao@codesourcery.com>
8470
8471 * gdb.base/varargs.c (find_max_float_real): New.
8472 (find_max_double_real, find_max_long_double_real): New.
8473 * gdb.base/varargs.exp: Call these new added functions.
8474 * lib/gdb.exp (setup_kfail_for_target): New.
8475
8476 2011-05-30 Yao Qi <yao@codesourcery.com>
8477
8478 * gdb.base/funcargs.c (callca, callcb, callcc): New.
8479 (callcd, callce, callcf, callc1a, callc1b): New.
8480 (callc2a, callc2b): New.
8481 * gdb.base/funcargs.exp (complex_args): New.
8482 (complex_integral_args, complex_float_integral_args): New.
8483 * lib/gdb.exp (support_complex_tests): New. Determine
8484 whether to run test cases on _Complex types.
8485
8486 2011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8487
8488 * gdb.threads/leader-exit.c: New file.
8489 * gdb.threads/leader-exit.exp: New file.
8490
8491 2011-05-27 Marek Polacek <mpolacek@redhat.com>
8492
8493 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
8494
8495 2011-05-27 Marek Polacek <mpolacek@redhat.com>
8496
8497 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
8498 remove the `supported' variable.
8499 * gdb.mi/mi-nonstop.exp: Likewise.
8500 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
8501 * gdb.mi/mi-nsintrall.exp: Likewise.
8502 * gdb.mi/mi-nsmoribund.exp: Likewise.
8503 * gdb.mi/mi-nsthrexec.exp: Likewise.
8504
8505 2011-05-26 Pedro Alves <pedro@codesourcery.com>
8506
8507 * gdb.reverse/finish-reverse-bkpt.exp: New test.
8508
8509 2011-05-26 Pedro Alves <pedro@codesourcery.com>
8510
8511 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
8512
8513 2011-05-24 Keith Seitz <keiths@redhat.com>
8514
8515 PR breakpoint/12803
8516 * gdb.cp/cmpd-minsyms.cc (a): New method.
8517 (b): New method.
8518 (c): New method.
8519 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
8520
8521 2011-05-24 Pedro Alves <pedro@codesourcery.com>
8522
8523 * gdb.base/commands.exp (watchpoint_command_test): Check that the
8524 watchpoint's command list didn't execute when the watchpoint went
8525 out of scope.
8526
8527 2011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
8528
8529 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
8530 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
8531 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
8532 * gdb.arch/i386-gnu-cfi.exp: Likewise.
8533 * gdb.arch/i386-permbkpt.exp: Likewise.
8534 * gdb.arch/i386-prologue.exp: Likewise.
8535 * gdb.arch/i386-size-overlap.exp: Likewise.
8536 * gdb.arch/i386-size.exp: Likewise.
8537 * gdb.arch/i386-unwind.exp: Likewise.
8538 * gdb.reverse/i386-precsave.exp: Likewise.
8539 * gdb.reverse/i386-reverse.exp: Likewise.
8540 * gdb.reverse/i386-sse-reverse.exp: Likewise.
8541 * gdb.reverse/i387-env-reverse.exp: Likewise.
8542 * gdb.reverse/i387-stack-reverse.exp: Likewise.
8543
8544 2011-05-24 Pedro Alves <pedro@codesourcery.com>
8545
8546 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
8547 file doesn't error, using MI.
8548
8549 2011-05-23 Tom Tromey <tromey@redhat.com>
8550
8551 * gdb.base/charset.exp (string_display): Add tests to assign to
8552 arrays.
8553 * gdb.base/charset.c (short_array, int_array, long_array): New.
8554
8555 2011-05-20 Pedro Alves <pedro@codesourcery.com>
8556
8557 Cope with async mode.
8558
8559 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
8560 into gdb_test + mi_expect_stop.
8561
8562 2011-05-20 Pedro Alves <pedro@codesourcery.com>
8563
8564 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
8565 (callme): Remove printf call.
8566
8567 2011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
8568
8569 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
8570 quote pattern to avoid problems with Cygwin/mingw expect versions.
8571 * gdb.base/default.exp (show convenience): Use double
8572 quote pattern for regular expressions.
8573
8574 2011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8575
8576 Fix -readnow for -gdwarf-4 unused type units.
8577 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
8578 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
8579
8580 2011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8581
8582 * gdb.base/kill-after-signal.c: New file.
8583 * gdb.base/kill-after-signal.exp: New file.
8584
8585 2011-05-16 Pedro Alves <pedro@codesourcery.com>
8586
8587 * gdb.ada/start.exp: Call untested with the correct test filename.
8588 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
8589 test filename. Make the test's binary unique.
8590 * gdb.arch/i386-signal.exp: Call untested with the correct test
8591 filename.
8592 * gdb.arch/i386-size-overlap.exp: Ditto.
8593 * gdb.arch/Makefile.in (EXECUTABLES): Update.
8594 * gdb.base/gcore-buffer-overflow.exp: Ditto.
8595 * gdb.cp/call-c.exp: Ditto.
8596 * gdb.mi/mi-reverse.exp: Call untested with the correct test
8597 filename. Make the test's binary unique.
8598 * gdb.mi/Makefile.in (EXECUTABLES): Update.
8599 * gdb.python/py-mi.exp: Ditto.
8600 * gdb.python/Makefile.in (EXECUTABLES): Update.
8601 * gdb.reverse/i386-precsave.exp: Ditto.
8602 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
8603 test filename.
8604 * gdb.reverse/i387-stack-reverse.exp: Ditto.
8605 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
8606 unique.
8607 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
8608 test filename.
8609 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
8610 * gdb.trace/tfile.exp: Ditto.
8611
8612 2011-05-14 Yao Qi <yao@codesourcery.com>
8613
8614 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
8615 type.
8616
8617 2011-05-13 Doug Evans <dje@google.com>
8618
8619 * gdb.python/py-objfile-script.exp: New file.
8620 * gdb.python/py-objfile-script.c: New file.
8621 * gdb.python/py-objfile-script-gdb.py: New file.
8622 * testsuite/gdb.python/py-section-script.exp: Test
8623 "info auto-load-scripts".
8624
8625 2011-05-13 Tom Tromey <tromey@redhat.com>
8626
8627 * gdb.dwarf2/clztest.exp: New file.
8628 * gdb.dwarf2/clztest.c: New file.
8629 * gdb.dwarf2/clztest.S: New file.
8630
8631 2011-05-13 Doug Evans <dje@google.com>
8632
8633 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
8634 String16 tests.
8635
8636 2011-05-13 Tom Tromey <tromey@redhat.com>
8637
8638 * lib/gdb.exp (is_x86_like_target): New proc.
8639 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
8640 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
8641 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
8642 -nostdlib to compiler.
8643 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
8644 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
8645 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
8646 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
8647 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
8648
8649 2011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
8650
8651 * gdb.python/py-function.exp: Test setting a value from a function
8652 which executes a command.
8653
8654 2011-05-12 Tom Tromey <tromey@redhat.com>
8655
8656 * gdb.dwarf2/typeddwarf.S: New file.
8657 * gdb.dwarf2/typeddwarf.c: New file.
8658 * gdb.dwarf2/typeddwarf.exp: New file.
8659
8660 2011-05-12 Marek Polacek <mpolacek@redhat.com>
8661
8662 * gdb.mi/mi-basics.exp: Fix races. Honour the
8663 `test_exec_and_symbol_mi_operatons' return value.
8664 (test_mi_interpreter_selection): Use mi_gdb_test instead of
8665 gdb_test_multiple.
8666 (test_exec_and_symbol_mi_operatons): Likewise.
8667 (test_path_specification): Likewise.
8668
8669 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8670
8671 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
8672 (gdb_touch_execfile): Remove catch wrappers. New variable time.
8673 Replace `file copy' and `file rename' by `file mtime'. Twice.
8674
8675 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8676
8677 * gdb.base/readline-ask.c: New file.
8678 * gdb.base/readline-ask.exp: New file.
8679 * gdb.base/readline-ask.inputrc: New file.
8680
8681 2011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
8682
8683 * gdb.cell/bt.exp: Delete breakpoints before running to signal
8684 to avoid race condition.
8685 * gdb.cell/coremaker.c: Use small stack size.
8686 * gdb.cell/ea-standalone.exp: Use file name without path as
8687 argument to c_to.
8688 * gdb.cell/fork.exp: Allow other output when continuing to end.
8689
8690 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8691
8692 * gdb.threads/corethreads.c: New file.
8693 * gdb.threads/corethreads.exp: New file.
8694
8695 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8696
8697 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
8698 Try to compile the test using -Wl,-z,norelro first.
8699 (load_core): New variable libthread_db_seen, initialize it.
8700 (zeroed-threads cannot be listed): Protect it by XFAIL on
8701 !$libthread_db_seen.
8702
8703 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8704
8705 PR 12573
8706 * gdb.dwarf2/dw2-skip-prologue.S: New file.
8707 * gdb.dwarf2/dw2-skip-prologue.c: New file.
8708 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
8709
8710 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8711
8712 * gdb.cp/psymtab-parameter.cc: New file.
8713 * gdb.cp/psymtab-parameter.exp: New file.
8714
8715 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8716
8717 Fix a race.
8718 * gdb.cp/static-print-quit.exp (print c): Split to ...
8719 (print c - <return>, print c - q <return>, print c - to quit):
8720 ... these. Make the testfile untested on gdb-7.1.
8721
8722 2011-5-05 Janis Johnson <janisjo@codesourcery.com>
8723
8724 * lib/gdb.exp (exec_target_file, exec_symbol_file,
8725 gdb_rename_execfile, gdb_touch_execfile): New.
8726 * gdb.base/reread.exp: Use new procs to handle multiple
8727 exec files.
8728
8729 2011-05-05 Yao Qi <yao@codesourcery.com>
8730
8731 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
8732 (test_adr_32bit, test_pop_pc): New.
8733 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
8734 (test_adr_32bit, test_pop_pc): New.
8735
8736 2011-05-04 Joseph Myers <joseph@codesourcery.com>
8737
8738 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
8739 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
8740 targets.
8741 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
8742 handle targets.
8743
8744 2011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8745
8746 * gdb.base/completion.exp (complete help info wat): Rename to ...
8747 (complete 'help info wat'): ... here.
8748 Remove all `-re ".*' and `-re "^.*' redundant regexes.
8749 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
8750
8751 2011-05-04 Pedro Alves <pedro@codesourcery.com>
8752
8753 * gdb.base/completion.exp: Use gdb_test_multiple instead of
8754 gdb_test and explicit $gdb_prompt/timeout matches.
8755
8756 2011-05-04 Yao Qi <yao@codesourcery.com>
8757
8758 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
8759 and __thumb2__.
8760
8761 2011-05-03 Marek Polacek <mpolacek@redhat.com>
8762
8763 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
8764 in place of `gdb_test "delete breakpoints"'. This eliminates two
8765 testcases.
8766
8767 2011-05-02 Pedro Alves <pedro@codesourcery.com>
8768
8769 PR testsuite/12649
8770 Fix races.
8771
8772 * gdb.base/completion.exp: Remove all sleep calls. Remove
8773 unnecessary regexs. Don't explicitly expect anything after the
8774 prompt. Eat the prompt if necessary.
8775
8776 2011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
8777
8778 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
8779 accept to show the caller line again as well as the line after.
8780
8781 2011-04-29 Phil Muldoon <pmuldoon@redhat.com>
8782
8783 PR mi/12531
8784
8785 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
8786 compile target.
8787 * gdb.python/py-prettyprint.exp: Add C++ object for
8788 CPLUS_FAKE_CHILD test.
8789
8790 2011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
8791
8792 * gdb.base/signest.exp: New file.
8793 * gdb.base/signest.c: Likewise.
8794
8795 2011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8796
8797 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
8798 thread and breakpoint notifications.
8799
8800 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8801
8802 * gdb.base/fortran-sym-case.c: New file.
8803 * gdb.base/fortran-sym-case.exp: New file.
8804 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
8805 * gdb.dwarf2/dw2-case-insensitive.c: New file.
8806 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
8807
8808 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8809
8810 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
8811 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
8812 false #1', `if true else false #2' and `if true else false #3'.
8813
8814 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
8815
8816 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
8817 while delivering signal.
8818
8819 2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
8820
8821 MI breakpoint notifications.
8822
8823 * testsuite/gdb.mi/mi-cli.exp: Adust.
8824 * testsuite/gdb.mi/mi2-cli.exp: Adust.
8825 * testsuite/gdb.mi/mi-watch.exp: Adust.
8826 * testsuite/gdb.mi/mi2-watch.exp: Adust.
8827 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
8828 notifications.
8829
8830 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8831
8832 * gdb.base/gdbindex-stabs-dwarf.c: New file.
8833 * gdb.base/gdbindex-stabs.c: New file.
8834 * gdb.base/gdbindex-stabs.exp: New file.
8835
8836 2011-04-25 Yao Qi <yao@codesourcery.com>
8837
8838 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
8839 with /*...*/.
8840 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
8841
8842 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8843
8844 * gdb.python/py-value.exp (test_objfiles): Name the first test
8845 `py-value in file.filename'.
8846
8847 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8848
8849 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
8850 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
8851 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
8852 !gdbserver_reconnect_p..
8853 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
8854
8855 2011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8856
8857 * gdb.cp/cpcompletion.exp (complete class methods)
8858 (complete class methods beginning with F): Move them above runto. New
8859 comment about the runto delimiter.
8860
8861 2011-04-20 Pedro Alves <pedro@codesourcery.com>
8862
8863 * gdb.base/maint.exp: Test that "maint print registers" works
8864 without a running program.
8865
8866 2011-04-20 Marek Polacek <mpolacek@redhat.com>
8867
8868 * gdb.base/setshow.exp: Fix racy tests.
8869 ($old_gdb_prompt): New variable.
8870
8871 2011-04-19 Tom Tromey <tromey@redhat.com>
8872
8873 * gdb.mi/mi-nsmoribund.exp:
8874 * gdb.hp/gdb.objdbg/objdbg01.exp:
8875 * gdb.base/structs.exp (test_struct_returns):
8876 * gdb.base/call-sc.exp (test_scalar_returns):
8877 * gdb.base/bigcore.exp: Remove duplicate words.
8878
8879 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8880
8881 * gdb.base/break-interp-lib.c (v, vptr): New variables.
8882 * gdb.base/break-interp.exp (test_attach): New comment.
8883
8884 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8885
8886 * gdb.threads/gcore-thread.exp ($core0file): New variable.
8887 (clear __stack_user.next, clear stack_used.next)
8888 (save a zeroed-threads corefile): New test.
8889 Call core_load for $core0file.
8890 (zeroed-threads cannot be listed): New test.
8891
8892 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8893
8894 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
8895 filename.
8896 ($srcfile): Preserve the original value.
8897 ($testfile): Match it the .exp filename.
8898 ($corefile): New variable. Substitute it around.
8899 Use clean_restart.
8900 ($prev_timeout): Remove.
8901 (load_core): Move core loading into this proc.
8902 Fix restore of $timeout if load_core fails.
8903
8904 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8905
8906 * gdb.base/eu-strip-infcall.c: New file.
8907 * gdb.base/eu-strip-infcall.exp: New file.
8908
8909 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8910
8911 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
8912 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
8913
8914 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8915
8916 Fix Python access to inlined frames.
8917 * gdb.python/py-frame-inline.c: New file.
8918 * gdb.python/py-frame-inline.exp: New file.
8919
8920 2011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
8921
8922 * gdb.base/gdb1090.exp: Change breakpoint location to read the
8923 content of 's24' correctly (avoiding "optimized out").
8924 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
8925
8926 2011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8927
8928 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
8929
8930 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
8931
8932 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
8933 expect a colon in watch -location output.
8934
8935 2011-04-13 Marek Polacek <mpolacek@redhat.com>
8936
8937 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
8938 New testcase `expect response to define backtrace'. Also remove
8939 redundant `default' block.
8940
8941 2011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8942
8943 * gdb.python/py-prettyprint.c (struct hint_error): New.
8944 (main): New variable hint_error.
8945 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
8946 "print hint_error".
8947 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
8948 (register_pretty_printers): Register it.
8949
8950 2011-04-04 Tom Tromey <tromey@redhat.com>
8951
8952 * gdb.cp/maint.exp (test_help): Update.
8953 (test_namespace): Likewise.
8954
8955 2011-04-01 Joel Brobecker <brobecker@adacore.com>
8956
8957 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
8958 * gdb.ada/arrayptr.exp: Add new tests.
8959
8960 2011-04-01 Joel Brobecker <brobecker@adacore.com>
8961
8962 * gdb.ada/mi_catch_ex: New testcase.
8963
8964 2011-04-01 Pedro Alves <pedro@codesourcery.com>
8965
8966 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
8967 base::overload(void) method without specifying "const".
8968
8969 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
8970
8971 * gdb.arch/thumb-singlestep.S: New file.
8972 * gdb.arch/thumb-singlestep.exp: Likewise.
8973
8974 2011-03-31 Tom Tromey <tromey@redhat.com>
8975
8976 * gdb.python/py-prettyprint.py (exception_flag): New global.
8977 (NoStringContainerPrinter._iterator.next): Check it.
8978 * gdb.python/py-prettyprint.c (main): New variable nstype2.
8979 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
8980
8981 2011-03-29 Tom Tromey <tromey@redhat.com>
8982
8983 * gdb.cp/anon-struct.cc: New file.
8984 * gdb.cp/anon-struct.exp: New file.
8985
8986 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8987
8988 Test STT_GNU_IFUNC support.
8989 * gdb.base/gnu-ifunc-lib.c: New file.
8990 * gdb.base/gnu-ifunc.c: New file.
8991 * gdb.base/gnu-ifunc.exp: New file.
8992
8993 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8994
8995 Support a ring of related breakpoints.
8996 * gdb.base/watchpoint-delete.c: New file.
8997 * gdb.base/watchpoint-delete.exp: New file.
8998
8999 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9000
9001 * gdb.ada/arrayparam.exp (print first after function call): Use
9002 explicit package name. Add a comment
9003 (print lasta after function call): Rename ...
9004 (print last after function call): ... it and use explicit package
9005 name.
9006 (print length after function call): Use explicit package name.
9007 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
9008 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
9009 (multiple matches for symbol i): Rename ...
9010 (multiple matches for symbol integervar): ... it.
9011 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
9012 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
9013
9014 2011-03-25 Andrew Burgess <aburgess@broadcom.com>
9015
9016 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
9017 environment variable to make grep output more predictable. Move
9018 all the environment setup into gdb_init so it's done once per test
9019 case rather than each time we start gdb.
9020
9021 2011-03-24 Tom Tromey <tromey@redhat.com>
9022
9023 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
9024 test.
9025
9026 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9027
9028 * gdb.dwarf2/dw2-entry-value-main.c: New file.
9029 * gdb.dwarf2/dw2-entry-value.S: New file.
9030 * gdb.dwarf2/dw2-entry-value.exp: New file.
9031
9032 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
9033
9034 PR python/12183
9035
9036 * gdb.python/py-function.exp: Add GdbError tests.
9037
9038 2011-03-18 Pedro Alves <pedro@codesourcery.com>
9039
9040 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
9041 (reglocal_test_func, statlocal_test_func): New functions.
9042 (globals_test_func): Call new functions.
9043 * gdb.trace/unavailable.exp (gdb_collect_args_test)
9044 (gdb_collect_locals_test): New procedure.
9045 (gdb_trace_collection_test): Call new procedures.
9046
9047 2011-03-18 Pedro Alves <pedro@codesourcery.com>
9048
9049 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
9050 (test_register, test_register_unavailable): New procedures.
9051 (gdb_unavailable_registers_test): New procedure.
9052 (gdb_trace_collection_test): Call it.
9053
9054 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
9055
9056 PR python/12149
9057
9058 * gdb.python/python.exp: Add gdb.write tests.
9059
9060 2010-03-17 Phil Muldoon <pmuldoon@redhat.com>
9061
9062 * gdb.python/Makefile.in: Add py-objfile.
9063 * gdb.python/py-objfile.exp: New file.
9064 * gdb.python/py-objfile.c: New file.
9065 * gdb.python/py-block.exp: Add is_valid tests.
9066 * gdb.python/py-inferior.exp: Ditto.
9067 * gdb.python/py-infthread.exp: Ditto.
9068 * gdb.python/py-symbol.exp: Ditto.
9069 * gdb.python/py-symtab.exp: Ditto.
9070
9071 2011-03-16 Keith Seitz <keiths@redhat.com>
9072
9073 PR c++/12273
9074 * gdb.cp/cmpd-minsyms.exp: New test.
9075 * gdb.cp/cmpd-minsyms.cc: New file.
9076
9077 PR c++/11734
9078 * gdb.cp/ovsrch.exp: New test.
9079 * gdb.cp/ovsrch.h: New file.
9080 * gdb.cp/ovsrch1.cc: New file.
9081 * gdb.cp/ovsrch2.cc: New file.
9082 * gdb.cp/ovsrch3.cc: New file.
9083 * gdb.cp/ovsrch4.cc: New file.
9084
9085 2011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
9086
9087 PR gdb/12528
9088 * gdb.base/Makefile.in: Adjust EXECUTABLES.
9089 * gdb.base/break-on-linker-gcd-function.exp: New test.
9090 * gdb.base/break-on-linker-gcd-function.cc: New file.
9091
9092 2011-03-15 Andreas Tobler <andreast@fgznet.ch>
9093
9094 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
9095
9096 2011-03-15 Phil Muldoon <pmuldoon@redhat.com>
9097
9098 * lib/gdb.exp (gdb_unload): Add another termination case.
9099
9100 2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9101
9102 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
9103 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
9104 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
9105 Provide a stub byte there.
9106 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
9107 DW_AT_entry_pc.
9108 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
9109
9110 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
9111
9112 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
9113 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
9114 "generic ABI, auto".
9115 (altivec_abi_tests): Accept vectors returned by reference.
9116
9117 2010-03-14 Phil Muldoon <pmuldoon@redhat.com>
9118
9119 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
9120
9121 2011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
9122
9123 * gdb.python/py-section-script.exp: Skip test if no Python support.
9124
9125 2011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
9126
9127 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
9128
9129 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
9130
9131 * gdb.python/py-parameter.exp: Update tests to the new Python
9132 parameter API. Add "no documentation" test. Add deprecated API
9133 backward compatibility test.
9134
9135 2011-03-09 Tom Tromey <tromey@redhat.com>
9136
9137 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
9138 gdb_continue_to_end.
9139
9140 2011-03-09 Mark Kettenis <kettenis@gnu.org>
9141
9142 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
9143 tabs.
9144
9145 2011-03-09 Tom Tromey <tromey@redhat.com>
9146
9147 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
9148 parentheses.
9149 (gdb_continue_to_end): Add "allow_extra" parameter. Use
9150 $command.
9151 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
9152 argument to gdb_continue_to_end.
9153 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
9154 argument to gdb_continue_to_end.
9155 * gdb.cp/annota3.exp: Fix regex.
9156 * gdb.cp/annota2.exp: Fix regex.
9157 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
9158 gdb_continue_to_end.
9159 * gdb.base/call-signal-resume.exp: Revert earlier patch.
9160 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
9161 gdb_continue_to_end.
9162
9163 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9164
9165 * gdb.server/ext-run.exp
9166 (load new file without any gdbserver inferior): New test.
9167
9168 2011-03-07 Tom Tromey <tromey@redhat.com>
9169
9170 * Makefile.in (TAGS): Rewrite.
9171
9172 2011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9173
9174 * gdb.trace/report.exp (12.1: trace report #1): New match for the
9175 initial commands echo. New match for `Found trace'. Anchor all the
9176 other matches. Anchor and match for `No trace frame found' the final
9177 match.
9178
9179 2011-03-07 Tom Tromey <tromey@redhat.com>
9180
9181 * Makefile.in (TAGS): New target.
9182
9183 2011-03-07 Tom Tromey <tromey@redhat.com>
9184
9185 * lib/opencl.exp (skip_opencl_tests): Update for exit message
9186 change.
9187 * lib/mi-support.exp (mi_gdb_test): Update for exit message
9188 change.
9189 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
9190 exit message change.
9191 (skip_altivec_tests): Update for exit message change.
9192 (skip_vsx_tests): Likewise.
9193 (gdb_continue_to_end): Likewise. Add 'command' argument.
9194 * lib/cell.exp (skip_cell_tests): Update for exit message change.
9195 * gdb.threads/tls.exp: Update for exit message change.
9196 * gdb.threads/thread-unwindonsignal.exp: Use
9197 gdb_continue_to_end.
9198 * gdb.threads/step.exp (step_it): Update for exit message change.
9199 (continue_all): Likewise.
9200 * gdb.threads/print-threads.exp (test_all_threads): Update for
9201 exit message change.
9202 * gdb.threads/interrupted-hand-call.exp: Use
9203 gdb_continue_to_end.
9204 * gdb.threads/execl.exp: Use gdb_continue_to_end.
9205 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
9206 gdb_continue_to_end.
9207 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
9208 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
9209 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
9210 * gdb.cp/method.exp: Update for exit message change.
9211 * gdb.cp/mb-templates.exp: Update for exit message change.
9212 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
9213 * gdb.cp/annota3.exp: Update for exit message change.
9214 * gdb.cp/annota2.exp: Update for exit message change.
9215 * gdb.cell/fork.exp: Use gdb_continue_to_end.
9216 * gdb.base/term.exp: Update for exit message change.
9217 * gdb.base/step-test.exp (test_i): Update for exit message change.
9218 * gdb.base/sigstep.exp (advance): Update for exit message change.
9219 (advancei): Likewise.
9220 * gdb.base/siginfo.exp: Update for exit message change.
9221 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
9222 * gdb.base/reread.exp: Use gdb_continue_to_end.
9223 * gdb.base/langs.exp: Use gdb_continue_to_end.
9224 * gdb.base/interrupt.exp: Update for exit message change.
9225 * gdb.base/gdb1555.exp: Update for exit message change.
9226 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
9227 * gdb.base/ending-run.exp: Update for exit message change.
9228 * gdb.base/chng-syms.exp: Update for exit message change.
9229 * gdb.base/checkpoint.exp: Update for exit message change.
9230 * gdb.base/catch-syscall.exp (check_for_program_end): Use
9231 gdb_continue_to_end.
9232 (test_catch_syscall_with_wrong_args): Likewise.
9233 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
9234 * gdb.base/break-interp.exp (test_ld): Update for exit message
9235 change.
9236 * gdb.base/bang.exp: Update for exit message change.
9237 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
9238 (do_call_attach_tests): Likewise.
9239 * gdb.base/a2-run.exp: Update for exit message change.
9240 * gdb.arch/ppc-dfp.exp: Update for exit message change.
9241 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
9242 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
9243
9244 2011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9245
9246 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
9247
9248 2011-03-03 Tom Tromey <tromey@redhat.com>
9249
9250 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
9251 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
9252 * gdb.hp/gdb.aCC/configure.ac: Remove.
9253 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
9254 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
9255 * gdb.hp/gdb.base-hp/configure.ac: Remove.
9256 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
9257 * gdb.hp/gdb.compat/configure (Makefile): Remove.
9258 * gdb.hp/gdb.compat/configure.ac: Remove.
9259 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
9260 * gdb.hp/gdb.defects/configure (Makefile): Remove.
9261 * gdb.hp/gdb.defects/configure.ac: Remove.
9262 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
9263 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
9264 * gdb.hp/gdb.objdbg/configure.ac: Remove.
9265 * gdb.hp/configure.ac: Remove.
9266 * gdb.hp/configure: Remove.
9267 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
9268 substitution.
9269 (Makefile): Remove rule.
9270 * gdb.cell/configure.ac: Remove.
9271 * gdb.cell/configure: Remove.
9272 * gdb.stabs/Makefile.in (Makefile): Remove.
9273 (distclean): Don't remove config.status or config.log.
9274 * gdb.stabs/configure (Makefile): Remove.
9275 * gdb.stabs/configure.ac: Remove.
9276 * configure: Rebuild.
9277 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
9278 Remove stabs- and cell-specific logic. Test for existence of
9279 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
9280 subdirectories, gdb.cell, and and gdb.stabs.
9281 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
9282
9283 2011-03-03 Joel Brobecker <brobecker@adacore.com>
9284
9285 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
9286 end of buffer.
9287
9288 2011-03-02 Joel Brobecker <brobecker@adacore.com>
9289
9290 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
9291 gdb_test when running a test where we expected no output back.
9292
9293 2011-02-28 Michael Snyder <msnyder@vmware.com>
9294
9295 * gdb.cp/overload.cc: Change initializer value to integer.
9296
9297 2011-02-27 Michael Snyder <msnyder@vmware.com>
9298
9299 * gdb.multi/base.exp: Add test for remove-inferiors.
9300
9301 2011-02-26 Joel Brobecker <brobecker@adacore.com>
9302
9303 * gdb.python/py-frame.exp: Simplify the initialization phase
9304 using prepare_for_testing.
9305
9306 2011-02-25 Michael Snyder <msnyder@vmware.com>
9307
9308 * gdb.multi/base.exp: Add tests for info inferiors with args.
9309
9310 2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9311
9312 * gdb.dwarf2/dw2-ranges.S: Rename to ...
9313 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
9314 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
9315 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
9316 asmfile3. Comment the STABS (#3) file compilation. Compile
9317 everything through assembler. Provide KFAIL for symtab/12497.
9318 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
9319 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
9320 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
9321 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
9322
9323 2011-02-24 Michael Snyder <msnyder@vmware.com>
9324
9325 * gdb.base/break.exp: Add tests for delete breakpoints using
9326 convenience variables and value history references.
9327
9328 2011-02-24 Michael Snyder <msnyder@vmware.com>
9329
9330 * gdb.base/break.exp: Remove debugging 'printf' accidentally
9331 left behind in previous check-in.
9332
9333 2011-02-23 Michael Snyder <msnyder@vmware.com>
9334
9335 * gdb.base/break.exp: Add tests for "info break" with arguments.
9336 * gdb.trace/infotrace.exp: Update patterns for error and help.
9337 * gdb.base/completion.exp: Update pattern.
9338 * gdb.base/ena-dis-br.exp: Update pattern.
9339 * gdb.base/help.exp: Update patterns.
9340
9341 2011-02-23 Michael Snyder <msnyder@vmware.com>
9342
9343 * gdb.base/memattr.exp: New test.
9344 * gdb.base/memattr.c: Test load for memattr.exp.
9345
9346 2011-02-22 Doug Evans <dje@google.com>
9347
9348 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
9349
9350 2011-02-22 Michael Snyder <msnyder@vmware.com>
9351
9352 * Makefile.in: Make more clean.
9353 * gdb.ada/Makefile.in: Ditto.
9354 * gdb.arch/Makefile.in: Ditto.
9355 * gdb.asm/Makefile.in: Ditto.
9356 * gdb.base/Makefile.in: Ditto.
9357 * gdb.cp/Makefile.in: Ditto.
9358 * gdb.dwarf2/Makefile.in: Ditto.
9359 * gdb.java/Makefile.in: Ditto.
9360 * gdb.mi/Makefile.in: Ditto.
9361 * gdb.modula2/Makefile.in: Ditto.
9362 * gdb.python/Makefile.in: Ditto.
9363 * gdb.server/Makefile.in: Ditto.
9364 * gdb.stabs/Makefile.in: Ditto.
9365 * gdb.threads/Makefile.in: Ditto.
9366 * gdb.trace/Makefile.in: Ditto.
9367
9368 2011-02-22 Michael Snyder <msnyder@vmware.com>
9369
9370 * gdb.threads/thread-find.exp: Add tests for bad input to
9371 info threads.
9372
9373 2011-02-22 Joel Brobecker <brobecker@adacore.com>
9374
9375 * gdb.python/py-breakpoint.exp: Fix the expected output of
9376 one of the "maint info breakpoints" tests to accept the output
9377 generated on platforms that do not have hardware watchpoints.
9378
9379 2011-02-22 Joel Brobecker <brobecker@adacore.com>
9380
9381 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
9382 clean_restart. Be a little stricter in the expected output
9383 for one of the tests. Fix a typo in one of the comments.
9384
9385 2011-02-22 Joel Brobecker <brobecker@adacore.com>
9386
9387 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
9388 Delete variable binfile, no longer use. Add or modify test
9389 comments to make them unique.
9390
9391 2011-02-21 Michael Snyder <msnyder@vmware.com>
9392
9393 * Makefile.in: Update for make clean.
9394 * gdb.ada/Makefile.in: Ditto.
9395 * gdb.arch/Makefile.in: Ditto.
9396 * gdb.asm/Makefile.in: Ditto.
9397 * gdb.base/Makefile.in: Ditto.
9398 * gdb.cp/Makefile.in: Ditto.
9399 * gdb.dwarf2/Makefile.in: Ditto.
9400 * gdb.java/Makefile.in: Ditto.
9401 * gdb.mi/Makefile.in: Ditto.
9402 * gdb.modula2/Makefile.in: Ditto.
9403 * gdb.python/Makefile.in: Ditto.
9404 * gdb.server/Makefile.in: Ditto.
9405 * gdb.stabs/Makefile.in: Ditto.
9406 * gdb.threads/Makefile.in: Ditto.
9407 * gdb.trace/Makefile.in: Ditto.
9408
9409 2011-02-21 Michael Snyder <msnyder@vmware.com>
9410
9411 * gdb.threads/thread-find.exp: Update patterns for changes in
9412 output of "info threads" command.
9413
9414 2011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
9415 Ulrich Weigand <uweigand@de.ibm.com>
9416
9417 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
9418 (skip_hw_watchpoint_tests): Likewise.
9419 (skip_hw_watchpoint_multi_tests): Likewise.
9420
9421 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
9422
9423 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
9424 (skip_hw_watchpoint_tests): Likewise.
9425 (skip_hw_watchpoint_multi_tests): Likewise.
9426 (skip_hw_watchpoint_access_tests): Likewise.
9427
9428 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
9429 * gdb.base/pr11022.exp: Likewise.
9430 * gdb.base/watch-read.exp: Likewise.
9431 * gdb.base/watch_thread_num.exp: Likewise.
9432 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
9433 * gdb.base/watchpoint-hw.exp: Likewise.
9434 * gdb.base/watchpoint.exp: Likewise.
9435 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
9436 * gdb.threads/watchthreads-reorder.exp: Likewise.
9437 * gdb.threads/watchthreads.exp: Likewise.
9438 * gdb.threads/watchthreads2.exp: Likewise.
9439
9440 2011-02-21 Joel Brobecker <brobecker@adacore.com>
9441
9442 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
9443 the debugger is unable to find the array bounds.
9444
9445 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
9446
9447 * gdb.cp/typedef-operator.exp: New file.
9448 * gdb.cp/typedef-operator.cc: New file.
9449
9450 2011-02-17 Michael Snyder <msnyder@vmware.com>
9451
9452 * gdb.threads/thread-find.exp: Fix regular expressions.
9453
9454 2011-02-17 Joel Brobecker <brobecker@adacore.com>
9455
9456 * gdb.ada/packed_array: Expand testcase to test printing of
9457 unconstrained packed array.
9458
9459 2011-02-17 Joel Brobecker <brobecker@adacore.com>
9460
9461 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
9462
9463 2011-02-16 Pedro Alves <pedro@codesourcery.com>
9464
9465 * gdb.trace/collection.c (globalarr3): New global.
9466 (main): Initialize it before collecting, and and clear it
9467 afterwards.
9468 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
9469 collecting with '{type} addr', where the addr expression is not an
9470 rvalue.
9471
9472 2011-02-16 Ken Werner <ken.werner@de.ibm.com>
9473
9474 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
9475 a bool variable. Expect correct OpenCL names for vector types. Use the
9476 uc3 variable name instead of referring to the uchar3 built-in type.
9477 Escape the asterisk at the half pointer test.
9478
9479 2011-02-16 Pedro Alves <pedro@codesourcery.com>
9480
9481 * gdb.trace/collection.c (globalarr2): New global.
9482 (main): Initialize it before collecting, and and clear it
9483 afterwards.
9484 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
9485 collecting overlapping memory ranges.
9486
9487 2011-02-15 Michael Snyder <msnyder@vmware.com>
9488
9489 * gdb.base/default.exp: Add tests for thread commands.
9490 * gdb.base/help.exp: Add tests for thread commands.
9491 * gdb.threads/thread-find.exp: New test for thread find command.
9492
9493 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
9494
9495 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
9496
9497 2011-02-15 Yao Qi <yao@codesourcery.com>
9498
9499 PR tdep/12352
9500 * gdb.arch/arm-disp-step.S : New test for str instruction.
9501 * gdb.arch/arm-disp-step.exp : Likewise.
9502
9503 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
9504
9505 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
9506 "vector_register2_vr" test strings. Test the extended floating
9507 point registers (F32~F63).
9508 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
9509 IBM XL C compiler. Make the test program use a register provided
9510 by the compiler for the lxvd2x instruction.
9511
9512 2011-02-14 Pedro Alves <pedro@codesourcery.com>
9513
9514 * gdb.trace/unavailable.cc (class Base, class Middle, class
9515 Derived): New types.
9516 (derived_unavail, derived_partial, derived_whole): New globals.
9517 (virtual_partial): New global.
9518 (virtualp): Point at virtual_partial.
9519 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
9520 related to unavailable vptr.
9521
9522 2011-02-14 Pedro Alves <pedro@codesourcery.com>
9523
9524 * gdb.trace/unavailable.cc (a, b, c): New globals.
9525 (main): Set and clear them.
9526 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
9527 `a' and `c', and check that `b' isn't collected, although `a' and
9528 `c' are.
9529
9530 2011-02-14 Pedro Alves <pedro@codesourcery.com>
9531
9532 * gdb.trace/unavailable.cc (struct Virtual): New.
9533 (virtualp): New global pointer.
9534 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
9535 printing a pointer to an object whose type has a vtable, with
9536 print object on.
9537
9538 2011-02-14 Pedro Alves <pedro@codesourcery.com>
9539
9540 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
9541 value repeat handles unavailableness.
9542
9543 2011-02-14 Pedro Alves <pedro@codesourcery.com>
9544
9545 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
9546 tests for building arrays from unavailable values, subscripting
9547 non-memory rvalue unvailable arrays, and accessing fields or
9548 baseclasses of non-lazy unavailable values,
9549 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
9550 struct types.
9551 (g_smallstruct, g_smallstruct_b): New globals.
9552
9553 2011-02-14 Pedro Alves <pedro@codesourcery.com>
9554
9555 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
9556
9557 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9558
9559 Fix const/volatile qualifiers of C++ types, PR c++/12328.
9560 * gdb.cp/overload-const.exp: New file.
9561 * gdb.cp/overload-const.cc: New file.
9562
9563 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
9564
9565 * gdb.opencl/callfuncs.cl: New file.
9566 * gdb.opencl/callfuncs.exp: New test.
9567 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
9568
9569 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
9570
9571 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
9572 when computing result.
9573 * gdb.arch/altivec-abi.exp: Update expected results.
9574
9575 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
9576
9577 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
9578 * gdb.base/jit.exp: Likewise.
9579 * gdb.base/pie-execl.exp: Likewise.
9580 * gdb.base/solib-nodir.exp: Likewise.
9581 * gdb.base/solib-overlap.exp: Likewise.
9582
9583 2011-02-07 Pedro Alves <pedro@codesourcery.com>
9584
9585 * gdb.trace/collection.c (global_pieces): New.
9586 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
9587 New procedure.
9588 (gdb_trace_collection_test): Call it.
9589
9590 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
9591
9592 * gdb.python/py-evthreads.c: New file.
9593 * gdb.python/py-evthreads.exp: New file.
9594 * gdb.python/py-events.py: New file.
9595 * gdb.python/py-events.exp: New file.
9596 * gdb.python/py-events.c: New file.
9597
9598 2011-02-04 David Daney <ddaney@caviumnetworks.com>
9599
9600 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
9601
9602 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
9603
9604 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
9605 gdb.base/disasm-end-cu.exp: New test for disassembling over the
9606 boundary between two compilation units.
9607
9608 2011-02-02 Pedro Alves <pedro@codesourcery.com>
9609
9610 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
9611 (Virtual): New structs.
9612 (virtual_o, virtual_middle_b): New globals.
9613 * gdb.cp/virtbase.exp: New tests.
9614
9615 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
9616
9617 * gdb.base/jit.exp: New file.
9618 * gdb.base/jit-main.c: New file.
9619 * gdb.base/jit-solib.c: New file.
9620
9621 2011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
9622
9623 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
9624 proceed to initial kernel entry point.
9625 * gdb.opencl/datatypes.exp: Likewise.
9626 * gdb.opencl/operators.exp: Likewise.
9627 * gdb.opencl/vec_comps.exp: Likewise.
9628
9629 2011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
9630
9631 * gdb.cp/nsnested.cc: New.
9632 * gdb.cp/nsnested.exp: New.
9633 * gdb.cp/nsnoimports.exp: New.
9634 * gdb.cp/nsnoimports.cc: New.
9635
9636 2011-01-31 Joel Brobecker <brobecker@adacore.com>
9637
9638 * gdb.base/interact.exp: Add extra tests that verify that
9639 the value of the interactive-mode setting does not change
9640 after the script is sourced.
9641
9642 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9643
9644 * gdb.cp/noparam.exp: New file.
9645 * gdb.cp/noparam.cc: New file.
9646
9647 2011-01-28 Pedro Alves <pedro@codesourcery.com>
9648
9649 * gdb.trace/tfile.exp: Test that with no traceframe selected,
9650 there's no stack or registers.
9651
9652 2011-01-26 Tom Tromey <tromey@redhat.com>
9653
9654 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
9655 space before string output. Add test for "set print pretty off"
9656 case.
9657
9658 2011-01-25 Pedro Alves <pedro@codesourcery.com>
9659
9660 * gdb.base/frame-args.exp: Adjust.
9661 * gdb.dwarf2/dw2-noloc.exp: Adjust.
9662 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
9663 * gdb.dwarf2/pieces.exp: Adjust.
9664 * gdb.opt/clobbered-registers-O2.exp: Adjust.
9665 * gdb.opt/inline-locals.exp: Adjust.
9666 * gdb.threads/fork-child-threads.exp: Adjust.
9667
9668 2011-01-25 Ken Werner <ken.werner@de.ibm.com>
9669
9670 * gdb.opencl/convs_casts.cl: Move program scope variables into the
9671 OpenCL kernel function. Add a comment as marker. Add address space
9672 qualifiers for the remaining program scope variables.
9673 * gdb.opencl/datatypes.cl: Likewise.
9674 * gdb.opencl/operators.cl: Likewise.
9675 * gdb.opencl/vec_comps.cl: Likewise.
9676 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
9677 Add breakpoint at the marker comment.
9678 * gdb.opencl/datatypes.exp: Likewise.
9679 * gdb.opencl/operators.exp: Likewise.
9680 * gdb.opencl/vec_comps.exp: Likewise.
9681
9682 2011-01-24 Pedro Alves <pedro@codesourcery.com>
9683
9684 * gdb.base/printcmds.c (some_struct): New struct and instance.
9685 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
9686 procedure.
9687 <global scope>: Call it.
9688
9689 2011-01-21 Ken Werner <ken.werner@de.ibm.com>
9690
9691 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
9692 argument to the gdb_compile_opencl_hostapp call.
9693
9694 2011-01-19 Yao Qi <yao@codesourcery.com>
9695
9696 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
9697 positve list.
9698
9699 2011-01-19 Yao Qi <yao@codesourcery.com>
9700
9701 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
9702 canonical form.
9703 Remove "xscale-*-*"
9704 * gdb.xml/tdesc-regs.exp: Likewise.
9705 * gdb.python/py-section-script.exp: Replace ARM target triplet
9706 with canonical form.
9707 Match arm*-*-symbianelf*.
9708 * gdb.base/dup-sect.exp: Likewise.
9709 * lib/dwarf.exp: New.
9710 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
9711 dwarf2_support.
9712 * gdb.dwarf2/dup-psym.exp: Likewise.
9713 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
9714 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
9715 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
9716 * gdb.dwarf2/dw2-basic.exp: Likewise.
9717 * gdb.dwarf2/dw2-compressed.exp: Likewise.
9718 * gdb.dwarf2/dw2-const.exp: Likewise.
9719 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
9720 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
9721 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9722 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
9723 * gdb.dwarf2/dw2-filename.exp: Likewise.
9724 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9725 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
9726 * gdb.dwarf2/dw2-intercu.exp: Likewise.
9727 * gdb.dwarf2/dw2-intermix.exp: Likewise.
9728 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
9729 * gdb.dwarf2/dw2-noloc.exp: Likewise.
9730 * gdb.dwarf2/dw2-op-call.exp: Likewise.
9731 * gdb.dwarf2/dw2-producer.exp: Likewise.
9732 * gdb.dwarf2/dw2-ranges.exp: Likewise.
9733 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
9734 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
9735 * gdb.dwarf2/dw2-strp.exp: Likewise.
9736 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
9737 * gdb.dwarf2/implptr.exp: Likewise.
9738 * gdb.dwarf2/mac-fileno.exp: Likewise.
9739 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
9740 * gdb.dwarf2/pieces.exp: Likewise.
9741 * gdb.dwarf2/pr11465.exp: Likewise.
9742 * gdb.dwarf2/valop.exp: Likewise.
9743 * gdb.dwarf2/watch-notconst.exp: Likewise.
9744 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
9745
9746 2011-01-19 Tom Tromey <tromey@redhat.com>
9747
9748 * gdb.python/py-infthread.exp: Add thread tests.
9749
9750 2011-01-14 Joel Brobecker <brobecker@adacore.com>
9751
9752 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
9753
9754 2011-01-14 Joel Brobecker <brobecker@adacore.com>
9755
9756 * gdb.ada/widewide: New testcase.
9757
9758 2011-01-13 Joel Brobecker <brobecker@adacore.com>
9759
9760 * gdb.base/interact.exp: New testcase.
9761
9762 2011-01-12 Tom Tromey <tromey@redhat.com>
9763
9764 * gdb.mi/gdb2549.exp: Update for error message changes.
9765 * gdb.mi/mi-cli.exp: Likewise.
9766 * gdb.mi/mi-disassemble.exp: Likewise.
9767 * gdb.mi/mi-pthreads.exp: Likewise.
9768 * gdb.mi/mi-regs.exp: Likewise.
9769 * gdb.mi/mi-stack.exp: Likewise.
9770 * gdb.mi/mi-var-block.exp: Likewise.
9771 * gdb.mi/mi-var-cmd.exp: Likewise.
9772 * gdb.mi/mi2-cli.exp: Likewise.
9773 * gdb.mi/mi2-disassemble.exp: Likewise.
9774 * gdb.mi/mi2-pthreads.exp: Likewise.
9775 * gdb.mi/mi2-regs.exp: Likewise.
9776 * gdb.mi/mi2-stack.exp: Likewise.
9777 * gdb.mi/mi2-var-block.exp: Likewise.
9778 * gdb.mi/mi2-var-cmd.exp: Likewise.
9779
9780 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
9781 Jan Kratochvil <jan.kratochvil@redhat.com>
9782
9783 PR fortran/11104 and DWARF unbound arrays detection.
9784 * gdb.fortran/multi-dim.exp: New file.
9785 * gdb.fortran/multi-dim.f90: New file.
9786
9787 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
9788
9789 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
9790 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
9791 add new tests for opcode dumping.
9792
9793 2011-01-11 Tom Tromey <tromey@redhat.com>
9794
9795 * gdb.python/py-infthread.exp: Load gdb-python.exp.
9796
9797 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
9798
9799 Convert hardware watchpoints to use breakpoint_ops.
9800 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
9801 type is not supported.
9802 * gdb.base/foll-fork.exp: Likewise.
9803 * gdb.base/foll-vfork.exp: Likewise.
9804
9805 2011-01-10 Phil Muldoon <pmuldoon@redhat.com>
9806
9807 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
9808 Use load_lib gdb-python.exp.
9809 * gdb.python/python.exp: Ditto.
9810 * gdb.python/py-function.exp: Ditto.
9811
9812 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
9813
9814 * gdb.threads/tls.exp ("info address me"): Fix expected output.
9815
9816 2011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9817
9818 * configure: Regenerate.
9819
9820 2011-01-06 Tom Tromey <tromey@redhat.com>
9821
9822 * gdb.python/py-frame.exp: Test gdb.newest_frame.
9823
9824 2011-01-06 Joel Brobecker <brobecker@adacore.com>
9825
9826 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
9827 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
9828 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
9829 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
9830 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
9831 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
9832 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
9833 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
9834 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
9835 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
9836 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
9837 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
9838 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
9839 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
9840 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
9841 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
9842 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
9843 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
9844 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
9845 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
9846 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
9847 gdb.ada/uninitialized_vars.exp,
9848 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
9849 Simplify by using clean_restart.
9850
9851 2011-01-06 Joel Brobecker <brobecker@adacore.com>
9852
9853 Add marker to be used as anchor for inserting breakpoints.
9854 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
9855 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
9856 Likewise.
9857
9858 Remove uses of gdb_start_cmd.
9859 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
9860 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
9861
9862 Do not run testcase if testing with GDBserver.
9863 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
9864 if testing with GDBserver.
9865
9866 2011-01-06 Joel Brobecker <brobecker@adacore.com>
9867
9868 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
9869 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
9870 copyright header.
9871
9872 2011-01-05 Joel Brobecker <brobecker@adacore.com>
9873
9874 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
9875 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
9876 testsuite/gdb.fortran/complex.f,
9877 testsuite/gdb.fortran/derived-type.f90,
9878 testsuite/gdb.fortran/library-module-lib.f90,
9879 testsuite/gdb.fortran/library-module-main.f90,
9880 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
9881 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
9882 Copyright year update.
9883
9884 2011-01-05 Joel Brobecker <brobecker@adacore.com>
9885
9886 * gdb.base/langs1.f: Add copyright header.
9887
9888 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9889
9890 * gdb.base/morestack.exp: New file.
9891 * gdb.base/morestack.c: New file.
9892
9893 2011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9894
9895 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
9896
9897 2010-12-29 Joel Brobecker <brobecker@adacore.com>
9898
9899 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
9900 * gdb.ada/arrayptr.exp: Add test printing that new variable.
9901
9902 2010-12-29 Joel Brobecker <brobecker@adacore.com>
9903
9904 * gdb.ada/lang_switch.exp: Correct expected parameter value.
9905
9906 2010-12-25 Andreas Schwab <schwab@linux-m68k.org>
9907
9908 * gdb.threads/tls.exp: Fix typo.
9909
9910 * gdb.threads/thread-specific.exp (get_thread_list): Update.
9911 * gdb.threads/execl.exp: Update.
9912
9913 2010-12-23 Yao Qi <yao@codesourcery.com>
9914
9915 * gdb.arch/arm-disp-step.exp: New.
9916 * gdb.arch/arm-disp-step.S: New.
9917
9918 2010-12-21 Tom Tromey <tromey@redhat.com>
9919
9920 * gdb.threads/execl.exp: Update.
9921 * gdb.threads/linux-dp.exp: Update.
9922 * gdb.threads/manythreads.exp: Update.
9923 * gdb.threads/tls.exp: Update.
9924
9925 2010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9926
9927 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
9928 (NextOverThrowDerivates) <resumebpt>: New.
9929 (resumebpt_test): New.
9930 (main): Call resumebpt_test.
9931 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
9932
9933 2010-12-12 Stan Shebs <stan@codesourcery.com>
9934
9935 * gdb.trace/tsv.exp: Test print command on trace state variables.
9936
9937 2010-12-09 Tom Tromey <tromey@redhat.com>
9938
9939 * gdb.base/interp.exp: Add regression test.
9940
9941 2010-12-09 Tom Tromey <tromey@redhat.com>
9942
9943 * gdb.java/jnpe.java: New file.
9944 * gdb.java/jnpe.exp: New file.
9945 * gdb.cp/nextoverthrow.exp: New file.
9946 * gdb.cp/nextoverthrow.cc: New file.
9947
9948 2010-12-07 Doug Evans <dje@google.com>
9949
9950 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
9951 of data-directory.
9952 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
9953 updated.
9954 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
9955
9956 2010-11-29 Michael Snyder <msnyder@vmware.com>
9957
9958 * gdb.base/callfuncs.exp: Test for skip_float_tests.
9959 * gdb.base/call-sc.exp: Ditto.
9960 * gdb.base/finish.exp: Ditto.
9961 * gdb.base/return.exp: Ditto.
9962 * gdb.base/return2.exp: Ditto.
9963
9964 2010-11-30 Doug Evans <dje@google.com>
9965
9966 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
9967 (gdb_expect_list): Fix spelling errors in comments.
9968 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
9969 send_gdb/gdb_expect_list where applicable.
9970 * gdb.base/call-ar-st.exp: Ditto.
9971 * gdb.base/funcargs.exp: Ditto.
9972 * gdb.base/gcore.exp: Ditto.
9973 * gdb.base/page.exp: Ditto.
9974 * gdb.base/sigaltstack.exp: Ditto.
9975 * gdb.base/siginfo.exp: Ditto.
9976 * gdb.base/sigstep.exp: Ditto.
9977 * gdb.base/trace-commands.exp: Ditto.
9978
9979 2010-11-29 Doug Evans <dje@google.com>
9980
9981 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
9982 printer-name;subprinter-name.
9983
9984 2010-11-29 Tom Tromey <tromey@redhat.com>
9985
9986 * gdb.dwarf2/implptr.exp: New file.
9987 * gdb.dwarf2/implptr.c: New file.
9988 * gdb.dwarf2/implptr.S: New file.
9989
9990 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
9991
9992 PR python/12199
9993
9994 * gdb.python/py-breakpoint.exp: Test the delete method.
9995
9996 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9997
9998 Fix step_resume_breakpoint unsaved during an infcall.
9999 * gdb.base/step-resume-infcall.exp: New file.
10000 * gdb.base/step-resume-infcall.c: New file.
10001
10002 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
10003
10004 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
10005
10006 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
10007
10008 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
10009 on ppc64's symbols; "finish" and "return" commands must accept to
10010 show the caller line again as well as the line after.
10011 * gdb.asm/powerpc64.inc: New file.
10012
10013 2010-11-23 Doug Evans <dje@google.com>
10014
10015 * lib/gdb.exp (gdb_test_sequence): New function.
10016 (gdb_expect_list): Add verbose -log call for each pattern.
10017 * gdb.base/signals.exp (test_handle_all_print): Call it.
10018 Reduce timeout increment from 6 minutes to 1 minute.
10019 * gdb.server/ext-run.exp: Call it.
10020
10021 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
10022
10023 PR python/12212
10024
10025 * gdb.python/python.exp: Check that selected_thread raises an
10026 error when no inferior is loaded.
10027
10028 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10029
10030 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
10031 * gdb.dwarf2/dw2-stack-boundary.S: New file.
10032
10033 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10034
10035 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
10036 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
10037
10038 2010-11-18 Doug Evans <dje@google.com>
10039
10040 * gdb.server/ext-run.exp: Fix intermittent failures.
10041
10042 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
10043
10044 * gdb.stabs/gdb11479.exp: Use runto_main.
10045
10046 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
10047
10048 * gdb.base/break-entry.exp: Skip if using a stub.
10049
10050 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
10051
10052 * gdb.python/py-inferior.exp: Pack values in target endianness.
10053
10054 2010-11-12 Tom Tromey <tromey@redhat.com>
10055
10056 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
10057 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
10058 MemoryError.
10059 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
10060 type.
10061 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
10062 MemoryError.
10063 (test_subscript_regression): Update exception type.
10064
10065 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
10066
10067 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
10068 breakpoint tests.
10069
10070 2010-11-09 Pedro Alves <pedro@codesourcery.com>
10071
10072 * gdb.base/watchpoint.exp: Test "watch -location" with an
10073 innacessible location.
10074
10075 2010-11-09 Edjunior Machado <emachado@br.ibm.com>
10076 Luis Machado <luisgpm@br.ibm.com>
10077
10078 * gdb.base/maint.exp: Expect "." prefix.
10079 * gdb.base/nodebug.exp: Expect "." Likewise.
10080 * gdb.base/sepsymtab.exp: Expect "." Likewise.
10081 * gdb.base/watchpoint-cond-gone.exp: Likewise.
10082 * gdb.base/watchpoint.exp: Expect a software watch to be created for
10083 POWER server processors.
10084
10085 2010-11-08 Edjunior Machado <emachado@br.ibm.com>
10086 Luis Machado <luisgpm@br.ibm.com>
10087
10088 * gdb.base/break-entry.exp: convert entry point for
10089 ppc64 and expect leading `.' on ppc64's symbols
10090
10091 2010-11-05 Doug Evans <dje@google.com>
10092
10093 * gdb.base/help.exp: Update expected output.
10094 * gdb.python/py-param.exp: Delete, contents moved to ...
10095 * gdb.python/py-parameter.exp: ... here. New file.
10096 Add test for gdb.parameter ("directories").
10097
10098 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
10099
10100 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
10101 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
10102 * configure: Regenerate.
10103 * gdb.opencl/Makefile.in: New File.
10104 * gdb.opencl/datatypes.exp: Likewise.
10105 * gdb.opencl/datatypes.cl: Likewise.
10106 * gdb.opencl/operators.exp: Likewise.
10107 * gdb.opencl/operators.cl: Likewise.
10108 * gdb.opencl/vec_comps.exp: Likewise.
10109 * gdb.opencl/vec_comps.cl: Likewise.
10110 * gdb.opencl/convs_casts.exp: Likewise.
10111 * gdb.opencl/convs_casts.cl: Likewise.
10112 * lib/opencl.exp: Likewise.
10113 * lib/opencl_hostapp.c: Likewise.
10114 * lib/opencl_kernel.cl: Likewise.
10115 * lib/cl_util.c: Likewise.
10116 * lib/cl_util.c: Likewise.
10117 * gdb.base/default.exp (set language): Add "opencl" to the list of
10118 languages.
10119
10120 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
10121
10122 * gdb.cp/overload.exp: Added test for inheritance overload.
10123 * gdb.cp/overload.cc: Ditto.
10124 * gdb.cp/oranking.exp: Removed releveant kfails.
10125
10126 2010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10127 Joel Brobecker <brobecker@adacore.com>
10128
10129 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
10130 check test_compiler_info.
10131
10132 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
10133
10134 * gdb.base/gnu_vector.exp: Adjust expect messages.
10135
10136 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
10137
10138 * gdb.base/gnu_vector.exp: Add unary operator tests.
10139
10140 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
10141
10142 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
10143
10144 2010-11-02 Doug Evans <dje@google.com>
10145
10146 * gdb.python/py-pp-maint.c: New file.
10147 * gdb.python/py-pp-maint.exp: New file.
10148 * gdb.python/py-pp-maint.py: New file.
10149
10150 2010-11-02 Tom Tromey <tromey@redhat.com>
10151
10152 * gdb.base/default.exp: Remove "scheme" from language list.
10153
10154 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10155
10156 Revert:
10157 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10158 * gdb.threads/sigstep-threads.exp: New file.
10159 * gdb.threads/sigstep-threads.c: New file.
10160
10161 2010-10-20 Michael Snyder <msnyder@vmware.com>
10162
10163 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
10164
10165 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
10166
10167 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
10168 Skip test completely if gdb,no_hardware_watchpoints.
10169
10170 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
10171
10172 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
10173 strict, but do not check for any particular function name within libc.
10174
10175 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
10176
10177 * gdb.cp/smartp.exp: New test.
10178 * gdb.cp/smartp.cc : New test.
10179
10180 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
10181
10182 * gdb.cp/converts.exp: Test pointer to bool conversion.
10183 Test pointer to long conversion.
10184 * gdb.cp/oranking.exp: Removed relevant kfail.
10185
10186 2010-10-18 Tom Tromey <tromey@redhat.com>
10187
10188 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
10189 argument to lazy_string.
10190 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
10191 (pp_ls.to_string): Use it.
10192 * gdb.python/py-prettyprint.c (main): Move declarations to top.
10193 Add "estring2" local.
10194
10195 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10196
10197 Fix s390x compatibility.
10198 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
10199 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
10200
10201 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10202
10203 * gdb.threads/sigstep-threads.exp: New file.
10204 * gdb.threads/sigstep-threads.c: New file.
10205
10206 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10207
10208 * gdb.base/pie-execl.exp: New file.
10209 * gdb.base/pie-execl.c: New file.
10210
10211 2010-10-13 Doug Evans <dje@google.com>
10212 Jan Kratochvil <jan.kratochvil@redhat.com>
10213
10214 PR exp/12117
10215 * gdb.cp/ptype-cv-cp.cc: New file.
10216 * gdb.cp/ptype-cv-cp.exp: New file.
10217
10218 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
10219
10220 * gdb.cp/converts.cc: New test program.
10221 * gdb.cp/converts.exp: New test.
10222 * gdb.cp/overload.exp: Added test for void* vs int*.
10223 * gdb.cp/overload.exp: Ditto.
10224 * gdb.cp/oranking.exp: Removed related kfail.
10225
10226 2010-10-13 Doug Evans <dje@google.com>
10227
10228 * lib/gdb-python.exp (gdb_check_python_config): New function.
10229 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
10230 * gdb.python/lib-types.cc: New file.
10231 * gdb.python/lib-types.exp: New file.
10232
10233 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10234
10235 * gdb.python/py-error.exp: New file.
10236 * gdb.python/py-error.py: New file.
10237
10238 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10239
10240 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
10241 gdb_test_multiple.
10242
10243 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10244
10245 * gdb.base/break-interp.exp: Use ldlags for linking flags.
10246 * gdb.base/prelink.exp: Likewise.
10247 * gdb.base/solib-nodir.exp: Likewise.
10248 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
10249 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
10250 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
10251
10252 2010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
10253
10254 * break-interp.exp (test_ld): Use two separate gdb_expect statements
10255 for the "info files" test to avoid timeouts on slow machines.
10256
10257 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10258
10259 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
10260 (main): Make openlib dummy call.
10261
10262 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10263
10264 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
10265 * break-interp.exp (reach): Move the core body ...
10266 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
10267 (test_ld): Provide always real argument, even to the linker. Replace
10268 dl_main by _dl_debug_state.
10269
10270 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10271
10272 Fix results of prelinked PIEs on ppc*.
10273 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
10274 Accept also DISPLACEMENT "PRESENT".
10275 (main): Replace "ZERO" displacements by "PRESENT".
10276
10277 2010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
10278
10279 * gdb.cp/oranking.exp: New test.
10280 * gdb.cp/oranking.cc: New test program.
10281
10282 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
10283
10284 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
10285 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
10286
10287 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
10288
10289 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
10290 lush, lynx) New constant.
10291 * gdb.base/constvars.exp: Test const array types.
10292 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
10293
10294 2010-10-06 Doug Evans <dje@google.com>
10295
10296 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
10297 of syscall staging area.
10298
10299 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
10300
10301 * gdb.base/gnu_vector.c: Add variable c4.
10302 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
10303 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
10304
10305 2010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
10306
10307 * gdb.arch/altivec-abi.exp: Fix a typo.
10308
10309 2010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
10310
10311 * lib/mi-support.exp (thread_selected_re): Correct pattern used
10312 to match a thread ID.
10313
10314 2010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10315
10316 Fix s390x testcase compatibility.
10317 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
10318
10319 2010-10-01 Doug Evans <dje@google.com>
10320
10321 * lib/gdb-python.exp: New file.
10322 * gdb.python/py-block.exp: Use it.
10323 * gdb.python/py-breakpoint.exp: Ditto.
10324 * gdb.python/py-frame.exp: Ditto.
10325 * gdb.python/py-inferior.exp: Ditto.
10326 * gdb.python/py-param.exp: Ditto.
10327 * gdb.python/py-prettyprint.exp: Ditto.
10328 * gdb.python/py-shared.exp: Ditto.
10329 * gdb.python/py-symbol.exp: Ditto.
10330 * gdb.python/py-symtab.exp: Ditto.
10331 * gdb.python/py-type.exp: Ditto.
10332 * gdb.python/py-value.exp: Ditto.
10333 * gdb.python/python.exp: Ditto.
10334
10335 2010-09-30 Tom Tromey <tromey@redhat.com>
10336
10337 * gdb.base/anon.exp: New file.
10338 * gdb.base/anon.c: New file.
10339
10340 2010-09-30 Tom Tromey <tromey@redhat.com>
10341
10342 * gdb.base/completion.exp: Test completion through anonymous
10343 union.
10344 * gdb.base/break1.c (struct some_struct): Add anonymous union.
10345
10346 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10347
10348 Fix printing parameters of inlined functions.
10349 * gdb.dwarf2/dw2-inline-param.exp: New file.
10350 * gdb.dwarf2/dw2-inline-param-main.c: New file.
10351 * gdb.dwarf2/dw2-inline-param.S: New file.
10352
10353 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10354
10355 PR corefiles/12071.
10356 * gdb.base/corefile.exp (quit with a process, no question: load core)
10357 (quit with a core file): New tests.
10358
10359 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10360
10361 Fix GDB crash on inferior calls with self-referencing classes.
10362 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
10363 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
10364 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
10365
10366 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10367
10368 Fix lost siginfo_t for inferior calls.
10369 * gdb.base/siginfo-infcall.exp: New file.
10370 * gdb.base/siginfo-infcall.c: New file.
10371
10372 2010-09-22 Joel Brobecker <brobecker@adacore.com>
10373
10374 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
10375
10376 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10377
10378 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
10379 New test.
10380 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
10381
10382 2010-09-22 Joel Brobecker <brobecker@adacore.com>
10383
10384 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
10385 type of our const type.
10386
10387 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
10388
10389 * gdb.cp/pr12028.cc: New.
10390 * gdb.cp/pr12028.exp: New.
10391
10392 2010-09-22 Joel Brobecker <brobecker@adacore.com>
10393
10394 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
10395
10396 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
10397 Jan Kratochvil <jan.kratochvil@redhat.com>
10398
10399 PR mi/11407
10400 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
10401 * gdb.mi/dw2-ref-missing-frame-main.c New File.
10402 * gdb.mi/dw2-ref-missing-frame.S New File.
10403 * gdb.mi/dw2-ref-missing-frame.exp New File.
10404
10405 2010-09-14 Tom Tromey <tromey@redhat.com>
10406
10407 PR symtab/8399:
10408 * gdb.threads/tls.exp: Remove kfail. Update expected output.
10409
10410 2010-09-14 Tom Tromey <tromey@redhat.com>
10411
10412 PR exp/11803:
10413 * gdb.threads/tls.exp: Use C++.
10414 (check_thread_local): Use K::another_thread_local.
10415 * gdb.threads/tls.c (class K): New.
10416 (another_thread_local): Now a member of K.
10417 (spin): Update. No longer K&R C.
10418
10419 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
10420
10421 * gdb.cp/koenig.cc: created class for testing member lookup.
10422 * gdb.cp/koenig.exp: Added test for member lookup.
10423
10424 2010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10425
10426 Fix false FAILs on sourcetree topdir directory containing "kill".
10427 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
10428 source line matching regexp.
10429
10430 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10431
10432 * gdb.python/python.exp (set height 0, collect help from uiout)
10433 (verify help to uiout): New tests.
10434
10435 2010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10436
10437 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
10438 is_lp64_target to check 64bit target.
10439
10440 2010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10441
10442 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
10443 (test_ld) <powerpc64-*>: New.
10444
10445 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
10446
10447 * gdb.cp/templates.exp (test_template_args): Allow "struct".
10448
10449 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
10450
10451 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
10452 (FunctionArg::method): New function.
10453 (empty, arg): New variables.
10454 (main): Call arg.method.
10455 * gdb.cp/templates.exp (test_template_args): New function.
10456 (do_tests): Call it.
10457
10458 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
10459
10460 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
10461 of "next" to proceed over pthread_exit call.
10462
10463 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
10464
10465 * gdb.base/maint.exp: Avoid wildcards against potentially very long
10466 "maint print statistics" output to prevent expect timeouts.
10467
10468 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10469
10470 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
10471 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
10472 (test_float_rejected): ... here.
10473 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
10474 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
10475 (test_float_rejected): ... here.
10476 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
10477 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
10478 (test_float_rejected): ... here.
10479 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
10480 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
10481 (test_float_rejected): ... here.
10482
10483 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
10484
10485 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
10486 before disabling hardware watchpoints.
10487 (test_inaccessible_watchpoint): Check that hardware watchpoints
10488 are used. Test for watchpoints on a constant address.
10489
10490 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10491
10492 * gdb.base/ui-redirect.exp: New file.
10493
10494 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10495 Joel Brobecker <brobecker@adacore.com>
10496
10497 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
10498
10499 2010-08-31 Doug Evans <dje@google.com>
10500
10501 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
10502
10503 2010-08-30 Tom Tromey <tromey@redhat.com>
10504
10505 PR python/11792:
10506 * gdb.python/py-value.exp (test_subscript_regression): Add
10507 dynamic_type test.
10508
10509 2010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
10510
10511 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
10512 instead of running to main. Do not test the main function.
10513 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
10514 Add new main.
10515
10516 2010-08-26 Pedro Alves <pedro@codesourcery.com>
10517
10518 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
10519 one test.
10520
10521 2010-08-24 Doug Evans <dje@google.com>
10522
10523 PR symtab/11942
10524 * gdb.dwarf2/dw4-sig-types.cc: New file.
10525 * gdb.dwarf2/dw4-sig-types.h: New file.
10526 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
10527 * gdb.dwarf2/dw4-sig-types.exp: New file.
10528
10529 2010-08-23 Tom Tromey <tromey@redhat.com>
10530
10531 PR python/11145:
10532 * gdb.python/py-value.c (Base, Derived): New types.
10533 (base): New global.
10534 * gdb.python/py-value.exp (test_subscript_regression): Add
10535 dynamic_cast test.
10536
10537 2010-08-23 Tom Tromey <tromey@redhat.com>
10538
10539 PR python/10676:
10540 * gdb.python/py-type.exp (test_fields): Add tests for type
10541 equality.
10542
10543 2010-08-23 Tom Tromey <tromey@redhat.com>
10544
10545 PR python/11915:
10546 * gdb.python/py-type.exp (test_fields): Add tests for array.
10547
10548 2010-08-23 Keith Seitz <keiths@redhat.com>
10549
10550 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
10551 have any children. Create a new abbrev for it.
10552 Add missing terminal sequence to .debug_abbrev.
10553
10554 2010-08-20 Keith Seitz <keiths@redhat.com>
10555
10556 PR symtab/11465:
10557 * gdb.dwarf2/pr11465.exp: New test.
10558 * gdb.dwarf2/pr11465.S: New file.
10559 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
10560 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
10561
10562 2010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
10563
10564 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
10565 registers. Update data sets with the new v2_double element in the
10566 VSX register union. Add vector_register3_vr data set for the AltiVec
10567 registers. Use gdb_test_no_output instead of send_gdb.
10568
10569 2010-08-19 Pedro Alves <pedro@codesourcery.com>
10570
10571 * gdb.python/py-shared.exp: New file, factored out from
10572 python.exp.
10573 * gdb.python/py-shared.c: New file.
10574 * gdb.python/py-shared-sl.c: New file.
10575 * gdb.python/python-1.c: New file.
10576 * gdb.python/python-sl.c: Delete.
10577 * gdb.python/python.c: Mention python-1.c.
10578 * gdb.python/python.exp: Move shared library tests to
10579 py-shared.exp.
10580 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
10581 (MISCELLANEOUS): New.
10582 (clean mostlyclean): Also remove $MISCELLANEOUS.
10583
10584 2010-08-19 Doug Evans <dje@google.com>
10585
10586 PR exp/11926
10587 * gdb.base/printcmds.exp (test_float_accepted): New function.
10588 Move existing float tests there. Add tests for floats with suffixes.
10589 (test_float_rejected): New function.
10590 * gdb.java/jv-print.exp (test_float_accepted): New function.
10591 (test_float_rejected): New function.
10592 * gdb.objc/print.exp: New file.
10593 * gdb.pascal/print.exp: New file.
10594 * lib/objc.exp: New file.
10595
10596 2010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
10597
10598 * gdb.base/default.exp (info set): Avoid full buffer error and force
10599 reading up to final gdb prompt.
10600 (show): Likewise.
10601
10602 2010-08-18 Tom Tromey <tromey@redhat.com>
10603
10604 PR symtab/11919:
10605 * gdb.base/completion.exp: Add test.
10606
10607 2010-08-18 Doug Evans <dje@google.com>
10608
10609 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
10610 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
10611 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
10612 Simplify, early exit if runto_main fails.
10613 * gdb.fortran/exprs.exp: load_lib fortran.exp.
10614 (set_lang_fortran): Moved to lib/fortran.exp.
10615 * gdb.fortran/types.exp: load_lib fortran.exp.
10616 (set_lang_fortran): Moved to lib/fortran.exp.
10617 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
10618 * gdb.java/jprint.exp (set_lang_java): Ditto.
10619 * gdb.java/jv-exp.exp: load_lib java.exp.
10620 If set_lang_java fails, issue a warning instead of failure to be
10621 consistent with other set_lang_foo uses.
10622 (set_lang_java): Moved to lib/java.exp.
10623 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
10624 If set_lang_java fails, issue a warning instead of failure to be
10625 consistent with other set_lang_foo uses.
10626 * gdb.pascal/types.exp: load_lib pascal.exp.
10627 (set_lang_pascal): Moved to lib/pascal.exp.
10628 * lib/fortran.exp: New file.
10629 * lib/java.exp (set_lang_java): New function.
10630 * lib/pascal.exp (set_lang_pascal): New function.
10631
10632 2010-08-18 Yao Qi <yao@codesourcery.com
10633
10634 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
10635 func_nofb_start and func_loopfb_start, so that address of functions
10636 is equal to these labels on Thumb.
10637
10638 2010-08-18 Yao Qi <yao@codesourcery.com>
10639
10640 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
10641 to reflect latest c source file.
10642
10643 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10644
10645 * gdb.cp/infcall-dlopen.exp: New file.
10646 * gdb.cp/infcall-dlopen.cc: New file.
10647 * gdb.cp/infcall-dlopen-lib.cc: New file.
10648
10649 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10650 Pedro Alves <pedro@codesourcery.com>
10651
10652 PR breakpoints/11371
10653
10654 * gdb.base/watch-cond-infcall.exp: New file.
10655 * gdb.base/watch-cond-infcall.c: New file.
10656
10657 2010-08-16 Tom Tromey <tromey@redhat.com>
10658
10659 * gdb.base/help.exp: Update.
10660 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
10661 watchpoint.
10662 (test_watch_location): New proc.
10663 (test_watchpoint_in_big_blob): Delete watchpoint.
10664 * gdb.base/watchpoint.c (func5): New function.
10665 (main): Call it.
10666
10667 2010-08-16 Doug Evans <dje@google.com>
10668
10669 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
10670
10671 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
10672
10673 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
10674 tests.
10675
10676 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
10677
10678 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
10679 * gdb.base/gnu_vector.c: New File.
10680 * gdb.base/gnu_vector.exp: Likewise.
10681
10682 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
10683
10684 * gdb.python/python.c: New File.
10685 * gdb.python/python-sl.c: New File.
10686 * gdb.python/python.exp: Test solib_address and decode_line
10687 * functions.
10688
10689 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10690
10691 * gdb.python/python.exp (show height, set height 10)
10692 (verify pagination beforehand, verify pagination beforehand: q)
10693 (gdb.execute does not page, verify pagination afterwards)
10694 (verify pagination afterwards: q): New.
10695
10696 2010-08-02 Doug Evans <dje@google.com>
10697
10698 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
10699 because of an older gcc, change test2
10700 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
10701 to unsupported.
10702
10703 2010-07-30 Kazu Hirata <kazu@codesourcery.com>
10704
10705 * gdb.base/break-always.exp: Do not expect full paths to file
10706 names.
10707 * gdb.base/commands.exp: Likewise.
10708
10709 2010-07-30 Doug Evans <dje@google.com>
10710
10711 * gdb.cp/temargs.exp: For new tests that require newer gccs,
10712 xfail them when run with older gccs.
10713
10714 * lib/gdb.exp (build_executable): Forward "c++" option to
10715 get_compiler_info.
10716
10717 * gdb.python/py-type.exp (test_template): Mark as xfail tests
10718 "python print ttype.template_argument(1)" and
10719 "python print isinstance(ttype.template_argument(1), gdb.Value)"
10720 if using gcc 4.4 or earlier.
10721
10722 * gdb.base/valgrind-db-attach.exp: Use unique test name for
10723 attach-to-debugger handling.
10724
10725 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10726
10727 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
10728 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
10729 (main): Use copyreloc.
10730 * gdb.base/prelink.exp (split debug of executable)
10731 (.dynbss vs. .bss address shift): New tests.
10732
10733 2010-07-29 Pedro Alves <pedro@codesourcery.com>
10734
10735 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
10736 in gdb_test_multiple.
10737
10738 2010-07-29 Pedro Alves <pedro@codesourcery.com>
10739
10740 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
10741 environment.
10742
10743 2010-07-28 Tom Tromey <tromey@redhat.com>
10744
10745 PR python/11060:
10746 * gdb.python/py-type.c (Temargs): New template.
10747 (temvar): New variable.
10748 * gdb.python/py-type.exp (test_template): New proc.
10749
10750 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
10751
10752 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
10753 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
10754
10755 2010-07-28 Tom Tromey <tromey@redhat.com>
10756
10757 PR c++/9946:
10758 * gdb.cp/temargs.exp: New file.
10759 * gdb.cp/temargs.cc: New file.
10760
10761 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10762
10763 * gdb.base/help.exp (help disassemble): Update the content.
10764
10765 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10766
10767 * gdb.threads/ia64-sigill.exp: New file.
10768 * gdb.threads/ia64-sigill.c: New file.
10769
10770 2010-07-27 Tom Tromey <tromey@redhat.com>
10771
10772 * gdb.opt/inline-cmds.c (ATTR): New define.
10773 (func1): Use it.
10774 (func2): Likewise.
10775 (func3): Likewise.
10776 (outer_inline1): Likewise.
10777 (outer_inline2): Likewise.
10778 * gdb.opt/inline-bt.c (ATTR): New define.
10779 (func1): Use it.
10780 (func2): Likewise.
10781 * gdb.opt/inline-locals.c (ATTR): New define.
10782 (func1): Use it.
10783 (func2): Likewise.
10784
10785 2010-07-27 Tom Tromey <tromey@redhat.com>
10786
10787 * gdb.stabs/gdb11479.c (hack): New function.
10788 (test): Use it.
10789 (test2): Use it.
10790 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
10791 (int32_search_buf, int64_search_buf): No longer static.
10792 (x): Remove.
10793 * gdb.base/relocate.c (hack): New function.
10794
10795 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
10796
10797 * gdb.python/py-value.exp (test_inferior_function_call): New function.
10798 * gdb.python/py-value.c (func1): New function.
10799 (func2): Likewise.
10800
10801 2010-07-26 Corinna Vinschen <vinschen@redhat.com>
10802
10803 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
10804 as not to clash with .data section.
10805
10806 2010-07-26 Jerome Guitton <guitton@adacore.com>
10807
10808 * gdb.base/code_elim.exp: New file.
10809 * gdb.base/code_elim1.c: New file.
10810 * gdb.base/code_elim2.c: New file.
10811
10812 2010-07-21 Pedro Alves <pedro@codesourcery.com>
10813
10814 PR symtab/11827
10815
10816 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
10817 (some_volatile_enum): New variable.
10818 * gdb.base/printcmds.exp (test_print_enums): New.
10819 <top level>: Call it.
10820
10821 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
10822
10823 * gdb.cp/fpointer.cc: New test.
10824 * gdb.cp/fpointer.exp: New test.
10825
10826 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10827
10828 * gdb.base/solib-nodir.exp: New file.
10829 * lib/gdb.exp (runto): New case for a GDB internal error.
10830
10831 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10832 Ulrich Weigand <uweigand@de.ibm.com>
10833 Tom Tromey <tromey@redhat.com>
10834
10835 * gdb.base/charset-malloc.c: New file.
10836 * gdb.base/charset.c (malloc_stub): New prototype.
10837 (main): Call it instead of malloc itself.
10838 * gdb.base/charset.exp: Use only prepare_for_testing.
10839 (binfile): Remove the variable.
10840
10841 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10842
10843 Make core files the process_stratum.
10844 * gdb.base/corefile.exp (run: load core again)
10845 (run: sanity check we see the core file, run: with core)
10846 (run: core file is cleared, attach: load core again)
10847 (attach: sanity check we see the core file, attach: with core)
10848 (attach: core file is cleared): New tests.
10849 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
10850
10851 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
10852
10853 * gdb.arch/altivec-abi.exp: New tests.
10854
10855 2010-07-13 Tom Tromey <tromey@redhat.com>
10856
10857 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
10858 (main): Use it.
10859 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
10860
10861 2010-07-13 Tom Tromey <tromey@redhat.com>
10862
10863 * gdb.base/label.exp: New file.
10864 * gdb.base/label.c: New file.
10865
10866 2010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
10867 H.J. Lu <hongjiu.lu@intel.com>
10868
10869 * lib/gdb.exp (is_ilp32_target): New.
10870 (is_lp64_target): Likewise.
10871
10872 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
10873 target.
10874 * gdb.arch/amd64-disp-step.exp: Likewise.
10875 * gdb.arch/amd64-dword.exp: Likewise.
10876 * gdb.arch/amd64-i386-address.exp: Likewise.
10877 * gdb.arch/amd64-word.exp: Likewise.
10878
10879 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
10880 target.
10881 * gdb.arch/i386-bp_permanent.exp: Likewise.
10882 * gdb.arch/i386-byte.exp: Likewise.
10883 * gdb.arch/i386-disp-step.exp: Likewise.
10884 * gdb.arch/i386-gnu-cfi.exp: Likewise.
10885 * gdb.arch/i386-prologue.exp: Likewise.
10886 * gdb.arch/i386-size-overlap.exp: Likewise.
10887 * gdb.arch/i386-size.exp: Likewise.
10888 * gdb.arch/i386-sse.exp: Likewise.
10889 * gdb.arch/i386-unwind.exp: Likewise.
10890 * gdb.arch/i386-word.exp: Likewise.
10891
10892 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
10893 test only when building 64-bit executables. Do not hard-code
10894 -m64 option.
10895
10896 2010-07-07 Doug Evans <dje@google.com>
10897
10898 * lib/gdb.exp (gdb_test_list_exact): New function.
10899 * gdb.base/default.exp (show convenience): Call it, add tests for
10900 $_sdata = void, $_thread = 0.
10901
10902 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10903 Joel Brobecker <brobecker@adacore.com>
10904
10905 Fix re-run of PIE executable, PR shlibs/11776.
10906 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
10907 Remove $displacement_main to match the solib-svr4.c change. New "kill"
10908 and re-"run" of the inferior.
10909
10910 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10911 Joel Brobecker <brobecker@adacore.com>
10912
10913 Cope with missing /usr/sbin/prelink.
10914 * lib/prelink-support.exp (prelink_no):
10915 <result == 1 && $output is "no such file or directory">: New.
10916 (prelink_yes): Likewise. Return on failed prelink_no.
10917
10918 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10919 Joel Brobecker <brobecker@adacore.com>
10920
10921 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
10922 build_executable by build_executable_own_libs. Replace "prelink -R"
10923 execution by a call of prelink_yes. Comment why "prelink -r" needs no
10924 change.
10925 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
10926 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
10927 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
10928 Replace build_executable by build_executable_own_libs's function
10929 build_executable_own_libs.
10930 (prelinkNO): Create new stub to call prelink_no.
10931 (prelinkYES): Create new stub to call prelink_yes.
10932 (test_attach): Rename calls of copy to file_copy.
10933 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
10934 (copy): Move to ...
10935 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
10936 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
10937 * gdb.base/prelink.exp: Disable testcase also for is_remote and
10938 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
10939 special flags by gdb_compile_shlib. Replace second gdb_compile by
10940 build_executable_own_libs. Replace "prelink -R" execution by a call of
10941 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
10942 a second call of prelink_yes. Replace restart commands by
10943 clean_restart.
10944 (prelink): Rename to ...
10945 (seen displacement message): ... this test. Extend its expectation
10946 strictness.
10947
10948 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10949
10950 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
10951 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
10952 displacement message exactly once.
10953
10954 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10955 Joel Brobecker <brobecker@adacore.com>
10956
10957 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
10958 its restore after the <$relink_args != ""> loop. new comment.
10959
10960 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10961 Joel Brobecker <brobecker@adacore.com>
10962
10963 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
10964 code for it. New variable relink_args.
10965 (prelinkYES): Call prelinkNO.
10966 (test_attach): Accept new parameter relink_args. Re-prelink the binary
10967 in such case. Move the core code to ...
10968 (test_attach_gdb): ... a new function. Send GDB command "file".
10969 Extend expected "Attaching to " string.
10970
10971 2010-07-02 Tom Tromey <tromey@redhat.com>
10972
10973 * gdb.base/bitops.exp: Remove extraneous "pass".
10974
10975 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
10976
10977 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
10978
10979 2010-07-01 Pedro Alves <pedro@codesourcery.com>
10980
10981 * gdb.base/help.exp: Adjust expected output.
10982
10983 2010-07-01 Pedro Alves <pedro@codesourcery.com>
10984
10985 * gdb.base/help.exp: Adjust expected output.
10986
10987 2010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10988
10989 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
10990 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
10991 c++/11702.
10992
10993 2010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10994 Doug Evans <dje@google.com>
10995
10996 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
10997 add .dynamic entry'.
10998
10999 2010-06-29 Doug Evans <dje@google.com>
11000
11001 Test PR c++/11702.
11002 * gdb.cp/m-static.exp: Add testcase.
11003 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
11004
11005 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
11006 Tom Tromey <tromey@redhat.com>
11007 Thiago Jung Bauermann <bauerman@br.ibm.com>
11008
11009 * gdb.python/py-inferior.c: New File.
11010 * gdb.python/py-infthread.c: New File.
11011 * gdb.python/py-inferior.exp: New File.
11012 * gdb.python/py-infthread.exp: New File.
11013
11014 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11015
11016 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
11017 (ptype ::C::OtherFileClass typedefs): New.
11018 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
11019 (C::OtherFileClass::cOtherFileClassVar2): New.
11020 (C::OtherFileClass::cOtherFileClassVar_use): Use also
11021 cOtherFileClassVar2.
11022 (C::cOtherFileType2, C::cOtherFileVar2): New.
11023 (C::cOtherFileVar_use): use also cOtherFileVar2.
11024 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
11025
11026 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11027
11028 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
11029 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
11030 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
11031 (print ::C::cOtherFileVar)
11032 (whatis C::OtherFileClass::cOtherFileClassType)
11033 (whatis ::C::OtherFileClass::cOtherFileClassType)
11034 (print C::OtherFileClass::cOtherFileClassVar)
11035 (print ::cOtherFileClassVar)
11036 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
11037 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
11038 trailing content.
11039 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
11040 (C::OtherFileClass::cOtherFileClassVar)
11041 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
11042 (C::cOtherFileVar, C::cOtherFileVar_use): New.
11043
11044 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11045
11046 Test PR c++/11703 and PR gdb/1448.
11047 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
11048 gdb/1448.
11049
11050 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11051
11052 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
11053 (main) <rtti_data>: New.
11054 * gdb.cp/virtbase.exp (print rtti_data): New.
11055
11056 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11057 Joel Brobecker <brobecker@adacore.com>
11058
11059 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
11060
11061 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11062
11063 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
11064
11065 2010-06-28 Doug Evans <dje@google.com>
11066
11067 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
11068
11069 2010-06-27 Doug Evans <dje@google.com>
11070
11071 * gdb.cp/m-static.exp: Update expected test output.
11072
11073 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
11074
11075 * gdb.gdb/selftest.exp: Adjust expected message for
11076 capturing start-up runtime.
11077
11078 2010-06-25 Tom Tromey <tromey@redhat.com>
11079
11080 PR python/10808:
11081 * gdb.python/python.exp: Add new tests.
11082
11083 2010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
11084
11085 * gdb.cp/operator.cc: Created an import loop.
11086 * gdb.cp/operator.exp: Added testcase for import loop.
11087
11088 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11089
11090 Test PR python/11407.
11091 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
11092 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
11093 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
11094 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
11095 executable_nofb and executable_fb. New variables srcsfile, objsfile,
11096 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
11097 binfile. Call gdb_compile with clean_restart twice.
11098 (func_nofb print, func_nofb backtrace, func_loopfb print)
11099 (func_loopfb backtrace): New.
11100
11101 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11102
11103 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
11104 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
11105 by a hand made one.
11106 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
11107 i?86 requirement. Remove variables srcfile and binfile. New variable
11108 sources, executable_nofb and executable_fb. Call prepare_for_testing.
11109
11110 2010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11111
11112 * gdb.cell/dwarfaddr.exp: New file.
11113 * gdb.cell/dwarfaddr.S: New file.
11114
11115 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11116
11117 Test PR 9436.
11118 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
11119
11120 2010-06-24 Hui Zhu <teawater@gmail.com>
11121
11122 * gdb.base/eval.exp: New file.
11123
11124 2010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11125
11126 * gdb.cell/fork.exp: New file.
11127 * gdb.cell/fork.c: Likewise.
11128 * gdb.cell/fork-spu.c: Likewise.
11129
11130 2010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
11131
11132 * lib/gdb.exp (banned_variables_traced): New global variable.
11133 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
11134 (gdb_init): Use `trace add variable' instead of obsolete
11135 `trace variable'.
11136
11137 2010-06-21 Doug Evans <dje@google.com>
11138
11139 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
11140
11141 2010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11142
11143 * gdb.arch/spu-ls.exp: New file.
11144 * gdb.arch/spu-ls.c: Likewise.
11145
11146 2010-06-18 Stan Shebs <stan@codesourcery.com>
11147
11148 * gdb.threads/thread-specific.exp: Add tests of $_thread.
11149
11150 2010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11151
11152 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
11153 * gdb.base/watch-cond.exp: Likewise.
11154 * gdb.python/py-breakpoint.exp: Likewise.
11155
11156 2010-06-18 Pedro Alves <pedro@codesourcery.com>
11157
11158 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
11159 clean_restart, make sure every test has a distinct message, and
11160 that messages don't include the executable' full path.
11161
11162 2010-06-17 Doug Evans <dje@google.com>
11163
11164 * gdb.arch/i386-size.exp: Updated expected output for
11165 DISASSEMBLY_OMIT_FNAME.
11166
11167 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11168 Sergio Durigan Junior <sergiodj@redhat.com>
11169
11170 * gdb.base/watch-notconst.c: New file.
11171 * gdb.base/watch-notconst.S: New file.
11172 * gdb.base/watch-notconst2.c: New file.
11173 * gdb.base/watch-notconst2.S: New file.
11174 * gdb.base/watch-notconst.exp: New file.
11175 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
11176 (func4): Add operations on `global_ptr_ptr'.
11177 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
11178 routine to test watchpoints created with a constant expression.
11179 (test_inaccessible_watchpoint): Include tests for watchpoints
11180 created with a constant expression.
11181
11182 2010-06-14 Kevin Buettner <kevinb@redhat.com>
11183
11184 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
11185 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
11186 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
11187 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
11188 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
11189 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
11190 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
11191 of `_start'.
11192
11193 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11194
11195 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
11196 not supported on the target.
11197 * gdb.mi/mi-nonstop-exit.exp: Likewise.
11198 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
11199 * gdb.mi/mi-nsintrall.exp: Likewise.
11200 * gdb.mi/mi-nsmoribund.exp: Likewise.
11201 * gdb.mi/mi-nsthrexec.exp: Likewise.
11202
11203 2010-06-11 Stan Shebs <stan@codesourcery.com>
11204
11205 * gdb.base/permissions.exp: New file.
11206
11207 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11208
11209 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
11210 does not support ELF executable class.
11211
11212 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11213
11214 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
11215
11216 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11217
11218 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
11219 (runto): Catch "The target does not support running in non-stop mode.".
11220
11221 2010-06-11 Michael Snyder <msnyder@vmware.com>
11222
11223 * gdb.base/setshow.exp (set language asm): Don't use
11224 gdb_test_no_output, fails on some targets.
11225
11226 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11227
11228 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
11229 * gdb.cp/pr9167.exp: Likewise.
11230
11231 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11232
11233 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
11234
11235 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11236
11237 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
11238
11239 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11240
11241 * gdb.base/charset.c (main): Make sure malloc gets linked in.
11242
11243 2010-06-11 Tom Tromey <tromey@redhat.com>
11244
11245 PR gdb/9977, PR exp/11636::
11246 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
11247 (pieces_test_f6): Update expected output.
11248
11249 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11250
11251 * gdb.base/moribund-step.exp: New.
11252
11253 2010-06-08 Michael Snyder <msnyder@vmware.com>
11254
11255 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
11256 * gdb.ada/boolean_expr.exp:
11257 * gdb.ada/frame_args.exp: Ditto.
11258 * gdb.ada/lang_switch.exp: Ditto.
11259 * gdb.ada/ptype_arith_binop.exp: Ditto.
11260 * gdb.ada/ref_param.exp: Ditto.
11261 * gdb.ada/type_coercion.exp:Ditto.
11262
11263 * gdb.asm/asm-source.exp: Ditto.
11264
11265 * gdb.base/attach.exp: Ditto.
11266 * gdb.base/bitfields2.exp: Ditto.
11267 * gdb.base/call-signal-resume.exp: Ditto.
11268 * gdb.base/callfuncs.exp: Ditto.
11269 * gdb.base/commands.exp: Ditto.
11270 * gdb.base/dbx.exp: Ditto.
11271 * gdb.base/default.exp: Ditto.
11272 * gdb.base/dump.exp: Ditto.
11273 * gdb.base/exprs.exp: Ditto.
11274 * gdb.base/freebpcmd.exp: Ditto.
11275 * gdb.base/interrupt.exp: Ditto.
11276 * gdb.base/list.exp: Ditto.
11277 * gdb.base/long_long.exp: Ditto.
11278 * gdb.base/maint.exp: Ditto.
11279 * gdb.base/ptype.exp: Ditto.
11280 * gdb.base/return.exp: Ditto.
11281 * gdb.base/setshow.exp: Ditto.
11282 * gdb.base/sigbpt.exp: Ditto.
11283 * gdb.base/sigrepeat.exp: Ditto.
11284
11285 * gdb.cp/classes.exp: Ditto.
11286
11287 * gdb.dwarf2/dw2-restore.exp: Ditto.
11288
11289 * gdb.gdb/selftest.exp: Ditto.
11290
11291 * gdb.multi/base.exp: Ditto.
11292 * gdb.multi/bkpt-multi-exec.exp: Ditto.
11293
11294 * gdb.python/py-block.exp: Ditto.
11295 * gdb.python/py-prettyprint.exp: Ditto.
11296 * gdb.python/py-template.exp: Ditto.
11297
11298 * gdb.server/ext-attach.exp: Ditto.
11299 * gdb.server/ext-run.exp: Ditto.
11300 * gdb.server/server-mon.exp: Ditto.
11301
11302 * gdb.threads/fork-thread-pending.exp: Ditto.
11303 * gdb.threads/hand-call-in-threads.exp: Ditto.
11304 * gdb.threads/interrupted-hand-call.exp: Ditto.
11305 * gdb.threads/linux-dp.exp: Ditto.
11306 * gdb.threads/manythreads.exp: Ditto.
11307 * gdb.threads/print-threads.exp: Ditto.
11308 * gdb.threads/pthreads.exp: Ditto.
11309 * gdb.threads/schedlock.exp: Ditto.
11310 * gdb.threads/thread-unwindonsignal.exp: Ditto.
11311 * gdb.threads/threadapply.exp: Ditto.
11312
11313 2010-06-08 Michael Snyder <msnyder@vmware.com>
11314
11315 * gdb.ada/exec_changed.exp:
11316 Use ".*" instead of "" as wildcard regexp.
11317
11318 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
11319 * gdb.base/call-ar-st.exp: Ditto.
11320 * gdb.base/checkpoint.exp: Ditto.
11321 * gdb.base/default.exp: Ditto.
11322 * gdb.base/dump.exp: Ditto.
11323 * gdb.base/ending-run.exp: Ditto.
11324 * gdb.base/fileio.exp: Ditto.
11325 * gdb.base/miscexprs.exp: Ditto.
11326 * gdb.base/pointers.exp: Ditto.
11327 * gdb.base/readline.exp: Ditto.
11328 * gdb.base/reread.exp: Ditto.
11329 * gdb.base/restore.exp: Ditto.
11330 * gdb.base/shlib-call.exp: Ditto.
11331 * gdb.base/valgrind-db-attach.exp: Ditto.
11332 * gdb.base/volatile.exp: Ditto.
11333 * gdb.base/watchpoints.exp: Ditto.
11334
11335 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
11336
11337 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
11338 * gdb.python/py-value.exp: Ditto.
11339
11340 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
11341 * gdb.trace/circ.exp: Ditto.
11342 * gdb.trace/collection.exp: Ditto.
11343 * gdb.trace/packetlen.exp: Ditto.
11344 * gdb.trace/passc-dyn.exp: Ditto.
11345 * gdb.trace/report.exp: Ditto.
11346 * gdb.trace/tfile.exp: Ditto.
11347 * gdb.trace/tfind.exp: Ditto.
11348 * gdb.trace/while-dyn.exp: Ditto.
11349
11350 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11351
11352 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
11353
11354 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11355
11356 Test PR 10640.
11357 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
11358
11359 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
11360
11361 * gdb.cp/koenig.exp: Test for ADL operators.
11362 * gdb.cp/koenig.cc: Added ADL operators.
11363 * gdb.cp/operator.exp: New test.
11364 * gdb.cp/operator.cc: New test.
11365
11366 2010-06-04 Michael Snyder <msnyder@vmware.com>
11367
11368 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
11369 * gdb.base/pending.exp: Ditto.
11370
11371 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
11372
11373 2010-06-04 Doug Evans <dje@google.com>
11374
11375 * gdb.python/py-prettyprint.exp: Add new test for enabled and
11376 disabled printers.
11377 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
11378 (enable_lookup_function): New function.
11379
11380 2010-06-04 Tom Tromey <tromey@redhat.com>
11381
11382 * gdb.python/py-value.exp (test_value_hash): Don't test equality
11383 of hash and id.
11384
11385 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11386
11387 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
11388 newline.
11389 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
11390 (empty verbose non-noisy clear, empty verbose noisy clear)
11391 (empty non-verbose noisy clear): Likewise.
11392
11393 2010-06-03 Michael Snyder <msnyder@vmware.com>
11394
11395 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
11396 * gdb.base/display.exp: Ditto.
11397 * gdb.base/find.exp: Ditto.
11398 * gdb.base/ifelse.exp: Ditto.
11399 * gdb.base/multi-forks.exp: Ditto.
11400 * gdb.base/recurse.exp: Ditto.
11401 * gdb.base/setshow.exp: Ditto.
11402 * gdb.base/value-double-free.exp: Ditto.
11403 * gdb.base/watch-vfork.exp: Ditto.
11404 * gdb.base/watch_thread_num.exp: Ditto.
11405 * gdb.base/watchpoint-solib.exp: Ditto.
11406 * gdb.base/watchpoint.exp: Ditto.
11407 * gdb.base/watchpoints.exp: Ditto.
11408
11409 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
11410 * gdb.cp/overload.exp: Ditto.
11411 * gdb.cp/virtfunc.exp: Ditto.
11412
11413 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
11414
11415 * gdb.reverse/watch-precsave.exp:
11416 Replace gdb_test with gdb_test_no_output.
11417
11418 * gdb.threads/attach-into-signal.exp:
11419 Replace gdb_test with gdb_test_no_output.
11420 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
11421 * gdb.threads/watchthreads.exp: Ditto.
11422 * gdb.threads/watchthreads2.exp: Ditto.
11423
11424 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
11425 * gdb.trace/tfind.exp: Ditto.
11426
11427 2010-06-03 Joel Brobecker <brobecker@adacore.com>
11428
11429 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
11430 successful test if message is the empty string.
11431
11432 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11433
11434 * gdb.fortran/module.exp (stopped language detection): New test.
11435
11436 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11437
11438 Support DW_TAG_module as separate namespaces.
11439 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
11440 gdb.fortran/library-module-lib.f90: New.
11441 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
11442 (print i): Remove.
11443 (continue to breakpoint: i-is-1, print var_i value 1)
11444 (continue to breakpoint: i-is-2, print var_i value 2)
11445 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
11446 (print var_d, print var_i value 14, ptype modmany, complete `modm)
11447 (complete `modmany, complete `modmany`, complete `modmany`var)
11448 (show language, setting breakpoint at module): New tests.
11449 * gdb.fortran/module.f90 (module mod): Remove.
11450 (module mod1, module mod2, module modmany, subroutine sub1)
11451 (subroutine sub2, program module): New.
11452
11453 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11454
11455 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
11456 (print value of rUC, print value of rI, print value of UI): ... here.
11457 * gdb.cp/anon-union.exp (pass): Rename to ...
11458 (print z 2): ... here.
11459
11460 2010-06-02 Michael Snyder <msnyder@vmware.com>
11461
11462 * gdb.trace/actions.exp: Use gdb_test_no_output.
11463 * gdb.trace/circ.exp: Ditto.
11464 * gdb.trace/packetlen.exp: Ditto.
11465 * gdb.trace/save-trace.exp: Ditto.
11466 * gdb.trace/tracecmd.exp: Ditto.
11467 * gdb.trace/tsv.exp: Ditto.
11468
11469 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
11470 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
11471 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
11472 * gdb.threads/manythreads.exp: Ditto.
11473 * gdb.threads/print-threads.exp: Ditto.
11474 * gdb.threads/pthreads.exp: Ditto.
11475 * gdb.threads/schedlock.exp: Ditto.
11476 * gdb.threads/staticthreads.exp: Ditto.
11477 * gdb.threads/thread-specific.exp: Ditto.
11478 * gdb.threads/thread-unwindonsignal.exp: Ditto.
11479 * gdb.threads/threadapply.exp: Ditto.
11480 * gdb.threads/watchthreads.exp: Ditto.
11481 * gdb.threads/watchthreads2.exp: Ditto.
11482
11483 * gdb.python/py-block.exp: Use gdb_test_no_output.
11484 * gdb.python/py-prettyprint.exp: Ditto.
11485 * gdb.python/py-template.exp: Ditto.
11486 * gdb.python/py-value.exp: Ditto.
11487
11488 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
11489 * gdb.reverse/watch-reverse.exp: Ditto.
11490
11491 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
11492 * gdb.server/ext-run.exp: Ditto.
11493
11494 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
11495 * gdb.dwarf2/dw2-compressed.exp: Ditto.
11496 * gdb.dwarf2/dw2-intercu.exp: Ditto.
11497 * gdb.dwarf2/dw2-intermix.exp: Ditto.
11498 * gdb.dwarf2/dw2-producer.exp: Ditto.
11499 * gdb.dwarf2/mac-fileno.exp: Ditto.
11500
11501 * gdb.gdb/observer.exp: Use gdb_test_no_output.
11502 * gdb.gdb/selftest.exp: Ditto.
11503
11504 * gdb.multi/base.exp: Use gdb_test_no_output.
11505
11506 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
11507
11508 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11509
11510 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
11511
11512 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
11513
11514 * gdb.cp/class2.exp: Use gdb_test_no_output.
11515 * gdb.cp/classes.exp: Ditto.
11516 * gdb.cp/extern-c.exp: Ditto.
11517 * gdb.cp/inherit.exp: Ditto.
11518 * gdb.cp/maint.exp: Ditto.
11519 * gdb.cp/mb-inline.exp: Ditto.
11520 * gdb.cp/mb-templates.exp: Ditto.
11521 * gdb.cp/method2.exp: Ditto.
11522 * gdb.cp/misc.exp: Ditto.
11523 * gdb.cp/ovldbreak.exp: Ditto.
11524 * gdb.cp/punctuator.exp: Ditto.
11525 * gdb.cp/templates.exp: Ditto.
11526 * gdb.cp/virtbase.exp: Ditto.
11527
11528 * gdb.threads/attach-stopped.exp:
11529 Replace uses of send_gdb / gdb_expect.
11530 * gdb.threads/attachstop-mt.exp:
11531 Replace uses of send_gdb / gdb_expect.
11532 * gdb.threads/gcore-thread.exp:
11533 Replace uses of send_gdb / gdb_expect.
11534 * gdb.threads/hand-call-in-threads.exp:
11535 Replace uses of send_gdb / gdb_expect.
11536 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
11537 * gdb.threads/print-threads.exp:
11538 Replace uses of send_gdb / gdb_expect.
11539 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
11540 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
11541 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
11542
11543 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
11544 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
11545 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
11546 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
11547 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
11548 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
11549 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
11550 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
11551 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
11552 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
11553 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
11554
11555 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11556
11557 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
11558
11559 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
11560
11561 * gdb.cp/koenig.exp: Added new test case.
11562 * gdb.cp/koenig.cc: Ditto.
11563
11564 2010-06-01 Michael Snyder <msnyder@vmware.com>
11565
11566 * gdb.base/arithmet.exp: Use gdb_test_no_output.
11567 * gdb.base/arrayidx.exp: Ditto.
11568 * gdb.base/attach.exp: Ditto.
11569 * gdb.base/auxv.exp: Ditto.
11570 * gdb.base/bigcre.exp: Ditto.
11571 * gdb.base/break-always.exp: Ditto.
11572 * gdb.base/break-interp.exp: Ditto.
11573 * gdb.base/break.exp: Ditto.
11574 * gdb.base/breakpoint-shadow.exp: Ditto.
11575 * gdb.base/call-ar-st.exp: Ditto.
11576 * gdb.base/call-sc.exp: Ditto.
11577 * gdb.base/call-signal-resume.exp: Ditto.
11578 * gdb.base/callfuncs.exp: Ditto.
11579 * gdb.base/catch-syscall.exp: Ditto.
11580 * gdb.base/charset.exp: Ditto.
11581 * gdb.base/code-expr.exp: Ditto.
11582 * gdb.base/commands.exp: Ditto.
11583 * gdb.base/cond-expr.exp: Ditto.
11584 * gdb.base/condbreak.exp: Ditto.
11585 * gdb.base/cursal.exp: Ditto.
11586 * gdb.base/cvexpr.exp: Ditto.
11587 * gdb.base/default.exp: Ditto.
11588 * gdb.base/del.exp: Ditto.
11589 * gdb.base/detach.exp: Ditto.
11590 * gdb.base/display.exp: Ditto.
11591 * gdb.base/ena-dis-br.exp: Ditto.
11592 * gdb.base/eval-skip.exp: Ditto.
11593 * gdb.base/foll-fork.exp: Ditto.
11594 * gdb.base/foll-vfork.exp: Ditto.
11595 * gdb.base/frame-args.exp: Ditto.
11596 * gdb.base/funcargs.exp: Ditto.
11597 * gdb.base/gcore-buffer-overflow.exp: Ditto.
11598 * gdb.base/gdbvars.exp: Ditto.
11599 * gdb.base/help.exp: Ditto.
11600 * gdb.base/ifelse.exp: Ditto.
11601 * gdb.base/included.exp: Ditto.
11602 * gdb.base/list.exp: Ditto.
11603 * gdb.base/macscp.exp: Ditto.
11604 * gdb.base/maint.exp: Ditto.
11605 * gdb.base/multi-fork.exp: Ditto.
11606 * gdb.base/overlays.exp: Ditto.
11607 * gdb.base/page.exp: Ditto.
11608 * gdb.base/pending.exp: Ditto.
11609 * gdb.base/pointers.exp: Ditto.
11610 * gdb.base/pr11022.exp: Ditto.
11611 * gdb.base/prelink.exp: Ditto.
11612 * gdb.base/printcmds.exp: Ditto.
11613 * gdb.base/psymtab.exp: Ditto.
11614 * gdb.base/randomize.exp: Ditto.
11615 * gdb.base/relational.exp: Ditto.
11616 * gdb.base/relocate.exp: Ditto.
11617 * gdb.base/remote.exp: Ditto.
11618 * gdb.base/sepdebug.exp: Ditto.
11619 * gdb.base/set-lang-auto.exp: Ditto.
11620 * gdb.base/setshow.exp: Ditto.
11621 * gdb.base/setvar.exp: Ditto.
11622 * gdb.base/signals.exp: Ditto.
11623 * gdb.base/signull.exp: Ditto.
11624 * gdb.base/sigstep.exp: Ditto.
11625 * gdb.base/sizeof.exp: Ditto.
11626 * gdb.base/solib-disc.exp: Ditto.
11627 * gdb.base/store.exp: Ditto.
11628 * gdb.base/structs.exp: Ditto.
11629 * gdb.base/structs2.exp: Ditto.
11630 * gdb.base/subst.exp: Ditto.
11631 * gdb.base/term.exp: Ditto.
11632 * gdb.base/trace-commands.exp: Ditto.
11633 * gdb.base/unwindonsignal.exp: Ditto.
11634 * gdb.base/valgrind-db-attach.exp: Ditto.
11635 * gdb.base/varargs.exp: Ditto.
11636 * gdb.base/watch-cond.exp: Ditto.
11637 * gdb.base/watch_thread_num.exp: Ditto.
11638 * gdb.base/watchpoint-cond-gone.exp: Ditto.
11639 * gdb.base/watchpoint.exp: Ditto.
11640 * gdb.base/whatis-exp.exp: Ditto.
11641
11642 2010-06-01 Michael Snyder <msnyder@vmware.com>
11643
11644 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
11645 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
11646 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
11647 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
11648 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
11649 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
11650 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
11651 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
11652 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
11653 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
11654 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
11655 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
11656 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
11657 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
11658 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
11659
11660 2010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11661
11662 * gdb.base/commands.exp (begin commands on watch): Remove excessive
11663 trailing newline.
11664 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
11665 * gdb.java/jmisc.exp (p *args\n): Rename to ...
11666 (p *args): ... here and remove excessive trailing newline.
11667
11668 2010-05-31 Joel Brobecker <brobecker@adacore.com>
11669
11670 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
11671
11672 2010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
11673
11674 Accept the new Linux kernel "t (tracing stop)" string.
11675 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
11676 Update comment.
11677 (state_wait) <T (tracing stop)>: New.
11678 (main): Update the state_wait expect string.
11679
11680 2010-05-28 Pedro Alves <pedro@codesourcery.com>
11681
11682 * limits.c, limits.exp: Delete files.
11683 * Makefile.in (clean mostlyclean): Adjust.
11684 * tracecmd.exp: Adjust.
11685
11686 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11687
11688 * gdb.base/tui-layout.exp: New.
11689
11690 2010-05-28 Michael Snyder <msnyder@vmware.com>
11691
11692 * gdb.reverse/break-precsave.exp:
11693 Replace uses of send_gdb / gdb_expect.
11694 * gdb.reverse/break-reverse.exp:
11695 Replace uses of send_gdb / gdb_expect.
11696 * gdb.reverse/consecutive-precsave.exp:
11697 Replace uses of send_gdb / gdb_expect.
11698 * gdb.reverse/consecutive-reverse.exp:
11699 Replace uses of send_gdb / gdb_expect.
11700 * gdb.reverse/finish-precsave.exp:
11701 Replace uses of send_gdb / gdb_expect.
11702 * gdb.reverse/finish-reverse.exp:
11703 Replace uses of send_gdb / gdb_expect.
11704 * gdb.reverse/i386-precsave.exp:
11705 Replace uses of send_gdb / gdb_expect.
11706 * gdb.reverse/i386-reverse.exp:
11707 Replace uses of send_gdb / gdb_expect.
11708 * gdb.reverse/i386-sse-reverse.exp:
11709 Replace uses of send_gdb / gdb_expect.
11710 * gdb.reverse/i387-env-reverse.exp:
11711 Replace uses of send_gdb / gdb_expect.
11712 * gdb.reverse/i387-stack-reverse.exp:
11713 Replace uses of send_gdb / gdb_expect.
11714 * gdb.reverse/machinestate-precsave.exp:
11715 Replace uses of send_gdb / gdb_expect.
11716 * gdb.reverse/machinestate.exp:
11717 Replace uses of send_gdb / gdb_expect.
11718 * gdb.reverse/sigall-precsave.exp:
11719 Replace uses of send_gdb / gdb_expect.
11720 * gdb.reverse/sigall-reverse.exp:
11721 Replace uses of send_gdb / gdb_expect.
11722 * gdb.reverse/solib-precsave.exp:
11723 Replace uses of send_gdb / gdb_expect.
11724 * gdb.reverse/solib-reverse.exp:
11725 Replace uses of send_gdb / gdb_expect.
11726 * gdb.reverse/step-precsave.exp:
11727 Replace uses of send_gdb / gdb_expect.
11728 * gdb.reverse/step-reverse.exp:
11729 Replace uses of send_gdb / gdb_expect.
11730 * gdb.reverse/until-precsave.exp:
11731 Replace uses of send_gdb / gdb_expect.
11732 * gdb.reverse/until-reverse.exp:
11733 Replace uses of send_gdb / gdb_expect.
11734 * gdb.reverse/watch-precsave.exp:
11735 Replace uses of send_gdb / gdb_expect.
11736 * gdb.reverse/watch-reverse.exp:
11737 Replace uses of send_gdb / gdb_expect.
11738
11739 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11740
11741 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
11742 excessive newline.
11743
11744 2010-05-27 Michael Snyder <msnyder@vmware.com>
11745
11746 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
11747 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
11748 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
11749 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
11750 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
11751 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
11752 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
11753 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
11754 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
11755 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
11756 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
11757 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
11758 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
11759 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
11760 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
11761 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
11762 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
11763 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
11764 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
11765
11766 2010-05-26 Michael Snyder <msnyder@vmware.com>
11767
11768 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
11769 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
11770
11771 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
11772 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
11773 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
11774
11775 * gdb.reverse/consecutive-reverse.exp:
11776 Replace uses of send_gdb / gdb_expect.
11777 * gdb.reverse/consecutive-precsave.exp:
11778 Replace uses of send_gdb / gdb_expect.
11779
11780 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
11781 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
11782 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
11783 * gdb.mi/mi-ns-stale-regcache.exp:
11784 Replace uses of send_gdb / gdb_expect.
11785 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
11786 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
11787 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
11788 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
11789 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
11790 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
11791 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
11792 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
11793 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
11794
11795 2010-05-26 Michael Snyder <msnyder@vmware.com>
11796
11797 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
11798
11799 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
11800
11801 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
11802 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
11803 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
11804 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
11805 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
11806 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
11807 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
11808 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
11809 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
11810
11811 2010-05-25 Tom Tromey <tromey@redhat.com>
11812
11813 * gdb.base/macscp.exp: Add missing space after setup_kfail.
11814
11815 2010-05-25 Tom Tromey <tromey@redhat.com>
11816
11817 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
11818 argument order.
11819 * gdb.base/macscp.exp: Fix setup_kfail argument order.
11820 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
11821 order.
11822 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
11823 order.
11824 * gdb.base/call-sc.exp (setup_kfails): Remove.
11825 (setup_compiler_kfails): Remove.
11826 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
11827 argument order.
11828 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
11829 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
11830 (advancei): Fix setup_kfail argument order.
11831 * gdb.base/radix.exp: Fix setup_kfail argument order.
11832 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
11833 order.
11834 * gdb.base/structs.exp (setup_kfails): Remove.
11835 (setup_compiler_kfails): Fix setup_kfail argument order.
11836 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
11837 order.
11838 * gdb.java/jmain.exp: Fix setup_kfail argument order.
11839 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
11840 setup_kfail argument order.
11841 * gdb.cp/overload.exp: Fix setup_kfail argument order.
11842
11843 2010-05-25 Tom Tromey <tromey@redhat.com>
11844
11845 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
11846
11847 2010-05-25 Michael Snyder <msnyder@vmware.com>
11848
11849 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
11850 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
11851 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
11852 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
11853 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
11854 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
11855 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
11856 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
11857 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
11858 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
11859 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
11860 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
11861 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
11862 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
11863 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
11864 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
11865 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
11866 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
11867 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
11868 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
11869 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
11870 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
11871 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
11872 * gdb.base/default.exp: Replace send_gdb with gdb_test.
11873 * gdb.base/define.exp: Replace send_gdb with gdb_test.
11874 * gdb.base/display.exp: Replace send_gdb with gdb_test.
11875 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
11876 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
11877 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
11878 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
11879 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
11880 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
11881 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
11882 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
11883 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
11884 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
11885 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
11886 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
11887 * gdb.base/help.exp: Replace send_gdb with gdb_test.
11888 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
11889 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
11890 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
11891 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
11892 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
11893 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
11894 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
11895 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
11896 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
11897
11898 2010-05-25 Doug Evans <dje@google.com>
11899
11900 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
11901 gdb.string_to_argv.
11902
11903 2010-05-21 Tom Tromey <tromey@redhat.com>
11904
11905 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
11906 Call it.
11907 * gdb.dwarf2/pieces.S: Update.
11908 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
11909
11910 2010-05-21 Tom Tromey <tromey@redhat.com>
11911
11912 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
11913 Call it.
11914 * gdb.dwarf2/pieces.c (struct C): New.
11915 (f6): New function.
11916 * gdb.dwarf2/pieces.S: Replace.
11917
11918 2010-05-21 Tom Tromey <tromey@redhat.com>
11919
11920 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
11921 Call it.
11922
11923 2010-05-21 Tom Tromey <tromey@redhat.com>
11924
11925 * gdb.dwarf2.pieces.exp: New file.
11926 * gdb.dwarf2.pieces.S: New file.
11927 * gdb.dwarf2.pieces.c: New file.
11928
11929 2010-05-20 Pedro Alves <pedro@codesourcery.com>
11930 Joel Brobecker <brobecker@adacore.com>
11931
11932 * lib/gdb.exp (gdb_test_no_output): New function.
11933 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
11934 when testing commands that should produce no output.
11935
11936 2010-05-17 Joel Brobecker <brobecker@adacore.com>
11937
11938 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
11939 parameter that we want to watch being a constant.
11940
11941 2010-05-17 Joel Brobecker <brobecker@adacore.com>
11942
11943 * gdb.ada/cond_lang: New testcase.
11944
11945 2010-05-17 Joel Brobecker <brobecker@adacore.com>
11946
11947 * lib/gdb.exp (banned_variables): New variable/constant.
11948 (gdb_init): Add write trace on variables listed in banned_variables.
11949 (gdb_finish): Remove write traces on variables listed in
11950 banned_variables.
11951
11952 2010-05-17 Joel Brobecker <brobecker@adacore.com>
11953
11954 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
11955 * gdb.cp/koenig.exp: Likewise.
11956
11957 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
11958
11959 PR python/11482
11960
11961 * gdb.python/py-value.exp (test_value_hash): New function.
11962
11963 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
11964
11965 PR exp/11530.
11966 * gdb.base/gdb11530.c: New file.
11967 * gdb.base/gdb11530.exp: New file.
11968
11969 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11970
11971 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
11972 * gdb.dwarf2/dw2-modula2-self-type.S: New.
11973
11974 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
11975
11976 * gdb.cp/koenig.exp: New test.
11977 * gdb.cp/koenig.cc: New test program.
11978
11979 2010-05-05 Joel Brobecker <brobecker@adacore.com>
11980
11981 Remove the use of prms_id and bug_id throughout the testsuite.
11982
11983 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
11984
11985 PR exp/11349.
11986 * testsuite/gdb.cp/ref-types.exp: Add test to examine
11987 use a reference local variable.
11988
11989 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11990
11991 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
11992 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
11993 variable different_dir. Move debugfile into a full directory pathname
11994 under DIFFERENT_DIR.
11995 * lib/gdb.exp (separate_debug_filename): Remove.
11996 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
11997 variable debug_dir and mkdir of it. Update function comments.
11998
11999 2010-04-29 Pedro Alves <pedro@codesourcery.com>
12000
12001 PR gdb/11557
12002
12003 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
12004 files.
12005
12006 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
12007
12008 * gdb.python/py-param.exp: New File.
12009
12010 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
12011
12012 * gdb.base/default.exp: Fix "set language" test.
12013
12014 2010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
12015
12016 PR breakpoints/11531.
12017 * gdb.base/gdb11531.c: New file.
12018 * gdb.base/gdb11531.exp: New file.
12019
12020 2010-04-26 Tom Tromey <tromey@redhat.com>
12021
12022 * gdb.base/completion.exp: Add tests for completion and deprecated
12023 commands.
12024
12025 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12026
12027 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
12028 (print /x char_array): Escape curly brackets.
12029
12030 2010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12031
12032 Fix deadlock on looped list of loaded shared objects.
12033 * gdb.base/solib-corrupted.exp: New.
12034
12035 2010-04-23 Doug Evans <dje@google.com>
12036
12037 * gdb.python/py-section-script.c: New file.
12038 * gdb.python/py-section-script.exp: New file.
12039 * gdb.python/py-section-script.py: New file.
12040
12041 2010-04-20 Chris Moller <cmoller@redhat.com>
12042
12043 PR 10179
12044
12045 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
12046 * gdb.base/pr10179-a.c:
12047 * gdb.base/pr10179-b.c:
12048 * gdb.base/pr10179.exp: New files.
12049
12050 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12051
12052 Fix crashes on dangling display expressions.
12053 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
12054 is SEP.
12055 (lib_flags): Remove the "debug" keyword.
12056 (libsepdebug): New variable for iterating new loop.
12057 (save_pf_prefix): New variable wrapping the loop.
12058 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
12059 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
12060
12061 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
12062
12063 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
12064
12065 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
12066
12067 PR stabs/11479.
12068 * gdb.stabs/gdb11479.exp: New file.
12069 * gdb.stabs/gdb11479.c: New file.
12070
12071 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
12072
12073 * gdb.base/charset.c (Strin16, String32): New variables.
12074 * gdb.base/charset.exp (gdb_test): Test correct display
12075 of 16 or 32 bit strings.
12076
12077 2010-04-21 Chris Moller <cmoller@redhat.com>
12078
12079 PR 9167
12080 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
12081 * gdb.cp/pr9167.cc: New file.
12082 * gdb.cp/pr9167.exp: New file.
12083
12084
12085 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
12086
12087 PR pascal/11492.
12088 * gdb.pascal/gdb11492.pas: New file.
12089 * gdb.pascal/gdb11492.exp: New file.
12090
12091 2010-04-20 Joel Brobecker <brobecker@adacore.com>
12092
12093 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
12094
12095 2010-04-20 Joel Brobecker <brobecker@adacore.com>
12096
12097 * gdb.ada/dyn_loc: New testcase.
12098
12099 2010-04-20 Chris Moller <cmoller@redhat.com>
12100
12101 PR 10867
12102
12103 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
12104 * gdb.cp/pr10687.cc: New file.
12105 * gdb.cp/pr10687.exp: New file.
12106
12107
12108 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12109 Sergio Durigan Junior <sergiodj@redhat.com>
12110
12111 * gdb.fortran/logical.exp: New testcase.
12112 * gdb.fortran/logical.f90: New file.
12113
12114 2010-04-19 Doug Evans <dje@google.com>
12115
12116 * gdb.base/help.exp (help source): Update expected output.
12117
12118 2010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12119
12120 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
12121 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
12122 gdb_exit and return.
12123 (executable): New variable.
12124 (binfile): Use it.
12125
12126 2010-04-19 Pedro Alves <pedro@codesourcery.com>
12127
12128 PR breakpoints/8554.
12129
12130 * gdb.trace/save-trace.exp: Adjust.
12131
12132 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
12133
12134 PR corefiles/11511
12135 * gdb.arch/system-gcore.exp: New.
12136 * gdb.arch/gcore.c: Likewise.
12137
12138 2010-04-15 Doug Evans <dje@google.com>
12139
12140 * gdb.python/py-progspace.c: New file.
12141 * gdb.python/py-progspace.exp: New file.
12142
12143 * gdb.base/source.exp: Add tests for "source -s".
12144
12145 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
12146
12147 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
12148 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
12149 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
12150 * gdb.python/py-mi.exp: New test for to_string returning None.
12151
12152 2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
12153
12154 * gdb.python/py-breakpoint.c: Make result global.
12155
12156 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12157
12158 Fix non-GNU make compatibility.
12159 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
12160
12161 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
12162
12163 * gdb.python/py-breakpoint.exp: New File.
12164 * gdb.python/py-breakpoint.C: Ditto.
12165
12166 2010-04-08 Stan Shebs <stan@codesourcery.com>
12167
12168 * gdb.trace/actions.exp: Clear default-collect.
12169 * gdb.trace/save-trace.exp: Clear default-collect.
12170
12171 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
12172
12173 * gdb.python/py-value: Add null string variable.
12174 (test_lazy_string): Test zero length, NULL address lazy
12175 strings.
12176
12177 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
12178
12179 * gdb.arch/i386-avx.c: New.
12180 * gdb.arch/i386-avx.exp: Likewise.
12181
12182 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
12183
12184 2010-04-06 Doug Evans <dje@google.com>
12185
12186 * gdb.base/source-test.gdb: New file.
12187 * gdb.base/source.exp: Test source -v.
12188
12189 2010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12190
12191 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
12192
12193 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
12194
12195 * gdb.stabs/aout.sed: Convert all backslash to double backslash
12196 within one line, unless it is followed by a double quote.
12197 * gdb.stabs/hppa.sed: Idem.
12198 * gdb.stabs/weird.def: Add char and String constants
12199 * gdb.stabs/weird.exp: Check for correct parsing of
12200 char and string constants.
12201 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
12202 in .stabs to .stabx substitution.
12203
12204 2010-04-05 Stan Shebs <stan@codesourcery.com>
12205
12206 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
12207 constant global.
12208 * gdb.trace/tfile.exp: Try to print them.
12209
12210 2010-04-04 Stan Shebs <stan@codesourcery.com>
12211
12212 * gdb.base/completion.exp: Update for new "info watchpoints".
12213 * gdb.base/default.exp: Ditto.
12214 * gdb.base/help.exp: Ditto.
12215 * gdb.base/watchpoint.exp: Ditto.
12216 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
12217
12218 2010-04-04 Stan Shebs <stan@codesourcery.com>
12219
12220 * gdb.trace/tfile.exp: Sharpen tfind test.
12221
12222 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12223
12224 * gdb.base/break-entry.exp: New.
12225
12226 2010-04-02 Hui Zhu <teawater@gmail.com>
12227 Michael Snyder <msnyder@vmware.com>
12228
12229 * gdb.reverse/i386-sse-reverse.exp: New file.
12230 * gdb.reverse/i386-sse-reverse.c: New file.
12231
12232 2010-04-02 Pedro Alves <pedro@codesourcery.com>
12233
12234 * gdb.trace/tfind.exp: Adjust expected disassembly output.
12235
12236 2010-04-01 Stan Shebs <stan@codesourcery.com>
12237
12238 * gdb.trace/actions.exp: Tweak expected output.
12239 * gdb.trace/while-stepping.exp: Tweak expected output.
12240
12241 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
12242
12243 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
12244
12245 2010-04-01 Pedro Alves <pedro@codesourcery.com>
12246
12247 * gdb.base/commands.exp: Adjust.
12248 * gdb.cp/extern-c.exp: Adjust.
12249
12250 2010-04-01 Pedro Alves <pedro@codesourcery.com>
12251
12252 * gdb.trace/collection.c (local_test_func): Define a local struct,
12253 and instanciate it.
12254
12255 2010-04-01 Pedro Alves <pedro@codesourcery.com>
12256
12257 * gdb.trace/collection.exp (gdb_collect_args_test)
12258 (gdb_collect_argarray_test): XFAIL the tests that assume the
12259 argarray argument's elements are collected.
12260
12261 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
12262
12263 * gdb.dwarf2/dw2-bad-parameter-type.exp,
12264 gdb.dwarf2/dw2-bad-parameter-type.S: New.
12265
12266 2010-03-31 Stan Shebs <stan@codesourcery.com>
12267
12268 * gdb.trace/save-trace.exp: Test save/restore of default-collect
12269 and tracepoint conditionals.
12270 (gdb_verify_tracepoints): Delete unused return.
12271
12272 2010-03-26 Keith Seitz <keiths@redhat.com>
12273
12274 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
12275 appear in the output before main.
12276 Remove KFAIL for gdb/2215 aka bz 9320.
12277
12278 2010-03-30 Doug Evans <dje@google.com>
12279
12280 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
12281 by dejagnu.
12282 * gdb.arch/amd64-dword.exp: Ditto.
12283
12284 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
12285 match.
12286 (break printf): Ditto.
12287
12288 2010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
12289
12290 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
12291 gcc < 4.4.
12292 * gdb.cp/shadow.exp: Ditto.
12293
12294 2010-03-29 Pedro Alves <pedro@codesourcery.com>
12295
12296 * gdb.trace/collection.exp (run_trace_experiment): Make sure
12297 "tstart" is silent.
12298
12299 2010-03-29 Pedro Alves <pedro@codesourcery.com>
12300
12301 * gdb.trace/collection.exp (executable): New.
12302 (binfile): Use it.
12303 (fpreg, spreg, pcreg): New.
12304 (test_register): Use gdb_test_multiple. Pass /x to print.
12305 (prepare_for_trace_test): New.
12306 (run_trace_experiment): Use "continue", not gdb_run_cmd.
12307 (gdb_collect_args_test, gdb_collect_argstruct_test)
12308 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
12309 prepare_for_trace_test.
12310 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
12311 fpreg, spreg and pcreg.
12312 (gdb_collect_expression_test, gdb_collect_globals_test): Use
12313 prepare_for_trace_test.
12314 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
12315 try to detect tracing support here. Don't set breakpoints at
12316 `begin' or `end' here.
12317 <global scope>: Use clean_restart. Run to main before checking
12318 for tracing support. Check for for tracing support here.
12319
12320 2010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12321
12322 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
12323 " as $displacement" to "seen displacement message".
12324
12325 2010-03-28 Pedro Alves <pedro@codesourcery.com>
12326
12327 * gdb.trace/while-dyn.exp (executable): New variable.
12328 (binfile): Use it.
12329 (test_while_stepping): New function. Move most tests here. Call
12330 it once for each of the while-stepping, stepping and ws aliases.
12331
12332 2010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12333
12334 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
12335 that do not provide the tagless_struct type name at all.
12336 (test_print_anon_union): Do not check value of uninitialized
12337 union member. Do not use cp_test_ptype_class, so we can accept
12338 "long" as well as "long int".
12339
12340 2010-03-26 Pedro Alves <pedro@codesourcery.com>
12341
12342 * gdb.trace/tfile.c (tohex, bin2hex): New.
12343 (write_error_trace_file): Hexify error description.
12344
12345 2010-03-25 Stan Shebs <stan@codesourcery.com>
12346
12347 * gdb.trace/tfile.c: Generate an additional trace file, improve
12348 portability.
12349 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
12350 files in a better way.
12351
12352 2010-03-25 Keith Seitz <keiths@redhat.com>
12353
12354 * gdb.java/jprint.exp: XFAIL printing of static class members
12355 because of GCC debuginfo problem.
12356
12357 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12358
12359 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
12360
12361 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
12362
12363 * gdb.base/completion.exp: Allow long instead of long int.
12364 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
12365 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
12366 variable p.
12367 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
12368 * gdb.base/pointers.exp: Allow long instead of long int.
12369 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
12370 * gdb.base/step-line.exp: Allow a directory before the source file name.
12371
12372 2010-03-24 Tom Tromey <tromey@redhat.com>
12373
12374 PR breakpoints/9352:
12375 * gdb.base/default.exp: Update.
12376 * gdb.base/commands.exp: Update.
12377 * gdb.cp/extern-c.exp: Test setting commands on multiple
12378 breakpoints at once.
12379
12380 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
12381
12382 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
12383 if gdb,nosignals.
12384 * gdb.base/watchpoints.c: Do not include unnecessary headers.
12385 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
12386 exited".
12387
12388 2010-03-24 Stan Shebs <stan@codesourcery.com>
12389
12390 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
12391
12392 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
12393
12394 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
12395 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
12396 argument. Handle "short" and "long".
12397 (Top level): Pass overprototyped output for old_fptr and xptr.
12398
12399 2010-03-23 Pedro Alves <pedro@codesourcery.com>
12400
12401 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
12402 format strings and add casts to avoid compiler warnings.
12403
12404 2010-03-23 Vladimir Prus <vladimir@codesourcery.com>
12405
12406 * lib/trace-support.exp (gdb_trace_setactions):
12407 Don't expect whitespace after ">" prompt.
12408 * gdb.trace/actions.exp: Adjust for output changes.
12409 * gdb.trace/while-stepping.exp: Likewise.
12410
12411 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12412
12413 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
12414 and r157645).
12415
12416 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12417
12418 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
12419 New.
12420
12421 2010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
12422
12423 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
12424 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
12425
12426 2010-03-19 Stan Shebs <stan@codesourcery.com>
12427
12428 * gdb.trace/ax.exp: New file.
12429
12430 2010-03-19 Doug Evans <dje@google.com>
12431
12432 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
12433 output from gcc.
12434
12435 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
12436 named /usr/sbin/prelink<foo>.
12437
12438 2010-03-18 Stan Shebs <stan@codesourcery.com>
12439
12440 * gdb.trace/circ.exp: Test circular-trace-buffer.
12441 * gdb.trace/tfile.exp: Update tstatus test.
12442
12443 2010-03-18 Joel Brobecker <brobecker@adacore.com>
12444
12445 * gdb.dwarf2/dw2-anonymous-func.S: New file.
12446 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
12447
12448 2010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12449
12450 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
12451
12452 2010-03-18 Pedro Alves <pedro@codesourcery.com>
12453
12454 * gdb.base/default.exp: Adjust the expected output of the finish
12455 and until commands when the inferior is not being run.
12456
12457 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
12458
12459 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
12460 * gdb.cp/nsusing.exp: Ditto.
12461
12462 2010-03-15 Tom Tromey <tromey@redhat.com>
12463
12464 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
12465 * gdb.cp/userdef.cc (operator==): New function.
12466 (main): New locals mem1, mem2.
12467
12468 2010-03-15 Jie Zhang <jie@codesourcery.com>
12469
12470 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
12471 Declare and use new loadtimeout variable.
12472
12473 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
12474
12475 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
12476 Use gdb_load later.
12477
12478 2010-03-14 Pedro Alves <pedro@codesourcery.com>
12479
12480 * gdb.base/solib-disc.c (main): Make format of fprintf a string
12481 literal. Add missing endlines to prints to stderr.
12482
12483 2010-03-12 Tom Tromey <tromey@redhat.com>
12484
12485 PR c++/9708:
12486 * gdb.cp/m-static.exp: Add regression test.
12487 * gdb.cp/m-static.cc (method): New method.
12488 (main): Call it.
12489
12490 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
12491
12492 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
12493 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
12494
12495 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
12496
12497 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
12498
12499 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
12500
12501 * lib/gdb.exp (skip_stl_tests): New.
12502 (gdb_compile): Symbian needs -ldl.
12503 (shlib_target_file): New.
12504 (shlib_symbol_file): New.
12505 (gdb_load_shlibs): Use shlib_target_file.
12506 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
12507 * gdb.cp/exception.exp: Use skip_stl_tests.
12508 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
12509 * gdb.cp/try_catch.exp: Use skip_stl_tests.
12510 * gdb.cp/mb-templates.exp: Ditto.
12511 * gdb.base/commands.exp: Relax regexes.
12512 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
12513 shlib_target_file and shlib_symbol_file.
12514 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
12515 sections.
12516 * gdb.base/ending-run.exp: Accept E32Main for symbian.
12517 * gdb.base/solib-disc.exp: Use
12518 shlib_target_file and shlib_symbol_file.
12519 * gdb.base/unload.exp: Don't skip on symbian. Use
12520 shlib_target_file and shlib_symbol_file.
12521 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
12522
12523 2010-03-12 Pedro Alves <pedro@codesourcery.com>
12524
12525 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
12526 * gdb.trace/report.exp: Adjust for x86 and x86_64.
12527 Issue a tfind end before looking for a tracepoint frame.
12528 * gdb.trace/tfind.exp: Adjust tstatus output.
12529 Adjust disassembly output.
12530 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
12531
12532 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12533
12534 * gdb.base/break-interp.exp: Create new displacement parameter value
12535 for the test_ld calls.
12536 (reach): New parameter displacement, verify its content. New push of
12537 pf_prefix "reach-$func:". Import global expect_out.
12538 (test_core): New parameter displacement, verify its content. New push
12539 of pf_prefix "core:". New command "set verbose on". Import global
12540 expect_out.
12541 (test_attach): New parameter displacement, verify its content. New
12542 push of pf_prefix "attach:". New command "set verbose on". Import
12543 global expect_out.
12544 (test_ld): New parameter displacement, pass it to the reach, test_core
12545 and test_attach calls and verify its content in the "ld.so exit" test.
12546 * gdb.base/prelink.exp: Remove gdb_exit and final return.
12547 (prelink): Update expected text, use gdb_test.
12548
12549 2010-03-10 Doug Evans <dje@google.com>
12550
12551 * gdb.base/checkpoint.exp: Fix comment.
12552 Lengthen timeout while doing >600 checkpoints test.
12553 Rename duplicate "kill all one" test to keep test names unique.
12554
12555 2010-03-10 Pedro Alves <pedro@codesourcery.com>
12556
12557 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
12558
12559 2010-03-08 Keith Seitz <keiths@redhat.com>
12560
12561 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
12562 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
12563 (dm_type_long): New function.
12564 (dm_type_unsigned_short): New function.
12565 (dm_type_unsigned_long): New function.
12566 (myint): New typedef.
12567 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
12568 long, unsigned shor and long, operator char*, and typedef.
12569 (test_lookup_operator_functions): Add operator char* test.
12570 (test_paddr_operator_functions): Likewise.
12571 (test_paddr_overloaded_functions): Use probe values for
12572 short, long, and unsigned short and long.
12573 (test_paddr_hairy_functions): If the demangler probe detected
12574 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
12575 demangler.
12576 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
12577 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
12578 and "print null_pmf".
12579 Add test "ptype a.*pmf".
12580 * gdb.cp/overload.exp: Allow optional "int" to appear with
12581 "short" and "long".
12582 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
12583 long expect value for men_overload1arg.
12584 Allow "int" to appear with "short" and "long".
12585 When testing "info break", add argument for main (void).
12586 Also allow "int" to appear with "short" and "long".
12587 Ditto with "unsigned" and "long long".
12588 * gdb.java/jmain.exp: Do not enclose methods names in single
12589 quotes.
12590 * gdb.java/jmisc.exp: Likewise.
12591 * gdb.java/jprint.exp: Likewise.
12592 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
12593
12594 From Jan Kratochvil <jan.kratochvil@redhat.com>:
12595 * gdb.cp/exception.exp (backtrace after first throw)
12596 (backtrace after second throw): Allow a namespace before __cxa_throw.
12597 (backtrace after first catch, backtrace after second catch): Allow
12598 a namespace before __cxa_begin_catch.
12599
12600 * gdb.cp/cpexprs.exp: New file.
12601 * gdb.cp/cpexprs.cc: New file.
12602
12603 From Daniel Jacobowitz <dan@codesourcery.com>
12604 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
12605 to use string_to_regexp.
12606 (ctor, dtor): New functions. Use them to match constructor
12607 and destructor function types.
12608 (Top level): Use runto_main.
12609
12610 2010-03-05 Tom Tromey <tromey@redhat.com>
12611
12612 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
12613 gdb.target_charset.
12614 (pp_ns.to_string): Likewise.
12615
12616 2010-03-04 Keith Seitz <keiths@redhat.com>
12617
12618 * gdb.cp/overload.exp: Test that the filename portion of a linespec
12619 can be quoted. Test that both the filename and function/line
12620 portions can be quoted at the same time.
12621
12622 2010-03-04 Pedro Alves <pedro@codesourcery.com>
12623
12624 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
12625
12626 2010-03-03 Doug Evans <dje@google.com>
12627
12628 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
12629 libc contains libpthread.
12630
12631 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
12632 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
12633 of gdb_compile. Add another pattern to match android backtrace.
12634
12635 2010-03-03 Tom Tromey <tromey@redhat.com>
12636
12637 PR gdb/11345:
12638 * gdb.base/printcmds.exp (test_printf): Add test.
12639
12640 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
12641
12642 * gdb.arch/amd64-byte.exp: New.
12643 * gdb.arch/amd64-dword.exp: Likewise.
12644 * gdb.arch/amd64-pseudo.c: Likewise.
12645 * gdb.arch/amd64-word.exp: Likewise.
12646 * gdb.arch/i386-byte.exp: Likewise.
12647 * gdb.arch/i386-pseudo.c: Likewise.
12648 * gdb.arch/i386-word.exp: Likewise.
12649
12650 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
12651
12652 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
12653 types. Add structreg, bitfields, and flags registers.
12654 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
12655 registers.
12656
12657 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
12658
12659 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
12660 (load_description): Set architecture if defined.
12661
12662 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
12663
12664 * gdb.python/py-frame.exp: Add read_var block tests.
12665 * gdb.python/py-frame.c (block): New function.
12666
12667 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12668 Daniel Jacobowitz <dan@codesourcery.com>
12669
12670 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
12671
12672 2010-02-25 David S. Miller <davem@davemloft.net>
12673
12674 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
12675 fix logic for setting all_syscalls_numbers.
12676
12677 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
12678
12679 * Makefile.in: Add py-block and py-symbol.
12680 * gdb.python/py-symbol.exp: New File.
12681 * gdb.python/py-symtab.exp: New File.
12682 * gdb.python/py-block.exp: New File.
12683 * gdb.python/py-symbol.c: New File.
12684 * gdb.python/py-block.c: New File.
12685
12686 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
12687
12688 PR python/11314
12689 * lib/gdb.exp (skip_python_tests): New function.
12690 * gdb.python/py-cmd.exp: Use skip_python_tests.
12691 * gdb.python/py-frame.exp: Likewise.
12692 * gdb.python/py-function.exp: Likewise.
12693 * gdb.python/py-prettyprint.exp: Likewise.
12694 * gdb.python/py-template.exp: Likewise.
12695 * gdb.python/py-type.exp: Likewise.
12696 * gdb.python/py-value.exp: Likewise.
12697
12698 2010-02-22 Pedro Alves <pedro@codesourcery.com>
12699
12700 PR9605
12701
12702 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
12703
12704 2010-02-19 Tom Tromey <tromey@redhat.com>
12705
12706 PR c++/8693, PR c++/9496:
12707 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
12708 regression tests.
12709
12710 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12711
12712 Fix compatibility with m68k as.
12713 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
12714 Use only /* comments */.
12715
12716 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12717
12718 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
12719 * configure: Regenerate.
12720
12721 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
12722
12723 * gdb.python/py-type.exp: Check for Python support.
12724
12725 2010-02-17 Pedro Alves <pedro@codesourcery.com>
12726
12727 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
12728 `regsub' syntax available.
12729
12730 2010-02-17 Pedro Alves <pedro@codesourcery.com>
12731
12732 * gdb.base/shmain.c (main): Remove printf call.
12733 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
12734 * gdb.base/unload.c (main): Make format of fprintf a string
12735 literal. Add missing endlines to prints to stderr.
12736 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
12737
12738 2010-02-17 Tom Tromey <tromey@redhat.com>
12739
12740 * gdb.java/jprint.java (jprint.props): New field.
12741 * gdb.java/jprint.exp (set_lang_java): Add regression test.
12742
12743 2010-02-17 Pedro Alves <pedro@codesourcery.com>
12744
12745 * gdb.base/charset.exp: Don't assume new `regsub' syntax
12746 available.
12747
12748 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12749
12750 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
12751 creation to support remote host testing.
12752
12753 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12754
12755 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
12756 Recognize "command not found".
12757
12758 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12759
12760 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
12761 single-stepping.
12762
12763 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12764
12765 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
12766 if arguments are not supported.
12767
12768 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12769
12770 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
12771 be const or non-const.
12772
12773 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12774
12775 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
12776 mi_send_resuming_command to send -exec-continue.
12777
12778 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12779
12780 * gdb.base/list.exp (test_list_filename_and_function): Add test
12781 with single quotes.
12782 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
12783 matching.
12784 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
12785 Add KFAIL'd tests for PR gdb/11289.
12786
12787 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12788
12789 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
12790
12791 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12792
12793 * gdb.base/comp-dir/subdir/dummy.txt: New file.
12794 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
12795 a temporary directory.
12796
12797 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12798
12799 * gdb.base/charset.exp: Use a single regular expression to match
12800 show host-charset and show target-charset output.
12801
12802 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12803
12804 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
12805 "Illegal process-id" expect string more exact.
12806 (attach to digits-starting nonsense is prohibited): New.
12807
12808 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12809
12810 * gdb.base/prelink.exp (set verbose on): New.
12811
12812 2010-02-12 Tomas Holmberg <th@virtutech.com>
12813
12814 * mi-reverse.exp: New file. Test for reverse option to the
12815 following MI commands: exec-continue, exec-finish, exec-next,
12816 exec-step, exec-next-instruction, exec-step-instruction.
12817
12818 2010-02-09 Joel Brobecker <brobecker@adacore.com>
12819
12820 * gdb.ada/ptype_tagged_param: New testcase.
12821
12822 2010-02-08 Tom Tromey <tromey@redhat.com>
12823
12824 PR c++/8017:
12825 * gdb.cp/overload.exp: Add tests.
12826 * gdb.cp/overload.cc (struct K): New.
12827 (namespace N): New.
12828 (main): Call new functions.
12829 (K::staticoverload): Define.
12830
12831 2010-02-08 Chris Moller <moller@mollerware.com>
12832
12833 PR gdb/10728
12834 * gdb.cp/pr10728-x.h: New file.
12835 * gdb.cp/pr10728-x.cc: New file.
12836 * gdb.cp/pr10728-y.cc: New file.
12837 * gdb.cp/pr10728.exp: New file.
12838 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
12839
12840 2010-02-08 Chris Moller <moller@mollerware.com>
12841
12842 PR gdb/9067
12843 * gdb.cp/pr9067.exp: New
12844 * gdb.cp/pr9067.cc: New
12845 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
12846
12847 2010-02-08 Joel Brobecker <brobecker@adacore.com>
12848
12849 * lib/gdb.exp (gdb_test_timeout): New global variable.
12850 Set it to timeout if not already set.
12851 (gdb_init): Reset the value of timeout to gdb_test_timeout.
12852
12853 2010-02-05 Doug Evans <dje@google.com>
12854
12855 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
12856 user.
12857
12858 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
12859
12860 PR c++/7935:
12861 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
12862
12863 2010-02-04 Tom Tromey <tromey@redhat.com>
12864
12865 * gdb.cp/virtbase.exp: Make test case names unique.
12866
12867 2010-02-02 Tom Tromey <tromey@redhat.com>
12868
12869 * gdb.cp/virtbase.exp: Add regression tests.
12870 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
12871 (main): Instantiate RHC.
12872
12873 2010-02-02 Tom Tromey <tromey@redhat.com>
12874
12875 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
12876 type-printing change.
12877
12878 2010-02-02 Tom Tromey <tromey@redhat.com>
12879
12880 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
12881 * gdb.cp/virtbase.cc: New file.
12882 * gdb.cp/virtbase.exp: New file.
12883 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
12884
12885 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12886
12887 PR libc/11214:
12888 * gdb.threads/current-lwp-dead.c: Include features.h.
12889 (HAS_NOMMU): New.
12890 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
12891
12892 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
12893
12894 * gdb.base/symbol-without-target_section.exp,
12895 gdb.base/symbol-without-target_section.c: New.
12896
12897 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
12898
12899 * gdb.base/bigcore.exp: Reset increased timeout.
12900 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
12901
12902 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
12903
12904 * gdb.base/gcore.exp (capture_command_output): Use
12905 gdb_test_multiple.
12906
12907 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
12908
12909 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
12910 * gdb.arch/thumb2-it.exp (test_it_break): New function.
12911 (Top level): Call it.
12912
12913 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
12914
12915 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
12916
12917 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
12918
12919 * gdb.base/call-strs.exp, gdb.base/default.exp,
12920 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
12921 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
12922 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
12923 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
12924 gdb.base/watchpoint-solib.exp: Save and restore timeout.
12925 * gdb.base/ending-run.exp: Correct restore of timeout.
12926 * gdb.base/page.exp: Remove unnecessary timeout setting.
12927
12928 2010-01-29 Joel Brobecker <brobecker@adacore.com>
12929
12930 * gdb.ada/rec_return: New testcase.
12931
12932 2010-01-29 Joel Brobecker <brobecker@adacore.com>
12933
12934 * gdb.ada/call_pn: New testcase.
12935
12936 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
12937
12938 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
12939 (Top level): Use it to resume.
12940 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
12941 the Thumb mode displaced stepping error as unsupported.
12942
12943 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
12944
12945 * gdb.cp/nsusing.exp: Added more tests.
12946 * gdb.cp/nsrecurs.exp: Ditto.
12947 * gdb.cp/nsusing.cc: Added test functions.
12948 * gdb.cp/nsrecurs.cc: Ditto.
12949
12950 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12951
12952 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
12953 absolute directory pathnames in gdb.sum file.
12954
12955 2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
12956
12957 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
12958 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
12959
12960 2010-01-26 Tom Tromey <tromey@redhat.com>
12961
12962 PR exp/7643:
12963 * gdb.base/printcmds.exp (test_print_string_constants): Remove
12964 setup_kfail.
12965
12966 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
12967
12968 * gdb.cp/nsrecurs.exp: New test.
12969 * gdb.cp/nsrecurs.cc: New test program.
12970 * gdb.cp/nsstress.exp: New test.
12971 * gdb.cp/nsstress.cc: New test program.
12972 * gdb.cp/nsdecl.exp: New test.
12973 * gdb.cp/nsdecl.cc: New test program.
12974
12975 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
12976
12977 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
12978 imported into file scope.
12979 Marked test as xfail.
12980 * gdb.cp/namespace-using.cc (marker5): New function.
12981 * gdb.cp/shadow.exp: New test.
12982 * gdb.cp/shadow.cc: New test program.
12983 * gdb.cp/nsimport.exp: New test.
12984 * gdb.cp/nsimport.cc: New test program.
12985
12986 2010-01-25 Tom Tromey <tromey@redhat.com>
12987
12988 PR gdb/11049:
12989 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
12990 with "set print null-stop on".
12991
12992 2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12993
12994 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
12995 Adjust it for DISASSEMBLY_OMIT_FNAME.
12996
12997 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12998
12999 PR symtab/11199:
13000 * gdb.dwarf2/member-ptr-forwardref.exp,
13001 gdb.dwarf2/member-ptr-forwardref.S: New.
13002
13003 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13004
13005 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
13006 (thread1_func): Protect thread1_tid with thread1_tid_cond by
13007 thread1_tid_mutex. Remove gdbstop_mutex handling.
13008 (thread2_func): Protect thread2_tid with thread2_tid_cond by
13009 thread2_tid_mutex. Remove gdbstop_mutex handling.
13010 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
13011 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
13012 pthread_cond_wait conditionalizations by while loops.
13013
13014 2010-01-20 Tom Tromey <tromey@redhat.com>
13015
13016 PR backtrace/10770:
13017 * gdb.dwarf2/pr10770.exp: New file.
13018 * gdb.dwarf2/pr10770.c: New file.
13019 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
13020
13021 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
13022
13023 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
13024 that target was removed, and the test always runs native anyway.
13025
13026 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13027
13028 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
13029 gdb.base/watchpoint-cond-gone-stripped.c: New.
13030
13031 2010-01-19 Tom Tromey <tromey@redhat.com>
13032
13033 PR c++/8000:
13034 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
13035 existing tests.
13036 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
13037 (main): Use AAA::SomeEnum.
13038
13039 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13040
13041 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
13042 (test_ignore_count): Declare line_callme_body global.
13043 (run to breakpoint with ignore count): Use line_callme_body.
13044 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
13045 (set line_main_hello, set line_main_return): Reindent.
13046 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
13047 New.
13048 (continue to callee4): Use line_callee4_body.
13049 (check *stopped from CLI command): Use line_callee4_next.
13050 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
13051 (set line_main_hello, set line_main_return): Reindent.
13052 (set line_callee4_head, set line_callee4_body): New.
13053 (continue to callee4): Use line_callee4_body.
13054
13055 2010-01-18 Tom Tromey <tromey@redhat.com>
13056
13057 PR c++/9680:
13058 * gdb.cp/casts.cc: Add new classes and variables.
13059 * gdb.cp/casts.exp: Test new operators.
13060
13061 2010-01-18 Tom Tromey <tromey@redhat.com>
13062 Thiago Jung Bauermann <bauerman@br.ibm.com>
13063
13064 * gdb.python/source2.py: New file.
13065 * gdb.python/source1: New file.
13066 * gdb.python/python.exp: Test "source" command.
13067
13068 2010-01-15 Stan Shebs <stan@codesourcery.com>
13069
13070 * gdb.trace/tfile.c: New file.
13071 * gdb.trace/tfile.exp: New file.
13072
13073 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13074
13075 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
13076
13077 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13078
13079 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
13080
13081 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13082
13083 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
13084 (libfunc): New parameter action. Implement also selectable "sleep".
13085 * gdb.base/break-interp-main.c: Include assert.h.
13086 (libfunc): New parameter action.
13087 (main): New parameters argc and argv. Assert argc. Pass argv.
13088 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
13089 (test_attach): New proc.
13090 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
13091 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
13092
13093 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13094
13095 * gdb.base/break-interp.exp (test_core): New proc.
13096 (test_ld): Call it.
13097
13098 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13099
13100 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
13101 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
13102 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
13103 and gdb_compile_shlib. Use new -Wl compiler options.
13104 (dl bt, main bt): New tests.
13105
13106 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13107
13108 Support PIEs with no symfile_objfile.
13109 * gdb.base/break-interp.exp: New argument at the test_ld calls.
13110 (test_ld): New parameter trynosym.
13111 (test_ld <$trynosym>): New block.
13112
13113 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13114
13115 * gdb.base/break-interp.exp: New file.
13116
13117 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
13118
13119 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
13120 * gdb.python/py-prettyprint.py (pp_ls): New printer.
13121 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
13122 test.
13123 * gdb.python/py-prettyprint.c: Define lazystring test structure.
13124 * gdb.python/py-mi.exp: Add lazy string test.
13125
13126 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
13127
13128 * lib/mi-support.exp (mi_check_thread_states): Handle
13129 core number in thread listing.
13130
13131 2010-01-12 Joel Brobecker <brobecker@adacore.com>
13132
13133 * gdb.base/maint.exp: Adjust the expected output for the
13134 "maint print type" test. Use gdb_test_multiple instead of
13135 gdb_sent/gdb_expect.
13136
13137 2010-01-11 Doug Evans <dje@google.com>
13138
13139 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
13140 from gdbserver_download. All callers updated.
13141
13142 * gdb.server/ext-run.exp: "info os processes" requires xml support.
13143
13144 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13145
13146 Implement binary numbers parsing.
13147 * gdb.base/printcmds.exp (test_integer_literals_accepted)
13148 (test_integer_literals_rejected): New binary tests.
13149
13150 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
13151
13152 * gdb.cell/configure: Regenerate.
13153
13154 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
13155
13156 * gdb.base/corefile.exp: Move the core finding block out and call it as
13157 core_find, new variable $corefile, replace corefile by $corefile and
13158 [file tail $corefile] for usage vs. test names resp.
13159 * lib/gdb.exp (core_find): Move it as a new function here. New
13160 parameter binfile and deletefiles. New variable $destcore. Pre-delete
13161 $destcore. Return "" on error.
13162
13163 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13164
13165 Workaround PR binutils/10802.
13166 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
13167 (twice).
13168
13169 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
13170
13171 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
13172
13173 2010-01-08 Joel Brobecker <brobecker@adacore.com>
13174
13175 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
13176 call, to avoid interruption.
13177
13178 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13179
13180 * gdb.stabs/weird.def (args93): New.
13181
13182 2010-01-07 Doug Evans <dje@google.com>
13183
13184 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
13185
13186 2010-01-07 Tom Tromey <tromey@redhat.com>
13187
13188 * gdb.base/source.exp: Use correct line number.
13189
13190 2010-01-05 Stan Shebs <stan@codesourcery.com>
13191
13192 * gdb.trace/tracecmd.exp: Test ftrace.
13193
13194 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13195
13196 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
13197
13198 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13199
13200 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
13201 "uint_for_mi_testing".
13202
13203 2010-01-01 Joel Brobecker <brobecker@adacore.com>
13204
13205 Test indented comment in file being sourced.
13206 * gdb.base/commands.exp: Test indented comment in file being sourced.
13207
13208 2010-01-01 Joel Brobecker <brobecker@adacore.com>
13209
13210 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
13211 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
13212 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
13213 notice.
13214
13215 2010-01-01 Joel Brobecker <brobecker@adacore.com>
13216
13217 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
13218 notice.
13219
13220 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13221
13222 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
13223 missing $after_stopped and comma (,) expectation.
13224
13225 2009-12-31 Stan Shebs <stan@codesourcery.com>
13226
13227 * gdb.trace/actions.exp: Test teval action.
13228
13229 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
13230
13231 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
13232 (top level): Call test_watchpoint_in_big_blob.
13233 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
13234 watchpoints.
13235 (func3): Write to buf.
13236
13237 2009-12-29 Stan Shebs <stan@codesourcery.com>
13238
13239 * gdb.trace/actions.exp: Test default-collect.
13240
13241 2009-12-28 Stan Shebs <stan@codesourcery.com>
13242
13243 * gdb.trace/tsv.exp: New file.
13244 * gdb.base/completion.exp: Update ambiguous info output.
13245
13246 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
13247
13248 * gdb.base/find.c (main): Reference search buffers.
13249 * gdb.base/included.c (main): Reference integer.
13250 * gdb.base/ptype.c (charfoo): Declare.
13251 (intfoo): Call charfoo.
13252 * gdb.base/scope0.c (useitp): New function.
13253 (usestatics): Use useitp.
13254 (useit): Add a type for val.
13255 * gdb.base/scope1.c (useit1): Take a pointer argument.
13256 (usestatics1): Update calls to useit1.
13257 * gdb.cp/call-c.cc: Declare foo.
13258 (main): Call foo.
13259 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
13260 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
13261 (main): Call C::ensureRefs and ensureOtherRefs.
13262 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
13263 variables.
13264 (ensureOtherRefs): New function.
13265 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
13266 * gdb.cp/templates.cc (main): Call t5i.value.
13267
13268 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13269
13270 Fix compatibility with G++-4.5.
13271 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
13272 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
13273 (uncaught return): Remove.
13274
13275 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13276 Phil Muldoon <pmuldoon@redhat.com>
13277
13278 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
13279 (bp_location13, bp_location14, bp_location17, bp_location18)
13280 (marker3_proto, marker4_proto): New variables.
13281 (breakpoint info): Update output.
13282 (run until breakpoint at marker3, run until breakpoint at marker4): New
13283 tests.
13284
13285 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13286
13287 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
13288 Replace the printf call of Y by provided "y-set-1" label. New block
13289 for the second shared library.
13290 * gdb.base/unload.exp: Compile also the second library, call
13291 gdb_load_shlibs also for it. Use now gdb_breakpoint.
13292 (single pending breakpoint info): Rename to ...
13293 (pending breakpoint info before run): ... this extended test.
13294 (libfile2, libname2, libsrcfile2, libsrc2)
13295 (lib_sl2): New variables.
13296 (exec_opts): Set also SHLIB_NAME2.
13297 (pending breakpoint info on first run at shrfunc1)
13298 (pending breakpoint info on second run at shrfunc1)
13299 (pending breakpoint info on second run at shrfunc2)
13300 (print y from libfile, print y from libfile2): New tests.
13301 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
13302 * gdb.base/unloadshr2.c: New.
13303
13304 2009-12-22 Hui Zhu <teawater@gmail.com>
13305
13306 * gdb.reverse/sigall-reverse.exp: Adjust.
13307
13308 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
13309
13310 PR gdb/10884
13311
13312 * gdb.mi/var-cmd.c (do_bitfield_tests): New
13313 (main): Call do_bitfield_tests.
13314 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
13315
13316 2009-12-20 Joel Brobecker <brobecker@adacore.com>
13317
13318 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
13319 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
13320 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
13321 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
13322 gdb.modula2/unbounded1.c: Update copyright header.
13323
13324 2009-12-10 Chris Moller <moller@mollerware.com>
13325
13326 PR gdb/9399
13327 * gdb.cp/virtfunc2.exp: New tests
13328 * gdb.cp/virtfunc2.cc: New tests
13329 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
13330
13331 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
13332
13333 * gdb.reverse/i387-env-reverse.c: New file.
13334 * gdb.reverse/i387-env-reverse.exp: New file.
13335 * gdb.reverse/i387-stack-reverse.c: New file.
13336 * gdb.reverse/i387-stack-reverse.exp: New file.
13337
13338 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
13339
13340 * gdb.python/py-type.exp (test_range): New test.
13341
13342 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
13343
13344 PR python/10805
13345
13346 * gdb.python/py-type.exp: New file.
13347 * gdb.python/py-type.c: New file.
13348 * Makefile.in: Add py-type.
13349
13350 2009-12-03 Tom Tromey <tromey@redhat.com>
13351
13352 * gdb.python/py-value.exp (test_parse_and_eval): New
13353 function.
13354
13355 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
13356
13357 PR gdb/11022
13358
13359 * gdb.base/pr11022.exp: New test.
13360 * gdb.base/pr11022.c: New test.
13361
13362 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13363
13364 Fix spurious false FAILs.
13365 * gdb.base/structs.c (chartest): New.
13366 (main): Fill-in chartest.
13367 * gdb.base/structs.exp (anychar_re, first): New.
13368 (start_structs_test): Import global anychar_re and first.
13369 New gdb_test call "set print elements 300; ${testfile}"
13370 (start_structs_test <$first>): New block.
13371 (any): Import global anychar_re. New variable ac. Use ${ac}.
13372
13373 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13374
13375 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
13376
13377 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13378
13379 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
13380 Force $srcfile file.
13381 * gdb.base/foll-fork.c (callee): Comment out the printf call.
13382
13383 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13384
13385 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
13386 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
13387 * gdb.threads/watchthreads-reorder.exp: Likewise.
13388
13389 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
13390
13391 PR gdb/8704
13392
13393 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
13394 "if", and "thread". Correct matching in the previous test.
13395
13396 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
13397
13398 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
13399
13400 2009-11-23 Michael Snyder <msnyder@vmware.com>
13401
13402 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
13403 * gdb.reverse-watch-precsave.exp: Ditto.
13404
13405 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
13406
13407 * gdb.asm/asm-source.exp: Adjust.
13408 * gdb.base/help.exp: Adjust.
13409
13410 2009-11-22 Pedro Alves <pedro@codesourcery.com>
13411
13412 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
13413 (do_syscall_tests_without_xml): Set data-directory to
13414 /the/path/to/nowhere.
13415
13416 2009-11-21 Pedro Alves <pedro@codesourcery.com>
13417
13418 * gdb.threads/local-watch-wrong-thread.c,
13419 gdb.threads/local-watch-wrong-thread.exp: New files.
13420
13421 2009-11-21 Pedro Alves <pedro@codesourcery.com>
13422
13423 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
13424 assume new `regsub' syntax available.
13425
13426 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13427
13428 * gdb.base/watchpoint-hw-hit-once.exp,
13429 gdb.base/watchpoint-hw-hit-once.c: New.
13430
13431 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13432
13433 * gdb.threads/watchthreads-reorder.exp,
13434 gdb.threads/watchthreads-reorder.c: New.
13435
13436 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
13437
13438 * gdb.xml/tdesc-regs.exp: Use for m68k.
13439
13440 2009-11-15 Pedro Alves <pedro@codesourcery.com>
13441
13442 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
13443
13444 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
13445
13446 * lib/gdb.exp (current_target_name): New procedure.
13447 (gdb_wrapper_target): New variable.
13448 (gdb_wrapper_init): Set gdb_wrapper_target.
13449 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
13450 wrapper.
13451
13452 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
13453
13454 * gdb.base/remote.exp: Delete the slowest load test.
13455 Do not load with fixed packet sizes.
13456
13457 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
13458
13459 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
13460
13461 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
13462
13463 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
13464 srcfile when setting a breakpoint.
13465
13466 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
13467
13468 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
13469 macros.
13470
13471 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
13472
13473 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
13474 to be in memory.
13475 * gdb.base/display.c (force_mem): New.
13476 (do_loops): Use it. Add breakpoint comments.
13477 (do_vars): Add a breakpoint comment.
13478 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
13479 line numbers.
13480
13481 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
13482
13483 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
13484 instead of a bare "run".
13485
13486 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
13487
13488 * gdb.python/py-prettyprint.exp: Adjust.
13489
13490 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13491
13492 * lib/cell.exp (skip_cell_tests): Clean up test files before
13493 returning.
13494
13495 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13496
13497 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
13498 and the breakpoint menu. Do not call perror if a prompt is seen.
13499 Consume the following GDB prompt.
13500 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
13501 * gdb.cp/namespace.exp: Use gdb_test.
13502 * gdb.cp/templates.exp: Use gdb_test.
13503 (test_template_breakpoints): Use gdb_test_multiple.
13504
13505 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13506
13507 * gdb.base/break1.c (struct some_struct, values): Move earlier.
13508 (marker4): Reference values.
13509
13510 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13511
13512 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
13513 is missing.
13514
13515 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13516
13517 * gdb.base/break.c (need_malloc): New.
13518 * gdb.base/constvars.c (main): Reference crass and crisp.
13519 * gdb.base/gdb1821.c (main): Reference bar.
13520 * gdb.cp/gdb1355.cc (main): Reference s1.
13521 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
13522 (main): Call them.
13523 * gdb.cp/hang2.cc (dummy2): Define.
13524 * gdb.cp/hang3.cc (dummy3): Define.
13525 * gdb.cp/m-data.cc (main): Reference shadow.
13526
13527 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13528 Nathan Froyd <froydnj@codesourcery.com>
13529
13530 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
13531 remote host.
13532
13533 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
13534
13535 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
13536 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
13537 * gdb.dwarf2/dw2-compressed.exp: Likewise.
13538 * gdb.dwarf2/dw2-intercu.exp: Likewise.
13539 * gdb.dwarf2/dw2-intermix.exp: Likewise.
13540 * gdb.dwarf2/dw2-producer.exp: Likewise.
13541 * gdb.dwarf2/mac-fileno.exp: Likewise.
13542 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
13543 py-prettyprint.py to the remote host.
13544 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
13545
13546 2009-11-11 Keith Seitz <keiths@redhat.com>
13547
13548 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
13549 use it instead of "Foo".
13550 * gdb.cp/classes.exp (do_tests): Add a test to access
13551 a method through a typedef'd class name.
13552
13553 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
13554
13555 * gdb.base/long_long.exp: Permit leading zeros on floating-point
13556 exponents.
13557 * gdb.base/pointers.exp: Likewise.
13558 * gdb.cp/ref-types.exp: Likewise.
13559
13560 2009-11-11 Keith Seitz <keiths@redhat.com>
13561
13562 * gdb.cp/cplusfuncs.cc (class foo): Add operators
13563 new[] and delete[].
13564 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
13565 "void".
13566 (probe_demangler): Remove all single-quoting of
13567 method and variable names.
13568 (info_func_regexp): Remove the word "void" from any
13569 occurrence of "(void)".
13570 (print_addr_2): Remove all single-quoting of
13571 method names.
13572 (print_addr_2_kfail): Likewise.
13573 (print_addr): Single-quote C function names before
13574 passing to print_addr_2.
13575 (test_paddr_operator_functions): Remove single-quoting
13576 for method names.
13577 Add tests for operator new[] and operator delete[].
13578
13579 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13580
13581 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
13582
13583 2009-11-09 Keith Seitz <keiths@redhat.com>
13584
13585 * gdb.cp/overload.exp: Add tests for resolving overloaded
13586 methods in expression parsing/evaluation.
13587
13588 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
13589
13590 * lib/gdb.exp (default_gdb_version): Use --version instead of
13591 --command.
13592
13593 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
13594
13595 * lib/gdb.exp (gdb_compile_test): New.
13596 (skip_ada_tests, skip_java_tests): New.
13597 (gdb_compile): Use gdb_compile_test for f77.
13598 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
13599 * lib/java.exp (compile_java_from_source): Remove runtests check,
13600 use gdb_compile_test to record result.
13601 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
13602 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
13603 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
13604 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
13605 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
13606 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
13607 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
13608 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
13609 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
13610 adjust gdb_compile invocations.
13611
13612 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
13613
13614 * Makefile.in (abs_builddir): New.
13615 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
13616 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
13617 `$(abs_builddir)/site.exp'.
13618
13619 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
13620
13621 * config/m68k-emc.exp, lib/emc-support.exp,
13622 gdb.trace/gdb_c_test.c: Delete.
13623 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
13624 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
13625 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
13626 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
13627 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
13628 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
13629 casing for m68k-*-elf.
13630
13631 2009-11-03 Pedro Alves <pedro@codesourcery.com>
13632
13633 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
13634 * gdb.arch/i386-prologue.exp: Likewise.
13635 * gdb.arch/i386-unwind.exp: Likewise.
13636
13637 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
13638
13639 * lib/gdb.exp (gdb_expect): Fix timeout typo.
13640
13641 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
13642
13643 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
13644
13645 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
13646
13647 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
13648
13649 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13650
13651 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
13652
13653 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13654
13655 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
13656 * gdb.base/sepdebug2.c: New file.
13657
13658 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
13659
13660 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
13661 the modified warnings for catch syscall. Verify if GDB was compiled
13662 with support for lib expat, and choose which tests to run depending
13663 on this.
13664
13665 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
13666
13667 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
13668 that composite commands are parsed OK. And also test
13669 that breakpoint commands do work.
13670
13671 2009-10-23 Michael Snyder <msnyder@vmware.com>
13672
13673 gdb.reverse/consecutive-precsave.exp: Change expect pattern
13674 to allow for new disassembly style.
13675
13676 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
13677
13678 * gdb.asm/asm-source.exp: Adjust.
13679
13680 2009-10-22 Michael Snyder <msnyder@vmware.com>
13681
13682 * gdb.reverse/break-precsave.exp: New test.
13683 * gdb.reverse/consecutive-precsave.exp: Ditto.
13684 * gdb.reverse/finish-precsave.exp: Ditto.
13685 * gdb.reverse/i386-precsave.exp: Ditto.
13686 * gdb.reverse/machinestate-precsave.exp: Ditto.
13687 * gdb.reverse/sigall-precsave.exp: Ditto.
13688 * gdb.reverse/solilb-precsave.exp: Ditto.
13689 * gdb.reverse/step-precsave.exp: Ditto.
13690 * gdb.reverse/until-precsave.exp: Ditto.
13691 * gdb.reverse/watch-precsave.exp: Ditto.
13692
13693 2009-10-22 Michael Snyder <msnyder@vmware.com>
13694
13695 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
13696 for gdb_expect. Adjust one test's expect strings for the new
13697 format of disassemble.
13698 * gdb.reverse/finish-reverse.exp: Delete 'return'.
13699 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
13700 gdb_test_multiple.
13701 * gdb.reverse/step-reverse.exp: Delete 'return'.
13702 * gdb.reverse/until-reverse.exp: Delete blank lines.
13703 * gdb.reverse/watch-reverse.exp: Delete blank lines.
13704
13705 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
13706
13707 * gdb.base/consecutive.exp: Adjust.
13708 * gdb.base/display.exp: Likewise.
13709 * gdb.base/pc-fp.exp: Likewise.
13710 * gdb.base/sigbpt.exp: Likewise.
13711
13712 2009-10-19 Michael Snyder <msnyder@vmware.com>
13713
13714 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
13715 * gdb.reverse/finish-reverse.c: Ditto.
13716 * gdb.reverse/sigall-reverse.c: Ditto.
13717 * gdb.reverse/solib-reverse.c: Ditto.
13718 * gdb.reverse/step-reverse.c: Ditto.
13719 * gdb.reverse/watch-reverse.c: Ditto.
13720
13721 2009-10-19 Pedro Alves <pedro@codesourcery.com>
13722 Stan Shebs <stan@codesourcery.com>
13723
13724 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
13725 * gdb.base/foll-exec.exp: Adjust to expect a process id before
13726 "Executing new program".
13727 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
13728 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
13729 left listed after having been killed.
13730 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
13731 * gdb.base/maint.exp: Adjust test.
13732
13733 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
13734 * gdb.multi/Makefile.in: New.
13735 * gdb.multi/base.exp: New.
13736 * gdb.multi/goodbye.c: New.
13737 * gdb.multi/hangout.c: New.
13738 * gdb.multi/hello.c: New.
13739 * gdb.multi/bkpt-multi-exec.c: New.
13740 * gdb.multi/bkpt-multi-exec.exp: New.
13741 * gdb.multi/crashme.c: New.
13742
13743 2009-10-13 Tristan Gingold <gingold@adacore.com>
13744
13745 * gdb.base/sepdebug.exp: Check debug info are found.
13746
13747 2009-10-08 Pedro Alves <pedro@codesourcery.com>
13748
13749 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
13750 bits.
13751
13752 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13753
13754 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
13755
13756 2009-10-07 Joel Brobecker <brobecker@adacore.com>
13757
13758 * gdb.base/watchpoints.c: Add copyright header. Reformat one
13759 of the comments.
13760
13761 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
13762
13763 * gdb.base/annota1.exp: Remove obsolete match_max increase.
13764 * gdb.base/annota3.exp: Idem.
13765 * gdb.base/maint.exp: Idem.
13766
13767 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
13768
13769 * lib/gdb.exp (default_gdb_init): Set current value of match_max
13770 to default.
13771
13772 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
13773
13774 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
13775 mingw and cygwin targets.
13776
13777 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
13778 Pedro Alves <pedro@codesourcery.com>
13779
13780 * lib/gdb.exp (gdb_compile): Avoid adding
13781 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
13782
13783 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
13784
13785 * gdb.base/shr1.c: Use %p in format string.
13786 * gdb.base/unload.c: Avoid warning in fprintf.
13787 * gdb.base/watchpoint-solib.c: Idem.
13788
13789 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
13790
13791 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
13792 long type.
13793 (test_unlink): Correct printf string.
13794 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
13795 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
13796
13797 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
13798
13799 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
13800 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
13801 * gdb.arch/ia64-breakpoint-shadow.S: New file.
13802
13803 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13804
13805 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
13806 * gdb.objc/nondebug.exp: Likewise.
13807
13808 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13809
13810 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
13811 target_info setting.
13812
13813 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
13814 that detect new threads during "info threads".
13815
13816 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13817
13818 * gdb.threads/manythreads.c (main): Increase thread stack size
13819 to 2*PTHREAD_STACK_MIN.
13820 * gdb.threads/multi-create.c (main): Likewise.
13821 (create_function): Likewise.
13822
13823 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13824
13825 * gdb.base/dump.exp: Pass difference of pointer types instead
13826 of integer types as offset to restore in intarr3.srec case.
13827
13828 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13829
13830 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
13831
13832 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13833
13834 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
13835
13836 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
13837
13838 New test for two watchpoints, with disabling of
13839 the first inserted.
13840 * testsuite/gdb.base/watchpoints.c: New file.
13841 * testsuite/gdb.base/watchpoints.exp: New file.
13842
13843 2009-09-25 Tom Tromey <tromey@redhat.com>
13844
13845 * gdb.base/charset.exp: Test utf-16 strings with Python.
13846
13847 2009-09-25 Tom Tromey <tromey@redhat.com>
13848
13849 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
13850 UCS-4.
13851 * gdb.base/charset.c (utf_32_string): Rename.
13852 (init_utf32): Rename.
13853 (main): Update.
13854
13855 2009-09-22 Tom Tromey <tromey@redhat.com>
13856
13857 * gdb.python/py-function.exp: Add regression tests.
13858
13859 2009-09-21 Keith Seitz <keiths@redhat.com>
13860
13861 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
13862 with invalid operator.
13863
13864 2009-09-21 Keith Seitz <keiths@redhat.com>
13865
13866 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
13867 and destructor using typedef name of class.
13868 * gdb.cp/classes.cc (class Base1): Add a destructor.
13869 (base1): New typedef.
13870 (use_methods): Instanitate an object of type base1.
13871 * gdb.cp/templates.exp (test_template_typedef): New procedure.
13872 (do_tests): Call test_template_typedef.
13873 * gdb.cp/templates.cc (Baz::~Baz): New method.
13874 (intBazOne): New typedef.
13875 (main): Instantiate intBazOne.
13876
13877 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
13878
13879 PR python/10633
13880
13881 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
13882 Function.
13883 (run_lang_tests): Add print elements test.
13884
13885 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
13886
13887 * gdb.python/py-value.exp (test_subscript_regression): New
13888 function. Test for invalid subscripts.
13889 * gdb.python/py-value.c (main): Add test array, and pointer to it.
13890 (ptr_ref): New function.
13891
13892 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
13893
13894 * gdb.base/default.exp: Fix "show convenience".
13895
13896 2009-09-15 Tom Tromey <tromey@redhat.com>
13897
13898 * lib/mi-support.exp (mi_create_varobj): Update.
13899 (mi_create_floating_varobj): Likewise.
13900 (mi_create_dynamic_varobj): New proc.
13901 (mi_varobj_update): Update.
13902 (mi_varobj_update_with_type_change): Likewise.
13903 (mi_varobj_update_kv_helper): New proc.
13904 (mi_varobj_update_dynamic_helper): Rewrite.
13905 (mi_varobj_update_dynamic): New proc.
13906 (mi_list_varobj_children): Update.
13907 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
13908 * gdb.python/python-prettyprint.py (pp_outer): New class.
13909 (pp_nullstr): Likewise.
13910 (lookup_function): Register new printers.
13911 * gdb.python/python-prettyprint.c (struct substruct): New type.
13912 (struct outerstruct): Likewise.
13913 (substruct_test): New function.
13914 (struct nullstr): New type.
13915 (string_1, string_2): New globals.
13916 (main): Add new tests.
13917 * gdb.python/python-mi.exp: Added regression tests.
13918 * gdb.mi/mi2-var-display.exp: Update.
13919 * gdb.mi/mi2-var-cmd.exp: Update.
13920 * gdb.mi/mi2-var-child.exp: Update.
13921 * gdb.mi/mi2-var-block.exp: Update.
13922 * gdb.mi/mi-var-invalidate.exp: Update.
13923 * gdb.mi/mi-var-display.exp: Update.
13924 * gdb.mi/mi-var-cmd.exp: Update.
13925 * gdb.mi/mi-var-child.exp: Update.
13926 * gdb.mi/mi-var-block.exp: Update.
13927 * gdb.mi/mi-break.exp: Update.
13928 * gdb.mi/gdb701.exp: Update.
13929
13930 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
13931
13932 * Makefile.in: Inclusion of catch-syscall object.
13933 * gdb.base/catch-syscall.c: New file.
13934 * gdb.base/catch-syscall.exp: New file.
13935
13936 2009-09-12 Michael Snyder <msnyder@vmware.com>
13937
13938 * gdb.reverse/step-reverse.exp: Explicitly check for targets
13939 that can support reverse debuggnig.
13940
13941 2009-09-11 Tom Tromey <tromey@redhat.com>
13942
13943 * gdb.dwarf2/valop.S: New file.
13944 * gdb.dwarf2/valop.exp: New file.
13945
13946 2009-09-11 Mark Kettenis <kettenis@gnu.org>
13947
13948 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
13949
13950 2009-09-10 Doug Evans <dje@google.com>
13951
13952 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
13953 Add $gdb_prompt to second breakpoint regexp.
13954
13955 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
13956
13957 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
13958 names, add missing ones.
13959 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
13960 * gdb.python/py-frame.c: Rename from python-frame.c.
13961 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
13962 testfile name.
13963 * gdb.python/py-function.exp: Rename from python-function.exp.
13964 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
13965 testfile name.
13966 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
13967 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
13968 Adjust testfile name.
13969 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
13970 * gdb.python/py-template.cc: Rename from python-template.cc.
13971 * gdb.python/py-template.exp: Rename from python-template.exp.
13972 Adjust testfile name.
13973 * gdb.python/py-value.c: Rename from python-value.c.
13974 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
13975 testfile name.
13976
13977 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13978
13979 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
13980 $bpt2address.
13981 (Second breakpoint address is valid on ia64)
13982 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
13983
13984 2009-09-03 Joseph Myers <joseph@codesourcery.com>
13985
13986 * gdb.base/ending-run.exp: Restrict regular expression matching
13987 line number to require closing brace following.
13988
13989 2009-09-03 Doug Evans <dje@google.com>
13990
13991 * gdb.base/store.exp (check_set): Fix typo in expected value message.
13992
13993 2009-09-02 Tom Tromey <tromey@redhat.com>
13994
13995 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
13996
13997 2009-09-02 Tom Tromey <tromey@redhat.com>
13998
13999 * gdb.dwarf2/callframecfa.exp: New file.
14000 * gdb.dwarf2/callframecfa.S: New file.
14001
14002 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14003
14004 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
14005 gdb.base/solib-overlap-main.c: New.
14006
14007 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
14008
14009 PR gdb/10565
14010
14011 * gdb.base/bitfields.c (struct container, container): New.
14012 (main): Initialize it and call break5.
14013 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
14014
14015 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
14016
14017 Support constant DW_AT_data_member_location by GCC PR debug/40659.
14018 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
14019
14020 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14021
14022 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
14023
14024 2009-08-26 Michael Snyder <msnyder@vmware.com>
14025
14026 * gdb.base/i386-reverse.c: New file.
14027 * gdb.base/i386-reverse.exp: New file.
14028 * gdb.base/Makefile.in: Add new files to be removed.
14029
14030 2009-08-26 Joseph Myers <joseph@codesourcery.com>
14031
14032 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
14033 environment-pwd for remote host.
14034 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
14035
14036 2009-08-24 Keith Seitz <keiths@redhat.com>
14037
14038 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
14039 Add two new C++ completer tests which limit the output to a
14040 given class.
14041
14042 2009-08-24 Michael Snyder <msnyder@vmware.com>
14043
14044 * gdb.base/del.exp: Fix typo in comment.
14045 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
14046
14047 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14048
14049 * configure: Regenerate.
14050 * gdb.hp/configure: Likewise.
14051 * gdb.hp/gdb.aCC/configure: Likewise.
14052 * gdb.hp/gdb.base-hp/configure: Likewise.
14053 * gdb.hp/gdb.compat/configure: Likewise.
14054 * gdb.hp/gdb.defects/configure: Likewise.
14055 * gdb.hp/gdb.objdbg/configure: Likewise.
14056 * gdb.stabs/configure: Likewise.
14057
14058 2009-08-19 Doug Evans <dje@google.com>
14059
14060 * gdb.base/gdbvars.c: New file.
14061 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
14062
14063 2009-08-14 Pedro Alves <pedro@codesourcery.com>
14064
14065 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
14066 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
14067
14068 2009-08-13 Pedro Alves <pedro@codesourcery.com>
14069
14070 * gdb.base/default.exp: Adjust "set language test": it's now an
14071 enum command. Larger help string moved to "help set language".
14072 * gdb.base/help.exp: Adjust "help set language" expected output,
14073 now lists all known languages.
14074
14075 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
14076
14077 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
14078 all frame arguments.
14079 * gdb.arch/altivec-regs.exp: Likewise.
14080
14081 2009-08-07 Tom Tromey <tromey@redhat.com>
14082
14083 * gdb.base/setshow.exp: Add tests for changes to set language, set
14084 check range, and set check type.
14085
14086 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
14087
14088 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
14089 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
14090 Call it.
14091
14092 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14093
14094 * configure.ac: Run gdb.cell tests when appropriate.
14095 * configure: Regenerate.
14096 * lib/cell.exp: New file.
14097 * gdb.cell: New directory.
14098 * gdb.cell/configure.ac: New file.
14099 * gdb.cell/configure: New file.
14100 * gdb.cell/Makefile.in: New file.
14101 * gdb.cell/arch.exp: New file.
14102 * gdb.cell/break.c: New file.
14103 * gdb.cell/break.exp: New file.
14104 * gdb.cell/break-spu.c: New file.
14105 * gdb.cell/bt.c: New file.
14106 * gdb.cell/bt2-spu.c: New file.
14107 * gdb.cell/bt-spu.c: New file.
14108 * gdb.cell/bt.exp: New file.
14109 * gdb.cell/coremaker.c: New file.
14110 * gdb.cell/coremaker-spu.c: New file.
14111 * gdb.cell/core.exp: New file.
14112 * gdb.cell/gcore.exp: New file.
14113 * gdb.cell/data.c: New file.
14114 * gdb.cell/data.exp: New file.
14115 * gdb.cell/data-spu.c: New file.
14116 * gdb.cell/ea-cache.exp: New file.
14117 * gdb.cell/ea-cache.c: New file.
14118 * gdb.cell/ea-cache-spu.c: New file.
14119 * gdb.cell/ea-standalone.c: New file.
14120 * gdb.cell/ea-standalone.exp: New file.
14121 * gdb.cell/ea-test.c: New file.
14122 * gdb.cell/ea-test.exp: New file.
14123 * gdb.cell/f-regs.exp: New file.
14124 * gdb.cell/mem-access.c: New file.
14125 * gdb.cell/mem-access.exp: New file.
14126 * gdb.cell/mem-access-spu.c: New file.
14127 * gdb.cell/ptype.exp: New file.
14128 * gdb.cell/registers.exp: New file.
14129 * gdb.cell/size.c: New file.
14130 * gdb.cell/sizeof.exp: New file.
14131 * gdb.cell/size-spu.c: New file.
14132 * gdb.cell/solib.exp: New file.
14133 * gdb.cell/solib-symbol.exp: New file.
14134
14135 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14136
14137 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
14138
14139 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
14140
14141 * gdb.base/float.exp: Handle VFP registers.
14142
14143 2009-07-14 Michael Snyder <msnyder@vmware.com>
14144
14145 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
14146 to bring gdb to the beginning of the calling line.
14147
14148 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
14149 confusing the i386 epilogue unwinder.
14150
14151 2009-07-14 Stan Shebs <stan@codesourcery.com>
14152
14153 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
14154
14155 2009-07-14 Michael Snyder <msnyder@vmware.com>
14156
14157 * gdb.reverse/step-reverse.exp (stepi into function call):
14158 Call instruction may not be first instruction in the line.
14159 (reverse stepi from a function call): Used wrong line number.
14160
14161 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14162
14163 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
14164
14165 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14166
14167 Fix gdb.base/macscp.exp when using custom inputrc.
14168 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
14169 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
14170 env(TERM) set.
14171 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
14172 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
14173
14174 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14175
14176 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
14177 * gdb.base/annota1.exp (thread_test): Import global $testfile.
14178 Change the compilation target to match the testcase name.
14179 * gdb.base/sect-cmd.exp: Change the compilation target to match the
14180 testcase name.
14181 * a2-run.exp: Use for setup prepare_for_testing. Change the
14182 compilation target to match the testcase name.
14183 * gdb.base/commands.exp: Likewise.
14184 * gdb.base/finish.exp: Likewise.
14185 * gdb.base/float.exp: Likewise.
14186 * gdb.base/info-target.exp: Likewise.
14187 * gdb.base/relational.exp: Likewise.
14188 * gdb.base/term.exp: Likewise.
14189 * gdb.base/until.exp: Likewise.
14190 * gdb.base/volatile.exp: Likewise.
14191 * gdb.base/whatis-exp.exp: Likewise.
14192
14193 2009-07-11 Hui Zhu <teawater@gmail.com>
14194
14195 * gdb.base/help.exp (disassemble): Update expected help text.
14196
14197 2009-07-09 Tom Tromey <tromey@redhat.com>
14198
14199 * lib/gdb.exp: Handle TRANSCRIPT.
14200 (remote_spawn, remote_close, send_gdb): New procs.
14201
14202 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
14203
14204 * gdb.python/python-prettyprint.c: Add counted null string
14205 structure.
14206 * gdb.python/python-prettyprint.exp: Print null string. Test for
14207 embedded nulls.
14208 * gdb.python/python-prettyprint.py (pp_ns): New Function.
14209 * gdb.python/python-value.exp (test_value_in_inferior): Add
14210 variable length string fetch tests.
14211 * gdb.python/python-value.c (main): Add strings for string fetch tests.
14212
14213 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
14214
14215 * gdb.base/dump.exp (inaccessible memory is reported): New test.
14216
14217 2009-07-07 Tom Tromey <tromey@redhat.com>
14218
14219 * gdb.base/call-rt-st.exp: Update for change to escape output.
14220 * gdb.base/callfuncs.exp: Likewise.
14221 * gdb.base/charset.exp: Likewise.
14222 * gdb.base/constvars.exp: Likewise.
14223 * gdb.base/long_long.exp: Likewise.
14224 * gdb.base/pointers.exp: Likewise.
14225 * gdb.base/printcmds.exp: Likewise.
14226 * gdb.base/setvar.exp: Likewise.
14227 * gdb.base/store.exp: Likewise.
14228 * gdb.cp/ref-types.exp: Likewise.
14229 * gdb.mi/mi-var-child.exp: Likewise.
14230 * gdb.mi/mi-var-display.exp: Likewise.
14231 * gdb.mi/mi2-var-display.exp: Likewise.
14232 * gdb.base/charset.exp: Test octal escape sequence length.
14233 Update for change to escape output.
14234
14235 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14236
14237 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
14238
14239 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
14240
14241 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
14242
14243 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
14244
14245 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
14246 gdbserver increasing $portnum if "Can't bind address" has been seen.
14247
14248 2009-07-05 Pedro Alves <pedro@codesourcery.com>
14249
14250 * gdb.base/ending-run.exp: Add "step out of main" pattern for
14251 mingw32ce.
14252
14253 2009-07-05 Pedro Alves <pedro@codesourcery.com>
14254
14255 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
14256 VFP format.
14257
14258 2009-07-02 Pedro Alves <pedro@codesourcery.com>
14259
14260 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
14261 linux. Adjust to use "inferior", "info inferiors", "detach
14262 inferior" and "kill inferior" instead of "restart", "info fork",
14263 "detach fork" and "delete fork".
14264 * gdb.base/ending-run.exp: Spell out "info".
14265 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
14266 the "kill" command.
14267
14268 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14269
14270 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
14271 change to prefix TLS offset in hex with 0x.
14272
14273 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14274
14275 * gdb.base/default.exp: Update test case for "x" changes.
14276
14277 2009-07-01 Tristan Gingold <gingold@adacore.com>
14278
14279 * gdb.base/bigcore.exp: Make darwin untested.
14280
14281 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14282
14283 * gdb.base/completion.exp (directory completion): Create the directory.
14284 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
14285 escapeuniquesub.
14286 (directory completion 2): Expect now ${escapeuniquesub}.
14287 (Glob remaining of directory test): Remove one excessive newline.
14288 Expect the real output.
14289
14290 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14291
14292 Fix `make check//%' target after `make check' has been ran.
14293 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
14294 a mkdir call.
14295 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
14296 (%/.dir): Remove.
14297
14298 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14299
14300 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
14301 the expected result record.
14302
14303 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14304
14305 Remove racy FAILs relying just on the timeouts.
14306 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
14307 (annotation_level 2): Remove racy FAILs.
14308
14309 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
14310
14311 gdb/10275
14312 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
14313
14314 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
14315
14316 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
14317
14318 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
14319
14320 * gdb.mi/mi-stack.exp: Testing symbolic options
14321 to -stack-list-locals and -stack-list-arguments.
14322
14323 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14324
14325 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
14326
14327 2009-06-29 Tom Tromey <tromey@redhat.com>
14328
14329 * dg-extract-results.sh: New file.
14330 * Makefile.in (FORCE_PARALLEL): New variable.
14331 (CHECK_TARGET): New conditional variable.
14332 (check): Use CHECK_TARGET.
14333 (DO_RUNTEST): New variable.
14334 (check-single): New target.
14335 (TEST_DIRS): New variable.
14336 (TEST_TARGETS): Likewise.
14337 (check-parallel): New target.
14338 (check-gdb.%): New pattern.
14339 (BASE1_FILES): New variable.
14340 (BASE2_FILES): Likewise.
14341 (check-gdb.base%): New pattern.
14342 (%/.dir): New pattern.
14343 * configure: Rebuild.
14344 * aclocal.m4 (AM_CONDITIONAL): New defun.
14345 * configure.ac: Check whether user is using GNU make.
14346 (GMAKE): New conditional.
14347
14348 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
14349
14350 * gdb.cp/namespace-nested-import.cc: New test.
14351 * gdb.cp/namespace-nested-import.exp: New test.
14352
14353 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
14354
14355 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
14356 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
14357 * gdb.opt/Makefile.in (EXECUTABLES): Update.
14358 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
14359 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
14360 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
14361 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
14362 gdb.opt/inline-markers.c: New files.
14363 * lib/gdb.exp (skip_inline_frame_tests): New function.
14364 (skip_inline_var_tests): New function.
14365
14366 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
14367
14368 * gdb.cp/exception.exp: Don't require $hex before inner frame in
14369 backtrace.
14370
14371 2009-06-27 Michael Snyder <msnyder@vmware.com>
14372
14373 * gdb.reverse: New directory.
14374 * gdb.reverse/break-reverse.c: New test.
14375 * gdb.reverse/break-reverse.exp: New test.
14376 * gdb.reverse/consecutive-reverse.c: New test.
14377 * gdb.reverse/consecutive-reverse.exp: New test.
14378 * gdb.reverse/finish-reverse.c: New test.
14379 * gdb.reverse/finish-reverse.exp: New test.
14380 * gdb.reverse/machinestate.c: New test.
14381 * gdb.reverse/ms1.c: New test.
14382 * gdb.reverse/machinestate.exp: New test.
14383 * gdb.reverse/Makefile.in: New file.
14384 * gdb.reverse/shr2.c: New test.
14385 * gdb.reverse/solib-reverse.c: New test.
14386 * gdb.reverse/solib-reverse.exp: New test.
14387 * gdb.reverse/step-reverse.c: New test.
14388 * gdb.reverse/step-reverse.exp: New test.
14389 * gdb.reverse/until-reverse.c: New test.
14390 * gdb.reverse/ur1.c: New test.
14391 * gdb.reverse/until-reverse.exp: New test.
14392 * gdb.reverse/watch-reverse.c: New test.
14393 * gdb.reverse/watch-reverse.exp: New test.
14394 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
14395 * configure: Regenerate.
14396
14397 2009-06-26 Doug Evans <dje@google.com>
14398
14399 * gdb.base/psymtab.exp: Turn off pending breakpoints.
14400
14401 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
14402
14403 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
14404 windows problem for 'file delete $binfile'.
14405
14406 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
14407
14408 * gdb.cp/namespace-using.exp: New test.
14409 * gdb.cp/namespace-using.cc: New test.
14410
14411 2009-05-20 Joel Brobecker <brobecker@adacore.com>
14412
14413 * gdb.ada/variant_record_packed_array: New testcase.
14414
14415 2009-06-23 Tom Tromey <tromey@redhat.com>
14416
14417 * gdb.base/charset.exp (test_combination): Regression test.
14418 * gdb.base/charset.c (my_wchar_t): New typedef.
14419 (myvar): New global.
14420 (main): Set myvar.
14421
14422 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
14423
14424 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
14425 target.
14426
14427 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14428
14429 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
14430
14431 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14432
14433 * gdb.mi/gdb680.exp: Update test for error message.
14434
14435 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14436
14437 * gdb.base/annota1.exp: Allow multiple occurrences of the
14438 frames-invalid annotation.
14439 * gdb.cp/annota2.exp: Likewise.
14440
14441 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
14442
14443 * gdb.cp/gdb2495.cc: New file.
14444 * gdb.cp/gdb2495.exp: New file.
14445
14446 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14447
14448 Report error on GDB crash during runto.
14449 * lib/gdb.exp (runto <eof>): New.
14450
14451 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
14452
14453 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
14454 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
14455 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
14456 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
14457 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
14458 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
14459 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
14460 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
14461 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
14462 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
14463 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
14464 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
14465 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
14466 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
14467 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
14468 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
14469 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
14470 gdb.server/server-mon.exp, gdb.server/server-run.exp,
14471 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
14472 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
14473 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
14474 gdb.trace/passcount.exp, gdb.trace/report.exp,
14475 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
14476 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
14477 gdb.trace/while-stepping.exp: Use a unique name for the compiled
14478 executable.
14479
14480 2009-06-07 Pedro Alves <pedro@codesourcery.com>
14481
14482 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
14483 defined before referencing it.
14484
14485 2009-06-03 Doug Evans <dje@google.com>
14486
14487 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
14488 * gdb.arch/i386-see.c: Ditto.
14489
14490 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
14491
14492 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
14493 (check_macro): Return 1 if undefined.
14494 If first test fails, check if macro debug information is available,
14495 and report unsupported test if no macro information is found.
14496
14497 2009-05-29 Doug Evans <dje@google.com>
14498
14499 * gdb.threads/hand-call-in-threads.exp: New.
14500 * gdb.threads/hand-call-in-threads.c: New.
14501
14502 2009-05-29 Michael Snyder <msnyder@vmware.com>
14503
14504 * gdb.base/break-always.exp: Change "1" to "on".
14505 Add confirmation check.
14506
14507 2009-05-28 Pedro Alves <pedro@codesourcery.com>
14508
14509 * gdb.threads/threxit-hop-specific.c: New.
14510 * gdb.threads/threxit-hop-specific.exp: New.
14511 * gdb.threads/thread-execl.c: New.
14512 * gdb.threads/thread-execl.exp: New.
14513
14514 2009-05-27 Tom Tromey <tromey@redhat.com>
14515 Thiago Jung Bauermann <bauerman@br.ibm.com>
14516
14517 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
14518 (mi_child_regexp): Likewise.
14519 (mi_list_varobj_children_range): Likewise.
14520 (mi_get_features): Likewise.
14521 (mi_list_varobj_children): Rewrite.
14522 * gdb.python/python-mi.exp: New file.
14523
14524 2009-05-27 Tom Tromey <tromey@redhat.com>
14525 Thiago Jung Bauermann <bauerman@br.ibm.com>
14526 Phil Muldoon <pmuldoon@redhat.com>
14527 Paul Pluzhnikov <ppluzhnikov@google.com>
14528
14529 * gdb.python/python-prettyprint.exp: New file.
14530 * gdb.python/python-prettyprint.c: New file.
14531 * gdb.python/python-prettyprint.py: New file.
14532 * gdb.base/display.exp: print/r is now valid.
14533
14534 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
14535 Tom Tromey <tromey@redhat.com>
14536 Pedro Alves <pedro@codesourcery.com>
14537 Paul Pluzhnikov <ppluzhnikov@google.com>
14538
14539 * gdb.python/python-template.exp: New file.
14540 * gdb.python/python-template.cc: New file.
14541 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
14542 tests.
14543 * gdb.python/python-value.exp (py_objfile_tests): New proc.
14544 Call it.
14545 (test_value_after_death): New proc.
14546 * gdb.python/python-value.c (PTR): New typedef.
14547 (main): New variable 'x'.
14548
14549 2009-05-27 Tom Tromey <tromey@redhat.com>
14550
14551 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
14552 tests.
14553 * gdb.python/python-value.exp (py_objfile_tests): New proc.
14554 Call it.
14555
14556 2009-05-27 Pedro Alves <pedro@codesourcery.com>
14557
14558 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
14559
14560 2009-05-24 Pedro Alves <pedro@codesourcery.com>
14561
14562 * gdb.threads/fork-thread-pending.c: New.
14563 * gdb.threads/fork-thread-pending.exp: New.
14564
14565 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14566
14567 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
14568 * gdb.dwarf2/dw2-strp.S (a_string2): New.
14569
14570 2009-05-18 Jon Beniston <jon@beniston.com>
14571
14572 * gdb.asm/asm-source.exp: Add lm32 target.
14573
14574 2009-05-17 Pedro Alves <pedro@codesourcery.com>
14575
14576 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
14577 `gdb_get_line_number'. Call `callee' in both parent and child.
14578 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
14579 `gdb_get_line_number' instead of hardcoding line numbers.
14580 (catch_fork_unpatch_child): New procedure to test detaching
14581 breakpoints from child fork.
14582 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
14583 hardcoding line numbers.
14584 (do_fork_tests): Run `catch_fork_unpatch_child'.
14585
14586 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
14587
14588 * gdb.mi/mi-cmd-var.exp: Check that when varobj
14589 of structure type enters or leaves the scope, it
14590 is reported by -var-update.
14591
14592 2009-05-11 Doug Evans <dje@sebabeach.org>
14593
14594 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
14595 * gdb.threads/pending-step.c (main): Fix off-by-one error.
14596 * gdb.threads/schedlock.c (main): Fix off-by-one error.
14597
14598 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14599
14600 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
14601
14602 2009-04-30 Doug Evans <dje@google.com>
14603
14604 * gdb.threads/watchthreads2.exp: New testcase.
14605 * gdb.threads/watchthreads2.c: New testcase.
14606
14607 2009-04-29 Doug Evans <dje@google.com>
14608
14609 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
14610 * gdb.cp/mb-ctor.cc: Ditto.
14611 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
14612 * gdb.cp/mb-inline.h (multi_line_foo): New function.
14613 * gdb.cp/mb-inline1.cc: Call it.
14614 * gdb.cp/mb-inline2.cc: Ditto.
14615 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
14616 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
14617
14618 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14619
14620 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
14621 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
14622 Replace all uses of `decimal' by `nonzero'.
14623 (info macro FROM_COMMANDLINE): New test.
14624
14625 2009-04-27 Tom Tromey <tromey@redhat.com>
14626
14627 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
14628
14629 2009-04-27 Doug Evans <dje@google.com>
14630
14631 * gdb.threads/watchthreads.c (main): Initialize args before starting
14632 the threads. Plus formatting cleanup.
14633 * gdb.threads/watchthreads.exp: Avoid errant failures due to
14634 biased scheduling of one thread.
14635
14636 2009-04-27 Jerome Guitton <guitton@adacore.com>
14637
14638 * gdb.cp/templates.cc (GetMax): New template.
14639 (main): Declare two instances of GetMax.
14640 * gdb.cp/templates.exp: Add new test.
14641
14642 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14643
14644 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
14645
14646 2009-04-22 Joseph Myers <joseph@codesourcery.com>
14647
14648 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
14649
14650 2009-04-15 Tom Tromey <tromey@redhat.com>
14651
14652 * gdb.base/charset.exp: Add regression test.
14653
14654 2009-04-14 Joel Brobecker <brobecker@adacore.com>
14655
14656 * gdb.base/exe-lock.exp: New testcase.
14657
14658 2009-04-13 Tom Tromey <tromey@redhat.com>
14659
14660 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
14661 operator on Frame.
14662
14663 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14664
14665 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
14666 * gdb.server/ext-attach.exp: Likewise.
14667
14668 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
14669
14670 Eliminate some sleep usage.
14671
14672 * gdb.mi/basics.c (do_nothing): New.
14673 (main): Use do_nothing instead of printf, so that
14674 not to introduce race condition between output of
14675 inferiour and output of gdb. Do not use sleep as it
14676 is not generally available on embedded targets.
14677
14678 2009-04-02 Pedro Alves <pedro@codesourcery.com>
14679
14680 * gdb.server/ext-attach.exp: Expect an optional process id after
14681 "Detached from remote process".
14682
14683 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
14684
14685 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
14686 gdb.dwarf2/dw2-unresolved.exp: New.
14687
14688 2009-04-02 Pedro Alves <pedro@codesourcery.com>
14689
14690 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
14691 mi_run_to_main.
14692
14693 2009-04-02 Pedro Alves <pedro@codesourcery.com>
14694
14695 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
14696 mi_run_to_main. Skip thread exit test on remote targets.
14697 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
14698 mi_run_to_main.
14699 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
14700 mi_run_to_main.
14701 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
14702 when expecting ^connected. Detect when the target doesn't support
14703 non-stop mode.
14704 (mi_run_cmd): Detect if non-stop mode was requested by isn't
14705 supported. Return -1 on error, 0 on success.
14706 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
14707 (mi_runto): Return mi_runto_helper's result explicitly.
14708
14709 2009-04-01 Pedro Alves <pedro@codesourcery.com>
14710
14711 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
14712
14713 2009-04-01 Tom Tromey <tromey@redhat.com>
14714
14715 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
14716 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
14717 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
14718 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
14719
14720 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
14721 Jan Kratochvil <jan.kratochvil@redhat.com>
14722
14723 PR gdb/931
14724 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
14725 output.
14726 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
14727 for gdb/931.
14728 * dw2-strp.S (DW_AT_language): Change to C++.
14729 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
14730
14731 2009-03-31 Joel Brobecker <brobecker@adacore.com>
14732
14733 * gdb.ada/tasks: New testcase.
14734
14735 2009-03-30 Stan Shebs <stan@codesourcery.com>
14736
14737 * gdb.trace/actions.exp: Update to match new info trace format.
14738 * gdb.trace/deltrace.exp: Ditto.
14739 * gdb.trace/infotrace.exp: Ditto.
14740 * gdb.trace/passcount.exp: Ditto.
14741 * gdb.trace/save-trace.exp: Ditto.
14742 * gdb.trace/while-stepping.exp: Ditto.
14743 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
14744
14745 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
14746
14747 * gdb.python/python-frame.c: New file.
14748 * gdb.python/python-frame.exp: New file.
14749
14750 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
14751
14752 * gdb.python/python-value.exp: Add tests for the address
14753 attribute.
14754
14755 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
14756
14757 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
14758
14759 2009-03-26 Doug Evans <dje@google.com>
14760
14761 * gdb.mi/mi-nonstop-exit.exp: New file.
14762 * gdb.mi/non-stop-exit.c: New file.
14763
14764 2009-03-26 Tom Tromey <tromey@redhat.com>
14765
14766 Update for change to prologue skipping:
14767 * gdb.mi/mi2-simplerun.exp: Update.
14768 * gdb.mi/mi2-break.exp: Update.
14769 * gdb.mi/mi-simplerun.exp: Update.
14770 * gdb.mi/mi-break.exp: Update.
14771 * gdb.base/ending-run.exp: Update.
14772
14773 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
14774
14775 * gdb.python/python-value.exp (test_value_in_inferior): Test
14776 gdb.Value.is_optimized_out attribute.
14777
14778 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14779
14780 * gdb.dwarf2/dw2-noloc-main.c: New file.
14781 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
14782 (.text): Remove.
14783 (.data): New.
14784 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
14785 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
14786 (DW_TAG_subprogram func_cu1, noloc): Remove.
14787 (main): New.
14788 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
14789 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
14790 (file_symbols): New procedure.
14791
14792 2009-03-25 Tom Tromey <tromey@redhat.com>
14793
14794 * gdb.base/charset.exp (valid_target_charset): New proc.
14795 Use it to skip tests on invalid charsets.
14796
14797 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
14798
14799 * gdb.base/completion.exp: Add a test for directory completion.
14800
14801 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14802
14803 Fix a racy FAIL.
14804 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
14805 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
14806
14807 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
14808
14809 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
14810 * gdb.python/python-function.exp: Add test for function returning
14811 a GDB value.
14812
14813 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
14814
14815 * gdb.python/python-function.exp: New file.
14816
14817 2009-03-20 Tom Tromey <tromey@redhat.com>
14818
14819 * gdb.base/store.exp: Update for change to escape output.
14820 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
14821 to escape output.
14822 * gdb.base/pointers.exp: Update for change to escape output.
14823 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
14824 to escape output.
14825 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
14826 escape output.
14827 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
14828 to escape output.
14829 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
14830 escape output.
14831 * gdb.base/setvar.exp: Update for change to escape output.
14832 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
14833 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
14834 to escape output.
14835 (test_print_string_constants): Likewise.
14836 * gdb.base/charset.exp (valid_host_charset): Check size of
14837 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
14838 cases. Handle "auto"-related output.
14839 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
14840 (uvar, Uvar): New globals.
14841
14842 2009-03-19 Jerome Guitton <guitton@adacore.com>
14843
14844 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
14845 deltas.
14846 * gdb.ada/fixed_points.exp: Ditto.
14847
14848 2009-03-18 Pedro Alves <pedro@codesourcery.com>
14849
14850 * return-nodebug.c: Don't include stdio.h.
14851 (init): Delete.
14852 (func): Delete definition and provide extern declaration.
14853 (t): New.
14854 (main): Don't call printf. Call func and store its result in t.
14855 * return-nodebug1.c: New.
14856 * return-nodebug.exp: Don't expect stdio output. Instead, print
14857 the global variable t. Drop printf formatters and cast types from
14858 foreach loop. Don't use prepare_for_testing. Compile
14859 return-nodebug.c and return-nodebug1.c in separate steps. Don't
14860 define FORMAT or CAST.
14861
14862 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
14863
14864 * gdb.base/solib-display.exp: Disable test for remote targers.
14865
14866 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14867
14868 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
14869
14870 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14871
14872 Fix a racy FAIL.
14873 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
14874 code from `follow parent, print pids'.
14875 (`follow child, print pids', `follow parent, print pids'): Call it.
14876 Replace `gdb_test "break..."' by gdb_breakpoint.
14877
14878 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
14879
14880 * gdb.mi/mi-cli.exp: Adjust for output difference in
14881 sync and async modes.
14882
14883 2009-03-12 Joel Brobecker <brobecker@adacore.com>
14884
14885 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
14886 that was checked in by mistake. Remove loading of ada.exp, since
14887 this is not necessary in this case.
14888
14889 2009-03-12 Joel Brobecker <brobecker@adacore.com>
14890
14891 * gdb.ada/ptype_arith_binop.exp: New testcase.
14892
14893 2009-03-12 Joel Brobecker <brobecker@adacore.com>
14894
14895 * gdb.ada/mod_from_name: New testcase.
14896
14897 2009-03-12 Joel Brobecker <brobecker@adacore.com>
14898
14899 * gdb.ada/tick_last_segv: New testcase.
14900
14901 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
14902
14903 * gdb.mi/mi-cli.exp: Remove debug print.
14904
14905 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
14906
14907 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
14908 include the token in ^running and frame info in *stopped.
14909
14910 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
14911
14912 * solib-display.exp: New file.
14913 * solib-display-main.c: New file.
14914 * solib-display-lib.c: New file.
14915
14916 2009-03-05 Pedro Alves <pedro@codesourcery.com>
14917
14918 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
14919
14920 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
14921
14922 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
14923 (list_and_check_macro): Use more specific test name.
14924 (next to definition): Make the test names unique.
14925
14926 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
14927
14928 * gdb.pascal/floats.exp: Accept approximate results everywhere.
14929
14930 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
14931
14932 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
14933 notifications.
14934 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
14935 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
14936 * lib/mi-support.exp (library_loaded_re): New.
14937 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
14938
14939 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
14940
14941 * gdb.gdb/observer.exp: Use test_notification observer, not
14942 normal_stop, everywhere.
14943 (test_normal_stop_notifications): Rename to...
14944 (test_notifications): ...this.
14945 (test_observer_normal_stop): Rename to...
14946 (test_observer): ...this.
14947
14948 2009-02-16 Doug Evans <dje@google.com>
14949
14950 * gdb.arch/amd64-disp-step.S (test_int3): New test.
14951 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
14952 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
14953 (test_prefixed_syscall,test_int3): New tests.
14954 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
14955 (test_prefixed_syscall,test_int3): New tests.
14956
14957 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
14958
14959 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
14960 (mi_expect_interrupt): Likewise.
14961 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
14962 response.
14963
14964 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
14965
14966 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
14967 * gdb.base/pc-fp.exp (get_valueofx): Remove.
14968 Replace calls to get_valueofx by get_hexadecimal_valueof.
14969
14970 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
14971
14972 * lib/gdb.exp (get_valueof): Accept anything as a return value.
14973 (get_integer_valueof): New procedure.
14974 (get_sizeof): Use new get_integer_value_of.
14975 * gdb.base/sizeof.exp: Replace all uses of get_valueof
14976 by get_integer_valueof.
14977
14978 2009-02-13 Tom Tromey <tromey@redhat.com>
14979
14980 * gdb.base/remote.exp (get_sizeof): Remove.
14981 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
14982 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
14983 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
14984 * lib/gdb.exp (get_valueof): Move from long_long.exp.
14985 (get_sizeof): Likewise.
14986
14987 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14988
14989 PR fortran/9806
14990 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
14991
14992 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
14993
14994 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
14995
14996 2009-02-06 Pedro Alves <pedro@codesourcery.com>
14997
14998 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
14999
15000 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
15001
15002 * gdb.python/python-cmd.exp: New file.
15003
15004 2009-02-06 Tristan Gingold <gingold@adacore.com>
15005
15006 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
15007
15008 2009-02-05 Tristan Gingold <gingold@adacore.com>
15009
15010 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
15011 pointer is dereferenced and use this signal name in regexp.
15012 * gdb.base/signull.exp: Ditto.
15013 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
15014 * gdb.base/signull.c (main): Ditto.
15015
15016 2009-02-04 Tom Tromey <tromey@redhat.com>
15017 Thiago Jung Bauermann <bauerman@br.ibm.com>
15018
15019 * gdb.python/python-value.exp: Use `gdb.history' instead of
15020 `gdb.value_from_history'.
15021 (test_value_numeric_ops): Add test for conversion of enum constant.
15022 * gdb.python/python-value.c (enum e): New type.
15023 (evalue): New global.
15024 (main): Use argv.
15025
15026 2009-02-04 Jerome Guitton <guitton@adacore.com>
15027
15028 * gdb.ada/uninitialized_vars: New test program.
15029 * gdb.ada/uninitialized_vars.exp: New testcase.
15030
15031 2009-02-02 Tom Tromey <tromey@redhat.com>
15032
15033 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
15034 * gdb.cp/pr2489.cc: Rename...
15035 * gdb.cp/pr9594.cc: ... to this.
15036
15037 2009-02-02 Tom Tromey <tromey@redhat.com>
15038
15039 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
15040 * gdb.cp/pr2489.cc: New file.
15041 * gdb.cp/cpcompletion.exp: New file.
15042
15043 2009-02-02 Tom Tromey <tromey@redhat.com>
15044
15045 PR exp/9059:
15046 * gdb.cp/call-c.exp: Add regression test.
15047 * gdb.cp/call-c.cc (FooHandle): New typedef.
15048 (main): New variable 'handle'.
15049
15050 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
15051
15052 * lib/mi-support.exp (et_mi_thread_list)
15053 (check_mi_and_console_threads): Adjust for current thread in
15054 -thread-list-ids output.
15055
15056 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
15057
15058 * gdb.mi/mi-break.exp (test_disabled_creation): New.
15059 Call it.
15060
15061 2009-01-28 Doug Evans <dje@google.com>
15062
15063 * gdb.arch/amd64-disp-step.S: New file.
15064 * gdb.arch/amd64-disp-step.exp: New file.
15065 * gdb.arch/i386-disp-step.S: New file.
15066 * gdb.arch/i386-disp-step.exp: New file.
15067
15068 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
15069
15070 * gdb.base/find.exp: Set newline variable
15071 using quotes instead of braces to fix cygwin failures.
15072
15073 2009-01-23 Pedro Alves <pedro@codesourcery.com>
15074
15075 * gdb.base/radix.exp: Add tests to ensure that that set
15076 input-radix 0 and set output-radix 0 are really rejected.
15077
15078 2009-01-23 Pedro Alves <pedro@codesourcery.com>
15079
15080 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
15081 copyright years.
15082
15083 2009-01-23 Pedro Alves <pedro@codesourcery.com>
15084
15085 PR gdb/9664:
15086 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
15087
15088 2009-01-22 Pedro Alves <pedro@codesourcery.com>
15089
15090 PR c++/9631:
15091 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
15092
15093 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
15094
15095 * gdb.server/file-transfer.exp: Use EXEEXT variable for
15096 binfile definition to fix Windows OS failure.
15097
15098 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
15099
15100 PR gdb/9346
15101 * gdb.base/interrupt.c (sigint_handler): New.
15102 (main): Install a SIGINT handler if SIGNALS is defined. Exit
15103 on error.
15104 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
15105 Test "signal SIGINT".
15106
15107 2009-01-19 Doug Evans <dje@google.com>
15108
15109 * gdb.base/break.exp: Update expected gdb output.
15110 * gdb.base/sepdebug.exp: Ditto.
15111 * gdb.mi/mi-syn-frame.exp: Ditto.
15112 * gdb.mi/mi2-syn-frame.exp: Ditto.
15113 * gdb.base/call-signal-resume.exp: New file.
15114 * gdb.base/call-signals.c: New file.
15115 * gdb.base/unwindonsignal.exp: New file.
15116 * gdb.base/unwindonsignal.c: New file.
15117 * gdb.threads/interrupted-hand-call.exp: New file.
15118 * gdb.threads/interrupted-hand-call.c: New file.
15119 * gdb.threads/thread-unwindonsignal.exp: New file.
15120
15121 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
15122
15123 * gdb.base/define.exp: Test defining and hooking prefix commands.
15124 * gdb.python/python.exp: Update test for "show user" output.
15125
15126 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15127
15128 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
15129 now the output exactly, using less wildcards. Expect also the output
15130 of gfortran-4.3. Update for the f-valprint.c modification from
15131 2008-04-22.
15132 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
15133 Remove gdb_test test names where matching the command.
15134
15135 2009-01-01 Pedro Alves <pedro@codesourcery.com>
15136
15137 PR breakpoints/9681:
15138 * gdb.base/watchpoint.exp: Add regression test.
15139
15140 2008-12-31 Pedro Alves <pedro@codesourcery.com>
15141
15142 * gdb.threads/attach-into-signal.exp: Don't use
15143 gdb_suppress_entire_file.
15144 * gdb.threads/attach-stopped.exp: Ditto.
15145 * gdb.threads/attachstop-mt.exp: Ditto.
15146
15147 2008-12-31 Pedro Alves <pedro@codesourcery.com>
15148
15149 PR gdb/8812:
15150 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
15151
15152 2008-12-29 Pedro Alves <pedro@codesourcery.com>
15153
15154 PR gdb/7536:
15155 * gdb.base/radix.exp: Add tests to ensure invalid input radices
15156 and unsupported output radices are really rejected.
15157
15158 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15159
15160 * gdb.cp/punctuator.exp: Backslash the '$' signs.
15161
15162 2008-12-22 Tom Tromey <tromey@redhat.com>
15163
15164 * gdb.cp/punctuator.exp: New file.
15165
15166 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15167
15168 * gdb.base/completion.exp (Completing non-existing component): New test.
15169
15170 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15171
15172 Fix for PR gdb/8648.
15173 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
15174 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
15175 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
15176 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
15177
15178 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15179
15180 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
15181
15182 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
15183
15184 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
15185 compiler actually generate code at the expected line number.
15186
15187 2008-12-15 Jie Zhang <jie.zhang@analog.com>
15188
15189 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
15190
15191 2008-12-12 Tom Tromey <tromey@redhat.com>
15192
15193 * gdb.base/commands.exp (redefine_hook_test): New proc.
15194 Call it.
15195
15196 2008-12-11 Tom Tromey <tromey@redhat.com>
15197
15198 * gdb.base/macscp.exp: New regression test.
15199
15200 2008-12-11 Tom Tromey <tromey@redhat.com>
15201
15202 * gdb.base/macscp.exp: Print "address.addr".
15203 * gdb.base/macscp1.c (struct outer): New struct.
15204 (address): New global.
15205
15206 2008-12-09 Tom Tromey <tromey@redhat.com>
15207
15208 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
15209 Call it.
15210
15211 2008-12-04 Doug Evans <dje@google.com>
15212
15213 * gdb.server/ext-run.exp: Relax regexp for init program.
15214
15215 2008-12-03 Tristan Gingold <gingold@adacore.com>
15216
15217 * gdb.base/macscp.exp: Generate an object file during compilation
15218 to work around Darwin dsymutil limitations.
15219
15220 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15221
15222 Test resolving external references to TLS variables.
15223 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
15224 FILE2_THREAD_LOCAL.
15225 (testfile2, srcfile2): New variables.
15226 * gdb.threads/tls.c (file2_thread_local)
15227 (function_referencing_file2_thread_local): New.
15228 * gdb.threads/tls2.c: New file.
15229
15230 2008-11-28 Joel Brobecker <brobecker@adacore.com>
15231
15232 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
15233 rather than integer, as integer might not be big enough when
15234 on 64bit targets.
15235
15236 2008-11-27 Jerome Guitton <guitton@adacore.com>
15237
15238 * gdb.cp/formatted-ref.exp: Add equality test.
15239 * gdb.ada/formatted_ref.exp: Ditto.
15240
15241 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15242
15243 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
15244 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
15245
15246 2008-11-20 Andreas Schwab <schwab@suse.de>
15247
15248 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
15249 matching syscall entry point.
15250 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
15251 (tcatch_vfork_then_child_follow): Likewise. Finish through
15252 vfork even if we stopped at the syscall trampoline.
15253
15254 2008-11-20 Doug Evans <dje@google.com>
15255
15256 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
15257
15258 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
15259
15260 * gdb.arch/ppc-dfp.exp: New file.
15261 * gdb.arch/ppc-dfp.c: New file.
15262
15263 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
15264
15265 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
15266
15267 2008-11-17 Doug Evans <dje@google.com>
15268
15269 * gdb.mi/mi-syn-frame.exp: Update expected output.
15270 * gdb.mi/mi2-syn-frame.exp: Update expected output.
15271
15272 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
15273
15274 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
15275 "thread N" results in =thread-selected.
15276 * lib/mi-support (mi_run_cmd, mi_expect_stop)
15277 (mi_send_resuming_command_raw): Be prepared for
15278 =thread-selected.
15279
15280 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
15281
15282 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
15283 * lib/mi-support.exp: Likewise.
15284
15285 2008-11-16 Joel Brobecker <brobecker@adacore.com>
15286
15287 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
15288 commands from the expected output for "help catch".
15289
15290 2008-11-15 Joel Brobecker <brobecker@adacore.com>
15291
15292 * gdb.ada/int_deref.exp: New testcase.
15293
15294 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
15295
15296 * gdb.mi/gdb2549.exp: New file.
15297
15298 2008-11-11 Doug Evans <dje@google.com>
15299
15300 * gdb.base/callexit.exp: New file.
15301 * gdb.base/callexit.c: New file.
15302
15303 2008-11-10 Doug Evans <dje@google.com>
15304
15305 * lib/gdb.exp (GDBFLAGS): Move -nx ...
15306 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
15307 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
15308 (default_gdb_start,default_gdb_exit): Ditto.
15309 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
15310 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
15311 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
15312 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
15313 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
15314 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
15315
15316 2008-11-03 Andreas Schwab <schwab@suse.de>
15317
15318 * gdb.base/hashline2.exp: Fix typo.
15319 * gdb.base/hashline3.exp: Likewise.
15320
15321 2008-10-30 Tom Tromey <tromey@redhat.com>
15322
15323 * gdb.base/pointers.exp: Add test.
15324 * gdb.base/pointers.c (k, S): New typedefs.
15325 (instance): New global.
15326
15327 2008-10-30 Andreas Schwab <schwab@suse.de>
15328
15329 * gdb.base/args.exp: Add tests for newlines.
15330
15331 2008-10-30 Joel Brobecker <brobecker@adacore.com>
15332
15333 gdb.base/foll-exec.exp: Update the expected output of a couple
15334 of "info breakpoints" tests.
15335
15336 2008-10-28 Tom Tromey <tromey@redhat.com>
15337
15338 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
15339
15340 2008-10-24 Pedro Alves <pedro@codesourcery.com>
15341
15342 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
15343 gdb_start_cmd.
15344 Use runto_main before any test that requires execution.
15345
15346 2008-10-23 Pedro Alves <pedro@codesourcery.com>
15347
15348 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
15349 instead of SIGINT.
15350
15351 2008-10-22 Joel Brobecker <brobecker@adacore.com>
15352
15353 * gdb.base/completion.exp: Update expected output following
15354 the addition of the "info tasks" command.
15355
15356 2008-10-22 Tom Tromey <tromey@redhat.com>
15357
15358 * gdb.base/exprs.exp (test_expr): Add test for string
15359 concatenation.
15360
15361 2008-10-19 Pedro Alves <pedro@codesourcery.com>
15362
15363 * configure.ac: Output gdb.python/Makefile.
15364 * configure: Regenerate.
15365 * gdb.python/Makefile.in: New.
15366
15367 2008-10-16 Joel Brobecker <brobecker@adacore.com>
15368
15369 * gdb.base/foll-fork.exp: Adjust the expected output to match
15370 the new description for fork/vfork catchpoints in the "info
15371 breakpoints" output.
15372
15373 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
15374
15375 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
15376
15377 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
15378
15379 * gdb.python/python-value.c: New file.
15380 * gdb.python/python-value.exp: New file.
15381
15382 2008-10-15 Pedro Alves <pedro@codesourcery.com>
15383
15384 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
15385
15386 2008-10-15 Denis Pilat <denis.pilat@st.com>
15387
15388 * gdb.cp/mb-ctor.exp: Fix a typo.
15389
15390 2008-10-09 Tom Tromey <tromey@redhat.com>
15391
15392 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
15393 'fprintf' and 'stderr'.
15394
15395 2008-10-07 Joel Brobecker <brobecker@adacore.com>
15396
15397 * gdb.ada/ref_tick_size.exp: New testcase.
15398
15399 2008-10-06 Doug Evans <dje@google.com>
15400
15401 * gdb.dwarf2/dw2-cu-size.exp: New file.
15402 * gdb.dwarf2/dw2-cu-size.S: New file.
15403
15404 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
15405 .Ltype_int for clarity.
15406
15407 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
15408
15409 PR gdb/2384:
15410 * gdb.cp/gdb2384.exp: Extended to test more cases.
15411 * gdb.cp/gdb2384.cc: Likewise.
15412 * gdb.cp/gdb2384-base.h: Likewise.
15413 * gdb.cp/gdb2384-base.cc: Likewise.
15414
15415 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15416
15417 * gdb.base/maint.exp (maint print type): Remove printing
15418 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
15419
15420 2008-09-30 Tom Tromey <tromey@redhat.com>
15421
15422 * gdb.base/macscp.exp: Add completion tests.
15423 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
15424 (TWENTY_THREE): Likewise.
15425 (FORTY_EIGHT): Likewise.
15426
15427 2008-09-30 Tom Tromey <tromey@redhat.com>
15428
15429 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
15430 everywhere.
15431 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
15432
15433 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
15434
15435 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
15436 testcase is derived from. Fix racy dependency on an expected PID
15437 number. No longer support the testcase on Linux kernel 2.4.x.
15438
15439 2008-09-27 Tom Tromey <tromey@redhat.com>
15440
15441 * gdb.base/macscp.exp: Add tests for stringification, splicing,
15442 and varargs.
15443
15444 2008-09-22 Pedro Alves <pedro@codesourcery.com>
15445
15446 * lib/mi-support.exp (mi_expect_interrupt): New.
15447 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
15448 from gdb.mi/mi-nonstop.exp.
15449 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
15450 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
15451 lib/mi-support.exp.
15452 Use mi_check_thread_states throughout. Avoid ".*" and do not
15453 require an anchor after -exec-run.
15454
15455 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
15456
15457 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
15458 stop is pending. Avoid ".*" when two stops are pending.
15459 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
15460 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
15461 newlines in fullnames.
15462 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
15463 (mi_expect_stop): Update comments. Only anchor in sync mode.
15464 Do not match newlines.
15465 (mi_send_resuming_command_raw): Always return status.
15466 (mi_get_stop_line): Do not match more than one line by accident.
15467 Only anchor in sync mode.
15468 (mi_run_inline_test): If -exec-next fails, give up.
15469
15470 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15471
15472 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
15473 on SPU.
15474
15475 2008-09-10 Joel Brobecker <brobecker@adacore.com>
15476
15477 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
15478
15479 2008-09-10 Joel Brobecker <brobecker@adacore.com>
15480
15481 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
15482 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
15483 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
15484 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
15485 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
15486 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
15487 gdb.ada/interface.exp, gdb.ada/null_array.exp,
15488 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
15489 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
15490 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
15491 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
15492 Include the "= " sequence in the expected output of print tests.
15493
15494 2008-09-10 Joel Brobecker <brobecker@adacore.com>
15495
15496 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
15497 description for boolean types.
15498
15499 2008-09-09 Pedro Alves <pedro@codesourcery.com>
15500
15501 * gdb.base/hook-stop-continue.c: New.
15502 * gdb.base/hook-stop-continue.exp: New.
15503
15504 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
15505
15506 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
15507
15508 2008-09-08 Jerome Guitton <guitton@adacore.com>
15509
15510 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
15511 (stack_check_probe_2, stack_check_probe_loop_1)
15512 (stack_check_probe_loop_2): New functions.
15513 (main): Add call to these new functions.
15514 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
15515 functions, check that the breakpoint is inserted at the appropriate
15516 location.
15517 (insert_breakpoint): Slightly refine this procedure so that it can
15518 be called several times in the test.
15519
15520 2008-09-08 Jerome Guitton <guitton@adacore.com>
15521
15522 * gdb.base/stack-checking.c: New file.
15523 * gdb.base/stack-checking.exp: New file.
15524
15525 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
15526
15527 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
15528 * gdb.arch/altivec-regs.exp: Likewise.
15529 * gdb.arch/vsx-regs.exp: Likewise.
15530
15531 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
15532
15533 * gdb.arch/ppc-fp.exp: New file.
15534 * gdb.arch/ppc-fp.c: New file.
15535
15536 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
15537
15538 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
15539 lest gcc-4.3.1 optimizes the whole thing away.
15540
15541 2008-09-04 Michael Snyder <msnyder@vmware.com>
15542
15543 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
15544 as "at" (for non-debug functions such as _start).
15545
15546 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15547
15548 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
15549 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
15550 software watchpoints.
15551 * gdb.base/watch_thread_num.exp: Likewise.
15552
15553 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
15554
15555 * gdb.arch/i386-bp_permanent.exp: New test.
15556
15557 2008-08-24 Tom Tromey <tromey@redhat.com>
15558
15559 * gdb.base/maint.exp: Update "maint print type".
15560
15561 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
15562
15563 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
15564 support. Adjust the order of "*running" notifications.
15565 * gdb.mi/non-stop.c: Don't cast from int to void* and
15566 back.
15567
15568 2008-08-20 Mark Kettenis <kettenis@gnu.org>
15569
15570 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
15571 expect to find it in the "info frame" output.
15572
15573 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
15574
15575 * gdb.base/interp.exp: Always consume both prompts.
15576
15577 2008-08-20 Pedro Alves <pedro@codesourcery.com>
15578
15579 * gdb.base/pending.exp: Test pending breakpoints without symbols
15580 loaded.
15581
15582 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
15583
15584 * lib/mi-support.exp (mi_expect_stop): Produce
15585 more details on failures.
15586 * gdb.mi/mi-nonstop.exp: New.
15587 * gdb.mi/non-stop.c: New.
15588
15589 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
15590
15591 * gdb.mi/mi-async.exp: Use 'set target-async'.
15592 * lib/mi-support.exp: Use 'set/show target-async'.
15593
15594 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
15595
15596 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
15597
15598 2008-08-17 Tom Tromey <tromey@redhat.com>
15599
15600 * gdb.base/help.exp (help catch): Rewrite.
15601
15602 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
15603
15604 * gdb.base/define.exp: Test indented command documentation.
15605 * gdb.python/python.exp: Test indented multi-line command.
15606
15607 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
15608
15609 * testsuite/gdb.arch/vsx-regs.c: New source file.
15610 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
15611 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
15612
15613 2008-08-14 Tom Tromey <tromey@redhat.com>
15614
15615 * gdb.base/macscp.exp: Add regression test for "macro define" or
15616 "macro undef" with no arguments.
15617
15618 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
15619
15620 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
15621
15622 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15623
15624 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
15625
15626 2008-08-06 Tom Tromey <tromey@redhat.com>
15627
15628 * gdb.python/python.exp: New file.
15629
15630 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15631
15632 Fix for PR gdb/1543.
15633 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
15634 $LOCATION.
15635 (location): New variable.
15636 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
15637 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
15638 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
15639 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
15640 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
15641 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
15642 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
15643 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
15644 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
15645 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
15646 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
15647 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
15648 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
15649 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
15650 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
15651 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
15652 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
15653 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
15654 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
15655 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
15656 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
15657 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
15658 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
15659 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
15660 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
15661 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
15662 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
15663 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
15664 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
15665 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
15666 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
15667 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
15668 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
15669 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
15670 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
15671 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
15672 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
15673 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
15674 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
15675 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
15676 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
15677 gdb.base/type-opaque.exp, gdb.base/until.exp,
15678 gdb.base/value-double-free.c, gdb.base/varargs.exp,
15679 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
15680 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
15681 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
15682 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
15683 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
15684 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
15685 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
15686 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
15687 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
15688 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
15689 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
15690 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
15691 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
15692 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
15693 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
15694 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
15695 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
15696 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
15697 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
15698 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
15699 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
15700 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
15701 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
15702 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
15703 gdb.pascal/types.exp, gdb.stabs/weird.exp,
15704 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
15705 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
15706 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
15707 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
15708 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
15709 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
15710 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
15711 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
15712 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
15713 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
15714 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
15715 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
15716 lib/mi-support.exp, lib/trace-support.exp: Remove reference
15717 to bug-gdb@prep.ai.mit.edu .
15718
15719 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
15720
15721 * lib/mi-support.exp (mi_load_shlibs): New.
15722 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
15723
15724 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
15725
15726 * lib/mi-support.exp (get_mi_thread_list)
15727 (check_mi_and_console_threads): New, moved from ...
15728 * gdb.mi/mi-pthread.exp: ...here.
15729 * gdb.mi/gdb669.exp (get_mi_thread_list)
15730 (check_mi_and_console_threads): Delete.
15731 * gdb.mi/mi2-pthread.exp: Likewise.
15732
15733 2008-07-28 Tom Tromey <tromey@redhat.com>
15734
15735 * Makefile.in (just-check): Remove. Move body to...
15736 (check): ... here.
15737
15738 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15739
15740 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
15741 Add a test for duplicated SIGINTs.
15742
15743 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15744
15745 * gdb.threads/schedlock.exp (get_args): Update to work for any
15746 value of NUM.
15747 (Top level): Report the number of threads that did not resume.
15748
15749 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15750
15751 * gdb.dwarf2/dw2-compressed.S: Also define __start.
15752
15753 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15754
15755 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
15756 non-MI prompt.
15757
15758 2008-07-26 Tom Tromey <tromey@redhat.com>
15759
15760 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
15761 (function_struct, function_struct_ptr): New globals.
15762 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
15763 function pointer in a struct.
15764
15765 2008-07-26 Tom Tromey <tromey@redhat.com>
15766
15767 * gdb.base/macscp.exp: Add test for macro lexing bug.
15768
15769 2008-07-18 Tom Tromey <tromey@redhat.com>
15770
15771 * gdb.base/macscp.exp: Add macro tests.
15772
15773 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15774
15775 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
15776
15777 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15778
15779 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
15780
15781 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
15782
15783 * gdb.cp/class2.exp: fix for failure on spu-elf
15784
15785 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
15786
15787 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
15788
15789 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15790
15791 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
15792
15793 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
15794
15795 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
15796
15797 2008-07-11 Kevin Buettner <kevinb@redhat.com>
15798
15799 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
15800 of regexp to account for changes made to GDB in the printing of
15801 byte vectors.
15802
15803 2008-07-11 Tom Tromey <tromey@redhat.com>
15804
15805 * gdb.base/completion.exp: Add 'help' completion test.
15806
15807 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15808
15809 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
15810
15811 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15812
15813 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
15814
15815 2008-07-09 Pedro Alves <pedro@codesourcery.com>
15816
15817 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
15818
15819 2008-07-09 Pedro Alves <pedro@codesourcery.com>
15820
15821 * gdb.base/fullname.exp: Restore pwd if compiling failed.
15822
15823 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15824
15825 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
15826
15827 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
15828
15829 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
15830 previous commit. Add a comment.
15831
15832 2008-06-28 Pedro Alves <pedro@codesourcery.com>
15833
15834 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
15835
15836 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
15837
15838 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
15839
15840 2008-06-27 Pedro Alves <pedro@codesourcery.com>
15841
15842 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
15843 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
15844 compiling an executable, link in an object that forces unbuffered
15845 output.
15846 * lib/set_unbuffered_mode.c: New file.
15847
15848 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15849
15850 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
15851
15852 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
15853
15854 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
15855 mi_expect_stop.
15856 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
15857 Demand that *running is output.
15858 (detect_async): Perform checking every time.
15859 (mi_send_resuming_command): Extract everything into...
15860 (mi_send_resuming_command_raw): ...this.
15861 (mi_expect_stop): Don't accept any output before *stopped.
15862
15863 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
15864
15865 Robustify mi-simplerun.
15866 * gdb.mi/basics.c (main): Add a call to sleep.
15867 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
15868 * gdb.mi/mi2-cli.exp: Likewise.
15869 * gdb.mi/mi-break.exp: Likewise.
15870
15871 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
15872
15873 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
15874
15875 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
15876
15877 * gdb.mi/mi-console.exp: Adjust.
15878 * gdb.mi/mi-syn-frame.exp: Adjust.
15879 * gdb.mi/mi2-console.exp: Adjust.
15880 * gdb.mi/mi2-syn-frame.exp: Adjust.
15881 * lib/mi-support.exp (mi_run_cmd): Adjust.
15882 (mi_send_resuming_command): Adjust.
15883
15884 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
15885
15886 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
15887 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
15888 testing of stopped.
15889 * gdb.mi/mi2-syn-frame.exp: Likewise.
15890 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
15891 (async, detect_async): New.
15892 (mi_expect_stop, mi_continue_to_line): Adjust expectation
15893 depending on if we're running in sync or async mode.
15894
15895 2008-06-09 Tom Tromey <tromey@redhat.com>
15896
15897 * gdb.base/completion.exp: New tests for field name completion
15898 with spaces, and field name completion with '->'.
15899
15900 2008-06-06 Tom Tromey <tromey@redhat.com>
15901
15902 * gdb.base/break1.c (struct some_struct): New struct.
15903 (values): New global.
15904 * gdb.base/completion.exp: Add field name completion test.
15905
15906 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
15907
15908 * gdb.cp/call-c.exp: Test for incorrect handling of reference
15909 to pointer.
15910 * gdb.cp/call-c.cc: Likewise.
15911
15912 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
15913
15914 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
15915 annotation.
15916
15917 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
15918 Pedro Alves <pedro@codesourcery.com>
15919
15920 * gdb.threads/execl.c, gdb.threads/execl1.c,
15921 gdb.threads/execl.exp: New tests.
15922
15923 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
15924 Daniel Jacobowitz <dan@codesourcery.com>
15925
15926 * gdb.cp/exception.exp: Activate test, make it work with pending
15927 catchpoints.
15928
15929 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
15930
15931 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
15932
15933 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
15934
15935 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
15936 now printed.
15937 * gdb.mi/mi2-var-cmd.exp: Likewise.
15938
15939 2008-05-27 Andreas Schwab <schwab@suse.de>
15940
15941 * gdb.base/frame-args.exp: Handle arguments that are optimized
15942 out.
15943
15944 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
15945
15946 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
15947 quiet for ppc32 and group options into a single variable.
15948
15949 2008-05-23 Joel Brobecker <brobecker@adacore.com>
15950
15951 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
15952 of zero-size elements.
15953 * gdb.ada/null_array.exp: Test printing this new array.
15954
15955 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15956
15957 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
15958
15959 2008-05-21 Joel Brobecker <brobecker@adacore.com>
15960
15961 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
15962 of the "finish" command.
15963
15964 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
15965
15966 * gdb.base/annota1.exp: Test for new annotation.
15967
15968 2008-05-16 Pedro Alves <pedro@codesourcery.com>
15969
15970 * gdb.base/fixsection.exp: New file.
15971 * gdb.base/fixsection0.c: New file.
15972 * gdb.base/fixsection1.c: New file.
15973
15974 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15975
15976 * gdb.base/annota1.exp: Accept printf@... in place of printf.
15977 * gdb.base/annota3.exp: Likewise.
15978
15979 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
15980
15981 * gdb.base/watch_thread_num.exp: Don't run tests that require
15982 watchpoints if the target doesn't support them.
15983
15984 2008-05-12 Doug Evans <dje@google.com>
15985
15986 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
15987
15988 2008-05-09 Joel Brobecker <brobecker@adacore.com>
15989
15990 * gdb.ada/assign_1.exp: New testcase.
15991
15992 2008-05-09 Doug Evans <dje@google.com>
15993
15994 * gdb.base/find.exp: New file.
15995 * gdb.base/find.c: New file.
15996
15997 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
15998
15999 * gdb.base/commands.exp (watchpoint_command_test): Handle
16000 gdb,no_hardware_watchpoints.
16001 * gdb.base/float.exp: Allow ARM targets without floating point.
16002 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
16003
16004 2008-05-06 Jerome Guitton <guitton@adacore.com>
16005 Joel Brobecker <brobecker@adacore.com>
16006
16007 * gdb.ada/lang_switch: New test program.
16008 * gdb.ada/lang_switch.exp: New testcase.
16009
16010 2008-05-05 Doug Evans <dje@google.com>
16011
16012 * gdb.base/help.exp (disassemble): Update expected help text.
16013
16014 2008-05-04 Pedro Alves <pedro@codesourcery.com>
16015
16016 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
16017
16018 2008-05-04 Pedro Alves <pedro@codesourcery.com>
16019
16020 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
16021 different times.
16022
16023 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
16024
16025 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
16026 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
16027 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
16028 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
16029
16030 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
16031
16032 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
16033 notification to appear.
16034
16035 2008-05-04 Daniel Jacobowitz <dan@debian.org>
16036
16037 * gdb.base/fullname.c: New file.
16038 * gdb.base/fullname.exp: New file.
16039 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
16040
16041 2008-05-03 Pedro Alves <pedro@codesourcery.com>
16042
16043 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
16044 expressions with macros.
16045
16046 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16047
16048 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
16049
16050 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
16051
16052 * gdb.base/completion.exp: Handle lack of other symbols beginning
16053 with "a".
16054
16055 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
16056
16057 2008-05-02 Jim Blandy <jimb@codesourcery.com>
16058
16059 * gdb.asm/asmsrc1.s: Add scratch space.
16060
16061 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16062 Daniel Jacobowitz <dan@codesourcery.com>
16063
16064 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
16065 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
16066 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
16067
16068 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
16069
16070 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
16071
16072 2008-05-01 Joel Brobecker <brobecker@adacore.com>
16073
16074 * gdb.base/info-target.exp: New testcase.
16075
16076 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
16077
16078 * gdb.cp/hang.exp: Use .cc instead of .C.
16079 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
16080 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
16081
16082 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
16083
16084 * gdb.base/gdb1250.exp: Remove perror.
16085 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
16086
16087 2008-04-30 Pedro Alves <pedro@codesourcery.com>
16088
16089 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
16090 .2byte.
16091
16092 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
16093
16094 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
16095 (maybe_kfail): New.
16096
16097 2008-04-25 Pedro Alves <pedro@codesourcery.com>
16098
16099 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
16100
16101 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
16102
16103 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
16104 * gdb.mi/mi2-syn-frame.exp: Likewise.
16105 * lib/mi-support.exp: Likewise.
16106
16107 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
16108
16109 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
16110 to specify regexp for the location to stop at.
16111 * gdb.base/break-always.c: New.
16112 * gdb.base/break-always.exp: New.
16113
16114 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
16115
16116 * lib/mi-support.exp (mi_runto_helper): Adjust
16117 for the original-location field.
16118 (mi_create_breakpoint, mi_list_breakpoints): New.
16119 * gdb.mi/mi-break.exp: Adjust.
16120 * gdb.mi/mi2-break.exp: Adjust.
16121 * gdb.mi/mi-pending.exp: Adjust.
16122 * gdb.mi/mi-simplerun.exp: Adjust.
16123 * gdb.mi/mi2-simplerun.exp: Adjust.
16124 * gdb.mi/mi-syn-frame.exp: Adjust.
16125 * gdb.mi/mi2-syn-frame.exp: Adjust.
16126 * gdb.mi/mi-until.exp: Adjust.
16127 * gdb.mi/mi2-until.exp: Adjust.
16128 * gdb.mi/mi-var-display.exp: Adjust.
16129 * gdb.mi/mi2-var-display.exp: Adjust.
16130 * gdb.mi/mi-watch.exp: Adjust.
16131 * gdb.mi/mi2-watch.exp: Adjust.
16132
16133 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
16134
16135 * aclocal.m4: Add override.m4.
16136 * configure: Regenerate.
16137
16138 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
16139
16140 * gdb.mi/var-cmd.c (do_at_tests): Verify that
16141 '-var-update --all-values' reports new value even the type
16142 of a variable object has changed.
16143
16144 2008-04-18 Craig Silverstein <csilvers@google.com>
16145
16146 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
16147 files.
16148
16149 2008-04-18 Joel Brobecker <brobecker@adacore.com>
16150
16151 * gdb.ada/atomic_enum: New test program.
16152 * gdb.ada/atomic_enum.exp: New testcase.
16153
16154 2008-04-17 Doug Evans <dje@google.com>
16155
16156 * gdb.opt/Makefile.in: Fix whitespace.
16157
16158 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
16159
16160 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
16161
16162 2008-04-17 Doug Evans <dje@google.com>
16163
16164 * gdb.base/hashline1.exp: New testcase.
16165 * gdb.base/hashline2.exp: New testcase.
16166 * gdb.base/hashline2.exp: New testcase.
16167
16168 2008-04-17 Pedro Alves <pedro@codesourcery.com>
16169
16170 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
16171
16172 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
16173
16174 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
16175 temporary breakpoint to match "Temporary breakpoint".
16176 * gdb.base/break.exp (delete_breakpoints): Likewise.
16177 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
16178 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
16179 * gdb.base/display.exp: Likewise.
16180 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
16181 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
16182 * gdb.base/restore.exp (restore_tests): Likewise.
16183 * gdb.base/sepdebug.exp: Likewise.
16184 * gdb.base/watchpoint.exp: Likewise.
16185 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
16186 * gdb.mi/mi-pending.exp: Likewise.
16187 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
16188 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
16189 * gdb.mi/mi-var-cmd.exp: Likewise.
16190 * gdb.mi/mi-var-display.exp: Likewise.
16191 * gdb.mi/mi2-cli.exp: Likewise.
16192 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
16193 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
16194 * gdb.mi/mi2-var-display.exp: Likewise.
16195 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
16196 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
16197 new "disp" field.
16198 (mi_expect_stop): Move after_reason argument to be really after
16199 reason. This is to support fix for PR2424.
16200
16201 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16202
16203 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
16204
16205 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
16206
16207 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
16208 field. Add more floating varobj tests.
16209 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
16210 field.
16211 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
16212 (main): Call do_at_tests.
16213 * lib/mi-support.exp (mi_create_floating_varobj)
16214 (mi_varobj_update_with_type_change): New.
16215
16216 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
16217
16218 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
16219 option of -var-evaluate-expression.
16220 * gdb.mi/mi2-var-display.exp: Likewise.
16221
16222 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
16223
16224 Introduce test setup helpers.
16225 * lib/gdb.exp (build_executable, clean_restart)
16226 (prepare_for_testing): New.
16227 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
16228 * gdb.base/return.exp: Likewise.
16229 * gdb.base/ending-run.exp: Likewise.
16230
16231 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
16232
16233 * gdb.mi/mi-async.exp: New test for asynchronous Machine
16234 Interface (MI) responses.
16235
16236 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
16237
16238 * gdb.cp/breakpoint.cc: New code to test conditions involving
16239 member variables.
16240 * gdb.cp/breakpoint.exp: Test condition involving member
16241 variables.
16242
16243 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
16244
16245 * lib/mi-support.exp (mi_expect_stop): New.
16246 (mi_run_cmd): Change the
16247 token. Use mi_send_resuming_command, use
16248 mi_expect_stop.
16249 (mi_execute_to_helper): Rename to mi_execute_to.
16250 (mi_send_resuming_command): Add more error patterns.
16251 (mi_wait_for_stop): Renamed to...
16252 (mi_get_stop_line): ...this.
16253 (mi_run_inline_test): Adjust.
16254
16255 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
16256 * gdb.mi/mi-console.exp: Likewise.
16257 * gdb.mi/mi-pending.exp: Likewise.
16258 * gdb.mi/mi-simplerun.exp: Likewise.
16259 * gdb.mi/mi-stack.exp: Likewise.
16260 * gdb.mi/mi-stepi.exp: Likewise.
16261 * gdb.mi/mi-syn-frame.exp: Add comment.
16262 * gdb.mi/mi-until.exp: Likewise.
16263 * gdb.mi/mi-var-display.exp: Likewise.
16264 * gdb.mi/mi-watch.exp: Likewise.
16265 * gdb.mi/mi2-cli.exp: Likewise.
16266 * gdb.mi/mi2-console.exp: Likewise.
16267 * gdb.mi/mi2-simplerun.exp: Likewise.
16268 * gdb.mi/mi2-stack.exp: Likewise.
16269 * gdb.mi/mi2-stepi.exp: Likewise.
16270 * gdb.mi/mi2-until.exp: Likewise.
16271 * gdb.mi/mi2-var-display.exp: Likewise.
16272 * gdb.mi/mi2-watch.exp: Likewise.
16273
16274 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16275
16276 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
16277
16278 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
16279
16280 2008-04-04 Pedro Alves <pedro@codesourcery.com>
16281
16282 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
16283 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
16284 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
16285 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
16286 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
16287 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
16288 expect an mi error duplicated in stderr.
16289
16290 2008-04-03 Joel Brobecker <brobecker@adacore.com>
16291
16292 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
16293 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
16294 Add a couple of tests that verify the behavior when the new setting
16295 is set to "cancel" and "all".
16296 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
16297 "ask" before we start the testing.
16298
16299 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
16300
16301 * gdb.cp/casts.cc: Add class reference variables.
16302 * gdb.cp/casts.exp: New test cases for up/down casting references.
16303
16304 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
16305
16306 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
16307 instead of beginning to make an extra test pass.
16308 * gdb.mi/mi2-var-display.exp: Likewise.
16309
16310 2008-03-31 Maciej W. Rozycki <macro@mips.com>
16311
16312 * gdb.base/break.exp: Mark failures as such. Fix formatting.
16313
16314 2008-03-31 Markus Deuling <deuling@de.ibm.com>
16315 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16316
16317 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
16318 value. Add xfail for older kernels.
16319
16320 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
16321
16322 Bring mi-support in line with gdb.exp.
16323 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
16324 (mi_gdb_start): New function.
16325
16326 2008-03-28 Maciej W. Rozycki <macro@mips.com>
16327
16328 * gdb.mi/mi-var-cmd.exp: Fix a typo.
16329
16330 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
16331
16332 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
16333 * gdb.mi/mi2-var-display.exp: Likewise.
16334
16335 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
16336
16337 * lib/mi-support.exp (mi_create_varobj_checked): New.
16338 (mi_list_varobj_children): Allow to check for a
16339 value.
16340 (mi_list_array_varobj_children): New.
16341
16342 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
16343 and mi_list_varobj_children, as opposed to hardcoding
16344 expected strings.
16345 * gdb.mi/gdb701.exp: Likewise.
16346 * gdb.mi/gdb792.exp: Likewise.
16347 * gdb.mi/mi-var-block.exp: Likewise.
16348 * gdb.mi/mi-var-cmd.exp: Likewise.
16349 * gdb.mi/mi-var-invalidate.exp: Likewise.
16350 * gdb.mi/mi2-var-block.exp: Likewise.
16351 * gdb.mi/mi2-var-child.exp: Likewise.
16352 * gdb.mi/mi2-var-cmd.exp: Likewise.
16353 * gdb.mi/mi2-var-display.exp: Likewise.
16354
16355 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16356
16357 Fix random false FAILs on i386.
16358 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
16359
16360 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
16361
16362 PR gdb/544
16363 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
16364
16365 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
16366
16367 PR gdb/544
16368 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
16369
16370 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
16371
16372 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
16373 fixed PR gdb/544.
16374
16375 2008-03-21 Pedro Alves <pedro@codesourcery.com>
16376
16377 * gdb.threads/fork-child-threads.exp: Test next over fork.
16378
16379 2008-03-21 Chris Demetriou <cgd@google.com>
16380
16381 * gdb.base/break.exp (rbreak junk): New test for rbreak
16382 "Junk at end of arguments" issue.
16383
16384 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
16385
16386 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
16387 *& to work on created array elements.
16388 (Top level): Test print $pc with a file. Test string operations
16389 without a target.
16390 * gdb.base/ptype.exp: Do not expect *& to work on created array
16391 elements.
16392
16393 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
16394
16395 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
16396 gdb.threads/staticthreads.exp: Update exit query.
16397
16398 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
16399
16400 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
16401
16402 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
16403
16404 * gdb.base/watchpoint.c (global_ptr, func4): New.
16405 (main): Call func4.
16406 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
16407 (test_inaccessible_watchpoint): New.
16408
16409 2008-02-29 Maciej W. Rozycki <macro@mips.com>
16410
16411 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
16412 select the largest.
16413
16414 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
16415
16416 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
16417 frames-invalid annotations.
16418
16419 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
16420
16421 * gdb.base/assign.exp: avoid same output for different tests.
16422
16423 2008-02-27 Doug Evans <dje@google.com>
16424
16425 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
16426 for bug 1738.
16427 (breakpoint_to_handler_entry): Ditto.
16428
16429 2008-02-27 Joel Brobecker <brobecker@adacore.com>
16430
16431 * gdb.base/ending-run.exp: Use the first line of code inside
16432 function body to test breakpoints.
16433 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
16434 location where the breakpoint is inserted when using the line
16435 where a function is declared. Fix typo in the description of
16436 one of the tests.
16437 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
16438
16439 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
16440
16441 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
16442 tests.
16443
16444 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
16445
16446 * gdb.base/args.exp: avoid same output for tests
16447 with single quotes.
16448
16449 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
16450
16451 * gdb.base/annota1.exp: Adjust for 'info break'
16452 format changes.
16453 * gdb.base/annota3.exp: Likewise.
16454 * gdb.base/break.exp: Likewise.
16455 * gdb.base/condbreak.exp: Likewise.
16456 * gdb.base/pending.exp: Likewise.
16457 * gdb.base/sepdebug.exp: Likewise.
16458 * gdb.base/unload.exp: Likewise.
16459 * gdb.cp/ovldbreak.exp: Likewise.
16460 * gdb.mi/mi-pending.exp: Likewise.
16461
16462 2008-02-07 Doug Evans <dje@google.com>
16463
16464 * gdb.cp/mb-inline.exp: New.
16465 * gdb.cp/mb-inline.h: New.
16466 * gdb.cp/mb-inline1.cc: New.
16467 * gdb.cp/mb-inline2.cc: New.
16468
16469 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
16470
16471 * gdb.pascal/floats.pas: New test program.
16472 * gdb.pascal/floats.exp: New testcase.
16473
16474 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
16475
16476 * gdb.base/callfuncs.c (t_float_many_args): New function.
16477 (t_double_many_args): New function.
16478 * gdb.base/callfuncs.exp: Add tests for exceeding float
16479 and double parameters passed through the stack.
16480
16481 2008-02-05 Joel Brobecker <brobecker@adacore.com>
16482
16483 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
16484 gdb.ada/complete/foo.adb: New files.
16485 * gdb.ada/complete.exp: New testcase.
16486
16487 2008-02-03 Doug Evans <dje@google.com>
16488
16489 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
16490
16491 * gdb.cp/gdb2384.exp: New file.
16492 * gdb.cp/gdb2384.cc: New file.
16493 * gdb.cp/gdb2384-base.h: New file.
16494 * gdb.cp/gdb2384-base.cc: New file.
16495
16496 2008-02-02 Doug Evans <dje@google.com>
16497
16498 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
16499
16500 2007-02-01 Joel Brobecker <brobecker@adacore.com>
16501
16502 * gdb.ada/sym_print_name: New test program.
16503 * gdb.ada/sym_print_name.exp: New testcase.
16504
16505 2007-02-01 Joel Brobecker <brobecker@adacore.com>
16506
16507 * gdb.ada/nested/hello.adb: New file.
16508 * gdb.ada/nested.exp: New testcase.
16509 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
16510
16511 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
16512
16513 * gdb.mi/basic.c (return_1): New function.
16514 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
16515 don't cause future evaluations of function to report
16516 creation of internal breakpoints.
16517
16518 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
16519
16520 * gdb.mi/mi-break.exp (test_error): New.
16521 Call it.
16522
16523 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
16524
16525 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
16526 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
16527
16528 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
16529
16530 * gdb.pascal/integers.pas: New test program.
16531 * gdb.pascal/integers.exp: New testcase.
16532
16533 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
16534
16535 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
16536
16537 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
16538
16539 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
16540 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
16541
16542 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
16543
16544 * gdb.ada/formatted_ref: New test program.
16545 * gdb.ada/formatted_ref.exp: New testcase.
16546
16547 * gdb.cp/formatted-ref.cc: New file.
16548 * gdb.cp/formatted-ref.exp: New testcase.
16549
16550 2008-01-30 Joel Brobecker <brobecker@adacore.com>
16551
16552 * gdb.base/ptype.exp: Add testing of "ptype $pc".
16553
16554 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
16555
16556 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
16557 (test_file_list_exec_source_file): Update to new macro-info field.
16558
16559 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
16560
16561 * gdb.ada/exprs: New test program.
16562 * gdb.ada/exprs.exp: New testcase.
16563
16564 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
16565
16566 * dfp-test.c (DELTA, DELTA_B): New definitions.
16567 (double_val1, double_val2, double_val3, double_val4, double_val5,
16568 double_val6, double_val7, double_val8, double_val9, double_val10,
16569 double_val11, double_val12, double_val13, double_val14, dec32_val1,
16570 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
16571 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
16572 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
16573 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
16574 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
16575 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
16576 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
16577 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
16578 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
16579 dec128_val16): New global variables.
16580 (decimal_dec128_align): New function.
16581 (decimal_mixed): Likewise.
16582 (decimal_many_args_dec32): Likewise.
16583 (decimal_many_args_dec64): Likewise.
16584 (decimal_many_args_dec128): Likewise.
16585 (decimal_many_args_mixed): Likewise.
16586 * dfp-test.exp: Add tests calling new inferior functions.
16587
16588 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
16589
16590 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
16591 gdb.server/ext-run.exp: New files.
16592 * lib/gdbserver-support.exp (gdbserver_download): New.
16593 (gdbserver_start): New. Update gdbserver expected
16594 output.
16595 (gdbserver_spawn): Use them.
16596 (gdbserver_start_extended): New.
16597
16598 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
16599
16600 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
16601 Run on GNU/Linux.
16602 (do_exec_tests): Check for systems which do not support catchpoints.
16603 Do not match START.
16604 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
16605 Run on GNU/Linux. Enable verbose output.
16606 (check_fork_catchpoints): New.
16607 (explicit_fork_child_follow, catch_fork_child_follow)
16608 (tcatch_fork_parent_follow): Update expected messages.
16609 (do_fork_tests): Use check_fork_catchpoints.
16610 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
16611 Run on GNU/Linux. Enable verbose output.
16612 (check_vfork_catchpoints): New.
16613 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
16614 expected messages.
16615 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
16616
16617 2008-01-29 Jim Blandy <jimb@red-bean.com>
16618
16619 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
16620 host' errors.
16621 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
16622
16623 2008-01-29 Jim Blandy <jimb@red-bean.com>
16624
16625 * gdb.threads/sigthread.c: Use barriers to ensure that
16626 child_thread and child_thread_two are always initialized before we
16627 start to use them.
16628
16629 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
16630
16631 * gdb.base/watchpoint-solib.exp: New.
16632 * gdb.base/watchpoint-solib.c: New.
16633 * gdb.base/watchpoint-solib-shr.c: New.
16634
16635 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
16636
16637 * gdb.base/gdb1056.exp: Add unsigned integer test.
16638
16639 2008-01-28 Doug Evans <dje@google.com>
16640
16641 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
16642
16643 2008-01-27 Jim Blandy <jimb@codesourcery.com>
16644
16645 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
16646
16647 * gdb.base/expand-psymtabs.exp: Doc fix.
16648
16649 2008-01-26 Mark Kettenis <kettenis@gnu.org>
16650
16651 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
16652
16653 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
16654
16655 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
16656 -var-set-format.
16657
16658 2008-01-23 Chris Demetriou <cgd@google.com>
16659
16660 * gdb.threads/thread_events.c: New testcase source file.
16661 * gdb.threads/thread_events.exp: New testcase expect file.
16662
16663 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
16664
16665 * lib/gdb.exp: Add the variable octal.
16666
16667 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
16668 -var-set-format.
16669
16670 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
16671 Vladimir Prus <vladimir@codesourcery.com>
16672
16673 * gdb.base/float.exp: Allow missing floating point for m68k and
16674 PowerPC.
16675
16676 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
16677
16678 * gdb.mi/basics.c: Setup for testing breakpoints
16679 ignore count.
16680 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
16681 * gdb.mi/mi-cli.exp: Adjust.
16682 * gdb.mi/mi2-cli.exp: Adjust.
16683
16684 2008-01-17 Pedro Alves <pedro@codesourcery.com>
16685
16686 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
16687 and 'dummy_ptr' integer pointer. Initialize struct_declarations
16688 with dummy_ptr's address.
16689 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
16690 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
16691 all targets.
16692 * gdb.mi/mi2-var-child.exp: Likewise.
16693
16694 2008-01-09 Joel Brobecker <brobecker@adacore.com>
16695
16696 * gdb.ada/null_array: New test program.
16697 * gdb.ada/null_array.exp: New testcase.
16698
16699 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
16700
16701 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
16702 with required float modifiers.
16703
16704 2008-01-08 Joel Brobecker <brobecker@adacore.com>
16705
16706 * gdb.ada/funcall_param: New test program.
16707 * gdb.ada/funcall_param.exp: New testcase.
16708
16709 2008-01-08 Joel Brobecker <brobecker@adacore.com>
16710
16711 * gdb.ada/arrayparam: New test program.
16712 * gdb.ada/arrayparam.exp: New testcase.
16713
16714 2008-01-08 Joel Brobecker <brobecker@adacore.com>
16715
16716 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
16717 landed. Should also fix random failures in the test following it.
16718
16719 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
16720
16721 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
16722 for expressions with decimal float values.
16723 (test_dfp_conversions): New function to test casts to and from
16724 decimal float types.
16725 Call test_dfp_conversions.
16726 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
16727 elements.
16728 (main): Initialize ds.float4 and ds.double8 elements.
16729 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
16730 string to new error message.
16731 (d64_set_tests): Likewise.
16732 (d128_set_tests): Likewise.
16733 Add tests for expressions with decimal float variables. Add tests for
16734 conversions to and from decimal float types.
16735
16736 2008-01-05 Joel Brobecker <brobecker@adacore.com>
16737
16738 * gdb.ada/packed_tagged/comp_bug.adb: New file.
16739 * gdb.ada/packed_tagged.exp: New testcase.
16740
16741 2008-01-04 Joel Brobecker <brobecker@adacore.com>
16742
16743 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
16744 gdb.ada/homonym/homonym_main.adb: New files.
16745 * gdb.ada/homonym.exp: New testcase.
16746
16747 2008-01-04 Joel Brobecker <brobecker@adacore.com>
16748
16749 * gdb.ada/packed_array.exp: Add testing of references to
16750 a packed array.
16751
16752 2008-01-04 Joel Brobecker <brobecker@adacore.com>
16753
16754 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
16755 New files.
16756 * gdb.ada/type_coercion.exp: New testcase.
16757
16758 2008-01-04 Joel Brobecker <brobecker@adacore.com>
16759
16760 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
16761 gdb.ada/tagged/foo.adb: New file.
16762 * gdb.ada/tagged.exp: New testcase.
16763
16764 2008-01-04 Joel Brobecker <brobecker@adacore.com>
16765
16766 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
16767 gdb.ada/ptype_field/foo.adb: New files.
16768 * gdb.ada/ptype_field.exp: New testcase.
16769
16770 2008-01-03 Joel Brobecker <brobecker@adacore.com>
16771
16772 * gdb.ada/print_pc.exp: New testcase.
16773
16774 2008-01-03 Joel Brobecker <brobecker@adacore.com>
16775
16776 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
16777 gdb.ada/taft_type/p.adb: New files.
16778 * gdb.ada/taft_type.exp: New testcase.
16779
16780 2008-01-03 Joel Brobecker <brobecker@adacore.com>
16781
16782 * gdb.ada/array_bounds/bar.adb: New file.
16783 * gdb.ada/array_bounds.exp: New testcase.
16784
16785 2008-01-03 Joel Brobecker <brobecker@adacore.com>
16786
16787 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
16788 gdb.ada/arrayptr/foo.adb: New files.
16789 * gdb.ada/arrayptr.exp: New testcase.
16790
16791 2008-01-03 Joel Brobecker <brobecker@adacore.com>
16792
16793 * gdb.base/set-lang-auto.exp: New testcase.
16794
16795 2008-01-03 Joel Brobecker <brobecker@adacore.com>
16796
16797 * gdb.ada/fun_addr/foo.adb: New file.
16798 * gdb.ada/fun_addr.exp: New testcase.
16799
16800 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16801
16802 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
16803 New files
16804
16805 2008-01-02 Joel Brobecker <brobecker@adacore.com>
16806
16807 * array_subscript_addr/p.adb: New file.
16808 * array_subscript_addr.exp: New testcase.
16809
16810 2008-01-02 Joel Brobecker <brobecker@adacore.com>
16811
16812 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
16813 New files.
16814 * gdb.ada/str_cmp_ref.exp: New testcase.
16815
16816 2008-01-01 Joel Brobecker <brobecker@adacore.com>
16817
16818 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
16819 gdb.ada/fun_in_declare/foo.adb: New files.
16820 * gdb.ada/fun_in_declare.exp: New testcase.
16821
16822 2008-01-01 Joel Brobecker <brobecker@adacore.com>
16823
16824 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
16825 gdb.ada/ref_param/pck.ads: New files.
16826 * gdb.ada/ref_param.exp: New testcase.
16827
16828 2008-01-01 Joel Brobecker <brobecker@adacore.com>
16829
16830 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
16831 gdb.ada/interface/foo.adb: New files.
16832 * gdb.ada/interface.exp: New testcase.
16833
16834 2007-12-31 Jim Blandy <jimb@codesourcery.com>
16835
16836 * gdb.base/multi-forks.exp: Consume all output from child
16837 processes before proceeding to next test.
16838
16839 2007-12-29 Jim Blandy <jimb@codesourcery.com>
16840
16841 * configure: Regenerated.
16842
16843 2007-12-27 Joel Brobecker <brobecker@adacore.com>
16844
16845 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
16846 gdb.ada/fixed_cmp/fixed.adb: New files.
16847 * gdb.ada/fixed_cmp.exp: New testcase.
16848
16849 2007-12-27 Joel Brobecker <brobecker@adacore.com>
16850
16851 * gdb.ada/boolean_expr.exp: New testcase.
16852
16853 2007-12-26 Jim Blandy <jimb@codesourcery.com>
16854
16855 * gdb.base/multi-forks.exp: Doc fix.
16856
16857 2007-12-26 Joel Brobecker <brobecker@adacore.com>
16858
16859 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
16860 * gdb.ada/char_param.exp: Do not compile our test program with
16861 -gnata, this is unnecessary.
16862 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
16863
16864 2007-12-24 Joel Brobecker <brobecker@adacore.com>
16865
16866 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
16867 gdb.ada/print_chars/foo.adb: New files.
16868 * gdb.ada/print_chars.exp: New testcase.
16869
16870 2007-12-24 Joel Brobecker <brobecker@adacore.com>
16871
16872 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
16873 gdb.ada/char_param/foo.adb: New files.
16874 * gdb.ada/char_param.exp: New testcase.
16875
16876 2007-12-22 Jim Blandy <jimb@codesourcery.com>
16877
16878 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
16879 hard-coding source line numbers into the test.
16880 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
16881 gdb_get_line_number to find.
16882
16883 2007-12-22 Joel Brobecker <brobecker@adacore.com>
16884
16885 * gdb.base/ptype.c (highest): New struct type.
16886 (the_highest): New variable of that type.
16887 (main): Add dummy assignment to a field of variable the_highest.
16888 * gdb.base/ptype.exp: Test type printing of our new variable.
16889
16890 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
16891
16892 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
16893 and record first explicitly generated thread number.
16894 Use that thread number for thread specific watchpoint test.
16895 Add iteration number to repetitive tests.
16896
16897 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
16898 Jim Blandy <jimb@codesourcery.com>
16899
16900 * gdb.base/expand-psymtabs.c: New testcase
16901 source file.
16902 * gdb.base/expand-psymtabs.exp: New testcase
16903 expect file.
16904
16905 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
16906
16907 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
16908 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
16909
16910 2007-12-17 Joel Brobecker <brobecker@adacore.com>
16911
16912 * gdb.ada/frame_args/foo.adb: New file.
16913 * gdb.ada/frame_args/pck.ads: New file.
16914 * gdb.ada/frame_args/pck.adb: New file.
16915 * gdb.ada/frame_args.exp: New testcase.
16916
16917 2007-12-17 Joel Brobecker <brobecker@adacore.com>
16918
16919 * gdb.base/frame-args.c: New file.
16920 * gdb.base/frame-args.exp: New testcase.
16921
16922 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
16923 Joseph Myers <joseph@codesourcery.com>
16924
16925 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
16926
16927 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
16928
16929 * gdb.mi/mi-pending.exp: New.
16930 * gdb.mi/mi-pending.c: New.
16931 * gdb.mi/mi-pendshr.c: New.
16932
16933 2007-12-06 Jim Blandy <jimb@codesourcery.com>
16934
16935 * gdb.base/default.exp: Update expected output for 'info catch'.
16936
16937 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16938
16939 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
16940 must be set to binary.
16941
16942 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
16943
16944 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
16945
16946 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
16947
16948 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
16949 gdb.mi/mi-file-transfer.exp: New.
16950
16951 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16952
16953 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
16954
16955 2007-11-22 Maciej W. Rozycki <macro@mips.com>
16956
16957 * gdb.trace/backtrace.exp: Fix a typo.
16958 * gdb.trace/circ.exp: Likewise.
16959 * gdb.trace/collection.exp: Likewise.
16960 * gdb.trace/limits.exp: Likewise.
16961 * gdb.trace/report.exp: Likewise.
16962 * gdb.trace/tfind.exp: Likewise.
16963 * gdb.trace/while-dyn.exp: Likewise.
16964
16965 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
16966
16967 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
16968 objects of pointers that can't be dereferenced are now
16969 "noneditable".
16970
16971 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16972
16973 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
16974 (target_cpu): Remove.
16975
16976 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
16977
16978 * gdb.base/ending-run.exp: Expect the list of cleared
16979 breakpoint to come in natural order, not the reversed one.
16980
16981 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
16982
16983 * gdb.mi/mi-var-child.c (do_child_deletion): New.
16984 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
16985
16986 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
16987
16988 * gdb.base/printcmds.exp: New function
16989 test_printf_with_dfp.
16990
16991 2007-11-02 Doug Evans <dje@google.com>
16992
16993 * gdb.disasm/t01_mov.s: Remove carriage returns.
16994 * gdb.disasm/t02_mova.s: Ditto.
16995 * gdb.disasm/t03_add.s: Ditto.
16996 * gdb.disasm/t04_sub.s: Ditto.
16997 * gdb.disasm/t05_cmp.s: Ditto.
16998 * gdb.disasm/t06_ari2.s: Ditto.
16999 * gdb.disasm/t07_ari3.s: Ditto.
17000 * gdb.disasm/t08_or.s: Ditto.
17001 * gdb.disasm/t09_xor.s: Ditto.
17002 * gdb.disasm/t10_and.s: Ditto.
17003 * gdb.disasm/t11_logs.s: Ditto.
17004 * gdb.disasm/t12_bit.s: Ditto.
17005 * gdb.disasm/t13_otr.s: Ditto.
17006
17007 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
17008
17009 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
17010
17011 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17012
17013 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
17014 provide DFP support.
17015
17016 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
17017
17018 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
17019 Test "set powerpc vector-abi". Skip auto-detection tests for old
17020 toolchains.
17021
17022 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
17023
17024 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
17025 with [string compare].
17026
17027 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
17028
17029 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
17030 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
17031
17032 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
17033
17034 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
17035 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
17036 * gdb.opt/Makefile.in: New makefile.
17037 * Makefile.in: Create new directory "gdb.opt".
17038 * configure.ac: Add "gdb.opt" directory.
17039 * configure: Regenerated.
17040
17041 2007-10-25 Doug Evans <dje@google.com>
17042
17043 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
17044 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
17045
17046 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
17047 Thiago Jung Bauermann <bauerman@br.ibm.com>
17048
17049 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
17050 Floating Point expressions.
17051 * gdb.base/dfp-test.exp: new file adding tests for Decimal
17052 Floating Point variables.
17053 * gdb.base/dfp-test.c: new file containing program with Decimal
17054 Floating variables, used by gdb.base/dfp-test.exp.
17055
17056 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
17057
17058 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
17059
17060 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17061
17062 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
17063 compiling test case with GCC.
17064 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
17065
17066 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17067
17068 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
17069 format changes.
17070
17071 2007-10-18 Michael Snyder <msnyder@specifix.com>
17072
17073 * gdb.base/dbx.exp: Add missing "-re " operator.
17074
17075 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
17076
17077 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
17078 * configure.ac: Removed trailing spaces after backslash.
17079 * gdb.modula2: New directory.
17080 * gdb.modula2/Makefile.in: New file.
17081 * gdb.modula2/unbounded-array.exp: New file.
17082 * gdb.modula2/unbounded1.c: New file.
17083
17084 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
17085
17086 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
17087
17088 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
17089
17090 * gdb.base/sigstep.c (main): Add checks for
17091 return values for setitimer call.
17092 Call setitimer again with itimer = ITIMER_REAL
17093 if first call to setitimer fails.
17094
17095 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
17096
17097 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
17098 of $timeout.
17099
17100 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
17101
17102 * gdb.server/server-run.exp: Test for dynamic linker symbols.
17103
17104 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
17105
17106 * lib/gdb.exp (gdb_run_cmd): Move comment outside
17107 of gdb_expect call, to avoid interruption.
17108
17109 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
17110
17111 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
17112 (v_unsigned_long_long, v_long_long_array)
17113 (v_signed_long_long_array, v_unsigned_long_long_array)
17114 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
17115 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
17116 [!NO_LONG_LONG]: New.
17117 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
17118 v_long_long_member.
17119
17120 (v_long_long_func, v_signed_long_long_func)
17121 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
17122 (main) [!NO_LONG_LONG]: Initialize long long variants.
17123
17124 * gdb.base/whatis.exp: If board file requests no_long_long, build
17125 test with NO_LONG_LONG defined. Test long long, signed long long,
17126 and unsigned long long variants but only if board file doesn't
17127 disable it.
17128
17129 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
17130 Daniel Jacobowitz <dan@codesourcery.com>
17131
17132 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
17133 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
17134 * configure: Regenerated.
17135 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
17136 gdb.pascal/types.exp, lib/pascal.exp: New files.
17137
17138 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
17139
17140 * gdb.cp/classes.exp (do_tests): Always step to the line after the
17141 call.
17142 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
17143 to return to the call.
17144 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
17145 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
17146 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
17147 * gdb.mi/mi-until.exp (test_until): Likewise.
17148 * gdb.mi/mi2-until.exp (test_until): Likewise.
17149
17150 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
17151
17152 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
17153 two-char array.
17154 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
17155
17156 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
17157
17158 * gdb.threads/watchthreads.c (thread_function): Sleep between
17159 iterations.
17160 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
17161 at once for S/390. Generate matching fails and passes.
17162
17163 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
17164
17165 * gdb.mi/var-cmd.c (do_children_tests): Initialize
17166 the 'struct_declarations' variable to zeros.
17167
17168 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
17169
17170 * gdb.cp/mb-ctor.cc: New.
17171 * gdb.cp/mb-ctor.exp: New.
17172 * gdb.cp/mb-templates.cc: New.
17173 * gdb.cp/mb-templates.exp: New.
17174
17175 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
17176
17177 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
17178
17179 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
17180
17181 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
17182 targets.
17183 * configure: Regenerate.
17184
17185 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
17186
17187 * gdb.base/annota1.exp: Adjust for 'info break'
17188 format changes.
17189 * gdb.base/annota3.exp: Likewise.
17190 * gdb.base/break.exp: Likewise.
17191 * gdb.base/condbreak.exp: Likewise.
17192 * gdb.base/pending.exp: Likewise.
17193 * gdb.base/sepdebug.exp: Likewise.
17194 * gdb.base/unload.exp: Likewise.
17195 * gdb.base/ovldbreak.exp: Likewise.
17196
17197 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
17198
17199 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
17200 messages.
17201 * gdb.base/chng-syms.exp: Likewise.
17202 * gdb.base/unload.exp: Likewise.
17203
17204 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
17205
17206 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
17207
17208 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
17209
17210 * schedlock.c (NUM): Change to 1.
17211 (main): Use args[0] for the main thread.
17212 * schedlock.exp: Only expect two threads. Only issue one pass or fail
17213 regardless of the number of threads.
17214
17215 2007-09-14 Maciej W. Rozycki <macro@mips.com>
17216
17217 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
17218 type down.
17219 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
17220 test.
17221 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
17222 watchpoint type down.
17223 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
17224 test.
17225
17226 2007-09-14 Maciej W. Rozycki <macro@mips.com>
17227
17228 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
17229 Move all the tests here and run them twice, once using software
17230 watchpoints and once using hardware watchpoints.
17231 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
17232
17233 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
17234
17235 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
17236 test.
17237
17238 2007-09-10 Mark Kettenis <kettenis@gnu.org>
17239
17240 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
17241 build-id.
17242
17243 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
17244 know about $ORIGIN. Calculate output dir from $dest instead of
17245 using ${objdir}/{$subdir}.
17246
17247 2007-09-09 Mark Kettenis <kettenis@gnu.org>
17248
17249 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
17250 gcore, before continuing with the test.
17251
17252 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
17253
17254 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
17255 * gdb.mi/mi-watch.exp: Likewise.
17256
17257 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
17258 Jim Blandy <jimb@codesourcery.com>
17259
17260 * gdb.arch/i386-sse.exp: Do not expect character constants.
17261 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
17262 * gdb.base/display.exp: Allow print/s.
17263 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
17264 and unsigned char array changes.
17265
17266 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
17267
17268 * gdb.base/display.exp: Add tests for printf %p.
17269
17270 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
17271
17272 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
17273 the dll name to unicode.
17274
17275 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
17276
17277 * gdb.base/default.exp (show version): Update the version text.
17278 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
17279
17280 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
17281
17282 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
17283 New files.
17284
17285 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
17286
17287 * lib/gdb.exp (build_id_debug_filename_get): New function.
17288 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
17289 Remove the generate DEBUG file for the future testcase runs.
17290 New testcase for the NT_GNU_BUILD_ID retrieval.
17291 Move the final testing step to ...
17292 (test_different_dir): ... a new function.
17293 New parameter XFAIL to XFAIL all the tests performed.
17294 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
17295 New parameter TYPE to PF_PREFIX all the tests performed.
17296
17297 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
17298
17299 * gdb.mi/mi-var-cp.cc (path_expression): New
17300 function.
17301 * gdb.mi/mi-var-cp.exp: Run path exression tests.
17302
17303 2007-08-27 Markus Deuling <deuling@de.ibm.com>
17304
17305 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
17306 to fit into SPU Local Store memory.
17307
17308 2007-08-23 Joel Brobecker <brobecker@adacore.com>
17309
17310 * gdb.base/default.exp: Adjust the expected output of "info
17311 warranty" after the switch to GPLv3.
17312
17313 2007-08-23 Joel Brobecker <brobecker@adacore.com>
17314
17315 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
17316 to 30000 (from 20000).
17317
17318 2007-08-23 Joel Brobecker <brobecker@adacore.com>
17319
17320 Switch the license of all .exp files to GPLv3.
17321 Switch the license of all .f and .f90 files to GPLv3.
17322 Switch the license of all .s and .S files to GPLv3.
17323
17324 2007-08-23 Joel Brobecker <brobecker@adacore.com>
17325
17326 * configure.ac: Switch license to GPLv3.
17327
17328 2007-08-23 Joel Brobecker <brobecker@adacore.com>
17329
17330 Switch the licensing to GPLv3 for all .ads and .adb files.
17331
17332 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
17333
17334 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
17335 and t_int_double.
17336 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
17337
17338 2007-08-17 Joel Brobecker <brobecker@adacore.com>
17339
17340 * gdb.base/step-line.c: Switch license to GPL version 3, and
17341 update copyright year.
17342 * gdb.base/step-line.inp: Likewise.
17343
17344 2007-08-17 Joel Brobecker <brobecker@adacore.com>
17345
17346 * gdb.base/gdb1555.exp: Make expected output immune to formatting
17347 changes inside gdb1555.c.
17348 * gdb.base/pending.exp: Likewise.
17349
17350 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
17351
17352 * config/default.exp: New file.
17353
17354 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
17355
17356 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
17357 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
17358
17359 2007-07-30 Maciej W. Rozycki <macro@mips.com>
17360
17361 * gdb.base/dump.exp: Force the correct endianness for binary
17362 formats not carrying this information.
17363
17364 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17365
17366 * gdb.threads/staticthreads.exp: Match .*sem_post.
17367
17368 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17369
17370 * gdb.base/readline.exp (operate_and_get_next): Match the final
17371 prompt.
17372
17373 2007-07-23 Kevin Buettner <kevinb@redhat.com>
17374
17375 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
17376 to restarting SID.
17377
17378 2007-07-18 Kevin Buettner <kevinb@redhat.com>
17379
17380 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
17381 prior to `gdb_start'.
17382
17383 2007-07-18 Kevin Buettner <kevinb@redhat.com>
17384
17385 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
17386 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
17387 Remove call to gdb_unload.
17388
17389 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
17390 Daniel Jacobowitz <dan@codesourcery.com>
17391
17392 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
17393 for __WIN32__.
17394 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
17395 * gdb.base/unload.exp: Use shared library test routines.
17396
17397 2007-07-03 Markus Deuling <deuling@de.ibm.com>
17398
17399 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
17400 * gdb.base/solib-symbol-lib.c: Likewise.
17401 * gdb.base/solib-symbol-main.c: Likewise.
17402
17403 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
17404
17405 * config/gdbserver.exp (gdb_reconnect): New.
17406 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
17407 gdb.base/solib-disc.exp: New files.
17408 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
17409 remote debugging".
17410 (gdb_compile): Add shlib_load flag.
17411 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
17412 port.
17413 (gdbserver_reconnect): New.
17414
17415 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
17416 Daniel Jacobowitz <dan@codesourcery.com>
17417
17418 * gdb.base/annota3.exp: Test for if construct.
17419
17420 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
17421
17422 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
17423
17424 2007-06-21 Chris Dearman <chris@mips.com>
17425 Maciej W. Rozycki <macro@mips.com>
17426
17427 * gdb.base/display.exp: Allow a newline after display/i.
17428 * gdb.base/pc-fp.exp: Likewise.
17429 * gdb.base/sigbpt.exp: Likewise.
17430
17431 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
17432
17433 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
17434 required features to be included.
17435
17436 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
17437
17438 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
17439 in info threads output.
17440
17441 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17442 Markus Deuling <deuling@de.ibm.com>
17443
17444 * gdb.arch/spu-info.exp: New testcase.
17445 * gdb.arch/spu-info.c: New file.
17446
17447 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
17448
17449 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
17450 tpcs_offset. Restore lr after the call.
17451 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
17452
17453 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
17454
17455 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
17456 (gdbserver_run): Kill any running gdbserver.
17457 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
17458
17459 2007-05-17 Maciej W. Rozycki <macro@mips.com>
17460
17461 * gdb.base/sigbpt.exp: Preset segv_addr.
17462
17463 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
17464
17465 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
17466 (gdb_compile_shlib): Likewise.
17467 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
17468 (default_gdb_init): Clear cleanfiles.
17469 (gdb_finish): Delete recorded cleanfiles.
17470 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
17471
17472 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
17473 Do not use isnative.
17474 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
17475 gdb.base/so-impl-ld.exp: Likewise.
17476 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
17477 * gdb.base/unload.exp: Likewise. Do not pass empty option to
17478 gdb_compile.
17479
17480 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
17481
17482 * config/unknown.exp: Remove.
17483
17484 2007-05-15 Markus Deuling <deuling@de.ibm.com>
17485
17486 * gdb.base/info-proc.exp: Check is_remote.
17487
17488 2007-05-14 Markus Deuling <deuling@de.ibm.com>
17489
17490 * gdb.base/gcore.exp: Initialize variable core_supported.
17491
17492 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
17493
17494 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
17495
17496 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
17497
17498 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
17499 * gdb.threads/print-threads.exp (test_all_threads): Allow
17500 negative and hexadecimal thread IDs.
17501
17502 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
17503
17504 * gdb.java/jprint.java (public): Avoid invalid call to static
17505 method.
17506
17507 2007-05-14 Denis Pilat <denis.pilat@st.com>
17508
17509 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
17510 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
17511 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
17512 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
17513 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
17514
17515 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17516
17517 * gdb.base/overlays.exp: Add support for targets with only code
17518 overlay support, not data overlay. Support spu-*-* target in
17519 this mode.
17520 * gdb.base/ovlymgr.c: Provide stubs for spu target.
17521 * gdb.base/spu.ld: New file.
17522
17523 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
17524
17525 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
17526
17527 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
17528
17529 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
17530
17531 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
17532
17533 * gdb.java/jmain.exp: Handle demangled names with and without method
17534 signatures.
17535
17536 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
17537
17538 * gdb.mi/mi-syn-frame.c (main, foo, bar)
17539 (have_a_very_merry_interrupt): Remove calls to puts.
17540 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
17541 inferior output.
17542 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
17543 test names.
17544
17545 2007-04-29 Markus Deuling <deuling@de.ibm.com>
17546 Daniel Jacobowitz <dan@codesourcery.com>
17547
17548 * gdb.base/auxv.exp (core_works): Also check is_remote.
17549 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
17550
17551 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
17552
17553 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
17554 message, not the undefined 'module' variable.
17555 * gdb.base/siginfo.exp: Likewise.
17556 * gdb.base/sigstep.exp: Likewise.
17557 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
17558 serialport.
17559 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
17560
17561 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
17562
17563 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
17564 target sim fails. Return 0 otherwise.
17565 (gdb_load): Return prematurely if gdb_target_sim fails.
17566
17567 2007-04-16 Denis Pilat <denis.pilat@st.com>
17568
17569 * gdb.base/setshow.exp: Reset height after having set it to 100.
17570
17571 2007-04-16 Denis Pilat <denis.pilat@st.com>
17572
17573 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
17574
17575 2007-04-16 Denis Pilat <denis.pilat@st.com>
17576
17577 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
17578
17579 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
17580
17581 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
17582 tests. Run the frozen varobjs test.
17583 * gdb.mi/var-cmd.c (do_frozen_tests): New.
17584 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
17585
17586 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17587
17588 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
17589 gdb.base/type-opaque.exp: New files.
17590
17591 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
17592
17593 * gdb.mi/mi-var-child.c
17594 (do_children_tests): User char[2] instead of
17595 char so that automatic printing of pointers to char
17596 don't give unpredicable result.
17597 * gdb.mi/var-cmd.c (do_locals_test): Initialize
17598 local variables.
17599 * gdb.mi/mi-var-child.exp: Step to right line
17600 of do_children_tests.
17601 * gdb.mi/mi2-var-child.exp: Likewise.
17602 * gdb.mi/mi-var-cmd.exp: Step to right line of
17603 do_locals_tests.
17604 (do_children_tests): User char[2] instead of
17605 char so that automatic printing of pointers to char
17606 don't give unpredicable result.
17607 * gdb.mi/mi2-var-cmd.exp: Likewise.
17608 * lib/mi-support.exp (mi_continue_to_line):
17609 Pass test name to mi_wait_for_stop.
17610
17611 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
17612
17613 * gdb.asm/asm-source.exp: Remove d10v case.
17614 * lib/gdb.exp (skip_cplus_tests): Likewise.
17615 * gdb.asm/d10v.inc: Deleted.
17616
17617 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
17618
17619 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
17620
17621 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
17622
17623 * config/netware.exp: Delete file.
17624
17625 2007-03-29 Joel Brobecker <brobecker@adacore.com>
17626
17627 * gdb.dwarf2/dw2-noloc.S: New file.
17628 * gdb.dwarf2/dw2-noloc.exp: New file.
17629
17630 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
17631
17632 * gdb.cp/method2.cc: New test.
17633 * gdb.cp/method2.exp: New test.
17634 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
17635
17636 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
17637
17638 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
17639
17640 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
17641
17642 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
17643
17644 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
17645
17646 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
17647 (gdb_load): Delete, replace with...
17648 (gdb_reload): ...this.
17649 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
17650 * gdb.server/server-mon.exp: Likewise.
17651 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
17652 (gdb_start_cmd): New.
17653 (gdb_file_cmd): Save the last loaded file.
17654 (gdb_reload): New.
17655 (gdb_gnu_strip_debug): Use transform.
17656 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
17657 support here. Use new $last_loaded_file. Check mtime.
17658 (gdb_target_cmd): Handle ObjC failure case.
17659 (infer_host_exec): Delete.
17660 (gdbserver_load): Rename to...
17661 (gdbserver_run): ...this. Simplify.
17662 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
17663 (mi_gdb_load): Move most contents to a new function...
17664 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
17665 (mi_run_cmd): Use mi_gdb_target_load.
17666 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
17667 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
17668 Use gdb_run_cmd.
17669 * gdb.base/charsign.exp: Remove incorrect comment.
17670 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
17671 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
17672 gdb.base/start.exp: Use gdb_start_cmd.
17673
17674 2007-03-23 Nigel Stephens <nigel@mips.com>
17675 Maciej W. Rozycki <macro@mips.com>
17676
17677 * gdb.base/sigbpt.exp: Fix the message when skipping test.
17678 * gdb.base/signull.exp: Similarly.
17679
17680 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17681
17682 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
17683 messages available to test cases (like chng-sym.exp).
17684
17685 2007-03-14 Andreas Schwab <schwab@suse.de>
17686
17687 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
17688 format changes.
17689
17690 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
17691
17692 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
17693 (optimized_1): New.
17694 (main): Call optimized_1.
17695 (gdb2029): Correct typos. Call gdb2029_marker.
17696 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
17697 for gdb2029.
17698
17699 2007-03-12 Mark Kettenis <kettenis@gnu.org>
17700
17701 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
17702 as tabs. Remove redundant test pattern.
17703
17704 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17705
17706 * gdb.base/long_long.exp: Accept optional symbol name in <...>
17707 for /a format output.
17708
17709 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
17710
17711 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
17712 collect output incrementally.
17713
17714 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17715
17716 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
17717 for -var-create lpcharacter test.
17718 * gdb.mi/mi2-var-cmd.exp: Likewise.
17719
17720 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17721
17722 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
17723 pass on targets where address zero is readable.
17724
17725 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17726
17727 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
17728 just a single architecture.
17729
17730 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17731
17732 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
17733 (fetch_all_registers): New function, uses gdb_test_multiple and
17734 exp_continue to fetch inferior output line-by-line.
17735 Replace all uses of do_get_all_registers by fetch_all_registers.
17736
17737 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17738
17739 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
17740 in target_info.
17741
17742 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
17743
17744 * gdb.threads/manythreads.exp: Use $message string for
17745 consistancy; add a default (timeout) case.
17746
17747 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
17748
17749 * gdb.base/watchpoint.exp: Fix truncated comment.
17750
17751 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
17752
17753 * Makefile.in: Remove spurious single-quotes from sed command.
17754
17755 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
17756
17757 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
17758 func.
17759 * gdb.mi/mi2-var-cmd.exp: Likewise.
17760
17761 2007-02-27 Joel Brobecker <brobecker@adacore.com>
17762
17763 * gdb.dwarf2/dw2-producer.S: New file.
17764 * gdb.dwarf2/dw2-producer.exp: New testcase.
17765
17766 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
17767
17768 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
17769 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
17770 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
17771 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
17772 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
17773 Revert tests to use mi_gdb_test and include value field in output
17774 of -var-create.
17775
17776 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
17777
17778 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
17779
17780 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
17781
17782 * gdb.base/maint.exp: Remove full paths from test names.
17783 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
17784 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
17785
17786 2007-02-27 Joel Brobecker <brobecker@adacore.com>
17787
17788 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
17789
17790 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
17791
17792 * gdb.server/server-mon.exp: New test.
17793
17794 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
17795
17796 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
17797
17798 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
17799
17800 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
17801 register capitalization.
17802
17803 2007-02-13 Denis Pilat <denis.pilat@st.com>
17804
17805 * gdb.mi/mi-var-invalidate.exp: New file.
17806
17807 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
17808
17809 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
17810
17811 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
17812
17813 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
17814
17815 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
17816
17817 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
17818 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
17819
17820 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
17821
17822 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
17823 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
17824 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
17825 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
17826 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
17827 * gdb.mi/gdb792.exp, lib/mi-support.exp:
17828 Update tests to include value field in output of -var-create.
17829
17830 2007-02-08 Andreas Schwab <schwab@suse.de>
17831
17832 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
17833
17834 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
17835
17836 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
17837 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
17838
17839 2007-02-02 Denis Pilat <denis.pilat@st.com>
17840
17841 * gdb.threads/threadapply.exp: check that frame is not changed by
17842 the thread apply all command.
17843
17844 2007-01-31 Andreas Schwab <schwab@suse.de>
17845
17846 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
17847
17848 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
17849 in the dwarf sections.
17850 * gdb.dwarf2/mac-fileno.S: Likewise.
17851
17852 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
17853 bspstore register on ia64.
17854
17855 2007-01-29 Andreas Schwab <schwab@suse.de>
17856
17857 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
17858 "frame-begin" annotation.
17859
17860 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
17861 number of "frames-invalid" annotations.
17862
17863 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
17864
17865 * gdb.base/commands.exp: Call if_commands_test.
17866 (gdb_test_no_prompt, if_commands_test): New.
17867
17868 2007-01-28 Mark Kettenis <kettenis@gnu.org>
17869
17870 * gdb.threads/sigthread.c (NSIGS): Make bigger.
17871
17872 2007-01-27 Andreas Schwab <schwab@suse.de>
17873
17874 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
17875 .short/.int/.quad in the dwarf sections.
17876 * gdb.dwarf2/dw2-intercu.S: Likewise.
17877 * gdb.dwarf2/dw2-intermix.S: Likewise.
17878
17879 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17880
17881 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
17882 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
17883 array.
17884 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
17885 * gdb.base/setvar.exp: Likewise.
17886
17887 2007-01-26 Andreas Schwab <schwab@suse.de>
17888
17889 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
17890 test.
17891
17892 * gdb.base/multi-forks.exp ("restart $i"): Also match
17893 __kernel_syscall_via_break.
17894
17895 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
17896
17897 * lib/mi-support.exp (mi_delete_varobj): New.
17898 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
17899 testcase.
17900 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
17901 (main): Call the above.
17902 (reference_update_test, base_in_reference_test)
17903 (reference_to_pointer): Delete the created varobjs.
17904
17905 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
17906
17907 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
17908 * configure: Regenerated.
17909 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
17910 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
17911 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
17912 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
17913 * lib/gdb.exp (gdb_skip_xml_test): New function.
17914
17915 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
17916
17917 * gdb.base/sigrepeat.exp: Correct error message.
17918
17919 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17920 Daniel Jacobowitz <dan@codesourcery.com>
17921
17922 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
17923 gdb.arch/i386-gnu-cfi-asm.S: New files.
17924
17925 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
17926
17927 * lib/gdb.exp: Abort on missing `site.exp'.
17928
17929 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17930 Daniel Jacobowitz <dan@codesourcery.com>
17931
17932 * gdb.base/included.c, gdb.base/included.exp,
17933 gdb.base/included.h: New files.
17934
17935 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
17936
17937 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
17938 (maximize_rlimit): Reduce limits on 64-bit systems.
17939
17940 2007-01-19 Mark Kettenis <kettenis@gnu.org>
17941
17942 From Marcus Deuling <deuling@de.ibm.com>:
17943 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
17944 every case.
17945
17946 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
17947
17948 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
17949 (test_path_specification): Use objdir instead of srcdir to always
17950 get an absolute filename.
17951
17952 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
17953
17954 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
17955
17956 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
17957
17958 * gdb.mi/mi-var-cp.cc (reference_update_tests):
17959 Make sure the variable we're using is in scope.
17960 (reference_to_pointer): Likewise.
17961
17962 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
17963
17964 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
17965 has no debug information.
17966
17967 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
17968
17969 * gdb.base/annota1.exp: Remove extra send_gdb.
17970
17971 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
17972
17973 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
17974
17975 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
17976
17977 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
17978
17979 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
17980 Daniel Jacobowitz <dan@codesourcery.com>
17981
17982 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
17983 lcharacter or linteger change. Correct duplicated test name.
17984 * gdb.mi/mi2-var-cmd.exp: Likewise.
17985
17986 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
17987
17988 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
17989
17990 2007-01-05 Joel Brobecker <brobecker@adacore.com>
17991
17992 * gdb.base/nofield.c: New file.
17993 * gdb.base/nofield.exp: New testcase.
17994
17995 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
17996
17997 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
17998
17999 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
18000 test.
18001
18002 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
18003
18004 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
18005
18006 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
18007
18008 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
18009 when continuing.
18010
18011 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
18012
18013 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
18014 Expect ".exe" extension.
18015
18016 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
18017
18018 * gdb.base/charset.exp: Add explicit filename to break.
18019 * gdb.base/dbx.exp: Add explicit filename to breaks.
18020
18021 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
18022
18023 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
18024 * gdb.mi/mi2-file.exp: Likewise.
18025
18026 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
18027
18028 Implement specification of MI tests as comments
18029 in C and C++ sources.
18030 * lib/mi-support.exp (mi_autotest_data): New variable.
18031 (mi_autotest_source): New variable.
18032 (count_newlines, mi_prepare_inline_tests)
18033 (mi_get_inline_test, mi_continue_to_line)
18034 (mi_run_inline_test, mi_tbreak)
18035 (mi_send_resuming_command, mi_wait_for_stop): New functions.
18036 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
18037 Run inline tests.
18038 * gdb.mi/mi-var-cp.cc: Define tests here.
18039
18040 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
18041
18042 Simplify usage of mi_continue_to.
18043 * lib/mi-support.exp (mi_runto_helper): Renamed
18044 from mi_runto, added new parameter 'run_or_continue'.
18045 (mi_runto): Use mi_runto_helper.
18046 (mi_continue_to): Accept just function name as parameter.
18047 Use mi_runto_helper.
18048 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
18049 * gdb.mi/mi2-var-cmd.exp: Likewise.
18050
18051 2006-01-04 Joel Brobecker <brobecker@adacore.com>
18052
18053 Make this testcase a bit more realistic. The current code
18054 is too simplistic, and allows the compiler to optimize out
18055 some of the entities we need for this testcase.
18056 * gdb.ada/null_record/bar.ads (Void_Star): New type.
18057 (Do_Nothing): Add extra parameter.
18058 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
18059 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
18060 by using a variable of type Void_Star.
18061
18062 2006-01-04 Joel Brobecker <brobecker@adacore.com>
18063
18064 * gdb.ada/catch_ex/foo.adb: New file.
18065 * gdb.ada/catch_ex.exp: New testcase.
18066
18067 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
18068
18069 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
18070 pass --image-base to linker.
18071
18072 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18073 Daniel Jacobowitz <dan@codesourcery.com>
18074
18075 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
18076 secondary prompts.
18077
18078 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
18079
18080 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
18081 output. Test the types of members and member pointers.
18082 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
18083 gdb/2092.
18084 * gdb.cp/member-ptr.exp: Search for a comment instead of a
18085 statement. Enable for GCC. Update expected output for some tests
18086 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
18087 layout.
18088 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
18089 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
18090 (Diamond::vget_base): New.
18091 (main): Add new tests.
18092 * gdb.cp/printmethod.exp: Update expected output for member functions.
18093 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
18094 print pEe->D::vg().
18095
18096 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
18097
18098 * gdb.threads/tls.exp: Allow stops in sem_post.
18099
18100 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
18101
18102 * gdb.base/annota1.exp: Allow .*printf in backtraces.
18103 * gdb.base/annota3.exp: Likewise.
18104 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
18105 again (instead of timing out).
18106 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
18107 GCC bug 26475.
18108 * gdb.java/jmisc.exp: Adjust to work with method signatures including
18109 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
18110 test from jmisc1.exp.
18111 * gdb.java/jmisc1.exp: Delete.
18112 * gdb.java/jprint.exp: Adjust to work with method signatures including
18113 return types.
18114 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
18115 * gdb.threads/linux-dp.exp: Don't be confused by program output.
18116 * lib/java.exp (compile_java_from_source): Pass the correct type
18117 to target_compile.
18118
18119 2006-12-31 Joel Brobecker <brobecker@adacore.com>
18120
18121 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
18122 (stack_align_edx): New function.
18123 (stack_align_eax): New function.
18124 (main): Add calls to stack_align_edx and stack_align_eax.
18125 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
18126 Add testing for the cases where the register used during a stack
18127 realignment is edx. Same for eax.
18128
18129 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
18130
18131 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
18132 and generic PE targets.
18133
18134 2006-12-29 Joel Brobecker <brobecker@adacore.com>
18135
18136 * gdb.ada/array_return.exp: Update copyright date list.
18137
18138 2006-12-27 Joel Brobecker <brobecker@adacore.com>
18139
18140 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
18141 (Create_Small_Float_Vector): New function.
18142 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
18143 function body.
18144 * gdb.ada/array_return/p.adb: Use new type and function from
18145 package Pck.
18146 * gdb.ada/array_return.exp: Add a test verifying that GDB is
18147 able to print the value returned by a function returning an
18148 array of float.
18149
18150 2006-12-20 Joel Brobecker <brobecker@adacore.com>
18151
18152 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
18153 The associated tests should be PASSing.
18154
18155 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
18156
18157 Test for base in references.
18158 * gdb.mi/mi-var-cp.cc: Add test code.
18159 * gdb.mi/mi-var-cp.exp: Test for bases in references.
18160 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
18161 * gdb.mi/mi2-watch.exp: Likewise.
18162 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
18163 (mi_list_varobj_children): New function.
18164
18165 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
18166
18167 * lib/mi-support.exp
18168 (mi_runto): Accept "()" after function name.
18169 (mi_create_varobj): New function.
18170 (mi_varobj_update): New function.
18171 (mi_Check_varobj_value): New function.
18172 * gdb.mi/mi-var-cp.exp: New file.
18173 * gdb.mi/mi-var-cp.cc: New file.
18174
18175 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
18176
18177 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
18178 gdb.base/weaklib2.c: New files.
18179
18180 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
18181
18182 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
18183 info. Adjust test names.
18184
18185 * gdb.base/break.c (main): Move position of malloc.
18186 * gdb.base/break.exp: Revert mistaken checkin.
18187
18188 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
18189
18190 * gdb.mi/mi-var-cmd.exp: Check -var-update after
18191 assignement of arrays and function pointers.
18192 * gdb.mi/var-cmd.c: Add declaration necessary for above
18193 tests.
18194
18195 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
18196
18197 * gdb.base/break.c (main): Call malloc.
18198
18199 * gdb.threads/linux-dp.exp: Read thread table before and after
18200 creating each philosopher and verify it.
18201
18202 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
18203 Paul Brook <paul@codesourcery.com>
18204 Daniel Jacobowitz <dan@codesourcery.com>
18205
18206 * gdb.base/ending-run.exp: Flatten expect script stepping out of
18207 main to remove duplication. Add start function of the form
18208 '_*start[1-9]*'. Add RVDS start function.
18209
18210 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
18211
18212 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
18213
18214 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18215
18216 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
18217 * gdb.asm/spu.inc: New file.
18218 * gdb.base/term.exp: Disable if [target_info exists noargs].
18219 * gdb.gdb/complaints.exp: Disable if ![isnative].
18220 * gdb.gdb/selftest.exp: Likewise.
18221 * gdb.gdb/observer.exp: Likewise.
18222 * gdb.gdb/xfullpath.exp: Likewise.
18223 * gdb.base/attach.exp: Disable on SPU target.
18224 * gdb.cp/bs145503.exp: Likewise.
18225 * gdb.cp/exception.exp: Likewise.
18226 * gdb.cp/userdef.exp: Likewise.
18227
18228 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
18229
18230 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
18231
18232 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
18233
18234 * gdb.base/completion.exp: Fix completion tests for
18235 'info' and 'info '.
18236 * gdb.base/help.exp (help_test_raw, test_class_help)
18237 (test_prefix_command_help): Move...
18238 * lib/gdb.exp: Here.
18239 * gdb.base/main.exp: Adjust.
18240 * gdb.cp/maint.exp: Adjust.
18241 * gdb.trace/tracecmd.exp: Use test_help_class.
18242
18243 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
18244
18245 * gdb.stabs/weird.exp (print_weird_var): Use
18246 gdb_test_multiple instead of gdb_expect.
18247
18248 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
18249
18250 * gdb.base/help.exp (help_test_raw): New.
18251 (test_class_help): New.
18252 (test_prefix_command_help): New.
18253 Adjust testcases.
18254
18255 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
18256
18257 * gdb.base/constvars.c (main): Write to crass and crips, so that
18258 they are allocated by the compiler.
18259
18260 2006-10-27 Andreas Schwab <schwab@suse.de>
18261
18262 * gdb.base/multi-forks.exp: Use "detach fork" instead of
18263 "detach-fork".
18264
18265 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
18266
18267 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
18268 of patterns.
18269
18270 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
18271
18272 * gdb.base/sepdebug.exp: Remove debug format test.
18273 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
18274 Handle no-symtab.
18275 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
18276
18277 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
18278
18279 * gdb.threads/manythreads.c (thread_function, main): Don't cast
18280 int to pointer or pointer to int.
18281 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
18282
18283 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
18284
18285 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
18286
18287 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
18288
18289 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
18290
18291 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
18292
18293 PR c++/2116
18294 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
18295
18296 2006-10-06 Joel Brobecker <brobecker@adacore.com>
18297
18298 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
18299 the corresponding bug has been fixed in GDB (PR/2018).
18300
18301 2006-10-06 Joel Brobecker <brobecker@adacore.com>
18302
18303 * gdb.base/subst.exp: New testcase.
18304
18305 2006-10-06 Joel Brobecker <brobecker@adacore.com>
18306
18307 * gdb.ada/array_return/pck.ads: Add copyright notice.
18308 * gdb.ada/array_return/pck.adb: Likewise.
18309 * gdb.ada/array_return/p.adb: Likewise.
18310 * gdb.ada/exec_changed/first.adb: Likewise.
18311 * gdb.ada/exec_changed/second.adb: Likewise.
18312
18313 2006-10-06 Joel Brobecker <brobecker@adacore.com>
18314
18315 * gdb.ada/watch_arg/watch.adb: New file.
18316 * gdb.ada/watch_arg.exp: New testcase.
18317
18318 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
18319
18320 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
18321 via string_to_regexp.
18322 * gdb.mi/mi2-basics.exp: Likewise.
18323
18324 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
18325
18326 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
18327 Remove unused / obsolete files.
18328
18329 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
18330
18331 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
18332
18333 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
18334
18335 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
18336 HIGH_FRAME argument to -stack-list-arguments can be larger than
18337 the number of frames.
18338
18339 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
18340
18341 * gdb.base/args.c (main): Add breakpoint marker.
18342 * gdb.base/args.exp: Use args_test for tests. Add new tests which
18343 really test empty arguments.
18344 (args_load): Delete.
18345 (args_test): New.
18346
18347 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
18348
18349 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
18350 check for one file.
18351
18352 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
18353
18354 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
18355 HIGH_FRAME argument to -stack-list-locals can be larger than
18356 the number of frames.
18357
18358 2006-08-18 Fred Fish <fnf@specifix.com>
18359
18360 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
18361 '$' in front of skip_vmx_tests_saved when setting that.
18362
18363 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
18364
18365 * gdb.base/trace-commands.exp: New file.
18366
18367 2006-08-10 Joel Brobecker <brobecker@adacore.com>
18368 Daniel Jacobowitz <dan@codesourcery.com>
18369
18370 * gdb.base/step-bt.exp: Make hexadecimal address optional in
18371 expected output of the backtrace commands.
18372
18373 2006-08-09 Joel Brobecker <brobecker@adacore.com>
18374
18375 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
18376 untested followed by return combination.
18377 * gdb.arch/altivec-regs.exp: Likewise.
18378 * gdb.arch/e500-abi.exp: Likewise.
18379 * gdb.arch/e500-regs.exp: Likewise.
18380 * gdb.arch/gdb1291.exp: Likewise.
18381 * gdb.arch/gdb1431.exp: Likewise.
18382 * gdb.arch/gdb1558.exp: Likewise.
18383 * gdb.arch/i386-prologue.exp: Likewise.
18384 * gdb.arch/i386-unwind.exp: Likewise.
18385 * gdb.asm/asm-source.exp: Likewise.
18386 * gdb.base/a2-run.exp: Likewise.
18387 * gdb.base/advance.exp: Likewise.
18388 * gdb.base/all-bin.exp: Likewise.
18389 * gdb.base/annota1.exp: Likewise.
18390 * gdb.base/annota3.exp: Likewise.
18391 * gdb.base/args.exp: Likewise.
18392 * gdb.base/arithmet.exp: Likewise.
18393 * gdb.base/assign.exp: Likewise.
18394 * gdb.base/async.exp: Likewise.
18395 * gdb.base/attach.exp: Likewise.
18396 * gdb.base/bang.exp: Likewise.
18397 * gdb.base/bigcore.exp: Likewise.
18398 * gdb.base/bitfields.exp: Likewise.
18399 * gdb.base/bitfields2.exp: Likewise.
18400 * gdb.base/break.exp: Likewise.
18401 * gdb.base/call-sc.exp: Likewise.
18402 * gdb.base/call-strs.exp: Likewise.
18403 * gdb.base/callfuncs.exp: Likewise.
18404 * gdb.base/checkpoint.exp: Likewise.
18405 * gdb.base/chng-syms.exp: Likewise.
18406 * gdb.base/code-expr.exp: Likewise.
18407 * gdb.base/commands.exp: Likewise.
18408 * gdb.base/completion.exp: Likewise.
18409 * gdb.base/cond-expr.exp: Likewise.
18410 * gdb.base/condbreak.exp: Likewise.
18411 * gdb.base/consecutive.exp: Likewise.
18412 * gdb.base/constvars.exp: Likewise.
18413 * gdb.base/corefile.exp: Likewise.
18414 * gdb.base/cvexpr.exp: Likewise.
18415 * gdb.base/dbx.exp: Likewise.
18416 * gdb.base/define.exp: Likewise.
18417 * gdb.base/detach.exp: Likewise.
18418 * gdb.base/display.exp: Likewise.
18419 * gdb.base/dump.exp: Likewise.
18420 * gdb.base/ena-dis-br.exp: Likewise.
18421 * gdb.base/ending-run.exp: Likewise.
18422 * gdb.base/environ.exp: Likewise.
18423 * gdb.base/eval-skip.exp: Likewise.
18424 * gdb.base/exprs.exp: Likewise.
18425 * gdb.base/fileio.exp: Likewise.
18426 * gdb.base/finish.exp: Likewise.
18427 * gdb.base/float.exp: Likewise.
18428 * gdb.base/foll-exec.exp: Likewise.
18429 * gdb.base/foll-fork.exp: Likewise.
18430 * gdb.base/foll-vfork.exp: Likewise.
18431 * gdb.base/freebpcmd.exp: Likewise.
18432 * gdb.base/funcargs.exp: Likewise.
18433 * gdb.base/gcore.exp: Likewise.
18434 * gdb.base/gdb1090.exp: Likewise.
18435 * gdb.base/gdb1250.exp: Likewise.
18436 * gdb.base/huge.exp: Likewise.
18437 * gdb.base/info-proc.exp: Likewise.
18438 * gdb.base/interrupt.exp: Likewise.
18439 * gdb.base/jump.exp: Likewise.
18440 * gdb.base/langs.exp: Likewise.
18441 * gdb.base/lineinc.exp: Likewise.
18442 * gdb.base/list.exp: Likewise.
18443 * gdb.base/logical.exp: Likewise.
18444 * gdb.base/long_long.exp: Likewise.
18445 * gdb.base/macscp.exp: Likewise.
18446 * gdb.base/maint.exp: Likewise.
18447 * gdb.base/mips_pro.exp: Likewise.
18448 * gdb.base/miscexprs.exp: Likewise.
18449 * gdb.base/multi-forks.exp: Likewise.
18450 * gdb.base/opaque.exp: Likewise.
18451 * gdb.base/overlays.exp: Likewise.
18452 * gdb.base/pc-fp.exp: Likewise.
18453 * gdb.base/pointers.exp: Likewise.
18454 * gdb.base/printcmds.exp: Likewise.
18455 * gdb.base/psymtab.exp: Likewise.
18456 * gdb.base/ptype.exp: Likewise.
18457 * gdb.base/recurse.exp: Likewise.
18458 * gdb.base/relational.exp: Likewise.
18459 * gdb.base/relocate.exp: Likewise.
18460 * gdb.base/remote.exp: Likewise.
18461 * gdb.base/reread.exp: Likewise.
18462 * gdb.base/restore.exp: Likewise.
18463 * gdb.base/return.exp: Likewise.
18464 * gdb.base/return2.exp: Likewise.
18465 * gdb.base/scope.exp: Likewise.
18466 * gdb.base/sect-cmd.exp: Likewise.
18467 * gdb.base/sep.exp: Likewise.
18468 * gdb.base/sepdebug.exp: Likewise.
18469 * gdb.base/setshow.exp: Likewise.
18470 * gdb.base/setvar.exp: Likewise.
18471 * gdb.base/sigall.exp: Likewise.
18472 * gdb.base/sigbpt.exp: Likewise.
18473 * gdb.base/signals.exp: Likewise.
18474 * gdb.base/signull.exp: Likewise.
18475 * gdb.base/sizeof.exp: Likewise.
18476 * gdb.base/solib.exp: Likewise.
18477 * gdb.base/step-line.exp: Likewise.
18478 * gdb.base/step-test.exp: Likewise.
18479 * gdb.base/structs.exp: Likewise.
18480 * gdb.base/structs2.exp: Likewise.
18481 * gdb.base/term.exp: Likewise.
18482 * gdb.base/twice.exp: Likewise.
18483 * gdb.base/until.exp: Likewise.
18484 * gdb.base/varargs.exp: Likewise.
18485 * gdb.base/volatile.exp: Likewise.
18486 * gdb.base/watchpoint.exp: Likewise.
18487 * gdb.base/whatis-exp.exp: Likewise.
18488 * gdb.base/whatis.exp: Likewise.
18489 * gdb.cp/ambiguous.exp: Likewise.
18490 * gdb.cp/annota2.exp: Likewise.
18491 * gdb.cp/annota3.exp: Likewise.
18492 * gdb.cp/bool.exp: Likewise.
18493 * gdb.cp/breakpoint.exp: Likewise.
18494 * gdb.cp/casts.exp: Likewise.
18495 * gdb.cp/class2.exp: Likewise.
18496 * gdb.cp/classes.exp: Likewise.
18497 * gdb.cp/cplusfuncs.exp: Likewise.
18498 * gdb.cp/ctti.exp: Likewise.
18499 * gdb.cp/derivation.exp: Likewise.
18500 * gdb.cp/exception.exp: Likewise.
18501 * gdb.cp/gdb1355.exp: Likewise.
18502 * gdb.cp/hang.exp: Likewise.
18503 * gdb.cp/inherit.exp: Likewise.
18504 * gdb.cp/local.exp: Likewise.
18505 * gdb.cp/m-data.exp: Likewise.
18506 * gdb.cp/m-static.exp: Likewise.
18507 * gdb.cp/member-ptr.exp: Likewise.
18508 * gdb.cp/method.exp: Likewise.
18509 * gdb.cp/misc.exp: Likewise.
18510 * gdb.cp/namespace.exp: Likewise.
18511 * gdb.cp/overload.exp: Likewise.
18512 * gdb.cp/ovldbreak.exp: Likewise.
18513 * gdb.cp/pr-1023.exp: Likewise.
18514 * gdb.cp/pr-1210.exp: Likewise.
18515 * gdb.cp/pr-574.exp: Likewise.
18516 * gdb.cp/printmethod.exp: Likewise.
18517 * gdb.cp/psmang.exp: Likewise.
18518 * gdb.cp/ref-params.exp: Likewise.
18519 * gdb.cp/ref-types.exp: Likewise.
18520 * gdb.cp/rtti.exp: Likewise.
18521 * gdb.cp/templates.exp: Likewise.
18522 * gdb.cp/try_catch.exp: Likewise.
18523 * gdb.cp/userdef.exp: Likewise.
18524 * gdb.cp/virtfunc.exp: Likewise.
18525 * gdb.disasm/am33.exp: Likewise.
18526 * gdb.disasm/h8300s.exp: Likewise.
18527 * gdb.disasm/mn10300.exp: Likewise.
18528 * gdb.disasm/sh3.exp: Likewise.
18529 * gdb.disasm/t01_mov.exp: Likewise.
18530 * gdb.disasm/t02_mova.exp: Likewise.
18531 * gdb.disasm/t03_add.exp: Likewise.
18532 * gdb.disasm/t04_sub.exp: Likewise.
18533 * gdb.disasm/t05_cmp.exp: Likewise.
18534 * gdb.disasm/t06_ari2.exp: Likewise.
18535 * gdb.disasm/t07_ari3.exp: Likewise.
18536 * gdb.disasm/t08_or.exp: Likewise.
18537 * gdb.disasm/t09_xor.exp: Likewise.
18538 * gdb.disasm/t10_and.exp: Likewise.
18539 * gdb.disasm/t11_logs.exp: Likewise.
18540 * gdb.disasm/t12_bit.exp: Likewise.
18541 * gdb.disasm/t13_otr.exp: Likewise.
18542 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
18543 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
18544 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
18545 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
18546 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
18547 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
18548 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
18549 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
18550 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
18551 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
18552 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
18553 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
18554 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
18555 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
18556 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
18557 * gdb.mi/gdb701.exp: Likewise.
18558 * gdb.mi/gdb792.exp: Likewise.
18559 * gdb.mi/mi-basics.exp: Likewise.
18560 * gdb.mi/mi-break.exp: Likewise.
18561 * gdb.mi/mi-cli.exp: Likewise.
18562 * gdb.mi/mi-console.exp: Likewise.
18563 * gdb.mi/mi-disassemble.exp: Likewise.
18564 * gdb.mi/mi-eval.exp: Likewise.
18565 * gdb.mi/mi-file.exp: Likewise.
18566 * gdb.mi/mi-read-memory.exp: Likewise.
18567 * gdb.mi/mi-regs.exp: Likewise.
18568 * gdb.mi/mi-return.exp: Likewise.
18569 * gdb.mi/mi-simplerun.exp: Likewise.
18570 * gdb.mi/mi-stack.exp: Likewise.
18571 * gdb.mi/mi-stepi.exp: Likewise.
18572 * gdb.mi/mi-syn-frame.exp: Likewise.
18573 * gdb.mi/mi-until.exp: Likewise.
18574 * gdb.mi/mi-var-block.exp: Likewise.
18575 * gdb.mi/mi-var-child.exp: Likewise.
18576 * gdb.mi/mi-var-cmd.exp: Likewise.
18577 * gdb.mi/mi-var-display.exp: Likewise.
18578 * gdb.mi/mi-watch.exp: Likewise.
18579 * gdb.mi/mi2-basics.exp: Likewise.
18580 * gdb.mi/mi2-break.exp: Likewise.
18581 * gdb.mi/mi2-cli.exp: Likewise.
18582 * gdb.mi/mi2-console.exp: Likewise.
18583 * gdb.mi/mi2-disassemble.exp: Likewise.
18584 * gdb.mi/mi2-eval.exp: Likewise.
18585 * gdb.mi/mi2-file.exp: Likewise.
18586 * gdb.mi/mi2-read-memory.exp: Likewise.
18587 * gdb.mi/mi2-regs.exp: Likewise.
18588 * gdb.mi/mi2-return.exp: Likewise.
18589 * gdb.mi/mi2-simplerun.exp: Likewise.
18590 * gdb.mi/mi2-stack.exp: Likewise.
18591 * gdb.mi/mi2-stepi.exp: Likewise.
18592 * gdb.mi/mi2-syn-frame.exp: Likewise.
18593 * gdb.mi/mi2-until.exp: Likewise.
18594 * gdb.mi/mi2-var-block.exp: Likewise.
18595 * gdb.mi/mi2-var-child.exp: Likewise.
18596 * gdb.mi/mi2-var-cmd.exp: Likewise.
18597 * gdb.mi/mi2-var-display.exp: Likewise.
18598 * gdb.mi/mi2-watch.exp: Likewise.
18599 * gdb.stabs/exclfwd.exp: Likewise.
18600 * gdb.stabs/weird.exp: Likewise.
18601 * gdb.threads/gcore-thread.exp: Likewise.
18602 * gdb.trace/actions.exp: Likewise.
18603 * gdb.trace/backtrace.exp: Likewise.
18604 * gdb.trace/circ.exp: Likewise.
18605 * gdb.trace/collection.exp: Likewise.
18606 * gdb.trace/deltrace.exp: Likewise.
18607 * gdb.trace/infotrace.exp: Likewise.
18608 * gdb.trace/limits.exp: Likewise.
18609 * gdb.trace/packetlen.exp: Likewise.
18610 * gdb.trace/passc-dyn.exp: Likewise.
18611 * gdb.trace/passcount.exp: Likewise.
18612 * gdb.trace/report.exp: Likewise.
18613 * gdb.trace/save-trace.exp: Likewise.
18614 * gdb.trace/tfind.exp: Likewise.
18615 * gdb.trace/tracecmd.exp: Likewise.
18616 * gdb.trace/while-dyn.exp: Likewise.
18617 * gdb.trace/while-stepping.exp: Likewise.
18618
18619 2006-08-08 Joel Brobecker <brobecker@adacore.com>
18620
18621 * gdb.base/step-bt.c: New file.
18622 * gdb.base/step-bt.exp: New testcase.
18623
18624 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
18625
18626 * config/monitor.exp (gdb_load): Remove support for obsolete
18627 download-write-size.
18628 * gdb.base/remote.exp: Likewise. Update all callers of
18629 gdb_timed_load.
18630
18631 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
18632
18633 * cursal.exp: Pass binfile to gdb_load.
18634
18635 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
18636
18637 * gdb.base/cursal.exp: Add "" to gdb_load call.
18638
18639 2006-07-29 Mark Kettenis <kettenis@gnu.org>
18640
18641 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
18642 NetBSD/ELF targets.
18643
18644 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
18645
18646 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
18647 operator*.
18648
18649 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
18650
18651 * gdb.base/completion.exp: Update for change in "file" behavior.
18652 * gdb.stabs/weird.exp: Likewise.
18653 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
18654 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
18655
18656 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
18657
18658 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
18659 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
18660
18661 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
18662
18663 * gdb.base/default.exp: Update source command error message.
18664 * gdb.base/help.exp: Update 'help source' message.
18665
18666 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
18667
18668 * gdb.cp/bs15503.exp: Update comment for no longer crashing
18669 test.
18670
18671 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
18672
18673 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
18674
18675 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
18676
18677 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
18678
18679 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
18680
18681 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
18682
18683 2006-07-17 Mark Kettenis <kettenis@gnu.org>
18684
18685 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
18686 *-*-openbsd* from targets for wich we expect ARM FPA floating
18687 point format.
18688
18689 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
18690
18691 * gdb.cp/annota3.exp: Expect frame-begin annotation.
18692
18693 2006-07-17 Mark Kettenis <kettenis@gnu.org>
18694
18695 * gdb.base/annota3.exp: Expect frame-begin annotation.
18696
18697 2006-07-14 Joel Brobecker <brobecker@adacore.com>
18698
18699 * gdb.base/help.exp: Adjust "help unset" test to accept
18700 any list of unset commands.
18701
18702 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
18703 Daniel Jacobowitz <dan@codesourcery.com>
18704
18705 * gdb.cp/ref-params.exp: New test.
18706 * gdb.cp/ref-params.cc: New source file.
18707 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
18708
18709 2006-07-08 Mark Kettenis <kettenis@gnu.org>
18710
18711 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
18712 spaces/tabs in regular expressions since they might not be there.
18713
18714 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
18715
18716 * gdb.base/ifelse.exp: New file.
18717
18718 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
18719
18720 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
18721 line.
18722 * gdb.base/huge.exp: Loop over compilation to find a size that
18723 is acceptable.
18724 * gdb.base/remote.exp: Correct expected strings.
18725 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
18726
18727 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18728
18729 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
18730
18731 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18732
18733 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
18734 native.
18735
18736 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18737
18738 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
18739 enable stabs testing.
18740
18741 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18742
18743 * gdb.base/auxv.exp: Intercept undefined command messages before
18744 gdb_test_multiple does.
18745
18746 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18747
18748 * Makefile.in (host_alias): Remove.
18749 (target_alias): Use @target_noncanonical@.
18750 (site.exp): Don't set host_alias.
18751 * aclocal.m4: Remove contents. Include acx.m4.
18752 * configure: Regenerated.
18753 * configure.ac: Use ACX_NONCANONICAL_TARGET.
18754
18755 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
18756
18757 * lib/gdb.exp (gdb_load_cmd): New.
18758
18759 * gdb.base/fileio.c: Add system(NULL) test.
18760 * gdb.base/fileio.exp: Check it.
18761
18762 * gdb.base/break.c: Add 10a breakpoint at }
18763 * gdb.base/break.exp: Add test for breakpoint at }
18764 * gdb.cp/anon-union.cc: Add code at end of function.
18765 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
18766 * gdb.mi/var-cmd.c: Add code at end of function.
18767 * gdb.mi/mi-var-display.exp: Adjust end of next.
18768 * gdb.mi/mi2-var-display.exp: Likewise.
18769 * gdb.base/fileio.c: Add stop function and insert calls at
18770 stopping places.
18771 * gdb.base/fileio.exp: Breakpoint stop function and remove
18772 explicit line number references.
18773
18774 2006-05-19 Joel Brobecker <brobecker@adacore.com>
18775
18776 * gdb.base/del.exp (test_delete_alias): New function.
18777 Now check that both "del" and "d" work as aliases for "delete".
18778
18779 2006-05-18 Fred Fish <fnf@specifix.com>
18780
18781 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
18782 required. Check for spurious output after program exits normally.
18783
18784 2006-05-17 Fred Fish <fnf@specifix.com>
18785
18786 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
18787 gdb_load, so it works in the simulator.
18788
18789 2006-05-11 Fred Fish <fnf@specifix.com>
18790
18791 * gdb.base/bang.exp: Ignore unexpected output between the
18792 "program exited normally" and the gdb prompt, as many other
18793 tests do.
18794
18795 2006-05-07 Mark Kettenis <kettenis@gnu.org>
18796
18797 * gdb.base/help.exp: Make "delete checkpoint" part option for
18798 "help d" and "help delete" tests.
18799
18800 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18801
18802 * gdb.mi/mi-basics.exp: Add missing serial number to
18803 expected output in some mi_gdb_test statements.
18804 * gdb.mi/mi2-basics.exp: Likewise.
18805
18806 2006-05-05 Joel Brobecker <brobecker@adacore.com>
18807
18808 * gdb.base/del.c: New file.
18809 * gdb.base/del.exp: New testcase.
18810
18811 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
18812
18813 * gdb.base/break.exp: Do not assume a breakpoint on
18814 main will actually be in $srcfile when optimizing.
18815 * gdb.base/savedregs.exp: Do not require that the dummy
18816 frame location match up to a symbol and source file location.
18817 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
18818 will get printed without a mi_cmd_data_list_register_values prefix.
18819 (*-data-list-register-*): Correct regular expressions to expect the new
18820 pseudo d? floating point registers.
18821 * gdb.mi/mi2-regs.exp: Likewise.
18822
18823 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
18824
18825 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
18826 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
18827 is allocated by the compiler.
18828 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
18829 anons, e, anone to force their allocation by the compiler.
18830
18831 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
18832
18833 * gdb.base/help.exp: Update expected text for help d and
18834 help delete.
18835
18836 2006-05-02 Mark Kettenis <kettenis@gnu.org>
18837
18838 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
18839 NetBSD/ELF targets.
18840
18841 2006-04-30 Mark Kettenis <kettenis@gnu.org>
18842
18843 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
18844 single-step breakpoint fails; make this a KFAIL on
18845 sparc*-*-openbsd*.
18846 * gdb.base/siginfo.exp: Likewise.
18847 * gdb.base/sigstep.exp (advance, advancei): Likewise.
18848
18849 2006-04-26 Michael Snyder <msnyder@redhat.com>
18850
18851 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
18852 which may have to consume output from other forks.
18853 Add tests to make sure that "delete fork" succeeded.
18854
18855 2006-04-20 Michael Snyder <msnyder@redhat.com>
18856
18857 * 2006-03-22 Jim Blandy <jimb@redhat.com>
18858 Add support for the Renesas M32C and M16C.
18859
18860 * gdb.asm/asm-source.exp: Add m32c target.
18861 * gdb.asm/m32c.inc: Support for m32c target.
18862
18863 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
18864
18865 * gdb.base/commands.exp (recursive_source_test): New test.
18866
18867 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
18868
18869 * gdb.base/float.exp: Add pattern for sparc targets.
18870
18871 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
18872
18873 * gdb.base/commands.exp (stray_arg0_test): New test.
18874
18875 2006-03-30 Paul Brook <paul@codesourcery.com>
18876
18877 * gdb.mi/mi-until.exp: kfail broken until command.
18878 * gdb.mi/mi2-until.exp: Ditto.
18879
18880 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
18881
18882 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
18883
18884 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
18885
18886 * gdb.base/prelink.exp: Anchor tested-for regular expression
18887 on gdb prompt.
18888
18889 2006-03-07 Paul Brook <paul@codesourcery.com>
18890
18891 * gdb.base/assign.exp: Correct fail message.
18892
18893 2006-03-07 Paul Brook <paul@codesourcery.com>
18894
18895 * lib/compiler.c: Extract armcc version number.
18896 * lib/compiler.cc: Ditto.
18897
18898 2006-03-07 Paul Brook <paul@codesourcery.com>
18899
18900 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
18901 additional_flags=-w.
18902 * gdb.arch/altivec-regs.exp: Ditto.
18903 * gdb.arch/e500-abi.exp: Ditto.
18904 * gdb.arch/e500-regs.exp: Ditto.
18905 * gdb.base/all-bin.exp: Ditto.
18906 * gdb.base/annota1.exp: Ditto.
18907 * gdb.base/annota3.exp: Ditto.
18908 * gdb.base/args.exp: Ditto.
18909 * gdb.base/arithmet.exp: Ditto.
18910 * gdb.base/assign.exp: Ditto.
18911 * gdb.base/async.exp: Ditto.
18912 * gdb.base/bang.exp: Ditto.
18913 * gdb.base/break.exp: Ditto.
18914 * gdb.base/call-rt-st.exp: Ditto.
18915 * gdb.base/completion.exp: Ditto.
18916 * gdb.base/cond-expr.exp: Ditto.
18917 * gdb.base/condbreak.exp: Ditto.
18918 * gdb.base/consecutive.exp: Ditto.
18919 * gdb.base/define.exp: Ditto.
18920 * gdb.base/display.exp: Ditto.
18921 * gdb.base/ena-dis-br.exp: Ditto.
18922 * gdb.base/environ.exp: Ditto.
18923 * gdb.base/eval-skip.exp: Ditto.
18924 * gdb.base/info-proc.exp: Ditto.
18925 * gdb.base/jump.exp: Ditto.
18926 * gdb.base/logical.exp: Ditto.
18927 * gdb.base/long_long.exp: Ditto.
18928 * gdb.base/maint.exp: Ditto.
18929 * gdb.base/miscexprs.exp: Ditto.
18930 * gdb.base/pc-fp.exp: Ditto.
18931 * gdb.base/pointers.exp: Ditto.
18932 * gdb.base/relational.exp: Ditto.
18933 * gdb.base/reread.exp: Ditto.
18934 * gdb.base/sect-cmd.exp: Ditto.
18935 * gdb.base/sep.exp: Ditto.
18936 * gdb.base/sepdebug.exp: Ditto.
18937 * gdb.base/until.exp: Ditto.
18938 * gdb.base/whatis-exp.exp: Ditto.
18939 * gdb.cp/annota2.exp: Ditto.
18940 * gdb.cp/annota3.exp: Ditto.
18941 * gdb.trace/actions.exp: Ditto.
18942 * gdb.trace/backtrace.exp: Ditto.
18943 * gdb.trace/circ.exp: Ditto.
18944 * gdb.trace/collection.exp: Ditto.
18945 * gdb.trace/deltrace.exp: Ditto.
18946 * gdb.trace/infotrace.exp: Ditto.
18947 * gdb.trace/limits.exp: Ditto.
18948 * gdb.trace/packetlen.exp: Ditto.
18949 * gdb.trace/passc-dyn.exp: Ditto.
18950 * gdb.trace/passcount.exp: Ditto.
18951 * gdb.trace/report.exp: Ditto.
18952 * gdb.trace/save-trace.exp: Ditto.
18953 * gdb.trace/tfind.exp: Ditto.
18954 * gdb.trace/tracecmd.exp: Ditto.
18955 * gdb.trace/while-dyn.exp: Ditto.
18956 * gdb.trace/while-stepping.exp: Ditto.
18957 * lib/gdb.exp: Ditto.
18958 (gdb_compile): Handle nowarning option.
18959
18960 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
18961
18962 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
18963 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
18964 Rename executable to prelinkt. Don't re-prelink if we didn't
18965 get a core file. Test prelink -u exit status to tell whether
18966 prelinking failed. Use gdb_test_multiple.
18967
18968 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
18969
18970 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
18971 (do_tests): Call it.
18972
18973 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
18974
18975 * gdb.base/prelink.exp: New test.
18976 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
18977
18978 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
18979
18980 * gdb.fortran/derived-type.f90: New file.
18981 * gdb.fortran/derived-type.exp: New testcase.
18982
18983 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
18984
18985 * gdb.base/default.exp: Allow ';' as a directory separator.
18986
18987 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
18988
18989 * gdb.base/help.exp (help add-symbol-file): Update.
18990
18991 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
18992
18993 * gdb.base/help.exp (help load): Update expected results.
18994
18995 2006-02-19 Fred Fish <fnf@specifix.com>
18996
18997 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
18998 specifix hex value as part of results.
18999 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
19000
19001 2006-02-16 Fred Fish <fnf@specifix.com>
19002
19003 * gdb.base/whatis.c: Define variables using typedefs char_addr,
19004 ushort_addr, and slong_addr, so the typedefs are not optimized
19005 away.
19006 * gdb.base/whatis.exp: Add tests using type name for struct type,
19007 union type, enum type, and typedef.
19008
19009 2006-02-13 Mark Kettenis <kettenis@gnu.org>
19010
19011 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
19012
19013 2006-02-13 Jim Blandy <jimb@redhat.com>
19014
19015 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
19016 case where it takes two "next" commands to skip past the init
19017 call.
19018
19019 2006-02-12 Fred Fish <fnf@specifix.com>
19020
19021 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
19022 to handle cases where it takes two "next" commands to skip
19023 past the init call.
19024
19025 2006-02-07 Joel Brobecker <brobecker@adacore.com>
19026
19027 * gdb.ada/array_return.exp: Mark the last test as expected to fail
19028 on hppa32 targets.
19029
19030 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
19031
19032 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
19033 field.
19034
19035 2006-01-29 Mark Kettenis <kettenis@gnu.org>
19036
19037 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
19038
19039 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
19040
19041 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
19042 files.
19043
19044 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
19045
19046 * gdb.cp/maint.exp: Set complaints to a positive value.
19047
19048 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
19049
19050 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
19051 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
19052 function name.
19053
19054 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
19055
19056 * gdb.base/checkpoint.c: Update copyright notice. Include
19057 <stdlib.h>.
19058
19059 2006-01-04 Jim Blandy <jimb@redhat.com>
19060
19061 * gdb.asm/asm-source.exp: Independently provide default values for
19062 asm-flags and debug-flags. Use 'string equal' to do the
19063 comparison, not the implicit expr's '==' operator. Remove
19064 now-unneeded assignments to asm-flags. In h8300 case, place
19065 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
19066
19067 2006-01-04 Michael Snyder <msnyder@redhat.com>
19068
19069 * gdb.base/checkpoint.c: New file.
19070 * gdb.base/checkpoint.exp: New file.
19071 * gdb.base/multi-fork.c: New file.
19072 * gdb.base/multi-fork.exp: New file.
19073 * gdb.base/pi.txt: New file (data for checkpoint.c test).
19074
19075 2006-01-04 Fred Fish <fnf@specifix.com>
19076
19077 * gdb.base/ptype.c (foo): Add typedef.
19078 (intfoo): Add function.
19079 * gdb.base/ptype1.c: New file.
19080 * gdb.base/ptype.exp: Handle compilation and linking with two
19081 source files. Test that proper type for "foo" is found based
19082 on source context rather than first match found in symtabs.
19083
19084 2005-12-28 Mark Kettenis <kettenis@gnu.org>
19085
19086 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
19087 * gdb.asm/openbsd.inc: Indent commands.
19088
19089 2005-12-26 Mark Kettenis <kettenis@gnu.org>
19090
19091 * gdb.base/freebpcmd.exp: Increase timeout.
19092
19093 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
19094
19095 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
19096
19097 * gdb.base/default.exp: Update check for "show version".
19098
19099 2005-12-09 Randolph Chung <tausq@debian.org>
19100
19101 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
19102 * gdb.asm/pa64.inc: New file.
19103
19104 2005-12-09 Randolph Chung <tausq@debian.org>
19105
19106 * gdb.asm/common.inc: Indent commands.
19107 * gdb.asm/asmsrc1.s: Likewise.
19108 * gdb.asm/asmsrc2.s: Likewise.
19109
19110 2005-12-09 Randolph Chung <tausq@debian.org>
19111
19112 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
19113 (get_addr_of_sym): Remove duplicate print.
19114 (gen_core): xfail hppa*-*-hpux*, update expected output.
19115 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
19116 * gdb.arch/pa64-nullify.s: New file.
19117
19118 2005-12-09 Randolph Chung <tausq@debian.org>
19119
19120 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
19121
19122 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
19123
19124 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
19125 code generation for these functions.
19126 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
19127 error message.
19128
19129 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
19130
19131 * gdb.base/help.exp (help b, help br, help bre, help brea)
19132 (help break): Update the expected message.
19133
19134 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
19135
19136 * gdb.asm/m68hc11.inc: Setup the data section.
19137 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
19138 script for this test.
19139 (m6812-*-*): Likewise.
19140
19141 2005-11-09 Randolph Chung <tausq@debian.org>
19142
19143 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
19144
19145 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
19146
19147 * gdb.base/break.exp: Fix a comment typo.
19148
19149 2005-11-03 Jim Blandy <jimb@redhat.com>
19150
19151 Checked in by Elena Zannoni <ezannoni@redhat.com>
19152
19153 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
19154
19155 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
19156
19157 * gdb.arch/gdb1558.c: Include stdio.h.
19158
19159 2005-10-31 Mark Kettenis <kettenis@gnu.org>
19160
19161 * gdb.asm/asm-source.exp: Use -e instead of --entry.
19162
19163 2005-10-31 Mark Kettenis <kettenis@gnu.org>
19164
19165 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
19166
19167 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
19168
19169 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
19170 vscr" tests to better match output.
19171
19172 2005-10-12 Jim Blandy <jimb@redhat.com>
19173
19174 * gdb.base/structs.exp (any): New function.
19175 (test_struct_returns): Don't make any assumptions at all about
19176 what value the function returns when GDB can't set the return
19177 value.
19178
19179 2005-10-09 Joel Brobecker <brobecker@adacore.com>
19180
19181 * gdb.ada/arrayidx/p.adb: New file.
19182 * gdb.ada/arrayidx.exp: New testcase
19183
19184 2005-10-09 Joel Brobecker <brobecker@adacore.com>
19185
19186 * gdb.ada/array_return/pck.ads: New file.
19187 * gdb.ada/array_return/pck.adb: New file.
19188 * gdb.ada/array_return/p.adb: New file.
19189 * gdb.ada/array_return.exp: New testcase.
19190
19191 2005-10-03 Joel Brobecker <brobecker@adacore.com>
19192
19193 * gdb.base/arrayidx.c: New file.
19194 * gdb.base/arrayidx.exp: New testcase.
19195
19196 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
19197
19198 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
19199 frames-invalid and breakpoints-invalid are no longer generated
19200 with level 3 so don't expect them in the output.
19201
19202 2005-09-27 Bob Rossi <bob@brasko.net>
19203
19204 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
19205 from test. Escape the | in mi_gdb_test call.
19206 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
19207 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
19208 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
19209 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
19210 expected regex's in mi_gdb_test calls.
19211 * lib/mi-support.exp: Remove arbitrary .* from tests.
19212 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
19213 Fully anchor GDB/MI expected results in mi_gdb_test.
19214 * lib/gdb.exp (string_to_regexp): Escape the ] character.
19215 * gdb.base/sizeof.exp: Remove escape character. Correct test.
19216
19217 2005-09-26 Paul Brook <paul@codesourcery.com>
19218
19219 * long_long.exp: Exclude eabi targets from arm FPA float format test.
19220
19221 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
19222
19223 * bfp-test.c: New file.
19224 * bfp-test.exp: New testcase.
19225
19226 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
19227
19228 * gdb.fortran/subarray.exp: New testcase to test the evaluation
19229 of subarray and substring variable.
19230 * gdb.fortran/subarray.f: New source file for the test of subarray
19231 and substring variable evaluation.
19232 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
19233 of string constant.
19234
19235 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
19236
19237 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
19238 copyright dates.
19239
19240 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
19241
19242 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
19243 powerpc altivec' test with an almost identical 'info vector' test.
19244
19245 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
19246
19247 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
19248 vscr" tests to match output.
19249
19250 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
19251
19252 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
19253 output.
19254
19255 2005-09-11 Bob Rossi <bob@brasko.net>
19256
19257 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
19258 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
19259 commands that return an MI output command and an asyncronous MI output
19260 command.
19261 * gdb.mi/mi-console.exp: Ditto.
19262
19263 2005-09-11 Bob Rossi <bob@brasko.net>
19264
19265 * gdb.mi/mi-var-child.c: Include <string.h>.
19266
19267 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
19268
19269 * killed.exp: Correct gdb_expect syntax.
19270
19271 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
19272
19273 * lib/mi-support.exp (mi_gdb_load): Fix typo.
19274
19275 2005-08-02 Bob Rossi <bob@brasko.net>
19276
19277 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
19278 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
19279 Change tests to inferior-tty-set/show.
19280 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
19281 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
19282 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
19283 inferior. Use mi_gdb_test to get GDB and Inferior output.
19284 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
19285 descriptor.
19286 (mi_inferior_tty_name): Add inferior PTY file name.
19287 (mi_gdb_start): Add INFERIOR_PTY parameter.
19288 (mi_gdb_test): Add IPATTERN parameter.
19289
19290 2005-08-02 Bob Rossi <bob@brasko.net>
19291
19292 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
19293 parameter to mi_gdb_test.
19294 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
19295
19296 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
19297
19298 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
19299 struct_declarations.
19300 * gdb.mi/mi-var-child.exp: Step over the initialization of
19301 struct_declarations.
19302
19303 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
19304
19305 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
19306 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
19307 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
19308 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
19309 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
19310 file.
19311
19312 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
19313
19314 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
19315 (do_children_tests): Assign values to the extra elements.
19316
19317 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
19318 them for tests for "-var-update --no-values" and
19319 "-var-update --all-values".
19320 Add test for "-var-list-children --simple-values".
19321
19322 * gdb.mi/basics.c (callee4): Add integer array D[3]...
19323
19324 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
19325 "-stack-list-locals --simple-values" Improve doc strings and
19326 comments.
19327
19328 2005-07-18 Mark Kettenis <kettenis@gnu.org>
19329
19330 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
19331 *-*-openbsd*.
19332 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
19333
19334 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
19335 sigaltsatck'.
19336
19337 2005-07-14 Bob Rossi <bob@brasko.net>
19338
19339 * gdb.base/default.exp (tty): Changed output of command.
19340 * gdb.base/help.exp (help tty): Ditto.
19341
19342 2005-07-12 Mark Kettenis <kettenis@gnu.org>
19343
19344 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
19345
19346 2005-07-10 Mark Kettenis <kettenis@gnu.org>
19347
19348 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
19349 -stack-select-frame without arguments.
19350 (test_stack_frame_listing): Add test for newly implemented command
19351 -stack-info-frame.
19352
19353 2005-07-06 Bob Rossi <bob@brasko.net>
19354
19355 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
19356 command.
19357 (Copyright): Update copyright.
19358
19359 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
19360
19361 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
19362 tests to evaluate exponentiation expression.
19363
19364 2005-06-29 Andreas Schwab <schwab@suse.de>
19365
19366 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
19367 main to avoid warnings.
19368
19369 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
19370
19371 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
19372
19373 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
19374 -stack-select-frame without arguments.
19375 (test_stack_frame_listing): Add test for newly implemented command
19376 -stack-info-frame.
19377
19378 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
19379
19380 * gdb.fortran/array-element.f: New file.
19381 * gdb.fortran/array-element.exp: New testcase.
19382
19383 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
19384
19385 * gdb.base/bigcore.exp: Correct checks for systems which can
19386 not dump a large core file.
19387
19388 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
19389
19390 * gdb.base/relocate.c: Add a copyright notice.
19391 (dummy): Remove.
19392 * gdb.base/relocate.exp: Test printing the values of variables
19393 from a relocatable file.
19394
19395 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
19396
19397 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
19398 excess MI output after an error.
19399
19400 2005-05-29 Joel Brobecker <brobecker@adacore.com>
19401
19402 * gdb.arch/alpha-step.c: New file.
19403 * gdb.arch/alpha-step.exp: New testcase.
19404
19405 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
19406 Dennis Brueni <dennis@slickedit.com>
19407
19408 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
19409 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
19410 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
19411 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
19412 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
19413 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
19414 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
19415
19416 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
19417 Wu Zhou <woodzltc@cn.ibm.com>
19418
19419 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
19420 IBM's xlc compiler.
19421 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
19422 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
19423
19424 2005-05-13 Jim Blandy <jimb@redhat.com>
19425
19426 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
19427 calling gdb_suppress_entire_file.
19428 * gdb.base/charset.exp: Same.
19429 * gdb.base/call-rt-st.exp: Same.
19430
19431 2005-05-05 Bob Rossi <bob_rossi@cox.net>
19432
19433 * lib/gdb.exp (fullname_syntax): Added global regex.
19434 (fullname_syntax_POSIX): Ditto.
19435 (fullname_syntax_UNC): Ditto.
19436 (fullname_syntax_DOS_CASE): Ditto.
19437 (fullname_syntax_DOS): Ditto.
19438 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
19439 fullname_syntax variable to scope and use it.
19440 (test_file_list_exec_source_files): Ditto.
19441 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
19442
19443 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
19444
19445 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
19446
19447 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
19448
19449 * lib/gdb.exp (skip_altivec_tests): New function, based on
19450 check_vmx_hw_available from the GCC testsuite.
19451 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
19452 * lib/gdb.arch/altivec-regs.exp: Likewise.
19453
19454 2005-05-02 Jim Blandy <jimb@redhat.com>
19455
19456 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
19457 calling gdb_suppress_entire_file.
19458
19459 2005-04-30 Randolph Chung <tausq@debian.org>
19460
19461 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
19462 Slightly relax "sem_post" name checking.
19463
19464 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
19465
19466 * gdb.base/unload.exp: Use new shared library infrastructure.
19467
19468 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
19469
19470 * gdb.base/so-impl-ld.exp: Use new shared library
19471 infrastructure.
19472
19473 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
19474
19475 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
19476 * gdb.asm/h8300.inc: New file.
19477
19478 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
19479
19480 * gdb.base/shlib-call.exp: Change to use new shared library
19481 infrastructure.
19482
19483 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
19484
19485 * gdb.base/pending.exp: Change to use new shared library
19486 infrastructure.
19487
19488 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
19489
19490 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
19491 use test_compiler_info instead of gcc_compiled, and update copyright.
19492
19493 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
19494
19495 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
19496 shared objects being adjusted and update copyright years.
19497
19498 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
19499
19500 * ChangeLog: Correct some 2003-01-13 dates.
19501 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
19502 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
19503 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
19504 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
19505 gdb.trace/tfind.exp: Update copyright years.
19506
19507 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
19508 Daniel Jacobowitz <dan@codesourcery.com>
19509
19510 * lib/gdb.exp (gdb_compile): Handle shlib=.
19511 (gdb_compile_shlib): New function.
19512
19513 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
19514
19515 * lib/gdb.exp (test_compiler_info): Give argument a default value.
19516
19517 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
19518
19519 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
19520 gdb.server.
19521 * configure.ac: Likewise.
19522 * configure: Regenerated.
19523 * gdb.gdbserver/Makefile.in: Moved to...
19524 * gdb.server/Makefile.in: ... here.
19525 * gdb.gdbserver/server.c: Moved to...
19526 * gdb.server/server.c: ... here.
19527 * gdb.gdbserver/server-run.exp: Moved to...
19528 * gdb.server/server-run.exp: ... here.
19529
19530 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
19531
19532 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
19533 * configure.ac: Create gdb.gdbserver/Makefile.
19534 * configure: Regenerated.
19535 * lib/gdbserver-support.exp: New file, derived from
19536 config/gdbserver.exp.
19537 * config/gdbserver.exp: Use gdbserver-support.exp.
19538 * gdb.gdbserver/Makefile.in: New file.
19539 * gdb.gdbserver/server.c: New file.
19540 * gdb.gdbserver/server-run.exp: New file.
19541
19542 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
19543
19544 * lib/gdb.exp (test_compiler_info): Return compiler_info
19545 if no arguments are given.
19546
19547 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
19548
19549 * gdb.arch/altivec-abi.exp: Check for compiler and set
19550 use altivec' flag accordingly.
19551 * gdb.arch/altivec-regs.exp: Likewise.
19552
19553 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
19554
19555 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
19556
19557 2005-03-27 Andreas Schwab <schwab@suse.de>
19558
19559 * gdb.base/bigcore.c (main): Add missing mode argument in open
19560 call.
19561
19562 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
19563
19564 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
19565 downloads.
19566 * config/gdbserver.exp (gdb_load): Likewise.
19567
19568 2005-03-14 Paul Brook <paul@codesourcery.com>
19569
19570 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
19571 targets.
19572
19573 2005-03-09 Joel Brobecker <brobecker@adacore.com>
19574
19575 * gdb.dwarf2/dup-psym.S: New file.
19576 * gdb.dwarf2/dup-psym.exp: New testcase.
19577
19578 2005-03-09 Joel Brobecker <brobecker@adacore.com>
19579
19580 * gdb.ada/exec_changed/first.adb: New file.
19581 * gdb.ada/exec_changed/second.adb: New file.
19582 * gdb.ada/exec_changed.exp: New testcase.
19583
19584 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
19585
19586 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
19587 (A2): New class.
19588 (main): Test operator+.
19589 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
19590 breakpoint test.
19591
19592 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
19593 * gdb.base/signull.exp: Disable if gdb,nosignals.
19594 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
19595 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
19596 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
19597 * gdb.mi/mi2-console.exp: Likewise.
19598 * gdb.trace/collection.exp (run_trace_experiment): Consume the
19599 continue output at start.
19600 (gdb_collect_locals_test): Robustify regexp.
19601 * gdb.trace/passc-dyn.exp: Fix comment typo.
19602 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
19603
19604 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
19605
19606 * gdb.asm/asm-source.exp: Add iq2000 case.
19607 * gdb.asm/iq2000.inc: New file.
19608
19609 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
19610
19611 * gdb.base/command.exp: Change hardcoded value to regular expression.
19612 * gdb.base/float.exp: Add powerpc to the list of targets checked.
19613
19614 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
19615
19616 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
19617 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
19618 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
19619 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
19620 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
19621
19622 2005-03-05 Mark Kettenis <kettenis@gnu.org>
19623
19624 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
19625 changes.
19626
19627 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
19628
19629 * lib/compiler.c: Add test for IBM's xlc compiler.
19630 * lib/compiler.cc: Likewise.
19631
19632 2004-02-24 Joel Brobecker <brobecker@adacore.com>
19633
19634 * gdb.ada/fixed_points.exp: Create compilation object directory
19635 before running the test.
19636 * gdb.ada/null_record.exp: Likewise.
19637 * gdb.ada/packed_array.exp: Likewise.
19638 * gdb.ada/start.exp: Likewise.
19639
19640 2005-02-15 Joel Brobecker <brobecker@adacore.com>
19641
19642 * gdb.ada/packed_array/pa.adb: New file.
19643 * gdb.ada/packed_array.exp: New testcase.
19644
19645 2005-02-10 Mark Kettenis <kettenis@gnu.org>
19646
19647 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
19648 files.
19649
19650 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
19651 on *-*-openbsd*. Correctly match whitespace in regukar
19652 expressions.
19653
19654 2005-02-10 Daniel Jacobowitz <dan@debian.org>
19655
19656 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
19657 PR exp/1821
19658 * gdb.base/gdb1821.c: New test file.
19659 * gdb.base/gdb1821.exp: New test file.
19660
19661 2005-02-09 Joel Brobecker <brobecker@adacore.com>
19662
19663 * gdb.base/start.c: New file.
19664 * gdb.base/start.exp: New testcase.
19665
19666 2005-02-09 Joel Brobecker <brobecker@adacore.com>
19667
19668 * gdb.ada/start/dummy.adb: New file.
19669 * gdb.ada/start.exp: New testcase.
19670
19671 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
19672
19673 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
19674 for printing symbols and statistics.
19675 Add test for using relative pathnames in "maint print msymbols" test.
19676 Mark "maint info sections DATA" XFAIL on Cygwin.
19677 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
19678 tests.
19679
19680 2005-02-09 Andreas Schwab <schwab@suse.de>
19681
19682 Committed by Andrew Cagney <cagney@gnu.org>
19683 * gdb.base/remotetimeout.exp: New file.
19684
19685 2005-02-07 Mark Kettenis <kettenis@gnu.org>
19686
19687 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
19688
19689 2005-02-03 Joel Brobecker <brobecker@adacore.com>
19690
19691 * gdb.ada/gnat_ada.gpr: New file.
19692 * gdb.ada/gnat_ada.gin: Delete, no longer used.
19693 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
19694 * configure.ac: No longer generate gnat_ada.gpr.
19695 * configure: Regenerate.
19696 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
19697 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
19698 * gdb.ada/null_record/bar.ads: Likewise.
19699 * gdb.ada/null_record/bar.adb: Likewise.
19700 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
19701 * gdb.ada/null_record.exp (testdir): New variable.
19702 (testfile): executable is now in testdir subdirectory.
19703 (srcfile): Use full path to the main compilation unit.
19704 * gdb.ada/fixed_points.exp: Same changes as above.
19705
19706 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
19707
19708 * gdb.base/interp.exp: New test.
19709
19710 2005-01-24 Andrew Cagney <cagney@gnu.org>
19711
19712 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
19713
19714 2005-01-19 Andrew Cagney <cagney@gnu.org>
19715
19716 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
19717 configure.ac not configure.in.
19718
19719 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
19720 of powerpc*-*-*.
19721 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
19722 * gdb.base/list.exp (test_list_function)
19723 (test_list_filename_and_function): Ditto.
19724 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
19725
19726 2005-01-16 Andrew Cagney <cagney@gnu.org>
19727
19728 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
19729
19730 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
19731
19732 2005-01-14 Andrew Cagney <cagney@gnu.org>
19733
19734 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
19735 * gdb.mi/mi2-var-cmd.exp: Ditto.
19736
19737 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
19738
19739 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
19740
19741 2005-01-07 Andrew Cagney <cagney@gnu.org>
19742
19743 * configure.ac: Rename configure.in, require autoconf 2.59.
19744 * configure: Re-generate.
19745 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
19746 * gdb.stabs/configure: Re-generate.
19747 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
19748 * gdb.hp/configure: Re-generate.
19749 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
19750 autoconf 2.59.
19751 * gdb.hp/gdb.objdbg/configure: Re-generate.
19752 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
19753 autoconf 2.59.
19754 * gdb.hp/gdb.defects/configure: Re-generate.
19755 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
19756 autoconf 2.59.
19757 * gdb.hp/gdb.compat/configure: Re-generate.
19758 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
19759 autoconf 2.59.
19760 * gdb.hp/gdb.base-hp/configure: Re-generate.
19761 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
19762 autoconf 2.59.
19763 * gdb.hp/gdb.aCC/configure: Re-generate.
19764
19765 2004-12-15 Jim Blandy <jimb@redhat.com>
19766
19767 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
19768 under NPTL when there is debugging info available for libpthread.
19769
19770 2004-12-13 Jerome Guitton <guitton@gnat.com>
19771
19772 * gdb.ada/fixed_points.c: New file.
19773 * gdb.ada/fixed_points.exp: New file.
19774
19775 2004-12-03 Randolph Chung <tausq@debian.org>
19776
19777 * gdb.arch/pa-nullify.exp: New file.
19778 * gdb.arch/pa-nullify.s: New file.
19779
19780 2004-11-30 Randolph Chung <tausq@debian.org>
19781
19782 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
19783 instead of "tbug". Fix regexp to work properly with gdb_test.
19784
19785 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
19786
19787 * gdb.base/bitfields2.exp: New test.
19788 * gdb.base/bitfields2.c: New file.
19789
19790 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
19791
19792 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
19793
19794 2004-11-16 Randolph Chung <tausq@debian.org>
19795
19796 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
19797
19798 2004-11-14 Daniel Jacobowitz <dan@debian.org>
19799
19800 * gdb.threads/threadapply.exp: Correct "macro details" test.
19801
19802 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
19803
19804 * gdb.threads/threadapply.exp: New test.
19805 * gdb.threads/threadapply.c: New file.
19806
19807 2004-11-07 Mark Kettenis <kettenis@gnu.org>
19808
19809 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
19810 frames.
19811
19812 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
19813
19814 * gdb.base/cursal.exp: New file.
19815 * gdb.base/cursal.c: New file.
19816
19817 2004-11-03 Andrew Cagney <cagney@gnu.org>
19818
19819 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
19820
19821 2004-10-30 Mark Kettenis <kettenis@gnu.org>
19822
19823 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
19824 NetBSD/ELF targets.
19825
19826 2004-10-29 Joel Brobecker <brobecker@gnat.com>
19827
19828 * gdb.threads/bp_in_thread.c: New file, copied from
19829 pthread_cond_wait.c.
19830 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
19831 file, rather than reusing the .c file from another testcase.
19832
19833 2004-10-20 Joel Brobecker <brobecker@gnat.com>
19834
19835 * gdb.ada/null_record.exp: Check where we stopped after
19836 sending the start command, instead of where the associated
19837 temporary breakpoint was inserted.
19838
19839 2004-10-14 Andrew Cagney <cagney@gnu.org>
19840
19841 * gdb.mi/gdb701.c (main): Return 0.
19842
19843 2004-10-13 Daniel Jacobowitz <dan@debian.org>
19844
19845 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
19846
19847 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
19848
19849 * gdb.threads/schedlock.c: Add comment markers to use to find
19850 line numbers.
19851 * gdb.threads/schedlock.exp: Adjust regex to handle the new
19852 comments.
19853 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
19854 breakpoint lines.
19855
19856 2004-10-12 Daniel Jacobowitz <dan@debian.org>
19857
19858 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
19859
19860 2004-10-12 Daniel Jacobowitz <dan@debian.org>
19861
19862 * configure.in: Add gdb.dwarf2.
19863 * configure: Regenerated.
19864 * Makefile.in: Add gdb.dwarf2.
19865 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
19866 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
19867 gdb.dwarf2/file1.txt: New files.
19868
19869 2004-10-11 Orjan Friberg <orjanf@axis.com>
19870
19871 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
19872 of "run", since the latter doesn't work with remote targets. Adjust
19873 the breakpoint numbering accordingly.
19874 * gdb.threads/pthread_cond_wait.exp: Ditto.
19875
19876 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
19877
19878 * gdb.base/overlays.exp: Update copyright years.
19879
19880 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
19881
19882 * gdb.base/overlays.exp: Disable if target is Linux.
19883
19884 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
19885
19886 * config/gdbserver.exp (gdb_load): Use right filename on remote.
19887
19888 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
19889
19890 * gdb.asm/asm-source.exp: Add m32r-linux target.
19891 * gdb.asm/m32r-linux.inc: New file.
19892
19893 2004-09-24 Andrew Cagney <cagney@redhat.com>
19894 David Anderson <anderson@redhat.com>
19895
19896 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
19897 command fails, assume things will work.
19898 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
19899 (_GNU_SOURCE): Define.
19900 (print_unsigned, print_hex): Change parameter to "long long".
19901 (print_byte_count): New function, use to print byte counts.
19902 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
19903 O_LARGEFILE.
19904 (main): Compute an upper bound on a corefile in max_core_size.
19905 Limit memory chunk size to max_core_size. Limit total memory
19906 allocated to max_core_size.
19907
19908 2004-09-23 Andrew Cagney <cagney@gnu.org>
19909
19910 * gdb.base/bigcore.exp: Replace the code that creates a corefile
19911 from a separate process with code that creates a corefile by
19912 making the inferior dump core.
19913
19914 2004-09-23 Mark Kettenis <kettenis@gnu.org>
19915
19916 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
19917 block.
19918
19919 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
19920
19921 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
19922 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
19923 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
19924 Likewise.
19925
19926 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
19927
19928 * gdb.java/jprint.exp: New test case for java inferior call.
19929 * gdb.java/jprint.java: Ditto.
19930
19931 2004-09-15 Joel Brobecker <brobecker@gnat.com>
19932
19933 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
19934
19935 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
19936
19937 * gdb.threads/killed.c: Include <stdlib.h>.
19938 * gdb.threads/pthreads.c: Likewise.
19939
19940 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
19941
19942 * gdb.threads/killed.c: Add copyright notice.
19943
19944 2004-09-10 Jason Molenda (jmolenda@apple.com)
19945
19946 * gdb.base/define.exp: Two new tests to verify zero space chars
19947 after 'if' and 'while' commands in a user-defined command is correctly
19948 parsed.
19949
19950 2004-09-08 Andrew Cagney <cagney@gnu.org>
19951
19952 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
19953 delivery test with duplicate at end of file.
19954
19955 2004-09-06 Mark Kettenis <kettenis@jive.nl>
19956
19957 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
19958
19959 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
19960
19961 * config/hppro.exp: Removed.
19962
19963 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
19964
19965 * config/sparclet.exp: Removed.
19966
19967 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
19968
19969 * config/udi.exp: Removed.
19970
19971 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
19972
19973 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
19974 of "exp_continue".
19975 (advancei): Likewise.
19976
19977 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
19978
19979 * gdb.base/unload.exp: Fix so messages aren't duplicated.
19980
19981 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
19982
19983 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
19984 to check for nodebug in executable.
19985 * gdb.gdb/observer.exp (setup_test): Likewise.
19986 * gdb.gdb/selftest.exp (test_with_self): Likewise.
19987 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
19988
19989 2004-09-01 Andrew Cagney <cagney@gnu.org>
19990
19991 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
19992 files.
19993
19994 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
19995
19996 * gdb.base/unload.exp: Fix expected warning message to match
19997 latest format.
19998
19999 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
20000
20001 * gdb.base/call-rt-st.exp: Fix typos.
20002
20003 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
20004
20005 * gdb.threads/thread_check.exp: New testcase.
20006 * gdb.threads/thread_check.c: New testcase.
20007
20008 2004-08-31 Andrew Cagney <cagney@gnu.org>
20009
20010 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
20011 (skip_to_handler_entry): New procedures. Test stepping into a
20012 handler when the breakpoint is at the handler's entry point.
20013
20014 2004-08-30 Andrew Cagney <cagney@gnu.org>
20015
20016 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
20017 gdb/1757.
20018
20019 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
20020
20021 With code from Manoj Iyer <manjo@austin.ibm.com>:
20022 * lib/gdb.exp (gdb_file_cmd): Return more information in the
20023 return value. Add an arm for "no debugging symbols found".
20024 Change a stray "error" to "perror".
20025 (gdb_run_cmd): Adapt to new return value.
20026 * gdb.base/remote.exp: Adapt to new return value.
20027 * gdb.gdb/complaints.exp: Likewise.
20028 * gdb.gdb/observer.exp: Likewise.
20029 * gdb.gdb/selftest.exp: Likewise.
20030 * gdb.gdb/xfullpath.exp: Likewise.
20031
20032 2004-08-27 Joel Brobecker <brobecker@gnat.com>
20033
20034 * gdb.threads/bp_in_thread.exp: New testcase.
20035
20036 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
20037
20038 Fix PR testsuite/1735.
20039 * gdb.threads/schedlock.c (thread_function): Add a cast
20040 to suppress a gcc warning.
20041 * gdb.threads/thread-specific.c (thread_function): Likewise.
20042
20043 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
20044
20045 * gdb.base/unload.c: Include <stdlib.h>.
20046
20047 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
20048
20049 From Paul Gilliam <pgilliam@us.ibm.com>:
20050 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
20051 synchronized after the "return".
20052
20053 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
20054
20055 * gdb.mi/basics.c: Include <stdio.h>.
20056 * gdb.mi/pthreads.c: Include <stdlib.h>.
20057 * gdb.mi/var-cmd.c: Include <stdlib.h>.
20058
20059 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
20060
20061 * gdb.threads/schedlock.c: Add copyright notice.
20062
20063 2004-08-25 Andrew Cagney <cagney@gnu.org>
20064
20065 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
20066 (skip_over_handler, breakpoint_over_hander): New test procedures.
20067 (advance, advancei): Add a proper prefix, do not use
20068 rerun_to_main.
20069 * gdb.base/sigstep.c (main): Change to use an infinite loop.
20070
20071 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
20072
20073 * gdb.mi/basics.c: Add copyright notice.
20074 * gdb.mi/var-cmd.c: Add copyright notice.
20075
20076 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
20077
20078 * lib/gdb.exp: Remove signed_keyword_not_used.
20079 * lib/compiler.c: Likewise.
20080 * lib/compiler.cc: Likewise.
20081
20082 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
20083
20084 * gdb.base/whatis.c: Remove conditional disabling of "signed".
20085 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
20086
20087 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
20088
20089 * gdb.base/whatis.c: Add copyright notice.
20090
20091 2004-08-20 Mark Kettenis <kettenis@gnu.org>
20092
20093 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
20094 it to skip the breakpoints encoded in the inline assembly.
20095
20096 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
20097
20098 * Makefile.in: Add gdb.fortran.
20099
20100 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
20101
20102 * gdb.base/call-sc.exp (test_scalar_returns):
20103 Fix cut-and-paste glitch in "Make fun return now".
20104
20105 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
20106
20107 * configure.in: Add gdb.fortran.
20108 * configure: Regenerate.
20109 * gdb.fortran/Makefile.in: New file.
20110 * lib/gdb.exp (skip_fortran_tests): New procedure.
20111
20112 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
20113
20114 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
20115 reference to bug-gnu@prep.ai.mit.edu.
20116 * gdb.mi/mi-var-child.exp: Likewise.
20117 * gdb.mi/mi-var-cmd.exp: Likewise.
20118 * gdb.mi/mi-var-display.exp: Likewise.
20119 * gdb.mi/mi2-var-block.exp: Likewise.
20120 * gdb.mi/mi2-var-child.exp: Likewise.
20121 * gdb.mi/mi2-var-cmd.exp: Likewise.
20122 * gdb.mi/mi2-var-display.exp: Likewise.
20123
20124 2004-08-15 Mark Kettenis <kettenis@gnu.org>
20125
20126 * gdb.base/unload.c (main): Make local variable msg const.
20127
20128 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
20129
20130 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
20131 to bug-gnu@prep.ai.mit.edu.
20132 * gdb.mi/mi-disassemble.exp: Likewise.
20133 * gdb.mi/mi-eval.exp: Likewise.
20134 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
20135 default line number.
20136 * gdb.mi/mi-return.exp: Likewise.
20137 * gdb.mi/mi-simplerun.exp: Likewise.
20138 * gdb.mi/mi-stack.exp: Likewise.
20139 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
20140 number with explicit range test.
20141 * gdb.mi/mi-watch.exp: Likewise.
20142 * gdb.mi/mi2-break.exp: Likewise.
20143 * gdb.mi/mi2-cli.exp: Likewise.
20144 * gdb.mi/mi2-disassemble.exp: Likewise.
20145 * gdb.mi/mi2-eval.exp: Likewise.
20146 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
20147 default line number.
20148 * gdb.mi/mi2-return.exp: Likewise.
20149 * gdb.mi/mi2-simplerun.exp: Likewise.
20150 * gdb.mi/mi2-stack.exp: Likewise.
20151 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
20152 number with explicit range test.
20153 * gdb.mi/mi2-watch.exp: Likewise.
20154
20155 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
20156
20157 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
20158 * gdb.cp/m-static.exp: Likewise.
20159 * gdb.cp/rtti.exp: Likewise.
20160
20161 2004-08-14 Mark Kettenis <kettenis@gnu.org>
20162
20163 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
20164
20165 2004-08-14 Eli Zaretskii <eliz@gnu.org>
20166
20167 * ChangeLog: Prefix Local Variables with semi-colons and indent
20168 the reference to older ChangeLog files, to fix fontification in
20169 Emacs.
20170
20171 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
20172
20173 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
20174 * gdb.mi/mi2-break.exp: Likewise.
20175
20176 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
20177
20178 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
20179
20180 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
20181
20182 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
20183
20184 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
20185
20186 * gdb.cp/classes.exp: Remove unused declarations. Just let
20187 test names default instead of providing special names. Remove
20188 extraneous demangler test.
20189
20190 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
20191
20192 * gdb.base/unload.exp: New test for breakpoints in dynamically
20193 loaded libraries.
20194 * gdb.base/unload.c: Ditto.
20195 * gdb.base/unloadshr.c: Ditto.
20196
20197 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
20198
20199 * gdb.cp/classes.exp (test_ptype_class_objects): Call
20200 cp_test_ptype_class.
20201 (test_enums): Likewise.
20202
20203 2004-08-10 Andrew Cagney <cagney@gnu.org>
20204
20205 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
20206 files.
20207
20208 2004-08-10 Andrew Cagney <cagney@gnu.org>
20209
20210 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
20211 init_malloc call.
20212
20213 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
20214
20215 * ChangeLog: Add copyright notice. The notice is copied
20216 from emacs 21.3 top level ChangeLog.
20217
20218 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
20219
20220 * lib/cp-support.exp: New file.
20221 * lib/cp-support.exp (cp_test_type_class): New function.
20222 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
20223 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
20224 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
20225 cp_test_ptype_class.
20226
20227 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
20228
20229 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
20230 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
20231 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
20232 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
20233 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
20234 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
20235 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
20236 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
20237 gdb.mi/mi2-watch.exp: Update copyright years.
20238
20239 2004-08-09 Mark Kettenis <kettenis@gnu.org>
20240
20241 * gdb.base/sigaltstack.exp: Provide proper anchoring.
20242
20243 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
20244
20245 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
20246 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
20247 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
20248 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
20249 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
20250 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
20251 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
20252 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
20253 gdb.mi/mi-watch.exp: Update copyright years.
20254
20255 2004-08-08 Daniel Jacobowitz <dan@debian.org>
20256
20257 PR gdb/1738
20258 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
20259 from a breakpoint with a pending signal.
20260
20261 2004-08-08 Daniel Jacobowitz <dan@debian.org>
20262
20263 PR gdb/1736
20264 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
20265 * gdb.base/sigaltstack.exp (finish_test): Consume output until
20266 the prompt.
20267 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
20268
20269 2004-08-08 Daniel Jacobowitz <dan@debian.org>
20270
20271 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
20272
20273 2004-08-08 Daniel Jacobowitz <dan@debian.org>
20274
20275 PR gdb/1736
20276 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
20277 for i?86-*-linux*.
20278
20279 2004-08-08 Daniel Jacobowitz <dan@debian.org>
20280
20281 * gdb.arch/i386-prologue.exp: Compile without debug information.
20282
20283 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
20284
20285 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
20286 rather than asking gdb to search.
20287
20288 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
20289
20290 * gdb.base/gcore.c: Include <string.h>.
20291
20292 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
20293
20294 * gdb.base/gcore.c: Add copyright notice.
20295
20296 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
20297
20298 * gdb.base/freebpcmd.c: Include <stdio.h>.
20299 * gdb.base/long_long.c: Include <string.h>.
20300 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
20301 * gdb.base/siginfo.c: Include <string.h>.
20302 * gdb.base/sigstep.c: Include <string.h>.
20303
20304 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20305
20306 * gdb.base/complex.c: Include <stdlib.h>.
20307
20308 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20309
20310 * gdb.base/complex.c: Add copyright notice.
20311
20312 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20313
20314 * gdb.base/charset.c: Include <stdlib.h>.
20315
20316 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20317
20318 * gdb.base/auxv.c: Include <stdlib.h>.
20319
20320 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20321
20322 * gdb.base/auxv.c: Add copyright notice.
20323
20324 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20325
20326 * gdb.base/coremaker.c: Add copyright notice.
20327 * gdb.base/coremaker2.c: Add copyright notice.
20328
20329 2004-08-04 Andrew Cagney <cagney@gnu.org>
20330
20331 * gdb.base/store.exp: Update copyright.
20332 (check_set, up_set, check_struct, up_struct): Add a prefix to test
20333 names, do not import gdb_prompt.
20334
20335 2004-08-01 Andrew Cagney <cagney@gnu.org>
20336
20337 Fix PR testsuite/1729.
20338 * gdb.base/dump.exp: Add test name to callers of capture_value, do
20339 not use capture_value with value 4.
20340 (capture_value): Add optional test name parameter.
20341 (test_reload_saved_value, test_restore_saved_value): Use $msg as
20342 the prefix, pass to capture_value.
20343
20344 2004-08-01 Mark Kettenis <kettenis@gnu.org>
20345
20346 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
20347 * gdb.arch/i386-prologue.c (standard): New prototype and function.
20348 (main): Call new function.
20349
20350 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
20351
20352 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
20353
20354 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
20355
20356 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
20357
20358 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
20359
20360 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
20361 Accept more values of vtbl pointer. Remove some messages
20362 about "obsolete gcc or gdb".
20363
20364 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
20365
20366 * gdb.cp/classes.exp: Accept more varieties of ptype output.
20367
20368 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
20369
20370 * gdb.base/asm-source.exp: Properly convert target board
20371 debug flags from gcc format to binutils format.
20372
20373 2004-07-28 Mark Kettenis <kettenis@gnu.org>
20374
20375 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
20376 gdb1718". PR backtrace/1718 partially fixed.
20377
20378 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
20379
20380 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
20381
20382 2004-07-26 Nick Clifton <nickc@redhat.com>
20383
20384 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
20385 good default value for a specific architecture is available then
20386 set it to that value. Otherwise default to the -gstabs switch.
20387 Remove the -g... switches from the asm-flags variable. Allow the
20388 target board info to override the value if it wants to. Pass the
20389 switch on the assembler command line.
20390
20391 2004-07-23 Mark Kettenis <kettenis@gnu.org>
20392
20393 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
20394 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
20395 (main): Call new function.
20396
20397 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
20398
20399 Test for PR exp/1715.
20400 * gdb.base/radix.exp: Refactor common procedures. Make all
20401 test names unique. Change XFAIL to KFAIL.
20402
20403 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
20404
20405 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
20406 * gdb.ada/gnat_ada.gin: ... to here.
20407 * configure.in: Use gnat_ada.gin.
20408 * configure: Regenerate.
20409
20410 2004-07-20 Andrew Cagney <cagney@gnu.org>
20411
20412 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
20413 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
20414 XFAILs. Clean up test messages and comments. Check backtraces.
20415 Delete re-sync code.
20416
20417 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
20418
20419 Fix PR cli/740.
20420 * gdb.base/annota1.exp: Honor gdb,nosignals.
20421 * gdb.base/annota3.exp: Likewise.
20422
20423 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
20424
20425 * lib/java.exp: Update copyright notice.
20426
20427 2004-07-19 Andrew Cagney <cagney@gnu.org>
20428
20429 * gdb.base/selftest.exp: Copy file from here ...
20430 * gdb.gdb/selftest.exp: ... to here.
20431
20432 2004-07-16 Andrew Cagney <cagney@redhat.com>
20433
20434 * lib/insight-support.exp: Delete file.
20435 * lib/java.exp (java_init): Fix copyright.
20436
20437 2004-07-16 Andrew Cagney <cagney@gnu.org>
20438
20439 * gdb.base/restore.c: Append "prologue" to comments marking the a
20440 function's prologue.
20441 * gdb.base/restore.exp: Update copyright, re-indent.
20442 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
20443 callerN" prefix where needed. Update patterns that match a
20444 function's prologue.
20445
20446 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
20447
20448 * gdb.base/restore.c: Add copyright notice.
20449
20450 2004-07-16 Andrew Cagney <cagney@gnu.org>
20451
20452 * gdb.base/logical.exp: Update copyright.
20453 (evaluate): New procedure. Use to re-implement tests using
20454 several tables.
20455
20456 2004-07-14 Martin Hunt <hunt@redhat.com>
20457
20458 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
20459 which fixes some problems where init.tcl was not found.
20460
20461 2004-07-13 Andrew Cagney <cagney@gnu.org>
20462
20463 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
20464 (check_sizeof, check_valueof): Do not include the output in the
20465 test name. Use gdb_test.
20466 (get_valueof): Use gdb_test_multiple.
20467
20468 * gdb.base/step-test.exp: Update copyright. Use
20469 gdb_test_multiple. Ensure that test names do not include
20470 architecture dependent output.
20471
20472 * gdb.gdb/observer.exp: Update copyright.
20473 (setup_test): Use gdb_test_multiple.
20474 (attach_first_observer, attach_second_observer)
20475 (attach_third_observer, detach_first_observer)
20476 (detach_second_observer, detach_third_observer)
20477 (reset_counters, check_counters): Make $message a prefix.
20478 (test_normal_stop_notifications): Add "args" parameter - a list of
20479 init functions to be called. Make $message a prefix,
20480 (test_observer_normal_stop): Change the message prefixes so that
20481 they are unique, pass the attach / detach procedures to
20482 test_normal_stop_notifications.
20483
20484 * gdb.base/signull.exp (test_segv): Prefix all tests with
20485 "${name}". Clean up test messages.
20486
20487 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
20488
20489 * gdb.base/ena-dis-br.exp: Update copyright.
20490 (break_at): New function. Replace send_gdb with gdb_test,
20491 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
20492 ignore count, not stopped at bpt", with KFAIL.
20493
20494 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
20495
20496 * gdb.base/attach.exp: Remove cleanupfile handling.
20497
20498 2004-07-12 Andrew Cagney <cagney@gnu.org>
20499
20500 * gdb.base/annota1.exp: Cleanup corefile test name.
20501 * gdb.base/annota3.exp: Ditto.
20502
20503 2004-07-12 Andrew Cagney <cagney@gnu.org>
20504
20505 * gdb.base/signals.exp: Clean up copyright, re-indent.
20506
20507 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
20508 gdb_test and gdb_test_multiple.
20509
20510 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
20511
20512 * gdb.java/jmain.exp: Fix expected line number for main to
20513 break at. Set XFAIL for break at main test since gcj does not
20514 provide line number info for first statement in main.
20515
20516 2004-07-08 Andrew Cagney <cagney@gnu.org>
20517
20518 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
20519
20520 * gdb.base/sigbpt.exp: Make the common part of each test name a
20521 prefix instead of suffix.
20522
20523 2004-07-07 Bob Rossi <bob_rossi@cox.net>
20524
20525 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
20526 test from test_tbreak_creation_and_listing to
20527 test_file_list_exec_source_file
20528 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
20529 Changed name of test from test_tbreak_creation_and_listing to
20530 test_file_list_exec_source_file
20531
20532 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
20533
20534 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
20535 the jmisc() constructor instead of <init>.
20536 * gdb.java/jmisc1.exp: Ditto.
20537
20538 2004-07-07 Andrew Cagney <cagney@gnu.org>
20539
20540 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
20541 corrupting the PC.
20542
20543 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
20544
20545 * gdb.cp/templates.exp: Accept whitespace change in demangler
20546 output.
20547
20548 2004-07-06 Andrew Cagney <cagney@gnu.org>
20549
20550 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
20551
20552 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
20553
20554 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
20555 * lib/compiler.cc: Likewise.
20556
20557 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
20558
20559 * lib/compiler.cc: Work around string preprocessing problem
20560 with old hp c++ compiler.
20561 * lib/compiler.c: Likewise.
20562
20563 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
20564
20565 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
20566 directives to conditionalize symbol prefixing.
20567 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
20568 additional_flags handling. Add underscore prefix for Cygwin.
20569 * gdb.arch/i386-unwind.c: Use preprocessor directives to
20570 conditionalize symbol prefixing.
20571 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
20572 additional_flags handling. Add underscore prefix for Cygwin.
20573
20574 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
20575
20576 * gdb.base/bigcore.exp: Skip test on Cygwin.
20577
20578 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
20579
20580 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
20581 formats for "info register". Use gdb_test_multiple. Fix
20582 the "invalid register" test.
20583
20584 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
20585
20586 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
20587 PID for Cygwin. Add Cygwin specific strings to check for in some
20588 tests.
20589 (do_attach_tests): Add a test for user interaction when attaching
20590 to a process with no matching symbol table already loaded.
20591
20592 2004-06-26 Andrew Cagney <cagney@gnu.org>
20593
20594 Test PR java/1567 and PR java/1565.
20595 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
20596 * gdb.java/jmisc2.exp: Delete file.
20597
20598 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
20599
20600 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
20601
20602 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
20603
20604 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
20605 attach process.
20606
20607 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
20608
20609 * gdb.cp/pr-1553.exp: Remove.
20610
20611 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
20612
20613 * gdb.cp/pr-1553.cc: Remove.
20614 * gdb.cp/pr-1553.exp: Disable this test.
20615
20616 2004-06-20 Jim Blandy <jimb@redhat.com>
20617
20618 Fix PR testsuite/1680.
20619 * gdb.arch/i386-sse.exp: Properly quote curly braces in
20620 regular expressions.
20621
20622 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
20623
20624 Fix PR testsuite/1679.
20625 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
20626 Issue an UNSUPPORTED result instead.
20627
20628 2004-06-18 Jim Blandy <jimb@redhat.com>
20629
20630 * gdb.base/charset.exp: Only send a control-C if we see a new
20631 prompt and incomplete command.
20632
20633 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
20634
20635 * gdb.cp/pr-574.cc: Add copyright notice.
20636
20637 2004-06-17 Jim Blandy <jimb@redhat.com>
20638
20639 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
20640 cases where the regexp has no groups; this grabs random text from
20641 the previous test suite, whatever that was.
20642
20643 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
20644
20645 * gdb.cp/printmethod.cc: Add copyright notice.
20646
20647 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
20648
20649 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
20650
20651 2004-06-16 Andrew Cagney <cagney@gnu.org>
20652
20653 * gdb.base/signull.c: Update copyright. Include <string.h>.
20654 (bowler): Replace data_pointer with data_read
20655 and data_write cases. Add code_descriptor case.
20656 (zero, desc): New array and pointer.
20657 (data, code): Change to simple pointers.
20658 * gdb.base/signull.exp: Fix probe pattern matching a function
20659 descriptor SIGSEGV. Replace data_pointer with data_read and
20660 data_write tests.
20661
20662 2004-06-16 Andrew Cagney <cagney@gnu.org>
20663
20664 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
20665
20666 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
20667
20668 * gdb.base/long_long.c: Add copyright notice.
20669
20670 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
20671
20672 * gdb.base/long_long.exp: Remove reference to
20673 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
20674 to gdb_breakpoint and gdb_continue_to_breakpoint.
20675
20676 2004-06-14 Jim Blandy <jimb@redhat.com>
20677
20678 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
20679 endian case.
20680
20681 2004-06-14 Andrew Cagney <cagney@gnu.org>
20682
20683 * gdb.base/gcore.exp (capture_command_output): Delete the always
20684 passing tests containing inferior values.
20685 * gdb.base/ending-run.exp: Do not include the breakpoint address
20686 in the test message. Update copyright.
20687 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
20688 size in the test name, use gdb_test_multiple. Update copyright.
20689
20690 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
20691
20692 * gdb.cp/ref-types.cc: Add copyright notice.
20693
20694 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
20695
20696 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
20697 hp_aCC_compiler.
20698 * lib/compiler.cc: Likewise.
20699 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
20700 'set' commands. Log diagnostics for other lines. Set
20701 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
20702
20703 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
20704
20705 * gdb.cp/try_catch.cc: Add copyright notice.
20706
20707 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
20708
20709 * gdb.cp/userdef.cc: Add copyright notice.
20710
20711 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
20712
20713 * gdb.cp/virtfunc.cc: Add copyright notice.
20714
20715 2004-06-11 Randolph Chung <tausq@debian.org>
20716
20717 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
20718 problem.
20719
20720 2004-06-10 Andrew Cagney <cagney@gnu.org>
20721
20722 * lib/compiler.cc, lib/compiler.c: Append either
20723 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
20724 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
20725 instead of gcc-3-3.
20726
20727 2004-06-09 Andrew Cagney <cagney@gnu.org>
20728
20729 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
20730 gdb/1455, bug is specific to "long long" and "double".
20731
20732 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
20733 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
20734 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
20735 fixed.
20736
20737 2004-06-09 Andrew Cagney <cagney@gnu.org>
20738
20739 * gdb.base/structs.exp (test_struct_returns): Replace
20740 "return_value_unknown" and "finish_value_unknown" by
20741 "return_value_known" and "finish_value_known". Instead of
20742 "return_value_unknown" iff "finish_value_unknown", check
20743 "return_value_known" implies "finish_value_known".
20744
20745 2004-06-08 Martin Hunt <hunt@redhat.com>
20746
20747 * gdb.base/float.exp: Add pattern for mips targets.
20748
20749 2004-06-08 Randolph Chung <tausq@debian.org>
20750
20751 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
20752 message for unknown architectures more clear.
20753
20754 2004-06-08 Joel Brobecker <brobecker@gnat.com>
20755
20756 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
20757 start the execution of the program.
20758
20759 2004-06-07 Jim Blandy <jimb@redhat.com>
20760
20761 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
20762 * gdb.arch/i386-cpuid.h: New helper file.
20763
20764 2004-06-07 Randolph Chung <tausq@debian.org>
20765
20766 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
20767 has started.
20768
20769 2004-06-04 Roland McGrath <roland@redhat.com>
20770
20771 Fix PR gdb/1647.
20772 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
20773 differently to be robust to output buffering differences.
20774
20775 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
20776
20777 * gdb.threads/pthreads.exp: Update copyright years.
20778 (check_control_c): Change asynchronous 'after' to synchronous.
20779
20780 2004-06-04 Roland McGrath <roland@redhat.com>
20781
20782 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
20783 next gdb prompt.
20784
20785 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
20786
20787 Fix PR gdb/1636.
20788 * gdb.threads/manythreads.exp: Change asynchronous 'after'
20789 calls to synchronous.
20790
20791 2004-05-26 Jim Blandy <jimb@redhat.com>
20792
20793 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
20794
20795 2004-05-24 Randolph Chung <tausq@debian.org>
20796
20797 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
20798 * gdb.asm/pa.inc: New file.
20799
20800 2004-05-22 Mark Kettenis <kettenis@gnu.org>
20801
20802 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
20803
20804 2004-05-21 Joel Brobecker <brobecker@gnat.com>
20805 Daniel Jacobowitz <drow@mvista.com>
20806
20807 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
20808 GDB prompt.
20809
20810 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20811
20812 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
20813 setjmp/longjmp. Use sigaction instead of signal.
20814
20815 2004-05-19 J. Brobecker <brobecker@gnat.com>
20816 Michael Snyder <msnyder@redhat.com>
20817
20818 * gdb.threads/pthread_cond_wait.c: New file.
20819 * gdb.threads/pthread_cond_wait.exp: New testcase.
20820
20821 2004-05-13 Andrew Cagney <cagney@redhat.com>
20822
20823 * gdb.base/signull.exp, gdb.base/signull.c: New files.
20824 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
20825
20826 2004-05-11 Andrew Cagney <cagney@redhat.com>
20827
20828 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
20829 fixed but revealed gdb/1639.
20830
20831 2004-05-10 Andrew Cagney <cagney@redhat.com>
20832
20833 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
20834 func1" and "next to 2nd alarm", kernel bug avoided.
20835
20836 2004-05-10 Daniel Jacobowitz <dan@debian.org>
20837
20838 PR external/1568
20839 * gdb.base/bigcore.exp: Check the size of the dumped core file.
20840 XFAIL if it is smaller than bytes_allocated.
20841 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
20842 (main): Make chunks_allocated unsigned. Correct comment.
20843
20844 2004-05-07 Joel Brobecker <brobecker@gnat.com>
20845
20846 * gdb.arch/powerpc-aix-prologue.c: New file.
20847 * gdb.arch/powerpc-aix-prologue.exp: New file.
20848
20849 2004-05-07 Jim Blandy <jimb@redhat.com>
20850
20851 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
20852 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
20853
20854 2004-05-06 Joel Brobecker <brobecker@gnat.com>
20855
20856 * gdb.base/sep.exp: No longer setup_kfail when the program was
20857 built with dwarf2.
20858
20859 2004-05-05 Jim Ingham <jingham@apple.com>
20860
20861 * gdb.base/pending.exp: Make sure pending breakpoints
20862 preserve the ignore count.
20863
20864 2004-04-27 Jerome Guitton <guitton@gnat.com>
20865
20866 * i386-prologue.exp: Add testcase for jump instruction as first
20867 instruction of the real code.
20868 * i386-prologue.c (jump_at_beginning): New function.
20869
20870 2004-04-28 Mark Kettenis <kettenis@gnu.org>
20871
20872 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
20873 x86_64-*-*.
20874
20875 2004-04-28 Mark Kettenis <kettenis@gnu.org>
20876
20877 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
20878 i*86-*-*.
20879
20880 2004-04-25 Mark Kettenis <kettenis@gnu.org>
20881
20882 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
20883 expression that checks the return type.
20884
20885 2004-04-23 Andrew Cagney <cagney@redhat.com>
20886
20887 * gdb.base/call-sc.exp: New test of scalar call/return values.
20888 * gdb.base/call-sc.c: Ditto.
20889
20890 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20891
20892 * gdb.threads/manythreads.c: Reduce thread stack size.
20893
20894 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
20895
20896 * gdb.threads/manythreads.c: Add copyright notice.
20897
20898 2004-04-23 Andrew Cagney <cagney@redhat.com>
20899
20900 * gdb.base/siginfo.exp: Better handle step out of signal.
20901 * gdb.base/sigstep.exp: Ditto.
20902
20903 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
20904 Daniel Jacobowitz <drow@mvista.com>
20905
20906 * gdb.threads/manythreads.c: New testcase.
20907 * gdb.threads/manythreads.exp: Ditto.
20908
20909 2004-04-22 Jim Blandy <jimb@redhat.com>
20910
20911 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
20912 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
20913
20914 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
20915
20916 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
20917
20918 2004-04-21 Andrew Cagney <cagney@redhat.com>
20919
20920 * gdb.base/sigstep.c: New file.
20921 * gdb.base/sigstep.exp: New file.
20922
20923 2004-04-16 Joel Brobecker <brobecker@gnat.com>
20924
20925 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
20926 call to observer_notify_normal_stop.
20927
20928 2004-04-15 Andrew Cagney <cagney@redhat.com>
20929
20930 * gdb.base/siginfo.c: New file.
20931 * gdb.base/siginfo.exp: New file.
20932
20933 2004-04-12 J. Brobecker <brobecker@gnat.com>
20934
20935 * gdb.base/sep.exp: Fix typo in comment.
20936
20937 2004-04-12 J. Brobecker <brobecker@gnat.com>
20938
20939 * gdb.base/sep.c: New file.
20940 * gdb.base/sep-proc.c: New file.
20941 * gdb.base/sep.exp: New testcase.
20942
20943 2004-04-09 Mark Kettenis <kettenis@gnu.org>
20944
20945 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
20946 support.
20947
20948 2004-04-05 Andrew Cagney <cagney@redhat.com>
20949
20950 * gdb.base/sigaltstack.c: New file.
20951 * gdb.base/sigaltstack.exp: New file.
20952
20953 2004-04-04 Joel Brobecker <brobecker@gnat.com>
20954
20955 * gdb.base/foll-fork.exp: Update the expected output for
20956 "help set follow-fork-mode", to match a change that was made
20957 to the help of this variable on 2004-01-13.
20958
20959 2004-04-01 Joel Brobecker <brobecker@gnat.com>
20960
20961 * lib/ada.exp: Add copyright notice.
20962 * bar.ads: Likewise.
20963 * bar.adb: Likewise.
20964 * null_record.adb: Likewise.
20965 * null_record.exp: Likewise.
20966 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
20967
20968 2004-04-01 Joel Brobecker <brobecker@gnat.com>
20969
20970 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
20971 * configure: Regenerate.
20972
20973 2004-04-01 Joel Brobecker <brobecker@gnat.com>
20974
20975 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
20976 to build the application. Remove the message printed when in
20977 verbose mode, redundant with the UNSUPPORTED message above.
20978
20979 2004-03-31 Joel Brobecker <brobecker@gnat.com>
20980
20981 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
20982 * gdb.ada (null_record.exp): New testcase.
20983
20984 2004-03-31 Joel Brobecker <brobecker@gnat.com>
20985
20986 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
20987
20988 2004-03-31 Joel Brobecker <brobecker@gnat.com>
20989
20990 * gdb.ada: New subdirectory.
20991 * gdb.ada/Makefile.in: New file.
20992 * gdb.ada/gnat_ada.gpr.in: New file.
20993
20994 2004-03-31 Joel Brobecker <brobecker@gnat.com>
20995
20996 * lib/ada.exp: New file.
20997
20998 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
20999
21000 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
21001 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
21002
21003 2004-03-22 Andrew Cagney <cagney@redhat.com>
21004
21005 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
21006 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
21007 Problem identified by Ulrich Weigand.
21008
21009 2004-03-17 David Carlton <carlton@kealia.com>
21010
21011 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
21012 PR c++/826.
21013
21014 2004-03-16 Roland McGrath <roland@redhat.com>
21015
21016 * gdb.base/auxv.exp: New file.
21017 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
21018
21019 2004-03-12 David Carlton <carlton@kealia.com>
21020
21021 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
21022 * gdb.cp/pr-1553.cc: Ditto.
21023 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
21024 pass branch.
21025
21026 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
21027
21028 * gdb.cp/templates.exp: Accept more template types.
21029
21030 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
21031
21032 From Corinna Vinschen with modifications.
21033 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
21034 local variable obj_with_enum.
21035 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
21036 results with obj_with_enum.
21037
21038 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
21039
21040 * gdb.cp/classes.cc: New file, copied from misc.cc.
21041 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
21042
21043 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
21044
21045 * gdb.cp/misc.cc: Add copyright notice.
21046
21047 2004-03-05 David Carlton <carlton@kealia.com>
21048
21049 * gdb.cp/rtti.exp: Add 'print *obj3' test.
21050 * gdb.cp/rtti.h: Update copyright.
21051 (namespace n2::n3): New.
21052 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
21053 (n2::n3::func3): New.
21054 (main): Call n2::n3::func3.
21055 * gdb.cp/rtti2.cc: Update copyright.
21056 (n2::create3): New.
21057
21058 2004-03-04 Mark Kettenis <kettenis@gnu.org>
21059
21060 * gdb.asm/openbsd.inc: Fix typo.
21061
21062 2004-03-03 Fred Fish <fnf@redhat.com>
21063
21064 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
21065 "val" instead of unused "size". Update copyright year.
21066
21067 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
21068
21069 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
21070 to use unsigned char.
21071 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
21072 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
21073
21074 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
21075
21076 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
21077 line of output.
21078
21079 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
21080
21081 * gdb.base/relocate.c (dummy): Initialize.
21082
21083 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
21084
21085 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
21086 a breakpoint at exit.
21087
21088 2004-02-27 Fred Fish <fnf@redhat.com>
21089
21090 * gdb.base/chng-syms.exp: Add expect condition to match failing
21091 case that isn't a timeout.
21092
21093 2004-02-27 Andrew Cagney <cagney@redhat.com>
21094
21095 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
21096 support.
21097
21098 2004-02-26 Fred Fish <fnf@redhat.com>
21099
21100 * gdb.arch/gdb1431.c: Remove.
21101 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
21102 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
21103 of "until" incorrectly.
21104
21105 2004-02-26 J. Brobecker <brobecker@gnat.com>
21106
21107 * gdb.cp/class2.cc (empty): New class.
21108 (refer): New function.
21109 (main): Declare an object of type empty and use it.
21110 * gdb.cp/class2.exp: Print the value of an object of type empty.
21111
21112 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
21113
21114 * gdb.base/langs.exp: Update query string to match the
21115 new nquery format used for pending breakpoints.
21116
21117 2004-02-26 Andrew Cagney <cagney@redhat.com>
21118
21119 Fix PR i18n/1570.
21120 * gdb.base/charset.c: Update copyright notice.
21121 (main, init_string): Remove the escape character '\e' tests.
21122 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
21123 * gdb.base/charset.exp (valid_host_charset): Ditto.
21124 * gdb.base/setvar.exp: Ditto.
21125
21126 2004-02-24 Andrew Cagney <cagney@redhat.com>
21127
21128 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
21129 mmapped data in core file" PASS and FAIL messages consistent.
21130
21131 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
21132 setting a breakpoint. Work around PR java/1565.
21133
21134 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
21135
21136 * lib/gdb.exp (gdb_breakpoint): Update query string to match
21137 new nquery format.
21138 * gdb.base/pending.exp: Ditto.
21139
21140 2004-02-22 Mark Kettenis <kettenis@gnu.org>
21141
21142 * configure.in: Run stabs tests on *BSD.
21143 * configure: Regenerated.
21144
21145 2004-02-21 Mark Kettenis <kettenis@gnu.org>
21146
21147 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
21148
21149 2004-02-20 Fred Fish <fnf@redhat.com>
21150
21151 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
21152 blank in test for "returns short", for consistency with other
21153 "returns xxx" tests. Update copyright year.
21154
21155 2004-02-19 Fred Fish <fnf@redhat.com>
21156
21157 New testcase for PR breakpoint/1558.
21158 * gdb.arch/gdb1558.exp: New file.
21159 * gdb.arch/gdb1558.c: New file.
21160
21161 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
21162
21163 * gdb.base/nodebug.exp: Fix typo.
21164
21165 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21166
21167 Committed by Jim Blandy <jimb@redhat.com>.
21168
21169 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
21170
21171 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
21172
21173 * gdb.base/float.exp: Support s390*-*-* targets.
21174
21175 2004-02-17 Adam Fedor <fedor@gnu.org>
21176
21177 * gdb.base/gdb1555.exp: New file.
21178 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
21179
21180 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
21181
21182 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
21183
21184 2004-02-16 Fred Fish <fnf@redhat.com>
21185
21186 * gdb.arch/gdb1291.c: Remove
21187 * gdb.arch/gdb1291.s: New test input file.
21188 * gdb.arch/gdb1291.exp: Expand test to check case that should not
21189 fail. Test for correct result, known incorrect result, other
21190 failures and timeouts.
21191
21192 2004-02-16 Andrew Cagney <cagney@redhat.com>
21193
21194 * gdb.base/bigcore.exp: New file.
21195 * gdb.base/bigcore.c: New file.
21196
21197 2004-02-13 Andrew Cagney <cagney@redhat.com>
21198
21199 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
21200 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
21201 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
21202 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
21203 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
21204 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
21205 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
21206 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
21207 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
21208 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
21209
21210 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
21211
21212 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
21213 executed is an alloc instruction.
21214
21215 2004-02-11 David Carlton <carlton@kealia.com>
21216
21217 * gdb.cp/breakpoint.exp: New.
21218 * gdb.cp/breakpoint.cc: New.
21219
21220 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
21221
21222 Partial fix for PR gdb/1543.
21223 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
21224 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
21225 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
21226 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
21227 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
21228 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
21229 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
21230 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
21231 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
21232 to bug-gdb@prep.ai.mit.edu .
21233 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
21234 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
21235 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
21236 Likewise.
21237
21238 2004-02-10 Andrew Cagney <cagney@redhat.com>
21239
21240 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
21241 using gdb_internal_error_resync.
21242
21243 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
21244
21245 * gdb.threads/thread-specific.exp: Stop early if no threads are
21246 found.
21247
21248 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
21249
21250 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
21251
21252 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
21253
21254 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
21255 breakpoints.
21256
21257 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
21258
21259 * config/sim.exp (gdb_load): Handle $arg == "".
21260 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
21261 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
21262
21263 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
21264
21265 * gdb.base/maint.exp: Update test to reflect
21266 obstack changes.
21267
21268 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
21269
21270 * gdb.base/pendshr.c (pendfunc): New function that calls
21271 pendfunc1.
21272 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
21273
21274 2004-02-04 Fred Fish <fnf@redhat.com>
21275
21276 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
21277 function symbols and update copyright years.
21278 * gdb.arch/gdb1291.c: Ditto.
21279
21280 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
21281
21282 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
21283
21284 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
21285
21286 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
21287
21288 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
21289
21290 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
21291
21292 2004-02-02 Fred Fish <fnf@redhat.com>
21293
21294 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
21295 remote targets. Update copyright years.
21296
21297 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
21298
21299 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
21300 support.
21301 * gdb.base/langs.exp: Fix test which attempts to create
21302 breakpoint on non-existent function to handle new pending
21303 support.
21304 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
21305 a breakpoint.
21306 * gdb.base/pending.exp: New test.
21307 * gdb.base/pending.c: New file.
21308 * gdb.base/pendshr.c: Ditto.
21309
21310 2004-02-02 David Carlton <carlton@kealia.com>
21311
21312 * gdb.cp/overload.exp: Add overloadNamespace tests.
21313 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
21314 (overloadNamespace, XXX): New.
21315 (main): Call XXX::marker2.
21316
21317 2004-02-01 Fred Fish <fnf@redhat.com>
21318
21319 * gdb.base/dump.exp: Use runto_main instead of "runto main".
21320 * gdb.base/finish.exp: Ditto.
21321 * gdb.base/gcore.exp: Ditto.
21322 * gdb.base/huge.exp: Ditto.
21323 * gdb.base/info-proc.exp: Ditto.
21324 * gdb.base/return2.exp: Ditto.
21325 * gdb.threads/gcore-thread.exp: Ditto.
21326
21327 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
21328
21329 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
21330
21331 2004-02-01 Mark Kettenis <kettenis@gnu.org>
21332
21333 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
21334 that opening the file succeeds on OpenBSD.
21335
21336 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
21337
21338 * gdb.threads/thread-specific.c: New file.
21339 * gdb.threads/threads-specific.exp: New test script.
21340 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
21341 to expect_out.
21342
21343 2004-02-01 Mark Kettenis <kettenis@gnu.org>
21344
21345 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
21346 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
21347 only on the "print_small_structs from print_long_arg_list" test.
21348
21349 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
21350
21351 * gdb.base/completion.exp: Kill a stray backslash.
21352
21353 From Jim Ingham <jingham@apple.com>:
21354 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
21355 agrees with the result from sending a tab.
21356
21357 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
21358
21359 * gdb.base/chng-syms.exp: Remove stray newline.
21360
21361 2004-01-31 Mark Kettenis <kettenis@gnu.org>
21362
21363 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
21364 *-*-openbsd*.
21365 * gdb.asm/openbsd.inc: New file.
21366
21367 2004-01-30 Mark Kettenis <kettenis@gnu.org>
21368
21369 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
21370 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
21371 *-*solaris2*. Remove commented out default settings for
21372 asm-flags. Replace gdb_compile with target_link.
21373
21374 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
21375
21376 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
21377 for all tests. Remove old hp-ux and cygnus xfail cases.
21378
21379 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
21380
21381 * gdb.base/chng-syms.exp: New file.
21382 * gdb.base/chng-syms.c: New file.
21383
21384 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
21385
21386 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
21387 Provide arms for current output in all my configurations.
21388
21389 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
21390
21391 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
21392 * lib/compiler.cc: Likewise.
21393 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
21394 get the right preprocessor. Eval the output directly. Remove
21395 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
21396 hp_f77_compiler and hp_f90_compiler completely.
21397 (gdb_preprocess): Delete.
21398 (get_compiler): Delete.
21399
21400 2004-01-24 Mark Kettenis <kettenis@gnu.org>
21401
21402 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
21403 <string.h>.
21404
21405 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
21406
21407 * gdb.mi/mi-stack.exp: Update copyright.
21408
21409 2004-01-23 David Carlton <carlton@kealia.com>
21410
21411 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
21412 test for cp_lookup_transparent_type.
21413 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
21414 call them.
21415
21416 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
21417
21418 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
21419 after -var-update.
21420
21421 2004-01-23 David Carlton <carlton@kealia.com>
21422
21423 * gdb.cp/namespace.cc (C::ensureRefs): New.
21424 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
21425
21426 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
21427
21428 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
21429 case "-stack-list-locals 2".
21430 * gdb.mi/mi-var-child.exp: Test for case
21431 "-var-list-children --all-values NAME".
21432
21433 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
21434
21435 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
21436
21437 2004-01-18 Mark Kettenis <kettenis@gnu.org>
21438
21439 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
21440 used with gdb_test_multiple.
21441
21442 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
21443 read at address 0. This fixes PR testsuite/1504.
21444
21445 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
21446
21447 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
21448 Remove downloading, guessing the host executable, the calls to
21449 gdb_file_cmd and gdb_target_cmd, and "load" support.
21450 (infer_host_exec): New function broken out from gdb_load.
21451 (gdb_load): New wrapper for gdbserver_gdb_load.
21452 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
21453 gdb_target_cmd. Use -target-select.
21454 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
21455 Download binaries to the host. Clear last_mi_remote_file when
21456 we load a new binary.
21457 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
21458 call gdbserver_gdb_load and mi_gdb_target_cmd.
21459
21460 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
21461
21462 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
21463 type patterns.
21464
21465 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
21466
21467 * gdb.cp/templates.exp: Fix typo in test name of
21468 "print Foo<volatile char*>::foo".
21469
21470 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
21471
21472 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
21473
21474 2004-01-16 Ben Elliston <bje@wasabisystems.com>
21475
21476 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
21477 (clean mostlyclean): Remove empty rm.
21478
21479 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
21480
21481 * gdb.base/setvar.exp: Add copyright years.
21482
21483 2004-01-14 David Carlton <carlton@bactrian.org>
21484
21485 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
21486 PR c++/1511 and update coment.
21487 * gdb.cp/templates.exp: Update patterns to match current output.
21488 If changes involve something other than whitespace, KFAIL
21489 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
21490
21491 2004-01-14 David Carlton <carlton@kealia.com>
21492
21493 * gdb.cp/namespace.exp: Add tests involving classes defined within
21494 namespaces.
21495 * gdb.cp/namespace.cc (C::CClass): New.
21496 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
21497
21498 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
21499
21500 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
21501 what debug info we have. Print a better message if something goes
21502 wrong while producing the separate debug info file.
21503
21504 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
21505
21506 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
21507
21508 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
21509
21510 * gdb.base/callfuncs.c: Add copyright notice.
21511
21512 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
21513
21514 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
21515 inheritance. PR gdb/1498, PR gcc/13539.
21516
21517 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
21518
21519 * gdb.threads/gcore-thread.exp: Prefix name of binary with
21520 test specific name.
21521 * gdb.mi/gdb669.exp: Ditto.
21522 * gdb.mi/mi-pthreads.exp: Ditto.
21523 * gdb.mi/mi1-pthreads.exp: Ditto.
21524 * gdb.mi/mi2-pthreads.exp: Ditto.
21525
21526 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
21527
21528 * gdb.cp/member-ptr.cc: Add copyright notice.
21529
21530 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
21531
21532 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
21533 some patterns for recent versions of gcc and hpacc. Delete
21534 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
21535 Delete tests that access a NULL pointer-to-member-data. This
21536 script is still disabled for gcc.
21537
21538 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
21539
21540 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
21541 escaped correctly.
21542
21543 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
21544
21545 * gdb.base/sepdebug.exp: New file.
21546 * gdb.base/sepdebug.c: New file.
21547 * lib/gdb.exp (separate_debug_filename): New procedure.
21548 (gdb_gnu_strip_debug): New procedure.
21549
21550 2004-01-12 Andrew Cagney <cagney@redhat.com>
21551
21552 * gdb.mi/ChangeLog: Delete file. Renamed to ...
21553 * gdb.mi/ChangeLog-1999-2003: New file.
21554
21555 2004-01-12 Andrew Cagney <cagney@redhat.com>
21556
21557 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
21558 "Renaming a directory to a non-empty directory returns ENOTEMPTY
21559 or EEXIST", treat EBUSY as an XFAIL.
21560
21561 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
21562
21563 * gdb.base/scope.exp: Remove obsolete setup_xfail for
21564 hp_cc_compiler.
21565
21566 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
21567
21568 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
21569 decorations.
21570
21571 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
21572
21573 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
21574 and "(aCC)" decorations. Remove obsolete doco about old
21575 test results.
21576
21577 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
21578
21579 * gdb.cp/exception.exp: Fix typo in doco.
21580
21581 2004-01-09 Mark Kettenis <kettenis@gnu.org>
21582
21583 * gdb.base/gdb1476.exp: Fix typo.
21584
21585 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
21586
21587 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
21588 file.
21589
21590 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
21591
21592 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
21593 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
21594 Use gdb_compile. Remove restriction on gcc. Add some patterns
21595 for recent version of gdb. Delete second half, which was a copy
21596 of the first half with different build flags. This test is
21597 still disabled because it is still not ready for production.
21598
21599 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21600
21601 * gdb.cp/exception.cc: Add copyright notice.
21602 * gdb.cp/exception.exp: Add a notice that this file is broken
21603 because of line number changes caused by addition of copyright
21604 notice.
21605
21606 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21607
21608 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
21609 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
21610
21611 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21612
21613 * gdb.cp/classes.exp: Accept gnu abi 2.
21614 * gdb.cp/derivation.exp: Likewise.
21615 * gdb.cp/overload.exp: Likewise.
21616 * gdb.cp/virtfunc.exp: Likewise.
21617
21618 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21619
21620 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
21621 semicolon after end of function.
21622
21623 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21624
21625 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
21626 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
21627 boilerplate code for compiling and running the program under
21628 test. Add some string method tests.
21629
21630 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21631
21632 * gdb.cp/bs15503.cc: Add copyright notice.
21633 * gdb.cp/bs15503.exp: Adjust line number.
21634
21635 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21636
21637 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
21638 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
21639
21640 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21641
21642 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
21643 hp_cc_compiler.
21644
21645 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21646
21647 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
21648 * gdb.cp/ctti.exp: Use the marker instead of "next".
21649 With gcc, run further before bailing.
21650
21651 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21652
21653 * gdb.cp/cttiadd.cc: Add copyright notice.
21654 * gdb.cp/cttiadd1.cc: Likewise.
21655 * gdb.cp/cttiadd2.cc: Likewise.
21656 * gdb.cp/cttiadd3.cc: Likewise.
21657
21658 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21659
21660 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
21661 Use gdb_test, gdb_test_multiple. Use floating-point values that
21662 have exact representations in IEEE-ish formats.
21663
21664 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21665
21666 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
21667 compilers. Delete duplicate call to get_compiler_info.
21668 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
21669 * gdb.base/volatile.exp: Likewise.
21670
21671 2004-01-07 Mark Kettenis <kettenis@gnu.org>
21672
21673 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
21674 memory at address 0.
21675
21676 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21677
21678 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
21679 to test for hp-ux assembler. Fix copyright years.
21680
21681 2004-01-07 Andrew Cagney <cagney@redhat.com>
21682
21683 * gdb.base/fileio.c (strerrno): Add "EBUSY".
21684
21685 2004-01-07 Andrew Cagney <cagney@redhat.com>
21686
21687 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
21688 when creating the read-only file. From analysis by Roland McGrath
21689 and Elena Zannoni.
21690
21691 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21692
21693 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
21694
21695 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21696
21697 * gdb.base/cvexpr.c: Be type-safe with function pointers and
21698 data pointers.
21699
21700 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21701
21702 * gdb.cp/m-static.exp: Compile one source file at a time.
21703 Delete unused call to get_compiler_info.
21704
21705 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21706
21707 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
21708 * gdb.base/call-rt-st.exp: Likewise.
21709 * gdb.base/nodebug.exp: Likewise.
21710 * gdb.base/volatile.exp: Likewise.
21711 * gdb.cp/ref-types.exp: Likewise.
21712 * gdb.cp/templates.exp: Likewise.
21713
21714 2004-01-05 Mark Kettenis <kettenis@gnu.org>
21715
21716 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
21717
21718 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
21719
21720 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
21721 hppa*-hp-hpux*.
21722
21723 2004-01-04 Mark Kettenis <kettenis@gnu.org>
21724
21725 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
21726 x86_64-*-*.
21727
21728 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
21729 sparc64-*-* and sparc*-solaris2*.
21730
21731 2004-01-04 Mark Kettenis <kettenis@gnu.org>
21732
21733 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
21734 return ${tests}" test. The ${tests} already mentions the
21735 filename.
21736
21737 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
21738
21739 * gdb.cp/local.exp: Accept gcc abi 2.
21740
21741 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
21742
21743 * gdb.cp/templates.exp: Accept gcc abi 2.
21744
21745 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
21746
21747 * lib/compiler.cc: Remove supports_template_debugging.
21748 * gdb.cp/templates.exp: Do not test supports_template_debugging.
21749
21750 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21751
21752 * gdb.cp/namespace.exp: Accept gcc abi 2.
21753
21754 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21755
21756 * gdb.cp/method.exp: Accept gcc abi 2.
21757
21758 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21759
21760 * gdb.cp/classes.exp: Generate identical results as old version.
21761 * gdb.cp/derivation.exp: Likewise.
21762 * gdb.cp/overload.exp: Likewise.
21763 * gdb.cp/virtfunc.exp: Likewise.
21764
21765 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21766
21767 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
21768 mysterious bug with sourceware version of expect.
21769
21770 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21771
21772 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
21773 current versions of gcc, including gcc abi 2. Remove gratuitous
21774 restart of test program. Use gdb_test_multiple and gdb_test for
21775 all tests. Add patterns to xfail missing "const" in "const char *"
21776 and kfail PR gdb/1155.
21777
21778 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21779
21780 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
21781 current versions of gcc, including gcc abi 2. Remove gratuitous
21782 restart of test program. Use gdb_test_multiple and gdb_test for
21783 all tests. Add patterns to kfail PR gdb/1498.
21784
21785 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
21786
21787 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
21788 current versions of gcc, including gcc abi 2. Use "breakpoint"
21789 and "continue" instead of restarting the target program. Use
21790 gdb_test_multiple and gdb_test for all tests.
21791
21792 2004-01-01 Mark Kettenis <kettenis@gnu.org>
21793
21794 * gdb.asm/asm-source.exp: Update copyright year. Link statically
21795 for *-*-solaris2*.
21796
21797 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
21798
21799 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
21800 current versions of gcc, including gcc abi 2. Use "breakpoint"
21801 and "continue" instead of restarting the target program several
21802 times. Use gdb_test_multiple and gdb_test for all tests.
21803
21804 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
21805
21806 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
21807 source files.
21808
21809 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
21810
21811 * gdb.base/environ.exp: Handle compiling test case from multiple
21812 source files.
21813
21814 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
21815
21816 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
21817
21818 2003-12-17 Jim Blandy <jimb@redhat.com>
21819
21820 * gdb.base/freebpcmd.c: Add copyright notice.
21821
21822 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
21823
21824 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
21825
21826 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
21827
21828 2003-12-13 Jim Blandy <jimb@redhat.com>
21829
21830 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
21831
21832 2003-12-12 Kevin Buettner <kevinb@redhat.com>
21833
21834 * gdb.asm/frv.inc: New file.
21835 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
21836
21837 2003-12-09 Fred Fish <fnf@redhat.com>
21838
21839 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
21840 functions to break1.c and leave prototypes behind. Add more
21841 "set breakpoint NN here" comments.
21842 * gdb.base/break1.c: New file.
21843
21844 * gdb.base/break.exp: Handle compiling test case from multiple
21845 source files and change source file references as needed.
21846 * gdb.base/completion.exp: Ditto.
21847 * gdb.base/condbreak.exp: Ditto.
21848 * gdb.base/define.exp: Ditto.
21849 * gdb.base/ena-dis-br.exp: Ditto.
21850 * gdb.base/info-proc.exp: Ditto.
21851 * gdb.base/maint.exp: Ditto.
21852 * gdb.base/until.exp: Ditto.
21853
21854 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
21855 hardcoded line numbers.
21856 * gdb.base/define.exp: Ditto.
21857 * gdb.base/ena-dis-br.exp: Ditto.
21858 * gdb.base/maint.exp: Ditto.
21859 * gdb.base/until.exp: Ditto.
21860
21861 * gdb.base/completion.exp: Use "break1" for completion tests since
21862 "break" is no longer a unique prefix.
21863
21864 2003-12-06 Andrew Cagney <cagney@redhat.com>
21865
21866 * gdb.base/structs.exp (test_struct_returns): When applicable, set
21867 "return_value_unimplemented". When an unimplemented struct return
21868 architecture, report incorrect values as a KFAIL
21869
21870 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
21871
21872 * gdb.cp/rtti.exp: Accept new wording of warning from
21873 cp_lookup_rtti_type.
21874
21875 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
21876
21877 Partial fix for PR testsuite/1456.
21878 * gdb.base/scope.exp (test_at_main): Replace references to
21879 gcc_compiled with calls to test_compiler_info.
21880 (test_at_foo): Likewise.
21881 (test_at_bar): Likewise.
21882
21883 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
21884
21885 Partial fix for PR testsuite/1456.
21886 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
21887 to test_compiler_info.
21888
21889 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
21890
21891 * gdb.base/so-impl-ld.exp: Update copyright notice.
21892
21893 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
21894
21895 Partial fix for PR testsuite/1456.
21896 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
21897 to test_compiler_info.
21898
21899 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
21900
21901 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
21902 from current versions of gdb. Clean up regular expressions.
21903 Delete redundant timeout case.
21904
21905 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
21906
21907 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
21908 from current versions of gdb. Clean up regular expressions.
21909 Delete redundant timeout case.
21910
21911 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
21912
21913 Partial fix for PR testsuite/1456.
21914 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
21915 gcc_compiled with call to test_compiler_info.
21916
21917 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
21918
21919 Partial fix for PR testsuite/1456.
21920 * gdb.base/list.exp (test_list_function): Delete unused declaration
21921 of gcc_compiled.
21922
21923 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
21924
21925 Partial fix for PR testsuite/1456.
21926 * gdb.base/complex.exp: Replace reference to gcc_compiled with
21927 call to test_compiler_info.
21928
21929 2003-11-29 Mark Kettenis <kettenis@gnu.org>
21930
21931 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
21932 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
21933 it to create the appropriate note.inc.
21934 * gdb.asm/asmsrc1.s: Include "note.inc".
21935 * gdb.asm/netbsd.inc: New file.
21936 * gdb.asm/empty.inc: New file.
21937
21938 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
21939
21940 Partial fix for PR testsuite/1456.
21941 * gdb.base/constvars.exp: Replace references to gcc_compiled with
21942 calls to test_compiler_info.
21943
21944 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
21945
21946 Partial fix for PR testsuite/1456.
21947 * gdb.base/volatile.exp: Replace references to gcc_compiled with
21948 calls to test_compiler_info.
21949
21950 2003-11-27 Mark Kettenis <kettenis@gnu.org>
21951
21952 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
21953 pattern for the KFAILs.
21954
21955 2003-11-25 Adam Fedor <fedor@gnu.org>
21956
21957 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
21958 * gdb.objc/objcdecode.m: New file.
21959
21960 2003-11-25 Adam Fedor <fedor@gnu.org>
21961
21962 * gdb.objc/nondebug.exp: Test for PR objc/1236.
21963 * gdb.objc/nondebug.m: New file.
21964
21965 2003-11-26 Ben Elliston <bje@wasabisystems.com>
21966
21967 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
21968 NetBSD as it does on FreeBSD. Modelled on a similar change by
21969 Mark Kettenis on 2003-05-30.
21970 (link-flags): Set to "--entry _start" regardless of target.
21971 Special linker flags are to be appended to $link-flags.
21972 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
21973
21974 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
21975
21976 * gdb.cp/method.exp: Accept output of new demangler.
21977
21978 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
21979
21980 * gdb/class2.exp: New file.
21981 * gdb/class2.cc: New file.
21982
21983 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
21984
21985 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
21986 of new demangler.
21987
21988 2003-11-23 Mark Kettenis <kettenis@gnu.org>
21989
21990 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
21991 of gdb_test "run".
21992
21993 2003-11-23 Mark Kettenis <kettenis@gnu.org>
21994
21995 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
21996 "continue" into "run".
21997
21998 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
21999
22000 Partial fix for PR testsuite/1456.
22001 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
22002 call to test_compiler_info.
22003 * gdb.cp/ctti.exp: Likewise.
22004 * gdb.cp/derivation.exp: Likewise.
22005 * gdb.cp/member-ptr.exp: Likewise.
22006 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
22007 reference to gcc_compiled.
22008
22009 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
22010
22011 Fix PR testsuite/1463.
22012 * gdb.base/structs.exp (start_structs_test): Call
22013 get_debug_format before using the debug format.
22014
22015 2003-11-22 Andrew Cagney <cagney@redhat.com>
22016
22017 * lib/gdb.exp (gdb_test_multiple): Add simple example.
22018 * gdb.base/structs.exp: Use gdb_test_multiple.
22019
22020 2003-11-20 Andrew Cagney <cagney@redhat.com>
22021
22022 * gdb.base/structs.exp: Handle and recover from internal errors.
22023 Replace "foo${n}" with "foo<n>" in test messages.
22024
22025 * gdb.base/structs.exp: Update copyright. Rewrite.
22026 * gdb.base/structs.c: Update copyright. Rewrite.
22027
22028 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
22029 resync count exceeded.
22030
22031 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
22032 from the internal error.
22033 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
22034 Original from Jim Blandy.
22035 (gdb_test_multiple): Use gdb_internal_error_resync.
22036
22037 2003-11-19 Andrew Cagney <cagney@redhat.com>
22038
22039 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
22040 KFAIL.
22041
22042 2003-11-17 Mark Kettenis <kettenis@gnu.org>
22043
22044 New testcase for PR backtrace/1435.
22045 * gdb.arch/i386-unwind.exp: New file.
22046 * gdb.arch/i386-unwind.c: New file.
22047
22048 2003-11-17 Andrew Cagney <cagney@redhat.com>
22049
22050 * lib/gdb.exp (compiler_info): New global.
22051 (test_compiler_info): New function.
22052 (get_compiler_info): Set compiler_info.
22053 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
22054 "compiler_info" to gcc-<major>-<minor>.
22055
22056 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
22057
22058 * gdb.trace/configure: Remove.
22059
22060 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
22061
22062 * gdb.base/break.c: Add comments to aid finding line numbers for
22063 breakpoints.
22064 * gdb.base/break.exp: Remove all references to explicit line
22065 numbers.
22066
22067 2003-11-11 Nick Clifton <nickc@redhat.com>
22068
22069 * gdb.base/shreloc.exp: Do not run for targets which do not
22070 support shared objects.
22071
22072 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
22073
22074 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
22075 Don't run tests if nofileio flag is given.
22076
22077 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
22078
22079 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
22080 as well as 'Watchpoint'.
22081
22082 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
22083
22084 Reported by Jim Ingham <jingham@apple.com>:
22085 * gdb.base/annota1.exp: Match at least one occurrence of the
22086 signal handler annotation.
22087
22088 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
22089
22090 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
22091 as well as 'Watchpoint'.
22092
22093 2003-11-05 Michael Chastain <mec@shout.net>
22094
22095 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
22096
22097 2003-11-03 Kris Warkentin <kewarken@qnx.com>
22098
22099 * gdb.arch/gdb1291.c: New test file.
22100 * gdb.arch/gdb1291.exp: New test script.
22101 * gdb.arch/gdb1431.c: New test file.
22102 * gdb.arch/gdb1431.exp: New test script.
22103
22104 2003-10-22 Michael Chastain <mec@shout.net>
22105
22106 * gdb.mi/pthreads.c: Add copyright notice.
22107
22108 2003-10-22 Michael Chastain <mec@shout.net>
22109
22110 * gdb.threads/pthreads.c: Add copyright notice.
22111
22112 2003-10-20 Michael Chastain <mec@shout.net>
22113
22114 * gdb.base/gdb1056.exp: New test script.
22115
22116 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
22117
22118 * gdb.threads/killed.exp: Use gdb_run_cmd.
22119
22120 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
22121
22122 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
22123 create a core file.
22124 * gdb.threads/gcore-thread.exp: Likewise.
22125
22126 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
22127
22128 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
22129 type, based on char type.
22130 (struct bit_flags_short_t): New bitfield type, based on short type.
22131 (init_bit_flags_char): New fuction.
22132 (init_bit_flags_short): Ditto.
22133 (print_bit_flags_char): Ditto.
22134 (print_bit_flags_short): Ditto.
22135 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
22136
22137 2003-10-11 Michael Chastain <mec@shout.net>
22138
22139 * gdb.base/call-rt-st.exp: Update copyright year.
22140
22141 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
22142
22143 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
22144 * gdb.disasm/sh3.s: Ditto.
22145
22146 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
22147
22148 * gdb.threads/switch-threads.exp: New test.
22149 * gdb.threads/switch-threads.c: New source file.
22150
22151 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
22152
22153 * gdb.base/ending-run.exp: Add sh specific case.
22154
22155 2003-10-06 Andrew Cagney <cagney@redhat.com>
22156
22157 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
22158 * gdb.disasm/mn10200.exp: Delete obsolete file.
22159
22160 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
22161
22162 * ChangeLog: Correct an entry command.exp -> commands.exp.
22163 * gdb.base/commands.exp (bp_deleted_in_command_test)
22164 (temporary_breakpoint_commands): Check noargs.
22165
22166 2003-09-25 David Carlton <carlton@kealia.com>
22167
22168 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
22169 of some print tests, where appropriate. Add tests for C::D::cd,
22170 E::ce, F::cXfX, G::XgX.
22171 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
22172
22173 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
22174
22175 * lib/java.exp (java_init): Import target_alias before using it.
22176
22177 2003-09-25 David Carlton <carlton@kealia.com>
22178
22179 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
22180
22181 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
22182
22183 * gdb.base/selftest.exp: Accomodate more instruction reordering
22184 weirdness.
22185
22186 2003-09-17 Michael Chastain <mec@shout.net>
22187
22188 * gdb.cp/gdb1355.exp: New file.
22189 * gdb.cp/gdb1355.c: New file.
22190
22191 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
22192
22193 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
22194 * gdb.asm/sh.inc: New file.
22195
22196 2003-09-11 David Carlton <carlton@kealia.com>
22197
22198 * gdb.cp/namespace.exp: Add tests for namespace types.
22199 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
22200 (test_namespace): New.
22201
22202 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
22203
22204 * gdb.base/relocate.exp: Handle new gdb output at startup.
22205 * gdb.stabs/weird.exp: Ditto.
22206
22207 2003-09-08 Michael Chastain <mec@shout.net>
22208
22209 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
22210
22211 2003-09-07 Michael Chastain <mec@shout.net>
22212
22213 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
22214 'parse error'.
22215
22216 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
22217
22218 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
22219
22220 2003-08-30 Michael Chastain <mec@shout.net>
22221
22222 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
22223 * gdb.gdb/observer.exp: Ditto.
22224 * gdb.gdb/xfullpath.exp: Ditto.
22225
22226 2003-08-29 Mark Kettenis <kettenis@gnu.org>
22227
22228 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
22229 *-*-*bsd*.
22230
22231 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
22232
22233 * gdb.base/dump.exp: Skip for ia64.
22234
22235 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
22236
22237 * gdb.asm/asm-source.exp: Add ia64 support.
22238 * gdb.asm/ia64.inc: New file.
22239
22240 2003-08-22 Michael Chastain <mec@shout.net>
22241
22242 * gdb.cp: New directory.
22243 * gdb.cp/*: Copy from gdb.c++/*.
22244 * gdb.c++/*: Remove.
22245 * Makefile.in: Change gdb.c++ to gdb.cp.
22246 * configure.in: Ditto.
22247 * configure: Regnerate.
22248
22249 2003-08-18 Mark Kettenis <kettenis@gnu.org>
22250
22251 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
22252 * gdb.arch/i386-prologue.c (gdb1338): Add function.
22253
22254 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
22255
22256 * mi-var-display.exp (-var-list-children weird): Accept function
22257 pointers with argument types.
22258 * mi1-var-display.exp (-var-list-children weird): Likewise.
22259 * mi2-var-display.exp (-var-list-children weird): Likewise.
22260
22261 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
22262
22263 * gdb.base/annota3.exp: Add missing newline.
22264
22265 2003-08-06 Michael Chastain <mec@shout.net>
22266
22267 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
22268
22269 2003-08-12 Michael Snyder <msnyder@redhat.com>
22270
22271 * gdb.base/float.exp: Add test for SH.
22272
22273 2003-08-10 Mark Kettenis <kettenis@gnu.org>
22274
22275 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
22276
22277 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
22278
22279 * gdb.base/completion.exp: Remove reduntant completion test
22280 on filename.
22281
22282 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
22283
22284 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
22285 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
22286 gdb.trace/save-trace.exp: Make sure that full pathnames are
22287 escaped correctly.
22288
22289 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
22290
22291 * configure.in: Don't generate config.h from config.hin.
22292 * configure: Regenerate.
22293 * config.hin: Remove file.
22294 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
22295 * gdb.threads/pthreads.c: Ditto.
22296
22297 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
22298
22299 From Kei Sakamoto <sakamoto.kei@renesas.com>:
22300 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
22301 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
22302 Replace ld24 with seth/add3.
22303
22304 2003-08-02 Andrew Cagney <cagney@redhat.com>
22305
22306 * gdb.base/annota3.exp: New file.
22307 * gdb.base/annota3.c: New file.
22308 * gdb.c++/annota3.exp: New file.
22309 * gdb.c++/annota3.cc: New file.
22310
22311 2003-07-29 Michael Chastain <mec@shout.net>
22312
22313 * gdb.threads/tls.c (spin): Check errno only if sem_wait
22314 actually failed.
22315 (do_pass): Likewise.
22316 * gdb.threads/tls.exp: Always initialize no_of_threads.
22317
22318 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
22319
22320 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
22321 pattern.
22322 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
22323 * gdb.threads/tls.exp: Recognize one case of the host library not
22324 supporting TLS.
22325
22326 2003-07-27 Andrew Cagney <cagney@redhat.com>
22327
22328 * gdb.base/fileio.exp: Use SH when running commands using
22329 remote_exec.
22330
22331 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
22332
22333 From Kei Sakamoto <sakamoto.kei@renesas.com>:
22334 * gdb.base/relocate.c (dummy): New padding array.
22335
22336 2003-07-22 Michael Snyder <msnyder@redhat.com>
22337
22338 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
22339
22340 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
22341 patterns to be more general, accepting old and new output.
22342 Some output chars (such as '+') also must be quoted.
22343 Some addresses are displayed numerically instead of
22344 symbolically.
22345
22346 2003-07-23 Michael Snyder <msnyder@redhat.com>
22347
22348 * gdb.base/return2.exp: Don't test long-long return.
22349
22350 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
22351 * gdb.disasm/t01_mov.exp: Ditto.
22352 * gdb.disasm/t02_mova.s: Ditto.
22353 * gdb.disasm/t02_mova.exp: Ditto.
22354 * gdb.disasm/t03_add.s: Ditto.
22355 * gdb.disasm/t03_add.exp: Ditto.
22356 * gdb.disasm/t04_sub.s: Ditto.
22357 * gdb.disasm/t04_sub.exp: Ditto.
22358 * gdb.disasm/t05_cmp.s: Ditto.
22359 * gdb.disasm/t05_cmp.exp: Ditto.
22360 * gdb.disasm/t06_ari2.s: Ditto.
22361 * gdb.disasm/t06_ari2.exp: Ditto.
22362 * gdb.disasm/t07_ari3.s: Ditto.
22363 * gdb.disasm/t07_ari3.exp: Ditto.
22364 * gdb.disasm/t08_or.s: Ditto.
22365 * gdb.disasm/t08_or.exp: Ditto.
22366 * gdb.disasm/t09_xor.s: Ditto.
22367 * gdb.disasm/t09_xor.exp: Ditto.
22368 * gdb.disasm/t10_and.s: Ditto.
22369 * gdb.disasm/t10_and.exp: Ditto.
22370 * gdb.disasm/t11_logs.s: Ditto.
22371 * gdb.disasm/t11_logs.exp: Ditto.
22372 * gdb.disasm/t12_bit.s: Ditto.
22373 * gdb.disasm/t12_bit.exp: Ditto.
22374 * gdb.disasm/t13_otr.s: Ditto.
22375 * gdb.disasm/t13_otr.exp: Ditto.
22376
22377 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
22378
22379 * gdb.threads/tls.exp :Add kfail for 'info address' case.
22380
22381 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
22382
22383 * gdb.threads/tls.c : New file.
22384 * gdb.threads/tls.exp : New file.
22385 * gdb.threads/tls-main.c : New file.
22386 * gdb.threads/tls-shared.c : New file.
22387 * gdb.threads/tls-shared.exp : New file.
22388
22389 2003-07-22 Andreas Schwab <schwab@suse.de>
22390
22391 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
22392
22393 2003-07-20 Andreas Schwab <schwab@suse.de>
22394
22395 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
22396 due to insn reordering.
22397
22398 2003-07-15 Andrew Cagney <cagney@redhat.com>
22399
22400 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
22401
22402 2003-07-15 Michael Chastain <mec@shout.net>
22403
22404 * gdb.base/gdb1250.exp: New file.
22405 * gdb.base/gdb1250.c: New file.
22406
22407 2003-07-09 Michal Ludvig <mludvig@suse.cz>
22408
22409 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
22410 expansion of size_t to 'unsigned long', not only to 'unsigned'.
22411
22412 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
22413
22414 * gdb.threads/tls.c: New file.
22415 * gdb.threads/tls.exp: New file.
22416 * gdb.threads/tls-main.c: New file.
22417 * gdb.threads/tls-shared.c: New file.
22418 * gdb.threads/tls-shared.exp: New file.
22419
22420 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
22421
22422 * gdb.base/annota1.exp: Make sure that we properly escape the
22423 full path of the source file. Xfail more permissive patterns,
22424 due to a compiler debug info problem.
22425
22426 2003-07-07 Andreas Schwab <schwab@suse.de>
22427
22428 * gdb.asm/m68k.inc: New file.
22429 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
22430
22431 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
22432 arguments"): Also match negative number.
22433
22434 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
22435
22436 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
22437
22438 * gdb.base/store.c (charest): New typedef.
22439 (add_char): Rename to add_charest, update.
22440 (wack_char): Rename to wack_charest, update types. Return l + r
22441 to keep r live across the call.
22442 (wack_short, wack_int, wack_long, wack_longest, wack_float)
22443 (wack_double, wack_doublest): Return l + r to keep r live across
22444 the call.
22445 * gdb.base/store.exp: Accomodate store.c changes.
22446
22447 2003-06-30 David Carlton <carlton@kealia.com>
22448
22449 * gdb.c++/maint.exp (test_invalid_name): New.
22450 (test_first_component): Add tests for invalid names.
22451
22452 2003-06-29 Michael Chastain <mec@shout.net>
22453
22454 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
22455 output of '<VTT for class>' for virtual base classes.
22456
22457 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
22458
22459 * gdb.base/completion.exp: Tab-complete "complet" instead of
22460 "compl".
22461 * gdb.base/complex.exp, gdb.base/complex.c: New files.
22462
22463 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
22464
22465 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
22466 * gdb.base/volatile.exp: Likewise.
22467
22468 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
22469
22470 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
22471 gdb/1265.
22472
22473 2003-06-28 Michael Chastain <mec@shout.net>
22474 Daniel Jacobowitz <drow@mvista.com>
22475
22476 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
22477 initial line count of 'captured_main' from 26 to 32.
22478 (test_with_self): Allow xmalloc call to be interleaved with the
22479 preceding two lines.
22480
22481 2003-06-24 Joel Brobecker <brobecker@gnat.com>
22482
22483 * gdb.base/bang.exp: New testcase.
22484
22485 2003-06-23 Joel Brobecker <brobecker@gnat.com>
22486
22487 * gdb.base/langs.exp: Add some tests for the "minimal" language
22488 support.
22489
22490 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
22491
22492 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
22493 the testcase.
22494
22495 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
22496
22497 * gdb.base/relocate.exp: Test add-symbol-file with a variable
22498 offset.
22499
22500 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
22501
22502 * gdb.c++/pr-1210.cc: New file.
22503 * gdb.c++/pr-1210.exp: New file.
22504
22505 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
22506
22507 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
22508 000-exec-continue.
22509
22510 2003-06-15 Mark Kettenis <kettenis@gnu.org>
22511
22512 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
22513 on *-*-*bsd* instead of *-*-freebsd*.
22514
22515 2003-06-14 Andrew Cagney <cagney@redhat.com>
22516
22517 * gdb.base/store.exp: Test longest and doublest. Test all
22518 parameters. Weaken return statement match.
22519 * gdb.base/store.c: Add longest and doublest - aka long long and
22520 long double functions. Put all parameters into local register
22521 variables. Use negative values.
22522
22523 2003-06-14 Andrew Cagney <cagney@redhat.com>
22524
22525 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
22526 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
22527 exit status.
22528 * gdb.base/fileio.exp: Disable target when nointerrupts and
22529 noinferiorio, instead of limiting it to remote. Use remote_exec
22530 instead of system.
22531
22532 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
22533
22534 * gdb.base/float.exp: Add ia64 support.
22535
22536 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
22537
22538 * gdb.base/fileio.exp: Run only on remote targets.
22539
22540 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
22541
22542 * gdb.base/fileio.c: New file, testing File-I/O.
22543 * gdb.base/fileio.exp: Ditto.
22544
22545 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
22546
22547 * gdb.base/shreloc.exp: New file, check symbol values obtained from
22548 shared objects after relocation at load time (gdb PR/1132).
22549 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
22550 as above, part of the shared object relocation test.
22551
22552 2003-06-08 Mark Kettenis <kettenis@gnu.org>
22553
22554 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
22555 fully filled history list.
22556 * gdb.base/gdb_history: New file.
22557
22558 * gdb.base/signals.exp: XFAIL "continue to func1" on
22559 i*86-*-freebsd*.
22560
22561 * gdb.base/attach.exp: When trying to attach to a nonexistent
22562 process, make it possible to specify the PID based on the target,
22563 and do so for *-*-freebsd*.
22564
22565 2003-06-02 Richard Henderson <rth@redhat.com>
22566
22567 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
22568
22569 2003-06-02 Richard Henderson <rth@redhat.com>
22570
22571 * gdb.base/selftest.exp: Next over lim_at_start initialization.
22572
22573 2003-06-02 Richard Henderson <rth@redhat.com>
22574
22575 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
22576
22577 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
22578
22579 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
22580 of globalvar.
22581
22582 2003-06-01 Mark Kettenis <kettenis@gnu.org>
22583
22584 * gdb.asm/asm-source.exp: Check for memory read errors in
22585 disassembler test on *BSD too.
22586
22587 2003-06-01 Richard Henderson <rth@redhat.com>
22588
22589 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
22590 for .frame.
22591 (gdbasm_call): Lose ldgp.
22592 (gdbasm_startup): Add frame information.
22593 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
22594
22595 2003-05-31 Mark Kettenis <kettenis@gnu.org>
22596
22597 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
22598 i?86-*-*.
22599
22600 2003-05-30 Mark Kettenis <kettenis@gnu.org>
22601
22602 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
22603 FreeBSD.
22604
22605 2003-05-29 Richard Henderson <rth@redhat.com>
22606
22607 * gdb.asm/alpha.inc: New file.
22608 * gdb.asm/asm-source.exp: Use it.
22609
22610 2003-05-29 Jim Blandy <jimb@redhat.com>
22611
22612 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
22613 'core.PID'.
22614
22615 2003-05-22 Jim Blandy <jimb@redhat.com>
22616
22617 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
22618 backtrace.
22619
22620 2003-05-20 David Carlton <carlton@math.stanford.edu>
22621
22622 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
22623 this time.
22624
22625 2003-05-19 David Carlton <carlton@bactrian.org>
22626
22627 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
22628 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
22629
22630 2003-05-19 David Carlton <carlton@bactrian.org>
22631
22632 * gdb.c++/namespace.exp: Add namespace scope and anonymous
22633 namespace tests.
22634 Bump copyright date.
22635 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
22636 (main): Call C::D::marker2.
22637 * gdb.c++/namespace1.cc: New file.
22638
22639 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
22640
22641 Roland McGrath <roland@redhat.com>
22642 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
22643 there is no manager thread.
22644
22645 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
22646
22647 * gdb.threads/schedlock.exp: Remove assumption that all threads
22648 will run in a particular small time slice. Also ensure we break
22649 in one of the child threads rather than the main thread.
22650
22651 2003-05-07 Jim Blandy <jimb@redhat.com>
22652
22653 Add support for assembly source testing on the s390x.
22654 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
22655 architecture.
22656 * gdb.asm/s390x.inc: New file.
22657
22658 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
22659 succession of 'if' statements.
22660
22661 2003-05-05 Andrew Cagney <cagney@redhat.com>
22662
22663 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
22664
22665 2003-05-05 Andrew Cagney <cagney@redhat.com>
22666
22667 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
22668 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
22669
22670 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
22671
22672 * gdb.base/charset.exp: Update based on new behavior of set/show
22673 charset commands.
22674
22675 2003-05-01 Andrew Cagney <cagney@redhat.com>
22676
22677 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
22678 variable do not give memory errors.
22679
22680 2003-04-30 Adam Fedor <fedor@gnu.org>
22681
22682 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
22683 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
22684 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
22685 gdb.objc/basicclass.m: : New files
22686
22687 * lib/gdb.exp (gdb_compile_objc): New procedure.
22688
22689 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
22690
22691 * gdb.base/signals.exp: Make backtrace tests more specific.
22692
22693 2003-04-23 David Carlton <carlton@bactrian.org>
22694
22695 * gdb.c++/maint.exp (test_first_component): Add tests for
22696 'operator' in more locations.
22697
22698 2003-04-16 Kevin Buettner <kevinb@redhat.com>
22699
22700 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
22701
22702 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
22703
22704 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
22705 func marke' instead. Update test name.
22706
22707 2003-04-15 David Carlton <carlton@math.stanford.edu>
22708
22709 * gdb.c++/maint.exp: New file.
22710
22711 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
22712
22713 * gdb.threads/schedlock.c: Change type of thread function argument
22714 to long, to avoid warnings on 64-bit platforms.
22715
22716 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
22717
22718 * gdb.base/attach.exp: Add new message from ptrace in case of
22719 attaching to nonexistent process.
22720
22721 2003-04-11 Jim Blandy <jimb@redhat.com>
22722
22723 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
22724 gdb.c++/userdef.cc: Place comments on the lines to which the
22725 marker function might return.
22726 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
22727 gdb.c++/userdef.exp: Look for those comments to check that we've
22728 returned to the right place, instead of checking line numbers.
22729
22730 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
22731
22732 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
22733 match on sourcefile name, instead of directory name.
22734
22735 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
22736
22737 * gdb.base/completion.exp: Use string_to_regexp to match the
22738 working directory name.
22739
22740 2003-04-09 Jim Blandy <jimb@redhat.com>
22741
22742 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
22743 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
22744 after an inferior function call, report the failure, but allow the
22745 test to continue.
22746
22747 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
22748
22749 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
22750 with -DPROTOTYPES.
22751
22752 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
22753
22754 * gdb.base/break.exp: Revert last patch.
22755
22756 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
22757
22758 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
22759 with -DPROTOTYPES.
22760
22761 2003-04-02 Andrew Cagney <cagney@redhat.com>
22762
22763 * gdb.base/callfuncs.exp: Make "print add" messages unique.
22764 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
22765 matching directories by the name breakpoint.
22766 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
22767 Make "continue to marker1" consistent.
22768 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
22769 message consistent.
22770 * lib/gdb.exp: Put "the program is no longer running", and "the
22771 program exited" in parenthesis.
22772 * lib/mi-support.exp: Ditto.
22773
22774 2003-04-02 Bob Rossi <bob_rossi@cox.net>
22775
22776 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
22777
22778 2003-03-29 Andrew Cagney <cagney@redhat.com>
22779
22780 * gdb.base/sizeof.c (main): Print the value of '\377'.
22781 * gdb.base/sizeof.exp: Check the sign of '\377'.
22782
22783 2003-03-27 Michael Chastain <mec@shout.net>
22784
22785 * gdb.base/gdb1090.exp: New file.
22786 * gdb.base/gdb1090.cc: New file.
22787
22788 2003-03-27 J. Brobecker <brobecker@gnat.com>
22789
22790 * gdb.gdb/observer.exp: New regression test.
22791
22792 2003-03-27 Michael Chastain <mec@shout.net>
22793
22794 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
22795 * gdb.base/ptype.exp: Likewise.
22796
22797 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
22798
22799 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
22800
22801 2003-03-26 Michael Chastain <mec@shout.net>
22802
22803 * gdb.base/ptype.exp: Actually use some typedef'd types.
22804
22805 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
22806
22807 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
22808 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
22809
22810 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22811
22812 * gdb.base/default.exp: Fix regular expression.
22813
22814 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22815
22816 * gdb.base/args.exp: Fix regular expression.
22817
22818 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22819
22820 * gdb.base/help.exp: Allow Win32 child process.
22821
22822 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22823
22824 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
22825 when stepping out of main().
22826
22827 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22828
22829 * gdb.base/default.exp: Check for win32 specific message when calling
22830 "run" without executable.
22831
22832 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22833
22834 * gdb.base/args.exp: Expect .exe in output.
22835
22836 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22837
22838 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
22839 Cygwin native.
22840
22841 2003-03-17 Andrew Cagney <cagney@redhat.com>
22842
22843 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
22844 vector registes.
22845 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
22846 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
22847
22848 2003-03-17 David Carlton <carlton@math.stanford.edu>
22849
22850 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
22851 test, for PR breakpoints/38.
22852 Call test_watchpoint_and_breakpoint.
22853 * gdb.base/watchpoint.c (func3): New function.
22854 (main): Call func3.
22855
22856 2003-03-04 David Carlton <carlton@math.stanford.edu>
22857
22858 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
22859 Garply<Garply<char> >:: garply".
22860 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
22861 with respect to PR c++/1111; note also PR c++/1113.
22862 (test_template_breakpoints): KFAIL "constructor breakpoint" with
22863 respect to PR c++/1062.
22864 KFAIL "destructor breakpoint" with respect to PR c++/1112.
22865
22866 2003-03-03 David Carlton <carlton@math.stanford.edu>
22867
22868 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
22869 with respect to PR c++/57.
22870 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
22871 c++/826.
22872 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
22873 respect to PR c++/57.
22874
22875 2003-03-03 David Carlton <carlton@math.stanford.edu>
22876
22877 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
22878 respect to PR c++/33 into FAILs.
22879
22880 2003-03-03 Michael Chastain <mec@shout.net>
22881
22882 * configure.in: Update copyright years.
22883
22884 2003-03-03 Michael Chastain <mec@shout.net>
22885
22886 * Makefile.in: Update copyright years.
22887
22888 2003-02-28 David Carlton <carlton@math.stanford.edu>
22889
22890 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
22891 print class instead of struct and/or superfluous protection
22892 specifiers, as long as the resulting output is equivalent to the
22893 source code.
22894 Delete FIXME from end of messages on tests that don't need
22895 fixing.
22896
22897 2003-02-28 David Carlton <carlton@math.stanford.edu>
22898
22899 * gdb.c++/templates.exp (do_tests): Allow const in the two
22900 Foo<volatile char *>::foo tests.
22901
22902 2003-02-27 Michael Snyder <msnyder@redhat.com>
22903
22904 * gdb.base/restore.c (main): Return zero, so exit code
22905 will be consistant.
22906
22907 2003-02-26 David Carlton <carlton@math.stanford.edu>
22908
22909 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
22910 char *>::foo" test with respect to PR c++/33. Create a new test
22911 which is identical to that one except that it doesn't put the
22912 space between the "char" and the "*"; KFAIL it, too.
22913
22914 2003-02-26 David Carlton <carlton@math.stanford.edu>
22915
22916 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
22917 template types into either PASSes or KFAILs (corresponding to PR
22918 c++/57). Tweak indentation. Update copyright.
22919
22920 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
22921
22922 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
22923
22924 2003-02-13 Michael Chastain <mec@shout.net>
22925
22926 * gdb.base/exprs.exp: Remove i960 remnants.
22927 * gdb.base/funcargs.exp: Likewise.
22928 * gdb.base/list.exp: Likewise.
22929 * gdb.base/ptype.exp: Likewise.
22930
22931 2003-02-14 David Carlton <carlton@math.stanford.edu>
22932
22933 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
22934 pEe->D::vg()" from XFAIL to KFAIL.
22935
22936 2003-02-13 Jason Molenda (jmolenda@apple.com)
22937
22938 * gdb.base/maint.exp: Update maint print statistics regexp to include
22939 new entries.
22940
22941 2003-02-13 Michael Chastain <mec@shout.net>
22942
22943 * gdb.c++/inherit.exp: Remove call to get_debug_format.
22944
22945 2003-02-12 Michael Chastain <mec@shout.net>
22946
22947 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
22948 * gdb.c++/inherit.exp: Likewise.
22949 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
22950 * gdb.c++/templates.exp: Likewise.
22951 * gdb.c++/virtfunc.exp: Likewise.
22952
22953 2003-02-06 Jason Molenda (jason-cl@molenda.com)
22954
22955 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
22956 why the code is written that way.
22957
22958 2003-02-05 Michael Chastain <mec@shout.net>
22959
22960 * gdb.base/dump.exp: Add missing copyright line.
22961
22962 2003-02-05 Jason Molenda (jason-cl@molenda.com)
22963
22964 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
22965 at the beginning so the breakpoint doesn't get set on the loop.
22966
22967 2003-02-05 Michael Chastain <mec@shout.net>
22968
22969 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
22970 output for configurations with gcc 2.95.3.
22971
22972 2003-02-05 Keith Seitz <keiths@redhat.com>
22973 Andrew Cagney <ac131313@redhat.com>
22974
22975 * gdb.mi/mi-cli.exp: New file.
22976
22977 2003-02-04 Michael Chastain <mec@shout.net>
22978
22979 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
22980 Call perror and then continue.
22981
22982 2003-02-03 Michael Chastain <mec@shout.net>
22983
22984 * gdb.c++/pr-1023.cc: New file.
22985 * gdb.c++/pr-1023.exp: New file.
22986
22987 2003-02-05 Jim Blandy <jimb@redhat.com>
22988
22989 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
22990 it's local to foobar. Check for it there, and check that it's not
22991 present in main.
22992 * gdb.c++/local.cc (marker2): New function.
22993 (foobar): Call marker1.
22994 (main): Call marker2 instead of marker1.
22995
22996 2003-02-04 Andrew Cagney <ac131313@redhat.com>
22997
22998 * gdb.disasm/mn10200.exp: Obsolete file.
22999 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
23000 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
23001 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
23002
23003 2003-02-04 David Carlton <carlton@math.stanford.edu>
23004
23005 * gdb.c++/overload.exp: Test intToChar(1).
23006 * gdb.c++/overload.cc (intToChar): New.
23007 (main): Call intToChar.
23008
23009 2003-02-03 David Carlton <carlton@math.stanford.edu>
23010
23011 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
23012 'might_kfail' arg.
23013 KFAIL some of the continue_to_bp_overloaded calls, according to
23014 PR c++/1025.
23015
23016 2003-02-01 Michael Chastain <mec@shout.net>
23017
23018 * gdb.base/advance.c (marker1): New marker function.
23019 * gdb.base/advance.exp: When the 'advance' command lands on the
23020 return breakpoint, it can legitimately stop on either the
23021 current line or the next line. Accommodate both outcomes.
23022 * gdb.base/until.exp: Likewise.
23023
23024 2003-02-02 Andrew Cagney <ac131313@redhat.com>
23025
23026 2002-11-10 Jason Molenda (jason-cl@molenda.com):
23027 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
23028 now a list, not a tuple.
23029 * gdb.mi/mi-var-display.exp: Ditto.
23030 * gdb.mi/gdb792.exp: Ditto.
23031
23032 2003-02-01 Andrew Cagney <ac131313@redhat.com>
23033
23034 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
23035 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
23036 stack backtraces.
23037 * gdb.mi/mi-syn-frame.c: Part of same.
23038
23039 2003-02-01 Mark Kettenis <kettenis@gnu.org>
23040
23041 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
23042 gdb.mi/mi1-pthreads.exp: Return instead of calling
23043 gdb_suppress_entire_file.
23044
23045 2003-02-01 Mark Salter <msalter@redhat.com>
23046
23047 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
23048
23049 2003-01-31 Mark Salter <msalter@redhat.com>
23050
23051 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
23052 Support empty arg.
23053
23054 2003-01-30 Michael Chastain <mec@shout.net>
23055
23056 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
23057 This was a workaround for a UTF-8 bug in readline 4.3. The bug
23058 has been fixed in gdb/readline on 2003-01-09.
23059
23060 2003-01-29 Michael Snyder <msnyder@redhat.com>
23061
23062 * gdb.base/maint.exp: Allow for leading underscore in symbol.
23063 * gdb.base/display.exp: Allow for leading underscore in symbol.
23064 * gdb.base/args.exp: Skip if target does not support args passing.
23065
23066 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
23067
23068 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
23069 gdb_test. Accept a list of expect arguments as the third
23070 parameter.
23071 (gdb_test): Use it.
23072
23073 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
23074
23075 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
23076 allow for different test tree configurations. Update some
23077 tescases accordingly.
23078 * gdb.arch/altivec-regs.exp: Ditto.
23079 * gdb.asm/asm-source.exp: Ditto.
23080 * gdb.base/advance.exp: Ditto.
23081 * gdb.base/display.exp: Ditto.
23082 * gdb.base/long_long.exp: Ditto.
23083 * gdb.base/mips_pro.exp: Ditto.
23084 * gdb.base/overlays.exp: Ditto.
23085 * gdb.base/relocate.exp: Ditto.
23086 * gdb.base/setshow.exp: Ditto.
23087 * gdb.base/step-line.exp: Ditto.
23088 * gdb.base/step-test.exp: Ditto.
23089 * gdb.base/until.exp: Ditto.
23090 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
23091
23092 2003-01-17 David Carlton <carlton@math.stanford.edu>
23093
23094 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
23095 corresponding to PR c++/945.
23096 Update copyright.
23097
23098 2003-01-17 David Carlton <carlton@math.stanford.edu>
23099
23100 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
23101 corresponding to PR c++/68.
23102
23103 2003-01-17 David Carlton <carlton@math.stanford.edu>
23104
23105 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
23106 (test_paddr_hairy_functions): Call print_addr_2_kfail for
23107 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
23108
23109 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
23110
23111 * gdb.base/break.exp: Fix change of default location, because of
23112 removal of until tests.
23113 * gdb.base/help.exp: Update test for new 'until' help message.
23114 Add test for help on 'advance'.
23115 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
23116
23117 2003-01-15 Mark Kettenis <kettenis@gnu.org>
23118
23119 * gdb.base/default.exp: Adapt "info float" test for recent changes
23120 to that command. Add test for "info vector".
23121 * gdb.base/float.exp: New file. Add test for "info float" that
23122 resembles the old test in gdb.base/default.exp.
23123
23124 2003-01-15 David Carlton <carlton@math.stanford.edu>
23125
23126 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
23127
23128 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
23129
23130 * gdb.base/break.exp: Move the tests of until command from here...
23131 * gdb.base/until.exp: ... to here. New file. Add other tests.
23132 * gdb.base/advance.c: New file.
23133 * gdb.base/advance.exp: New file.
23134
23135 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
23136
23137 * gdb.base/args.c: New file.
23138 * gdb.base/args.exp: New file.
23139
23140 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
23141
23142 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
23143
23144 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
23145
23146 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
23147
23148 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
23149
23150 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
23151 dates.
23152
23153 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
23154
23155 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
23156
23157 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
23158
23159 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
23160 (ptype &*"foo").
23161 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
23162
23163 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
23164
23165 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
23166 * gdb.mi/mi1-console.exp: Likewise.
23167
23168 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
23169
23170 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
23171 * gdb.mi/mi1-console.exp: Likewise.
23172
23173 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
23174
23175 * gdb.c++/overload.exp: Remove some fixed XFAILs.
23176
23177 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
23178
23179 * gdb.base/detach.exp: New test.
23180
23181 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
23182
23183 * Makefile.in (ALL_SUBDIRS): New variable.
23184 (subdirs, clean, distclean): Use it.
23185 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
23186 regenerating Makefile, since it is generated from the top level.
23187 * gdb.asm/Makefile.in: Likewise.
23188 * gdb.base/Makefile.in: Likewise.
23189 * gdb.c++/Makefile.in: Likewise.
23190 * gdb.disasm/Makefile.in: Likewise.
23191 * gdb.java/Makefile.in: Likewise.
23192 * gdb.mi/Makefile.in: Likewise.
23193 * gdb.threads/Makefile.in: Likewise.
23194 * gdb.trace/Makefile.in: Likewise.
23195
23196 2003-01-09 David Carlton <carlton@math.stanford.edu>
23197
23198 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
23199 Add copyright year 2003.
23200
23201 2003-01-06 Michael Chastain <mec@shout.net>
23202
23203 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
23204 When selecting a thread, 'line' and 'file' are optional.
23205 * gdb.mi/mi1-pthreads.exp: Likewise.
23206
23207 2003-01-06 Andreas Schwab <schwab@suse.de>
23208
23209 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
23210 failures.
23211
23212 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
23213
23214 Fix PR gdb/844
23215 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
23216 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
23217
23218 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
23219 instead of calling gdb_suppress_entire_file.
23220 * gdb.threads/print-threads.exp: Likewise.
23221 * gdb.threads/schedlock.exp: Likewise.
23222
23223 * gdb.threads/killed.exp: Return instead of calling
23224 gdb_suppress_entire_file.
23225 * gdb.threads/linux-dp.exp: Likewise.
23226 * gdb.threads/pthreads.exp: Likewise.
23227
23228 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
23229
23230 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
23231 stabs.
23232 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
23233 * gdb.base/whatis.exp: Always allow (void) after function names.
23234
23235 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
23236
23237 * gdb.c++/casts.exp: Correct regexp.
23238
23239 2003-01-04 Mark Kettenis <kettenis@gnu.org>
23240
23241 * configure.in: Call AC_CONFIG_HEADER. Don't call
23242 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
23243 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
23244 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
23245 aforementioned directories in the AC_OUPUT call.
23246 * config.hin: New file.
23247 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
23248 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
23249 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
23250 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
23251 pass -I$objdir instead of -I$objdir/$subdir in compilation.
23252 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
23253 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
23254 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
23255 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
23256 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
23257 gdb.threads/configure.in, gdb.threads/configure,
23258 gdb.threads/config.in, gdb.trace/configure.in,
23259 gdb.trace/configure: Removed.
23260
23261 2003-01-03 Michael Chastain <mec@shout.net>
23262
23263 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
23264 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
23265
23266 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
23267
23268 * gdb.base/store.exp: Fix regular expressions.
23269
23270 2002-12-28 Mark Kettenis <kettenis@gnu.org>
23271
23272 * configure.in: Rewrite.
23273 * configure: Regenerated.
23274
23275 2003-01-03 David Carlton <carlton@math.stanford.edu>
23276
23277 * gdb.base/psymtab.exp: New file.
23278 * gdb.base/psymtab1.c: Ditto.
23279 * gdb.base/psymtab2.c: Ditto.
23280
23281 2002-12-23 Adam Fedor <fedor@gnu.org>
23282
23283 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
23284
23285 2002-12-23 David Carlton <carlton@math.stanford.edu>
23286
23287 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
23288 and current_directory initialization.
23289
23290 2002-12-22 Jim Blandy <jimb@redhat.com>
23291
23292 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
23293 rather than as part of the output file name.
23294
23295 * gdb.base/attach.exp: There's no need to copy the test program to
23296 /tmp; that was only ever necessary on HP/UX, and this test is
23297 entirely disabled there anyway.
23298
23299 2002-12-21 Jim Blandy <jimb@redhat.com>
23300
23301 * gdb.c++/psmang.exp: Doc fix.
23302
23303 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
23304 test.
23305
23306 2002-12-20 David Carlton <carlton@math.stanford.edu>
23307
23308 * gdb.c++/annota2.exp: KFAIL annotate-quit.
23309
23310 2002-12-18 Michael Chastain <mec@shout.net>
23311
23312 * gdb.c++/annota2.exp: Add copyright year 2002.
23313
23314 2002-12-17 David Carlton <carlton@math.stanford.edu>
23315
23316 * gdb.c++/try_catch.cc: Add marker comments.
23317 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
23318 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
23319 * gdb.c++/m-static.cc: Ditto.
23320 * gdb.c++/m-static1.cc: Ditto.
23321 * gdb.c++/try_catch.cc: Ditto.
23322
23323 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
23324
23325 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
23326 to see whether we are using the new -environment-directory
23327 command which resets via -r or the old version of the command
23328 which may prompt the user. Part of fix for gdb/741.
23329
23330 2002-12-13 Andrew Cagney <ac131313@redhat.com>
23331
23332 * gdb.fortran/types.exp: Update obsolete comment.
23333 * gdb.fortran/exprs.exp: Ditto.
23334 * lib/gdb.exp: Delete obsolete code.
23335 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
23336 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
23337 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
23338 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
23339 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
23340 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
23341 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
23342 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
23343 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
23344 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
23345 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
23346 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
23347 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
23348 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
23349 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
23350 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
23351 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
23352 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
23353 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
23354 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
23355 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
23356 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
23357 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
23358 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
23359 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
23360 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
23361 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
23362 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
23363 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
23364 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
23365 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
23366 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
23367 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
23368 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
23369 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
23370 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
23371 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
23372
23373 2002-12-11 David Carlton <carlton@math.stanford.edu>
23374
23375 * gdb.c++/m-data.exp: Add test for members that shadow global
23376 variables: see PR gdb/804.
23377 * gdb.c++/m-data.cc: Ditto.
23378
23379 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
23380
23381 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
23382
23383 2002-12-06 David Carlton <carlton@math.stanford.edu>
23384
23385 * gdb.base/store.c: Don't declare functions static.
23386
23387 2002-12-04 Andrew Cagney <ac131313@redhat.com>
23388
23389 * gdb.base/store.exp, gdb.base/store.c: New files.
23390
23391 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
23392
23393 * gdb.base/selftest.exp: Update for current gdb.
23394
23395 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
23396
23397 * gdb.base/maint.exp: Only dump symbols from one source file
23398 or objfile.
23399
23400 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
23401
23402 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
23403 function call.
23404
23405 2002-11-25 Jim Blandy <jimb@redhat.com>
23406
23407 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
23408 function appearing in error message.
23409
23410 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
23411
23412 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
23413
23414 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
23415
23416 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
23417 for mi1 and current mi is in correct format. New mi startup message
23418 should be in mi console format. This is part of fix for PR gdb/604.
23419
23420 2002-09-18 Fernando Nasser <fnasser@redhat.com>
23421
23422 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
23423 which explicitly prints the zero offset as "+0".
23424
23425 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
23426
23427 * gdb.threads/schedlock.c (args): Make unsigned.
23428
23429 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
23430
23431 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
23432 numbers. Allow "foo2|selected stack frame".
23433 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
23434 * gdb.asm/asmsrc2.s: Likewise.
23435 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
23436 comments.
23437 * gdb.asm/mips.inc: New file.
23438
23439 2002-10-18 Adam Fedor <fedor@gnu.org>
23440
23441 * gdb.base/default.exp: Update expected output to include 'ObjC'.
23442 * gdb.base/help.exp: Likewise.
23443
23444 2002-10-17 Kevin Buettner <kevinb@redhat.com>
23445
23446 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
23447 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
23448
23449 2002-10-02 Jim Blandy <jimb@redhat.com>
23450
23451 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
23452
23453 2002-10-01 Andrew Cagney <ac131313@redhat.com>
23454
23455 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
23456 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
23457 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
23458 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
23459 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
23460 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
23461 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
23462
23463 2002-09-29 Andrew Cagney <ac131313@redhat.com>
23464
23465 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
23466 * mi0-disassemble.exp, mi0-eval.exp: Delete.
23467 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
23468 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
23469 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
23470 * mi0-var-block.exp, mi0-var-child.exp: Delete.
23471 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
23472
23473 2002-09-27 Kevin Buettner <kevinb@redhat.com>
23474
23475 * gdb.base/annota1.exp (info break): Make directory components of
23476 path optional since not all compilers emit this debug information.
23477
23478 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
23479 step ends up stepping out of the function instead of stopping on
23480 the epilogue.
23481
23482 2002-09-26 Keith Seitz <keiths@redhat.com>
23483
23484 * lib/insight-support.exp (gdbtk_start): Figure out where
23485 the insight executable is based on where gdb is. Use this
23486 executable to start insight instead of gdb.
23487
23488 2002-09-25 Andrew Cagney <cagney@redhat.com>
23489
23490 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
23491
23492 2002-09-24 Andrew Cagney <ac131313@redhat.com>
23493
23494 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
23495 test_isolated_complaints.
23496 (test_empty_complaint): New function.
23497 (test_empty_complaints): New function. Check no output when no
23498 complaints.
23499
23500 2002-09-19 Jim Blandy <jimb@redhat.com>
23501
23502 * gdb.base/charset.exp, gdb.base/charset.c: New files.
23503
23504 2002-09-19 Andrew Cagney <ac131313@redhat.com>
23505
23506 * gdb.gdb/complaints.exp: New file.
23507
23508 2002-09-18 Andrew Cagney <ac131313@redhat.com>
23509
23510 * gdb.base/maint.exp: Check `help maint internal-warning'.
23511
23512 2002-09-18 David Carlton <carlton@math.stanford.edu>
23513
23514 * gdb.c++/m-static.exp: Remove breakpoints depending on line
23515 numbers, and replace them by a single breakpoint after the
23516 constructors are all finished.
23517 Add test 4.
23518 * gdb.c++/m-static.cc: Add test 4.
23519 * gdb.c++/m-static.h: New file.
23520 * gdb.c++/m-static1.cc: New file.
23521
23522 * gdb.c++/printmethod.exp: New file.
23523 * gdb.c++/printmethod.cc: New file.
23524
23525 * gdb.c++/pr-574.exp: New file.
23526 * gdb.c++/pr-574.cc: New file.
23527
23528 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
23529
23530 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
23531 embedded targets which never actually exit.
23532
23533 2002-09-18 Fernando Nasser <fnasser@redhat.com>
23534
23535 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
23536 "don't step after run" as unresolved or unsupported, instead of xfail.
23537
23538 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
23539
23540 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
23541 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
23542 Add newline to expected string in "step out of main (status wrapper)"
23543 case.
23544
23545 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
23546
23547 * lib/gdb.exp (rerun_to_main): Allow restarting application.
23548 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
23549
23550 2002-09-17 Tom Tromey <tromey@redhat.com>
23551
23552 * gdb.base/printcmds.exp (test_print_string_constants): Expect
23553 \000, not \0, in double-quoted string.
23554
23555 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
23556
23557 * gdb.base/commands.exp: Don't expect a "Program exited normally"
23558 string after running the commands execution on breakpoint tests.
23559
23560 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
23561
23562 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
23563
23564 2002-09-12 Joel Brobecker <brobecker@gnat.com>
23565
23566 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
23567
23568 2002-09-10 Keith Seitz <keiths@redhat.com>
23569
23570 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
23571 runto proc.
23572 (mi_run_to_main): Use mi_runto.
23573 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
23574
23575 2002-09-10 Keith Seitz <keiths@redhat.com>
23576
23577 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
23578 regexp for stopping at main. Could have multiple event notifications.
23579 Don't assume that main was declared with no parameters.
23580 (mi_next): Use mi_step_to.
23581 (mi_step): Use mi_next_to.
23582
23583 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
23584
23585 * gdb.base/default.exp: Fix expected string in `info float' test.
23586
23587 2002-09-09 Ben Elliston <bje@redhat.com>
23588
23589 * config/mips.exp: Update comments.
23590 * config/mips-idt.exp: Likewise.
23591 * config/nind.exp: Likewise.
23592 * config/slite.exp: Likewise.
23593 * config/sparclet.exp: Likewise.
23594 * config/udi.exp: Likewise.
23595 * config/vx.exp: Likewise.
23596 * config/vxworks29k.exp: Likewise.
23597
23598 2002-09-05 Jim Blandy <jimb@redhat.com>
23599
23600 * gdb.threads/killed.exp: Fix test failure message.
23601
23602 2002-09-04 Keith Seitz <keiths@redhat.com>
23603
23604 * lib/mi-support.exp: Update copyright.
23605 (mi_gdb_test): Increase the priority of the expected pattern
23606 so that it matches gdb_test.
23607
23608 2002-09-03 Keith Seitz <keiths@redhat.com>
23609
23610 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
23611 Use integer comparison instead of string comparison for testing
23612 whether binary was built.
23613
23614 2002-09-03 Jim Blandy <jimb@redhat.com>
23615
23616 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
23617
23618 2002-08-29 Jim Blandy <jimb@redhat.com>
23619
23620 * gdb.threads/pthreads.exp: Move the portable thread compilation
23621 code into a function in lib/gdb.exp, and call that from here.
23622 * lib/gdb.exp (gdb_compile_pthreads): New function.
23623
23624 2002-08-29 Keith Seitz <keiths@redhat.com>
23625
23626 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
23627 expect_out so that callers can get at it.
23628
23629 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
23630
23631 * gdb.threads/print-threads.c: New file.
23632 * gdb.threads/print-threads.exp: New file.
23633 * gdb.threads/schedlock.c: New file.
23634 * gdb.threads/schedlock.exp: New file.
23635
23636 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
23637
23638 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
23639 not altivec.c.
23640
23641 2002-08-17 Mark Kettenis <kettenis@gnu.org>
23642
23643 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
23644 targets. The problem should be fixed now.
23645
23646 2002-08-15 Mark Kettenis <kettenis@gnu.org>
23647
23648 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
23649 2002-07-24 change that removes final dots from error messages.
23650
23651 2002-08-13 Tom Tromey <tromey@redhat.com>
23652
23653 * gdb.base/readline.exp: New file.
23654
23655 2002-08-01 Andrew Cagney <ac131313@redhat.com>
23656
23657 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
23658 supress message.
23659
23660 2002-08-01 Andrew Cagney <cagney@redhat.com>
23661
23662 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
23663 CHILL_FOR_TARGET and CHILL_LIB.
23664 * configure.in (configdirs): Remove gdb.chill.
23665 * configure: Regenerate.
23666 * lib/gdb.exp: Obsolete references to chill.
23667 * gdb.fortran/types.exp: Ditto.
23668 * gdb.fortran/exprs.exp: Ditto.
23669
23670 2002-07-30 Kevin Buettner <kevinb@redhat.com>
23671
23672 * gdb.base/shlib-call.exp (additional_flags): Conditionally
23673 set Irix-specific compile and link flags.
23674
23675 2002-07-29 Kevin Buettner <kevinb@redhat.com>
23676
23677 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
23678 source files. The ``-o'' option doesn't work with the ``-E'' option
23679 when using the Irix compiler.
23680
23681 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
23682
23683 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
23684 Improve support for reusing an exec file. Copy exec file
23685 to target, and run gdbserver on the target instead of on the host.
23686
23687 2002-07-18 Jim Blandy <jimb@redhat.com>
23688
23689 * gdb.base/ending-run.exp: Don't expect to see the program end in
23690 some orderly fashion when we're running on a real stand-alone
23691 board.
23692
23693 * gdb.base/interrupt.exp: Correct logic for skipping tests on
23694 targets that don't support interrupts.
23695
23696 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
23697
23698 * gdb.base/attach.exp: Add patterns to match output from /proc-based
23699 systems.
23700 Move comments in expect statements to inside the actions, so that they
23701 don't get matched against.
23702
23703 2002-07-10 Mark Kettenis <kettenis@gnu.org>
23704
23705 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
23706 function when asleep" test.
23707
23708 2002-07-10 Andrew Cagney <ac131313@redhat.com>
23709
23710 * gdb.base/page.exp: Rewrite to handle problems with very long
23711 `info set' output. Update copyright.
23712
23713 2002-06-26 Andrew Cagney <ac131313@redhat.com>
23714
23715 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
23716 gdb.threads-hp.
23717 * gdb.hp/configure: Regenerate.
23718 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
23719 * gdb.hp/gdb.threads-hp/configure: Delete file.
23720 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
23721
23722 2002-06-22 Andrew Cagney <ac131313@redhat.com>
23723
23724 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
23725 setlocale, bindtextdomain and textdomain.
23726
23727 2002-06-11 Jim Blandy <jimb@redhat.com>
23728
23729 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
23730 preprocessor macro information is present.
23731
23732 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
23733 tests.
23734
23735 2002-06-06 Michael Snyder <msnyder@redhat.com>
23736
23737 * gdb.base/overlays.exp: Record addresses of overlay
23738 functions in TCL variables rather than in GDB variables,
23739 to avoid having GDB convert them to pointers (with loss
23740 of information).
23741
23742 * gdb.base/d10v.ld: Merge in several years worth of
23743 default linker script changes.
23744 * gdb.base/long_long.exp: Add check for sizeof (long double).
23745
23746 2002-06-06 Michal Ludvig <mludvig@suse.cz>
23747
23748 * gdb.asm/asm-source.exp: Add x86-64 target.
23749 * gdb.asm/x86_64.inc: New.
23750
23751 2002-05-30 Michael Chastain <mec@shout.net>
23752
23753 From Benjamin Kosnik <bkoz@redhat.com>:
23754 * gdb.c++/m-static.cc: New file.
23755 * gdb.c++/m-static.exp: New file.
23756
23757 2002-05-28 Michael Snyder <msnyder@redhat.com>
23758
23759 * gdb.base/call-ar-st.exp: Allow for reduced floating point
23760 precision.
23761
23762 2002-05-27 Michael Chastain <mec@shout.net>
23763
23764 From Benjamin Kosnik <bkoz@redhat.com>:
23765 * gdb.c++/m-data.cc: New file.
23766 * gdb.c++/m-data.exp: New file.
23767
23768 2002-05-27 Michael Chastain <mec@shout.net>
23769
23770 From Benjamin Kosnik <bkoz@redhat.com>:
23771 * gdb.c++/try_catch.cc: New file.
23772 * gdb.c++/try_catch.exp: New file.
23773
23774 2002-05-27 Michael Chastain <mec@shout.net>
23775
23776 * gdb.c++/local.exp: Accept more nested types in output.
23777
23778 2002-05-26 Michael Chastain <mec@shout.net>
23779
23780 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
23781
23782 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
23783
23784 * lib/gdb.exp (gdb_wrapper_init): Just because
23785 gdb_wrapper_file exists, this does not mean that the file
23786 should not be rebuilt. That is what gdb_wrapper_initialized
23787 is for.
23788 (default_gdb_init): Reset gdb_wrapper_initialized.
23789
23790 2002-05-23 Michael Snyder <msnyder@redhat.com>
23791
23792 * gdb.base/all-bin.exp: Revise previous patch by just reducing
23793 the precision of the floating point test results.
23794 * gdb.base/call-rt-st.exp: Ditto.
23795
23796 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
23797 * gdb.base/call-rt-st.exp: Ditto.
23798
23799 2002-05-19 Michael Chastain <mec@shout.net>
23800
23801 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
23802
23803 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
23804
23805 * configure.in (configdirs): Add gdb.arch.
23806 * configure: Regenerate.
23807
23808 2002-05-17 Jim Blandy <jimb@redhat.com>
23809
23810 * gdb.base/completion.exp: Recognize the more detailed error
23811 messages produced by the macro expander's lexical analyzer.
23812
23813 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
23814
23815 * gdb.arch/altivec-abi.c: New file.
23816 * gdb.arch/altivec-abi.exp: New file.
23817 * gdb.arch/altivec-regs.c: New file.
23818 * gdb.arch/altivec-regs.exp: New file.
23819
23820 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
23821
23822 * gdb.base/maint.exp (maint print type): Update for new type
23823 structure.
23824
23825 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
23826
23827 * gdb.arch: New directory.
23828 * gdb.arch/configure.in: New file.
23829 * gdb.arch/configure: New file.
23830 * gdb.arch/Makefile.in: New file.
23831
23832 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
23833
23834 * gdb.asm/asm-source.exp: Add v850 as supported target.
23835 * gdb.asm/v850.inc: New file.
23836
23837 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
23838
23839 * gdb.c++/annota2.exp (annotate-quit): Add comment.
23840
23841 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
23842
23843 * gdb.base/break.exp: Check 'break "marker2"'.
23844
23845 2002-05-10 Michael Snyder <msnyder@redhat.com>
23846
23847 * gdb.base/long_long.exp: Fix typo.
23848
23849 2002-05-10 Jim Blandy <jimb@redhat.com>
23850
23851 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
23852 a bug.
23853
23854 * gdb.base/printcmds.exp (test_integer_literals_rejected):
23855 Recognize more detailed error message produced by the macro
23856 expander's lexical analyzer.
23857 * lib/gdb.exp (test_print_reject): Same.
23858
23859 2002-05-09 Mark Kettenis <kettenis@gnu.org>
23860
23861 * gdb.c++/method.exp: Fix typo.
23862
23863 2002-05-08 Michael Snyder <msnyder@redhat.com>
23864
23865 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
23866 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
23867 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
23868 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
23869 Add iftarget clause for strongarm.
23870
23871 2002-05-06 Michael Snyder <msnyder@redhat.com>
23872
23873 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
23874 (gdb_continue_to_end): Accept output from status wrapper.
23875 * gdb.base/ending-run.exp: Add case for output from status wrapper.
23876 Clean up fail messages to match pass messages.
23877
23878 Enable the "needs_status_wrapper" testsuite feature.
23879 * lib/gdb.exp (gdb_wrapper_init): New procedure.
23880 (gdb_compile): Conditionally call gdb_wrapper_init.
23881 * gdb.base/a2-run.exp: Recognize output from status wrapper.
23882 * gdb.c++/method.exp: Recognize output from status wrapper.
23883
23884 2002-05-06 Ben Elliston <bje@redhat.com>
23885 From Graydon Hoare <graydon@redhat.com>
23886
23887 * config/sid.exp: Include support for "rawsid" protocol.
23888
23889 2002-05-03 Jim Blandy <jimb@redhat.com>
23890
23891 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
23892 * gdb.c++/hang3.C: New file.
23893
23894 2002-05-04 Andrew Cagney <ac131313@redhat.com>
23895
23896 * gdb.base/default.exp: Remove obsolete code.
23897 * gdb.c++/misc.exp: Ditto. Update copyright.
23898 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
23899 * gdb.base/whatis.exp: Ditto. Update copyright.
23900 * gdb.base/scope.exp: Ditto. Update copyright.
23901 * gdb.base/ptype.exp: Ditto. Update copyright.
23902 * gdb.base/printcmds.exp: Ditto. Update copyright.
23903 * gdb.base/opaque.exp: Ditto. Update copyright.
23904 * gdb.base/list.exp: Ditto.
23905 * gdb.base/funcargs.exp: Ditto. Update copyright.
23906 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
23907 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
23908 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
23909 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
23910 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
23911 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
23912
23913 2002-05-02 Michael Snyder <msnyder@redhat.com>
23914
23915 * gdb.base/watchpoint.exp: Add xscale target.
23916 * gdb.base/long_long.exp: Add xscale target.
23917 * gdb.base/default.exp: Add xscale target.
23918
23919 2002-05-01 Jim Blandy <jimb@redhat.com>
23920
23921 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
23922 gdb.c++/hang.exp: New test.
23923
23924 2002-05-01 Fred Fish <fnf@redhat.com>
23925
23926 * gdb.base/completion.exp: Handle completions of "./Make" for
23927 more than one completion possibility, as is the case when we
23928 build and test in the source tree.
23929
23930 2002-04-29 Anthony Green <green@redhat.com>
23931
23932 * gdb.java/jmisc1.exp: New file.
23933 * gdb.java/jmisc2.exp: New file.
23934
23935 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
23936
23937 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
23938
23939 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
23940
23941 * gdb.base/help.exp: Change 'help status' to allow for target
23942 dependent output differences.
23943
23944 2002-04-22 Michael Chastain <mec@shout.net>
23945
23946 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
23947
23948 2002-04-22 Michael Chastain <mec@shout.net>
23949
23950 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
23951
23952 2002-04-17 David S. Miller <davem@redhat.com>
23953
23954 * gdb.asm/sparc64.inc: New file.
23955 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
23956
23957 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
23958
23959 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
23960 instruction file directly into the build tree. Clean up at end of
23961 test.
23962
23963 2002-04-18 David S. Miller <davem@redhat.com>
23964
23965 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
23966 handle 64-bit platforms correctly.
23967 * gdb.base/maint.exp: Likewise.
23968
23969 2002-04-18 Kevin Buettner <kevinb@redhat.com>
23970
23971 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
23972 ``-fpic'' when compiling files comprising a shared library, but
23973 it does need additional linker flags in order to find shared
23974 libraries at run time.
23975
23976 2002-04-18 Kevin Buettner <kevinb@redhat.com>
23977
23978 * gdb.base/cvexpr.c (use): New function.
23979 (main): Invoke use() on all global variables to prevent
23980 some linkers from deleting these otherwise unused symbols.
23981
23982 2002-04-17 Michael Chastain <mec@shout.net>
23983 From David S. Miller <davem@redhat.com>
23984
23985 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
23986 handle 64-bit platforms correctly.
23987
23988 2002-04-12 Michael Snyder <msnyder@redhat.com>
23989 From Jim Blandy <jimb@redhat.com>
23990 * gdb.base/foo.c (foox): Remove section attribute; the linker
23991 script can handle this instead.
23992 * gdb.base/bar.c (barx): Same.
23993 * gdb.base/baz.c (bazx): Same.
23994 * gdb.base/grbx.c (grbxx): Same.
23995
23996 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
23997 manager doesn't automatically unmap overlays unnecessarily.
23998
23999 2002-04-10 Martin M. Hunt <hunt@redhat.com>
24000
24001 * gdb.base/ending-run.exp: Fix pattern for Mips targets
24002 stepping out of main.
24003
24004 2002-04-09 Michael Chastain <mec@shout.net>
24005
24006 * gdb.c++/local.cc (main): Move call to marker1() inside nested
24007 scope so that the nested scope tests will make sense.
24008 * gdb.c++/local.exp: Write patterns that actually work with gcc
24009 (the HP patterns "were never known to work with gcc").
24010 Keep the old aCC patterns too.
24011
24012 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
24013
24014 * gdb.base/attach.exp: Correct target board test.
24015
24016 2002-04-08 Michael Chastain <mec@shout.net>
24017
24018 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
24019 in a const method. Add some xfail and fail cases for configurations
24020 that do not emit the "const ...".
24021
24022 2002-04-07 Michael Chastain <mec@shout.net>
24023
24024 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
24025 Accept "A * const" and "const A * const" as type of "this".
24026 Fix spelling of getFunky throughout. Make messages uniform.
24027
24028 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
24029
24030 Work around for PR gdb/285:
24031 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
24032
24033 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
24034
24035 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
24036 instructions file at run time instead of configure time.
24037 Sometimes we run the test in a directory that is not the one we
24038 configured in.
24039 * gdb.asm/configure.in: Delete creation of symlink.
24040 * gdb.asm/configure: Regenerate.
24041
24042 2002-04-05 J. Brobecker <brobecker@gnat.com>
24043
24044 * gdb.gdb/xfullpath.exp: New test, to exercise the new
24045 xfullpath () function.
24046
24047 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
24048
24049 * gdb.asm/Makefile.in: Correct dependencies.
24050
24051 * gdb.asm/powerpc.inc: New file.
24052 * gdb.asm/asm-source.exp: Add PowerPC.
24053 * gdb.asm/configure.in: Likewise.
24054 * gdb.asm/configure: Regenerated.
24055
24056 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
24057
24058 * gdb.base/relocate.exp: New file.
24059 * gdb.base/relocate.c: New file.
24060
24061 2002-04-04 Fred Fish <fnf@redhat.com>
24062
24063 * gdb.base/step-test.exp: Update comment regarding stopping in
24064 memcpy/bcopy calls inserted as part of the compiler runtime.
24065
24066 2002-04-04 Michael Snyder <msnyder@redhat.com>
24067
24068 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
24069
24070 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
24071
24072 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
24073 (gdb_expect): Remove $notransfer hack.
24074
24075 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
24076
24077 * gdb.c++/classes.exp ("calling method for small class"): Match
24078 updated register output.
24079
24080 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
24081
24082 Fix PR gdb/452
24083 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
24084 when finished. Make gdb_file_cmd send "exec-file" when
24085 appropriate.
24086
24087 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
24088
24089 * gdb.base/attach.exp: Remove extra setup_xfail.
24090
24091 2002-03-26 Michael Snyder <msnyder@redhat.com>
24092
24093 * gdb.base/default.exp: Add tests for dump, append, and restore.
24094 * gdb.base/help.exp: Add tests for dump, append, and restore.
24095 * gdb.base/dump.exp: New file, test dump, append and restore.
24096 * gdb.base/dump.c: New file.
24097
24098 2002-03-27 Michael Snyder <msnyder@redhat.com>
24099
24100 * gdb.base/help.exp: Modify expect strings to reflect
24101 clean-ups in help messages.
24102
24103 2002-03-26 Fred Fish <fnf@redhat.com>
24104
24105 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
24106 have debugging info for those functions and the compiler uses them
24107 internally to copy structs around.
24108
24109 2002-03-26 Fred Fish <fnf@redhat.com>
24110
24111 * gdb.base/list.exp: Revert the change made yesterday and add note
24112 about why we don't list the default lines for remote targets.
24113
24114 2002-03-25 Michael Snyder <msnyder@redhat.com>
24115
24116 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
24117
24118 2002-03-25 Fred Fish <fnf@redhat.com>
24119
24120 * gdb.base/list.exp: This test works on remote targets so remove
24121 the short circuit for remote targets. Update copyright.
24122
24123 2002-03-25 Fred Fish <fnf@redhat.com>
24124
24125 * gdb.base/attach.exp: Fix logic error that was suppressing this
24126 test for all non hppa*-*-hpux* targets, instead of the hp target.
24127 Move comments closer to the suppression point. Also now need to
24128 check that we are running natively.
24129
24130 2002-03-22 Michael Snyder <msnyder@redhat.com>
24131
24132 * gdb.base/default.exp: Add test for gcore. Update copyright.
24133 * gdb.base/help.exp: Add test for gcore. Update copyright.
24134
24135 2002-03-06 Fred Fish <fnf@redhat.com>
24136
24137 * gdb.base/funcargs.c: Remove extraneous ';' character.
24138 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
24139
24140 2002-03-04 Michael Chastain <mec@shout.net>
24141
24142 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
24143 accommodate gcc v3 function signature.
24144 * gdb.mi/mi0-var-cmd-exp: Ditto.
24145
24146 2002-02-24 Andrew Cagney <ac131313@redhat.com>
24147
24148 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
24149 ``GNU/Linux'' or ``Linux kernel''
24150 * testsuite/gdb.threads/pthreads.c: Ditto.
24151
24152 2002-02-24 Michael Chastain <mec@shout.net>
24153
24154 * gdb.threads/pthreads.c (thread1): Add a return statement.
24155 (thread2): Likewise.
24156 (foo): Likewise.
24157
24158 2002-02-23 Michael Chastain <mec@shout.net>
24159
24160 * gdb.threads/linux-dp.c (philosopher): Add a return statement
24161 to placate gcc.
24162
24163 2002-02-23 Michael Chastain <mec@shout.net>
24164
24165 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
24166 test "ptype bint". The test passes on all my stabs configurations.
24167
24168 2002-02-21 Jim Blandy <jimb@redhat.com>
24169
24170 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
24171 filename at a time, and watch for the ones we want to see.
24172
24173 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
24174 types of pointers to prototyped functions.
24175
24176 2002-02-20 Andrew Cagney <ac131313@redhat.com>
24177
24178 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
24179 signed, unsigned and straight char.
24180 (padding_char, padding_short, padding_int, padding_long,
24181 padding_long_long, padding_float, padding_double,
24182 padding_long_double): New global variables.
24183 (fill, fill_structs): New functions.
24184
24185 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
24186 for correctly sized writes. Update copyright.
24187 (get_valueof): New procedure.
24188 (get_sizeof): Call get_valueof.
24189 (check_valueof): New procedure.
24190 (check_padding): New procedure.
24191
24192 2002-02-20 Michael Chastain <mec@shout.net>
24193
24194 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
24195 to setup_xfail. Document some of the remaining calls.
24196
24197 2002-02-18 Michael Chastain <mec@shout.net>
24198
24199 * gdb.c++/userdef.exp: Update copyright year.
24200
24201 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
24202
24203 * gdb.c++/userdef.exp: Test overloaded operators properly.
24204 Remove xfails.
24205
24206 2002-02-14 Michael Snyder <msnyder@redhat.com>
24207
24208 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
24209
24210 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
24211
24212 * gdb.base/a2-run.exp: Check for a remote target properly.
24213 * gdb.base/annota1.exp: Likewise.
24214 * gdb.base/list.exp: Likewise.
24215 * gdb.base/reread.exp: Likewise.
24216 * gdb.base/scope.exp: Likewise.
24217 * gdb.base/shlib-call.exp: Likewise.
24218 * gdb.base/term.exp: Likewise.
24219 * gdb.c++/annota2.exp: Likewise.
24220
24221 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
24222
24223 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
24224
24225 2002-02-10 Michael Chastain <mec@shout.net>
24226
24227 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
24228 (call_after_alloca): Ditto.
24229
24230 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
24231
24232 * gdb.base/ending-run.exp: Guard "cont" test with
24233 gdb_skip_stdio_test.
24234
24235 2002-02-06 Jim Blandy <jimb@redhat.com>
24236
24237 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
24238 from here...
24239 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
24240 To here. Disable this test on non-HP platforms. Add big comment.
24241
24242 2002-02-04 Michael Snyder <msnyder@redhat.com>
24243
24244 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
24245 other than d10v and m32r.
24246
24247 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
24248
24249 * gdb.base/default.exp: Rewrite test patterns to reduce time
24250 taken to match them.
24251
24252 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
24253
24254 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
24255 Allow a start function above main.
24256 * gdb.threads/linux-dp.exp: Fix copyright date.
24257
24258 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
24259
24260 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
24261 (check_philosopher_stack): Check for manager thread before checking
24262 for a just-starting thread.
24263
24264 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
24265
24266 From Neil Booth <neil@daikokuya.demon.co.uk>:
24267 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
24268 warnings.
24269
24270 2002-01-21 Fred Fish <fnf@redhat.com>
24271
24272 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
24273 not caller.
24274
24275 2002-01-21 Jim Blandy <jimb@redhat.com>
24276
24277 * gdb.base/reread.exp: Check that GDB properly re-reads the
24278 executable file when it changes while no inferior is running.
24279
24280 2002-01-21 Fred Fish <fnf@redhat.com>
24281
24282 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
24283 optionally accept the "shlib events" variation.
24284
24285 2002-01-21 Jim Blandy <jimb@redhat.com>
24286
24287 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
24288 call `fflush' after every `printf', so that the output is produced
24289 at predictable points, regardless of whatever buffering does (or
24290 doesn't) take place.
24291 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
24292 at different points.
24293
24294 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
24295
24296 * gdb.c++/inherit.exp: Update copyright years.
24297 * gdb.c++/method.exp: Likewise.
24298
24299 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
24300
24301 * gdb.c++/classes.exp: Update for improved v3 support and skipping
24302 artificial methods/arguments.
24303 * gdb.c++/derivation.exp: Likewise.
24304 * gdb.c++/inherit.exp: Likewise.
24305 * gdb.c++/method.exp: Likewise.
24306 * gdb.c++/virtfunc.exp: Likewise.
24307
24308 2002-01-18 Andrew Cagney <ac131313@redhat.com>
24309
24310 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
24311 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
24312 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
24313 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
24314 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
24315 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
24316
24317 2002-01-17 Jim Blandy <jimb@redhat.com>
24318
24319 * gdb.asm/asm-source.exp (info symbol): Take another shot at
24320 anchoring the pattern matching the entry point symbol's name.
24321
24322 2002-01-17 Andrew Cagney <ac131313@redhat.com>
24323
24324 * gdb.base/maint.exp: Update ``maint internal-error'' to match
24325 continue/quit query. Update copyright.
24326
24327 2002-01-14 Michael Snyder <msnyder@redhat.com>
24328
24329 * gdb.base/gcore.exp: Remove extra debugging output.
24330
24331 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
24332
24333 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
24334 for slightly dubious v2 mangled string.
24335
24336 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
24337
24338 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
24339
24340 2002-01-10 Jason Merrill <jason@redhat.com>
24341
24342 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
24343
24344 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
24345 constructors.
24346 * gdb.c++/derivation.exp: Likewise.
24347 * gdb.c++/templates.exp: Likewise.
24348 * gdb.c++/virtfunc.exp: Likewise.
24349
24350 2002-01-10 Michael Snyder <msnyder@redhat.com>
24351
24352 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
24353
24354 2002-01-08 Michael Snyder <msnyder@redhat.com>
24355
24356 * gdb.base/gcore.exp: New test for generate-core-file command.
24357 * gdb.base/gcore.c: Testcase for above.
24358 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
24359
24360 2002-01-08 Jason Merrill <jason@redhat.com>
24361
24362 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
24363
24364 2002-01-07 Fred Fish <fnf@redhat.com>
24365
24366 * gdb.c++/overload.exp: Remove unconditional xfails for:
24367 print foo_instance1.overloadargs(1)
24368 print foo_instance1.overloadargs(1, 2)
24369 print foo_instance1.overloadargs(1, 2, 3)
24370 print foo_instance1.overloadargs(1, 2, 3, 4)
24371 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
24372 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
24373 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
24374 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
24375 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
24376 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
24377 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
24378 print foo_instance1.overload1arg()
24379 print foo_instance1.overload1arg((char)arg2)
24380 print foo_instance1.overload1arg((signed char)arg3)
24381 print foo_instance1.overload1arg((unsigned char)arg4)
24382 print foo_instance1.overload1arg((int)arg7)
24383 print foo_instance1.overload1arg((unsigned int)arg8)
24384 print foo_instance1.overload1arg((float)arg11)
24385 print foo_instance1.overload1arg((double)arg12)
24386
24387 2002-01-07 Michael Snyder <msnyder@redhat.com>
24388
24389 * gdb.base/huge.exp: New test. Print a very large target data object.
24390 (skip_huge_test): New test variable. Define if you want to skip this
24391 test. The test reads an 8 megabyte data object from the target, so it
24392 might be very time consuming on remote targets with a slow connection.
24393 * gdb.base/huge.c: New file. Test case for above.
24394
24395 2002-01-07 Fred Fish <fnf@redhat.com>
24396
24397 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
24398 g_instance.bfoo, and g_instance.cfoo.
24399
24400 2002-01-07 Jeffrey A Law <law@redhat.com>
24401
24402 * gdb.base/break.c (multi_line_if_conditional): New function.
24403 (multi_ilne_while_conditional): Likewise.
24404 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
24405 IF or WHILE condition puts the breakpoint at the start of
24406 the condition.
24407
24408 * gdb.base/selftest.exp (backtrace through signal handler): Remove
24409 hppa*-*-hpux* expected failure.
24410 * gdb.base/structs.exp (do_function_calls): Similarly.
24411
24412 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
24413 watchpoints.
24414
24415 2002-01-06 Andrew Cagney <ac131313@redhat.com>
24416
24417 Fix PR gdb/66.
24418 * gdb.base/structs.exp: Replace skip for a29k with skip for
24419 gdb,cannot_call_functions.
24420 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
24421 * gdb.base/callfuncs.exp: Ditto.
24422 * gdb.base/call-rt-st.exp: Ditto.
24423 * gdb.base/call-strs.exp: Ditto.
24424 * gdb.base/callfwmall.exp: Ditto.
24425 * gdb.base/scope.exp: Obsolete xfail a29k.
24426 * gdb.c++/misc.exp: Ditto.
24427 * gdb.c++/cplusfuncs.exp: Ditto.
24428 * gdb.base/ptype.exp: Ditto.
24429 * gdb.base/printcmds.exp: Ditto.
24430 * gdb.base/opaque.exp: Ditto.
24431 * gdb.base/list.exp: Ditto.
24432 * gdb.base/funcargs.exp: Ditto.
24433 * gdb.base/default.exp: Ditto.
24434
24435 2002-01-04 Michael Snyder <msnyder@redhat.com>
24436
24437 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
24438 * gdb.base/maint.exp: Add tests for maint info sections options.
24439
24440 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
24441
24442 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
24443
24444 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
24445
24446 * gdb.asm/arm.inc: New file.
24447 * gdb.asm/asm-source.exp: Add arm targets.
24448 * gdb.asm/configure.in: Ditto.
24449 * gdb.asm/configure: Recreated from configure.in.
24450
24451 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
24452
24453 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
24454 with HP's compiler.
24455 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
24456 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
24457 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
24458 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
24459
24460 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
24461 either HP's compilers or GCC.
24462
24463 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
24464 a SIGBUS or SIGSEGV.
24465
24466 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
24467
24468 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
24469 can be compiled with either HP's compiler or GCC.
24470
24471 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
24472 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
24473 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
24474
24475 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
24476 to match current gdb output. Update due to using auto-solib-limit
24477 for limiting instead of overloading auto-solib-add.
24478 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
24479 test program.
24480
24481 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
24482 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
24483 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
24484 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
24485 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
24486 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
24487 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
24488 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
24489 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
24490 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
24491 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
24492 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
24493 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
24494
24495 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
24496 a SIGTRAP to the inferior.
24497
24498 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
24499
24500 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
24501 Substitute call to target_link by call to gdb_compile.
24502
24503 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
24504
24505 * gdb.base/break.exp: Fix HP specific search string when testing
24506 backtracing in a called function.
24507
24508 * gdb.base/constvars.exp: Only set lang to C++ if we're
24509 compiling the test with HP's compilers.
24510 * gdb.base/volatile.exp: Similarly.
24511
24512 2001-12-19 Jim Blandy <jimb@redhat.com>
24513
24514 * gdb.base/printcmds.exp: Expect the null character to be printed
24515 as '\0', and the '\013' to be printed as '\v'.
24516 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
24517 * gdb.base/setvar.exp: Same.
24518
24519 2001-12-17 Jim Blandy <jimb@redhat.com>
24520
24521 * gdb.base/completion.exp: Rather than completing very long
24522 filenames, which can make the readline library produce output we
24523 don't recognize, cd to the directory first, and then complete
24524 using nice, short relative paths.
24525
24526 * gdb.base/completion.exp: On some systems, there is, in fact, a
24527 variable named `b' in scope, since GDB treats all static
24528 variables as being in scope. So use `no_var_named_this'
24529 instead of `b'.
24530
24531 * gdb.base/corefile.exp: Recognize the message saying that GDB
24532 can't find the core file's registers as a failure.
24533
24534 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
24535
24536 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
24537 test expect string more specific.
24538
24539 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
24540
24541 * gdb.asm/asm-source.exp: Add support for xstormy16.
24542 * gdb.asm/configure.in: Ditto.
24543 * gdb.asm/configure: Rebuild.
24544 * gdb.asm/xstormy16.inc: New file.
24545
24546 2001-12-10 Fred Fish <fnf@redhat.com>
24547
24548 * gdb.base/maint.exp: Update to match changes in type dumping code.
24549
24550 2001-12-10 Jim Blandy <jimb@redhat.com>
24551
24552 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
24553 matching the entry point symbol's name at the beginning of the
24554 line.
24555
24556 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
24557
24558 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
24559 gdb.c++/inherit.exp, gdb.c++/method.exp,
24560 gdb.c++/namespace.exp, gdb.c++/templates.exp,
24561 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
24562 and class layout support.
24563
24564 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
24565
24566 * gdb.c++/classes.exp: Add test for static member function.
24567 * gdb.c++/misc.cc: Add class with static member function.
24568
24569 2001-12-07 Jim Blandy <jimb@redhat.com>
24570
24571 If GDB says it can't find the struct the function returned, report
24572 those tests as `unsupported'.
24573 * gdb.base/call-rt-st.exp (print_struct_call): New function.
24574 Rewrite subsequent tests to use it.
24575
24576 If GDB says it can't find the struct the function returned, report
24577 those tests as `unsupported'.
24578 * gdb.base/structs.exp (call_struct_func): New function.
24579 (do_function_calls): Use call_struct_func to call the functions
24580 returning structs.
24581
24582 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
24583 whether functions are prototyped or not, so we can't possibly pass
24584 arguments to t_float_values2 properly.
24585
24586 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
24587 value of `timeout' for targets other than the mips*tx39-*.
24588
24589 2001-12-06 Michael Snyder <msnyder@redhat.com>
24590
24591 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
24592 and detect whether the start symbol has a leading underscore.
24593
24594 2001-12-04 Jim Blandy <jimb@redhat.com>
24595
24596 * gdb.base/completion.exp: Clarify indentation.
24597
24598 2001-12-03 Jim Blandy <jimb@redhat.com>
24599
24600 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
24601 variables on the S/390, not `.word'.
24602
24603 2001-11-30 Jim Blandy <jimb@redhat.com>
24604
24605 Add assembly-source tests for s390-ibm-linux.
24606 * gdb.asm/s390.inc: New file.
24607 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
24608 the S/390 architecture.
24609 * gdb.asm/configure: Regenerated.
24610
24611 2001-11-30 Michael Snyder <msnyder@redhat.com>
24612
24613 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
24614 next, info source, info sources, info line, global and static
24615 variables, and static functions.
24616 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
24617 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
24618 * gdb.asm/asmsrc1.s: Add a static function and some variables.
24619 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
24620 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
24621 (gdbasm_leave): Restore frame pointer.
24622 (gdbasm_startup): Copy stack set-up from crt0.S.
24623
24624 2001-11-26 Fernando Nasser <fnasser@redhat.com>
24625
24626 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
24627 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
24628 to a local (non-static) variable. Copy tstruct.a to a static buffer
24629 and return a pointer to that buffer.
24630 * gdb.base/callfwmall.c (t_structs_a): Ditto.
24631
24632 2001-11-24 Mark Kettenis <kettenis@gnu.org>
24633
24634 * gdb.asm/configure.in: Fix recognition of ix86 target.
24635 * gdb.asm/configure: Regenerate.
24636
24637 2001-11-21 Michael Snyder <msnyder@redhat.com>
24638
24639 * gdb.asm/sparc.inc: New file.
24640 * gdb.asm/asm-source.exp: Recognize sparc target.
24641 * gdb.asm/configure.in: Recognize sparc target.
24642 * gdb.asm/configure: Regenerate.
24643
24644 2001-11-21 Michael Snyder <msnyder@redhat.com>
24645
24646 * gdb.asm/m32r.inc: New file.
24647 * gdb.asm/asm-source.exp: Recognize m32r target.
24648 * gdb.asm/configure.in: Recognize m32r target.
24649 * gdb.asm/configure: Regenerate.
24650
24651 2001-11-20 Michael Snyder <msnyder@redhat.com>
24652
24653 * gdb.asm/i386.inc: New file.
24654 * gdb.asm/asm-source.exp: Recognize ix86 target.
24655 * gdb.asm/configure.in: Recognize ix86 target.
24656 * gdb.asm/configure: Regenerate.
24657
24658 * gdb.c++/namespace.exp: Fix quotes in output messages.
24659
24660 2001-11-14 Michael Snyder <msnyder@redhat.com>
24661
24662 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
24663 qualifier in a type cast expression, to designate an address
24664 in the instruction space (Harvard architecture).
24665
24666 2001-11-13 Michael Snyder <msnyder@redhat.com>
24667
24668 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
24669 Tests for expressions using 'const' and 'volatile'.
24670
24671 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
24672
24673 * gdb.asm/asm-sources.exp: Allow defining linker flags.
24674
24675 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
24676
24677 * lib/mi-support.exp (mi_run_to_helper): Move comments
24678 outside of gdb_expect.
24679
24680 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
24681
24682 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
24683 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
24684 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
24685 mi0_run_to): New functions.
24686 * gdb.mi/mi-simplerun.exp: Use them.
24687 * gdb.mi/mi0-simplerun.exp: Likewise.
24688 * gdb.mi/mi-var-cmd.exp: Likewise.
24689 * gdb.mi/mi0-var-cmd.exp: Likewise.
24690
24691 2001-11-10 Andrew Cagney <ac131313@redhat.com>
24692
24693 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
24694 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
24695
24696 2001-11-09 Andrew Cagney <ac131313@redhat.com>
24697
24698 * gdb.base/restore.exp: Include $expected value in restored test
24699 message.
24700
24701 2001-11-09 Andrew Cagney <ac131313@redhat.com>
24702
24703 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
24704 implemented.
24705
24706 2001-11-08 Michael Snyder <msnyder@redhat.com>
24707
24708 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
24709 Add pass/fail message for stop at breakpoint in call dummy function.
24710
24711 2001-11-07 Michael Snyder <msnyder@redhat.com>
24712
24713 * gdb.c++/templates.exp (test_template_breakpoints):
24714 If we get an overload menu, but it does not match what
24715 we expect, we still need to issue the "cancel" command.
24716 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
24717 making the whitespace optional. Argument for "new" may be
24718 "unsigned" as well as "unsigned int/long".
24719 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
24720 making the whitespace optional. Also replace "(void) with
24721 "((void|)), making the keyword "void" optional.
24722 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
24723 making the whitespace optional. Also replace "(void) with
24724 "((void|)), making the keyword "void" optional.
24725 * gdb.base/callfuncs.c (t_float_values): This function must
24726 _not_ be prototyped, and the following function (t_float_values2)
24727 must be prototyped (if the compiler supports it), so that GDB
24728 can be tested against both cases. Usually one case involves
24729 promotion of float to double, while the other does not.
24730 * gdb.base/callfwmall.c: Ditto.
24731 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
24732 includes a stack frame for "start".
24733
24734 2001-11-05 Jim Blandy <jimb@redhat.com>
24735
24736 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
24737 pointers are 32 bits long, and that offsets of relocs are always
24738 stored in the data (REL-style), and not in the reloc entry itself
24739 (RELA-style).
24740 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
24741 stabs.
24742
24743 2001-11-01 Michael Snyder <msnyder@redhat.com>
24744
24745 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
24746 and regular expression operators by using quoting.
24747
24748 2001-10-31 Michael Snyder <msnyder@redhat.com>
24749
24750 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
24751 depending on what the symbol table contains.
24752 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
24753 the output of the ptype command. Similarly, accept both "const &"
24754 and "const&".
24755
24756 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
24757
24758 * gdb.base/miscexprs.c (main): Add usage of preprocessor
24759 symbol `STORAGE' to allow to choose the storage class of
24760 the local datastructures.
24761 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
24762 compiler directive.
24763
24764 2001-10-30 Michael Snyder <msnyder@redhat.com>
24765
24766 * gdb.base/jump.exp: Allow it to run for all targets.
24767
24768 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
24769
24770 * gdb.base/call-ar-st.c (print_double_array): Match for loop
24771 with new double_array size.
24772 (main): Change storage class of all local variables to static.
24773 Reduce size of double_array to 9.
24774 * gdb.base/call-ar-st.exp: Increase timeout value.
24775 Change expected output for double array to match new size in
24776 call-ar-st.c.
24777
24778 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
24779
24780 * gdb.base/ending-run.exp: Create identical output when passing
24781 `step to end of run' case. Add regular expression branch satisfying
24782 Stormy16 target.
24783
24784 2001-10-28 Mark Kettenis <kettenis@gnu.org>
24785
24786 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
24787 that we catch the expected failure under Linux/x86.
24788
24789 2001-10-29 Orjan Friberg <orjanf@axis.com>
24790
24791 * gdb.base/setvar.exp: Escape curly braces.
24792 * gdb.stabs/weird.exp: Ditto.
24793
24794 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
24795
24796 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
24797 * gdm.mi/mi0-hack-cli.exp: Likewise.
24798
24799 2001-10-25 Andrew Cagney <ac131313@redhat.com>
24800
24801 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
24802 messages.
24803
24804 2001-10-21 Andrew Cagney <ac131313@redhat.com>
24805
24806 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
24807 checking MI enabled.
24808
24809 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
24810
24811 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
24812
24813 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
24814
24815 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
24816 if gdb child process crashes, just signal an error.
24817
24818 2001-10-02 Jim Blandy <jimb@redhat.com>
24819
24820 * lib/gdb.exp (test_xfail_format): Simplify.
24821
24822 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
24823 front of the variable name `format'. Simplify `if'.
24824
24825 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
24826
24827 * gdb.threads/pthreads.exp: Wait for output and delay
24828 before sending ^C.
24829
24830 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
24831
24832 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
24833 some incorrect output instead of timing out.
24834 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
24835
24836 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
24837
24838 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
24839 check to allow additional `int'.
24840
24841 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
24842
24843 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
24844 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
24845
24846 2001-09-27 Michael Snyder <msnyder@redhat.com>
24847
24848 * lib/gdb.exp (test_debug_format): New proc.
24849 (setup_xfail_format): Use new proc test_debug_format.
24850 * gdb.base/constvars.exp (local_compiler_xfail_check): New
24851 proc; use new service proc test_debug_format.
24852 Replace all other "gcc_compiled" tests with this test.
24853 * gdb.base/volatile.exp (local_compiler_xfail_check): New
24854 proc; use new service proc test_debug_format.
24855 Replace all other "gcc_compiled" tests with this test.
24856
24857 2001-09-27 Michael Snyder <msnyder@redhat.com>
24858
24859 * gdb.base/cvexpr.exp: New file.
24860 * gdb.base/cvexpr.c: New file
24861 Test for expressions using const and volatile keywords.
24862
24863 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
24864
24865 * gdb.base/constvars.exp: Check for different orders of keywords
24866 and additional "int" strings in output.
24867
24868 2001-09-22 Andrew Cagney <ac131313@redhat.com>
24869
24870 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
24871 responses from "help maint".
24872
24873 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
24874
24875 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
24876 to localhost:NNN instead of :NNN, in case Xvfb is listening
24877 only on TCP.
24878
24879 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
24880
24881 * gdb.base/recurse.exp: When checking leaving the watchpoint
24882 scope, recognize when gdb is in function's epilogue and pass.
24883
24884 2001-09-18 Keith Seitz <keiths@redhat.com>
24885
24886 * lib/insight-support.exp (_gdbtk_export_target_info): Add
24887 support for running tests against sid targets.
24888 (gdbtk_done): Ditto.
24889
24890 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
24891
24892 * gdb.base/ending-run.c (main): Set stdout buffersize
24893 to the same reasonable value for any target.
24894 * gdb.base/ending-run.exp: Add a regular expression
24895 to make testsuite happy on Sanyo Stormy16 target.
24896
24897 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
24898
24899 * gdb.base/display.c (do_loops): Add float variable `f'.
24900 Increment f in loop.
24901 * gdb.base/display.exp: Increment timeout by 60 seconds.
24902 Change float display test to use variable `f'.
24903
24904 2001-09-17 Jim Blandy <jimb@redhat.com>
24905
24906 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
24907 overflowing the limited breakpoint tables on some ROM monitors
24908 (like the ROM68K).
24909
24910 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
24911
24912 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
24913 the "-ac" (disable access control) flag.
24914
24915 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
24916
24917 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
24918 ints.
24919
24920 2001-08-30 Keith Seitz <keiths@redhat.com>
24921
24922 * lib/gdb.exp: Move all insight-related functionality into
24923 separate file.
24924 * lib/insight-support.exp: New file.
24925
24926 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
24927
24928 * config/sid.exp (sid_start): Never set sid verbosity; disable
24929 expect_background {} that consumed its stdout; tolerate </dev/null.
24930 Attempt to set endianness override in "sid" protocol mode. Cleanup.
24931
24932 2001-08-18 Andrew Cagney <ac131313@redhat.com>
24933
24934 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
24935 CLI jump command to start it.
24936 (mi_run_to_main): Fail immediatly when unexpected output.
24937
24938 2001-08-18 Andrew Cagney <ac131313@redhat.com>
24939
24940 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
24941 beginning of function. Fix PR gdb/191.
24942
24943 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
24944
24945 * config/sid.exp (sid_start): Don't warn if we cannot figure out
24946 what to force sid endianness to.
24947
24948 2001-08-15 Keith Seitz <keiths@redhat.com>
24949
24950 * lib/gdb.exp (gdbtk_start): Don't set environment
24951 variables for TCL_LIBRARY and friends. Insight will
24952 now figure these out for itself.
24953
24954 2001-08-02 Michael Snyder <msnyder@redhat.com>
24955
24956 * gdb.base/completion.exp: Remove the symbol "a64l" from
24957 the expect string; this is target-specific, and not related
24958 to what is being tested.
24959
24960 2001-08-02 Dave Brolley <brolley@redhat.com>
24961
24962 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
24963
24964 2001-07-25 Michael Snyder <msnyder@redhat.com>
24965
24966 * gdb.base/consecutive.exp: New file. Test stepping over
24967 breakpoints on consecutive instructions.
24968 * gdb.base/consecutive.c: New file.
24969
24970 * gdb.base/call-rt-st.exp: Use double-backslash to quote
24971 curly braces in regular expressions.
24972
24973 2001-07-25 Michael Snyder <msnyder@redhat.com>
24974
24975 * gdb.base/ending-run.exp: Accept "Program exited normally" as
24976 legitimate output from stepping out of main.
24977
24978 2001-07-22 Keith Seitz <keiths@redhat.com>
24979
24980 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
24981 the empty string, do not run the tests.
24982
24983 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
24984
24985 * gdb.base/long_long.exp: Detect size of pointer. Take into
24986 account 2-byte pointers when testing for p/a results.
24987
24988 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
24989
24990 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
24991 and defined to 1K for m68hc11.
24992 (random_data): Reduce table to 1K for embedded platforms (68hc11).
24993 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
24994 (sizeof_random_data): New variable to tell the size of the data table;
24995 don't test past this size; always run to main.
24996
24997 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
24998
24999 * gdb.base/return2.exp: return of long long and double fails for
25000 68HC11; don't execute these tests on that platform.
25001 * gdb.base/return.exp: Return of a double fails for 68hc11.
25002
25003 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
25004
25005 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
25006 tests that print a float.
25007 * call-rt-st.exp: Likewise.
25008
25009 2001-07-12 Mark Kettenis <kettenis@gnu.org>
25010
25011 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
25012 running this test on Linux.
25013
25014 2001-06-24 Michael Chastain <chastain@redhat.com>
25015
25016 * gdb.base/arithmet.exp: Remove some tests to make all test names
25017 unique.
25018
25019 2001-07-03 Michael Snyder <msnyder@redhat.com>
25020
25021 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
25022 the output of the ptype command.
25023
25024 2001-07-02 Michael Snyder <msnyder@redhat.com>
25025
25026 * gdb.base/completion.exp: Don't assume that break.c is the only
25027 source file that may contain functions named "marker".
25028 * gdb.base/corefile.exp: Quote the curly braces in regexp.
25029
25030 2001-06-28 Andrew Cagney <ac131313@redhat.com>
25031
25032 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
25033 of files to delete.
25034
25035 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
25036 * gdb.disasm/h8300s.exp: New file.
25037 gdb.disasm/h8300s.s: Likewise.
25038
25039 2001-06-27 Andrew Cagney <ac131313@redhat.com>
25040
25041 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
25042 empty breakpoint tables.
25043
25044 2001-06-25 Andrew Cagney <ac131313@redhat.com>
25045
25046 * lib/mi-support.exp: Update args=... part of stop-reason
25047 patterns. Accept either a list or a tuple.
25048
25049 2001-06-23 Andrew Cagney <ac131313@redhat.com>
25050
25051 * lib/mi-support.exp: Remove local emacs variable defining
25052 change-log-default-name.
25053
25054 2001-06-22 Michael Chastain <chastain@redhat.com>
25055
25056 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
25057 This is operationally compatible with the previous version.
25058
25059 2001-06-13 Jim Blandy <jimb@redhat.com>
25060
25061 * lib/gdb.exp (gdb_test): Doc fix.
25062
25063 2001-06-10 Michael Chastain <chastain@redhat.com>
25064
25065 * gdb.base/exprs.exp: Remove a duplicate test.
25066
25067 2001-06-06 Jim Blandy <jimb@redhat.com>
25068
25069 * gdb.base/return2.exp (main): Use values to test float and double
25070 returns that are not NaN's, to avoid being confused by IEEE
25071 comparison rules.
25072
25073 2001-06-04 Michael Snyder <msnyder@redhat.com>
25074
25075 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
25076 non-zero if control_c fails. Terminate the test on failure,
25077 rather than wait for 12 more tests to time out.
25078
25079 2001-06-06 Jim Blandy <jimb@redhat.com>
25080
25081 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
25082 Don't forget to match the GDB prompt.
25083
25084 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
25085
25086 2001-06-04 Jim Blandy <jimb@redhat.com>
25087
25088 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
25089 command.
25090
25091 2001-05-31 Kevin Buettner <kevinb@redhat.com>
25092
25093 * gdb.base/annota1.exp (info break): Match four or more spaces
25094 after "Address".
25095
25096 2001-05-31 Michael Chastain <chastain@redhat.com>
25097
25098 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
25099 (dm_type_int_star): Likewise.
25100 (dm_type_long_star): Likewise.
25101 (dm_type_void_star): Likewise.
25102
25103 2001-05-29 Kevin Buettner <kevinb@redhat.com>
25104
25105 * gdb.base/completion.exp (INPUTRC): Set this environment variable
25106 to a known value in order to get consistent results regardless
25107 of the setting of INPUTRC or the presence or contents of .inputrc.
25108
25109 2001-05-24 Michael Snyder <msnyder@redhat.com>
25110
25111 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
25112 Don't require that the main thread and the manager thread are the
25113 first in the list.
25114
25115 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
25116 debugging. If test fails, issue an "unsupported" not a "fail".
25117
25118 2001-05-24 Jim Blandy <jimb@redhat.com>
25119
25120 Don't assume that short is shorter than int.
25121 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
25122 assume that shorts are smaller than ints. On a 16-bit machine,
25123 this isn't true.
25124 ("print unsigned char == (~0)"): Add test that verifies that ~0,
25125 an int, is not equal to ~0 stored in an unsigned char. This tests
25126 the same thing that the previous test meant to, but works on
25127 16-bit machines, too.
25128 ("print unsigned char != (~0)"): Same test, complemented.
25129
25130 2001-05-24 Michael Snyder <msnyder@redhat.com>
25131
25132 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
25133 test for (full_coverage == 0). This makes the test run faster,
25134 and prevents dejagnu getting out of step.
25135
25136 2001-05-23 Kevin Buettner <kevinb@redhat.com>
25137
25138 * gdb.base/finish.exp (finish_void): Revise pattern for
25139 stopping on the call statement to not permit stopping at
25140 the start of the instructions comprising the call sequence.
25141
25142 2001-05-19 Michael Chastain <chastain@redhat.com>
25143
25144 * gdb.base/callfuncs.exp: Make all test names unique.
25145 * gdb.base/commands.exp: Make all test names unique.
25146 * gdb.base/condbreak.exp: Make all test names unique.
25147 * gdb.base/dbx.exp: Make all test names unique.
25148 * gdb.base/default.exp: Make all test names unique.
25149 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
25150 and TIMEOUT messages to their corresponding PASS message.
25151 * gdb.base/ending-run.exp: Make all test names unique.
25152 * gdb.base/long_long.exp: Remove duplicate test.
25153
25154 2001-05-21 Kevin Buettner <kevinb@redhat.com>
25155
25156 * gdb.base/finish.exp (finish_void): Allow "finish" command to
25157 stop on the call statement as well as the statement after the
25158 call.
25159
25160 2001-05-21 Michael Snyder <msnyder@redhat.com>
25161
25162 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
25163
25164 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
25165
25166 * gdb.base/completion.exp: Revamp test. Make it execute on all
25167 platforms.
25168
25169 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
25170
25171 * config/gdbserver.exp (gdb_load): Handle the case
25172 in which the arguments to gdbserver are given in the
25173 baseboard configuration file.
25174 Also handle the case in which the server needs to do a
25175 load.
25176
25177 2001-05-07 Keith Seitz <keiths@cygnus.com>
25178
25179 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
25180 set up the display for testing.
25181 (gdbtk_start): Convert all paths to paths that tcl will like.
25182 Export target information to environment.
25183 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
25184 necessary.
25185 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
25186 (to_tcl_path): New proc to convert a given pathname into
25187 a path acceptible as an argument to a tcl command.
25188 (_gdbtk_export_target_info): New proc to export target info
25189 into the environment for gdbtk testing.
25190 (gdbtk_done): New proc to signal end-of-test.
25191
25192 2001-05-06 Jim Blandy <jimb@redhat.com>
25193
25194 * restore.c: Make the code of caller0 correspond to its comment.
25195
25196 2001-05-03 Michael Snyder <msnyder@redhat.com>
25197
25198 * config/sid.exp (gdb_target_sid): Check for error messages.
25199 On error or timeout, don't make expect exit (which will terminate
25200 all subsequent tests); instead just make gdb exit.
25201 (gdb_load): Check for error messages. On error or timeout,
25202 return a negative value.
25203
25204 2001-04-24 Jim Blandy <jimb@redhat.com>
25205
25206 * gdb.c++/templates.exp: If we see the prompt for the overload
25207 list, but we haven't recognized any of the longer patterns,
25208 arrange for this test to fail, not hang.
25209
25210 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
25211 variations.
25212
25213 2001-04-22 Michael Chastain <chastain@redhat.com>
25214
25215 * gdb.c++/local.exp: Use the 'runto' library function.
25216 * gdb.c++/namespace.exp: Likewise.
25217 * gdb.c++/overload.exp: Likewise.
25218
25219 2001-03-26 Kevin Buettner <kevinb@redhat.com>
25220
25221 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
25222 * gdb.base/step-line.exp: New file. Test step/next in presence of
25223 #line directives.
25224 * gdb.base/step-line.c: New file. Test program for the above.
25225 * gdb.base/step-line.inp: New file. We pretend that this file has
25226 been transformed by some other tool into step-line.c.
25227
25228 2001-03-21 Jim Blandy <jimb@redhat.com>
25229
25230 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
25231 unmangled operator names.
25232
25233 2001-03-20 Jim Blandy <jimb@redhat.com>
25234
25235 * gdb.threads/linux-dp.exp: Recognize an additional message
25236 generated by GDB when it doesn't understand how to debug threads
25237 on the target system.
25238
25239 2001-03-19 Andrew Cagney <ac131313@redhat.com>
25240
25241 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
25242
25243 2001-03-12 Michael Chastain <chastain@redhat.com>
25244
25245 * gdb.c++/derivation.exp: Use the 'runto' library function.
25246
25247 2001-03-12 Michael Chastain <chastain@redhat.com>
25248
25249 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
25250
25251 2001-02-24 Michael Chastain <chastain@redhat.com>
25252
25253 * gdb.c++/ref-types.exp: Change handwritten code to library
25254 function 'runto'.
25255
25256 2001-03-16 Orjan Friberg <orjanf@axis.com>
25257
25258 * gdb.base/signals.exp: Set count to 0 explicitly.
25259
25260 2001-03-15 Mark Salter <msalter@redhat.com>
25261
25262 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
25263 (gdb_target_monitor): Add check of gdb_target_cmd return value.
25264 (gdb_load): Add support for additional target_info: gdb_download_size
25265 and gdb_load_timeout.
25266
25267 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
25268
25269 * gdb.base/annota1.exp: Move test of isnative to earlier in the
25270 file -- to prevent failing when the compile fails but we have no
25271 intention of running the tests anyway.
25272
25273 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
25274 tests if set.
25275
25276 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
25277 integers.
25278
25279 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
25280 * gdb.c++/namespace.exp: Ditto.
25281
25282 2001-03-07 Orjan Friberg <orjanf@axis.com>
25283
25284 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
25285 * gdb.base/pointers.exp: Relax pattern match of decimals.
25286
25287 2001-03-06 Kevin Buettner <kevinb@redhat.com>
25288
25289 * Makefile.in, config/abug.exp, config/cfdbug.exp,
25290 config/cpu32bug.exp, config/dve.exp, config/est.exp,
25291 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
25292 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
25293 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
25294 config/sh.exp, config/sid.exp, config/slite.exp,
25295 config/sparclet.exp, config/udi.exp, config/unknown.exp,
25296 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
25297 config/vxworks.exp, config/vxworks29k.exp,
25298 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
25299 gdb.base/all-bin.exp, gdb.base/annota1.exp,
25300 gdb.base/arithmet.exp, gdb.base/assign.exp,
25301 gdb.base/async.exp, gdb.base/attach.exp,
25302 gdb.base/bitfields.exp, gdb.base/bitops.exp,
25303 gdb.base/break.exp, gdb.base/call-ar-st.exp,
25304 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
25305 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
25306 gdb.base/commands.exp, gdb.base/completion.exp,
25307 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
25308 gdb.base/constvars.exp, gdb.base/corefile.exp,
25309 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
25310 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
25311 gdb.base/ending-run.exp, gdb.base/environ.exp,
25312 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
25313 gdb.base/finish.exp, gdb.base/foll-exec.exp,
25314 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
25315 gdb.base/funcargs.exp, gdb.base/help.exp,
25316 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
25317 gdb.base/logical.exp, gdb.base/long_long.exp,
25318 gdb.base/maint.exp, gdb.base/mips_pro.exp,
25319 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
25320 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
25321 gdb.base/pointers.exp, gdb.base/printcmds.exp,
25322 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
25323 gdb.base/regs.exp, gdb.base/relational.exp,
25324 gdb.base/remote.exp, gdb.base/reread.exp,
25325 gdb.base/restore.exp, gdb.base/return2.exp,
25326 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
25327 gdb.base/selftest.exp, gdb.base/setshow.exp,
25328 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
25329 gdb.base/sigall.exp, gdb.base/signals.exp,
25330 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
25331 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
25332 gdb.base/step-test.exp, gdb.base/structs.c,
25333 gdb.base/structs.exp, gdb.base/structs2.exp,
25334 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
25335 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
25336 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
25337 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
25338 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
25339 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
25340 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
25341 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
25342 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
25343 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
25344 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
25345 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
25346 gdb.fortran/types.exp, gdb.java/jmisc.exp,
25347 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
25348 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
25349 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
25350 gdb.trace/circ.exp, gdb.trace/collection.exp,
25351 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
25352 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
25353 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
25354 gdb.trace/report.exp, gdb.trace/save-trace.exp,
25355 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
25356 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
25357 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
25358 notices.
25359
25360 2001-02-27 Michael Snyder <msnyder@cygnus.com>
25361
25362 * gdb.base/varargs.c (find_max_double): Fix printf format string:
25363 first arg is int not float.
25364
25365 2001-02-22 Michael Snyder <msnyder@cygnus.com>
25366
25367 * gdb.base/reread.exp: Unsupported for non-native targets;
25368 doesn't work for remote debugging.
25369
25370 2001-02-19 Fernando Nasser <fnasser@redhat.com>
25371
25372 From Drew Moseley <dmoseley@redhat.com>
25373 * gdb.base/ending-run.exp: Properly handle the BSP state when
25374 stepping past the end of main.
25375
25376 2001-02-19 John Moore <jmoore@redhat.com>
25377
25378 * gdb.base/commands.exp (infrun_breakpoint_command_test):
25379 Converted HPUX fix for non-expected items following multiple
25380 step commands into general solution for all platforms.
25381
25382 2001-02-18 Michael Chastain <chastain@redhat.com>
25383
25384 * gdb.c++/classes.exp (do_tests): Change runto statements
25385 from "runto 'foo(void)'" to "runto 'foo'". This makes the
25386 statements demangler agnostic.
25387 * gdb.c++/virtfunc.exp (do_tests): Likewise.
25388 (gdb_virtfunc_restart): Likewise.
25389
25390 2001-02-14 Michael Chastain <chastain@redhat.com>
25391
25392 * gdb.c++/inherit.exp (do_tests): Change runto statements
25393 from "runto 'foo(void)'" to "runto 'foo'". This makes the
25394 statements demangler agnostic.
25395
25396 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
25397
25398 * gdb.threads/pthreads.exp: Unify pass/fail messages for
25399 ``continue to bkpt at common_routine in thread 2'' and ``stopped
25400 before calling common_routine 15 times'' tests.
25401
25402 2001-02-11 Michael Chastain <chastain@redhat.com>
25403
25404 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
25405 Helps the test script figure out which demangler is in use.
25406 (dm_type_foo_ref): Ditto.
25407 (dm_type_int_star): Ditto.
25408 (dm_type_long_star): Ditto.
25409 (dm_type_unsigned_int): Ditto.
25410 (dm_type_void): Ditto.
25411 (dm_type_void_star): Ditto.
25412 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
25413 Probe the gdb demangler and set variables to accommodate
25414 formatting differences.
25415 (info_func_regexp): New function. Same as info_func, but
25416 matches against a regexp.
25417 (info_func): Match against a literal string.
25418 (print_addr_2): New function. Match against a literal string,
25419 which can be different from the input to gdb.
25420 (print_addr): Simply call print_addr_2 with the same argument twice.
25421 (test_lookup_operator_functions): Use demangler formatting variables.
25422 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
25423 the tests in the same order as the C++ class declaration.
25424 (test_paddr_operator_functions): Ditto.
25425 (test_paddr_overloaded_functions): Ditto.
25426 (test_paddr_hairy_functions): Use demangler formatting variables.
25427 Add reference to gdb/19 for related tests.
25428 (do_tests): Call probe_demangler.
25429
25430 2001-01-30 Kevin Buettner <kevinb@redhat.com>
25431
25432 * gdb.c++/templates.cc (printf): Remove unused function definition.
25433
25434 2001-01-26 Felix Lee <flee@redhat.com>
25435
25436 * sid.exp (sid_exit): Pass host, not target, to remote_close.
25437
25438 2001-01-25 matthew green <mrg@redhat.com>
25439
25440 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
25441 up sid.
25442 (sid_exit): Call `remote_pop_conn' after GDB is gone.
25443
25444 2001-01-25 matthew green <mrg@redhat.com>
25445
25446 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
25447 Deprecate $sid_spawn_id.
25448 (sid_exit): Remove code necessary only for `spawn.'
25449
25450 2001-01-25 matthew green <mrg@redhat.com>
25451
25452 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
25453
25454 2001-01-28 Michael Chastain <chastain@redhat.com>
25455
25456 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
25457 to call when tests fail. It takes gdb out of the overloaded
25458 function choice menu back to the main prompt, so that the test
25459 program stays synchronized.
25460 (set_bp_overloaded): New proc to collect all the common
25461 code for setting a breakpoint on an overloaded name. Calls
25462 take_gdb_out_of_choice_menu when needed.
25463 (menu_overload1arg): New variable to collect the repeated
25464 instances of the expected menu for an overloaded name. Change
25465 the regular expression to handle changes in g++ type encoding:
25466 "void" can be either "void" or "", and "unsigned int" can be
25467 either "unsigned int" or "unsigned".
25468 (continue_to_bp_overloaded): Change regular expressions to handle
25469 changes in g++ type encoding.
25470 (no proc): Call take_gdb_out_of_choice_menu when needed.
25471 Remove redundant calls to "info break". Accept either "canceled"
25472 or "cancelled". Change regular expressions in "info break"
25473 calls to handle changes in g++ type encoding. Give all tests
25474 unique strings.
25475
25476 2001-01-17 Ben Elliston <bje@redhat.com>
25477
25478 * config/sid.exp: New file.
25479
25480 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
25481
25482 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
25483
25484 2000-12-21 Michael Snyder <msnyder@cygnus.com>
25485
25486 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
25487 Add a RE to accept a non-ascii char if one is ever presented.
25488
25489 2000-12-20 Fernando Nasser <fnasser@redhat.com>
25490
25491 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
25492
25493 2000-12-18 Michael Snyder <msnyder@cygnus.com>
25494
25495 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
25496 in regexp. One '\' does not suffice on Linux.
25497
25498 2000-12-09 Michael Chastain <chastain@redhat.com>
25499
25500 * gdb.base/break.exp (test_clear_command): Use a marker function
25501 rather than 'main' for the test function. Also move this
25502 test to an execution point where the marker function names are
25503 guaranteed to be bound to functions. (Executing tests after a
25504 'finish' from main runs into name conflicts with local names
25505 in __libc_start_main).
25506
25507 2000-12-07 Michael Snyder <msnyder@cygnus.com>
25508
25509 * gdb.base/finish.exp: New test for gdb's "finish" command.
25510 * gdb.base/return2.exp: New test for gdb's "return" command.
25511 * gdb.base/return2.c: New source file for above.
25512
25513 2000-12-05 Michael Snyder <msnyder@cygnus.com>
25514
25515 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
25516 * gdb.base/miscexprs.exp: Ditto.
25517 * gdb.base/pointers.exp: Ditto.
25518 * gdb.c++/derivation.exp: Ditto.
25519 * gdb.c++/local.exp: Ditto.
25520 * gdb.c++/namespace.exp: Ditto.
25521 * gdb.c++/overload.exp: Ditto.
25522 * gdb.c++/ref-types.exp: Ditto.
25523
25524 2000-12-05 Michael Snyder <msnyder@cygnus.com>
25525
25526 * gdb.base/constvars.exp: Test result of "up" command.
25527 * gdb.base/miscexprs.exp: Ditto.
25528 * gdb.base/pointers.exp: Ditto.
25529 * gdb.base/scope.exp: Ditto.
25530 * gdb.c++/derivation.exp: Ditto.
25531 * gdb.c++/local.exp: Ditto.
25532 * gdb.c++/namespace.exp: Ditto.
25533 * gdb.c++/overload.exp: Ditto.
25534 * gdb.c++/ref-types.exp: Ditto.
25535
25536 2000-11-22 Michael Chastain <chastain@redhat.com>
25537
25538 * mips_pro.exp: Accept either "middle -> top -> main" or
25539 "middle -> main" in the backtrace, because gcc can optimize
25540 tail calls to jumps. Remove setup_xfail for the hppa case.
25541 Add a comment with the original warning messages from PR 3016,
25542 which was filed in 1993, to preserve them for posterity.
25543
25544 2000-11-17 Nick Duffek <nsd@redhat.com>
25545
25546 * lib/gdb.exp (gdb_test): Override timeout with board info.
25547
25548 2000-11-17 Nick Duffek <nsd@redhat.com>
25549
25550 * gdb.base/display.exp: Don't kill running stub. Add "again" to
25551 the second kill and detach messages.
25552
25553 2000-11-17 Nick Duffek <nsd@redhat.com>
25554
25555 * configure.in: Add AC_EXEEXT.
25556 * configure: Regenerate.
25557 * Makefile.in (just-check): Export EXEEXT.
25558 * lib/gdb.exp ($EXEEXT): Import from environment.
25559 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
25560 expect "maint dump-me" on Cygwin.
25561 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
25562 $EXEEXT.
25563
25564 2000-11-17 Nick Duffek <nsd@redhat.com>
25565
25566 * gdb.base/break.exp: Test backtrace and finish from called
25567 function on all platforms, not just HP-UX.
25568
25569 2000-11-03 Michael Snyder <msnyder@cygnus.com>
25570
25571 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
25572 code from gdb_target_monitor, so it can be used independantly
25573 for gdbserver. Also comment out an unnecessary PUTS.
25574
25575 2000-11-03 Michael Snyder <msnyder@cygnus.com>
25576
25577 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
25578 * gdb.base/corefile.exp: Expect the message "Program is being
25579 debugged already" when we send the "corefile" command, since
25580 the preceeding gdb_load may have connected gdb to a remote target.
25581 * gdb.base/display.exp: Disable hardware watchpoints if new
25582 board info variable "no_hardware_watchpoints" is true.
25583 Replace single-letter commands with more readable ones.
25584 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
25585 if new board info variable "no_hardware_watchpoints" is true.
25586 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
25587 to see if stdio (printf) testing is possible.
25588 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
25589 board info variable "no_hardware_watchpoints" is true. Use new
25590 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
25591
25592 2000-11-13 Fernando Nasser <fnasser@redhat.com>
25593
25594 From Orjan Friberg <orjanf@axis.com>:
25595 * gdb.base/printcmds.exp: Escape curly braces followed by a number
25596 in array print pattern match.
25597
25598 2000-11-09 Fernando Nasser <fnasser@redhat.com>
25599
25600 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
25601 spelling "cancelled" to U.S. spelling "canceled" to match changes
25602 made to gdb.
25603 * gdb.c++/ovldbreak.exp: Ditto.
25604
25605 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
25606
25607 * gdb.base/callfuncs.c (main): Moved to end of file, call
25608 t_double_values to initialize the FPU before inferior calls are made.
25609 * gdb.base/callfuncs.exp: Test for register preservation after calling
25610 inferior functions. Add tests for continuining, finishing and
25611 returning from a stop in a call dummy.
25612
25613 2000-10-24 Michael Snyder <msnyder@cygnus.com>
25614
25615 * gdb.base/commands.exp: Break up long lines, and re-indent.
25616
25617 2000-10-19 Michael Snyder <msnyder@cygnus.com>
25618
25619 * config/gdbserver.exp: Rewritten from the ground up, to make it
25620 compatible with the current dejagnu tree, and to make it work with
25621 the new "gdbserver" in libremote.
25622
25623 2000-10-16 Michael Snyder <msnyder@cygnus.com>
25624
25625 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
25626 * gdb.base/varargs.exp: Skip entire test if no printf support.
25627 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
25628 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
25629
25630 2000-10-13 Michael Snyder <msnyder@cygnus.com>
25631
25632 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
25633 no floating point support.
25634 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
25635 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
25636 * gdb.base/call-rt-st.exp: Ditto.
25637 * gdb.base/call-strs.exp: Ditto.
25638
25639 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
25640
25641 * gdb.base/sizeof.c: include <stdio.h>.
25642
25643 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
25644 'finish', otherwise uncaptured gdb_prompt would potentially
25645 throw remaining test points out of sync.
25646
25647 2000-07-26 Scott Bambrough <scottb@netwinder.org>
25648
25649 * gdb.base/recurse.exp: Run tests for all targets.
25650 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
25651 gnu-oldld case on ARM.
25652 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
25653 for ARM targets.
25654
25655 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
25656
25657 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
25658 * gdb.java/configure: Rebuild.
25659
25660 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
25661
25662 * gdb.java/jv-exp.exp: New file.
25663
25664 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
25665
25666 * configure: Rebuilt.
25667 * configure.in (configdirs): Add gdb.java.
25668 * gdb.java/jmisc.java: New file.
25669 * gdb.java/jmisc.exp: New file.
25670 * gdb.java/Makefile.in: New file.
25671 * gdb.java/configure: Rebuilt.
25672 * gdb.java/configure.in: New file.
25673 * lib/java.exp: New file.
25674
25675 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
25676
25677 * gdb.base/exprs.exp: Test casts to a pointer including over and
25678 underflow.
25679
25680 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
25681
25682 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
25683 and the compilers sizes.
25684
25685 2000-07-09 Nick Duffek <nsd@redhat.com>
25686
25687 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
25688 (use_methods): New function.
25689 (main): Call use_methods().
25690 * gdb.c++/classes.exp (test_method_param_class): New procedure.
25691 (do_tests): Call test_method_param_class.
25692
25693 2000-07-09 Nick Duffek <nsd@redhat.com>
25694
25695 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
25696 spelling.
25697 (test_enums): New procedure. Move enum tests from end of script
25698 to here. Set breakpoint on function name instead of line number.
25699 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
25700 (enums2): New marker function.
25701 (enums1): New function.
25702 (main): Call enums1(). Move enum tests to enums1().
25703
25704 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
25705
25706 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
25707 compile/link program. Update line numbers.
25708 * gdb.asm/d10v.inc: Define ``startup''.
25709 * gdb.asm/asmsrc1.s: Add definition of _start.
25710
25711 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
25712
25713 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
25714
25715 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25716
25717 * gdb.base/maint.exp: Add 'maint print architecture' item to output
25718 of 'help maint print' command.
25719
25720 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
25721
25722 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
25723 they use gdb_expect_list.
25724
25725 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
25726
25727 * gdb.base/commands.exp: Use ``set remote
25728 memory-read-packet-size'' instead of ``set endian big'' to test
25729 long commands.
25730
25731 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
25732
25733 * gdb.c++/templates.exp (do_tests): Make all of these work under
25734 g++, and stop skipping them.
25735
25736 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
25737 work under g++.
25738
25739 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
25740 initialization.
25741
25742 2000-06-02 Michael Snyder <msnyder@cygnus.com>
25743
25744 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
25745 the regular expression: accept an (almost) arbitrary sequence of
25746 "frames-invalid" and "breakpoints-invalid" messages both before
25747 and after the "starting" message.
25748
25749 2000-06-02 Michael Snyder <msnyder@cygnus.com>
25750
25751 * gdb.c++/local.exp: This test has never been known to work with g++.
25752
25753 2000-05-18 Michael Snyder <msnyder@cygnus.com>
25754
25755 * gdb.base/annota1.exp (annotate-signal-handler-caller):
25756 Relax the regular expression a little, make it pass on Solaris 8.
25757
25758 2000-05-12 Kevin Buettner <kevinb@redhat.com>
25759
25760 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
25761 a call, do not require that gdb stop on the line after the call.
25762 Instead, it is permissible for gdb to stop on the line of the
25763 call itself.
25764
25765 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
25766
25767 * gdb.base/break.exp (bp on small function, optimized file):
25768 Add a second pass pattern. The behavior differs here between stabs
25769 and dwarf for one-line functions. Stabs preserves two line symbols
25770 (one before the prologue and one after) with the same line number,
25771 but dwarf regards these as duplicates and discards one of them.
25772 Therefore the address after the prologue (where the breakpoint is)
25773 has no exactly matching line symbol, and GDB reports the breakpoint
25774 as if it were in the middle of a line rather than at the beginning.
25775
25776 2000-05-08 Michael Snyder <msnyder@cygnus.com>
25777
25778 * gdb.base/interrupt.exp: Make "pass" message say "send"
25779 rather than "send_gdb" (for consistancy).
25780
25781 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
25782
25783 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
25784 * gdb.c++/templates.cc: Properly check for GCC version number.
25785 * lib/compiler.cc: Likewise
25786
25787 2000-04-28 Michael Snyder <msnyder@cygnus.com>
25788
25789 * gdb.base/break.exp: When compiled with -O2 optimization,
25790 gdb may not stop at the first line of main, due to code motion.
25791
25792 2000-04-26 Michael Snyder <msnyder@cygnus.com>
25793
25794 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
25795 This test depends on parsing the printf output from the target.
25796 Since the sparclet stub doesn't do stdio, this will never work.
25797 * gdb.base/call-rt-st.exp: ditto.
25798 * gdb.base/call-strs: ditto.
25799
25800 2000-04-24 Michael Snyder <msnyder@cygnus.com>
25801
25802 * gdb.base/miscexprs.exp: make sizeof long array test portable.
25803
25804 * gdb.base/ending-run.exp: After connecting to a remote target,
25805 but before running, the target will appear to be in a random
25806 location. Specify both a file and a line for breakpoints.
25807 Also, the function that calls main may be called 'init'
25808 rather than 'start'.
25809
25810 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25811
25812 * gdb.base/help.exp: Update output for add-symbol-file command.
25813
25814 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
25815
25816 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
25817 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
25818
25819 2000-04-07 J.T. Conklin <jtc@redback.com>
25820
25821 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
25822
25823 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
25824
25825 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
25826
25827 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
25828 values that can be represented exactly.
25829 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
25830 above change, and to not check against the directory part of the source
25831 file name.
25832 (step into print_long_arg_list): Likewise.
25833 (print print_small_structs from print_long_arg_list): Likewise.
25834 (print print_long_arg_list): Likewise.
25835
25836 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25837
25838 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
25839
25840 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
25841
25842 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
25843
25844 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
25845
25846 * gdb.base/commands.exp (deprecated_command_test): Add test for
25847 deprecate with no arguments.
25848
25849 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
25850
25851 * gdb.base/break.exp: Add new test for setting breakpoints on
25852 optimized code so we can test breakpoints work even when function
25853 prologues may be optimized away
25854
25855 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
25856
25857 From David Whedon <dwhedon@gordian.com>
25858 * gdb.base/commands.exp : Added command deprecator tests.
25859
25860 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
25861
25862 * gdb.base/help.exp: Added test for new apropos command.
25863
25864 2000-03-21 Kevin Buettner <kevinb@redhat.com>
25865
25866 * gdb.base/pointers.c (usevar): New function.
25867 (main): Make sure that global variables v_int_pointer2, rptr,
25868 and y are all referenced someplace in the program by calling
25869 usevar() on them. [Some linkers delete symbols which are
25870 never referenced. The space remains, but there's no way to
25871 get a (symbolic) handle on the variable from the debugger.]
25872
25873 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25874
25875 * gdb.base/printcmds.c: Add typedeffed arrays.
25876
25877 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
25878 procedure to test arrays that are typedef'd.
25879
25880 2000-03-13 James Ingham <jingham@leda.cygnus.com>
25881
25882 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
25883 the library directories.
25884
25885 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
25886
25887 * configure.in (configdirs): Add sub directory gdb.mi.
25888 * configure: Re-generate.
25889
25890 * gdb.mi: New directory.
25891
25892 2000-02-25 Scott Bambrough <scottb@netwinder.org>
25893
25894 * gdb.base/long_long.exp: Correct test suite failure when printing
25895 a long long value as a double on ARM platforms.
25896
25897 2000-02-16 Jim Blandy <jimb@redhat.com>
25898
25899 * gdb.base/break.exp ("breakpoint line number"): Make sure the
25900 default source file is set properly before running this test.
25901
25902 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25903
25904 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
25905 gdbtk/library directory, not in gdbtcl2.
25906
25907 2000-02-04 Jim Blandy <jimb@redhat.com>
25908
25909 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
25910 backslash from regexp pattern.
25911
25912 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
25913 procedure. Use it to run all the "continue to bp overloaded"
25914 tests. Note that this changes the names of the tests slightly.
25915 If the breakpoint hit message includes a hex PC value, because
25916 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
25917 from the real source code, still consider that a pass.
25918
25919 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
25920 XFAIL here if the breakpoint message contains a hex address. Note
25921 similar change on 1999-11-02.
25922
25923 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
25924
25925 * gdb.base/ptype.exp: Establish a default source file before
25926 calling get_debug_format.
25927
25928 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
25929
25930 * gdb.base/watchpoint.exp: Remove duplication of test messages.
25931
25932 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
25933
25934 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
25935 of successive stepi commands -- while in the prologue we should see
25936 the function entry bracket.
25937
25938 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
25939
25940 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
25941 reach __change_mode() when stepping through the end of main().
25942
25943 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
25944
25945 * gdb.base/default.exp: Fix expected pattern.
25946 * gdb.base/help.exp: Same.
25947
25948 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25949
25950 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
25951 Don't use xfail's because that affects only the following test.
25952
25953 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
25954 solaris or linux.
25955
25956 * gdb.base/selftest.exp: Update to reflect changes to main.c.
25957
25958 2000-01-07 Michael Snyder <msnyder@cygnus.com>
25959
25960 * gdb.base/display.exp: Some yacc parsers like to say
25961 "A syntax error" rather than "A parse error". Accept both.
25962
25963 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
25964
25965 * gdb.base/default.exp: Remove OS dependent string from "target
25966 remote" test.
25967 * gdb.base/help.exp: Same for "help target remote" test.
25968
25969 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25970
25971 From Jim Kingdon <kingdon@redhat.com>:
25972
25973 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
25974 prompt (cleanup rather than necessity, but still might keep output
25975 from spilling to next test).
25976
25977 2000-01-02 Fred Fish <fnf@cygnus.com>
25978
25979 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
25980 AIX, which defines them in <sys/types.h>.
25981
25982 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
25983
25984 * gdb.base/default.exp: Match arm* etc instead of arm in "info
25985 float" test.
25986
25987 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
25988
25989 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
25990
25991 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
25992 outermost frame disallowed".
25993
25994 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
25995
25996 * gdb.base/setvar.exp: New tests for setting the value of a struct
25997 with a constant list.
25998
25999 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
26000
26001 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
26002 require the user to type a cast before setting the value of a struct.
26003
26004 1999-12-06 Jim Blandy <jimb@cygnus.com>
26005
26006 * gdb.base/default.exp: Expect the new 'info float' command on
26007 all i386 platforms.
26008
26009 * gdb.threads/linux-dp.exp: Expand our ability to recognize
26010 LinuxThreads libraries that don't support debugging.
26011
26012 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
26013
26014 * gdb.base/remote.c: Fill the buffer with truely random data.
26015 Change the buffer type to ``unsigned char'' to simplify size
26016 arithmetic.
26017
26018 * gdb.base/remote.exp: Reduce download numbers by one. Typical
26019 stub only handles 400-1 byte packets. Verify that the download
26020 worked.
26021
26022 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
26023
26024 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
26025 tests, using UNRESOLVED for the untested cases. Also, does not wait
26026 for a timeout if the prompt was received before a recognizable pattern.
26027
26028 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
26029
26030 * lib/gdb.exp (gdb_expect_list): Fix spelling.
26031
26032 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26033
26034 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
26035 watchpoints.
26036
26037 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
26038
26039 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
26040
26041 * gdb.c++/local.exp: Be more flexible in recognizing local class
26042 name mangling. Don't allow horribly truncated method names.
26043 * gdb.c++/derivation.exp: Expect protected inheritance.
26044 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
26045 * gdb.c++/virtfunc.exp: Likewise.
26046 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
26047 when printing a nested enum.
26048
26049 1999-11-22 Jim Blandy <jimb@cygnus.com>
26050
26051 * gdb.base/step-test.exp: Properly await GDB's response to setting
26052 a breakpoint on the call to large_struct_by_value.
26053
26054 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
26055 just because we have debug info for the `start' function.
26056
26057 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
26058
26059 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
26060 "Unknown signal" messages, which indicate (on LinuxThreads) that
26061 GDB doesn't know how to debug threads on this system. This is
26062 better than hanging while philosopher 0 dumps chatter into gdb.log.
26063
26064 1999-11-18 Tom Tromey <tromey@cygnus.com>
26065
26066 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
26067
26068 1999-11-18 Fred Fish <fnf@cygnus.com>
26069
26070 * gdb.base/coremaker2.c: Add sample program for generating
26071 cores that is more self contained than coremaker.c. Eventually
26072 I'll add more code to this and tie it into the testsuite.
26073
26074 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
26075
26076 * gdb.base/dollar.exp: Remove, now in gdb.hp.
26077
26078 1999-11-10 Jimmy Guo <guo@cup.hp.com>
26079
26080 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
26081 from $srcdir/lib/.
26082 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
26083 and gdb.c++/.
26084
26085 * gdb.c++/derivation.exp: remove redundant get compiler info code.
26086
26087 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
26088 'continue with watch' test point.
26089
26090 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
26091
26092 Merged from p2linux-990323-branch:
26093
26094 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
26095
26096 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
26097
26098 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
26099 {limit,fixed}''. Test ``set download-write-size''.
26100
26101 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
26102
26103 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
26104 gdb_expect_list.
26105
26106 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
26107
26108 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
26109
26110 1999-11-03 Mark Salter <msalter@cygnus.com>
26111
26112 * gdb.base/break.exp: Fix "stub continue" pattern.
26113
26114 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
26115
26116 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
26117
26118 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
26119
26120 * gdb.base/display.exp ("finish"): Add timeout clause.
26121
26122 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
26123 plain prompt clause, so this doesn't have to time out in order to
26124 fail.
26125
26126 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
26127 breakpoint hit messages include an address.
26128
26129 * gdb.base/display.exp: Don't forget to escape parens in regular
26130 expressions. Unix regexp notatation sucks.
26131
26132 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26133
26134 * gdb.base/annota1.exp: Test for annotate-signalled: change output
26135 order for 'signalled' message.
26136
26137 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
26138
26139 From Jimmy Guo <guo@cup.hp.com>:
26140 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
26141 * gdb.base/annota1.c: Add code for tests to work with.
26142
26143 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
26144
26145 * gdb.base/remote.exp: New test for remote downloading settings.
26146 * gdb.base/remote.c: New file with large .data.
26147
26148 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
26149
26150 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
26151 for LinuxThreads support, merged from the Code Fusion branch.
26152
26153 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
26154
26155 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
26156 containing exp_continue into a while within an expect. Don't
26157 attempt a start more than three times. Check return value from
26158 gdb_load.
26159
26160 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
26161
26162 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
26163 a pass case.
26164
26165 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
26166
26167 * gdb.base/break.c (main): Added a statement that we can step
26168 off of.
26169 * gdb.base/break.exp: Added tests for setting a breakpoint
26170 at an offset and stepping onto a breakpoint.
26171
26172 1999-10-01 Fred Fish <fnf@cygnus.com>
26173
26174 * gdb.base/help.exp (help add-symbol-file): Update to match current
26175 gdb output.
26176
26177 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
26178
26179 * gdb.base/break.exp: Code locations are in hex, don't forget!
26180 (For HP-UX.)
26181
26182 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
26183
26184 * condbreak.exp: Use break.c as test program.
26185 * condbreak.c: Remove, redundant with break.c.
26186
26187 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
26188
26189 * config/monitor.exp (gdb_target_monitor): Disable X- and
26190 Z-packets if the target needs it.
26191
26192 1999-09-13 James Ingham <jingham@leda.cygnus.com>
26193
26194 * gdb.c++/overload.exp: Added tests for listing overloaded
26195 functions with function pointers in the arg, explicitly calling
26196 out the version you want.
26197
26198 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
26199
26200 * long_long.exp: Add variations of test cases that work for
26201 targets with 16-bit ints and 32-bit doubles.
26202
26203 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
26204
26205 * break.c (main): Compare a possibly-uninitialized argc with an
26206 unlikely value that fits in 16 bits.
26207
26208 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
26209
26210 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
26211 0xfeeb, don't want negative numbers if ints are 16 bits.
26212
26213 * lib/gdb.exp (skip_cplus_tests): New proc.
26214 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
26215 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
26216 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
26217 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
26218 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
26219 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
26220 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
26221 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
26222
26223 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
26224
26225 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
26226
26227 * gdb.base/corefile.exp (up): Allow a parameter to appear
26228 in the frame that we're going up to.
26229
26230 From Jim Blandy <jimb@cygnus.com>:
26231
26232 * gdb.base/default.exp (info float): Expect some output now.
26233
26234 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
26235 returning floating-point values to fail on the x86.
26236 * gdb.base/callfwmall.exp (do_function_calls): Same.
26237
26238 * gdb.base/list.exp (test_listsize): Correct expectations for
26239 listing line 1 with listsize 2. Also, listing a single line
26240 works now, as does listing three lines. [Kevin's note: There
26241 were a number of other cases fixed too where the expectations
26242 differed...]
26243
26244 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
26245
26246 * gdb.base/selftest.exp: Add case for when version prints as
26247 constant string instead of char pointer.
26248
26249 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
26250
26251 * gdb.base/ending-run.exp: Add Solaris case for what happens when
26252 stepping out of main.
26253
26254 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
26255 G++ used.
26256
26257 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
26258 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
26259
26260 * gdb.c++/ovldbreak.exp: Update match string in test that
26261 includes a warning of multiple breakpoints.
26262
26263 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
26264
26265 * gdb.base/display.exp: Improve precision of step-after-finish
26266 added yesterday.
26267
26268 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
26269 test.
26270
26271 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
26272 configs when using G++, not just hppa*.
26273
26274 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26275
26276 * gdb.base/async.c: New file.
26277 * gdb.base/async.exp: New file.
26278
26279 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
26280
26281 * gdb.base/break.exp: Tweak PA specific tests to properly handle
26282 PA64.
26283
26284 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
26285
26286 * gdb.base/display.exp: "finish" can leave us mid-line on many
26287 targets, deal with it. Add a small constant to main, instead of
26288 1000 since main+1000 may not be a valid address in the target.
26289
26290 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
26291 on hpux11.
26292
26293 * gdb.base/attach.exp: Handle another hpux11 error message variant
26294 when attaching to a process that does not exist.
26295
26296 1999-08-19 J.T. Conklin <jtc@redback.com>
26297
26298 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
26299 characters in 'continue to 1241' test.
26300
26301 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
26302
26303 * gdb.base/call-ar-st.exp: Add a shorter match case for the
26304 stop in print_long_arg_list, define and use a whitespace
26305 variable in print_small_structs test, add an XFAIL for Solaris.
26306 * gdb.base/dbx.exp: XFAIL func commands until somebody is
26307 interested enough to fix.
26308
26309 1999-08-13 Keith Seitz <keiths@cygnus.com>
26310
26311 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
26312 (dbx_gdb_load): Remove. Use gdb_load instead, since that
26313 proc knows about targets other than the natives.
26314 (test_assign): Use "gdb_run_cmd" to "run" the target.
26315 Check that we've actually hit the breakpoint at main.
26316 When we attempt to assign a value to a local variable, check
26317 that the variable is in the current scope, i.e., don't use
26318 a test with an empty result.
26319
26320 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
26321
26322 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
26323 command.
26324
26325 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
26326
26327 From Jimmy Guo <guo@cup.hp.com> and others at HP:
26328 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
26329 gdb.compat, gdb.threads-hp.
26330 gdb.hp/configure, gdb.hp/configure.in: New files.
26331 gdb.hp/Makefile.in: Recurse into new subdirs.
26332 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
26333 gdb.hp/gdb.objdbg: New directory, tests for debugging info
26334 in object files.
26335 gdb.hp/tools: New directory, aux tools for HP-specific tests.
26336
26337 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
26338
26339 * gdb.base/display.exp: Help expect by putting a newline in the
26340 funky printf, remove a bogus p/a test.
26341
26342 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26343
26344 * gdb.base/display.exp: Make sure that when we say 'run', we are
26345 connected to the target. This is necessary when running not
26346 natively.
26347
26348 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
26349
26350 * gdb.base/step-test.exp: Removed some extraneous messages.
26351
26352 * gdb.base/long_long.exp: Don't run memory examination tests
26353 on little-endian targets (they will need a different set of
26354 results to match).
26355
26356 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
26357
26358 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
26359 until somebody decides to fix GDB.
26360
26361 * gdb.base/long_long.c: Stop compiler complaint by specifying long
26362 constant as "ULL".
26363 * gdb.base/long_long.exp: Loosen x/c test, add partial result
26364 matches for a couple x/2 commands.
26365
26366 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
26367
26368 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
26369 by merging in ref-types2 tests.
26370 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
26371
26372 From Jimmy Guo <guo@cup.hp.com> and others at HP:
26373 * gdb.c++/Makefile.in: Add standard actions.
26374 (EXECUTABLES): Rename from PROGS, update list.
26375 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
26376 from gdb.hp.
26377 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
26378 foo and bar locals.
26379 * gdb.c++/anon-union.exp: Fix tests to match.
26380 * gdb.c++/classes.exp: Run if HP compiler used, add extra
26381 expect matches to handle output variations.
26382 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
26383 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
26384 output, add HP alternatives for new and delete prints.
26385 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
26386 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
26387 * gdb.c++/demangle.exp: Use $style when reporting failure.
26388 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
26389 * gdb.c++/inherit.exp: Run if HP compiler used, add some
26390 match alternatives.
26391 * gdb.c++/local.exp: Add match alternatives or xfails for HP
26392 compilers.
26393 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
26394 * gdb.c++/method.exp: Add match alternatives.
26395 * gdb.c++/misc.cc: Add bool types.
26396 * gdb.c++/misc.exp: Add tests for bool types.
26397 * gdb.c++/overload.exp: Add xfails.
26398 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
26399 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
26400 add some more template parameter tests (only for HP currently).
26401 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
26402 * gdb.c++/virtfunc.cc: Add return type and value for main.
26403 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
26404 match alternatives.
26405
26406 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26407
26408 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
26409
26410 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
26411
26412 * gdb.base/signals.exp: Don't expect getting a backtrace from
26413 within a signal handler to fail on Linux.
26414
26415 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
26416
26417 From Jimmy Guo <guo@cup.hp.com> and others at HP:
26418 * lib/gdb.exp: Remove some gratuitious semicolons.
26419 (delete_breakpoints): Increase timeout.
26420 (gdb_expect): Add -notransfer option.
26421 (gdb_test): Use -notransfer option.
26422 (get_compiler_info): Add f77 case.
26423 (get_compiler): New proc, split out from gdb_preprocess, add f77
26424 case.
26425 (gdb_preprocess): Call get_compiler.
26426
26427 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
26428 * gdb.base/attach.exp, gdb.base/display.exp,
26429 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
26430 gdb.base/long_long.exp, gdb.base/printcmds.exp,
26431 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
26432 third arg to gdb_test.
26433 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
26434 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
26435 HP-UX xfails, add others.
26436 * gdb.base/completion.exp: Reflect name change of self-test.
26437 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
26438 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
26439 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
26440 HP failure number.
26441 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
26442 useless HP-UX 10.30 references.
26443 * gdb.base/maint.exp: Loosen matches.
26444 * gdb.base/pointers.c (main): Declare more_code.
26445 * gdb.base/pointers.exp: Match on output of a `next'.
26446 * gdb.base/structs.c: Add prototypes.
26447 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
26448 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
26449
26450 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26451
26452 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
26453 command.
26454
26455 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26456
26457 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
26458 Fix run to main failures. Watchpoint can be hardware watchpoint.
26459
26460 * gdb.base/annota1.exp: Clean up some more, in case printf has
26461 debug info. Deal with lack of signal hanlder info in stack.
26462
26463 From Jim Kingdon <kingdon@redhat.com>:
26464 * gdb.base/annota1.exp: If printf has debug info, deal with it.
26465
26466 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
26467
26468 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
26469 gdb.base/foll-vfork.exp: Don't run for crosses.
26470
26471 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
26472
26473 * gdb.base/configure.in: Check for gdbvars.exp instead of
26474 a1-selftest.exp.
26475 * gdb.base/configure: Re-generate.
26476
26477 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
26478
26479 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
26480 in trying to run first and name is too long.
26481
26482 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
26483 pointers2.c and pointers2.exp, respectively.
26484 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
26485 doschk happier.
26486
26487 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
26488
26489 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
26490 callfuncs2.c and callfuncs2.exp.
26491
26492 * gdb.base/list.exp: Remove mistaken xfails.
26493 * gdb.base/list0.h: Add optional prototypes.
26494
26495 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
26496
26497 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
26498 calling malloc.
26499 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
26500 * ptype.exp: Move test for get_debug_format to before its first
26501 use.
26502
26503 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26504
26505 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
26506 * gdb.base/annota2.cc, annota2.exp: Move from here.
26507 * gdb.c++/annota2.cc, annota2.exp: To here.
26508 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
26509
26510 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
26511
26512 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
26513 a consistent format.
26514
26515 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
26516
26517 From Jimmy Guo <guo@cup.hp.com> and others at HP:
26518 * lib/gdb.exp (get_compiler_info): Add detection for assorted
26519 HP compilers, also set the globals $true and $false.
26520
26521 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
26522 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
26523 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
26524 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
26525 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
26526 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
26527 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
26528 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
26529 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
26530 whatis.c} Add C++ compatible function definitions and return
26531 types, add includes for library functions.
26532 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
26533 * gdb.base/step-test.c (myglob): Rename from glob.
26534 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
26535 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
26536 files, move here from gdb.hp.
26537 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
26538 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
26539 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
26540 Adjust line numbers in regexps.
26541
26542 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
26543 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
26544 instead of 0/1.
26545
26546 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
26547 foll-vfork.exp: New files, move here from gdb.hp.
26548 * gdb.base/page.exp: New file, test of pagination command.
26549
26550 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
26551 recursion test.
26552 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
26553
26554 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
26555 gdb.base/solib.exp: Fix compiler invocation process.
26556
26557 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
26558 HP-UX 11, turn off overload resolution explicitly.
26559 * gdb.base/commands.exp: Set argument list explicitly, add
26560 watchpoint test.
26561 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
26562 them work.
26563 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
26564 expressions properly.
26565 * gdb.base/corefile.exp: Loosen the match slightly.
26566 * gdb.base/default.exp: Allow "Error accessing memory" message
26567 also.
26568 * gdb.base/display.exp: Skip over x/0 j if PA64.
26569 * gdb.base/funcargs.exp: Add xfails for HP-UX.
26570 * gdb.base/interrupt.exp: Ditto.
26571 * gdb.base/langs.exp: Add symbolic matches governed by compiler
26572 in use.
26573 * gdb.base/list.exp: Add xfails for HP-UX.
26574 * gdb.base/long_long.exp: Refine some of the numeric matches.
26575 * gdb.base/mips_pro.exp: Xfail on HP-UX.
26576 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
26577 * gdb.base/nodebug.exp: Succeed on more varieties of output.
26578 * gdb.base/opaque.exp: Remove some HP-UX xfails.
26579 * gdb.base/ptype.exp: Succeed on more varieties of output.
26580 * gdb.base/scope.exp: Add xfails for HP-UX.
26581 * gdb.base/sect-cmd.exp: Add more cases.
26582 * gdb.base/setvar.exp: Add xfails for HP-UX.
26583 * gdb.base/shlib-call.exp: Loosen some matches slightly.
26584 * gdb.base/signals.exp: Match on void symbolically.
26585 * gdb.base/step-test.exp: Add case for PA64.
26586 * gdb.base/term.exp: Add exit and restart.
26587 * gdb.base/twice.exp: Clean up after self.
26588 * gdb.base/varargs.exp: Disable overload resolution explicitly.
26589 * gdb.base/whatis.exp: Allow more ways to pass tests.
26590
26591 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
26592 no longer useful.
26593
26594 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
26595
26596 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
26597 list of patterns.
26598 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
26599 print_double_array(double_array)", "continuing to breakpoint
26600 1018", "print print_double_array(array_d)" and "continuing to
26601 1034" tests.
26602
26603 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
26604
26605 * Makefile.in: Add empty html and install-html targets.
26606
26607 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
26608
26609 * config/mt-*: Remove, these haven't been used since 1996.
26610
26611 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
26612
26613 * gdb.base/call-strs.c, gdb.base/ending-run.c,
26614 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
26615 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
26616
26617 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
26618
26619 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
26620 simpler match case for the ptype of the big class.
26621
26622 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
26623
26624 * gdb.exp: Fix test for gdb_prompt existence.
26625
26626 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
26627
26628 * gdb.exp (gdb_test): Add fail after calls to perror.
26629
26630 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
26631
26632 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
26633
26634 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
26635
26636 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
26637
26638 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
26639
26640 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
26641 malloc() is linked in.
26642
26643 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
26644
26645 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
26646 step at end.
26647
26648 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
26649
26650 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
26651
26652 * gdb.java/jv-print.exp: New file. (Our first Java test!)
26653
26654 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
26655
26656 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
26657 * gdb.base/mips_pro.exp: Likewise.
26658
26659 1999-06-02 Keith Seitz <keiths@cygnus.com>
26660
26661 * gdb.c++/templates.cc: Change all "new" operators to throw
26662 an exception.
26663 * gdb.c++/cplusfuncs.cc: Likewise.
26664
26665 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
26666
26667 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
26668
26669 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
26670 * gdb.base/ending-run.exp: When stepping out of main, accept a
26671 step into an arbitrary assembler file.
26672
26673 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26674
26675 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
26676 "breakpoint-invalid" to be printed.
26677 * gdb.base/annota2.exp: Revise line number for main
26678 breakpoint. Allow any number of "frames-invalid" and
26679 "breakpoint-invalid" to be printed.
26680 * gdb.base/annota2.cc: Initialize a.x to 0.
26681
26682 1999-05-17 Keith Seitz <keiths@cygnus.com>
26683
26684 * gdb.base/call-ar-st.exp: Skip
26685 "print print_double_array (double_array)" when "skip_float_tests" set.
26686 Ditto for "print print_double_array(array_d)",
26687 "print print_small_structs", "print print_ten_doubles", and
26688 "step into print_long_arg_list".
26689 Don't assume we can step into "print_long_arg_list": we could step
26690 into memcpy.
26691 * gdb.base/call-rt-st.exp: Don't run float-related tests when
26692 "skip_float_tests" is set: "print print_one_double(*d1)"
26693 and "print print_two_floats(*f3)".
26694 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
26695 "skip_float_tests" is set.
26696 * gdb.base/varargs.exp: Skip
26697 "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)" when
26698 "skip_float_tests" set.
26699
26700 1999-05-06 Keith Seitz <keiths@cygnus.com>
26701
26702 * gdb.base/annota2.cc: Include stdio.h.
26703
26704 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
26705
26706 * gdb.base/crossload.exp: Remove, this has been disabled ever
26707 since BFD stopped including all targets, and cross-GDB gets
26708 plenty of testing anyway.
26709 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
26710 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
26711 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
26712 * gdb.base/README: Remove, was doc for this.
26713 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
26714 needed.
26715
26716 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26717
26718 * gdb.base/call-ar-st.exp: Fix one regular expression in test
26719 output.
26720
26721 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
26722 * gdb.base/annota2.exp: New file. More annotation tests.
26723 * gdb.base/annota1.c: New file. Source file for annota1.exp.
26724 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
26725
26726 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
26727
26728 * config/cfdbug.exp: New file.
26729
26730 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
26731
26732 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
26733 Marcus Daniel's and Dale Hawkins's demangler crashes.
26734
26735 * gdb.c++/demangle.exp (test_gnu_style_demangling,
26736 test_lucid_style_demangling, test_arm_style_demangling,
26737 test_hp_style_demangling): Try Tom Tromey's core-dumping
26738 identifier under each demangling style.
26739
26740 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
26741
26742 * gdb.c++/demangle.exp: Include the current demangling style
26743 in all test names.
26744 (current_demangling_style): New global variable.
26745 (set_demangling_style, test_demangling_core, test_demangling,
26746 test_demangling_exact): New functions.
26747 (test_gnu_style_demangling, test_lucid_style_demangling,
26748 test_arm_style_demangling, test_hp_style_demangling): Use those,
26749 instead of calling gdb_test and gdb_test_exact directly.
26750 (catch_demangling_errors): New function, which reports errors
26751 signalled by the demangling test functions in an orderly way.
26752 (do_tests): Use catch_demangling_errors.
26753
26754 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
26755
26756 * gdb.base/signals.exp (test_handle_all_print): Use () for
26757 grouping in expressions, not {}.
26758
26759 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
26760 initialized yet.
26761
26762 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
26763
26764 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
26765 are listed.
26766
26767 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
26768
26769 * gdb.stabs/weird.exp: Test for CC being defined before
26770 looking at its value.
26771
26772 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
26773
26774 * gdb.base/call-ar-st.exp: Remove stray '#'.
26775 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
26776 "short int" and "long int".
26777 * gdb.c++/overload.cc: Cast the string added in the previous
26778 change, to mollify finicky HP compiler.
26779 * gdb.hp/reg-test.exp (testfile): Fix file name.
26780 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
26781
26782 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
26783 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
26784 alternate form of enum ptype.
26785
26786 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
26787
26788 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
26789 * gdb.hp/*.exp: Change all to run compiler probe only after
26790 passing skip_hp_tests, so as not to waste time on guaranteed
26791 failure.
26792
26793 * gdb.c++/overload.cc: Pass string instead of char addr, always
26794 init ccpfoo.
26795 * gdb.c++/templates.cc: Fix syntax error.
26796
26797 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26798
26799 * gdb.base/commands.exp: Add test for correct position of '>'
26800 when issuing the 'commands' command after a 'while' or 'if'
26801 command.
26802
26803 1999-03-18 James Ingham <jingham@cygnus.com>
26804
26805 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
26806
26807 * gdb.c++/method.exp: It was testing an uninitialized int on the
26808 stack and assuming it was positive.
26809
26810 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
26811
26812 * gdb.base/step-test.exp: Catch a case where finish is broken and
26813 keep it from killing the rest of the tests.
26814 Use gdb_continue_to_end.
26815
26816 * gdb.base/sigall.exp: use gdb_continue_to_end.
26817
26818 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
26819
26820 * gdb.base/display.exp: use runto_main, not run.
26821
26822 * gdb.base/default.exp: Check for the current error message in the
26823 r abbreviation test.
26824 Add strongarm to the targets that know info float.
26825
26826 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
26827 run which doesn't work with monitors.
26828
26829 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to
26830 1034 test.
26831
26832 * gdb.base/break.exp: use the gdb_continue_to_end proc.
26833
26834 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the
26835 end of a program. Traps the case (in Cygmon) when the program
26836 never really exits. Same as Mark's continue_to_exit, but I had
26837 put it in a lot more places, so I used my name. Sorry Mark...
26838
26839 * config/monitor.exp (gdb_target_monitor): added another
26840 target_info parameter: remotebinarydownload. This will set the
26841 remotebinarydownload flag if this is causing some boards trouble.
26842
26843 1999-03-18 Mark Salter <msalter@cygnus.com>
26844
26845 * lib/gdb.exp (continue_to_exit): New function.
26846
26847 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
26848 * gdb.base/ending-run.exp: Ditto.
26849 * gdb.base/step-test.exp: Ditto.
26850
26851 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
26852
26853 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
26854 (suggested by Art Haas <ahaas@neosoft.com>).
26855
26856 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
26857
26858 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
26859
26860 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
26861
26862 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
26863 descriptions of types (short unsigned int vs unsigned short, etc).
26864
26865 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
26866
26867 * gdb.base/call-strs.exp: Don't assume that `step' will step over
26868 a call to strlen; sometimes we do have sources.
26869
26870 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
26871
26872 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
26873 character, so GDB won't print garbage after its end.
26874
26875 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
26876 breakpoint there instead. Sometimes GCC emits memcpy to handle
26877 the large structures being passed by value, so we step into that
26878 instead of sum_array_print, which obscures what we're really testing.
26879 * gdb.base/step-test.exp: However, we do want a test that notices
26880 the bizarre steps into memcpy, so do that here. Add check for
26881 stepping into function calls that pass large structures by value.
26882 ("Is that a noun clause, or are you just happy to see me?")
26883 Remove all references to specific line numbers.
26884 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
26885 New type and function.
26886 (main): Call large_struct_by_value, passing it a large struct by value.
26887 * lib/gdb.exp (gdb_get_line_number): New function.
26888
26889 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
26890 more portable.
26891
26892 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
26893
26894 * lib/gdb.exp: Doc fixes.
26895
26896 1999-03-05 Nick Clifton <nickc@cygnus.com>
26897
26898 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
26899
26900 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
26901
26902 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
26903 commands. They're not germane to this test, and they don't work
26904 that way on remote targets.
26905
26906 1999-03-01 James Ingham <jingham@cygnus.com>
26907
26908 * Changelog entries merged over from gdb development branch.
26909
26910 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
26911
26912 * lib/gdb.exp (gdbtk_analyze_results): Generic function
26913 for outputting results of test run.
26914
26915 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
26916
26917 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
26918
26919 1999-02-25 Felix Lee <flee@cygnus.com>
26920
26921 * lib/gdb.exp (debug_format): initialize
26922
26923 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
26924
26925 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
26926 * gdb.base/call-rt-st.c: Ditto.
26927
26928 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
26929
26930 * gdb.threads/pthreads.exp (horiz): New variable.
26931 (test_startup): Fix regexps that capture thread numbers.
26932
26933 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
26934
26935 * gdb.base/smoke.exp: Disambiguate two test case names (both
26936 called ``print'').
26937
26938 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
26939
26940 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
26941 compilation.
26942
26943 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
26944
26945 * gdb.base/miscexprs.exp: Change patterns to match GDB's
26946 actual output formatting.
26947 * gdb.base/smoke.exp: GDB removes leading 0's.
26948 * gdb.base/volatile.exp: Don't check type of remuneration;
26949 that variable is no longer defined in constvars.c.
26950 * gdb.base/step-test.c (main): Exit with explicit exit code.
26951 * gdb.base/step-test.exp: Remove two nexti checks--they are
26952 not portable.
26953
26954 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
26955
26956 * gdb.base/help.exp ("help delete display"): Fix test to match
26957 gdb's output.
26958
26959 * gdb.base/long_long.c (known_types): Initialize values to zero.
26960 * gdb.base/long_long.exp: Step one more line
26961 so 'dec' is initialized in "get to known place". GDB removes
26962 leading zeros. Explicitly ask for hex formatting. Use
26963 unique test case names.
26964
26965 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26966
26967 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
26968
26969 * gdb.c++/method.exp: Add missing close brace.
26970
26971 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
26972
26973 * gdb.base/maint.exp: Use 'set height 0' to disable page
26974 prompting, not 'set height 400'.
26975
26976 Fix a bunch of timeouts.
26977 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
26978 four separate tests, so expect doesn't take forever to match a ton
26979 of text against a regexp with lots of .* forms.
26980 ("maint print psymbols", "maint print symbols"): Make some of
26981 these greps more selective, so that expect doesn't try to wade
26982 through huge piles of output and time out.
26983
26984 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
26985
26986 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
26987 tests: one which doesn't expect shlib events to be reported, and
26988 another which does, but is XFAIL for all platforms other than
26989 HP/UX.
26990
26991 * gdb.base/break.exp: Teach the test suite that the `catch
26992 fork', `catch vfork', and `catch exec' commands produce error
26993 messages on platforms that don't provide these features.
26994
26995 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
26996
26997 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
26998 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
26999 (shortening names from solib_threshold.exp etc), won't run on
27000 anything but HP-UX for the foreseeable future.
27001 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
27002 reflect move.
27003
27004 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
27005
27006 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
27007 gdb.trace/Makefile.in (clean): Remove all test executables.
27008
27009 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
27010
27011 * gdb.base/shlib-call.exp: add test cases to verify that gdb
27012 successfully re-sets breakpoints in shared libraries.
27013 * gdb.base/shmain.c (main): return 0, don't fall off the end.
27014
27015 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27016
27017 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
27018 and compiled w/o GCC.
27019
27020 * gdb.hp/watch-cmd.exp: ditto.
27021
27022 * gdb.hp/watch-hp.exp: ditto.
27023
27024 * gdb.hp/xdb1.exp: ditto.
27025
27026 * gdb.hp/xdb2.exp: ditto.
27027
27028 * gdb.hp/dbx.exp: ditto.
27029
27030 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
27031
27032 * constvars.c: Remove C++-isms.
27033 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
27034 with GCC.
27035
27036 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
27037
27038 The following changes are part of the HP merge.
27039
27040 * gdb.base/break.exp: new tests to verify that catchpoints for
27041 fork, vfork, and exec don't trigger inappropriately.
27042
27043 * gdb.base/opaque.exp: compile one file at a time, then link.
27044
27045 * gdb.base/signals.exp: be more restrictive about which hppa
27046 systems receive a setup_xfail. new tests.
27047
27048 * gdb.base/solib_threshold.build: new file.
27049 * gdb.base/solib_threshold.exp: new file.
27050 * gdb.base/solib_threshold.link_opts: new file.
27051 * gdb.base/solib_threshold.mk: new file.
27052 * gdb.base/gen_solib_threshold.c: new file.
27053
27054 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
27055 tests. New tests for enums inside classes.
27056
27057 * gdb.c++/compiler.cc: indicate support of template debugging.
27058
27059 * gdb.c++/demangle.exp: run hp style demangling tests.
27060
27061 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
27062 tests.
27063
27064 * gdb.c++/misc.cc: changes to support new tests.
27065
27066 * gdb.c++/templates.cc: changes to support HP's compiler; changes
27067 to support new tests.
27068
27069 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
27070 gcc, then skip these tests.
27071
27072 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
27073
27074 The following files are part of the HP merge; some had longer
27075 names at HP, but have been renamed to be no more than 14
27076 characters in length.
27077
27078 * gdb.hp/ambiguous.cc: new file.
27079 * gdb.hp/ambiguous.exp: new file.
27080 * gdb.hp/attach.exp: new file.
27081 * gdb.hp/attach2.exp: new file.
27082 * gdb.hp/classes-hp.exp: new file.
27083 * gdb.hp/ctti.exp: new file.
27084 * gdb.hp/ctti-add.cc: new file.
27085 * gdb.hp/ctti-add1.cc: new file.
27086 * gdb.hp/ctti-add2.cc: new file.
27087 * gdb.hp/ctti-add3.cc: new file.
27088 * gdb.hp/dbx.exp: new file.
27089 * gdb.hp/exception.cc: new file.
27090 * gdb.hp/exception.exp: new file.
27091 * gdb.hp/foll-exec.c: new file.
27092 * gdb.hp/foll-exec.exp: new file.
27093 * gdb.hp/foll-fork.c: new file.
27094 * gdb.hp/foll-fork.exp: new file.
27095 * gdb.hp/foll-vfork.c: new file.
27096 * gdb.hp/foll-vfork.exp: new file.
27097 * gdb.hp/inherit-hp.exp: new file.
27098 * gdb.hp/more-steps.exp: new file.
27099 * gdb.hp/namespace.cc: new file.
27100 * gdb.hp/namespace.exp: new file.
27101 * gdb.hp/optimize.exp: new file.
27102 * gdb.hp/pxdb.c: new file.
27103 * gdb.hp/pxdb.exp: new file.
27104 * gdb.hp/quicksort.exp: new file.
27105 * gdb.hp/reg-test.exp: new file.
27106 * gdb.hp/reg-test.s: new file.
27107 * gdb.hp/sized-enum.c: new file.
27108 * gdb.hp/sized-enum.exp: new file.
27109 * gdb.hp/start-stop.exp: new file.
27110 * gdb.hp/templ-hp.cc: new file.
27111 * gdb.hp/templ-hp.exp: new file.
27112 * gdb.hp/thr-lib.c: new file.
27113 * gdb.hp/thr-lib.exp: new file.
27114 * gdb.hp/thr-lib.h: new file.
27115 * gdb.hp/thr-liblib.c: new file.
27116 * gdb.hp/virtfun-hp.c: new file.
27117 * gdb.hp/virtfun-hp.exp: new file.
27118 * gdb.hp/watch-cmd.exp: new file.
27119 * gdb.hp/watch-hp.exp: new file.
27120 * gdb.hp/xdb1.exp: new file.
27121 * gdb.hp/xdb2.exp: new file.
27122 * gdb.hp/xdb3.exp: new file.
27123
27124 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
27125
27126 The following files are part of the HP merge; some had longer
27127 names at HP, but have been renamed to be no more than 14
27128 characters in length.
27129
27130 * gdb.base/ss.h: new file.
27131 * gdb.base/call-ar-st.c: new file.
27132 * gdb.base/call-ar-st.exp: new file.
27133 * gdb.base/call-rt-st.c: new file.
27134 * gdb.base/call-rt-st-exp: new file.
27135 * gdb.base/call-strs.exp: new file.
27136 * gdb.base/ena-dis-br.exp: new file.
27137 * gdb.base/environ.exp: new file.
27138 * gdb.base/long_long.exp: new file.
27139 * gdb.base/sect-cmd.exp: new file.
27140 * gdb.base/shlib-cl2.exp: new file.
27141 * gdb.base/smoke.exp: new file.
27142 * gdb.base/so-impl-ld.c: new file.
27143 * gdb.base/so-impl-ld.exp: new file.
27144 * gdb.base/so-indr-cl.c: new file.
27145 * gdb.base/so-indr-cl.exp: new file.
27146 * gdb.base/varargs.exp: new file.
27147 * gdb.base/volatile.exp: new file.
27148 * gdb.base/whatis-exp.exp: new file.
27149 * gdb.base/display.exp: new file.
27150 * gdb.c++/derivation.exp: new file.
27151 * gdb.c++/local.exp: new file.
27152 * gdb.c++/member-ptr.exp: new file.
27153 * gdb.c++/overload.exp: new file.
27154 * gdb.c++/ovldbreak.exp: new file.
27155 * gdb.c++/ref-types.exp: new file.
27156 * gdb.c++/ref-types2.exp: new file.
27157 * gdb.c++/userdef.exp: new file.
27158
27159 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
27160
27161 * gdb.base/default.exp: Reflect wording change in remote.c.
27162
27163 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
27164
27165 * gdb.base/help.exp: Update to reflect current text.
27166
27167 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
27168
27169 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
27170 they're stack variables and contain garbage.
27171 * gdb.c++/anon-union.exp: new file.
27172
27173 The following changes were made by David Taylor
27174 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
27175 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
27176 in changes by HP.
27177
27178 * gdb.base/bitops.exp: new file.
27179 * gdb.base/default.exp: change expected messages for catch and
27180 info catch tests to reflect HP merge changes.
27181 * gdb.base/enable-disable-break.exp
27182 * gdb.base/ending-run.c: new file.
27183 * gdb.base/long_long.c: new file.
27184 * gdb.base/maint.exp: new file.
27185 * gdb.base/pointers2.exp: new file.
27186 * gdb.base/shlib-call2.exp: new file.
27187 * gdb.base/solib.exp: new file.
27188 * gdb.base/step-test.c: new file.
27189 * gdb.c++/anon-union.cc: new file.
27190 * gdb.c++/local.cc: new file.
27191 * gdb.c++/member-pointer.cc: new file.
27192 * gdb.c++/method.cc: new file.
27193 * gdb.c++/ref-types.cc: new file.
27194 * gdb.c++/ref-types2.cc: new file.
27195 * gdb.c++/userdef.cc: new file.
27196
27197 * gdb.base/scope.exp: compile one file at a time, then link.
27198 * gdb.base/langs.exp: ditto.
27199 * gdb.base/list.exp: ditto.
27200
27201 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
27202
27203 The following changes were made by David Taylor
27204 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
27205 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
27206 in changes by HP.
27207
27208 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
27209 skip tests. When compiling pass c++ flag to gdb_compile.
27210 * gdb.c++/
27211
27212 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
27213 test for on hppa*-*-hpux*; use args to see if c++ was specified.
27214 (skip_hp_tests): new function.
27215 (gdb_preprocess): new function.
27216
27217 * configure.in (hpdir): decide whether to configure gdb.hp.
27218 * configure: regenerated.
27219
27220 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
27221 to delete on clean.
27222 (EXECUTABLES): update to reflect new additions.
27223 * gdb.base/commands.exp: update message expected.
27224 * gdb.base/default.exp: add copyright notice.
27225 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
27226 * gdb.base/help.exp: update messages to reflect current text.
27227 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
27228 targets for recurse tests.
27229 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
27230 skip this file.
27231
27232 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
27233 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
27234 compilation.
27235 * gdb.c++/misc.exp: ditto.
27236 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
27237 run the tests. tell gdb_compile that it's a c++ compilation.
27238
27239 * gdb.threads/pthreads.exp: fix typo in message.
27240
27241 * gdb.base/all-bin.exp: new file.
27242 * gdb.base/arithmet.exp: new file.
27243 * gdb.base/assign.exp: new file.
27244 * gdb.base/completion.exp: new file.
27245 * gdb.base/cond-expr.exp: new file.
27246 * gdb.base/condbreak.exp: new file.
27247 * gdb.base/define.exp: new file.
27248 * gdb.base/dollar.exp: new file.
27249 * gdb.base/environment.exp: new file.
27250 * gdb.base/eval-skip.exp: new file.
27251 * gdb.base/jump.exp: new file.
27252 * gdb.base/logical.exp: new file.
27253 * gdb.base/pointers.exp: new file.
27254 * gdb.base/relational.exp: new file.
27255 * gdb.base/section_command.exp: new file.
27256 * gdb.base/whatis-expr.exp: new file.
27257
27258 * gdb.base/all-types.c: new file.
27259 * gdb.base/call-array-struct.c: new file.
27260 * gdb.base/call-return-struct.c: new file.
27261 * gdb.base/call-strings.c: new file.
27262 * gdb.base/callfuncs2.c: new file.
27263 * gdb.base/condbreak.c: new file.
27264 * gdb.base/constvars.c: new file.
27265 * gdb.base/display.c: new file.
27266 * gdb.base/int-type.c: new file.
27267 * gdb.base/jump.c: new file.
27268 * gdb.base/miscexprs.c: new file.
27269 * gdb.base/pointers.c: new file.
27270 * gdb.base/pointers2.c: new file.
27271 * gdb.base/shmain.c: new file.
27272 * gdb.base/shr1.c: new file.
27273 * gdb.base/shr2.c: new file.
27274 * gdb.base/solib.c: new file.
27275 * gdb.base/solib1.c: new file.
27276 * gdb.base/solib2.c: new file.
27277 * gdb.base/varargs.c: new file.
27278 * gdb.c++/derivation.cc: new file.
27279 * gdb.c++/overload.cc: new file.
27280 * gdb.c++/ovldbreak.cc: new file.
27281 * gdb.hp/attach.c: new file.
27282 * gdb.hp/attach2.c: new file.
27283 * gdb.hp/average.c: new file.
27284 * gdb.hp/compiler.c: new file.
27285 * gdb.hp/compiler.cc: new file.
27286 * gdb.hp/execd-program.c: new file.
27287 * gdb.hp/follow-exec.c: new file.
27288 * gdb.hp/follow-fork.c: new file.
27289 * gdb.hp/follow-vfork-and-exec.c: new file.
27290 * gdb.hp/misc-hp.cc: new file.
27291 * gdb.hp/more-steps.c: new file.
27292 * gdb.hp/optimize.c: new file.
27293 * gdb.hp/quicksort.c: new file.
27294 * gdb.hp/run-hp.c: new file.
27295 * gdb.hp/start-stop.c: new file.
27296 * gdb.hp/sum.c: new file.
27297 * gdb.hp/templates-hp.cc: new file.
27298 * gdb.hp/thread-local-in-lib.c: new file.
27299 * gdb.hp/thread-local-in-lib.h: new file.
27300 * gdb.hp/thread-local-in-lib.lib.c: new file.
27301 * gdb.hp/vforked-program.c: new file.
27302 * gdb.hp/virtfunc-hp.cc: new file.
27303 * gdb.hp/watchpoint-hp.c: new file.
27304 * gdb.hp/xdb.c: new file.
27305 * gdb.hp/xdb0.c: new file.
27306 * gdb.hp/xdb0.h: new file.
27307 * gdb.hp/xdb1.c: new file.
27308
27309 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
27310
27311 The following change was made by Edith Epstein
27312 <eepstein@cygnus.com> as part of a project to merge in changes
27313 originally made by HP; HP did not create ChangeLog entries.
27314
27315 * gdb.c++/demangle.exp: changed the expected output for some
27316 ARM-style mangling -- removed second reference to datatype.
27317 For example, maint demangle __dt__11T1__pt__2_cFv
27318 T1<char>::~T1<char>(void)
27319 becomes,
27320 maint demangle __dt__11T1__pt__2_cFv
27321 T1<char>::~T1(void)
27322
27323 (test_hp_style_demangling): new hp specific demangling test cases.
27324
27325 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
27326
27327 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
27328 * gdb.trace/backtrace.exp: Likewise.
27329 * gdb.trace/circ.exp: Likewise.
27330 * gdb.trace/collection.exp: Likewise.
27331 * gdb.trace/deltrace.exp: Likewise.
27332 * gdb.trace/infotrace.exp: Likewise.
27333 * gdb.trace/limits.exp: Likewise.
27334 * gdb.trace/packetlen.exp: Likewise.
27335 * gdb.trace/passc-dyn.exp: Likewise.
27336 * gdb.trace/passcount.exp: Likewise.
27337 * gdb.trace/report.exp: Likewise.
27338 * gdb.trace/save-trace.exp: Likewise.
27339 * gdb.trace/tfind.exp: Likewise.
27340 * gdb.trace/tracecmd.exp: Likewise.
27341 * gdb.trace/while-dyn.exp: Likewise.
27342 * gdb.trace/while-stepping.exp: Likewise.
27343
27344 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
27345
27346 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
27347
27348 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
27349
27350 From Brendan Kehoe:
27351 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
27352 int return types.
27353
27354 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
27355
27356 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
27357 remote dos host testing right.
27358
27359 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
27360
27361 * gdb.base/corefile.exp: remove some xfails.
27362
27363 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
27364
27365 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
27366 have different timestamps.
27367
27368 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
27369
27370 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
27371 gdb.base/default.exp: Replace "exec" with "executable".
27372
27373 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
27374
27375 * gdb.base/default.exp: Change else if to elseif from previous
27376 delta.
27377
27378 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
27379
27380 * gdb.base/default.exp: Add brace missing from previous delta.
27381
27382 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
27383
27384 * gdb.base/default.exp: Support test for info float for all
27385 varieties of arm toolchain.
27386
27387 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
27388
27389 * gdb.trace/*.exp: remove "remote_download" command.
27390
27391 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
27392
27393 * gdb.trace/*.exp: remove -gdwarf from compile.
27394
27395 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
27396
27397 * gdb.trace/configure.in(AC_INIT): typo
27398 * gdb.trace/configure: regenerated
27399
27400 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
27401
27402 * config/m68k-emc.exp: New file.
27403 * lib/<emc-support.exp trace-support.exp}: New files.
27404 * configure.in: add new test directory gdb.trace.
27405 * gdb.trace/{configure configure.in Makefile.in}: New files.
27406 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
27407 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
27408 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
27409 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
27410 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
27411 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
27412 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
27413
27414 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
27415
27416 * gdb.c++/classes.exp: Change all regular expressions to match
27417 arbitrary combinations of newline/carriage-return, so that they
27418 will work equally well on Unix and Windows.
27419 * gdb.c++/inherit.exp: ditto.
27420 * gdb.c++/virtfunc.exp: ditto.
27421
27422 1998-08-11 Dawn Perchik <dawn@cygnus.com>
27423
27424 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
27425
27426 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
27427
27428 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
27429 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
27430 to use a0-a3/d0-d3 as needed.
27431
27432 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
27433
27434 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
27435 * gdb.disasm/am33.exp: Corresponding changes.
27436
27437 1998-07-11 Felix Lee <flee@cygnus.com>
27438
27439 * gdb.base/callfuncs.exp: add cmp10 test.
27440 * gdb.base/callfuncs.c (cmp10): new function.
27441
27442 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
27443
27444 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
27445 into two parts to get around a synchronization problem in expect.
27446
27447 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
27448
27449 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
27450
27451 * configure.in: Add options for gdbtk testsuite.
27452
27453 * configure: Regenerate.
27454
27455 * gdb.gdbtk: New directory to hold gdbtk tests.
27456
27457 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
27458
27459 * gdb.fortran/types.exp: Escape brackets in expect patterns
27460 for test_float_literal_types_accepted tests.
27461 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
27462 before run test.
27463
27464 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
27465
27466 * am33.exp: Just compile, do not link the testcase.
27467 * am33.s: Add ".am33" pseudoop to force am33 mode.
27468
27469 1998-06-25 Felix Lee <flee@cygnus.com>
27470
27471 * gdb.base/setshow.exp: make sure $pc is sane.
27472
27473 * gdb.stabs/weird.exp: split expect patterns properly.
27474
27475 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
27476
27477 * gdb.disasm/am33.s: New disassembler testfile for the am33.
27478 * gdb.disasm/am33.exp: Run it.
27479
27480 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
27481
27482 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
27483 match processing (and eliminate spurious timeouts when running).
27484
27485 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
27486
27487 * gdb.base/signals.exp (test_handle_all_print): put back Mach
27488 exception test, but conditionalize it on target [mach | gnu].
27489
27490 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
27491
27492 * gdb.base/overlays.exp: fixup compile line for linker script.
27493
27494 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
27495
27496 * gdb.fortran/types.exp: don't guess at float size.
27497
27498 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
27499
27500 * gdb.base/exprs.exp: delete test that depends on int size.
27501
27502 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
27503
27504 * config/sim.exp: Removed checks for target triplets.
27505 (gdb_target_sim): Use gdb,target_sim_options.
27506
27507 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
27508
27509 * gdb.base/reread.exp: New file.
27510 * gdb.base/reread1.c: New file.
27511 * gdb.base/reread2.c: New file.
27512
27513 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
27514
27515 * config/sim.exp: Use 'target sim -sparclite' when running
27516 SPARClite programs.
27517
27518 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
27519
27520 * gdb.base/structs2.exp: New file.
27521 * gdb.base/structs2.c: New file.
27522
27523 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
27524
27525 * gdb.asm/common.inc: New file.
27526 * gdb.asm/d10v.inc: New file.
27527 * asm-source.exp: Pass -I's to gas to find .inc files.
27528 Update line numbers in expected output.
27529 * asmsrc1.s: Rewrite.
27530 * asmsrc2.s: Rewrite.
27531 * configure.in: Create arch.inc symlink.
27532 * configure: Regenerate.
27533 * Makefile.in (distclean): Delete arch.inc.
27534
27535 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
27536
27537 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
27538 (t_enum_value2): ditto
27539 (t_enum_value3): ditto
27540 (main): ditto
27541 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
27542
27543 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
27544 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
27545 change.
27546 Use gdb_test instead of send_gdb/gdb_expect sequences.
27547
27548 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
27549
27550 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
27551 not void.
27552
27553 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
27554
27555 * gdb.base/branches.c: Code with lots of loops and
27556 subroutines. Used to test gdbs ability to single step through PC
27557 changes, especially to test mips-tdep.c:mips_next_pc
27558
27559 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
27560
27561 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
27562 more rigorous EGCS C++ error checking.
27563
27564 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27565
27566 * gdb.base/help.exp: Clean up `help set args' and `help show args'
27567 tests.
27568 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
27569 function when asleep.
27570 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
27571 for i*86 Linux and SVR4 signal handling problems.
27572 Remove linux xfail for `next to handler in signals_tests_1', fixed
27573 by recent infrun.c change.
27574 Limit backtrace to 10 frames to avoid timeout problems with infinite
27575 stack backtraces.
27576 Adjust expect pattern in `handle all print' test to match Apr 28 1997
27577 target.[ch] change.
27578
27579 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
27580
27581 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
27582 for a newline from gdb before continuing.
27583 (default_gdb_exit): Just look for y or n.
27584 (gdb_test): Detect abnormal exit from GDB running on DOS; if
27585 it does, fail the rests of the tests in the file.
27586
27587 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
27588
27589 * config/cygmon.exp: New file.
27590
27591 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
27592
27593 * gdb.base/list.exp: Fix problem with "list default lines around
27594 main" test on remote targets.
27595
27596 * gdb.base/scope.exp: Fix problem with filelocal_bss before
27597 run test on remote targets.
27598
27599 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
27600
27601 * gdb.asm: New directory.
27602 * configure.in: Configure it.
27603 * configure: Regenerate.
27604 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
27605 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
27606
27607 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
27608
27609 * config/mn10300-eval.exp: New file to support MN10300 eval board.
27610
27611 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
27612
27613 * gdb.base/overlays (several files): Merge the two overlay
27614 managers into one. Change variables (foox, barx, bazx, grbxx)
27615 back into ints but force them to load in their proper sections.
27616
27617 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
27618
27619 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
27620 on-chip insn memory and IMAP1 to upper 128k.
27621 (D10VCopy): Handle memory regions crossing 16k boundaries.
27622 (D10VCopy): Transfer data in 32 bit chunks.
27623
27624 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
27625
27626 * gdb.base/overlays.c (main): Exit normally when result is
27627 correct.
27628
27629 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
27630 map. Include space for printf in .text segment.
27631
27632 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
27633 updated d10v memory VMA/LMA map.
27634 (D10VCopy): Call D10VTranslate.
27635
27636 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
27637
27638 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
27639
27640 * gdb.base/bar.c (barx, bar): Change variable to small array so
27641 that it won't be put into the .sdata - small data -
27642 section. Update reference.
27643 * gdb.base/baz.c (bazx, baz): Ditto.
27644 * gdb.base/foo.c (foox, foo): Ditto.
27645 * gdb.base/grbx.c (grbxx, grbx): Ditto.
27646
27647 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
27648 to be arrays.
27649
27650 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
27651
27652 * gdb.base/overlays.exp: fix up and get working again.
27653 Add tests for backtraces from an overlay function.
27654
27655 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
27656
27657 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
27658 "calling function with watchpoint enabled".
27659
27660 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
27661
27662 * gdb.base/break.exp (test_next_with_recursion): Remove
27663 gdb_suppress_tests for d10v-*-*.
27664 * lib/gdb.exp (gdb_suppress_tests): Disable this function
27665 pending review of whether it is useful or not.
27666
27667 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
27668
27669 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
27670
27671 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
27672
27673 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
27674 * config/dve.exp: New file to support Densan boards.
27675
27676 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
27677
27678 * gdb.base/interrupt.exp: Document problem of simulators, signals,
27679 reads and BSD.
27680
27681 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
27682
27683 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
27684 response.
27685
27686 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
27687
27688 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
27689
27690 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
27691 test.
27692
27693 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
27694 target_sizeof_long and target_bigendian_p.
27695 (structs_by_value, structs_by_reference): Check values according
27696 to targets word size and endianess.
27697
27698 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
27699
27700 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
27701 output.
27702
27703 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
27704
27705 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
27706 Update test of set args help to match source change.
27707
27708 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
27709
27710 * gdb.base/default.exp: Expect help system output to be in
27711 alphabetical order.
27712 * gdb.base/help.exp: Ditto.
27713
27714 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
27715
27716 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
27717 "i*86-pc-linux-gnu*".
27718 * gdb.base/interrupt.exp: Ditto.
27719 * gdb.base/corefile.exp: Ditto.
27720
27721 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
27722 define vxworks when building the testcase.
27723
27724 * gdb.base/ptype.exp: Fix testnames to be unique.
27725 * gdb.base/radix.exp: Ditto.
27726 * gdb.base/term.exp: Ditto.
27727 * gdb.base/whatis.exp: Ditto.
27728 * gdb.c++/classes.exp: Ditto.
27729
27730 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
27731
27732 * gdb.base/callfuncs.exp: Fix indentation.
27733
27734 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
27735 suppress_flag has been set.
27736 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
27737 target feature.
27738
27739 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
27740
27741 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
27742 the testcase.
27743
27744 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
27745 set_debug_traps() and breakpoint().
27746 * gdb.c++/misc.cc (main): Ditto.
27747 * gdb.c++/templates.cc (main): Ditto.
27748 * gdb.c++/virtfunc.cc (main): Ditto.
27749
27750 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
27751
27752 * lib/gdb.exp(gdb_step_for_stub): New function.
27753 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
27754 exists, reload the executable and do a "continue" instead of
27755 doing a jump.
27756 (runto_main): Use gdb_step_for_stub.
27757
27758 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
27759 tests to have unique names.
27760 * gdb.base/callfuncs.exp: Ditto.
27761 * gdb.base/commands.exp: Ditto.
27762 * gdb.base/default.exp: Ditto.
27763 * gdb.base/help.exp: Ditto.
27764 * gdb.base/list.exp: Ditto.
27765 * gdb.base/opaque.exp: Ditto.
27766 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
27767 similar tests.
27768
27769 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
27770 * gdb.c++/cplusfuncs.cc: Ditto.
27771 * gdb.c++/virtfunc.cc: Ditto.
27772
27773 * config/monitor.exp: Keep track of the last file we saw, rather
27774 than trying to get the info from gdb.
27775
27776 * gdb.fortran/types.exp: Move comment to previous line.
27777
27778 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
27779
27780 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
27781 target mode.
27782
27783 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
27784
27785 From Bob Manson:
27786 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
27787 string from GDB when it connects.
27788
27789 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
27790
27791 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
27792
27793 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
27794 if we can't get a debug format from GDB (we may be testing an
27795 older GDB). Use a 10 second timeout when checking for the format.
27796
27797 * gdb.stabs/weird.exp: Fix quoting.
27798
27799 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
27800
27801 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
27802
27803 * config/arm-ice.exp: New file.
27804
27805 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
27806
27807 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
27808 until it has been modified to work with the new testsuite.
27809
27810 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
27811 testcase won't compile, cause all of the testcases in the file to
27812 fail instead.
27813
27814 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
27815 (gdb_clear_suppressed): New procedure.
27816 (gdb_stop_suppressing_tests): Only clear suppress_flag if
27817 it contains a positive value.
27818
27819 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
27820
27821 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
27822
27823 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
27824
27825 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
27826
27827 * lib/gdb.exp (setup_xfail_format): New function.
27828 (get_debug_format): New function to get debug format.
27829 (debug_format): New global variable to hold last value set
27830 by get_debug_format.
27831 * gdb.base/list.exp: Call get_debug_format and expect some
27832 tests to fail for DWARF 1 and COFF formats.
27833 * gdb.c++/ptype.exp: Ditto.
27834 * gdb.c++/classes.exp: Ditto.
27835 * gdb.c++/cplusfuncs.exp: Ditto.
27836 * gdb.c++/inherit.exp: Ditto.
27837 * gdb.c++/templates.exp: Ditto.
27838 * gdb.c++/virtfunc.exp: Ditto.
27839
27840 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
27841
27842 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
27843 host doesn't have a currently-open connection.
27844
27845 * config/sparclet.exp: Cleanups and fixes to make it generic for
27846 any gdb stub target. Handle cases where gdb doesn't respond when
27847 interrupted in a sane fashion.
27848
27849 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
27850 same thing in a totally different way.
27851
27852 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
27853 setting "timeout".
27854 (gdb_start): We set the global gdb_prompt variable in
27855 default_gdb_init now.
27856
27857 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
27858
27859 * gdb.base/printcmds.exp: Fix "check for floating addition"
27860 regexp to accept results within approx +/- .01 of exact value.
27861 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
27862
27863 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
27864
27865 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
27866 properly.
27867 (gdb_expect): Add optional timeout parameter, and add timeout
27868 value to various calls.
27869 (gdb_suppress_tests): Only give one warning message per group.
27870
27871 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
27872
27873 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
27874 global variables. Handle getting a value for $timeout more
27875 gracefully.
27876
27877 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
27878
27879 * lib/gdb.exp: Close connection to remote host if gdb doesn't
27880 initialize.
27881 (default_gdb_init): New procedure; allow gdb_init to be overridden
27882 by a target configuration file.
27883 (gdb_expect): Pass the timeout to remote_expect.
27884
27885 * config/monitor.exp(gdb_load): Fix typo in regexp.
27886
27887 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
27888
27889 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
27890
27891 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
27892
27893 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
27894 here. Call gdb_target_exec before rebooting the target, to make
27895 sure the connection to the target is closed.
27896 (gdb_load): Pass the name of the executable to gdb_target_monitor.
27897 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
27898 Also detect "Timeout reading from remote" error.
27899
27900 * config/gdbserver.exp: Pass the executable being loaded to
27901 gdb_target_monitor. Don't call gdb_file_cmd here; let
27902 gdb_target_monitor do it.
27903
27904 * gdb.disasm/hppa.exp: Don't use exec_output.
27905
27906 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
27907
27908 * gdb.base/list.exp: If we're debugging a non-native target,
27909 try to set the pc register to point to the start of the
27910 program before doing the first list command.
27911
27912 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
27913 test_calls after restarting.
27914
27915 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
27916 reloading.
27917
27918 * gdb.base/watchpoint.exp: Fix typo.
27919
27920 * gdb.base/setshow.exp: Check for use_gdb_stub.
27921
27922 * gdb.base/break.exp: Fix continue until exit test for the gdb
27923 stub case.
27924 * gdb.base/langs.exp: Ditto.
27925
27926 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
27927 gdb_load_offset. If we weren't given a file to load, figure out
27928 what the current file is and use it.
27929
27930 * config/i386-bozo.exp: New file.
27931
27932 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
27933
27934 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
27935 feature.
27936
27937 * config/proelf.exp: New entry.
27938
27939 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
27940
27941 * lib/gdb.exp: Remove spurious .* patterns at the beginning
27942 of regexps.
27943
27944 * gdb.base/watchpoint.exp: Don't run the test_stepping
27945 tests if gdb can't call functions on the target.
27946
27947 * gdb.base/setshow.exp: Don't run the set prompt tests if
27948 the board has gdb_prompt set.
27949
27950 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
27951
27952 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
27953 * gdb.base/commands.exp: Likewise.
27954 * gdb.base/setshow.exp: Likewise.
27955
27956 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
27957
27958 * config/monitor.exp(gdb_start): Look for gdb_prompt target
27959 feature.
27960
27961 * config/i960.exp: New file.
27962
27963 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
27964
27965 * gdb.base/funcargs.exp: Check for gdb,short_int target
27966 feature instead of looking for explicit target triplets.
27967
27968 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
27969
27970 * gdb.base/printcmds.exp: add a couple more tests a la
27971 "p 123DEADBEEF", to check parse_number.
27972 * top.c: change "to enable to enable" to "to enable" in a couple
27973 of help strings.
27974
27975 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
27976
27977 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
27978 on the mn10300.
27979
27980 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
27981
27982 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
27983 where the test executable is run with explicit args.
27984 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
27985
27986 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
27987
27988 * gdb.base/run.c: Use FAKEARGV to build test executable that
27989 does not require a command line arg, since most simulators
27990 don't currently support passing such an arg into the simulated
27991 program.
27992 * gdb.base/commands.exp: Change tests to insert the proper
27993 value as the arg to the first recursive factorial call. Change
27994 compilation line to define FAKEARGV at compile time.
27995
27996 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
27997
27998 * gdb.base/recurse.exp: Enable these tests for the mn10300.
27999 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
28000 function with watchpoint enabled" test.
28001
28002 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
28003
28004 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
28005 Don't call gdb_test when the command doesn't return to a gdb prompt.
28006
28007 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
28008 "Tests restarted" messages.
28009
28010 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
28011
28012 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
28013
28014 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
28015
28016 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
28017 for INFO SYMBOL; add help tests for OVERLAY commands.
28018 * gdb.base/default.exp: add tests for INFO SYMBOL command;
28019 add tests for OVERLAY commands
28020 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
28021 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
28022 * gdb.base/sigall.c: add usestubs code frag
28023 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
28024
28025 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
28026
28027 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
28028 failures.
28029 (gdb_stop_suppressing_tests): Note that tests have restarted.
28030
28031 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
28032
28033 * config/h8300.exp: New file.
28034
28035 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
28036
28037 * gdb.base/setshow.exp: Check for the existence of a
28038 feature, not its value.
28039
28040 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
28041
28042 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
28043
28044 * gdb.base/scope.exp: It's now init0(), not init().
28045
28046 * gdb.base/scope0.c: For now, change init() to be init0().
28047
28048 * config/monitor.exp: Use gdb_serial in preference to serial
28049 or netport.
28050
28051 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
28052 and it's not already set.
28053
28054 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
28055
28056 * gdb.base/setshow.exp: Only test the run command if the target
28057 isn't using a stub and if it supports argument passing.
28058
28059 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
28060
28061 * config/udi.exp(gdb_start): Make sure UDICONF is set
28062 properly before starting gdb.
28063
28064 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
28065
28066 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
28067 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
28068 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
28069
28070 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
28071
28072 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
28073 specialized code to reboot the board, use remote_reboot instead.
28074
28075 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
28076
28077 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
28078
28079 * config/monitor.exp: Make sure we disconnect from the target.
28080 Also, try a reboot/reload cycle instead of failing if the
28081 load fails.
28082
28083 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
28084
28085 * gdb.base/default.exp: Don't set match_max.
28086 * gdb.base/help.exp: Ditto.
28087 * gdb.base/list.exp: Ditto.
28088 * gdb.base/signals.exp: Ditto.
28089
28090 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
28091 set, use remote_ld to download the testcase instead of
28092 the GDB loader.
28093
28094 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
28095
28096 * config/vr5000.exp: New file.
28097
28098 * config/monitor.exp(gdb_target_monitor): Add pattern for
28099 "Ending remote" to detect errors in connecting.
28100
28101 * gdb.base/setshow.exp: Add .* within auto language test.
28102
28103 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
28104 target feature.
28105
28106 * config/monitor.exp(gdb_load): Check for a failure when loading,
28107 and reboot the board if necessary.
28108
28109 * gdb.base/setvar.exp(test_set): Handle multiple prints within
28110 a set of tests. Remove print.* from the patterns being checked.
28111
28112 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
28113
28114 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
28115 refer to gdb_spawn_id.
28116
28117 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
28118 longer used.
28119 * config/sparclet.exp: Ditto.
28120 * config/sparclet-old.exp: Ditto.
28121 * config/slite.exp: Ditto.
28122 * config/sim.exp: Ditto.
28123 * gdb.base/funcargs.exp: Ditto.
28124
28125 * lib/gdb.exp:Remove references to gdb_spawn_id.
28126 (gdb_expect): Move to remote.exp.
28127
28128 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
28129
28130 * config/monitor.exp: Detect the "Couldn't establish connection"
28131 message from GDB.
28132
28133 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
28134
28135 * gdb.base/bitfields.exp: Use runto instead of explicit
28136 gdb_run_cmd/gdb_expect sequences.
28137
28138 * gdb.base/break.exp(text_next_with_recursion): Add match for
28139 gdb_expect call.
28140
28141 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
28142 We also need to handle the "A program is being debugged already"
28143 prompt from gdb. Use gdb_test to set the baud rate.
28144
28145 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
28146 to 20000. Really. I mean it.
28147
28148 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
28149
28150 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
28151 fails. If suppress_flag is set, skip perror message about not
28152 being able to send to GDB.
28153 (send_gdb): If suppress_flag is set, don't try to send commands to
28154 GDB.
28155 (gdb_expect): If suppress_flag is set, always fail immediately.
28156 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
28157 (gdb_init): Call gdb_stop_suppressing_tests.
28158 (default_gdb_exit): Ditto.
28159 (default_gdb_start): Ditto.
28160
28161 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
28162 gdb_stop_suppressing_tests as appropriate.
28163 * gdb.base/break.exp: Ditto.
28164 * gdb.base/callfuncs.exp: Ditto.
28165 * gdb.base/commands.exp: Ditto.
28166 * gdb.base/exprs.exp: Ditto.
28167 * gdb.base/funcargs.exp: Ditto.
28168 * gdb.base/list.exp: Ditto.
28169 * gdb.base/recurse.exp: Ditto.
28170 * gdb.base/scope.exp: Ditto.
28171 * gdb.base/structs.exp: Ditto.
28172 * gdb.c++/inherit.exp: Ditto.
28173
28174 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
28175
28176 * config/vr4300.exp: New file.
28177
28178 * gdb.*/*.exp: Call gdb_expect instead of expect.
28179
28180 * lib/gdb.exp(gdb_expect): New function.
28181
28182 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
28183
28184 * lib/gdb.exp(gdb_init): New function.
28185
28186 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
28187 for each individual variable set.
28188
28189 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
28190 name.
28191
28192 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
28193
28194 * gdb.base/scope.exp: Use gdb_test.
28195
28196 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
28197 aborting; the testsuite driver will do that for us (see
28198 gdb_finish). Also, use gdb_test in a few more places.
28199
28200 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
28201
28202 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
28203
28204 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
28205
28206 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
28207 and "add_tests" are not at the same address.
28208
28209 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
28210
28211 * gdb.base/ptype.exp: Use gdb_test.
28212
28213 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
28214
28215 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
28216 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
28217 left in. No longer expect them to fail.
28218
28219 * gdb.stabs/*.mt; Deleted, no longer used.
28220 * gdb.stabs/configure.in: Remove references to target makefile
28221 frags.
28222 * gdb.stabs/configure: Rebuilt.
28223
28224 * gdb.disasm/*.mt: Deleted, no longer used.
28225 * gdb.disasm/configure.in: Remove references to target makefile
28226 frags. Use "sh3.s" as the unique filename for this directory.
28227 * gdb.disasm/configure: Rebuilt.
28228
28229 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
28230 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
28231 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
28232
28233 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
28234
28235 * config/udi.exp: Use mondfe,name instead of remote_host.
28236
28237 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
28238
28239 * gdb.base/watchpoint.exp: Don't expect a failure when calling
28240 a function with a watchpoint enabled on the mn10200.
28241
28242 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
28243 before trying to create it!
28244
28245 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
28246
28247 * config/vx.exp: Use hostname instead of netport.
28248
28249 * config/vxworks.exp: New file.
28250
28251 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
28252
28253 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
28254 gdb before assuming everything worked. Send a ^C if a timeout
28255 occurs.
28256
28257 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
28258 $gdb_spawn_id directly.
28259 (gdb_run_cmd): Try _start as well as start. Use the target feature
28260 gdb,start_symbol as the symbol to start from when jumping.
28261
28262 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
28263
28264 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
28265 redundant) test.
28266
28267 * gdb.base/recurse.exp: Relax final value test for 'b' so that
28268 it doesn't lose for 16bit integer systems.
28269
28270 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
28271
28272 * gdb.fortran/types.exp: If the target doesn't support "double"
28273 data types, then expect "real" types to only be 4 bytes.
28274
28275 * gdb.c++/virtfunc.exp: Expect failure for virtual function
28276 call tests if the target doesn't support inferior function calls.
28277
28278 * gdb.base/printcmds.exp: Allow minor deviation in FP values
28279 in printf tests.
28280
28281 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
28282
28283 * gdb.base/help.exp: Disable "help set", "help show", and
28284 "help support". Simplify regexp for "help stack".
28285
28286 * gdb.base/default.exp: Set match_max to 5000 and the timeout
28287 to 60 seconds. Temporarily set match_max to 15000 around the
28288 "info copying" test.
28289
28290 * gdb.base/nodebug.exp: Don't try to do an inferior function
28291 call if the target doesn't support them.
28292 * gdb.base/printcmds.exp: Likewise.
28293 * gdb.base/setvar.exp: Likewise.
28294 * gdb.base/structs.exp: Likewise.
28295 * gdb.c++/templates.exp: Likewise.
28296 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
28297
28298 * gdb.base/recurse.exp: Enable for the mn10200.
28299
28300 * configure.in: Do configure gdb.stabs directory for *-*-elf
28301 targets.
28302 * configure: Rebuilt.
28303
28304 * gdb.base/break.exp: Check for gdb,noresults before testing
28305 exit status and/or results from the target.
28306 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
28307 * lib/gdb.exp: Remove old (now bogus) initialization of
28308 noinferior, noargs, noresults and nosignals.
28309
28310 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
28311
28312 * config/sh.exp: New file.
28313
28314 * config/slite.exp: Try to connect multiple times to the board
28315 before rebooting. Only send a "monitor run" if need_monitor_run
28316 is set.
28317
28318 * gdb.base/break.exp: Don't do the "stub continue" test if
28319 the target has gdb_stub set.
28320
28321 * gdb.base/callfuncs.exp: Increase the timeout.
28322
28323 * gdb.base/interrupt.exp: Don't even try to compile the testcase
28324 if the target has gdb,noinferiorio set.
28325
28326 * gdb.base/list.exp: Increase match_max to 10000 characters.
28327
28328 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
28329
28330 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
28331 target.
28332
28333 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
28334
28335 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
28336
28337 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
28338 trying to delete the copy of gdb. Catch the file delete so we
28339 don't die if the delete fails; also, the file should be copied to
28340 the host, not to the build.
28341
28342 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
28343
28344 * lib/gdb.exp(gdb_test): Surround the result pattern with
28345 parenthesis in case it contains multiple regexps separated
28346 with |.
28347
28348 * gdb.base/watchpoint.exp: Use gdb_test.
28349 * gdb.base/default.exp: Ditto.
28350
28351 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
28352
28353 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
28354
28355 * gdb.base/scope.exp: Use gdb_test.
28356 * gdb.c++/classes.exp: Ditto.
28357 * gdb.c++/inherit.exp: Ditto.
28358
28359 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
28360
28361 * gdb.base/crossload.exp: Don't use execute_anywhere, use
28362 remote_exec instead.
28363 * gdb.base/corefile.exp: Don't be ridiculous.
28364 * gdb.base/*.c: Add missing stub invocations.
28365
28366 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
28367
28368 * config/slite.exp: Miscellaneous fixes.
28369
28370 * lib/gdb.exp: Fix runto.
28371
28372 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
28373 the target.
28374
28375 * gdb.base/watchpoint.exp: Fix regexp.
28376
28377 * lib/gdb.exp(default_gdb_exit): Add a catch to the
28378 close and wait commands, as the descriptor may now be
28379 invalid. Always call "remote_close host".
28380
28381 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
28382
28383 Major rewrite for testsuite revision.
28384
28385 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
28386 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
28387 instead of relying on spawn_id to always contain a valid
28388 spawn id.
28389 (get_compiler_info): New procedure to build the ${binfile}.ci
28390 file, instead of replicating this in N different places.
28391 (gdb_compile): New procedure.
28392
28393 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
28394 appropriate arguments) instead of compile. Use gdb_test in a lot
28395 more places. Use send_gdb instead of send. Always run gdb_start
28396 at the start of a testcase, as this is no longer done magically.
28397
28398 config/*-gdb.exp: Rename without the -gdb suffix.
28399
28400 config/mips.exp: Use remote_close instead of exit_remote_shell.
28401 config/monitor.exp: Use target_info instead of looking at
28402 baud, timeout, etc.
28403 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
28404
28405 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28406
28407 * gdb.c++/templates.exp (test_ptype_of_templates),
28408 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
28409 Update expect patterns for destructors and assignment operators
28410 to match corresponding c-typeprint.c changes.
28411 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
28412 to destructor breakpoint test, GDB should be able to set the
28413 destructor breakpoint without specifying arguments.
28414
28415 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
28416
28417 * gdb.threads/pthreads.exp: Change result for failure to compile due
28418 to lack of pthreads runtime support from an error to simply an
28419 unsupported test, per dejagnu standards.
28420
28421 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28422
28423 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
28424 where GDB exits to reduce pattern match time.
28425 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
28426
28427 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
28428
28429 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
28430
28431 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
28432 * gdb.base/default.exp: ditto.
28433 * gdb.base/nodebug.exp: ditto.
28434 * gdb.base/printcmds.exp: ditto.
28435 * gdb.base/ptype.exp: ditto.
28436 * gdb.base/setvar.exp: ditto.
28437 * gdb.base/structs.exp: ditto.
28438 * gdb.base/setshow.c: Guard against uninitialized values of argc.
28439
28440 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
28441
28442 * configure, */configure: Rebuild with autoconf 2.12.
28443
28444 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
28445
28446 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
28447 use new i*86-pc-linux*-gnu quads.
28448 * gdb.base/corefile.exp: Ditto.
28449 * gdb.base/signals.exp: Ditto.
28450 * gdb.base/sigall.exp: Ditto.
28451 * gdb.base/interrupt.exp: Ditto.
28452
28453 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
28454 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
28455 RedHat 4.0.
28456
28457 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
28458 linux. This allows the test case to at least compile on latest
28459 linux, but still not run due to missing the threads runtime library.
28460
28461 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28462
28463 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
28464 directory to search gdb directory. Accept and step over conditional
28465 stack alignment code. Consume $prompt in failure cases.
28466 Reset timeout to $oldtimeout instead of some arbitrary value.
28467 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
28468 timeout problems with infinite stack backtraces.
28469 * gdb.base/ptype.exp (ptype struct link, union tu_link):
28470 Accept function parameters for linkfunc member.
28471
28472 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
28473
28474 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
28475 (CXXFLAGS): Remove, unreferenced.
28476 (B_OPTIONS): Add for -B options and add code to initialize with
28477 previous -B options and also add -B option to pick up cross compiled
28478 runtime.
28479 (TARGET_INCLUDES): Add for -I options and add code to initialize when
28480 doing cross compiles.
28481 (target_alias): Declare global.
28482 (xgcc): Set variable to full path of gcc in build tree. Use findfile
28483 to verify that gcc exists in build tree, and if so set CC to that
28484 gcc and to use B_OPTIONS and TARGET_INCLUDES.
28485
28486 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
28487
28488 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
28489 ptype test for anonymous union. Fixup testcase to match
28490 current gcc debug output.
28491
28492 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
28493
28494 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
28495 force argument to an unsigned long type.
28496
28497 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
28498
28499 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
28500 tests and anonymous union print/ptype tests.
28501 * gdb.base/list.exp (test_forward-search): Increase timeout by
28502 5 minutes for the "search extremely long line" case.
28503 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
28504 completely optional and that the pass/fail messages use the command as
28505 the message if that third arg is a null string.
28506 (gdb_test_exact): Arrange that a null string pattern means match a
28507 null string output rather than any output, which might include random
28508 errors.
28509 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
28510 backtrace test.
28511 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
28512 always failing and failure is now exposed by gdb.exp changes.
28513
28514 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
28515
28516 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
28517 weren't being noted.
28518
28519 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28520
28521 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
28522 * gdb.stabs/weird.exp: Remove v_comb xfails.
28523
28524 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
28525
28526 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
28527 list.exp scope.exp watchpoint.exp]
28528 Make all timeout error msgs explicitly say "(timeout)".
28529
28530 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
28531
28532 * config/monitor.exp: Increase download timeout to 1000 seconds.
28533
28534 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
28535
28536 * config/m32r.exp: Increase timeout to 120 seconds.
28537
28538 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
28539
28540 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
28541 and accept older ordering as obsolescent gcc or gdb.
28542 * gdb.c++/templates.exp: Ditto.
28543 * gdb.c++/virtfunc.exp: Ditto.
28544
28545 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
28546
28547 * gdb.base/coremaker.c: Add code to mmap some data so we
28548 can check that it ends up in the core file.
28549 * gdb.base/corefile.exp: Add test to read mmapped data
28550 from core file.
28551
28552 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
28553
28554 * config/m32r.exp: New file.
28555
28556 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
28557
28558 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
28559 that cflags can contains -gstabs, and work correctly for other tests.
28560
28561 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
28562
28563 * gdb.base/setshow.exp: New file, tests show and set.
28564 * gdb.base/setshow.c: New file, tests show and set.
28565 * gdb.base/help.exp: Add test for help set|show annotate.
28566 * gdb.base/default.exp: Add test for set|show annotate.
28567
28568 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
28569
28570 * testsuite/gdb.base/break.exp: Make backtrace from factorial
28571 errors unique.
28572 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
28573 explicitly.
28574
28575 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
28576
28577 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
28578 and width commands. This is done elsewhere.
28579 * (gdb_start): Don't call gdb_start_sim here. That's already
28580 done in gdb_load. This fixes lots of failures in default.exp.
28581
28582 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
28583
28584 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
28585 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
28586 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
28587 in the same we we treat other failures (since it may be an expected
28588 condition), rather than as an error.
28589 * gdb.base/signals.exp (test_handle_all_print): Revert back to
28590 old test format.
28591
28592 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
28593
28594 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
28595 (distclean maintainer-clean realclean): No need to remove files
28596 twice. Nuke the duplicates.
28597 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
28598 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
28599 Remove config.h along with other config files.
28600
28601 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
28602
28603 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
28604 "p func1 ()" and note that rests of tests are skipped.
28605 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
28606 setup_xfails for "print func2::coremaker_local".
28607 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
28608 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
28609 affected by the previous run test.
28610 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
28611 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
28612 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
28613 "pass int powerset tuple" and "pass modeless int powerset tuple".
28614 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
28615 "real write 4" and "real write 8".
28616 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
28617 setup_xfails for "print vs1 after tuple assign 2",
28618 "print \$i after tuple assign 2", and
28619 "print vs2 after tuple assign 2".
28620 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
28621 meaningful error message and return -1 so the caller can
28622 suppress further tests and avoid a cascade of errors.
28623
28624 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
28625
28626 * gdb.base/a1-selftest.exp: Tweak tests to account for new
28627 format for printing version.
28628 * gdb.base/default.exp: Ditto.
28629 * gdb.base/interrupt.exp: Fix problem with cascade of
28630 errors if child process dies while calling a function.
28631
28632 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
28633
28634 * Makefile.in (VPATH): Add
28635 * Makefile.in (Makefile, config.status): Fix rules so things get
28636 remade when necessary.
28637
28638 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
28639
28640 * Makefile.in (just-check): Add path to sibling expect dir
28641 to environment variable specified by RPATH_ENVVAR.
28642
28643 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
28644
28645 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
28646 (just-check): Add shared library paths for libstdc++, tk,
28647 tcl, bfd, and opcodes to the environment variable specified
28648 in RPATH_ENVVAR.
28649 * configure.in: Add support to recognize --enable-shared flag
28650 and generate correct value for RPATH_ENVVAR.
28651 * configure: Regenerated with autoconf.
28652
28653 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
28654
28655 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
28656 include all osf versions.
28657 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
28658 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
28659 when target is linux. When failing to build pthreads test
28660 executable, give more meaningful message.
28661 * gdb.threads/pthreads.c: Hpux also uses old definition of second
28662 arg for pthread_create.
28663
28664 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
28665
28666 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
28667 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
28668 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
28669 and -lpthreads (everybody else).
28670 (test_startup): Fail gracefully if threads are not supported.
28671 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
28672 "p/c array_index("abcdef",2)" when not gcc compiled.
28673 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
28674 "print func2::coremaker_local" when not gcc compiled.
28675 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
28676 "ptype on opaque struct tagname (statically)",
28677 "ptype on opaque struct tagname (dynamically) 1", and
28678 "ptype on opaque struct tagname (dynamically) 2"
28679 for not compiled with gcc.
28680 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
28681 backtrace when compiled with gcc.
28682 * lib/gdb.exp (runto_main): Return result of "runto main" rather
28683 than always return success.
28684
28685 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
28686
28687 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
28688
28689 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
28690
28691 * gdb.base/structs.exp: Undo last change.
28692
28693 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
28694
28695 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
28696 encapsulate all the steps/nexts done during self test, starting
28697 at main, and makes them less sensitive to optimization issues.
28698 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
28699 signal handler" test.
28700 * gdb.threads/pthreads.exp: Only run this for native configs.
28701 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
28702 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
28703 tests.
28704 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
28705 for "runto test_calls(void)" test.
28706
28707 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
28708
28709 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
28710 and don't expect address info in breakpoint confirmations.
28711
28712 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
28713
28714 * gdb.base/list.exp (test_forward_search): Increase timeout
28715 temporarily by 60 seconds for searching extremely long line,
28716 and then reset to old value when done. Increase expect input
28717 buffer to 10000.
28718
28719 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
28720
28721 * gdb.base/list.exp (test_forward_search): Fix to handle very
28722 long source line without overflowing expect's input buffer.
28723
28724 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
28725
28726 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
28727 "buffer_full".
28728
28729 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
28730 "buffer_full".
28731
28732 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
28733 "buffer_full".
28734
28735 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
28736 "buffer_full".
28737
28738 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
28739
28740 * configure.in (configdirs): Add gdb.threads.
28741 * configure: Regenerated with autoconf.
28742 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
28743 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
28744 * gdb.threads/configure: New, generated with autoconf.
28745
28746 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
28747
28748 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
28749
28750 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
28751
28752 * gdb.base/signals.exp (test_handle_all_print): Test separately for
28753 each signal's status in the output of "handle all print".
28754 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
28755 the \r\n sequence that immediately precedes the gdb prompt.
28756 * gdb.base/a1-selftest.exp: Save original timeout and restore
28757 after test.
28758
28759 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
28760
28761 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
28762 symbol.
28763
28764 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
28765
28766 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
28767
28768 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
28769
28770 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
28771 timeout by 60 seconds.
28772
28773 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
28774
28775 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
28776 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
28777 error return.
28778
28779 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
28780
28781 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
28782 gdb initialization, also report how long dejagnu waited. Restore
28783 old timeout before doing error return. Temporarily increase timeout
28784 by 3 minutes to allow for slow startups over heavy NFS use.
28785
28786 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
28787
28788 * lib/gdb.exp: Report timeout value for verbosity level 2.
28789 * config/gdbserver.exp: Ditto.
28790 * config/hppro.exp: Ditto.
28791 * config/mips-gdb.exp: Ditto.
28792 * config/monitor.exp: Ditto.
28793 * config/netware.exp: Ditto.
28794 * config/sim-gdb.exp: Ditto.
28795 * config/slite-gdb.exp: Ditto.
28796 * config/udi-gdb.exp: Ditto.
28797 * config/unix-gdb.exp: Ditto.
28798 * config/vx-gdb.exp: Ditto.
28799 * gdb.base/a1-selftest.exp: Ditto.
28800 * gdb.base/a2-run.exp: Ditto.
28801 * gdb.base/break.exp: Ditto.
28802 * gdb.base/corefile.exp: Ditto.
28803 * gdb.base/list.exp: Ditto.
28804 * gdb.base/recurse.exp: Ditto.
28805 * gdb.base/scope.exp: Ditto.
28806 * gdb.base/signals.exp: Ditto.
28807
28808 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
28809
28810 * gdb.threads/Makefile.in (docdir): Removed.
28811
28812 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
28813
28814 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
28815 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
28816 @srcdir@.
28817 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
28818 autoconf 2.5 or higher.
28819 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
28820
28821 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
28822
28823 * configure: Regenerated.
28824 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
28825 avoid name clashes with SunOS headers.
28826
28827 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
28828
28829 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
28830
28831 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
28832
28833 * gdb.base/callfuncs.exp: Finish last change -- make sure the
28834 prototype information ends up in the compiler info file.
28835
28836 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
28837
28838 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
28839 attempting to regenerate it. Eliminate use of a temporary file
28840 and just generate the info file directly. Source it immediately,
28841 for consistency of use.
28842 * gdb.base/corefile.exp: Ditto
28843 * gdb.base/exprs.exp: Ditto.
28844 * gdb.base/funcargs.exp: Ditto.
28845 * gdb.base/langs.exp: Ditto.
28846 * gdb.base/list.exp: Ditto.
28847 * gdb.base/mips_pro.exp: Ditto.
28848 * gdb.base/nodebug.exp: Ditto.
28849 * gdb.base/opaque.exp: Ditto.
28850 * gdb.base/ptype.exp: Ditto.
28851 * gdb.base/scope.exp: Ditto.
28852 * gdb.base/setvar.exp: Ditto.
28853 * gdb.base/signals.exp: Ditto.
28854 * gdb.base/whatis.exp: Ditto.
28855 * gdb.c++/templates.exp: Ditto.
28856 * gdb.c++/virtfunc.exp: Ditto.
28857 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
28858 whether or not to add -lstdc++ to the compile command line args.
28859
28860 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28861
28862 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
28863 it got fixed by the recent lookup_minimal_symbol_by_pc change.
28864 Increase timeout, a lot of single stepping might be needed if the
28865 target has no hardware watchpoints.
28866
28867 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
28868
28869 * gdb.base/break.exp: Ignore compiler warnings when compiling
28870 break.c.
28871 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
28872 * gdb.base/default.exp: Add h8300 xfails. Handle messages
28873 from remote-sim.
28874 * gdb.base/exprs.exp: Add h8300 xfails.
28875 * gdb.base/funcargs.exp: Likewise.
28876 * gdb.base/nodebug.exp: Likewise.
28877 * gdb.base/printcmds.exp: Likewise.
28878 * gdb.base/ptype.exp: Likewise.
28879 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
28880 h8300 xfails.
28881 * gdb.base/return.exp: Handle float/double precision problems
28882 on the h8300.
28883 * gdb.base/funcargs.c: Explicitly make last constant argument to
28884 call_after_alloca_subr an unsigned long type.
28885 * gdb.base/return.c: Include stdio.h.
28886
28887 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
28888
28889 * config/abug.exp: New file for the older Motorola Bug monitor
28890 that runs on the mvme13x series VME boards.
28891 * config/monitor.exp: Use the new config array for target settings
28892 if they exist.
28893
28894 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
28895
28896 * sim-gdb.exp: Make the SH simulator allocate less space when
28897 it is targeted.
28898
28899 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
28900
28901 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
28902 test.
28903
28904 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
28905
28906 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
28907 "rs6000-*-*" for "list function in include file" when gcc compiled.
28908 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
28909 for "p ctable1[120]".
28910 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
28911 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
28912 Remove setup_xfail for "rs6000-*-*" for
28913 "print 'scope0.c'::filelocal before run".
28914 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
28915 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
28916 since some compilers don't allow both options to be given
28917 on the same command line. Create object file and move it.
28918
28919 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
28920
28921 * gdb.base/corefile.exp: Always regenerate the core file, since
28922 we always regenerate the coremaker program. Detect special case
28923 where registers cannot be read from core file.
28924
28925 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
28926
28927 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
28928 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
28929 * gdb.c++/templates.exp: Only match on basename of file since
28930 some formats like xcoff don't encode directory information.
28931 * gdb.stabs/weird.exp: Use the right sed script for powerpc
28932 and rs6000 AIX xcoff targets.
28933 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
28934 * configure: Regenerate.
28935 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
28936 here, rather than in distclean.
28937
28938 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
28939
28940 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
28941 defined, and use it to compile the test case with -O2. The
28942 native compilation still uses no optimization.
28943 * gdb.base/mips_pro.c: Remove inline assembly code since
28944 it is compiled PIC by default, which results in assembler
28945 warnings that make the testsuite think the compilation
28946 was unsuccessful.
28947
28948 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
28949
28950 * gdb.c++/misc.exp: Add note to message for
28951 "print s.a for foo struct" that this is a known gcc 2.7.2
28952 and earlier bug.
28953
28954 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
28955
28956 * gdb.base/break.exp: Fix pattern for matching "Delete all
28957 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
28958 setup_xfail for deleting all breakpoints test. Fix various
28959 timeout messages to include "(timeout)".
28960 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
28961 for "p t_float_values2(3.14159,float_val2)".
28962 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
28963 for "continue to call2g" when gcc compiled.
28964 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
28965 "up to foo in langs.exp", "show language at foo in langs.exp",
28966 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
28967 and "show language at fsub in langs.exp".
28968 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
28969 "list line 1 in include file", "list message for lines past EOF",
28970 "list function in include file", "list list0.h:foo", and
28971 "list filename:function; nonexistant function".
28972 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
28973 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
28974 and "ptype t_char_array" to be for native cc only.
28975
28976 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
28977
28978 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
28979 setup_xfail for "print coremaker_bss", "print coremaker_ro",
28980 "print func2::coremaker_local", and "backtrace in corefile.exp".
28981
28982 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
28983
28984 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
28985 "bt in signals.exp". This problem only appears when running
28986 the testsuite, and then only intermittently.
28987
28988 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
28989
28990 * gdb.base/return.exp (return_tests): Differentiate between
28991 two tests of continuing.
28992
28993 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
28994
28995 * */Makefile.in (maintainer-clean): Remove config.log.
28996 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
28997 * gdb.c++/Makefile.in (PROGS): Add inherit.
28998 (clean): Remove *.ci.
28999
29000 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
29001
29002 * gdb.c++/misc.cc: Add test code from Mike Stump.
29003 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
29004
29005 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
29006
29007 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
29008 to "alpha-*-osf2*" and add comment.
29009 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
29010 setup_xfail for "step over execarg initialization" and
29011 "step over corearg initialization".
29012 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
29013 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
29014 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
29015 gcc compiled for "print coremaker_bss", "print coremaker_ro",
29016 "print func2::coremaker_local", and "backtrace in corefile.exp".
29017 * gdb.base/signals.exp: Build and source signals.ci.
29018 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
29019 to be for gcc only.
29020 * lib/gdb.exp: Move verbose statements outside conditionals.
29021
29022 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29023
29024 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
29025 Feb 3 procfs.c change.
29026
29027 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
29028
29029 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
29030
29031 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
29032
29033 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
29034 from dejagnu's apparent default of 10 seconds, which gives random
29035 results when running the tests over NFS on moderately loaded systems.
29036 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
29037
29038 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
29039
29040 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
29041 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
29042 result reports.
29043
29044 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
29045
29046 * configure.in (CY_AC_PATH_TCLH): Remove.
29047 * configure: Regenerate.
29048
29049 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
29050
29051 * gdb.c++/Makefile.in (clean): Add missing '{'.
29052
29053 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
29054
29055 * lib/gdb.exp: Provide a default value for noinferior.
29056
29057 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
29058 Load libgloss.exp.
29059
29060 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
29061
29062 * gdb.disasm/hppa.exp: Compile directly into an executable, use
29063 the executable, not the .o to run the tests from.
29064
29065 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
29066
29067 * gdb.base/break.exp: Don't test for program exit or exit status
29068 if $noresults if nonzero.
29069 * gdb.base/langs.exp: Likewise.
29070 * gdb.base/watchpoint.exp: Likewise.
29071
29072 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
29073 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
29074 trying to compile the testcase.
29075
29076 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
29077
29078 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
29079 * gdb.base/signals.exp (continue to handler): Likewise.
29080
29081 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
29082
29083 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
29084
29085 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
29086
29087 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
29088
29089 * gdb.base/corefile.exp: Recognize "not found" as failure
29090 when trying to determine if a core file was generated.
29091 If no core file was generate the first time, try again without
29092 the ulimit -c to work around braindamaged shells.
29093
29094 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
29095
29096 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
29097 [] tests with "test" and enclose string in quotes.
29098 * gdb.stabs/configure: Rebuild
29099
29100 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
29101
29102 Changes in sync with expect:
29103 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
29104 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
29105 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
29106 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
29107 argument to AC_REQUIRE.
29108 * configure: Regenerated.
29109
29110 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
29111
29112 * gdb.base/corefile.exp: When generating a core, discard any
29113 error messages about ulimit not found and the "core dumped"
29114 message from the shell that runs the coredumper.
29115
29116 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
29117
29118 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
29119
29120 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
29121 which sed script to run. Expect failure for v_comb test
29122 on PA targets too.
29123
29124 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
29125
29126 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
29127 "print func2::coremaker_local" and for "backtrace in corefile.exp"
29128
29129 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
29130
29131 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
29132 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
29133 "sparc-sun-solaris*" xfails for "p v_comb".
29134 * lib/gdb.exp (default_gdb_start): Fix typo.
29135 * gdb.base/corefile.exp: Allow "Core was generated by ..."
29136 messages to not include the full program name that caused
29137 the core dump since some systems (such as solaris) apparently
29138 truncate this path to about 80 characters.
29139 When generating a core file first try increasing the core file
29140 size limit to unlimited since some systems may default it to
29141 zero, and it is harmless to try it. Move the test for failing
29142 to generate a core file to where it will actually get executed.
29143 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
29144 new gdb result from g++ debug info improvements and make old
29145 pattern obsolescent. Also account for size_t differences
29146 (may be int or long).
29147 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
29148 initialization before function call is placed in the delay slot
29149 and thus appears to be skipped over by commands such as "next".
29150
29151 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
29152
29153 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
29154
29155 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
29156
29157 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
29158 input source file; fix code to compile test to deal with this
29159 convention.
29160 * gdb.c++/*.exp: Likewise.
29161
29162 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
29163
29164 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
29165 "bt in signals.exp".
29166
29167 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
29168
29169 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
29170 "step over execarg initialization" and
29171 "step over corearg initialization".
29172
29173 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
29174
29175 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
29176 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
29177
29178 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
29179
29180 From Rob Savoye (rob@poseidon.cygnus.com)
29181 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
29182 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
29183 configure.in}, gdb.disasm/{Makefile.in, configure.in},
29184 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
29185 configure.in}: Major reworking for autoconfig.
29186 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
29187 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
29188 New files.
29189 * config/unix-gdb.exp: Make GDB global.
29190 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
29191 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
29192 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
29193 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
29194 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
29195 term.exp, twice.exp, watchpoint.exp, whatis.exp},
29196 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
29197 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
29198 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
29199 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
29200 pr-8136.exp, result.exp, string.exp, tuples.exp},
29201 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
29202 to returns as necessary, arrange for test to compile own testcase
29203 executable.
29204 * lib/gdb.exp: Changes for testsuite to compile own test cases.
29205
29206 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
29207
29208 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
29209 clear_xfail at end of test which might not call either pass or fail.
29210 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
29211 "backtrace through signal handler".
29212
29213 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29214
29215 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
29216 continuing from a job control stop signal.
29217 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
29218
29219 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
29220
29221 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
29222 * gdb.base/corefile.exp: Likewise.
29223 * gdb.base/funcargs.exp: Likewise.
29224
29225 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
29226
29227 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
29228 * config/monitor.exp: Add support for setting baud rate.
29229
29230 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
29231
29232 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
29233 i*86-*-linux* xfails for "backtrace through signal handler".
29234 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
29235 "print func2::coremaker_local".
29236 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
29237 alpha-dec-osf2* xfail for
29238 "delete all breakpoints when none".
29239
29240 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
29241
29242 * gdb.base/break.exp: Change test that deletes all breakpoints
29243 when no user breakpoints are installed. A post 4.15 change
29244 causes gdb to no longer prompt in this case.
29245
29246 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
29247
29248 * gdb.base/return.exp (return_tests): Change xfail for test
29249 "correct value returned double test" to stop xfailing at
29250 Solaris 2.5. Apparently the bug has been fixed.
29251
29252 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
29253
29254 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
29255 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
29256
29257 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
29258
29259 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
29260 * gdb.disasm/hppa.s: Corresponding changes.
29261
29262 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
29263
29264 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
29265 makefile fragment.
29266 * config/mt-hpux: Deleted.
29267
29268 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
29269
29270 * Many files: When warning about suppressed tests due to a
29271 nonexistant test binary, avoid incrementing the warning count.
29272
29273 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
29274
29275 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
29276
29277 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29278
29279 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
29280 "sparc-*-solaris2*".
29281
29282 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29283
29284 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
29285 Add global and local variables and initialize them.
29286 * gdb.base/corefile.exp: Test correct mapping of corefile sections
29287 by printing variables. Remove rs6000 and powerpc xfails, BFD now
29288 extracts the file name and terminating signal from the core file.
29289 * TODO: Remove note about tests for correct mapping of corefile.
29290 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
29291 from optimizing it away.
29292 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
29293 handles common blocks.
29294
29295 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
29296
29297 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
29298 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
29299
29300 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
29301
29302 * Makefile.in (maintainer-clean): New target, synonym for
29303 realclean.
29304 * gdb.base/Makefile.in (maintainer-clean): Likewise.
29305 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
29306 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
29307 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
29308 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
29309 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
29310
29311 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
29312
29313 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
29314 xfails when not gcc compiled for "print foo::funclocal".
29315 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
29316 "print foo::funclocal at foo",
29317 "print 'scope1.c'::foo::funclocal at foo",
29318 "print foo::funclocal_bss at foo",
29319 "print 'scope1.c'::foo::funclocal_bss at foo",
29320 "print foo::funclocal_ro at foo",
29321 "print 'scope1.c'::foo::funclocal_ro at foo",
29322 "print bar::funclocal at foo" and
29323 "print 'scope1.c'::bar::funclocal at foo".
29324 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
29325 gcc compiled for "print foo::funclocal at bar".
29326 Expand all messages to ensure that they identify that
29327 the test is at bar().
29328 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
29329 gcc compiled for:
29330 "ptype on opaque struct pointer (statically)",
29331 "ptype on opaque struct tagname (statically)",
29332 "ptype on opaque struct pointer (dynamically) 1",
29333 "ptype on opaque struct tagname (dynamically) 1",
29334 "ptype on opaque struct pointer (dynamically) 2" and
29335 "ptype on opaque struct tagname (dynamically) 2
29336 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
29337 gcc compiled for:
29338 "p datalocal"
29339 "whatis datalocal",
29340 "ptype datalocal",
29341 "p bsslocal",
29342 "whatis bsslocal", and
29343 "ptype bsslocal".
29344 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
29345 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
29346 when not gcc compiled.
29347 * gdb.base/funcargs.exp (float_and_integral_args): Add
29348 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
29349 compiled.
29350 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
29351 "backtrace from call6a" when not gcc compiled.
29352 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
29353 "backtrace from call7a" when not gcc compiled.
29354 * gdb.base/callfuncs.exp (do_function_calls):
29355 Add "hppa*-*-hpux*" xfail when not gcc compiled for
29356 "p t_char_array_values(char_array_val2,char_array_val1)",
29357 "p t_char_array_values(char_array_val1,char_array_val2)",
29358 "p t_char_array_values("carray 1","carray 2")",
29359 "p t_char_array_values("carray 1",char_array_val2)",
29360 "p t_char_array_values(char_array_val1,"carray 2")",
29361 "p sum_args(1,{2})",
29362 "p sum_args(2,{2,3})",
29363 "p sum_args(3,{2,3,4})",
29364 "p sum_args(4,{2,3,4,5})"
29365 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
29366 "backtrace in corefile.exp" when not gcc compiled.
29367
29368 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29369
29370 * gdb.base/signals.exp: Rewrite `handle all print' test as
29371 a procedure. Accept blanks or TABs as whitespace, increase
29372 timeout and expect input buffer size for the large output
29373 from the command. Remove "i*86-*-bsdi2.0" xfail.
29374
29375 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29376
29377 * gdb.base/setvar.exp: Add new testcases for truncation when
29378 assigning invalid values to bitfields.
29379
29380 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
29381
29382 * gdb.base/callfuncs.exp (do_function_calls): Remove
29383 mips-sgi-irix* xfail for
29384 "call inferior func with struct - returns char *"
29385 and fix test so that an optional (unsigned char *) cast is
29386 accepted in the result.
29387
29388 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
29389
29390 * gdb.base/funcargs.exp (float_and_integral_args): Remove
29391 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
29392 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
29393 * gdb.base/signals.exp: Remove duplicate "handle all print" test
29394 that accidentally got checked in.
29395
29396 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
29397
29398 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
29399 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
29400 compiled test.
29401 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
29402 Add mips-sgi-irix5* xfail for not gcc compiled.
29403 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
29404 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc
29405 compiled for "p top", "whatis top", "p middle", and "whatis
29406 middle".
29407 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
29408 "whatis signed char" for not gcc compiled.
29409 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
29410 "set variable signed char=-1 (-1)" and
29411 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
29412 * gdb.base/funcargs.exp (float_and_integral_args):
29413 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
29414 Add mips-sgi-irix* xfail when not gcc compiled for
29415 "continue to call2b".
29416 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
29417 "continue to call2g".
29418 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc
29419 compiled for "backtrace from call6a"
29420 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc
29421 compiled for "backtrace from call7k". Add mips-sgi-irix5* xfail
29422 when not gcc compiled for "backtrace from call7a".
29423 (localvars_after_alloca): Fix gdb_test cmds for
29424 "print * after runto ...".
29425 Remove rs6000-*-* xfails for
29426 "print i after runto localvars_after_alloca" and
29427 "print l after runto localvars_after_alloca"
29428 for all compilers.
29429 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
29430 when not compiled with gcc, for:
29431 "print signed char == (minus)",
29432 "print signed char != (minus)",
29433 "print signed char < (minus)",
29434 "print signed char > (minus)".
29435 * gdb.base/callfuncs.exp (do_function_calls):
29436 Add mips-sgi-irix* xfail, when compiled with native compiler, for
29437 "call inferior func with struct - returns char *".
29438 * gdb.base/return.exp (return_tests): Change xfail for
29439 "correct value returned double test" to include Solaris 2.4.
29440 * gdb.base/funcargs.exp (float_and_integral_args):
29441 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
29442
29443 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29444
29445 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
29446 enumeration bitfields if compiling with GNU C.
29447 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
29448 to empty' prompt.
29449
29450 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
29451
29452 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
29453 test for PRO targets.
29454
29455 * gdb.base/funcargs.exp: Avoid ever setting more than 8
29456 breakpoints in the inferior at any given time by making
29457 two groups of breakpoints for call2*, call6* and call7*
29458 tests.
29459
29460 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29461
29462 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
29463 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
29464 from optimizing it away.
29465 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
29466 "call inferior func with struct".
29467
29468 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
29469
29470 * configure.in: Only configure gdb.chill for particular targets.
29471
29472 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
29473
29474 * gdb.base/Makefile.in: Add action to .c.o transformation
29475 rule that generates a .ci file for each .o file and remove
29476 explicit .c.o rules except for callfuncs.o.
29477 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
29478 generates a .ci file for each .o file and remove explicit
29479 .cc.o rules.
29480 (clean): Remove *.tmp *.ci files.
29481 (EXECUTABLES): Remove templ-info.exp.
29482 * gdb.base/compiler.c: New file.
29483 * gdb.c++/compiler.cc: New file
29484 * gdb.base/scope.exp: Source gdb.base/scope.ci.
29485 Change rs6000-*-* xfail for
29486 "print 'scope0.c'::filelocal_ro" and
29487 "print 'scope1.c'::filelocal" and
29488 "print 'scope1.c'::filelocal_bss" and
29489 "print 'scope1.c'::filelocal_ro" and
29490 "print 'scope1.c'::foo::funclocal" and
29491 "print 'scope1.c'::foo::funclocal_ro" and
29492 "print 'scope1.c'::bar::funclocal" and
29493 "print 'scope0.c'::filelocal_ro" and
29494 "print 'scope1.c'::filelocal at foo" and
29495 "print 'scope1.c'::filelocal_bss at foo" and
29496 "print 'scope1.c'::filelocal_ro at foo" and
29497 "print 'scope1.c'::foo::funclocal at foo" and
29498 "print 'scope1.c'::foo::funclocal_bss at foo" and
29499 "print 'scope1.c'::foo::funclocal_ro at foo" and
29500 "print 'scope1.c'::bar::funclocal at foo" and
29501 "print 'scope0.c'::filelocal_ro" and
29502 "print 'scope1.c'::filelocal" and
29503 "print 'scope1.c'::filelocal_bss" and
29504 "print 'scope1.c'::filelocal_ro" and
29505 "print 'scope1.c'::foo::funclocal" and
29506 "print 'scope1.c'::foo::funclocal_bss" and
29507 "print 'scope1.c'::foo::funclocal_ro" and
29508 "print 'scope1.c'::bar::funclocal" and
29509 "print 'scope1.c'::bar::funclocal_bss"
29510 to only be xfail'd when not compiled with gcc.
29511 Add rs6000-*-* xfail for
29512 "print 'scope0.c'::filelocal_bss before run"
29513 when compiled with gcc.
29514 (test_at_main): Add rs6000-*-* xfail for
29515 "print filelocal_ro in test_at_main"
29516 when compiled with gcc.
29517 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
29518 Add rs6000-*-aix* xfail for
29519 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
29520 "ptype t_char_array", not compiled with gcc.
29521 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
29522 xfail for "list foo (in include file)" when gcc compiled.
29523 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
29524 (integral_args): Add rs6000-*-* xfail for
29525 "run to call0a" if not compiled with gcc.
29526 (unsigned_integral_args): Add rs6000-*-* xfail for
29527 "run to call1a" if not compiled with gcc.
29528 (float_and_integral_args): Add rs6000-*-* xfail for
29529 "run to call2a" if not compiled with gcc and for
29530 "continue to call2b" for any compiler.
29531 Add rs6000-*-* xfail to
29532 "print f1 after run to call2a" for gcc compiled.
29533 (discard_and_shuffle): Add rs6000-*-* xfail for
29534 "run to call6a".
29535 (shuffle_round_robin): Add rs6000-*-* xfail for
29536 "backtrace from call7a" if not compiled with gcc.
29537 Add rs6000-*-* xfail for
29538 "backtrace from call7b" if compiled with gcc.
29539 (call_after_alloca): Add rs6000-*-* xfail for
29540 "print c in call_after_alloca" and
29541 "print s in call_after_alloca" and
29542 "backtrace from call_after_alloca_subr"
29543 if not compiled with gcc.
29544 (localvars_in_indirect_call): Add rs6000-*-* xfail for
29545 "print c in localvars_in_indirect_call" and
29546 "print c in localvars_in_indirect_call" and
29547 "backtrace in indirectly called function" and
29548 "stepping into indirectly called function"
29549 if not compiled with gcc.
29550 (localvars_after_alloca): Add rs6000-*-* xfail for
29551 "print c after runto localvars_after_alloca" and
29552 "print s after runto localvars_after_alloca" and
29553 "print i after runto localvars_after_alloca" and
29554 "print l after runto localvars_after_alloca"
29555 for all compilers.
29556 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
29557 than whatis-info.exp.
29558 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
29559 than opaque-info.exp.
29560 Setup rs6000-*-* xfail for
29561 "ptype on opaque struct pointer (statically)" and
29562 "ptype on opaque struct pointer (dynamically)" when
29563 not compiled with gcc.
29564 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
29565 rather than callf-info.exp.
29566 (do_function_calls): Add clear_xfail for rs6000-*-* for
29567 "p t_float_values2(3.14159,float_val2)". Seems to work
29568 fine there, both with xlc and gcc. Need to find out what
29569 it is doing right and fix other platforms.
29570 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
29571 "call inferior func with struct - returns int",
29572 "call inferior func with struct - returns long",
29573 "call inferior func with struct - returns float",
29574 "call inferior func with struct - returns double",
29575 "call inferior func with struct - returns char *",
29576 but only if not gcc compiled (presumes xlc compiled).
29577 Change rs6000-*-* xfails for
29578 "call inferior func with struct - returns char" and
29579 " call inferior func with struct - returns short" to only
29580 xfail if not using gcc.
29581 (clean mostlyclean): Remove *.ci and *.tmp files.
29582 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
29583 than templ-info.exp.
29584 * gdb.base/langs.exp: Source gdb.base/langs.ci.
29585 Add rs6000-*-* xfail for "up to foo in langs.exp"
29586 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
29587 when not gcc compiled.
29588
29589 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29590
29591 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
29592 * gdb.base/corefile.exp: Likewise.
29593 * gdb.base/list.exp: Likewise.
29594 * gdb.base/scope.exp: Likewise.
29595 * gdb.base/siganls.exp: Likewise.
29596
29597 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
29598 compiler output.
29599 * gdb.base/whatis.exp: Likewise.
29600
29601 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
29602
29603 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
29604 failure (opcode table has been fixed to match reality).
29605
29606 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
29607
29608 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
29609 "call inferior func with struct - returns char",
29610 "call inferior func with struct - returns short"
29611
29612 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
29613 "print 'scope0.c'::filelocal at main",
29614 "print 'scope0.c'::filelocal_bss in test_at_main",
29615 "print 'scope0.c'::filelocal at foo",
29616 "print 'scope0.c'::filelocal_bss in test_at_foo",
29617 "print 'scope0.c'::filelocal at bar",
29618 "print 'scope0.c'::filelocal_bss in test_at_bar"
29619
29620 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
29621 in source file 1". This bug seems to have been fixed with both
29622 gcc and native cc (was native assembler bug?).
29623
29624 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
29625
29626 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
29627 "backtrace through signal handler" to "i*86-*-sysv4*".
29628 * gdb.base/signals.exp: Add xfail for "'next' behaved as
29629 continue" case. Add "known SVR4 bug" to fail message.
29630 Add "i*86-*-bsdi2.0" xfail for "handle all print".
29631 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
29632 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
29633 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
29634 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
29635 "up to foo in langs.exp", "show language at foo in
29636 langs.exp", "up to cppsub_ in langs.exp", "show
29637 language at cppsub_ in langs.exp", "up to fsub in
29638 langs.exp", and "show language at fsub in langs.exp".
29639 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
29640 "bactrace in corefile.exp".
29641 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
29642 "call inferior function with struct - returns float" and
29643 "call inferior function with struct - returns double".
29644
29645 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
29646
29647 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
29648 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
29649 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
29650 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
29651
29652 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
29653
29654 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
29655 (or overriden) "CHILL" macro rather then bare "gcc".
29656 Also look for ../../gcc/xgcc since that is what we will
29657 actually need, not "Makefile". Remove following assignment
29658 of CHILL to CHILL_FOR_TARGET because that results in
29659 recursive definition.
29660
29661 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
29662
29663 * gdb.base/corefile.exp: Change xfail for backtrace in
29664 corefile.exp from linuxaout to all linux.
29665 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
29666 cases where we miss the breakpoint at the signal handler
29667 for some reason. Setup xfail for linuxoldld/linuxaout and
29668 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
29669 hitting SIGURG breakpoint.
29670 * gdb.base/signals.exp: Setup xfail for "next" acting like
29671 continue to add linuxoldld. Setup xfail for all linux for
29672 "next to handler in signals_tests_1", "backtrace in
29673 signals_tests_1", "continue to func1", "pass SIGUSR1",
29674 and continue to handler".
29675
29676 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
29677
29678 * Update all FSF addresses except those in COPYING* files.
29679
29680 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
29681
29682 * gdb.base/a2-run.exp: Change messages to be more explicit about
29683 the status of args, and quote binfile in results.
29684
29685 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
29686
29687 * gdb.base/callfuncs.exp: Add tests for passing structs to
29688 inferior functions and return various types.
29689 * gdb.base/callfuncs.c: Add functions to receive a struct
29690 and return a member of the struct, in various types.
29691
29692 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29693
29694 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
29695
29696 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
29697
29698 * config/vxworks29k.exp: New file, sources vxworks.exp.
29699
29700 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29701
29702 * config/gdbremote.exp: New file. Testing framework using
29703 gdbserver.
29704
29705 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
29706
29707 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
29708 "call function when asleep" and "send end of file".
29709 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
29710 for "backtrace in corefile.exp".
29711 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
29712 for "backtrace through signal handler".
29713 * gdb.base/corefile.exp: Make sure we actually generate a core file
29714 before trying the core tests. Some systems allow the user to suppress
29715 generation of core files and default to that (linux for example).
29716 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
29717 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
29718
29719 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29720
29721 * gdb.threads: New directory with some crude multi-threaded
29722 gdb tests (step.exp and step2.exp).
29723 * config/mt-lynx (STEP_EXECUTABLE): Define.
29724 (THREADFLAGS): Define.
29725
29726 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
29727
29728 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
29729
29730 * gdb.base/signals.exp: Disable whole file for lynx until
29731 further notice.
29732
29733 * gdb.base/signals.exp: xfail test where "next" acts like
29734 "continue" for lynx.
29735
29736 * gdb.base/interrupt.exp: xfail test for calling function while
29737 inferior is asleep for lynx.
29738
29739 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
29740 than one cr-lf after each command.
29741
29742 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29743
29744 * configure.in: Reinstate setting of stabsdirs variable, fix
29745 typo in setting up configdirs for native builds.
29746
29747 * gdb.base/return.exp: Fix typo in return double test.
29748 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
29749 compiler from optimizing them away.
29750
29751 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
29752
29753 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
29754 sequences to be echo'd by gdb when using gdb_test.
29755 * gdb.chill/chexp.exp: Likewise.
29756 * gdb.fortran/exprs.exp: Likewise
29757
29758 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29759
29760 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
29761 after the inferior gdb has started.
29762
29763 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
29764 after each command.
29765 * gdb.base/funcargs.exp: Likewise.
29766 * gdb.base/gdbvars.exp: Likewise.
29767 * gdb.base/interrupt.exp: Likewise.
29768 * gdb.base/list.exp: Likewise.
29769 * gdb.base/watchpoint.exp: Likewise.
29770 * gdb.c++/demangle.exp: Likewise.
29771 * gdb.c++/inherit.exp: Likewise.
29772 * gdb.chill/chexp.exp: Likewise.
29773 * gdb.fortran/exprs.exp: Likewise.
29774
29775 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
29776 test if we can't handle IO to/from the inferior.
29777
29778 * gdb.c++/misc.exp: Always check for a program already being
29779 started after sending a "run" command to gdb.
29780
29781 * gdb.base/twice.exp: Start with a fresh gdb.
29782
29783 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
29784 only depend on gdb's expression code, not the chill runtime.
29785
29786 * gdb.base/return.c: Put return values into variables so we
29787 can have gdb print them rather than depending on the program
29788 to print them.
29789 * gdb.base/return.exp: Corresponding changes.
29790
29791 * lib/gdb.exp: Provide default value for noinferiorio.
29792 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
29793 the inferior.
29794
29795 * gdb.base/break.exp: Always check for a program already being
29796 started after sending a "run" command to gdb.
29797 (text_next_with_recursion): Don't check the output from the
29798 program's printf statement. Instead just make sure the program
29799 exited.
29800
29801 * gdb.base/commands.exp: Protect tests which need arguments with
29802 $noargs conditionals.
29803
29804 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29805
29806 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
29807 of structure member arrays to match gdb/valops.c:value_addr change.
29808
29809 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
29810
29811 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
29812 cases.
29813
29814 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
29815
29816 * configure.in (configdirs): Remove gdb.chill from default list
29817 of subdirs and then add it back in only if doing a native build.
29818 The current chill compiler does not yet work in any cross build.
29819 * Revert all signal changes from Jul 6.
29820 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
29821 for sh-hms targets, allowing these tests to link, with no other
29822 changes. Testing is suppressed by setting "nosignals" in site.exp.
29823
29824 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
29825
29826 * configure.in (signaldirs): Define and add to configdirs for all
29827 targets except some specific ones that are known to not support signals.
29828 Also clean up formatting.
29829 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
29830 (signals, sigall): Remove rules to build.
29831 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
29832 Moved to new gdb.signals directory.
29833 * gdb.signals: New test directory.
29834 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
29835 signals.c signals.exp}: New or moved files.
29836
29837 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
29838
29839 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
29840
29841 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
29842
29843 * gdb.base/return.exp: Xfail `return double' test failure
29844 on at least Solaris 2.3 and handle future/past versions on
29845 a case by case basis as appropriate. Also update message
29846 to include i*86 failures.
29847
29848 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29849
29850 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
29851
29852 * lib/gdb.exp: Fix comment which erroneously identified
29853 gdb_file_cmd as gdb_load (the 19 May change was in fact to
29854 gdb_file_cmd not gdb_load).
29855 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
29856
29857 * gdb.base/setvar.exp: Make test names consistent between pass and
29858 fail cases. Use gdb_test more.
29859
29860 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29861
29862 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
29863
29864 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29865
29866 * gdb.base/help.exp: Fix expected help string for `show commands'.
29867
29868 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
29869
29870 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
29871
29872 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
29873 of a text section.
29874
29875 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
29876
29877 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
29878 that loop eventually terminates. Fix Connection refused logic so
29879 that testsuite will expire nicely.
29880
29881 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
29882
29883 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
29884 config/rom68k.exp: New tcl glue for the appropriate monitors.
29885 These all just end up calling monitor.exp.
29886 * config/monitor.exp (gdb_target_monitor): Handle `Connection
29887 refused' by retrying. Cleanup some timeout issues.
29888 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
29889 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
29890 callers don't have to set/restore global timeout variable.
29891
29892 * The following set of changes centralizes management of the global
29893 timeout variable. This way, it can be set in one target dependent
29894 place instead of dozens of places scattered throughout the test suite.
29895 If you need to lengthen a timeout, then you should either set timeout
29896 in one of the config/{target}.exp files, or multiply it by a factor.
29897 Setting it to an absolute value is always going to lose for some
29898 targets.
29899 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
29900 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
29901 * gdb.base/funcargs.exp: Don't set timeout.
29902 * gdb.base/list.exp (test_forward_search): Only use local timeout.
29903 * gdb.base/printcmds.exp (test_print_string_constants
29904 test_print_array_constants): Don't set timeout.
29905 * gdb.base/ptype.exp: Don't set timeout.
29906 * gdb.base/recurse.exp: Don't set timeout.
29907 * gdb.base/return.exp: Don't set timeout.
29908 * gdb.base/watchpoint.exp: Don't set timeout.
29909 * gdb.c++/classes.exp (do_tests): Don't set timeout.
29910 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
29911
29912 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
29913
29914 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
29915
29916 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29917
29918 * lib/gdb.exp: Disable chill tests for irix5.
29919
29920 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29921
29922 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
29923 each test pass or fail.
29924
29925 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29926
29927 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
29928 xlc not gcc.
29929
29930 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
29931
29932 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
29933
29934 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
29935
29936 * config/est.exp: Fix copyright and comments. Remove dead code.
29937 Use targetname, serialport and baud variables instead of fixed
29938 constants.
29939 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
29940 * config/cpu32bug.exp: New file to support cpu32bug monitors.
29941
29942 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29943
29944 * gdb.base/watchpoint.exp: Don't run
29945 test_watchpoint_triggered_in_syscall for sunos.
29946
29947 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29948
29949 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
29950 they don't seem to exist. Do include stdio.h.
29951
29952 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29953
29954 * gdb.base/a1-selftest.exp: Add alpha xfail.
29955
29956 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29957
29958 * gdb.base/watchpoint.c (main): Prompt before calling read().
29959 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
29960 Revise accordingly. Remove cruft about sending "123" several
29961 times, until it gets noticed. Clean up the "print buf[0]" stuff
29962 so that it passes or fails, and waits for prompts in the usual way.
29963
29964 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29965
29966 * gdb.base/recurse.exp: Fix comment.
29967
29968 * TODO: Remove item about printing variables in nodebug.exp. Add
29969 item about enabling tests which are only run on some targets.
29970
29971 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
29972 fail, make test names unique, use new gdb_test convention
29973 regarding pattern, use gdb_test more, etc.).
29974
29975 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
29976 fail, make test names unique, etc.).
29977
29978 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29979
29980 * gdb.base/nodebug.c: Change return type of top and middle to
29981 short.
29982 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
29983 are fixed by the recent mdebugread.c changes. Allow `short ()'
29984 as type for top and middle.
29985
29986 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29987
29988 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
29989 nearly as I can tell, the whole thing was an accident in Stu's
29990 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
29991 to replace a send/expect pair with gdb_test, but ended up only
29992 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
29993 of 30 Mar 1995 took care of it, but left this vestigial comment
29994 which I am now nuking.
29995
29996 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29997
29998 * gdb.base/break.exp: Look for different line number for
29999 breakpoint at main depending on usestubs.
30000
30001 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30002
30003 * gdb.base/list.exp: Adjust some alternate expect patterns to
30004 match recent list0.c change. Add alternate expect pattern for
30005 output from `list default lines around main' for optimizing
30006 compilers.
30007
30008 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30009
30010 * lib/gdb.exp: If nosignals is not set, set it to 0.
30011
30012 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
30013
30014 * config/slite-gdb.exp: Responds to load symbol table prompt.
30015 * gdb.base/break.exp: Adjust line number, fix rerun.
30016 * gdb.base/langs0.c: Add #ifdef usestubs.
30017
30018 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
30019
30020 * gdb.base/list.exp: Adjust line contents after adding new lines in
30021 list0.c. Also fix a syntax error.
30022
30023 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
30024 * gdb.base/break.exp: ditto.
30025 * gdb.base/list.exp: ditto.
30026 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
30027 * gdb.base/run.c: ditto.
30028 * gdb.base/list0.c: ditto.
30029 * gdb.base/funcargs.c: ditto.
30030
30031 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
30032
30033 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
30034 $targetname, $serialport and $baud instead of hardwired variables.
30035 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
30036 target doesn't support signals.
30037
30038 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
30039
30040 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
30041
30042 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30043
30044 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
30045 Don't rely on the value of an auto variable before it has been
30046 initialized. Use gdb_test more.
30047
30048 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30049
30050 * lib/gdb.exp (default_gdb_version): A version number must start
30051 with a digit, but other than that contains all characters up to
30052 the first whitespace character.
30053
30054 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30055
30056 * gdb.base/commands.exp (breakpoint_command_test): New tests.
30057
30058 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30059
30060 * gdb.c++/*.exp: Warn if executable does not exist. The original
30061 reason for skipping the warning was that configure.in sometimes
30062 intentionally skipped building the executables but the tcl code
30063 had no way of knowing. That (a) was always bogus with respect to
30064 error handling, (b) is no longer true (right now there is no way
30065 to skip C++ tests).
30066
30067 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
30068
30069 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30070
30071 * gdb.base/list.exp: Add expect patterns for output from
30072 SunPRO compiled executables.
30073 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
30074 types.
30075
30076 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30077
30078 * gdb.base/break.exp (test_next_with_recursion): Accept any line
30079 number (we are already testing that the correct source line text
30080 gets printed).
30081
30082 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
30083 that is what is intended, but something needed to be done to get
30084 sunos4 native working again.
30085
30086 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
30087
30088 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
30089 apparently went with a (very) old xfail.
30090
30091 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
30092
30093 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
30094 runto_main is a proc in gdb.exp that will do 'step' for target use
30095 stubs.
30096 * gdb.base/exprs.exp: ditto.
30097 * gdb.base/interrupt.exp: ditto.
30098 * gdb.base/opaque.exp: ditto.
30099 * gdb.base/printcmds.exp: ditto.
30100 * gdb.base/ptype.exp: ditto.
30101 * gdb.base/scope.exp: ditto.
30102 * gdb.base/setvar.exp: ditto.
30103 * gdb.base/signals.exp: ditto.
30104 * gdb.base/twice.exp: ditto.
30105 * gdb.c++/classes.exp: ditto.
30106 * gdb.c++/inherit.exp: ditto.
30107 * gdb.c++/templates.exp: ditto.
30108 * gdb.base/break.exp: no run and hit main for stubs. Change line
30109 numbers for breakpoints and info breakpoint.
30110 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
30111 breakpoint().
30112 * gdb.base/callfuncs.c: ditto.
30113 * gdb.base/exprs: ditto.
30114 * gdb.base/interrupt.c: ditto.
30115 * gdb.base/opaque0.c: ditto.
30116 * gdb.base/printcmds.c: ditto.
30117 * gdb.base/ptype.c: ditto.
30118 * gdb.base/scope0.c: ditto.
30119 * gdb.base/setvar.c: ditto.
30120 * gdb.base/signals.c: ditto.
30121 * gdb.base/twice.c: ditto.
30122 * gdb.c++/misc.cc: ditto.
30123 * gdb.c++/templates.cc: ditto.
30124
30125 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30126
30127 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
30128
30129 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
30130 somewhere between `read' and `main.c'. I'm pretty sure the
30131 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
30132 and it isn't particularly useful.
30133
30134 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
30135
30136 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30137
30138 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
30139
30140 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
30141
30142 * config/mt-slite: add LIBS and -nostdlib.
30143 * config/slite-gdb.exp: add this new file to support sparclite target.
30144
30145 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
30146
30147 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
30148
30149 * gdb.base/a2-run.exp: Change argument to istarget from
30150 "*-*-vxworks" to "*-*-vxworks*".
30151 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
30152
30153 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
30154
30155 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
30156 will not runto main but do a 'step' to step out of breakpoint().
30157 * config/mt-slite: add -Dusestubs.
30158
30159 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30160
30161 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
30162 instead of just @.
30163
30164 * gdb.base/signals.exp: Add test for "handle all print".
30165 * TODO: Remove "handle all print". Also remove item about
30166 checking copyright date (I don't like the idea of a spurious FAIL
30167 based on when we run the tests).
30168
30169 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
30170 for SunOS4 (reason for failure not investigated). Remove
30171 redundant test for $binfile.
30172
30173 * gdb.base/nodebug.c (array_index): Call malloc.
30174
30175 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
30176
30177 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
30178
30179 * gdb.base/recurse.exp: Update gdb_test invocation to use new
30180 conventions and slightly simplify the matching regexp.
30181
30182 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30183
30184 * gdb.base/break.exp: Update gdb_test invocation to use new
30185 convention.
30186
30187 * lib/gdb.exp: If noargs is not set, set it to 0.
30188
30189 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
30190 tests unique.
30191
30192 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
30193
30194 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30195
30196 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
30197 one argument of type "<non-float parameter>".
30198
30199 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
30200
30201 * config/rom68k.exp: New file to support Motorola IDP board.
30202 * gdb.base/a2-run.exp: Skip this file if noargs is set.
30203 * gdb.base/break.c: Change things around so that this program
30204 doesn't depend upon args. This is necessary to make remote
30205 targets work (in general, they can't take args).
30206 * gdb.base/break.exp: Don't try to send args to program. Don't
30207 expect output. Also, replace lots of code with gdb_test.
30208
30209 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30210
30211 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
30212 printing of '\'' (which is what the comment says we are testing,
30213 even though we were not), not '''.
30214 (test_integer_literals_rejected): Test that printing ''' is an error.
30215
30216 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
30217 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
30218 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
30219 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
30220 Use gdb_test not test_print_accept.
30221 * lib/gdb.exp: Remove test_print_accept.
30222
30223 * gdb.base/signals.exp (signal_tests_1): Make pass message
30224 consistent with fail message.
30225
30226 * gdb.base/whatis.exp: Remove xfails for printing char vs.
30227 unsigned char; the bug (PR 1821) is fixed.
30228
30229 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
30230
30231 * gdb.base/scope.exp (test_at_localscopes): Call pass for
30232 successful tests--makes xfailing them work right.
30233
30234 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30235
30236 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
30237 only \r\n, not .*. The test can pass .* as the last thing in
30238 $pattern if that is what it wants. In addition to providing this
30239 flexibility, this change should speed up pattern matching in cases
30240 where the pattern already ended with .* (there were a number of
30241 them). This change also helps catch bad patterns--in the old
30242 scheme the typo "char \*" instead of "char \\*" would pass. Now
30243 it is caught.
30244 * Many .exp files: Update callers.
30245
30246 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
30247 clearer and does not spuriously match multiple ('s. Likewise for
30248 ) and *.
30249
30250 * gdb.base/nodebug.exp: Test ability to call a function and pass
30251 it a string (even with no debugging info).
30252
30253 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
30254 "p '\'", which is the same as "p ''" once tcl gets done with
30255 quoting, to "p '\\'", which I suspect is what is intended (one
30256 backslash gets sent to GDB).
30257
30258 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
30259
30260 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30261
30262 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
30263 1817) was fixed literally years ago.
30264
30265 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30266
30267 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
30268 test, it causes stepping out of call_after_alloca_subr with
30269 optimizing compilers.
30270 (localvars_in_indirect_call): Consume GDB prompt if `finish'
30271 fails.
30272
30273 * gdb.c++/templates.exp: Source templ-info.exp only if
30274 the templates executable exists.
30275
30276 * gdb.c++/misc.cc (class Contains_static_instance,
30277 class Contains_nested_static_instance),
30278 gdb.c++/classes.exp (test_static_members): Test printing of
30279 a class that contains a static instance of the class.
30280
30281 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30282
30283 * gdb.base/langs2.c (cppsub_): Don't prototype.
30284 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
30285 only, I believe).
30286
30287 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30288
30289 * lib/gdb.exp (skip_chill_tests): New procedure.
30290
30291 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
30292
30293 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
30294
30295 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
30296 each expect pattern. Cuts runtime from 12 to about 4 seconds.
30297
30298 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30299
30300 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
30301
30302 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
30303 disassemble 8, not 16, instructions for part 4.
30304
30305 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
30306 support the latter anymore.
30307
30308 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
30309 -DNO_PROTOTYPES.
30310 * gdb.base/callfuncs.c: Control use of prototypes based on
30311 NO_PROTOTYPES, not __STDC__.
30312 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
30313 t_float_values2 tests if prototypes in use.
30314
30315 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
30316 t_double_values): When checking differences against DELTA, check
30317 that difference is within the range (-DELTA,DELTA), not just
30318 (-infinity,DELTA).
30319
30320 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
30321
30322 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
30323 'file' command firts, then 'target', then 'load', this is due to gdb
30324 target set up.
30325 * config/mips-gdb.exp: Fix a couple regular exp bugs.
30326
30327 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
30328
30329 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
30330 FP load/store variants.
30331 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
30332
30333 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
30334
30335 * gdb.base/term.exp: Do not give a warning if not native, it is
30336 not an abnormal condition.
30337
30338 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
30339
30340 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
30341 t_char_array".
30342
30343 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
30344
30345 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
30346 are getting the version number.
30347
30348 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
30349 if not native, it is not an abnormal condition.
30350
30351 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30352
30353 * lib/gdb.exp: Just use "file exists", rather than undocumented
30354 dejagnu procedure "findfile".
30355
30356 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
30357
30358 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
30359 (LDFLAGS): Set to -Xlinker -Ur.
30360
30361 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
30362 Removed, these values are set by lib/gdb.exp.
30363
30364 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
30365
30366 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
30367
30368 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
30369 of replicating gdb startup code.
30370
30371 * config/mt-vxworks (LDFLAGS): Set to -r.
30372 (CFLAGS_FOR_TARGET): Removed.
30373
30374 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
30375 (gdb) and gdb for vxworks uses (vxgdb).
30376
30377 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
30378 executable is not in the tree and host != target, use sed and
30379 program_transform_name to determine the gdb name used by the
30380 target.
30381
30382 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
30383 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
30384
30385 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30386
30387 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
30388 floats, chars, and shorts where there are ANSI-style function
30389 definitions.
30390
30391 * gdb.base/langs.exp, gdb.base/langs*: New test.
30392 * gdb.base/Makefile.in: Build it.
30393 * TODO: Remove item about checking that C names don't get C++
30394 demangling applied; this test tests it.
30395
30396 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30397
30398 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
30399 went with the const70 xfail. The xfail went away a year ago.
30400
30401 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
30402
30403 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
30404 for hp300.
30405
30406 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
30407
30408 * gdb.base/a1-selftest.exp: Don't run on hp300.
30409
30410 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30411
30412 * Makefile.in (site.exp): Set host_alias and target_alias as well
30413 as host_triplet and target_triplet.
30414
30415 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30416
30417 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
30418
30419 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
30420 places as other ecoff systems).
30421
30422 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
30423 ultrix.
30424
30425 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30426
30427 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
30428 remove them.
30429 * gdb.base/nodebug.exp: Accept "function" in addition to "text
30430 variable and "variable" in addition to "data variable".
30431 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
30432
30433 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
30434 2.
30435 * gdb.base/list1.c (long_line): Add additional statement at start
30436 of function.
30437 * gdb.base/list.exp (test_forward_search): Update line number to
30438 reflect new statement.
30439
30440 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30441
30442 * gdb.base/signals.exp: Reinitialize searched source directories
30443 after gdb_start call.
30444
30445 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
30446
30447 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
30448 * gdb.stabs/Makefile.in: Likewise.
30449
30450 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
30451 change. Instead split the tests into smaller pieces.
30452 * gdb.disasm/hppa.s: Corresponding changes.
30453
30454 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30455
30456 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
30457 Quote ^C when passing it to stty. For some shells ^ is a pipe.
30458
30459 * gdb.base/funcargs.exp: Modify many tests so that every test
30460 either passes or fails. Make some test names unique.
30461
30462 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30463
30464 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
30465 Call stty to set interrupt character.
30466
30467 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
30468 for HP assembler versus GNU assembler based on actual behavior of
30469 $(CC), rather than assuming that $(AS) is always the GNU assembler.
30470
30471 * TODO: Suggest a few more stepping tests.
30472
30473 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
30474
30475 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
30476 restart GDB for h8300 after a continue.
30477 (return): Add pattern to match a29k-udi behavior.
30478 * gdb.base/nodebug.exp: Remove obsolete comment.
30479 * gdb.base/regs.exp: New file, testing of register displays.
30480 * gdb.base/return.exp: Fix typo in reference to $objdir.
30481 * gdb.base/whatis.exp: Always start with a fresh GDB.
30482
30483 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30484
30485 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
30486 higher, these tests generate a lot of output.
30487
30488 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30489
30490 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
30491 code following the catch silently ignored some errors; without the
30492 catch they should be thrown like any other tcl error. Also, the
30493 catch used "" instead of {} which meant all the callers who wanted
30494 to include one of the characters "[]$ had to quote it an extra time.
30495 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
30496 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
30497 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
30498 Remove extra quoting.
30499
30500 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
30501
30502 * gdb.base/commands.exp: Make test names unique; every test either
30503 passes or fails. Update some comments.
30504
30505 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
30506
30507 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30508
30509 The following fixes a FAIL caused by the fact that the alpha stabs
30510 configuration didn't use the ".if alpha" code in weird.def.
30511 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
30512 bit pointer, so the 32 bit version works even on the alpha.
30513 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
30514 Remove the stuff which allowed us to have separate versions for
30515 alpha and everything else.
30516
30517 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
30518 regexp which "info func operator\[\](" is supposed to match. Fix
30519 string to send to GDB. Note that GDB still doesn't work right. Add a
30520 new test for "info func .perator\[\](" which GDB does handle correctly.
30521
30522 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
30523
30524 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30525
30526 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
30527 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
30528 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
30529 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
30530 it makes the tests harder to understand and confuses test-o-matic.
30531 The preferred style is that each test provides a PASS or a FAIL,
30532 and has a unique message (e.g. "continue #54" not just "continue")
30533 which is the same for the pass and the fail.
30534 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
30535 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
30536 to lib/gdb.exp.
30537 * gdb.base/printcmds.exp: Use test_print_accept. Remove
30538 prt_accept which was basically the same thing. Likewise for
30539 test_print_reject and prt_reject.
30540 * lib/gdb.exp (test_print_reject): Add some more error message
30541 patterns to match from the former printcmds.exp (prt_reject).
30542 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
30543 One defect of the passcount stuff is that some of it failed to
30544 report XPASS where appropriate.
30545 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
30546 stuff before and after arg in expected pattern.
30547 (test_paddr_operator_functions): Re-do test without print_addr_of;
30548 this is the only test which seems to want extra stuff there.
30549
30550 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30551
30552 * gdb.base/nodebug.exp: Update new tests to reflect improved
30553 wording of gdb output.
30554
30555 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
30556 and "ptype" work on variables in files compiled without -g.
30557 Replaces commented out "maint print msymbol" tests.
30558
30559 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30560
30561 * gdb.base/setvar.c (dummy): Call malloc.
30562
30563 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
30564 losing with the irix4 sed.
30565
30566 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
30567 ALRM" on irix4.
30568
30569 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30570
30571 * TODO: Remove items about corefile.exp testing new exec-file and
30572 backtrace; both are now done. Add items about printing enums.
30573
30574 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30575
30576 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
30577 "get signal $thissig" test fails.
30578
30579 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
30580
30581 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30582
30583 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
30584 compiler warning with dec alpha compiler.
30585
30586 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
30587 extra \n from gdb_test call (this explains why the prompt test
30588 that I removed yesterday was there).
30589 (user_defined_command_test): Remove extra \n and prompt test.
30590
30591 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
30592 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
30593 doesn't exist.
30594 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
30595 Also remove alpha workaround, which turns out to be because
30596 SIGABRT == SIGLOST.
30597
30598 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
30599
30600 * gdb.base/help.exp: Don't test "help show".
30601
30602 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30603
30604 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
30605 "set print address" is on.
30606 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
30607 pass prompt to gdb_test; gdb_test already looks for the prompt.
30608
30609 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
30610
30611 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
30612 was a vestige of the manual TESTSTRATEGY, and the purpose of it
30613 was to make sure that gdb can read a core file. But (a) the "read
30614 the corefile" part didn't make it to a1-selftest.exp, we just
30615 delete the corefile after creating it, and (b) we test reading
30616 corefiles in corefile.exp anyway. Also, this test left around a
30617 xgdb process on Solaris.
30618
30619 * gdb.base/corefile.exp: Also test backtrace.
30620
30621 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
30622
30623 * gdb.base/commands.exp: Test a simple user defined command with
30624 arguments and if/while statements; verify the full user command is
30625 printed by "show user".
30626
30627 * gdb.base/commands.exp: Test if/while commands as part of a
30628 breakpoint command list; verify they appear in breakpoint
30629 information.
30630
30631 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30632
30633 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
30634 than by dividing by zero.
30635
30636 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
30637
30638 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
30639 performing an inferior call with watchpoints enabled.
30640 * gdb.base/watchpoint.c (main): Delete second unnecessary read
30641 call.
30642
30643 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30644
30645 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
30646 of "file" command.
30647
30648 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
30649 Add additional pattern for when "int operator int(void);" appears
30650 in a different order.
30651
30652 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30653
30654 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
30655
30656 * gdb.base/help.exp: Replace most of docstrings for "info signals"
30657 and "signal" with ".*".
30658
30659 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30660
30661 * TODO: Add note about "handle all nostop".
30662
30663 * gdb.base/{sigall.c, sigall.exp}: New test.
30664 * gdb.base/Makefile.in: Add it.
30665
30666 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
30667
30668 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
30669 when invoking GDB, suppresses any windowing interface.
30670
30671 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
30672
30673 * config/sim-gdb: New file, simulator testing support.
30674
30675 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
30676
30677 * gdb.base/interrupt.exp: Test calling func1 twice.
30678
30679 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
30680
30681 * gdb.base/list.exp (test_forward_search): Set timeout higher
30682 when we'll be getting lots of output from gdb.
30683
30684 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
30685 "init_malloc" to after the expect statement. Run it if that
30686 regexp is taken, but also for two others which happen if source
30687 cannot be found.
30688
30689 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30690
30691 * gdb.base/printcmds.exp: New test, for printing register before
30692 program is running.
30693
30694 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30695
30696 * gdb.base/list.exp: Correct some alternate expect patterns
30697 to reflect changes in list1.c.
30698
30699 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30700
30701 * TODO: Add item regarding large frames.
30702
30703 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
30704
30705 * TODO: Remove item about enabling return.exp; it
30706 is enabled. Suggest a few more "return" tests.
30707
30708 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30709
30710 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
30711 anonymous unions.
30712
30713 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30714
30715 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
30716 and pr-5646.o, so "make" is the same as "make all", not "make
30717 pr-4975.o".
30718
30719 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
30720
30721 * gdb.base/list.exp: Adjust expectations to reflect changes in
30722 list1.c.
30723 (test_forward_search): New test proc.
30724 * gdb.base/list1.c (long_line): New function, has long source line.
30725
30726 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
30727
30728 * gdb.base/a1-selftest.exp: Change initial stepping to know about
30729 additional line of code that was added.
30730
30731 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
30732
30733 * gdb.disasm/hppa.s: Break the large branching tests into smaller
30734 tests so as not to overflow expect's input buffers.
30735 * gdb.disasm/hppa.exp: Corresponding changes.
30736
30737 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30738
30739 Beginnings of template debugging tests.
30740 * gdb.c++/templ-info.cc: New file to test for template
30741 debugging capability of the compiler.
30742 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
30743 templ-info.cc.
30744 * gdb.c++/templates.cc: Add explicit template instantiations
30745 to enable compiling with -fno-implicit-templates. Add destructor
30746 and 'value' method to T5 class for template tests.
30747 * gdb.c++/templates.exp: Add testcases for printing of template
30748 types, setting breakpoints on template methods and calling a
30749 template method.
30750
30751 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
30752
30753 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
30754 branch target since some assemblers (gas-2.5) may emit a
30755 relocation for the branch instead of resolving it in the
30756 assembler.
30757
30758 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30759
30760 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
30761 through signal handler.
30762
30763 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30764
30765 * configure.in (*-*-netware): Use config/mt-netware.
30766
30767 * config/mt-netware: New file.
30768 * config/mt-i386-netware: Removed, separate configs for different
30769 netware architectures are no longer needed now that we have
30770 --with-headers.
30771
30772 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30773
30774 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
30775 by the recent changes to use ANSI C arithmetic conversions.
30776
30777 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30778
30779 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
30780 bug involving using inferior_pid to figure out whether to select a
30781 frame.
30782
30783 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
30784
30785 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
30786 match the current disassembler output.
30787
30788 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
30789
30790 * gdb.fortran/exprs.exp: Expect VOID instead of void.
30791 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
30792 types, expect "int" as type of integer values (for now).
30793
30794 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
30795
30796 * gdb.base/commands.exp: New tests for if/while commands.
30797
30798 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
30799
30800 * lib/gdb.exp (runto): Replace sub-pattern for hex value
30801 by .*, since hex values have different syntax in Chill mode.
30802
30803 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30804
30805 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
30806 linefeed from expect pattern for repeated types with indices > 9.
30807
30808 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
30809
30810 First part of Fortran test suite.
30811 * gdb.fortran: New directory.
30812 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
30813
30814 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30815
30816 * gdb.base/default.exp: Update expect pattern for load command
30817 without arguments.
30818
30819 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
30820
30821 * configure.in: Change i386 to i[345]86.
30822 * gdb.base/configure.in: Likewise.
30823 * gdb.c++/configure.in: Likewise.
30824 * gdb.chill/configure.in: Likewise.
30825
30826 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
30827
30828 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
30829 patterns, since that is not a valid context for comments.
30830
30831 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
30832
30833 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
30834 repeated types and repeated types with indices > 9.
30835
30836 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
30837
30838 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
30839 2417; old bug has been fixed.
30840
30841 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
30842
30843 * gdb.base/interrupt.exp: When trying to wake up the inferior,
30844 send the newline ourselves instead of assuming gdb_test will do
30845 so when passed an empty input string.
30846
30847 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
30848 stabs testcode.
30849
30850 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30851
30852 * lib/gdb.exp (gdb_test): Don't send anything if the first
30853 argument is an empty string. This makes cases where we want to
30854 match output that is already in expect's buffers (for example,
30855 matching a breakpoint after gdb_run_cmd has been called) work
30856 reliably.
30857
30858 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30859
30860 * config/netware.exp: New file.
30861
30862 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30863
30864 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
30865 the -B and -L prefixes so we can find the debugging stub.
30866
30867 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
30868 there and we are using the gcc from the tree.
30869
30870 * gdb.base/types.c: Removed.
30871
30872 * gdb.base/configure.in: Look for makefile fragments in ../config.
30873 Recognize i386-*-netware.
30874 * gdb.c++/configure.in: Likewise.
30875
30876 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30877
30878 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
30879 the correct TCL syntax.
30880
30881 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30882
30883 * gdb.base/opaque.exp: use runto instead of messing around with
30884 breakpoints. Simplify by using gdb_test.
30885
30886 * gdb.base/bitfields.exp: restart between tests on netware targets
30887 because breakpoints aren't relocated after target death. Run
30888 processes to completion.
30889
30890 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
30891
30892 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
30893
30894 * Makefile.in: Remove extra tabs that confuse some versions
30895 of "make". Use the newly built gdb to test with by default,
30896 rather than the first one in the tester's search path.
30897
30898 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
30899
30900 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
30901
30902 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
30903 condition help.
30904
30905 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30906
30907 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
30908
30909 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
30910 running.
30911 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
30912 * gdb.base/funcargs.exp: Likewise.
30913
30914 * gdb.base/bitfields.exp: Simplify by using gdb_test.
30915 * gdb.base/funcargs.exp: Likewise.
30916
30917 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
30918 message is "".
30919
30920 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30921
30922 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
30923 return,signals,twice}.exp: Handle non-existant binaries
30924 consistantly.
30925
30926 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
30927 * gdb.base/Makefile.in: Don't try to generate a core dump, we
30928 might testing a cross development system.
30929
30930 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30931
30932 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
30933 runtest script is relative to ${srcdir}, not ${rootdir}.
30934
30935 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
30936
30937 * gdb.base/signals.exp: Allow for optionality of breakpoint
30938 address.
30939
30940 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30941
30942 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
30943
30944 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30945
30946 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
30947 for size_t definition.
30948 * gdb.c++/templates.cc: Likewise
30949
30950 * config/mt-i386-netware: New file.
30951
30952 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
30953 defined.
30954
30955 * gdb.base/Makefile.in: Added support for systems that name core
30956 files by appending "core" to the program name.
30957 * gdb.base/a1-selftest.exp: Likewise.
30958
30959 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30960
30961 * gdb.base/return.exp: Add comment and message for `return double'
30962 test failure on Sparc Solaris.
30963
30964 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
30965
30966 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
30967
30968 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30969
30970 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
30971 from optimizing them away.
30972 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
30973 patterns to include default constructors and assignment operators,
30974 to match gcc versions beyond 2.5.8. Accept any cplus demangling
30975 character in the output of the virtual base pointer.
30976
30977 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30978
30979 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
30980 expression match in print_addr_of to avoid unintented matches.
30981 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
30982 versions up to 2.5.8.
30983
30984 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30985
30986 * gdb.base/list.exp: Tweak alternate pattern for listing of an
30987 included file to run under newer versions of expect.
30988 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
30989 consecutive >'s in templates to accomodate recent cplus-dem.c change.
30990 Remove xfail for the virtual table of BDDHookV.
30991
30992 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
30993
30994 * lib/gdb.exp (string_to_regexp): Set a default result.
30995 (default_gdb_start): Fix misleading message.
30996
30997 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
30998
30999 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
31000 Remove all CC, etc definitions.
31001 * config/mt-hpux: New file.
31002 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
31003 (CFLAGS, LDFLAGS): Define.
31004 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
31005
31006 * Makefile.in (site.exp): Don't insert host_os, etc.
31007 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
31008 (distclean): Check existence of subdir.
31009 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
31010 * gdb.base/Makefile.in: General cleanup and simplification.
31011 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
31012 to build executables. Use default rule to build .o files.
31013 (EXPECT, RUNTEST, CC): Fix relative pathname.
31014 (site.exp): Don't insert host_os, etc.
31015 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
31016 and/or SIGUSR1 defined.
31017 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
31018 * gdb.c++/Makefile.in: General cleanup and simplification.
31019 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
31020 (CFLAGS): Remove.
31021 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
31022
31023 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
31024
31025 * gdb.base/recurse.exp: Misc changes to get tests running again
31026 after Kung's changes to the watchpoint code.
31027 * gdb.base/watchpoint.exp: Likewise.
31028
31029 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
31030
31031 * lib/gdb.exp (string_to_regexp): Convert {\} also.
31032
31033 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
31034
31035 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
31036 * lib/gdb.exp (default_gdb_start): Define.
31037 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
31038 gdb.base/funcargs.exp, gdb.base/opaque.exp,
31039 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
31040 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
31041 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
31042 Don't call gdb_target_udi in between tests.
31043
31044 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31045
31046 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
31047 (which was basically just a local version of the same thing). In
31048 addition to avoiding duplication, gdb_test_exact is faster.
31049 * lib/gdb.exp (gdb_test_exact): Fix typo.
31050
31051 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
31052 don't give an error.
31053
31054 * gdb.base/term.exp: Call delete_breakpoints before starting.
31055
31056 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
31057 (t10): Add comment.
31058
31059 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
31060
31061 Reorganization of the GDB Test Suite.
31062
31063 * gdb.base: New directory, contains all the basic tests.
31064 * gdb.c++: New directory, tests specific to C++.
31065 * gdb.chill: New directory, tests specific to Chill.
31066 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
31067 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
31068 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
31069 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
31070 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
31071 t30-31 to chill).
31072 * */gdbme.*: Rename to match appropriate expect scripts.
31073 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
31074 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
31075 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
31076 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
31077 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
31078 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
31079 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
31080 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
31081 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
31082 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
31083 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
31084 gdb.c++/virtfunc.cc: New names of C++ files.
31085 * gdb.chill/chillvars.ch: New name of Chill file.
31086 * gdb.base/configure.in, gdb.c++/configure.in,
31087 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
31088 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
31089 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
31090 * configure.in (configdirs): Update to reflect directory changes.
31091 (target_abbrev): No longer define for any configuration.
31092 * Makefile.in: Cosmetic improvements to header comments.
31093
31094 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
31095
31096 Various changes to gdb.t31:
31097
31098 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
31099 * gdbme.ch: Make all key-words and predefineds be upper-case.
31100 * chillvars.exp: Expect key-words and predefinds in upper-case.
31101
31102 * chillvars.exp: Use gdb_test_exact many places.
31103 Change expected output for arrays (which now includes index labels).
31104
31105 * pr-5020.exp, gdme.ch (module PR_5020):
31106 New test, for PR-5020.
31107
31108 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
31109
31110 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
31111 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
31112
31113 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
31114
31115 * Makefile.in: Fix bit-rot in definitions of CHILL,
31116 CHILL_FOR_TARGET and Chill_LIB.
31117 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
31118 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
31119 CHILL, and CHILL_LIB.
31120
31121 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
31122
31123 * Revert the previous changes. Please see Rob's directory
31124 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
31125
31126 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
31127
31128 * Makefile.in, configure.in, config/mips-gdb.exp,
31129 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
31130 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
31131 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
31132 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
31133 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
31134 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
31135 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
31136 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
31137 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
31138 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
31139 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
31140 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
31141 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
31142 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
31143 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
31144 changes from 94Q1.
31145
31146 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
31147
31148 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
31149 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
31150 Rob's new testing fragments.
31151
31152 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
31153
31154 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
31155 lib/gdb.exp: Replace error proc calls with perror.
31156
31157 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
31158
31159 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
31160 version also, match on casted version strings, and match on
31161 gdb startup case where the line numbers might be messed up.
31162
31163 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
31164
31165 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
31166 (CFLAGS): Delete it from here.
31167
31168 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
31169
31170 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
31171
31172 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
31173
31174 * Makefile.in (RUNTEST): Default to just "runtest".
31175
31176 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31177
31178 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
31179 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
31180 the code has been restructured.
31181
31182 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31183
31184 * gdb.t00/default.exp (set write): Allow any number of \r and/or
31185 \n, not just one of each.
31186
31187 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
31188 /bin/cc gives a warning if you do.
31189
31190 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
31191
31192 * gdb.t24/demangle.exp: change expect pattern of
31193 __t10ListS_link1ZUiRCUiPT0
31194
31195 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31196
31197 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
31198 on local variables in recursive functions.
31199
31200 * gdb.t07/Makefile.in: Build the new test.
31201
31202 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31203
31204 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
31205 directly. Instead compare the return values from actual calls.
31206
31207 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
31208
31209 * Makefile.in (check): Set TCL_LIBRARY for runtest.
31210
31211 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31212
31213 * From Peter Schauer with minor modifications.
31214 * gdb.t15/return.exp (return_tests): Handle targets where "return"
31215 stops in mid-line in the caller. Add xfail for returning a float
31216 value on X86 targets.
31217
31218 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31219
31220 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
31221 to avoid expect lossage.
31222 (fmem_LRbug_tests): Likewise.
31223 * gdb.disasm/hppa.s: Corresponding changes.
31224
31225 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
31226 conditions to work with latest dejagnu/expect.
31227
31228 * gdb.t15/funcargs.exp (finish from indirect call): No longer
31229 expected to fail on the PA.
31230 (backtrace in call with trampolines): Explicitly require main
31231 to be frame #1 (no trampolines should show up in backtrace).
31232
31233 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
31234 "continue -expect".
31235 * gdb.t06/break.exp: Likewise.
31236 * gdb.t07/watchpoint.exp: Likewise.
31237 * gdb.t13/bitfields.exp: Likewise.
31238 * gdb.t15/{funcargs,return}.exp: Likewise.
31239 * gdb.stabs/weird.exp: Likewise.
31240 * config/{mips,udi}-gdb.exp: Likewise.
31241
31242 * hppa.sed: Enclose comments within a sed command to avoid
31243 losing with the old OSF1 sed.
31244
31245 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31246
31247 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
31248 sequent dynix.
31249 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
31250 * gdb.t15/funcargs.exp: Conditionally step again to really
31251 finish from marker_call_with_trampolines. Handle the case where
31252 the first step from within call_with_trampolines already steps
31253 us back to main.
31254 * gdb.t15/gdbme.c: Add comment to closing brace of
31255 call_with_trampolines for funcargs.exp.
31256
31257 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31258
31259 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
31260 Fix typo(s).
31261
31262 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31263
31264 * gdb.t07/gdbme.c: More code for watchpoint testing.
31265
31266 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
31267 "Hardware watchpoint" throughout file.
31268 (test_watchpoint_triggered_in_syscall): New test.
31269 (test_complex_watchpoint): New test.
31270
31271 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31272
31273 * gdbme.c (call_with_trampolines): New function to try and step
31274 into. Tests trampoline problems on the PA.
31275
31276 * funcargs.exp (localvars_in_indirect_call): No longer expect
31277 stepping into indirect call to fail on PAs.
31278 (test_stepping_over_trampolines): New test.
31279
31280 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31281
31282 * TODO: Add suggestions for static member function tests, and
31283 completion tests.
31284
31285 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31286
31287 * TODO: Add suggestions for "p/a" tests.
31288
31289 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
31290 (default_gdb_exit): Replace all the hair with sending "quit" to
31291 the process with a simple close.
31292
31293 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31294
31295 * TODO: Add suggestions for shared library tests.
31296
31297 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31298
31299 * TODO: Add suggestions for x/s tests.
31300
31301 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31302
31303 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
31304 "enable once", and "enable breakpoints once" with ".*".
31305
31306 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31307
31308 * TODO: Add suggestions about structure passing tests.
31309
31310 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31311
31312 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
31313 the primary1 test, use work around if __GNUC__ < 2.
31314 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
31315 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
31316 Test for bad output rather than waiting for timeout. Issue
31317 second continue only if first continue failed.
31318
31319 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
31320
31321 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
31322 operator[] test with gdb_test because the old code didn't seem to
31323 be getting the quoting right with the new dejagnu.
31324
31325 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
31326
31327 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
31328 one from the path.
31329 * Makefile.in: Use a fresh expect if there is one, use runtest
31330 from the src tree if there is one.
31331
31332 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
31333
31334 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
31335 next over recursive call. Revise the tests from that point on
31336 (which had been skipped) to match GDB's actual (correct) output.
31337
31338 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
31339 with next over a breakpoint whose condition is false.
31340
31341 * gdb.t00/help.exp: Comment out "help set print" tests just like
31342 (and for same reason as) "help set" test.
31343
31344 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31345
31346 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
31347 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
31348
31349 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31350
31351 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
31352 necessary gdb_target_udi.
31353
31354 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
31355
31356 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
31357 1838 and 2417; they are fixed.
31358
31359 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
31360 gdb.t03/ptype.exp (ptype structure, ptype union):
31361 Remove xfails; the test is looser than when the xfails were added.
31362
31363 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
31364 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
31365
31366 * gdb.t01/run.exp: Only run shell test if isnative.
31367
31368 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
31369 since "run" automatically loads if necessary. Call gdb_target_udi
31370 after the "file" since "file" kills any execution target.
31371
31372 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
31373 GDB. GDB doesn't work that way (not anymore at least) on UDI.
31374 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
31375 argument for UDI.
31376
31377 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
31378
31379 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
31380
31381 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
31382
31383 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31384
31385 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
31386 properly quoting regexps. This makes the second argument to
31387 demangle a fixed string, which matches the callers, instead of a
31388 shell-style pattern which is what the previous implementation
31389 used. Update some of the callers.
31390
31391 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31392
31393 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
31394 (comib_nullified_tests): Fix typo.
31395 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
31396 strings. No longer expected to fail.
31397
31398 * gdb.disasm/hppa.s (addib_tests): Fix typo.
31399 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
31400 strings. No longer expected to fail.
31401
31402 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
31403 string. No longer expected to fail.
31404
31405 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31406
31407 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
31408 No longer expected to fail.
31409
31410 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
31411 string. No longer expected to fail.
31412
31413 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31414
31415 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
31416 only in the names (I probably got most of them). I was even
31417 generous with some which differed in underscores in names, and
31418 probably missed a few, and I *still* was able to remove almost a
31419 third of the file with almost no impact on testsuite coverage.
31420
31421 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31422
31423 * gdb.t00/default.exp: Match udi_attach error message as well as
31424 the one from child_attach.
31425
31426 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
31427
31428 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
31429
31430 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
31431 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
31432
31433 * Move test with enums and partial symbols back to
31434 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
31435 Reverts the change of 26 May 93. Per today's change to
31436 stabs.texinfo, the behavior that weird.exp was expecting was
31437 unreasonable; what is important is that the compiler+gdb get
31438 things right, which happens with a recent gcc. Also fix the test
31439 to deal with native compilers which put out the stab gdb can't
31440 deal with.
31441
31442 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31443
31444 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
31445 in the names. The main thing these accomplish is to slow things down.
31446 Many more such duplicates surely remain.
31447
31448 * gdb.t00/help.exp: Comment out "help support" test just like
31449 (and for same reason as) "help set" test.
31450
31451 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
31452
31453 * gdb.t06/break.exp: Remove setup_xfails for
31454 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
31455 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
31456 about known bug in gcc to include up through 2.5.8.
31457 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
31458 well as "_vb$".
31459 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
31460 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
31461 with latest gcc and gdb.
31462 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
31463 well as "_vb$".
31464
31465 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31466
31467 * configure.in (hppa*-*-*): Also configure and build stabs-only
31468 tests.
31469
31470 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31471
31472 * gdb.t10/hppa.mt: A makefile fragment for the PA.
31473 * gdb.t10/configure.in (hppa*-*-*): Use it.
31474
31475 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31476
31477 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
31478
31479 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31480
31481 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
31482 versions prior to 1.13.5.
31483
31484 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31485
31486 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
31487 the prompt is at the start of a line.
31488
31489 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31490
31491 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
31492 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
31493 in the copr tests now.
31494 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
31495 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
31496 expected to fail.
31497
31498 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
31499
31500 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
31501 gdb.t31/chillvars.exp, lib/gdb.exp:
31502 Tweak to run under either version of expect.
31503 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
31504 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
31505 * gdb.t11/list.exp: Remove extraneous whitespace.
31506
31507 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31508
31509 * gdb.t16/printcmds.exp (test_print_strings): Accept
31510 "(unsigned char *) " before the string.
31511
31512 * TODO: Add notes about printing of fancy types and GDB expressions.
31513
31514 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
31515
31516 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
31517 * gdb.t06/configure.in: Don't try to compile signals test program
31518 if doing mips-idt-ecoff.
31519
31520 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
31521
31522 * Most .exp files: Tweak to run under either version of expect.
31523
31524 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31525
31526 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
31527 xfails; I'm not sure why they are failing, but not because of PR 1806.
31528
31529 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
31530
31531 * config/unix-gdb.exp: Remove gdb_unload cause it's already
31532 defined in lib/gdb.exp.
31533
31534 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31535
31536 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
31537 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
31538 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
31539 have to be typeless.
31540
31541 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31542
31543 * TODO: Add suggestion for copyright year test.
31544
31545 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
31546
31547 * configure.in (*-*-lynxos*): Add stabs tests.
31548
31549 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
31550
31551 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
31552 so insert a tab before any assembler directive in column zero.
31553
31554 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
31555 stores.
31556 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
31557 stores.
31558 (fpu_short_memory_tests): Likewise.
31559
31560 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31561
31562 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
31563 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
31564 .stabs directives in comments.
31565
31566 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31567
31568 * TODO: New file, describing tests we could write.
31569 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
31570
31571 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31572
31573 * gdb.t06/signals.exp: Add kludge to force re-sync.
31574
31575 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
31576 to xgdb instead of gdb, get out of gdb.
31577
31578 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
31579
31580 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
31581 for info.
31582
31583 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
31584
31585 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
31586 * gdb.stabs/configure.in (hppa*-*-*): Use it.
31587 * gdb.stabs/hppa.sed: New sed script for the PA.
31588
31589 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31590
31591 * gdb.stabs: Re-write weird.def and configuration to use sed
31592 instead of cpp. sed is portable and POSIX; cpp is neither.
31593
31594 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31595
31596 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
31597
31598 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31599
31600 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
31601
31602 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31603
31604 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
31605 "_vb$".
31606 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
31607 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
31608
31609 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31610
31611 * lib/gdb.exp: Comment out code which depends on non-existent
31612 `transform' procedure.
31613
31614 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
31615
31616 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
31617 * lib/gdb.exp: Transform tool name.
31618 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
31619 1.1's new error handling system.
31620
31621 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31622
31623 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
31624
31625 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31626
31627 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
31628 They made pattern matching so slow that timeouts happened on
31629 heavily loaded systems. Now any output from "show print" which
31630 gets us back to the GDB prompt is a PASS.
31631
31632 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
31633
31634 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
31635
31636 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31637
31638 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
31639
31640 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
31641 It is not from PR 3220.
31642
31643 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31644
31645 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
31646 just started failing because they depended on the order the
31647 subcommands are presented, or exact docstring text. This kind of
31648 test is a pain and has minimal benefit.
31649
31650 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31651
31652 * gdb.t09/corefile.exp: At end of test, use "core" command with
31653 no arguments.
31654
31655 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
31656
31657 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
31658 17}/Makefile.in: Make it possible to run the testsuite with Sun
31659 make and CC = cross gcc by adding explicit build rules for .o
31660 files.
31661
31662 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31663
31664 * gdb.t15/funcargs.exp: Don't put comments on same line as
31665 setup_xfail (@#$*%& tcl braindamage!).
31666
31667 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31668
31669 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
31670
31671 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
31672
31673 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
31674 * gdb.t20/inherit.exp: remove three dumplicate entries.
31675
31676 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31677
31678 * gdb.t06/break.exp: For "next over recursive call", fail on any
31679 incorrect output, not just on "factorial (value=2)".
31680
31681 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31682
31683 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
31684 working now. Add an xfail if accesing a bss variable causes
31685 a memory error if the target is not yet run.
31686
31687 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31688
31689 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
31690 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
31691 name of __st* demangling (2 strings). Did Kung really get the
31692 more than 95 others right without testing them?
31693
31694 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
31695
31696 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
31697
31698 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
31699
31700 * configure.in (configdirs): Add gdb.disasm
31701 * gdb.disasm: New directory for GDB disassembler tests.
31702 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
31703
31704 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31705
31706 * gdb.t00/help.exp: Don't test "help set".
31707
31708 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
31709 from within expect statements. None of these happen anymore and
31710 they cause regressions to be silently unnoticed.
31711
31712 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
31713 messages) about known failures with gcc cygnus-2.4.5-930417.
31714
31715 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
31716 comp-info.exp so it gets built if it doesn't exist.
31717
31718 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
31719 it is no longer used.
31720 * gdb.t13/comp-info.c: Removed.
31721
31722 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
31723
31724 * gdb.t06/signals.exp: Add xfail for sun3.
31725
31726 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31727
31728 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
31729 relevant because ^C doesn't get sent but failure can be reproduced
31730 interactively).
31731
31732 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31733
31734 * gdb.stabs/alpha.mt: New configuration file for alpha.
31735 * gdb.stabs/configure.in: Use it.
31736 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
31737 sharing with alpha.mt, redefine long to word via preprocessor.
31738 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
31739 for alpha.
31740 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
31741 native cc.
31742 * gdb.t00/teststrategy.exp: Change expect string so that we
31743 consume the `(xgdb)' from the command echo and from the gdb prompt.
31744 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
31745 gdb currently compares all values as long, so this failure probably
31746 applies to any configuration where LONGEST is bigger than a target int.
31747 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
31748 with gcc.
31749 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
31750 to handle opaque pointers, gcc is.
31751 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
31752 as first argument. Include <sys/types.h> and change all operator
31753 new definitions to use size_t.
31754 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
31755 now that we use size_t.
31756
31757 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31758
31759 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
31760 a long or float array cast all array members to the same type.
31761 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
31762 with 64 bit longs.
31763 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
31764 on alpha.
31765 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
31766
31767 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31768
31769 * gdb.t24 (demangle.exp): Constructors of templates have names like
31770 vector<int>::vector(int) not vector<int>::vector<int>(int). See
31771 section 14.6 of the ARM.
31772
31773 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
31774 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
31775 accomplish little and slow down the testsuite.
31776
31777 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
31778 Accept spaces various places.
31779
31780 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31781
31782 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
31783 with watchpoint enabled.
31784
31785 * Makefile.in: Remove definition of CC and remove the second
31786 definition of CXX (the "CXX = gcc" one remains). These definitions
31787 were causing backquotes to be expanded within backquotes, which
31788 doesn't work.
31789
31790 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
31791
31792 * gdb.t17/callfuncs.exp: Add "return 0" to end.
31793
31794 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31795
31796 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
31797 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
31798 by mips cc and contains no stabs entries.
31799
31800 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
31801
31802 * config/vx-gdb.exp: Use fake device to load files rather than
31803 NFS.
31804 * lib/gdb.exp: New proc to do "file" command.
31805 * config/unix-gdb.exp: Use new "file" proc.
31806
31807 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
31808
31809 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
31810 Rework board rebooting slightly.
31811 (gdb_exit): Don't exit from the remote shell; there isn't one.
31812 * gdb.stabs/weird.exp: If a program is being debugged already,
31813 kill it.
31814 * gdb.t04/setvar.exp: Stop and restart gdb.
31815 * gdb.t05/expr.exp: Likewise.
31816 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
31817 restart gdb and reload the program.
31818 * gdb.t08/opaque.exp: Likewise.
31819 * gdb.t12/scope.exp: Likewise.
31820 * gdb.t13/bitfields.exp: Likewise.
31821 * gdb.t15/funcargs.exp: Likewise.
31822 * gdb.t20/classes.exp: Likewise.
31823 * gdb.t03/ptype.exp: Increase timeout.
31824 * gdb.t16/printcmds.exp (test_print_string_constants,
31825 test_print_array_constants): Likewise.
31826 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
31827 * gdb.t20/classes.exp (do_tests): Likewise.
31828 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
31829
31830 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
31831
31832 * gdb.stabs: Renamed *wierd* to *weird*.
31833
31834 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
31835
31836 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
31837 for timeout. Add "known gcc 2.4.5 bug" to failure message.
31838
31839 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
31840
31841 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
31842 (do_tests): Remove xfail for whatis on one_var and two_var.
31843
31844 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
31845
31846 * Makefile.in: Made cross building work better by adding
31847 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
31848
31849 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31850
31851 * gdb.t15/{return.c,return.exp,Makefile.in}:
31852 New test, currently commented out.
31853
31854 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
31855
31856 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
31857 still running and removes the leftover named socket so GDb can do
31858 clean restarts.
31859
31860 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
31861
31862 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
31863 console, not GDB.
31864 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
31865 cross testing works better with "make check"
31866 * config/unix-gdb: Use default procedures for exit and version.
31867 * config/vx-gdb.exp: Cleaned up and massaged back to working order
31868 with the newest VxWorks.
31869
31870 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31871
31872 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
31873 old form.
31874
31875 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
31876 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
31877
31878 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
31879
31880 * config/unix-gdb.exp: Remove this version of gdb_exit
31881 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
31882 Rob says he'll look at it when he gets back to testing boards.
31883
31884 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
31885
31886 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
31887 an expected fail for certain ptype commands.
31888
31889 * gdb.t20/classes.exp: Update expected results of "ptype class
31890 Base1" to account for the constructor that now appears in the type.
31891
31892 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
31893
31894 * configure.in (configdirs): Restore gdb.t04, which mysteriously
31895 disappeared from list.
31896 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
31897 "alldone" proc with call to cleanup and exit.
31898 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
31899 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
31900 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
31901 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
31902 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
31903 "alldone" proc with simple returns that suppress remaining
31904 tests. The alldone proc went away many months ago.
31905
31906 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31907
31908 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
31909
31910 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
31911
31912 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31913
31914 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
31915 as vax gdb will display them.
31916
31917 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31918
31919 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
31920 optimizers.
31921
31922 * scope.exp: Change "bad value for localval" messages so each one
31923 is unique.
31924
31925 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
31926 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
31927
31928 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
31929
31930 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31931
31932 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
31933 doesn't exist (due to optimization).
31934
31935 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31936
31937 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
31938 contains \r because the filename is long.
31939
31940 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
31941 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
31942
31943 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31944
31945 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
31946 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
31947 Ultrix.
31948 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
31949 int tests.
31950 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
31951
31952 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
31953
31954 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
31955
31956 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
31957 to match does not match the passing case but still matches the
31958 failing case.
31959
31960 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31961
31962 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
31963
31964 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
31965
31966 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
31967 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
31968 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
31969 Remove various versions of gdb_exit.
31970 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
31971 gdb_exit.
31972 * config/unix-gdb.exp: gdb_exit remains here, and should override
31973 the generic version, since it's doing a lot of wierd stuff that
31974 the other versions aren't. FIXME, fold it in, or abandon this
31975 version.
31976
31977 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31978
31979 * gdb.t24/demangle.exp: Add tests for PR 3220.
31980
31981 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31982
31983 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
31984
31985 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
31986
31987 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
31988 "i386-*-*". Works for i486 as well.
31989
31990 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
31991 bug, and expand domain of xfail to all SVR4 systems, since the
31992 actual problem is likely to be in generic SVR4 /proc support.
31993
31994 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31995
31996 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
31997
31998 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
31999
32000 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
32001 xfails for other systems. Match a missing 'Continuing.' as an
32002 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
32003
32004 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
32005 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
32006 Only issue warning for missing executables if -all option is used.
32007
32008 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
32009 file if -all option is used. It's like an unpredictable XFAIL.
32010
32011 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32012
32013 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
32014 for dynamically linked binaries.
32015
32016 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
32017
32018 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32019
32020 * gdb.t20/inherit.exp: Change message for "print tagless struct"
32021 to state that this is a known bug in old versions of g++.
32022
32023 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32024
32025 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
32026 while waiting for `Continuing'.
32027
32028 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
32029
32030 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
32031 in text, data, and bss.
32032 * gdb.t10/nodebug.c: Add local and global test variables for
32033 initialized and uninitialized data.
32034
32035 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32036
32037 * config/unix-gdb.exp (gdb_exit): Add "wait".
32038
32039 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32040
32041 * gdb.t06/signals.exp: xfail the continue from the handler for all
32042 targets.
32043
32044 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
32045 function with watchpoints enabled, the i386 call dummy starts with
32046 a call.
32047
32048 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
32049 386 bsd names its corefiles.
32050
32051 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
32052
32053 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
32054 compilers don't grok it.
32055 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
32056 with small octal ints rather than character constants, which
32057 are signed and might not fit if first promoted to int.
32058
32059 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
32060
32061 * gdb.t09/Makefile.in (clean): Remove corefile.
32062
32063 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32064
32065 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
32066
32067 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32068 and Jim Kingdon (kingdon@cygnus.com)
32069
32070 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
32071 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
32072 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
32073
32074 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32075
32076 * gdb.t17/interrupt.exp: Add xfail for hppa.
32077
32078 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32079
32080 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
32081 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
32082 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
32083 to determine signed-ness of bitfields and use the result to setup
32084 the xfail.
32085 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
32086 * gdb.t15/funcargs.exp: Use them to step until the second indirect
32087 call line is reached if necessary.
32088
32089 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32090
32091 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
32092
32093 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32094
32095 * gdb.t06/break.exp: Also test `clear' command.
32096
32097 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
32098
32099 * gdb.t00/teststrategy.exp: Remove extra quote.
32100
32101 * gdb.t07/watchpoint.exp: Change xfail for calling function with
32102 watchpoint enabled to be for all non-68k machines.
32103
32104 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
32105
32106 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32107
32108 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
32109 targets use aout.mt instead of ecoff.mt as gas understands
32110 standard aout format.
32111
32112 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
32113
32114 * lib/gdb.exp (runto): Don't insist that function we are running to
32115 was compiled with -g.
32116
32117 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
32118
32119 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
32120 to get back into the read system call.
32121 Accept leading newline in case where we woke it up.
32122
32123 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32124
32125 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
32126 to make the stabs test work on ecoff systems using gcc and -with-stabs.
32127 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
32128 enable ecoff configuration.
32129
32130 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32131
32132 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
32133
32134 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32135
32136 * gdb.t16/printcmds.exp: Add another printf test.
32137
32138 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
32139
32140 * configure.in: If configured -with-stabs on any target, add
32141 stabsdirs to configdirs.
32142
32143 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32144
32145 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
32146 fun" so pattern does not match the command itself.
32147
32148 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32149
32150 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
32151
32152 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32153
32154 * gdb.t17/interrupt.exp: Test for more things.
32155
32156 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32157
32158 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
32159 compiler arranges the code and line numbers.
32160
32161 * gdb.t17/interrupt.exp: Don't send \n after ^C.
32162
32163 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32164
32165 * gdb.t00/help.exp: Increase expect input buffer size.
32166
32167 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32168
32169 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
32170
32171 * gdb.t07/watchpoint.exp: Add xfail for hppa.
32172
32173 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
32174
32175 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
32176 [0-9]*, not just [0-9].
32177
32178 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32179
32180 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
32181
32182 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
32183
32184 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32185
32186 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
32187
32188 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32189
32190 * gdb.t06/signals.c: Add xfails for sun3.
32191
32192 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
32193
32194 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
32195 test_stepping tests.
32196
32197 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32198
32199 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
32200
32201 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
32202
32203 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
32204 rather than actually putting it through cpp twice.
32205
32206 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
32207
32208 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
32209
32210 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
32211 no longer needed.
32212
32213 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32214
32215 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
32216
32217 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
32218 C++ features prints as "struct", make it a pass, not an xfail.
32219
32220 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32221
32222 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
32223 Don't require VA to print as "class" rather than "struct".
32224
32225 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
32226
32227 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
32228
32229 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32230
32231 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
32232
32233 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32234
32235 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
32236 order.
32237
32238 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32239
32240 * gdb.t16/printcmds.exp: Add printf tests.
32241
32242 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
32243
32244 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
32245
32246 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
32247
32248 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
32249 pass counts, to counteract any existing or future setup_xfails.
32250
32251 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32252
32253 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
32254 {BEGIN,END}_COMMON for common block instead of STAB.
32255 * gdb.stabs/wierd.exp: Add xfail for rs6000.
32256
32257 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
32258 intp_var should be N_GSYM not N_LSYM.
32259 wierd-aout.S: Use a label for the value of the N_SO.
32260 wierd.def: Remove all backslashes.
32261 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
32262
32263 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32264
32265 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
32266 get the expected next to inheritance3.
32267
32268 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32269
32270 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
32271 now that gcc-2.4 gets it right.
32272
32273 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32274
32275 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
32276
32277 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
32278 generating comp-info.exp which works for cross-compilation.
32279
32280 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
32281
32282 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
32283 "*-*-sysv4.*".
32284
32285 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
32286
32287 * gdb.t01/run.exp: Start with a fresh gdb.
32288 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
32289 SVR4.x.
32290
32291 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
32292
32293 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
32294 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
32295 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
32296 Makefile.in (distclean, realclean): Remove gdbme.c from list of
32297 things to remove.
32298
32299 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
32300
32301 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
32302 test cases from bug reports.
32303
32304 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
32305
32306 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
32307 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
32308 avoid spurious xfails.
32309 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
32310 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
32311 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
32312
32313 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
32314
32315 * gdb.t00/teststrategy.exp: Rework to provide more useful
32316 description of each test, fix problem with systems that define
32317 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
32318 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
32319 results for "next over recursive call" so timeouts aren't taken
32320 by error.
32321
32322 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
32323
32324 * gdb.t12/scope.exp: Test printing of variables before run.
32325
32326 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
32327 printed in wrong order due to sorting.
32328
32329 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
32330
32331 * gdb.t00/teststrategy.exp: Fix expected results for printing
32332 user entered string constant. Is array of char, prints with no
32333 address.
32334
32335 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
32336 commands.
32337 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
32338 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
32339 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
32340 of struct of char arrays.
32341 * gdb.t00/radix.exp: New tests for radix commands.
32342
32343 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
32344
32345 * gdb.t16/printcmd.exp: Print a variable before running program
32346 (with xfail for AIX).
32347
32348 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
32349
32350 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
32351
32352 * gdb.t16/printcmd.exp: Don't print variables before running program.
32353
32354 * gdb.t06/break.exp: Don't require envp argument to main.
32355
32356 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
32357
32358 * gdb.t02/whatis.exp, gdb.t11/list.exp:
32359 Add xfails for rs6000.
32360
32361 * gdb.t02/whatis.exp: Change other tests not to re-test something
32362 we already tested.
32363
32364 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
32365 each type used has a variable of that type.
32366
32367 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
32368
32369 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
32370
32371 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
32372
32373 * configure.in: change srctrigger to be a file, not a directory
32374
32375 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
32376
32377 * configure.in (mips-idt-ecoff*): Added trailing '*'.
32378
32379 * gdb.t11/list.exp: Fixed a couple of typos.
32380
32381 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
32382
32383 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
32384 is fixed and PR is closed.
32385 * gdb.t16 (gdbme.c): Add simple test string variable.
32386 * gdb.t16 (printcmds.exp): Add tests with simple test string
32387 variable, primarily for boundaries on "set print elements".
32388
32389 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
32390
32391 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
32392 Make leading 0's optional and don't expect a tab in the middle
32393 of the number.
32394
32395 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
32396
32397 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
32398 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
32399 don't end command passed to gdb_test with newline.
32400
32401 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
32402 signed keyword away, don't expect signed bitfields to be signed.
32403
32404 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
32405 printing with only as many 1's as are in the field as well as printing
32406 with 32 1's (see comment).
32407
32408 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
32409
32410 * gdb.t00/default.exp: Start with a fresh gdb.
32411 * configure.in (configdirs): Remove gdb.t31 until the chill
32412 compiler works again. It no longer is able to find chillrt0
32413 since it isn't in libchill.a anymore.
32414 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
32415 wierd.o, make more modular.
32416 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
32417 spurious newlines that caused problems.
32418
32419 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32420
32421 * Move test with enums and partial symbols from gdb.t03/ptype.exp
32422 to gdb.stabs/wierd.exp since GCC has worked around the bug.
32423 gdb.stabs/wierd.{exp,def}: Many new tests.
32424
32425 * gdb.t00/default.exp: update info line for new message.
32426
32427 * gdb.t02/{whatis.exp,gdbme.c}:
32428 Test that "char *" doesn't print as "caddr_t".
32429
32430 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32431
32432 * gdb.t00/help.exp: Use .* in place of some help messages which
32433 just changed.
32434 gdb.t00/default.exp: Update "info frame" test for new message.
32435 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
32436 Remove some xfails
32437
32438 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32439
32440 * gdb.t03/{gdbme.c,ptype.exp}:
32441 Add tests for typedef'd struct and union without tags.
32442 Also check "whatis" on a variable of a typedef'd enum without a tag.
32443
32444 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
32445 PRMS 1823; the bug still exists but isn't reproduced by this test
32446 anymore), and remove rs6000 XFAIL (the bug is fixed).
32447
32448 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
32449 duplicated from whatis.exp. For those that are left, accept
32450 "long", "long int", or "int" for long variables (whatis.exp already
32451 has an XFAIL for "int", so no need to fail it here).
32452
32453 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
32454 Deal with GCC's names for types now that GDB uses the compiler's names.
32455
32456 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
32457 setup_xfail's for sunos4. If we #defined the signed keyword away,
32458 don't expect GDB to know that char it is signed.
32459
32460 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
32461
32462 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
32463
32464 * configure.in (configdirs): Add gdb.t24 for C++ tests that
32465 should work on any system, regardless of debugging format.
32466 * gdb.t21/demangle.exp: Move to gdb.t24.
32467 * gdb.t24/demangle.exp: Move from gdb.t21.
32468 * gdb.t24/{Makefile.in, configure.in}: New files.
32469
32470 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32471
32472 * configure.in: Do gdb.stabs and C++ tests only for stabs.
32473 * gdb.stabs: New directory.
32474
32475 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32476
32477 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
32478 not just "Quit anyway?".
32479
32480 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
32481
32482 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
32483 that all setup_xfails are immediately followed by clear_xfails.
32484
32485 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
32486
32487 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
32488 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
32489 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
32490 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
32491 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
32492 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
32493 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
32494 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
32495 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
32496 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
32497 gdb.t31/chillvars.exp, lib/gdb.exp:
32498 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
32499 bug-gdb@prep.ai.mit.edu.
32500
32501 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
32502
32503 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
32504 with 0.0, not integer 0.
32505
32506 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
32507
32508 * gdb.t06/break.exp: Update for "Kill the program" message change.
32509
32510 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
32511
32512 * Makefile.in (GDBFLAGS): Set to -nx.
32513 * Makefile.in (site.exp): Use GDBFLAGS.
32514
32515 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
32516
32517 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
32518 Makefiles.
32519 (check): depend on just-check.
32520 (just-check): added so that tests can be run without a noop
32521 build pass.
32522
32523 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
32524
32525 Switch to using configure's configdirs.
32526 * Makefile.in (Makefile): add configure.in dependency.
32527 (SUBDIRS): removed redundant assignment.
32528 * configure.in: switch subdirs assignment to configdirs.
32529 * gdb.t*/configure.in: new files.
32530
32531 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
32532
32533 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
32534 works.
32535
32536 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
32537
32538 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
32539 in explicit rules. Apparently this is not supported by some makes.
32540
32541 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
32542
32543 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
32544
32545 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32546
32547 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
32548 disappeared.
32549
32550 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
32551
32552 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
32553
32554 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
32555
32556 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
32557 watchpoint problem that is now fixed.
32558 * gdb.t30/chexp.exp: Remove setup_xfail for printing
32559 uninitialized convenience variables.
32560 * gdb.t31/chillvars.exp: Fix expected patterns for printing
32561 structures.
32562
32563 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32564
32565 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
32566 which causes expect to get out of sync with gdb on long output
32567 from help set.
32568 * gdb.t09/corefile.exp: Make expected pattern for core file
32569 failing signal and frame output format less sun specific.
32570
32571 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
32572
32573 * gdb.t31/chillvars.exp: Add and remove initial dummy
32574 breakpoint, so that symbol table is forced in.
32575 (Needed at least on Sunos4, though it seems not SVR4.)
32576 * gdb.t31/chillvars.exp: Update for changed output format.
32577
32578 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
32579
32580 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
32581
32582 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
32583
32584 * Makefile.in: Added --srcdir when invoking runtest, removed the
32585 need for a local config file. (optional now)
32586
32587 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
32588
32589 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
32590 failure count used to force early termination. Add some more
32591 expected failures for gnu style demangling.
32592
32593 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32594
32595 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
32596 pmi variable from gdb.t20/gdbme to get optimized away.
32597 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
32598 Check for written corefile upon timeout _and_ eof.
32599
32600 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32601
32602 * config/unix-gdb.exp: Add missing return 0.
32603
32604 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32605
32606 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
32607 test termination.
32608
32609 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
32610
32611 * configure.in (subdirs): Put back gdb.t17 which mysteriously
32612 disappeared.
32613
32614 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
32615
32616 * gdb.t10/crossload.exp: Disable the i860-elf test until such
32617 time as i860 support works.
32618
32619 * gdb.t15/funcargs.exp: Fix expected outputs to include
32620 "backtrace 100\r" rather than just "backtrace\r", to match last
32621 change.
32622
32623 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
32624
32625 * config/udi-gdb.exp (gdb_exit): Remove close command.
32626 (gdb_target_udi): New procedure to set the UDI target.
32627 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
32628 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
32629 Added waits for prompts after several question responses. Added
32630 some more responses used by a29k-amd-udi-gdb.
32631 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
32632 pass different arguments, restart UDI connection after program
32633 completion.
32634 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
32635 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
32636 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
32637 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
32638 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
32639 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
32640 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
32641 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
32642 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
32643 after program completion.
32644 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
32645 compiled with a SELECT_VECS setting.
32646 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
32647 infinite recursion.
32648
32649 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
32650 Added checks for COFF results, and made them expected failures for
32651 all targets. It would be better to make them expected failures
32652 for COFF targets only.
32653
32654 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
32655
32656 * Makefile.in: add null dvi target, don't bother to recurse
32657 through test directories for info and install-info; rename
32658 $(datadir) to be dejagnu instead of deja-gnu
32659
32660 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
32661
32662 * gdb.t31/gdbme.ch: Re-enable code that previously caused
32663 compiler to coredump.
32664 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
32665 code.
32666
32667 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
32668
32669 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
32670 coredump.
32671 * gdb.t31/chillvars.exp: Comment out tests that depend on that
32672 code.
32673
32674 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
32675
32676 * gdb.t03/ptype.exp: tests for return code from gdb_test.
32677 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
32678 which in a shell. Deletes xgdb when done.
32679 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
32680 Tests the return from the "set height" or "set width" commands.
32681 Added a few return codes where needed.
32682
32683 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
32684
32685 * Makefile.in (SUBDIRS): Add gdb.t17.
32686 * configure.in (subdirs): Add gdb.t17.
32687 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
32688 files to test gdb's calling of functions in the inferior with
32689 the correct arguments and gdb's ability to retrieve any
32690 result returned.
32691
32692 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
32693
32694 * config/unix-gdb.exp (gdb_exit): Remove close commands that
32695 may be called after gdb goes away. Previous versions of expect
32696 needed these to avoid file descriptor leaks, but they cause
32697 errors with the current revision of expect.
32698 * gdb.t00/gdbvars.exp: Use -re on expected output after
32699 setting sevenbit-strings.
32700 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
32701 to set sevenbit-strings consistent across tests.
32702 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
32703 set sevenbit-strings consistent across tests.
32704
32705 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
32706
32707 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
32708 expected output to match current "expect" expectations.
32709
32710 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
32711
32712 * gdb.t00/default.exp: Change expected output for default "source"
32713 command, to match new gdb behavior which requires a filename to
32714 source.
32715
32716 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
32717
32718 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
32719 expected fail for i486-*-* that misses the marker2 function.
32720 * gdb.t10/crossload.exp (bfddefault): Allow successful
32721 recognition of a format to pass even if no symbols are found.
32722 Explicitly catch failures where the format is not recognized
32723 or is ambiguous, and add the reason to the fail message.
32724 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
32725 the cause is and invalid target and add reason to failure message.
32726 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
32727 elf32-i386, elf32-sparc, and elf32-i860.
32728 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
32729 Set up expected failure for 'filename'::variable scope resolution,
32730 which is now apparently broken on all targets.
32731 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
32732 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
32733 gdb.t23/templates.exp: Change failure for missing binfile into
32734 just a warning.
32735 gdb.t21/demangle.exp: Change all cfront references to 'arm'
32736 references.
32737
32738 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
32739
32740 * gdb.t00/default.exp: Add expected output for default "source"
32741 command, to match new gdb behavior.
32742 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
32743
32744 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
32745
32746 * config/*-gdb.exp: returns an error, rather than exiting on
32747 internal errors.
32748
32749 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
32750
32751 * gdb.t03/gdbme.c: Add pointer to struct variable.
32752 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
32753 referencing struct members.
32754
32755 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
32756
32757 * configure.in (mips-idt-ecoff): New target.
32758 * config/mips-gdb.exp: New file for remote board using MIPS remote
32759 debugging protocol.
32760
32761 * Redid configuration scheme. Removed gdb.t*/configure.in.
32762 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
32763 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
32764 distclean targets. Built executables via .o files. Adjusted
32765 tests to account for source files in $(srcdir) rather than
32766 $(objdir).
32767 * lib/gdb.exp (runto): Don't expect () after the function name,
32768 because it may have arguments.
32769
32770 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
32771
32772 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
32773 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
32774 expected failures for mips-idt-* and mips-sgi-*.
32775 * gdb.t00/default.exp (attach): Kill process if requested.
32776 * gdb.t00/help.exp (help target core, help target): Accept a gdb
32777 that does not read core files.
32778 * gdb.t01/run.exp: Removed checks for exit status code.
32779 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
32780 it is linked in.
32781 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
32782 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
32783 appropriate, rather than doing it by hand.
32784 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
32785 execution.
32786 * gdb.t10/crossload.exp: Kill existing program if needed.
32787 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
32788 appropriate, rather than doing it by hand. Always increase
32789 timeout for this test, not just for VxWorks.
32790
32791 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
32792
32793 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
32794 of Chill STRUCT types and STRUCT values.
32795 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
32796 than "char".
32797 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
32798 struct2): New struct definitions and initializations to test
32799 simple Chill STRUCT types.
32800
32801 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
32802
32803 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
32804 the null byte at the end of strings.
32805 * gdb.t00/default.exp: Make show version insensitive to copyright
32806 date.
32807 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
32808 to avoid dependencies on target char signedness.
32809 * gdb.t16/printcmds.exp: Update expected results for explicitly
32810 unsigned char.
32811 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
32812 now work.
32813 * gdb.t21/demangle.exp: Add many more patterns for template
32814 demangling, most of them being expected failures.
32815 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
32816 string we are matching for, to match on the whole string.
32817 * gdb.t21/demangle.exp: Add many new test strings to demangle,
32818 and fix a whole bunch that had incorrect expected output but were
32819 passing anyway because of the bug in "proc demangle".
32820 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
32821 type.
32822 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
32823
32824 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
32825
32826 * gdb/testsuite: made modifications to testcases, etc., to allow
32827 them to work properly given the reorganization of deja-gnu and the
32828 relocation of the testcases from deja-gnu to a "tool" subdirectory.
32829
32830 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
32831
32832 * gdb/testsuite: Initial creation of gdb/testsuite.
32833 Migrated dejagnu testcases and support files for testing nm to
32834 gdb/testsuite from deja-gnu. These files were moved "as is"
32835 with no modifications. This migration is part of a major overhaul
32836 of dejagnu. The modifications to these testcases, etc., which
32837 will allow them to work with the new version of dejagnu will be
32838 made in a future update.
32839
32840 For additional changes see gdb.mi/ChangeLog-1999-2003.
32841 \f
32842 ;; Local Variables:
32843 ;; mode: change-log
32844 ;; left-margin: 8
32845 ;; fill-column: 74
32846 ;; version-control: never
32847 ;; End:
32848
32849 Copyright 1993-2013 Free Software Foundation, Inc.
32850 Copying and distribution of this file, with or without modification,
32851 are permitted provided the copyright notice and this notice are preserved.
This page took 0.743473 seconds and 4 git commands to generate.