Print <unavailable> for unavailable registers in info register output.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2013-10-29 Andrew Burgess <aburgess@broadcom.com>
2
3 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test):
4 Expect <unavailable> pattern.
5
6 2013-10-28 Tom de Vries <tom@codesourcery.com>
7
8 * gdb.arch/thumb2-it.S (it_8): Fix typo.
9
10 2013-10-25 Anton Kolesov <Anton.Kolesov@synopsys.com> (tiny change)
11
12 * gdb.base/bang.exp: Use gdb_continue_to_end to properly support
13 remote stubs where exit() behaviour is unreliable.
14
15 2013-10-25 Pedro Alves <palves@redhat.com>
16
17 * gdb.cp/m-static.exp: Adjust expected output of printing a
18 nonexistent or optimized out static field. Also test printing the
19 the "container" object.
20
21 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
22
23 * lib/gdb.exp (gdb_finish): Send a kill request to `gdbserver'
24 if in the persistent mode.
25 * gdb.trace/disconnected-tracing.exp: Reconnect before completion.
26
27 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
28
29 * lib/gdb.exp (gdb_gcore_cmd): Also handle a "Target does not
30 support core file generation" reply.
31
32 2013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
33
34 PR gdb/15986
35 * gdb.base/run.c (main): gdb_get_line_number tag added for
36 commands.exp.
37 (factorial): Likewise.
38
39 * gdb.base/commands.exp (watchpoint_command_test): Use
40 gdb_get_line_number in order to determine the locations in run.c
41 where local_var is detected to go out of scope.
42
43 2013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
44
45 * gdb.base/gnu_vector.exp: Care about endianness when casting
46 scalars to vectors.
47
48 2013-10-18 Tom Tromey <tromey@redhat.com>
49
50 * lib/gdb.exp (build_executable_from_specs): Remove duplicate set
51 of "binfile".
52
53 2013-10-18 Andrew Burgess <aburgess@broadcom.com>
54
55 * gdb.base/watchpoints.exp: Add test for setting software
56 watchpoints of different types before starting the inferior.
57
58 2013-10-18 Pedro Alves <palves@redhat.com>
59
60 PR gdb/16062
61 * gdb.threads/stepi-random-signal.c: New file.
62 * gdb.threads/stepi-random-signal.exp: New file.
63
64 2013-10-17 Maciej W. Rozycki <macro@codesourcery.com>
65
66 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
67 Fix comment typo.
68 * lib/gdb.exp (gdb_init): Likewise.
69
70 2013-10-17 Tom Tromey <tromey@redhat.com>
71
72 * gdb.base/printcmds.exp (test_printf): Test printf flushing.
73
74 2013-10-14 Tom Tromey <tromey@redhat.com>
75
76 * gdb.dwarf2/dwzbuildid.exp (write_dwarf_file): Pass explicit test
77 name to gdb_test_no_output.
78
79 2013-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
80
81 Canonicalize directories for EXEC_FILENAME.
82 * gdb.base/argv0-symlink.exp
83 (kept file symbolic link name for info inferiors): New.
84 (kept directory symbolic link name): Setup kfail.
85 (kept directory symbolic link name for info inferiors): New.
86
87 2013-10-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
88
89 * gdb.arch/s390-multiarch.exp: New file.
90 * gdb.arch/s390-multiarch.c: New file.
91
92 2013-10-11 Joel Brobecker <brobecker@adacore.com>
93
94 * gdb.ada/mi_catch_ex.exp: Adjusts all "catch ..." tests to
95 use the appropriate GDB/MI command instead, and verify
96 the test output.
97
98 2013-10-11 Joel Brobecker <brobecker@adacore.com>
99
100 * gdb.base/source-nofile.gdb: New file.
101 * gdb.base/source.exp: Add two tests verifying the behavior when
102 the "source" command is given a non-existant filename.
103
104 2013-10-11 Yao Qi <yao@codesourcery.com>
105
106 * gdb.mi/mi-catch-load.c: Remove the include of "dlfcn.h".
107 [__WIN32__]: Include "windows.h" and define macro 'dlopen'
108 and 'dlclose'.
109 [!__WIN32__]: Include "dlfcn.h".
110 * gdb.mi/mi-catch-load.exp: Set up kfail.
111
112 2013-10-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
113
114 * lib/gdb.exp (gdb_core_cmd): Replace fixed string "re-load
115 generated corefile" by argument "$test".
116
117 2013-10-09 Pedro Alves <palves@redhat.com>
118
119 * gdb.python/py-prettyprint.exp (run_lang_tests): Adjust expected
120 output.
121
122 2013-10-09 Pedro Alves <palves@redhat.com>
123
124 * gdb.base/catch-syscall.exp (test_catch_syscall_without_args)
125 (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
126 (test_catch_syscall_with_wrong_args)
127 (test_catch_syscall_restarting_inferior)
128 (test_catch_syscall_fail_nodatadir)
129 (test_catch_syscall_without_args_noxml)
130 (test_catch_syscall_with_args_noxml)
131 (test_catch_syscall_with_wrong_args_noxml): Use with_test_prefix.
132
133 2013-10-08 Tom Tromey <tromey@redhat.com>
134
135 * gdb.dwarf2/dwzbuildid.exp: New file.
136 * lib/dwarf.exp (Dwarf::_section): Add "flags" and "type"
137 parameters.
138 (Dwarf::_defer_output): Change "section" parameter to
139 "section_spec"; update.
140 (Dwarf::gnu_debugaltlink, Dwarf::_note, Dwarf::build_id): New
141 procs.
142
143 2013-10-08 Joel Brobecker <brobecker@adacore.com>
144
145 * gdb.ada/mi_catch_ex.exp: Make "mi_execute_to" test names unique.
146
147 2013-10-07 Tom Tromey <tromey@redhat.com>
148
149 * lib/mi-support.exp (varobj_tree::walk_tree): Set _root_idx
150 to 0.
151
152 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
153
154 * gdb.base/corefile.exp: Test whether $_exitsignal is set and
155 $_exitcode is void when opening a corefile.
156 * gdb.base/exitsignal.exp: New file.
157 * gdb.base/segv.c: Likewise.
158 * gdb.base/normal.c: Likewise.
159
160 2013-10-04 Joel Brobecker <brobecker@adacore.com>
161
162 * gdb.mi/mi-start.c, gdb.mi/mi-start.exp: New files.
163
164 2013-10-02 Vidya Praveen <vidyapraveen@arm.com>
165
166 * gdb.trace/entry-values.exp: Modify regular expression to scan for
167 'bl' instruction instead of 'call' for ARM and AArch64 targets.
168
169 2013-10-02 Pedro Alves <palves@redhat.com>
170
171 * gdb.dwarf2/dw2-reg-undefined.exp <pattern_rax_rbx_rcx_print,
172 pattern_rax_rbx_rcx_info>: Set to "<not saved>".
173 * gdb.mi/mi-reg-undefined.exp (opt_out_pattern): Delete.
174 (not_saved_pattern): New.
175 Replace use of the former with the latter.
176
177 2013-10-02 Pedro Alves <palves@redhat.com>
178
179 * README (Board Settings): Document "exit_is_reliable".
180 * lib/gdb.exp (gdb_continue_to_end): Check whether the board says
181 running to exit reliably reports program exits.
182 * boards/native-gdbserver.exp: Set exit_is_reliable in the board
183 info.
184 * boards/native-stdio-gdbserver.exp: Likewise.
185
186 2013-10-01 Doug Evans <dje@google.com>
187
188 * gdb.python/python.exp: Remove redundant print-stack tests.
189 Make all print-stack test names unique. Fix spelling of print-stack.
190
191 2013-09-29 Yao Qi <yao@codesourcery.com>
192
193 * gdb.base/shreloc.exp: Set $msymfile to 'shreloc.txt' if host
194 is remote.
195
196 2013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
197
198 PR shlibs/8882
199 * gdb.base/corefile.exp: Add a check to assure warning-free
200 core-file load.
201
202 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
203
204 * gdb.dwarf2/dwp-symlink.c: New file.
205 * gdb.dwarf2/dwp-symlink.exp: New file.
206
207 2013-09-20 Doug Evans <dje@google.com>
208
209 * lib/dwarf.exp (build_executable_from_fission_assembler): New proc.
210 * gdb.dwarf2/fission-base.S: Update. Split out .dwo into separate
211 file.
212 * gdb.dwarf2/fission-loclists.S: Ditto.
213 * gdb.dwarf2/fission-reread.S: Ditto.
214 * gdb.dwarf2/fission-base.exp: Skip of remote host. Compile with
215 build_executable_from_fission_assembler.
216 * gdb.dwarf2/fission-loclists.exp: Ditto.
217 * gdb.dwarf2/fission-reread.exp: Ditto.
218
219 * lib/future.exp (gdb_find_objcopy, gdb_find_readelf): New procs.
220 * lib/gdb.exp (build_id_debug_filename_get): Update to use them.
221 (gdb_gnu_strip_debug): Ditto.
222 * lib/prelink-support.exp (section_get, prelink_no): Ditto.
223 * gdb.arch/altivec-abi.exp: Ditto.
224 * gdb.base/attach-pie-misread.exp: Ditto.
225 * gdb.base/comprdebug.exp: Ditto.
226 * gdb.base/dup-sect.exp: Ditto.
227 * gdb.base/gnu-debugdata.exp: Ditto.
228 * gdb.base/step-symless.exp: Ditto.
229 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
230 * gdb.dwarf2/dw2-skip-prologue.exp: Ditto.
231 * gdb.dwarf2/gdb-index.exp: Ditto.
232
233 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
234
235 * gdb.dwarf2/dw2-reg-undefined.exp: Change pattern for info
236 register to "<optimized out>", and also print the registers.
237
238 2013-09-18 Pedro Alves <palves@redhat.com>
239
240 PR server/15967
241 * gdb.server/wrapper.exp: Also return unsupported for Cygwin, and
242 change text.
243
244 2013-09-18 Yao Qi <yao@codesourcery.com>
245
246 * gdb.server/wrapper.c: New.
247 * gdb.server/wrapper.exp: New.
248
249 2013-09-17 Muhammad Waqas <mwaqas@codesourccery.com>
250 Jan Kratochvil <jan.kartochvil@redhat.com>
251 Pedro Alves <palves@redhat.com>
252
253 PR gdb/11568
254 * gdb.thread/thread-specific-bp.c: New file.
255 * gdb.thread/thread-specific-bp.exp: New file.
256
257 2013-09-17 Sergio Durigan Junior <sergiodj@redhat.com>
258
259 * gdb.base/defaults.exp (<show_conv_list>): Add check for $_isvoid
260 convenience function.
261
262 2013-09-17 Pedro Alves <palves@redhat.com>
263
264 PR gdb/15911
265 * gdb.threads/info-threads-cur-sal-2.c: New file.
266 * gdb.threads/info-threads-cur-sal.c: New file.
267 * gdb.threads/info-threads-cur-sal.exp: New file.
268
269 2013-09-17 Yao Qi <yao@codesourcery.com>
270
271 * gdb.base/catch-load.c: Remove the include of "dlfcn.h".
272 [__WIN32__]: Include "windows.h" and define macro dlopen
273 and dlclose.
274 [!__WIN32__]: Include "dlfcn.h".
275 * gdb.base/catch-load.exp (one_catch_load_test): Match
276 directory separator.
277
278 2013-09-16 Doug Evans <dje@google.com>
279
280 * lib/gdb.exp (using_fission): New proc.
281 * gdb.base/info-macros.exp: Skip test if using Fission.
282
283 * gdb.base/break-interp.exp: Fix indentation.
284
285 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
286
287 * gdb.base/gdbvars.c (foo_void): New function.
288 (foo_int): Likewise.
289 * gdb.base/gdbvars.exp (test_convenience_functions): New
290 function. Call it.
291
292 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
293
294 * gdb.arch/s390-tdbregs.c: New file.
295 * gdb.arch/s390-tdbregs.exp: New file.
296
297 2013-09-12 Stan Shebs <stan@codesourcery.com>
298
299 * README: New file.
300
301 2013-09-12 Doug Evans <dje@google.com>
302
303 * gdb.python/py-events.py (new_objfile_handler): Remove accidentally
304 added code to print event.inferior.
305
306 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
307
308 * gdb.base/gnu-debugdata.exp (objcopy 1): Move it lower and use only
309 debug part of the binary.
310
311 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
312
313 * gdb.base/gnu-debugdata.exp (strip): Add -R .comment.
314 (addlink): Add comment.
315
316 2013-09-10 Sanimir Agovic <sanimir.agovic@intel.com>
317
318 * gdb.base/default.exp: Adjust regexpr for 'cd' to match optional
319 canonical pathname.
320
321 2013-09-04 Doug Evans <dje@google.com>
322
323 * gdb.python/py-events.py (exit_handler): Verify we get the expected
324 event.
325 (continue_handler, new_objfile_handler): Ditto.
326 (test_events): Rename command to "test-events".
327 (test_newobj_events): Rename command to "test-objfile-events".
328 * gdb.python/py-events.exp: Update.
329 * gdb.python/py-evsignal.exp: Update.
330 * gdb.python/py-evthreads.exp: Update.
331
332 * gdb.base/enumval.c (ZERO): New enum value.
333 (main): Use it
334 * gdb.base/enumval.exp: Test ability to print ZERO.
335
336 2013-09-03 Muhammad Bilal <mbilal@codesourcery.com>
337 Pedro Alves <palves@redhat.com>
338
339 * gdb.base/relocate.exp: Check that invalid options are
340 rejected.
341
342 2013-08-30 Andrew Burgess <aburgess@broadcom.com>
343
344 * gdb.base/code_elim1.c (my_bss_symbol): New variable added.
345 (my_static_symbol): Add comment.
346 (main): Reference my_bss_symbol.
347
348 2013-08-30 Phil Muldoon <pmuldoon@redhat.com>
349
350 * gdb.python/py-arch.exp: Tests for invalid architecture.
351
352 2013-08-29 Sterling Augustine <saugustine@google.com>
353
354 * boards/remote-stdio-gdbserver.exp: Set rcp_prog and
355 rsh_prog in new conditional. Move use of REMOTE_PORTNUM into
356 said conditional.
357
358 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
359
360 * gdb.python/py-arch.exp: Load gdb-python.exp.
361
362 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
363
364 * gdb.python/py-framefilter.py (FrameFilter.filter): Check
365 itertools for imap attribute. Otherwise use map().
366 (ElidingIterator): Define wrapper function __next__.
367 * gdb.python/py-framefilter-mi.exp: Do not use execfile,
368 use exec (open (read ())) instead.
369 * gdb.python/py-framefilter.exp: Ditto.
370 * gdb.python/py-arch.exp: Update print based test to Python 3.x
371 compliance.
372 * gdb.python/py-frame.exp: Ditto.
373 * gdb.python/py-type.exp: Ditto.
374
375 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
376
377 PR gdb/15415
378 * gdb.base/argv0-symlink.c: New file.
379 * gdb.base/argv0-symlink.exp: New file.
380
381 2013-08-28 Tom Tromey <tromey@redhat.com>
382
383 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Use explicit test name
384 when saving index.
385
386 2013-08-27 Yao Qi <yao@codesourcery.com>
387
388 * gdb.trace/entry-values.exp: Test unavailable entry value is
389 not shown when option '--skip-unavailable' is specified.
390 * gdb.trace/mi-trace-unavailable.exp (test_trace_unavailable):
391 Add tests for new option '--skip-unavailable'.
392
393 2013-08-27 Yao Qi <yao@codesourcery.com>
394
395 * lib/gdb.exp (gdb_remote_download): Don't pass $tofile to
396 remote_download if it is empty.
397
398 2013-08-26 Doug Evans <dje@google.com>
399
400 PR symtab/15885
401 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add gdb-index.
402 (clean): rm -f *.gdb-index *.with-index.
403 * gdb.dwarf2/gdb-index.exp: New testcase.
404
405 * lib/gdb.exp (run_on_host): Moved here from gnu-debugdata.exp.
406 * gdb.base/gnu-debugdata.exp (run): Moved to gdb.exp and renamed to
407 run_on_host. All callers updated.
408
409 2013-08-24 Yao Qi <yao@codesourcery.com>
410
411 * gdb.trace/entry-values.c (end): New
412 (main): Call end.
413 * gdb.trace/entry-values.exp: Load trace-support.exp. Set
414 tracepoint and collect data. Test entry value is unavailable.
415
416 2013-08-24 Yao Qi <yao@codesourcery.com>
417
418 * lib/dwarf.exp (_location): Handle DW_OP_deref_size.
419 * gdb.trace/entry-values.c: New.
420 * gdb.trace/entry-values.exp: New.
421
422 2013-07-12 Muhammad Waqas <mwaqas@codesourccery.com>
423
424 PR gdb/15501
425 * gdb.base/ena-dis-br.exp: Add test to verify
426 enable/disable commands work correctly with
427 multiple arguments that include multiple locations.
428
429 2013-08-22 Samuel Bronson <naesten@gmail.com>
430
431 ARM Linux support for `catch syscall'.
432 * gdb.base/catch-syscall.exp: Test this on ARM now.
433 (fill_all_syscalls_numbers): ARM has close/chroot on 6/61, too.
434
435 2013-08-22 Tom Tromey <tromey@redhat.com>
436
437 * lib/dwarf.exp (cu, tu): Handle addr_size of "default". Change
438 default addr_size.
439 * lib/gdb.exp (is_64_target): New gdb_caching_proc.
440
441 2013-08-22 Tom Tromey <tromey@redhat.com>
442
443 * lib/gdb.exp (skip_btrace_tests): Use gdb_caching_proc and
444 standard_temp_file.
445
446 2013-08-22 Tom Tromey <tromey@redhat.com>
447
448 * gdb.arch/amd64-byte.exp: Use standard_testfile,
449 clean_restart.
450 * gdb.arch/amd64-disp-step.exp: Use standard_testfile.
451 * gdb.arch/amd64-dword.exp: Use standard_testfile,
452 clean_restart.
453 * gdb.arch/amd64-entry-value-param.exp: Use standard_testfile.
454 * gdb.arch/amd64-entry-value.exp: Use standard_testfile.
455 * gdb.arch/amd64-prologue-xmm.exp: Use standard_testfile.
456 * gdb.arch/amd64-word.exp: Use standard_testfile,
457 clean_restart.
458 * gdb.arch/i386-avx.exp: Use standard_testfile, clean_restart.
459 * gdb.arch/i386-byte.exp: Use standard_testfile, clean_restart.
460 * gdb.arch/i386-disp-step.exp: Use standard_testfile.
461 * gdb.arch/i386-dr3-watch.exp: Use standard_testfile.
462 * gdb.arch/i386-permbkpt.exp: Use standard_testfile, clean_restart.
463 * gdb.arch/i386-signal.exp: Use standard_testfile.
464 * gdb.arch/i386-size-overlap.exp: Use standard_testfile, clean_restart.
465 * gdb.arch/i386-sse.exp: Use standard_testfile, clean_restart.
466 * gdb.arch/i386-unwind.exp: Use standard_testfile.
467 * gdb.arch/i386-word.exp: Use standard_testfile, clean_restart.
468
469 2013-08-22 Tom Tromey <tromey@redhat.com>
470
471 * gdb.python/py-error.exp: Use gdb_remote_download.
472 * gdb.python/py-mi.exp: Use gdb_remote_download.
473 * gdb.python/py-objfile-script.exp: Use standard_output_file.
474 * gdb.python/py-prettyprint.exp: Use gdb_remote_download.
475 (run_lang_tests): Likewise.
476 * gdb.python/py-section-script.c: Use SCRIPT_FILE rather than
477 filename.
478 * gdb.python/py-section-script.exp: Set SCRIPT_FILE when
479 compiling. Use gdb_remote_download. Update some tests.
480 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
481 standard_output_file.
482 * gdb.python/py-typeprint.exp: Use gdb_remote_download.
483 * gdb.python/py-frame-args.exp: Use gdb_remote_download.
484 * gdb.python/py-framefilter-mi.exp: Use gdb_remote_download.
485 * gdb.python/py-framefilter.exp: Use gdb_remote_download,
486 standard_output_file.
487
488 2013-08-22 Tom Tromey <tromey@redhat.com>
489
490 * lib/cell.exp (skip_cell_tests): Use standard_temp_file.
491
492 2013-08-22 Tom Tromey <tromey@redhat.com>
493
494 * gdb.dwarf2/dw2-basic.exp: Use gdb_remote_download.
495 * gdb.dwarf2/dw2-compressed.exp: Use gdb_remote_download.
496 * gdb.dwarf2/dw2-intercu.exp: Use gdb_remote_download.
497 * gdb.dwarf2/dw2-intermix.exp: Use gdb_remote_download.
498 * gdb.dwarf2/dw2-producer.exp: Use gdb_remote_download.
499 * gdb.dwarf2/mac-fileno.exp: Use gdb_remote_download.
500 * lib/gdb.exp (gdb_remote_download): New proc.
501
502 2013-08-22 Tom Tromey <tromey@redhat.com>
503
504 * gdb.dwarf2/clztest.exp: Use standard_testfile.
505 * gdb.dwarf2/dw2-minsym-in-cu.exp: Use standard_testfile.
506 * gdb.dwarf2/fission-base.S: Remove directory from
507 DW_AT_GNU_dwo_name.
508 * gdb.dwarf2/fission-base.exp: Use build_executable. Set
509 debug-file-directory.
510 * gdb.dwarf2/fission-reread.S: Remove directory from
511 DW_AT_GNU_dwo_name.
512 * gdb.dwarf2/fission-reread.exp: Use build_executable. Set
513 debug-file-directory.
514
515 2013-08-16 Doug Evans <dje@google.com>
516
517 * lib/prelink-support.exp (prelink_yes): Flag test as unsupported if
518 prelink complains about an unhandled DWARF version.
519
520 2013-08-14 Cary Coutant <ccoutant@google.com>
521
522 * boards/fission.exp: Add -fdebug-types-section to debug_flags.
523
524 2013-08-13 Tom Tromey <tromey@redhat.com>
525 Yao Qi <yao@codesourcery.com>
526
527 * lib/cache.exp (gdb_do_cache): Handle GDB_PARALLEL.
528 * lib/gdb.exp: Handle GDB_PARALLEL.
529 (default_gdb_version): Kill inotify_pid if it exists.
530 (default_gdb_exit): Emit warning if the inotify log is not
531 empty.
532 (standard_output_file): Respect GDB_PARALLEL.
533 (standard_temp_file): Likewise.
534 (gdb_init): Start inotifywait if requested.
535
536 2013-08-13 Andrew Burgess <aburgess@broadcom.com>
537
538 * gdb.base/printcmds.exp (test_printf): Add test for printf of
539 pointer with various flags.
540
541 2013-08-13 Tom Tromey <tromey@redhat.com>
542
543 * lib/cache.exp: New file.
544 * lib/cell.exp (skip_cell_tests): Use gdb_caching_proc.
545 * lib/gdb.exp: Load cache.exp.
546 (support_complex_tests, is_ilp32_target, is_lp64_target)
547 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests)
548 (gdb_skip_xml_test): Use gdb_caching_proc.
549 * lib/opencl.exp (skip_opencl_tests): Use gdb_caching_proc.
550
551 2013-08-13 Tom Tromey <tromey@redhat.com>
552
553 * lib/gdb.exp (standard_temp_file): New proc.
554 (support_complex_tests, is_ilp32_target, is_lp64_target)
555 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests): Use
556 standard_temp_file.
557
558 2013-08-13 Tom Tromey <tromey@redhat.com>
559
560 * lib/gdb.exp (build_id_debug_filename_get): Use
561 standard_output_file.
562 * lib/prelink-support.exp (section_get)
563 (build_executable_own_libs): Use standard_output_file.
564
565 2013-08-12 Tom Tromey <tromey@redhat.com>
566
567 * Makefile.in (ALL_SUBDIRS): Add gdb.go.
568
569 2013-08-12 Ali Anwar <alianwar@codesourcery.com>
570
571 * gdb.base/break.exp: Test break via convenience variable
572 with file name.
573
574 2013-08-09 Doug Evans <dje@google.com>
575
576 * lib/future.exp (gdb_find_ldd): New proc.
577 * lib/prelink-support.exp (build_executable_own_libs): Call it.
578 Make "/usr/sbin/" in prelink path optional.
579
580 2013-08-09 Yao Qi <yao@codesourcery.com>
581
582 * gdb.trace/collection.exp (gdb_collect_args_test): Set
583 "only" and "both" to 'print entry-values' before selecting
584 trace frame.
585
586 2013-08-08 Yao Qi <yao@codesourcery.com>
587
588 * gdb.trace/mi-trace-unavailable.exp: Don't set
589 "print entry-values" to "no".
590 (test_trace_unavailable): Set various values to
591 "print entry-values" to test that the output of
592 '-stack-list-locals' is not affected, and then set
593 set "print entry-values" to "no".
594
595 2013-08-07 Doug Evans <dje@google.com>
596
597 * gdb.python/py-value-cc.cc: Renamed from py-value.cc.
598 * gdb.python/py-value-cc.exp: Update.
599 * gdb.python/py-value.exp: Use different names for .o files for
600 C and C++. Only perform C++ tests if !skip_cplus_tests.
601
602 2013-08-07 Tom Tromey <tromey@redhat.com>
603
604 * gdb.base/maint.exp: Allow zero symtabs to be expanded.
605
606 2013-08-07 Tom Tromey <tromey@redhat.com>
607
608 * gdb.dwarf2/dwz.exp: New file.
609
610 2013-08-02 Tom Tromey <tromey@redhat.com>
611
612 * gdb.base/watchpoint.c (struct foo5): New.
613 (nullptr): New global.
614 * gdb.base/watchpoint.exp (test_watch_location): Add test.
615
616 2013-08-01 Doug Evans <dje@google.com>
617
618 PR symtab/15691
619 * gdb.dwarf2/fission-mix.exp: New file.
620 * gdb.dwarf2/fission-mix.h: New file.
621 * gdb.dwarf2/fission-mix.c: New file.
622 * gdb.dwarf2/fission-mix2.c: New file.
623
624 PR symtab/15695
625 * gdb.base/func-ptr.exp: New file.
626 * gdb.base/func-ptr.c: New file.
627
628 2013-08-01 Yao Qi <yao@codesourcery.com>
629
630 * gdb.python/py-sync-interp.c: New.
631 * gdb.python/py-sync-interp.exp: New.
632
633 2013-07-31 Yao Qi <yao@codesourcery.com>
634
635 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Test command
636 'tdump' on stack frame 0 and 1 respectively.
637
638 2013-07-31 Yao Qi <yao@codesourcery.com>
639
640 PR gdb/13443
641 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_3): Add parameter
642 'traceframe'. Wrap test with with_test_prefix.
643 (top level): Update.
644
645 2013-07-31 Yao Qi <yao@codesourcery.com>
646
647 * gdb.trace/backtrace.exp: Don't invoke 'get_exit' and
648 'gdb_start'.
649 Invoke 'prepare_for_testing' instead of 'gdb_compile'.
650 Use gdb_test_no_output to issue commands 'tstart' and 'tstop'.
651
652 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
653
654 * gdb.dwarf2/pieces-optimized-out.exp: Expect "<optimized out>"
655 when printing an optimized out value. Expect an error when using
656 an optimized out value in an expression.
657
658 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
659
660 * gdb.dwarf2/pieces-optimized-out.exp: New file.
661 * gdb.dwarf2/pieces-optimized-out.c: New file.
662 * gdb.dwarf2/pieces-optimized-out.S: New file.
663
664 2013-07-30 Muhammad Bilal <mbilal@codesourcery.com>
665
666 PR gdb/15715
667 * gdb.base/setshow.exp: Test that relative paths passed to
668 'set history filename' are converted to absolute paths.
669
670 2013-07-26 Keith Seitz <keiths@redhat.com>
671
672 * gdb.mi/mi-var-child-f.exp: Pass f90 to gdb_compile instead
673 of f77.
674 Allow for compiler variations of integer types.
675 Use mi_create_varobj.
676 Use mi_list_varobj_children for the immediate children of `array'.
677 Add "has_more" attribute for grandchildren test.
678
679 2013-07-26 Pedro Alves <palves@redhat.com>
680
681 * gdb.base/interrupt-noterm.c, gdb.base/interrupt-noterm.exp: New
682 files.
683
684 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
685
686 * gdb.mi/mi-reg-undefined.exp: New file.
687 * gdb.mi/mi-reg-undefined.c: Likewise.
688 * gdb.mi/mi-reg-undefined.S: Likewise.
689
690 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
691
692 * gdb.base/printcmds.exp (test_print_int_arrays): Add tests for x,
693 z, o, and t output formats.
694 * gdb.base/display.exp: Use 'k' as an undefined format now that
695 'z' is defined.
696
697 2013-07-24 Doug Evans <dje@google.com>
698
699 * boards/native-stdio-gdbserver.exp (${board}_build_remote_cmd): Pass
700 "--" to switch.
701
702 2013-07-24 Yao Qi <yao@codesourcery.com>
703
704 * gdb.mi/mi-var-cmd.exp: If host is remote, use ${testfile} on
705 host.
706 * gdb.mi/mi-basics.exp (test_exec_and_symbol_mi_operatons):
707 Likewise. If host is remote, copy ${binfile} to host.
708
709 2013-07-23 Yao Qi <yao@codesourcery.com>
710
711 * gdb.mi/mi-var-cmd.exp: Adjust pattern to match current error
712 message.
713
714 2013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
715
716 * gdb.base/disp-step-syscall.exp: Add svc and swi syscall
717 instructions and enable disp-step-syscall for arm targets.
718
719 2013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
720
721 * gdb.dwarf2/fission-reread.S: Replace @ sign with % sign to remove
722 assembler errors on arm.
723 * gdb.dwarf2/mac-fileno.S: Likewise.
724 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
725 * gdb.dwarf2/pr13961.S: Likewise.
726
727 2013-07-19 Hui Zhu <hui@codesourcery.com>
728
729 PR gdb/15692
730 * gdb.mi/mi-dprintf.exp: Add double quotes test.
731
732 2013-07-19 Yao Qi <yao@codesourcery.com>
733
734 * gdb.trace/read-memory.exp (test_from_remote): Update test.
735 (teset_from_exec): Likewise.
736
737 2013-07-19 Yao Qi <yao@codesourcery.com>
738
739 * gdb.trace/read-memory.c: New.
740 * gdb.trace/read-memory.exp: New.
741
742 2013-07-19 Yao Qi <yao@codesourcery.com>
743
744 * lib/gdb.exp (gdb_compile_shlib): Pass the tail name of
745 $dest to link options if host is remote. Move the
746 generated file to $dest.a on host if host is remote.
747
748 2013-07-18 Will Newton <will.newton@linaro.org>
749
750 * gdb.threads/tls-nodebug.c: Call pthread_testcancel
751 to ensure the test is linked against pthreads.
752 * gdb.threads/tls-var-main.c: Likewise.
753 * gdb.threads/tls-shared.c: Likewise.
754
755 2013-07-18 Yao Qi <yao@codesourcery.com>
756
757 * lib/future.exp (gdb_default_target_compile): Use tail name
758 of $destfile as the output name of compile. Move the
759 generated file to $destfile on build.
760
761 2013-07-18 Yao Qi <yao@codesourcery.com>
762
763 * lib/gdb.exp (gdb_compile): Set
764 gdb_saved_set_unbuffered_mode_obj to
765 set_unbuffered_mode_saved.o if host is remote. Invoke
766 remote_download to copy $unbuf_obj to host.
767
768 2013-07-17 Doug Evans <dje@google.com>
769
770 * gdb.python/py-frame-args.c: New file.
771 * gdb.python/py-frame-args.py: New file.
772 * gdb.python/py-frame-args.exp New file.
773
774 2013-07-16 Andrew Burgess <aburgess@broadcom.com>
775
776 * gdb.base/printcmds.exp (test_printf): Add tests for format
777 strings with missing format specifier.
778
779 2013-07-16 Tom Tromey <tromey@redhat.com>
780
781 * gdb.ada/info_types.exp: Use standard_testfile.
782
783 2013-07-16 Tom Tromey <tromey@redhat.com>
784
785 * gdb.mi/mi-basics.exp: Use standard_output_file.
786 (test_dir_specification, test_cwd_specification)
787 (test_path_specification): Use testsubdir, not subdir and objdir.
788
789 2013-07-16 Tom Tromey <tromey@redhat.com>
790
791 * gdb.trace/mi-traceframe-changed.exp: Don't use objdir.
792
793 2013-07-09 Joel Brobecker <brobecker@adacore.com>
794
795 * gdb.ada/small_reg_param.exp: Accept optional entry value
796 for parameter "w".
797
798 2013-07-09 Joel Brobecker <brobecker@adacore.com>
799
800 * gdb.ada/small_reg_param.exp: Remove trailing space.
801
802 2013-07-09 Doug Evans <dje@google.com>
803
804 * gdb.base/default.exp: Update expected output of "show print array"
805 and "show print pretty".
806
807 2013-07-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
808
809 * gdb.threads/wp-replication.exp: Stop counting available hardware
810 watchpoints after NR_THREADS iterations.
811
812 2013-07-08 Andrew Burgess <aburgess@broadcom.com>
813
814 * gdb.python/py-explore.exp: Add $gdb_prompt to test regexp.
815
816 2013-07-07 Yao Qi <yao@codesourcery.com>
817
818 * boards/native-gdbserver.exp: Move invoke of
819 process_multilib_options to gdbserver-base.exp.
820 Move set_board_info 'compiler', 'gdb,noinferiorio',
821 'gdb,nofileio', 'gdb_server_prog' and 'gdb,predefined_tsv' to
822 gdbserver-base.exp.
823 Move proc ${board}_download, ${board}_upload and
824 ${board}_file to gdbserver-base.exp.
825 * boards/native-extended-gdbserver.exp: Likewise.
826 * boards/native-stdio-gdbserver.exp: Likewise.
827 * boards/gdbserver-base.exp: New file.
828
829 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
830
831 * gdb.base/dump.exp: Remove arch-specific tests and do a
832 generic data address check to set is64bitonly correctly.
833
834 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
835
836 * gdb.mi/gdb2549.exp (register_tests): Expect any decimal for
837 the register number instead of expecting only 0.
838
839 2013-07-05 Will Newton <will.newton@linaro.org>
840
841 * gdb.base/gnu-ifunc-lib.c: Use %function instead of @function
842 in asm syntax to allow building on ARM.
843
844 2013-07-05 Yao Qi <yao@codesourcery.com>
845
846 * boards/local-remote-host.exp: Remove obsolete comments.
847 * boards/native-extended-gdbserver.exp: Likewise.
848 * boards/native-gdbserver.exp: Likewise.
849 * boards/native-stdio-gdbserver.exp: Likewise.
850
851 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
852
853 * gdb.dwarf2/dw2-reg-undefined.exp: New file.
854 * gdb.dwarf2/dw2-reg-undefined.c: Likewise.
855 * gdb.dwarf2/dw2-reg-undefined.S: Likewise.
856
857 2013-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
858
859 * gdb.base/break-on-linker-gcd-function.exp: Replace
860 prepare_for_testing by build_executable_from_specs and clean_restart.
861
862 2013-06-27 Tom Tromey <tromey@redhat.com>
863
864 * gdb.base/testenv.exp, gdb.base/tui-layout.exp,
865 gdb.base/twice.exp, gdb.base/type-opaque.exp, gdb.base/unload.exp,
866 gdb.base/unwindonsignal.exp, gdb.base/valgrind-db-attach.exp,
867 gdb.base/valgrind-infcall.exp, gdb.base/value-double-free.exp,
868 gdb.base/varargs.exp, gdb.base/watch-cond-infcall.exp,
869 gdb.base/watch-cond.exp, gdb.base/watch-non-mem.exp,
870 gdb.base/watch-read.exp, gdb.base/watch-vfork.exp,
871 gdb.base/watch_thread_num.exp, gdb.base/watchpoint-cond-gone.exp,
872 gdb.base/watchpoint-delete.exp, gdb.base/watchpoint-hw.exp,
873 gdb.base/watchpoint-solib.exp, gdb.base/watchpoint.exp,
874 gdb.base/watchpoints.exp, gdb.base/wchar.exp, gdb.base/whatis.exp:
875 Use standard_testfile, standard_output_file, prepare_for_testing,
876 clean_restart.
877
878 2013-06-27 Tom Tromey <tromey@redhat.com>
879
880 * gdb.base/save-bp.exp, gdb.base/savedregs.exp,
881 gdb.base/scope.exp, gdb.base/sep.exp, gdb.base/sepsymtab.exp,
882 gdb.base/set-lang-auto.exp, gdb.base/setshow.exp,
883 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
884 gdb.base/shreloc.exp, gdb.base/sigall.exp,
885 gdb.base/sigaltstack.exp, gdb.base/sigbpt.exp,
886 gdb.base/sigchld.exp, gdb.base/siginfo-addr.exp,
887 gdb.base/siginfo-infcall.exp, gdb.base/siginfo-obj.exp,
888 gdb.base/siginfo.exp, gdb.base/signals.exp, gdb.base/signest.exp,
889 gdb.base/signull.exp, gdb.base/sigrepeat.exp,
890 gdb.base/sigstep.exp, gdb.base/sizeof.exp,
891 gdb.base/skip-solib.exp, gdb.base/so-impl-ld.exp,
892 gdb.base/solib-display.exp, gdb.base/solib-nodir.exp,
893 gdb.base/solib-overlap.exp, gdb.base/solib-symbol.exp,
894 gdb.base/solib-weak.exp, gdb.base/source.exp,
895 gdb.base/stack-checking.exp, gdb.base/stale-infcall.exp,
896 gdb.base/stap-probe.exp, gdb.base/start.exp,
897 gdb.base/step-break.exp, gdb.base/step-bt.exp,
898 gdb.base/step-line.exp, gdb.base/step-resume-infcall.exp,
899 gdb.base/step-test.exp, gdb.base/structs.exp,
900 gdb.base/structs2.exp, gdb.base/structs3.exp,
901 gdb.base/symbol-without-target_section.exp: Use standard_testfile,
902 standard_output_file, prepare_for_testing, clean_restart.
903
904 2013-06-27 Tom Tromey <tromey@redhat.com>
905
906 * gdb.base/nextoverexit.exp, gdb.base/nextoverexit.exp,
907 gdb.base/nodebug.exp, gdb.base/nofield.exp, gdb.base/nostdlib.exp,
908 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/pc-fp.exp,
909 gdb.base/pending.exp, gdb.base/permissions.exp,
910 gdb.base/pie-execl.exp, gdb.base/pointers.exp,
911 gdb.base/pr11022.exp, gdb.base/print-file-var.exp,
912 gdb.base/printcmds.exp, gdb.base/prologue.exp,
913 gdb.base/psymtab.exp, gdb.base/ptr-typedef.exp,
914 gdb.base/ptype.exp, gdb.base/randomize.exp,
915 gdb.base/readline-ask.exp, gdb.base/recpar.exp,
916 gdb.base/recurse.exp, gdb.base/relativedebug.exp,
917 gdb.base/relocate.exp, gdb.base/remote.exp, gdb.base/reread.exp,
918 gdb.base/return-nodebug.exp, gdb.base/return2.exp: Use
919 standard_testfile, standard_output_file, prepare_for_testing,
920 clean_restart.
921
922 2013-06-27 Tom Tromey <tromey@redhat.com>
923
924 * gdb.base/hook-stop-continue.exp, gdb.base/hook-stop-frame.exp,
925 gdb.base/huge.exp, gdb.base/included.exp,
926 gdb.base/inferior-died.exp, gdb.base/infnan.exp,
927 gdb.base/info-fun.exp, gdb.base/info-macros.exp,
928 gdb.base/info-os.exp, gdb.base/info-proc.exp,
929 gdb.base/info-target.exp, gdb.base/infoline.exp,
930 gdb.base/interp.exp, gdb.base/interrupt.exp,
931 gdb.base/jit-simple.exp, gdb.base/jit-so.exp, gdb.base/jump.exp,
932 gdb.base/kill-after-signal.exp, gdb.base/label.exp,
933 gdb.base/langs.exp, gdb.base/lineinc.exp, gdb.base/list.exp,
934 gdb.base/logical.exp, gdb.base/long_long.exp,
935 gdb.base/longjmp.exp, gdb.base/macscp.exp, gdb.base/maint.exp,
936 gdb.base/memattr.exp, gdb.base/mips_pro.exp,
937 gdb.base/miscexprs.exp, gdb.base/morestack.exp,
938 gdb.base/moribund-step.exp, gdb.base/multi-forks.exp: Use
939 standard_testfile, standard_output_file, prepare_for_testing,
940 clean_restart.
941
942 2013-06-27 Tom Tromey <tromey@redhat.com>
943
944 * gdb.base/ena-dis-br.exp, gdb.base/enum_cond.exp,
945 gdb.base/enumval.exp, gdb.base/environ.exp,
946 gdb.base/eu-strip-infcall.exp, gdb.base/eval-skip.exp,
947 gdb.base/exe-lock.exp, gdb.base/expand-psymtabs.exp,
948 gdb.base/exprs.exp, gdb.base/fileio.exp, gdb.base/find.exp,
949 gdb.base/fixsection.exp, gdb.base/foll-exec.exp,
950 gdb.base/foll-fork.exp, gdb.base/fortran-sym-case.exp,
951 gdb.base/frame-args.exp, gdb.base/freebpcmd.exp,
952 gdb.base/fullname.exp, gdb.base/funcargs.exp,
953 gdb.base/gcore-buffer-overflow.exp, gdb.base/gcore.exp,
954 gdb.base/gdb1090.exp, gdb.base/gdb11530.exp,
955 gdb.base/gdb11531.exp, gdb.base/gdb1250.exp, gdb.base/gdb1555.exp,
956 gdb.base/gdb1821.exp, gdb.base/gdbindex-stabs.exp,
957 gdb.base/gdbvars.exp, gdb.base/gnu-ifunc.exp,
958 gdb.base/gnu_vector.exp: Use standard_testfile,
959 standard_output_file, prepare_for_testing, clean_restart.
960
961 2013-06-27 Tom Tromey <tromey@redhat.com>
962
963 * gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
964 gdb.base/call-sc.exp, gdb.base/call-signal-resume.exp,
965 gdb.base/call-strs.exp, gdb.base/callexit.exp,
966 gdb.base/callfuncs.exp, gdb.base/catch-load.exp,
967 gdb.base/catch-syscall.exp, gdb.base/charset.exp,
968 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
969 gdb.base/code-expr.exp, gdb.base/code_elim.exp,
970 gdb.base/commands.exp, gdb.base/completion.exp,
971 gdb.base/complex.exp, gdb.base/cond-expr.exp,
972 gdb.base/condbreak.exp, gdb.base/consecutive.exp,
973 gdb.base/constvars.exp, gdb.base/corefile.exp,
974 gdb.base/ctxobj.exp, gdb.base/cursal.exp, gdb.base/cvexpr.exp,
975 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
976 gdb.base/del.exp, gdb.base/detach.exp, gdb.base/dfp-test.exp,
977 gdb.base/display.exp, gdb.base/dmsym.exp, gdb.base/dump.exp,
978 gdb.base/dup-sect.exp: Use standard_testfile,
979 standard_output_file, prepare_for_testing, clean_restart.
980
981 2013-06-27 Tom Tromey <tromey@redhat.com>
982
983 * gdb.base/a2-run.exp, gdb.base/all-bin.exp, gdb.base/annota1.exp,
984 gdb.base/annota3.exp, gdb.base/anon.exp, gdb.base/args.exp,
985 gdb.base/arithmet.exp, gdb.base/arrayidx.exp, gdb.base/assign.exp,
986 gdb.base/async-shell.exp, gdb.base/async.exp,
987 gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-noexec.exp,
988 gdb.base/attach-twice.exp, gdb.base/attach.exp, gdb.base/auxv.exp,
989 gdb.base/bang.exp, gdb.base/bfp-test.exp, gdb.base/bigcore.exp,
990 gdb.base/bitfields.exp, gdb.base/bitfields2.exp,
991 gdb.base/break-entry.exp, gdb.base/break-interp.exp,
992 gdb.base/break-on-linker-gcd-function.exp,
993 gdb.base/breakpoint-shadow.exp: Use standard_testfile,
994 standard_output_file, prepare_for_testing, clean_restart.
995
996 2013-06-26 Yao Qi <yao@codesourcery.com>
997
998 * gdb.trace/mi-trace-frame-collected.exp: New.
999
1000 2013-06-25 Yao Qi <yao@codesourcery.com>
1001
1002 * boards/native-extended-gdbserver.exp: Set board_info
1003 'gdb,predefined_tsv'.
1004 * boards/native-gdbserver.exp: Likewise.
1005 * boards/native-stdio-gdbserver.exp: Likewise.
1006 * gdb.server/ext-attach.exp: Load trace-support.exp. Check
1007 uploaded TSVs if target supports tracing.
1008 * gdb.trace/tsv.exp: Check uploaded TSVs if target supports
1009 tracing and target has predefined tsv.
1010
1011 2013-06-25 Yao Qi <yao@codesourcery.com>
1012 Hui Zhu <hui@codesourcery.com>
1013 Pedro Alves <palves@redhat.com>
1014
1015 PR breakpoints/15075
1016 PR breakpoints/15434
1017 * gdb.base/dprintf-next.c: New file.
1018 * gdb.base/dprintf-next.exp: New file.
1019 * gdb.base/dprintf-non-stop.c: New file.
1020 * gdb.base/dprintf-non-stop.exp: New file.
1021 * gdb.base/dprintf.exp: Don't check "continue" in the output
1022 of "info breakpoints".
1023 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
1024 Don't check "continue" in script field.
1025
1026 2013-06-21 Tom Tromey <tromey@redhat.com>
1027
1028 * gdb.trace/actions.exp (check_tracepoint): Don't use a full file
1029 name in a test name.
1030
1031 2013-06-20 Yao Qi <yao@codesourcery.com>
1032
1033 * gdb.trace/mi-trace-unavailable.exp: Set tracepoint on 'foo'
1034 and set an action.
1035 (test_trace_unavailable): Test command -data-list-register-values
1036 in the context of traceframe and with option --skip-unavailable.
1037 * gdb.trace/trace-unavailable.c (foo): New.
1038 (main): Call it.
1039 * gdb.mi/gdb2549.exp: Update matching pattern.
1040
1041 2013-06-19 Mike Frysinger <vapier@gentoo.org>
1042
1043 * gdb.arch/i386-avx.c (have_avx): Change __get_cpuid call to i386_cpuid.
1044 * gdb.arch/i386-avx.exp (additional_flags): Add -I${srcdir}/../common.
1045 * gdb.arch/i386-cpuid.h: Moved to ../common/i386-gcc-cpuid.h.
1046 * gdb.arch/i386-sse.c: Call new i386_cpuid function.
1047 * gdb.arch/i386-see.exp (additional_flags): Add -I${srcdir}/../common.
1048
1049 2013-06-19 Luis Machado <lgustavo@codesourcery.com>
1050
1051 * gdb.base/subst.exp: Delete default rules before further
1052 tests.
1053
1054 2013-06-19 Yao Qi <yao@codesourcery.com>
1055
1056 * gdb.base/maint.exp: Make the test to command 'maint dump-me'
1057 unsupported if it is not registered.
1058
1059 2013-06-18 Tom Tromey <tromey@redhat.com>
1060
1061 * gdb.base/random-signal.c: New file.
1062 * gdb.base/random-signal.exp: New file.
1063
1064 2013-06-18 Will Newton <will.newton@linaro.org>
1065
1066 * gdb.base/skip.c: Use comma to evaluate results of foo()
1067 and bar() before passing to baz().
1068 * gdb.base/skip.c: baz() now takes one argument instead of
1069 two.
1070
1071 2013-06-18 Tom Tromey <tromey@redhat.com>
1072
1073 * gdb.dwarf2/implptrpiece.exp: New file.
1074 * gdb.dwarf2/implptrconst.exp (d): New variable.
1075 Print d.
1076 * lib/dwarf2.exp (Dwarf::_location): Handle DW_OP_piece.
1077
1078 2013-06-18 Tom Tromey <tromey@redhat.com>
1079
1080 * lib/selftest-support.exp (do_self_tests): Reject remote or
1081 non-native targets.
1082 * gdb.gdb/complaints.exp: Remove check.
1083 * gdb.gdb/observer.exp: Remove check.
1084 * gdb.gdb/xfullpath.exp: Remove check.
1085 * gdb.gdb/complaints.exp: Remove check.
1086
1087 2013-06-07 Pedro Alves <palves@redhat.com>
1088
1089 * boards/native-extended-gdbserver.exp: Remove semicolon.
1090 * config/arm-ice.exp: Likewise.
1091 * config/bfin.exp: Likewise.
1092 * config/cygmon.exp: Likewise.
1093 * config/h8300.exp: Likewise.
1094 * config/monitor.exp: Likewise.
1095 * config/sid.exp: Likewise.
1096 * config/sim.exp: Likewise.
1097 * config/slite.exp: Likewise.
1098 * config/vx.exp: Likewise.
1099 * gdb.arch/i386-bp_permanent.exp: Likewise.
1100 * gdb.asm/asm-source.exp: Likewise.
1101 * gdb.base/args.exp: Likewise.
1102 * gdb.base/attach-pie-misread.exp: Likewise.
1103 * gdb.base/auxv.exp: Likewise.
1104 * gdb.base/bigcore.exp: Likewise.
1105 * gdb.base/bitfields2.exp: Likewise.
1106 * gdb.base/bitfields.exp: Likewise.
1107 * gdb.base/break.exp: Likewise.
1108 * gdb.base/break-interp.exp: Likewise.
1109 * gdb.base/callfuncs.exp: Likewise.
1110 * gdb.base/call-sc.exp: Likewise.
1111 * gdb.base/commands.exp: Likewise.
1112 * gdb.base/corefile.exp: Likewise.
1113 * gdb.base/dbx.exp: Likewise.
1114 * gdb.base/ending-run.exp: Likewise.
1115 * gdb.base/exprs.exp: Likewise.
1116 * gdb.base/funcargs.exp: Likewise.
1117 * gdb.base/hbreak2.exp: Likewise.
1118 * gdb.base/huge.exp: Likewise.
1119 * gdb.base/list.exp: Likewise.
1120 * gdb.base/memattr.exp: Likewise.
1121 * gdb.base/overlays.exp: Likewise.
1122 * gdb.base/printcmds.exp: Likewise.
1123 * gdb.base/recurse.exp: Likewise.
1124 * gdb.base/remotetimeout.exp: Likewise.
1125 * gdb.base/reread.exp: Likewise.
1126 * gdb.base/savedregs.exp: Likewise.
1127 * gdb.base/scope.exp: Likewise.
1128 * gdb.base/sepdebug.exp: Likewise.
1129 * gdb.base/setshow.exp: Likewise.
1130 * gdb.base/setvar.exp: Likewise.
1131 * gdb.base/sigaltstack.exp: Likewise.
1132 * gdb.base/siginfo-addr.exp: Likewise.
1133 * gdb.base/siginfo.exp: Likewise.
1134 * gdb.base/siginfo-obj.exp: Likewise.
1135 * gdb.base/sigrepeat.exp: Likewise.
1136 * gdb.base/sigstep.exp: Likewise.
1137 * gdb.base/structs.exp: Likewise.
1138 * gdb.base/testenv.exp: Likewise.
1139 * gdb.base/twice.exp: Likewise.
1140 * gdb.base/valgrind-db-attach.exp: Likewise.
1141 * gdb.base/valgrind-infcall.exp: Likewise.
1142 * gdb.base/varargs.exp: Likewise.
1143 * gdb.base/watchpoint.exp: Likewise.
1144 * gdb.cp/gdb1355.exp: Likewise.
1145 * gdb.cp/misc.exp: Likewise.
1146 * gdb.disasm/hppa.exp: Likewise.
1147 * gdb.disasm/t01_mov.exp: Likewise.
1148 * gdb.disasm/t02_mova.exp: Likewise.
1149 * gdb.disasm/t03_add.exp: Likewise.
1150 * gdb.disasm/t04_sub.exp: Likewise.
1151 * gdb.disasm/t05_cmp.exp: Likewise.
1152 * gdb.disasm/t06_ari2.exp: Likewise.
1153 * gdb.disasm/t07_ari3.exp: Likewise.
1154 * gdb.disasm/t08_or.exp: Likewise.
1155 * gdb.disasm/t09_xor.exp: Likewise.
1156 * gdb.disasm/t10_and.exp: Likewise.
1157 * gdb.disasm/t11_logs.exp: Likewise.
1158 * gdb.disasm/t12_bit.exp: Likewise.
1159 * gdb.disasm/t13_otr.exp: Likewise.
1160 * gdb.gdb/selftest.exp: Likewise.
1161 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
1162 * gdb.mi/mi-reverse.exp: Likewise.
1163 * gdb.pascal/floats.exp: Likewise.
1164 * gdb.python/py-inferior.exp: Likewise.
1165 * gdb.threads/attach-into-signal.exp: Likewise.
1166 * gdb.threads/pthreads.exp: Likewise.
1167 * gdb.threads/thread_events.exp: Likewise.
1168 * gdb.threads/watchthreads.exp: Likewise.
1169 * gdb.trace/actions-changed.exp: Likewise.
1170 * gdb.trace/actions.exp: Likewise.
1171 * gdb.trace/ax.exp: Likewise.
1172 * gdb.trace/backtrace.exp: Likewise.
1173 * gdb.trace/change-loc.exp: Likewise.
1174 * gdb.trace/deltrace.exp: Likewise.
1175 * gdb.trace/disconnected-tracing.exp: Likewise.
1176 * gdb.trace/ftrace.exp: Likewise.
1177 * gdb.trace/infotrace.exp: Likewise.
1178 * gdb.trace/passc-dyn.exp: Likewise.
1179 * gdb.trace/passcount.exp: Likewise.
1180 * gdb.trace/pending.exp: Likewise.
1181 * gdb.trace/qtro.exp: Likewise.
1182 * gdb.trace/range-stepping.exp: Likewise.
1183 * gdb.trace/report.exp: Likewise.
1184 * gdb.trace/save-trace.exp: Likewise.
1185 * gdb.trace/status-stop.exp: Likewise.
1186 * gdb.trace/strace.exp: Likewise.
1187 * gdb.trace/tfile.exp: Likewise.
1188 * gdb.trace/tfind.exp: Likewise.
1189 * gdb.trace/trace-break.exp: Likewise.
1190 * gdb.trace/tracecmd.exp: Likewise.
1191 * gdb.trace/trace-mt.exp: Likewise.
1192 * gdb.trace/tspeed.exp: Likewise.
1193 * gdb.trace/tsv.exp: Likewise.
1194 * gdb.trace/while-stepping.exp: Likewise.
1195 * lib/gdb.exp: Likewise.
1196 * lib/gdbserver-support.exp: Likewise.
1197 * lib/java.exp: Likewise.
1198 * lib/mi-support.exp: Likewise.
1199 * lib/pascal.exp: Likewise.
1200 * lib/prompt.exp: Likewise.
1201 * lib/trace-support.exp: Likewise.
1202
1203 2013-06-07 Pedro Alves <palves@redhat.com>
1204
1205 * gdb.ada/info_types.c: Fix formating in copyright header.
1206 * gdb.base/break-on-linker-gcd-function.cc: Likewise.
1207 * gdb.base/float.c: Likewise.
1208 * gdb.base/inferior-died.c: Likewise.
1209 * gdb.base/interp.c: Likewise.
1210 * gdb.base/jit-main.c: Likewise.
1211 * gdb.base/jit-solib.c: Likewise.
1212 * gdb.base/long_long.c: Likewise.
1213 * gdb.base/longjmp.c: Likewise.
1214 * gdb.base/nextoverexit.c: Likewise.
1215 * gdb.base/pr11022.c: Likewise.
1216 * gdb.base/prelink-lib.c: Likewise.
1217 * gdb.base/prelink.c: Likewise.
1218 * gdb.base/prologue.c: Likewise.
1219 * gdb.base/restore.c: Likewise.
1220 * gdb.base/sigchld.c: Likewise.
1221 * gdb.base/solib-search-lib1.c: Likewise.
1222 * gdb.base/solib-search-lib2.c: Likewise.
1223 * gdb.base/solib-search.c: Likewise.
1224 * gdb.base/solib-search.h: Likewise.
1225 * gdb.base/whatis.c: Likewise.
1226 * gdb.cp/abstract-origin.cc: Likewise.
1227 * gdb.cp/anon-struct.cc: Likewise.
1228 * gdb.cp/baseenum.cc: Likewise.
1229 * gdb.cp/bs15503.cc: Likewise.
1230 * gdb.cp/call-c-1.c: Likewise.
1231 * gdb.cp/call-c.cc: Likewise.
1232 * gdb.cp/class2.cc: Likewise.
1233 * gdb.cp/classes.cc: Likewise.
1234 * gdb.cp/cttiadd.cc: Likewise.
1235 * gdb.cp/cttiadd1.cc: Likewise.
1236 * gdb.cp/cttiadd2.cc: Likewise.
1237 * gdb.cp/cttiadd3.cc: Likewise.
1238 * gdb.cp/derivation.cc: Likewise.
1239 * gdb.cp/derivation2.cc: Likewise.
1240 * gdb.cp/dispcxx.cc: Likewise.
1241 * gdb.cp/exception.cc: Likewise.
1242 * gdb.cp/gdb2384-base.cc: Likewise.
1243 * gdb.cp/gdb2384-base.h: Likewise.
1244 * gdb.cp/gdb2384.cc: Likewise.
1245 * gdb.cp/gdb2495.cc: Likewise.
1246 * gdb.cp/mb-inline.h: Likewise.
1247 * gdb.cp/mb-inline1.cc: Likewise.
1248 * gdb.cp/mb-inline2.cc: Likewise.
1249 * gdb.cp/member-name.cc: Likewise.
1250 * gdb.cp/member-ptr.cc: Likewise.
1251 * gdb.cp/misc.cc: Likewise.
1252 * gdb.cp/namespace1.cc: Likewise.
1253 * gdb.cp/nextoverthrow.cc: Likewise.
1254 * gdb.cp/pr-574.cc: Likewise.
1255 * gdb.cp/pr9631.cc: Likewise.
1256 * gdb.cp/printmethod.cc: Likewise.
1257 * gdb.cp/psmang1.cc: Likewise.
1258 * gdb.cp/psmang2.cc: Likewise.
1259 * gdb.cp/psymtab-parameter.cc: Likewise.
1260 * gdb.cp/ptype-flags.cc: Likewise.
1261 * gdb.cp/ref-params.cc: Likewise.
1262 * gdb.cp/ref-types.cc: Likewise.
1263 * gdb.cp/smartp.cc: Likewise.
1264 * gdb.cp/try_catch.cc: Likewise.
1265 * gdb.cp/userdef.cc: Likewise.
1266 * gdb.cp/using-crash.cc: Likewise.
1267 * gdb.cp/virtfunc.cc: Likewise.
1268 * gdb.cp/virtfunc2.cc: Likewise.
1269 * gdb.dwarf2/callframecfa.S: Likewise.
1270 * gdb.dwarf2/dw2-ranges.c: Likewise.
1271 * gdb.dwarf2/dw2-ranges2.c: Likewise.
1272 * gdb.dwarf2/dw2-ranges3.c: Likewise.
1273 * gdb.dwarf2/dw2-restore.S: Likewise.
1274 * gdb.dwarf2/pieces.S: Likewise.
1275 * gdb.dwarf2/valop.S: Likewise.
1276 * gdb.java/jnpe.java: Likewise.
1277 * gdb.mi/mi-stepn.c: Likewise.
1278 * gdb.mi/mi-var-cp.cc: Likewise.
1279 * gdb.mi/mi-var-rtti.cc: Likewise.
1280 * gdb.mi/ns-stale-regcache.c: Likewise.
1281 * gdb.mi/pr11022.c: Likewise.
1282 * gdb.mi/solib-lib.c: Likewise.
1283 * gdb.mi/solib-main.c: Likewise.
1284 * gdb.python/py-arch.c: Likewise.
1285 * gdb.python/py-block.c: Likewise.
1286 * gdb.python/py-breakpoint.c: Likewise.
1287 * gdb.python/py-events.c: Likewise.
1288 * gdb.python/py-evthreads.c: Likewise.
1289 * gdb.python/py-explore.c: Likewise.
1290 * gdb.python/py-explore.cc: Likewise.
1291 * gdb.python/py-finish-breakpoint.c: Likewise.
1292 * gdb.python/py-finish-breakpoint2.cc: Likewise.
1293 * gdb.python/py-symbol.c: Likewise.
1294 * gdb.threads/execl.c: Likewise.
1295 * gdb.threads/execl1.c: Likewise.
1296
1297 2013-06-07 Will Newton <will.newton@linaro.org>
1298
1299 * gdb.base/long_long.exp: Fix ARM EABI target glob.
1300
1301 2013-06-07 Will Newton <will.newton@linaro.org>
1302
1303 * gdb.cp/annota2.exp: Add empty line between "post-prompt"
1304 and "starting".
1305
1306 2013-06-07 Will Newton <will.newton@linaro.org>
1307
1308 * gdb.cp/anon-struct.exp: Conditionalize constructor and
1309 destructor prototypes for ARM ABI.
1310 * gdb.cp/m-static.exp: Likewise.
1311
1312 2013-06-07 Yao Qi <yao@codesourcery.com>
1313
1314 * gdb.trace/mi-trace-unavailable.exp: New.
1315 * gdb.trace/trace-unavailable.c: New.
1316
1317 2013-06-06 Doug Evans <dje@google.com>
1318
1319 * gdb.cp/derivation.exp: Make tests have unique names.
1320
1321 2013-06-06 Tom Tromey <tromey@redhat.com>
1322
1323 * gdb.base/dump.exp (capture_value): Don't put expression into
1324 test name if arguments passed in.
1325 Rename a couple more tests to make them unique.
1326
1327 2013-06-06 Tom Tromey <tromey@redhat.com>
1328
1329 * gdb.base/break-always.exp: Explicitly specify test name.
1330
1331 2013-06-05 Doug Evans <dje@google.com>
1332 Keith Seitz <keiths@redhat.com>
1333
1334 * gdb.cp/derivation2.cc: New file.
1335 * gdb.cp/derivation.cc (main): Call foo2.
1336 * gdb.cp/derivation.exp: Add tests for typedefs in another
1337 file, and when there's an active block.
1338
1339 2013-06-05 Luis Machado <lgustavo@codesourcery.com>
1340
1341 * gdb.cp/virtfunc.exp (make_one_vtable_result): Handle extra output
1342 from targets that use function descriptors in the virtual tables.
1343 Handle presence of dot symbols.
1344
1345 2013-06-04 Gary Benson <gbenson@redhat.com>
1346
1347 * gdb.base/break-probes.exp: New file.
1348 * gdb.base/break-probes.c: Likewise.
1349 * gdb.base/break-probes-solib.c: Likewise.
1350 * gdb.base/info-shared.exp: New file.
1351 * gdb.base/info-shared.c: Likewise.
1352 * gdb.base/info-shared-solib1.c: Likewise.
1353 * gdb.base/info-shared-solib2.c: Likewise.
1354
1355 2013-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1356 Gary Benson <gbenson@redhat.com>
1357
1358 * lib/gdb.exp (build_executable_from_specs): Use gdb_compile_pthread,
1359 gdb_compile_shlib or gdb_compile_shlib_pthreads where appropriate.
1360 * lib/prelink-support.exp (build_executable_own_libs): Allow INTERP
1361 to be set to "no" to indicate that no ld.so copy should be made.
1362 * gdb.base/break-interp.exp (solib_bp): New constant.
1363 (reach_1): Use the above instead of "_dl_debug_state".
1364 (test_attach): Likewise.
1365 (test_ld): Likewise.
1366 * gdb.threads/dlopen-libpthread.exp: New file.
1367 * gdb.threads/dlopen-libpthread.c: Likewise.
1368 * gdb.threads/dlopen-libpthread-lib.c: Likewise.
1369 * gdb.base/solib-corrupted.exp: Disable test if GDB is using probes.
1370
1371 2013-05-30 Yao Qi <yao@codesourcery.com>
1372
1373 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
1374 Add a test that no MI notification is emitted when executing
1375 -exec-arguments.
1376
1377 2013-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1378
1379 PR testsuite/12649
1380 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf) (mi 2nd dprintf): Replace
1381 $mi_gdb_prompt expectation by mi_expect_stop.
1382 (mi 1st dprintf, agent, mi 2nd dprintf, agent)
1383 (mi info dprintf second time): Replace them by mi_send_resuming_command
1384 and mi_expect_stop.
1385
1386 2013-05-24 Gary Benson <gbenson@redhat.com>
1387
1388 * gdb.base/solib-disc.exp (exec_opts): Remove unnecesary
1389 backslash.
1390 * gdb.base/unload.exp (exec_opts): Remove two unnecessary
1391 backslashes.
1392 * gdb.base/watchpoint-solib.exp (exec_opts): Remove unnecesary
1393 backslash.
1394
1395 2013-05-24 Yao Qi <yao@codesourcery.com>
1396
1397 * gdb.trace/tfile.exp: Test inferior and thread.
1398
1399 2013-05-24 Yao Qi <yao@codesourcery.com>
1400 Pedro Alves <palves@redhat.com>
1401
1402 * gdb.base/range-stepping.exp: Skip the rest of tests if the
1403 test fails.
1404 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
1405 Return 0 if the test passes, otherwise return 1.
1406
1407 2013-05-23 Doug Evans <dje@google.com>
1408
1409 * boards/fission-dwp.exp: New file.
1410
1411 2013-05-23 Yao Qi <yao@codesourcery.com>
1412 Pedro Alves <palves@redhat.com>
1413
1414 * gdb.base/range-stepping.c: New file.
1415 * gdb.base/range-stepping.exp: New file.
1416 * gdb.trace/range-stepping.c: New file.
1417 * gdb.trace/range-stepping.exp: New file.
1418 * lib/range-stepping-support.exp: New file.
1419
1420 2013-05-22 Tom Tromey <tromey@redhat.com>
1421
1422 * gdb.cp/class2.cc (main): New local 'aref'.
1423 * gdb.cp/class2.exp: Check printing of 'aref'.
1424
1425 2013-05-22 Doug Evans <dje@google.com>
1426
1427 * gdb.threads/wp-replication.c (main): Insert some code at the start
1428 to ensure the breakpoint on main is only hit once. Fix comment.
1429
1430 2013-05-21 Keith Seitz <keiths@redhat.com>
1431 Pedro Alves <palves@redhat.com>
1432
1433 * gdb.base/filesym.exp: Use gdb_test_multiple instead of
1434 gdb_expect.
1435 Add test to flush the remaining input buffer so that this
1436 file passes testsuite/12649.
1437
1438 2013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1439
1440 * gdb.base/catch-signal-fork.exp: New file.
1441 * gdb.base/catch-signal-fork.c: New file.
1442
1443 2013-05-21 Sterling Augustine <saugustine@google.com>
1444
1445 * boards/remote-stdio-gdbserver.exp: New file.
1446
1447 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
1448
1449 PR testsuite/12649
1450 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf): Fix expect strings for
1451 racy matches.
1452
1453 2013-05-21 Christian Groessler <chris@groessler.org>
1454
1455 * gdb.dwarf2/dw2-dir-file-name.exp: Don't use brace expansion,
1456 since it's not supported in all shells.
1457
1458 2013-05-21 Hui Zhu <hui@codesourcery.com>
1459
1460 * gdb.mi/Makefile.in (PROGS): Add "mi-dprintf".
1461 * gdb.mi/mi-dprintf.exp, gdb.mi/mi-dprintf.c: New.
1462
1463 2013-05-20 Doug Evans <dje@google.com>
1464
1465 * lib/dwarf.exp (Dwarf): New variable _abbrev_section.
1466 (_handle_DW_TAG): Use it.
1467 (cu, tu): Replace parameters is_64, version, addr_size with options.
1468 All callers updated. Add Fission support.
1469 * gdb.dwarf2/implptrconst.exp: Update callers of "cu".
1470 * gdb.dwarf2/method-ptr.exp: Ditto.
1471 * gdb.dwarf2/nostaticblock.exp: Ditto.
1472 * gdb.dwarf2/subrange.exp: Ditto.
1473 * gdb.dwarf2/missing-sig-type.exp: Update callers of "cu", "tu".
1474
1475 2013-05-20 Tom Tromey <tromey@redhat.com>
1476
1477 * gdb.gdb/python-selftest.exp: New file.
1478
1479 2013-05-20 Doug Evans <dje@google.com>
1480
1481 * gdb.base/maint.exp: Fix test for "mt expand-symtabs" to account for
1482 -fdebug-types-section.
1483
1484 2013-05-20 Joel Brobecker <brobecker@adacore.com>
1485
1486 * gdb.ada/float_param: New testcase.
1487
1488 2013-05-17 Doug Evans <dje@google.com>
1489
1490 * gdb.base/maint.exp: Update test for "maint check-psymtabs".
1491 Add tests for "maint check-symtabs", "maint expand-symtabs".
1492
1493 * gdb.base/maint.exp: Remove testing of individual maint command
1494 help output.
1495
1496 2013-05-16 Pedro Alves <palves@redhat.com>
1497
1498 * gdb.ada/complete.exp (test_gdb_no_completion): Fix typo in
1499 comment. Use gdb_test_no_output.
1500
1501 2013-05-16 Joel Brobecker <brobecker@adacore.com>
1502
1503 * gdb.ada/complete.exp: Add test verifying completion using
1504 the "tab" key.
1505
1506 2013-05-15 Keith Seitz <keiths@redhat.com>
1507
1508 * gdb.base/filesym.exp: New completer test.
1509 * gdb.base/filesym.c: New file.
1510
1511 2013-05-15 Pedro Alves <palves@redhat.com>
1512
1513 * gdb.base/fixsection.c: Remove attribution.
1514 * gdb.base/watch-read.exp: Ditto.
1515
1516 2013-05-13 Tom Tromey <tromey@redhat.com>
1517
1518 * gdb.dwarf2/implptrconst.exp: Create a CU with 4 byte address
1519 size and change type sizes to 4 bytes.
1520
1521 2013-05-13 Tom Tromey <tromey@redhat.com>
1522
1523 * gdb.base/exprs.exp (test_expr): Add regression test.
1524 * gdb.base/exprs.c (null_t_struct): New global.
1525
1526 2013-05-13 Muhammad Bilal <mbilal@codesourcery.com>
1527
1528 * gdb.base/default.exp: Disable history saving.
1529 * gdb.base/setshow.exp: Likewise.
1530
1531 2013-05-10 Pedro Alves <palves@redhat.com>
1532
1533 PR remote/15455
1534
1535 * gdb.trace/qtro.c: New file.
1536 * gdb.trace/qtro.exp: New file.
1537
1538 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
1539
1540 * gdb.python/py-framefilter.py: New File.
1541 * gdb.python/py-framefilter-mi.exp: Ditto.
1542 * gdb.python/py-framefilter.c: Ditto.
1543 * gdb.python/py-framefilter-mi.exp: Ditto.
1544 * gdb.python/py-framefilter-mi.c: Ditto,
1545 * gdb.python/py-framefilter-gdb.py.in: Ditto.
1546
1547 2013-05-08 Tom Tromey <tromey@redhat.com>
1548
1549 * gdb.base/solib-search.exp: Set test name for "set
1550 solib-search-path" test.
1551
1552 2013-05-08 Hafiz Abid Qadeer <abidh@codesourcery.com>
1553
1554 * gdb.trace/circ.exp: Remove unnecessary 'if then' checks.
1555 (set_a_tracepoint): Set tracepoint before prologue.
1556 (run_trace_experiment): Test setup_tracepoints and 'break end'
1557 in it.
1558 (trace_buffer_normal): Remove.
1559 (gdb_trace_circular_tests): Remove. Move tests to...
1560 (top level): ...here. Call 'runto_main' before checking for
1561 trace support. Use commands to check the support for circular
1562 trace buffer and changing of trace buffer size. Add test
1563 to calculate size of single frame. Use this size to
1564 calculate the size of trace buffer. Use 'tfind pc func9'
1565 instead of 'tfind 9'. Use 'with_test_prefix'.
1566
1567 2013-05-07 Tom Tromey <tromey@redhat.com>
1568
1569 * lib/selftest-support.exp: New file.
1570 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
1571 do_self_tests.
1572 (setup_test, find_gdb): Remove.
1573 * gdb.gdb/observer.exp: Load selftest-support.exp. Use
1574 do_self_tests.
1575 (setup_test, find_gdb): Remove.
1576 (test_observer): Don't call setup_test. Remove argument.
1577 * gdb.gdb/selftest.exp: Load selftest-support.exp.
1578 (find_gdb): Remove.
1579 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
1580 do_self_tests.
1581 (setup_test, find_gdb): Remove.
1582 (test_with_self): Don't call setup_test. Remove argument.
1583
1584 2013-05-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
1585
1586 * gdb.arch/system-gcore.exp: Remove.
1587 * gdb.arch/gcore.c: Remove.
1588 * gdb.base/gcore.exp: Add "info reg system".
1589
1590 2013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
1591
1592 PR breakpoints/15413:
1593 * gdb.base/pending.exp: Add test for completion of the "condition"
1594 command for pending breakpoints.
1595 * gdb.linespec/linespec.ex: Add test for completion of the
1596 "condition" command when dealing with multiple locations.
1597
1598 2013-05-07 Luis Machado <lgustavo@codesourcery.com>
1599
1600 * gdb.threads/wp-replication.c: New file.
1601 * gdb.threads/wp-replication.exp: New file.
1602
1603 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
1604
1605 * gdb.xml/tdesc-regs.exp: Add case for nios2.
1606
1607 2013-05-06 Doug Evans <dje@google.com>
1608
1609 * gdb.base/solib-search-lib1.c: New file.
1610 * gdb.base/solib-search-lib2.c: New file.
1611 * gdb.base/solib-search.c: New file.
1612 * gdb.base/solib-search.h: New file.
1613 * gdb.base/solib-search.exp: New file.
1614
1615 * lib/gdb.exp (gdb_core_cmd): New function.
1616 * gdb.arch/system-gcore.exp: Use it.
1617 * gdb.arch/vsx-regs.exp: Ditto.
1618 * gdb.base/gcore.exp: Ditto.
1619 * gdb.threads/gcore-thread.exp: Ditto.
1620
1621 * gdb.reverse/shr.h: New file.
1622 * gdb.reverse/shr1.c: New file.
1623 * gdb.reverse/shr2.c: #include "shr.h".
1624 * gdb.reverse/solib-reverse.c: Remove #include <stdio.h>.
1625 #include "shr.h". Replace calls to printf,sleep to call shr1 instead.
1626 * gdb.reverse/solib-precsave.exp: Build shr2.sl.
1627 Update tests using sleep/printf to use shr2.sl instead.
1628 * gdb.reverse/solib-reverse.exp: Ditto.
1629
1630 2013-05-06 Tom Tromey <tromey@redhat.com>
1631
1632 * gdb.dwarf2/implptrconst.c: New file.
1633 * gdb.dwarf2/implptrconst.exp: New file.
1634 * lib/dwarf.exp (Dwarf::_nz_quote): New proc.
1635 (Dwarf::_handle_DW_FORM): Handle DW_FORM_block1.
1636 (Dwarf::_location): Handle DW_OP_GNU_implicit_pointer.
1637
1638 2013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1639
1640 * gdb.base/catch-sig.c (main): Raise SIGINT.
1641 * gdb.base/catch-sig.exp: Test "catch signal SIGINT".
1642
1643 2013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
1644
1645 * status-stop.exp (test_tstart_tstart): Check for error
1646 returned by the second 'tstart' command.
1647
1648 2013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
1649
1650 * gdb.xml/maint_print_struct.exp: New file.
1651 * gdb.xml/maint_print_struct.xml: New file.
1652
1653 2013-04-25 Tom Tromey <tromey@redhat.com>
1654
1655 * gdb.dwarf2/nostaticblock.exp: New file.
1656
1657 2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
1658
1659 PR gdb/10462
1660 * gdb.base/setshow.exp: Add test case.
1661
1662 2013-04-23 Hui Zhu <hui@codesourcery.com>
1663
1664 PR gdb/15293
1665 * gdb.base/dprintf.exp: Add ignore command.
1666
1667 2013-04-23 Hui Zhu <hui@codesourcery.com>
1668
1669 PR gdb/15165
1670 * gdb.base/save-bp.exp: Add test for dprintf.
1671
1672 2013-04-22 Tom Tromey <tromey@redhat.com>
1673
1674 * gdb.gdb/selftest.exp (do_steps_and_nexts): Check for
1675 notice_open_fds.
1676
1677 2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
1678
1679 * gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by
1680 ldflags.
1681
1682 2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
1683
1684 * gdb.arch/arm-bl-branch-dest.c: New file.
1685 * gdb.arch/arm-bl-branch-dest.exp: Likewise.
1686
1687 2013-04-19 Vladimir Kargov <kargov@gmail.com>
1688 Pedro Alves <palves@redhat.com>
1689
1690 * gdb.arch/i386-float.S: New file.
1691 * gdb.arch/i386-float.exp: New file.
1692
1693 2013-04-18 Luis Machado <lgustavo@codesourcery.com>
1694
1695 * gdb.mi/mi-var-create-rtti.exp: Create a variable of
1696 type void *.
1697
1698 2013-04-17 Doug Evans <dje@google.com>
1699
1700 * lib/dwarf.exp (Dwarf): New proc "tu".
1701 * gdb.dwarf2/missing-sig-type.exp: New file.
1702
1703 2013-04-15 Siva Chandra Reddy <sivachandra@google.com>
1704
1705 Add option to link testcases with Pthreads library when
1706 using 'prepare_for_testing' in tests.
1707
1708 * lib/gdb.exp (build_executable_from_specs): Use
1709 gdb_compile_pthreads to compile if option "pthreads" is
1710 specified.
1711
1712 2013-04-15 Tom Tromey <tromey@redhat.com>
1713
1714 * gdb.cp/exceptprint.exp: Add regexp catchpoint tests.
1715
1716 2013-04-15 Tom Tromey <tromey@redhat.com>
1717
1718 * gdb.base/default.exp: Update for $_exception.
1719 * gdb.cp/exceptprint.cc: New file.
1720 * gdb.cp/exceptprint.exp: New file.
1721 * lib/gdb.exp (skip_libstdcxx_probe_tests): New proc.
1722
1723 2013-04-15 Tom Tromey <tromey@redhat.com>
1724
1725 * gdb.cp/typeid.cc: New file.
1726 * gdb.cp/typeid.exp: New file.
1727
1728 2013-04-15 Tom Tromey <tromey@redhat.com>
1729
1730 * gdb.cp/exception.exp: Add "catch rethrow" tests.
1731
1732 2013-04-13 Yao Qi <yao@codesourcery.com>
1733
1734 * gdb.base/completion.exp: Test completion of command
1735 'target ctf' if target ctf is supported.
1736
1737 2013-04-10 Pedro Alves <palves@redhat.com>
1738
1739 * gdb.base/completion.exp: Test "set height", "set listsize" and
1740 "set trace-buffer-size" completion.
1741 * gdb.base/setshow.exp: Test "set height unlimited".
1742 * gdb.trace/trace-buffer-size.exp: Test "set trace-buffer-size
1743 unlimited".
1744
1745 2013-04-10 Yao Qi <yao@codesourcery.com>
1746
1747 * gdb.trace/actions.exp: Save trace data to CTF.
1748 Change to ctf target if GDB supports, read CTF data in ctf
1749 target, and check the actions of tracepoints.
1750 * gdb.trace/while-stepping.exp: Likewise.
1751 * gdb.trace/report.exp: Test GDB saves trace data to CTF
1752 format and read CTF trace file if GDB supports.
1753 * gdb.trace/tstatus.exp: Save trace data to CTF. If ctf
1754 target is supported, change to ctf target, read trace data and
1755 check output of command "tstatus".
1756 * gdb.trace/tsv.exp: Save trace frame to CTF. If GDB supports,
1757 read CTF data by target ctf and call check_tsv.
1758
1759 2013-04-10 Yao Qi <yao@codesourcery.com>
1760
1761 * gdb.trace/actions.exp (check_tracepoint): New.
1762 (top level): Start the tracing and check the actions of
1763 tracepoints. Save trace data to tfile format. Restart GDB
1764 and read trace file in tfile target. Check the actions of
1765 tracepoints again.
1766 * gdb.trace/while-stepping.exp: Likewise.
1767
1768 2013-04-10 Yao Qi <yao@codesourcery.com>
1769
1770 * gdb.trace/report.exp: Use standard_output_file for saved
1771 trace file.
1772
1773 2013-04-10 Hui Zhu <hui@codesourcery.com>
1774
1775 * gdb.base/Makefile.in (EXECUTABLES): Add dprintf-pending.
1776 (MISCELLANEOUS): Add dprintf-pendshr.sl.
1777 * gdb.base/dprintf-pending.c, gdb.base/dprintf-pending.exp: New.
1778
1779 2013-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
1780
1781 * gdb.server/server-kill.exp (tstatus): Permit also ECONNRESET
1782 response.
1783
1784 2013-04-08 Pedro Alves <palves@redhat.com>
1785
1786 * gdb.mi/mi-break.exp (test_error): Add tests with garbage after
1787 the location.
1788
1789 2013-04-04 Sandra Loosemore <sandra@codesourcery.com>
1790
1791 * gdb.cp/cplabel.exp: Allow empty directory in file reported
1792 for breakpoint location.
1793
1794 2013-04-04 Sandra Loosemore <sandra@codesourcery.com>
1795
1796 * gdb.linespec/linespec.exp: Make dir/file:line tests
1797 conditional for non-remote hosts only.
1798
1799 2013-04-04 Stan Shebs <stan@codesourcery.com>
1800 Pedro Alves <palves@redhat.com>
1801
1802 * gdb.trace/Makefile.in (PROGS): Add actions-changed.
1803 * gdb.trace/actions-changed.c: New file.
1804 * gdb.trace/actions-changed.exp: New file.
1805 * lib/trace-support.exp (gdb_trace_setactions): Rename to ...
1806 (gdb_trace_setactions_command): ... this. Add "actions_command"
1807 parameter, and handle it.
1808 (gdb_trace_setactions, gdb_trace_setcommands): New procedures.
1809
1810 2013-04-04 Yao Qi <yao@codesourcery.com>
1811
1812 * gdb.server/server-kill.exp: Use command 'tstatus' instead of
1813 'step'.
1814
1815 2013-04-03 Yao Qi <yao@codesourcery.com>
1816
1817 * gdb.trace/mi-traceframe-changed.exp: Update tfile name to
1818 "tfile-basic.tf".
1819 (test_tfind_tfile): Likewise.
1820
1821 2013-04-03 Yao Qi <yao@codesourcery.com>
1822
1823 * gdb.trace/tfile.c (write_basic_trace_file): Pass argument
1824 "tfile-basic.tf" instead of "basic.tf".
1825 (write_error_trace_file): Pass argument "tfile-error.tf"
1826 instead of "error.tf".
1827 * gdb.trace/tfile.exp: Update tfile names to
1828 "tfile-basic.tf" and "tfile-error.tf".
1829
1830 2013-04-02 Sandra Loosemore <sandra@codesourcery.com>
1831
1832 * gdb.cp/ovsrch.exp (test_class): Correct regexp to allow
1833 empty directory in file for breakpoint hit.
1834
1835 2013-03-29 Yao Qi <yao@codesourcery.com>
1836
1837 * gdb.base/completion.exp: Test completion of commands
1838 "target core", "target tfile" and "target exec".
1839 * gdb.trace/tfile.exp: Test completion of command
1840 "target tfile".
1841
1842 2013-03-28 Joel Brobecker <brobecker@adacore.com>
1843
1844 * gdb.ada/win_fu_syms: New testcase.
1845
1846 2013-03-28 Doug Evans <dje@google.com>
1847
1848 * gdb.base/maint.exp (maint print statistics): Update expected output.
1849
1850 2013-03-28 Pedro Alves <palves@redhat.com>
1851
1852 PR gdb/15294
1853
1854 * gdb.base/list.exp (set_listsize): Adjust to accept $arg == 0 to
1855 mean unlimited instead of $arg < 0.
1856 (test_listsize): Remove "listsize of 0 suppresses output" test.
1857 Test that "set listsize 0" ends up with an unlimited listsize.
1858
1859 2013-03-28 Pedro Alves <palves@redhat.com>
1860
1861 * gdb.base/list.exp (last_line): New global.
1862 (last_line_re): New global.
1863 (test_listsize, test_list_function, test_list_forward)
1864 (test_repeat_list_command, test_list_range)
1865 (test_list_filename_and_function): Use them.
1866 * gdb.base/list0.c: Comment the last line of the file with "last
1867 line".
1868
1869 2013-03-28 Pedro Alves <palves@redhat.com>
1870
1871 * gdb.base/list.exp (test_listsize): Adjust test to make sure we
1872 list the whole file.
1873
1874 2013-03-28 Pedro Alves <palves@redhat.com>
1875
1876 * gdb.base/list.exp (set_listsize): Use gdb_test_no_output for
1877 "set listsize".
1878
1879 2013-03-26 Keith Seitz <keiths@redhat.com>
1880
1881 * gdb.base/dprintf.exp: Fix typo preventing "dprintf info 2"
1882 from passing.
1883
1884 2013-03-26 Pedro Alves <palves@redhat.com>
1885
1886 * lib/gdb.exp (skip_btrace_tests): Delay deleting the source file
1887 until after GDB has run.
1888
1889 2013-03-26 Yao Qi <yao@codesourcery.com>
1890
1891 * gdb.trace/actions.c, gdb.trace/circ.c: Add license header.
1892 * gdb.trace/collection.c, gdb.trace/tfile.c: Likewise.
1893
1894 2013-03-26 Markus Metzger <markus.t.metzger@intel.com>
1895
1896 * gdb.btrace/enable.exp: Add regression test.
1897
1898 2013-03-25 Tom Tromey <tromey@redhat.com>
1899
1900 * gdb.cp/m-static.exp: Add destructor-printing tests.
1901
1902 2013-03-25 Tom Tromey <tromey@redhat.com>
1903
1904 * gdb.cp/m-static.exp: Add constructor ptype tests.
1905 * gdb.cp/m-static.cc (single_constructor): New class.
1906 (main): Make instance of single_constructor.
1907
1908 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1909 Pedro Alves <palves@redhat.com>
1910
1911 * gdb.server/server-kill.c: New file.
1912 * gdb.server/server-kill.exp: New file.
1913
1914 2013-03-21 Pedro Alves <palves@redhat.com>
1915
1916 * gdb.trace/trace-buffer-size.exp (get default buffer size):
1917 Expect $gdb_prompt in gdb_test_multiple.
1918
1919 2013-03-21 Doug Evans <dje@google.com>
1920
1921 * gdb.base/maint.exp: Update tests for per-command stats.
1922
1923 2013-03-21 Tom Tromey <tromey@redhat.com>
1924
1925 * gdb.cp/cpexprs.exp: Add test for FILENAME:: case.
1926 * gdb.cp/misc.exp: Add test for FILENAME:: case.
1927
1928 2013-03-20 Pedro Alves <palves@redhat.com>
1929
1930 PR gdb/15289
1931
1932 * gdb.base/remote.exp: Test
1933 "set remote hardware-watchpoint-limit -1",
1934 "set remote hardware-breakpoint-limit -1",
1935 "set remote hardware-watchpoint-limit 2147483647" and
1936 "set remote hardware-breakpoint-limit 2147483647".
1937
1938 2013-03-20 Pedro Alves <palves@redhat.com>
1939 Yao Qi <yao@codesourcery.com>
1940
1941 * gdb.trace/tfile.c: Add comments.
1942 (nonconstglob): New global.
1943 * gdb.trace/tfile.exp: Add comments. Test printing a non-const
1944 global that is not covered by the trace frame. Test
1945 disassembling.
1946
1947 2013-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
1948
1949 * gdb.base/valgrind-infcall.exp
1950 (continue #$continue_count) <remote connection closed>
1951 (continue #$continue_count) <valgrind vgdb has terminated>: Add kill of
1952 $valgrind_pid.
1953
1954 2013-03-15 Tom Tromey <tromey@redhat.com>
1955
1956 * gdb.cp/overload.cc (intintfunc): New.
1957 * gdb.cp/overload.exp: Add regression test.
1958
1959 2013-03-15 Yao Qi <yao@codesourcery.com>
1960
1961 * gdb.threads/non-ldr-exc-1.exp (do_test): Fix the indent of
1962 using with_test_prefix.
1963 * gdb.threads/non-ldr-exc-2.exp (do_test): Likewise.
1964 * gdb.threads/non-ldr-exc-3.exp (do_test): Likewise.
1965 * gdb.threads/non-ldr-exc-4.exp (do_test): Likewise.
1966 * gdb.threads/watchpoint-fork.exp (test): Likewise.
1967 * gdb.base/break-interp.exp (test_core): Likewise.
1968 (test_attach_gdb): Likewise.
1969 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
1970 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
1971 Likewise.
1972 * gdb.base/jit-so.exp (one_jit_test): Likewise.
1973 * gdb.base/jit.exp (one_jit_test): Likewise.
1974 * gdb.base/sepdebug.exp (test_different_dir): Likewise.
1975 * gdb.dwarf2/dw2-dir-file-name.exp (test): Likewise.
1976 * gdb.dwarf2/dw2-noloc.exp (file_symbols): Likewise.
1977 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved):
1978 Likewise.
1979 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
1980 Likewise.
1981 * gdb.mi/mi-watch.exp test_watchpoint_all): Likewise.
1982 * gdb.mi/pr11022.exp (test_memory_changed_observer): Likewise.
1983 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Likewise.
1984 (tracepoint_change_loc_2): Likewise.
1985 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
1986 Likewise.
1987 (disconnected_tfind): Likewise.
1988 * gdb.trace/mi-traceframe-changed.exp (test_tfind_tfile):
1989 Likewise.
1990 (test_tfind_remote): Likewise.
1991 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect):
1992 Likewise.
1993 (test_pending_resolved): Likewise.
1994 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
1995 Likewise.
1996 (test_upload_tsv): Likewise.
1997 * gdb.trace/pending.exp (pending_tracepoint_resolved):
1998 Likewise.
1999 (pending_tracepoint_works): Likewise.
2000 * gdb.trace/report.exp (use_collected_data): Likewise.
2001 * gdb.trace/status-stop.exp (test_tstart_tstop_tstart):
2002 Likewise.
2003 (test_tstart_tstart, test_buffer_full_tstart): Likewise.
2004 * gdb.trace/strace.exp (strace_info_marker): Likewise.
2005 (strace_trace_on_same_addr): Likewise.
2006 (strace_trace_on_diff_addr): Likewise.
2007 * gdb.trace/unavailable.exp (gdb_collect_args_test): Likewise.
2008 (gdb_collect_locals_test): Likewise.
2009 (gdb_unavailable_registers_test): Likewise.
2010 (gdb_collect_globals_test): Likewise.
2011
2012 2013-03-15 Yao Qi <yao@codesourcery.com>
2013
2014 * gdb.base/condbreak.exp: Add semicolon back which was removed
2015 by my previous commit.
2016
2017 2013-03-14 Yao Qi <yao@codesourcery.com>
2018
2019 * config/monitor.exp (gdb_target_cmd): Remove semicolon after
2020 'return'.
2021 (gdb_target_monitor, gdb_load): Likewise.
2022 * config/sid.exp (gdb_load): Likewise.
2023 * config/slite.exp (gdb_load): Likewise.
2024 * config/vx.exp (gdb_start, spawn_vxgdb): Likewise.
2025 * gdb.ada/arrayidx.exp, gdb.ada/null_array.exp: Likewise.
2026 * gdb.arch/mips-octeon-bbit.exp (single_step): Likewise.
2027 (single_step_until): Likewise.
2028 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2029 * gdb.arch/system-gcore.exp: Likewise.
2030 * gdb.base/bigcore.exp (extract_heap): Likewise.
2031 * gdb.base/break-on-linker-gcd-function.exp: Likewise.
2032 * gdb.base/call-ar-st.exp: Likewise.
2033 * gdb.base/call-rt-st.exp: Likewise.
2034 * gdb.base/call-sc.exp, gdb.base/call-strs.exp: Likewise.
2035 * gdb.base/callfuncs.exp, gdb.base/completion.exp: Likewise.
2036 * gdb.base/condbreak.exp, gdb.base/constvars.exp: Likewise.
2037 * gdb.base/corefile.exp: Likewise.
2038 * gdb.base/dbx.exp (gdb_file_cmd): Likewise.
2039 * gdb.base/exprs.exp, gdb.base/fileio.exp: Likewise.
2040 * gdb.base/fixsection.exp: Likewise.
2041 * gdb.base/funcargs.exp: Likewise.
2042 * gdb.base/gcore-buffer-overflow.exp: Likewise.
2043 * gdb.base/gcore-relro.exp: Likewise.
2044 * gdb.base/gcore.exp, gdb.base/gdb11530.exp: Likewise.
2045 * gdb.base/gdb11531.exp, gdb.base/gnu-ifunc.exp: Likewise.
2046 * gdb.base/info-os.exp, gdb.base/info-proc.exp: Likewise.
2047 * gdb.base/interp.exp, gdb.base/langs.exp:: Likewise.
2048 * gdb.base/list.exp: Likewise.
2049 (set_listsize): Likewise.
2050 * gdb.base/logical.exp, gdb.base/mips_pro.exp: Likewise.
2051 * gdb.base/miscexprs.exp, gdb.base/nodebug.exp: Likewise.
2052 * gdb.base/opaque.exp, gdb.base/pointers.exp: Likewise.
2053 * gdb.base/psymtab.exp, gdb.base/ptype.exp: Likewise.
2054 * gdb.base/relational.exp, gdb.base/scope.exp: Likewise.
2055 * gdb.base/setvar.exp: Likewise.
2056 (test_set): Likewise.
2057 * gdb.base/signals.exp, gdb.base/sizeof.exp: Likewise.
2058 * gdb.base/solib-overlap.exp: Likewise.
2059 * gdb.base/store.exp, gdb.base/structs.exp: Likewise.
2060 * gdb.base/structs2.exp, gdb.base/volatile.exp: Likewise.
2061 * gdb.base/watchpoint.exp (initialize): Likewise.
2062 (test_simple_watchpoint): Likewise.
2063 (test_disabling_watchpoints): Likewise.
2064 (test_watchpoint_triggered_in_syscall): Likewise.
2065 * gdb.base/whatis.exp, gdb.cp/ambiguous.exp: Likewise.
2066 * gdb.cp/casts.exp, gdb.cp/ctti.exp: Likewise.
2067 * gdb.cp/namespace.exp, gdb.cp/nsdecl.exp: Likewise.
2068 * gdb.cp/psmang.exp, gdb.dwarf2/dw2-ranges.exp: Likewise.
2069 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
2070 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
2071 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2072 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
2073 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
2074 * gdb.hp/gdb.compat/xdb2.exp: Likewise.
2075 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
2076 * gdb.hp/gdb.defects/bs14602.exp: Likewise.
2077 * gdb.hp/gdb.defects/solib-d.exp: Likewise.
2078 * gdb.mi/gdb792.exp: Likewise.
2079 * gdb.mi/mi-inheritance-syntax-error.exp: Likewise.
2080 * gdb.mi/mi-logging.exp, gdb.mi/mi-var-cp.exp : Likewise.
2081 * gdb.mi/mi-var-rtti.exp, gdb.python/py-type.exp: Likewise.
2082 * gdb.threads/gcore-thread.exp: Likewise.
2083 (load_core): Likewise.
2084 * gdb.threads/pthreads.exp (all_threads_running): Likewise.
2085 (test_startup, check_control_c): Likewise.
2086 * gdb.threads/sigstep-threads.exp: Likewise.
2087 * gdb.threads/thread_check.exp: Likewise.
2088 * gdb.trace/backtrace.exp, gdb.trace/change-loc.exp: Likewise.
2089 * gdb.trace/circ.exp (run_trace_experiment): Likewise.
2090 (set_a_tracepoint, trace_buffer_normal): Likewise.
2091 (gdb_trace_circular_tests): Likewise.
2092 * gdb.trace/collection.exp: Likewise.
2093 * gdb.trace/disconnected-tracing.exp: Likewise.
2094 * gdb.trace/infotrace.exp: Likewise.
2095 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2096 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
2097 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv): Likewise.
2098 * gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp: Likewise.
2099 * gdb.trace/pending.exp, gdb.trace/report.exp: Likewise.
2100 * gdb.trace/stap-trace.exp: Likewise.
2101 * gdb.trace/status-stop.exp,gdb.trace/strace.exp: Likewise.
2102 * gdb.trace/tfind.exp, gdb.trace/trace-break.exp: Likewise.
2103 * gdb.trace/trace-buffer-size.exp: Likewise.
2104 * gdb.trace/tspeed.exp, gdb.trace/tsv.exp: Likewise.
2105 * gdb.trace/unavailable.exp: Likewise.
2106 * gdb.trace/while-dyn.exp: Likewise.
2107 * lib/fortran.exp (set_lang_fortran): Likewise.
2108 * lib/gdb.exp (default_gdb_version, gdb_start_cmd): Likewise.
2109 (gdb_breakpoint, gdb_reinitialize_dir): Likewise.
2110 (default_gdb_start, get_compiler_info): Likewise.
2111 (gdb_compile, gdb_compile_objc, gdb_reload, gdb_init): Likewise.
2112 (get_debug_format, setup_xfail_format): Likewise.
2113 (rerun_to_main, gdb_skip_float_test): Likewise.
2114 (build_id_debug_filename_get, get_remotetimeout): Likewise.
2115 * lib/java.exp (set_lang_java): Likewise.
2116 * lib/mi-support.exp (default_mi_gdb_start): Likewise.
2117 (mi_gdb_reinitialize_dir, mi_gdb_target_cmd): Likewise.
2118 (mi_gdb_file_cmd, mi_gdb_test): Likewise.
2119 (mi_run_cmd_full, mi_expect_interrupt): Likewise.
2120 * lib/objc.exp (set_lang_objc): Likewise.
2121 * lib/pascal.exp (set_lang_pascal): Likewise.
2122 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
2123 * lib/trace-support.exp (gdb_trace_setactions, gdb_tfind_test): Likewise.
2124 (gdb_readexpr, gdb_gettpnum, gdb_find_recursion_test_baseline): Likewise.
2125
2126 2013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
2127
2128 PR c++/15203
2129 PR c++/15210
2130 * gdb.cp/m-static.cc (keepalive_int): New function.
2131 (gnu_obj_1::method): New variable `sintvar', call `keepalive_int'.
2132 * gdb.cp/m-static.exp: New test for `sintvar'.
2133
2134 2013-03-14 Yao Qi <yao@codesourcery.com>
2135
2136 * gdb.trace/tstatus.exp (run_trace_experiment): Save the output
2137 of 'tstatus' into tstatus_output.
2138 (top level): Save the trace data to tfile. Read trace file in
2139 tfile target. Check the trace status.
2140
2141 2013-03-13 Yao Qi <yao@codesourcery.com>
2142
2143 * gdb.trace/tsv.exp (check_tsv): New.
2144 (top level): Save a tfile on current trace session. Call
2145 check_tsv on live target. Load the tfile with target tfile
2146 and call check_tsv again.
2147
2148 2013-03-13 Yao Qi <yao@codesourcery.com>
2149
2150 * gdb.trace/tsv.exp: Remove code unrelated to testing TSV.
2151 Replace some "gdb_test" with "gdb_test_no_output".
2152
2153 2013-03-12 Paul Hilfinger <hilfingr@adacore.com>
2154
2155 * gdb.ada/expr_delims.exp: New file.
2156 * gdb.ada/expr_delims/foo.adb: New file.
2157 * gdb.ada/expr_delims/pck.ads: New file.
2158 * gdb.ada/expr_delims/pck.adb: New file.
2159
2160 2013-03-11 Keith Seitz <keiths@redhat.com>
2161
2162 * watchpoint.exp (test_no_hw_watchpoints): Add test using
2163 both condition and thread. Then delete the watchpoint.
2164
2165 2013-03-11 Christian Himpel <christian.himpel@intel.com>
2166
2167 * Makefile.in: Add btrace testsuite.
2168 * configure: Regenerated.
2169 * configure.ac: Add btrace testsuite.
2170 * gdb.btrace/Makefile.in: New file.
2171 * gdb.btrace/enable.c: New file.
2172 * gdb.btrace/enable.exp: New file.
2173 * gdb.btrace/function_call_history.c: New file.
2174 * gdb.btrace/function_call_history.exp: New file.
2175 * gdb.btrace/instruction_history.c: New file.
2176 * gdb.btrace/instruction_history.exp: New file.
2177 * gdb.btrace/instruction_history.S: New file.
2178 * lib/gdb.exp: Add btrace skip proc.
2179
2180 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2181
2182 Fix entry-values if the callee called a noreturn function.
2183 * gdb.arch/amd64-tailcall-noret.S: New file.
2184 * gdb.arch/amd64-tailcall-noret.c: New file.
2185 * gdb.arch/amd64-tailcall-noret.exp: New file.
2186
2187 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2188
2189 Fix entry-values in C++ across CUs.
2190 * gdb.arch/amd64-tailcall-cxx.exp: New file.
2191 * gdb.arch/amd64-tailcall-cxx1.S: New file.
2192 * gdb.arch/amd64-tailcall-cxx1.cc: New file.
2193 * gdb.arch/amd64-tailcall-cxx2.S: New file.
2194 * gdb.arch/amd64-tailcall-cxx2.cc: New file.
2195
2196 2013-03-08 Stan Shebs <stan@codesourcery.com>
2197 Hafiz Abid Qadeer <abidh@codesourcery.com>
2198
2199 gdb/testsuite/
2200 * gdb.trace/trace-buffer-size.exp: New file.
2201 * gdb.trace/trace-buffer-size.c: New file.
2202
2203 2013-03-06 Pedro Alves <palves@redhat.com>
2204
2205 * gdb.trace/tstatus.exp (run_trace_experiment): When the target
2206 doesn't support the tested optional feature, call "unsupported"
2207 with the same test message as the "pass" case, instead of calling
2208 "pass" with a different message. Use the same text for the "fail"
2209 cases too.
2210
2211 2013-03-06 Yao Qi <yao@codesourcery.com>
2212
2213 * gdb.trace/tstatus.exp: Remove the invocation of
2214 gdb_load_shlibs, gdb_compile, clean_restart and runto_main.
2215 (test_tracepoints): Don't set fast tracepoint.
2216 (top level): Don't check agent library is loaded or not.
2217
2218 2013-03-06 Yao Qi <yao@codesourcery.com>
2219
2220 * gdb.trace/tstatus.exp (run_trace_experiment): Escape
2221 parentheses by "\\".
2222
2223 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2224
2225 * gdb.linespec/base/one/thefile.cc (twodup): New.
2226 (m): Call it.
2227 * gdb.linespec/base/two/thefile.cc (dupname): New.
2228 (n): Call it.
2229 * gdb.linespec/break-ask.exp: New file.
2230 * gdb.linespec/lspec.cc (body_elsewhere): New comment marker.
2231
2232 2013-02-28 Yao Qi <yao@codesourcery.com>
2233
2234 * gdb.trace/report.exp: Move some code to ...
2235 (use_collected_data): New.
2236 (top level): Call use_collected_data once on the live target.
2237 Save at file of the current trace session, load it with target
2238 tfile, and call use_collected_data again.
2239
2240 2013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2241
2242 * gdb.threads/fork-thread-pending.c (main): Add alarm.
2243
2244 2013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
2245
2246 * gdb.base/valgrind-infcall.exp (valgrind_pid): New variable.
2247 Add final kill of ${valgrind_pid}.
2248
2249 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
2250
2251 * gdb.python/py-arch.c: New test case
2252 * gdb.python/py-arch.exp: New tests to test
2253 gdb.Architecture.disassemble
2254 * gdb.python/Makefile.in: Add py-arch to the list of
2255 EXECUTABLES.
2256
2257 2013-02-18 Tom Tromey <tromey@redhat.com>
2258
2259 * gdb.dwarf2/subrange.exp: New file.
2260
2261 2013-02-15 Pedro Alves <pedro@codesourcery.com>
2262 Hafiz Abid Qadeer <abidh@codesourcery.com>
2263
2264 * gdb.trace/tfile.exp: Add test for -trace-status command.
2265
2266 2013-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
2267
2268 * gdb.threads/pthread_cond_wait.c (main): Remove variable ts. Replace
2269 nanosleep by sleep.
2270
2271 2013-02-14 Pedro Alves <palves@redhat.com>
2272
2273 * gdb.cp/userdef.exp (ptype &*c): Don't expect an &.
2274
2275 2013-02-14 Pedro Alves <pedro@codesourcery.com>
2276 Hafiz Abid Qadeer <abidh@codesourcery.com>
2277
2278 * gdb.trace/tsv.exp: Adjust tests, and add a few more.
2279
2280 2013-02-12 Tom Tromey <tromey@redhat.com>
2281
2282 * gdb.cp/m-static.cc (gnu_obj_1::~gnu_obj_1): New destructor.
2283 * gdb.cp/m-static.exp: Add tests to print quoted destructor.
2284
2285 2013-02-12 Pedro Alves <palves@redhat.com>
2286
2287 * gdb.base/catch-signal.c: Update copyright years.
2288 * gdb.base/catch-signal.exp: Update copyright years.
2289 * gdb.dwarf2/dw2-dir-file-name.c: Update copyright years.
2290 * gdb.dwarf2/dw2-dir-file-name.exp: Update copyright years.
2291 * gdb.dwarf2/dw2-empty-pc-range.S: Update copyright years.
2292 * gdb.dwarf2/dw2-error.S: Update copyright years.
2293 * gdb.dwarf2/dw2-error.c: Update copyright years.
2294 * gdb.dwarf2/dw2-restrict.S: Update copyright years.
2295 * gdb.dwarf2/dw2-restrict.c: Update copyright years.
2296 * gdb.dwarf2/dw2-restrict.exp: Update copyright years.
2297
2298 2013-02-12 Pedro Alves <palves@redhat.com>
2299
2300 * gdb.base/catch-signal.exp: Correct test file name in "Skipping"
2301 message.
2302 * gdb.base/sigaltstack.exp: Ditto.
2303 * gdb.base/siginfo.exp: Ditto.
2304 * gdb.base/sizeof.exp: Ditto.
2305
2306 2013-02-12 Pedro Alves <palves@redhat.com>
2307
2308 * gdb.mi/mi-basics.exp: Tweak intro comment.
2309 * gdb.mi/mi-break.exp: Tweak intro comment.
2310 * gdb.mi/mi-console.exp: Tweak intro comment.
2311 * gdb.mi/mi-file.exp: Tweak intro comment.
2312 * gdb.mi/mi-read-memory.exp: Tweak intro comment.
2313 * gdb.mi/mi-return.exp: Tweak intro comment.
2314 * gdb.mi/mi-stepi.exp: Tweak intro comment.
2315 * gdb.mi/mi-until.exp: Tweak intro comment.
2316 * gdb.mi/mi-watch.exp: Tweak intro comment.
2317
2318 2013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
2319
2320 * gdb.server/no-thread-db.exp: New file.
2321 * gdb.server/no-thread-db.c: New file.
2322 * gdb.server/Makefile.in (EXECUTABLES): Add no-thread-db.
2323
2324 2013-02-11 Doug Evans <dje@google.com>
2325
2326 * gdb.base/printcmds.exp (test_printf_with_dfp): Add test for printing
2327 two decfloats.
2328
2329 2013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2330
2331 * gdb.base/bitfields.c (struct internalvartest): New declaration.
2332 * gdb.base/bitfields.exp (bitfield_internalvar): New function.
2333
2334 2013-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
2335
2336 * gdb.python/py-prompt.exp: Add to the end a kill of $testpid.
2337
2338 2013-02-06 Yao Qi <yao@codesourcery.com>
2339
2340 * gdb.trace/mi-tsv-changed.exp (test_create_delete_tsv): Rename
2341 to ...
2342 (test_create_delete_modify_tsv): ... here. New test on modifying
2343 the initial value of a tsv.
2344
2345 2013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2346
2347 * gdb.dwarf2/dw2-dir-file-name.exp (cd ${srcabsdir}/rdir): Rename to ...
2348 (cd .../rdir): ... here.
2349
2350 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2351
2352 * gdb.linespec/base/one/header.h: New file.
2353 * gdb.linespec/base/two/header.h: New file.
2354 * gdb.linespec/macro-relative.c: New file.
2355 * gdb.linespec/macro-relative.exp: New file.
2356
2357 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2358
2359 * gdb.base/fullpath-expand-func.c: New file.
2360 * gdb.base/fullpath-expand.c: New file.
2361 * gdb.base/fullpath-expand.exp: New file.
2362 * gdb.base/realname-expand-real.c: New file.
2363 * gdb.base/realname-expand.c: New file.
2364 * gdb.base/realname-expand.exp: New file.
2365
2366 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2367
2368 * gdb.dwarf2/dw2-dir-file-name.exp: New file.
2369 * gdb.dwarf2/dw2-dir-file-name.c: New file.
2370
2371 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2372
2373 * gdb.mi/mi-fullname-deleted.exp: Use double last slash for $srcfileabs.
2374 (compare_filenames_for_search does not match)
2375 (compare_filenames_for_search does match): New tests.
2376
2377 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
2378
2379 * gdb.gdb/xfullpath.exp: Replace xfullpath calls by gdb_realpath calls.
2380
2381 2013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2382
2383 * lib/java.exp (compile_java_from_source): Initialize ARGS as a list.
2384
2385 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2386
2387 * gdb.base/gnu-debugdata.exp): Create ${binfile}.debug,
2388 ${binfile}.mini_debuginfo-debuglink, add -k to xz, use now
2389 ${binfile}.mini_debuginfo-debuglink and
2390 ${binfile}.mini_debuginfo-debuglink.xz.
2391
2392 2013-02-01 Tom Tromey <tromey@redhat.com>
2393
2394 * gdb.dwarf2/method-ptr.exp: Use correct form for non-string
2395 attributes.
2396
2397 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
2398 Tom Tromey <tromey@redhat.com>
2399
2400 * gdb.dwarf2/method-ptr.exp: Link with c++.
2401 * lib/dwarf.exp (Dwarf::assemble): Declare _cu_count.
2402
2403 2013-01-31 Tom Tromey <tromey@redhat.com>
2404
2405 * gdb.base/jit.exp (compile_jit_test): New proc.
2406 Add PIE tests.
2407
2408 2013-01-31 Tom Tromey <tromey@redhat.com>
2409
2410 * gdb.dwarf2/method-ptr.cc: New file.
2411 * gdb.dwarf2/method-ptr.exp: New file.
2412
2413 2013-01-31 Tom Tromey <tromey@redhat.com>
2414
2415 * lib/dwarf.exp (namespace Dwarf): New.
2416
2417 2013-01-29 Tom Tromey <tromey@redhat.com>
2418
2419 * gdb.dwarf2/fission-reread.exp: Add unload test.
2420
2421 2013-01-28 Doug Evans <dje@google.com>
2422
2423 * gdb.dwarf2/fission-loclists.exp: New file.
2424 * gdb.dwarf2/fission-loclists.S: New file.
2425
2426 2013-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2427
2428 Code cleanup.
2429 * gdb.base/restore.exp: Replace gdb_compile, gdb_exit, gdb_start,
2430 gdb_reinitialize_dir and gdb_load by standard_testfile, set executable
2431 and prepare_for_testing.
2432 * gdb.base/store.exp: Likewise.
2433
2434 2013-01-25 Tom Tromey <tromey@redhat.com>
2435
2436 * gdb.python/py-explore.exp: Expect the gdb prompt.
2437
2438 2013-01-25 Andrew Burgess <aburgess@broadcom.com>
2439
2440 * gdb.base/gnu_vector.c: New variable for use in tests.
2441 * gdb.base/gnu_vector.exp: Update and extend tests to reflect
2442 changes in scalar to vector casting and widening.
2443 * gdb.python/py-type.c: New variables for use in tests.
2444 * gdb.python/py-type.exp: Update vector related tests to reflect
2445 changes in scalar to vector casting and widening.
2446
2447 2013-01-24 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
2448
2449 * gdb.base/prologue-include.c: New file.
2450 * gdb.base/prologue-include.exp: New file.
2451 * gdb.base/prologue-include.h: New file.
2452
2453 2013-01-24 Hafiz Abid Qadeer <abidh@codesourcery.com>
2454
2455 PR gdb/13443
2456 * gdb.mi/mi-var-block.exp: Make test messages unique.
2457
2458 2013-01-23 Tom Tromey <tromey@redhat.com>
2459
2460 * gdb.dwarf2/dw2-error.exp: Pass test name to "file" test.
2461
2462 2013-01-23 Tom Tromey <tromey@redhat.com>
2463
2464 * gdb.cp/converts.cc (main): Initialize 'a'.
2465
2466 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
2467
2468 * testsuite/gdb.python/frame.exp: Add a test for
2469 gdb.Frame.architecture() method.
2470
2471 2013-01-22 Pedro Alves <palves@redhat.com>
2472
2473 * gdb.base/annota1.exp (signal sent): No longer expect
2474 breakpoints-invalid.
2475 * gdb.cp/annota2.exp (continue until exit)
2476 (watch triggered on a.x): Ditto.
2477
2478 2013-01-22 Pedro Alves <palves@redhat.com>
2479
2480 * gdb.base/annota1.exp (breakpoints_invalid): New variable.
2481 Adjust tests to breakpoints-invalid changes.
2482 * gdb.cp/annota2.exp (breakpoints_invalid, frames_invalid): New
2483 variables.
2484 Adjust tests to breakpoints-invalid changes.
2485
2486 2013-01-22 Pedro Alves <palves@redhat.com>
2487
2488 * gdb.base/annota1.exp (annotate ignore count change): Add
2489 expected output for failure case.
2490
2491 2013-01-22 Tom Tromey <tromey@redhat.com>
2492
2493 * gdb.gdb/selftest.exp (do_steps_and_nexts): Handle bfd_init
2494 call.
2495
2496 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
2497
2498 * gdb.mi/mi-break.exp: Expect new 'thread-groups' field.
2499 * gdb.mi/mi-catch-load.exp: Ditto.
2500 * gdb.mi/mi-nsmoribund.exp: Expect new 'thread-groups' field.
2501 Also handle 'thread' field.
2502 * gdb.mi/mi-simplerun.exp: Expect new 'thread-groups' field.
2503 * gdb.mi/mi-watch.exp: Ditto.
2504 * lib/mi-support.exp: Ditto.
2505
2506 2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
2507
2508 * gdb.python/py-explore.exp: Improve a test
2509
2510 2013-01-18  David Blaikie  <dblaikie@gmail.com>
2511
2512 * gdb.base/label.c (main): Correct the type of the second
2513 parameter.
2514
2515 2013-01-18 Tom Tromey <tromey@redhat.com>
2516
2517 * gdb.dwarf2/trace-crash.s: New file.
2518 * gdb.dwarf2/trace-crash.exp: New file.
2519
2520 2013-01-18 Hafiz Abid Qadeer<abidh@codesourcery.com>
2521
2522 PR gdb/13443
2523 * gdb.base/checkpoint.exp: Update test messages to make them
2524 unique.
2525
2526 2013-01-18 Yao Qi <yao@codesourcery.com>
2527
2528 * gdb.trace/infotrace.exp: Check 'traceframe usage' in the
2529 output of 'info tracepoints'.
2530 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
2531 Likewise.
2532 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
2533 * gdb.trace/disconnected-tracing.c (struct foo): New.
2534
2535 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2536
2537 * gdb.dwarf2/dw2-dos-drive.S: New file.
2538 * gdb.dwarf2/dw2-dos-drive.exp: New file.
2539
2540 2013-01-17 Doug Evans <dje@google.com>
2541
2542 * boards/dwarf4-gdb-index.exp: Use any existing CC_FOR_TARGET,
2543 CXX_FOR_TARGET.
2544
2545 * boards/cc-with-tweaks.exp: New file.
2546
2547 2013-01-17 Tom Tromey <tromey@redhat.com>
2548
2549 * gdb.base/completion.exp: Add "set cp-abi" completion test.
2550
2551 2013-01-17 Pedro Alves <palves@redhat.com>
2552
2553 Merge dg-extract-results.sh from upstream (svn 195224).
2554
2555 2013-01-15 David Blaikie <dblaikie@gmail.com>
2556 * dg-extract-results.sh: Fix order of summary counts.
2557
2558 2013-01-15 David Blaikie <dblaikie@gmail.com>
2559 * dg-extract-results.sh: Constrain the start-of-log pattern.
2560
2561 2013-01-15 David Blaikie <dblaikie@gmail.com>
2562 * dg-extract-results.sh: Handle KPASSes.
2563
2564 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2565 * dg-extract-results.sh: Redirect grep output to /dev/null instead
2566 of grep -q.
2567
2568 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2569
2570 * gdb.base/jit-reader.exp: New file. Test case for the jit-reader
2571 interface.
2572 * gdb.base/jithost.c: New file.
2573 * gdb.base/jithost.h: New file.
2574 * gdb.base/jitreader.c : New file.
2575 * gdb.base/jit-protocol.h: New file.
2576
2577 2013-01-16 Tom Tromey <tromey@redhat.com>
2578
2579 * gdb.base/catch-signal.c: New file.
2580 * gdb.base/catch-signal.exp: New file.
2581
2582 2013-01-16 Tom Tromey <tromey@redhat.com>
2583
2584 * gdb.mi/mi-catch-load.exp: Look for "catch-type".
2585
2586 2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2587
2588 * gdb.dwarf2/dw2-restrict.exp: Skip compilation on non-x86_64 targets.
2589
2590 2013-01-14 Tom Tromey <tromey@redhat.com>
2591
2592 * gdb.base/completion.exp: Add "set gnutarget" test.
2593
2594 2013-01-14 Tom Tromey <tromey@redhat.com>
2595
2596 * gdb.dwarf2/dw2-restrict.S: New file.
2597 * gdb.dwarf2/dw2-restrict.c: New file.
2598 * gdb.dwarf2/dw2-restrict.exp: New file.
2599
2600 2013-01-14 Tom Tromey <tromey@redhat.com>
2601
2602 * gdb.dwarf2/dw2-error.exp: New file.
2603 * gdb.dwarf2/dw2-error.c: New file.
2604 * gdb.dwarf2/dw2-error.S: New file.
2605
2606 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2607
2608 * gdb.cp/parse-lang.cc: New file.
2609 * gdb.cp/parse-lang.exp: New file.
2610
2611 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2612
2613 * gdb.mi/mi-fullname-deleted.exp: Set srcfileabssubst and initdir.
2614 (set substitute-path): New test.
2615 (fullname present): Remove content.
2616 (substituted fullname): New test.
2617
2618 2013-01-13 Joel Brobecker <brobecker@adacore.com>
2619
2620 * gdb.python/py-finish-breakpoint.exp: Add skip_python_tests
2621 check. Move $gdb_py_is_py24 value check right after.
2622
2623 2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2624
2625 * gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit
2626 targets.
2627
2628 2013-01-11 Yao Qi <yao@codesourcery.com>
2629
2630 * gdb.base/dprintf.exp: Check the output of 'info breakpoints'
2631 for dprintf.
2632 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
2633 Check the fields in "=breakpoint-created" for dprintf.
2634
2635 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2636
2637 * gdb.mi/mi-fullname-deleted.exp: New file.
2638
2639 2012-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2640
2641 * gdb.base/skip-solib.exp (info skip with pending file): Update the
2642 expected output.
2643 (info skip with pending file): Remove.
2644 (ignoring function in solib, info skip for function multiply): Update
2645 the expected output.
2646 * gdb.base/skip.ex (skip (main), skip function baz, info skip)
2647 (info skip (delete 1), info skip after disabling all)
2648 (info skip after enabling all, info skip after disabling 4 2-3)
2649 (info skip after enabling 2-3, info skip 2-3)
2650 (info skip after deleting 2 3): Update the expected output.
2651 * gdb.linespec/base/two/thefile.cc (n): New variable v, split the
2652 statement to its initialization and return.
2653 * gdb.linespec/skip-two.exp: New file.
2654
2655 2012-12-19 Doug Evans <dje@google.com>
2656
2657 * gdb.base/maint.exp: Handle testing with .gdb_index.
2658
2659 2012-12-19 Joel Brobecker <brobecker@adacore.com>
2660
2661 * gdb.arch/mips-octeon-bbit.exp: Fix copyright header from
2662 Cavium to FSF.
2663
2664 2012-12-19 Joel Brobecker <brobecker@adacore.com>
2665
2666 * dg-extract-results.sh: Update contact info in copyright notice.
2667 * gdb.arch/mips-octeon-bbit.exp: Update copyright notice to
2668 GPL v3 or later. Update contact info.
2669 * gdb.fortran/logical.f90, gdb.threads/watchpoint-fork-child.c,
2670 gdb.threads/watchpoint-fork-mt.c,
2671 gdb.threads/watchpoint-fork-parent.c,
2672 gdb.threads/watchpoint-fork-st.c,
2673 gdb.threads/watchpoint-fork.h: Likewise.
2674
2675 2012-12-15 Yao Qi <yao@codesourcery.com>
2676
2677 * gdb.trace/mi-tracepoint-changed.exp (test_pending_resolved): Check
2678 'installed' field in '=breakpoint-modified'.
2679 (test_reconnect): Check 'installed' field in
2680 '=breakpoint-modified' and '=breakpoint-created'.
2681
2682 * gdb.trace/actions.exp: Update test for 'installed' field.
2683 * gdb.trace/change-loc.exp (tracepoint_change_loc_1):
2684 (tracepoint_change_loc_2): Likewise.
2685 Check 'info tracepoint' display nothing else.
2686 * gdb.trace/deltrace.exp: Likewise.
2687 * gdb.trace/infotrace.exp: Likewise.
2688 * gdb.trace/mi-traceframe-changed.exp (test_tfind_remote):
2689 Likewise.
2690 * gdb.trace/passcount.exp: Likewise.
2691 * gdb.trace/tracecmd.exp: Likewise.
2692 * gdb.trace/while-stepping.exp: Likewise.
2693
2694 2012-12-14 Tom Tromey <tromey@redhat.com>
2695
2696 * gdb.cp/member-name.exp: New file.
2697 * gdb.cp/member-name.cc: New file.
2698
2699 2012-12-14 Tom Tromey <tromey@redhat.com>
2700
2701 * gdb.cp/templates.exp (test_ptype_of_templates): Update kfails.
2702
2703 2012-12-14 Doug Evans <dje@google.com>
2704
2705 * gdb.dwarf2/implptr-optimized-out.S: DIE offset for
2706 DW_OP_GNU_implicit_pointer is section-relative.
2707
2708 2012-12-14 Tom Tromey <tromey@redhat.com>
2709
2710 * gdb.base/info-proc.exp: Add core file tests.
2711
2712 2012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>
2713
2714 * gdb.base/kill-after-signal.exp: Disable if gdb,nosignals.
2715
2716 2012-12-13 Doug Evans <dje@google.com>
2717
2718 * gdb.multi/multi-arch-exec.exp: Skip for i*86-linux.
2719 * gdb.multi/multi-arch.exp: Ditto.
2720
2721 2012-12-12 Keven Boell <keven.boell@intel.com>
2722
2723 * gdb.mi/mi-catch-load-so.c: New. Clone of the
2724 catch load test library source file.
2725 * gdb.mi/mi-catch-load.c: New. Clone of the catch
2726 load test source file.
2727 * gdb.mi/mi-catch-load.exp: New. Test file for
2728 basic MI -catch-load and -catch-unload tests.
2729
2730 2012-12-11 Paul Koning <paul_koning@dell.com>
2731
2732 * gdb.python/py-prettyprint.py (_iterator): Remove exception_flag
2733 exception.
2734 (_iterator_except): New function.
2735 (ArrayPrinter): Use _iterator function instead of local _iterator
2736 class for Python 3 compatibility.
2737 (NoStringContainerPrinter): Use _iterator_except instead of
2738 _iterator.
2739 * gdb.python/py-typeprint.exp: Use exec(open(...).read()) instead of
2740 execfile for Python 3 compatibility.
2741 * gdb.python/python.exp: Handle Python 2.4 exception traceback
2742 format in error_prompt test.
2743
2744 2012-12-10 Paul Koning <paul_koning@dell.com>
2745
2746 * gdb.base/charset.exp: Change print syntax for Python 3
2747 compatibility.
2748 * gdb.python/py-block.exp: Ditto.
2749 * gdb.python/py-breakpoint.exp: Ditto.
2750 * gdb.python/py-cmd.exp: Ditto.
2751 * gdb.python/py-events.py: Ditto.
2752 * gdb.python/py-finish-breakpoint.py: Ditto.
2753 * gdb.python/py-finish-breakpoint2.exp: Ditto.
2754 * gdb.python/py-finish-breakpoint2.py: Ditto.
2755 * gdb.python/py-frame-inline.exp: Ditto.
2756 * gdb.python/py-frame.exp: Ditto.
2757 * gdb.python/py-infthread.exp: Ditto.
2758 * gdb.python/py-objfile.exp: Ditto.
2759 * gdb.python/py-parameter.exp: Ditto.
2760 * gdb.python/py-progspace.exp: Ditto.
2761 * gdb.python/py-prompt.exp: Ditto.
2762 * gdb.python/py-symbol.exp: Ditto.
2763 * gdb.python/py-symtab.exp: Ditto.
2764 * gdb.python/py-template.exp: Ditto.
2765 * gdb.python/py-value-cc.exp: Ditto.
2766 * gdb.python/python.exp: Ditto.
2767 * gdb.python/source2.py: Ditto.
2768 * gdb.python/lib-types.exp: Change print syntax for Python 3
2769 compatibility.
2770 Use sorted() function rather than sort() method.
2771 Accept either int or long values for enum values.
2772 * gdb.python/py-events.exp: Use exec(open(...).read()) instead of
2773 execfile for Python 3 compatibility.
2774 * gdb.python/py-evsignal.exp: Ditto.
2775 * gdb.python/py-evthreads.exp: Ditto.
2776 * gdb.python/py-mi.exp: Ditto.
2777 * gdb.python/py-pp-maint.exp: Ditto.
2778 * gdb.python/py-prettyprint.exp: Ditto.
2779 * gdb.python/py-finish-breakpoint.exp: Change print syntax for
2780 Python 3 compatibility.
2781 Skip tests for Python 2.4.
2782 * gdb.python/py-inferior.exp: Change print syntax for
2783 Python 3 compatibility.
2784 Use byte string rather than character string in memory write test
2785 if Python 3.
2786 * gdb.python/py-pp-maint.py: Change class declarations to "new
2787 class" syntax.
2788 * gdb.python/py-prettyprint.py: Change iterator class to generator
2789 function for Python 3 compatibility.
2790 Make all classes "new style".
2791 Fix indentation issue and stray semicolon.
2792 * gdb.python/py-shared.expChange print syntax for Python 3
2793 compatibility.
2794 Define "long" if Python 3.
2795 * gdb.python/py-type.exp: Change print syntax for Python 3
2796 compatibility.
2797 Accept either int or long values for enum values.
2798 * gdb.python/py-value.exp: Change print syntax for Python 3
2799 compatibility.
2800 Skip "long" and "unicode" tests if Python 3.
2801 Accept either "type" or "class" in type checks.
2802 * lib/gdb.exp (gdb_py_is_py3k): New flag set if Python 3.
2803 (gdb_py_is_py24): New flag set if Python 2.4 or 2.5.
2804
2805 2012-12-10 Tom Tromey <tromey@redhat.com>
2806
2807 * gdb.dwarf2/implptr-64bit.exp: Run tests with two CUs as well.
2808 (test): Add "two_cu" argument.
2809 * gdb.dwarf2/implptr-64bit.S: Move subprogram later; use ref_addr
2810 for types; allow two CUs.
2811
2812 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
2813
2814 * gdb.dwarf2/dw2-compdir-oldgcc.S: New file.
2815 * gdb.dwarf2/dw2-compdir-oldgcc.exp: New file.
2816
2817 2012-12-08 Yao Qi <yao@codesourcery.com>
2818 Pedro Alves <palves@redhat.com>
2819
2820 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Test
2821 '=breakpoint-created' when GDB merges the tracepoints of both
2822 sides.
2823
2824 2012-12-07 Tom Tromey <tromey@redhat.com>
2825
2826 * gdb.base/break1.c (enum some_enum, union some_union): New.
2827 (some_enum_global, some_union_global, some_value): New globals.
2828 * gdb.base/completion.exp: Add tag completion tests.
2829
2830 2012-12-07 Tom Tromey <tromey@redhat.com>
2831
2832 * gdb.base/completion.exp: Add tests for ptype and whatis
2833 completion.
2834
2835 2012-12-07 Joel Brobecker <brobecker@adacore.com>
2836
2837 * gdb.base/stale-infcall.exp: Fix copyright line.
2838
2839 2012-12-07 Joel Brobecker <brobecker@adacore.com>
2840
2841 * gdb.ada/lang_switch.exp: The "msg" parameter may be a reference.
2842
2843 2012-12-06 Pedro Alves <palves@redhat.com>
2844 Tom Tromey <tromey@redhat.com>
2845
2846 * gdb.base/exprs.exp: Add tests for cast to void.
2847
2848 2012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
2849
2850 * gdb.python/py-mi.exp: Correct expected results for attribute
2851 "dynamic" returned by -var-update.
2852 Add test case for correct handling of "diplayhint" for children
2853 of dynamic varobjs.
2854 * gdb.python/py-prettyprint.c (set_itme): New function.
2855 (bug_14741) New function.
2856 (main) Add call to bug_14741().
2857 * gdb.python/py-prettyprint.py (class ArrayPrinter): New class.
2858
2859 2012-12-05 Ulrich Weigand <uweigand@de.ibm.com>
2860
2861 * gdb.base/gnu-debugdata.exp: Also include "D" symbols in
2862 ${binfile}.funcsyms list.
2863
2864 2012-12-04 Yao Qi <yao@codesourcery.com>
2865
2866 PR gdb/13443
2867 * gdb.trace/actions.exp: Make test messages unique.
2868
2869 2012-11-29 Tom Tromey <tromey@redhat.com>
2870
2871 * gdb.base/gnu-debugdata.exp (run, pipeline): Don't use lassign.
2872
2873 2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
2874
2875 * gdb.opencl/convs_casts.exp: Always expect standard vector type names.
2876 * gdb.opencl/datatypes.exp: Likewise.
2877 * gdb.opencl/operators.exp: Likewise.
2878 * gdb.opencl/vec_comps.exp: Likewise.
2879
2880 2012-11-29 Jerome Guitton <guitton@adacore.com>
2881
2882 * gdb.ada/iwide: New testcase.
2883
2884 2012-11-29 Jerome Guitton <guitton@adacore.com>
2885
2886 * gdb.ada/ptype_tagged_param.exp: Adjust expected output in
2887 ptype test.
2888
2889 2012-11-29 Jerome Guitton <guitton@adacore.com>
2890
2891 * gdb.ada/variant_record_packed_array.exp: Test expressions of the
2892 form {VARIANT_TYPE}ADDRESS.
2893
2894 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
2895
2896 * gdb.cp/member-ptr.cc (class Diamond): Add func_ptr.
2897 (func): New function.
2898 (main): Initialize diamond.func_ptr and add diamond_pfunc_ptr.
2899 * gdb.cp/member-ptr.exp: Add new tests for ptype and for
2900 pointers to members with pointer-to-function type.
2901
2902 2012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2903 Tom Tromey <tromey@redhat.com>
2904
2905 * gdb.base/gnu-debugdata.exp: New file.
2906 * gdb.base/gnu-debugdata.c: New file.
2907 * lib/gdb.exp (gdb_file_cmd): Handle LZMA warning.
2908 (gdb_unload): Return 0 on success.
2909
2910 2012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2911
2912 * gdb.base/enumval.exp (print e, print f, print K): XFAIL on GCC <= 4.6.
2913
2914 2012-11-26 Joel Brobecker <brobecker@adacore.com>
2915
2916 * gdb.base/empty_exe.exp: New testcase.
2917
2918 2012-11-20 Mike Frysinger <vapier@gentoo.org>
2919
2920 * gdb.base/completion.exp: Add test for help aliases completion.
2921
2922 2012-11-20 Yao Qi <yao@codesourcery.com>
2923
2924 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
2925 Don't test 'maint set show-debug-regs'.
2926 Use command 'set remotecache' instead of
2927 'set circular-trace-buffer'.
2928
2929 2012-11-16 Keith Seitz <keiths@redhat.com>
2930
2931 PR c++/13615
2932 * gdb.cp/baseenum.cc: New file.
2933 * gdb.cp/baseenum.exp: New file.
2934 * gdb.cp/derivation.cc (A): Add copyright.
2935 Add a typedef.
2936 (B): Use A::value_type instead of int. Change all references.
2937 (D): Use value_type instead of int. Change all references.
2938 (E): Likewise.
2939 (F); Likewise.
2940 (Z): New class.
2941 (ZZ): New class.
2942 (N, Base, Derived): New namespace and classes.
2943 (main): Add instances of Z and ZZ.
2944 Make sure all symbols from N are kept.
2945 * gdb.cp/derivation.exp: Update typedef changes in tests.
2946 Add tests for class typedefs both before and after starting
2947 the inferior.
2948 Add tests for searching for a typedef while stopped in a
2949 method.
2950
2951 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
2952
2953 * gdb.mi/mi-var-create-rtti.c: New file.
2954 * gdb.mi/mi-var-create-rtti.exp: New file.
2955
2956 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
2957
2958 * gdb.base/structs3.exp: Run to main before doing any tests.
2959
2960 2012-11-14 Andrew Burgess <aburgess@broadcom.com>
2961
2962 * gdb.python/py-type.exp: Uniquify test names.
2963
2964 2012-11-14 Yao Qi <yao@codesourcery.com>
2965
2966 * gdb.threads/manythreads.c [DEBUG]: Include "stdio.h".
2967 (thread_function) [DEBUG]: Call 'printf'.
2968 * gdb.threads/manythreads.exp: Pass '-DDEBUG' to compilation
2969 command line if 'DEBUG=1' is passed to test.
2970 Remove a pattern to match inferior's output.
2971
2972 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
2973
2974 * gdb.mi/mi-fill-memory.exp: New test.
2975
2976 2012-11-12 Tom Tromey <tromey@redhat.com>
2977
2978 * gdb.base/completion.exp: Update for "info type-printers".
2979 * gdb.python/py-typeprint.cc: New file.
2980 * gdb.python/py-typeprint.exp: New file.
2981 * gdb.python/py-typeprint.py: New file.
2982
2983 2012-11-12 Tom Tromey <tromey@redhat.com>
2984
2985 * gdb.base/call-sc.exp: Use "ptype/r".
2986 * gdb.base/volatile.exp: Don't expect "int".
2987 * gdb.cp/ptype-flags.cc: New file.
2988 * gdb.cp/ptype-flags.exp: New file.
2989 * gdb.cp/templates.exp: Use ptype/r.
2990 (test_ptype_of_templates, test_template_typedef): Likewise.
2991 * lib/cp-support.exp (cp_test_ptype_class): Add in_ptype_arg
2992 argument. Handle template names and template parameters.
2993 * gdb.mi/mi-var-cmd.exp: Accept "long".
2994 * gdb.mi/mi-var-child.exp: Accept "long".
2995 * gdb.mi/mi-var-display.exp: Accept "long".
2996 * gdb.mi/mi2-var-child.exp: Accept "long".
2997
2998 2012-11-12 Tom Tromey <tromey@redhat.com>
2999
3000 * gdb.cp/classes.exp (test_ptype_class_objects): Remove
3001 "ptype" from calls to cp_test_ptype_class.
3002 (test_enums): Likewise.
3003 * gdb.cp/derivation.exp: Remove "ptype" from calls to
3004 cp_test_ptype_class.
3005 * gdb.cp/inherit.exp (test_ptype_si): Remove "ptype" from
3006 calls to cp_test_ptype_class.
3007 (test_ptype_mi, test_ptype_vi, test_ptype_mvi): Likewise.
3008 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Remove "ptype"
3009 from calls to cp_test_ptype_class.
3010 * lib/cp-support.exp (cp_test_ptype_class): Supply "ptype"
3011 command here. Change "in_command" argument to "in_exp".
3012
3013 2012-11-10 Keith Seitz <keiths@redhat.com>
3014
3015 PR gdb/14288
3016 * gdb.base/printcmds.c: Add invalid_XXX globals
3017 for repeated byte tests.
3018 * gdb.base/printcmds.exp (test_repeat_bytes): New procedure.
3019 * gdb.base/wchar.c (main): Add and construct a wchar_t
3020 array with repeated characters.
3021 * gdb.base/wchar.exp: Add repeated character tests.
3022
3023 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
3024
3025 * gdb.mi/mi-disassemble.exp: Expect fullname field in mi
3026 disassembly output.
3027
3028 2012-11-09 Pedro Alves <palves@redhat.com>
3029
3030 PR gdb/14306
3031
3032 * gdb.multi/multi-arch-exec.c: New file.
3033 * gdb.multi/multi-arch-exec.exp: New file.
3034
3035 2012-11-09 Yao Qi <yao@codesourcery.com>
3036
3037 * gdb.mi/mi-break.exp (test_abreak_creation): New procedure.
3038 (top level): Call it.
3039
3040 2012-11-09 Yao Qi <yao@codesourcery.com>
3041
3042 * gdb.mi/mi-watch.exp (test_rwatch_creation_and_listing): Fix
3043 typo.
3044
3045 2012-11-09 Pedro Alves <palves@redhat.com>
3046
3047 * gdb.multi/multi-arch.exp: New.
3048
3049 2012-11-08 Tom Tromey <tromey@redhat.com>
3050
3051 * gdb.base/siginfo-obj.exp: Create core file. Test siginfo from
3052 core files, if possible.
3053 * gdb.base/siginfo-thread.c: New file
3054 * gdb.base/siginfo-thread.exp: New file
3055
3056 2012-11-08 Tom Tromey <tromey@redhat.com>
3057
3058 * gdb.base/comprdebug.exp: New file.
3059
3060 2012-11-06 Pedro Alves <palves@redhat.com>
3061
3062 PR gdb/14810
3063
3064 * gdb.base/disabled-location.c: New file.
3065 * gdb.base/disabled-location.exp: New file.
3066
3067 2012-11-06 Tom Tromey <tromey@redhat.com>
3068
3069 * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd.
3070 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
3071 gdb_gcore_cmd.
3072 * gdb.cell/gcore.exp: Use gdb_gcore_cmd.
3073 * gdb.base/gcore.exp: Use gdb_gcore_cmd.
3074 * gdb.base/gcore-relro.exp: Use gdb_gcore_cmd.
3075 * gdb.base/gcore-buffer-overflow.exp: Use gdb_gcore_cmd.
3076 * gdb.base/auxv.exp: Use gdb_gcore_cmd.
3077 * gdb.arch/vsx-regs.exp: Use gdb_gcore_cmd.
3078 * gdb.arch/system-gcore.exp: Use gdb_gcore_cmd.
3079 * gdb.arch/pa-nullify.exp (test_core_bt): Use gdb_gcore_cmd.
3080 * lib/gdb.exp (gdb_gcore_cmd): New proc.
3081
3082 2012-11-05 Pedro Alves <palves@redhat.com>
3083
3084 * gdb.base/foll-vfork.exp (vfork_relations_in_info_inferiors): New
3085 procedure.
3086 (do_vfork_and_follow_child_tests_exec)
3087 (do_vfork_and_follow_child_tests_exit): Call it.
3088
3089 2012-11-05 Pedro Alves <palves@redhat.com>
3090
3091 * gdb.base/foll-vfork.c (main): Call perror and _exit if execlp()
3092 fails.
3093
3094 2012-11-03 Yao Qi <yao@codesourcery.com>
3095
3096 Fix PR gdb/14617.
3097 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
3098 Remove setup_kfail, and update test.
3099
3100 2012-11-02 Tom Tromey <tromey@redhat.com>
3101
3102 * gdb.base/catch-syscall.exp (do_syscall_tests): Add completion
3103 test.
3104
3105 2012-11-02 Pedro Alves <palves@redhat.com>
3106
3107 PR gdb/14766
3108
3109 * gdb.base/foll-vfork.exp (vfork_child_follow_to_exit): Remove
3110 setup_kfail.
3111 (tcatch_vfork_then_child_follow_exit): No longer expect "Couldn't
3112 get registers".
3113
3114 2012-11-02 Pedro Alves <palves@redhat.com>
3115
3116 * gdb.base/foll-vfork-exit.c: New file.
3117 * gdb.base/foll-vfork.exp (top level): New file-describing
3118 comment.
3119 (vfork_child_follow_to_exit): New procedure.
3120 (tcatch_vfork_then_child_follow): Rename as ...
3121 (tcatch_vfork_then_child_follow_exec): ... this.
3122 (tcatch_vfork_then_child_follow_exit): New procedure.
3123 (do_vfork_and_follow_parent_tests): New procedure, factored out
3124 from do_vfork_and_exec_tests.
3125 (do_vfork_and_follow_child_tests_exec): Ditto.
3126 (do_vfork_and_exec_tests): Delete.
3127 (do_vfork_and_follow_child_tests_exit): New procedure.
3128 (top level): Run tests with both the program that has the vfork
3129 child execing, and the program has the vfork child exiting.
3130
3131 2012-11-02 Pedro Alves <palves@redhat.com>
3132
3133 * gdb.base/foll-vfork.exp (setup_gdb): New procedure.
3134 (check_vfork_catchpoints, vfork_parent_follow_through_step)
3135 (vfork_parent_follow_to_bp): Call it.
3136 (kill_child): Delete.
3137 (vfork_and_exec_child_follow_to_main_bp)
3138 (vfork_and_exec_child_follow_through_step): Call setup_gdb. No
3139 longer call kill_child.
3140 (tcatch_vfork_then_parent_follow): Call setup_gdb.
3141 (do_vfork_and_exec_tests): Don't runto_main before calling each
3142 test procedure.
3143 (top level): Don't clean restart and set verbose before running
3144 each test procedure.
3145
3146 2012-11-02 Pedro Alves <palves@redhat.com>
3147
3148 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step)
3149 (vfork_parent_follow_to_bp)
3150 (vfork_and_exec_child_follow_to_main_bp)
3151 (vfork_and_exec_child_follow_through_step)
3152 (tcatch_vfork_then_parent_follow)
3153 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
3154 Use with_test_prefix.
3155
3156 2012-11-02 Pedro Alves <palves@redhat.com>
3157
3158 * gdb.base/foll-vfork.c: Add copyright header.
3159 * gdb.base/vforked-prog.c: Add copyright header.
3160
3161 2012-11-02 Pedro Alves <palves@redhat.com>
3162
3163 * gdb.base/foll-vfork.exp
3164 (vfork_and_exec_child_follow_through_step): Don't skip on
3165 non-HP/UX targets. Expect the next to only step one line on
3166 non-HP/UX targets, rather than stopping only after the exec.
3167
3168 2012-11-02 Pedro Alves <palves@redhat.com>
3169
3170 Don't hard code line numbers.
3171
3172 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step):
3173 Expect text from the sources instead of a line number.
3174 (vfork_parent_follow_to_bp)
3175 (vfork_and_exec_child_follow_to_main_bp)
3176 (vfork_and_exec_child_follow_through_step)
3177 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
3178 Use gdb_get_line_number.
3179
3180 2012-11-02 Pedro Alves <palves@redhat.com>
3181
3182 Modernize.
3183
3184 * gdb.base/foll-vfork.exp: Use standard_testfile and
3185 build_executable. Pass descriptive string to untested.
3186 (vfork_parent_follow_through_step, vfork_parent_follow_to_bp)
3187 (vfork_and_exec_child_follow_to_main_bp)
3188 (vfork_and_exec_child_follow_through_step)
3189 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow)
3190 (do_vfork_and_exec_tests): Use gdb_test/gdb_test_multiple instead
3191 of send_gdb/gdb_expect.
3192
3193 (kill_child): New procedure.
3194 (vfork_and_exec_child_follow_to_main_bp)
3195 (vfork_and_exec_child_follow_through_step): Use it.
3196
3197 2012-11-02 Yao Qi <yao@codesourcery.com>
3198
3199 * gdb.base/setvar.exp: Test setting nested struct.
3200 * gdb.base/setvar.c (v_struct3): New.
3201
3202 2012-11-01 Doug Evans <dje@google.com>
3203
3204 * gdb.arch/amd64-pseudo.c (main): Mark registers that the testsuite
3205 changes as clobbered (e.g., amd64-dword.exp) so gcc doesn't try to
3206 use them.
3207
3208 2012-10-31 Andrew Burgess <aburgess@broadcom.com>
3209
3210 PR cli/14772
3211 * gdb.base/gnu_vector.c (union_with_vector_1)
3212 (struct_with_vector_1): Add new struct and union for testing
3213 ptype.
3214 * gdb.base/gnu_vector.exp: Add testing of ptype on vectors, and
3215 structs / unions containing vectors.
3216
3217 2012-10-25 Yao Qi <yao@codesourcery.com>
3218
3219 * gdb.trace/ftrace.exp (test_fast_tracepoints): Use
3220 'setup_kfail' instead of 'setup_kfail_for_target'.
3221 * gdb.base/varargs.exp: Likewise.
3222 * lib/gdb.exp (setup_kfail_for_target): Remove.
3223
3224 2012-10-25 Mark Kettenis <kettenis@openbsd.nfra.nl>
3225
3226 * gdb.base/varargs.exp: PR gdb/12790 is now fixed.
3227
3228 2012-10-25 Mark Kettenis <kettenis@gnu.org>
3229
3230 * gdb.base/varargs.exp: PR gdb/12776 is now fixed.
3231
3232 2012-10-24 Joel Brobecker <brobecker@adacore.com>
3233
3234 * gdb.ada/set_wstr: New testcase.
3235
3236 2012-10-24 Joel Brobecker <brobecker@adacore.com>
3237
3238 * gdb.base/ldbl_e308.c, gdb.base/ldbl_e308.exp: New files.
3239
3240 2012-10-24 Joel Brobecker <brobecker@adacore.com>
3241
3242 * gdb.ada/unc_arr_ptr_in_var_rec: New testcase.
3243
3244 2012-10-24 Mark Kettenis <kettenis@gnu.org>
3245
3246 * gdb.base/callfuncs.exp: PR gdb/12783 is now fixed.
3247
3248 2012-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3249
3250 * gdb.base/callfuncs.exp (do_function_calls): Fix
3251 setup_kfail_for_target for -m32 mode.
3252
3253 2012-10-23 Mark Kettenis <kettenis@gnu.org>
3254
3255 * gdb.base/callfuncs.exp: PR gdb/12796, gdb/12798 and gdb/12800
3256 are now fixed.
3257
3258 2012-10-23 Yao Qi <yao@codesourcery.com>
3259
3260 * gdb.base/info-os.exp: Resume the inferior until it exits.
3261
3262 2012-10-18 Yufeng Zhang <yufeng.zhang@arm.com>
3263
3264 * gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.
3265 * gdb.base/print-file-var.exp: Likewise.
3266 * gdb.base/type-opaque.exp: Likewise.
3267
3268 2012-10-17 Yao Qi <yao@codesourcery.com>
3269
3270 * gdb.mi/mi-memory-changed.exp: New.
3271
3272 2012-10-16 Yao Qi <yao@codesourcery.com>
3273
3274 * gdb.reverse/solib-precsave.exp: Skip if skip_shlib_test
3275 returns true.
3276 Call gdb_load_shlibs.
3277 * gdb.reverse/solib-reverse.exp: Likewise.
3278
3279 2012-10-15 Keith Seitz <keiths@redhat.com>
3280
3281 * lib/cp-support.exp (cp_test_ptype_class): Add support
3282 for class typedefs.
3283
3284 * gdb.cp/derivation.exp: Add tests for g_instance.
3285
3286 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3287
3288 Fix entry values resolving in inlined frames.
3289 * gdb.arch/amd64-entry-value-inline.S: New file.
3290 * gdb.arch/amd64-entry-value-inline.c: New file.
3291 * gdb.arch/amd64-entry-value-inline.exp: New file.
3292
3293 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3294 Doug Evans <dje@google.com>
3295
3296 Fix recent gdb_breakpoint regression.
3297 * gdb.java/jmisc.exp: gdb_breakpoint for $function - remove curly
3298 braces from the parameter.
3299 * gdb.java/jprint.exp: Likewise.
3300
3301 2012-10-15 Doug Evans <dje@google.com>
3302
3303 * lib/gdb.exp (runto): Fix call to gdb_breakpoint.
3304
3305 2012-10-15 Yufeng Zhang <yufeng.zhang@arm.com>
3306
3307 * gdb.dwarf2/dw2-icc-opaque.S: Remove '#'.
3308
3309 2012-10-15 Tom Tromey <tromey@redhat.com>
3310
3311 * gdb.python/py-symtab.exp: Test sal and symtab destructors.
3312
3313 2012-10-15 Tom Tromey <tromey@redhat.com>
3314
3315 * gdb.python/py-symbol.exp: Test symbol destructor.
3316
3317 2012-10-14 Yao Qi <yao@codesourcery.com>
3318
3319 * gdb.mi/mi2-cli.exp: Move to mi-cli.exp.
3320 * gdb.mi/mi-cli.exp: New.
3321
3322 * gdb.mi/mi2-basics.exp: Remove.
3323 * gdb.mi/mi2-break.exp: Remove.
3324 * gdb.mi/mi2-console.exp: Remove.
3325 * gdb.mi/mi2-disassemble.exp: Remove.
3326 * gdb.mi/mi2-eval.exp: Remove.
3327 * gdb.mi/mi2-file.exp: Remove.
3328 * gdb.mi/mi2-hack-cli.exp: Remove.
3329 * gdb.mi/mi2-pthreads.exp: Remove.
3330 * gdb.mi/mi2-read-memory.exp: Remove.
3331 * gdb.mi/mi2-regs.exp: Remove.
3332 * gdb.mi/mi2-return.exp: Remove.
3333 * gdb.mi/mi2-simplerun.exp: Remove.
3334 * gdb.mi/mi2-stack.exp: Remove.
3335 * gdb.mi/mi2-stepi.exp: Remove.
3336 * gdb.mi/mi2-syn-frame.exp: Remove.
3337 * gdb.mi/mi2-until.exp: Remove.
3338 * gdb.mi/mi2-watch.exp: Remove.
3339 * gdb.mi/mi2-var-block.exp: Remove.
3340 * gdb.mi/mi2-var-cmd.exp: Remove.
3341 * gdb.mi/mi2-var-display.exp: Remove.
3342
3343 2012-10-12 Yao Qi <yao@codesourcery.com>
3344
3345 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved): Remove
3346 trail '.*' on matching patterns.
3347
3348 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
3349
3350 * gdb.arch/i386-bp_permanent.exp: Skip if not is_x86_like_target.
3351 * gdb.arch/i386-cfi-notcurrent.exp: Likewise.
3352 * gdb.arch/i386-disp-step.exp: Likewise.
3353 * gdb.arch/i386-gnu-cfi.exp: Likewise.
3354 * gdb.arch/i386-prologue.exp: Likewise.
3355 * gdb.arch/i386-size-overlap.exp: Likewise.
3356 * gdb.arch/i386-size.exp: Likewise.
3357 * gdb.arch/i386-unwind.exp: Likewise.
3358
3359 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
3360
3361 * gdb.arch/i386-byte.exp: Remove is_ilp32_target check.
3362 * gdb.arch/i386-word.exp: Likewise.
3363
3364 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
3365
3366 * gdb.arch/i386-avx.exp: Check is_amd64_regs_target instead of
3367 is_ilp32_target to set nr_regs.
3368 * gdb.arch/i386-sse.exp: Likewise.
3369
3370 2012-10-11 Doug Evans <dje@google.com>
3371
3372 PR breakpoints/14643.
3373 * gdb.linespec/ls-errs.exp: Change tests of "b if|task|thread".
3374 * gdb.linespec/thread.c: New file.
3375 * gdb.linespec/thread.exp: New file.
3376
3377 * lib/gdb.exp (gdb_breakpoint): Fix varargs scan.
3378 Recognize "message" -> print pass and fail. Add eof case.
3379 (runto): Recognize message, no-message. Print pass/fail if requested,
3380 with same treatment as gdb_breakpoint.
3381 (runto_main): Pass no-message to runto.
3382 (gdb_internal_error_resync): Add log message.
3383 (gdb_file_cmd): Tweak internal error fail text for consistency.
3384
3385 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3386
3387 Fix crash during stepping on ppc32.
3388 * gdb.base/step-symless.c: New file.
3389 * gdb.base/step-symless.exp: New file.
3390
3391 2012-10-03 Doug Evans <dje@google.com>
3392
3393 PR symtab/14601
3394 * gdb.cp/using-crash.exp: New file.
3395 * gdb.cp/using-crash.cc: New file.
3396
3397 2012-10-02 Doug Evans <dje@google.com>
3398
3399 * lib/gdb.exp (gdb_unload): Change wording of perror text to be
3400 more consistent.
3401 (runto,gdb_debug_format): Ditto.
3402 (gdb_file_cmd): Watch for eof in nested gdb_expect.
3403 Clean up logging and error messages.
3404
3405 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
3406
3407 Test find command on unmapped memory.
3408 * gdb.base/find-unmapped.c: New file.
3409 * gdb.base/find-unmapped.exp: New file.
3410
3411 2012-09-29 Yao Qi <yao@codesourcery.com>
3412
3413 * gdb.trace/mi-tracepoint-changed.exp: New.
3414 * gdb.mi/mi-breakpoint-changed.exp: New.
3415 * gdb.mi/pending.c, gdb.mi/pendshr1.c: New
3416 * gdb.mi/pendshr2.c: New.
3417
3418 2012-09-28 Yao Qi <yao@codesourcery.com>
3419
3420 * gdb.mi/pr11022.exp: New.
3421 * gdb.mi/pr11022.c: New. Copied from gdb.base/.
3422
3423 2012-09-27 Tom Tromey <tromey@redhat.com>
3424
3425 * gdb.cp/derivation.exp: Add regression test.
3426 * gdb.cp/derivation.cc (class V_base, class V_inter, class
3427 V_derived): New.
3428 (vderived): New global.
3429
3430 2012-09-26 Tom Tromey <tromey@redhat.com>
3431
3432 * gdb.dwarf2/dw2-common-block.S: New file.
3433 * gdb.dwarf2/dw2-common-block.exp: New file.
3434
3435 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3436
3437 * gdb.fortran/common-block.exp: New file.
3438 * gdb.fortran/common-block.f90: New file.
3439
3440 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
3441
3442 * gdb.base/duplicate-bp.c: New file.
3443 * gdb.base/duplicate-bp.exp: New file.
3444
3445 2012-09-26 Yao Qi <yao@codesourcery.com>
3446
3447 * gdb.mi/mi2-cli.exp: Avoid line number in test summary.
3448
3449 Revert:
3450 2012-09-21 Yao Qi <yao@codesourcery.com>
3451
3452 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
3453
3454 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
3455
3456 * gdb.base/longest-types.c: New test case.
3457 * gdb.base/longest-types.exp: New test case.
3458
3459 2012-09-25 Yao Qi <yao@codesourcery.com>
3460
3461 * gdb.mi/mi2-cli.exp: Check breakpoint notification.
3462
3463 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3464
3465 Fix internal error on canonicalization of clang types.
3466 * gdb.dwarf2/dw2-canonicalize-type.S: New file.
3467 * gdb.dwarf2/dw2-canonicalize-type.exp: New file.
3468 * lib/gdb.exp (gdb_file_cmd): Catch also GDB internal error.
3469
3470 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3471
3472 Fix disassemble without parameters in tailcall frame.
3473 * gdb.arch/amd64-entry-value.exp (down, disassemble): New tests.
3474
3475 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
3476
3477 * gdb.dwarf2/dw2-op-out-param.S: New file.
3478 * gdb.dwarf2/dw2-op-out-param.exp: New file.
3479
3480 2012-09-21 Yao Qi <yao@codesourcery.com>
3481
3482 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
3483
3484 2012-09-21 Yao Qi <yao@codesourcery.com>
3485
3486 * gdb.mi/mi-cli.exp: Remove.
3487 * gdb.mi/mi2-cli.exp: Merged from mi-cli.exp.
3488
3489 2012-09-21 Yao Qi <yao@codesourcery.com>
3490
3491 * gdb.mi/mi-reverse.exp: Fix the typo in expected output of
3492 "=record-started" notification.
3493
3494 2012-09-21 Yao Qi <yao@codesourcery.com>
3495
3496 * gdb.mi/mi-record-changed.exp: New.
3497 * gdb.mi/mi-reverse.exp: Adjust expected output.
3498
3499 2012-09-20 Tom Tromey <tromey@redhat.com>
3500
3501 * gdb.python/python.exp: Test atexit.register.
3502
3503 2012-09-20 Doug Evans <dje@google.com>
3504
3505 * boards/dwarf4-gdb-index.exp: New file.
3506
3507 * gdb.base/callfuncs.exp (do_function_calls): Set unwindonsignal to on
3508 while running the tests.
3509
3510 2012-09-18 Joel Brobecker <brobecker@adacore.com>
3511
3512 * gdb.ada/bp_reset: New testcase.
3513
3514 2012-09-18 Yao Qi <yao@codesourcery.com>
3515
3516 * gdb.trace/mi-tsv-changed.exp: New.
3517
3518 2012-09-18 Yao Qi <yao@codesourcery.com>
3519
3520 * gdb.trace/mi-traceframe-changed.exp: New.
3521
3522 2012-09-17 Yao Qi <yao@codesourcery.com>
3523
3524 * gdb.base/list.exp (set_listsize): Don't set arg to "unlimited"
3525 when it is less than 0.
3526
3527 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3528
3529 PR 14119
3530 * gdb.arch/amd64-tailcall-ret.S: New file.
3531 * gdb.arch/amd64-tailcall-ret.c: New file.
3532 * gdb.arch/amd64-tailcall-ret.exp: New file.
3533 * gdb.reverse/amd64-tailcall-reverse.S: New file.
3534 * gdb.reverse/amd64-tailcall-reverse.c: New file.
3535 * gdb.reverse/amd64-tailcall-reverse.exp: New file.
3536
3537 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3538
3539 PR 14548
3540 * gdb.reverse/singlejmp-reverse-nodebug.S: New file.
3541 * gdb.reverse/singlejmp-reverse-nodebug.c: New file.
3542 * gdb.reverse/singlejmp-reverse.S: New file.
3543 * gdb.reverse/singlejmp-reverse.c: New file.
3544 * gdb.reverse/singlejmp-reverse.exp: New file.
3545
3546 2012-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3547
3548 Fix compatibility with old GCC (~4.1).
3549 * gdb.cp/converts.cc (my_enum_var): New variable.
3550
3551 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
3552
3553 * gdb.xml/tdesc-regs.exp: Update expected output for new
3554 vector_size syntax of vector types.
3555
3556 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
3557
3558 Refactor Python "gdb" module into a proper Python package, by
3559 introducing a new "_gdb" module for code implemented in C, and
3560 using reload/__import__ instead of exec.
3561 * gdb.python/python.exp (Test stderr location): Update module
3562 location of GDB-specific sys.stderr.
3563 (Test stdout location): Ditto for sys.stdout.
3564
3565 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3566
3567 * gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu.
3568
3569 2012-09-12 Keith Seitz <keiths@redhat.com>
3570
3571 * gdb.cp/converts.cc (main): Comment out the pointer to boolean
3572 conversion statement.
3573
3574 2012-09-12 Doug Evans <dje@google.com>
3575
3576 * gdb.base/help.exp: Remove testing of individual command help text,
3577 too much of a maintenance burden. Instead, test the functionality
3578 of "help" itself.
3579
3580 2012-09-11 Doug Evans <dje@google.com>
3581
3582 * gdb.cp/mb-inline.exp: Do "info break" after setting multi-location
3583 breakpoint.
3584
3585 * gdb.dwarf2/fission-base.S: Include gdb.dwarf2/ in dwo_name.
3586 * gdb.dwarf2/fission-reread.S: Ditto.
3587 * gdb.dwarf2/fission-base.exp: Remove setting of debug-file-directory.
3588 * gdb.dwarf2/fission-reread.exp: Ditto.
3589
3590 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
3591
3592 * gdb.base/ptype.exp: Test ptype on a pointer to a typedef.
3593
3594 2012-09-10 Joel Brobecker <brobecker@adacore.com>
3595
3596 * gdb.ada/optim_drec: New testcase.
3597
3598 2012-09-10 Doug Evans <dje@google.com>
3599
3600 * boards/fission.exp: Explicitly mark "board" as not remote.
3601
3602 2012-09-10 Keith Seitz <keiths@redhat.com>
3603
3604 PR gdb/13483
3605 * gdb.cp/converts.cc (A::A): Add ctor.
3606 (A::member_): Add member.
3607 (enum my_enum): New enumeration.
3608 (main): Add calls to foo1_7 with various
3609 permitted arguments.
3610 * gdb.cp/converts.exp: Add tests for boolean
3611 conversions permitted by the standard.
3612
3613 2012-09-08 Khoo Yit Phang <khooyp@cs.umd.edu>
3614
3615 Replace -nw option with $INTERNAL_GDBFLAGS in "xgdb" tests to
3616 avoid spurious results due to ~/.gdbinit.
3617 * gdb.gdb/complaint.exp (setup_test): Replace -nw option with
3618 $INTERNAL_GDBFLAGS in run command.
3619 * gdb.gdb/observer.exp (setup_test): Ditto.
3620 * gdb.gdb/selftest.exp (test_with_self): Ditto.
3621 * gdb.gdb/xfullpath.exp (setup_test): Ditto.
3622
3623 2012-09-06 Doug Evans <dje@google.com>
3624
3625 * boards/fission.exp: New file.
3626
3627 * gdb.python/py-value.exp: Use clean_restart.
3628
3629 2012-09-05 Doug Evans <dje@google.com>
3630
3631 * gdb.base/info-macros.c: Fix whitespace.
3632
3633 2012-08-28 Pedro Alves <palves@redhat.com>
3634
3635 PR gdb/14428
3636
3637 * gdb.base/pc-fp.exp: Adjust expected output of 'info registers pc fp'.
3638
3639 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3640
3641 * gdb.base/break-caller-line.c: New file.
3642 * gdb.base/break-caller-line.exp: New file.
3643
3644 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3645
3646 * gdb.ada/rdv_wait.exp (set debug-file-directory): New command.
3647 * gdb.arch/i386-cfi-notcurrent.S: New file.
3648 * gdb.arch/i386-cfi-notcurrent.exp: New file.
3649
3650 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
3651 Yao Qi <yao@codesourcery.com>
3652 Pedro Alves <palves@redhat.com>
3653
3654 * gdb.base/memattr.exp (delete_memory, region_pass, region_fail):
3655 New procedures.
3656 (top level): Add overlap checking tests.
3657
3658 2012-08-24 Tom Tromey <tromey@redhat.com>
3659
3660 * lib/gdb.exp (skip_unwinder_tests): Don't leave 'ok' set if
3661 gdb_test_multiple fails for other reasons.
3662
3663 2012-08-24 Yao Qi <yao@codesourcery.com>
3664
3665 * lib/gdb.exp (skip_unwinder_tests): Remove pass.
3666
3667 2012-08-23 Pedro Alves <palves@redhat.com>
3668
3669 * gdb.base/help.exp: Adjust to "handle" help text change.
3670
3671 2012-08-23 Yao Qi <yao@codesourcery.com>
3672
3673 * gdb.trace/disconnected-tracing.c (start, end): New.
3674 (main): Call start and end.
3675 * gdb.trace/disconnected-tracing.exp (disconnected_tracing): Move
3676 existing tests into this proc.
3677 (disconnected_tfind): New.
3678
3679 2012-08-23 Yao Qi <yao@codesourcery.com>
3680
3681 * boards/native-gdbserver.exp (${board}_upload): New.
3682 * boards/native-stdio-gdbserver.exp (${board}_upload): New.
3683 * gdb.trace/tfile.exp: Don't check 'gdb,nofileio'.
3684 Execute tfile on remote target.
3685 Copy trace file from target to host.
3686
3687 2012-08-22 Joseph Myers <joseph@codesourcery.com>
3688
3689 * gdb.arch/thumb-bx-pc.S: New file.
3690 * gdb.arch/thumb-bx-pc.exp: New file.
3691
3692 2012-08-22 Tom Tromey <tromey@redhat.com>
3693
3694 * gdb.base/maint.exp: Update.
3695
3696 2012-08-22 Tom Tromey <tromey@redhat.com>
3697
3698 * lib/gdb.exp (skip_unwinder_tests): New proc.
3699 * gdb.cp/nextoverthrow.exp: Use skip_unwinder_tests.
3700 * gdb.java/jnpe.exp: Use skip_unwinder_tests.
3701
3702 2012-08-21 Tom Tromey <tromey@redhat.com>
3703
3704 * gdb.hp/gdb.aCC/exception.exp: Remove.
3705
3706 012-08-19 Andrew Pinski <apinski@cavium.com>
3707
3708 * gdb.arch/mips-octeon-bbit.c: New file.
3709 * gdb.arch/mips-octeon-bbit.exp: New Test.
3710
3711 012-08-19 Keith Seitz <keiths@redhat.com>
3712
3713 PR c++/14365
3714 * gdb.dwarf2/dw2-anon-mptr.exp: New file.
3715 * gdb.dwarf2/dw2-anon-mptr.S: New file.
3716
3717 2012-08-18 Jan Kratochvil <jan.kratochvil@redhat.com>
3718
3719 * gdb.base/solib-corrupted.exp (make solibs looping): Replace
3720 verbose -log by more specific untested call.
3721
3722 2012-08-18 Yao Qi <yao@codesourcery.com>
3723
3724 * gdb.trace/tfind.exp: Move tests on various command help before
3725 checking target supports trace.
3726 Fix the expected output of 'help tfind end'.
3727
3728 2012-08-17 Keith Seitz <keiths@redhat.com>
3729
3730 PR c++/13356
3731 * gdb.base/default.exp: Update all "check type" tests.
3732 * gdb.base/help.exp: Likewise.
3733 * gdb.base/setshow.exp: Likewise.
3734 * gdb.cp/converts.cc (foo1_type_check): New function.
3735 (foo2_type_check): New function.
3736 (foo3_type_check): New function.
3737 (main): Call new functions.
3738 * converts.exp: Add tests for integer-to-pointer conversions
3739 with/without strict type-checking.
3740
3741 2012-08-16 Mike Frysinger <vapier@gentoo.org>
3742
3743 * gdb.base/help.exp: Update expected output.
3744
3745 2012-08-16 Joel Brobecker <brobecker@adacore.com>
3746
3747 * gdb.ada/rdv_wait: New testcase.
3748
3749 2012-08-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3750
3751 * gdb.base/attach-twice.exp: Remove excessive ps exec.
3752
3753 2012-08-13 Doug Evans <dje@google.com>
3754
3755 * gdb.base/help.exp: Update expected output.
3756 * gdb.base/default.exp: Update expected output of "show convenience".
3757
3758 2012-08-10 Doug Evans <dje@google.com>
3759
3760 * gdb.python/py-strfns.c: New file.
3761 * gdb.python/py-strfns.exp: New file.
3762 * gdb.python/py-type.exp (test_fields): Add vector tests.
3763
3764 2012-08-10 Mike Frysinger <vapier@gentoo.org>
3765
3766 PR cli/10436:
3767 * gdb.base/completion.exp: Add tests for handle completion.
3768
3769 2012-08-09 Yao Qi <yao@codesourcery.com>
3770
3771 * gdb.mi/mi-cmd-param-changed.exp: New.
3772 * gdb.mi/mi-cli.exp: Update for MI notification "=cmd-param-changed".
3773 * gdb.mi/mi-var-rtti.exp, gdb.mi/mi2-cli.exp: Likewise.
3774 * gdb.mi/mi2-prompt.exp: Likewise.
3775
3776 2012-08-08 Doug Evans <dje@google.com>
3777
3778 * gdb.base/debug-expr.c: New file.
3779 * gdb.base/debug-expr.exp: New file.
3780 * gdb.base/exprs.exp: Test {type} casts.
3781 * gdb.cp/debug-expr.exp: New file.
3782
3783 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3784
3785 * gdb.base/valgrind-infcall.exp (continue #$continue_count): Use
3786 global variable loop, not a 'break'. Add loop count limit to 100.
3787 Add new fail case for terminated vgdb.
3788
3789 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3790 Jean-Marc Saffroy <saffroy@gmail.com>
3791
3792 PR 11804
3793 * gdb.base/gcore-relro.exp: New file.
3794 * gdb.base/gcore-relro-main.c: New file.
3795 * gdb.base/gcore-relro-lib.c: New file.
3796
3797 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3798
3799 Do not false FAIL with old GCCs.
3800 * gdb.base/watchpoint.exp (self-delete local watch) <$no_hw>: XFAIL for
3801 GCC < 4.5 in $no_hw mode.
3802
3803 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3804
3805 * gdb.base/default.exp (cd): Accept new directory with no arguments.
3806
3807 2012-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3808
3809 * gdb.base/list.exp (test_only_end): New function.
3810 Call it.
3811
3812 2012-08-06 Tom Tromey <tromey@redhat.com>
3813
3814 * gdb.python/py-mi.exp: Add test for printer whose children
3815 are a list.
3816 * gdb.python/py-prettyprint.c (struct children_as_list): New.
3817 (main): New variable children_as_list.
3818 * gdb.python/py-prettyprint.py (class pp_children_as_list):
3819 New.
3820 (register_pretty_printers): Register new printer.
3821
3822 2012-08-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
3823
3824 * gdb.base/valgrind-infcall.exp: Expect leading `.' on ppc64's
3825 symbols. Abort if vgdb remote connection is closed.
3826
3827 2012-08-02 Doug Evans <dje@google.com>
3828
3829 * gdb.base/info-fun.exp: Fix failures on m68k, ppc64, s390x.
3830
3831 2012-08-02 Sergio Durigan Junior <sergiodj@redhat.com>
3832
3833 * gdb.base/pc-fp.exp: Adjust testcase to match different outputs from
3834 s390x, PowerPC 64 and m68k-linux.
3835
3836 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
3837
3838 * gdb.base/annota1.exp: Accept no frames-invalid notification
3839 when starting up the program.
3840 * gdb.python/py-value.exp (test_value_numeric_ops): Pointers may
3841 show a symbolic value as well.
3842 * gdb.server/server-exec-info.exp: Skip test when skipping
3843 gdbserver test and/or when skipping shared library tests.
3844 * gdb.threads/linux-dp.exp: Unset "seen" when done with it to
3845 avoid name conflicts with other tests.
3846
3847 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
3848
3849 * gdb.dwarf2/dw2-icc-opaque.S: Remove .align directives.
3850 Fix wrong output on big-endian systems.
3851 * gdb.dwarf2/dw2-icc-opaque.exp: Expect @mode32 attribute on
3852 4-byte pointer types on 64-bit s390x.
3853
3854 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
3855
3856 * gdb.base/watchpoint.c (func2): Initialize local_a. Add
3857 marker comment at the beginning (after intialization).
3858 * gdb.base/watchpoint.exp (test_complex_watchpoint): Set func2
3859 breakpoint on marker comment instead of function begin.
3860 (test_wide_location_1): Do not expect HW watchpoints on 32-bit
3861 PowerPC.
3862 (test_wide_location_2): Do not expect HW watchpoints on 32-bit
3863 or 64-bit PowerPC.
3864 (do_tests): Consistently set can-use-hw-watchpoints to 0 if
3865 gdb,no_hardware_watchpoints flag is set.
3866 (initialize): Remove now redundant can-use-hw-watchpoints change.
3867
3868 2012-08-02 Yao Qi <yao@codesourcery.com>
3869 Pedro Alves <palves@redhat.com>
3870
3871 * boards/local-remote-host.exp: New.
3872
3873 2012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
3874
3875 * gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs.
3876 * gdb.base/ctxobj.exp: Call gdb_load_shlibs.
3877 * gdb.base/print-file-var.exp: Likewise.
3878 * gdb.server/solib-list.exp: Skip on remote targets.
3879
3880 2012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
3881
3882 * gdb.base/watchpoint.exp (test_wide_location_1): Expect software
3883 watchpoints on ARM. When expecting software watchpoints, tolerate
3884 (remote) targets that report unsupported hardware watchpoint only
3885 at continue time.
3886 (test_wide_location_2): Likewise.
3887
3888 2012-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3889
3890 * gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
3891 valgrind versions.
3892
3893 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
3894
3895 * gdb.base/valgrind-infcall.c: New file.
3896 * gdb.base/valgrind-infcall.exp: New file.
3897
3898 * gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
3899
3900 2012-07-30 Keith Seitz <keiths@redhat.com>
3901
3902 * gdb.linespec/ls-errs.exp: Check some quote-enclosed
3903 linespecs.
3904
3905 2012-07-30 Doug Evans <dje@google.com>
3906
3907 * gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
3908 * gdb.dwarf2/pr13961.S: Ditto.
3909
3910 * gdb.dwarf2/dw4-sig-types.exp: Fix typo.
3911
3912 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
3913
3914 * gdb.mi/mi-var-invalidate.exp: Create a floating variable and
3915 change its format immediately after reloading the binary.
3916
3917 2012-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3918
3919 Fix testsuite regression after --use-deprecated-index-sections removal.
3920 * gdb.base/annota1.exp (run until main breakpoint): Update the expect
3921 string.
3922 * gdb.base/async-shell.exp (gdbindex_warning_re): Likewise.
3923
3924 2012-07-27 Yao Qi <yao@codesourcery.com>
3925
3926 KFAIL for PR remote/14161.
3927 * gdb.trace/strace.exp (strace_remove_socket): kfail for native.
3928 Cleanup socket files.
3929 (strace_info_marker): Detach inferior.
3930
3931 2012-07-26 Tom Tromey <tromey@redhat.com>
3932
3933 * gdb.objc/print.exp (test_float_accepted): Remove kfails.
3934
3935 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
3936
3937 * gdb.python/py-inferior.c (thread): New function.
3938 (check_threads): New function.
3939 (test_threads): New function.
3940 * gdb.python/py-inferior.exp: Added test.
3941 Replaced runto with continue to breakpoint.
3942
3943 2012-07-26 Tom Tromey <tromey@redhat.com>
3944
3945 * lib/ada.exp (standard_ada_testfile): New proc.
3946 * gdb.ada/aliased_array.exp: Use standard_ada_testfile.
3947 * gdb.ada/array_bounds.exp: Use standard_ada_testfile.
3948 * gdb.ada/array_return.exp: Use standard_ada_testfile.
3949 * gdb.ada/array_subscript_addr.exp: Use standard_ada_testfile.
3950 * gdb.ada/arrayidx.exp: Use standard_ada_testfile.
3951 * gdb.ada/arrayparam.exp: Use standard_ada_testfile.
3952 * gdb.ada/arrayptr.exp: Use standard_ada_testfile.
3953 * gdb.ada/atomic_enum.exp: Use standard_ada_testfile.
3954 * gdb.ada/bad-task-bp-keyword.exp: Use standard_ada_testfile.
3955 * gdb.ada/bp_enum_homonym.exp: Use standard_ada_testfile.
3956 * gdb.ada/bp_on_var.exp: Use standard_ada_testfile.
3957 * gdb.ada/bp_range_type.exp: Use standard_ada_testfile.
3958 * gdb.ada/call_pn.exp: Use standard_ada_testfile.
3959 * gdb.ada/catch_ex.exp: Use standard_ada_testfile.
3960 * gdb.ada/char_enum.exp: Use standard_ada_testfile.
3961 * gdb.ada/char_param.exp: Use standard_ada_testfile.
3962 * gdb.ada/complete.exp: Use standard_ada_testfile.
3963 * gdb.ada/cond_lang.exp: Use standard_ada_testfile,
3964 standard_output_file.
3965 * gdb.ada/dyn_loc.exp: Use standard_ada_testfile.
3966 * gdb.ada/enum_idx_packed.exp: Use standard_ada_testfile.
3967 * gdb.ada/exec_changed.exp: Use standard_ada_testfile,
3968 standard_output_file.
3969 * gdb.ada/exprs.exp: Use standard_ada_testfile.
3970 * gdb.ada/fixed_cmp.exp: Use standard_ada_testfile.
3971 * gdb.ada/fixed_points.exp: Use standard_ada_testfile.
3972 * gdb.ada/formatted_ref.exp: Use standard_ada_testfile.
3973 * gdb.ada/frame_args.exp: Use standard_ada_testfile.
3974 * gdb.ada/fullname_bp.exp: Use standard_ada_testfile.
3975 * gdb.ada/fun_addr.exp: Use standard_ada_testfile.
3976 * gdb.ada/fun_in_declare.exp: Use standard_ada_testfile.
3977 * gdb.ada/funcall_param.exp: Use standard_ada_testfile.
3978 * gdb.ada/homonym.exp: Use standard_ada_testfile.
3979 * gdb.ada/info_locals_renaming.exp: Use standard_ada_testfile.
3980 * gdb.ada/int_deref.exp: Use standard_ada_testfile.
3981 * gdb.ada/interface.exp: Use standard_ada_testfile.
3982 * gdb.ada/lang_switch.exp: Use standard_ada_testfile,
3983 standard_output_file
3984 * gdb.ada/mi_catch_ex.exp: Use standard_ada_testfile.
3985 * gdb.ada/mi_task_arg.exp: Use standard_ada_testfile.
3986 * gdb.ada/mi_task_info.exp: Use standard_ada_testfile.
3987 * gdb.ada/mod_from_name.exp: Use standard_ada_testfile.
3988 * gdb.ada/nested.exp: Use standard_ada_testfile.
3989 * gdb.ada/null_array.exp: Use standard_ada_testfile.
3990 * gdb.ada/null_record.exp: Use standard_ada_testfile.
3991 * gdb.ada/operator_bp.exp: Use standard_ada_testfile.
3992 * gdb.ada/packed_array.exp: Use standard_ada_testfile.
3993 * gdb.ada/packed_tagged.exp: Use standard_ada_testfile.
3994 * gdb.ada/print_chars.exp: Use standard_ada_testfile.
3995 * gdb.ada/print_pc.exp: Use standard_ada_testfile.
3996 * gdb.ada/ptr_typedef.exp: Use standard_ada_testfile.
3997 * gdb.ada/ptype_field.exp: Use standard_ada_testfile.
3998 * gdb.ada/ptype_tagged_param.exp: Use standard_ada_testfile.
3999 * gdb.ada/rec_return.exp: Use standard_ada_testfile.
4000 * gdb.ada/ref_param.exp: Use standard_ada_testfile.
4001 * gdb.ada/ref_tick_size.exp: Use standard_ada_testfile.
4002 * gdb.ada/same_enum.exp: Use standard_ada_testfile.
4003 * gdb.ada/set_pckd_arr_elt.exp: Use standard_ada_testfile.
4004 * gdb.ada/small_reg_param.exp: Use standard_ada_testfile.
4005 * gdb.ada/start.exp: Use standard_ada_testfile.
4006 * gdb.ada/str_ref_cmp.exp: Use standard_ada_testfile.
4007 * gdb.ada/sym_print_name.exp: Use standard_ada_testfile.
4008 * gdb.ada/taft_type.exp: Use standard_ada_testfile.
4009 * gdb.ada/tagged.exp: Use standard_ada_testfile.
4010 * gdb.ada/tagged_not_init.exp: Use standard_ada_testfile.
4011 * gdb.ada/task_bp.exp: Use standard_ada_testfile.
4012 * gdb.ada/tasks.exp: Use standard_ada_testfile.
4013 * gdb.ada/tick_last_segv.exp: Use standard_ada_testfile.
4014 * gdb.ada/type_coercion.exp: Use standard_ada_testfile.
4015 * gdb.ada/uninitialized_vars.exp: Use standard_ada_testfile.
4016 * gdb.ada/variant_record_packed_array.exp: Use standard_ada_testfile.
4017 * gdb.ada/watch_arg.exp: Use standard_ada_testfile.
4018 * gdb.ada/whatis_array_val.exp: Use standard_ada_testfile.
4019 * gdb.ada/widewide.exp: Use standard_ada_testfile.
4020
4021 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4022
4023 Fix testsuite regression after --use-deprecated-index-sections removal.
4024 * lib/mi-support.exp (gdbindex_warning_re): Update the expect string.
4025
4026 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4027
4028 Fix compatibility with Tcl before 7.5.
4029 * lib/future.exp (lreverse): New function if it does not exist.
4030
4031 2012-07-25 Marc Khouzam <marc.khouzam@ericsson.com>
4032
4033 * gdb.mi/mi-pending.c: New method to set a second pending
4034 breakpoint.
4035 * gdb.mi/mi-pending.exp: Set a pending breakpoint with a
4036 condition.
4037
4038 2012-07-20 Pedro Alves <palves@redhat.com>
4039
4040 PR threads/11692
4041 PR gdb/12203
4042
4043 * gdb.threads/create-fail.c: New file.
4044 * gdb.threads/create-fail.exp: New file.
4045
4046 2012-07-19 Pedro Alves <palves@redhat.com>
4047
4048 * config/monitor.exp (gdb_load): Remove redundant ';' in for loop.
4049 * config/vx.exp (gdb_start): Likewise.
4050 * gdb.base/printcmds.exp (test_print_repeats_10): Likewise.
4051 * gdb.base/setvar.exp (test_set): Likewise.
4052 * gdb.base/sigall.exp: Use foreach+lrange instead of for+continue.
4053 * gdb.reverse/sigall-precsave.exp: Likewise.
4054 * gdb.reverse/sigall-reverse.exp: Likewise.
4055
4056 2012-07-19 Pedro Alves <palves@redhat.com>
4057
4058 * gdb.reverse/sigall-precsave.exp: Set a breakpoint at each signal
4059 handler before recording.
4060
4061 2012-07-19 Tom Tromey <tromey@redhat.com>
4062
4063 * gdb.cp/casts.exp: Add tests for typeof and decltype.
4064 * gdb.cp/casts.cc (decltype): New function.
4065 (main): Use it.
4066
4067 2012-07-19 Pedro Alves <palves@redhat.com>
4068
4069 * gdb.base/sigall.exp (signals): New list.
4070 <top level>: Loop over signals in the $signals list instead of
4071 calling a test function once per signal.
4072 * gdb.reverse/sigall-precsave.exp (signals): New list.
4073 <top level>: Loop over signals in the $signals list instead of
4074 calling a test function once per signal.
4075 * gdb.reverse/sigall-reverse.exp (signals): New list.
4076 <top level>: Loop over signals in the $signals list instead of
4077 calling a test function once per signal.
4078
4079 2012-07-19 Yao Qi <yao@codesourcery.com>
4080
4081 * gdb.base/setshow.exp: Test 'set args ~'.
4082
4083 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4084
4085 * gdb.base/store.exp (check_set): Import gdb_prompt.
4086 (continue to wack_${t}): Make it to conditional gdb_test_multiple.
4087 (${prefix}; next ${t}): Hide its name, handle it conditionally now.
4088
4089 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4090
4091 PR 11914
4092 * gdb.python/py-prettyprint.c (eval_func, eval_sub): New.
4093 (main): Call eval_sub.
4094 * gdb.python/py-prettyprint.exp:
4095 (python execfile ('py-prettyprint.py')): Move it earlier.
4096 New breakpoint for eval-break.
4097 (continue to breakpoint: eval-break, info locals): New test.
4098 (python execfile ('py-prettyprint.py')): Move it from here.
4099 * gdb.python/py-prettyprint.py (class pp_eval_type): New.
4100 (register_pretty_printers): Register pp_eval_type.
4101
4102 2012-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4103
4104 Fix a testcase regression by me.
4105 * gdb.dwarf2/fission-reread.S: Fix two DW_FORM_data8 to be
4106 DW_FORM_data4.
4107
4108 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4109 Doug Evans <dje@google.com>
4110
4111 * gdb.dwarf2/dw2-minsym-in-cu.S: New file.
4112 * gdb.dwarf2/dw2-minsym-in-cu.exp: New file.
4113
4114 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4115
4116 Fix gdbserver run regression.
4117 * gdb.trace/disconnected-tracing.exp (executabel): Fix typo.
4118
4119 2012-07-12 Tom Tromey <tromey@redhat.com>
4120
4121 * lib/gdb.exp (standard_testfile): Don't declare objdir.
4122 (clean_restart): Likewise.
4123 (core_find): Use standard_output_file.
4124
4125 2012-07-12 Tom Tromey <tromey@redhat.com>
4126
4127 * gdb.dwarf2/dup-psym.exp: Use prepare_for_testing_full.
4128 * gdb.dwarf2/dw2-anonymous-func.exp: Use
4129 prepare_for_testing_full.
4130 * gdb.dwarf2/dw2-basic.exp: Use prepare_for_testing_full.
4131 * gdb.dwarf2/dw2-compressed.exp: Use prepare_for_testing_full.
4132 * gdb.dwarf2/dw2-const.exp: Use prepare_for_testing_full.
4133 * gdb.dwarf2/dw2-cu-size.exp: Use prepare_for_testing_full.
4134 * gdb.dwarf2/dw2-intercu.exp: Use prepare_for_testing_full.
4135 * gdb.dwarf2/dw2-intermix.exp: Use prepare_for_testing_full.
4136 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use
4137 prepare_for_testing_full.
4138 * gdb.dwarf2/dw2-producer.exp: Use prepare_for_testing_full.
4139 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use
4140 prepare_for_testing_full.
4141 * gdb.dwarf2/dw2-restore.exp: Use prepare_for_testing_full.
4142 * gdb.dwarf2/dw2-strp.exp: Use prepare_for_testing_full.
4143 * gdb.dwarf2/mac-fileno.exp: Use prepare_for_testing_full.
4144
4145 2012-07-12 Tom Tromey <tromey@redhat.com>
4146
4147 * lib/gdb.exp (build_executable_from_specs): New proc, from
4148 build_executable.
4149 (build_executable): Use it.
4150 (prepare_for_testing_full): New proc.
4151
4152 2012-07-11 Tom Tromey <tromey@redhat.com>
4153
4154 * gdb.reverse/break-precsave.exp: Use standard_output_file.
4155 * gdb.reverse/consecutive-precsave.exp: Use standard_output_file.
4156 * gdb.reverse/finish-precsave.exp: Use standard_output_file.
4157 * gdb.reverse/i386-precsave.exp: Use standard_output_file.
4158 * gdb.reverse/machinestate-precsave.exp: Use standard_output_file.
4159 * gdb.reverse/sigall-precsave.exp: Use standard_output_file.
4160 * gdb.reverse/solib-precsave.exp: Use standard_output_file.
4161 * gdb.reverse/step-precsave.exp: Use standard_output_file.
4162 * gdb.reverse/until-precsave.exp: Use standard_output_file.
4163 * gdb.reverse/watch-precsave.exp: Use standard_output_file.
4164
4165 2012-07-10 Tom Tromey <tromey@redhat.com>
4166
4167 * gdb.mi/dw2-ref-missing-frame.exp: Use standard_testfile,
4168 standard_output_file.
4169 * gdb.mi/gdb2549.exp: Use standard_testfile.
4170 * gdb.mi/gdb669.exp: Use standard_testfile.
4171 * gdb.mi/gdb701.exp: Use standard_testfile.
4172 * gdb.mi/gdb792.exp: Use standard_testfile.
4173 * gdb.mi/mi-async.exp: Use standard_testfile.
4174 * gdb.mi/mi-basics.exp: Use standard_testfile.
4175 * gdb.mi/mi-break.exp: Use standard_testfile.
4176 * gdb.mi/mi-cli.exp: Use standard_testfile.
4177 * gdb.mi/mi-console.exp: Use standard_testfile.
4178 * gdb.mi/mi-disassemble.exp: Use standard_testfile.
4179 * gdb.mi/mi-eval.exp: Use standard_testfile.
4180 * gdb.mi/mi-file-transfer.exp: Use standard_testfile.
4181 * gdb.mi/mi-file.exp: Use standard_testfile.
4182 * gdb.mi/mi-inheritance-syntax-error.exp: Use standard_testfile.
4183 * gdb.mi/mi-logging.exp: Use standard_testfile.
4184 * gdb.mi/mi-nonstop-exit.exp: Use standard_testfile.
4185 * gdb.mi/mi-nonstop.exp: Use standard_testfile.
4186 * gdb.mi/mi-ns-stale-regcache.exp: Use standard_testfile.
4187 * gdb.mi/mi-nsintrall.exp: Use standard_testfile.
4188 * gdb.mi/mi-nsmoribund.exp: Use standard_testfile.
4189 * gdb.mi/mi-nsthrexec.exp: Use standard_testfile.
4190 * gdb.mi/mi-pending.exp: Use standard_testfile,
4191 standard_output_file.
4192 * gdb.mi/mi-pthreads.exp: Use standard_testfile.
4193 * gdb.mi/mi-read-memory.exp: Use standard_testfile.
4194 * gdb.mi/mi-regs.exp: Use standard_testfile.
4195 * gdb.mi/mi-return.exp: Use standard_testfile.
4196 * gdb.mi/mi-reverse.exp: Use standard_testfile.
4197 * gdb.mi/mi-simplerun.exp: Use standard_testfile.
4198 * gdb.mi/mi-solib.exp: Use standard_testfile,
4199 standard_output_file.
4200 * gdb.mi/mi-stack.exp: Use standard_testfile.
4201 * gdb.mi/mi-stepi.exp: Use standard_testfile.
4202 * gdb.mi/mi-stepn.exp: Use standard_testfile.
4203 * gdb.mi/mi-syn-frame.exp: Use standard_testfile.
4204 * gdb.mi/mi-until.exp: Use standard_testfile.
4205 * gdb.mi/mi-var-block.exp: Use standard_testfile.
4206 * gdb.mi/mi-var-child-f.exp: Use standard_testfile.
4207 * gdb.mi/mi-var-child.exp: Use standard_testfile.
4208 * gdb.mi/mi-var-cmd.exp: Use standard_testfile.
4209 * gdb.mi/mi-var-cp.exp: Use standard_testfile.
4210 * gdb.mi/mi-var-display.exp: Use standard_testfile.
4211 * gdb.mi/mi-var-invalidate.exp: Use standard_testfile,
4212 standard_output_file.
4213 * gdb.mi/mi-var-rtti.exp: Use standard_testfile.
4214 * gdb.mi/mi-watch-nonstop.exp: Use standard_testfile.
4215 * gdb.mi/mi-watch.exp: Use standard_testfile.
4216 * gdb.mi/mi2-amd64-entry-value.exp: Use standard_testfile.
4217 * gdb.mi/mi2-basics.exp: Use standard_testfile.
4218 * gdb.mi/mi2-break.exp: Use standard_testfile.
4219 * gdb.mi/mi2-cli.exp: Use standard_testfile.
4220 * gdb.mi/mi2-console.exp: Use standard_testfile.
4221 * gdb.mi/mi2-disassemble.exp: Use standard_testfile.
4222 * gdb.mi/mi2-eval.exp: Use standard_testfile.
4223 * gdb.mi/mi2-file.exp: Use standard_testfile.
4224 * gdb.mi/mi2-pthreads.exp: Use standard_testfile.
4225 * gdb.mi/mi2-read-memory.exp: Use standard_testfile.
4226 * gdb.mi/mi2-regs.exp: Use standard_testfile.
4227 * gdb.mi/mi2-return.exp: Use standard_testfile.
4228 * gdb.mi/mi2-simplerun.exp: Use standard_testfile.
4229 * gdb.mi/mi2-stack.exp: Use standard_testfile.
4230 * gdb.mi/mi2-stepi.exp: Use standard_testfile.
4231 * gdb.mi/mi2-syn-frame.exp: Use standard_testfile.
4232 * gdb.mi/mi2-until.exp: Use standard_testfile.
4233 * gdb.mi/mi2-var-block.exp: Use standard_testfile.
4234 * gdb.mi/mi2-var-child.exp: Use standard_testfile.
4235 * gdb.mi/mi2-var-cmd.exp: Use standard_testfile.
4236 * gdb.mi/mi2-var-display.exp: Use standard_testfile.
4237 * gdb.mi/mi2-watch.exp: Use standard_testfile.
4238
4239 2012-07-10 Tom Tromey <tromey@redhat.com>
4240
4241 * gdb.cp/abstract-origin.exp: Use standard_testfile.
4242 * gdb.cp/ambiguous.exp: Use standard_testfile,
4243 prepare_for_testing.
4244 * gdb.cp/annota2.exp: Use standard_testfile, prepare_for_testing.
4245 * gdb.cp/annota3.exp: Use standard_testfile, prepare_for_testing.
4246 * gdb.cp/anon-ns.exp: Use standard_testfile.
4247 * gdb.cp/anon-struct.exp: Use standard_testfile.
4248 * gdb.cp/anon-union.exp: Use standard_testfile,
4249 prepare_for_testing.
4250 * gdb.cp/arg-reference.exp: Use standard_testfile,
4251 prepare_for_testing.
4252 * gdb.cp/bool.exp: Use standard_testfile, prepare_for_testing.
4253 * gdb.cp/breakpoint.exp: Use standard_testfile,
4254 prepare_for_testing.
4255 * gdb.cp/bs15503.exp: Use standard_testfile, prepare_for_testing.
4256 * gdb.cp/call-c.exp: Use standard_testfile, clean_restart,
4257 standard_output_file.
4258 * gdb.cp/casts.exp: Use standard_testfile, prepare_for_testing.
4259 * gdb.cp/class2.exp: Use standard_testfile, prepare_for_testing.
4260 * gdb.cp/classes.exp: Use standard_testfile, prepare_for_testing.
4261 (test_static_members): Update.
4262 * gdb.cp/cmpd-minsyms.exp: Use standard_testfile.
4263 * gdb.cp/converts.exp: Use standard_testfile.
4264 * gdb.cp/cp-relocate.exp: Use standard_testfile.
4265 * gdb.cp/cpcompletion.exp: Use standard_testfile,
4266 prepare_for_testing.
4267 * gdb.cp/cpexprs.exp: Use standard_testfile, prepare_for_testing.
4268 * gdb.cp/cplabel.exp: Use standard_testfile.
4269 * gdb.cp/cplusfuncs.exp: Use standard_testfile,
4270 prepare_for_testing.
4271 * gdb.cp/ctti.exp: Use standard_testfile, prepare_for_testing.
4272 * gdb.cp/derivation.exp: Use standard_testfile,
4273 prepare_for_testing.
4274 * gdb.cp/destrprint.exp: Use standard_testfile.
4275 * gdb.cp/dispcxx.exp: Use standard_testfile.
4276 * gdb.cp/exception.exp: Use standard_testfile,
4277 prepare_for_testing.
4278 * gdb.cp/expand-psymtabs-cxx.exp: Use standard_testfile.
4279 * gdb.cp/extern-c.exp: Use standard_testfile,
4280 prepare_for_testing.
4281 * gdb.cp/formatted-ref.exp: Use standard_testfile,
4282 prepare_for_testing.
4283 * gdb.cp/fpointer.exp: Use standard_testfile.
4284 * gdb.cp/gdb1355.exp: Use standard_testfile, prepare_for_testing.
4285 * gdb.cp/gdb2384.exp: Use standard_testfile, clean_restart,
4286 standard_output_file.
4287 * gdb.cp/gdb2495.exp: Use standard_testfile, prepare_for_testing.
4288 * gdb.cp/hang.exp: Use standard_testfile, prepare_for_testing.
4289 * gdb.cp/infcall-dlopen.exp: Use standard_testfile,
4290 standard_output_file.
4291 * gdb.cp/inherit.exp: Use standard_testfile, prepare_for_testing.
4292 (do_tests): Update.
4293 * gdb.cp/koenig.exp: Use standard_testfile.
4294 * gdb.cp/local.exp: Use standard_testfile, prepare_for_testing.
4295 * gdb.cp/m-data.exp: Use standard_testfile, prepare_for_testing.
4296 * gdb.cp/m-static.exp: Use standard_testfile,
4297 prepare_for_testing.
4298 * gdb.cp/mb-ctor.exp: Use standard_testfile, prepare_for_testing.
4299 * gdb.cp/mb-inline.exp: Use standard_testfile,
4300 prepare_for_testing.
4301 * gdb.cp/mb-templates.exp: Use standard_testfile,
4302 prepare_for_testing.
4303 * gdb.cp/member-ptr.exp: Use standard_testfile,
4304 prepare_for_testing.
4305 * gdb.cp/meth-typedefs.exp: Use standard_testfile.
4306 * gdb.cp/method.exp: Use standard_testfile, prepare_for_testing.
4307 * gdb.cp/method2.exp: Use standard_testfile.
4308 * gdb.cp/minsym-fallback.exp: Use standard_testfile,
4309 standard_output_file.
4310 * gdb.cp/misc.exp: Use standard_testfile, prepare_for_testing.
4311 (do_tests): Update.
4312 * gdb.cp/namespace-enum.exp: Use standard_testfile,
4313 prepare_for_testing.
4314 * gdb.cp/namespace-nested-import.exp: Use standard_testfile,
4315 prepare_for_testing.
4316 * gdb.cp/namespace.exp: Use standard_testfile,
4317 prepare_for_testing.
4318 * gdb.cp/nextoverthrow.exp: Use standard_testfile.
4319 * gdb.cp/no-dmgl-verbose.exp: Use standard_testfile.
4320 * gdb.cp/nsdecl.exp: Use standard_testfile, prepare_for_testing.
4321 * gdb.cp/nsimport.exp: Use standard_testfile,
4322 prepare_for_testing.
4323 * gdb.cp/nsnested.exp: Use standard_testfile.
4324 * gdb.cp/nsnoimports.exp: Use standard_testfile.
4325 * gdb.cp/nsrecurs.exp: Use standard_testfile,
4326 prepare_for_testing.
4327 * gdb.cp/nsstress.exp: Use standard_testfile,
4328 prepare_for_testing.
4329 * gdb.cp/nsusing.exp: Use standard_testfile, prepare_for_testing.
4330 * gdb.cp/operator.exp: Use standard_testfile.
4331 * gdb.cp/oranking.exp: Use standard_testfile.
4332 * gdb.cp/overload-const.exp: Use standard_testfile.
4333 * gdb.cp/overload.exp: Use standard_testfile,
4334 prepare_for_testing.
4335 * gdb.cp/ovldbreak.exp: Use standard_testfile.
4336 * gdb.cp/ovsrch.exp: Use standard_testfile.
4337 * gdb.cp/paren-type.exp: Use standard_testfile.
4338 * gdb.cp/pass-by-ref.exp: Use standard_testfile,
4339 prepare_for_testing.
4340 * gdb.cp/pr-1023.exp: Use standard_testfile, prepare_for_testing.
4341 * gdb.cp/pr-1210.exp: Use standard_testfile, prepare_for_testing.
4342 * gdb.cp/pr-574.exp: Use standard_testfile, prepare_for_testing.
4343 * gdb.cp/pr10687.exp: Use standard_testfile, clean_restart.
4344 * gdb.cp/pr10728.exp: Use standard_testfile,
4345 standard_output_file.
4346 * gdb.cp/pr12028.exp: Use standard_testfile.
4347 * gdb.cp/pr9067.exp: Use standard_testfile, prepare_for_testing.
4348 * gdb.cp/pr9167.exp: Use standard_testfile.
4349 * gdb.cp/pr9631.exp: Use standard_testfile, prepare_for_testing.
4350 * gdb.cp/printmethod.exp: Use standard_testfile,
4351 prepare_for_testing.
4352 * gdb.cp/psmang.exp: Use standard_testfile, clean_restart.
4353 * gdb.cp/psymtab-parameter.exp: Use standard_testfile.
4354 * gdb.cp/ptype-cv-cp.exp: Use standard_testfile.
4355 * gdb.cp/re-set-overloaded.exp: Use standard_testfile,
4356 standard_output_file.
4357 * gdb.cp/readnow-language.exp: Use standard_testfile.
4358 * gdb.cp/ref-params.exp: Use standard_testfile, build_executable.
4359 (gdb_start_again): Use clean_restart.
4360 * gdb.cp/ref-types.exp: Use standard_testfile,
4361 prepare_for_testing.
4362 * gdb.cp/rtti.exp: Use standard_testfile, prepare_for_testing.
4363 * gdb.cp/shadow.exp: Use standard_testfile, prepare_for_testing.
4364 * gdb.cp/smartp.exp: Use standard_testfile.
4365 * gdb.cp/static-method.exp: Use standard_testfile.
4366 * gdb.cp/static-print-quit.exp: Use standard_testfile.
4367 * gdb.cp/temargs.exp: Use standard_testfile.
4368 * gdb.cp/templates.exp: Use standard_testfile,
4369 prepare_for_testing.
4370 (do_tests): Update.
4371 * gdb.cp/try_catch.exp: Use standard_testfile,
4372 prepare_for_testing.
4373 * gdb.cp/typedef-operator.exp: Use standard_testfile.
4374 * gdb.cp/userdef.exp: Use standard_testfile, prepare_for_testing.
4375 * gdb.cp/virtbase.exp: Use standard_testfile,
4376 prepare_for_testing.
4377 * gdb.cp/virtfunc.exp: Use standard_testfile,
4378 prepare_for_testing.
4379 (do_tests): Update.
4380 * gdb.cp/virtfunc2.exp: Use standard_testfile,
4381 prepare_for_testing.
4382
4383 2012-07-10 Tom Tromey <tromey@redhat.com>
4384
4385 * lib/gdb.exp (standard_testfile): Unset output variables from
4386 earlier invocations.
4387
4388 2012-07-10 Yao Qi <yao@codesourcery.com>
4389
4390 * gdb.mi/gdb2549.exp: Remove -DFAKEARGV from compilation flags.
4391 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp: Likewise.
4392 * gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp: Likewise.
4393 * gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp: Likewise.
4394 * gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp: Likewise.
4395 * gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp: Likewise.
4396 * gdb.mi/mi-return.exp, gdb.mi/mi-reverse.exp: Likewise.
4397 * gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp: Likewise.
4398 * gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp: Likewise.
4399 * gdb.mi/mi-until.exp, gdb.mi/mi-var-block.exp: Likewise.
4400 * gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp: Likewise.
4401 * gdb.mi/mi-var-display.exp: Likewise.
4402 * gdb.mi/mi-var-invalidate.exp: Likewise.
4403 * gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp: Likewise.
4404 * gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp: Likewise.
4405 * gdb.mi/mi2-console.exp: Likewise.
4406 * gdb.mi/mi2-disassemble.exp: Likewise.
4407 * gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp: Likewise.
4408 * gdb.mi/mi2-read-memory.exp: Likewise.
4409 * gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp: Likewise.
4410 * gdb.mi/mi2-simplerun.exp: Likewise.
4411 * gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp: Likewise.
4412 * gdb.mi/mi2-syn-frame.exp: Likewise.
4413 * gdb.mi/mi2-until.exp, gdb.mi/mi2-var-block.exp: Likewise.
4414 * gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp: Likewise.
4415 * gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp: Likewise.
4416
4417 2012-07-09 Tom Tromey <tromey@redhat.com>
4418
4419 * gdb.base/whatis.exp: Add error checks for improper 'void' uses.
4420 * gdb.base/callfuncs.exp: Add cast-based test.
4421 * gdb.base/callfuncs.c (voidfunc): New function.
4422
4423 2012-07-08 Doug Evans <dje@google.com>
4424
4425 * gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
4426
4427 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
4428
4429 Fix XFAIL compatibility with old i386 systems.
4430 * gdb.base/stale-infcall.exp (test system longjmp tracking support):
4431 Check also 'Cannot insert breakpoint 0'.
4432
4433 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4434
4435 PR 14321
4436 * gdb.base/find.exp
4437 (find int64_search_buf, +64/8*100, int64_search_buf): New test.
4438
4439 2012-07-06 Tom Tromey <tromey@redhat.com>
4440
4441 * gdb.base/whatis.exp: Add test.
4442
4443 2012-07-06 Tom Tromey <tromey@redhat.com>
4444
4445 * gdb.base/whatis.exp: Add regression test.
4446
4447 2012-07-06 Tom Tromey <tromey@redhat.com>
4448
4449 * gdb.base/whatis.exp: Add tests.
4450
4451 2012-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4452
4453 PR 12649
4454 * gdb.base/dprintf.exp (Set dprintf style to agent): Add missing
4455 gdb_test_multiple $gdb_prompt terminator.
4456
4457 2012-07-04 Pedro Alves <palves@redhat.com>
4458
4459 * gdb.mi/mi-reverse.exp: Use supports_reverse and
4460 supports_process_record.
4461
4462 2012-07-04 Pedro Alves <palves@redhat.com>
4463
4464 * gdb.ada/packed_tagged/comp_bug.adb: Convert to unix text line
4465 endings.
4466 * gdb.mi/mi-reverse.exp: Convert to unix text line endings.
4467
4468 2012-07-03 Stan Shebs <stan@codesourcery.com>
4469
4470 * gdb.base/info-os.c (main): Retry resource acquisition until an
4471 available one is found.
4472 * gdb.base/info-os.exp: Collect resource keys from the program
4473 and use them in matching.
4474
4475 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4476
4477 * gdb.threads/gcore-thread.exp: Remove variable libthread_db_seen.
4478 Wrap the test into loop for corefile and core0file.
4479
4480 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4481
4482 * gdb.dwarf2/fission-reread.S: Remove .section attributes.
4483 Change CU pointer size to 4 bytes, adjust .8byte to .4byte. Remove
4484 .note.GNU-stack.
4485
4486 * gdb.dwarf2/fission-reread.S: Change # comments to /* */ comments.
4487
4488 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
4489
4490 * gdb.base/help.exp (help b, help br, help bre, help brea, help
4491 break): Include help message for the new `-probe' and `-probe-stap'
4492 options.
4493
4494 2012-07-02 Stan Shebs <stan@codesourcery.com>
4495
4496 * gdb.base/dprintf.exp: Add agent style tests.
4497
4498 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4499
4500 * gdb.base/stale-infcall.c (infcall): New label test-next.
4501 (main): New labels test-pass and test-fail.
4502 * gdb.base/stale-infcall.exp: Continue to test-next. Put breakpoint
4503 $test_fail_bpnum to test-fail.
4504 (test system longjmp tracking support): New test.
4505 Delete $test_fail_bpnum.
4506 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept also Temporary
4507 breakpoint.
4508
4509 2012-06-30 Doug Evans <dje@google.com>
4510
4511 * gdb.dwarf2/fission-reread.S: New file.
4512 * gdb.dwarf2/fission-reread.exp: New file.
4513
4514 2012-06-28 Stan Shebs <stan@codesourcery.com>
4515
4516 * gdb.mi/mi-logging.exp: New file.
4517
4518 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4519 Pedro Alves <palves@redhat.com>
4520
4521 * gdb.threads/siginfo-threads.exp: New file.
4522 * gdb.threads/siginfo-threads.c: New file.
4523 * gdb.threads/sigstep-threads.exp: New file.
4524 * gdb.threads/sigstep-threads.c: New file.
4525
4526 2012-06-28 Tom Tromey <tromey@redhat.com>
4527
4528 * gdb.go/package.exp: Partially revert earlier patch; use
4529 gdb_compile again. Use standard_output_file.
4530
4531 2012-06-27 Doug Evans <dje@google.com>
4532
4533 * gdb.dwarf2/fission-base.c: New file.
4534 * gdb.dwarf2/fission-base.S: New file.
4535 * gdb.dwarf2/fission-base.exp: New file.
4536
4537 2012-06-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4538
4539 * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile.
4540
4541 2012-06-27 Tom Tromey <tromey@redhat.com>
4542
4543 * gdb.base/macscp1.c (macscp_expr): Add breakpoint comment.
4544 * gdb.base/macscp.exp (maybe_kfail): Add test for macro scope.
4545
4546 2012-06-27 Tom Tromey <tromey@redhat.com>
4547
4548 * gdb.dwarf2/pr10770.exp: Use standard_testfile.
4549 * gdb.dwarf2/dw2-var-zero-addr.exp: Use standard_testfile.
4550 * gdb.dwarf2/dw2-param-error.exp: Use standard_testfile.
4551 * gdb.dwarf2/dw2-op-call.exp: Use standard_testfile.
4552 * gdb.dwarf2/dw2-inline-param.exp: Use standard_testfile,
4553 prepare_for_testing.
4554 * gdb.dwarf2/dw2-inline-break.exp: Use standard_testfile.
4555 * gdb.dwarf2/dw2-ifort-parameter.exp: Use standard_testfile.
4556 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Use
4557 standard_testfile.
4558 * gdb.dwarf2/dw2-case-insensitive.exp: Use standard_testfile.
4559 * gdb.dwarf2/dw4-sig-types.exp: Use standard_testfile.
4560 * gdb.dwarf2/dw2-objfile-overlap.exp: Use standard_testfile.
4561 * gdb.dwarf2/callframecfa.exp: Use standard_testfile,
4562 prepare_for_testing.
4563 * gdb.dwarf2/dup-psym.exp: Use standard_testfile.
4564 * gdb.dwarf2/dw2-ada-ffffffff.exp: Use standard_testfile.
4565 * gdb.dwarf2/dw2-anonymous-func.exp: Use standard_testfile.
4566 * gdb.dwarf2/dw2-bad-parameter-type.exp: Use standard_testfile.
4567 * gdb.dwarf2/dw2-basic.exp: Use standard_testfile.
4568 * gdb.dwarf2/dw2-compressed.exp: Use standard_testfile.
4569 * gdb.dwarf2/dw2-const.exp: Use standard_testfile.
4570 * gdb.dwarf2/dw2-cu-size.exp: Use standard_testfile.
4571 * gdb.dwarf2/dw2-double-set-die-type.exp: Use standard_testfile.
4572 * gdb.dwarf2/dw2-empty-namespace.exp: Use standard_testfile.
4573 * gdb.dwarf2/dw2-empty-pc-range.exp: Use standard_testfile.
4574 * gdb.dwarf2/dw2-filename.exp: Use standard_testfile.
4575 * gdb.dwarf2/dw2-icc-opaque.exp: Use standard_testfile.
4576 * gdb.dwarf2/dw2-inheritance.exp: Use standard_testfile.
4577 * gdb.dwarf2/dw2-intercu.exp: Use standard_testfile.
4578 * gdb.dwarf2/dw2-intermix.exp: Use standard_testfile.
4579 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use standard_testfile.
4580 * gdb.dwarf2/dw2-modula2-self-type.exp: Use standard_testfile.
4581 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use standard_testfile.
4582 * gdb.dwarf2/dw2-op-stack-value.exp: Use standard_testfile.
4583 * gdb.dwarf2/dw2-producer.exp: Use standard_testfile.
4584 * gdb.dwarf2/dw2-ranges.exp: Use standard_testfile,
4585 standard_output_file.
4586 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use standard_testfile,
4587 standard_output_file.
4588 * gdb.dwarf2/dw2-restore.exp: Use standard_testfile.
4589 * gdb.dwarf2/dw2-simple-locdesc.exp: Use standard_testfile.
4590 * gdb.dwarf2/dw2-skip-prologue.exp: Use standard_testfile.
4591 * gdb.dwarf2/dw2-stack-boundary.exp: Use standard_testfile.
4592 * gdb.dwarf2/dw2-strp.exp: Use standard_testfile.
4593 * gdb.dwarf2/dw4-sig-type-unused.exp: Use standard_testfile.
4594 * gdb.dwarf2/implptr-64bit.exp: Use standard_testfile.
4595 * gdb.dwarf2/implptr-optimized-out.exp: Use standard_testfile.
4596 * gdb.dwarf2/implptr.exp: Use standard_testfile.
4597 * gdb.dwarf2/mac-fileno.exp: Use standard_testfile.
4598 * gdb.dwarf2/member-ptr-forwardref.exp: Use standard_testfile.
4599 * gdb.dwarf2/pieces.exp: Use standard_testfile.
4600 * gdb.dwarf2/pr11465.exp: Use standard_testfile.
4601 * gdb.dwarf2/pr13961.exp: Use standard_testfile.
4602 * gdb.dwarf2/valop.exp: Use standard_testfile,
4603 prepare_for_testing.
4604
4605 2012-06-27 Tom Tromey <tromey@redhat.com>
4606
4607 * gdb.python/python.exp: Fix regexps in pagination tests.
4608
4609 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
4610
4611 * gdb.python/py-symtab.exp: Add tests to test the new attribute
4612 'last' of gdb.Symtab_and_line.
4613 * gdb.python/py-symbol.c: Move break point comment to enable
4614 testing of gdb.Symtab_and_line.last.
4615
4616 2012-06-26 Tom Tromey <tromey@redhat.com>
4617
4618 * gdb.threads/step.c: Remove.
4619 * gdb.threads/step.exp: Remove.
4620 * gdb.threads/step2.exp: Remove.
4621
4622 2012-06-26 Tom Tromey <tromey@redhat.com>
4623
4624 * gdb.threads/watchpoint-fork.exp (test): Use
4625 standard_output_file. Don't declare objdir.
4626 * gdb.threads/attach-into-signal.exp: Use standard_testfile,
4627 standard_output_file.
4628 * gdb.threads/attach-stopped.exp: Use standard_testfile.
4629 * gdb.threads/bp_in_thread.exp: Use standard_testfile,
4630 clean_restart. Remove incdir.
4631 * gdb.threads/corethreads.exp: Use standard_testfile.
4632 * gdb.threads/execl.exp: Use standard_testfile,
4633 standard_output_file, clean_restart.
4634 * gdb.threads/fork-child-threads.exp: Use standard_testfile,
4635 clean_restart.
4636 * gdb.threads/fork-thread-pending.exp: Use standard_testfile,
4637 clean_restart.
4638 * gdb.threads/gcore-thread.exp: Use standard_testfile. Remove
4639 incdir.
4640 * gdb.threads/hand-call-in-threads.exp: Use standard_testfile,
4641 clean_restart. Remove incdir.
4642 * gdb.threads/ia64-sigill.exp: Use standard_testfile.
4643 * gdb.threads/interrupted-hand-call.exp: Use standard_testfile,
4644 clean_restart. Remove incdir.
4645 * gdb.threads/killed.exp: Use standard_testfile, clean_restart.
4646 Remove incdir.
4647 * gdb.threads/leader-exit.exp: Use standard_testfile.
4648 * gdb.threads/linux-dp.exp: Use standard_testfile, clean_restart.
4649 * gdb.threads/local-watch-wrong-thread.exp: Use standard_testfile,
4650 clean_restart.
4651 * gdb.threads/manythreads.exp: Use standard_testfile,
4652 clean_restart. Remove incdir.
4653 * gdb.threads/multi-create.exp: Use standard_testfile,
4654 clean_restart.
4655 * gdb.threads/no-unwaited-for-left.exp: Use standard_testfile.
4656 * gdb.threads/non-ldr-exc-1.exp: Use standard_testfile.
4657 * gdb.threads/non-ldr-exc-2.exp: Use standard_testfile.
4658 * gdb.threads/non-ldr-exc-3.exp: Use standard_testfile.
4659 * gdb.threads/non-ldr-exc-4.exp: Use standard_testfile.
4660 * gdb.threads/pending-step.exp: Use standard_testfile,
4661 clean_restart. Remove incdir.
4662 * gdb.threads/print-threads.exp: Use standard_testfile,
4663 clean_restart. Remove incdir.
4664 * gdb.threads/pthread_cond_wait.exp: Use standard_testfile,
4665 clean_restart. Remove incdir.
4666 * gdb.threads/pthreads.exp: Use standard_testfile, clean_restart.
4667 Remove incdir.
4668 * gdb.threads/schedlock.exp: Use standard_testfile. Remove
4669 incdir.
4670 * gdb.threads/sigthread.exp: Use standard_testfile,
4671 clean_restart.
4672 * gdb.threads/staticthreads.exp: Use standard_testfile,
4673 clean_restart. Remove incdir.
4674 * gdb.threads/switch-threads.exp: Use standard_testfile,
4675 clean_restart. Remove incdir.
4676 * gdb.threads/thread-execl.exp: Use standard_testfile,
4677 clean_restart. Remove incdir.
4678 * gdb.threads/thread-find.exp: Use standard_testfile,
4679 clean_restart.
4680 * gdb.threads/thread-specific.exp: Use standard_testfile,
4681 clean_restart. Remove incdir.
4682 * gdb.threads/thread-unwindonsignal.exp: Use standard_testfile,
4683 clean_restart. Remove incdir.
4684 * gdb.threads/thread_check.exp: Use standard_testfile,
4685 clean_restart. Remove incdir.
4686 * gdb.threads/thread_events.exp: Use standard_testfile. Remove
4687 incdir.
4688 * gdb.threads/threadapply.exp: Use standard_testfile,
4689 clean_restart. Remove incdir.
4690 * gdb.threads/threxit-hop-specific.exp: Use standard_testfile,
4691 clean_restart. Remove incdir.
4692 * gdb.threads/tls-nodebug.exp: Use standard_testfile,
4693 clean_restart.
4694 * gdb.threads/tls-shared.exp: Use standard_testfile,
4695 clean_restart, standard_output_file.
4696 * gdb.threads/tls-var.exp: Use standard_testfile,
4697 standard_output_file.
4698 * gdb.threads/tls.exp: Use standard_testfile, clean_restart.
4699 Remove incdir.
4700 * gdb.threads/watchthreads-reorder.exp: Use standard_testfile.
4701 * gdb.threads/watchthreads.exp: Use standard_testfile. Remove
4702 incdir.
4703 * gdb.threads/watchthreads2.exp: Use standard_testfile,
4704 clean_restart. Remove incdir.
4705
4706 2012-06-26 Tom Tromey <tromey@redhat.com>
4707
4708 * gdb.trace/actions.exp: Use standard_testfile.
4709 * gdb.trace/ax.exp: Use standard_testfile.
4710 * gdb.trace/backtrace.exp: Use standard_testfile.
4711 * gdb.trace/change-loc.exp: Use standard_testfile.
4712 * gdb.trace/circ.exp: Use standard_testfile, prepare_for_testing.
4713 * gdb.trace/collection.exp: Use standard_testfile,
4714 prepare_for_testing.
4715 * gdb.trace/deltrace.exp: Use standard_testfile.
4716 * gdb.trace/disconnected-tracing.exp: Use standard_testfile.
4717 * gdb.trace/ftrace.exp: Use standard_testfile.
4718 * gdb.trace/infotrace.exp: Use standard_testfile.
4719 * gdb.trace/packetlen.exp: Use standard_testfile.
4720 * gdb.trace/passc-dyn.exp: Use standard_testfile.
4721 * gdb.trace/passcount.exp: Use standard_testfile.
4722 * gdb.trace/pending.exp: Use standard_testfile.
4723 * gdb.trace/report.exp: Use standard_testfile.
4724 * gdb.trace/save-trace.exp: Use standard_testfile.
4725 * gdb.trace/stap-trace.exp: Use standard_testfile.
4726 * gdb.trace/status-stop.exp: Use standard_testfile.
4727 * gdb.trace/strace.exp: Use standard_testfile.
4728 * gdb.trace/tfile.exp: Use standard_testfile.
4729 * gdb.trace/tfind.exp: Use standard_testfile.
4730 * gdb.trace/trace-break.exp: Use standard_testfile.
4731 * gdb.trace/trace-mt.exp: Use standard_testfile.
4732 * gdb.trace/tracecmd.exp: Use standard_testfile.
4733 * gdb.trace/tspeed.exp: Use standard_testfile.
4734 * gdb.trace/tstatus.exp: Use standard_testfile.
4735 * gdb.trace/tsv.exp: Use standard_testfile.
4736 * gdb.trace/unavailable.exp: Use standard_testfile,
4737 prepare_for_testing.
4738 * gdb.trace/while-dyn.exp: Use standard_testfile.
4739 * gdb.trace/while-stepping.exp: Use standard_testfile.
4740
4741 2012-06-26 Tom Tromey <tromey@redhat.com>
4742
4743 * gdb.reverse/break-precsave.exp: Use standard_testfile.
4744 * gdb.reverse/break-reverse.exp: Use standard_testfile.
4745 * gdb.reverse/consecutive-precsave.exp: Use standard_testfile.
4746 * gdb.reverse/consecutive-reverse.exp: Use standard_testfile.
4747 * gdb.reverse/finish-precsave.exp: Use standard_testfile.
4748 * gdb.reverse/finish-reverse-bkpt.exp: Use standard_testfile.
4749 * gdb.reverse/finish-reverse.exp: Use standard_testfile.
4750 * gdb.reverse/i386-precsave.exp: Use standard_testfile,
4751 prepare_for_testing.
4752 * gdb.reverse/i386-reverse.exp: Use standard_testfile,
4753 prepare_for_testing.
4754 * gdb.reverse/i386-sse-reverse.exp: Use standard_testfile,
4755 prepare_for_testing.
4756 * gdb.reverse/i387-env-reverse.exp: Use standard_testfile,
4757 prepare_for_testing.
4758 * gdb.reverse/i387-stack-reverse.exp: Use standard_testfile,
4759 prepare_for_testing
4760 * gdb.reverse/machinestate-precsave.exp: Use standard_testfile.
4761 * gdb.reverse/machinestate.exp: Use standard_testfile.
4762 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Use standard_testfile.
4763 * gdb.reverse/sigall-precsave.exp: Use standard_testfile,
4764 build_executable.
4765 * gdb.reverse/sigall-reverse.exp: Use standard_testfile,
4766 build_executable.
4767 * gdb.reverse/solib-precsave.exp: Use standard_testfile,
4768 standard_output_file.
4769 * gdb.reverse/solib-reverse.exp: Use standard_testfile,
4770 standard_output_file.
4771 * gdb.reverse/step-precsave.exp: Use standard_testfile.
4772 * gdb.reverse/step-reverse.exp: Use standard_testfile.
4773 * gdb.reverse/until-precsave.exp: Use standard_testfile.
4774 * gdb.reverse/until-reverse.exp: Use standard_testfile.
4775 * gdb.reverse/watch-precsave.exp: Use standard_testfile.
4776 * gdb.reverse/watch-reverse.exp: Use standard_testfile.
4777
4778 2012-06-26 Tom Tromey <tromey@redhat.com>
4779
4780 * gdb.stabs/weird.exp: Remove directory-checking code. Use
4781 standard_output_file.
4782 * gdb.stabs/exclfwd.exp: Use standard_testfile,
4783 prepare_for_testing. Remove directory-checking code.
4784
4785 2012-06-25 Tom Tromey <tromey@redhat.com>
4786
4787 * gdb.multi/watchpoint-multi.exp: Use standard_testfile.
4788 * gdb.multi/bkpt-multi-exec.exp: Use standard_output_file. Use
4789 build_executable, not prepare_for_testing.
4790 * gdb.multi/base.exp: Use standard_output_file. Use
4791 build_executable, not prepare_for_testing.
4792
4793 2012-06-25 Tom Tromey <tromey@redhat.com>
4794
4795 * gdb.fortran/subarray.exp: Use standard_testfile,
4796 prepare_for_testing.
4797 * gdb.fortran/multi-dim.exp: Use standard_testfile.
4798 * gdb.fortran/module.exp: Use standard_testfile.
4799 * gdb.fortran/logical.exp: Use standard_testfile.
4800 * gdb.fortran/library-module.exp: Use standard_testfile,
4801 standard_output_file.
4802 * gdb.fortran/derived-type.exp: Use standard_testfile,
4803 prepare_for_testing.
4804 * gdb.fortran/complex.exp: Use standard_testfile,
4805 prepare_for_testing.
4806 * gdb.fortran/charset.exp: Use standard_testfile.
4807 * gdb.fortran/array-element.exp: Use standard_testfile,
4808 prepare_for_testing.
4809
4810 2012-06-25 Keith Seitz <keiths@redhat.com>
4811
4812 * gdb.mi/mi-break.exp (test_rbreak_creation_and_listing):
4813 Change rbreak-related tests to KFAIL and add bugzilla numbers.
4814
4815 2012-06-25 Tom Tromey <tromey@redhat.com>
4816
4817 * gdb.pascal/integers.exp: Use standard_testfile, clean_restart.
4818 * gdb.pascal/hello.exp: Use standard_testfile, clean_restart.
4819 * gdb.pascal/gdb11492.exp: Use standard_testfile, clean_restart.
4820 * gdb.pascal/floats.exp: Use standard_testfile, clean_restart.
4821
4822 2012-06-25 Tom Tromey <tromey@redhat.com>
4823
4824 * gdb.linespec/ls-errs.exp: Use standard_testfile.
4825 * gdb.linespec/ls-dollar.exp: Use standard_testfile.
4826 * gdb.linespec/linespec.exp: Use standard_testfile.
4827
4828 2012-06-25 Tom Tromey <tromey@redhat.com>
4829
4830 * gdb.modula2/unbounded-array.exp: Use standard_testfile,
4831 prepare_for_testing.
4832
4833 2012-06-25 Tom Tromey <tromey@redhat.com>
4834
4835 * gdb.opt/clobbered-registers-O2.exp: Use standard_testfile,
4836 prepare_for_testing.
4837 * gdb.opt/inline-break.exp: Use standard_testfile,
4838 prepare_for_testing.
4839 * gdb.opt/inline-bt.exp: Use standard_testfile,
4840 prepare_for_testing.
4841 * gdb.opt/inline-cmds.exp: Use standard_testfile,
4842 prepare_for_testing.
4843 * gdb.opt/inline-locals.exp: Use standard_testfile,
4844 prepare_for_testing.
4845
4846 2012-06-25 Tom Tromey <tromey@redhat.com>
4847
4848 * gdb.asm/asm-source.exp: Use standard_output_file,
4849 standard_testfile. Construct .o files in proper subdir.
4850
4851 2012-06-25 Tom Tromey <tromey@redhat.com>
4852
4853 * gdb.server/ext-attach.exp: Use standard_testfile,
4854 prepare_for_testing.
4855 * gdb.server/ext-run.exp: Use standard_testfile,
4856 build_executable.
4857 * gdb.server/file-transfer.exp: Use standard_testfile,
4858 prepare_for_testing.
4859 * gdb.server/server-exec-info.exp: Use standard_testfile.
4860 * gdb.server/server-mon.exp: Use standard_testfile,
4861 prepare_for_testing.
4862 * gdb.server/server-run.exp: Use standard_testfile,
4863 build_executable.
4864 * gdb.server/solib-list.exp: Use standard_testfile,
4865 standard_output_file.
4866
4867 2012-06-25 Tom Tromey <tromey@redhat.com>
4868
4869 * lib/gdb.exp (standard_output_file): Use "file join".
4870 * gdb.go/chan.exp: Use standard_testfile.
4871 * gdb.go/handcall.exp: Use standard_testfile.
4872 * gdb.go/hello.exp: Use standard_testfile.
4873 * gdb.integers/chan.exp: Use standard_testfile.
4874 * gdb.go/methods.exp: Use standard_testfile.
4875 * gdb.go/package.exp: Use standard_testfile.
4876 * gdb.go/strings.exp: Use standard_testfile.
4877 * gdb.go/types.exp: Use standard_testfile.
4878 * gdb.go/unsafe.exp: Use standard_testfile.
4879
4880 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
4881
4882 * gdb.arch/arm-disp-step.S: Fix use of .global directives.
4883
4884 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4885
4886 Fix regression by the previous commit.
4887 * gdb.python/lib-types.exp: Add c++ to the compilation flags.
4888
4889 2012-06-22 Tom Tromey <tromey@redhat.com>
4890
4891 * gdb.python/lib-types.exp: Use standard_testfile,
4892 prepare_for_testing.
4893 * gdb.python/py-block.exp: Use standard_testfile.
4894 * gdb.python/py-breakpoint.exp: Use standard_testfile.
4895 * gdb.python/py-events.exp: Use standard_testfile,
4896 standard_output_file.
4897 * gdb.python/py-evsignal.exp: Use standard_testfile.
4898 * gdb.python/py-evethreads.exp: Use standard_testfile.
4899 * gdb.python/py-explore-cc.exp: Use standard_testfile.
4900 * gdb.python/py-explore.exp: Use standard_testfile.
4901 * gdb.python/py-finish-breakpoint.exp: Use standard_testfile,
4902 standard_output_file.
4903 * gdb.python/py-finish-breakpoint2.exp: Use standard_testfile,
4904 prepare_for_testing.
4905 * gdb.python/py-frame-inline.exp: Use standard_testfile.
4906 * gdb.python/py-frame.exp: Use standard_testfile.
4907 * gdb.python/py-inferior.exp: Use standard_testfile.
4908 * gdb.python/py-infthread.exp: Use standard_testfile.
4909 * gdb.python/py-mi.exp: Use standard_testfile.
4910 * gdb.python/py-objfile-script.exp: Use standard_testfile,
4911 build_executable.
4912 * gdb.python/py-objfile.exp: Use standard_testfile.
4913 * gdb.python/py-pp-maint.exp: Use standard_testfile,
4914 prepare_for_testing.
4915 * gdb.python/py-prettyprint.exp: Use standard_testfile.
4916 * gdb.python/py-progspace.exp: Use standard_testfile,
4917 build_executable.
4918 * gdb.python/py-prompt.exp: Use standard_testfile,
4919 build_executable.
4920 * gdb.python/py-section-script.exp: Use standard_testfile,
4921 build_executable.
4922 * gdb.python/py-shared.exp: Use standard_testfile,
4923 standard_output_file, clean_restart.
4924 * gdb.python/py-symbol.exp: Use standard_output_file,
4925 prepare_for_testing.
4926 * gdb.python/py-symtab.exp: Use standard_output_file,
4927 prepare_for_testing
4928 * gdb.python/py-template.exp: Use standard_testfile.
4929 * gdb.python/py-type.exp: Use standard_testfile.
4930 * gdb.python/py-value-cc.exp: Use standard_testfile.
4931 * gdb.python/py-value.exp: Use standard_testfile.
4932 * gdb.python/python.exp: Use standard_testfile, build_executable.
4933
4934 2012-06-22 Tom Tromey <tromey@redhat.com>
4935
4936 * gdb.objc/basicclass.exp: Use standard_testfile.
4937 (do_objc_tests): Don't declare objdir.
4938 * gdb.objc/nondebug.exp: Use standard_testfile.
4939 (do_objc_tests): Don't declare objdir.
4940 * gdb.objc/objcdecode.exp: Use standard_testfile.
4941 (do_objc_tests): Don't declare objdir.
4942
4943 2012-06-22 Tom Tromey <tromey@redhat.com>
4944
4945 * gdb.java/jmain.exp: Use standard_testfile.
4946 * gdb.java/jmisc.exp: Use standard_testfile.
4947 * gdb.java/jnpe.exp: Use standard_testfile.
4948 * gdb.java/jprint.exp: Use standard_testfile.
4949
4950 2012-06-22 Tom Tromey <tromey@redhat.com>
4951
4952 * lib/gdb.exp (default_gdb_init): Set gdb_test_file_name.
4953 (standard_output_file, standard_testfile): New procs.
4954 (build_executable, clean_restart): Use standard_output_file.
4955
4956 2012-06-22 Yao Qi <yao@codesourcery.com>
4957
4958 * boards/native-gdbserver.exp: New proc ${board}_exec.
4959 * boards/native-stdio-gdbserver.exp: Likewise.
4960
4961 2012-06-21 Tom Tromey <tromey@redhat.com>
4962
4963 * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests)
4964 (build_executable): Update.
4965 (get_compiler_info): Remove 'binfile' argument.
4966 * gdb.ada/arrayidx.exp: Update.
4967 * gdb.ada/null_array.exp: Update.
4968 * gdb.arch/altivec-abi.exp: Update.
4969 * gdb.arch/altivec-regs.exp: Update.
4970 * gdb.arch/amd64-byte.exp: Update.
4971 * gdb.arch/amd64-dword.exp: Update.
4972 * gdb.arch/amd64-word.exp: Update.
4973 * gdb.arch/i386-avx.exp: Update.
4974 * gdb.arch/i386-byte.exp: Update.
4975 * gdb.arch/i386-sse.exp: Update.
4976 * gdb.arch/i386-word.exp: Update.
4977 * gdb.arch/ppc-dfp.exp: Update.
4978 * gdb.arch/ppc-fp.exp: Update.
4979 * gdb.arch/vsx-regs.exp: Update.
4980 * gdb.base/all-bin.exp: Update.
4981 * gdb.base/annota1.exp: Update.
4982 * gdb.base/async.exp: Update.
4983 * gdb.base/attach.exp: Update.
4984 * gdb.base/break-interp.exp: Update.
4985 * gdb.base/call-ar-st.exp: Update.
4986 * gdb.base/call-rt-st.exp: Update.
4987 * gdb.base/call-sc.exp: Update.
4988 * gdb.base/callfuncs.exp: Update.
4989 * gdb.base/catch-load.exp: Update.
4990 * gdb.base/completion.exp: Update.
4991 * gdb.base/complex.exp: Update.
4992 * gdb.base/condbreak.exp: Update.
4993 * gdb.base/consecutive.exp: Update.
4994 * gdb.base/constvars.exp: Update.
4995 * gdb.base/corefile.exp: Update.
4996 * gdb.base/eval-skip.exp: Update.
4997 * gdb.base/expand-psymtabs.exp: Update.
4998 * gdb.base/exprs.exp: Update.
4999 * gdb.base/fileio.exp: Update.
5000 * gdb.base/fixsection.exp: Update.
5001 * gdb.base/funcargs.exp: Update.
5002 * gdb.base/gdb11530.exp: Update.
5003 * gdb.base/gdb1555.exp: Update.
5004 * gdb.base/gnu-ifunc.exp: Update.
5005 * gdb.base/gnu_vector.exp: Update.
5006 * gdb.base/info-macros.exp: Update.
5007 * gdb.base/jit-simple.exp: Update.
5008 * gdb.base/jit-so.exp: Update.
5009 * gdb.base/jit.exp: Update.
5010 * gdb.base/langs.exp: Update.
5011 * gdb.base/list.exp: Update.
5012 * gdb.base/logical.exp: Update.
5013 * gdb.base/long_long.exp: Update.
5014 * gdb.base/longjmp.exp: Update.
5015 * gdb.base/macscp.exp: Update.
5016 * gdb.base/mips_pro.exp: Update.
5017 * gdb.base/miscexprs.exp: Update.
5018 * gdb.base/morestack.exp: Update.
5019 * gdb.base/nodebug.exp: Update.
5020 * gdb.base/opaque.exp: Update.
5021 * gdb.base/pc-fp.exp: Update.
5022 * gdb.base/pending.exp: Update.
5023 * gdb.base/permissions.exp: Update.
5024 * gdb.base/pointers.exp: Update.
5025 * gdb.base/prelink.exp: Update.
5026 * gdb.base/printcmds.exp: Update.
5027 * gdb.base/psymtab.exp: Update.
5028 * gdb.base/ptype.exp: Update.
5029 * gdb.base/relational.exp: Update.
5030 * gdb.base/scope.exp: Update.
5031 * gdb.base/setvar.exp: Update.
5032 * gdb.base/shlib-call.exp: Update.
5033 * gdb.base/shreloc.exp: Update.
5034 * gdb.base/signals.exp: Update.
5035 * gdb.base/sizeof.exp: Update.
5036 * gdb.base/so-impl-ld.exp: Update.
5037 * gdb.base/so-indr-cl.exp: Update.
5038 * gdb.base/solib-disc.exp: Update.
5039 * gdb.base/solib-display.exp: Update.
5040 * gdb.base/solib-nodir.exp: Update.
5041 * gdb.base/solib-overlap.exp: Update.
5042 * gdb.base/solib-symbol.exp: Update.
5043 * gdb.base/solib-weak.exp: Update.
5044 * gdb.base/solib.exp: Update.
5045 * gdb.base/store.exp: Update.
5046 * gdb.base/structs.exp: Update.
5047 * gdb.base/structs2.exp: Update.
5048 * gdb.base/type-opaque.exp: Update.
5049 * gdb.base/unload.exp: Update.
5050 * gdb.base/varargs.exp: Update.
5051 * gdb.base/volatile.exp: Update.
5052 * gdb.base/watch_thread_num.exp: Update.
5053 * gdb.base/watchpoint-solib.exp: Update.
5054 * gdb.base/watchpoint.exp: Update.
5055 * gdb.base/watchpoints.exp: Update.
5056 * gdb.base/whatis.exp: Update.
5057 * gdb.cell/arch.exp: Update.
5058 * gdb.cell/break.exp: Update.
5059 * gdb.cell/bt.exp: Update.
5060 * gdb.cell/core.exp: Update.
5061 * gdb.cell/data.exp: Update.
5062 * gdb.cell/ea-cache.exp: Update.
5063 * gdb.cell/f-regs.exp: Update.
5064 * gdb.cell/fork.exp: Update.
5065 * gdb.cell/gcore.exp: Update.
5066 * gdb.cell/mem-access.exp: Update.
5067 * gdb.cell/ptype.exp: Update.
5068 * gdb.cell/registers.exp: Update.
5069 * gdb.cell/sizeof.exp: Update.
5070 * gdb.cell/solib-symbol.exp: Update.
5071 * gdb.cell/solib.exp: Update.
5072 * gdb.cp/ambiguous.exp: Update.
5073 * gdb.cp/breakpoint.exp: Update.
5074 * gdb.cp/bs15503.exp: Update.
5075 * gdb.cp/casts.exp: Update.
5076 * gdb.cp/class2.exp: Update.
5077 * gdb.cp/cpexprs.exp: Update.
5078 * gdb.cp/cplusfuncs.exp: Update.
5079 * gdb.cp/ctti.exp: Update.
5080 * gdb.cp/dispcxx.exp: Update.
5081 * gdb.cp/gdb1355.exp: Update.
5082 * gdb.cp/gdb2384.exp: Update.
5083 * gdb.cp/gdb2495.exp: Update.
5084 * gdb.cp/infcall-dlopen.exp: Update.
5085 * gdb.cp/local.exp: Update.
5086 * gdb.cp/m-data.exp: Update.
5087 * gdb.cp/m-static.exp: Update.
5088 * gdb.cp/mb-ctor.exp: Update.
5089 * gdb.cp/mb-inline.exp: Update.
5090 * gdb.cp/mb-templates.exp: Update.
5091 * gdb.cp/member-ptr.exp: Update.
5092 * gdb.cp/method.exp: Update.
5093 * gdb.cp/namespace.exp: Update.
5094 * gdb.cp/nextoverthrow.exp: Update.
5095 * gdb.cp/nsdecl.exp: Update.
5096 * gdb.cp/nsrecurs.exp: Update.
5097 * gdb.cp/nsstress.exp: Update.
5098 * gdb.cp/nsusing.exp: Update.
5099 * gdb.cp/pr-1023.exp: Update.
5100 * gdb.cp/pr-1210.exp: Update.
5101 * gdb.cp/pr-574.exp: Update.
5102 * gdb.cp/pr9631.exp: Update.
5103 * gdb.cp/printmethod.exp: Update.
5104 * gdb.cp/psmang.exp: Update.
5105 * gdb.cp/re-set-overloaded.exp: Update.
5106 * gdb.cp/rtti.exp: Update.
5107 * gdb.cp/shadow.exp: Update.
5108 * gdb.cp/templates.exp: Update.
5109 * gdb.cp/try_catch.exp: Update.
5110 * gdb.dwarf2/dw2-ranges.exp: Update.
5111 * gdb.dwarf2/pr10770.exp: Update.
5112 * gdb.fortran/library-module.exp: Update.
5113 * gdb.hp/gdb.aCC/optimize.exp: Update.
5114 * gdb.hp/gdb.aCC/watch-cmd.exp: Update.
5115 * gdb.hp/gdb.base-hp/callfwmall.exp: Update.
5116 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Update.
5117 * gdb.hp/gdb.base-hp/pxdb.exp: Update.
5118 * gdb.hp/gdb.base-hp/sized-enum.exp: Update.
5119 * gdb.hp/gdb.base-hp/so-thresh.exp: Update.
5120 * gdb.hp/gdb.compat/xdb1.exp: Update.
5121 * gdb.hp/gdb.compat/xdb2.exp: Update.
5122 * gdb.hp/gdb.compat/xdb3.exp: Update.
5123 * gdb.hp/gdb.defects/bs14602.exp: Update.
5124 * gdb.hp/gdb.defects/solib-d.exp: Update.
5125 * gdb.hp/gdb.objdbg/objdbg01.exp: Update.
5126 * gdb.hp/gdb.objdbg/objdbg02.exp: Update.
5127 * gdb.hp/gdb.objdbg/objdbg03.exp: Update.
5128 * gdb.hp/gdb.objdbg/objdbg04.exp: Update.
5129 * gdb.mi/gdb792.exp: Update.
5130 * gdb.mi/mi-pending.exp: Update.
5131 * gdb.mi/mi-solib.exp: Update.
5132 * gdb.mi/mi-var-cp.exp: Update.
5133 * gdb.opt/clobbered-registers-O2.exp: Update.
5134 * gdb.opt/inline-bt.exp: Update.
5135 * gdb.opt/inline-cmds.exp: Update.
5136 * gdb.opt/inline-locals.exp: Update.
5137 * gdb.python/py-events.exp: Update.
5138 * gdb.python/py-finish-breakpoint.exp: Update.
5139 * gdb.python/py-type.exp: Update.
5140 * gdb.reverse/solib-precsave.exp: Update.
5141 * gdb.reverse/solib-reverse.exp: Update.
5142 * gdb.server/solib-list.exp: Update.
5143 * gdb.stabs/weird.exp: Update.
5144 * gdb.threads/attach-into-signal.exp: Update.
5145 * gdb.threads/attach-stopped.exp: Update.
5146 * gdb.threads/tls-shared.exp: Update.
5147 * gdb.trace/change-loc.exp: Update.
5148 * gdb.trace/strace.exp: Update.
5149
5150 2012-06-19 Tom Tromey <tromey@redhat.com>
5151
5152 * gdb.base/whatis.exp: Add tests.
5153
5154 2012-06-19 Tom Tromey <tromey@redhat.com>
5155
5156 * gdb.cp/m-static.cc (keepalive): New function.
5157 (gnu_obj_1::method): Use it.
5158
5159 2012-06-18 Doug Evans <dje@google.com>
5160
5161 * gdb.base/info-fun.exp: New file.
5162 * gdb.base/info-fun.c: New file.
5163 * gdb.base/info-fun-solib.c: New file.
5164
5165 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5166
5167 Remove stale dummy frames.
5168 * gdb.base/call-signal-resume.exp (maintenance print dummy-frames)
5169 (maintenance info breakpoints): New tests.
5170 * gdb.base/stale-infcall.c: New file.
5171 * gdb.base/stale-infcall.exp: New file.
5172
5173 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5174
5175 * gdb.arch/amd64-entry-value-param.S: New file.
5176 * gdb.arch/amd64-entry-value-param.c: New file.
5177 * gdb.arch/amd64-entry-value-param.exp: New file.
5178
5179 2012-06-15 Tom Tromey <tromey@redhat.com>
5180
5181 * gdb.cp/namespace.exp: Add "show lang" test.
5182
5183 2012-06-15 Iain Sandoe <iain@codesourcery.com>
5184
5185 * gdb.base/list.exp (test_listsize): Remove $use_gdb_stub special
5186 case. (top level): Use gdb_file_cmd instead of gdb_load.
5187
5188 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5189
5190 PR tdep/14222
5191 * gdb.arch/i386-sse-stack-align.S: New file.
5192 * gdb.arch/i386-sse-stack-align.c: New file.
5193 * gdb.arch/i386-sse-stack-align.exp: New file.
5194
5195 2012-06-13 Keith Seitz <keiths@redhat.com>
5196
5197 PR breakpoints/13798 and mi/11541
5198 * gdb.linespec/ls-errs.exp: Add a few more tests for
5199 filenames with spaces and colons.
5200
5201 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5202
5203 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
5204 * gdb.cp/cpexprs.cc (class CV, CV::i, ATTRIBUTE_USED, CV_f): New.
5205 (test_function): Call CV_f.
5206 * gdb.cp/cpexprs.exp (p 'CV::m(int)', p CV::m(int))
5207 (p 'CV::m(int) const', p CV::m(int) const, p 'CV::m(int) volatile')
5208 (p CV::m(int) volatile, p 'CV::m(int) const volatile')
5209 (p CV::m(int) const volatile, p CV_f(int), p CV_f(CV::t))
5210 (p CV_f(CV::i)): New tests.
5211
5212 2012-06-13 Tom Tromey <tromey@redhat.com>
5213
5214 * gdb.base/condbreak.exp: Add tests for "condition" completion.
5215
5216 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5217
5218 Fix regression by the "ambiguous linespec" series.
5219 * gdb.base/break.exp (list marker1, break lineno, delete $bpnum): New
5220 tests.
5221
5222 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5223
5224 * lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
5225 missing.
5226
5227 2012-06-11 Tom Tromey <tromey@redhat.com>
5228
5229 * gdb.base/longjmp.c (hidden_longjmp): Move expected catch
5230 location...
5231 (main): ...here.
5232
5233 2012-06-07 Yao Qi <yao@codesourcery.com>
5234
5235 * gdb.trace/strace.exp: Shorten some too-long lines.
5236
5237 2012-06-06 Pedro Alves <palves@redhat.com>
5238
5239 * gdb.threads/clone-new-thread-event.c: New file.
5240 * gdb.threads/clone-new-thread-event.exp: New file.
5241
5242 2012-06-06 Yao Qi <yao@codesourcery.com>
5243
5244 * gdb.base/dprintf.c (main): Add extra parameter when calling
5245 printf and fprintf.
5246 (bar): New function. It is a dead function, but to ensure
5247 'malloc' is linked explicitly.
5248
5249 2012-06-06 Yao Qi <yao@codesourcery.com>
5250
5251 * gdb.base/info-proc.exp: Return if target doesn't support
5252 'info proc'.
5253
5254 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5255
5256 * gdb.base/freebpcmd.exp (set lines): Check valid range of I.
5257 (run program with breakpoint commands): XFAIl if it is not.
5258
5259 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5260
5261 * gdb.base/ctxobj-f.c (GET_VERSION): Introduce local variable
5262 and add comment.
5263 * gdb.base/ctxobj-m.c (main): Rewrite, and add comment.
5264 * gdb.base/ctxobj.exp: Insert breakpoint in ctxobj-f.c using
5265 "STOP" marker. Adjust testing strategy to make it work on
5266 all targets.
5267
5268 * gdb.base/print-file-var-main.c (main): Rewrite using local
5269 variables and adjust get_version_2's return value check.
5270 Add small comment.
5271 * gdb.base/print-file-var.exp: Insert breakpoint using "STOP"
5272 marker. Adjust testing strategy to make it work on all targets.
5273
5274 2012-06-05 Joel Brobecker <brobecker@adacore.com>
5275
5276 * gdb.ada/bad-task-bp-keyword: New testcase.
5277
5278 2012-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5279
5280 * gdb.base/code_elim.exp (add-symbol-file ${testfile1} 0x100000):
5281 Simplify it to ...
5282 (symbol-file ${testfile1}): ... here.
5283 (test eliminated var my_global_symbol)
5284 (test eliminated var my_static_symbol)
5285 (test eliminated var my_global_func, get address of main): Wrap them to
5286 'single psymtabs' and 'single symtabs'
5287 (get address of my_global_symbol, get address of my_static_symbol)
5288 (get address of my_global_func, get address of main): Wrap them to
5289 'order1' and 'order2'.
5290
5291 * gdb.base/code_elim.exp
5292 (add-symbol-file ${testfile1} 0x100000)
5293 (add-symbol-file ${testfile2} 0x200000): Wrap them to 'order1' and
5294 'order2'.
5295 (order1: add-symbol-file ${testfile1} 0x100000)
5296 (order1: add-symbol-file ${testfile2} 0x200000)
5297 (order2: add-symbol-file ${testfile2} 0x200000)
5298 (order2: add-symbol-file ${testfile1} 0x100000): Add -s .data and -s
5299 .bss as appropriate.
5300
5301 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5302
5303 * gdb.server/solib-list-lib.c: New file.
5304 * gdb.server/solib-list-main.c: New file.
5305 * gdb.server/solib-list.exp: New file.
5306
5307 2012-05-25 Maciej W. Rozycki <macro@codesourcery.com>
5308
5309 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
5310 for 'set print symbol' change.
5311
5312 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5313
5314 * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and
5315 .debug_abbrev_seg3.
5316
5317 2012-05-24 John Steele Scott <toojays@toojays.net>
5318
5319 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
5320 * gdb.dwarf2/dw2-icc-opaque.S: New file.
5321 * gdb.dwarf2/dw2-icc-opaque.exp: New file.
5322
5323 2012-05-23 Stan Shebs <stan@codesourcery.com>
5324
5325 * gdb.mi/mi-info-os.exp: New file.
5326
5327 2012-05-23 Keith Seitz <keiths@redhat.com>
5328
5329 * gdb.trace/stap-trace.exp: If compile_stap_bin fails,
5330 return -1 to suppress the rest of the tests.
5331 (compile_stap_bin): Return boolean success value.
5332
5333 2012-05-21 Tom Tromey <tromey@redhat.com>
5334
5335 * gdb.cp/inherit.exp (test_print_mi_members): Expect errors.
5336 Remove kfails.
5337 (test_print_mi_member_types): Likewise.
5338
5339 2012-05-21 Tom Tromey <tromey@redhat.com>
5340
5341 * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
5342 print symbol' change.
5343
5344 2012-05-18 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
5345
5346 * gdb.python/py-prompt.exp: Quit if the target is remote.
5347
5348 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5349
5350 Fix ERROR: internal buffer is full.
5351 * gdb.base/info-os.exp (expect_multiline): New function.
5352 (get process list, get process groups, get threads)
5353 (get file descriptors, get internet-domain sockets)
5354 (get shared-memory regions, get semaphores, get message queues): Use
5355 it for these tests.
5356
5357 2012-05-18 Tom Tromey <tromey@redhat.com>
5358
5359 * gdb.mi/mi-var-cmd.exp: Update.
5360 * gdb.objc/basicclass.exp (do_objc_tests): Update.
5361 * gdb.cp/virtbase.exp: Update.
5362 * gdb.cp/classes.exp (test_static_members): Update.
5363 * gdb.cp/casts.exp: Update.
5364 * gdb.base/pointers.exp: Update.
5365 * gdb.base/funcargs.exp (pointer_args): Update.
5366 (structs_by_reference): Update.
5367 * gdb.base/find.exp: Update.
5368 * gdb.base/call-strs.exp: Send "set print symbol off".
5369 * gdb.base/call-ar-st.exp: Update.
5370 * gdb.ada/fun_addr.exp: Update.
5371 * gdb.base/printcmds.exp (test_print_symbol): New proc.
5372 Call it.
5373 (test_print_repeats_10, test_print_strings)
5374 (test_print_char_arrays): Update.
5375
5376 2012-05-18 Tom Tromey <tromey@redhat.com>
5377
5378 * gdb.base/charset.exp (string_display): Update.
5379
5380 2012-05-18 Tom Tromey <tromey@redhat.com>
5381
5382 * gdb.mi/mi2-var-display.exp: Update.
5383 * gdb.mi/mi-var-display.exp: Update.
5384 * gdb.mi/mi-var-child.exp: Update.
5385 * gdb.cp/expand-psymtabs-cxx.exp: Update.
5386 * gdb.cp/cp-relocate.exp (get_func_address): Update.
5387
5388 2012-05-17 Doug Evans <dje@google.com>
5389
5390 * info-macros.exp: Pass "debug" to prepare_for_testing.
5391
5392 * Makefile.in (clean): Remove Fission .dwo and .dwp files.
5393 * gdb.ada/Makefile.in (clean): Ditto.
5394 * gdb.arch/Makefile.in (clean): Ditto.
5395 * gdb.asm/Makefile.in (clean): Ditto.
5396 * gdb.base/Makefile.in (clean): Ditto.
5397 * gdb.cell/Makefile.in (clean): Ditto.
5398 * gdb.cp/Makefile.in (clean): Ditto.
5399 * gdb.disasm/Makefile.in (clean): Ditto.
5400 * gdb.dwarf2/Makefile.in (clean): Ditto.
5401 * gdb.fortran/Makefile.in (clean): Ditto.
5402 * gdb.go/Makefile.in (clean): Ditto.
5403 * gdb.hp/Makefile.in (clean): Ditto.
5404 * gdb.hp/gdb.aCC/Makefile.in (clean): Ditto.
5405 * gdb.hp/gdb.base-hp/Makefile.in (clean): Ditto.
5406 * gdb.hp/gdb.compat/Makefile.in (clean): Ditto.
5407 * gdb.hp/gdb.defects/Makefile.in (clean): Ditto.
5408 * gdb.hp/gdb.objdbg/Makefile.in (clean): Ditto.
5409 * gdb.java/Makefile.in (clean): Ditto.
5410 * gdb.linespec/Makefile.in (clean): Ditto.
5411 * gdb.mi/Makefile.in (clean): Ditto.
5412 * gdb.modula2/Makefile.in (clean): Ditto.
5413 * gdb.multi/Makefile.in (clean): Ditto.
5414 * gdb.objc/Makefile.in (clean): Ditto.
5415 * gdb.opencl/Makefile.in (clean): Ditto.
5416 * gdb.opt/Makefile.in (clean): Ditto.
5417 * gdb.pascal/Makefile.in (clean): Ditto.
5418 * gdb.python/Makefile.in (clean): Ditto.
5419 * gdb.reverse/Makefile.in (clean): Ditto.
5420 * gdb.server/Makefile.in (clean): Ditto.
5421 * gdb.stabs/Makefile.in (clean): Ditto.
5422 * gdb.threads/Makefile.in (clean): Ditto.
5423 * gdb.trace/Makefile.in (clean): Ditto.
5424 * gdb.xml/Makefile.in (clean): Ditto.
5425
5426 2012-05-16 Tom Tromey <tromey@redhat.com>
5427
5428 * gdb.base/macscp1.c (macscp_expr): Add comment.
5429 * gdb.base/macscp.exp: Test __FILE__ and __LINE__.
5430
5431 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
5432
5433 * gdb.base/return-nodebug.exp: Also test float and double types.
5434
5435 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5436
5437 PR testsuite/12649
5438 * gdb.base/dprintf.exp: Replace gdb_run_cmd by runto main.
5439
5440 * gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
5441
5442 2012-05-14 Sergio Durigan Junior <sergiodj@redhat.com>
5443
5444 * gdb.base/stap-probe.exp (stap_test): Remove calls to
5445 `rerun_to_main'.
5446 (stap_test_no_debuginfo): Likewise.
5447
5448 2012-05-14 Stan Shebs <stan@codesourcery.com>
5449
5450 * gdb.base/dprintf.c: New file.
5451 * gdb.base/dprintf.exp: New file.
5452
5453 2012-05-14 Hui Zhu <hui_zhu@mentor.com>
5454
5455 * gdb.trace/Makefile.in (PROGS): Add disconnected-tracing.
5456 * gdb.trace/disconnected-tracing.c: New file.
5457 * gdb.trace/disconnected-tracing.exp: New file.
5458
5459 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
5460
5461 * gdb.python/python.c: Add a new breakpoint comment.
5462 * gdb.python/python.exp: Add tests to test gdb.find_pc_line.
5463
5464 2011-12-26 Kwok Cheung Yeung <kcy@codesourcery.com>
5465
5466 * gdb.base/info-os.exp: New file.
5467 * gdb.base/info-os.c: New file.
5468
5469 2012-05-10 Joel Brobecker <brobecker@adacore.com>
5470
5471 * gdb.base/print-file-var-lib1.c, gdb.base/print-file-var-lib2.c,
5472 gdb.base/print-file-var-main.c, gdb.base/print-file-var.exp:
5473 New files.
5474
5475 2012-05-10 Joel Brobecker <brobecker@adacore.com>
5476
5477 * gdb.base/ctxobj-f.c, gdb.base/ctxobj-m.c, gdb.base/ctxobj-v.c,
5478 gdb.base/ctxobj.exp: New files.
5479
5480 2012-05-09 Tom Tromey <tromey@redhat.com>
5481
5482 * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
5483
5484 2012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
5485
5486 * lib/gdb.exp (gdb_test_multiple): Correct formatting.
5487
5488 2012-05-08 Maciej W. Rozycki <macro@codesourcery.com>
5489
5490 * gdb.mi/mi-var-display.exp: Check for the existence of $fp
5491 before using it.
5492
5493 2012-05-04 Tristan Gingold <gingold@adacore.com>
5494
5495 * gdb.base/set-noassign.exp: New test.
5496
5497 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
5498
5499 * gdb.python/py-symbol.exp: Add tests to test the new methods
5500 gdb.Symtab.global_block() and gdb.Symtab.static_block().
5501 * gdb.python/py-symbol.c: Add new struct to help test
5502 gdb.Symtab.static_block().
5503
5504 2012-05-03 Doug Evans <dje@google.com>
5505
5506 * gdb.dwarf2/pr13961.S: Add file and source location, but leave
5507 commented out.
5508
5509 2012-05-03 Yao Qi <yao@codesourcery.com>
5510
5511 * gdb.base/catch-syscall.exp: Skip it before compilation if target
5512 doesn't support.
5513 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
5514 * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
5515
5516 2012-05-03 Yao Qi <yao@codesourcery.com>
5517
5518 * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
5519
5520 2012-04-30 Doug Evans <dje@google.com>
5521
5522 PR testsuite/13961
5523 * gdb.dwarf2/pr13961.S: New file.
5524 * gdb.dwarf2/pr13961.exp: New file.
5525
5526 2012-04-29 Yao Qi <yao@codesourcery.com>
5527
5528 * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
5529
5530 2012-04-28 Doug Evans <dje@google.com>
5531
5532 * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
5533 .Ltype_int_in_cu2. Use name "int2" instead of "int".
5534 All uses updated.
5535 * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
5536 "ptype func_cu1" to expand cu2 before cu1.
5537
5538 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
5539 Tom Tromey <tromey@redhat.com>
5540
5541 * gdb.base/default.exp: Add `$_probe_arg*' convenience
5542 variables.
5543 * gdb.base/stap-probe.c: New file.
5544 * gdb.base/stap-probe.exp: New file.
5545 * gdb.trace/stap-trace.c: New file.
5546 * gdb.trace/stap-trace.exp: New file.
5547 * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
5548 libgcc's unwinder.
5549
5550 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
5551
5552 * gdb.arch/mips16-thunks-inmain.c: New file.
5553 * gdb.arch/mips16-thunks-main.c: New file.
5554 * gdb.arch/mips16-thunks-sin.c: New file.
5555 * gdb.arch/mips16-thunks-sinfrob.c: New file.
5556 * gdb.arch/mips16-thunks-sinfrob16.c: New file.
5557 * gdb.arch/mips16-thunks-sinmain.c: New file.
5558 * gdb.arch/mips16-thunks-sinmips16.c: New file.
5559 * gdb.arch/mips16-thunks.exp: New file.
5560
5561 2012-04-25 Doug Evans <dje@google.com>
5562
5563 * configure.ac: Create gdb.go/Makefile.
5564 * configure: Regenerate.
5565 * gdb.base/default.exp: Add "go" to "set language" testing.
5566 * gdb.go/Makefile.in: New file.
5567 * gdb.go/basic-types.exp: New file.
5568 * gdb.go/chan.exp: New file.
5569 * gdb.go/chan.go: New file.
5570 * gdb.go/handcall.exp: New file.
5571 * gdb.go/handcall.go: New file.
5572 * gdb.go/hello.exp: New file.
5573 * gdb.go/hello.go: New file.
5574 * gdb.go/integers.exp: New file.
5575 * gdb.go/integers.go: New file.
5576 * gdb.go/methods.exp: New file.
5577 * gdb.go/methods.go: New file.
5578 * gdb.go/package.exp: New file.
5579 * gdb.go/package1.go: New file.
5580 * gdb.go/package2.go: New file.
5581 * gdb.go/print.exp: New file.
5582 * gdb.go/strings.exp: New file.
5583 * gdb.go/strings.go: New file.
5584 * gdb.go/types.exp: New file.
5585 * gdb.go/types.go: New file.
5586 * gdb.go/unsafe.exp: New file.
5587 * gdb.go/unsafe.go: New file.
5588 * lib/future.exp: Add Go support.
5589 (gdb_find_go, gdb_find_go_linker): New procs.
5590 (gdb_default_target_compile): Add Go support.
5591 * lib/gdb.exp (skip_go_tests): New proc.
5592 * lib/go.exp: New file.
5593
5594 2012-04-25 Tom Tromey <tromey@redhat.com>
5595
5596 * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
5597
5598 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
5599 Jan Kratochvil <jan.kratochvil@redhat.com>
5600
5601 PR symtab/7259:
5602 * gdb.base/enumval.c: New test case.
5603 * gdb.base/enumval.exp: New test case.
5604 * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
5605 field.bitpos.
5606
5607 2012-04-17 Pedro Alves <palves@redhat.com>
5608
5609 * Makefile.in (site.exp): Make site.exp source
5610 $srcdir/lib/append_gdb_boards_dir.exp.
5611 * lib/append_gdb_boards_dir.exp: New file.
5612
5613 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5614
5615 New option "set auto-load safe-path".
5616 * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
5617 * gdb.python/py-section-script.exp (set auto-load safe-path): New.
5618
5619 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5620
5621 auto-load: Implementation.
5622 * gdb.base/help.exp (test set height): Increase the height.
5623 * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
5624 to ...
5625 (info auto-load python-scripts): ... here.
5626 * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
5627 to ...
5628 (info auto-load python-scripts *): ... here.
5629
5630 2012-04-16 Yao Qi <yao@codesourcery.com>
5631
5632 * lib/trace-support.exp (get_in_proc_agent): New.
5633 * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
5634 of in process trace agent.
5635 * gdb.trace/ftrace.exp: Likewise.
5636 * gdb.trace/pending.exp: Likewise.
5637 * gdb.trace/trace-break.exp: Likewise.
5638 * gdb.trace/trace-mt.exp
5639 * gdb.trace/tspeed.exp: Likewise.
5640 * gdb.trace/tstatus.exp
5641 * gdb.trace/strace.exp: Likewise.
5642
5643 2012-04-16 Thomas Schwinge <thomas@codesourcery.com>
5644
5645 * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
5646 symbol _stack is defined. Get rid of a hard-coded constant for _stack.
5647
5648 * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
5649
5650 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
5651
5652 PR mi/13393
5653 * gdb.mi/mi-var-rtti.cc: New file.
5654 * gdb.mi/mi-var-rtti.exp: New file.
5655 * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
5656 function.
5657 (mi_varobj_update_with_type_change): updated to avoid code duplication.
5658
5659 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
5660
5661 * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
5662 EXECUTABLES.
5663 * gdb.python/py-explore.c: C program used for testing the new
5664 'explore' command on C constructs.
5665 * gdb.python/py-explore.cc: C++ program used for testing the new
5666 'explore' command on C++ constructs.
5667 * gdb-python/py-explore.exp: Tests for the new 'explore'
5668 command on C constructs.
5669 * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
5670 command on C++ constructs.
5671
5672 2012-04-07 Mark Kettenis <kettenis@gnu.org>
5673
5674 * gdb.base/funcargs.exp (complex_args): Fix typo.
5675
5676 2012-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5677
5678 * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
5679 (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
5680
5681 2012-04-05 Keith Seitz <keiths@redhat.com>
5682
5683 * gdb.base/advance.exp: Update error message for
5684 "advance malformed" test.
5685 * gdb.base/break.exp: Likewise for "breakpoint with
5686 trailing garbage" test.
5687 * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
5688 with trailing garbage" test.
5689 * gdb.base/sepdebug.exp: Likewise for "breakpoint with
5690 trailng garbage" test.
5691 * gdb.base/until.exp: Likewise for "malformed until" test.
5692 * gdb.cp/ovldbreak.exp: Create the breakpoint table
5693 for "breakpoint info (after setting on all)".
5694 * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
5695 tests.
5696 * gdb.cp/cplabel.cc: New file.
5697 * gdb.cp/cplabel.exp: New test.
5698 * gdb.linespec/ls-errs.c: New file.
5699 * gdb.linespec/ls-errs.exp: New test.
5700
5701 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5702
5703 * gdb.trace/unavailable.exp
5704 (collect globals: print object on: print derived_partial)
5705 (collect globals: print object on: print derived_whole)
5706 (collect globals: print object off: print derived_partial)
5707 (collect globals: print object off: print derived_whole): Update
5708 expected output.
5709
5710 2012-03-30 Keith Seitz <keiths@redhat.com>
5711
5712 * gdb.python: Add test for linespecs with commas.
5713
5714 2012-03-28 Keith Seitz <keiths@redhat.com>
5715
5716 * gdb.linespec/ls-dollar.cc: New file.
5717 * gdb.linespec/ls-dollar.exp: New test.
5718
5719 2012-03-28 Keith Seitz <keiths@redhat.com>
5720
5721 * gdb.cp/namespace.exp: Add breakpoint tests for functions
5722 starting with the global namespace.
5723
5724 2012-03-23 Doug Evans <dje@google.com>
5725
5726 * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
5727
5728 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
5729
5730 * gdb.python/py-value.cc: Add test case for testing the
5731 methodology exposing C++ values to Python.
5732 * gdb.python/py-value-cc.exp: Add tests testing the methodology
5733 exposing C++ values to Python.
5734 * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
5735
5736 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5737 Siddhesh Poyarekar <siddhesh@redhat.com>
5738
5739 * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
5740 * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
5741 (generate native core dump): Make the test unsupported if core cannot
5742 be generated.
5743
5744 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5745
5746 * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
5747 for cmdarg_vec = NULL. Remove entries for cmdsize = 1, cmdarg = and
5748 ncmd = 0. New entry for VEC_cleanup cmdarg_s.
5749
5750 2012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
5751
5752 * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
5753
5754 2012-03-17 Doug Evans <dje@google.com>
5755
5756 * dg-extract-results.sh: Handle KFAILs.
5757
5758 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5759
5760 PR symtab/13777
5761 * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
5762
5763 2012-03-16 Joel Brobecker <brobecker@adacore.com>
5764
5765 * gdb.ada/set_pckd_arr_elt: New testcase.
5766
5767 2012-03-16 Gary Benson <gbenson@redhat.com>
5768
5769 PR breakpoints/10738
5770 * gdb.opt/inline-break.exp: New file.
5771 * gdb.opt/inline-break.c: Likewise.
5772 * gdb.dwarf2/dw2-inline-break.exp: Likewise.
5773 * gdb.dwarf2/dw2-inline-break.S: Likewise.
5774 * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
5775 * gdb.base/async-shell.exp: Likewise.
5776 * lib/mi-support.exp (library_loaded_re): Likewise.
5777
5778 2012-03-15 Tom Tromey <tromey@redhat.com>
5779
5780 * gdb.cp/virtfunc2.exp: Update expected output.
5781 * gdb.cp/pr9631.exp: Update expected output.
5782 * gdb.cp/member-ptr.exp: Update expected output.
5783 * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
5784 output.
5785 * gdb.cp/casts.exp: Update expected output.
5786
5787 2012-03-15 Tom Tromey <tromey@redhat.com>
5788
5789 * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
5790 (test_info_vtbl): Likewise.
5791 (do_tests): Call test_info_vtbl.
5792 * gdb.cp/virtfunc.cc (va): New global.
5793
5794 2012-03-15 Thomas Schwinge <thomas@codesourcery.com>
5795
5796 * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
5797 describing DWARF data structures.
5798 * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
5799 * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
5800 * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
5801 * gdb.dwarf2/dw2-entry-value.S: Likewise.
5802 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
5803 * gdb.dwarf2/dw2-param-error.S: Likewise.
5804 * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
5805 * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
5806 * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
5807 * gdb.dwarf2/implptr-optimized-out.S: Likewise.
5808 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
5809 * gdb.dwarf2/pr11465.S: Likewise.
5810
5811 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5812
5813 * gdb.mi/mi2-prompt.exp: New file.
5814
5815 2012-03-13 Joel Brobecker <brobecker@adacore.com>
5816
5817 * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
5818
5819 2012-03-13 Joel Brobecker <brobecker@adacore.com>
5820
5821 * gdb.ada/bp_range_type: New testcase.
5822
5823 2012-03-13 Doug Evans <dje@google.com>
5824
5825 * gdb.base/default.exp: Delete tests for symbol-reloading.
5826 * gdb.base/help.exp: Ditto.
5827 * gdb.base/setshow.exp: Ditto.
5828 * gdb.base/gdb_history: Delete references to symbol-reloading.
5829
5830 2012-03-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5831
5832 * gdb.base/attach-twice.c: New files.
5833 * gdb.base/attach-twice.exp: New files.
5834
5835 2012-03-08 Keith Seitz <keiths@redhat.com>
5836
5837 * lib/gdb.exp (gdb_get_line_number): Throw an
5838 error instead of returning -1.
5839 * gdb.base/break.exp: Remove unused variable
5840 bp_location5.
5841 * gdb.base/hbreak2.exp: Likewise.
5842 * gdb.base/sepdebug.exp: Likewise.
5843
5844 2012-03-08 Yao Qi <yao@codesourcery.com>
5845 Pedro Alves <palves@redhat.com>
5846
5847 Fix PR server/13392.
5848 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
5849 (tracepoint_change_loc_2): Remove kfail. Return if failed to
5850 download tracepoints.
5851 * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
5852 (pending_tracepoint_resolved_during_trace): Likewise.
5853 (pending_tracepoint_installed_during_trace): Likewise.
5854 (pending_tracepoint_with_action_resolved): Likewise.
5855
5856 2012-03-08 Keith Seitz <keiths@redhat.com>
5857
5858 * gdb.ada/array_bounds.exp: Get breakpoint for line
5859 with "START", not "STOP".
5860 * gdb.python/py-infthread.exp: Do not continue to
5861 line marked "Break here.", which is undefined.
5862
5863 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
5864
5865 Revert:
5866
5867 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5868
5869 Implement testsuite workaround for PR breakpoints/13781.
5870 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
5871 (set breakpoint condition-evaluation host): New conditional command.
5872
5873 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5874
5875 Fix CU relative vs. absolute DIE offsets.
5876 * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
5877 one.
5878
5879 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5880
5881 Fix false FAIL on distros with relro linkage as default.
5882 * gdb.reverse/solib-precsave.exp: Try to compile the test using
5883 -Wl,-z,norelro first.
5884
5885 2012-03-06 Joel Brobecker <brobecker@adacore.com>
5886
5887 * gdb.ada/bp_on_var: New testcase.
5888
5889 2012-03-06 Joel Brobecker <brobecker@adacore.com>
5890
5891 * gdb.ada/bp_enum_homonym: New testcase.
5892
5893 2012-03-06 Yao Qi <yao@codesourcery.com>
5894
5895 * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
5896 x86_64-*-* and i?86-*-*.
5897 Set up KFAIL for gdb/13808.
5898
5899 2012-03-05 Tom Tromey <tromey@redhat.com>
5900
5901 * gdb.ada/operator_bp.exp: Clear debug-file-directory.
5902 * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
5903
5904 2012-03-05 Tom Tromey <tromey@redhat.com>
5905
5906 * gdb.java/jprint.java (jprint.main): Keep 'x' live.
5907
5908 2012-03-04 Yao Qi <yao@codesourcery.com>
5909
5910 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
5911 messages for KFAIL.
5912
5913 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5914
5915 * gdb.ada/arrayidx.exp: Call get_compiler_info. New variable old_gcc.
5916 (print one_two_three, indexes off, print few_reps, indexes off)
5917 (print many_reps, indexes off, print empty, indexes off)
5918 (print one_two_three, print few_reps, print many_reps, print empty):
5919 Call setup_xfail if $gcc_old.
5920
5921 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5922
5923 Implement testsuite workaround for PR breakpoints/13781.
5924 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
5925 (set breakpoint condition-evaluation host): New conditional command.
5926
5927 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5928
5929 Code cleanup.
5930 * gdb.cp/mb-templates.exp: New variables executable. Use it for
5931 binfile. use clean_restart. Replace gdb_expect by gdb_test_multiple.
5932 Replace GDB restart by kill and delete_breakpoints. Replace breakpoint
5933 number 1 by $bpnum. Four times.
5934
5935 2012-03-03 Yao Qi <yao@codesourcery.com>
5936
5937 * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
5938
5939 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
5940
5941 Setup KFAIL for PR server/13796.
5942 * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
5943
5944 2012-03-02 Joel Brobecker <brobecker@adacore.com>
5945
5946 * gdb.ada/operator_bp: New testcase.
5947
5948 2012-03-02 Joel Brobecker <brobecker@adacore.com>
5949
5950 * gdb.ada/info_locals_renaming: New testcase.
5951
5952 2012-03-02 Tom Tromey <tromey@redhat.com>
5953
5954 * gdb.base/nextoverexit.c: New file.
5955 * gdb.base/nextoverexit.exp: New file.
5956
5957 2012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
5958
5959 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
5960 parameter.
5961
5962 2012-03-01 Maciej W. Rozycki <macro@mips.com>
5963
5964 * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
5965 core registers.
5966
5967 2012-03-01 Maciej W. Rozycki <macro@mips.com>
5968 Maciej W. Rozycki <macro@codesourcery.com>
5969 Daniel Jacobowitz <dan@codesourcery.com>
5970
5971 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
5972
5973 2012-03-01 Pedro Alves <palves@redhat.com>
5974
5975 PR gdb/13767
5976
5977 * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
5978 (gdb_collect_globals_test): Call it.
5979
5980 2012-03-01 Keith Seitz <keiths@redhat.com>
5981
5982 * gdb.cp/method2.exp: Output of overload menu is now
5983 alphabetized. Update tests for "break A::method".
5984 * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
5985 of hard-coding them.
5986 Overload menu is alphabetized: rewrite to accommodate.
5987 Unset variables LINE and TYPES which are used in other tests.
5988 Compute the output of "info break".
5989 Update the breakpoint table after all breakpoints are deleted.
5990 (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
5991 compute ACTUALS and the method body based on parameters.
5992 Update expected output accordingly.
5993 * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
5994 unique comments to allow the use of gdb_get_line_number.
5995
5996 2012-03-01 Keith Seitz <keiths@redhat.com>
5997
5998 * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
5999 some Tcl syntax.
6000 * gdb.cp/ovldbreak.exp: Likewise.
6001
6002 2012-03-01 Keith Seitz <keiths@redhat.com>
6003
6004 * gdb.base/help.exp (help show user): Update expected result
6005 for new doc string changes (add "non-python").
6006
6007 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
6008
6009 * gdb.python/py-cmd.exp: Add test to verify that python commands can
6010 be put in the user-defined category and that the commands appear in
6011 "help user-defined".
6012
6013 2012-02-29 Joel Brobecker <brobecker@adacore.com>
6014
6015 * gdb.ada/tagged_not_init: New testcase.
6016
6017 2012-02-29 Joel Brobecker <brobecker@adacore.com>
6018
6019 * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
6020 * gdb.ada/enum_idx_packed: New testcase.
6021
6022 2012-02-29 Joel Brobecker <brobecker@adacore.com>
6023
6024 * gdb.ada/aliased_array: New testcase.
6025
6026 2012-02-29 Joel Brobecker <brobecker@adacore.com>
6027
6028 * gdb.ada/whatis_array_val: New testcase.
6029
6030 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6031
6032 Fix disp-step-syscall.exp: fork: single step over fork.
6033 * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
6034 whitespaces.
6035 (single step over $syscall): Remove its check.
6036 (single step over $syscall final pc): New check.
6037
6038 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6039
6040 Support processors without SSSE3.
6041 * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
6042 pabsd into ...
6043 (ssse3_test): ... a new function.
6044 (main): Call ssse3_test.
6045 * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
6046 Update expected values everywhere.
6047 (reverse-step to pabsd, verify xmm0 after reverse pabsd)
6048 (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
6049 (reverse-step to pabsw, verify xmm0 after reverse pabsw)
6050 (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
6051 (reverse-step to pabsb, verify xmm0 after reverse pabsb)
6052 (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
6053 Move these tests lower.
6054 (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
6055 (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
6056 (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
6057 New tests.
6058
6059 2012-02-29 Yao Qi <yao@codesourcery.com>
6060 Pedro Alves <palves@redhat.com>
6061
6062 * gdb.trace/trace-mt.c: New.
6063 * gdb.trace/trace-mt.exp: New.
6064
6065 2012-02-28 Thomas Schwinge <thomas@codesourcery.com>
6066
6067 * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
6068 numbers instead of hardcoding them.
6069 * gdb.base/annota1.c: Provide suitable markers.
6070 * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
6071 numbers instead of hardcoding them.
6072 * gdb.base/annota3.c: Provide suitable markers.
6073
6074 * gdb.base/annota1.c [__sh__]: Remove any special-casing.
6075 * gdb.base/annota3.c: Likewise.
6076 * gdb.base/sigall.c: Likewise.
6077 * gdb.base/signals.c: Likewise.
6078 * gdb.reverse/sigall-reverse.c: Likewise.
6079
6080 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
6081
6082 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
6083 failure return path.
6084
6085 2012-02-27 Luis Machado <lgustavo@codesourcery.com>
6086
6087 * gdb.base/save-bp.exp: Account for new condition evaluator output.
6088
6089 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
6090
6091 * gdb.base/cond-eval-mode.exp: New file.
6092
6093 2012-02-24 Pedro Alves <palves@redhat.com>
6094
6095 * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
6096 (top level): Use with_test_prefix.
6097
6098 2012-02-24 Pedro Alves <palves@redhat.com>
6099
6100 * gdb.threads/attach-into-signal.exp (corefunc): Use
6101 with_test_prefix.
6102
6103 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6104
6105 Fix false FAILs on old CPUs without SSE.
6106 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
6107 Return untested for Illegal instruction.
6108
6109 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6110
6111 Fix false FAILs with glibc debug infos installed.
6112 * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
6113 * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
6114
6115 2012-02-22 Sterling Augustine <saugustine@google.com>
6116
6117 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
6118 constant with cast.
6119
6120 2012-02-21 Pedro Alves <palves@redhat.com>
6121
6122 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
6123
6124 2012-02-21 Pedro Alves <palves@redhat.com>
6125
6126 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
6127
6128 2012-02-21 Pedro Alves <palves@redhat.com>
6129
6130 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
6131 with_test_prefix.
6132
6133 2012-02-21 Pedro Alves <palves@redhat.com>
6134
6135 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
6136 with_test_prefix here.
6137 (top level): Do it here instead. Remove `:' from the
6138 with_test_prefix string.
6139 * gdb.base/attach-pie-misread.exp: Remove the leading space the
6140 the suffix `:' from the with_test_prefix prefix string.
6141 * gdb.base/break-interp.exp: Ditto.
6142 * gdb.base/catch-load.exp: Ditto.
6143 * gdb.base/disp-step-syscall.exp: Ditto.
6144 * gdb.base/jit-so.exp: Ditto.
6145 * gdb.base/jit.exp: Ditto.
6146 * gdb.base/sepdebug.exp: Ditto.
6147 * gdb.base/solib-display.exp: Ditto.
6148 * gdb.base/solib-overlap.exp: Ditto.
6149 * gdb.base/watch-cond-infcall.exp: Ditto.
6150 * gdb.base/watchpoint.exp: Ditto.
6151 * gdb.dwarf2/dw2-noloc.exp: Ditto.
6152 * gdb.mi/mi-watch.exp: Ditto.
6153 * gdb.mi/mi2-watch.exp: Ditto.
6154 * gdb.threads/non-ldr-exc-1.exp: Ditto.
6155 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6156 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6157 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6158 * gdb.threads/watchpoint-fork.exp: Ditto.
6159 * gdb.threads/watchthreads-reorder.exp: Ditto.
6160 * gdb.trace/change-loc.exp: Ditto.
6161 * gdb.trace/pending.exp: Ditto.
6162 * gdb.trace/status-stop.exp: Ditto.
6163 * gdb.trace/strace.exp: Ditto.
6164 * gdb.trace/trace-break.exp: Ditto.
6165 * gdb.trace/unavailable.exp: Ditto.
6166 * lib/gdb.exp (with_test_prefix): Always prefix with space and
6167 suffix with colon. Adjust leading comments.
6168
6169 2012-02-21 Pedro Alves <palves@redhat.com>
6170 Tom Tromey <tromey@redhat.com>
6171
6172 * lib/gdb.exp: Add description of test prefixes.
6173 (with_test_prefix): New procedure.
6174 * gdb.arch/altivec-abi.exp: Use with_test_prefix.
6175 * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
6176 * gdb.base/break-interp.exp: Use with_test_prefix. Use append
6177 instead of lappend to append to pf_prefix.
6178 * gdb.base/catch-load.exp: Use with_test_prefix.
6179 * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
6180 * gdb.base/jit-so.exp: Use with_test_prefix.
6181 * gdb.base/jit.exp: Use with_test_prefix.
6182 * gdb.base/return-nodebug.exp (do_test): Use append instead of
6183 lappend to append to pf_prefix.
6184 * gdb.base/sepdebug.exp: Use with_test_prefix.
6185 * gdb.base/solib-display.exp: Use with_test_prefix.
6186 * gdb.base/solib-overlap.exp: Use with_test_prefix.
6187 * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
6188 * gdb.base/watchpoint.exp: Use with_test_prefix.
6189 * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
6190 * gdb.mi/mi-watch.exp: Use with_test_prefix.
6191 * gdb.mi/mi2-watch.exp: Use with_test_prefix.
6192 * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
6193 * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
6194 * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
6195 * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
6196 * gdb.threads/watchpoint-fork.exp: Use with_test_prefix. Use
6197 append instead of lappend to append to pf_prefix.
6198 * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
6199 * gdb.trace/change-loc.exp: Use with_test_prefix.
6200 * gdb.trace/pending.exp: Use with_test_prefix.
6201 * gdb.trace/status-stop.exp: Use with_test_prefix.
6202 * gdb.trace/strace.exp: Use with_test_prefix.
6203 * gdb.trace/trace-break.exp: Use with_test_prefix.
6204 * gdb.trace/unavailable.exp: Use with_test_prefix. Use append
6205 instead of lappend to append to pf_prefix.
6206
6207 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6208
6209 Fix racy FAILs.
6210 * gdb.base/inferior-died.c (main): Add return of 0.
6211 * gdb.base/inferior-died.exp (continue): Fix expectation of
6212 asynchronous events.
6213 (p 1): New test.
6214
6215 2012-02-20 Pedro Alves <palves@redhat.com>
6216
6217 * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
6218 lin-lwp output. Set SIGALRM to stop. Adjust tests to not rely on
6219 gdb's internal debug output. For the non-threaded case, look for
6220 "Program received signal SIGLARM", for the threaded case, peek at
6221 the thread's siginfo.
6222
6223 2012-02-20 Pedro Alves <palves@redhat.com>
6224
6225 General cleanup, make output test messages unique, and build
6226 different executable files for the non-threaded and threaded
6227 cases.
6228
6229 * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
6230 Delete.
6231 (executable_nothr, executable_thr): New globals.
6232 (top level): Adjust to delete both executables.
6233 (corefunc): New parameter $executable. Set $pf_prefix instead of
6234 hand writing a prefix in tests. Issue a clean_restart and enable
6235 lin-lwp debug output here.
6236 (top level): Adjust. Use build_executable. Don't start gdb here,
6237 and don't enable lin-lwp debug output here.
6238 * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
6239
6240 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6241
6242 Fix racy FAILs.
6243 * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
6244 "continue" command.
6245
6246 2012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6247
6248 Fix for gdbserver non-extended mode.
6249 * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
6250 and gdb_run_cmd.
6251
6252 2012-02-17 Tom Tromey <tromey@redhat.com>
6253
6254 * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
6255 * gdb.python/py-events.exp: Check 'dir' output.
6256 * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
6257
6258 2012-02-17 Yao Qi <yao@codesourcery.com>
6259
6260 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
6261
6262 2012-02-16 Tom Tromey <tromey@redhat.com>
6263
6264 * gdb.base/inferior-died.c: Don't include stdio.h.
6265
6266 2012-02-16 Tom Tromey <tromey@redhat.com>
6267
6268 * gdb.base/inferior-died.c: New file.
6269 * gdb.base/inferior-died.exp: New file.
6270
6271 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
6272
6273 * gdb.base/break-inline.exp: New file.
6274 * gdb.base/break-inline.c: New file.
6275
6276 2012-02-15 Tom Tromey <tromey@redhat.com>
6277
6278 * gdb.base/pc-fp.exp: Add "info register" tests.
6279
6280 2012-02-15 Tom Tromey <tromey@redhat.com>
6281
6282 * gdb.base/regs.exp: Remove.
6283
6284 2012-02-15 Pedro Alves <palves@redhat.com>
6285
6286 * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
6287 the target doesn't support tracepoints.
6288 * gdb.trace/circ.exp: Ditto.
6289 * gdb.trace/collection.exp: Ditto.
6290 * gdb.trace/packetlen.exp: Ditto.
6291 * gdb.trace/passc-dyn.exp: Ditto.
6292 * gdb.trace/report.exp: Ditto.
6293 * gdb.trace/tfind.exp: Ditto.
6294 * gdb.trace/tspeed.exp: Ditto.
6295 * gdb.trace/tsv.exp: Ditto.
6296 * gdb.trace/unavailable.exp: Ditto.
6297 * gdb.trace/while-dyn.exp: Ditto.
6298
6299 2012-02-15 Pedro Alves <palves@redhat.com>
6300
6301 * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
6302 gdb_test_multiple, and call unsupported instead of fail, if the
6303 remote side does not support the request.
6304
6305 2012-02-15 Pedro Alves <palves@redhat.com>
6306
6307 * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
6308 * gdb.server/ext-run.exp: Make sure gdb is disconnected.
6309 * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
6310 * gdb.server/server-mon.exp: Make sure gdb is disconnected.
6311 * gdb.server/server-run.exp: Make sure gdb is disconnected.
6312 * lib/gdbserver-support.exp (gdbserver_start_extended): Only
6313 prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
6314 doesn't start with "extended-" already.
6315
6316 2012-02-15 Pedro Alves <palves@redhat.com>
6317
6318 Support extended-remote. Avoid cascading timeouts.
6319
6320 * gdb.base/attach.exp (do_attach_tests): Add expected output for
6321 the extended-remote target. If attaching with no file fails, load
6322 the file manually.
6323 * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
6324
6325 2012-02-14 Stan Shebs <stan@codesourcery.com>
6326
6327 * gdb.base/ena-dis-br.exp: Add enable count test.
6328
6329 2012-02-13 Pedro Alves <palves@redhat.com>
6330
6331 * config/mips-idt.exp: Delete.
6332 * gdb.base/a2-run.exp: Remove mips-idt xfails.
6333 * gdb.base/bitfields.exp: Remove mips-idt restarts.
6334 * gdb.base/break.exp: Remove mips-idt references.
6335 * gdb.base/chng-syms.exp: Ditto.
6336 * gdb.base/default.exp: Ditto.
6337 * gdb.base/funcargs.exp (funcargs_reload): Delete.
6338 (top level): Don't call it.
6339 * gdb.base/opaque.exp: Remove mips-idt restarts.
6340 * gdb.base/ptype.exp: Remove mips-idt xfails.
6341 * gdb.base/scope.exp: Remove mips-idt restarts.
6342 * gdb.base/sepdebug.exp: Remove mips-idt references.
6343 * gdb.base/watchpoint.exp (maybe_clean_restart)
6344 (maybe_reinitialize): Delete.
6345 (test_disabling_watchpoints, test_disabling_watchpoints)
6346 (test_watchpoint_triggered_in_syscall)
6347 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
6348 Don't call them.
6349
6350 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6351
6352 * gdb.server/server-exec-info.exp: New file.
6353
6354 2012-02-10 Pedro Alves <palves@redhat.com>
6355
6356 * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
6357 always non-empty.
6358 (test_attach): Always pass $exec to test_attach_gdb.
6359
6360 2012-02-08 Tom Tromey <tromey@redhat.com>
6361
6362 * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
6363 before inferior is started.
6364
6365 2012-02-07 Tom Tromey <tromey@redhat.com>
6366
6367 * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
6368 Symbol.value.
6369 * gdb.python/py-symbol.c (qq): Set default value.
6370
6371 2012-02-07 Tom Tromey <tromey@redhat.com>
6372
6373 * gdb.python/py-symbol.c (qq): New global.
6374 * gdb.python/py-symbol.exp: Add test for frame-less
6375 lookup_symbol.
6376 * gdb.python/py-symtab.exp: Fix line number.
6377
6378 2012-02-03 Joel Brobecker <brobecker@adacore.com>
6379
6380 * gdb.ada/mi_task_arg: New testcase.
6381
6382 2012-02-02 Pedro Alves <palves@redhat.com>
6383
6384 * gdb.reverse/until-precsave.exp: Also put "record save" under the
6385 extended timeout.
6386
6387 2012-02-02 Pedro Alves <palves@redhat.com>
6388
6389 * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
6390 * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
6391
6392 2012-02-02 Pedro Alves <palves@redhat.com>
6393
6394 * gdb.base/term.exp: Rewrite.
6395 * gdb.base/term.c: New.
6396
6397 2012-02-02 Pedro Alves <palves@redhat.com>
6398
6399 * gdb.base/default.exp (run "r" abbreviation, run): Add
6400 extended-remote expected output.
6401
6402 2012-02-02 Tom Tromey <tromey@redhat.com>
6403
6404 * gdb.cp/dispcxx.exp: New file.
6405 * gdb.cp/dispcxx.cc: New file.
6406
6407 2012-02-01 Tom Tromey <tromey@redhat.com>
6408
6409 * gdb.base/jit-simple.exp: New file.
6410 * gdb.base/jit-simple.c: New file.
6411
6412 2012-01-30 Yao Qi <yao@codesourcery.com>
6413
6414 * gdb.base/skip.exp: Make test result unique.
6415
6416 2012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6417
6418 * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
6419 compatibility with valgrind-3.7.0.
6420
6421 2012-01-27 Pedro Alves <palves@redhat.com>
6422
6423 * gdb.base/watchpoint.exp (no_hw): New global.
6424 (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
6425 disable hw watchpoints.
6426 (test_wide_location_1, test_wide_location_2): If no_hw is set,
6427 don't expect hw watchpoints.
6428 (no_hw_watchpoints): Always clean restart.
6429 (do_tests): New procedure, factored out from the top level.
6430 (top level): Run tests twice. Once with hw watchpoints enabled,
6431 another time with hw watchpoints disabled.
6432
6433 2012-01-27 Pedro Alves <palves@redhat.com>
6434
6435 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
6436 out from the top level.
6437 (top level): Call it instead.
6438
6439 2012-01-27 Pedro Alves <palves@redhat.com>
6440
6441 * gdb.base/watchpoint.exp (top level): Re-enable hardware
6442 watchpoints sooner.
6443
6444 2012-01-27 Pedro Alves <palves@redhat.com>
6445
6446 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
6447
6448 2012-01-27 Pedro Alves <palves@redhat.com>
6449
6450 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
6451 "You may have requested too many hardware
6452 breakpoints/watchpoints".
6453
6454 2012-01-27 Pedro Alves <palves@redhat.com>
6455
6456 * gdb.base/watchpoint.exp (maybe_clean_restart)
6457 (maybe_reinitialize): New.
6458 (test_disabling_watchpoints): Call maybe_reinitialize. Don't
6459 expect "hit N times".
6460 (test_disabling_watchpoints, test_complex_watchpoint)
6461 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
6462 Call maybe_clean_restart.
6463 (top level): Use clean_restart. Remove "mips-idt-*"
6464 reinitialization.
6465
6466 2012-01-27 Pedro Alves <palves@redhat.com>
6467
6468 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
6469
6470 2012-01-27 Pedro Alves <palves@redhat.com>
6471
6472 * gdb.base/watchpoint.exp: Clean restart after tests that don't
6473 require `initialize' anymore. Remove unnecessary `initialize'
6474 calls.
6475
6476 2012-01-27 Pedro Alves <palves@redhat.com>
6477
6478 * gdb.base/watchpoint.exp (wp_set): Delete.
6479 (initialize, test_simple_watchpoint, top level): Remove dead code.
6480
6481 2012-01-27 Pedro Alves <palves@redhat.com>
6482
6483 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
6484 typo.
6485
6486 2012-01-27 Pedro Alves <palves@redhat.com>
6487
6488 * config/extended-gdbserver.exp: New file.
6489 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
6490 comment.
6491 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
6492 * boards/native-extended-gdbserver.exp: New file.
6493
6494 2012-01-26 Pedro Alves <palves@redhat.com>
6495
6496 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
6497 and gdb_test_multiple.
6498
6499 2012-01-26 Pedro Alves <palves@redhat.com>
6500
6501 Make test messages unique, and more identifiable.
6502 * gdb.multi/watchpoint-multi.exp: Change test messages.
6503
6504 2012-01-25 Tom Tromey <tromey@redhat.com>
6505
6506 * gdb.base/solib-disc.exp: Fix regexps.
6507
6508 2012-01-24 Tom Tromey <tromey@redhat.com>
6509
6510 * lib/mi-support.exp (mi_expect_stop): Add special case for
6511 solib-event.
6512 * gdb.base/catch-load-so.c: New file.
6513 * gdb.base/catch-load.exp: New file.
6514 * gdb.base/catch-load.c: New file.
6515 * gdb.base/break-interp.exp (reach_1): Update regexp.
6516
6517 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6518
6519 Fix fuzzy results.
6520 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
6521 lpsimple and func.
6522
6523 2012-01-24 Gary Benson <gbenson@redhat.com>
6524
6525 Delete #if 0'd out code.
6526 * gdb.base/default.exp (info catch): Remove.
6527 * gdb.base/gdb_history (info catch): Likewise.
6528 * gdb.base/help.exp (info catch): Likewise.
6529
6530 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6531
6532 Fix watchpoints to be specific for each inferior.
6533 * gdb.multi/watchpoint-multi.c: New file.
6534 * gdb.multi/watchpoint-multi.exp: New file.
6535
6536 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6537
6538 Fix watchpoints across inferior fork.
6539 * gdb.threads/watchpoint-fork-child.c: New file.
6540 * gdb.threads/watchpoint-fork-mt.c: New file.
6541 * gdb.threads/watchpoint-fork-parent.c: New file.
6542 * gdb.threads/watchpoint-fork-st.c: New file.
6543 * gdb.threads/watchpoint-fork.exp: New file.
6544 * gdb.threads/watchpoint-fork.h: New file.
6545
6546 2012-01-23 Pedro Alves <palves@redhat.com>
6547
6548 * gdb.base/call-signal-resume.exp: Allow output after "return".
6549
6550 2012-01-20 Pedro Alves <palves@redhat.com>
6551
6552 * gdb.python/py-finish-breakpoint.py: Fix typo.
6553
6554 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
6555
6556 * gdb.base/info-proc.exp: Also run on remote targets. Main
6557 "info proc" command is now always present; whether target supports
6558 actual info proc operation is detected when attempting to issue
6559 the command.
6560
6561 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6562
6563 * .gdbinit: Remove.
6564
6565 2012-01-19 Pedro Alves <palves@redhat.com>
6566
6567 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
6568 look at the funtions' returns.
6569 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
6570 (jprint.print(int, int)): Change return type to int. Adjust.
6571
6572 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6573
6574 PR gdb/9538
6575 * gdb.base/sepdebug.exp: New test.
6576
6577 2012-01-18 Pedro Alves <palves@redhat.com>
6578
6579 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
6580 Allow output before ^done.
6581
6582 2012-01-16 Tom Tromey <tromey@redhat.com>
6583
6584 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
6585 Add tests for relative directory.
6586
6587 2012-01-16 Tom Tromey <tromey@redhat.com>
6588
6589 * gdb.base/printcmds.c (enum flag_enum): New.
6590 (three): New global.
6591 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
6592 enum printing.
6593 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
6594 FlagEnumerationPrinter.
6595 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
6596 * gdb.python/py-pp-maint.c (enum flag_enum): New.
6597 (fval): New global.
6598
6599 2012-01-16 Pedro Alves <palves@redhat.com>
6600
6601 * lib/gdb.exp (banned_procedures): New variable.
6602 (banned_variables_traced): Rename to ...
6603 (banned_traced): ... this.
6604 (gdb_init): Also trace banned procedures.
6605 (gdb_finish): Also untrace banned procedures.
6606
6607 2012-01-16 Pedro Alves <palves@redhat.com>
6608
6609 Remove all calls to strace.
6610
6611 2012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6612
6613 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
6614 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
6615
6616 2012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
6617
6618 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
6619 * gdb.base/pie-execl.exp: Likewise.
6620
6621 2012-01-12 Keith Seitz <keiths@redhat.com>
6622
6623 PR mi/10586
6624 * gdb.mi/var-cmd.c (struct anonymous): New structure.
6625 (do_anonymous_type_tests): New function.
6626 (main): Call do_anonymous_type_tests.
6627 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
6628 (verify_everything): New procedure.
6629 * gdb.mi/mi-var-cp.cc (class A): New class.
6630 (anonymous_structs_and_unions): New function.
6631 (main): Call anonymous_structs_and_unions.
6632 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
6633 (verify_everything): New procedure.
6634
6635 2012-01-12 Keith Seitz <keiths@redhat.com>
6636
6637 * lib/mi-support.exp: Expand comments about PATH_EXPR.
6638 (varobj_tree::get_path_expr): Assume that all varobjs are
6639 compound unless they are known simple types.
6640 Adjust path expressions based on parent type, path parent type,
6641 and tree language.
6642 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
6643 the root varobj.
6644 (mi_walk_varobj_tree): Add LANGUAGE parameter.
6645
6646 2012-01-11 Pedro Alves <palves@redhat.com>
6647
6648 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
6649 core files on this machine" anymore.
6650
6651 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
6652
6653 * gdb.base/watchpoint.c (recurser): Initialize local_x.
6654 (main): Repeat recurser call.
6655 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
6656 equivalent to 'local_x'.
6657
6658 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
6659 Joel Brobecker <brobecker@adacore.com>
6660
6661 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
6662
6663 2012-01-05 Pedro Alves <alves.ped@gmail.com>
6664
6665 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
6666 * gdb.python/py-events.c (first): Add bits for new "step N" test.
6667 * gdb.python/py-events.exp: Test that "step N" tripping on a
6668 breakpoint emits a breakpoint event.
6669
6670 2012-01-03 Joel Brobecker <brobecker@adacore.com>
6671
6672 * gdb.base/auxv.exp: Reformat the copyright notice.
6673
6674 2012-01-03 Yao Qi <yao@codesourcery.com>
6675
6676 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
6677 (strace_trace_on_diff_addr): New.
6678 * gdb.trace/strace.c: (main): Add two local variables.
6679
6680 2011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
6681
6682 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
6683 * gdb.cell/gcore.exp: Likewise.
6684 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
6685 to verify the correct instance of main is selected.
6686
6687 2012-01-02 Joel Brobecker <brobecker@adacore.com>
6688
6689 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
6690 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
6691 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
6692 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
6693 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
6694 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
6695 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
6696 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
6697 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
6698 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
6699 gdb.threads/thread_check.c: Reformat copyright header.
6700
6701 2011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
6702
6703 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
6704 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
6705 is not enabled.
6706
6707 2011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6708
6709 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
6710 parameter to self_exec, adjust the function.
6711 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
6712 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
6713 (set var do_exit = 0): Remove test.
6714 (newline at end of file): Add one.
6715
6716 2011-12-27 Joel Brobecker <brobecker@adacore.com>
6717
6718 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
6719 New files.
6720
6721 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6722
6723 Fix racy FAILs.
6724 * gdb.threads/fork-thread-pending.c (barrier): New variable.
6725 (thread_function, thread_forker): Call pthread_barrier_wait for it.
6726 (main): Call pthread_barrier_init for it.
6727
6728 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6729
6730 Fix double send_gdb leading to racy FAILs.
6731 * gdb.base/break.exp (set silent break bp_location1): Replace
6732 3x send_gdb and gdb_expect by gdb_test.
6733 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
6734 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
6735 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
6736 instead of send_gdb. Twice.
6737 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
6738 3x send_gdb and gdb_expect by gdb_test.
6739 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
6740
6741 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6742
6743 * gdb.linespec/linespec.exp: Compile using {c++}.
6744
6745 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6746
6747 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
6748 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
6749 (verify GCC PR debug/51668): New test.
6750
6751 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
6752
6753 Introduce gdb.FinishBreakpoint in Python.
6754 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
6755 py-finish-breakpoint2
6756 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
6757 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
6758 instead of line number.
6759 * gdb.python/py-finish-breakpoint.c: New file.
6760 * gdb.python/py-finish-breakpoint.exp: New file.
6761 * gdb.python/py-finish-breakpoint.py: New file.
6762 * gdb.python/py-finish-breakpoint2.cc: New file.
6763 * gdb.python/py-finish-breakpoint2.exp: New file.
6764 * gdb.python/py-finish-breakpoint2.py: New file.
6765
6766 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6767
6768 Partial fix of compatibility with gcc-4.7.
6769 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
6770 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
6771 Add comment to add a PASS case in the future.
6772
6773 Fix compatibility with gcc-4.7.
6774 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
6775
6776 2011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
6777
6778 PR tdep/12797
6779 * gdb.base/callfuncs.exp: Remove KFAIL.
6780
6781 2011-12-21 Joel Brobecker <brobecker@adacore.com>
6782
6783 * gdb.ada/task_bp: New testcase.
6784
6785 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6786
6787 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
6788 -DNO_SECTIONS.
6789 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
6790
6791 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6792
6793 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
6794 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
6795 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
6796 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
6797 conditional for gcc <= 4.5.
6798
6799 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6800
6801 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
6802 by XFAIL.
6803 * gdb.cp/static-method.exp (info addr A::func())
6804 (list static-method.cc:xxx::(anonymous namespace)::A::func)
6805 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
6806 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
6807 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
6808 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
6809 (test value of F in k3_m): Likewise.
6810 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
6811 Likewise.
6812
6813 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6814
6815 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
6816 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
6817 Remove.
6818 * gdb.threads/attachstop-mt.c: Remove.
6819 * gdb.threads/attachstop-mt.exp: Remove.
6820
6821 2011-12-17 Mark Kettenis <kettenis@gnu.org>
6822
6823 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
6824
6825 2011-12-16 Doug Evans <dje@google.com>
6826
6827 * boards/native-stdio-gdbserver.exp: New file.
6828 * boards/native-gdbserver.exp: New file.
6829
6830 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
6831 gdbserver output.
6832 (gdbserver_default_get_remote_address): New function.
6833 (gdbserver_start): Call gdb,get_remote_address to compute argument
6834 to "target remote" command.
6835
6836 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
6837
6838 * gdb.python/py-function.exp: Change "on" to "full" for
6839 python print-stack. Add set/show python print-stack
6840 off|full|message tests.
6841
6842 2011-12-15 Yao Qi <yao@codesourcery.com>
6843
6844 * gdb.trace/strace.c: New
6845 * gdb.trace/strace.exp: New.
6846
6847 2011-12-14 Tom Tromey <tromey@redhat.com>
6848
6849 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
6850
6851 2011-12-14 Doug Evans <dje@google.com>
6852
6853 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
6854
6855 2011-12-14 Pedro Alves <pedro@codesourcery.com>
6856
6857 PR threads/10729
6858
6859 * gdb.mi/watch-nonstop.c: New file.
6860 * gdb.mi/mi-watch-nonstop.exp: New file.
6861
6862 2011-12-13 Pedro Alves <pedro@codesourcery.com>
6863 Doug Evans <dje@google.com>
6864
6865 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
6866 (clean_restart): Remove references to the gdb_stub target board
6867 variable.
6868 (gdb_step_for_stub): Delete.
6869
6870 * gdb.base/annota1.exp: Remove all references to [target_info
6871 exists gdb_stub], gdb_step_for_stub and usestubs.
6872 * gdb.base/annota3.exp: Ditto.
6873 * gdb.base/async.exp: Ditto.
6874 * gdb.base/break.exp: Ditto.
6875 * gdb.base/code-expr.exp: Ditto.
6876 * gdb.base/commands.exp: Ditto.
6877 * gdb.base/completion.exp: Ditto.
6878 * gdb.base/condbreak.exp: Ditto.
6879 * gdb.base/consecutive.exp: Ditto.
6880 * gdb.base/cvexpr.exp: Ditto.
6881 * gdb.base/define.exp: Ditto.
6882 * gdb.base/display.exp: Ditto.
6883 * gdb.base/ena-dis-br.exp: Ditto.
6884 * gdb.base/environ.exp: Ditto.
6885 * gdb.base/gnu-ifunc.exp: Ditto.
6886 * gdb.base/maint.exp: Ditto.
6887 * gdb.base/pending.exp: Ditto.
6888 * gdb.base/sect-cmd.exp: Ditto.
6889 * gdb.base/sepdebug.exp: Ditto.
6890 * gdb.base/unload.exp: Ditto.
6891 * gdb.base/watchpoint-solib.exp: Ditto.
6892 * gdb.cp/annota2.exp: Ditto.
6893 * gdb.cp/annota3.exp: Ditto.
6894 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
6895 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
6896 * gdb.mi/mi-pending.exp: Ditto.
6897 * gdb.trace/circ.exp: Ditto.
6898 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
6899 * gdb.base/list.exp: Ditto.
6900
6901 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
6902 breakpoint function and all references to the usestubs macro.
6903 * gdb.base/exprs.c: Ditto.
6904 * gdb.base/freebpcmd.c: Ditto.
6905 * gdb.base/bitfields.c: Ditto.
6906 * gdb.base/bitfields2.c: Ditto.
6907 * gdb.base/break.c: Ditto.
6908 * gdb.base/call-sc.c: Ditto.
6909 * gdb.base/call-signals.c: Ditto.
6910 * gdb.base/callfuncs.c: Ditto.
6911 * gdb.base/charset.c: Ditto.
6912 * gdb.base/consecutive.c: Ditto.
6913 * gdb.base/constvars.c: Ditto.
6914 * gdb.base/funcargs.c: Ditto.
6915 * gdb.base/int-type.c: Ditto.
6916 * gdb.base/interrupt.c: Ditto.
6917 * gdb.base/langs0.c: Ditto.
6918 * gdb.base/list0.c: Ditto.
6919 * gdb.base/mips_pro.c: Ditto.
6920 * gdb.base/miscexprs.c: Ditto.
6921 * gdb.base/nodebug.c: Ditto.
6922 * gdb.base/opaque0.c: Ditto.
6923 * gdb.base/pointers.c: Ditto.
6924 * gdb.base/printcmds.c: Ditto.
6925 * gdb.base/ptype.c: Ditto.
6926 * gdb.base/recurse.c: Ditto.
6927 * gdb.base/reread1.c: Ditto.
6928 * gdb.base/reread2.c: Ditto.
6929 * gdb.base/restore.c: Ditto.
6930 * gdb.base/return.c: Ditto.
6931 * gdb.base/run.c: Ditto.
6932 * gdb.base/scope0.c: Ditto.
6933 * gdb.base/sepdebug.c: Ditto.
6934 * gdb.base/setshow.c: Ditto.
6935 * gdb.base/setvar.c: Ditto.
6936 * gdb.base/sigall.c: Ditto.
6937 * gdb.base/signals.c: Ditto.
6938 * gdb.base/structs.c: Ditto.
6939 * gdb.base/structs2.c: Ditto.
6940 * gdb.base/testenv.c: Ditto.
6941 * gdb.base/twice.c: Ditto.
6942 * gdb.base/unwindonsignal.c: Ditto.
6943 * gdb.base/watchpoint.c: Ditto.
6944 * gdb.base/watchpoints.c: Ditto.
6945 * gdb.base/whatis.c: Ditto.
6946 * gdb.cp/classes.cc: Ditto.
6947 * gdb.cp/cplusfuncs.cc: Ditto.
6948 * gdb.cp/derivation.cc: Ditto.
6949 * gdb.cp/formatted-ref.cc: Ditto.
6950 * gdb.cp/misc.cc: Ditto.
6951 * gdb.cp/overload.cc: Ditto.
6952 * gdb.cp/ovldbreak.cc: Ditto.
6953 * gdb.cp/ref-params.cc: Ditto.
6954 * gdb.cp/ref-types.cc: Ditto.
6955 * gdb.cp/templates.cc: Ditto.
6956 * gdb.cp/virtfunc.cc: Ditto.
6957 * gdb.hp/gdb.aCC/run.c: Ditto.
6958 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
6959 * gdb.hp/gdb.compat/xdb0.c: Ditto.
6960 * gdb.reverse/consecutive-reverse.c: Ditto.
6961 * gdb.reverse/sigall-reverse.c: Ditto.
6962 * gdb.reverse/until-reverse.c: Ditto.
6963 * gdb.reverse/watch-reverse.c: Ditto.
6964 * gdb.trace/actions.c: Ditto.
6965 * gdb.trace/circ.c: Ditto.
6966 * gdb.trace/collection.c: Ditto.
6967
6968 2011-12-13 Pedro Alves <pedro@codesourcery.com>
6969
6970 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
6971 (func6, func7): New.
6972 (main): Call func6 and func7.
6973 * gdb.base/watchpoint.exp (test_wide_location_1)
6974 (test_wide_location_2): New.
6975 (top level): Re-enable hardware watchpoints if necessary. Call
6976 test_wide_location_1 and test_wide_location_2.
6977
6978 2011-12-11 Yao Qi <yao@codesourcery.com>
6979
6980 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
6981
6982 2011-12-11 Joel Brobecker <brobecker@adacore.com>
6983
6984 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
6985 expected output for unsupported case.
6986
6987 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6988
6989 PR testsuite/12649
6990 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
6991 Protect gdb_test_multiple by final $gdb_prompt match.
6992
6993 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6994
6995 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
6996 New variable, new test.
6997 (list static-method.cc:xxx::(anonymous namespace)::A::func)
6998 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
6999 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
7000 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
7001 them if HAVE_GCC_45682_FIXED is not set.
7002
7003 2011-12-10 Yao Qi <yao@codesourcery.com>
7004
7005 * gdb.trace/status-stop.exp: New.
7006 * gdb.trace/status-stop.c: New.
7007
7008 2011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7009
7010 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
7011 timeout.
7012
7013 2011-12-08 Tom Tromey <tromey@redhat.com>
7014
7015 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
7016 condition.
7017
7018 2011-12-07 Stan Shebs <stan@codesourcery.com>
7019
7020 * gdb.trace/tfind.exp: Update for output changes.
7021
7022 2011-12-07 Pedro Alves <pedro@codesourcery.com>
7023
7024 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
7025 throws "Cannot insert catchpoints in this configuration".
7026 * gdb.ada/mi_catch_ex.exp: Likewise.
7027
7028 2011-12-06 Pedro Alves <pedro@codesourcery.com>
7029
7030 * gdb.base/break-always.exp: Test changing memory at addresses
7031 with breakpoints inserted.
7032
7033 2011-12-06 Joel Brobecker <brobecker@acacore.com>
7034
7035 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
7036 involving a fully qualified function name.
7037
7038 2011-12-06 Tom Tromey <tromey@redhat.com>
7039
7040 * gdb.ada/homonym.exp: Add three breakpoint tests.
7041
7042 2011-12-06 Tom Tromey <tromey@redhat.com>
7043
7044 * gdb.base/solib-weak.exp (do_test): Remove kfail.
7045 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
7046 * gdb.objc/objcdecode.exp: Update for output changes.
7047 * gdb.linespec/linespec.exp: New file.
7048 * gdb.linespec/lspec.cc: New file.
7049 * gdb.linespec/lspec.h: New file.
7050 * gdb.linespec/body.h: New file.
7051 * gdb.linespec/base/two/thefile.cc: New file.
7052 * gdb.linespec/base/one/thefile.cc: New file.
7053 * gdb.linespec/Makefile.in: New file.
7054 * gdb.cp/templates.exp (test_template_breakpoints): Update for
7055 output changes.
7056 * gdb.cp/re-set-overloaded.exp: Remove kfail.
7057 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
7058 makes one breakpoint.
7059 * gdb.cp/method2.exp (test_break): Update for output changes.
7060 * gdb.cp/mb-templates.exp: Update for output changes.
7061 * gdb.cp/mb-inline.exp: Update for output changes.
7062 * gdb.cp/mb-ctor.exp: Update for output changes.
7063 * gdb.cp/ovsrch.exp: Use fully-qualified names.
7064 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
7065 has multiple matches.
7066 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
7067 error message change.
7068 * gdb.base/list.exp (test_list_filename_and_number): Update for
7069 error message change.
7070 * gdb.base/break.exp: Disable pending breakpoints. Update for
7071 output changes.
7072 * configure.ac: Add gdb.linespec.
7073 * configure: Rebuild.
7074 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
7075
7076 2011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
7077
7078 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
7079 last_break register on s390*-*-* targets.
7080
7081 2011-12-06 Joel Brobecker <brobecker@adacore.com>
7082
7083 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
7084 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
7085 of parameter X in procedure Foo.
7086
7087 2011-12-05 Stan Shebs <stan@codesourcery.com>
7088
7089 * gdb.trace/tfind.exp: Update help string matches.
7090
7091 2011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
7092
7093 * gdb.server/ext-run.exp (get process list): Accept also systemd
7094 as PID 1.
7095
7096 2011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7097 Pedro Alves <pedro@codesourcery.com>
7098
7099 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
7100 starting GDB.
7101 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
7102 $use_gdb_stub.
7103 * gdb.base/display.exp: Likewise.
7104 * gdb.base/ending-run.exp: Likewise.
7105 * gdb.base/list.exp (test_listsize): Likewise.
7106 * gdb.base/setshow.exp: Likewise.
7107 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
7108 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
7109 check by global $use_gdb_stub.
7110 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
7111 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
7112 (default_gdb_init): Unset global $use_gdb_stub.
7113 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
7114 by global $use_gdb_stub.
7115 * lib/gdbserver-support.exp: Extend comments for set_board_info
7116 gdb_protocol and gdb,socketport.
7117 (gdbserver_start_extended): Set global gdbserver_protocol and
7118 gdbserver_gdbport. Clear global use_gdb_stub.
7119 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
7120 from target use_gdb_stub.
7121 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
7122
7123 2011-12-03 Doug Evans <dje@google.com>
7124
7125 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
7126 (gdb_step_for_stub): Add comments.
7127
7128 2011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
7129
7130 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
7131 to the caller.
7132 (gdb_test_multiple): Likewise.
7133
7134 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7135
7136 Fix gdb.mi/mi-solib.exp without system debug info installed.
7137 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
7138 expect attribute, return 0 for it. Update comments.
7139
7140 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7141
7142 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
7143 (corrupted list): Adjust the expectation.
7144
7145 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7146
7147 PR threads/13448
7148 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
7149 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
7150 * gdb.threads/tls-var-main.c: New file.
7151 * gdb.threads/tls-var.c: New file.
7152 * gdb.threads/tls-var.exp: New file.
7153
7154 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7155
7156 PR testsuite/12649
7157 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
7158 Protect gdb_test_multiple by final $gdb_prompt match.
7159 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
7160 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
7161 (test_tracepoints): Likewise.
7162
7163 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7164
7165 PR breakpoints/13346
7166 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
7167 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
7168 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
7169
7170 2011-12-01 Joel Brobecker <brobecker@adacore.com>
7171
7172 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
7173 * gdb.ada/homonym/homonym.adb: For use of all types defined
7174 locally inside both Get_Value subprograms.
7175
7176 2011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7177
7178 Fix racy FAILs.
7179 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
7180 of send_gdb.
7181
7182 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7183
7184 * gdb.base/testenv.exp: Skip on remote targets. Unset global
7185 environment variable after test completed.
7186
7187 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7188
7189 * gdb.base/solib-nodir.exp: Skip if remote target.
7190 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
7191 application. Call gdb_load_shlibs.
7192 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
7193
7194 2011-11-29 Joel Brobecker <brobecker@adacore.com>
7195
7196 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
7197
7198 2011-11-28 Joel Brobecker <brobecker@adacore.com>
7199
7200 * gdb.ada/fullname_bp: New testcase.
7201
7202 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7203
7204 PR testsuite/12649
7205 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
7206 Wrap send_gdb into a new gdb_test.
7207
7208 Code cleanup.
7209 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
7210 Convert send_gdb and gdb_expect to gdb_test_multiple.
7211
7212 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
7213
7214 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
7215
7216 2011-11-23 Keith Seitz <keiths@redhat.com>
7217
7218 * lib/mi-support.exp (varobj_tree): New namespace and procs.
7219 (mi_varobj_tree_test_children_callback): New proc.
7220 (mi_walk_varobj_tree): New proc.
7221
7222 2011-11-22 Tom Tromey <tromey@redhat.com>
7223
7224 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
7225 Add "use_mi_command" argument.
7226 (mi_run_cmd, mi_run_with_cli): New procs.
7227 * gdb.mi/solib-lib.c: New file.
7228 * gdb.mi/solib-main.c: New file.
7229 * gdb.mi/mi-solib.exp: New file.
7230
7231 2011-11-21 Doug Evans <dje@google.com>
7232
7233 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
7234 _Unwind_DebugHook is missing.
7235
7236 2011-11-20 Stan Shebs <stan@codesourcery.com>
7237
7238 * gdb.trace/tstatus.exp: New.
7239 * gdb.trace/actions.c: Include string.h.
7240
7241 2011-11-18 Yao Qi <yao@codesourcery.com>
7242
7243 * gdb.trace/pending.exp: New.
7244 * gdb.trace/pending.c: New.
7245 * gdb.trace/pendshr1.c: New.
7246 * gdb.trace/pendshr2.c: New.
7247 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
7248 tracepoint location becomes pending.
7249 (tracepoint_change_loc_2): New.
7250
7251 2011-11-16 David S. Miller <davem@davemloft.net>
7252
7253 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
7254 target is sparc*-*-linux*
7255
7256 2011-11-15 Paul Koning <paul_koning@dell.com>
7257
7258 * gdb.python/py-type.exp: New testcases for exceptions on scalar
7259 types.
7260
7261 2011-11-14 Doug Evans <dje@google.com>
7262
7263 * gdb.base/shell.exp: New file.
7264
7265 2011-11-14 Stan Shebs <stan@codesourcery.com>
7266
7267 * gdb.trace/ftrace.c: New.
7268 * gdb.trace/ftrace.exp: New.
7269
7270 2011-11-14 Yao Qi <yao@codesourcery.com>
7271
7272 * gdb.trace/change-loc-1.c: New.
7273 * gdb.trace/change-loc-2.c: New.
7274 * gdb.trace/change-loc.c: New.
7275 * gdb.trace/change-loc.exp: New.
7276 * gdb.trace/change-loc.h: New.
7277 * gdb.trace/trace-break.c (marker): Define new symbol.
7278 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
7279 New.
7280 (break_trace_same_addr_6): New.
7281
7282 2011-11-12 Matt Rice <ratmice@gmail.com>
7283
7284 * gdb.base/info-macros.exp: Make tests for info definitions
7285 test info macro. Add tests for info macro argument processing.
7286 Rename a few tests.
7287
7288 2011-11-11 Keith Seitz <keiths@redhat.com>
7289
7290 PR gdb/12843
7291 * gdb.base/linespecs.exp: New file.
7292
7293 2011-11-11 Doug Evans <dje@google.com>
7294
7295 * gdb.threads/print-threads.exp: Extend timeout for slower
7296 tests.
7297
7298 2011-11-10 Doug Evans <dje@google.com>
7299
7300 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
7301 "record to end of main" test.
7302
7303 * gdb.python/py-type.c (TS): New typedef.
7304 (ts): New global.
7305 * gdb.python/py-type.exp: Test field list of typedef.
7306
7307 2011-11-10 Joel Brobecker <brobecker@adacore.com>
7308
7309 * gdb.ada/small_reg_param: New testcase.
7310
7311 2011-11-09 Tom Tromey <tromey@redhat.com>
7312
7313 * gdb.cp/destrprint.exp: New file.
7314 * gdb.cp/destrprint.cc: New file.
7315
7316 2011-11-08 Meador Inge <meadori@codesourcery.com>
7317
7318 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
7319 (switch_stack_to_other): New test function.
7320 * gdb.arch/thumb-prologue.exp: New test cases.
7321
7322 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
7323
7324 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
7325
7326 2011-11-08 Yao Qi <yao@codesourcery.com>
7327
7328 * gdb.exp (supports_process_record): New.
7329 (supports_reverse): New.
7330 * gdb.reverse/break-precsave.exp: Call support_process_record
7331 to run test conditionally.
7332 * gdb.reverse/consecutive-precsave.exp: Likewise.
7333 * gdb.reverse/i386-precsave.exp: Likewise.
7334 * gdb.reverse/machinestate-precsave.exp: Likewise.
7335 * gdb.reverse/solib-precsave.exp: Likewise.
7336 * gdb.reverse/step-precsave.exp: Likewise.
7337 * gdb.reverse/until-precsave.exp: Likewise.
7338 * gdb.reverse/watch-precsave.exp: Likewise.
7339 * gdb.reverse/break-reverse.exp: Call support_reverse to run
7340 test conditionally.
7341 * gdb.reverse/consecutive-reverse.exp: Likewise.
7342 * gdb.reverse/finish-precsave.exp: Likewise.
7343 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
7344 * gdb.reverse/finish-reverse.exp: Likewise.
7345 * gdb.reverse/i386-reverse.exp: Likewise.
7346 * gdb.reverse/i386-sse-reverse.exp: Likewise.
7347 * gdb.reverse/machinestate.exp: Likewise.
7348 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
7349 * gdb.reverse/sigall-precsave.exp: Likewise.
7350 * gdb.reverse/sigall-reverse.exp: Likewise.
7351 * gdb.reverse/solib-reverse.exp: Likewise.
7352 * gdb.reverse/step-reverse.exp: Likewise.
7353 * gdb.reverse/until-reverse.exp: Likewise.
7354 * gdb.reverse/watch-reverse.exp: Likewise.
7355
7356 2011-11-05 Yao Qi <yao@codesourcery.com>
7357
7358 * gdb.trace/trace-break.exp: Add test on setting two
7359 fast tracepoints at the same address.
7360
7361 2011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7362
7363 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
7364
7365 2011-11-02 Stan Shebs <stan@codesourcery.com>
7366
7367 * gdb.trace/collection.c: Add code using strings.
7368 * gdb.trace/collection.exp: Add tests of string collection.
7369
7370 2011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
7371
7372 * gdb.base/skip-solib.exp (executable_main): New variable.
7373 (binfile_main): Base it on that.
7374 Use $executable_main in clean_restart calls. Drop gdb_exit and
7375 gdb_start calls.
7376
7377 2011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7378
7379 Fix racy FAILs.
7380 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
7381 breakpoint_re globals import by async. Set string_regex to .* for
7382 async. Remove the optional thread_selected_re and breakpoint_re
7383 globals expectations.
7384
7385 2011-11-01 Joseph Myers <joseph@codesourcery.com>
7386
7387 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
7388 well as Cygwin.
7389
7390 2011-11-01 Justin Lebar <justin.lebar@gmail.com>
7391
7392 Add tests for skip command.
7393 * gdb.base/skip-solib-lib.c: New
7394 * gdb.base/skip-solib-main.c: New
7395 * gdb.base/skip-solib.exp: New
7396 * gdb.base/skip.c: New
7397 * gdb.base/skip.exp: New
7398 * gdb.base/skip1.c: New
7399 * gdb.base/Makefile.in: Adding new files.
7400
7401 2011-10-31 Yao Qi <yao@codesourcery.com>
7402 Pedro Alves <pedro@codesourcery.com>
7403
7404 * gdb.trace/trace-break.c: New.
7405 * gdb.trace/trace-break.exp: New.
7406
7407 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7408
7409 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
7410 break-here-2.
7411
7412 2011-10-28 Pedro Alves <pedro@codesourcery.com>
7413
7414 * gdb.threads/no-unwaited-for-left.c: New.
7415 * gdb.threads/no-unwaited-for-left.exp: New.
7416 * gdb.threads/non-ldr-exc-1.c: New.
7417 * gdb.threads/non-ldr-exc-1.exp: New.
7418 * gdb.threads/non-ldr-exc-2.c: New.
7419 * gdb.threads/non-ldr-exc-2.exp: New.
7420 * gdb.threads/non-ldr-exc-3.c: New.
7421 * gdb.threads/non-ldr-exc-3.exp: New.
7422 * gdb.threads/non-ldr-exc-4.c: New.
7423 * gdb.threads/non-ldr-exc-4.exp: New.
7424
7425 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7426
7427 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
7428 * gdb.base/attach-pie-misread.exp: Likewise.
7429 * gdb.base/break-interp.exp: Likewise.
7430 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
7431 testcases for use_gdb_stub.
7432 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
7433 (continue): New testcase.
7434 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
7435 * gdb.threads/attach-into-signal.exp: Likewise.
7436 * gdb.threads/attach-stopped.exp: Likewise.
7437 * gdb.threads/attachstop-mt.exp: Likewise.
7438
7439 2011-10-28 Paul Koning <paul_koning@dell.com>
7440
7441 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
7442
7443 2011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7444
7445 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
7446 (mi_gdb_test): Import globals thread_selected_re
7447 and breakpoint_re. Expect them optionally at the regex start.
7448
7449 2011-10-27 Doug Evans <dje@google.com>
7450
7451 * gdb.python/python.exp: Test source -s.
7452
7453 2011-10-26 Paul Koning <paul_koning@dell.com>
7454
7455 * gdb.python/lib-types.cc (struct A): New structure.
7456 * gdb.python/lib-types.exp (deepitems): New tests.
7457
7458 2011-10-25 Paul Koning <paul_koning@dell.com>
7459
7460 PR python/13327
7461
7462 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
7463 fetch_lazy method.
7464
7465 2011-10-24 Yao Qi <yao@codesourcery.com>
7466
7467 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
7468 target is tic6x-*-*.
7469
7470 2011-10-21 Joel Brobecker <brobecker@adacore.com>
7471
7472 * gdb.ada/mi_task_info/task_switch.adb: New file.
7473 * gdb.ada/mi_task_info.exp: New file.
7474
7475 2011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7476
7477 * gdb.cp/expand-psymtabs-cxx.exp: New file.
7478 * gdb.cp/expand-psymtabs-cxx.cc: New file.
7479
7480 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
7481
7482 PR python/12656
7483
7484 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
7485 global_block tests.
7486
7487 2011-10-18 Tom Tromey <tromey@redhat.com>
7488
7489 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
7490
7491 2011-10-18 Tom Tromey <tromey@redhat.com>
7492
7493 * gdb.base/source.exp: Don't include full file name in test name.
7494 * gdb.python/python.exp: Don't include full file name in test
7495 name.
7496
7497 2011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7498
7499 * gdb.base/attach-pie-noexec.c: New files.
7500 * gdb.base/attach-pie-noexec.exp: New files.
7501
7502 2011-10-17 Joseph Myers <joseph@codesourcery.com>
7503
7504 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
7505 prompt for each extra line in command.
7506
7507 2011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7508
7509 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
7510 Revert the part of:
7511 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
7512 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
7513 Change the expected string.
7514
7515 2011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7516
7517 Fix results with system glibc debug info installed.
7518 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
7519 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
7520 Accept also __libc_ symbol prefix and no prefix.
7521
7522 2011-10-14 Keith Seitz <keiths@redhat.com>
7523
7524 PR c++/13225
7525 * gdb.cp/converts.cc (foo3_1): New function.
7526 (foo3_2): New functions.
7527 * gdb.cp/converts.exp: Add tests for int to pointer conversion
7528 and null pointer conversions of integer constant zero.
7529 Add test to check if all arguments are checked for incompatible
7530 conversion BADNESS.
7531
7532 2011-10-14 Tom Tromey <tromey@redhat.com>
7533
7534 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
7535 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
7536 linespec.
7537
7538 2011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7539
7540 Fix internal error regression.
7541 * gdb.dwarf2/implptr-optimized-out.S: New file.
7542 * gdb.dwarf2/implptr-optimized-out.exp: New file.
7543
7544 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7545
7546 Fix empty DWARF expressions DATA vs. SIZE conditionals.
7547 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
7548 (loclist): New.
7549 (4): New abbrev.
7550 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
7551 Use prepare_for_testing, remove clean_restart.
7552 (p arraynoloc, p arraycallnoloc): New tests.
7553
7554 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7555
7556 * gdb.cp/namespace-enum.exp (executable): New variable.
7557 (binfile): Use ${objdir}/${subdir}/ prefix.
7558 Use ${executable} for clean_restart.
7559
7560 2011-10-11 Sterling Augustine <saugustine@google.com>
7561
7562 * gdb.cp/Makefile.in: Add namespace-enum test.
7563 * gdb.cp/namespace-enum.exp: New file.
7564 * gdb.cp/namespace-enum.c: New file.
7565 * gdb.cp/namespace-enum-main.c: New file.
7566
7567 2011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
7568
7569 * gdb.python/py-shared.exp: Relax filename check to handle remote:
7570 sysroot.
7571
7572 2011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7573
7574 Reimplement @entry in input expressions.
7575 * gdb.base/exprs.c (v_int_array_init): New variable.
7576 * gdb.base/exprs.exp (print v_int_array_init)
7577 (print *v_int_array_init@1, print *v_int_array_init@2)
7578 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
7579 (print v_int_array_init[1]@1): New tests.
7580
7581 2011-10-10 Joseph Myers <joseph@codesourcery.com>
7582
7583 * gdb.cp/gdb2495.exp: Do not include directories in filename in
7584 expected message.
7585
7586 2011-10-09 Doug Evans <dje@google.com>
7587
7588 * gdb.base/alias.exp: Add tests for alias command.
7589
7590 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7591
7592 * gdb.arch/amd64-entry-value.s: New file.
7593 * gdb.mi/mi2-amd64-entry-value.s: New file.
7594
7595 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7596
7597 Display @entry parameter values even for references.
7598 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
7599 functions.
7600 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
7601 reference and datap_input.
7602 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
7603 breakpoints.
7604 (continue to breakpoint: entry_reference: reference)
7605 (entry_reference: bt at entry)
7606 (continue to breakpoint: entry_reference: breakhere_reference)
7607 (entry_reference: bt, entry_reference: ptype regparam)
7608 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
7609 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
7610 (entry_reference: p regcopy, entry_reference: p nodataparam)
7611 (entry_reference: p nodataparam@entry): New tests.
7612
7613 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7614
7615 Support @entry in input expressions.
7616 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
7617 (entry_stack: p s1@entry, entry_stack: p s2@entry)
7618 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
7619 (tailcall: p j@entry): New tests.
7620 * gdb.cp/koenig.cc (A::entry): New function.
7621 (main): Call it.
7622 * gdb.cp/koenig.exp (p entry (c)): New test.
7623
7624 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7625
7626 Display @entry parameter values (without references).
7627 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
7628 (different, validity, invalid): New functions.
7629 (main): Call them.
7630 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
7631 stacktest, breakhere_stacktest, different, breakhere_different,
7632 breakhere_validity and breakhere_invalid.
7633 (entry: bt): Update for @entry.
7634 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
7635 (entry_validity: *, entry_invalid: *): Many new tests.
7636 * gdb.base/break.exp
7637 (run until breakpoint set at small function, optimized file): Accept
7638 also the @entry suffix.
7639 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
7640 * gdb.mi/mi2-amd64-entry-value.c: New files.
7641 * gdb.mi/mi2-amd64-entry-value.exp: New files.
7642
7643 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7644
7645 Protect entry values against self tail calls.
7646 * gdb.arch/amd64-entry-value.cc (self2, self): New.
7647 (main): Call self.
7648 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
7649 (set debug entry-values 1, self: bt debug entry-values): New tests.
7650
7651 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7652
7653 Recognize virtual tail call frames.
7654 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
7655 (amb_b, amb_a): New.
7656 (main): Call a and b.
7657 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
7658 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
7659 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
7660 New tests.
7661
7662 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7663
7664 Implement basic support for DW_TAG_GNU_call_site.
7665 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
7666 * gdb.arch/amd64-entry-value.cc: New file.
7667 * gdb.arch/amd64-entry-value.exp: New file.
7668
7669 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7670
7671 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
7672 * gdb.dwarf2/implptr-64bit.S: New file.
7673 * gdb.dwarf2/implptr-64bit.exp: New file.
7674
7675 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7676
7677 Fix initial language detection with -readnow.
7678 * gdb.cp/readnow-language.cc: New file.
7679 * gdb.cp/readnow-language.exp: New file.
7680
7681 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
7682
7683 Fix printed anonymous struct name.
7684 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
7685
7686 2011-10-09 Joseph Myers <joseph@codesourcery.com>
7687
7688 * gdb.base/solib-symbol.exp: Do not include directories in
7689 filenames in expected messages.
7690
7691 2011-10-07 Doug Evans <dje@google.com>
7692
7693 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
7694
7695 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
7696
7697 Allow Python notification of new object-file loadings.
7698 * gdb.python/py-events.exp: Test newobjfile event.
7699 * gdb.python/py-events.py: Register newobjfile callback.
7700 * gdb.python/py-events.c: Add call to shared library
7701 * gdb.python/py-events-shlib.c: New file.
7702
7703 2011-10-06 Joseph Myers <joseph@codesourcery.com>
7704
7705 * gdb.base/fixsection.exp: Do not include directories in filename
7706 in expected message.
7707
7708 2011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
7709
7710 Add tests for passing of environment variables to inferior.
7711 * gdb.base/testenv.c: New test source.
7712 * gdb.base/testenv.exp: New expect test.
7713
7714 2011-10-04 Paul Koning <paul_koning@dell.com>
7715
7716 * gdb.python/py-value.c (main): Break before return.
7717
7718 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
7719
7720 PR python/12691: Add the inferior to Python exited event
7721 * gdb.python/py-events.exp: Test the inferior attribute of exited
7722 event with a fork.
7723 * gdb.python/py-events.py: Print inferior number on exit.
7724 * gdb.python/py-events.c: Fork the inferior.
7725
7726 2011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
7727
7728 * gdb.base/jit.exp: Add testcase name to log message
7729
7730 2011-10-03 Paul Koning <paul_koning@dell.com>
7731 Jan Kratochvil <jan.kratochvil@redhat.com>
7732
7733 * gdb.python/py-value.exp
7734 (python inval = gdb.parse_and_eval('*(int*)0'))
7735 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
7736 (set argc=2, python print argc_lazy): New tests.
7737
7738 2011-10-02 Joel Brobecker <brobecker@adacore.com>
7739
7740 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
7741
7742 2011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7743 Pedro Alves <pedro@codesourcery.com>
7744
7745 * gdb.python/py-value.exp (test_value_in_inferior): New variable
7746 can_read_0, test for it.
7747 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
7748 (parse_and_eval with memory error): ... here, make it untested if
7749 can_read_0.
7750
7751 2011-09-30 Marek Polacek <mpolacek@redhat.com>
7752
7753 * gdb.python/python.exp (verify pagination beforehand)
7754 (verify pagination afterwards): Fix race by splitting the line.
7755
7756 2011-09-29 Joseph Myers <joseph@codesourcery.com>
7757
7758 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
7759 for 64-bit multilibs from i?86-* targets.
7760
7761 2011-09-29 Marek Polacek <mpolacek@redhat.com>
7762
7763 * lib/gdb.exp: Fix a typo in one of the comments.
7764
7765 2011-09-29 Marek Polacek <mpolacek@redhat.com>
7766
7767 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
7768 matching pattern.
7769
7770 2011-09-28 Paul Koning <paul_koning@dell.com>
7771
7772 * gdb.python/py-type.c (enum E): New.
7773 * gdb.python/py-type.exp (test_fields): Add tests for Python
7774 mapping access to fields.
7775 (test_enums): New test for field access on enums.
7776
7777 2011-09-27 Stan Shebs <stan@codesourcery.com>
7778
7779 * gdb.trace/collection.exp: Test collection of $_ret.
7780
7781 2011-09-22 Andreas Tobler <andreast@fgznet.ch>
7782
7783 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
7784 list of compilation switches for <*-*-freebsd*>.
7785
7786 2011-09-19 Stan Shebs <stan@codesourcery.com>
7787
7788 * gdb.trace/tspeed.exp: New file.
7789 * gdb.trace/tspeed.c: New file.
7790
7791 2011-09-18 Yao Qi <yao@codesourcery.com>
7792
7793 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
7794 instructions.
7795 (test_adr_32bit, test_pop_pc): Likewise.
7796 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
7797 Thumb instructions.
7798 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
7799 in gdb_test_multiple.
7800 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
7801
7802 2011-09-17 Yao Qi <yao@codesourcery.com>
7803
7804 * lib/gdb.exp (can_single_step_to_signal_handler): New.
7805 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
7806 support single step to signal handler.
7807
7808 2011-09-17 Yao Qi <yao@codesourcery.com>
7809
7810 * gdb.base/disp-step-fork.c: New.
7811 * gdb.base/disp-step-syscall.exp: New.
7812 * gdb.base/disp-step-vfork.c: New.
7813
7814 2011-09-16 Joel Brobecker <brobecker@adacore.com>
7815
7816 * gdb.ada/tasks.exp: Make the expected output for
7817 the `info tasks' tests more resilient to spacing
7818 changes.
7819
7820 2011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7821
7822 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
7823 (reached breakpoint 2, reached breakpoint 3): Update expected output.
7824
7825 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
7826
7827 PR Python/12692 Add gdb.selected_inferior() to Python interface.
7828 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
7829
7830 2011-04-30 Kevin Pouget <kevin.pouget@st.com>
7831
7832 Handle multiple breakpoint hits in Python interface:
7833 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
7834 presence.
7835 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
7836 breakpoint hits.
7837
7838 2011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
7839 Jan Kratochvil <jan.kratochvil@redhat.com>
7840
7841 * gdb.python/py-events.exp: Remove pretty printing comment.
7842 * gdb.python/py-evsignal.exp: New file.
7843 * gdb.python/py-evthreads.c: Include signal.h.
7844 (thread3): Remove variable count3. Remove variable bad and use raise
7845 instead.
7846 (thread2): Remove variable count2. Move thread3 pthread_create here,
7847 merge pthread_join to a single line.
7848 (main): Remove variable count1. Merge pthread_join with pthread_create
7849 to a single line.
7850 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
7851 KFAIL python/12966 for gdbserver. Test return value of
7852 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
7853 gdb_expect by gdb_test and gdb_test_multiple.
7854 (thread 2, thread 3): New tests.
7855
7856 2011-09-12 Matt Rice <ratmice@gmail.com>
7857 Pedro Alves <pedro@codesourcery.com>
7858
7859 PR gdb/13175
7860
7861 * gdb.base/interp.exp: New tests.
7862 * gdb.base/interp.c: New file.
7863
7864 2011-09-12 Doug Evans <dje@google.com>
7865
7866 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
7867 * gdb.dwarf2/typeddwarf.exp: Ditto.
7868
7869 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7870
7871 Fix compatibility with x32 arch.
7872 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
7873 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
7874 is_x86_like_target.
7875 * testsuite/gdb.trace/collection.exp: Likewise.
7876 * testsuite/gdb.trace/report.exp: Likewise.
7877 * testsuite/gdb.trace/unavailable.exp: Likewise.
7878 * testsuite/gdb.trace/while-dyn.exp: Likewise.
7879 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
7880 (is_x86_like_target): Check also is_amd64_regs_target.
7881
7882 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7883
7884 PR breakpoints/12435
7885 * gdb.arch/amd64-prologue-xmm.c: New file.
7886 * gdb.arch/amd64-prologue-xmm.exp: New file.
7887 * gdb.arch/amd64-prologue-xmm.s: New file.
7888
7889 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7890
7891 * gdb.dwarf2/dw2-param-error-main.c: New file.
7892 * gdb.dwarf2/dw2-param-error.S: New file.
7893 * gdb.dwarf2/dw2-param-error.exp: New file.
7894
7895 2011-09-08 Pedro Alves <pedro@codesourcery.com>
7896
7897 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
7898 inferior's pid and look for a core dump named core.$pid. Use
7899 `remote_file' commands on the host instead of hand coding shell
7900 commands on the build.
7901 * gdb.base/valgrind-db-attach.exp: Kill the program before
7902 finishing the test.
7903
7904 2011-09-02 Matt Rice <ratmice@gmail.com>
7905
7906 * lib/prompt.exp: New file for testing the first prompt.
7907 * gdb.python/py-prompt.exp: Ditto.
7908 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
7909
7910 2011-09-02 Pedro Alves <pedro@codesourcery.com>
7911
7912 * gdb.threads/gcore-thread.exp: Set the global core_supported to
7913 0, before testing gcore.
7914
7915 2011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
7916
7917 * dw2-ifort-parameter-debug.S: Update copyright year.
7918 * dw2-ifort-parameter.c: Update copyright year.
7919 * dw2-ifort-parameter.exp: Update copyright year.
7920
7921 * dw2-ifort-parameter-debug.S: New file.
7922 * dw2-ifort-parameter.c: New file.
7923 * dw2-ifort-parameter.exp: New file.
7924
7925 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7926
7927 * gdb.base/commands.exp (error_clears_commands_left): New function.
7928 (): Call it.
7929
7930 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7931
7932 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
7933 (C): Initialize `a'.
7934 * gdb.mi/mi-inheritance-syntax-error.exp
7935 (-data-evaluate-expression $path): Expect `a' as 5.
7936
7937 2011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
7938
7939 PR mi/11912
7940 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
7941 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
7942 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
7943 keyword in output of -var-info-path-expression.
7944
7945 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7946
7947 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
7948 * gdb.trace/collection.exp: Likewise.
7949 * gdb.trace/report.exp: Likewise.
7950 * gdb.trace/unavailable.exp: Likewise.
7951 * gdb.trace/while-dyn.exp: Likewise.
7952
7953 2011-08-18 Keith Seitz <keiths@redhat.com>
7954
7955 PR c++/12266
7956 * gdb.cp/meth-typedefs.cc: New file.
7957 * gdb.cp/meth-typedefs.exp: New file.
7958
7959 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
7960
7961 * gdb.python/python.exp: Add extended-prompt tests.
7962
7963 2011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7964
7965 * gdb.arch/i386-dr3-watch.exp
7966 (watchpoint on gap1 does not fit debug registers)
7967 (delete all watchpoints): Fix racy expect strings.
7968
7969 2011-08-14 Yao Qi <yao@codesourcery.com>
7970
7971 * gdb.base/maint.exp: set data_section to ".neardata".
7972 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
7973 * gdb.base/savedregs.exp: Handle SIGILL.
7974 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
7975 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
7976
7977 2011-08-12 Doug Evans <dje@google.com>
7978
7979 * gdb.python/py-symbol.exp: Add test for symbol.type.
7980
7981 2011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
7982
7983 * gdb.threads/pthreads.exp: Enable on non-native configurations.
7984 * gdb.mi/mi-pthreads.exp: Likewise.
7985 * gdb.mi/mi2-pthreads.exp: Likewise.
7986 * gdb.mi/gdb669.exp.exp: Likewise.
7987
7988 2011-08-09 Pedro Alves <pedro@codesourcery.com>
7989
7990 * lib/mi-support.exp (detect_async): Rename to...
7991 (mi_detect_async): ... this.
7992 * gdb.mi/mi-nonstop-exit.exp: Adjust.
7993 * gdb.mi/mi-nonstop.exp: Adjust.
7994 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
7995 * gdb.mi/mi-nsintrall.exp: Adjust.
7996 * gdb.mi/mi-nsmoribund.exp: Adjust.
7997 * gdb.mi/mi-nsthrexec.exp: Adjust.
7998
7999 2011-08-09 Pedro Alves <pedro@codesourcery.com>
8000
8001 * gdb.base/display.c (do_loops): New `p_i' local.
8002 * gdb.base/display.exp: Test displaying a variable that is
8003 temporarily at a bad address.
8004
8005 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8006
8007 * gdb.dwarf2/dw2-op-stack-value.S: New file.
8008 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
8009
8010 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8011
8012 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
8013 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
8014 (p fuNC_symtab): Permit also ppc64 leading dot.
8015
8016 2011-08-05 Pedro Alves <pedro@codesourcery.com>
8017
8018 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
8019 procedure.
8020 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
8021
8022 2011-08-05 Yao Qi <yao@codesourcery.com>
8023
8024 * gdb.base/callfuncs.exp: Set language after main.
8025 * gdb.cp/cplusfuncs.exp: Likewise.
8026 * gdb.cp/inherit.exp: Likewise.
8027
8028 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
8029
8030 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
8031 * gdb.base/watch-vfork.exp: Skip on remote targets.
8032
8033 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
8034
8035 * gdb.threads/thread-find.exp: Support remote targets.
8036
8037 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
8038
8039 * gdb.base/jit.exp: Download solib_binfile to target.
8040 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
8041 and call dlopen without full path name.
8042 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
8043 dlopen without full path name.
8044
8045 2011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8046
8047 * gdb.base/break-always.exp: Complete the test
8048 with duplicated breakpoints and enabling/disabling them.
8049
8050 2011-08-02 Tom Tromey <tromey@redhat.com>
8051
8052 PR gdb/11289:
8053 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
8054
8055 2011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
8056
8057 PR gdb/13045
8058 * gdb.base/float.exp: Add new test case for PR gdb/13045
8059 * gdb.base/float.c: New file.
8060
8061 2011-07-28 Phil Muldoon <pmuldoon@redhat.com>
8062
8063 * gdb.python/py-mi.exp: Test printers returning string hint, and
8064 also not returning a value.
8065 * gdb.python/py-prettyprint.c: Add testcase for above.
8066 * gdb.python/py-prettyprint.py: Add test printer for above.
8067
8068 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8069
8070 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
8071 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
8072 (.Ldie30) Add as field "data4".
8073 (.Ldie32) Rename field "b" to "shl".
8074 (abbrev4) Change for the "data4" field.
8075 (abbrev5, abbrev6) Remove.
8076 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
8077 (p &s.shl): ... here. Add comment.
8078 (p &s.data4): New.
8079
8080 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8081
8082 Fix crash on lval_computed values.
8083 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
8084
8085 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8086
8087 * gdb.base/help.exp (help whatis): Update the expected string.
8088
8089 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8090
8091 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
8092 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
8093 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
8094 Change the expected string.
8095
8096 2011-07-26 Pedro Alves <pedro@codesourcery.com>
8097
8098 * gdb.base/watchpoint.exp
8099 (test_disable_enable_software_watchpoint): New procedure.
8100 (top level): Run it.
8101
8102 2011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
8103
8104 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
8105 executable file "${binfile}", C++ version "${binfile}-cxx".
8106 * gdb.python/py-prettyprint.exp: Likewise.
8107 * gdb.python/py-symbol.exp: Likewise.
8108 * gdb.python/py-type.exp: Likewise.
8109 * gdb.python/py-value.exp: Likewise.
8110 * gdb.python/py-template.exp (test_template_arg): Pass full executable
8111 file name instead of just suffix.
8112
8113 2011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8114
8115 Fix implicit pointer offsets.
8116 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
8117 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
8118 (continue to breakpoint: continue to baz breakpoint for implptr)
8119 (sanity check element 0, sanity check element 1)
8120 (enter the inlined function, check element 0 for the offset)
8121 (check element 1 for the offset)
8122 (continue to breakpoint: ignore the second baz breakpoint): New tests.
8123 (set foo breakpoint for implptr): Update the breakpoint number.
8124
8125 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
8126
8127 * gdb.python/py-mi.exp: Use different file names for different
8128 versions of the executable under test.
8129 * gdb.python/py-prettyprint.exp: Likewise.
8130 * gdb.python/py-symbol.exp: Likewise.
8131 * gdb.python/py-template.exp: Likewise.
8132 * gdb.python/py-type.exp: Likewise.
8133 * gdb.python/py-value.exp: Likewise.
8134
8135 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
8136
8137 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
8138 flag after restarting GDB if necessary.
8139
8140 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
8141
8142 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
8143
8144 2011-07-22 Pedro Alves <pedro@codesourcery.com>
8145
8146 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
8147 backend doesn't leave used debug registers behind.
8148
8149 2011-07-22 Tom Tromey <tromey@redhat.com>
8150
8151 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
8152 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
8153 argument.
8154 * gdb.dwarf2/typeddwarf-amd64.S: New file.
8155
8156 2011-07-21 Matt Rice <ratmice@gmail.com>
8157
8158 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
8159 in mostlyclean rule. Add files ending in .core.
8160
8161 2011-07-21 Matt Rice <ratmice@gmail.com>
8162
8163 PR macros/12999
8164 * gdb.base/info-macros.c: New test sources.
8165 * gdb.base/info-macros.exp: New tests.
8166
8167 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
8168
8169 * gdb.python/python.exp: Add prompt substitution tests.
8170
8171 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8172
8173 Fix crash if referenced CU is aged out.
8174 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
8175 New.
8176 * gdb.dwarf2/implptr.exp: Likewise.
8177
8178 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8179
8180 * gdb.dwarf2/implptr.S: Rebuilt.
8181 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
8182 (bar): Use them for j, k, l.
8183 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
8184 COMPILE.
8185 (print j in implptr:bar): Update for the intp typedef.
8186 (print p[0].x in implptr:foo): Use more exact regex.
8187
8188 2011-07-18 Tom Tromey <tromey@redhat.com>
8189
8190 * gdb.cp/static-method.exp: Add missing single quote.
8191
8192 2011-07-18 Yao Qi <yao@codesourcery.com>
8193
8194 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
8195 supported.
8196 * gdb.mi/mi-nonstop-exit.exp: Likewise.
8197 * gdb.mi/mi-nonstop.exp: Likewise.
8198 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
8199 * gdb.mi/mi-nsintrall.exp: Likewise.
8200 * gdb.mi/mi-nsmoribund.exp: Likewise.
8201 * gdb.mi/mi-nsthrexec.exp: Likewise.
8202 * gdb.python/py-evthreads.exp: Likewise.
8203
8204 2011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8205
8206 Code cleanup.
8207 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
8208 it. Substitute it instead of test_compiler_info everywhere.
8209
8210 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
8211
8212 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
8213 remote targets as well.
8214
8215 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
8216
8217 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
8218 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
8219
8220 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
8221
8222 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
8223 a remote machine, not the host.
8224 (gdb_compile_shlib): Set soname if target is remote.
8225
8226 2011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
8227
8228 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
8229
8230 2011-07-13 Matt Rice <ratmice@gmail.com>
8231
8232 * gdb.python/py-objfile-script-gdb.py: Renamed to
8233 py-objfile-script-gdb.py.in.
8234 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
8235 py-objfile-script-gdb.py.
8236 * gdb.python/py-objfile-script.exp: Update reference to
8237 py-objfile-script-gdb.py.
8238
8239 2011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8240
8241 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
8242 reference undefined label.
8243
8244 2011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8245
8246 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
8247 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
8248 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
8249 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
8250
8251 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
8252
8253 PR python/12438
8254 * gdb.python/python.exp: Add maint set/show python print-stack
8255 deprecated tests. Add set/show python print-backtrace tests.
8256
8257 2011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8258
8259 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
8260 debug info.
8261
8262 2011-07-06 Matt Rice <ratmice@gmail.com>
8263
8264 * gdb.python/python.exp: Update filename paths.
8265 * gdb.python/py-symtab.exp: Ditto.
8266
8267 2011-07-06 Marek Polacek <mpolacek@redhat.com>
8268
8269 * gdb.python/py-evthreads.exp: Add missing `$'.
8270
8271 2011-07-06 Jie Zhang <jie.zhang@analog.com>
8272
8273 * config/bfin.exp: New file.
8274 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
8275 * gdb.asm/bfin.inc: New file.
8276
8277 2011-07-06 Marek Polacek <mpolacek@redhat.com>
8278
8279 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
8280 the whole output.
8281
8282 2011-07-05 Tom Tromey <tromey@redhat.com>
8283
8284 * gdb.java/jprint.java (jprint.hi): New field.
8285 * gdb.java/jprint.exp: Print string.
8286
8287 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
8288
8289 * gdb.base/call-sc.c: Fix typos.
8290 * gdb.base/ifelse.exp: Likewise.
8291 * gdb.base/structs.c: Likewise.
8292
8293 2011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
8294
8295 * gdb.base/jit-so.exp: New test.
8296 * gdb.base/jit-dlmain.c: New file.
8297 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
8298
8299 2011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8300
8301 * gdb.cp/m-static.exp: Call get_compiler_info.
8302 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
8303 * gdb.cp/pr9167.exp (p b): Likewise.
8304 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
8305 (test value of P in inner_m, test type of Z in inner_m): Call
8306 setup_xfail for gcc <= 4.5.
8307
8308 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8309
8310 * gdb.cp/paren-type.cc: New files.
8311 * gdb.cp/paren-type.exp: New files.
8312
8313 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8314
8315 Stop on first linespec terminator instead of eating what we can.
8316 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
8317 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
8318 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
8319 (break C::f()): ... this one.
8320 (break C::operator()()): New test.
8321 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
8322 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
8323 test.
8324
8325 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8326
8327 Fall back linespec to minimal symbols.
8328 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
8329 error message.
8330 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
8331 * gdb.cp/minsym-fallback-main.cc: New file.
8332 * gdb.cp/minsym-fallback.cc: New file.
8333 * gdb.cp/minsym-fallback.exp: New file.
8334 * gdb.cp/minsym-fallback.h: New file.
8335
8336 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8337
8338 * gdb.cp/no-dmgl-verbose.cc: New file.
8339 * gdb.cp/no-dmgl-verbose.exp: New file.
8340
8341 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8342
8343 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
8344 __GI_.
8345 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
8346 (f): New function.
8347 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
8348 (complete p 'func<short>(): ... here.
8349 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
8350 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
8351 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
8352 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
8353 Make them KFAIL gcc/49546.
8354
8355 2011-07-01 Joel Brobecker <brobecker@adacore.com>
8356
8357 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
8358
8359 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8360
8361 Test GCC PR debug/49546.
8362 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
8363 (test type of F in k3_m, test value of F in k3_m): New.
8364 * gdb.cp/temargs.cc (struct S3, struct K3): New.
8365 (main): New variable k3. Call k3.k3_m.
8366
8367 2011-07-01 Jean-Charles Delay <delay@adacore.com>
8368
8369 * gdb.ada/packed_array.exp: Fix expected outout.
8370
8371 2011-07-01 Jean-Charles Delay <delay@adacore.com>
8372
8373 * gdb.ada/packed_array.exp: fixed expected output.
8374
8375 2011-07-01 Joel Brobecker <brobecker@adacore.com>
8376
8377 * gdb.ada/same_enum: New testcase.
8378
8379 2011-07-01 Joel Brobecker <brobecker@adacore.com>
8380
8381 * gdb.ada/ptr_typedef: New testcase.
8382
8383 2011-07-01 Joel Brobecker <brobecker@adacore.com>
8384
8385 * gdb.ada/arrayptr.exp: Add ptype test.
8386
8387 2011-07-01 Joel Brobecker <brobecker@adacore.com>
8388
8389 * gdb.ada/char_enum: New testcase.
8390
8391 2011-07-01 Yao Qi <yao@codesourcery.com>
8392
8393 * gdb.base/dump.exp (capture_pointer_with_type): New.
8394 Get value from address instead of name.
8395 Start GDB once, and do `dump' and `restore'
8396 tests together.
8397
8398 2011-06-30 Jie Zhang <jie.zhang@analog.com>
8399 Mike Frysinger <vapier@gentoo.org>
8400
8401 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
8402 helper functions for getting/setting remotetimeout variable.
8403 * lib/gdb.exp (gdb_load): If the target is remote, set
8404 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
8405 with $loadtimeout. Set $load_ok to 0 before doing the load.
8406 Instead of returning, immediately, set $load_ok to 0. Call
8407 set_remotetimeout with $oldremotetimeout, and then return if
8408 $load_ok is 1.
8409
8410 2011-06-30 Andrew Burgess <aburgess@broadcom.com>
8411
8412 * gdb.python/py-template.exp: Don't run this test if the target
8413 does not support c++ tests.
8414
8415 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
8416
8417 Fix non-only rename list for Fortran modules import.
8418 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
8419 tests.
8420 * gdb.fortran/module.f90 (module moduse): New.
8421 (program module): use moduse, test var_x, var_y and var_z.
8422
8423 2011-06-29 Tom Tromey <tromey@redhat.com>
8424
8425 PR testsuite/12040:
8426 * gdb.fortran/array-element.exp: Use f90, not f77.
8427 * gdb.fortran/complex.exp: Use f90, not f77.
8428 * gdb.fortran/derived-type.exp: Use f90, not f77.
8429 * gdb.fortran/library-module.exp: Use f90, not f77.
8430 * gdb.fortran/logical.exp: Use f90, not f77.
8431 * gdb.fortran/module.exp: Use f90, not f77.
8432 * gdb.fortran/multi-dim.exp: Use f90, not f77.
8433 * gdb.fortran/subarray.exp: Use f90, not f77.
8434
8435 2011-06-29 Tom Tromey <tromey@redhat.com>
8436
8437 * gdb.fortran/charset.exp: New file.
8438 * gdb.fortran/charset.f90: New file.
8439
8440 2011-06-29 Tom Tromey <tromey@redhat.com>
8441
8442 PR testsuite/12040:
8443 * lib/future.exp: New file, mostly extracted from ada.exp.
8444 Rewrote compatibility code to use rename.
8445 (gdb_find_gfortran): New proc.
8446 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
8447 gfortran patch.
8448 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
8449 Move to future.exp.
8450 * lib/gdb.exp: Always load future.exp.
8451
8452 2011-06-28 Yao Qi <yao@codesourcery.com>
8453
8454 * gdb.cp/exception.cc: Don't include iostream.
8455 (bar): Remove print statement.
8456 (catcher): New.
8457 (main): Remove print statements. Call function catcher.
8458 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
8459 Set breakpoint on catcher, and check the value of parameter.
8460
8461 2011-06-23 Yao Qi <yao@codesourcery.com>
8462
8463 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check
8464 breakpoint 1.2 is disabled. KFAIL for uclinux.
8465
8466 2011-06-23 Marek Polacek <mpolacek@redhat.com>
8467
8468 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
8469 mi_gdb_test.
8470
8471 2011-06-23 Marek Polacek <mpolacek@redhat.com>
8472
8473 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
8474
8475 2011-06-23 Marek Polacek <mpolacek@redhat.com>
8476
8477 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
8478
8479 2011-06-23 Marek Polacek <mpolacek@redhat.com>
8480
8481 * gdb.mi/mi2-basics.exp: Fix races. Honour the
8482 `test_exec_and_symbol_mi_operatons' return value.
8483 (test_mi_interpreter_selection): Use mi_gdb_test instead of
8484 gdb_test_multiple.
8485 (test_exec_and_symbol_mi_operatons): Likewise.
8486 (test_path_specification): Likewise.
8487
8488 2011-06-23 Yao Qi <yao@codesourcery.com>
8489
8490 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
8491 supported.
8492 * lib/gdb.exp (support_displaced_stepping): New.
8493
8494 2011-06-23 Yao Qi <yao@codesourcery.com>
8495
8496 * gdb.threads/execl.exp: Skip on remote target.
8497
8498 2011-06-21 Marek Polacek <mpolacek@redhat.com>
8499
8500 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
8501 mi_gdb_test.
8502
8503 2011-06-20 Marek Polacek <mpolacek@redhat.com>
8504
8505 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
8506
8507 2011-06-20 Marek Polacek <mpolacek@redhat.com>
8508
8509 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
8510 mi_gdb_test.
8511
8512 2011-06-20 Marek Polacek <mpolacek@redhat.com>
8513
8514 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
8515
8516 2011-06-14 Yao Qi <yao@codesourcery.com>
8517
8518 gdb/testsuite/
8519 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
8520
8521 2011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8522
8523 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
8524
8525 2011-06-10 Tom Tromey <tromey@redhat.com>
8526
8527 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
8528 Add tests for pointer-to-member-function.
8529 * gdb.cp/temargs.cc (S::somefunc): New function.
8530 (K2): New class.
8531 (main): Instantiate K2; call method.
8532
8533 2011-06-08 Joel Brobecker <brobecker@adacore.com>
8534
8535 * gdb.python/py-inferior.c (f2): Make str an array rather
8536 than a pointer.
8537 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
8538
8539 2011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8540
8541 * gdb.base/async-shell.c: New file.
8542 * gdb.base/async-shell.exp: New file.
8543
8544 2011-06-06 Pedro Alves <pedro@codesourcery.com>
8545
8546 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
8547
8548 2011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
8549
8550 From Stephen Kitt <steve@sk2.org>
8551 * gdb.base/help.exp: Adjust following some spelling corrections
8552 in GDB.
8553
8554 2011-06-01 Yao Qi <yao@codesourcery.com>
8555
8556 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
8557
8558 2010-05-31 Keith Seitz <keiths@redhat.com>
8559
8560 PR c++/12750
8561 * gdb.cp/static-method.cc: New file.
8562 * gdb.cp/static-method.exp: New file.
8563
8564 2010-05-31 Keith Seitz <keiths@redhat.com>
8565
8566 PR symtab/12704
8567 * gdb.cp/anon-ns.cc: New file.
8568 * gdb.cp/anon-ns.exp: New file.
8569
8570 2011-05-31 Pedro Alves <pedro@codesourcery.com>
8571
8572 * gdb.arch/i386-dr3-watch.c: New file.
8573 * gdb.arch/i386-dr3-watch.exp: New file.
8574
8575 2011-05-30 Yao Qi <yao@codesourcery.com>
8576
8577 * gdb.base/callfuncs.c (t_structs_fc): New.
8578 (t_structs_dc, t_structs_ldc): New.
8579 (t_double_many_args):
8580 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
8581 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
8582 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
8583 * gdb.base/callfuncs.exp: Call new functions.
8584
8585 2011-05-30 Yao Qi <yao@codesourcery.com>
8586
8587 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
8588 Call rerun_and_prepare for each test to isolate effects.
8589
8590 2011-05-30 Yao Qi <yao@codesourcery.com>
8591
8592 * gdb.base/varargs.c (find_max_float_real): New.
8593 (find_max_double_real, find_max_long_double_real): New.
8594 * gdb.base/varargs.exp: Call these new added functions.
8595 * lib/gdb.exp (setup_kfail_for_target): New.
8596
8597 2011-05-30 Yao Qi <yao@codesourcery.com>
8598
8599 * gdb.base/funcargs.c (callca, callcb, callcc): New.
8600 (callcd, callce, callcf, callc1a, callc1b): New.
8601 (callc2a, callc2b): New.
8602 * gdb.base/funcargs.exp (complex_args): New.
8603 (complex_integral_args, complex_float_integral_args): New.
8604 * lib/gdb.exp (support_complex_tests): New. Determine
8605 whether to run test cases on _Complex types.
8606
8607 2011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8608
8609 * gdb.threads/leader-exit.c: New file.
8610 * gdb.threads/leader-exit.exp: New file.
8611
8612 2011-05-27 Marek Polacek <mpolacek@redhat.com>
8613
8614 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
8615
8616 2011-05-27 Marek Polacek <mpolacek@redhat.com>
8617
8618 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
8619 remove the `supported' variable.
8620 * gdb.mi/mi-nonstop.exp: Likewise.
8621 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
8622 * gdb.mi/mi-nsintrall.exp: Likewise.
8623 * gdb.mi/mi-nsmoribund.exp: Likewise.
8624 * gdb.mi/mi-nsthrexec.exp: Likewise.
8625
8626 2011-05-26 Pedro Alves <pedro@codesourcery.com>
8627
8628 * gdb.reverse/finish-reverse-bkpt.exp: New test.
8629
8630 2011-05-26 Pedro Alves <pedro@codesourcery.com>
8631
8632 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
8633
8634 2011-05-24 Keith Seitz <keiths@redhat.com>
8635
8636 PR breakpoint/12803
8637 * gdb.cp/cmpd-minsyms.cc (a): New method.
8638 (b): New method.
8639 (c): New method.
8640 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
8641
8642 2011-05-24 Pedro Alves <pedro@codesourcery.com>
8643
8644 * gdb.base/commands.exp (watchpoint_command_test): Check that the
8645 watchpoint's command list didn't execute when the watchpoint went
8646 out of scope.
8647
8648 2011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
8649
8650 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
8651 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
8652 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
8653 * gdb.arch/i386-gnu-cfi.exp: Likewise.
8654 * gdb.arch/i386-permbkpt.exp: Likewise.
8655 * gdb.arch/i386-prologue.exp: Likewise.
8656 * gdb.arch/i386-size-overlap.exp: Likewise.
8657 * gdb.arch/i386-size.exp: Likewise.
8658 * gdb.arch/i386-unwind.exp: Likewise.
8659 * gdb.reverse/i386-precsave.exp: Likewise.
8660 * gdb.reverse/i386-reverse.exp: Likewise.
8661 * gdb.reverse/i386-sse-reverse.exp: Likewise.
8662 * gdb.reverse/i387-env-reverse.exp: Likewise.
8663 * gdb.reverse/i387-stack-reverse.exp: Likewise.
8664
8665 2011-05-24 Pedro Alves <pedro@codesourcery.com>
8666
8667 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
8668 file doesn't error, using MI.
8669
8670 2011-05-23 Tom Tromey <tromey@redhat.com>
8671
8672 * gdb.base/charset.exp (string_display): Add tests to assign to
8673 arrays.
8674 * gdb.base/charset.c (short_array, int_array, long_array): New.
8675
8676 2011-05-20 Pedro Alves <pedro@codesourcery.com>
8677
8678 Cope with async mode.
8679
8680 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
8681 into gdb_test + mi_expect_stop.
8682
8683 2011-05-20 Pedro Alves <pedro@codesourcery.com>
8684
8685 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
8686 (callme): Remove printf call.
8687
8688 2011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
8689
8690 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
8691 quote pattern to avoid problems with Cygwin/mingw expect versions.
8692 * gdb.base/default.exp (show convenience): Use double
8693 quote pattern for regular expressions.
8694
8695 2011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8696
8697 Fix -readnow for -gdwarf-4 unused type units.
8698 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
8699 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
8700
8701 2011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8702
8703 * gdb.base/kill-after-signal.c: New file.
8704 * gdb.base/kill-after-signal.exp: New file.
8705
8706 2011-05-16 Pedro Alves <pedro@codesourcery.com>
8707
8708 * gdb.ada/start.exp: Call untested with the correct test filename.
8709 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
8710 test filename. Make the test's binary unique.
8711 * gdb.arch/i386-signal.exp: Call untested with the correct test
8712 filename.
8713 * gdb.arch/i386-size-overlap.exp: Ditto.
8714 * gdb.arch/Makefile.in (EXECUTABLES): Update.
8715 * gdb.base/gcore-buffer-overflow.exp: Ditto.
8716 * gdb.cp/call-c.exp: Ditto.
8717 * gdb.mi/mi-reverse.exp: Call untested with the correct test
8718 filename. Make the test's binary unique.
8719 * gdb.mi/Makefile.in (EXECUTABLES): Update.
8720 * gdb.python/py-mi.exp: Ditto.
8721 * gdb.python/Makefile.in (EXECUTABLES): Update.
8722 * gdb.reverse/i386-precsave.exp: Ditto.
8723 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
8724 test filename.
8725 * gdb.reverse/i387-stack-reverse.exp: Ditto.
8726 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
8727 unique.
8728 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
8729 test filename.
8730 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
8731 * gdb.trace/tfile.exp: Ditto.
8732
8733 2011-05-14 Yao Qi <yao@codesourcery.com>
8734
8735 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
8736 type.
8737
8738 2011-05-13 Doug Evans <dje@google.com>
8739
8740 * gdb.python/py-objfile-script.exp: New file.
8741 * gdb.python/py-objfile-script.c: New file.
8742 * gdb.python/py-objfile-script-gdb.py: New file.
8743 * testsuite/gdb.python/py-section-script.exp: Test
8744 "info auto-load-scripts".
8745
8746 2011-05-13 Tom Tromey <tromey@redhat.com>
8747
8748 * gdb.dwarf2/clztest.exp: New file.
8749 * gdb.dwarf2/clztest.c: New file.
8750 * gdb.dwarf2/clztest.S: New file.
8751
8752 2011-05-13 Doug Evans <dje@google.com>
8753
8754 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
8755 String16 tests.
8756
8757 2011-05-13 Tom Tromey <tromey@redhat.com>
8758
8759 * lib/gdb.exp (is_x86_like_target): New proc.
8760 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
8761 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
8762 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
8763 -nostdlib to compiler.
8764 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
8765 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
8766 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
8767 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
8768 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
8769
8770 2011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
8771
8772 * gdb.python/py-function.exp: Test setting a value from a function
8773 which executes a command.
8774
8775 2011-05-12 Tom Tromey <tromey@redhat.com>
8776
8777 * gdb.dwarf2/typeddwarf.S: New file.
8778 * gdb.dwarf2/typeddwarf.c: New file.
8779 * gdb.dwarf2/typeddwarf.exp: New file.
8780
8781 2011-05-12 Marek Polacek <mpolacek@redhat.com>
8782
8783 * gdb.mi/mi-basics.exp: Fix races. Honour the
8784 `test_exec_and_symbol_mi_operatons' return value.
8785 (test_mi_interpreter_selection): Use mi_gdb_test instead of
8786 gdb_test_multiple.
8787 (test_exec_and_symbol_mi_operatons): Likewise.
8788 (test_path_specification): Likewise.
8789
8790 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8791
8792 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
8793 (gdb_touch_execfile): Remove catch wrappers. New variable time.
8794 Replace `file copy' and `file rename' by `file mtime'. Twice.
8795
8796 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8797
8798 * gdb.base/readline-ask.c: New file.
8799 * gdb.base/readline-ask.exp: New file.
8800 * gdb.base/readline-ask.inputrc: New file.
8801
8802 2011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
8803
8804 * gdb.cell/bt.exp: Delete breakpoints before running to signal
8805 to avoid race condition.
8806 * gdb.cell/coremaker.c: Use small stack size.
8807 * gdb.cell/ea-standalone.exp: Use file name without path as
8808 argument to c_to.
8809 * gdb.cell/fork.exp: Allow other output when continuing to end.
8810
8811 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8812
8813 * gdb.threads/corethreads.c: New file.
8814 * gdb.threads/corethreads.exp: New file.
8815
8816 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8817
8818 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
8819 Try to compile the test using -Wl,-z,norelro first.
8820 (load_core): New variable libthread_db_seen, initialize it.
8821 (zeroed-threads cannot be listed): Protect it by XFAIL on
8822 !$libthread_db_seen.
8823
8824 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8825
8826 PR 12573
8827 * gdb.dwarf2/dw2-skip-prologue.S: New file.
8828 * gdb.dwarf2/dw2-skip-prologue.c: New file.
8829 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
8830
8831 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8832
8833 * gdb.cp/psymtab-parameter.cc: New file.
8834 * gdb.cp/psymtab-parameter.exp: New file.
8835
8836 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8837
8838 Fix a race.
8839 * gdb.cp/static-print-quit.exp (print c): Split to ...
8840 (print c - <return>, print c - q <return>, print c - to quit):
8841 ... these. Make the testfile untested on gdb-7.1.
8842
8843 2011-5-05 Janis Johnson <janisjo@codesourcery.com>
8844
8845 * lib/gdb.exp (exec_target_file, exec_symbol_file,
8846 gdb_rename_execfile, gdb_touch_execfile): New.
8847 * gdb.base/reread.exp: Use new procs to handle multiple
8848 exec files.
8849
8850 2011-05-05 Yao Qi <yao@codesourcery.com>
8851
8852 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
8853 (test_adr_32bit, test_pop_pc): New.
8854 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
8855 (test_adr_32bit, test_pop_pc): New.
8856
8857 2011-05-04 Joseph Myers <joseph@codesourcery.com>
8858
8859 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
8860 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
8861 targets.
8862 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
8863 handle targets.
8864
8865 2011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8866
8867 * gdb.base/completion.exp (complete help info wat): Rename to ...
8868 (complete 'help info wat'): ... here.
8869 Remove all `-re ".*' and `-re "^.*' redundant regexes.
8870 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
8871
8872 2011-05-04 Pedro Alves <pedro@codesourcery.com>
8873
8874 * gdb.base/completion.exp: Use gdb_test_multiple instead of
8875 gdb_test and explicit $gdb_prompt/timeout matches.
8876
8877 2011-05-04 Yao Qi <yao@codesourcery.com>
8878
8879 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
8880 and __thumb2__.
8881
8882 2011-05-03 Marek Polacek <mpolacek@redhat.com>
8883
8884 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
8885 in place of `gdb_test "delete breakpoints"'. This eliminates two
8886 testcases.
8887
8888 2011-05-02 Pedro Alves <pedro@codesourcery.com>
8889
8890 PR testsuite/12649
8891 Fix races.
8892
8893 * gdb.base/completion.exp: Remove all sleep calls. Remove
8894 unnecessary regexs. Don't explicitly expect anything after the
8895 prompt. Eat the prompt if necessary.
8896
8897 2011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
8898
8899 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
8900 accept to show the caller line again as well as the line after.
8901
8902 2011-04-29 Phil Muldoon <pmuldoon@redhat.com>
8903
8904 PR mi/12531
8905
8906 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
8907 compile target.
8908 * gdb.python/py-prettyprint.exp: Add C++ object for
8909 CPLUS_FAKE_CHILD test.
8910
8911 2011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
8912
8913 * gdb.base/signest.exp: New file.
8914 * gdb.base/signest.c: Likewise.
8915
8916 2011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8917
8918 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
8919 thread and breakpoint notifications.
8920
8921 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8922
8923 * gdb.base/fortran-sym-case.c: New file.
8924 * gdb.base/fortran-sym-case.exp: New file.
8925 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
8926 * gdb.dwarf2/dw2-case-insensitive.c: New file.
8927 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
8928
8929 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8930
8931 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
8932 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
8933 false #1', `if true else false #2' and `if true else false #3'.
8934
8935 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
8936
8937 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
8938 while delivering signal.
8939
8940 2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
8941
8942 MI breakpoint notifications.
8943
8944 * testsuite/gdb.mi/mi-cli.exp: Adust.
8945 * testsuite/gdb.mi/mi2-cli.exp: Adust.
8946 * testsuite/gdb.mi/mi-watch.exp: Adust.
8947 * testsuite/gdb.mi/mi2-watch.exp: Adust.
8948 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
8949 notifications.
8950
8951 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8952
8953 * gdb.base/gdbindex-stabs-dwarf.c: New file.
8954 * gdb.base/gdbindex-stabs.c: New file.
8955 * gdb.base/gdbindex-stabs.exp: New file.
8956
8957 2011-04-25 Yao Qi <yao@codesourcery.com>
8958
8959 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
8960 with /*...*/.
8961 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
8962
8963 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8964
8965 * gdb.python/py-value.exp (test_objfiles): Name the first test
8966 `py-value in file.filename'.
8967
8968 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8969
8970 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
8971 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
8972 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
8973 !gdbserver_reconnect_p..
8974 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
8975
8976 2011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8977
8978 * gdb.cp/cpcompletion.exp (complete class methods)
8979 (complete class methods beginning with F): Move them above runto. New
8980 comment about the runto delimiter.
8981
8982 2011-04-20 Pedro Alves <pedro@codesourcery.com>
8983
8984 * gdb.base/maint.exp: Test that "maint print registers" works
8985 without a running program.
8986
8987 2011-04-20 Marek Polacek <mpolacek@redhat.com>
8988
8989 * gdb.base/setshow.exp: Fix racy tests.
8990 ($old_gdb_prompt): New variable.
8991
8992 2011-04-19 Tom Tromey <tromey@redhat.com>
8993
8994 * gdb.mi/mi-nsmoribund.exp:
8995 * gdb.hp/gdb.objdbg/objdbg01.exp:
8996 * gdb.base/structs.exp (test_struct_returns):
8997 * gdb.base/call-sc.exp (test_scalar_returns):
8998 * gdb.base/bigcore.exp: Remove duplicate words.
8999
9000 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9001
9002 * gdb.base/break-interp-lib.c (v, vptr): New variables.
9003 * gdb.base/break-interp.exp (test_attach): New comment.
9004
9005 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9006
9007 * gdb.threads/gcore-thread.exp ($core0file): New variable.
9008 (clear __stack_user.next, clear stack_used.next)
9009 (save a zeroed-threads corefile): New test.
9010 Call core_load for $core0file.
9011 (zeroed-threads cannot be listed): New test.
9012
9013 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9014
9015 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
9016 filename.
9017 ($srcfile): Preserve the original value.
9018 ($testfile): Match it the .exp filename.
9019 ($corefile): New variable. Substitute it around.
9020 Use clean_restart.
9021 ($prev_timeout): Remove.
9022 (load_core): Move core loading into this proc.
9023 Fix restore of $timeout if load_core fails.
9024
9025 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9026
9027 * gdb.base/eu-strip-infcall.c: New file.
9028 * gdb.base/eu-strip-infcall.exp: New file.
9029
9030 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9031
9032 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
9033 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
9034
9035 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9036
9037 Fix Python access to inlined frames.
9038 * gdb.python/py-frame-inline.c: New file.
9039 * gdb.python/py-frame-inline.exp: New file.
9040
9041 2011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
9042
9043 * gdb.base/gdb1090.exp: Change breakpoint location to read the
9044 content of 's24' correctly (avoiding "optimized out").
9045 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
9046
9047 2011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9048
9049 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
9050
9051 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
9052
9053 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
9054 expect a colon in watch -location output.
9055
9056 2011-04-13 Marek Polacek <mpolacek@redhat.com>
9057
9058 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
9059 New testcase `expect response to define backtrace'. Also remove
9060 redundant `default' block.
9061
9062 2011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9063
9064 * gdb.python/py-prettyprint.c (struct hint_error): New.
9065 (main): New variable hint_error.
9066 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
9067 "print hint_error".
9068 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
9069 (register_pretty_printers): Register it.
9070
9071 2011-04-04 Tom Tromey <tromey@redhat.com>
9072
9073 * gdb.cp/maint.exp (test_help): Update.
9074 (test_namespace): Likewise.
9075
9076 2011-04-01 Joel Brobecker <brobecker@adacore.com>
9077
9078 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
9079 * gdb.ada/arrayptr.exp: Add new tests.
9080
9081 2011-04-01 Joel Brobecker <brobecker@adacore.com>
9082
9083 * gdb.ada/mi_catch_ex: New testcase.
9084
9085 2011-04-01 Pedro Alves <pedro@codesourcery.com>
9086
9087 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
9088 base::overload(void) method without specifying "const".
9089
9090 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
9091
9092 * gdb.arch/thumb-singlestep.S: New file.
9093 * gdb.arch/thumb-singlestep.exp: Likewise.
9094
9095 2011-03-31 Tom Tromey <tromey@redhat.com>
9096
9097 * gdb.python/py-prettyprint.py (exception_flag): New global.
9098 (NoStringContainerPrinter._iterator.next): Check it.
9099 * gdb.python/py-prettyprint.c (main): New variable nstype2.
9100 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
9101
9102 2011-03-29 Tom Tromey <tromey@redhat.com>
9103
9104 * gdb.cp/anon-struct.cc: New file.
9105 * gdb.cp/anon-struct.exp: New file.
9106
9107 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9108
9109 Test STT_GNU_IFUNC support.
9110 * gdb.base/gnu-ifunc-lib.c: New file.
9111 * gdb.base/gnu-ifunc.c: New file.
9112 * gdb.base/gnu-ifunc.exp: New file.
9113
9114 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9115
9116 Support a ring of related breakpoints.
9117 * gdb.base/watchpoint-delete.c: New file.
9118 * gdb.base/watchpoint-delete.exp: New file.
9119
9120 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9121
9122 * gdb.ada/arrayparam.exp (print first after function call): Use
9123 explicit package name. Add a comment
9124 (print lasta after function call): Rename ...
9125 (print last after function call): ... it and use explicit package
9126 name.
9127 (print length after function call): Use explicit package name.
9128 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
9129 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
9130 (multiple matches for symbol i): Rename ...
9131 (multiple matches for symbol integervar): ... it.
9132 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
9133 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
9134
9135 2011-03-25 Andrew Burgess <aburgess@broadcom.com>
9136
9137 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
9138 environment variable to make grep output more predictable. Move
9139 all the environment setup into gdb_init so it's done once per test
9140 case rather than each time we start gdb.
9141
9142 2011-03-24 Tom Tromey <tromey@redhat.com>
9143
9144 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
9145 test.
9146
9147 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9148
9149 * gdb.dwarf2/dw2-entry-value-main.c: New file.
9150 * gdb.dwarf2/dw2-entry-value.S: New file.
9151 * gdb.dwarf2/dw2-entry-value.exp: New file.
9152
9153 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
9154
9155 PR python/12183
9156
9157 * gdb.python/py-function.exp: Add GdbError tests.
9158
9159 2011-03-18 Pedro Alves <pedro@codesourcery.com>
9160
9161 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
9162 (reglocal_test_func, statlocal_test_func): New functions.
9163 (globals_test_func): Call new functions.
9164 * gdb.trace/unavailable.exp (gdb_collect_args_test)
9165 (gdb_collect_locals_test): New procedure.
9166 (gdb_trace_collection_test): Call new procedures.
9167
9168 2011-03-18 Pedro Alves <pedro@codesourcery.com>
9169
9170 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
9171 (test_register, test_register_unavailable): New procedures.
9172 (gdb_unavailable_registers_test): New procedure.
9173 (gdb_trace_collection_test): Call it.
9174
9175 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
9176
9177 PR python/12149
9178
9179 * gdb.python/python.exp: Add gdb.write tests.
9180
9181 2010-03-17 Phil Muldoon <pmuldoon@redhat.com>
9182
9183 * gdb.python/Makefile.in: Add py-objfile.
9184 * gdb.python/py-objfile.exp: New file.
9185 * gdb.python/py-objfile.c: New file.
9186 * gdb.python/py-block.exp: Add is_valid tests.
9187 * gdb.python/py-inferior.exp: Ditto.
9188 * gdb.python/py-infthread.exp: Ditto.
9189 * gdb.python/py-symbol.exp: Ditto.
9190 * gdb.python/py-symtab.exp: Ditto.
9191
9192 2011-03-16 Keith Seitz <keiths@redhat.com>
9193
9194 PR c++/12273
9195 * gdb.cp/cmpd-minsyms.exp: New test.
9196 * gdb.cp/cmpd-minsyms.cc: New file.
9197
9198 PR c++/11734
9199 * gdb.cp/ovsrch.exp: New test.
9200 * gdb.cp/ovsrch.h: New file.
9201 * gdb.cp/ovsrch1.cc: New file.
9202 * gdb.cp/ovsrch2.cc: New file.
9203 * gdb.cp/ovsrch3.cc: New file.
9204 * gdb.cp/ovsrch4.cc: New file.
9205
9206 2011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
9207
9208 PR gdb/12528
9209 * gdb.base/Makefile.in: Adjust EXECUTABLES.
9210 * gdb.base/break-on-linker-gcd-function.exp: New test.
9211 * gdb.base/break-on-linker-gcd-function.cc: New file.
9212
9213 2011-03-15 Andreas Tobler <andreast@fgznet.ch>
9214
9215 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
9216
9217 2011-03-15 Phil Muldoon <pmuldoon@redhat.com>
9218
9219 * lib/gdb.exp (gdb_unload): Add another termination case.
9220
9221 2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9222
9223 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
9224 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
9225 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
9226 Provide a stub byte there.
9227 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
9228 DW_AT_entry_pc.
9229 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
9230
9231 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
9232
9233 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
9234 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
9235 "generic ABI, auto".
9236 (altivec_abi_tests): Accept vectors returned by reference.
9237
9238 2010-03-14 Phil Muldoon <pmuldoon@redhat.com>
9239
9240 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
9241
9242 2011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
9243
9244 * gdb.python/py-section-script.exp: Skip test if no Python support.
9245
9246 2011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
9247
9248 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
9249
9250 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
9251
9252 * gdb.python/py-parameter.exp: Update tests to the new Python
9253 parameter API. Add "no documentation" test. Add deprecated API
9254 backward compatibility test.
9255
9256 2011-03-09 Tom Tromey <tromey@redhat.com>
9257
9258 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
9259 gdb_continue_to_end.
9260
9261 2011-03-09 Mark Kettenis <kettenis@gnu.org>
9262
9263 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
9264 tabs.
9265
9266 2011-03-09 Tom Tromey <tromey@redhat.com>
9267
9268 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
9269 parentheses.
9270 (gdb_continue_to_end): Add "allow_extra" parameter. Use
9271 $command.
9272 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
9273 argument to gdb_continue_to_end.
9274 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
9275 argument to gdb_continue_to_end.
9276 * gdb.cp/annota3.exp: Fix regex.
9277 * gdb.cp/annota2.exp: Fix regex.
9278 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
9279 gdb_continue_to_end.
9280 * gdb.base/call-signal-resume.exp: Revert earlier patch.
9281 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
9282 gdb_continue_to_end.
9283
9284 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9285
9286 * gdb.server/ext-run.exp
9287 (load new file without any gdbserver inferior): New test.
9288
9289 2011-03-07 Tom Tromey <tromey@redhat.com>
9290
9291 * Makefile.in (TAGS): Rewrite.
9292
9293 2011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9294
9295 * gdb.trace/report.exp (12.1: trace report #1): New match for the
9296 initial commands echo. New match for `Found trace'. Anchor all the
9297 other matches. Anchor and match for `No trace frame found' the final
9298 match.
9299
9300 2011-03-07 Tom Tromey <tromey@redhat.com>
9301
9302 * Makefile.in (TAGS): New target.
9303
9304 2011-03-07 Tom Tromey <tromey@redhat.com>
9305
9306 * lib/opencl.exp (skip_opencl_tests): Update for exit message
9307 change.
9308 * lib/mi-support.exp (mi_gdb_test): Update for exit message
9309 change.
9310 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
9311 exit message change.
9312 (skip_altivec_tests): Update for exit message change.
9313 (skip_vsx_tests): Likewise.
9314 (gdb_continue_to_end): Likewise. Add 'command' argument.
9315 * lib/cell.exp (skip_cell_tests): Update for exit message change.
9316 * gdb.threads/tls.exp: Update for exit message change.
9317 * gdb.threads/thread-unwindonsignal.exp: Use
9318 gdb_continue_to_end.
9319 * gdb.threads/step.exp (step_it): Update for exit message change.
9320 (continue_all): Likewise.
9321 * gdb.threads/print-threads.exp (test_all_threads): Update for
9322 exit message change.
9323 * gdb.threads/interrupted-hand-call.exp: Use
9324 gdb_continue_to_end.
9325 * gdb.threads/execl.exp: Use gdb_continue_to_end.
9326 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
9327 gdb_continue_to_end.
9328 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
9329 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
9330 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
9331 * gdb.cp/method.exp: Update for exit message change.
9332 * gdb.cp/mb-templates.exp: Update for exit message change.
9333 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
9334 * gdb.cp/annota3.exp: Update for exit message change.
9335 * gdb.cp/annota2.exp: Update for exit message change.
9336 * gdb.cell/fork.exp: Use gdb_continue_to_end.
9337 * gdb.base/term.exp: Update for exit message change.
9338 * gdb.base/step-test.exp (test_i): Update for exit message change.
9339 * gdb.base/sigstep.exp (advance): Update for exit message change.
9340 (advancei): Likewise.
9341 * gdb.base/siginfo.exp: Update for exit message change.
9342 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
9343 * gdb.base/reread.exp: Use gdb_continue_to_end.
9344 * gdb.base/langs.exp: Use gdb_continue_to_end.
9345 * gdb.base/interrupt.exp: Update for exit message change.
9346 * gdb.base/gdb1555.exp: Update for exit message change.
9347 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
9348 * gdb.base/ending-run.exp: Update for exit message change.
9349 * gdb.base/chng-syms.exp: Update for exit message change.
9350 * gdb.base/checkpoint.exp: Update for exit message change.
9351 * gdb.base/catch-syscall.exp (check_for_program_end): Use
9352 gdb_continue_to_end.
9353 (test_catch_syscall_with_wrong_args): Likewise.
9354 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
9355 * gdb.base/break-interp.exp (test_ld): Update for exit message
9356 change.
9357 * gdb.base/bang.exp: Update for exit message change.
9358 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
9359 (do_call_attach_tests): Likewise.
9360 * gdb.base/a2-run.exp: Update for exit message change.
9361 * gdb.arch/ppc-dfp.exp: Update for exit message change.
9362 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
9363 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
9364
9365 2011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9366
9367 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
9368
9369 2011-03-03 Tom Tromey <tromey@redhat.com>
9370
9371 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
9372 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
9373 * gdb.hp/gdb.aCC/configure.ac: Remove.
9374 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
9375 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
9376 * gdb.hp/gdb.base-hp/configure.ac: Remove.
9377 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
9378 * gdb.hp/gdb.compat/configure (Makefile): Remove.
9379 * gdb.hp/gdb.compat/configure.ac: Remove.
9380 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
9381 * gdb.hp/gdb.defects/configure (Makefile): Remove.
9382 * gdb.hp/gdb.defects/configure.ac: Remove.
9383 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
9384 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
9385 * gdb.hp/gdb.objdbg/configure.ac: Remove.
9386 * gdb.hp/configure.ac: Remove.
9387 * gdb.hp/configure: Remove.
9388 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
9389 substitution.
9390 (Makefile): Remove rule.
9391 * gdb.cell/configure.ac: Remove.
9392 * gdb.cell/configure: Remove.
9393 * gdb.stabs/Makefile.in (Makefile): Remove.
9394 (distclean): Don't remove config.status or config.log.
9395 * gdb.stabs/configure (Makefile): Remove.
9396 * gdb.stabs/configure.ac: Remove.
9397 * configure: Rebuild.
9398 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
9399 Remove stabs- and cell-specific logic. Test for existence of
9400 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
9401 subdirectories, gdb.cell, and and gdb.stabs.
9402 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
9403
9404 2011-03-03 Joel Brobecker <brobecker@adacore.com>
9405
9406 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
9407 end of buffer.
9408
9409 2011-03-02 Joel Brobecker <brobecker@adacore.com>
9410
9411 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
9412 gdb_test when running a test where we expected no output back.
9413
9414 2011-02-28 Michael Snyder <msnyder@vmware.com>
9415
9416 * gdb.cp/overload.cc: Change initializer value to integer.
9417
9418 2011-02-27 Michael Snyder <msnyder@vmware.com>
9419
9420 * gdb.multi/base.exp: Add test for remove-inferiors.
9421
9422 2011-02-26 Joel Brobecker <brobecker@adacore.com>
9423
9424 * gdb.python/py-frame.exp: Simplify the initialization phase
9425 using prepare_for_testing.
9426
9427 2011-02-25 Michael Snyder <msnyder@vmware.com>
9428
9429 * gdb.multi/base.exp: Add tests for info inferiors with args.
9430
9431 2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9432
9433 * gdb.dwarf2/dw2-ranges.S: Rename to ...
9434 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
9435 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
9436 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
9437 asmfile3. Comment the STABS (#3) file compilation. Compile
9438 everything through assembler. Provide KFAIL for symtab/12497.
9439 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
9440 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
9441 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
9442 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
9443
9444 2011-02-24 Michael Snyder <msnyder@vmware.com>
9445
9446 * gdb.base/break.exp: Add tests for delete breakpoints using
9447 convenience variables and value history references.
9448
9449 2011-02-24 Michael Snyder <msnyder@vmware.com>
9450
9451 * gdb.base/break.exp: Remove debugging 'printf' accidentally
9452 left behind in previous check-in.
9453
9454 2011-02-23 Michael Snyder <msnyder@vmware.com>
9455
9456 * gdb.base/break.exp: Add tests for "info break" with arguments.
9457 * gdb.trace/infotrace.exp: Update patterns for error and help.
9458 * gdb.base/completion.exp: Update pattern.
9459 * gdb.base/ena-dis-br.exp: Update pattern.
9460 * gdb.base/help.exp: Update patterns.
9461
9462 2011-02-23 Michael Snyder <msnyder@vmware.com>
9463
9464 * gdb.base/memattr.exp: New test.
9465 * gdb.base/memattr.c: Test load for memattr.exp.
9466
9467 2011-02-22 Doug Evans <dje@google.com>
9468
9469 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
9470
9471 2011-02-22 Michael Snyder <msnyder@vmware.com>
9472
9473 * Makefile.in: Make more clean.
9474 * gdb.ada/Makefile.in: Ditto.
9475 * gdb.arch/Makefile.in: Ditto.
9476 * gdb.asm/Makefile.in: Ditto.
9477 * gdb.base/Makefile.in: Ditto.
9478 * gdb.cp/Makefile.in: Ditto.
9479 * gdb.dwarf2/Makefile.in: Ditto.
9480 * gdb.java/Makefile.in: Ditto.
9481 * gdb.mi/Makefile.in: Ditto.
9482 * gdb.modula2/Makefile.in: Ditto.
9483 * gdb.python/Makefile.in: Ditto.
9484 * gdb.server/Makefile.in: Ditto.
9485 * gdb.stabs/Makefile.in: Ditto.
9486 * gdb.threads/Makefile.in: Ditto.
9487 * gdb.trace/Makefile.in: Ditto.
9488
9489 2011-02-22 Michael Snyder <msnyder@vmware.com>
9490
9491 * gdb.threads/thread-find.exp: Add tests for bad input to
9492 info threads.
9493
9494 2011-02-22 Joel Brobecker <brobecker@adacore.com>
9495
9496 * gdb.python/py-breakpoint.exp: Fix the expected output of
9497 one of the "maint info breakpoints" tests to accept the output
9498 generated on platforms that do not have hardware watchpoints.
9499
9500 2011-02-22 Joel Brobecker <brobecker@adacore.com>
9501
9502 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
9503 clean_restart. Be a little stricter in the expected output
9504 for one of the tests. Fix a typo in one of the comments.
9505
9506 2011-02-22 Joel Brobecker <brobecker@adacore.com>
9507
9508 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
9509 Delete variable binfile, no longer use. Add or modify test
9510 comments to make them unique.
9511
9512 2011-02-21 Michael Snyder <msnyder@vmware.com>
9513
9514 * Makefile.in: Update for make clean.
9515 * gdb.ada/Makefile.in: Ditto.
9516 * gdb.arch/Makefile.in: Ditto.
9517 * gdb.asm/Makefile.in: Ditto.
9518 * gdb.base/Makefile.in: Ditto.
9519 * gdb.cp/Makefile.in: Ditto.
9520 * gdb.dwarf2/Makefile.in: Ditto.
9521 * gdb.java/Makefile.in: Ditto.
9522 * gdb.mi/Makefile.in: Ditto.
9523 * gdb.modula2/Makefile.in: Ditto.
9524 * gdb.python/Makefile.in: Ditto.
9525 * gdb.server/Makefile.in: Ditto.
9526 * gdb.stabs/Makefile.in: Ditto.
9527 * gdb.threads/Makefile.in: Ditto.
9528 * gdb.trace/Makefile.in: Ditto.
9529
9530 2011-02-21 Michael Snyder <msnyder@vmware.com>
9531
9532 * gdb.threads/thread-find.exp: Update patterns for changes in
9533 output of "info threads" command.
9534
9535 2011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
9536 Ulrich Weigand <uweigand@de.ibm.com>
9537
9538 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
9539 (skip_hw_watchpoint_tests): Likewise.
9540 (skip_hw_watchpoint_multi_tests): Likewise.
9541
9542 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
9543
9544 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
9545 (skip_hw_watchpoint_tests): Likewise.
9546 (skip_hw_watchpoint_multi_tests): Likewise.
9547 (skip_hw_watchpoint_access_tests): Likewise.
9548
9549 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
9550 * gdb.base/pr11022.exp: Likewise.
9551 * gdb.base/watch-read.exp: Likewise.
9552 * gdb.base/watch_thread_num.exp: Likewise.
9553 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
9554 * gdb.base/watchpoint-hw.exp: Likewise.
9555 * gdb.base/watchpoint.exp: Likewise.
9556 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
9557 * gdb.threads/watchthreads-reorder.exp: Likewise.
9558 * gdb.threads/watchthreads.exp: Likewise.
9559 * gdb.threads/watchthreads2.exp: Likewise.
9560
9561 2011-02-21 Joel Brobecker <brobecker@adacore.com>
9562
9563 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
9564 the debugger is unable to find the array bounds.
9565
9566 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
9567
9568 * gdb.cp/typedef-operator.exp: New file.
9569 * gdb.cp/typedef-operator.cc: New file.
9570
9571 2011-02-17 Michael Snyder <msnyder@vmware.com>
9572
9573 * gdb.threads/thread-find.exp: Fix regular expressions.
9574
9575 2011-02-17 Joel Brobecker <brobecker@adacore.com>
9576
9577 * gdb.ada/packed_array: Expand testcase to test printing of
9578 unconstrained packed array.
9579
9580 2011-02-17 Joel Brobecker <brobecker@adacore.com>
9581
9582 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
9583
9584 2011-02-16 Pedro Alves <pedro@codesourcery.com>
9585
9586 * gdb.trace/collection.c (globalarr3): New global.
9587 (main): Initialize it before collecting, and and clear it
9588 afterwards.
9589 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
9590 collecting with '{type} addr', where the addr expression is not an
9591 rvalue.
9592
9593 2011-02-16 Ken Werner <ken.werner@de.ibm.com>
9594
9595 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
9596 a bool variable. Expect correct OpenCL names for vector types. Use the
9597 uc3 variable name instead of referring to the uchar3 built-in type.
9598 Escape the asterisk at the half pointer test.
9599
9600 2011-02-16 Pedro Alves <pedro@codesourcery.com>
9601
9602 * gdb.trace/collection.c (globalarr2): New global.
9603 (main): Initialize it before collecting, and and clear it
9604 afterwards.
9605 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
9606 collecting overlapping memory ranges.
9607
9608 2011-02-15 Michael Snyder <msnyder@vmware.com>
9609
9610 * gdb.base/default.exp: Add tests for thread commands.
9611 * gdb.base/help.exp: Add tests for thread commands.
9612 * gdb.threads/thread-find.exp: New test for thread find command.
9613
9614 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
9615
9616 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
9617
9618 2011-02-15 Yao Qi <yao@codesourcery.com>
9619
9620 PR tdep/12352
9621 * gdb.arch/arm-disp-step.S : New test for str instruction.
9622 * gdb.arch/arm-disp-step.exp : Likewise.
9623
9624 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
9625
9626 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
9627 "vector_register2_vr" test strings. Test the extended floating
9628 point registers (F32~F63).
9629 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
9630 IBM XL C compiler. Make the test program use a register provided
9631 by the compiler for the lxvd2x instruction.
9632
9633 2011-02-14 Pedro Alves <pedro@codesourcery.com>
9634
9635 * gdb.trace/unavailable.cc (class Base, class Middle, class
9636 Derived): New types.
9637 (derived_unavail, derived_partial, derived_whole): New globals.
9638 (virtual_partial): New global.
9639 (virtualp): Point at virtual_partial.
9640 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
9641 related to unavailable vptr.
9642
9643 2011-02-14 Pedro Alves <pedro@codesourcery.com>
9644
9645 * gdb.trace/unavailable.cc (a, b, c): New globals.
9646 (main): Set and clear them.
9647 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
9648 `a' and `c', and check that `b' isn't collected, although `a' and
9649 `c' are.
9650
9651 2011-02-14 Pedro Alves <pedro@codesourcery.com>
9652
9653 * gdb.trace/unavailable.cc (struct Virtual): New.
9654 (virtualp): New global pointer.
9655 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
9656 printing a pointer to an object whose type has a vtable, with
9657 print object on.
9658
9659 2011-02-14 Pedro Alves <pedro@codesourcery.com>
9660
9661 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
9662 value repeat handles unavailableness.
9663
9664 2011-02-14 Pedro Alves <pedro@codesourcery.com>
9665
9666 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
9667 tests for building arrays from unavailable values, subscripting
9668 non-memory rvalue unvailable arrays, and accessing fields or
9669 baseclasses of non-lazy unavailable values,
9670 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
9671 struct types.
9672 (g_smallstruct, g_smallstruct_b): New globals.
9673
9674 2011-02-14 Pedro Alves <pedro@codesourcery.com>
9675
9676 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
9677
9678 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9679
9680 Fix const/volatile qualifiers of C++ types, PR c++/12328.
9681 * gdb.cp/overload-const.exp: New file.
9682 * gdb.cp/overload-const.cc: New file.
9683
9684 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
9685
9686 * gdb.opencl/callfuncs.cl: New file.
9687 * gdb.opencl/callfuncs.exp: New test.
9688 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
9689
9690 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
9691
9692 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
9693 when computing result.
9694 * gdb.arch/altivec-abi.exp: Update expected results.
9695
9696 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
9697
9698 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
9699 * gdb.base/jit.exp: Likewise.
9700 * gdb.base/pie-execl.exp: Likewise.
9701 * gdb.base/solib-nodir.exp: Likewise.
9702 * gdb.base/solib-overlap.exp: Likewise.
9703
9704 2011-02-07 Pedro Alves <pedro@codesourcery.com>
9705
9706 * gdb.trace/collection.c (global_pieces): New.
9707 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
9708 New procedure.
9709 (gdb_trace_collection_test): Call it.
9710
9711 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
9712
9713 * gdb.python/py-evthreads.c: New file.
9714 * gdb.python/py-evthreads.exp: New file.
9715 * gdb.python/py-events.py: New file.
9716 * gdb.python/py-events.exp: New file.
9717 * gdb.python/py-events.c: New file.
9718
9719 2011-02-04 David Daney <ddaney@caviumnetworks.com>
9720
9721 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
9722
9723 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
9724
9725 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
9726 gdb.base/disasm-end-cu.exp: New test for disassembling over the
9727 boundary between two compilation units.
9728
9729 2011-02-02 Pedro Alves <pedro@codesourcery.com>
9730
9731 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
9732 (Virtual): New structs.
9733 (virtual_o, virtual_middle_b): New globals.
9734 * gdb.cp/virtbase.exp: New tests.
9735
9736 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
9737
9738 * gdb.base/jit.exp: New file.
9739 * gdb.base/jit-main.c: New file.
9740 * gdb.base/jit-solib.c: New file.
9741
9742 2011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
9743
9744 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
9745 proceed to initial kernel entry point.
9746 * gdb.opencl/datatypes.exp: Likewise.
9747 * gdb.opencl/operators.exp: Likewise.
9748 * gdb.opencl/vec_comps.exp: Likewise.
9749
9750 2011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
9751
9752 * gdb.cp/nsnested.cc: New.
9753 * gdb.cp/nsnested.exp: New.
9754 * gdb.cp/nsnoimports.exp: New.
9755 * gdb.cp/nsnoimports.cc: New.
9756
9757 2011-01-31 Joel Brobecker <brobecker@adacore.com>
9758
9759 * gdb.base/interact.exp: Add extra tests that verify that
9760 the value of the interactive-mode setting does not change
9761 after the script is sourced.
9762
9763 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9764
9765 * gdb.cp/noparam.exp: New file.
9766 * gdb.cp/noparam.cc: New file.
9767
9768 2011-01-28 Pedro Alves <pedro@codesourcery.com>
9769
9770 * gdb.trace/tfile.exp: Test that with no traceframe selected,
9771 there's no stack or registers.
9772
9773 2011-01-26 Tom Tromey <tromey@redhat.com>
9774
9775 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
9776 space before string output. Add test for "set print pretty off"
9777 case.
9778
9779 2011-01-25 Pedro Alves <pedro@codesourcery.com>
9780
9781 * gdb.base/frame-args.exp: Adjust.
9782 * gdb.dwarf2/dw2-noloc.exp: Adjust.
9783 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
9784 * gdb.dwarf2/pieces.exp: Adjust.
9785 * gdb.opt/clobbered-registers-O2.exp: Adjust.
9786 * gdb.opt/inline-locals.exp: Adjust.
9787 * gdb.threads/fork-child-threads.exp: Adjust.
9788
9789 2011-01-25 Ken Werner <ken.werner@de.ibm.com>
9790
9791 * gdb.opencl/convs_casts.cl: Move program scope variables into the
9792 OpenCL kernel function. Add a comment as marker. Add address space
9793 qualifiers for the remaining program scope variables.
9794 * gdb.opencl/datatypes.cl: Likewise.
9795 * gdb.opencl/operators.cl: Likewise.
9796 * gdb.opencl/vec_comps.cl: Likewise.
9797 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
9798 Add breakpoint at the marker comment.
9799 * gdb.opencl/datatypes.exp: Likewise.
9800 * gdb.opencl/operators.exp: Likewise.
9801 * gdb.opencl/vec_comps.exp: Likewise.
9802
9803 2011-01-24 Pedro Alves <pedro@codesourcery.com>
9804
9805 * gdb.base/printcmds.c (some_struct): New struct and instance.
9806 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
9807 procedure.
9808 <global scope>: Call it.
9809
9810 2011-01-21 Ken Werner <ken.werner@de.ibm.com>
9811
9812 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
9813 argument to the gdb_compile_opencl_hostapp call.
9814
9815 2011-01-19 Yao Qi <yao@codesourcery.com>
9816
9817 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
9818 positve list.
9819
9820 2011-01-19 Yao Qi <yao@codesourcery.com>
9821
9822 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
9823 canonical form.
9824 Remove "xscale-*-*"
9825 * gdb.xml/tdesc-regs.exp: Likewise.
9826 * gdb.python/py-section-script.exp: Replace ARM target triplet
9827 with canonical form.
9828 Match arm*-*-symbianelf*.
9829 * gdb.base/dup-sect.exp: Likewise.
9830 * lib/dwarf.exp: New.
9831 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
9832 dwarf2_support.
9833 * gdb.dwarf2/dup-psym.exp: Likewise.
9834 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
9835 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
9836 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
9837 * gdb.dwarf2/dw2-basic.exp: Likewise.
9838 * gdb.dwarf2/dw2-compressed.exp: Likewise.
9839 * gdb.dwarf2/dw2-const.exp: Likewise.
9840 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
9841 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
9842 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9843 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
9844 * gdb.dwarf2/dw2-filename.exp: Likewise.
9845 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9846 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
9847 * gdb.dwarf2/dw2-intercu.exp: Likewise.
9848 * gdb.dwarf2/dw2-intermix.exp: Likewise.
9849 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
9850 * gdb.dwarf2/dw2-noloc.exp: Likewise.
9851 * gdb.dwarf2/dw2-op-call.exp: Likewise.
9852 * gdb.dwarf2/dw2-producer.exp: Likewise.
9853 * gdb.dwarf2/dw2-ranges.exp: Likewise.
9854 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
9855 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
9856 * gdb.dwarf2/dw2-strp.exp: Likewise.
9857 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
9858 * gdb.dwarf2/implptr.exp: Likewise.
9859 * gdb.dwarf2/mac-fileno.exp: Likewise.
9860 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
9861 * gdb.dwarf2/pieces.exp: Likewise.
9862 * gdb.dwarf2/pr11465.exp: Likewise.
9863 * gdb.dwarf2/valop.exp: Likewise.
9864 * gdb.dwarf2/watch-notconst.exp: Likewise.
9865 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
9866
9867 2011-01-19 Tom Tromey <tromey@redhat.com>
9868
9869 * gdb.python/py-infthread.exp: Add thread tests.
9870
9871 2011-01-14 Joel Brobecker <brobecker@adacore.com>
9872
9873 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
9874
9875 2011-01-14 Joel Brobecker <brobecker@adacore.com>
9876
9877 * gdb.ada/widewide: New testcase.
9878
9879 2011-01-13 Joel Brobecker <brobecker@adacore.com>
9880
9881 * gdb.base/interact.exp: New testcase.
9882
9883 2011-01-12 Tom Tromey <tromey@redhat.com>
9884
9885 * gdb.mi/gdb2549.exp: Update for error message changes.
9886 * gdb.mi/mi-cli.exp: Likewise.
9887 * gdb.mi/mi-disassemble.exp: Likewise.
9888 * gdb.mi/mi-pthreads.exp: Likewise.
9889 * gdb.mi/mi-regs.exp: Likewise.
9890 * gdb.mi/mi-stack.exp: Likewise.
9891 * gdb.mi/mi-var-block.exp: Likewise.
9892 * gdb.mi/mi-var-cmd.exp: Likewise.
9893 * gdb.mi/mi2-cli.exp: Likewise.
9894 * gdb.mi/mi2-disassemble.exp: Likewise.
9895 * gdb.mi/mi2-pthreads.exp: Likewise.
9896 * gdb.mi/mi2-regs.exp: Likewise.
9897 * gdb.mi/mi2-stack.exp: Likewise.
9898 * gdb.mi/mi2-var-block.exp: Likewise.
9899 * gdb.mi/mi2-var-cmd.exp: Likewise.
9900
9901 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
9902 Jan Kratochvil <jan.kratochvil@redhat.com>
9903
9904 PR fortran/11104 and DWARF unbound arrays detection.
9905 * gdb.fortran/multi-dim.exp: New file.
9906 * gdb.fortran/multi-dim.f90: New file.
9907
9908 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
9909
9910 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
9911 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
9912 add new tests for opcode dumping.
9913
9914 2011-01-11 Tom Tromey <tromey@redhat.com>
9915
9916 * gdb.python/py-infthread.exp: Load gdb-python.exp.
9917
9918 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
9919
9920 Convert hardware watchpoints to use breakpoint_ops.
9921 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
9922 type is not supported.
9923 * gdb.base/foll-fork.exp: Likewise.
9924 * gdb.base/foll-vfork.exp: Likewise.
9925
9926 2011-01-10 Phil Muldoon <pmuldoon@redhat.com>
9927
9928 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
9929 Use load_lib gdb-python.exp.
9930 * gdb.python/python.exp: Ditto.
9931 * gdb.python/py-function.exp: Ditto.
9932
9933 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
9934
9935 * gdb.threads/tls.exp ("info address me"): Fix expected output.
9936
9937 2011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9938
9939 * configure: Regenerate.
9940
9941 2011-01-06 Tom Tromey <tromey@redhat.com>
9942
9943 * gdb.python/py-frame.exp: Test gdb.newest_frame.
9944
9945 2011-01-06 Joel Brobecker <brobecker@adacore.com>
9946
9947 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
9948 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
9949 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
9950 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
9951 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
9952 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
9953 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
9954 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
9955 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
9956 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
9957 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
9958 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
9959 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
9960 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
9961 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
9962 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
9963 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
9964 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
9965 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
9966 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
9967 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
9968 gdb.ada/uninitialized_vars.exp,
9969 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
9970 Simplify by using clean_restart.
9971
9972 2011-01-06 Joel Brobecker <brobecker@adacore.com>
9973
9974 Add marker to be used as anchor for inserting breakpoints.
9975 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
9976 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
9977 Likewise.
9978
9979 Remove uses of gdb_start_cmd.
9980 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
9981 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
9982
9983 Do not run testcase if testing with GDBserver.
9984 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
9985 if testing with GDBserver.
9986
9987 2011-01-06 Joel Brobecker <brobecker@adacore.com>
9988
9989 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
9990 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
9991 copyright header.
9992
9993 2011-01-05 Joel Brobecker <brobecker@adacore.com>
9994
9995 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
9996 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
9997 testsuite/gdb.fortran/complex.f,
9998 testsuite/gdb.fortran/derived-type.f90,
9999 testsuite/gdb.fortran/library-module-lib.f90,
10000 testsuite/gdb.fortran/library-module-main.f90,
10001 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
10002 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
10003 Copyright year update.
10004
10005 2011-01-05 Joel Brobecker <brobecker@adacore.com>
10006
10007 * gdb.base/langs1.f: Add copyright header.
10008
10009 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10010
10011 * gdb.base/morestack.exp: New file.
10012 * gdb.base/morestack.c: New file.
10013
10014 2011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10015
10016 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
10017
10018 2010-12-29 Joel Brobecker <brobecker@adacore.com>
10019
10020 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
10021 * gdb.ada/arrayptr.exp: Add test printing that new variable.
10022
10023 2010-12-29 Joel Brobecker <brobecker@adacore.com>
10024
10025 * gdb.ada/lang_switch.exp: Correct expected parameter value.
10026
10027 2010-12-25 Andreas Schwab <schwab@linux-m68k.org>
10028
10029 * gdb.threads/tls.exp: Fix typo.
10030
10031 * gdb.threads/thread-specific.exp (get_thread_list): Update.
10032 * gdb.threads/execl.exp: Update.
10033
10034 2010-12-23 Yao Qi <yao@codesourcery.com>
10035
10036 * gdb.arch/arm-disp-step.exp: New.
10037 * gdb.arch/arm-disp-step.S: New.
10038
10039 2010-12-21 Tom Tromey <tromey@redhat.com>
10040
10041 * gdb.threads/execl.exp: Update.
10042 * gdb.threads/linux-dp.exp: Update.
10043 * gdb.threads/manythreads.exp: Update.
10044 * gdb.threads/tls.exp: Update.
10045
10046 2010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10047
10048 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
10049 (NextOverThrowDerivates) <resumebpt>: New.
10050 (resumebpt_test): New.
10051 (main): Call resumebpt_test.
10052 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
10053
10054 2010-12-12 Stan Shebs <stan@codesourcery.com>
10055
10056 * gdb.trace/tsv.exp: Test print command on trace state variables.
10057
10058 2010-12-09 Tom Tromey <tromey@redhat.com>
10059
10060 * gdb.base/interp.exp: Add regression test.
10061
10062 2010-12-09 Tom Tromey <tromey@redhat.com>
10063
10064 * gdb.java/jnpe.java: New file.
10065 * gdb.java/jnpe.exp: New file.
10066 * gdb.cp/nextoverthrow.exp: New file.
10067 * gdb.cp/nextoverthrow.cc: New file.
10068
10069 2010-12-07 Doug Evans <dje@google.com>
10070
10071 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
10072 of data-directory.
10073 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
10074 updated.
10075 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
10076
10077 2010-11-29 Michael Snyder <msnyder@vmware.com>
10078
10079 * gdb.base/callfuncs.exp: Test for skip_float_tests.
10080 * gdb.base/call-sc.exp: Ditto.
10081 * gdb.base/finish.exp: Ditto.
10082 * gdb.base/return.exp: Ditto.
10083 * gdb.base/return2.exp: Ditto.
10084
10085 2010-11-30 Doug Evans <dje@google.com>
10086
10087 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
10088 (gdb_expect_list): Fix spelling errors in comments.
10089 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
10090 send_gdb/gdb_expect_list where applicable.
10091 * gdb.base/call-ar-st.exp: Ditto.
10092 * gdb.base/funcargs.exp: Ditto.
10093 * gdb.base/gcore.exp: Ditto.
10094 * gdb.base/page.exp: Ditto.
10095 * gdb.base/sigaltstack.exp: Ditto.
10096 * gdb.base/siginfo.exp: Ditto.
10097 * gdb.base/sigstep.exp: Ditto.
10098 * gdb.base/trace-commands.exp: Ditto.
10099
10100 2010-11-29 Doug Evans <dje@google.com>
10101
10102 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
10103 printer-name;subprinter-name.
10104
10105 2010-11-29 Tom Tromey <tromey@redhat.com>
10106
10107 * gdb.dwarf2/implptr.exp: New file.
10108 * gdb.dwarf2/implptr.c: New file.
10109 * gdb.dwarf2/implptr.S: New file.
10110
10111 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
10112
10113 PR python/12199
10114
10115 * gdb.python/py-breakpoint.exp: Test the delete method.
10116
10117 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10118
10119 Fix step_resume_breakpoint unsaved during an infcall.
10120 * gdb.base/step-resume-infcall.exp: New file.
10121 * gdb.base/step-resume-infcall.c: New file.
10122
10123 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
10124
10125 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
10126
10127 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
10128
10129 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
10130 on ppc64's symbols; "finish" and "return" commands must accept to
10131 show the caller line again as well as the line after.
10132 * gdb.asm/powerpc64.inc: New file.
10133
10134 2010-11-23 Doug Evans <dje@google.com>
10135
10136 * lib/gdb.exp (gdb_test_sequence): New function.
10137 (gdb_expect_list): Add verbose -log call for each pattern.
10138 * gdb.base/signals.exp (test_handle_all_print): Call it.
10139 Reduce timeout increment from 6 minutes to 1 minute.
10140 * gdb.server/ext-run.exp: Call it.
10141
10142 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
10143
10144 PR python/12212
10145
10146 * gdb.python/python.exp: Check that selected_thread raises an
10147 error when no inferior is loaded.
10148
10149 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10150
10151 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
10152 * gdb.dwarf2/dw2-stack-boundary.S: New file.
10153
10154 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10155
10156 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
10157 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
10158
10159 2010-11-18 Doug Evans <dje@google.com>
10160
10161 * gdb.server/ext-run.exp: Fix intermittent failures.
10162
10163 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
10164
10165 * gdb.stabs/gdb11479.exp: Use runto_main.
10166
10167 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
10168
10169 * gdb.base/break-entry.exp: Skip if using a stub.
10170
10171 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
10172
10173 * gdb.python/py-inferior.exp: Pack values in target endianness.
10174
10175 2010-11-12 Tom Tromey <tromey@redhat.com>
10176
10177 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
10178 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
10179 MemoryError.
10180 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
10181 type.
10182 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
10183 MemoryError.
10184 (test_subscript_regression): Update exception type.
10185
10186 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
10187
10188 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
10189 breakpoint tests.
10190
10191 2010-11-09 Pedro Alves <pedro@codesourcery.com>
10192
10193 * gdb.base/watchpoint.exp: Test "watch -location" with an
10194 innacessible location.
10195
10196 2010-11-09 Edjunior Machado <emachado@br.ibm.com>
10197 Luis Machado <luisgpm@br.ibm.com>
10198
10199 * gdb.base/maint.exp: Expect "." prefix.
10200 * gdb.base/nodebug.exp: Expect "." Likewise.
10201 * gdb.base/sepsymtab.exp: Expect "." Likewise.
10202 * gdb.base/watchpoint-cond-gone.exp: Likewise.
10203 * gdb.base/watchpoint.exp: Expect a software watch to be created for
10204 POWER server processors.
10205
10206 2010-11-08 Edjunior Machado <emachado@br.ibm.com>
10207 Luis Machado <luisgpm@br.ibm.com>
10208
10209 * gdb.base/break-entry.exp: convert entry point for
10210 ppc64 and expect leading `.' on ppc64's symbols
10211
10212 2010-11-05 Doug Evans <dje@google.com>
10213
10214 * gdb.base/help.exp: Update expected output.
10215 * gdb.python/py-param.exp: Delete, contents moved to ...
10216 * gdb.python/py-parameter.exp: ... here. New file.
10217 Add test for gdb.parameter ("directories").
10218
10219 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
10220
10221 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
10222 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
10223 * configure: Regenerate.
10224 * gdb.opencl/Makefile.in: New File.
10225 * gdb.opencl/datatypes.exp: Likewise.
10226 * gdb.opencl/datatypes.cl: Likewise.
10227 * gdb.opencl/operators.exp: Likewise.
10228 * gdb.opencl/operators.cl: Likewise.
10229 * gdb.opencl/vec_comps.exp: Likewise.
10230 * gdb.opencl/vec_comps.cl: Likewise.
10231 * gdb.opencl/convs_casts.exp: Likewise.
10232 * gdb.opencl/convs_casts.cl: Likewise.
10233 * lib/opencl.exp: Likewise.
10234 * lib/opencl_hostapp.c: Likewise.
10235 * lib/opencl_kernel.cl: Likewise.
10236 * lib/cl_util.c: Likewise.
10237 * lib/cl_util.c: Likewise.
10238 * gdb.base/default.exp (set language): Add "opencl" to the list of
10239 languages.
10240
10241 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
10242
10243 * gdb.cp/overload.exp: Added test for inheritance overload.
10244 * gdb.cp/overload.cc: Ditto.
10245 * gdb.cp/oranking.exp: Removed releveant kfails.
10246
10247 2010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10248 Joel Brobecker <brobecker@adacore.com>
10249
10250 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
10251 check test_compiler_info.
10252
10253 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
10254
10255 * gdb.base/gnu_vector.exp: Adjust expect messages.
10256
10257 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
10258
10259 * gdb.base/gnu_vector.exp: Add unary operator tests.
10260
10261 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
10262
10263 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
10264
10265 2010-11-02 Doug Evans <dje@google.com>
10266
10267 * gdb.python/py-pp-maint.c: New file.
10268 * gdb.python/py-pp-maint.exp: New file.
10269 * gdb.python/py-pp-maint.py: New file.
10270
10271 2010-11-02 Tom Tromey <tromey@redhat.com>
10272
10273 * gdb.base/default.exp: Remove "scheme" from language list.
10274
10275 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10276
10277 Revert:
10278 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10279 * gdb.threads/sigstep-threads.exp: New file.
10280 * gdb.threads/sigstep-threads.c: New file.
10281
10282 2010-10-20 Michael Snyder <msnyder@vmware.com>
10283
10284 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
10285
10286 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
10287
10288 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
10289 Skip test completely if gdb,no_hardware_watchpoints.
10290
10291 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
10292
10293 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
10294 strict, but do not check for any particular function name within libc.
10295
10296 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
10297
10298 * gdb.cp/smartp.exp: New test.
10299 * gdb.cp/smartp.cc : New test.
10300
10301 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
10302
10303 * gdb.cp/converts.exp: Test pointer to bool conversion.
10304 Test pointer to long conversion.
10305 * gdb.cp/oranking.exp: Removed relevant kfail.
10306
10307 2010-10-18 Tom Tromey <tromey@redhat.com>
10308
10309 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
10310 argument to lazy_string.
10311 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
10312 (pp_ls.to_string): Use it.
10313 * gdb.python/py-prettyprint.c (main): Move declarations to top.
10314 Add "estring2" local.
10315
10316 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10317
10318 Fix s390x compatibility.
10319 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
10320 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
10321
10322 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10323
10324 * gdb.threads/sigstep-threads.exp: New file.
10325 * gdb.threads/sigstep-threads.c: New file.
10326
10327 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10328
10329 * gdb.base/pie-execl.exp: New file.
10330 * gdb.base/pie-execl.c: New file.
10331
10332 2010-10-13 Doug Evans <dje@google.com>
10333 Jan Kratochvil <jan.kratochvil@redhat.com>
10334
10335 PR exp/12117
10336 * gdb.cp/ptype-cv-cp.cc: New file.
10337 * gdb.cp/ptype-cv-cp.exp: New file.
10338
10339 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
10340
10341 * gdb.cp/converts.cc: New test program.
10342 * gdb.cp/converts.exp: New test.
10343 * gdb.cp/overload.exp: Added test for void* vs int*.
10344 * gdb.cp/overload.exp: Ditto.
10345 * gdb.cp/oranking.exp: Removed related kfail.
10346
10347 2010-10-13 Doug Evans <dje@google.com>
10348
10349 * lib/gdb-python.exp (gdb_check_python_config): New function.
10350 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
10351 * gdb.python/lib-types.cc: New file.
10352 * gdb.python/lib-types.exp: New file.
10353
10354 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10355
10356 * gdb.python/py-error.exp: New file.
10357 * gdb.python/py-error.py: New file.
10358
10359 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10360
10361 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
10362 gdb_test_multiple.
10363
10364 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
10365
10366 * gdb.base/break-interp.exp: Use ldlags for linking flags.
10367 * gdb.base/prelink.exp: Likewise.
10368 * gdb.base/solib-nodir.exp: Likewise.
10369 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
10370 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
10371 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
10372
10373 2010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
10374
10375 * break-interp.exp (test_ld): Use two separate gdb_expect statements
10376 for the "info files" test to avoid timeouts on slow machines.
10377
10378 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10379
10380 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
10381 (main): Make openlib dummy call.
10382
10383 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10384
10385 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
10386 * break-interp.exp (reach): Move the core body ...
10387 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
10388 (test_ld): Provide always real argument, even to the linker. Replace
10389 dl_main by _dl_debug_state.
10390
10391 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10392
10393 Fix results of prelinked PIEs on ppc*.
10394 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
10395 Accept also DISPLACEMENT "PRESENT".
10396 (main): Replace "ZERO" displacements by "PRESENT".
10397
10398 2010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
10399
10400 * gdb.cp/oranking.exp: New test.
10401 * gdb.cp/oranking.cc: New test program.
10402
10403 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
10404
10405 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
10406 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
10407
10408 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
10409
10410 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
10411 lush, lynx) New constant.
10412 * gdb.base/constvars.exp: Test const array types.
10413 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
10414
10415 2010-10-06 Doug Evans <dje@google.com>
10416
10417 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
10418 of syscall staging area.
10419
10420 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
10421
10422 * gdb.base/gnu_vector.c: Add variable c4.
10423 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
10424 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
10425
10426 2010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
10427
10428 * gdb.arch/altivec-abi.exp: Fix a typo.
10429
10430 2010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
10431
10432 * lib/mi-support.exp (thread_selected_re): Correct pattern used
10433 to match a thread ID.
10434
10435 2010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10436
10437 Fix s390x testcase compatibility.
10438 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
10439
10440 2010-10-01 Doug Evans <dje@google.com>
10441
10442 * lib/gdb-python.exp: New file.
10443 * gdb.python/py-block.exp: Use it.
10444 * gdb.python/py-breakpoint.exp: Ditto.
10445 * gdb.python/py-frame.exp: Ditto.
10446 * gdb.python/py-inferior.exp: Ditto.
10447 * gdb.python/py-param.exp: Ditto.
10448 * gdb.python/py-prettyprint.exp: Ditto.
10449 * gdb.python/py-shared.exp: Ditto.
10450 * gdb.python/py-symbol.exp: Ditto.
10451 * gdb.python/py-symtab.exp: Ditto.
10452 * gdb.python/py-type.exp: Ditto.
10453 * gdb.python/py-value.exp: Ditto.
10454 * gdb.python/python.exp: Ditto.
10455
10456 2010-09-30 Tom Tromey <tromey@redhat.com>
10457
10458 * gdb.base/anon.exp: New file.
10459 * gdb.base/anon.c: New file.
10460
10461 2010-09-30 Tom Tromey <tromey@redhat.com>
10462
10463 * gdb.base/completion.exp: Test completion through anonymous
10464 union.
10465 * gdb.base/break1.c (struct some_struct): Add anonymous union.
10466
10467 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10468
10469 Fix printing parameters of inlined functions.
10470 * gdb.dwarf2/dw2-inline-param.exp: New file.
10471 * gdb.dwarf2/dw2-inline-param-main.c: New file.
10472 * gdb.dwarf2/dw2-inline-param.S: New file.
10473
10474 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10475
10476 PR corefiles/12071.
10477 * gdb.base/corefile.exp (quit with a process, no question: load core)
10478 (quit with a core file): New tests.
10479
10480 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10481
10482 Fix GDB crash on inferior calls with self-referencing classes.
10483 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
10484 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
10485 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
10486
10487 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10488
10489 Fix lost siginfo_t for inferior calls.
10490 * gdb.base/siginfo-infcall.exp: New file.
10491 * gdb.base/siginfo-infcall.c: New file.
10492
10493 2010-09-22 Joel Brobecker <brobecker@adacore.com>
10494
10495 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
10496
10497 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10498
10499 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
10500 New test.
10501 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
10502
10503 2010-09-22 Joel Brobecker <brobecker@adacore.com>
10504
10505 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
10506 type of our const type.
10507
10508 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
10509
10510 * gdb.cp/pr12028.cc: New.
10511 * gdb.cp/pr12028.exp: New.
10512
10513 2010-09-22 Joel Brobecker <brobecker@adacore.com>
10514
10515 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
10516
10517 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
10518 Jan Kratochvil <jan.kratochvil@redhat.com>
10519
10520 PR mi/11407
10521 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
10522 * gdb.mi/dw2-ref-missing-frame-main.c New File.
10523 * gdb.mi/dw2-ref-missing-frame.S New File.
10524 * gdb.mi/dw2-ref-missing-frame.exp New File.
10525
10526 2010-09-14 Tom Tromey <tromey@redhat.com>
10527
10528 PR symtab/8399:
10529 * gdb.threads/tls.exp: Remove kfail. Update expected output.
10530
10531 2010-09-14 Tom Tromey <tromey@redhat.com>
10532
10533 PR exp/11803:
10534 * gdb.threads/tls.exp: Use C++.
10535 (check_thread_local): Use K::another_thread_local.
10536 * gdb.threads/tls.c (class K): New.
10537 (another_thread_local): Now a member of K.
10538 (spin): Update. No longer K&R C.
10539
10540 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
10541
10542 * gdb.cp/koenig.cc: created class for testing member lookup.
10543 * gdb.cp/koenig.exp: Added test for member lookup.
10544
10545 2010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10546
10547 Fix false FAILs on sourcetree topdir directory containing "kill".
10548 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
10549 source line matching regexp.
10550
10551 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10552
10553 * gdb.python/python.exp (set height 0, collect help from uiout)
10554 (verify help to uiout): New tests.
10555
10556 2010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10557
10558 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
10559 is_lp64_target to check 64bit target.
10560
10561 2010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
10562
10563 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
10564 (test_ld) <powerpc64-*>: New.
10565
10566 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
10567
10568 * gdb.cp/templates.exp (test_template_args): Allow "struct".
10569
10570 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
10571
10572 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
10573 (FunctionArg::method): New function.
10574 (empty, arg): New variables.
10575 (main): Call arg.method.
10576 * gdb.cp/templates.exp (test_template_args): New function.
10577 (do_tests): Call it.
10578
10579 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
10580
10581 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
10582 of "next" to proceed over pthread_exit call.
10583
10584 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
10585
10586 * gdb.base/maint.exp: Avoid wildcards against potentially very long
10587 "maint print statistics" output to prevent expect timeouts.
10588
10589 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10590
10591 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
10592 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
10593 (test_float_rejected): ... here.
10594 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
10595 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
10596 (test_float_rejected): ... here.
10597 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
10598 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
10599 (test_float_rejected): ... here.
10600 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
10601 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
10602 (test_float_rejected): ... here.
10603
10604 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
10605
10606 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
10607 before disabling hardware watchpoints.
10608 (test_inaccessible_watchpoint): Check that hardware watchpoints
10609 are used. Test for watchpoints on a constant address.
10610
10611 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10612
10613 * gdb.base/ui-redirect.exp: New file.
10614
10615 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10616 Joel Brobecker <brobecker@adacore.com>
10617
10618 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
10619
10620 2010-08-31 Doug Evans <dje@google.com>
10621
10622 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
10623
10624 2010-08-30 Tom Tromey <tromey@redhat.com>
10625
10626 PR python/11792:
10627 * gdb.python/py-value.exp (test_subscript_regression): Add
10628 dynamic_type test.
10629
10630 2010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
10631
10632 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
10633 instead of running to main. Do not test the main function.
10634 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
10635 Add new main.
10636
10637 2010-08-26 Pedro Alves <pedro@codesourcery.com>
10638
10639 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
10640 one test.
10641
10642 2010-08-24 Doug Evans <dje@google.com>
10643
10644 PR symtab/11942
10645 * gdb.dwarf2/dw4-sig-types.cc: New file.
10646 * gdb.dwarf2/dw4-sig-types.h: New file.
10647 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
10648 * gdb.dwarf2/dw4-sig-types.exp: New file.
10649
10650 2010-08-23 Tom Tromey <tromey@redhat.com>
10651
10652 PR python/11145:
10653 * gdb.python/py-value.c (Base, Derived): New types.
10654 (base): New global.
10655 * gdb.python/py-value.exp (test_subscript_regression): Add
10656 dynamic_cast test.
10657
10658 2010-08-23 Tom Tromey <tromey@redhat.com>
10659
10660 PR python/10676:
10661 * gdb.python/py-type.exp (test_fields): Add tests for type
10662 equality.
10663
10664 2010-08-23 Tom Tromey <tromey@redhat.com>
10665
10666 PR python/11915:
10667 * gdb.python/py-type.exp (test_fields): Add tests for array.
10668
10669 2010-08-23 Keith Seitz <keiths@redhat.com>
10670
10671 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
10672 have any children. Create a new abbrev for it.
10673 Add missing terminal sequence to .debug_abbrev.
10674
10675 2010-08-20 Keith Seitz <keiths@redhat.com>
10676
10677 PR symtab/11465:
10678 * gdb.dwarf2/pr11465.exp: New test.
10679 * gdb.dwarf2/pr11465.S: New file.
10680 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
10681 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
10682
10683 2010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
10684
10685 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
10686 registers. Update data sets with the new v2_double element in the
10687 VSX register union. Add vector_register3_vr data set for the AltiVec
10688 registers. Use gdb_test_no_output instead of send_gdb.
10689
10690 2010-08-19 Pedro Alves <pedro@codesourcery.com>
10691
10692 * gdb.python/py-shared.exp: New file, factored out from
10693 python.exp.
10694 * gdb.python/py-shared.c: New file.
10695 * gdb.python/py-shared-sl.c: New file.
10696 * gdb.python/python-1.c: New file.
10697 * gdb.python/python-sl.c: Delete.
10698 * gdb.python/python.c: Mention python-1.c.
10699 * gdb.python/python.exp: Move shared library tests to
10700 py-shared.exp.
10701 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
10702 (MISCELLANEOUS): New.
10703 (clean mostlyclean): Also remove $MISCELLANEOUS.
10704
10705 2010-08-19 Doug Evans <dje@google.com>
10706
10707 PR exp/11926
10708 * gdb.base/printcmds.exp (test_float_accepted): New function.
10709 Move existing float tests there. Add tests for floats with suffixes.
10710 (test_float_rejected): New function.
10711 * gdb.java/jv-print.exp (test_float_accepted): New function.
10712 (test_float_rejected): New function.
10713 * gdb.objc/print.exp: New file.
10714 * gdb.pascal/print.exp: New file.
10715 * lib/objc.exp: New file.
10716
10717 2010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
10718
10719 * gdb.base/default.exp (info set): Avoid full buffer error and force
10720 reading up to final gdb prompt.
10721 (show): Likewise.
10722
10723 2010-08-18 Tom Tromey <tromey@redhat.com>
10724
10725 PR symtab/11919:
10726 * gdb.base/completion.exp: Add test.
10727
10728 2010-08-18 Doug Evans <dje@google.com>
10729
10730 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
10731 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
10732 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
10733 Simplify, early exit if runto_main fails.
10734 * gdb.fortran/exprs.exp: load_lib fortran.exp.
10735 (set_lang_fortran): Moved to lib/fortran.exp.
10736 * gdb.fortran/types.exp: load_lib fortran.exp.
10737 (set_lang_fortran): Moved to lib/fortran.exp.
10738 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
10739 * gdb.java/jprint.exp (set_lang_java): Ditto.
10740 * gdb.java/jv-exp.exp: load_lib java.exp.
10741 If set_lang_java fails, issue a warning instead of failure to be
10742 consistent with other set_lang_foo uses.
10743 (set_lang_java): Moved to lib/java.exp.
10744 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
10745 If set_lang_java fails, issue a warning instead of failure to be
10746 consistent with other set_lang_foo uses.
10747 * gdb.pascal/types.exp: load_lib pascal.exp.
10748 (set_lang_pascal): Moved to lib/pascal.exp.
10749 * lib/fortran.exp: New file.
10750 * lib/java.exp (set_lang_java): New function.
10751 * lib/pascal.exp (set_lang_pascal): New function.
10752
10753 2010-08-18 Yao Qi <yao@codesourcery.com
10754
10755 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
10756 func_nofb_start and func_loopfb_start, so that address of functions
10757 is equal to these labels on Thumb.
10758
10759 2010-08-18 Yao Qi <yao@codesourcery.com>
10760
10761 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
10762 to reflect latest c source file.
10763
10764 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10765
10766 * gdb.cp/infcall-dlopen.exp: New file.
10767 * gdb.cp/infcall-dlopen.cc: New file.
10768 * gdb.cp/infcall-dlopen-lib.cc: New file.
10769
10770 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10771 Pedro Alves <pedro@codesourcery.com>
10772
10773 PR breakpoints/11371
10774
10775 * gdb.base/watch-cond-infcall.exp: New file.
10776 * gdb.base/watch-cond-infcall.c: New file.
10777
10778 2010-08-16 Tom Tromey <tromey@redhat.com>
10779
10780 * gdb.base/help.exp: Update.
10781 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
10782 watchpoint.
10783 (test_watch_location): New proc.
10784 (test_watchpoint_in_big_blob): Delete watchpoint.
10785 * gdb.base/watchpoint.c (func5): New function.
10786 (main): Call it.
10787
10788 2010-08-16 Doug Evans <dje@google.com>
10789
10790 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
10791
10792 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
10793
10794 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
10795 tests.
10796
10797 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
10798
10799 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
10800 * gdb.base/gnu_vector.c: New File.
10801 * gdb.base/gnu_vector.exp: Likewise.
10802
10803 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
10804
10805 * gdb.python/python.c: New File.
10806 * gdb.python/python-sl.c: New File.
10807 * gdb.python/python.exp: Test solib_address and decode_line
10808 * functions.
10809
10810 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10811
10812 * gdb.python/python.exp (show height, set height 10)
10813 (verify pagination beforehand, verify pagination beforehand: q)
10814 (gdb.execute does not page, verify pagination afterwards)
10815 (verify pagination afterwards: q): New.
10816
10817 2010-08-02 Doug Evans <dje@google.com>
10818
10819 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
10820 because of an older gcc, change test2
10821 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
10822 to unsupported.
10823
10824 2010-07-30 Kazu Hirata <kazu@codesourcery.com>
10825
10826 * gdb.base/break-always.exp: Do not expect full paths to file
10827 names.
10828 * gdb.base/commands.exp: Likewise.
10829
10830 2010-07-30 Doug Evans <dje@google.com>
10831
10832 * gdb.cp/temargs.exp: For new tests that require newer gccs,
10833 xfail them when run with older gccs.
10834
10835 * lib/gdb.exp (build_executable): Forward "c++" option to
10836 get_compiler_info.
10837
10838 * gdb.python/py-type.exp (test_template): Mark as xfail tests
10839 "python print ttype.template_argument(1)" and
10840 "python print isinstance(ttype.template_argument(1), gdb.Value)"
10841 if using gcc 4.4 or earlier.
10842
10843 * gdb.base/valgrind-db-attach.exp: Use unique test name for
10844 attach-to-debugger handling.
10845
10846 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10847
10848 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
10849 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
10850 (main): Use copyreloc.
10851 * gdb.base/prelink.exp (split debug of executable)
10852 (.dynbss vs. .bss address shift): New tests.
10853
10854 2010-07-29 Pedro Alves <pedro@codesourcery.com>
10855
10856 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
10857 in gdb_test_multiple.
10858
10859 2010-07-29 Pedro Alves <pedro@codesourcery.com>
10860
10861 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
10862 environment.
10863
10864 2010-07-28 Tom Tromey <tromey@redhat.com>
10865
10866 PR python/11060:
10867 * gdb.python/py-type.c (Temargs): New template.
10868 (temvar): New variable.
10869 * gdb.python/py-type.exp (test_template): New proc.
10870
10871 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
10872
10873 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
10874 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
10875
10876 2010-07-28 Tom Tromey <tromey@redhat.com>
10877
10878 PR c++/9946:
10879 * gdb.cp/temargs.exp: New file.
10880 * gdb.cp/temargs.cc: New file.
10881
10882 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10883
10884 * gdb.base/help.exp (help disassemble): Update the content.
10885
10886 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10887
10888 * gdb.threads/ia64-sigill.exp: New file.
10889 * gdb.threads/ia64-sigill.c: New file.
10890
10891 2010-07-27 Tom Tromey <tromey@redhat.com>
10892
10893 * gdb.opt/inline-cmds.c (ATTR): New define.
10894 (func1): Use it.
10895 (func2): Likewise.
10896 (func3): Likewise.
10897 (outer_inline1): Likewise.
10898 (outer_inline2): Likewise.
10899 * gdb.opt/inline-bt.c (ATTR): New define.
10900 (func1): Use it.
10901 (func2): Likewise.
10902 * gdb.opt/inline-locals.c (ATTR): New define.
10903 (func1): Use it.
10904 (func2): Likewise.
10905
10906 2010-07-27 Tom Tromey <tromey@redhat.com>
10907
10908 * gdb.stabs/gdb11479.c (hack): New function.
10909 (test): Use it.
10910 (test2): Use it.
10911 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
10912 (int32_search_buf, int64_search_buf): No longer static.
10913 (x): Remove.
10914 * gdb.base/relocate.c (hack): New function.
10915
10916 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
10917
10918 * gdb.python/py-value.exp (test_inferior_function_call): New function.
10919 * gdb.python/py-value.c (func1): New function.
10920 (func2): Likewise.
10921
10922 2010-07-26 Corinna Vinschen <vinschen@redhat.com>
10923
10924 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
10925 as not to clash with .data section.
10926
10927 2010-07-26 Jerome Guitton <guitton@adacore.com>
10928
10929 * gdb.base/code_elim.exp: New file.
10930 * gdb.base/code_elim1.c: New file.
10931 * gdb.base/code_elim2.c: New file.
10932
10933 2010-07-21 Pedro Alves <pedro@codesourcery.com>
10934
10935 PR symtab/11827
10936
10937 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
10938 (some_volatile_enum): New variable.
10939 * gdb.base/printcmds.exp (test_print_enums): New.
10940 <top level>: Call it.
10941
10942 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
10943
10944 * gdb.cp/fpointer.cc: New test.
10945 * gdb.cp/fpointer.exp: New test.
10946
10947 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10948
10949 * gdb.base/solib-nodir.exp: New file.
10950 * lib/gdb.exp (runto): New case for a GDB internal error.
10951
10952 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10953 Ulrich Weigand <uweigand@de.ibm.com>
10954 Tom Tromey <tromey@redhat.com>
10955
10956 * gdb.base/charset-malloc.c: New file.
10957 * gdb.base/charset.c (malloc_stub): New prototype.
10958 (main): Call it instead of malloc itself.
10959 * gdb.base/charset.exp: Use only prepare_for_testing.
10960 (binfile): Remove the variable.
10961
10962 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
10963
10964 Make core files the process_stratum.
10965 * gdb.base/corefile.exp (run: load core again)
10966 (run: sanity check we see the core file, run: with core)
10967 (run: core file is cleared, attach: load core again)
10968 (attach: sanity check we see the core file, attach: with core)
10969 (attach: core file is cleared): New tests.
10970 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
10971
10972 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
10973
10974 * gdb.arch/altivec-abi.exp: New tests.
10975
10976 2010-07-13 Tom Tromey <tromey@redhat.com>
10977
10978 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
10979 (main): Use it.
10980 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
10981
10982 2010-07-13 Tom Tromey <tromey@redhat.com>
10983
10984 * gdb.base/label.exp: New file.
10985 * gdb.base/label.c: New file.
10986
10987 2010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
10988 H.J. Lu <hongjiu.lu@intel.com>
10989
10990 * lib/gdb.exp (is_ilp32_target): New.
10991 (is_lp64_target): Likewise.
10992
10993 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
10994 target.
10995 * gdb.arch/amd64-disp-step.exp: Likewise.
10996 * gdb.arch/amd64-dword.exp: Likewise.
10997 * gdb.arch/amd64-i386-address.exp: Likewise.
10998 * gdb.arch/amd64-word.exp: Likewise.
10999
11000 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
11001 target.
11002 * gdb.arch/i386-bp_permanent.exp: Likewise.
11003 * gdb.arch/i386-byte.exp: Likewise.
11004 * gdb.arch/i386-disp-step.exp: Likewise.
11005 * gdb.arch/i386-gnu-cfi.exp: Likewise.
11006 * gdb.arch/i386-prologue.exp: Likewise.
11007 * gdb.arch/i386-size-overlap.exp: Likewise.
11008 * gdb.arch/i386-size.exp: Likewise.
11009 * gdb.arch/i386-sse.exp: Likewise.
11010 * gdb.arch/i386-unwind.exp: Likewise.
11011 * gdb.arch/i386-word.exp: Likewise.
11012
11013 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
11014 test only when building 64-bit executables. Do not hard-code
11015 -m64 option.
11016
11017 2010-07-07 Doug Evans <dje@google.com>
11018
11019 * lib/gdb.exp (gdb_test_list_exact): New function.
11020 * gdb.base/default.exp (show convenience): Call it, add tests for
11021 $_sdata = void, $_thread = 0.
11022
11023 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11024 Joel Brobecker <brobecker@adacore.com>
11025
11026 Fix re-run of PIE executable, PR shlibs/11776.
11027 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
11028 Remove $displacement_main to match the solib-svr4.c change. New "kill"
11029 and re-"run" of the inferior.
11030
11031 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11032 Joel Brobecker <brobecker@adacore.com>
11033
11034 Cope with missing /usr/sbin/prelink.
11035 * lib/prelink-support.exp (prelink_no):
11036 <result == 1 && $output is "no such file or directory">: New.
11037 (prelink_yes): Likewise. Return on failed prelink_no.
11038
11039 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11040 Joel Brobecker <brobecker@adacore.com>
11041
11042 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
11043 build_executable by build_executable_own_libs. Replace "prelink -R"
11044 execution by a call of prelink_yes. Comment why "prelink -r" needs no
11045 change.
11046 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
11047 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
11048 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
11049 Replace build_executable by build_executable_own_libs's function
11050 build_executable_own_libs.
11051 (prelinkNO): Create new stub to call prelink_no.
11052 (prelinkYES): Create new stub to call prelink_yes.
11053 (test_attach): Rename calls of copy to file_copy.
11054 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
11055 (copy): Move to ...
11056 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
11057 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
11058 * gdb.base/prelink.exp: Disable testcase also for is_remote and
11059 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
11060 special flags by gdb_compile_shlib. Replace second gdb_compile by
11061 build_executable_own_libs. Replace "prelink -R" execution by a call of
11062 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
11063 a second call of prelink_yes. Replace restart commands by
11064 clean_restart.
11065 (prelink): Rename to ...
11066 (seen displacement message): ... this test. Extend its expectation
11067 strictness.
11068
11069 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11070
11071 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
11072 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
11073 displacement message exactly once.
11074
11075 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11076 Joel Brobecker <brobecker@adacore.com>
11077
11078 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
11079 its restore after the <$relink_args != ""> loop. new comment.
11080
11081 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11082 Joel Brobecker <brobecker@adacore.com>
11083
11084 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
11085 code for it. New variable relink_args.
11086 (prelinkYES): Call prelinkNO.
11087 (test_attach): Accept new parameter relink_args. Re-prelink the binary
11088 in such case. Move the core code to ...
11089 (test_attach_gdb): ... a new function. Send GDB command "file".
11090 Extend expected "Attaching to " string.
11091
11092 2010-07-02 Tom Tromey <tromey@redhat.com>
11093
11094 * gdb.base/bitops.exp: Remove extraneous "pass".
11095
11096 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
11097
11098 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
11099
11100 2010-07-01 Pedro Alves <pedro@codesourcery.com>
11101
11102 * gdb.base/help.exp: Adjust expected output.
11103
11104 2010-07-01 Pedro Alves <pedro@codesourcery.com>
11105
11106 * gdb.base/help.exp: Adjust expected output.
11107
11108 2010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11109
11110 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
11111 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
11112 c++/11702.
11113
11114 2010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11115 Doug Evans <dje@google.com>
11116
11117 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
11118 add .dynamic entry'.
11119
11120 2010-06-29 Doug Evans <dje@google.com>
11121
11122 Test PR c++/11702.
11123 * gdb.cp/m-static.exp: Add testcase.
11124 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
11125
11126 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
11127 Tom Tromey <tromey@redhat.com>
11128 Thiago Jung Bauermann <bauerman@br.ibm.com>
11129
11130 * gdb.python/py-inferior.c: New File.
11131 * gdb.python/py-infthread.c: New File.
11132 * gdb.python/py-inferior.exp: New File.
11133 * gdb.python/py-infthread.exp: New File.
11134
11135 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11136
11137 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
11138 (ptype ::C::OtherFileClass typedefs): New.
11139 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
11140 (C::OtherFileClass::cOtherFileClassVar2): New.
11141 (C::OtherFileClass::cOtherFileClassVar_use): Use also
11142 cOtherFileClassVar2.
11143 (C::cOtherFileType2, C::cOtherFileVar2): New.
11144 (C::cOtherFileVar_use): use also cOtherFileVar2.
11145 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
11146
11147 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11148
11149 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
11150 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
11151 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
11152 (print ::C::cOtherFileVar)
11153 (whatis C::OtherFileClass::cOtherFileClassType)
11154 (whatis ::C::OtherFileClass::cOtherFileClassType)
11155 (print C::OtherFileClass::cOtherFileClassVar)
11156 (print ::cOtherFileClassVar)
11157 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
11158 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
11159 trailing content.
11160 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
11161 (C::OtherFileClass::cOtherFileClassVar)
11162 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
11163 (C::cOtherFileVar, C::cOtherFileVar_use): New.
11164
11165 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11166
11167 Test PR c++/11703 and PR gdb/1448.
11168 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
11169 gdb/1448.
11170
11171 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11172
11173 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
11174 (main) <rtti_data>: New.
11175 * gdb.cp/virtbase.exp (print rtti_data): New.
11176
11177 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11178 Joel Brobecker <brobecker@adacore.com>
11179
11180 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
11181
11182 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11183
11184 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
11185
11186 2010-06-28 Doug Evans <dje@google.com>
11187
11188 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
11189
11190 2010-06-27 Doug Evans <dje@google.com>
11191
11192 * gdb.cp/m-static.exp: Update expected test output.
11193
11194 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
11195
11196 * gdb.gdb/selftest.exp: Adjust expected message for
11197 capturing start-up runtime.
11198
11199 2010-06-25 Tom Tromey <tromey@redhat.com>
11200
11201 PR python/10808:
11202 * gdb.python/python.exp: Add new tests.
11203
11204 2010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
11205
11206 * gdb.cp/operator.cc: Created an import loop.
11207 * gdb.cp/operator.exp: Added testcase for import loop.
11208
11209 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11210
11211 Test PR python/11407.
11212 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
11213 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
11214 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
11215 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
11216 executable_nofb and executable_fb. New variables srcsfile, objsfile,
11217 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
11218 binfile. Call gdb_compile with clean_restart twice.
11219 (func_nofb print, func_nofb backtrace, func_loopfb print)
11220 (func_loopfb backtrace): New.
11221
11222 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11223
11224 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
11225 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
11226 by a hand made one.
11227 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
11228 i?86 requirement. Remove variables srcfile and binfile. New variable
11229 sources, executable_nofb and executable_fb. Call prepare_for_testing.
11230
11231 2010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11232
11233 * gdb.cell/dwarfaddr.exp: New file.
11234 * gdb.cell/dwarfaddr.S: New file.
11235
11236 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11237
11238 Test PR 9436.
11239 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
11240
11241 2010-06-24 Hui Zhu <teawater@gmail.com>
11242
11243 * gdb.base/eval.exp: New file.
11244
11245 2010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11246
11247 * gdb.cell/fork.exp: New file.
11248 * gdb.cell/fork.c: Likewise.
11249 * gdb.cell/fork-spu.c: Likewise.
11250
11251 2010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
11252
11253 * lib/gdb.exp (banned_variables_traced): New global variable.
11254 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
11255 (gdb_init): Use `trace add variable' instead of obsolete
11256 `trace variable'.
11257
11258 2010-06-21 Doug Evans <dje@google.com>
11259
11260 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
11261
11262 2010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11263
11264 * gdb.arch/spu-ls.exp: New file.
11265 * gdb.arch/spu-ls.c: Likewise.
11266
11267 2010-06-18 Stan Shebs <stan@codesourcery.com>
11268
11269 * gdb.threads/thread-specific.exp: Add tests of $_thread.
11270
11271 2010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11272
11273 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
11274 * gdb.base/watch-cond.exp: Likewise.
11275 * gdb.python/py-breakpoint.exp: Likewise.
11276
11277 2010-06-18 Pedro Alves <pedro@codesourcery.com>
11278
11279 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
11280 clean_restart, make sure every test has a distinct message, and
11281 that messages don't include the executable' full path.
11282
11283 2010-06-17 Doug Evans <dje@google.com>
11284
11285 * gdb.arch/i386-size.exp: Updated expected output for
11286 DISASSEMBLY_OMIT_FNAME.
11287
11288 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11289 Sergio Durigan Junior <sergiodj@redhat.com>
11290
11291 * gdb.base/watch-notconst.c: New file.
11292 * gdb.base/watch-notconst.S: New file.
11293 * gdb.base/watch-notconst2.c: New file.
11294 * gdb.base/watch-notconst2.S: New file.
11295 * gdb.base/watch-notconst.exp: New file.
11296 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
11297 (func4): Add operations on `global_ptr_ptr'.
11298 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
11299 routine to test watchpoints created with a constant expression.
11300 (test_inaccessible_watchpoint): Include tests for watchpoints
11301 created with a constant expression.
11302
11303 2010-06-14 Kevin Buettner <kevinb@redhat.com>
11304
11305 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
11306 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
11307 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
11308 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
11309 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
11310 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
11311 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
11312 of `_start'.
11313
11314 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11315
11316 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
11317 not supported on the target.
11318 * gdb.mi/mi-nonstop-exit.exp: Likewise.
11319 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
11320 * gdb.mi/mi-nsintrall.exp: Likewise.
11321 * gdb.mi/mi-nsmoribund.exp: Likewise.
11322 * gdb.mi/mi-nsthrexec.exp: Likewise.
11323
11324 2010-06-11 Stan Shebs <stan@codesourcery.com>
11325
11326 * gdb.base/permissions.exp: New file.
11327
11328 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11329
11330 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
11331 does not support ELF executable class.
11332
11333 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11334
11335 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
11336
11337 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11338
11339 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
11340 (runto): Catch "The target does not support running in non-stop mode.".
11341
11342 2010-06-11 Michael Snyder <msnyder@vmware.com>
11343
11344 * gdb.base/setshow.exp (set language asm): Don't use
11345 gdb_test_no_output, fails on some targets.
11346
11347 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11348
11349 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
11350 * gdb.cp/pr9167.exp: Likewise.
11351
11352 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11353
11354 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
11355
11356 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11357
11358 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
11359
11360 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11361
11362 * gdb.base/charset.c (main): Make sure malloc gets linked in.
11363
11364 2010-06-11 Tom Tromey <tromey@redhat.com>
11365
11366 PR gdb/9977, PR exp/11636::
11367 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
11368 (pieces_test_f6): Update expected output.
11369
11370 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11371
11372 * gdb.base/moribund-step.exp: New.
11373
11374 2010-06-08 Michael Snyder <msnyder@vmware.com>
11375
11376 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
11377 * gdb.ada/boolean_expr.exp:
11378 * gdb.ada/frame_args.exp: Ditto.
11379 * gdb.ada/lang_switch.exp: Ditto.
11380 * gdb.ada/ptype_arith_binop.exp: Ditto.
11381 * gdb.ada/ref_param.exp: Ditto.
11382 * gdb.ada/type_coercion.exp:Ditto.
11383
11384 * gdb.asm/asm-source.exp: Ditto.
11385
11386 * gdb.base/attach.exp: Ditto.
11387 * gdb.base/bitfields2.exp: Ditto.
11388 * gdb.base/call-signal-resume.exp: Ditto.
11389 * gdb.base/callfuncs.exp: Ditto.
11390 * gdb.base/commands.exp: Ditto.
11391 * gdb.base/dbx.exp: Ditto.
11392 * gdb.base/default.exp: Ditto.
11393 * gdb.base/dump.exp: Ditto.
11394 * gdb.base/exprs.exp: Ditto.
11395 * gdb.base/freebpcmd.exp: Ditto.
11396 * gdb.base/interrupt.exp: Ditto.
11397 * gdb.base/list.exp: Ditto.
11398 * gdb.base/long_long.exp: Ditto.
11399 * gdb.base/maint.exp: Ditto.
11400 * gdb.base/ptype.exp: Ditto.
11401 * gdb.base/return.exp: Ditto.
11402 * gdb.base/setshow.exp: Ditto.
11403 * gdb.base/sigbpt.exp: Ditto.
11404 * gdb.base/sigrepeat.exp: Ditto.
11405
11406 * gdb.cp/classes.exp: Ditto.
11407
11408 * gdb.dwarf2/dw2-restore.exp: Ditto.
11409
11410 * gdb.gdb/selftest.exp: Ditto.
11411
11412 * gdb.multi/base.exp: Ditto.
11413 * gdb.multi/bkpt-multi-exec.exp: Ditto.
11414
11415 * gdb.python/py-block.exp: Ditto.
11416 * gdb.python/py-prettyprint.exp: Ditto.
11417 * gdb.python/py-template.exp: Ditto.
11418
11419 * gdb.server/ext-attach.exp: Ditto.
11420 * gdb.server/ext-run.exp: Ditto.
11421 * gdb.server/server-mon.exp: Ditto.
11422
11423 * gdb.threads/fork-thread-pending.exp: Ditto.
11424 * gdb.threads/hand-call-in-threads.exp: Ditto.
11425 * gdb.threads/interrupted-hand-call.exp: Ditto.
11426 * gdb.threads/linux-dp.exp: Ditto.
11427 * gdb.threads/manythreads.exp: Ditto.
11428 * gdb.threads/print-threads.exp: Ditto.
11429 * gdb.threads/pthreads.exp: Ditto.
11430 * gdb.threads/schedlock.exp: Ditto.
11431 * gdb.threads/thread-unwindonsignal.exp: Ditto.
11432 * gdb.threads/threadapply.exp: Ditto.
11433
11434 2010-06-08 Michael Snyder <msnyder@vmware.com>
11435
11436 * gdb.ada/exec_changed.exp:
11437 Use ".*" instead of "" as wildcard regexp.
11438
11439 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
11440 * gdb.base/call-ar-st.exp: Ditto.
11441 * gdb.base/checkpoint.exp: Ditto.
11442 * gdb.base/default.exp: Ditto.
11443 * gdb.base/dump.exp: Ditto.
11444 * gdb.base/ending-run.exp: Ditto.
11445 * gdb.base/fileio.exp: Ditto.
11446 * gdb.base/miscexprs.exp: Ditto.
11447 * gdb.base/pointers.exp: Ditto.
11448 * gdb.base/readline.exp: Ditto.
11449 * gdb.base/reread.exp: Ditto.
11450 * gdb.base/restore.exp: Ditto.
11451 * gdb.base/shlib-call.exp: Ditto.
11452 * gdb.base/valgrind-db-attach.exp: Ditto.
11453 * gdb.base/volatile.exp: Ditto.
11454 * gdb.base/watchpoints.exp: Ditto.
11455
11456 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
11457
11458 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
11459 * gdb.python/py-value.exp: Ditto.
11460
11461 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
11462 * gdb.trace/circ.exp: Ditto.
11463 * gdb.trace/collection.exp: Ditto.
11464 * gdb.trace/packetlen.exp: Ditto.
11465 * gdb.trace/passc-dyn.exp: Ditto.
11466 * gdb.trace/report.exp: Ditto.
11467 * gdb.trace/tfile.exp: Ditto.
11468 * gdb.trace/tfind.exp: Ditto.
11469 * gdb.trace/while-dyn.exp: Ditto.
11470
11471 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11472
11473 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
11474
11475 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11476
11477 Test PR 10640.
11478 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
11479
11480 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
11481
11482 * gdb.cp/koenig.exp: Test for ADL operators.
11483 * gdb.cp/koenig.cc: Added ADL operators.
11484 * gdb.cp/operator.exp: New test.
11485 * gdb.cp/operator.cc: New test.
11486
11487 2010-06-04 Michael Snyder <msnyder@vmware.com>
11488
11489 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
11490 * gdb.base/pending.exp: Ditto.
11491
11492 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
11493
11494 2010-06-04 Doug Evans <dje@google.com>
11495
11496 * gdb.python/py-prettyprint.exp: Add new test for enabled and
11497 disabled printers.
11498 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
11499 (enable_lookup_function): New function.
11500
11501 2010-06-04 Tom Tromey <tromey@redhat.com>
11502
11503 * gdb.python/py-value.exp (test_value_hash): Don't test equality
11504 of hash and id.
11505
11506 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11507
11508 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
11509 newline.
11510 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
11511 (empty verbose non-noisy clear, empty verbose noisy clear)
11512 (empty non-verbose noisy clear): Likewise.
11513
11514 2010-06-03 Michael Snyder <msnyder@vmware.com>
11515
11516 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
11517 * gdb.base/display.exp: Ditto.
11518 * gdb.base/find.exp: Ditto.
11519 * gdb.base/ifelse.exp: Ditto.
11520 * gdb.base/multi-forks.exp: Ditto.
11521 * gdb.base/recurse.exp: Ditto.
11522 * gdb.base/setshow.exp: Ditto.
11523 * gdb.base/value-double-free.exp: Ditto.
11524 * gdb.base/watch-vfork.exp: Ditto.
11525 * gdb.base/watch_thread_num.exp: Ditto.
11526 * gdb.base/watchpoint-solib.exp: Ditto.
11527 * gdb.base/watchpoint.exp: Ditto.
11528 * gdb.base/watchpoints.exp: Ditto.
11529
11530 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
11531 * gdb.cp/overload.exp: Ditto.
11532 * gdb.cp/virtfunc.exp: Ditto.
11533
11534 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
11535
11536 * gdb.reverse/watch-precsave.exp:
11537 Replace gdb_test with gdb_test_no_output.
11538
11539 * gdb.threads/attach-into-signal.exp:
11540 Replace gdb_test with gdb_test_no_output.
11541 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
11542 * gdb.threads/watchthreads.exp: Ditto.
11543 * gdb.threads/watchthreads2.exp: Ditto.
11544
11545 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
11546 * gdb.trace/tfind.exp: Ditto.
11547
11548 2010-06-03 Joel Brobecker <brobecker@adacore.com>
11549
11550 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
11551 successful test if message is the empty string.
11552
11553 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11554
11555 * gdb.fortran/module.exp (stopped language detection): New test.
11556
11557 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11558
11559 Support DW_TAG_module as separate namespaces.
11560 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
11561 gdb.fortran/library-module-lib.f90: New.
11562 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
11563 (print i): Remove.
11564 (continue to breakpoint: i-is-1, print var_i value 1)
11565 (continue to breakpoint: i-is-2, print var_i value 2)
11566 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
11567 (print var_d, print var_i value 14, ptype modmany, complete `modm)
11568 (complete `modmany, complete `modmany`, complete `modmany`var)
11569 (show language, setting breakpoint at module): New tests.
11570 * gdb.fortran/module.f90 (module mod): Remove.
11571 (module mod1, module mod2, module modmany, subroutine sub1)
11572 (subroutine sub2, program module): New.
11573
11574 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11575
11576 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
11577 (print value of rUC, print value of rI, print value of UI): ... here.
11578 * gdb.cp/anon-union.exp (pass): Rename to ...
11579 (print z 2): ... here.
11580
11581 2010-06-02 Michael Snyder <msnyder@vmware.com>
11582
11583 * gdb.trace/actions.exp: Use gdb_test_no_output.
11584 * gdb.trace/circ.exp: Ditto.
11585 * gdb.trace/packetlen.exp: Ditto.
11586 * gdb.trace/save-trace.exp: Ditto.
11587 * gdb.trace/tracecmd.exp: Ditto.
11588 * gdb.trace/tsv.exp: Ditto.
11589
11590 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
11591 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
11592 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
11593 * gdb.threads/manythreads.exp: Ditto.
11594 * gdb.threads/print-threads.exp: Ditto.
11595 * gdb.threads/pthreads.exp: Ditto.
11596 * gdb.threads/schedlock.exp: Ditto.
11597 * gdb.threads/staticthreads.exp: Ditto.
11598 * gdb.threads/thread-specific.exp: Ditto.
11599 * gdb.threads/thread-unwindonsignal.exp: Ditto.
11600 * gdb.threads/threadapply.exp: Ditto.
11601 * gdb.threads/watchthreads.exp: Ditto.
11602 * gdb.threads/watchthreads2.exp: Ditto.
11603
11604 * gdb.python/py-block.exp: Use gdb_test_no_output.
11605 * gdb.python/py-prettyprint.exp: Ditto.
11606 * gdb.python/py-template.exp: Ditto.
11607 * gdb.python/py-value.exp: Ditto.
11608
11609 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
11610 * gdb.reverse/watch-reverse.exp: Ditto.
11611
11612 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
11613 * gdb.server/ext-run.exp: Ditto.
11614
11615 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
11616 * gdb.dwarf2/dw2-compressed.exp: Ditto.
11617 * gdb.dwarf2/dw2-intercu.exp: Ditto.
11618 * gdb.dwarf2/dw2-intermix.exp: Ditto.
11619 * gdb.dwarf2/dw2-producer.exp: Ditto.
11620 * gdb.dwarf2/mac-fileno.exp: Ditto.
11621
11622 * gdb.gdb/observer.exp: Use gdb_test_no_output.
11623 * gdb.gdb/selftest.exp: Ditto.
11624
11625 * gdb.multi/base.exp: Use gdb_test_no_output.
11626
11627 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
11628
11629 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11630
11631 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
11632
11633 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
11634
11635 * gdb.cp/class2.exp: Use gdb_test_no_output.
11636 * gdb.cp/classes.exp: Ditto.
11637 * gdb.cp/extern-c.exp: Ditto.
11638 * gdb.cp/inherit.exp: Ditto.
11639 * gdb.cp/maint.exp: Ditto.
11640 * gdb.cp/mb-inline.exp: Ditto.
11641 * gdb.cp/mb-templates.exp: Ditto.
11642 * gdb.cp/method2.exp: Ditto.
11643 * gdb.cp/misc.exp: Ditto.
11644 * gdb.cp/ovldbreak.exp: Ditto.
11645 * gdb.cp/punctuator.exp: Ditto.
11646 * gdb.cp/templates.exp: Ditto.
11647 * gdb.cp/virtbase.exp: Ditto.
11648
11649 * gdb.threads/attach-stopped.exp:
11650 Replace uses of send_gdb / gdb_expect.
11651 * gdb.threads/attachstop-mt.exp:
11652 Replace uses of send_gdb / gdb_expect.
11653 * gdb.threads/gcore-thread.exp:
11654 Replace uses of send_gdb / gdb_expect.
11655 * gdb.threads/hand-call-in-threads.exp:
11656 Replace uses of send_gdb / gdb_expect.
11657 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
11658 * gdb.threads/print-threads.exp:
11659 Replace uses of send_gdb / gdb_expect.
11660 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
11661 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
11662 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
11663
11664 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
11665 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
11666 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
11667 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
11668 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
11669 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
11670 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
11671 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
11672 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
11673 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
11674 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
11675
11676 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11677
11678 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
11679
11680 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
11681
11682 * gdb.cp/koenig.exp: Added new test case.
11683 * gdb.cp/koenig.cc: Ditto.
11684
11685 2010-06-01 Michael Snyder <msnyder@vmware.com>
11686
11687 * gdb.base/arithmet.exp: Use gdb_test_no_output.
11688 * gdb.base/arrayidx.exp: Ditto.
11689 * gdb.base/attach.exp: Ditto.
11690 * gdb.base/auxv.exp: Ditto.
11691 * gdb.base/bigcre.exp: Ditto.
11692 * gdb.base/break-always.exp: Ditto.
11693 * gdb.base/break-interp.exp: Ditto.
11694 * gdb.base/break.exp: Ditto.
11695 * gdb.base/breakpoint-shadow.exp: Ditto.
11696 * gdb.base/call-ar-st.exp: Ditto.
11697 * gdb.base/call-sc.exp: Ditto.
11698 * gdb.base/call-signal-resume.exp: Ditto.
11699 * gdb.base/callfuncs.exp: Ditto.
11700 * gdb.base/catch-syscall.exp: Ditto.
11701 * gdb.base/charset.exp: Ditto.
11702 * gdb.base/code-expr.exp: Ditto.
11703 * gdb.base/commands.exp: Ditto.
11704 * gdb.base/cond-expr.exp: Ditto.
11705 * gdb.base/condbreak.exp: Ditto.
11706 * gdb.base/cursal.exp: Ditto.
11707 * gdb.base/cvexpr.exp: Ditto.
11708 * gdb.base/default.exp: Ditto.
11709 * gdb.base/del.exp: Ditto.
11710 * gdb.base/detach.exp: Ditto.
11711 * gdb.base/display.exp: Ditto.
11712 * gdb.base/ena-dis-br.exp: Ditto.
11713 * gdb.base/eval-skip.exp: Ditto.
11714 * gdb.base/foll-fork.exp: Ditto.
11715 * gdb.base/foll-vfork.exp: Ditto.
11716 * gdb.base/frame-args.exp: Ditto.
11717 * gdb.base/funcargs.exp: Ditto.
11718 * gdb.base/gcore-buffer-overflow.exp: Ditto.
11719 * gdb.base/gdbvars.exp: Ditto.
11720 * gdb.base/help.exp: Ditto.
11721 * gdb.base/ifelse.exp: Ditto.
11722 * gdb.base/included.exp: Ditto.
11723 * gdb.base/list.exp: Ditto.
11724 * gdb.base/macscp.exp: Ditto.
11725 * gdb.base/maint.exp: Ditto.
11726 * gdb.base/multi-fork.exp: Ditto.
11727 * gdb.base/overlays.exp: Ditto.
11728 * gdb.base/page.exp: Ditto.
11729 * gdb.base/pending.exp: Ditto.
11730 * gdb.base/pointers.exp: Ditto.
11731 * gdb.base/pr11022.exp: Ditto.
11732 * gdb.base/prelink.exp: Ditto.
11733 * gdb.base/printcmds.exp: Ditto.
11734 * gdb.base/psymtab.exp: Ditto.
11735 * gdb.base/randomize.exp: Ditto.
11736 * gdb.base/relational.exp: Ditto.
11737 * gdb.base/relocate.exp: Ditto.
11738 * gdb.base/remote.exp: Ditto.
11739 * gdb.base/sepdebug.exp: Ditto.
11740 * gdb.base/set-lang-auto.exp: Ditto.
11741 * gdb.base/setshow.exp: Ditto.
11742 * gdb.base/setvar.exp: Ditto.
11743 * gdb.base/signals.exp: Ditto.
11744 * gdb.base/signull.exp: Ditto.
11745 * gdb.base/sigstep.exp: Ditto.
11746 * gdb.base/sizeof.exp: Ditto.
11747 * gdb.base/solib-disc.exp: Ditto.
11748 * gdb.base/store.exp: Ditto.
11749 * gdb.base/structs.exp: Ditto.
11750 * gdb.base/structs2.exp: Ditto.
11751 * gdb.base/subst.exp: Ditto.
11752 * gdb.base/term.exp: Ditto.
11753 * gdb.base/trace-commands.exp: Ditto.
11754 * gdb.base/unwindonsignal.exp: Ditto.
11755 * gdb.base/valgrind-db-attach.exp: Ditto.
11756 * gdb.base/varargs.exp: Ditto.
11757 * gdb.base/watch-cond.exp: Ditto.
11758 * gdb.base/watch_thread_num.exp: Ditto.
11759 * gdb.base/watchpoint-cond-gone.exp: Ditto.
11760 * gdb.base/watchpoint.exp: Ditto.
11761 * gdb.base/whatis-exp.exp: Ditto.
11762
11763 2010-06-01 Michael Snyder <msnyder@vmware.com>
11764
11765 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
11766 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
11767 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
11768 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
11769 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
11770 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
11771 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
11772 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
11773 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
11774 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
11775 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
11776 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
11777 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
11778 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
11779 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
11780
11781 2010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
11782
11783 * gdb.base/commands.exp (begin commands on watch): Remove excessive
11784 trailing newline.
11785 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
11786 * gdb.java/jmisc.exp (p *args\n): Rename to ...
11787 (p *args): ... here and remove excessive trailing newline.
11788
11789 2010-05-31 Joel Brobecker <brobecker@adacore.com>
11790
11791 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
11792
11793 2010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
11794
11795 Accept the new Linux kernel "t (tracing stop)" string.
11796 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
11797 Update comment.
11798 (state_wait) <T (tracing stop)>: New.
11799 (main): Update the state_wait expect string.
11800
11801 2010-05-28 Pedro Alves <pedro@codesourcery.com>
11802
11803 * limits.c, limits.exp: Delete files.
11804 * Makefile.in (clean mostlyclean): Adjust.
11805 * tracecmd.exp: Adjust.
11806
11807 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11808
11809 * gdb.base/tui-layout.exp: New.
11810
11811 2010-05-28 Michael Snyder <msnyder@vmware.com>
11812
11813 * gdb.reverse/break-precsave.exp:
11814 Replace uses of send_gdb / gdb_expect.
11815 * gdb.reverse/break-reverse.exp:
11816 Replace uses of send_gdb / gdb_expect.
11817 * gdb.reverse/consecutive-precsave.exp:
11818 Replace uses of send_gdb / gdb_expect.
11819 * gdb.reverse/consecutive-reverse.exp:
11820 Replace uses of send_gdb / gdb_expect.
11821 * gdb.reverse/finish-precsave.exp:
11822 Replace uses of send_gdb / gdb_expect.
11823 * gdb.reverse/finish-reverse.exp:
11824 Replace uses of send_gdb / gdb_expect.
11825 * gdb.reverse/i386-precsave.exp:
11826 Replace uses of send_gdb / gdb_expect.
11827 * gdb.reverse/i386-reverse.exp:
11828 Replace uses of send_gdb / gdb_expect.
11829 * gdb.reverse/i386-sse-reverse.exp:
11830 Replace uses of send_gdb / gdb_expect.
11831 * gdb.reverse/i387-env-reverse.exp:
11832 Replace uses of send_gdb / gdb_expect.
11833 * gdb.reverse/i387-stack-reverse.exp:
11834 Replace uses of send_gdb / gdb_expect.
11835 * gdb.reverse/machinestate-precsave.exp:
11836 Replace uses of send_gdb / gdb_expect.
11837 * gdb.reverse/machinestate.exp:
11838 Replace uses of send_gdb / gdb_expect.
11839 * gdb.reverse/sigall-precsave.exp:
11840 Replace uses of send_gdb / gdb_expect.
11841 * gdb.reverse/sigall-reverse.exp:
11842 Replace uses of send_gdb / gdb_expect.
11843 * gdb.reverse/solib-precsave.exp:
11844 Replace uses of send_gdb / gdb_expect.
11845 * gdb.reverse/solib-reverse.exp:
11846 Replace uses of send_gdb / gdb_expect.
11847 * gdb.reverse/step-precsave.exp:
11848 Replace uses of send_gdb / gdb_expect.
11849 * gdb.reverse/step-reverse.exp:
11850 Replace uses of send_gdb / gdb_expect.
11851 * gdb.reverse/until-precsave.exp:
11852 Replace uses of send_gdb / gdb_expect.
11853 * gdb.reverse/until-reverse.exp:
11854 Replace uses of send_gdb / gdb_expect.
11855 * gdb.reverse/watch-precsave.exp:
11856 Replace uses of send_gdb / gdb_expect.
11857 * gdb.reverse/watch-reverse.exp:
11858 Replace uses of send_gdb / gdb_expect.
11859
11860 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11861
11862 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
11863 excessive newline.
11864
11865 2010-05-27 Michael Snyder <msnyder@vmware.com>
11866
11867 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
11868 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
11869 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
11870 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
11871 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
11872 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
11873 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
11874 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
11875 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
11876 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
11877 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
11878 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
11879 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
11880 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
11881 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
11882 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
11883 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
11884 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
11885 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
11886
11887 2010-05-26 Michael Snyder <msnyder@vmware.com>
11888
11889 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
11890 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
11891
11892 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
11893 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
11894 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
11895
11896 * gdb.reverse/consecutive-reverse.exp:
11897 Replace uses of send_gdb / gdb_expect.
11898 * gdb.reverse/consecutive-precsave.exp:
11899 Replace uses of send_gdb / gdb_expect.
11900
11901 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
11902 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
11903 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
11904 * gdb.mi/mi-ns-stale-regcache.exp:
11905 Replace uses of send_gdb / gdb_expect.
11906 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
11907 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
11908 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
11909 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
11910 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
11911 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
11912 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
11913 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
11914 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
11915
11916 2010-05-26 Michael Snyder <msnyder@vmware.com>
11917
11918 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
11919
11920 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
11921
11922 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
11923 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
11924 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
11925 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
11926 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
11927 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
11928 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
11929 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
11930 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
11931
11932 2010-05-25 Tom Tromey <tromey@redhat.com>
11933
11934 * gdb.base/macscp.exp: Add missing space after setup_kfail.
11935
11936 2010-05-25 Tom Tromey <tromey@redhat.com>
11937
11938 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
11939 argument order.
11940 * gdb.base/macscp.exp: Fix setup_kfail argument order.
11941 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
11942 order.
11943 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
11944 order.
11945 * gdb.base/call-sc.exp (setup_kfails): Remove.
11946 (setup_compiler_kfails): Remove.
11947 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
11948 argument order.
11949 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
11950 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
11951 (advancei): Fix setup_kfail argument order.
11952 * gdb.base/radix.exp: Fix setup_kfail argument order.
11953 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
11954 order.
11955 * gdb.base/structs.exp (setup_kfails): Remove.
11956 (setup_compiler_kfails): Fix setup_kfail argument order.
11957 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
11958 order.
11959 * gdb.java/jmain.exp: Fix setup_kfail argument order.
11960 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
11961 setup_kfail argument order.
11962 * gdb.cp/overload.exp: Fix setup_kfail argument order.
11963
11964 2010-05-25 Tom Tromey <tromey@redhat.com>
11965
11966 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
11967
11968 2010-05-25 Michael Snyder <msnyder@vmware.com>
11969
11970 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
11971 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
11972 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
11973 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
11974 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
11975 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
11976 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
11977 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
11978 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
11979 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
11980 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
11981 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
11982 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
11983 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
11984 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
11985 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
11986 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
11987 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
11988 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
11989 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
11990 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
11991 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
11992 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
11993 * gdb.base/default.exp: Replace send_gdb with gdb_test.
11994 * gdb.base/define.exp: Replace send_gdb with gdb_test.
11995 * gdb.base/display.exp: Replace send_gdb with gdb_test.
11996 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
11997 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
11998 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
11999 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
12000 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
12001 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
12002 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
12003 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
12004 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
12005 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
12006 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
12007 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
12008 * gdb.base/help.exp: Replace send_gdb with gdb_test.
12009 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
12010 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
12011 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
12012 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
12013 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
12014 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
12015 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
12016 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
12017 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
12018
12019 2010-05-25 Doug Evans <dje@google.com>
12020
12021 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
12022 gdb.string_to_argv.
12023
12024 2010-05-21 Tom Tromey <tromey@redhat.com>
12025
12026 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
12027 Call it.
12028 * gdb.dwarf2/pieces.S: Update.
12029 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
12030
12031 2010-05-21 Tom Tromey <tromey@redhat.com>
12032
12033 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
12034 Call it.
12035 * gdb.dwarf2/pieces.c (struct C): New.
12036 (f6): New function.
12037 * gdb.dwarf2/pieces.S: Replace.
12038
12039 2010-05-21 Tom Tromey <tromey@redhat.com>
12040
12041 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
12042 Call it.
12043
12044 2010-05-21 Tom Tromey <tromey@redhat.com>
12045
12046 * gdb.dwarf2.pieces.exp: New file.
12047 * gdb.dwarf2.pieces.S: New file.
12048 * gdb.dwarf2.pieces.c: New file.
12049
12050 2010-05-20 Pedro Alves <pedro@codesourcery.com>
12051 Joel Brobecker <brobecker@adacore.com>
12052
12053 * lib/gdb.exp (gdb_test_no_output): New function.
12054 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
12055 when testing commands that should produce no output.
12056
12057 2010-05-17 Joel Brobecker <brobecker@adacore.com>
12058
12059 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
12060 parameter that we want to watch being a constant.
12061
12062 2010-05-17 Joel Brobecker <brobecker@adacore.com>
12063
12064 * gdb.ada/cond_lang: New testcase.
12065
12066 2010-05-17 Joel Brobecker <brobecker@adacore.com>
12067
12068 * lib/gdb.exp (banned_variables): New variable/constant.
12069 (gdb_init): Add write trace on variables listed in banned_variables.
12070 (gdb_finish): Remove write traces on variables listed in
12071 banned_variables.
12072
12073 2010-05-17 Joel Brobecker <brobecker@adacore.com>
12074
12075 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
12076 * gdb.cp/koenig.exp: Likewise.
12077
12078 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
12079
12080 PR python/11482
12081
12082 * gdb.python/py-value.exp (test_value_hash): New function.
12083
12084 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
12085
12086 PR exp/11530.
12087 * gdb.base/gdb11530.c: New file.
12088 * gdb.base/gdb11530.exp: New file.
12089
12090 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12091
12092 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
12093 * gdb.dwarf2/dw2-modula2-self-type.S: New.
12094
12095 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
12096
12097 * gdb.cp/koenig.exp: New test.
12098 * gdb.cp/koenig.cc: New test program.
12099
12100 2010-05-05 Joel Brobecker <brobecker@adacore.com>
12101
12102 Remove the use of prms_id and bug_id throughout the testsuite.
12103
12104 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
12105
12106 PR exp/11349.
12107 * testsuite/gdb.cp/ref-types.exp: Add test to examine
12108 use a reference local variable.
12109
12110 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12111
12112 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
12113 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
12114 variable different_dir. Move debugfile into a full directory pathname
12115 under DIFFERENT_DIR.
12116 * lib/gdb.exp (separate_debug_filename): Remove.
12117 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
12118 variable debug_dir and mkdir of it. Update function comments.
12119
12120 2010-04-29 Pedro Alves <pedro@codesourcery.com>
12121
12122 PR gdb/11557
12123
12124 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
12125 files.
12126
12127 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
12128
12129 * gdb.python/py-param.exp: New File.
12130
12131 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
12132
12133 * gdb.base/default.exp: Fix "set language" test.
12134
12135 2010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
12136
12137 PR breakpoints/11531.
12138 * gdb.base/gdb11531.c: New file.
12139 * gdb.base/gdb11531.exp: New file.
12140
12141 2010-04-26 Tom Tromey <tromey@redhat.com>
12142
12143 * gdb.base/completion.exp: Add tests for completion and deprecated
12144 commands.
12145
12146 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
12147
12148 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
12149 (print /x char_array): Escape curly brackets.
12150
12151 2010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
12152
12153 Fix deadlock on looped list of loaded shared objects.
12154 * gdb.base/solib-corrupted.exp: New.
12155
12156 2010-04-23 Doug Evans <dje@google.com>
12157
12158 * gdb.python/py-section-script.c: New file.
12159 * gdb.python/py-section-script.exp: New file.
12160 * gdb.python/py-section-script.py: New file.
12161
12162 2010-04-20 Chris Moller <cmoller@redhat.com>
12163
12164 PR 10179
12165
12166 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
12167 * gdb.base/pr10179-a.c:
12168 * gdb.base/pr10179-b.c:
12169 * gdb.base/pr10179.exp: New files.
12170
12171 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12172
12173 Fix crashes on dangling display expressions.
12174 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
12175 is SEP.
12176 (lib_flags): Remove the "debug" keyword.
12177 (libsepdebug): New variable for iterating new loop.
12178 (save_pf_prefix): New variable wrapping the loop.
12179 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
12180 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
12181
12182 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
12183
12184 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
12185
12186 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
12187
12188 PR stabs/11479.
12189 * gdb.stabs/gdb11479.exp: New file.
12190 * gdb.stabs/gdb11479.c: New file.
12191
12192 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
12193
12194 * gdb.base/charset.c (Strin16, String32): New variables.
12195 * gdb.base/charset.exp (gdb_test): Test correct display
12196 of 16 or 32 bit strings.
12197
12198 2010-04-21 Chris Moller <cmoller@redhat.com>
12199
12200 PR 9167
12201 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
12202 * gdb.cp/pr9167.cc: New file.
12203 * gdb.cp/pr9167.exp: New file.
12204
12205
12206 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
12207
12208 PR pascal/11492.
12209 * gdb.pascal/gdb11492.pas: New file.
12210 * gdb.pascal/gdb11492.exp: New file.
12211
12212 2010-04-20 Joel Brobecker <brobecker@adacore.com>
12213
12214 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
12215
12216 2010-04-20 Joel Brobecker <brobecker@adacore.com>
12217
12218 * gdb.ada/dyn_loc: New testcase.
12219
12220 2010-04-20 Chris Moller <cmoller@redhat.com>
12221
12222 PR 10867
12223
12224 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
12225 * gdb.cp/pr10687.cc: New file.
12226 * gdb.cp/pr10687.exp: New file.
12227
12228
12229 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12230 Sergio Durigan Junior <sergiodj@redhat.com>
12231
12232 * gdb.fortran/logical.exp: New testcase.
12233 * gdb.fortran/logical.f90: New file.
12234
12235 2010-04-19 Doug Evans <dje@google.com>
12236
12237 * gdb.base/help.exp (help source): Update expected output.
12238
12239 2010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12240
12241 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
12242 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
12243 gdb_exit and return.
12244 (executable): New variable.
12245 (binfile): Use it.
12246
12247 2010-04-19 Pedro Alves <pedro@codesourcery.com>
12248
12249 PR breakpoints/8554.
12250
12251 * gdb.trace/save-trace.exp: Adjust.
12252
12253 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
12254
12255 PR corefiles/11511
12256 * gdb.arch/system-gcore.exp: New.
12257 * gdb.arch/gcore.c: Likewise.
12258
12259 2010-04-15 Doug Evans <dje@google.com>
12260
12261 * gdb.python/py-progspace.c: New file.
12262 * gdb.python/py-progspace.exp: New file.
12263
12264 * gdb.base/source.exp: Add tests for "source -s".
12265
12266 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
12267
12268 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
12269 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
12270 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
12271 * gdb.python/py-mi.exp: New test for to_string returning None.
12272
12273 2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
12274
12275 * gdb.python/py-breakpoint.c: Make result global.
12276
12277 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12278
12279 Fix non-GNU make compatibility.
12280 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
12281
12282 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
12283
12284 * gdb.python/py-breakpoint.exp: New File.
12285 * gdb.python/py-breakpoint.C: Ditto.
12286
12287 2010-04-08 Stan Shebs <stan@codesourcery.com>
12288
12289 * gdb.trace/actions.exp: Clear default-collect.
12290 * gdb.trace/save-trace.exp: Clear default-collect.
12291
12292 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
12293
12294 * gdb.python/py-value: Add null string variable.
12295 (test_lazy_string): Test zero length, NULL address lazy
12296 strings.
12297
12298 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
12299
12300 * gdb.arch/i386-avx.c: New.
12301 * gdb.arch/i386-avx.exp: Likewise.
12302
12303 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
12304
12305 2010-04-06 Doug Evans <dje@google.com>
12306
12307 * gdb.base/source-test.gdb: New file.
12308 * gdb.base/source.exp: Test source -v.
12309
12310 2010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12311
12312 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
12313
12314 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
12315
12316 * gdb.stabs/aout.sed: Convert all backslash to double backslash
12317 within one line, unless it is followed by a double quote.
12318 * gdb.stabs/hppa.sed: Idem.
12319 * gdb.stabs/weird.def: Add char and String constants
12320 * gdb.stabs/weird.exp: Check for correct parsing of
12321 char and string constants.
12322 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
12323 in .stabs to .stabx substitution.
12324
12325 2010-04-05 Stan Shebs <stan@codesourcery.com>
12326
12327 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
12328 constant global.
12329 * gdb.trace/tfile.exp: Try to print them.
12330
12331 2010-04-04 Stan Shebs <stan@codesourcery.com>
12332
12333 * gdb.base/completion.exp: Update for new "info watchpoints".
12334 * gdb.base/default.exp: Ditto.
12335 * gdb.base/help.exp: Ditto.
12336 * gdb.base/watchpoint.exp: Ditto.
12337 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
12338
12339 2010-04-04 Stan Shebs <stan@codesourcery.com>
12340
12341 * gdb.trace/tfile.exp: Sharpen tfind test.
12342
12343 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12344
12345 * gdb.base/break-entry.exp: New.
12346
12347 2010-04-02 Hui Zhu <teawater@gmail.com>
12348 Michael Snyder <msnyder@vmware.com>
12349
12350 * gdb.reverse/i386-sse-reverse.exp: New file.
12351 * gdb.reverse/i386-sse-reverse.c: New file.
12352
12353 2010-04-02 Pedro Alves <pedro@codesourcery.com>
12354
12355 * gdb.trace/tfind.exp: Adjust expected disassembly output.
12356
12357 2010-04-01 Stan Shebs <stan@codesourcery.com>
12358
12359 * gdb.trace/actions.exp: Tweak expected output.
12360 * gdb.trace/while-stepping.exp: Tweak expected output.
12361
12362 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
12363
12364 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
12365
12366 2010-04-01 Pedro Alves <pedro@codesourcery.com>
12367
12368 * gdb.base/commands.exp: Adjust.
12369 * gdb.cp/extern-c.exp: Adjust.
12370
12371 2010-04-01 Pedro Alves <pedro@codesourcery.com>
12372
12373 * gdb.trace/collection.c (local_test_func): Define a local struct,
12374 and instanciate it.
12375
12376 2010-04-01 Pedro Alves <pedro@codesourcery.com>
12377
12378 * gdb.trace/collection.exp (gdb_collect_args_test)
12379 (gdb_collect_argarray_test): XFAIL the tests that assume the
12380 argarray argument's elements are collected.
12381
12382 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
12383
12384 * gdb.dwarf2/dw2-bad-parameter-type.exp,
12385 gdb.dwarf2/dw2-bad-parameter-type.S: New.
12386
12387 2010-03-31 Stan Shebs <stan@codesourcery.com>
12388
12389 * gdb.trace/save-trace.exp: Test save/restore of default-collect
12390 and tracepoint conditionals.
12391 (gdb_verify_tracepoints): Delete unused return.
12392
12393 2010-03-26 Keith Seitz <keiths@redhat.com>
12394
12395 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
12396 appear in the output before main.
12397 Remove KFAIL for gdb/2215 aka bz 9320.
12398
12399 2010-03-30 Doug Evans <dje@google.com>
12400
12401 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
12402 by dejagnu.
12403 * gdb.arch/amd64-dword.exp: Ditto.
12404
12405 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
12406 match.
12407 (break printf): Ditto.
12408
12409 2010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
12410
12411 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
12412 gcc < 4.4.
12413 * gdb.cp/shadow.exp: Ditto.
12414
12415 2010-03-29 Pedro Alves <pedro@codesourcery.com>
12416
12417 * gdb.trace/collection.exp (run_trace_experiment): Make sure
12418 "tstart" is silent.
12419
12420 2010-03-29 Pedro Alves <pedro@codesourcery.com>
12421
12422 * gdb.trace/collection.exp (executable): New.
12423 (binfile): Use it.
12424 (fpreg, spreg, pcreg): New.
12425 (test_register): Use gdb_test_multiple. Pass /x to print.
12426 (prepare_for_trace_test): New.
12427 (run_trace_experiment): Use "continue", not gdb_run_cmd.
12428 (gdb_collect_args_test, gdb_collect_argstruct_test)
12429 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
12430 prepare_for_trace_test.
12431 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
12432 fpreg, spreg and pcreg.
12433 (gdb_collect_expression_test, gdb_collect_globals_test): Use
12434 prepare_for_trace_test.
12435 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
12436 try to detect tracing support here. Don't set breakpoints at
12437 `begin' or `end' here.
12438 <global scope>: Use clean_restart. Run to main before checking
12439 for tracing support. Check for for tracing support here.
12440
12441 2010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12442
12443 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
12444 " as $displacement" to "seen displacement message".
12445
12446 2010-03-28 Pedro Alves <pedro@codesourcery.com>
12447
12448 * gdb.trace/while-dyn.exp (executable): New variable.
12449 (binfile): Use it.
12450 (test_while_stepping): New function. Move most tests here. Call
12451 it once for each of the while-stepping, stepping and ws aliases.
12452
12453 2010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12454
12455 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
12456 that do not provide the tagless_struct type name at all.
12457 (test_print_anon_union): Do not check value of uninitialized
12458 union member. Do not use cp_test_ptype_class, so we can accept
12459 "long" as well as "long int".
12460
12461 2010-03-26 Pedro Alves <pedro@codesourcery.com>
12462
12463 * gdb.trace/tfile.c (tohex, bin2hex): New.
12464 (write_error_trace_file): Hexify error description.
12465
12466 2010-03-25 Stan Shebs <stan@codesourcery.com>
12467
12468 * gdb.trace/tfile.c: Generate an additional trace file, improve
12469 portability.
12470 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
12471 files in a better way.
12472
12473 2010-03-25 Keith Seitz <keiths@redhat.com>
12474
12475 * gdb.java/jprint.exp: XFAIL printing of static class members
12476 because of GCC debuginfo problem.
12477
12478 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12479
12480 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
12481
12482 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
12483
12484 * gdb.base/completion.exp: Allow long instead of long int.
12485 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
12486 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
12487 variable p.
12488 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
12489 * gdb.base/pointers.exp: Allow long instead of long int.
12490 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
12491 * gdb.base/step-line.exp: Allow a directory before the source file name.
12492
12493 2010-03-24 Tom Tromey <tromey@redhat.com>
12494
12495 PR breakpoints/9352:
12496 * gdb.base/default.exp: Update.
12497 * gdb.base/commands.exp: Update.
12498 * gdb.cp/extern-c.exp: Test setting commands on multiple
12499 breakpoints at once.
12500
12501 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
12502
12503 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
12504 if gdb,nosignals.
12505 * gdb.base/watchpoints.c: Do not include unnecessary headers.
12506 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
12507 exited".
12508
12509 2010-03-24 Stan Shebs <stan@codesourcery.com>
12510
12511 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
12512
12513 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
12514
12515 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
12516 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
12517 argument. Handle "short" and "long".
12518 (Top level): Pass overprototyped output for old_fptr and xptr.
12519
12520 2010-03-23 Pedro Alves <pedro@codesourcery.com>
12521
12522 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
12523 format strings and add casts to avoid compiler warnings.
12524
12525 2010-03-23 Vladimir Prus <vladimir@codesourcery.com>
12526
12527 * lib/trace-support.exp (gdb_trace_setactions):
12528 Don't expect whitespace after ">" prompt.
12529 * gdb.trace/actions.exp: Adjust for output changes.
12530 * gdb.trace/while-stepping.exp: Likewise.
12531
12532 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12533
12534 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
12535 and r157645).
12536
12537 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12538
12539 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
12540 New.
12541
12542 2010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
12543
12544 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
12545 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
12546
12547 2010-03-19 Stan Shebs <stan@codesourcery.com>
12548
12549 * gdb.trace/ax.exp: New file.
12550
12551 2010-03-19 Doug Evans <dje@google.com>
12552
12553 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
12554 output from gcc.
12555
12556 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
12557 named /usr/sbin/prelink<foo>.
12558
12559 2010-03-18 Stan Shebs <stan@codesourcery.com>
12560
12561 * gdb.trace/circ.exp: Test circular-trace-buffer.
12562 * gdb.trace/tfile.exp: Update tstatus test.
12563
12564 2010-03-18 Joel Brobecker <brobecker@adacore.com>
12565
12566 * gdb.dwarf2/dw2-anonymous-func.S: New file.
12567 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
12568
12569 2010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12570
12571 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
12572
12573 2010-03-18 Pedro Alves <pedro@codesourcery.com>
12574
12575 * gdb.base/default.exp: Adjust the expected output of the finish
12576 and until commands when the inferior is not being run.
12577
12578 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
12579
12580 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
12581 * gdb.cp/nsusing.exp: Ditto.
12582
12583 2010-03-15 Tom Tromey <tromey@redhat.com>
12584
12585 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
12586 * gdb.cp/userdef.cc (operator==): New function.
12587 (main): New locals mem1, mem2.
12588
12589 2010-03-15 Jie Zhang <jie@codesourcery.com>
12590
12591 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
12592 Declare and use new loadtimeout variable.
12593
12594 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
12595
12596 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
12597 Use gdb_load later.
12598
12599 2010-03-14 Pedro Alves <pedro@codesourcery.com>
12600
12601 * gdb.base/solib-disc.c (main): Make format of fprintf a string
12602 literal. Add missing endlines to prints to stderr.
12603
12604 2010-03-12 Tom Tromey <tromey@redhat.com>
12605
12606 PR c++/9708:
12607 * gdb.cp/m-static.exp: Add regression test.
12608 * gdb.cp/m-static.cc (method): New method.
12609 (main): Call it.
12610
12611 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
12612
12613 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
12614 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
12615
12616 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
12617
12618 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
12619
12620 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
12621
12622 * lib/gdb.exp (skip_stl_tests): New.
12623 (gdb_compile): Symbian needs -ldl.
12624 (shlib_target_file): New.
12625 (shlib_symbol_file): New.
12626 (gdb_load_shlibs): Use shlib_target_file.
12627 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
12628 * gdb.cp/exception.exp: Use skip_stl_tests.
12629 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
12630 * gdb.cp/try_catch.exp: Use skip_stl_tests.
12631 * gdb.cp/mb-templates.exp: Ditto.
12632 * gdb.base/commands.exp: Relax regexes.
12633 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
12634 shlib_target_file and shlib_symbol_file.
12635 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
12636 sections.
12637 * gdb.base/ending-run.exp: Accept E32Main for symbian.
12638 * gdb.base/solib-disc.exp: Use
12639 shlib_target_file and shlib_symbol_file.
12640 * gdb.base/unload.exp: Don't skip on symbian. Use
12641 shlib_target_file and shlib_symbol_file.
12642 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
12643
12644 2010-03-12 Pedro Alves <pedro@codesourcery.com>
12645
12646 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
12647 * gdb.trace/report.exp: Adjust for x86 and x86_64.
12648 Issue a tfind end before looking for a tracepoint frame.
12649 * gdb.trace/tfind.exp: Adjust tstatus output.
12650 Adjust disassembly output.
12651 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
12652
12653 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12654
12655 * gdb.base/break-interp.exp: Create new displacement parameter value
12656 for the test_ld calls.
12657 (reach): New parameter displacement, verify its content. New push of
12658 pf_prefix "reach-$func:". Import global expect_out.
12659 (test_core): New parameter displacement, verify its content. New push
12660 of pf_prefix "core:". New command "set verbose on". Import global
12661 expect_out.
12662 (test_attach): New parameter displacement, verify its content. New
12663 push of pf_prefix "attach:". New command "set verbose on". Import
12664 global expect_out.
12665 (test_ld): New parameter displacement, pass it to the reach, test_core
12666 and test_attach calls and verify its content in the "ld.so exit" test.
12667 * gdb.base/prelink.exp: Remove gdb_exit and final return.
12668 (prelink): Update expected text, use gdb_test.
12669
12670 2010-03-10 Doug Evans <dje@google.com>
12671
12672 * gdb.base/checkpoint.exp: Fix comment.
12673 Lengthen timeout while doing >600 checkpoints test.
12674 Rename duplicate "kill all one" test to keep test names unique.
12675
12676 2010-03-10 Pedro Alves <pedro@codesourcery.com>
12677
12678 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
12679
12680 2010-03-08 Keith Seitz <keiths@redhat.com>
12681
12682 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
12683 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
12684 (dm_type_long): New function.
12685 (dm_type_unsigned_short): New function.
12686 (dm_type_unsigned_long): New function.
12687 (myint): New typedef.
12688 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
12689 long, unsigned shor and long, operator char*, and typedef.
12690 (test_lookup_operator_functions): Add operator char* test.
12691 (test_paddr_operator_functions): Likewise.
12692 (test_paddr_overloaded_functions): Use probe values for
12693 short, long, and unsigned short and long.
12694 (test_paddr_hairy_functions): If the demangler probe detected
12695 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
12696 demangler.
12697 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
12698 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
12699 and "print null_pmf".
12700 Add test "ptype a.*pmf".
12701 * gdb.cp/overload.exp: Allow optional "int" to appear with
12702 "short" and "long".
12703 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
12704 long expect value for men_overload1arg.
12705 Allow "int" to appear with "short" and "long".
12706 When testing "info break", add argument for main (void).
12707 Also allow "int" to appear with "short" and "long".
12708 Ditto with "unsigned" and "long long".
12709 * gdb.java/jmain.exp: Do not enclose methods names in single
12710 quotes.
12711 * gdb.java/jmisc.exp: Likewise.
12712 * gdb.java/jprint.exp: Likewise.
12713 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
12714
12715 From Jan Kratochvil <jan.kratochvil@redhat.com>:
12716 * gdb.cp/exception.exp (backtrace after first throw)
12717 (backtrace after second throw): Allow a namespace before __cxa_throw.
12718 (backtrace after first catch, backtrace after second catch): Allow
12719 a namespace before __cxa_begin_catch.
12720
12721 * gdb.cp/cpexprs.exp: New file.
12722 * gdb.cp/cpexprs.cc: New file.
12723
12724 From Daniel Jacobowitz <dan@codesourcery.com>
12725 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
12726 to use string_to_regexp.
12727 (ctor, dtor): New functions. Use them to match constructor
12728 and destructor function types.
12729 (Top level): Use runto_main.
12730
12731 2010-03-05 Tom Tromey <tromey@redhat.com>
12732
12733 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
12734 gdb.target_charset.
12735 (pp_ns.to_string): Likewise.
12736
12737 2010-03-04 Keith Seitz <keiths@redhat.com>
12738
12739 * gdb.cp/overload.exp: Test that the filename portion of a linespec
12740 can be quoted. Test that both the filename and function/line
12741 portions can be quoted at the same time.
12742
12743 2010-03-04 Pedro Alves <pedro@codesourcery.com>
12744
12745 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
12746
12747 2010-03-03 Doug Evans <dje@google.com>
12748
12749 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
12750 libc contains libpthread.
12751
12752 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
12753 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
12754 of gdb_compile. Add another pattern to match android backtrace.
12755
12756 2010-03-03 Tom Tromey <tromey@redhat.com>
12757
12758 PR gdb/11345:
12759 * gdb.base/printcmds.exp (test_printf): Add test.
12760
12761 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
12762
12763 * gdb.arch/amd64-byte.exp: New.
12764 * gdb.arch/amd64-dword.exp: Likewise.
12765 * gdb.arch/amd64-pseudo.c: Likewise.
12766 * gdb.arch/amd64-word.exp: Likewise.
12767 * gdb.arch/i386-byte.exp: Likewise.
12768 * gdb.arch/i386-pseudo.c: Likewise.
12769 * gdb.arch/i386-word.exp: Likewise.
12770
12771 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
12772
12773 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
12774 types. Add structreg, bitfields, and flags registers.
12775 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
12776 registers.
12777
12778 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
12779
12780 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
12781 (load_description): Set architecture if defined.
12782
12783 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
12784
12785 * gdb.python/py-frame.exp: Add read_var block tests.
12786 * gdb.python/py-frame.c (block): New function.
12787
12788 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12789 Daniel Jacobowitz <dan@codesourcery.com>
12790
12791 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
12792
12793 2010-02-25 David S. Miller <davem@davemloft.net>
12794
12795 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
12796 fix logic for setting all_syscalls_numbers.
12797
12798 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
12799
12800 * Makefile.in: Add py-block and py-symbol.
12801 * gdb.python/py-symbol.exp: New File.
12802 * gdb.python/py-symtab.exp: New File.
12803 * gdb.python/py-block.exp: New File.
12804 * gdb.python/py-symbol.c: New File.
12805 * gdb.python/py-block.c: New File.
12806
12807 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
12808
12809 PR python/11314
12810 * lib/gdb.exp (skip_python_tests): New function.
12811 * gdb.python/py-cmd.exp: Use skip_python_tests.
12812 * gdb.python/py-frame.exp: Likewise.
12813 * gdb.python/py-function.exp: Likewise.
12814 * gdb.python/py-prettyprint.exp: Likewise.
12815 * gdb.python/py-template.exp: Likewise.
12816 * gdb.python/py-type.exp: Likewise.
12817 * gdb.python/py-value.exp: Likewise.
12818
12819 2010-02-22 Pedro Alves <pedro@codesourcery.com>
12820
12821 PR9605
12822
12823 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
12824
12825 2010-02-19 Tom Tromey <tromey@redhat.com>
12826
12827 PR c++/8693, PR c++/9496:
12828 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
12829 regression tests.
12830
12831 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12832
12833 Fix compatibility with m68k as.
12834 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
12835 Use only /* comments */.
12836
12837 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12838
12839 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
12840 * configure: Regenerate.
12841
12842 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
12843
12844 * gdb.python/py-type.exp: Check for Python support.
12845
12846 2010-02-17 Pedro Alves <pedro@codesourcery.com>
12847
12848 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
12849 `regsub' syntax available.
12850
12851 2010-02-17 Pedro Alves <pedro@codesourcery.com>
12852
12853 * gdb.base/shmain.c (main): Remove printf call.
12854 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
12855 * gdb.base/unload.c (main): Make format of fprintf a string
12856 literal. Add missing endlines to prints to stderr.
12857 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
12858
12859 2010-02-17 Tom Tromey <tromey@redhat.com>
12860
12861 * gdb.java/jprint.java (jprint.props): New field.
12862 * gdb.java/jprint.exp (set_lang_java): Add regression test.
12863
12864 2010-02-17 Pedro Alves <pedro@codesourcery.com>
12865
12866 * gdb.base/charset.exp: Don't assume new `regsub' syntax
12867 available.
12868
12869 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12870
12871 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
12872 creation to support remote host testing.
12873
12874 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12875
12876 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
12877 Recognize "command not found".
12878
12879 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12880
12881 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
12882 single-stepping.
12883
12884 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12885
12886 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
12887 if arguments are not supported.
12888
12889 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12890
12891 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
12892 be const or non-const.
12893
12894 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12895
12896 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
12897 mi_send_resuming_command to send -exec-continue.
12898
12899 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12900
12901 * gdb.base/list.exp (test_list_filename_and_function): Add test
12902 with single quotes.
12903 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
12904 matching.
12905 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
12906 Add KFAIL'd tests for PR gdb/11289.
12907
12908 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12909
12910 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
12911
12912 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12913
12914 * gdb.base/comp-dir/subdir/dummy.txt: New file.
12915 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
12916 a temporary directory.
12917
12918 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
12919
12920 * gdb.base/charset.exp: Use a single regular expression to match
12921 show host-charset and show target-charset output.
12922
12923 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12924
12925 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
12926 "Illegal process-id" expect string more exact.
12927 (attach to digits-starting nonsense is prohibited): New.
12928
12929 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12930
12931 * gdb.base/prelink.exp (set verbose on): New.
12932
12933 2010-02-12 Tomas Holmberg <th@virtutech.com>
12934
12935 * mi-reverse.exp: New file. Test for reverse option to the
12936 following MI commands: exec-continue, exec-finish, exec-next,
12937 exec-step, exec-next-instruction, exec-step-instruction.
12938
12939 2010-02-09 Joel Brobecker <brobecker@adacore.com>
12940
12941 * gdb.ada/ptype_tagged_param: New testcase.
12942
12943 2010-02-08 Tom Tromey <tromey@redhat.com>
12944
12945 PR c++/8017:
12946 * gdb.cp/overload.exp: Add tests.
12947 * gdb.cp/overload.cc (struct K): New.
12948 (namespace N): New.
12949 (main): Call new functions.
12950 (K::staticoverload): Define.
12951
12952 2010-02-08 Chris Moller <moller@mollerware.com>
12953
12954 PR gdb/10728
12955 * gdb.cp/pr10728-x.h: New file.
12956 * gdb.cp/pr10728-x.cc: New file.
12957 * gdb.cp/pr10728-y.cc: New file.
12958 * gdb.cp/pr10728.exp: New file.
12959 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
12960
12961 2010-02-08 Chris Moller <moller@mollerware.com>
12962
12963 PR gdb/9067
12964 * gdb.cp/pr9067.exp: New
12965 * gdb.cp/pr9067.cc: New
12966 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
12967
12968 2010-02-08 Joel Brobecker <brobecker@adacore.com>
12969
12970 * lib/gdb.exp (gdb_test_timeout): New global variable.
12971 Set it to timeout if not already set.
12972 (gdb_init): Reset the value of timeout to gdb_test_timeout.
12973
12974 2010-02-05 Doug Evans <dje@google.com>
12975
12976 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
12977 user.
12978
12979 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
12980
12981 PR c++/7935:
12982 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
12983
12984 2010-02-04 Tom Tromey <tromey@redhat.com>
12985
12986 * gdb.cp/virtbase.exp: Make test case names unique.
12987
12988 2010-02-02 Tom Tromey <tromey@redhat.com>
12989
12990 * gdb.cp/virtbase.exp: Add regression tests.
12991 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
12992 (main): Instantiate RHC.
12993
12994 2010-02-02 Tom Tromey <tromey@redhat.com>
12995
12996 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
12997 type-printing change.
12998
12999 2010-02-02 Tom Tromey <tromey@redhat.com>
13000
13001 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
13002 * gdb.cp/virtbase.cc: New file.
13003 * gdb.cp/virtbase.exp: New file.
13004 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
13005
13006 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13007
13008 PR libc/11214:
13009 * gdb.threads/current-lwp-dead.c: Include features.h.
13010 (HAS_NOMMU): New.
13011 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
13012
13013 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13014
13015 * gdb.base/symbol-without-target_section.exp,
13016 gdb.base/symbol-without-target_section.c: New.
13017
13018 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
13019
13020 * gdb.base/bigcore.exp: Reset increased timeout.
13021 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
13022
13023 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
13024
13025 * gdb.base/gcore.exp (capture_command_output): Use
13026 gdb_test_multiple.
13027
13028 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
13029
13030 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
13031 * gdb.arch/thumb2-it.exp (test_it_break): New function.
13032 (Top level): Call it.
13033
13034 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
13035
13036 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
13037
13038 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
13039
13040 * gdb.base/call-strs.exp, gdb.base/default.exp,
13041 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
13042 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
13043 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
13044 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
13045 gdb.base/watchpoint-solib.exp: Save and restore timeout.
13046 * gdb.base/ending-run.exp: Correct restore of timeout.
13047 * gdb.base/page.exp: Remove unnecessary timeout setting.
13048
13049 2010-01-29 Joel Brobecker <brobecker@adacore.com>
13050
13051 * gdb.ada/rec_return: New testcase.
13052
13053 2010-01-29 Joel Brobecker <brobecker@adacore.com>
13054
13055 * gdb.ada/call_pn: New testcase.
13056
13057 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
13058
13059 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
13060 (Top level): Use it to resume.
13061 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
13062 the Thumb mode displaced stepping error as unsupported.
13063
13064 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
13065
13066 * gdb.cp/nsusing.exp: Added more tests.
13067 * gdb.cp/nsrecurs.exp: Ditto.
13068 * gdb.cp/nsusing.cc: Added test functions.
13069 * gdb.cp/nsrecurs.cc: Ditto.
13070
13071 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
13072
13073 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
13074 absolute directory pathnames in gdb.sum file.
13075
13076 2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
13077
13078 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
13079 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
13080
13081 2010-01-26 Tom Tromey <tromey@redhat.com>
13082
13083 PR exp/7643:
13084 * gdb.base/printcmds.exp (test_print_string_constants): Remove
13085 setup_kfail.
13086
13087 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
13088
13089 * gdb.cp/nsrecurs.exp: New test.
13090 * gdb.cp/nsrecurs.cc: New test program.
13091 * gdb.cp/nsstress.exp: New test.
13092 * gdb.cp/nsstress.cc: New test program.
13093 * gdb.cp/nsdecl.exp: New test.
13094 * gdb.cp/nsdecl.cc: New test program.
13095
13096 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
13097
13098 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
13099 imported into file scope.
13100 Marked test as xfail.
13101 * gdb.cp/namespace-using.cc (marker5): New function.
13102 * gdb.cp/shadow.exp: New test.
13103 * gdb.cp/shadow.cc: New test program.
13104 * gdb.cp/nsimport.exp: New test.
13105 * gdb.cp/nsimport.cc: New test program.
13106
13107 2010-01-25 Tom Tromey <tromey@redhat.com>
13108
13109 PR gdb/11049:
13110 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
13111 with "set print null-stop on".
13112
13113 2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13114
13115 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
13116 Adjust it for DISASSEMBLY_OMIT_FNAME.
13117
13118 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13119
13120 PR symtab/11199:
13121 * gdb.dwarf2/member-ptr-forwardref.exp,
13122 gdb.dwarf2/member-ptr-forwardref.S: New.
13123
13124 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13125
13126 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
13127 (thread1_func): Protect thread1_tid with thread1_tid_cond by
13128 thread1_tid_mutex. Remove gdbstop_mutex handling.
13129 (thread2_func): Protect thread2_tid with thread2_tid_cond by
13130 thread2_tid_mutex. Remove gdbstop_mutex handling.
13131 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
13132 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
13133 pthread_cond_wait conditionalizations by while loops.
13134
13135 2010-01-20 Tom Tromey <tromey@redhat.com>
13136
13137 PR backtrace/10770:
13138 * gdb.dwarf2/pr10770.exp: New file.
13139 * gdb.dwarf2/pr10770.c: New file.
13140 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
13141
13142 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
13143
13144 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
13145 that target was removed, and the test always runs native anyway.
13146
13147 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13148
13149 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
13150 gdb.base/watchpoint-cond-gone-stripped.c: New.
13151
13152 2010-01-19 Tom Tromey <tromey@redhat.com>
13153
13154 PR c++/8000:
13155 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
13156 existing tests.
13157 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
13158 (main): Use AAA::SomeEnum.
13159
13160 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13161
13162 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
13163 (test_ignore_count): Declare line_callme_body global.
13164 (run to breakpoint with ignore count): Use line_callme_body.
13165 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
13166 (set line_main_hello, set line_main_return): Reindent.
13167 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
13168 New.
13169 (continue to callee4): Use line_callee4_body.
13170 (check *stopped from CLI command): Use line_callee4_next.
13171 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
13172 (set line_main_hello, set line_main_return): Reindent.
13173 (set line_callee4_head, set line_callee4_body): New.
13174 (continue to callee4): Use line_callee4_body.
13175
13176 2010-01-18 Tom Tromey <tromey@redhat.com>
13177
13178 PR c++/9680:
13179 * gdb.cp/casts.cc: Add new classes and variables.
13180 * gdb.cp/casts.exp: Test new operators.
13181
13182 2010-01-18 Tom Tromey <tromey@redhat.com>
13183 Thiago Jung Bauermann <bauerman@br.ibm.com>
13184
13185 * gdb.python/source2.py: New file.
13186 * gdb.python/source1: New file.
13187 * gdb.python/python.exp: Test "source" command.
13188
13189 2010-01-15 Stan Shebs <stan@codesourcery.com>
13190
13191 * gdb.trace/tfile.c: New file.
13192 * gdb.trace/tfile.exp: New file.
13193
13194 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13195
13196 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
13197
13198 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13199
13200 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
13201
13202 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13203
13204 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
13205 (libfunc): New parameter action. Implement also selectable "sleep".
13206 * gdb.base/break-interp-main.c: Include assert.h.
13207 (libfunc): New parameter action.
13208 (main): New parameters argc and argv. Assert argc. Pass argv.
13209 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
13210 (test_attach): New proc.
13211 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
13212 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
13213
13214 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13215
13216 * gdb.base/break-interp.exp (test_core): New proc.
13217 (test_ld): Call it.
13218
13219 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13220
13221 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
13222 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
13223 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
13224 and gdb_compile_shlib. Use new -Wl compiler options.
13225 (dl bt, main bt): New tests.
13226
13227 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13228
13229 Support PIEs with no symfile_objfile.
13230 * gdb.base/break-interp.exp: New argument at the test_ld calls.
13231 (test_ld): New parameter trynosym.
13232 (test_ld <$trynosym>): New block.
13233
13234 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13235
13236 * gdb.base/break-interp.exp: New file.
13237
13238 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
13239
13240 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
13241 * gdb.python/py-prettyprint.py (pp_ls): New printer.
13242 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
13243 test.
13244 * gdb.python/py-prettyprint.c: Define lazystring test structure.
13245 * gdb.python/py-mi.exp: Add lazy string test.
13246
13247 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
13248
13249 * lib/mi-support.exp (mi_check_thread_states): Handle
13250 core number in thread listing.
13251
13252 2010-01-12 Joel Brobecker <brobecker@adacore.com>
13253
13254 * gdb.base/maint.exp: Adjust the expected output for the
13255 "maint print type" test. Use gdb_test_multiple instead of
13256 gdb_sent/gdb_expect.
13257
13258 2010-01-11 Doug Evans <dje@google.com>
13259
13260 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
13261 from gdbserver_download. All callers updated.
13262
13263 * gdb.server/ext-run.exp: "info os processes" requires xml support.
13264
13265 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13266
13267 Implement binary numbers parsing.
13268 * gdb.base/printcmds.exp (test_integer_literals_accepted)
13269 (test_integer_literals_rejected): New binary tests.
13270
13271 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
13272
13273 * gdb.cell/configure: Regenerate.
13274
13275 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
13276
13277 * gdb.base/corefile.exp: Move the core finding block out and call it as
13278 core_find, new variable $corefile, replace corefile by $corefile and
13279 [file tail $corefile] for usage vs. test names resp.
13280 * lib/gdb.exp (core_find): Move it as a new function here. New
13281 parameter binfile and deletefiles. New variable $destcore. Pre-delete
13282 $destcore. Return "" on error.
13283
13284 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13285
13286 Workaround PR binutils/10802.
13287 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
13288 (twice).
13289
13290 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
13291
13292 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
13293
13294 2010-01-08 Joel Brobecker <brobecker@adacore.com>
13295
13296 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
13297 call, to avoid interruption.
13298
13299 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13300
13301 * gdb.stabs/weird.def (args93): New.
13302
13303 2010-01-07 Doug Evans <dje@google.com>
13304
13305 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
13306
13307 2010-01-07 Tom Tromey <tromey@redhat.com>
13308
13309 * gdb.base/source.exp: Use correct line number.
13310
13311 2010-01-05 Stan Shebs <stan@codesourcery.com>
13312
13313 * gdb.trace/tracecmd.exp: Test ftrace.
13314
13315 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13316
13317 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
13318
13319 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13320
13321 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
13322 "uint_for_mi_testing".
13323
13324 2010-01-01 Joel Brobecker <brobecker@adacore.com>
13325
13326 Test indented comment in file being sourced.
13327 * gdb.base/commands.exp: Test indented comment in file being sourced.
13328
13329 2010-01-01 Joel Brobecker <brobecker@adacore.com>
13330
13331 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
13332 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
13333 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
13334 notice.
13335
13336 2010-01-01 Joel Brobecker <brobecker@adacore.com>
13337
13338 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
13339 notice.
13340
13341 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13342
13343 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
13344 missing $after_stopped and comma (,) expectation.
13345
13346 2009-12-31 Stan Shebs <stan@codesourcery.com>
13347
13348 * gdb.trace/actions.exp: Test teval action.
13349
13350 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
13351
13352 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
13353 (top level): Call test_watchpoint_in_big_blob.
13354 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
13355 watchpoints.
13356 (func3): Write to buf.
13357
13358 2009-12-29 Stan Shebs <stan@codesourcery.com>
13359
13360 * gdb.trace/actions.exp: Test default-collect.
13361
13362 2009-12-28 Stan Shebs <stan@codesourcery.com>
13363
13364 * gdb.trace/tsv.exp: New file.
13365 * gdb.base/completion.exp: Update ambiguous info output.
13366
13367 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
13368
13369 * gdb.base/find.c (main): Reference search buffers.
13370 * gdb.base/included.c (main): Reference integer.
13371 * gdb.base/ptype.c (charfoo): Declare.
13372 (intfoo): Call charfoo.
13373 * gdb.base/scope0.c (useitp): New function.
13374 (usestatics): Use useitp.
13375 (useit): Add a type for val.
13376 * gdb.base/scope1.c (useit1): Take a pointer argument.
13377 (usestatics1): Update calls to useit1.
13378 * gdb.cp/call-c.cc: Declare foo.
13379 (main): Call foo.
13380 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
13381 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
13382 (main): Call C::ensureRefs and ensureOtherRefs.
13383 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
13384 variables.
13385 (ensureOtherRefs): New function.
13386 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
13387 * gdb.cp/templates.cc (main): Call t5i.value.
13388
13389 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
13390
13391 Fix compatibility with G++-4.5.
13392 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
13393 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
13394 (uncaught return): Remove.
13395
13396 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13397 Phil Muldoon <pmuldoon@redhat.com>
13398
13399 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
13400 (bp_location13, bp_location14, bp_location17, bp_location18)
13401 (marker3_proto, marker4_proto): New variables.
13402 (breakpoint info): Update output.
13403 (run until breakpoint at marker3, run until breakpoint at marker4): New
13404 tests.
13405
13406 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13407
13408 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
13409 Replace the printf call of Y by provided "y-set-1" label. New block
13410 for the second shared library.
13411 * gdb.base/unload.exp: Compile also the second library, call
13412 gdb_load_shlibs also for it. Use now gdb_breakpoint.
13413 (single pending breakpoint info): Rename to ...
13414 (pending breakpoint info before run): ... this extended test.
13415 (libfile2, libname2, libsrcfile2, libsrc2)
13416 (lib_sl2): New variables.
13417 (exec_opts): Set also SHLIB_NAME2.
13418 (pending breakpoint info on first run at shrfunc1)
13419 (pending breakpoint info on second run at shrfunc1)
13420 (pending breakpoint info on second run at shrfunc2)
13421 (print y from libfile, print y from libfile2): New tests.
13422 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
13423 * gdb.base/unloadshr2.c: New.
13424
13425 2009-12-22 Hui Zhu <teawater@gmail.com>
13426
13427 * gdb.reverse/sigall-reverse.exp: Adjust.
13428
13429 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
13430
13431 PR gdb/10884
13432
13433 * gdb.mi/var-cmd.c (do_bitfield_tests): New
13434 (main): Call do_bitfield_tests.
13435 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
13436
13437 2009-12-20 Joel Brobecker <brobecker@adacore.com>
13438
13439 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
13440 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
13441 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
13442 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
13443 gdb.modula2/unbounded1.c: Update copyright header.
13444
13445 2009-12-10 Chris Moller <moller@mollerware.com>
13446
13447 PR gdb/9399
13448 * gdb.cp/virtfunc2.exp: New tests
13449 * gdb.cp/virtfunc2.cc: New tests
13450 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
13451
13452 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
13453
13454 * gdb.reverse/i387-env-reverse.c: New file.
13455 * gdb.reverse/i387-env-reverse.exp: New file.
13456 * gdb.reverse/i387-stack-reverse.c: New file.
13457 * gdb.reverse/i387-stack-reverse.exp: New file.
13458
13459 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
13460
13461 * gdb.python/py-type.exp (test_range): New test.
13462
13463 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
13464
13465 PR python/10805
13466
13467 * gdb.python/py-type.exp: New file.
13468 * gdb.python/py-type.c: New file.
13469 * Makefile.in: Add py-type.
13470
13471 2009-12-03 Tom Tromey <tromey@redhat.com>
13472
13473 * gdb.python/py-value.exp (test_parse_and_eval): New
13474 function.
13475
13476 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
13477
13478 PR gdb/11022
13479
13480 * gdb.base/pr11022.exp: New test.
13481 * gdb.base/pr11022.c: New test.
13482
13483 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13484
13485 Fix spurious false FAILs.
13486 * gdb.base/structs.c (chartest): New.
13487 (main): Fill-in chartest.
13488 * gdb.base/structs.exp (anychar_re, first): New.
13489 (start_structs_test): Import global anychar_re and first.
13490 New gdb_test call "set print elements 300; ${testfile}"
13491 (start_structs_test <$first>): New block.
13492 (any): Import global anychar_re. New variable ac. Use ${ac}.
13493
13494 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13495
13496 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
13497
13498 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13499
13500 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
13501 Force $srcfile file.
13502 * gdb.base/foll-fork.c (callee): Comment out the printf call.
13503
13504 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13505
13506 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
13507 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
13508 * gdb.threads/watchthreads-reorder.exp: Likewise.
13509
13510 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
13511
13512 PR gdb/8704
13513
13514 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
13515 "if", and "thread". Correct matching in the previous test.
13516
13517 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
13518
13519 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
13520
13521 2009-11-23 Michael Snyder <msnyder@vmware.com>
13522
13523 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
13524 * gdb.reverse-watch-precsave.exp: Ditto.
13525
13526 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
13527
13528 * gdb.asm/asm-source.exp: Adjust.
13529 * gdb.base/help.exp: Adjust.
13530
13531 2009-11-22 Pedro Alves <pedro@codesourcery.com>
13532
13533 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
13534 (do_syscall_tests_without_xml): Set data-directory to
13535 /the/path/to/nowhere.
13536
13537 2009-11-21 Pedro Alves <pedro@codesourcery.com>
13538
13539 * gdb.threads/local-watch-wrong-thread.c,
13540 gdb.threads/local-watch-wrong-thread.exp: New files.
13541
13542 2009-11-21 Pedro Alves <pedro@codesourcery.com>
13543
13544 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
13545 assume new `regsub' syntax available.
13546
13547 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13548
13549 * gdb.base/watchpoint-hw-hit-once.exp,
13550 gdb.base/watchpoint-hw-hit-once.c: New.
13551
13552 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13553
13554 * gdb.threads/watchthreads-reorder.exp,
13555 gdb.threads/watchthreads-reorder.c: New.
13556
13557 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
13558
13559 * gdb.xml/tdesc-regs.exp: Use for m68k.
13560
13561 2009-11-15 Pedro Alves <pedro@codesourcery.com>
13562
13563 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
13564
13565 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
13566
13567 * lib/gdb.exp (current_target_name): New procedure.
13568 (gdb_wrapper_target): New variable.
13569 (gdb_wrapper_init): Set gdb_wrapper_target.
13570 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
13571 wrapper.
13572
13573 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
13574
13575 * gdb.base/remote.exp: Delete the slowest load test.
13576 Do not load with fixed packet sizes.
13577
13578 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
13579
13580 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
13581
13582 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
13583
13584 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
13585 srcfile when setting a breakpoint.
13586
13587 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
13588
13589 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
13590 macros.
13591
13592 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
13593
13594 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
13595 to be in memory.
13596 * gdb.base/display.c (force_mem): New.
13597 (do_loops): Use it. Add breakpoint comments.
13598 (do_vars): Add a breakpoint comment.
13599 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
13600 line numbers.
13601
13602 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
13603
13604 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
13605 instead of a bare "run".
13606
13607 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
13608
13609 * gdb.python/py-prettyprint.exp: Adjust.
13610
13611 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13612
13613 * lib/cell.exp (skip_cell_tests): Clean up test files before
13614 returning.
13615
13616 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13617
13618 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
13619 and the breakpoint menu. Do not call perror if a prompt is seen.
13620 Consume the following GDB prompt.
13621 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
13622 * gdb.cp/namespace.exp: Use gdb_test.
13623 * gdb.cp/templates.exp: Use gdb_test.
13624 (test_template_breakpoints): Use gdb_test_multiple.
13625
13626 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13627
13628 * gdb.base/break1.c (struct some_struct, values): Move earlier.
13629 (marker4): Reference values.
13630
13631 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13632
13633 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
13634 is missing.
13635
13636 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13637
13638 * gdb.base/break.c (need_malloc): New.
13639 * gdb.base/constvars.c (main): Reference crass and crisp.
13640 * gdb.base/gdb1821.c (main): Reference bar.
13641 * gdb.cp/gdb1355.cc (main): Reference s1.
13642 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
13643 (main): Call them.
13644 * gdb.cp/hang2.cc (dummy2): Define.
13645 * gdb.cp/hang3.cc (dummy3): Define.
13646 * gdb.cp/m-data.cc (main): Reference shadow.
13647
13648 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
13649 Nathan Froyd <froydnj@codesourcery.com>
13650
13651 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
13652 remote host.
13653
13654 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
13655
13656 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
13657 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
13658 * gdb.dwarf2/dw2-compressed.exp: Likewise.
13659 * gdb.dwarf2/dw2-intercu.exp: Likewise.
13660 * gdb.dwarf2/dw2-intermix.exp: Likewise.
13661 * gdb.dwarf2/dw2-producer.exp: Likewise.
13662 * gdb.dwarf2/mac-fileno.exp: Likewise.
13663 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
13664 py-prettyprint.py to the remote host.
13665 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
13666
13667 2009-11-11 Keith Seitz <keiths@redhat.com>
13668
13669 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
13670 use it instead of "Foo".
13671 * gdb.cp/classes.exp (do_tests): Add a test to access
13672 a method through a typedef'd class name.
13673
13674 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
13675
13676 * gdb.base/long_long.exp: Permit leading zeros on floating-point
13677 exponents.
13678 * gdb.base/pointers.exp: Likewise.
13679 * gdb.cp/ref-types.exp: Likewise.
13680
13681 2009-11-11 Keith Seitz <keiths@redhat.com>
13682
13683 * gdb.cp/cplusfuncs.cc (class foo): Add operators
13684 new[] and delete[].
13685 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
13686 "void".
13687 (probe_demangler): Remove all single-quoting of
13688 method and variable names.
13689 (info_func_regexp): Remove the word "void" from any
13690 occurrence of "(void)".
13691 (print_addr_2): Remove all single-quoting of
13692 method names.
13693 (print_addr_2_kfail): Likewise.
13694 (print_addr): Single-quote C function names before
13695 passing to print_addr_2.
13696 (test_paddr_operator_functions): Remove single-quoting
13697 for method names.
13698 Add tests for operator new[] and operator delete[].
13699
13700 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13701
13702 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
13703
13704 2009-11-09 Keith Seitz <keiths@redhat.com>
13705
13706 * gdb.cp/overload.exp: Add tests for resolving overloaded
13707 methods in expression parsing/evaluation.
13708
13709 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
13710
13711 * lib/gdb.exp (default_gdb_version): Use --version instead of
13712 --command.
13713
13714 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
13715
13716 * lib/gdb.exp (gdb_compile_test): New.
13717 (skip_ada_tests, skip_java_tests): New.
13718 (gdb_compile): Use gdb_compile_test for f77.
13719 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
13720 * lib/java.exp (compile_java_from_source): Remove runtests check,
13721 use gdb_compile_test to record result.
13722 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
13723 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
13724 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
13725 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
13726 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
13727 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
13728 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
13729 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
13730 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
13731 adjust gdb_compile invocations.
13732
13733 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
13734
13735 * Makefile.in (abs_builddir): New.
13736 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
13737 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
13738 `$(abs_builddir)/site.exp'.
13739
13740 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
13741
13742 * config/m68k-emc.exp, lib/emc-support.exp,
13743 gdb.trace/gdb_c_test.c: Delete.
13744 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
13745 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
13746 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
13747 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
13748 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
13749 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
13750 casing for m68k-*-elf.
13751
13752 2009-11-03 Pedro Alves <pedro@codesourcery.com>
13753
13754 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
13755 * gdb.arch/i386-prologue.exp: Likewise.
13756 * gdb.arch/i386-unwind.exp: Likewise.
13757
13758 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
13759
13760 * lib/gdb.exp (gdb_expect): Fix timeout typo.
13761
13762 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
13763
13764 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
13765
13766 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
13767
13768 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
13769
13770 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13771
13772 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
13773
13774 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13775
13776 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
13777 * gdb.base/sepdebug2.c: New file.
13778
13779 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
13780
13781 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
13782 the modified warnings for catch syscall. Verify if GDB was compiled
13783 with support for lib expat, and choose which tests to run depending
13784 on this.
13785
13786 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
13787
13788 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
13789 that composite commands are parsed OK. And also test
13790 that breakpoint commands do work.
13791
13792 2009-10-23 Michael Snyder <msnyder@vmware.com>
13793
13794 gdb.reverse/consecutive-precsave.exp: Change expect pattern
13795 to allow for new disassembly style.
13796
13797 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
13798
13799 * gdb.asm/asm-source.exp: Adjust.
13800
13801 2009-10-22 Michael Snyder <msnyder@vmware.com>
13802
13803 * gdb.reverse/break-precsave.exp: New test.
13804 * gdb.reverse/consecutive-precsave.exp: Ditto.
13805 * gdb.reverse/finish-precsave.exp: Ditto.
13806 * gdb.reverse/i386-precsave.exp: Ditto.
13807 * gdb.reverse/machinestate-precsave.exp: Ditto.
13808 * gdb.reverse/sigall-precsave.exp: Ditto.
13809 * gdb.reverse/solilb-precsave.exp: Ditto.
13810 * gdb.reverse/step-precsave.exp: Ditto.
13811 * gdb.reverse/until-precsave.exp: Ditto.
13812 * gdb.reverse/watch-precsave.exp: Ditto.
13813
13814 2009-10-22 Michael Snyder <msnyder@vmware.com>
13815
13816 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
13817 for gdb_expect. Adjust one test's expect strings for the new
13818 format of disassemble.
13819 * gdb.reverse/finish-reverse.exp: Delete 'return'.
13820 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
13821 gdb_test_multiple.
13822 * gdb.reverse/step-reverse.exp: Delete 'return'.
13823 * gdb.reverse/until-reverse.exp: Delete blank lines.
13824 * gdb.reverse/watch-reverse.exp: Delete blank lines.
13825
13826 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
13827
13828 * gdb.base/consecutive.exp: Adjust.
13829 * gdb.base/display.exp: Likewise.
13830 * gdb.base/pc-fp.exp: Likewise.
13831 * gdb.base/sigbpt.exp: Likewise.
13832
13833 2009-10-19 Michael Snyder <msnyder@vmware.com>
13834
13835 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
13836 * gdb.reverse/finish-reverse.c: Ditto.
13837 * gdb.reverse/sigall-reverse.c: Ditto.
13838 * gdb.reverse/solib-reverse.c: Ditto.
13839 * gdb.reverse/step-reverse.c: Ditto.
13840 * gdb.reverse/watch-reverse.c: Ditto.
13841
13842 2009-10-19 Pedro Alves <pedro@codesourcery.com>
13843 Stan Shebs <stan@codesourcery.com>
13844
13845 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
13846 * gdb.base/foll-exec.exp: Adjust to expect a process id before
13847 "Executing new program".
13848 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
13849 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
13850 left listed after having been killed.
13851 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
13852 * gdb.base/maint.exp: Adjust test.
13853
13854 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
13855 * gdb.multi/Makefile.in: New.
13856 * gdb.multi/base.exp: New.
13857 * gdb.multi/goodbye.c: New.
13858 * gdb.multi/hangout.c: New.
13859 * gdb.multi/hello.c: New.
13860 * gdb.multi/bkpt-multi-exec.c: New.
13861 * gdb.multi/bkpt-multi-exec.exp: New.
13862 * gdb.multi/crashme.c: New.
13863
13864 2009-10-13 Tristan Gingold <gingold@adacore.com>
13865
13866 * gdb.base/sepdebug.exp: Check debug info are found.
13867
13868 2009-10-08 Pedro Alves <pedro@codesourcery.com>
13869
13870 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
13871 bits.
13872
13873 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13874
13875 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
13876
13877 2009-10-07 Joel Brobecker <brobecker@adacore.com>
13878
13879 * gdb.base/watchpoints.c: Add copyright header. Reformat one
13880 of the comments.
13881
13882 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
13883
13884 * gdb.base/annota1.exp: Remove obsolete match_max increase.
13885 * gdb.base/annota3.exp: Idem.
13886 * gdb.base/maint.exp: Idem.
13887
13888 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
13889
13890 * lib/gdb.exp (default_gdb_init): Set current value of match_max
13891 to default.
13892
13893 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
13894
13895 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
13896 mingw and cygwin targets.
13897
13898 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
13899 Pedro Alves <pedro@codesourcery.com>
13900
13901 * lib/gdb.exp (gdb_compile): Avoid adding
13902 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
13903
13904 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
13905
13906 * gdb.base/shr1.c: Use %p in format string.
13907 * gdb.base/unload.c: Avoid warning in fprintf.
13908 * gdb.base/watchpoint-solib.c: Idem.
13909
13910 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
13911
13912 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
13913 long type.
13914 (test_unlink): Correct printf string.
13915 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
13916 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
13917
13918 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
13919
13920 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
13921 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
13922 * gdb.arch/ia64-breakpoint-shadow.S: New file.
13923
13924 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13925
13926 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
13927 * gdb.objc/nondebug.exp: Likewise.
13928
13929 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13930
13931 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
13932 target_info setting.
13933
13934 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
13935 that detect new threads during "info threads".
13936
13937 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13938
13939 * gdb.threads/manythreads.c (main): Increase thread stack size
13940 to 2*PTHREAD_STACK_MIN.
13941 * gdb.threads/multi-create.c (main): Likewise.
13942 (create_function): Likewise.
13943
13944 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13945
13946 * gdb.base/dump.exp: Pass difference of pointer types instead
13947 of integer types as offset to restore in intarr3.srec case.
13948
13949 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13950
13951 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
13952
13953 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13954
13955 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
13956
13957 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
13958
13959 New test for two watchpoints, with disabling of
13960 the first inserted.
13961 * testsuite/gdb.base/watchpoints.c: New file.
13962 * testsuite/gdb.base/watchpoints.exp: New file.
13963
13964 2009-09-25 Tom Tromey <tromey@redhat.com>
13965
13966 * gdb.base/charset.exp: Test utf-16 strings with Python.
13967
13968 2009-09-25 Tom Tromey <tromey@redhat.com>
13969
13970 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
13971 UCS-4.
13972 * gdb.base/charset.c (utf_32_string): Rename.
13973 (init_utf32): Rename.
13974 (main): Update.
13975
13976 2009-09-22 Tom Tromey <tromey@redhat.com>
13977
13978 * gdb.python/py-function.exp: Add regression tests.
13979
13980 2009-09-21 Keith Seitz <keiths@redhat.com>
13981
13982 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
13983 with invalid operator.
13984
13985 2009-09-21 Keith Seitz <keiths@redhat.com>
13986
13987 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
13988 and destructor using typedef name of class.
13989 * gdb.cp/classes.cc (class Base1): Add a destructor.
13990 (base1): New typedef.
13991 (use_methods): Instanitate an object of type base1.
13992 * gdb.cp/templates.exp (test_template_typedef): New procedure.
13993 (do_tests): Call test_template_typedef.
13994 * gdb.cp/templates.cc (Baz::~Baz): New method.
13995 (intBazOne): New typedef.
13996 (main): Instantiate intBazOne.
13997
13998 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
13999
14000 PR python/10633
14001
14002 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
14003 Function.
14004 (run_lang_tests): Add print elements test.
14005
14006 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
14007
14008 * gdb.python/py-value.exp (test_subscript_regression): New
14009 function. Test for invalid subscripts.
14010 * gdb.python/py-value.c (main): Add test array, and pointer to it.
14011 (ptr_ref): New function.
14012
14013 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
14014
14015 * gdb.base/default.exp: Fix "show convenience".
14016
14017 2009-09-15 Tom Tromey <tromey@redhat.com>
14018
14019 * lib/mi-support.exp (mi_create_varobj): Update.
14020 (mi_create_floating_varobj): Likewise.
14021 (mi_create_dynamic_varobj): New proc.
14022 (mi_varobj_update): Update.
14023 (mi_varobj_update_with_type_change): Likewise.
14024 (mi_varobj_update_kv_helper): New proc.
14025 (mi_varobj_update_dynamic_helper): Rewrite.
14026 (mi_varobj_update_dynamic): New proc.
14027 (mi_list_varobj_children): Update.
14028 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
14029 * gdb.python/python-prettyprint.py (pp_outer): New class.
14030 (pp_nullstr): Likewise.
14031 (lookup_function): Register new printers.
14032 * gdb.python/python-prettyprint.c (struct substruct): New type.
14033 (struct outerstruct): Likewise.
14034 (substruct_test): New function.
14035 (struct nullstr): New type.
14036 (string_1, string_2): New globals.
14037 (main): Add new tests.
14038 * gdb.python/python-mi.exp: Added regression tests.
14039 * gdb.mi/mi2-var-display.exp: Update.
14040 * gdb.mi/mi2-var-cmd.exp: Update.
14041 * gdb.mi/mi2-var-child.exp: Update.
14042 * gdb.mi/mi2-var-block.exp: Update.
14043 * gdb.mi/mi-var-invalidate.exp: Update.
14044 * gdb.mi/mi-var-display.exp: Update.
14045 * gdb.mi/mi-var-cmd.exp: Update.
14046 * gdb.mi/mi-var-child.exp: Update.
14047 * gdb.mi/mi-var-block.exp: Update.
14048 * gdb.mi/mi-break.exp: Update.
14049 * gdb.mi/gdb701.exp: Update.
14050
14051 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
14052
14053 * Makefile.in: Inclusion of catch-syscall object.
14054 * gdb.base/catch-syscall.c: New file.
14055 * gdb.base/catch-syscall.exp: New file.
14056
14057 2009-09-12 Michael Snyder <msnyder@vmware.com>
14058
14059 * gdb.reverse/step-reverse.exp: Explicitly check for targets
14060 that can support reverse debuggnig.
14061
14062 2009-09-11 Tom Tromey <tromey@redhat.com>
14063
14064 * gdb.dwarf2/valop.S: New file.
14065 * gdb.dwarf2/valop.exp: New file.
14066
14067 2009-09-11 Mark Kettenis <kettenis@gnu.org>
14068
14069 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
14070
14071 2009-09-10 Doug Evans <dje@google.com>
14072
14073 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
14074 Add $gdb_prompt to second breakpoint regexp.
14075
14076 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
14077
14078 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
14079 names, add missing ones.
14080 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
14081 * gdb.python/py-frame.c: Rename from python-frame.c.
14082 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
14083 testfile name.
14084 * gdb.python/py-function.exp: Rename from python-function.exp.
14085 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
14086 testfile name.
14087 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
14088 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
14089 Adjust testfile name.
14090 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
14091 * gdb.python/py-template.cc: Rename from python-template.cc.
14092 * gdb.python/py-template.exp: Rename from python-template.exp.
14093 Adjust testfile name.
14094 * gdb.python/py-value.c: Rename from python-value.c.
14095 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
14096 testfile name.
14097
14098 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14099
14100 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
14101 $bpt2address.
14102 (Second breakpoint address is valid on ia64)
14103 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
14104
14105 2009-09-03 Joseph Myers <joseph@codesourcery.com>
14106
14107 * gdb.base/ending-run.exp: Restrict regular expression matching
14108 line number to require closing brace following.
14109
14110 2009-09-03 Doug Evans <dje@google.com>
14111
14112 * gdb.base/store.exp (check_set): Fix typo in expected value message.
14113
14114 2009-09-02 Tom Tromey <tromey@redhat.com>
14115
14116 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
14117
14118 2009-09-02 Tom Tromey <tromey@redhat.com>
14119
14120 * gdb.dwarf2/callframecfa.exp: New file.
14121 * gdb.dwarf2/callframecfa.S: New file.
14122
14123 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14124
14125 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
14126 gdb.base/solib-overlap-main.c: New.
14127
14128 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
14129
14130 PR gdb/10565
14131
14132 * gdb.base/bitfields.c (struct container, container): New.
14133 (main): Initialize it and call break5.
14134 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
14135
14136 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
14137
14138 Support constant DW_AT_data_member_location by GCC PR debug/40659.
14139 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
14140
14141 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14142
14143 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
14144
14145 2009-08-26 Michael Snyder <msnyder@vmware.com>
14146
14147 * gdb.base/i386-reverse.c: New file.
14148 * gdb.base/i386-reverse.exp: New file.
14149 * gdb.base/Makefile.in: Add new files to be removed.
14150
14151 2009-08-26 Joseph Myers <joseph@codesourcery.com>
14152
14153 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
14154 environment-pwd for remote host.
14155 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
14156
14157 2009-08-24 Keith Seitz <keiths@redhat.com>
14158
14159 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
14160 Add two new C++ completer tests which limit the output to a
14161 given class.
14162
14163 2009-08-24 Michael Snyder <msnyder@vmware.com>
14164
14165 * gdb.base/del.exp: Fix typo in comment.
14166 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
14167
14168 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14169
14170 * configure: Regenerate.
14171 * gdb.hp/configure: Likewise.
14172 * gdb.hp/gdb.aCC/configure: Likewise.
14173 * gdb.hp/gdb.base-hp/configure: Likewise.
14174 * gdb.hp/gdb.compat/configure: Likewise.
14175 * gdb.hp/gdb.defects/configure: Likewise.
14176 * gdb.hp/gdb.objdbg/configure: Likewise.
14177 * gdb.stabs/configure: Likewise.
14178
14179 2009-08-19 Doug Evans <dje@google.com>
14180
14181 * gdb.base/gdbvars.c: New file.
14182 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
14183
14184 2009-08-14 Pedro Alves <pedro@codesourcery.com>
14185
14186 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
14187 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
14188
14189 2009-08-13 Pedro Alves <pedro@codesourcery.com>
14190
14191 * gdb.base/default.exp: Adjust "set language test": it's now an
14192 enum command. Larger help string moved to "help set language".
14193 * gdb.base/help.exp: Adjust "help set language" expected output,
14194 now lists all known languages.
14195
14196 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
14197
14198 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
14199 all frame arguments.
14200 * gdb.arch/altivec-regs.exp: Likewise.
14201
14202 2009-08-07 Tom Tromey <tromey@redhat.com>
14203
14204 * gdb.base/setshow.exp: Add tests for changes to set language, set
14205 check range, and set check type.
14206
14207 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
14208
14209 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
14210 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
14211 Call it.
14212
14213 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14214
14215 * configure.ac: Run gdb.cell tests when appropriate.
14216 * configure: Regenerate.
14217 * lib/cell.exp: New file.
14218 * gdb.cell: New directory.
14219 * gdb.cell/configure.ac: New file.
14220 * gdb.cell/configure: New file.
14221 * gdb.cell/Makefile.in: New file.
14222 * gdb.cell/arch.exp: New file.
14223 * gdb.cell/break.c: New file.
14224 * gdb.cell/break.exp: New file.
14225 * gdb.cell/break-spu.c: New file.
14226 * gdb.cell/bt.c: New file.
14227 * gdb.cell/bt2-spu.c: New file.
14228 * gdb.cell/bt-spu.c: New file.
14229 * gdb.cell/bt.exp: New file.
14230 * gdb.cell/coremaker.c: New file.
14231 * gdb.cell/coremaker-spu.c: New file.
14232 * gdb.cell/core.exp: New file.
14233 * gdb.cell/gcore.exp: New file.
14234 * gdb.cell/data.c: New file.
14235 * gdb.cell/data.exp: New file.
14236 * gdb.cell/data-spu.c: New file.
14237 * gdb.cell/ea-cache.exp: New file.
14238 * gdb.cell/ea-cache.c: New file.
14239 * gdb.cell/ea-cache-spu.c: New file.
14240 * gdb.cell/ea-standalone.c: New file.
14241 * gdb.cell/ea-standalone.exp: New file.
14242 * gdb.cell/ea-test.c: New file.
14243 * gdb.cell/ea-test.exp: New file.
14244 * gdb.cell/f-regs.exp: New file.
14245 * gdb.cell/mem-access.c: New file.
14246 * gdb.cell/mem-access.exp: New file.
14247 * gdb.cell/mem-access-spu.c: New file.
14248 * gdb.cell/ptype.exp: New file.
14249 * gdb.cell/registers.exp: New file.
14250 * gdb.cell/size.c: New file.
14251 * gdb.cell/sizeof.exp: New file.
14252 * gdb.cell/size-spu.c: New file.
14253 * gdb.cell/solib.exp: New file.
14254 * gdb.cell/solib-symbol.exp: New file.
14255
14256 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14257
14258 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
14259
14260 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
14261
14262 * gdb.base/float.exp: Handle VFP registers.
14263
14264 2009-07-14 Michael Snyder <msnyder@vmware.com>
14265
14266 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
14267 to bring gdb to the beginning of the calling line.
14268
14269 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
14270 confusing the i386 epilogue unwinder.
14271
14272 2009-07-14 Stan Shebs <stan@codesourcery.com>
14273
14274 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
14275
14276 2009-07-14 Michael Snyder <msnyder@vmware.com>
14277
14278 * gdb.reverse/step-reverse.exp (stepi into function call):
14279 Call instruction may not be first instruction in the line.
14280 (reverse stepi from a function call): Used wrong line number.
14281
14282 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14283
14284 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
14285
14286 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14287
14288 Fix gdb.base/macscp.exp when using custom inputrc.
14289 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
14290 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
14291 env(TERM) set.
14292 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
14293 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
14294
14295 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14296
14297 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
14298 * gdb.base/annota1.exp (thread_test): Import global $testfile.
14299 Change the compilation target to match the testcase name.
14300 * gdb.base/sect-cmd.exp: Change the compilation target to match the
14301 testcase name.
14302 * a2-run.exp: Use for setup prepare_for_testing. Change the
14303 compilation target to match the testcase name.
14304 * gdb.base/commands.exp: Likewise.
14305 * gdb.base/finish.exp: Likewise.
14306 * gdb.base/float.exp: Likewise.
14307 * gdb.base/info-target.exp: Likewise.
14308 * gdb.base/relational.exp: Likewise.
14309 * gdb.base/term.exp: Likewise.
14310 * gdb.base/until.exp: Likewise.
14311 * gdb.base/volatile.exp: Likewise.
14312 * gdb.base/whatis-exp.exp: Likewise.
14313
14314 2009-07-11 Hui Zhu <teawater@gmail.com>
14315
14316 * gdb.base/help.exp (disassemble): Update expected help text.
14317
14318 2009-07-09 Tom Tromey <tromey@redhat.com>
14319
14320 * lib/gdb.exp: Handle TRANSCRIPT.
14321 (remote_spawn, remote_close, send_gdb): New procs.
14322
14323 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
14324
14325 * gdb.python/python-prettyprint.c: Add counted null string
14326 structure.
14327 * gdb.python/python-prettyprint.exp: Print null string. Test for
14328 embedded nulls.
14329 * gdb.python/python-prettyprint.py (pp_ns): New Function.
14330 * gdb.python/python-value.exp (test_value_in_inferior): Add
14331 variable length string fetch tests.
14332 * gdb.python/python-value.c (main): Add strings for string fetch tests.
14333
14334 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
14335
14336 * gdb.base/dump.exp (inaccessible memory is reported): New test.
14337
14338 2009-07-07 Tom Tromey <tromey@redhat.com>
14339
14340 * gdb.base/call-rt-st.exp: Update for change to escape output.
14341 * gdb.base/callfuncs.exp: Likewise.
14342 * gdb.base/charset.exp: Likewise.
14343 * gdb.base/constvars.exp: Likewise.
14344 * gdb.base/long_long.exp: Likewise.
14345 * gdb.base/pointers.exp: Likewise.
14346 * gdb.base/printcmds.exp: Likewise.
14347 * gdb.base/setvar.exp: Likewise.
14348 * gdb.base/store.exp: Likewise.
14349 * gdb.cp/ref-types.exp: Likewise.
14350 * gdb.mi/mi-var-child.exp: Likewise.
14351 * gdb.mi/mi-var-display.exp: Likewise.
14352 * gdb.mi/mi2-var-display.exp: Likewise.
14353 * gdb.base/charset.exp: Test octal escape sequence length.
14354 Update for change to escape output.
14355
14356 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14357
14358 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
14359
14360 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
14361
14362 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
14363
14364 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
14365
14366 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
14367 gdbserver increasing $portnum if "Can't bind address" has been seen.
14368
14369 2009-07-05 Pedro Alves <pedro@codesourcery.com>
14370
14371 * gdb.base/ending-run.exp: Add "step out of main" pattern for
14372 mingw32ce.
14373
14374 2009-07-05 Pedro Alves <pedro@codesourcery.com>
14375
14376 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
14377 VFP format.
14378
14379 2009-07-02 Pedro Alves <pedro@codesourcery.com>
14380
14381 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
14382 linux. Adjust to use "inferior", "info inferiors", "detach
14383 inferior" and "kill inferior" instead of "restart", "info fork",
14384 "detach fork" and "delete fork".
14385 * gdb.base/ending-run.exp: Spell out "info".
14386 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
14387 the "kill" command.
14388
14389 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14390
14391 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
14392 change to prefix TLS offset in hex with 0x.
14393
14394 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14395
14396 * gdb.base/default.exp: Update test case for "x" changes.
14397
14398 2009-07-01 Tristan Gingold <gingold@adacore.com>
14399
14400 * gdb.base/bigcore.exp: Make darwin untested.
14401
14402 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14403
14404 * gdb.base/completion.exp (directory completion): Create the directory.
14405 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
14406 escapeuniquesub.
14407 (directory completion 2): Expect now ${escapeuniquesub}.
14408 (Glob remaining of directory test): Remove one excessive newline.
14409 Expect the real output.
14410
14411 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14412
14413 Fix `make check//%' target after `make check' has been ran.
14414 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
14415 a mkdir call.
14416 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
14417 (%/.dir): Remove.
14418
14419 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14420
14421 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
14422 the expected result record.
14423
14424 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14425
14426 Remove racy FAILs relying just on the timeouts.
14427 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
14428 (annotation_level 2): Remove racy FAILs.
14429
14430 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
14431
14432 gdb/10275
14433 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
14434
14435 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
14436
14437 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
14438
14439 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
14440
14441 * gdb.mi/mi-stack.exp: Testing symbolic options
14442 to -stack-list-locals and -stack-list-arguments.
14443
14444 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14445
14446 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
14447
14448 2009-06-29 Tom Tromey <tromey@redhat.com>
14449
14450 * dg-extract-results.sh: New file.
14451 * Makefile.in (FORCE_PARALLEL): New variable.
14452 (CHECK_TARGET): New conditional variable.
14453 (check): Use CHECK_TARGET.
14454 (DO_RUNTEST): New variable.
14455 (check-single): New target.
14456 (TEST_DIRS): New variable.
14457 (TEST_TARGETS): Likewise.
14458 (check-parallel): New target.
14459 (check-gdb.%): New pattern.
14460 (BASE1_FILES): New variable.
14461 (BASE2_FILES): Likewise.
14462 (check-gdb.base%): New pattern.
14463 (%/.dir): New pattern.
14464 * configure: Rebuild.
14465 * aclocal.m4 (AM_CONDITIONAL): New defun.
14466 * configure.ac: Check whether user is using GNU make.
14467 (GMAKE): New conditional.
14468
14469 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
14470
14471 * gdb.cp/namespace-nested-import.cc: New test.
14472 * gdb.cp/namespace-nested-import.exp: New test.
14473
14474 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
14475
14476 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
14477 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
14478 * gdb.opt/Makefile.in (EXECUTABLES): Update.
14479 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
14480 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
14481 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
14482 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
14483 gdb.opt/inline-markers.c: New files.
14484 * lib/gdb.exp (skip_inline_frame_tests): New function.
14485 (skip_inline_var_tests): New function.
14486
14487 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
14488
14489 * gdb.cp/exception.exp: Don't require $hex before inner frame in
14490 backtrace.
14491
14492 2009-06-27 Michael Snyder <msnyder@vmware.com>
14493
14494 * gdb.reverse: New directory.
14495 * gdb.reverse/break-reverse.c: New test.
14496 * gdb.reverse/break-reverse.exp: New test.
14497 * gdb.reverse/consecutive-reverse.c: New test.
14498 * gdb.reverse/consecutive-reverse.exp: New test.
14499 * gdb.reverse/finish-reverse.c: New test.
14500 * gdb.reverse/finish-reverse.exp: New test.
14501 * gdb.reverse/machinestate.c: New test.
14502 * gdb.reverse/ms1.c: New test.
14503 * gdb.reverse/machinestate.exp: New test.
14504 * gdb.reverse/Makefile.in: New file.
14505 * gdb.reverse/shr2.c: New test.
14506 * gdb.reverse/solib-reverse.c: New test.
14507 * gdb.reverse/solib-reverse.exp: New test.
14508 * gdb.reverse/step-reverse.c: New test.
14509 * gdb.reverse/step-reverse.exp: New test.
14510 * gdb.reverse/until-reverse.c: New test.
14511 * gdb.reverse/ur1.c: New test.
14512 * gdb.reverse/until-reverse.exp: New test.
14513 * gdb.reverse/watch-reverse.c: New test.
14514 * gdb.reverse/watch-reverse.exp: New test.
14515 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
14516 * configure: Regenerate.
14517
14518 2009-06-26 Doug Evans <dje@google.com>
14519
14520 * gdb.base/psymtab.exp: Turn off pending breakpoints.
14521
14522 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
14523
14524 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
14525 windows problem for 'file delete $binfile'.
14526
14527 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
14528
14529 * gdb.cp/namespace-using.exp: New test.
14530 * gdb.cp/namespace-using.cc: New test.
14531
14532 2009-05-20 Joel Brobecker <brobecker@adacore.com>
14533
14534 * gdb.ada/variant_record_packed_array: New testcase.
14535
14536 2009-06-23 Tom Tromey <tromey@redhat.com>
14537
14538 * gdb.base/charset.exp (test_combination): Regression test.
14539 * gdb.base/charset.c (my_wchar_t): New typedef.
14540 (myvar): New global.
14541 (main): Set myvar.
14542
14543 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
14544
14545 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
14546 target.
14547
14548 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14549
14550 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
14551
14552 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14553
14554 * gdb.mi/gdb680.exp: Update test for error message.
14555
14556 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14557
14558 * gdb.base/annota1.exp: Allow multiple occurrences of the
14559 frames-invalid annotation.
14560 * gdb.cp/annota2.exp: Likewise.
14561
14562 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
14563
14564 * gdb.cp/gdb2495.cc: New file.
14565 * gdb.cp/gdb2495.exp: New file.
14566
14567 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14568
14569 Report error on GDB crash during runto.
14570 * lib/gdb.exp (runto <eof>): New.
14571
14572 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
14573
14574 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
14575 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
14576 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
14577 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
14578 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
14579 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
14580 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
14581 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
14582 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
14583 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
14584 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
14585 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
14586 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
14587 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
14588 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
14589 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
14590 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
14591 gdb.server/server-mon.exp, gdb.server/server-run.exp,
14592 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
14593 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
14594 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
14595 gdb.trace/passcount.exp, gdb.trace/report.exp,
14596 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
14597 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
14598 gdb.trace/while-stepping.exp: Use a unique name for the compiled
14599 executable.
14600
14601 2009-06-07 Pedro Alves <pedro@codesourcery.com>
14602
14603 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
14604 defined before referencing it.
14605
14606 2009-06-03 Doug Evans <dje@google.com>
14607
14608 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
14609 * gdb.arch/i386-see.c: Ditto.
14610
14611 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
14612
14613 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
14614 (check_macro): Return 1 if undefined.
14615 If first test fails, check if macro debug information is available,
14616 and report unsupported test if no macro information is found.
14617
14618 2009-05-29 Doug Evans <dje@google.com>
14619
14620 * gdb.threads/hand-call-in-threads.exp: New.
14621 * gdb.threads/hand-call-in-threads.c: New.
14622
14623 2009-05-29 Michael Snyder <msnyder@vmware.com>
14624
14625 * gdb.base/break-always.exp: Change "1" to "on".
14626 Add confirmation check.
14627
14628 2009-05-28 Pedro Alves <pedro@codesourcery.com>
14629
14630 * gdb.threads/threxit-hop-specific.c: New.
14631 * gdb.threads/threxit-hop-specific.exp: New.
14632 * gdb.threads/thread-execl.c: New.
14633 * gdb.threads/thread-execl.exp: New.
14634
14635 2009-05-27 Tom Tromey <tromey@redhat.com>
14636 Thiago Jung Bauermann <bauerman@br.ibm.com>
14637
14638 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
14639 (mi_child_regexp): Likewise.
14640 (mi_list_varobj_children_range): Likewise.
14641 (mi_get_features): Likewise.
14642 (mi_list_varobj_children): Rewrite.
14643 * gdb.python/python-mi.exp: New file.
14644
14645 2009-05-27 Tom Tromey <tromey@redhat.com>
14646 Thiago Jung Bauermann <bauerman@br.ibm.com>
14647 Phil Muldoon <pmuldoon@redhat.com>
14648 Paul Pluzhnikov <ppluzhnikov@google.com>
14649
14650 * gdb.python/python-prettyprint.exp: New file.
14651 * gdb.python/python-prettyprint.c: New file.
14652 * gdb.python/python-prettyprint.py: New file.
14653 * gdb.base/display.exp: print/r is now valid.
14654
14655 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
14656 Tom Tromey <tromey@redhat.com>
14657 Pedro Alves <pedro@codesourcery.com>
14658 Paul Pluzhnikov <ppluzhnikov@google.com>
14659
14660 * gdb.python/python-template.exp: New file.
14661 * gdb.python/python-template.cc: New file.
14662 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
14663 tests.
14664 * gdb.python/python-value.exp (py_objfile_tests): New proc.
14665 Call it.
14666 (test_value_after_death): New proc.
14667 * gdb.python/python-value.c (PTR): New typedef.
14668 (main): New variable 'x'.
14669
14670 2009-05-27 Tom Tromey <tromey@redhat.com>
14671
14672 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
14673 tests.
14674 * gdb.python/python-value.exp (py_objfile_tests): New proc.
14675 Call it.
14676
14677 2009-05-27 Pedro Alves <pedro@codesourcery.com>
14678
14679 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
14680
14681 2009-05-24 Pedro Alves <pedro@codesourcery.com>
14682
14683 * gdb.threads/fork-thread-pending.c: New.
14684 * gdb.threads/fork-thread-pending.exp: New.
14685
14686 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14687
14688 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
14689 * gdb.dwarf2/dw2-strp.S (a_string2): New.
14690
14691 2009-05-18 Jon Beniston <jon@beniston.com>
14692
14693 * gdb.asm/asm-source.exp: Add lm32 target.
14694
14695 2009-05-17 Pedro Alves <pedro@codesourcery.com>
14696
14697 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
14698 `gdb_get_line_number'. Call `callee' in both parent and child.
14699 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
14700 `gdb_get_line_number' instead of hardcoding line numbers.
14701 (catch_fork_unpatch_child): New procedure to test detaching
14702 breakpoints from child fork.
14703 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
14704 hardcoding line numbers.
14705 (do_fork_tests): Run `catch_fork_unpatch_child'.
14706
14707 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
14708
14709 * gdb.mi/mi-cmd-var.exp: Check that when varobj
14710 of structure type enters or leaves the scope, it
14711 is reported by -var-update.
14712
14713 2009-05-11 Doug Evans <dje@sebabeach.org>
14714
14715 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
14716 * gdb.threads/pending-step.c (main): Fix off-by-one error.
14717 * gdb.threads/schedlock.c (main): Fix off-by-one error.
14718
14719 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14720
14721 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
14722
14723 2009-04-30 Doug Evans <dje@google.com>
14724
14725 * gdb.threads/watchthreads2.exp: New testcase.
14726 * gdb.threads/watchthreads2.c: New testcase.
14727
14728 2009-04-29 Doug Evans <dje@google.com>
14729
14730 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
14731 * gdb.cp/mb-ctor.cc: Ditto.
14732 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
14733 * gdb.cp/mb-inline.h (multi_line_foo): New function.
14734 * gdb.cp/mb-inline1.cc: Call it.
14735 * gdb.cp/mb-inline2.cc: Ditto.
14736 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
14737 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
14738
14739 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
14740
14741 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
14742 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
14743 Replace all uses of `decimal' by `nonzero'.
14744 (info macro FROM_COMMANDLINE): New test.
14745
14746 2009-04-27 Tom Tromey <tromey@redhat.com>
14747
14748 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
14749
14750 2009-04-27 Doug Evans <dje@google.com>
14751
14752 * gdb.threads/watchthreads.c (main): Initialize args before starting
14753 the threads. Plus formatting cleanup.
14754 * gdb.threads/watchthreads.exp: Avoid errant failures due to
14755 biased scheduling of one thread.
14756
14757 2009-04-27 Jerome Guitton <guitton@adacore.com>
14758
14759 * gdb.cp/templates.cc (GetMax): New template.
14760 (main): Declare two instances of GetMax.
14761 * gdb.cp/templates.exp: Add new test.
14762
14763 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14764
14765 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
14766
14767 2009-04-22 Joseph Myers <joseph@codesourcery.com>
14768
14769 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
14770
14771 2009-04-15 Tom Tromey <tromey@redhat.com>
14772
14773 * gdb.base/charset.exp: Add regression test.
14774
14775 2009-04-14 Joel Brobecker <brobecker@adacore.com>
14776
14777 * gdb.base/exe-lock.exp: New testcase.
14778
14779 2009-04-13 Tom Tromey <tromey@redhat.com>
14780
14781 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
14782 operator on Frame.
14783
14784 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14785
14786 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
14787 * gdb.server/ext-attach.exp: Likewise.
14788
14789 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
14790
14791 Eliminate some sleep usage.
14792
14793 * gdb.mi/basics.c (do_nothing): New.
14794 (main): Use do_nothing instead of printf, so that
14795 not to introduce race condition between output of
14796 inferiour and output of gdb. Do not use sleep as it
14797 is not generally available on embedded targets.
14798
14799 2009-04-02 Pedro Alves <pedro@codesourcery.com>
14800
14801 * gdb.server/ext-attach.exp: Expect an optional process id after
14802 "Detached from remote process".
14803
14804 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
14805
14806 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
14807 gdb.dwarf2/dw2-unresolved.exp: New.
14808
14809 2009-04-02 Pedro Alves <pedro@codesourcery.com>
14810
14811 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
14812 mi_run_to_main.
14813
14814 2009-04-02 Pedro Alves <pedro@codesourcery.com>
14815
14816 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
14817 mi_run_to_main. Skip thread exit test on remote targets.
14818 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
14819 mi_run_to_main.
14820 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
14821 mi_run_to_main.
14822 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
14823 when expecting ^connected. Detect when the target doesn't support
14824 non-stop mode.
14825 (mi_run_cmd): Detect if non-stop mode was requested by isn't
14826 supported. Return -1 on error, 0 on success.
14827 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
14828 (mi_runto): Return mi_runto_helper's result explicitly.
14829
14830 2009-04-01 Pedro Alves <pedro@codesourcery.com>
14831
14832 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
14833
14834 2009-04-01 Tom Tromey <tromey@redhat.com>
14835
14836 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
14837 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
14838 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
14839 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
14840
14841 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
14842 Jan Kratochvil <jan.kratochvil@redhat.com>
14843
14844 PR gdb/931
14845 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
14846 output.
14847 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
14848 for gdb/931.
14849 * dw2-strp.S (DW_AT_language): Change to C++.
14850 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
14851
14852 2009-03-31 Joel Brobecker <brobecker@adacore.com>
14853
14854 * gdb.ada/tasks: New testcase.
14855
14856 2009-03-30 Stan Shebs <stan@codesourcery.com>
14857
14858 * gdb.trace/actions.exp: Update to match new info trace format.
14859 * gdb.trace/deltrace.exp: Ditto.
14860 * gdb.trace/infotrace.exp: Ditto.
14861 * gdb.trace/passcount.exp: Ditto.
14862 * gdb.trace/save-trace.exp: Ditto.
14863 * gdb.trace/while-stepping.exp: Ditto.
14864 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
14865
14866 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
14867
14868 * gdb.python/python-frame.c: New file.
14869 * gdb.python/python-frame.exp: New file.
14870
14871 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
14872
14873 * gdb.python/python-value.exp: Add tests for the address
14874 attribute.
14875
14876 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
14877
14878 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
14879
14880 2009-03-26 Doug Evans <dje@google.com>
14881
14882 * gdb.mi/mi-nonstop-exit.exp: New file.
14883 * gdb.mi/non-stop-exit.c: New file.
14884
14885 2009-03-26 Tom Tromey <tromey@redhat.com>
14886
14887 Update for change to prologue skipping:
14888 * gdb.mi/mi2-simplerun.exp: Update.
14889 * gdb.mi/mi2-break.exp: Update.
14890 * gdb.mi/mi-simplerun.exp: Update.
14891 * gdb.mi/mi-break.exp: Update.
14892 * gdb.base/ending-run.exp: Update.
14893
14894 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
14895
14896 * gdb.python/python-value.exp (test_value_in_inferior): Test
14897 gdb.Value.is_optimized_out attribute.
14898
14899 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14900
14901 * gdb.dwarf2/dw2-noloc-main.c: New file.
14902 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
14903 (.text): Remove.
14904 (.data): New.
14905 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
14906 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
14907 (DW_TAG_subprogram func_cu1, noloc): Remove.
14908 (main): New.
14909 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
14910 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
14911 (file_symbols): New procedure.
14912
14913 2009-03-25 Tom Tromey <tromey@redhat.com>
14914
14915 * gdb.base/charset.exp (valid_target_charset): New proc.
14916 Use it to skip tests on invalid charsets.
14917
14918 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
14919
14920 * gdb.base/completion.exp: Add a test for directory completion.
14921
14922 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14923
14924 Fix a racy FAIL.
14925 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
14926 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
14927
14928 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
14929
14930 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
14931 * gdb.python/python-function.exp: Add test for function returning
14932 a GDB value.
14933
14934 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
14935
14936 * gdb.python/python-function.exp: New file.
14937
14938 2009-03-20 Tom Tromey <tromey@redhat.com>
14939
14940 * gdb.base/store.exp: Update for change to escape output.
14941 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
14942 to escape output.
14943 * gdb.base/pointers.exp: Update for change to escape output.
14944 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
14945 to escape output.
14946 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
14947 escape output.
14948 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
14949 to escape output.
14950 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
14951 escape output.
14952 * gdb.base/setvar.exp: Update for change to escape output.
14953 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
14954 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
14955 to escape output.
14956 (test_print_string_constants): Likewise.
14957 * gdb.base/charset.exp (valid_host_charset): Check size of
14958 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
14959 cases. Handle "auto"-related output.
14960 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
14961 (uvar, Uvar): New globals.
14962
14963 2009-03-19 Jerome Guitton <guitton@adacore.com>
14964
14965 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
14966 deltas.
14967 * gdb.ada/fixed_points.exp: Ditto.
14968
14969 2009-03-18 Pedro Alves <pedro@codesourcery.com>
14970
14971 * return-nodebug.c: Don't include stdio.h.
14972 (init): Delete.
14973 (func): Delete definition and provide extern declaration.
14974 (t): New.
14975 (main): Don't call printf. Call func and store its result in t.
14976 * return-nodebug1.c: New.
14977 * return-nodebug.exp: Don't expect stdio output. Instead, print
14978 the global variable t. Drop printf formatters and cast types from
14979 foreach loop. Don't use prepare_for_testing. Compile
14980 return-nodebug.c and return-nodebug1.c in separate steps. Don't
14981 define FORMAT or CAST.
14982
14983 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
14984
14985 * gdb.base/solib-display.exp: Disable test for remote targers.
14986
14987 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14988
14989 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
14990
14991 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14992
14993 Fix a racy FAIL.
14994 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
14995 code from `follow parent, print pids'.
14996 (`follow child, print pids', `follow parent, print pids'): Call it.
14997 Replace `gdb_test "break..."' by gdb_breakpoint.
14998
14999 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
15000
15001 * gdb.mi/mi-cli.exp: Adjust for output difference in
15002 sync and async modes.
15003
15004 2009-03-12 Joel Brobecker <brobecker@adacore.com>
15005
15006 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
15007 that was checked in by mistake. Remove loading of ada.exp, since
15008 this is not necessary in this case.
15009
15010 2009-03-12 Joel Brobecker <brobecker@adacore.com>
15011
15012 * gdb.ada/ptype_arith_binop.exp: New testcase.
15013
15014 2009-03-12 Joel Brobecker <brobecker@adacore.com>
15015
15016 * gdb.ada/mod_from_name: New testcase.
15017
15018 2009-03-12 Joel Brobecker <brobecker@adacore.com>
15019
15020 * gdb.ada/tick_last_segv: New testcase.
15021
15022 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
15023
15024 * gdb.mi/mi-cli.exp: Remove debug print.
15025
15026 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
15027
15028 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
15029 include the token in ^running and frame info in *stopped.
15030
15031 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
15032
15033 * solib-display.exp: New file.
15034 * solib-display-main.c: New file.
15035 * solib-display-lib.c: New file.
15036
15037 2009-03-05 Pedro Alves <pedro@codesourcery.com>
15038
15039 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
15040
15041 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
15042
15043 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
15044 (list_and_check_macro): Use more specific test name.
15045 (next to definition): Make the test names unique.
15046
15047 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
15048
15049 * gdb.pascal/floats.exp: Accept approximate results everywhere.
15050
15051 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
15052
15053 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
15054 notifications.
15055 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
15056 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
15057 * lib/mi-support.exp (library_loaded_re): New.
15058 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
15059
15060 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
15061
15062 * gdb.gdb/observer.exp: Use test_notification observer, not
15063 normal_stop, everywhere.
15064 (test_normal_stop_notifications): Rename to...
15065 (test_notifications): ...this.
15066 (test_observer_normal_stop): Rename to...
15067 (test_observer): ...this.
15068
15069 2009-02-16 Doug Evans <dje@google.com>
15070
15071 * gdb.arch/amd64-disp-step.S (test_int3): New test.
15072 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
15073 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
15074 (test_prefixed_syscall,test_int3): New tests.
15075 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
15076 (test_prefixed_syscall,test_int3): New tests.
15077
15078 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
15079
15080 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
15081 (mi_expect_interrupt): Likewise.
15082 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
15083 response.
15084
15085 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
15086
15087 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
15088 * gdb.base/pc-fp.exp (get_valueofx): Remove.
15089 Replace calls to get_valueofx by get_hexadecimal_valueof.
15090
15091 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
15092
15093 * lib/gdb.exp (get_valueof): Accept anything as a return value.
15094 (get_integer_valueof): New procedure.
15095 (get_sizeof): Use new get_integer_value_of.
15096 * gdb.base/sizeof.exp: Replace all uses of get_valueof
15097 by get_integer_valueof.
15098
15099 2009-02-13 Tom Tromey <tromey@redhat.com>
15100
15101 * gdb.base/remote.exp (get_sizeof): Remove.
15102 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
15103 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
15104 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
15105 * lib/gdb.exp (get_valueof): Move from long_long.exp.
15106 (get_sizeof): Likewise.
15107
15108 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15109
15110 PR fortran/9806
15111 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
15112
15113 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
15114
15115 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
15116
15117 2009-02-06 Pedro Alves <pedro@codesourcery.com>
15118
15119 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
15120
15121 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
15122
15123 * gdb.python/python-cmd.exp: New file.
15124
15125 2009-02-06 Tristan Gingold <gingold@adacore.com>
15126
15127 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
15128
15129 2009-02-05 Tristan Gingold <gingold@adacore.com>
15130
15131 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
15132 pointer is dereferenced and use this signal name in regexp.
15133 * gdb.base/signull.exp: Ditto.
15134 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
15135 * gdb.base/signull.c (main): Ditto.
15136
15137 2009-02-04 Tom Tromey <tromey@redhat.com>
15138 Thiago Jung Bauermann <bauerman@br.ibm.com>
15139
15140 * gdb.python/python-value.exp: Use `gdb.history' instead of
15141 `gdb.value_from_history'.
15142 (test_value_numeric_ops): Add test for conversion of enum constant.
15143 * gdb.python/python-value.c (enum e): New type.
15144 (evalue): New global.
15145 (main): Use argv.
15146
15147 2009-02-04 Jerome Guitton <guitton@adacore.com>
15148
15149 * gdb.ada/uninitialized_vars: New test program.
15150 * gdb.ada/uninitialized_vars.exp: New testcase.
15151
15152 2009-02-02 Tom Tromey <tromey@redhat.com>
15153
15154 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
15155 * gdb.cp/pr2489.cc: Rename...
15156 * gdb.cp/pr9594.cc: ... to this.
15157
15158 2009-02-02 Tom Tromey <tromey@redhat.com>
15159
15160 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
15161 * gdb.cp/pr2489.cc: New file.
15162 * gdb.cp/cpcompletion.exp: New file.
15163
15164 2009-02-02 Tom Tromey <tromey@redhat.com>
15165
15166 PR exp/9059:
15167 * gdb.cp/call-c.exp: Add regression test.
15168 * gdb.cp/call-c.cc (FooHandle): New typedef.
15169 (main): New variable 'handle'.
15170
15171 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
15172
15173 * lib/mi-support.exp (et_mi_thread_list)
15174 (check_mi_and_console_threads): Adjust for current thread in
15175 -thread-list-ids output.
15176
15177 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
15178
15179 * gdb.mi/mi-break.exp (test_disabled_creation): New.
15180 Call it.
15181
15182 2009-01-28 Doug Evans <dje@google.com>
15183
15184 * gdb.arch/amd64-disp-step.S: New file.
15185 * gdb.arch/amd64-disp-step.exp: New file.
15186 * gdb.arch/i386-disp-step.S: New file.
15187 * gdb.arch/i386-disp-step.exp: New file.
15188
15189 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
15190
15191 * gdb.base/find.exp: Set newline variable
15192 using quotes instead of braces to fix cygwin failures.
15193
15194 2009-01-23 Pedro Alves <pedro@codesourcery.com>
15195
15196 * gdb.base/radix.exp: Add tests to ensure that that set
15197 input-radix 0 and set output-radix 0 are really rejected.
15198
15199 2009-01-23 Pedro Alves <pedro@codesourcery.com>
15200
15201 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
15202 copyright years.
15203
15204 2009-01-23 Pedro Alves <pedro@codesourcery.com>
15205
15206 PR gdb/9664:
15207 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
15208
15209 2009-01-22 Pedro Alves <pedro@codesourcery.com>
15210
15211 PR c++/9631:
15212 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
15213
15214 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
15215
15216 * gdb.server/file-transfer.exp: Use EXEEXT variable for
15217 binfile definition to fix Windows OS failure.
15218
15219 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
15220
15221 PR gdb/9346
15222 * gdb.base/interrupt.c (sigint_handler): New.
15223 (main): Install a SIGINT handler if SIGNALS is defined. Exit
15224 on error.
15225 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
15226 Test "signal SIGINT".
15227
15228 2009-01-19 Doug Evans <dje@google.com>
15229
15230 * gdb.base/break.exp: Update expected gdb output.
15231 * gdb.base/sepdebug.exp: Ditto.
15232 * gdb.mi/mi-syn-frame.exp: Ditto.
15233 * gdb.mi/mi2-syn-frame.exp: Ditto.
15234 * gdb.base/call-signal-resume.exp: New file.
15235 * gdb.base/call-signals.c: New file.
15236 * gdb.base/unwindonsignal.exp: New file.
15237 * gdb.base/unwindonsignal.c: New file.
15238 * gdb.threads/interrupted-hand-call.exp: New file.
15239 * gdb.threads/interrupted-hand-call.c: New file.
15240 * gdb.threads/thread-unwindonsignal.exp: New file.
15241
15242 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
15243
15244 * gdb.base/define.exp: Test defining and hooking prefix commands.
15245 * gdb.python/python.exp: Update test for "show user" output.
15246
15247 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15248
15249 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
15250 now the output exactly, using less wildcards. Expect also the output
15251 of gfortran-4.3. Update for the f-valprint.c modification from
15252 2008-04-22.
15253 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
15254 Remove gdb_test test names where matching the command.
15255
15256 2009-01-01 Pedro Alves <pedro@codesourcery.com>
15257
15258 PR breakpoints/9681:
15259 * gdb.base/watchpoint.exp: Add regression test.
15260
15261 2008-12-31 Pedro Alves <pedro@codesourcery.com>
15262
15263 * gdb.threads/attach-into-signal.exp: Don't use
15264 gdb_suppress_entire_file.
15265 * gdb.threads/attach-stopped.exp: Ditto.
15266 * gdb.threads/attachstop-mt.exp: Ditto.
15267
15268 2008-12-31 Pedro Alves <pedro@codesourcery.com>
15269
15270 PR gdb/8812:
15271 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
15272
15273 2008-12-29 Pedro Alves <pedro@codesourcery.com>
15274
15275 PR gdb/7536:
15276 * gdb.base/radix.exp: Add tests to ensure invalid input radices
15277 and unsupported output radices are really rejected.
15278
15279 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15280
15281 * gdb.cp/punctuator.exp: Backslash the '$' signs.
15282
15283 2008-12-22 Tom Tromey <tromey@redhat.com>
15284
15285 * gdb.cp/punctuator.exp: New file.
15286
15287 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
15288
15289 * gdb.base/completion.exp (Completing non-existing component): New test.
15290
15291 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15292
15293 Fix for PR gdb/8648.
15294 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
15295 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
15296 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
15297 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
15298
15299 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
15300
15301 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
15302
15303 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
15304
15305 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
15306 compiler actually generate code at the expected line number.
15307
15308 2008-12-15 Jie Zhang <jie.zhang@analog.com>
15309
15310 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
15311
15312 2008-12-12 Tom Tromey <tromey@redhat.com>
15313
15314 * gdb.base/commands.exp (redefine_hook_test): New proc.
15315 Call it.
15316
15317 2008-12-11 Tom Tromey <tromey@redhat.com>
15318
15319 * gdb.base/macscp.exp: New regression test.
15320
15321 2008-12-11 Tom Tromey <tromey@redhat.com>
15322
15323 * gdb.base/macscp.exp: Print "address.addr".
15324 * gdb.base/macscp1.c (struct outer): New struct.
15325 (address): New global.
15326
15327 2008-12-09 Tom Tromey <tromey@redhat.com>
15328
15329 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
15330 Call it.
15331
15332 2008-12-04 Doug Evans <dje@google.com>
15333
15334 * gdb.server/ext-run.exp: Relax regexp for init program.
15335
15336 2008-12-03 Tristan Gingold <gingold@adacore.com>
15337
15338 * gdb.base/macscp.exp: Generate an object file during compilation
15339 to work around Darwin dsymutil limitations.
15340
15341 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15342
15343 Test resolving external references to TLS variables.
15344 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
15345 FILE2_THREAD_LOCAL.
15346 (testfile2, srcfile2): New variables.
15347 * gdb.threads/tls.c (file2_thread_local)
15348 (function_referencing_file2_thread_local): New.
15349 * gdb.threads/tls2.c: New file.
15350
15351 2008-11-28 Joel Brobecker <brobecker@adacore.com>
15352
15353 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
15354 rather than integer, as integer might not be big enough when
15355 on 64bit targets.
15356
15357 2008-11-27 Jerome Guitton <guitton@adacore.com>
15358
15359 * gdb.cp/formatted-ref.exp: Add equality test.
15360 * gdb.ada/formatted_ref.exp: Ditto.
15361
15362 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15363
15364 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
15365 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
15366
15367 2008-11-20 Andreas Schwab <schwab@suse.de>
15368
15369 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
15370 matching syscall entry point.
15371 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
15372 (tcatch_vfork_then_child_follow): Likewise. Finish through
15373 vfork even if we stopped at the syscall trampoline.
15374
15375 2008-11-20 Doug Evans <dje@google.com>
15376
15377 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
15378
15379 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
15380
15381 * gdb.arch/ppc-dfp.exp: New file.
15382 * gdb.arch/ppc-dfp.c: New file.
15383
15384 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
15385
15386 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
15387
15388 2008-11-17 Doug Evans <dje@google.com>
15389
15390 * gdb.mi/mi-syn-frame.exp: Update expected output.
15391 * gdb.mi/mi2-syn-frame.exp: Update expected output.
15392
15393 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
15394
15395 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
15396 "thread N" results in =thread-selected.
15397 * lib/mi-support (mi_run_cmd, mi_expect_stop)
15398 (mi_send_resuming_command_raw): Be prepared for
15399 =thread-selected.
15400
15401 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
15402
15403 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
15404 * lib/mi-support.exp: Likewise.
15405
15406 2008-11-16 Joel Brobecker <brobecker@adacore.com>
15407
15408 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
15409 commands from the expected output for "help catch".
15410
15411 2008-11-15 Joel Brobecker <brobecker@adacore.com>
15412
15413 * gdb.ada/int_deref.exp: New testcase.
15414
15415 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
15416
15417 * gdb.mi/gdb2549.exp: New file.
15418
15419 2008-11-11 Doug Evans <dje@google.com>
15420
15421 * gdb.base/callexit.exp: New file.
15422 * gdb.base/callexit.c: New file.
15423
15424 2008-11-10 Doug Evans <dje@google.com>
15425
15426 * lib/gdb.exp (GDBFLAGS): Move -nx ...
15427 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
15428 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
15429 (default_gdb_start,default_gdb_exit): Ditto.
15430 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
15431 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
15432 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
15433 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
15434 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
15435 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
15436
15437 2008-11-03 Andreas Schwab <schwab@suse.de>
15438
15439 * gdb.base/hashline2.exp: Fix typo.
15440 * gdb.base/hashline3.exp: Likewise.
15441
15442 2008-10-30 Tom Tromey <tromey@redhat.com>
15443
15444 * gdb.base/pointers.exp: Add test.
15445 * gdb.base/pointers.c (k, S): New typedefs.
15446 (instance): New global.
15447
15448 2008-10-30 Andreas Schwab <schwab@suse.de>
15449
15450 * gdb.base/args.exp: Add tests for newlines.
15451
15452 2008-10-30 Joel Brobecker <brobecker@adacore.com>
15453
15454 gdb.base/foll-exec.exp: Update the expected output of a couple
15455 of "info breakpoints" tests.
15456
15457 2008-10-28 Tom Tromey <tromey@redhat.com>
15458
15459 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
15460
15461 2008-10-24 Pedro Alves <pedro@codesourcery.com>
15462
15463 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
15464 gdb_start_cmd.
15465 Use runto_main before any test that requires execution.
15466
15467 2008-10-23 Pedro Alves <pedro@codesourcery.com>
15468
15469 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
15470 instead of SIGINT.
15471
15472 2008-10-22 Joel Brobecker <brobecker@adacore.com>
15473
15474 * gdb.base/completion.exp: Update expected output following
15475 the addition of the "info tasks" command.
15476
15477 2008-10-22 Tom Tromey <tromey@redhat.com>
15478
15479 * gdb.base/exprs.exp (test_expr): Add test for string
15480 concatenation.
15481
15482 2008-10-19 Pedro Alves <pedro@codesourcery.com>
15483
15484 * configure.ac: Output gdb.python/Makefile.
15485 * configure: Regenerate.
15486 * gdb.python/Makefile.in: New.
15487
15488 2008-10-16 Joel Brobecker <brobecker@adacore.com>
15489
15490 * gdb.base/foll-fork.exp: Adjust the expected output to match
15491 the new description for fork/vfork catchpoints in the "info
15492 breakpoints" output.
15493
15494 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
15495
15496 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
15497
15498 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
15499
15500 * gdb.python/python-value.c: New file.
15501 * gdb.python/python-value.exp: New file.
15502
15503 2008-10-15 Pedro Alves <pedro@codesourcery.com>
15504
15505 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
15506
15507 2008-10-15 Denis Pilat <denis.pilat@st.com>
15508
15509 * gdb.cp/mb-ctor.exp: Fix a typo.
15510
15511 2008-10-09 Tom Tromey <tromey@redhat.com>
15512
15513 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
15514 'fprintf' and 'stderr'.
15515
15516 2008-10-07 Joel Brobecker <brobecker@adacore.com>
15517
15518 * gdb.ada/ref_tick_size.exp: New testcase.
15519
15520 2008-10-06 Doug Evans <dje@google.com>
15521
15522 * gdb.dwarf2/dw2-cu-size.exp: New file.
15523 * gdb.dwarf2/dw2-cu-size.S: New file.
15524
15525 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
15526 .Ltype_int for clarity.
15527
15528 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
15529
15530 PR gdb/2384:
15531 * gdb.cp/gdb2384.exp: Extended to test more cases.
15532 * gdb.cp/gdb2384.cc: Likewise.
15533 * gdb.cp/gdb2384-base.h: Likewise.
15534 * gdb.cp/gdb2384-base.cc: Likewise.
15535
15536 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15537
15538 * gdb.base/maint.exp (maint print type): Remove printing
15539 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
15540
15541 2008-09-30 Tom Tromey <tromey@redhat.com>
15542
15543 * gdb.base/macscp.exp: Add completion tests.
15544 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
15545 (TWENTY_THREE): Likewise.
15546 (FORTY_EIGHT): Likewise.
15547
15548 2008-09-30 Tom Tromey <tromey@redhat.com>
15549
15550 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
15551 everywhere.
15552 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
15553
15554 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
15555
15556 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
15557 testcase is derived from. Fix racy dependency on an expected PID
15558 number. No longer support the testcase on Linux kernel 2.4.x.
15559
15560 2008-09-27 Tom Tromey <tromey@redhat.com>
15561
15562 * gdb.base/macscp.exp: Add tests for stringification, splicing,
15563 and varargs.
15564
15565 2008-09-22 Pedro Alves <pedro@codesourcery.com>
15566
15567 * lib/mi-support.exp (mi_expect_interrupt): New.
15568 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
15569 from gdb.mi/mi-nonstop.exp.
15570 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
15571 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
15572 lib/mi-support.exp.
15573 Use mi_check_thread_states throughout. Avoid ".*" and do not
15574 require an anchor after -exec-run.
15575
15576 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
15577
15578 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
15579 stop is pending. Avoid ".*" when two stops are pending.
15580 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
15581 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
15582 newlines in fullnames.
15583 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
15584 (mi_expect_stop): Update comments. Only anchor in sync mode.
15585 Do not match newlines.
15586 (mi_send_resuming_command_raw): Always return status.
15587 (mi_get_stop_line): Do not match more than one line by accident.
15588 Only anchor in sync mode.
15589 (mi_run_inline_test): If -exec-next fails, give up.
15590
15591 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15592
15593 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
15594 on SPU.
15595
15596 2008-09-10 Joel Brobecker <brobecker@adacore.com>
15597
15598 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
15599
15600 2008-09-10 Joel Brobecker <brobecker@adacore.com>
15601
15602 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
15603 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
15604 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
15605 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
15606 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
15607 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
15608 gdb.ada/interface.exp, gdb.ada/null_array.exp,
15609 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
15610 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
15611 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
15612 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
15613 Include the "= " sequence in the expected output of print tests.
15614
15615 2008-09-10 Joel Brobecker <brobecker@adacore.com>
15616
15617 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
15618 description for boolean types.
15619
15620 2008-09-09 Pedro Alves <pedro@codesourcery.com>
15621
15622 * gdb.base/hook-stop-continue.c: New.
15623 * gdb.base/hook-stop-continue.exp: New.
15624
15625 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
15626
15627 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
15628
15629 2008-09-08 Jerome Guitton <guitton@adacore.com>
15630
15631 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
15632 (stack_check_probe_2, stack_check_probe_loop_1)
15633 (stack_check_probe_loop_2): New functions.
15634 (main): Add call to these new functions.
15635 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
15636 functions, check that the breakpoint is inserted at the appropriate
15637 location.
15638 (insert_breakpoint): Slightly refine this procedure so that it can
15639 be called several times in the test.
15640
15641 2008-09-08 Jerome Guitton <guitton@adacore.com>
15642
15643 * gdb.base/stack-checking.c: New file.
15644 * gdb.base/stack-checking.exp: New file.
15645
15646 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
15647
15648 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
15649 * gdb.arch/altivec-regs.exp: Likewise.
15650 * gdb.arch/vsx-regs.exp: Likewise.
15651
15652 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
15653
15654 * gdb.arch/ppc-fp.exp: New file.
15655 * gdb.arch/ppc-fp.c: New file.
15656
15657 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
15658
15659 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
15660 lest gcc-4.3.1 optimizes the whole thing away.
15661
15662 2008-09-04 Michael Snyder <msnyder@vmware.com>
15663
15664 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
15665 as "at" (for non-debug functions such as _start).
15666
15667 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15668
15669 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
15670 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
15671 software watchpoints.
15672 * gdb.base/watch_thread_num.exp: Likewise.
15673
15674 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
15675
15676 * gdb.arch/i386-bp_permanent.exp: New test.
15677
15678 2008-08-24 Tom Tromey <tromey@redhat.com>
15679
15680 * gdb.base/maint.exp: Update "maint print type".
15681
15682 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
15683
15684 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
15685 support. Adjust the order of "*running" notifications.
15686 * gdb.mi/non-stop.c: Don't cast from int to void* and
15687 back.
15688
15689 2008-08-20 Mark Kettenis <kettenis@gnu.org>
15690
15691 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
15692 expect to find it in the "info frame" output.
15693
15694 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
15695
15696 * gdb.base/interp.exp: Always consume both prompts.
15697
15698 2008-08-20 Pedro Alves <pedro@codesourcery.com>
15699
15700 * gdb.base/pending.exp: Test pending breakpoints without symbols
15701 loaded.
15702
15703 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
15704
15705 * lib/mi-support.exp (mi_expect_stop): Produce
15706 more details on failures.
15707 * gdb.mi/mi-nonstop.exp: New.
15708 * gdb.mi/non-stop.c: New.
15709
15710 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
15711
15712 * gdb.mi/mi-async.exp: Use 'set target-async'.
15713 * lib/mi-support.exp: Use 'set/show target-async'.
15714
15715 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
15716
15717 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
15718
15719 2008-08-17 Tom Tromey <tromey@redhat.com>
15720
15721 * gdb.base/help.exp (help catch): Rewrite.
15722
15723 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
15724
15725 * gdb.base/define.exp: Test indented command documentation.
15726 * gdb.python/python.exp: Test indented multi-line command.
15727
15728 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
15729
15730 * testsuite/gdb.arch/vsx-regs.c: New source file.
15731 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
15732 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
15733
15734 2008-08-14 Tom Tromey <tromey@redhat.com>
15735
15736 * gdb.base/macscp.exp: Add regression test for "macro define" or
15737 "macro undef" with no arguments.
15738
15739 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
15740
15741 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
15742
15743 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15744
15745 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
15746
15747 2008-08-06 Tom Tromey <tromey@redhat.com>
15748
15749 * gdb.python/python.exp: New file.
15750
15751 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15752
15753 Fix for PR gdb/1543.
15754 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
15755 $LOCATION.
15756 (location): New variable.
15757 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
15758 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
15759 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
15760 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
15761 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
15762 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
15763 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
15764 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
15765 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
15766 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
15767 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
15768 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
15769 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
15770 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
15771 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
15772 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
15773 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
15774 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
15775 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
15776 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
15777 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
15778 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
15779 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
15780 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
15781 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
15782 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
15783 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
15784 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
15785 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
15786 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
15787 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
15788 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
15789 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
15790 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
15791 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
15792 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
15793 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
15794 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
15795 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
15796 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
15797 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
15798 gdb.base/type-opaque.exp, gdb.base/until.exp,
15799 gdb.base/value-double-free.c, gdb.base/varargs.exp,
15800 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
15801 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
15802 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
15803 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
15804 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
15805 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
15806 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
15807 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
15808 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
15809 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
15810 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
15811 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
15812 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
15813 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
15814 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
15815 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
15816 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
15817 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
15818 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
15819 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
15820 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
15821 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
15822 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
15823 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
15824 gdb.pascal/types.exp, gdb.stabs/weird.exp,
15825 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
15826 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
15827 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
15828 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
15829 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
15830 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
15831 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
15832 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
15833 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
15834 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
15835 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
15836 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
15837 lib/mi-support.exp, lib/trace-support.exp: Remove reference
15838 to bug-gdb@prep.ai.mit.edu .
15839
15840 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
15841
15842 * lib/mi-support.exp (mi_load_shlibs): New.
15843 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
15844
15845 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
15846
15847 * lib/mi-support.exp (get_mi_thread_list)
15848 (check_mi_and_console_threads): New, moved from ...
15849 * gdb.mi/mi-pthread.exp: ...here.
15850 * gdb.mi/gdb669.exp (get_mi_thread_list)
15851 (check_mi_and_console_threads): Delete.
15852 * gdb.mi/mi2-pthread.exp: Likewise.
15853
15854 2008-07-28 Tom Tromey <tromey@redhat.com>
15855
15856 * Makefile.in (just-check): Remove. Move body to...
15857 (check): ... here.
15858
15859 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15860
15861 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
15862 Add a test for duplicated SIGINTs.
15863
15864 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15865
15866 * gdb.threads/schedlock.exp (get_args): Update to work for any
15867 value of NUM.
15868 (Top level): Report the number of threads that did not resume.
15869
15870 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15871
15872 * gdb.dwarf2/dw2-compressed.S: Also define __start.
15873
15874 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
15875
15876 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
15877 non-MI prompt.
15878
15879 2008-07-26 Tom Tromey <tromey@redhat.com>
15880
15881 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
15882 (function_struct, function_struct_ptr): New globals.
15883 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
15884 function pointer in a struct.
15885
15886 2008-07-26 Tom Tromey <tromey@redhat.com>
15887
15888 * gdb.base/macscp.exp: Add test for macro lexing bug.
15889
15890 2008-07-18 Tom Tromey <tromey@redhat.com>
15891
15892 * gdb.base/macscp.exp: Add macro tests.
15893
15894 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15895
15896 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
15897
15898 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15899
15900 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
15901
15902 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
15903
15904 * gdb.cp/class2.exp: fix for failure on spu-elf
15905
15906 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
15907
15908 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
15909
15910 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15911
15912 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
15913
15914 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
15915
15916 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
15917
15918 2008-07-11 Kevin Buettner <kevinb@redhat.com>
15919
15920 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
15921 of regexp to account for changes made to GDB in the printing of
15922 byte vectors.
15923
15924 2008-07-11 Tom Tromey <tromey@redhat.com>
15925
15926 * gdb.base/completion.exp: Add 'help' completion test.
15927
15928 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15929
15930 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
15931
15932 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15933
15934 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
15935
15936 2008-07-09 Pedro Alves <pedro@codesourcery.com>
15937
15938 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
15939
15940 2008-07-09 Pedro Alves <pedro@codesourcery.com>
15941
15942 * gdb.base/fullname.exp: Restore pwd if compiling failed.
15943
15944 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15945
15946 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
15947
15948 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
15949
15950 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
15951 previous commit. Add a comment.
15952
15953 2008-06-28 Pedro Alves <pedro@codesourcery.com>
15954
15955 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
15956
15957 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
15958
15959 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
15960
15961 2008-06-27 Pedro Alves <pedro@codesourcery.com>
15962
15963 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
15964 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
15965 compiling an executable, link in an object that forces unbuffered
15966 output.
15967 * lib/set_unbuffered_mode.c: New file.
15968
15969 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15970
15971 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
15972
15973 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
15974
15975 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
15976 mi_expect_stop.
15977 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
15978 Demand that *running is output.
15979 (detect_async): Perform checking every time.
15980 (mi_send_resuming_command): Extract everything into...
15981 (mi_send_resuming_command_raw): ...this.
15982 (mi_expect_stop): Don't accept any output before *stopped.
15983
15984 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
15985
15986 Robustify mi-simplerun.
15987 * gdb.mi/basics.c (main): Add a call to sleep.
15988 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
15989 * gdb.mi/mi2-cli.exp: Likewise.
15990 * gdb.mi/mi-break.exp: Likewise.
15991
15992 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
15993
15994 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
15995
15996 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
15997
15998 * gdb.mi/mi-console.exp: Adjust.
15999 * gdb.mi/mi-syn-frame.exp: Adjust.
16000 * gdb.mi/mi2-console.exp: Adjust.
16001 * gdb.mi/mi2-syn-frame.exp: Adjust.
16002 * lib/mi-support.exp (mi_run_cmd): Adjust.
16003 (mi_send_resuming_command): Adjust.
16004
16005 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
16006
16007 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
16008 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
16009 testing of stopped.
16010 * gdb.mi/mi2-syn-frame.exp: Likewise.
16011 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
16012 (async, detect_async): New.
16013 (mi_expect_stop, mi_continue_to_line): Adjust expectation
16014 depending on if we're running in sync or async mode.
16015
16016 2008-06-09 Tom Tromey <tromey@redhat.com>
16017
16018 * gdb.base/completion.exp: New tests for field name completion
16019 with spaces, and field name completion with '->'.
16020
16021 2008-06-06 Tom Tromey <tromey@redhat.com>
16022
16023 * gdb.base/break1.c (struct some_struct): New struct.
16024 (values): New global.
16025 * gdb.base/completion.exp: Add field name completion test.
16026
16027 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
16028
16029 * gdb.cp/call-c.exp: Test for incorrect handling of reference
16030 to pointer.
16031 * gdb.cp/call-c.cc: Likewise.
16032
16033 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
16034
16035 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
16036 annotation.
16037
16038 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
16039 Pedro Alves <pedro@codesourcery.com>
16040
16041 * gdb.threads/execl.c, gdb.threads/execl1.c,
16042 gdb.threads/execl.exp: New tests.
16043
16044 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
16045 Daniel Jacobowitz <dan@codesourcery.com>
16046
16047 * gdb.cp/exception.exp: Activate test, make it work with pending
16048 catchpoints.
16049
16050 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
16051
16052 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
16053
16054 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
16055
16056 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
16057 now printed.
16058 * gdb.mi/mi2-var-cmd.exp: Likewise.
16059
16060 2008-05-27 Andreas Schwab <schwab@suse.de>
16061
16062 * gdb.base/frame-args.exp: Handle arguments that are optimized
16063 out.
16064
16065 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
16066
16067 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
16068 quiet for ppc32 and group options into a single variable.
16069
16070 2008-05-23 Joel Brobecker <brobecker@adacore.com>
16071
16072 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
16073 of zero-size elements.
16074 * gdb.ada/null_array.exp: Test printing this new array.
16075
16076 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16077
16078 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
16079
16080 2008-05-21 Joel Brobecker <brobecker@adacore.com>
16081
16082 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
16083 of the "finish" command.
16084
16085 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
16086
16087 * gdb.base/annota1.exp: Test for new annotation.
16088
16089 2008-05-16 Pedro Alves <pedro@codesourcery.com>
16090
16091 * gdb.base/fixsection.exp: New file.
16092 * gdb.base/fixsection0.c: New file.
16093 * gdb.base/fixsection1.c: New file.
16094
16095 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16096
16097 * gdb.base/annota1.exp: Accept printf@... in place of printf.
16098 * gdb.base/annota3.exp: Likewise.
16099
16100 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
16101
16102 * gdb.base/watch_thread_num.exp: Don't run tests that require
16103 watchpoints if the target doesn't support them.
16104
16105 2008-05-12 Doug Evans <dje@google.com>
16106
16107 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
16108
16109 2008-05-09 Joel Brobecker <brobecker@adacore.com>
16110
16111 * gdb.ada/assign_1.exp: New testcase.
16112
16113 2008-05-09 Doug Evans <dje@google.com>
16114
16115 * gdb.base/find.exp: New file.
16116 * gdb.base/find.c: New file.
16117
16118 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
16119
16120 * gdb.base/commands.exp (watchpoint_command_test): Handle
16121 gdb,no_hardware_watchpoints.
16122 * gdb.base/float.exp: Allow ARM targets without floating point.
16123 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
16124
16125 2008-05-06 Jerome Guitton <guitton@adacore.com>
16126 Joel Brobecker <brobecker@adacore.com>
16127
16128 * gdb.ada/lang_switch: New test program.
16129 * gdb.ada/lang_switch.exp: New testcase.
16130
16131 2008-05-05 Doug Evans <dje@google.com>
16132
16133 * gdb.base/help.exp (disassemble): Update expected help text.
16134
16135 2008-05-04 Pedro Alves <pedro@codesourcery.com>
16136
16137 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
16138
16139 2008-05-04 Pedro Alves <pedro@codesourcery.com>
16140
16141 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
16142 different times.
16143
16144 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
16145
16146 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
16147 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
16148 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
16149 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
16150
16151 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
16152
16153 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
16154 notification to appear.
16155
16156 2008-05-04 Daniel Jacobowitz <dan@debian.org>
16157
16158 * gdb.base/fullname.c: New file.
16159 * gdb.base/fullname.exp: New file.
16160 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
16161
16162 2008-05-03 Pedro Alves <pedro@codesourcery.com>
16163
16164 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
16165 expressions with macros.
16166
16167 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
16168
16169 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
16170
16171 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
16172
16173 * gdb.base/completion.exp: Handle lack of other symbols beginning
16174 with "a".
16175
16176 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
16177
16178 2008-05-02 Jim Blandy <jimb@codesourcery.com>
16179
16180 * gdb.asm/asmsrc1.s: Add scratch space.
16181
16182 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
16183 Daniel Jacobowitz <dan@codesourcery.com>
16184
16185 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
16186 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
16187 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
16188
16189 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
16190
16191 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
16192
16193 2008-05-01 Joel Brobecker <brobecker@adacore.com>
16194
16195 * gdb.base/info-target.exp: New testcase.
16196
16197 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
16198
16199 * gdb.cp/hang.exp: Use .cc instead of .C.
16200 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
16201 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
16202
16203 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
16204
16205 * gdb.base/gdb1250.exp: Remove perror.
16206 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
16207
16208 2008-04-30 Pedro Alves <pedro@codesourcery.com>
16209
16210 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
16211 .2byte.
16212
16213 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
16214
16215 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
16216 (maybe_kfail): New.
16217
16218 2008-04-25 Pedro Alves <pedro@codesourcery.com>
16219
16220 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
16221
16222 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
16223
16224 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
16225 * gdb.mi/mi2-syn-frame.exp: Likewise.
16226 * lib/mi-support.exp: Likewise.
16227
16228 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
16229
16230 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
16231 to specify regexp for the location to stop at.
16232 * gdb.base/break-always.c: New.
16233 * gdb.base/break-always.exp: New.
16234
16235 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
16236
16237 * lib/mi-support.exp (mi_runto_helper): Adjust
16238 for the original-location field.
16239 (mi_create_breakpoint, mi_list_breakpoints): New.
16240 * gdb.mi/mi-break.exp: Adjust.
16241 * gdb.mi/mi2-break.exp: Adjust.
16242 * gdb.mi/mi-pending.exp: Adjust.
16243 * gdb.mi/mi-simplerun.exp: Adjust.
16244 * gdb.mi/mi2-simplerun.exp: Adjust.
16245 * gdb.mi/mi-syn-frame.exp: Adjust.
16246 * gdb.mi/mi2-syn-frame.exp: Adjust.
16247 * gdb.mi/mi-until.exp: Adjust.
16248 * gdb.mi/mi2-until.exp: Adjust.
16249 * gdb.mi/mi-var-display.exp: Adjust.
16250 * gdb.mi/mi2-var-display.exp: Adjust.
16251 * gdb.mi/mi-watch.exp: Adjust.
16252 * gdb.mi/mi2-watch.exp: Adjust.
16253
16254 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
16255
16256 * aclocal.m4: Add override.m4.
16257 * configure: Regenerate.
16258
16259 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
16260
16261 * gdb.mi/var-cmd.c (do_at_tests): Verify that
16262 '-var-update --all-values' reports new value even the type
16263 of a variable object has changed.
16264
16265 2008-04-18 Craig Silverstein <csilvers@google.com>
16266
16267 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
16268 files.
16269
16270 2008-04-18 Joel Brobecker <brobecker@adacore.com>
16271
16272 * gdb.ada/atomic_enum: New test program.
16273 * gdb.ada/atomic_enum.exp: New testcase.
16274
16275 2008-04-17 Doug Evans <dje@google.com>
16276
16277 * gdb.opt/Makefile.in: Fix whitespace.
16278
16279 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
16280
16281 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
16282
16283 2008-04-17 Doug Evans <dje@google.com>
16284
16285 * gdb.base/hashline1.exp: New testcase.
16286 * gdb.base/hashline2.exp: New testcase.
16287 * gdb.base/hashline2.exp: New testcase.
16288
16289 2008-04-17 Pedro Alves <pedro@codesourcery.com>
16290
16291 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
16292
16293 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
16294
16295 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
16296 temporary breakpoint to match "Temporary breakpoint".
16297 * gdb.base/break.exp (delete_breakpoints): Likewise.
16298 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
16299 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
16300 * gdb.base/display.exp: Likewise.
16301 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
16302 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
16303 * gdb.base/restore.exp (restore_tests): Likewise.
16304 * gdb.base/sepdebug.exp: Likewise.
16305 * gdb.base/watchpoint.exp: Likewise.
16306 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
16307 * gdb.mi/mi-pending.exp: Likewise.
16308 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
16309 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
16310 * gdb.mi/mi-var-cmd.exp: Likewise.
16311 * gdb.mi/mi-var-display.exp: Likewise.
16312 * gdb.mi/mi2-cli.exp: Likewise.
16313 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
16314 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
16315 * gdb.mi/mi2-var-display.exp: Likewise.
16316 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
16317 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
16318 new "disp" field.
16319 (mi_expect_stop): Move after_reason argument to be really after
16320 reason. This is to support fix for PR2424.
16321
16322 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16323
16324 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
16325
16326 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
16327
16328 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
16329 field. Add more floating varobj tests.
16330 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
16331 field.
16332 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
16333 (main): Call do_at_tests.
16334 * lib/mi-support.exp (mi_create_floating_varobj)
16335 (mi_varobj_update_with_type_change): New.
16336
16337 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
16338
16339 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
16340 option of -var-evaluate-expression.
16341 * gdb.mi/mi2-var-display.exp: Likewise.
16342
16343 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
16344
16345 Introduce test setup helpers.
16346 * lib/gdb.exp (build_executable, clean_restart)
16347 (prepare_for_testing): New.
16348 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
16349 * gdb.base/return.exp: Likewise.
16350 * gdb.base/ending-run.exp: Likewise.
16351
16352 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
16353
16354 * gdb.mi/mi-async.exp: New test for asynchronous Machine
16355 Interface (MI) responses.
16356
16357 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
16358
16359 * gdb.cp/breakpoint.cc: New code to test conditions involving
16360 member variables.
16361 * gdb.cp/breakpoint.exp: Test condition involving member
16362 variables.
16363
16364 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
16365
16366 * lib/mi-support.exp (mi_expect_stop): New.
16367 (mi_run_cmd): Change the
16368 token. Use mi_send_resuming_command, use
16369 mi_expect_stop.
16370 (mi_execute_to_helper): Rename to mi_execute_to.
16371 (mi_send_resuming_command): Add more error patterns.
16372 (mi_wait_for_stop): Renamed to...
16373 (mi_get_stop_line): ...this.
16374 (mi_run_inline_test): Adjust.
16375
16376 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
16377 * gdb.mi/mi-console.exp: Likewise.
16378 * gdb.mi/mi-pending.exp: Likewise.
16379 * gdb.mi/mi-simplerun.exp: Likewise.
16380 * gdb.mi/mi-stack.exp: Likewise.
16381 * gdb.mi/mi-stepi.exp: Likewise.
16382 * gdb.mi/mi-syn-frame.exp: Add comment.
16383 * gdb.mi/mi-until.exp: Likewise.
16384 * gdb.mi/mi-var-display.exp: Likewise.
16385 * gdb.mi/mi-watch.exp: Likewise.
16386 * gdb.mi/mi2-cli.exp: Likewise.
16387 * gdb.mi/mi2-console.exp: Likewise.
16388 * gdb.mi/mi2-simplerun.exp: Likewise.
16389 * gdb.mi/mi2-stack.exp: Likewise.
16390 * gdb.mi/mi2-stepi.exp: Likewise.
16391 * gdb.mi/mi2-until.exp: Likewise.
16392 * gdb.mi/mi2-var-display.exp: Likewise.
16393 * gdb.mi/mi2-watch.exp: Likewise.
16394
16395 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16396
16397 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
16398
16399 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
16400
16401 2008-04-04 Pedro Alves <pedro@codesourcery.com>
16402
16403 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
16404 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
16405 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
16406 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
16407 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
16408 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
16409 expect an mi error duplicated in stderr.
16410
16411 2008-04-03 Joel Brobecker <brobecker@adacore.com>
16412
16413 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
16414 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
16415 Add a couple of tests that verify the behavior when the new setting
16416 is set to "cancel" and "all".
16417 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
16418 "ask" before we start the testing.
16419
16420 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
16421
16422 * gdb.cp/casts.cc: Add class reference variables.
16423 * gdb.cp/casts.exp: New test cases for up/down casting references.
16424
16425 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
16426
16427 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
16428 instead of beginning to make an extra test pass.
16429 * gdb.mi/mi2-var-display.exp: Likewise.
16430
16431 2008-03-31 Maciej W. Rozycki <macro@mips.com>
16432
16433 * gdb.base/break.exp: Mark failures as such. Fix formatting.
16434
16435 2008-03-31 Markus Deuling <deuling@de.ibm.com>
16436 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16437
16438 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
16439 value. Add xfail for older kernels.
16440
16441 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
16442
16443 Bring mi-support in line with gdb.exp.
16444 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
16445 (mi_gdb_start): New function.
16446
16447 2008-03-28 Maciej W. Rozycki <macro@mips.com>
16448
16449 * gdb.mi/mi-var-cmd.exp: Fix a typo.
16450
16451 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
16452
16453 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
16454 * gdb.mi/mi2-var-display.exp: Likewise.
16455
16456 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
16457
16458 * lib/mi-support.exp (mi_create_varobj_checked): New.
16459 (mi_list_varobj_children): Allow to check for a
16460 value.
16461 (mi_list_array_varobj_children): New.
16462
16463 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
16464 and mi_list_varobj_children, as opposed to hardcoding
16465 expected strings.
16466 * gdb.mi/gdb701.exp: Likewise.
16467 * gdb.mi/gdb792.exp: Likewise.
16468 * gdb.mi/mi-var-block.exp: Likewise.
16469 * gdb.mi/mi-var-cmd.exp: Likewise.
16470 * gdb.mi/mi-var-invalidate.exp: Likewise.
16471 * gdb.mi/mi2-var-block.exp: Likewise.
16472 * gdb.mi/mi2-var-child.exp: Likewise.
16473 * gdb.mi/mi2-var-cmd.exp: Likewise.
16474 * gdb.mi/mi2-var-display.exp: Likewise.
16475
16476 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
16477
16478 Fix random false FAILs on i386.
16479 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
16480
16481 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
16482
16483 PR gdb/544
16484 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
16485
16486 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
16487
16488 PR gdb/544
16489 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
16490
16491 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
16492
16493 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
16494 fixed PR gdb/544.
16495
16496 2008-03-21 Pedro Alves <pedro@codesourcery.com>
16497
16498 * gdb.threads/fork-child-threads.exp: Test next over fork.
16499
16500 2008-03-21 Chris Demetriou <cgd@google.com>
16501
16502 * gdb.base/break.exp (rbreak junk): New test for rbreak
16503 "Junk at end of arguments" issue.
16504
16505 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
16506
16507 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
16508 *& to work on created array elements.
16509 (Top level): Test print $pc with a file. Test string operations
16510 without a target.
16511 * gdb.base/ptype.exp: Do not expect *& to work on created array
16512 elements.
16513
16514 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
16515
16516 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
16517 gdb.threads/staticthreads.exp: Update exit query.
16518
16519 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
16520
16521 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
16522
16523 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
16524
16525 * gdb.base/watchpoint.c (global_ptr, func4): New.
16526 (main): Call func4.
16527 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
16528 (test_inaccessible_watchpoint): New.
16529
16530 2008-02-29 Maciej W. Rozycki <macro@mips.com>
16531
16532 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
16533 select the largest.
16534
16535 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
16536
16537 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
16538 frames-invalid annotations.
16539
16540 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
16541
16542 * gdb.base/assign.exp: avoid same output for different tests.
16543
16544 2008-02-27 Doug Evans <dje@google.com>
16545
16546 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
16547 for bug 1738.
16548 (breakpoint_to_handler_entry): Ditto.
16549
16550 2008-02-27 Joel Brobecker <brobecker@adacore.com>
16551
16552 * gdb.base/ending-run.exp: Use the first line of code inside
16553 function body to test breakpoints.
16554 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
16555 location where the breakpoint is inserted when using the line
16556 where a function is declared. Fix typo in the description of
16557 one of the tests.
16558 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
16559
16560 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
16561
16562 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
16563 tests.
16564
16565 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
16566
16567 * gdb.base/args.exp: avoid same output for tests
16568 with single quotes.
16569
16570 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
16571
16572 * gdb.base/annota1.exp: Adjust for 'info break'
16573 format changes.
16574 * gdb.base/annota3.exp: Likewise.
16575 * gdb.base/break.exp: Likewise.
16576 * gdb.base/condbreak.exp: Likewise.
16577 * gdb.base/pending.exp: Likewise.
16578 * gdb.base/sepdebug.exp: Likewise.
16579 * gdb.base/unload.exp: Likewise.
16580 * gdb.cp/ovldbreak.exp: Likewise.
16581 * gdb.mi/mi-pending.exp: Likewise.
16582
16583 2008-02-07 Doug Evans <dje@google.com>
16584
16585 * gdb.cp/mb-inline.exp: New.
16586 * gdb.cp/mb-inline.h: New.
16587 * gdb.cp/mb-inline1.cc: New.
16588 * gdb.cp/mb-inline2.cc: New.
16589
16590 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
16591
16592 * gdb.pascal/floats.pas: New test program.
16593 * gdb.pascal/floats.exp: New testcase.
16594
16595 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
16596
16597 * gdb.base/callfuncs.c (t_float_many_args): New function.
16598 (t_double_many_args): New function.
16599 * gdb.base/callfuncs.exp: Add tests for exceeding float
16600 and double parameters passed through the stack.
16601
16602 2008-02-05 Joel Brobecker <brobecker@adacore.com>
16603
16604 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
16605 gdb.ada/complete/foo.adb: New files.
16606 * gdb.ada/complete.exp: New testcase.
16607
16608 2008-02-03 Doug Evans <dje@google.com>
16609
16610 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
16611
16612 * gdb.cp/gdb2384.exp: New file.
16613 * gdb.cp/gdb2384.cc: New file.
16614 * gdb.cp/gdb2384-base.h: New file.
16615 * gdb.cp/gdb2384-base.cc: New file.
16616
16617 2008-02-02 Doug Evans <dje@google.com>
16618
16619 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
16620
16621 2007-02-01 Joel Brobecker <brobecker@adacore.com>
16622
16623 * gdb.ada/sym_print_name: New test program.
16624 * gdb.ada/sym_print_name.exp: New testcase.
16625
16626 2007-02-01 Joel Brobecker <brobecker@adacore.com>
16627
16628 * gdb.ada/nested/hello.adb: New file.
16629 * gdb.ada/nested.exp: New testcase.
16630 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
16631
16632 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
16633
16634 * gdb.mi/basic.c (return_1): New function.
16635 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
16636 don't cause future evaluations of function to report
16637 creation of internal breakpoints.
16638
16639 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
16640
16641 * gdb.mi/mi-break.exp (test_error): New.
16642 Call it.
16643
16644 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
16645
16646 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
16647 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
16648
16649 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
16650
16651 * gdb.pascal/integers.pas: New test program.
16652 * gdb.pascal/integers.exp: New testcase.
16653
16654 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
16655
16656 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
16657
16658 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
16659
16660 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
16661 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
16662
16663 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
16664
16665 * gdb.ada/formatted_ref: New test program.
16666 * gdb.ada/formatted_ref.exp: New testcase.
16667
16668 * gdb.cp/formatted-ref.cc: New file.
16669 * gdb.cp/formatted-ref.exp: New testcase.
16670
16671 2008-01-30 Joel Brobecker <brobecker@adacore.com>
16672
16673 * gdb.base/ptype.exp: Add testing of "ptype $pc".
16674
16675 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
16676
16677 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
16678 (test_file_list_exec_source_file): Update to new macro-info field.
16679
16680 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
16681
16682 * gdb.ada/exprs: New test program.
16683 * gdb.ada/exprs.exp: New testcase.
16684
16685 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
16686
16687 * dfp-test.c (DELTA, DELTA_B): New definitions.
16688 (double_val1, double_val2, double_val3, double_val4, double_val5,
16689 double_val6, double_val7, double_val8, double_val9, double_val10,
16690 double_val11, double_val12, double_val13, double_val14, dec32_val1,
16691 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
16692 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
16693 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
16694 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
16695 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
16696 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
16697 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
16698 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
16699 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
16700 dec128_val16): New global variables.
16701 (decimal_dec128_align): New function.
16702 (decimal_mixed): Likewise.
16703 (decimal_many_args_dec32): Likewise.
16704 (decimal_many_args_dec64): Likewise.
16705 (decimal_many_args_dec128): Likewise.
16706 (decimal_many_args_mixed): Likewise.
16707 * dfp-test.exp: Add tests calling new inferior functions.
16708
16709 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
16710
16711 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
16712 gdb.server/ext-run.exp: New files.
16713 * lib/gdbserver-support.exp (gdbserver_download): New.
16714 (gdbserver_start): New. Update gdbserver expected
16715 output.
16716 (gdbserver_spawn): Use them.
16717 (gdbserver_start_extended): New.
16718
16719 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
16720
16721 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
16722 Run on GNU/Linux.
16723 (do_exec_tests): Check for systems which do not support catchpoints.
16724 Do not match START.
16725 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
16726 Run on GNU/Linux. Enable verbose output.
16727 (check_fork_catchpoints): New.
16728 (explicit_fork_child_follow, catch_fork_child_follow)
16729 (tcatch_fork_parent_follow): Update expected messages.
16730 (do_fork_tests): Use check_fork_catchpoints.
16731 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
16732 Run on GNU/Linux. Enable verbose output.
16733 (check_vfork_catchpoints): New.
16734 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
16735 expected messages.
16736 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
16737
16738 2008-01-29 Jim Blandy <jimb@red-bean.com>
16739
16740 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
16741 host' errors.
16742 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
16743
16744 2008-01-29 Jim Blandy <jimb@red-bean.com>
16745
16746 * gdb.threads/sigthread.c: Use barriers to ensure that
16747 child_thread and child_thread_two are always initialized before we
16748 start to use them.
16749
16750 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
16751
16752 * gdb.base/watchpoint-solib.exp: New.
16753 * gdb.base/watchpoint-solib.c: New.
16754 * gdb.base/watchpoint-solib-shr.c: New.
16755
16756 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
16757
16758 * gdb.base/gdb1056.exp: Add unsigned integer test.
16759
16760 2008-01-28 Doug Evans <dje@google.com>
16761
16762 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
16763
16764 2008-01-27 Jim Blandy <jimb@codesourcery.com>
16765
16766 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
16767
16768 * gdb.base/expand-psymtabs.exp: Doc fix.
16769
16770 2008-01-26 Mark Kettenis <kettenis@gnu.org>
16771
16772 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
16773
16774 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
16775
16776 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
16777 -var-set-format.
16778
16779 2008-01-23 Chris Demetriou <cgd@google.com>
16780
16781 * gdb.threads/thread_events.c: New testcase source file.
16782 * gdb.threads/thread_events.exp: New testcase expect file.
16783
16784 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
16785
16786 * lib/gdb.exp: Add the variable octal.
16787
16788 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
16789 -var-set-format.
16790
16791 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
16792 Vladimir Prus <vladimir@codesourcery.com>
16793
16794 * gdb.base/float.exp: Allow missing floating point for m68k and
16795 PowerPC.
16796
16797 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
16798
16799 * gdb.mi/basics.c: Setup for testing breakpoints
16800 ignore count.
16801 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
16802 * gdb.mi/mi-cli.exp: Adjust.
16803 * gdb.mi/mi2-cli.exp: Adjust.
16804
16805 2008-01-17 Pedro Alves <pedro@codesourcery.com>
16806
16807 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
16808 and 'dummy_ptr' integer pointer. Initialize struct_declarations
16809 with dummy_ptr's address.
16810 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
16811 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
16812 all targets.
16813 * gdb.mi/mi2-var-child.exp: Likewise.
16814
16815 2008-01-09 Joel Brobecker <brobecker@adacore.com>
16816
16817 * gdb.ada/null_array: New test program.
16818 * gdb.ada/null_array.exp: New testcase.
16819
16820 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
16821
16822 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
16823 with required float modifiers.
16824
16825 2008-01-08 Joel Brobecker <brobecker@adacore.com>
16826
16827 * gdb.ada/funcall_param: New test program.
16828 * gdb.ada/funcall_param.exp: New testcase.
16829
16830 2008-01-08 Joel Brobecker <brobecker@adacore.com>
16831
16832 * gdb.ada/arrayparam: New test program.
16833 * gdb.ada/arrayparam.exp: New testcase.
16834
16835 2008-01-08 Joel Brobecker <brobecker@adacore.com>
16836
16837 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
16838 landed. Should also fix random failures in the test following it.
16839
16840 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
16841
16842 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
16843 for expressions with decimal float values.
16844 (test_dfp_conversions): New function to test casts to and from
16845 decimal float types.
16846 Call test_dfp_conversions.
16847 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
16848 elements.
16849 (main): Initialize ds.float4 and ds.double8 elements.
16850 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
16851 string to new error message.
16852 (d64_set_tests): Likewise.
16853 (d128_set_tests): Likewise.
16854 Add tests for expressions with decimal float variables. Add tests for
16855 conversions to and from decimal float types.
16856
16857 2008-01-05 Joel Brobecker <brobecker@adacore.com>
16858
16859 * gdb.ada/packed_tagged/comp_bug.adb: New file.
16860 * gdb.ada/packed_tagged.exp: New testcase.
16861
16862 2008-01-04 Joel Brobecker <brobecker@adacore.com>
16863
16864 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
16865 gdb.ada/homonym/homonym_main.adb: New files.
16866 * gdb.ada/homonym.exp: New testcase.
16867
16868 2008-01-04 Joel Brobecker <brobecker@adacore.com>
16869
16870 * gdb.ada/packed_array.exp: Add testing of references to
16871 a packed array.
16872
16873 2008-01-04 Joel Brobecker <brobecker@adacore.com>
16874
16875 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
16876 New files.
16877 * gdb.ada/type_coercion.exp: New testcase.
16878
16879 2008-01-04 Joel Brobecker <brobecker@adacore.com>
16880
16881 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
16882 gdb.ada/tagged/foo.adb: New file.
16883 * gdb.ada/tagged.exp: New testcase.
16884
16885 2008-01-04 Joel Brobecker <brobecker@adacore.com>
16886
16887 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
16888 gdb.ada/ptype_field/foo.adb: New files.
16889 * gdb.ada/ptype_field.exp: New testcase.
16890
16891 2008-01-03 Joel Brobecker <brobecker@adacore.com>
16892
16893 * gdb.ada/print_pc.exp: New testcase.
16894
16895 2008-01-03 Joel Brobecker <brobecker@adacore.com>
16896
16897 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
16898 gdb.ada/taft_type/p.adb: New files.
16899 * gdb.ada/taft_type.exp: New testcase.
16900
16901 2008-01-03 Joel Brobecker <brobecker@adacore.com>
16902
16903 * gdb.ada/array_bounds/bar.adb: New file.
16904 * gdb.ada/array_bounds.exp: New testcase.
16905
16906 2008-01-03 Joel Brobecker <brobecker@adacore.com>
16907
16908 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
16909 gdb.ada/arrayptr/foo.adb: New files.
16910 * gdb.ada/arrayptr.exp: New testcase.
16911
16912 2008-01-03 Joel Brobecker <brobecker@adacore.com>
16913
16914 * gdb.base/set-lang-auto.exp: New testcase.
16915
16916 2008-01-03 Joel Brobecker <brobecker@adacore.com>
16917
16918 * gdb.ada/fun_addr/foo.adb: New file.
16919 * gdb.ada/fun_addr.exp: New testcase.
16920
16921 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16922
16923 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
16924 New files
16925
16926 2008-01-02 Joel Brobecker <brobecker@adacore.com>
16927
16928 * array_subscript_addr/p.adb: New file.
16929 * array_subscript_addr.exp: New testcase.
16930
16931 2008-01-02 Joel Brobecker <brobecker@adacore.com>
16932
16933 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
16934 New files.
16935 * gdb.ada/str_cmp_ref.exp: New testcase.
16936
16937 2008-01-01 Joel Brobecker <brobecker@adacore.com>
16938
16939 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
16940 gdb.ada/fun_in_declare/foo.adb: New files.
16941 * gdb.ada/fun_in_declare.exp: New testcase.
16942
16943 2008-01-01 Joel Brobecker <brobecker@adacore.com>
16944
16945 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
16946 gdb.ada/ref_param/pck.ads: New files.
16947 * gdb.ada/ref_param.exp: New testcase.
16948
16949 2008-01-01 Joel Brobecker <brobecker@adacore.com>
16950
16951 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
16952 gdb.ada/interface/foo.adb: New files.
16953 * gdb.ada/interface.exp: New testcase.
16954
16955 2007-12-31 Jim Blandy <jimb@codesourcery.com>
16956
16957 * gdb.base/multi-forks.exp: Consume all output from child
16958 processes before proceeding to next test.
16959
16960 2007-12-29 Jim Blandy <jimb@codesourcery.com>
16961
16962 * configure: Regenerated.
16963
16964 2007-12-27 Joel Brobecker <brobecker@adacore.com>
16965
16966 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
16967 gdb.ada/fixed_cmp/fixed.adb: New files.
16968 * gdb.ada/fixed_cmp.exp: New testcase.
16969
16970 2007-12-27 Joel Brobecker <brobecker@adacore.com>
16971
16972 * gdb.ada/boolean_expr.exp: New testcase.
16973
16974 2007-12-26 Jim Blandy <jimb@codesourcery.com>
16975
16976 * gdb.base/multi-forks.exp: Doc fix.
16977
16978 2007-12-26 Joel Brobecker <brobecker@adacore.com>
16979
16980 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
16981 * gdb.ada/char_param.exp: Do not compile our test program with
16982 -gnata, this is unnecessary.
16983 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
16984
16985 2007-12-24 Joel Brobecker <brobecker@adacore.com>
16986
16987 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
16988 gdb.ada/print_chars/foo.adb: New files.
16989 * gdb.ada/print_chars.exp: New testcase.
16990
16991 2007-12-24 Joel Brobecker <brobecker@adacore.com>
16992
16993 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
16994 gdb.ada/char_param/foo.adb: New files.
16995 * gdb.ada/char_param.exp: New testcase.
16996
16997 2007-12-22 Jim Blandy <jimb@codesourcery.com>
16998
16999 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
17000 hard-coding source line numbers into the test.
17001 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
17002 gdb_get_line_number to find.
17003
17004 2007-12-22 Joel Brobecker <brobecker@adacore.com>
17005
17006 * gdb.base/ptype.c (highest): New struct type.
17007 (the_highest): New variable of that type.
17008 (main): Add dummy assignment to a field of variable the_highest.
17009 * gdb.base/ptype.exp: Test type printing of our new variable.
17010
17011 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
17012
17013 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
17014 and record first explicitly generated thread number.
17015 Use that thread number for thread specific watchpoint test.
17016 Add iteration number to repetitive tests.
17017
17018 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
17019 Jim Blandy <jimb@codesourcery.com>
17020
17021 * gdb.base/expand-psymtabs.c: New testcase
17022 source file.
17023 * gdb.base/expand-psymtabs.exp: New testcase
17024 expect file.
17025
17026 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
17027
17028 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
17029 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
17030
17031 2007-12-17 Joel Brobecker <brobecker@adacore.com>
17032
17033 * gdb.ada/frame_args/foo.adb: New file.
17034 * gdb.ada/frame_args/pck.ads: New file.
17035 * gdb.ada/frame_args/pck.adb: New file.
17036 * gdb.ada/frame_args.exp: New testcase.
17037
17038 2007-12-17 Joel Brobecker <brobecker@adacore.com>
17039
17040 * gdb.base/frame-args.c: New file.
17041 * gdb.base/frame-args.exp: New testcase.
17042
17043 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
17044 Joseph Myers <joseph@codesourcery.com>
17045
17046 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
17047
17048 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
17049
17050 * gdb.mi/mi-pending.exp: New.
17051 * gdb.mi/mi-pending.c: New.
17052 * gdb.mi/mi-pendshr.c: New.
17053
17054 2007-12-06 Jim Blandy <jimb@codesourcery.com>
17055
17056 * gdb.base/default.exp: Update expected output for 'info catch'.
17057
17058 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17059
17060 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
17061 must be set to binary.
17062
17063 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
17064
17065 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
17066
17067 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
17068
17069 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
17070 gdb.mi/mi-file-transfer.exp: New.
17071
17072 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17073
17074 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
17075
17076 2007-11-22 Maciej W. Rozycki <macro@mips.com>
17077
17078 * gdb.trace/backtrace.exp: Fix a typo.
17079 * gdb.trace/circ.exp: Likewise.
17080 * gdb.trace/collection.exp: Likewise.
17081 * gdb.trace/limits.exp: Likewise.
17082 * gdb.trace/report.exp: Likewise.
17083 * gdb.trace/tfind.exp: Likewise.
17084 * gdb.trace/while-dyn.exp: Likewise.
17085
17086 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
17087
17088 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
17089 objects of pointers that can't be dereferenced are now
17090 "noneditable".
17091
17092 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17093
17094 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
17095 (target_cpu): Remove.
17096
17097 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
17098
17099 * gdb.base/ending-run.exp: Expect the list of cleared
17100 breakpoint to come in natural order, not the reversed one.
17101
17102 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
17103
17104 * gdb.mi/mi-var-child.c (do_child_deletion): New.
17105 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
17106
17107 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
17108
17109 * gdb.base/printcmds.exp: New function
17110 test_printf_with_dfp.
17111
17112 2007-11-02 Doug Evans <dje@google.com>
17113
17114 * gdb.disasm/t01_mov.s: Remove carriage returns.
17115 * gdb.disasm/t02_mova.s: Ditto.
17116 * gdb.disasm/t03_add.s: Ditto.
17117 * gdb.disasm/t04_sub.s: Ditto.
17118 * gdb.disasm/t05_cmp.s: Ditto.
17119 * gdb.disasm/t06_ari2.s: Ditto.
17120 * gdb.disasm/t07_ari3.s: Ditto.
17121 * gdb.disasm/t08_or.s: Ditto.
17122 * gdb.disasm/t09_xor.s: Ditto.
17123 * gdb.disasm/t10_and.s: Ditto.
17124 * gdb.disasm/t11_logs.s: Ditto.
17125 * gdb.disasm/t12_bit.s: Ditto.
17126 * gdb.disasm/t13_otr.s: Ditto.
17127
17128 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
17129
17130 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
17131
17132 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17133
17134 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
17135 provide DFP support.
17136
17137 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
17138
17139 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
17140 Test "set powerpc vector-abi". Skip auto-detection tests for old
17141 toolchains.
17142
17143 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
17144
17145 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
17146 with [string compare].
17147
17148 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
17149
17150 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
17151 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
17152
17153 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
17154
17155 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
17156 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
17157 * gdb.opt/Makefile.in: New makefile.
17158 * Makefile.in: Create new directory "gdb.opt".
17159 * configure.ac: Add "gdb.opt" directory.
17160 * configure: Regenerated.
17161
17162 2007-10-25 Doug Evans <dje@google.com>
17163
17164 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
17165 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
17166
17167 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
17168 Thiago Jung Bauermann <bauerman@br.ibm.com>
17169
17170 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
17171 Floating Point expressions.
17172 * gdb.base/dfp-test.exp: new file adding tests for Decimal
17173 Floating Point variables.
17174 * gdb.base/dfp-test.c: new file containing program with Decimal
17175 Floating variables, used by gdb.base/dfp-test.exp.
17176
17177 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
17178
17179 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
17180
17181 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17182
17183 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
17184 compiling test case with GCC.
17185 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
17186
17187 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17188
17189 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
17190 format changes.
17191
17192 2007-10-18 Michael Snyder <msnyder@specifix.com>
17193
17194 * gdb.base/dbx.exp: Add missing "-re " operator.
17195
17196 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
17197
17198 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
17199 * configure.ac: Removed trailing spaces after backslash.
17200 * gdb.modula2: New directory.
17201 * gdb.modula2/Makefile.in: New file.
17202 * gdb.modula2/unbounded-array.exp: New file.
17203 * gdb.modula2/unbounded1.c: New file.
17204
17205 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
17206
17207 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
17208
17209 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
17210
17211 * gdb.base/sigstep.c (main): Add checks for
17212 return values for setitimer call.
17213 Call setitimer again with itimer = ITIMER_REAL
17214 if first call to setitimer fails.
17215
17216 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
17217
17218 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
17219 of $timeout.
17220
17221 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
17222
17223 * gdb.server/server-run.exp: Test for dynamic linker symbols.
17224
17225 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
17226
17227 * lib/gdb.exp (gdb_run_cmd): Move comment outside
17228 of gdb_expect call, to avoid interruption.
17229
17230 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
17231
17232 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
17233 (v_unsigned_long_long, v_long_long_array)
17234 (v_signed_long_long_array, v_unsigned_long_long_array)
17235 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
17236 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
17237 [!NO_LONG_LONG]: New.
17238 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
17239 v_long_long_member.
17240
17241 (v_long_long_func, v_signed_long_long_func)
17242 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
17243 (main) [!NO_LONG_LONG]: Initialize long long variants.
17244
17245 * gdb.base/whatis.exp: If board file requests no_long_long, build
17246 test with NO_LONG_LONG defined. Test long long, signed long long,
17247 and unsigned long long variants but only if board file doesn't
17248 disable it.
17249
17250 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
17251 Daniel Jacobowitz <dan@codesourcery.com>
17252
17253 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
17254 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
17255 * configure: Regenerated.
17256 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
17257 gdb.pascal/types.exp, lib/pascal.exp: New files.
17258
17259 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
17260
17261 * gdb.cp/classes.exp (do_tests): Always step to the line after the
17262 call.
17263 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
17264 to return to the call.
17265 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
17266 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
17267 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
17268 * gdb.mi/mi-until.exp (test_until): Likewise.
17269 * gdb.mi/mi2-until.exp (test_until): Likewise.
17270
17271 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
17272
17273 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
17274 two-char array.
17275 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
17276
17277 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
17278
17279 * gdb.threads/watchthreads.c (thread_function): Sleep between
17280 iterations.
17281 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
17282 at once for S/390. Generate matching fails and passes.
17283
17284 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
17285
17286 * gdb.mi/var-cmd.c (do_children_tests): Initialize
17287 the 'struct_declarations' variable to zeros.
17288
17289 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
17290
17291 * gdb.cp/mb-ctor.cc: New.
17292 * gdb.cp/mb-ctor.exp: New.
17293 * gdb.cp/mb-templates.cc: New.
17294 * gdb.cp/mb-templates.exp: New.
17295
17296 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
17297
17298 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
17299
17300 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
17301
17302 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
17303 targets.
17304 * configure: Regenerate.
17305
17306 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
17307
17308 * gdb.base/annota1.exp: Adjust for 'info break'
17309 format changes.
17310 * gdb.base/annota3.exp: Likewise.
17311 * gdb.base/break.exp: Likewise.
17312 * gdb.base/condbreak.exp: Likewise.
17313 * gdb.base/pending.exp: Likewise.
17314 * gdb.base/sepdebug.exp: Likewise.
17315 * gdb.base/unload.exp: Likewise.
17316 * gdb.base/ovldbreak.exp: Likewise.
17317
17318 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
17319
17320 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
17321 messages.
17322 * gdb.base/chng-syms.exp: Likewise.
17323 * gdb.base/unload.exp: Likewise.
17324
17325 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
17326
17327 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
17328
17329 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
17330
17331 * schedlock.c (NUM): Change to 1.
17332 (main): Use args[0] for the main thread.
17333 * schedlock.exp: Only expect two threads. Only issue one pass or fail
17334 regardless of the number of threads.
17335
17336 2007-09-14 Maciej W. Rozycki <macro@mips.com>
17337
17338 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
17339 type down.
17340 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
17341 test.
17342 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
17343 watchpoint type down.
17344 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
17345 test.
17346
17347 2007-09-14 Maciej W. Rozycki <macro@mips.com>
17348
17349 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
17350 Move all the tests here and run them twice, once using software
17351 watchpoints and once using hardware watchpoints.
17352 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
17353
17354 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
17355
17356 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
17357 test.
17358
17359 2007-09-10 Mark Kettenis <kettenis@gnu.org>
17360
17361 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
17362 build-id.
17363
17364 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
17365 know about $ORIGIN. Calculate output dir from $dest instead of
17366 using ${objdir}/{$subdir}.
17367
17368 2007-09-09 Mark Kettenis <kettenis@gnu.org>
17369
17370 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
17371 gcore, before continuing with the test.
17372
17373 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
17374
17375 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
17376 * gdb.mi/mi-watch.exp: Likewise.
17377
17378 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
17379 Jim Blandy <jimb@codesourcery.com>
17380
17381 * gdb.arch/i386-sse.exp: Do not expect character constants.
17382 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
17383 * gdb.base/display.exp: Allow print/s.
17384 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
17385 and unsigned char array changes.
17386
17387 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
17388
17389 * gdb.base/display.exp: Add tests for printf %p.
17390
17391 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
17392
17393 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
17394 the dll name to unicode.
17395
17396 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
17397
17398 * gdb.base/default.exp (show version): Update the version text.
17399 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
17400
17401 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
17402
17403 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
17404 New files.
17405
17406 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
17407
17408 * lib/gdb.exp (build_id_debug_filename_get): New function.
17409 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
17410 Remove the generate DEBUG file for the future testcase runs.
17411 New testcase for the NT_GNU_BUILD_ID retrieval.
17412 Move the final testing step to ...
17413 (test_different_dir): ... a new function.
17414 New parameter XFAIL to XFAIL all the tests performed.
17415 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
17416 New parameter TYPE to PF_PREFIX all the tests performed.
17417
17418 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
17419
17420 * gdb.mi/mi-var-cp.cc (path_expression): New
17421 function.
17422 * gdb.mi/mi-var-cp.exp: Run path exression tests.
17423
17424 2007-08-27 Markus Deuling <deuling@de.ibm.com>
17425
17426 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
17427 to fit into SPU Local Store memory.
17428
17429 2007-08-23 Joel Brobecker <brobecker@adacore.com>
17430
17431 * gdb.base/default.exp: Adjust the expected output of "info
17432 warranty" after the switch to GPLv3.
17433
17434 2007-08-23 Joel Brobecker <brobecker@adacore.com>
17435
17436 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
17437 to 30000 (from 20000).
17438
17439 2007-08-23 Joel Brobecker <brobecker@adacore.com>
17440
17441 Switch the license of all .exp files to GPLv3.
17442 Switch the license of all .f and .f90 files to GPLv3.
17443 Switch the license of all .s and .S files to GPLv3.
17444
17445 2007-08-23 Joel Brobecker <brobecker@adacore.com>
17446
17447 * configure.ac: Switch license to GPLv3.
17448
17449 2007-08-23 Joel Brobecker <brobecker@adacore.com>
17450
17451 Switch the licensing to GPLv3 for all .ads and .adb files.
17452
17453 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
17454
17455 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
17456 and t_int_double.
17457 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
17458
17459 2007-08-17 Joel Brobecker <brobecker@adacore.com>
17460
17461 * gdb.base/step-line.c: Switch license to GPL version 3, and
17462 update copyright year.
17463 * gdb.base/step-line.inp: Likewise.
17464
17465 2007-08-17 Joel Brobecker <brobecker@adacore.com>
17466
17467 * gdb.base/gdb1555.exp: Make expected output immune to formatting
17468 changes inside gdb1555.c.
17469 * gdb.base/pending.exp: Likewise.
17470
17471 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
17472
17473 * config/default.exp: New file.
17474
17475 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
17476
17477 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
17478 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
17479
17480 2007-07-30 Maciej W. Rozycki <macro@mips.com>
17481
17482 * gdb.base/dump.exp: Force the correct endianness for binary
17483 formats not carrying this information.
17484
17485 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17486
17487 * gdb.threads/staticthreads.exp: Match .*sem_post.
17488
17489 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17490
17491 * gdb.base/readline.exp (operate_and_get_next): Match the final
17492 prompt.
17493
17494 2007-07-23 Kevin Buettner <kevinb@redhat.com>
17495
17496 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
17497 to restarting SID.
17498
17499 2007-07-18 Kevin Buettner <kevinb@redhat.com>
17500
17501 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
17502 prior to `gdb_start'.
17503
17504 2007-07-18 Kevin Buettner <kevinb@redhat.com>
17505
17506 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
17507 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
17508 Remove call to gdb_unload.
17509
17510 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
17511 Daniel Jacobowitz <dan@codesourcery.com>
17512
17513 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
17514 for __WIN32__.
17515 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
17516 * gdb.base/unload.exp: Use shared library test routines.
17517
17518 2007-07-03 Markus Deuling <deuling@de.ibm.com>
17519
17520 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
17521 * gdb.base/solib-symbol-lib.c: Likewise.
17522 * gdb.base/solib-symbol-main.c: Likewise.
17523
17524 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
17525
17526 * config/gdbserver.exp (gdb_reconnect): New.
17527 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
17528 gdb.base/solib-disc.exp: New files.
17529 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
17530 remote debugging".
17531 (gdb_compile): Add shlib_load flag.
17532 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
17533 port.
17534 (gdbserver_reconnect): New.
17535
17536 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
17537 Daniel Jacobowitz <dan@codesourcery.com>
17538
17539 * gdb.base/annota3.exp: Test for if construct.
17540
17541 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
17542
17543 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
17544
17545 2007-06-21 Chris Dearman <chris@mips.com>
17546 Maciej W. Rozycki <macro@mips.com>
17547
17548 * gdb.base/display.exp: Allow a newline after display/i.
17549 * gdb.base/pc-fp.exp: Likewise.
17550 * gdb.base/sigbpt.exp: Likewise.
17551
17552 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
17553
17554 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
17555 required features to be included.
17556
17557 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
17558
17559 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
17560 in info threads output.
17561
17562 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17563 Markus Deuling <deuling@de.ibm.com>
17564
17565 * gdb.arch/spu-info.exp: New testcase.
17566 * gdb.arch/spu-info.c: New file.
17567
17568 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
17569
17570 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
17571 tpcs_offset. Restore lr after the call.
17572 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
17573
17574 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
17575
17576 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
17577 (gdbserver_run): Kill any running gdbserver.
17578 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
17579
17580 2007-05-17 Maciej W. Rozycki <macro@mips.com>
17581
17582 * gdb.base/sigbpt.exp: Preset segv_addr.
17583
17584 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
17585
17586 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
17587 (gdb_compile_shlib): Likewise.
17588 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
17589 (default_gdb_init): Clear cleanfiles.
17590 (gdb_finish): Delete recorded cleanfiles.
17591 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
17592
17593 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
17594 Do not use isnative.
17595 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
17596 gdb.base/so-impl-ld.exp: Likewise.
17597 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
17598 * gdb.base/unload.exp: Likewise. Do not pass empty option to
17599 gdb_compile.
17600
17601 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
17602
17603 * config/unknown.exp: Remove.
17604
17605 2007-05-15 Markus Deuling <deuling@de.ibm.com>
17606
17607 * gdb.base/info-proc.exp: Check is_remote.
17608
17609 2007-05-14 Markus Deuling <deuling@de.ibm.com>
17610
17611 * gdb.base/gcore.exp: Initialize variable core_supported.
17612
17613 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
17614
17615 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
17616
17617 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
17618
17619 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
17620 * gdb.threads/print-threads.exp (test_all_threads): Allow
17621 negative and hexadecimal thread IDs.
17622
17623 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
17624
17625 * gdb.java/jprint.java (public): Avoid invalid call to static
17626 method.
17627
17628 2007-05-14 Denis Pilat <denis.pilat@st.com>
17629
17630 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
17631 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
17632 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
17633 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
17634 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
17635
17636 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17637
17638 * gdb.base/overlays.exp: Add support for targets with only code
17639 overlay support, not data overlay. Support spu-*-* target in
17640 this mode.
17641 * gdb.base/ovlymgr.c: Provide stubs for spu target.
17642 * gdb.base/spu.ld: New file.
17643
17644 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
17645
17646 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
17647
17648 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
17649
17650 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
17651
17652 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
17653
17654 * gdb.java/jmain.exp: Handle demangled names with and without method
17655 signatures.
17656
17657 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
17658
17659 * gdb.mi/mi-syn-frame.c (main, foo, bar)
17660 (have_a_very_merry_interrupt): Remove calls to puts.
17661 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
17662 inferior output.
17663 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
17664 test names.
17665
17666 2007-04-29 Markus Deuling <deuling@de.ibm.com>
17667 Daniel Jacobowitz <dan@codesourcery.com>
17668
17669 * gdb.base/auxv.exp (core_works): Also check is_remote.
17670 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
17671
17672 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
17673
17674 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
17675 message, not the undefined 'module' variable.
17676 * gdb.base/siginfo.exp: Likewise.
17677 * gdb.base/sigstep.exp: Likewise.
17678 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
17679 serialport.
17680 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
17681
17682 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
17683
17684 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
17685 target sim fails. Return 0 otherwise.
17686 (gdb_load): Return prematurely if gdb_target_sim fails.
17687
17688 2007-04-16 Denis Pilat <denis.pilat@st.com>
17689
17690 * gdb.base/setshow.exp: Reset height after having set it to 100.
17691
17692 2007-04-16 Denis Pilat <denis.pilat@st.com>
17693
17694 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
17695
17696 2007-04-16 Denis Pilat <denis.pilat@st.com>
17697
17698 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
17699
17700 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
17701
17702 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
17703 tests. Run the frozen varobjs test.
17704 * gdb.mi/var-cmd.c (do_frozen_tests): New.
17705 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
17706
17707 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
17708
17709 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
17710 gdb.base/type-opaque.exp: New files.
17711
17712 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
17713
17714 * gdb.mi/mi-var-child.c
17715 (do_children_tests): User char[2] instead of
17716 char so that automatic printing of pointers to char
17717 don't give unpredicable result.
17718 * gdb.mi/var-cmd.c (do_locals_test): Initialize
17719 local variables.
17720 * gdb.mi/mi-var-child.exp: Step to right line
17721 of do_children_tests.
17722 * gdb.mi/mi2-var-child.exp: Likewise.
17723 * gdb.mi/mi-var-cmd.exp: Step to right line of
17724 do_locals_tests.
17725 (do_children_tests): User char[2] instead of
17726 char so that automatic printing of pointers to char
17727 don't give unpredicable result.
17728 * gdb.mi/mi2-var-cmd.exp: Likewise.
17729 * lib/mi-support.exp (mi_continue_to_line):
17730 Pass test name to mi_wait_for_stop.
17731
17732 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
17733
17734 * gdb.asm/asm-source.exp: Remove d10v case.
17735 * lib/gdb.exp (skip_cplus_tests): Likewise.
17736 * gdb.asm/d10v.inc: Deleted.
17737
17738 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
17739
17740 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
17741
17742 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
17743
17744 * config/netware.exp: Delete file.
17745
17746 2007-03-29 Joel Brobecker <brobecker@adacore.com>
17747
17748 * gdb.dwarf2/dw2-noloc.S: New file.
17749 * gdb.dwarf2/dw2-noloc.exp: New file.
17750
17751 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
17752
17753 * gdb.cp/method2.cc: New test.
17754 * gdb.cp/method2.exp: New test.
17755 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
17756
17757 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
17758
17759 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
17760
17761 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
17762
17763 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
17764
17765 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
17766
17767 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
17768 (gdb_load): Delete, replace with...
17769 (gdb_reload): ...this.
17770 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
17771 * gdb.server/server-mon.exp: Likewise.
17772 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
17773 (gdb_start_cmd): New.
17774 (gdb_file_cmd): Save the last loaded file.
17775 (gdb_reload): New.
17776 (gdb_gnu_strip_debug): Use transform.
17777 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
17778 support here. Use new $last_loaded_file. Check mtime.
17779 (gdb_target_cmd): Handle ObjC failure case.
17780 (infer_host_exec): Delete.
17781 (gdbserver_load): Rename to...
17782 (gdbserver_run): ...this. Simplify.
17783 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
17784 (mi_gdb_load): Move most contents to a new function...
17785 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
17786 (mi_run_cmd): Use mi_gdb_target_load.
17787 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
17788 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
17789 Use gdb_run_cmd.
17790 * gdb.base/charsign.exp: Remove incorrect comment.
17791 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
17792 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
17793 gdb.base/start.exp: Use gdb_start_cmd.
17794
17795 2007-03-23 Nigel Stephens <nigel@mips.com>
17796 Maciej W. Rozycki <macro@mips.com>
17797
17798 * gdb.base/sigbpt.exp: Fix the message when skipping test.
17799 * gdb.base/signull.exp: Similarly.
17800
17801 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17802
17803 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
17804 messages available to test cases (like chng-sym.exp).
17805
17806 2007-03-14 Andreas Schwab <schwab@suse.de>
17807
17808 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
17809 format changes.
17810
17811 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
17812
17813 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
17814 (optimized_1): New.
17815 (main): Call optimized_1.
17816 (gdb2029): Correct typos. Call gdb2029_marker.
17817 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
17818 for gdb2029.
17819
17820 2007-03-12 Mark Kettenis <kettenis@gnu.org>
17821
17822 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
17823 as tabs. Remove redundant test pattern.
17824
17825 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17826
17827 * gdb.base/long_long.exp: Accept optional symbol name in <...>
17828 for /a format output.
17829
17830 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
17831
17832 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
17833 collect output incrementally.
17834
17835 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17836
17837 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
17838 for -var-create lpcharacter test.
17839 * gdb.mi/mi2-var-cmd.exp: Likewise.
17840
17841 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17842
17843 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
17844 pass on targets where address zero is readable.
17845
17846 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17847
17848 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
17849 just a single architecture.
17850
17851 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17852
17853 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
17854 (fetch_all_registers): New function, uses gdb_test_multiple and
17855 exp_continue to fetch inferior output line-by-line.
17856 Replace all uses of do_get_all_registers by fetch_all_registers.
17857
17858 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17859
17860 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
17861 in target_info.
17862
17863 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
17864
17865 * gdb.threads/manythreads.exp: Use $message string for
17866 consistancy; add a default (timeout) case.
17867
17868 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
17869
17870 * gdb.base/watchpoint.exp: Fix truncated comment.
17871
17872 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
17873
17874 * Makefile.in: Remove spurious single-quotes from sed command.
17875
17876 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
17877
17878 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
17879 func.
17880 * gdb.mi/mi2-var-cmd.exp: Likewise.
17881
17882 2007-02-27 Joel Brobecker <brobecker@adacore.com>
17883
17884 * gdb.dwarf2/dw2-producer.S: New file.
17885 * gdb.dwarf2/dw2-producer.exp: New testcase.
17886
17887 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
17888
17889 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
17890 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
17891 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
17892 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
17893 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
17894 Revert tests to use mi_gdb_test and include value field in output
17895 of -var-create.
17896
17897 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
17898
17899 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
17900
17901 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
17902
17903 * gdb.base/maint.exp: Remove full paths from test names.
17904 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
17905 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
17906
17907 2007-02-27 Joel Brobecker <brobecker@adacore.com>
17908
17909 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
17910
17911 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
17912
17913 * gdb.server/server-mon.exp: New test.
17914
17915 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
17916
17917 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
17918
17919 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
17920
17921 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
17922 register capitalization.
17923
17924 2007-02-13 Denis Pilat <denis.pilat@st.com>
17925
17926 * gdb.mi/mi-var-invalidate.exp: New file.
17927
17928 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
17929
17930 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
17931
17932 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
17933
17934 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
17935
17936 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
17937
17938 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
17939 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
17940
17941 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
17942
17943 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
17944 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
17945 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
17946 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
17947 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
17948 * gdb.mi/gdb792.exp, lib/mi-support.exp:
17949 Update tests to include value field in output of -var-create.
17950
17951 2007-02-08 Andreas Schwab <schwab@suse.de>
17952
17953 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
17954
17955 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
17956
17957 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
17958 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
17959
17960 2007-02-02 Denis Pilat <denis.pilat@st.com>
17961
17962 * gdb.threads/threadapply.exp: check that frame is not changed by
17963 the thread apply all command.
17964
17965 2007-01-31 Andreas Schwab <schwab@suse.de>
17966
17967 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
17968
17969 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
17970 in the dwarf sections.
17971 * gdb.dwarf2/mac-fileno.S: Likewise.
17972
17973 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
17974 bspstore register on ia64.
17975
17976 2007-01-29 Andreas Schwab <schwab@suse.de>
17977
17978 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
17979 "frame-begin" annotation.
17980
17981 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
17982 number of "frames-invalid" annotations.
17983
17984 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
17985
17986 * gdb.base/commands.exp: Call if_commands_test.
17987 (gdb_test_no_prompt, if_commands_test): New.
17988
17989 2007-01-28 Mark Kettenis <kettenis@gnu.org>
17990
17991 * gdb.threads/sigthread.c (NSIGS): Make bigger.
17992
17993 2007-01-27 Andreas Schwab <schwab@suse.de>
17994
17995 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
17996 .short/.int/.quad in the dwarf sections.
17997 * gdb.dwarf2/dw2-intercu.S: Likewise.
17998 * gdb.dwarf2/dw2-intermix.S: Likewise.
17999
18000 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18001
18002 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
18003 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
18004 array.
18005 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
18006 * gdb.base/setvar.exp: Likewise.
18007
18008 2007-01-26 Andreas Schwab <schwab@suse.de>
18009
18010 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
18011 test.
18012
18013 * gdb.base/multi-forks.exp ("restart $i"): Also match
18014 __kernel_syscall_via_break.
18015
18016 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
18017
18018 * lib/mi-support.exp (mi_delete_varobj): New.
18019 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
18020 testcase.
18021 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
18022 (main): Call the above.
18023 (reference_update_test, base_in_reference_test)
18024 (reference_to_pointer): Delete the created varobjs.
18025
18026 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
18027
18028 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
18029 * configure: Regenerated.
18030 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
18031 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
18032 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
18033 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
18034 * lib/gdb.exp (gdb_skip_xml_test): New function.
18035
18036 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
18037
18038 * gdb.base/sigrepeat.exp: Correct error message.
18039
18040 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18041 Daniel Jacobowitz <dan@codesourcery.com>
18042
18043 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
18044 gdb.arch/i386-gnu-cfi-asm.S: New files.
18045
18046 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
18047
18048 * lib/gdb.exp: Abort on missing `site.exp'.
18049
18050 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18051 Daniel Jacobowitz <dan@codesourcery.com>
18052
18053 * gdb.base/included.c, gdb.base/included.exp,
18054 gdb.base/included.h: New files.
18055
18056 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
18057
18058 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
18059 (maximize_rlimit): Reduce limits on 64-bit systems.
18060
18061 2007-01-19 Mark Kettenis <kettenis@gnu.org>
18062
18063 From Marcus Deuling <deuling@de.ibm.com>:
18064 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
18065 every case.
18066
18067 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
18068
18069 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
18070 (test_path_specification): Use objdir instead of srcdir to always
18071 get an absolute filename.
18072
18073 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
18074
18075 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
18076
18077 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
18078
18079 * gdb.mi/mi-var-cp.cc (reference_update_tests):
18080 Make sure the variable we're using is in scope.
18081 (reference_to_pointer): Likewise.
18082
18083 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
18084
18085 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
18086 has no debug information.
18087
18088 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
18089
18090 * gdb.base/annota1.exp: Remove extra send_gdb.
18091
18092 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
18093
18094 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
18095
18096 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
18097
18098 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
18099
18100 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
18101 Daniel Jacobowitz <dan@codesourcery.com>
18102
18103 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
18104 lcharacter or linteger change. Correct duplicated test name.
18105 * gdb.mi/mi2-var-cmd.exp: Likewise.
18106
18107 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
18108
18109 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
18110
18111 2007-01-05 Joel Brobecker <brobecker@adacore.com>
18112
18113 * gdb.base/nofield.c: New file.
18114 * gdb.base/nofield.exp: New testcase.
18115
18116 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
18117
18118 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
18119
18120 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
18121 test.
18122
18123 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
18124
18125 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
18126
18127 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
18128
18129 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
18130 when continuing.
18131
18132 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
18133
18134 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
18135 Expect ".exe" extension.
18136
18137 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
18138
18139 * gdb.base/charset.exp: Add explicit filename to break.
18140 * gdb.base/dbx.exp: Add explicit filename to breaks.
18141
18142 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
18143
18144 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
18145 * gdb.mi/mi2-file.exp: Likewise.
18146
18147 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
18148
18149 Implement specification of MI tests as comments
18150 in C and C++ sources.
18151 * lib/mi-support.exp (mi_autotest_data): New variable.
18152 (mi_autotest_source): New variable.
18153 (count_newlines, mi_prepare_inline_tests)
18154 (mi_get_inline_test, mi_continue_to_line)
18155 (mi_run_inline_test, mi_tbreak)
18156 (mi_send_resuming_command, mi_wait_for_stop): New functions.
18157 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
18158 Run inline tests.
18159 * gdb.mi/mi-var-cp.cc: Define tests here.
18160
18161 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
18162
18163 Simplify usage of mi_continue_to.
18164 * lib/mi-support.exp (mi_runto_helper): Renamed
18165 from mi_runto, added new parameter 'run_or_continue'.
18166 (mi_runto): Use mi_runto_helper.
18167 (mi_continue_to): Accept just function name as parameter.
18168 Use mi_runto_helper.
18169 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
18170 * gdb.mi/mi2-var-cmd.exp: Likewise.
18171
18172 2006-01-04 Joel Brobecker <brobecker@adacore.com>
18173
18174 Make this testcase a bit more realistic. The current code
18175 is too simplistic, and allows the compiler to optimize out
18176 some of the entities we need for this testcase.
18177 * gdb.ada/null_record/bar.ads (Void_Star): New type.
18178 (Do_Nothing): Add extra parameter.
18179 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
18180 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
18181 by using a variable of type Void_Star.
18182
18183 2006-01-04 Joel Brobecker <brobecker@adacore.com>
18184
18185 * gdb.ada/catch_ex/foo.adb: New file.
18186 * gdb.ada/catch_ex.exp: New testcase.
18187
18188 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
18189
18190 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
18191 pass --image-base to linker.
18192
18193 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18194 Daniel Jacobowitz <dan@codesourcery.com>
18195
18196 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
18197 secondary prompts.
18198
18199 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
18200
18201 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
18202 output. Test the types of members and member pointers.
18203 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
18204 gdb/2092.
18205 * gdb.cp/member-ptr.exp: Search for a comment instead of a
18206 statement. Enable for GCC. Update expected output for some tests
18207 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
18208 layout.
18209 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
18210 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
18211 (Diamond::vget_base): New.
18212 (main): Add new tests.
18213 * gdb.cp/printmethod.exp: Update expected output for member functions.
18214 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
18215 print pEe->D::vg().
18216
18217 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
18218
18219 * gdb.threads/tls.exp: Allow stops in sem_post.
18220
18221 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
18222
18223 * gdb.base/annota1.exp: Allow .*printf in backtraces.
18224 * gdb.base/annota3.exp: Likewise.
18225 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
18226 again (instead of timing out).
18227 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
18228 GCC bug 26475.
18229 * gdb.java/jmisc.exp: Adjust to work with method signatures including
18230 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
18231 test from jmisc1.exp.
18232 * gdb.java/jmisc1.exp: Delete.
18233 * gdb.java/jprint.exp: Adjust to work with method signatures including
18234 return types.
18235 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
18236 * gdb.threads/linux-dp.exp: Don't be confused by program output.
18237 * lib/java.exp (compile_java_from_source): Pass the correct type
18238 to target_compile.
18239
18240 2006-12-31 Joel Brobecker <brobecker@adacore.com>
18241
18242 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
18243 (stack_align_edx): New function.
18244 (stack_align_eax): New function.
18245 (main): Add calls to stack_align_edx and stack_align_eax.
18246 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
18247 Add testing for the cases where the register used during a stack
18248 realignment is edx. Same for eax.
18249
18250 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
18251
18252 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
18253 and generic PE targets.
18254
18255 2006-12-29 Joel Brobecker <brobecker@adacore.com>
18256
18257 * gdb.ada/array_return.exp: Update copyright date list.
18258
18259 2006-12-27 Joel Brobecker <brobecker@adacore.com>
18260
18261 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
18262 (Create_Small_Float_Vector): New function.
18263 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
18264 function body.
18265 * gdb.ada/array_return/p.adb: Use new type and function from
18266 package Pck.
18267 * gdb.ada/array_return.exp: Add a test verifying that GDB is
18268 able to print the value returned by a function returning an
18269 array of float.
18270
18271 2006-12-20 Joel Brobecker <brobecker@adacore.com>
18272
18273 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
18274 The associated tests should be PASSing.
18275
18276 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
18277
18278 Test for base in references.
18279 * gdb.mi/mi-var-cp.cc: Add test code.
18280 * gdb.mi/mi-var-cp.exp: Test for bases in references.
18281 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
18282 * gdb.mi/mi2-watch.exp: Likewise.
18283 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
18284 (mi_list_varobj_children): New function.
18285
18286 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
18287
18288 * lib/mi-support.exp
18289 (mi_runto): Accept "()" after function name.
18290 (mi_create_varobj): New function.
18291 (mi_varobj_update): New function.
18292 (mi_Check_varobj_value): New function.
18293 * gdb.mi/mi-var-cp.exp: New file.
18294 * gdb.mi/mi-var-cp.cc: New file.
18295
18296 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
18297
18298 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
18299 gdb.base/weaklib2.c: New files.
18300
18301 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
18302
18303 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
18304 info. Adjust test names.
18305
18306 * gdb.base/break.c (main): Move position of malloc.
18307 * gdb.base/break.exp: Revert mistaken checkin.
18308
18309 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
18310
18311 * gdb.mi/mi-var-cmd.exp: Check -var-update after
18312 assignement of arrays and function pointers.
18313 * gdb.mi/var-cmd.c: Add declaration necessary for above
18314 tests.
18315
18316 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
18317
18318 * gdb.base/break.c (main): Call malloc.
18319
18320 * gdb.threads/linux-dp.exp: Read thread table before and after
18321 creating each philosopher and verify it.
18322
18323 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
18324 Paul Brook <paul@codesourcery.com>
18325 Daniel Jacobowitz <dan@codesourcery.com>
18326
18327 * gdb.base/ending-run.exp: Flatten expect script stepping out of
18328 main to remove duplication. Add start function of the form
18329 '_*start[1-9]*'. Add RVDS start function.
18330
18331 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
18332
18333 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
18334
18335 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18336
18337 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
18338 * gdb.asm/spu.inc: New file.
18339 * gdb.base/term.exp: Disable if [target_info exists noargs].
18340 * gdb.gdb/complaints.exp: Disable if ![isnative].
18341 * gdb.gdb/selftest.exp: Likewise.
18342 * gdb.gdb/observer.exp: Likewise.
18343 * gdb.gdb/xfullpath.exp: Likewise.
18344 * gdb.base/attach.exp: Disable on SPU target.
18345 * gdb.cp/bs145503.exp: Likewise.
18346 * gdb.cp/exception.exp: Likewise.
18347 * gdb.cp/userdef.exp: Likewise.
18348
18349 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
18350
18351 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
18352
18353 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
18354
18355 * gdb.base/completion.exp: Fix completion tests for
18356 'info' and 'info '.
18357 * gdb.base/help.exp (help_test_raw, test_class_help)
18358 (test_prefix_command_help): Move...
18359 * lib/gdb.exp: Here.
18360 * gdb.base/main.exp: Adjust.
18361 * gdb.cp/maint.exp: Adjust.
18362 * gdb.trace/tracecmd.exp: Use test_help_class.
18363
18364 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
18365
18366 * gdb.stabs/weird.exp (print_weird_var): Use
18367 gdb_test_multiple instead of gdb_expect.
18368
18369 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
18370
18371 * gdb.base/help.exp (help_test_raw): New.
18372 (test_class_help): New.
18373 (test_prefix_command_help): New.
18374 Adjust testcases.
18375
18376 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
18377
18378 * gdb.base/constvars.c (main): Write to crass and crips, so that
18379 they are allocated by the compiler.
18380
18381 2006-10-27 Andreas Schwab <schwab@suse.de>
18382
18383 * gdb.base/multi-forks.exp: Use "detach fork" instead of
18384 "detach-fork".
18385
18386 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
18387
18388 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
18389 of patterns.
18390
18391 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
18392
18393 * gdb.base/sepdebug.exp: Remove debug format test.
18394 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
18395 Handle no-symtab.
18396 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
18397
18398 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
18399
18400 * gdb.threads/manythreads.c (thread_function, main): Don't cast
18401 int to pointer or pointer to int.
18402 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
18403
18404 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
18405
18406 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
18407
18408 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
18409
18410 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
18411
18412 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
18413
18414 PR c++/2116
18415 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
18416
18417 2006-10-06 Joel Brobecker <brobecker@adacore.com>
18418
18419 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
18420 the corresponding bug has been fixed in GDB (PR/2018).
18421
18422 2006-10-06 Joel Brobecker <brobecker@adacore.com>
18423
18424 * gdb.base/subst.exp: New testcase.
18425
18426 2006-10-06 Joel Brobecker <brobecker@adacore.com>
18427
18428 * gdb.ada/array_return/pck.ads: Add copyright notice.
18429 * gdb.ada/array_return/pck.adb: Likewise.
18430 * gdb.ada/array_return/p.adb: Likewise.
18431 * gdb.ada/exec_changed/first.adb: Likewise.
18432 * gdb.ada/exec_changed/second.adb: Likewise.
18433
18434 2006-10-06 Joel Brobecker <brobecker@adacore.com>
18435
18436 * gdb.ada/watch_arg/watch.adb: New file.
18437 * gdb.ada/watch_arg.exp: New testcase.
18438
18439 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
18440
18441 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
18442 via string_to_regexp.
18443 * gdb.mi/mi2-basics.exp: Likewise.
18444
18445 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
18446
18447 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
18448 Remove unused / obsolete files.
18449
18450 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
18451
18452 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
18453
18454 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
18455
18456 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
18457 HIGH_FRAME argument to -stack-list-arguments can be larger than
18458 the number of frames.
18459
18460 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
18461
18462 * gdb.base/args.c (main): Add breakpoint marker.
18463 * gdb.base/args.exp: Use args_test for tests. Add new tests which
18464 really test empty arguments.
18465 (args_load): Delete.
18466 (args_test): New.
18467
18468 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
18469
18470 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
18471 check for one file.
18472
18473 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
18474
18475 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
18476 HIGH_FRAME argument to -stack-list-locals can be larger than
18477 the number of frames.
18478
18479 2006-08-18 Fred Fish <fnf@specifix.com>
18480
18481 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
18482 '$' in front of skip_vmx_tests_saved when setting that.
18483
18484 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
18485
18486 * gdb.base/trace-commands.exp: New file.
18487
18488 2006-08-10 Joel Brobecker <brobecker@adacore.com>
18489 Daniel Jacobowitz <dan@codesourcery.com>
18490
18491 * gdb.base/step-bt.exp: Make hexadecimal address optional in
18492 expected output of the backtrace commands.
18493
18494 2006-08-09 Joel Brobecker <brobecker@adacore.com>
18495
18496 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
18497 untested followed by return combination.
18498 * gdb.arch/altivec-regs.exp: Likewise.
18499 * gdb.arch/e500-abi.exp: Likewise.
18500 * gdb.arch/e500-regs.exp: Likewise.
18501 * gdb.arch/gdb1291.exp: Likewise.
18502 * gdb.arch/gdb1431.exp: Likewise.
18503 * gdb.arch/gdb1558.exp: Likewise.
18504 * gdb.arch/i386-prologue.exp: Likewise.
18505 * gdb.arch/i386-unwind.exp: Likewise.
18506 * gdb.asm/asm-source.exp: Likewise.
18507 * gdb.base/a2-run.exp: Likewise.
18508 * gdb.base/advance.exp: Likewise.
18509 * gdb.base/all-bin.exp: Likewise.
18510 * gdb.base/annota1.exp: Likewise.
18511 * gdb.base/annota3.exp: Likewise.
18512 * gdb.base/args.exp: Likewise.
18513 * gdb.base/arithmet.exp: Likewise.
18514 * gdb.base/assign.exp: Likewise.
18515 * gdb.base/async.exp: Likewise.
18516 * gdb.base/attach.exp: Likewise.
18517 * gdb.base/bang.exp: Likewise.
18518 * gdb.base/bigcore.exp: Likewise.
18519 * gdb.base/bitfields.exp: Likewise.
18520 * gdb.base/bitfields2.exp: Likewise.
18521 * gdb.base/break.exp: Likewise.
18522 * gdb.base/call-sc.exp: Likewise.
18523 * gdb.base/call-strs.exp: Likewise.
18524 * gdb.base/callfuncs.exp: Likewise.
18525 * gdb.base/checkpoint.exp: Likewise.
18526 * gdb.base/chng-syms.exp: Likewise.
18527 * gdb.base/code-expr.exp: Likewise.
18528 * gdb.base/commands.exp: Likewise.
18529 * gdb.base/completion.exp: Likewise.
18530 * gdb.base/cond-expr.exp: Likewise.
18531 * gdb.base/condbreak.exp: Likewise.
18532 * gdb.base/consecutive.exp: Likewise.
18533 * gdb.base/constvars.exp: Likewise.
18534 * gdb.base/corefile.exp: Likewise.
18535 * gdb.base/cvexpr.exp: Likewise.
18536 * gdb.base/dbx.exp: Likewise.
18537 * gdb.base/define.exp: Likewise.
18538 * gdb.base/detach.exp: Likewise.
18539 * gdb.base/display.exp: Likewise.
18540 * gdb.base/dump.exp: Likewise.
18541 * gdb.base/ena-dis-br.exp: Likewise.
18542 * gdb.base/ending-run.exp: Likewise.
18543 * gdb.base/environ.exp: Likewise.
18544 * gdb.base/eval-skip.exp: Likewise.
18545 * gdb.base/exprs.exp: Likewise.
18546 * gdb.base/fileio.exp: Likewise.
18547 * gdb.base/finish.exp: Likewise.
18548 * gdb.base/float.exp: Likewise.
18549 * gdb.base/foll-exec.exp: Likewise.
18550 * gdb.base/foll-fork.exp: Likewise.
18551 * gdb.base/foll-vfork.exp: Likewise.
18552 * gdb.base/freebpcmd.exp: Likewise.
18553 * gdb.base/funcargs.exp: Likewise.
18554 * gdb.base/gcore.exp: Likewise.
18555 * gdb.base/gdb1090.exp: Likewise.
18556 * gdb.base/gdb1250.exp: Likewise.
18557 * gdb.base/huge.exp: Likewise.
18558 * gdb.base/info-proc.exp: Likewise.
18559 * gdb.base/interrupt.exp: Likewise.
18560 * gdb.base/jump.exp: Likewise.
18561 * gdb.base/langs.exp: Likewise.
18562 * gdb.base/lineinc.exp: Likewise.
18563 * gdb.base/list.exp: Likewise.
18564 * gdb.base/logical.exp: Likewise.
18565 * gdb.base/long_long.exp: Likewise.
18566 * gdb.base/macscp.exp: Likewise.
18567 * gdb.base/maint.exp: Likewise.
18568 * gdb.base/mips_pro.exp: Likewise.
18569 * gdb.base/miscexprs.exp: Likewise.
18570 * gdb.base/multi-forks.exp: Likewise.
18571 * gdb.base/opaque.exp: Likewise.
18572 * gdb.base/overlays.exp: Likewise.
18573 * gdb.base/pc-fp.exp: Likewise.
18574 * gdb.base/pointers.exp: Likewise.
18575 * gdb.base/printcmds.exp: Likewise.
18576 * gdb.base/psymtab.exp: Likewise.
18577 * gdb.base/ptype.exp: Likewise.
18578 * gdb.base/recurse.exp: Likewise.
18579 * gdb.base/relational.exp: Likewise.
18580 * gdb.base/relocate.exp: Likewise.
18581 * gdb.base/remote.exp: Likewise.
18582 * gdb.base/reread.exp: Likewise.
18583 * gdb.base/restore.exp: Likewise.
18584 * gdb.base/return.exp: Likewise.
18585 * gdb.base/return2.exp: Likewise.
18586 * gdb.base/scope.exp: Likewise.
18587 * gdb.base/sect-cmd.exp: Likewise.
18588 * gdb.base/sep.exp: Likewise.
18589 * gdb.base/sepdebug.exp: Likewise.
18590 * gdb.base/setshow.exp: Likewise.
18591 * gdb.base/setvar.exp: Likewise.
18592 * gdb.base/sigall.exp: Likewise.
18593 * gdb.base/sigbpt.exp: Likewise.
18594 * gdb.base/signals.exp: Likewise.
18595 * gdb.base/signull.exp: Likewise.
18596 * gdb.base/sizeof.exp: Likewise.
18597 * gdb.base/solib.exp: Likewise.
18598 * gdb.base/step-line.exp: Likewise.
18599 * gdb.base/step-test.exp: Likewise.
18600 * gdb.base/structs.exp: Likewise.
18601 * gdb.base/structs2.exp: Likewise.
18602 * gdb.base/term.exp: Likewise.
18603 * gdb.base/twice.exp: Likewise.
18604 * gdb.base/until.exp: Likewise.
18605 * gdb.base/varargs.exp: Likewise.
18606 * gdb.base/volatile.exp: Likewise.
18607 * gdb.base/watchpoint.exp: Likewise.
18608 * gdb.base/whatis-exp.exp: Likewise.
18609 * gdb.base/whatis.exp: Likewise.
18610 * gdb.cp/ambiguous.exp: Likewise.
18611 * gdb.cp/annota2.exp: Likewise.
18612 * gdb.cp/annota3.exp: Likewise.
18613 * gdb.cp/bool.exp: Likewise.
18614 * gdb.cp/breakpoint.exp: Likewise.
18615 * gdb.cp/casts.exp: Likewise.
18616 * gdb.cp/class2.exp: Likewise.
18617 * gdb.cp/classes.exp: Likewise.
18618 * gdb.cp/cplusfuncs.exp: Likewise.
18619 * gdb.cp/ctti.exp: Likewise.
18620 * gdb.cp/derivation.exp: Likewise.
18621 * gdb.cp/exception.exp: Likewise.
18622 * gdb.cp/gdb1355.exp: Likewise.
18623 * gdb.cp/hang.exp: Likewise.
18624 * gdb.cp/inherit.exp: Likewise.
18625 * gdb.cp/local.exp: Likewise.
18626 * gdb.cp/m-data.exp: Likewise.
18627 * gdb.cp/m-static.exp: Likewise.
18628 * gdb.cp/member-ptr.exp: Likewise.
18629 * gdb.cp/method.exp: Likewise.
18630 * gdb.cp/misc.exp: Likewise.
18631 * gdb.cp/namespace.exp: Likewise.
18632 * gdb.cp/overload.exp: Likewise.
18633 * gdb.cp/ovldbreak.exp: Likewise.
18634 * gdb.cp/pr-1023.exp: Likewise.
18635 * gdb.cp/pr-1210.exp: Likewise.
18636 * gdb.cp/pr-574.exp: Likewise.
18637 * gdb.cp/printmethod.exp: Likewise.
18638 * gdb.cp/psmang.exp: Likewise.
18639 * gdb.cp/ref-params.exp: Likewise.
18640 * gdb.cp/ref-types.exp: Likewise.
18641 * gdb.cp/rtti.exp: Likewise.
18642 * gdb.cp/templates.exp: Likewise.
18643 * gdb.cp/try_catch.exp: Likewise.
18644 * gdb.cp/userdef.exp: Likewise.
18645 * gdb.cp/virtfunc.exp: Likewise.
18646 * gdb.disasm/am33.exp: Likewise.
18647 * gdb.disasm/h8300s.exp: Likewise.
18648 * gdb.disasm/mn10300.exp: Likewise.
18649 * gdb.disasm/sh3.exp: Likewise.
18650 * gdb.disasm/t01_mov.exp: Likewise.
18651 * gdb.disasm/t02_mova.exp: Likewise.
18652 * gdb.disasm/t03_add.exp: Likewise.
18653 * gdb.disasm/t04_sub.exp: Likewise.
18654 * gdb.disasm/t05_cmp.exp: Likewise.
18655 * gdb.disasm/t06_ari2.exp: Likewise.
18656 * gdb.disasm/t07_ari3.exp: Likewise.
18657 * gdb.disasm/t08_or.exp: Likewise.
18658 * gdb.disasm/t09_xor.exp: Likewise.
18659 * gdb.disasm/t10_and.exp: Likewise.
18660 * gdb.disasm/t11_logs.exp: Likewise.
18661 * gdb.disasm/t12_bit.exp: Likewise.
18662 * gdb.disasm/t13_otr.exp: Likewise.
18663 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
18664 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
18665 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
18666 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
18667 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
18668 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
18669 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
18670 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
18671 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
18672 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
18673 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
18674 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
18675 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
18676 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
18677 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
18678 * gdb.mi/gdb701.exp: Likewise.
18679 * gdb.mi/gdb792.exp: Likewise.
18680 * gdb.mi/mi-basics.exp: Likewise.
18681 * gdb.mi/mi-break.exp: Likewise.
18682 * gdb.mi/mi-cli.exp: Likewise.
18683 * gdb.mi/mi-console.exp: Likewise.
18684 * gdb.mi/mi-disassemble.exp: Likewise.
18685 * gdb.mi/mi-eval.exp: Likewise.
18686 * gdb.mi/mi-file.exp: Likewise.
18687 * gdb.mi/mi-read-memory.exp: Likewise.
18688 * gdb.mi/mi-regs.exp: Likewise.
18689 * gdb.mi/mi-return.exp: Likewise.
18690 * gdb.mi/mi-simplerun.exp: Likewise.
18691 * gdb.mi/mi-stack.exp: Likewise.
18692 * gdb.mi/mi-stepi.exp: Likewise.
18693 * gdb.mi/mi-syn-frame.exp: Likewise.
18694 * gdb.mi/mi-until.exp: Likewise.
18695 * gdb.mi/mi-var-block.exp: Likewise.
18696 * gdb.mi/mi-var-child.exp: Likewise.
18697 * gdb.mi/mi-var-cmd.exp: Likewise.
18698 * gdb.mi/mi-var-display.exp: Likewise.
18699 * gdb.mi/mi-watch.exp: Likewise.
18700 * gdb.mi/mi2-basics.exp: Likewise.
18701 * gdb.mi/mi2-break.exp: Likewise.
18702 * gdb.mi/mi2-cli.exp: Likewise.
18703 * gdb.mi/mi2-console.exp: Likewise.
18704 * gdb.mi/mi2-disassemble.exp: Likewise.
18705 * gdb.mi/mi2-eval.exp: Likewise.
18706 * gdb.mi/mi2-file.exp: Likewise.
18707 * gdb.mi/mi2-read-memory.exp: Likewise.
18708 * gdb.mi/mi2-regs.exp: Likewise.
18709 * gdb.mi/mi2-return.exp: Likewise.
18710 * gdb.mi/mi2-simplerun.exp: Likewise.
18711 * gdb.mi/mi2-stack.exp: Likewise.
18712 * gdb.mi/mi2-stepi.exp: Likewise.
18713 * gdb.mi/mi2-syn-frame.exp: Likewise.
18714 * gdb.mi/mi2-until.exp: Likewise.
18715 * gdb.mi/mi2-var-block.exp: Likewise.
18716 * gdb.mi/mi2-var-child.exp: Likewise.
18717 * gdb.mi/mi2-var-cmd.exp: Likewise.
18718 * gdb.mi/mi2-var-display.exp: Likewise.
18719 * gdb.mi/mi2-watch.exp: Likewise.
18720 * gdb.stabs/exclfwd.exp: Likewise.
18721 * gdb.stabs/weird.exp: Likewise.
18722 * gdb.threads/gcore-thread.exp: Likewise.
18723 * gdb.trace/actions.exp: Likewise.
18724 * gdb.trace/backtrace.exp: Likewise.
18725 * gdb.trace/circ.exp: Likewise.
18726 * gdb.trace/collection.exp: Likewise.
18727 * gdb.trace/deltrace.exp: Likewise.
18728 * gdb.trace/infotrace.exp: Likewise.
18729 * gdb.trace/limits.exp: Likewise.
18730 * gdb.trace/packetlen.exp: Likewise.
18731 * gdb.trace/passc-dyn.exp: Likewise.
18732 * gdb.trace/passcount.exp: Likewise.
18733 * gdb.trace/report.exp: Likewise.
18734 * gdb.trace/save-trace.exp: Likewise.
18735 * gdb.trace/tfind.exp: Likewise.
18736 * gdb.trace/tracecmd.exp: Likewise.
18737 * gdb.trace/while-dyn.exp: Likewise.
18738 * gdb.trace/while-stepping.exp: Likewise.
18739
18740 2006-08-08 Joel Brobecker <brobecker@adacore.com>
18741
18742 * gdb.base/step-bt.c: New file.
18743 * gdb.base/step-bt.exp: New testcase.
18744
18745 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
18746
18747 * config/monitor.exp (gdb_load): Remove support for obsolete
18748 download-write-size.
18749 * gdb.base/remote.exp: Likewise. Update all callers of
18750 gdb_timed_load.
18751
18752 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
18753
18754 * cursal.exp: Pass binfile to gdb_load.
18755
18756 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
18757
18758 * gdb.base/cursal.exp: Add "" to gdb_load call.
18759
18760 2006-07-29 Mark Kettenis <kettenis@gnu.org>
18761
18762 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
18763 NetBSD/ELF targets.
18764
18765 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
18766
18767 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
18768 operator*.
18769
18770 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
18771
18772 * gdb.base/completion.exp: Update for change in "file" behavior.
18773 * gdb.stabs/weird.exp: Likewise.
18774 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
18775 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
18776
18777 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
18778
18779 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
18780 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
18781
18782 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
18783
18784 * gdb.base/default.exp: Update source command error message.
18785 * gdb.base/help.exp: Update 'help source' message.
18786
18787 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
18788
18789 * gdb.cp/bs15503.exp: Update comment for no longer crashing
18790 test.
18791
18792 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
18793
18794 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
18795
18796 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
18797
18798 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
18799
18800 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
18801
18802 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
18803
18804 2006-07-17 Mark Kettenis <kettenis@gnu.org>
18805
18806 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
18807 *-*-openbsd* from targets for wich we expect ARM FPA floating
18808 point format.
18809
18810 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
18811
18812 * gdb.cp/annota3.exp: Expect frame-begin annotation.
18813
18814 2006-07-17 Mark Kettenis <kettenis@gnu.org>
18815
18816 * gdb.base/annota3.exp: Expect frame-begin annotation.
18817
18818 2006-07-14 Joel Brobecker <brobecker@adacore.com>
18819
18820 * gdb.base/help.exp: Adjust "help unset" test to accept
18821 any list of unset commands.
18822
18823 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
18824 Daniel Jacobowitz <dan@codesourcery.com>
18825
18826 * gdb.cp/ref-params.exp: New test.
18827 * gdb.cp/ref-params.cc: New source file.
18828 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
18829
18830 2006-07-08 Mark Kettenis <kettenis@gnu.org>
18831
18832 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
18833 spaces/tabs in regular expressions since they might not be there.
18834
18835 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
18836
18837 * gdb.base/ifelse.exp: New file.
18838
18839 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
18840
18841 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
18842 line.
18843 * gdb.base/huge.exp: Loop over compilation to find a size that
18844 is acceptable.
18845 * gdb.base/remote.exp: Correct expected strings.
18846 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
18847
18848 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18849
18850 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
18851
18852 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18853
18854 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
18855 native.
18856
18857 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18858
18859 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
18860 enable stabs testing.
18861
18862 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18863
18864 * gdb.base/auxv.exp: Intercept undefined command messages before
18865 gdb_test_multiple does.
18866
18867 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
18868
18869 * Makefile.in (host_alias): Remove.
18870 (target_alias): Use @target_noncanonical@.
18871 (site.exp): Don't set host_alias.
18872 * aclocal.m4: Remove contents. Include acx.m4.
18873 * configure: Regenerated.
18874 * configure.ac: Use ACX_NONCANONICAL_TARGET.
18875
18876 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
18877
18878 * lib/gdb.exp (gdb_load_cmd): New.
18879
18880 * gdb.base/fileio.c: Add system(NULL) test.
18881 * gdb.base/fileio.exp: Check it.
18882
18883 * gdb.base/break.c: Add 10a breakpoint at }
18884 * gdb.base/break.exp: Add test for breakpoint at }
18885 * gdb.cp/anon-union.cc: Add code at end of function.
18886 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
18887 * gdb.mi/var-cmd.c: Add code at end of function.
18888 * gdb.mi/mi-var-display.exp: Adjust end of next.
18889 * gdb.mi/mi2-var-display.exp: Likewise.
18890 * gdb.base/fileio.c: Add stop function and insert calls at
18891 stopping places.
18892 * gdb.base/fileio.exp: Breakpoint stop function and remove
18893 explicit line number references.
18894
18895 2006-05-19 Joel Brobecker <brobecker@adacore.com>
18896
18897 * gdb.base/del.exp (test_delete_alias): New function.
18898 Now check that both "del" and "d" work as aliases for "delete".
18899
18900 2006-05-18 Fred Fish <fnf@specifix.com>
18901
18902 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
18903 required. Check for spurious output after program exits normally.
18904
18905 2006-05-17 Fred Fish <fnf@specifix.com>
18906
18907 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
18908 gdb_load, so it works in the simulator.
18909
18910 2006-05-11 Fred Fish <fnf@specifix.com>
18911
18912 * gdb.base/bang.exp: Ignore unexpected output between the
18913 "program exited normally" and the gdb prompt, as many other
18914 tests do.
18915
18916 2006-05-07 Mark Kettenis <kettenis@gnu.org>
18917
18918 * gdb.base/help.exp: Make "delete checkpoint" part option for
18919 "help d" and "help delete" tests.
18920
18921 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18922
18923 * gdb.mi/mi-basics.exp: Add missing serial number to
18924 expected output in some mi_gdb_test statements.
18925 * gdb.mi/mi2-basics.exp: Likewise.
18926
18927 2006-05-05 Joel Brobecker <brobecker@adacore.com>
18928
18929 * gdb.base/del.c: New file.
18930 * gdb.base/del.exp: New testcase.
18931
18932 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
18933
18934 * gdb.base/break.exp: Do not assume a breakpoint on
18935 main will actually be in $srcfile when optimizing.
18936 * gdb.base/savedregs.exp: Do not require that the dummy
18937 frame location match up to a symbol and source file location.
18938 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
18939 will get printed without a mi_cmd_data_list_register_values prefix.
18940 (*-data-list-register-*): Correct regular expressions to expect the new
18941 pseudo d? floating point registers.
18942 * gdb.mi/mi2-regs.exp: Likewise.
18943
18944 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
18945
18946 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
18947 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
18948 is allocated by the compiler.
18949 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
18950 anons, e, anone to force their allocation by the compiler.
18951
18952 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
18953
18954 * gdb.base/help.exp: Update expected text for help d and
18955 help delete.
18956
18957 2006-05-02 Mark Kettenis <kettenis@gnu.org>
18958
18959 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
18960 NetBSD/ELF targets.
18961
18962 2006-04-30 Mark Kettenis <kettenis@gnu.org>
18963
18964 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
18965 single-step breakpoint fails; make this a KFAIL on
18966 sparc*-*-openbsd*.
18967 * gdb.base/siginfo.exp: Likewise.
18968 * gdb.base/sigstep.exp (advance, advancei): Likewise.
18969
18970 2006-04-26 Michael Snyder <msnyder@redhat.com>
18971
18972 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
18973 which may have to consume output from other forks.
18974 Add tests to make sure that "delete fork" succeeded.
18975
18976 2006-04-20 Michael Snyder <msnyder@redhat.com>
18977
18978 * 2006-03-22 Jim Blandy <jimb@redhat.com>
18979 Add support for the Renesas M32C and M16C.
18980
18981 * gdb.asm/asm-source.exp: Add m32c target.
18982 * gdb.asm/m32c.inc: Support for m32c target.
18983
18984 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
18985
18986 * gdb.base/commands.exp (recursive_source_test): New test.
18987
18988 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
18989
18990 * gdb.base/float.exp: Add pattern for sparc targets.
18991
18992 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
18993
18994 * gdb.base/commands.exp (stray_arg0_test): New test.
18995
18996 2006-03-30 Paul Brook <paul@codesourcery.com>
18997
18998 * gdb.mi/mi-until.exp: kfail broken until command.
18999 * gdb.mi/mi2-until.exp: Ditto.
19000
19001 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
19002
19003 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
19004
19005 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
19006
19007 * gdb.base/prelink.exp: Anchor tested-for regular expression
19008 on gdb prompt.
19009
19010 2006-03-07 Paul Brook <paul@codesourcery.com>
19011
19012 * gdb.base/assign.exp: Correct fail message.
19013
19014 2006-03-07 Paul Brook <paul@codesourcery.com>
19015
19016 * lib/compiler.c: Extract armcc version number.
19017 * lib/compiler.cc: Ditto.
19018
19019 2006-03-07 Paul Brook <paul@codesourcery.com>
19020
19021 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
19022 additional_flags=-w.
19023 * gdb.arch/altivec-regs.exp: Ditto.
19024 * gdb.arch/e500-abi.exp: Ditto.
19025 * gdb.arch/e500-regs.exp: Ditto.
19026 * gdb.base/all-bin.exp: Ditto.
19027 * gdb.base/annota1.exp: Ditto.
19028 * gdb.base/annota3.exp: Ditto.
19029 * gdb.base/args.exp: Ditto.
19030 * gdb.base/arithmet.exp: Ditto.
19031 * gdb.base/assign.exp: Ditto.
19032 * gdb.base/async.exp: Ditto.
19033 * gdb.base/bang.exp: Ditto.
19034 * gdb.base/break.exp: Ditto.
19035 * gdb.base/call-rt-st.exp: Ditto.
19036 * gdb.base/completion.exp: Ditto.
19037 * gdb.base/cond-expr.exp: Ditto.
19038 * gdb.base/condbreak.exp: Ditto.
19039 * gdb.base/consecutive.exp: Ditto.
19040 * gdb.base/define.exp: Ditto.
19041 * gdb.base/display.exp: Ditto.
19042 * gdb.base/ena-dis-br.exp: Ditto.
19043 * gdb.base/environ.exp: Ditto.
19044 * gdb.base/eval-skip.exp: Ditto.
19045 * gdb.base/info-proc.exp: Ditto.
19046 * gdb.base/jump.exp: Ditto.
19047 * gdb.base/logical.exp: Ditto.
19048 * gdb.base/long_long.exp: Ditto.
19049 * gdb.base/maint.exp: Ditto.
19050 * gdb.base/miscexprs.exp: Ditto.
19051 * gdb.base/pc-fp.exp: Ditto.
19052 * gdb.base/pointers.exp: Ditto.
19053 * gdb.base/relational.exp: Ditto.
19054 * gdb.base/reread.exp: Ditto.
19055 * gdb.base/sect-cmd.exp: Ditto.
19056 * gdb.base/sep.exp: Ditto.
19057 * gdb.base/sepdebug.exp: Ditto.
19058 * gdb.base/until.exp: Ditto.
19059 * gdb.base/whatis-exp.exp: Ditto.
19060 * gdb.cp/annota2.exp: Ditto.
19061 * gdb.cp/annota3.exp: Ditto.
19062 * gdb.trace/actions.exp: Ditto.
19063 * gdb.trace/backtrace.exp: Ditto.
19064 * gdb.trace/circ.exp: Ditto.
19065 * gdb.trace/collection.exp: Ditto.
19066 * gdb.trace/deltrace.exp: Ditto.
19067 * gdb.trace/infotrace.exp: Ditto.
19068 * gdb.trace/limits.exp: Ditto.
19069 * gdb.trace/packetlen.exp: Ditto.
19070 * gdb.trace/passc-dyn.exp: Ditto.
19071 * gdb.trace/passcount.exp: Ditto.
19072 * gdb.trace/report.exp: Ditto.
19073 * gdb.trace/save-trace.exp: Ditto.
19074 * gdb.trace/tfind.exp: Ditto.
19075 * gdb.trace/tracecmd.exp: Ditto.
19076 * gdb.trace/while-dyn.exp: Ditto.
19077 * gdb.trace/while-stepping.exp: Ditto.
19078 * lib/gdb.exp: Ditto.
19079 (gdb_compile): Handle nowarning option.
19080
19081 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
19082
19083 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
19084 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
19085 Rename executable to prelinkt. Don't re-prelink if we didn't
19086 get a core file. Test prelink -u exit status to tell whether
19087 prelinking failed. Use gdb_test_multiple.
19088
19089 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
19090
19091 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
19092 (do_tests): Call it.
19093
19094 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
19095
19096 * gdb.base/prelink.exp: New test.
19097 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
19098
19099 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
19100
19101 * gdb.fortran/derived-type.f90: New file.
19102 * gdb.fortran/derived-type.exp: New testcase.
19103
19104 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
19105
19106 * gdb.base/default.exp: Allow ';' as a directory separator.
19107
19108 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
19109
19110 * gdb.base/help.exp (help add-symbol-file): Update.
19111
19112 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
19113
19114 * gdb.base/help.exp (help load): Update expected results.
19115
19116 2006-02-19 Fred Fish <fnf@specifix.com>
19117
19118 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
19119 specifix hex value as part of results.
19120 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
19121
19122 2006-02-16 Fred Fish <fnf@specifix.com>
19123
19124 * gdb.base/whatis.c: Define variables using typedefs char_addr,
19125 ushort_addr, and slong_addr, so the typedefs are not optimized
19126 away.
19127 * gdb.base/whatis.exp: Add tests using type name for struct type,
19128 union type, enum type, and typedef.
19129
19130 2006-02-13 Mark Kettenis <kettenis@gnu.org>
19131
19132 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
19133
19134 2006-02-13 Jim Blandy <jimb@redhat.com>
19135
19136 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
19137 case where it takes two "next" commands to skip past the init
19138 call.
19139
19140 2006-02-12 Fred Fish <fnf@specifix.com>
19141
19142 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
19143 to handle cases where it takes two "next" commands to skip
19144 past the init call.
19145
19146 2006-02-07 Joel Brobecker <brobecker@adacore.com>
19147
19148 * gdb.ada/array_return.exp: Mark the last test as expected to fail
19149 on hppa32 targets.
19150
19151 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
19152
19153 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
19154 field.
19155
19156 2006-01-29 Mark Kettenis <kettenis@gnu.org>
19157
19158 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
19159
19160 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
19161
19162 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
19163 files.
19164
19165 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
19166
19167 * gdb.cp/maint.exp: Set complaints to a positive value.
19168
19169 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
19170
19171 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
19172 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
19173 function name.
19174
19175 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
19176
19177 * gdb.base/checkpoint.c: Update copyright notice. Include
19178 <stdlib.h>.
19179
19180 2006-01-04 Jim Blandy <jimb@redhat.com>
19181
19182 * gdb.asm/asm-source.exp: Independently provide default values for
19183 asm-flags and debug-flags. Use 'string equal' to do the
19184 comparison, not the implicit expr's '==' operator. Remove
19185 now-unneeded assignments to asm-flags. In h8300 case, place
19186 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
19187
19188 2006-01-04 Michael Snyder <msnyder@redhat.com>
19189
19190 * gdb.base/checkpoint.c: New file.
19191 * gdb.base/checkpoint.exp: New file.
19192 * gdb.base/multi-fork.c: New file.
19193 * gdb.base/multi-fork.exp: New file.
19194 * gdb.base/pi.txt: New file (data for checkpoint.c test).
19195
19196 2006-01-04 Fred Fish <fnf@specifix.com>
19197
19198 * gdb.base/ptype.c (foo): Add typedef.
19199 (intfoo): Add function.
19200 * gdb.base/ptype1.c: New file.
19201 * gdb.base/ptype.exp: Handle compilation and linking with two
19202 source files. Test that proper type for "foo" is found based
19203 on source context rather than first match found in symtabs.
19204
19205 2005-12-28 Mark Kettenis <kettenis@gnu.org>
19206
19207 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
19208 * gdb.asm/openbsd.inc: Indent commands.
19209
19210 2005-12-26 Mark Kettenis <kettenis@gnu.org>
19211
19212 * gdb.base/freebpcmd.exp: Increase timeout.
19213
19214 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
19215
19216 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
19217
19218 * gdb.base/default.exp: Update check for "show version".
19219
19220 2005-12-09 Randolph Chung <tausq@debian.org>
19221
19222 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
19223 * gdb.asm/pa64.inc: New file.
19224
19225 2005-12-09 Randolph Chung <tausq@debian.org>
19226
19227 * gdb.asm/common.inc: Indent commands.
19228 * gdb.asm/asmsrc1.s: Likewise.
19229 * gdb.asm/asmsrc2.s: Likewise.
19230
19231 2005-12-09 Randolph Chung <tausq@debian.org>
19232
19233 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
19234 (get_addr_of_sym): Remove duplicate print.
19235 (gen_core): xfail hppa*-*-hpux*, update expected output.
19236 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
19237 * gdb.arch/pa64-nullify.s: New file.
19238
19239 2005-12-09 Randolph Chung <tausq@debian.org>
19240
19241 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
19242
19243 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
19244
19245 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
19246 code generation for these functions.
19247 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
19248 error message.
19249
19250 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
19251
19252 * gdb.base/help.exp (help b, help br, help bre, help brea)
19253 (help break): Update the expected message.
19254
19255 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
19256
19257 * gdb.asm/m68hc11.inc: Setup the data section.
19258 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
19259 script for this test.
19260 (m6812-*-*): Likewise.
19261
19262 2005-11-09 Randolph Chung <tausq@debian.org>
19263
19264 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
19265
19266 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
19267
19268 * gdb.base/break.exp: Fix a comment typo.
19269
19270 2005-11-03 Jim Blandy <jimb@redhat.com>
19271
19272 Checked in by Elena Zannoni <ezannoni@redhat.com>
19273
19274 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
19275
19276 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
19277
19278 * gdb.arch/gdb1558.c: Include stdio.h.
19279
19280 2005-10-31 Mark Kettenis <kettenis@gnu.org>
19281
19282 * gdb.asm/asm-source.exp: Use -e instead of --entry.
19283
19284 2005-10-31 Mark Kettenis <kettenis@gnu.org>
19285
19286 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
19287
19288 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
19289
19290 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
19291 vscr" tests to better match output.
19292
19293 2005-10-12 Jim Blandy <jimb@redhat.com>
19294
19295 * gdb.base/structs.exp (any): New function.
19296 (test_struct_returns): Don't make any assumptions at all about
19297 what value the function returns when GDB can't set the return
19298 value.
19299
19300 2005-10-09 Joel Brobecker <brobecker@adacore.com>
19301
19302 * gdb.ada/arrayidx/p.adb: New file.
19303 * gdb.ada/arrayidx.exp: New testcase
19304
19305 2005-10-09 Joel Brobecker <brobecker@adacore.com>
19306
19307 * gdb.ada/array_return/pck.ads: New file.
19308 * gdb.ada/array_return/pck.adb: New file.
19309 * gdb.ada/array_return/p.adb: New file.
19310 * gdb.ada/array_return.exp: New testcase.
19311
19312 2005-10-03 Joel Brobecker <brobecker@adacore.com>
19313
19314 * gdb.base/arrayidx.c: New file.
19315 * gdb.base/arrayidx.exp: New testcase.
19316
19317 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
19318
19319 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
19320 frames-invalid and breakpoints-invalid are no longer generated
19321 with level 3 so don't expect them in the output.
19322
19323 2005-09-27 Bob Rossi <bob@brasko.net>
19324
19325 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
19326 from test. Escape the | in mi_gdb_test call.
19327 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
19328 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
19329 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
19330 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
19331 expected regex's in mi_gdb_test calls.
19332 * lib/mi-support.exp: Remove arbitrary .* from tests.
19333 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
19334 Fully anchor GDB/MI expected results in mi_gdb_test.
19335 * lib/gdb.exp (string_to_regexp): Escape the ] character.
19336 * gdb.base/sizeof.exp: Remove escape character. Correct test.
19337
19338 2005-09-26 Paul Brook <paul@codesourcery.com>
19339
19340 * long_long.exp: Exclude eabi targets from arm FPA float format test.
19341
19342 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
19343
19344 * bfp-test.c: New file.
19345 * bfp-test.exp: New testcase.
19346
19347 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
19348
19349 * gdb.fortran/subarray.exp: New testcase to test the evaluation
19350 of subarray and substring variable.
19351 * gdb.fortran/subarray.f: New source file for the test of subarray
19352 and substring variable evaluation.
19353 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
19354 of string constant.
19355
19356 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
19357
19358 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
19359 copyright dates.
19360
19361 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
19362
19363 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
19364 powerpc altivec' test with an almost identical 'info vector' test.
19365
19366 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
19367
19368 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
19369 vscr" tests to match output.
19370
19371 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
19372
19373 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
19374 output.
19375
19376 2005-09-11 Bob Rossi <bob@brasko.net>
19377
19378 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
19379 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
19380 commands that return an MI output command and an asyncronous MI output
19381 command.
19382 * gdb.mi/mi-console.exp: Ditto.
19383
19384 2005-09-11 Bob Rossi <bob@brasko.net>
19385
19386 * gdb.mi/mi-var-child.c: Include <string.h>.
19387
19388 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
19389
19390 * killed.exp: Correct gdb_expect syntax.
19391
19392 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
19393
19394 * lib/mi-support.exp (mi_gdb_load): Fix typo.
19395
19396 2005-08-02 Bob Rossi <bob@brasko.net>
19397
19398 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
19399 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
19400 Change tests to inferior-tty-set/show.
19401 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
19402 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
19403 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
19404 inferior. Use mi_gdb_test to get GDB and Inferior output.
19405 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
19406 descriptor.
19407 (mi_inferior_tty_name): Add inferior PTY file name.
19408 (mi_gdb_start): Add INFERIOR_PTY parameter.
19409 (mi_gdb_test): Add IPATTERN parameter.
19410
19411 2005-08-02 Bob Rossi <bob@brasko.net>
19412
19413 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
19414 parameter to mi_gdb_test.
19415 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
19416
19417 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
19418
19419 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
19420 struct_declarations.
19421 * gdb.mi/mi-var-child.exp: Step over the initialization of
19422 struct_declarations.
19423
19424 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
19425
19426 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
19427 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
19428 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
19429 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
19430 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
19431 file.
19432
19433 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
19434
19435 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
19436 (do_children_tests): Assign values to the extra elements.
19437
19438 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
19439 them for tests for "-var-update --no-values" and
19440 "-var-update --all-values".
19441 Add test for "-var-list-children --simple-values".
19442
19443 * gdb.mi/basics.c (callee4): Add integer array D[3]...
19444
19445 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
19446 "-stack-list-locals --simple-values" Improve doc strings and
19447 comments.
19448
19449 2005-07-18 Mark Kettenis <kettenis@gnu.org>
19450
19451 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
19452 *-*-openbsd*.
19453 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
19454
19455 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
19456 sigaltsatck'.
19457
19458 2005-07-14 Bob Rossi <bob@brasko.net>
19459
19460 * gdb.base/default.exp (tty): Changed output of command.
19461 * gdb.base/help.exp (help tty): Ditto.
19462
19463 2005-07-12 Mark Kettenis <kettenis@gnu.org>
19464
19465 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
19466
19467 2005-07-10 Mark Kettenis <kettenis@gnu.org>
19468
19469 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
19470 -stack-select-frame without arguments.
19471 (test_stack_frame_listing): Add test for newly implemented command
19472 -stack-info-frame.
19473
19474 2005-07-06 Bob Rossi <bob@brasko.net>
19475
19476 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
19477 command.
19478 (Copyright): Update copyright.
19479
19480 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
19481
19482 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
19483 tests to evaluate exponentiation expression.
19484
19485 2005-06-29 Andreas Schwab <schwab@suse.de>
19486
19487 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
19488 main to avoid warnings.
19489
19490 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
19491
19492 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
19493
19494 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
19495 -stack-select-frame without arguments.
19496 (test_stack_frame_listing): Add test for newly implemented command
19497 -stack-info-frame.
19498
19499 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
19500
19501 * gdb.fortran/array-element.f: New file.
19502 * gdb.fortran/array-element.exp: New testcase.
19503
19504 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
19505
19506 * gdb.base/bigcore.exp: Correct checks for systems which can
19507 not dump a large core file.
19508
19509 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
19510
19511 * gdb.base/relocate.c: Add a copyright notice.
19512 (dummy): Remove.
19513 * gdb.base/relocate.exp: Test printing the values of variables
19514 from a relocatable file.
19515
19516 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
19517
19518 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
19519 excess MI output after an error.
19520
19521 2005-05-29 Joel Brobecker <brobecker@adacore.com>
19522
19523 * gdb.arch/alpha-step.c: New file.
19524 * gdb.arch/alpha-step.exp: New testcase.
19525
19526 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
19527 Dennis Brueni <dennis@slickedit.com>
19528
19529 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
19530 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
19531 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
19532 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
19533 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
19534 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
19535 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
19536
19537 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
19538 Wu Zhou <woodzltc@cn.ibm.com>
19539
19540 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
19541 IBM's xlc compiler.
19542 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
19543 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
19544
19545 2005-05-13 Jim Blandy <jimb@redhat.com>
19546
19547 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
19548 calling gdb_suppress_entire_file.
19549 * gdb.base/charset.exp: Same.
19550 * gdb.base/call-rt-st.exp: Same.
19551
19552 2005-05-05 Bob Rossi <bob_rossi@cox.net>
19553
19554 * lib/gdb.exp (fullname_syntax): Added global regex.
19555 (fullname_syntax_POSIX): Ditto.
19556 (fullname_syntax_UNC): Ditto.
19557 (fullname_syntax_DOS_CASE): Ditto.
19558 (fullname_syntax_DOS): Ditto.
19559 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
19560 fullname_syntax variable to scope and use it.
19561 (test_file_list_exec_source_files): Ditto.
19562 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
19563
19564 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
19565
19566 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
19567
19568 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
19569
19570 * lib/gdb.exp (skip_altivec_tests): New function, based on
19571 check_vmx_hw_available from the GCC testsuite.
19572 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
19573 * lib/gdb.arch/altivec-regs.exp: Likewise.
19574
19575 2005-05-02 Jim Blandy <jimb@redhat.com>
19576
19577 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
19578 calling gdb_suppress_entire_file.
19579
19580 2005-04-30 Randolph Chung <tausq@debian.org>
19581
19582 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
19583 Slightly relax "sem_post" name checking.
19584
19585 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
19586
19587 * gdb.base/unload.exp: Use new shared library infrastructure.
19588
19589 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
19590
19591 * gdb.base/so-impl-ld.exp: Use new shared library
19592 infrastructure.
19593
19594 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
19595
19596 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
19597 * gdb.asm/h8300.inc: New file.
19598
19599 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
19600
19601 * gdb.base/shlib-call.exp: Change to use new shared library
19602 infrastructure.
19603
19604 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
19605
19606 * gdb.base/pending.exp: Change to use new shared library
19607 infrastructure.
19608
19609 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
19610
19611 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
19612 use test_compiler_info instead of gcc_compiled, and update copyright.
19613
19614 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
19615
19616 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
19617 shared objects being adjusted and update copyright years.
19618
19619 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
19620
19621 * ChangeLog: Correct some 2003-01-13 dates.
19622 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
19623 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
19624 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
19625 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
19626 gdb.trace/tfind.exp: Update copyright years.
19627
19628 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
19629 Daniel Jacobowitz <dan@codesourcery.com>
19630
19631 * lib/gdb.exp (gdb_compile): Handle shlib=.
19632 (gdb_compile_shlib): New function.
19633
19634 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
19635
19636 * lib/gdb.exp (test_compiler_info): Give argument a default value.
19637
19638 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
19639
19640 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
19641 gdb.server.
19642 * configure.ac: Likewise.
19643 * configure: Regenerated.
19644 * gdb.gdbserver/Makefile.in: Moved to...
19645 * gdb.server/Makefile.in: ... here.
19646 * gdb.gdbserver/server.c: Moved to...
19647 * gdb.server/server.c: ... here.
19648 * gdb.gdbserver/server-run.exp: Moved to...
19649 * gdb.server/server-run.exp: ... here.
19650
19651 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
19652
19653 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
19654 * configure.ac: Create gdb.gdbserver/Makefile.
19655 * configure: Regenerated.
19656 * lib/gdbserver-support.exp: New file, derived from
19657 config/gdbserver.exp.
19658 * config/gdbserver.exp: Use gdbserver-support.exp.
19659 * gdb.gdbserver/Makefile.in: New file.
19660 * gdb.gdbserver/server.c: New file.
19661 * gdb.gdbserver/server-run.exp: New file.
19662
19663 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
19664
19665 * lib/gdb.exp (test_compiler_info): Return compiler_info
19666 if no arguments are given.
19667
19668 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
19669
19670 * gdb.arch/altivec-abi.exp: Check for compiler and set
19671 use altivec' flag accordingly.
19672 * gdb.arch/altivec-regs.exp: Likewise.
19673
19674 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
19675
19676 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
19677
19678 2005-03-27 Andreas Schwab <schwab@suse.de>
19679
19680 * gdb.base/bigcore.c (main): Add missing mode argument in open
19681 call.
19682
19683 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
19684
19685 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
19686 downloads.
19687 * config/gdbserver.exp (gdb_load): Likewise.
19688
19689 2005-03-14 Paul Brook <paul@codesourcery.com>
19690
19691 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
19692 targets.
19693
19694 2005-03-09 Joel Brobecker <brobecker@adacore.com>
19695
19696 * gdb.dwarf2/dup-psym.S: New file.
19697 * gdb.dwarf2/dup-psym.exp: New testcase.
19698
19699 2005-03-09 Joel Brobecker <brobecker@adacore.com>
19700
19701 * gdb.ada/exec_changed/first.adb: New file.
19702 * gdb.ada/exec_changed/second.adb: New file.
19703 * gdb.ada/exec_changed.exp: New testcase.
19704
19705 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
19706
19707 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
19708 (A2): New class.
19709 (main): Test operator+.
19710 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
19711 breakpoint test.
19712
19713 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
19714 * gdb.base/signull.exp: Disable if gdb,nosignals.
19715 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
19716 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
19717 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
19718 * gdb.mi/mi2-console.exp: Likewise.
19719 * gdb.trace/collection.exp (run_trace_experiment): Consume the
19720 continue output at start.
19721 (gdb_collect_locals_test): Robustify regexp.
19722 * gdb.trace/passc-dyn.exp: Fix comment typo.
19723 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
19724
19725 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
19726
19727 * gdb.asm/asm-source.exp: Add iq2000 case.
19728 * gdb.asm/iq2000.inc: New file.
19729
19730 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
19731
19732 * gdb.base/command.exp: Change hardcoded value to regular expression.
19733 * gdb.base/float.exp: Add powerpc to the list of targets checked.
19734
19735 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
19736
19737 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
19738 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
19739 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
19740 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
19741 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
19742
19743 2005-03-05 Mark Kettenis <kettenis@gnu.org>
19744
19745 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
19746 changes.
19747
19748 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
19749
19750 * lib/compiler.c: Add test for IBM's xlc compiler.
19751 * lib/compiler.cc: Likewise.
19752
19753 2004-02-24 Joel Brobecker <brobecker@adacore.com>
19754
19755 * gdb.ada/fixed_points.exp: Create compilation object directory
19756 before running the test.
19757 * gdb.ada/null_record.exp: Likewise.
19758 * gdb.ada/packed_array.exp: Likewise.
19759 * gdb.ada/start.exp: Likewise.
19760
19761 2005-02-15 Joel Brobecker <brobecker@adacore.com>
19762
19763 * gdb.ada/packed_array/pa.adb: New file.
19764 * gdb.ada/packed_array.exp: New testcase.
19765
19766 2005-02-10 Mark Kettenis <kettenis@gnu.org>
19767
19768 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
19769 files.
19770
19771 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
19772 on *-*-openbsd*. Correctly match whitespace in regukar
19773 expressions.
19774
19775 2005-02-10 Daniel Jacobowitz <dan@debian.org>
19776
19777 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
19778 PR exp/1821
19779 * gdb.base/gdb1821.c: New test file.
19780 * gdb.base/gdb1821.exp: New test file.
19781
19782 2005-02-09 Joel Brobecker <brobecker@adacore.com>
19783
19784 * gdb.base/start.c: New file.
19785 * gdb.base/start.exp: New testcase.
19786
19787 2005-02-09 Joel Brobecker <brobecker@adacore.com>
19788
19789 * gdb.ada/start/dummy.adb: New file.
19790 * gdb.ada/start.exp: New testcase.
19791
19792 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
19793
19794 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
19795 for printing symbols and statistics.
19796 Add test for using relative pathnames in "maint print msymbols" test.
19797 Mark "maint info sections DATA" XFAIL on Cygwin.
19798 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
19799 tests.
19800
19801 2005-02-09 Andreas Schwab <schwab@suse.de>
19802
19803 Committed by Andrew Cagney <cagney@gnu.org>
19804 * gdb.base/remotetimeout.exp: New file.
19805
19806 2005-02-07 Mark Kettenis <kettenis@gnu.org>
19807
19808 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
19809
19810 2005-02-03 Joel Brobecker <brobecker@adacore.com>
19811
19812 * gdb.ada/gnat_ada.gpr: New file.
19813 * gdb.ada/gnat_ada.gin: Delete, no longer used.
19814 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
19815 * configure.ac: No longer generate gnat_ada.gpr.
19816 * configure: Regenerate.
19817 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
19818 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
19819 * gdb.ada/null_record/bar.ads: Likewise.
19820 * gdb.ada/null_record/bar.adb: Likewise.
19821 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
19822 * gdb.ada/null_record.exp (testdir): New variable.
19823 (testfile): executable is now in testdir subdirectory.
19824 (srcfile): Use full path to the main compilation unit.
19825 * gdb.ada/fixed_points.exp: Same changes as above.
19826
19827 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
19828
19829 * gdb.base/interp.exp: New test.
19830
19831 2005-01-24 Andrew Cagney <cagney@gnu.org>
19832
19833 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
19834
19835 2005-01-19 Andrew Cagney <cagney@gnu.org>
19836
19837 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
19838 configure.ac not configure.in.
19839
19840 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
19841 of powerpc*-*-*.
19842 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
19843 * gdb.base/list.exp (test_list_function)
19844 (test_list_filename_and_function): Ditto.
19845 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
19846
19847 2005-01-16 Andrew Cagney <cagney@gnu.org>
19848
19849 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
19850
19851 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
19852
19853 2005-01-14 Andrew Cagney <cagney@gnu.org>
19854
19855 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
19856 * gdb.mi/mi2-var-cmd.exp: Ditto.
19857
19858 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
19859
19860 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
19861
19862 2005-01-07 Andrew Cagney <cagney@gnu.org>
19863
19864 * configure.ac: Rename configure.in, require autoconf 2.59.
19865 * configure: Re-generate.
19866 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
19867 * gdb.stabs/configure: Re-generate.
19868 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
19869 * gdb.hp/configure: Re-generate.
19870 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
19871 autoconf 2.59.
19872 * gdb.hp/gdb.objdbg/configure: Re-generate.
19873 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
19874 autoconf 2.59.
19875 * gdb.hp/gdb.defects/configure: Re-generate.
19876 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
19877 autoconf 2.59.
19878 * gdb.hp/gdb.compat/configure: Re-generate.
19879 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
19880 autoconf 2.59.
19881 * gdb.hp/gdb.base-hp/configure: Re-generate.
19882 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
19883 autoconf 2.59.
19884 * gdb.hp/gdb.aCC/configure: Re-generate.
19885
19886 2004-12-15 Jim Blandy <jimb@redhat.com>
19887
19888 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
19889 under NPTL when there is debugging info available for libpthread.
19890
19891 2004-12-13 Jerome Guitton <guitton@gnat.com>
19892
19893 * gdb.ada/fixed_points.c: New file.
19894 * gdb.ada/fixed_points.exp: New file.
19895
19896 2004-12-03 Randolph Chung <tausq@debian.org>
19897
19898 * gdb.arch/pa-nullify.exp: New file.
19899 * gdb.arch/pa-nullify.s: New file.
19900
19901 2004-11-30 Randolph Chung <tausq@debian.org>
19902
19903 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
19904 instead of "tbug". Fix regexp to work properly with gdb_test.
19905
19906 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
19907
19908 * gdb.base/bitfields2.exp: New test.
19909 * gdb.base/bitfields2.c: New file.
19910
19911 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
19912
19913 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
19914
19915 2004-11-16 Randolph Chung <tausq@debian.org>
19916
19917 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
19918
19919 2004-11-14 Daniel Jacobowitz <dan@debian.org>
19920
19921 * gdb.threads/threadapply.exp: Correct "macro details" test.
19922
19923 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
19924
19925 * gdb.threads/threadapply.exp: New test.
19926 * gdb.threads/threadapply.c: New file.
19927
19928 2004-11-07 Mark Kettenis <kettenis@gnu.org>
19929
19930 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
19931 frames.
19932
19933 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
19934
19935 * gdb.base/cursal.exp: New file.
19936 * gdb.base/cursal.c: New file.
19937
19938 2004-11-03 Andrew Cagney <cagney@gnu.org>
19939
19940 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
19941
19942 2004-10-30 Mark Kettenis <kettenis@gnu.org>
19943
19944 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
19945 NetBSD/ELF targets.
19946
19947 2004-10-29 Joel Brobecker <brobecker@gnat.com>
19948
19949 * gdb.threads/bp_in_thread.c: New file, copied from
19950 pthread_cond_wait.c.
19951 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
19952 file, rather than reusing the .c file from another testcase.
19953
19954 2004-10-20 Joel Brobecker <brobecker@gnat.com>
19955
19956 * gdb.ada/null_record.exp: Check where we stopped after
19957 sending the start command, instead of where the associated
19958 temporary breakpoint was inserted.
19959
19960 2004-10-14 Andrew Cagney <cagney@gnu.org>
19961
19962 * gdb.mi/gdb701.c (main): Return 0.
19963
19964 2004-10-13 Daniel Jacobowitz <dan@debian.org>
19965
19966 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
19967
19968 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
19969
19970 * gdb.threads/schedlock.c: Add comment markers to use to find
19971 line numbers.
19972 * gdb.threads/schedlock.exp: Adjust regex to handle the new
19973 comments.
19974 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
19975 breakpoint lines.
19976
19977 2004-10-12 Daniel Jacobowitz <dan@debian.org>
19978
19979 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
19980
19981 2004-10-12 Daniel Jacobowitz <dan@debian.org>
19982
19983 * configure.in: Add gdb.dwarf2.
19984 * configure: Regenerated.
19985 * Makefile.in: Add gdb.dwarf2.
19986 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
19987 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
19988 gdb.dwarf2/file1.txt: New files.
19989
19990 2004-10-11 Orjan Friberg <orjanf@axis.com>
19991
19992 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
19993 of "run", since the latter doesn't work with remote targets. Adjust
19994 the breakpoint numbering accordingly.
19995 * gdb.threads/pthread_cond_wait.exp: Ditto.
19996
19997 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
19998
19999 * gdb.base/overlays.exp: Update copyright years.
20000
20001 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
20002
20003 * gdb.base/overlays.exp: Disable if target is Linux.
20004
20005 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
20006
20007 * config/gdbserver.exp (gdb_load): Use right filename on remote.
20008
20009 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
20010
20011 * gdb.asm/asm-source.exp: Add m32r-linux target.
20012 * gdb.asm/m32r-linux.inc: New file.
20013
20014 2004-09-24 Andrew Cagney <cagney@redhat.com>
20015 David Anderson <anderson@redhat.com>
20016
20017 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
20018 command fails, assume things will work.
20019 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
20020 (_GNU_SOURCE): Define.
20021 (print_unsigned, print_hex): Change parameter to "long long".
20022 (print_byte_count): New function, use to print byte counts.
20023 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
20024 O_LARGEFILE.
20025 (main): Compute an upper bound on a corefile in max_core_size.
20026 Limit memory chunk size to max_core_size. Limit total memory
20027 allocated to max_core_size.
20028
20029 2004-09-23 Andrew Cagney <cagney@gnu.org>
20030
20031 * gdb.base/bigcore.exp: Replace the code that creates a corefile
20032 from a separate process with code that creates a corefile by
20033 making the inferior dump core.
20034
20035 2004-09-23 Mark Kettenis <kettenis@gnu.org>
20036
20037 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
20038 block.
20039
20040 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
20041
20042 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
20043 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
20044 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
20045 Likewise.
20046
20047 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
20048
20049 * gdb.java/jprint.exp: New test case for java inferior call.
20050 * gdb.java/jprint.java: Ditto.
20051
20052 2004-09-15 Joel Brobecker <brobecker@gnat.com>
20053
20054 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
20055
20056 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
20057
20058 * gdb.threads/killed.c: Include <stdlib.h>.
20059 * gdb.threads/pthreads.c: Likewise.
20060
20061 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
20062
20063 * gdb.threads/killed.c: Add copyright notice.
20064
20065 2004-09-10 Jason Molenda (jmolenda@apple.com)
20066
20067 * gdb.base/define.exp: Two new tests to verify zero space chars
20068 after 'if' and 'while' commands in a user-defined command is correctly
20069 parsed.
20070
20071 2004-09-08 Andrew Cagney <cagney@gnu.org>
20072
20073 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
20074 delivery test with duplicate at end of file.
20075
20076 2004-09-06 Mark Kettenis <kettenis@jive.nl>
20077
20078 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
20079
20080 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
20081
20082 * config/hppro.exp: Removed.
20083
20084 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
20085
20086 * config/sparclet.exp: Removed.
20087
20088 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
20089
20090 * config/udi.exp: Removed.
20091
20092 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
20093
20094 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
20095 of "exp_continue".
20096 (advancei): Likewise.
20097
20098 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
20099
20100 * gdb.base/unload.exp: Fix so messages aren't duplicated.
20101
20102 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
20103
20104 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
20105 to check for nodebug in executable.
20106 * gdb.gdb/observer.exp (setup_test): Likewise.
20107 * gdb.gdb/selftest.exp (test_with_self): Likewise.
20108 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
20109
20110 2004-09-01 Andrew Cagney <cagney@gnu.org>
20111
20112 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
20113 files.
20114
20115 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
20116
20117 * gdb.base/unload.exp: Fix expected warning message to match
20118 latest format.
20119
20120 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
20121
20122 * gdb.base/call-rt-st.exp: Fix typos.
20123
20124 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
20125
20126 * gdb.threads/thread_check.exp: New testcase.
20127 * gdb.threads/thread_check.c: New testcase.
20128
20129 2004-08-31 Andrew Cagney <cagney@gnu.org>
20130
20131 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
20132 (skip_to_handler_entry): New procedures. Test stepping into a
20133 handler when the breakpoint is at the handler's entry point.
20134
20135 2004-08-30 Andrew Cagney <cagney@gnu.org>
20136
20137 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
20138 gdb/1757.
20139
20140 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
20141
20142 With code from Manoj Iyer <manjo@austin.ibm.com>:
20143 * lib/gdb.exp (gdb_file_cmd): Return more information in the
20144 return value. Add an arm for "no debugging symbols found".
20145 Change a stray "error" to "perror".
20146 (gdb_run_cmd): Adapt to new return value.
20147 * gdb.base/remote.exp: Adapt to new return value.
20148 * gdb.gdb/complaints.exp: Likewise.
20149 * gdb.gdb/observer.exp: Likewise.
20150 * gdb.gdb/selftest.exp: Likewise.
20151 * gdb.gdb/xfullpath.exp: Likewise.
20152
20153 2004-08-27 Joel Brobecker <brobecker@gnat.com>
20154
20155 * gdb.threads/bp_in_thread.exp: New testcase.
20156
20157 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
20158
20159 Fix PR testsuite/1735.
20160 * gdb.threads/schedlock.c (thread_function): Add a cast
20161 to suppress a gcc warning.
20162 * gdb.threads/thread-specific.c (thread_function): Likewise.
20163
20164 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
20165
20166 * gdb.base/unload.c: Include <stdlib.h>.
20167
20168 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
20169
20170 From Paul Gilliam <pgilliam@us.ibm.com>:
20171 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
20172 synchronized after the "return".
20173
20174 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
20175
20176 * gdb.mi/basics.c: Include <stdio.h>.
20177 * gdb.mi/pthreads.c: Include <stdlib.h>.
20178 * gdb.mi/var-cmd.c: Include <stdlib.h>.
20179
20180 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
20181
20182 * gdb.threads/schedlock.c: Add copyright notice.
20183
20184 2004-08-25 Andrew Cagney <cagney@gnu.org>
20185
20186 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
20187 (skip_over_handler, breakpoint_over_hander): New test procedures.
20188 (advance, advancei): Add a proper prefix, do not use
20189 rerun_to_main.
20190 * gdb.base/sigstep.c (main): Change to use an infinite loop.
20191
20192 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
20193
20194 * gdb.mi/basics.c: Add copyright notice.
20195 * gdb.mi/var-cmd.c: Add copyright notice.
20196
20197 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
20198
20199 * lib/gdb.exp: Remove signed_keyword_not_used.
20200 * lib/compiler.c: Likewise.
20201 * lib/compiler.cc: Likewise.
20202
20203 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
20204
20205 * gdb.base/whatis.c: Remove conditional disabling of "signed".
20206 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
20207
20208 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
20209
20210 * gdb.base/whatis.c: Add copyright notice.
20211
20212 2004-08-20 Mark Kettenis <kettenis@gnu.org>
20213
20214 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
20215 it to skip the breakpoints encoded in the inline assembly.
20216
20217 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
20218
20219 * Makefile.in: Add gdb.fortran.
20220
20221 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
20222
20223 * gdb.base/call-sc.exp (test_scalar_returns):
20224 Fix cut-and-paste glitch in "Make fun return now".
20225
20226 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
20227
20228 * configure.in: Add gdb.fortran.
20229 * configure: Regenerate.
20230 * gdb.fortran/Makefile.in: New file.
20231 * lib/gdb.exp (skip_fortran_tests): New procedure.
20232
20233 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
20234
20235 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
20236 reference to bug-gnu@prep.ai.mit.edu.
20237 * gdb.mi/mi-var-child.exp: Likewise.
20238 * gdb.mi/mi-var-cmd.exp: Likewise.
20239 * gdb.mi/mi-var-display.exp: Likewise.
20240 * gdb.mi/mi2-var-block.exp: Likewise.
20241 * gdb.mi/mi2-var-child.exp: Likewise.
20242 * gdb.mi/mi2-var-cmd.exp: Likewise.
20243 * gdb.mi/mi2-var-display.exp: Likewise.
20244
20245 2004-08-15 Mark Kettenis <kettenis@gnu.org>
20246
20247 * gdb.base/unload.c (main): Make local variable msg const.
20248
20249 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
20250
20251 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
20252 to bug-gnu@prep.ai.mit.edu.
20253 * gdb.mi/mi-disassemble.exp: Likewise.
20254 * gdb.mi/mi-eval.exp: Likewise.
20255 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
20256 default line number.
20257 * gdb.mi/mi-return.exp: Likewise.
20258 * gdb.mi/mi-simplerun.exp: Likewise.
20259 * gdb.mi/mi-stack.exp: Likewise.
20260 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
20261 number with explicit range test.
20262 * gdb.mi/mi-watch.exp: Likewise.
20263 * gdb.mi/mi2-break.exp: Likewise.
20264 * gdb.mi/mi2-cli.exp: Likewise.
20265 * gdb.mi/mi2-disassemble.exp: Likewise.
20266 * gdb.mi/mi2-eval.exp: Likewise.
20267 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
20268 default line number.
20269 * gdb.mi/mi2-return.exp: Likewise.
20270 * gdb.mi/mi2-simplerun.exp: Likewise.
20271 * gdb.mi/mi2-stack.exp: Likewise.
20272 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
20273 number with explicit range test.
20274 * gdb.mi/mi2-watch.exp: Likewise.
20275
20276 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
20277
20278 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
20279 * gdb.cp/m-static.exp: Likewise.
20280 * gdb.cp/rtti.exp: Likewise.
20281
20282 2004-08-14 Mark Kettenis <kettenis@gnu.org>
20283
20284 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
20285
20286 2004-08-14 Eli Zaretskii <eliz@gnu.org>
20287
20288 * ChangeLog: Prefix Local Variables with semi-colons and indent
20289 the reference to older ChangeLog files, to fix fontification in
20290 Emacs.
20291
20292 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
20293
20294 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
20295 * gdb.mi/mi2-break.exp: Likewise.
20296
20297 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
20298
20299 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
20300
20301 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
20302
20303 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
20304
20305 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
20306
20307 * gdb.cp/classes.exp: Remove unused declarations. Just let
20308 test names default instead of providing special names. Remove
20309 extraneous demangler test.
20310
20311 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
20312
20313 * gdb.base/unload.exp: New test for breakpoints in dynamically
20314 loaded libraries.
20315 * gdb.base/unload.c: Ditto.
20316 * gdb.base/unloadshr.c: Ditto.
20317
20318 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
20319
20320 * gdb.cp/classes.exp (test_ptype_class_objects): Call
20321 cp_test_ptype_class.
20322 (test_enums): Likewise.
20323
20324 2004-08-10 Andrew Cagney <cagney@gnu.org>
20325
20326 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
20327 files.
20328
20329 2004-08-10 Andrew Cagney <cagney@gnu.org>
20330
20331 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
20332 init_malloc call.
20333
20334 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
20335
20336 * ChangeLog: Add copyright notice. The notice is copied
20337 from emacs 21.3 top level ChangeLog.
20338
20339 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
20340
20341 * lib/cp-support.exp: New file.
20342 * lib/cp-support.exp (cp_test_type_class): New function.
20343 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
20344 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
20345 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
20346 cp_test_ptype_class.
20347
20348 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
20349
20350 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
20351 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
20352 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
20353 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
20354 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
20355 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
20356 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
20357 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
20358 gdb.mi/mi2-watch.exp: Update copyright years.
20359
20360 2004-08-09 Mark Kettenis <kettenis@gnu.org>
20361
20362 * gdb.base/sigaltstack.exp: Provide proper anchoring.
20363
20364 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
20365
20366 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
20367 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
20368 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
20369 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
20370 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
20371 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
20372 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
20373 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
20374 gdb.mi/mi-watch.exp: Update copyright years.
20375
20376 2004-08-08 Daniel Jacobowitz <dan@debian.org>
20377
20378 PR gdb/1738
20379 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
20380 from a breakpoint with a pending signal.
20381
20382 2004-08-08 Daniel Jacobowitz <dan@debian.org>
20383
20384 PR gdb/1736
20385 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
20386 * gdb.base/sigaltstack.exp (finish_test): Consume output until
20387 the prompt.
20388 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
20389
20390 2004-08-08 Daniel Jacobowitz <dan@debian.org>
20391
20392 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
20393
20394 2004-08-08 Daniel Jacobowitz <dan@debian.org>
20395
20396 PR gdb/1736
20397 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
20398 for i?86-*-linux*.
20399
20400 2004-08-08 Daniel Jacobowitz <dan@debian.org>
20401
20402 * gdb.arch/i386-prologue.exp: Compile without debug information.
20403
20404 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
20405
20406 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
20407 rather than asking gdb to search.
20408
20409 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
20410
20411 * gdb.base/gcore.c: Include <string.h>.
20412
20413 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
20414
20415 * gdb.base/gcore.c: Add copyright notice.
20416
20417 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
20418
20419 * gdb.base/freebpcmd.c: Include <stdio.h>.
20420 * gdb.base/long_long.c: Include <string.h>.
20421 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
20422 * gdb.base/siginfo.c: Include <string.h>.
20423 * gdb.base/sigstep.c: Include <string.h>.
20424
20425 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20426
20427 * gdb.base/complex.c: Include <stdlib.h>.
20428
20429 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20430
20431 * gdb.base/complex.c: Add copyright notice.
20432
20433 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20434
20435 * gdb.base/charset.c: Include <stdlib.h>.
20436
20437 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20438
20439 * gdb.base/auxv.c: Include <stdlib.h>.
20440
20441 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20442
20443 * gdb.base/auxv.c: Add copyright notice.
20444
20445 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
20446
20447 * gdb.base/coremaker.c: Add copyright notice.
20448 * gdb.base/coremaker2.c: Add copyright notice.
20449
20450 2004-08-04 Andrew Cagney <cagney@gnu.org>
20451
20452 * gdb.base/store.exp: Update copyright.
20453 (check_set, up_set, check_struct, up_struct): Add a prefix to test
20454 names, do not import gdb_prompt.
20455
20456 2004-08-01 Andrew Cagney <cagney@gnu.org>
20457
20458 Fix PR testsuite/1729.
20459 * gdb.base/dump.exp: Add test name to callers of capture_value, do
20460 not use capture_value with value 4.
20461 (capture_value): Add optional test name parameter.
20462 (test_reload_saved_value, test_restore_saved_value): Use $msg as
20463 the prefix, pass to capture_value.
20464
20465 2004-08-01 Mark Kettenis <kettenis@gnu.org>
20466
20467 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
20468 * gdb.arch/i386-prologue.c (standard): New prototype and function.
20469 (main): Call new function.
20470
20471 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
20472
20473 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
20474
20475 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
20476
20477 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
20478
20479 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
20480
20481 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
20482 Accept more values of vtbl pointer. Remove some messages
20483 about "obsolete gcc or gdb".
20484
20485 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
20486
20487 * gdb.cp/classes.exp: Accept more varieties of ptype output.
20488
20489 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
20490
20491 * gdb.base/asm-source.exp: Properly convert target board
20492 debug flags from gcc format to binutils format.
20493
20494 2004-07-28 Mark Kettenis <kettenis@gnu.org>
20495
20496 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
20497 gdb1718". PR backtrace/1718 partially fixed.
20498
20499 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
20500
20501 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
20502
20503 2004-07-26 Nick Clifton <nickc@redhat.com>
20504
20505 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
20506 good default value for a specific architecture is available then
20507 set it to that value. Otherwise default to the -gstabs switch.
20508 Remove the -g... switches from the asm-flags variable. Allow the
20509 target board info to override the value if it wants to. Pass the
20510 switch on the assembler command line.
20511
20512 2004-07-23 Mark Kettenis <kettenis@gnu.org>
20513
20514 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
20515 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
20516 (main): Call new function.
20517
20518 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
20519
20520 Test for PR exp/1715.
20521 * gdb.base/radix.exp: Refactor common procedures. Make all
20522 test names unique. Change XFAIL to KFAIL.
20523
20524 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
20525
20526 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
20527 * gdb.ada/gnat_ada.gin: ... to here.
20528 * configure.in: Use gnat_ada.gin.
20529 * configure: Regenerate.
20530
20531 2004-07-20 Andrew Cagney <cagney@gnu.org>
20532
20533 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
20534 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
20535 XFAILs. Clean up test messages and comments. Check backtraces.
20536 Delete re-sync code.
20537
20538 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
20539
20540 Fix PR cli/740.
20541 * gdb.base/annota1.exp: Honor gdb,nosignals.
20542 * gdb.base/annota3.exp: Likewise.
20543
20544 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
20545
20546 * lib/java.exp: Update copyright notice.
20547
20548 2004-07-19 Andrew Cagney <cagney@gnu.org>
20549
20550 * gdb.base/selftest.exp: Copy file from here ...
20551 * gdb.gdb/selftest.exp: ... to here.
20552
20553 2004-07-16 Andrew Cagney <cagney@redhat.com>
20554
20555 * lib/insight-support.exp: Delete file.
20556 * lib/java.exp (java_init): Fix copyright.
20557
20558 2004-07-16 Andrew Cagney <cagney@gnu.org>
20559
20560 * gdb.base/restore.c: Append "prologue" to comments marking the a
20561 function's prologue.
20562 * gdb.base/restore.exp: Update copyright, re-indent.
20563 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
20564 callerN" prefix where needed. Update patterns that match a
20565 function's prologue.
20566
20567 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
20568
20569 * gdb.base/restore.c: Add copyright notice.
20570
20571 2004-07-16 Andrew Cagney <cagney@gnu.org>
20572
20573 * gdb.base/logical.exp: Update copyright.
20574 (evaluate): New procedure. Use to re-implement tests using
20575 several tables.
20576
20577 2004-07-14 Martin Hunt <hunt@redhat.com>
20578
20579 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
20580 which fixes some problems where init.tcl was not found.
20581
20582 2004-07-13 Andrew Cagney <cagney@gnu.org>
20583
20584 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
20585 (check_sizeof, check_valueof): Do not include the output in the
20586 test name. Use gdb_test.
20587 (get_valueof): Use gdb_test_multiple.
20588
20589 * gdb.base/step-test.exp: Update copyright. Use
20590 gdb_test_multiple. Ensure that test names do not include
20591 architecture dependent output.
20592
20593 * gdb.gdb/observer.exp: Update copyright.
20594 (setup_test): Use gdb_test_multiple.
20595 (attach_first_observer, attach_second_observer)
20596 (attach_third_observer, detach_first_observer)
20597 (detach_second_observer, detach_third_observer)
20598 (reset_counters, check_counters): Make $message a prefix.
20599 (test_normal_stop_notifications): Add "args" parameter - a list of
20600 init functions to be called. Make $message a prefix,
20601 (test_observer_normal_stop): Change the message prefixes so that
20602 they are unique, pass the attach / detach procedures to
20603 test_normal_stop_notifications.
20604
20605 * gdb.base/signull.exp (test_segv): Prefix all tests with
20606 "${name}". Clean up test messages.
20607
20608 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
20609
20610 * gdb.base/ena-dis-br.exp: Update copyright.
20611 (break_at): New function. Replace send_gdb with gdb_test,
20612 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
20613 ignore count, not stopped at bpt", with KFAIL.
20614
20615 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
20616
20617 * gdb.base/attach.exp: Remove cleanupfile handling.
20618
20619 2004-07-12 Andrew Cagney <cagney@gnu.org>
20620
20621 * gdb.base/annota1.exp: Cleanup corefile test name.
20622 * gdb.base/annota3.exp: Ditto.
20623
20624 2004-07-12 Andrew Cagney <cagney@gnu.org>
20625
20626 * gdb.base/signals.exp: Clean up copyright, re-indent.
20627
20628 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
20629 gdb_test and gdb_test_multiple.
20630
20631 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
20632
20633 * gdb.java/jmain.exp: Fix expected line number for main to
20634 break at. Set XFAIL for break at main test since gcj does not
20635 provide line number info for first statement in main.
20636
20637 2004-07-08 Andrew Cagney <cagney@gnu.org>
20638
20639 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
20640
20641 * gdb.base/sigbpt.exp: Make the common part of each test name a
20642 prefix instead of suffix.
20643
20644 2004-07-07 Bob Rossi <bob_rossi@cox.net>
20645
20646 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
20647 test from test_tbreak_creation_and_listing to
20648 test_file_list_exec_source_file
20649 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
20650 Changed name of test from test_tbreak_creation_and_listing to
20651 test_file_list_exec_source_file
20652
20653 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
20654
20655 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
20656 the jmisc() constructor instead of <init>.
20657 * gdb.java/jmisc1.exp: Ditto.
20658
20659 2004-07-07 Andrew Cagney <cagney@gnu.org>
20660
20661 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
20662 corrupting the PC.
20663
20664 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
20665
20666 * gdb.cp/templates.exp: Accept whitespace change in demangler
20667 output.
20668
20669 2004-07-06 Andrew Cagney <cagney@gnu.org>
20670
20671 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
20672
20673 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
20674
20675 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
20676 * lib/compiler.cc: Likewise.
20677
20678 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
20679
20680 * lib/compiler.cc: Work around string preprocessing problem
20681 with old hp c++ compiler.
20682 * lib/compiler.c: Likewise.
20683
20684 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
20685
20686 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
20687 directives to conditionalize symbol prefixing.
20688 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
20689 additional_flags handling. Add underscore prefix for Cygwin.
20690 * gdb.arch/i386-unwind.c: Use preprocessor directives to
20691 conditionalize symbol prefixing.
20692 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
20693 additional_flags handling. Add underscore prefix for Cygwin.
20694
20695 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
20696
20697 * gdb.base/bigcore.exp: Skip test on Cygwin.
20698
20699 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
20700
20701 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
20702 formats for "info register". Use gdb_test_multiple. Fix
20703 the "invalid register" test.
20704
20705 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
20706
20707 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
20708 PID for Cygwin. Add Cygwin specific strings to check for in some
20709 tests.
20710 (do_attach_tests): Add a test for user interaction when attaching
20711 to a process with no matching symbol table already loaded.
20712
20713 2004-06-26 Andrew Cagney <cagney@gnu.org>
20714
20715 Test PR java/1567 and PR java/1565.
20716 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
20717 * gdb.java/jmisc2.exp: Delete file.
20718
20719 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
20720
20721 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
20722
20723 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
20724
20725 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
20726 attach process.
20727
20728 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
20729
20730 * gdb.cp/pr-1553.exp: Remove.
20731
20732 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
20733
20734 * gdb.cp/pr-1553.cc: Remove.
20735 * gdb.cp/pr-1553.exp: Disable this test.
20736
20737 2004-06-20 Jim Blandy <jimb@redhat.com>
20738
20739 Fix PR testsuite/1680.
20740 * gdb.arch/i386-sse.exp: Properly quote curly braces in
20741 regular expressions.
20742
20743 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
20744
20745 Fix PR testsuite/1679.
20746 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
20747 Issue an UNSUPPORTED result instead.
20748
20749 2004-06-18 Jim Blandy <jimb@redhat.com>
20750
20751 * gdb.base/charset.exp: Only send a control-C if we see a new
20752 prompt and incomplete command.
20753
20754 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
20755
20756 * gdb.cp/pr-574.cc: Add copyright notice.
20757
20758 2004-06-17 Jim Blandy <jimb@redhat.com>
20759
20760 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
20761 cases where the regexp has no groups; this grabs random text from
20762 the previous test suite, whatever that was.
20763
20764 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
20765
20766 * gdb.cp/printmethod.cc: Add copyright notice.
20767
20768 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
20769
20770 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
20771
20772 2004-06-16 Andrew Cagney <cagney@gnu.org>
20773
20774 * gdb.base/signull.c: Update copyright. Include <string.h>.
20775 (bowler): Replace data_pointer with data_read
20776 and data_write cases. Add code_descriptor case.
20777 (zero, desc): New array and pointer.
20778 (data, code): Change to simple pointers.
20779 * gdb.base/signull.exp: Fix probe pattern matching a function
20780 descriptor SIGSEGV. Replace data_pointer with data_read and
20781 data_write tests.
20782
20783 2004-06-16 Andrew Cagney <cagney@gnu.org>
20784
20785 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
20786
20787 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
20788
20789 * gdb.base/long_long.c: Add copyright notice.
20790
20791 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
20792
20793 * gdb.base/long_long.exp: Remove reference to
20794 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
20795 to gdb_breakpoint and gdb_continue_to_breakpoint.
20796
20797 2004-06-14 Jim Blandy <jimb@redhat.com>
20798
20799 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
20800 endian case.
20801
20802 2004-06-14 Andrew Cagney <cagney@gnu.org>
20803
20804 * gdb.base/gcore.exp (capture_command_output): Delete the always
20805 passing tests containing inferior values.
20806 * gdb.base/ending-run.exp: Do not include the breakpoint address
20807 in the test message. Update copyright.
20808 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
20809 size in the test name, use gdb_test_multiple. Update copyright.
20810
20811 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
20812
20813 * gdb.cp/ref-types.cc: Add copyright notice.
20814
20815 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
20816
20817 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
20818 hp_aCC_compiler.
20819 * lib/compiler.cc: Likewise.
20820 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
20821 'set' commands. Log diagnostics for other lines. Set
20822 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
20823
20824 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
20825
20826 * gdb.cp/try_catch.cc: Add copyright notice.
20827
20828 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
20829
20830 * gdb.cp/userdef.cc: Add copyright notice.
20831
20832 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
20833
20834 * gdb.cp/virtfunc.cc: Add copyright notice.
20835
20836 2004-06-11 Randolph Chung <tausq@debian.org>
20837
20838 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
20839 problem.
20840
20841 2004-06-10 Andrew Cagney <cagney@gnu.org>
20842
20843 * lib/compiler.cc, lib/compiler.c: Append either
20844 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
20845 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
20846 instead of gcc-3-3.
20847
20848 2004-06-09 Andrew Cagney <cagney@gnu.org>
20849
20850 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
20851 gdb/1455, bug is specific to "long long" and "double".
20852
20853 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
20854 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
20855 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
20856 fixed.
20857
20858 2004-06-09 Andrew Cagney <cagney@gnu.org>
20859
20860 * gdb.base/structs.exp (test_struct_returns): Replace
20861 "return_value_unknown" and "finish_value_unknown" by
20862 "return_value_known" and "finish_value_known". Instead of
20863 "return_value_unknown" iff "finish_value_unknown", check
20864 "return_value_known" implies "finish_value_known".
20865
20866 2004-06-08 Martin Hunt <hunt@redhat.com>
20867
20868 * gdb.base/float.exp: Add pattern for mips targets.
20869
20870 2004-06-08 Randolph Chung <tausq@debian.org>
20871
20872 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
20873 message for unknown architectures more clear.
20874
20875 2004-06-08 Joel Brobecker <brobecker@gnat.com>
20876
20877 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
20878 start the execution of the program.
20879
20880 2004-06-07 Jim Blandy <jimb@redhat.com>
20881
20882 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
20883 * gdb.arch/i386-cpuid.h: New helper file.
20884
20885 2004-06-07 Randolph Chung <tausq@debian.org>
20886
20887 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
20888 has started.
20889
20890 2004-06-04 Roland McGrath <roland@redhat.com>
20891
20892 Fix PR gdb/1647.
20893 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
20894 differently to be robust to output buffering differences.
20895
20896 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
20897
20898 * gdb.threads/pthreads.exp: Update copyright years.
20899 (check_control_c): Change asynchronous 'after' to synchronous.
20900
20901 2004-06-04 Roland McGrath <roland@redhat.com>
20902
20903 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
20904 next gdb prompt.
20905
20906 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
20907
20908 Fix PR gdb/1636.
20909 * gdb.threads/manythreads.exp: Change asynchronous 'after'
20910 calls to synchronous.
20911
20912 2004-05-26 Jim Blandy <jimb@redhat.com>
20913
20914 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
20915
20916 2004-05-24 Randolph Chung <tausq@debian.org>
20917
20918 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
20919 * gdb.asm/pa.inc: New file.
20920
20921 2004-05-22 Mark Kettenis <kettenis@gnu.org>
20922
20923 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
20924
20925 2004-05-21 Joel Brobecker <brobecker@gnat.com>
20926 Daniel Jacobowitz <drow@mvista.com>
20927
20928 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
20929 GDB prompt.
20930
20931 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20932
20933 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
20934 setjmp/longjmp. Use sigaction instead of signal.
20935
20936 2004-05-19 J. Brobecker <brobecker@gnat.com>
20937 Michael Snyder <msnyder@redhat.com>
20938
20939 * gdb.threads/pthread_cond_wait.c: New file.
20940 * gdb.threads/pthread_cond_wait.exp: New testcase.
20941
20942 2004-05-13 Andrew Cagney <cagney@redhat.com>
20943
20944 * gdb.base/signull.exp, gdb.base/signull.c: New files.
20945 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
20946
20947 2004-05-11 Andrew Cagney <cagney@redhat.com>
20948
20949 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
20950 fixed but revealed gdb/1639.
20951
20952 2004-05-10 Andrew Cagney <cagney@redhat.com>
20953
20954 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
20955 func1" and "next to 2nd alarm", kernel bug avoided.
20956
20957 2004-05-10 Daniel Jacobowitz <dan@debian.org>
20958
20959 PR external/1568
20960 * gdb.base/bigcore.exp: Check the size of the dumped core file.
20961 XFAIL if it is smaller than bytes_allocated.
20962 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
20963 (main): Make chunks_allocated unsigned. Correct comment.
20964
20965 2004-05-07 Joel Brobecker <brobecker@gnat.com>
20966
20967 * gdb.arch/powerpc-aix-prologue.c: New file.
20968 * gdb.arch/powerpc-aix-prologue.exp: New file.
20969
20970 2004-05-07 Jim Blandy <jimb@redhat.com>
20971
20972 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
20973 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
20974
20975 2004-05-06 Joel Brobecker <brobecker@gnat.com>
20976
20977 * gdb.base/sep.exp: No longer setup_kfail when the program was
20978 built with dwarf2.
20979
20980 2004-05-05 Jim Ingham <jingham@apple.com>
20981
20982 * gdb.base/pending.exp: Make sure pending breakpoints
20983 preserve the ignore count.
20984
20985 2004-04-27 Jerome Guitton <guitton@gnat.com>
20986
20987 * i386-prologue.exp: Add testcase for jump instruction as first
20988 instruction of the real code.
20989 * i386-prologue.c (jump_at_beginning): New function.
20990
20991 2004-04-28 Mark Kettenis <kettenis@gnu.org>
20992
20993 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
20994 x86_64-*-*.
20995
20996 2004-04-28 Mark Kettenis <kettenis@gnu.org>
20997
20998 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
20999 i*86-*-*.
21000
21001 2004-04-25 Mark Kettenis <kettenis@gnu.org>
21002
21003 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
21004 expression that checks the return type.
21005
21006 2004-04-23 Andrew Cagney <cagney@redhat.com>
21007
21008 * gdb.base/call-sc.exp: New test of scalar call/return values.
21009 * gdb.base/call-sc.c: Ditto.
21010
21011 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21012
21013 * gdb.threads/manythreads.c: Reduce thread stack size.
21014
21015 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
21016
21017 * gdb.threads/manythreads.c: Add copyright notice.
21018
21019 2004-04-23 Andrew Cagney <cagney@redhat.com>
21020
21021 * gdb.base/siginfo.exp: Better handle step out of signal.
21022 * gdb.base/sigstep.exp: Ditto.
21023
21024 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
21025 Daniel Jacobowitz <drow@mvista.com>
21026
21027 * gdb.threads/manythreads.c: New testcase.
21028 * gdb.threads/manythreads.exp: Ditto.
21029
21030 2004-04-22 Jim Blandy <jimb@redhat.com>
21031
21032 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
21033 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
21034
21035 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
21036
21037 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
21038
21039 2004-04-21 Andrew Cagney <cagney@redhat.com>
21040
21041 * gdb.base/sigstep.c: New file.
21042 * gdb.base/sigstep.exp: New file.
21043
21044 2004-04-16 Joel Brobecker <brobecker@gnat.com>
21045
21046 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
21047 call to observer_notify_normal_stop.
21048
21049 2004-04-15 Andrew Cagney <cagney@redhat.com>
21050
21051 * gdb.base/siginfo.c: New file.
21052 * gdb.base/siginfo.exp: New file.
21053
21054 2004-04-12 J. Brobecker <brobecker@gnat.com>
21055
21056 * gdb.base/sep.exp: Fix typo in comment.
21057
21058 2004-04-12 J. Brobecker <brobecker@gnat.com>
21059
21060 * gdb.base/sep.c: New file.
21061 * gdb.base/sep-proc.c: New file.
21062 * gdb.base/sep.exp: New testcase.
21063
21064 2004-04-09 Mark Kettenis <kettenis@gnu.org>
21065
21066 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
21067 support.
21068
21069 2004-04-05 Andrew Cagney <cagney@redhat.com>
21070
21071 * gdb.base/sigaltstack.c: New file.
21072 * gdb.base/sigaltstack.exp: New file.
21073
21074 2004-04-04 Joel Brobecker <brobecker@gnat.com>
21075
21076 * gdb.base/foll-fork.exp: Update the expected output for
21077 "help set follow-fork-mode", to match a change that was made
21078 to the help of this variable on 2004-01-13.
21079
21080 2004-04-01 Joel Brobecker <brobecker@gnat.com>
21081
21082 * lib/ada.exp: Add copyright notice.
21083 * bar.ads: Likewise.
21084 * bar.adb: Likewise.
21085 * null_record.adb: Likewise.
21086 * null_record.exp: Likewise.
21087 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
21088
21089 2004-04-01 Joel Brobecker <brobecker@gnat.com>
21090
21091 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
21092 * configure: Regenerate.
21093
21094 2004-04-01 Joel Brobecker <brobecker@gnat.com>
21095
21096 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
21097 to build the application. Remove the message printed when in
21098 verbose mode, redundant with the UNSUPPORTED message above.
21099
21100 2004-03-31 Joel Brobecker <brobecker@gnat.com>
21101
21102 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
21103 * gdb.ada (null_record.exp): New testcase.
21104
21105 2004-03-31 Joel Brobecker <brobecker@gnat.com>
21106
21107 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
21108
21109 2004-03-31 Joel Brobecker <brobecker@gnat.com>
21110
21111 * gdb.ada: New subdirectory.
21112 * gdb.ada/Makefile.in: New file.
21113 * gdb.ada/gnat_ada.gpr.in: New file.
21114
21115 2004-03-31 Joel Brobecker <brobecker@gnat.com>
21116
21117 * lib/ada.exp: New file.
21118
21119 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
21120
21121 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
21122 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
21123
21124 2004-03-22 Andrew Cagney <cagney@redhat.com>
21125
21126 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
21127 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
21128 Problem identified by Ulrich Weigand.
21129
21130 2004-03-17 David Carlton <carlton@kealia.com>
21131
21132 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
21133 PR c++/826.
21134
21135 2004-03-16 Roland McGrath <roland@redhat.com>
21136
21137 * gdb.base/auxv.exp: New file.
21138 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
21139
21140 2004-03-12 David Carlton <carlton@kealia.com>
21141
21142 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
21143 * gdb.cp/pr-1553.cc: Ditto.
21144 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
21145 pass branch.
21146
21147 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
21148
21149 * gdb.cp/templates.exp: Accept more template types.
21150
21151 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
21152
21153 From Corinna Vinschen with modifications.
21154 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
21155 local variable obj_with_enum.
21156 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
21157 results with obj_with_enum.
21158
21159 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
21160
21161 * gdb.cp/classes.cc: New file, copied from misc.cc.
21162 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
21163
21164 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
21165
21166 * gdb.cp/misc.cc: Add copyright notice.
21167
21168 2004-03-05 David Carlton <carlton@kealia.com>
21169
21170 * gdb.cp/rtti.exp: Add 'print *obj3' test.
21171 * gdb.cp/rtti.h: Update copyright.
21172 (namespace n2::n3): New.
21173 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
21174 (n2::n3::func3): New.
21175 (main): Call n2::n3::func3.
21176 * gdb.cp/rtti2.cc: Update copyright.
21177 (n2::create3): New.
21178
21179 2004-03-04 Mark Kettenis <kettenis@gnu.org>
21180
21181 * gdb.asm/openbsd.inc: Fix typo.
21182
21183 2004-03-03 Fred Fish <fnf@redhat.com>
21184
21185 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
21186 "val" instead of unused "size". Update copyright year.
21187
21188 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
21189
21190 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
21191 to use unsigned char.
21192 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
21193 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
21194
21195 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
21196
21197 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
21198 line of output.
21199
21200 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
21201
21202 * gdb.base/relocate.c (dummy): Initialize.
21203
21204 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
21205
21206 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
21207 a breakpoint at exit.
21208
21209 2004-02-27 Fred Fish <fnf@redhat.com>
21210
21211 * gdb.base/chng-syms.exp: Add expect condition to match failing
21212 case that isn't a timeout.
21213
21214 2004-02-27 Andrew Cagney <cagney@redhat.com>
21215
21216 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
21217 support.
21218
21219 2004-02-26 Fred Fish <fnf@redhat.com>
21220
21221 * gdb.arch/gdb1431.c: Remove.
21222 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
21223 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
21224 of "until" incorrectly.
21225
21226 2004-02-26 J. Brobecker <brobecker@gnat.com>
21227
21228 * gdb.cp/class2.cc (empty): New class.
21229 (refer): New function.
21230 (main): Declare an object of type empty and use it.
21231 * gdb.cp/class2.exp: Print the value of an object of type empty.
21232
21233 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
21234
21235 * gdb.base/langs.exp: Update query string to match the
21236 new nquery format used for pending breakpoints.
21237
21238 2004-02-26 Andrew Cagney <cagney@redhat.com>
21239
21240 Fix PR i18n/1570.
21241 * gdb.base/charset.c: Update copyright notice.
21242 (main, init_string): Remove the escape character '\e' tests.
21243 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
21244 * gdb.base/charset.exp (valid_host_charset): Ditto.
21245 * gdb.base/setvar.exp: Ditto.
21246
21247 2004-02-24 Andrew Cagney <cagney@redhat.com>
21248
21249 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
21250 mmapped data in core file" PASS and FAIL messages consistent.
21251
21252 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
21253 setting a breakpoint. Work around PR java/1565.
21254
21255 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
21256
21257 * lib/gdb.exp (gdb_breakpoint): Update query string to match
21258 new nquery format.
21259 * gdb.base/pending.exp: Ditto.
21260
21261 2004-02-22 Mark Kettenis <kettenis@gnu.org>
21262
21263 * configure.in: Run stabs tests on *BSD.
21264 * configure: Regenerated.
21265
21266 2004-02-21 Mark Kettenis <kettenis@gnu.org>
21267
21268 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
21269
21270 2004-02-20 Fred Fish <fnf@redhat.com>
21271
21272 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
21273 blank in test for "returns short", for consistency with other
21274 "returns xxx" tests. Update copyright year.
21275
21276 2004-02-19 Fred Fish <fnf@redhat.com>
21277
21278 New testcase for PR breakpoint/1558.
21279 * gdb.arch/gdb1558.exp: New file.
21280 * gdb.arch/gdb1558.c: New file.
21281
21282 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
21283
21284 * gdb.base/nodebug.exp: Fix typo.
21285
21286 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
21287
21288 Committed by Jim Blandy <jimb@redhat.com>.
21289
21290 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
21291
21292 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
21293
21294 * gdb.base/float.exp: Support s390*-*-* targets.
21295
21296 2004-02-17 Adam Fedor <fedor@gnu.org>
21297
21298 * gdb.base/gdb1555.exp: New file.
21299 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
21300
21301 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
21302
21303 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
21304
21305 2004-02-16 Fred Fish <fnf@redhat.com>
21306
21307 * gdb.arch/gdb1291.c: Remove
21308 * gdb.arch/gdb1291.s: New test input file.
21309 * gdb.arch/gdb1291.exp: Expand test to check case that should not
21310 fail. Test for correct result, known incorrect result, other
21311 failures and timeouts.
21312
21313 2004-02-16 Andrew Cagney <cagney@redhat.com>
21314
21315 * gdb.base/bigcore.exp: New file.
21316 * gdb.base/bigcore.c: New file.
21317
21318 2004-02-13 Andrew Cagney <cagney@redhat.com>
21319
21320 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
21321 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
21322 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
21323 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
21324 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
21325 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
21326 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
21327 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
21328 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
21329 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
21330
21331 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
21332
21333 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
21334 executed is an alloc instruction.
21335
21336 2004-02-11 David Carlton <carlton@kealia.com>
21337
21338 * gdb.cp/breakpoint.exp: New.
21339 * gdb.cp/breakpoint.cc: New.
21340
21341 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
21342
21343 Partial fix for PR gdb/1543.
21344 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
21345 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
21346 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
21347 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
21348 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
21349 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
21350 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
21351 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
21352 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
21353 to bug-gdb@prep.ai.mit.edu .
21354 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
21355 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
21356 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
21357 Likewise.
21358
21359 2004-02-10 Andrew Cagney <cagney@redhat.com>
21360
21361 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
21362 using gdb_internal_error_resync.
21363
21364 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
21365
21366 * gdb.threads/thread-specific.exp: Stop early if no threads are
21367 found.
21368
21369 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
21370
21371 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
21372
21373 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
21374
21375 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
21376 breakpoints.
21377
21378 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
21379
21380 * config/sim.exp (gdb_load): Handle $arg == "".
21381 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
21382 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
21383
21384 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
21385
21386 * gdb.base/maint.exp: Update test to reflect
21387 obstack changes.
21388
21389 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
21390
21391 * gdb.base/pendshr.c (pendfunc): New function that calls
21392 pendfunc1.
21393 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
21394
21395 2004-02-04 Fred Fish <fnf@redhat.com>
21396
21397 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
21398 function symbols and update copyright years.
21399 * gdb.arch/gdb1291.c: Ditto.
21400
21401 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
21402
21403 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
21404
21405 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
21406
21407 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
21408
21409 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
21410
21411 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
21412
21413 2004-02-02 Fred Fish <fnf@redhat.com>
21414
21415 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
21416 remote targets. Update copyright years.
21417
21418 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
21419
21420 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
21421 support.
21422 * gdb.base/langs.exp: Fix test which attempts to create
21423 breakpoint on non-existent function to handle new pending
21424 support.
21425 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
21426 a breakpoint.
21427 * gdb.base/pending.exp: New test.
21428 * gdb.base/pending.c: New file.
21429 * gdb.base/pendshr.c: Ditto.
21430
21431 2004-02-02 David Carlton <carlton@kealia.com>
21432
21433 * gdb.cp/overload.exp: Add overloadNamespace tests.
21434 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
21435 (overloadNamespace, XXX): New.
21436 (main): Call XXX::marker2.
21437
21438 2004-02-01 Fred Fish <fnf@redhat.com>
21439
21440 * gdb.base/dump.exp: Use runto_main instead of "runto main".
21441 * gdb.base/finish.exp: Ditto.
21442 * gdb.base/gcore.exp: Ditto.
21443 * gdb.base/huge.exp: Ditto.
21444 * gdb.base/info-proc.exp: Ditto.
21445 * gdb.base/return2.exp: Ditto.
21446 * gdb.threads/gcore-thread.exp: Ditto.
21447
21448 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
21449
21450 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
21451
21452 2004-02-01 Mark Kettenis <kettenis@gnu.org>
21453
21454 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
21455 that opening the file succeeds on OpenBSD.
21456
21457 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
21458
21459 * gdb.threads/thread-specific.c: New file.
21460 * gdb.threads/threads-specific.exp: New test script.
21461 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
21462 to expect_out.
21463
21464 2004-02-01 Mark Kettenis <kettenis@gnu.org>
21465
21466 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
21467 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
21468 only on the "print_small_structs from print_long_arg_list" test.
21469
21470 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
21471
21472 * gdb.base/completion.exp: Kill a stray backslash.
21473
21474 From Jim Ingham <jingham@apple.com>:
21475 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
21476 agrees with the result from sending a tab.
21477
21478 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
21479
21480 * gdb.base/chng-syms.exp: Remove stray newline.
21481
21482 2004-01-31 Mark Kettenis <kettenis@gnu.org>
21483
21484 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
21485 *-*-openbsd*.
21486 * gdb.asm/openbsd.inc: New file.
21487
21488 2004-01-30 Mark Kettenis <kettenis@gnu.org>
21489
21490 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
21491 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
21492 *-*solaris2*. Remove commented out default settings for
21493 asm-flags. Replace gdb_compile with target_link.
21494
21495 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
21496
21497 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
21498 for all tests. Remove old hp-ux and cygnus xfail cases.
21499
21500 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
21501
21502 * gdb.base/chng-syms.exp: New file.
21503 * gdb.base/chng-syms.c: New file.
21504
21505 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
21506
21507 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
21508 Provide arms for current output in all my configurations.
21509
21510 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
21511
21512 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
21513 * lib/compiler.cc: Likewise.
21514 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
21515 get the right preprocessor. Eval the output directly. Remove
21516 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
21517 hp_f77_compiler and hp_f90_compiler completely.
21518 (gdb_preprocess): Delete.
21519 (get_compiler): Delete.
21520
21521 2004-01-24 Mark Kettenis <kettenis@gnu.org>
21522
21523 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
21524 <string.h>.
21525
21526 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
21527
21528 * gdb.mi/mi-stack.exp: Update copyright.
21529
21530 2004-01-23 David Carlton <carlton@kealia.com>
21531
21532 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
21533 test for cp_lookup_transparent_type.
21534 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
21535 call them.
21536
21537 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
21538
21539 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
21540 after -var-update.
21541
21542 2004-01-23 David Carlton <carlton@kealia.com>
21543
21544 * gdb.cp/namespace.cc (C::ensureRefs): New.
21545 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
21546
21547 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
21548
21549 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
21550 case "-stack-list-locals 2".
21551 * gdb.mi/mi-var-child.exp: Test for case
21552 "-var-list-children --all-values NAME".
21553
21554 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
21555
21556 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
21557
21558 2004-01-18 Mark Kettenis <kettenis@gnu.org>
21559
21560 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
21561 used with gdb_test_multiple.
21562
21563 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
21564 read at address 0. This fixes PR testsuite/1504.
21565
21566 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
21567
21568 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
21569 Remove downloading, guessing the host executable, the calls to
21570 gdb_file_cmd and gdb_target_cmd, and "load" support.
21571 (infer_host_exec): New function broken out from gdb_load.
21572 (gdb_load): New wrapper for gdbserver_gdb_load.
21573 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
21574 gdb_target_cmd. Use -target-select.
21575 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
21576 Download binaries to the host. Clear last_mi_remote_file when
21577 we load a new binary.
21578 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
21579 call gdbserver_gdb_load and mi_gdb_target_cmd.
21580
21581 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
21582
21583 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
21584 type patterns.
21585
21586 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
21587
21588 * gdb.cp/templates.exp: Fix typo in test name of
21589 "print Foo<volatile char*>::foo".
21590
21591 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
21592
21593 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
21594
21595 2004-01-16 Ben Elliston <bje@wasabisystems.com>
21596
21597 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
21598 (clean mostlyclean): Remove empty rm.
21599
21600 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
21601
21602 * gdb.base/setvar.exp: Add copyright years.
21603
21604 2004-01-14 David Carlton <carlton@bactrian.org>
21605
21606 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
21607 PR c++/1511 and update coment.
21608 * gdb.cp/templates.exp: Update patterns to match current output.
21609 If changes involve something other than whitespace, KFAIL
21610 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
21611
21612 2004-01-14 David Carlton <carlton@kealia.com>
21613
21614 * gdb.cp/namespace.exp: Add tests involving classes defined within
21615 namespaces.
21616 * gdb.cp/namespace.cc (C::CClass): New.
21617 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
21618
21619 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
21620
21621 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
21622 what debug info we have. Print a better message if something goes
21623 wrong while producing the separate debug info file.
21624
21625 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
21626
21627 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
21628
21629 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
21630
21631 * gdb.base/callfuncs.c: Add copyright notice.
21632
21633 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
21634
21635 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
21636 inheritance. PR gdb/1498, PR gcc/13539.
21637
21638 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
21639
21640 * gdb.threads/gcore-thread.exp: Prefix name of binary with
21641 test specific name.
21642 * gdb.mi/gdb669.exp: Ditto.
21643 * gdb.mi/mi-pthreads.exp: Ditto.
21644 * gdb.mi/mi1-pthreads.exp: Ditto.
21645 * gdb.mi/mi2-pthreads.exp: Ditto.
21646
21647 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
21648
21649 * gdb.cp/member-ptr.cc: Add copyright notice.
21650
21651 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
21652
21653 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
21654 some patterns for recent versions of gcc and hpacc. Delete
21655 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
21656 Delete tests that access a NULL pointer-to-member-data. This
21657 script is still disabled for gcc.
21658
21659 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
21660
21661 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
21662 escaped correctly.
21663
21664 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
21665
21666 * gdb.base/sepdebug.exp: New file.
21667 * gdb.base/sepdebug.c: New file.
21668 * lib/gdb.exp (separate_debug_filename): New procedure.
21669 (gdb_gnu_strip_debug): New procedure.
21670
21671 2004-01-12 Andrew Cagney <cagney@redhat.com>
21672
21673 * gdb.mi/ChangeLog: Delete file. Renamed to ...
21674 * gdb.mi/ChangeLog-1999-2003: New file.
21675
21676 2004-01-12 Andrew Cagney <cagney@redhat.com>
21677
21678 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
21679 "Renaming a directory to a non-empty directory returns ENOTEMPTY
21680 or EEXIST", treat EBUSY as an XFAIL.
21681
21682 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
21683
21684 * gdb.base/scope.exp: Remove obsolete setup_xfail for
21685 hp_cc_compiler.
21686
21687 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
21688
21689 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
21690 decorations.
21691
21692 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
21693
21694 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
21695 and "(aCC)" decorations. Remove obsolete doco about old
21696 test results.
21697
21698 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
21699
21700 * gdb.cp/exception.exp: Fix typo in doco.
21701
21702 2004-01-09 Mark Kettenis <kettenis@gnu.org>
21703
21704 * gdb.base/gdb1476.exp: Fix typo.
21705
21706 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
21707
21708 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
21709 file.
21710
21711 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
21712
21713 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
21714 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
21715 Use gdb_compile. Remove restriction on gcc. Add some patterns
21716 for recent version of gdb. Delete second half, which was a copy
21717 of the first half with different build flags. This test is
21718 still disabled because it is still not ready for production.
21719
21720 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21721
21722 * gdb.cp/exception.cc: Add copyright notice.
21723 * gdb.cp/exception.exp: Add a notice that this file is broken
21724 because of line number changes caused by addition of copyright
21725 notice.
21726
21727 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21728
21729 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
21730 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
21731
21732 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21733
21734 * gdb.cp/classes.exp: Accept gnu abi 2.
21735 * gdb.cp/derivation.exp: Likewise.
21736 * gdb.cp/overload.exp: Likewise.
21737 * gdb.cp/virtfunc.exp: Likewise.
21738
21739 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
21740
21741 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
21742 semicolon after end of function.
21743
21744 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21745
21746 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
21747 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
21748 boilerplate code for compiling and running the program under
21749 test. Add some string method tests.
21750
21751 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21752
21753 * gdb.cp/bs15503.cc: Add copyright notice.
21754 * gdb.cp/bs15503.exp: Adjust line number.
21755
21756 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21757
21758 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
21759 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
21760
21761 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21762
21763 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
21764 hp_cc_compiler.
21765
21766 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21767
21768 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
21769 * gdb.cp/ctti.exp: Use the marker instead of "next".
21770 With gcc, run further before bailing.
21771
21772 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21773
21774 * gdb.cp/cttiadd.cc: Add copyright notice.
21775 * gdb.cp/cttiadd1.cc: Likewise.
21776 * gdb.cp/cttiadd2.cc: Likewise.
21777 * gdb.cp/cttiadd3.cc: Likewise.
21778
21779 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21780
21781 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
21782 Use gdb_test, gdb_test_multiple. Use floating-point values that
21783 have exact representations in IEEE-ish formats.
21784
21785 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21786
21787 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
21788 compilers. Delete duplicate call to get_compiler_info.
21789 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
21790 * gdb.base/volatile.exp: Likewise.
21791
21792 2004-01-07 Mark Kettenis <kettenis@gnu.org>
21793
21794 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
21795 memory at address 0.
21796
21797 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
21798
21799 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
21800 to test for hp-ux assembler. Fix copyright years.
21801
21802 2004-01-07 Andrew Cagney <cagney@redhat.com>
21803
21804 * gdb.base/fileio.c (strerrno): Add "EBUSY".
21805
21806 2004-01-07 Andrew Cagney <cagney@redhat.com>
21807
21808 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
21809 when creating the read-only file. From analysis by Roland McGrath
21810 and Elena Zannoni.
21811
21812 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21813
21814 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
21815
21816 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21817
21818 * gdb.base/cvexpr.c: Be type-safe with function pointers and
21819 data pointers.
21820
21821 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21822
21823 * gdb.cp/m-static.exp: Compile one source file at a time.
21824 Delete unused call to get_compiler_info.
21825
21826 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
21827
21828 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
21829 * gdb.base/call-rt-st.exp: Likewise.
21830 * gdb.base/nodebug.exp: Likewise.
21831 * gdb.base/volatile.exp: Likewise.
21832 * gdb.cp/ref-types.exp: Likewise.
21833 * gdb.cp/templates.exp: Likewise.
21834
21835 2004-01-05 Mark Kettenis <kettenis@gnu.org>
21836
21837 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
21838
21839 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
21840
21841 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
21842 hppa*-hp-hpux*.
21843
21844 2004-01-04 Mark Kettenis <kettenis@gnu.org>
21845
21846 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
21847 x86_64-*-*.
21848
21849 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
21850 sparc64-*-* and sparc*-solaris2*.
21851
21852 2004-01-04 Mark Kettenis <kettenis@gnu.org>
21853
21854 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
21855 return ${tests}" test. The ${tests} already mentions the
21856 filename.
21857
21858 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
21859
21860 * gdb.cp/local.exp: Accept gcc abi 2.
21861
21862 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
21863
21864 * gdb.cp/templates.exp: Accept gcc abi 2.
21865
21866 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
21867
21868 * lib/compiler.cc: Remove supports_template_debugging.
21869 * gdb.cp/templates.exp: Do not test supports_template_debugging.
21870
21871 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21872
21873 * gdb.cp/namespace.exp: Accept gcc abi 2.
21874
21875 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21876
21877 * gdb.cp/method.exp: Accept gcc abi 2.
21878
21879 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21880
21881 * gdb.cp/classes.exp: Generate identical results as old version.
21882 * gdb.cp/derivation.exp: Likewise.
21883 * gdb.cp/overload.exp: Likewise.
21884 * gdb.cp/virtfunc.exp: Likewise.
21885
21886 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21887
21888 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
21889 mysterious bug with sourceware version of expect.
21890
21891 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21892
21893 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
21894 current versions of gcc, including gcc abi 2. Remove gratuitous
21895 restart of test program. Use gdb_test_multiple and gdb_test for
21896 all tests. Add patterns to xfail missing "const" in "const char *"
21897 and kfail PR gdb/1155.
21898
21899 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
21900
21901 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
21902 current versions of gcc, including gcc abi 2. Remove gratuitous
21903 restart of test program. Use gdb_test_multiple and gdb_test for
21904 all tests. Add patterns to kfail PR gdb/1498.
21905
21906 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
21907
21908 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
21909 current versions of gcc, including gcc abi 2. Use "breakpoint"
21910 and "continue" instead of restarting the target program. Use
21911 gdb_test_multiple and gdb_test for all tests.
21912
21913 2004-01-01 Mark Kettenis <kettenis@gnu.org>
21914
21915 * gdb.asm/asm-source.exp: Update copyright year. Link statically
21916 for *-*-solaris2*.
21917
21918 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
21919
21920 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
21921 current versions of gcc, including gcc abi 2. Use "breakpoint"
21922 and "continue" instead of restarting the target program several
21923 times. Use gdb_test_multiple and gdb_test for all tests.
21924
21925 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
21926
21927 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
21928 source files.
21929
21930 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
21931
21932 * gdb.base/environ.exp: Handle compiling test case from multiple
21933 source files.
21934
21935 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
21936
21937 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
21938
21939 2003-12-17 Jim Blandy <jimb@redhat.com>
21940
21941 * gdb.base/freebpcmd.c: Add copyright notice.
21942
21943 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
21944
21945 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
21946
21947 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
21948
21949 2003-12-13 Jim Blandy <jimb@redhat.com>
21950
21951 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
21952
21953 2003-12-12 Kevin Buettner <kevinb@redhat.com>
21954
21955 * gdb.asm/frv.inc: New file.
21956 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
21957
21958 2003-12-09 Fred Fish <fnf@redhat.com>
21959
21960 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
21961 functions to break1.c and leave prototypes behind. Add more
21962 "set breakpoint NN here" comments.
21963 * gdb.base/break1.c: New file.
21964
21965 * gdb.base/break.exp: Handle compiling test case from multiple
21966 source files and change source file references as needed.
21967 * gdb.base/completion.exp: Ditto.
21968 * gdb.base/condbreak.exp: Ditto.
21969 * gdb.base/define.exp: Ditto.
21970 * gdb.base/ena-dis-br.exp: Ditto.
21971 * gdb.base/info-proc.exp: Ditto.
21972 * gdb.base/maint.exp: Ditto.
21973 * gdb.base/until.exp: Ditto.
21974
21975 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
21976 hardcoded line numbers.
21977 * gdb.base/define.exp: Ditto.
21978 * gdb.base/ena-dis-br.exp: Ditto.
21979 * gdb.base/maint.exp: Ditto.
21980 * gdb.base/until.exp: Ditto.
21981
21982 * gdb.base/completion.exp: Use "break1" for completion tests since
21983 "break" is no longer a unique prefix.
21984
21985 2003-12-06 Andrew Cagney <cagney@redhat.com>
21986
21987 * gdb.base/structs.exp (test_struct_returns): When applicable, set
21988 "return_value_unimplemented". When an unimplemented struct return
21989 architecture, report incorrect values as a KFAIL
21990
21991 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
21992
21993 * gdb.cp/rtti.exp: Accept new wording of warning from
21994 cp_lookup_rtti_type.
21995
21996 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
21997
21998 Partial fix for PR testsuite/1456.
21999 * gdb.base/scope.exp (test_at_main): Replace references to
22000 gcc_compiled with calls to test_compiler_info.
22001 (test_at_foo): Likewise.
22002 (test_at_bar): Likewise.
22003
22004 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
22005
22006 Partial fix for PR testsuite/1456.
22007 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
22008 to test_compiler_info.
22009
22010 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
22011
22012 * gdb.base/so-impl-ld.exp: Update copyright notice.
22013
22014 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
22015
22016 Partial fix for PR testsuite/1456.
22017 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
22018 to test_compiler_info.
22019
22020 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
22021
22022 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
22023 from current versions of gdb. Clean up regular expressions.
22024 Delete redundant timeout case.
22025
22026 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
22027
22028 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
22029 from current versions of gdb. Clean up regular expressions.
22030 Delete redundant timeout case.
22031
22032 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
22033
22034 Partial fix for PR testsuite/1456.
22035 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
22036 gcc_compiled with call to test_compiler_info.
22037
22038 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
22039
22040 Partial fix for PR testsuite/1456.
22041 * gdb.base/list.exp (test_list_function): Delete unused declaration
22042 of gcc_compiled.
22043
22044 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
22045
22046 Partial fix for PR testsuite/1456.
22047 * gdb.base/complex.exp: Replace reference to gcc_compiled with
22048 call to test_compiler_info.
22049
22050 2003-11-29 Mark Kettenis <kettenis@gnu.org>
22051
22052 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
22053 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
22054 it to create the appropriate note.inc.
22055 * gdb.asm/asmsrc1.s: Include "note.inc".
22056 * gdb.asm/netbsd.inc: New file.
22057 * gdb.asm/empty.inc: New file.
22058
22059 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
22060
22061 Partial fix for PR testsuite/1456.
22062 * gdb.base/constvars.exp: Replace references to gcc_compiled with
22063 calls to test_compiler_info.
22064
22065 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
22066
22067 Partial fix for PR testsuite/1456.
22068 * gdb.base/volatile.exp: Replace references to gcc_compiled with
22069 calls to test_compiler_info.
22070
22071 2003-11-27 Mark Kettenis <kettenis@gnu.org>
22072
22073 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
22074 pattern for the KFAILs.
22075
22076 2003-11-25 Adam Fedor <fedor@gnu.org>
22077
22078 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
22079 * gdb.objc/objcdecode.m: New file.
22080
22081 2003-11-25 Adam Fedor <fedor@gnu.org>
22082
22083 * gdb.objc/nondebug.exp: Test for PR objc/1236.
22084 * gdb.objc/nondebug.m: New file.
22085
22086 2003-11-26 Ben Elliston <bje@wasabisystems.com>
22087
22088 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
22089 NetBSD as it does on FreeBSD. Modelled on a similar change by
22090 Mark Kettenis on 2003-05-30.
22091 (link-flags): Set to "--entry _start" regardless of target.
22092 Special linker flags are to be appended to $link-flags.
22093 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
22094
22095 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
22096
22097 * gdb.cp/method.exp: Accept output of new demangler.
22098
22099 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
22100
22101 * gdb/class2.exp: New file.
22102 * gdb/class2.cc: New file.
22103
22104 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
22105
22106 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
22107 of new demangler.
22108
22109 2003-11-23 Mark Kettenis <kettenis@gnu.org>
22110
22111 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
22112 of gdb_test "run".
22113
22114 2003-11-23 Mark Kettenis <kettenis@gnu.org>
22115
22116 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
22117 "continue" into "run".
22118
22119 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
22120
22121 Partial fix for PR testsuite/1456.
22122 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
22123 call to test_compiler_info.
22124 * gdb.cp/ctti.exp: Likewise.
22125 * gdb.cp/derivation.exp: Likewise.
22126 * gdb.cp/member-ptr.exp: Likewise.
22127 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
22128 reference to gcc_compiled.
22129
22130 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
22131
22132 Fix PR testsuite/1463.
22133 * gdb.base/structs.exp (start_structs_test): Call
22134 get_debug_format before using the debug format.
22135
22136 2003-11-22 Andrew Cagney <cagney@redhat.com>
22137
22138 * lib/gdb.exp (gdb_test_multiple): Add simple example.
22139 * gdb.base/structs.exp: Use gdb_test_multiple.
22140
22141 2003-11-20 Andrew Cagney <cagney@redhat.com>
22142
22143 * gdb.base/structs.exp: Handle and recover from internal errors.
22144 Replace "foo${n}" with "foo<n>" in test messages.
22145
22146 * gdb.base/structs.exp: Update copyright. Rewrite.
22147 * gdb.base/structs.c: Update copyright. Rewrite.
22148
22149 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
22150 resync count exceeded.
22151
22152 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
22153 from the internal error.
22154 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
22155 Original from Jim Blandy.
22156 (gdb_test_multiple): Use gdb_internal_error_resync.
22157
22158 2003-11-19 Andrew Cagney <cagney@redhat.com>
22159
22160 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
22161 KFAIL.
22162
22163 2003-11-17 Mark Kettenis <kettenis@gnu.org>
22164
22165 New testcase for PR backtrace/1435.
22166 * gdb.arch/i386-unwind.exp: New file.
22167 * gdb.arch/i386-unwind.c: New file.
22168
22169 2003-11-17 Andrew Cagney <cagney@redhat.com>
22170
22171 * lib/gdb.exp (compiler_info): New global.
22172 (test_compiler_info): New function.
22173 (get_compiler_info): Set compiler_info.
22174 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
22175 "compiler_info" to gcc-<major>-<minor>.
22176
22177 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
22178
22179 * gdb.trace/configure: Remove.
22180
22181 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
22182
22183 * gdb.base/break.c: Add comments to aid finding line numbers for
22184 breakpoints.
22185 * gdb.base/break.exp: Remove all references to explicit line
22186 numbers.
22187
22188 2003-11-11 Nick Clifton <nickc@redhat.com>
22189
22190 * gdb.base/shreloc.exp: Do not run for targets which do not
22191 support shared objects.
22192
22193 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
22194
22195 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
22196 Don't run tests if nofileio flag is given.
22197
22198 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
22199
22200 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
22201 as well as 'Watchpoint'.
22202
22203 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
22204
22205 Reported by Jim Ingham <jingham@apple.com>:
22206 * gdb.base/annota1.exp: Match at least one occurrence of the
22207 signal handler annotation.
22208
22209 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
22210
22211 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
22212 as well as 'Watchpoint'.
22213
22214 2003-11-05 Michael Chastain <mec@shout.net>
22215
22216 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
22217
22218 2003-11-03 Kris Warkentin <kewarken@qnx.com>
22219
22220 * gdb.arch/gdb1291.c: New test file.
22221 * gdb.arch/gdb1291.exp: New test script.
22222 * gdb.arch/gdb1431.c: New test file.
22223 * gdb.arch/gdb1431.exp: New test script.
22224
22225 2003-10-22 Michael Chastain <mec@shout.net>
22226
22227 * gdb.mi/pthreads.c: Add copyright notice.
22228
22229 2003-10-22 Michael Chastain <mec@shout.net>
22230
22231 * gdb.threads/pthreads.c: Add copyright notice.
22232
22233 2003-10-20 Michael Chastain <mec@shout.net>
22234
22235 * gdb.base/gdb1056.exp: New test script.
22236
22237 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
22238
22239 * gdb.threads/killed.exp: Use gdb_run_cmd.
22240
22241 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
22242
22243 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
22244 create a core file.
22245 * gdb.threads/gcore-thread.exp: Likewise.
22246
22247 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
22248
22249 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
22250 type, based on char type.
22251 (struct bit_flags_short_t): New bitfield type, based on short type.
22252 (init_bit_flags_char): New fuction.
22253 (init_bit_flags_short): Ditto.
22254 (print_bit_flags_char): Ditto.
22255 (print_bit_flags_short): Ditto.
22256 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
22257
22258 2003-10-11 Michael Chastain <mec@shout.net>
22259
22260 * gdb.base/call-rt-st.exp: Update copyright year.
22261
22262 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
22263
22264 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
22265 * gdb.disasm/sh3.s: Ditto.
22266
22267 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
22268
22269 * gdb.threads/switch-threads.exp: New test.
22270 * gdb.threads/switch-threads.c: New source file.
22271
22272 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
22273
22274 * gdb.base/ending-run.exp: Add sh specific case.
22275
22276 2003-10-06 Andrew Cagney <cagney@redhat.com>
22277
22278 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
22279 * gdb.disasm/mn10200.exp: Delete obsolete file.
22280
22281 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
22282
22283 * ChangeLog: Correct an entry command.exp -> commands.exp.
22284 * gdb.base/commands.exp (bp_deleted_in_command_test)
22285 (temporary_breakpoint_commands): Check noargs.
22286
22287 2003-09-25 David Carlton <carlton@kealia.com>
22288
22289 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
22290 of some print tests, where appropriate. Add tests for C::D::cd,
22291 E::ce, F::cXfX, G::XgX.
22292 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
22293
22294 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
22295
22296 * lib/java.exp (java_init): Import target_alias before using it.
22297
22298 2003-09-25 David Carlton <carlton@kealia.com>
22299
22300 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
22301
22302 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
22303
22304 * gdb.base/selftest.exp: Accomodate more instruction reordering
22305 weirdness.
22306
22307 2003-09-17 Michael Chastain <mec@shout.net>
22308
22309 * gdb.cp/gdb1355.exp: New file.
22310 * gdb.cp/gdb1355.c: New file.
22311
22312 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
22313
22314 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
22315 * gdb.asm/sh.inc: New file.
22316
22317 2003-09-11 David Carlton <carlton@kealia.com>
22318
22319 * gdb.cp/namespace.exp: Add tests for namespace types.
22320 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
22321 (test_namespace): New.
22322
22323 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
22324
22325 * gdb.base/relocate.exp: Handle new gdb output at startup.
22326 * gdb.stabs/weird.exp: Ditto.
22327
22328 2003-09-08 Michael Chastain <mec@shout.net>
22329
22330 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
22331
22332 2003-09-07 Michael Chastain <mec@shout.net>
22333
22334 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
22335 'parse error'.
22336
22337 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
22338
22339 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
22340
22341 2003-08-30 Michael Chastain <mec@shout.net>
22342
22343 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
22344 * gdb.gdb/observer.exp: Ditto.
22345 * gdb.gdb/xfullpath.exp: Ditto.
22346
22347 2003-08-29 Mark Kettenis <kettenis@gnu.org>
22348
22349 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
22350 *-*-*bsd*.
22351
22352 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
22353
22354 * gdb.base/dump.exp: Skip for ia64.
22355
22356 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
22357
22358 * gdb.asm/asm-source.exp: Add ia64 support.
22359 * gdb.asm/ia64.inc: New file.
22360
22361 2003-08-22 Michael Chastain <mec@shout.net>
22362
22363 * gdb.cp: New directory.
22364 * gdb.cp/*: Copy from gdb.c++/*.
22365 * gdb.c++/*: Remove.
22366 * Makefile.in: Change gdb.c++ to gdb.cp.
22367 * configure.in: Ditto.
22368 * configure: Regnerate.
22369
22370 2003-08-18 Mark Kettenis <kettenis@gnu.org>
22371
22372 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
22373 * gdb.arch/i386-prologue.c (gdb1338): Add function.
22374
22375 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
22376
22377 * mi-var-display.exp (-var-list-children weird): Accept function
22378 pointers with argument types.
22379 * mi1-var-display.exp (-var-list-children weird): Likewise.
22380 * mi2-var-display.exp (-var-list-children weird): Likewise.
22381
22382 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
22383
22384 * gdb.base/annota3.exp: Add missing newline.
22385
22386 2003-08-06 Michael Chastain <mec@shout.net>
22387
22388 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
22389
22390 2003-08-12 Michael Snyder <msnyder@redhat.com>
22391
22392 * gdb.base/float.exp: Add test for SH.
22393
22394 2003-08-10 Mark Kettenis <kettenis@gnu.org>
22395
22396 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
22397
22398 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
22399
22400 * gdb.base/completion.exp: Remove reduntant completion test
22401 on filename.
22402
22403 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
22404
22405 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
22406 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
22407 gdb.trace/save-trace.exp: Make sure that full pathnames are
22408 escaped correctly.
22409
22410 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
22411
22412 * configure.in: Don't generate config.h from config.hin.
22413 * configure: Regenerate.
22414 * config.hin: Remove file.
22415 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
22416 * gdb.threads/pthreads.c: Ditto.
22417
22418 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
22419
22420 From Kei Sakamoto <sakamoto.kei@renesas.com>:
22421 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
22422 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
22423 Replace ld24 with seth/add3.
22424
22425 2003-08-02 Andrew Cagney <cagney@redhat.com>
22426
22427 * gdb.base/annota3.exp: New file.
22428 * gdb.base/annota3.c: New file.
22429 * gdb.c++/annota3.exp: New file.
22430 * gdb.c++/annota3.cc: New file.
22431
22432 2003-07-29 Michael Chastain <mec@shout.net>
22433
22434 * gdb.threads/tls.c (spin): Check errno only if sem_wait
22435 actually failed.
22436 (do_pass): Likewise.
22437 * gdb.threads/tls.exp: Always initialize no_of_threads.
22438
22439 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
22440
22441 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
22442 pattern.
22443 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
22444 * gdb.threads/tls.exp: Recognize one case of the host library not
22445 supporting TLS.
22446
22447 2003-07-27 Andrew Cagney <cagney@redhat.com>
22448
22449 * gdb.base/fileio.exp: Use SH when running commands using
22450 remote_exec.
22451
22452 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
22453
22454 From Kei Sakamoto <sakamoto.kei@renesas.com>:
22455 * gdb.base/relocate.c (dummy): New padding array.
22456
22457 2003-07-22 Michael Snyder <msnyder@redhat.com>
22458
22459 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
22460
22461 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
22462 patterns to be more general, accepting old and new output.
22463 Some output chars (such as '+') also must be quoted.
22464 Some addresses are displayed numerically instead of
22465 symbolically.
22466
22467 2003-07-23 Michael Snyder <msnyder@redhat.com>
22468
22469 * gdb.base/return2.exp: Don't test long-long return.
22470
22471 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
22472 * gdb.disasm/t01_mov.exp: Ditto.
22473 * gdb.disasm/t02_mova.s: Ditto.
22474 * gdb.disasm/t02_mova.exp: Ditto.
22475 * gdb.disasm/t03_add.s: Ditto.
22476 * gdb.disasm/t03_add.exp: Ditto.
22477 * gdb.disasm/t04_sub.s: Ditto.
22478 * gdb.disasm/t04_sub.exp: Ditto.
22479 * gdb.disasm/t05_cmp.s: Ditto.
22480 * gdb.disasm/t05_cmp.exp: Ditto.
22481 * gdb.disasm/t06_ari2.s: Ditto.
22482 * gdb.disasm/t06_ari2.exp: Ditto.
22483 * gdb.disasm/t07_ari3.s: Ditto.
22484 * gdb.disasm/t07_ari3.exp: Ditto.
22485 * gdb.disasm/t08_or.s: Ditto.
22486 * gdb.disasm/t08_or.exp: Ditto.
22487 * gdb.disasm/t09_xor.s: Ditto.
22488 * gdb.disasm/t09_xor.exp: Ditto.
22489 * gdb.disasm/t10_and.s: Ditto.
22490 * gdb.disasm/t10_and.exp: Ditto.
22491 * gdb.disasm/t11_logs.s: Ditto.
22492 * gdb.disasm/t11_logs.exp: Ditto.
22493 * gdb.disasm/t12_bit.s: Ditto.
22494 * gdb.disasm/t12_bit.exp: Ditto.
22495 * gdb.disasm/t13_otr.s: Ditto.
22496 * gdb.disasm/t13_otr.exp: Ditto.
22497
22498 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
22499
22500 * gdb.threads/tls.exp :Add kfail for 'info address' case.
22501
22502 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
22503
22504 * gdb.threads/tls.c : New file.
22505 * gdb.threads/tls.exp : New file.
22506 * gdb.threads/tls-main.c : New file.
22507 * gdb.threads/tls-shared.c : New file.
22508 * gdb.threads/tls-shared.exp : New file.
22509
22510 2003-07-22 Andreas Schwab <schwab@suse.de>
22511
22512 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
22513
22514 2003-07-20 Andreas Schwab <schwab@suse.de>
22515
22516 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
22517 due to insn reordering.
22518
22519 2003-07-15 Andrew Cagney <cagney@redhat.com>
22520
22521 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
22522
22523 2003-07-15 Michael Chastain <mec@shout.net>
22524
22525 * gdb.base/gdb1250.exp: New file.
22526 * gdb.base/gdb1250.c: New file.
22527
22528 2003-07-09 Michal Ludvig <mludvig@suse.cz>
22529
22530 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
22531 expansion of size_t to 'unsigned long', not only to 'unsigned'.
22532
22533 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
22534
22535 * gdb.threads/tls.c: New file.
22536 * gdb.threads/tls.exp: New file.
22537 * gdb.threads/tls-main.c: New file.
22538 * gdb.threads/tls-shared.c: New file.
22539 * gdb.threads/tls-shared.exp: New file.
22540
22541 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
22542
22543 * gdb.base/annota1.exp: Make sure that we properly escape the
22544 full path of the source file. Xfail more permissive patterns,
22545 due to a compiler debug info problem.
22546
22547 2003-07-07 Andreas Schwab <schwab@suse.de>
22548
22549 * gdb.asm/m68k.inc: New file.
22550 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
22551
22552 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
22553 arguments"): Also match negative number.
22554
22555 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
22556
22557 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
22558
22559 * gdb.base/store.c (charest): New typedef.
22560 (add_char): Rename to add_charest, update.
22561 (wack_char): Rename to wack_charest, update types. Return l + r
22562 to keep r live across the call.
22563 (wack_short, wack_int, wack_long, wack_longest, wack_float)
22564 (wack_double, wack_doublest): Return l + r to keep r live across
22565 the call.
22566 * gdb.base/store.exp: Accomodate store.c changes.
22567
22568 2003-06-30 David Carlton <carlton@kealia.com>
22569
22570 * gdb.c++/maint.exp (test_invalid_name): New.
22571 (test_first_component): Add tests for invalid names.
22572
22573 2003-06-29 Michael Chastain <mec@shout.net>
22574
22575 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
22576 output of '<VTT for class>' for virtual base classes.
22577
22578 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
22579
22580 * gdb.base/completion.exp: Tab-complete "complet" instead of
22581 "compl".
22582 * gdb.base/complex.exp, gdb.base/complex.c: New files.
22583
22584 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
22585
22586 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
22587 * gdb.base/volatile.exp: Likewise.
22588
22589 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
22590
22591 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
22592 gdb/1265.
22593
22594 2003-06-28 Michael Chastain <mec@shout.net>
22595 Daniel Jacobowitz <drow@mvista.com>
22596
22597 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
22598 initial line count of 'captured_main' from 26 to 32.
22599 (test_with_self): Allow xmalloc call to be interleaved with the
22600 preceding two lines.
22601
22602 2003-06-24 Joel Brobecker <brobecker@gnat.com>
22603
22604 * gdb.base/bang.exp: New testcase.
22605
22606 2003-06-23 Joel Brobecker <brobecker@gnat.com>
22607
22608 * gdb.base/langs.exp: Add some tests for the "minimal" language
22609 support.
22610
22611 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
22612
22613 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
22614 the testcase.
22615
22616 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
22617
22618 * gdb.base/relocate.exp: Test add-symbol-file with a variable
22619 offset.
22620
22621 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
22622
22623 * gdb.c++/pr-1210.cc: New file.
22624 * gdb.c++/pr-1210.exp: New file.
22625
22626 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
22627
22628 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
22629 000-exec-continue.
22630
22631 2003-06-15 Mark Kettenis <kettenis@gnu.org>
22632
22633 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
22634 on *-*-*bsd* instead of *-*-freebsd*.
22635
22636 2003-06-14 Andrew Cagney <cagney@redhat.com>
22637
22638 * gdb.base/store.exp: Test longest and doublest. Test all
22639 parameters. Weaken return statement match.
22640 * gdb.base/store.c: Add longest and doublest - aka long long and
22641 long double functions. Put all parameters into local register
22642 variables. Use negative values.
22643
22644 2003-06-14 Andrew Cagney <cagney@redhat.com>
22645
22646 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
22647 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
22648 exit status.
22649 * gdb.base/fileio.exp: Disable target when nointerrupts and
22650 noinferiorio, instead of limiting it to remote. Use remote_exec
22651 instead of system.
22652
22653 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
22654
22655 * gdb.base/float.exp: Add ia64 support.
22656
22657 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
22658
22659 * gdb.base/fileio.exp: Run only on remote targets.
22660
22661 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
22662
22663 * gdb.base/fileio.c: New file, testing File-I/O.
22664 * gdb.base/fileio.exp: Ditto.
22665
22666 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
22667
22668 * gdb.base/shreloc.exp: New file, check symbol values obtained from
22669 shared objects after relocation at load time (gdb PR/1132).
22670 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
22671 as above, part of the shared object relocation test.
22672
22673 2003-06-08 Mark Kettenis <kettenis@gnu.org>
22674
22675 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
22676 fully filled history list.
22677 * gdb.base/gdb_history: New file.
22678
22679 * gdb.base/signals.exp: XFAIL "continue to func1" on
22680 i*86-*-freebsd*.
22681
22682 * gdb.base/attach.exp: When trying to attach to a nonexistent
22683 process, make it possible to specify the PID based on the target,
22684 and do so for *-*-freebsd*.
22685
22686 2003-06-02 Richard Henderson <rth@redhat.com>
22687
22688 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
22689
22690 2003-06-02 Richard Henderson <rth@redhat.com>
22691
22692 * gdb.base/selftest.exp: Next over lim_at_start initialization.
22693
22694 2003-06-02 Richard Henderson <rth@redhat.com>
22695
22696 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
22697
22698 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
22699
22700 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
22701 of globalvar.
22702
22703 2003-06-01 Mark Kettenis <kettenis@gnu.org>
22704
22705 * gdb.asm/asm-source.exp: Check for memory read errors in
22706 disassembler test on *BSD too.
22707
22708 2003-06-01 Richard Henderson <rth@redhat.com>
22709
22710 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
22711 for .frame.
22712 (gdbasm_call): Lose ldgp.
22713 (gdbasm_startup): Add frame information.
22714 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
22715
22716 2003-05-31 Mark Kettenis <kettenis@gnu.org>
22717
22718 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
22719 i?86-*-*.
22720
22721 2003-05-30 Mark Kettenis <kettenis@gnu.org>
22722
22723 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
22724 FreeBSD.
22725
22726 2003-05-29 Richard Henderson <rth@redhat.com>
22727
22728 * gdb.asm/alpha.inc: New file.
22729 * gdb.asm/asm-source.exp: Use it.
22730
22731 2003-05-29 Jim Blandy <jimb@redhat.com>
22732
22733 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
22734 'core.PID'.
22735
22736 2003-05-22 Jim Blandy <jimb@redhat.com>
22737
22738 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
22739 backtrace.
22740
22741 2003-05-20 David Carlton <carlton@math.stanford.edu>
22742
22743 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
22744 this time.
22745
22746 2003-05-19 David Carlton <carlton@bactrian.org>
22747
22748 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
22749 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
22750
22751 2003-05-19 David Carlton <carlton@bactrian.org>
22752
22753 * gdb.c++/namespace.exp: Add namespace scope and anonymous
22754 namespace tests.
22755 Bump copyright date.
22756 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
22757 (main): Call C::D::marker2.
22758 * gdb.c++/namespace1.cc: New file.
22759
22760 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
22761
22762 Roland McGrath <roland@redhat.com>
22763 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
22764 there is no manager thread.
22765
22766 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
22767
22768 * gdb.threads/schedlock.exp: Remove assumption that all threads
22769 will run in a particular small time slice. Also ensure we break
22770 in one of the child threads rather than the main thread.
22771
22772 2003-05-07 Jim Blandy <jimb@redhat.com>
22773
22774 Add support for assembly source testing on the s390x.
22775 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
22776 architecture.
22777 * gdb.asm/s390x.inc: New file.
22778
22779 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
22780 succession of 'if' statements.
22781
22782 2003-05-05 Andrew Cagney <cagney@redhat.com>
22783
22784 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
22785
22786 2003-05-05 Andrew Cagney <cagney@redhat.com>
22787
22788 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
22789 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
22790
22791 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
22792
22793 * gdb.base/charset.exp: Update based on new behavior of set/show
22794 charset commands.
22795
22796 2003-05-01 Andrew Cagney <cagney@redhat.com>
22797
22798 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
22799 variable do not give memory errors.
22800
22801 2003-04-30 Adam Fedor <fedor@gnu.org>
22802
22803 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
22804 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
22805 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
22806 gdb.objc/basicclass.m: : New files
22807
22808 * lib/gdb.exp (gdb_compile_objc): New procedure.
22809
22810 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
22811
22812 * gdb.base/signals.exp: Make backtrace tests more specific.
22813
22814 2003-04-23 David Carlton <carlton@bactrian.org>
22815
22816 * gdb.c++/maint.exp (test_first_component): Add tests for
22817 'operator' in more locations.
22818
22819 2003-04-16 Kevin Buettner <kevinb@redhat.com>
22820
22821 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
22822
22823 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
22824
22825 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
22826 func marke' instead. Update test name.
22827
22828 2003-04-15 David Carlton <carlton@math.stanford.edu>
22829
22830 * gdb.c++/maint.exp: New file.
22831
22832 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
22833
22834 * gdb.threads/schedlock.c: Change type of thread function argument
22835 to long, to avoid warnings on 64-bit platforms.
22836
22837 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
22838
22839 * gdb.base/attach.exp: Add new message from ptrace in case of
22840 attaching to nonexistent process.
22841
22842 2003-04-11 Jim Blandy <jimb@redhat.com>
22843
22844 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
22845 gdb.c++/userdef.cc: Place comments on the lines to which the
22846 marker function might return.
22847 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
22848 gdb.c++/userdef.exp: Look for those comments to check that we've
22849 returned to the right place, instead of checking line numbers.
22850
22851 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
22852
22853 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
22854 match on sourcefile name, instead of directory name.
22855
22856 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
22857
22858 * gdb.base/completion.exp: Use string_to_regexp to match the
22859 working directory name.
22860
22861 2003-04-09 Jim Blandy <jimb@redhat.com>
22862
22863 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
22864 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
22865 after an inferior function call, report the failure, but allow the
22866 test to continue.
22867
22868 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
22869
22870 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
22871 with -DPROTOTYPES.
22872
22873 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
22874
22875 * gdb.base/break.exp: Revert last patch.
22876
22877 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
22878
22879 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
22880 with -DPROTOTYPES.
22881
22882 2003-04-02 Andrew Cagney <cagney@redhat.com>
22883
22884 * gdb.base/callfuncs.exp: Make "print add" messages unique.
22885 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
22886 matching directories by the name breakpoint.
22887 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
22888 Make "continue to marker1" consistent.
22889 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
22890 message consistent.
22891 * lib/gdb.exp: Put "the program is no longer running", and "the
22892 program exited" in parenthesis.
22893 * lib/mi-support.exp: Ditto.
22894
22895 2003-04-02 Bob Rossi <bob_rossi@cox.net>
22896
22897 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
22898
22899 2003-03-29 Andrew Cagney <cagney@redhat.com>
22900
22901 * gdb.base/sizeof.c (main): Print the value of '\377'.
22902 * gdb.base/sizeof.exp: Check the sign of '\377'.
22903
22904 2003-03-27 Michael Chastain <mec@shout.net>
22905
22906 * gdb.base/gdb1090.exp: New file.
22907 * gdb.base/gdb1090.cc: New file.
22908
22909 2003-03-27 J. Brobecker <brobecker@gnat.com>
22910
22911 * gdb.gdb/observer.exp: New regression test.
22912
22913 2003-03-27 Michael Chastain <mec@shout.net>
22914
22915 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
22916 * gdb.base/ptype.exp: Likewise.
22917
22918 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
22919
22920 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
22921
22922 2003-03-26 Michael Chastain <mec@shout.net>
22923
22924 * gdb.base/ptype.exp: Actually use some typedef'd types.
22925
22926 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
22927
22928 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
22929 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
22930
22931 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22932
22933 * gdb.base/default.exp: Fix regular expression.
22934
22935 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22936
22937 * gdb.base/args.exp: Fix regular expression.
22938
22939 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22940
22941 * gdb.base/help.exp: Allow Win32 child process.
22942
22943 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22944
22945 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
22946 when stepping out of main().
22947
22948 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22949
22950 * gdb.base/default.exp: Check for win32 specific message when calling
22951 "run" without executable.
22952
22953 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22954
22955 * gdb.base/args.exp: Expect .exe in output.
22956
22957 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
22958
22959 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
22960 Cygwin native.
22961
22962 2003-03-17 Andrew Cagney <cagney@redhat.com>
22963
22964 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
22965 vector registes.
22966 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
22967 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
22968
22969 2003-03-17 David Carlton <carlton@math.stanford.edu>
22970
22971 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
22972 test, for PR breakpoints/38.
22973 Call test_watchpoint_and_breakpoint.
22974 * gdb.base/watchpoint.c (func3): New function.
22975 (main): Call func3.
22976
22977 2003-03-04 David Carlton <carlton@math.stanford.edu>
22978
22979 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
22980 Garply<Garply<char> >:: garply".
22981 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
22982 with respect to PR c++/1111; note also PR c++/1113.
22983 (test_template_breakpoints): KFAIL "constructor breakpoint" with
22984 respect to PR c++/1062.
22985 KFAIL "destructor breakpoint" with respect to PR c++/1112.
22986
22987 2003-03-03 David Carlton <carlton@math.stanford.edu>
22988
22989 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
22990 with respect to PR c++/57.
22991 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
22992 c++/826.
22993 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
22994 respect to PR c++/57.
22995
22996 2003-03-03 David Carlton <carlton@math.stanford.edu>
22997
22998 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
22999 respect to PR c++/33 into FAILs.
23000
23001 2003-03-03 Michael Chastain <mec@shout.net>
23002
23003 * configure.in: Update copyright years.
23004
23005 2003-03-03 Michael Chastain <mec@shout.net>
23006
23007 * Makefile.in: Update copyright years.
23008
23009 2003-02-28 David Carlton <carlton@math.stanford.edu>
23010
23011 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
23012 print class instead of struct and/or superfluous protection
23013 specifiers, as long as the resulting output is equivalent to the
23014 source code.
23015 Delete FIXME from end of messages on tests that don't need
23016 fixing.
23017
23018 2003-02-28 David Carlton <carlton@math.stanford.edu>
23019
23020 * gdb.c++/templates.exp (do_tests): Allow const in the two
23021 Foo<volatile char *>::foo tests.
23022
23023 2003-02-27 Michael Snyder <msnyder@redhat.com>
23024
23025 * gdb.base/restore.c (main): Return zero, so exit code
23026 will be consistant.
23027
23028 2003-02-26 David Carlton <carlton@math.stanford.edu>
23029
23030 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
23031 char *>::foo" test with respect to PR c++/33. Create a new test
23032 which is identical to that one except that it doesn't put the
23033 space between the "char" and the "*"; KFAIL it, too.
23034
23035 2003-02-26 David Carlton <carlton@math.stanford.edu>
23036
23037 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
23038 template types into either PASSes or KFAILs (corresponding to PR
23039 c++/57). Tweak indentation. Update copyright.
23040
23041 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
23042
23043 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
23044
23045 2003-02-13 Michael Chastain <mec@shout.net>
23046
23047 * gdb.base/exprs.exp: Remove i960 remnants.
23048 * gdb.base/funcargs.exp: Likewise.
23049 * gdb.base/list.exp: Likewise.
23050 * gdb.base/ptype.exp: Likewise.
23051
23052 2003-02-14 David Carlton <carlton@math.stanford.edu>
23053
23054 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
23055 pEe->D::vg()" from XFAIL to KFAIL.
23056
23057 2003-02-13 Jason Molenda (jmolenda@apple.com)
23058
23059 * gdb.base/maint.exp: Update maint print statistics regexp to include
23060 new entries.
23061
23062 2003-02-13 Michael Chastain <mec@shout.net>
23063
23064 * gdb.c++/inherit.exp: Remove call to get_debug_format.
23065
23066 2003-02-12 Michael Chastain <mec@shout.net>
23067
23068 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
23069 * gdb.c++/inherit.exp: Likewise.
23070 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
23071 * gdb.c++/templates.exp: Likewise.
23072 * gdb.c++/virtfunc.exp: Likewise.
23073
23074 2003-02-06 Jason Molenda (jason-cl@molenda.com)
23075
23076 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
23077 why the code is written that way.
23078
23079 2003-02-05 Michael Chastain <mec@shout.net>
23080
23081 * gdb.base/dump.exp: Add missing copyright line.
23082
23083 2003-02-05 Jason Molenda (jason-cl@molenda.com)
23084
23085 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
23086 at the beginning so the breakpoint doesn't get set on the loop.
23087
23088 2003-02-05 Michael Chastain <mec@shout.net>
23089
23090 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
23091 output for configurations with gcc 2.95.3.
23092
23093 2003-02-05 Keith Seitz <keiths@redhat.com>
23094 Andrew Cagney <ac131313@redhat.com>
23095
23096 * gdb.mi/mi-cli.exp: New file.
23097
23098 2003-02-04 Michael Chastain <mec@shout.net>
23099
23100 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
23101 Call perror and then continue.
23102
23103 2003-02-03 Michael Chastain <mec@shout.net>
23104
23105 * gdb.c++/pr-1023.cc: New file.
23106 * gdb.c++/pr-1023.exp: New file.
23107
23108 2003-02-05 Jim Blandy <jimb@redhat.com>
23109
23110 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
23111 it's local to foobar. Check for it there, and check that it's not
23112 present in main.
23113 * gdb.c++/local.cc (marker2): New function.
23114 (foobar): Call marker1.
23115 (main): Call marker2 instead of marker1.
23116
23117 2003-02-04 Andrew Cagney <ac131313@redhat.com>
23118
23119 * gdb.disasm/mn10200.exp: Obsolete file.
23120 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
23121 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
23122 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
23123
23124 2003-02-04 David Carlton <carlton@math.stanford.edu>
23125
23126 * gdb.c++/overload.exp: Test intToChar(1).
23127 * gdb.c++/overload.cc (intToChar): New.
23128 (main): Call intToChar.
23129
23130 2003-02-03 David Carlton <carlton@math.stanford.edu>
23131
23132 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
23133 'might_kfail' arg.
23134 KFAIL some of the continue_to_bp_overloaded calls, according to
23135 PR c++/1025.
23136
23137 2003-02-01 Michael Chastain <mec@shout.net>
23138
23139 * gdb.base/advance.c (marker1): New marker function.
23140 * gdb.base/advance.exp: When the 'advance' command lands on the
23141 return breakpoint, it can legitimately stop on either the
23142 current line or the next line. Accommodate both outcomes.
23143 * gdb.base/until.exp: Likewise.
23144
23145 2003-02-02 Andrew Cagney <ac131313@redhat.com>
23146
23147 2002-11-10 Jason Molenda (jason-cl@molenda.com):
23148 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
23149 now a list, not a tuple.
23150 * gdb.mi/mi-var-display.exp: Ditto.
23151 * gdb.mi/gdb792.exp: Ditto.
23152
23153 2003-02-01 Andrew Cagney <ac131313@redhat.com>
23154
23155 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
23156 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
23157 stack backtraces.
23158 * gdb.mi/mi-syn-frame.c: Part of same.
23159
23160 2003-02-01 Mark Kettenis <kettenis@gnu.org>
23161
23162 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
23163 gdb.mi/mi1-pthreads.exp: Return instead of calling
23164 gdb_suppress_entire_file.
23165
23166 2003-02-01 Mark Salter <msalter@redhat.com>
23167
23168 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
23169
23170 2003-01-31 Mark Salter <msalter@redhat.com>
23171
23172 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
23173 Support empty arg.
23174
23175 2003-01-30 Michael Chastain <mec@shout.net>
23176
23177 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
23178 This was a workaround for a UTF-8 bug in readline 4.3. The bug
23179 has been fixed in gdb/readline on 2003-01-09.
23180
23181 2003-01-29 Michael Snyder <msnyder@redhat.com>
23182
23183 * gdb.base/maint.exp: Allow for leading underscore in symbol.
23184 * gdb.base/display.exp: Allow for leading underscore in symbol.
23185 * gdb.base/args.exp: Skip if target does not support args passing.
23186
23187 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
23188
23189 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
23190 gdb_test. Accept a list of expect arguments as the third
23191 parameter.
23192 (gdb_test): Use it.
23193
23194 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
23195
23196 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
23197 allow for different test tree configurations. Update some
23198 tescases accordingly.
23199 * gdb.arch/altivec-regs.exp: Ditto.
23200 * gdb.asm/asm-source.exp: Ditto.
23201 * gdb.base/advance.exp: Ditto.
23202 * gdb.base/display.exp: Ditto.
23203 * gdb.base/long_long.exp: Ditto.
23204 * gdb.base/mips_pro.exp: Ditto.
23205 * gdb.base/overlays.exp: Ditto.
23206 * gdb.base/relocate.exp: Ditto.
23207 * gdb.base/setshow.exp: Ditto.
23208 * gdb.base/step-line.exp: Ditto.
23209 * gdb.base/step-test.exp: Ditto.
23210 * gdb.base/until.exp: Ditto.
23211 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
23212
23213 2003-01-17 David Carlton <carlton@math.stanford.edu>
23214
23215 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
23216 corresponding to PR c++/945.
23217 Update copyright.
23218
23219 2003-01-17 David Carlton <carlton@math.stanford.edu>
23220
23221 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
23222 corresponding to PR c++/68.
23223
23224 2003-01-17 David Carlton <carlton@math.stanford.edu>
23225
23226 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
23227 (test_paddr_hairy_functions): Call print_addr_2_kfail for
23228 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
23229
23230 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
23231
23232 * gdb.base/break.exp: Fix change of default location, because of
23233 removal of until tests.
23234 * gdb.base/help.exp: Update test for new 'until' help message.
23235 Add test for help on 'advance'.
23236 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
23237
23238 2003-01-15 Mark Kettenis <kettenis@gnu.org>
23239
23240 * gdb.base/default.exp: Adapt "info float" test for recent changes
23241 to that command. Add test for "info vector".
23242 * gdb.base/float.exp: New file. Add test for "info float" that
23243 resembles the old test in gdb.base/default.exp.
23244
23245 2003-01-15 David Carlton <carlton@math.stanford.edu>
23246
23247 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
23248
23249 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
23250
23251 * gdb.base/break.exp: Move the tests of until command from here...
23252 * gdb.base/until.exp: ... to here. New file. Add other tests.
23253 * gdb.base/advance.c: New file.
23254 * gdb.base/advance.exp: New file.
23255
23256 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
23257
23258 * gdb.base/args.c: New file.
23259 * gdb.base/args.exp: New file.
23260
23261 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
23262
23263 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
23264
23265 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
23266
23267 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
23268
23269 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
23270
23271 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
23272 dates.
23273
23274 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
23275
23276 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
23277
23278 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
23279
23280 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
23281 (ptype &*"foo").
23282 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
23283
23284 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
23285
23286 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
23287 * gdb.mi/mi1-console.exp: Likewise.
23288
23289 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
23290
23291 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
23292 * gdb.mi/mi1-console.exp: Likewise.
23293
23294 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
23295
23296 * gdb.c++/overload.exp: Remove some fixed XFAILs.
23297
23298 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
23299
23300 * gdb.base/detach.exp: New test.
23301
23302 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
23303
23304 * Makefile.in (ALL_SUBDIRS): New variable.
23305 (subdirs, clean, distclean): Use it.
23306 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
23307 regenerating Makefile, since it is generated from the top level.
23308 * gdb.asm/Makefile.in: Likewise.
23309 * gdb.base/Makefile.in: Likewise.
23310 * gdb.c++/Makefile.in: Likewise.
23311 * gdb.disasm/Makefile.in: Likewise.
23312 * gdb.java/Makefile.in: Likewise.
23313 * gdb.mi/Makefile.in: Likewise.
23314 * gdb.threads/Makefile.in: Likewise.
23315 * gdb.trace/Makefile.in: Likewise.
23316
23317 2003-01-09 David Carlton <carlton@math.stanford.edu>
23318
23319 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
23320 Add copyright year 2003.
23321
23322 2003-01-06 Michael Chastain <mec@shout.net>
23323
23324 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
23325 When selecting a thread, 'line' and 'file' are optional.
23326 * gdb.mi/mi1-pthreads.exp: Likewise.
23327
23328 2003-01-06 Andreas Schwab <schwab@suse.de>
23329
23330 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
23331 failures.
23332
23333 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
23334
23335 Fix PR gdb/844
23336 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
23337 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
23338
23339 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
23340 instead of calling gdb_suppress_entire_file.
23341 * gdb.threads/print-threads.exp: Likewise.
23342 * gdb.threads/schedlock.exp: Likewise.
23343
23344 * gdb.threads/killed.exp: Return instead of calling
23345 gdb_suppress_entire_file.
23346 * gdb.threads/linux-dp.exp: Likewise.
23347 * gdb.threads/pthreads.exp: Likewise.
23348
23349 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
23350
23351 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
23352 stabs.
23353 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
23354 * gdb.base/whatis.exp: Always allow (void) after function names.
23355
23356 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
23357
23358 * gdb.c++/casts.exp: Correct regexp.
23359
23360 2003-01-04 Mark Kettenis <kettenis@gnu.org>
23361
23362 * configure.in: Call AC_CONFIG_HEADER. Don't call
23363 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
23364 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
23365 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
23366 aforementioned directories in the AC_OUPUT call.
23367 * config.hin: New file.
23368 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
23369 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
23370 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
23371 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
23372 pass -I$objdir instead of -I$objdir/$subdir in compilation.
23373 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
23374 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
23375 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
23376 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
23377 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
23378 gdb.threads/configure.in, gdb.threads/configure,
23379 gdb.threads/config.in, gdb.trace/configure.in,
23380 gdb.trace/configure: Removed.
23381
23382 2003-01-03 Michael Chastain <mec@shout.net>
23383
23384 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
23385 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
23386
23387 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
23388
23389 * gdb.base/store.exp: Fix regular expressions.
23390
23391 2002-12-28 Mark Kettenis <kettenis@gnu.org>
23392
23393 * configure.in: Rewrite.
23394 * configure: Regenerated.
23395
23396 2003-01-03 David Carlton <carlton@math.stanford.edu>
23397
23398 * gdb.base/psymtab.exp: New file.
23399 * gdb.base/psymtab1.c: Ditto.
23400 * gdb.base/psymtab2.c: Ditto.
23401
23402 2002-12-23 Adam Fedor <fedor@gnu.org>
23403
23404 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
23405
23406 2002-12-23 David Carlton <carlton@math.stanford.edu>
23407
23408 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
23409 and current_directory initialization.
23410
23411 2002-12-22 Jim Blandy <jimb@redhat.com>
23412
23413 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
23414 rather than as part of the output file name.
23415
23416 * gdb.base/attach.exp: There's no need to copy the test program to
23417 /tmp; that was only ever necessary on HP/UX, and this test is
23418 entirely disabled there anyway.
23419
23420 2002-12-21 Jim Blandy <jimb@redhat.com>
23421
23422 * gdb.c++/psmang.exp: Doc fix.
23423
23424 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
23425 test.
23426
23427 2002-12-20 David Carlton <carlton@math.stanford.edu>
23428
23429 * gdb.c++/annota2.exp: KFAIL annotate-quit.
23430
23431 2002-12-18 Michael Chastain <mec@shout.net>
23432
23433 * gdb.c++/annota2.exp: Add copyright year 2002.
23434
23435 2002-12-17 David Carlton <carlton@math.stanford.edu>
23436
23437 * gdb.c++/try_catch.cc: Add marker comments.
23438 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
23439 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
23440 * gdb.c++/m-static.cc: Ditto.
23441 * gdb.c++/m-static1.cc: Ditto.
23442 * gdb.c++/try_catch.cc: Ditto.
23443
23444 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
23445
23446 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
23447 to see whether we are using the new -environment-directory
23448 command which resets via -r or the old version of the command
23449 which may prompt the user. Part of fix for gdb/741.
23450
23451 2002-12-13 Andrew Cagney <ac131313@redhat.com>
23452
23453 * gdb.fortran/types.exp: Update obsolete comment.
23454 * gdb.fortran/exprs.exp: Ditto.
23455 * lib/gdb.exp: Delete obsolete code.
23456 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
23457 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
23458 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
23459 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
23460 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
23461 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
23462 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
23463 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
23464 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
23465 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
23466 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
23467 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
23468 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
23469 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
23470 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
23471 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
23472 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
23473 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
23474 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
23475 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
23476 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
23477 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
23478 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
23479 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
23480 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
23481 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
23482 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
23483 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
23484 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
23485 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
23486 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
23487 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
23488 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
23489 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
23490 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
23491 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
23492 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
23493
23494 2002-12-11 David Carlton <carlton@math.stanford.edu>
23495
23496 * gdb.c++/m-data.exp: Add test for members that shadow global
23497 variables: see PR gdb/804.
23498 * gdb.c++/m-data.cc: Ditto.
23499
23500 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
23501
23502 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
23503
23504 2002-12-06 David Carlton <carlton@math.stanford.edu>
23505
23506 * gdb.base/store.c: Don't declare functions static.
23507
23508 2002-12-04 Andrew Cagney <ac131313@redhat.com>
23509
23510 * gdb.base/store.exp, gdb.base/store.c: New files.
23511
23512 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
23513
23514 * gdb.base/selftest.exp: Update for current gdb.
23515
23516 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
23517
23518 * gdb.base/maint.exp: Only dump symbols from one source file
23519 or objfile.
23520
23521 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
23522
23523 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
23524 function call.
23525
23526 2002-11-25 Jim Blandy <jimb@redhat.com>
23527
23528 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
23529 function appearing in error message.
23530
23531 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
23532
23533 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
23534
23535 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
23536
23537 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
23538 for mi1 and current mi is in correct format. New mi startup message
23539 should be in mi console format. This is part of fix for PR gdb/604.
23540
23541 2002-09-18 Fernando Nasser <fnasser@redhat.com>
23542
23543 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
23544 which explicitly prints the zero offset as "+0".
23545
23546 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
23547
23548 * gdb.threads/schedlock.c (args): Make unsigned.
23549
23550 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
23551
23552 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
23553 numbers. Allow "foo2|selected stack frame".
23554 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
23555 * gdb.asm/asmsrc2.s: Likewise.
23556 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
23557 comments.
23558 * gdb.asm/mips.inc: New file.
23559
23560 2002-10-18 Adam Fedor <fedor@gnu.org>
23561
23562 * gdb.base/default.exp: Update expected output to include 'ObjC'.
23563 * gdb.base/help.exp: Likewise.
23564
23565 2002-10-17 Kevin Buettner <kevinb@redhat.com>
23566
23567 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
23568 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
23569
23570 2002-10-02 Jim Blandy <jimb@redhat.com>
23571
23572 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
23573
23574 2002-10-01 Andrew Cagney <ac131313@redhat.com>
23575
23576 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
23577 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
23578 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
23579 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
23580 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
23581 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
23582 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
23583
23584 2002-09-29 Andrew Cagney <ac131313@redhat.com>
23585
23586 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
23587 * mi0-disassemble.exp, mi0-eval.exp: Delete.
23588 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
23589 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
23590 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
23591 * mi0-var-block.exp, mi0-var-child.exp: Delete.
23592 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
23593
23594 2002-09-27 Kevin Buettner <kevinb@redhat.com>
23595
23596 * gdb.base/annota1.exp (info break): Make directory components of
23597 path optional since not all compilers emit this debug information.
23598
23599 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
23600 step ends up stepping out of the function instead of stopping on
23601 the epilogue.
23602
23603 2002-09-26 Keith Seitz <keiths@redhat.com>
23604
23605 * lib/insight-support.exp (gdbtk_start): Figure out where
23606 the insight executable is based on where gdb is. Use this
23607 executable to start insight instead of gdb.
23608
23609 2002-09-25 Andrew Cagney <cagney@redhat.com>
23610
23611 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
23612
23613 2002-09-24 Andrew Cagney <ac131313@redhat.com>
23614
23615 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
23616 test_isolated_complaints.
23617 (test_empty_complaint): New function.
23618 (test_empty_complaints): New function. Check no output when no
23619 complaints.
23620
23621 2002-09-19 Jim Blandy <jimb@redhat.com>
23622
23623 * gdb.base/charset.exp, gdb.base/charset.c: New files.
23624
23625 2002-09-19 Andrew Cagney <ac131313@redhat.com>
23626
23627 * gdb.gdb/complaints.exp: New file.
23628
23629 2002-09-18 Andrew Cagney <ac131313@redhat.com>
23630
23631 * gdb.base/maint.exp: Check `help maint internal-warning'.
23632
23633 2002-09-18 David Carlton <carlton@math.stanford.edu>
23634
23635 * gdb.c++/m-static.exp: Remove breakpoints depending on line
23636 numbers, and replace them by a single breakpoint after the
23637 constructors are all finished.
23638 Add test 4.
23639 * gdb.c++/m-static.cc: Add test 4.
23640 * gdb.c++/m-static.h: New file.
23641 * gdb.c++/m-static1.cc: New file.
23642
23643 * gdb.c++/printmethod.exp: New file.
23644 * gdb.c++/printmethod.cc: New file.
23645
23646 * gdb.c++/pr-574.exp: New file.
23647 * gdb.c++/pr-574.cc: New file.
23648
23649 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
23650
23651 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
23652 embedded targets which never actually exit.
23653
23654 2002-09-18 Fernando Nasser <fnasser@redhat.com>
23655
23656 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
23657 "don't step after run" as unresolved or unsupported, instead of xfail.
23658
23659 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
23660
23661 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
23662 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
23663 Add newline to expected string in "step out of main (status wrapper)"
23664 case.
23665
23666 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
23667
23668 * lib/gdb.exp (rerun_to_main): Allow restarting application.
23669 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
23670
23671 2002-09-17 Tom Tromey <tromey@redhat.com>
23672
23673 * gdb.base/printcmds.exp (test_print_string_constants): Expect
23674 \000, not \0, in double-quoted string.
23675
23676 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
23677
23678 * gdb.base/commands.exp: Don't expect a "Program exited normally"
23679 string after running the commands execution on breakpoint tests.
23680
23681 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
23682
23683 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
23684
23685 2002-09-12 Joel Brobecker <brobecker@gnat.com>
23686
23687 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
23688
23689 2002-09-10 Keith Seitz <keiths@redhat.com>
23690
23691 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
23692 runto proc.
23693 (mi_run_to_main): Use mi_runto.
23694 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
23695
23696 2002-09-10 Keith Seitz <keiths@redhat.com>
23697
23698 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
23699 regexp for stopping at main. Could have multiple event notifications.
23700 Don't assume that main was declared with no parameters.
23701 (mi_next): Use mi_step_to.
23702 (mi_step): Use mi_next_to.
23703
23704 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
23705
23706 * gdb.base/default.exp: Fix expected string in `info float' test.
23707
23708 2002-09-09 Ben Elliston <bje@redhat.com>
23709
23710 * config/mips.exp: Update comments.
23711 * config/mips-idt.exp: Likewise.
23712 * config/nind.exp: Likewise.
23713 * config/slite.exp: Likewise.
23714 * config/sparclet.exp: Likewise.
23715 * config/udi.exp: Likewise.
23716 * config/vx.exp: Likewise.
23717 * config/vxworks29k.exp: Likewise.
23718
23719 2002-09-05 Jim Blandy <jimb@redhat.com>
23720
23721 * gdb.threads/killed.exp: Fix test failure message.
23722
23723 2002-09-04 Keith Seitz <keiths@redhat.com>
23724
23725 * lib/mi-support.exp: Update copyright.
23726 (mi_gdb_test): Increase the priority of the expected pattern
23727 so that it matches gdb_test.
23728
23729 2002-09-03 Keith Seitz <keiths@redhat.com>
23730
23731 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
23732 Use integer comparison instead of string comparison for testing
23733 whether binary was built.
23734
23735 2002-09-03 Jim Blandy <jimb@redhat.com>
23736
23737 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
23738
23739 2002-08-29 Jim Blandy <jimb@redhat.com>
23740
23741 * gdb.threads/pthreads.exp: Move the portable thread compilation
23742 code into a function in lib/gdb.exp, and call that from here.
23743 * lib/gdb.exp (gdb_compile_pthreads): New function.
23744
23745 2002-08-29 Keith Seitz <keiths@redhat.com>
23746
23747 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
23748 expect_out so that callers can get at it.
23749
23750 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
23751
23752 * gdb.threads/print-threads.c: New file.
23753 * gdb.threads/print-threads.exp: New file.
23754 * gdb.threads/schedlock.c: New file.
23755 * gdb.threads/schedlock.exp: New file.
23756
23757 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
23758
23759 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
23760 not altivec.c.
23761
23762 2002-08-17 Mark Kettenis <kettenis@gnu.org>
23763
23764 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
23765 targets. The problem should be fixed now.
23766
23767 2002-08-15 Mark Kettenis <kettenis@gnu.org>
23768
23769 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
23770 2002-07-24 change that removes final dots from error messages.
23771
23772 2002-08-13 Tom Tromey <tromey@redhat.com>
23773
23774 * gdb.base/readline.exp: New file.
23775
23776 2002-08-01 Andrew Cagney <ac131313@redhat.com>
23777
23778 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
23779 supress message.
23780
23781 2002-08-01 Andrew Cagney <cagney@redhat.com>
23782
23783 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
23784 CHILL_FOR_TARGET and CHILL_LIB.
23785 * configure.in (configdirs): Remove gdb.chill.
23786 * configure: Regenerate.
23787 * lib/gdb.exp: Obsolete references to chill.
23788 * gdb.fortran/types.exp: Ditto.
23789 * gdb.fortran/exprs.exp: Ditto.
23790
23791 2002-07-30 Kevin Buettner <kevinb@redhat.com>
23792
23793 * gdb.base/shlib-call.exp (additional_flags): Conditionally
23794 set Irix-specific compile and link flags.
23795
23796 2002-07-29 Kevin Buettner <kevinb@redhat.com>
23797
23798 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
23799 source files. The ``-o'' option doesn't work with the ``-E'' option
23800 when using the Irix compiler.
23801
23802 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
23803
23804 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
23805 Improve support for reusing an exec file. Copy exec file
23806 to target, and run gdbserver on the target instead of on the host.
23807
23808 2002-07-18 Jim Blandy <jimb@redhat.com>
23809
23810 * gdb.base/ending-run.exp: Don't expect to see the program end in
23811 some orderly fashion when we're running on a real stand-alone
23812 board.
23813
23814 * gdb.base/interrupt.exp: Correct logic for skipping tests on
23815 targets that don't support interrupts.
23816
23817 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
23818
23819 * gdb.base/attach.exp: Add patterns to match output from /proc-based
23820 systems.
23821 Move comments in expect statements to inside the actions, so that they
23822 don't get matched against.
23823
23824 2002-07-10 Mark Kettenis <kettenis@gnu.org>
23825
23826 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
23827 function when asleep" test.
23828
23829 2002-07-10 Andrew Cagney <ac131313@redhat.com>
23830
23831 * gdb.base/page.exp: Rewrite to handle problems with very long
23832 `info set' output. Update copyright.
23833
23834 2002-06-26 Andrew Cagney <ac131313@redhat.com>
23835
23836 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
23837 gdb.threads-hp.
23838 * gdb.hp/configure: Regenerate.
23839 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
23840 * gdb.hp/gdb.threads-hp/configure: Delete file.
23841 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
23842
23843 2002-06-22 Andrew Cagney <ac131313@redhat.com>
23844
23845 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
23846 setlocale, bindtextdomain and textdomain.
23847
23848 2002-06-11 Jim Blandy <jimb@redhat.com>
23849
23850 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
23851 preprocessor macro information is present.
23852
23853 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
23854 tests.
23855
23856 2002-06-06 Michael Snyder <msnyder@redhat.com>
23857
23858 * gdb.base/overlays.exp: Record addresses of overlay
23859 functions in TCL variables rather than in GDB variables,
23860 to avoid having GDB convert them to pointers (with loss
23861 of information).
23862
23863 * gdb.base/d10v.ld: Merge in several years worth of
23864 default linker script changes.
23865 * gdb.base/long_long.exp: Add check for sizeof (long double).
23866
23867 2002-06-06 Michal Ludvig <mludvig@suse.cz>
23868
23869 * gdb.asm/asm-source.exp: Add x86-64 target.
23870 * gdb.asm/x86_64.inc: New.
23871
23872 2002-05-30 Michael Chastain <mec@shout.net>
23873
23874 From Benjamin Kosnik <bkoz@redhat.com>:
23875 * gdb.c++/m-static.cc: New file.
23876 * gdb.c++/m-static.exp: New file.
23877
23878 2002-05-28 Michael Snyder <msnyder@redhat.com>
23879
23880 * gdb.base/call-ar-st.exp: Allow for reduced floating point
23881 precision.
23882
23883 2002-05-27 Michael Chastain <mec@shout.net>
23884
23885 From Benjamin Kosnik <bkoz@redhat.com>:
23886 * gdb.c++/m-data.cc: New file.
23887 * gdb.c++/m-data.exp: New file.
23888
23889 2002-05-27 Michael Chastain <mec@shout.net>
23890
23891 From Benjamin Kosnik <bkoz@redhat.com>:
23892 * gdb.c++/try_catch.cc: New file.
23893 * gdb.c++/try_catch.exp: New file.
23894
23895 2002-05-27 Michael Chastain <mec@shout.net>
23896
23897 * gdb.c++/local.exp: Accept more nested types in output.
23898
23899 2002-05-26 Michael Chastain <mec@shout.net>
23900
23901 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
23902
23903 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
23904
23905 * lib/gdb.exp (gdb_wrapper_init): Just because
23906 gdb_wrapper_file exists, this does not mean that the file
23907 should not be rebuilt. That is what gdb_wrapper_initialized
23908 is for.
23909 (default_gdb_init): Reset gdb_wrapper_initialized.
23910
23911 2002-05-23 Michael Snyder <msnyder@redhat.com>
23912
23913 * gdb.base/all-bin.exp: Revise previous patch by just reducing
23914 the precision of the floating point test results.
23915 * gdb.base/call-rt-st.exp: Ditto.
23916
23917 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
23918 * gdb.base/call-rt-st.exp: Ditto.
23919
23920 2002-05-19 Michael Chastain <mec@shout.net>
23921
23922 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
23923
23924 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
23925
23926 * configure.in (configdirs): Add gdb.arch.
23927 * configure: Regenerate.
23928
23929 2002-05-17 Jim Blandy <jimb@redhat.com>
23930
23931 * gdb.base/completion.exp: Recognize the more detailed error
23932 messages produced by the macro expander's lexical analyzer.
23933
23934 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
23935
23936 * gdb.arch/altivec-abi.c: New file.
23937 * gdb.arch/altivec-abi.exp: New file.
23938 * gdb.arch/altivec-regs.c: New file.
23939 * gdb.arch/altivec-regs.exp: New file.
23940
23941 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
23942
23943 * gdb.base/maint.exp (maint print type): Update for new type
23944 structure.
23945
23946 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
23947
23948 * gdb.arch: New directory.
23949 * gdb.arch/configure.in: New file.
23950 * gdb.arch/configure: New file.
23951 * gdb.arch/Makefile.in: New file.
23952
23953 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
23954
23955 * gdb.asm/asm-source.exp: Add v850 as supported target.
23956 * gdb.asm/v850.inc: New file.
23957
23958 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
23959
23960 * gdb.c++/annota2.exp (annotate-quit): Add comment.
23961
23962 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
23963
23964 * gdb.base/break.exp: Check 'break "marker2"'.
23965
23966 2002-05-10 Michael Snyder <msnyder@redhat.com>
23967
23968 * gdb.base/long_long.exp: Fix typo.
23969
23970 2002-05-10 Jim Blandy <jimb@redhat.com>
23971
23972 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
23973 a bug.
23974
23975 * gdb.base/printcmds.exp (test_integer_literals_rejected):
23976 Recognize more detailed error message produced by the macro
23977 expander's lexical analyzer.
23978 * lib/gdb.exp (test_print_reject): Same.
23979
23980 2002-05-09 Mark Kettenis <kettenis@gnu.org>
23981
23982 * gdb.c++/method.exp: Fix typo.
23983
23984 2002-05-08 Michael Snyder <msnyder@redhat.com>
23985
23986 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
23987 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
23988 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
23989 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
23990 Add iftarget clause for strongarm.
23991
23992 2002-05-06 Michael Snyder <msnyder@redhat.com>
23993
23994 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
23995 (gdb_continue_to_end): Accept output from status wrapper.
23996 * gdb.base/ending-run.exp: Add case for output from status wrapper.
23997 Clean up fail messages to match pass messages.
23998
23999 Enable the "needs_status_wrapper" testsuite feature.
24000 * lib/gdb.exp (gdb_wrapper_init): New procedure.
24001 (gdb_compile): Conditionally call gdb_wrapper_init.
24002 * gdb.base/a2-run.exp: Recognize output from status wrapper.
24003 * gdb.c++/method.exp: Recognize output from status wrapper.
24004
24005 2002-05-06 Ben Elliston <bje@redhat.com>
24006 From Graydon Hoare <graydon@redhat.com>
24007
24008 * config/sid.exp: Include support for "rawsid" protocol.
24009
24010 2002-05-03 Jim Blandy <jimb@redhat.com>
24011
24012 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
24013 * gdb.c++/hang3.C: New file.
24014
24015 2002-05-04 Andrew Cagney <ac131313@redhat.com>
24016
24017 * gdb.base/default.exp: Remove obsolete code.
24018 * gdb.c++/misc.exp: Ditto. Update copyright.
24019 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
24020 * gdb.base/whatis.exp: Ditto. Update copyright.
24021 * gdb.base/scope.exp: Ditto. Update copyright.
24022 * gdb.base/ptype.exp: Ditto. Update copyright.
24023 * gdb.base/printcmds.exp: Ditto. Update copyright.
24024 * gdb.base/opaque.exp: Ditto. Update copyright.
24025 * gdb.base/list.exp: Ditto.
24026 * gdb.base/funcargs.exp: Ditto. Update copyright.
24027 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
24028 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
24029 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
24030 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
24031 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
24032 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
24033
24034 2002-05-02 Michael Snyder <msnyder@redhat.com>
24035
24036 * gdb.base/watchpoint.exp: Add xscale target.
24037 * gdb.base/long_long.exp: Add xscale target.
24038 * gdb.base/default.exp: Add xscale target.
24039
24040 2002-05-01 Jim Blandy <jimb@redhat.com>
24041
24042 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
24043 gdb.c++/hang.exp: New test.
24044
24045 2002-05-01 Fred Fish <fnf@redhat.com>
24046
24047 * gdb.base/completion.exp: Handle completions of "./Make" for
24048 more than one completion possibility, as is the case when we
24049 build and test in the source tree.
24050
24051 2002-04-29 Anthony Green <green@redhat.com>
24052
24053 * gdb.java/jmisc1.exp: New file.
24054 * gdb.java/jmisc2.exp: New file.
24055
24056 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
24057
24058 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
24059
24060 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
24061
24062 * gdb.base/help.exp: Change 'help status' to allow for target
24063 dependent output differences.
24064
24065 2002-04-22 Michael Chastain <mec@shout.net>
24066
24067 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
24068
24069 2002-04-22 Michael Chastain <mec@shout.net>
24070
24071 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
24072
24073 2002-04-17 David S. Miller <davem@redhat.com>
24074
24075 * gdb.asm/sparc64.inc: New file.
24076 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
24077
24078 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
24079
24080 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
24081 instruction file directly into the build tree. Clean up at end of
24082 test.
24083
24084 2002-04-18 David S. Miller <davem@redhat.com>
24085
24086 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
24087 handle 64-bit platforms correctly.
24088 * gdb.base/maint.exp: Likewise.
24089
24090 2002-04-18 Kevin Buettner <kevinb@redhat.com>
24091
24092 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
24093 ``-fpic'' when compiling files comprising a shared library, but
24094 it does need additional linker flags in order to find shared
24095 libraries at run time.
24096
24097 2002-04-18 Kevin Buettner <kevinb@redhat.com>
24098
24099 * gdb.base/cvexpr.c (use): New function.
24100 (main): Invoke use() on all global variables to prevent
24101 some linkers from deleting these otherwise unused symbols.
24102
24103 2002-04-17 Michael Chastain <mec@shout.net>
24104 From David S. Miller <davem@redhat.com>
24105
24106 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
24107 handle 64-bit platforms correctly.
24108
24109 2002-04-12 Michael Snyder <msnyder@redhat.com>
24110 From Jim Blandy <jimb@redhat.com>
24111 * gdb.base/foo.c (foox): Remove section attribute; the linker
24112 script can handle this instead.
24113 * gdb.base/bar.c (barx): Same.
24114 * gdb.base/baz.c (bazx): Same.
24115 * gdb.base/grbx.c (grbxx): Same.
24116
24117 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
24118 manager doesn't automatically unmap overlays unnecessarily.
24119
24120 2002-04-10 Martin M. Hunt <hunt@redhat.com>
24121
24122 * gdb.base/ending-run.exp: Fix pattern for Mips targets
24123 stepping out of main.
24124
24125 2002-04-09 Michael Chastain <mec@shout.net>
24126
24127 * gdb.c++/local.cc (main): Move call to marker1() inside nested
24128 scope so that the nested scope tests will make sense.
24129 * gdb.c++/local.exp: Write patterns that actually work with gcc
24130 (the HP patterns "were never known to work with gcc").
24131 Keep the old aCC patterns too.
24132
24133 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
24134
24135 * gdb.base/attach.exp: Correct target board test.
24136
24137 2002-04-08 Michael Chastain <mec@shout.net>
24138
24139 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
24140 in a const method. Add some xfail and fail cases for configurations
24141 that do not emit the "const ...".
24142
24143 2002-04-07 Michael Chastain <mec@shout.net>
24144
24145 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
24146 Accept "A * const" and "const A * const" as type of "this".
24147 Fix spelling of getFunky throughout. Make messages uniform.
24148
24149 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
24150
24151 Work around for PR gdb/285:
24152 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
24153
24154 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
24155
24156 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
24157 instructions file at run time instead of configure time.
24158 Sometimes we run the test in a directory that is not the one we
24159 configured in.
24160 * gdb.asm/configure.in: Delete creation of symlink.
24161 * gdb.asm/configure: Regenerate.
24162
24163 2002-04-05 J. Brobecker <brobecker@gnat.com>
24164
24165 * gdb.gdb/xfullpath.exp: New test, to exercise the new
24166 xfullpath () function.
24167
24168 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
24169
24170 * gdb.asm/Makefile.in: Correct dependencies.
24171
24172 * gdb.asm/powerpc.inc: New file.
24173 * gdb.asm/asm-source.exp: Add PowerPC.
24174 * gdb.asm/configure.in: Likewise.
24175 * gdb.asm/configure: Regenerated.
24176
24177 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
24178
24179 * gdb.base/relocate.exp: New file.
24180 * gdb.base/relocate.c: New file.
24181
24182 2002-04-04 Fred Fish <fnf@redhat.com>
24183
24184 * gdb.base/step-test.exp: Update comment regarding stopping in
24185 memcpy/bcopy calls inserted as part of the compiler runtime.
24186
24187 2002-04-04 Michael Snyder <msnyder@redhat.com>
24188
24189 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
24190
24191 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
24192
24193 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
24194 (gdb_expect): Remove $notransfer hack.
24195
24196 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
24197
24198 * gdb.c++/classes.exp ("calling method for small class"): Match
24199 updated register output.
24200
24201 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
24202
24203 Fix PR gdb/452
24204 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
24205 when finished. Make gdb_file_cmd send "exec-file" when
24206 appropriate.
24207
24208 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
24209
24210 * gdb.base/attach.exp: Remove extra setup_xfail.
24211
24212 2002-03-26 Michael Snyder <msnyder@redhat.com>
24213
24214 * gdb.base/default.exp: Add tests for dump, append, and restore.
24215 * gdb.base/help.exp: Add tests for dump, append, and restore.
24216 * gdb.base/dump.exp: New file, test dump, append and restore.
24217 * gdb.base/dump.c: New file.
24218
24219 2002-03-27 Michael Snyder <msnyder@redhat.com>
24220
24221 * gdb.base/help.exp: Modify expect strings to reflect
24222 clean-ups in help messages.
24223
24224 2002-03-26 Fred Fish <fnf@redhat.com>
24225
24226 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
24227 have debugging info for those functions and the compiler uses them
24228 internally to copy structs around.
24229
24230 2002-03-26 Fred Fish <fnf@redhat.com>
24231
24232 * gdb.base/list.exp: Revert the change made yesterday and add note
24233 about why we don't list the default lines for remote targets.
24234
24235 2002-03-25 Michael Snyder <msnyder@redhat.com>
24236
24237 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
24238
24239 2002-03-25 Fred Fish <fnf@redhat.com>
24240
24241 * gdb.base/list.exp: This test works on remote targets so remove
24242 the short circuit for remote targets. Update copyright.
24243
24244 2002-03-25 Fred Fish <fnf@redhat.com>
24245
24246 * gdb.base/attach.exp: Fix logic error that was suppressing this
24247 test for all non hppa*-*-hpux* targets, instead of the hp target.
24248 Move comments closer to the suppression point. Also now need to
24249 check that we are running natively.
24250
24251 2002-03-22 Michael Snyder <msnyder@redhat.com>
24252
24253 * gdb.base/default.exp: Add test for gcore. Update copyright.
24254 * gdb.base/help.exp: Add test for gcore. Update copyright.
24255
24256 2002-03-06 Fred Fish <fnf@redhat.com>
24257
24258 * gdb.base/funcargs.c: Remove extraneous ';' character.
24259 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
24260
24261 2002-03-04 Michael Chastain <mec@shout.net>
24262
24263 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
24264 accommodate gcc v3 function signature.
24265 * gdb.mi/mi0-var-cmd-exp: Ditto.
24266
24267 2002-02-24 Andrew Cagney <ac131313@redhat.com>
24268
24269 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
24270 ``GNU/Linux'' or ``Linux kernel''
24271 * testsuite/gdb.threads/pthreads.c: Ditto.
24272
24273 2002-02-24 Michael Chastain <mec@shout.net>
24274
24275 * gdb.threads/pthreads.c (thread1): Add a return statement.
24276 (thread2): Likewise.
24277 (foo): Likewise.
24278
24279 2002-02-23 Michael Chastain <mec@shout.net>
24280
24281 * gdb.threads/linux-dp.c (philosopher): Add a return statement
24282 to placate gcc.
24283
24284 2002-02-23 Michael Chastain <mec@shout.net>
24285
24286 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
24287 test "ptype bint". The test passes on all my stabs configurations.
24288
24289 2002-02-21 Jim Blandy <jimb@redhat.com>
24290
24291 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
24292 filename at a time, and watch for the ones we want to see.
24293
24294 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
24295 types of pointers to prototyped functions.
24296
24297 2002-02-20 Andrew Cagney <ac131313@redhat.com>
24298
24299 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
24300 signed, unsigned and straight char.
24301 (padding_char, padding_short, padding_int, padding_long,
24302 padding_long_long, padding_float, padding_double,
24303 padding_long_double): New global variables.
24304 (fill, fill_structs): New functions.
24305
24306 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
24307 for correctly sized writes. Update copyright.
24308 (get_valueof): New procedure.
24309 (get_sizeof): Call get_valueof.
24310 (check_valueof): New procedure.
24311 (check_padding): New procedure.
24312
24313 2002-02-20 Michael Chastain <mec@shout.net>
24314
24315 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
24316 to setup_xfail. Document some of the remaining calls.
24317
24318 2002-02-18 Michael Chastain <mec@shout.net>
24319
24320 * gdb.c++/userdef.exp: Update copyright year.
24321
24322 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
24323
24324 * gdb.c++/userdef.exp: Test overloaded operators properly.
24325 Remove xfails.
24326
24327 2002-02-14 Michael Snyder <msnyder@redhat.com>
24328
24329 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
24330
24331 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
24332
24333 * gdb.base/a2-run.exp: Check for a remote target properly.
24334 * gdb.base/annota1.exp: Likewise.
24335 * gdb.base/list.exp: Likewise.
24336 * gdb.base/reread.exp: Likewise.
24337 * gdb.base/scope.exp: Likewise.
24338 * gdb.base/shlib-call.exp: Likewise.
24339 * gdb.base/term.exp: Likewise.
24340 * gdb.c++/annota2.exp: Likewise.
24341
24342 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
24343
24344 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
24345
24346 2002-02-10 Michael Chastain <mec@shout.net>
24347
24348 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
24349 (call_after_alloca): Ditto.
24350
24351 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
24352
24353 * gdb.base/ending-run.exp: Guard "cont" test with
24354 gdb_skip_stdio_test.
24355
24356 2002-02-06 Jim Blandy <jimb@redhat.com>
24357
24358 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
24359 from here...
24360 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
24361 To here. Disable this test on non-HP platforms. Add big comment.
24362
24363 2002-02-04 Michael Snyder <msnyder@redhat.com>
24364
24365 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
24366 other than d10v and m32r.
24367
24368 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
24369
24370 * gdb.base/default.exp: Rewrite test patterns to reduce time
24371 taken to match them.
24372
24373 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
24374
24375 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
24376 Allow a start function above main.
24377 * gdb.threads/linux-dp.exp: Fix copyright date.
24378
24379 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
24380
24381 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
24382 (check_philosopher_stack): Check for manager thread before checking
24383 for a just-starting thread.
24384
24385 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
24386
24387 From Neil Booth <neil@daikokuya.demon.co.uk>:
24388 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
24389 warnings.
24390
24391 2002-01-21 Fred Fish <fnf@redhat.com>
24392
24393 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
24394 not caller.
24395
24396 2002-01-21 Jim Blandy <jimb@redhat.com>
24397
24398 * gdb.base/reread.exp: Check that GDB properly re-reads the
24399 executable file when it changes while no inferior is running.
24400
24401 2002-01-21 Fred Fish <fnf@redhat.com>
24402
24403 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
24404 optionally accept the "shlib events" variation.
24405
24406 2002-01-21 Jim Blandy <jimb@redhat.com>
24407
24408 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
24409 call `fflush' after every `printf', so that the output is produced
24410 at predictable points, regardless of whatever buffering does (or
24411 doesn't) take place.
24412 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
24413 at different points.
24414
24415 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
24416
24417 * gdb.c++/inherit.exp: Update copyright years.
24418 * gdb.c++/method.exp: Likewise.
24419
24420 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
24421
24422 * gdb.c++/classes.exp: Update for improved v3 support and skipping
24423 artificial methods/arguments.
24424 * gdb.c++/derivation.exp: Likewise.
24425 * gdb.c++/inherit.exp: Likewise.
24426 * gdb.c++/method.exp: Likewise.
24427 * gdb.c++/virtfunc.exp: Likewise.
24428
24429 2002-01-18 Andrew Cagney <ac131313@redhat.com>
24430
24431 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
24432 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
24433 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
24434 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
24435 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
24436 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
24437
24438 2002-01-17 Jim Blandy <jimb@redhat.com>
24439
24440 * gdb.asm/asm-source.exp (info symbol): Take another shot at
24441 anchoring the pattern matching the entry point symbol's name.
24442
24443 2002-01-17 Andrew Cagney <ac131313@redhat.com>
24444
24445 * gdb.base/maint.exp: Update ``maint internal-error'' to match
24446 continue/quit query. Update copyright.
24447
24448 2002-01-14 Michael Snyder <msnyder@redhat.com>
24449
24450 * gdb.base/gcore.exp: Remove extra debugging output.
24451
24452 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
24453
24454 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
24455 for slightly dubious v2 mangled string.
24456
24457 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
24458
24459 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
24460
24461 2002-01-10 Jason Merrill <jason@redhat.com>
24462
24463 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
24464
24465 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
24466 constructors.
24467 * gdb.c++/derivation.exp: Likewise.
24468 * gdb.c++/templates.exp: Likewise.
24469 * gdb.c++/virtfunc.exp: Likewise.
24470
24471 2002-01-10 Michael Snyder <msnyder@redhat.com>
24472
24473 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
24474
24475 2002-01-08 Michael Snyder <msnyder@redhat.com>
24476
24477 * gdb.base/gcore.exp: New test for generate-core-file command.
24478 * gdb.base/gcore.c: Testcase for above.
24479 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
24480
24481 2002-01-08 Jason Merrill <jason@redhat.com>
24482
24483 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
24484
24485 2002-01-07 Fred Fish <fnf@redhat.com>
24486
24487 * gdb.c++/overload.exp: Remove unconditional xfails for:
24488 print foo_instance1.overloadargs(1)
24489 print foo_instance1.overloadargs(1, 2)
24490 print foo_instance1.overloadargs(1, 2, 3)
24491 print foo_instance1.overloadargs(1, 2, 3, 4)
24492 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
24493 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
24494 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
24495 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
24496 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
24497 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
24498 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
24499 print foo_instance1.overload1arg()
24500 print foo_instance1.overload1arg((char)arg2)
24501 print foo_instance1.overload1arg((signed char)arg3)
24502 print foo_instance1.overload1arg((unsigned char)arg4)
24503 print foo_instance1.overload1arg((int)arg7)
24504 print foo_instance1.overload1arg((unsigned int)arg8)
24505 print foo_instance1.overload1arg((float)arg11)
24506 print foo_instance1.overload1arg((double)arg12)
24507
24508 2002-01-07 Michael Snyder <msnyder@redhat.com>
24509
24510 * gdb.base/huge.exp: New test. Print a very large target data object.
24511 (skip_huge_test): New test variable. Define if you want to skip this
24512 test. The test reads an 8 megabyte data object from the target, so it
24513 might be very time consuming on remote targets with a slow connection.
24514 * gdb.base/huge.c: New file. Test case for above.
24515
24516 2002-01-07 Fred Fish <fnf@redhat.com>
24517
24518 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
24519 g_instance.bfoo, and g_instance.cfoo.
24520
24521 2002-01-07 Jeffrey A Law <law@redhat.com>
24522
24523 * gdb.base/break.c (multi_line_if_conditional): New function.
24524 (multi_ilne_while_conditional): Likewise.
24525 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
24526 IF or WHILE condition puts the breakpoint at the start of
24527 the condition.
24528
24529 * gdb.base/selftest.exp (backtrace through signal handler): Remove
24530 hppa*-*-hpux* expected failure.
24531 * gdb.base/structs.exp (do_function_calls): Similarly.
24532
24533 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
24534 watchpoints.
24535
24536 2002-01-06 Andrew Cagney <ac131313@redhat.com>
24537
24538 Fix PR gdb/66.
24539 * gdb.base/structs.exp: Replace skip for a29k with skip for
24540 gdb,cannot_call_functions.
24541 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
24542 * gdb.base/callfuncs.exp: Ditto.
24543 * gdb.base/call-rt-st.exp: Ditto.
24544 * gdb.base/call-strs.exp: Ditto.
24545 * gdb.base/callfwmall.exp: Ditto.
24546 * gdb.base/scope.exp: Obsolete xfail a29k.
24547 * gdb.c++/misc.exp: Ditto.
24548 * gdb.c++/cplusfuncs.exp: Ditto.
24549 * gdb.base/ptype.exp: Ditto.
24550 * gdb.base/printcmds.exp: Ditto.
24551 * gdb.base/opaque.exp: Ditto.
24552 * gdb.base/list.exp: Ditto.
24553 * gdb.base/funcargs.exp: Ditto.
24554 * gdb.base/default.exp: Ditto.
24555
24556 2002-01-04 Michael Snyder <msnyder@redhat.com>
24557
24558 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
24559 * gdb.base/maint.exp: Add tests for maint info sections options.
24560
24561 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
24562
24563 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
24564
24565 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
24566
24567 * gdb.asm/arm.inc: New file.
24568 * gdb.asm/asm-source.exp: Add arm targets.
24569 * gdb.asm/configure.in: Ditto.
24570 * gdb.asm/configure: Recreated from configure.in.
24571
24572 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
24573
24574 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
24575 with HP's compiler.
24576 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
24577 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
24578 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
24579 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
24580
24581 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
24582 either HP's compilers or GCC.
24583
24584 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
24585 a SIGBUS or SIGSEGV.
24586
24587 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
24588
24589 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
24590 can be compiled with either HP's compiler or GCC.
24591
24592 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
24593 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
24594 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
24595
24596 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
24597 to match current gdb output. Update due to using auto-solib-limit
24598 for limiting instead of overloading auto-solib-add.
24599 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
24600 test program.
24601
24602 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
24603 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
24604 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
24605 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
24606 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
24607 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
24608 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
24609 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
24610 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
24611 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
24612 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
24613 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
24614 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
24615
24616 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
24617 a SIGTRAP to the inferior.
24618
24619 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
24620
24621 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
24622 Substitute call to target_link by call to gdb_compile.
24623
24624 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
24625
24626 * gdb.base/break.exp: Fix HP specific search string when testing
24627 backtracing in a called function.
24628
24629 * gdb.base/constvars.exp: Only set lang to C++ if we're
24630 compiling the test with HP's compilers.
24631 * gdb.base/volatile.exp: Similarly.
24632
24633 2001-12-19 Jim Blandy <jimb@redhat.com>
24634
24635 * gdb.base/printcmds.exp: Expect the null character to be printed
24636 as '\0', and the '\013' to be printed as '\v'.
24637 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
24638 * gdb.base/setvar.exp: Same.
24639
24640 2001-12-17 Jim Blandy <jimb@redhat.com>
24641
24642 * gdb.base/completion.exp: Rather than completing very long
24643 filenames, which can make the readline library produce output we
24644 don't recognize, cd to the directory first, and then complete
24645 using nice, short relative paths.
24646
24647 * gdb.base/completion.exp: On some systems, there is, in fact, a
24648 variable named `b' in scope, since GDB treats all static
24649 variables as being in scope. So use `no_var_named_this'
24650 instead of `b'.
24651
24652 * gdb.base/corefile.exp: Recognize the message saying that GDB
24653 can't find the core file's registers as a failure.
24654
24655 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
24656
24657 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
24658 test expect string more specific.
24659
24660 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
24661
24662 * gdb.asm/asm-source.exp: Add support for xstormy16.
24663 * gdb.asm/configure.in: Ditto.
24664 * gdb.asm/configure: Rebuild.
24665 * gdb.asm/xstormy16.inc: New file.
24666
24667 2001-12-10 Fred Fish <fnf@redhat.com>
24668
24669 * gdb.base/maint.exp: Update to match changes in type dumping code.
24670
24671 2001-12-10 Jim Blandy <jimb@redhat.com>
24672
24673 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
24674 matching the entry point symbol's name at the beginning of the
24675 line.
24676
24677 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
24678
24679 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
24680 gdb.c++/inherit.exp, gdb.c++/method.exp,
24681 gdb.c++/namespace.exp, gdb.c++/templates.exp,
24682 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
24683 and class layout support.
24684
24685 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
24686
24687 * gdb.c++/classes.exp: Add test for static member function.
24688 * gdb.c++/misc.cc: Add class with static member function.
24689
24690 2001-12-07 Jim Blandy <jimb@redhat.com>
24691
24692 If GDB says it can't find the struct the function returned, report
24693 those tests as `unsupported'.
24694 * gdb.base/call-rt-st.exp (print_struct_call): New function.
24695 Rewrite subsequent tests to use it.
24696
24697 If GDB says it can't find the struct the function returned, report
24698 those tests as `unsupported'.
24699 * gdb.base/structs.exp (call_struct_func): New function.
24700 (do_function_calls): Use call_struct_func to call the functions
24701 returning structs.
24702
24703 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
24704 whether functions are prototyped or not, so we can't possibly pass
24705 arguments to t_float_values2 properly.
24706
24707 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
24708 value of `timeout' for targets other than the mips*tx39-*.
24709
24710 2001-12-06 Michael Snyder <msnyder@redhat.com>
24711
24712 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
24713 and detect whether the start symbol has a leading underscore.
24714
24715 2001-12-04 Jim Blandy <jimb@redhat.com>
24716
24717 * gdb.base/completion.exp: Clarify indentation.
24718
24719 2001-12-03 Jim Blandy <jimb@redhat.com>
24720
24721 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
24722 variables on the S/390, not `.word'.
24723
24724 2001-11-30 Jim Blandy <jimb@redhat.com>
24725
24726 Add assembly-source tests for s390-ibm-linux.
24727 * gdb.asm/s390.inc: New file.
24728 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
24729 the S/390 architecture.
24730 * gdb.asm/configure: Regenerated.
24731
24732 2001-11-30 Michael Snyder <msnyder@redhat.com>
24733
24734 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
24735 next, info source, info sources, info line, global and static
24736 variables, and static functions.
24737 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
24738 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
24739 * gdb.asm/asmsrc1.s: Add a static function and some variables.
24740 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
24741 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
24742 (gdbasm_leave): Restore frame pointer.
24743 (gdbasm_startup): Copy stack set-up from crt0.S.
24744
24745 2001-11-26 Fernando Nasser <fnasser@redhat.com>
24746
24747 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
24748 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
24749 to a local (non-static) variable. Copy tstruct.a to a static buffer
24750 and return a pointer to that buffer.
24751 * gdb.base/callfwmall.c (t_structs_a): Ditto.
24752
24753 2001-11-24 Mark Kettenis <kettenis@gnu.org>
24754
24755 * gdb.asm/configure.in: Fix recognition of ix86 target.
24756 * gdb.asm/configure: Regenerate.
24757
24758 2001-11-21 Michael Snyder <msnyder@redhat.com>
24759
24760 * gdb.asm/sparc.inc: New file.
24761 * gdb.asm/asm-source.exp: Recognize sparc target.
24762 * gdb.asm/configure.in: Recognize sparc target.
24763 * gdb.asm/configure: Regenerate.
24764
24765 2001-11-21 Michael Snyder <msnyder@redhat.com>
24766
24767 * gdb.asm/m32r.inc: New file.
24768 * gdb.asm/asm-source.exp: Recognize m32r target.
24769 * gdb.asm/configure.in: Recognize m32r target.
24770 * gdb.asm/configure: Regenerate.
24771
24772 2001-11-20 Michael Snyder <msnyder@redhat.com>
24773
24774 * gdb.asm/i386.inc: New file.
24775 * gdb.asm/asm-source.exp: Recognize ix86 target.
24776 * gdb.asm/configure.in: Recognize ix86 target.
24777 * gdb.asm/configure: Regenerate.
24778
24779 * gdb.c++/namespace.exp: Fix quotes in output messages.
24780
24781 2001-11-14 Michael Snyder <msnyder@redhat.com>
24782
24783 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
24784 qualifier in a type cast expression, to designate an address
24785 in the instruction space (Harvard architecture).
24786
24787 2001-11-13 Michael Snyder <msnyder@redhat.com>
24788
24789 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
24790 Tests for expressions using 'const' and 'volatile'.
24791
24792 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
24793
24794 * gdb.asm/asm-sources.exp: Allow defining linker flags.
24795
24796 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
24797
24798 * lib/mi-support.exp (mi_run_to_helper): Move comments
24799 outside of gdb_expect.
24800
24801 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
24802
24803 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
24804 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
24805 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
24806 mi0_run_to): New functions.
24807 * gdb.mi/mi-simplerun.exp: Use them.
24808 * gdb.mi/mi0-simplerun.exp: Likewise.
24809 * gdb.mi/mi-var-cmd.exp: Likewise.
24810 * gdb.mi/mi0-var-cmd.exp: Likewise.
24811
24812 2001-11-10 Andrew Cagney <ac131313@redhat.com>
24813
24814 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
24815 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
24816
24817 2001-11-09 Andrew Cagney <ac131313@redhat.com>
24818
24819 * gdb.base/restore.exp: Include $expected value in restored test
24820 message.
24821
24822 2001-11-09 Andrew Cagney <ac131313@redhat.com>
24823
24824 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
24825 implemented.
24826
24827 2001-11-08 Michael Snyder <msnyder@redhat.com>
24828
24829 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
24830 Add pass/fail message for stop at breakpoint in call dummy function.
24831
24832 2001-11-07 Michael Snyder <msnyder@redhat.com>
24833
24834 * gdb.c++/templates.exp (test_template_breakpoints):
24835 If we get an overload menu, but it does not match what
24836 we expect, we still need to issue the "cancel" command.
24837 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
24838 making the whitespace optional. Argument for "new" may be
24839 "unsigned" as well as "unsigned int/long".
24840 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
24841 making the whitespace optional. Also replace "(void) with
24842 "((void|)), making the keyword "void" optional.
24843 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
24844 making the whitespace optional. Also replace "(void) with
24845 "((void|)), making the keyword "void" optional.
24846 * gdb.base/callfuncs.c (t_float_values): This function must
24847 _not_ be prototyped, and the following function (t_float_values2)
24848 must be prototyped (if the compiler supports it), so that GDB
24849 can be tested against both cases. Usually one case involves
24850 promotion of float to double, while the other does not.
24851 * gdb.base/callfwmall.c: Ditto.
24852 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
24853 includes a stack frame for "start".
24854
24855 2001-11-05 Jim Blandy <jimb@redhat.com>
24856
24857 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
24858 pointers are 32 bits long, and that offsets of relocs are always
24859 stored in the data (REL-style), and not in the reloc entry itself
24860 (RELA-style).
24861 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
24862 stabs.
24863
24864 2001-11-01 Michael Snyder <msnyder@redhat.com>
24865
24866 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
24867 and regular expression operators by using quoting.
24868
24869 2001-10-31 Michael Snyder <msnyder@redhat.com>
24870
24871 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
24872 depending on what the symbol table contains.
24873 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
24874 the output of the ptype command. Similarly, accept both "const &"
24875 and "const&".
24876
24877 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
24878
24879 * gdb.base/miscexprs.c (main): Add usage of preprocessor
24880 symbol `STORAGE' to allow to choose the storage class of
24881 the local datastructures.
24882 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
24883 compiler directive.
24884
24885 2001-10-30 Michael Snyder <msnyder@redhat.com>
24886
24887 * gdb.base/jump.exp: Allow it to run for all targets.
24888
24889 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
24890
24891 * gdb.base/call-ar-st.c (print_double_array): Match for loop
24892 with new double_array size.
24893 (main): Change storage class of all local variables to static.
24894 Reduce size of double_array to 9.
24895 * gdb.base/call-ar-st.exp: Increase timeout value.
24896 Change expected output for double array to match new size in
24897 call-ar-st.c.
24898
24899 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
24900
24901 * gdb.base/ending-run.exp: Create identical output when passing
24902 `step to end of run' case. Add regular expression branch satisfying
24903 Stormy16 target.
24904
24905 2001-10-28 Mark Kettenis <kettenis@gnu.org>
24906
24907 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
24908 that we catch the expected failure under Linux/x86.
24909
24910 2001-10-29 Orjan Friberg <orjanf@axis.com>
24911
24912 * gdb.base/setvar.exp: Escape curly braces.
24913 * gdb.stabs/weird.exp: Ditto.
24914
24915 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
24916
24917 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
24918 * gdm.mi/mi0-hack-cli.exp: Likewise.
24919
24920 2001-10-25 Andrew Cagney <ac131313@redhat.com>
24921
24922 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
24923 messages.
24924
24925 2001-10-21 Andrew Cagney <ac131313@redhat.com>
24926
24927 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
24928 checking MI enabled.
24929
24930 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
24931
24932 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
24933
24934 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
24935
24936 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
24937 if gdb child process crashes, just signal an error.
24938
24939 2001-10-02 Jim Blandy <jimb@redhat.com>
24940
24941 * lib/gdb.exp (test_xfail_format): Simplify.
24942
24943 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
24944 front of the variable name `format'. Simplify `if'.
24945
24946 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
24947
24948 * gdb.threads/pthreads.exp: Wait for output and delay
24949 before sending ^C.
24950
24951 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
24952
24953 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
24954 some incorrect output instead of timing out.
24955 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
24956
24957 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
24958
24959 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
24960 check to allow additional `int'.
24961
24962 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
24963
24964 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
24965 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
24966
24967 2001-09-27 Michael Snyder <msnyder@redhat.com>
24968
24969 * lib/gdb.exp (test_debug_format): New proc.
24970 (setup_xfail_format): Use new proc test_debug_format.
24971 * gdb.base/constvars.exp (local_compiler_xfail_check): New
24972 proc; use new service proc test_debug_format.
24973 Replace all other "gcc_compiled" tests with this test.
24974 * gdb.base/volatile.exp (local_compiler_xfail_check): New
24975 proc; use new service proc test_debug_format.
24976 Replace all other "gcc_compiled" tests with this test.
24977
24978 2001-09-27 Michael Snyder <msnyder@redhat.com>
24979
24980 * gdb.base/cvexpr.exp: New file.
24981 * gdb.base/cvexpr.c: New file
24982 Test for expressions using const and volatile keywords.
24983
24984 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
24985
24986 * gdb.base/constvars.exp: Check for different orders of keywords
24987 and additional "int" strings in output.
24988
24989 2001-09-22 Andrew Cagney <ac131313@redhat.com>
24990
24991 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
24992 responses from "help maint".
24993
24994 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
24995
24996 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
24997 to localhost:NNN instead of :NNN, in case Xvfb is listening
24998 only on TCP.
24999
25000 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
25001
25002 * gdb.base/recurse.exp: When checking leaving the watchpoint
25003 scope, recognize when gdb is in function's epilogue and pass.
25004
25005 2001-09-18 Keith Seitz <keiths@redhat.com>
25006
25007 * lib/insight-support.exp (_gdbtk_export_target_info): Add
25008 support for running tests against sid targets.
25009 (gdbtk_done): Ditto.
25010
25011 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
25012
25013 * gdb.base/ending-run.c (main): Set stdout buffersize
25014 to the same reasonable value for any target.
25015 * gdb.base/ending-run.exp: Add a regular expression
25016 to make testsuite happy on Sanyo Stormy16 target.
25017
25018 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
25019
25020 * gdb.base/display.c (do_loops): Add float variable `f'.
25021 Increment f in loop.
25022 * gdb.base/display.exp: Increment timeout by 60 seconds.
25023 Change float display test to use variable `f'.
25024
25025 2001-09-17 Jim Blandy <jimb@redhat.com>
25026
25027 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
25028 overflowing the limited breakpoint tables on some ROM monitors
25029 (like the ROM68K).
25030
25031 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
25032
25033 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
25034 the "-ac" (disable access control) flag.
25035
25036 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
25037
25038 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
25039 ints.
25040
25041 2001-08-30 Keith Seitz <keiths@redhat.com>
25042
25043 * lib/gdb.exp: Move all insight-related functionality into
25044 separate file.
25045 * lib/insight-support.exp: New file.
25046
25047 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
25048
25049 * config/sid.exp (sid_start): Never set sid verbosity; disable
25050 expect_background {} that consumed its stdout; tolerate </dev/null.
25051 Attempt to set endianness override in "sid" protocol mode. Cleanup.
25052
25053 2001-08-18 Andrew Cagney <ac131313@redhat.com>
25054
25055 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
25056 CLI jump command to start it.
25057 (mi_run_to_main): Fail immediatly when unexpected output.
25058
25059 2001-08-18 Andrew Cagney <ac131313@redhat.com>
25060
25061 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
25062 beginning of function. Fix PR gdb/191.
25063
25064 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
25065
25066 * config/sid.exp (sid_start): Don't warn if we cannot figure out
25067 what to force sid endianness to.
25068
25069 2001-08-15 Keith Seitz <keiths@redhat.com>
25070
25071 * lib/gdb.exp (gdbtk_start): Don't set environment
25072 variables for TCL_LIBRARY and friends. Insight will
25073 now figure these out for itself.
25074
25075 2001-08-02 Michael Snyder <msnyder@redhat.com>
25076
25077 * gdb.base/completion.exp: Remove the symbol "a64l" from
25078 the expect string; this is target-specific, and not related
25079 to what is being tested.
25080
25081 2001-08-02 Dave Brolley <brolley@redhat.com>
25082
25083 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
25084
25085 2001-07-25 Michael Snyder <msnyder@redhat.com>
25086
25087 * gdb.base/consecutive.exp: New file. Test stepping over
25088 breakpoints on consecutive instructions.
25089 * gdb.base/consecutive.c: New file.
25090
25091 * gdb.base/call-rt-st.exp: Use double-backslash to quote
25092 curly braces in regular expressions.
25093
25094 2001-07-25 Michael Snyder <msnyder@redhat.com>
25095
25096 * gdb.base/ending-run.exp: Accept "Program exited normally" as
25097 legitimate output from stepping out of main.
25098
25099 2001-07-22 Keith Seitz <keiths@redhat.com>
25100
25101 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
25102 the empty string, do not run the tests.
25103
25104 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
25105
25106 * gdb.base/long_long.exp: Detect size of pointer. Take into
25107 account 2-byte pointers when testing for p/a results.
25108
25109 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
25110
25111 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
25112 and defined to 1K for m68hc11.
25113 (random_data): Reduce table to 1K for embedded platforms (68hc11).
25114 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
25115 (sizeof_random_data): New variable to tell the size of the data table;
25116 don't test past this size; always run to main.
25117
25118 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
25119
25120 * gdb.base/return2.exp: return of long long and double fails for
25121 68HC11; don't execute these tests on that platform.
25122 * gdb.base/return.exp: Return of a double fails for 68hc11.
25123
25124 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
25125
25126 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
25127 tests that print a float.
25128 * call-rt-st.exp: Likewise.
25129
25130 2001-07-12 Mark Kettenis <kettenis@gnu.org>
25131
25132 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
25133 running this test on Linux.
25134
25135 2001-06-24 Michael Chastain <chastain@redhat.com>
25136
25137 * gdb.base/arithmet.exp: Remove some tests to make all test names
25138 unique.
25139
25140 2001-07-03 Michael Snyder <msnyder@redhat.com>
25141
25142 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
25143 the output of the ptype command.
25144
25145 2001-07-02 Michael Snyder <msnyder@redhat.com>
25146
25147 * gdb.base/completion.exp: Don't assume that break.c is the only
25148 source file that may contain functions named "marker".
25149 * gdb.base/corefile.exp: Quote the curly braces in regexp.
25150
25151 2001-06-28 Andrew Cagney <ac131313@redhat.com>
25152
25153 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
25154 of files to delete.
25155
25156 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
25157 * gdb.disasm/h8300s.exp: New file.
25158 gdb.disasm/h8300s.s: Likewise.
25159
25160 2001-06-27 Andrew Cagney <ac131313@redhat.com>
25161
25162 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
25163 empty breakpoint tables.
25164
25165 2001-06-25 Andrew Cagney <ac131313@redhat.com>
25166
25167 * lib/mi-support.exp: Update args=... part of stop-reason
25168 patterns. Accept either a list or a tuple.
25169
25170 2001-06-23 Andrew Cagney <ac131313@redhat.com>
25171
25172 * lib/mi-support.exp: Remove local emacs variable defining
25173 change-log-default-name.
25174
25175 2001-06-22 Michael Chastain <chastain@redhat.com>
25176
25177 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
25178 This is operationally compatible with the previous version.
25179
25180 2001-06-13 Jim Blandy <jimb@redhat.com>
25181
25182 * lib/gdb.exp (gdb_test): Doc fix.
25183
25184 2001-06-10 Michael Chastain <chastain@redhat.com>
25185
25186 * gdb.base/exprs.exp: Remove a duplicate test.
25187
25188 2001-06-06 Jim Blandy <jimb@redhat.com>
25189
25190 * gdb.base/return2.exp (main): Use values to test float and double
25191 returns that are not NaN's, to avoid being confused by IEEE
25192 comparison rules.
25193
25194 2001-06-04 Michael Snyder <msnyder@redhat.com>
25195
25196 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
25197 non-zero if control_c fails. Terminate the test on failure,
25198 rather than wait for 12 more tests to time out.
25199
25200 2001-06-06 Jim Blandy <jimb@redhat.com>
25201
25202 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
25203 Don't forget to match the GDB prompt.
25204
25205 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
25206
25207 2001-06-04 Jim Blandy <jimb@redhat.com>
25208
25209 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
25210 command.
25211
25212 2001-05-31 Kevin Buettner <kevinb@redhat.com>
25213
25214 * gdb.base/annota1.exp (info break): Match four or more spaces
25215 after "Address".
25216
25217 2001-05-31 Michael Chastain <chastain@redhat.com>
25218
25219 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
25220 (dm_type_int_star): Likewise.
25221 (dm_type_long_star): Likewise.
25222 (dm_type_void_star): Likewise.
25223
25224 2001-05-29 Kevin Buettner <kevinb@redhat.com>
25225
25226 * gdb.base/completion.exp (INPUTRC): Set this environment variable
25227 to a known value in order to get consistent results regardless
25228 of the setting of INPUTRC or the presence or contents of .inputrc.
25229
25230 2001-05-24 Michael Snyder <msnyder@redhat.com>
25231
25232 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
25233 Don't require that the main thread and the manager thread are the
25234 first in the list.
25235
25236 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
25237 debugging. If test fails, issue an "unsupported" not a "fail".
25238
25239 2001-05-24 Jim Blandy <jimb@redhat.com>
25240
25241 Don't assume that short is shorter than int.
25242 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
25243 assume that shorts are smaller than ints. On a 16-bit machine,
25244 this isn't true.
25245 ("print unsigned char == (~0)"): Add test that verifies that ~0,
25246 an int, is not equal to ~0 stored in an unsigned char. This tests
25247 the same thing that the previous test meant to, but works on
25248 16-bit machines, too.
25249 ("print unsigned char != (~0)"): Same test, complemented.
25250
25251 2001-05-24 Michael Snyder <msnyder@redhat.com>
25252
25253 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
25254 test for (full_coverage == 0). This makes the test run faster,
25255 and prevents dejagnu getting out of step.
25256
25257 2001-05-23 Kevin Buettner <kevinb@redhat.com>
25258
25259 * gdb.base/finish.exp (finish_void): Revise pattern for
25260 stopping on the call statement to not permit stopping at
25261 the start of the instructions comprising the call sequence.
25262
25263 2001-05-19 Michael Chastain <chastain@redhat.com>
25264
25265 * gdb.base/callfuncs.exp: Make all test names unique.
25266 * gdb.base/commands.exp: Make all test names unique.
25267 * gdb.base/condbreak.exp: Make all test names unique.
25268 * gdb.base/dbx.exp: Make all test names unique.
25269 * gdb.base/default.exp: Make all test names unique.
25270 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
25271 and TIMEOUT messages to their corresponding PASS message.
25272 * gdb.base/ending-run.exp: Make all test names unique.
25273 * gdb.base/long_long.exp: Remove duplicate test.
25274
25275 2001-05-21 Kevin Buettner <kevinb@redhat.com>
25276
25277 * gdb.base/finish.exp (finish_void): Allow "finish" command to
25278 stop on the call statement as well as the statement after the
25279 call.
25280
25281 2001-05-21 Michael Snyder <msnyder@redhat.com>
25282
25283 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
25284
25285 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
25286
25287 * gdb.base/completion.exp: Revamp test. Make it execute on all
25288 platforms.
25289
25290 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
25291
25292 * config/gdbserver.exp (gdb_load): Handle the case
25293 in which the arguments to gdbserver are given in the
25294 baseboard configuration file.
25295 Also handle the case in which the server needs to do a
25296 load.
25297
25298 2001-05-07 Keith Seitz <keiths@cygnus.com>
25299
25300 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
25301 set up the display for testing.
25302 (gdbtk_start): Convert all paths to paths that tcl will like.
25303 Export target information to environment.
25304 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
25305 necessary.
25306 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
25307 (to_tcl_path): New proc to convert a given pathname into
25308 a path acceptible as an argument to a tcl command.
25309 (_gdbtk_export_target_info): New proc to export target info
25310 into the environment for gdbtk testing.
25311 (gdbtk_done): New proc to signal end-of-test.
25312
25313 2001-05-06 Jim Blandy <jimb@redhat.com>
25314
25315 * restore.c: Make the code of caller0 correspond to its comment.
25316
25317 2001-05-03 Michael Snyder <msnyder@redhat.com>
25318
25319 * config/sid.exp (gdb_target_sid): Check for error messages.
25320 On error or timeout, don't make expect exit (which will terminate
25321 all subsequent tests); instead just make gdb exit.
25322 (gdb_load): Check for error messages. On error or timeout,
25323 return a negative value.
25324
25325 2001-04-24 Jim Blandy <jimb@redhat.com>
25326
25327 * gdb.c++/templates.exp: If we see the prompt for the overload
25328 list, but we haven't recognized any of the longer patterns,
25329 arrange for this test to fail, not hang.
25330
25331 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
25332 variations.
25333
25334 2001-04-22 Michael Chastain <chastain@redhat.com>
25335
25336 * gdb.c++/local.exp: Use the 'runto' library function.
25337 * gdb.c++/namespace.exp: Likewise.
25338 * gdb.c++/overload.exp: Likewise.
25339
25340 2001-03-26 Kevin Buettner <kevinb@redhat.com>
25341
25342 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
25343 * gdb.base/step-line.exp: New file. Test step/next in presence of
25344 #line directives.
25345 * gdb.base/step-line.c: New file. Test program for the above.
25346 * gdb.base/step-line.inp: New file. We pretend that this file has
25347 been transformed by some other tool into step-line.c.
25348
25349 2001-03-21 Jim Blandy <jimb@redhat.com>
25350
25351 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
25352 unmangled operator names.
25353
25354 2001-03-20 Jim Blandy <jimb@redhat.com>
25355
25356 * gdb.threads/linux-dp.exp: Recognize an additional message
25357 generated by GDB when it doesn't understand how to debug threads
25358 on the target system.
25359
25360 2001-03-19 Andrew Cagney <ac131313@redhat.com>
25361
25362 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
25363
25364 2001-03-12 Michael Chastain <chastain@redhat.com>
25365
25366 * gdb.c++/derivation.exp: Use the 'runto' library function.
25367
25368 2001-03-12 Michael Chastain <chastain@redhat.com>
25369
25370 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
25371
25372 2001-02-24 Michael Chastain <chastain@redhat.com>
25373
25374 * gdb.c++/ref-types.exp: Change handwritten code to library
25375 function 'runto'.
25376
25377 2001-03-16 Orjan Friberg <orjanf@axis.com>
25378
25379 * gdb.base/signals.exp: Set count to 0 explicitly.
25380
25381 2001-03-15 Mark Salter <msalter@redhat.com>
25382
25383 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
25384 (gdb_target_monitor): Add check of gdb_target_cmd return value.
25385 (gdb_load): Add support for additional target_info: gdb_download_size
25386 and gdb_load_timeout.
25387
25388 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
25389
25390 * gdb.base/annota1.exp: Move test of isnative to earlier in the
25391 file -- to prevent failing when the compile fails but we have no
25392 intention of running the tests anyway.
25393
25394 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
25395 tests if set.
25396
25397 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
25398 integers.
25399
25400 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
25401 * gdb.c++/namespace.exp: Ditto.
25402
25403 2001-03-07 Orjan Friberg <orjanf@axis.com>
25404
25405 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
25406 * gdb.base/pointers.exp: Relax pattern match of decimals.
25407
25408 2001-03-06 Kevin Buettner <kevinb@redhat.com>
25409
25410 * Makefile.in, config/abug.exp, config/cfdbug.exp,
25411 config/cpu32bug.exp, config/dve.exp, config/est.exp,
25412 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
25413 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
25414 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
25415 config/sh.exp, config/sid.exp, config/slite.exp,
25416 config/sparclet.exp, config/udi.exp, config/unknown.exp,
25417 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
25418 config/vxworks.exp, config/vxworks29k.exp,
25419 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
25420 gdb.base/all-bin.exp, gdb.base/annota1.exp,
25421 gdb.base/arithmet.exp, gdb.base/assign.exp,
25422 gdb.base/async.exp, gdb.base/attach.exp,
25423 gdb.base/bitfields.exp, gdb.base/bitops.exp,
25424 gdb.base/break.exp, gdb.base/call-ar-st.exp,
25425 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
25426 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
25427 gdb.base/commands.exp, gdb.base/completion.exp,
25428 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
25429 gdb.base/constvars.exp, gdb.base/corefile.exp,
25430 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
25431 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
25432 gdb.base/ending-run.exp, gdb.base/environ.exp,
25433 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
25434 gdb.base/finish.exp, gdb.base/foll-exec.exp,
25435 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
25436 gdb.base/funcargs.exp, gdb.base/help.exp,
25437 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
25438 gdb.base/logical.exp, gdb.base/long_long.exp,
25439 gdb.base/maint.exp, gdb.base/mips_pro.exp,
25440 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
25441 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
25442 gdb.base/pointers.exp, gdb.base/printcmds.exp,
25443 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
25444 gdb.base/regs.exp, gdb.base/relational.exp,
25445 gdb.base/remote.exp, gdb.base/reread.exp,
25446 gdb.base/restore.exp, gdb.base/return2.exp,
25447 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
25448 gdb.base/selftest.exp, gdb.base/setshow.exp,
25449 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
25450 gdb.base/sigall.exp, gdb.base/signals.exp,
25451 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
25452 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
25453 gdb.base/step-test.exp, gdb.base/structs.c,
25454 gdb.base/structs.exp, gdb.base/structs2.exp,
25455 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
25456 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
25457 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
25458 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
25459 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
25460 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
25461 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
25462 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
25463 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
25464 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
25465 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
25466 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
25467 gdb.fortran/types.exp, gdb.java/jmisc.exp,
25468 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
25469 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
25470 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
25471 gdb.trace/circ.exp, gdb.trace/collection.exp,
25472 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
25473 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
25474 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
25475 gdb.trace/report.exp, gdb.trace/save-trace.exp,
25476 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
25477 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
25478 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
25479 notices.
25480
25481 2001-02-27 Michael Snyder <msnyder@cygnus.com>
25482
25483 * gdb.base/varargs.c (find_max_double): Fix printf format string:
25484 first arg is int not float.
25485
25486 2001-02-22 Michael Snyder <msnyder@cygnus.com>
25487
25488 * gdb.base/reread.exp: Unsupported for non-native targets;
25489 doesn't work for remote debugging.
25490
25491 2001-02-19 Fernando Nasser <fnasser@redhat.com>
25492
25493 From Drew Moseley <dmoseley@redhat.com>
25494 * gdb.base/ending-run.exp: Properly handle the BSP state when
25495 stepping past the end of main.
25496
25497 2001-02-19 John Moore <jmoore@redhat.com>
25498
25499 * gdb.base/commands.exp (infrun_breakpoint_command_test):
25500 Converted HPUX fix for non-expected items following multiple
25501 step commands into general solution for all platforms.
25502
25503 2001-02-18 Michael Chastain <chastain@redhat.com>
25504
25505 * gdb.c++/classes.exp (do_tests): Change runto statements
25506 from "runto 'foo(void)'" to "runto 'foo'". This makes the
25507 statements demangler agnostic.
25508 * gdb.c++/virtfunc.exp (do_tests): Likewise.
25509 (gdb_virtfunc_restart): Likewise.
25510
25511 2001-02-14 Michael Chastain <chastain@redhat.com>
25512
25513 * gdb.c++/inherit.exp (do_tests): Change runto statements
25514 from "runto 'foo(void)'" to "runto 'foo'". This makes the
25515 statements demangler agnostic.
25516
25517 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
25518
25519 * gdb.threads/pthreads.exp: Unify pass/fail messages for
25520 ``continue to bkpt at common_routine in thread 2'' and ``stopped
25521 before calling common_routine 15 times'' tests.
25522
25523 2001-02-11 Michael Chastain <chastain@redhat.com>
25524
25525 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
25526 Helps the test script figure out which demangler is in use.
25527 (dm_type_foo_ref): Ditto.
25528 (dm_type_int_star): Ditto.
25529 (dm_type_long_star): Ditto.
25530 (dm_type_unsigned_int): Ditto.
25531 (dm_type_void): Ditto.
25532 (dm_type_void_star): Ditto.
25533 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
25534 Probe the gdb demangler and set variables to accommodate
25535 formatting differences.
25536 (info_func_regexp): New function. Same as info_func, but
25537 matches against a regexp.
25538 (info_func): Match against a literal string.
25539 (print_addr_2): New function. Match against a literal string,
25540 which can be different from the input to gdb.
25541 (print_addr): Simply call print_addr_2 with the same argument twice.
25542 (test_lookup_operator_functions): Use demangler formatting variables.
25543 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
25544 the tests in the same order as the C++ class declaration.
25545 (test_paddr_operator_functions): Ditto.
25546 (test_paddr_overloaded_functions): Ditto.
25547 (test_paddr_hairy_functions): Use demangler formatting variables.
25548 Add reference to gdb/19 for related tests.
25549 (do_tests): Call probe_demangler.
25550
25551 2001-01-30 Kevin Buettner <kevinb@redhat.com>
25552
25553 * gdb.c++/templates.cc (printf): Remove unused function definition.
25554
25555 2001-01-26 Felix Lee <flee@redhat.com>
25556
25557 * sid.exp (sid_exit): Pass host, not target, to remote_close.
25558
25559 2001-01-25 matthew green <mrg@redhat.com>
25560
25561 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
25562 up sid.
25563 (sid_exit): Call `remote_pop_conn' after GDB is gone.
25564
25565 2001-01-25 matthew green <mrg@redhat.com>
25566
25567 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
25568 Deprecate $sid_spawn_id.
25569 (sid_exit): Remove code necessary only for `spawn.'
25570
25571 2001-01-25 matthew green <mrg@redhat.com>
25572
25573 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
25574
25575 2001-01-28 Michael Chastain <chastain@redhat.com>
25576
25577 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
25578 to call when tests fail. It takes gdb out of the overloaded
25579 function choice menu back to the main prompt, so that the test
25580 program stays synchronized.
25581 (set_bp_overloaded): New proc to collect all the common
25582 code for setting a breakpoint on an overloaded name. Calls
25583 take_gdb_out_of_choice_menu when needed.
25584 (menu_overload1arg): New variable to collect the repeated
25585 instances of the expected menu for an overloaded name. Change
25586 the regular expression to handle changes in g++ type encoding:
25587 "void" can be either "void" or "", and "unsigned int" can be
25588 either "unsigned int" or "unsigned".
25589 (continue_to_bp_overloaded): Change regular expressions to handle
25590 changes in g++ type encoding.
25591 (no proc): Call take_gdb_out_of_choice_menu when needed.
25592 Remove redundant calls to "info break". Accept either "canceled"
25593 or "cancelled". Change regular expressions in "info break"
25594 calls to handle changes in g++ type encoding. Give all tests
25595 unique strings.
25596
25597 2001-01-17 Ben Elliston <bje@redhat.com>
25598
25599 * config/sid.exp: New file.
25600
25601 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
25602
25603 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
25604
25605 2000-12-21 Michael Snyder <msnyder@cygnus.com>
25606
25607 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
25608 Add a RE to accept a non-ascii char if one is ever presented.
25609
25610 2000-12-20 Fernando Nasser <fnasser@redhat.com>
25611
25612 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
25613
25614 2000-12-18 Michael Snyder <msnyder@cygnus.com>
25615
25616 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
25617 in regexp. One '\' does not suffice on Linux.
25618
25619 2000-12-09 Michael Chastain <chastain@redhat.com>
25620
25621 * gdb.base/break.exp (test_clear_command): Use a marker function
25622 rather than 'main' for the test function. Also move this
25623 test to an execution point where the marker function names are
25624 guaranteed to be bound to functions. (Executing tests after a
25625 'finish' from main runs into name conflicts with local names
25626 in __libc_start_main).
25627
25628 2000-12-07 Michael Snyder <msnyder@cygnus.com>
25629
25630 * gdb.base/finish.exp: New test for gdb's "finish" command.
25631 * gdb.base/return2.exp: New test for gdb's "return" command.
25632 * gdb.base/return2.c: New source file for above.
25633
25634 2000-12-05 Michael Snyder <msnyder@cygnus.com>
25635
25636 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
25637 * gdb.base/miscexprs.exp: Ditto.
25638 * gdb.base/pointers.exp: Ditto.
25639 * gdb.c++/derivation.exp: Ditto.
25640 * gdb.c++/local.exp: Ditto.
25641 * gdb.c++/namespace.exp: Ditto.
25642 * gdb.c++/overload.exp: Ditto.
25643 * gdb.c++/ref-types.exp: Ditto.
25644
25645 2000-12-05 Michael Snyder <msnyder@cygnus.com>
25646
25647 * gdb.base/constvars.exp: Test result of "up" command.
25648 * gdb.base/miscexprs.exp: Ditto.
25649 * gdb.base/pointers.exp: Ditto.
25650 * gdb.base/scope.exp: Ditto.
25651 * gdb.c++/derivation.exp: Ditto.
25652 * gdb.c++/local.exp: Ditto.
25653 * gdb.c++/namespace.exp: Ditto.
25654 * gdb.c++/overload.exp: Ditto.
25655 * gdb.c++/ref-types.exp: Ditto.
25656
25657 2000-11-22 Michael Chastain <chastain@redhat.com>
25658
25659 * mips_pro.exp: Accept either "middle -> top -> main" or
25660 "middle -> main" in the backtrace, because gcc can optimize
25661 tail calls to jumps. Remove setup_xfail for the hppa case.
25662 Add a comment with the original warning messages from PR 3016,
25663 which was filed in 1993, to preserve them for posterity.
25664
25665 2000-11-17 Nick Duffek <nsd@redhat.com>
25666
25667 * lib/gdb.exp (gdb_test): Override timeout with board info.
25668
25669 2000-11-17 Nick Duffek <nsd@redhat.com>
25670
25671 * gdb.base/display.exp: Don't kill running stub. Add "again" to
25672 the second kill and detach messages.
25673
25674 2000-11-17 Nick Duffek <nsd@redhat.com>
25675
25676 * configure.in: Add AC_EXEEXT.
25677 * configure: Regenerate.
25678 * Makefile.in (just-check): Export EXEEXT.
25679 * lib/gdb.exp ($EXEEXT): Import from environment.
25680 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
25681 expect "maint dump-me" on Cygwin.
25682 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
25683 $EXEEXT.
25684
25685 2000-11-17 Nick Duffek <nsd@redhat.com>
25686
25687 * gdb.base/break.exp: Test backtrace and finish from called
25688 function on all platforms, not just HP-UX.
25689
25690 2000-11-03 Michael Snyder <msnyder@cygnus.com>
25691
25692 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
25693 code from gdb_target_monitor, so it can be used independantly
25694 for gdbserver. Also comment out an unnecessary PUTS.
25695
25696 2000-11-03 Michael Snyder <msnyder@cygnus.com>
25697
25698 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
25699 * gdb.base/corefile.exp: Expect the message "Program is being
25700 debugged already" when we send the "corefile" command, since
25701 the preceeding gdb_load may have connected gdb to a remote target.
25702 * gdb.base/display.exp: Disable hardware watchpoints if new
25703 board info variable "no_hardware_watchpoints" is true.
25704 Replace single-letter commands with more readable ones.
25705 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
25706 if new board info variable "no_hardware_watchpoints" is true.
25707 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
25708 to see if stdio (printf) testing is possible.
25709 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
25710 board info variable "no_hardware_watchpoints" is true. Use new
25711 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
25712
25713 2000-11-13 Fernando Nasser <fnasser@redhat.com>
25714
25715 From Orjan Friberg <orjanf@axis.com>:
25716 * gdb.base/printcmds.exp: Escape curly braces followed by a number
25717 in array print pattern match.
25718
25719 2000-11-09 Fernando Nasser <fnasser@redhat.com>
25720
25721 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
25722 spelling "cancelled" to U.S. spelling "canceled" to match changes
25723 made to gdb.
25724 * gdb.c++/ovldbreak.exp: Ditto.
25725
25726 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
25727
25728 * gdb.base/callfuncs.c (main): Moved to end of file, call
25729 t_double_values to initialize the FPU before inferior calls are made.
25730 * gdb.base/callfuncs.exp: Test for register preservation after calling
25731 inferior functions. Add tests for continuining, finishing and
25732 returning from a stop in a call dummy.
25733
25734 2000-10-24 Michael Snyder <msnyder@cygnus.com>
25735
25736 * gdb.base/commands.exp: Break up long lines, and re-indent.
25737
25738 2000-10-19 Michael Snyder <msnyder@cygnus.com>
25739
25740 * config/gdbserver.exp: Rewritten from the ground up, to make it
25741 compatible with the current dejagnu tree, and to make it work with
25742 the new "gdbserver" in libremote.
25743
25744 2000-10-16 Michael Snyder <msnyder@cygnus.com>
25745
25746 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
25747 * gdb.base/varargs.exp: Skip entire test if no printf support.
25748 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
25749 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
25750
25751 2000-10-13 Michael Snyder <msnyder@cygnus.com>
25752
25753 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
25754 no floating point support.
25755 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
25756 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
25757 * gdb.base/call-rt-st.exp: Ditto.
25758 * gdb.base/call-strs.exp: Ditto.
25759
25760 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
25761
25762 * gdb.base/sizeof.c: include <stdio.h>.
25763
25764 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
25765 'finish', otherwise uncaptured gdb_prompt would potentially
25766 throw remaining test points out of sync.
25767
25768 2000-07-26 Scott Bambrough <scottb@netwinder.org>
25769
25770 * gdb.base/recurse.exp: Run tests for all targets.
25771 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
25772 gnu-oldld case on ARM.
25773 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
25774 for ARM targets.
25775
25776 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
25777
25778 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
25779 * gdb.java/configure: Rebuild.
25780
25781 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
25782
25783 * gdb.java/jv-exp.exp: New file.
25784
25785 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
25786
25787 * configure: Rebuilt.
25788 * configure.in (configdirs): Add gdb.java.
25789 * gdb.java/jmisc.java: New file.
25790 * gdb.java/jmisc.exp: New file.
25791 * gdb.java/Makefile.in: New file.
25792 * gdb.java/configure: Rebuilt.
25793 * gdb.java/configure.in: New file.
25794 * lib/java.exp: New file.
25795
25796 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
25797
25798 * gdb.base/exprs.exp: Test casts to a pointer including over and
25799 underflow.
25800
25801 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
25802
25803 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
25804 and the compilers sizes.
25805
25806 2000-07-09 Nick Duffek <nsd@redhat.com>
25807
25808 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
25809 (use_methods): New function.
25810 (main): Call use_methods().
25811 * gdb.c++/classes.exp (test_method_param_class): New procedure.
25812 (do_tests): Call test_method_param_class.
25813
25814 2000-07-09 Nick Duffek <nsd@redhat.com>
25815
25816 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
25817 spelling.
25818 (test_enums): New procedure. Move enum tests from end of script
25819 to here. Set breakpoint on function name instead of line number.
25820 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
25821 (enums2): New marker function.
25822 (enums1): New function.
25823 (main): Call enums1(). Move enum tests to enums1().
25824
25825 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
25826
25827 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
25828 compile/link program. Update line numbers.
25829 * gdb.asm/d10v.inc: Define ``startup''.
25830 * gdb.asm/asmsrc1.s: Add definition of _start.
25831
25832 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
25833
25834 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
25835
25836 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25837
25838 * gdb.base/maint.exp: Add 'maint print architecture' item to output
25839 of 'help maint print' command.
25840
25841 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
25842
25843 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
25844 they use gdb_expect_list.
25845
25846 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
25847
25848 * gdb.base/commands.exp: Use ``set remote
25849 memory-read-packet-size'' instead of ``set endian big'' to test
25850 long commands.
25851
25852 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
25853
25854 * gdb.c++/templates.exp (do_tests): Make all of these work under
25855 g++, and stop skipping them.
25856
25857 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
25858 work under g++.
25859
25860 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
25861 initialization.
25862
25863 2000-06-02 Michael Snyder <msnyder@cygnus.com>
25864
25865 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
25866 the regular expression: accept an (almost) arbitrary sequence of
25867 "frames-invalid" and "breakpoints-invalid" messages both before
25868 and after the "starting" message.
25869
25870 2000-06-02 Michael Snyder <msnyder@cygnus.com>
25871
25872 * gdb.c++/local.exp: This test has never been known to work with g++.
25873
25874 2000-05-18 Michael Snyder <msnyder@cygnus.com>
25875
25876 * gdb.base/annota1.exp (annotate-signal-handler-caller):
25877 Relax the regular expression a little, make it pass on Solaris 8.
25878
25879 2000-05-12 Kevin Buettner <kevinb@redhat.com>
25880
25881 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
25882 a call, do not require that gdb stop on the line after the call.
25883 Instead, it is permissible for gdb to stop on the line of the
25884 call itself.
25885
25886 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
25887
25888 * gdb.base/break.exp (bp on small function, optimized file):
25889 Add a second pass pattern. The behavior differs here between stabs
25890 and dwarf for one-line functions. Stabs preserves two line symbols
25891 (one before the prologue and one after) with the same line number,
25892 but dwarf regards these as duplicates and discards one of them.
25893 Therefore the address after the prologue (where the breakpoint is)
25894 has no exactly matching line symbol, and GDB reports the breakpoint
25895 as if it were in the middle of a line rather than at the beginning.
25896
25897 2000-05-08 Michael Snyder <msnyder@cygnus.com>
25898
25899 * gdb.base/interrupt.exp: Make "pass" message say "send"
25900 rather than "send_gdb" (for consistancy).
25901
25902 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
25903
25904 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
25905 * gdb.c++/templates.cc: Properly check for GCC version number.
25906 * lib/compiler.cc: Likewise
25907
25908 2000-04-28 Michael Snyder <msnyder@cygnus.com>
25909
25910 * gdb.base/break.exp: When compiled with -O2 optimization,
25911 gdb may not stop at the first line of main, due to code motion.
25912
25913 2000-04-26 Michael Snyder <msnyder@cygnus.com>
25914
25915 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
25916 This test depends on parsing the printf output from the target.
25917 Since the sparclet stub doesn't do stdio, this will never work.
25918 * gdb.base/call-rt-st.exp: ditto.
25919 * gdb.base/call-strs: ditto.
25920
25921 2000-04-24 Michael Snyder <msnyder@cygnus.com>
25922
25923 * gdb.base/miscexprs.exp: make sizeof long array test portable.
25924
25925 * gdb.base/ending-run.exp: After connecting to a remote target,
25926 but before running, the target will appear to be in a random
25927 location. Specify both a file and a line for breakpoints.
25928 Also, the function that calls main may be called 'init'
25929 rather than 'start'.
25930
25931 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25932
25933 * gdb.base/help.exp: Update output for add-symbol-file command.
25934
25935 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
25936
25937 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
25938 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
25939
25940 2000-04-07 J.T. Conklin <jtc@redback.com>
25941
25942 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
25943
25944 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
25945
25946 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
25947
25948 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
25949 values that can be represented exactly.
25950 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
25951 above change, and to not check against the directory part of the source
25952 file name.
25953 (step into print_long_arg_list): Likewise.
25954 (print print_small_structs from print_long_arg_list): Likewise.
25955 (print print_long_arg_list): Likewise.
25956
25957 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25958
25959 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
25960
25961 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
25962
25963 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
25964
25965 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
25966
25967 * gdb.base/commands.exp (deprecated_command_test): Add test for
25968 deprecate with no arguments.
25969
25970 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
25971
25972 * gdb.base/break.exp: Add new test for setting breakpoints on
25973 optimized code so we can test breakpoints work even when function
25974 prologues may be optimized away
25975
25976 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
25977
25978 From David Whedon <dwhedon@gordian.com>
25979 * gdb.base/commands.exp : Added command deprecator tests.
25980
25981 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
25982
25983 * gdb.base/help.exp: Added test for new apropos command.
25984
25985 2000-03-21 Kevin Buettner <kevinb@redhat.com>
25986
25987 * gdb.base/pointers.c (usevar): New function.
25988 (main): Make sure that global variables v_int_pointer2, rptr,
25989 and y are all referenced someplace in the program by calling
25990 usevar() on them. [Some linkers delete symbols which are
25991 never referenced. The space remains, but there's no way to
25992 get a (symbolic) handle on the variable from the debugger.]
25993
25994 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
25995
25996 * gdb.base/printcmds.c: Add typedeffed arrays.
25997
25998 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
25999 procedure to test arrays that are typedef'd.
26000
26001 2000-03-13 James Ingham <jingham@leda.cygnus.com>
26002
26003 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
26004 the library directories.
26005
26006 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
26007
26008 * configure.in (configdirs): Add sub directory gdb.mi.
26009 * configure: Re-generate.
26010
26011 * gdb.mi: New directory.
26012
26013 2000-02-25 Scott Bambrough <scottb@netwinder.org>
26014
26015 * gdb.base/long_long.exp: Correct test suite failure when printing
26016 a long long value as a double on ARM platforms.
26017
26018 2000-02-16 Jim Blandy <jimb@redhat.com>
26019
26020 * gdb.base/break.exp ("breakpoint line number"): Make sure the
26021 default source file is set properly before running this test.
26022
26023 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26024
26025 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
26026 gdbtk/library directory, not in gdbtcl2.
26027
26028 2000-02-04 Jim Blandy <jimb@redhat.com>
26029
26030 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
26031 backslash from regexp pattern.
26032
26033 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
26034 procedure. Use it to run all the "continue to bp overloaded"
26035 tests. Note that this changes the names of the tests slightly.
26036 If the breakpoint hit message includes a hex PC value, because
26037 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
26038 from the real source code, still consider that a pass.
26039
26040 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
26041 XFAIL here if the breakpoint message contains a hex address. Note
26042 similar change on 1999-11-02.
26043
26044 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
26045
26046 * gdb.base/ptype.exp: Establish a default source file before
26047 calling get_debug_format.
26048
26049 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
26050
26051 * gdb.base/watchpoint.exp: Remove duplication of test messages.
26052
26053 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
26054
26055 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
26056 of successive stepi commands -- while in the prologue we should see
26057 the function entry bracket.
26058
26059 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
26060
26061 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
26062 reach __change_mode() when stepping through the end of main().
26063
26064 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
26065
26066 * gdb.base/default.exp: Fix expected pattern.
26067 * gdb.base/help.exp: Same.
26068
26069 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26070
26071 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
26072 Don't use xfail's because that affects only the following test.
26073
26074 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
26075 solaris or linux.
26076
26077 * gdb.base/selftest.exp: Update to reflect changes to main.c.
26078
26079 2000-01-07 Michael Snyder <msnyder@cygnus.com>
26080
26081 * gdb.base/display.exp: Some yacc parsers like to say
26082 "A syntax error" rather than "A parse error". Accept both.
26083
26084 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
26085
26086 * gdb.base/default.exp: Remove OS dependent string from "target
26087 remote" test.
26088 * gdb.base/help.exp: Same for "help target remote" test.
26089
26090 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26091
26092 From Jim Kingdon <kingdon@redhat.com>:
26093
26094 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
26095 prompt (cleanup rather than necessity, but still might keep output
26096 from spilling to next test).
26097
26098 2000-01-02 Fred Fish <fnf@cygnus.com>
26099
26100 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
26101 AIX, which defines them in <sys/types.h>.
26102
26103 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
26104
26105 * gdb.base/default.exp: Match arm* etc instead of arm in "info
26106 float" test.
26107
26108 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
26109
26110 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
26111
26112 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
26113 outermost frame disallowed".
26114
26115 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
26116
26117 * gdb.base/setvar.exp: New tests for setting the value of a struct
26118 with a constant list.
26119
26120 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
26121
26122 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
26123 require the user to type a cast before setting the value of a struct.
26124
26125 1999-12-06 Jim Blandy <jimb@cygnus.com>
26126
26127 * gdb.base/default.exp: Expect the new 'info float' command on
26128 all i386 platforms.
26129
26130 * gdb.threads/linux-dp.exp: Expand our ability to recognize
26131 LinuxThreads libraries that don't support debugging.
26132
26133 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
26134
26135 * gdb.base/remote.c: Fill the buffer with truely random data.
26136 Change the buffer type to ``unsigned char'' to simplify size
26137 arithmetic.
26138
26139 * gdb.base/remote.exp: Reduce download numbers by one. Typical
26140 stub only handles 400-1 byte packets. Verify that the download
26141 worked.
26142
26143 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
26144
26145 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
26146 tests, using UNRESOLVED for the untested cases. Also, does not wait
26147 for a timeout if the prompt was received before a recognizable pattern.
26148
26149 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
26150
26151 * lib/gdb.exp (gdb_expect_list): Fix spelling.
26152
26153 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26154
26155 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
26156 watchpoints.
26157
26158 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
26159
26160 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
26161
26162 * gdb.c++/local.exp: Be more flexible in recognizing local class
26163 name mangling. Don't allow horribly truncated method names.
26164 * gdb.c++/derivation.exp: Expect protected inheritance.
26165 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
26166 * gdb.c++/virtfunc.exp: Likewise.
26167 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
26168 when printing a nested enum.
26169
26170 1999-11-22 Jim Blandy <jimb@cygnus.com>
26171
26172 * gdb.base/step-test.exp: Properly await GDB's response to setting
26173 a breakpoint on the call to large_struct_by_value.
26174
26175 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
26176 just because we have debug info for the `start' function.
26177
26178 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
26179
26180 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
26181 "Unknown signal" messages, which indicate (on LinuxThreads) that
26182 GDB doesn't know how to debug threads on this system. This is
26183 better than hanging while philosopher 0 dumps chatter into gdb.log.
26184
26185 1999-11-18 Tom Tromey <tromey@cygnus.com>
26186
26187 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
26188
26189 1999-11-18 Fred Fish <fnf@cygnus.com>
26190
26191 * gdb.base/coremaker2.c: Add sample program for generating
26192 cores that is more self contained than coremaker.c. Eventually
26193 I'll add more code to this and tie it into the testsuite.
26194
26195 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
26196
26197 * gdb.base/dollar.exp: Remove, now in gdb.hp.
26198
26199 1999-11-10 Jimmy Guo <guo@cup.hp.com>
26200
26201 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
26202 from $srcdir/lib/.
26203 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
26204 and gdb.c++/.
26205
26206 * gdb.c++/derivation.exp: remove redundant get compiler info code.
26207
26208 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
26209 'continue with watch' test point.
26210
26211 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
26212
26213 Merged from p2linux-990323-branch:
26214
26215 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
26216
26217 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
26218
26219 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
26220 {limit,fixed}''. Test ``set download-write-size''.
26221
26222 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
26223
26224 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
26225 gdb_expect_list.
26226
26227 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
26228
26229 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
26230
26231 1999-11-03 Mark Salter <msalter@cygnus.com>
26232
26233 * gdb.base/break.exp: Fix "stub continue" pattern.
26234
26235 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
26236
26237 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
26238
26239 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
26240
26241 * gdb.base/display.exp ("finish"): Add timeout clause.
26242
26243 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
26244 plain prompt clause, so this doesn't have to time out in order to
26245 fail.
26246
26247 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
26248 breakpoint hit messages include an address.
26249
26250 * gdb.base/display.exp: Don't forget to escape parens in regular
26251 expressions. Unix regexp notatation sucks.
26252
26253 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26254
26255 * gdb.base/annota1.exp: Test for annotate-signalled: change output
26256 order for 'signalled' message.
26257
26258 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
26259
26260 From Jimmy Guo <guo@cup.hp.com>:
26261 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
26262 * gdb.base/annota1.c: Add code for tests to work with.
26263
26264 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
26265
26266 * gdb.base/remote.exp: New test for remote downloading settings.
26267 * gdb.base/remote.c: New file with large .data.
26268
26269 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
26270
26271 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
26272 for LinuxThreads support, merged from the Code Fusion branch.
26273
26274 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
26275
26276 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
26277 containing exp_continue into a while within an expect. Don't
26278 attempt a start more than three times. Check return value from
26279 gdb_load.
26280
26281 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
26282
26283 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
26284 a pass case.
26285
26286 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
26287
26288 * gdb.base/break.c (main): Added a statement that we can step
26289 off of.
26290 * gdb.base/break.exp: Added tests for setting a breakpoint
26291 at an offset and stepping onto a breakpoint.
26292
26293 1999-10-01 Fred Fish <fnf@cygnus.com>
26294
26295 * gdb.base/help.exp (help add-symbol-file): Update to match current
26296 gdb output.
26297
26298 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
26299
26300 * gdb.base/break.exp: Code locations are in hex, don't forget!
26301 (For HP-UX.)
26302
26303 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
26304
26305 * condbreak.exp: Use break.c as test program.
26306 * condbreak.c: Remove, redundant with break.c.
26307
26308 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
26309
26310 * config/monitor.exp (gdb_target_monitor): Disable X- and
26311 Z-packets if the target needs it.
26312
26313 1999-09-13 James Ingham <jingham@leda.cygnus.com>
26314
26315 * gdb.c++/overload.exp: Added tests for listing overloaded
26316 functions with function pointers in the arg, explicitly calling
26317 out the version you want.
26318
26319 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
26320
26321 * long_long.exp: Add variations of test cases that work for
26322 targets with 16-bit ints and 32-bit doubles.
26323
26324 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
26325
26326 * break.c (main): Compare a possibly-uninitialized argc with an
26327 unlikely value that fits in 16 bits.
26328
26329 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
26330
26331 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
26332 0xfeeb, don't want negative numbers if ints are 16 bits.
26333
26334 * lib/gdb.exp (skip_cplus_tests): New proc.
26335 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
26336 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
26337 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
26338 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
26339 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
26340 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
26341 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
26342 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
26343
26344 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
26345
26346 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
26347
26348 * gdb.base/corefile.exp (up): Allow a parameter to appear
26349 in the frame that we're going up to.
26350
26351 From Jim Blandy <jimb@cygnus.com>:
26352
26353 * gdb.base/default.exp (info float): Expect some output now.
26354
26355 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
26356 returning floating-point values to fail on the x86.
26357 * gdb.base/callfwmall.exp (do_function_calls): Same.
26358
26359 * gdb.base/list.exp (test_listsize): Correct expectations for
26360 listing line 1 with listsize 2. Also, listing a single line
26361 works now, as does listing three lines. [Kevin's note: There
26362 were a number of other cases fixed too where the expectations
26363 differed...]
26364
26365 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
26366
26367 * gdb.base/selftest.exp: Add case for when version prints as
26368 constant string instead of char pointer.
26369
26370 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
26371
26372 * gdb.base/ending-run.exp: Add Solaris case for what happens when
26373 stepping out of main.
26374
26375 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
26376 G++ used.
26377
26378 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
26379 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
26380
26381 * gdb.c++/ovldbreak.exp: Update match string in test that
26382 includes a warning of multiple breakpoints.
26383
26384 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
26385
26386 * gdb.base/display.exp: Improve precision of step-after-finish
26387 added yesterday.
26388
26389 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
26390 test.
26391
26392 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
26393 configs when using G++, not just hppa*.
26394
26395 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26396
26397 * gdb.base/async.c: New file.
26398 * gdb.base/async.exp: New file.
26399
26400 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
26401
26402 * gdb.base/break.exp: Tweak PA specific tests to properly handle
26403 PA64.
26404
26405 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
26406
26407 * gdb.base/display.exp: "finish" can leave us mid-line on many
26408 targets, deal with it. Add a small constant to main, instead of
26409 1000 since main+1000 may not be a valid address in the target.
26410
26411 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
26412 on hpux11.
26413
26414 * gdb.base/attach.exp: Handle another hpux11 error message variant
26415 when attaching to a process that does not exist.
26416
26417 1999-08-19 J.T. Conklin <jtc@redback.com>
26418
26419 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
26420 characters in 'continue to 1241' test.
26421
26422 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
26423
26424 * gdb.base/call-ar-st.exp: Add a shorter match case for the
26425 stop in print_long_arg_list, define and use a whitespace
26426 variable in print_small_structs test, add an XFAIL for Solaris.
26427 * gdb.base/dbx.exp: XFAIL func commands until somebody is
26428 interested enough to fix.
26429
26430 1999-08-13 Keith Seitz <keiths@cygnus.com>
26431
26432 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
26433 (dbx_gdb_load): Remove. Use gdb_load instead, since that
26434 proc knows about targets other than the natives.
26435 (test_assign): Use "gdb_run_cmd" to "run" the target.
26436 Check that we've actually hit the breakpoint at main.
26437 When we attempt to assign a value to a local variable, check
26438 that the variable is in the current scope, i.e., don't use
26439 a test with an empty result.
26440
26441 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
26442
26443 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
26444 command.
26445
26446 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
26447
26448 From Jimmy Guo <guo@cup.hp.com> and others at HP:
26449 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
26450 gdb.compat, gdb.threads-hp.
26451 gdb.hp/configure, gdb.hp/configure.in: New files.
26452 gdb.hp/Makefile.in: Recurse into new subdirs.
26453 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
26454 gdb.hp/gdb.objdbg: New directory, tests for debugging info
26455 in object files.
26456 gdb.hp/tools: New directory, aux tools for HP-specific tests.
26457
26458 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
26459
26460 * gdb.base/display.exp: Help expect by putting a newline in the
26461 funky printf, remove a bogus p/a test.
26462
26463 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26464
26465 * gdb.base/display.exp: Make sure that when we say 'run', we are
26466 connected to the target. This is necessary when running not
26467 natively.
26468
26469 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
26470
26471 * gdb.base/step-test.exp: Removed some extraneous messages.
26472
26473 * gdb.base/long_long.exp: Don't run memory examination tests
26474 on little-endian targets (they will need a different set of
26475 results to match).
26476
26477 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
26478
26479 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
26480 until somebody decides to fix GDB.
26481
26482 * gdb.base/long_long.c: Stop compiler complaint by specifying long
26483 constant as "ULL".
26484 * gdb.base/long_long.exp: Loosen x/c test, add partial result
26485 matches for a couple x/2 commands.
26486
26487 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
26488
26489 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
26490 by merging in ref-types2 tests.
26491 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
26492
26493 From Jimmy Guo <guo@cup.hp.com> and others at HP:
26494 * gdb.c++/Makefile.in: Add standard actions.
26495 (EXECUTABLES): Rename from PROGS, update list.
26496 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
26497 from gdb.hp.
26498 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
26499 foo and bar locals.
26500 * gdb.c++/anon-union.exp: Fix tests to match.
26501 * gdb.c++/classes.exp: Run if HP compiler used, add extra
26502 expect matches to handle output variations.
26503 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
26504 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
26505 output, add HP alternatives for new and delete prints.
26506 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
26507 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
26508 * gdb.c++/demangle.exp: Use $style when reporting failure.
26509 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
26510 * gdb.c++/inherit.exp: Run if HP compiler used, add some
26511 match alternatives.
26512 * gdb.c++/local.exp: Add match alternatives or xfails for HP
26513 compilers.
26514 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
26515 * gdb.c++/method.exp: Add match alternatives.
26516 * gdb.c++/misc.cc: Add bool types.
26517 * gdb.c++/misc.exp: Add tests for bool types.
26518 * gdb.c++/overload.exp: Add xfails.
26519 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
26520 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
26521 add some more template parameter tests (only for HP currently).
26522 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
26523 * gdb.c++/virtfunc.cc: Add return type and value for main.
26524 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
26525 match alternatives.
26526
26527 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26528
26529 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
26530
26531 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
26532
26533 * gdb.base/signals.exp: Don't expect getting a backtrace from
26534 within a signal handler to fail on Linux.
26535
26536 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
26537
26538 From Jimmy Guo <guo@cup.hp.com> and others at HP:
26539 * lib/gdb.exp: Remove some gratuitious semicolons.
26540 (delete_breakpoints): Increase timeout.
26541 (gdb_expect): Add -notransfer option.
26542 (gdb_test): Use -notransfer option.
26543 (get_compiler_info): Add f77 case.
26544 (get_compiler): New proc, split out from gdb_preprocess, add f77
26545 case.
26546 (gdb_preprocess): Call get_compiler.
26547
26548 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
26549 * gdb.base/attach.exp, gdb.base/display.exp,
26550 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
26551 gdb.base/long_long.exp, gdb.base/printcmds.exp,
26552 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
26553 third arg to gdb_test.
26554 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
26555 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
26556 HP-UX xfails, add others.
26557 * gdb.base/completion.exp: Reflect name change of self-test.
26558 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
26559 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
26560 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
26561 HP failure number.
26562 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
26563 useless HP-UX 10.30 references.
26564 * gdb.base/maint.exp: Loosen matches.
26565 * gdb.base/pointers.c (main): Declare more_code.
26566 * gdb.base/pointers.exp: Match on output of a `next'.
26567 * gdb.base/structs.c: Add prototypes.
26568 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
26569 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
26570
26571 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26572
26573 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
26574 command.
26575
26576 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26577
26578 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
26579 Fix run to main failures. Watchpoint can be hardware watchpoint.
26580
26581 * gdb.base/annota1.exp: Clean up some more, in case printf has
26582 debug info. Deal with lack of signal hanlder info in stack.
26583
26584 From Jim Kingdon <kingdon@redhat.com>:
26585 * gdb.base/annota1.exp: If printf has debug info, deal with it.
26586
26587 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
26588
26589 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
26590 gdb.base/foll-vfork.exp: Don't run for crosses.
26591
26592 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
26593
26594 * gdb.base/configure.in: Check for gdbvars.exp instead of
26595 a1-selftest.exp.
26596 * gdb.base/configure: Re-generate.
26597
26598 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
26599
26600 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
26601 in trying to run first and name is too long.
26602
26603 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
26604 pointers2.c and pointers2.exp, respectively.
26605 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
26606 doschk happier.
26607
26608 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
26609
26610 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
26611 callfuncs2.c and callfuncs2.exp.
26612
26613 * gdb.base/list.exp: Remove mistaken xfails.
26614 * gdb.base/list0.h: Add optional prototypes.
26615
26616 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
26617
26618 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
26619 calling malloc.
26620 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
26621 * ptype.exp: Move test for get_debug_format to before its first
26622 use.
26623
26624 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26625
26626 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
26627 * gdb.base/annota2.cc, annota2.exp: Move from here.
26628 * gdb.c++/annota2.cc, annota2.exp: To here.
26629 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
26630
26631 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
26632
26633 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
26634 a consistent format.
26635
26636 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
26637
26638 From Jimmy Guo <guo@cup.hp.com> and others at HP:
26639 * lib/gdb.exp (get_compiler_info): Add detection for assorted
26640 HP compilers, also set the globals $true and $false.
26641
26642 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
26643 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
26644 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
26645 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
26646 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
26647 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
26648 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
26649 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
26650 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
26651 whatis.c} Add C++ compatible function definitions and return
26652 types, add includes for library functions.
26653 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
26654 * gdb.base/step-test.c (myglob): Rename from glob.
26655 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
26656 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
26657 files, move here from gdb.hp.
26658 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
26659 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
26660 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
26661 Adjust line numbers in regexps.
26662
26663 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
26664 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
26665 instead of 0/1.
26666
26667 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
26668 foll-vfork.exp: New files, move here from gdb.hp.
26669 * gdb.base/page.exp: New file, test of pagination command.
26670
26671 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
26672 recursion test.
26673 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
26674
26675 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
26676 gdb.base/solib.exp: Fix compiler invocation process.
26677
26678 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
26679 HP-UX 11, turn off overload resolution explicitly.
26680 * gdb.base/commands.exp: Set argument list explicitly, add
26681 watchpoint test.
26682 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
26683 them work.
26684 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
26685 expressions properly.
26686 * gdb.base/corefile.exp: Loosen the match slightly.
26687 * gdb.base/default.exp: Allow "Error accessing memory" message
26688 also.
26689 * gdb.base/display.exp: Skip over x/0 j if PA64.
26690 * gdb.base/funcargs.exp: Add xfails for HP-UX.
26691 * gdb.base/interrupt.exp: Ditto.
26692 * gdb.base/langs.exp: Add symbolic matches governed by compiler
26693 in use.
26694 * gdb.base/list.exp: Add xfails for HP-UX.
26695 * gdb.base/long_long.exp: Refine some of the numeric matches.
26696 * gdb.base/mips_pro.exp: Xfail on HP-UX.
26697 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
26698 * gdb.base/nodebug.exp: Succeed on more varieties of output.
26699 * gdb.base/opaque.exp: Remove some HP-UX xfails.
26700 * gdb.base/ptype.exp: Succeed on more varieties of output.
26701 * gdb.base/scope.exp: Add xfails for HP-UX.
26702 * gdb.base/sect-cmd.exp: Add more cases.
26703 * gdb.base/setvar.exp: Add xfails for HP-UX.
26704 * gdb.base/shlib-call.exp: Loosen some matches slightly.
26705 * gdb.base/signals.exp: Match on void symbolically.
26706 * gdb.base/step-test.exp: Add case for PA64.
26707 * gdb.base/term.exp: Add exit and restart.
26708 * gdb.base/twice.exp: Clean up after self.
26709 * gdb.base/varargs.exp: Disable overload resolution explicitly.
26710 * gdb.base/whatis.exp: Allow more ways to pass tests.
26711
26712 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
26713 no longer useful.
26714
26715 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
26716
26717 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
26718 list of patterns.
26719 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
26720 print_double_array(double_array)", "continuing to breakpoint
26721 1018", "print print_double_array(array_d)" and "continuing to
26722 1034" tests.
26723
26724 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
26725
26726 * Makefile.in: Add empty html and install-html targets.
26727
26728 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
26729
26730 * config/mt-*: Remove, these haven't been used since 1996.
26731
26732 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
26733
26734 * gdb.base/call-strs.c, gdb.base/ending-run.c,
26735 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
26736 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
26737
26738 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
26739
26740 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
26741 simpler match case for the ptype of the big class.
26742
26743 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
26744
26745 * gdb.exp: Fix test for gdb_prompt existence.
26746
26747 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
26748
26749 * gdb.exp (gdb_test): Add fail after calls to perror.
26750
26751 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
26752
26753 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
26754
26755 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
26756
26757 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
26758
26759 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
26760
26761 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
26762 malloc() is linked in.
26763
26764 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
26765
26766 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
26767 step at end.
26768
26769 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
26770
26771 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
26772
26773 * gdb.java/jv-print.exp: New file. (Our first Java test!)
26774
26775 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
26776
26777 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
26778 * gdb.base/mips_pro.exp: Likewise.
26779
26780 1999-06-02 Keith Seitz <keiths@cygnus.com>
26781
26782 * gdb.c++/templates.cc: Change all "new" operators to throw
26783 an exception.
26784 * gdb.c++/cplusfuncs.cc: Likewise.
26785
26786 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
26787
26788 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
26789
26790 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
26791 * gdb.base/ending-run.exp: When stepping out of main, accept a
26792 step into an arbitrary assembler file.
26793
26794 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26795
26796 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
26797 "breakpoint-invalid" to be printed.
26798 * gdb.base/annota2.exp: Revise line number for main
26799 breakpoint. Allow any number of "frames-invalid" and
26800 "breakpoint-invalid" to be printed.
26801 * gdb.base/annota2.cc: Initialize a.x to 0.
26802
26803 1999-05-17 Keith Seitz <keiths@cygnus.com>
26804
26805 * gdb.base/call-ar-st.exp: Skip
26806 "print print_double_array (double_array)" when "skip_float_tests" set.
26807 Ditto for "print print_double_array(array_d)",
26808 "print print_small_structs", "print print_ten_doubles", and
26809 "step into print_long_arg_list".
26810 Don't assume we can step into "print_long_arg_list": we could step
26811 into memcpy.
26812 * gdb.base/call-rt-st.exp: Don't run float-related tests when
26813 "skip_float_tests" is set: "print print_one_double(*d1)"
26814 and "print print_two_floats(*f3)".
26815 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
26816 "skip_float_tests" is set.
26817 * gdb.base/varargs.exp: Skip
26818 "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)" when
26819 "skip_float_tests" set.
26820
26821 1999-05-06 Keith Seitz <keiths@cygnus.com>
26822
26823 * gdb.base/annota2.cc: Include stdio.h.
26824
26825 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
26826
26827 * gdb.base/crossload.exp: Remove, this has been disabled ever
26828 since BFD stopped including all targets, and cross-GDB gets
26829 plenty of testing anyway.
26830 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
26831 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
26832 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
26833 * gdb.base/README: Remove, was doc for this.
26834 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
26835 needed.
26836
26837 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26838
26839 * gdb.base/call-ar-st.exp: Fix one regular expression in test
26840 output.
26841
26842 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
26843 * gdb.base/annota2.exp: New file. More annotation tests.
26844 * gdb.base/annota1.c: New file. Source file for annota1.exp.
26845 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
26846
26847 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
26848
26849 * config/cfdbug.exp: New file.
26850
26851 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
26852
26853 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
26854 Marcus Daniel's and Dale Hawkins's demangler crashes.
26855
26856 * gdb.c++/demangle.exp (test_gnu_style_demangling,
26857 test_lucid_style_demangling, test_arm_style_demangling,
26858 test_hp_style_demangling): Try Tom Tromey's core-dumping
26859 identifier under each demangling style.
26860
26861 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
26862
26863 * gdb.c++/demangle.exp: Include the current demangling style
26864 in all test names.
26865 (current_demangling_style): New global variable.
26866 (set_demangling_style, test_demangling_core, test_demangling,
26867 test_demangling_exact): New functions.
26868 (test_gnu_style_demangling, test_lucid_style_demangling,
26869 test_arm_style_demangling, test_hp_style_demangling): Use those,
26870 instead of calling gdb_test and gdb_test_exact directly.
26871 (catch_demangling_errors): New function, which reports errors
26872 signalled by the demangling test functions in an orderly way.
26873 (do_tests): Use catch_demangling_errors.
26874
26875 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
26876
26877 * gdb.base/signals.exp (test_handle_all_print): Use () for
26878 grouping in expressions, not {}.
26879
26880 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
26881 initialized yet.
26882
26883 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
26884
26885 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
26886 are listed.
26887
26888 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
26889
26890 * gdb.stabs/weird.exp: Test for CC being defined before
26891 looking at its value.
26892
26893 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
26894
26895 * gdb.base/call-ar-st.exp: Remove stray '#'.
26896 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
26897 "short int" and "long int".
26898 * gdb.c++/overload.cc: Cast the string added in the previous
26899 change, to mollify finicky HP compiler.
26900 * gdb.hp/reg-test.exp (testfile): Fix file name.
26901 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
26902
26903 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
26904 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
26905 alternate form of enum ptype.
26906
26907 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
26908
26909 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
26910 * gdb.hp/*.exp: Change all to run compiler probe only after
26911 passing skip_hp_tests, so as not to waste time on guaranteed
26912 failure.
26913
26914 * gdb.c++/overload.cc: Pass string instead of char addr, always
26915 init ccpfoo.
26916 * gdb.c++/templates.cc: Fix syntax error.
26917
26918 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
26919
26920 * gdb.base/commands.exp: Add test for correct position of '>'
26921 when issuing the 'commands' command after a 'while' or 'if'
26922 command.
26923
26924 1999-03-18 James Ingham <jingham@cygnus.com>
26925
26926 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
26927
26928 * gdb.c++/method.exp: It was testing an uninitialized int on the
26929 stack and assuming it was positive.
26930
26931 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
26932
26933 * gdb.base/step-test.exp: Catch a case where finish is broken and
26934 keep it from killing the rest of the tests.
26935 Use gdb_continue_to_end.
26936
26937 * gdb.base/sigall.exp: use gdb_continue_to_end.
26938
26939 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
26940
26941 * gdb.base/display.exp: use runto_main, not run.
26942
26943 * gdb.base/default.exp: Check for the current error message in the
26944 r abbreviation test.
26945 Add strongarm to the targets that know info float.
26946
26947 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
26948 run which doesn't work with monitors.
26949
26950 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to
26951 1034 test.
26952
26953 * gdb.base/break.exp: use the gdb_continue_to_end proc.
26954
26955 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the
26956 end of a program. Traps the case (in Cygmon) when the program
26957 never really exits. Same as Mark's continue_to_exit, but I had
26958 put it in a lot more places, so I used my name. Sorry Mark...
26959
26960 * config/monitor.exp (gdb_target_monitor): added another
26961 target_info parameter: remotebinarydownload. This will set the
26962 remotebinarydownload flag if this is causing some boards trouble.
26963
26964 1999-03-18 Mark Salter <msalter@cygnus.com>
26965
26966 * lib/gdb.exp (continue_to_exit): New function.
26967
26968 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
26969 * gdb.base/ending-run.exp: Ditto.
26970 * gdb.base/step-test.exp: Ditto.
26971
26972 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
26973
26974 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
26975 (suggested by Art Haas <ahaas@neosoft.com>).
26976
26977 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
26978
26979 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
26980
26981 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
26982
26983 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
26984 descriptions of types (short unsigned int vs unsigned short, etc).
26985
26986 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
26987
26988 * gdb.base/call-strs.exp: Don't assume that `step' will step over
26989 a call to strlen; sometimes we do have sources.
26990
26991 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
26992
26993 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
26994 character, so GDB won't print garbage after its end.
26995
26996 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
26997 breakpoint there instead. Sometimes GCC emits memcpy to handle
26998 the large structures being passed by value, so we step into that
26999 instead of sum_array_print, which obscures what we're really testing.
27000 * gdb.base/step-test.exp: However, we do want a test that notices
27001 the bizarre steps into memcpy, so do that here. Add check for
27002 stepping into function calls that pass large structures by value.
27003 ("Is that a noun clause, or are you just happy to see me?")
27004 Remove all references to specific line numbers.
27005 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
27006 New type and function.
27007 (main): Call large_struct_by_value, passing it a large struct by value.
27008 * lib/gdb.exp (gdb_get_line_number): New function.
27009
27010 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
27011 more portable.
27012
27013 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
27014
27015 * lib/gdb.exp: Doc fixes.
27016
27017 1999-03-05 Nick Clifton <nickc@cygnus.com>
27018
27019 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
27020
27021 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
27022
27023 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
27024 commands. They're not germane to this test, and they don't work
27025 that way on remote targets.
27026
27027 1999-03-01 James Ingham <jingham@cygnus.com>
27028
27029 * Changelog entries merged over from gdb development branch.
27030
27031 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
27032
27033 * lib/gdb.exp (gdbtk_analyze_results): Generic function
27034 for outputting results of test run.
27035
27036 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
27037
27038 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
27039
27040 1999-02-25 Felix Lee <flee@cygnus.com>
27041
27042 * lib/gdb.exp (debug_format): initialize
27043
27044 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
27045
27046 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
27047 * gdb.base/call-rt-st.c: Ditto.
27048
27049 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
27050
27051 * gdb.threads/pthreads.exp (horiz): New variable.
27052 (test_startup): Fix regexps that capture thread numbers.
27053
27054 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
27055
27056 * gdb.base/smoke.exp: Disambiguate two test case names (both
27057 called ``print'').
27058
27059 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
27060
27061 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
27062 compilation.
27063
27064 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
27065
27066 * gdb.base/miscexprs.exp: Change patterns to match GDB's
27067 actual output formatting.
27068 * gdb.base/smoke.exp: GDB removes leading 0's.
27069 * gdb.base/volatile.exp: Don't check type of remuneration;
27070 that variable is no longer defined in constvars.c.
27071 * gdb.base/step-test.c (main): Exit with explicit exit code.
27072 * gdb.base/step-test.exp: Remove two nexti checks--they are
27073 not portable.
27074
27075 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
27076
27077 * gdb.base/help.exp ("help delete display"): Fix test to match
27078 gdb's output.
27079
27080 * gdb.base/long_long.c (known_types): Initialize values to zero.
27081 * gdb.base/long_long.exp: Step one more line
27082 so 'dec' is initialized in "get to known place". GDB removes
27083 leading zeros. Explicitly ask for hex formatting. Use
27084 unique test case names.
27085
27086 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27087
27088 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
27089
27090 * gdb.c++/method.exp: Add missing close brace.
27091
27092 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
27093
27094 * gdb.base/maint.exp: Use 'set height 0' to disable page
27095 prompting, not 'set height 400'.
27096
27097 Fix a bunch of timeouts.
27098 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
27099 four separate tests, so expect doesn't take forever to match a ton
27100 of text against a regexp with lots of .* forms.
27101 ("maint print psymbols", "maint print symbols"): Make some of
27102 these greps more selective, so that expect doesn't try to wade
27103 through huge piles of output and time out.
27104
27105 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
27106
27107 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
27108 tests: one which doesn't expect shlib events to be reported, and
27109 another which does, but is XFAIL for all platforms other than
27110 HP/UX.
27111
27112 * gdb.base/break.exp: Teach the test suite that the `catch
27113 fork', `catch vfork', and `catch exec' commands produce error
27114 messages on platforms that don't provide these features.
27115
27116 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
27117
27118 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
27119 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
27120 (shortening names from solib_threshold.exp etc), won't run on
27121 anything but HP-UX for the foreseeable future.
27122 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
27123 reflect move.
27124
27125 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
27126
27127 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
27128 gdb.trace/Makefile.in (clean): Remove all test executables.
27129
27130 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
27131
27132 * gdb.base/shlib-call.exp: add test cases to verify that gdb
27133 successfully re-sets breakpoints in shared libraries.
27134 * gdb.base/shmain.c (main): return 0, don't fall off the end.
27135
27136 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27137
27138 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
27139 and compiled w/o GCC.
27140
27141 * gdb.hp/watch-cmd.exp: ditto.
27142
27143 * gdb.hp/watch-hp.exp: ditto.
27144
27145 * gdb.hp/xdb1.exp: ditto.
27146
27147 * gdb.hp/xdb2.exp: ditto.
27148
27149 * gdb.hp/dbx.exp: ditto.
27150
27151 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
27152
27153 * constvars.c: Remove C++-isms.
27154 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
27155 with GCC.
27156
27157 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
27158
27159 The following changes are part of the HP merge.
27160
27161 * gdb.base/break.exp: new tests to verify that catchpoints for
27162 fork, vfork, and exec don't trigger inappropriately.
27163
27164 * gdb.base/opaque.exp: compile one file at a time, then link.
27165
27166 * gdb.base/signals.exp: be more restrictive about which hppa
27167 systems receive a setup_xfail. new tests.
27168
27169 * gdb.base/solib_threshold.build: new file.
27170 * gdb.base/solib_threshold.exp: new file.
27171 * gdb.base/solib_threshold.link_opts: new file.
27172 * gdb.base/solib_threshold.mk: new file.
27173 * gdb.base/gen_solib_threshold.c: new file.
27174
27175 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
27176 tests. New tests for enums inside classes.
27177
27178 * gdb.c++/compiler.cc: indicate support of template debugging.
27179
27180 * gdb.c++/demangle.exp: run hp style demangling tests.
27181
27182 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
27183 tests.
27184
27185 * gdb.c++/misc.cc: changes to support new tests.
27186
27187 * gdb.c++/templates.cc: changes to support HP's compiler; changes
27188 to support new tests.
27189
27190 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
27191 gcc, then skip these tests.
27192
27193 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
27194
27195 The following files are part of the HP merge; some had longer
27196 names at HP, but have been renamed to be no more than 14
27197 characters in length.
27198
27199 * gdb.hp/ambiguous.cc: new file.
27200 * gdb.hp/ambiguous.exp: new file.
27201 * gdb.hp/attach.exp: new file.
27202 * gdb.hp/attach2.exp: new file.
27203 * gdb.hp/classes-hp.exp: new file.
27204 * gdb.hp/ctti.exp: new file.
27205 * gdb.hp/ctti-add.cc: new file.
27206 * gdb.hp/ctti-add1.cc: new file.
27207 * gdb.hp/ctti-add2.cc: new file.
27208 * gdb.hp/ctti-add3.cc: new file.
27209 * gdb.hp/dbx.exp: new file.
27210 * gdb.hp/exception.cc: new file.
27211 * gdb.hp/exception.exp: new file.
27212 * gdb.hp/foll-exec.c: new file.
27213 * gdb.hp/foll-exec.exp: new file.
27214 * gdb.hp/foll-fork.c: new file.
27215 * gdb.hp/foll-fork.exp: new file.
27216 * gdb.hp/foll-vfork.c: new file.
27217 * gdb.hp/foll-vfork.exp: new file.
27218 * gdb.hp/inherit-hp.exp: new file.
27219 * gdb.hp/more-steps.exp: new file.
27220 * gdb.hp/namespace.cc: new file.
27221 * gdb.hp/namespace.exp: new file.
27222 * gdb.hp/optimize.exp: new file.
27223 * gdb.hp/pxdb.c: new file.
27224 * gdb.hp/pxdb.exp: new file.
27225 * gdb.hp/quicksort.exp: new file.
27226 * gdb.hp/reg-test.exp: new file.
27227 * gdb.hp/reg-test.s: new file.
27228 * gdb.hp/sized-enum.c: new file.
27229 * gdb.hp/sized-enum.exp: new file.
27230 * gdb.hp/start-stop.exp: new file.
27231 * gdb.hp/templ-hp.cc: new file.
27232 * gdb.hp/templ-hp.exp: new file.
27233 * gdb.hp/thr-lib.c: new file.
27234 * gdb.hp/thr-lib.exp: new file.
27235 * gdb.hp/thr-lib.h: new file.
27236 * gdb.hp/thr-liblib.c: new file.
27237 * gdb.hp/virtfun-hp.c: new file.
27238 * gdb.hp/virtfun-hp.exp: new file.
27239 * gdb.hp/watch-cmd.exp: new file.
27240 * gdb.hp/watch-hp.exp: new file.
27241 * gdb.hp/xdb1.exp: new file.
27242 * gdb.hp/xdb2.exp: new file.
27243 * gdb.hp/xdb3.exp: new file.
27244
27245 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
27246
27247 The following files are part of the HP merge; some had longer
27248 names at HP, but have been renamed to be no more than 14
27249 characters in length.
27250
27251 * gdb.base/ss.h: new file.
27252 * gdb.base/call-ar-st.c: new file.
27253 * gdb.base/call-ar-st.exp: new file.
27254 * gdb.base/call-rt-st.c: new file.
27255 * gdb.base/call-rt-st-exp: new file.
27256 * gdb.base/call-strs.exp: new file.
27257 * gdb.base/ena-dis-br.exp: new file.
27258 * gdb.base/environ.exp: new file.
27259 * gdb.base/long_long.exp: new file.
27260 * gdb.base/sect-cmd.exp: new file.
27261 * gdb.base/shlib-cl2.exp: new file.
27262 * gdb.base/smoke.exp: new file.
27263 * gdb.base/so-impl-ld.c: new file.
27264 * gdb.base/so-impl-ld.exp: new file.
27265 * gdb.base/so-indr-cl.c: new file.
27266 * gdb.base/so-indr-cl.exp: new file.
27267 * gdb.base/varargs.exp: new file.
27268 * gdb.base/volatile.exp: new file.
27269 * gdb.base/whatis-exp.exp: new file.
27270 * gdb.base/display.exp: new file.
27271 * gdb.c++/derivation.exp: new file.
27272 * gdb.c++/local.exp: new file.
27273 * gdb.c++/member-ptr.exp: new file.
27274 * gdb.c++/overload.exp: new file.
27275 * gdb.c++/ovldbreak.exp: new file.
27276 * gdb.c++/ref-types.exp: new file.
27277 * gdb.c++/ref-types2.exp: new file.
27278 * gdb.c++/userdef.exp: new file.
27279
27280 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
27281
27282 * gdb.base/default.exp: Reflect wording change in remote.c.
27283
27284 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
27285
27286 * gdb.base/help.exp: Update to reflect current text.
27287
27288 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
27289
27290 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
27291 they're stack variables and contain garbage.
27292 * gdb.c++/anon-union.exp: new file.
27293
27294 The following changes were made by David Taylor
27295 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
27296 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
27297 in changes by HP.
27298
27299 * gdb.base/bitops.exp: new file.
27300 * gdb.base/default.exp: change expected messages for catch and
27301 info catch tests to reflect HP merge changes.
27302 * gdb.base/enable-disable-break.exp
27303 * gdb.base/ending-run.c: new file.
27304 * gdb.base/long_long.c: new file.
27305 * gdb.base/maint.exp: new file.
27306 * gdb.base/pointers2.exp: new file.
27307 * gdb.base/shlib-call2.exp: new file.
27308 * gdb.base/solib.exp: new file.
27309 * gdb.base/step-test.c: new file.
27310 * gdb.c++/anon-union.cc: new file.
27311 * gdb.c++/local.cc: new file.
27312 * gdb.c++/member-pointer.cc: new file.
27313 * gdb.c++/method.cc: new file.
27314 * gdb.c++/ref-types.cc: new file.
27315 * gdb.c++/ref-types2.cc: new file.
27316 * gdb.c++/userdef.cc: new file.
27317
27318 * gdb.base/scope.exp: compile one file at a time, then link.
27319 * gdb.base/langs.exp: ditto.
27320 * gdb.base/list.exp: ditto.
27321
27322 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
27323
27324 The following changes were made by David Taylor
27325 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
27326 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
27327 in changes by HP.
27328
27329 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
27330 skip tests. When compiling pass c++ flag to gdb_compile.
27331 * gdb.c++/
27332
27333 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
27334 test for on hppa*-*-hpux*; use args to see if c++ was specified.
27335 (skip_hp_tests): new function.
27336 (gdb_preprocess): new function.
27337
27338 * configure.in (hpdir): decide whether to configure gdb.hp.
27339 * configure: regenerated.
27340
27341 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
27342 to delete on clean.
27343 (EXECUTABLES): update to reflect new additions.
27344 * gdb.base/commands.exp: update message expected.
27345 * gdb.base/default.exp: add copyright notice.
27346 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
27347 * gdb.base/help.exp: update messages to reflect current text.
27348 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
27349 targets for recurse tests.
27350 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
27351 skip this file.
27352
27353 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
27354 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
27355 compilation.
27356 * gdb.c++/misc.exp: ditto.
27357 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
27358 run the tests. tell gdb_compile that it's a c++ compilation.
27359
27360 * gdb.threads/pthreads.exp: fix typo in message.
27361
27362 * gdb.base/all-bin.exp: new file.
27363 * gdb.base/arithmet.exp: new file.
27364 * gdb.base/assign.exp: new file.
27365 * gdb.base/completion.exp: new file.
27366 * gdb.base/cond-expr.exp: new file.
27367 * gdb.base/condbreak.exp: new file.
27368 * gdb.base/define.exp: new file.
27369 * gdb.base/dollar.exp: new file.
27370 * gdb.base/environment.exp: new file.
27371 * gdb.base/eval-skip.exp: new file.
27372 * gdb.base/jump.exp: new file.
27373 * gdb.base/logical.exp: new file.
27374 * gdb.base/pointers.exp: new file.
27375 * gdb.base/relational.exp: new file.
27376 * gdb.base/section_command.exp: new file.
27377 * gdb.base/whatis-expr.exp: new file.
27378
27379 * gdb.base/all-types.c: new file.
27380 * gdb.base/call-array-struct.c: new file.
27381 * gdb.base/call-return-struct.c: new file.
27382 * gdb.base/call-strings.c: new file.
27383 * gdb.base/callfuncs2.c: new file.
27384 * gdb.base/condbreak.c: new file.
27385 * gdb.base/constvars.c: new file.
27386 * gdb.base/display.c: new file.
27387 * gdb.base/int-type.c: new file.
27388 * gdb.base/jump.c: new file.
27389 * gdb.base/miscexprs.c: new file.
27390 * gdb.base/pointers.c: new file.
27391 * gdb.base/pointers2.c: new file.
27392 * gdb.base/shmain.c: new file.
27393 * gdb.base/shr1.c: new file.
27394 * gdb.base/shr2.c: new file.
27395 * gdb.base/solib.c: new file.
27396 * gdb.base/solib1.c: new file.
27397 * gdb.base/solib2.c: new file.
27398 * gdb.base/varargs.c: new file.
27399 * gdb.c++/derivation.cc: new file.
27400 * gdb.c++/overload.cc: new file.
27401 * gdb.c++/ovldbreak.cc: new file.
27402 * gdb.hp/attach.c: new file.
27403 * gdb.hp/attach2.c: new file.
27404 * gdb.hp/average.c: new file.
27405 * gdb.hp/compiler.c: new file.
27406 * gdb.hp/compiler.cc: new file.
27407 * gdb.hp/execd-program.c: new file.
27408 * gdb.hp/follow-exec.c: new file.
27409 * gdb.hp/follow-fork.c: new file.
27410 * gdb.hp/follow-vfork-and-exec.c: new file.
27411 * gdb.hp/misc-hp.cc: new file.
27412 * gdb.hp/more-steps.c: new file.
27413 * gdb.hp/optimize.c: new file.
27414 * gdb.hp/quicksort.c: new file.
27415 * gdb.hp/run-hp.c: new file.
27416 * gdb.hp/start-stop.c: new file.
27417 * gdb.hp/sum.c: new file.
27418 * gdb.hp/templates-hp.cc: new file.
27419 * gdb.hp/thread-local-in-lib.c: new file.
27420 * gdb.hp/thread-local-in-lib.h: new file.
27421 * gdb.hp/thread-local-in-lib.lib.c: new file.
27422 * gdb.hp/vforked-program.c: new file.
27423 * gdb.hp/virtfunc-hp.cc: new file.
27424 * gdb.hp/watchpoint-hp.c: new file.
27425 * gdb.hp/xdb.c: new file.
27426 * gdb.hp/xdb0.c: new file.
27427 * gdb.hp/xdb0.h: new file.
27428 * gdb.hp/xdb1.c: new file.
27429
27430 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
27431
27432 The following change was made by Edith Epstein
27433 <eepstein@cygnus.com> as part of a project to merge in changes
27434 originally made by HP; HP did not create ChangeLog entries.
27435
27436 * gdb.c++/demangle.exp: changed the expected output for some
27437 ARM-style mangling -- removed second reference to datatype.
27438 For example, maint demangle __dt__11T1__pt__2_cFv
27439 T1<char>::~T1<char>(void)
27440 becomes,
27441 maint demangle __dt__11T1__pt__2_cFv
27442 T1<char>::~T1(void)
27443
27444 (test_hp_style_demangling): new hp specific demangling test cases.
27445
27446 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
27447
27448 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
27449 * gdb.trace/backtrace.exp: Likewise.
27450 * gdb.trace/circ.exp: Likewise.
27451 * gdb.trace/collection.exp: Likewise.
27452 * gdb.trace/deltrace.exp: Likewise.
27453 * gdb.trace/infotrace.exp: Likewise.
27454 * gdb.trace/limits.exp: Likewise.
27455 * gdb.trace/packetlen.exp: Likewise.
27456 * gdb.trace/passc-dyn.exp: Likewise.
27457 * gdb.trace/passcount.exp: Likewise.
27458 * gdb.trace/report.exp: Likewise.
27459 * gdb.trace/save-trace.exp: Likewise.
27460 * gdb.trace/tfind.exp: Likewise.
27461 * gdb.trace/tracecmd.exp: Likewise.
27462 * gdb.trace/while-dyn.exp: Likewise.
27463 * gdb.trace/while-stepping.exp: Likewise.
27464
27465 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
27466
27467 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
27468
27469 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
27470
27471 From Brendan Kehoe:
27472 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
27473 int return types.
27474
27475 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
27476
27477 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
27478 remote dos host testing right.
27479
27480 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
27481
27482 * gdb.base/corefile.exp: remove some xfails.
27483
27484 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
27485
27486 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
27487 have different timestamps.
27488
27489 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
27490
27491 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
27492 gdb.base/default.exp: Replace "exec" with "executable".
27493
27494 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
27495
27496 * gdb.base/default.exp: Change else if to elseif from previous
27497 delta.
27498
27499 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
27500
27501 * gdb.base/default.exp: Add brace missing from previous delta.
27502
27503 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
27504
27505 * gdb.base/default.exp: Support test for info float for all
27506 varieties of arm toolchain.
27507
27508 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
27509
27510 * gdb.trace/*.exp: remove "remote_download" command.
27511
27512 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
27513
27514 * gdb.trace/*.exp: remove -gdwarf from compile.
27515
27516 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
27517
27518 * gdb.trace/configure.in(AC_INIT): typo
27519 * gdb.trace/configure: regenerated
27520
27521 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
27522
27523 * config/m68k-emc.exp: New file.
27524 * lib/<emc-support.exp trace-support.exp}: New files.
27525 * configure.in: add new test directory gdb.trace.
27526 * gdb.trace/{configure configure.in Makefile.in}: New files.
27527 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
27528 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
27529 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
27530 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
27531 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
27532 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
27533 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
27534
27535 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
27536
27537 * gdb.c++/classes.exp: Change all regular expressions to match
27538 arbitrary combinations of newline/carriage-return, so that they
27539 will work equally well on Unix and Windows.
27540 * gdb.c++/inherit.exp: ditto.
27541 * gdb.c++/virtfunc.exp: ditto.
27542
27543 1998-08-11 Dawn Perchik <dawn@cygnus.com>
27544
27545 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
27546
27547 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
27548
27549 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
27550 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
27551 to use a0-a3/d0-d3 as needed.
27552
27553 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
27554
27555 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
27556 * gdb.disasm/am33.exp: Corresponding changes.
27557
27558 1998-07-11 Felix Lee <flee@cygnus.com>
27559
27560 * gdb.base/callfuncs.exp: add cmp10 test.
27561 * gdb.base/callfuncs.c (cmp10): new function.
27562
27563 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
27564
27565 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
27566 into two parts to get around a synchronization problem in expect.
27567
27568 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
27569
27570 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
27571
27572 * configure.in: Add options for gdbtk testsuite.
27573
27574 * configure: Regenerate.
27575
27576 * gdb.gdbtk: New directory to hold gdbtk tests.
27577
27578 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
27579
27580 * gdb.fortran/types.exp: Escape brackets in expect patterns
27581 for test_float_literal_types_accepted tests.
27582 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
27583 before run test.
27584
27585 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
27586
27587 * am33.exp: Just compile, do not link the testcase.
27588 * am33.s: Add ".am33" pseudoop to force am33 mode.
27589
27590 1998-06-25 Felix Lee <flee@cygnus.com>
27591
27592 * gdb.base/setshow.exp: make sure $pc is sane.
27593
27594 * gdb.stabs/weird.exp: split expect patterns properly.
27595
27596 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
27597
27598 * gdb.disasm/am33.s: New disassembler testfile for the am33.
27599 * gdb.disasm/am33.exp: Run it.
27600
27601 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
27602
27603 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
27604 match processing (and eliminate spurious timeouts when running).
27605
27606 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
27607
27608 * gdb.base/signals.exp (test_handle_all_print): put back Mach
27609 exception test, but conditionalize it on target [mach | gnu].
27610
27611 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
27612
27613 * gdb.base/overlays.exp: fixup compile line for linker script.
27614
27615 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
27616
27617 * gdb.fortran/types.exp: don't guess at float size.
27618
27619 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
27620
27621 * gdb.base/exprs.exp: delete test that depends on int size.
27622
27623 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
27624
27625 * config/sim.exp: Removed checks for target triplets.
27626 (gdb_target_sim): Use gdb,target_sim_options.
27627
27628 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
27629
27630 * gdb.base/reread.exp: New file.
27631 * gdb.base/reread1.c: New file.
27632 * gdb.base/reread2.c: New file.
27633
27634 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
27635
27636 * config/sim.exp: Use 'target sim -sparclite' when running
27637 SPARClite programs.
27638
27639 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
27640
27641 * gdb.base/structs2.exp: New file.
27642 * gdb.base/structs2.c: New file.
27643
27644 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
27645
27646 * gdb.asm/common.inc: New file.
27647 * gdb.asm/d10v.inc: New file.
27648 * asm-source.exp: Pass -I's to gas to find .inc files.
27649 Update line numbers in expected output.
27650 * asmsrc1.s: Rewrite.
27651 * asmsrc2.s: Rewrite.
27652 * configure.in: Create arch.inc symlink.
27653 * configure: Regenerate.
27654 * Makefile.in (distclean): Delete arch.inc.
27655
27656 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
27657
27658 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
27659 (t_enum_value2): ditto
27660 (t_enum_value3): ditto
27661 (main): ditto
27662 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
27663
27664 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
27665 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
27666 change.
27667 Use gdb_test instead of send_gdb/gdb_expect sequences.
27668
27669 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
27670
27671 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
27672 not void.
27673
27674 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
27675
27676 * gdb.base/branches.c: Code with lots of loops and
27677 subroutines. Used to test gdbs ability to single step through PC
27678 changes, especially to test mips-tdep.c:mips_next_pc
27679
27680 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
27681
27682 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
27683 more rigorous EGCS C++ error checking.
27684
27685 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
27686
27687 * gdb.base/help.exp: Clean up `help set args' and `help show args'
27688 tests.
27689 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
27690 function when asleep.
27691 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
27692 for i*86 Linux and SVR4 signal handling problems.
27693 Remove linux xfail for `next to handler in signals_tests_1', fixed
27694 by recent infrun.c change.
27695 Limit backtrace to 10 frames to avoid timeout problems with infinite
27696 stack backtraces.
27697 Adjust expect pattern in `handle all print' test to match Apr 28 1997
27698 target.[ch] change.
27699
27700 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
27701
27702 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
27703 for a newline from gdb before continuing.
27704 (default_gdb_exit): Just look for y or n.
27705 (gdb_test): Detect abnormal exit from GDB running on DOS; if
27706 it does, fail the rests of the tests in the file.
27707
27708 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
27709
27710 * config/cygmon.exp: New file.
27711
27712 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
27713
27714 * gdb.base/list.exp: Fix problem with "list default lines around
27715 main" test on remote targets.
27716
27717 * gdb.base/scope.exp: Fix problem with filelocal_bss before
27718 run test on remote targets.
27719
27720 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
27721
27722 * gdb.asm: New directory.
27723 * configure.in: Configure it.
27724 * configure: Regenerate.
27725 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
27726 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
27727
27728 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
27729
27730 * config/mn10300-eval.exp: New file to support MN10300 eval board.
27731
27732 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
27733
27734 * gdb.base/overlays (several files): Merge the two overlay
27735 managers into one. Change variables (foox, barx, bazx, grbxx)
27736 back into ints but force them to load in their proper sections.
27737
27738 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
27739
27740 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
27741 on-chip insn memory and IMAP1 to upper 128k.
27742 (D10VCopy): Handle memory regions crossing 16k boundaries.
27743 (D10VCopy): Transfer data in 32 bit chunks.
27744
27745 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
27746
27747 * gdb.base/overlays.c (main): Exit normally when result is
27748 correct.
27749
27750 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
27751 map. Include space for printf in .text segment.
27752
27753 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
27754 updated d10v memory VMA/LMA map.
27755 (D10VCopy): Call D10VTranslate.
27756
27757 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
27758
27759 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
27760
27761 * gdb.base/bar.c (barx, bar): Change variable to small array so
27762 that it won't be put into the .sdata - small data -
27763 section. Update reference.
27764 * gdb.base/baz.c (bazx, baz): Ditto.
27765 * gdb.base/foo.c (foox, foo): Ditto.
27766 * gdb.base/grbx.c (grbxx, grbx): Ditto.
27767
27768 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
27769 to be arrays.
27770
27771 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
27772
27773 * gdb.base/overlays.exp: fix up and get working again.
27774 Add tests for backtraces from an overlay function.
27775
27776 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
27777
27778 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
27779 "calling function with watchpoint enabled".
27780
27781 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
27782
27783 * gdb.base/break.exp (test_next_with_recursion): Remove
27784 gdb_suppress_tests for d10v-*-*.
27785 * lib/gdb.exp (gdb_suppress_tests): Disable this function
27786 pending review of whether it is useful or not.
27787
27788 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
27789
27790 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
27791
27792 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
27793
27794 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
27795 * config/dve.exp: New file to support Densan boards.
27796
27797 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
27798
27799 * gdb.base/interrupt.exp: Document problem of simulators, signals,
27800 reads and BSD.
27801
27802 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
27803
27804 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
27805 response.
27806
27807 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
27808
27809 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
27810
27811 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
27812 test.
27813
27814 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
27815 target_sizeof_long and target_bigendian_p.
27816 (structs_by_value, structs_by_reference): Check values according
27817 to targets word size and endianess.
27818
27819 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
27820
27821 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
27822 output.
27823
27824 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
27825
27826 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
27827 Update test of set args help to match source change.
27828
27829 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
27830
27831 * gdb.base/default.exp: Expect help system output to be in
27832 alphabetical order.
27833 * gdb.base/help.exp: Ditto.
27834
27835 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
27836
27837 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
27838 "i*86-pc-linux-gnu*".
27839 * gdb.base/interrupt.exp: Ditto.
27840 * gdb.base/corefile.exp: Ditto.
27841
27842 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
27843 define vxworks when building the testcase.
27844
27845 * gdb.base/ptype.exp: Fix testnames to be unique.
27846 * gdb.base/radix.exp: Ditto.
27847 * gdb.base/term.exp: Ditto.
27848 * gdb.base/whatis.exp: Ditto.
27849 * gdb.c++/classes.exp: Ditto.
27850
27851 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
27852
27853 * gdb.base/callfuncs.exp: Fix indentation.
27854
27855 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
27856 suppress_flag has been set.
27857 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
27858 target feature.
27859
27860 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
27861
27862 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
27863 the testcase.
27864
27865 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
27866 set_debug_traps() and breakpoint().
27867 * gdb.c++/misc.cc (main): Ditto.
27868 * gdb.c++/templates.cc (main): Ditto.
27869 * gdb.c++/virtfunc.cc (main): Ditto.
27870
27871 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
27872
27873 * lib/gdb.exp(gdb_step_for_stub): New function.
27874 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
27875 exists, reload the executable and do a "continue" instead of
27876 doing a jump.
27877 (runto_main): Use gdb_step_for_stub.
27878
27879 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
27880 tests to have unique names.
27881 * gdb.base/callfuncs.exp: Ditto.
27882 * gdb.base/commands.exp: Ditto.
27883 * gdb.base/default.exp: Ditto.
27884 * gdb.base/help.exp: Ditto.
27885 * gdb.base/list.exp: Ditto.
27886 * gdb.base/opaque.exp: Ditto.
27887 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
27888 similar tests.
27889
27890 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
27891 * gdb.c++/cplusfuncs.cc: Ditto.
27892 * gdb.c++/virtfunc.cc: Ditto.
27893
27894 * config/monitor.exp: Keep track of the last file we saw, rather
27895 than trying to get the info from gdb.
27896
27897 * gdb.fortran/types.exp: Move comment to previous line.
27898
27899 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
27900
27901 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
27902 target mode.
27903
27904 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
27905
27906 From Bob Manson:
27907 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
27908 string from GDB when it connects.
27909
27910 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
27911
27912 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
27913
27914 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
27915 if we can't get a debug format from GDB (we may be testing an
27916 older GDB). Use a 10 second timeout when checking for the format.
27917
27918 * gdb.stabs/weird.exp: Fix quoting.
27919
27920 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
27921
27922 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
27923
27924 * config/arm-ice.exp: New file.
27925
27926 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
27927
27928 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
27929 until it has been modified to work with the new testsuite.
27930
27931 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
27932 testcase won't compile, cause all of the testcases in the file to
27933 fail instead.
27934
27935 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
27936 (gdb_clear_suppressed): New procedure.
27937 (gdb_stop_suppressing_tests): Only clear suppress_flag if
27938 it contains a positive value.
27939
27940 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
27941
27942 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
27943
27944 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
27945
27946 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
27947
27948 * lib/gdb.exp (setup_xfail_format): New function.
27949 (get_debug_format): New function to get debug format.
27950 (debug_format): New global variable to hold last value set
27951 by get_debug_format.
27952 * gdb.base/list.exp: Call get_debug_format and expect some
27953 tests to fail for DWARF 1 and COFF formats.
27954 * gdb.c++/ptype.exp: Ditto.
27955 * gdb.c++/classes.exp: Ditto.
27956 * gdb.c++/cplusfuncs.exp: Ditto.
27957 * gdb.c++/inherit.exp: Ditto.
27958 * gdb.c++/templates.exp: Ditto.
27959 * gdb.c++/virtfunc.exp: Ditto.
27960
27961 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
27962
27963 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
27964 host doesn't have a currently-open connection.
27965
27966 * config/sparclet.exp: Cleanups and fixes to make it generic for
27967 any gdb stub target. Handle cases where gdb doesn't respond when
27968 interrupted in a sane fashion.
27969
27970 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
27971 same thing in a totally different way.
27972
27973 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
27974 setting "timeout".
27975 (gdb_start): We set the global gdb_prompt variable in
27976 default_gdb_init now.
27977
27978 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
27979
27980 * gdb.base/printcmds.exp: Fix "check for floating addition"
27981 regexp to accept results within approx +/- .01 of exact value.
27982 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
27983
27984 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
27985
27986 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
27987 properly.
27988 (gdb_expect): Add optional timeout parameter, and add timeout
27989 value to various calls.
27990 (gdb_suppress_tests): Only give one warning message per group.
27991
27992 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
27993
27994 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
27995 global variables. Handle getting a value for $timeout more
27996 gracefully.
27997
27998 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
27999
28000 * lib/gdb.exp: Close connection to remote host if gdb doesn't
28001 initialize.
28002 (default_gdb_init): New procedure; allow gdb_init to be overridden
28003 by a target configuration file.
28004 (gdb_expect): Pass the timeout to remote_expect.
28005
28006 * config/monitor.exp(gdb_load): Fix typo in regexp.
28007
28008 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
28009
28010 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
28011
28012 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
28013
28014 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
28015 here. Call gdb_target_exec before rebooting the target, to make
28016 sure the connection to the target is closed.
28017 (gdb_load): Pass the name of the executable to gdb_target_monitor.
28018 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
28019 Also detect "Timeout reading from remote" error.
28020
28021 * config/gdbserver.exp: Pass the executable being loaded to
28022 gdb_target_monitor. Don't call gdb_file_cmd here; let
28023 gdb_target_monitor do it.
28024
28025 * gdb.disasm/hppa.exp: Don't use exec_output.
28026
28027 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
28028
28029 * gdb.base/list.exp: If we're debugging a non-native target,
28030 try to set the pc register to point to the start of the
28031 program before doing the first list command.
28032
28033 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
28034 test_calls after restarting.
28035
28036 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
28037 reloading.
28038
28039 * gdb.base/watchpoint.exp: Fix typo.
28040
28041 * gdb.base/setshow.exp: Check for use_gdb_stub.
28042
28043 * gdb.base/break.exp: Fix continue until exit test for the gdb
28044 stub case.
28045 * gdb.base/langs.exp: Ditto.
28046
28047 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
28048 gdb_load_offset. If we weren't given a file to load, figure out
28049 what the current file is and use it.
28050
28051 * config/i386-bozo.exp: New file.
28052
28053 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
28054
28055 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
28056 feature.
28057
28058 * config/proelf.exp: New entry.
28059
28060 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
28061
28062 * lib/gdb.exp: Remove spurious .* patterns at the beginning
28063 of regexps.
28064
28065 * gdb.base/watchpoint.exp: Don't run the test_stepping
28066 tests if gdb can't call functions on the target.
28067
28068 * gdb.base/setshow.exp: Don't run the set prompt tests if
28069 the board has gdb_prompt set.
28070
28071 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
28072
28073 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
28074 * gdb.base/commands.exp: Likewise.
28075 * gdb.base/setshow.exp: Likewise.
28076
28077 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
28078
28079 * config/monitor.exp(gdb_start): Look for gdb_prompt target
28080 feature.
28081
28082 * config/i960.exp: New file.
28083
28084 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
28085
28086 * gdb.base/funcargs.exp: Check for gdb,short_int target
28087 feature instead of looking for explicit target triplets.
28088
28089 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
28090
28091 * gdb.base/printcmds.exp: add a couple more tests a la
28092 "p 123DEADBEEF", to check parse_number.
28093 * top.c: change "to enable to enable" to "to enable" in a couple
28094 of help strings.
28095
28096 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
28097
28098 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
28099 on the mn10300.
28100
28101 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
28102
28103 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
28104 where the test executable is run with explicit args.
28105 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
28106
28107 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
28108
28109 * gdb.base/run.c: Use FAKEARGV to build test executable that
28110 does not require a command line arg, since most simulators
28111 don't currently support passing such an arg into the simulated
28112 program.
28113 * gdb.base/commands.exp: Change tests to insert the proper
28114 value as the arg to the first recursive factorial call. Change
28115 compilation line to define FAKEARGV at compile time.
28116
28117 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
28118
28119 * gdb.base/recurse.exp: Enable these tests for the mn10300.
28120 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
28121 function with watchpoint enabled" test.
28122
28123 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
28124
28125 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
28126 Don't call gdb_test when the command doesn't return to a gdb prompt.
28127
28128 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
28129 "Tests restarted" messages.
28130
28131 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
28132
28133 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
28134
28135 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
28136
28137 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
28138 for INFO SYMBOL; add help tests for OVERLAY commands.
28139 * gdb.base/default.exp: add tests for INFO SYMBOL command;
28140 add tests for OVERLAY commands
28141 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
28142 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
28143 * gdb.base/sigall.c: add usestubs code frag
28144 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
28145
28146 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
28147
28148 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
28149 failures.
28150 (gdb_stop_suppressing_tests): Note that tests have restarted.
28151
28152 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
28153
28154 * config/h8300.exp: New file.
28155
28156 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
28157
28158 * gdb.base/setshow.exp: Check for the existence of a
28159 feature, not its value.
28160
28161 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
28162
28163 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
28164
28165 * gdb.base/scope.exp: It's now init0(), not init().
28166
28167 * gdb.base/scope0.c: For now, change init() to be init0().
28168
28169 * config/monitor.exp: Use gdb_serial in preference to serial
28170 or netport.
28171
28172 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
28173 and it's not already set.
28174
28175 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
28176
28177 * gdb.base/setshow.exp: Only test the run command if the target
28178 isn't using a stub and if it supports argument passing.
28179
28180 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
28181
28182 * config/udi.exp(gdb_start): Make sure UDICONF is set
28183 properly before starting gdb.
28184
28185 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
28186
28187 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
28188 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
28189 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
28190
28191 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
28192
28193 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
28194 specialized code to reboot the board, use remote_reboot instead.
28195
28196 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
28197
28198 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
28199
28200 * config/monitor.exp: Make sure we disconnect from the target.
28201 Also, try a reboot/reload cycle instead of failing if the
28202 load fails.
28203
28204 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
28205
28206 * gdb.base/default.exp: Don't set match_max.
28207 * gdb.base/help.exp: Ditto.
28208 * gdb.base/list.exp: Ditto.
28209 * gdb.base/signals.exp: Ditto.
28210
28211 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
28212 set, use remote_ld to download the testcase instead of
28213 the GDB loader.
28214
28215 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
28216
28217 * config/vr5000.exp: New file.
28218
28219 * config/monitor.exp(gdb_target_monitor): Add pattern for
28220 "Ending remote" to detect errors in connecting.
28221
28222 * gdb.base/setshow.exp: Add .* within auto language test.
28223
28224 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
28225 target feature.
28226
28227 * config/monitor.exp(gdb_load): Check for a failure when loading,
28228 and reboot the board if necessary.
28229
28230 * gdb.base/setvar.exp(test_set): Handle multiple prints within
28231 a set of tests. Remove print.* from the patterns being checked.
28232
28233 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
28234
28235 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
28236 refer to gdb_spawn_id.
28237
28238 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
28239 longer used.
28240 * config/sparclet.exp: Ditto.
28241 * config/sparclet-old.exp: Ditto.
28242 * config/slite.exp: Ditto.
28243 * config/sim.exp: Ditto.
28244 * gdb.base/funcargs.exp: Ditto.
28245
28246 * lib/gdb.exp:Remove references to gdb_spawn_id.
28247 (gdb_expect): Move to remote.exp.
28248
28249 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
28250
28251 * config/monitor.exp: Detect the "Couldn't establish connection"
28252 message from GDB.
28253
28254 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
28255
28256 * gdb.base/bitfields.exp: Use runto instead of explicit
28257 gdb_run_cmd/gdb_expect sequences.
28258
28259 * gdb.base/break.exp(text_next_with_recursion): Add match for
28260 gdb_expect call.
28261
28262 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
28263 We also need to handle the "A program is being debugged already"
28264 prompt from gdb. Use gdb_test to set the baud rate.
28265
28266 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
28267 to 20000. Really. I mean it.
28268
28269 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
28270
28271 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
28272 fails. If suppress_flag is set, skip perror message about not
28273 being able to send to GDB.
28274 (send_gdb): If suppress_flag is set, don't try to send commands to
28275 GDB.
28276 (gdb_expect): If suppress_flag is set, always fail immediately.
28277 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
28278 (gdb_init): Call gdb_stop_suppressing_tests.
28279 (default_gdb_exit): Ditto.
28280 (default_gdb_start): Ditto.
28281
28282 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
28283 gdb_stop_suppressing_tests as appropriate.
28284 * gdb.base/break.exp: Ditto.
28285 * gdb.base/callfuncs.exp: Ditto.
28286 * gdb.base/commands.exp: Ditto.
28287 * gdb.base/exprs.exp: Ditto.
28288 * gdb.base/funcargs.exp: Ditto.
28289 * gdb.base/list.exp: Ditto.
28290 * gdb.base/recurse.exp: Ditto.
28291 * gdb.base/scope.exp: Ditto.
28292 * gdb.base/structs.exp: Ditto.
28293 * gdb.c++/inherit.exp: Ditto.
28294
28295 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
28296
28297 * config/vr4300.exp: New file.
28298
28299 * gdb.*/*.exp: Call gdb_expect instead of expect.
28300
28301 * lib/gdb.exp(gdb_expect): New function.
28302
28303 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
28304
28305 * lib/gdb.exp(gdb_init): New function.
28306
28307 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
28308 for each individual variable set.
28309
28310 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
28311 name.
28312
28313 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
28314
28315 * gdb.base/scope.exp: Use gdb_test.
28316
28317 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
28318 aborting; the testsuite driver will do that for us (see
28319 gdb_finish). Also, use gdb_test in a few more places.
28320
28321 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
28322
28323 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
28324
28325 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
28326
28327 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
28328 and "add_tests" are not at the same address.
28329
28330 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
28331
28332 * gdb.base/ptype.exp: Use gdb_test.
28333
28334 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
28335
28336 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
28337 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
28338 left in. No longer expect them to fail.
28339
28340 * gdb.stabs/*.mt; Deleted, no longer used.
28341 * gdb.stabs/configure.in: Remove references to target makefile
28342 frags.
28343 * gdb.stabs/configure: Rebuilt.
28344
28345 * gdb.disasm/*.mt: Deleted, no longer used.
28346 * gdb.disasm/configure.in: Remove references to target makefile
28347 frags. Use "sh3.s" as the unique filename for this directory.
28348 * gdb.disasm/configure: Rebuilt.
28349
28350 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
28351 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
28352 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
28353
28354 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
28355
28356 * config/udi.exp: Use mondfe,name instead of remote_host.
28357
28358 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
28359
28360 * gdb.base/watchpoint.exp: Don't expect a failure when calling
28361 a function with a watchpoint enabled on the mn10200.
28362
28363 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
28364 before trying to create it!
28365
28366 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
28367
28368 * config/vx.exp: Use hostname instead of netport.
28369
28370 * config/vxworks.exp: New file.
28371
28372 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
28373
28374 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
28375 gdb before assuming everything worked. Send a ^C if a timeout
28376 occurs.
28377
28378 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
28379 $gdb_spawn_id directly.
28380 (gdb_run_cmd): Try _start as well as start. Use the target feature
28381 gdb,start_symbol as the symbol to start from when jumping.
28382
28383 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
28384
28385 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
28386 redundant) test.
28387
28388 * gdb.base/recurse.exp: Relax final value test for 'b' so that
28389 it doesn't lose for 16bit integer systems.
28390
28391 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
28392
28393 * gdb.fortran/types.exp: If the target doesn't support "double"
28394 data types, then expect "real" types to only be 4 bytes.
28395
28396 * gdb.c++/virtfunc.exp: Expect failure for virtual function
28397 call tests if the target doesn't support inferior function calls.
28398
28399 * gdb.base/printcmds.exp: Allow minor deviation in FP values
28400 in printf tests.
28401
28402 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
28403
28404 * gdb.base/help.exp: Disable "help set", "help show", and
28405 "help support". Simplify regexp for "help stack".
28406
28407 * gdb.base/default.exp: Set match_max to 5000 and the timeout
28408 to 60 seconds. Temporarily set match_max to 15000 around the
28409 "info copying" test.
28410
28411 * gdb.base/nodebug.exp: Don't try to do an inferior function
28412 call if the target doesn't support them.
28413 * gdb.base/printcmds.exp: Likewise.
28414 * gdb.base/setvar.exp: Likewise.
28415 * gdb.base/structs.exp: Likewise.
28416 * gdb.c++/templates.exp: Likewise.
28417 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
28418
28419 * gdb.base/recurse.exp: Enable for the mn10200.
28420
28421 * configure.in: Do configure gdb.stabs directory for *-*-elf
28422 targets.
28423 * configure: Rebuilt.
28424
28425 * gdb.base/break.exp: Check for gdb,noresults before testing
28426 exit status and/or results from the target.
28427 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
28428 * lib/gdb.exp: Remove old (now bogus) initialization of
28429 noinferior, noargs, noresults and nosignals.
28430
28431 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
28432
28433 * config/sh.exp: New file.
28434
28435 * config/slite.exp: Try to connect multiple times to the board
28436 before rebooting. Only send a "monitor run" if need_monitor_run
28437 is set.
28438
28439 * gdb.base/break.exp: Don't do the "stub continue" test if
28440 the target has gdb_stub set.
28441
28442 * gdb.base/callfuncs.exp: Increase the timeout.
28443
28444 * gdb.base/interrupt.exp: Don't even try to compile the testcase
28445 if the target has gdb,noinferiorio set.
28446
28447 * gdb.base/list.exp: Increase match_max to 10000 characters.
28448
28449 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
28450
28451 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
28452 target.
28453
28454 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
28455
28456 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
28457
28458 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
28459 trying to delete the copy of gdb. Catch the file delete so we
28460 don't die if the delete fails; also, the file should be copied to
28461 the host, not to the build.
28462
28463 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
28464
28465 * lib/gdb.exp(gdb_test): Surround the result pattern with
28466 parenthesis in case it contains multiple regexps separated
28467 with |.
28468
28469 * gdb.base/watchpoint.exp: Use gdb_test.
28470 * gdb.base/default.exp: Ditto.
28471
28472 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
28473
28474 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
28475
28476 * gdb.base/scope.exp: Use gdb_test.
28477 * gdb.c++/classes.exp: Ditto.
28478 * gdb.c++/inherit.exp: Ditto.
28479
28480 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
28481
28482 * gdb.base/crossload.exp: Don't use execute_anywhere, use
28483 remote_exec instead.
28484 * gdb.base/corefile.exp: Don't be ridiculous.
28485 * gdb.base/*.c: Add missing stub invocations.
28486
28487 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
28488
28489 * config/slite.exp: Miscellaneous fixes.
28490
28491 * lib/gdb.exp: Fix runto.
28492
28493 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
28494 the target.
28495
28496 * gdb.base/watchpoint.exp: Fix regexp.
28497
28498 * lib/gdb.exp(default_gdb_exit): Add a catch to the
28499 close and wait commands, as the descriptor may now be
28500 invalid. Always call "remote_close host".
28501
28502 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
28503
28504 Major rewrite for testsuite revision.
28505
28506 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
28507 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
28508 instead of relying on spawn_id to always contain a valid
28509 spawn id.
28510 (get_compiler_info): New procedure to build the ${binfile}.ci
28511 file, instead of replicating this in N different places.
28512 (gdb_compile): New procedure.
28513
28514 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
28515 appropriate arguments) instead of compile. Use gdb_test in a lot
28516 more places. Use send_gdb instead of send. Always run gdb_start
28517 at the start of a testcase, as this is no longer done magically.
28518
28519 config/*-gdb.exp: Rename without the -gdb suffix.
28520
28521 config/mips.exp: Use remote_close instead of exit_remote_shell.
28522 config/monitor.exp: Use target_info instead of looking at
28523 baud, timeout, etc.
28524 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
28525
28526 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28527
28528 * gdb.c++/templates.exp (test_ptype_of_templates),
28529 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
28530 Update expect patterns for destructors and assignment operators
28531 to match corresponding c-typeprint.c changes.
28532 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
28533 to destructor breakpoint test, GDB should be able to set the
28534 destructor breakpoint without specifying arguments.
28535
28536 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
28537
28538 * gdb.threads/pthreads.exp: Change result for failure to compile due
28539 to lack of pthreads runtime support from an error to simply an
28540 unsupported test, per dejagnu standards.
28541
28542 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28543
28544 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
28545 where GDB exits to reduce pattern match time.
28546 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
28547
28548 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
28549
28550 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
28551
28552 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
28553 * gdb.base/default.exp: ditto.
28554 * gdb.base/nodebug.exp: ditto.
28555 * gdb.base/printcmds.exp: ditto.
28556 * gdb.base/ptype.exp: ditto.
28557 * gdb.base/setvar.exp: ditto.
28558 * gdb.base/structs.exp: ditto.
28559 * gdb.base/setshow.c: Guard against uninitialized values of argc.
28560
28561 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
28562
28563 * configure, */configure: Rebuild with autoconf 2.12.
28564
28565 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
28566
28567 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
28568 use new i*86-pc-linux*-gnu quads.
28569 * gdb.base/corefile.exp: Ditto.
28570 * gdb.base/signals.exp: Ditto.
28571 * gdb.base/sigall.exp: Ditto.
28572 * gdb.base/interrupt.exp: Ditto.
28573
28574 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
28575 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
28576 RedHat 4.0.
28577
28578 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
28579 linux. This allows the test case to at least compile on latest
28580 linux, but still not run due to missing the threads runtime library.
28581
28582 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28583
28584 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
28585 directory to search gdb directory. Accept and step over conditional
28586 stack alignment code. Consume $prompt in failure cases.
28587 Reset timeout to $oldtimeout instead of some arbitrary value.
28588 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
28589 timeout problems with infinite stack backtraces.
28590 * gdb.base/ptype.exp (ptype struct link, union tu_link):
28591 Accept function parameters for linkfunc member.
28592
28593 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
28594
28595 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
28596 (CXXFLAGS): Remove, unreferenced.
28597 (B_OPTIONS): Add for -B options and add code to initialize with
28598 previous -B options and also add -B option to pick up cross compiled
28599 runtime.
28600 (TARGET_INCLUDES): Add for -I options and add code to initialize when
28601 doing cross compiles.
28602 (target_alias): Declare global.
28603 (xgcc): Set variable to full path of gcc in build tree. Use findfile
28604 to verify that gcc exists in build tree, and if so set CC to that
28605 gcc and to use B_OPTIONS and TARGET_INCLUDES.
28606
28607 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
28608
28609 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
28610 ptype test for anonymous union. Fixup testcase to match
28611 current gcc debug output.
28612
28613 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
28614
28615 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
28616 force argument to an unsigned long type.
28617
28618 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
28619
28620 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
28621 tests and anonymous union print/ptype tests.
28622 * gdb.base/list.exp (test_forward-search): Increase timeout by
28623 5 minutes for the "search extremely long line" case.
28624 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
28625 completely optional and that the pass/fail messages use the command as
28626 the message if that third arg is a null string.
28627 (gdb_test_exact): Arrange that a null string pattern means match a
28628 null string output rather than any output, which might include random
28629 errors.
28630 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
28631 backtrace test.
28632 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
28633 always failing and failure is now exposed by gdb.exp changes.
28634
28635 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
28636
28637 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
28638 weren't being noted.
28639
28640 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28641
28642 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
28643 * gdb.stabs/weird.exp: Remove v_comb xfails.
28644
28645 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
28646
28647 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
28648 list.exp scope.exp watchpoint.exp]
28649 Make all timeout error msgs explicitly say "(timeout)".
28650
28651 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
28652
28653 * config/monitor.exp: Increase download timeout to 1000 seconds.
28654
28655 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
28656
28657 * config/m32r.exp: Increase timeout to 120 seconds.
28658
28659 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
28660
28661 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
28662 and accept older ordering as obsolescent gcc or gdb.
28663 * gdb.c++/templates.exp: Ditto.
28664 * gdb.c++/virtfunc.exp: Ditto.
28665
28666 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
28667
28668 * gdb.base/coremaker.c: Add code to mmap some data so we
28669 can check that it ends up in the core file.
28670 * gdb.base/corefile.exp: Add test to read mmapped data
28671 from core file.
28672
28673 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
28674
28675 * config/m32r.exp: New file.
28676
28677 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
28678
28679 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
28680 that cflags can contains -gstabs, and work correctly for other tests.
28681
28682 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
28683
28684 * gdb.base/setshow.exp: New file, tests show and set.
28685 * gdb.base/setshow.c: New file, tests show and set.
28686 * gdb.base/help.exp: Add test for help set|show annotate.
28687 * gdb.base/default.exp: Add test for set|show annotate.
28688
28689 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
28690
28691 * testsuite/gdb.base/break.exp: Make backtrace from factorial
28692 errors unique.
28693 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
28694 explicitly.
28695
28696 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
28697
28698 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
28699 and width commands. This is done elsewhere.
28700 * (gdb_start): Don't call gdb_start_sim here. That's already
28701 done in gdb_load. This fixes lots of failures in default.exp.
28702
28703 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
28704
28705 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
28706 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
28707 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
28708 in the same we we treat other failures (since it may be an expected
28709 condition), rather than as an error.
28710 * gdb.base/signals.exp (test_handle_all_print): Revert back to
28711 old test format.
28712
28713 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
28714
28715 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
28716 (distclean maintainer-clean realclean): No need to remove files
28717 twice. Nuke the duplicates.
28718 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
28719 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
28720 Remove config.h along with other config files.
28721
28722 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
28723
28724 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
28725 "p func1 ()" and note that rests of tests are skipped.
28726 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
28727 setup_xfails for "print func2::coremaker_local".
28728 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
28729 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
28730 affected by the previous run test.
28731 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
28732 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
28733 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
28734 "pass int powerset tuple" and "pass modeless int powerset tuple".
28735 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
28736 "real write 4" and "real write 8".
28737 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
28738 setup_xfails for "print vs1 after tuple assign 2",
28739 "print \$i after tuple assign 2", and
28740 "print vs2 after tuple assign 2".
28741 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
28742 meaningful error message and return -1 so the caller can
28743 suppress further tests and avoid a cascade of errors.
28744
28745 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
28746
28747 * gdb.base/a1-selftest.exp: Tweak tests to account for new
28748 format for printing version.
28749 * gdb.base/default.exp: Ditto.
28750 * gdb.base/interrupt.exp: Fix problem with cascade of
28751 errors if child process dies while calling a function.
28752
28753 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
28754
28755 * Makefile.in (VPATH): Add
28756 * Makefile.in (Makefile, config.status): Fix rules so things get
28757 remade when necessary.
28758
28759 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
28760
28761 * Makefile.in (just-check): Add path to sibling expect dir
28762 to environment variable specified by RPATH_ENVVAR.
28763
28764 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
28765
28766 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
28767 (just-check): Add shared library paths for libstdc++, tk,
28768 tcl, bfd, and opcodes to the environment variable specified
28769 in RPATH_ENVVAR.
28770 * configure.in: Add support to recognize --enable-shared flag
28771 and generate correct value for RPATH_ENVVAR.
28772 * configure: Regenerated with autoconf.
28773
28774 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
28775
28776 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
28777 include all osf versions.
28778 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
28779 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
28780 when target is linux. When failing to build pthreads test
28781 executable, give more meaningful message.
28782 * gdb.threads/pthreads.c: Hpux also uses old definition of second
28783 arg for pthread_create.
28784
28785 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
28786
28787 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
28788 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
28789 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
28790 and -lpthreads (everybody else).
28791 (test_startup): Fail gracefully if threads are not supported.
28792 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
28793 "p/c array_index("abcdef",2)" when not gcc compiled.
28794 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
28795 "print func2::coremaker_local" when not gcc compiled.
28796 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
28797 "ptype on opaque struct tagname (statically)",
28798 "ptype on opaque struct tagname (dynamically) 1", and
28799 "ptype on opaque struct tagname (dynamically) 2"
28800 for not compiled with gcc.
28801 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
28802 backtrace when compiled with gcc.
28803 * lib/gdb.exp (runto_main): Return result of "runto main" rather
28804 than always return success.
28805
28806 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
28807
28808 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
28809
28810 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
28811
28812 * gdb.base/structs.exp: Undo last change.
28813
28814 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
28815
28816 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
28817 encapsulate all the steps/nexts done during self test, starting
28818 at main, and makes them less sensitive to optimization issues.
28819 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
28820 signal handler" test.
28821 * gdb.threads/pthreads.exp: Only run this for native configs.
28822 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
28823 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
28824 tests.
28825 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
28826 for "runto test_calls(void)" test.
28827
28828 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
28829
28830 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
28831 and don't expect address info in breakpoint confirmations.
28832
28833 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
28834
28835 * gdb.base/list.exp (test_forward_search): Increase timeout
28836 temporarily by 60 seconds for searching extremely long line,
28837 and then reset to old value when done. Increase expect input
28838 buffer to 10000.
28839
28840 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
28841
28842 * gdb.base/list.exp (test_forward_search): Fix to handle very
28843 long source line without overflowing expect's input buffer.
28844
28845 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
28846
28847 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
28848 "buffer_full".
28849
28850 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
28851 "buffer_full".
28852
28853 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
28854 "buffer_full".
28855
28856 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
28857 "buffer_full".
28858
28859 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
28860
28861 * configure.in (configdirs): Add gdb.threads.
28862 * configure: Regenerated with autoconf.
28863 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
28864 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
28865 * gdb.threads/configure: New, generated with autoconf.
28866
28867 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
28868
28869 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
28870
28871 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
28872
28873 * gdb.base/signals.exp (test_handle_all_print): Test separately for
28874 each signal's status in the output of "handle all print".
28875 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
28876 the \r\n sequence that immediately precedes the gdb prompt.
28877 * gdb.base/a1-selftest.exp: Save original timeout and restore
28878 after test.
28879
28880 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
28881
28882 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
28883 symbol.
28884
28885 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
28886
28887 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
28888
28889 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
28890
28891 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
28892 timeout by 60 seconds.
28893
28894 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
28895
28896 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
28897 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
28898 error return.
28899
28900 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
28901
28902 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
28903 gdb initialization, also report how long dejagnu waited. Restore
28904 old timeout before doing error return. Temporarily increase timeout
28905 by 3 minutes to allow for slow startups over heavy NFS use.
28906
28907 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
28908
28909 * lib/gdb.exp: Report timeout value for verbosity level 2.
28910 * config/gdbserver.exp: Ditto.
28911 * config/hppro.exp: Ditto.
28912 * config/mips-gdb.exp: Ditto.
28913 * config/monitor.exp: Ditto.
28914 * config/netware.exp: Ditto.
28915 * config/sim-gdb.exp: Ditto.
28916 * config/slite-gdb.exp: Ditto.
28917 * config/udi-gdb.exp: Ditto.
28918 * config/unix-gdb.exp: Ditto.
28919 * config/vx-gdb.exp: Ditto.
28920 * gdb.base/a1-selftest.exp: Ditto.
28921 * gdb.base/a2-run.exp: Ditto.
28922 * gdb.base/break.exp: Ditto.
28923 * gdb.base/corefile.exp: Ditto.
28924 * gdb.base/list.exp: Ditto.
28925 * gdb.base/recurse.exp: Ditto.
28926 * gdb.base/scope.exp: Ditto.
28927 * gdb.base/signals.exp: Ditto.
28928
28929 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
28930
28931 * gdb.threads/Makefile.in (docdir): Removed.
28932
28933 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
28934
28935 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
28936 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
28937 @srcdir@.
28938 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
28939 autoconf 2.5 or higher.
28940 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
28941
28942 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
28943
28944 * configure: Regenerated.
28945 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
28946 avoid name clashes with SunOS headers.
28947
28948 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
28949
28950 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
28951
28952 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
28953
28954 * gdb.base/callfuncs.exp: Finish last change -- make sure the
28955 prototype information ends up in the compiler info file.
28956
28957 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
28958
28959 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
28960 attempting to regenerate it. Eliminate use of a temporary file
28961 and just generate the info file directly. Source it immediately,
28962 for consistency of use.
28963 * gdb.base/corefile.exp: Ditto
28964 * gdb.base/exprs.exp: Ditto.
28965 * gdb.base/funcargs.exp: Ditto.
28966 * gdb.base/langs.exp: Ditto.
28967 * gdb.base/list.exp: Ditto.
28968 * gdb.base/mips_pro.exp: Ditto.
28969 * gdb.base/nodebug.exp: Ditto.
28970 * gdb.base/opaque.exp: Ditto.
28971 * gdb.base/ptype.exp: Ditto.
28972 * gdb.base/scope.exp: Ditto.
28973 * gdb.base/setvar.exp: Ditto.
28974 * gdb.base/signals.exp: Ditto.
28975 * gdb.base/whatis.exp: Ditto.
28976 * gdb.c++/templates.exp: Ditto.
28977 * gdb.c++/virtfunc.exp: Ditto.
28978 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
28979 whether or not to add -lstdc++ to the compile command line args.
28980
28981 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
28982
28983 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
28984 it got fixed by the recent lookup_minimal_symbol_by_pc change.
28985 Increase timeout, a lot of single stepping might be needed if the
28986 target has no hardware watchpoints.
28987
28988 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
28989
28990 * gdb.base/break.exp: Ignore compiler warnings when compiling
28991 break.c.
28992 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
28993 * gdb.base/default.exp: Add h8300 xfails. Handle messages
28994 from remote-sim.
28995 * gdb.base/exprs.exp: Add h8300 xfails.
28996 * gdb.base/funcargs.exp: Likewise.
28997 * gdb.base/nodebug.exp: Likewise.
28998 * gdb.base/printcmds.exp: Likewise.
28999 * gdb.base/ptype.exp: Likewise.
29000 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
29001 h8300 xfails.
29002 * gdb.base/return.exp: Handle float/double precision problems
29003 on the h8300.
29004 * gdb.base/funcargs.c: Explicitly make last constant argument to
29005 call_after_alloca_subr an unsigned long type.
29006 * gdb.base/return.c: Include stdio.h.
29007
29008 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
29009
29010 * config/abug.exp: New file for the older Motorola Bug monitor
29011 that runs on the mvme13x series VME boards.
29012 * config/monitor.exp: Use the new config array for target settings
29013 if they exist.
29014
29015 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
29016
29017 * sim-gdb.exp: Make the SH simulator allocate less space when
29018 it is targeted.
29019
29020 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
29021
29022 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
29023 test.
29024
29025 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
29026
29027 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
29028 "rs6000-*-*" for "list function in include file" when gcc compiled.
29029 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
29030 for "p ctable1[120]".
29031 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
29032 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
29033 Remove setup_xfail for "rs6000-*-*" for
29034 "print 'scope0.c'::filelocal before run".
29035 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
29036 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
29037 since some compilers don't allow both options to be given
29038 on the same command line. Create object file and move it.
29039
29040 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
29041
29042 * gdb.base/corefile.exp: Always regenerate the core file, since
29043 we always regenerate the coremaker program. Detect special case
29044 where registers cannot be read from core file.
29045
29046 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
29047
29048 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
29049 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
29050 * gdb.c++/templates.exp: Only match on basename of file since
29051 some formats like xcoff don't encode directory information.
29052 * gdb.stabs/weird.exp: Use the right sed script for powerpc
29053 and rs6000 AIX xcoff targets.
29054 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
29055 * configure: Regenerate.
29056 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
29057 here, rather than in distclean.
29058
29059 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
29060
29061 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
29062 defined, and use it to compile the test case with -O2. The
29063 native compilation still uses no optimization.
29064 * gdb.base/mips_pro.c: Remove inline assembly code since
29065 it is compiled PIC by default, which results in assembler
29066 warnings that make the testsuite think the compilation
29067 was unsuccessful.
29068
29069 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
29070
29071 * gdb.c++/misc.exp: Add note to message for
29072 "print s.a for foo struct" that this is a known gcc 2.7.2
29073 and earlier bug.
29074
29075 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
29076
29077 * gdb.base/break.exp: Fix pattern for matching "Delete all
29078 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
29079 setup_xfail for deleting all breakpoints test. Fix various
29080 timeout messages to include "(timeout)".
29081 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
29082 for "p t_float_values2(3.14159,float_val2)".
29083 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
29084 for "continue to call2g" when gcc compiled.
29085 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
29086 "up to foo in langs.exp", "show language at foo in langs.exp",
29087 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
29088 and "show language at fsub in langs.exp".
29089 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
29090 "list line 1 in include file", "list message for lines past EOF",
29091 "list function in include file", "list list0.h:foo", and
29092 "list filename:function; nonexistant function".
29093 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
29094 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
29095 and "ptype t_char_array" to be for native cc only.
29096
29097 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
29098
29099 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
29100 setup_xfail for "print coremaker_bss", "print coremaker_ro",
29101 "print func2::coremaker_local", and "backtrace in corefile.exp".
29102
29103 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
29104
29105 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
29106 "bt in signals.exp". This problem only appears when running
29107 the testsuite, and then only intermittently.
29108
29109 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
29110
29111 * gdb.base/return.exp (return_tests): Differentiate between
29112 two tests of continuing.
29113
29114 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
29115
29116 * */Makefile.in (maintainer-clean): Remove config.log.
29117 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
29118 * gdb.c++/Makefile.in (PROGS): Add inherit.
29119 (clean): Remove *.ci.
29120
29121 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
29122
29123 * gdb.c++/misc.cc: Add test code from Mike Stump.
29124 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
29125
29126 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
29127
29128 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
29129 to "alpha-*-osf2*" and add comment.
29130 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
29131 setup_xfail for "step over execarg initialization" and
29132 "step over corearg initialization".
29133 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
29134 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
29135 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
29136 gcc compiled for "print coremaker_bss", "print coremaker_ro",
29137 "print func2::coremaker_local", and "backtrace in corefile.exp".
29138 * gdb.base/signals.exp: Build and source signals.ci.
29139 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
29140 to be for gcc only.
29141 * lib/gdb.exp: Move verbose statements outside conditionals.
29142
29143 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29144
29145 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
29146 Feb 3 procfs.c change.
29147
29148 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
29149
29150 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
29151
29152 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
29153
29154 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
29155 from dejagnu's apparent default of 10 seconds, which gives random
29156 results when running the tests over NFS on moderately loaded systems.
29157 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
29158
29159 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
29160
29161 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
29162 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
29163 result reports.
29164
29165 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
29166
29167 * configure.in (CY_AC_PATH_TCLH): Remove.
29168 * configure: Regenerate.
29169
29170 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
29171
29172 * gdb.c++/Makefile.in (clean): Add missing '{'.
29173
29174 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
29175
29176 * lib/gdb.exp: Provide a default value for noinferior.
29177
29178 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
29179 Load libgloss.exp.
29180
29181 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
29182
29183 * gdb.disasm/hppa.exp: Compile directly into an executable, use
29184 the executable, not the .o to run the tests from.
29185
29186 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
29187
29188 * gdb.base/break.exp: Don't test for program exit or exit status
29189 if $noresults if nonzero.
29190 * gdb.base/langs.exp: Likewise.
29191 * gdb.base/watchpoint.exp: Likewise.
29192
29193 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
29194 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
29195 trying to compile the testcase.
29196
29197 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
29198
29199 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
29200 * gdb.base/signals.exp (continue to handler): Likewise.
29201
29202 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
29203
29204 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
29205
29206 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
29207
29208 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
29209
29210 * gdb.base/corefile.exp: Recognize "not found" as failure
29211 when trying to determine if a core file was generated.
29212 If no core file was generate the first time, try again without
29213 the ulimit -c to work around braindamaged shells.
29214
29215 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
29216
29217 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
29218 [] tests with "test" and enclose string in quotes.
29219 * gdb.stabs/configure: Rebuild
29220
29221 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
29222
29223 Changes in sync with expect:
29224 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
29225 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
29226 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
29227 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
29228 argument to AC_REQUIRE.
29229 * configure: Regenerated.
29230
29231 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
29232
29233 * gdb.base/corefile.exp: When generating a core, discard any
29234 error messages about ulimit not found and the "core dumped"
29235 message from the shell that runs the coredumper.
29236
29237 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
29238
29239 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
29240
29241 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
29242 which sed script to run. Expect failure for v_comb test
29243 on PA targets too.
29244
29245 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
29246
29247 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
29248 "print func2::coremaker_local" and for "backtrace in corefile.exp"
29249
29250 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
29251
29252 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
29253 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
29254 "sparc-sun-solaris*" xfails for "p v_comb".
29255 * lib/gdb.exp (default_gdb_start): Fix typo.
29256 * gdb.base/corefile.exp: Allow "Core was generated by ..."
29257 messages to not include the full program name that caused
29258 the core dump since some systems (such as solaris) apparently
29259 truncate this path to about 80 characters.
29260 When generating a core file first try increasing the core file
29261 size limit to unlimited since some systems may default it to
29262 zero, and it is harmless to try it. Move the test for failing
29263 to generate a core file to where it will actually get executed.
29264 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
29265 new gdb result from g++ debug info improvements and make old
29266 pattern obsolescent. Also account for size_t differences
29267 (may be int or long).
29268 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
29269 initialization before function call is placed in the delay slot
29270 and thus appears to be skipped over by commands such as "next".
29271
29272 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
29273
29274 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
29275
29276 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
29277
29278 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
29279 input source file; fix code to compile test to deal with this
29280 convention.
29281 * gdb.c++/*.exp: Likewise.
29282
29283 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
29284
29285 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
29286 "bt in signals.exp".
29287
29288 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
29289
29290 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
29291 "step over execarg initialization" and
29292 "step over corearg initialization".
29293
29294 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
29295
29296 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
29297 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
29298
29299 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
29300
29301 From Rob Savoye (rob@poseidon.cygnus.com)
29302 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
29303 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
29304 configure.in}, gdb.disasm/{Makefile.in, configure.in},
29305 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
29306 configure.in}: Major reworking for autoconfig.
29307 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
29308 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
29309 New files.
29310 * config/unix-gdb.exp: Make GDB global.
29311 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
29312 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
29313 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
29314 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
29315 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
29316 term.exp, twice.exp, watchpoint.exp, whatis.exp},
29317 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
29318 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
29319 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
29320 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
29321 pr-8136.exp, result.exp, string.exp, tuples.exp},
29322 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
29323 to returns as necessary, arrange for test to compile own testcase
29324 executable.
29325 * lib/gdb.exp: Changes for testsuite to compile own test cases.
29326
29327 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
29328
29329 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
29330 clear_xfail at end of test which might not call either pass or fail.
29331 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
29332 "backtrace through signal handler".
29333
29334 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29335
29336 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
29337 continuing from a job control stop signal.
29338 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
29339
29340 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
29341
29342 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
29343 * gdb.base/corefile.exp: Likewise.
29344 * gdb.base/funcargs.exp: Likewise.
29345
29346 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
29347
29348 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
29349 * config/monitor.exp: Add support for setting baud rate.
29350
29351 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
29352
29353 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
29354 i*86-*-linux* xfails for "backtrace through signal handler".
29355 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
29356 "print func2::coremaker_local".
29357 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
29358 alpha-dec-osf2* xfail for
29359 "delete all breakpoints when none".
29360
29361 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
29362
29363 * gdb.base/break.exp: Change test that deletes all breakpoints
29364 when no user breakpoints are installed. A post 4.15 change
29365 causes gdb to no longer prompt in this case.
29366
29367 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
29368
29369 * gdb.base/return.exp (return_tests): Change xfail for test
29370 "correct value returned double test" to stop xfailing at
29371 Solaris 2.5. Apparently the bug has been fixed.
29372
29373 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
29374
29375 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
29376 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
29377
29378 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
29379
29380 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
29381 * gdb.disasm/hppa.s: Corresponding changes.
29382
29383 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
29384
29385 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
29386 makefile fragment.
29387 * config/mt-hpux: Deleted.
29388
29389 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
29390
29391 * Many files: When warning about suppressed tests due to a
29392 nonexistant test binary, avoid incrementing the warning count.
29393
29394 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
29395
29396 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
29397
29398 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29399
29400 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
29401 "sparc-*-solaris2*".
29402
29403 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29404
29405 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
29406 Add global and local variables and initialize them.
29407 * gdb.base/corefile.exp: Test correct mapping of corefile sections
29408 by printing variables. Remove rs6000 and powerpc xfails, BFD now
29409 extracts the file name and terminating signal from the core file.
29410 * TODO: Remove note about tests for correct mapping of corefile.
29411 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
29412 from optimizing it away.
29413 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
29414 handles common blocks.
29415
29416 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
29417
29418 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
29419 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
29420
29421 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
29422
29423 * Makefile.in (maintainer-clean): New target, synonym for
29424 realclean.
29425 * gdb.base/Makefile.in (maintainer-clean): Likewise.
29426 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
29427 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
29428 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
29429 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
29430 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
29431
29432 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
29433
29434 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
29435 xfails when not gcc compiled for "print foo::funclocal".
29436 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
29437 "print foo::funclocal at foo",
29438 "print 'scope1.c'::foo::funclocal at foo",
29439 "print foo::funclocal_bss at foo",
29440 "print 'scope1.c'::foo::funclocal_bss at foo",
29441 "print foo::funclocal_ro at foo",
29442 "print 'scope1.c'::foo::funclocal_ro at foo",
29443 "print bar::funclocal at foo" and
29444 "print 'scope1.c'::bar::funclocal at foo".
29445 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
29446 gcc compiled for "print foo::funclocal at bar".
29447 Expand all messages to ensure that they identify that
29448 the test is at bar().
29449 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
29450 gcc compiled for:
29451 "ptype on opaque struct pointer (statically)",
29452 "ptype on opaque struct tagname (statically)",
29453 "ptype on opaque struct pointer (dynamically) 1",
29454 "ptype on opaque struct tagname (dynamically) 1",
29455 "ptype on opaque struct pointer (dynamically) 2" and
29456 "ptype on opaque struct tagname (dynamically) 2
29457 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
29458 gcc compiled for:
29459 "p datalocal"
29460 "whatis datalocal",
29461 "ptype datalocal",
29462 "p bsslocal",
29463 "whatis bsslocal", and
29464 "ptype bsslocal".
29465 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
29466 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
29467 when not gcc compiled.
29468 * gdb.base/funcargs.exp (float_and_integral_args): Add
29469 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
29470 compiled.
29471 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
29472 "backtrace from call6a" when not gcc compiled.
29473 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
29474 "backtrace from call7a" when not gcc compiled.
29475 * gdb.base/callfuncs.exp (do_function_calls):
29476 Add "hppa*-*-hpux*" xfail when not gcc compiled for
29477 "p t_char_array_values(char_array_val2,char_array_val1)",
29478 "p t_char_array_values(char_array_val1,char_array_val2)",
29479 "p t_char_array_values("carray 1","carray 2")",
29480 "p t_char_array_values("carray 1",char_array_val2)",
29481 "p t_char_array_values(char_array_val1,"carray 2")",
29482 "p sum_args(1,{2})",
29483 "p sum_args(2,{2,3})",
29484 "p sum_args(3,{2,3,4})",
29485 "p sum_args(4,{2,3,4,5})"
29486 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
29487 "backtrace in corefile.exp" when not gcc compiled.
29488
29489 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29490
29491 * gdb.base/signals.exp: Rewrite `handle all print' test as
29492 a procedure. Accept blanks or TABs as whitespace, increase
29493 timeout and expect input buffer size for the large output
29494 from the command. Remove "i*86-*-bsdi2.0" xfail.
29495
29496 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29497
29498 * gdb.base/setvar.exp: Add new testcases for truncation when
29499 assigning invalid values to bitfields.
29500
29501 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
29502
29503 * gdb.base/callfuncs.exp (do_function_calls): Remove
29504 mips-sgi-irix* xfail for
29505 "call inferior func with struct - returns char *"
29506 and fix test so that an optional (unsigned char *) cast is
29507 accepted in the result.
29508
29509 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
29510
29511 * gdb.base/funcargs.exp (float_and_integral_args): Remove
29512 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
29513 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
29514 * gdb.base/signals.exp: Remove duplicate "handle all print" test
29515 that accidentally got checked in.
29516
29517 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
29518
29519 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
29520 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
29521 compiled test.
29522 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
29523 Add mips-sgi-irix5* xfail for not gcc compiled.
29524 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
29525 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc
29526 compiled for "p top", "whatis top", "p middle", and "whatis
29527 middle".
29528 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
29529 "whatis signed char" for not gcc compiled.
29530 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
29531 "set variable signed char=-1 (-1)" and
29532 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
29533 * gdb.base/funcargs.exp (float_and_integral_args):
29534 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
29535 Add mips-sgi-irix* xfail when not gcc compiled for
29536 "continue to call2b".
29537 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
29538 "continue to call2g".
29539 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc
29540 compiled for "backtrace from call6a"
29541 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc
29542 compiled for "backtrace from call7k". Add mips-sgi-irix5* xfail
29543 when not gcc compiled for "backtrace from call7a".
29544 (localvars_after_alloca): Fix gdb_test cmds for
29545 "print * after runto ...".
29546 Remove rs6000-*-* xfails for
29547 "print i after runto localvars_after_alloca" and
29548 "print l after runto localvars_after_alloca"
29549 for all compilers.
29550 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
29551 when not compiled with gcc, for:
29552 "print signed char == (minus)",
29553 "print signed char != (minus)",
29554 "print signed char < (minus)",
29555 "print signed char > (minus)".
29556 * gdb.base/callfuncs.exp (do_function_calls):
29557 Add mips-sgi-irix* xfail, when compiled with native compiler, for
29558 "call inferior func with struct - returns char *".
29559 * gdb.base/return.exp (return_tests): Change xfail for
29560 "correct value returned double test" to include Solaris 2.4.
29561 * gdb.base/funcargs.exp (float_and_integral_args):
29562 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
29563
29564 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29565
29566 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
29567 enumeration bitfields if compiling with GNU C.
29568 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
29569 to empty' prompt.
29570
29571 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
29572
29573 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
29574 test for PRO targets.
29575
29576 * gdb.base/funcargs.exp: Avoid ever setting more than 8
29577 breakpoints in the inferior at any given time by making
29578 two groups of breakpoints for call2*, call6* and call7*
29579 tests.
29580
29581 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29582
29583 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
29584 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
29585 from optimizing it away.
29586 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
29587 "call inferior func with struct".
29588
29589 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
29590
29591 * configure.in: Only configure gdb.chill for particular targets.
29592
29593 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
29594
29595 * gdb.base/Makefile.in: Add action to .c.o transformation
29596 rule that generates a .ci file for each .o file and remove
29597 explicit .c.o rules except for callfuncs.o.
29598 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
29599 generates a .ci file for each .o file and remove explicit
29600 .cc.o rules.
29601 (clean): Remove *.tmp *.ci files.
29602 (EXECUTABLES): Remove templ-info.exp.
29603 * gdb.base/compiler.c: New file.
29604 * gdb.c++/compiler.cc: New file
29605 * gdb.base/scope.exp: Source gdb.base/scope.ci.
29606 Change rs6000-*-* xfail for
29607 "print 'scope0.c'::filelocal_ro" and
29608 "print 'scope1.c'::filelocal" and
29609 "print 'scope1.c'::filelocal_bss" and
29610 "print 'scope1.c'::filelocal_ro" and
29611 "print 'scope1.c'::foo::funclocal" and
29612 "print 'scope1.c'::foo::funclocal_ro" and
29613 "print 'scope1.c'::bar::funclocal" and
29614 "print 'scope0.c'::filelocal_ro" and
29615 "print 'scope1.c'::filelocal at foo" and
29616 "print 'scope1.c'::filelocal_bss at foo" and
29617 "print 'scope1.c'::filelocal_ro at foo" and
29618 "print 'scope1.c'::foo::funclocal at foo" and
29619 "print 'scope1.c'::foo::funclocal_bss at foo" and
29620 "print 'scope1.c'::foo::funclocal_ro at foo" and
29621 "print 'scope1.c'::bar::funclocal at foo" and
29622 "print 'scope0.c'::filelocal_ro" and
29623 "print 'scope1.c'::filelocal" and
29624 "print 'scope1.c'::filelocal_bss" and
29625 "print 'scope1.c'::filelocal_ro" and
29626 "print 'scope1.c'::foo::funclocal" and
29627 "print 'scope1.c'::foo::funclocal_bss" and
29628 "print 'scope1.c'::foo::funclocal_ro" and
29629 "print 'scope1.c'::bar::funclocal" and
29630 "print 'scope1.c'::bar::funclocal_bss"
29631 to only be xfail'd when not compiled with gcc.
29632 Add rs6000-*-* xfail for
29633 "print 'scope0.c'::filelocal_bss before run"
29634 when compiled with gcc.
29635 (test_at_main): Add rs6000-*-* xfail for
29636 "print filelocal_ro in test_at_main"
29637 when compiled with gcc.
29638 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
29639 Add rs6000-*-aix* xfail for
29640 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
29641 "ptype t_char_array", not compiled with gcc.
29642 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
29643 xfail for "list foo (in include file)" when gcc compiled.
29644 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
29645 (integral_args): Add rs6000-*-* xfail for
29646 "run to call0a" if not compiled with gcc.
29647 (unsigned_integral_args): Add rs6000-*-* xfail for
29648 "run to call1a" if not compiled with gcc.
29649 (float_and_integral_args): Add rs6000-*-* xfail for
29650 "run to call2a" if not compiled with gcc and for
29651 "continue to call2b" for any compiler.
29652 Add rs6000-*-* xfail to
29653 "print f1 after run to call2a" for gcc compiled.
29654 (discard_and_shuffle): Add rs6000-*-* xfail for
29655 "run to call6a".
29656 (shuffle_round_robin): Add rs6000-*-* xfail for
29657 "backtrace from call7a" if not compiled with gcc.
29658 Add rs6000-*-* xfail for
29659 "backtrace from call7b" if compiled with gcc.
29660 (call_after_alloca): Add rs6000-*-* xfail for
29661 "print c in call_after_alloca" and
29662 "print s in call_after_alloca" and
29663 "backtrace from call_after_alloca_subr"
29664 if not compiled with gcc.
29665 (localvars_in_indirect_call): Add rs6000-*-* xfail for
29666 "print c in localvars_in_indirect_call" and
29667 "print c in localvars_in_indirect_call" and
29668 "backtrace in indirectly called function" and
29669 "stepping into indirectly called function"
29670 if not compiled with gcc.
29671 (localvars_after_alloca): Add rs6000-*-* xfail for
29672 "print c after runto localvars_after_alloca" and
29673 "print s after runto localvars_after_alloca" and
29674 "print i after runto localvars_after_alloca" and
29675 "print l after runto localvars_after_alloca"
29676 for all compilers.
29677 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
29678 than whatis-info.exp.
29679 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
29680 than opaque-info.exp.
29681 Setup rs6000-*-* xfail for
29682 "ptype on opaque struct pointer (statically)" and
29683 "ptype on opaque struct pointer (dynamically)" when
29684 not compiled with gcc.
29685 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
29686 rather than callf-info.exp.
29687 (do_function_calls): Add clear_xfail for rs6000-*-* for
29688 "p t_float_values2(3.14159,float_val2)". Seems to work
29689 fine there, both with xlc and gcc. Need to find out what
29690 it is doing right and fix other platforms.
29691 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
29692 "call inferior func with struct - returns int",
29693 "call inferior func with struct - returns long",
29694 "call inferior func with struct - returns float",
29695 "call inferior func with struct - returns double",
29696 "call inferior func with struct - returns char *",
29697 but only if not gcc compiled (presumes xlc compiled).
29698 Change rs6000-*-* xfails for
29699 "call inferior func with struct - returns char" and
29700 " call inferior func with struct - returns short" to only
29701 xfail if not using gcc.
29702 (clean mostlyclean): Remove *.ci and *.tmp files.
29703 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
29704 than templ-info.exp.
29705 * gdb.base/langs.exp: Source gdb.base/langs.ci.
29706 Add rs6000-*-* xfail for "up to foo in langs.exp"
29707 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
29708 when not gcc compiled.
29709
29710 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29711
29712 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
29713 * gdb.base/corefile.exp: Likewise.
29714 * gdb.base/list.exp: Likewise.
29715 * gdb.base/scope.exp: Likewise.
29716 * gdb.base/siganls.exp: Likewise.
29717
29718 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
29719 compiler output.
29720 * gdb.base/whatis.exp: Likewise.
29721
29722 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
29723
29724 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
29725 failure (opcode table has been fixed to match reality).
29726
29727 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
29728
29729 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
29730 "call inferior func with struct - returns char",
29731 "call inferior func with struct - returns short"
29732
29733 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
29734 "print 'scope0.c'::filelocal at main",
29735 "print 'scope0.c'::filelocal_bss in test_at_main",
29736 "print 'scope0.c'::filelocal at foo",
29737 "print 'scope0.c'::filelocal_bss in test_at_foo",
29738 "print 'scope0.c'::filelocal at bar",
29739 "print 'scope0.c'::filelocal_bss in test_at_bar"
29740
29741 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
29742 in source file 1". This bug seems to have been fixed with both
29743 gcc and native cc (was native assembler bug?).
29744
29745 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
29746
29747 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
29748 "backtrace through signal handler" to "i*86-*-sysv4*".
29749 * gdb.base/signals.exp: Add xfail for "'next' behaved as
29750 continue" case. Add "known SVR4 bug" to fail message.
29751 Add "i*86-*-bsdi2.0" xfail for "handle all print".
29752 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
29753 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
29754 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
29755 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
29756 "up to foo in langs.exp", "show language at foo in
29757 langs.exp", "up to cppsub_ in langs.exp", "show
29758 language at cppsub_ in langs.exp", "up to fsub in
29759 langs.exp", and "show language at fsub in langs.exp".
29760 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
29761 "bactrace in corefile.exp".
29762 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
29763 "call inferior function with struct - returns float" and
29764 "call inferior function with struct - returns double".
29765
29766 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
29767
29768 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
29769 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
29770 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
29771 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
29772
29773 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
29774
29775 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
29776 (or overriden) "CHILL" macro rather then bare "gcc".
29777 Also look for ../../gcc/xgcc since that is what we will
29778 actually need, not "Makefile". Remove following assignment
29779 of CHILL to CHILL_FOR_TARGET because that results in
29780 recursive definition.
29781
29782 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
29783
29784 * gdb.base/corefile.exp: Change xfail for backtrace in
29785 corefile.exp from linuxaout to all linux.
29786 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
29787 cases where we miss the breakpoint at the signal handler
29788 for some reason. Setup xfail for linuxoldld/linuxaout and
29789 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
29790 hitting SIGURG breakpoint.
29791 * gdb.base/signals.exp: Setup xfail for "next" acting like
29792 continue to add linuxoldld. Setup xfail for all linux for
29793 "next to handler in signals_tests_1", "backtrace in
29794 signals_tests_1", "continue to func1", "pass SIGUSR1",
29795 and continue to handler".
29796
29797 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
29798
29799 * Update all FSF addresses except those in COPYING* files.
29800
29801 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
29802
29803 * gdb.base/a2-run.exp: Change messages to be more explicit about
29804 the status of args, and quote binfile in results.
29805
29806 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
29807
29808 * gdb.base/callfuncs.exp: Add tests for passing structs to
29809 inferior functions and return various types.
29810 * gdb.base/callfuncs.c: Add functions to receive a struct
29811 and return a member of the struct, in various types.
29812
29813 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29814
29815 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
29816
29817 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
29818
29819 * config/vxworks29k.exp: New file, sources vxworks.exp.
29820
29821 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29822
29823 * config/gdbremote.exp: New file. Testing framework using
29824 gdbserver.
29825
29826 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
29827
29828 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
29829 "call function when asleep" and "send end of file".
29830 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
29831 for "backtrace in corefile.exp".
29832 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
29833 for "backtrace through signal handler".
29834 * gdb.base/corefile.exp: Make sure we actually generate a core file
29835 before trying the core tests. Some systems allow the user to suppress
29836 generation of core files and default to that (linux for example).
29837 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
29838 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
29839
29840 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29841
29842 * gdb.threads: New directory with some crude multi-threaded
29843 gdb tests (step.exp and step2.exp).
29844 * config/mt-lynx (STEP_EXECUTABLE): Define.
29845 (THREADFLAGS): Define.
29846
29847 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
29848
29849 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
29850
29851 * gdb.base/signals.exp: Disable whole file for lynx until
29852 further notice.
29853
29854 * gdb.base/signals.exp: xfail test where "next" acts like
29855 "continue" for lynx.
29856
29857 * gdb.base/interrupt.exp: xfail test for calling function while
29858 inferior is asleep for lynx.
29859
29860 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
29861 than one cr-lf after each command.
29862
29863 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29864
29865 * configure.in: Reinstate setting of stabsdirs variable, fix
29866 typo in setting up configdirs for native builds.
29867
29868 * gdb.base/return.exp: Fix typo in return double test.
29869 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
29870 compiler from optimizing them away.
29871
29872 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
29873
29874 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
29875 sequences to be echo'd by gdb when using gdb_test.
29876 * gdb.chill/chexp.exp: Likewise.
29877 * gdb.fortran/exprs.exp: Likewise
29878
29879 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
29880
29881 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
29882 after the inferior gdb has started.
29883
29884 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
29885 after each command.
29886 * gdb.base/funcargs.exp: Likewise.
29887 * gdb.base/gdbvars.exp: Likewise.
29888 * gdb.base/interrupt.exp: Likewise.
29889 * gdb.base/list.exp: Likewise.
29890 * gdb.base/watchpoint.exp: Likewise.
29891 * gdb.c++/demangle.exp: Likewise.
29892 * gdb.c++/inherit.exp: Likewise.
29893 * gdb.chill/chexp.exp: Likewise.
29894 * gdb.fortran/exprs.exp: Likewise.
29895
29896 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
29897 test if we can't handle IO to/from the inferior.
29898
29899 * gdb.c++/misc.exp: Always check for a program already being
29900 started after sending a "run" command to gdb.
29901
29902 * gdb.base/twice.exp: Start with a fresh gdb.
29903
29904 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
29905 only depend on gdb's expression code, not the chill runtime.
29906
29907 * gdb.base/return.c: Put return values into variables so we
29908 can have gdb print them rather than depending on the program
29909 to print them.
29910 * gdb.base/return.exp: Corresponding changes.
29911
29912 * lib/gdb.exp: Provide default value for noinferiorio.
29913 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
29914 the inferior.
29915
29916 * gdb.base/break.exp: Always check for a program already being
29917 started after sending a "run" command to gdb.
29918 (text_next_with_recursion): Don't check the output from the
29919 program's printf statement. Instead just make sure the program
29920 exited.
29921
29922 * gdb.base/commands.exp: Protect tests which need arguments with
29923 $noargs conditionals.
29924
29925 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29926
29927 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
29928 of structure member arrays to match gdb/valops.c:value_addr change.
29929
29930 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
29931
29932 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
29933 cases.
29934
29935 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
29936
29937 * configure.in (configdirs): Remove gdb.chill from default list
29938 of subdirs and then add it back in only if doing a native build.
29939 The current chill compiler does not yet work in any cross build.
29940 * Revert all signal changes from Jul 6.
29941 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
29942 for sh-hms targets, allowing these tests to link, with no other
29943 changes. Testing is suppressed by setting "nosignals" in site.exp.
29944
29945 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
29946
29947 * configure.in (signaldirs): Define and add to configdirs for all
29948 targets except some specific ones that are known to not support signals.
29949 Also clean up formatting.
29950 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
29951 (signals, sigall): Remove rules to build.
29952 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
29953 Moved to new gdb.signals directory.
29954 * gdb.signals: New test directory.
29955 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
29956 signals.c signals.exp}: New or moved files.
29957
29958 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
29959
29960 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
29961
29962 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
29963
29964 * gdb.base/return.exp: Xfail `return double' test failure
29965 on at least Solaris 2.3 and handle future/past versions on
29966 a case by case basis as appropriate. Also update message
29967 to include i*86 failures.
29968
29969 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29970
29971 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
29972
29973 * lib/gdb.exp: Fix comment which erroneously identified
29974 gdb_file_cmd as gdb_load (the 19 May change was in fact to
29975 gdb_file_cmd not gdb_load).
29976 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
29977
29978 * gdb.base/setvar.exp: Make test names consistent between pass and
29979 fail cases. Use gdb_test more.
29980
29981 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
29982
29983 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
29984
29985 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29986
29987 * gdb.base/help.exp: Fix expected help string for `show commands'.
29988
29989 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
29990
29991 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
29992
29993 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
29994 of a text section.
29995
29996 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
29997
29998 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
29999 that loop eventually terminates. Fix Connection refused logic so
30000 that testsuite will expire nicely.
30001
30002 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
30003
30004 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
30005 config/rom68k.exp: New tcl glue for the appropriate monitors.
30006 These all just end up calling monitor.exp.
30007 * config/monitor.exp (gdb_target_monitor): Handle `Connection
30008 refused' by retrying. Cleanup some timeout issues.
30009 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
30010 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
30011 callers don't have to set/restore global timeout variable.
30012
30013 * The following set of changes centralizes management of the global
30014 timeout variable. This way, it can be set in one target dependent
30015 place instead of dozens of places scattered throughout the test suite.
30016 If you need to lengthen a timeout, then you should either set timeout
30017 in one of the config/{target}.exp files, or multiply it by a factor.
30018 Setting it to an absolute value is always going to lose for some
30019 targets.
30020 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
30021 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
30022 * gdb.base/funcargs.exp: Don't set timeout.
30023 * gdb.base/list.exp (test_forward_search): Only use local timeout.
30024 * gdb.base/printcmds.exp (test_print_string_constants
30025 test_print_array_constants): Don't set timeout.
30026 * gdb.base/ptype.exp: Don't set timeout.
30027 * gdb.base/recurse.exp: Don't set timeout.
30028 * gdb.base/return.exp: Don't set timeout.
30029 * gdb.base/watchpoint.exp: Don't set timeout.
30030 * gdb.c++/classes.exp (do_tests): Don't set timeout.
30031 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
30032
30033 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
30034
30035 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
30036
30037 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30038
30039 * lib/gdb.exp: Disable chill tests for irix5.
30040
30041 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30042
30043 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
30044 each test pass or fail.
30045
30046 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30047
30048 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
30049 xlc not gcc.
30050
30051 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
30052
30053 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
30054
30055 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
30056
30057 * config/est.exp: Fix copyright and comments. Remove dead code.
30058 Use targetname, serialport and baud variables instead of fixed
30059 constants.
30060 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
30061 * config/cpu32bug.exp: New file to support cpu32bug monitors.
30062
30063 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30064
30065 * gdb.base/watchpoint.exp: Don't run
30066 test_watchpoint_triggered_in_syscall for sunos.
30067
30068 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30069
30070 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
30071 they don't seem to exist. Do include stdio.h.
30072
30073 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30074
30075 * gdb.base/a1-selftest.exp: Add alpha xfail.
30076
30077 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30078
30079 * gdb.base/watchpoint.c (main): Prompt before calling read().
30080 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
30081 Revise accordingly. Remove cruft about sending "123" several
30082 times, until it gets noticed. Clean up the "print buf[0]" stuff
30083 so that it passes or fails, and waits for prompts in the usual way.
30084
30085 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30086
30087 * gdb.base/recurse.exp: Fix comment.
30088
30089 * TODO: Remove item about printing variables in nodebug.exp. Add
30090 item about enabling tests which are only run on some targets.
30091
30092 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
30093 fail, make test names unique, use new gdb_test convention
30094 regarding pattern, use gdb_test more, etc.).
30095
30096 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
30097 fail, make test names unique, etc.).
30098
30099 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30100
30101 * gdb.base/nodebug.c: Change return type of top and middle to
30102 short.
30103 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
30104 are fixed by the recent mdebugread.c changes. Allow `short ()'
30105 as type for top and middle.
30106
30107 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30108
30109 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
30110 nearly as I can tell, the whole thing was an accident in Stu's
30111 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
30112 to replace a send/expect pair with gdb_test, but ended up only
30113 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
30114 of 30 Mar 1995 took care of it, but left this vestigial comment
30115 which I am now nuking.
30116
30117 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30118
30119 * gdb.base/break.exp: Look for different line number for
30120 breakpoint at main depending on usestubs.
30121
30122 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30123
30124 * gdb.base/list.exp: Adjust some alternate expect patterns to
30125 match recent list0.c change. Add alternate expect pattern for
30126 output from `list default lines around main' for optimizing
30127 compilers.
30128
30129 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30130
30131 * lib/gdb.exp: If nosignals is not set, set it to 0.
30132
30133 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
30134
30135 * config/slite-gdb.exp: Responds to load symbol table prompt.
30136 * gdb.base/break.exp: Adjust line number, fix rerun.
30137 * gdb.base/langs0.c: Add #ifdef usestubs.
30138
30139 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
30140
30141 * gdb.base/list.exp: Adjust line contents after adding new lines in
30142 list0.c. Also fix a syntax error.
30143
30144 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
30145 * gdb.base/break.exp: ditto.
30146 * gdb.base/list.exp: ditto.
30147 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
30148 * gdb.base/run.c: ditto.
30149 * gdb.base/list0.c: ditto.
30150 * gdb.base/funcargs.c: ditto.
30151
30152 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
30153
30154 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
30155 $targetname, $serialport and $baud instead of hardwired variables.
30156 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
30157 target doesn't support signals.
30158
30159 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
30160
30161 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
30162
30163 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30164
30165 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
30166 Don't rely on the value of an auto variable before it has been
30167 initialized. Use gdb_test more.
30168
30169 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30170
30171 * lib/gdb.exp (default_gdb_version): A version number must start
30172 with a digit, but other than that contains all characters up to
30173 the first whitespace character.
30174
30175 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30176
30177 * gdb.base/commands.exp (breakpoint_command_test): New tests.
30178
30179 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30180
30181 * gdb.c++/*.exp: Warn if executable does not exist. The original
30182 reason for skipping the warning was that configure.in sometimes
30183 intentionally skipped building the executables but the tcl code
30184 had no way of knowing. That (a) was always bogus with respect to
30185 error handling, (b) is no longer true (right now there is no way
30186 to skip C++ tests).
30187
30188 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
30189
30190 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30191
30192 * gdb.base/list.exp: Add expect patterns for output from
30193 SunPRO compiled executables.
30194 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
30195 types.
30196
30197 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30198
30199 * gdb.base/break.exp (test_next_with_recursion): Accept any line
30200 number (we are already testing that the correct source line text
30201 gets printed).
30202
30203 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
30204 that is what is intended, but something needed to be done to get
30205 sunos4 native working again.
30206
30207 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
30208
30209 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
30210 apparently went with a (very) old xfail.
30211
30212 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
30213
30214 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
30215 runto_main is a proc in gdb.exp that will do 'step' for target use
30216 stubs.
30217 * gdb.base/exprs.exp: ditto.
30218 * gdb.base/interrupt.exp: ditto.
30219 * gdb.base/opaque.exp: ditto.
30220 * gdb.base/printcmds.exp: ditto.
30221 * gdb.base/ptype.exp: ditto.
30222 * gdb.base/scope.exp: ditto.
30223 * gdb.base/setvar.exp: ditto.
30224 * gdb.base/signals.exp: ditto.
30225 * gdb.base/twice.exp: ditto.
30226 * gdb.c++/classes.exp: ditto.
30227 * gdb.c++/inherit.exp: ditto.
30228 * gdb.c++/templates.exp: ditto.
30229 * gdb.base/break.exp: no run and hit main for stubs. Change line
30230 numbers for breakpoints and info breakpoint.
30231 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
30232 breakpoint().
30233 * gdb.base/callfuncs.c: ditto.
30234 * gdb.base/exprs: ditto.
30235 * gdb.base/interrupt.c: ditto.
30236 * gdb.base/opaque0.c: ditto.
30237 * gdb.base/printcmds.c: ditto.
30238 * gdb.base/ptype.c: ditto.
30239 * gdb.base/scope0.c: ditto.
30240 * gdb.base/setvar.c: ditto.
30241 * gdb.base/signals.c: ditto.
30242 * gdb.base/twice.c: ditto.
30243 * gdb.c++/misc.cc: ditto.
30244 * gdb.c++/templates.cc: ditto.
30245
30246 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30247
30248 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
30249
30250 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
30251 somewhere between `read' and `main.c'. I'm pretty sure the
30252 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
30253 and it isn't particularly useful.
30254
30255 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
30256
30257 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30258
30259 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
30260
30261 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
30262
30263 * config/mt-slite: add LIBS and -nostdlib.
30264 * config/slite-gdb.exp: add this new file to support sparclite target.
30265
30266 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
30267
30268 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
30269
30270 * gdb.base/a2-run.exp: Change argument to istarget from
30271 "*-*-vxworks" to "*-*-vxworks*".
30272 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
30273
30274 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
30275
30276 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
30277 will not runto main but do a 'step' to step out of breakpoint().
30278 * config/mt-slite: add -Dusestubs.
30279
30280 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30281
30282 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
30283 instead of just @.
30284
30285 * gdb.base/signals.exp: Add test for "handle all print".
30286 * TODO: Remove "handle all print". Also remove item about
30287 checking copyright date (I don't like the idea of a spurious FAIL
30288 based on when we run the tests).
30289
30290 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
30291 for SunOS4 (reason for failure not investigated). Remove
30292 redundant test for $binfile.
30293
30294 * gdb.base/nodebug.c (array_index): Call malloc.
30295
30296 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
30297
30298 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
30299
30300 * gdb.base/recurse.exp: Update gdb_test invocation to use new
30301 conventions and slightly simplify the matching regexp.
30302
30303 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30304
30305 * gdb.base/break.exp: Update gdb_test invocation to use new
30306 convention.
30307
30308 * lib/gdb.exp: If noargs is not set, set it to 0.
30309
30310 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
30311 tests unique.
30312
30313 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
30314
30315 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30316
30317 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
30318 one argument of type "<non-float parameter>".
30319
30320 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
30321
30322 * config/rom68k.exp: New file to support Motorola IDP board.
30323 * gdb.base/a2-run.exp: Skip this file if noargs is set.
30324 * gdb.base/break.c: Change things around so that this program
30325 doesn't depend upon args. This is necessary to make remote
30326 targets work (in general, they can't take args).
30327 * gdb.base/break.exp: Don't try to send args to program. Don't
30328 expect output. Also, replace lots of code with gdb_test.
30329
30330 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30331
30332 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
30333 printing of '\'' (which is what the comment says we are testing,
30334 even though we were not), not '''.
30335 (test_integer_literals_rejected): Test that printing ''' is an error.
30336
30337 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
30338 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
30339 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
30340 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
30341 Use gdb_test not test_print_accept.
30342 * lib/gdb.exp: Remove test_print_accept.
30343
30344 * gdb.base/signals.exp (signal_tests_1): Make pass message
30345 consistent with fail message.
30346
30347 * gdb.base/whatis.exp: Remove xfails for printing char vs.
30348 unsigned char; the bug (PR 1821) is fixed.
30349
30350 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
30351
30352 * gdb.base/scope.exp (test_at_localscopes): Call pass for
30353 successful tests--makes xfailing them work right.
30354
30355 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30356
30357 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
30358 only \r\n, not .*. The test can pass .* as the last thing in
30359 $pattern if that is what it wants. In addition to providing this
30360 flexibility, this change should speed up pattern matching in cases
30361 where the pattern already ended with .* (there were a number of
30362 them). This change also helps catch bad patterns--in the old
30363 scheme the typo "char \*" instead of "char \\*" would pass. Now
30364 it is caught.
30365 * Many .exp files: Update callers.
30366
30367 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
30368 clearer and does not spuriously match multiple ('s. Likewise for
30369 ) and *.
30370
30371 * gdb.base/nodebug.exp: Test ability to call a function and pass
30372 it a string (even with no debugging info).
30373
30374 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
30375 "p '\'", which is the same as "p ''" once tcl gets done with
30376 quoting, to "p '\\'", which I suspect is what is intended (one
30377 backslash gets sent to GDB).
30378
30379 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
30380
30381 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30382
30383 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
30384 1817) was fixed literally years ago.
30385
30386 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30387
30388 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
30389 test, it causes stepping out of call_after_alloca_subr with
30390 optimizing compilers.
30391 (localvars_in_indirect_call): Consume GDB prompt if `finish'
30392 fails.
30393
30394 * gdb.c++/templates.exp: Source templ-info.exp only if
30395 the templates executable exists.
30396
30397 * gdb.c++/misc.cc (class Contains_static_instance,
30398 class Contains_nested_static_instance),
30399 gdb.c++/classes.exp (test_static_members): Test printing of
30400 a class that contains a static instance of the class.
30401
30402 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30403
30404 * gdb.base/langs2.c (cppsub_): Don't prototype.
30405 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
30406 only, I believe).
30407
30408 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30409
30410 * lib/gdb.exp (skip_chill_tests): New procedure.
30411
30412 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
30413
30414 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
30415
30416 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
30417 each expect pattern. Cuts runtime from 12 to about 4 seconds.
30418
30419 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30420
30421 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
30422
30423 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
30424 disassemble 8, not 16, instructions for part 4.
30425
30426 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
30427 support the latter anymore.
30428
30429 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
30430 -DNO_PROTOTYPES.
30431 * gdb.base/callfuncs.c: Control use of prototypes based on
30432 NO_PROTOTYPES, not __STDC__.
30433 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
30434 t_float_values2 tests if prototypes in use.
30435
30436 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
30437 t_double_values): When checking differences against DELTA, check
30438 that difference is within the range (-DELTA,DELTA), not just
30439 (-infinity,DELTA).
30440
30441 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
30442
30443 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
30444 'file' command firts, then 'target', then 'load', this is due to gdb
30445 target set up.
30446 * config/mips-gdb.exp: Fix a couple regular exp bugs.
30447
30448 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
30449
30450 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
30451 FP load/store variants.
30452 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
30453
30454 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
30455
30456 * gdb.base/term.exp: Do not give a warning if not native, it is
30457 not an abnormal condition.
30458
30459 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
30460
30461 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
30462 t_char_array".
30463
30464 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
30465
30466 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
30467 are getting the version number.
30468
30469 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
30470 if not native, it is not an abnormal condition.
30471
30472 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30473
30474 * lib/gdb.exp: Just use "file exists", rather than undocumented
30475 dejagnu procedure "findfile".
30476
30477 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
30478
30479 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
30480 (LDFLAGS): Set to -Xlinker -Ur.
30481
30482 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
30483 Removed, these values are set by lib/gdb.exp.
30484
30485 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
30486
30487 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
30488
30489 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
30490 of replicating gdb startup code.
30491
30492 * config/mt-vxworks (LDFLAGS): Set to -r.
30493 (CFLAGS_FOR_TARGET): Removed.
30494
30495 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
30496 (gdb) and gdb for vxworks uses (vxgdb).
30497
30498 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
30499 executable is not in the tree and host != target, use sed and
30500 program_transform_name to determine the gdb name used by the
30501 target.
30502
30503 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
30504 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
30505
30506 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30507
30508 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
30509 floats, chars, and shorts where there are ANSI-style function
30510 definitions.
30511
30512 * gdb.base/langs.exp, gdb.base/langs*: New test.
30513 * gdb.base/Makefile.in: Build it.
30514 * TODO: Remove item about checking that C names don't get C++
30515 demangling applied; this test tests it.
30516
30517 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30518
30519 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
30520 went with the const70 xfail. The xfail went away a year ago.
30521
30522 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
30523
30524 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
30525 for hp300.
30526
30527 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
30528
30529 * gdb.base/a1-selftest.exp: Don't run on hp300.
30530
30531 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30532
30533 * Makefile.in (site.exp): Set host_alias and target_alias as well
30534 as host_triplet and target_triplet.
30535
30536 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30537
30538 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
30539
30540 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
30541 places as other ecoff systems).
30542
30543 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
30544 ultrix.
30545
30546 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30547
30548 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
30549 remove them.
30550 * gdb.base/nodebug.exp: Accept "function" in addition to "text
30551 variable and "variable" in addition to "data variable".
30552 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
30553
30554 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
30555 2.
30556 * gdb.base/list1.c (long_line): Add additional statement at start
30557 of function.
30558 * gdb.base/list.exp (test_forward_search): Update line number to
30559 reflect new statement.
30560
30561 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30562
30563 * gdb.base/signals.exp: Reinitialize searched source directories
30564 after gdb_start call.
30565
30566 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
30567
30568 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
30569 * gdb.stabs/Makefile.in: Likewise.
30570
30571 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
30572 change. Instead split the tests into smaller pieces.
30573 * gdb.disasm/hppa.s: Corresponding changes.
30574
30575 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30576
30577 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
30578 Quote ^C when passing it to stty. For some shells ^ is a pipe.
30579
30580 * gdb.base/funcargs.exp: Modify many tests so that every test
30581 either passes or fails. Make some test names unique.
30582
30583 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30584
30585 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
30586 Call stty to set interrupt character.
30587
30588 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
30589 for HP assembler versus GNU assembler based on actual behavior of
30590 $(CC), rather than assuming that $(AS) is always the GNU assembler.
30591
30592 * TODO: Suggest a few more stepping tests.
30593
30594 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
30595
30596 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
30597 restart GDB for h8300 after a continue.
30598 (return): Add pattern to match a29k-udi behavior.
30599 * gdb.base/nodebug.exp: Remove obsolete comment.
30600 * gdb.base/regs.exp: New file, testing of register displays.
30601 * gdb.base/return.exp: Fix typo in reference to $objdir.
30602 * gdb.base/whatis.exp: Always start with a fresh GDB.
30603
30604 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30605
30606 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
30607 higher, these tests generate a lot of output.
30608
30609 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30610
30611 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
30612 code following the catch silently ignored some errors; without the
30613 catch they should be thrown like any other tcl error. Also, the
30614 catch used "" instead of {} which meant all the callers who wanted
30615 to include one of the characters "[]$ had to quote it an extra time.
30616 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
30617 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
30618 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
30619 Remove extra quoting.
30620
30621 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
30622
30623 * gdb.base/commands.exp: Make test names unique; every test either
30624 passes or fails. Update some comments.
30625
30626 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
30627
30628 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30629
30630 The following fixes a FAIL caused by the fact that the alpha stabs
30631 configuration didn't use the ".if alpha" code in weird.def.
30632 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
30633 bit pointer, so the 32 bit version works even on the alpha.
30634 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
30635 Remove the stuff which allowed us to have separate versions for
30636 alpha and everything else.
30637
30638 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
30639 regexp which "info func operator\[\](" is supposed to match. Fix
30640 string to send to GDB. Note that GDB still doesn't work right. Add a
30641 new test for "info func .perator\[\](" which GDB does handle correctly.
30642
30643 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
30644
30645 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30646
30647 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
30648 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
30649 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
30650 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
30651 it makes the tests harder to understand and confuses test-o-matic.
30652 The preferred style is that each test provides a PASS or a FAIL,
30653 and has a unique message (e.g. "continue #54" not just "continue")
30654 which is the same for the pass and the fail.
30655 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
30656 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
30657 to lib/gdb.exp.
30658 * gdb.base/printcmds.exp: Use test_print_accept. Remove
30659 prt_accept which was basically the same thing. Likewise for
30660 test_print_reject and prt_reject.
30661 * lib/gdb.exp (test_print_reject): Add some more error message
30662 patterns to match from the former printcmds.exp (prt_reject).
30663 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
30664 One defect of the passcount stuff is that some of it failed to
30665 report XPASS where appropriate.
30666 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
30667 stuff before and after arg in expected pattern.
30668 (test_paddr_operator_functions): Re-do test without print_addr_of;
30669 this is the only test which seems to want extra stuff there.
30670
30671 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30672
30673 * gdb.base/nodebug.exp: Update new tests to reflect improved
30674 wording of gdb output.
30675
30676 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
30677 and "ptype" work on variables in files compiled without -g.
30678 Replaces commented out "maint print msymbol" tests.
30679
30680 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30681
30682 * gdb.base/setvar.c (dummy): Call malloc.
30683
30684 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
30685 losing with the irix4 sed.
30686
30687 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
30688 ALRM" on irix4.
30689
30690 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30691
30692 * TODO: Remove items about corefile.exp testing new exec-file and
30693 backtrace; both are now done. Add items about printing enums.
30694
30695 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30696
30697 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
30698 "get signal $thissig" test fails.
30699
30700 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
30701
30702 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30703
30704 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
30705 compiler warning with dec alpha compiler.
30706
30707 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
30708 extra \n from gdb_test call (this explains why the prompt test
30709 that I removed yesterday was there).
30710 (user_defined_command_test): Remove extra \n and prompt test.
30711
30712 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
30713 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
30714 doesn't exist.
30715 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
30716 Also remove alpha workaround, which turns out to be because
30717 SIGABRT == SIGLOST.
30718
30719 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
30720
30721 * gdb.base/help.exp: Don't test "help show".
30722
30723 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30724
30725 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
30726 "set print address" is on.
30727 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
30728 pass prompt to gdb_test; gdb_test already looks for the prompt.
30729
30730 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
30731
30732 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
30733 was a vestige of the manual TESTSTRATEGY, and the purpose of it
30734 was to make sure that gdb can read a core file. But (a) the "read
30735 the corefile" part didn't make it to a1-selftest.exp, we just
30736 delete the corefile after creating it, and (b) we test reading
30737 corefiles in corefile.exp anyway. Also, this test left around a
30738 xgdb process on Solaris.
30739
30740 * gdb.base/corefile.exp: Also test backtrace.
30741
30742 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
30743
30744 * gdb.base/commands.exp: Test a simple user defined command with
30745 arguments and if/while statements; verify the full user command is
30746 printed by "show user".
30747
30748 * gdb.base/commands.exp: Test if/while commands as part of a
30749 breakpoint command list; verify they appear in breakpoint
30750 information.
30751
30752 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30753
30754 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
30755 than by dividing by zero.
30756
30757 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
30758
30759 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
30760 performing an inferior call with watchpoints enabled.
30761 * gdb.base/watchpoint.c (main): Delete second unnecessary read
30762 call.
30763
30764 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30765
30766 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
30767 of "file" command.
30768
30769 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
30770 Add additional pattern for when "int operator int(void);" appears
30771 in a different order.
30772
30773 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
30774
30775 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
30776
30777 * gdb.base/help.exp: Replace most of docstrings for "info signals"
30778 and "signal" with ".*".
30779
30780 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
30781
30782 * TODO: Add note about "handle all nostop".
30783
30784 * gdb.base/{sigall.c, sigall.exp}: New test.
30785 * gdb.base/Makefile.in: Add it.
30786
30787 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
30788
30789 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
30790 when invoking GDB, suppresses any windowing interface.
30791
30792 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
30793
30794 * config/sim-gdb: New file, simulator testing support.
30795
30796 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
30797
30798 * gdb.base/interrupt.exp: Test calling func1 twice.
30799
30800 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
30801
30802 * gdb.base/list.exp (test_forward_search): Set timeout higher
30803 when we'll be getting lots of output from gdb.
30804
30805 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
30806 "init_malloc" to after the expect statement. Run it if that
30807 regexp is taken, but also for two others which happen if source
30808 cannot be found.
30809
30810 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30811
30812 * gdb.base/printcmds.exp: New test, for printing register before
30813 program is running.
30814
30815 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30816
30817 * gdb.base/list.exp: Correct some alternate expect patterns
30818 to reflect changes in list1.c.
30819
30820 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30821
30822 * TODO: Add item regarding large frames.
30823
30824 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
30825
30826 * TODO: Remove item about enabling return.exp; it
30827 is enabled. Suggest a few more "return" tests.
30828
30829 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30830
30831 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
30832 anonymous unions.
30833
30834 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30835
30836 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
30837 and pr-5646.o, so "make" is the same as "make all", not "make
30838 pr-4975.o".
30839
30840 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
30841
30842 * gdb.base/list.exp: Adjust expectations to reflect changes in
30843 list1.c.
30844 (test_forward_search): New test proc.
30845 * gdb.base/list1.c (long_line): New function, has long source line.
30846
30847 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
30848
30849 * gdb.base/a1-selftest.exp: Change initial stepping to know about
30850 additional line of code that was added.
30851
30852 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
30853
30854 * gdb.disasm/hppa.s: Break the large branching tests into smaller
30855 tests so as not to overflow expect's input buffers.
30856 * gdb.disasm/hppa.exp: Corresponding changes.
30857
30858 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30859
30860 Beginnings of template debugging tests.
30861 * gdb.c++/templ-info.cc: New file to test for template
30862 debugging capability of the compiler.
30863 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
30864 templ-info.cc.
30865 * gdb.c++/templates.cc: Add explicit template instantiations
30866 to enable compiling with -fno-implicit-templates. Add destructor
30867 and 'value' method to T5 class for template tests.
30868 * gdb.c++/templates.exp: Add testcases for printing of template
30869 types, setting breakpoints on template methods and calling a
30870 template method.
30871
30872 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
30873
30874 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
30875 branch target since some assemblers (gas-2.5) may emit a
30876 relocation for the branch instead of resolving it in the
30877 assembler.
30878
30879 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30880
30881 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
30882 through signal handler.
30883
30884 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30885
30886 * configure.in (*-*-netware): Use config/mt-netware.
30887
30888 * config/mt-netware: New file.
30889 * config/mt-i386-netware: Removed, separate configs for different
30890 netware architectures are no longer needed now that we have
30891 --with-headers.
30892
30893 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30894
30895 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
30896 by the recent changes to use ANSI C arithmetic conversions.
30897
30898 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
30899
30900 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
30901 bug involving using inferior_pid to figure out whether to select a
30902 frame.
30903
30904 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
30905
30906 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
30907 match the current disassembler output.
30908
30909 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
30910
30911 * gdb.fortran/exprs.exp: Expect VOID instead of void.
30912 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
30913 types, expect "int" as type of integer values (for now).
30914
30915 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
30916
30917 * gdb.base/commands.exp: New tests for if/while commands.
30918
30919 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
30920
30921 * lib/gdb.exp (runto): Replace sub-pattern for hex value
30922 by .*, since hex values have different syntax in Chill mode.
30923
30924 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30925
30926 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
30927 linefeed from expect pattern for repeated types with indices > 9.
30928
30929 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
30930
30931 First part of Fortran test suite.
30932 * gdb.fortran: New directory.
30933 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
30934
30935 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30936
30937 * gdb.base/default.exp: Update expect pattern for load command
30938 without arguments.
30939
30940 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
30941
30942 * configure.in: Change i386 to i[345]86.
30943 * gdb.base/configure.in: Likewise.
30944 * gdb.c++/configure.in: Likewise.
30945 * gdb.chill/configure.in: Likewise.
30946
30947 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
30948
30949 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
30950 patterns, since that is not a valid context for comments.
30951
30952 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
30953
30954 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
30955 repeated types and repeated types with indices > 9.
30956
30957 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
30958
30959 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
30960 2417; old bug has been fixed.
30961
30962 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
30963
30964 * gdb.base/interrupt.exp: When trying to wake up the inferior,
30965 send the newline ourselves instead of assuming gdb_test will do
30966 so when passed an empty input string.
30967
30968 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
30969 stabs testcode.
30970
30971 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30972
30973 * lib/gdb.exp (gdb_test): Don't send anything if the first
30974 argument is an empty string. This makes cases where we want to
30975 match output that is already in expect's buffers (for example,
30976 matching a breakpoint after gdb_run_cmd has been called) work
30977 reliably.
30978
30979 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30980
30981 * config/netware.exp: New file.
30982
30983 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
30984
30985 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
30986 the -B and -L prefixes so we can find the debugging stub.
30987
30988 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
30989 there and we are using the gcc from the tree.
30990
30991 * gdb.base/types.c: Removed.
30992
30993 * gdb.base/configure.in: Look for makefile fragments in ../config.
30994 Recognize i386-*-netware.
30995 * gdb.c++/configure.in: Likewise.
30996
30997 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30998
30999 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
31000 the correct TCL syntax.
31001
31002 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31003
31004 * gdb.base/opaque.exp: use runto instead of messing around with
31005 breakpoints. Simplify by using gdb_test.
31006
31007 * gdb.base/bitfields.exp: restart between tests on netware targets
31008 because breakpoints aren't relocated after target death. Run
31009 processes to completion.
31010
31011 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
31012
31013 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
31014
31015 * Makefile.in: Remove extra tabs that confuse some versions
31016 of "make". Use the newly built gdb to test with by default,
31017 rather than the first one in the tester's search path.
31018
31019 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
31020
31021 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
31022
31023 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
31024 condition help.
31025
31026 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31027
31028 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
31029
31030 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
31031 running.
31032 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
31033 * gdb.base/funcargs.exp: Likewise.
31034
31035 * gdb.base/bitfields.exp: Simplify by using gdb_test.
31036 * gdb.base/funcargs.exp: Likewise.
31037
31038 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
31039 message is "".
31040
31041 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31042
31043 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
31044 return,signals,twice}.exp: Handle non-existant binaries
31045 consistantly.
31046
31047 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
31048 * gdb.base/Makefile.in: Don't try to generate a core dump, we
31049 might testing a cross development system.
31050
31051 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31052
31053 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
31054 runtest script is relative to ${srcdir}, not ${rootdir}.
31055
31056 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
31057
31058 * gdb.base/signals.exp: Allow for optionality of breakpoint
31059 address.
31060
31061 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31062
31063 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
31064
31065 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
31066
31067 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
31068 for size_t definition.
31069 * gdb.c++/templates.cc: Likewise
31070
31071 * config/mt-i386-netware: New file.
31072
31073 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
31074 defined.
31075
31076 * gdb.base/Makefile.in: Added support for systems that name core
31077 files by appending "core" to the program name.
31078 * gdb.base/a1-selftest.exp: Likewise.
31079
31080 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31081
31082 * gdb.base/return.exp: Add comment and message for `return double'
31083 test failure on Sparc Solaris.
31084
31085 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
31086
31087 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
31088
31089 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31090
31091 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
31092 from optimizing them away.
31093 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
31094 patterns to include default constructors and assignment operators,
31095 to match gcc versions beyond 2.5.8. Accept any cplus demangling
31096 character in the output of the virtual base pointer.
31097
31098 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31099
31100 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
31101 expression match in print_addr_of to avoid unintented matches.
31102 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
31103 versions up to 2.5.8.
31104
31105 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31106
31107 * gdb.base/list.exp: Tweak alternate pattern for listing of an
31108 included file to run under newer versions of expect.
31109 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
31110 consecutive >'s in templates to accomodate recent cplus-dem.c change.
31111 Remove xfail for the virtual table of BDDHookV.
31112
31113 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
31114
31115 * lib/gdb.exp (string_to_regexp): Set a default result.
31116 (default_gdb_start): Fix misleading message.
31117
31118 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
31119
31120 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
31121 Remove all CC, etc definitions.
31122 * config/mt-hpux: New file.
31123 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
31124 (CFLAGS, LDFLAGS): Define.
31125 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
31126
31127 * Makefile.in (site.exp): Don't insert host_os, etc.
31128 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
31129 (distclean): Check existence of subdir.
31130 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
31131 * gdb.base/Makefile.in: General cleanup and simplification.
31132 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
31133 to build executables. Use default rule to build .o files.
31134 (EXPECT, RUNTEST, CC): Fix relative pathname.
31135 (site.exp): Don't insert host_os, etc.
31136 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
31137 and/or SIGUSR1 defined.
31138 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
31139 * gdb.c++/Makefile.in: General cleanup and simplification.
31140 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
31141 (CFLAGS): Remove.
31142 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
31143
31144 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
31145
31146 * gdb.base/recurse.exp: Misc changes to get tests running again
31147 after Kung's changes to the watchpoint code.
31148 * gdb.base/watchpoint.exp: Likewise.
31149
31150 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
31151
31152 * lib/gdb.exp (string_to_regexp): Convert {\} also.
31153
31154 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
31155
31156 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
31157 * lib/gdb.exp (default_gdb_start): Define.
31158 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
31159 gdb.base/funcargs.exp, gdb.base/opaque.exp,
31160 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
31161 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
31162 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
31163 Don't call gdb_target_udi in between tests.
31164
31165 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31166
31167 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
31168 (which was basically just a local version of the same thing). In
31169 addition to avoiding duplication, gdb_test_exact is faster.
31170 * lib/gdb.exp (gdb_test_exact): Fix typo.
31171
31172 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
31173 don't give an error.
31174
31175 * gdb.base/term.exp: Call delete_breakpoints before starting.
31176
31177 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
31178 (t10): Add comment.
31179
31180 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
31181
31182 Reorganization of the GDB Test Suite.
31183
31184 * gdb.base: New directory, contains all the basic tests.
31185 * gdb.c++: New directory, tests specific to C++.
31186 * gdb.chill: New directory, tests specific to Chill.
31187 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
31188 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
31189 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
31190 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
31191 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
31192 t30-31 to chill).
31193 * */gdbme.*: Rename to match appropriate expect scripts.
31194 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
31195 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
31196 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
31197 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
31198 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
31199 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
31200 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
31201 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
31202 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
31203 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
31204 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
31205 gdb.c++/virtfunc.cc: New names of C++ files.
31206 * gdb.chill/chillvars.ch: New name of Chill file.
31207 * gdb.base/configure.in, gdb.c++/configure.in,
31208 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
31209 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
31210 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
31211 * configure.in (configdirs): Update to reflect directory changes.
31212 (target_abbrev): No longer define for any configuration.
31213 * Makefile.in: Cosmetic improvements to header comments.
31214
31215 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
31216
31217 Various changes to gdb.t31:
31218
31219 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
31220 * gdbme.ch: Make all key-words and predefineds be upper-case.
31221 * chillvars.exp: Expect key-words and predefinds in upper-case.
31222
31223 * chillvars.exp: Use gdb_test_exact many places.
31224 Change expected output for arrays (which now includes index labels).
31225
31226 * pr-5020.exp, gdme.ch (module PR_5020):
31227 New test, for PR-5020.
31228
31229 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
31230
31231 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
31232 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
31233
31234 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
31235
31236 * Makefile.in: Fix bit-rot in definitions of CHILL,
31237 CHILL_FOR_TARGET and Chill_LIB.
31238 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
31239 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
31240 CHILL, and CHILL_LIB.
31241
31242 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
31243
31244 * Revert the previous changes. Please see Rob's directory
31245 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
31246
31247 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
31248
31249 * Makefile.in, configure.in, config/mips-gdb.exp,
31250 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
31251 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
31252 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
31253 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
31254 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
31255 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
31256 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
31257 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
31258 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
31259 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
31260 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
31261 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
31262 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
31263 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
31264 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
31265 changes from 94Q1.
31266
31267 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
31268
31269 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
31270 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
31271 Rob's new testing fragments.
31272
31273 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
31274
31275 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
31276 lib/gdb.exp: Replace error proc calls with perror.
31277
31278 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
31279
31280 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
31281 version also, match on casted version strings, and match on
31282 gdb startup case where the line numbers might be messed up.
31283
31284 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
31285
31286 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
31287 (CFLAGS): Delete it from here.
31288
31289 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
31290
31291 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
31292
31293 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
31294
31295 * Makefile.in (RUNTEST): Default to just "runtest".
31296
31297 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31298
31299 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
31300 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
31301 the code has been restructured.
31302
31303 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31304
31305 * gdb.t00/default.exp (set write): Allow any number of \r and/or
31306 \n, not just one of each.
31307
31308 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
31309 /bin/cc gives a warning if you do.
31310
31311 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
31312
31313 * gdb.t24/demangle.exp: change expect pattern of
31314 __t10ListS_link1ZUiRCUiPT0
31315
31316 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31317
31318 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
31319 on local variables in recursive functions.
31320
31321 * gdb.t07/Makefile.in: Build the new test.
31322
31323 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31324
31325 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
31326 directly. Instead compare the return values from actual calls.
31327
31328 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
31329
31330 * Makefile.in (check): Set TCL_LIBRARY for runtest.
31331
31332 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31333
31334 * From Peter Schauer with minor modifications.
31335 * gdb.t15/return.exp (return_tests): Handle targets where "return"
31336 stops in mid-line in the caller. Add xfail for returning a float
31337 value on X86 targets.
31338
31339 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31340
31341 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
31342 to avoid expect lossage.
31343 (fmem_LRbug_tests): Likewise.
31344 * gdb.disasm/hppa.s: Corresponding changes.
31345
31346 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
31347 conditions to work with latest dejagnu/expect.
31348
31349 * gdb.t15/funcargs.exp (finish from indirect call): No longer
31350 expected to fail on the PA.
31351 (backtrace in call with trampolines): Explicitly require main
31352 to be frame #1 (no trampolines should show up in backtrace).
31353
31354 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
31355 "continue -expect".
31356 * gdb.t06/break.exp: Likewise.
31357 * gdb.t07/watchpoint.exp: Likewise.
31358 * gdb.t13/bitfields.exp: Likewise.
31359 * gdb.t15/{funcargs,return}.exp: Likewise.
31360 * gdb.stabs/weird.exp: Likewise.
31361 * config/{mips,udi}-gdb.exp: Likewise.
31362
31363 * hppa.sed: Enclose comments within a sed command to avoid
31364 losing with the old OSF1 sed.
31365
31366 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31367
31368 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
31369 sequent dynix.
31370 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
31371 * gdb.t15/funcargs.exp: Conditionally step again to really
31372 finish from marker_call_with_trampolines. Handle the case where
31373 the first step from within call_with_trampolines already steps
31374 us back to main.
31375 * gdb.t15/gdbme.c: Add comment to closing brace of
31376 call_with_trampolines for funcargs.exp.
31377
31378 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31379
31380 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
31381 Fix typo(s).
31382
31383 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31384
31385 * gdb.t07/gdbme.c: More code for watchpoint testing.
31386
31387 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
31388 "Hardware watchpoint" throughout file.
31389 (test_watchpoint_triggered_in_syscall): New test.
31390 (test_complex_watchpoint): New test.
31391
31392 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31393
31394 * gdbme.c (call_with_trampolines): New function to try and step
31395 into. Tests trampoline problems on the PA.
31396
31397 * funcargs.exp (localvars_in_indirect_call): No longer expect
31398 stepping into indirect call to fail on PAs.
31399 (test_stepping_over_trampolines): New test.
31400
31401 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31402
31403 * TODO: Add suggestions for static member function tests, and
31404 completion tests.
31405
31406 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31407
31408 * TODO: Add suggestions for "p/a" tests.
31409
31410 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
31411 (default_gdb_exit): Replace all the hair with sending "quit" to
31412 the process with a simple close.
31413
31414 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31415
31416 * TODO: Add suggestions for shared library tests.
31417
31418 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31419
31420 * TODO: Add suggestions for x/s tests.
31421
31422 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31423
31424 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
31425 "enable once", and "enable breakpoints once" with ".*".
31426
31427 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31428
31429 * TODO: Add suggestions about structure passing tests.
31430
31431 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31432
31433 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
31434 the primary1 test, use work around if __GNUC__ < 2.
31435 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
31436 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
31437 Test for bad output rather than waiting for timeout. Issue
31438 second continue only if first continue failed.
31439
31440 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
31441
31442 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
31443 operator[] test with gdb_test because the old code didn't seem to
31444 be getting the quoting right with the new dejagnu.
31445
31446 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
31447
31448 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
31449 one from the path.
31450 * Makefile.in: Use a fresh expect if there is one, use runtest
31451 from the src tree if there is one.
31452
31453 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
31454
31455 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
31456 next over recursive call. Revise the tests from that point on
31457 (which had been skipped) to match GDB's actual (correct) output.
31458
31459 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
31460 with next over a breakpoint whose condition is false.
31461
31462 * gdb.t00/help.exp: Comment out "help set print" tests just like
31463 (and for same reason as) "help set" test.
31464
31465 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31466
31467 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
31468 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
31469
31470 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31471
31472 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
31473 necessary gdb_target_udi.
31474
31475 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
31476
31477 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
31478 1838 and 2417; they are fixed.
31479
31480 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
31481 gdb.t03/ptype.exp (ptype structure, ptype union):
31482 Remove xfails; the test is looser than when the xfails were added.
31483
31484 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
31485 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
31486
31487 * gdb.t01/run.exp: Only run shell test if isnative.
31488
31489 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
31490 since "run" automatically loads if necessary. Call gdb_target_udi
31491 after the "file" since "file" kills any execution target.
31492
31493 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
31494 GDB. GDB doesn't work that way (not anymore at least) on UDI.
31495 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
31496 argument for UDI.
31497
31498 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
31499
31500 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
31501
31502 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
31503
31504 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31505
31506 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
31507 properly quoting regexps. This makes the second argument to
31508 demangle a fixed string, which matches the callers, instead of a
31509 shell-style pattern which is what the previous implementation
31510 used. Update some of the callers.
31511
31512 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31513
31514 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
31515 (comib_nullified_tests): Fix typo.
31516 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
31517 strings. No longer expected to fail.
31518
31519 * gdb.disasm/hppa.s (addib_tests): Fix typo.
31520 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
31521 strings. No longer expected to fail.
31522
31523 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
31524 string. No longer expected to fail.
31525
31526 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31527
31528 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
31529 No longer expected to fail.
31530
31531 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
31532 string. No longer expected to fail.
31533
31534 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31535
31536 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
31537 only in the names (I probably got most of them). I was even
31538 generous with some which differed in underscores in names, and
31539 probably missed a few, and I *still* was able to remove almost a
31540 third of the file with almost no impact on testsuite coverage.
31541
31542 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31543
31544 * gdb.t00/default.exp: Match udi_attach error message as well as
31545 the one from child_attach.
31546
31547 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
31548
31549 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
31550
31551 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
31552 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
31553
31554 * Move test with enums and partial symbols back to
31555 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
31556 Reverts the change of 26 May 93. Per today's change to
31557 stabs.texinfo, the behavior that weird.exp was expecting was
31558 unreasonable; what is important is that the compiler+gdb get
31559 things right, which happens with a recent gcc. Also fix the test
31560 to deal with native compilers which put out the stab gdb can't
31561 deal with.
31562
31563 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31564
31565 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
31566 in the names. The main thing these accomplish is to slow things down.
31567 Many more such duplicates surely remain.
31568
31569 * gdb.t00/help.exp: Comment out "help support" test just like
31570 (and for same reason as) "help set" test.
31571
31572 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
31573
31574 * gdb.t06/break.exp: Remove setup_xfails for
31575 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
31576 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
31577 about known bug in gcc to include up through 2.5.8.
31578 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
31579 well as "_vb$".
31580 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
31581 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
31582 with latest gcc and gdb.
31583 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
31584 well as "_vb$".
31585
31586 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31587
31588 * configure.in (hppa*-*-*): Also configure and build stabs-only
31589 tests.
31590
31591 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31592
31593 * gdb.t10/hppa.mt: A makefile fragment for the PA.
31594 * gdb.t10/configure.in (hppa*-*-*): Use it.
31595
31596 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31597
31598 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
31599
31600 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31601
31602 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
31603 versions prior to 1.13.5.
31604
31605 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31606
31607 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
31608 the prompt is at the start of a line.
31609
31610 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
31611
31612 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
31613 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
31614 in the copr tests now.
31615 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
31616 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
31617 expected to fail.
31618
31619 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
31620
31621 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
31622 gdb.t31/chillvars.exp, lib/gdb.exp:
31623 Tweak to run under either version of expect.
31624 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
31625 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
31626 * gdb.t11/list.exp: Remove extraneous whitespace.
31627
31628 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31629
31630 * gdb.t16/printcmds.exp (test_print_strings): Accept
31631 "(unsigned char *) " before the string.
31632
31633 * TODO: Add notes about printing of fancy types and GDB expressions.
31634
31635 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
31636
31637 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
31638 * gdb.t06/configure.in: Don't try to compile signals test program
31639 if doing mips-idt-ecoff.
31640
31641 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
31642
31643 * Most .exp files: Tweak to run under either version of expect.
31644
31645 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31646
31647 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
31648 xfails; I'm not sure why they are failing, but not because of PR 1806.
31649
31650 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
31651
31652 * config/unix-gdb.exp: Remove gdb_unload cause it's already
31653 defined in lib/gdb.exp.
31654
31655 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31656
31657 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
31658 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
31659 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
31660 have to be typeless.
31661
31662 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
31663
31664 * TODO: Add suggestion for copyright year test.
31665
31666 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
31667
31668 * configure.in (*-*-lynxos*): Add stabs tests.
31669
31670 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
31671
31672 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
31673 so insert a tab before any assembler directive in column zero.
31674
31675 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
31676 stores.
31677 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
31678 stores.
31679 (fpu_short_memory_tests): Likewise.
31680
31681 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31682
31683 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
31684 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
31685 .stabs directives in comments.
31686
31687 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31688
31689 * TODO: New file, describing tests we could write.
31690 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
31691
31692 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31693
31694 * gdb.t06/signals.exp: Add kludge to force re-sync.
31695
31696 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
31697 to xgdb instead of gdb, get out of gdb.
31698
31699 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
31700
31701 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
31702 for info.
31703
31704 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
31705
31706 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
31707 * gdb.stabs/configure.in (hppa*-*-*): Use it.
31708 * gdb.stabs/hppa.sed: New sed script for the PA.
31709
31710 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31711
31712 * gdb.stabs: Re-write weird.def and configuration to use sed
31713 instead of cpp. sed is portable and POSIX; cpp is neither.
31714
31715 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31716
31717 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
31718
31719 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31720
31721 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
31722
31723 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31724
31725 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
31726 "_vb$".
31727 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
31728 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
31729
31730 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31731
31732 * lib/gdb.exp: Comment out code which depends on non-existent
31733 `transform' procedure.
31734
31735 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
31736
31737 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
31738 * lib/gdb.exp: Transform tool name.
31739 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
31740 1.1's new error handling system.
31741
31742 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31743
31744 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
31745
31746 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31747
31748 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
31749 They made pattern matching so slow that timeouts happened on
31750 heavily loaded systems. Now any output from "show print" which
31751 gets us back to the GDB prompt is a PASS.
31752
31753 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
31754
31755 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
31756
31757 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31758
31759 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
31760
31761 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
31762 It is not from PR 3220.
31763
31764 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31765
31766 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
31767 just started failing because they depended on the order the
31768 subcommands are presented, or exact docstring text. This kind of
31769 test is a pain and has minimal benefit.
31770
31771 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31772
31773 * gdb.t09/corefile.exp: At end of test, use "core" command with
31774 no arguments.
31775
31776 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
31777
31778 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
31779 17}/Makefile.in: Make it possible to run the testsuite with Sun
31780 make and CC = cross gcc by adding explicit build rules for .o
31781 files.
31782
31783 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31784
31785 * gdb.t15/funcargs.exp: Don't put comments on same line as
31786 setup_xfail (@#$*%& tcl braindamage!).
31787
31788 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31789
31790 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
31791
31792 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
31793
31794 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
31795 * gdb.t20/inherit.exp: remove three dumplicate entries.
31796
31797 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31798
31799 * gdb.t06/break.exp: For "next over recursive call", fail on any
31800 incorrect output, not just on "factorial (value=2)".
31801
31802 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31803
31804 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
31805 working now. Add an xfail if accesing a bss variable causes
31806 a memory error if the target is not yet run.
31807
31808 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31809
31810 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
31811 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
31812 name of __st* demangling (2 strings). Did Kung really get the
31813 more than 95 others right without testing them?
31814
31815 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
31816
31817 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
31818
31819 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
31820
31821 * configure.in (configdirs): Add gdb.disasm
31822 * gdb.disasm: New directory for GDB disassembler tests.
31823 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
31824
31825 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31826
31827 * gdb.t00/help.exp: Don't test "help set".
31828
31829 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
31830 from within expect statements. None of these happen anymore and
31831 they cause regressions to be silently unnoticed.
31832
31833 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
31834 messages) about known failures with gcc cygnus-2.4.5-930417.
31835
31836 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
31837 comp-info.exp so it gets built if it doesn't exist.
31838
31839 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
31840 it is no longer used.
31841 * gdb.t13/comp-info.c: Removed.
31842
31843 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
31844
31845 * gdb.t06/signals.exp: Add xfail for sun3.
31846
31847 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31848
31849 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
31850 relevant because ^C doesn't get sent but failure can be reproduced
31851 interactively).
31852
31853 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31854
31855 * gdb.stabs/alpha.mt: New configuration file for alpha.
31856 * gdb.stabs/configure.in: Use it.
31857 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
31858 sharing with alpha.mt, redefine long to word via preprocessor.
31859 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
31860 for alpha.
31861 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
31862 native cc.
31863 * gdb.t00/teststrategy.exp: Change expect string so that we
31864 consume the `(xgdb)' from the command echo and from the gdb prompt.
31865 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
31866 gdb currently compares all values as long, so this failure probably
31867 applies to any configuration where LONGEST is bigger than a target int.
31868 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
31869 with gcc.
31870 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
31871 to handle opaque pointers, gcc is.
31872 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
31873 as first argument. Include <sys/types.h> and change all operator
31874 new definitions to use size_t.
31875 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
31876 now that we use size_t.
31877
31878 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31879
31880 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
31881 a long or float array cast all array members to the same type.
31882 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
31883 with 64 bit longs.
31884 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
31885 on alpha.
31886 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
31887
31888 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31889
31890 * gdb.t24 (demangle.exp): Constructors of templates have names like
31891 vector<int>::vector(int) not vector<int>::vector<int>(int). See
31892 section 14.6 of the ARM.
31893
31894 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
31895 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
31896 accomplish little and slow down the testsuite.
31897
31898 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
31899 Accept spaces various places.
31900
31901 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31902
31903 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
31904 with watchpoint enabled.
31905
31906 * Makefile.in: Remove definition of CC and remove the second
31907 definition of CXX (the "CXX = gcc" one remains). These definitions
31908 were causing backquotes to be expanded within backquotes, which
31909 doesn't work.
31910
31911 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
31912
31913 * gdb.t17/callfuncs.exp: Add "return 0" to end.
31914
31915 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31916
31917 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
31918 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
31919 by mips cc and contains no stabs entries.
31920
31921 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
31922
31923 * config/vx-gdb.exp: Use fake device to load files rather than
31924 NFS.
31925 * lib/gdb.exp: New proc to do "file" command.
31926 * config/unix-gdb.exp: Use new "file" proc.
31927
31928 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
31929
31930 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
31931 Rework board rebooting slightly.
31932 (gdb_exit): Don't exit from the remote shell; there isn't one.
31933 * gdb.stabs/weird.exp: If a program is being debugged already,
31934 kill it.
31935 * gdb.t04/setvar.exp: Stop and restart gdb.
31936 * gdb.t05/expr.exp: Likewise.
31937 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
31938 restart gdb and reload the program.
31939 * gdb.t08/opaque.exp: Likewise.
31940 * gdb.t12/scope.exp: Likewise.
31941 * gdb.t13/bitfields.exp: Likewise.
31942 * gdb.t15/funcargs.exp: Likewise.
31943 * gdb.t20/classes.exp: Likewise.
31944 * gdb.t03/ptype.exp: Increase timeout.
31945 * gdb.t16/printcmds.exp (test_print_string_constants,
31946 test_print_array_constants): Likewise.
31947 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
31948 * gdb.t20/classes.exp (do_tests): Likewise.
31949 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
31950
31951 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
31952
31953 * gdb.stabs: Renamed *wierd* to *weird*.
31954
31955 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
31956
31957 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
31958 for timeout. Add "known gcc 2.4.5 bug" to failure message.
31959
31960 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
31961
31962 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
31963 (do_tests): Remove xfail for whatis on one_var and two_var.
31964
31965 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
31966
31967 * Makefile.in: Made cross building work better by adding
31968 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
31969
31970 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31971
31972 * gdb.t15/{return.c,return.exp,Makefile.in}:
31973 New test, currently commented out.
31974
31975 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
31976
31977 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
31978 still running and removes the leftover named socket so GDb can do
31979 clean restarts.
31980
31981 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
31982
31983 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
31984 console, not GDB.
31985 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
31986 cross testing works better with "make check"
31987 * config/unix-gdb: Use default procedures for exit and version.
31988 * config/vx-gdb.exp: Cleaned up and massaged back to working order
31989 with the newest VxWorks.
31990
31991 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
31992
31993 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
31994 old form.
31995
31996 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
31997 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
31998
31999 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
32000
32001 * config/unix-gdb.exp: Remove this version of gdb_exit
32002 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
32003 Rob says he'll look at it when he gets back to testing boards.
32004
32005 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
32006
32007 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
32008 an expected fail for certain ptype commands.
32009
32010 * gdb.t20/classes.exp: Update expected results of "ptype class
32011 Base1" to account for the constructor that now appears in the type.
32012
32013 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
32014
32015 * configure.in (configdirs): Restore gdb.t04, which mysteriously
32016 disappeared from list.
32017 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
32018 "alldone" proc with call to cleanup and exit.
32019 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
32020 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
32021 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
32022 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
32023 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
32024 "alldone" proc with simple returns that suppress remaining
32025 tests. The alldone proc went away many months ago.
32026
32027 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32028
32029 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
32030
32031 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
32032
32033 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32034
32035 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
32036 as vax gdb will display them.
32037
32038 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32039
32040 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
32041 optimizers.
32042
32043 * scope.exp: Change "bad value for localval" messages so each one
32044 is unique.
32045
32046 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
32047 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
32048
32049 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
32050
32051 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32052
32053 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
32054 doesn't exist (due to optimization).
32055
32056 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32057
32058 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
32059 contains \r because the filename is long.
32060
32061 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
32062 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
32063
32064 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32065
32066 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
32067 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
32068 Ultrix.
32069 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
32070 int tests.
32071 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
32072
32073 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
32074
32075 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
32076
32077 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
32078 to match does not match the passing case but still matches the
32079 failing case.
32080
32081 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32082
32083 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
32084
32085 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
32086
32087 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
32088 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
32089 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
32090 Remove various versions of gdb_exit.
32091 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
32092 gdb_exit.
32093 * config/unix-gdb.exp: gdb_exit remains here, and should override
32094 the generic version, since it's doing a lot of wierd stuff that
32095 the other versions aren't. FIXME, fold it in, or abandon this
32096 version.
32097
32098 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32099
32100 * gdb.t24/demangle.exp: Add tests for PR 3220.
32101
32102 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32103
32104 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
32105
32106 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
32107
32108 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
32109 "i386-*-*". Works for i486 as well.
32110
32111 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
32112 bug, and expand domain of xfail to all SVR4 systems, since the
32113 actual problem is likely to be in generic SVR4 /proc support.
32114
32115 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32116
32117 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
32118
32119 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
32120
32121 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
32122 xfails for other systems. Match a missing 'Continuing.' as an
32123 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
32124
32125 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
32126 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
32127 Only issue warning for missing executables if -all option is used.
32128
32129 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
32130 file if -all option is used. It's like an unpredictable XFAIL.
32131
32132 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32133
32134 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
32135 for dynamically linked binaries.
32136
32137 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
32138
32139 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32140
32141 * gdb.t20/inherit.exp: Change message for "print tagless struct"
32142 to state that this is a known bug in old versions of g++.
32143
32144 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32145
32146 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
32147 while waiting for `Continuing'.
32148
32149 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
32150
32151 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
32152 in text, data, and bss.
32153 * gdb.t10/nodebug.c: Add local and global test variables for
32154 initialized and uninitialized data.
32155
32156 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32157
32158 * config/unix-gdb.exp (gdb_exit): Add "wait".
32159
32160 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32161
32162 * gdb.t06/signals.exp: xfail the continue from the handler for all
32163 targets.
32164
32165 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
32166 function with watchpoints enabled, the i386 call dummy starts with
32167 a call.
32168
32169 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
32170 386 bsd names its corefiles.
32171
32172 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
32173
32174 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
32175 compilers don't grok it.
32176 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
32177 with small octal ints rather than character constants, which
32178 are signed and might not fit if first promoted to int.
32179
32180 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
32181
32182 * gdb.t09/Makefile.in (clean): Remove corefile.
32183
32184 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32185
32186 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
32187
32188 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32189 and Jim Kingdon (kingdon@cygnus.com)
32190
32191 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
32192 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
32193 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
32194
32195 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32196
32197 * gdb.t17/interrupt.exp: Add xfail for hppa.
32198
32199 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32200
32201 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
32202 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
32203 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
32204 to determine signed-ness of bitfields and use the result to setup
32205 the xfail.
32206 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
32207 * gdb.t15/funcargs.exp: Use them to step until the second indirect
32208 call line is reached if necessary.
32209
32210 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32211
32212 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
32213
32214 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32215
32216 * gdb.t06/break.exp: Also test `clear' command.
32217
32218 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
32219
32220 * gdb.t00/teststrategy.exp: Remove extra quote.
32221
32222 * gdb.t07/watchpoint.exp: Change xfail for calling function with
32223 watchpoint enabled to be for all non-68k machines.
32224
32225 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
32226
32227 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32228
32229 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
32230 targets use aout.mt instead of ecoff.mt as gas understands
32231 standard aout format.
32232
32233 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
32234
32235 * lib/gdb.exp (runto): Don't insist that function we are running to
32236 was compiled with -g.
32237
32238 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
32239
32240 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
32241 to get back into the read system call.
32242 Accept leading newline in case where we woke it up.
32243
32244 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32245
32246 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
32247 to make the stabs test work on ecoff systems using gcc and -with-stabs.
32248 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
32249 enable ecoff configuration.
32250
32251 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32252
32253 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
32254
32255 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32256
32257 * gdb.t16/printcmds.exp: Add another printf test.
32258
32259 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
32260
32261 * configure.in: If configured -with-stabs on any target, add
32262 stabsdirs to configdirs.
32263
32264 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32265
32266 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
32267 fun" so pattern does not match the command itself.
32268
32269 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32270
32271 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
32272
32273 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32274
32275 * gdb.t17/interrupt.exp: Test for more things.
32276
32277 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32278
32279 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
32280 compiler arranges the code and line numbers.
32281
32282 * gdb.t17/interrupt.exp: Don't send \n after ^C.
32283
32284 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32285
32286 * gdb.t00/help.exp: Increase expect input buffer size.
32287
32288 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32289
32290 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
32291
32292 * gdb.t07/watchpoint.exp: Add xfail for hppa.
32293
32294 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
32295
32296 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
32297 [0-9]*, not just [0-9].
32298
32299 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32300
32301 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
32302
32303 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
32304
32305 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32306
32307 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
32308
32309 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32310
32311 * gdb.t06/signals.c: Add xfails for sun3.
32312
32313 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
32314
32315 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
32316 test_stepping tests.
32317
32318 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32319
32320 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
32321
32322 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
32323
32324 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
32325 rather than actually putting it through cpp twice.
32326
32327 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
32328
32329 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
32330
32331 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
32332 no longer needed.
32333
32334 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32335
32336 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
32337
32338 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
32339 C++ features prints as "struct", make it a pass, not an xfail.
32340
32341 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32342
32343 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
32344 Don't require VA to print as "class" rather than "struct".
32345
32346 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
32347
32348 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
32349
32350 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32351
32352 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
32353
32354 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32355
32356 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
32357 order.
32358
32359 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32360
32361 * gdb.t16/printcmds.exp: Add printf tests.
32362
32363 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
32364
32365 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
32366
32367 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
32368
32369 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
32370 pass counts, to counteract any existing or future setup_xfails.
32371
32372 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32373
32374 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
32375 {BEGIN,END}_COMMON for common block instead of STAB.
32376 * gdb.stabs/wierd.exp: Add xfail for rs6000.
32377
32378 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
32379 intp_var should be N_GSYM not N_LSYM.
32380 wierd-aout.S: Use a label for the value of the N_SO.
32381 wierd.def: Remove all backslashes.
32382 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
32383
32384 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32385
32386 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
32387 get the expected next to inheritance3.
32388
32389 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32390
32391 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
32392 now that gcc-2.4 gets it right.
32393
32394 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32395
32396 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
32397
32398 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
32399 generating comp-info.exp which works for cross-compilation.
32400
32401 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
32402
32403 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
32404 "*-*-sysv4.*".
32405
32406 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
32407
32408 * gdb.t01/run.exp: Start with a fresh gdb.
32409 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
32410 SVR4.x.
32411
32412 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
32413
32414 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
32415 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
32416 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
32417 Makefile.in (distclean, realclean): Remove gdbme.c from list of
32418 things to remove.
32419
32420 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
32421
32422 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
32423 test cases from bug reports.
32424
32425 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
32426
32427 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
32428 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
32429 avoid spurious xfails.
32430 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
32431 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
32432 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
32433
32434 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
32435
32436 * gdb.t00/teststrategy.exp: Rework to provide more useful
32437 description of each test, fix problem with systems that define
32438 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
32439 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
32440 results for "next over recursive call" so timeouts aren't taken
32441 by error.
32442
32443 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
32444
32445 * gdb.t12/scope.exp: Test printing of variables before run.
32446
32447 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
32448 printed in wrong order due to sorting.
32449
32450 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
32451
32452 * gdb.t00/teststrategy.exp: Fix expected results for printing
32453 user entered string constant. Is array of char, prints with no
32454 address.
32455
32456 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
32457 commands.
32458 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
32459 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
32460 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
32461 of struct of char arrays.
32462 * gdb.t00/radix.exp: New tests for radix commands.
32463
32464 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
32465
32466 * gdb.t16/printcmd.exp: Print a variable before running program
32467 (with xfail for AIX).
32468
32469 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
32470
32471 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
32472
32473 * gdb.t16/printcmd.exp: Don't print variables before running program.
32474
32475 * gdb.t06/break.exp: Don't require envp argument to main.
32476
32477 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
32478
32479 * gdb.t02/whatis.exp, gdb.t11/list.exp:
32480 Add xfails for rs6000.
32481
32482 * gdb.t02/whatis.exp: Change other tests not to re-test something
32483 we already tested.
32484
32485 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
32486 each type used has a variable of that type.
32487
32488 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
32489
32490 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
32491
32492 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
32493
32494 * configure.in: change srctrigger to be a file, not a directory
32495
32496 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
32497
32498 * configure.in (mips-idt-ecoff*): Added trailing '*'.
32499
32500 * gdb.t11/list.exp: Fixed a couple of typos.
32501
32502 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
32503
32504 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
32505 is fixed and PR is closed.
32506 * gdb.t16 (gdbme.c): Add simple test string variable.
32507 * gdb.t16 (printcmds.exp): Add tests with simple test string
32508 variable, primarily for boundaries on "set print elements".
32509
32510 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
32511
32512 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
32513 Make leading 0's optional and don't expect a tab in the middle
32514 of the number.
32515
32516 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
32517
32518 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
32519 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
32520 don't end command passed to gdb_test with newline.
32521
32522 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
32523 signed keyword away, don't expect signed bitfields to be signed.
32524
32525 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
32526 printing with only as many 1's as are in the field as well as printing
32527 with 32 1's (see comment).
32528
32529 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
32530
32531 * gdb.t00/default.exp: Start with a fresh gdb.
32532 * configure.in (configdirs): Remove gdb.t31 until the chill
32533 compiler works again. It no longer is able to find chillrt0
32534 since it isn't in libchill.a anymore.
32535 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
32536 wierd.o, make more modular.
32537 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
32538 spurious newlines that caused problems.
32539
32540 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32541
32542 * Move test with enums and partial symbols from gdb.t03/ptype.exp
32543 to gdb.stabs/wierd.exp since GCC has worked around the bug.
32544 gdb.stabs/wierd.{exp,def}: Many new tests.
32545
32546 * gdb.t00/default.exp: update info line for new message.
32547
32548 * gdb.t02/{whatis.exp,gdbme.c}:
32549 Test that "char *" doesn't print as "caddr_t".
32550
32551 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32552
32553 * gdb.t00/help.exp: Use .* in place of some help messages which
32554 just changed.
32555 gdb.t00/default.exp: Update "info frame" test for new message.
32556 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
32557 Remove some xfails
32558
32559 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32560
32561 * gdb.t03/{gdbme.c,ptype.exp}:
32562 Add tests for typedef'd struct and union without tags.
32563 Also check "whatis" on a variable of a typedef'd enum without a tag.
32564
32565 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
32566 PRMS 1823; the bug still exists but isn't reproduced by this test
32567 anymore), and remove rs6000 XFAIL (the bug is fixed).
32568
32569 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
32570 duplicated from whatis.exp. For those that are left, accept
32571 "long", "long int", or "int" for long variables (whatis.exp already
32572 has an XFAIL for "int", so no need to fail it here).
32573
32574 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
32575 Deal with GCC's names for types now that GDB uses the compiler's names.
32576
32577 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
32578 setup_xfail's for sunos4. If we #defined the signed keyword away,
32579 don't expect GDB to know that char it is signed.
32580
32581 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
32582
32583 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
32584
32585 * configure.in (configdirs): Add gdb.t24 for C++ tests that
32586 should work on any system, regardless of debugging format.
32587 * gdb.t21/demangle.exp: Move to gdb.t24.
32588 * gdb.t24/demangle.exp: Move from gdb.t21.
32589 * gdb.t24/{Makefile.in, configure.in}: New files.
32590
32591 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32592
32593 * configure.in: Do gdb.stabs and C++ tests only for stabs.
32594 * gdb.stabs: New directory.
32595
32596 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
32597
32598 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
32599 not just "Quit anyway?".
32600
32601 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
32602
32603 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
32604 that all setup_xfails are immediately followed by clear_xfails.
32605
32606 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
32607
32608 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
32609 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
32610 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
32611 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
32612 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
32613 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
32614 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
32615 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
32616 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
32617 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
32618 gdb.t31/chillvars.exp, lib/gdb.exp:
32619 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
32620 bug-gdb@prep.ai.mit.edu.
32621
32622 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
32623
32624 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
32625 with 0.0, not integer 0.
32626
32627 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
32628
32629 * gdb.t06/break.exp: Update for "Kill the program" message change.
32630
32631 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
32632
32633 * Makefile.in (GDBFLAGS): Set to -nx.
32634 * Makefile.in (site.exp): Use GDBFLAGS.
32635
32636 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
32637
32638 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
32639 Makefiles.
32640 (check): depend on just-check.
32641 (just-check): added so that tests can be run without a noop
32642 build pass.
32643
32644 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
32645
32646 Switch to using configure's configdirs.
32647 * Makefile.in (Makefile): add configure.in dependency.
32648 (SUBDIRS): removed redundant assignment.
32649 * configure.in: switch subdirs assignment to configdirs.
32650 * gdb.t*/configure.in: new files.
32651
32652 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
32653
32654 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
32655 works.
32656
32657 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
32658
32659 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
32660 in explicit rules. Apparently this is not supported by some makes.
32661
32662 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
32663
32664 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
32665
32666 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32667
32668 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
32669 disappeared.
32670
32671 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
32672
32673 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
32674
32675 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
32676
32677 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
32678 watchpoint problem that is now fixed.
32679 * gdb.t30/chexp.exp: Remove setup_xfail for printing
32680 uninitialized convenience variables.
32681 * gdb.t31/chillvars.exp: Fix expected patterns for printing
32682 structures.
32683
32684 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32685
32686 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
32687 which causes expect to get out of sync with gdb on long output
32688 from help set.
32689 * gdb.t09/corefile.exp: Make expected pattern for core file
32690 failing signal and frame output format less sun specific.
32691
32692 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
32693
32694 * gdb.t31/chillvars.exp: Add and remove initial dummy
32695 breakpoint, so that symbol table is forced in.
32696 (Needed at least on Sunos4, though it seems not SVR4.)
32697 * gdb.t31/chillvars.exp: Update for changed output format.
32698
32699 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
32700
32701 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
32702
32703 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
32704
32705 * Makefile.in: Added --srcdir when invoking runtest, removed the
32706 need for a local config file. (optional now)
32707
32708 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
32709
32710 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
32711 failure count used to force early termination. Add some more
32712 expected failures for gnu style demangling.
32713
32714 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32715
32716 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
32717 pmi variable from gdb.t20/gdbme to get optimized away.
32718 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
32719 Check for written corefile upon timeout _and_ eof.
32720
32721 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32722
32723 * config/unix-gdb.exp: Add missing return 0.
32724
32725 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32726
32727 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
32728 test termination.
32729
32730 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
32731
32732 * configure.in (subdirs): Put back gdb.t17 which mysteriously
32733 disappeared.
32734
32735 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
32736
32737 * gdb.t10/crossload.exp: Disable the i860-elf test until such
32738 time as i860 support works.
32739
32740 * gdb.t15/funcargs.exp: Fix expected outputs to include
32741 "backtrace 100\r" rather than just "backtrace\r", to match last
32742 change.
32743
32744 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
32745
32746 * config/udi-gdb.exp (gdb_exit): Remove close command.
32747 (gdb_target_udi): New procedure to set the UDI target.
32748 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
32749 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
32750 Added waits for prompts after several question responses. Added
32751 some more responses used by a29k-amd-udi-gdb.
32752 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
32753 pass different arguments, restart UDI connection after program
32754 completion.
32755 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
32756 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
32757 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
32758 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
32759 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
32760 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
32761 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
32762 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
32763 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
32764 after program completion.
32765 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
32766 compiled with a SELECT_VECS setting.
32767 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
32768 infinite recursion.
32769
32770 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
32771 Added checks for COFF results, and made them expected failures for
32772 all targets. It would be better to make them expected failures
32773 for COFF targets only.
32774
32775 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
32776
32777 * Makefile.in: add null dvi target, don't bother to recurse
32778 through test directories for info and install-info; rename
32779 $(datadir) to be dejagnu instead of deja-gnu
32780
32781 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
32782
32783 * gdb.t31/gdbme.ch: Re-enable code that previously caused
32784 compiler to coredump.
32785 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
32786 code.
32787
32788 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
32789
32790 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
32791 coredump.
32792 * gdb.t31/chillvars.exp: Comment out tests that depend on that
32793 code.
32794
32795 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
32796
32797 * gdb.t03/ptype.exp: tests for return code from gdb_test.
32798 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
32799 which in a shell. Deletes xgdb when done.
32800 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
32801 Tests the return from the "set height" or "set width" commands.
32802 Added a few return codes where needed.
32803
32804 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
32805
32806 * Makefile.in (SUBDIRS): Add gdb.t17.
32807 * configure.in (subdirs): Add gdb.t17.
32808 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
32809 files to test gdb's calling of functions in the inferior with
32810 the correct arguments and gdb's ability to retrieve any
32811 result returned.
32812
32813 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
32814
32815 * config/unix-gdb.exp (gdb_exit): Remove close commands that
32816 may be called after gdb goes away. Previous versions of expect
32817 needed these to avoid file descriptor leaks, but they cause
32818 errors with the current revision of expect.
32819 * gdb.t00/gdbvars.exp: Use -re on expected output after
32820 setting sevenbit-strings.
32821 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
32822 to set sevenbit-strings consistent across tests.
32823 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
32824 set sevenbit-strings consistent across tests.
32825
32826 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
32827
32828 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
32829 expected output to match current "expect" expectations.
32830
32831 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
32832
32833 * gdb.t00/default.exp: Change expected output for default "source"
32834 command, to match new gdb behavior which requires a filename to
32835 source.
32836
32837 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
32838
32839 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
32840 expected fail for i486-*-* that misses the marker2 function.
32841 * gdb.t10/crossload.exp (bfddefault): Allow successful
32842 recognition of a format to pass even if no symbols are found.
32843 Explicitly catch failures where the format is not recognized
32844 or is ambiguous, and add the reason to the fail message.
32845 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
32846 the cause is and invalid target and add reason to failure message.
32847 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
32848 elf32-i386, elf32-sparc, and elf32-i860.
32849 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
32850 Set up expected failure for 'filename'::variable scope resolution,
32851 which is now apparently broken on all targets.
32852 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
32853 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
32854 gdb.t23/templates.exp: Change failure for missing binfile into
32855 just a warning.
32856 gdb.t21/demangle.exp: Change all cfront references to 'arm'
32857 references.
32858
32859 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
32860
32861 * gdb.t00/default.exp: Add expected output for default "source"
32862 command, to match new gdb behavior.
32863 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
32864
32865 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
32866
32867 * config/*-gdb.exp: returns an error, rather than exiting on
32868 internal errors.
32869
32870 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
32871
32872 * gdb.t03/gdbme.c: Add pointer to struct variable.
32873 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
32874 referencing struct members.
32875
32876 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
32877
32878 * configure.in (mips-idt-ecoff): New target.
32879 * config/mips-gdb.exp: New file for remote board using MIPS remote
32880 debugging protocol.
32881
32882 * Redid configuration scheme. Removed gdb.t*/configure.in.
32883 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
32884 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
32885 distclean targets. Built executables via .o files. Adjusted
32886 tests to account for source files in $(srcdir) rather than
32887 $(objdir).
32888 * lib/gdb.exp (runto): Don't expect () after the function name,
32889 because it may have arguments.
32890
32891 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
32892
32893 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
32894 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
32895 expected failures for mips-idt-* and mips-sgi-*.
32896 * gdb.t00/default.exp (attach): Kill process if requested.
32897 * gdb.t00/help.exp (help target core, help target): Accept a gdb
32898 that does not read core files.
32899 * gdb.t01/run.exp: Removed checks for exit status code.
32900 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
32901 it is linked in.
32902 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
32903 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
32904 appropriate, rather than doing it by hand.
32905 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
32906 execution.
32907 * gdb.t10/crossload.exp: Kill existing program if needed.
32908 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
32909 appropriate, rather than doing it by hand. Always increase
32910 timeout for this test, not just for VxWorks.
32911
32912 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
32913
32914 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
32915 of Chill STRUCT types and STRUCT values.
32916 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
32917 than "char".
32918 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
32919 struct2): New struct definitions and initializations to test
32920 simple Chill STRUCT types.
32921
32922 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
32923
32924 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
32925 the null byte at the end of strings.
32926 * gdb.t00/default.exp: Make show version insensitive to copyright
32927 date.
32928 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
32929 to avoid dependencies on target char signedness.
32930 * gdb.t16/printcmds.exp: Update expected results for explicitly
32931 unsigned char.
32932 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
32933 now work.
32934 * gdb.t21/demangle.exp: Add many more patterns for template
32935 demangling, most of them being expected failures.
32936 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
32937 string we are matching for, to match on the whole string.
32938 * gdb.t21/demangle.exp: Add many new test strings to demangle,
32939 and fix a whole bunch that had incorrect expected output but were
32940 passing anyway because of the bug in "proc demangle".
32941 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
32942 type.
32943 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
32944
32945 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
32946
32947 * gdb/testsuite: made modifications to testcases, etc., to allow
32948 them to work properly given the reorganization of deja-gnu and the
32949 relocation of the testcases from deja-gnu to a "tool" subdirectory.
32950
32951 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
32952
32953 * gdb/testsuite: Initial creation of gdb/testsuite.
32954 Migrated dejagnu testcases and support files for testing nm to
32955 gdb/testsuite from deja-gnu. These files were moved "as is"
32956 with no modifications. This migration is part of a major overhaul
32957 of dejagnu. The modifications to these testcases, etc., which
32958 will allow them to work with the new version of dejagnu will be
32959 made in a future update.
32960
32961 For additional changes see gdb.mi/ChangeLog-1999-2003.
32962 \f
32963 ;; Local Variables:
32964 ;; mode: change-log
32965 ;; left-margin: 8
32966 ;; fill-column: 74
32967 ;; version-control: never
32968 ;; End:
32969
32970 Copyright 1993-2013 Free Software Foundation, Inc.
32971 Copying and distribution of this file, with or without modification,
32972 are permitted provided the copyright notice and this notice are preserved.
This page took 0.768078 seconds and 4 git commands to generate.